@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
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
trigger: {
|
|
14
|
-
type: PropType<"
|
|
14
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
position: {
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
61
|
trigger: {
|
|
62
|
-
type: PropType<"
|
|
62
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
63
63
|
default: string;
|
|
64
64
|
};
|
|
65
65
|
position: {
|
|
@@ -87,32 +87,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
89
89
|
}>> & Readonly<{
|
|
90
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
90
91
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
91
92
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
92
93
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
93
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
+
disabled: boolean;
|
|
95
96
|
popupVisible: boolean;
|
|
96
97
|
defaultPopupVisible: boolean;
|
|
97
|
-
trigger: "
|
|
98
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
98
99
|
position: DropdownPosition;
|
|
99
|
-
disabled: boolean;
|
|
100
100
|
hideOnSelect: boolean;
|
|
101
101
|
}, {}, {
|
|
102
102
|
IconMore: any;
|
|
103
103
|
Button: {
|
|
104
104
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
105
105
|
type: {
|
|
106
|
-
type: PropType<"
|
|
106
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
107
107
|
};
|
|
108
108
|
shape: {
|
|
109
|
-
type: PropType<"
|
|
109
|
+
type: PropType<"circle" | "round" | "square">;
|
|
110
110
|
};
|
|
111
111
|
status: {
|
|
112
112
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
113
113
|
};
|
|
114
114
|
size: {
|
|
115
|
-
type: PropType<"mini" | "
|
|
115
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
116
116
|
};
|
|
117
117
|
long: {
|
|
118
118
|
type: BooleanConstructor;
|
|
@@ -162,16 +162,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
162
162
|
Defaults: {};
|
|
163
163
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
164
164
|
type: {
|
|
165
|
-
type: PropType<"
|
|
165
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
166
166
|
};
|
|
167
167
|
shape: {
|
|
168
|
-
type: PropType<"
|
|
168
|
+
type: PropType<"circle" | "round" | "square">;
|
|
169
169
|
};
|
|
170
170
|
status: {
|
|
171
171
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
172
172
|
};
|
|
173
173
|
size: {
|
|
174
|
-
type: PropType<"mini" | "
|
|
174
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
175
175
|
};
|
|
176
176
|
long: {
|
|
177
177
|
type: BooleanConstructor;
|
|
@@ -214,16 +214,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
214
|
__isSuspense?: undefined;
|
|
215
215
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
216
216
|
type: {
|
|
217
|
-
type: PropType<"
|
|
217
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
218
218
|
};
|
|
219
219
|
shape: {
|
|
220
|
-
type: PropType<"
|
|
220
|
+
type: PropType<"circle" | "round" | "square">;
|
|
221
221
|
};
|
|
222
222
|
status: {
|
|
223
223
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
224
224
|
};
|
|
225
225
|
size: {
|
|
226
|
-
type: PropType<"mini" | "
|
|
226
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
227
227
|
};
|
|
228
228
|
long: {
|
|
229
229
|
type: BooleanConstructor;
|
|
@@ -267,16 +267,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
267
267
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
268
268
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
269
269
|
type: {
|
|
270
|
-
type: PropType<"
|
|
270
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
271
271
|
};
|
|
272
272
|
status: {
|
|
273
273
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
274
274
|
};
|
|
275
275
|
shape: {
|
|
276
|
-
type: PropType<"
|
|
276
|
+
type: PropType<"circle" | "round" | "square">;
|
|
277
277
|
};
|
|
278
278
|
size: {
|
|
279
|
-
type: PropType<"mini" | "
|
|
279
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
280
280
|
};
|
|
281
281
|
disabled: {
|
|
282
282
|
type: BooleanConstructor;
|
|
@@ -285,16 +285,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
285
|
prefixCls: string;
|
|
286
286
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
287
287
|
type: {
|
|
288
|
-
type: PropType<"
|
|
288
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
289
289
|
};
|
|
290
290
|
status: {
|
|
291
291
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
292
292
|
};
|
|
293
293
|
shape: {
|
|
294
|
-
type: PropType<"
|
|
294
|
+
type: PropType<"circle" | "round" | "square">;
|
|
295
295
|
};
|
|
296
296
|
size: {
|
|
297
|
-
type: PropType<"mini" | "
|
|
297
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
298
298
|
};
|
|
299
299
|
disabled: {
|
|
300
300
|
type: BooleanConstructor;
|
|
@@ -306,16 +306,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
306
306
|
};
|
|
307
307
|
ButtonGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
308
308
|
type: {
|
|
309
|
-
type: PropType<"
|
|
309
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
310
310
|
};
|
|
311
311
|
status: {
|
|
312
312
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
313
313
|
};
|
|
314
314
|
shape: {
|
|
315
|
-
type: PropType<"
|
|
315
|
+
type: PropType<"circle" | "round" | "square">;
|
|
316
316
|
};
|
|
317
317
|
size: {
|
|
318
|
-
type: PropType<"mini" | "
|
|
318
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
319
319
|
};
|
|
320
320
|
disabled: {
|
|
321
321
|
type: BooleanConstructor;
|
|
@@ -324,16 +324,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
324
324
|
prefixCls: string;
|
|
325
325
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
326
326
|
type: {
|
|
327
|
-
type: PropType<"
|
|
327
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
328
328
|
};
|
|
329
329
|
status: {
|
|
330
330
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
331
331
|
};
|
|
332
332
|
shape: {
|
|
333
|
-
type: PropType<"
|
|
333
|
+
type: PropType<"circle" | "round" | "square">;
|
|
334
334
|
};
|
|
335
335
|
size: {
|
|
336
|
-
type: PropType<"mini" | "
|
|
336
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
337
337
|
};
|
|
338
338
|
disabled: {
|
|
339
339
|
type: BooleanConstructor;
|
|
@@ -351,7 +351,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
351
351
|
default: boolean;
|
|
352
352
|
};
|
|
353
353
|
trigger: {
|
|
354
|
-
type: PropType<"
|
|
354
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
355
355
|
default: string;
|
|
356
356
|
};
|
|
357
357
|
position: {
|
|
@@ -387,7 +387,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
387
387
|
default: boolean;
|
|
388
388
|
};
|
|
389
389
|
trigger: {
|
|
390
|
-
type: PropType<"
|
|
390
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
391
391
|
default: string;
|
|
392
392
|
};
|
|
393
393
|
position: {
|
|
@@ -406,13 +406,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
default: boolean;
|
|
407
407
|
};
|
|
408
408
|
}>> & Readonly<{
|
|
409
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
409
410
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
410
411
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
411
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
412
412
|
}>, {
|
|
413
413
|
popupVisible: boolean;
|
|
414
414
|
defaultPopupVisible: boolean;
|
|
415
|
-
trigger: "
|
|
415
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
416
416
|
position: import("./interface").DropdownPosition;
|
|
417
417
|
popupMaxHeight: number | boolean;
|
|
418
418
|
hideOnSelect: boolean;
|
|
@@ -428,11 +428,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
428
428
|
default: boolean;
|
|
429
429
|
};
|
|
430
430
|
trigger: {
|
|
431
|
-
type: PropType<"
|
|
431
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
432
432
|
default: string;
|
|
433
433
|
};
|
|
434
434
|
position: {
|
|
435
|
-
type: PropType<"
|
|
435
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
436
436
|
default: string;
|
|
437
437
|
};
|
|
438
438
|
disabled: {
|
|
@@ -475,13 +475,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
475
475
|
default: boolean;
|
|
476
476
|
};
|
|
477
477
|
contentClass: {
|
|
478
|
-
type: (
|
|
478
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
479
479
|
};
|
|
480
480
|
contentStyle: {
|
|
481
481
|
type: PropType<import("vue").CSSProperties>;
|
|
482
482
|
};
|
|
483
483
|
arrowClass: {
|
|
484
|
-
type: (
|
|
484
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
485
485
|
};
|
|
486
486
|
arrowStyle: {
|
|
487
487
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -539,7 +539,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
539
539
|
default: boolean;
|
|
540
540
|
};
|
|
541
541
|
openedClass: {
|
|
542
|
-
type: (
|
|
542
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
543
543
|
};
|
|
544
544
|
autoFitPosition: {
|
|
545
545
|
type: BooleanConstructor;
|
|
@@ -574,11 +574,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
574
574
|
hide: () => true;
|
|
575
575
|
resize: () => true;
|
|
576
576
|
}, import("vue").PublicProps, {
|
|
577
|
+
disabled: boolean;
|
|
577
578
|
popupVisible: boolean;
|
|
578
579
|
defaultPopupVisible: boolean;
|
|
579
|
-
trigger: "
|
|
580
|
-
position: "
|
|
581
|
-
disabled: boolean;
|
|
580
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
581
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
582
582
|
popupOffset: number;
|
|
583
583
|
showArrow: boolean;
|
|
584
584
|
alignPoint: boolean;
|
|
@@ -619,11 +619,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
619
619
|
default: boolean;
|
|
620
620
|
};
|
|
621
621
|
trigger: {
|
|
622
|
-
type: PropType<"
|
|
622
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
623
623
|
default: string;
|
|
624
624
|
};
|
|
625
625
|
position: {
|
|
626
|
-
type: PropType<"
|
|
626
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
627
627
|
default: string;
|
|
628
628
|
};
|
|
629
629
|
disabled: {
|
|
@@ -666,13 +666,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
666
666
|
default: boolean;
|
|
667
667
|
};
|
|
668
668
|
contentClass: {
|
|
669
|
-
type: (
|
|
669
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
670
670
|
};
|
|
671
671
|
contentStyle: {
|
|
672
672
|
type: PropType<import("vue").CSSProperties>;
|
|
673
673
|
};
|
|
674
674
|
arrowClass: {
|
|
675
|
-
type: (
|
|
675
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
676
676
|
};
|
|
677
677
|
arrowStyle: {
|
|
678
678
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -730,7 +730,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
730
730
|
default: boolean;
|
|
731
731
|
};
|
|
732
732
|
openedClass: {
|
|
733
|
-
type: (
|
|
733
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
734
734
|
};
|
|
735
735
|
autoFitPosition: {
|
|
736
736
|
type: BooleanConstructor;
|
|
@@ -759,11 +759,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
759
759
|
onHide?: (() => any) | undefined;
|
|
760
760
|
onResize?: (() => any) | undefined;
|
|
761
761
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
762
|
+
disabled: boolean;
|
|
762
763
|
popupVisible: boolean;
|
|
763
764
|
defaultPopupVisible: boolean;
|
|
764
|
-
trigger: "
|
|
765
|
-
position: "
|
|
766
|
-
disabled: boolean;
|
|
765
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
766
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
767
767
|
popupOffset: number;
|
|
768
768
|
showArrow: boolean;
|
|
769
769
|
alignPoint: boolean;
|
|
@@ -801,11 +801,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
801
801
|
default: boolean;
|
|
802
802
|
};
|
|
803
803
|
trigger: {
|
|
804
|
-
type: PropType<"
|
|
804
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
805
805
|
default: string;
|
|
806
806
|
};
|
|
807
807
|
position: {
|
|
808
|
-
type: PropType<"
|
|
808
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
809
809
|
default: string;
|
|
810
810
|
};
|
|
811
811
|
disabled: {
|
|
@@ -848,13 +848,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
848
848
|
default: boolean;
|
|
849
849
|
};
|
|
850
850
|
contentClass: {
|
|
851
|
-
type: (
|
|
851
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
852
852
|
};
|
|
853
853
|
contentStyle: {
|
|
854
854
|
type: PropType<import("vue").CSSProperties>;
|
|
855
855
|
};
|
|
856
856
|
arrowClass: {
|
|
857
|
-
type: (
|
|
857
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
858
858
|
};
|
|
859
859
|
arrowStyle: {
|
|
860
860
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -912,7 +912,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
912
912
|
default: boolean;
|
|
913
913
|
};
|
|
914
914
|
openedClass: {
|
|
915
|
-
type: (
|
|
915
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
916
916
|
};
|
|
917
917
|
autoFitPosition: {
|
|
918
918
|
type: BooleanConstructor;
|
|
@@ -947,11 +947,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
947
947
|
hide: () => true;
|
|
948
948
|
resize: () => true;
|
|
949
949
|
}, string, {
|
|
950
|
+
disabled: boolean;
|
|
950
951
|
popupVisible: boolean;
|
|
951
952
|
defaultPopupVisible: boolean;
|
|
952
|
-
trigger: "
|
|
953
|
-
position: "
|
|
954
|
-
disabled: boolean;
|
|
953
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
954
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
955
955
|
popupOffset: number;
|
|
956
956
|
showArrow: boolean;
|
|
957
957
|
alignPoint: boolean;
|
|
@@ -1038,7 +1038,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1038
1038
|
type: PropType<"embed" | "track">;
|
|
1039
1039
|
default: string;
|
|
1040
1040
|
};
|
|
1041
|
-
outerClass: (
|
|
1041
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1042
1042
|
outerStyle: {
|
|
1043
1043
|
type: PropType<import("vue").StyleValue>;
|
|
1044
1044
|
};
|
|
@@ -1082,8 +1082,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1082
1082
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1083
1083
|
scroll: (ev: Event) => true;
|
|
1084
1084
|
}, import("vue").PublicProps, {
|
|
1085
|
-
hide: boolean;
|
|
1086
1085
|
type: "embed" | "track";
|
|
1086
|
+
hide: boolean;
|
|
1087
1087
|
disableHorizontal: boolean;
|
|
1088
1088
|
disableVertical: boolean;
|
|
1089
1089
|
}, true, {}, {}, {
|
|
@@ -1163,7 +1163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1163
1163
|
type: PropType<"embed" | "track">;
|
|
1164
1164
|
default: string;
|
|
1165
1165
|
};
|
|
1166
|
-
outerClass: (
|
|
1166
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1167
1167
|
outerStyle: {
|
|
1168
1168
|
type: PropType<import("vue").StyleValue>;
|
|
1169
1169
|
};
|
|
@@ -1205,8 +1205,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1205
1205
|
scrollTop(top: number): void;
|
|
1206
1206
|
scrollLeft(left: number): void;
|
|
1207
1207
|
}, {
|
|
1208
|
-
hide: boolean;
|
|
1209
1208
|
type: "embed" | "track";
|
|
1209
|
+
hide: boolean;
|
|
1210
1210
|
disableHorizontal: boolean;
|
|
1211
1211
|
disableVertical: boolean;
|
|
1212
1212
|
}>;
|
|
@@ -1218,7 +1218,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1218
1218
|
type: PropType<"embed" | "track">;
|
|
1219
1219
|
default: string;
|
|
1220
1220
|
};
|
|
1221
|
-
outerClass: (
|
|
1221
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1222
1222
|
outerStyle: {
|
|
1223
1223
|
type: PropType<import("vue").StyleValue>;
|
|
1224
1224
|
};
|
|
@@ -1262,8 +1262,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1262
1262
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1263
1263
|
scroll: (ev: Event) => true;
|
|
1264
1264
|
}, string, {
|
|
1265
|
-
hide: boolean;
|
|
1266
1265
|
type: "embed" | "track";
|
|
1266
|
+
hide: boolean;
|
|
1267
1267
|
disableHorizontal: boolean;
|
|
1268
1268
|
disableVertical: boolean;
|
|
1269
1269
|
}, {}, string, {}, {
|
|
@@ -1342,9 +1342,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1342
1342
|
type: BooleanConstructor;
|
|
1343
1343
|
default: boolean;
|
|
1344
1344
|
};
|
|
1345
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1345
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1346
1346
|
[key: string]: any;
|
|
1347
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1347
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1348
1348
|
inConfigProvider: boolean;
|
|
1349
1349
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1350
1350
|
P: {};
|
|
@@ -1360,9 +1360,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1360
1360
|
type: BooleanConstructor;
|
|
1361
1361
|
default: boolean;
|
|
1362
1362
|
};
|
|
1363
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1363
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1364
1364
|
[key: string]: any;
|
|
1365
|
-
}>[], {}, {}, {}, {
|
|
1365
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1366
1366
|
inConfigProvider: boolean;
|
|
1367
1367
|
}>;
|
|
1368
1368
|
__isFragment?: undefined;
|
|
@@ -1375,9 +1375,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1375
1375
|
type: BooleanConstructor;
|
|
1376
1376
|
default: boolean;
|
|
1377
1377
|
};
|
|
1378
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1378
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1379
1379
|
[key: string]: any;
|
|
1380
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1380
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1381
1381
|
inConfigProvider: boolean;
|
|
1382
1382
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1383
1383
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
value: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
4
4
|
};
|
|
5
5
|
disabled: {
|
|
6
6
|
type: BooleanConstructor;
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
19
19
|
click: (ev: MouseEvent) => true;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
value: {
|
|
22
|
-
type: (
|
|
22
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
23
23
|
};
|
|
24
24
|
disabled: {
|
|
25
25
|
type: BooleanConstructor;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
60
|
type: PropType<"embed" | "track">;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
-
outerClass: (
|
|
63
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
64
64
|
outerStyle: {
|
|
65
65
|
type: PropType<import("vue").StyleValue>;
|
|
66
66
|
};
|
|
@@ -104,8 +104,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
104
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
105
105
|
scroll: (ev: Event) => true;
|
|
106
106
|
}, import("vue").PublicProps, {
|
|
107
|
-
hide: boolean;
|
|
108
107
|
type: "embed" | "track";
|
|
108
|
+
hide: boolean;
|
|
109
109
|
disableHorizontal: boolean;
|
|
110
110
|
disableVertical: boolean;
|
|
111
111
|
}, true, {}, {}, {
|
|
@@ -185,7 +185,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
185
185
|
type: PropType<"embed" | "track">;
|
|
186
186
|
default: string;
|
|
187
187
|
};
|
|
188
|
-
outerClass: (
|
|
188
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
189
189
|
outerStyle: {
|
|
190
190
|
type: PropType<import("vue").StyleValue>;
|
|
191
191
|
};
|
|
@@ -227,8 +227,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
227
227
|
scrollTop(top: number): void;
|
|
228
228
|
scrollLeft(left: number): void;
|
|
229
229
|
}, {
|
|
230
|
-
hide: boolean;
|
|
231
230
|
type: "embed" | "track";
|
|
231
|
+
hide: boolean;
|
|
232
232
|
disableHorizontal: boolean;
|
|
233
233
|
disableVertical: boolean;
|
|
234
234
|
}>;
|
|
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
type: PropType<"embed" | "track">;
|
|
241
241
|
default: string;
|
|
242
242
|
};
|
|
243
|
-
outerClass: (
|
|
243
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
244
244
|
outerStyle: {
|
|
245
245
|
type: PropType<import("vue").StyleValue>;
|
|
246
246
|
};
|
|
@@ -284,8 +284,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
284
284
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
285
285
|
scroll: (ev: Event) => true;
|
|
286
286
|
}, string, {
|
|
287
|
-
hide: boolean;
|
|
288
287
|
type: "embed" | "track";
|
|
288
|
+
hide: boolean;
|
|
289
289
|
disableHorizontal: boolean;
|
|
290
290
|
disableVertical: boolean;
|
|
291
291
|
}, {}, string, {}, {
|
|
@@ -364,9 +364,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
364
364
|
type: BooleanConstructor;
|
|
365
365
|
default: boolean;
|
|
366
366
|
};
|
|
367
|
-
}>> & Readonly<{}>, () => import("vue
|
|
367
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
368
368
|
[key: string]: any;
|
|
369
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
369
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
370
370
|
inConfigProvider: boolean;
|
|
371
371
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
372
372
|
P: {};
|
|
@@ -382,9 +382,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
382
382
|
type: BooleanConstructor;
|
|
383
383
|
default: boolean;
|
|
384
384
|
};
|
|
385
|
-
}>> & Readonly<{}>, () => import("vue
|
|
385
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
386
386
|
[key: string]: any;
|
|
387
|
-
}>[], {}, {}, {}, {
|
|
387
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
388
388
|
inConfigProvider: boolean;
|
|
389
389
|
}>;
|
|
390
390
|
__isFragment?: undefined;
|
|
@@ -397,9 +397,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
397
397
|
type: BooleanConstructor;
|
|
398
398
|
default: boolean;
|
|
399
399
|
};
|
|
400
|
-
}>> & Readonly<{}>, () => import("vue
|
|
400
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
401
401
|
[key: string]: any;
|
|
402
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
402
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
403
403
|
inConfigProvider: boolean;
|
|
404
404
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
405
405
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|