@aplus-frontend/ui 0.1.20 → 0.1.22

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/index.mjs +176 -170
  2. package/es/src/ap-action/group/index.vue.d.ts +7 -6
  3. package/es/src/ap-action/item/index.vue.d.ts +20 -14
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +20 -14
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  7. package/es/src/ap-custom-column/column-select.vue.mjs +47 -46
  8. package/es/src/ap-custom-column/custom-column.vue.mjs +36 -35
  9. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  10. package/es/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  11. package/es/src/ap-download/ap-download.vue.d.ts +17 -12
  12. package/es/src/ap-field/checkbox/index.vue.d.ts +6 -5
  13. package/es/src/ap-field/date/index.vue.d.ts +18 -12
  14. package/es/src/ap-field/date-range/index.vue.d.ts +25 -19
  15. package/es/src/ap-field/number/index.vue.d.ts +459 -12
  16. package/es/src/ap-field/radio/index.vue.d.ts +6 -5
  17. package/es/src/ap-field/rate/index.vue.d.ts +138 -16
  18. package/es/src/ap-field/segmented/index.vue.d.ts +25 -19
  19. package/es/src/ap-field/select/index.vue.d.ts +597 -16
  20. package/es/src/ap-field/select/index.vue.mjs +1 -1
  21. package/es/src/ap-field/slider/index.vue.d.ts +375 -12
  22. package/es/src/ap-field/switch/index.vue.d.ts +16 -11
  23. package/es/src/ap-field/text/index.vue.d.ts +19 -13
  24. package/es/src/ap-field/text/password.vue.d.ts +19 -13
  25. package/es/src/ap-field/text-area/index.vue.d.ts +7 -6
  26. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  28. package/es/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  29. package/es/src/ap-form/ap-form-item.vue.mjs +47 -44
  30. package/es/src/ap-form/ap-form-list.vue.d.ts +12 -7
  31. package/es/src/ap-form/ap-form.vue.d.ts +884 -13
  32. package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  33. package/es/src/ap-form/items/date/index.vue.d.ts +40 -35
  34. package/es/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  35. package/es/src/ap-form/items/number/index.vue.d.ts +583 -27
  36. package/es/src/ap-form/items/radio/index.vue.d.ts +217 -13
  37. package/es/src/ap-form/items/select/index.vue.d.ts +43 -38
  38. package/es/src/ap-form/items/switch/index.vue.d.ts +24 -19
  39. package/es/src/ap-form/items/text/index.vue.d.ts +591 -25
  40. package/es/src/ap-form/items/text/password.vue.d.ts +658 -27
  41. package/es/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  42. package/es/src/ap-form/modal-form/index.vue.d.ts +650 -16
  43. package/es/src/ap-form/search-form/index.vue.d.ts +652 -18
  44. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  45. package/es/src/ap-list/index.vue.d.ts +5 -5
  46. package/es/src/ap-modal/interface.d.ts +3 -3
  47. package/es/src/ap-modal/utils/createModal.mjs +4 -4
  48. package/es/src/ap-table/ap-table.vue.d.ts +5 -5
  49. package/es/src/ap-table/ap-table.vue.mjs +107 -107
  50. package/es/src/ap-table/components/index/index.vue.d.ts +4 -4
  51. package/es/src/ap-table/constants.d.ts +1071 -1072
  52. package/es/src/ap-table/constants.mjs +11 -9
  53. package/es/src/ap-table/hooks/use-table-paging.d.ts +14 -3
  54. package/es/src/ap-table/hooks/use-table-paging.mjs +115 -103
  55. package/es/src/ap-table/interface.d.ts +13 -4
  56. package/es/src/ap-table/style/ap-table.css +9 -0
  57. package/es/src/ap-table/utils.d.ts +597 -598
  58. package/es/src/ap-table/utils.mjs +44 -39
  59. package/es/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  60. package/es/src/ap-tag/ap-tag.vue.d.ts +5 -5
  61. package/es/src/base-button/button.vue.d.ts +17 -12
  62. package/es/src/base-button/index.d.ts +30 -30
  63. package/es/src/basic/index.d.ts +6 -6
  64. package/es/src/basic/title.vue.d.ts +16 -11
  65. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  66. package/es/src/business/ap-image/ApImage.vue.d.ts +31 -62
  67. package/es/src/business/ap-image/ApImage.vue2.mjs +30 -26
  68. package/es/src/business/ap-image/interface.d.ts +17 -0
  69. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  70. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  71. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  72. package/es/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  73. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  74. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  75. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +41 -0
  76. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  77. package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +29 -0
  78. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  79. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +28 -0
  80. package/es/src/business/ap-table-modal/index.d.ts +538 -0
  81. package/es/src/business/ap-table-modal/index.mjs +11 -0
  82. package/es/src/business/ap-table-modal/interface.d.ts +63 -0
  83. package/es/src/business/ap-table-modal/interface.mjs +4 -0
  84. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  85. package/es/src/business/ap-table-modal/modal-title.vue.mjs +4 -0
  86. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +50 -0
  87. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  88. package/es/src/business/ap-table-modal/table-modal.vue.mjs +4 -0
  89. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +177 -0
  90. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  91. package/es/src/business/index.d.ts +160 -152
  92. package/es/src/business/index.mjs +18 -16
  93. package/es/src/business/title/ApTitle.vue.d.ts +17 -12
  94. package/es/src/button/button.vue.d.ts +12 -7
  95. package/es/src/button/index.d.ts +2 -2
  96. package/es/src/check-card/group.vue.d.ts +18 -13
  97. package/es/src/check-card/index.vue.d.ts +16 -11
  98. package/es/src/config-provider/config-provider-props.d.ts +6 -4
  99. package/es/src/config-provider/config-provider.d.ts +5 -5
  100. package/es/src/config-provider/config-provider.mjs +9 -9
  101. package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
  102. package/es/src/config-provider/index.d.ts +17 -17
  103. package/es/src/container/index.d.ts +4 -4
  104. package/es/src/container/scroll-container.vue.d.ts +181 -8
  105. package/es/src/count-down/button.vue.d.ts +4 -4
  106. package/es/src/count-down/index.d.ts +8 -8
  107. package/es/src/count-down/input.vue.d.ts +16 -11
  108. package/es/src/cropper/cropper-avatar.vue.d.ts +4 -4
  109. package/es/src/cropper/cropper-image.vue.d.ts +4 -4
  110. package/es/src/cropper/index.d.ts +4 -4
  111. package/es/src/description/index.d.ts +2 -2
  112. package/es/src/dropdown/dropdown.vue.d.ts +16 -11
  113. package/es/src/dropdown/index.d.ts +2 -2
  114. package/es/src/editable-table/form-item.vue.d.ts +5 -5
  115. package/es/src/editable-table/index.vue.d.ts +6 -6
  116. package/es/src/icon/icon.vue.d.ts +4 -5
  117. package/es/src/icon/index.d.ts +16 -16
  118. package/es/src/icon/svg-icon.vue.d.ts +4 -4
  119. package/es/src/icon-picker/icon-picker.vue.d.ts +4 -4
  120. package/es/src/icon-picker/index.d.ts +2 -2
  121. package/es/src/index.mjs +69 -63
  122. package/es/src/locale/lang/en.mjs +29 -2
  123. package/es/src/locale/lang/zh-cn.mjs +29 -2
  124. package/es/src/modal/basic.vue.d.ts +210 -5
  125. package/es/src/modal/components/modal-close.vue.d.ts +4 -4
  126. package/es/src/modal/components/modal-footer.vue.d.ts +10 -5
  127. package/es/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  128. package/es/src/modal/components/modal.d.ts +1 -1
  129. package/es/src/modal/index.d.ts +5 -5
  130. package/es/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  131. package/es/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  132. package/es/src/pro-form/components/api-select.vue.d.ts +16 -11
  133. package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  134. package/es/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  135. package/es/src/pro-form/components/api-tree.vue.d.ts +16 -11
  136. package/es/src/pro-form/components/form-action.vue.d.ts +19 -14
  137. package/es/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  138. package/es/src/pro-form/hooks/use-label-width.d.ts +25 -25
  139. package/es/src/pro-form/pro-form.vue.d.ts +888 -15
  140. package/es/src/pro-form/table-form-inner.vue.d.ts +6 -5
  141. package/es/src/pro-form/table-form.vue.d.ts +6 -5
  142. package/es/src/pro-form/types/form.d.ts +4 -4
  143. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  144. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  145. package/es/src/pro-table/components/table-action.vue.d.ts +7 -2
  146. package/es/src/pro-table/components/table-footer.vue.d.ts +4 -4
  147. package/es/src/pro-table/components/table-header.vue.d.ts +9 -4
  148. package/es/src/pro-table/components/table-image.vue.d.ts +4 -4
  149. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  150. package/es/src/pro-table/pro-table.vue.d.ts +2049 -28
  151. package/es/src/prompt/utils.d.ts +1 -1
  152. package/es/src/scroll-bar/index.d.ts +2 -2
  153. package/es/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  154. package/es/src/strength-meter/index.d.ts +2 -2
  155. package/es/src/strength-meter/strength-meter.vue.d.ts +16 -11
  156. package/es/src/theme/antd-global-overwrite/admin/index.css +1 -0
  157. package/es/src/theme/antd-global-overwrite/admin/table.css +1 -0
  158. package/es/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  159. package/es/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  160. package/es/src/theme/ap-table/ap-table.css +9 -0
  161. package/es/src/theme/css-var/index.mjs +23 -7
  162. package/es/src/transition/collapse-transition.vue.d.ts +7 -2
  163. package/es/src/utils/config-provider-preset.d.ts +5 -5
  164. package/es/src/work-order-modal/createWorkOrder.mjs +20 -12
  165. package/es/src/work-order-modal/help-message.vue2.mjs +21 -18
  166. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  167. package/es/src/work-order-modal/work-order-modal.vue.mjs +64 -62
  168. package/lib/index.js +1 -1
  169. package/lib/src/ap-action/group/index.vue.d.ts +7 -6
  170. package/lib/src/ap-action/item/index.vue.d.ts +20 -14
  171. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  172. package/lib/src/ap-action/item-modal/index.vue.d.ts +20 -14
  173. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  174. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  175. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  176. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  177. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  178. package/lib/src/ap-download/ap-download.vue.d.ts +17 -12
  179. package/lib/src/ap-field/checkbox/index.vue.d.ts +6 -5
  180. package/lib/src/ap-field/date/index.vue.d.ts +18 -12
  181. package/lib/src/ap-field/date-range/index.vue.d.ts +25 -19
  182. package/lib/src/ap-field/number/index.vue.d.ts +459 -12
  183. package/lib/src/ap-field/radio/index.vue.d.ts +6 -5
  184. package/lib/src/ap-field/rate/index.vue.d.ts +138 -16
  185. package/lib/src/ap-field/segmented/index.vue.d.ts +25 -19
  186. package/lib/src/ap-field/select/index.vue.d.ts +597 -16
  187. package/lib/src/ap-field/select/index.vue.js +1 -1
  188. package/lib/src/ap-field/slider/index.vue.d.ts +375 -12
  189. package/lib/src/ap-field/switch/index.vue.d.ts +16 -11
  190. package/lib/src/ap-field/text/index.vue.d.ts +19 -13
  191. package/lib/src/ap-field/text/password.vue.d.ts +19 -13
  192. package/lib/src/ap-field/text-area/index.vue.d.ts +7 -6
  193. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  194. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  195. package/lib/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  196. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  197. package/lib/src/ap-form/ap-form-list.vue.d.ts +12 -7
  198. package/lib/src/ap-form/ap-form.vue.d.ts +884 -13
  199. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  200. package/lib/src/ap-form/items/date/index.vue.d.ts +40 -35
  201. package/lib/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  202. package/lib/src/ap-form/items/number/index.vue.d.ts +583 -27
  203. package/lib/src/ap-form/items/radio/index.vue.d.ts +217 -13
  204. package/lib/src/ap-form/items/select/index.vue.d.ts +43 -38
  205. package/lib/src/ap-form/items/switch/index.vue.d.ts +24 -19
  206. package/lib/src/ap-form/items/text/index.vue.d.ts +591 -25
  207. package/lib/src/ap-form/items/text/password.vue.d.ts +658 -27
  208. package/lib/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  209. package/lib/src/ap-form/modal-form/index.vue.d.ts +650 -16
  210. package/lib/src/ap-form/search-form/index.vue.d.ts +652 -18
  211. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  212. package/lib/src/ap-list/index.vue.d.ts +5 -5
  213. package/lib/src/ap-modal/interface.d.ts +3 -3
  214. package/lib/src/ap-modal/utils/createModal.js +1 -1
  215. package/lib/src/ap-table/ap-table.vue.d.ts +5 -5
  216. package/lib/src/ap-table/ap-table.vue.js +1 -1
  217. package/lib/src/ap-table/components/index/index.vue.d.ts +4 -4
  218. package/lib/src/ap-table/constants.d.ts +1071 -1072
  219. package/lib/src/ap-table/constants.js +1 -1
  220. package/lib/src/ap-table/hooks/use-table-paging.d.ts +14 -3
  221. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  222. package/lib/src/ap-table/interface.d.ts +13 -4
  223. package/lib/src/ap-table/style/ap-table.css +9 -0
  224. package/lib/src/ap-table/utils.d.ts +597 -598
  225. package/lib/src/ap-table/utils.js +1 -1
  226. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  227. package/lib/src/ap-tag/ap-tag.vue.d.ts +5 -5
  228. package/lib/src/base-button/button.vue.d.ts +17 -12
  229. package/lib/src/base-button/index.d.ts +30 -30
  230. package/lib/src/basic/index.d.ts +6 -6
  231. package/lib/src/basic/title.vue.d.ts +16 -11
  232. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  233. package/lib/src/business/ap-image/ApImage.vue.d.ts +31 -62
  234. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  235. package/lib/src/business/ap-image/interface.d.ts +17 -0
  236. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  237. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  238. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  239. package/lib/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  240. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  241. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  242. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -0
  243. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  244. package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -0
  245. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  246. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -0
  247. package/lib/src/business/ap-table-modal/index.d.ts +538 -0
  248. package/lib/src/business/ap-table-modal/index.js +1 -0
  249. package/lib/src/business/ap-table-modal/interface.d.ts +63 -0
  250. package/lib/src/business/ap-table-modal/interface.js +1 -0
  251. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  252. package/lib/src/business/ap-table-modal/modal-title.vue.js +1 -0
  253. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -0
  254. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  255. package/lib/src/business/ap-table-modal/table-modal.vue.js +1 -0
  256. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -0
  257. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  258. package/lib/src/business/index.d.ts +160 -152
  259. package/lib/src/business/index.js +1 -1
  260. package/lib/src/business/title/ApTitle.vue.d.ts +17 -12
  261. package/lib/src/button/button.vue.d.ts +12 -7
  262. package/lib/src/button/index.d.ts +2 -2
  263. package/lib/src/check-card/group.vue.d.ts +18 -13
  264. package/lib/src/check-card/index.vue.d.ts +16 -11
  265. package/lib/src/config-provider/config-provider-props.d.ts +6 -4
  266. package/lib/src/config-provider/config-provider.d.ts +5 -5
  267. package/lib/src/config-provider/config-provider.js +1 -1
  268. package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
  269. package/lib/src/config-provider/index.d.ts +17 -17
  270. package/lib/src/container/index.d.ts +4 -4
  271. package/lib/src/container/scroll-container.vue.d.ts +181 -8
  272. package/lib/src/count-down/button.vue.d.ts +4 -4
  273. package/lib/src/count-down/index.d.ts +8 -8
  274. package/lib/src/count-down/input.vue.d.ts +16 -11
  275. package/lib/src/cropper/cropper-avatar.vue.d.ts +4 -4
  276. package/lib/src/cropper/cropper-image.vue.d.ts +4 -4
  277. package/lib/src/cropper/index.d.ts +4 -4
  278. package/lib/src/description/index.d.ts +2 -2
  279. package/lib/src/dropdown/dropdown.vue.d.ts +16 -11
  280. package/lib/src/dropdown/index.d.ts +2 -2
  281. package/lib/src/editable-table/form-item.vue.d.ts +5 -5
  282. package/lib/src/editable-table/index.vue.d.ts +6 -6
  283. package/lib/src/icon/icon.vue.d.ts +4 -5
  284. package/lib/src/icon/index.d.ts +16 -16
  285. package/lib/src/icon/svg-icon.vue.d.ts +4 -4
  286. package/lib/src/icon-picker/icon-picker.vue.d.ts +4 -4
  287. package/lib/src/icon-picker/index.d.ts +2 -2
  288. package/lib/src/index.js +1 -1
  289. package/lib/src/locale/lang/en.js +1 -1
  290. package/lib/src/locale/lang/zh-cn.js +1 -1
  291. package/lib/src/modal/basic.vue.d.ts +210 -5
  292. package/lib/src/modal/components/modal-close.vue.d.ts +4 -4
  293. package/lib/src/modal/components/modal-footer.vue.d.ts +10 -5
  294. package/lib/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  295. package/lib/src/modal/components/modal.d.ts +1 -1
  296. package/lib/src/modal/index.d.ts +5 -5
  297. package/lib/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  298. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  299. package/lib/src/pro-form/components/api-select.vue.d.ts +16 -11
  300. package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  301. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  302. package/lib/src/pro-form/components/api-tree.vue.d.ts +16 -11
  303. package/lib/src/pro-form/components/form-action.vue.d.ts +19 -14
  304. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  305. package/lib/src/pro-form/hooks/use-label-width.d.ts +25 -25
  306. package/lib/src/pro-form/pro-form.vue.d.ts +888 -15
  307. package/lib/src/pro-form/table-form-inner.vue.d.ts +6 -5
  308. package/lib/src/pro-form/table-form.vue.d.ts +6 -5
  309. package/lib/src/pro-form/types/form.d.ts +4 -4
  310. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  311. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  312. package/lib/src/pro-table/components/table-action.vue.d.ts +7 -2
  313. package/lib/src/pro-table/components/table-footer.vue.d.ts +4 -4
  314. package/lib/src/pro-table/components/table-header.vue.d.ts +9 -4
  315. package/lib/src/pro-table/components/table-image.vue.d.ts +4 -4
  316. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  317. package/lib/src/pro-table/pro-table.vue.d.ts +2049 -28
  318. package/lib/src/prompt/utils.d.ts +1 -1
  319. package/lib/src/scroll-bar/index.d.ts +2 -2
  320. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  321. package/lib/src/strength-meter/index.d.ts +2 -2
  322. package/lib/src/strength-meter/strength-meter.vue.d.ts +16 -11
  323. package/lib/src/theme/antd-global-overwrite/admin/index.css +1 -0
  324. package/lib/src/theme/antd-global-overwrite/admin/table.css +1 -0
  325. package/lib/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  326. package/lib/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  327. package/lib/src/theme/ap-table/ap-table.css +9 -0
  328. package/lib/src/theme/css-var/index.js +1 -1
  329. package/lib/src/transition/collapse-transition.vue.d.ts +7 -2
  330. package/lib/src/utils/config-provider-preset.d.ts +5 -5
  331. package/lib/src/work-order-modal/createWorkOrder.js +1 -1
  332. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  333. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  334. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  335. package/package.json +4 -4
