@geelato/web-vue 2.57.1 → 2.58.2
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/dist/arco-vue.js +891 -536
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1648 -1546
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +39 -8
- package/dist/arco.min.css +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 +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/_utils/array.d.ts +1 -1
- package/es/_utils/array.js +18 -1
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- 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 +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- 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 +4 -4
- package/es/color-picker/index.d.ts +9 -9
- 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 +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +33 -9
- package/es/drawer/drawer.js +61 -6
- package/es/drawer/index.d.ts +64 -19
- package/es/drawer/style/index.css +10 -0
- package/es/drawer/style/index.less +12 -0
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +39 -8
- 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 +18 -18
- package/es/input-number/input-number.d.ts +8 -8
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +49 -19
- package/es/modal/modal.d.ts +24 -9
- package/es/modal/modal.js +23 -6
- package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
- package/es/modal/style/index.css +7 -1
- package/es/modal/style/index.less +8 -1
- 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 +18 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- 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 +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +96 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +18 -18
- package/es/slider/slider.d.ts +47 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- 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 +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/context.d.ts +3 -0
- package/es/table/hooks/use-row-selection.js +5 -3
- package/es/table/index.d.ts +24 -24
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +22 -7
- package/es/table/style/index.less +25 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-operation-td.js +6 -6
- package/es/table/table-operation-th.js +19 -7
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +2 -2
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +184 -34
- package/es/table/utils.d.ts +1 -1
- package/es/table/utils.js +9 -5
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +2116 -2116
- package/json/vetur-tags.json +757 -757
- package/json/web-types.json +4117 -4117
- package/lib/_utils/array.js +18 -1
- package/lib/drawer/drawer.js +63 -8
- package/lib/drawer/style/index.css +10 -0
- package/lib/drawer/style/index.less +12 -0
- package/lib/index.css +39 -8
- package/lib/modal/modal.js +23 -6
- package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
- package/lib/modal/style/index.css +7 -1
- package/lib/modal/style/index.less +8 -1
- package/lib/table/hooks/use-row-selection.js +5 -3
- package/lib/table/style/index.css +22 -7
- package/lib/table/style/index.less +25 -8
- package/lib/table/table-operation-td.js +6 -6
- package/lib/table/table-operation-th.js +19 -7
- package/lib/table/table-td.js +2 -2
- package/lib/table/table.js +183 -33
- package/lib/table/utils.js +9 -5
- package/package.json +25 -24
- package/LICENSE +0 -21
package/es/tooltip/index.d.ts
CHANGED
|
@@ -53,10 +53,10 @@ declare const Tooltip: {
|
|
|
53
53
|
'update:popupVisible': (visible: boolean) => true;
|
|
54
54
|
popupVisibleChange: (visible: boolean) => true;
|
|
55
55
|
}, import("vue").PublicProps, {
|
|
56
|
+
mini: boolean;
|
|
56
57
|
popupVisible: boolean;
|
|
57
58
|
defaultPopupVisible: boolean;
|
|
58
59
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
59
|
-
mini: boolean;
|
|
60
60
|
}, true, {}, {}, {
|
|
61
61
|
Trigger: {
|
|
62
62
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -116,13 +116,13 @@ declare const Tooltip: {
|
|
|
116
116
|
default: boolean;
|
|
117
117
|
};
|
|
118
118
|
contentClass: {
|
|
119
|
-
type: (
|
|
119
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
120
120
|
};
|
|
121
121
|
contentStyle: {
|
|
122
122
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
123
123
|
};
|
|
124
124
|
arrowClass: {
|
|
125
|
-
type: (
|
|
125
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
126
126
|
};
|
|
127
127
|
arrowStyle: {
|
|
128
128
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -180,7 +180,7 @@ declare const Tooltip: {
|
|
|
180
180
|
default: boolean;
|
|
181
181
|
};
|
|
182
182
|
openedClass: {
|
|
183
|
-
type: (
|
|
183
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
184
184
|
};
|
|
185
185
|
autoFitPosition: {
|
|
186
186
|
type: BooleanConstructor;
|
|
@@ -215,11 +215,11 @@ declare const Tooltip: {
|
|
|
215
215
|
hide: () => true;
|
|
216
216
|
resize: () => true;
|
|
217
217
|
}, import("vue").PublicProps, {
|
|
218
|
+
disabled: boolean;
|
|
218
219
|
popupVisible: boolean;
|
|
219
220
|
defaultPopupVisible: boolean;
|
|
220
221
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
221
222
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
222
|
-
disabled: boolean;
|
|
223
223
|
popupOffset: number;
|
|
224
224
|
showArrow: boolean;
|
|
225
225
|
alignPoint: boolean;
|
|
@@ -307,13 +307,13 @@ declare const Tooltip: {
|
|
|
307
307
|
default: boolean;
|
|
308
308
|
};
|
|
309
309
|
contentClass: {
|
|
310
|
-
type: (
|
|
310
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
311
311
|
};
|
|
312
312
|
contentStyle: {
|
|
313
313
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
314
314
|
};
|
|
315
315
|
arrowClass: {
|
|
316
|
-
type: (
|
|
316
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
317
317
|
};
|
|
318
318
|
arrowStyle: {
|
|
319
319
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -371,7 +371,7 @@ declare const Tooltip: {
|
|
|
371
371
|
default: boolean;
|
|
372
372
|
};
|
|
373
373
|
openedClass: {
|
|
374
|
-
type: (
|
|
374
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
375
375
|
};
|
|
376
376
|
autoFitPosition: {
|
|
377
377
|
type: BooleanConstructor;
|
|
@@ -400,11 +400,11 @@ declare const Tooltip: {
|
|
|
400
400
|
onHide?: (() => any) | undefined;
|
|
401
401
|
onResize?: (() => any) | undefined;
|
|
402
402
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
403
|
+
disabled: boolean;
|
|
403
404
|
popupVisible: boolean;
|
|
404
405
|
defaultPopupVisible: boolean;
|
|
405
406
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
406
407
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
407
|
-
disabled: boolean;
|
|
408
408
|
popupOffset: number;
|
|
409
409
|
showArrow: boolean;
|
|
410
410
|
alignPoint: boolean;
|
|
@@ -489,13 +489,13 @@ declare const Tooltip: {
|
|
|
489
489
|
default: boolean;
|
|
490
490
|
};
|
|
491
491
|
contentClass: {
|
|
492
|
-
type: (
|
|
492
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
493
493
|
};
|
|
494
494
|
contentStyle: {
|
|
495
495
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
496
496
|
};
|
|
497
497
|
arrowClass: {
|
|
498
|
-
type: (
|
|
498
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
499
499
|
};
|
|
500
500
|
arrowStyle: {
|
|
501
501
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -553,7 +553,7 @@ declare const Tooltip: {
|
|
|
553
553
|
default: boolean;
|
|
554
554
|
};
|
|
555
555
|
openedClass: {
|
|
556
|
-
type: (
|
|
556
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
557
557
|
};
|
|
558
558
|
autoFitPosition: {
|
|
559
559
|
type: BooleanConstructor;
|
|
@@ -588,11 +588,11 @@ declare const Tooltip: {
|
|
|
588
588
|
hide: () => true;
|
|
589
589
|
resize: () => true;
|
|
590
590
|
}, string, {
|
|
591
|
+
disabled: boolean;
|
|
591
592
|
popupVisible: boolean;
|
|
592
593
|
defaultPopupVisible: boolean;
|
|
593
594
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
594
595
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
595
|
-
disabled: boolean;
|
|
596
596
|
popupOffset: number;
|
|
597
597
|
showArrow: boolean;
|
|
598
598
|
alignPoint: boolean;
|
|
@@ -674,10 +674,10 @@ declare const Tooltip: {
|
|
|
674
674
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
675
675
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
676
676
|
}, {}, {}, {}, {
|
|
677
|
+
mini: boolean;
|
|
677
678
|
popupVisible: boolean;
|
|
678
679
|
defaultPopupVisible: boolean;
|
|
679
680
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
680
|
-
mini: boolean;
|
|
681
681
|
}>;
|
|
682
682
|
__isFragment?: undefined;
|
|
683
683
|
__isTeleport?: undefined;
|
|
@@ -733,10 +733,10 @@ declare const Tooltip: {
|
|
|
733
733
|
'update:popupVisible': (visible: boolean) => true;
|
|
734
734
|
popupVisibleChange: (visible: boolean) => true;
|
|
735
735
|
}, string, {
|
|
736
|
+
mini: boolean;
|
|
736
737
|
popupVisible: boolean;
|
|
737
738
|
defaultPopupVisible: boolean;
|
|
738
739
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
739
|
-
mini: boolean;
|
|
740
740
|
}, {}, string, {}, {
|
|
741
741
|
Trigger: {
|
|
742
742
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -796,13 +796,13 @@ declare const Tooltip: {
|
|
|
796
796
|
default: boolean;
|
|
797
797
|
};
|
|
798
798
|
contentClass: {
|
|
799
|
-
type: (
|
|
799
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
800
800
|
};
|
|
801
801
|
contentStyle: {
|
|
802
802
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
803
803
|
};
|
|
804
804
|
arrowClass: {
|
|
805
|
-
type: (
|
|
805
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
806
806
|
};
|
|
807
807
|
arrowStyle: {
|
|
808
808
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -860,7 +860,7 @@ declare const Tooltip: {
|
|
|
860
860
|
default: boolean;
|
|
861
861
|
};
|
|
862
862
|
openedClass: {
|
|
863
|
-
type: (
|
|
863
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
864
864
|
};
|
|
865
865
|
autoFitPosition: {
|
|
866
866
|
type: BooleanConstructor;
|
|
@@ -895,11 +895,11 @@ declare const Tooltip: {
|
|
|
895
895
|
hide: () => true;
|
|
896
896
|
resize: () => true;
|
|
897
897
|
}, import("vue").PublicProps, {
|
|
898
|
+
disabled: boolean;
|
|
898
899
|
popupVisible: boolean;
|
|
899
900
|
defaultPopupVisible: boolean;
|
|
900
901
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
901
902
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
902
|
-
disabled: boolean;
|
|
903
903
|
popupOffset: number;
|
|
904
904
|
showArrow: boolean;
|
|
905
905
|
alignPoint: boolean;
|
|
@@ -987,13 +987,13 @@ declare const Tooltip: {
|
|
|
987
987
|
default: boolean;
|
|
988
988
|
};
|
|
989
989
|
contentClass: {
|
|
990
|
-
type: (
|
|
990
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
991
991
|
};
|
|
992
992
|
contentStyle: {
|
|
993
993
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
994
994
|
};
|
|
995
995
|
arrowClass: {
|
|
996
|
-
type: (
|
|
996
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
997
997
|
};
|
|
998
998
|
arrowStyle: {
|
|
999
999
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1051,7 +1051,7 @@ declare const Tooltip: {
|
|
|
1051
1051
|
default: boolean;
|
|
1052
1052
|
};
|
|
1053
1053
|
openedClass: {
|
|
1054
|
-
type: (
|
|
1054
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1055
1055
|
};
|
|
1056
1056
|
autoFitPosition: {
|
|
1057
1057
|
type: BooleanConstructor;
|
|
@@ -1080,11 +1080,11 @@ declare const Tooltip: {
|
|
|
1080
1080
|
onHide?: (() => any) | undefined;
|
|
1081
1081
|
onResize?: (() => any) | undefined;
|
|
1082
1082
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1083
|
+
disabled: boolean;
|
|
1083
1084
|
popupVisible: boolean;
|
|
1084
1085
|
defaultPopupVisible: boolean;
|
|
1085
1086
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1086
1087
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1087
|
-
disabled: boolean;
|
|
1088
1088
|
popupOffset: number;
|
|
1089
1089
|
showArrow: boolean;
|
|
1090
1090
|
alignPoint: boolean;
|
|
@@ -1169,13 +1169,13 @@ declare const Tooltip: {
|
|
|
1169
1169
|
default: boolean;
|
|
1170
1170
|
};
|
|
1171
1171
|
contentClass: {
|
|
1172
|
-
type: (
|
|
1172
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1173
1173
|
};
|
|
1174
1174
|
contentStyle: {
|
|
1175
1175
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1176
1176
|
};
|
|
1177
1177
|
arrowClass: {
|
|
1178
|
-
type: (
|
|
1178
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1179
1179
|
};
|
|
1180
1180
|
arrowStyle: {
|
|
1181
1181
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1233,7 +1233,7 @@ declare const Tooltip: {
|
|
|
1233
1233
|
default: boolean;
|
|
1234
1234
|
};
|
|
1235
1235
|
openedClass: {
|
|
1236
|
-
type: (
|
|
1236
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1237
1237
|
};
|
|
1238
1238
|
autoFitPosition: {
|
|
1239
1239
|
type: BooleanConstructor;
|
|
@@ -1268,11 +1268,11 @@ declare const Tooltip: {
|
|
|
1268
1268
|
hide: () => true;
|
|
1269
1269
|
resize: () => true;
|
|
1270
1270
|
}, string, {
|
|
1271
|
+
disabled: boolean;
|
|
1271
1272
|
popupVisible: boolean;
|
|
1272
1273
|
defaultPopupVisible: boolean;
|
|
1273
1274
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1274
1275
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1275
|
-
disabled: boolean;
|
|
1276
1276
|
popupOffset: number;
|
|
1277
1277
|
showArrow: boolean;
|
|
1278
1278
|
alignPoint: boolean;
|
package/es/tooltip/tooltip.d.ts
CHANGED
|
@@ -88,10 +88,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
88
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
89
89
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
90
90
|
}>, {
|
|
91
|
+
mini: boolean;
|
|
91
92
|
popupVisible: boolean;
|
|
92
93
|
defaultPopupVisible: boolean;
|
|
93
94
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
94
|
-
mini: boolean;
|
|
95
95
|
}, {}, {
|
|
96
96
|
Trigger: {
|
|
97
97
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -151,13 +151,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
151
151
|
default: boolean;
|
|
152
152
|
};
|
|
153
153
|
contentClass: {
|
|
154
|
-
type: (
|
|
154
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
155
155
|
};
|
|
156
156
|
contentStyle: {
|
|
157
157
|
type: PropType<CSSProperties>;
|
|
158
158
|
};
|
|
159
159
|
arrowClass: {
|
|
160
|
-
type: (
|
|
160
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
161
161
|
};
|
|
162
162
|
arrowStyle: {
|
|
163
163
|
type: PropType<CSSProperties>;
|
|
@@ -215,7 +215,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
215
215
|
default: boolean;
|
|
216
216
|
};
|
|
217
217
|
openedClass: {
|
|
218
|
-
type: (
|
|
218
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
219
219
|
};
|
|
220
220
|
autoFitPosition: {
|
|
221
221
|
type: BooleanConstructor;
|
|
@@ -250,11 +250,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
250
|
hide: () => true;
|
|
251
251
|
resize: () => true;
|
|
252
252
|
}, import("vue").PublicProps, {
|
|
253
|
+
disabled: boolean;
|
|
253
254
|
popupVisible: boolean;
|
|
254
255
|
defaultPopupVisible: boolean;
|
|
255
256
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
256
257
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
257
|
-
disabled: boolean;
|
|
258
258
|
popupOffset: number;
|
|
259
259
|
showArrow: boolean;
|
|
260
260
|
alignPoint: boolean;
|
|
@@ -342,13 +342,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
342
342
|
default: boolean;
|
|
343
343
|
};
|
|
344
344
|
contentClass: {
|
|
345
|
-
type: (
|
|
345
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
346
346
|
};
|
|
347
347
|
contentStyle: {
|
|
348
348
|
type: PropType<CSSProperties>;
|
|
349
349
|
};
|
|
350
350
|
arrowClass: {
|
|
351
|
-
type: (
|
|
351
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
352
352
|
};
|
|
353
353
|
arrowStyle: {
|
|
354
354
|
type: PropType<CSSProperties>;
|
|
@@ -406,7 +406,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
default: boolean;
|
|
407
407
|
};
|
|
408
408
|
openedClass: {
|
|
409
|
-
type: (
|
|
409
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
410
410
|
};
|
|
411
411
|
autoFitPosition: {
|
|
412
412
|
type: BooleanConstructor;
|
|
@@ -435,11 +435,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
435
435
|
onHide?: (() => any) | undefined;
|
|
436
436
|
onResize?: (() => any) | undefined;
|
|
437
437
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
438
|
+
disabled: boolean;
|
|
438
439
|
popupVisible: boolean;
|
|
439
440
|
defaultPopupVisible: boolean;
|
|
440
441
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
441
442
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
442
|
-
disabled: boolean;
|
|
443
443
|
popupOffset: number;
|
|
444
444
|
showArrow: boolean;
|
|
445
445
|
alignPoint: boolean;
|
|
@@ -524,13 +524,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
524
524
|
default: boolean;
|
|
525
525
|
};
|
|
526
526
|
contentClass: {
|
|
527
|
-
type: (
|
|
527
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
528
528
|
};
|
|
529
529
|
contentStyle: {
|
|
530
530
|
type: PropType<CSSProperties>;
|
|
531
531
|
};
|
|
532
532
|
arrowClass: {
|
|
533
|
-
type: (
|
|
533
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
534
534
|
};
|
|
535
535
|
arrowStyle: {
|
|
536
536
|
type: PropType<CSSProperties>;
|
|
@@ -588,7 +588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
588
588
|
default: boolean;
|
|
589
589
|
};
|
|
590
590
|
openedClass: {
|
|
591
|
-
type: (
|
|
591
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
592
592
|
};
|
|
593
593
|
autoFitPosition: {
|
|
594
594
|
type: BooleanConstructor;
|
|
@@ -623,11 +623,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
623
623
|
hide: () => true;
|
|
624
624
|
resize: () => true;
|
|
625
625
|
}, string, {
|
|
626
|
+
disabled: boolean;
|
|
626
627
|
popupVisible: boolean;
|
|
627
628
|
defaultPopupVisible: boolean;
|
|
628
629
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
629
630
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
630
|
-
disabled: boolean;
|
|
631
631
|
popupOffset: number;
|
|
632
632
|
showArrow: boolean;
|
|
633
633
|
alignPoint: boolean;
|