@geelato/web-vue 2.58.2 → 2.59.0

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.
Files changed (189) hide show
  1. package/dist/arco-vue.js +8 -1
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +3 -3
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +13 -10
  6. package/dist/arco.min.css +1 -1
  7. package/es/_components/icon-hover.d.ts +3 -3
  8. package/es/_components/input-label/input-label.d.ts +5 -5
  9. package/es/_components/picker/input-range.d.ts +10 -10
  10. package/es/_components/picker/input.d.ts +8 -8
  11. package/es/_components/select-view/select-view.d.ts +6 -6
  12. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  13. package/es/_hooks/use-form-item.d.ts +2 -2
  14. package/es/_hooks/use-size.d.ts +3 -3
  15. package/es/alert/alert.d.ts +6 -6
  16. package/es/alert/index.d.ts +12 -12
  17. package/es/anchor/anchor.d.ts +1 -1
  18. package/es/anchor/index.d.ts +3 -3
  19. package/es/auto-complete/auto-complete.d.ts +3 -3
  20. package/es/auto-complete/index.d.ts +9 -9
  21. package/es/avatar/avatar.d.ts +1 -1
  22. package/es/avatar/index.d.ts +3 -3
  23. package/es/button/button-group.d.ts +2 -2
  24. package/es/button/button.d.ts +2 -2
  25. package/es/button/index.d.ts +5 -5
  26. package/es/calendar/calendar.d.ts +1 -1
  27. package/es/calendar/index.d.ts +3 -3
  28. package/es/card/card.d.ts +2 -2
  29. package/es/card/index.d.ts +3 -3
  30. package/es/carousel/carousel-indicator.d.ts +1 -1
  31. package/es/cascader/cascader-panel.d.ts +7 -7
  32. package/es/cascader/cascader.d.ts +33 -33
  33. package/es/cascader/index.d.ts +85 -85
  34. package/es/checkbox/checkbox-group.d.ts +2 -2
  35. package/es/checkbox/checkbox.d.ts +6 -6
  36. package/es/checkbox/index.d.ts +14 -14
  37. package/es/collapse/collapse-item.d.ts +3 -3
  38. package/es/collapse/index.d.ts +3 -3
  39. package/es/color-picker/color-picker.d.ts +4 -4
  40. package/es/color-picker/index.d.ts +9 -9
  41. package/es/comment/comment.d.ts +2 -2
  42. package/es/comment/index.d.ts +3 -3
  43. package/es/config-provider/config-provider.d.ts +3 -3
  44. package/es/config-provider/index.d.ts +6 -6
  45. package/es/date-picker/index.d.ts +66 -66
  46. package/es/date-picker/panels/date/index.d.ts +8 -8
  47. package/es/date-picker/panels/footer.d.ts +5 -5
  48. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  49. package/es/date-picker/panels/week/index.d.ts +8 -8
  50. package/es/date-picker/picker-panel.d.ts +26 -26
  51. package/es/date-picker/picker.d.ts +61 -61
  52. package/es/date-picker/range-picker-panel.d.ts +27 -27
  53. package/es/date-picker/range-picker.d.ts +66 -66
  54. package/es/descriptions/descriptions.d.ts +4 -4
  55. package/es/descriptions/index.d.ts +9 -9
  56. package/es/drawer/drawer.d.ts +10 -10
  57. package/es/drawer/index.d.ts +22 -22
  58. package/es/dropdown/dropdown-button.d.ts +26 -26
  59. package/es/dropdown/dropdown-option.d.ts +2 -2
  60. package/es/dropdown/dropdown-panel.d.ts +6 -6
  61. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  62. package/es/dropdown/dropdown.d.ts +18 -18
  63. package/es/dropdown/index.d.ts +85 -85
  64. package/es/form/form-item-label.d.ts +28 -28
  65. package/es/form/form-item.d.ts +35 -35
  66. package/es/form/form.d.ts +2 -2
  67. package/es/form/index.d.ts +38 -38
  68. package/es/image/preview-action.d.ts +27 -27
  69. package/es/image/preview-toolbar.d.ts +27 -27
  70. package/es/index.css +13 -10
  71. package/es/input/index.d.ts +22 -22
  72. package/es/input/input-password.d.ts +8 -8
  73. package/es/input/input-search.d.ts +2 -2
  74. package/es/input/input.d.ts +5 -5
  75. package/es/input-number/index.d.ts +33 -18
  76. package/es/input-number/input-number.d.ts +17 -8
  77. package/es/input-number/input-number.js +5 -1
  78. package/es/input-tag/index.d.ts +30 -30
  79. package/es/input-tag/input-tag.d.ts +11 -11
  80. package/es/list/index.d.ts +12 -12
  81. package/es/list/list.d.ts +5 -5
  82. package/es/mention/index.d.ts +15 -15
  83. package/es/mention/mention.d.ts +5 -5
  84. package/es/menu/base-menu.d.ts +1 -1
  85. package/es/menu/item.d.ts +1 -1
  86. package/es/menu/menu.d.ts +1 -1
  87. package/es/menu/sub-menu-pop.d.ts +15 -15
  88. package/es/message/message.d.ts +6 -6
  89. package/es/modal/index.d.ts +19 -19
  90. package/es/modal/modal.d.ts +9 -9
  91. package/es/notification/notification.d.ts +4 -4
  92. package/es/page-header/index.d.ts +6 -6
  93. package/es/page-header/page-header.d.ts +3 -3
  94. package/es/pagination/index.d.ts +3 -3
  95. package/es/pagination/page-jumper.d.ts +33 -18
  96. package/es/pagination/page-options.d.ts +85 -85
  97. package/es/pagination/pagination.d.ts +2 -2
  98. package/es/popconfirm/index.d.ts +37 -37
  99. package/es/popconfirm/popconfirm.d.ts +18 -18
  100. package/es/popover/index.d.ts +24 -24
  101. package/es/popover/popover.d.ts +12 -12
  102. package/es/progress/circle.d.ts +5 -5
  103. package/es/progress/index.d.ts +36 -36
  104. package/es/progress/line.d.ts +5 -5
  105. package/es/progress/progress.d.ts +19 -19
  106. package/es/progress/steps.d.ts +2 -2
  107. package/es/radio/index.d.ts +16 -16
  108. package/es/radio/radio-group.d.ts +4 -4
  109. package/es/radio/radio.d.ts +5 -5
  110. package/es/rate/index.d.ts +9 -9
  111. package/es/rate/rate.d.ts +3 -3
  112. package/es/scrollbar/index.d.ts +6 -6
  113. package/es/scrollbar/scrollbar.d.ts +3 -3
  114. package/es/select/index.d.ts +85 -85
  115. package/es/select/option.d.ts +16 -16
  116. package/es/select/select-dropdown.d.ts +7 -7
  117. package/es/select/select.d.ts +30 -30
  118. package/es/skeleton/index.d.ts +3 -3
  119. package/es/skeleton/skeleton.d.ts +1 -1
  120. package/es/slider/index.d.ts +126 -96
  121. package/es/slider/slider-button.d.ts +27 -27
  122. package/es/slider/slider-input.d.ts +33 -18
  123. package/es/slider/slider.d.ts +62 -47
  124. package/es/space/index.d.ts +6 -6
  125. package/es/space/space.d.ts +3 -3
  126. package/es/split/index.d.ts +6 -6
  127. package/es/split/split.d.ts +2 -2
  128. package/es/statistic/countdown.d.ts +1 -1
  129. package/es/statistic/index.d.ts +4 -4
  130. package/es/statistic/statistic.d.ts +1 -1
  131. package/es/steps/index.d.ts +9 -9
  132. package/es/steps/step.d.ts +3 -3
  133. package/es/steps/steps.d.ts +3 -3
  134. package/es/switch/index.d.ts +15 -15
  135. package/es/switch/switch.d.ts +9 -9
  136. package/es/table/index.d.ts +24 -24
  137. package/es/table/style/index.css +13 -10
  138. package/es/table/style/index.less +22 -9
  139. package/es/table/table-column.d.ts +2 -2
  140. package/es/table/table-operation-td.d.ts +30 -30
  141. package/es/table/table-td.d.ts +1 -1
  142. package/es/table/table.d.ts +11 -11
  143. package/es/table/table.js +3 -0
  144. package/es/tabs/index.d.ts +9 -9
  145. package/es/tabs/tabs-nav.d.ts +1 -1
  146. package/es/tabs/tabs-tab.d.ts +4 -4
  147. package/es/tabs/tabs.d.ts +4 -4
  148. package/es/tag/index.d.ts +12 -12
  149. package/es/tag/tag.d.ts +6 -6
  150. package/es/textarea/index.d.ts +15 -15
  151. package/es/textarea/textarea.d.ts +6 -6
  152. package/es/time-picker/index.d.ts +113 -113
  153. package/es/time-picker/panel.d.ts +8 -8
  154. package/es/time-picker/range-panel.d.ts +8 -8
  155. package/es/time-picker/time-picker.d.ts +54 -54
  156. package/es/timeline/index.d.ts +3 -3
  157. package/es/timeline/timeline.d.ts +2 -2
  158. package/es/tooltip/index.d.ts +27 -27
  159. package/es/tooltip/tooltip.d.ts +13 -13
  160. package/es/transfer/index.d.ts +90 -90
  161. package/es/transfer/transfer-view.d.ts +37 -37
  162. package/es/transfer/transfer.d.ts +44 -44
  163. package/es/tree/base-node.d.ts +14 -14
  164. package/es/tree/index.d.ts +13 -13
  165. package/es/tree/transition-node-list.d.ts +14 -14
  166. package/es/tree/tree.d.ts +6 -6
  167. package/es/tree-select/index.d.ts +83 -83
  168. package/es/tree-select/panel.d.ts +13 -13
  169. package/es/tree-select/tree-select.d.ts +39 -39
  170. package/es/trigger/index.d.ts +12 -12
  171. package/es/trigger/trigger.d.ts +7 -7
  172. package/es/typography/base.d.ts +2 -2
  173. package/es/typography/edit-content.d.ts +67 -67
  174. package/es/typography/index.d.ts +3 -3
  175. package/es/typography/operations.d.ts +27 -27
  176. package/es/typography/title.d.ts +3 -3
  177. package/es/upload/index.d.ts +6 -6
  178. package/es/upload/upload.d.ts +2 -2
  179. package/es/verification-code/index.d.ts +12 -12
  180. package/es/verification-code/verification-code.d.ts +5 -5
  181. package/json/vetur-attributes.json +1910 -1906
  182. package/json/vetur-tags.json +822 -821
  183. package/json/web-types.json +4073 -4065
  184. package/lib/index.css +13 -10
  185. package/lib/input-number/input-number.js +5 -1
  186. package/lib/table/style/index.css +13 -10
  187. package/lib/table/style/index.less +22 -9
  188. package/lib/table/table.js +3 -0
  189. package/package.json +1 -1
