@aplus-frontend/ui 0.2.0-beta.5 → 0.2.0

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 (335) 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-descriptions/ap-descriptions.vue.mjs +1 -1
  16. package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
  17. package/es/src/ap-descriptions/interface.d.ts +1 -1
  18. package/es/src/ap-download/ap-download.vue.d.ts +1 -1
  19. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  20. package/es/src/ap-download/interface.d.ts +1 -1
  21. package/es/src/ap-field/checkbox/helper.d.ts +3 -3
  22. package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
  23. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  24. package/es/src/ap-field/date/constant.d.ts +1 -1
  25. package/es/src/ap-field/date/helper.d.ts +1 -1
  26. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  27. package/es/src/ap-field/date/index.vue.mjs +1 -1
  28. package/es/src/ap-field/date-range/index.vue.mjs +1 -1
  29. package/es/src/ap-field/interface.d.ts +5 -5
  30. package/es/src/ap-field/number/index.vue.d.ts +4 -4
  31. package/es/src/ap-field/number/index.vue.mjs +1 -1
  32. package/es/src/ap-field/radio/helper.d.ts +1 -1
  33. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  34. package/es/src/ap-field/rate/index.vue.d.ts +3 -3
  35. package/es/src/ap-field/rate/index.vue.mjs +1 -1
  36. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  37. package/es/src/ap-field/select/index.vue.d.ts +6 -6
  38. package/es/src/ap-field/select/index.vue.mjs +1 -1
  39. package/es/src/ap-field/slider/index.vue.d.ts +4 -4
  40. package/es/src/ap-field/slider/index.vue.mjs +1 -1
  41. package/es/src/ap-field/switch/index.vue.mjs +1 -1
  42. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  43. package/es/src/ap-field/text/index.vue2.mjs +1 -1
  44. package/es/src/ap-field/text/input-password-props.d.ts +1 -1
  45. package/es/src/ap-field/text/password.vue.mjs +1 -1
  46. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  47. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  48. package/es/src/ap-form/ap-form.vue.d.ts +7 -7
  49. package/es/src/ap-form/ap-form.vue2.mjs +1 -1
  50. package/es/src/ap-form/context.d.ts +1 -1
  51. package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -6
  52. package/es/src/ap-form/drawer-form/index.vue.mjs +1 -1
  53. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  54. package/es/src/ap-form/interface.d.ts +3 -3
  55. package/es/src/ap-form/item/index.vue.d.ts +4 -4
  56. package/es/src/ap-form/item/index.vue.mjs +2 -2
  57. package/es/src/ap-form/item-group/index.vue.d.ts +2 -2
  58. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  59. package/es/src/ap-form/items/interface.d.ts +1 -1
  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/group.vue2.mjs +1 -1
  63. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  64. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  65. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  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-info-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 +30 -30
  86. package/es/src/ap-table/context.d.ts +1 -1
  87. package/es/src/ap-table/hooks/use-table-column-state.mjs +55 -54
  88. package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  89. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  90. package/es/src/ap-table/interface.d.ts +3 -3
  91. package/es/src/ap-table/utils.d.ts +8 -7
  92. package/es/src/ap-table/utils.mjs +1 -1
  93. package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
  94. package/es/src/ap-tag/interface.d.ts +1 -1
  95. package/es/src/ap-upload/apUpload.vue.mjs +1 -1
  96. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +1 -1
  97. package/es/src/ap-upload/components/Picture.vue2.mjs +1 -1
  98. package/es/src/ap-upload/components/SingleFile.vue2.mjs +1 -1
  99. package/es/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  100. package/es/src/business/ap-attachment/ApAttachment.mjs +1 -1
  101. package/es/src/business/ap-attachment/index.d.ts +1 -1
  102. package/es/src/business/ap-attachment/interface.d.ts +1 -1
  103. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +1 -1
  104. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +1 -1
  105. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  106. package/es/src/business/ap-batch-action-group/index.d.ts +8 -8
  107. package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
  108. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  109. package/es/src/business/ap-button-group/index.d.ts +5 -5
  110. package/es/src/business/ap-button-group/interface.d.ts +1 -1
  111. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +1 -1
  112. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  113. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +1 -1
  114. package/es/src/business/ap-export-group/handleExportDownload.mjs +1 -1
  115. package/es/src/business/ap-export-group/interface.d.ts +1 -1
  116. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  117. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
  118. package/es/src/business/ap-input-radio/index.d.ts +2 -2
  119. package/es/src/business/ap-input-radio/interface.d.ts +1 -1
  120. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  121. package/es/src/business/ap-label/ApLabel.mjs +1 -1
  122. package/es/src/business/ap-label/constans.d.ts +2 -2
  123. package/es/src/business/ap-label/constans.mjs +1 -1
  124. package/es/src/business/ap-label/group/ApLabelGroup.mjs +1 -1
  125. package/es/src/business/ap-label/index.d.ts +2 -2
  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/index.d.ts +5 -5
  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-summary/ap-summary.vue2.mjs +1 -1
  133. package/es/src/business/ap-summary/interface.d.ts +2 -2
  134. package/es/src/business/ap-summary/utils.d.ts +1 -1
  135. package/es/src/business/ap-summary/utils.mjs +16 -16
  136. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  137. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  138. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  139. package/es/src/business/ap-table-modal/index.d.ts +5 -5
  140. package/es/src/business/ap-table-modal/interface.d.ts +1 -1
  141. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  142. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +1 -1
  143. package/es/src/business/ap-title/ApTitle.vue2.mjs +1 -1
  144. package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
  145. package/es/src/check-card/index.vue2.mjs +1 -1
  146. package/es/src/config-provider/config-provider-props.d.ts +8 -8
  147. package/es/src/config-provider/config-provider-props.mjs +1 -1
  148. package/es/src/config-provider/config-provider.d.ts +8 -8
  149. package/es/src/config-provider/config-provider.mjs +1 -1
  150. package/es/src/config-provider/constants.d.ts +1 -1
  151. package/es/src/config-provider/hooks/use-global-config.d.ts +8 -8
  152. package/es/src/config-provider/index.d.ts +8 -8
  153. package/es/src/design-token/index.d.ts +1 -1
  154. package/es/src/editable-table/form-item.vue.d.ts +1 -0
  155. package/es/src/editable-table/form-item.vue.mjs +60 -55
  156. package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  157. package/es/src/editable-table/hooks/use-get-columns.mjs +1 -1
  158. package/es/src/editable-table/index.vue.d.ts +1 -1
  159. package/es/src/editable-table/index.vue.mjs +1 -1
  160. package/es/src/editable-table/interface.d.ts +6 -6
  161. package/es/src/editable-table/utils.mjs +69 -69
  162. package/es/src/hooks/useMessage.d.ts +4 -4
  163. package/es/src/hooks/useMessage.mjs +1 -1
  164. package/es/src/utils/config-provider-preset.d.ts +10 -10
  165. package/es/src/work-order-modal/help-message.vue2.mjs +1 -1
  166. package/es/src/work-order-modal/interfaces.d.ts +1 -1
  167. package/es/src/work-order-modal/work-order-modal.vue.mjs +1 -1
  168. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  169. package/lib/src/ap-action/group/index.vue.js +1 -1
  170. package/lib/src/ap-action/interface.d.ts +1 -1
  171. package/lib/src/ap-action/item/index.vue2.js +1 -1
  172. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  173. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  174. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -1
  175. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  176. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  177. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  178. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
  179. package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
  180. package/lib/src/ap-button/ap-button.vue.js +1 -1
  181. package/lib/src/ap-button/interface.d.ts +1 -1
  182. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  183. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  184. package/lib/src/ap-descriptions/interface.d.ts +1 -1
  185. package/lib/src/ap-download/ap-download.vue.d.ts +1 -1
  186. package/lib/src/ap-download/ap-download.vue.js +1 -1
  187. package/lib/src/ap-download/interface.d.ts +1 -1
  188. package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
  189. package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
  190. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  191. package/lib/src/ap-field/date/constant.d.ts +1 -1
  192. package/lib/src/ap-field/date/helper.d.ts +1 -1
  193. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  194. package/lib/src/ap-field/date/index.vue.js +1 -1
  195. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  196. package/lib/src/ap-field/interface.d.ts +5 -5
  197. package/lib/src/ap-field/number/index.vue.d.ts +4 -4
  198. package/lib/src/ap-field/number/index.vue.js +1 -1
  199. package/lib/src/ap-field/radio/helper.d.ts +1 -1
  200. package/lib/src/ap-field/radio/index.vue.js +1 -1
  201. package/lib/src/ap-field/rate/index.vue.d.ts +3 -3
  202. package/lib/src/ap-field/rate/index.vue.js +1 -1
  203. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  204. package/lib/src/ap-field/select/index.vue.d.ts +6 -6
  205. package/lib/src/ap-field/select/index.vue.js +1 -1
  206. package/lib/src/ap-field/slider/index.vue.d.ts +4 -4
  207. package/lib/src/ap-field/slider/index.vue.js +1 -1
  208. package/lib/src/ap-field/switch/index.vue.js +1 -1
  209. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  210. package/lib/src/ap-field/text/index.vue2.js +1 -1
  211. package/lib/src/ap-field/text/input-password-props.d.ts +1 -1
  212. package/lib/src/ap-field/text/password.vue.js +1 -1
  213. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  214. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  215. package/lib/src/ap-form/ap-form.vue.d.ts +7 -7
  216. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  217. package/lib/src/ap-form/context.d.ts +1 -1
  218. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -6
  219. package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
  220. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  221. package/lib/src/ap-form/interface.d.ts +3 -3
  222. package/lib/src/ap-form/item/index.vue.d.ts +4 -4
  223. package/lib/src/ap-form/item/index.vue.js +1 -1
  224. package/lib/src/ap-form/item-group/index.vue.d.ts +2 -2
  225. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  226. package/lib/src/ap-form/items/interface.d.ts +1 -1
  227. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
  228. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  229. package/lib/src/ap-form/items/text/group.vue2.js +1 -1
  230. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  231. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  232. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  233. package/lib/src/ap-form/modal-form/index.vue.d.ts +8 -8
  234. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  235. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
  236. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  237. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -1
  238. package/lib/src/ap-list/index.vue.js +1 -1
  239. package/lib/src/ap-modal/index.d.ts +1 -1
  240. package/lib/src/ap-modal/index.js +1 -1
  241. package/lib/src/ap-modal/interface.d.ts +1 -1
  242. package/lib/src/ap-modal/utils/createModal.js +1 -1
  243. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  244. package/lib/src/ap-table/ap-table.vue.js +1 -1
  245. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  246. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  247. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  248. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  249. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  250. package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
  251. package/lib/src/ap-table/components/status/index.vue2.js +1 -1
  252. package/lib/src/ap-table/constants.d.ts +30 -30
  253. package/lib/src/ap-table/context.d.ts +1 -1
  254. package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
  255. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  256. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  257. package/lib/src/ap-table/interface.d.ts +3 -3
  258. package/lib/src/ap-table/utils.d.ts +8 -7
  259. package/lib/src/ap-table/utils.js +1 -1
  260. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  261. package/lib/src/ap-tag/interface.d.ts +1 -1
  262. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  263. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  264. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  265. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  266. package/lib/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  267. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  268. package/lib/src/business/ap-attachment/index.d.ts +1 -1
  269. package/lib/src/business/ap-attachment/interface.d.ts +1 -1
  270. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  271. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  272. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  273. package/lib/src/business/ap-batch-action-group/index.d.ts +8 -8
  274. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  275. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
  276. package/lib/src/business/ap-button-group/index.d.ts +5 -5
  277. package/lib/src/business/ap-button-group/interface.d.ts +1 -1
  278. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  279. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  280. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  281. package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
  282. package/lib/src/business/ap-export-group/interface.d.ts +1 -1
  283. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  284. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  285. package/lib/src/business/ap-input-radio/index.d.ts +2 -2
  286. package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
  287. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  288. package/lib/src/business/ap-label/ApLabel.js +1 -1
  289. package/lib/src/business/ap-label/constans.d.ts +2 -2
  290. package/lib/src/business/ap-label/constans.js +1 -1
  291. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
  292. package/lib/src/business/ap-label/index.d.ts +2 -2
  293. package/lib/src/business/ap-label/interface.d.ts +3 -3
  294. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  295. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  296. package/lib/src/business/ap-ladder/index.d.ts +5 -5
  297. package/lib/src/business/ap-ladder/interface.d.ts +1 -1
  298. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  299. package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
  300. package/lib/src/business/ap-summary/interface.d.ts +2 -2
  301. package/lib/src/business/ap-summary/utils.d.ts +1 -1
  302. package/lib/src/business/ap-summary/utils.js +1 -1
  303. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  304. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  305. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  306. package/lib/src/business/ap-table-modal/index.d.ts +5 -5
  307. package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
  308. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  309. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  310. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  311. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
  312. package/lib/src/check-card/index.vue2.js +1 -1
  313. package/lib/src/config-provider/config-provider-props.d.ts +8 -8
  314. package/lib/src/config-provider/config-provider-props.js +1 -1
  315. package/lib/src/config-provider/config-provider.d.ts +8 -8
  316. package/lib/src/config-provider/config-provider.js +1 -1
  317. package/lib/src/config-provider/constants.d.ts +1 -1
  318. package/lib/src/config-provider/hooks/use-global-config.d.ts +8 -8
  319. package/lib/src/config-provider/index.d.ts +8 -8
  320. package/lib/src/design-token/index.d.ts +1 -1
  321. package/lib/src/editable-table/form-item.vue.d.ts +1 -0
  322. package/lib/src/editable-table/form-item.vue.js +1 -1
  323. package/lib/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  324. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  325. package/lib/src/editable-table/index.vue.d.ts +1 -1
  326. package/lib/src/editable-table/index.vue.js +1 -1
  327. package/lib/src/editable-table/interface.d.ts +6 -6
  328. package/lib/src/editable-table/utils.js +1 -1
  329. package/lib/src/hooks/useMessage.d.ts +4 -4
  330. package/lib/src/hooks/useMessage.js +1 -1
  331. package/lib/src/utils/config-provider-preset.d.ts +10 -10
  332. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  333. package/lib/src/work-order-modal/interfaces.d.ts +1 -1
  334. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  335. package/package.json +4 -4
