@aplus-frontend/ui 0.1.43 → 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 (473) 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/hooks/use-default-placeholder.mjs +14 -14
  32. package/es/src/ap-field/interface.d.ts +4 -4
  33. package/es/src/ap-field/number/index.vue.d.ts +4 -4
  34. package/es/src/ap-field/number/index.vue.mjs +1 -1
  35. package/es/src/ap-field/radio/helper.d.ts +1 -1
  36. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  37. package/es/src/ap-field/rate/index.vue.d.ts +3 -3
  38. package/es/src/ap-field/rate/index.vue.mjs +1 -1
  39. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  40. package/es/src/ap-field/select/index.vue.d.ts +6 -6
  41. package/es/src/ap-field/select/index.vue.mjs +1 -1
  42. package/es/src/ap-field/slider/index.vue.d.ts +4 -4
  43. package/es/src/ap-field/slider/index.vue.mjs +1 -1
  44. package/es/src/ap-field/switch/index.vue.mjs +1 -1
  45. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  46. package/es/src/ap-field/text/index.vue2.mjs +1 -1
  47. package/es/src/ap-field/text/input-password-props.d.ts +1 -1
  48. package/es/src/ap-field/text/password.vue.mjs +1 -1
  49. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  50. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  51. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +2 -2
  52. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +1 -1
  53. package/es/src/ap-form/ap-form-item.vue.d.ts +4 -4
  54. package/es/src/ap-form/ap-form-item.vue.mjs +2 -2
  55. package/es/src/ap-form/ap-form.vue.d.ts +7 -7
  56. package/es/src/ap-form/ap-form.vue2.mjs +1 -1
  57. package/es/src/ap-form/context.d.ts +1 -1
  58. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  59. package/es/src/ap-form/interface.d.ts +3 -3
  60. package/es/src/ap-form/items/number/index.vue.d.ts +2 -2
  61. package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
  62. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  63. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  64. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  65. package/es/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
  66. package/es/src/ap-form/modal-form/drawer.vue.mjs +1 -1
  67. package/es/src/ap-form/modal-form/index.vue.d.ts +8 -8
  68. package/es/src/ap-form/modal-form/index.vue.mjs +1 -1
  69. package/es/src/ap-form/search-form/index.vue.d.ts +4 -4
  70. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  71. package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  72. package/es/src/ap-list/index.vue.mjs +1 -1
  73. package/es/src/ap-modal/index.d.ts +1 -1
  74. package/es/src/ap-modal/index.mjs +1 -1
  75. package/es/src/ap-modal/interface.d.ts +1 -1
  76. package/es/src/ap-modal/utils/createModal.mjs +1 -1
  77. package/es/src/ap-table/ap-table.vue.d.ts +1 -1
  78. package/es/src/ap-table/ap-table.vue.mjs +103 -108
  79. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +1 -1
  80. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  81. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  82. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
  83. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  84. package/es/src/ap-table/components/setting/utils.d.ts +1 -1
  85. package/es/src/ap-table/components/status/index.vue2.mjs +1 -1
  86. package/es/src/ap-table/constants.d.ts +196 -220
  87. package/es/src/ap-table/context.d.ts +1 -1
  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 +168 -176
  92. package/es/src/ap-table/utils.mjs +69 -80
  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.mjs +1 -1
  161. package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  162. package/es/src/editable-table/hooks/use-get-columns.mjs +29 -34
  163. package/es/src/editable-table/index.vue.d.ts +1 -1
  164. package/es/src/editable-table/index.vue.mjs +1 -1
  165. package/es/src/editable-table/interface.d.ts +5 -5
  166. package/es/src/editable-table/utils.mjs +1 -1
  167. package/es/src/hooks/useMessage.d.ts +4 -4
  168. package/es/src/hooks/useMessage.mjs +1 -1
  169. package/es/src/icon-picker/icon-picker.vue2.mjs +1 -1
  170. package/es/src/locale/lang/en.mjs +4 -0
  171. package/es/src/locale/lang/zh-cn.mjs +4 -0
  172. package/es/src/modal/basic.vue.d.ts +2 -2
  173. package/es/src/modal/components/modal-close.vue2.mjs +1 -1
  174. package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
  175. package/es/src/modal/components/modal-footer.vue2.mjs +1 -1
  176. package/es/src/modal/components/modal.d.ts +2 -2
  177. package/es/src/modal/components/modal.mjs +1 -1
  178. package/es/src/modal/index.d.ts +4 -4
  179. package/es/src/modal/interface.d.ts +1 -1
  180. package/es/src/modal/props.d.ts +2 -2
  181. package/es/src/pro-form/component-map.mjs +1 -1
  182. package/es/src/pro-form/components/api-cascader.vue.mjs +1 -1
  183. package/es/src/pro-form/components/api-radio-group.vue.mjs +1 -1
  184. package/es/src/pro-form/components/api-select.vue.mjs +1 -1
  185. package/es/src/pro-form/components/api-transfer.vue.mjs +1 -1
  186. package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -1
  187. package/es/src/pro-form/components/api-tree.vue.mjs +1 -1
  188. package/es/src/pro-form/components/form-action.vue2.mjs +1 -1
  189. package/es/src/pro-form/components/form-item.vue2.mjs +1 -1
  190. package/es/src/pro-form/components/interface.d.ts +4 -4
  191. package/es/src/pro-form/components/radio-button-group.vue.mjs +1 -1
  192. package/es/src/pro-form/helper.d.ts +1 -1
  193. package/es/src/pro-form/hooks/use-break-point.mjs +1 -1
  194. package/es/src/pro-form/hooks/use-form-events.d.ts +1 -1
  195. package/es/src/pro-form/hooks/use-form.d.ts +1 -1
  196. package/es/src/pro-form/hooks/use-label-width.d.ts +1 -1
  197. package/es/src/pro-form/pro-form.vue.d.ts +8 -8
  198. package/es/src/pro-form/pro-form.vue.mjs +1 -1
  199. package/es/src/pro-form/table-form-inner.vue.mjs +1 -1
  200. package/es/src/pro-form/table-form.vue.d.ts +1 -1
  201. package/es/src/pro-form/table-form.vue.mjs +1 -1
  202. package/es/src/pro-form/types/form-item.d.ts +2 -2
  203. package/es/src/pro-form/types/form.d.ts +2 -2
  204. package/es/src/pro-form/types/index.d.ts +25 -25
  205. package/es/src/pro-form/types/table-form.d.ts +2 -2
  206. package/es/src/pro-table/component-map.mjs +1 -1
  207. package/es/src/pro-table/components/editable/cell-component.mjs +1 -1
  208. package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +1 -1
  209. package/es/src/pro-table/components/header-cell.vue.d.ts +1 -1
  210. package/es/src/pro-table/components/settings/column-setting.vue2.mjs +1 -1
  211. package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +1 -1
  212. package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +1 -1
  213. package/es/src/pro-table/components/settings/size-setting.vue2.mjs +1 -1
  214. package/es/src/pro-table/components/table-action.vue.mjs +1 -1
  215. package/es/src/pro-table/components/table-footer.vue.d.ts +1 -1
  216. package/es/src/pro-table/components/table-footer.vue2.mjs +1 -1
  217. package/es/src/pro-table/components/table-header.vue2.mjs +1 -1
  218. package/es/src/pro-table/components/table-image.vue.mjs +1 -1
  219. package/es/src/pro-table/components/table-selection-bar.vue2.mjs +1 -1
  220. package/es/src/pro-table/hooks/use-columns.d.ts +1 -1
  221. package/es/src/pro-table/hooks/use-custom-row.d.ts +1 -1
  222. package/es/src/pro-table/hooks/use-data-source.d.ts +2 -2
  223. package/es/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  224. package/es/src/pro-table/hooks/use-table-expand.d.ts +1 -1
  225. package/es/src/pro-table/pro-table.vue.d.ts +13 -13
  226. package/es/src/pro-table/pro-table.vue.mjs +1 -1
  227. package/es/src/pro-table/types/pagination.d.ts +1 -1
  228. package/es/src/pro-table/types/table-action.d.ts +2 -2
  229. package/es/src/pro-table/types/table.d.ts +3 -3
  230. package/es/src/prompt/dialog.vue2.mjs +1 -1
  231. package/es/src/strength-meter/strength-meter.vue2.mjs +1 -1
  232. package/es/src/utils/config-provider-preset.d.ts +10 -10
  233. package/es/src/utils/copy-text-to-clipboard.mjs +1 -1
  234. package/es/src/work-order-modal/help-message.vue2.mjs +1 -1
  235. package/es/src/work-order-modal/interfaces.d.ts +1 -1
  236. package/es/src/work-order-modal/work-order-modal.vue.mjs +1 -1
  237. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  238. package/lib/src/ap-action/group/index.vue.js +1 -1
  239. package/lib/src/ap-action/interface.d.ts +1 -1
  240. package/lib/src/ap-action/item/index.vue2.js +1 -1
  241. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  242. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  243. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -1
  244. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  245. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  246. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  247. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
  248. package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
  249. package/lib/src/ap-button/ap-button.vue.js +1 -1
  250. package/lib/src/ap-button/interface.d.ts +1 -1
  251. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  252. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  253. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  254. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  255. package/lib/src/ap-descriptions/interface.d.ts +1 -1
  256. package/lib/src/ap-download/ap-download.vue.d.ts +1 -1
  257. package/lib/src/ap-download/ap-download.vue.js +1 -1
  258. package/lib/src/ap-download/interface.d.ts +1 -1
  259. package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
  260. package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
  261. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  262. package/lib/src/ap-field/date/constant.d.ts +1 -1
  263. package/lib/src/ap-field/date/helper.d.ts +1 -1
  264. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  265. package/lib/src/ap-field/date/index.vue.js +1 -1
  266. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  267. package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -1
  268. package/lib/src/ap-field/interface.d.ts +4 -4
  269. package/lib/src/ap-field/number/index.vue.d.ts +4 -4
  270. package/lib/src/ap-field/number/index.vue.js +1 -1
  271. package/lib/src/ap-field/radio/helper.d.ts +1 -1
  272. package/lib/src/ap-field/radio/index.vue.js +1 -1
  273. package/lib/src/ap-field/rate/index.vue.d.ts +3 -3
  274. package/lib/src/ap-field/rate/index.vue.js +1 -1
  275. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  276. package/lib/src/ap-field/select/index.vue.d.ts +6 -6
  277. package/lib/src/ap-field/select/index.vue.js +1 -1
  278. package/lib/src/ap-field/slider/index.vue.d.ts +4 -4
  279. package/lib/src/ap-field/slider/index.vue.js +1 -1
  280. package/lib/src/ap-field/switch/index.vue.js +1 -1
  281. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  282. package/lib/src/ap-field/text/index.vue2.js +1 -1
  283. package/lib/src/ap-field/text/input-password-props.d.ts +1 -1
  284. package/lib/src/ap-field/text/password.vue.js +1 -1
  285. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  286. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  287. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +2 -2
  288. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  289. package/lib/src/ap-form/ap-form-item.vue.d.ts +4 -4
  290. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  291. package/lib/src/ap-form/ap-form.vue.d.ts +7 -7
  292. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  293. package/lib/src/ap-form/context.d.ts +1 -1
  294. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  295. package/lib/src/ap-form/interface.d.ts +3 -3
  296. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
  297. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  298. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  299. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  300. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  301. package/lib/src/ap-form/modal-form/drawer.vue.d.ts +6 -6
  302. package/lib/src/ap-form/modal-form/drawer.vue.js +1 -1
  303. package/lib/src/ap-form/modal-form/index.vue.d.ts +8 -8
  304. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  305. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
  306. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  307. package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -1
  308. package/lib/src/ap-list/index.vue.js +1 -1
  309. package/lib/src/ap-modal/index.d.ts +1 -1
  310. package/lib/src/ap-modal/index.js +1 -1
  311. package/lib/src/ap-modal/interface.d.ts +1 -1
  312. package/lib/src/ap-modal/utils/createModal.js +1 -1
  313. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  314. package/lib/src/ap-table/ap-table.vue.js +1 -1
  315. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  316. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  317. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  318. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  319. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  320. package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
  321. package/lib/src/ap-table/components/status/index.vue2.js +1 -1
  322. package/lib/src/ap-table/constants.d.ts +196 -220
  323. package/lib/src/ap-table/context.d.ts +1 -1
  324. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  325. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  326. package/lib/src/ap-table/interface.d.ts +3 -3
  327. package/lib/src/ap-table/utils.d.ts +168 -176
  328. package/lib/src/ap-table/utils.js +1 -1
  329. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  330. package/lib/src/ap-tag/interface.d.ts +1 -1
  331. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  332. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  333. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  334. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  335. package/lib/src/base-button/button.vue2.js +1 -1
  336. package/lib/src/base-button/pop-confirm-button.vue.js +1 -1
  337. package/lib/src/basic/help.vue.d.ts +1 -1
  338. package/lib/src/basic/help.vue2.js +1 -1
  339. package/lib/src/basic/index.d.ts +1 -1
  340. package/lib/src/basic/interface.d.ts +1 -1
  341. package/lib/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  342. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  343. package/lib/src/business/ap-attachment/interface.d.ts +1 -1
  344. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  345. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  346. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  347. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  348. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
  349. package/lib/src/business/ap-button-group/interface.d.ts +1 -1
  350. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  351. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  352. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  353. package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
  354. package/lib/src/business/ap-export-group/interface.d.ts +1 -1
  355. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  356. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  357. package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
  358. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  359. package/lib/src/business/ap-label/ApLabel.js +1 -1
  360. package/lib/src/business/ap-label/ApLabelGroup.js +1 -1
  361. package/lib/src/business/ap-label/constans.d.ts +2 -2
  362. package/lib/src/business/ap-label/constans.js +1 -1
  363. package/lib/src/business/ap-label/interface.d.ts +3 -3
  364. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  365. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  366. package/lib/src/business/ap-ladder/interface.d.ts +1 -1
  367. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  368. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  369. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  370. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  371. package/lib/src/business/ap-table-modal/index.d.ts +5 -5
  372. package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
  373. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  374. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  375. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  376. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
  377. package/lib/src/business/index.d.ts +14 -14
  378. package/lib/src/check-card/group.vue.js +1 -1
  379. package/lib/src/check-card/index.vue2.js +1 -1
  380. package/lib/src/config-provider/config-provider-props.d.ts +8 -8
  381. package/lib/src/config-provider/config-provider-props.js +1 -1
  382. package/lib/src/config-provider/config-provider.d.ts +8 -8
  383. package/lib/src/config-provider/config-provider.js +1 -1
  384. package/lib/src/config-provider/hooks/use-global-config.d.ts +8 -8
  385. package/lib/src/config-provider/index.d.ts +8 -8
  386. package/lib/src/container/collapse/index.vue2.js +1 -1
  387. package/lib/src/count-down/button.vue2.js +1 -1
  388. package/lib/src/count-down/input.vue2.js +1 -1
  389. package/lib/src/count-down/interface.d.ts +1 -1
  390. package/lib/src/cropper/cropper-avatar.vue2.js +1 -1
  391. package/lib/src/cropper/cropper-modal.vue2.js +1 -1
  392. package/lib/src/description/description.vue2.js +1 -1
  393. package/lib/src/description/interface.d.ts +1 -1
  394. package/lib/src/design-token/index.d.ts +1 -1
  395. package/lib/src/dropdown/dropdown.vue2.js +1 -1
  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 +5 -5
  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/locale/lang/en.js +1 -1
  407. package/lib/src/locale/lang/zh-cn.js +1 -1
  408. package/lib/src/modal/basic.vue.d.ts +2 -2
  409. package/lib/src/modal/components/modal-close.vue2.js +1 -1
  410. package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
  411. package/lib/src/modal/components/modal-footer.vue2.js +1 -1
  412. package/lib/src/modal/components/modal.d.ts +2 -2
  413. package/lib/src/modal/components/modal.js +1 -1
  414. package/lib/src/modal/index.d.ts +4 -4
  415. package/lib/src/modal/interface.d.ts +1 -1
  416. package/lib/src/modal/props.d.ts +2 -2
  417. package/lib/src/pro-form/component-map.js +1 -1
  418. package/lib/src/pro-form/components/api-cascader.vue.js +1 -1
  419. package/lib/src/pro-form/components/api-radio-group.vue.js +1 -1
  420. package/lib/src/pro-form/components/api-select.vue.js +1 -1
  421. package/lib/src/pro-form/components/api-transfer.vue.js +1 -1
  422. package/lib/src/pro-form/components/api-tree-select.vue.js +1 -1
  423. package/lib/src/pro-form/components/api-tree.vue.js +1 -1
  424. package/lib/src/pro-form/components/form-action.vue2.js +1 -1
  425. package/lib/src/pro-form/components/form-item.vue2.js +1 -1
  426. package/lib/src/pro-form/components/interface.d.ts +4 -4
  427. package/lib/src/pro-form/components/radio-button-group.vue.js +1 -1
  428. package/lib/src/pro-form/helper.d.ts +1 -1
  429. package/lib/src/pro-form/hooks/use-break-point.js +1 -1
  430. package/lib/src/pro-form/hooks/use-form-events.d.ts +1 -1
  431. package/lib/src/pro-form/hooks/use-form.d.ts +1 -1
  432. package/lib/src/pro-form/hooks/use-label-width.d.ts +1 -1
  433. package/lib/src/pro-form/pro-form.vue.d.ts +8 -8
  434. package/lib/src/pro-form/pro-form.vue.js +1 -1
  435. package/lib/src/pro-form/table-form-inner.vue.js +1 -1
  436. package/lib/src/pro-form/table-form.vue.d.ts +1 -1
  437. package/lib/src/pro-form/table-form.vue.js +1 -1
  438. package/lib/src/pro-form/types/form-item.d.ts +2 -2
  439. package/lib/src/pro-form/types/form.d.ts +2 -2
  440. package/lib/src/pro-form/types/index.d.ts +25 -25
  441. package/lib/src/pro-form/types/table-form.d.ts +2 -2
  442. package/lib/src/pro-table/component-map.js +1 -1
  443. package/lib/src/pro-table/components/editable/cell-component.js +1 -1
  444. package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
  445. package/lib/src/pro-table/components/header-cell.vue.d.ts +1 -1
  446. package/lib/src/pro-table/components/settings/column-setting.vue2.js +1 -1
  447. package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +1 -1
  448. package/lib/src/pro-table/components/settings/redo-setting.vue2.js +1 -1
  449. package/lib/src/pro-table/components/settings/size-setting.vue2.js +1 -1
  450. package/lib/src/pro-table/components/table-action.vue.js +1 -1
  451. package/lib/src/pro-table/components/table-footer.vue.d.ts +1 -1
  452. package/lib/src/pro-table/components/table-footer.vue2.js +1 -1
  453. package/lib/src/pro-table/components/table-header.vue2.js +1 -1
  454. package/lib/src/pro-table/components/table-image.vue.js +1 -1
  455. package/lib/src/pro-table/components/table-selection-bar.vue2.js +1 -1
  456. package/lib/src/pro-table/hooks/use-columns.d.ts +1 -1
  457. package/lib/src/pro-table/hooks/use-custom-row.d.ts +1 -1
  458. package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -2
  459. package/lib/src/pro-table/hooks/use-row-selection.d.ts +1 -1
  460. package/lib/src/pro-table/hooks/use-table-expand.d.ts +1 -1
  461. package/lib/src/pro-table/pro-table.vue.d.ts +13 -13
  462. package/lib/src/pro-table/pro-table.vue.js +1 -1
  463. package/lib/src/pro-table/types/pagination.d.ts +1 -1
  464. package/lib/src/pro-table/types/table-action.d.ts +2 -2
  465. package/lib/src/pro-table/types/table.d.ts +3 -3
  466. package/lib/src/prompt/dialog.vue2.js +1 -1
  467. package/lib/src/strength-meter/strength-meter.vue2.js +1 -1
  468. package/lib/src/utils/config-provider-preset.d.ts +10 -10
  469. package/lib/src/utils/copy-text-to-clipboard.js +1 -1
  470. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  471. package/lib/src/work-order-modal/interfaces.d.ts +1 -1
  472. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  473. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { OpenOptions, UseCreateTableModalProps, OpenReturnType } from '../interface';
