@aplus-frontend/ui 0.4.17 → 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 (287) 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/theme/antd-global-overwrite/admin/index.css +20 -20
  135. package/es/src/theme/antd-global-overwrite/admin/table.css +20 -20
  136. package/es/src/theme/antd-global-overwrite/aplus/index.css +20 -20
  137. package/es/src/theme/antd-global-overwrite/aplus/table.css +20 -20
  138. package/es/src/utils/index.d.ts +8 -0
  139. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  140. package/lib/src/ap-action/item/index.vue.d.ts +1 -2
  141. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  142. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
  143. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  144. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
  145. package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
  146. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  147. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  148. package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
  149. package/lib/src/ap-field/date/index.vue.d.ts +1 -2
  150. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
  151. package/lib/src/ap-field/number/index.vue.d.ts +2 -324
  152. package/lib/src/ap-field/radio/index.vue.d.ts +2 -98
  153. package/lib/src/ap-field/rate/index.vue.d.ts +2 -84
  154. package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
  155. package/lib/src/ap-field/select/index.vue.d.ts +2 -409
  156. package/lib/src/ap-field/select/index.vue.js +1 -1
  157. package/lib/src/ap-field/slider/index.vue.d.ts +2 -259
  158. package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
  159. package/lib/src/ap-field/text/index.vue.d.ts +1 -2
  160. package/lib/src/ap-field/text/password.vue.d.ts +1 -2
  161. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -267
  162. package/lib/src/ap-form/ap-form.vue.d.ts +4 -639
  163. package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
  164. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  165. package/lib/src/ap-form/item/index.vue.d.ts +2 -779
  166. package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
  167. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  168. package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
  169. package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  170. package/lib/src/ap-form/items/number/index.vue.d.ts +3 -785
  171. package/lib/src/ap-form/items/radio/index.vue.d.ts +4 -223
  172. package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
  173. package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
  174. package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
  175. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -141
  176. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -150
  177. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  178. package/lib/src/ap-form/list/index.vue.d.ts +1 -2
  179. package/lib/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  180. package/lib/src/ap-form/provider/index.vue.d.ts +1 -2
  181. package/lib/src/ap-form/render/control.vue.d.ts +1 -2
  182. package/lib/src/ap-form/render/item.vue.d.ts +1 -2
  183. package/lib/src/ap-form/search-form/index.vue.d.ts +5 -1457
  184. package/lib/src/ap-form/set/index.vue.d.ts +1 -2
  185. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  186. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  187. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  188. package/lib/src/ap-list/index.vue.d.ts +5 -3
  189. package/lib/src/ap-table/ap-table.vue.d.ts +10 -3
  190. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  191. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  192. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  193. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  194. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  195. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  196. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  197. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  198. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  199. package/lib/src/ap-table/constants.d.ts +14 -2264
  200. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  201. package/lib/src/ap-table/interface.d.ts +9 -0
  202. package/lib/src/ap-table/utils.d.ts +8 -1180
  203. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  204. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  205. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -5
  206. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  207. package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -7
  208. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  209. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  210. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  211. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  212. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  213. package/lib/src/business/ap-batch-action/index.d.ts +1 -3
  214. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  215. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  216. package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
  217. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
  218. package/lib/src/business/ap-card/index.d.ts +1 -1
  219. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  220. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  221. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  222. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  223. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  224. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  225. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  226. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  227. package/lib/src/business/ap-group-search/index.d.ts +4 -418
  228. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  229. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  230. package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
  231. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  232. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  233. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  234. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  235. package/lib/src/business/ap-ladder/index.d.ts +1 -4
  236. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  237. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  238. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  239. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  240. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  241. package/lib/src/business/ap-table-modal/index.d.ts +44 -22
  242. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  243. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  244. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  245. package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  246. package/lib/src/business/ap-title/index.d.ts +1 -1
  247. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  248. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  249. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  250. package/lib/src/business/batch-input-group/index.vue.d.ts +3 -146
  251. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  252. package/lib/src/business/hooks/usePageListApTable.d.ts +14 -0
  253. package/lib/src/business/hooks/useTableRefresh.d.ts +4 -1
  254. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  255. package/lib/src/check-card/group.vue.d.ts +1 -2
  256. package/lib/src/check-card/index.vue.d.ts +2 -3
  257. package/lib/src/config-provider/config-provider-props.d.ts +3 -0
  258. package/lib/src/config-provider/config-provider-props.js +1 -1
  259. package/lib/src/config-provider/config-provider.d.ts +6 -0
  260. package/lib/src/config-provider/config-provider.js +1 -1
  261. package/lib/src/config-provider/hooks/use-global-config.d.ts +3 -0
  262. package/lib/src/config-provider/index.d.ts +9 -0
  263. package/lib/src/editable-table/form-item.vue.d.ts +5 -3
  264. package/lib/src/editable-table/index.vue.d.ts +5 -3
  265. package/lib/src/full-screen/index.vue.d.ts +2 -6
  266. package/lib/src/portal/index.vue.d.ts +1 -2
  267. package/lib/src/resize-observer/index.vue.d.ts +1 -2
  268. package/lib/src/scroll-bar/index.vue.d.ts +4 -43
  269. package/lib/src/scroll-bar/index.vue.js +1 -1
  270. package/lib/src/scroll-bar/internal.vue.d.ts +1 -5
  271. package/lib/src/scroll-view/index.vue.d.ts +9 -97
  272. package/lib/src/tests/wrapper.d.ts +4 -4
  273. package/lib/src/theme/antd-global-overwrite/admin/index.css +20 -20
  274. package/lib/src/theme/antd-global-overwrite/admin/table.css +20 -20
  275. package/lib/src/theme/antd-global-overwrite/aplus/index.css +20 -20
  276. package/lib/src/theme/antd-global-overwrite/aplus/table.css +20 -20
  277. package/lib/src/utils/index.d.ts +8 -0
  278. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  279. package/package.json +3 -3
  280. package/theme/antd-global-overwrite/admin/index.css +20 -20
  281. package/theme/antd-global-overwrite/admin/table.css +20 -20
  282. package/theme/antd-global-overwrite/admin/table.less +3 -3
  283. package/theme/antd-global-overwrite/aplus/index.css +20 -20
  284. package/theme/antd-global-overwrite/aplus/table.css +20 -20
  285. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  286. package/theme/ap-scroll-bar/index.css +0 -31
  287. package/theme/ap-scroll-bar/index.less +0 -39
