@aplus-frontend/ui 0.1.21 → 0.1.22

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 (313) hide show
  1. package/es/index.mjs +176 -170
  2. package/es/src/ap-action/group/index.vue.d.ts +7 -6
  3. package/es/src/ap-action/item/index.vue.d.ts +20 -14
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +20 -14
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  7. package/es/src/ap-custom-column/column-select.vue.mjs +47 -46
  8. package/es/src/ap-custom-column/custom-column.vue.mjs +36 -35
  9. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  10. package/es/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  11. package/es/src/ap-download/ap-download.vue.d.ts +17 -12
  12. package/es/src/ap-field/checkbox/index.vue.d.ts +6 -5
  13. package/es/src/ap-field/date/index.vue.d.ts +18 -12
  14. package/es/src/ap-field/date-range/index.vue.d.ts +25 -19
  15. package/es/src/ap-field/number/index.vue.d.ts +459 -12
  16. package/es/src/ap-field/radio/index.vue.d.ts +6 -5
  17. package/es/src/ap-field/rate/index.vue.d.ts +138 -16
  18. package/es/src/ap-field/segmented/index.vue.d.ts +25 -19
  19. package/es/src/ap-field/select/index.vue.d.ts +597 -16
  20. package/es/src/ap-field/select/index.vue.mjs +1 -1
  21. package/es/src/ap-field/slider/index.vue.d.ts +375 -12
  22. package/es/src/ap-field/switch/index.vue.d.ts +16 -11
  23. package/es/src/ap-field/text/index.vue.d.ts +19 -13
  24. package/es/src/ap-field/text/password.vue.d.ts +19 -13
  25. package/es/src/ap-field/text-area/index.vue.d.ts +7 -6
  26. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  28. package/es/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  29. package/es/src/ap-form/ap-form-item.vue.mjs +47 -44
  30. package/es/src/ap-form/ap-form-list.vue.d.ts +12 -7
  31. package/es/src/ap-form/ap-form.vue.d.ts +884 -13
  32. package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  33. package/es/src/ap-form/items/date/index.vue.d.ts +40 -35
  34. package/es/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  35. package/es/src/ap-form/items/number/index.vue.d.ts +583 -27
  36. package/es/src/ap-form/items/radio/index.vue.d.ts +217 -13
  37. package/es/src/ap-form/items/select/index.vue.d.ts +43 -38
  38. package/es/src/ap-form/items/switch/index.vue.d.ts +24 -19
  39. package/es/src/ap-form/items/text/index.vue.d.ts +591 -25
  40. package/es/src/ap-form/items/text/password.vue.d.ts +658 -27
  41. package/es/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  42. package/es/src/ap-form/modal-form/index.vue.d.ts +650 -16
  43. package/es/src/ap-form/search-form/index.vue.d.ts +652 -18
  44. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  45. package/es/src/ap-list/index.vue.d.ts +5 -5
  46. package/es/src/ap-modal/utils/createModal.mjs +4 -4
  47. package/es/src/ap-table/ap-table.vue.d.ts +5 -5
  48. package/es/src/ap-table/components/index/index.vue.d.ts +4 -4
  49. package/es/src/ap-table/constants.d.ts +1071 -1072
  50. package/es/src/ap-table/hooks/use-table-paging.d.ts +2 -1
  51. package/es/src/ap-table/utils.d.ts +586 -587
  52. package/es/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  53. package/es/src/ap-tag/ap-tag.vue.d.ts +5 -5
  54. package/es/src/base-button/button.vue.d.ts +17 -12
  55. package/es/src/base-button/index.d.ts +30 -30
  56. package/es/src/basic/index.d.ts +6 -6
  57. package/es/src/basic/title.vue.d.ts +16 -11
  58. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  59. package/es/src/business/ap-image/ApImage.vue.d.ts +22 -1
  60. package/es/src/business/ap-image/ApImage.vue2.mjs +23 -23
  61. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  62. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  63. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  64. package/es/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  65. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  66. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  67. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +41 -0
  68. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  69. package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +29 -0
  70. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  71. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +28 -0
  72. package/es/src/business/ap-table-modal/index.d.ts +538 -0
  73. package/es/src/business/ap-table-modal/index.mjs +11 -0
  74. package/es/src/business/ap-table-modal/interface.d.ts +63 -0
  75. package/es/src/business/ap-table-modal/interface.mjs +4 -0
  76. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  77. package/es/src/business/ap-table-modal/modal-title.vue.mjs +4 -0
  78. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +50 -0
  79. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  80. package/es/src/business/ap-table-modal/table-modal.vue.mjs +4 -0
  81. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +177 -0
  82. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  83. package/es/src/business/index.d.ts +140 -131
  84. package/es/src/business/index.mjs +18 -16
  85. package/es/src/business/title/ApTitle.vue.d.ts +17 -12
  86. package/es/src/button/button.vue.d.ts +12 -7
  87. package/es/src/button/index.d.ts +2 -2
  88. package/es/src/check-card/group.vue.d.ts +18 -13
  89. package/es/src/check-card/index.vue.d.ts +16 -11
  90. package/es/src/config-provider/config-provider-props.d.ts +6 -4
  91. package/es/src/config-provider/config-provider.d.ts +5 -5
  92. package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
  93. package/es/src/config-provider/index.d.ts +17 -17
  94. package/es/src/container/index.d.ts +4 -4
  95. package/es/src/container/scroll-container.vue.d.ts +181 -8
  96. package/es/src/count-down/button.vue.d.ts +4 -4
  97. package/es/src/count-down/index.d.ts +8 -8
  98. package/es/src/count-down/input.vue.d.ts +16 -11
  99. package/es/src/cropper/cropper-avatar.vue.d.ts +4 -4
  100. package/es/src/cropper/cropper-image.vue.d.ts +4 -4
  101. package/es/src/cropper/index.d.ts +4 -4
  102. package/es/src/description/index.d.ts +2 -2
  103. package/es/src/dropdown/dropdown.vue.d.ts +16 -11
  104. package/es/src/dropdown/index.d.ts +2 -2
  105. package/es/src/editable-table/form-item.vue.d.ts +5 -5
  106. package/es/src/editable-table/index.vue.d.ts +6 -6
  107. package/es/src/icon/icon.vue.d.ts +4 -5
  108. package/es/src/icon/index.d.ts +16 -16
  109. package/es/src/icon/svg-icon.vue.d.ts +4 -4
  110. package/es/src/icon-picker/icon-picker.vue.d.ts +4 -4
  111. package/es/src/icon-picker/index.d.ts +2 -2
  112. package/es/src/index.mjs +69 -63
  113. package/es/src/locale/lang/en.mjs +25 -0
  114. package/es/src/locale/lang/zh-cn.mjs +25 -0
  115. package/es/src/modal/basic.vue.d.ts +210 -5
  116. package/es/src/modal/components/modal-close.vue.d.ts +4 -4
  117. package/es/src/modal/components/modal-footer.vue.d.ts +10 -5
  118. package/es/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  119. package/es/src/modal/components/modal.d.ts +1 -1
  120. package/es/src/modal/index.d.ts +5 -5
  121. package/es/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  122. package/es/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  123. package/es/src/pro-form/components/api-select.vue.d.ts +16 -11
  124. package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  125. package/es/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  126. package/es/src/pro-form/components/api-tree.vue.d.ts +16 -11
  127. package/es/src/pro-form/components/form-action.vue.d.ts +19 -14
  128. package/es/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  129. package/es/src/pro-form/hooks/use-label-width.d.ts +25 -25
  130. package/es/src/pro-form/pro-form.vue.d.ts +888 -15
  131. package/es/src/pro-form/table-form-inner.vue.d.ts +6 -5
  132. package/es/src/pro-form/table-form.vue.d.ts +6 -5
  133. package/es/src/pro-form/types/form.d.ts +4 -4
  134. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  135. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  136. package/es/src/pro-table/components/table-action.vue.d.ts +7 -2
  137. package/es/src/pro-table/components/table-footer.vue.d.ts +4 -4
  138. package/es/src/pro-table/components/table-header.vue.d.ts +9 -4
  139. package/es/src/pro-table/components/table-image.vue.d.ts +4 -4
  140. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  141. package/es/src/pro-table/pro-table.vue.d.ts +2049 -28
  142. package/es/src/prompt/utils.d.ts +1 -1
  143. package/es/src/scroll-bar/index.d.ts +2 -2
  144. package/es/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  145. package/es/src/strength-meter/index.d.ts +2 -2
  146. package/es/src/strength-meter/strength-meter.vue.d.ts +16 -11
  147. package/es/src/theme/antd-global-overwrite/admin/index.css +1 -0
  148. package/es/src/theme/antd-global-overwrite/admin/table.css +1 -0
  149. package/es/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  150. package/es/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  151. package/es/src/transition/collapse-transition.vue.d.ts +7 -2
  152. package/es/src/utils/config-provider-preset.d.ts +5 -5
  153. package/es/src/work-order-modal/createWorkOrder.mjs +20 -12
  154. package/es/src/work-order-modal/help-message.vue2.mjs +21 -18
  155. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  156. package/es/src/work-order-modal/work-order-modal.vue.mjs +64 -62
  157. package/lib/index.js +1 -1
  158. package/lib/src/ap-action/group/index.vue.d.ts +7 -6
  159. package/lib/src/ap-action/item/index.vue.d.ts +20 -14
  160. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  161. package/lib/src/ap-action/item-modal/index.vue.d.ts +20 -14
  162. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  163. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  164. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  165. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  166. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  167. package/lib/src/ap-download/ap-download.vue.d.ts +17 -12
  168. package/lib/src/ap-field/checkbox/index.vue.d.ts +6 -5
  169. package/lib/src/ap-field/date/index.vue.d.ts +18 -12
  170. package/lib/src/ap-field/date-range/index.vue.d.ts +25 -19
  171. package/lib/src/ap-field/number/index.vue.d.ts +459 -12
  172. package/lib/src/ap-field/radio/index.vue.d.ts +6 -5
  173. package/lib/src/ap-field/rate/index.vue.d.ts +138 -16
  174. package/lib/src/ap-field/segmented/index.vue.d.ts +25 -19
  175. package/lib/src/ap-field/select/index.vue.d.ts +597 -16
  176. package/lib/src/ap-field/select/index.vue.js +1 -1
  177. package/lib/src/ap-field/slider/index.vue.d.ts +375 -12
  178. package/lib/src/ap-field/switch/index.vue.d.ts +16 -11
  179. package/lib/src/ap-field/text/index.vue.d.ts +19 -13
  180. package/lib/src/ap-field/text/password.vue.d.ts +19 -13
  181. package/lib/src/ap-field/text-area/index.vue.d.ts +7 -6
  182. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  183. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  184. package/lib/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  185. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  186. package/lib/src/ap-form/ap-form-list.vue.d.ts +12 -7
  187. package/lib/src/ap-form/ap-form.vue.d.ts +884 -13
  188. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  189. package/lib/src/ap-form/items/date/index.vue.d.ts +40 -35
  190. package/lib/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  191. package/lib/src/ap-form/items/number/index.vue.d.ts +583 -27
  192. package/lib/src/ap-form/items/radio/index.vue.d.ts +217 -13
  193. package/lib/src/ap-form/items/select/index.vue.d.ts +43 -38
  194. package/lib/src/ap-form/items/switch/index.vue.d.ts +24 -19
  195. package/lib/src/ap-form/items/text/index.vue.d.ts +591 -25
  196. package/lib/src/ap-form/items/text/password.vue.d.ts +658 -27
  197. package/lib/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  198. package/lib/src/ap-form/modal-form/index.vue.d.ts +650 -16
  199. package/lib/src/ap-form/search-form/index.vue.d.ts +652 -18
  200. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  201. package/lib/src/ap-list/index.vue.d.ts +5 -5
  202. package/lib/src/ap-modal/utils/createModal.js +1 -1
  203. package/lib/src/ap-table/ap-table.vue.d.ts +5 -5
  204. package/lib/src/ap-table/components/index/index.vue.d.ts +4 -4
  205. package/lib/src/ap-table/constants.d.ts +1071 -1072
  206. package/lib/src/ap-table/hooks/use-table-paging.d.ts +2 -1
  207. package/lib/src/ap-table/utils.d.ts +586 -587
  208. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  209. package/lib/src/ap-tag/ap-tag.vue.d.ts +5 -5
  210. package/lib/src/base-button/button.vue.d.ts +17 -12
  211. package/lib/src/base-button/index.d.ts +30 -30
  212. package/lib/src/basic/index.d.ts +6 -6
  213. package/lib/src/basic/title.vue.d.ts +16 -11
  214. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  215. package/lib/src/business/ap-image/ApImage.vue.d.ts +22 -1
  216. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  217. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  218. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  219. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  220. package/lib/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  221. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  222. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  223. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -0
  224. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  225. package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -0
  226. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  227. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -0
  228. package/lib/src/business/ap-table-modal/index.d.ts +538 -0
  229. package/lib/src/business/ap-table-modal/index.js +1 -0
  230. package/lib/src/business/ap-table-modal/interface.d.ts +63 -0
  231. package/lib/src/business/ap-table-modal/interface.js +1 -0
  232. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  233. package/lib/src/business/ap-table-modal/modal-title.vue.js +1 -0
  234. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -0
  235. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  236. package/lib/src/business/ap-table-modal/table-modal.vue.js +1 -0
  237. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -0
  238. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  239. package/lib/src/business/index.d.ts +140 -131
  240. package/lib/src/business/index.js +1 -1
  241. package/lib/src/business/title/ApTitle.vue.d.ts +17 -12
  242. package/lib/src/button/button.vue.d.ts +12 -7
  243. package/lib/src/button/index.d.ts +2 -2
  244. package/lib/src/check-card/group.vue.d.ts +18 -13
  245. package/lib/src/check-card/index.vue.d.ts +16 -11
  246. package/lib/src/config-provider/config-provider-props.d.ts +6 -4
  247. package/lib/src/config-provider/config-provider.d.ts +5 -5
  248. package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
  249. package/lib/src/config-provider/index.d.ts +17 -17
  250. package/lib/src/container/index.d.ts +4 -4
  251. package/lib/src/container/scroll-container.vue.d.ts +181 -8
  252. package/lib/src/count-down/button.vue.d.ts +4 -4
  253. package/lib/src/count-down/index.d.ts +8 -8
  254. package/lib/src/count-down/input.vue.d.ts +16 -11
  255. package/lib/src/cropper/cropper-avatar.vue.d.ts +4 -4
  256. package/lib/src/cropper/cropper-image.vue.d.ts +4 -4
  257. package/lib/src/cropper/index.d.ts +4 -4
  258. package/lib/src/description/index.d.ts +2 -2
  259. package/lib/src/dropdown/dropdown.vue.d.ts +16 -11
  260. package/lib/src/dropdown/index.d.ts +2 -2
  261. package/lib/src/editable-table/form-item.vue.d.ts +5 -5
  262. package/lib/src/editable-table/index.vue.d.ts +6 -6
  263. package/lib/src/icon/icon.vue.d.ts +4 -5
  264. package/lib/src/icon/index.d.ts +16 -16
  265. package/lib/src/icon/svg-icon.vue.d.ts +4 -4
  266. package/lib/src/icon-picker/icon-picker.vue.d.ts +4 -4
  267. package/lib/src/icon-picker/index.d.ts +2 -2
  268. package/lib/src/index.js +1 -1
  269. package/lib/src/locale/lang/en.js +1 -1
  270. package/lib/src/locale/lang/zh-cn.js +1 -1
  271. package/lib/src/modal/basic.vue.d.ts +210 -5
  272. package/lib/src/modal/components/modal-close.vue.d.ts +4 -4
  273. package/lib/src/modal/components/modal-footer.vue.d.ts +10 -5
  274. package/lib/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  275. package/lib/src/modal/components/modal.d.ts +1 -1
  276. package/lib/src/modal/index.d.ts +5 -5
  277. package/lib/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  278. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  279. package/lib/src/pro-form/components/api-select.vue.d.ts +16 -11
  280. package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  281. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  282. package/lib/src/pro-form/components/api-tree.vue.d.ts +16 -11
  283. package/lib/src/pro-form/components/form-action.vue.d.ts +19 -14
  284. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  285. package/lib/src/pro-form/hooks/use-label-width.d.ts +25 -25
  286. package/lib/src/pro-form/pro-form.vue.d.ts +888 -15
  287. package/lib/src/pro-form/table-form-inner.vue.d.ts +6 -5
  288. package/lib/src/pro-form/table-form.vue.d.ts +6 -5
  289. package/lib/src/pro-form/types/form.d.ts +4 -4
  290. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  291. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  292. package/lib/src/pro-table/components/table-action.vue.d.ts +7 -2
  293. package/lib/src/pro-table/components/table-footer.vue.d.ts +4 -4
  294. package/lib/src/pro-table/components/table-header.vue.d.ts +9 -4
  295. package/lib/src/pro-table/components/table-image.vue.d.ts +4 -4
  296. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  297. package/lib/src/pro-table/pro-table.vue.d.ts +2049 -28
  298. package/lib/src/prompt/utils.d.ts +1 -1
  299. package/lib/src/scroll-bar/index.d.ts +2 -2
  300. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  301. package/lib/src/strength-meter/index.d.ts +2 -2
  302. package/lib/src/strength-meter/strength-meter.vue.d.ts +16 -11
  303. package/lib/src/theme/antd-global-overwrite/admin/index.css +1 -0
  304. package/lib/src/theme/antd-global-overwrite/admin/table.css +1 -0
  305. package/lib/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  306. package/lib/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  307. package/lib/src/transition/collapse-transition.vue.d.ts +7 -2
  308. package/lib/src/utils/config-provider-preset.d.ts +5 -5
  309. package/lib/src/work-order-modal/createWorkOrder.js +1 -1
  310. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  311. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  312. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  313. package/package.json +3 -3