@@ -2,14 +2,15 @@ import { ApColumnType, ValueEnum, ValueEnumType } from './interface';
2
2
  import { ValueTypeRenderConfig } from '../config-provider';
3
3
  import { apTableRenderItemMap } from './constants';
4
4
  import { VNode, CreateComponentPublicInstance, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, VNodeArrayChildren, RendererNode, RendererElement } from 'vue';
5
+ import { EditableColumnType } from '../editable-table/interface';
5
6
  import { ApFormItemTransformType, ApFieldTextPasswordProps, ApFormItemSlots, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldNumberProps, ApFieldDateProps, ApFieldDateRangeProps, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldCheckboxProps } from '..';
6
- import { ColSize } from 'ant-design-vue/es/grid';
7
- import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
8
- import { RuleObject } from 'ant-design-vue/es/form';
9
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
7
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
8
+ import { FormLabelAlign } from '@aplus-frontend/antdv/es/form/interface';
9
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
10
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
10
11
  import { ApFormItemTextGroup } from '../ap-form/items/text';
11
- import { ColumnTitleProps } from 'ant-design-vue/es/table/interface';
12
- import { VueNode } from 'ant-design-vue/es/_util/type';
12
+ import { ColumnTitleProps } from '@aplus-frontend/antdv/es/table/interface';
13
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
14
  export type FieldValueType = 'multiple' | 'multipleNumber' | 'dayjs' | 'dayjsRange' | 'dayjsDayRange' | 'number' | 'boolean' | 'object';
