refacto DatePicker #187
Annotations
10 errors and 3 warnings
Argument of type '{ modelValue: FieldValue; vuetifyOptions: FieldOptions | undefined; outlined: true; errorMessages?: ChoiceFieldErrorMessages | ErrorMessages | PeriodErrorMessages | undefined; "onUpdate:modelValue": any; }' is not assignable to parameter of type 'Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<{ readonly disabled: boolean; ... 4 more ...; readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; } & ... 4 more ... & Readonly<...>, DefaultKeys<...>> & Record<...>'.
|
Argument of type '{ modelValue: FieldValue; vuetifyOptions: { [key: string]: unknown; errorMessages?: ChoiceFieldErrorMessages | ErrorMessages | PeriodErrorMessages | undefined; }; errorMessages?: ChoiceFieldErrorMessages | ... 2 more ... | undefined; "onUpdate:modelValue": any; }' is not assignable to parameter of type 'Partial<{} & { warningRules: ValidationRule[]; } & { label: string; disabled: boolean; appendIcon: boolean; outlined: boolean; clearable: boolean; startDate: string | false; ... 9 more ...; noCalendar: boolean; }> & Omit<...> & Record<...>'.
|
Argument of type '{ modelValue: string | undefined; outlined: boolean; disabled: boolean; vuetifyOptions: any; textFieldClass: string; dateFormat: number; dateFormatReturn: number; "onUpdate:modelValue": any; }' is not assignable to parameter of type 'Partial<{} & { warningRules: ValidationRule[]; } & { label: string; disabled: boolean; appendIcon: boolean; outlined: boolean; clearable: boolean; startDate: string | false; ... 9 more ...; noCalendar: boolean; }> & Omit<...> & Record<...>'.
|
Property 'date' does not exist on type '{ $: ComponentInternalInstance; $data: { periodValue: PeriodValue; }; $props: Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<...>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...ar...'.
|
Property 'format' does not exist on type '{ $: ComponentInternalInstance; $data: { periodValue: PeriodValue; }; $props: Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<...>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...ar...'.
|
Property 'date' does not exist on type '{ $: ComponentInternalInstance; $data: { periodValue: PeriodValue; }; $props: Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<...>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...ar...'.
|
Property 'format' does not exist on type '{ $: ComponentInternalInstance; $data: { periodValue: PeriodValue; }; $props: Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<...>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...ar...'.
|
Argument of type '{ modelValue: string | undefined; outlined: boolean; disabled: boolean; vuetifyOptions: any; startDate: number; textFieldClass: string; dateFormat: number; dateFormatReturn: number; "onUpdate:modelValue": any; }' is not assignable to parameter of type 'Partial<{} & { warningRules: ValidationRule[]; } & { label: string; disabled: boolean; appendIcon: boolean; outlined: boolean; clearable: boolean; startDate: string | false; ... 9 more ...; noCalendar: boolean; }> & Omit<...> & Record<...>'.
|
Property 'start' does not exist on type '{ $: ComponentInternalInstance; $data: { periodValue: PeriodValue; }; $props: Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<...>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...ar...'.
|
Property 'date' does not exist on type '{ $: ComponentInternalInstance; $data: { periodValue: PeriodValue; }; $props: Partial<{} & { disabled: boolean; outlined: boolean; modelValue: PeriodValue; dateFormat: string; dateFormatReturn: string; }> & Omit<...>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...ar...'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading