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

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 (383) hide show
  1. package/es/index.mjs +1 -1
  2. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  3. package/es/src/ap-action/group/index.vue.mjs +1 -1
  4. package/es/src/ap-action/interface.d.ts +1 -1
  5. package/es/src/ap-action/item/index.vue2.mjs +1 -1
  6. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  7. package/es/src/ap-action/item-dropdown/index.vue.mjs +1 -1
  8. package/es/src/ap-action/item-modal/index.vue.d.ts +1 -1
  9. package/es/src/ap-action/item-modal/index.vue.mjs +1 -1
  10. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  11. package/es/src/ap-action/item-popconfirm/index.vue.mjs +1 -1
  12. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -1
  13. package/es/src/ap-button/ap-action-button.vue.mjs +1 -0
  14. package/es/src/ap-button/ap-button.vue.d.ts +4 -1
  15. package/es/src/ap-button/ap-button.vue.mjs +47 -66
  16. package/es/src/ap-button/interface.d.ts +2 -1
  17. package/es/src/ap-button/utils/index.d.ts +3 -0
  18. package/es/src/ap-button/utils/index.mjs +33 -0
  19. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +1 -1
  20. package/es/src/ap-descriptions/help-message/index.vue.d.ts +2 -2
  21. package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
  22. package/es/src/ap-descriptions/interface.d.ts +2 -2
  23. package/es/src/ap-download/ap-download.vue.d.ts +1 -1
  24. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  25. package/es/src/ap-download/interface.d.ts +1 -1
  26. package/es/src/ap-field/checkbox/helper.d.ts +3 -3
  27. package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
  28. package/es/src/ap-field/checkbox/index.vue.mjs +24 -23
  29. package/es/src/ap-field/date/constant.d.ts +1 -1
  30. package/es/src/ap-field/date/helper.d.ts +1 -1
  31. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  32. package/es/src/ap-field/date/index.vue.mjs +1 -1
  33. package/es/src/ap-field/date-range/index.vue.mjs +1 -1
  34. package/es/src/ap-field/hooks/use-options.d.ts +8 -0
  35. package/es/src/ap-field/hooks/use-options.mjs +22 -0
  36. package/es/src/ap-field/interface.d.ts +5 -5
  37. package/es/src/ap-field/number/index.vue.d.ts +4 -4
  38. package/es/src/ap-field/number/index.vue.mjs +1 -1
  39. package/es/src/ap-field/radio/helper.d.ts +1 -1
  40. package/es/src/ap-field/radio/index.vue.mjs +26 -25
  41. package/es/src/ap-field/rate/index.vue.d.ts +3 -3
  42. package/es/src/ap-field/rate/index.vue.mjs +1 -1
  43. package/es/src/ap-field/segmented/index.vue.mjs +37 -33
  44. package/es/src/ap-field/select/index.vue.d.ts +6 -6
  45. package/es/src/ap-field/select/index.vue.mjs +74 -73
  46. package/es/src/ap-field/slider/index.vue.d.ts +4 -4
  47. package/es/src/ap-field/slider/index.vue.mjs +1 -1
  48. package/es/src/ap-field/switch/index.vue.mjs +1 -1
  49. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  50. package/es/src/ap-field/text/index.vue2.mjs +1 -1
  51. package/es/src/ap-field/text/input-password-props.d.ts +1 -1
  52. package/es/src/ap-field/text/password.vue.mjs +1 -1
  53. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  54. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  55. package/es/src/ap-form/ap-form.vue.d.ts +7 -7
  56. package/es/src/ap-form/ap-form.vue2.mjs +1 -1
  57. package/es/src/ap-form/context.d.ts +1 -1
  58. package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -6
  59. package/es/src/ap-form/drawer-form/index.vue.mjs +1 -1
  60. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  61. package/es/src/ap-form/interface.d.ts +3 -3
  62. package/es/src/ap-form/item/index.vue.d.ts +4 -4
  63. package/es/src/ap-form/item/index.vue.mjs +2 -2
  64. package/es/src/ap-form/item-group/index.vue.d.ts +2 -2
  65. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  66. package/es/src/ap-form/items/interface.d.ts +1 -1
  67. package/es/src/ap-form/items/number/index.vue.d.ts +2 -2
  68. package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
  69. package/es/src/ap-form/items/text/group.vue2.mjs +1 -1
  70. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  71. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  72. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  73. package/es/src/ap-form/modal-form/index.vue.d.ts +8 -8
  74. package/es/src/ap-form/modal-form/index.vue.mjs +1 -1
  75. package/es/src/ap-form/search-form/index.vue.d.ts +4 -4
  76. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  77. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  78. package/es/src/ap-list/index.vue.mjs +1 -1
  79. package/es/src/ap-modal/index.d.ts +1 -1
  80. package/es/src/ap-modal/index.mjs +1 -1
  81. package/es/src/ap-modal/interface.d.ts +1 -1
  82. package/es/src/ap-modal/utils/createModal.mjs +1 -1
  83. package/es/src/ap-table/ap-table.vue.d.ts +1 -1
  84. package/es/src/ap-table/ap-table.vue.mjs +2 -428
  85. package/es/src/ap-table/ap-table.vue2.mjs +428 -2
  86. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +16 -1
  87. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +23 -21
  88. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  89. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
  91. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  92. package/es/src/ap-table/components/setting/utils.d.ts +1 -1
  93. package/es/src/ap-table/components/status/index.vue2.mjs +1 -1
  94. package/es/src/ap-table/constants.d.ts +30 -30
  95. package/es/src/ap-table/context.d.ts +1 -1
  96. package/es/src/ap-table/hooks/use-table-column-state.mjs +75 -71
  97. package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  98. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  99. package/es/src/ap-table/index.d.ts +6 -1
  100. package/es/src/ap-table/index.mjs +9 -3
  101. package/es/src/ap-table/interface.d.ts +3 -3
  102. package/es/src/ap-table/utils.d.ts +8 -7
  103. package/es/src/ap-table/utils.mjs +1 -1
  104. package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
  105. package/es/src/ap-tag/interface.d.ts +1 -1
  106. package/es/src/ap-upload/apUpload.vue.mjs +1 -1
  107. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +1 -1
  108. package/es/src/ap-upload/components/Picture.vue2.mjs +1 -1
  109. package/es/src/ap-upload/components/SingleFile.vue2.mjs +1 -1
  110. package/es/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  111. package/es/src/business/ap-attachment/ApAttachment.mjs +1 -1
  112. package/es/src/business/ap-attachment/index.d.ts +1 -1
  113. package/es/src/business/ap-attachment/interface.d.ts +1 -1
  114. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +8 -3
  115. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +42 -29
  116. package/es/src/business/ap-batch-action/index.d.ts +8 -3
  117. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +14 -13
  118. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  119. package/es/src/business/ap-batch-action-group/index.d.ts +12 -8
  120. package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
  121. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  122. package/es/src/business/ap-button-group/index.d.ts +13 -5
  123. package/es/src/business/ap-button-group/interface.d.ts +1 -1
  124. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +1 -1
  125. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  126. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +42 -40
  127. package/es/src/business/ap-export-group/handleExportDownload.mjs +1 -1
  128. package/es/src/business/ap-export-group/interface.d.ts +1 -1
  129. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  130. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
  131. package/es/src/business/ap-input-radio/index.d.ts +2 -2
  132. package/es/src/business/ap-input-radio/interface.d.ts +1 -1
  133. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  134. package/es/src/business/ap-label/ApLabel.mjs +1 -1
  135. package/es/src/business/ap-label/constans.d.ts +2 -2
  136. package/es/src/business/ap-label/constans.mjs +1 -1
  137. package/es/src/business/ap-label/group/ApLabelGroup.mjs +1 -1
  138. package/es/src/business/ap-label/index.d.ts +2 -2
  139. package/es/src/business/ap-label/interface.d.ts +3 -3
  140. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  141. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +1 -1
  142. package/es/src/business/ap-ladder/index.d.ts +5 -5
  143. package/es/src/business/ap-ladder/interface.d.ts +1 -1
  144. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +1 -1
  145. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  146. package/es/src/business/ap-summary/interface.d.ts +2 -2
  147. package/es/src/business/ap-summary/utils.d.ts +1 -1
  148. package/es/src/business/ap-summary/utils.mjs +16 -16
  149. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  150. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  151. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  152. package/es/src/business/ap-table-modal/index.d.ts +43 -6
  153. package/es/src/business/ap-table-modal/interface.d.ts +17 -2
  154. package/es/src/business/ap-table-modal/style/css.js +1 -1
  155. package/es/src/business/ap-table-modal/style/index.js +1 -1
  156. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +57 -0
  157. package/es/src/business/ap-table-modal/table-layout/index.vue.mjs +4 -0
  158. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +74 -0
  159. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  160. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +134 -79
  161. package/es/src/business/ap-title/ApTitle.vue2.mjs +1 -1
  162. package/es/src/business/hooks/usePageListApTable.d.ts +1 -1
  163. package/es/src/check-card/index.vue2.mjs +1 -1
  164. package/es/src/config-provider/config-provider-props.d.ts +8 -8
  165. package/es/src/config-provider/config-provider-props.mjs +1 -1
  166. package/es/src/config-provider/config-provider.d.ts +9 -8
  167. package/es/src/config-provider/config-provider.mjs +1 -1
  168. package/es/src/config-provider/constants.d.ts +1 -1
  169. package/es/src/config-provider/css-var.d.ts +1 -0
  170. package/es/src/config-provider/css-var.mjs +7 -5
  171. package/es/src/config-provider/hooks/use-global-config.d.ts +8 -8
  172. package/es/src/config-provider/index.d.ts +14 -8
  173. package/es/src/design-token/index.d.ts +1 -1
  174. package/es/src/editable-table/form-item.vue.d.ts +1 -0
  175. package/es/src/editable-table/form-item.vue.mjs +60 -55
  176. package/es/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  177. package/es/src/editable-table/hooks/use-get-columns.mjs +1 -1
  178. package/es/src/editable-table/index.vue.d.ts +1 -1
  179. package/es/src/editable-table/index.vue.mjs +1 -1
  180. package/es/src/editable-table/interface.d.ts +6 -6
  181. package/es/src/editable-table/utils.mjs +69 -69
  182. package/es/src/hooks/useMessage.d.ts +4 -4
  183. package/es/src/hooks/useMessage.mjs +1 -1
  184. package/es/src/index.mjs +201 -202
  185. package/es/src/locale/lang/en.mjs +3 -1
  186. package/es/src/locale/lang/zh-cn.mjs +3 -1
  187. package/es/src/path-map.mjs +2 -0
  188. package/es/src/utils/config-provider-preset.d.ts +10 -10
  189. package/es/src/work-order-modal/help-message.vue2.mjs +1 -1
  190. package/es/src/work-order-modal/interfaces.d.ts +1 -1
  191. package/es/src/work-order-modal/work-order-modal.vue.mjs +1 -1
  192. package/lib/index.js +1 -1
  193. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  194. package/lib/src/ap-action/group/index.vue.js +1 -1
  195. package/lib/src/ap-action/interface.d.ts +1 -1
  196. package/lib/src/ap-action/item/index.vue2.js +1 -1
  197. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  198. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  199. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -1
  200. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  201. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +8 -8
  202. package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
  203. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
  204. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  205. package/lib/src/ap-button/ap-button.vue.d.ts +4 -1
  206. package/lib/src/ap-button/ap-button.vue.js +1 -1
  207. package/lib/src/ap-button/interface.d.ts +2 -1
  208. package/lib/src/ap-button/utils/index.d.ts +3 -0
  209. package/lib/src/ap-button/utils/index.js +1 -0
  210. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  211. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +2 -2
  212. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  213. package/lib/src/ap-descriptions/interface.d.ts +2 -2
  214. package/lib/src/ap-download/ap-download.vue.d.ts +1 -1
  215. package/lib/src/ap-download/ap-download.vue.js +1 -1
  216. package/lib/src/ap-download/interface.d.ts +1 -1
  217. package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
  218. package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
  219. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  220. package/lib/src/ap-field/date/constant.d.ts +1 -1
  221. package/lib/src/ap-field/date/helper.d.ts +1 -1
  222. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  223. package/lib/src/ap-field/date/index.vue.js +1 -1
  224. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  225. package/lib/src/ap-field/hooks/use-options.d.ts +8 -0
  226. package/lib/src/ap-field/hooks/use-options.js +1 -0
  227. package/lib/src/ap-field/interface.d.ts +5 -5
  228. package/lib/src/ap-field/number/index.vue.d.ts +4 -4
  229. package/lib/src/ap-field/number/index.vue.js +1 -1
  230. package/lib/src/ap-field/radio/helper.d.ts +1 -1
  231. package/lib/src/ap-field/radio/index.vue.js +1 -1
  232. package/lib/src/ap-field/rate/index.vue.d.ts +3 -3
  233. package/lib/src/ap-field/rate/index.vue.js +1 -1
  234. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  235. package/lib/src/ap-field/select/index.vue.d.ts +6 -6
  236. package/lib/src/ap-field/select/index.vue.js +1 -1
  237. package/lib/src/ap-field/slider/index.vue.d.ts +4 -4
  238. package/lib/src/ap-field/slider/index.vue.js +1 -1
  239. package/lib/src/ap-field/switch/index.vue.js +1 -1
  240. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  241. package/lib/src/ap-field/text/index.vue2.js +1 -1
  242. package/lib/src/ap-field/text/input-password-props.d.ts +1 -1
  243. package/lib/src/ap-field/text/password.vue.js +1 -1
  244. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  245. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  246. package/lib/src/ap-form/ap-form.vue.d.ts +7 -7
  247. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  248. package/lib/src/ap-form/context.d.ts +1 -1
  249. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -6
  250. package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
  251. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  252. package/lib/src/ap-form/interface.d.ts +3 -3
  253. package/lib/src/ap-form/item/index.vue.d.ts +4 -4
  254. package/lib/src/ap-form/item/index.vue.js +1 -1
  255. package/lib/src/ap-form/item-group/index.vue.d.ts +2 -2
  256. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  257. package/lib/src/ap-form/items/interface.d.ts +1 -1
  258. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -2
  259. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  260. package/lib/src/ap-form/items/text/group.vue2.js +1 -1
  261. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  262. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  263. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -4
  264. package/lib/src/ap-form/modal-form/index.vue.d.ts +8 -8
  265. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  266. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -4
  267. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  268. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -1
  269. package/lib/src/ap-list/index.vue.js +1 -1
  270. package/lib/src/ap-modal/index.d.ts +1 -1
  271. package/lib/src/ap-modal/index.js +1 -1
  272. package/lib/src/ap-modal/interface.d.ts +1 -1
  273. package/lib/src/ap-modal/utils/createModal.js +1 -1
  274. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  275. package/lib/src/ap-table/ap-table.vue.js +1 -1
  276. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  277. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +16 -1
  278. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  279. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  280. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  281. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  282. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  283. package/lib/src/ap-table/components/setting/utils.d.ts +1 -1
  284. package/lib/src/ap-table/components/status/index.vue2.js +1 -1
  285. package/lib/src/ap-table/constants.d.ts +30 -30
  286. package/lib/src/ap-table/context.d.ts +1 -1
  287. package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
  288. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -3
  289. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
  290. package/lib/src/ap-table/index.d.ts +6 -1
  291. package/lib/src/ap-table/index.js +1 -1
  292. package/lib/src/ap-table/interface.d.ts +3 -3
  293. package/lib/src/ap-table/utils.d.ts +8 -7
  294. package/lib/src/ap-table/utils.js +1 -1
  295. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  296. package/lib/src/ap-tag/interface.d.ts +1 -1
  297. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  298. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  299. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  300. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  301. package/lib/src/business/ap-attachment/ApAttachment.d.ts +1 -1
  302. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  303. package/lib/src/business/ap-attachment/index.d.ts +1 -1
  304. package/lib/src/business/ap-attachment/interface.d.ts +1 -1
  305. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +8 -3
  306. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  307. package/lib/src/business/ap-batch-action/index.d.ts +8 -3
  308. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  309. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  310. package/lib/src/business/ap-batch-action-group/index.d.ts +12 -8
  311. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  312. package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
  313. package/lib/src/business/ap-button-group/index.d.ts +13 -5
  314. package/lib/src/business/ap-button-group/interface.d.ts +1 -1
  315. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  316. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  317. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  318. package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
  319. package/lib/src/business/ap-export-group/interface.d.ts +1 -1
  320. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  321. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  322. package/lib/src/business/ap-input-radio/index.d.ts +2 -2
  323. package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
  324. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  325. package/lib/src/business/ap-label/ApLabel.js +1 -1
  326. package/lib/src/business/ap-label/constans.d.ts +2 -2
  327. package/lib/src/business/ap-label/constans.js +1 -1
  328. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
  329. package/lib/src/business/ap-label/index.d.ts +2 -2
  330. package/lib/src/business/ap-label/interface.d.ts +3 -3
  331. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +5 -5
  332. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  333. package/lib/src/business/ap-ladder/index.d.ts +5 -5
  334. package/lib/src/business/ap-ladder/interface.d.ts +1 -1
  335. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  336. package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
  337. package/lib/src/business/ap-summary/interface.d.ts +2 -2
  338. package/lib/src/business/ap-summary/utils.d.ts +1 -1
  339. package/lib/src/business/ap-summary/utils.js +1 -1
  340. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -1
  341. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -1
  342. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -1
  343. package/lib/src/business/ap-table-modal/index.d.ts +43 -6
  344. package/lib/src/business/ap-table-modal/interface.d.ts +17 -2
  345. package/lib/src/business/ap-table-modal/style/css.js +1 -1
  346. package/lib/src/business/ap-table-modal/style/index.js +1 -1
  347. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +57 -0
  348. package/lib/src/business/ap-table-modal/table-layout/index.vue.js +1 -0
  349. package/lib/src/business/ap-table-modal/table-layout/index.vue2.js +1 -0
  350. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -1
  351. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  352. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  353. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -1
  354. package/lib/src/check-card/index.vue2.js +1 -1
  355. package/lib/src/config-provider/config-provider-props.d.ts +8 -8
  356. package/lib/src/config-provider/config-provider-props.js +1 -1
  357. package/lib/src/config-provider/config-provider.d.ts +9 -8
  358. package/lib/src/config-provider/config-provider.js +1 -1
  359. package/lib/src/config-provider/constants.d.ts +1 -1
  360. package/lib/src/config-provider/css-var.d.ts +1 -0
  361. package/lib/src/config-provider/css-var.js +1 -1
  362. package/lib/src/config-provider/hooks/use-global-config.d.ts +8 -8
  363. package/lib/src/config-provider/index.d.ts +14 -8
  364. package/lib/src/design-token/index.d.ts +1 -1
  365. package/lib/src/editable-table/form-item.vue.d.ts +1 -0
  366. package/lib/src/editable-table/form-item.vue.js +1 -1
  367. package/lib/src/editable-table/hooks/use-get-columns.d.ts +1 -1
  368. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  369. package/lib/src/editable-table/index.vue.d.ts +1 -1
  370. package/lib/src/editable-table/index.vue.js +1 -1
  371. package/lib/src/editable-table/interface.d.ts +6 -6
  372. package/lib/src/editable-table/utils.js +1 -1
  373. package/lib/src/hooks/useMessage.d.ts +4 -4
  374. package/lib/src/hooks/useMessage.js +1 -1
  375. package/lib/src/index.js +1 -1
  376. package/lib/src/locale/lang/en.js +1 -1
  377. package/lib/src/locale/lang/zh-cn.js +1 -1
  378. package/lib/src/path-map.js +1 -1
  379. package/lib/src/utils/config-provider-preset.d.ts +10 -10
  380. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  381. package/lib/src/work-order-modal/interfaces.d.ts +1 -1
  382. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  383. package/package.json +5 -5