@@ -2,7 +2,7 @@ import { withInstall as o } from "@aplus-frontend/utils";
2
2
  import "./title/ApTitle.vue.mjs";
3
3
  import "./expandAlert/ApExpandAlert.vue.mjs";
4
4
  import t from "./ap-label/ApLabel.mjs";
5
- import m from "./ap-label/ApLabelGroup.mjs";
5
+ import p from "./ap-label/ApLabelGroup.mjs";
6
6
  import "./ap-status/ApStatus.vue.mjs";
7
7
  import "./ap-status/ApStatusGroup.vue.mjs";
8
8
  import "./ap-select-layout/select-layout.vue.mjs";
@@ -13,29 +13,31 @@ import "./ap-batch-action-group/ApBatchActionGroup.vue.mjs";
13
13
  import "./ap-image/ApImage.vue.mjs";
14
14
  import { ApTransformDataHelper as X } from "../utils/ap-trans-data/index.mjs";
15
15
  import "./ap-batch-action-group/interface.mjs";
16
- import p from "./title/ApTitle.vue2.mjs";
17
- import r from "./expandAlert/ApExpandAlert.vue2.mjs";
16
+ import { default as Z } from "./ap-table-modal/index.mjs";
17
+ import r from "./title/ApTitle.vue2.mjs";
18
+ import m from "./expandAlert/ApExpandAlert.vue2.mjs";
18
19
  import i from "./ap-status/ApStatus.vue2.mjs";
