@aplus-frontend/ui 0.4.19 → 0.4.20

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 (235) hide show
  1. package/es/src/ap-action/item/index.vue.d.ts +2 -1
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  3. package/es/src/ap-action/item-modal/index.vue.d.ts +2 -1
  4. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  5. package/es/src/ap-button/ap-action-button.vue.d.ts +2 -1
  6. package/es/src/ap-button/ap-button.vue.d.ts +2 -1
  7. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  8. package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  9. package/es/src/ap-download/ap-download.vue.d.ts +5 -3
  10. package/es/src/ap-field/date/index.vue.d.ts +2 -1
  11. package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
  12. package/es/src/ap-field/number/index.vue.d.ts +324 -2
  13. package/es/src/ap-field/radio/index.vue.d.ts +98 -2
  14. package/es/src/ap-field/rate/index.vue.d.ts +84 -2
  15. package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
  16. package/es/src/ap-field/select/index.vue.d.ts +409 -2
  17. package/es/src/ap-field/select/index.vue.mjs +7 -6
  18. package/es/src/ap-field/slider/index.vue.d.ts +259 -2
  19. package/es/src/ap-field/switch/index.vue.d.ts +2 -1
  20. package/es/src/ap-field/text/index.vue.d.ts +2 -1
  21. package/es/src/ap-field/text/password.vue.d.ts +2 -1
  22. package/es/src/ap-field/text-area/index.vue.d.ts +267 -2
  23. package/es/src/ap-form/ap-form.vue.d.ts +638 -2
  24. package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
  25. package/es/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
  26. package/es/src/ap-form/item/index.vue.d.ts +779 -2
  27. package/es/src/ap-form/item-group/index.vue.d.ts +2 -1
  28. package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  29. package/es/src/ap-form/items/date/index.vue.d.ts +2 -1
  30. package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  31. package/es/src/ap-form/items/number/index.vue.d.ts +785 -3
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +223 -4
  33. package/es/src/ap-form/items/select/index.vue.d.ts +2 -1
  34. package/es/src/ap-form/items/switch/index.vue.d.ts +2 -1
  35. package/es/src/ap-form/items/text/group.vue.d.ts +2 -1
  36. package/es/src/ap-form/items/text/index.vue.d.ts +141 -3
  37. package/es/src/ap-form/items/text/password.vue.d.ts +150 -2
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +568 -4
  39. package/es/src/ap-form/list/index.vue.d.ts +2 -1
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +1458 -7
  41. package/es/src/ap-form/provider/index.vue.d.ts +2 -1
  42. package/es/src/ap-form/render/control.vue.d.ts +2 -1
  43. package/es/src/ap-form/render/item.vue.d.ts +2 -1
  44. package/es/src/ap-form/search-form/index.vue.d.ts +1458 -5
  45. package/es/src/ap-form/set/index.vue.d.ts +2 -1
  46. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  47. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +6 -2
  48. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  49. package/es/src/ap-list/index.vue.d.ts +1 -1
  50. package/es/src/ap-table/ap-table.vue.d.ts +1 -1
  51. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  52. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  53. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  54. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  55. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/constants.d.ts +2264 -14
  60. package/es/src/ap-table/utils.d.ts +1180 -8
  61. package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
  62. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  63. package/es/src/ap-upload/apUpload.vue.d.ts +5 -2
  64. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
  65. package/es/src/ap-upload/components/Picture.vue.d.ts +5 -2
  66. package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
  67. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  68. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  69. package/es/src/business/ap-appendix/index.d.ts +1 -1
  70. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +5 -2
  71. package/es/src/business/ap-batch-action/index.d.ts +3 -1
  72. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  73. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  74. package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
  75. package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
  76. package/es/src/business/ap-card/index.d.ts +1 -1
  77. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
  78. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
  79. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +9 -8
  80. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
  81. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +8 -7
  82. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  83. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  84. package/es/src/business/ap-group-search/index.d.ts +418 -4
  85. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
  86. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -14
  87. package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
  88. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  89. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  90. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +6 -2
  91. package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  92. package/es/src/business/ap-ladder/index.d.ts +4 -1
  93. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
  94. package/es/src/business/ap-table-modal/index.d.ts +27 -2
  95. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  96. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  97. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +30 -4
  98. package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  99. package/es/src/business/ap-title/index.d.ts +1 -1
  100. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  101. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  102. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  103. package/es/src/business/batch-input-group/index.vue.d.ts +146 -3
  104. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
  105. package/es/src/business/hooks/useTableRefresh.mjs +34 -20
  106. package/es/src/check-card/group.vue.d.ts +2 -1
  107. package/es/src/check-card/index.vue.d.ts +3 -2
  108. package/es/src/editable-table/form-item.vue.d.ts +1 -1
  109. package/es/src/editable-table/index.vue.d.ts +1 -1
  110. package/es/src/full-screen/index.vue.d.ts +6 -2
  111. package/es/src/portal/index.vue.d.ts +2 -1
  112. package/es/src/resize-observer/index.vue.d.ts +2 -1
  113. package/es/src/scroll-bar/index.vue.d.ts +42 -3
  114. package/es/src/scroll-bar/internal.vue.d.ts +5 -1
  115. package/es/src/scroll-bar/internal.vue.mjs +11 -10
  116. package/es/src/scroll-view/index.vue.d.ts +92 -4
  117. package/es/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
  118. package/lib/src/ap-action/item/index.vue.d.ts +2 -1
  119. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  120. package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
  121. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  122. package/lib/src/ap-button/ap-action-button.vue.d.ts +2 -1
  123. package/lib/src/ap-button/ap-button.vue.d.ts +2 -1
  124. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  125. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  126. package/lib/src/ap-download/ap-download.vue.d.ts +5 -3
  127. package/lib/src/ap-field/date/index.vue.d.ts +2 -1
  128. package/lib/src/ap-field/date-range/index.vue.d.ts +2 -1
  129. package/lib/src/ap-field/number/index.vue.d.ts +324 -2
  130. package/lib/src/ap-field/radio/index.vue.d.ts +98 -2
  131. package/lib/src/ap-field/rate/index.vue.d.ts +84 -2
  132. package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
  133. package/lib/src/ap-field/select/index.vue.d.ts +409 -2
  134. package/lib/src/ap-field/select/index.vue.js +1 -1
  135. package/lib/src/ap-field/slider/index.vue.d.ts +259 -2
  136. package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
  137. package/lib/src/ap-field/text/index.vue.d.ts +2 -1
  138. package/lib/src/ap-field/text/password.vue.d.ts +2 -1
  139. package/lib/src/ap-field/text-area/index.vue.d.ts +267 -2
  140. package/lib/src/ap-form/ap-form.vue.d.ts +638 -2
  141. package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
  142. package/lib/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
  143. package/lib/src/ap-form/item/index.vue.d.ts +779 -2
  144. package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
  145. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  146. package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
  147. package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  148. package/lib/src/ap-form/items/number/index.vue.d.ts +785 -3
  149. package/lib/src/ap-form/items/radio/index.vue.d.ts +223 -4
  150. package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
  151. package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
  152. package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
  153. package/lib/src/ap-form/items/text/index.vue.d.ts +141 -3
  154. package/lib/src/ap-form/items/text/password.vue.d.ts +150 -2
  155. package/lib/src/ap-form/items/text-area/index.vue.d.ts +568 -4
  156. package/lib/src/ap-form/list/index.vue.d.ts +2 -1
  157. package/lib/src/ap-form/modal-form/index.vue.d.ts +1458 -7
  158. package/lib/src/ap-form/provider/index.vue.d.ts +2 -1
  159. package/lib/src/ap-form/render/control.vue.d.ts +2 -1
  160. package/lib/src/ap-form/render/item.vue.d.ts +2 -1
  161. package/lib/src/ap-form/search-form/index.vue.d.ts +1458 -5
  162. package/lib/src/ap-form/set/index.vue.d.ts +2 -1
  163. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  164. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +6 -2
  165. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  166. package/lib/src/ap-list/index.vue.d.ts +1 -1
  167. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  168. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  169. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  170. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  171. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  172. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  173. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  174. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  175. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  176. package/lib/src/ap-table/constants.d.ts +2264 -14
  177. package/lib/src/ap-table/utils.d.ts +1180 -8
  178. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
  179. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  180. package/lib/src/ap-upload/apUpload.vue.d.ts +5 -2
  181. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
  182. package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -2
  183. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
  184. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  185. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  186. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  187. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +5 -2
  188. package/lib/src/business/ap-batch-action/index.d.ts +3 -1
  189. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  190. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  191. package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
  192. package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
  193. package/lib/src/business/ap-card/index.d.ts +1 -1
  194. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
  195. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
  196. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  197. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
  198. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  199. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  200. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  201. package/lib/src/business/ap-group-search/index.d.ts +418 -4
  202. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
  203. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  204. package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
  205. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  206. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  207. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +6 -2
  208. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  209. package/lib/src/business/ap-ladder/index.d.ts +4 -1
  210. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
  211. package/lib/src/business/ap-table-modal/index.d.ts +27 -2
  212. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  213. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  214. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +30 -4
  215. package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  216. package/lib/src/business/ap-title/index.d.ts +1 -1
  217. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  218. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  219. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  220. package/lib/src/business/batch-input-group/index.vue.d.ts +146 -3
  221. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
  222. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  223. package/lib/src/check-card/group.vue.d.ts +2 -1
  224. package/lib/src/check-card/index.vue.d.ts +3 -2
  225. package/lib/src/editable-table/form-item.vue.d.ts +1 -1
  226. package/lib/src/editable-table/index.vue.d.ts +1 -1
  227. package/lib/src/full-screen/index.vue.d.ts +6 -2
  228. package/lib/src/portal/index.vue.d.ts +2 -1
  229. package/lib/src/resize-observer/index.vue.d.ts +2 -1
  230. package/lib/src/scroll-bar/index.vue.d.ts +42 -3
  231. package/lib/src/scroll-bar/internal.vue.d.ts +5 -1
  232. package/lib/src/scroll-bar/internal.vue.js +1 -1
  233. package/lib/src/scroll-view/index.vue.d.ts +92 -4
  234. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
  235. package/package.json +1 -1