14
15
  export declare const formatParamsValueType: (type: FieldValueType | Record<string, FieldValueType>, value: any, cb: (t: FieldValueType, value: any) => any) => any;
15
16
  /**
@@ -64,7 +65,7 @@ export declare function getFieldProps<RecordType = any>(fieldProps: ApColumnType
64
65
  * @param item
65
66
  * @returns
66
67
  */
67
- export declare function getTableRenderType(item: ApColumnType<any, any>): "number" | "select" | "date" | "checkbox" | "radio" | "text" | "status" | "switch" | "index" | "password" | "action" | "dateRange" | "textArea";
68
+ export declare function getTableRenderType(item: ApColumnType | EditableColumnType): "number" | "select" | "date" | "checkbox" | "radio" | "text" | "status" | "switch" | "index" | "password" | "action" | "dateRange" | "textArea";
68
69
  export declare function getTableCellRenderNode(renderType: keyof typeof apTableRenderItemMap, renderProps: any, record: any, extraRenderMap?: Record<string, ValueTypeRenderConfig>): any;
69
70
  /**
70
71
  * 获取查询表单最终渲染的节点
@@ -3,7 +3,7 @@ import { isObject as f, isArray as p, isUndefined as h, isFunction as d, omit as
3
3
  import { apTableRenderItemMap as F, apTableFormItemMap as N } from "./constants.mjs";
4
4
  import { isType as S } from "@fruits-chain/utils";
5
5
  import "../ap-form/index.mjs";
6
- import { Tooltip as v } from "ant-design-vue";
6
+ import { Tooltip as v } from "@aplus-frontend/antdv";
7
7
  import { QuestionCircleOutlined as I } from "@ant-design/icons-vue";
8
8
  import V from "../ap-form/item/index.vue.mjs";
9
9
  function w(t) {
@@ -1,5 +1,5 @@
1
1
  import { createElementVNode as t, defineComponent as D, ref as C, computed as n, unref as d, watch as N, nextTick as S, onMounted as j, onUnmounted as G, openBlock as c, createBlock as f, mergeProps as _, withCtx as g, renderSlot as R, createTextVNode as A, toDisplayString as b, normalizeClass as k, normalizeStyle as W, createElementBlock as T, Fragment as F, renderList as I, createCommentVNode as U } from "vue";
2
- import { Tooltip as q } from "ant-design-vue";
2
+ import { Tooltip as q } from "@aplus-frontend/antdv";
3
3
  import H from "@ant-design/icons-vue";
4
4
  import "./ap-tag.vue2.mjs";
5
5
  import "../config-provider/index.mjs";
@@ -1,4 +1,4 @@
1
- import { TooltipProps } from 'ant-design-vue/es/tooltip';
1
+ import { TooltipProps } from '@aplus-frontend/antdv/es/tooltip';
2
2
  export interface ApTagProps {
3
3
  /**
4
4
  * 标签内容
@@ -5,7 +5,7 @@ import "./components/MultipleFile.vue.mjs";
5
5
  import "./components/Picture.vue.mjs";
6
6
  import { injectLocaleToAccept as G } from "./utils/accept.mjs";
7
7
  import { injectLocaleToOss as I } from "./hooks/useOss.mjs";
8
- import { Form as H } from "ant-design-vue";
8
+ import { Form as H } from "@aplus-frontend/antdv";
9
9
  import { useLocale as J } from "../config-provider/hooks/use-locale.mjs";
10
10
  import { useNamespace as K } from "../config-provider/hooks/use-namespace.mjs";
11
11
  import Q from "./components/SingleFile.vue2.mjs";
@@ -2,7 +2,7 @@ import { defineComponent as $, inject as n, ref as j, watch as V, nextTick as W,
2
2
  import "../../config-provider/index.mjs";
3
3
  import { getPath as Y, getName as Z, getReturnData as S } from "../utils/returnData.mjs";
4
4
  import { useOss as ee, getOssInstance as te } from "../hooks/useOss.mjs";
5
- import { message as m, Upload as oe, Button as ae } from "ant-design-vue";
5
+ import { message as m, Upload as oe, Button as ae } from "@aplus-frontend/antdv";
6
6
  import { UploadOutlined as se } from "@ant-design/icons-vue";
7
7
  import { fileMatchesAccept as ne, getAcceptText as ie } from "../utils/accept.mjs";
8
8
  import { useLocale as re } from "../../config-provider/hooks/use-locale.mjs";
@@ -4,7 +4,7 @@ import { getPath as ne, getName as ae, getReturnData as T } from "../utils/retur
4
4
  import { CloseOutlined as se, PlusOutlined as oe } from "@ant-design/icons-vue";
5
5
  import { useOss as ie, getOssInstance as D } from "../hooks/useOss.mjs";
6
6
  import { fileMatchesAccept as ce, getAcceptText as ue } from "../utils/accept.mjs";
7
- import { message as m, Progress as re } from "ant-design-vue";
7
+ import { message as m, Progress as re } from "@aplus-frontend/antdv";
8
8
  import { omit as le } from "lodash-unified";
9
9
  import { useLocale as pe } from "../../config-provider/hooks/use-locale.mjs";
10
10
  import { useNamespace as de } from "../../config-provider/hooks/use-namespace.mjs";
@@ -3,7 +3,7 @@ import "../../config-provider/index.mjs";
3
3
  import { getName as ce, getReturnData as q } from "../utils/returnData.mjs";
4
4
  import { useOss as ue, useOssInit as pe } from "../hooks/useOss.mjs";
5
5
  import { fileMatchesAccept as ve, getAcceptText as de } from "../utils/accept.mjs";
6
- import { message as u, Progress as fe } from "ant-design-vue";
6
+ import { message as u, Progress as fe } from "@aplus-frontend/antdv";
7
7
  import { DeleteOutlined as me } from "@ant-design/icons-vue";
8
8
  import M from "../assets/single-file-icon.png.mjs";
9
9
  import { useLocale as ge } from "../../config-provider/hooks/use-locale.mjs";
@@ -1,6 +1,6 @@
1
1
  import { AttachmentItemProps, ApAttachmentProps } from './interface';
2
2
  import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
3
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip';
4
4
  declare const _default: DefineComponent<{
5
5
  attachmentList: {
6
6
  type: PropType<Array<AttachmentItemProps>>;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as _, ref as w, useSlots as j, computed as n, cloneVNode as B, toRaw as v, unref as G, createVNode as l, createTextVNode as H } from "vue";
2
- import { Tooltip as R, Popover as W } from "ant-design-vue";
2
+ import { Tooltip as R, Popover as W } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { ApAttachmentProps as q } from "./constans.mjs";
5
5
  import { getHexWithOpacity as D, getFileInfo as y } from "../../ap-download/utils/getFileInfo.mjs";
@@ -1,6 +1,6 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
2
  import { AttachmentItemProps, ApAttachmentProps } from './interface';
3
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
3
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip';
4
4
  export * from './interface';
5
5
  declare const ApAttachment: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
@@ -1,5 +1,5 @@
1
1
  import { ApDownLoadProps } from '../../ap-download/interface';
2
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
2
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip';
3
3
  export type AttachmentItemProps = {
4
4
  fileName: string;
5
5
  filePath: string;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as m, computed as u, openBlock as f, createElementBlock as h, normalizeClass as _, unref as t, renderSlot as r, createElementVNode as s, createTextVNode as n, toDisplayString as c, createVNode as A, withCtx as B } from "vue";
2
- import { Button as v } from "ant-design-vue";
2
+ import { Button as v } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { useNamespace as y } from "../../config-provider/hooks/use-namespace.mjs";
5
5
  import { useLocale as C } from "../../config-provider/hooks/use-locale.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as A, computed as n, openBlock as v, createBlock as y, unref as a, mergeProps as m, withCtx as r, createVNode as c, createElementVNode as C, normalizeStyle as D, toDisplayString as h, normalizeClass as N, normalizeProps as R, guardReactiveProps as T, createTextVNode as x, createCommentVNode as V } from "vue";
2
- import { DropdownButton as z, Dropdown as G } from "ant-design-vue";
2
+ import { DropdownButton as z, Dropdown as G } from "@aplus-frontend/antdv";
3
3
  import "../../ap-button/index.mjs";
4
4
  import "./MenuItemGroup.vue.mjs";
5
5
  import "../../config-provider/index.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, ref as h, openBlock as s, createBlock as a, unref as u, withCtx as d, createElementBlock as v, Fragment as t, renderList as y, mergeProps as k, createElementVNode as w, withDirectives as g, createVNode as C, vShow as b, resolveDynamicComponent as L, h as M } from "vue";
2
2
  import { LoadingOutlined as B } from "@ant-design/icons-vue";
3
- import { Menu as R, MenuItem as x } from "ant-design-vue";
3
+ import { Menu as R, MenuItem as x } from "@aplus-frontend/antdv";
4
4
  const D = { style: { display: "flex", "align-items": "center" } }, P = /* @__PURE__ */ _({
5
5
  __name: "MenuItemGroup",
6
6
  props: {
@@ -1,13 +1,13 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
3
- import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
2
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
3
+ import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
4
4
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { MouseEventHandler, FocusEventHandler } from 'ant-design-vue/es/_util/EventInterface';
6
- import { ButtonProps, ItemType, MenuTheme, MenuMode } from 'ant-design-vue';
7
- import { DropdownArrowOptions, Trigger, Align } from 'ant-design-vue/es/dropdown/props';
8
- import { Key } from 'ant-design-vue/es/_util/type';
9
- import { CSSMotionProps } from 'ant-design-vue/es/_util/transition';
10
- import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from 'ant-design-vue/es/menu/src/interface';
5
+ import { MouseEventHandler, FocusEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
+ import { ButtonProps, ItemType, MenuTheme, MenuMode } from '@aplus-frontend/antdv';
7
+ import { DropdownArrowOptions, Trigger, Align } from '@aplus-frontend/antdv/es/dropdown/props';
8
+ import { Key } from '@aplus-frontend/antdv/es/_util/type';
9
+ import { CSSMotionProps } from '@aplus-frontend/antdv/es/_util/transition';
10
+ import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from '@aplus-frontend/antdv/es/menu/src/interface';
11
11
  import { ApBatchActionGroupMenuProps } from './interface';
12
12
  export * from './interface';
13
13
  declare const ApBatchActionGroup: {
@@ -1,6 +1,6 @@
1
- import { ButtonProps, MenuItemProps } from 'ant-design-vue';
1
+ import { ButtonProps, MenuItemProps } from '@aplus-frontend/antdv';
2
2
  import { ApButtonProps } from '../../ap-button/interface';
3
- import { DropdownButtonProps } from 'ant-design-vue/es/dropdown';
3
+ import { DropdownButtonProps } from '@aplus-frontend/antdv/es/dropdown';
4
4
  import { VNodeChild } from 'vue';
5
5
  type ApBatchActionGroupButtonType = ButtonProps['type'] | 'borderLink';
6
6
  type MixinButton<T> = Omit<T, 'type'> & {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as k, computed as T, openBlock as t, createBlock as u, unref as s, normalizeProps as P, guardReactiveProps as R, withCtx as c, createElementBlock as m, Fragment as p, renderList as i, mergeProps as l, resolveDynamicComponent as f, h as y, createCommentVNode as B } from "vue";
2
- import { Space as x } from "ant-design-vue";
2
+ import { Space as x } from "@aplus-frontend/antdv";
3
3
  import "../../ap-button/ap-button.vue2.mjs";
4
4
  import "../../ap-button/ap-action-button.vue2.mjs";
5
5
  import "../ap-batch-action-group/ApBatchActionGroup.vue.mjs";
@@ -1,10 +1,10 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { SpaceSize } from 'ant-design-vue/es/space';
2
+ import { SpaceSize } from '@aplus-frontend/antdv/es/space';
3
3
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
4
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
5
- import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
6
- import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
7
- import { ButtonProps } from 'ant-design-vue';
4
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
5
+ import { ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
6
+ import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
+ import { ButtonProps } from '@aplus-frontend/antdv';
8
8
  import { ApBatchActionGroupProps, ApExportGroupProps } from '..';
9
9
  export * from './interface';
10
10
  declare const ApButtonGroup: {
@@ -1,4 +1,4 @@
1
- import { SpaceProps } from 'ant-design-vue';
1
+ import { SpaceProps } from '@aplus-frontend/antdv';
2
2
  import { ApButtonProps } from '../../ap-button';
3
3
  import { ApBatchActionGroupProps } from '../ap-batch-action-group/interface';
4
4
  import { ApExportGroupProps } from '../ap-export-group/interface';
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as W, computed as f, ref as h, watch as T, nextTick as w, openBlock as a, createElementBlock as n, normalizeClass as s, unref as t, createVNode as x, withCtx as m, createBlock as g, createElementVNode as b, toDisplayString as p, createCommentVNode as A, normalizeStyle as c, renderSlot as N, resolveDynamicComponent as I, Fragment as C, renderList as j, createTextVNode as q } from "vue";
2
2
  import { DownOutlined as J } from "@ant-design/icons-vue";
3
- import { Alert as K, Tooltip as P } from "ant-design-vue";
3
+ import { Alert as K, Tooltip as P } from "@aplus-frontend/antdv";
4
4
  import { ApActionItem as Q } from "../../ap-action/index.mjs";
5
5
  import "../../config-provider/index.mjs";
6
6
  import { isString as E } from "lodash-unified";
@@ -1,4 +1,4 @@
1
- import { AlertProps } from 'ant-design-vue/es/alert';
1
+ import { AlertProps } from '@aplus-frontend/antdv/es/alert';
2
2
  import { Component, CSSProperties, VNode } from 'vue';
3
3
  export type ApExpandAlertProps<T> = {
4
4
  /**
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as M, computed as r, ref as P, openBlock as m, createBlock as f, unref as t, normalizeClass as D, withCtx as n, createVNode as y, createTextVNode as x, toDisplayString as p, normalizeStyle as K, createCommentVNode as R } from "vue";
2
2
  import { DownOutlined as B } from "@ant-design/icons-vue";
3
- import { Dropdown as N, Menu as T, MenuItem as _, Button as I } from "ant-design-vue";
3
+ import { Dropdown as N, Menu as T, MenuItem as _, Button as I } from "@aplus-frontend/antdv";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { ApExportGroupActionType as u } from "./interface.mjs";
6
6
  import { usePermission as V } from "@aplus-frontend/hooks";
@@ -1,5 +1,5 @@
1
1
  import { formatFileNameAndDownloadFile as n } from "@aplus-frontend/utils";
2
- import { Modal as r } from "ant-design-vue";
2
+ import { Modal as r } from "@aplus-frontend/antdv";
3
3
  async function i(t) {
4
4
  const o = await (t == null ? void 0 : t());
5
5
  Object.prototype.toString.call(o == null ? void 0 : o.data) === "[object Blob]" && n(o).catch((a) => {
@@ -1,4 +1,4 @@
1
- import { MenuProps } from 'ant-design-vue';
1
+ import { MenuProps } from '@aplus-frontend/antdv';
2
2
  export interface ApExportGroupProps {
3
3
  /**
4
4
  * 选中行的Key列表
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, computed as s, ref as k, watchEffect as A, openBlock as O, createBlock as h, unref as l, normalizeProps as _, guardReactiveProps as w } from "vue";
2
- import { Image as U } from "ant-design-vue";
2
+ import { Image as U } from "@aplus-frontend/antdv";
3
3
  import { injectLocaleToOss as y, getOssInstance as B, getSignatureUrl as C } from "./hooks/useOss.mjs";
4
4
  import "../../config-provider/index.mjs";
5
5
  import F from "./imgs/admin-fallback.jpg.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as f, onMounted as g, openBlock as R, createElementBlock as V, normalizeClass as b, unref as t, createVNode as i, mergeProps as h } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
- import { Form as I, InputNumber as B, RadioGroup as k } from "ant-design-vue";
3
+ import { Form as I, InputNumber as B, RadioGroup as k } from "@aplus-frontend/antdv";
4
4
  import { omit as _ } from "lodash-unified";
5
5
  import { useNamespace as x } from "../../config-provider/hooks/use-namespace.mjs";
6
6
  const G = /* @__PURE__ */ f({
@@ -1,6 +1,6 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
3
- import { KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
2
+ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
3
+ import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
4
4
  import { ApInputRadioOptions } from './interface';
5
5
  export * from './interface';
6
6
  declare const ApInputRadio: {
@@ -1,4 +1,4 @@
1
- import { InputNumberProps } from 'ant-design-vue/es/input-number';
1
+ import { InputNumberProps } from '@aplus-frontend/antdv/es/input-number';
2
2
  type ApInputProps = Pick<InputNumberProps, 'disabled' | 'stringMode' | 'precision' | 'max' | 'min' | 'step' | 'bordered' | 'autofocus' | 'decimalSeparator' | 'controls' | 'formatter' | 'onInput' | 'onChange' | 'onPressEnter' | 'onStep' | 'onBlur' | 'onFocus'>;
3
3
  export type ApInputValType = {
4
4
  value?: {
@@ -1,7 +1,7 @@
1
1
  import { VNode, DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ExtractPropTypes, RendererNode, RendererElement } from 'vue';
2
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
2
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip';
3
3
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
4
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
4
+ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
5
5
  declare const _default: DefineComponent<{
6
6
  helpMessage: {
7
7
  type: PropType<VNode | string | undefined>;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as a, useSlots as r, computed as m, createVNode as e, mergeProps as d } from "vue";
2
- import { Tooltip as f, Badge as p } from "ant-design-vue";
2
+ import { Tooltip as f, Badge as p } from "@aplus-frontend/antdv";
3
3
  import { IconApAdLineAnnotation as A, IconApAdFillWarn as y, IconApAdFillExecution as v, IconApAdFillSuccessful as b } from "@aplus-frontend/icon";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { ApLabelProps as g } from "./constans.mjs";
@@ -1,8 +1,8 @@
1
1
  import { PropType, VNode, CSSProperties } from 'vue';
2
2
  import { ApLabelGroupItemProps } from './interface';
3
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip/Tooltip';
3
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip/Tooltip';
4
4
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
5
+ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
6
6
  export declare const ApLabelGroupProps: () => {
7
7
  value: {
8
8
  type: PropType<string | number | undefined>;
@@ -1,4 +1,4 @@
1
- import { badgeProps as e } from "ant-design-vue/es/badge/Badge";
1
+ import { badgeProps as e } from "@aplus-frontend/antdv/es/badge/Badge";
2
2
  const o = () => ({
3
3
  value: {
4
4
  type: String,
@@ -3,7 +3,7 @@ import "../../../config-provider/index.mjs";
3
3
  import f from "../ApLabel.mjs";
4
4
  import { omit as t } from "lodash-unified";
5
5
  import { ApLabelGroupProps as s } from "../constans.mjs";
6
- import { Tag as c } from "ant-design-vue";
6
+ import { Tag as c } from "@aplus-frontend/antdv";
7
7
  import { useNamespace as g } from "../../../config-provider/hooks/use-namespace.mjs";
8
8
  const {
9
9
  b: p
@@ -1,7 +1,7 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, VNode, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, RendererNode, RendererElement, ComponentOptionsBase, Plugin } from 'vue';
2
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
2
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip';
3
3
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
4
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
4
+ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
5
5
  import { ApLabelGroupItemProps } from './interface';
6
6
  export * from './interface';
7
7
  declare const ApLabel: {
@@ -1,6 +1,6 @@
1
- import { BadgeProps } from 'ant-design-vue';
2
- import { TooltipPlacement } from 'ant-design-vue/es/tooltip/Tooltip';
3
- import { TagProps } from 'ant-design-vue/es/tag';
1
+ import { BadgeProps } from '@aplus-frontend/antdv';
2
+ import { TooltipPlacement } from '@aplus-frontend/antdv/es/tooltip/Tooltip';
3
+ import { TagProps } from '@aplus-frontend/antdv/es/tag';
4
4
  import { VNode, VNodeChild } from 'vue';
5
5
  type Recordable = Record<string, any>;
6
6
  export type ApLabelProps = BadgeProps & Partial<{
@@ -1,11 +1,11 @@
1
1
  import { ApLadderProps, ApLadderSlots, ApLadderLabelValue } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties } from 'vue';
3
3
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
4
- import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
5
- import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
6
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
7
- import { PresetColorType } from 'ant-design-vue/es/_util/colors';
8
- import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
4
+ import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
5
+ import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
6
+ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
7
+ import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
8
+ import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
9
9
  declare function __VLS_template(): {
10
10
  slots: Readonly<ApLadderSlots> & ApLadderSlots;
11
11
  refs: {};
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as q, useSlots as H, ref as R, computed as h, unref as l, onMounted as J, openBlock as t, createElementBlock as r, normalizeClass as u, createBlock as $, normalizeProps as w, mergeProps as E, createSlots as M, withCtx as b, Fragment as y, createElementVNode as p, normalizeStyle as m, toDisplayString as i, renderSlot as N, createCommentVNode as f, renderList as z, createTextVNode as K } from "vue";
2
- import { Tooltip as O } from "ant-design-vue";
2
+ import { Tooltip as O } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { locales as Q } from "./interface.mjs";
5
5
  import { useNamespace as U } from "../../config-provider/hooks/use-namespace.mjs";
@@ -1,10 +1,10 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
2
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
3
- import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
4
- import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
5
- import { LiteralUnion } from 'ant-design-vue/es/_util/type';
6
- import { PresetColorType } from 'ant-design-vue/es/_util/colors';
7
- import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
3
+ import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
4
+ import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
5
+ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
6
+ import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
7
+ import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
8
8
  import { ApLadderLabelValue, ApLadderSlots } from './interface';
9
9
  export * from './interface';
10
10
  declare const ApLadder: {
@@ -1,4 +1,4 @@
1
- import { TooltipProps } from 'ant-design-vue/es/tooltip/Tooltip';
1
+ import { TooltipProps } from '@aplus-frontend/antdv/es/tooltip/Tooltip';
2
2
  import { VNode } from 'vue';
3
3
  /**
4
4
  * Tooltip 需要的属性
@@ -2,7 +2,7 @@ import { defineComponent as M, ref as r, computed as O, onMounted as U, openBloc
2
2
  import "../../ap-field/index.mjs";
3
3
  import { IconApLeftarrow as G, IconApMenu as H } from "@aplus-frontend/icon";
4
4
  import "../../config-provider/index.mjs";
5
- import { Tooltip as V, TypographyText as J } from "ant-design-vue";
5
+ import { Tooltip as V, TypographyText as J } from "@aplus-frontend/antdv";
6
6
  import { debounce as K } from "lodash-unified";
7
7
  import { useNamespace as P } from "../../config-provider/hooks/use-namespace.mjs";
8
8
  import { ApFieldText as Q } from "../../ap-field/text/index.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as k, computed as S, openBlock as o, createBlock as u, unref as n, normalizeClass as i, withCtx as c, createElementBlock as g, Fragment as T, renderList as _, normalizeStyle as C, createTextVNode as b, toDisplayString as L } from "vue";
2
2
  import { isNil as N, get as w } from "lodash-unified";
3
- import { TableSummaryRow as B, TableSummaryCell as z } from "ant-design-vue";
3
+ import { TableSummaryRow as B, TableSummaryCell as z } from "@aplus-frontend/antdv";
4
4
  import { flattenColumns as A, formatDataIndex as D } from "./utils.mjs";
5
5
  import "../../config-provider/index.mjs";
6
6
  import { isNumeric as F, toThousand as I, toFixed as v } from "@aplus-frontend/utils";
@@ -1,5 +1,5 @@
1
- import { ColumnsType } from 'ant-design-vue/es/table';
2
- import { AlignType, DataIndex, Key } from 'ant-design-vue/es/vc-table/interface';
1
+ import { ColumnsType } from '@aplus-frontend/antdv/es/table';
2
+ import { AlignType, DataIndex, Key } from '@aplus-frontend/antdv/es/vc-table/interface';
3
3
  import { ApColumnType } from 'src/ap-table';
4
4
  export type SummaryColumnType = ApColumnType[] | ColumnsType;
5
5
  export type ValueType = {
@@ -1,5 +1,5 @@
1
1
  import { ComputedRecordParams, SummaryColumnType, ValueType } from './interface';
2
- import { DataIndex, Key } from 'ant-design-vue/es/vc-table/interface';
2
+ import { DataIndex, Key } from '@aplus-frontend/antdv/es/vc-table/interface';
3
3
  import { ApColumnType } from '../../ap-table/interface';
4
4
  export declare const flattenColumns: (columns?: SummaryColumnType) => ApColumnType[];
5
5
  export declare const formatDataIndex: (dataIndex?: DataIndex | Key) => string | number | readonly (string | number)[];
@@ -1,36 +1,36 @@
1
- import { flatten as k, uniqBy as I, get as s, set as N } from "lodash-unified";
2
- import { toThousand as R, toFixed as V, addNumber as S } from "@aplus-frontend/utils";
1
+ import { flatten as k, uniqBy as j, isNil as I, get as s, set as R } from "lodash-unified";
2
+ import { toThousand as V, toFixed as S, addNumber as T } from "@aplus-frontend/utils";
3
3
  const b = (t) => {
4
4
  var e, d;
5
5
  return t != null && t.children && ((e = t == null ? void 0 : t.children) == null ? void 0 : e.length) > 0 ? k((d = t.children) == null ? void 0 : d.map((n) => b(n))) : [t];
6
- }, T = (t) => k(
6
+ }, q = (t) => k(
7
7
  t == null ? void 0 : t.map((e) => b(e))
8
- ), u = (t) => Object.prototype.toString.call(t) === "[object Array]" ? t.map((e) => String(e)).join(".") : t || "", B = (t, e, d) => d ? R(t, e) : V(t, e);
9
- function D(t) {
8
+ ), u = (t) => Object.prototype.toString.call(t) === "[object Array]" ? t.map((e) => String(e)).join(".") : t ?? "", D = (t, e, d) => d ? V(t, e) : S(t, e);
9
+ function E(t) {
10
10
  var y;
11
- const { records: e, columns: d, configList: n, exclude: c } = t;
11
+ const { records: e, columns: d, configList: n, exclude: i } = t;
12
12
  if (e.length === 0)
13
13
  return {};
14
- const f = T(d);
15
- let a = (y = f == null ? void 0 : f.filter((r) => r.valueType === "number")) == null ? void 0 : y.map((r) => ({
14
+ const c = q(d);
15
+ let a = (y = c == null ? void 0 : c.filter((r) => r.valueType === "number")) == null ? void 0 : y.map((r) => ({
16
16
  key: r.key || "",
17
17
  dataIndex: r.dataIndex
18
18
  }));
19
- n && (n == null ? void 0 : n.length) > 0 && (a = I(a == null ? void 0 : a.concat(n), "key")), c && c.length > 0 && (a = a.filter(
20
- (r) => !c.includes(r.key)
19
+ n && (n == null ? void 0 : n.length) > 0 && (a = j(a == null ? void 0 : a.concat(n), "key")), i && i.length > 0 && (a = a.filter(
20
+ (r) => !i.includes(r.key)
21
21
  ));
22
22
  const x = {};
23
23
  return e.reduce((r, h) => (a.forEach((o) => {
24
24
  var p;
25
- if (s(h, u(o.dataIndex || o.key))) {
26
- const i = o.dataIndex || o.key, g = s(r, u(i)) || 0, j = s(h, u(i)) || 0, l = (p = S(g, j)) == null ? void 0 : p.toNumber();
27
- N(r, i, +l);
25
+ if (!I(s(h, u(o.dataIndex || o.key)))) {
26
+ const f = o.dataIndex || o.key, g = s(r, u(f)) || 0, l = s(h, u(f)) || 0, N = (p = T(g, l)) == null ? void 0 : p.toNumber();
27
+ R(r, f, +N);
28
28
  }
29
29
  }), r), x);
30
30
  }
31
31
  export {
32
- D as computedRecords,
33
- T as flattenColumns,
32
+ E as computedRecords,
33
+ q as flattenColumns,
34
34
  u as formatDataIndex,
35
- B as formatNumber
35
+ D as formatNumber
36
36
  };
@@ -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 { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, VNodeChild, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
4
4
  import { ApColumnType, ApTableProps } from '../..';
5
- import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
6
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
5
+ import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
6
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
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[];