@sdata/web-vue 3.18.0 → 3.19.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 (259) hide show
  1. package/dist/sd.css +478 -0
  2. package/dist/sd.min.css +2 -2
  3. package/es/_components/icon-hover.vue.d.ts +1 -1
  4. package/es/_components/input-label/input-label.d.ts +13 -1
  5. package/es/_components/input-label/input-label.js +35 -5
  6. package/es/_components/input-label/style/index.css +6 -0
  7. package/es/_components/input-label/style/input-label.scss +8 -0
  8. package/es/_components/picker/input-range.vue.d.ts +24 -1
  9. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +42 -6
  10. package/es/_components/picker/input.vue.d.ts +24 -1
  11. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +31 -4
  12. package/es/_components/picker/style/index.scss +8 -0
  13. package/es/_components/select-view/select-view.d.ts +15 -3
  14. package/es/_components/select-view/select-view.js +10 -1
  15. package/es/_components/select-view/style/index.css +12 -0
  16. package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
  17. package/es/_hooks/use-fit-width.d.ts +22 -0
  18. package/es/_hooks/use-fit-width.js +76 -0
  19. package/es/_hooks/use-form-item.d.ts +1 -1
  20. package/es/_hooks/use-size.d.ts +1 -1
  21. package/es/anchor/anchor.vue.d.ts +1 -1
  22. package/es/anchor/index.d.ts +3 -3
  23. package/es/auto-complete/auto-complete.d.ts +20 -2
  24. package/es/auto-complete/auto-complete.js +18 -0
  25. package/es/auto-complete/index.d.ts +36 -6
  26. package/es/basic-crud-table/basic-crud-table.vue.d.ts +2 -2
  27. package/es/basic-crud-table/index.d.ts +5 -5
  28. package/es/button/button.vue.d.ts +2 -2
  29. package/es/button/index.d.ts +6 -6
  30. package/es/card/card.d.ts +3 -3
  31. package/es/card/index.d.ts +6 -6
  32. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  33. package/es/cascader/base-cascader-panel.d.ts +1 -1
  34. package/es/cascader/cascader-option.d.ts +1 -1
  35. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  36. package/es/cascader/cascader-search-panel.d.ts +1 -1
  37. package/es/cascader/cascader.vue.d.ts +7 -5
  38. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +12 -0
  39. package/es/cascader/types.d.ts +2 -1
  40. package/es/checkbox/checkbox.d.ts +3 -3
  41. package/es/checkbox/index.d.ts +6 -6
  42. package/es/collapse/collapse-item.d.ts +3 -3
  43. package/es/collapse/index.d.ts +3 -3
  44. package/es/color-picker/color-picker.d.ts +2 -2
  45. package/es/color-picker/index.d.ts +6 -6
  46. package/es/components.d.ts +4 -0
  47. package/es/config-provider/config-provider.vue.d.ts +1 -1
  48. package/es/config-provider/index.d.ts +3 -3
  49. package/es/date-picker/index.d.ts +87 -23
  50. package/es/date-picker/interface.d.ts +2 -1
  51. package/es/date-picker/picker-panel.vue.d.ts +1 -1
  52. package/es/date-picker/picker.vue.d.ts +39 -17
  53. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
  54. package/es/date-picker/pickers/date-picker.d.ts +18 -0
  55. package/es/date-picker/pickers/date-picker.js +16 -0
  56. package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
  57. package/es/date-picker/range-picker.vue.d.ts +39 -17
  58. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
  59. package/es/date-picker/style/index.css +6 -0
  60. package/es/descriptions/descriptions.d.ts +3 -3
  61. package/es/descriptions/index.d.ts +9 -9
  62. package/es/divider/divider.d.ts +1 -1
  63. package/es/divider/index.d.ts +3 -3
  64. package/es/drawer/drawer.vue.d.ts +4 -4
  65. package/es/drawer/index.d.ts +11 -11
  66. package/es/dropdown/dropdown-button.vue.d.ts +2 -2
  67. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  68. package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
  69. package/es/dropdown/dropdown.vue.d.ts +1 -1
  70. package/es/dropdown/index.d.ts +21 -21
  71. package/es/ellipsis/ellipsis.vue.d.ts +1 -1
  72. package/es/ellipsis/index.d.ts +6 -6
  73. package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
  74. package/es/form/form-item.vue.d.ts +1 -1
  75. package/es/form/form.vue.d.ts +1 -1
  76. package/es/form/index.d.ts +9 -9
  77. package/es/grid/grid-row.vue.d.ts +3 -3
  78. package/es/grid/index.d.ts +9 -9
  79. package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
  80. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
  81. package/es/icon/icon-arrow-up/index.js +9 -0
  82. package/es/icon/icon-mute/icon-mute.js +5 -0
  83. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
  84. package/es/icon/icon-mute/index.js +9 -0
  85. package/es/icon/icon-voice/icon-voice.js +5 -0
  86. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
  87. package/es/icon/icon-voice/index.js +9 -0
  88. package/es/image/preview-action.d.ts +6 -6
  89. package/es/image/preview-group.vue.d.ts +1 -1
  90. package/es/index.css +478 -0
  91. package/es/index.d.ts +5 -0
  92. package/es/index.js +5 -1
  93. package/es/index.scss +2 -0
  94. package/es/input/index.d.ts +99 -6
  95. package/es/input/input-password.vue.d.ts +18 -0
  96. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
  97. package/es/input/input-search.d.ts +18 -0
  98. package/es/input/input-search.js +20 -2
  99. package/es/input/input.d.ts +29 -2
  100. package/es/input/input.js +45 -3
  101. package/es/input/style/index.css +16 -0
  102. package/es/input/style/index.scss +21 -0
  103. package/es/input-number/index.d.ts +36 -6
  104. package/es/input-number/input-number.d.ts +20 -2
  105. package/es/input-number/input-number.js +19 -0
  106. package/es/input-tag/index.d.ts +36 -6
  107. package/es/input-tag/input-tag.d.ts +20 -2
  108. package/es/input-tag/input-tag.js +35 -4
  109. package/es/input-tag/style/index.css +6 -0
  110. package/es/input-tag/style/input-tag.scss +8 -0
  111. package/es/kv-list/index.d.ts +72 -32
  112. package/es/link/index.d.ts +6 -6
  113. package/es/link/link.vue.d.ts +2 -2
  114. package/es/locale/interface.d.ts +22 -0
  115. package/es/locale/lang/ar-eg.js +21 -1
  116. package/es/locale/lang/de-de.js +21 -1
  117. package/es/locale/lang/en-us.js +21 -1
  118. package/es/locale/lang/es-es.js +21 -1
  119. package/es/locale/lang/fr-fr.js +21 -1
  120. package/es/locale/lang/id-id.js +21 -1
  121. package/es/locale/lang/it-it.js +21 -1
  122. package/es/locale/lang/ja-jp.js +21 -1
  123. package/es/locale/lang/km-kh.js +21 -1
  124. package/es/locale/lang/ko-kr.js +21 -1
  125. package/es/locale/lang/ms-my.js +21 -1
  126. package/es/locale/lang/nl-nl.js +21 -1
  127. package/es/locale/lang/pt-pt.js +21 -1
  128. package/es/locale/lang/ru-ru.js +21 -1
  129. package/es/locale/lang/th-th.js +21 -1
  130. package/es/locale/lang/vi-vn.js +21 -1
  131. package/es/locale/lang/zh-cn.js +21 -1
  132. package/es/locale/lang/zh-tw.js +21 -1
  133. package/es/mention/index.d.ts +39 -9
  134. package/es/mention/mention.d.ts +21 -3
  135. package/es/mention/mention.js +24 -1
  136. package/es/mention/style/index.css +6 -0
  137. package/es/mention/style/index.scss +8 -0
  138. package/es/menu/item.d.ts +1 -1
  139. package/es/message/message-list.d.ts +1 -1
  140. package/es/modal/index.d.ts +9 -9
  141. package/es/modal/modal.vue.d.ts +3 -3
  142. package/es/popconfirm/index.d.ts +3 -3
  143. package/es/popconfirm/popconfirm.vue.d.ts +1 -1
  144. package/es/popover/index.d.ts +6 -6
  145. package/es/popover/popover.vue.d.ts +2 -2
  146. package/es/progress/circle.vue.d.ts +1 -1
  147. package/es/progress/line.vue.d.ts +1 -1
  148. package/es/qr-code/index.d.ts +15 -15
  149. package/es/qr-code/qr-code.vue.d.ts +5 -5
  150. package/es/radio/index.d.ts +6 -6
  151. package/es/radio/radio.d.ts +3 -3
  152. package/es/rate/index.d.ts +3 -3
  153. package/es/rate/rate.d.ts +1 -1
  154. package/es/resize-box/index.d.ts +5 -5
  155. package/es/resize-box/resize-box.vue.d.ts +3 -3
  156. package/es/rich-text-editor/built-in-components.d.ts +5 -0
  157. package/es/rich-text-editor/built-in-components.js +6 -0
  158. package/es/rich-text-editor/index.d.ts +195 -0
  159. package/es/rich-text-editor/index.js +12 -0
  160. package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
  161. package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
  162. package/es/rich-text-editor/rich-text-editor.js +5 -0
  163. package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
  164. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
  165. package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
  166. package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
  167. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
  168. package/es/rich-text-editor/style/css.js +2 -0
  169. package/es/rich-text-editor/style/index.css +164 -0
  170. package/es/rich-text-editor/style/index.d.ts +2 -0
  171. package/es/rich-text-editor/style/index.js +2 -0
  172. package/es/rich-text-editor/style/index.scss +193 -0
  173. package/es/rich-text-editor/style/token.scss +36 -0
  174. package/es/rich-text-editor/types.d.ts +148 -0
  175. package/es/sd-vue.js +6 -0
  176. package/es/select/index.d.ts +108 -54
  177. package/es/select/interface.d.ts +2 -1
  178. package/es/select/select.d.ts +55 -25
  179. package/es/select/select.js +18 -0
  180. package/es/sender/context.d.ts +8 -0
  181. package/es/sender/context.js +4 -0
  182. package/es/sender/index.d.ts +119 -0
  183. package/es/sender/index.js +20 -0
  184. package/es/sender/sender-header.js +5 -0
  185. package/es/sender/sender-header.vue.d.ts +28 -0
  186. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
  187. package/es/sender/sender-switch.js +5 -0
  188. package/es/sender/sender-switch.vue.d.ts +32 -0
  189. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
  190. package/es/sender/sender.js +5 -0
  191. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +871 -0
  192. package/es/sender/style/css.js +3 -0
  193. package/es/sender/style/index.css +290 -0
  194. package/es/sender/style/index.d.ts +3 -0
  195. package/es/sender/style/index.js +3 -0
  196. package/es/sender/style/index.scss +346 -0
  197. package/es/sender/style/token.scss +43 -0
  198. package/es/sender/types.d.ts +171 -0
  199. package/es/sender/use-speech.d.ts +9 -0
  200. package/es/sender/use-speech.js +120 -0
  201. package/es/slider/index.d.ts +3 -3
  202. package/es/slider/slider-input.vue.d.ts +1 -1
  203. package/es/slider/slider.vue.d.ts +1 -1
  204. package/es/space/index.d.ts +9 -9
  205. package/es/space/space.d.ts +2 -2
  206. package/es/spin/index.d.ts +3 -3
  207. package/es/spin/spin.d.ts +1 -1
  208. package/es/statistic/index.d.ts +3 -3
  209. package/es/statistic/statistic.vue.d.ts +1 -1
  210. package/es/steps/index.d.ts +5 -5
  211. package/es/steps/step.vue.d.ts +2 -2
  212. package/es/steps/steps.vue.d.ts +1 -1
  213. package/es/table/index.d.ts +17 -17
  214. package/es/table/table-column.d.ts +1 -1
  215. package/es/table/table-operation-td.d.ts +12 -12
  216. package/es/table/table-td.d.ts +2 -2
  217. package/es/table/table.d.ts +5 -5
  218. package/es/tabs/index.d.ts +12 -12
  219. package/es/tabs/tabs-nav.d.ts +1 -1
  220. package/es/tabs/tabs.d.ts +4 -4
  221. package/es/tag/index.d.ts +6 -6
  222. package/es/tag/tag.vue.d.ts +2 -2
  223. package/es/textarea/index.d.ts +38 -8
  224. package/es/textarea/style/index.css +6 -0
  225. package/es/textarea/style/index.scss +8 -0
  226. package/es/textarea/textarea.vue.d.ts +21 -3
  227. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
  228. package/es/time-picker/index.d.ts +36 -6
  229. package/es/time-picker/interface.d.ts +2 -1
  230. package/es/time-picker/range-panel.js +58 -0
  231. package/es/time-picker/time-picker.vue.d.ts +20 -2
  232. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
  233. package/es/timeline/index.d.ts +6 -6
  234. package/es/timeline/timeline.d.ts +3 -3
  235. package/es/tooltip/index.d.ts +6 -6
  236. package/es/tooltip/tooltip.vue.d.ts +2 -2
  237. package/es/tour/index.d.ts +3 -3
  238. package/es/tour/tour.vue.d.ts +1 -1
  239. package/es/transfer/index.d.ts +3 -3
  240. package/es/transfer/transfer.vue.d.ts +1 -1
  241. package/es/tree/tree.vue.d.ts +4 -4
  242. package/es/tree-select/interface.d.ts +2 -1
  243. package/es/tree-select/tree-select.vue.d.ts +25 -7
  244. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +20 -0
  245. package/es/trigger/index.d.ts +12 -12
  246. package/es/trigger/trigger.d.ts +4 -4
  247. package/es/typography/base.d.ts +4 -4
  248. package/es/typography/edit-content.vue.d.ts +2 -2
  249. package/es/upload/index.d.ts +6 -6
  250. package/es/upload/upload-button.d.ts +1 -1
  251. package/es/upload/upload.d.ts +2 -2
  252. package/es/verification-code/index.d.ts +3 -3
  253. package/es/verification-code/verification-code.d.ts +1 -1
  254. package/es/watermark/index.d.ts +3 -3
  255. package/es/watermark/watermark.d.ts +1 -1
  256. package/json/vetur-attributes.json +233 -0
  257. package/json/vetur-tags.json +83 -3
  258. package/json/web-types.json +535 -2
  259. package/package.json +10 -1
