@aplus-frontend/ui 0.4.18 → 0.4.19

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 (273) hide show
  1. package/es/src/ap-action/item/index.vue.d.ts +1 -2
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  3. package/es/src/ap-action/item-modal/index.vue.d.ts +1 -2
  4. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  5. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -2
  6. package/es/src/ap-button/ap-button.vue.d.ts +1 -2
  7. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  8. package/es/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  9. package/es/src/ap-download/ap-download.vue.d.ts +3 -5
  10. package/es/src/ap-field/date/index.vue.d.ts +1 -2
  11. package/es/src/ap-field/date-range/index.vue.d.ts +1 -2
  12. package/es/src/ap-field/number/index.vue.d.ts +2 -324
  13. package/es/src/ap-field/radio/index.vue.d.ts +2 -98
  14. package/es/src/ap-field/rate/index.vue.d.ts +2 -84
  15. package/es/src/ap-field/segmented/index.vue.d.ts +1 -2
  16. package/es/src/ap-field/select/index.vue.d.ts +2 -409
  17. package/es/src/ap-field/select/index.vue.mjs +6 -7
  18. package/es/src/ap-field/slider/index.vue.d.ts +2 -259
  19. package/es/src/ap-field/switch/index.vue.d.ts +1 -2
  20. package/es/src/ap-field/text/index.vue.d.ts +1 -2
  21. package/es/src/ap-field/text/password.vue.d.ts +1 -2
  22. package/es/src/ap-field/text-area/index.vue.d.ts +2 -267
  23. package/es/src/ap-form/ap-form.vue.d.ts +4 -639
  24. package/es/src/ap-form/dependency/index.vue.d.ts +1 -2
  25. package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  26. package/es/src/ap-form/item/index.vue.d.ts +2 -779
  27. package/es/src/ap-form/item-group/index.vue.d.ts +1 -2
  28. package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  29. package/es/src/ap-form/items/date/index.vue.d.ts +1 -2
  30. package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  31. package/es/src/ap-form/items/number/index.vue.d.ts +3 -785
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +4 -223
  33. package/es/src/ap-form/items/select/index.vue.d.ts +1 -2
  34. package/es/src/ap-form/items/switch/index.vue.d.ts +1 -2
  35. package/es/src/ap-form/items/text/group.vue.d.ts +1 -2
  36. package/es/src/ap-form/items/text/index.vue.d.ts +3 -141
  37. package/es/src/ap-form/items/text/password.vue.d.ts +2 -150
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  39. package/es/src/ap-form/list/index.vue.d.ts +1 -2
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  41. package/es/src/ap-form/provider/index.vue.d.ts +1 -2
  42. package/es/src/ap-form/render/control.vue.d.ts +1 -2
  43. package/es/src/ap-form/render/item.vue.d.ts +1 -2
  44. package/es/src/ap-form/search-form/index.vue.d.ts +5 -1457
  45. package/es/src/ap-form/set/index.vue.d.ts +1 -2
  46. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  47. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  48. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  49. package/es/src/ap-list/index.vue.d.ts +5 -3
  50. package/es/src/ap-table/ap-table.vue.d.ts +10 -3
  51. package/es/src/ap-table/ap-table.vue2.mjs +72 -68
  52. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  53. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  54. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  55. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  60. package/es/src/ap-table/constants.d.ts +14 -2264
  61. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  62. package/es/src/ap-table/interface.d.ts +9 -0
  63. package/es/src/ap-table/utils.d.ts +8 -1180
  64. package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  65. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  66. package/es/src/ap-upload/apUpload.vue.d.ts +2 -5
  67. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  68. package/es/src/ap-upload/components/Picture.vue.d.ts +9 -7
  69. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  70. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  71. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  72. package/es/src/business/ap-appendix/index.d.ts +1 -1
  73. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  74. package/es/src/business/ap-batch-action/index.d.ts +1 -3
  75. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  76. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  77. package/es/src/business/ap-batch-action-group/index.d.ts +5 -887
  78. package/es/src/business/ap-card/ApCard.vue.d.ts +2 -3
  79. package/es/src/business/ap-card/index.d.ts +1 -1
  80. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  81. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  82. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  83. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +8 -9
  84. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  85. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +7 -8
  86. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  87. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  88. package/es/src/business/ap-group-search/index.d.ts +4 -418
  89. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  90. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +14 -15
  91. package/es/src/business/ap-image/ApImage.vue.d.ts +1 -2
  92. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  93. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  94. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  95. package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  96. package/es/src/business/ap-ladder/index.d.ts +1 -4
  97. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  98. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  99. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  100. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  101. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  102. package/es/src/business/ap-table-modal/index.d.ts +44 -22
  103. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  104. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  105. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  106. package/es/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  107. package/es/src/business/ap-title/index.d.ts +1 -1
  108. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  109. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  110. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  111. package/es/src/business/batch-input-group/index.vue.d.ts +3 -146
  112. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  113. package/es/src/business/hooks/usePageListApTable.d.ts +14 -0
  114. package/es/src/business/hooks/useTableRefresh.d.ts +4 -1
  115. package/es/src/business/hooks/useTableRefresh.mjs +33 -12
  116. package/es/src/check-card/group.vue.d.ts +1 -2
  117. package/es/src/check-card/index.vue.d.ts +2 -3
  118. package/es/src/config-provider/config-provider-props.d.ts +3 -0
  119. package/es/src/config-provider/config-provider-props.mjs +3 -0
  120. package/es/src/config-provider/config-provider.d.ts +6 -0
  121. package/es/src/config-provider/config-provider.mjs +24 -23
  122. package/es/src/config-provider/hooks/use-global-config.d.ts +3 -0
  123. package/es/src/config-provider/index.d.ts +9 -0
  124. package/es/src/editable-table/form-item.vue.d.ts +5 -3
  125. package/es/src/editable-table/index.vue.d.ts +5 -3
  126. package/es/src/full-screen/index.vue.d.ts +2 -6
  127. package/es/src/portal/index.vue.d.ts +1 -2
  128. package/es/src/resize-observer/index.vue.d.ts +1 -2
  129. package/es/src/scroll-bar/index.vue.d.ts +4 -43
  130. package/es/src/scroll-bar/index.vue.mjs +51 -49
  131. package/es/src/scroll-bar/internal.vue.d.ts +1 -5
  132. package/es/src/scroll-view/index.vue.d.ts +9 -97
  133. package/es/src/tests/wrapper.d.ts +4 -4
  134. package/es/src/utils/index.d.ts +8 -0
  135. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  136. package/lib/src/ap-action/item/index.vue.d.ts +1 -2
  137. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  138. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
  139. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  140. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
  141. package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
  142. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  143. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  144. package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
  145. package/lib/src/ap-field/date/index.vue.d.ts +1 -2
  146. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
  147. package/lib/src/ap-field/number/index.vue.d.ts +2 -324
  148. package/lib/src/ap-field/radio/index.vue.d.ts +2 -98
  149. package/lib/src/ap-field/rate/index.vue.d.ts +2 -84
  150. package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
  151. package/lib/src/ap-field/select/index.vue.d.ts +2 -409
  152. package/lib/src/ap-field/select/index.vue.js +1 -1
  153. package/lib/src/ap-field/slider/index.vue.d.ts +2 -259
  154. package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
  155. package/lib/src/ap-field/text/index.vue.d.ts +1 -2
  156. package/lib/src/ap-field/text/password.vue.d.ts +1 -2
  157. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -267
  158. package/lib/src/ap-form/ap-form.vue.d.ts +4 -639
  159. package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
  160. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  161. package/lib/src/ap-form/item/index.vue.d.ts +2 -779
  162. package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
  163. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  164. package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
  165. package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  166. package/lib/src/ap-form/items/number/index.vue.d.ts +3 -785
  167. package/lib/src/ap-form/items/radio/index.vue.d.ts +4 -223
  168. package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
  169. package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
  170. package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
  171. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -141
  172. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -150
  173. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  174. package/lib/src/ap-form/list/index.vue.d.ts +1 -2
  175. package/lib/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  176. package/lib/src/ap-form/provider/index.vue.d.ts +1 -2
  177. package/lib/src/ap-form/render/control.vue.d.ts +1 -2
  178. package/lib/src/ap-form/render/item.vue.d.ts +1 -2
  179. package/lib/src/ap-form/search-form/index.vue.d.ts +5 -1457
  180. package/lib/src/ap-form/set/index.vue.d.ts +1 -2
  181. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  182. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  183. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  184. package/lib/src/ap-list/index.vue.d.ts +5 -3
  185. package/lib/src/ap-table/ap-table.vue.d.ts +10 -3
  186. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  187. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  188. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  189. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  190. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  191. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  192. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  193. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  194. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  195. package/lib/src/ap-table/constants.d.ts +14 -2264
  196. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  197. package/lib/src/ap-table/interface.d.ts +9 -0
  198. package/lib/src/ap-table/utils.d.ts +8 -1180
  199. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  200. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  201. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -5
  202. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  203. package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -7
  204. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  205. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  206. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  207. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  208. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  209. package/lib/src/business/ap-batch-action/index.d.ts +1 -3
  210. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  211. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  212. package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
  213. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
  214. package/lib/src/business/ap-card/index.d.ts +1 -1
  215. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  216. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  217. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  218. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  219. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  220. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  221. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  222. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  223. package/lib/src/business/ap-group-search/index.d.ts +4 -418
  224. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  225. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  226. package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
  227. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  228. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  229. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  230. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  231. package/lib/src/business/ap-ladder/index.d.ts +1 -4
  232. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  233. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  234. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  235. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  236. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  237. package/lib/src/business/ap-table-modal/index.d.ts +44 -22
  238. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  239. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  240. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  241. package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  242. package/lib/src/business/ap-title/index.d.ts +1 -1
  243. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  244. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  245. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  246. package/lib/src/business/batch-input-group/index.vue.d.ts +3 -146
  247. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  248. package/lib/src/business/hooks/usePageListApTable.d.ts +14 -0
  249. package/lib/src/business/hooks/useTableRefresh.d.ts +4 -1
  250. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  251. package/lib/src/check-card/group.vue.d.ts +1 -2
  252. package/lib/src/check-card/index.vue.d.ts +2 -3
  253. package/lib/src/config-provider/config-provider-props.d.ts +3 -0
  254. package/lib/src/config-provider/config-provider-props.js +1 -1
  255. package/lib/src/config-provider/config-provider.d.ts +6 -0
  256. package/lib/src/config-provider/config-provider.js +1 -1
  257. package/lib/src/config-provider/hooks/use-global-config.d.ts +3 -0
  258. package/lib/src/config-provider/index.d.ts +9 -0
  259. package/lib/src/editable-table/form-item.vue.d.ts +5 -3
  260. package/lib/src/editable-table/index.vue.d.ts +5 -3
  261. package/lib/src/full-screen/index.vue.d.ts +2 -6
  262. package/lib/src/portal/index.vue.d.ts +1 -2
  263. package/lib/src/resize-observer/index.vue.d.ts +1 -2
  264. package/lib/src/scroll-bar/index.vue.d.ts +4 -43
  265. package/lib/src/scroll-bar/index.vue.js +1 -1
  266. package/lib/src/scroll-bar/internal.vue.d.ts +1 -5
  267. package/lib/src/scroll-view/index.vue.d.ts +9 -97
  268. package/lib/src/tests/wrapper.d.ts +4 -4
  269. package/lib/src/utils/index.d.ts +8 -0
  270. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  271. package/package.json +2 -2
  272. package/theme/ap-scroll-bar/index.css +0 -31
  273. package/theme/ap-scroll-bar/index.less +0 -39
@@ -1,424 +1,352 @@
1
- import { SelectProps } from '@aplus-frontend/antdv';
2
1
  import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, CSSProperties, GlobalComponents, GlobalDirectives } from 'vue';
2
+ import { DefineComponent, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
5
4
  import { ButtonSize } from '@aplus-frontend/antdv/es/button';
6
- import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
5
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
7
6
  import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
8
7
  import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
9
8
  import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
10
- type __VLS_Props = Omit<SelectProps, 'mode' | 'suffixIcon'> & {
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"> & {
11
176
  __parentRef: HTMLElement;
12
- };
13
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
177
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
14
178
  submit: (value: SelectValue) => any;
15
179
  "open-change": (value: boolean) => any;
16
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
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<{
17
349
  onSubmit?: ((value: SelectValue) => any) | undefined;
18
350
  "onOpen-change"?: ((value: boolean) => any) | undefined;
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>;
351
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
424
352
  export default _default;