@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
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
type: PropType<string | string[]>;
|
|
34
34
|
};
|
|
35
35
|
size: {
|
|
36
|
-
type: PropType<"mini" | "
|
|
36
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
37
37
|
};
|
|
38
38
|
popupContainer: {
|
|
39
39
|
type: PropType<string | HTMLElement>;
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
type: BooleanConstructor;
|
|
65
65
|
};
|
|
66
66
|
position: {
|
|
67
|
-
type: PropType<"
|
|
67
|
+
type: PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
70
|
popupVisible: {
|
|
@@ -155,7 +155,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
155
155
|
type: PropType<string | string[]>;
|
|
156
156
|
};
|
|
157
157
|
size: {
|
|
158
|
-
type: PropType<"mini" | "
|
|
158
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
159
159
|
};
|
|
160
160
|
popupContainer: {
|
|
161
161
|
type: PropType<string | HTMLElement>;
|
|
@@ -186,7 +186,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
186
186
|
type: BooleanConstructor;
|
|
187
187
|
};
|
|
188
188
|
position: {
|
|
189
|
-
type: PropType<"
|
|
189
|
+
type: PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
190
190
|
default: string;
|
|
191
191
|
};
|
|
192
192
|
popupVisible: {
|
|
@@ -204,23 +204,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
204
|
type: BooleanConstructor;
|
|
205
205
|
};
|
|
206
206
|
}>> & Readonly<{
|
|
207
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
208
|
-
onClear?: (() => any) | undefined;
|
|
209
|
-
onSelect?: ((timeString: string | (string | undefined)[], time: Date | (Date | undefined)[]) => any) | undefined;
|
|
210
207
|
"onUpdate:modelValue"?: ((timeString: string | (string | undefined)[] | undefined) => any) | undefined;
|
|
208
|
+
onSelect?: ((timeString: string | (string | undefined)[], time: Date | (Date | undefined)[]) => any) | undefined;
|
|
209
|
+
onClear?: (() => any) | undefined;
|
|
211
210
|
onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
|
211
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
212
212
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
|
-
popupVisible: boolean;
|
|
215
|
-
defaultPopupVisible: boolean;
|
|
216
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
217
214
|
disabled: boolean;
|
|
218
|
-
unmountOnClose: boolean;
|
|
219
|
-
type: "time" | "time-range";
|
|
220
215
|
error: boolean;
|
|
221
216
|
readonly: boolean;
|
|
217
|
+
type: "time" | "time-range";
|
|
222
218
|
allowClear: boolean;
|
|
223
219
|
format: string;
|
|
220
|
+
popupVisible: boolean;
|
|
221
|
+
defaultPopupVisible: boolean;
|
|
222
|
+
position: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
223
|
+
unmountOnClose: boolean;
|
|
224
224
|
disableConfirm: boolean;
|
|
225
225
|
use12Hours: boolean;
|
|
226
226
|
hideDisabledOptions: boolean;
|
|
@@ -236,11 +236,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
236
236
|
default: boolean;
|
|
237
237
|
};
|
|
238
238
|
trigger: {
|
|
239
|
-
type: PropType<"
|
|
239
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
240
240
|
default: string;
|
|
241
241
|
};
|
|
242
242
|
position: {
|
|
243
|
-
type: PropType<"
|
|
243
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
244
244
|
default: string;
|
|
245
245
|
};
|
|
246
246
|
disabled: {
|
|
@@ -283,13 +283,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
283
283
|
default: boolean;
|
|
284
284
|
};
|
|
285
285
|
contentClass: {
|
|
286
|
-
type: (
|
|
286
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
287
287
|
};
|
|
288
288
|
contentStyle: {
|
|
289
289
|
type: PropType<import("vue").CSSProperties>;
|
|
290
290
|
};
|
|
291
291
|
arrowClass: {
|
|
292
|
-
type: (
|
|
292
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
293
293
|
};
|
|
294
294
|
arrowStyle: {
|
|
295
295
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -347,7 +347,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
347
347
|
default: boolean;
|
|
348
348
|
};
|
|
349
349
|
openedClass: {
|
|
350
|
-
type: (
|
|
350
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
351
351
|
};
|
|
352
352
|
autoFitPosition: {
|
|
353
353
|
type: BooleanConstructor;
|
|
@@ -382,11 +382,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
382
382
|
hide: () => true;
|
|
383
383
|
resize: () => true;
|
|
384
384
|
}, import("vue").PublicProps, {
|
|
385
|
+
disabled: boolean;
|
|
385
386
|
popupVisible: boolean;
|
|
386
387
|
defaultPopupVisible: boolean;
|
|
387
|
-
trigger: "
|
|
388
|
-
position: "
|
|
389
|
-
disabled: boolean;
|
|
388
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
389
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
390
390
|
popupOffset: number;
|
|
391
391
|
showArrow: boolean;
|
|
392
392
|
alignPoint: boolean;
|
|
@@ -427,11 +427,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
427
427
|
default: boolean;
|
|
428
428
|
};
|
|
429
429
|
trigger: {
|
|
430
|
-
type: PropType<"
|
|
430
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
431
431
|
default: string;
|
|
432
432
|
};
|
|
433
433
|
position: {
|
|
434
|
-
type: PropType<"
|
|
434
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
435
435
|
default: string;
|
|
436
436
|
};
|
|
437
437
|
disabled: {
|
|
@@ -474,13 +474,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
474
474
|
default: boolean;
|
|
475
475
|
};
|
|
476
476
|
contentClass: {
|
|
477
|
-
type: (
|
|
477
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
478
478
|
};
|
|
479
479
|
contentStyle: {
|
|
480
480
|
type: PropType<import("vue").CSSProperties>;
|
|
481
481
|
};
|
|
482
482
|
arrowClass: {
|
|
483
|
-
type: (
|
|
483
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
484
484
|
};
|
|
485
485
|
arrowStyle: {
|
|
486
486
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -538,7 +538,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
538
538
|
default: boolean;
|
|
539
539
|
};
|
|
540
540
|
openedClass: {
|
|
541
|
-
type: (
|
|
541
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
542
542
|
};
|
|
543
543
|
autoFitPosition: {
|
|
544
544
|
type: BooleanConstructor;
|
|
@@ -567,11 +567,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
567
567
|
onHide?: (() => any) | undefined;
|
|
568
568
|
onResize?: (() => any) | undefined;
|
|
569
569
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
570
|
+
disabled: boolean;
|
|
570
571
|
popupVisible: boolean;
|
|
571
572
|
defaultPopupVisible: boolean;
|
|
572
|
-
trigger: "
|
|
573
|
-
position: "
|
|
574
|
-
disabled: boolean;
|
|
573
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
574
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
575
575
|
popupOffset: number;
|
|
576
576
|
showArrow: boolean;
|
|
577
577
|
alignPoint: boolean;
|
|
@@ -609,11 +609,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
609
609
|
default: boolean;
|
|
610
610
|
};
|
|
611
611
|
trigger: {
|
|
612
|
-
type: PropType<"
|
|
612
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
613
613
|
default: string;
|
|
614
614
|
};
|
|
615
615
|
position: {
|
|
616
|
-
type: PropType<"
|
|
616
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
617
617
|
default: string;
|
|
618
618
|
};
|
|
619
619
|
disabled: {
|
|
@@ -656,13 +656,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
656
656
|
default: boolean;
|
|
657
657
|
};
|
|
658
658
|
contentClass: {
|
|
659
|
-
type: (
|
|
659
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
660
660
|
};
|
|
661
661
|
contentStyle: {
|
|
662
662
|
type: PropType<import("vue").CSSProperties>;
|
|
663
663
|
};
|
|
664
664
|
arrowClass: {
|
|
665
|
-
type: (
|
|
665
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
666
666
|
};
|
|
667
667
|
arrowStyle: {
|
|
668
668
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -720,7 +720,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
720
720
|
default: boolean;
|
|
721
721
|
};
|
|
722
722
|
openedClass: {
|
|
723
|
-
type: (
|
|
723
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
724
724
|
};
|
|
725
725
|
autoFitPosition: {
|
|
726
726
|
type: BooleanConstructor;
|
|
@@ -755,11 +755,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
755
755
|
hide: () => true;
|
|
756
756
|
resize: () => true;
|
|
757
757
|
}, string, {
|
|
758
|
+
disabled: boolean;
|
|
758
759
|
popupVisible: boolean;
|
|
759
760
|
defaultPopupVisible: boolean;
|
|
760
|
-
trigger: "
|
|
761
|
-
position: "
|
|
762
|
-
disabled: boolean;
|
|
761
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
762
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
763
763
|
popupOffset: number;
|
|
764
764
|
showArrow: boolean;
|
|
765
765
|
alignPoint: boolean;
|
|
@@ -788,7 +788,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
788
788
|
};
|
|
789
789
|
DateInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
790
790
|
size: {
|
|
791
|
-
type: PropType<"mini" | "
|
|
791
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
792
792
|
};
|
|
793
793
|
focused: {
|
|
794
794
|
type: BooleanConstructor;
|
|
@@ -834,9 +834,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
834
834
|
}, {}, {}, {
|
|
835
835
|
focus(): void;
|
|
836
836
|
blur(): void;
|
|
837
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
837
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "clear" | "press-enter" | "change")[], "blur" | "clear" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
838
838
|
size: {
|
|
839
|
-
type: PropType<"mini" | "
|
|
839
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
840
840
|
};
|
|
841
841
|
focused: {
|
|
842
842
|
type: BooleanConstructor;
|
|
@@ -883,7 +883,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
883
883
|
type: StringConstructor;
|
|
884
884
|
};
|
|
885
885
|
size: {
|
|
886
|
-
type: PropType<"mini" | "
|
|
886
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
887
887
|
default: string;
|
|
888
888
|
};
|
|
889
889
|
disabled: {
|
|
@@ -897,7 +897,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
897
897
|
type: StringConstructor;
|
|
898
898
|
};
|
|
899
899
|
size: {
|
|
900
|
-
type: PropType<"mini" | "
|
|
900
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
901
901
|
default: string;
|
|
902
902
|
};
|
|
903
903
|
disabled: {
|
|
@@ -905,8 +905,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
905
905
|
default: boolean;
|
|
906
906
|
};
|
|
907
907
|
}>> & Readonly<{}>, {
|
|
908
|
+
size: "mini" | "small" | "medium" | "large";
|
|
908
909
|
disabled: boolean;
|
|
909
|
-
size: "mini" | "medium" | "large" | "small";
|
|
910
910
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
911
911
|
IconClose: any;
|
|
912
912
|
FeedbackIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -928,7 +928,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
928
928
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
929
929
|
DateRangeInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
930
930
|
size: {
|
|
931
|
-
type: PropType<"mini" | "
|
|
931
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
932
932
|
};
|
|
933
933
|
focused: {
|
|
934
934
|
type: BooleanConstructor;
|
|
@@ -989,9 +989,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
989
989
|
}, {}, {}, {
|
|
990
990
|
focus(index?: number | undefined): void;
|
|
991
991
|
blur(): void;
|
|
992
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
992
|
+
}, 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<{
|
|
993
993
|
size: {
|
|
994
|
-
type: PropType<"mini" | "
|
|
994
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
995
995
|
};
|
|
996
996
|
focused: {
|
|
997
997
|
type: BooleanConstructor;
|
|
@@ -1030,9 +1030,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1030
1030
|
}>> & Readonly<{
|
|
1031
1031
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1032
1032
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1033
|
+
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
1033
1034
|
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
1034
1035
|
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
1035
|
-
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
1036
1036
|
}>, {
|
|
1037
1037
|
disabled: boolean | boolean[];
|
|
1038
1038
|
placeholder: string[];
|
|
@@ -1047,7 +1047,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1047
1047
|
type: StringConstructor;
|
|
1048
1048
|
};
|
|
1049
1049
|
size: {
|
|
1050
|
-
type: PropType<"mini" | "
|
|
1050
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1051
1051
|
default: string;
|
|
1052
1052
|
};
|
|
1053
1053
|
disabled: {
|
|
@@ -1061,7 +1061,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1061
1061
|
type: StringConstructor;
|
|
1062
1062
|
};
|
|
1063
1063
|
size: {
|
|
1064
|
-
type: PropType<"mini" | "
|
|
1064
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1065
1065
|
default: string;
|
|
1066
1066
|
};
|
|
1067
1067
|
disabled: {
|
|
@@ -1069,8 +1069,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1069
1069
|
default: boolean;
|
|
1070
1070
|
};
|
|
1071
1071
|
}>> & Readonly<{}>, {
|
|
1072
|
+
size: "mini" | "small" | "medium" | "large";
|
|
1072
1073
|
disabled: boolean;
|
|
1073
|
-
size: "mini" | "medium" | "large" | "small";
|
|
1074
1074
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1075
1075
|
IconClose: any;
|
|
1076
1076
|
FeedbackIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1131,7 +1131,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1131
1131
|
(value: number): Dayjs;
|
|
1132
1132
|
};
|
|
1133
1133
|
day: {
|
|
1134
|
-
(): 0 |
|
|
1134
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1135
1135
|
(value: number): Dayjs;
|
|
1136
1136
|
};
|
|
1137
1137
|
hour: {
|
|
@@ -1162,14 +1162,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1162
1162
|
};
|
|
1163
1163
|
startOf: {
|
|
1164
1164
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1165
|
-
(unit: "D" | "M" | "
|
|
1165
|
+
(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"): Dayjs;
|
|
1166
1166
|
};
|
|
1167
1167
|
endOf: {
|
|
1168
1168
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1169
|
-
(unit: "D" | "M" | "
|
|
1169
|
+
(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"): Dayjs;
|
|
1170
1170
|
};
|
|
1171
1171
|
format: (template?: string | undefined) => string;
|
|
1172
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
1172
|
+
diff: (date?: string | number | Date | 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;
|
|
1173
1173
|
valueOf: () => number;
|
|
1174
1174
|
unix: () => number;
|
|
1175
1175
|
daysInMonth: () => number;
|
|
@@ -1220,7 +1220,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1220
1220
|
(value: number): Dayjs;
|
|
1221
1221
|
};
|
|
1222
1222
|
day: {
|
|
1223
|
-
(): 0 |
|
|
1223
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1224
1224
|
(value: number): Dayjs;
|
|
1225
1225
|
};
|
|
1226
1226
|
hour: {
|
|
@@ -1251,14 +1251,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1251
1251
|
};
|
|
1252
1252
|
startOf: {
|
|
1253
1253
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1254
|
-
(unit: "D" | "M" | "
|
|
1254
|
+
(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"): Dayjs;
|
|
1255
1255
|
};
|
|
1256
1256
|
endOf: {
|
|
1257
1257
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1258
|
-
(unit: "D" | "M" | "
|
|
1258
|
+
(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"): Dayjs;
|
|
1259
1259
|
};
|
|
1260
1260
|
format: (template?: string | undefined) => string;
|
|
1261
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
1261
|
+
diff: (date?: string | number | Date | 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;
|
|
1262
1262
|
valueOf: () => number;
|
|
1263
1263
|
unix: () => number;
|
|
1264
1264
|
daysInMonth: () => number;
|
|
@@ -1330,8 +1330,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1330
1330
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
1331
1331
|
}>, {
|
|
1332
1332
|
disabled: boolean;
|
|
1333
|
-
visible: boolean;
|
|
1334
1333
|
format: string;
|
|
1334
|
+
visible: boolean;
|
|
1335
1335
|
hideFooter: boolean;
|
|
1336
1336
|
use12Hours: boolean;
|
|
1337
1337
|
hideDisabledOptions: boolean;
|
|
@@ -1380,16 +1380,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1380
1380
|
Button: {
|
|
1381
1381
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1382
1382
|
type: {
|
|
1383
|
-
type: PropType<"
|
|
1383
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1384
1384
|
};
|
|
1385
1385
|
shape: {
|
|
1386
|
-
type: PropType<"
|
|
1386
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1387
1387
|
};
|
|
1388
1388
|
status: {
|
|
1389
1389
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1390
1390
|
};
|
|
1391
1391
|
size: {
|
|
1392
|
-
type: PropType<"mini" | "
|
|
1392
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1393
1393
|
};
|
|
1394
1394
|
long: {
|
|
1395
1395
|
type: BooleanConstructor;
|
|
@@ -1439,16 +1439,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1439
1439
|
Defaults: {};
|
|
1440
1440
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1441
1441
|
type: {
|
|
1442
|
-
type: PropType<"
|
|
1442
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1443
1443
|
};
|
|
1444
1444
|
shape: {
|
|
1445
|
-
type: PropType<"
|
|
1445
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1446
1446
|
};
|
|
1447
1447
|
status: {
|
|
1448
1448
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1449
1449
|
};
|
|
1450
1450
|
size: {
|
|
1451
|
-
type: PropType<"mini" | "
|
|
1451
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1452
1452
|
};
|
|
1453
1453
|
long: {
|
|
1454
1454
|
type: BooleanConstructor;
|
|
@@ -1491,16 +1491,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1491
1491
|
__isSuspense?: undefined;
|
|
1492
1492
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1493
1493
|
type: {
|
|
1494
|
-
type: PropType<"
|
|
1494
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1495
1495
|
};
|
|
1496
1496
|
shape: {
|
|
1497
|
-
type: PropType<"
|
|
1497
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1498
1498
|
};
|
|
1499
1499
|
status: {
|
|
1500
1500
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1501
1501
|
};
|
|
1502
1502
|
size: {
|
|
1503
|
-
type: PropType<"mini" | "
|
|
1503
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1504
1504
|
};
|
|
1505
1505
|
long: {
|
|
1506
1506
|
type: BooleanConstructor;
|
|
@@ -1544,16 +1544,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1544
1544
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1545
1545
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1546
1546
|
type: {
|
|
1547
|
-
type: PropType<"
|
|
1547
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1548
1548
|
};
|
|
1549
1549
|
status: {
|
|
1550
1550
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1551
1551
|
};
|
|
1552
1552
|
shape: {
|
|
1553
|
-
type: PropType<"
|
|
1553
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1554
1554
|
};
|
|
1555
1555
|
size: {
|
|
1556
|
-
type: PropType<"mini" | "
|
|
1556
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1557
1557
|
};
|
|
1558
1558
|
disabled: {
|
|
1559
1559
|
type: BooleanConstructor;
|
|
@@ -1562,16 +1562,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1562
1562
|
prefixCls: string;
|
|
1563
1563
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1564
1564
|
type: {
|
|
1565
|
-
type: PropType<"
|
|
1565
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1566
1566
|
};
|
|
1567
1567
|
status: {
|
|
1568
1568
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1569
1569
|
};
|
|
1570
1570
|
shape: {
|
|
1571
|
-
type: PropType<"
|
|
1571
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1572
1572
|
};
|
|
1573
1573
|
size: {
|
|
1574
|
-
type: PropType<"mini" | "
|
|
1574
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1575
1575
|
};
|
|
1576
1576
|
disabled: {
|
|
1577
1577
|
type: BooleanConstructor;
|
|
@@ -1651,7 +1651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1651
1651
|
(value: number): Dayjs;
|
|
1652
1652
|
};
|
|
1653
1653
|
day: {
|
|
1654
|
-
(): 0 |
|
|
1654
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1655
1655
|
(value: number): Dayjs;
|
|
1656
1656
|
};
|
|
1657
1657
|
hour: {
|
|
@@ -1682,14 +1682,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1682
1682
|
};
|
|
1683
1683
|
startOf: {
|
|
1684
1684
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1685
|
-
(unit: "D" | "M" | "
|
|
1685
|
+
(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"): Dayjs;
|
|
1686
1686
|
};
|
|
1687
1687
|
endOf: {
|
|
1688
1688
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1689
|
-
(unit: "D" | "M" | "
|
|
1689
|
+
(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"): Dayjs;
|
|
1690
1690
|
};
|
|
1691
1691
|
format: (template?: string | undefined) => string;
|
|
1692
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
1692
|
+
diff: (date?: string | number | Date | 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;
|
|
1693
1693
|
valueOf: () => number;
|
|
1694
1694
|
unix: () => number;
|
|
1695
1695
|
daysInMonth: () => number;
|
|
@@ -1740,7 +1740,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1740
1740
|
(value: number): Dayjs;
|
|
1741
1741
|
};
|
|
1742
1742
|
day: {
|
|
1743
|
-
(): 0 |
|
|
1743
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1744
1744
|
(value: number): Dayjs;
|
|
1745
1745
|
};
|
|
1746
1746
|
hour: {
|
|
@@ -1771,14 +1771,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1771
1771
|
};
|
|
1772
1772
|
startOf: {
|
|
1773
1773
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1774
|
-
(unit: "D" | "M" | "
|
|
1774
|
+
(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"): Dayjs;
|
|
1775
1775
|
};
|
|
1776
1776
|
endOf: {
|
|
1777
1777
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1778
|
-
(unit: "D" | "M" | "
|
|
1778
|
+
(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"): Dayjs;
|
|
1779
1779
|
};
|
|
1780
1780
|
format: (template?: string | undefined) => string;
|
|
1781
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
1781
|
+
diff: (date?: string | number | Date | 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;
|
|
1782
1782
|
valueOf: () => number;
|
|
1783
1783
|
unix: () => number;
|
|
1784
1784
|
daysInMonth: () => number;
|
|
@@ -1850,8 +1850,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1850
1850
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
1851
1851
|
}>, {
|
|
1852
1852
|
disabled: boolean;
|
|
1853
|
-
visible: boolean;
|
|
1854
1853
|
format: string;
|
|
1854
|
+
visible: boolean;
|
|
1855
1855
|
hideFooter: boolean;
|
|
1856
1856
|
use12Hours: boolean;
|
|
1857
1857
|
hideDisabledOptions: boolean;
|
|
@@ -1900,16 +1900,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1900
1900
|
Button: {
|
|
1901
1901
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1902
1902
|
type: {
|
|
1903
|
-
type: PropType<"
|
|
1903
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1904
1904
|
};
|
|
1905
1905
|
shape: {
|
|
1906
|
-
type: PropType<"
|
|
1906
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1907
1907
|
};
|
|
1908
1908
|
status: {
|
|
1909
1909
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1910
1910
|
};
|
|
1911
1911
|
size: {
|
|
1912
|
-
type: PropType<"mini" | "
|
|
1912
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1913
1913
|
};
|
|
1914
1914
|
long: {
|
|
1915
1915
|
type: BooleanConstructor;
|
|
@@ -1959,16 +1959,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1959
1959
|
Defaults: {};
|
|
1960
1960
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1961
1961
|
type: {
|
|
1962
|
-
type: PropType<"
|
|
1962
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1963
1963
|
};
|
|
1964
1964
|
shape: {
|
|
1965
|
-
type: PropType<"
|
|
1965
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1966
1966
|
};
|
|
1967
1967
|
status: {
|
|
1968
1968
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1969
1969
|
};
|
|
1970
1970
|
size: {
|
|
1971
|
-
type: PropType<"mini" | "
|
|
1971
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1972
1972
|
};
|
|
1973
1973
|
long: {
|
|
1974
1974
|
type: BooleanConstructor;
|
|
@@ -2011,16 +2011,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2011
2011
|
__isSuspense?: undefined;
|
|
2012
2012
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2013
2013
|
type: {
|
|
2014
|
-
type: PropType<"
|
|
2014
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2015
2015
|
};
|
|
2016
2016
|
shape: {
|
|
2017
|
-
type: PropType<"
|
|
2017
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2018
2018
|
};
|
|
2019
2019
|
status: {
|
|
2020
2020
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2021
2021
|
};
|
|
2022
2022
|
size: {
|
|
2023
|
-
type: PropType<"mini" | "
|
|
2023
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2024
2024
|
};
|
|
2025
2025
|
long: {
|
|
2026
2026
|
type: BooleanConstructor;
|
|
@@ -2064,16 +2064,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2064
2064
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2065
2065
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2066
2066
|
type: {
|
|
2067
|
-
type: PropType<"
|
|
2067
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2068
2068
|
};
|
|
2069
2069
|
status: {
|
|
2070
2070
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2071
2071
|
};
|
|
2072
2072
|
shape: {
|
|
2073
|
-
type: PropType<"
|
|
2073
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2074
2074
|
};
|
|
2075
2075
|
size: {
|
|
2076
|
-
type: PropType<"mini" | "
|
|
2076
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2077
2077
|
};
|
|
2078
2078
|
disabled: {
|
|
2079
2079
|
type: BooleanConstructor;
|
|
@@ -2082,16 +2082,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2082
2082
|
prefixCls: string;
|
|
2083
2083
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2084
2084
|
type: {
|
|
2085
|
-
type: PropType<"
|
|
2085
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2086
2086
|
};
|
|
2087
2087
|
status: {
|
|
2088
2088
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2089
2089
|
};
|
|
2090
2090
|
shape: {
|
|
2091
|
-
type: PropType<"
|
|
2091
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2092
2092
|
};
|
|
2093
2093
|
size: {
|
|
2094
|
-
type: PropType<"mini" | "
|
|
2094
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2095
2095
|
};
|
|
2096
2096
|
disabled: {
|
|
2097
2097
|
type: BooleanConstructor;
|