package/es/sd-vue.js CHANGED
@@ -122,8 +122,10 @@ import Progress from "./progress/index.js";
122
122
  import QrCode from "./qr-code/index.js";
123
123
  import ResizeBox from "./resize-box/index.js";
124
124
  import Result from "./result/index.js";
125
+ import RichTextEditor from "./rich-text-editor/index.js";
125
126
  import Secret from "./secret/index.js";
126
127
  import SelectableCard from "./selectable-card/index.js";
128
+ import Sender, { SenderHeader, SenderSwitch } from "./sender/index.js";
127
129
  import line_default from "./skeleton/line.js";
128
130
  import shape_default from "./skeleton/shape.js";
129
131
  import Skeleton from "./skeleton/index.js";
@@ -195,7 +197,9 @@ var components = {
195
197
  Mention,
196
198
  Radio,
197
199
  Rate,
200
+ RichTextEditor,
198
201
  Select,
202
+ Sender,
199
203
  Secret,
200
204
  Slider,
201
205
  Switch,
@@ -286,6 +290,8 @@ var SDVue = _objectSpread2(_objectSpread2({}, components), {}, {
286
290
  MenuItemGroup: item_group_default,
287
291
  SubMenu: sub_menu_default,
288
292
  RadioGroup: radio_group_default,
293
+ SenderHeader,
294
+ SenderSwitch,
289
295
  SkeletonLine: line_default,
290
296
  SkeletonShape: shape_default,
291
297
  Countdown: countdown_default,
@@ -28,6 +28,14 @@ declare const Select: {
28
28
  type: import("vue").PropType<import("..").Size>;
29
29
  };
30
30
  placeholder: StringConstructor;
31
+ fitWidth: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ maxWFull: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
31
39
  loading: {
32
40
  type: BooleanConstructor;
33
41
  default: boolean;
@@ -185,23 +193,25 @@ declare const Select: {
185
193
  exceedLimit: (_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => true;
186
194
  }, import("vue").PublicProps, {
187
195
  options: import("./interface").SelectOption[];
196
+ show: boolean;
197
+ scrollbar: boolean | import("..").ScrollbarProps;
198
+ multiple: boolean;
199
+ disabled: boolean;
188
200
  error: boolean;
189
201
  readonly: string | boolean;
190
202
  popupVisible: boolean;
191
203
  defaultPopupVisible: boolean;
192
- disabled: boolean;
193
204
  showArrow: boolean;
194
205
  unmountOnClose: boolean;
195
- show: boolean;
196
- scrollbar: boolean | import("..").ScrollbarProps;
197
206
  defaultValue: import("./interface").SelectModelValue;
198
207
  modelValue: import("./interface").SelectModelValue;
199
208
  allowClear: boolean;
209
+ fitWidth: boolean;
210
+ maxWFull: boolean;
200
211
  loading: boolean;
201
212
  valueKey: string;
202
213
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
203
214
  showExtraOptions: boolean;
204
- multiple: boolean;
205
215
  defaultActiveFirstOption: boolean;
206
216
  showHeaderOnEmpty: boolean;
207
217
  showFooterOnEmpty: boolean;
@@ -379,10 +389,10 @@ declare const Select: {
379
389
  };
380
390
  }>> & Readonly<{
381
391
  onHide?: (() => any) | undefined;
392
+ onShow?: (() => any) | undefined;
382
393
  onResize?: (() => any) | undefined;
383
394
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
384
395
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
385
- onShow?: (() => any) | undefined;
386
396
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
387
397
  'update:popupVisible': (_visible: boolean) => true;
388
398
  popupVisibleChange: (_visible: boolean) => true;
@@ -390,11 +400,11 @@ declare const Select: {
390
400
  hide: () => true;
391
401
  resize: () => true;
392
402
  }, import("vue").PublicProps, {
403
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
404
+ disabled: boolean;
393
405
  popupVisible: boolean;
394
406
  defaultPopupVisible: boolean;
395
407
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
396
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
397
- disabled: boolean;
398
408
  popupOffset: number;
399
409
  showArrow: boolean;
400
410
  alignPoint: boolean;
@@ -419,7 +429,7 @@ declare const Select: {
419
429
  scrollToClose: boolean;
420
430
  scrollToCloseDistance: number;
421
431
  escToClose: boolean;
422
- ariaHasPopup: boolean | "dialog" | "menu" | "listbox" | "tree" | "grid";
432
+ ariaHasPopup: boolean | "listbox" | "grid" | "menu" | "dialog" | "tree";
423
433
  ariaDescribedbyPopup: boolean;
424
434
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
425
435
  P: {};
@@ -588,16 +598,16 @@ declare const Select: {
588
598
  };
589
599
  }>> & Readonly<{
590
600
  onHide?: (() => any) | undefined;
601
+ onShow?: (() => any) | undefined;
591
602
  onResize?: (() => any) | undefined;
592
603
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
593
604
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
594
- onShow?: (() => any) | undefined;
595
605
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
606
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
607
+ disabled: boolean;
596
608
  popupVisible: boolean;
597
609
  defaultPopupVisible: boolean;
598
610
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
599
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
600
- disabled: boolean;
601
611
  popupOffset: number;
602
612
  showArrow: boolean;
603
613
  alignPoint: boolean;
@@ -622,7 +632,7 @@ declare const Select: {
622
632
  scrollToClose: boolean;
623
633
  scrollToCloseDistance: number;
624
634
  escToClose: boolean;
625
- ariaHasPopup: boolean | "dialog" | "menu" | "listbox" | "tree" | "grid";
635
+ ariaHasPopup: boolean | "listbox" | "grid" | "menu" | "dialog" | "tree";
626
636
  ariaDescribedbyPopup: boolean;
627
637
  }>;
628
638
  __isFragment?: never;
@@ -788,10 +798,10 @@ declare const Select: {
788
798
  };
789
799
  }>> & Readonly<{
790
800
  onHide?: (() => any) | undefined;
801
+ onShow?: (() => any) | undefined;
791
802
  onResize?: (() => any) | undefined;
792
803
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
793
804
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
794
- onShow?: (() => any) | undefined;
795
805
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
796
806
  'update:popupVisible': (_visible: boolean) => true;
797
807
  popupVisibleChange: (_visible: boolean) => true;
@@ -799,11 +809,11 @@ declare const Select: {
799
809
  hide: () => true;
800
810
  resize: () => true;
801
811
  }, string, {
812
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
813
+ disabled: boolean;
802
814
  popupVisible: boolean;
803
815
  defaultPopupVisible: boolean;
804
816
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
805
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
806
- disabled: boolean;
807
817
  popupOffset: number;
808
818
  showArrow: boolean;
809
819
  alignPoint: boolean;
@@ -828,7 +838,7 @@ declare const Select: {
828
838
  scrollToClose: boolean;
829
839
  scrollToCloseDistance: number;
830
840
  escToClose: boolean;
831
- ariaHasPopup: boolean | "dialog" | "menu" | "listbox" | "tree" | "grid";
841
+ ariaHasPopup: boolean | "listbox" | "grid" | "menu" | "dialog" | "tree";
832
842
  ariaDescribedbyPopup: boolean;
833
843
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
834
844
  install: (app: App, options?: SDOptions) => void;
@@ -896,6 +906,11 @@ declare const Select: {
896
906
  default: boolean;
897
907
  };
898
908
  inputAttrs: import("vue").PropType<Record<string, unknown>>;
909
+ fitWidth: BooleanConstructor;
910
+ maxWFull: {
911
+ type: BooleanConstructor;
912
+ default: boolean;
913
+ };
899
914
  }>, {
900
915
  inputRef: import("vue").ComputedRef<HTMLInputElement>;
901
916
  handleFocus: (ev: FocusEvent) => void;
@@ -904,7 +919,7 @@ declare const Select: {
904
919
  }, {}, {}, {
905
920
  focus(): void;
906
921
  blur(): void;
907
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
922
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
908
923
  modelValue: {
909
924
  type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
910
925
  required: true;
@@ -967,18 +982,25 @@ declare const Select: {
967
982
  default: boolean;
968
983
  };
969
984
  inputAttrs: import("vue").PropType<Record<string, unknown>>;
985
+ fitWidth: BooleanConstructor;
986
+ maxWFull: {
987
+ type: BooleanConstructor;
988
+ default: boolean;
989
+ };
970
990
  }>> & Readonly<{
971
991
  onFocus?: ((...args: any[]) => any) | undefined;
972
992
  onBlur?: ((...args: any[]) => any) | undefined;
973
993
  onClear?: ((...args: any[]) => any) | undefined;
974
994
  onRemove?: ((...args: any[]) => any) | undefined;
975
995
  }>, {
976
- error: boolean;
996
+ multiple: boolean;
977
997
  disabled: boolean;
998
+ error: boolean;
978
999
  showArrow: boolean;
979
1000
  allowClear: boolean;
1001
+ fitWidth: boolean;
1002
+ maxWFull: boolean;
980
1003
  loading: boolean;
981
- multiple: boolean;
982
1004
  bordered: boolean;
983
1005
  maxTagCount: number | "responsive";
984
1006
  retainInputValue: boolean;
@@ -1049,7 +1071,7 @@ declare const Select: {
1049
1071
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1050
1072
  click: (_e: MouseEvent) => any;
1051
1073
  }, import("vue").PublicProps, {
1052
- size: "small" | "mini" | "medium" | "large";
1074
+ size: "small" | "medium" | "large" | "mini";
1053
1075
  disabled: boolean;
1054
1076
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1055
1077
  P: {};
@@ -1073,7 +1095,7 @@ declare const Select: {
1073
1095
  }>> & Readonly<{
1074
1096
  onClick?: ((_e: MouseEvent) => any) | undefined;
1075
1097
  }>, {}, {}, {}, {}, {
1076
- size: "small" | "mini" | "medium" | "large";
1098
+ size: "small" | "medium" | "large" | "mini";
1077
1099
  disabled: boolean;
1078
1100
  }>;
1079
1101
  __isFragment?: never;
@@ -1096,7 +1118,7 @@ declare const Select: {
1096
1118
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1097
1119
  click: (_e: MouseEvent) => any;
1098
1120
  }, string, {
1099
- size: "small" | "mini" | "medium" | "large";
1121
+ size: "small" | "medium" | "large" | "mini";
1100
1122
  disabled: boolean;
1101
1123
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1102
1124
  $slots: {
@@ -1213,7 +1235,7 @@ declare const Select: {
1213
1235
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1214
1236
  click: (_e: MouseEvent) => any;
1215
1237
  }, import("vue").PublicProps, {
1216
- size: "small" | "mini" | "medium" | "large";
1238
+ size: "small" | "medium" | "large" | "mini";
1217
1239
  disabled: boolean;
1218
1240
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1219
1241
  P: {};
@@ -1237,7 +1259,7 @@ declare const Select: {
1237
1259
  }>> & Readonly<{
1238
1260
  onClick?: ((_e: MouseEvent) => any) | undefined;
1239
1261
  }>, {}, {}, {}, {}, {
1240
- size: "small" | "mini" | "medium" | "large";
1262
+ size: "small" | "medium" | "large" | "mini";
1241
1263
  disabled: boolean;
1242
1264
  }>;
1243
1265
  __isFragment?: never;
@@ -1260,7 +1282,7 @@ declare const Select: {
1260
1282
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1261
1283
  click: (_e: MouseEvent) => any;
1262
1284
  }, string, {
1263
- size: "small" | "mini" | "medium" | "large";
1285
+ size: "small" | "medium" | "large" | "mini";
1264
1286
  disabled: boolean;
1265
1287
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1266
1288
  $slots: {
@@ -1361,6 +1383,14 @@ declare const Select: {
1361
1383
  type: import("vue").PropType<import("..").Size>;
1362
1384
  };
1363
1385
  placeholder: StringConstructor;
1386
+ fitWidth: {
1387
+ type: BooleanConstructor;
1388
+ default: boolean;
1389
+ };
1390
+ maxWFull: {
1391
+ type: BooleanConstructor;
1392
+ default: boolean;
1393
+ };
1364
1394
  loading: {
1365
1395
  type: BooleanConstructor;
1366
1396
  default: boolean;
@@ -1503,23 +1533,25 @@ declare const Select: {
1503
1533
  onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
1504
1534
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1505
1535
  options: import("./interface").SelectOption[];
1536
+ show: boolean;
1537
+ scrollbar: boolean | import("..").ScrollbarProps;
1538
+ multiple: boolean;
1539
+ disabled: boolean;
1506
1540
  error: boolean;
1507
1541
  readonly: string | boolean;
1508
1542
  popupVisible: boolean;
1509
1543
  defaultPopupVisible: boolean;
1510
- disabled: boolean;
1511
1544
  showArrow: boolean;
1512
1545
  unmountOnClose: boolean;
1513
- show: boolean;
1514
- scrollbar: boolean | import("..").ScrollbarProps;
1515
1546
  defaultValue: import("./interface").SelectModelValue;
1516
1547
  modelValue: import("./interface").SelectModelValue;
1517
1548
  allowClear: boolean;
1549
+ fitWidth: boolean;
1550
+ maxWFull: boolean;
1518
1551
  loading: boolean;
1519
1552
  valueKey: string;
1520
1553
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
1521
1554
  showExtraOptions: boolean;
1522
- multiple: boolean;
1523
1555
  defaultActiveFirstOption: boolean;
1524
1556
  showHeaderOnEmpty: boolean;
1525
1557
  showFooterOnEmpty: boolean;
@@ -1565,6 +1597,14 @@ declare const Select: {
1565
1597
  type: import("vue").PropType<import("..").Size>;
1566
1598
  };
1567
1599
  placeholder: StringConstructor;
1600
+ fitWidth: {
1601
+ type: BooleanConstructor;
1602
+ default: boolean;
1603
+ };
1604
+ maxWFull: {
1605
+ type: BooleanConstructor;
1606
+ default: boolean;
1607
+ };
1568
1608
  loading: {
1569
1609
  type: BooleanConstructor;
1570
1610
  default: boolean;
@@ -1722,23 +1762,25 @@ declare const Select: {
1722
1762
  exceedLimit: (_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => true;
1723
1763
  }, string, {
1724
1764
  options: import("./interface").SelectOption[];
1765
+ show: boolean;
1766
+ scrollbar: boolean | import("..").ScrollbarProps;
1767
+ multiple: boolean;
1768
+ disabled: boolean;
1725
1769
  error: boolean;
1726
1770
  readonly: string | boolean;
1727
1771
  popupVisible: boolean;
1728
1772
  defaultPopupVisible: boolean;
1729
- disabled: boolean;
1730
1773
  showArrow: boolean;
1731
1774
  unmountOnClose: boolean;
1732
- show: boolean;
1733
- scrollbar: boolean | import("..").ScrollbarProps;
1734
1775
  defaultValue: import("./interface").SelectModelValue;
1735
1776
  modelValue: import("./interface").SelectModelValue;
1736
1777
  allowClear: boolean;
1778
+ fitWidth: boolean;
1779
+ maxWFull: boolean;
1737
1780
  loading: boolean;
1738
1781
  valueKey: string;
1739
1782
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
1740
1783
  showExtraOptions: boolean;
1741
- multiple: boolean;
1742
1784
  defaultActiveFirstOption: boolean;
1743
1785
  showHeaderOnEmpty: boolean;
1744
1786
  showFooterOnEmpty: boolean;
@@ -1916,10 +1958,10 @@ declare const Select: {
1916
1958
  };
1917
1959
  }>> & Readonly<{
1918
1960
  onHide?: (() => any) | undefined;
1961
+ onShow?: (() => any) | undefined;
1919
1962
  onResize?: (() => any) | undefined;
1920
1963
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1921
1964
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1922
- onShow?: (() => any) | undefined;
1923
1965
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1924
1966
  'update:popupVisible': (_visible: boolean) => true;
1925
1967
  popupVisibleChange: (_visible: boolean) => true;
@@ -1927,11 +1969,11 @@ declare const Select: {
1927
1969
  hide: () => true;
1928
1970
  resize: () => true;
1929
1971
  }, import("vue").PublicProps, {
1972
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1973
+ disabled: boolean;
1930
1974
  popupVisible: boolean;
1931
1975
  defaultPopupVisible: boolean;
1932
1976
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1933
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1934
- disabled: boolean;
1935
1977
  popupOffset: number;
1936
1978
  showArrow: boolean;
1937
1979
  alignPoint: boolean;
@@ -1956,7 +1998,7 @@ declare const Select: {
1956
1998
  scrollToClose: boolean;
1957
1999
  scrollToCloseDistance: number;
1958
2000
  escToClose: boolean;
1959
- ariaHasPopup: boolean | "dialog" | "menu" | "listbox" | "tree" | "grid";
2001
+ ariaHasPopup: boolean | "listbox" | "grid" | "menu" | "dialog" | "tree";
1960
2002
  ariaDescribedbyPopup: boolean;
1961
2003
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1962
2004
  P: {};
@@ -2125,16 +2167,16 @@ declare const Select: {
2125
2167
  };
2126
2168
  }>> & Readonly<{
2127
2169
  onHide?: (() => any) | undefined;
2170
+ onShow?: (() => any) | undefined;
2128
2171
  onResize?: (() => any) | undefined;
2129
2172
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2130
2173
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2131
- onShow?: (() => any) | undefined;
2132
2174
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
2175
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2176
+ disabled: boolean;
2133
2177
  popupVisible: boolean;
2134
2178
  defaultPopupVisible: boolean;
2135
2179
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
2136
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2137
- disabled: boolean;
2138
2180
  popupOffset: number;
2139
2181
  showArrow: boolean;
2140
2182
  alignPoint: boolean;
@@ -2159,7 +2201,7 @@ declare const Select: {
2159
2201
  scrollToClose: boolean;
2160
2202
  scrollToCloseDistance: number;
2161
2203
  escToClose: boolean;
2162
- ariaHasPopup: boolean | "dialog" | "menu" | "listbox" | "tree" | "grid";
2204
+ ariaHasPopup: boolean | "listbox" | "grid" | "menu" | "dialog" | "tree";
2163
2205
  ariaDescribedbyPopup: boolean;
2164
2206
  }>;
2165
2207
  __isFragment?: never;
@@ -2325,10 +2367,10 @@ declare const Select: {
2325
2367
  };
2326
2368
  }>> & Readonly<{
2327
2369
  onHide?: (() => any) | undefined;
2370
+ onShow?: (() => any) | undefined;
2328
2371
  onResize?: (() => any) | undefined;
2329
2372
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2330
2373
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2331
- onShow?: (() => any) | undefined;
2332
2374
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2333
2375
  'update:popupVisible': (_visible: boolean) => true;
2334
2376
  popupVisibleChange: (_visible: boolean) => true;
@@ -2336,11 +2378,11 @@ declare const Select: {
2336
2378
  hide: () => true;
2337
2379
  resize: () => true;
2338
2380
  }, string, {
2381
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2382
+ disabled: boolean;
2339
2383
  popupVisible: boolean;
2340
2384
  defaultPopupVisible: boolean;
2341
2385
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
2342
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2343
- disabled: boolean;
2344
2386
  popupOffset: number;
2345
2387
  showArrow: boolean;
2346
2388
  alignPoint: boolean;
@@ -2365,7 +2407,7 @@ declare const Select: {
2365
2407
  scrollToClose: boolean;
2366
2408
  scrollToCloseDistance: number;
2367
2409
  escToClose: boolean;
2368
- ariaHasPopup: boolean | "dialog" | "menu" | "listbox" | "tree" | "grid";
2410
+ ariaHasPopup: boolean | "listbox" | "grid" | "menu" | "dialog" | "tree";
2369
2411
  ariaDescribedbyPopup: boolean;
2370
2412
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2371
2413
  install: (app: App, options?: SDOptions) => void;
@@ -2433,6 +2475,11 @@ declare const Select: {
2433
2475
  default: boolean;
2434
2476
  };
2435
2477
  inputAttrs: import("vue").PropType<Record<string, unknown>>;
2478
+ fitWidth: BooleanConstructor;
2479
+ maxWFull: {
2480
+ type: BooleanConstructor;
2481
+ default: boolean;
2482
+ };
2436
2483
  }>, {
2437
2484
  inputRef: import("vue").ComputedRef<HTMLInputElement>;
2438
2485
  handleFocus: (ev: FocusEvent) => void;
@@ -2441,7 +2488,7 @@ declare const Select: {
2441
2488
  }, {}, {}, {
2442
2489
  focus(): void;
2443
2490
  blur(): void;
2444
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2491
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2445
2492
  modelValue: {
2446
2493
  type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
2447
2494
  required: true;
@@ -2504,18 +2551,25 @@ declare const Select: {
2504
2551
  default: boolean;
2505
2552
  };
2506
2553
  inputAttrs: import("vue").PropType<Record<string, unknown>>;
2554
+ fitWidth: BooleanConstructor;
2555
+ maxWFull: {
2556
+ type: BooleanConstructor;
2557
+ default: boolean;
2558
+ };
2507
2559
  }>> & Readonly<{
2508
2560
  onFocus?: ((...args: any[]) => any) | undefined;
2509
2561
  onBlur?: ((...args: any[]) => any) | undefined;
2510
2562
  onClear?: ((...args: any[]) => any) | undefined;
2511
2563
  onRemove?: ((...args: any[]) => any) | undefined;
2512
2564
  }>, {
2513
- error: boolean;
2565
+ multiple: boolean;
2514
2566
  disabled: boolean;
2567
+ error: boolean;
2515
2568
  showArrow: boolean;
2516
2569
  allowClear: boolean;
2570
+ fitWidth: boolean;
2571
+ maxWFull: boolean;
2517
2572
  loading: boolean;
2518
- multiple: boolean;
2519
2573
  bordered: boolean;
2520
2574
  maxTagCount: number | "responsive";
2521
2575
  retainInputValue: boolean;
@@ -2586,7 +2640,7 @@ declare const Select: {
2586
2640
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2587
2641
  click: (_e: MouseEvent) => any;
2588
2642
  }, import("vue").PublicProps, {
2589
- size: "small" | "mini" | "medium" | "large";
2643
+ size: "small" | "medium" | "large" | "mini";
2590
2644
  disabled: boolean;
2591
2645
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2592
2646
  P: {};
@@ -2610,7 +2664,7 @@ declare const Select: {
2610
2664
  }>> & Readonly<{
2611
2665
  onClick?: ((_e: MouseEvent) => any) | undefined;
2612
2666
  }>, {}, {}, {}, {}, {
2613
- size: "small" | "mini" | "medium" | "large";
2667
+ size: "small" | "medium" | "large" | "mini";
2614
2668
  disabled: boolean;
2615
2669
  }>;
2616
2670
  __isFragment?: never;
@@ -2633,7 +2687,7 @@ declare const Select: {
2633
2687
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2634
2688
  click: (_e: MouseEvent) => any;
2635
2689
  }, string, {
2636
- size: "small" | "mini" | "medium" | "large";
2690
+ size: "small" | "medium" | "large" | "mini";
2637
2691
  disabled: boolean;
2638
2692
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2639
2693
  $slots: {
@@ -2750,7 +2804,7 @@ declare const Select: {
2750
2804
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2751
2805
  click: (_e: MouseEvent) => any;
2752
2806
  }, import("vue").PublicProps, {
2753
- size: "small" | "mini" | "medium" | "large";
2807
+ size: "small" | "medium" | "large" | "mini";
2754
2808
  disabled: boolean;
2755
2809
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2756
2810
  P: {};
@@ -2774,7 +2828,7 @@ declare const Select: {
2774
2828
  }>> & Readonly<{
2775
2829
  onClick?: ((_e: MouseEvent) => any) | undefined;
2776
2830
  }>, {}, {}, {}, {}, {
2777
- size: "small" | "mini" | "medium" | "large";
2831
+ size: "small" | "medium" | "large" | "mini";
2778
2832
  disabled: boolean;
2779
2833
  }>;
2780
2834
  __isFragment?: never;
@@ -2797,7 +2851,7 @@ declare const Select: {
2797
2851
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2798
2852
  click: (_e: MouseEvent) => any;
2799
2853
  }, string, {
2800
- size: "small" | "mini" | "medium" | "large";
2854
+ size: "small" | "medium" | "large" | "mini";
2801
2855
  disabled: boolean;
2802
2856
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2803
2857
  $slots: {
@@ -1,4 +1,5 @@
1
1
  import type { VirtualListProps } from '../_components/virtual-list/interface';
2
+ import type { FitWidthProps } from '../_hooks/use-fit-width';
2
3
  import type { Size } from '../_utils/constant';
3
4
  import type { ScrollbarProps } from '../scrollbar';
4
5
  import type { TriggerProps } from '../trigger';
@@ -43,7 +44,7 @@ export interface SelectOptionGroupInfo extends SelectOptionGroup {
43
44
  }
44
45
  export type FilterOption = boolean | ((inputValue: string, option: SelectOptionData) => boolean);
45
46
  export type SelectFallbackOption = (value: SelectOptionValue) => SelectOptionData;
46
- export interface SelectProps {
47
+ export interface SelectProps extends FitWidthProps {
47
48
  options?: SelectOption[];
48
49
  multiple?: boolean;
49
50
  value?: SelectModelValue;