chore(deps): update dependency vue-tsc to v1.8.13 #345
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Build TranquilVue:
src/components/modals/AddItemToPlaylistModal.vue#L28
Argument of type '{ type: "form"; submitLabel: string; onSubmit: any; }' is not assignable to parameter of type '{ type: "form"; submitLabel: string; onSubmit: any; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/AddItemToPlaylistModal.vue#L29
Argument of type '{ type: "dropdown"; label: string; name: string; options: { label: string; value: string; }[]; value: string; }' is not assignable to parameter of type '{ type: "dropdown"; label: string; name: string; options: { label: string; value: string; }[]; value: string; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/AdvancedLightsSettingsModal.vue#L17
Argument of type '{ type: "slider"; label: string; min: string; max: "10"; step: string; modelValue: number; help: string; delay: number; }' is not assignable to parameter of type '{ type: "slider"; label: string; min: string; max: "10"; step: string; modelValue: number; help: string; delay: number; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/AdvancedLightsSettingsModal.vue#L27
Argument of type '{ type: "slider"; label: string; modelValue: number; help: string; delay: number; min: string; max: "255"; }' is not assignable to parameter of type '{ type: "slider"; label: string; modelValue: number; help: string; delay: number; min: string; max: "255"; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/LightsModal.vue#L75
Argument of type '{ type: "toggle"; offValueLabel: string; onValueLabel: string; modelValue: boolean; label: string; }' is not assignable to parameter of type '{ type: "toggle"; offValueLabel: string; onValueLabel: string; modelValue: boolean; label: string; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/LightsModal.vue#L82
Argument of type '{ type: "slider"; label: string; modelValue: number; disabled: boolean; delay: number; min: string; max: "255"; }' is not assignable to parameter of type '{ type: "slider"; label: string; modelValue: number; disabled: boolean; delay: number; min: string; max: "255"; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/NewPlaylistModal.vue#L35
Argument of type '{ type: "form"; submitLabel: string; onSubmit: any; }' is not assignable to parameter of type '{ type: "form"; submitLabel: string; onSubmit: any; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/NewPlaylistModal.vue#L36
Argument of type '{ type: "text"; name: string; id: string; label: string; validation: string; }' is not assignable to parameter of type '{ type: "text"; name: string; id: string; label: string; validation: string; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/ScheduleSettingsModal.vue#L46
Argument of type '{ type: "form"; submitLabel: string; onSubmit: any; }' is not assignable to parameter of type '{ type: "form"; submitLabel: string; onSubmit: any; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|
Build TranquilVue:
src/components/modals/ScheduleSettingsModal.vue#L47
Argument of type '{ id: string; name: string; type: "repeater"; label: string; addLabel: string; modelValue: { action: string; time: string; dow: number[]; }[]; }' is not assignable to parameter of type '{ id: string; name: string; type: "repeater"; label: string; addLabel: string; modelValue: { action: string; time: string; dow: number[]; }[]; } & { onInput: (value: any) => void; } & Record<string, unknown>'.
|