@aplus-frontend/ui 0.1.44 → 0.1.46

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 (471) hide show
  1. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  2. package/es/src/ap-action/group/index.vue.mjs +1 -1
  3. package/es/src/ap-action/interface.d.ts +1 -1
  4. package/es/src/ap-action/item/index.vue2.mjs +1 -1
  5. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  6. package/es/src/ap-action/item-dropdown/index.vue.mjs +1 -1
  7. package/es/src/ap-action/item-modal/index.vue.d.ts +1 -1
  8. package/es/src/ap-action/item-modal/index.vue.mjs +1 -1
  9. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  10. package/es/src/ap-action/item-popconfirm/index.vue.mjs +1 -1
  11. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -1
  12. package/es/src/ap-button/ap-button.vue.d.ts +1 -1
  13. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  14. package/es/src/ap-button/interface.d.ts +1 -1
  15. package/es/src/ap-custom-column/column-select.vue.mjs +1 -1
  16. package/es/src/ap-custom-column/custom-column.vue.mjs +1 -1
  17. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +1 -1
  18. package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
  19. package/es/src/ap-descriptions/interface.d.ts +1 -1
  20. package/es/src/ap-download/ap-download.vue.d.ts +1 -1
  21. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  22. package/es/src/ap-download/interface.d.ts +1 -1
  23. package/es/src/ap-field/checkbox/helper.d.ts +3 -3
  24. package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
  25. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  26. package/es/src/ap-field/date/constant.d.ts +1 -1
  27. package/es/src/ap-field/date/helper.d.ts +1 -1
  28. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  29. package/es/src/ap-field/date/index.vue.mjs +1 -1
  30. package/es/src/ap-field/date-range/index.vue.mjs +1 -1
  31. package/es/src/ap-field/interface.d.ts +4 -4
  32. package/es/src/ap-field/number/index.vue.d.ts +4 -4
  33. package/es/src/ap-field/number/index.vue.mjs +1 -1
  34. package/es/src/ap-field/radio/helper.d.ts +1 -1
  35. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  36. package/es/src/ap-field/rate/index.vue.d.ts +3 -3
  37. package/es/src/ap-field/rate/index.vue.mjs +1 -1
  38. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  39. package/es/src/ap-field/select/index.vue.d.ts +6 -6
  40. package/es/src/ap-field/select/index.vue.mjs +1 -1
  41. package/es/src/ap-field/slider/index.vue.d.ts +4 -4
  42. package/es/src/ap-field/slider/index.vue.mjs +1 -1
  43. package/es/src/ap-field/switch/index.vue.mjs +1 -1
  44. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  45. package/es/src/ap-field/text/index.vue2.mjs +1 -1
  46. package/es/src/ap-field/text/input-password-props.d.ts +1 -1
  47. package/es/src/ap-field/text/password.vue.mjs +1 -1
  48. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  49. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  50. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +2 -2
  51. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +1 -1
  52. package/es/src/ap-form/ap-form-item.vue.d.ts +4 -4
  53. package/es/src/ap-form/ap-form-item.vue.mjs +2 -2
  54. package/es/src/ap-form/ap-form.vue.d.ts +7 -7
  55. package/es/src/ap-form/ap-form.vue2.mjs +1 -1
  56. package/es/src/ap-form/context.d.ts +1 -1
  57. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  58. package/es/src/ap-form/interface.d.ts +3 -3
  59. package/es/src/ap-form/items/number/index.vue.d.ts +2 -2
  60. package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
  61. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  62. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  63. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  64. package/es/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
  65. package/es/src/ap-form/modal-form/drawer.vue.mjs +1 -1
  66. package/es/src/ap-form/modal-form/index.vue.d.ts +8 -8
  67. package/es/src/ap-form/modal-form/index.vue.mjs +1 -1
  68. package/es/src/ap-form/search-form/index.vue.d.ts +4 -4
  69. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  70. package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  71. package/es/src/ap-list/index.vue.mjs +1 -1
  72. package/es/src/ap-modal/index.d.ts +1 -1
  73. package/es/src/ap-modal/index.mjs +1 -1
  74. package/es/src/ap-modal/interface.d.ts +1 -1
  75. package/es/src/ap-modal/utils/createModal.mjs +1 -1
  76. package/es/src/ap-table/ap-table.vue.d.ts +1 -1
  77. package/es/src/ap-table/ap-table.vue.mjs +2 -2
  78. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  80. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  81. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
  82. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  83. package/es/src/ap-table/components/setting/utils.d.ts +1 -1
  84. package/es/src/ap-table/components/status/index.vue2.mjs +1 -1
  85. package/es/src/ap-table/constants.d.ts +36 -60
  86. package/es/src/ap-table/context.d.ts +1 -1
  87. package/es/src/ap-table/hooks/use-table-column-state.mjs +55 -54
  88. package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  89. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  90. package/es/src/ap-table/interface.d.ts +3 -3
  91. package/es/src/ap-table/utils.d.ts +8 -7
  92. package/es/src/ap-table/utils.mjs +1 -1
  93. package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
  94. package/es/src/ap-tag/interface.d.ts +1 -1
  95. package/es/src/ap-upload/apUpload.vue.mjs +1 -1
  96. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +1 -1
  97. package/es/src/ap-upload/components/Picture.vue2.mjs +1 -1
  98. package/es/src/ap-upload/components/SingleFile.vue2.mjs +1 -1
  99. package/es/src/base-button/button.vue2.mjs +1 -1
  100. package/es/src/base-button/pop-confirm-button.vue.mjs +1 -1
  101. package/es/src/basic/help.vue.d.ts +1 -1
  102. package/es/src/basic/help.vue2.mjs +1 -1
  103. package/es/src/basic/index.d.ts +1 -1
  104. package/es/src/basic/interface.d.ts +1 -1
  105. package/es/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  106. package/es/src/business/ap-attachment/ApAttachment.mjs +1 -1
  107. package/es/src/business/ap-attachment/interface.d.ts +1 -1
  108. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +1 -1
  109. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +1 -1
  110. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  111. package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
  112. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  113. package/es/src/business/ap-button-group/interface.d.ts +1 -1
  114. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +1 -1
  115. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  116. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +1 -1
  117. package/es/src/business/ap-export-group/handleExportDownload.mjs +1 -1
  118. package/es/src/business/ap-export-group/interface.d.ts +1 -1
  119. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  120. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
  121. package/es/src/business/ap-input-radio/interface.d.ts +1 -1
  122. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  123. package/es/src/business/ap-label/ApLabel.mjs +1 -1
  124. package/es/src/business/ap-label/ApLabelGroup.mjs +1 -1
  125. package/es/src/business/ap-label/constans.d.ts +2 -2
  126. package/es/src/business/ap-label/constans.mjs +1 -1
  127. package/es/src/business/ap-label/interface.d.ts +3 -3
  128. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  129. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +1 -1
  130. package/es/src/business/ap-ladder/interface.d.ts +1 -1
  131. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +1 -1
  132. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  133. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  134. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  135. package/es/src/business/ap-table-modal/index.d.ts +5 -5
  136. package/es/src/business/ap-table-modal/interface.d.ts +1 -1
  137. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  138. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +1 -1
  139. package/es/src/business/ap-title/ApTitle.vue2.mjs +1 -1
  140. package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
  141. package/es/src/business/index.d.ts +14 -14
  142. package/es/src/check-card/group.vue.mjs +1 -1
  143. package/es/src/check-card/index.vue2.mjs +1 -1
  144. package/es/src/config-provider/config-provider-props.d.ts +8 -8
  145. package/es/src/config-provider/config-provider-props.mjs +1 -1
  146. package/es/src/config-provider/config-provider.d.ts +8 -8
  147. package/es/src/config-provider/config-provider.mjs +1 -1
  148. package/es/src/config-provider/hooks/use-global-config.d.ts +8 -8
  149. package/es/src/config-provider/index.d.ts +8 -8
  150. package/es/src/container/collapse/index.vue2.mjs +1 -1
  151. package/es/src/count-down/button.vue2.mjs +1 -1
  152. package/es/src/count-down/input.vue2.mjs +1 -1
  153. package/es/src/count-down/interface.d.ts +1 -1
  154. package/es/src/cropper/cropper-avatar.vue2.mjs +1 -1
  155. package/es/src/cropper/cropper-modal.vue2.mjs +1 -1
  156. package/es/src/description/description.vue2.mjs +1 -1
  157. package/es/src/description/interface.d.ts +1 -1
  158. package/es/src/design-token/index.d.ts +1 -1
  159. package/es/src/dropdown/dropdown.vue2.mjs +1 -1
  160. package/es/src/editable-table/form-item.vue.d.ts +1 -0
  161. package/es/src/editable-table/form-item.vue.mjs +60 -55
  162. package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  163. package/es/src/editable-table/hooks/use-get-columns.mjs +1 -1
  164. package/es/src/editable-table/index.vue.d.ts +1 -1
  165. package/es/src/editable-table/index.vue.mjs +1 -1
  166. package/es/src/editable-table/interface.d.ts +6 -6
  167. package/es/src/editable-table/utils.mjs +69 -69
  168. package/es/src/hooks/useMessage.d.ts +4 -4
  169. package/es/src/hooks/useMessage.mjs +1 -1
  170. package/es/src/icon-picker/icon-picker.vue2.mjs +1 -1
  171. package/es/src/modal/basic.vue.d.ts +2 -2
  172. package/es/src/modal/components/modal-close.vue2.mjs +1 -1
  173. package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
  174. package/es/src/modal/components/modal-footer.vue2.mjs +1 -1
  175. package/es/src/modal/components/modal.d.ts +2 -2
  176. package/es/src/modal/components/modal.mjs +1 -1
  177. package/es/src/modal/index.d.ts +4 -4
  178. package/es/src/modal/interface.d.ts +1 -1
  179. package/es/src/modal/props.d.ts +2 -2
  180. package/es/src/pro-form/component-map.mjs +1 -1
  181. package/es/src/pro-form/components/api-cascader.vue.mjs +1 -1
  182. package/es/src/pro-form/components/api-radio-group.vue.mjs +1 -1
  183. package/es/src/pro-form/components/api-select.vue.mjs +1 -1
  184. package/es/src/pro-form/components/api-transfer.vue.mjs +1 -1
  185. package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -1
  186. package/es/src/pro-form/components/api-tree.vue.mjs +1 -1
  187. package/es/src/pro-form/components/form-action.vue2.mjs +1 -1
  188. package/es/src/pro-form/components/form-item.vue2.mjs +1 -1
  189. package/es/src/pro-form/components/interface.d.ts +4 -4
  190. package/es/src/pro-form/components/radio-button-group.vue.mjs +1 -1
  191. package/es/src/pro-form/helper.d.ts +1 -1
  192. package/es/src/pro-form/hooks/use-break-point.mjs +1 -1
  193. package/es/src/pro-form/hooks/use-form-events.d.ts +1 -1
  194. package/es/src/pro-form/hooks/use-form.d.ts +1 -1
  195. package/es/src/pro-form/hooks/use-label-width.d.ts +1 -1
  196. package/es/src/pro-form/pro-form.vue.d.ts +8 -8
  197. package/es/src/pro-form/pro-form.vue.mjs +1 -1
  198. package/es/src/pro-form/table-form-inner.vue.mjs +1 -1
  199. package/es/src/pro-form/table-form.vue.d.ts +1 -1
  200. package/es/src/pro-form/table-form.vue.mjs +1 -1
  201. package/es/src/pro-form/types/form-item.d.ts +2 -2
  202. package/es/src/pro-form/types/form.d.ts +2 -2
  203. package/es/src/pro-form/types/index.d.ts +25 -25
  204. package/es/src/pro-form/types/table-form.d.ts +2 -2
  205. package/es/src/pro-table/component-map.mjs +1 -1
  206. package/es/src/pro-table/components/editable/cell-component.mjs +1 -1
  207. package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +1 -1
  208. package/es/src/pro-table/components/header-cell.vue.d.ts +1 -1
  209. package/es/src/pro-table/components/settings/column-setting.vue2.mjs +1 -1
  210. package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +1 -1
  211. package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +1 -1
  212. package/es/src/pro-table/components/settings/size-setting.vue2.mjs +1 -1
  213. package/es/src/pro-table/components/table-action.vue.mjs +1 -1
  214. package/es/src/pro-table/components/table-footer.vue.d.ts +1 -1
  215. package/es/src/pro-table/components/table-footer.vue2.mjs +1 -1
  216. package/es/src/pro-table/components/table-header.vue2.mjs +1 -1
  217. package/es/src/pro-table/components/table-image.vue.mjs +1 -1
  218. package/es/src/pro-table/components/table-selection-bar.vue2.mjs +1 -1
  219. package/es/src/pro-table/hooks/use-columns.d.ts +1 -1
  220. package/es/src/pro-table/hooks/use-custom-row.d.ts +1 -1
  221. package/es/src/pro-table/hooks/use-data-source.d.ts +2 -2
  222. package/es/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  223. package/es/src/pro-table/hooks/use-table-expand.d.ts +1 -1
  224. package/es/src/pro-table/pro-table.vue.d.ts +14 -13
  225. package/es/src/pro-table/pro-table.vue.mjs +1 -1
  226. package/es/src/pro-table/types/pagination.d.ts +1 -1
  227. package/es/src/pro-table/types/table-action.d.ts +2 -2
  228. package/es/src/pro-table/types/table.d.ts +3 -3
  229. package/es/src/prompt/dialog.vue2.mjs +1 -1
  230. package/es/src/strength-meter/strength-meter.vue2.mjs +1 -1
  231. package/es/src/utils/config-provider-preset.d.ts +10 -10
  232. package/es/src/utils/copy-text-to-clipboard.mjs +1 -1
  233. package/es/src/work-order-modal/help-message.vue2.mjs +1 -1
  234. package/es/src/work-order-modal/interfaces.d.ts +1 -1
  235. package/es/src/work-order-modal/work-order-modal.vue.mjs +1 -1
  236. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  237. package/lib/src/ap-action/group/index.vue.js +1 -1
  238. package/lib/src/ap-action/interface.d.ts +1 -1
  239. package/lib/src/ap-action/item/index.vue2.js +1 -1
  240. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  241. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  242. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -1
  243. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  244. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  245. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  246. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
  247. package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
  248. package/lib/src/ap-button/ap-button.vue.js +1 -1
  249. package/lib/src/ap-button/interface.d.ts +1 -1
  250. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  251. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  252. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  253. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  254. package/lib/src/ap-descriptions/interface.d.ts +1 -1
  255. package/lib/src/ap-download/ap-download.vue.d.ts +1 -1
  256. package/lib/src/ap-download/ap-download.vue.js +1 -1
  257. package/lib/src/ap-download/interface.d.ts +1 -1
  258. package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
  259. package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
  260. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  261. package/lib/src/ap-field/date/constant.d.ts +1 -1
  262. package/lib/src/ap-field/date/helper.d.ts +1 -1
  263. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  264. package/lib/src/ap-field/date/index.vue.js +1 -1
  265. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  266. package/lib/src/ap-field/interface.d.ts +4 -4
  267. package/lib/src/ap-field/number/index.vue.d.ts +4 -4
  268. package/lib/src/ap-field/number/index.vue.js +1 -1
  269. package/lib/src/ap-field/radio/helper.d.ts +1 -1
  270. package/lib/src/ap-field/radio/index.vue.js +1 -1
  271. package/lib/src/ap-field/rate/index.vue.d.ts +3 -3
  272. package/lib/src/ap-field/rate/index.vue.js +1 -1
  273. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  274. package/lib/src/ap-field/select/index.vue.d.ts +6 -6
  275. package/lib/src/ap-field/select/index.vue.js +1 -1
  276. package/lib/src/ap-field/slider/index.vue.d.ts +4 -4
  277. package/lib/src/ap-field/slider/index.vue.js +1 -1
  278. package/lib/src/ap-field/switch/index.vue.js +1 -1
  279. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  280. package/lib/src/ap-field/text/index.vue2.js +1 -1
  281. package/lib/src/ap-field/text/input-password-props.d.ts +1 -1
  282. package/lib/src/ap-field/text/password.vue.js +1 -1
  283. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  284. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  285. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +2 -2
  286. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  287. package/lib/src/ap-form/ap-form-item.vue.d.ts +4 -4
  288. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  289. package/lib/src/ap-form/ap-form.vue.d.ts +7 -7
  290. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  291. package/lib/src/ap-form/context.d.ts +1 -1
  292. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  293. package/lib/src/ap-form/interface.d.ts +3 -3
  294. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
  295. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  296. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  297. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  298. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  299. package/lib/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
  300. package/lib/src/ap-form/modal-form/drawer.vue.js +1 -1
  301. package/lib/src/ap-form/modal-form/index.vue.d.ts +8 -8
  302. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  303. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
  304. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  305. package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -1
  306. package/lib/src/ap-list/index.vue.js +1 -1
  307. package/lib/src/ap-modal/index.d.ts +1 -1
  308. package/lib/src/ap-modal/index.js +1 -1
  309. package/lib/src/ap-modal/interface.d.ts +1 -1
  310. package/lib/src/ap-modal/utils/createModal.js +1 -1
  311. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  312. package/lib/src/ap-table/ap-table.vue.js +1 -1
  313. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  314. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  315. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  316. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  317. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  318. package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
  319. package/lib/src/ap-table/components/status/index.vue2.js +1 -1
  320. package/lib/src/ap-table/constants.d.ts +36 -60
  321. package/lib/src/ap-table/context.d.ts +1 -1
  322. package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
  323. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  324. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  325. package/lib/src/ap-table/interface.d.ts +3 -3
  326. package/lib/src/ap-table/utils.d.ts +8 -7
  327. package/lib/src/ap-table/utils.js +1 -1
  328. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  329. package/lib/src/ap-tag/interface.d.ts +1 -1
  330. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  331. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  332. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  333. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  334. package/lib/src/base-button/button.vue2.js +1 -1
  335. package/lib/src/base-button/pop-confirm-button.vue.js +1 -1
  336. package/lib/src/basic/help.vue.d.ts +1 -1
  337. package/lib/src/basic/help.vue2.js +1 -1
  338. package/lib/src/basic/index.d.ts +1 -1
  339. package/lib/src/basic/interface.d.ts +1 -1
  340. package/lib/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  341. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  342. package/lib/src/business/ap-attachment/interface.d.ts +1 -1
  343. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  344. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  345. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  346. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  347. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
  348. package/lib/src/business/ap-button-group/interface.d.ts +1 -1
  349. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  350. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  351. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  352. package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
  353. package/lib/src/business/ap-export-group/interface.d.ts +1 -1
  354. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  355. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  356. package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
  357. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  358. package/lib/src/business/ap-label/ApLabel.js +1 -1
  359. package/lib/src/business/ap-label/ApLabelGroup.js +1 -1
  360. package/lib/src/business/ap-label/constans.d.ts +2 -2
  361. package/lib/src/business/ap-label/constans.js +1 -1
  362. package/lib/src/business/ap-label/interface.d.ts +3 -3
  363. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  364. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  365. package/lib/src/business/ap-ladder/interface.d.ts +1 -1
  366. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  367. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  368. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  369. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  370. package/lib/src/business/ap-table-modal/index.d.ts +5 -5
  371. package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
  372. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  373. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  374. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  375. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
  376. package/lib/src/business/index.d.ts +14 -14
  377. package/lib/src/check-card/group.vue.js +1 -1
  378. package/lib/src/check-card/index.vue2.js +1 -1
  379. package/lib/src/config-provider/config-provider-props.d.ts +8 -8
  380. package/lib/src/config-provider/config-provider-props.js +1 -1
  381. package/lib/src/config-provider/config-provider.d.ts +8 -8
  382. package/lib/src/config-provider/config-provider.js +1 -1
  383. package/lib/src/config-provider/hooks/use-global-config.d.ts +8 -8
  384. package/lib/src/config-provider/index.d.ts +8 -8
  385. package/lib/src/container/collapse/index.vue2.js +1 -1
  386. package/lib/src/count-down/button.vue2.js +1 -1
  387. package/lib/src/count-down/input.vue2.js +1 -1
  388. package/lib/src/count-down/interface.d.ts +1 -1
  389. package/lib/src/cropper/cropper-avatar.vue2.js +1 -1
  390. package/lib/src/cropper/cropper-modal.vue2.js +1 -1
  391. package/lib/src/description/description.vue2.js +1 -1
  392. package/lib/src/description/interface.d.ts +1 -1
  393. package/lib/src/design-token/index.d.ts +1 -1
  394. package/lib/src/dropdown/dropdown.vue2.js +1 -1
  395. package/lib/src/editable-table/form-item.vue.d.ts +1 -0
  396. package/lib/src/editable-table/form-item.vue.js +1 -1
  397. package/lib/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  398. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  399. package/lib/src/editable-table/index.vue.d.ts +1 -1
  400. package/lib/src/editable-table/index.vue.js +1 -1
  401. package/lib/src/editable-table/interface.d.ts +6 -6
  402. package/lib/src/editable-table/utils.js +1 -1
  403. package/lib/src/hooks/useMessage.d.ts +4 -4
  404. package/lib/src/hooks/useMessage.js +1 -1
  405. package/lib/src/icon-picker/icon-picker.vue2.js +1 -1
  406. package/lib/src/modal/basic.vue.d.ts +2 -2
  407. package/lib/src/modal/components/modal-close.vue2.js +1 -1
  408. package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
  409. package/lib/src/modal/components/modal-footer.vue2.js +1 -1
  410. package/lib/src/modal/components/modal.d.ts +2 -2
  411. package/lib/src/modal/components/modal.js +1 -1
  412. package/lib/src/modal/index.d.ts +4 -4
  413. package/lib/src/modal/interface.d.ts +1 -1
  414. package/lib/src/modal/props.d.ts +2 -2
  415. package/lib/src/pro-form/component-map.js +1 -1
  416. package/lib/src/pro-form/components/api-cascader.vue.js +1 -1
  417. package/lib/src/pro-form/components/api-radio-group.vue.js +1 -1
  418. package/lib/src/pro-form/components/api-select.vue.js +1 -1
  419. package/lib/src/pro-form/components/api-transfer.vue.js +1 -1
  420. package/lib/src/pro-form/components/api-tree-select.vue.js +1 -1
  421. package/lib/src/pro-form/components/api-tree.vue.js +1 -1
  422. package/lib/src/pro-form/components/form-action.vue2.js +1 -1
  423. package/lib/src/pro-form/components/form-item.vue2.js +1 -1
  424. package/lib/src/pro-form/components/interface.d.ts +4 -4
  425. package/lib/src/pro-form/components/radio-button-group.vue.js +1 -1
  426. package/lib/src/pro-form/helper.d.ts +1 -1
  427. package/lib/src/pro-form/hooks/use-break-point.js +1 -1
  428. package/lib/src/pro-form/hooks/use-form-events.d.ts +1 -1
  429. package/lib/src/pro-form/hooks/use-form.d.ts +1 -1
  430. package/lib/src/pro-form/hooks/use-label-width.d.ts +1 -1
  431. package/lib/src/pro-form/pro-form.vue.d.ts +8 -8
  432. package/lib/src/pro-form/pro-form.vue.js +1 -1
  433. package/lib/src/pro-form/table-form-inner.vue.js +1 -1
  434. package/lib/src/pro-form/table-form.vue.d.ts +1 -1
  435. package/lib/src/pro-form/table-form.vue.js +1 -1
  436. package/lib/src/pro-form/types/form-item.d.ts +2 -2
  437. package/lib/src/pro-form/types/form.d.ts +2 -2
  438. package/lib/src/pro-form/types/index.d.ts +25 -25
  439. package/lib/src/pro-form/types/table-form.d.ts +2 -2
  440. package/lib/src/pro-table/component-map.js +1 -1
  441. package/lib/src/pro-table/components/editable/cell-component.js +1 -1
  442. package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
  443. package/lib/src/pro-table/components/header-cell.vue.d.ts +1 -1
  444. package/lib/src/pro-table/components/settings/column-setting.vue2.js +1 -1
  445. package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +1 -1
  446. package/lib/src/pro-table/components/settings/redo-setting.vue2.js +1 -1
  447. package/lib/src/pro-table/components/settings/size-setting.vue2.js +1 -1
  448. package/lib/src/pro-table/components/table-action.vue.js +1 -1
  449. package/lib/src/pro-table/components/table-footer.vue.d.ts +1 -1
  450. package/lib/src/pro-table/components/table-footer.vue2.js +1 -1
  451. package/lib/src/pro-table/components/table-header.vue2.js +1 -1
  452. package/lib/src/pro-table/components/table-image.vue.js +1 -1
  453. package/lib/src/pro-table/components/table-selection-bar.vue2.js +1 -1
  454. package/lib/src/pro-table/hooks/use-columns.d.ts +1 -1
  455. package/lib/src/pro-table/hooks/use-custom-row.d.ts +1 -1
  456. package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -2
  457. package/lib/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  458. package/lib/src/pro-table/hooks/use-table-expand.d.ts +1 -1
  459. package/lib/src/pro-table/pro-table.vue.d.ts +14 -13
  460. package/lib/src/pro-table/pro-table.vue.js +1 -1
  461. package/lib/src/pro-table/types/pagination.d.ts +1 -1
  462. package/lib/src/pro-table/types/table-action.d.ts +2 -2
  463. package/lib/src/pro-table/types/table.d.ts +3 -3
  464. package/lib/src/prompt/dialog.vue2.js +1 -1
  465. package/lib/src/strength-meter/strength-meter.vue2.js +1 -1
  466. package/lib/src/utils/config-provider-preset.d.ts +10 -10
  467. package/lib/src/utils/copy-text-to-clipboard.js +1 -1
  468. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  469. package/lib/src/work-order-modal/interfaces.d.ts +1 -1
  470. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  471. package/package.json +3 -3
