| | |
| | | }[]; |
| | | 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[]; |