@geelato/web-vue 2.59.0 → 2.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/arco-vue.js +40 -8
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +57 -43
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +7 -7
- package/es/_components/picker/input.d.ts +6 -6
- package/es/_components/select-view/select-view.d.ts +4 -4
- package/es/_components/virtual-list/virtual-list.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/auto-complete/auto-complete.d.ts +4 -4
- package/es/auto-complete/index.d.ts +12 -12
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +6 -6
- package/es/button/button.d.ts +6 -6
- package/es/button/index.d.ts +15 -15
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +4 -4
- package/es/cascader/cascader.d.ts +40 -40
- package/es/cascader/index.d.ts +93 -93
- package/es/checkbox/checkbox.d.ts +5 -5
- package/es/checkbox/index.d.ts +9 -9
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +3 -3
- package/es/color-picker/index.d.ts +6 -6
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +133 -133
- package/es/date-picker/panels/date/index.d.ts +24 -24
- package/es/date-picker/panels/footer.d.ts +15 -15
- package/es/date-picker/panels/shortcuts.d.ts +15 -15
- package/es/date-picker/panels/week/index.d.ts +24 -24
- package/es/date-picker/picker-panel.d.ts +78 -78
- package/es/date-picker/picker.d.ts +126 -126
- package/es/date-picker/range-picker-panel.d.ts +79 -79
- package/es/date-picker/range-picker.d.ts +133 -133
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +6 -6
- package/es/drawer/drawer.d.ts +22 -22
- package/es/drawer/index.d.ts +48 -48
- package/es/dropdown/dropdown-button.d.ts +66 -66
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +12 -12
- package/es/dropdown/dropdown-submenu.d.ts +42 -42
- package/es/dropdown/dropdown.d.ts +40 -40
- package/es/dropdown/index.d.ts +194 -194
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +57 -57
- package/es/form/form-item.d.ts +65 -65
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +68 -68
- package/es/grid/grid-row.d.ts +1 -1
- package/es/grid/index.d.ts +1 -1
- package/es/image/preview-action.d.ts +57 -57
- package/es/image/preview-toolbar.d.ts +57 -57
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +27 -12
- package/es/input-number/input-number.d.ts +14 -5
- package/es/input-number/input-number.js +40 -8
- package/es/input-tag/index.d.ts +9 -9
- package/es/input-tag/input-tag.d.ts +4 -4
- package/es/list/index.d.ts +6 -6
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +18 -18
- package/es/mention/mention.d.ts +7 -7
- package/es/menu/sub-menu-pop.d.ts +24 -24
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +45 -45
- package/es/modal/modal.d.ts +21 -21
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +27 -12
- package/es/pagination/page-options.d.ts +94 -94
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +87 -87
- package/es/popconfirm/popconfirm.d.ts +43 -43
- package/es/popover/index.d.ts +60 -60
- package/es/popover/popover.d.ts +30 -30
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +12 -12
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +4 -4
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +94 -94
- package/es/select/option.d.ts +11 -11
- package/es/select/select-dropdown.d.ts +12 -12
- package/es/select/select.d.ts +38 -38
- package/es/slider/index.d.ts +171 -141
- package/es/slider/slider-button.d.ts +57 -57
- package/es/slider/slider-input.d.ts +27 -12
- package/es/slider/slider.d.ts +85 -70
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +18 -18
- package/es/switch/switch.d.ts +11 -11
- package/es/table/index.d.ts +27 -27
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +21 -21
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +13 -13
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +9 -9
- package/es/tag/tag.d.ts +5 -5
- package/es/textarea/index.d.ts +12 -12
- package/es/textarea/textarea.d.ts +5 -5
- package/es/time-picker/index.d.ts +200 -200
- package/es/time-picker/panel.d.ts +24 -24
- package/es/time-picker/range-panel.d.ts +24 -24
- package/es/time-picker/time-picker.d.ts +97 -97
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +57 -57
- package/es/tooltip/tooltip.d.ts +28 -28
- package/es/transfer/index.d.ts +95 -95
- package/es/transfer/transfer-view.d.ts +28 -28
- package/es/transfer/transfer.d.ts +46 -46
- package/es/tree/base-node.d.ts +9 -9
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +31 -31
- package/es/tree/transition-node-list.d.ts +9 -9
- package/es/tree/tree.d.ts +13 -13
- package/es/tree-select/index.d.ts +151 -151
- package/es/tree-select/panel.d.ts +31 -31
- package/es/tree-select/tree-select.d.ts +73 -73
- package/es/trigger/index.d.ts +24 -24
- package/es/trigger/trigger.d.ts +13 -13
- package/es/typography/base.d.ts +6 -6
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +57 -57
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +3 -3
- package/json/vetur-attributes.json +2465 -2461
- package/json/vetur-tags.json +863 -862
- package/json/web-types.json +4708 -4700
- package/lib/input-number/input-number.js +40 -8
- package/package.json +24 -25
|
@@ -334,7 +334,7 @@ declare const DatePicker: {
|
|
|
334
334
|
type: BooleanConstructor;
|
|
335
335
|
};
|
|
336
336
|
size: {
|
|
337
|
-
type: import("vue").PropType<"mini" | "
|
|
337
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
338
338
|
};
|
|
339
339
|
shortcuts: {
|
|
340
340
|
type: import("vue").PropType<import("./interface").ShortcutType[]>;
|
|
@@ -345,7 +345,7 @@ declare const DatePicker: {
|
|
|
345
345
|
default: string;
|
|
346
346
|
};
|
|
347
347
|
position: {
|
|
348
|
-
type: import("vue").PropType<"
|
|
348
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
349
349
|
default: string;
|
|
350
350
|
};
|
|
351
351
|
popupVisible: {
|
|
@@ -386,7 +386,7 @@ declare const DatePicker: {
|
|
|
386
386
|
inputValue: import("vue").Ref<(string | undefined)[] | undefined, (string | undefined)[] | undefined>;
|
|
387
387
|
focusedIndex: import("vue").Ref<number, number>;
|
|
388
388
|
triggerDisabled: import("vue").ComputedRef<boolean>;
|
|
389
|
-
mergedSize: import("vue").ComputedRef<"mini" | "
|
|
389
|
+
mergedSize: import("vue").ComputedRef<"mini" | "small" | "medium" | "large" | undefined>;
|
|
390
390
|
mergedError: import("vue").ComputedRef<boolean>;
|
|
391
391
|
onPanelVisibleChange: (visible: boolean) => void;
|
|
392
392
|
onInputClear: (e: Event) => void;
|
|
@@ -401,19 +401,19 @@ declare const DatePicker: {
|
|
|
401
401
|
timePickerValue: import("dayjs").Dayjs[];
|
|
402
402
|
timePickerProps: {
|
|
403
403
|
visible: boolean;
|
|
404
|
-
|
|
405
|
-
defaultPopupVisible?: boolean | undefined;
|
|
406
|
-
position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
|
|
404
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
407
405
|
disabled?: boolean | undefined;
|
|
408
|
-
unmountOnClose?: boolean | undefined;
|
|
409
|
-
size?: "mini" | "medium" | "large" | "small" | undefined;
|
|
410
|
-
type?: "time" | "time-range" | undefined;
|
|
411
406
|
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
412
407
|
placeholder?: string | string[] | undefined;
|
|
413
408
|
error?: boolean | undefined;
|
|
414
409
|
readonly?: boolean | undefined;
|
|
410
|
+
type?: "time" | "time-range" | undefined;
|
|
415
411
|
allowClear?: boolean | undefined;
|
|
416
412
|
format: string;
|
|
413
|
+
popupVisible?: boolean | undefined;
|
|
414
|
+
defaultPopupVisible?: boolean | undefined;
|
|
415
|
+
position?: "br" | "tr" | "top" | "tl" | "bottom" | "bl" | undefined;
|
|
416
|
+
unmountOnClose?: boolean | undefined;
|
|
417
417
|
triggerProps?: Record<string, unknown> | undefined;
|
|
418
418
|
disableConfirm?: boolean | undefined;
|
|
419
419
|
use12Hours?: boolean | undefined;
|
|
@@ -465,7 +465,7 @@ declare const DatePicker: {
|
|
|
465
465
|
(value: number): import("dayjs").Dayjs;
|
|
466
466
|
};
|
|
467
467
|
day: {
|
|
468
|
-
(): 0 |
|
|
468
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
469
469
|
(value: number): import("dayjs").Dayjs;
|
|
470
470
|
};
|
|
471
471
|
hour: {
|
|
@@ -496,14 +496,14 @@ declare const DatePicker: {
|
|
|
496
496
|
};
|
|
497
497
|
startOf: {
|
|
498
498
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
499
|
-
(unit: "D" | "M" | "
|
|
499
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
500
500
|
};
|
|
501
501
|
endOf: {
|
|
502
502
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
503
|
-
(unit: "D" | "M" | "
|
|
503
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
504
504
|
};
|
|
505
505
|
format: (template?: string | undefined) => string;
|
|
506
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
506
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
507
507
|
valueOf: () => number;
|
|
508
508
|
unix: () => number;
|
|
509
509
|
daysInMonth: () => number;
|
|
@@ -648,7 +648,7 @@ declare const DatePicker: {
|
|
|
648
648
|
type: BooleanConstructor;
|
|
649
649
|
};
|
|
650
650
|
size: {
|
|
651
|
-
type: import("vue").PropType<"mini" | "
|
|
651
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
652
652
|
};
|
|
653
653
|
shortcuts: {
|
|
654
654
|
type: import("vue").PropType<import("./interface").ShortcutType[]>;
|
|
@@ -659,7 +659,7 @@ declare const DatePicker: {
|
|
|
659
659
|
default: string;
|
|
660
660
|
};
|
|
661
661
|
position: {
|
|
662
|
-
type: import("vue").PropType<"
|
|
662
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
663
663
|
default: string;
|
|
664
664
|
};
|
|
665
665
|
popupVisible: {
|
|
@@ -691,26 +691,26 @@ declare const DatePicker: {
|
|
|
691
691
|
default: boolean;
|
|
692
692
|
};
|
|
693
693
|
}>> & Readonly<{
|
|
694
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
695
|
-
onClear?: (() => any) | undefined;
|
|
696
|
-
onSelect?: ((value: (import("./interface").CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any) | undefined;
|
|
697
694
|
"onUpdate:modelValue"?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined) => any) | undefined;
|
|
695
|
+
onSelect?: ((value: (import("./interface").CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any) | undefined;
|
|
696
|
+
onClear?: (() => any) | undefined;
|
|
698
697
|
onChange?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
|
|
698
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
699
699
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
700
700
|
onOk?: ((value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
|
|
701
701
|
"onSelect-shortcut"?: ((shortcut: import("./interface").ShortcutType) => any) | undefined;
|
|
702
702
|
"onPicker-value-change"?: ((value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
|
|
703
703
|
"onUpdate:pickerValue"?: ((value: import("./interface").CalendarValue[]) => any) | undefined;
|
|
704
704
|
}>, {
|
|
705
|
-
popupVisible: boolean;
|
|
706
|
-
defaultPopupVisible: boolean;
|
|
707
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
708
705
|
disabled: boolean | boolean[];
|
|
709
|
-
unmountOnClose: boolean;
|
|
710
|
-
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
711
706
|
error: boolean;
|
|
712
707
|
readonly: boolean;
|
|
713
708
|
allowClear: boolean;
|
|
709
|
+
popupVisible: boolean;
|
|
710
|
+
defaultPopupVisible: boolean;
|
|
711
|
+
position: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
712
|
+
unmountOnClose: boolean;
|
|
713
|
+
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
714
714
|
disabledInput: boolean;
|
|
715
715
|
hideTrigger: boolean;
|
|
716
716
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
@@ -952,9 +952,9 @@ declare const DatePicker: {
|
|
|
952
952
|
"onEnd-header-select"?: ((...args: any[]) => any) | undefined;
|
|
953
953
|
}>, {
|
|
954
954
|
disabled: boolean[];
|
|
955
|
+
value: (import("dayjs").Dayjs | undefined)[];
|
|
955
956
|
mode: import("./interface").Mode;
|
|
956
957
|
visible: boolean;
|
|
957
|
-
value: (import("dayjs").Dayjs | undefined)[];
|
|
958
958
|
hideTrigger: boolean;
|
|
959
959
|
dayStartOfWeek: import("./interface").WeekStart;
|
|
960
960
|
showTime: boolean;
|
|
@@ -991,16 +991,16 @@ declare const DatePicker: {
|
|
|
991
991
|
Button: {
|
|
992
992
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
993
993
|
type: {
|
|
994
|
-
type: import("vue").PropType<"
|
|
994
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
995
995
|
};
|
|
996
996
|
shape: {
|
|
997
|
-
type: import("vue").PropType<"
|
|
997
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
998
998
|
};
|
|
999
999
|
status: {
|
|
1000
1000
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1001
1001
|
};
|
|
1002
1002
|
size: {
|
|
1003
|
-
type: import("vue").PropType<"mini" | "
|
|
1003
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1004
1004
|
};
|
|
1005
1005
|
long: {
|
|
1006
1006
|
type: BooleanConstructor;
|
|
@@ -1050,16 +1050,16 @@ declare const DatePicker: {
|
|
|
1050
1050
|
Defaults: {};
|
|
1051
1051
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1052
1052
|
type: {
|
|
1053
|
-
type: import("vue").PropType<"
|
|
1053
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1054
1054
|
};
|
|
1055
1055
|
shape: {
|
|
1056
|
-
type: import("vue").PropType<"
|
|
1056
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1057
1057
|
};
|
|
1058
1058
|
status: {
|
|
1059
1059
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1060
1060
|
};
|
|
1061
1061
|
size: {
|
|
1062
|
-
type: import("vue").PropType<"mini" | "
|
|
1062
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1063
1063
|
};
|
|
1064
1064
|
long: {
|
|
1065
1065
|
type: BooleanConstructor;
|
|
@@ -1102,16 +1102,16 @@ declare const DatePicker: {
|
|
|
1102
1102
|
__isSuspense?: undefined;
|
|
1103
1103
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1104
1104
|
type: {
|
|
1105
|
-
type: import("vue").PropType<"
|
|
1105
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1106
1106
|
};
|
|
1107
1107
|
shape: {
|
|
1108
|
-
type: import("vue").PropType<"
|
|
1108
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1109
1109
|
};
|
|
1110
1110
|
status: {
|
|
1111
1111
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1112
1112
|
};
|
|
1113
1113
|
size: {
|
|
1114
|
-
type: import("vue").PropType<"mini" | "
|
|
1114
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1115
1115
|
};
|
|
1116
1116
|
long: {
|
|
1117
1117
|
type: BooleanConstructor;
|
|
@@ -1155,16 +1155,16 @@ declare const DatePicker: {
|
|
|
1155
1155
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1156
1156
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1157
1157
|
type: {
|
|
1158
|
-
type: import("vue").PropType<"
|
|
1158
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1159
1159
|
};
|
|
1160
1160
|
status: {
|
|
1161
1161
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1162
1162
|
};
|
|
1163
1163
|
shape: {
|
|
1164
|
-
type: import("vue").PropType<"
|
|
1164
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1165
1165
|
};
|
|
1166
1166
|
size: {
|
|
1167
|
-
type: import("vue").PropType<"mini" | "
|
|
1167
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1168
1168
|
};
|
|
1169
1169
|
disabled: {
|
|
1170
1170
|
type: BooleanConstructor;
|
|
@@ -1173,16 +1173,16 @@ declare const DatePicker: {
|
|
|
1173
1173
|
prefixCls: string;
|
|
1174
1174
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1175
1175
|
type: {
|
|
1176
|
-
type: import("vue").PropType<"
|
|
1176
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1177
1177
|
};
|
|
1178
1178
|
status: {
|
|
1179
1179
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1180
1180
|
};
|
|
1181
1181
|
shape: {
|
|
1182
|
-
type: import("vue").PropType<"
|
|
1182
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1183
1183
|
};
|
|
1184
1184
|
size: {
|
|
1185
|
-
type: import("vue").PropType<"mini" | "
|
|
1185
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1186
1186
|
};
|
|
1187
1187
|
disabled: {
|
|
1188
1188
|
type: BooleanConstructor;
|
|
@@ -1356,16 +1356,16 @@ declare const DatePicker: {
|
|
|
1356
1356
|
Button: {
|
|
1357
1357
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1358
1358
|
type: {
|
|
1359
|
-
type: import("vue").PropType<"
|
|
1359
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1360
1360
|
};
|
|
1361
1361
|
shape: {
|
|
1362
|
-
type: import("vue").PropType<"
|
|
1362
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1363
1363
|
};
|
|
1364
1364
|
status: {
|
|
1365
1365
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1366
1366
|
};
|
|
1367
1367
|
size: {
|
|
1368
|
-
type: import("vue").PropType<"mini" | "
|
|
1368
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1369
1369
|
};
|
|
1370
1370
|
long: {
|
|
1371
1371
|
type: BooleanConstructor;
|
|
@@ -1415,16 +1415,16 @@ declare const DatePicker: {
|
|
|
1415
1415
|
Defaults: {};
|
|
1416
1416
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1417
1417
|
type: {
|
|
1418
|
-
type: import("vue").PropType<"
|
|
1418
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1419
1419
|
};
|
|
1420
1420
|
shape: {
|
|
1421
|
-
type: import("vue").PropType<"
|
|
1421
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1422
1422
|
};
|
|
1423
1423
|
status: {
|
|
1424
1424
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1425
1425
|
};
|
|
1426
1426
|
size: {
|
|
1427
|
-
type: import("vue").PropType<"mini" | "
|
|
1427
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1428
1428
|
};
|
|
1429
1429
|
long: {
|
|
1430
1430
|
type: BooleanConstructor;
|
|
@@ -1467,16 +1467,16 @@ declare const DatePicker: {
|
|
|
1467
1467
|
__isSuspense?: undefined;
|
|
1468
1468
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1469
1469
|
type: {
|
|
1470
|
-
type: import("vue").PropType<"
|
|
1470
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1471
1471
|
};
|
|
1472
1472
|
shape: {
|
|
1473
|
-
type: import("vue").PropType<"
|
|
1473
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1474
1474
|
};
|
|
1475
1475
|
status: {
|
|
1476
1476
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1477
1477
|
};
|
|
1478
1478
|
size: {
|
|
1479
|
-
type: import("vue").PropType<"mini" | "
|
|
1479
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1480
1480
|
};
|
|
1481
1481
|
long: {
|
|
1482
1482
|
type: BooleanConstructor;
|
|
@@ -1520,16 +1520,16 @@ declare const DatePicker: {
|
|
|
1520
1520
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1521
1521
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1522
1522
|
type: {
|
|
1523
|
-
type: import("vue").PropType<"
|
|
1523
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1524
1524
|
};
|
|
1525
1525
|
status: {
|
|
1526
1526
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1527
1527
|
};
|
|
1528
1528
|
shape: {
|
|
1529
|
-
type: import("vue").PropType<"
|
|
1529
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1530
1530
|
};
|
|
1531
1531
|
size: {
|
|
1532
|
-
type: import("vue").PropType<"mini" | "
|
|
1532
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1533
1533
|
};
|
|
1534
1534
|
disabled: {
|
|
1535
1535
|
type: BooleanConstructor;
|
|
@@ -1538,16 +1538,16 @@ declare const DatePicker: {
|
|
|
1538
1538
|
prefixCls: string;
|
|
1539
1539
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1540
1540
|
type: {
|
|
1541
|
-
type: import("vue").PropType<"
|
|
1541
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1542
1542
|
};
|
|
1543
1543
|
status: {
|
|
1544
1544
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
1545
1545
|
};
|
|
1546
1546
|
shape: {
|
|
1547
|
-
type: import("vue").PropType<"
|
|
1547
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
1548
1548
|
};
|
|
1549
1549
|
size: {
|
|
1550
|
-
type: import("vue").PropType<"mini" | "
|
|
1550
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1551
1551
|
};
|
|
1552
1552
|
disabled: {
|
|
1553
1553
|
type: BooleanConstructor;
|
|
@@ -1973,7 +1973,7 @@ declare const DatePicker: {
|
|
|
1973
1973
|
(value: number): import("dayjs").Dayjs;
|
|
1974
1974
|
};
|
|
1975
1975
|
day: {
|
|
1976
|
-
(): 0 |
|
|
1976
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1977
1977
|
(value: number): import("dayjs").Dayjs;
|
|
1978
1978
|
};
|
|
1979
1979
|
hour: {
|
|
@@ -2004,14 +2004,14 @@ declare const DatePicker: {
|
|
|
2004
2004
|
};
|
|
2005
2005
|
startOf: {
|
|
2006
2006
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2007
|
-
(unit: "D" | "M" | "
|
|
2007
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2008
2008
|
};
|
|
2009
2009
|
endOf: {
|
|
2010
2010
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2011
|
-
(unit: "D" | "M" | "
|
|
2011
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2012
2012
|
};
|
|
2013
2013
|
format: (template?: string | undefined) => string;
|
|
2014
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
2014
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
2015
2015
|
valueOf: () => number;
|
|
2016
2016
|
unix: () => number;
|
|
2017
2017
|
daysInMonth: () => number;
|
|
@@ -2062,7 +2062,7 @@ declare const DatePicker: {
|
|
|
2062
2062
|
(value: number): import("dayjs").Dayjs;
|
|
2063
2063
|
};
|
|
2064
2064
|
day: {
|
|
2065
|
-
(): 0 |
|
|
2065
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
2066
2066
|
(value: number): import("dayjs").Dayjs;
|
|
2067
2067
|
};
|
|
2068
2068
|
hour: {
|
|
@@ -2093,14 +2093,14 @@ declare const DatePicker: {
|
|
|
2093
2093
|
};
|
|
2094
2094
|
startOf: {
|
|
2095
2095
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2096
|
-
(unit: "D" | "M" | "
|
|
2096
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2097
2097
|
};
|
|
2098
2098
|
endOf: {
|
|
2099
2099
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2100
|
-
(unit: "D" | "M" | "
|
|
2100
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2101
2101
|
};
|
|
2102
2102
|
format: (template?: string | undefined) => string;
|
|
2103
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
2103
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
2104
2104
|
valueOf: () => number;
|
|
2105
2105
|
unix: () => number;
|
|
2106
2106
|
daysInMonth: () => number;
|
|
@@ -2172,8 +2172,8 @@ declare const DatePicker: {
|
|
|
2172
2172
|
onConfirm?: ((value: import("dayjs").Dayjs) => any) | undefined;
|
|
2173
2173
|
}>, {
|
|
2174
2174
|
disabled: boolean;
|
|
2175
|
-
visible: boolean;
|
|
2176
2175
|
format: string;
|
|
2176
|
+
visible: boolean;
|
|
2177
2177
|
hideFooter: boolean;
|
|
2178
2178
|
use12Hours: boolean;
|
|
2179
2179
|
hideDisabledOptions: boolean;
|
|
@@ -2222,16 +2222,16 @@ declare const DatePicker: {
|
|
|
2222
2222
|
Button: {
|
|
2223
2223
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2224
2224
|
type: {
|
|
2225
|
-
type: import("vue").PropType<"
|
|
2225
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2226
2226
|
};
|
|
2227
2227
|
shape: {
|
|
2228
|
-
type: import("vue").PropType<"
|
|
2228
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
2229
2229
|
};
|
|
2230
2230
|
status: {
|
|
2231
2231
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
2232
2232
|
};
|
|
2233
2233
|
size: {
|
|
2234
|
-
type: import("vue").PropType<"mini" | "
|
|
2234
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2235
2235
|
};
|
|
2236
2236
|
long: {
|
|
2237
2237
|
type: BooleanConstructor;
|
|
@@ -2281,16 +2281,16 @@ declare const DatePicker: {
|
|
|
2281
2281
|
Defaults: {};
|
|
2282
2282
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2283
2283
|
type: {
|
|
2284
|
-
type: import("vue").PropType<"
|
|
2284
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2285
2285
|
};
|
|
2286
2286
|
shape: {
|
|
2287
|
-
type: import("vue").PropType<"
|
|
2287
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
2288
2288
|
};
|
|
2289
2289
|
status: {
|
|
2290
2290
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
2291
2291
|
};
|
|
2292
2292
|
size: {
|
|
2293
|
-
type: import("vue").PropType<"mini" | "
|
|
2293
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2294
2294
|
};
|
|
2295
2295
|
long: {
|
|
2296
2296
|
type: BooleanConstructor;
|
|
@@ -2333,16 +2333,16 @@ declare const DatePicker: {
|
|
|
2333
2333
|
__isSuspense?: undefined;
|
|
2334
2334
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2335
2335
|
type: {
|
|
2336
|
-
type: import("vue").PropType<"
|
|
2336
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2337
2337
|
};
|
|
2338
2338
|
shape: {
|
|
2339
|
-
type: import("vue").PropType<"
|
|
2339
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
2340
2340
|
};
|
|
2341
2341
|
status: {
|
|
2342
2342
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
2343
2343
|
};
|
|
2344
2344
|
size: {
|
|
2345
|
-
type: import("vue").PropType<"mini" | "
|
|
2345
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2346
2346
|
};
|
|
2347
2347
|
long: {
|
|
2348
2348
|
type: BooleanConstructor;
|
|
@@ -2386,16 +2386,16 @@ declare const DatePicker: {
|
|
|
2386
2386
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2387
2387
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2388
2388
|
type: {
|
|
2389
|
-
type: import("vue").PropType<"
|
|
2389
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2390
2390
|
};
|
|
2391
2391
|
status: {
|
|
2392
2392
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
2393
2393
|
};
|
|
2394
2394
|
shape: {
|
|
2395
|
-
type: import("vue").PropType<"
|
|
2395
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
2396
2396
|
};
|
|
2397
2397
|
size: {
|
|
2398
|
-
type: import("vue").PropType<"mini" | "
|
|
2398
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2399
2399
|
};
|
|
2400
2400
|
disabled: {
|
|
2401
2401
|
type: BooleanConstructor;
|
|
@@ -2404,16 +2404,16 @@ declare const DatePicker: {
|
|
|
2404
2404
|
prefixCls: string;
|
|
2405
2405
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2406
2406
|
type: {
|
|
2407
|
-
type: import("vue").PropType<"
|
|
2407
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2408
2408
|
};
|
|
2409
2409
|
status: {
|
|
2410
2410
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
2411
2411
|
};
|
|
2412
2412
|
shape: {
|
|
2413
|
-
type: import("vue").PropType<"
|
|
2413
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
2414
2414
|
};
|
|
2415
2415
|
size: {
|
|
2416
|
-
type: import("vue").PropType<"mini" | "
|
|
2416
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2417
2417
|
};
|
|
2418
2418
|
disabled: {
|
|
2419
2419
|
type: BooleanConstructor;
|
|
@@ -2851,7 +2851,7 @@ declare const DatePicker: {
|
|
|
2851
2851
|
(value: number): import("dayjs").Dayjs;
|
|
2852
2852
|
};
|
|
2853
2853
|
day: {
|
|
2854
|
-
(): 0 |
|
|
2854
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
2855
2855
|
(value: number): import("dayjs").Dayjs;
|
|
2856
2856
|
};
|
|
2857
2857
|
hour: {
|
|
@@ -2882,14 +2882,14 @@ declare const DatePicker: {
|
|
|
2882
2882
|
};
|
|
2883
2883
|
startOf: {
|
|
2884
2884
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2885
|
-
(unit: "D" | "M" | "
|
|
2885
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2886
2886
|
};
|
|
2887
2887
|
endOf: {
|
|
2888
2888
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2889
|
-
(unit: "D" | "M" | "
|
|
2889
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2890
2890
|
};
|
|
2891
2891
|
format: (template?: string | undefined) => string;
|
|
2892
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
2892
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
2893
2893
|
valueOf: () => number;
|
|
2894
2894
|
unix: () => number;
|
|
2895
2895
|
daysInMonth: () => number;
|
|
@@ -2940,7 +2940,7 @@ declare const DatePicker: {
|
|
|
2940
2940
|
(value: number): import("dayjs").Dayjs;
|
|
2941
2941
|
};
|
|
2942
2942
|
day: {
|
|
2943
|
-
(): 0 |
|
|
2943
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
2944
2944
|
(value: number): import("dayjs").Dayjs;
|
|
2945
2945
|
};
|
|
2946
2946
|
hour: {
|
|
@@ -2971,14 +2971,14 @@ declare const DatePicker: {
|
|
|
2971
2971
|
};
|
|
2972
2972
|
startOf: {
|
|
2973
2973
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2974
|
-
(unit: "D" | "M" | "
|
|
2974
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2975
2975
|
};
|
|
2976
2976
|
endOf: {
|
|
2977
2977
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
2978
|
-
(unit: "D" | "M" | "
|
|
2978
|
+
(unit: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
2979
2979
|
};
|
|
2980
2980
|
format: (template?: string | undefined) => string;
|
|
2981
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
2981
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs | null | undefined, unit?: "D" | "M" | "s" | "y" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
2982
2982
|
valueOf: () => number;
|
|
2983
2983
|
unix: () => number;
|
|
2984
2984
|
daysInMonth: () => number;
|
|
@@ -3050,8 +3050,8 @@ declare const DatePicker: {
|
|
|
3050
3050
|
onConfirm?: ((value: import("dayjs").Dayjs) => any) | undefined;
|
|
3051
3051
|
}>, {
|
|
3052
3052
|
disabled: boolean;
|
|
3053
|
-
visible: boolean;
|
|
3054
3053
|
format: string;
|
|
3054
|
+
visible: boolean;
|
|
3055
3055
|
hideFooter: boolean;
|
|
3056
3056
|
use12Hours: boolean;
|
|
3057
3057
|
hideDisabledOptions: boolean;
|
|
@@ -3100,16 +3100,16 @@ declare const DatePicker: {
|
|
|
3100
3100
|
Button: {
|
|
3101
3101
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3102
3102
|
type: {
|
|
3103
|
-
type: import("vue").PropType<"
|
|
3103
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3104
3104
|
};
|
|
3105
3105
|
shape: {
|
|
3106
|
-
type: import("vue").PropType<"
|
|
3106
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3107
3107
|
};
|
|
3108
3108
|
status: {
|
|
3109
3109
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3110
3110
|
};
|
|
3111
3111
|
size: {
|
|
3112
|
-
type: import("vue").PropType<"mini" | "
|
|
3112
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3113
3113
|
};
|
|
3114
3114
|
long: {
|
|
3115
3115
|
type: BooleanConstructor;
|
|
@@ -3159,16 +3159,16 @@ declare const DatePicker: {
|
|
|
3159
3159
|
Defaults: {};
|
|
3160
3160
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3161
3161
|
type: {
|
|
3162
|
-
type: import("vue").PropType<"
|
|
3162
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3163
3163
|
};
|
|
3164
3164
|
shape: {
|
|
3165
|
-
type: import("vue").PropType<"
|
|
3165
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3166
3166
|
};
|
|
3167
3167
|
status: {
|
|
3168
3168
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3169
3169
|
};
|
|
3170
3170
|
size: {
|
|
3171
|
-
type: import("vue").PropType<"mini" | "
|
|
3171
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3172
3172
|
};
|
|
3173
3173
|
long: {
|
|
3174
3174
|
type: BooleanConstructor;
|
|
@@ -3211,16 +3211,16 @@ declare const DatePicker: {
|
|
|
3211
3211
|
__isSuspense?: undefined;
|
|
3212
3212
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3213
3213
|
type: {
|
|
3214
|
-
type: import("vue").PropType<"
|
|
3214
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3215
3215
|
};
|
|
3216
3216
|
shape: {
|
|
3217
|
-
type: import("vue").PropType<"
|
|
3217
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3218
3218
|
};
|
|
3219
3219
|
status: {
|
|
3220
3220
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3221
3221
|
};
|
|
3222
3222
|
size: {
|
|
3223
|
-
type: import("vue").PropType<"mini" | "
|
|
3223
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3224
3224
|
};
|
|
3225
3225
|
long: {
|
|
3226
3226
|
type: BooleanConstructor;
|
|
@@ -3264,16 +3264,16 @@ declare const DatePicker: {
|
|
|
3264
3264
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3265
3265
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3266
3266
|
type: {
|
|
3267
|
-
type: import("vue").PropType<"
|
|
3267
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3268
3268
|
};
|
|
3269
3269
|
status: {
|
|
3270
3270
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3271
3271
|
};
|
|
3272
3272
|
shape: {
|
|
3273
|
-
type: import("vue").PropType<"
|
|
3273
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3274
3274
|
};
|
|
3275
3275
|
size: {
|
|
3276
|
-
type: import("vue").PropType<"mini" | "
|
|
3276
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3277
3277
|
};
|
|
3278
3278
|
disabled: {
|
|
3279
3279
|
type: BooleanConstructor;
|
|
@@ -3282,16 +3282,16 @@ declare const DatePicker: {
|
|
|
3282
3282
|
prefixCls: string;
|
|
3283
3283
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3284
3284
|
type: {
|
|
3285
|
-
type: import("vue").PropType<"
|
|
3285
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3286
3286
|
};
|
|
3287
3287
|
status: {
|
|
3288
3288
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3289
3289
|
};
|
|
3290
3290
|
shape: {
|
|
3291
|
-
type: import("vue").PropType<"
|
|
3291
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3292
3292
|
};
|
|
3293
3293
|
size: {
|
|
3294
|
-
type: import("vue").PropType<"mini" | "
|
|
3294
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3295
3295
|
};
|
|
3296
3296
|
disabled: {
|
|
3297
3297
|
type: BooleanConstructor;
|
|
@@ -4082,7 +4082,7 @@ declare const DatePicker: {
|
|
|
4082
4082
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4083
4083
|
DateRangeInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4084
4084
|
size: {
|
|
4085
|
-
type: import("vue").PropType<"mini" | "
|
|
4085
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
4086
4086
|
};
|
|
4087
4087
|
focused: {
|
|
4088
4088
|
type: BooleanConstructor;
|
|
@@ -4143,9 +4143,9 @@ declare const DatePicker: {
|
|
|
4143
4143
|
}, {}, {}, {
|
|
4144
4144
|
focus(index?: number | undefined): void;
|
|
4145
4145
|
blur(): void;
|
|
4146
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
4146
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex")[], "clear" | "press-enter" | "change" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4147
4147
|
size: {
|
|
4148
|
-
type: import("vue").PropType<"mini" | "
|
|
4148
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
4149
4149
|
};
|
|
4150
4150
|
focused: {
|
|
4151
4151
|
type: BooleanConstructor;
|
|
@@ -4184,9 +4184,9 @@ declare const DatePicker: {
|
|
|
4184
4184
|
}>> & Readonly<{
|
|
4185
4185
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4186
4186
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4187
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4187
4188
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
4188
4189
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
4189
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
4190
4190
|
}>, {
|
|
4191
4191
|
disabled: boolean | boolean[];
|
|
4192
4192
|
placeholder: string[];
|
|
@@ -4201,7 +4201,7 @@ declare const DatePicker: {
|
|
|
4201
4201
|
type: StringConstructor;
|
|
4202
4202
|
};
|
|
4203
4203
|
size: {
|
|
4204
|
-
type: import("vue").PropType<"mini" | "
|
|
4204
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
4205
4205
|
default: string;
|
|
4206
4206
|
};
|
|
4207
4207
|
disabled: {
|
|
@@ -4215,7 +4215,7 @@ declare const DatePicker: {
|
|
|
4215
4215
|
type: StringConstructor;
|
|
4216
4216
|
};
|
|
4217
4217
|
size: {
|
|
4218
|
-
type: import("vue").PropType<"mini" | "
|
|
4218
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
4219
4219
|
default: string;
|
|
4220
4220
|
};
|
|
4221
4221
|
disabled: {
|
|
@@ -4223,8 +4223,8 @@ declare const DatePicker: {
|
|
|
4223
4223
|
default: boolean;
|
|
4224
4224
|
};
|
|
4225
4225
|
}>> & Readonly<{}>, {
|
|
4226
|
+
size: "mini" | "small" | "medium" | "large";
|
|
4226
4227
|
disabled: boolean;
|
|
4227
|
-
size: "mini" | "medium" | "large" | "small";
|
|
4228
4228
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4229
4229
|
IconClose: any;
|
|
4230
4230
|
FeedbackIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4255,11 +4255,11 @@ declare const DatePicker: {
|
|
|
4255
4255
|
default: boolean;
|
|
4256
4256
|
};
|
|
4257
4257
|
trigger: {
|
|
4258
|
-
type: import("vue").PropType<"
|
|
4258
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
4259
4259
|
default: string;
|
|
4260
4260
|
};
|
|
4261
4261
|
position: {
|
|
4262
|
-
type: import("vue").PropType<"
|
|
4262
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
4263
4263
|
default: string;
|
|
4264
4264
|
};
|
|
4265
4265
|
disabled: {
|
|
@@ -4302,13 +4302,13 @@ declare const DatePicker: {
|
|
|
4302
4302
|
default: boolean;
|
|
4303
4303
|
};
|
|
4304
4304
|
contentClass: {
|
|
4305
|
-
type: (
|
|
4305
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4306
4306
|
};
|
|
4307
4307
|
contentStyle: {
|
|
4308
4308
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4309
4309
|
};
|
|
4310
4310
|
arrowClass: {
|
|
4311
|
-
type: (
|
|
4311
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4312
4312
|
};
|
|
4313
4313
|
arrowStyle: {
|
|
4314
4314
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4366,7 +4366,7 @@ declare const DatePicker: {
|
|
|
4366
4366
|
default: boolean;
|
|
4367
4367
|
};
|
|
4368
4368
|
openedClass: {
|
|
4369
|
-
type: (
|
|
4369
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4370
4370
|
};
|
|
4371
4371
|
autoFitPosition: {
|
|
4372
4372
|
type: BooleanConstructor;
|
|
@@ -4401,11 +4401,11 @@ declare const DatePicker: {
|
|
|
4401
4401
|
hide: () => true;
|
|
4402
4402
|
resize: () => true;
|
|
4403
4403
|
}, import("vue").PublicProps, {
|
|
4404
|
+
disabled: boolean;
|
|
4404
4405
|
popupVisible: boolean;
|
|
4405
4406
|
defaultPopupVisible: boolean;
|
|
4406
|
-
trigger: "
|
|
4407
|
-
position: "
|
|
4408
|
-
disabled: boolean;
|
|
4407
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
4408
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
4409
4409
|
popupOffset: number;
|
|
4410
4410
|
showArrow: boolean;
|
|
4411
4411
|
alignPoint: boolean;
|
|
@@ -4446,11 +4446,11 @@ declare const DatePicker: {
|
|
|
4446
4446
|
default: boolean;
|
|
4447
4447
|
};
|
|
4448
4448
|
trigger: {
|
|
4449
|
-
type: import("vue").PropType<"
|
|
4449
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
4450
4450
|
default: string;
|
|
4451
4451
|
};
|
|
4452
4452
|
position: {
|
|
4453
|
-
type: import("vue").PropType<"
|
|
4453
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
4454
4454
|
default: string;
|
|
4455
4455
|
};
|
|
4456
4456
|
disabled: {
|
|
@@ -4493,13 +4493,13 @@ declare const DatePicker: {
|
|
|
4493
4493
|
default: boolean;
|
|
4494
4494
|
};
|
|
4495
4495
|
contentClass: {
|
|
4496
|
-
type: (
|
|
4496
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4497
4497
|
};
|
|
4498
4498
|
contentStyle: {
|
|
4499
4499
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4500
4500
|
};
|
|
4501
4501
|
arrowClass: {
|
|
4502
|
-
type: (
|
|
4502
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4503
4503
|
};
|
|
4504
4504
|
arrowStyle: {
|
|
4505
4505
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4557,7 +4557,7 @@ declare const DatePicker: {
|
|
|
4557
4557
|
default: boolean;
|
|
4558
4558
|
};
|
|
4559
4559
|
openedClass: {
|
|
4560
|
-
type: (
|
|
4560
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4561
4561
|
};
|
|
4562
4562
|
autoFitPosition: {
|
|
4563
4563
|
type: BooleanConstructor;
|
|
@@ -4586,11 +4586,11 @@ declare const DatePicker: {
|
|
|
4586
4586
|
onHide?: (() => any) | undefined;
|
|
4587
4587
|
onResize?: (() => any) | undefined;
|
|
4588
4588
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
4589
|
+
disabled: boolean;
|
|
4589
4590
|
popupVisible: boolean;
|
|
4590
4591
|
defaultPopupVisible: boolean;
|
|
4591
|
-
trigger: "
|
|
4592
|
-
position: "
|
|
4593
|
-
disabled: boolean;
|
|
4592
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
4593
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
4594
4594
|
popupOffset: number;
|
|
4595
4595
|
showArrow: boolean;
|
|
4596
4596
|
alignPoint: boolean;
|
|
@@ -4628,11 +4628,11 @@ declare const DatePicker: {
|
|
|
4628
4628
|
default: boolean;
|
|
4629
4629
|
};
|
|
4630
4630
|
trigger: {
|
|
4631
|
-
type: import("vue").PropType<"
|
|
4631
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
4632
4632
|
default: string;
|
|
4633
4633
|
};
|
|
4634
4634
|
position: {
|
|
4635
|
-
type: import("vue").PropType<"
|
|
4635
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
4636
4636
|
default: string;
|
|
4637
4637
|
};
|
|
4638
4638
|
disabled: {
|
|
@@ -4675,13 +4675,13 @@ declare const DatePicker: {
|
|
|
4675
4675
|
default: boolean;
|
|
4676
4676
|
};
|
|
4677
4677
|
contentClass: {
|
|
4678
|
-
type: (
|
|
4678
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4679
4679
|
};
|
|
4680
4680
|
contentStyle: {
|
|
4681
4681
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4682
4682
|
};
|
|
4683
4683
|
arrowClass: {
|
|
4684
|
-
type: (
|
|
4684
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4685
4685
|
};
|
|
4686
4686
|
arrowStyle: {
|
|
4687
4687
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4739,7 +4739,7 @@ declare const DatePicker: {
|
|
|
4739
4739
|
default: boolean;
|
|
4740
4740
|
};
|
|
4741
4741
|
openedClass: {
|
|
4742
|
-
type: (
|
|
4742
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4743
4743
|
};
|
|
4744
4744
|
autoFitPosition: {
|
|
4745
4745
|
type: BooleanConstructor;
|
|
@@ -4774,11 +4774,11 @@ declare const DatePicker: {
|
|
|
4774
4774
|
hide: () => true;
|
|
4775
4775
|
resize: () => true;
|
|
4776
4776
|
}, string, {
|
|
4777
|
+
disabled: boolean;
|
|
4777
4778
|
popupVisible: boolean;
|
|
4778
4779
|
defaultPopupVisible: boolean;
|
|
4779
|
-
trigger: "
|
|
4780
|
-
position: "
|
|
4781
|
-
disabled: boolean;
|
|
4780
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
4781
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
4782
4782
|
popupOffset: number;
|
|
4783
4783
|
showArrow: boolean;
|
|
4784
4784
|
alignPoint: boolean;
|