@@ -1,15 +1,14 @@
1
1
  import { ApCardProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: {
6
5
  default?(_: {}): any;
7
6
  };
8
7
  refs: {};
9
- rootEl: HTMLDivElement;
8
+ attrs: Partial<{}>;
10
9
  };
11
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
12
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
13
  export default _default;
15
14
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,7 +2,7 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
2
2
  import { ApCardProps } from './interface';
3
3
  export * from './interface';
4
4
  declare const ApCard: {
5
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApCardProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApCardProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
6
6
  P: {};
7
7
  B: {};
8
8
  D: {};
@@ -1,10 +1,10 @@
1
1
  import { ApExpandAlertProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
3
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onExpand?: ((...args: any[]) => any) | undefined;
6
6
  readonly onChoose?: ((...args: any[]) => any) | undefined;
7
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onExpand" | "onChoose"> & ApExpandAlertProps<T> & Partial<{}>> & PublicProps;
7
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onExpand" | "onChoose"> & ApExpandAlertProps<T>> & PublicProps;
8
8
  expose(exposed: ShallowUnwrapRef<{
9
9
  setExpand: (state?: boolean) => void;
10
10
  }>): void;
@@ -23,7 +23,9 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
23
23
  }): any;
24
24
  };
25
25
  emit: (event: "expand" | "choose", ...args: any[]) => void;
