@aplus-frontend/ui 0.1.44 → 0.1.45

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 (467) 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-paging.d.ts +3 -3
  88. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  89. package/es/src/ap-table/interface.d.ts +3 -3
  90. package/es/src/ap-table/utils.d.ts +6 -6
  91. package/es/src/ap-table/utils.mjs +1 -1
  92. package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
  93. package/es/src/ap-tag/interface.d.ts +1 -1
  94. package/es/src/ap-upload/apUpload.vue.mjs +1 -1
  95. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +1 -1
  96. package/es/src/ap-upload/components/Picture.vue2.mjs +1 -1
  97. package/es/src/ap-upload/components/SingleFile.vue2.mjs +1 -1
  98. package/es/src/base-button/button.vue2.mjs +1 -1
  99. package/es/src/base-button/pop-confirm-button.vue.mjs +1 -1
  100. package/es/src/basic/help.vue.d.ts +1 -1
  101. package/es/src/basic/help.vue2.mjs +1 -1
  102. package/es/src/basic/index.d.ts +1 -1
  103. package/es/src/basic/interface.d.ts +1 -1
  104. package/es/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  105. package/es/src/business/ap-attachment/ApAttachment.mjs +1 -1
  106. package/es/src/business/ap-attachment/interface.d.ts +1 -1
  107. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +1 -1
  108. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +1 -1
  109. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  110. package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
  111. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  112. package/es/src/business/ap-button-group/interface.d.ts +1 -1
  113. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +1 -1
  114. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  115. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +1 -1
  116. package/es/src/business/ap-export-group/handleExportDownload.mjs +1 -1
  117. package/es/src/business/ap-export-group/interface.d.ts +1 -1
  118. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  119. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
  120. package/es/src/business/ap-input-radio/interface.d.ts +1 -1
  121. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  122. package/es/src/business/ap-label/ApLabel.mjs +1 -1
  123. package/es/src/business/ap-label/ApLabelGroup.mjs +1 -1
  124. package/es/src/business/ap-label/constans.d.ts +2 -2
  125. package/es/src/business/ap-label/constans.mjs +1 -1
  126. package/es/src/business/ap-label/interface.d.ts +3 -3
  127. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  128. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +1 -1
  129. package/es/src/business/ap-ladder/interface.d.ts +1 -1
  130. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +1 -1
  131. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  132. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  133. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  134. package/es/src/business/ap-table-modal/index.d.ts +5 -5
  135. package/es/src/business/ap-table-modal/interface.d.ts +1 -1
  136. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  137. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +1 -1
  138. package/es/src/business/ap-title/ApTitle.vue2.mjs +1 -1
  139. package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
  140. package/es/src/business/index.d.ts +14 -14
  141. package/es/src/check-card/group.vue.mjs +1 -1
  142. package/es/src/check-card/index.vue2.mjs +1 -1
  143. package/es/src/config-provider/config-provider-props.d.ts +8 -8
  144. package/es/src/config-provider/config-provider-props.mjs +1 -1
  145. package/es/src/config-provider/config-provider.d.ts +8 -8
  146. package/es/src/config-provider/config-provider.mjs +1 -1
  147. package/es/src/config-provider/hooks/use-global-config.d.ts +8 -8
  148. package/es/src/config-provider/index.d.ts +8 -8
  149. package/es/src/container/collapse/index.vue2.mjs +1 -1
  150. package/es/src/count-down/button.vue2.mjs +1 -1
  151. package/es/src/count-down/input.vue2.mjs +1 -1
  152. package/es/src/count-down/interface.d.ts +1 -1
  153. package/es/src/cropper/cropper-avatar.vue2.mjs +1 -1
  154. package/es/src/cropper/cropper-modal.vue2.mjs +1 -1
  155. package/es/src/description/description.vue2.mjs +1 -1
  156. package/es/src/description/interface.d.ts +1 -1
  157. package/es/src/design-token/index.d.ts +1 -1
  158. package/es/src/dropdown/dropdown.vue2.mjs +1 -1
  159. package/es/src/editable-table/form-item.vue.mjs +1 -1
  160. package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  161. package/es/src/editable-table/hooks/use-get-columns.mjs +1 -1
  162. package/es/src/editable-table/index.vue.d.ts +1 -1
  163. package/es/src/editable-table/index.vue.mjs +1 -1
  164. package/es/src/editable-table/interface.d.ts +5 -5
  165. package/es/src/editable-table/utils.mjs +1 -1
  166. package/es/src/hooks/useMessage.d.ts +4 -4
  167. package/es/src/hooks/useMessage.mjs +1 -1
  168. package/es/src/icon-picker/icon-picker.vue2.mjs +1 -1
  169. package/es/src/modal/basic.vue.d.ts +2 -2
  170. package/es/src/modal/components/modal-close.vue2.mjs +1 -1
  171. package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
  172. package/es/src/modal/components/modal-footer.vue2.mjs +1 -1
  173. package/es/src/modal/components/modal.d.ts +2 -2
  174. package/es/src/modal/components/modal.mjs +1 -1
  175. package/es/src/modal/index.d.ts +4 -4
  176. package/es/src/modal/interface.d.ts +1 -1
  177. package/es/src/modal/props.d.ts +2 -2
  178. package/es/src/pro-form/component-map.mjs +1 -1
  179. package/es/src/pro-form/components/api-cascader.vue.mjs +1 -1
  180. package/es/src/pro-form/components/api-radio-group.vue.mjs +1 -1
  181. package/es/src/pro-form/components/api-select.vue.mjs +1 -1
  182. package/es/src/pro-form/components/api-transfer.vue.mjs +1 -1
  183. package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -1
  184. package/es/src/pro-form/components/api-tree.vue.mjs +1 -1
  185. package/es/src/pro-form/components/form-action.vue2.mjs +1 -1
  186. package/es/src/pro-form/components/form-item.vue2.mjs +1 -1
  187. package/es/src/pro-form/components/interface.d.ts +4 -4
  188. package/es/src/pro-form/components/radio-button-group.vue.mjs +1 -1
  189. package/es/src/pro-form/helper.d.ts +1 -1
  190. package/es/src/pro-form/hooks/use-break-point.mjs +1 -1
  191. package/es/src/pro-form/hooks/use-form-events.d.ts +1 -1
  192. package/es/src/pro-form/hooks/use-form.d.ts +1 -1
  193. package/es/src/pro-form/hooks/use-label-width.d.ts +1 -1
  194. package/es/src/pro-form/pro-form.vue.d.ts +8 -8
  195. package/es/src/pro-form/pro-form.vue.mjs +1 -1
  196. package/es/src/pro-form/table-form-inner.vue.mjs +1 -1
  197. package/es/src/pro-form/table-form.vue.d.ts +1 -1
  198. package/es/src/pro-form/table-form.vue.mjs +1 -1
  199. package/es/src/pro-form/types/form-item.d.ts +2 -2
  200. package/es/src/pro-form/types/form.d.ts +2 -2
  201. package/es/src/pro-form/types/index.d.ts +25 -25
  202. package/es/src/pro-form/types/table-form.d.ts +2 -2
  203. package/es/src/pro-table/component-map.mjs +1 -1
  204. package/es/src/pro-table/components/editable/cell-component.mjs +1 -1
  205. package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +1 -1
  206. package/es/src/pro-table/components/header-cell.vue.d.ts +1 -1
  207. package/es/src/pro-table/components/settings/column-setting.vue2.mjs +1 -1
  208. package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +1 -1
  209. package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +1 -1
  210. package/es/src/pro-table/components/settings/size-setting.vue2.mjs +1 -1
  211. package/es/src/pro-table/components/table-action.vue.mjs +1 -1
  212. package/es/src/pro-table/components/table-footer.vue.d.ts +1 -1
  213. package/es/src/pro-table/components/table-footer.vue2.mjs +1 -1
  214. package/es/src/pro-table/components/table-header.vue2.mjs +1 -1
  215. package/es/src/pro-table/components/table-image.vue.mjs +1 -1
  216. package/es/src/pro-table/components/table-selection-bar.vue2.mjs +1 -1
  217. package/es/src/pro-table/hooks/use-columns.d.ts +1 -1
  218. package/es/src/pro-table/hooks/use-custom-row.d.ts +1 -1
  219. package/es/src/pro-table/hooks/use-data-source.d.ts +2 -2
  220. package/es/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  221. package/es/src/pro-table/hooks/use-table-expand.d.ts +1 -1
  222. package/es/src/pro-table/pro-table.vue.d.ts +13 -13
  223. package/es/src/pro-table/pro-table.vue.mjs +1 -1
  224. package/es/src/pro-table/types/pagination.d.ts +1 -1
  225. package/es/src/pro-table/types/table-action.d.ts +2 -2
  226. package/es/src/pro-table/types/table.d.ts +3 -3
  227. package/es/src/prompt/dialog.vue2.mjs +1 -1
  228. package/es/src/strength-meter/strength-meter.vue2.mjs +1 -1
  229. package/es/src/utils/config-provider-preset.d.ts +10 -10
  230. package/es/src/utils/copy-text-to-clipboard.mjs +1 -1
  231. package/es/src/work-order-modal/help-message.vue2.mjs +1 -1
  232. package/es/src/work-order-modal/interfaces.d.ts +1 -1
  233. package/es/src/work-order-modal/work-order-modal.vue.mjs +1 -1
  234. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  235. package/lib/src/ap-action/group/index.vue.js +1 -1
  236. package/lib/src/ap-action/interface.d.ts +1 -1
  237. package/lib/src/ap-action/item/index.vue2.js +1 -1
  238. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  239. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  240. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -1
  241. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  242. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  243. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  244. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
  245. package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
  246. package/lib/src/ap-button/ap-button.vue.js +1 -1
  247. package/lib/src/ap-button/interface.d.ts +1 -1
  248. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  249. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  250. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  251. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  252. package/lib/src/ap-descriptions/interface.d.ts +1 -1
  253. package/lib/src/ap-download/ap-download.vue.d.ts +1 -1
  254. package/lib/src/ap-download/ap-download.vue.js +1 -1
  255. package/lib/src/ap-download/interface.d.ts +1 -1
  256. package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
  257. package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
  258. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  259. package/lib/src/ap-field/date/constant.d.ts +1 -1
  260. package/lib/src/ap-field/date/helper.d.ts +1 -1
  261. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  262. package/lib/src/ap-field/date/index.vue.js +1 -1
  263. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  264. package/lib/src/ap-field/interface.d.ts +4 -4
  265. package/lib/src/ap-field/number/index.vue.d.ts +4 -4
  266. package/lib/src/ap-field/number/index.vue.js +1 -1
  267. package/lib/src/ap-field/radio/helper.d.ts +1 -1
  268. package/lib/src/ap-field/radio/index.vue.js +1 -1
  269. package/lib/src/ap-field/rate/index.vue.d.ts +3 -3
  270. package/lib/src/ap-field/rate/index.vue.js +1 -1
  271. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  272. package/lib/src/ap-field/select/index.vue.d.ts +6 -6
  273. package/lib/src/ap-field/select/index.vue.js +1 -1
  274. package/lib/src/ap-field/slider/index.vue.d.ts +4 -4
  275. package/lib/src/ap-field/slider/index.vue.js +1 -1
  276. package/lib/src/ap-field/switch/index.vue.js +1 -1
  277. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  278. package/lib/src/ap-field/text/index.vue2.js +1 -1
  279. package/lib/src/ap-field/text/input-password-props.d.ts +1 -1
  280. package/lib/src/ap-field/text/password.vue.js +1 -1
  281. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  282. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  283. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +2 -2
  284. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  285. package/lib/src/ap-form/ap-form-item.vue.d.ts +4 -4
  286. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  287. package/lib/src/ap-form/ap-form.vue.d.ts +7 -7
  288. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  289. package/lib/src/ap-form/context.d.ts +1 -1
  290. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  291. package/lib/src/ap-form/interface.d.ts +3 -3
  292. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
  293. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  294. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  295. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  296. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  297. package/lib/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
  298. package/lib/src/ap-form/modal-form/drawer.vue.js +1 -1
  299. package/lib/src/ap-form/modal-form/index.vue.d.ts +8 -8
  300. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  301. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
  302. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  303. package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -1
  304. package/lib/src/ap-list/index.vue.js +1 -1
  305. package/lib/src/ap-modal/index.d.ts +1 -1
  306. package/lib/src/ap-modal/index.js +1 -1
  307. package/lib/src/ap-modal/interface.d.ts +1 -1
  308. package/lib/src/ap-modal/utils/createModal.js +1 -1
  309. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  310. package/lib/src/ap-table/ap-table.vue.js +1 -1
  311. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  312. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  313. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  314. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  315. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  316. package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
  317. package/lib/src/ap-table/components/status/index.vue2.js +1 -1
  318. package/lib/src/ap-table/constants.d.ts +36 -60
  319. package/lib/src/ap-table/context.d.ts +1 -1
  320. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  321. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  322. package/lib/src/ap-table/interface.d.ts +3 -3
  323. package/lib/src/ap-table/utils.d.ts +6 -6
  324. package/lib/src/ap-table/utils.js +1 -1
  325. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  326. package/lib/src/ap-tag/interface.d.ts +1 -1
  327. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  328. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  329. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  330. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  331. package/lib/src/base-button/button.vue2.js +1 -1
  332. package/lib/src/base-button/pop-confirm-button.vue.js +1 -1
  333. package/lib/src/basic/help.vue.d.ts +1 -1
  334. package/lib/src/basic/help.vue2.js +1 -1
  335. package/lib/src/basic/index.d.ts +1 -1
  336. package/lib/src/basic/interface.d.ts +1 -1
  337. package/lib/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  338. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  339. package/lib/src/business/ap-attachment/interface.d.ts +1 -1
  340. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  341. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  342. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  343. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  344. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
  345. package/lib/src/business/ap-button-group/interface.d.ts +1 -1
  346. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  347. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  348. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  349. package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
  350. package/lib/src/business/ap-export-group/interface.d.ts +1 -1
  351. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  352. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  353. package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
  354. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  355. package/lib/src/business/ap-label/ApLabel.js +1 -1
  356. package/lib/src/business/ap-label/ApLabelGroup.js +1 -1
  357. package/lib/src/business/ap-label/constans.d.ts +2 -2
  358. package/lib/src/business/ap-label/constans.js +1 -1
  359. package/lib/src/business/ap-label/interface.d.ts +3 -3
  360. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  361. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  362. package/lib/src/business/ap-ladder/interface.d.ts +1 -1
  363. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  364. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  365. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  366. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  367. package/lib/src/business/ap-table-modal/index.d.ts +5 -5
  368. package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
  369. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  370. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  371. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  372. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
  373. package/lib/src/business/index.d.ts +14 -14
  374. package/lib/src/check-card/group.vue.js +1 -1
  375. package/lib/src/check-card/index.vue2.js +1 -1
  376. package/lib/src/config-provider/config-provider-props.d.ts +8 -8
  377. package/lib/src/config-provider/config-provider-props.js +1 -1
  378. package/lib/src/config-provider/config-provider.d.ts +8 -8
  379. package/lib/src/config-provider/config-provider.js +1 -1
  380. package/lib/src/config-provider/hooks/use-global-config.d.ts +8 -8
  381. package/lib/src/config-provider/index.d.ts +8 -8
  382. package/lib/src/container/collapse/index.vue2.js +1 -1
  383. package/lib/src/count-down/button.vue2.js +1 -1
  384. package/lib/src/count-down/input.vue2.js +1 -1
  385. package/lib/src/count-down/interface.d.ts +1 -1
  386. package/lib/src/cropper/cropper-avatar.vue2.js +1 -1
  387. package/lib/src/cropper/cropper-modal.vue2.js +1 -1
  388. package/lib/src/description/description.vue2.js +1 -1
  389. package/lib/src/description/interface.d.ts +1 -1
  390. package/lib/src/design-token/index.d.ts +1 -1
  391. package/lib/src/dropdown/dropdown.vue2.js +1 -1
  392. package/lib/src/editable-table/form-item.vue.js +1 -1
  393. package/lib/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  394. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  395. package/lib/src/editable-table/index.vue.d.ts +1 -1
  396. package/lib/src/editable-table/index.vue.js +1 -1
  397. package/lib/src/editable-table/interface.d.ts +5 -5
  398. package/lib/src/editable-table/utils.js +1 -1
  399. package/lib/src/hooks/useMessage.d.ts +4 -4
  400. package/lib/src/hooks/useMessage.js +1 -1
  401. package/lib/src/icon-picker/icon-picker.vue2.js +1 -1
  402. package/lib/src/modal/basic.vue.d.ts +2 -2
  403. package/lib/src/modal/components/modal-close.vue2.js +1 -1
  404. package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
  405. package/lib/src/modal/components/modal-footer.vue2.js +1 -1
  406. package/lib/src/modal/components/modal.d.ts +2 -2
  407. package/lib/src/modal/components/modal.js +1 -1
  408. package/lib/src/modal/index.d.ts +4 -4
  409. package/lib/src/modal/interface.d.ts +1 -1
  410. package/lib/src/modal/props.d.ts +2 -2
  411. package/lib/src/pro-form/component-map.js +1 -1
  412. package/lib/src/pro-form/components/api-cascader.vue.js +1 -1
  413. package/lib/src/pro-form/components/api-radio-group.vue.js +1 -1
  414. package/lib/src/pro-form/components/api-select.vue.js +1 -1
  415. package/lib/src/pro-form/components/api-transfer.vue.js +1 -1
  416. package/lib/src/pro-form/components/api-tree-select.vue.js +1 -1
  417. package/lib/src/pro-form/components/api-tree.vue.js +1 -1
  418. package/lib/src/pro-form/components/form-action.vue2.js +1 -1
  419. package/lib/src/pro-form/components/form-item.vue2.js +1 -1
  420. package/lib/src/pro-form/components/interface.d.ts +4 -4
  421. package/lib/src/pro-form/components/radio-button-group.vue.js +1 -1
  422. package/lib/src/pro-form/helper.d.ts +1 -1
  423. package/lib/src/pro-form/hooks/use-break-point.js +1 -1
  424. package/lib/src/pro-form/hooks/use-form-events.d.ts +1 -1
  425. package/lib/src/pro-form/hooks/use-form.d.ts +1 -1
  426. package/lib/src/pro-form/hooks/use-label-width.d.ts +1 -1
  427. package/lib/src/pro-form/pro-form.vue.d.ts +8 -8
  428. package/lib/src/pro-form/pro-form.vue.js +1 -1
  429. package/lib/src/pro-form/table-form-inner.vue.js +1 -1
  430. package/lib/src/pro-form/table-form.vue.d.ts +1 -1
  431. package/lib/src/pro-form/table-form.vue.js +1 -1
  432. package/lib/src/pro-form/types/form-item.d.ts +2 -2
  433. package/lib/src/pro-form/types/form.d.ts +2 -2
  434. package/lib/src/pro-form/types/index.d.ts +25 -25
  435. package/lib/src/pro-form/types/table-form.d.ts +2 -2
  436. package/lib/src/pro-table/component-map.js +1 -1
  437. package/lib/src/pro-table/components/editable/cell-component.js +1 -1
  438. package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
  439. package/lib/src/pro-table/components/header-cell.vue.d.ts +1 -1
  440. package/lib/src/pro-table/components/settings/column-setting.vue2.js +1 -1
  441. package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +1 -1
  442. package/lib/src/pro-table/components/settings/redo-setting.vue2.js +1 -1
  443. package/lib/src/pro-table/components/settings/size-setting.vue2.js +1 -1
  444. package/lib/src/pro-table/components/table-action.vue.js +1 -1
  445. package/lib/src/pro-table/components/table-footer.vue.d.ts +1 -1
  446. package/lib/src/pro-table/components/table-footer.vue2.js +1 -1
  447. package/lib/src/pro-table/components/table-header.vue2.js +1 -1
  448. package/lib/src/pro-table/components/table-image.vue.js +1 -1
  449. package/lib/src/pro-table/components/table-selection-bar.vue2.js +1 -1
  450. package/lib/src/pro-table/hooks/use-columns.d.ts +1 -1
  451. package/lib/src/pro-table/hooks/use-custom-row.d.ts +1 -1
  452. package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -2
  453. package/lib/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  454. package/lib/src/pro-table/hooks/use-table-expand.d.ts +1 -1
  455. package/lib/src/pro-table/pro-table.vue.d.ts +13 -13
  456. package/lib/src/pro-table/pro-table.vue.js +1 -1
  457. package/lib/src/pro-table/types/pagination.d.ts +1 -1
  458. package/lib/src/pro-table/types/table-action.d.ts +2 -2
  459. package/lib/src/pro-table/types/table.d.ts +3 -3
  460. package/lib/src/prompt/dialog.vue2.js +1 -1
  461. package/lib/src/strength-meter/strength-meter.vue2.js +1 -1
  462. package/lib/src/utils/config-provider-preset.d.ts +10 -10
  463. package/lib/src/utils/copy-text-to-clipboard.js +1 -1
  464. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  465. package/lib/src/work-order-modal/interfaces.d.ts +1 -1
  466. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  467. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { ApActionGroupProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- import { Trigger } from 'ant-design-vue/es/dropdown/props';
3
+ import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
4
4
  import { GroupActionTypes } from '..';
5
5
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionGroupProps>, {
6
6
  count: number;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as h, computed as s, unref as c, openBlock as t, createBlock as r, withCtx as k, createElementBlock as u, Fragment as a, renderList as A, mergeProps as i, createCommentVNode as v } from "vue";
2
- import { Space as y } from "ant-design-vue";
2
+ import { Space as y } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import "../item-modal/index.vue2.mjs";
5
5
  import "../item-popconfirm/index.vue2.mjs";
@@ -1,4 +1,4 @@
1
- import { DropdownProps, ModalFuncProps, PopconfirmProps } from 'ant-design-vue';
1
+ import { DropdownProps, ModalFuncProps, PopconfirmProps } from '@aplus-frontend/antdv';
2
2
  import { VNode } from 'vue';
3
3
  export type ActionColor = 'primary' | 'success' | 'error' | 'warn';
4
4
  export type ApActionItemProps = {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as y, ref as b, unref as r, computed as d, renderSlot as c, openBlock as t, createElementBlock as u, mergeProps as C, createBlock as f, createCommentVNode as m, isVNode as v, resolveDynamicComponent as B, toDisplayString as A } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
- import h from "ant-design-vue/es/button/LoadingIcon";
3
+ import h from "@aplus-frontend/antdv/es/button/LoadingIcon";
4
4
  import "../style/item.css";
5
5
  import { useNamespace as I } from "../../config-provider/hooks/use-namespace.mjs";
6
6
  const L = { key: 1 }, x = /* @__PURE__ */ y({
@@ -1,7 +1,7 @@
1
1
  import { ApActionItemDropdownProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ActionColor, MixedActionTypes } from '..';
4
- import { Trigger } from 'ant-design-vue/es/dropdown/props';
4
+ import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
5
5
  declare function __VLS_template(): {
6
6
  slots: {
7
7
  default?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as _, ref as v, computed as k, openBlock as t, createBlock as l, unref as r, withCtx as n, createVNode as u, createElementBlock as w, Fragment as A, renderList as B, normalizeClass as s, mergeProps as i, createElementVNode as b, normalizeProps as C, guardReactiveProps as I, renderSlot as P, createCommentVNode as D } from "vue";
2
- import { Dropdown as N, Menu as $, MenuItem as h } from "ant-design-vue";
2
+ import { Dropdown as N, Menu as $, MenuItem as h } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import "../item-modal/index.vue2.mjs";
5
5
  import "../item-popconfirm/index.vue2.mjs";
@@ -1,7 +1,7 @@
1
1
  import { ApActionItemModalProps, ApActionItemSlots } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ActionColor } from '..';
4
- import { ModalFuncProps } from 'ant-design-vue';
4
+ import { ModalFuncProps } from '@aplus-frontend/antdv';
5
5
  declare function __VLS_template(): {
6
6
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
7
7
  refs: {};
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as c, useSlots as m, openBlock as d, createBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as x } from "vue";
2
- import { Modal as B } from "ant-design-vue";
2
+ import { Modal as B } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import { omit as g } from "lodash-unified";
5
5
  import h from "../item/index.vue2.mjs";
@@ -1,15 +1,15 @@
1
1
  import { ApActionItemPopconfirmProps, ApActionItemSlots } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, HTMLAttributes, CSSProperties } from 'vue';
3
3
  import { ActionColor } from '..';
4
- import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
5
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
4
+ import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
5
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
6
6
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
7
- import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
8
- import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
9
- import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
10
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
11
- import { PresetColorType } from 'ant-design-vue/es/_util/colors';
12
- import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
7
+ import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
+ import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
9
+ import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
10
+ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
11
+ import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
12
+ import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
13
13
  declare function __VLS_template(): {
14
14
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
15
15
  refs: {};
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, useSlots as u, openBlock as P, createBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
2
- import { Popconfirm as b } from "ant-design-vue";
2
+ import { Popconfirm as b } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import { omit as g } from "lodash-unified";
5
5
  import h from "../item/index.vue2.mjs";
@@ -1,6 +1,6 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import { ApButtonProps } from './interface';
3
- import { ButtonType } from 'ant-design-vue/es/button';
3
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
5
  slots: Partial<Record<string, (_: any) => any>>;
6
6
  refs: {};
@@ -1,6 +1,6 @@
1
1
  import { ApButtonProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- import { ButtonType } from 'ant-design-vue/es/button';
3
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
5
  slots: Partial<Record<string, (_: any) => any>>;
6
6
  refs: {};
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as L, ref as $, computed as a, openBlock as M, createBlock as j, unref as c, mergeProps as w, createSlots as P, renderList as x, withCtx as _, renderSlot as N, normalizeProps as z, guardReactiveProps as A } from "vue";
2
2
  import "./index.css";
3
- import { Button as F } from "ant-design-vue";
3
+ import { Button as F } from "@aplus-frontend/antdv";
4
4
  import "../config-provider/index.mjs";
5
5
  import { omit as O } from "lodash-unified";
6
6
  import { useNamespace as S } from "../config-provider/hooks/use-namespace.mjs";
@@ -1,4 +1,4 @@
1
- import { ButtonProps } from 'ant-design-vue';
1
+ import { ButtonProps } from '@aplus-frontend/antdv';
2
2
  export type ApButtonProps = Omit<ButtonProps, 'type' | 'onClick'> & {
3
3
  type?: ButtonProps['type'] | 'borderLink';
4
4
  borderLinkColor?: string;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as D, ref as m, watch as p, computed as S, openBlock as V, createBlock as A, unref as t, normalizeClass as o, withCtx as r, createElementVNode as v, toDisplayString as u, createVNode as d, createTextVNode as B } from "vue";
2
- import { Flex as g, Checkbox as G, Divider as L, CheckboxGroup as M } from "ant-design-vue";
2
+ import { Flex as g, Checkbox as G, Divider as L, CheckboxGroup as M } from "@aplus-frontend/antdv";
3
3
  import "../config-provider/index.mjs";
4
4
  import "./styles/column-select.css";
5
5
  import { useLocale as U } from "../config-provider/hooks/use-locale.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as x, ref as p, computed as H, openBlock as w, createElementBlock as B, normalizeClass as E, unref as e, createVNode as o, withCtx as n, createTextVNode as b, toDisplayString as k, normalizeStyle as G } from "vue";
2
2
  import { SettingOutlined as N, CloseOutlined as T } from "@ant-design/icons-vue";
3
- import { Tooltip as A, Button as I, Drawer as O } from "ant-design-vue";
3
+ import { Tooltip as A, Button as I, Drawer as O } from "@aplus-frontend/antdv";
4
4
  import "./column-select.vue2.mjs";
5
5
  import "./styles/custom-column.css";
6
6
  import "../config-provider/index.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as N, openBlock as l, createElementBlock as a, normalizeClass as h, unref as r, normalizeStyle as T, createVNode as B, mergeProps as _, withCtx as f, Fragment as s, renderList as w, createBlock as i, h as c, renderSlot as E, resolveDynamicComponent as M } from "vue";
2
- import { Descriptions as V, DescriptionsItem as m } from "ant-design-vue";
2
+ import { Descriptions as V, DescriptionsItem as m } from "@aplus-frontend/antdv";
3
3
  import { mixinsAttachmentExtraProps as j, transformValue as x, isEmptyWithType as z } from "./helper.mjs";
4
4
  import { get as S } from "lodash-unified";
5
5
  import "./help-message/index.vue.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as s, openBlock as t, createElementBlock as l, renderSlot as n, createBlock as r, unref as o, withCtx as p, createVNode as a, createCommentVNode as i } from "vue";
2
2
  import { QuestionCircleOutlined as c } from "@ant-design/icons-vue";
3
- import { Tooltip as m } from "ant-design-vue";
3
+ import { Tooltip as m } from "@aplus-frontend/antdv";
4
4
  const d = { style: { display: "flex", "align-items": "center" } }, k = /* @__PURE__ */ s({
5
5
  __name: "index",
6
6
  props: {
@@ -1,4 +1,4 @@
1
- import { DescriptionsProps } from 'ant-design-vue';
1
+ import { DescriptionsProps } from '@aplus-frontend/antdv';
2
2
  import { CSSProperties, StyleValue, VNode, VNodeChild } from 'vue';
3
3
  import { formatterMap } from './formatter';
4
4
  /** 字段路径 */
@@ -1,6 +1,6 @@
1
1
  import { ApDownLoadProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- import { ButtonType } from 'ant-design-vue/es/button';
3
+ import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
5
  slots: {
6
6
  icon?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s, openBlock as r, createBlock as j, mergeProps as I, withCtx as M, createElementVNode as u, normalizeClass as T, createElementBlock as f, createVNode as U, createCommentVNode as g, renderSlot as V, toDisplayString as D } from "vue";
2
- import { Button as E } from "ant-design-vue";
2
+ import { Button as E } from "@aplus-frontend/antdv";
3
3
  import { LoadingOutlined as G } from "@ant-design/icons-vue";
4
4
  import "../config-provider/index.mjs";
5
5
  import { useOssInit as P } from "./hooks/index.mjs";
@@ -1,5 +1,5 @@
1
1
  import { accessCreate, client } from '@aplus-frontend/oss';
2
- import { ButtonProps } from 'ant-design-vue/es/button';
2
+ import { ButtonProps } from '@aplus-frontend/antdv/es/button';
3
3
  /**
4
4
  * 类型转换为单例和数组
5
5
  */
@@ -1,5 +1,5 @@
1
- import { CheckboxOptionType } from 'ant-design-vue';
2
- import { CheckboxValueType } from 'ant-design-vue/es/checkbox/interface';
3
- import { VueNode } from 'ant-design-vue/es/_util/type';
1
+ import { CheckboxOptionType } from '@aplus-frontend/antdv';
2
+ import { CheckboxValueType } from '@aplus-frontend/antdv/es/checkbox/interface';
3
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
4
4
  export declare const getOptionValue: (v: CheckboxOptionType | string | number) => CheckboxValueType;
5
5
  export declare const getOptionLabel: (v: CheckboxOptionType | string | number) => VueNode;
@@ -1,7 +1,7 @@
1
1
  import { ApFieldCheckboxProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { FieldMode } from '..';
4
- import { CheckboxOptionType } from 'ant-design-vue';
4
+ import { CheckboxOptionType } from '@aplus-frontend/antdv';
5
5
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldCheckboxProps>, {
6
6
  emptyText: string;
7
7
  mode: string;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as h, ref as m, onMounted as b, openBlock as o, createElementBlock as l, Fragment as n, unref as e, createTextVNode as c, toDisplayString as d, createBlock as f, mergeProps as C } from "vue";
2
2
  import { isFunction as V, isNil as B, omit as q } from "lodash-unified";
3
- import { Spin as T, CheckboxGroup as U } from "ant-design-vue";
3
+ import { Spin as T, CheckboxGroup as U } from "@aplus-frontend/antdv";
4
4
  import "../../hooks/index.mjs";
5
5
  import { getOptionValue as _, getOptionLabel as F } from "./helper.mjs";
6
6
  import "../../config-provider/index.mjs";
@@ -1,4 +1,4 @@
1
- import { PickerMode } from 'ant-design-vue/es/vc-picker/interface';
1
+ import { PickerMode } from '@aplus-frontend/antdv/es/vc-picker/interface';
2
2
  import { ApFormatPresetType } from './interface';
3
3
  export declare const ApFieldDatePresetFormats: string[];
4
4
  export declare const PRESET_FORMAT_MAP: Record<ApFormatPresetType, string>;
@@ -1,5 +1,5 @@
1
1
  import { ZoneAlias } from '@aplus-frontend/utils';
2
- import { EventValue } from 'ant-design-vue/es/vc-picker/interface';
2
+ import { EventValue } from '@aplus-frontend/antdv/es/vc-picker/interface';
3
3
  import { Dayjs } from 'dayjs';
4
4
  export declare const formatDay: (d: Dayjs, f: string, begin?: boolean) => number | null;
5
5
  /**
@@ -4,7 +4,7 @@ import { ApFormatPresetType } from './interface';
4
4
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, VNode, RendererNode, RendererElement, PropType } from 'vue';
5
5
  import { FieldMode } from '..';
6
6
  import { LiteralUnion } from '../../type';
7
- import { SharedTimeProps } from 'ant-design-vue/es/vc-picker/panels/TimePanel';
7
+ import { SharedTimeProps } from '@aplus-frontend/antdv/es/vc-picker/panels/TimePanel';
8
8
  type ApFieldDataSlots = {
9
9
  dateRender: any;
10
10
  suffixIcon?: any;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as b, computed as i, unref as t, openBlock as v, createElementBlock as _, Fragment as w, createTextVNode as M, toDisplayString as R, createBlock as F, mergeProps as A, createSlots as D, renderList as x, withCtx as E, renderSlot as V, normalizeProps as z, guardReactiveProps as N } from "vue";
2
2
  import r from "dayjs";
3
- import { DatePicker as j } from "ant-design-vue";
3
+ import { DatePicker as j } from "@aplus-frontend/antdv";
4
4
  import { ApFieldDatePresetFormats as I, PRESET_FORMAT_MAP as H, PRESET_FORMAT_PICK_MAP as U, PRESET_FORMAT_TIME_MAP as K } from "./constant.mjs";
5
5
  import "../../hooks/index.mjs";
6
6
  import { isNil as y, omit as $ } from "lodash-unified";
@@ -3,7 +3,7 @@ import { ApFieldDatePresetFormats as Q, PRESET_FORMAT_MAP as X, PRESET_FORMAT_PI
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as T, omit as b, isString as m, isFunction as ne } from "lodash-unified";
5
5
  import d from "dayjs";
6
- import { DatePicker as te } from "ant-design-vue";
6
+ import { DatePicker as te } from "@aplus-frontend/antdv";
7
7
  import { formatDayWithTimezone as ae, formatValue as R } from "../date/helper.mjs";
8
8
  import { SwapRightOutlined as re } from "@ant-design/icons-vue";
9
9
  import { omitUndefined as le } from "../../utils/index.mjs";
@@ -1,8 +1,8 @@
1
- import { InputProps, CheckboxGroupProps, DatePickerProps, InputNumberProps, RadioGroupProps, SwitchProps, TextAreaProps, SelectProps, PopconfirmProps, SliderProps, SegmentedProps, RateProps } from 'ant-design-vue';
2
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
1
+ import { InputProps, CheckboxGroupProps, DatePickerProps, InputNumberProps, RadioGroupProps, SwitchProps, TextAreaProps, SelectProps, PopconfirmProps, SliderProps, SegmentedProps, RateProps } from '@aplus-frontend/antdv';
2
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
3
3
  import { ApFormatPresetType } from './date/interface';
4
- import { RangeValue } from 'ant-design-vue/es/vc-picker/interface';
5
- import { RangePickerProps } from 'ant-design-vue/es/date-picker/dayjs';
4
+ import { RangeValue } from '@aplus-frontend/antdv/es/vc-picker/interface';
5
+ import { RangePickerProps } from '@aplus-frontend/antdv/es/date-picker/dayjs';
6
6
  import { LiteralUnion } from '../type';
7
7
  import { InputPasswordProps } from './text/input-password-props';
8
8
  import { ZoneAlias } from '@aplus-frontend/utils';
@@ -1,10 +1,10 @@
1
1
  import { ApFieldNumberProps } from '../interface';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
3
- import { ButtonSize } from 'ant-design-vue/es/button';
3
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
4
4
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
6
- import { KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
7
- import { VueNode, CustomSlotsType } from 'ant-design-vue/es/_util/type';
5
+ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
6
+ import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
+ import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
8
8
  type ApFieldNumberSlots = {
9
9
  addonBefore?: any;
10
10
  addonAfter?: any;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as C, ref as N, computed as x, unref as t, openBlock as r, createElementBlock as n, Fragment as D, normalizeClass as d, renderSlot as s, createCommentVNode as m, createElementVNode as P, toDisplayString as V, createBlock as $, mergeProps as R, createSlots as A, renderList as I, withCtx as U, normalizeProps as z, guardReactiveProps as E } from "vue";
2
- import { InputNumber as F } from "ant-design-vue";
2
+ import { InputNumber as F } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as M, omit as T } from "lodash-unified";
5
5
  import { roundWith as _, toDecimalMark as w } from "@fruits-chain/utils";
@@ -1,3 +1,3 @@
1
- import { RadioGroupChildOption } from 'ant-design-vue/es/radio/Group';
1
+ import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
2
2
  export declare const getOptionValue: (v: RadioGroupChildOption | string | number) => any;
3
3
  export declare const getOptionLabel: (v: RadioGroupChildOption | string | number) => any;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as _, ref as i, onMounted as q, computed as C, unref as o, openBlock as l, createElementBlock as m, Fragment as c, createTextVNode as R, toDisplayString as U, createBlock as d, mergeProps as h } from "vue";
2
- import { Spin as G, RadioGroup as N } from "ant-design-vue";
2
+ import { Spin as G, RadioGroup as N } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as S, omit as z } from "lodash-unified";
5
5
  import { getOptionValue as F, getOptionLabel as O } from "./helper.mjs";
@@ -1,9 +1,9 @@
1
1
  import { ApFieldRateProps } from '../interface';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
3
3
  import { VueTypeValidableDef, VueTypeDef } from '../../../node_modules/vue-types';
4
- import { Direction } from 'ant-design-vue/es/config-provider';
5
- import { FocusEventHandler, KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
6
- import { VueNode } from 'ant-design-vue/es/_util/type';
4
+ import { Direction } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { FocusEventHandler, KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
7
7
  import { FieldMode } from '..';
8
8
  declare function focus(): void;
9
9
  declare function blur(): void;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as v, ref as b, useSlots as h, computed as y, openBlock as B, createBlock as C, unref as o, mergeProps as _, createSlots as x, withCtx as g, renderSlot as k } from "vue";
2
2
  import { omit as w } from "lodash-unified";
3
3
  import "../../hooks/index.mjs";
4
- import { Rate as R } from "ant-design-vue";
4
+ import { Rate as R } from "@aplus-frontend/antdv";
5
5
  import { useControllableValue as V } from "../../hooks/useControllableValue.mjs";
6
6
  const D = /* @__PURE__ */ v({
7
7
  name: "ApFieldRate",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as S, ref as c, useSlots as B, onMounted as U, computed as V, unref as a, createVNode as s, Fragment as o, openBlock as r, createBlock as m, createElementBlock as _, resolveDynamicComponent as h, mergeProps as N, withCtx as q, renderSlot as z, normalizeProps as F, guardReactiveProps as P } from "vue";
2
- import { Spin as T, Segmented as R } from "ant-design-vue";
2
+ import { Spin as T, Segmented as R } from "@aplus-frontend/antdv";
3
3
  import { isFunction as v, isUndefined as w, isString as A, isNumber as D, omit as E } from "lodash-unified";
4
4
  import "../../hooks/index.mjs";
5
5
  import { useControllableValue as M } from "../../hooks/useControllableValue.mjs";
@@ -1,12 +1,12 @@
1
- import { DefaultOptionType, SelectValue, LabeledValue } from 'ant-design-vue/es/select';
1
+ import { DefaultOptionType, SelectValue, LabeledValue } from '@aplus-frontend/antdv/es/select';
2
2
  import { ApFieldSelectProps } from '../interface';
3
3
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
4
4
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { ButtonSize } from 'ant-design-vue/es/button';
6
- import { VueNode, CustomSlotsType } from 'ant-design-vue/es/_util/type';
7
- import { SelectHandler, FieldNames, FilterFunc } from 'ant-design-vue/es/vc-select/Select';
8
- import { RenderDOMFunc, DropdownRender, CustomTagProps } from 'ant-design-vue/es/vc-select/BaseSelect';
9
- import { AlignType } from 'ant-design-vue/es/vc-trigger/interface';
5
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
6
+ import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
7
+ import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
8
+ import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
9
+ import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
10
10
  import { FieldMode } from '..';
11
11
  type ApFieldSelectSlots = {
12
12
  notFoundContent: any;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as T, ref as p, onMounted as _, computed as y, unref as u, openBlock as w, createElementBlock as R, toDisplayString as z, createBlock as D, mergeProps as U, createSlots as L, renderList as K, withCtx as S, renderSlot as H, normalizeProps as $, guardReactiveProps as j, createVNode as E } from "vue";
2
2
  import { debounce as W, isFunction as g, isArray as G, isNil as J, omit as Q } from "lodash-unified";
3
- import { Select as X, Spin as Y } from "ant-design-vue";
3
+ import { Select as X, Spin as Y } from "@aplus-frontend/antdv";
4
4
  import "../../hooks/index.mjs";
5
5
  import { omitUndefined as Z } from "../../utils/index.mjs";
6
6
  import { useDefaultPlaceholder as ee } from "../hooks/use-default-placeholder.mjs";
@@ -1,9 +1,9 @@
1
1
  import { ApFieldSliderProps } from '../interface';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
3
- import { SliderRange, SliderMarks } from 'ant-design-vue/es/slider';
4
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
5
- import { FocusEventHandler } from 'ant-design-vue/es/_util/EventInterface';
6
- import { VueNode, CustomSlotsType } from 'ant-design-vue/es/_util/type';
3
+ import { SliderRange, SliderMarks } from '@aplus-frontend/antdv/es/slider';
4
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip';
5
+ import { FocusEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
+ import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
7
7
  type ApFieldSliderSlots = {
8
8
  default?: any;
9
9
  mark?: (option: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as x, useSlots as g, ref as k, computed as C, unref as o, openBlock as u, createElementBlock as S, Fragment as _, createTextVNode as P, toDisplayString as T, createBlock as V, mergeProps as b, createSlots as h, renderList as F, withCtx as R, renderSlot as U, normalizeProps as A, guardReactiveProps as $ } from "vue";
2
- import { Slider as N } from "ant-design-vue";
2
+ import { Slider as N } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as w, isArray as z, omit as D } from "lodash-unified";
5
5
  import { useControllableValue as E } from "../../hooks/useControllableValue.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as F, useSlots as U, ref as z, unref as o, computed as D, createVNode as u, Fragment as s, openBlock as h, createBlock as k, resolveDynamicComponent as T, createElementBlock as E, mergeProps as p, createSlots as g, renderList as V, withCtx as C, renderSlot as v, normalizeProps as B, guardReactiveProps as w } from "vue";
2
- import { Switch as A, Popconfirm as K } from "ant-design-vue";
2
+ import { Switch as A, Popconfirm as K } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as L, omit as P } from "lodash-unified";
5
5
  import { isDef as f } from "@fruits-chain/utils";
@@ -1,5 +1,5 @@
1
1
  import { ApFieldTextProps } from '../interface';
2
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
2
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
  import { FieldMode } from '..';
5
5
  type ApFieldTextSlots = {
@@ -1,5 +1,5 @@
1
1
  import { isVNode as v, defineComponent as B, ref as g, useSlots as h, computed as b, createVNode as i, mergeProps as C, unref as u, Fragment as S, openBlock as _, createBlock as R, resolveDynamicComponent as T } from "vue";
2
- import { Input as V } from "ant-design-vue";
2
+ import { Input as V } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { omit as j } from "lodash-unified";
5
5
  import { useDefaultPlaceholder as F } from "../hooks/use-default-placeholder.mjs";
@@ -1,4 +1,4 @@
1
- import { InputProps } from 'ant-design-vue';
1
+ import { InputProps } from '@aplus-frontend/antdv';
2
2
  /**
3
3
  * 根据antdv类型定义创建的Input.Password Props类型定义
4
4
  */
@@ -1,5 +1,5 @@
1
1
  import { isVNode as x, defineComponent as h, ref as C, useSlots as g, unref as i, createVNode as o, mergeProps as P, Fragment as w, openBlock as V, createBlock as _, resolveDynamicComponent as S } from "vue";
2
- import { Input as T, Space as U } from "ant-design-vue";
2
+ import { Input as T, Space as U } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { omit as O } from "lodash-unified";
5
5
  import { EyeOutlined as j, EyeInvisibleOutlined as k } from "@ant-design/icons-vue";
@@ -1,5 +1,5 @@
1
1
  import { ApFieldTextAreaProps } from '../interface';
2
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
2
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
3
3
  import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
  import { FieldMode } from '..';
5
5
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextAreaProps>, {
@@ -2,7 +2,7 @@ import { defineComponent as f, ref as y, computed as x, openBlock as n, createEl
2
2
  import { isNil as z, omit as A } from "lodash-unified";
3
3
  import "../../hooks/index.mjs";
4
4
  import "../../config-provider/index.mjs";
5
- import { Input as g } from "ant-design-vue";
5
+ import { Input as g } from "@aplus-frontend/antdv";
6
6
  import "./style.css";
7
7
  import { useDefaultPlaceholder as T } from "../hooks/use-default-placeholder.mjs";
8
8
  import { useControllableValue as k } from "../../hooks/useControllableValue.mjs";
@@ -1,7 +1,7 @@
1
1
  import { ApFormItemGroupProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- import { Breakpoint } from 'ant-design-vue/es/_util/responsiveObserve';
4
- import { Gutter } from 'ant-design-vue/es/grid/Row';
3
+ import { Breakpoint } from '@aplus-frontend/antdv/es/_util/responsiveObserve';
4
+ import { Gutter } from '@aplus-frontend/antdv/es/grid/Row';
5
5
  declare function __VLS_template(): {
6
6
  slots: Readonly<{
7
7
  default(): any[];
@@ -1,5 +1,5 @@
1
1
  import { isVNode as C, defineComponent as h, useSlots as w, onBeforeUpdate as k, watch as _, shallowRef as B, computed as P, unref as n, createVNode as R, mergeProps as u, openBlock as s, createBlock as d, withCtx as S, createElementBlock as b, Fragment as x, renderList as N, resolveDynamicComponent as j } from "vue";
2
- import { Col as v, Row as F } from "ant-design-vue";
2
+ import { Col as v, Row as F } from "@aplus-frontend/antdv";
3
3
  import { pick as D, isBoolean as I, omit as O } from "lodash-unified";
4
4
  import { apFormItemColPropKeys as V } from "../constant.mjs";
5
5
  import { genRealChildren as l, buildColSpan as $, getStringName as A } from "./helper.mjs";
@@ -1,10 +1,10 @@
1
1
  import { ApFormItemProps, ApFormItemSlots } from './interface';
2
2
  import { ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
3
- import { RuleObject } from 'ant-design-vue/es/form';
4
- import { ColSize } from 'ant-design-vue/es/grid';
5
- import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
3
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
4
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
+ import { FormLabelAlign } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { VueTypeValidableDef, VueTypeDef } from '../../node_modules/vue-types';
7
- import { CustomSlotsType } from 'ant-design-vue/es/_util/type';
7
+ import { CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
8
8
  declare function onFieldBlur(): void;
9
9
  declare function onFieldChange(): void;
10
10
  declare function clearValidate(): void;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as j, useSlots as q, ref as d, onMounted as E, computed as B, unref as t, watch as K, cloneVNode as Q, openBlock as V, createBlock as g, mergeProps as U, createSlots as G, withCtx as i, resolveDynamicComponent as H, createCommentVNode as J, createElementVNode as C, normalizeClass as M, createVNode as k, normalizeStyle as W, toDisplayString as X, renderList as Y, renderSlot as Z, normalizeProps as ee, guardReactiveProps as oe } from "vue";
2
- import { Form as te, Tooltip as le } from "ant-design-vue";
3
- import { useToken as re } from "ant-design-vue/es/theme/internal";
2
+ import { Form as te, Tooltip as le } from "@aplus-frontend/antdv";
3
+ import { useToken as re } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { isFunction as N, cloneDeep as ae, isArray as ne, omit as P } from "lodash-unified";
5
5
  import { apFormItemColPropKeys as ie } from "./constant.mjs";
6
6
  import { QuestionCircleOutlined as ue } from "@ant-design/icons-vue";
@@ -1,14 +1,14 @@
1
1
  import { ApFormProps, RegistedFieldType, WatchFunc } from './interface';
2
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from 'ant-design-vue/es/form/interface';
2
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, RuleObject, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
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 { RequiredMark } from 'ant-design-vue/es/form/Form';
7
- import { RuleObject } from 'ant-design-vue/es/form';
5
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
7
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
8
8
  import { Options } from '../../node_modules/scroll-into-view-if-needed';
9
- import { SizeType } from 'ant-design-vue/es/config-provider';
10
- import { SizeType } from 'ant-design-vue/es/button';
11
- import { VueNode } from 'ant-design-vue/es/_util/type';
9
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
10
+ import { SizeType } from '@aplus-frontend/antdv/es/button';
11
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
12
  /**
13
13
  * 订阅事件
14
14
  */
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as D, ref as L, reactive as k, nextTick as K, toRaw as b, computed as $, openBlock as G, createBlock as H, unref as B, mergeProps as J, withCtx as Q, renderSlot as U } from "vue";
2
- import { Form as X } from "ant-design-vue";
2
+ import { Form as X } from "@aplus-frontend/antdv";
3
3
  import { useProvideForm as Y } from "./context.mjs";
4
4
  import { isArray as f, cloneDeep as I, isFunction as m, isPlainObject as _, omit as Z } from "lodash-unified";
5
5
  import { INTERNAL_FORM_INSTANCE_MARK as ee } from "./constant.mjs";
@@ -1,4 +1,4 @@
1
- import { NamePath } from 'ant-design-vue/es/form/interface';
1
+ import { NamePath } from '@aplus-frontend/antdv/es/form/interface';
2
2
  import { ComputedRef, InjectionKey } from 'vue';
3
3
  import { ApFormInternalInstance } from './interface';
4
4
  type ApFormContextProps<ModelType> = {