@@ -1,352 +1,424 @@
1
+ import { SelectProps } from '@aplus-frontend/antdv';
1
2
  import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
2
- import { DefineComponent, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, GlobalComponents, GlobalDirectives } from 'vue';
3
4
  import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
4
5
  import { ButtonSize } from '@aplus-frontend/antdv/es/button';
5
- import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
6
+ import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
6
7
  import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
7
8
  import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
8
9
  import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
9
- declare const _default: DefineComponent<Omit<Partial< ExtractPropTypes<{
10
- value: {
11
- type: PropType<SelectValue>;
12
- default: SelectValue;
13
- };
14
- defaultValue: {
15
- type: PropType<SelectValue>;
16
- default: SelectValue;
17
- };
18
- notFoundContent: VueTypeValidableDef<any>;
19
- suffixIcon: VueTypeValidableDef<any>;
20
- itemIcon: VueTypeValidableDef<any>;
21
- size: {
22
- type: PropType<ButtonSize>;
23
- default: ButtonSize;
24
- };
25
- mode: {
26
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
27
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
28
- };
29
- bordered: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- transitionName: StringConstructor;
34
- choiceTransitionName: {
35
- type: PropType<"">;
36
- default: "";
37
- };
38
- popupClassName: StringConstructor;
39
- dropdownClassName: StringConstructor;
40
- placement: {
41
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
42
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
43
- };
44
- status: {
45
- type: PropType<"" | "error" | "warning">;
46
- default: "" | "error" | "warning";
47
- };
48
- 'onUpdate:value': {
49
- type: PropType<(val: SelectValue) => void>;
50
- default: (val: SelectValue) => void;
51
- };
52
- children: PropType< VueNode[]>;
53
- listHeight: NumberConstructor;
54
- onMouseenter: PropType<(e: MouseEvent) => void>;
55
- onMouseleave: PropType<(e: MouseEvent) => void>;
56
- tabindex: NumberConstructor;
57
- onClick: PropType<(e: MouseEvent) => void>;
58
- onFocus: {
59
- type: PropType<(e: FocusEvent) => void>;
60
- };
61
- onBlur: {
62
- type: PropType<(e: FocusEvent) => void>;
63
- };
64
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
65
- onKeydown: PropType<(e: KeyboardEvent) => void>;
66
- onKeyup: PropType<(e: KeyboardEvent) => void>;
67
- onMousedown: PropType<(e: MouseEvent) => void>;
68
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
69
- open: {
70
- type: BooleanConstructor;
71
- default: any;
72
- };
73
- animation: StringConstructor;
74
- direction: {
75
- type: PropType<"rtl" | "ltr">;
76
- };
77
- disabled: {
78
- type: BooleanConstructor;
79
- default: any;
80
- };
81
- prefixCls: StringConstructor;
82
- id: StringConstructor;
83
- autofocus: BooleanConstructor;
84
- getPopupContainer: {
85
- type: PropType<RenderDOMFunc>;
86
- };
87
- virtual: {
88
- type: BooleanConstructor;
89
- default: any;
90
- };
91
- dropdownMatchSelectWidth: {
92
- type: PropType<number | boolean>;
93
- default: any;
94
- };
95
- options: PropType< DefaultOptionType[]>;
96
- showAction: {
97
- type: PropType<("click" | "focus")[]>;
98
- };
99
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
100
- loading: {
101
- type: BooleanConstructor;
102
- default: any;
103
- };
104
- placeholder: VueTypeValidableDef<any>;
105
- clearIcon: VueTypeValidableDef<any>;
106
- allowClear: {
107
- type: BooleanConstructor;
108
- default: any;
109
- };
110
- onSearch: PropType<(value: string) => void>;
111
- fieldNames: PropType<FieldNames>;
112
- dropdownStyle: {
113
- type: PropType<CSSProperties>;
114
- };
115
- dropdownRender: {
116
- type: PropType<DropdownRender>;
117
- };
118
- dropdownAlign: PropType<AlignType>;
119
- showSearch: {
120
- type: BooleanConstructor;
121
- default: any;
122
- };
123
- searchValue: StringConstructor;
124
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
125
- removeIcon: VueTypeValidableDef<any>;
126
- maxTagCount: {
127
- type: PropType<number | "responsive">;
128
- };
129
- maxTagTextLength: NumberConstructor;
130
- maxTagPlaceholder: VueTypeValidableDef<any>;
131
- tokenSeparators: {
132
- type: PropType<string[]>;
133
- };
134
- tagRender: {
135
- type: PropType<(props: CustomTagProps) => any>;
136
- };
137
- optionLabelRender: {
138
- type: PropType<(option: Record<string, any>) => any>;
139
- };
140
- onClear: PropType<() => void>;
141
- defaultOpen: {
142
- type: BooleanConstructor;
143
- default: any;
144
- };
145
- onDropdownVisibleChange: {
146
- type: PropType<(open: boolean) => void>;
147
- };
148
- showArrow: {
149
- type: BooleanConstructor;
150
- default: any;
151
- };
152
- onPopupScroll: PropType<(e: UIEvent) => void>;
153
- menuItemSelectedIcon: VueTypeValidableDef<any>;
154
- listItemHeight: NumberConstructor;
155
- inputValue: StringConstructor;
156
- autoClearSearchValue: {
157
- type: BooleanConstructor;
158
- default: any;
159
- };
160
- filterOption: {
161
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
162
- default: any;
163
- };
164
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
165
- optionFilterProp: StringConstructor;
166
- optionLabelProp: StringConstructor;
167
- defaultActiveFirstOption: {
168
- type: BooleanConstructor;
169
- default: any;
170
- };
171
- labelInValue: {
172
- type: BooleanConstructor;
173
- default: any;
174
- };
175
- }>>, "mode" | "suffixIcon"> & {
10
+ type __VLS_Props = Omit<SelectProps, 'mode' | 'suffixIcon'> & {
176
11
  __parentRef: HTMLElement;
177
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
+ };
13
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
178
14
  submit: (value: SelectValue) => any;
179
15
  "open-change": (value: boolean) => any;
180
- }, string, PublicProps, Readonly<Omit<Partial< ExtractPropTypes<{
181
- value: {
182
- type: PropType<SelectValue>;
183
- default: SelectValue;
184
- };
185
- defaultValue: {
186
- type: PropType<SelectValue>;
187
- default: SelectValue;
188
- };
189
- notFoundContent: VueTypeValidableDef<any>;
190
- suffixIcon: VueTypeValidableDef<any>;
191
- itemIcon: VueTypeValidableDef<any>;
192
- size: {
193
- type: PropType<ButtonSize>;
194
- default: ButtonSize;
195
- };
196
- mode: {
197
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
198
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
199
- };
200
- bordered: {
201
- type: BooleanConstructor;
202
- default: boolean;
203
- };
204
- transitionName: StringConstructor;
205
- choiceTransitionName: {
206
- type: PropType<"">;
207
- default: "";
208
- };
209
- popupClassName: StringConstructor;
210
- dropdownClassName: StringConstructor;
211
- placement: {
212
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
213
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
214
- };
215
- status: {
216
- type: PropType<"" | "error" | "warning">;
217
- default: "" | "error" | "warning";
218
- };
219
- 'onUpdate:value': {
220
- type: PropType<(val: SelectValue) => void>;
221
- default: (val: SelectValue) => void;
222
- };
223
- children: PropType< VueNode[]>;
224
- listHeight: NumberConstructor;
225
- onMouseenter: PropType<(e: MouseEvent) => void>;
226
- onMouseleave: PropType<(e: MouseEvent) => void>;
227
- tabindex: NumberConstructor;
228
- onClick: PropType<(e: MouseEvent) => void>;
229
- onFocus: {
230
- type: PropType<(e: FocusEvent) => void>;
231
- };
232
- onBlur: {
233
- type: PropType<(e: FocusEvent) => void>;
234
- };
235
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
236
- onKeydown: PropType<(e: KeyboardEvent) => void>;
237
- onKeyup: PropType<(e: KeyboardEvent) => void>;
238
- onMousedown: PropType<(e: MouseEvent) => void>;
239
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
240
- open: {
241
- type: BooleanConstructor;
242
- default: any;
243
- };
244
- animation: StringConstructor;
245
- direction: {
246
- type: PropType<"rtl" | "ltr">;
247
- };
248
- disabled: {
249
- type: BooleanConstructor;
250
- default: any;
251
- };
252
- prefixCls: StringConstructor;
253
- id: StringConstructor;
254
- autofocus: BooleanConstructor;
255
- getPopupContainer: {
256
- type: PropType<RenderDOMFunc>;
257
- };
258
- virtual: {
259
- type: BooleanConstructor;
260
- default: any;
261
- };
262
- dropdownMatchSelectWidth: {
263
- type: PropType<number | boolean>;
264
- default: any;
265
- };
266
- options: PropType< DefaultOptionType[]>;
267
- showAction: {
268
- type: PropType<("click" | "focus")[]>;
269
- };
270
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
271
- loading: {
272
- type: BooleanConstructor;
273
- default: any;
274
- };
275
- placeholder: VueTypeValidableDef<any>;
276
- clearIcon: VueTypeValidableDef<any>;
277
- allowClear: {
278
- type: BooleanConstructor;
279
- default: any;
280
- };
281
- onSearch: PropType<(value: string) => void>;
282
- fieldNames: PropType<FieldNames>;
283
- dropdownStyle: {
284
- type: PropType<CSSProperties>;
285
- };
286
- dropdownRender: {
287
- type: PropType<DropdownRender>;
288
- };
289
- dropdownAlign: PropType<AlignType>;
290
- showSearch: {
291
- type: BooleanConstructor;
292
- default: any;
293
- };
294
- searchValue: StringConstructor;
295
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
296
- removeIcon: VueTypeValidableDef<any>;
297
- maxTagCount: {
298
- type: PropType<number | "responsive">;
299
- };
300
- maxTagTextLength: NumberConstructor;
301
- maxTagPlaceholder: VueTypeValidableDef<any>;
302
- tokenSeparators: {
303
- type: PropType<string[]>;
304
- };
305
- tagRender: {
306
- type: PropType<(props: CustomTagProps) => any>;
307
- };
308
- optionLabelRender: {
309
- type: PropType<(option: Record<string, any>) => any>;
310
- };
311
- onClear: PropType<() => void>;
312
- defaultOpen: {
313
- type: BooleanConstructor;
314
- default: any;
315
- };
316
- onDropdownVisibleChange: {
317
- type: PropType<(open: boolean) => void>;
318
- };
319
- showArrow: {
320
- type: BooleanConstructor;
321
- default: any;
322
- };
323
- onPopupScroll: PropType<(e: UIEvent) => void>;
324
- menuItemSelectedIcon: VueTypeValidableDef<any>;
325
- listItemHeight: NumberConstructor;
326
- inputValue: StringConstructor;
327
- autoClearSearchValue: {
328
- type: BooleanConstructor;
329
- default: any;
330
- };
331
- filterOption: {
332
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
333
- default: any;
334
- };
335
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
336
- optionFilterProp: StringConstructor;
337
- optionLabelProp: StringConstructor;
338
- defaultActiveFirstOption: {
339
- type: BooleanConstructor;
340
- default: any;
341
- };
342
- labelInValue: {
343
- type: BooleanConstructor;
344
- default: any;
345
- };
346
- }>>, "mode" | "suffixIcon"> & {
347
- __parentRef: HTMLElement;
348
- }> & Readonly<{
16
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
349
17
  onSubmit?: ((value: SelectValue) => any) | undefined;
350
18
  "onOpen-change"?: ((value: boolean) => any) | undefined;
351
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
20
+ selectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
21
+ value: {
22
+ type: PropType<SelectValue>;
23
+ default: SelectValue;
24
+ };
25
+ defaultValue: {
26
+ type: PropType<SelectValue>;
27
+ default: SelectValue;
28
+ };
29
+ notFoundContent: VueTypeValidableDef<any>;
30
+ suffixIcon: VueTypeValidableDef<any>;
31
+ itemIcon: VueTypeValidableDef<any>;
32
+ size: {
33
+ type: PropType<ButtonSize>;
34
+ default: ButtonSize;
35
+ };
36
+ mode: {
37
+ type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
38
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
39
+ };
40
+ bordered: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ transitionName: StringConstructor;
45
+ choiceTransitionName: {
46
+ type: PropType<"">;
47
+ default: "";
48
+ };
49
+ popupClassName: StringConstructor;
50
+ dropdownClassName: StringConstructor;
51
+ placement: {
52
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
53
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
54
+ };
55
+ status: {
56
+ type: PropType<"" | "error" | "warning">;
57
+ default: "" | "error" | "warning";
58
+ };
59
+ 'onUpdate:value': {
60
+ type: PropType<(val: SelectValue) => void>;
61
+ default: (val: SelectValue) => void;
62
+ };
63
+ children: PropType< VueNode[]>;
64
+ listHeight: NumberConstructor;
65
+ onMouseenter: PropType<(e: MouseEvent) => void>;
66
+ onMouseleave: PropType<(e: MouseEvent) => void>;
67
+ tabindex: NumberConstructor;
68
+ onClick: PropType<(e: MouseEvent) => void>;
69
+ onFocus: {
70
+ type: PropType<(e: FocusEvent) => void>;
71
+ };
72
+ onBlur: {
73
+ type: PropType<(e: FocusEvent) => void>;
74
+ };
75
+ onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
76
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
77
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
78
+ onMousedown: PropType<(e: MouseEvent) => void>;
79
+ onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
80
+ open: {
81
+ type: BooleanConstructor;
82
+ default: any;
83
+ };
84
+ animation: StringConstructor;
85
+ direction: {
86
+ type: PropType<"rtl" | "ltr">;
87
+ };
88
+ disabled: {
89
+ type: BooleanConstructor;
90
+ default: any;
91
+ };
92
+ prefixCls: StringConstructor;
93
+ id: StringConstructor;
94
+ autofocus: BooleanConstructor;
95
+ getPopupContainer: {
96
+ type: PropType<RenderDOMFunc>;
97
+ };
98
+ virtual: {
99
+ type: BooleanConstructor;
100
+ default: any;
101
+ };
102
+ dropdownMatchSelectWidth: {
103
+ type: PropType<number | boolean>;
104
+ default: any;
105
+ };
106
+ options: PropType< DefaultOptionType[]>;
107
+ showAction: {
108
+ type: PropType<("click" | "focus")[]>;
109
+ };
110
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
111
+ loading: {
112
+ type: BooleanConstructor;
113
+ default: any;
114
+ };
115
+ placeholder: VueTypeValidableDef<any>;
116
+ clearIcon: VueTypeValidableDef<any>;
117
+ allowClear: {
118
+ type: BooleanConstructor;
119
+ default: any;
120
+ };
121
+ onSearch: PropType<(value: string) => void>;
122
+ fieldNames: PropType<FieldNames>;
123
+ dropdownStyle: {
124
+ type: PropType<CSSProperties>;
125
+ };
126
+ dropdownRender: {
127
+ type: PropType<DropdownRender>;
128
+ };
129
+ dropdownAlign: PropType<AlignType>;
130
+ showSearch: {
131
+ type: BooleanConstructor;
132
+ default: any;
133
+ };
134
+ searchValue: StringConstructor;
135
+ onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
136
+ removeIcon: VueTypeValidableDef<any>;
137
+ maxTagCount: {
138
+ type: PropType<number | "responsive">;
139
+ };
140
+ maxTagTextLength: NumberConstructor;
141
+ maxTagPlaceholder: VueTypeValidableDef<any>;
142
+ tokenSeparators: {
143
+ type: PropType<string[]>;
144
+ };
145
+ tagRender: {
146
+ type: PropType<(props: CustomTagProps) => any>;
147
+ };
148
+ optionLabelRender: {
149
+ type: PropType<(option: Record<string, any>) => any>;
150
+ };
151
+ onClear: PropType<() => void>;
152
+ defaultOpen: {
153
+ type: BooleanConstructor;
154
+ default: any;
155
+ };
156
+ onDropdownVisibleChange: {
157
+ type: PropType<(open: boolean) => void>;
158
+ };
159
+ showArrow: {
160
+ type: BooleanConstructor;
161
+ default: any;
162
+ };
163
+ onPopupScroll: PropType<(e: UIEvent) => void>;
164
+ menuItemSelectedIcon: VueTypeValidableDef<any>;
165
+ listItemHeight: NumberConstructor;
166
+ inputValue: StringConstructor;
167
+ autoClearSearchValue: {
168
+ type: BooleanConstructor;
169
+ default: any;
170
+ };
171
+ filterOption: {
172
+ type: PropType<boolean | FilterFunc<DefaultOptionType>>;
173
+ default: any;
174
+ };
175
+ filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
176
+ optionFilterProp: StringConstructor;
177
+ optionLabelProp: StringConstructor;
178
+ defaultActiveFirstOption: {
179
+ type: BooleanConstructor;
180
+ default: any;
181
+ };
182
+ onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
183
+ labelInValue: {
184
+ type: BooleanConstructor;
185
+ default: any;
186
+ };
187
+ }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
188
+ size: ButtonSize;
189
+ value: SelectValue;
190
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
191
+ open: boolean;
192
+ disabled: boolean;
193
+ autofocus: boolean;
194
+ virtual: boolean;
195
+ dropdownMatchSelectWidth: number | boolean;
196
+ status: "" | "error" | "warning";
197
+ defaultValue: SelectValue;
198
+ 'onUpdate:value': (val: SelectValue) => void;
199
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
200
+ loading: boolean;
201
+ bordered: boolean;
202
+ allowClear: boolean;
203
+ showSearch: boolean;
204
+ choiceTransitionName: "";
205
+ defaultOpen: boolean;
206
+ showArrow: boolean;
207
+ autoClearSearchValue: boolean;
208
+ filterOption: boolean | FilterFunc<DefaultOptionType>;
209
+ defaultActiveFirstOption: boolean;
210
+ labelInValue: boolean;
211
+ }, true, {}, CustomSlotsType<{
212
+ notFoundContent: any;
213
+ suffixIcon: any;
214
+ itemIcon: any;
215
+ removeIcon: any;
216
+ clearIcon: any;
217
+ dropdownRender: any;
218
+ option: any;
219
+ placeholder: any;
220
+ tagRender: any;
221
+ maxTagPlaceholder: any;
222
+ optionLabel: any;
223
+ default: any;
224
+ }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
225
+ P: {};
226
+ B: {};
227
+ D: {};
228
+ C: {};
229
+ M: {};
230
+ Defaults: {};
231
+ }, Readonly< ExtractPropTypes<{
232
+ value: {
233
+ type: PropType<SelectValue>;
234
+ default: SelectValue;
235
+ };
236
+ defaultValue: {
237
+ type: PropType<SelectValue>;
238
+ default: SelectValue;
239
+ };
240
+ notFoundContent: VueTypeValidableDef<any>;
241
+ suffixIcon: VueTypeValidableDef<any>;
242
+ itemIcon: VueTypeValidableDef<any>;
243
+ size: {
244
+ type: PropType<ButtonSize>;
245
+ default: ButtonSize;
246
+ };
247
+ mode: {
248
+ type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
249
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
250
+ };
251
+ bordered: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ transitionName: StringConstructor;
256
+ choiceTransitionName: {
257
+ type: PropType<"">;
258
+ default: "";
259
+ };
260
+ popupClassName: StringConstructor;
261
+ dropdownClassName: StringConstructor;
262
+ placement: {
263
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
264
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
265
+ };
266
+ status: {
267
+ type: PropType<"" | "error" | "warning">;
268
+ default: "" | "error" | "warning";
269
+ };
270
+ 'onUpdate:value': {
271
+ type: PropType<(val: SelectValue) => void>;
272
+ default: (val: SelectValue) => void;
273
+ };
274
+ children: PropType< VueNode[]>;
275
+ listHeight: NumberConstructor;
276
+ onMouseenter: PropType<(e: MouseEvent) => void>;
277
+ onMouseleave: PropType<(e: MouseEvent) => void>;
278
+ tabindex: NumberConstructor;
279
+ onClick: PropType<(e: MouseEvent) => void>;
280
+ onFocus: {
281
+ type: PropType<(e: FocusEvent) => void>;
282
+ };
283
+ onBlur: {
284
+ type: PropType<(e: FocusEvent) => void>;
285
+ };
286
+ onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
287
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
288
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
289
+ onMousedown: PropType<(e: MouseEvent) => void>;
290
+ onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
291
+ open: {
292
+ type: BooleanConstructor;
293
+ default: any;
294
+ };
295
+ animation: StringConstructor;
296
+ direction: {
297
+ type: PropType<"rtl" | "ltr">;
298
+ };
299
+ disabled: {
300
+ type: BooleanConstructor;
301
+ default: any;
302
+ };
303
+ prefixCls: StringConstructor;
304
+ id: StringConstructor;
305
+ autofocus: BooleanConstructor;
306
+ getPopupContainer: {
307
+ type: PropType<RenderDOMFunc>;
308
+ };
309
+ virtual: {
310
+ type: BooleanConstructor;
311
+ default: any;
312
+ };
313
+ dropdownMatchSelectWidth: {
314
+ type: PropType<number | boolean>;
315
+ default: any;
316
+ };
317
+ options: PropType< DefaultOptionType[]>;
318
+ showAction: {
319
+ type: PropType<("click" | "focus")[]>;
320
+ };
321
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
322
+ loading: {
323
+ type: BooleanConstructor;
324
+ default: any;
325
+ };
326
+ placeholder: VueTypeValidableDef<any>;
327
+ clearIcon: VueTypeValidableDef<any>;
328
+ allowClear: {
329
+ type: BooleanConstructor;
330
+ default: any;
331
+ };
332
+ onSearch: PropType<(value: string) => void>;
333
+ fieldNames: PropType<FieldNames>;
334
+ dropdownStyle: {
335
+ type: PropType<CSSProperties>;
336
+ };
337
+ dropdownRender: {
338
+ type: PropType<DropdownRender>;
339
+ };
340
+ dropdownAlign: PropType<AlignType>;
341
+ showSearch: {
342
+ type: BooleanConstructor;
343
+ default: any;
344
+ };
345
+ searchValue: StringConstructor;
346
+ onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
347
+ removeIcon: VueTypeValidableDef<any>;
348
+ maxTagCount: {
349
+ type: PropType<number | "responsive">;
350
+ };
351
+ maxTagTextLength: NumberConstructor;
352
+ maxTagPlaceholder: VueTypeValidableDef<any>;
353
+ tokenSeparators: {
354
+ type: PropType<string[]>;
355
+ };
356
+ tagRender: {
357
+ type: PropType<(props: CustomTagProps) => any>;
358
+ };
359
+ optionLabelRender: {
360
+ type: PropType<(option: Record<string, any>) => any>;
361
+ };
362
+ onClear: PropType<() => void>;
363
+ defaultOpen: {
364
+ type: BooleanConstructor;
365
+ default: any;
366
+ };
367
+ onDropdownVisibleChange: {
368
+ type: PropType<(open: boolean) => void>;
369
+ };
370
+ showArrow: {
371
+ type: BooleanConstructor;
372
+ default: any;
373
+ };
374
+ onPopupScroll: PropType<(e: UIEvent) => void>;
375
+ menuItemSelectedIcon: VueTypeValidableDef<any>;
376
+ listItemHeight: NumberConstructor;
377
+ inputValue: StringConstructor;
378
+ autoClearSearchValue: {
379
+ type: BooleanConstructor;
380
+ default: any;
381
+ };
382
+ filterOption: {
383
+ type: PropType<boolean | FilterFunc<DefaultOptionType>>;
384
+ default: any;
385
+ };
386
+ filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
387
+ optionFilterProp: StringConstructor;
388
+ optionLabelProp: StringConstructor;
389
+ defaultActiveFirstOption: {
390
+ type: BooleanConstructor;
391
+ default: any;
392
+ };
393
+ onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
394
+ labelInValue: {
395
+ type: BooleanConstructor;
396
+ default: any;
397
+ };
398
+ }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
399
+ size: ButtonSize;
400
+ value: SelectValue;
401
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
402
+ open: boolean;
403
+ disabled: boolean;
404
+ autofocus: boolean;
405
+ virtual: boolean;
406
+ dropdownMatchSelectWidth: number | boolean;
407
+ status: "" | "error" | "warning";
408
+ defaultValue: SelectValue;
409
+ 'onUpdate:value': (val: SelectValue) => void;
410
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
411
+ loading: boolean;
412
+ bordered: boolean;
413
+ allowClear: boolean;
414
+ showSearch: boolean;
415
+ choiceTransitionName: "";
416
+ defaultOpen: boolean;
417
+ showArrow: boolean;
418
+ autoClearSearchValue: boolean;
419
+ filterOption: boolean | FilterFunc<DefaultOptionType>;
420
+ defaultActiveFirstOption: boolean;
421
+ labelInValue: boolean;
422
+ }> | null;
423
+ }, HTMLDivElement>;
352
424
  export default _default;