@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/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const Select: {
|
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
size: {
|
|
28
|
-
type: import("vue").PropType<"mini" | "
|
|
28
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
29
29
|
};
|
|
30
30
|
placeholder: StringConstructor;
|
|
31
31
|
loading: {
|
|
@@ -138,13 +138,13 @@ declare const Select: {
|
|
|
138
138
|
default: boolean;
|
|
139
139
|
};
|
|
140
140
|
}>> & Readonly<{
|
|
141
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
142
|
-
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
143
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
144
141
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
145
142
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
146
143
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
144
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
147
145
|
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
146
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
147
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
148
148
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
149
149
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
150
150
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
@@ -164,16 +164,16 @@ declare const Select: {
|
|
|
164
164
|
dropdownReachBottom: (ev: Event) => true;
|
|
165
165
|
exceedLimit: (value: string | number | boolean | Record<string, any> | undefined, ev: Event) => true;
|
|
166
166
|
}, import("vue").PublicProps, {
|
|
167
|
-
popupVisible: boolean;
|
|
168
|
-
defaultPopupVisible: boolean;
|
|
169
167
|
disabled: boolean;
|
|
170
|
-
unmountOnClose: boolean;
|
|
171
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
172
|
-
multiple: boolean;
|
|
173
168
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
174
169
|
error: boolean;
|
|
175
170
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
176
171
|
allowClear: boolean;
|
|
172
|
+
popupVisible: boolean;
|
|
173
|
+
defaultPopupVisible: boolean;
|
|
174
|
+
unmountOnClose: boolean;
|
|
175
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
176
|
+
multiple: boolean;
|
|
177
177
|
loading: boolean;
|
|
178
178
|
bordered: boolean;
|
|
179
179
|
allowCreate: boolean;
|
|
@@ -205,11 +205,11 @@ declare const Select: {
|
|
|
205
205
|
default: boolean;
|
|
206
206
|
};
|
|
207
207
|
trigger: {
|
|
208
|
-
type: import("vue").PropType<"
|
|
208
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
209
209
|
default: string;
|
|
210
210
|
};
|
|
211
211
|
position: {
|
|
212
|
-
type: import("vue").PropType<"
|
|
212
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
213
213
|
default: string;
|
|
214
214
|
};
|
|
215
215
|
disabled: {
|
|
@@ -252,13 +252,13 @@ declare const Select: {
|
|
|
252
252
|
default: boolean;
|
|
253
253
|
};
|
|
254
254
|
contentClass: {
|
|
255
|
-
type: (
|
|
255
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
256
256
|
};
|
|
257
257
|
contentStyle: {
|
|
258
258
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
259
259
|
};
|
|
260
260
|
arrowClass: {
|
|
261
|
-
type: (
|
|
261
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
262
262
|
};
|
|
263
263
|
arrowStyle: {
|
|
264
264
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -316,7 +316,7 @@ declare const Select: {
|
|
|
316
316
|
default: boolean;
|
|
317
317
|
};
|
|
318
318
|
openedClass: {
|
|
319
|
-
type: (
|
|
319
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
320
320
|
};
|
|
321
321
|
autoFitPosition: {
|
|
322
322
|
type: BooleanConstructor;
|
|
@@ -351,11 +351,11 @@ declare const Select: {
|
|
|
351
351
|
hide: () => true;
|
|
352
352
|
resize: () => true;
|
|
353
353
|
}, import("vue").PublicProps, {
|
|
354
|
+
disabled: boolean;
|
|
354
355
|
popupVisible: boolean;
|
|
355
356
|
defaultPopupVisible: boolean;
|
|
356
|
-
trigger: "
|
|
357
|
-
position: "
|
|
358
|
-
disabled: boolean;
|
|
357
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
358
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
359
359
|
popupOffset: number;
|
|
360
360
|
showArrow: boolean;
|
|
361
361
|
alignPoint: boolean;
|
|
@@ -396,11 +396,11 @@ declare const Select: {
|
|
|
396
396
|
default: boolean;
|
|
397
397
|
};
|
|
398
398
|
trigger: {
|
|
399
|
-
type: import("vue").PropType<"
|
|
399
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
400
400
|
default: string;
|
|
401
401
|
};
|
|
402
402
|
position: {
|
|
403
|
-
type: import("vue").PropType<"
|
|
403
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
404
404
|
default: string;
|
|
405
405
|
};
|
|
406
406
|
disabled: {
|
|
@@ -443,13 +443,13 @@ declare const Select: {
|
|
|
443
443
|
default: boolean;
|
|
444
444
|
};
|
|
445
445
|
contentClass: {
|
|
446
|
-
type: (
|
|
446
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
447
447
|
};
|
|
448
448
|
contentStyle: {
|
|
449
449
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
450
450
|
};
|
|
451
451
|
arrowClass: {
|
|
452
|
-
type: (
|
|
452
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
453
453
|
};
|
|
454
454
|
arrowStyle: {
|
|
455
455
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -507,7 +507,7 @@ declare const Select: {
|
|
|
507
507
|
default: boolean;
|
|
508
508
|
};
|
|
509
509
|
openedClass: {
|
|
510
|
-
type: (
|
|
510
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
511
511
|
};
|
|
512
512
|
autoFitPosition: {
|
|
513
513
|
type: BooleanConstructor;
|
|
@@ -536,11 +536,11 @@ declare const Select: {
|
|
|
536
536
|
onHide?: (() => any) | undefined;
|
|
537
537
|
onResize?: (() => any) | undefined;
|
|
538
538
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
539
|
+
disabled: boolean;
|
|
539
540
|
popupVisible: boolean;
|
|
540
541
|
defaultPopupVisible: boolean;
|
|
541
|
-
trigger: "
|
|
542
|
-
position: "
|
|
543
|
-
disabled: boolean;
|
|
542
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
543
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
544
544
|
popupOffset: number;
|
|
545
545
|
showArrow: boolean;
|
|
546
546
|
alignPoint: boolean;
|
|
@@ -578,11 +578,11 @@ declare const Select: {
|
|
|
578
578
|
default: boolean;
|
|
579
579
|
};
|
|
580
580
|
trigger: {
|
|
581
|
-
type: import("vue").PropType<"
|
|
581
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
582
582
|
default: string;
|
|
583
583
|
};
|
|
584
584
|
position: {
|
|
585
|
-
type: import("vue").PropType<"
|
|
585
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
586
586
|
default: string;
|
|
587
587
|
};
|
|
588
588
|
disabled: {
|
|
@@ -625,13 +625,13 @@ declare const Select: {
|
|
|
625
625
|
default: boolean;
|
|
626
626
|
};
|
|
627
627
|
contentClass: {
|
|
628
|
-
type: (
|
|
628
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
629
629
|
};
|
|
630
630
|
contentStyle: {
|
|
631
631
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
632
632
|
};
|
|
633
633
|
arrowClass: {
|
|
634
|
-
type: (
|
|
634
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
635
635
|
};
|
|
636
636
|
arrowStyle: {
|
|
637
637
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -689,7 +689,7 @@ declare const Select: {
|
|
|
689
689
|
default: boolean;
|
|
690
690
|
};
|
|
691
691
|
openedClass: {
|
|
692
|
-
type: (
|
|
692
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
693
693
|
};
|
|
694
694
|
autoFitPosition: {
|
|
695
695
|
type: BooleanConstructor;
|
|
@@ -724,11 +724,11 @@ declare const Select: {
|
|
|
724
724
|
hide: () => true;
|
|
725
725
|
resize: () => true;
|
|
726
726
|
}, string, {
|
|
727
|
+
disabled: boolean;
|
|
727
728
|
popupVisible: boolean;
|
|
728
729
|
defaultPopupVisible: boolean;
|
|
729
|
-
trigger: "
|
|
730
|
-
position: "
|
|
731
|
-
disabled: boolean;
|
|
730
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
731
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
732
732
|
popupOffset: number;
|
|
733
733
|
showArrow: boolean;
|
|
734
734
|
alignPoint: boolean;
|
|
@@ -779,7 +779,7 @@ declare const Select: {
|
|
|
779
779
|
default: boolean;
|
|
780
780
|
};
|
|
781
781
|
size: {
|
|
782
|
-
type: import("vue").PropType<"mini" | "
|
|
782
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
783
783
|
};
|
|
784
784
|
bordered: {
|
|
785
785
|
type: BooleanConstructor;
|
|
@@ -821,7 +821,7 @@ declare const Select: {
|
|
|
821
821
|
}, {}, {}, {
|
|
822
822
|
focus(): void;
|
|
823
823
|
blur(): void;
|
|
824
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "
|
|
824
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
825
825
|
modelValue: {
|
|
826
826
|
type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
|
|
827
827
|
required: true;
|
|
@@ -845,7 +845,7 @@ declare const Select: {
|
|
|
845
845
|
default: boolean;
|
|
846
846
|
};
|
|
847
847
|
size: {
|
|
848
|
-
type: import("vue").PropType<"mini" | "
|
|
848
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
849
849
|
};
|
|
850
850
|
bordered: {
|
|
851
851
|
type: BooleanConstructor;
|
|
@@ -886,10 +886,10 @@ declare const Select: {
|
|
|
886
886
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
887
887
|
}>, {
|
|
888
888
|
disabled: boolean;
|
|
889
|
-
multiple: boolean;
|
|
890
889
|
retainInputValue: boolean;
|
|
891
890
|
error: boolean;
|
|
892
891
|
allowClear: boolean;
|
|
892
|
+
multiple: boolean;
|
|
893
893
|
loading: boolean;
|
|
894
894
|
opened: boolean;
|
|
895
895
|
bordered: boolean;
|
|
@@ -926,7 +926,7 @@ declare const Select: {
|
|
|
926
926
|
default: string;
|
|
927
927
|
};
|
|
928
928
|
size: {
|
|
929
|
-
type: import("vue").PropType<"mini" | "
|
|
929
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
930
930
|
};
|
|
931
931
|
placeholder: StringConstructor;
|
|
932
932
|
loading: {
|
|
@@ -1039,29 +1039,29 @@ declare const Select: {
|
|
|
1039
1039
|
default: boolean;
|
|
1040
1040
|
};
|
|
1041
1041
|
}>> & Readonly<{
|
|
1042
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1043
|
-
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1044
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1045
1042
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
1046
1043
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1047
1044
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1045
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1048
1046
|
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1047
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1048
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1049
1049
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1050
1050
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1051
1051
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
1052
1052
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
1053
1053
|
onExceedLimit?: ((value: string | number | boolean | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1054
1054
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1055
|
-
popupVisible: boolean;
|
|
1056
|
-
defaultPopupVisible: boolean;
|
|
1057
1055
|
disabled: boolean;
|
|
1058
|
-
unmountOnClose: boolean;
|
|
1059
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1060
|
-
multiple: boolean;
|
|
1061
1056
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
1062
1057
|
error: boolean;
|
|
1063
1058
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1064
1059
|
allowClear: boolean;
|
|
1060
|
+
popupVisible: boolean;
|
|
1061
|
+
defaultPopupVisible: boolean;
|
|
1062
|
+
unmountOnClose: boolean;
|
|
1063
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1064
|
+
multiple: boolean;
|
|
1065
1065
|
loading: boolean;
|
|
1066
1066
|
bordered: boolean;
|
|
1067
1067
|
allowCreate: boolean;
|
|
@@ -1106,7 +1106,7 @@ declare const Select: {
|
|
|
1106
1106
|
default: string;
|
|
1107
1107
|
};
|
|
1108
1108
|
size: {
|
|
1109
|
-
type: import("vue").PropType<"mini" | "
|
|
1109
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1110
1110
|
};
|
|
1111
1111
|
placeholder: StringConstructor;
|
|
1112
1112
|
loading: {
|
|
@@ -1219,13 +1219,13 @@ declare const Select: {
|
|
|
1219
1219
|
default: boolean;
|
|
1220
1220
|
};
|
|
1221
1221
|
}>> & Readonly<{
|
|
1222
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1223
|
-
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1224
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1225
1222
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
1226
1223
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1227
1224
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1225
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1228
1226
|
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1227
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1228
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1229
1229
|
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1230
1230
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1231
1231
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
@@ -1245,16 +1245,16 @@ declare const Select: {
|
|
|
1245
1245
|
dropdownReachBottom: (ev: Event) => true;
|
|
1246
1246
|
exceedLimit: (value: string | number | boolean | Record<string, any> | undefined, ev: Event) => true;
|
|
1247
1247
|
}, string, {
|
|
1248
|
-
popupVisible: boolean;
|
|
1249
|
-
defaultPopupVisible: boolean;
|
|
1250
1248
|
disabled: boolean;
|
|
1251
|
-
unmountOnClose: boolean;
|
|
1252
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1253
|
-
multiple: boolean;
|
|
1254
1249
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
1255
1250
|
error: boolean;
|
|
1256
1251
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1257
1252
|
allowClear: boolean;
|
|
1253
|
+
popupVisible: boolean;
|
|
1254
|
+
defaultPopupVisible: boolean;
|
|
1255
|
+
unmountOnClose: boolean;
|
|
1256
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1257
|
+
multiple: boolean;
|
|
1258
1258
|
loading: boolean;
|
|
1259
1259
|
bordered: boolean;
|
|
1260
1260
|
allowCreate: boolean;
|
|
@@ -1286,11 +1286,11 @@ declare const Select: {
|
|
|
1286
1286
|
default: boolean;
|
|
1287
1287
|
};
|
|
1288
1288
|
trigger: {
|
|
1289
|
-
type: import("vue").PropType<"
|
|
1289
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1290
1290
|
default: string;
|
|
1291
1291
|
};
|
|
1292
1292
|
position: {
|
|
1293
|
-
type: import("vue").PropType<"
|
|
1293
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1294
1294
|
default: string;
|
|
1295
1295
|
};
|
|
1296
1296
|
disabled: {
|
|
@@ -1333,13 +1333,13 @@ declare const Select: {
|
|
|
1333
1333
|
default: boolean;
|
|
1334
1334
|
};
|
|
1335
1335
|
contentClass: {
|
|
1336
|
-
type: (
|
|
1336
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1337
1337
|
};
|
|
1338
1338
|
contentStyle: {
|
|
1339
1339
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1340
1340
|
};
|
|
1341
1341
|
arrowClass: {
|
|
1342
|
-
type: (
|
|
1342
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1343
1343
|
};
|
|
1344
1344
|
arrowStyle: {
|
|
1345
1345
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1397,7 +1397,7 @@ declare const Select: {
|
|
|
1397
1397
|
default: boolean;
|
|
1398
1398
|
};
|
|
1399
1399
|
openedClass: {
|
|
1400
|
-
type: (
|
|
1400
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1401
1401
|
};
|
|
1402
1402
|
autoFitPosition: {
|
|
1403
1403
|
type: BooleanConstructor;
|
|
@@ -1432,11 +1432,11 @@ declare const Select: {
|
|
|
1432
1432
|
hide: () => true;
|
|
1433
1433
|
resize: () => true;
|
|
1434
1434
|
}, import("vue").PublicProps, {
|
|
1435
|
+
disabled: boolean;
|
|
1435
1436
|
popupVisible: boolean;
|
|
1436
1437
|
defaultPopupVisible: boolean;
|
|
1437
|
-
trigger: "
|
|
1438
|
-
position: "
|
|
1439
|
-
disabled: boolean;
|
|
1438
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1439
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1440
1440
|
popupOffset: number;
|
|
1441
1441
|
showArrow: boolean;
|
|
1442
1442
|
alignPoint: boolean;
|
|
@@ -1477,11 +1477,11 @@ declare const Select: {
|
|
|
1477
1477
|
default: boolean;
|
|
1478
1478
|
};
|
|
1479
1479
|
trigger: {
|
|
1480
|
-
type: import("vue").PropType<"
|
|
1480
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1481
1481
|
default: string;
|
|
1482
1482
|
};
|
|
1483
1483
|
position: {
|
|
1484
|
-
type: import("vue").PropType<"
|
|
1484
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1485
1485
|
default: string;
|
|
1486
1486
|
};
|
|
1487
1487
|
disabled: {
|
|
@@ -1524,13 +1524,13 @@ declare const Select: {
|
|
|
1524
1524
|
default: boolean;
|
|
1525
1525
|
};
|
|
1526
1526
|
contentClass: {
|
|
1527
|
-
type: (
|
|
1527
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1528
1528
|
};
|
|
1529
1529
|
contentStyle: {
|
|
1530
1530
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1531
1531
|
};
|
|
1532
1532
|
arrowClass: {
|
|
1533
|
-
type: (
|
|
1533
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1534
1534
|
};
|
|
1535
1535
|
arrowStyle: {
|
|
1536
1536
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1588,7 +1588,7 @@ declare const Select: {
|
|
|
1588
1588
|
default: boolean;
|
|
1589
1589
|
};
|
|
1590
1590
|
openedClass: {
|
|
1591
|
-
type: (
|
|
1591
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1592
1592
|
};
|
|
1593
1593
|
autoFitPosition: {
|
|
1594
1594
|
type: BooleanConstructor;
|
|
@@ -1617,11 +1617,11 @@ declare const Select: {
|
|
|
1617
1617
|
onHide?: (() => any) | undefined;
|
|
1618
1618
|
onResize?: (() => any) | undefined;
|
|
1619
1619
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1620
|
+
disabled: boolean;
|
|
1620
1621
|
popupVisible: boolean;
|
|
1621
1622
|
defaultPopupVisible: boolean;
|
|
1622
|
-
trigger: "
|
|
1623
|
-
position: "
|
|
1624
|
-
disabled: boolean;
|
|
1623
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1624
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1625
1625
|
popupOffset: number;
|
|
1626
1626
|
showArrow: boolean;
|
|
1627
1627
|
alignPoint: boolean;
|
|
@@ -1659,11 +1659,11 @@ declare const Select: {
|
|
|
1659
1659
|
default: boolean;
|
|
1660
1660
|
};
|
|
1661
1661
|
trigger: {
|
|
1662
|
-
type: import("vue").PropType<"
|
|
1662
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
1663
1663
|
default: string;
|
|
1664
1664
|
};
|
|
1665
1665
|
position: {
|
|
1666
|
-
type: import("vue").PropType<"
|
|
1666
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
1667
1667
|
default: string;
|
|
1668
1668
|
};
|
|
1669
1669
|
disabled: {
|
|
@@ -1706,13 +1706,13 @@ declare const Select: {
|
|
|
1706
1706
|
default: boolean;
|
|
1707
1707
|
};
|
|
1708
1708
|
contentClass: {
|
|
1709
|
-
type: (
|
|
1709
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1710
1710
|
};
|
|
1711
1711
|
contentStyle: {
|
|
1712
1712
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1713
1713
|
};
|
|
1714
1714
|
arrowClass: {
|
|
1715
|
-
type: (
|
|
1715
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1716
1716
|
};
|
|
1717
1717
|
arrowStyle: {
|
|
1718
1718
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1770,7 +1770,7 @@ declare const Select: {
|
|
|
1770
1770
|
default: boolean;
|
|
1771
1771
|
};
|
|
1772
1772
|
openedClass: {
|
|
1773
|
-
type: (
|
|
1773
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1774
1774
|
};
|
|
1775
1775
|
autoFitPosition: {
|
|
1776
1776
|
type: BooleanConstructor;
|
|
@@ -1805,11 +1805,11 @@ declare const Select: {
|
|
|
1805
1805
|
hide: () => true;
|
|
1806
1806
|
resize: () => true;
|
|
1807
1807
|
}, string, {
|
|
1808
|
+
disabled: boolean;
|
|
1808
1809
|
popupVisible: boolean;
|
|
1809
1810
|
defaultPopupVisible: boolean;
|
|
1810
|
-
trigger: "
|
|
1811
|
-
position: "
|
|
1812
|
-
disabled: boolean;
|
|
1811
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
1812
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
1813
1813
|
popupOffset: number;
|
|
1814
1814
|
showArrow: boolean;
|
|
1815
1815
|
alignPoint: boolean;
|
|
@@ -1860,7 +1860,7 @@ declare const Select: {
|
|
|
1860
1860
|
default: boolean;
|
|
1861
1861
|
};
|
|
1862
1862
|
size: {
|
|
1863
|
-
type: import("vue").PropType<"mini" | "
|
|
1863
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1864
1864
|
};
|
|
1865
1865
|
bordered: {
|
|
1866
1866
|
type: BooleanConstructor;
|
|
@@ -1902,7 +1902,7 @@ declare const Select: {
|
|
|
1902
1902
|
}, {}, {}, {
|
|
1903
1903
|
focus(): void;
|
|
1904
1904
|
blur(): void;
|
|
1905
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "
|
|
1905
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1906
1906
|
modelValue: {
|
|
1907
1907
|
type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
|
|
1908
1908
|
required: true;
|
|
@@ -1926,7 +1926,7 @@ declare const Select: {
|
|
|
1926
1926
|
default: boolean;
|
|
1927
1927
|
};
|
|
1928
1928
|
size: {
|
|
1929
|
-
type: import("vue").PropType<"mini" | "
|
|
1929
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
1930
1930
|
};
|
|
1931
1931
|
bordered: {
|
|
1932
1932
|
type: BooleanConstructor;
|
|
@@ -1967,10 +1967,10 @@ declare const Select: {
|
|
|
1967
1967
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1968
1968
|
}>, {
|
|
1969
1969
|
disabled: boolean;
|
|
1970
|
-
multiple: boolean;
|
|
1971
1970
|
retainInputValue: boolean;
|
|
1972
1971
|
error: boolean;
|
|
1973
1972
|
allowClear: boolean;
|
|
1973
|
+
multiple: boolean;
|
|
1974
1974
|
loading: boolean;
|
|
1975
1975
|
opened: boolean;
|
|
1976
1976
|
bordered: boolean;
|
|
@@ -1982,7 +1982,7 @@ declare const Select: {
|
|
|
1982
1982
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1983
1983
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1984
1984
|
value: {
|
|
1985
|
-
type: (
|
|
1985
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
1986
1986
|
default: undefined;
|
|
1987
1987
|
};
|
|
1988
1988
|
label: StringConstructor;
|
|
@@ -2012,7 +2012,7 @@ declare const Select: {
|
|
|
2012
2012
|
handleMouseLeave: () => void;
|
|
2013
2013
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2014
2014
|
value: {
|
|
2015
|
-
type: (
|
|
2015
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2016
2016
|
default: undefined;
|
|
2017
2017
|
};
|
|
2018
2018
|
label: StringConstructor;
|
|
@@ -2043,7 +2043,7 @@ declare const Select: {
|
|
|
2043
2043
|
default: boolean;
|
|
2044
2044
|
};
|
|
2045
2045
|
value: {
|
|
2046
|
-
type: (
|
|
2046
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2047
2047
|
};
|
|
2048
2048
|
disabled: {
|
|
2049
2049
|
type: BooleanConstructor;
|
|
@@ -2076,7 +2076,7 @@ declare const Select: {
|
|
|
2076
2076
|
type: StringConstructor;
|
|
2077
2077
|
};
|
|
2078
2078
|
size: {
|
|
2079
|
-
type: import("vue").PropType<"mini" | "
|
|
2079
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2080
2080
|
default: string;
|
|
2081
2081
|
};
|
|
2082
2082
|
disabled: {
|
|
@@ -2090,7 +2090,7 @@ declare const Select: {
|
|
|
2090
2090
|
type: StringConstructor;
|
|
2091
2091
|
};
|
|
2092
2092
|
size: {
|
|
2093
|
-
type: import("vue").PropType<"mini" | "
|
|
2093
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2094
2094
|
default: string;
|
|
2095
2095
|
};
|
|
2096
2096
|
disabled: {
|
|
@@ -2098,8 +2098,8 @@ declare const Select: {
|
|
|
2098
2098
|
default: boolean;
|
|
2099
2099
|
};
|
|
2100
2100
|
}>> & Readonly<{}>, {
|
|
2101
|
+
size: "mini" | "small" | "medium" | "large";
|
|
2101
2102
|
disabled: boolean;
|
|
2102
|
-
size: "mini" | "medium" | "large" | "small";
|
|
2103
2103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2104
2104
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2105
2105
|
P: {};
|
|
@@ -2118,7 +2118,7 @@ declare const Select: {
|
|
|
2118
2118
|
default: boolean;
|
|
2119
2119
|
};
|
|
2120
2120
|
value: {
|
|
2121
|
-
type: (
|
|
2121
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2122
2122
|
};
|
|
2123
2123
|
disabled: {
|
|
2124
2124
|
type: BooleanConstructor;
|
|
@@ -2155,7 +2155,7 @@ declare const Select: {
|
|
|
2155
2155
|
default: boolean;
|
|
2156
2156
|
};
|
|
2157
2157
|
value: {
|
|
2158
|
-
type: (
|
|
2158
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2159
2159
|
};
|
|
2160
2160
|
disabled: {
|
|
2161
2161
|
type: BooleanConstructor;
|
|
@@ -2188,7 +2188,7 @@ declare const Select: {
|
|
|
2188
2188
|
type: StringConstructor;
|
|
2189
2189
|
};
|
|
2190
2190
|
size: {
|
|
2191
|
-
type: import("vue").PropType<"mini" | "
|
|
2191
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2192
2192
|
default: string;
|
|
2193
2193
|
};
|
|
2194
2194
|
disabled: {
|
|
@@ -2202,7 +2202,7 @@ declare const Select: {
|
|
|
2202
2202
|
type: StringConstructor;
|
|
2203
2203
|
};
|
|
2204
2204
|
size: {
|
|
2205
|
-
type: import("vue").PropType<"mini" | "
|
|
2205
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
2206
2206
|
default: string;
|
|
2207
2207
|
};
|
|
2208
2208
|
disabled: {
|
|
@@ -2210,8 +2210,8 @@ declare const Select: {
|
|
|
2210
2210
|
default: boolean;
|
|
2211
2211
|
};
|
|
2212
2212
|
}>> & Readonly<{}>, {
|
|
2213
|
+
size: "mini" | "small" | "medium" | "large";
|
|
2213
2214
|
disabled: boolean;
|
|
2214
|
-
size: "mini" | "medium" | "large" | "small";
|
|
2215
2215
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2216
2216
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2217
2217
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|