19
- import n from "./ap-status/ApStatusGroup.vue2.mjs";
20
- import c from "./ap-select-layout/select-layout.vue2.mjs";
21
- import a from "./ap-export-group/ApExportGroup.vue2.mjs";
22
- import s from "./ap-input-radio/ApInputRadio.vue2.mjs";
23
- import f from "./ap-batch-action/ApBatchAction.vue2.mjs";
20
+ import a from "./ap-status/ApStatusGroup.vue2.mjs";
21
+ import n from "./ap-select-layout/select-layout.vue2.mjs";
22
+ import c from "./ap-export-group/ApExportGroup.vue2.mjs";
23
+ import f from "./ap-input-radio/ApInputRadio.vue2.mjs";
24
+ import s from "./ap-batch-action/ApBatchAction.vue2.mjs";
24
25
  import _ from "./ap-batch-action-group/ApBatchActionGroup.vue2.mjs";
25
26
  import A from "./ap-image/ApImage.vue2.mjs";
26
- const v = o(p), z = r, C = o(t), F = o(i), J = o(n), K = o(c), M = o(a), N = s, O = f, P = m, Q = _, U = A;
27
+ const q = o(r), v = m, z = o(t), C = o(i), F = o(a), J = o(n), K = o(c), N = f, O = s, P = p, Q = _, U = A;
27
28
  export {
28
29
  O as ApBatchAction,
29
30
  Q as ApBatchActionGroup,
30
- z as ApExpandAlert,
31
- M as ApExportGroup,
31
+ v as ApExpandAlert,
32
+ K as ApExportGroup,
32
33
  U as ApImage,
33
34
  N as ApInputRadio,
34
- C as ApLabel,
35
+ z as ApLabel,
35
36
  P as ApLabelGroup,
36
- K as ApSelectLayout,
37
- F as ApStatus,
38
- J as ApStatusGroup,
39
- v as ApTitle,
37
+ J as ApSelectLayout,
38
+ C as ApStatus,
39
+ F as ApStatusGroup,
40
+ Z as ApTableModal,
41
+ q as ApTitle,
40
42
  X as ApTransformDataHelper
41
43
  };
