@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/timeline/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ declare const Timeline: {
|
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
pending: {
|
|
19
|
-
type: (
|
|
19
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
20
20
|
};
|
|
21
21
|
labelPosition: {
|
|
22
22
|
type: import("vue").PropType<import("./interface").LabelPositionType>;
|
|
@@ -168,7 +168,7 @@ declare const Timeline: {
|
|
|
168
168
|
default: string;
|
|
169
169
|
};
|
|
170
170
|
pending: {
|
|
171
|
-
type: (
|
|
171
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
172
172
|
};
|
|
173
173
|
labelPosition: {
|
|
174
174
|
type: import("vue").PropType<import("./interface").LabelPositionType>;
|
|
@@ -196,7 +196,7 @@ declare const Timeline: {
|
|
|
196
196
|
default: string;
|
|
197
197
|
};
|
|
198
198
|
pending: {
|
|
199
|
-
type: (
|
|
199
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
200
200
|
};
|
|
201
201
|
labelPosition: {
|
|
202
202
|
type: import("vue").PropType<import("./interface").LabelPositionType>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
pending: {
|
|
16
|
-
type: (
|
|
16
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
17
17
|
};
|
|
18
18
|
labelPosition: {
|
|
19
19
|
type: PropType<LabelPositionType>;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
pending: {
|
|
35
|
-
type: (
|
|
35
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
36
36
|
};
|
|
37
37
|
labelPosition: {
|
|
38
38
|
type: PropType<LabelPositionType>;
|
package/es/tooltip/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ declare const Tooltip: {
|
|
|
13
13
|
};
|
|
14
14
|
content: StringConstructor;
|
|
15
15
|
position: {
|
|
16
|
-
type: import("vue").PropType<"
|
|
16
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
mini: {
|
|
@@ -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
|
-
position: "
|
|
59
|
-
mini: boolean;
|
|
59
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
60
60
|
}, true, {}, {}, {
|
|
61
61
|
Trigger: {
|
|
62
62
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -69,11 +69,11 @@ declare const Tooltip: {
|
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
71
|
trigger: {
|
|
72
|
-
type: import("vue").PropType<"
|
|
72
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
position: {
|
|
76
|
-
type: import("vue").PropType<"
|
|
76
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
77
77
|
default: string;
|
|
78
78
|
};
|
|
79
79
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
221
|
-
position: "
|
|
222
|
-
disabled: boolean;
|
|
221
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
222
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
223
223
|
popupOffset: number;
|
|
224
224
|
showArrow: boolean;
|
|
225
225
|
alignPoint: boolean;
|
|
@@ -260,11 +260,11 @@ declare const Tooltip: {
|
|
|
260
260
|
default: boolean;
|
|
261
261
|
};
|
|
262
262
|
trigger: {
|
|
263
|
-
type: import("vue").PropType<"
|
|
263
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
264
264
|
default: string;
|
|
265
265
|
};
|
|
266
266
|
position: {
|
|
267
|
-
type: import("vue").PropType<"
|
|
267
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
268
268
|
default: string;
|
|
269
269
|
};
|
|
270
270
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
406
|
-
position: "
|
|
407
|
-
disabled: boolean;
|
|
406
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
407
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
408
408
|
popupOffset: number;
|
|
409
409
|
showArrow: boolean;
|
|
410
410
|
alignPoint: boolean;
|
|
@@ -442,11 +442,11 @@ declare const Tooltip: {
|
|
|
442
442
|
default: boolean;
|
|
443
443
|
};
|
|
444
444
|
trigger: {
|
|
445
|
-
type: import("vue").PropType<"
|
|
445
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
446
446
|
default: string;
|
|
447
447
|
};
|
|
448
448
|
position: {
|
|
449
|
-
type: import("vue").PropType<"
|
|
449
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
450
450
|
default: string;
|
|
451
451
|
};
|
|
452
452
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
594
|
-
position: "
|
|
595
|
-
disabled: boolean;
|
|
594
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
595
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
596
596
|
popupOffset: number;
|
|
597
597
|
showArrow: boolean;
|
|
598
598
|
alignPoint: boolean;
|
|
@@ -637,7 +637,7 @@ declare const Tooltip: {
|
|
|
637
637
|
};
|
|
638
638
|
content: StringConstructor;
|
|
639
639
|
position: {
|
|
640
|
-
type: import("vue").PropType<"
|
|
640
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
641
641
|
default: string;
|
|
642
642
|
};
|
|
643
643
|
mini: {
|
|
@@ -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
|
-
position: "
|
|
680
|
-
mini: boolean;
|
|
680
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
681
681
|
}>;
|
|
682
682
|
__isFragment?: undefined;
|
|
683
683
|
__isTeleport?: undefined;
|
|
@@ -693,7 +693,7 @@ declare const Tooltip: {
|
|
|
693
693
|
};
|
|
694
694
|
content: StringConstructor;
|
|
695
695
|
position: {
|
|
696
|
-
type: import("vue").PropType<"
|
|
696
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
697
697
|
default: string;
|
|
698
698
|
};
|
|
699
699
|
mini: {
|
|
@@ -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
|
-
position: "
|
|
739
|
-
mini: boolean;
|
|
739
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
740
740
|
}, {}, string, {}, {
|
|
741
741
|
Trigger: {
|
|
742
742
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -749,11 +749,11 @@ declare const Tooltip: {
|
|
|
749
749
|
default: boolean;
|
|
750
750
|
};
|
|
751
751
|
trigger: {
|
|
752
|
-
type: import("vue").PropType<"
|
|
752
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
753
753
|
default: string;
|
|
754
754
|
};
|
|
755
755
|
position: {
|
|
756
|
-
type: import("vue").PropType<"
|
|
756
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
757
757
|
default: string;
|
|
758
758
|
};
|
|
759
759
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
901
|
-
position: "
|
|
902
|
-
disabled: boolean;
|
|
901
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
902
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
903
903
|
popupOffset: number;
|
|
904
904
|
showArrow: boolean;
|
|
905
905
|
alignPoint: boolean;
|
|
@@ -940,11 +940,11 @@ declare const Tooltip: {
|
|
|
940
940
|
default: boolean;
|
|
941
941
|
};
|
|
942
942
|
trigger: {
|
|
943
|
-
type: import("vue").PropType<"
|
|
943
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
944
944
|
default: string;
|
|
945
945
|
};
|
|
946
946
|
position: {
|
|
947
|
-
type: import("vue").PropType<"
|
|
947
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
948
948
|
default: string;
|
|
949
949
|
};
|
|
950
950
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
1086
|
-
position: "
|
|
1087
|
-
disabled: boolean;
|
|
1086
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1087
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1088
1088
|
popupOffset: number;
|
|
1089
1089
|
showArrow: boolean;
|
|
1090
1090
|
alignPoint: boolean;
|
|
@@ -1122,11 +1122,11 @@ declare const Tooltip: {
|
|
|
1122
1122
|
default: boolean;
|
|
1123
1123
|
};
|
|
1124
1124
|
trigger: {
|
|
1125
|
-
type: import("vue").PropType<"
|
|
1125
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1126
1126
|
default: string;
|
|
1127
1127
|
};
|
|
1128
1128
|
position: {
|
|
1129
|
-
type: import("vue").PropType<"
|
|
1129
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1130
1130
|
default: string;
|
|
1131
1131
|
};
|
|
1132
1132
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
1274
|
-
position: "
|
|
1275
|
-
disabled: boolean;
|
|
1274
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1275
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1276
1276
|
popupOffset: number;
|
|
1277
1277
|
showArrow: boolean;
|
|
1278
1278
|
alignPoint: boolean;
|
package/es/tooltip/tooltip.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
};
|
|
13
13
|
content: StringConstructor;
|
|
14
14
|
position: {
|
|
15
|
-
type: PropType<"
|
|
15
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
mini: {
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
59
59
|
};
|
|
60
60
|
content: StringConstructor;
|
|
61
61
|
position: {
|
|
62
|
-
type: PropType<"
|
|
62
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
63
63
|
default: string;
|
|
64
64
|
};
|
|
65
65
|
mini: {
|
|
@@ -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
|
-
position: "
|
|
94
|
-
mini: boolean;
|
|
94
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
95
95
|
}, {}, {
|
|
96
96
|
Trigger: {
|
|
97
97
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -104,11 +104,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
104
|
default: boolean;
|
|
105
105
|
};
|
|
106
106
|
trigger: {
|
|
107
|
-
type: PropType<"
|
|
107
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
108
108
|
default: string;
|
|
109
109
|
};
|
|
110
110
|
position: {
|
|
111
|
-
type: PropType<"
|
|
111
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
112
112
|
default: string;
|
|
113
113
|
};
|
|
114
114
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
256
|
-
position: "
|
|
257
|
-
disabled: boolean;
|
|
256
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
257
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
258
258
|
popupOffset: number;
|
|
259
259
|
showArrow: boolean;
|
|
260
260
|
alignPoint: boolean;
|
|
@@ -295,11 +295,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
295
295
|
default: boolean;
|
|
296
296
|
};
|
|
297
297
|
trigger: {
|
|
298
|
-
type: PropType<"
|
|
298
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
299
299
|
default: string;
|
|
300
300
|
};
|
|
301
301
|
position: {
|
|
302
|
-
type: PropType<"
|
|
302
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
303
303
|
default: string;
|
|
304
304
|
};
|
|
305
305
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
441
|
-
position: "
|
|
442
|
-
disabled: boolean;
|
|
441
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
442
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
443
443
|
popupOffset: number;
|
|
444
444
|
showArrow: boolean;
|
|
445
445
|
alignPoint: boolean;
|
|
@@ -477,11 +477,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
477
477
|
default: boolean;
|
|
478
478
|
};
|
|
479
479
|
trigger: {
|
|
480
|
-
type: PropType<"
|
|
480
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
481
481
|
default: string;
|
|
482
482
|
};
|
|
483
483
|
position: {
|
|
484
|
-
type: PropType<"
|
|
484
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
485
485
|
default: string;
|
|
486
486
|
};
|
|
487
487
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
629
|
-
position: "
|
|
630
|
-
disabled: boolean;
|
|
629
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
630
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
631
631
|
popupOffset: number;
|
|
632
632
|
showArrow: boolean;
|
|
633
633
|
alignPoint: boolean;
|