@@ -1,5 +1,13 @@
1
- import { ApFieldSelectProps, FieldMode } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefaultOptionType, SelectValue, LabeledValue } from 'ant-design-vue/es/select';
2
+ import { ApFieldSelectProps } from '../interface';
3
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
4
+ import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
+ import { ButtonSize } from 'ant-design-vue/es/button';
6
+ import { VueNode, CustomSlotsType } from 'ant-design-vue/es/_util/type';
7
+ import { SelectHandler, FieldNames, FilterFunc } from 'ant-design-vue/es/vc-select/Select';
8
+ import { RenderDOMFunc, DropdownRender, CustomTagProps } from 'ant-design-vue/es/vc-select/BaseSelect';
9
+ import { AlignType } from 'ant-design-vue/es/vc-trigger/interface';
10
+ import { FieldMode } from '..';
3
11
  type ApFieldSelectSlots = {
4
12
  notFoundContent: any;
5
13
  suffixIcon: any;
@@ -17,7 +25,580 @@ type ApFieldSelectSlots = {
17
25
  declare function requestIfNeeded(clear?: boolean): Promise<void>;
18
26
  declare function focus(): void;
19
27
  declare function blur(): void;
20
- declare function __VLS_template(): Readonly<ApFieldSelectSlots> & ApFieldSelectSlots;
28
+ declare function __VLS_template(): {
29
+ slots: Readonly<ApFieldSelectSlots> & ApFieldSelectSlots;
30
+ refs: {
31
+ selectRef: CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
32
+ value: {
33
+ type: PropType<SelectValue>;
34
+ default: SelectValue;
35
+ };
36
+ defaultValue: {
37
+ type: PropType<SelectValue>;
38
+ default: SelectValue;
39
+ };
40
+ notFoundContent: VueTypeValidableDef<any>;
41
+ suffixIcon: VueTypeValidableDef<any>;
42
+ itemIcon: VueTypeValidableDef<any>;
43
+ size: {
44
+ type: PropType<ButtonSize>;
45
+ default: ButtonSize;
46
+ };
47
+ mode: {
48
+ type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
49
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
50
+ };
51
+ bordered: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ transitionName: StringConstructor;
56
+ choiceTransitionName: {
57
+ type: PropType<"">;
58
+ default: "";
59
+ };
60
+ popupClassName: StringConstructor;
61
+ dropdownClassName: StringConstructor;
62
+ placement: {
63
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
64
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
65
+ };
66
+ status: {
67
+ type: PropType<"" | "error" | "warning">;
68
+ default: "" | "error" | "warning";
69
+ };
70
+ 'onUpdate:value': {
71
+ type: PropType<(val: SelectValue) => void>;
72
+ default: (val: SelectValue) => void;
73
+ };
74
+ children: PropType< VueNode[]>;
75
+ listHeight: NumberConstructor;
76
+ onMouseenter: PropType<(e: MouseEvent) => void>;
77
+ onMouseleave: PropType<(e: MouseEvent) => void>;
78
+ tabindex: NumberConstructor;
79
+ onClick: PropType<(e: MouseEvent) => void>;
80
+ onFocus: {
81
+ type: PropType<(e: FocusEvent) => void>;
82
+ };
83
+ onBlur: {
84
+ type: PropType<(e: FocusEvent) => void>;
85
+ };
86
+ onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
87
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
88
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
89
+ onMousedown: PropType<(e: MouseEvent) => void>;
90
+ onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
91
+ open: {
92
+ type: BooleanConstructor;
93
+ default: any;
94
+ };
95
+ animation: StringConstructor;
96
+ direction: {
97
+ type: PropType<"rtl" | "ltr">;
98
+ };
99
+ disabled: {
100
+ type: BooleanConstructor;
101
+ default: any;
102
+ };
103
+ prefixCls: StringConstructor;
104
+ id: StringConstructor;
105
+ autofocus: BooleanConstructor;
106
+ getPopupContainer: {
107
+ type: PropType<RenderDOMFunc>;
108
+ };
109
+ virtual: {
110
+ type: BooleanConstructor;
111
+ default: any;
112
+ };
113
+ dropdownMatchSelectWidth: {
114
+ type: PropType<number | boolean>;
115
+ default: any;
116
+ };
117
+ options: PropType<DefaultOptionType[]>;
118
+ showAction: {
119
+ type: PropType<("click" | "focus")[]>;
120
+ };
121
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
122
+ loading: {
123
+ type: BooleanConstructor;
124
+ default: any;
125
+ };
126
+ placeholder: VueTypeValidableDef<any>;
127
+ clearIcon: VueTypeValidableDef<any>;
128
+ allowClear: {
129
+ type: BooleanConstructor;
130
+ default: any;
131
+ };
132
+ onSearch: PropType<(value: string) => void>;
133
+ fieldNames: PropType<FieldNames>;
134
+ dropdownStyle: {
135
+ type: PropType<CSSProperties>;
136
+ };
137
+ dropdownRender: {
138
+ type: PropType<DropdownRender>;
139
+ };
140
+ dropdownAlign: PropType<AlignType>;
141
+ showSearch: {
142
+ type: BooleanConstructor;
143
+ default: any;
144
+ };
145
+ searchValue: StringConstructor;
146
+ onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
147
+ removeIcon: VueTypeValidableDef<any>;
148
+ maxTagCount: {
149
+ type: PropType<number | "responsive">;
150
+ };
151
+ maxTagTextLength: NumberConstructor;
152
+ maxTagPlaceholder: VueTypeValidableDef<any>;
153
+ tokenSeparators: {
154
+ type: PropType<string[]>;
155
+ };
156
+ tagRender: {
157
+ type: PropType<(props: CustomTagProps) => any>;
158
+ };
159
+ optionLabelRender: {
160
+ type: PropType<(option: Record<string, any>) => any>;
161
+ };
162
+ onClear: PropType<() => void>;
163
+ defaultOpen: {
164
+ type: BooleanConstructor;
165
+ default: any;
166
+ };
167
+ onDropdownVisibleChange: {
168
+ type: PropType<(open: boolean) => void>;
169
+ };
170
+ showArrow: {
171
+ type: BooleanConstructor;
172
+ default: any;
173
+ };
174
+ onPopupScroll: PropType<(e: UIEvent) => void>;
175
+ menuItemSelectedIcon: VueTypeValidableDef<any>;
176
+ listItemHeight: NumberConstructor;
177
+ inputValue: StringConstructor;
178
+ autoClearSearchValue: {
179
+ type: BooleanConstructor;
180
+ default: any;
181
+ };
182
+ filterOption: {
183
+ type: PropType<boolean | FilterFunc<DefaultOptionType>>;
184
+ default: any;
185
+ };
186
+ filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
187
+ optionFilterProp: StringConstructor;
188
+ optionLabelProp: StringConstructor;
189
+ defaultActiveFirstOption: {
190
+ type: BooleanConstructor;
191
+ default: any;
192
+ };
193
+ labelInValue: {
194
+ type: BooleanConstructor;
195
+ default: any;
196
+ };
197
+ }>>, () => VueNode, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
198
+ value: {
199
+ type: PropType<SelectValue>;
200
+ default: SelectValue;
201
+ };
202
+ defaultValue: {
203
+ type: PropType<SelectValue>;
204
+ default: SelectValue;
205
+ };
206
+ notFoundContent: VueTypeValidableDef<any>;
207
+ suffixIcon: VueTypeValidableDef<any>;
208
+ itemIcon: VueTypeValidableDef<any>;
209
+ size: {
210
+ type: PropType<ButtonSize>;
211
+ default: ButtonSize;
212
+ };
213
+ mode: {
214
+ type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
215
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
216
+ };
217
+ bordered: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
221
+ transitionName: StringConstructor;
222
+ choiceTransitionName: {
223
+ type: PropType<"">;
224
+ default: "";
225
+ };
226
+ popupClassName: StringConstructor;
227
+ dropdownClassName: StringConstructor;
228
+ placement: {
229
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
230
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
231
+ };
232
+ status: {
233
+ type: PropType<"" | "error" | "warning">;
234
+ default: "" | "error" | "warning";
235
+ };
236
+ 'onUpdate:value': {
237
+ type: PropType<(val: SelectValue) => void>;
238
+ default: (val: SelectValue) => void;
239
+ };
240
+ children: PropType< VueNode[]>;
241
+ listHeight: NumberConstructor;
242
+ onMouseenter: PropType<(e: MouseEvent) => void>;
243
+ onMouseleave: PropType<(e: MouseEvent) => void>;
244
+ tabindex: NumberConstructor;
245
+ onClick: PropType<(e: MouseEvent) => void>;
246
+ onFocus: {
247
+ type: PropType<(e: FocusEvent) => void>;
248
+ };
249
+ onBlur: {
250
+ type: PropType<(e: FocusEvent) => void>;
251
+ };
252
+ onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
253
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
254
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
255
+ onMousedown: PropType<(e: MouseEvent) => void>;
256
+ onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
257
+ open: {
258
+ type: BooleanConstructor;
259
+ default: any;
260
+ };
261
+ animation: StringConstructor;
262
+ direction: {
263
+ type: PropType<"rtl" | "ltr">;
264
+ };
265
+ disabled: {
266
+ type: BooleanConstructor;
267
+ default: any;
268
+ };
269
+ prefixCls: StringConstructor;
270
+ id: StringConstructor;
271
+ autofocus: BooleanConstructor;
272
+ getPopupContainer: {
273
+ type: PropType<RenderDOMFunc>;
274
+ };
275
+ virtual: {
276
+ type: BooleanConstructor;
277
+ default: any;
278
+ };
279
+ dropdownMatchSelectWidth: {
280
+ type: PropType<number | boolean>;
281
+ default: any;
282
+ };
283
+ options: PropType<DefaultOptionType[]>;
284
+ showAction: {
285
+ type: PropType<("click" | "focus")[]>;
286
+ };
287
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
288
+ loading: {
289
+ type: BooleanConstructor;
290
+ default: any;
291
+ };
292
+ placeholder: VueTypeValidableDef<any>;
293
+ clearIcon: VueTypeValidableDef<any>;
294
+ allowClear: {
295
+ type: BooleanConstructor;
296
+ default: any;
297
+ };
298
+ onSearch: PropType<(value: string) => void>;
299
+ fieldNames: PropType<FieldNames>;
300
+ dropdownStyle: {
301
+ type: PropType<CSSProperties>;
302
+ };
303
+ dropdownRender: {
304
+ type: PropType<DropdownRender>;
305
+ };
306
+ dropdownAlign: PropType<AlignType>;
307
+ showSearch: {
308
+ type: BooleanConstructor;
309
+ default: any;
310
+ };
311
+ searchValue: StringConstructor;
312
+ onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
313
+ removeIcon: VueTypeValidableDef<any>;
314
+ maxTagCount: {
315
+ type: PropType<number | "responsive">;
316
+ };
317
+ maxTagTextLength: NumberConstructor;
318
+ maxTagPlaceholder: VueTypeValidableDef<any>;
319
+ tokenSeparators: {
320
+ type: PropType<string[]>;
321
+ };
322
+ tagRender: {
323
+ type: PropType<(props: CustomTagProps) => any>;
324
+ };
325
+ optionLabelRender: {
326
+ type: PropType<(option: Record<string, any>) => any>;
327
+ };
328
+ onClear: PropType<() => void>;
329
+ defaultOpen: {
330
+ type: BooleanConstructor;
331
+ default: any;
332
+ };
333
+ onDropdownVisibleChange: {
334
+ type: PropType<(open: boolean) => void>;
335
+ };
336
+ showArrow: {
337
+ type: BooleanConstructor;
338
+ default: any;
339
+ };
340
+ onPopupScroll: PropType<(e: UIEvent) => void>;
341
+ menuItemSelectedIcon: VueTypeValidableDef<any>;
342
+ listItemHeight: NumberConstructor;
343
+ inputValue: StringConstructor;
344
+ autoClearSearchValue: {
345
+ type: BooleanConstructor;
346
+ default: any;
347
+ };
348
+ filterOption: {
349
+ type: PropType<boolean | FilterFunc<DefaultOptionType>>;
350
+ default: any;
351
+ };
352
+ filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
353
+ optionFilterProp: StringConstructor;
354
+ optionLabelProp: StringConstructor;
355
+ defaultActiveFirstOption: {
356
+ type: BooleanConstructor;
357
+ default: any;
358
+ };
359
+ labelInValue: {
360
+ type: BooleanConstructor;
361
+ default: any;
362
+ };
363
+ }>>, {
364
+ size: ButtonSize;
365
+ value: SelectValue;
366
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
367
+ open: boolean;
368
+ disabled: boolean;
369
+ autofocus: boolean;
370
+ virtual: boolean;
371
+ dropdownMatchSelectWidth: number | boolean;
372
+ status: "" | "error" | "warning";
373
+ defaultValue: SelectValue;
374
+ 'onUpdate:value': (val: SelectValue) => void;
375
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
376
+ loading: boolean;
377
+ bordered: boolean;
378
+ allowClear: boolean;
379
+ showSearch: boolean;
380
+ choiceTransitionName: "";
381
+ defaultOpen: boolean;
382
+ showArrow: boolean;
383
+ autoClearSearchValue: boolean;
384
+ filterOption: boolean | FilterFunc<DefaultOptionType>;
385
+ defaultActiveFirstOption: boolean;
386
+ labelInValue: boolean;
387
+ }, true, {}, CustomSlotsType<{
388
+ notFoundContent: any;
389
+ suffixIcon: any;
390
+ itemIcon: any;
391
+ removeIcon: any;
392
+ clearIcon: any;
393
+ dropdownRender: any;
394
+ option: any;
395
+ placeholder: any;
396
+ tagRender: any;
397
+ maxTagPlaceholder: any;
398
+ optionLabel: any;
399
+ default: any;
400
+ }>, {
401
+ P: {};
402
+ B: {};
403
+ D: {};
404
+ C: {};
405
+ M: {};
406
+ Defaults: {};
407
+ }, Readonly< ExtractPropTypes<{
408
+ value: {
409
+ type: PropType<SelectValue>;
410
+ default: SelectValue;
411
+ };
412
+ defaultValue: {
413
+ type: PropType<SelectValue>;
414
+ default: SelectValue;
415
+ };
416
+ notFoundContent: VueTypeValidableDef<any>;
417
+ suffixIcon: VueTypeValidableDef<any>;
418
+ itemIcon: VueTypeValidableDef<any>;
419
+ size: {
420
+ type: PropType<ButtonSize>;
421
+ default: ButtonSize;
422
+ };
423
+ mode: {
424
+ type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
425
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
426
+ };
427
+ bordered: {
428
+ type: BooleanConstructor;
429
+ default: boolean;
430
+ };
431
+ transitionName: StringConstructor;
432
+ choiceTransitionName: {
433
+ type: PropType<"">;
434
+ default: "";
435
+ };
436
+ popupClassName: StringConstructor;
437
+ dropdownClassName: StringConstructor;
438
+ placement: {
439
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
440
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
441
+ };
442
+ status: {
443
+ type: PropType<"" | "error" | "warning">;
444
+ default: "" | "error" | "warning";
445
+ };
446
+ 'onUpdate:value': {
447
+ type: PropType<(val: SelectValue) => void>;
448
+ default: (val: SelectValue) => void;
449
+ };
450
+ children: PropType< VueNode[]>;
451
+ listHeight: NumberConstructor;
452
+ onMouseenter: PropType<(e: MouseEvent) => void>;
453
+ onMouseleave: PropType<(e: MouseEvent) => void>;
454
+ tabindex: NumberConstructor;
455
+ onClick: PropType<(e: MouseEvent) => void>;
456
+ onFocus: {
457
+ type: PropType<(e: FocusEvent) => void>;
458
+ };
459
+ onBlur: {
460
+ type: PropType<(e: FocusEvent) => void>;
461
+ };
462
+ onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
463
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
464
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
465
+ onMousedown: PropType<(e: MouseEvent) => void>;
466
+ onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
467
+ open: {
468
+ type: BooleanConstructor;
469
+ default: any;
470
+ };
471
+ animation: StringConstructor;
472
+ direction: {
473
+ type: PropType<"rtl" | "ltr">;
474
+ };
475
+ disabled: {
476
+ type: BooleanConstructor;
477
+ default: any;
478
+ };
479
+ prefixCls: StringConstructor;
480
+ id: StringConstructor;
481
+ autofocus: BooleanConstructor;
482
+ getPopupContainer: {
483
+ type: PropType<RenderDOMFunc>;
484
+ };
485
+ virtual: {
486
+ type: BooleanConstructor;
487
+ default: any;
488
+ };
489
+ dropdownMatchSelectWidth: {
490
+ type: PropType<number | boolean>;
491
+ default: any;
492
+ };
493
+ options: PropType<DefaultOptionType[]>;
494
+ showAction: {
495
+ type: PropType<("click" | "focus")[]>;
496
+ };
497
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
498
+ loading: {
499
+ type: BooleanConstructor;
500
+ default: any;
501
+ };
502
+ placeholder: VueTypeValidableDef<any>;
503
+ clearIcon: VueTypeValidableDef<any>;
504
+ allowClear: {
505
+ type: BooleanConstructor;
506
+ default: any;
507
+ };
508
+ onSearch: PropType<(value: string) => void>;
509
+ fieldNames: PropType<FieldNames>;
510
+ dropdownStyle: {
511
+ type: PropType<CSSProperties>;
512
+ };
513
+ dropdownRender: {
514
+ type: PropType<DropdownRender>;
515
+ };
516
+ dropdownAlign: PropType<AlignType>;
517
+ showSearch: {
518
+ type: BooleanConstructor;
519
+ default: any;
520
+ };
521
+ searchValue: StringConstructor;
522
+ onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
523
+ removeIcon: VueTypeValidableDef<any>;
524
+ maxTagCount: {
525
+ type: PropType<number | "responsive">;
526
+ };
527
+ maxTagTextLength: NumberConstructor;
528
+ maxTagPlaceholder: VueTypeValidableDef<any>;
529
+ tokenSeparators: {
530
+ type: PropType<string[]>;
531
+ };
532
+ tagRender: {
533
+ type: PropType<(props: CustomTagProps) => any>;
534
+ };
535
+ optionLabelRender: {
536
+ type: PropType<(option: Record<string, any>) => any>;
537
+ };
538
+ onClear: PropType<() => void>;
539
+ defaultOpen: {
540
+ type: BooleanConstructor;
541
+ default: any;
542
+ };
543
+ onDropdownVisibleChange: {
544
+ type: PropType<(open: boolean) => void>;
545
+ };
546
+ showArrow: {
547
+ type: BooleanConstructor;
548
+ default: any;
549
+ };
550
+ onPopupScroll: PropType<(e: UIEvent) => void>;
551
+ menuItemSelectedIcon: VueTypeValidableDef<any>;
552
+ listItemHeight: NumberConstructor;
553
+ inputValue: StringConstructor;
554
+ autoClearSearchValue: {
555
+ type: BooleanConstructor;
556
+ default: any;
557
+ };
558
+ filterOption: {
559
+ type: PropType<boolean | FilterFunc<DefaultOptionType>>;
560
+ default: any;
561
+ };
562
+ filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
563
+ optionFilterProp: StringConstructor;
564
+ optionLabelProp: StringConstructor;
565
+ defaultActiveFirstOption: {
566
+ type: BooleanConstructor;
567
+ default: any;
568
+ };
569
+ labelInValue: {
570
+ type: BooleanConstructor;
571
+ default: any;
572
+ };
573
+ }>>, () => VueNode, {}, {}, {}, {
574
+ size: ButtonSize;
575
+ value: SelectValue;
576
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
577
+ open: boolean;
578
+ disabled: boolean;
579
+ autofocus: boolean;
580
+ virtual: boolean;
581
+ dropdownMatchSelectWidth: number | boolean;
582
+ status: "" | "error" | "warning";
583
+ defaultValue: SelectValue;
584
+ 'onUpdate:value': (val: SelectValue) => void;
585
+ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
586
+ loading: boolean;
587
+ bordered: boolean;
588
+ allowClear: boolean;
589
+ showSearch: boolean;
590
+ choiceTransitionName: "";
591
+ defaultOpen: boolean;
592
+ showArrow: boolean;
593
+ autoClearSearchValue: boolean;
594
+ filterOption: boolean | FilterFunc<DefaultOptionType>;
595
+ defaultActiveFirstOption: boolean;
596
+ labelInValue: boolean;
597
+ }> | null;
598
+ };
599
+ attrs: Partial<{}>;
600
+ };
601
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
602
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldSelectProps>, {
22
603
  mode: string;
23
604
  emptyText: string;
@@ -68,10 +649,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
68
649
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
69
650
  }, {
70
651
  mode: FieldMode;
71
- virtual: boolean;
72
652
  open: boolean;
73
- loading: boolean;
653
+ multiple: boolean;
74
654
  disabled: boolean;
655
+ virtual: boolean;
656
+ loading: boolean;
75
657
  bordered: boolean;
76
658
  autofocus: boolean;
77
659
  allowClear: boolean;
@@ -81,27 +663,18 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
81
663
  autoClearSearchValue: boolean;
82
664
  defaultActiveFirstOption: boolean;
83
665
  labelInValue: boolean;
84
- multiple: boolean;
85
666
  lazy: boolean;
86
667
  emptyText: string;
87
668
  searchMode: "filter" | "request";
88
669
  refetchOnFocus: boolean;
89
670
  }, {}>;
