@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/select/option.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { PropType } from 'vue';
|
|
|
2
2
|
import type { TagProps } from '../tag';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
value: {
|
|
5
|
-
type: (
|
|
5
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
6
6
|
default: undefined;
|
|
7
7
|
};
|
|
8
8
|
label: StringConstructor;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
handleMouseLeave: () => void;
|
|
33
33
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
value: {
|
|
35
|
-
type: (
|
|
35
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
36
36
|
default: undefined;
|
|
37
37
|
};
|
|
38
38
|
label: StringConstructor;
|
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
default: boolean;
|
|
64
64
|
};
|
|
65
65
|
value: {
|
|
66
|
-
type: (
|
|
66
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
67
67
|
};
|
|
68
68
|
disabled: {
|
|
69
69
|
type: BooleanConstructor;
|
|
@@ -96,7 +96,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
type: StringConstructor;
|
|
97
97
|
};
|
|
98
98
|
size: {
|
|
99
|
-
type: PropType<"mini" | "
|
|
99
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
100
100
|
default: string;
|
|
101
101
|
};
|
|
102
102
|
disabled: {
|
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
110
|
type: StringConstructor;
|
|
111
111
|
};
|
|
112
112
|
size: {
|
|
113
|
-
type: PropType<"mini" | "
|
|
113
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
116
|
disabled: {
|
|
@@ -118,8 +118,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
120
|
}>> & Readonly<{}>, {
|
|
121
|
+
size: "mini" | "small" | "medium" | "large";
|
|
121
122
|
disabled: boolean;
|
|
122
|
-
size: "mini" | "medium" | "large" | "small";
|
|
123
123
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
124
124
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
125
125
|
P: {};
|
|
@@ -138,7 +138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
138
138
|
default: boolean;
|
|
139
139
|
};
|
|
140
140
|
value: {
|
|
141
|
-
type: (
|
|
141
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
142
142
|
};
|
|
143
143
|
disabled: {
|
|
144
144
|
type: BooleanConstructor;
|
|
@@ -175,7 +175,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
175
175
|
default: boolean;
|
|
176
176
|
};
|
|
177
177
|
value: {
|
|
178
|
-
type: (
|
|
178
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
179
179
|
};
|
|
180
180
|
disabled: {
|
|
181
181
|
type: BooleanConstructor;
|
|
@@ -208,7 +208,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
208
|
type: StringConstructor;
|
|
209
209
|
};
|
|
210
210
|
size: {
|
|
211
|
-
type: PropType<"mini" | "
|
|
211
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
212
212
|
default: string;
|
|
213
213
|
};
|
|
214
214
|
disabled: {
|
|
@@ -222,7 +222,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
222
|
type: StringConstructor;
|
|
223
223
|
};
|
|
224
224
|
size: {
|
|
225
|
-
type: PropType<"mini" | "
|
|
225
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
226
226
|
default: string;
|
|
227
227
|
};
|
|
228
228
|
disabled: {
|
|
@@ -230,8 +230,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
230
230
|
default: boolean;
|
|
231
231
|
};
|
|
232
232
|
}>> & Readonly<{}>, {
|
|
233
|
+
size: "mini" | "small" | "medium" | "large";
|
|
233
234
|
disabled: boolean;
|
|
234
|
-
size: "mini" | "medium" | "large" | "small";
|
|
235
235
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
236
236
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
237
237
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
84
|
type: PropType<"embed" | "track">;
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
|
-
outerClass: (
|
|
87
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
88
88
|
outerStyle: {
|
|
89
89
|
type: PropType<import("vue").StyleValue>;
|
|
90
90
|
};
|
|
@@ -128,8 +128,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
128
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
129
129
|
scroll: (ev: Event) => true;
|
|
130
130
|
}, import("vue").PublicProps, {
|
|
131
|
-
hide: boolean;
|
|
132
131
|
type: "embed" | "track";
|
|
132
|
+
hide: boolean;
|
|
133
133
|
disableHorizontal: boolean;
|
|
134
134
|
disableVertical: boolean;
|
|
135
135
|
}, true, {}, {}, {
|
|
@@ -209,7 +209,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
209
209
|
type: PropType<"embed" | "track">;
|
|
210
210
|
default: string;
|
|
211
211
|
};
|
|
212
|
-
outerClass: (
|
|
212
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
213
213
|
outerStyle: {
|
|
214
214
|
type: PropType<import("vue").StyleValue>;
|
|
215
215
|
};
|
|
@@ -251,8 +251,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
251
251
|
scrollTop(top: number): void;
|
|
252
252
|
scrollLeft(left: number): void;
|
|
253
253
|
}, {
|
|
254
|
-
hide: boolean;
|
|
255
254
|
type: "embed" | "track";
|
|
255
|
+
hide: boolean;
|
|
256
256
|
disableHorizontal: boolean;
|
|
257
257
|
disableVertical: boolean;
|
|
258
258
|
}>;
|
|
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
264
264
|
type: PropType<"embed" | "track">;
|
|
265
265
|
default: string;
|
|
266
266
|
};
|
|
267
|
-
outerClass: (
|
|
267
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
268
268
|
outerStyle: {
|
|
269
269
|
type: PropType<import("vue").StyleValue>;
|
|
270
270
|
};
|
|
@@ -308,8 +308,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
308
308
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
309
309
|
scroll: (ev: Event) => true;
|
|
310
310
|
}, string, {
|
|
311
|
-
hide: boolean;
|
|
312
311
|
type: "embed" | "track";
|
|
312
|
+
hide: boolean;
|
|
313
313
|
disableHorizontal: boolean;
|
|
314
314
|
disableVertical: boolean;
|
|
315
315
|
}, {}, string, {}, {
|
|
@@ -388,9 +388,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
388
388
|
type: BooleanConstructor;
|
|
389
389
|
default: boolean;
|
|
390
390
|
};
|
|
391
|
-
}>> & Readonly<{}>, () => import("vue
|
|
391
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
392
392
|
[key: string]: any;
|
|
393
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
393
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
394
394
|
inConfigProvider: boolean;
|
|
395
395
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
396
396
|
P: {};
|
|
@@ -406,9 +406,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
406
406
|
type: BooleanConstructor;
|
|
407
407
|
default: boolean;
|
|
408
408
|
};
|
|
409
|
-
}>> & Readonly<{}>, () => import("vue
|
|
409
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
410
410
|
[key: string]: any;
|
|
411
|
-
}>[], {}, {}, {}, {
|
|
411
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
412
412
|
inConfigProvider: boolean;
|
|
413
413
|
}>;
|
|
414
414
|
__isFragment?: undefined;
|
|
@@ -421,9 +421,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
421
421
|
type: BooleanConstructor;
|
|
422
422
|
default: boolean;
|
|
423
423
|
};
|
|
424
|
-
}>> & Readonly<{}>, () => import("vue
|
|
424
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
425
425
|
[key: string]: any;
|
|
426
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
426
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
427
427
|
inConfigProvider: boolean;
|
|
428
428
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
429
429
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
package/es/select/select.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
size: {
|
|
29
|
-
type: PropType<"mini" | "
|
|
29
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
30
30
|
};
|
|
31
31
|
placeholder: StringConstructor;
|
|
32
32
|
loading: {
|
|
@@ -172,7 +172,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
174
|
size: {
|
|
175
|
-
type: PropType<"mini" | "
|
|
175
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
176
176
|
};
|
|
177
177
|
placeholder: StringConstructor;
|
|
178
178
|
loading: {
|
|
@@ -285,29 +285,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
285
|
default: boolean;
|
|
286
286
|
};
|
|
287
287
|
}>> & Readonly<{
|
|
288
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
289
|
-
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
290
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
291
288
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
292
289
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
293
290
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
291
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
294
292
|
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
293
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
294
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
295
295
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
296
296
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
297
297
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
298
298
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
299
299
|
onExceedLimit?: ((value: string | number | boolean | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
300
300
|
}>, {
|
|
301
|
-
popupVisible: boolean;
|
|
302
|
-
defaultPopupVisible: boolean;
|
|
303
301
|
disabled: boolean;
|
|
304
|
-
unmountOnClose: boolean;
|
|
305
|
-
scrollbar: boolean | ScrollbarProps;
|
|
306
|
-
multiple: boolean;
|
|
307
302
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
308
303
|
error: boolean;
|
|
309
304
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
310
305
|
allowClear: boolean;
|
|
306
|
+
popupVisible: boolean;
|
|
307
|
+
defaultPopupVisible: boolean;
|
|
308
|
+
unmountOnClose: boolean;
|
|
309
|
+
scrollbar: boolean | ScrollbarProps;
|
|
310
|
+
multiple: boolean;
|
|
311
311
|
loading: boolean;
|
|
312
312
|
bordered: boolean;
|
|
313
313
|
allowCreate: boolean;
|
|
@@ -339,11 +339,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
339
339
|
default: boolean;
|
|
340
340
|
};
|
|
341
341
|
trigger: {
|
|
342
|
-
type: PropType<"
|
|
342
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
343
343
|
default: string;
|
|
344
344
|
};
|
|
345
345
|
position: {
|
|
346
|
-
type: PropType<"
|
|
346
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
347
347
|
default: string;
|
|
348
348
|
};
|
|
349
349
|
disabled: {
|
|
@@ -386,13 +386,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
386
386
|
default: boolean;
|
|
387
387
|
};
|
|
388
388
|
contentClass: {
|
|
389
|
-
type: (
|
|
389
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
390
390
|
};
|
|
391
391
|
contentStyle: {
|
|
392
392
|
type: PropType<import("vue").CSSProperties>;
|
|
393
393
|
};
|
|
394
394
|
arrowClass: {
|
|
395
|
-
type: (
|
|
395
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
396
396
|
};
|
|
397
397
|
arrowStyle: {
|
|
398
398
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -450,7 +450,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
450
450
|
default: boolean;
|
|
451
451
|
};
|
|
452
452
|
openedClass: {
|
|
453
|
-
type: (
|
|
453
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
454
454
|
};
|
|
455
455
|
autoFitPosition: {
|
|
456
456
|
type: BooleanConstructor;
|
|
@@ -485,11 +485,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
485
485
|
hide: () => true;
|
|
486
486
|
resize: () => true;
|
|
487
487
|
}, import("vue").PublicProps, {
|
|
488
|
+
disabled: boolean;
|
|
488
489
|
popupVisible: boolean;
|
|
489
490
|
defaultPopupVisible: boolean;
|
|
490
|
-
trigger: "
|
|
491
|
-
position: "
|
|
492
|
-
disabled: boolean;
|
|
491
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
492
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
493
493
|
popupOffset: number;
|
|
494
494
|
showArrow: boolean;
|
|
495
495
|
alignPoint: boolean;
|
|
@@ -530,11 +530,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
530
530
|
default: boolean;
|
|
531
531
|
};
|
|
532
532
|
trigger: {
|
|
533
|
-
type: PropType<"
|
|
533
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
534
534
|
default: string;
|
|
535
535
|
};
|
|
536
536
|
position: {
|
|
537
|
-
type: PropType<"
|
|
537
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
538
538
|
default: string;
|
|
539
539
|
};
|
|
540
540
|
disabled: {
|
|
@@ -577,13 +577,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
577
577
|
default: boolean;
|
|
578
578
|
};
|
|
579
579
|
contentClass: {
|
|
580
|
-
type: (
|
|
580
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
581
581
|
};
|
|
582
582
|
contentStyle: {
|
|
583
583
|
type: PropType<import("vue").CSSProperties>;
|
|
584
584
|
};
|
|
585
585
|
arrowClass: {
|
|
586
|
-
type: (
|
|
586
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
587
587
|
};
|
|
588
588
|
arrowStyle: {
|
|
589
589
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -641,7 +641,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
641
641
|
default: boolean;
|
|
642
642
|
};
|
|
643
643
|
openedClass: {
|
|
644
|
-
type: (
|
|
644
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
645
645
|
};
|
|
646
646
|
autoFitPosition: {
|
|
647
647
|
type: BooleanConstructor;
|
|
@@ -670,11 +670,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
670
670
|
onHide?: (() => any) | undefined;
|
|
671
671
|
onResize?: (() => any) | undefined;
|
|
672
672
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
673
|
+
disabled: boolean;
|
|
673
674
|
popupVisible: boolean;
|
|
674
675
|
defaultPopupVisible: boolean;
|
|
675
|
-
trigger: "
|
|
676
|
-
position: "
|
|
677
|
-
disabled: boolean;
|
|
676
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
677
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
678
678
|
popupOffset: number;
|
|
679
679
|
showArrow: boolean;
|
|
680
680
|
alignPoint: boolean;
|
|
@@ -712,11 +712,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
712
712
|
default: boolean;
|
|
713
713
|
};
|
|
714
714
|
trigger: {
|
|
715
|
-
type: PropType<"
|
|
715
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
716
716
|
default: string;
|
|
717
717
|
};
|
|
718
718
|
position: {
|
|
719
|
-
type: PropType<"
|
|
719
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
720
720
|
default: string;
|
|
721
721
|
};
|
|
722
722
|
disabled: {
|
|
@@ -759,13 +759,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
759
759
|
default: boolean;
|
|
760
760
|
};
|
|
761
761
|
contentClass: {
|
|
762
|
-
type: (
|
|
762
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
763
763
|
};
|
|
764
764
|
contentStyle: {
|
|
765
765
|
type: PropType<import("vue").CSSProperties>;
|
|
766
766
|
};
|
|
767
767
|
arrowClass: {
|
|
768
|
-
type: (
|
|
768
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
769
769
|
};
|
|
770
770
|
arrowStyle: {
|
|
771
771
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -823,7 +823,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
823
823
|
default: boolean;
|
|
824
824
|
};
|
|
825
825
|
openedClass: {
|
|
826
|
-
type: (
|
|
826
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
827
827
|
};
|
|
828
828
|
autoFitPosition: {
|
|
829
829
|
type: BooleanConstructor;
|
|
@@ -858,11 +858,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
858
858
|
hide: () => true;
|
|
859
859
|
resize: () => true;
|
|
860
860
|
}, string, {
|
|
861
|
+
disabled: boolean;
|
|
861
862
|
popupVisible: boolean;
|
|
862
863
|
defaultPopupVisible: boolean;
|
|
863
|
-
trigger: "
|
|
864
|
-
position: "
|
|
865
|
-
disabled: boolean;
|
|
864
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
865
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
866
866
|
popupOffset: number;
|
|
867
867
|
showArrow: boolean;
|
|
868
868
|
alignPoint: boolean;
|
|
@@ -913,7 +913,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
913
913
|
default: boolean;
|
|
914
914
|
};
|
|
915
915
|
size: {
|
|
916
|
-
type: PropType<"mini" | "
|
|
916
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
917
917
|
};
|
|
918
918
|
bordered: {
|
|
919
919
|
type: BooleanConstructor;
|
|
@@ -955,7 +955,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
955
955
|
}, {}, {}, {
|
|
956
956
|
focus(): void;
|
|
957
957
|
blur(): void;
|
|
958
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "
|
|
958
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
959
959
|
modelValue: {
|
|
960
960
|
type: PropType<SelectViewValue[]>;
|
|
961
961
|
required: true;
|
|
@@ -979,7 +979,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
979
979
|
default: boolean;
|
|
980
980
|
};
|
|
981
981
|
size: {
|
|
982
|
-
type: PropType<"mini" | "
|
|
982
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
983
983
|
};
|
|
984
984
|
bordered: {
|
|
985
985
|
type: BooleanConstructor;
|
|
@@ -1020,10 +1020,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1020
1020
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1021
1021
|
}>, {
|
|
1022
1022
|
disabled: boolean;
|
|
1023
|
-
multiple: boolean;
|
|
1024
1023
|
retainInputValue: boolean;
|
|
1025
1024
|
error: boolean;
|
|
1026
1025
|
allowClear: boolean;
|
|
1026
|
+
multiple: boolean;
|
|
1027
1027
|
loading: boolean;
|
|
1028
1028
|
opened: boolean;
|
|
1029
1029
|
bordered: boolean;
|