@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
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as O, useSlots as $, ref as f, onMounted as j, computed as b, unref as l, watch as q, cloneVNode as E, openBlock as F, createBlock as g, mergeProps as K, createSlots as Q, withCtx as i, resolveDynamicComponent as U, createCommentVNode as G, createElementVNode as h, normalizeClass as H, createVNode as B, normalizeStyle as J, toDisplayString as M, renderList as W, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z } from "vue";
2
- import { Form as ee, Tooltip as oe } from "ant-design-vue";
3
- import { useToken as le } from "ant-design-vue/es/theme/internal";
2
+ import { Form as ee, Tooltip as oe } from "@aplus-frontend/antdv";
3
+ import { useToken as le } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { isFunction as C, cloneDeep as te, isArray as ae, omit as N } from "lodash-unified";
5
5
  import { apFormItemColPropKeys as re } from "../constant.mjs";
6
6
  import { QuestionCircleOutlined as ne } from "@ant-design/icons-vue";
@@ -1,7 +1,7 @@
1
1
  import { ApFormItemGroupProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- import { Breakpoint } from 'ant-design-vue/es/_util/responsiveObserve';
4
- import { Gutter } from 'ant-design-vue/es/grid/Row';
3
+ import { Breakpoint } from '@aplus-frontend/antdv/es/_util/responsiveObserve';
4
+ import { Gutter } from '@aplus-frontend/antdv/es/grid/Row';
5
5
  declare function __VLS_template(): {
6
6
  slots: Readonly<{
7
7
  default(): any[];
@@ -1,5 +1,5 @@
1
1
  import { isVNode as C, defineComponent as h, useSlots as w, onBeforeUpdate as k, watch as _, shallowRef as B, computed as P, unref as r, createVNode as R, mergeProps as u, openBlock as s, createBlock as d, withCtx as S, createElementBlock as b, Fragment as x, renderList as N, resolveDynamicComponent as j } from "vue";
2
- import { Col as v, Row as F } from "ant-design-vue";
2
+ import { Col as v, Row as F } from "@aplus-frontend/antdv";
3
3
  import { pick as D, isBoolean as I, omit as O } from "lodash-unified";
4
4
  import { apFormItemColPropKeys as V } from "../constant.mjs";
5
5
  import { genRealChildren as l, buildColSpan as $, getStringName as A } from "./helper.mjs";
@@ -1,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
  import { ApFieldCheckboxProps, ApFieldDateProps, ApFieldDateRangeProps, ApFieldNumberProps, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextAreaProps, ApFieldTextPasswordProps, ApFieldTextProps } from '../../ap-field';
3
3
  import { ApFormItemProps } from '../interface';
4
4
  export type ApFormItemTextProps = ApFormItemProps & {
@@ -1,9 +1,9 @@
1
1
  import { ApFormItemNumberProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
4
- import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
4
+ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
5
5
  import { FieldMode, ApFieldNumberProps } from '../../..';
6
- import { KeyboardEventHandler } from 'ant-design-vue/es/_util/EventInterface';
6
+ import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
7
  declare function __VLS_template(): {
8
8
  slots: Readonly<{
9
9
  addonBefore?: any;
@@ -1,10 +1,10 @@
1
1
  import { ApFormItemRadioProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
4
- import { RadioChangeEvent, RadioGroupProps } from 'ant-design-vue';
4
+ import { RadioChangeEvent, RadioGroupProps } from '@aplus-frontend/antdv';
5
5
  import { FieldMode, ApFieldRadioProps } from '../../..';
6
- import { RadioGroupChildOption } from 'ant-design-vue/es/radio/Group';
7
- import { RadioGroupButtonStyle, RadioGroupOptionType } from 'ant-design-vue/es/radio/interface';
6
+ import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
7
+ import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
8
8
  type ApFormItemRadioSlots = Omit<ApFormItemSlots, 'default'>;
9
9
  declare function __VLS_template(): {
10
10
  slots: Readonly<ApFormItemRadioSlots> & ApFormItemRadioSlots;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as a, openBlock as m, createBlock as s, unref as o, mergeProps as c, withCtx as n, renderSlot as u } from "vue";
2
- import { Input as l } from "ant-design-vue";
2
+ import { Input as l } from "@aplus-frontend/antdv";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import { useNamespace as f } from "../../../config-provider/hooks/use-namespace.mjs";
5
5
  const B = /* @__PURE__ */ a({
@@ -1,10 +1,10 @@
1
1
  import { ApFormItemTextProps } from '../interface';
2
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
2
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
3
3
  import { ApFormItemSlots } from '../../interface';
4
4
  import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
5
5
  import { FieldMode, ApFieldTextProps } from '../../..';
6
- import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
7
- import { ShowCountProps } from 'ant-design-vue/es/vc-input/inputProps';
6
+ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
7
+ import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
8
8
  declare function __VLS_template(): {
9
9
  slots: Readonly<{
10
10
  addonAfter: any;
@@ -2,8 +2,8 @@ import { ApFormItemTextPasswordProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
4
4
  import { FieldMode, ApFieldTextPasswordProps } from '../../..';
5
- import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
6
- import { ShowCountProps } from 'ant-design-vue/es/vc-input/inputProps';
5
+ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
+ import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
7
7
  declare function __VLS_template(): {
8
8
  slots: Readonly<{
9
9
  addonAfter: any;
@@ -1,11 +1,11 @@
1
1
  import { ApFormItemTextAreaProps } from '../interface';
2
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
2
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
3
3
  import { ApFormItemSlots } from '../../interface';
4
4
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, DefineComponent, PublicProps } from 'vue';
5
- import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
5
+ import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
6
6
  import { FieldMode, ApFieldTextAreaProps } from '../../..';
7
- import { ShowCountProps } from 'ant-design-vue/es/vc-input/inputProps';
8
- import { AutoSizeType } from 'ant-design-vue/es/input/inputProps';
7
+ import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
8
+ import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
9
9
  type ApFormItemTextAreaSlots = Omit<ApFormItemSlots, 'default'>;
10
10
  declare function __VLS_template(): {
11
11
  slots: Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
@@ -1,17 +1,17 @@
1
1
  import { ApFormModalFormProps } from '../interface';
2
2
  import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps, CSSProperties } from 'vue';
3
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from 'ant-design-vue/es/form/interface';
4
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
5
- import { ColSize } from 'ant-design-vue/es/grid';
6
- import { RuleObject } from 'ant-design-vue/es/form';
3
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
4
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
5
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
8
8
  import { Recordable } from '../../type';
9
9
  import { WatchFunc, RegistedFieldType, ApFormInternalInstance, ApFormSubmitterConfig } from '..';
10
10
  import { VueTypeValidableDef } from '../../../node_modules/vue-types';
11
- import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
12
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
13
- import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
14
- import { VueNode } from 'ant-design-vue/es/_util/type';
11
+ import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
12
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
13
+ import { MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
14
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
15
15
  type ApModalFormSlots = {
16
16
  trigger: any;
17
17
  default: any;
@@ -1,5 +1,5 @@
1
1
  import { isVNode as q, defineComponent as D, useSlots as L, ref as h, watch as A, cloneVNode as G, computed as I, createVNode as u, mergeProps as p, unref as n, openBlock as F, createElementBlock as W, Fragment as H, withCtx as y, renderSlot as w, createTextVNode as J, toDisplayString as K, createElementVNode as Q, normalizeClass as X, createBlock as x, resolveDynamicComponent as N, createCommentVNode as Y } from "vue";
2
- import { Button as V, Flex as Z, Space as ee, Modal as te } from "ant-design-vue";
2
+ import { Button as V, Flex as Z, Space as ee, Modal as te } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../../hooks/index.mjs";
5
5
  import { getSingleVNode as le } from "../../utils/slot.mjs";
@@ -1,9 +1,9 @@
1
1
  import { ApFormExpose, ApFormSearchFormProps } from '../interface';
2
2
  import { ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, ComputedRef, PublicProps } from 'vue';
3
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from 'ant-design-vue/es/form/interface';
4
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
5
- import { ColSize } from 'ant-design-vue/es/grid';
6
- import { RuleObject } from 'ant-design-vue/es/form';
3
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
4
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
5
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
8
8
  import { Recordable } from '../../type';
9
9
  import { WatchFunc, RegistedFieldType } from '..';
@@ -1,5 +1,5 @@
1
1
  import { isVNode as ne, defineComponent as le, useSlots as re, ref as se, unref as o, shallowRef as V, computed as g, watch as j, cloneVNode as ie, createVNode as n, Fragment as _, openBlock as m, createBlock as y, mergeProps as ue, withCtx as B, resolveDynamicComponent as A, createElementBlock as ce, renderList as pe } from "vue";
2
- import { Col as R, Flex as M, Space as de, Button as E, Row as fe } from "ant-design-vue";
2
+ import { Col as R, Flex as M, Space as de, Button as E, Row as fe } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../item/index.vue2.mjs";
5
5
  import "../../hooks/index.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, computed as t, onActivated as y, onDeactivated as B, openBlock as d, createElementBlock as E, normalizeClass as a, createBlock as H, Teleport as k, renderSlot as s, createElementVNode as o, createVNode as A, unref as N } from "vue";
2
- import { Divider as T } from "ant-design-vue";
2
+ import { Divider as T } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { useNamespace as V } from "../../config-provider/hooks/use-namespace.mjs";
5
5
  const q = /* @__PURE__ */ $({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as F, ref as M, unref as e, computed as i, watch as W, openBlock as l, createBlock as j, normalizeClass as s, withCtx as A, createElementVNode as G, normalizeStyle as C, renderSlot as u, createVNode as P, createElementBlock as m, Fragment as U, renderList as H, mergeProps as J, createCommentVNode as K } from "vue";
2
- import { Empty as D, Spin as Q, Pagination as X } from "ant-design-vue";
2
+ import { Empty as D, Spin as Q, Pagination as X } from "@aplus-frontend/antdv";
3
3
  import "../ap-table/index.mjs";
4
4
  import "../config-provider/index.mjs";
5
5
  import { isUndefined as k, omit as Y } from "lodash-unified";
@@ -1,4 +1,4 @@
1
- import { Modal as _Modal } from 'ant-design-vue';
1
+ import { Modal as _Modal } from '@aplus-frontend/antdv';
2
2
  import { CreateModalFunc } from './interface';
3
3
  export * from './interface';
4
4
  type ApModalMixedProps = typeof _Modal & {
@@ -1,4 +1,4 @@
1
- import { Modal as r } from "ant-design-vue";
1
+ import { Modal as r } from "@aplus-frontend/antdv";
2
2
  import "./utils/index.mjs";
3
3
  import "./interface.mjs";
4
4
  import { createModal as a } from "./utils/createModal.mjs";
@@ -1,4 +1,4 @@
1
- import { ModalProps } from 'ant-design-vue';
1
+ import { ModalProps } from '@aplus-frontend/antdv';
2
2
  export type CreateModalFuncProps<ContentRecord = any> = Omit<ModalProps, 'open' | 'onUpdate:open' | 'destroyOnClose' | 'onCancel' | 'onOk' | 'getContainer' | 'icon'> & Partial<{
3
3
  onCancel: (params: ContentRecord) => any | Promise<any>;
4
4
  onOk: (params: ContentRecord) => any | Promise<any>;
@@ -1,5 +1,5 @@
1
1
  import { render as l, defineComponent as C, createVNode as h, mergeProps as g, h as O } from "vue";
2
- import { Modal as k } from "ant-design-vue";
2
+ import { Modal as k } from "@aplus-frontend/antdv";
3
3
  import { ConfigProvider as y, globalConfigCached as v } from "../../config-provider/config-provider.mjs";
4
4
  const b = (i) => {
5
5
  let p, n;
@@ -1,5 +1,5 @@
1
1
  import { ApColumnType, ApTableProps } from './interface';
2
- import { ColumnsType, ColumnType } from 'ant-design-vue/es/table';
2
+ import { ColumnsType, ColumnType } from '@aplus-frontend/antdv/es/table';
3
3
  import { RowSelectionReturnType } from './hooks/use-table-row-selection';
4
4
  import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, ComputedRef, VNode, RendererNode, RendererElement } from 'vue';
5
5
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as Ce, useSlots as ve, ref as z, computed as s, unref as t, createVNode as f, Fragment as U, watchEffect as Te, watch as G, openBlock as m, createElementBlock as F, normalizeClass as c, normalizeStyle as M, mergeProps as h, createSlots as J, withCtx as w, renderList as Q, createBlock as X, resolveDynamicComponent as Fe, renderSlot as S, createCommentVNode as Y, createElementVNode as I, h as xe, normalizeProps as Be, guardReactiveProps as Pe } from "vue";
2
- import { Typography as ke, Divider as ze, Button as Ie, Table as Ne } from "ant-design-vue";
3
- import { useToken as Ee } from "ant-design-vue/es/theme/internal";
2
+ import { Typography as ke, Divider as ze, Button as Ie, Table as Ne } from "@aplus-frontend/antdv";
3
+ import { useToken as Ee } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { ApForm as Ke } from "../ap-form/index.mjs";
5
5
  import { noRenderAsFormItemValueList as Z } from "./constants.mjs";
6
6
  import "../config-provider/index.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, ref as x, unref as e, useSlots as j, cloneVNode as F, openBlock as y, createElementBlock as G, Fragment as H, createBlock as L, resolveDynamicComponent as M, createCommentVNode as q, createVNode as l, withCtx as i, createElementVNode as s, normalizeClass as r, toDisplayString as m, createTextVNode as v, isRef as J } from "vue";
2
- import { Modal as K, Button as P, RadioGroup as Q, RadioButton as _, Divider as h } from "ant-design-vue";
2
+ import { Modal as K, Button as P, RadioGroup as Q, RadioButton as _, Divider as h } from "@aplus-frontend/antdv";
3
3
  import { getSingleVNode as W } from "../../../../utils/slot.mjs";
4
4
  import { useInjectApTable as X } from "../../../context.mjs";
5
5
  import "../tree-select/index.vue.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as E, ref as P, computed as f, unref as r, watch as U, openBlock as s, createElementBlock as p, createElementVNode as v, normalizeClass as x, createVNode as u, withCtx as i, createBlock as h, resolveDynamicComponent as k, Fragment as D, renderList as L, mergeProps as j } from "vue";
2
- import { Checkbox as w, Row as z, Col as F } from "ant-design-vue";
2
+ import { Checkbox as w, Row as z, Col as F } from "@aplus-frontend/antdv";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import { useInjectApTable as I } from "../../../context.mjs";
5
5
  import { cloneLabelNode as b } from "../utils.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as E, openBlock as s, createElementBlock as g, normalizeClass as t, unref as e, createElementVNode as p, createVNode as c, createCommentVNode as r, createBlock as u, resolveDynamicComponent as I, withCtx as d } from "vue";
2
- import { Space as O, Tooltip as m } from "ant-design-vue";
2
+ import { Space as O, Tooltip as m } from "@aplus-frontend/antdv";
3
3
  import { HolderOutlined as D, VerticalAlignTopOutlined as k, VerticalAlignMiddleOutlined as z, DeleteOutlined as A } from "@ant-design/icons-vue";
4
4
  import "../../../../config-provider/index.mjs";
5
5
  import { useInjectSorterMethods as M } from "../sorter/context.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as A, ref as L, unref as n, computed as O, watch as $, openBlock as c, createElementBlock as y, normalizeClass as d, createVNode as m, withCtx as v, createElementVNode as g, toDisplayString as k, createTextVNode as q, createBlock as b, createCommentVNode as p } from "vue";
2
- import { Flex as G, Button as H, Divider as J } from "ant-design-vue";
2
+ import { Flex as G, Button as H, Divider as J } from "@aplus-frontend/antdv";
3
3
  import N from "vuedraggable";
4
4
  import "../sortable/index.vue.mjs";
5
5
  import "../../../../config-provider/index.mjs";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, computed as x, unref as l, openBlock as c, createElementBlock as i, createVNode as s, withCtx as d, Fragment as m, renderList as w, createBlock as u, mergeProps as B, resolveDynamicComponent as I } from "vue";
2
- import { Row as L, Col as k, Checkbox as N } from "ant-design-vue";
2
+ import { Row as L, Col as k, Checkbox as N } from "@aplus-frontend/antdv";
3
3
  import "../select-group/index.vue.mjs";
4
4
  import { useInjectApTable as P } from "../../../context.mjs";
5
5
  import { cloneLabelNode as U } from "../utils.mjs";
@@ -1,4 +1,4 @@
1
- import { ColumnsType } from 'ant-design-vue/es/table';
1
+ import { ColumnsType } from '@aplus-frontend/antdv/es/table';
2
2
  import { ApColumnState, ApTableSettingDefaultValueType } from '../../interface';
3
3
  /**
4
4
  * 根据列状态重新生成表格列配置
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as n, computed as o, openBlock as u, createBlock as a, unref as m, normalizeProps as p, mergeProps as l, createCommentVNode as c } from "vue";
2
- import { Badge as s } from "ant-design-vue";
2
+ import { Badge as s } from "@aplus-frontend/antdv";
3
3
  const v = /* @__PURE__ */ n({
4
4
  name: "_ApTableStatus",
5
5
  __name: "index",
@@ -2,41 +2,41 @@ import { ApFieldPassword } from '../ap-field';
2
2
  import { ApTableValueFields, ValueEnum } from './interface';
3
3
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, HTMLAttributes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, VNode, RendererNode, RendererElement, CSSProperties, DefineComponent, PublicProps, ComputedRef } from 'vue';
4
4
  import { ApFormItemTransformType, ApFieldDateProps, ApFormItemSlots, ApFieldDateRangeProps, ApFieldNumberProps, ApFieldRadioProps, ApFieldSelectProps, ApFieldSwitchProps, ApFieldTextProps, ApFormItemTextPassword, ApFieldTextAreaProps, ApFieldCheckboxProps, ApFieldTextPasswordProps, FieldMode, GroupActionTypes } from '..';
5
- import { ColSize } from 'ant-design-vue/es/grid';
6
- import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
7
- import { RuleObject } from 'ant-design-vue/es/form';
8
- import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
5
+ import { ColSize } from '@aplus-frontend/antdv/es/grid';
6
+ import { FormLabelAlign } from '@aplus-frontend/antdv/es/form/interface';
7
+ import { RuleObject } from '@aplus-frontend/antdv/es/form';
8
+ import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
9
9
  import { ApFormItemTextGroup } from '../ap-form/items/text';
10
- import { FocusEventHandler, MouseEventHandler, KeyboardEventHandler, ChangeEventHandler, CompositionEventHandler } from 'ant-design-vue/es/_util/EventInterface';
10
+ import { FocusEventHandler, MouseEventHandler, KeyboardEventHandler, ChangeEventHandler, CompositionEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
11
11
  import { Dayjs } from 'dayjs';
12
- import { PickerLocale } from 'ant-design-vue/es/date-picker/generatePicker';
12
+ import { PickerLocale } from '@aplus-frontend/antdv/es/date-picker/generatePicker';
13
13
  import { LiteralUnion } from '../type';
14
14
  import { ApFormatPresetType } from '../ap-field/date/interface';
15
- import { DateRender } from 'ant-design-vue/es/vc-picker/panels/DatePanel/DateBody';
16
- import { MonthCellRender } from 'ant-design-vue/es/vc-picker/panels/MonthPanel/MonthBody';
17
- import { PanelMode, RangeValue, OnPanelChange, PresetDate, EventValue, DisabledTimes } from 'ant-design-vue/es/vc-picker/interface';
18
- import { VueNode, LiteralUnion } from 'ant-design-vue/es/_util/type';
19
- import { AlignType } from 'ant-design-vue/es/vc-align/interface';
20
- import { SharedTimeProps } from 'ant-design-vue/es/vc-picker/panels/TimePanel';
21
- import { RangeDateRender, RangeType, RangeInfo } from 'ant-design-vue/es/vc-picker/RangePicker';
22
- import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
23
- import { RadioChangeEvent, RadioGroupProps, SelectProps, CheckboxOptionType, CheckboxGroupProps } from 'ant-design-vue';
24
- import { RadioGroupChildOption } from 'ant-design-vue/es/radio/Group';
25
- import { RadioGroupButtonStyle, RadioGroupOptionType } from 'ant-design-vue/es/radio/interface';
26
- import { SelectValue, DefaultOptionType, LabeledValue } from 'ant-design-vue/es/select';
27
- import { SelectHandler, FieldNames, FilterFunc } from 'ant-design-vue/es/vc-select/Select';
28
- import { RenderDOMFunc, DropdownRender, CustomTagProps } from 'ant-design-vue/es/vc-select/BaseSelect';
29
- import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
30
- import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
31
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
15
+ import { DateRender } from '@aplus-frontend/antdv/es/vc-picker/panels/DatePanel/DateBody';
16
+ import { MonthCellRender } from '@aplus-frontend/antdv/es/vc-picker/panels/MonthPanel/MonthBody';
17
+ import { PanelMode, RangeValue, OnPanelChange, PresetDate, EventValue, DisabledTimes } from '@aplus-frontend/antdv/es/vc-picker/interface';
18
+ import { VueNode, LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
19
+ import { AlignType } from '@aplus-frontend/antdv/es/vc-align/interface';
20
+ import { SharedTimeProps } from '@aplus-frontend/antdv/es/vc-picker/panels/TimePanel';
21
+ import { RangeDateRender, RangeType, RangeInfo } from '@aplus-frontend/antdv/es/vc-picker/RangePicker';
22
+ import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
23
+ import { RadioChangeEvent, RadioGroupProps, SelectProps, CheckboxOptionType, CheckboxGroupProps } from '@aplus-frontend/antdv';
24
+ import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
25
+ import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
26
+ import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
27
+ import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
28
+ import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
29
+ import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
30
+ import { LegacyButtonType, ButtonHTMLType } from '@aplus-frontend/antdv/es/button/buttonTypes';
31
+ import { ButtonType, ButtonShape, ButtonSize } from '@aplus-frontend/antdv/es/button';
32
32
  import { VueTypeValidableDef } from '../../node_modules/vue-types';
33
- import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
34
- import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
35
- import { PresetColorType } from 'ant-design-vue/es/_util/colors';
36
- import { ShowCountProps } from 'ant-design-vue/es/vc-input/inputProps';
37
- import { AutoSizeType } from 'ant-design-vue/es/input/inputProps';
38
- import { CheckboxValueType } from 'ant-design-vue/es/checkbox/interface';
39
- import { Trigger } from 'ant-design-vue/es/dropdown/props';
33
+ import { TriggerType } from '@aplus-frontend/antdv/es/tooltip/abstractTooltipProps';
34
+ import { TooltipPlacement, AdjustOverflow } from '@aplus-frontend/antdv/es/tooltip';
35
+ import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
36
+ import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
37
+ import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
38
+ import { CheckboxValueType } from '@aplus-frontend/antdv/es/checkbox/interface';
39
+ import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
40
40
  /**
41
41
  * 表格到查询表单的映射
42
42
  */
@@ -1,4 +1,4 @@
1
- import { ColumnType } from 'ant-design-vue/es/table';
1
+ import { ColumnType } from '@aplus-frontend/antdv/es/table';
2
2
  import { ComputedRef, InjectionKey } from 'vue';
3
3
  import { ApTableProps } from './interface';
4
4
  type TableSize = ApTableProps['size'];
@@ -1,110 +1,111 @@
1
- import { ref as R, shallowRef as _, unref as i, computed as j, watchEffect as z } from "vue";
1
+ import { ref as R, shallowRef as _, unref as a, computed as j, watchEffect as z } from "vue";
2
2
  import { isDef as D } from "../../utils/index.mjs";
3
3
  import G, { customCloneColumnStates as A, getColumnStateString as W } from "../components/setting/utils.mjs";
4
4
  import { useInjectApTable as X } from "../context.mjs";
5
5
  import { isObject as k, mergeWith as E, isBoolean as q, omit as H, isNumber as N } from "lodash-unified";
6
- function u(r, n) {
7
- r.forEach((t) => {
8
- var c;
9
- n(t), (c = t.children) != null && c.length && u(t.children, n);
6
+ function l(t, n) {
7
+ t.forEach((o) => {
8
+ var i;
9
+ n(o), (i = o.children) != null && i.length && l(o.children, n);
10
10
  });
11
11
  }
12
- function L(r, n) {
12
+ function L(t, n) {
13
13
  if (!n)
14
14
  return {};
15
- const t = r.getItem(n);
16
- return t ? JSON.parse(t) : {};
15
+ const o = t.getItem(n);
16
+ return o ? JSON.parse(o) : {};
17
17
  }
18
- function I(r, n) {
19
- if (k(r) && k(n))
20
- return E({}, r, n, I);
18
+ function I(t, n) {
19
+ if (k(t) && k(n))
20
+ return E({}, t, n, I);
21
21
  }
22
- const B = Number.MAX_SAFE_INTEGER, $ = (r, n) => {
23
- const t = R(n), c = _(
22
+ const B = Number.MAX_SAFE_INTEGER, $ = (t, n) => {
23
+ const o = R(n), i = _(
24
24
  A(n)
25
- ), { columnsBackup: h, updateColumns: f } = X(), T = r.persistenceType || "localStorage", S = window[T];
25
+ ), { columnsBackup: m, updateColumns: u } = X(), T = t.persistenceType || "localStorage", p = window[T];
26
26
  function F() {
27
27
  const e = L(
28
- S,
29
- r.persistenceKey
30
- ), o = E(
28
+ p,
29
+ t.persistenceKey
30
+ ), r = E(
31
31
  {},
32
- r.defaultValue || {},
32
+ t.defaultValue || {},
33
33
  e,
34
34
  I
35
- ), l = i(h);
35
+ ), c = a(m);
36
36
  function v(M, d, b) {
37
37
  return M.map((s) => {
38
38
  var x;
39
- const a = (d == null ? void 0 : d[s.key]) || {}, m = {
39
+ const f = (d == null ? void 0 : d[s.key]) || {}, h = {
40
40
  key: s.key,
41
41
  label: s.title,
42
42
  show: !0,
43
43
  fixed: b ? b.fixed : q(s.fixed) ? s.fixed ? "left" : void 0 : s.fixed,
44
44
  disabled: !1,
45
- ...H(a, "children")
45
+ ...H(f, "children")
46
46
  };
47
- return m.children = (x = s.children) != null && x.length ? v(
47
+ return h.children = (x = s.children) != null && x.length ? v(
48
48
  s.children,
49
- a.children,
50
- m
51
- ) : void 0, m;
49
+ f.children,
50
+ h
51
+ ) : void 0, h;
52
52
  }).sort(
53
- (s, a) => (N(s.order) ? s.order : B) - (N(a.order) ? a.order : B)
53
+ (s, f) => (N(s.order) ? s.order : B) - (N(f.order) ? f.order : B)
54
54
  );
55
55
  }
56
- return v(l || [], o);
56
+ return v(c || [], r);
57
57
  }
58
- const g = j(() => i(t).every((e) => e.show));
59
- function p() {
60
- const e = i(t);
61
- u(e, (o) => {
62
- !o.disabled && (o.show = !0);
58
+ const C = j(() => a(o).every((e) => e.show));
59
+ function S() {
60
+ const e = a(o);
61
+ l(e, (r) => {
62
+ !r.disabled && (r.show = !0);
63
63
  });
64
64
  }
65
- function C() {
66
- const e = i(t);
67
- u(e, (o) => {
68
- !o.disabled && (o.show = !1);
65
+ function g() {
66
+ const e = a(o);
67
+ l(e, (r) => {
68
+ !r.disabled && (r.show = !1);
69
69
  });
70
70
  }
71
71
  function O() {
72
- i(g) ? C() : p();
72
+ a(C) ? g() : S();
73
73
  }
74
- function K(e, o) {
75
- u(i(t), (l) => {
76
- l.key === e && (l.show = D(o) ? o : !l.show);
74
+ function K(e, r) {
75
+ l(a(o), (c) => {
76
+ c.key === e && (c.show = D(r) ? r : !c.show);
77
77
  });
78
78
  }
79
79
  function w(e) {
80
- t.value = e;
80
+ o.value = e;
81
81
  }
82
82
  function J(e) {
83
- c.value = e;
83
+ i.value = e;
84
84
  }
85
85
  function y(e) {
86
- if (r.persistenceKey) {
87
- const o = W(e);
88
- S.setItem(r.persistenceKey, JSON.stringify(o));
86
+ if (t.persistenceKey) {
87
+ const r = W(e);
88
+ p.setItem(t.persistenceKey, JSON.stringify(r));
89
89
  }
90
90
  }
91
91
  return z(() => {
92
+ var r;
92
93
  const e = F();
93
- w(e), f == null || f(
94
+ w(e), (r = t.onChange) == null || r.call(t, e), u == null || u(
94
95
  G(
95
- i(h),
96
- i(e)
96
+ a(m),
97
+ a(e)
97
98
  )
98
- ), c.value = A(e), y(e);
99
+ ), i.value = A(e), y(e);
99
100
  }), {
100
- columnState: t,
101
- selectAll: p,
102
- unSelectAll: C,
101
+ columnState: o,
102
+ selectAll: S,
103
+ unSelectAll: g,
103
104
  toggleSelect: K,
104
105
  setColumnState: w,
105
- isAllSelected: g,
106
+ isAllSelected: C,
106
107
  toggleSelectAll: O,
107
- columnStateBackup: c,
108
+ columnStateBackup: i,
108
109
  setColumnStateBackup: J,
109
110
  cacheColumnStateIfNeeded: y
110
111
  };
@@ -1,9 +1,9 @@
1
1
  import { ComputedRef, Ref } from 'vue';
2
2
  import { RequestData } from '../interface';
3
3
  import { ApFormSearchFormExpose } from '../../ap-form';
4
- import { DataIndex } from 'ant-design-vue/es/vc-table/interface';
5
- import { TablePaginationConfig } from 'ant-design-vue';
6
- import { FilterValue, SorterResult, TableCurrentDataSource } from 'ant-design-vue/es/table/interface';
4
+ import { DataIndex } from '@aplus-frontend/antdv/es/vc-table/interface';
5
+ import { TablePaginationConfig } from '@aplus-frontend/antdv';
6
+ import { FilterValue, SorterResult, TableCurrentDataSource } from '@aplus-frontend/antdv/es/table/interface';
7
7
  export type UseTablePagingParams<DataType, ParamsType> = {
8
8
  request: (params: any) => Promise<RequestData<DataType>>;
9
9
  /**
@@ -1,4 +1,4 @@
1
- import { TableRowSelection } from 'ant-design-vue/lib/table/interface';
1
+ import { TableRowSelection } from '@aplus-frontend/antdv/lib/table/interface';
2
2
  import { ComputedRef, Ref } from 'vue';
3
3
  import { ApTableProps, ApTableRowSelection } from '../interface';
4
4
  import { Recordable } from '../../type';
@@ -1,12 +1,12 @@
1
- import { ColumnType, TableProps, ColumnsType } from 'ant-design-vue/es/table';
2
- import { CompareFn, SortOrder, TableRowSelection } from 'ant-design-vue/es/table/interface';
1
+ import { ColumnType, TableProps, ColumnsType } from '@aplus-frontend/antdv/es/table';
2
+ import { CompareFn, SortOrder, TableRowSelection } from '@aplus-frontend/antdv/es/table/interface';
3
3
  import { ApFormItemProps, ApFormSearchFormProps } from '../ap-form';
4
4
  import { ApFormItemCheckboxProps, ApFormItemDateProps, ApFormItemDateRangeProps, ApFormItemNumberProps, ApFormItemRadioProps, ApFormItemSelectProps, ApFormItemSwitchProps, ApFormItemTextAreaProps, ApFormItemTextPasswordProps, ApFormItemTextProps } from '../ap-form/items/interface';
5
5
  import { Recordable } from '../type';
6
6
  import { ComputedRef, CSSProperties, VNode } from 'vue';
7
7
  import { ApActionGroupProps } from '../ap-action';
8
8
  import { ApTableIndexProps } from './components/interface';
9
- import { EllipsisConfig } from 'ant-design-vue/es/typography/Base';
9
+ import { EllipsisConfig } from '@aplus-frontend/antdv/es/typography/Base';
10
10
  import { RowSelectionReturnType } from './hooks/use-table-row-selection';
11
11
  export type ValueEnumType = {
12
12
  text: string;