26
- }>) => VNode & {
26
+ }>) => VNode<RendererNode, RendererElement, {
27
+ [key: string]: any;
28
+ }> & {
27
29
  __ctx?: Awaited<typeof __VLS_setup>;
28
30
  };
29
31
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, Plugin } from 'vue';
1
+ import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, RendererNode, RendererElement, Plugin } from 'vue';
2
2
  export * from './interface';
3
3
  declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4
4
  attrs: any;
@@ -20,7 +20,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
20
20
  props: {
21
21
  readonly onExpand?: ((...args: any[]) => any) | undefined;
22
22
  readonly onChoose?: ((...args: any[]) => any) | undefined;
23
- type?: "warning" | "error" | "success" | "info" | "card" | undefined | undefined;
23
+ type?: "warning" | "error" | "success" | "info" | "card" | undefined;
24
24
  data?: string | T[] | undefined;
25
25
  prefix?: string | undefined;
26
26
  tipTitle?: string | undefined;
@@ -29,7 +29,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
29
29
  separatorStyle?: CSSProperties | undefined;
30
30
  contentStyle?: Omit< CSSProperties, "wordBreak" | "overflow" | "display" | "webkitLineClamp" | "webkitBoxOrient"> | undefined;
31
31
  prefixStyle?: CSSProperties | undefined;
32
- rows?: string | number | undefined;
32
+ rows?: (string | number) | undefined;
33
33
  defaultExpand?: boolean | undefined;
34
34
  showIcon?: boolean | undefined;
35
35
  } & PublicProps;
@@ -51,7 +51,9 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
51
51
  }): any;
52
52
  };
53
53
  emit: (event: "expand" | "choose", ...args: any[]) => void;
