@aplus-frontend/ui 7.0.0-beta.2 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/es/index.mjs +216 -218
  2. package/es/src/ag-grid/editable/form-item.vue.mjs +68 -63
  3. package/es/src/ag-grid/editable/index.vue.mjs +66 -61
  4. package/es/src/ag-grid/editable/interface.d.ts +3 -1
  5. package/es/src/ag-grid/hooks/use-columns-def.mjs +71 -70
  6. package/es/src/ag-grid/hooks/use-editable-form-item-api.mjs +65 -63
  7. package/es/src/ag-grid/index.vue.mjs +1 -0
  8. package/es/src/ag-grid/interface.d.ts +1 -0
  9. package/es/src/ag-grid/style/custom-header.d.ts +2 -2
  10. package/es/src/ag-grid/style/editable.d.ts +2 -2
  11. package/es/src/ag-grid/style/index.d.ts +30 -3
  12. package/es/src/ag-grid/style/index.mjs +56 -43
  13. package/es/src/ag-grid/theme.mjs +12 -11
  14. package/es/src/ap-action/item/index.vue2.mjs +14 -12
  15. package/es/src/ap-action/item-dropdown/index.vue.mjs +18 -17
  16. package/es/src/ap-action/style/dropdown-item.d.ts +2 -2
  17. package/es/src/ap-action/style/dropdown-item.mjs +4 -4
  18. package/es/src/ap-action/style/index.d.ts +7 -4
  19. package/es/src/ap-action/style/index.mjs +29 -23
  20. package/es/src/ap-button/ap-button.vue.mjs +45 -49
  21. package/es/src/ap-button/style/index.d.ts +2 -2
  22. package/es/src/ap-button/style/index.mjs +5 -4
  23. package/es/src/ap-button/utils/index.mjs +16 -16
  24. package/es/src/ap-descriptions/style/index.d.ts +2 -2
  25. package/es/src/ap-download/ap-download.vue.d.ts +4 -4
  26. package/es/src/ap-download/ap-download.vue.mjs +27 -27
  27. package/es/src/ap-download/hooks/useStyle.mjs +9 -9
  28. package/es/src/ap-download/interface.d.ts +4 -0
  29. package/es/src/ap-download/style/index.d.ts +2 -2
  30. package/es/src/ap-drawer/style/index.d.ts +2 -2
  31. package/es/src/ap-field/style/index.d.ts +2 -2
  32. package/es/src/ap-form/style/drawer-form.d.ts +2 -2
  33. package/es/src/ap-form/style/item-group.d.ts +2 -2
  34. package/es/src/ap-form/style/item-text-group.d.ts +2 -2
  35. package/es/src/ap-form/style/item.d.ts +3 -4
  36. package/es/src/ap-form/style/item.mjs +12 -16
  37. package/es/src/ap-form/style/modal-form.d.ts +4 -3
  38. package/es/src/ap-form/style/modal-form.mjs +26 -13
  39. package/es/src/ap-form/style/search-form-sorter.d.ts +4 -3
  40. package/es/src/ap-form/style/search-form-sorter.mjs +20 -13
  41. package/es/src/ap-form/style/search-form.d.ts +2 -2
  42. package/es/src/ap-form/style/token.d.ts +25 -1
  43. package/es/src/ap-grid/hooks/use-table-style.mjs +1 -1
  44. package/es/src/ap-grid/index.vue.mjs +2 -2
  45. package/es/src/ap-grid/style/editable.d.ts +2 -2
  46. package/es/src/ap-grid/style/index.d.ts +6 -3
  47. package/es/src/ap-grid/style/index.mjs +10 -7
  48. package/es/src/ap-grid/utils/col.mjs +33 -33
  49. package/es/src/ap-list/style/index.d.ts +2 -2
  50. package/es/src/ap-modal/interface.d.ts +31 -11
  51. package/es/src/ap-modal/utils/createModal.mjs +52 -45
  52. package/es/src/ap-pro-card/style/divider.d.ts +2 -2
  53. package/es/src/ap-pro-card/style/index.d.ts +2 -2
  54. package/es/src/ap-pro-card/style/operation.d.ts +2 -2
  55. package/es/src/ap-pro-card/style/statistic.d.ts +2 -2
  56. package/es/src/ap-pro-card/style/statistics-card.d.ts +2 -2
  57. package/es/src/ap-pro-card/style/title.d.ts +2 -2
  58. package/es/src/ap-table/ap-table.vue2.mjs +2 -2
  59. package/es/src/ap-table/style/ellipsis.d.ts +2 -2
  60. package/es/src/ap-table/style/index-comp.d.ts +2 -2
  61. package/es/src/ap-table/style/index.d.ts +2 -2
  62. package/es/src/ap-table/style/setting.d.ts +2 -2
  63. package/es/src/ap-table/utils.mjs +14 -11
  64. package/es/src/ap-tag/ap-tag.vue.mjs +7 -6
  65. package/es/src/ap-tag/style/group.d.ts +2 -2
  66. package/es/src/ap-tag/style/index.d.ts +2 -2
  67. package/es/src/ap-upload/style/index.d.ts +2 -2
  68. package/es/src/business/ag-grid-modal/style/index.d.ts +2 -2
  69. package/es/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
  70. package/es/src/business/ag-grid-modal/utils.mjs +23 -23
  71. package/es/src/business/ap-appendix/style/index.d.ts +5 -4
  72. package/es/src/business/ap-appendix/style/index.mjs +20 -17
  73. package/es/src/business/ap-appendix/style/token.d.ts +4 -0
  74. package/es/src/business/ap-appendix/style/token.mjs +6 -0
  75. package/es/src/business/ap-attachment/ApAttachment.mjs +64 -60
  76. package/es/src/business/ap-attachment/style/index.d.ts +2 -2
  77. package/es/src/business/ap-attachment/style/index.mjs +1 -0
  78. package/es/src/business/ap-batch-action/style/index.d.ts +3 -3
  79. package/es/src/business/ap-batch-action/style/index.mjs +4 -4
  80. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +50 -56
  81. package/es/src/business/ap-batch-action-group/style/index.d.ts +3 -0
  82. package/es/src/business/ap-batch-action-group/style/index.mjs +14 -0
  83. package/es/src/business/ap-card/style/index.d.ts +3 -3
  84. package/es/src/business/ap-card/style/index.mjs +8 -8
  85. package/es/src/business/ap-copy/style/index.d.ts +2 -2
  86. package/es/src/business/ap-draggable-grid/style/index.d.ts +2 -2
  87. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
  88. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +57 -49
  89. package/es/src/business/ap-expand-alert/index.d.ts +5 -2
  90. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  91. package/es/src/business/ap-expand-alert/style/index.d.ts +2 -2
  92. package/es/src/business/ap-image/style/index.d.ts +3 -3
  93. package/es/src/business/ap-image/style/index.mjs +6 -6
  94. package/es/src/business/ap-input-radio/style/index.d.ts +2 -2
  95. package/es/src/business/ap-label/style/index.d.ts +2 -2
  96. package/es/src/business/ap-ladder/style/index.d.ts +2 -2
  97. package/es/src/business/ap-product-info/style/index.d.ts +2 -2
  98. package/es/src/business/ap-radio-group/style/index.d.ts +2 -2
  99. package/es/src/business/ap-radio-group/style/index.mjs +3 -3
  100. package/es/src/business/ap-select-layout/style/index.d.ts +2 -2
  101. package/es/src/business/ap-size-input/style/index.d.ts +2 -2
  102. package/es/src/business/ap-status/style/index.d.ts +2 -2
  103. package/es/src/business/ap-summary/style/index.d.ts +2 -2
  104. package/es/src/business/ap-table-modal/style/index.d.ts +2 -2
  105. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +23 -23
  106. package/es/src/business/ap-title/style/index.d.ts +2 -2
  107. package/es/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
  108. package/es/src/business/ap-value-select-card/style/index.d.ts +2 -2
  109. package/es/src/business/ap-view/style/index.d.ts +3 -3
  110. package/es/src/business/ap-view/style/index.mjs +19 -22
  111. package/es/src/business/batch-input-group/style/index.d.ts +5 -2
  112. package/es/src/business/batch-input-group/style/index.mjs +9 -5
  113. package/es/src/business/hooks/usePageListAgGrid.mjs +7 -6
  114. package/es/src/check-card/style/index.d.ts +2 -2
  115. package/es/src/check-card/style/index.mjs +37 -31
  116. package/es/src/config-provider/config-provider.d.ts +1 -2
  117. package/es/src/config-provider/hooks/use-global-config.d.ts +1 -2
  118. package/es/src/config-provider/hooks/use-global-config.mjs +42 -33
  119. package/es/src/config-provider/hooks/use-token.d.ts +7 -2
  120. package/es/src/config-provider/hooks/use-token.mjs +6 -3
  121. package/es/src/config-provider/index.d.ts +1 -2
  122. package/es/src/design-token/constants.d.ts +1 -6
  123. package/es/src/design-token/constants.mjs +2 -100
  124. package/es/src/design-token/index.d.ts +1 -1
  125. package/es/src/design-token/index.mjs +5 -6
  126. package/es/src/design-token/interface.d.ts +9 -1
  127. package/es/src/design-token/interface.mjs +1 -0
  128. package/es/src/editable-table/style/index.d.ts +2 -2
  129. package/es/src/full-screen/index.vue.mjs +31 -30
  130. package/es/src/full-screen/style/index.d.ts +2 -2
  131. package/es/src/index.mjs +196 -198
  132. package/es/src/mask/style/index.d.ts +2 -2
  133. package/es/src/mask/style/index.mjs +2 -2
  134. package/es/src/scroll-bar/style/index.d.ts +2 -2
  135. package/es/src/scroll-bar/style/index.mjs +17 -17
  136. package/es/src/scroll-view/style/index.d.ts +2 -2
  137. package/es/src/splitter/style/index.d.ts +11 -3
  138. package/es/src/splitter/style/index.mjs +1 -2
  139. package/es/src/text/style/group.d.ts +2 -2
  140. package/es/src/text/style/index.d.ts +6 -3
  141. package/es/src/text/style/index.mjs +22 -18
  142. package/es/src/utils/cssinjs/index.d.ts +3 -7
  143. package/es/src/utils/cssinjs/index.mjs +55 -39
  144. package/es/src/utils/cssinjs/instance.mjs +7 -7
  145. package/es/src/utils/cssinjs/plugin-append-cssvar.d.ts +6 -0
  146. package/es/src/utils/cssinjs/plugin-append-cssvar.mjs +6 -0
  147. package/es/src/utils/cssinjs/plugin-specificity.mjs +6 -6
  148. package/es/src/utils/cssinjs/utils.d.ts +6 -0
  149. package/es/src/utils/cssinjs/utils.mjs +15 -0
  150. package/es/src/version.d.ts +1 -1
  151. package/es/src/version.mjs +1 -1
  152. package/lib/index.js +1 -1
  153. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  154. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  155. package/lib/src/ag-grid/editable/interface.d.ts +3 -1
  156. package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
  157. package/lib/src/ag-grid/hooks/use-editable-form-item-api.js +1 -1
  158. package/lib/src/ag-grid/index.vue.js +1 -1
  159. package/lib/src/ag-grid/interface.d.ts +1 -0
  160. package/lib/src/ag-grid/style/custom-header.d.ts +2 -2
  161. package/lib/src/ag-grid/style/editable.d.ts +2 -2
  162. package/lib/src/ag-grid/style/index.d.ts +30 -3
  163. package/lib/src/ag-grid/style/index.js +1 -1
  164. package/lib/src/ag-grid/theme.js +1 -1
  165. package/lib/src/ap-action/item/index.vue2.js +1 -1
  166. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  167. package/lib/src/ap-action/style/dropdown-item.d.ts +2 -2
  168. package/lib/src/ap-action/style/dropdown-item.js +1 -1
  169. package/lib/src/ap-action/style/index.d.ts +7 -4
  170. package/lib/src/ap-action/style/index.js +1 -1
  171. package/lib/src/ap-button/ap-button.vue.js +1 -1
  172. package/lib/src/ap-button/style/index.d.ts +2 -2
  173. package/lib/src/ap-button/style/index.js +1 -1
  174. package/lib/src/ap-button/utils/index.js +1 -1
  175. package/lib/src/ap-descriptions/style/index.d.ts +2 -2
  176. package/lib/src/ap-download/ap-download.vue.d.ts +4 -4
  177. package/lib/src/ap-download/ap-download.vue.js +1 -1
  178. package/lib/src/ap-download/hooks/useStyle.js +1 -1
  179. package/lib/src/ap-download/interface.d.ts +4 -0
  180. package/lib/src/ap-download/style/index.d.ts +2 -2
  181. package/lib/src/ap-drawer/style/index.d.ts +2 -2
  182. package/lib/src/ap-field/style/index.d.ts +2 -2
  183. package/lib/src/ap-form/style/drawer-form.d.ts +2 -2
  184. package/lib/src/ap-form/style/item-group.d.ts +2 -2
  185. package/lib/src/ap-form/style/item-text-group.d.ts +2 -2
  186. package/lib/src/ap-form/style/item.d.ts +3 -4
  187. package/lib/src/ap-form/style/item.js +1 -1
  188. package/lib/src/ap-form/style/modal-form.d.ts +4 -3
  189. package/lib/src/ap-form/style/modal-form.js +1 -1
  190. package/lib/src/ap-form/style/search-form-sorter.d.ts +4 -3
  191. package/lib/src/ap-form/style/search-form-sorter.js +1 -1
  192. package/lib/src/ap-form/style/search-form.d.ts +2 -2
  193. package/lib/src/ap-form/style/token.d.ts +25 -1
  194. package/lib/src/ap-grid/hooks/use-table-style.js +1 -1
  195. package/lib/src/ap-grid/index.vue.js +1 -1
  196. package/lib/src/ap-grid/style/editable.d.ts +2 -2
  197. package/lib/src/ap-grid/style/index.d.ts +6 -3
  198. package/lib/src/ap-grid/style/index.js +1 -1
  199. package/lib/src/ap-grid/utils/col.js +1 -1
  200. package/lib/src/ap-list/style/index.d.ts +2 -2
  201. package/lib/src/ap-modal/interface.d.ts +31 -11
  202. package/lib/src/ap-modal/utils/createModal.js +1 -1
  203. package/lib/src/ap-pro-card/style/divider.d.ts +2 -2
  204. package/lib/src/ap-pro-card/style/index.d.ts +2 -2
  205. package/lib/src/ap-pro-card/style/operation.d.ts +2 -2
  206. package/lib/src/ap-pro-card/style/statistic.d.ts +2 -2
  207. package/lib/src/ap-pro-card/style/statistics-card.d.ts +2 -2
  208. package/lib/src/ap-pro-card/style/title.d.ts +2 -2
  209. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  210. package/lib/src/ap-table/style/ellipsis.d.ts +2 -2
  211. package/lib/src/ap-table/style/index-comp.d.ts +2 -2
  212. package/lib/src/ap-table/style/index.d.ts +2 -2
  213. package/lib/src/ap-table/style/setting.d.ts +2 -2
  214. package/lib/src/ap-table/utils.js +1 -1
  215. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  216. package/lib/src/ap-tag/style/group.d.ts +2 -2
  217. package/lib/src/ap-tag/style/index.d.ts +2 -2
  218. package/lib/src/ap-upload/style/index.d.ts +2 -2
  219. package/lib/src/business/ag-grid-modal/style/index.d.ts +2 -2
  220. package/lib/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
  221. package/lib/src/business/ag-grid-modal/utils.js +1 -1
  222. package/lib/src/business/ap-appendix/style/index.d.ts +5 -4
  223. package/lib/src/business/ap-appendix/style/index.js +1 -1
  224. package/lib/src/business/ap-appendix/style/token.d.ts +4 -0
  225. package/lib/src/business/ap-appendix/style/token.js +1 -0
  226. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  227. package/lib/src/business/ap-attachment/style/index.d.ts +2 -2
  228. package/lib/src/business/ap-attachment/style/index.js +1 -1
  229. package/lib/src/business/ap-batch-action/style/index.d.ts +3 -3
  230. package/lib/src/business/ap-batch-action/style/index.js +1 -1
  231. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  232. package/lib/src/business/ap-batch-action-group/style/index.d.ts +3 -0
  233. package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
  234. package/lib/src/business/ap-card/style/index.d.ts +3 -3
  235. package/lib/src/business/ap-card/style/index.js +1 -1
  236. package/lib/src/business/ap-copy/style/index.d.ts +2 -2
  237. package/lib/src/business/ap-draggable-grid/style/index.d.ts +2 -2
  238. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
  239. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  240. package/lib/src/business/ap-expand-alert/index.d.ts +5 -2
  241. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  242. package/lib/src/business/ap-expand-alert/style/index.d.ts +2 -2
  243. package/lib/src/business/ap-image/style/index.d.ts +3 -3
  244. package/lib/src/business/ap-image/style/index.js +1 -1
  245. package/lib/src/business/ap-input-radio/style/index.d.ts +2 -2
  246. package/lib/src/business/ap-label/style/index.d.ts +2 -2
  247. package/lib/src/business/ap-ladder/style/index.d.ts +2 -2
  248. package/lib/src/business/ap-product-info/style/index.d.ts +2 -2
  249. package/lib/src/business/ap-radio-group/style/index.d.ts +2 -2
  250. package/lib/src/business/ap-radio-group/style/index.js +1 -1
  251. package/lib/src/business/ap-select-layout/style/index.d.ts +2 -2
  252. package/lib/src/business/ap-size-input/style/index.d.ts +2 -2
  253. package/lib/src/business/ap-status/style/index.d.ts +2 -2
  254. package/lib/src/business/ap-summary/style/index.d.ts +2 -2
  255. package/lib/src/business/ap-table-modal/style/index.d.ts +2 -2
  256. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  257. package/lib/src/business/ap-title/style/index.d.ts +2 -2
  258. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
  259. package/lib/src/business/ap-value-select-card/style/index.d.ts +2 -2
  260. package/lib/src/business/ap-view/style/index.d.ts +3 -3
  261. package/lib/src/business/ap-view/style/index.js +1 -1
  262. package/lib/src/business/batch-input-group/style/index.d.ts +5 -2
  263. package/lib/src/business/batch-input-group/style/index.js +1 -1
  264. package/lib/src/business/hooks/usePageListAgGrid.js +1 -1
  265. package/lib/src/check-card/style/index.d.ts +2 -2
  266. package/lib/src/check-card/style/index.js +1 -1
  267. package/lib/src/config-provider/config-provider.d.ts +1 -2
  268. package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -2
  269. package/lib/src/config-provider/hooks/use-global-config.js +1 -1
  270. package/lib/src/config-provider/hooks/use-token.d.ts +7 -2
  271. package/lib/src/config-provider/hooks/use-token.js +1 -1
  272. package/lib/src/config-provider/index.d.ts +1 -2
  273. package/lib/src/design-token/constants.d.ts +1 -6
  274. package/lib/src/design-token/constants.js +1 -1
  275. package/lib/src/design-token/index.d.ts +1 -1
  276. package/lib/src/design-token/index.js +1 -1
  277. package/lib/src/design-token/interface.d.ts +9 -1
  278. package/lib/src/design-token/interface.js +1 -0
  279. package/lib/src/editable-table/style/index.d.ts +2 -2
  280. package/lib/src/full-screen/index.vue.js +1 -1
  281. package/lib/src/full-screen/style/index.d.ts +2 -2
  282. package/lib/src/index.js +1 -1
  283. package/lib/src/mask/style/index.d.ts +2 -2
  284. package/lib/src/mask/style/index.js +2 -2
  285. package/lib/src/scroll-bar/style/index.d.ts +2 -2
  286. package/lib/src/scroll-bar/style/index.js +1 -1
  287. package/lib/src/scroll-view/style/index.d.ts +2 -2
  288. package/lib/src/splitter/style/index.d.ts +11 -3
  289. package/lib/src/splitter/style/index.js +1 -1
  290. package/lib/src/text/style/group.d.ts +2 -2
  291. package/lib/src/text/style/index.d.ts +6 -3
  292. package/lib/src/text/style/index.js +1 -1
  293. package/lib/src/utils/cssinjs/index.d.ts +3 -7
  294. package/lib/src/utils/cssinjs/index.js +1 -1
  295. package/lib/src/utils/cssinjs/instance.js +1 -1
  296. package/lib/src/utils/cssinjs/plugin-append-cssvar.d.ts +6 -0
  297. package/lib/src/utils/cssinjs/plugin-append-cssvar.js +1 -0
  298. package/lib/src/utils/cssinjs/plugin-specificity.js +1 -1
  299. package/lib/src/utils/cssinjs/utils.d.ts +6 -0
  300. package/lib/src/utils/cssinjs/utils.js +1 -0
  301. package/lib/src/version.d.ts +1 -1
  302. package/lib/src/version.js +1 -1
  303. package/package.json +1 -1