@@ -1,15 +1,17 @@
1
- import { defineComponent as I, ref as i, unref as r, computed as N, h as O, openBlock as A, createBlock as D, mergeProps as g, withCtx as E, createVNode as L } from "vue";
2
- import { message as U, Modal as q } from "ant-design-vue";
1
+ import { defineComponent as F, ref as m, unref as u, computed as U, h as q, openBlock as $, createBlock as z, mergeProps as b, withCtx as k, createVNode as T } from "vue";
2
+ import { message as h, Modal as H } from "@aplus-frontend/antdv";
3
3
  import "../../index.mjs";
4
- import { cloneDeep as F, omit as x } from "lodash-unified";
5
- import { transformTableParams as G } from "@aplus-frontend/utils";
4
+ import { cloneDeep as V, omit as S } from "lodash-unified";
5
+ import { transformTableParams as W } from "@aplus-frontend/utils";
6
6
  import "./modal-title.vue.mjs";
7
- import { AsyncOpenResultError as f } from "./interface.mjs";
8
- import { useGlobalConfig as $ } from "../../config-provider/hooks/use-global-config.mjs";
9
- import { useLocale as z } from "../../config-provider/hooks/use-locale.mjs";
10
- import V from "./modal-title.vue2.mjs";
11
- import W from "../../ap-table/ap-table.vue.mjs";
12
- const le = /* @__PURE__ */ I({
7
+ import { AsyncOpenResultError as x } from "./interface.mjs";
8
+ import "./table-layout/index.vue.mjs";
9
+ import { useGlobalConfig as Y } from "../../config-provider/hooks/use-global-config.mjs";
10
+ import { useLocale as J } from "../../config-provider/hooks/use-locale.mjs";
11
+ import Q from "./modal-title.vue2.mjs";
12
+ import X from "./table-layout/index.vue2.mjs";
13
+ import { ApTable as Z } from "../../ap-table/index.mjs";
14
+ const fe = /* @__PURE__ */ F({
13
15
  __name: "table-modal",
14
16
  props: {
15
17
  columns: {},
@@ -19,6 +21,9 @@ const le = /* @__PURE__ */ I({
19
21
  maxCount: { default: 1 / 0 },
20
22
  isRenderModalTitleSuffix: { type: Boolean, default: !0 },
21
23
  renderModalTitleSuffix: {},
24
+ disabledCheckbox: { type: [Boolean, Function] },
25
+ rowSelection: {},
26
+ tableLayoutConfig: {},
22
27
  prefixCls: {},
23
28
  confirmLoading: { type: Boolean, default: void 0 },
24
29
  title: {},
@@ -56,89 +61,126 @@ const le = /* @__PURE__ */ I({
56
61
  mousePosition: {}
57
62
  },
58
63
  emits: ["finish"],
59
- setup(b, { expose: C, emit: w }) {
60
- const e = b, T = w, s = i(!1), m = i({}), d = i(null), n = i([]), p = i();
61
- let u = null, a = null;
62
- const k = $("uiMode", "admin"), { t: B } = z(), S = async (t = [], o = {}) => {
63
- var l, c, v;
64
- switch (n.value = [...t], s.value = !0, m.value = o == null ? void 0 : o.extraParams, p.value = o.apTableDataSources || ((l = e.apTableProps) == null ? void 0 : l.dataSource), o.refreshMode || "reset") {
64
+ setup(B, { expose: R, emit: M }) {
65
+ const e = B, P = M, i = m(!1), y = m({}), d = m(null), a = m([]), C = m();
66
+ let c = null, n = null;
67
+ const K = Y("uiMode", "admin"), { t: g } = J(), _ = async (t = [], o = {}) => {
68
+ var l, r, s;
69
+ switch (a.value = [...t], i.value = !0, y.value = o == null ? void 0 : o.extraParams, C.value = o.apTableDataSources || ((l = e.apTableProps) == null ? void 0 : l.dataSource), o.refreshMode || "reset") {
65
70
  case "reset":
66
- (c = d.value) == null || c.reset();
71
+ (r = d.value) == null || r.reset();
67
72
  break;
68
73
  case "submit":
69
- (v = d.value) == null || v.submit();
74
+ (s = d.value) == null || s.submit();
70
75
  break;
71
76
  case "none":
72
77
  break;
73
78
  }
74
- return new Promise((K, _) => {
75
- u = K, a = _;
79
+ return new Promise((p, f) => {
80
+ c = p, n = f;
76
81
  });
77
- }, y = () => {
78
- s.value = !1, u = null, a == null || a(f.ModalCancel), a = null;
79
- }, h = async (t) => {
80
- t = G({
82
+ }, w = () => {
83
+ i.value = !1, c = null, n == null || n(x.ModalCancel), n = null;
84
+ }, I = async (t) => {
85
+ t = W({
81
86
  ...t,
82
- ...m.value
87
+ ...y.value
83
88
  });
84
- const o = e.api, { records: l, total: c } = await o(t);
85
- return {
89
+ const o = e.api, { records: l, total: r } = await o(t);
90
+ return console.log("records", l), {
86
91
  data: l,
87
- total: c
92
+ total: r
88
93
  };
89
- }, M = () => {
90
- if (n.value.length > e.maxCount) {
91
- a == null || a(f.ExceedMaxCount);
94
+ }, L = () => {
95
+ if (a.value.length > e.maxCount) {
96
+ n == null || n(x.ExceedMaxCount);
92
97
  return;
93
98
  }
94
99
  if (e.getRowKey) {
95
- const t = F(r(n)), o = t.map(e.getRowKey);
96
- T("finish", o, t), u == null || u({ keys: o, rows: t });
100
+ const t = V(u(a)), o = t.map(e.getRowKey);
101
+ P("finish", o, t), c == null || c({ keys: o, rows: t });
97
102
  } else {
98
- a == null || a(f.NotFineGetRowKey);
103
+ n == null || n(x.NotFineGetRowKey);
99
104
  return;
100
105
  }
101
- s.value = !1;
102
- }, P = N(() => {
103
- if (e.getRowKey)
104
- return {
105
- fixed: !0,
106
- selectedRowKeys: n.value.map(e.getRowKey),
107
- columnWidth: 50,
108
- preserveSelectedRowKeys: !0,
109
- onChange: (t, o) => {
110
- if (o.length > e.maxCount) {
111
- U.warning(
112
- B("ap.apTableModal.messageMaxCount", { maxCount: e.maxCount })
106
+ i.value = !1;
107
+ }, A = U(() => {
108
+ if (!e.getRowKey) return;
109
+ const t = e.getRowKey;
110
+ return {
111
+ fixed: !0,
112
+ selectedRowKeys: a.value.map(t),
113
+ columnWidth: 50,
114
+ preserveSelectedRowKeys: !0,
115
+ onSelectAll(o, l) {
116
+ var s, p;
117
+ if (l.length > e.maxCount) {
118
+ h.warning(
119
+ g("ap.apTableModal.messageMaxCount", { maxCount: e.maxCount })
120
+ );
121
+ return;
122
+ }
123
+ const r = (s = d.value) == null ? void 0 : s.dataSource;
124
+ if (o) {
125
+ const f = u(r).filter((v) => !a.value.some((E) => t(E) === t(v)));
126
+ a.value = a.value.concat(f);
127
+ } else
128
+ a.value = (p = a.value) == null ? void 0 : p.filter((f) => !r.some((v) => t(v) === t(f)));
129
+ },
130
+ onSelect(o, l) {
131
+ if (l) {
132
+ if (a.value.length >= e.maxCount) {
133
+ h.warning(
134
+ g("ap.apTableModal.messageMaxCount", { maxCount: e.maxCount })
113
135
  );
114
136
  return;
115
137
  }
116
- n.value = o;
138
+ a.value.push(o);
139
+ } else {
140
+ const r = a.value.findIndex(
141
+ (s) => t(o) === t(s)
142
+ );
143
+ a.value.splice(r, 1);
117
144
  }
118
- };
119
- }), R = () => e.isRenderModalTitleSuffix ? O(
120
- V,
145
+ },
146
+ getCheckboxProps: (o) => ({
147
+ disabled: typeof e.disabledCheckbox == "function" ? e.disabledCheckbox(o, a.value) : e.disabledCheckbox
148
+ // Column configuration not to be checked
149
+ }),
150
+ ...e.rowSelection || {}
151
+ };
152
+ }), D = () => e.isRenderModalTitleSuffix ? q(
153
+ Q,
121
154
  {
122
155
  title: e.title,
123
- count: n.value.length || 0,
156
+ count: a.value.length || 0,
124
157
  maxCount: e.maxCount
125
158
  },
126
159
  {
127
160
  default: e.renderModalTitleSuffix ?? void 0
128
161
  }
129
- ) : e.title;
130
- return C({
131
- open: S,
132
- close: y,
133
- getApTableInstance: () => d.value
134
- }), (t, o) => (A(), D(r(q), g(
162
+ ) : e.title, N = () => d.value, O = () => {
163
+ a.value = [];
164
+ }, G = (t) => {
165
+ const o = e.getRowKey;
166
+ if (!o) return;
167
+ const l = a.value.findIndex(
168
+ (r) => o(t) === o(r)
169
+ );
170
+ a.value.splice(l, 1);
171
+ };
172
+ return R({
173
+ open: _,
174
+ close: w,
175
+ getApTableInstance: N
176
+ }), (t, o) => ($(), z(u(H), b(
135
177
  {
136
- onOk: M,
137
- onCancel: y,
138
- open: s.value,
139
- "onUpdate:open": o[0] || (o[0] = (l) => s.value = l)
178
+ onOk: L,
179
+ onCancel: w,
180
+ open: i.value,
181
+ "onUpdate:open": o[0] || (o[0] = (l) => i.value = l)
140
182
  },
141
- r(x)(e, [
183
+ u(S)(e, [
142
184
  "api",
143
185
  "getRowKey",
144
186
  "centered",
@@ -147,32 +189,45 @@ const le = /* @__PURE__ */ I({
147
189
  "maxCount",
148
190
  "title",
149
191
  "renderModalTitleSuffix",
150
- "isRenderModalTitleSuffix"
192
+ "isRenderModalTitleSuffix",
193
+ "rowSelection",
194
+ "disabledCheckbox",
195
+ "tableLayoutConfig"
151
196
  ]),
152
197
  {
153
- title: R(),
198
+ title: D(),
199
+ "body-style": { maxHeight: "calc(100vh - 205px)", overflowY: "scroll" },
154
200
  centered: e.centered ?? !0
155
201
  }
156
202
  ), {
157
- default: E(() => [
158
- L(r(W), g({
159
- scroll: { y: "100%" },
160
- style: { padding: "0px" },
161
- columns: t.columns,
162
- request: h,
163
- "row-key": t.getRowKey,
164
- "row-selection": P.value,
165
- bordered: r(k) === "admin"
166
- }, r(x)(e.apTableProps, "dataSource"), {
167
- ref_key: "apTableRef",
168
- ref: d,
169
- "data-source": p.value
170
- }), null, 16, ["columns", "row-key", "row-selection", "bordered", "data-source"])
203
+ default: k(() => [
204
+ T(X, b(e.tableLayoutConfig || {}, {
205
+ onClear: O,
206
+ "selected-list": a.value,
207
+ onDeleteItem: G
208
+ }), {
209
+ default: k(() => [
210
+ T(u(Z), b({
211
+ scroll: { y: "100%" },
212
+ style: { padding: "0px" },
213
+ columns: t.columns,
214
+ request: I,
215
+ "row-key": t.getRowKey,
216
+ "row-selection": A.value,
217
+ bordered: u(K) === "admin"
218
+ }, u(S)(e.apTableProps, "dataSource"), {
219
+ ref_key: "apTableRef",
220
+ ref: d,
221
+ "data-source": C.value
222
+ }), null, 16, ["columns", "row-key", "row-selection", "bordered", "data-source"])
223
+ ]),
224
+ _: 1
225
+ }, 16, ["selected-list"])
171
226
  ]),
172
227
  _: 1
173
228
  }, 16, ["open", "title", "centered"]));
174
229
  }
175
230
  });
176
231
  export {
177
- le as default
232
+ fe as default
178
233
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, computed as g, openBlock as l, createElementBlock as a, normalizeClass as o, unref as t, createElementVNode as r, renderSlot as n, Fragment as h, toDisplayString as C, createBlock as y, withCtx as k, createVNode as v, normalizeStyle as M, createCommentVNode as $ } from "vue";
2
- import { Tooltip as I } from "ant-design-vue";
2
+ import { Tooltip as I } from "@aplus-frontend/antdv";
3
3
  import { QuestionCircleOutlined as N } from "@ant-design/icons-vue";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { useNamespace as S } from "../../config-provider/hooks/use-namespace.mjs";
@@ -1,7 +1,7 @@
1
1
  import { ApTableProps } from '../../';
2
2
  import { UseTableRefreshOption } from './useTableRefresh';
3
3
  import { Recordable } from '../../type';
4
- import { TableColumnsType } from 'ant-design-vue';
4
+ import { TableColumnsType } from '@aplus-frontend/antdv';
5
5
  export interface UsePageListApTable extends ApTableProps {
6
6
  /** 是否显示默认的行选择配置
7
7
  * @default true
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as I, computed as d, unref as o, createVNode as m, watch as W, watchEffect as $, openBlock as c, createElementBlock as z, normalizeStyle as j, normalizeClass as S, withModifiers as D, createBlock as f, renderSlot as M, resolveDynamicComponent as B, createCommentVNode as g, createElementVNode as O } from "vue";
2
- import { Skeleton as U } from "ant-design-vue";
2
+ import { Skeleton as U } from "@aplus-frontend/antdv";
3
3
  import "../config-provider/index.mjs";
4
4
  import "../hooks/index.mjs";
5
5
  import { isFunction as N } from "lodash-unified";
@@ -2,14 +2,14 @@ import { ExtractPropTypes, PropType } from 'vue';
2
2
  import { LocaleType } from '../locale/interface';
3
3
  import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
4
4
  import { CssVarType } from './css-var';
5
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
6
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
7
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
8
- import { Locale } from 'ant-design-vue/es/locale';
9
- import { ButtonSize } from 'ant-design-vue/es/button';
10
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
11
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
12
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
5
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
6
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
7
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
8
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
9
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
10
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
11
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
12
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
13
13
  export declare const configProviderProps: () => {
14
14
  iconPrefixCls: StringConstructor;
15
15
  getTargetContainer: {
@@ -1,4 +1,4 @@
1
- import { configProviderProps as e } from "ant-design-vue/es/config-provider/context";
1
+ import { configProviderProps as e } from "@aplus-frontend/antdv/es/config-provider/context";
2
2
  const p = () => ({
3
3
  /**
4
4
  * @description aplus-ui的locale
@@ -1,14 +1,14 @@
1
1
  import { Ref, DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  import { ConfigProviderProps } from './config-provider-props';
3
3
  import { CssVarType } from './css-var';
4
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
5
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
6
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
7
- import { Locale } from 'ant-design-vue/es/locale';
8
- import { ButtonSize } from 'ant-design-vue/es/button';
9
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
10
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
4
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
5
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
6
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
8
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
9
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
10
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
11
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
12
12
  import { LocaleType } from '../locale';
13
13
  import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
14
14
  import { RecursivePartial } from '../type';
@@ -408,6 +408,7 @@ export declare const ConfigProvider: DefineComponent<{
408
408
  color: {
409
409
  font: string;
410
410
  active: string;
411
+ border: string;
411
412
  };
412
413
  };
413
414
  basic: {
@@ -1,5 +1,5 @@
1
1
  import { isVNode as s, ref as u, defineComponent as c, computed as m, watch as a, createVNode as p, renderSlot as g } from "vue";
2
- import { ConfigProvider as C } from "ant-design-vue";
2
+ import { ConfigProvider as C } from "@aplus-frontend/antdv";
3
3
  import { provideGlobalConfig as v } from "./hooks/use-global-config.mjs";
4
4
  import { configProviderProps as V } from "./config-provider-props.mjs";
5
5
  import { mergeAntdProvideConfig as P } from "../utils/config-provider-preset.mjs";
@@ -2,7 +2,7 @@ import { ConfigProviderProps } from './config-provider-props';
2
2
  import { InjectionKey, Ref, VNode } from 'vue';
3
3
  import { Recordable } from '../type';
4
4
  import { client } from '@aplus-frontend/oss';
5
- import { DefaultOptionType } from 'ant-design-vue/es/select';
5
+ import { DefaultOptionType } from '@aplus-frontend/antdv/es/select';
6
6
  export type ConfigProviderContext = Partial<ConfigProviderProps>;
7
7
  export declare const configProviderContextKey: InjectionKey<Ref<ConfigProviderContext>>;
8
8
  type CommonOptionItem = {
@@ -59,6 +59,7 @@ declare const aplusCssVarObj: {
59
59
  color: {
60
60
  font: string;
61
61
  active: string;
62
+ border: string;
62
63
  };
63
64
  };
64
65
  basic: {
@@ -57,7 +57,8 @@ const F = {
57
57
  "ap-batch-action": {
58
58
  color: {
59
59
  font: "#8896B0",
60
- active: "#0070FF"
60
+ active: "#0070FF",
61
+ border: "#E9EDF3"
61
62
  }
62
63
  },
63
64
  basic: {
@@ -133,7 +134,8 @@ const F = {
133
134
  "ap-batch-action": {
134
135
  color: {
135
136
  font: "#999999",
136
- active: "#34B77C"
137
+ active: "#34B77C",
138
+ border: "#E9E9E9"
137
139
  }
138
140
  },
139
141
  basic: {
@@ -162,15 +164,15 @@ function s(e) {
162
164
  }
163
165
  return t(e, []), o;
164
166
  }
165
- const p = s(F), d = s(b);
167
+ const d = s(F), p = s(b);
166
168
  function u(e) {
167
169
  Object.entries(e).forEach(([o, t]) => {
168
170
  document.documentElement.style.setProperty(o, t);
169
171
  });
170
172
  }
171
173
  export {
172
- d as adminCssVar,
173
- p as aplusCssVar,
174
+ p as adminCssVar,
175
+ d as aplusCssVar,
174
176
  s as generateCssVar,
175
177
  u as setCSSVariables
176
178
  };
@@ -1,14 +1,14 @@
1
1
  import { MaybeRef } from '@aplus-frontend/utils';
2
2
  import { App, Ref, ComputedRef, ExtractPropTypes, PropType } from 'vue';
3
3
  import { ConfigProviderContext } from '../constants';
4
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
5
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
6
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
7
- import { Locale } from 'ant-design-vue/es/locale';
8
- import { ButtonSize } from 'ant-design-vue/es/button';
9
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
10
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
4
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
5
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
6
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
8
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
9
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
10
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
11
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
12
12
  import { LocaleType } from '../../locale';
13
13
  import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from '..';
14
14
  import { CssVarType } from '../css-var';
@@ -1,12 +1,12 @@
1
1
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
- import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
3
- import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
4
- import { CSPConfig } from 'ant-design-vue/es/config-provider';
5
- import { Locale } from 'ant-design-vue/es/locale';
6
- import { ButtonSize } from 'ant-design-vue/es/button';
7
- import { ValidateMessages } from 'ant-design-vue/es/form/interface';
8
- import { RequiredMark } from 'ant-design-vue/es/form/Form';
9
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
2
+ import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
3
+ import { TransformCellTextProps } from '@aplus-frontend/antdv/es/table/interface';
4
+ import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { Locale } from '@aplus-frontend/antdv/es/locale';
6
+ import { ButtonSize } from '@aplus-frontend/antdv/es/button';
7
+ import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
8
+ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
10
10
  import { LocaleType } from '../locale';
11
11
  import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
12
12
  import { RecursivePartial } from '../type';
@@ -223,6 +223,7 @@ export declare const APConfigProvider: {
223
223
  color: {
224
224
  font: string;
225
225
  active: string;
226
+ border: string;
226
227
  };
227
228
  };
228
229
  basic: {
@@ -447,6 +448,7 @@ export declare const APConfigProvider: {
447
448
  color: {
448
449
  font: string;
449
450
  active: string;
451
+ border: string;
450
452
  };
451
453
  };
452
454
  basic: {
@@ -565,6 +567,7 @@ export declare const APConfigProvider: {
565
567
  color: {
566
568
  font: string;
567
569
  active: string;
570
+ border: string;
568
571
  };
569
572
  };
570
573
  basic: {
@@ -794,6 +797,7 @@ export declare const APConfigProvider: {
794
797
  color: {
795
798
  font: string;
796
799
  active: string;
800
+ border: string;
797
801
  };
798
802
  };
799
803
  basic: {
@@ -912,6 +916,7 @@ export declare const APConfigProvider: {
912
916
  color: {
913
917
  font: string;
914
918
  active: string;
919
+ border: string;
915
920
  };
916
921
  };
917
922
  basic: {
@@ -1180,6 +1185,7 @@ export declare const APConfigProvider: {
1180
1185
  color: {
1181
1186
  font: string;
1182
1187
  active: string;
1188
+ border: string;
1183
1189
  };
1184
1190
  };
1185
1191
  basic: {
@@ -1,3 +1,3 @@
1
- import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
1
+ import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
2
2
  export declare const aplusToken: ThemeConfig['token'];
3
3
  export declare const adminToken: ThemeConfig['token'];
@@ -13,6 +13,7 @@ declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<type
13
13
  addMultiple: (list: number | Partial<RecordType>[], insetIn?: "prefix" | "suffix") => void;
14
14
  scrollTo: (index: number | "end", options?: StandardBehaviorOptions) => void;
15
15
  setTableData: (nextTableData: RecordType[]) => void;
16
+ clear: () => void;
16
17
  }>): void;
17
18
  attrs: any;
18
19
  slots: Readonly<{