@@ -1,9 +1,14 @@
1
1
  import { ApTitleProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
- prefix?(_: {}): any;
5
- suffix?(_: {}): any;
4
+ slots: {
5
+ prefix?(_: {}): any;
6
+ suffix?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
6
10
  };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
12
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
8
13
  title: string;
9
14
  helpMessage: string;
@@ -23,21 +28,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
23
28
  helpMessage: string;
24
29
  helpIconColor: string;
25
30
  }, {}>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
32
  export default _default;
28
33
  type __VLS_WithDefaults<P, D> = {
29
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
30
35
  default: D[K];
31
36
  }> : P[K];
32
37
  };
33
- type __VLS_Prettify<T> = {
34
- [K in keyof T]: T[K];
35
- } & {};
36
- type __VLS_WithTemplateSlots<T, S> = T & {
37
- new (): {
38
- $slots: S;
39
- };
40
- };
41
38
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
39
  type __VLS_TypePropsToOption<T> = {
43
40
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -47,3 +44,11 @@ type __VLS_TypePropsToOption<T> = {
47
44
  required: true;
48
45
  };
49
46
  };
47
+ type __VLS_WithTemplateSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
52
+ type __VLS_PrettifyLocal<T> = {
53
+ [K in keyof T]: T[K];
54
+ } & {};
@@ -4,16 +4,16 @@ type ButtonProps = {
4
4
  size?: string;
5
5
  };
