@aplus-frontend/ui 0.6.0-beta.0 → 0.6.0-beta.10

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/item-dropdown/index.vue.d.ts +1 -1
  3. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  4. package/es/src/ap-field/date/helper.mjs +12 -12
  5. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  6. package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  8. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  9. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  10. package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
  11. package/es/src/ap-form/ap-form.vue2.mjs +57 -58
  12. package/es/src/ap-form/interface.d.ts +8 -0
  13. package/es/src/ap-form/item/index.vue.d.ts +1 -1
  14. package/es/src/ap-form/item/index.vue.mjs +33 -28
  15. package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
  16. package/es/src/ap-form/items/date/index.vue.mjs +8 -7
  17. package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
  18. package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
  19. package/es/src/ap-form/items/number/index.vue.mjs +9 -8
  20. package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
  21. package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
  22. package/es/src/ap-form/items/select/index.vue.mjs +7 -6
  23. package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
  24. package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
  25. package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
  26. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  27. package/es/src/ap-form/items/text/password.vue.mjs +1 -0
  28. package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
  29. package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  30. package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
  31. package/es/src/ap-form/render/item.vue.d.ts +1 -1
  32. package/es/src/ap-form/render/item.vue.mjs +5 -4
  33. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  34. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +41 -37
  35. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
  36. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
  37. package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
  38. package/es/src/ap-form/search-form/index.vue.mjs +91 -89
  39. package/es/src/ap-grid/constants.d.ts +3 -3
  40. package/es/src/ap-grid/constants.mjs +9 -9
  41. package/es/src/ap-grid/editable/form-item.vue.mjs +95 -84
  42. package/es/src/ap-grid/editable/index.vue.mjs +90 -79
  43. package/es/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  44. package/es/src/ap-grid/hooks/use-inner-params.mjs +24 -35
  45. package/es/src/ap-grid/index.vue.mjs +171 -148
  46. package/es/src/ap-grid/interface.d.ts +3 -3
  47. package/es/src/ap-grid/utils/table.mjs +32 -32
  48. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  49. package/es/src/ap-table/ap-table.vue2.mjs +209 -198
  50. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  51. package/es/src/ap-table/constants.d.ts +30 -30
  52. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  53. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +147 -130
  54. package/es/src/ap-table/utils.d.ts +14 -14
  55. package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
  56. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  57. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  58. package/es/src/ap-tag/interface.d.ts +4 -0
  59. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  60. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +93 -73
  61. package/es/src/business/ap-expand-alert/index.d.ts +4 -4
  62. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  63. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +109 -99
  64. package/es/src/business/ap-export-group/index.d.ts +3 -0
  65. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  66. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
  67. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  68. package/es/src/business/ap-label/constans.mjs +1 -1
  69. package/es/src/business/ap-label/index.d.ts +3 -3
  70. package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
  71. package/es/src/business/ap-ladder/index.d.ts +3 -3
  72. package/es/src/business/ap-status/interface.d.ts +1 -1
  73. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  74. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  75. package/es/src/business/ap-view/ap-view.vue2.mjs +136 -117
  76. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +60 -48
  77. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +86 -80
  78. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  79. package/es/src/business/ap-view/index.d.ts +3 -0
  80. package/es/src/business/ap-view/interface.d.ts +8 -0
  81. package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  82. package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
  83. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  84. package/es/src/business/hooks/usePageListApGrid.mjs +3 -5
  85. package/es/src/check-card/group.vue.d.ts +1 -1
  86. package/es/src/check-card/index.vue2.mjs +1 -1
  87. package/es/src/config-provider/config-provider-props.d.ts +0 -5
  88. package/es/src/config-provider/config-provider-props.mjs +0 -4
  89. package/es/src/config-provider/config-provider.d.ts +0 -138
  90. package/es/src/config-provider/config-provider.mjs +21 -26
  91. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
  92. package/es/src/config-provider/index.d.ts +0 -652
  93. package/es/src/design-token/index.mjs +9 -3
  94. package/es/src/editable-table/form-item.vue.d.ts +2 -14
  95. package/es/src/editable-table/form-item.vue.mjs +85 -77
  96. package/es/src/editable-table/index.vue.d.ts +2 -16
  97. package/es/src/editable-table/index.vue.mjs +86 -78
  98. package/es/src/editable-table/interface.d.ts +7 -0
  99. package/es/src/locale/lang/en.mjs +1 -1
  100. package/es/src/locale/lang/zh-cn.mjs +1 -1
  101. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  102. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  103. package/lib/src/ap-button/ap-button.vue.js +1 -1
  104. package/lib/src/ap-field/date/helper.js +1 -1
  105. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  106. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
  107. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  108. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  109. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  110. package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
  111. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  112. package/lib/src/ap-form/interface.d.ts +8 -0
  113. package/lib/src/ap-form/item/index.vue.d.ts +1 -1
  114. package/lib/src/ap-form/item/index.vue.js +1 -1
  115. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  116. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  117. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  118. package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
  119. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  120. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  121. package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
  122. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  123. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  124. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
  125. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  126. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  127. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  128. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  129. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  130. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  131. package/lib/src/ap-form/render/item.vue.d.ts +1 -1
  132. package/lib/src/ap-form/render/item.vue.js +1 -1
  133. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  134. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  135. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  136. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -1
  137. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
  138. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  139. package/lib/src/ap-grid/constants.d.ts +3 -3
  140. package/lib/src/ap-grid/constants.js +1 -1
  141. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  142. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  143. package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  144. package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
  145. package/lib/src/ap-grid/index.vue.js +1 -1
  146. package/lib/src/ap-grid/interface.d.ts +3 -3
  147. package/lib/src/ap-grid/utils/table.js +1 -1
  148. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  149. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  150. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  151. package/lib/src/ap-table/constants.d.ts +30 -30
  152. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  153. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  154. package/lib/src/ap-table/utils.d.ts +14 -14
  155. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  156. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  157. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  158. package/lib/src/ap-tag/interface.d.ts +4 -0
  159. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  160. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  161. package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
  162. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  163. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  164. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  165. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  166. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  167. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  168. package/lib/src/business/ap-label/constans.js +1 -1
  169. package/lib/src/business/ap-label/index.d.ts +3 -3
  170. package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
  171. package/lib/src/business/ap-ladder/index.d.ts +3 -3
  172. package/lib/src/business/ap-status/interface.d.ts +1 -1
  173. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
  174. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  175. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  176. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  177. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  178. package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  179. package/lib/src/business/ap-view/index.d.ts +3 -0
  180. package/lib/src/business/ap-view/interface.d.ts +8 -0
  181. package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  182. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  183. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  184. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  185. package/lib/src/check-card/group.vue.d.ts +1 -1
  186. package/lib/src/check-card/index.vue2.js +1 -1
  187. package/lib/src/config-provider/config-provider-props.d.ts +0 -5
  188. package/lib/src/config-provider/config-provider-props.js +1 -1
  189. package/lib/src/config-provider/config-provider.d.ts +0 -138
  190. package/lib/src/config-provider/config-provider.js +1 -1
  191. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
  192. package/lib/src/config-provider/index.d.ts +0 -652
  193. package/lib/src/design-token/index.js +1 -1
  194. package/lib/src/editable-table/form-item.vue.d.ts +2 -14
  195. package/lib/src/editable-table/form-item.vue.js +1 -1
  196. package/lib/src/editable-table/index.vue.d.ts +2 -16
  197. package/lib/src/editable-table/index.vue.js +1 -1
  198. package/lib/src/editable-table/interface.d.ts +7 -0
  199. package/lib/src/locale/lang/en.js +1 -1
  200. package/lib/src/locale/lang/zh-cn.js +1 -1
  201. package/package.json +4 -4
  202. package/theme/antd-global-overwrite/admin/index.css +14 -27
  203. package/theme/antd-global-overwrite/admin/index.less +1 -0
  204. package/theme/antd-global-overwrite/admin/modal.css +8 -24
  205. package/theme/antd-global-overwrite/admin/modal.less +9 -24
  206. package/theme/antd-global-overwrite/admin/table.css +3 -3
  207. package/theme/antd-global-overwrite/admin/table.less +3 -3
  208. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  209. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  210. package/theme/antd-global-overwrite/aplus/index.css +13 -20
  211. package/theme/antd-global-overwrite/aplus/index.less +1 -0
  212. package/theme/antd-global-overwrite/aplus/modal.css +7 -17
  213. package/theme/antd-global-overwrite/aplus/modal.less +8 -18
  214. package/theme/antd-global-overwrite/aplus/table.css +3 -3
  215. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  216. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  217. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  218. package/theme/ap-action/item-dropdown.css +24 -6
  219. package/theme/ap-action/item-dropdown.less +1 -1
  220. package/theme/ap-action/item.css +25 -7
  221. package/theme/ap-action/item.less +1 -1
  222. package/theme/ap-appendix/ap-appendix.css +28 -8
  223. package/theme/ap-appendix/ap-appendix.less +6 -4
  224. package/theme/ap-attachment/ap-attachment.css +28 -9
  225. package/theme/ap-attachment/ap-attachment.less +6 -6
  226. package/theme/ap-batch-action/ap-batch-action.css +28 -7
  227. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  228. package/theme/ap-button/ap-button.css +22 -4
  229. package/theme/ap-card/ap-card.css +22 -4
  230. package/theme/ap-descriptions/ap-descriptions.css +27 -9
  231. package/theme/ap-descriptions/ap-descriptions.less +5 -5
  232. package/theme/ap-download/ap-download.css +29 -14
  233. package/theme/ap-download/ap-download.less +8 -11
  234. package/theme/ap-expand-alert/ap-expand-alert.css +24 -6
  235. package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
  236. package/theme/ap-field/checkbox.css +23 -5
  237. package/theme/ap-field/checkbox.less +2 -1
  238. package/theme/ap-field/index.css +24 -6
  239. package/theme/ap-field/number.css +22 -4
  240. package/theme/ap-field/radio.css +23 -5
  241. package/theme/ap-field/radio.less +1 -1
  242. package/theme/ap-field/text-area.css +22 -4
  243. package/theme/ap-form/ap-form-item-group.css +22 -4
  244. package/theme/ap-form/ap-form-item.css +33 -10
  245. package/theme/ap-form/ap-form-item.less +17 -9
  246. package/theme/ap-form/drawer-form.css +22 -4
  247. package/theme/ap-form/index.css +61 -26
  248. package/theme/ap-form/item-text-group.css +22 -4
  249. package/theme/ap-form/item-text.css +22 -4
  250. package/theme/ap-form/modal-form.css +22 -4
  251. package/theme/ap-form/search-form-sorter.css +36 -17
  252. package/theme/ap-form/search-form-sorter.less +8 -7
  253. package/theme/ap-form/search-form.css +61 -26
  254. package/theme/ap-form/search-form.less +17 -6
  255. package/theme/ap-grid/editable.css +24 -6
  256. package/theme/ap-grid/editable.less +3 -2
  257. package/theme/ap-grid/index.css +117 -43
  258. package/theme/ap-grid/index.less +35 -11
  259. package/theme/ap-group-search/ap-extension-select.css +22 -4
  260. package/theme/ap-group-search/ap-group-search.css +22 -4
  261. package/theme/ap-group-search/ap-popover-select.css +22 -4
  262. package/theme/ap-image/ap-image.css +22 -4
  263. package/theme/ap-input-radio/ap-input-radio.css +22 -4
  264. package/theme/ap-label/ap-label.css +22 -4
  265. package/theme/ap-ladder/ap-ladder.css +26 -7
  266. package/theme/ap-ladder/ap-ladder.less +4 -3
  267. package/theme/ap-layout/ap-info-layout.css +22 -4
  268. package/theme/ap-list/index.css +23 -5
  269. package/theme/ap-list/index.less +2 -1
  270. package/theme/ap-product-info/ap-product-info.css +22 -4
  271. package/theme/ap-select-layout/ap-select-layout.css +30 -12
  272. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  273. package/theme/ap-size-input/ap-size-input.css +22 -4
  274. package/theme/ap-status/ap-status.css +24 -7
  275. package/theme/ap-status/ap-status.less +2 -4
  276. package/theme/ap-summary/index.css +25 -7
  277. package/theme/ap-summary/index.less +3 -3
  278. package/theme/ap-table/ap-table-index.css +27 -9
  279. package/theme/ap-table/ap-table-index.less +5 -5
  280. package/theme/ap-table/ap-table-paragraph-ellipsis.css +22 -4
  281. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  282. package/theme/ap-table/ap-table.css +109 -55
  283. package/theme/ap-table/ap-table.less +11 -9
  284. package/theme/ap-table/setting/index.css +30 -13
  285. package/theme/ap-table/setting/modal.css +26 -9
  286. package/theme/ap-table/setting/modal.less +1 -2
  287. package/theme/ap-table/setting/select-group.css +24 -5
  288. package/theme/ap-table/setting/select-group.less +2 -1
  289. package/theme/ap-table/setting/sortable-item-meta.css +22 -4
  290. package/theme/ap-table/setting/sortable-item.css +22 -4
  291. package/theme/ap-table/setting/sorter.css +24 -7
  292. package/theme/ap-table-modal/index.css +109 -55
  293. package/theme/ap-tag/ap-tag-group.css +24 -6
  294. package/theme/ap-tag/ap-tag-group.less +4 -5
  295. package/theme/ap-tag/ap-tag.css +45 -18
  296. package/theme/ap-tag/ap-tag.less +37 -24
  297. package/theme/ap-title/ap-title.css +29 -9
  298. package/theme/ap-title/ap-title.less +7 -5
  299. package/theme/ap-upload/index.css +30 -12
  300. package/theme/ap-upload/multiple-file.css +24 -6
  301. package/theme/ap-upload/multiple-file.less +2 -2
  302. package/theme/ap-upload/picture.css +26 -8
  303. package/theme/ap-upload/picture.less +4 -4
  304. package/theme/ap-upload/single-file.css +24 -6
  305. package/theme/ap-upload/single-file.less +2 -2
  306. package/theme/ap-upload/upload.css +22 -4
  307. package/theme/ap-upload-single/index.css +22 -4
  308. package/theme/ap-view/ap-view.css +26 -4
  309. package/theme/ap-view/ap-view.less +4 -0
  310. package/theme/batch-input-group/index.css +25 -6
  311. package/theme/batch-input-group/popover-input.css +23 -4
  312. package/theme/batch-input-group/popover-input.less +1 -0
  313. package/theme/check-card/index.css +44 -26
  314. package/theme/check-card/index.less +17 -15
  315. package/theme/editable-table/index.css +77 -40
  316. package/theme/editable-table/index.less +9 -7
  317. package/theme/full-screen/index.css +22 -4
  318. package/theme/index.css +390 -182
  319. package/theme/index.less +1 -0
  320. package/theme/mask/index.css +22 -4
  321. package/theme/mixins/config.less +27 -5
  322. package/theme/mixins/mixins.css +22 -4
  323. package/theme/mixins/mixins.less +25 -0
  324. package/theme/scroll-bar/index.css +22 -4
  325. package/theme/scroll-view/index.css +22 -4
  326. package/theme/splitter/index.css +29 -11
  327. package/theme/text/group.css +22 -4
  328. package/theme/text/index.css +25 -7
  329. package/theme/ui-mode.css +94 -0
  330. package/theme/ui-mode.less +95 -0
  331. package/theme/work-order-modal/index.css +22 -4
  332. package/es/src/config-provider/css-var.d.ts +0 -139
  333. package/es/src/config-provider/css-var.mjs +0 -278
  334. package/lib/src/config-provider/css-var.d.ts +0 -139
  335. package/lib/src/config-provider/css-var.js +0 -1
