@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
package/es/dropdown/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ declare const Dropdown: {
|
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
trigger: {
|
|
19
|
-
type: import("vue").PropType<"
|
|
19
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
position: {
|
|
@@ -35,9 +35,9 @@ declare const Dropdown: {
|
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
37
|
}>> & Readonly<{
|
|
38
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
38
39
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
39
40
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
40
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
41
41
|
}>, {
|
|
42
42
|
prefixCls: string;
|
|
43
43
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -49,7 +49,7 @@ declare const Dropdown: {
|
|
|
49
49
|
}, import("vue").PublicProps, {
|
|
50
50
|
popupVisible: boolean;
|
|
51
51
|
defaultPopupVisible: boolean;
|
|
52
|
-
trigger: "
|
|
52
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
53
53
|
position: import("./interface").DropdownPosition;
|
|
54
54
|
popupMaxHeight: number | boolean;
|
|
55
55
|
hideOnSelect: boolean;
|
|
@@ -65,11 +65,11 @@ declare const Dropdown: {
|
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
trigger: {
|
|
68
|
-
type: import("vue").PropType<"
|
|
68
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
position: {
|
|
72
|
-
type: import("vue").PropType<"
|
|
72
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
disabled: {
|
|
@@ -112,13 +112,13 @@ declare const Dropdown: {
|
|
|
112
112
|
default: boolean;
|
|
113
113
|
};
|
|
114
114
|
contentClass: {
|
|
115
|
-
type: (
|
|
115
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
116
116
|
};
|
|
117
117
|
contentStyle: {
|
|
118
118
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
119
119
|
};
|
|
120
120
|
arrowClass: {
|
|
121
|
-
type: (
|
|
121
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
122
122
|
};
|
|
123
123
|
arrowStyle: {
|
|
124
124
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -176,7 +176,7 @@ declare const Dropdown: {
|
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
openedClass: {
|
|
179
|
-
type: (
|
|
179
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
180
180
|
};
|
|
181
181
|
autoFitPosition: {
|
|
182
182
|
type: BooleanConstructor;
|
|
@@ -211,11 +211,11 @@ declare const Dropdown: {
|
|
|
211
211
|
hide: () => true;
|
|
212
212
|
resize: () => true;
|
|
213
213
|
}, import("vue").PublicProps, {
|
|
214
|
+
disabled: boolean;
|
|
214
215
|
popupVisible: boolean;
|
|
215
216
|
defaultPopupVisible: boolean;
|
|
216
|
-
trigger: "
|
|
217
|
-
position: "
|
|
218
|
-
disabled: boolean;
|
|
217
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
218
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
219
219
|
popupOffset: number;
|
|
220
220
|
showArrow: boolean;
|
|
221
221
|
alignPoint: boolean;
|
|
@@ -256,11 +256,11 @@ declare const Dropdown: {
|
|
|
256
256
|
default: boolean;
|
|
257
257
|
};
|
|
258
258
|
trigger: {
|
|
259
|
-
type: import("vue").PropType<"
|
|
259
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
260
260
|
default: string;
|
|
261
261
|
};
|
|
262
262
|
position: {
|
|
263
|
-
type: import("vue").PropType<"
|
|
263
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
264
264
|
default: string;
|
|
265
265
|
};
|
|
266
266
|
disabled: {
|
|
@@ -303,13 +303,13 @@ declare const Dropdown: {
|
|
|
303
303
|
default: boolean;
|
|
304
304
|
};
|
|
305
305
|
contentClass: {
|
|
306
|
-
type: (
|
|
306
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
307
307
|
};
|
|
308
308
|
contentStyle: {
|
|
309
309
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
310
310
|
};
|
|
311
311
|
arrowClass: {
|
|
312
|
-
type: (
|
|
312
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
313
313
|
};
|
|
314
314
|
arrowStyle: {
|
|
315
315
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -367,7 +367,7 @@ declare const Dropdown: {
|
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
369
|
openedClass: {
|
|
370
|
-
type: (
|
|
370
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
371
371
|
};
|
|
372
372
|
autoFitPosition: {
|
|
373
373
|
type: BooleanConstructor;
|
|
@@ -396,11 +396,11 @@ declare const Dropdown: {
|
|
|
396
396
|
onHide?: (() => any) | undefined;
|
|
397
397
|
onResize?: (() => any) | undefined;
|
|
398
398
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
399
|
+
disabled: boolean;
|
|
399
400
|
popupVisible: boolean;
|
|
400
401
|
defaultPopupVisible: boolean;
|
|
401
|
-
trigger: "
|
|
402
|
-
position: "
|
|
403
|
-
disabled: boolean;
|
|
402
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
403
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
404
404
|
popupOffset: number;
|
|
405
405
|
showArrow: boolean;
|
|
406
406
|
alignPoint: boolean;
|
|
@@ -438,11 +438,11 @@ declare const Dropdown: {
|
|
|
438
438
|
default: boolean;
|
|
439
439
|
};
|
|
440
440
|
trigger: {
|
|
441
|
-
type: import("vue").PropType<"
|
|
441
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
442
442
|
default: string;
|
|
443
443
|
};
|
|
444
444
|
position: {
|
|
445
|
-
type: import("vue").PropType<"
|
|
445
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
446
446
|
default: string;
|
|
447
447
|
};
|
|
448
448
|
disabled: {
|
|
@@ -485,13 +485,13 @@ declare const Dropdown: {
|
|
|
485
485
|
default: boolean;
|
|
486
486
|
};
|
|
487
487
|
contentClass: {
|
|
488
|
-
type: (
|
|
488
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
489
489
|
};
|
|
490
490
|
contentStyle: {
|
|
491
491
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
492
492
|
};
|
|
493
493
|
arrowClass: {
|
|
494
|
-
type: (
|
|
494
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
495
495
|
};
|
|
496
496
|
arrowStyle: {
|
|
497
497
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -549,7 +549,7 @@ declare const Dropdown: {
|
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
openedClass: {
|
|
552
|
-
type: (
|
|
552
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
553
553
|
};
|
|
554
554
|
autoFitPosition: {
|
|
555
555
|
type: BooleanConstructor;
|
|
@@ -584,11 +584,11 @@ declare const Dropdown: {
|
|
|
584
584
|
hide: () => true;
|
|
585
585
|
resize: () => true;
|
|
586
586
|
}, string, {
|
|
587
|
+
disabled: boolean;
|
|
587
588
|
popupVisible: boolean;
|
|
588
589
|
defaultPopupVisible: boolean;
|
|
589
|
-
trigger: "
|
|
590
|
-
position: "
|
|
591
|
-
disabled: boolean;
|
|
590
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
591
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
592
592
|
popupOffset: number;
|
|
593
593
|
showArrow: boolean;
|
|
594
594
|
alignPoint: boolean;
|
|
@@ -675,7 +675,7 @@ declare const Dropdown: {
|
|
|
675
675
|
type: import("vue").PropType<"embed" | "track">;
|
|
676
676
|
default: string;
|
|
677
677
|
};
|
|
678
|
-
outerClass: (
|
|
678
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
679
679
|
outerStyle: {
|
|
680
680
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
681
681
|
};
|
|
@@ -719,8 +719,8 @@ declare const Dropdown: {
|
|
|
719
719
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
720
720
|
scroll: (ev: Event) => true;
|
|
721
721
|
}, import("vue").PublicProps, {
|
|
722
|
-
hide: boolean;
|
|
723
722
|
type: "embed" | "track";
|
|
723
|
+
hide: boolean;
|
|
724
724
|
disableHorizontal: boolean;
|
|
725
725
|
disableVertical: boolean;
|
|
726
726
|
}, true, {}, {}, {
|
|
@@ -800,7 +800,7 @@ declare const Dropdown: {
|
|
|
800
800
|
type: import("vue").PropType<"embed" | "track">;
|
|
801
801
|
default: string;
|
|
802
802
|
};
|
|
803
|
-
outerClass: (
|
|
803
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
804
804
|
outerStyle: {
|
|
805
805
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
806
806
|
};
|
|
@@ -842,8 +842,8 @@ declare const Dropdown: {
|
|
|
842
842
|
scrollTop(top: number): void;
|
|
843
843
|
scrollLeft(left: number): void;
|
|
844
844
|
}, {
|
|
845
|
-
hide: boolean;
|
|
846
845
|
type: "embed" | "track";
|
|
846
|
+
hide: boolean;
|
|
847
847
|
disableHorizontal: boolean;
|
|
848
848
|
disableVertical: boolean;
|
|
849
849
|
}>;
|
|
@@ -855,7 +855,7 @@ declare const Dropdown: {
|
|
|
855
855
|
type: import("vue").PropType<"embed" | "track">;
|
|
856
856
|
default: string;
|
|
857
857
|
};
|
|
858
|
-
outerClass: (
|
|
858
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
859
859
|
outerStyle: {
|
|
860
860
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
861
861
|
};
|
|
@@ -899,8 +899,8 @@ declare const Dropdown: {
|
|
|
899
899
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
900
900
|
scroll: (ev: Event) => true;
|
|
901
901
|
}, string, {
|
|
902
|
-
hide: boolean;
|
|
903
902
|
type: "embed" | "track";
|
|
903
|
+
hide: boolean;
|
|
904
904
|
disableHorizontal: boolean;
|
|
905
905
|
disableVertical: boolean;
|
|
906
906
|
}, {}, string, {}, {
|
|
@@ -979,9 +979,9 @@ declare const Dropdown: {
|
|
|
979
979
|
type: BooleanConstructor;
|
|
980
980
|
default: boolean;
|
|
981
981
|
};
|
|
982
|
-
}>> & Readonly<{}>, () => import("vue
|
|
982
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
983
983
|
[key: string]: any;
|
|
984
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
984
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
985
985
|
inConfigProvider: boolean;
|
|
986
986
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
987
987
|
P: {};
|
|
@@ -997,9 +997,9 @@ declare const Dropdown: {
|
|
|
997
997
|
type: BooleanConstructor;
|
|
998
998
|
default: boolean;
|
|
999
999
|
};
|
|
1000
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1000
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1001
1001
|
[key: string]: any;
|
|
1002
|
-
}>[], {}, {}, {}, {
|
|
1002
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1003
1003
|
inConfigProvider: boolean;
|
|
1004
1004
|
}>;
|
|
1005
1005
|
__isFragment?: undefined;
|
|
@@ -1012,9 +1012,9 @@ declare const Dropdown: {
|
|
|
1012
1012
|
type: BooleanConstructor;
|
|
1013
1013
|
default: boolean;
|
|
1014
1014
|
};
|
|
1015
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1015
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1016
1016
|
[key: string]: any;
|
|
1017
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1017
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1018
1018
|
inConfigProvider: boolean;
|
|
1019
1019
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1020
1020
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|
|
@@ -1037,7 +1037,7 @@ declare const Dropdown: {
|
|
|
1037
1037
|
default: boolean;
|
|
1038
1038
|
};
|
|
1039
1039
|
trigger: {
|
|
1040
|
-
type: import("vue").PropType<"
|
|
1040
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1041
1041
|
default: string;
|
|
1042
1042
|
};
|
|
1043
1043
|
position: {
|
|
@@ -1056,9 +1056,9 @@ declare const Dropdown: {
|
|
|
1056
1056
|
default: boolean;
|
|
1057
1057
|
};
|
|
1058
1058
|
}>> & Readonly<{
|
|
1059
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1059
1060
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1060
1061
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1061
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1062
1062
|
}>, {
|
|
1063
1063
|
prefixCls: string;
|
|
1064
1064
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1066,7 +1066,7 @@ declare const Dropdown: {
|
|
|
1066
1066
|
}, {}, {}, {}, {
|
|
1067
1067
|
popupVisible: boolean;
|
|
1068
1068
|
defaultPopupVisible: boolean;
|
|
1069
|
-
trigger: "
|
|
1069
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1070
1070
|
position: import("./interface").DropdownPosition;
|
|
1071
1071
|
popupMaxHeight: number | boolean;
|
|
1072
1072
|
hideOnSelect: boolean;
|
|
@@ -1084,7 +1084,7 @@ declare const Dropdown: {
|
|
|
1084
1084
|
default: boolean;
|
|
1085
1085
|
};
|
|
1086
1086
|
trigger: {
|
|
1087
|
-
type: import("vue").PropType<"
|
|
1087
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1088
1088
|
default: string;
|
|
1089
1089
|
};
|
|
1090
1090
|
position: {
|
|
@@ -1103,9 +1103,9 @@ declare const Dropdown: {
|
|
|
1103
1103
|
default: boolean;
|
|
1104
1104
|
};
|
|
1105
1105
|
}>> & Readonly<{
|
|
1106
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1106
1107
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1107
1108
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1108
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1109
1109
|
}>, {
|
|
1110
1110
|
prefixCls: string;
|
|
1111
1111
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
@@ -1117,7 +1117,7 @@ declare const Dropdown: {
|
|
|
1117
1117
|
}, string, {
|
|
1118
1118
|
popupVisible: boolean;
|
|
1119
1119
|
defaultPopupVisible: boolean;
|
|
1120
|
-
trigger: "
|
|
1120
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1121
1121
|
position: import("./interface").DropdownPosition;
|
|
1122
1122
|
popupMaxHeight: number | boolean;
|
|
1123
1123
|
hideOnSelect: boolean;
|
|
@@ -1133,11 +1133,11 @@ declare const Dropdown: {
|
|
|
1133
1133
|
default: boolean;
|
|
1134
1134
|
};
|
|
1135
1135
|
trigger: {
|
|
1136
|
-
type: import("vue").PropType<"
|
|
1136
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1137
1137
|
default: string;
|
|
1138
1138
|
};
|
|
1139
1139
|
position: {
|
|
1140
|
-
type: import("vue").PropType<"
|
|
1140
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1141
1141
|
default: string;
|
|
1142
1142
|
};
|
|
1143
1143
|
disabled: {
|
|
@@ -1180,13 +1180,13 @@ declare const Dropdown: {
|
|
|
1180
1180
|
default: boolean;
|
|
1181
1181
|
};
|
|
1182
1182
|
contentClass: {
|
|
1183
|
-
type: (
|
|
1183
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1184
1184
|
};
|
|
1185
1185
|
contentStyle: {
|
|
1186
1186
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1187
1187
|
};
|
|
1188
1188
|
arrowClass: {
|
|
1189
|
-
type: (
|
|
1189
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1190
1190
|
};
|
|
1191
1191
|
arrowStyle: {
|
|
1192
1192
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1244,7 +1244,7 @@ declare const Dropdown: {
|
|
|
1244
1244
|
default: boolean;
|
|
1245
1245
|
};
|
|
1246
1246
|
openedClass: {
|
|
1247
|
-
type: (
|
|
1247
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1248
1248
|
};
|
|
1249
1249
|
autoFitPosition: {
|
|
1250
1250
|
type: BooleanConstructor;
|
|
@@ -1279,11 +1279,11 @@ declare const Dropdown: {
|
|
|
1279
1279
|
hide: () => true;
|
|
1280
1280
|
resize: () => true;
|
|
1281
1281
|
}, import("vue").PublicProps, {
|
|
1282
|
+
disabled: boolean;
|
|
1282
1283
|
popupVisible: boolean;
|
|
1283
1284
|
defaultPopupVisible: boolean;
|
|
1284
|
-
trigger: "
|
|
1285
|
-
position: "
|
|
1286
|
-
disabled: boolean;
|
|
1285
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1286
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1287
1287
|
popupOffset: number;
|
|
1288
1288
|
showArrow: boolean;
|
|
1289
1289
|
alignPoint: boolean;
|
|
@@ -1324,11 +1324,11 @@ declare const Dropdown: {
|
|
|
1324
1324
|
default: boolean;
|
|
1325
1325
|
};
|
|
1326
1326
|
trigger: {
|
|
1327
|
-
type: import("vue").PropType<"
|
|
1327
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1328
1328
|
default: string;
|
|
1329
1329
|
};
|
|
1330
1330
|
position: {
|
|
1331
|
-
type: import("vue").PropType<"
|
|
1331
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1332
1332
|
default: string;
|
|
1333
1333
|
};
|
|
1334
1334
|
disabled: {
|
|
@@ -1371,13 +1371,13 @@ declare const Dropdown: {
|
|
|
1371
1371
|
default: boolean;
|
|
1372
1372
|
};
|
|
1373
1373
|
contentClass: {
|
|
1374
|
-
type: (
|
|
1374
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1375
1375
|
};
|
|
1376
1376
|
contentStyle: {
|
|
1377
1377
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1378
1378
|
};
|
|
1379
1379
|
arrowClass: {
|
|
1380
|
-
type: (
|
|
1380
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1381
1381
|
};
|
|
1382
1382
|
arrowStyle: {
|
|
1383
1383
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1435,7 +1435,7 @@ declare const Dropdown: {
|
|
|
1435
1435
|
default: boolean;
|
|
1436
1436
|
};
|
|
1437
1437
|
openedClass: {
|
|
1438
|
-
type: (
|
|
1438
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1439
1439
|
};
|
|
1440
1440
|
autoFitPosition: {
|
|
1441
1441
|
type: BooleanConstructor;
|
|
@@ -1464,11 +1464,11 @@ declare const Dropdown: {
|
|
|
1464
1464
|
onHide?: (() => any) | undefined;
|
|
1465
1465
|
onResize?: (() => any) | undefined;
|
|
1466
1466
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1467
|
+
disabled: boolean;
|
|
1467
1468
|
popupVisible: boolean;
|
|
1468
1469
|
defaultPopupVisible: boolean;
|
|
1469
|
-
trigger: "
|
|
1470
|
-
position: "
|
|
1471
|
-
disabled: boolean;
|
|
1470
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1471
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1472
1472
|
popupOffset: number;
|
|
1473
1473
|
showArrow: boolean;
|
|
1474
1474
|
alignPoint: boolean;
|
|
@@ -1506,11 +1506,11 @@ declare const Dropdown: {
|
|
|
1506
1506
|
default: boolean;
|
|
1507
1507
|
};
|
|
1508
1508
|
trigger: {
|
|
1509
|
-
type: import("vue").PropType<"
|
|
1509
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1510
1510
|
default: string;
|
|
1511
1511
|
};
|
|
1512
1512
|
position: {
|
|
1513
|
-
type: import("vue").PropType<"
|
|
1513
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1514
1514
|
default: string;
|
|
1515
1515
|
};
|
|
1516
1516
|
disabled: {
|
|
@@ -1553,13 +1553,13 @@ declare const Dropdown: {
|
|
|
1553
1553
|
default: boolean;
|
|
1554
1554
|
};
|
|
1555
1555
|
contentClass: {
|
|
1556
|
-
type: (
|
|
1556
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1557
1557
|
};
|
|
1558
1558
|
contentStyle: {
|
|
1559
1559
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1560
1560
|
};
|
|
1561
1561
|
arrowClass: {
|
|
1562
|
-
type: (
|
|
1562
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1563
1563
|
};
|
|
1564
1564
|
arrowStyle: {
|
|
1565
1565
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1617,7 +1617,7 @@ declare const Dropdown: {
|
|
|
1617
1617
|
default: boolean;
|
|
1618
1618
|
};
|
|
1619
1619
|
openedClass: {
|
|
1620
|
-
type: (
|
|
1620
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1621
1621
|
};
|
|
1622
1622
|
autoFitPosition: {
|
|
1623
1623
|
type: BooleanConstructor;
|
|
@@ -1652,11 +1652,11 @@ declare const Dropdown: {
|
|
|
1652
1652
|
hide: () => true;
|
|
1653
1653
|
resize: () => true;
|
|
1654
1654
|
}, string, {
|
|
1655
|
+
disabled: boolean;
|
|
1655
1656
|
popupVisible: boolean;
|
|
1656
1657
|
defaultPopupVisible: boolean;
|
|
1657
|
-
trigger: "
|
|
1658
|
-
position: "
|
|
1659
|
-
disabled: boolean;
|
|
1658
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1659
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1660
1660
|
popupOffset: number;
|
|
1661
1661
|
showArrow: boolean;
|
|
1662
1662
|
alignPoint: boolean;
|
|
@@ -1743,7 +1743,7 @@ declare const Dropdown: {
|
|
|
1743
1743
|
type: import("vue").PropType<"embed" | "track">;
|
|
1744
1744
|
default: string;
|
|
1745
1745
|
};
|
|
1746
|
-
outerClass: (
|
|
1746
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1747
1747
|
outerStyle: {
|
|
1748
1748
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1749
1749
|
};
|
|
@@ -1787,8 +1787,8 @@ declare const Dropdown: {
|
|
|
1787
1787
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1788
1788
|
scroll: (ev: Event) => true;
|
|
1789
1789
|
}, import("vue").PublicProps, {
|
|
1790
|
-
hide: boolean;
|
|
1791
1790
|
type: "embed" | "track";
|
|
1791
|
+
hide: boolean;
|
|
1792
1792
|
disableHorizontal: boolean;
|
|
1793
1793
|
disableVertical: boolean;
|
|
1794
1794
|
}, true, {}, {}, {
|
|
@@ -1868,7 +1868,7 @@ declare const Dropdown: {
|
|
|
1868
1868
|
type: import("vue").PropType<"embed" | "track">;
|
|
1869
1869
|
default: string;
|
|
1870
1870
|
};
|
|
1871
|
-
outerClass: (
|
|
1871
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1872
1872
|
outerStyle: {
|
|
1873
1873
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1874
1874
|
};
|
|
@@ -1910,8 +1910,8 @@ declare const Dropdown: {
|
|
|
1910
1910
|
scrollTop(top: number): void;
|
|
1911
1911
|
scrollLeft(left: number): void;
|
|
1912
1912
|
}, {
|
|
1913
|
-
hide: boolean;
|
|
1914
1913
|
type: "embed" | "track";
|
|
1914
|
+
hide: boolean;
|
|
1915
1915
|
disableHorizontal: boolean;
|
|
1916
1916
|
disableVertical: boolean;
|
|
1917
1917
|
}>;
|
|
@@ -1923,7 +1923,7 @@ declare const Dropdown: {
|
|
|
1923
1923
|
type: import("vue").PropType<"embed" | "track">;
|
|
1924
1924
|
default: string;
|
|
1925
1925
|
};
|
|
1926
|
-
outerClass: (
|
|
1926
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1927
1927
|
outerStyle: {
|
|
1928
1928
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1929
1929
|
};
|
|
@@ -1967,8 +1967,8 @@ declare const Dropdown: {
|
|
|
1967
1967
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1968
1968
|
scroll: (ev: Event) => true;
|
|
1969
1969
|
}, string, {
|
|
1970
|
-
hide: boolean;
|
|
1971
1970
|
type: "embed" | "track";
|
|
1971
|
+
hide: boolean;
|
|
1972
1972
|
disableHorizontal: boolean;
|
|
1973
1973
|
disableVertical: boolean;
|
|
1974
1974
|
}, {}, string, {}, {
|
|
@@ -2047,9 +2047,9 @@ declare const Dropdown: {
|
|
|
2047
2047
|
type: BooleanConstructor;
|
|
2048
2048
|
default: boolean;
|
|
2049
2049
|
};
|
|
2050
|
-
}>> & Readonly<{}>, () => import("vue
|
|
2050
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2051
2051
|
[key: string]: any;
|
|
2052
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2052
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2053
2053
|
inConfigProvider: boolean;
|
|
2054
2054
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2055
2055
|
P: {};
|
|
@@ -2065,9 +2065,9 @@ declare const Dropdown: {
|
|
|
2065
2065
|
type: BooleanConstructor;
|
|
2066
2066
|
default: boolean;
|
|
2067
2067
|
};
|
|
2068
|
-
}>> & Readonly<{}>, () => import("vue
|
|
2068
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2069
2069
|
[key: string]: any;
|
|
2070
|
-
}>[], {}, {}, {}, {
|
|
2070
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2071
2071
|
inConfigProvider: boolean;
|
|
2072
2072
|
}>;
|
|
2073
2073
|
__isFragment?: undefined;
|
|
@@ -2080,9 +2080,9 @@ declare const Dropdown: {
|
|
|
2080
2080
|
type: BooleanConstructor;
|
|
2081
2081
|
default: boolean;
|
|
2082
2082
|
};
|
|
2083
|
-
}>> & Readonly<{}>, () => import("vue
|
|
2083
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2084
2084
|
[key: string]: any;
|
|
2085
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2085
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2086
2086
|
inConfigProvider: boolean;
|
|
2087
2087
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2088
2088
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|
|
@@ -2091,7 +2091,7 @@ declare const Dropdown: {
|
|
|
2091
2091
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2092
2092
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2093
2093
|
value: {
|
|
2094
|
-
type: (
|
|
2094
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2095
2095
|
};
|
|
2096
2096
|
disabled: {
|
|
2097
2097
|
type: BooleanConstructor;
|
|
@@ -2110,7 +2110,7 @@ declare const Dropdown: {
|
|
|
2110
2110
|
click: (ev: MouseEvent) => true;
|
|
2111
2111
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2112
2112
|
value: {
|
|
2113
|
-
type: (
|
|
2113
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2114
2114
|
};
|
|
2115
2115
|
disabled: {
|
|
2116
2116
|
type: BooleanConstructor;
|
|
@@ -2145,7 +2145,7 @@ declare const Dropdown: {
|
|
|
2145
2145
|
default: string;
|
|
2146
2146
|
};
|
|
2147
2147
|
position: {
|
|
2148
|
-
type: import("vue").PropType<"
|
|
2148
|
+
type: import("vue").PropType<"rt" | "lt">;
|
|
2149
2149
|
default: string;
|
|
2150
2150
|
};
|
|
2151
2151
|
popupVisible: {
|
|
@@ -2179,7 +2179,7 @@ declare const Dropdown: {
|
|
|
2179
2179
|
default: string;
|
|
2180
2180
|
};
|
|
2181
2181
|
position: {
|
|
2182
|
-
type: import("vue").PropType<"
|
|
2182
|
+
type: import("vue").PropType<"rt" | "lt">;
|
|
2183
2183
|
default: string;
|
|
2184
2184
|
};
|
|
2185
2185
|
popupVisible: {
|
|
@@ -2197,11 +2197,11 @@ declare const Dropdown: {
|
|
|
2197
2197
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
2198
2198
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
2199
2199
|
}>, {
|
|
2200
|
+
disabled: boolean;
|
|
2200
2201
|
popupVisible: boolean;
|
|
2201
2202
|
defaultPopupVisible: boolean;
|
|
2202
2203
|
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
2203
|
-
position: "
|
|
2204
|
-
disabled: boolean;
|
|
2204
|
+
position: "rt" | "lt";
|
|
2205
2205
|
}, {}, {
|
|
2206
2206
|
Trigger: {
|
|
2207
2207
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2214,11 +2214,11 @@ declare const Dropdown: {
|
|
|
2214
2214
|
default: boolean;
|
|
2215
2215
|
};
|
|
2216
2216
|
trigger: {
|
|
2217
|
-
type: import("vue").PropType<"
|
|
2217
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2218
2218
|
default: string;
|
|
2219
2219
|
};
|
|
2220
2220
|
position: {
|
|
2221
|
-
type: import("vue").PropType<"
|
|
2221
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2222
2222
|
default: string;
|
|
2223
2223
|
};
|
|
2224
2224
|
disabled: {
|
|
@@ -2261,13 +2261,13 @@ declare const Dropdown: {
|
|
|
2261
2261
|
default: boolean;
|
|
2262
2262
|
};
|
|
2263
2263
|
contentClass: {
|
|
2264
|
-
type: (
|
|
2264
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2265
2265
|
};
|
|
2266
2266
|
contentStyle: {
|
|
2267
2267
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2268
2268
|
};
|
|
2269
2269
|
arrowClass: {
|
|
2270
|
-
type: (
|
|
2270
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2271
2271
|
};
|
|
2272
2272
|
arrowStyle: {
|
|
2273
2273
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2325,7 +2325,7 @@ declare const Dropdown: {
|
|
|
2325
2325
|
default: boolean;
|
|
2326
2326
|
};
|
|
2327
2327
|
openedClass: {
|
|
2328
|
-
type: (
|
|
2328
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2329
2329
|
};
|
|
2330
2330
|
autoFitPosition: {
|
|
2331
2331
|
type: BooleanConstructor;
|
|
@@ -2360,11 +2360,11 @@ declare const Dropdown: {
|
|
|
2360
2360
|
hide: () => true;
|
|
2361
2361
|
resize: () => true;
|
|
2362
2362
|
}, import("vue").PublicProps, {
|
|
2363
|
+
disabled: boolean;
|
|
2363
2364
|
popupVisible: boolean;
|
|
2364
2365
|
defaultPopupVisible: boolean;
|
|
2365
|
-
trigger: "
|
|
2366
|
-
position: "
|
|
2367
|
-
disabled: boolean;
|
|
2366
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
2367
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2368
2368
|
popupOffset: number;
|
|
2369
2369
|
showArrow: boolean;
|
|
2370
2370
|
alignPoint: boolean;
|
|
@@ -2405,11 +2405,11 @@ declare const Dropdown: {
|
|
|
2405
2405
|
default: boolean;
|
|
2406
2406
|
};
|
|
2407
2407
|
trigger: {
|
|
2408
|
-
type: import("vue").PropType<"
|
|
2408
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2409
2409
|
default: string;
|
|
2410
2410
|
};
|
|
2411
2411
|
position: {
|
|
2412
|
-
type: import("vue").PropType<"
|
|
2412
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2413
2413
|
default: string;
|
|
2414
2414
|
};
|
|
2415
2415
|
disabled: {
|
|
@@ -2452,13 +2452,13 @@ declare const Dropdown: {
|
|
|
2452
2452
|
default: boolean;
|
|
2453
2453
|
};
|
|
2454
2454
|
contentClass: {
|
|
2455
|
-
type: (
|
|
2455
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2456
2456
|
};
|
|
2457
2457
|
contentStyle: {
|
|
2458
2458
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2459
2459
|
};
|
|
2460
2460
|
arrowClass: {
|
|
2461
|
-
type: (
|
|
2461
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2462
2462
|
};
|
|
2463
2463
|
arrowStyle: {
|
|
2464
2464
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2516,7 +2516,7 @@ declare const Dropdown: {
|
|
|
2516
2516
|
default: boolean;
|
|
2517
2517
|
};
|
|
2518
2518
|
openedClass: {
|
|
2519
|
-
type: (
|
|
2519
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2520
2520
|
};
|
|
2521
2521
|
autoFitPosition: {
|
|
2522
2522
|
type: BooleanConstructor;
|
|
@@ -2545,11 +2545,11 @@ declare const Dropdown: {
|
|
|
2545
2545
|
onHide?: (() => any) | undefined;
|
|
2546
2546
|
onResize?: (() => any) | undefined;
|
|
2547
2547
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2548
|
+
disabled: boolean;
|
|
2548
2549
|
popupVisible: boolean;
|
|
2549
2550
|
defaultPopupVisible: boolean;
|
|
2550
|
-
trigger: "
|
|
2551
|
-
position: "
|
|
2552
|
-
disabled: boolean;
|
|
2551
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
2552
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2553
2553
|
popupOffset: number;
|
|
2554
2554
|
showArrow: boolean;
|
|
2555
2555
|
alignPoint: boolean;
|
|
@@ -2587,11 +2587,11 @@ declare const Dropdown: {
|
|
|
2587
2587
|
default: boolean;
|
|
2588
2588
|
};
|
|
2589
2589
|
trigger: {
|
|
2590
|
-
type: import("vue").PropType<"
|
|
2590
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
2591
2591
|
default: string;
|
|
2592
2592
|
};
|
|
2593
2593
|
position: {
|
|
2594
|
-
type: import("vue").PropType<"
|
|
2594
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
2595
2595
|
default: string;
|
|
2596
2596
|
};
|
|
2597
2597
|
disabled: {
|
|
@@ -2634,13 +2634,13 @@ declare const Dropdown: {
|
|
|
2634
2634
|
default: boolean;
|
|
2635
2635
|
};
|
|
2636
2636
|
contentClass: {
|
|
2637
|
-
type: (
|
|
2637
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2638
2638
|
};
|
|
2639
2639
|
contentStyle: {
|
|
2640
2640
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2641
2641
|
};
|
|
2642
2642
|
arrowClass: {
|
|
2643
|
-
type: (
|
|
2643
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2644
2644
|
};
|
|
2645
2645
|
arrowStyle: {
|
|
2646
2646
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2698,7 +2698,7 @@ declare const Dropdown: {
|
|
|
2698
2698
|
default: boolean;
|
|
2699
2699
|
};
|
|
2700
2700
|
openedClass: {
|
|
2701
|
-
type: (
|
|
2701
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2702
2702
|
};
|
|
2703
2703
|
autoFitPosition: {
|
|
2704
2704
|
type: BooleanConstructor;
|
|
@@ -2733,11 +2733,11 @@ declare const Dropdown: {
|
|
|
2733
2733
|
hide: () => true;
|
|
2734
2734
|
resize: () => true;
|
|
2735
2735
|
}, string, {
|
|
2736
|
+
disabled: boolean;
|
|
2736
2737
|
popupVisible: boolean;
|
|
2737
2738
|
defaultPopupVisible: boolean;
|
|
2738
|
-
trigger: "
|
|
2739
|
-
position: "
|
|
2740
|
-
disabled: boolean;
|
|
2739
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
2740
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
2741
2741
|
popupOffset: number;
|
|
2742
2742
|
showArrow: boolean;
|
|
2743
2743
|
alignPoint: boolean;
|
|
@@ -2824,7 +2824,7 @@ declare const Dropdown: {
|
|
|
2824
2824
|
type: import("vue").PropType<"embed" | "track">;
|
|
2825
2825
|
default: string;
|
|
2826
2826
|
};
|
|
2827
|
-
outerClass: (
|
|
2827
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2828
2828
|
outerStyle: {
|
|
2829
2829
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2830
2830
|
};
|
|
@@ -2868,8 +2868,8 @@ declare const Dropdown: {
|
|
|
2868
2868
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2869
2869
|
scroll: (ev: Event) => true;
|
|
2870
2870
|
}, import("vue").PublicProps, {
|
|
2871
|
-
hide: boolean;
|
|
2872
2871
|
type: "embed" | "track";
|
|
2872
|
+
hide: boolean;
|
|
2873
2873
|
disableHorizontal: boolean;
|
|
2874
2874
|
disableVertical: boolean;
|
|
2875
2875
|
}, true, {}, {}, {
|
|
@@ -2949,7 +2949,7 @@ declare const Dropdown: {
|
|
|
2949
2949
|
type: import("vue").PropType<"embed" | "track">;
|
|
2950
2950
|
default: string;
|
|
2951
2951
|
};
|
|
2952
|
-
outerClass: (
|
|
2952
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2953
2953
|
outerStyle: {
|
|
2954
2954
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2955
2955
|
};
|
|
@@ -2991,8 +2991,8 @@ declare const Dropdown: {
|
|
|
2991
2991
|
scrollTop(top: number): void;
|
|
2992
2992
|
scrollLeft(left: number): void;
|
|
2993
2993
|
}, {
|
|
2994
|
-
hide: boolean;
|
|
2995
2994
|
type: "embed" | "track";
|
|
2995
|
+
hide: boolean;
|
|
2996
2996
|
disableHorizontal: boolean;
|
|
2997
2997
|
disableVertical: boolean;
|
|
2998
2998
|
}>;
|
|
@@ -3004,7 +3004,7 @@ declare const Dropdown: {
|
|
|
3004
3004
|
type: import("vue").PropType<"embed" | "track">;
|
|
3005
3005
|
default: string;
|
|
3006
3006
|
};
|
|
3007
|
-
outerClass: (
|
|
3007
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3008
3008
|
outerStyle: {
|
|
3009
3009
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
3010
3010
|
};
|
|
@@ -3048,8 +3048,8 @@ declare const Dropdown: {
|
|
|
3048
3048
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3049
3049
|
scroll: (ev: Event) => true;
|
|
3050
3050
|
}, string, {
|
|
3051
|
-
hide: boolean;
|
|
3052
3051
|
type: "embed" | "track";
|
|
3052
|
+
hide: boolean;
|
|
3053
3053
|
disableHorizontal: boolean;
|
|
3054
3054
|
disableVertical: boolean;
|
|
3055
3055
|
}, {}, string, {}, {
|
|
@@ -3128,9 +3128,9 @@ declare const Dropdown: {
|
|
|
3128
3128
|
type: BooleanConstructor;
|
|
3129
3129
|
default: boolean;
|
|
3130
3130
|
};
|
|
3131
|
-
}>> & Readonly<{}>, () => import("vue
|
|
3131
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3132
3132
|
[key: string]: any;
|
|
3133
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
3133
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
3134
3134
|
inConfigProvider: boolean;
|
|
3135
3135
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3136
3136
|
P: {};
|
|
@@ -3146,9 +3146,9 @@ declare const Dropdown: {
|
|
|
3146
3146
|
type: BooleanConstructor;
|
|
3147
3147
|
default: boolean;
|
|
3148
3148
|
};
|
|
3149
|
-
}>> & Readonly<{}>, () => import("vue
|
|
3149
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3150
3150
|
[key: string]: any;
|
|
3151
|
-
}>[], {}, {}, {}, {
|
|
3151
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3152
3152
|
inConfigProvider: boolean;
|
|
3153
3153
|
}>;
|
|
3154
3154
|
__isFragment?: undefined;
|
|
@@ -3161,9 +3161,9 @@ declare const Dropdown: {
|
|
|
3161
3161
|
type: BooleanConstructor;
|
|
3162
3162
|
default: boolean;
|
|
3163
3163
|
};
|
|
3164
|
-
}>> & Readonly<{}>, () => import("vue
|
|
3164
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3165
3165
|
[key: string]: any;
|
|
3166
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
3166
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
3167
3167
|
inConfigProvider: boolean;
|
|
3168
3168
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3169
3169
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|
|
@@ -3171,7 +3171,7 @@ declare const Dropdown: {
|
|
|
3171
3171
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3172
3172
|
DropdownOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3173
3173
|
value: {
|
|
3174
|
-
type: (
|
|
3174
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
3175
3175
|
};
|
|
3176
3176
|
disabled: {
|
|
3177
3177
|
type: BooleanConstructor;
|
|
@@ -3190,7 +3190,7 @@ declare const Dropdown: {
|
|
|
3190
3190
|
click: (ev: MouseEvent) => true;
|
|
3191
3191
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3192
3192
|
value: {
|
|
3193
|
-
type: (
|
|
3193
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
3194
3194
|
};
|
|
3195
3195
|
disabled: {
|
|
3196
3196
|
type: BooleanConstructor;
|
|
@@ -3217,11 +3217,11 @@ declare const Dropdown: {
|
|
|
3217
3217
|
default: boolean;
|
|
3218
3218
|
};
|
|
3219
3219
|
trigger: {
|
|
3220
|
-
type: import("vue").PropType<"
|
|
3220
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3221
3221
|
default: string;
|
|
3222
3222
|
};
|
|
3223
3223
|
position: {
|
|
3224
|
-
type: import("vue").PropType<"
|
|
3224
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
3225
3225
|
default: string;
|
|
3226
3226
|
};
|
|
3227
3227
|
popupContainer: {
|
|
@@ -3265,11 +3265,11 @@ declare const Dropdown: {
|
|
|
3265
3265
|
default: boolean;
|
|
3266
3266
|
};
|
|
3267
3267
|
trigger: {
|
|
3268
|
-
type: import("vue").PropType<"
|
|
3268
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3269
3269
|
default: string;
|
|
3270
3270
|
};
|
|
3271
3271
|
position: {
|
|
3272
|
-
type: import("vue").PropType<"
|
|
3272
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
3273
3273
|
default: string;
|
|
3274
3274
|
};
|
|
3275
3275
|
popupContainer: {
|
|
@@ -3293,32 +3293,32 @@ declare const Dropdown: {
|
|
|
3293
3293
|
default: boolean;
|
|
3294
3294
|
};
|
|
3295
3295
|
}>> & Readonly<{
|
|
3296
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
3296
3297
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3297
3298
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
3298
3299
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
3299
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
3300
3300
|
}>, {
|
|
3301
|
+
disabled: boolean;
|
|
3301
3302
|
popupVisible: boolean;
|
|
3302
3303
|
defaultPopupVisible: boolean;
|
|
3303
|
-
trigger: "
|
|
3304
|
-
position: "
|
|
3305
|
-
disabled: boolean;
|
|
3304
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3305
|
+
position: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
3306
3306
|
hideOnSelect: boolean;
|
|
3307
3307
|
}, {}, {
|
|
3308
3308
|
IconMore: any;
|
|
3309
3309
|
Button: {
|
|
3310
3310
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3311
3311
|
type: {
|
|
3312
|
-
type: import("vue").PropType<"
|
|
3312
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3313
3313
|
};
|
|
3314
3314
|
shape: {
|
|
3315
|
-
type: import("vue").PropType<"
|
|
3315
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3316
3316
|
};
|
|
3317
3317
|
status: {
|
|
3318
3318
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3319
3319
|
};
|
|
3320
3320
|
size: {
|
|
3321
|
-
type: import("vue").PropType<"mini" | "
|
|
3321
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3322
3322
|
};
|
|
3323
3323
|
long: {
|
|
3324
3324
|
type: BooleanConstructor;
|
|
@@ -3368,16 +3368,16 @@ declare const Dropdown: {
|
|
|
3368
3368
|
Defaults: {};
|
|
3369
3369
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3370
3370
|
type: {
|
|
3371
|
-
type: import("vue").PropType<"
|
|
3371
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3372
3372
|
};
|
|
3373
3373
|
shape: {
|
|
3374
|
-
type: import("vue").PropType<"
|
|
3374
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3375
3375
|
};
|
|
3376
3376
|
status: {
|
|
3377
3377
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3378
3378
|
};
|
|
3379
3379
|
size: {
|
|
3380
|
-
type: import("vue").PropType<"mini" | "
|
|
3380
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3381
3381
|
};
|
|
3382
3382
|
long: {
|
|
3383
3383
|
type: BooleanConstructor;
|
|
@@ -3420,16 +3420,16 @@ declare const Dropdown: {
|
|
|
3420
3420
|
__isSuspense?: undefined;
|
|
3421
3421
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3422
3422
|
type: {
|
|
3423
|
-
type: import("vue").PropType<"
|
|
3423
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3424
3424
|
};
|
|
3425
3425
|
shape: {
|
|
3426
|
-
type: import("vue").PropType<"
|
|
3426
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3427
3427
|
};
|
|
3428
3428
|
status: {
|
|
3429
3429
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3430
3430
|
};
|
|
3431
3431
|
size: {
|
|
3432
|
-
type: import("vue").PropType<"mini" | "
|
|
3432
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3433
3433
|
};
|
|
3434
3434
|
long: {
|
|
3435
3435
|
type: BooleanConstructor;
|
|
@@ -3473,16 +3473,16 @@ declare const Dropdown: {
|
|
|
3473
3473
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3474
3474
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3475
3475
|
type: {
|
|
3476
|
-
type: import("vue").PropType<"
|
|
3476
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3477
3477
|
};
|
|
3478
3478
|
status: {
|
|
3479
3479
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3480
3480
|
};
|
|
3481
3481
|
shape: {
|
|
3482
|
-
type: import("vue").PropType<"
|
|
3482
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3483
3483
|
};
|
|
3484
3484
|
size: {
|
|
3485
|
-
type: import("vue").PropType<"mini" | "
|
|
3485
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3486
3486
|
};
|
|
3487
3487
|
disabled: {
|
|
3488
3488
|
type: BooleanConstructor;
|
|
@@ -3491,16 +3491,16 @@ declare const Dropdown: {
|
|
|
3491
3491
|
prefixCls: string;
|
|
3492
3492
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3493
3493
|
type: {
|
|
3494
|
-
type: import("vue").PropType<"
|
|
3494
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3495
3495
|
};
|
|
3496
3496
|
status: {
|
|
3497
3497
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3498
3498
|
};
|
|
3499
3499
|
shape: {
|
|
3500
|
-
type: import("vue").PropType<"
|
|
3500
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3501
3501
|
};
|
|
3502
3502
|
size: {
|
|
3503
|
-
type: import("vue").PropType<"mini" | "
|
|
3503
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3504
3504
|
};
|
|
3505
3505
|
disabled: {
|
|
3506
3506
|
type: BooleanConstructor;
|
|
@@ -3512,16 +3512,16 @@ declare const Dropdown: {
|
|
|
3512
3512
|
};
|
|
3513
3513
|
ButtonGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3514
3514
|
type: {
|
|
3515
|
-
type: import("vue").PropType<"
|
|
3515
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3516
3516
|
};
|
|
3517
3517
|
status: {
|
|
3518
3518
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3519
3519
|
};
|
|
3520
3520
|
shape: {
|
|
3521
|
-
type: import("vue").PropType<"
|
|
3521
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3522
3522
|
};
|
|
3523
3523
|
size: {
|
|
3524
|
-
type: import("vue").PropType<"mini" | "
|
|
3524
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3525
3525
|
};
|
|
3526
3526
|
disabled: {
|
|
3527
3527
|
type: BooleanConstructor;
|
|
@@ -3530,16 +3530,16 @@ declare const Dropdown: {
|
|
|
3530
3530
|
prefixCls: string;
|
|
3531
3531
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3532
3532
|
type: {
|
|
3533
|
-
type: import("vue").PropType<"
|
|
3533
|
+
type: import("vue").PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
3534
3534
|
};
|
|
3535
3535
|
status: {
|
|
3536
3536
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
3537
3537
|
};
|
|
3538
3538
|
shape: {
|
|
3539
|
-
type: import("vue").PropType<"
|
|
3539
|
+
type: import("vue").PropType<"circle" | "round" | "square">;
|
|
3540
3540
|
};
|
|
3541
3541
|
size: {
|
|
3542
|
-
type: import("vue").PropType<"mini" | "
|
|
3542
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
3543
3543
|
};
|
|
3544
3544
|
disabled: {
|
|
3545
3545
|
type: BooleanConstructor;
|
|
@@ -3557,7 +3557,7 @@ declare const Dropdown: {
|
|
|
3557
3557
|
default: boolean;
|
|
3558
3558
|
};
|
|
3559
3559
|
trigger: {
|
|
3560
|
-
type: import("vue").PropType<"
|
|
3560
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3561
3561
|
default: string;
|
|
3562
3562
|
};
|
|
3563
3563
|
position: {
|
|
@@ -3593,7 +3593,7 @@ declare const Dropdown: {
|
|
|
3593
3593
|
default: boolean;
|
|
3594
3594
|
};
|
|
3595
3595
|
trigger: {
|
|
3596
|
-
type: import("vue").PropType<"
|
|
3596
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3597
3597
|
default: string;
|
|
3598
3598
|
};
|
|
3599
3599
|
position: {
|
|
@@ -3612,13 +3612,13 @@ declare const Dropdown: {
|
|
|
3612
3612
|
default: boolean;
|
|
3613
3613
|
};
|
|
3614
3614
|
}>> & Readonly<{
|
|
3615
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
3615
3616
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
3616
3617
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
3617
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
3618
3618
|
}>, {
|
|
3619
3619
|
popupVisible: boolean;
|
|
3620
3620
|
defaultPopupVisible: boolean;
|
|
3621
|
-
trigger: "
|
|
3621
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3622
3622
|
position: import("./interface").DropdownPosition;
|
|
3623
3623
|
popupMaxHeight: number | boolean;
|
|
3624
3624
|
hideOnSelect: boolean;
|
|
@@ -3634,11 +3634,11 @@ declare const Dropdown: {
|
|
|
3634
3634
|
default: boolean;
|
|
3635
3635
|
};
|
|
3636
3636
|
trigger: {
|
|
3637
|
-
type: import("vue").PropType<"
|
|
3637
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3638
3638
|
default: string;
|
|
3639
3639
|
};
|
|
3640
3640
|
position: {
|
|
3641
|
-
type: import("vue").PropType<"
|
|
3641
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
3642
3642
|
default: string;
|
|
3643
3643
|
};
|
|
3644
3644
|
disabled: {
|
|
@@ -3681,13 +3681,13 @@ declare const Dropdown: {
|
|
|
3681
3681
|
default: boolean;
|
|
3682
3682
|
};
|
|
3683
3683
|
contentClass: {
|
|
3684
|
-
type: (
|
|
3684
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3685
3685
|
};
|
|
3686
3686
|
contentStyle: {
|
|
3687
3687
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3688
3688
|
};
|
|
3689
3689
|
arrowClass: {
|
|
3690
|
-
type: (
|
|
3690
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3691
3691
|
};
|
|
3692
3692
|
arrowStyle: {
|
|
3693
3693
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3745,7 +3745,7 @@ declare const Dropdown: {
|
|
|
3745
3745
|
default: boolean;
|
|
3746
3746
|
};
|
|
3747
3747
|
openedClass: {
|
|
3748
|
-
type: (
|
|
3748
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3749
3749
|
};
|
|
3750
3750
|
autoFitPosition: {
|
|
3751
3751
|
type: BooleanConstructor;
|
|
@@ -3780,11 +3780,11 @@ declare const Dropdown: {
|
|
|
3780
3780
|
hide: () => true;
|
|
3781
3781
|
resize: () => true;
|
|
3782
3782
|
}, import("vue").PublicProps, {
|
|
3783
|
+
disabled: boolean;
|
|
3783
3784
|
popupVisible: boolean;
|
|
3784
3785
|
defaultPopupVisible: boolean;
|
|
3785
|
-
trigger: "
|
|
3786
|
-
position: "
|
|
3787
|
-
disabled: boolean;
|
|
3786
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3787
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
3788
3788
|
popupOffset: number;
|
|
3789
3789
|
showArrow: boolean;
|
|
3790
3790
|
alignPoint: boolean;
|
|
@@ -3825,11 +3825,11 @@ declare const Dropdown: {
|
|
|
3825
3825
|
default: boolean;
|
|
3826
3826
|
};
|
|
3827
3827
|
trigger: {
|
|
3828
|
-
type: import("vue").PropType<"
|
|
3828
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
3829
3829
|
default: string;
|
|
3830
3830
|
};
|
|
3831
3831
|
position: {
|
|
3832
|
-
type: import("vue").PropType<"
|
|
3832
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
3833
3833
|
default: string;
|
|
3834
3834
|
};
|
|
3835
3835
|
disabled: {
|
|
@@ -3872,13 +3872,13 @@ declare const Dropdown: {
|
|
|
3872
3872
|
default: boolean;
|
|
3873
3873
|
};
|
|
3874
3874
|
contentClass: {
|
|
3875
|
-
type: (
|
|
3875
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3876
3876
|
};
|
|
3877
3877
|
contentStyle: {
|
|
3878
3878
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3879
3879
|
};
|
|
3880
3880
|
arrowClass: {
|
|
3881
|
-
type: (
|
|
3881
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3882
3882
|
};
|
|
3883
3883
|
arrowStyle: {
|
|
3884
3884
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3936,7 +3936,7 @@ declare const Dropdown: {
|
|
|
3936
3936
|
default: boolean;
|
|
3937
3937
|
};
|
|
3938
3938
|
openedClass: {
|
|
3939
|
-
type: (
|
|
3939
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3940
3940
|
};
|
|
3941
3941
|
autoFitPosition: {
|
|
3942
3942
|
type: BooleanConstructor;
|
|
@@ -3965,11 +3965,11 @@ declare const Dropdown: {
|
|
|
3965
3965
|
onHide?: (() => any) | undefined;
|
|
3966
3966
|
onResize?: (() => any) | undefined;
|
|
3967
3967
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3968
|
+
disabled: boolean;
|
|
3968
3969
|
popupVisible: boolean;
|
|
3969
3970
|
defaultPopupVisible: boolean;
|
|
3970
|
-
trigger: "
|
|
3971
|
-
position: "
|
|
3972
|
-
disabled: boolean;
|
|
3971
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
3972
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
3973
3973
|
popupOffset: number;
|
|
3974
3974
|
showArrow: boolean;
|
|
3975
3975
|
alignPoint: boolean;
|
|
@@ -4007,11 +4007,11 @@ declare const Dropdown: {
|
|
|
4007
4007
|
default: boolean;
|
|
4008
4008
|
};
|
|
4009
4009
|
trigger: {
|
|
4010
|
-
type: import("vue").PropType<"
|
|
4010
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
4011
4011
|
default: string;
|
|
4012
4012
|
};
|
|
4013
4013
|
position: {
|
|
4014
|
-
type: import("vue").PropType<"
|
|
4014
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
4015
4015
|
default: string;
|
|
4016
4016
|
};
|
|
4017
4017
|
disabled: {
|
|
@@ -4054,13 +4054,13 @@ declare const Dropdown: {
|
|
|
4054
4054
|
default: boolean;
|
|
4055
4055
|
};
|
|
4056
4056
|
contentClass: {
|
|
4057
|
-
type: (
|
|
4057
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4058
4058
|
};
|
|
4059
4059
|
contentStyle: {
|
|
4060
4060
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4061
4061
|
};
|
|
4062
4062
|
arrowClass: {
|
|
4063
|
-
type: (
|
|
4063
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4064
4064
|
};
|
|
4065
4065
|
arrowStyle: {
|
|
4066
4066
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4118,7 +4118,7 @@ declare const Dropdown: {
|
|
|
4118
4118
|
default: boolean;
|
|
4119
4119
|
};
|
|
4120
4120
|
openedClass: {
|
|
4121
|
-
type: (
|
|
4121
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4122
4122
|
};
|
|
4123
4123
|
autoFitPosition: {
|
|
4124
4124
|
type: BooleanConstructor;
|
|
@@ -4153,11 +4153,11 @@ declare const Dropdown: {
|
|
|
4153
4153
|
hide: () => true;
|
|
4154
4154
|
resize: () => true;
|
|
4155
4155
|
}, string, {
|
|
4156
|
+
disabled: boolean;
|
|
4156
4157
|
popupVisible: boolean;
|
|
4157
4158
|
defaultPopupVisible: boolean;
|
|
4158
|
-
trigger: "
|
|
4159
|
-
position: "
|
|
4160
|
-
disabled: boolean;
|
|
4159
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
4160
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
4161
4161
|
popupOffset: number;
|
|
4162
4162
|
showArrow: boolean;
|
|
4163
4163
|
alignPoint: boolean;
|
|
@@ -4244,7 +4244,7 @@ declare const Dropdown: {
|
|
|
4244
4244
|
type: import("vue").PropType<"embed" | "track">;
|
|
4245
4245
|
default: string;
|
|
4246
4246
|
};
|
|
4247
|
-
outerClass: (
|
|
4247
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4248
4248
|
outerStyle: {
|
|
4249
4249
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
4250
4250
|
};
|
|
@@ -4288,8 +4288,8 @@ declare const Dropdown: {
|
|
|
4288
4288
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4289
4289
|
scroll: (ev: Event) => true;
|
|
4290
4290
|
}, import("vue").PublicProps, {
|
|
4291
|
-
hide: boolean;
|
|
4292
4291
|
type: "embed" | "track";
|
|
4292
|
+
hide: boolean;
|
|
4293
4293
|
disableHorizontal: boolean;
|
|
4294
4294
|
disableVertical: boolean;
|
|
4295
4295
|
}, true, {}, {}, {
|
|
@@ -4369,7 +4369,7 @@ declare const Dropdown: {
|
|
|
4369
4369
|
type: import("vue").PropType<"embed" | "track">;
|
|
4370
4370
|
default: string;
|
|
4371
4371
|
};
|
|
4372
|
-
outerClass: (
|
|
4372
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4373
4373
|
outerStyle: {
|
|
4374
4374
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
4375
4375
|
};
|
|
@@ -4411,8 +4411,8 @@ declare const Dropdown: {
|
|
|
4411
4411
|
scrollTop(top: number): void;
|
|
4412
4412
|
scrollLeft(left: number): void;
|
|
4413
4413
|
}, {
|
|
4414
|
-
hide: boolean;
|
|
4415
4414
|
type: "embed" | "track";
|
|
4415
|
+
hide: boolean;
|
|
4416
4416
|
disableHorizontal: boolean;
|
|
4417
4417
|
disableVertical: boolean;
|
|
4418
4418
|
}>;
|
|
@@ -4424,7 +4424,7 @@ declare const Dropdown: {
|
|
|
4424
4424
|
type: import("vue").PropType<"embed" | "track">;
|
|
4425
4425
|
default: string;
|
|
4426
4426
|
};
|
|
4427
|
-
outerClass: (
|
|
4427
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4428
4428
|
outerStyle: {
|
|
4429
4429
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
4430
4430
|
};
|
|
@@ -4468,8 +4468,8 @@ declare const Dropdown: {
|
|
|
4468
4468
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4469
4469
|
scroll: (ev: Event) => true;
|
|
4470
4470
|
}, string, {
|
|
4471
|
-
hide: boolean;
|
|
4472
4471
|
type: "embed" | "track";
|
|
4472
|
+
hide: boolean;
|
|
4473
4473
|
disableHorizontal: boolean;
|
|
4474
4474
|
disableVertical: boolean;
|
|
4475
4475
|
}, {}, string, {}, {
|
|
@@ -4548,9 +4548,9 @@ declare const Dropdown: {
|
|
|
4548
4548
|
type: BooleanConstructor;
|
|
4549
4549
|
default: boolean;
|
|
4550
4550
|
};
|
|
4551
|
-
}>> & Readonly<{}>, () => import("vue
|
|
4551
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4552
4552
|
[key: string]: any;
|
|
4553
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
4553
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
4554
4554
|
inConfigProvider: boolean;
|
|
4555
4555
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4556
4556
|
P: {};
|
|
@@ -4566,9 +4566,9 @@ declare const Dropdown: {
|
|
|
4566
4566
|
type: BooleanConstructor;
|
|
4567
4567
|
default: boolean;
|
|
4568
4568
|
};
|
|
4569
|
-
}>> & Readonly<{}>, () => import("vue
|
|
4569
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4570
4570
|
[key: string]: any;
|
|
4571
|
-
}>[], {}, {}, {}, {
|
|
4571
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
4572
4572
|
inConfigProvider: boolean;
|
|
4573
4573
|
}>;
|
|
4574
4574
|
__isFragment?: undefined;
|
|
@@ -4581,9 +4581,9 @@ declare const Dropdown: {
|
|
|
4581
4581
|
type: BooleanConstructor;
|
|
4582
4582
|
default: boolean;
|
|
4583
4583
|
};
|
|
4584
|
-
}>> & Readonly<{}>, () => import("vue
|
|
4584
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4585
4585
|
[key: string]: any;
|
|
4586
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4586
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4587
4587
|
inConfigProvider: boolean;
|
|
4588
4588
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4589
4589
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|