90
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
671
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
672
  export default _default;
92
673
  type __VLS_WithDefaults<P, D> = {
93
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
674
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
94
675
  default: D[K];
95
676
  }> : P[K];
96
677
  };
97
- type __VLS_Prettify<T> = {
98
- [K in keyof T]: T[K];
99
- } & {};
100
- type __VLS_WithTemplateSlots<T, S> = T & {
101
- new (): {
102
- $slots: S;
103
- };
104
- };
105
678
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
106
679
  type __VLS_TypePropsToOption<T> = {
107
680
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -111,3 +684,11 @@ type __VLS_TypePropsToOption<T> = {
111
684
  required: true;
112
685
  };
113
686
  };
687
+ type __VLS_WithTemplateSlots<T, S> = T & {
688
+ new (): {
689
+ $slots: S;
690
+ };
691
+ };
692
+ type __VLS_PrettifyLocal<T> = {
693
+ [K in keyof T]: T[K];
694
+ } & {};
@@ -49,9 +49,9 @@ const Y = { key: 0 }, re = /* @__PURE__ */ k({
49
49
  dropdownMatchSelectWidth: {},
50
50
  options: {},
51
51
  showAction: {},
52
- placeholder: {},
53
52
  onDeselect: {},
54
53
  loading: { type: Boolean, default: void 0 },
54
+ placeholder: {},
55
55
  clearIcon: {},
56
56
  allowClear: { type: Boolean, default: !0 },
57
57
  fieldNames: {},