@@ -1,45 +1,45 @@
1
- import { render as m, defineComponent as b, createVNode as l, mergeProps as k, h as w } from "vue";
1
+ import { render as f, defineComponent as b, createVNode as l, mergeProps as k, h as w } from "vue";
2
2
  import { Modal as P } from "@aplus-frontend/antdv";
3
- import { ConfigProvider as N, globalConfigCached as f } from "../../config-provider/config-provider.mjs";
4
- import { omit as L } from "lodash-unified";
5
- import { isNumeric as M } from "@aplus-frontend/utils";
3
+ import { ConfigProvider as N, globalConfigCached as m } from "../../config-provider/config-provider.mjs";
4
+ import { omit as E } from "lodash-unified";
5
+ import { isNumeric as L } from "@aplus-frontend/utils";
6
6
  import "../../config-provider/index.mjs";
7
- import { getContainerDom as u, getModalGlobalAppContext as A } from "./util.mjs";
8
- import { getTopWindow as E } from "../../utils/index.mjs";
9
- import { useNamespace as T } from "../../config-provider/hooks/use-namespace.mjs";
10
- const z = (p) => {
11
- let o, t;
7
+ import { getContainerDom as u, getModalGlobalAppContext as M } from "./util.mjs";
8
+ import { getTopWindow as A } from "../../utils/index.mjs";
9
+ import { useNamespace as F } from "../../config-provider/hooks/use-namespace.mjs";
10
+ const q = (o) => {
11
+ let t, n;
12
12
  const {
13
- destroyOnClose: a = !0,
14
- wrapperOffset: n = !1
15
- } = p, {
16
- b: s
17
- } = T("ap-modal");
18
- function i() {
19
- o && o(!1), setTimeout(() => {
20
- m(null, r), r.parentElement?.removeChild(r);
13
+ destroyOnClose: i = !0,
14
+ wrapperOffset: r = !1
15
+ } = o, {
16
+ b: p
17
+ } = F("ap-modal");
18
+ function s() {
19
+ t && t(!1), setTimeout(() => {
20
+ f(null, a), a.parentElement?.removeChild(a);
21
21
  }, 500);
22
22
  }
23
23
  function h() {
24
- o && o(!0);
24
+ t && t(!0);
25
25
  }
26
- function c() {
27
- o && o(!1);
26
+ function d() {
27
+ t && t(!1);
28
28
  }
29
29
  function C(e) {
30
- t && t(e);
30
+ n && n(e);
31
31
  }
32
32
  const g = /* @__PURE__ */ b({
33
33
  data() {
34
34
  return {
35
- open: a,
36
- props: p
35
+ open: i,
36
+ props: o
37
37
  };
38
38
  },
39
39
  created() {
40
- o = (e) => {
40
+ t = (e) => {
41
41
  this.open = e;
42
- }, t = (e) => {
42
+ }, n = (e) => {
43
43
  this.props = {
44
44
  ...this.props,
45
45
  ...e
@@ -52,61 +52,68 @@ const z = (p) => {
52
52
  const e = this.props?.content?.component?.exposed ?? void 0;
53
53
  await this.props?.onCancel(e);
54
54
  }
55
- a ? i() : c();
55
+ i ? s() : d();
56
56
  },
57
57
  async handleOk() {
58
58
  try {
59
- if (t({
59
+ if (n({
60
60
  confirmLoading: !0
61
61
  }), this.props?.onOk) {
62
62
  const e = this.props?.content?.component?.exposed ?? void 0;
63
63
  await this.props.onOk(e);
64
64
  }
65
- t({
65
+ n({
66
66
  confirmLoading: !1
67
- }), a ? i() : c();
67
+ }), i ? s() : d();
68
68
  } catch {
69
- t({
69
+ n({
70
70
  confirmLoading: !1
71
71
  });
72
72
  }
73
+ },
74
+ handleFooter(e) {
75
+ return o?.footer !== void 0 ? typeof o.footer == "function" ? o.footer({
76
+ ...e,
77
+ contentExposed: this.props?.content?.component?.exposed ?? void 0
78
+ }) : o.footer : e?.originNode;
73
79
  }
74
80
  },
75
81
  render() {
76
- const e = L(this.props, ["onCancel", "onOk", "open", "onUpdate:open", "getContainer", "icon"]);
77
- return l(N, f.value, {
82
+ const e = E(this.props, ["onCancel", "onOk", "open", "onUpdate:open", "getContainer", "icon", "footer"]);
83
+ return l(N, m.value, {
78
84
  default: () => [l(P, k({
79
85
  class: {
80
- [s()]: !0,
81
- [s("wrapper")]: n
86
+ [p()]: !0,
87
+ [p("wrapper")]: r
82
88
  },
83
89
  centered: !0
84
90
  }, e, {
85
91
  open: this.open,
86
92
  onCancel: this.handleCancel,
87
- onOk: this.handleOk
93
+ onOk: this.handleOk,
94
+ footer: this?.handleFooter
88
95
  }), {
89
96
  default: () => [l("div", {
90
97
  class: {
91
- [s("body-wrapper")]: n
98
+ [p("body-wrapper")]: r
92
99
  },
93
- style: n === !1 ? {} : {
94
- maxHeight: `calc(100vh - ${(n === !0 ? 100 : M(n) ? Number(n) : 100) * 2}px)`
100
+ style: r === !1 ? {} : {
101
+ maxHeight: `calc(100vh - ${(r === !0 ? 100 : L(r) ? Number(r) : 100) * 2}px)`
95
102
  }
96
103
  }, [this.props?.content])]
97
104
  })]
98
105
  });
99
106
  }
100
- }), x = u(f?.value?.getPopupContainer), v = u(p.getContainer), O = x || v || E().document.body, r = document.createElement("div");
101
- O.appendChild(r);
102
- const d = w(g), y = A();
103
- return d.appContext = p.appContext || y || d.appContext, m(d, r), {
104
- destroy: i,
107
+ }), x = u(m?.value?.getPopupContainer), v = u(o.getContainer), y = x || v || A().document.body, a = document.createElement("div");
108
+ y.appendChild(a);
109
+ const c = w(g), O = M();
110
+ return c.appContext = o.appContext || O || c.appContext, f(c, a), {
111
+ destroy: s,
105
112
  update: C,
106
113
  open: h,
107
- close: c
114
+ close: d
108
115
  };
109
116
  };
110
117
  export {
111
- z as createModal
118
+ q as createModal
112
119
  };
@@ -1,6 +1,6 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
2
  import { ProCardToken } from './token';
3
- import { Ref } from 'vue';
3
+ import { ComputedRef } from 'vue';
4
4
  export declare const genProCardDividerStyle: GenStyleFunc<ProCardToken>;
5
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
5
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
2
  import { ProCardToken } from './token';
3
- import { Ref } from 'vue';
3
+ import { ComputedRef } from 'vue';
4
4
  export declare const genProCardStyle: GenStyleFunc<ProCardToken>;
5
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
5
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
6
6
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genProCardOperationStyle: GenStyleFunc;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
4
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
5
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
2
  import { ProCardToken } from './token';
3
- import { Ref } from 'vue';
3
+ import { ComputedRef } from 'vue';
4
4
  export declare const genProCardStatisticsStyle: GenStyleFunc<ProCardToken>;
5
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
5
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
6
6
  export default _default;
@@ -1,3 +1,3 @@
1
- import { Ref } from 'vue';
2
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
1
+ import { ComputedRef } from 'vue';
2
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
3
3
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genProCardTitleStyle: GenStyleFunc;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
4
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
5
  export default _default;
@@ -485,8 +485,8 @@ const Mr = /* @__PURE__ */ De({
485
485
  ref: R,
486
486
  "scroll-container": D.value?.table?.scrollBodyRef,
487
487
  direction: "horizontal",
488
- "bar-color": "var(--ap-scrollbar-thumb-color-base)",
489
- "track-color": "var(--ap-table-header-bg, #f2f6f9)"
488
+ "bar-color": "var(--scrollbar-thumb-color-base)",
489
+ "track-color": "var(--table-header-bg, #f2f6f9)"
490
490
  }, null, 8, ["scroll-container"])]),
491
491
  key: "0"
492
492
  } : void 0, ne(o(ue)(g, ["title", "searchFormExtra", "headerCell", "summary"]), (t, d) => ({
@@ -1,5 +1,5 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genTableEllipsisCellStyle: GenStyleFunc;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
4
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genTableIndexCellStyle: GenStyleFunc;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
4
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
5
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import { GenStyleFunc, StyleMixin } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export type ApTableToken = {
4
4
  apTableHeaderBg: string;
5
5
  };
6
6
  export declare const genSettingTriggerBtnStyle: StyleMixin;
7
7
  export declare const genApTableStyle: GenStyleFunc<ApTableToken>;
8
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
8
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
9
9
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genTableSettingStyle: GenStyleFunc;
4
4
  export declare const genTableSettingSelectGroupStyle: GenStyleFunc;
5
5
  export declare const genTableSettingSortableItemMetaStyle: GenStyleFunc;
6
6
  export declare const genTableSettingSortableItemStyle: GenStyleFunc;
7
7
  export declare const genTableSettingSorterStyle: GenStyleFunc;
8
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
8
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
9
9
  export default _default;
@@ -1,11 +1,11 @@
1
1
  import { isVNode as T, createVNode as s, mergeProps as a, cloneVNode as h, createTextVNode as C, Fragment as j } from "vue";
2
- import { isObject as d, isArray as u, isUndefined as E, isFunction as g, omit as O, isBoolean as v, isString as x, isEqual as F, sortBy as m, isPlainObject as y, every as N, isEmpty as R } from "lodash-unified";
2
+ import { isObject as d, isArray as u, isUndefined as x, isFunction as g, omit as E, isBoolean as O, isString as v, isEqual as F, sortBy as m, isPlainObject as y, every as N, isEmpty as R } from "lodash-unified";
3
3
  import { apTableRenderItemMap as P, apTableFormItemMap as S } from "./constants.mjs";
4
4
  import { isType as I } from "@fruits-chain/utils";
5
5
  import "../ap-form/index.mjs";
6
- import { Tooltip as V } from "@aplus-frontend/antdv";
7
- import { QuestionCircleOutlined as w } from "@ant-design/icons-vue";
8
- import A from "../ap-form/item/index.vue.mjs";
6
+ import { Tooltip as A } from "@aplus-frontend/antdv";
7
+ import { QuestionCircleOutlined as V } from "@ant-design/icons-vue";
8
+ import w from "../ap-form/item/index.vue.mjs";
9
9
  function M(e) {
10
10
  return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !T(e);
11
11
  }
@@ -72,7 +72,7 @@ const W = (e) => {
72
72
  });
73
73
  }
74
74
  }), t;
75
- }, X = (e) => E(e) || e < 0 ? 0 : e;
75
+ }, X = (e) => x(e) || e < 0 ? 0 : e;
76
76
  function B(e, t) {
77
77
  return !e || !g(e) ? e : e(t);
78
78
  }
@@ -104,7 +104,7 @@ function ee(e, t) {
104
104
  const o = t?.[e.valueType];
105
105
  return () => {
106
106
  const r = o?.renderFormItem?.(e.fieldProps.field);
107
- return r ? s(A, a(e.fieldProps, {
107
+ return r ? s(w, a(e.fieldProps, {
108
108
  span: e.span
109
109
  }), M(r) ? r : {
110
110
  default: () => [r]
@@ -118,7 +118,7 @@ function te(e, t) {
118
118
  value: i ? t.index + 1 : t.value
119
119
  };
120
120
  return e.valueEnum && (o.valueEnum = e.valueEnum), {
121
- ...O(o, ["request"]),
121
+ ...E(o, ["request"]),
122
122
  ...f
123
123
  };
124
124
  }
@@ -126,7 +126,7 @@ function ne(e) {
126
126
  const t = {
127
127
  ...e
128
128
  };
129
- return v(e.filters) && e.filters && e.valueEnum && (t.filters = b(e.valueEnum)), t;
129
+ return O(e.filters) && e.filters && e.valueEnum && (t.filters = b(e.valueEnum)), t;
130
130
  }
131
131
  function re(e, t) {
132
132
  const n = t || {};
@@ -151,8 +151,11 @@ function ie(e, t, n, o) {
151
151
  }), i = r?.filter((l) => l.type !== Symbol.for("v-cmt")) || [];
152
152
  if (r && i.length > 0)
153
153
  return r;
154
- const c = x(e.title) ? s("span", {
154
+ const c = v(e.title) ? s("span", {
155
155
  class: t,
156
+ style: {
157
+ textAlign: e.align || "left"
158
+ },
156
159
  title: e.title
157
160
  }, [e._requireMark ? s("span", {
158
161
  style: {
@@ -166,12 +169,12 @@ function ie(e, t, n, o) {
166
169
  alignItems: "center",
167
170
  maxWidth: "100%"
168
171
  }
169
- }, [c, s(V, {
172
+ }, [c, s(A, {
170
173
  title: p,
171
174
  placement: "bottom",
172
175
  getPopupContainer: (l) => l.closest(".ant-table") || l.closest(".ant-modal") || l.closest(".vxe-table") || document.body
173
176
  }, {
174
- default: () => [s(w, {
177
+ default: () => [s(V, {
175
178
  style: {
176
179
  paddingInline: "4px",
177
180
  color: o,
@@ -15,7 +15,7 @@ const k = ["title"], G = /* @__PURE__ */ $({
15
15
  fixedWidth: { type: Boolean, default: !1 }
16
16
  },
17
17
  setup(o) {
18
- const e = o, l = I("uiMode"), { b: r, bm: a } = W("tag"), c = z("tag");
18
+ const e = o, l = I("uiMode"), { b: a, bm: r } = W("tag"), c = z("tag");
19
19
  function s(t, p) {
20
20
  t.length === 4 && (t = `#${t[1]}${t[1]}${t[2]}${t[2]}${t[3]}${t[3]}`);
21
21
  const f = parseInt(t.slice(1, 3), 16), g = parseInt(t.slice(3, 5), 16), y = parseInt(t.slice(5, 7), 16), S = Math.round(p * 255).toString(16).padStart(2, "0");
@@ -26,13 +26,14 @@ const k = ["title"], G = /* @__PURE__ */ $({
26
26
  "--tag-main-color-opacity": s(e.color, 0.06),
27
27
  "--tag-main-color-background": s(e.color, 0.15)
28
28
  })), u = n(() => [
29
- r("wrapper"),
30
- r(`wrapper-${e.type}`),
31
- a("wrapper", e.size),
29
+ a(),
30
+ a("wrapper"),
31
+ a(`wrapper-${e.type}`),
32
+ r("wrapper", e.size),
32
33
  c.value
33
34
  ].filter(Boolean)), m = n(() => {
34
- const t = [r("inner-wrapper"), a("inner-wrapper", e.size)];
35
- return e.disabled && (l.value === "aplus" ? t.push(a("inner-wrapper", "disabled")) : t.push(a("inner-wrapper", "disabled-admin"))), t;
35
+ const t = [a("inner-wrapper"), r("inner-wrapper", e.size)];
36
+ return e.disabled && (l.value === "aplus" ? t.push(r("inner-wrapper", "disabled")) : t.push(r("inner-wrapper", "disabled-admin"))), t;
36
37
  });
37
38
  return (t, p) => (w(), b("span", {
38
39
  style: B(d.value),
@@ -1,5 +1,5 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genTagGroupStyle: GenStyleFunc;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
4
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  export declare const genApTagStyle: GenStyleFunc;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
4
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
5
  export default _default;
@@ -1,3 +1,3 @@
1
- import { Ref } from 'vue';
2
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
1
+ import { ComputedRef } from 'vue';
2
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
- import { Ref } from 'vue';
2
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
1
+ import { ComputedRef } from 'vue';
2
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
- import { Ref } from 'vue';
2
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
1
+ import { ComputedRef } from 'vue';
2
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
3
3
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import { ROW_KEY as a } from "./constants.mjs";
2
2
  import { isFunction as p } from "lodash-unified";
3
- function m(t, e, r) {
3
+ function m(e, t, r) {
4
4
  let n = null;
5
5
  return { request: async (s) => {
6
- const i = t;
6
+ const i = e;
7
7
  if (!i)
8
8
  return r?.(0), {
9
9
  data: [],
@@ -12,42 +12,42 @@ function m(t, e, r) {
12
12
  n && (s = Object.assign(s, n));
13
13
  const { records: l, total: u } = await i(Object.assign({}, s));
14
14
  return r?.(l.length || 0), {
15
- data: l.map((c) => h(c, e)),
15
+ data: l.map((c) => h(c, t)),
16
16
  total: u
17
17
  };
18
18
  }, setExtraParams: (s) => {
19
19
  n = s || null;
20
20
  } };
21
21
  }
22
- function h(t, e) {
23
- return p(e) ? {
24
- ...t,
25
- [a]: e(t)
26
- } : t;
22
+ function h(e, t) {
23
+ return p(t) ? {
24
+ ...e,
25
+ [a]: t(e)
26
+ } : e;
27
27
  }
28
- function g(t) {
29
- return Reflect.deleteProperty(t, a), t;
28
+ function g(e) {
29
+ return Reflect.deleteProperty(e, a), e;
30
30
  }
31
- function y(t) {
32
- const { renderSelectedItem: e, rightTitle: r, rightBottom: n, ...o } = t || {};
31
+ function j(e) {
32
+ const { renderSelectedItem: t, rightTitle: r, rightBottom: n, ...o } = e || {};
33
33
  return {
34
- props: { ...o, layoutType: t && "two-column" },
34
+ props: { ...o, layoutType: e && "two-column" },
35
35
  slots: {
36
- renderSelectedItem: e,
36
+ renderSelectedItem: t,
37
37
  rightTitle: r,
38
38
  rightBottom: n
39
39
  }
40
40
  };
41
41
  }
42
- class P {
42
+ class y {
43
43
  constructor() {
44
44
  this.p = null, this.operateFn = null;
45
45
  }
46
46
  buildPromise() {
47
- return this.operateFn && this.operateFn.reject("reuse"), this.p = new Promise((e, r) => {
47
+ return this.operateFn && this.operateFn.reject("Ignored Reject: reuse"), this.p = new Promise((t, r) => {
48
48
  this.operateFn = {
49
49
  reject: r,
50
- resolve: e
50
+ resolve: t
51
51
  };
52
52
  }), this.p;
53
53
  }
@@ -55,18 +55,18 @@ class P {
55
55
  this.p = null, this.operateFn = null;
56
56
  }
57
57
  /** 兑现回调 */
58
- resolve(e) {
59
- this.operateFn && (this.operateFn.resolve(e), this.clear());
58
+ resolve(t) {
59
+ this.operateFn && (this.operateFn.resolve(t), this.clear());
60
60
  }
61
61
  /** 拒绝回调 */
62
- reject(e) {
63
- this.operateFn && (this.operateFn.reject(e), this.clear());
62
+ reject(t) {
63
+ this.operateFn && (this.operateFn.reject("Ignored Reject: " + t), this.clear());
64
64
  }
65
65
  }
66
66
  export {
67
- P as AsyncCallback,
67
+ y as AsyncCallback,
68
68
  h as addRowKeyField,
69
69
  g as delRowKeyField,
70
70
  m as genRequest,
71
- y as getModalLayoutConfig
71
+ j as getModalLayoutConfig
72
72
  };
@@ -1,5 +1,6 @@
1
- import { BaseToken, GenStyleFunc } from '../../../design-token/interface';
2
- import { Ref } from 'vue';
3
- export declare const genProCardStyle: GenStyleFunc<BaseToken>;
4
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
1
+ import { GenStyleFunc } from '../../../design-token/interface';
2
+ import { AppendixToken } from './token';
3
+ import { ComputedRef } from 'vue';
4
+ export declare const genApAppendixStyle: GenStyleFunc<AppendixToken>;
5
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
5
6
  export default _default;
@@ -1,6 +1,7 @@
1
- import { genComponentStyleHook as n } from "../../../utils/cssinjs/index.mjs";
1
+ import { genComponentStyleHook as e } from "../../../utils/cssinjs/index.mjs";
2
+ import { defaultToken as n } from "./token.mjs";
2
3
  const r = (o) => {
3
- const { componentCls: t } = o, e = `${t}__file-area`;
4
+ const { componentCls: t } = o;
4
5
  return {
5
6
  [t]: {
6
7
  [`${t}__suffix`]: {
@@ -13,17 +14,17 @@ const r = (o) => {
13
14
  padding: 0,
14
15
  height: "min-content"
15
16
  },
16
- [e]: {
17
+ [`${t}__file-area`]: {
17
18
  marginTop: "12px",
18
- [`${e}--border`]: {
19
- border: "1px dashed var(--ap-border-color-base)",
19
+ "&--border": {
20
+ border: `1px dashed ${o.borderColorBase}`,
20
21
  padding: "12px",
21
22
  borderRadius: "4px"
22
23
  },
23
- [`${e}-content`]: {
24
+ "&-content": {
24
25
  display: "grid",
25
26
  gap: "16px 80px",
26
- gridTemplateColumns: "var(--ap-appendix-column,repeat(2, 1fr))",
27
+ gridTemplateColumns: o.apAppendixColumn,
27
28
  "&-item": {
28
29
  overflow: "hidden",
29
30
  userSelect: "none",
@@ -38,7 +39,7 @@ const r = (o) => {
38
39
  marginRight: "8px",
39
40
  svg: {
40
41
  width: "16px",
41
- color: "var(--ap-text-color-4)"
42
+ color: o.textColor4
42
43
  }
43
44
  },
44
45
  "&-file-name": {
@@ -50,13 +51,13 @@ const r = (o) => {
50
51
  ".ant-typography": {
51
52
  fontSize: o.fontSize,
52
53
  lineHeight: o.lineHeight,
53
- color: "var(--ap-text-color-2)",
54
+ color: o.textColor2,
54
55
  transition: "color 0.2s"
55
56
  }
56
57
  },
57
58
  "&-content:hover": {
58
59
  ".ant-typography": {
59
- color: "var(--ap-color-link)"
60
+ color: o.colorLink
60
61
  }
61
62
  },
62
63
  "&--loading": {
@@ -64,11 +65,11 @@ const r = (o) => {
64
65
  cursor: "not-allowed"
65
66
  },
66
67
  ".ant-typography": {
67
- color: "var(--ap-text-color-4)"
68
+ color: o.textColor4
68
69
  },
69
70
  "&-content:hover": {
70
71
  ".ant-typography": {
71
- color: "var(--ap-text-color-4)"
72
+ color: o.textColor4
72
73
  }
73
74
  }
74
75
  }
@@ -85,10 +86,12 @@ const r = (o) => {
85
86
  }
86
87
  }
87
88
  };
88
- }, i = n("ApAppendix", (o) => [
89
- r(o)
90
- ]);
89
+ }, l = e(
90
+ "ApAppendix",
91
+ (o) => [r(o)],
92
+ n
93
+ );
91
94
  export {
92
- i as default,
93
- r as genProCardStyle
95
+ l as default,
96
+ r as genApAppendixStyle
94
97
  };
@@ -0,0 +1,4 @@
1
+ export type AppendixToken = {
2
+ apAppendixColumn: string;
3
+ };
4
+ export declare const defaultToken: AppendixToken;
@@ -0,0 +1,6 @@
1
+ const e = {
2
+ apAppendixColumn: "repeat(2, 1fr)"
3
+ };
4
+ export {
5
+ e as defaultToken
6
+ };