@geelato/web-vue 2.57.1 → 2.58.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arco-vue.js +891 -536
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1648 -1546
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +39 -8
- package/dist/arco.min.css +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/_utils/array.d.ts +1 -1
- package/es/_utils/array.js +18 -1
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/index.d.ts +9 -9
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +33 -9
- package/es/drawer/drawer.js +61 -6
- package/es/drawer/index.d.ts +64 -19
- package/es/drawer/style/index.css +10 -0
- package/es/drawer/style/index.less +12 -0
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +39 -8
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +18 -18
- package/es/input-number/input-number.d.ts +8 -8
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +49 -19
- package/es/modal/modal.d.ts +24 -9
- package/es/modal/modal.js +23 -6
- package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
- package/es/modal/style/index.css +7 -1
- package/es/modal/style/index.less +8 -1
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +18 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +96 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +18 -18
- package/es/slider/slider.d.ts +47 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/context.d.ts +3 -0
- package/es/table/hooks/use-row-selection.js +5 -3
- package/es/table/index.d.ts +24 -24
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +22 -7
- package/es/table/style/index.less +25 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-operation-td.js +6 -6
- package/es/table/table-operation-th.js +19 -7
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +2 -2
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +184 -34
- package/es/table/utils.d.ts +1 -1
- package/es/table/utils.js +9 -5
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +2116 -2116
- package/json/vetur-tags.json +757 -757
- package/json/web-types.json +4117 -4117
- package/lib/_utils/array.js +18 -1
- package/lib/drawer/drawer.js +63 -8
- package/lib/drawer/style/index.css +10 -0
- package/lib/drawer/style/index.less +12 -0
- package/lib/index.css +39 -8
- package/lib/modal/modal.js +23 -6
- package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
- package/lib/modal/style/index.css +7 -1
- package/lib/modal/style/index.less +8 -1
- package/lib/table/hooks/use-row-selection.js +5 -3
- package/lib/table/style/index.css +22 -7
- package/lib/table/style/index.less +25 -8
- package/lib/table/table-operation-td.js +6 -6
- package/lib/table/table-operation-th.js +19 -7
- package/lib/table/table-td.js +2 -2
- package/lib/table/table.js +183 -33
- package/lib/table/utils.js +9 -5
- package/package.json +25 -24
- package/LICENSE +0 -21
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
size: {
|
|
68
|
-
type: PropType<"mini" | "
|
|
68
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
69
69
|
};
|
|
70
70
|
placeholder: StringConstructor;
|
|
71
71
|
loading: {
|
|
@@ -178,13 +178,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
178
178
|
default: boolean;
|
|
179
179
|
};
|
|
180
180
|
}>> & Readonly<{
|
|
181
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
182
|
+
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
181
183
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
182
184
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
183
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
184
185
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
185
186
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
186
187
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
187
|
-
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
188
188
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
189
189
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
190
190
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
@@ -204,16 +204,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
204
|
dropdownReachBottom: (ev: Event) => true;
|
|
205
205
|
exceedLimit: (value: string | number | boolean | Record<string, any> | undefined, ev: Event) => true;
|
|
206
206
|
}, import("vue").PublicProps, {
|
|
207
|
+
disabled: boolean;
|
|
208
|
+
error: boolean;
|
|
209
|
+
allowClear: boolean;
|
|
210
|
+
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
207
211
|
popupVisible: boolean;
|
|
208
212
|
defaultPopupVisible: boolean;
|
|
209
|
-
disabled: boolean;
|
|
210
213
|
unmountOnClose: boolean;
|
|
211
214
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
212
215
|
multiple: boolean;
|
|
213
216
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
214
|
-
error: boolean;
|
|
215
|
-
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
216
|
-
allowClear: boolean;
|
|
217
217
|
loading: boolean;
|
|
218
218
|
bordered: boolean;
|
|
219
219
|
allowCreate: boolean;
|
|
@@ -225,14 +225,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
225
225
|
defaultInputValue: string;
|
|
226
226
|
filterOption: boolean | ((inputValue: string, option: import("../select").SelectOptionData) => boolean);
|
|
227
227
|
options: (string | number | boolean | import("../select").SelectOptionData | import("../select").SelectOptionGroup)[];
|
|
228
|
-
|
|
228
|
+
showExtraOptions: boolean;
|
|
229
229
|
valueKey: string;
|
|
230
230
|
defaultActiveFirstOption: boolean;
|
|
231
|
-
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("../select").SelectOptionData);
|
|
232
|
-
showExtraOptions: boolean;
|
|
233
|
-
limit: number;
|
|
234
231
|
showHeaderOnEmpty: boolean;
|
|
235
232
|
showFooterOnEmpty: boolean;
|
|
233
|
+
searchDelay: number;
|
|
234
|
+
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("../select").SelectOptionData);
|
|
235
|
+
limit: number;
|
|
236
236
|
}, true, {}, {}, {
|
|
237
237
|
Trigger: {
|
|
238
238
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -292,13 +292,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
292
292
|
default: boolean;
|
|
293
293
|
};
|
|
294
294
|
contentClass: {
|
|
295
|
-
type: (
|
|
295
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
296
296
|
};
|
|
297
297
|
contentStyle: {
|
|
298
298
|
type: PropType<import("vue").CSSProperties>;
|
|
299
299
|
};
|
|
300
300
|
arrowClass: {
|
|
301
|
-
type: (
|
|
301
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
302
302
|
};
|
|
303
303
|
arrowStyle: {
|
|
304
304
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -356,7 +356,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
356
356
|
default: boolean;
|
|
357
357
|
};
|
|
358
358
|
openedClass: {
|
|
359
|
-
type: (
|
|
359
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
360
360
|
};
|
|
361
361
|
autoFitPosition: {
|
|
362
362
|
type: BooleanConstructor;
|
|
@@ -391,11 +391,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
391
391
|
hide: () => true;
|
|
392
392
|
resize: () => true;
|
|
393
393
|
}, import("vue").PublicProps, {
|
|
394
|
+
disabled: boolean;
|
|
394
395
|
popupVisible: boolean;
|
|
395
396
|
defaultPopupVisible: boolean;
|
|
396
397
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
397
398
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
398
|
-
disabled: boolean;
|
|
399
399
|
popupOffset: number;
|
|
400
400
|
showArrow: boolean;
|
|
401
401
|
alignPoint: boolean;
|
|
@@ -483,13 +483,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
483
483
|
default: boolean;
|
|
484
484
|
};
|
|
485
485
|
contentClass: {
|
|
486
|
-
type: (
|
|
486
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
487
487
|
};
|
|
488
488
|
contentStyle: {
|
|
489
489
|
type: PropType<import("vue").CSSProperties>;
|
|
490
490
|
};
|
|
491
491
|
arrowClass: {
|
|
492
|
-
type: (
|
|
492
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
493
493
|
};
|
|
494
494
|
arrowStyle: {
|
|
495
495
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -547,7 +547,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
547
547
|
default: boolean;
|
|
548
548
|
};
|
|
549
549
|
openedClass: {
|
|
550
|
-
type: (
|
|
550
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
551
551
|
};
|
|
552
552
|
autoFitPosition: {
|
|
553
553
|
type: BooleanConstructor;
|
|
@@ -576,11 +576,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
576
576
|
onHide?: (() => any) | undefined;
|
|
577
577
|
onResize?: (() => any) | undefined;
|
|
578
578
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
579
|
+
disabled: boolean;
|
|
579
580
|
popupVisible: boolean;
|
|
580
581
|
defaultPopupVisible: boolean;
|
|
581
582
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
582
583
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
583
|
-
disabled: boolean;
|
|
584
584
|
popupOffset: number;
|
|
585
585
|
showArrow: boolean;
|
|
586
586
|
alignPoint: boolean;
|
|
@@ -665,13 +665,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
665
665
|
default: boolean;
|
|
666
666
|
};
|
|
667
667
|
contentClass: {
|
|
668
|
-
type: (
|
|
668
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
669
669
|
};
|
|
670
670
|
contentStyle: {
|
|
671
671
|
type: PropType<import("vue").CSSProperties>;
|
|
672
672
|
};
|
|
673
673
|
arrowClass: {
|
|
674
|
-
type: (
|
|
674
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
675
675
|
};
|
|
676
676
|
arrowStyle: {
|
|
677
677
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -729,7 +729,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
729
729
|
default: boolean;
|
|
730
730
|
};
|
|
731
731
|
openedClass: {
|
|
732
|
-
type: (
|
|
732
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
733
733
|
};
|
|
734
734
|
autoFitPosition: {
|
|
735
735
|
type: BooleanConstructor;
|
|
@@ -764,11 +764,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
764
764
|
hide: () => true;
|
|
765
765
|
resize: () => true;
|
|
766
766
|
}, string, {
|
|
767
|
+
disabled: boolean;
|
|
767
768
|
popupVisible: boolean;
|
|
768
769
|
defaultPopupVisible: boolean;
|
|
769
770
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
770
771
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
771
|
-
disabled: boolean;
|
|
772
772
|
popupOffset: number;
|
|
773
773
|
showArrow: boolean;
|
|
774
774
|
alignPoint: boolean;
|
|
@@ -819,7 +819,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
819
819
|
default: boolean;
|
|
820
820
|
};
|
|
821
821
|
size: {
|
|
822
|
-
type: PropType<"mini" | "
|
|
822
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
823
823
|
};
|
|
824
824
|
bordered: {
|
|
825
825
|
type: BooleanConstructor;
|
|
@@ -861,7 +861,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
861
861
|
}, {}, {}, {
|
|
862
862
|
focus(): void;
|
|
863
863
|
blur(): void;
|
|
864
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
864
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
865
865
|
modelValue: {
|
|
866
866
|
type: PropType<import("../_components/select-view/interface").SelectViewValue[]>;
|
|
867
867
|
required: true;
|
|
@@ -885,7 +885,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
885
885
|
default: boolean;
|
|
886
886
|
};
|
|
887
887
|
size: {
|
|
888
|
-
type: PropType<"mini" | "
|
|
888
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
889
889
|
};
|
|
890
890
|
bordered: {
|
|
891
891
|
type: BooleanConstructor;
|
|
@@ -920,16 +920,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
920
920
|
default: boolean;
|
|
921
921
|
};
|
|
922
922
|
}>> & Readonly<{
|
|
923
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
923
924
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
924
925
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
925
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
926
926
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
927
927
|
}>, {
|
|
928
928
|
disabled: boolean;
|
|
929
|
-
multiple: boolean;
|
|
930
|
-
retainInputValue: boolean;
|
|
931
929
|
error: boolean;
|
|
932
930
|
allowClear: boolean;
|
|
931
|
+
multiple: boolean;
|
|
932
|
+
retainInputValue: boolean;
|
|
933
933
|
loading: boolean;
|
|
934
934
|
opened: boolean;
|
|
935
935
|
bordered: boolean;
|
|
@@ -966,7 +966,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
966
966
|
default: string;
|
|
967
967
|
};
|
|
968
968
|
size: {
|
|
969
|
-
type: PropType<"mini" | "
|
|
969
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
970
970
|
};
|
|
971
971
|
placeholder: StringConstructor;
|
|
972
972
|
loading: {
|
|
@@ -1079,29 +1079,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1079
1079
|
default: boolean;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & Readonly<{
|
|
1082
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1083
|
+
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1082
1084
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1083
1085
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1084
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1085
1086
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
1086
1087
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1087
1088
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1088
|
-
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1089
1089
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1090
1090
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1091
1091
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
1092
1092
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
1093
1093
|
onExceedLimit?: ((value: string | number | boolean | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1094
1094
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1095
|
+
disabled: boolean;
|
|
1096
|
+
error: boolean;
|
|
1097
|
+
allowClear: boolean;
|
|
1098
|
+
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1095
1099
|
popupVisible: boolean;
|
|
1096
1100
|
defaultPopupVisible: boolean;
|
|
1097
|
-
disabled: boolean;
|
|
1098
1101
|
unmountOnClose: boolean;
|
|
1099
1102
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1100
1103
|
multiple: boolean;
|
|
1101
1104
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
1102
|
-
error: boolean;
|
|
1103
|
-
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1104
|
-
allowClear: boolean;
|
|
1105
1105
|
loading: boolean;
|
|
1106
1106
|
bordered: boolean;
|
|
1107
1107
|
allowCreate: boolean;
|
|
@@ -1113,14 +1113,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1113
1113
|
defaultInputValue: string;
|
|
1114
1114
|
filterOption: boolean | ((inputValue: string, option: import("../select").SelectOptionData) => boolean);
|
|
1115
1115
|
options: (string | number | boolean | import("../select").SelectOptionData | import("../select").SelectOptionGroup)[];
|
|
1116
|
-
|
|
1116
|
+
showExtraOptions: boolean;
|
|
1117
1117
|
valueKey: string;
|
|
1118
1118
|
defaultActiveFirstOption: boolean;
|
|
1119
|
-
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("../select").SelectOptionData);
|
|
1120
|
-
showExtraOptions: boolean;
|
|
1121
|
-
limit: number;
|
|
1122
1119
|
showHeaderOnEmpty: boolean;
|
|
1123
1120
|
showFooterOnEmpty: boolean;
|
|
1121
|
+
searchDelay: number;
|
|
1122
|
+
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("../select").SelectOptionData);
|
|
1123
|
+
limit: number;
|
|
1124
1124
|
}>;
|
|
1125
1125
|
__isFragment?: undefined;
|
|
1126
1126
|
__isTeleport?: undefined;
|
|
@@ -1146,7 +1146,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1146
1146
|
default: string;
|
|
1147
1147
|
};
|
|
1148
1148
|
size: {
|
|
1149
|
-
type: PropType<"mini" | "
|
|
1149
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1150
1150
|
};
|
|
1151
1151
|
placeholder: StringConstructor;
|
|
1152
1152
|
loading: {
|
|
@@ -1259,13 +1259,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1259
1259
|
default: boolean;
|
|
1260
1260
|
};
|
|
1261
1261
|
}>> & Readonly<{
|
|
1262
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1263
|
+
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1262
1264
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1263
1265
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1264
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1265
1266
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
1266
1267
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1267
1268
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1268
|
-
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1269
1269
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1270
1270
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1271
1271
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
@@ -1285,16 +1285,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1285
1285
|
dropdownReachBottom: (ev: Event) => true;
|
|
1286
1286
|
exceedLimit: (value: string | number | boolean | Record<string, any> | undefined, ev: Event) => true;
|
|
1287
1287
|
}, string, {
|
|
1288
|
+
disabled: boolean;
|
|
1289
|
+
error: boolean;
|
|
1290
|
+
allowClear: boolean;
|
|
1291
|
+
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1288
1292
|
popupVisible: boolean;
|
|
1289
1293
|
defaultPopupVisible: boolean;
|
|
1290
|
-
disabled: boolean;
|
|
1291
1294
|
unmountOnClose: boolean;
|
|
1292
1295
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1293
1296
|
multiple: boolean;
|
|
1294
1297
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
1295
|
-
error: boolean;
|
|
1296
|
-
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1297
|
-
allowClear: boolean;
|
|
1298
1298
|
loading: boolean;
|
|
1299
1299
|
bordered: boolean;
|
|
1300
1300
|
allowCreate: boolean;
|
|
@@ -1306,14 +1306,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1306
1306
|
defaultInputValue: string;
|
|
1307
1307
|
filterOption: boolean | ((inputValue: string, option: import("../select").SelectOptionData) => boolean);
|
|
1308
1308
|
options: (string | number | boolean | import("../select").SelectOptionData | import("../select").SelectOptionGroup)[];
|
|
1309
|
-
|
|
1309
|
+
showExtraOptions: boolean;
|
|
1310
1310
|
valueKey: string;
|
|
1311
1311
|
defaultActiveFirstOption: boolean;
|
|
1312
|
-
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("../select").SelectOptionData);
|
|
1313
|
-
showExtraOptions: boolean;
|
|
1314
|
-
limit: number;
|
|
1315
1312
|
showHeaderOnEmpty: boolean;
|
|
1316
1313
|
showFooterOnEmpty: boolean;
|
|
1314
|
+
searchDelay: number;
|
|
1315
|
+
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("../select").SelectOptionData);
|
|
1316
|
+
limit: number;
|
|
1317
1317
|
}, {}, string, {}, {
|
|
1318
1318
|
Trigger: {
|
|
1319
1319
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1373,13 +1373,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1373
1373
|
default: boolean;
|
|
1374
1374
|
};
|
|
1375
1375
|
contentClass: {
|
|
1376
|
-
type: (
|
|
1376
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1377
1377
|
};
|
|
1378
1378
|
contentStyle: {
|
|
1379
1379
|
type: PropType<import("vue").CSSProperties>;
|
|
1380
1380
|
};
|
|
1381
1381
|
arrowClass: {
|
|
1382
|
-
type: (
|
|
1382
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1383
1383
|
};
|
|
1384
1384
|
arrowStyle: {
|
|
1385
1385
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1437,7 +1437,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1437
1437
|
default: boolean;
|
|
1438
1438
|
};
|
|
1439
1439
|
openedClass: {
|
|
1440
|
-
type: (
|
|
1440
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1441
1441
|
};
|
|
1442
1442
|
autoFitPosition: {
|
|
1443
1443
|
type: BooleanConstructor;
|
|
@@ -1472,11 +1472,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1472
1472
|
hide: () => true;
|
|
1473
1473
|
resize: () => true;
|
|
1474
1474
|
}, import("vue").PublicProps, {
|
|
1475
|
+
disabled: boolean;
|
|
1475
1476
|
popupVisible: boolean;
|
|
1476
1477
|
defaultPopupVisible: boolean;
|
|
1477
1478
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1478
1479
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1479
|
-
disabled: boolean;
|
|
1480
1480
|
popupOffset: number;
|
|
1481
1481
|
showArrow: boolean;
|
|
1482
1482
|
alignPoint: boolean;
|
|
@@ -1564,13 +1564,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1564
1564
|
default: boolean;
|
|
1565
1565
|
};
|
|
1566
1566
|
contentClass: {
|
|
1567
|
-
type: (
|
|
1567
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1568
1568
|
};
|
|
1569
1569
|
contentStyle: {
|
|
1570
1570
|
type: PropType<import("vue").CSSProperties>;
|
|
1571
1571
|
};
|
|
1572
1572
|
arrowClass: {
|
|
1573
|
-
type: (
|
|
1573
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1574
1574
|
};
|
|
1575
1575
|
arrowStyle: {
|
|
1576
1576
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1628,7 +1628,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1628
1628
|
default: boolean;
|
|
1629
1629
|
};
|
|
1630
1630
|
openedClass: {
|
|
1631
|
-
type: (
|
|
1631
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1632
1632
|
};
|
|
1633
1633
|
autoFitPosition: {
|
|
1634
1634
|
type: BooleanConstructor;
|
|
@@ -1657,11 +1657,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1657
1657
|
onHide?: (() => any) | undefined;
|
|
1658
1658
|
onResize?: (() => any) | undefined;
|
|
1659
1659
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1660
|
+
disabled: boolean;
|
|
1660
1661
|
popupVisible: boolean;
|
|
1661
1662
|
defaultPopupVisible: boolean;
|
|
1662
1663
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1663
1664
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1664
|
-
disabled: boolean;
|
|
1665
1665
|
popupOffset: number;
|
|
1666
1666
|
showArrow: boolean;
|
|
1667
1667
|
alignPoint: boolean;
|
|
@@ -1746,13 +1746,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1746
1746
|
default: boolean;
|
|
1747
1747
|
};
|
|
1748
1748
|
contentClass: {
|
|
1749
|
-
type: (
|
|
1749
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1750
1750
|
};
|
|
1751
1751
|
contentStyle: {
|
|
1752
1752
|
type: PropType<import("vue").CSSProperties>;
|
|
1753
1753
|
};
|
|
1754
1754
|
arrowClass: {
|
|
1755
|
-
type: (
|
|
1755
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1756
1756
|
};
|
|
1757
1757
|
arrowStyle: {
|
|
1758
1758
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1810,7 +1810,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1810
1810
|
default: boolean;
|
|
1811
1811
|
};
|
|
1812
1812
|
openedClass: {
|
|
1813
|
-
type: (
|
|
1813
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1814
1814
|
};
|
|
1815
1815
|
autoFitPosition: {
|
|
1816
1816
|
type: BooleanConstructor;
|
|
@@ -1845,11 +1845,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1845
1845
|
hide: () => true;
|
|
1846
1846
|
resize: () => true;
|
|
1847
1847
|
}, string, {
|
|
1848
|
+
disabled: boolean;
|
|
1848
1849
|
popupVisible: boolean;
|
|
1849
1850
|
defaultPopupVisible: boolean;
|
|
1850
1851
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1851
1852
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1852
|
-
disabled: boolean;
|
|
1853
1853
|
popupOffset: number;
|
|
1854
1854
|
showArrow: boolean;
|
|
1855
1855
|
alignPoint: boolean;
|
|
@@ -1900,7 +1900,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1900
1900
|
default: boolean;
|
|
1901
1901
|
};
|
|
1902
1902
|
size: {
|
|
1903
|
-
type: PropType<"mini" | "
|
|
1903
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1904
1904
|
};
|
|
1905
1905
|
bordered: {
|
|
1906
1906
|
type: BooleanConstructor;
|
|
@@ -1942,7 +1942,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1942
1942
|
}, {}, {}, {
|
|
1943
1943
|
focus(): void;
|
|
1944
1944
|
blur(): void;
|
|
1945
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1945
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1946
1946
|
modelValue: {
|
|
1947
1947
|
type: PropType<import("../_components/select-view/interface").SelectViewValue[]>;
|
|
1948
1948
|
required: true;
|
|
@@ -1966,7 +1966,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1966
1966
|
default: boolean;
|
|
1967
1967
|
};
|
|
1968
1968
|
size: {
|
|
1969
|
-
type: PropType<"mini" | "
|
|
1969
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1970
1970
|
};
|
|
1971
1971
|
bordered: {
|
|
1972
1972
|
type: BooleanConstructor;
|
|
@@ -2001,16 +2001,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2001
2001
|
default: boolean;
|
|
2002
2002
|
};
|
|
2003
2003
|
}>> & Readonly<{
|
|
2004
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
2004
2005
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2005
2006
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2006
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
2007
2007
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
2008
2008
|
}>, {
|
|
2009
2009
|
disabled: boolean;
|
|
2010
|
-
multiple: boolean;
|
|
2011
|
-
retainInputValue: boolean;
|
|
2012
2010
|
error: boolean;
|
|
2013
2011
|
allowClear: boolean;
|
|
2012
|
+
multiple: boolean;
|
|
2013
|
+
retainInputValue: boolean;
|
|
2014
2014
|
loading: boolean;
|
|
2015
2015
|
opened: boolean;
|
|
2016
2016
|
bordered: boolean;
|
|
@@ -2022,7 +2022,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2022
2022
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2023
2023
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2024
2024
|
value: {
|
|
2025
|
-
type: (
|
|
2025
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2026
2026
|
default: undefined;
|
|
2027
2027
|
};
|
|
2028
2028
|
label: StringConstructor;
|
|
@@ -2052,7 +2052,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2052
2052
|
handleMouseLeave: () => void;
|
|
2053
2053
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2054
2054
|
value: {
|
|
2055
|
-
type: (
|
|
2055
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2056
2056
|
default: undefined;
|
|
2057
2057
|
};
|
|
2058
2058
|
label: StringConstructor;
|
|
@@ -2083,7 +2083,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2083
2083
|
default: boolean;
|
|
2084
2084
|
};
|
|
2085
2085
|
value: {
|
|
2086
|
-
type: (
|
|
2086
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2087
2087
|
};
|
|
2088
2088
|
disabled: {
|
|
2089
2089
|
type: BooleanConstructor;
|
|
@@ -2098,8 +2098,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2098
2098
|
default: boolean;
|
|
2099
2099
|
};
|
|
2100
2100
|
}>> & Readonly<{
|
|
2101
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2102
2101
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2102
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2103
2103
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2104
2104
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
2105
2105
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -2116,7 +2116,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2116
2116
|
type: StringConstructor;
|
|
2117
2117
|
};
|
|
2118
2118
|
size: {
|
|
2119
|
-
type: PropType<"mini" | "
|
|
2119
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2120
2120
|
default: string;
|
|
2121
2121
|
};
|
|
2122
2122
|
disabled: {
|
|
@@ -2130,7 +2130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2130
2130
|
type: StringConstructor;
|
|
2131
2131
|
};
|
|
2132
2132
|
size: {
|
|
2133
|
-
type: PropType<"mini" | "
|
|
2133
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2134
2134
|
default: string;
|
|
2135
2135
|
};
|
|
2136
2136
|
disabled: {
|
|
@@ -2138,8 +2138,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2138
2138
|
default: boolean;
|
|
2139
2139
|
};
|
|
2140
2140
|
}>> & Readonly<{}>, {
|
|
2141
|
+
size: "mini" | "small" | "medium" | "large";
|
|
2141
2142
|
disabled: boolean;
|
|
2142
|
-
size: "mini" | "medium" | "large" | "small";
|
|
2143
2143
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2144
2144
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2145
2145
|
P: {};
|
|
@@ -2158,7 +2158,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2158
2158
|
default: boolean;
|
|
2159
2159
|
};
|
|
2160
2160
|
value: {
|
|
2161
|
-
type: (
|
|
2161
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2162
2162
|
};
|
|
2163
2163
|
disabled: {
|
|
2164
2164
|
type: BooleanConstructor;
|
|
@@ -2173,8 +2173,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2173
2173
|
default: boolean;
|
|
2174
2174
|
};
|
|
2175
2175
|
}>> & Readonly<{
|
|
2176
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2177
2176
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2177
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2178
2178
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2179
2179
|
disabled: boolean;
|
|
2180
2180
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -2195,7 +2195,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2195
2195
|
default: boolean;
|
|
2196
2196
|
};
|
|
2197
2197
|
value: {
|
|
2198
|
-
type: (
|
|
2198
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2199
2199
|
};
|
|
2200
2200
|
disabled: {
|
|
2201
2201
|
type: BooleanConstructor;
|
|
@@ -2210,8 +2210,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2210
2210
|
default: boolean;
|
|
2211
2211
|
};
|
|
2212
2212
|
}>> & Readonly<{
|
|
2213
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2214
2213
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2214
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2215
2215
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2216
2216
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
2217
2217
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -2228,7 +2228,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2228
2228
|
type: StringConstructor;
|
|
2229
2229
|
};
|
|
2230
2230
|
size: {
|
|
2231
|
-
type: PropType<"mini" | "
|
|
2231
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2232
2232
|
default: string;
|
|
2233
2233
|
};
|
|
2234
2234
|
disabled: {
|
|
@@ -2242,7 +2242,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2242
2242
|
type: StringConstructor;
|
|
2243
2243
|
};
|
|
2244
2244
|
size: {
|
|
2245
|
-
type: PropType<"mini" | "
|
|
2245
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2246
2246
|
default: string;
|
|
2247
2247
|
};
|
|
2248
2248
|
disabled: {
|
|
@@ -2250,8 +2250,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2250
2250
|
default: boolean;
|
|
2251
2251
|
};
|
|
2252
2252
|
}>> & Readonly<{}>, {
|
|
2253
|
+
size: "mini" | "small" | "medium" | "large";
|
|
2253
2254
|
disabled: boolean;
|
|
2254
|
-
size: "mini" | "medium" | "large" | "small";
|
|
2255
2255
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2256
2256
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2257
2257
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2304,12 +2304,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2304
2304
|
default: boolean;
|
|
2305
2305
|
};
|
|
2306
2306
|
}>> & Readonly<{
|
|
2307
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
2308
2307
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2308
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
2309
2309
|
}>, {
|
|
2310
2310
|
disabled: boolean;
|
|
2311
|
-
modelValue: (string | number | boolean)[];
|
|
2312
2311
|
defaultValue: (string | number | boolean)[];
|
|
2312
|
+
modelValue: (string | number | boolean)[];
|
|
2313
2313
|
direction: "horizontal" | "vertical";
|
|
2314
2314
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2315
2315
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|