6
6
  declare function __VLS_template(): {
7
- default?(_: {}): any;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
8
12
  };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
14
  declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ButtonProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ButtonProps>>>, {}, {}>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
16
  export default _default;
12
- type __VLS_WithTemplateSlots<T, S> = T & {
13
- new (): {
14
- $slots: S;
15
- };
16
- };
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
18
  type __VLS_TypePropsToOption<T> = {
19
19
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -23,3 +23,8 @@ type __VLS_TypePropsToOption<T> = {
23
23
  required: true;
24
24
  };
25
25
  };
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -39,7 +39,7 @@ export declare const Button: {
39
39
  size: {
40
40
  type: PropType<string>;
41
41
  };
42
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
42
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
43
43
  $slots: {
44
44
  default?(_: {}): any;
45
45
  };
@@ -47,5 +47,5 @@ export declare const Button: {
47
47
  $props: {
48
48
  onClick?: () => void;
49
49
  };
50
- }))));
50
+ }));
51
51
  export default Button;
@@ -1,8 +1,13 @@
1
1
  import { CheckCardGroupProps, CheckCardValueType } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  declare function __VLS_template(): {
4
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
6
11
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardGroupProps>, {
7
12
  value: undefined;
8
13
  multiple: boolean;
@@ -28,28 +33,20 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
28
33
  }, {
29
34
  size: "middle" | "small";
30
35
  value: CheckCardValueType | CheckCardValueType[];
31
- loading: boolean;
36
+ multiple: boolean;
32
37
  disabled: boolean;
38
+ loading: boolean;
33
39
  defaultValue: CheckCardValueType | CheckCardValueType[];
34
40
  bordered: boolean;
35
- multiple: boolean;
36
41
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
37
42
  }, {}>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
43
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
44
  export default _default;
40
45
  type __VLS_WithDefaults<P, D> = {
41
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
42
47
  default: D[K];
43
48
  }> : P[K];
44
49
  };
