@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/empty/empty.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
7
7
|
};
|
|
8
|
-
}>, () => import("vue
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
description: StringConstructor;
|
|
12
12
|
imgSrc: StringConstructor;
|
|
13
13
|
inConfigProvider: {
|
package/es/empty/index.d.ts
CHANGED
|
@@ -9,9 +9,9 @@ declare const Empty: {
|
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
-
}>> & Readonly<{}>, () => import("vue
|
|
12
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
14
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
15
15
|
inConfigProvider: boolean;
|
|
16
16
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
17
17
|
P: {};
|
|
@@ -27,9 +27,9 @@ declare const Empty: {
|
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
|
-
}>> & Readonly<{}>, () => import("vue
|
|
30
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
}>[], {}, {}, {}, {
|
|
32
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
33
33
|
inConfigProvider: boolean;
|
|
34
34
|
}>;
|
|
35
35
|
__isFragment?: undefined;
|
|
@@ -42,9 +42,9 @@ declare const Empty: {
|
|
|
42
42
|
type: BooleanConstructor;
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
|
-
}>> & Readonly<{}>, () => import("vue
|
|
45
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
47
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
48
48
|
inConfigProvider: boolean;
|
|
49
49
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
50
50
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
73
73
|
};
|
|
74
74
|
content: StringConstructor;
|
|
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
|
mini: {
|
|
@@ -113,10 +113,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
'update:popupVisible': (visible: boolean) => true;
|
|
114
114
|
popupVisibleChange: (visible: boolean) => true;
|
|
115
115
|
}, import("vue").PublicProps, {
|
|
116
|
+
mini: boolean;
|
|
116
117
|
popupVisible: boolean;
|
|
117
118
|
defaultPopupVisible: boolean;
|
|
118
|
-
position: "
|
|
119
|
-
mini: boolean;
|
|
119
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
120
120
|
}, true, {}, {}, {
|
|
121
121
|
Trigger: {
|
|
122
122
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -129,11 +129,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
trigger: {
|
|
132
|
-
type: import("vue").PropType<"
|
|
132
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
133
133
|
default: string;
|
|
134
134
|
};
|
|
135
135
|
position: {
|
|
136
|
-
type: import("vue").PropType<"
|
|
136
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
137
137
|
default: string;
|
|
138
138
|
};
|
|
139
139
|
disabled: {
|
|
@@ -176,13 +176,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
contentClass: {
|
|
179
|
-
type: (
|
|
179
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
180
180
|
};
|
|
181
181
|
contentStyle: {
|
|
182
182
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
183
183
|
};
|
|
184
184
|
arrowClass: {
|
|
185
|
-
type: (
|
|
185
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
186
186
|
};
|
|
187
187
|
arrowStyle: {
|
|
188
188
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
default: boolean;
|
|
241
241
|
};
|
|
242
242
|
openedClass: {
|
|
243
|
-
type: (
|
|
243
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
244
244
|
};
|
|
245
245
|
autoFitPosition: {
|
|
246
246
|
type: BooleanConstructor;
|
|
@@ -275,11 +275,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
275
275
|
hide: () => true;
|
|
276
276
|
resize: () => true;
|
|
277
277
|
}, import("vue").PublicProps, {
|
|
278
|
+
disabled: boolean;
|
|
278
279
|
popupVisible: boolean;
|
|
279
280
|
defaultPopupVisible: boolean;
|
|
280
|
-
trigger: "
|
|
281
|
-
position: "
|
|
282
|
-
disabled: boolean;
|
|
281
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
282
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
283
283
|
popupOffset: number;
|
|
284
284
|
showArrow: boolean;
|
|
285
285
|
alignPoint: boolean;
|
|
@@ -320,11 +320,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
320
320
|
default: boolean;
|
|
321
321
|
};
|
|
322
322
|
trigger: {
|
|
323
|
-
type: import("vue").PropType<"
|
|
323
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
326
|
position: {
|
|
327
|
-
type: import("vue").PropType<"
|
|
327
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
328
328
|
default: string;
|
|
329
329
|
};
|
|
330
330
|
disabled: {
|
|
@@ -367,13 +367,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
369
|
contentClass: {
|
|
370
|
-
type: (
|
|
370
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
371
371
|
};
|
|
372
372
|
contentStyle: {
|
|
373
373
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
374
374
|
};
|
|
375
375
|
arrowClass: {
|
|
376
|
-
type: (
|
|
376
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
377
377
|
};
|
|
378
378
|
arrowStyle: {
|
|
379
379
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -431,7 +431,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
431
431
|
default: boolean;
|
|
432
432
|
};
|
|
433
433
|
openedClass: {
|
|
434
|
-
type: (
|
|
434
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
435
435
|
};
|
|
436
436
|
autoFitPosition: {
|
|
437
437
|
type: BooleanConstructor;
|
|
@@ -460,11 +460,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
460
460
|
onHide?: (() => any) | undefined;
|
|
461
461
|
onResize?: (() => any) | undefined;
|
|
462
462
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
463
|
+
disabled: boolean;
|
|
463
464
|
popupVisible: boolean;
|
|
464
465
|
defaultPopupVisible: boolean;
|
|
465
|
-
trigger: "
|
|
466
|
-
position: "
|
|
467
|
-
disabled: boolean;
|
|
466
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
467
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
468
468
|
popupOffset: number;
|
|
469
469
|
showArrow: boolean;
|
|
470
470
|
alignPoint: boolean;
|
|
@@ -502,11 +502,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
502
502
|
default: boolean;
|
|
503
503
|
};
|
|
504
504
|
trigger: {
|
|
505
|
-
type: import("vue").PropType<"
|
|
505
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
506
506
|
default: string;
|
|
507
507
|
};
|
|
508
508
|
position: {
|
|
509
|
-
type: import("vue").PropType<"
|
|
509
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
510
510
|
default: string;
|
|
511
511
|
};
|
|
512
512
|
disabled: {
|
|
@@ -549,13 +549,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
contentClass: {
|
|
552
|
-
type: (
|
|
552
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
553
553
|
};
|
|
554
554
|
contentStyle: {
|
|
555
555
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
556
556
|
};
|
|
557
557
|
arrowClass: {
|
|
558
|
-
type: (
|
|
558
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
559
559
|
};
|
|
560
560
|
arrowStyle: {
|
|
561
561
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -613,7 +613,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
613
|
default: boolean;
|
|
614
614
|
};
|
|
615
615
|
openedClass: {
|
|
616
|
-
type: (
|
|
616
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
617
617
|
};
|
|
618
618
|
autoFitPosition: {
|
|
619
619
|
type: BooleanConstructor;
|
|
@@ -648,11 +648,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
648
648
|
hide: () => true;
|
|
649
649
|
resize: () => true;
|
|
650
650
|
}, string, {
|
|
651
|
+
disabled: boolean;
|
|
651
652
|
popupVisible: boolean;
|
|
652
653
|
defaultPopupVisible: boolean;
|
|
653
|
-
trigger: "
|
|
654
|
-
position: "
|
|
655
|
-
disabled: boolean;
|
|
654
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
655
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
656
656
|
popupOffset: number;
|
|
657
657
|
showArrow: boolean;
|
|
658
658
|
alignPoint: boolean;
|
|
@@ -697,7 +697,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
697
697
|
};
|
|
698
698
|
content: StringConstructor;
|
|
699
699
|
position: {
|
|
700
|
-
type: import("vue").PropType<"
|
|
700
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
701
701
|
default: string;
|
|
702
702
|
};
|
|
703
703
|
mini: {
|
|
@@ -734,10 +734,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
734
|
computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
735
735
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
736
736
|
}, {}, {}, {}, {
|
|
737
|
+
mini: boolean;
|
|
737
738
|
popupVisible: boolean;
|
|
738
739
|
defaultPopupVisible: boolean;
|
|
739
|
-
position: "
|
|
740
|
-
mini: boolean;
|
|
740
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
741
741
|
}>;
|
|
742
742
|
__isFragment?: undefined;
|
|
743
743
|
__isTeleport?: undefined;
|
|
@@ -753,7 +753,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
753
753
|
};
|
|
754
754
|
content: StringConstructor;
|
|
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
|
mini: {
|
|
@@ -793,10 +793,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
793
793
|
'update:popupVisible': (visible: boolean) => true;
|
|
794
794
|
popupVisibleChange: (visible: boolean) => true;
|
|
795
795
|
}, string, {
|
|
796
|
+
mini: boolean;
|
|
796
797
|
popupVisible: boolean;
|
|
797
798
|
defaultPopupVisible: boolean;
|
|
798
|
-
position: "
|
|
799
|
-
mini: boolean;
|
|
799
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
800
800
|
}, {}, string, {}, {
|
|
801
801
|
Trigger: {
|
|
802
802
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -809,11 +809,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
809
809
|
default: boolean;
|
|
810
810
|
};
|
|
811
811
|
trigger: {
|
|
812
|
-
type: import("vue").PropType<"
|
|
812
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
813
813
|
default: string;
|
|
814
814
|
};
|
|
815
815
|
position: {
|
|
816
|
-
type: import("vue").PropType<"
|
|
816
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
817
817
|
default: string;
|
|
818
818
|
};
|
|
819
819
|
disabled: {
|
|
@@ -856,13 +856,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
856
856
|
default: boolean;
|
|
857
857
|
};
|
|
858
858
|
contentClass: {
|
|
859
|
-
type: (
|
|
859
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
860
860
|
};
|
|
861
861
|
contentStyle: {
|
|
862
862
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
863
863
|
};
|
|
864
864
|
arrowClass: {
|
|
865
|
-
type: (
|
|
865
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
866
866
|
};
|
|
867
867
|
arrowStyle: {
|
|
868
868
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -920,7 +920,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
920
920
|
default: boolean;
|
|
921
921
|
};
|
|
922
922
|
openedClass: {
|
|
923
|
-
type: (
|
|
923
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
924
924
|
};
|
|
925
925
|
autoFitPosition: {
|
|
926
926
|
type: BooleanConstructor;
|
|
@@ -955,11 +955,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
955
955
|
hide: () => true;
|
|
956
956
|
resize: () => true;
|
|
957
957
|
}, import("vue").PublicProps, {
|
|
958
|
+
disabled: boolean;
|
|
958
959
|
popupVisible: boolean;
|
|
959
960
|
defaultPopupVisible: boolean;
|
|
960
|
-
trigger: "
|
|
961
|
-
position: "
|
|
962
|
-
disabled: boolean;
|
|
961
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
962
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
963
963
|
popupOffset: number;
|
|
964
964
|
showArrow: boolean;
|
|
965
965
|
alignPoint: boolean;
|
|
@@ -1000,11 +1000,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1000
1000
|
default: boolean;
|
|
1001
1001
|
};
|
|
1002
1002
|
trigger: {
|
|
1003
|
-
type: import("vue").PropType<"
|
|
1003
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1004
1004
|
default: string;
|
|
1005
1005
|
};
|
|
1006
1006
|
position: {
|
|
1007
|
-
type: import("vue").PropType<"
|
|
1007
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1008
1008
|
default: string;
|
|
1009
1009
|
};
|
|
1010
1010
|
disabled: {
|
|
@@ -1047,13 +1047,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1047
1047
|
default: boolean;
|
|
1048
1048
|
};
|
|
1049
1049
|
contentClass: {
|
|
1050
|
-
type: (
|
|
1050
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1051
1051
|
};
|
|
1052
1052
|
contentStyle: {
|
|
1053
1053
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1054
1054
|
};
|
|
1055
1055
|
arrowClass: {
|
|
1056
|
-
type: (
|
|
1056
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1057
1057
|
};
|
|
1058
1058
|
arrowStyle: {
|
|
1059
1059
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1111,7 +1111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1111
1111
|
default: boolean;
|
|
1112
1112
|
};
|
|
1113
1113
|
openedClass: {
|
|
1114
|
-
type: (
|
|
1114
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1115
1115
|
};
|
|
1116
1116
|
autoFitPosition: {
|
|
1117
1117
|
type: BooleanConstructor;
|
|
@@ -1140,11 +1140,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1140
1140
|
onHide?: (() => any) | undefined;
|
|
1141
1141
|
onResize?: (() => any) | undefined;
|
|
1142
1142
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1143
|
+
disabled: boolean;
|
|
1143
1144
|
popupVisible: boolean;
|
|
1144
1145
|
defaultPopupVisible: boolean;
|
|
1145
|
-
trigger: "
|
|
1146
|
-
position: "
|
|
1147
|
-
disabled: boolean;
|
|
1146
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1147
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1148
1148
|
popupOffset: number;
|
|
1149
1149
|
showArrow: boolean;
|
|
1150
1150
|
alignPoint: boolean;
|
|
@@ -1182,11 +1182,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1182
1182
|
default: boolean;
|
|
1183
1183
|
};
|
|
1184
1184
|
trigger: {
|
|
1185
|
-
type: import("vue").PropType<"
|
|
1185
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1186
1186
|
default: string;
|
|
1187
1187
|
};
|
|
1188
1188
|
position: {
|
|
1189
|
-
type: import("vue").PropType<"
|
|
1189
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1190
1190
|
default: string;
|
|
1191
1191
|
};
|
|
1192
1192
|
disabled: {
|
|
@@ -1229,13 +1229,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1229
1229
|
default: boolean;
|
|
1230
1230
|
};
|
|
1231
1231
|
contentClass: {
|
|
1232
|
-
type: (
|
|
1232
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1233
1233
|
};
|
|
1234
1234
|
contentStyle: {
|
|
1235
1235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1236
1236
|
};
|
|
1237
1237
|
arrowClass: {
|
|
1238
|
-
type: (
|
|
1238
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1239
1239
|
};
|
|
1240
1240
|
arrowStyle: {
|
|
1241
1241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1293,7 +1293,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1293
1293
|
default: boolean;
|
|
1294
1294
|
};
|
|
1295
1295
|
openedClass: {
|
|
1296
|
-
type: (
|
|
1296
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1297
1297
|
};
|
|
1298
1298
|
autoFitPosition: {
|
|
1299
1299
|
type: BooleanConstructor;
|
|
@@ -1328,11 +1328,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1328
1328
|
hide: () => true;
|
|
1329
1329
|
resize: () => true;
|
|
1330
1330
|
}, string, {
|
|
1331
|
+
disabled: boolean;
|
|
1331
1332
|
popupVisible: boolean;
|
|
1332
1333
|
defaultPopupVisible: boolean;
|
|
1333
|
-
trigger: "
|
|
1334
|
-
position: "
|
|
1335
|
-
disabled: boolean;
|
|
1334
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1335
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1336
1336
|
popupOffset: number;
|
|
1337
1337
|
showArrow: boolean;
|
|
1338
1338
|
alignPoint: boolean;
|