@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
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
position: {
|
|
15
|
-
type: PropType<"
|
|
15
|
+
type: PropType<"rt" | "lt">;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
popupVisible: {
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
position: {
|
|
49
|
-
type: PropType<"
|
|
49
|
+
type: PropType<"rt" | "lt">;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
popupVisible: {
|
|
@@ -64,11 +64,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
65
65
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
66
66
|
}>, {
|
|
67
|
+
disabled: boolean;
|
|
67
68
|
popupVisible: boolean;
|
|
68
69
|
defaultPopupVisible: boolean;
|
|
69
70
|
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
70
|
-
position: "
|
|
71
|
-
disabled: boolean;
|
|
71
|
+
position: "rt" | "lt";
|
|
72
72
|
}, {}, {
|
|
73
73
|
Trigger: {
|
|
74
74
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -81,11 +81,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
81
|
default: boolean;
|
|
82
82
|
};
|
|
83
83
|
trigger: {
|
|
84
|
-
type: PropType<"
|
|
84
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
87
|
position: {
|
|
88
|
-
type: PropType<"
|
|
88
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
89
89
|
default: string;
|
|
90
90
|
};
|
|
91
91
|
disabled: {
|
|
@@ -128,13 +128,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
128
|
default: boolean;
|
|
129
129
|
};
|
|
130
130
|
contentClass: {
|
|
131
|
-
type: (
|
|
131
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
132
132
|
};
|
|
133
133
|
contentStyle: {
|
|
134
134
|
type: PropType<import("vue").CSSProperties>;
|
|
135
135
|
};
|
|
136
136
|
arrowClass: {
|
|
137
|
-
type: (
|
|
137
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
138
138
|
};
|
|
139
139
|
arrowStyle: {
|
|
140
140
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -192,7 +192,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
192
192
|
default: boolean;
|
|
193
193
|
};
|
|
194
194
|
openedClass: {
|
|
195
|
-
type: (
|
|
195
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
196
196
|
};
|
|
197
197
|
autoFitPosition: {
|
|
198
198
|
type: BooleanConstructor;
|
|
@@ -227,11 +227,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
227
227
|
hide: () => true;
|
|
228
228
|
resize: () => true;
|
|
229
229
|
}, import("vue").PublicProps, {
|
|
230
|
+
disabled: boolean;
|
|
230
231
|
popupVisible: boolean;
|
|
231
232
|
defaultPopupVisible: boolean;
|
|
232
|
-
trigger: "
|
|
233
|
-
position: "
|
|
234
|
-
disabled: boolean;
|
|
233
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
234
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
235
235
|
popupOffset: number;
|
|
236
236
|
showArrow: boolean;
|
|
237
237
|
alignPoint: boolean;
|
|
@@ -272,11 +272,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
272
272
|
default: boolean;
|
|
273
273
|
};
|
|
274
274
|
trigger: {
|
|
275
|
-
type: PropType<"
|
|
275
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
276
276
|
default: string;
|
|
277
277
|
};
|
|
278
278
|
position: {
|
|
279
|
-
type: PropType<"
|
|
279
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
280
280
|
default: string;
|
|
281
281
|
};
|
|
282
282
|
disabled: {
|
|
@@ -319,13 +319,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
319
319
|
default: boolean;
|
|
320
320
|
};
|
|
321
321
|
contentClass: {
|
|
322
|
-
type: (
|
|
322
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
323
323
|
};
|
|
324
324
|
contentStyle: {
|
|
325
325
|
type: PropType<import("vue").CSSProperties>;
|
|
326
326
|
};
|
|
327
327
|
arrowClass: {
|
|
328
|
-
type: (
|
|
328
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
329
329
|
};
|
|
330
330
|
arrowStyle: {
|
|
331
331
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -383,7 +383,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
383
383
|
default: boolean;
|
|
384
384
|
};
|
|
385
385
|
openedClass: {
|
|
386
|
-
type: (
|
|
386
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
387
387
|
};
|
|
388
388
|
autoFitPosition: {
|
|
389
389
|
type: BooleanConstructor;
|
|
@@ -412,11 +412,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
412
412
|
onHide?: (() => any) | undefined;
|
|
413
413
|
onResize?: (() => any) | undefined;
|
|
414
414
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
415
|
+
disabled: boolean;
|
|
415
416
|
popupVisible: boolean;
|
|
416
417
|
defaultPopupVisible: boolean;
|
|
417
|
-
trigger: "
|
|
418
|
-
position: "
|
|
419
|
-
disabled: boolean;
|
|
418
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
419
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
420
420
|
popupOffset: number;
|
|
421
421
|
showArrow: boolean;
|
|
422
422
|
alignPoint: boolean;
|
|
@@ -454,11 +454,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
454
454
|
default: boolean;
|
|
455
455
|
};
|
|
456
456
|
trigger: {
|
|
457
|
-
type: PropType<"
|
|
457
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
458
458
|
default: string;
|
|
459
459
|
};
|
|
460
460
|
position: {
|
|
461
|
-
type: PropType<"
|
|
461
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
462
462
|
default: string;
|
|
463
463
|
};
|
|
464
464
|
disabled: {
|
|
@@ -501,13 +501,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
501
501
|
default: boolean;
|
|
502
502
|
};
|
|
503
503
|
contentClass: {
|
|
504
|
-
type: (
|
|
504
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
505
505
|
};
|
|
506
506
|
contentStyle: {
|
|
507
507
|
type: PropType<import("vue").CSSProperties>;
|
|
508
508
|
};
|
|
509
509
|
arrowClass: {
|
|
510
|
-
type: (
|
|
510
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
511
511
|
};
|
|
512
512
|
arrowStyle: {
|
|
513
513
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -565,7 +565,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
565
565
|
default: boolean;
|
|
566
566
|
};
|
|
567
567
|
openedClass: {
|
|
568
|
-
type: (
|
|
568
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
569
569
|
};
|
|
570
570
|
autoFitPosition: {
|
|
571
571
|
type: BooleanConstructor;
|
|
@@ -600,11 +600,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
600
600
|
hide: () => true;
|
|
601
601
|
resize: () => true;
|
|
602
602
|
}, string, {
|
|
603
|
+
disabled: boolean;
|
|
603
604
|
popupVisible: boolean;
|
|
604
605
|
defaultPopupVisible: boolean;
|
|
605
|
-
trigger: "
|
|
606
|
-
position: "
|
|
607
|
-
disabled: boolean;
|
|
606
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
607
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
608
608
|
popupOffset: number;
|
|
609
609
|
showArrow: boolean;
|
|
610
610
|
alignPoint: boolean;
|
|
@@ -691,7 +691,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
691
691
|
type: PropType<"embed" | "track">;
|
|
692
692
|
default: string;
|
|
693
693
|
};
|
|
694
|
-
outerClass: (
|
|
694
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
695
695
|
outerStyle: {
|
|
696
696
|
type: PropType<import("vue").StyleValue>;
|
|
697
697
|
};
|
|
@@ -735,8 +735,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
735
735
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
736
736
|
scroll: (ev: Event) => true;
|
|
737
737
|
}, import("vue").PublicProps, {
|
|
738
|
-
hide: boolean;
|
|
739
738
|
type: "embed" | "track";
|
|
739
|
+
hide: boolean;
|
|
740
740
|
disableHorizontal: boolean;
|
|
741
741
|
disableVertical: boolean;
|
|
742
742
|
}, true, {}, {}, {
|
|
@@ -816,7 +816,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
816
816
|
type: PropType<"embed" | "track">;
|
|
817
817
|
default: string;
|
|
818
818
|
};
|
|
819
|
-
outerClass: (
|
|
819
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
820
820
|
outerStyle: {
|
|
821
821
|
type: PropType<import("vue").StyleValue>;
|
|
822
822
|
};
|
|
@@ -858,8 +858,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
858
858
|
scrollTop(top: number): void;
|
|
859
859
|
scrollLeft(left: number): void;
|
|
860
860
|
}, {
|
|
861
|
-
hide: boolean;
|
|
862
861
|
type: "embed" | "track";
|
|
862
|
+
hide: boolean;
|
|
863
863
|
disableHorizontal: boolean;
|
|
864
864
|
disableVertical: boolean;
|
|
865
865
|
}>;
|
|
@@ -871,7 +871,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
871
871
|
type: PropType<"embed" | "track">;
|
|
872
872
|
default: string;
|
|
873
873
|
};
|
|
874
|
-
outerClass: (
|
|
874
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
875
875
|
outerStyle: {
|
|
876
876
|
type: PropType<import("vue").StyleValue>;
|
|
877
877
|
};
|
|
@@ -915,8 +915,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
915
915
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
916
916
|
scroll: (ev: Event) => true;
|
|
917
917
|
}, string, {
|
|
918
|
-
hide: boolean;
|
|
919
918
|
type: "embed" | "track";
|
|
919
|
+
hide: boolean;
|
|
920
920
|
disableHorizontal: boolean;
|
|
921
921
|
disableVertical: boolean;
|
|
922
922
|
}, {}, string, {}, {
|
|
@@ -995,9 +995,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
995
995
|
type: BooleanConstructor;
|
|
996
996
|
default: boolean;
|
|
997
997
|
};
|
|
998
|
-
}>> & Readonly<{}>, () => import("vue
|
|
998
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
999
999
|
[key: string]: any;
|
|
1000
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1000
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1001
1001
|
inConfigProvider: boolean;
|
|
1002
1002
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1003
1003
|
P: {};
|
|
@@ -1013,9 +1013,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1013
1013
|
type: BooleanConstructor;
|
|
1014
1014
|
default: boolean;
|
|
1015
1015
|
};
|
|
1016
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1016
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1017
1017
|
[key: string]: any;
|
|
1018
|
-
}>[], {}, {}, {}, {
|
|
1018
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1019
1019
|
inConfigProvider: boolean;
|
|
1020
1020
|
}>;
|
|
1021
1021
|
__isFragment?: undefined;
|
|
@@ -1028,9 +1028,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1028
1028
|
type: BooleanConstructor;
|
|
1029
1029
|
default: boolean;
|
|
1030
1030
|
};
|
|
1031
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1031
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1032
1032
|
[key: string]: any;
|
|
1033
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1033
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1034
1034
|
inConfigProvider: boolean;
|
|
1035
1035
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1036
1036
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
|
@@ -1038,7 +1038,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1038
1038
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1039
1039
|
DropdownOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1040
1040
|
value: {
|
|
1041
|
-
type: (
|
|
1041
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
1042
1042
|
};
|
|
1043
1043
|
disabled: {
|
|
1044
1044
|
type: BooleanConstructor;
|
|
@@ -1057,7 +1057,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1057
1057
|
click: (ev: MouseEvent) => true;
|
|
1058
1058
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1059
1059
|
value: {
|
|
1060
|
-
type: (
|
|
1060
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
1061
1061
|
};
|
|
1062
1062
|
disabled: {
|
|
1063
1063
|
type: BooleanConstructor;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
12
|
trigger: {
|
|
13
|
-
type: PropType<"
|
|
13
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
position: {
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
48
|
trigger: {
|
|
49
|
-
type: PropType<"
|
|
49
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
position: {
|
|
@@ -65,13 +65,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
}>> & Readonly<{
|
|
68
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
68
69
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
69
70
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
70
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
72
|
popupVisible: boolean;
|
|
73
73
|
defaultPopupVisible: boolean;
|
|
74
|
-
trigger: "
|
|
74
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
75
75
|
position: DropdownPosition;
|
|
76
76
|
popupMaxHeight: number | boolean;
|
|
77
77
|
hideOnSelect: boolean;
|
|
@@ -87,11 +87,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
89
89
|
trigger: {
|
|
90
|
-
type: PropType<"
|
|
90
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
93
|
position: {
|
|
94
|
-
type: PropType<"
|
|
94
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
disabled: {
|
|
@@ -134,13 +134,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
134
134
|
default: boolean;
|
|
135
135
|
};
|
|
136
136
|
contentClass: {
|
|
137
|
-
type: (
|
|
137
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
138
138
|
};
|
|
139
139
|
contentStyle: {
|
|
140
140
|
type: PropType<import("vue").CSSProperties>;
|
|
141
141
|
};
|
|
142
142
|
arrowClass: {
|
|
143
|
-
type: (
|
|
143
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
144
144
|
};
|
|
145
145
|
arrowStyle: {
|
|
146
146
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -198,7 +198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
198
198
|
default: boolean;
|
|
199
199
|
};
|
|
200
200
|
openedClass: {
|
|
201
|
-
type: (
|
|
201
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
202
202
|
};
|
|
203
203
|
autoFitPosition: {
|
|
204
204
|
type: BooleanConstructor;
|
|
@@ -233,11 +233,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
233
233
|
hide: () => true;
|
|
234
234
|
resize: () => true;
|
|
235
235
|
}, import("vue").PublicProps, {
|
|
236
|
+
disabled: boolean;
|
|
236
237
|
popupVisible: boolean;
|
|
237
238
|
defaultPopupVisible: boolean;
|
|
238
|
-
trigger: "
|
|
239
|
-
position: "
|
|
240
|
-
disabled: boolean;
|
|
239
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
240
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
241
241
|
popupOffset: number;
|
|
242
242
|
showArrow: boolean;
|
|
243
243
|
alignPoint: boolean;
|
|
@@ -278,11 +278,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
278
278
|
default: boolean;
|
|
279
279
|
};
|
|
280
280
|
trigger: {
|
|
281
|
-
type: PropType<"
|
|
281
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
282
282
|
default: string;
|
|
283
283
|
};
|
|
284
284
|
position: {
|
|
285
|
-
type: PropType<"
|
|
285
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
286
286
|
default: string;
|
|
287
287
|
};
|
|
288
288
|
disabled: {
|
|
@@ -325,13 +325,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
325
325
|
default: boolean;
|
|
326
326
|
};
|
|
327
327
|
contentClass: {
|
|
328
|
-
type: (
|
|
328
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
329
329
|
};
|
|
330
330
|
contentStyle: {
|
|
331
331
|
type: PropType<import("vue").CSSProperties>;
|
|
332
332
|
};
|
|
333
333
|
arrowClass: {
|
|
334
|
-
type: (
|
|
334
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
335
335
|
};
|
|
336
336
|
arrowStyle: {
|
|
337
337
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -389,7 +389,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
389
389
|
default: boolean;
|
|
390
390
|
};
|
|
391
391
|
openedClass: {
|
|
392
|
-
type: (
|
|
392
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
393
393
|
};
|
|
394
394
|
autoFitPosition: {
|
|
395
395
|
type: BooleanConstructor;
|
|
@@ -418,11 +418,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
418
418
|
onHide?: (() => any) | undefined;
|
|
419
419
|
onResize?: (() => any) | undefined;
|
|
420
420
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
421
|
+
disabled: boolean;
|
|
421
422
|
popupVisible: boolean;
|
|
422
423
|
defaultPopupVisible: boolean;
|
|
423
|
-
trigger: "
|
|
424
|
-
position: "
|
|
425
|
-
disabled: boolean;
|
|
424
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
425
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
426
426
|
popupOffset: number;
|
|
427
427
|
showArrow: boolean;
|
|
428
428
|
alignPoint: boolean;
|
|
@@ -460,11 +460,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
460
460
|
default: boolean;
|
|
461
461
|
};
|
|
462
462
|
trigger: {
|
|
463
|
-
type: PropType<"
|
|
463
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
464
464
|
default: string;
|
|
465
465
|
};
|
|
466
466
|
position: {
|
|
467
|
-
type: PropType<"
|
|
467
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
468
468
|
default: string;
|
|
469
469
|
};
|
|
470
470
|
disabled: {
|
|
@@ -507,13 +507,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
507
507
|
default: boolean;
|
|
508
508
|
};
|
|
509
509
|
contentClass: {
|
|
510
|
-
type: (
|
|
510
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
511
511
|
};
|
|
512
512
|
contentStyle: {
|
|
513
513
|
type: PropType<import("vue").CSSProperties>;
|
|
514
514
|
};
|
|
515
515
|
arrowClass: {
|
|
516
|
-
type: (
|
|
516
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
517
517
|
};
|
|
518
518
|
arrowStyle: {
|
|
519
519
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -571,7 +571,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
571
571
|
default: boolean;
|
|
572
572
|
};
|
|
573
573
|
openedClass: {
|
|
574
|
-
type: (
|
|
574
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
575
575
|
};
|
|
576
576
|
autoFitPosition: {
|
|
577
577
|
type: BooleanConstructor;
|
|
@@ -606,11 +606,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
606
606
|
hide: () => true;
|
|
607
607
|
resize: () => true;
|
|
608
608
|
}, string, {
|
|
609
|
+
disabled: boolean;
|
|
609
610
|
popupVisible: boolean;
|
|
610
611
|
defaultPopupVisible: boolean;
|
|
611
|
-
trigger: "
|
|
612
|
-
position: "
|
|
613
|
-
disabled: boolean;
|
|
612
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
613
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
614
614
|
popupOffset: number;
|
|
615
615
|
showArrow: boolean;
|
|
616
616
|
alignPoint: boolean;
|
|
@@ -697,7 +697,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
697
697
|
type: PropType<"embed" | "track">;
|
|
698
698
|
default: string;
|
|
699
699
|
};
|
|
700
|
-
outerClass: (
|
|
700
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
701
701
|
outerStyle: {
|
|
702
702
|
type: PropType<import("vue").StyleValue>;
|
|
703
703
|
};
|
|
@@ -741,8 +741,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
741
741
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
742
742
|
scroll: (ev: Event) => true;
|
|
743
743
|
}, import("vue").PublicProps, {
|
|
744
|
-
hide: boolean;
|
|
745
744
|
type: "embed" | "track";
|
|
745
|
+
hide: boolean;
|
|
746
746
|
disableHorizontal: boolean;
|
|
747
747
|
disableVertical: boolean;
|
|
748
748
|
}, true, {}, {}, {
|
|
@@ -822,7 +822,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
822
822
|
type: PropType<"embed" | "track">;
|
|
823
823
|
default: string;
|
|
824
824
|
};
|
|
825
|
-
outerClass: (
|
|
825
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
826
826
|
outerStyle: {
|
|
827
827
|
type: PropType<import("vue").StyleValue>;
|
|
828
828
|
};
|
|
@@ -864,8 +864,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
864
864
|
scrollTop(top: number): void;
|
|
865
865
|
scrollLeft(left: number): void;
|
|
866
866
|
}, {
|
|
867
|
-
hide: boolean;
|
|
868
867
|
type: "embed" | "track";
|
|
868
|
+
hide: boolean;
|
|
869
869
|
disableHorizontal: boolean;
|
|
870
870
|
disableVertical: boolean;
|
|
871
871
|
}>;
|
|
@@ -877,7 +877,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
877
877
|
type: PropType<"embed" | "track">;
|
|
878
878
|
default: string;
|
|
879
879
|
};
|
|
880
|
-
outerClass: (
|
|
880
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
881
881
|
outerStyle: {
|
|
882
882
|
type: PropType<import("vue").StyleValue>;
|
|
883
883
|
};
|
|
@@ -921,8 +921,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
921
921
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
922
922
|
scroll: (ev: Event) => true;
|
|
923
923
|
}, string, {
|
|
924
|
-
hide: boolean;
|
|
925
924
|
type: "embed" | "track";
|
|
925
|
+
hide: boolean;
|
|
926
926
|
disableHorizontal: boolean;
|
|
927
927
|
disableVertical: boolean;
|
|
928
928
|
}, {}, string, {}, {
|
|
@@ -1001,9 +1001,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1001
1001
|
type: BooleanConstructor;
|
|
1002
1002
|
default: boolean;
|
|
1003
1003
|
};
|
|
1004
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1004
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1005
1005
|
[key: string]: any;
|
|
1006
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1006
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1007
1007
|
inConfigProvider: boolean;
|
|
1008
1008
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1009
1009
|
P: {};
|
|
@@ -1019,9 +1019,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1019
1019
|
type: BooleanConstructor;
|
|
1020
1020
|
default: boolean;
|
|
1021
1021
|
};
|
|
1022
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1022
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1023
1023
|
[key: string]: any;
|
|
1024
|
-
}>[], {}, {}, {}, {
|
|
1024
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1025
1025
|
inConfigProvider: boolean;
|
|
1026
1026
|
}>;
|
|
1027
1027
|
__isFragment?: undefined;
|
|
@@ -1034,9 +1034,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1034
1034
|
type: BooleanConstructor;
|
|
1035
1035
|
default: boolean;
|
|
1036
1036
|
};
|
|
1037
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1037
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1038
1038
|
[key: string]: any;
|
|
1039
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1039
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1040
1040
|
inConfigProvider: boolean;
|
|
1041
1041
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1042
1042
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|