| | |
| | | }; |
| | | observers: { |
| | | 'start, end, value': () => void; |
| | | customLocale(v: any): void; |
| | | mode(m: any): void; |
| | | }; |
| | | date: any; |
| | |
| | | columns: any[]; |
| | | columnsValue: any[]; |
| | | fullModes: any[]; |
| | | locale: { |
| | | year: string; |
| | | month: string; |
| | | date: string; |
| | | hour: string; |
| | | minute: string; |
| | | second: string; |
| | | am: string; |
| | | pm: string; |
| | | confirm: string; |
| | | cancel: string; |
| | | }; |
| | | locale: any; |
| | | dayjsLocale: any; |
| | | }; |
| | | controlledProps: { |
| | | key: string; |
| | |
| | | }[]; |
| | | methods: { |
| | | updateColumns(): void; |
| | | getDaysOfWeekInMonth(date: Dayjs, type: string): Array<{ |
| | | value: string; |
| | | label: string; |
| | | }>; |
| | | getParseDate(): Dayjs; |
| | | normalize(val: string | number, defaultDay: Dayjs): Dayjs; |
| | | getMinDate(): Dayjs; |
| | | getMaxDate(): Dayjs; |
| | | getDateRect(type?: string): any[]; |
| | |
| | | setYear(date: Dayjs, year: number): Dayjs; |
| | | setMonth(date: Dayjs, month: number): Dayjs; |
| | | getColumnOptions(): any[]; |
| | | getOptionByType(type: any): ColumnItemValue[]; |
| | | getOptionByType(type: string): any; |
| | | getYearOptions(dateParams: any): ColumnItemValue[]; |
| | | getOptionEdge(minOrMax: 'min' | 'max', type: any): any; |
| | | getMonthOptions(): ColumnItemValue[]; |