54
- }>) => VNode & {
54
+ }>) => VNode<RendererNode, RendererElement, {
55
+ [key: string]: any;
56
+ }> & {
55
57
  __ctx?: Awaited<typeof __VLS_setup>;
56
58
  }) & ( Plugin & (new (...args: any[]) => {
57
59
  $props: {
@@ -2,7 +2,6 @@ import { SelectValue } from '@aplus-frontend/antdv/es/select';
2
2
  import { GroupSearchProps } from './interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
5
  slots: {
7
6
  search?(_: {
8
7
  key: SelectValue;
@@ -13,7 +12,7 @@ declare function __VLS_template(): {
13
12
  refs: {
14
13
  containerRef: HTMLDivElement;
15
14
  };
16
- rootEl: HTMLDivElement;
15
+ attrs: Partial<{}>;
17
16
  };
18
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
18
  declare const __VLS_component: DefineComponent<GroupSearchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -23,9 +22,7 @@ declare const __VLS_component: DefineComponent<GroupSearchProps, {}, {}, {}, {},
23
22
  }>, {
24
23
  dropdownMatchSelectWidth: number | boolean;
25
24
  hasAll: boolean;
26
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
27
- containerRef: HTMLDivElement;
28
- }, HTMLDivElement>;
25
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
29
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
27
  export default _default;
31
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R, openBlock as C, createElementBlock as D, normalizeClass as d, createVNode as p, withCtx as w, normalizeStyle as K, createBlock as F, createCommentVNode as T, renderSlot as $ } from "vue";
1
+ import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as R, unref as t, resolveComponent as D, openBlock as w, createElementBlock as K, normalizeClass as d, createVNode as p, withCtx as C, normalizeStyle as O, createBlock as F, createCommentVNode as T, renderSlot as $ } from "vue";
2
2
  import { Flex as j, Select as E } from "@aplus-frontend/antdv";
3
3
  import G from "./images/icon-down.vue.mjs";
4
4
  import "./extension-select/index.vue.mjs";
@@ -85,7 +85,6 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
85
85
  optionFilterProp: {},
86
86
  optionLabelProp: {},
87
87
  defaultActiveFirstOption: { type: Boolean },
88
- onClickOption: {},
89
88
  labelInValue: { type: Boolean },
90
89
  hasAll: { type: Boolean, default: !0 },
91
90
  style: {}
@@ -112,7 +111,7 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
112
111
  return !o || o.length === 1 ? n : ((i = l.options) == null ? void 0 : i.filter((r) => o.includes(r.value)).map((r) => r.label).join("/")) || n;
113
112
  });
114
113
  N(() => {
115
- O(
114
+ R(
116
115
  () => {
117
116
  var e;
118
117
  return [l.hasAll, (e = t(a)) == null ? void 0 : e.key];
@@ -142,31 +141,31 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
142
141
  });
143
142
  }, { b: I, e: g, em: L } = W("ap-group-search");
144
143
  return (e, o) => {
145
- const n = R("Divider");
146
- return C(), D("div", {
144
+ const n = D("Divider");
145
+ return w(), K("div", {
147
146
  ref_key: "containerRef",
148
147
  ref: y,
149
148
  class: d(t(I)())
150
149
  }, [
151
150
  p(t(j), null, {
152
- default: w(() => {
151
+ default: C(() => {
153
152
  var s, i;
154
153
  return [
155
154
  p(t(E), {
156
155
  value: V.value,
157
- style: K(B.value),
156
+ style: O(B.value),
158
157
  class: d(`${e.$attrs.class} ${t(f) === "admin" ? t(L)("search", "admin") : t(g)("search")}`),
159
158
  options: k.value,
160
159
  bordered: !1,
161
160
  "dropdown-match-select-width": l.dropdownMatchSelectWidth,
162
161
  onChange: A
163
162
  }, {
164
- suffixIcon: w(() => [
163
+ suffixIcon: C(() => [
165
164
  p(G)
166
165
  ]),
167
166
  _: 1
168
167
  }, 8, ["value", "style", "class", "options", "dropdown-match-select-width"]),
169
- t(f) === "aplus" ? (C(), F(n, {
168
+ t(f) === "aplus" ? (w(), F(n, {
170
169
  key: 0,
171
170
  class: d(t(g)("divider")),
172
171
  type: "vertical",
@@ -1,14 +1,350 @@
1
- import { SelectProps } from '@aplus-frontend/antdv';
2
- import { SelectValue } from '@aplus-frontend/antdv/es/select';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
- type __VLS_Props = Omit<SelectProps, 'mode' | 'suffixIcon'> & {
1
+ import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
2
+ import { DefineComponent, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
4
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
5
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
6
+ import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
7
+ import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
8
+ 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"> & {
5
176
  __parentRef?: HTMLElement;
6
- };
7
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
177
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
178
  change: (value: SelectValue) => any;
9
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
179
+ }, string, PublicProps, Readonly<Omit<Partial< ExtractPropTypes<{
180
+ value: {
181
+ type: PropType<SelectValue>;
182
+ default: SelectValue;
183
+ };
184
+ defaultValue: {
185
+ type: PropType<SelectValue>;
186
+ default: SelectValue;
187
+ };
188
+ notFoundContent: VueTypeValidableDef<any>;
189
+ suffixIcon: VueTypeValidableDef<any>;
190
+ itemIcon: VueTypeValidableDef<any>;
191
+ size: {
192
+ type: PropType<ButtonSize>;
193
+ default: ButtonSize;
194
+ };
195
+ mode: {
196
+ type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
197
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
198
+ };
199
+ bordered: {
200
+ type: BooleanConstructor;
201
+ default: boolean;
202
+ };
203
+ transitionName: StringConstructor;
204
+ choiceTransitionName: {
205
+ type: PropType<"">;
206
+ default: "";
207
+ };
208
+ popupClassName: StringConstructor;
209
+ dropdownClassName: StringConstructor;
210
+ placement: {
211
+ type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
212
+ default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
213
+ };
214
+ status: {
215
+ type: PropType<"" | "error" | "warning">;
216
+ default: "" | "error" | "warning";
217
+ };
218
+ 'onUpdate:value': {
219
+ type: PropType<(val: SelectValue) => void>;
220
+ default: (val: SelectValue) => void;
221
+ };
222
+ children: PropType< VueNode[]>;
223
+ listHeight: NumberConstructor;
224
+ onMouseenter: PropType<(e: MouseEvent) => void>;
225
+ onMouseleave: PropType<(e: MouseEvent) => void>;
226
+ tabindex: NumberConstructor;
227
+ onClick: PropType<(e: MouseEvent) => void>;
228
+ onFocus: {
229
+ type: PropType<(e: FocusEvent) => void>;
230
+ };
231
+ onBlur: {
232
+ type: PropType<(e: FocusEvent) => void>;
233
+ };
234
+ onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
235
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
236
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
237
+ onMousedown: PropType<(e: MouseEvent) => void>;
238
+ onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
239
+ open: {
240
+ type: BooleanConstructor;
241
+ default: any;
242
+ };
243
+ animation: StringConstructor;
244
+ direction: {
245
+ type: PropType<"rtl" | "ltr">;
246
+ };
247
+ disabled: {
248
+ type: BooleanConstructor;
249
+ default: any;
250
+ };
251
+ prefixCls: StringConstructor;
252
+ id: StringConstructor;
253
+ autofocus: BooleanConstructor;
254
+ getPopupContainer: {
255
+ type: PropType<RenderDOMFunc>;
256
+ };
257
+ virtual: {
258
+ type: BooleanConstructor;
259
+ default: any;
260
+ };
261
+ dropdownMatchSelectWidth: {
262
+ type: PropType<number | boolean>;
263
+ default: any;
264
+ };
265
+ options: PropType< DefaultOptionType[]>;
266
+ showAction: {
267
+ type: PropType<("click" | "focus")[]>;
268
+ };
269
+ onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
270
+ loading: {
271
+ type: BooleanConstructor;
272
+ default: any;
273
+ };
274
+ placeholder: VueTypeValidableDef<any>;
275
+ clearIcon: VueTypeValidableDef<any>;
276
+ allowClear: {
277
+ type: BooleanConstructor;
278
+ default: any;
279
+ };
280
+ onSearch: PropType<(value: string) => void>;
281
+ fieldNames: PropType<FieldNames>;
282
+ dropdownStyle: {
283
+ type: PropType<CSSProperties>;
284
+ };
285
+ dropdownRender: {
286
+ type: PropType<DropdownRender>;
287
+ };
288
+ dropdownAlign: PropType<AlignType>;
289
+ showSearch: {
290
+ type: BooleanConstructor;
291
+ default: any;
292
+ };
293
+ searchValue: StringConstructor;
294
+ onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
295
+ removeIcon: VueTypeValidableDef<any>;
296
+ maxTagCount: {
297
+ type: PropType<number | "responsive">;
298
+ };
299
+ maxTagTextLength: NumberConstructor;
300
+ maxTagPlaceholder: VueTypeValidableDef<any>;
301
+ tokenSeparators: {
302
+ type: PropType<string[]>;
303
+ };
304
+ tagRender: {
305
+ type: PropType<(props: CustomTagProps) => any>;
306
+ };
307
+ optionLabelRender: {
308
+ type: PropType<(option: Record<string, any>) => any>;
309
+ };
310
+ onClear: PropType<() => void>;
311
+ defaultOpen: {
312
+ type: BooleanConstructor;
313
+ default: any;
314
+ };
315
+ onDropdownVisibleChange: {
316
+ type: PropType<(open: boolean) => void>;
317
+ };
318
+ showArrow: {
319
+ type: BooleanConstructor;
320
+ default: any;
321
+ };
322
+ onPopupScroll: PropType<(e: UIEvent) => void>;
323
+ menuItemSelectedIcon: VueTypeValidableDef<any>;
324
+ listItemHeight: NumberConstructor;
325
+ inputValue: StringConstructor;
326
+ autoClearSearchValue: {
327
+ type: BooleanConstructor;
328
+ default: any;
329
+ };
330
+ filterOption: {
331
+ type: PropType<boolean | FilterFunc<DefaultOptionType>>;
332
+ default: any;
333
+ };
334
+ filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
335
+ optionFilterProp: StringConstructor;
336
+ optionLabelProp: StringConstructor;
337
+ defaultActiveFirstOption: {
338
+ type: BooleanConstructor;
339
+ default: any;
340
+ };
341
+ labelInValue: {
342
+ type: BooleanConstructor;
343
+ default: any;
344
+ };
345
+ }>>, "mode" | "suffixIcon"> & {
346
+ __parentRef?: HTMLElement;
347
+ }> & Readonly<{
10
348
  onChange?: ((value: SelectValue) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
12
- containerRef: HTMLDivElement;
13
- }, HTMLDivElement>;
349
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14
350
  export default _default;
@@ -1,11 +1,11 @@
1
- import { defineComponent as C, ref as a, computed as y, watch as w, openBlock as B, createElementBlock as _, createVNode as s, unref as l, normalizeClass as x, normalizeStyle as b, withCtx as S } from "vue";
1
+ import { defineComponent as y, ref as t, computed as C, watch as w, openBlock as B, createElementBlock as _, createVNode as s, unref as l, normalizeClass as x, normalizeStyle as b, withCtx as S } from "vue";
2
2
  import { Select as I } from "@aplus-frontend/antdv";
3
3
  import "../popover-select/index.vue.mjs";
4
4
  import "../../../config-provider/index.mjs";
5
5
  import { useGlobalConfig as R } from "../../../config-provider/hooks/use-global-config.mjs";
6
6
  import { useNamespace as V } from "../../../config-provider/hooks/use-namespace.mjs";
7
7
  import N from "../popover-select/index.vue2.mjs";
8
- const F = /* @__PURE__ */ C({
8
+ const O = /* @__PURE__ */ y({
9
9
  __name: "index",
10
10
  props: {
11
11
  value: {},
@@ -80,14 +80,13 @@ const F = /* @__PURE__ */ C({
80
80
  optionFilterProp: {},
81
81
  optionLabelProp: {},
82
82
  defaultActiveFirstOption: { type: Boolean },
83
- onClickOption: {},
84
83
  labelInValue: { type: Boolean },
85
84
  __parentRef: {}
86
85
  },
87
86
  emits: ["change"],
88
87
  setup(u, { emit: c }) {
89
- const d = R("uiMode", "aplus"), o = u, r = a(), n = a(), t = a(!1), m = y(() => o.__parentRef || r.value), f = c, h = (e) => {
90
- e && (t.value = !1);
88
+ const d = R("uiMode", "aplus"), o = u, r = t(), n = t(), a = t(!1), m = C(() => o.__parentRef || r.value), f = c, h = (e) => {
89
+ e && (a.value = !1);
91
90
  };
92
91
  w(
93
92
  () => o.value,
@@ -111,10 +110,10 @@ const F = /* @__PURE__ */ C({
111
110
  mode: "tags",
112
111
  "show-arrow": !0,
113
112
  "not-found-content": !0,
114
- open: t.value,
113
+ open: a.value,
115
114
  "max-tag-count": o.maxTagCount,
116
115
  placeholder: o.placeholder,
117
- onDropdownVisibleChange: i[0] || (i[0] = (v) => t.value = v),
116
+ onDropdownVisibleChange: i[0] || (i[0] = (v) => a.value = v),
118
117
  onChange: p
119
118
  }, {
120
119
  suffixIcon: S(() => [
@@ -131,5 +130,5 @@ const F = /* @__PURE__ */ C({
131
130
  }
132
131
  });
133
132
  export {
134
- F as default
133
+ O as default
135
134
  };
@@ -1,3 +1,3 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
3
  export default _default;