@@ -9,9 +9,7 @@ import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
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, ExportField } from './constants';
12
- import { RecursivePartial } from '../type';
13
12
  import { ViewCacheOption } from '..';
14
- import { CssVarType } from './css-var';
15
13
  export * from './config-provider-props';
16
14
  export * from './constants';
17
15
  export * from './hooks/use-global-config';
@@ -161,137 +159,6 @@ export declare const APConfigProvider: {
161
159
  type: PropType<downloadCenterTriggerConfig>;
162
160
  default: () => {};
163
161
  };
164
- cssVar: {
165
- type: PropType<RecursivePartial<{
166
- 'ap-form': {
167
- bordered: {
168
- 'border-color': {
169
- base: string;
170
- hover: string;
171
- active: string;
172
- };
173
- 'shadow-color': string;
174
- };
175
- };
176
- 'ap-action': {
177
- color: {
178
- primary: {
179
- base: string;
180
- hover: string;
181
- };
182
- success: string;
183
- error: string;
184
- warn: string;
185
- };
186
- };
187
- 'check-card': {
188
- outline: {
189
- color: string;
190
- };
191
- hover: {
192
- outline: {
193
- color: string;
194
- };
195
- };
196
- checked: {
197
- outline: {
198
- color: string;
199
- };
200
- bg: string;
201
- };
202
- };
203
- 'ap-table': {
204
- header: {
205
- bg: string;
206
- };
207
- pagination: {
208
- total: {
209
- color: string;
210
- count: {
211
- color: string;
212
- };
213
- };
214
- };
215
- setting: {
216
- button: {
217
- color: string;
218
- };
219
- };
220
- };
221
- 'ap-batch-action': {
222
- color: {
223
- font: string;
224
- active: string;
225
- border: string;
226
- };
227
- };
228
- basic: {
229
- color: {
230
- primary: string;
231
- };
232
- };
233
- 'ap-descriptions': {
234
- item: {
235
- 'padding-bottom': string;
236
- 'label-width': string;
237
- };
238
- 'last-row-item': {
239
- 'padding-bottom': string;
240
- };
241
- };
242
- 'ap-appendix': {
243
- area: {
244
- color: {
245
- border: string;
246
- font: string;
247
- 'font-hover': string;
248
- 'font-disabled': string;
249
- icon: string;
250
- };
251
- };
252
- };
253
- 'ap-upload-single': {
254
- color: {
255
- main: string;
256
- sub: string;
257
- border: string;
258
- primary: string;
259
- };
260
- };
261
- 'batch-input-group': {
262
- trigger: {
263
- color: string;
264
- 'color-disabled': string;
265
- };
266
- };
267
- 'ap-text': {
268
- label: {
269
- color: string;
270
- };
271
- content: {
272
- color: {
273
- major: string;
274
- minor: string;
275
- };
276
- };
277
- };
278
- 'ap-view': {
279
- icon: {
280
- color: string;
281
- };
282
- bg: {
283
- color: string;
284
- };
285
- message: {
286
- color: string;
287
- };
288
- border: {
289
- color: string;
290
- };
291
- };
292
- }>>;
293
- default: () => {};
294
- };
295
162
  exportField: {
296
163
  type: PropType<ExportField>;
297
164
  default: boolean;
@@ -340,134 +207,6 @@ export declare const APConfigProvider: {
340
207
  apDescriptions: ApDescriptionsConfig;
341
208
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
342
209
  downloadCenterTriggerConfig: downloadCenterTriggerConfig;
343
- cssVar: RecursivePartial<{
344
- 'ap-form': {
345
- bordered: {
346
- 'border-color': {
347
- base: string;
348
- hover: string;
349
- active: string;
350
- };
351
- 'shadow-color': string;
352
- };
353
- };
354
- 'ap-action': {
355
- color: {
356
- primary: {
357
- base: string;
358
- hover: string;
359
- };
360
- success: string;
361
- error: string;
362
- warn: string;
363
- };
364
- };
365
- 'check-card': {
366
- outline: {
367
- color: string;
368
- };
369
- hover: {
370
- outline: {
371
- color: string;
372
- };
373
- };
374
- checked: {
375
- outline: {
376
- color: string;
377
- };
378
- bg: string;
379
- };
380
- };
381
- 'ap-table': {
382
- header: {
383
- bg: string;
384
- };
385
- pagination: {
386
- total: {
387
- color: string;
388
- count: {
389
- color: string;
390
- };
391
- };
392
- };
393
- setting: {
394
- button: {
395
- color: string;
396
- };
397
- };
398
- };
399
- 'ap-batch-action': {
400
- color: {
401
- font: string;
402
- active: string;
403
- border: string;
404
- };
405
- };
406
- basic: {
407
- color: {
408
- primary: string;
409
- };
410
- };
411
- 'ap-descriptions': {
412
- item: {
413
- 'padding-bottom': string;
414
- 'label-width': string;
415
- };
416
- 'last-row-item': {
417
- 'padding-bottom': string;
418
- };
419
- };
420
- 'ap-appendix': {
421
- area: {
422
- color: {
423
- border: string;
424
- font: string;
425
- 'font-hover': string;
426
- 'font-disabled': string;
427
- icon: string;
428
- };
429
- };
430
- };
431
- 'ap-upload-single': {
432
- color: {
433
- main: string;
434
- sub: string;
435
- border: string;
436
- primary: string;
437
- };
438
- };
439
- 'batch-input-group': {
440
- trigger: {
441
- color: string;
442
- 'color-disabled': string;
443
- };
444
- };
445
- 'ap-text': {
446
- label: {
447
- color: string;
448
- };
449
- content: {
450
- color: {
451
- major: string;
452
- minor: string;
453
- };
454
- };
455
- };
456
- 'ap-view': {
457
- icon: {
458
- color: string;
459
- };
460
- bg: {
461
- color: string;
462
- };
463
- message: {
464
- color: string;
465
- };
466
- border: {
467
- color: string;
468
- };
469
- };
470
- }>;
471
210
  exportField: ExportField;
472
211
  viewCacheOption: ViewCacheOption;
473
212
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
@@ -619,137 +358,6 @@ export declare const APConfigProvider: {
619
358
  type: PropType<downloadCenterTriggerConfig>;
620
359
  default: () => {};
621
360
  };
622
- cssVar: {
623
- type: PropType<RecursivePartial<{
624
- 'ap-form': {
625
- bordered: {
626
- 'border-color': {
627
- base: string;
628
- hover: string;
629
- active: string;
630
- };
631
- 'shadow-color': string;
632
- };
633
- };
634
- 'ap-action': {
635
- color: {
636
- primary: {
637
- base: string;
638
- hover: string;
639
- };
640
- success: string;
641
- error: string;
642
- warn: string;
643
- };
644
- };
645
- 'check-card': {
646
- outline: {
647
- color: string;
648
- };
649
- hover: {
650
- outline: {
651
- color: string;
652
- };
653
- };
654
- checked: {
655
- outline: {
656
- color: string;
657
- };
658
- bg: string;
659
- };
660
- };
661
- 'ap-table': {
662
- header: {
663
- bg: string;
664
- };
665
- pagination: {
666
- total: {
667
- color: string;
668
- count: {
669
- color: string;
670
- };
671
- };
672
- };
673
- setting: {
674
- button: {
675
- color: string;
676
- };
677
- };
678
- };
679
- 'ap-batch-action': {
680
- color: {
681
- font: string;
682
- active: string;
683
- border: string;
684
- };
685
- };
686
- basic: {
687
- color: {
688
- primary: string;
689
- };
690
- };
691
- 'ap-descriptions': {
692
- item: {
693
- 'padding-bottom': string;
694
- 'label-width': string;
695
- };
696
- 'last-row-item': {
697
- 'padding-bottom': string;
698
- };
699
- };
700
- 'ap-appendix': {
701
- area: {
702
- color: {
703
- border: string;
704
- font: string;
705
- 'font-hover': string;
706
- 'font-disabled': string;
707
- icon: string;
708
- };
709
- };
710
- };
711
- 'ap-upload-single': {
712
- color: {
713
- main: string;
714
- sub: string;
715
- border: string;
716
- primary: string;
717
- };
718
- };
719
- 'batch-input-group': {
720
- trigger: {
721
- color: string;
722
- 'color-disabled': string;
723
- };
724
- };
725
- 'ap-text': {
726
- label: {
727
- color: string;
728
- };
729
- content: {
730
- color: {
731
- major: string;
732
- minor: string;
733
- };
734
- };
735
- };
736
- 'ap-view': {
737
- icon: {
738
- color: string;
739
- };
740
- bg: {
741
- color: string;
742
- };
743
- message: {
744
- color: string;
745
- };
746
- border: {
747
- color: string;
748
- };
749
- };
750
- }>>;
751
- default: () => {};
752
- };
753
361
  exportField: {
754
362
  type: PropType<ExportField>;
755
363
  default: boolean;
@@ -798,134 +406,6 @@ export declare const APConfigProvider: {
798
406
  apDescriptions: ApDescriptionsConfig;
799
407
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
800
408
  downloadCenterTriggerConfig: downloadCenterTriggerConfig;
801
- cssVar: RecursivePartial<{
802
- 'ap-form': {
803
- bordered: {
804
- 'border-color': {
805
- base: string;
806
- hover: string;
807
- active: string;
808
- };
809
- 'shadow-color': string;
810
- };
811
- };
812
- 'ap-action': {
813
- color: {
814
- primary: {
815
- base: string;
816
- hover: string;
817
- };
818
- success: string;
819
- error: string;
820
- warn: string;
821
- };
822
- };
823
- 'check-card': {
824
- outline: {
825
- color: string;
826
- };
827
- hover: {
828
- outline: {
829
- color: string;
830
- };
831
- };
832
- checked: {
833
- outline: {
834
- color: string;
835
- };
836
- bg: string;
837
- };
838
- };
839
- 'ap-table': {
840
- header: {
841
- bg: string;
842
- };
843
- pagination: {
844
- total: {
845
- color: string;
846
- count: {
847
- color: string;
848
- };
849
- };
850
- };
851
- setting: {
852
- button: {
853
- color: string;
854
- };
855
- };
856
- };
857
- 'ap-batch-action': {
858
- color: {
859
- font: string;
860
- active: string;
861
- border: string;
862
- };
863
- };
864
- basic: {
865
- color: {
866
- primary: string;
867
- };
868
- };
869
- 'ap-descriptions': {
870
- item: {
871
- 'padding-bottom': string;
872
- 'label-width': string;
873
- };
874
- 'last-row-item': {
875
- 'padding-bottom': string;
876
- };
877
- };
878
- 'ap-appendix': {
879
- area: {
880
- color: {
881
- border: string;
882
- font: string;
883
- 'font-hover': string;
884
- 'font-disabled': string;
885
- icon: string;
886
- };
887
- };
888
- };
889
- 'ap-upload-single': {
890
- color: {
891
- main: string;
892
- sub: string;
893
- border: string;
894
- primary: string;
895
- };
896
- };
897
- 'batch-input-group': {
898
- trigger: {
899
- color: string;
900
- 'color-disabled': string;
901
- };
902
- };
903
- 'ap-text': {
904
- label: {
905
- color: string;
906
- };
907
- content: {
908
- color: {
909
- major: string;
910
- minor: string;
911
- };
912
- };
913
- };
914
- 'ap-view': {
915
- icon: {
916
- color: string;
917
- };
918
- bg: {
919
- color: string;
920
- };
921
- message: {
922
- color: string;
923
- };
924
- border: {
925
- color: string;
926
- };
927
- };
928
- }>;
929
409
  exportField: ExportField;
930
410
  viewCacheOption: ViewCacheOption;
931
411
  }>;
@@ -1074,10 +554,6 @@ export declare const APConfigProvider: {
1074
554
  type: PropType<downloadCenterTriggerConfig>;
1075
555
  default: () => {};
1076
556
  };
1077
- cssVar: {
1078
- type: PropType<CssVarType>;
1079
- default: () => {};
1080
- };
1081
557
  exportField: {
1082
558
  type: PropType<ExportField>;
1083
559
  default: boolean;
@@ -1126,134 +602,6 @@ export declare const APConfigProvider: {
1126
602
  apDescriptions: ApDescriptionsConfig;
1127
603
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
1128
604
  downloadCenterTriggerConfig: downloadCenterTriggerConfig;
1129
- cssVar: RecursivePartial<{
1130
- 'ap-form': {
1131
- bordered: {
1132
- 'border-color': {
1133
- base: string;
1134
- hover: string;
1135
- active: string;
1136
- };
1137
- 'shadow-color': string;
1138
- };
1139
- };
1140
- 'ap-action': {
1141
- color: {
1142
- primary: {
1143
- base: string;
1144
- hover: string;
1145
- };
1146
- success: string;
1147
- error: string;
1148
- warn: string;
1149
- };
1150
- };
1151
- 'check-card': {
1152
- outline: {
1153
- color: string;
1154
- };
1155
- hover: {
1156
- outline: {
1157
- color: string;
1158
- };
1159
- };
1160
- checked: {
1161
- outline: {
1162
- color: string;
1163
- };
1164
- bg: string;
1165
- };
1166
- };
1167
- 'ap-table': {
1168
- header: {
1169
- bg: string;
1170
- };
1171
- pagination: {
1172
- total: {
1173
- color: string;
1174
- count: {
1175
- color: string;
1176
- };
1177
- };
1178
- };
1179
- setting: {
1180
- button: {
1181
- color: string;
1182
- };
1183
- };
1184
- };
1185
- 'ap-batch-action': {
1186
- color: {
1187
- font: string;
1188
- active: string;
1189
- border: string;
1190
- };
1191
- };
1192
- basic: {
1193
- color: {
1194
- primary: string;
1195
- };
1196
- };
1197
- 'ap-descriptions': {
1198
- item: {
1199
- 'padding-bottom': string;
1200
- 'label-width': string;
1201
- };
1202
- 'last-row-item': {
1203
- 'padding-bottom': string;
1204
- };
1205
- };
1206
- 'ap-appendix': {
1207
- area: {
1208
- color: {
1209
- border: string;
1210
- font: string;
1211
- 'font-hover': string;
1212
- 'font-disabled': string;
1213
- icon: string;
1214
- };
1215
- };
1216
- };
1217
- 'ap-upload-single': {
1218
- color: {
1219
- main: string;
1220
- sub: string;
1221
- border: string;
1222
- primary: string;
1223
- };
1224
- };
1225
- 'batch-input-group': {
1226
- trigger: {
1227
- color: string;
1228
- 'color-disabled': string;
1229
- };
1230
- };
1231
- 'ap-text': {
1232
- label: {
1233
- color: string;
1234
- };
1235
- content: {
1236
- color: {
1237
- major: string;
1238
- minor: string;
1239
- };
1240
- };
1241
- };
1242
- 'ap-view': {
1243
- icon: {
1244
- color: string;
1245
- };
1246
- bg: {
1247
- color: string;
1248
- };
1249
- message: {
1250
- color: string;
1251
- };
1252
- border: {
1253
- color: string;
1254
- };
1255
- };
1256
- }>;
1257
605
  exportField: ExportField;
1258
606
  viewCacheOption: ViewCacheOption;
1259
607
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={borderRadius:4},r={...o,colorPrimary:"#0070FF",colorPrimaryHover:"#66A9FF",colorPrimaryActive:"#338CFF",colorTextBase:"#182948",colorText:"#182948",colorTextSecondary:"#526A90",colorTextTertiary:"#8896B0",colorTextPlaceholder:"#BFBFBF",colorBorder:"#DEE4ED",colorSplit:"#E9EDF3",colorInfo:"#0070FF",colorSuccess:"#2ED1A3",colorError:"#FF4D4F",colorWarning:"#FFA940",colorBgContainerDisabled:"#F2F6F9",wireframe:!1,colorBgLayout:"#F2F6F9",colorBgSpotlight:"#000000cc",controlItemBgActive:"#F5F9FF",controlItemBgActiveHover:"#EAF2FF",colorBorderSecondary:"#E9EDF3"},c={...o,colorPrimary:"#34B77C",colorPrimaryHover:"#85D4B0",colorPrimaryActive:"#5DC596",colorBgContainerDisabled:"#f5f5f5",colorTextBase:"#333333",colorText:"#333333",colorTextSecondary:"#666666",colorTextTertiary:"#999999",colorTextPlaceholder:"#ABB7CC",colorBorder:"#D9D9D9",colorSplit:"#E9E9E9",colorInfo:"#1890FF",colorSuccess:"#52C41A",colorError:"#FF4D4F",colorWarning:"#FAAD14",colorLink:"#1890FF",wireframe:!1,colorBgLayout:"#FAFAFA",colorBgSpotlight:"#000000cc",controlItemBgActive:"#f3fbf7",controlItemBgActiveHover:"#e6f6ef",colorBorderSecondary:"#E9E9E9"};exports.adminToken=c;exports.aplusToken=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={borderRadius:4,fontSize:12,sizeStep:4,lineHeight:1.5,lineHeightSM:1.6,wireframe:!1,sizeUnit:3},r={...o,colorPrimary:"#0070FF",colorPrimaryHover:"#66A9FF",colorPrimaryActive:"#338CFF",colorTextBase:"#182948",colorText:"#182948",colorTextSecondary:"#526A90",colorTextTertiary:"#8896B0",colorTextPlaceholder:"#BFBFBF",colorBorder:"#DEE4ED",colorSplit:"#E9EDF3",colorInfo:"#0070FF",colorSuccess:"#2ED1A3",colorError:"#FF4D4F",colorWarning:"#FFA940",colorBgContainerDisabled:"#F2F6F9",wireframe:!1,colorBgLayout:"#F2F6F9",colorBgSpotlight:"#000000cc",controlItemBgActive:"#F5F9FF",controlItemBgActiveHover:"#EAF2FF",colorBorderSecondary:"#E9EDF3"},e={...o,colorPrimary:"#34B77C",colorPrimaryHover:"#85D4B0",colorPrimaryActive:"#5DC596",colorBgContainerDisabled:"#f5f5f5",colorTextBase:"#333333",colorText:"#333333",colorTextSecondary:"#666666",colorTextTertiary:"#999999",colorTextPlaceholder:"#ABB7CC",colorBorder:"#D9D9D9",colorSplit:"#E9E9E9",colorInfo:"#1890FF",colorSuccess:"#52C41A",colorError:"#FF4D4F",colorWarning:"#FAAD14",colorLink:"#1890FF",wireframe:!1,colorBgLayout:"#FAFAFA",colorBgSpotlight:"#000000cc",controlItemBgActive:"#f3fbf7",controlItemBgActiveHover:"#e6f6ef",colorBorderSecondary:"#E9E9E9"};exports.adminToken=e;exports.aplusToken=r;