@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
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
};
|
|
25
25
|
size: {
|
|
26
|
-
type: PropType<"mini" | "
|
|
26
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
27
27
|
};
|
|
28
28
|
shortcuts: {
|
|
29
29
|
type: PropType<ShortcutType[]>;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
position: {
|
|
37
|
-
type: PropType<"
|
|
37
|
+
type: PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
popupVisible: {
|
|
@@ -130,19 +130,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
confirmBtnDisabled: boolean | undefined;
|
|
131
131
|
timePickerProps: {
|
|
132
132
|
visible: boolean;
|
|
133
|
-
|
|
134
|
-
defaultPopupVisible?: boolean | undefined;
|
|
135
|
-
position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
|
|
133
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
136
134
|
disabled?: boolean | undefined;
|
|
137
|
-
unmountOnClose?: boolean | undefined;
|
|
138
|
-
size?: "mini" | "medium" | "large" | "small" | undefined;
|
|
139
|
-
type?: "time" | "time-range" | undefined;
|
|
140
135
|
modelValue?: import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[] | undefined;
|
|
141
136
|
placeholder?: string | string[] | undefined;
|
|
142
137
|
error?: boolean | undefined;
|
|
143
138
|
readonly?: boolean | undefined;
|
|
139
|
+
type?: "time" | "time-range" | undefined;
|
|
144
140
|
allowClear?: boolean | undefined;
|
|
145
141
|
format: string;
|
|
142
|
+
popupVisible?: boolean | undefined;
|
|
143
|
+
defaultPopupVisible?: boolean | undefined;
|
|
144
|
+
position?: "br" | "tr" | "top" | "tl" | "bottom" | "bl" | undefined;
|
|
145
|
+
unmountOnClose?: boolean | undefined;
|
|
146
146
|
triggerProps?: Record<string, unknown> | undefined;
|
|
147
147
|
disableConfirm?: boolean | undefined;
|
|
148
148
|
use12Hours?: boolean | undefined;
|
|
@@ -232,7 +232,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
232
|
type: BooleanConstructor;
|
|
233
233
|
};
|
|
234
234
|
size: {
|
|
235
|
-
type: PropType<"mini" | "
|
|
235
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
236
236
|
};
|
|
237
237
|
shortcuts: {
|
|
238
238
|
type: PropType<ShortcutType[]>;
|
|
@@ -243,7 +243,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
243
243
|
default: string;
|
|
244
244
|
};
|
|
245
245
|
position: {
|
|
246
|
-
type: PropType<"
|
|
246
|
+
type: PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
247
247
|
default: string;
|
|
248
248
|
};
|
|
249
249
|
popupVisible: {
|
|
@@ -327,26 +327,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
327
|
default: boolean;
|
|
328
328
|
};
|
|
329
329
|
}>> & Readonly<{
|
|
330
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
331
|
-
onClear?: (() => any) | undefined;
|
|
332
|
-
onSelect?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
333
330
|
"onUpdate:modelValue"?: ((value: CalendarValue | undefined) => any) | undefined;
|
|
331
|
+
onSelect?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
332
|
+
onClear?: (() => any) | undefined;
|
|
334
333
|
onChange?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
334
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
335
335
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
336
336
|
onOk?: ((value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => any) | undefined;
|
|
337
337
|
"onSelect-shortcut"?: ((shortcut: ShortcutType) => any) | undefined;
|
|
338
338
|
"onPicker-value-change"?: ((value: CalendarValue, date: Date, dateString: string) => any) | undefined;
|
|
339
339
|
"onUpdate:pickerValue"?: ((value: CalendarValue) => any) | undefined;
|
|
340
340
|
}>, {
|
|
341
|
-
popupVisible: boolean;
|
|
342
|
-
defaultPopupVisible: boolean;
|
|
343
|
-
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
344
341
|
disabled: boolean;
|
|
345
|
-
unmountOnClose: boolean;
|
|
346
|
-
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
347
342
|
error: boolean;
|
|
348
343
|
readonly: boolean;
|
|
349
344
|
allowClear: boolean;
|
|
345
|
+
popupVisible: boolean;
|
|
346
|
+
defaultPopupVisible: boolean;
|
|
347
|
+
position: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
348
|
+
unmountOnClose: boolean;
|
|
349
|
+
mode: "month" | "year" | "date" | "week" | "quarter";
|
|
350
350
|
disabledInput: boolean;
|
|
351
351
|
hideTrigger: boolean;
|
|
352
352
|
dayStartOfWeek: WeekStart;
|
|
@@ -360,7 +360,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
360
360
|
}, {}, {
|
|
361
361
|
DateInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
362
362
|
size: {
|
|
363
|
-
type: PropType<"mini" | "
|
|
363
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
364
364
|
};
|
|
365
365
|
focused: {
|
|
366
366
|
type: BooleanConstructor;
|
|
@@ -406,9 +406,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
}, {}, {}, {
|
|
407
407
|
focus(): void;
|
|
408
408
|
blur(): void;
|
|
409
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
409
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "clear" | "press-enter" | "change")[], "blur" | "clear" | "press-enter" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
410
410
|
size: {
|
|
411
|
-
type: PropType<"mini" | "
|
|
411
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
412
412
|
};
|
|
413
413
|
focused: {
|
|
414
414
|
type: BooleanConstructor;
|
|
@@ -455,7 +455,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
455
455
|
type: StringConstructor;
|
|
456
456
|
};
|
|
457
457
|
size: {
|
|
458
|
-
type: PropType<"mini" | "
|
|
458
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
459
459
|
default: string;
|
|
460
460
|
};
|
|
461
461
|
disabled: {
|
|
@@ -469,7 +469,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
469
469
|
type: StringConstructor;
|
|
470
470
|
};
|
|
471
471
|
size: {
|
|
472
|
-
type: PropType<"mini" | "
|
|
472
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
473
473
|
default: string;
|
|
474
474
|
};
|
|
475
475
|
disabled: {
|
|
@@ -477,8 +477,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
477
477
|
default: boolean;
|
|
478
478
|
};
|
|
479
479
|
}>> & Readonly<{}>, {
|
|
480
|
+
size: "mini" | "small" | "medium" | "large";
|
|
480
481
|
disabled: boolean;
|
|
481
|
-
size: "mini" | "medium" | "large" | "small";
|
|
482
482
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
483
483
|
IconClose: any;
|
|
484
484
|
FeedbackIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -509,11 +509,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
509
509
|
default: boolean;
|
|
510
510
|
};
|
|
511
511
|
trigger: {
|
|
512
|
-
type: PropType<"
|
|
512
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
513
513
|
default: string;
|
|
514
514
|
};
|
|
515
515
|
position: {
|
|
516
|
-
type: PropType<"
|
|
516
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
517
517
|
default: string;
|
|
518
518
|
};
|
|
519
519
|
disabled: {
|
|
@@ -556,13 +556,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
556
556
|
default: boolean;
|
|
557
557
|
};
|
|
558
558
|
contentClass: {
|
|
559
|
-
type: (
|
|
559
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
560
560
|
};
|
|
561
561
|
contentStyle: {
|
|
562
562
|
type: PropType<import("vue").CSSProperties>;
|
|
563
563
|
};
|
|
564
564
|
arrowClass: {
|
|
565
|
-
type: (
|
|
565
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
566
566
|
};
|
|
567
567
|
arrowStyle: {
|
|
568
568
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -620,7 +620,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
620
620
|
default: boolean;
|
|
621
621
|
};
|
|
622
622
|
openedClass: {
|
|
623
|
-
type: (
|
|
623
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
624
624
|
};
|
|
625
625
|
autoFitPosition: {
|
|
626
626
|
type: BooleanConstructor;
|
|
@@ -655,11 +655,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
655
655
|
hide: () => true;
|
|
656
656
|
resize: () => true;
|
|
657
657
|
}, import("vue").PublicProps, {
|
|
658
|
+
disabled: boolean;
|
|
658
659
|
popupVisible: boolean;
|
|
659
660
|
defaultPopupVisible: boolean;
|
|
660
|
-
trigger: "
|
|
661
|
-
position: "
|
|
662
|
-
disabled: boolean;
|
|
661
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
662
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
663
663
|
popupOffset: number;
|
|
664
664
|
showArrow: boolean;
|
|
665
665
|
alignPoint: boolean;
|
|
@@ -700,11 +700,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
700
700
|
default: boolean;
|
|
701
701
|
};
|
|
702
702
|
trigger: {
|
|
703
|
-
type: PropType<"
|
|
703
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
704
704
|
default: string;
|
|
705
705
|
};
|
|
706
706
|
position: {
|
|
707
|
-
type: PropType<"
|
|
707
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
708
708
|
default: string;
|
|
709
709
|
};
|
|
710
710
|
disabled: {
|
|
@@ -747,13 +747,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
747
747
|
default: boolean;
|
|
748
748
|
};
|
|
749
749
|
contentClass: {
|
|
750
|
-
type: (
|
|
750
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
751
751
|
};
|
|
752
752
|
contentStyle: {
|
|
753
753
|
type: PropType<import("vue").CSSProperties>;
|
|
754
754
|
};
|
|
755
755
|
arrowClass: {
|
|
756
|
-
type: (
|
|
756
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
757
757
|
};
|
|
758
758
|
arrowStyle: {
|
|
759
759
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -811,7 +811,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
811
811
|
default: boolean;
|
|
812
812
|
};
|
|
813
813
|
openedClass: {
|
|
814
|
-
type: (
|
|
814
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
815
815
|
};
|
|
816
816
|
autoFitPosition: {
|
|
817
817
|
type: BooleanConstructor;
|
|
@@ -840,11 +840,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
840
840
|
onHide?: (() => any) | undefined;
|
|
841
841
|
onResize?: (() => any) | undefined;
|
|
842
842
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
843
|
+
disabled: boolean;
|
|
843
844
|
popupVisible: boolean;
|
|
844
845
|
defaultPopupVisible: boolean;
|
|
845
|
-
trigger: "
|
|
846
|
-
position: "
|
|
847
|
-
disabled: boolean;
|
|
846
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
847
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
848
848
|
popupOffset: number;
|
|
849
849
|
showArrow: boolean;
|
|
850
850
|
alignPoint: boolean;
|
|
@@ -882,11 +882,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
882
882
|
default: boolean;
|
|
883
883
|
};
|
|
884
884
|
trigger: {
|
|
885
|
-
type: PropType<"
|
|
885
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
886
886
|
default: string;
|
|
887
887
|
};
|
|
888
888
|
position: {
|
|
889
|
-
type: PropType<"
|
|
889
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
890
890
|
default: string;
|
|
891
891
|
};
|
|
892
892
|
disabled: {
|
|
@@ -929,13 +929,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
929
929
|
default: boolean;
|
|
930
930
|
};
|
|
931
931
|
contentClass: {
|
|
932
|
-
type: (
|
|
932
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
933
933
|
};
|
|
934
934
|
contentStyle: {
|
|
935
935
|
type: PropType<import("vue").CSSProperties>;
|
|
936
936
|
};
|
|
937
937
|
arrowClass: {
|
|
938
|
-
type: (
|
|
938
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
939
939
|
};
|
|
940
940
|
arrowStyle: {
|
|
941
941
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -993,7 +993,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
993
993
|
default: boolean;
|
|
994
994
|
};
|
|
995
995
|
openedClass: {
|
|
996
|
-
type: (
|
|
996
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
997
997
|
};
|
|
998
998
|
autoFitPosition: {
|
|
999
999
|
type: BooleanConstructor;
|
|
@@ -1028,11 +1028,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1028
1028
|
hide: () => true;
|
|
1029
1029
|
resize: () => true;
|
|
1030
1030
|
}, string, {
|
|
1031
|
+
disabled: boolean;
|
|
1031
1032
|
popupVisible: boolean;
|
|
1032
1033
|
defaultPopupVisible: boolean;
|
|
1033
|
-
trigger: "
|
|
1034
|
-
position: "
|
|
1035
|
-
disabled: boolean;
|
|
1034
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1035
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1036
1036
|
popupOffset: number;
|
|
1037
1037
|
showArrow: boolean;
|
|
1038
1038
|
alignPoint: boolean;
|
|
@@ -1674,7 +1674,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1674
1674
|
(value: number): Dayjs;
|
|
1675
1675
|
};
|
|
1676
1676
|
day: {
|
|
1677
|
-
(): 0 |
|
|
1677
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1678
1678
|
(value: number): Dayjs;
|
|
1679
1679
|
};
|
|
1680
1680
|
hour: {
|
|
@@ -1705,14 +1705,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1705
1705
|
};
|
|
1706
1706
|
startOf: {
|
|
1707
1707
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1708
|
-
(unit: "D" | "M" | "
|
|
1708
|
+
(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;
|
|
1709
1709
|
};
|
|
1710
1710
|
endOf: {
|
|
1711
1711
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1712
|
-
(unit: "D" | "M" | "
|
|
1712
|
+
(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;
|
|
1713
1713
|
};
|
|
1714
1714
|
format: (template?: string | undefined) => string;
|
|
1715
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
1715
|
+
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;
|
|
1716
1716
|
valueOf: () => number;
|
|
1717
1717
|
unix: () => number;
|
|
1718
1718
|
daysInMonth: () => number;
|
|
@@ -1763,7 +1763,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1763
1763
|
(value: number): Dayjs;
|
|
1764
1764
|
};
|
|
1765
1765
|
day: {
|
|
1766
|
-
(): 0 |
|
|
1766
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
1767
1767
|
(value: number): Dayjs;
|
|
1768
1768
|
};
|
|
1769
1769
|
hour: {
|
|
@@ -1794,14 +1794,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1794
1794
|
};
|
|
1795
1795
|
startOf: {
|
|
1796
1796
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1797
|
-
(unit: "D" | "M" | "
|
|
1797
|
+
(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;
|
|
1798
1798
|
};
|
|
1799
1799
|
endOf: {
|
|
1800
1800
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
1801
|
-
(unit: "D" | "M" | "
|
|
1801
|
+
(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;
|
|
1802
1802
|
};
|
|
1803
1803
|
format: (template?: string | undefined) => string;
|
|
1804
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
1804
|
+
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;
|
|
1805
1805
|
valueOf: () => number;
|
|
1806
1806
|
unix: () => number;
|
|
1807
1807
|
daysInMonth: () => number;
|
|
@@ -1873,8 +1873,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1873
1873
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
1874
1874
|
}>, {
|
|
1875
1875
|
disabled: boolean;
|
|
1876
|
-
visible: boolean;
|
|
1877
1876
|
format: string;
|
|
1877
|
+
visible: boolean;
|
|
1878
1878
|
hideFooter: boolean;
|
|
1879
1879
|
use12Hours: boolean;
|
|
1880
1880
|
hideDisabledOptions: boolean;
|
|
@@ -1923,16 +1923,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1923
1923
|
Button: {
|
|
1924
1924
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1925
1925
|
type: {
|
|
1926
|
-
type: PropType<"
|
|
1926
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1927
1927
|
};
|
|
1928
1928
|
shape: {
|
|
1929
|
-
type: PropType<"
|
|
1929
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1930
1930
|
};
|
|
1931
1931
|
status: {
|
|
1932
1932
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1933
1933
|
};
|
|
1934
1934
|
size: {
|
|
1935
|
-
type: PropType<"mini" | "
|
|
1935
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1936
1936
|
};
|
|
1937
1937
|
long: {
|
|
1938
1938
|
type: BooleanConstructor;
|
|
@@ -1982,16 +1982,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1982
1982
|
Defaults: {};
|
|
1983
1983
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1984
1984
|
type: {
|
|
1985
|
-
type: PropType<"
|
|
1985
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
1986
1986
|
};
|
|
1987
1987
|
shape: {
|
|
1988
|
-
type: PropType<"
|
|
1988
|
+
type: PropType<"circle" | "round" | "square">;
|
|
1989
1989
|
};
|
|
1990
1990
|
status: {
|
|
1991
1991
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
1992
1992
|
};
|
|
1993
1993
|
size: {
|
|
1994
|
-
type: PropType<"mini" | "
|
|
1994
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1995
1995
|
};
|
|
1996
1996
|
long: {
|
|
1997
1997
|
type: BooleanConstructor;
|
|
@@ -2034,16 +2034,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2034
2034
|
__isSuspense?: undefined;
|
|
2035
2035
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2036
2036
|
type: {
|
|
2037
|
-
type: PropType<"
|
|
2037
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2038
2038
|
};
|
|
2039
2039
|
shape: {
|
|
2040
|
-
type: PropType<"
|
|
2040
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2041
2041
|
};
|
|
2042
2042
|
status: {
|
|
2043
2043
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2044
2044
|
};
|
|
2045
2045
|
size: {
|
|
2046
|
-
type: PropType<"mini" | "
|
|
2046
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2047
2047
|
};
|
|
2048
2048
|
long: {
|
|
2049
2049
|
type: BooleanConstructor;
|
|
@@ -2087,16 +2087,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2087
2087
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2088
2088
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2089
2089
|
type: {
|
|
2090
|
-
type: PropType<"
|
|
2090
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2091
2091
|
};
|
|
2092
2092
|
status: {
|
|
2093
2093
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2094
2094
|
};
|
|
2095
2095
|
shape: {
|
|
2096
|
-
type: PropType<"
|
|
2096
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2097
2097
|
};
|
|
2098
2098
|
size: {
|
|
2099
|
-
type: PropType<"mini" | "
|
|
2099
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2100
2100
|
};
|
|
2101
2101
|
disabled: {
|
|
2102
2102
|
type: BooleanConstructor;
|
|
@@ -2105,16 +2105,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2105
2105
|
prefixCls: string;
|
|
2106
2106
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2107
2107
|
type: {
|
|
2108
|
-
type: PropType<"
|
|
2108
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2109
2109
|
};
|
|
2110
2110
|
status: {
|
|
2111
2111
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2112
2112
|
};
|
|
2113
2113
|
shape: {
|
|
2114
|
-
type: PropType<"
|
|
2114
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2115
2115
|
};
|
|
2116
2116
|
size: {
|
|
2117
|
-
type: PropType<"mini" | "
|
|
2117
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2118
2118
|
};
|
|
2119
2119
|
disabled: {
|
|
2120
2120
|
type: BooleanConstructor;
|
|
@@ -2153,16 +2153,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2153
2153
|
Button: {
|
|
2154
2154
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2155
2155
|
type: {
|
|
2156
|
-
type: PropType<"
|
|
2156
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2157
2157
|
};
|
|
2158
2158
|
shape: {
|
|
2159
|
-
type: PropType<"
|
|
2159
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2160
2160
|
};
|
|
2161
2161
|
status: {
|
|
2162
2162
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2163
2163
|
};
|
|
2164
2164
|
size: {
|
|
2165
|
-
type: PropType<"mini" | "
|
|
2165
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2166
2166
|
};
|
|
2167
2167
|
long: {
|
|
2168
2168
|
type: BooleanConstructor;
|
|
@@ -2212,16 +2212,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2212
2212
|
Defaults: {};
|
|
2213
2213
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2214
2214
|
type: {
|
|
2215
|
-
type: PropType<"
|
|
2215
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2216
2216
|
};
|
|
2217
2217
|
shape: {
|
|
2218
|
-
type: PropType<"
|
|
2218
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2219
2219
|
};
|
|
2220
2220
|
status: {
|
|
2221
2221
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2222
2222
|
};
|
|
2223
2223
|
size: {
|
|
2224
|
-
type: PropType<"mini" | "
|
|
2224
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2225
2225
|
};
|
|
2226
2226
|
long: {
|
|
2227
2227
|
type: BooleanConstructor;
|
|
@@ -2264,16 +2264,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2264
2264
|
__isSuspense?: undefined;
|
|
2265
2265
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2266
2266
|
type: {
|
|
2267
|
-
type: PropType<"
|
|
2267
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2268
2268
|
};
|
|
2269
2269
|
shape: {
|
|
2270
|
-
type: PropType<"
|
|
2270
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2271
2271
|
};
|
|
2272
2272
|
status: {
|
|
2273
2273
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2274
2274
|
};
|
|
2275
2275
|
size: {
|
|
2276
|
-
type: PropType<"mini" | "
|
|
2276
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2277
2277
|
};
|
|
2278
2278
|
long: {
|
|
2279
2279
|
type: BooleanConstructor;
|
|
@@ -2317,16 +2317,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2317
2317
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2318
2318
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2319
2319
|
type: {
|
|
2320
|
-
type: PropType<"
|
|
2320
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2321
2321
|
};
|
|
2322
2322
|
status: {
|
|
2323
2323
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2324
2324
|
};
|
|
2325
2325
|
shape: {
|
|
2326
|
-
type: PropType<"
|
|
2326
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2327
2327
|
};
|
|
2328
2328
|
size: {
|
|
2329
|
-
type: PropType<"mini" | "
|
|
2329
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2330
2330
|
};
|
|
2331
2331
|
disabled: {
|
|
2332
2332
|
type: BooleanConstructor;
|
|
@@ -2335,16 +2335,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2335
2335
|
prefixCls: string;
|
|
2336
2336
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2337
2337
|
type: {
|
|
2338
|
-
type: PropType<"
|
|
2338
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2339
2339
|
};
|
|
2340
2340
|
status: {
|
|
2341
2341
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2342
2342
|
};
|
|
2343
2343
|
shape: {
|
|
2344
|
-
type: PropType<"
|
|
2344
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2345
2345
|
};
|
|
2346
2346
|
size: {
|
|
2347
|
-
type: PropType<"mini" | "
|
|
2347
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2348
2348
|
};
|
|
2349
2349
|
disabled: {
|
|
2350
2350
|
type: BooleanConstructor;
|
|
@@ -2518,16 +2518,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2518
2518
|
Button: {
|
|
2519
2519
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2520
2520
|
type: {
|
|
2521
|
-
type: PropType<"
|
|
2521
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2522
2522
|
};
|
|
2523
2523
|
shape: {
|
|
2524
|
-
type: PropType<"
|
|
2524
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2525
2525
|
};
|
|
2526
2526
|
status: {
|
|
2527
2527
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2528
2528
|
};
|
|
2529
2529
|
size: {
|
|
2530
|
-
type: PropType<"mini" | "
|
|
2530
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2531
2531
|
};
|
|
2532
2532
|
long: {
|
|
2533
2533
|
type: BooleanConstructor;
|
|
@@ -2577,16 +2577,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2577
2577
|
Defaults: {};
|
|
2578
2578
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2579
2579
|
type: {
|
|
2580
|
-
type: PropType<"
|
|
2580
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2581
2581
|
};
|
|
2582
2582
|
shape: {
|
|
2583
|
-
type: PropType<"
|
|
2583
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2584
2584
|
};
|
|
2585
2585
|
status: {
|
|
2586
2586
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2587
2587
|
};
|
|
2588
2588
|
size: {
|
|
2589
|
-
type: PropType<"mini" | "
|
|
2589
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2590
2590
|
};
|
|
2591
2591
|
long: {
|
|
2592
2592
|
type: BooleanConstructor;
|
|
@@ -2629,16 +2629,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2629
2629
|
__isSuspense?: undefined;
|
|
2630
2630
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2631
2631
|
type: {
|
|
2632
|
-
type: PropType<"
|
|
2632
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2633
2633
|
};
|
|
2634
2634
|
shape: {
|
|
2635
|
-
type: PropType<"
|
|
2635
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2636
2636
|
};
|
|
2637
2637
|
status: {
|
|
2638
2638
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2639
2639
|
};
|
|
2640
2640
|
size: {
|
|
2641
|
-
type: PropType<"mini" | "
|
|
2641
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2642
2642
|
};
|
|
2643
2643
|
long: {
|
|
2644
2644
|
type: BooleanConstructor;
|
|
@@ -2682,16 +2682,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2682
2682
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2683
2683
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2684
2684
|
type: {
|
|
2685
|
-
type: PropType<"
|
|
2685
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2686
2686
|
};
|
|
2687
2687
|
status: {
|
|
2688
2688
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2689
2689
|
};
|
|
2690
2690
|
shape: {
|
|
2691
|
-
type: PropType<"
|
|
2691
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2692
2692
|
};
|
|
2693
2693
|
size: {
|
|
2694
|
-
type: PropType<"mini" | "
|
|
2694
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2695
2695
|
};
|
|
2696
2696
|
disabled: {
|
|
2697
2697
|
type: BooleanConstructor;
|
|
@@ -2700,16 +2700,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2700
2700
|
prefixCls: string;
|
|
2701
2701
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2702
2702
|
type: {
|
|
2703
|
-
type: PropType<"
|
|
2703
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
2704
2704
|
};
|
|
2705
2705
|
status: {
|
|
2706
2706
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
2707
2707
|
};
|
|
2708
2708
|
shape: {
|
|
2709
|
-
type: PropType<"
|
|
2709
|
+
type: PropType<"circle" | "round" | "square">;
|
|
2710
2710
|
};
|
|
2711
2711
|
size: {
|
|
2712
|
-
type: PropType<"mini" | "
|
|
2712
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2713
2713
|
};
|
|
2714
2714
|
disabled: {
|
|
2715
2715
|
type: BooleanConstructor;
|
|
@@ -3144,7 +3144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3144
3144
|
(value: number): Dayjs;
|
|
3145
3145
|
};
|
|
3146
3146
|
day: {
|
|
3147
|
-
(): 0 |
|
|
3147
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
3148
3148
|
(value: number): Dayjs;
|
|
3149
3149
|
};
|
|
3150
3150
|
hour: {
|
|
@@ -3175,14 +3175,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3175
3175
|
};
|
|
3176
3176
|
startOf: {
|
|
3177
3177
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
3178
|
-
(unit: "D" | "M" | "
|
|
3178
|
+
(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;
|
|
3179
3179
|
};
|
|
3180
3180
|
endOf: {
|
|
3181
3181
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
3182
|
-
(unit: "D" | "M" | "
|
|
3182
|
+
(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;
|
|
3183
3183
|
};
|
|
3184
3184
|
format: (template?: string | undefined) => string;
|
|
3185
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
3185
|
+
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;
|
|
3186
3186
|
valueOf: () => number;
|
|
3187
3187
|
unix: () => number;
|
|
3188
3188
|
daysInMonth: () => number;
|
|
@@ -3233,7 +3233,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3233
3233
|
(value: number): Dayjs;
|
|
3234
3234
|
};
|
|
3235
3235
|
day: {
|
|
3236
|
-
(): 0 |
|
|
3236
|
+
(): 0 | 4 | 1 | 2 | 3 | 6 | 5;
|
|
3237
3237
|
(value: number): Dayjs;
|
|
3238
3238
|
};
|
|
3239
3239
|
hour: {
|
|
@@ -3264,14 +3264,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3264
3264
|
};
|
|
3265
3265
|
startOf: {
|
|
3266
3266
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
3267
|
-
(unit: "D" | "M" | "
|
|
3267
|
+
(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;
|
|
3268
3268
|
};
|
|
3269
3269
|
endOf: {
|
|
3270
3270
|
(unit: import("dayjs").OpUnitType): Dayjs;
|
|
3271
|
-
(unit: "D" | "M" | "
|
|
3271
|
+
(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;
|
|
3272
3272
|
};
|
|
3273
3273
|
format: (template?: string | undefined) => string;
|
|
3274
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "D" | "M" | "
|
|
3274
|
+
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;
|
|
3275
3275
|
valueOf: () => number;
|
|
3276
3276
|
unix: () => number;
|
|
3277
3277
|
daysInMonth: () => number;
|
|
@@ -3343,8 +3343,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3343
3343
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
3344
3344
|
}>, {
|
|
3345
3345
|
disabled: boolean;
|
|
3346
|
-
visible: boolean;
|
|
3347
3346
|
format: string;
|
|
3347
|
+
visible: boolean;
|
|
3348
3348
|
hideFooter: boolean;
|
|
3349
3349
|
use12Hours: boolean;
|
|
3350
3350
|
hideDisabledOptions: boolean;
|
|
@@ -3393,16 +3393,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3393
3393
|
Button: {
|
|
3394
3394
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3395
3395
|
type: {
|
|
3396
|
-
type: PropType<"
|
|
3396
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3397
3397
|
};
|
|
3398
3398
|
shape: {
|
|
3399
|
-
type: PropType<"
|
|
3399
|
+
type: PropType<"circle" | "round" | "square">;
|
|
3400
3400
|
};
|
|
3401
3401
|
status: {
|
|
3402
3402
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
3403
3403
|
};
|
|
3404
3404
|
size: {
|
|
3405
|
-
type: PropType<"mini" | "
|
|
3405
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
3406
3406
|
};
|
|
3407
3407
|
long: {
|
|
3408
3408
|
type: BooleanConstructor;
|
|
@@ -3452,16 +3452,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3452
3452
|
Defaults: {};
|
|
3453
3453
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3454
3454
|
type: {
|
|
3455
|
-
type: PropType<"
|
|
3455
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3456
3456
|
};
|
|
3457
3457
|
shape: {
|
|
3458
|
-
type: PropType<"
|
|
3458
|
+
type: PropType<"circle" | "round" | "square">;
|
|
3459
3459
|
};
|
|
3460
3460
|
status: {
|
|
3461
3461
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
3462
3462
|
};
|
|
3463
3463
|
size: {
|
|
3464
|
-
type: PropType<"mini" | "
|
|
3464
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
3465
3465
|
};
|
|
3466
3466
|
long: {
|
|
3467
3467
|
type: BooleanConstructor;
|
|
@@ -3504,16 +3504,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3504
3504
|
__isSuspense?: undefined;
|
|
3505
3505
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3506
3506
|
type: {
|
|
3507
|
-
type: PropType<"
|
|
3507
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3508
3508
|
};
|
|
3509
3509
|
shape: {
|
|
3510
|
-
type: PropType<"
|
|
3510
|
+
type: PropType<"circle" | "round" | "square">;
|
|
3511
3511
|
};
|
|
3512
3512
|
status: {
|
|
3513
3513
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
3514
3514
|
};
|
|
3515
3515
|
size: {
|
|
3516
|
-
type: PropType<"mini" | "
|
|
3516
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
3517
3517
|
};
|
|
3518
3518
|
long: {
|
|
3519
3519
|
type: BooleanConstructor;
|
|
@@ -3557,16 +3557,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3557
3557
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3558
3558
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3559
3559
|
type: {
|
|
3560
|
-
type: PropType<"
|
|
3560
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3561
3561
|
};
|
|
3562
3562
|
status: {
|
|
3563
3563
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
3564
3564
|
};
|
|
3565
3565
|
shape: {
|
|
3566
|
-
type: PropType<"
|
|
3566
|
+
type: PropType<"circle" | "round" | "square">;
|
|
3567
3567
|
};
|
|
3568
3568
|
size: {
|
|
3569
|
-
type: PropType<"mini" | "
|
|
3569
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
3570
3570
|
};
|
|
3571
3571
|
disabled: {
|
|
3572
3572
|
type: BooleanConstructor;
|
|
@@ -3575,16 +3575,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3575
3575
|
prefixCls: string;
|
|
3576
3576
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3577
3577
|
type: {
|
|
3578
|
-
type: PropType<"
|
|
3578
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3579
3579
|
};
|
|
3580
3580
|
status: {
|
|
3581
3581
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
3582
3582
|
};
|
|
3583
3583
|
shape: {
|
|
3584
|
-
type: PropType<"
|
|
3584
|
+
type: PropType<"circle" | "round" | "square">;
|
|
3585
3585
|
};
|
|
3586
3586
|
size: {
|
|
3587
|
-
type: PropType<"mini" | "
|
|
3587
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
3588
3588
|
};
|
|
3589
3589
|
disabled: {
|
|
3590
3590
|
type: BooleanConstructor;
|