@@ -25,7 +25,7 @@ declare const Select: {
25
25
  default: string;
26
26
  };
27
27
  size: {
28
- type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
28
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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
- onClear?: ((ev: Event) => any) | undefined;
142
- onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
143
141
  "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
144
142
  onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
143
+ onClear?: ((ev: Event) => any) | undefined;
145
144
  "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
146
145
  onInputValueChange?: ((inputValue: string) => any) | undefined;
147
146
  "onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
147
+ onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => 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
- disabled: boolean;
168
- error: boolean;
169
- allowClear: boolean;
170
- defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
171
167
  popupVisible: boolean;
172
168
  defaultPopupVisible: boolean;
169
+ disabled: boolean;
173
170
  unmountOnClose: boolean;
174
171
  scrollbar: boolean | import("..").ScrollbarProps;
175
172
  multiple: boolean;
176
173
  modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
174
+ error: boolean;
175
+ defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
176
+ allowClear: boolean;
177
177
  loading: boolean;
178
178
  bordered: boolean;
179
179
  allowCreate: boolean;
@@ -185,14 +185,14 @@ declare const Select: {
185
185
  defaultInputValue: string;
186
186
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
187
187
  options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
188
- showExtraOptions: boolean;
188
+ searchDelay: number;
189
189
  valueKey: string;
190
190
  defaultActiveFirstOption: boolean;
191
- showHeaderOnEmpty: boolean;
192
- showFooterOnEmpty: boolean;
193
- searchDelay: number;
194
191
  fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("./interface").SelectOptionData);
192
+ showExtraOptions: boolean;
195
193
  limit: number;
194
+ showHeaderOnEmpty: boolean;
195
+ showFooterOnEmpty: boolean;
196
196
  }, true, {}, {}, {
197
197
  Trigger: {
198
198
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -252,13 +252,13 @@ declare const Select: {
252
252
  default: boolean;
253
253
  };
254
254
  contentClass: {
255
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
255
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
256
256
  };
257
257
  contentStyle: {
258
258
  type: import("vue").PropType<import("vue").CSSProperties>;
259
259
  };
260
260
  arrowClass: {
261
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
261
+ type: (ObjectConstructor | StringConstructor | 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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
319
+ type: (ObjectConstructor | StringConstructor | 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;
355
354
  popupVisible: boolean;
356
355
  defaultPopupVisible: boolean;
357
356
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
358
357
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
358
+ disabled: boolean;
359
359
  popupOffset: number;
360
360
  showArrow: boolean;
361
361
  alignPoint: boolean;
@@ -443,13 +443,13 @@ declare const Select: {
443
443
  default: boolean;
444
444
  };
445
445
  contentClass: {
446
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
446
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
447
447
  };
448
448
  contentStyle: {
449
449
  type: import("vue").PropType<import("vue").CSSProperties>;
450
450
  };
451
451
  arrowClass: {
452
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
452
+ type: (ObjectConstructor | StringConstructor | 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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
510
+ type: (ObjectConstructor | StringConstructor | 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;
540
539
  popupVisible: boolean;
541
540
  defaultPopupVisible: boolean;
542
541
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
543
542
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
543
+ disabled: boolean;
544
544
  popupOffset: number;
545
545
  showArrow: boolean;
546
546
  alignPoint: boolean;
@@ -625,13 +625,13 @@ declare const Select: {
625
625
  default: boolean;
626
626
  };
627
627
  contentClass: {
628
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
628
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
629
629
  };
630
630
  contentStyle: {
631
631
  type: import("vue").PropType<import("vue").CSSProperties>;
632
632
  };
633
633
  arrowClass: {
634
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
634
+ type: (ObjectConstructor | StringConstructor | 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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
692
+ type: (ObjectConstructor | StringConstructor | 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;
728
727
  popupVisible: boolean;
729
728
  defaultPopupVisible: boolean;
730
729
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
731
730
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
731
+ disabled: boolean;
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" | "small" | "medium" | "large">;
782
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
824
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "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" | "small" | "medium" | "large">;
848
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
849
849
  };
850
850
  bordered: {
851
851
  type: BooleanConstructor;
@@ -880,16 +880,16 @@ declare const Select: {
880
880
  default: boolean;
881
881
  };
882
882
  }>> & Readonly<{
883
- onClear?: ((...args: any[]) => any) | undefined;
884
883
  onFocus?: ((...args: any[]) => any) | undefined;
885
884
  onBlur?: ((...args: any[]) => any) | undefined;
885
+ onClear?: ((...args: any[]) => any) | undefined;
886
886
  onRemove?: ((...args: any[]) => any) | undefined;
887
887
  }>, {
888
888
  disabled: boolean;
889
- error: boolean;
890
- allowClear: boolean;
891
889
  multiple: boolean;
892
890
  retainInputValue: boolean;
891
+ error: boolean;
892
+ allowClear: 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" | "small" | "medium" | "large">;
929
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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
- onClear?: ((ev: Event) => any) | undefined;
1043
- onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
1044
1042
  "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
1045
1043
  onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
1044
+ onClear?: ((ev: Event) => any) | undefined;
1046
1045
  "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
1047
1046
  onInputValueChange?: ((inputValue: string) => any) | undefined;
1048
1047
  "onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
1048
+ onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => 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
- disabled: boolean;
1056
- error: boolean;
1057
- allowClear: boolean;
1058
- defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
1059
1055
  popupVisible: boolean;
1060
1056
  defaultPopupVisible: boolean;
1057
+ disabled: boolean;
1061
1058
  unmountOnClose: boolean;
1062
1059
  scrollbar: boolean | import("..").ScrollbarProps;
1063
1060
  multiple: boolean;
1064
1061
  modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
1062
+ error: boolean;
1063
+ defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
1064
+ allowClear: boolean;
1065
1065
  loading: boolean;
1066
1066
  bordered: boolean;
1067
1067
  allowCreate: boolean;
@@ -1073,14 +1073,14 @@ declare const Select: {
1073
1073
  defaultInputValue: string;
1074
1074
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
1075
1075
  options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
1076
- showExtraOptions: boolean;
1076
+ searchDelay: number;
1077
1077
  valueKey: string;
1078
1078
  defaultActiveFirstOption: boolean;
1079
- showHeaderOnEmpty: boolean;
1080
- showFooterOnEmpty: boolean;
1081
- searchDelay: number;
1082
1079
  fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("./interface").SelectOptionData);
1080
+ showExtraOptions: boolean;
1083
1081
  limit: number;
1082
+ showHeaderOnEmpty: boolean;
1083
+ showFooterOnEmpty: boolean;
1084
1084
  }>;
1085
1085
  __isFragment?: undefined;
1086
1086
  __isTeleport?: undefined;
@@ -1106,7 +1106,7 @@ declare const Select: {
1106
1106
  default: string;
1107
1107
  };
1108
1108
  size: {
1109
- type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1109
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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
- onClear?: ((ev: Event) => any) | undefined;
1223
- onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
1224
1222
  "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
1225
1223
  onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
1224
+ onClear?: ((ev: Event) => any) | undefined;
1226
1225
  "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
1227
1226
  onInputValueChange?: ((inputValue: string) => any) | undefined;
1228
1227
  "onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
1228
+ onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => 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
- disabled: boolean;
1249
- error: boolean;
1250
- allowClear: boolean;
1251
- defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
1252
1248
  popupVisible: boolean;
1253
1249
  defaultPopupVisible: boolean;
1250
+ disabled: boolean;
1254
1251
  unmountOnClose: boolean;
1255
1252
  scrollbar: boolean | import("..").ScrollbarProps;
1256
1253
  multiple: boolean;
1257
1254
  modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
1255
+ error: boolean;
1256
+ defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
1257
+ allowClear: boolean;
1258
1258
  loading: boolean;
1259
1259
  bordered: boolean;
1260
1260
  allowCreate: boolean;
@@ -1266,14 +1266,14 @@ declare const Select: {
1266
1266
  defaultInputValue: string;
1267
1267
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
1268
1268
  options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
1269
- showExtraOptions: boolean;
1269
+ searchDelay: number;
1270
1270
  valueKey: string;
1271
1271
  defaultActiveFirstOption: boolean;
1272
- showHeaderOnEmpty: boolean;
1273
- showFooterOnEmpty: boolean;
1274
- searchDelay: number;
1275
1272
  fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("./interface").SelectOptionData);
1273
+ showExtraOptions: boolean;
1276
1274
  limit: number;
1275
+ showHeaderOnEmpty: boolean;
1276
+ showFooterOnEmpty: boolean;
1277
1277
  }, {}, string, {}, {
1278
1278
  Trigger: {
1279
1279
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -1333,13 +1333,13 @@ declare const Select: {
1333
1333
  default: boolean;
1334
1334
  };
1335
1335
  contentClass: {
1336
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1336
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1337
1337
  };
1338
1338
  contentStyle: {
1339
1339
  type: import("vue").PropType<import("vue").CSSProperties>;
1340
1340
  };
1341
1341
  arrowClass: {
1342
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1342
+ type: (ObjectConstructor | StringConstructor | 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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1400
+ type: (ObjectConstructor | StringConstructor | 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;
1436
1435
  popupVisible: boolean;
1437
1436
  defaultPopupVisible: boolean;
1438
1437
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1439
1438
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1439
+ disabled: boolean;
1440
1440
  popupOffset: number;
1441
1441
  showArrow: boolean;
1442
1442
  alignPoint: boolean;
@@ -1524,13 +1524,13 @@ declare const Select: {
1524
1524
  default: boolean;
1525
1525
  };
1526
1526
  contentClass: {
1527
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1527
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1528
1528
  };
1529
1529
  contentStyle: {
1530
1530
  type: import("vue").PropType<import("vue").CSSProperties>;
1531
1531
  };
1532
1532
  arrowClass: {
1533
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1533
+ type: (ObjectConstructor | StringConstructor | 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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1591
+ type: (ObjectConstructor | StringConstructor | 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;
1621
1620
  popupVisible: boolean;
1622
1621
  defaultPopupVisible: boolean;
1623
1622
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1624
1623
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1624
+ disabled: boolean;
1625
1625
  popupOffset: number;
1626
1626
  showArrow: boolean;
1627
1627
  alignPoint: boolean;
@@ -1706,13 +1706,13 @@ declare const Select: {
1706
1706
  default: boolean;
1707
1707
  };
1708
1708
  contentClass: {
1709
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1709
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1710
1710
  };
1711
1711
  contentStyle: {
1712
1712
  type: import("vue").PropType<import("vue").CSSProperties>;
1713
1713
  };
1714
1714
  arrowClass: {
1715
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1715
+ type: (ObjectConstructor | StringConstructor | 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: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
1773
+ type: (ObjectConstructor | StringConstructor | 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;
1809
1808
  popupVisible: boolean;
1810
1809
  defaultPopupVisible: boolean;
1811
1810
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1812
1811
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1812
+ disabled: boolean;
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" | "small" | "medium" | "large">;
1863
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1905
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "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" | "small" | "medium" | "large">;
1929
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1930
1930
  };
1931
1931
  bordered: {
1932
1932
  type: BooleanConstructor;
@@ -1961,16 +1961,16 @@ declare const Select: {
1961
1961
  default: boolean;
1962
1962
  };
1963
1963
  }>> & Readonly<{
1964
- onClear?: ((...args: any[]) => any) | undefined;
1965
1964
  onFocus?: ((...args: any[]) => any) | undefined;
1966
1965
  onBlur?: ((...args: any[]) => any) | undefined;
1966
+ onClear?: ((...args: any[]) => any) | undefined;
1967
1967
  onRemove?: ((...args: any[]) => any) | undefined;
1968
1968
  }>, {
1969
1969
  disabled: boolean;
1970
- error: boolean;
1971
- allowClear: boolean;
1972
1970
  multiple: boolean;
1973
1971
  retainInputValue: boolean;
1972
+ error: boolean;
1973
+ allowClear: 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: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
1985
+ type: (ObjectConstructor | BooleanConstructor | StringConstructor | 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: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
2015
+ type: (ObjectConstructor | BooleanConstructor | StringConstructor | 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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2046
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
2047
2047
  };
2048
2048
  disabled: {
2049
2049
  type: BooleanConstructor;
@@ -2058,8 +2058,8 @@ declare const Select: {
2058
2058
  default: boolean;
2059
2059
  };
2060
2060
  }>> & Readonly<{
2061
- onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
2062
2061
  "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
2062
+ onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
2063
2063
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2064
2064
  'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
2065
2065
  change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
@@ -2076,7 +2076,7 @@ declare const Select: {
2076
2076
  type: StringConstructor;
2077
2077
  };
2078
2078
  size: {
2079
- type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
2079
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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" | "small" | "medium" | "large">;
2093
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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";
2102
2101
  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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2121
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
2122
2122
  };
2123
2123
  disabled: {
2124
2124
  type: BooleanConstructor;
@@ -2133,8 +2133,8 @@ declare const Select: {
2133
2133
  default: boolean;
2134
2134
  };
2135
2135
  }>> & Readonly<{
2136
- onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
2137
2136
  "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
2137
+ onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
2138
2138
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
2139
2139
  disabled: boolean;
2140
2140
  modelValue: boolean | (string | number | boolean)[];
@@ -2155,7 +2155,7 @@ declare const Select: {
2155
2155
  default: boolean;
2156
2156
  };
2157
2157
  value: {
2158
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2158
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
2159
2159
  };
2160
2160
  disabled: {
2161
2161
  type: BooleanConstructor;
@@ -2170,8 +2170,8 @@ declare const Select: {
2170
2170
  default: boolean;
2171
2171
  };
2172
2172
  }>> & Readonly<{
2173
- onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
2174
2173
  "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
2174
+ onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
2175
2175
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2176
2176
  'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
2177
2177
  change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
@@ -2188,7 +2188,7 @@ declare const Select: {
2188
2188
  type: StringConstructor;
2189
2189
  };
2190
2190
  size: {
2191
- type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
2191
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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" | "small" | "medium" | "large">;
2205
+ type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
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";
2214
2213
  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<{
@@ -2264,12 +2264,12 @@ declare const Select: {
2264
2264
  default: boolean;
2265
2265
  };
2266
2266
  }>> & Readonly<{
2267
- onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
2268
2267
  "onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
2268
+ onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
2269
2269
  }>, {
2270
2270
  disabled: boolean;
2271
- defaultValue: (string | number | boolean)[];
2272
2271
  modelValue: (string | number | boolean)[];
2272
+ defaultValue: (string | number | boolean)[];
2273
2273
  direction: "horizontal" | "vertical";
2274
2274
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2275
2275
  install: (app: App<any>, options?: ArcoOptions | undefined) => void;