2
2
  import { Recordable } from '../../../type';
3
- import { TableColumnsType } from 'ant-design-vue';
3
+ import { TableColumnsType } from '@aplus-frontend/antdv';
4
4
  export declare function useCreateTableModal(props: UseCreateTableModalProps): {
5
5
  readonly openModal: <T>(selected?: any[], options?: OpenOptions) => Promise< OpenReturnType<T> | undefined>;
6
6
  readonly closeModal: () => void;
@@ -1,6 +1,6 @@
1
1
  import { ApTableModalProps, OpenOptions } from '../interface';
2
2
  import { Recordable } from '../../../type';
3
- import { TableColumnsType } from 'ant-design-vue';
3
+ import { TableColumnsType } from '@aplus-frontend/antdv';
4
4
  /** 函数式调用弹框表格 */
5
5
  export declare function useTableModal<TableRowType = Record<string, any>>(props: ApTableModalProps<TableRowType>): {
6
6
  reloadApTableData: () => void;
@@ -1,6 +1,6 @@
1
1
  import { OpenOptions, UseTableSelectModalProps, OpenReturnType } from '../interface';
2
2
  import { Recordable } from '../../../type';
3
- import { TableColumnsType } from 'ant-design-vue';
3
+ import { TableColumnsType } from '@aplus-frontend/antdv';
4
4
  export declare function useTableSelectModal<TableRowType = Record<string, any>>(props: UseTableSelectModalProps<TableRowType>): {
5
5
  reloadApTableData: () => void;
6
6
  resetApTableData: () => void;
@@ -2,14 +2,14 @@ import { useTableModal } from './hooks/use-table-modal';
2
2
  import { useTableSelectModal } from './hooks/use-table-select-modal';
3
3
  import { DefineComponent, PropType, ExtractPropTypes, CSSProperties, VNodeChild, ComponentOptionsMixin, PublicProps } from 'vue';
4
4
  import { ApColumnType, ApTableProps } from '../..';
5
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
6
- import { ButtonHTMLType, LegacyButtonType } from 'ant-design-vue/es/button/buttonTypes';
5
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
6
+ import { ButtonHTMLType, LegacyButtonType } from '@aplus-frontend/antdv/es/button/buttonTypes';
7
7
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
8
- import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
9
- import { VueNode } from 'ant-design-vue/es/_util/type';
8
+ import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
9
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
10
10
  import { OpenOptions, OpenReturnType } from './interface';
11
11
  import { Recordable } from '../../type';
12
- import { TableColumnsType } from 'ant-design-vue';
12
+ import { TableColumnsType } from '@aplus-frontend/antdv';
13
13
  /**
14
14
  *
15
15
  */
@@ -1,6 +1,6 @@
1
1
  import { VNodeChild } from 'vue';
2
2
  import { ApColumnType, ApTableProps } from '../../index';
3
- import { ModalProps } from 'ant-design-vue';
3
+ import { ModalProps } from '@aplus-frontend/antdv';
4
4
  /** table-modal的props类型 */
5
5
  export interface ApTableModalProps<TableRowType = any> extends Omit<ModalProps, 'onOk' | 'open' | 'close' | 'visible'> {
6
6
  columns: ApColumnType[];
@@ -1,7 +1,7 @@
1
1
  import { OpenOptions, OpenReturnType, ApTableModalProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { Recordable } from '../../type';
4
- import { TableColumnsType } from 'ant-design-vue';
4
+ import { TableColumnsType } from '@aplus-frontend/antdv';
5
5
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTableModalProps<any>>, {
6
6
  confirmLoading: undefined;
7
7
  closable: undefined;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as I, ref as i, unref as r, computed as N, h as O, openBlock as A, createBlock as D, mergeProps as g, withCtx as E, createVNode as L } from "vue";
2
- import { message as U, Modal as q } from "ant-design-vue";
2
+ import { message as U, Modal as q } from "@aplus-frontend/antdv";
3
3
  import "../../index.mjs";
4
4
  import { cloneDeep as F, omit as x } from "lodash-unified";
5
5
  import { transformTableParams as G } from "@aplus-frontend/utils";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, computed as g, openBlock as o, createElementBlock as a, normalizeClass as l, unref as t, createElementVNode as r, renderSlot as n, Fragment as h, toDisplayString as C, createBlock as y, withCtx as k, createVNode as v, normalizeStyle as M, createCommentVNode as $ } from "vue";
2
- import { Tooltip as I } from "ant-design-vue";
2
+ import { Tooltip as I } from "@aplus-frontend/antdv";
3
3
  import { QuestionCircleOutlined as N } from "@ant-design/icons-vue";
4
4
  import "../../config-provider/index.mjs";
5
5
  import "./style.css";
@@ -1,7 +1,7 @@
1
1
  import { ApTableProps } from '../../';
2
2
  import { UseTableRefreshOption } from './useTableRefresh';
3
3
  import { Recordable } from '../../type';
4
- import { TableColumnsType } from 'ant-design-vue';
4
+ import { TableColumnsType } from '@aplus-frontend/antdv';
5
5
  export interface UsePageListApTable extends ApTableProps {
6
6
  /** 是否显示默认的行选择配置
7
7
  * @default true
@@ -1,26 +1,26 @@
1
1
  import { ApTransformDataHelper } from '../utils/ap-trans-data';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin, Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, RendererNode, RendererElement, DefineComponent, VNodeChild } from 'vue';
3
- import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
3
+ import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
4
4
  import { VueTypeValidableDef, VueTypeDef } from '../../node_modules/vue-types';
5
- import { LiteralUnion, Key } from 'ant-design-vue/es/_util/type';
5
+ import { LiteralUnion, Key } from '@aplus-frontend/antdv/es/_util/type';
6
6
  import { ApStatusProps, ApStatusGroupItemProps, ApSelectItem, ApLabelGroupItemProps, ApBatchActionGroupMenuProps, ApLadderLabelValue, ApBatchActionGroupProps, ApExportGroupProps } from '.';
7
- import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
7
+ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
8
8
  import { ApInputRadioOptions } from './ap-input-radio';
9
- import { KeyboardEventHandler, MouseEventHandler, FocusEventHandler } from 'ant-design-vue/es/_util/EventInterface';
10
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
11
- import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
12
- import { ButtonProps, ItemType, MenuTheme, MenuMode } from 'ant-design-vue';
13
- import { DropdownArrowOptions, Trigger, Align } from 'ant-design-vue/es/dropdown/props';
14
- import { CSSMotionProps } from 'ant-design-vue/es/_util/transition';
15
- import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from 'ant-design-vue/es/menu/src/interface';
9
+ import { KeyboardEventHandler, MouseEventHandler, FocusEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
10
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
11
+ import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
12
+ import { ButtonProps, ItemType, MenuTheme, MenuMode } from '@aplus-frontend/antdv';
13
+ import { DropdownArrowOptions, Trigger, Align } from '@aplus-frontend/antdv/es/dropdown/props';
14
+ import { CSSMotionProps } from '@aplus-frontend/antdv/es/_util/transition';
15
+ import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from '@aplus-frontend/antdv/es/menu/src/interface';
16
16
  import { accessCreate } from '@aplus-frontend/oss';
17
- import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
18
- import { PresetColorType } from 'ant-design-vue/es/_util/colors';
19
- import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
17
+ import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
18
+ import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
19
+ import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
20
20
  import { ApLadderSlots } from './ap-ladder/interface';
21
21
  import { AttachmentItemProps, ApAttachmentProps } from './ap-attachment';
22
22
  import { ApCardTitleProps } from './ap-card/interface';
23
- import { SpaceSize } from 'ant-design-vue/es/space';
23
+ import { SpaceSize } from '@aplus-frontend/antdv/es/space';
24
24
  export * from './hooks/index';
25
25
  export type { ApTitleProps } from './ap-title/interface';
26
26
  export type { ApExpandAlertProps } from './ap-expand-alert/interface';
@@ -2,7 +2,7 @@ import { defineComponent as y, unref as d, computed as g, renderSlot as b } from
2
2
  import "../hooks/index.mjs";
3
3
  import { useProvideCheckCard as S } from "./context.mjs";
4
4
  import { isUndefined as B } from "lodash-unified";
5
- import { Form as z } from "ant-design-vue";
5
+ import { Form as z } from "@aplus-frontend/antdv";
6
6
  import { useControllableValue as V } from "../hooks/useControllableValue.mjs";
7
7
  const A = /* @__PURE__ */ y({
8
8
  name: "CheckCardGroup",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as I, computed as d, unref as o, createVNode as m, watch as W, watchEffect as $, openBlock as c, createElementBlock as z, normalizeStyle as j, normalizeClass as S, withModifiers as D, createBlock as f, renderSlot as M, resolveDynamicComponent as B, createCommentVNode as g, createElementVNode as O } from "vue";
2
- import { Skeleton as U } from "ant-design-vue";
2
+ import { Skeleton as U } from "@aplus-frontend/antdv";
3
3
  import "../config-provider/index.mjs";
4
4
  import "../hooks/index.mjs";
5
5
  import { isFunction as N } from "lodash-unified";
@@ -2,14 +2,14 @@ import { ExtractPropTypes, PropType } from 'vue';
2
2
  import { LocaleType } from '../locale/interface';
3
3
  import { ApiType, ScrollbarGlobalConfig, TableDefaultConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
4
4
  import { CssVarType } from './css-var';
5
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
6
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
7
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
8
- import { Locale } from 'ant-design-vue/es/locale';
9
- import { ButtonSize } from 'ant-design-vue/es/button';
10
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
11
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
12
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
5
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
6
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
7
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
8
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
9
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
10
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
11
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
12
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
13
13
  export declare const configProviderProps: () => {
14
14
  iconPrefixCls: StringConstructor;
15
15
  getTargetContainer: {
@@ -1,4 +1,4 @@
1
- import { configProviderProps as e } from "ant-design-vue/es/config-provider/context";
1
+ import { configProviderProps as e } from "@aplus-frontend/antdv/es/config-provider/context";
2
2
  const a = () => ({
3
3
  /**
4
4
  * @description aplus-ui的locale
@@ -1,14 +1,14 @@
1
1
  import { Ref, DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  import { ConfigProviderProps } from './config-provider-props';
3
3
  import { CssVarType } from './css-var';
4
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
5
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
6
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
7
- import { Locale } from 'ant-design-vue/es/locale';
8
- import { ButtonSize } from 'ant-design-vue/es/button';
9
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
10
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
4
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
5
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
6
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
8
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
9
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
10
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
11
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
12
12
  import { LocaleType } from '..';
13
13
  import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
14
14
  import { RecursivePartial } from '../type';
@@ -1,5 +1,5 @@
1
1
  import { isVNode as c, ref as u, defineComponent as s, computed as m, watch as t, createVNode as g, renderSlot as C } from "vue";
2
- import { ConfigProvider as p } from "ant-design-vue";
2
+ import { ConfigProvider as p } from "@aplus-frontend/antdv";
3
3
  import { provideGlobalConfig as v } from "./hooks/use-global-config.mjs";
4
4
  import { configProviderProps as b } from "./config-provider-props.mjs";
5
5
  import { tableDefaultConfig as V } from "./constants.mjs";
@@ -1,14 +1,14 @@
1
1
  import { MaybeRef } from '@aplus-frontend/utils';
2
2
  import { App, Ref, ComputedRef, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ConfigProviderContext } from '../constants';
4
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
5
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
6
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
7
- import { Locale } from 'ant-design-vue/es/locale';
8
- import { ButtonSize } from 'ant-design-vue/es/button';
9
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
10
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
4
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
5
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
6
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
8
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
9
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
10
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
11
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
12
12
  import { LocaleType } from '../..';
13
13
  import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from '..';
14
14
  import { CssVarType } from '../css-var';
@@ -1,12 +1,12 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
3
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
4
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
5
- import { Locale } from 'ant-design-vue/es/locale';
6
- import { ButtonSize } from 'ant-design-vue/es/button';
7
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
8
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
9
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
2
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
3
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
4
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
6
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
7
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
8
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
10
10
  import { LocaleType } from '..';
11
11
  import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
12
12
  import { RecursivePartial } from '../type';
@@ -2,7 +2,7 @@ import { defineComponent as p, ref as f, createVNode as t, unref as d, mergeProp
2
2
  import "../../transition/index.mjs";
3
3
  import { useTimeoutFn as g } from "@vueuse/core";
4
4
  import { triggerWindowResize as v } from "@aplus-frontend/utils";
5
- import { Skeleton as w } from "ant-design-vue";
5
+ import { Skeleton as w } from "@aplus-frontend/antdv";
6
6
  import { isNil as y } from "lodash-unified";
7
7
  import "../../config-provider/index.mjs";
8
8
  import "./header.vue.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, ref as m, computed as S, unref as e, watchEffect as g, openBlock as v, createBlock as w, mergeProps as x, withCtx as C, createTextVNode as _, toDisplayString as b } from "vue";
2
- import { Button as B } from "ant-design-vue";
2
+ import { Button as B } from "@aplus-frontend/antdv";
3
3
  import { useCountdown as h } from "@aplus-frontend/hooks";
4
4
  import "../config-provider/index.mjs";
5
5
  import { isFunction as y } from "@fruits-chain/utils";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, openBlock as m, createBlock as l, unref as o, mergeProps as c, createSlots as f, withCtx as n, createVNode as d, renderList as z, renderSlot as v, normalizeProps as A, guardReactiveProps as C } from "vue";
2
- import { Input as b } from "ant-design-vue";
2
+ import { Input as b } from "@aplus-frontend/antdv";
3
3
  import "./button.vue.mjs";
4
4
  import { useRuleFormItem as S } from "../pro-form/hooks/use-form-item.mjs";
5
5
  import "../config-provider/index.mjs";
@@ -1,4 +1,4 @@
1
- import { SizeType } from 'ant-design-vue/es/config-provider';
1
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
2
2
  export type CountdownButtonProps = {
3
3
  value?: string | number | Record<string, any> | any[];
4
4
  count?: number;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as N, ref as V, computed as s, unref as t, watchEffect as $, watch as I, openBlock as u, createElementBlock as f, normalizeClass as c, normalizeStyle as n, createElementVNode as g, createVNode as h, createCommentVNode as y, createBlock as T, mergeProps as E, withCtx as P, createTextVNode as W, toDisplayString as _ } from "vue";
2
- import { Button as R } from "ant-design-vue";
2
+ import { Button as R } from "@aplus-frontend/antdv";
3
3
  import "./cropper-modal.vue.mjs";
4
4
  import "../modal/index.mjs";
5
5
  import { useMessage as U } from "../hooks/useMessage.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as X, ref as k, openBlock as g, createBlock as T, unref as e, mergeProps as Y, withCtx as s, createElementVNode as f, normalizeClass as m, createCommentVNode as C, createVNode as l, createElementBlock as L } from "vue";
2
2
  import "./cropper-image.vue.mjs";
3
- import { Upload as _, Tooltip as p, Space as O, Avatar as z } from "ant-design-vue";
3
+ import { Upload as _, Tooltip as p, Space as O, Avatar as z } from "@aplus-frontend/antdv";
4
4
  import { BaseButton as d } from "../base-button/index.mjs";
5
5
  import { BaseModal as V } from "../modal/index.mjs";
6
6
  import { dataURLtoBlob as P } from "@aplus-frontend/utils";
@@ -1,7 +1,7 @@
1
1
  import { isVNode as B, defineComponent as F, ref as I, computed as a, unref as e, createVNode as i, toRefs as R, mergeProps as V } from "vue";
2
2
  import { CollapseContainer as $ } from "../container/index.mjs";
3
3
  import { useAttrs as k } from "@aplus-frontend/hooks";
4
- import { Descriptions as C } from "ant-design-vue";
4
+ import { Descriptions as C } from "@aplus-frontend/antdv";
5
5
  import { get as z } from "lodash-unified";
6
6
  import { isFunction as y } from "@fruits-chain/utils";
7
7
  import "../config-provider/index.mjs";
@@ -1,6 +1,6 @@
1
1
  import { VNode, CSSProperties } from 'vue';
2
2
  import { CollapseContainerOptions } from '../container';
3
- import { DescriptionsProps } from 'ant-design-vue/es/descriptions';
3
+ import { DescriptionsProps } from '@aplus-frontend/antdv/es/descriptions';
4
4
  export interface DescItem {
5
5
  labelMinWidth?: number;
6
6
  contentMinWidth?: number;
@@ -1,3 +1,3 @@
1
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
1
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
2
2
  export declare const aplusToken: ThemeConfig['token'];
3
3
  export declare const adminToken: ThemeConfig['token'];
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as L, computed as P, openBlock as o, createBlock as i, unref as r, mergeProps as s, withCtx as c, createVNode as u, createElementBlock as f, Fragment as p, renderList as I, createSlots as N, createElementVNode as l, createCommentVNode as a, toDisplayString as y, renderSlot as S } from "vue";
2
- import { Dropdown as V, Menu as m, Popconfirm as F } from "ant-design-vue";
2
+ import { Dropdown as V, Menu as m, Popconfirm as F } from "@aplus-frontend/antdv";
3
3
  import { Icon as g } from "../icon/index.mjs";
4
4
  import { omit as j, isFunction as C } from "lodash-unified";
5
5
  const q = { style: { "margin-left": "0.25rem" } }, x = { style: { "margin-left": "0.25rem" } }, O = /* @__PURE__ */ L({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as P, ref as h, unref as l, useSlots as z, watch as O, openBlock as K, createBlock as M, mergeProps as x, withCtx as g, createVNode as G, createSlots as H, renderList as W, renderSlot as $, normalizeProps as U, guardReactiveProps as q } from "vue";
2
- import { Table as J } from "ant-design-vue";
2
+ import { Table as J } from "@aplus-frontend/antdv";
3
3
  import { ApForm as b } from "../ap-form/index.mjs";
4
4
  import { isArray as Q, isNumber as d, cloneDeep as f, omit as w } from "lodash-unified";
5
5
  import "../config-provider/index.mjs";
@@ -1,6 +1,6 @@
1
1
  import { ComputedRef, Ref } from 'vue';
2
2
  import { EditableTableFormItemProps, EditableTableProps } from '../interface';
3
3
  import { ValueTypeRenderConfig } from '../../config-provider';
4
- import { ColumnType } from 'ant-design-vue/es/table';
4
+ import { ColumnType } from '@aplus-frontend/antdv/es/table';
5
5
  declare const useGetColumns: (props: EditableTableProps | EditableTableFormItemProps, extraValueTypes: Ref<Record<string, ValueTypeRenderConfig> | undefined>) => ComputedRef<ColumnType<any>[]>;
6
6
  export default useGetColumns;
@@ -1,50 +1,45 @@
1
- import { useSlots as y, computed as N, unref as m } from "vue";
2
- import { omit as k, isFunction as v, isArray as f } from "lodash-unified";
1
+ import { useSlots as N, computed as T, unref as m } from "vue";
2
+ import { omit as y, isFunction as k, isArray as f } from "lodash-unified";
3
3
  import { getEditableTableTitle as w, mergeClass as A, getFinalNode as q } from "../utils.mjs";
4
- import { updateFormProps as E, getFieldProps as G, getPlaceholder as L, getTableRenderProps as S } from "../../ap-table/utils.mjs";
4
+ import { updateFormProps as v, getFieldProps as E, getTableRenderProps as G } from "../../ap-table/utils.mjs";
5
5
  import "../../config-provider/index.mjs";
6
- import { useToken as U } from "ant-design-vue/es/theme/internal";
7
- import { useLocale as $ } from "../../config-provider/hooks/use-locale.mjs";
8
- import { useNamespace as j } from "../../config-provider/hooks/use-namespace.mjs";
9
- const W = (a, b) => {
6
+ import { useToken as S } from "@aplus-frontend/antdv/es/theme/internal";
7
+ import { useNamespace as U } from "../../config-provider/hooks/use-namespace.mjs";
8
+ const M = (a, b) => {
10
9
  const {
11
- t: g
12
- } = $(), {
13
- em: h,
14
- be: x
15
- } = j("editable-table"), F = y(), [, I] = U();
16
- return N(() => {
10
+ em: x,
11
+ be: g
12
+ } = U("editable-table"), F = N(), [, h] = S();
13
+ return T(() => {
17
14
  const d = a.columns;
18
15
  if (!d)
19
16
  return [];
20
- function c(R) {
21
- return R.map((e) => ({
22
- ...k(e, ["ellipsis"]),
17
+ function c(I) {
18
+ return I.map((e) => ({
19
+ ...y(e, ["ellipsis"]),
23
20
  children: c(e.children || []),
24
- title: w(e, x("table-header", "title"), h("header-cell", "required"), F.headerCell, m(I).colorPrimary),
21
+ title: w(e, g("table-header", "title"), x("header-cell", "required"), F.headerCell, m(h).colorPrimary),
25
22
  customRender({
26
- value: o,
23
+ value: t,
27
24
  ...n
28
25
  }) {
29
- const t = v(e.editable) ? e.editable(n.text, n.record, n.index) : !!e.editable;
26
+ const o = k(e.editable) ? e.editable(n.text, n.record, n.index) : !!e.editable;
30
27
  if (!e.valueType && !e.customRender && !e.customRenderFormItem)
31
28
  return console.warn("can not render table cell because no `valueType` / `customRender` / `customRenderFormItem`"), null;
32
29
  let r;
33
- if (t) {
34
- const l = E(e, G(e.fieldProps, {
35
- value: o,
30
+ if (o) {
31
+ const l = v(e, E(e.fieldProps, {
32
+ value: t,
36
33
  ...n
37
34
  })), i = {};
38
- a.onFieldChange && (i[`onUpdate:${l.valuePropName || "value"}`] = (T) => {
35
+ a.onFieldChange && (i[`onUpdate:${l.valuePropName || "value"}`] = (C) => {
39
36
  var s;
40
- return (s = a.onFieldChange) == null ? void 0 : s.call(a, n.index, e.dataIndex, T);
37
+ return (s = a.onFieldChange) == null ? void 0 : s.call(a, n.index, e.dataIndex, C);
41
38
  });
42
- const C = f(e.dataIndex) ? e.dataIndex : [e.dataIndex];
39
+ const R = f(e.dataIndex) ? e.dataIndex : [e.dataIndex];
43
40
  r = {
44
- name: [...f(a.name) ? a.name : [a.name], n.index, ...C],
41
+ name: [...f(a.name) ? a.name : [a.name], n.index, ...R],
45
42
  ...l || {},
46
- // 格式化placeholder
47
- placeholder: L(g, e.valueType, l == null ? void 0 : l.placeholder),
48
43
  field: {
49
44
  style: "width: 100%",
50
45
  ...(l == null ? void 0 : l.field) || {},
@@ -54,16 +49,16 @@ const W = (a, b) => {
54
49
  };
55
50
  } else
56
51
  r = {
57
- field: S(e, {
58
- value: o,
52
+ field: G(e, {
53
+ value: t,
59
54
  ...n
60
55
  })
61
56
  };
62
- const u = q(e, t, r, o, n.record, m(b));
57
+ const u = q(e, o, r, t, n.record, m(b));
63
58
  return e.customRender ? e.customRender({
64
- value: o,
59
+ value: t,
65
60
  ...n,
66
- editable: t,
61
+ editable: o,
67
62
  originalNode: u
68
63
  }) : u;
69
64
  }
@@ -73,5 +68,5 @@ const W = (a, b) => {
73
68
  });
74
69
  };
75
70
  export {
76
- W as default
71
+ M as default
77
72
  };
@@ -1,5 +1,5 @@
1
1
  import { EditableTableProps, EditableColumnType } from './interface';
2
- import { NamePath, ValidateOptions } from 'ant-design-vue/es/form/interface';
2
+ import { NamePath, ValidateOptions } from '@aplus-frontend/antdv/es/form/interface';
3
3
  import { Recordable } from '../type';
4
4
  import { StandardBehaviorOptions } from '../../node_modules/scroll-into-view-if-needed';
5
5
  import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as W, useSlots as $, ref as w, watch as C, unref as o, openBlock as q, createBlock as J, withCtx as c, createVNode as b, mergeProps as Q, createSlots as X, renderList as Y, renderSlot as Z, normalizeProps as ee, guardReactiveProps as te } from "vue";
2
- import { Table as ae } from "ant-design-vue";
2
+ import { Table as ae } from "@aplus-frontend/antdv";
3
3
  import { ApForm as p } from "../ap-form/index.mjs";
4
4
  import { isEqual as ne, isArray as R, isNumber as x, cloneDeep as h, omit as F } from "lodash-unified";
5
5
  import "../config-provider/index.mjs";
@@ -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'> & {
@@ -4,7 +4,7 @@ import { apTableFormItemMap as v, noRenderAsFormItemValueList as C, apTableRende
4
4
  import { isDef as j } 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 W, Tooltip as _ } from "@aplus-frontend/antdv";
8
8
  import "../ap-form/index.mjs";
9
9
  import { objectToString as D } from "../ap-table/utils.mjs";
10
10
  import { QuestionCircleOutlined as E } from "@ant-design/icons-vue";
@@ -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";
@@ -32,6 +32,10 @@ const e = {
32
32
  back: "Back",
33
33
  more: "More"
34
34
  },
35
+ field: {
36
+ startDateText: "Start date",
37
+ endDateText: "End date"
38
+ },
35
39
  cropper: {
36
40
  modalTitle: "Avatar upload",
37
41
  okText: "Confirm and upload ",
@@ -32,6 +32,10 @@ const e = {
32
32
  back: "返回",
33
33
  more: "更多"
34
34
  },
35
+ field: {
36
+ startDateText: "开始日期",
37
+ endDateText: "结束日期"
38
+ },
35
39
  cropper: {
36
40
  modalTitle: "头像上传",
37
41
  okText: "确认并上传",
@@ -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;