45
- type __VLS_Prettify<T> = {
46
- [K in keyof T]: T[K];
47
- } & {};
48
- type __VLS_WithTemplateSlots<T, S> = T & {
49
- new (): {
50
- $slots: S;
51
- };
52
- };
53
50
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
51
  type __VLS_TypePropsToOption<T> = {
55
52
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -59,3 +56,11 @@ type __VLS_TypePropsToOption<T> = {
59
56
  required: true;
60
57
  };
61
58
  };
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ type __VLS_PrettifyLocal<T> = {
65
+ [K in keyof T]: T[K];
66
+ } & {};
@@ -5,7 +5,12 @@ type CheckCardSlots = {
5
5
  checked: boolean;
6
6
  }): void;
7
7
  };
8
- declare function __VLS_template(): Readonly<CheckCardSlots> & CheckCardSlots;
8
+ declare function __VLS_template(): {
9
+ slots: Readonly<CheckCardSlots> & CheckCardSlots;
10
+ refs: {};
11
+ attrs: Partial<{}>;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
14
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardProps>, {
10
15
  bordered: boolean;
11
16
  size: string;
@@ -29,21 +34,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
29
34
  checked: boolean;
30
35
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
31
36
  }, {}>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
38
  export default _default;
34
39
  type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
36
41
  default: D[K];
37
42
  }> : P[K];
38
43
  };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
- type __VLS_WithTemplateSlots<T, S> = T & {
43
- new (): {
44
- $slots: S;
45
- };
46
- };
47
44
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
45
  type __VLS_TypePropsToOption<T> = {
49
46
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -53,3 +50,11 @@ type __VLS_TypePropsToOption<T> = {
53
50
  required: true;
54
51
  };
55
52
  };
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };
58
+ type __VLS_PrettifyLocal<T> = {
59
+ [K in keyof T]: T[K];
60
+ } & {};
@@ -3,10 +3,12 @@ import { LocaleType } from '../locale/interface';
3
3
  import { ApiType, ScrollbarGlobalConfig, TableDefaultConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig } from './constants';
4
4
  import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
5
5
  import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
6
- import { CSPConfig, SizeType, ThemeConfig } from 'ant-design-vue/es/config-provider/context';
6
+ import { CSPConfig } from 'ant-design-vue/es/config-provider';
7
7
  import { Locale } from 'ant-design-vue/es/locale';
8
+ import { ButtonSize } from 'ant-design-vue/es/button';
8
9
  import { ValidateMessages } from 'ant-design-vue/es/form/interface';
