@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
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
};
|
|
28
28
|
content: StringConstructor;
|
|
29
29
|
position: {
|
|
30
|
-
type: import("vue").PropType<"
|
|
30
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
mini: {
|
|
@@ -67,10 +67,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
'update:popupVisible': (visible: boolean) => true;
|
|
68
68
|
popupVisibleChange: (visible: boolean) => true;
|
|
69
69
|
}, import("vue").PublicProps, {
|
|
70
|
+
mini: boolean;
|
|
70
71
|
popupVisible: boolean;
|
|
71
72
|
defaultPopupVisible: boolean;
|
|
72
|
-
position: "
|
|
73
|
-
mini: boolean;
|
|
73
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
74
74
|
}, true, {}, {}, {
|
|
75
75
|
Trigger: {
|
|
76
76
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -83,11 +83,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
85
|
trigger: {
|
|
86
|
-
type: import("vue").PropType<"
|
|
86
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
position: {
|
|
90
|
-
type: import("vue").PropType<"
|
|
90
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
93
|
disabled: {
|
|
@@ -130,13 +130,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
contentClass: {
|
|
133
|
-
type: (
|
|
133
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
134
134
|
};
|
|
135
135
|
contentStyle: {
|
|
136
136
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
137
137
|
};
|
|
138
138
|
arrowClass: {
|
|
139
|
-
type: (
|
|
139
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
140
140
|
};
|
|
141
141
|
arrowStyle: {
|
|
142
142
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -194,7 +194,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
194
|
default: boolean;
|
|
195
195
|
};
|
|
196
196
|
openedClass: {
|
|
197
|
-
type: (
|
|
197
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
198
198
|
};
|
|
199
199
|
autoFitPosition: {
|
|
200
200
|
type: BooleanConstructor;
|
|
@@ -229,11 +229,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
229
229
|
hide: () => true;
|
|
230
230
|
resize: () => true;
|
|
231
231
|
}, import("vue").PublicProps, {
|
|
232
|
+
disabled: boolean;
|
|
232
233
|
popupVisible: boolean;
|
|
233
234
|
defaultPopupVisible: boolean;
|
|
234
|
-
trigger: "
|
|
235
|
-
position: "
|
|
236
|
-
disabled: boolean;
|
|
235
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
236
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
237
237
|
popupOffset: number;
|
|
238
238
|
showArrow: boolean;
|
|
239
239
|
alignPoint: boolean;
|
|
@@ -274,11 +274,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
274
|
default: boolean;
|
|
275
275
|
};
|
|
276
276
|
trigger: {
|
|
277
|
-
type: import("vue").PropType<"
|
|
277
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
278
278
|
default: string;
|
|
279
279
|
};
|
|
280
280
|
position: {
|
|
281
|
-
type: import("vue").PropType<"
|
|
281
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
282
282
|
default: string;
|
|
283
283
|
};
|
|
284
284
|
disabled: {
|
|
@@ -321,13 +321,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
321
|
default: boolean;
|
|
322
322
|
};
|
|
323
323
|
contentClass: {
|
|
324
|
-
type: (
|
|
324
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
325
325
|
};
|
|
326
326
|
contentStyle: {
|
|
327
327
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
328
328
|
};
|
|
329
329
|
arrowClass: {
|
|
330
|
-
type: (
|
|
330
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
331
331
|
};
|
|
332
332
|
arrowStyle: {
|
|
333
333
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -385,7 +385,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
385
385
|
default: boolean;
|
|
386
386
|
};
|
|
387
387
|
openedClass: {
|
|
388
|
-
type: (
|
|
388
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
389
389
|
};
|
|
390
390
|
autoFitPosition: {
|
|
391
391
|
type: BooleanConstructor;
|
|
@@ -414,11 +414,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
414
414
|
onHide?: (() => any) | undefined;
|
|
415
415
|
onResize?: (() => any) | undefined;
|
|
416
416
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
417
|
+
disabled: boolean;
|
|
417
418
|
popupVisible: boolean;
|
|
418
419
|
defaultPopupVisible: boolean;
|
|
419
|
-
trigger: "
|
|
420
|
-
position: "
|
|
421
|
-
disabled: boolean;
|
|
420
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
421
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
422
422
|
popupOffset: number;
|
|
423
423
|
showArrow: boolean;
|
|
424
424
|
alignPoint: boolean;
|
|
@@ -456,11 +456,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
456
456
|
default: boolean;
|
|
457
457
|
};
|
|
458
458
|
trigger: {
|
|
459
|
-
type: import("vue").PropType<"
|
|
459
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
460
460
|
default: string;
|
|
461
461
|
};
|
|
462
462
|
position: {
|
|
463
|
-
type: import("vue").PropType<"
|
|
463
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
464
464
|
default: string;
|
|
465
465
|
};
|
|
466
466
|
disabled: {
|
|
@@ -503,13 +503,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
503
503
|
default: boolean;
|
|
504
504
|
};
|
|
505
505
|
contentClass: {
|
|
506
|
-
type: (
|
|
506
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
507
507
|
};
|
|
508
508
|
contentStyle: {
|
|
509
509
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
510
510
|
};
|
|
511
511
|
arrowClass: {
|
|
512
|
-
type: (
|
|
512
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
513
513
|
};
|
|
514
514
|
arrowStyle: {
|
|
515
515
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -567,7 +567,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
567
567
|
default: boolean;
|
|
568
568
|
};
|
|
569
569
|
openedClass: {
|
|
570
|
-
type: (
|
|
570
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
571
571
|
};
|
|
572
572
|
autoFitPosition: {
|
|
573
573
|
type: BooleanConstructor;
|
|
@@ -602,11 +602,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
602
602
|
hide: () => true;
|
|
603
603
|
resize: () => true;
|
|
604
604
|
}, string, {
|
|
605
|
+
disabled: boolean;
|
|
605
606
|
popupVisible: boolean;
|
|
606
607
|
defaultPopupVisible: boolean;
|
|
607
|
-
trigger: "
|
|
608
|
-
position: "
|
|
609
|
-
disabled: boolean;
|
|
608
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
609
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
610
610
|
popupOffset: number;
|
|
611
611
|
showArrow: boolean;
|
|
612
612
|
alignPoint: boolean;
|
|
@@ -651,7 +651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
651
651
|
};
|
|
652
652
|
content: StringConstructor;
|
|
653
653
|
position: {
|
|
654
|
-
type: import("vue").PropType<"
|
|
654
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
655
655
|
default: string;
|
|
656
656
|
};
|
|
657
657
|
mini: {
|
|
@@ -688,10 +688,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
688
688
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
689
689
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
690
690
|
}, {}, {}, {}, {
|
|
691
|
+
mini: boolean;
|
|
691
692
|
popupVisible: boolean;
|
|
692
693
|
defaultPopupVisible: boolean;
|
|
693
|
-
position: "
|
|
694
|
-
mini: boolean;
|
|
694
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
695
695
|
}>;
|
|
696
696
|
__isFragment?: undefined;
|
|
697
697
|
__isTeleport?: undefined;
|
|
@@ -707,7 +707,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
707
707
|
};
|
|
708
708
|
content: StringConstructor;
|
|
709
709
|
position: {
|
|
710
|
-
type: import("vue").PropType<"
|
|
710
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
711
711
|
default: string;
|
|
712
712
|
};
|
|
713
713
|
mini: {
|
|
@@ -747,10 +747,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
747
747
|
'update:popupVisible': (visible: boolean) => true;
|
|
748
748
|
popupVisibleChange: (visible: boolean) => true;
|
|
749
749
|
}, string, {
|
|
750
|
+
mini: boolean;
|
|
750
751
|
popupVisible: boolean;
|
|
751
752
|
defaultPopupVisible: boolean;
|
|
752
|
-
position: "
|
|
753
|
-
mini: boolean;
|
|
753
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
754
754
|
}, {}, string, {}, {
|
|
755
755
|
Trigger: {
|
|
756
756
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -763,11 +763,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
763
763
|
default: boolean;
|
|
764
764
|
};
|
|
765
765
|
trigger: {
|
|
766
|
-
type: import("vue").PropType<"
|
|
766
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
767
767
|
default: string;
|
|
768
768
|
};
|
|
769
769
|
position: {
|
|
770
|
-
type: import("vue").PropType<"
|
|
770
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
771
771
|
default: string;
|
|
772
772
|
};
|
|
773
773
|
disabled: {
|
|
@@ -810,13 +810,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
810
810
|
default: boolean;
|
|
811
811
|
};
|
|
812
812
|
contentClass: {
|
|
813
|
-
type: (
|
|
813
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
814
814
|
};
|
|
815
815
|
contentStyle: {
|
|
816
816
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
817
817
|
};
|
|
818
818
|
arrowClass: {
|
|
819
|
-
type: (
|
|
819
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
820
820
|
};
|
|
821
821
|
arrowStyle: {
|
|
822
822
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -874,7 +874,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
874
874
|
default: boolean;
|
|
875
875
|
};
|
|
876
876
|
openedClass: {
|
|
877
|
-
type: (
|
|
877
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
878
878
|
};
|
|
879
879
|
autoFitPosition: {
|
|
880
880
|
type: BooleanConstructor;
|
|
@@ -909,11 +909,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
909
909
|
hide: () => true;
|
|
910
910
|
resize: () => true;
|
|
911
911
|
}, import("vue").PublicProps, {
|
|
912
|
+
disabled: boolean;
|
|
912
913
|
popupVisible: boolean;
|
|
913
914
|
defaultPopupVisible: boolean;
|
|
914
|
-
trigger: "
|
|
915
|
-
position: "
|
|
916
|
-
disabled: boolean;
|
|
915
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
916
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
917
917
|
popupOffset: number;
|
|
918
918
|
showArrow: boolean;
|
|
919
919
|
alignPoint: boolean;
|
|
@@ -954,11 +954,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
954
954
|
default: boolean;
|
|
955
955
|
};
|
|
956
956
|
trigger: {
|
|
957
|
-
type: import("vue").PropType<"
|
|
957
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
958
958
|
default: string;
|
|
959
959
|
};
|
|
960
960
|
position: {
|
|
961
|
-
type: import("vue").PropType<"
|
|
961
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
962
962
|
default: string;
|
|
963
963
|
};
|
|
964
964
|
disabled: {
|
|
@@ -1001,13 +1001,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1001
1001
|
default: boolean;
|
|
1002
1002
|
};
|
|
1003
1003
|
contentClass: {
|
|
1004
|
-
type: (
|
|
1004
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1005
1005
|
};
|
|
1006
1006
|
contentStyle: {
|
|
1007
1007
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1008
1008
|
};
|
|
1009
1009
|
arrowClass: {
|
|
1010
|
-
type: (
|
|
1010
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1011
1011
|
};
|
|
1012
1012
|
arrowStyle: {
|
|
1013
1013
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1065,7 +1065,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1065
1065
|
default: boolean;
|
|
1066
1066
|
};
|
|
1067
1067
|
openedClass: {
|
|
1068
|
-
type: (
|
|
1068
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1069
1069
|
};
|
|
1070
1070
|
autoFitPosition: {
|
|
1071
1071
|
type: BooleanConstructor;
|
|
@@ -1094,11 +1094,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1094
1094
|
onHide?: (() => any) | undefined;
|
|
1095
1095
|
onResize?: (() => any) | undefined;
|
|
1096
1096
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1097
|
+
disabled: boolean;
|
|
1097
1098
|
popupVisible: boolean;
|
|
1098
1099
|
defaultPopupVisible: boolean;
|
|
1099
|
-
trigger: "
|
|
1100
|
-
position: "
|
|
1101
|
-
disabled: boolean;
|
|
1100
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1101
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1102
1102
|
popupOffset: number;
|
|
1103
1103
|
showArrow: boolean;
|
|
1104
1104
|
alignPoint: boolean;
|
|
@@ -1136,11 +1136,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1136
1136
|
default: boolean;
|
|
1137
1137
|
};
|
|
1138
1138
|
trigger: {
|
|
1139
|
-
type: import("vue").PropType<"
|
|
1139
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1140
1140
|
default: string;
|
|
1141
1141
|
};
|
|
1142
1142
|
position: {
|
|
1143
|
-
type: import("vue").PropType<"
|
|
1143
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1144
1144
|
default: string;
|
|
1145
1145
|
};
|
|
1146
1146
|
disabled: {
|
|
@@ -1183,13 +1183,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1183
1183
|
default: boolean;
|
|
1184
1184
|
};
|
|
1185
1185
|
contentClass: {
|
|
1186
|
-
type: (
|
|
1186
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1187
1187
|
};
|
|
1188
1188
|
contentStyle: {
|
|
1189
1189
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1190
1190
|
};
|
|
1191
1191
|
arrowClass: {
|
|
1192
|
-
type: (
|
|
1192
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1193
1193
|
};
|
|
1194
1194
|
arrowStyle: {
|
|
1195
1195
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1247,7 +1247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1247
1247
|
default: boolean;
|
|
1248
1248
|
};
|
|
1249
1249
|
openedClass: {
|
|
1250
|
-
type: (
|
|
1250
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1251
1251
|
};
|
|
1252
1252
|
autoFitPosition: {
|
|
1253
1253
|
type: BooleanConstructor;
|
|
@@ -1282,11 +1282,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1282
1282
|
hide: () => true;
|
|
1283
1283
|
resize: () => true;
|
|
1284
1284
|
}, string, {
|
|
1285
|
+
disabled: boolean;
|
|
1285
1286
|
popupVisible: boolean;
|
|
1286
1287
|
defaultPopupVisible: boolean;
|
|
1287
|
-
trigger: "
|
|
1288
|
-
position: "
|
|
1289
|
-
disabled: boolean;
|
|
1288
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1289
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1290
1290
|
popupOffset: number;
|
|
1291
1291
|
showArrow: boolean;
|
|
1292
1292
|
alignPoint: boolean;
|