@@ -1,10 +1,10 @@
1
- import { ColumnType, TableProps } from 'ant-design-vue/es/table';
1
+ import { ColumnType, TableProps } from '@aplus-frontend/antdv/es/table';
2
2
  import { ApTableValueFields, ApTableValueTypes, CommonFieldReturnType, FieldPropsType, ValueEnum } from '../ap-table';
3
- import { NamePath, ValidateOptions } from 'ant-design-vue/es/form/interface';
4
- import { DataIndex } from 'ant-design-vue/es/vc-table/interface';
5
- import { FormItemProps } from 'ant-design-vue';
3
+ import { NamePath, ValidateOptions } from '@aplus-frontend/antdv/es/form/interface';
4
+ import { DataIndex } from '@aplus-frontend/antdv/es/vc-table/interface';
5
+ import { FormItemProps } from '@aplus-frontend/antdv';
6
6
  import { VNode } from 'vue';
7
- import { EllipsisConfig } from 'ant-design-vue/es/typography/Base';
7
+ import { EllipsisConfig } from '@aplus-frontend/antdv/es/typography/Base';
8
8
  import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../type';
10
10
  export type EditableColumnType<RecordType = any, ExtraValueType = 'text', ValueType extends ApTableValueTypes = ApTableValueTypes, MergedValueType extends ExtraValueType | ValueType = ExtraValueType | ValueType> = MergedValueType extends ExtraValueType | ValueType ? Omit<ColumnType<RecordType>, 'children' | 'customRender' | 'ellipsis'> & {
@@ -175,4 +175,4 @@ export type EditableTableExpose<ModelType = any, RecordType = any> = {
175
175
  * 可编辑表格作为表单项暴露的实例
176
176
  * @description 作为Form表单使用时不再暴露表单相关的API
177
177
  */
178
- export type EditableTableFormItemExpose<ModelType = any, RecordType = any> = Omit<EditableTableExpose<ModelType, RecordType>, 'resetFields' | 'validateFields' | 'clear'>;
178
+ export type EditableTableFormItemExpose<ModelType = any, RecordType = any> = Omit<EditableTableExpose<ModelType, RecordType>, 'resetFields' | 'validateFields'>;
@@ -1,54 +1,54 @@
1
- import { isVNode as I, createVNode as r, mergeProps as S, createTextVNode as F, Fragment as w } from "vue";
2
- import { isFunction as m, isArray as g, isBoolean as P, omit as V, isString as q } from "lodash-unified";
3
- import { apTableFormItemMap as v, noRenderAsFormItemValueList as C, apTableRenderItemMap as N } from "../ap-table/constants.mjs";
4
- import { isDef as j } from "../utils/index.mjs";
1
+ import { isVNode as I, createVNode as s, mergeProps as S, createTextVNode as F, Fragment as w } from "vue";
2
+ import { isFunction as T, isArray as h, isBoolean as P, omit as V, isString as q } from "lodash-unified";
3
+ import { apTableFormItemMap as C, noRenderAsFormItemValueList as N, apTableRenderItemMap as j } from "../ap-table/constants.mjs";
4
+ import { isDef as v } from "../utils/index.mjs";
5
5
  import { getValueStr as A } from "../ap-field/number/helper.mjs";
6
6
  import O from "scroll-into-view-if-needed";
7
- import { Typography as W, Tooltip as _ } from "ant-design-vue";
7
+ import { Typography as R, Tooltip as W } from "@aplus-frontend/antdv";
8
8
  import "../ap-form/index.mjs";
9
- import { objectToString as D } from "../ap-table/utils.mjs";
9
+ import { objectToString as _, getTableRenderType as D } from "../ap-table/utils.mjs";
10
10
  import { QuestionCircleOutlined as E } from "@ant-design/icons-vue";
11
- import T from "../ap-form/ap-form-item.vue.mjs";
12
- function b(t) {
11
+ import b from "../ap-form/ap-form-item.vue.mjs";
12
+ function g(t) {
13
13
  return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !I(t);
14
14
  }
15
- function R(t) {
16
- return v[t];
17
- }
18
15
  function k(t) {
16
+ return C[t];
17
+ }
18
+ function B(t) {
19
19
  if (!t.fieldProps)
20
20
  return !1;
21
- const e = m(t.fieldProps) ? t.fieldProps({}) : t.fieldProps;
22
- return j(e.required) ? e.required : (g(e.rules) ? e.rules : e.rules ? [e.rules] : []).some((o) => o.required);
21
+ const e = T(t.fieldProps) ? t.fieldProps({}) : t.fieldProps;
22
+ return v(e.required) ? e.required : (h(e.rules) ? e.rules : e.rules ? [e.rules] : []).some((i) => i.required);
23
23
  }
24
- function B(t, e) {
24
+ function L(t, e) {
25
25
  if (t.valueType === "text" || t.valueType === "textArea")
26
26
  return e || "--";
27
27
  if (t.valueType === "number") {
28
- const i = t.fieldProps ? m(t.fieldProps) ? t.fieldProps({}) : t.fieldProps : {};
29
- return A(e, i) || "--";
28
+ const o = t.fieldProps ? T(t.fieldProps) ? t.fieldProps({}) : t.fieldProps : {};
29
+ return A(e, o) || "--";
30
30
  }
31
- return D(e);
31
+ return _(e);
32
32
  }
33
- function H(t, e) {
34
- const i = [t];
33
+ function M(t, e) {
34
+ const o = [t];
35
35
  if (e) {
36
- const o = g(e) ? e : [e];
37
- i.unshift(...o);
36
+ const i = h(e) ? e : [e];
37
+ o.unshift(...i);
38
38
  }
39
- return i.join(" ");
39
+ return o.join(" ");
40
40
  }
41
- function M(t, e = document.body, i = {}) {
42
- const o = e.querySelectorAll("tr.ant-table-row")[t];
43
- o && O(o, {
41
+ function tt(t, e = document.body, o = {}) {
42
+ const i = e.querySelectorAll("tr.ant-table-row")[t];
43
+ i && O(i, {
44
44
  scrollMode: "if-needed",
45
45
  block: "nearest",
46
46
  behavior: "smooth",
47
- ...i
47
+ ...o
48
48
  });
49
49
  }
50
- function L(t, e, i) {
51
- return C.includes(t.valueType) ? i : t.copyable || t.ellipsis ? r(W.Paragraph, {
50
+ function Q(t, e, o) {
51
+ return N.includes(t.valueType) ? o : t.copyable || t.ellipsis ? s(R.Paragraph, {
52
52
  copyable: t.copyable ? {
53
53
  text: e,
54
54
  tooltip: !1
@@ -59,76 +59,76 @@ function L(t, e, i) {
59
59
  ...t.ellipsis,
60
60
  tooltip: e
61
61
  } : !1,
62
- content: t.ellipsis ? B(t, e) : i
63
- }, null) : i;
62
+ content: t.ellipsis ? L(t, e) : o
63
+ }, null) : o;
64
64
  }
65
- function tt(t, e, i, o, d, l) {
66
- var u, y;
65
+ function et(t, e, o, i, u, l) {
66
+ var m, c;
67
67
  if (e) {
68
68
  if (t.customRenderFormItem) {
69
- const a = t.customRenderFormItem(t, i.field, e, d);
70
- return r(T, V(i, ["field"]), b(a) ? a : {
71
- default: () => [a]
69
+ const d = t.customRenderFormItem(t, o.field, e, u);
70
+ return s(b, V(o, ["field"]), g(d) ? d : {
71
+ default: () => [d]
72
72
  });
73
73
  }
74
- const s = R(t.valueType);
75
- if (s)
76
- return r(s, i, null);
77
- const n = l == null ? void 0 : l[t.valueType], p = (u = n == null ? void 0 : n.renderFormItem) == null ? void 0 : u.call(n, i.field);
78
- return p ? r(T, i, b(p) ? p : {
79
- default: () => [p]
74
+ const r = k(t.valueType);
75
+ if (r)
76
+ return s(r, o, null);
77
+ const n = l == null ? void 0 : l[t.valueType], f = (m = n == null ? void 0 : n.renderFormItem) == null ? void 0 : m.call(n, o.field);
78
+ return f ? s(b, o, g(f) ? f : {
79
+ default: () => [f]
80
80
  }) : null;
81
81
  }
82
- let f;
83
- const c = N[t.valueType];
84
- if (c)
85
- f = r(c, S(i.field, {
82
+ let p;
83
+ const y = D(t), a = j[y];
84
+ if (a)
85
+ p = s(a, S(o.field, {
86
86
  mode: "read"
87
87
  }), null);
88
88
  else {
89
- const s = l == null ? void 0 : l[t.valueType];
90
- f = (y = s == null ? void 0 : s.render) == null ? void 0 : y.call(s, o, d, i.field);
89
+ const r = l == null ? void 0 : l[y];
90
+ p = (c = r == null ? void 0 : r.render) == null ? void 0 : c.call(r, i, u, o.field);
91
91
  }
92
- return f ? L(t, o, f) : null;
92
+ return p ? Q(t, i, p) : null;
93
93
  }
94
- function et(t, e, i, o, d) {
95
- const l = o == null ? void 0 : o({
94
+ function ot(t, e, o, i, u) {
95
+ const l = i == null ? void 0 : i({
96
96
  title: t.title,
97
97
  column: t
98
- }), f = (l == null ? void 0 : l.filter((h) => h.type !== Symbol.for("v-cmt"))) || [];
99
- if (l && f.length > 0)
98
+ }), p = (l == null ? void 0 : l.filter((d) => d.type !== Symbol.for("v-cmt"))) || [];
99
+ if (l && p.length > 0)
100
100
  return l;
101
- const u = k(t), s = q(t.title) ? {
101
+ const a = B(t), c = q(t.title) ? {
102
102
  class: e,
103
103
  title: t.title
104
- } : {}, n = r("div", s, [u ? r("span", {
105
- class: i
106
- }, [F("*")]) : null, t.title]), p = t.tooltip ? m(t.tooltip) ? t.tooltip(t) : r(w, null, [t.tooltip]) : null;
107
- return p ? r("span", {
104
+ } : {}, r = s("div", c, [a ? s("span", {
105
+ class: o
106
+ }, [F("*")]) : null, t.title]), n = t.tooltip ? T(t.tooltip) ? t.tooltip(t) : s(w, null, [t.tooltip]) : null;
107
+ return n ? s("span", {
108
108
  style: {
109
109
  display: "inline-flex",
110
110
  alignItems: "center",
111
111
  maxWidth: "100%"
112
112
  }
113
- }, [n, r(_, {
114
- title: p,
113
+ }, [r, s(W, {
114
+ title: n,
115
115
  placement: "bottom"
116
116
  }, {
117
- default: () => [r(E, {
117
+ default: () => [s(E, {
118
118
  style: {
119
119
  padding: "4px",
120
- color: d,
120
+ color: u,
121
121
  verticalAlign: "middle"
122
122
  }
123
123
  }, null)]
124
- })]) : n;
124
+ })]) : r;
125
125
  }
126
126
  export {
127
- k as getColumnIsRequired,
128
- R as getEditableComponent,
129
- et as getEditableTableTitle,
130
- tt as getFinalNode,
131
- B as getRawDisplayValue,
132
- H as mergeClass,
133
- M as scrollToRowIndex
127
+ B as getColumnIsRequired,
128
+ k as getEditableComponent,
129
+ ot as getEditableTableTitle,
130
+ et as getFinalNode,
131
+ L as getRawDisplayValue,
132
+ M as mergeClass,
133
+ tt as scrollToRowIndex
134
134
  };
@@ -1,7 +1,7 @@
1
- import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
2
- import { NotificationArgsProps, ConfigProps } from 'ant-design-vue/lib/notification';
3
- import { ModalFuncProps } from 'ant-design-vue';
4
- import { MessageApi } from 'ant-design-vue/es/message';
1
+ import { ModalFuncProps } from '@aplus-frontend/antdv/lib/modal/Modal';
2
+ import { NotificationArgsProps, ConfigProps } from '@aplus-frontend/antdv/lib/notification';
3
+ import { ModalFuncProps } from '@aplus-frontend/antdv';
4
+ import { MessageApi } from '@aplus-frontend/antdv/es/message';
5
5
  export interface NotifyApi {
6
6
  info(config: NotificationArgsProps): void;
7
7
  success(config: NotificationArgsProps): void;
@@ -1,5 +1,5 @@
1
1
  import { createVNode as o } from "vue";
2
- import { Modal as r, notification as i, message as s } from "ant-design-vue";
2
+ import { Modal as r, notification as i, message as s } from "@aplus-frontend/antdv";
3
3
  import { InfoCircleFilled as c, CheckCircleFilled as f, CloseCircleFilled as d } from "@ant-design/icons-vue";
4
4
  import "../config-provider/index.mjs";
5
5
  import { isType as m } from "@fruits-chain/utils";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as j, ref as m, watchEffect as q, watch as G, openBlock as l, createBlock as d, unref as e, normalizeStyle as J, normalizeClass as i, withCtx as p, createVNode as c, createElementVNode as k, createElementBlock as s, Fragment as K, renderList as O, createCommentVNode as Q } from "vue";
2
2
  import { ScrollContainer as R } from "../container/index.mjs";
3
- import { Input as I, Popover as W, Pagination as X, Empty as Y } from "ant-design-vue";
3
+ import { Input as I, Popover as W, Pagination as X, Empty as Y } from "@aplus-frontend/antdv";
4
4
  import "../icon/icon.vue.mjs";
5
5
  import "../icon/svg-icon.vue.mjs";
6
6
  import "./style/index.css";
@@ -1,7 +1,7 @@
1
1
  import { nextTick, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, PublicProps } from 'vue';
2
2
  import { ModalWrapperProps } from './interface';
3
- import { ButtonType } from 'ant-design-vue/es/button';
4
- import { ButtonProps } from 'ant-design-vue';
3
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
+ import { ButtonProps } from '@aplus-frontend/antdv';
5
5
  declare function __VLS_template(): {
6
6
  slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
7
7
  default?(_: {}): any;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, computed as b, openBlock as t, createElementBlock as i, normalizeClass as y, Fragment as B, createBlock as u, unref as l, withCtx as c, createVNode as o, createCommentVNode as h } from "vue";
2
2
  import { FullscreenExitOutlined as g, FullscreenOutlined as v, CloseOutlined as x } from "@ant-design/icons-vue";
3
- import { Tooltip as a } from "ant-design-vue";
3
+ import { Tooltip as a } from "@aplus-frontend/antdv";
4
4
  import "../../config-provider/index.mjs";
5
5
  import "../style/close.css";
6
6
  import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
@@ -1,7 +1,7 @@
1
- import { ButtonType } from 'ant-design-vue/es/button';
1
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
2
2
  import { DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
  import { ModalWrapperProps } from '..';
4
- import { ButtonProps } from 'ant-design-vue';
4
+ import { ButtonProps } from '@aplus-frontend/antdv';
5
5
  declare function __VLS_template(): {
6
6
  slots: {
7
7
  insertFooter?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as B, openBlock as t, createElementBlock as C, renderSlot as n, createBlock as l, unref as e, mergeProps as c, withCtx as m, createTextVNode as s, toDisplayString as i, createCommentVNode as p } from "vue";
2
- import { Button as d } from "ant-design-vue";
2
+ import { Button as d } from "@aplus-frontend/antdv";
3
3
  import { basicProps as h } from "../props.mjs";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { useLocale as y } from "../../config-provider/hooks/use-locale.mjs";
@@ -1,7 +1,7 @@
1
1
  import { DefineComponent, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  import { ModalWrapperProps } from '..';
3
- import { ButtonType } from 'ant-design-vue/es/button';
4
- import { ButtonProps } from 'ant-design-vue';
3
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
+ import { ButtonProps } from '@aplus-frontend/antdv';
5
5
  declare const _default: DefineComponent<{
6
6
  open: {
7
7
  type: BooleanConstructor;
@@ -1,5 +1,5 @@
1
1
  import { isVNode as p, defineComponent as f, toRefs as d, unref as m, createVNode as u } from "vue";
2
- import { Modal as M } from "ant-design-vue";
2
+ import { Modal as M } from "@aplus-frontend/antdv";
3
3
  import { basicProps as b } from "../props.mjs";
4
4
  import { useModalDragMove as g } from "../hooks/use-modal-drag.mjs";
5
5
  import { extendSlots as j } from "../../utils/slot.mjs";
@@ -1,10 +1,10 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNodeChild, VNode, RendererNode, RendererElement, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
2
  import { ModalWrapperProps } from './interface';
3
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
4
- import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
3
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
4
+ import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
5
5
  import { VueTypeValidableDef } from '../../node_modules/vue-types';
6
- import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
7
- import { ButtonProps } from 'ant-design-vue';
6
+ import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
+ import { ButtonProps } from '@aplus-frontend/antdv';
8
8
  export declare const BaseModal: {
9
9
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
10
10
  open: {
@@ -1,4 +1,4 @@
1
- import { ButtonProps } from 'ant-design-vue';
1
+ import { ButtonProps } from '@aplus-frontend/antdv';
2
2
  import { CSSProperties, ComputedRef, VNode, VNodeChild } from 'vue';
3
3
  export interface ModalWrapperProps {
4
4
  footerOffset?: number;
@@ -1,7 +1,7 @@
1
1
  import { PropType, CSSProperties, VNodeChild, VNode } from 'vue';
2
2
  import { ModalWrapperProps } from './interface';
3
- import { ButtonProps } from 'ant-design-vue/es/button/buttonTypes';
4
- import { ButtonType } from 'ant-design-vue/es/button';
3
+ import { ButtonProps } from '@aplus-frontend/antdv/es/button/buttonTypes';
4
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
5
5
  type VueNode = VNodeChild | VNode;
6
6
  export declare const modalProps: {
7
7
  open: {
@@ -1,4 +1,4 @@
1
- import { Input as t, InputNumber as m, AutoComplete as c, Select as a, TreeSelect as n, Switch as u, Radio as f, Checkbox as i, Cascader as k, Slider as d, Rate as P, Transfer as T, DatePicker as r, TimePicker as s, Divider as l } from "ant-design-vue";
1
+ import { Input as t, InputNumber as m, AutoComplete as c, Select as a, TreeSelect as n, Switch as u, Radio as f, Checkbox as i, Cascader as k, Slider as d, Rate as P, Transfer as T, DatePicker as r, TimePicker as s, Divider as l } from "@aplus-frontend/antdv";
2
2
  import "./components/api-radio-group.vue2.mjs";
3
3
  import "./components/radio-button-group.vue2.mjs";
4
4
  import "./components/api-select.vue2.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as j, ref as u, watch as h, unref as i, openBlock as I, createBlock as K, isRef as E, createSlots as U, withCtx as b, createVNode as L, createElementVNode as $, createTextVNode as q, toDisplayString as x } from "vue";
2
- import { Cascader as z } from "ant-design-vue";
2
+ import { Cascader as z } from "@aplus-frontend/antdv";
3
3
  import { omit as G, get as w } from "lodash-unified";
4
4
  import { useRuleFormItem as H } from "../hooks/use-form-item.mjs";
5
5
  import { LoadingOutlined as D } from "@ant-design/icons-vue";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, ref as p, computed as T, unref as o, watch as D, openBlock as r, createBlock as c, mergeProps as E, isRef as N, withCtx as f, createElementBlock as B, Fragment as F, renderList as q, createTextVNode as C, toDisplayString as _ } from "vue";
2
- import { Radio as m } from "ant-design-vue";
2
+ import { Radio as m } from "@aplus-frontend/antdv";
3
3
  import { useRuleFormItem as x } from "../hooks/use-form-item.mjs";
4
4
  import { useAttrs as I } from "@aplus-frontend/hooks";
5
5
  import { omit as L, isEqual as O, get as P } from "lodash-unified";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as T, ref as p, computed as V, unref as n, watch as b, openBlock as _, createBlock as $, mergeProps as D, isRef as N, createSlots as P, renderList as x, withCtx as c, renderSlot as E, normalizeProps as I, guardReactiveProps as O, createVNode as w, createElementVNode as q, createTextVNode as z, toDisplayString as G } from "vue";
2
- import { Select as U } from "ant-design-vue";
2
+ import { Select as U } from "@aplus-frontend/antdv";
3
3
  import { useRuleFormItem as j } from "../hooks/use-form-item.mjs";
4
4
  import { get as d, omit as H, isEqual as J } from "lodash-unified";
5
5
  import { LoadingOutlined as C } from "@ant-design/icons-vue";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as w, ref as d, computed as f, unref as s, watchEffect as A, watch as S, openBlock as v, createBlock as K } from "vue";
2
- import { Transfer as F } from "ant-design-vue";
2
+ import { Transfer as F } from "@aplus-frontend/antdv";
3
3
  import { omit as B, get as b } from "lodash-unified";
4
4
  import { isFunction as C } from "@fruits-chain/utils";
5
5
  const O = /* @__PURE__ */ w({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as k, useAttrs as w, ref as u, computed as B, unref as o, watch as c, onMounted as C, openBlock as L, createBlock as P, mergeProps as S, createSlots as _, renderList as D, withCtx as f, renderSlot as O, normalizeProps as T, guardReactiveProps as $, createVNode as j } from "vue";
2
- import { TreeSelect as x } from "ant-design-vue";
2
+ import { TreeSelect as x } from "@aplus-frontend/antdv";
3
3
  import { get as z } from "lodash-unified";
4
4
  import { LoadingOutlined as I } from "@ant-design/icons-vue";
5
5
  import { isArray as m, isFunction as M } from "@fruits-chain/utils";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as A, useAttrs as w, ref as n, computed as k, unref as i, watch as p, onMounted as B, openBlock as D, createBlock as K, mergeProps as P, isRef as R, createSlots as _, renderList as C, withCtx as L, renderSlot as S, normalizeProps as T, guardReactiveProps as $ } from "vue";
2
- import { Tree as b } from "ant-design-vue";
2
+ import { Tree as b } from "@aplus-frontend/antdv";
3
3
  import { get as j } from "lodash-unified";
4
4
  import { useRuleFormItem as x } from "../hooks/use-form-item.mjs";
5
5
  import { isFunction as d, isArray as z } from "@fruits-chain/utils";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as T, computed as s, openBlock as a, createBlock as l, unref as e, normalizeProps as z, mergeProps as m, withCtx as o, createElementVNode as V, normalizeStyle as A, createVNode as g, renderSlot as i, createTextVNode as p, toDisplayString as d, createCommentVNode as r, normalizeClass as $ } from "vue";
2
- import { Col as F, Form as G } from "ant-design-vue";
2
+ import { Col as F, Form as G } from "@aplus-frontend/antdv";
3
3
  import { BaseButton as f } from "../../base-button/index.mjs";
4
4
  import { BasicArrow as R } from "../../basic/index.mjs";
5
5
  import { useFormContext as j } from "../hooks/use-form-context.mjs";
@@ -1,6 +1,6 @@
1
1
  import { isVNode as ee, defineComponent as te, toRefs as oe, computed as v, unref as n, createVNode as u, createTextVNode as ne, mergeProps as N, withDirectives as se, vShow as le } from "vue";
2
2
  import { isComponentFormSchema as re } from "../types/form.mjs";
3
- import { Col as E, Divider as ae, Form as K } from "ant-design-vue";
3
+ import { Col as E, Divider as ae, Form as K } from "@aplus-frontend/antdv";
4
4
  import { componentMap as W } from "../component-map.mjs";
5
5
  import { BasicHelp as ce, BasicTitle as ie } from "../../basic/index.mjs";
6
6
  import { isFunction as p, isBoolean as I, cloneDeep as de, isNull as fe, upperFirst as me } from "lodash-unified";
@@ -1,9 +1,9 @@
1
- import { DefaultOptionType, SelectValue } from 'ant-design-vue/es/select';
2
- import { TransferItem } from 'ant-design-vue/es/transfer';
3
- import { DataNode, TreeProps } from 'ant-design-vue/es/tree';
1
+ import { DefaultOptionType, SelectValue } from '@aplus-frontend/antdv/es/select';
2
+ import { TransferItem } from '@aplus-frontend/antdv/es/transfer';
3
+ import { DataNode, TreeProps } from '@aplus-frontend/antdv/es/tree';
4
4
  import { ButtonProps } from '../../base-button';
5
5
  import { ColEx } from '../types';
6
- import { RadioGroupProps } from 'ant-design-vue';
6
+ import { RadioGroupProps } from '@aplus-frontend/antdv';
7
7
  type Api<T = any> = (args?: any) => Promise<T[]>;
8
8
  export type ApiCascaderOption = {
9
9
  value?: string;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as f, ref as v, computed as g, openBlock as l, createBlock as i, unref as o, mergeProps as b, isRef as y, withCtx as s, createElementBlock as k, Fragment as B, renderList as C, createTextVNode as S, toDisplayString as _ } from "vue";
2
- import { Radio as p } from "ant-design-vue";
2
+ import { Radio as p } from "@aplus-frontend/antdv";
3
3
  import { useRuleFormItem as h } from "../hooks/use-form-item.mjs";
4
4
  import { isType as x } from "@fruits-chain/utils";
5
5
  import { omit as R } from "lodash-unified";
@@ -1,6 +1,6 @@
1
1
  import { Translator } from '../config-provider';
2
2
  import { ComponentType } from './types';
3
- import { Rule as ValidationRule } from 'ant-design-vue/lib/form/interface';
3
+ import { Rule as ValidationRule } from '@aplus-frontend/antdv/lib/form/interface';
4
4
  export declare const simpleComponents: string[];
5
5
  export declare function isIncludeSimpleComponents(component?: ComponentType): boolean;
6
6
  export declare function setComponentRuleType(rule: ValidationRule, component: ComponentType, valueFormat: string): void;
@@ -1,4 +1,4 @@
1
- import { Grid as f } from "ant-design-vue";
1
+ import { Grid as f } from "@aplus-frontend/antdv";
2
2
  import { ref as c, computed as L, unref as p } from "vue";
3
3
  import { useEventListener as l } from "@aplus-frontend/hooks";
4
4
  const { useBreakpoint: h } = f;
@@ -1,6 +1,6 @@
1
1
  import { ComputedRef, Ref } from 'vue';
2
2
  import { ProFormProps, FormSchemaInner as FormSchema, FormActionType } from '../types/form';
3
- import { NamePath } from 'ant-design-vue/lib/form/interface';
3
+ import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
4
4
  import { EmitType, Fn, Recordable } from '../../type';
5
5
  interface UseFormActionContext {
6
6
  emit: EmitType;
@@ -1,5 +1,5 @@
1
1
  import { ProFormProps, UseFormReturnType } from '../types/form';
2
- import { NamePath } from 'ant-design-vue/lib/form/interface';
2
+ import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
3
3
  import { Ref, ComputedRef } from 'vue';
4
4
  import { Recordable } from '../../type';
5
5
  type DynamicProps<T> = {
@@ -1,6 +1,6 @@
1
1
  import { Ref, ComputedRef, ExtractPropTypes, PropType, HTMLAttributes } from 'vue';
2
2
  import { ProFormProps, FormSchemaInner as FormSchema } from '../types/form';
3
- import { ColSize } from 'ant-design-vue/lib/grid/Col';
3
+ import { ColSize } from '@aplus-frontend/antdv/lib/grid/Col';
4
4
  export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsRef: Ref<ProFormProps>): ComputedRef<{
5
5
  labelCol: Partial< ExtractPropTypes<{
6
6
  span: (StringConstructor | NumberConstructor)[];
@@ -2,15 +2,15 @@ import { ProFormProps, FormSchemaInner as FormSchema } from './types/form';
2
2
  import { Recordable } from '../type';
3
3
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
4
4
  import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
5
- import { ColSize } from 'ant-design-vue/es/grid';
6
- import { FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from 'ant-design-vue/es/form/interface';
7
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
8
- import { RuleObject } from 'ant-design-vue/es/form';
5
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
+ import { FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
7
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
9
9
  import { Options } from '../../node_modules/scroll-into-view-if-needed';
10
- import { SizeType } from 'ant-design-vue/es/config-provider';
11
- import { SizeType } from 'ant-design-vue/es/button';
12
- import { VueNode } from 'ant-design-vue/es/_util/type';
13
- import { NamePath } from 'ant-design-vue/lib/form/interface';
10
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
+ import { SizeType } from '@aplus-frontend/antdv/es/button';
12
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
+ import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
14
14
  import { FormSchema, FieldMapToTime } from '.';
15
15
  import { ColEx } from './types';
16
16
  declare function setProps(formProps: Partial<ProFormProps>): Promise<void>;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as pe, useAttrs as ve, reactive as $, ref as f, computed as m, unref as a, watch as b, nextTick as ye, onMounted as ge, openBlock as V, createBlock as N, mergeProps as C, withKeys as Be, withCtx as h, createVNode as Y, normalizeProps as z, guardReactiveProps as j, renderSlot as A, createElementBlock as be, Fragment as he, renderList as M, createSlots as K } from "vue";
2
- import { Form as Ae, Row as Fe } from "ant-design-vue";
2
+ import { Form as Ae, Row as Fe } from "@aplus-frontend/antdv";
3
3
  import "./components/form-item.vue.mjs";
4
4
  import "./components/form-action.vue.mjs";
5
5
  import { dateItemType as Se, isIncludeSimpleComponents as we } from "./helper.mjs";
@@ -2,7 +2,7 @@ import { defineComponent as V, computed as j, openBlock as l, createElementBlock
2
2
  import { componentMap as R } from "./component-map.mjs";
3
3
  import { createPlaceholderMessage as U } from "./helper.mjs";
4
4
  import { QuestionCircleOutlined as $, ExclamationCircleOutlined as C } from "@ant-design/icons-vue";
5
- import { Table as A, Tooltip as h, FormItem as G } from "ant-design-vue";
5
+ import { Table as A, Tooltip as h, FormItem as G } from "@aplus-frontend/antdv";
6
6
  import "../ap-action/index.mjs";
7
7
  import { isFunction as H } from "lodash-unified";
8
8
  import { useLocale as Q } from "../config-provider/hooks/use-locale.mjs";
@@ -1,5 +1,5 @@
1
1
  import { ProTableFormProps } from './types/table-form';
2
- import { ValidateOptions } from 'ant-design-vue/lib/form/interface';
2
+ import { ValidateOptions } from '@aplus-frontend/antdv/lib/form/interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
  import { TableActionTypes } from '.';
5
5
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ProTableFormProps>, {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as u, ref as m, computed as f, unref as r, openBlock as p, createElementBlock as v, createVNode as n, withCtx as _, mergeProps as F } from "vue";
2
2
  import "./table-form-inner.vue2.mjs";
3
- import { Form as b } from "ant-design-vue";
3
+ import { Form as b } from "@aplus-frontend/antdv";
4
4
  import { useAttrs as y } from "@aplus-frontend/hooks";
5
5
  import B from "./table-form-inner.vue.mjs";
6
6
  const P = /* @__PURE__ */ u({
@@ -1,5 +1,5 @@
1
- import { NamePath } from 'ant-design-vue/lib/form/interface';
2
- import { ColProps } from 'ant-design-vue/lib/grid/Col';
1
+ import { NamePath } from '@aplus-frontend/antdv/lib/form/interface';
2
+ import { ColProps } from '@aplus-frontend/antdv/lib/grid/Col';
3
3
  import { HTMLAttributes, VNode, VNodeChild } from 'vue';
4
4
  export interface ProFormItem {
5
5
  /**
@@ -1,9 +1,9 @@
1
- import { NamePath, RuleObject } from 'ant-design-vue/lib/form/interface';
1
+ import { NamePath, RuleObject } from '@aplus-frontend/antdv/lib/form/interface';
2
2
  import { VNode, CSSProperties } from 'vue';
3
3
  import { ButtonProps } from '../../base-button';
4
4
  import { ProFormItem } from './form-item';
5
5
  import { ColEx, ComponentType, ComponentProps } from './';
6
- import { RowProps } from 'ant-design-vue/lib/grid/Row';
6
+ import { RowProps } from '@aplus-frontend/antdv/lib/grid/Row';
7
7
  export type FieldMapToTime = [
8
8
  string,
9
9
  [