9
10
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
+ import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
10
12
  export declare const configProviderProps: () => {
11
13
  iconPrefixCls: StringConstructor;
12
14
  getTargetContainer: {
@@ -54,7 +56,7 @@ export declare const configProviderProps: () => {
54
56
  };
55
57
  };
56
58
  componentSize: {
57
- type: PropType< SizeType>;
59
+ type: PropType< ButtonSize>;
58
60
  };
59
61
  componentDisabled: {
60
62
  type: BooleanConstructor;
@@ -66,10 +68,10 @@ export declare const configProviderProps: () => {
66
68
  };
67
69
  space: {
68
70
  type: PropType<{
69
- size?: SizeType | number;
71
+ size?: ButtonSize | number;
70
72
  }>;
71
73
  default: {
72
- size?: SizeType | number;
74
+ size?: ButtonSize | number;
73
75
  };
74
76
  };
75
77
  virtual: {
@@ -321,6 +321,11 @@ export declare const ConfigProvider: DefineComponent<{
321
321
  requiredMark?: RequiredMark;
322
322
  colon?: boolean;
323
323
  };
324
+ space: {
325
+ size?: ButtonSize | number;
326
+ };
327
+ scrollbar: ScrollbarGlobalConfig;
328
+ direction: "ltr" | "rtl";
324
329
  csp: CSPConfig;
325
330
  autoInsertSpaceInButton: boolean;
326
331
  locale: Locale;
@@ -328,10 +333,6 @@ export declare const ConfigProvider: DefineComponent<{
328
333
  ghost?: boolean;
329
334
  };
330
335
  componentDisabled: boolean;
331
- direction: "ltr" | "rtl";
332
- space: {
333
- size?: ButtonSize | number;
334
- };
335
336
  virtual: boolean;
336
337
  dropdownMatchSelectWidth: number | boolean;
337
338
  pagination: {
@@ -343,7 +344,6 @@ export declare const ConfigProvider: DefineComponent<{
343
344
  };
344
345
  namespace: string;
345
346
  api: ApiType;
346
- scrollbar: ScrollbarGlobalConfig;
347
347
  uiMode: "aplus" | "admin";
348
348
  apUpload: ApUploadConfig;
349
349
  apDescriptions: ApDescriptionsConfig;
@@ -1,20 +1,20 @@
1
- import { isVNode as n, ref as u, defineComponent as d, computed as f, watch as a, createVNode as m, renderSlot as c } from "vue";
1
+ import { isVNode as n, ref as d, defineComponent as f, computed as u, watch as a, createVNode as m, renderSlot as c } from "vue";
2
2
  import { ConfigProvider as p } from "ant-design-vue";
3
3
  import { provideGlobalConfig as s } from "./hooks/use-global-config.mjs";
4
4
  import { configProviderProps as g } from "./config-provider-props.mjs";
5
5
  import { tableDefaultConfig as C } from "./constants.mjs";
6
6
  import { mergeAntdProvideConfig as v } from "../utils/config-provider-preset.mjs";
7
- import { setCSSVariables as b, aplusCssVar as P, adminCssVar as M } from "../theme/css-var/index.mjs";
8
- function S(e) {
7
+ import { setCSSVariables as b, aplusCssVar as P, adminCssVar as y } from "../theme/css-var/index.mjs";
8
+ function M(e) {
9
9
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !n(e);
10
10
  }
11
- const i = u({}), N = /* @__PURE__ */ d({
11
+ const i = d({}), L = /* @__PURE__ */ f({
12
12
  name: "AplusConfigProvider",
13
13
  props: g(),
14
14
  setup(e, {
15
15
  slots: r
16
16
  }) {
17
- const l = f(() => ({
17
+ const l = u(() => ({
18
18
  namespace: e.namespace,
19
19
  aplusLocale: e.aplusLocale,
20
20
  api: e.api,
@@ -33,13 +33,13 @@ const i = u({}), N = /* @__PURE__ */ d({
33
33
  }, {
34
34
  deep: !0,
35
35
  immediate: !0
36
- }), a(() => e.uiMode, (o) => {
37
- b(o === "aplus" ? P : M);
36
+ }), typeof window < "u" && a(() => e.uiMode, (o) => {
37
+ b(o === "aplus" ? P : y);
38
38
  }, {
39
39
  immediate: !0
40
40
  }), () => {
41
41
  let o;
42
- return m(p, i.value, S(o = c(r, "default", {
42
+ return m(p, i.value, M(o = c(r, "default", {
43
43
  config: t == null ? void 0 : t.value
44
44
  })) ? o : {
45
45
  default: () => [o]
@@ -48,6 +48,6 @@ const i = u({}), N = /* @__PURE__ */ d({
48
48
  }
49
49
  });
50
50
  export {
51
- N as ConfigProvider,
51
+ L as ConfigProvider,
52
52
  i as globalConfigCached
53
53
  };
@@ -1,6 +1,6 @@
1
1
  import { MaybeRef } from '@aplus-frontend/utils';
2
2
  import { App, Ref, ComputedRef, ExtractPropTypes, PropType } from 'vue';
3
- import { ConfigProviderContext, ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig } from '../constants';
3
+ import { ConfigProviderContext } from '../constants';
4
4
  import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
5
5
  import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
6
6
  import { CSPConfig } from 'ant-design-vue/es/config-provider';
@@ -10,6 +10,7 @@ import { ValidateMessages } from 'ant-design-vue/es/form/interface';
10
10
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
11
11
  import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
12
12
  import { LocaleType } from '../..';
13
+ import { ApiType, TableDefaultConfig, ScrollbarGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig } from '..';
13
14
  export declare const keysOf: <T extends Record<string, any>>(arr: T) => Array<keyof T>;
14
15
  export declare function useGlobalConfig<K extends keyof ConfigProviderContext, D extends ConfigProviderContext[K]>(key: K, defaultValue?: D): Ref<Exclude<ConfigProviderContext[K], undefined> | D>;
15
16
  export declare function useGlobalConfig(): Ref<ConfigProviderContext>;
@@ -326,6 +326,11 @@ export declare const APConfigProvider: {
326
326
  requiredMark?: RequiredMark;
327
327
  colon?: boolean;
328
328
  };
329
+ space: {
330
+ size?: ButtonSize | number;
331
+ };
332
+ scrollbar: ScrollbarGlobalConfig;
333
+ direction: "ltr" | "rtl";
329
334
  csp: CSPConfig;
330
335
  autoInsertSpaceInButton: boolean;
331
336
  locale: Locale;
@@ -333,10 +338,6 @@ export declare const APConfigProvider: {
333
338
  ghost?: boolean;
334
339
  };
335
340
  componentDisabled: boolean;
336
- direction: "ltr" | "rtl";
337
- space: {
338
- size?: ButtonSize | number;
339
- };
340
341
  virtual: boolean;
341
342
  dropdownMatchSelectWidth: number | boolean;
342
343
  pagination: {
@@ -348,7 +349,6 @@ export declare const APConfigProvider: {
348
349
  };
349
350
  namespace: string;
350
351
  api: ApiType;
351
- scrollbar: ScrollbarGlobalConfig;
352
352
  uiMode: "aplus" | "admin";
353
353
  apUpload: ApUploadConfig;
354
354
  apDescriptions: ApDescriptionsConfig;
@@ -521,6 +521,11 @@ export declare const APConfigProvider: {
521
521
  requiredMark?: RequiredMark;
522
522
  colon?: boolean;
523
523
  };
524
+ space: {
525
+ size?: ButtonSize | number;
526
+ };
527
+ scrollbar: ScrollbarGlobalConfig;
528
+ direction: "ltr" | "rtl";
524
529
  csp: CSPConfig;
525
530
  autoInsertSpaceInButton: boolean;
526
531
  locale: Locale;
@@ -528,10 +533,6 @@ export declare const APConfigProvider: {
528
533
  ghost?: boolean;
529
534
  };
530
535
  componentDisabled: boolean;
531
- direction: "ltr" | "rtl";
532
- space: {
533
- size?: ButtonSize | number;
534
- };
535
536
  virtual: boolean;
536
537
  dropdownMatchSelectWidth: number | boolean;
537
538
  pagination: {
@@ -543,7 +544,6 @@ export declare const APConfigProvider: {
543
544
  };
544
545
  namespace: string;
545
546
  api: ApiType;
546
- scrollbar: ScrollbarGlobalConfig;
547
547
  uiMode: "aplus" | "admin";
548
548
  apUpload: ApUploadConfig;
549
549
  apDescriptions: ApDescriptionsConfig;
@@ -713,6 +713,11 @@ export declare const APConfigProvider: {
713
713
  requiredMark?: RequiredMark;
714
714
  colon?: boolean;
715
715
  };
716
+ space: {
717
+ size?: ButtonSize | number;
718
+ };
719
+ scrollbar: ScrollbarGlobalConfig;
720
+ direction: "ltr" | "rtl";
716
721
  csp: CSPConfig;
717
722
  autoInsertSpaceInButton: boolean;
718
723
  locale: Locale;
@@ -720,10 +725,6 @@ export declare const APConfigProvider: {
720
725
  ghost?: boolean;
721
726
  };
722
727
  componentDisabled: boolean;
723
- direction: "ltr" | "rtl";
724
- space: {
725
- size?: ButtonSize | number;
726
- };
727
728
  virtual: boolean;
728
729
  dropdownMatchSelectWidth: number | boolean;
729
730
  pagination: {
@@ -735,14 +736,13 @@ export declare const APConfigProvider: {
735
736
  };
736
737
  namespace: string;
737
738
  api: ApiType;
738
- scrollbar: ScrollbarGlobalConfig;
739
739
  uiMode: "aplus" | "admin";
740
740
  apUpload: ApUploadConfig;
741
741
  apDescriptions: ApDescriptionsConfig;
742
742
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
743
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
743
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
744
744
  $props: {
745
745
  onClick?: () => void;
746
746
  };
747
- }))));
747
+ }));
748
748
  export default APConfigProvider;
@@ -37,7 +37,7 @@ export declare const ScrollContainer: {
37
37
  }>>, {
38
38
  scrollTo: (to: number, duration?: number) => void;
39
39
  scrollBottom: () => void;
40
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
40
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
41
41
  $slots: {
42
42
  default?(_: {}): any;
43
43
  };
@@ -45,7 +45,7 @@ export declare const ScrollContainer: {
45
45
  $props: {
46
46
  onClick?: () => void;
47
47
  };
48
- }))));
48
+ }));
49
49
  export declare const CollapseContainer: {
50
50
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
51
51
  title: {
@@ -171,8 +171,8 @@ export declare const CollapseContainer: {
171
171
  canExpand: boolean;
172
172
  triggerWindowResize: boolean;
173
173
  lazyTime: number;
174
- }, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
174
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
175
175
  $props: {
176
176
  onClick?: () => void;
177
177
  };
178
- }))));
178
+ }));