@aplus-frontend/ui 7.0.0-beta.3 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/es/index.mjs +108 -106
  2. package/es/src/ag-grid/hooks/use-columns-def.mjs +71 -70
  3. package/es/src/ag-grid/index.vue.mjs +1 -0
  4. package/es/src/ag-grid/interface.d.ts +1 -0
  5. package/es/src/ag-grid/style/custom-header.d.ts +2 -2
  6. package/es/src/ag-grid/style/custom-header.mjs +1 -1
  7. package/es/src/ag-grid/style/editable.d.ts +2 -2
  8. package/es/src/ag-grid/style/index.d.ts +2 -2
  9. package/es/src/ag-grid/style/index.mjs +0 -1
  10. package/es/src/ap-action/item-dropdown/index.vue.mjs +19 -18
  11. package/es/src/ap-action/style/dropdown-item.d.ts +2 -2
  12. package/es/src/ap-action/style/index.d.ts +2 -2
  13. package/es/src/ap-button/style/index.d.ts +2 -2
  14. package/es/src/ap-button/utils/index.mjs +16 -16
  15. package/es/src/ap-descriptions/style/index.d.ts +2 -2
  16. package/es/src/ap-download/ap-download.vue.d.ts +4 -4
  17. package/es/src/ap-download/ap-download.vue.mjs +27 -27
  18. package/es/src/ap-download/interface.d.ts +4 -0
  19. package/es/src/ap-download/style/index.d.ts +2 -2
  20. package/es/src/ap-drawer/style/index.d.ts +2 -2
  21. package/es/src/ap-field/style/index.d.ts +2 -2
  22. package/es/src/ap-form/style/drawer-form.d.ts +2 -2
  23. package/es/src/ap-form/style/item-group.d.ts +2 -2
  24. package/es/src/ap-form/style/item-text-group.d.ts +2 -2
  25. package/es/src/ap-form/style/item.d.ts +2 -2
  26. package/es/src/ap-form/style/item.mjs +5 -4
  27. package/es/src/ap-form/style/modal-form.d.ts +2 -2
  28. package/es/src/ap-form/style/modal-form.mjs +11 -11
  29. package/es/src/ap-form/style/search-form-sorter.d.ts +2 -2
  30. package/es/src/ap-form/style/search-form-sorter.mjs +16 -12
  31. package/es/src/ap-form/style/search-form.d.ts +2 -2
  32. package/es/src/ap-form/style/token.d.ts +4 -0
  33. package/es/src/ap-grid/style/editable.d.ts +2 -2
  34. package/es/src/ap-grid/style/index.d.ts +2 -2
  35. package/es/src/ap-grid/utils/col.mjs +33 -33
  36. package/es/src/ap-list/style/index.d.ts +2 -2
  37. package/es/src/ap-modal/interface.d.ts +31 -11
  38. package/es/src/ap-modal/utils/createModal.mjs +52 -45
  39. package/es/src/ap-pro-card/style/divider.d.ts +2 -2
  40. package/es/src/ap-pro-card/style/index.d.ts +2 -2
  41. package/es/src/ap-pro-card/style/operation.d.ts +2 -2
  42. package/es/src/ap-pro-card/style/statistic.d.ts +2 -2
  43. package/es/src/ap-pro-card/style/statistics-card.d.ts +2 -2
  44. package/es/src/ap-pro-card/style/title.d.ts +2 -2
  45. package/es/src/ap-table/style/ellipsis.d.ts +2 -2
  46. package/es/src/ap-table/style/index-comp.d.ts +2 -2
  47. package/es/src/ap-table/style/index.d.ts +2 -2
  48. package/es/src/ap-table/style/setting.d.ts +2 -2
  49. package/es/src/ap-tag/style/group.d.ts +2 -2
  50. package/es/src/ap-tag/style/index.d.ts +2 -2
  51. package/es/src/ap-upload/apUpload.vue.mjs +32 -31
  52. package/es/src/ap-upload/style/index.d.ts +2 -2
  53. package/es/src/business/ag-grid-modal/interface.d.ts +1 -1
  54. package/es/src/business/ag-grid-modal/style/index.d.ts +2 -2
  55. package/es/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
  56. package/es/src/business/ag-grid-modal/utils.mjs +23 -23
  57. package/es/src/business/ag-grid-modal/wrapper/index.vue.d.ts +6 -2
  58. package/es/src/business/ag-grid-modal/wrapper/index.vue2.mjs +29 -12
  59. package/es/src/business/ap-appendix/style/index.d.ts +3 -3
  60. package/es/src/business/ap-appendix/style/index.mjs +1 -1
  61. package/es/src/business/ap-attachment/ApAttachment.mjs +70 -66
  62. package/es/src/business/ap-attachment/style/index.d.ts +2 -2
  63. package/es/src/business/ap-batch-action/style/index.d.ts +3 -3
  64. package/es/src/business/ap-batch-action/style/index.mjs +1 -1
  65. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +50 -56
  66. package/es/src/business/ap-batch-action-group/style/index.d.ts +3 -0
  67. package/es/src/business/ap-batch-action-group/style/index.mjs +14 -0
  68. package/es/src/business/ap-card/style/index.d.ts +3 -3
  69. package/es/src/business/ap-card/style/index.mjs +8 -8
  70. package/es/src/business/ap-copy/style/index.d.ts +2 -2
  71. package/es/src/business/ap-draggable-grid/style/index.d.ts +2 -2
  72. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
  73. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +57 -49
  74. package/es/src/business/ap-expand-alert/index.d.ts +5 -2
  75. package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
  76. package/es/src/business/ap-expand-alert/style/index.d.ts +2 -2
  77. package/es/src/business/ap-image/style/index.d.ts +3 -3
  78. package/es/src/business/ap-image/style/index.mjs +6 -6
  79. package/es/src/business/ap-input-radio/style/index.d.ts +2 -2
  80. package/es/src/business/ap-label/style/index.d.ts +2 -2
  81. package/es/src/business/ap-ladder/style/index.d.ts +2 -2
  82. package/es/src/business/ap-ladder/style/index.mjs +2 -5
  83. package/es/src/business/ap-product-info/style/index.d.ts +2 -2
  84. package/es/src/business/ap-radio-group/style/index.d.ts +2 -2
  85. package/es/src/business/ap-select-layout/style/index.d.ts +2 -2
  86. package/es/src/business/ap-size-input/ApSizeInput.d.ts +20 -4
  87. package/es/src/business/ap-size-input/ApSizeInput.mjs +37 -40
  88. package/es/src/business/ap-size-input/constans.d.ts +10 -2
  89. package/es/src/business/ap-size-input/constans.mjs +9 -1
  90. package/es/src/business/ap-size-input/form-item.vue.d.ts +13 -0
  91. package/es/src/business/ap-size-input/form-item.vue.mjs +65 -0
  92. package/es/src/business/ap-size-input/form-item.vue2.mjs +4 -0
  93. package/es/src/business/ap-size-input/index.d.ts +33 -8
  94. package/es/src/business/ap-size-input/index.mjs +3 -2
  95. package/es/src/business/ap-size-input/interface.d.ts +7 -0
  96. package/es/src/business/ap-size-input/style/index.d.ts +2 -2
  97. package/es/src/business/ap-size-input/style/index.mjs +2 -1
  98. package/es/src/business/ap-status/style/index.d.ts +2 -2
  99. package/es/src/business/ap-summary/style/index.d.ts +2 -2
  100. package/es/src/business/ap-table-modal/style/index.d.ts +2 -2
  101. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +23 -23
  102. package/es/src/business/ap-title/style/index.d.ts +2 -2
  103. package/es/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
  104. package/es/src/business/ap-value-select-card/style/index.d.ts +2 -2
  105. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +61 -64
  106. package/es/src/business/ap-view/style/index.d.ts +3 -3
  107. package/es/src/business/ap-view/style/index.mjs +2 -2
  108. package/es/src/business/batch-input-group/style/index.d.ts +2 -2
  109. package/es/src/business/hooks/usePageListAgGrid.mjs +7 -6
  110. package/es/src/check-card/style/index.d.ts +2 -2
  111. package/es/src/check-card/style/index.mjs +46 -51
  112. package/es/src/config-provider/hooks/use-token.d.ts +2 -2
  113. package/es/src/design-token/interface.d.ts +24 -1
  114. package/es/src/editable-table/style/index.d.ts +2 -2
  115. package/es/src/full-screen/style/index.d.ts +2 -2
  116. package/es/src/index.mjs +95 -93
  117. package/es/src/mask/style/index.d.ts +2 -2
  118. package/es/src/scroll-bar/style/index.d.ts +2 -2
  119. package/es/src/scroll-view/style/index.d.ts +2 -2
  120. package/es/src/splitter/style/index.d.ts +2 -2
  121. package/es/src/text/style/group.d.ts +2 -2
  122. package/es/src/text/style/index.d.ts +2 -2
  123. package/es/src/utils/cssinjs/index.d.ts +2 -2
  124. package/es/src/utils/cssinjs/index.mjs +54 -48
  125. package/es/src/utils/cssinjs/plugin-specificity.mjs +13 -0
  126. package/es/src/version.d.ts +1 -1
  127. package/es/src/version.mjs +1 -1
  128. package/lib/index.js +1 -1
  129. package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
  130. package/lib/src/ag-grid/index.vue.js +1 -1
  131. package/lib/src/ag-grid/interface.d.ts +1 -0
  132. package/lib/src/ag-grid/style/custom-header.d.ts +2 -2
  133. package/lib/src/ag-grid/style/custom-header.js +1 -1
  134. package/lib/src/ag-grid/style/editable.d.ts +2 -2
  135. package/lib/src/ag-grid/style/index.d.ts +2 -2
  136. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  137. package/lib/src/ap-action/style/dropdown-item.d.ts +2 -2
  138. package/lib/src/ap-action/style/index.d.ts +2 -2
  139. package/lib/src/ap-button/style/index.d.ts +2 -2
  140. package/lib/src/ap-button/utils/index.js +1 -1
  141. package/lib/src/ap-descriptions/style/index.d.ts +2 -2
  142. package/lib/src/ap-download/ap-download.vue.d.ts +4 -4
  143. package/lib/src/ap-download/ap-download.vue.js +1 -1
  144. package/lib/src/ap-download/interface.d.ts +4 -0
  145. package/lib/src/ap-download/style/index.d.ts +2 -2
  146. package/lib/src/ap-drawer/style/index.d.ts +2 -2
  147. package/lib/src/ap-field/style/index.d.ts +2 -2
  148. package/lib/src/ap-form/style/drawer-form.d.ts +2 -2
  149. package/lib/src/ap-form/style/item-group.d.ts +2 -2
  150. package/lib/src/ap-form/style/item-text-group.d.ts +2 -2
  151. package/lib/src/ap-form/style/item.d.ts +2 -2
  152. package/lib/src/ap-form/style/item.js +1 -1
  153. package/lib/src/ap-form/style/modal-form.d.ts +2 -2
  154. package/lib/src/ap-form/style/modal-form.js +1 -1
  155. package/lib/src/ap-form/style/search-form-sorter.d.ts +2 -2
  156. package/lib/src/ap-form/style/search-form-sorter.js +1 -1
  157. package/lib/src/ap-form/style/search-form.d.ts +2 -2
  158. package/lib/src/ap-form/style/token.d.ts +4 -0
  159. package/lib/src/ap-grid/style/editable.d.ts +2 -2
  160. package/lib/src/ap-grid/style/index.d.ts +2 -2
  161. package/lib/src/ap-grid/utils/col.js +1 -1
  162. package/lib/src/ap-list/style/index.d.ts +2 -2
  163. package/lib/src/ap-modal/interface.d.ts +31 -11
  164. package/lib/src/ap-modal/utils/createModal.js +1 -1
  165. package/lib/src/ap-pro-card/style/divider.d.ts +2 -2
  166. package/lib/src/ap-pro-card/style/index.d.ts +2 -2
  167. package/lib/src/ap-pro-card/style/operation.d.ts +2 -2
  168. package/lib/src/ap-pro-card/style/statistic.d.ts +2 -2
  169. package/lib/src/ap-pro-card/style/statistics-card.d.ts +2 -2
  170. package/lib/src/ap-pro-card/style/title.d.ts +2 -2
  171. package/lib/src/ap-table/style/ellipsis.d.ts +2 -2
  172. package/lib/src/ap-table/style/index-comp.d.ts +2 -2
  173. package/lib/src/ap-table/style/index.d.ts +2 -2
  174. package/lib/src/ap-table/style/setting.d.ts +2 -2
  175. package/lib/src/ap-tag/style/group.d.ts +2 -2
  176. package/lib/src/ap-tag/style/index.d.ts +2 -2
  177. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  178. package/lib/src/ap-upload/style/index.d.ts +2 -2
  179. package/lib/src/business/ag-grid-modal/interface.d.ts +1 -1
  180. package/lib/src/business/ag-grid-modal/style/index.d.ts +2 -2
  181. package/lib/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
  182. package/lib/src/business/ag-grid-modal/utils.js +1 -1
  183. package/lib/src/business/ag-grid-modal/wrapper/index.vue.d.ts +6 -2
  184. package/lib/src/business/ag-grid-modal/wrapper/index.vue2.js +1 -1
  185. package/lib/src/business/ap-appendix/style/index.d.ts +3 -3
  186. package/lib/src/business/ap-appendix/style/index.js +1 -1
  187. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  188. package/lib/src/business/ap-attachment/style/index.d.ts +2 -2
  189. package/lib/src/business/ap-batch-action/style/index.d.ts +3 -3
  190. package/lib/src/business/ap-batch-action/style/index.js +1 -1
  191. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  192. package/lib/src/business/ap-batch-action-group/style/index.d.ts +3 -0
  193. package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
  194. package/lib/src/business/ap-card/style/index.d.ts +3 -3
  195. package/lib/src/business/ap-card/style/index.js +1 -1
  196. package/lib/src/business/ap-copy/style/index.d.ts +2 -2
  197. package/lib/src/business/ap-draggable-grid/style/index.d.ts +2 -2
  198. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
  199. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  200. package/lib/src/business/ap-expand-alert/index.d.ts +5 -2
  201. package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
  202. package/lib/src/business/ap-expand-alert/style/index.d.ts +2 -2
  203. package/lib/src/business/ap-image/style/index.d.ts +3 -3
  204. package/lib/src/business/ap-image/style/index.js +1 -1
  205. package/lib/src/business/ap-input-radio/style/index.d.ts +2 -2
  206. package/lib/src/business/ap-label/style/index.d.ts +2 -2
  207. package/lib/src/business/ap-ladder/style/index.d.ts +2 -2
  208. package/lib/src/business/ap-ladder/style/index.js +1 -1
  209. package/lib/src/business/ap-product-info/style/index.d.ts +2 -2
  210. package/lib/src/business/ap-radio-group/style/index.d.ts +2 -2
  211. package/lib/src/business/ap-select-layout/style/index.d.ts +2 -2
  212. package/lib/src/business/ap-size-input/ApSizeInput.d.ts +20 -4
  213. package/lib/src/business/ap-size-input/ApSizeInput.js +1 -1
  214. package/lib/src/business/ap-size-input/constans.d.ts +10 -2
  215. package/lib/src/business/ap-size-input/constans.js +1 -1
  216. package/lib/src/business/ap-size-input/form-item.vue.d.ts +13 -0
  217. package/lib/src/business/ap-size-input/form-item.vue.js +1 -0
  218. package/lib/src/business/ap-size-input/form-item.vue2.js +1 -0
  219. package/lib/src/business/ap-size-input/index.d.ts +33 -8
  220. package/lib/src/business/ap-size-input/index.js +1 -1
  221. package/lib/src/business/ap-size-input/interface.d.ts +7 -0
  222. package/lib/src/business/ap-size-input/style/index.d.ts +2 -2
  223. package/lib/src/business/ap-size-input/style/index.js +1 -1
  224. package/lib/src/business/ap-status/style/index.d.ts +2 -2
  225. package/lib/src/business/ap-summary/style/index.d.ts +2 -2
  226. package/lib/src/business/ap-table-modal/style/index.d.ts +2 -2
  227. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  228. package/lib/src/business/ap-title/style/index.d.ts +2 -2
  229. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
  230. package/lib/src/business/ap-value-select-card/style/index.d.ts +2 -2
  231. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  232. package/lib/src/business/ap-view/style/index.d.ts +3 -3
  233. package/lib/src/business/ap-view/style/index.js +1 -1
  234. package/lib/src/business/batch-input-group/style/index.d.ts +2 -2
  235. package/lib/src/business/hooks/usePageListAgGrid.js +1 -1
  236. package/lib/src/check-card/style/index.d.ts +2 -2
  237. package/lib/src/check-card/style/index.js +1 -1
  238. package/lib/src/config-provider/hooks/use-token.d.ts +2 -2
  239. package/lib/src/design-token/interface.d.ts +24 -1
  240. package/lib/src/editable-table/style/index.d.ts +2 -2
  241. package/lib/src/full-screen/style/index.d.ts +2 -2
  242. package/lib/src/index.js +1 -1
  243. package/lib/src/mask/style/index.d.ts +2 -2
  244. package/lib/src/scroll-bar/style/index.d.ts +2 -2
  245. package/lib/src/scroll-view/style/index.d.ts +2 -2
  246. package/lib/src/splitter/style/index.d.ts +2 -2
  247. package/lib/src/text/style/group.d.ts +2 -2
  248. package/lib/src/text/style/index.d.ts +2 -2
  249. package/lib/src/utils/cssinjs/index.d.ts +2 -2
  250. package/lib/src/utils/cssinjs/index.js +1 -1
  251. package/lib/src/utils/cssinjs/plugin-specificity.js +1 -0
  252. package/lib/src/version.d.ts +1 -1
  253. package/lib/src/version.js +1 -1
  254. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { isFunction as g, merge as A, cloneDeep as F } from "lodash-unified";
2
- import { ref as w } from "vue";
3
- import { useKeepAliveFlag as R } from "./useKeepAliveFlag.mjs";
2
+ import { ref as V } from "vue";
3
+ import { useKeepAliveFlag as w } from "./useKeepAliveFlag.mjs";
4
4
  function O(l) {
5
- const r = w(null), {
5
+ const r = V(null), {
6
6
  isShowRowSelection: u = !0,
7
7
  clearSelectionOnRequest: d = !0,
8
8
  transformSearchFormValues: o,
@@ -18,7 +18,7 @@ function O(l) {
18
18
  r.value?.submitWith(e);
19
19
  }, p = () => {
20
20
  r.value?.reset();
21
- }, { isDeactivated: h } = R({
21
+ }, { isDeactivated: h } = w({
22
22
  afterActivated() {
23
23
  (g(s) ? s() : s) && c();
24
24
  },
@@ -47,8 +47,9 @@ function O(l) {
47
47
  fixed: "left",
48
48
  columnWidth: 38
49
49
  } : void 0,
50
- ref(e) {
51
- r.value = e;
50
+ /** Jackie 推荐方法 */
51
+ onVnodeBeforeMount(e) {
52
+ r.value = e.component?.exposed;
52
53
  },
53
54
  // 新UI规范,需要都添加分割线
54
55
  card: !0
@@ -1,4 +1,4 @@
1
- import { Ref } from 'vue';
1
+ import { ComputedRef } from 'vue';
2
2
  export type CheckCardToken = {
3
3
  /** 禁用背景色 */
4
4
  checkCardDisabledBg: string;
@@ -11,5 +11,5 @@ export type CheckCardToken = {
11
11
  /** 指示器位置偏移 */
12
12
  checkCardIndicatorOffset: number;
13
13
  };
14
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
14
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
15
15
  export default _default;
@@ -1,87 +1,82 @@
1
- import { resetComponent as t } from "../../style/index.mjs";
2
- import { genComponentStyleHook as a } from "../../utils/cssinjs/index.mjs";
3
- const c = (r) => {
1
+ import { resetComponent as c } from "../../style/index.mjs";
2
+ import { genComponentStyleHook as l } from "../../utils/cssinjs/index.mjs";
3
+ const a = (e) => {
4
4
  const {
5
- componentCls: o,
6
- checkCardDisabledOutlineColor: l,
7
- checkCardIndicatorSize: e,
8
- checkCardOutlineWidth: d,
9
- checkCardIndicatorOffset: i
10
- } = r;
5
+ componentCls: r,
6
+ checkCardDisabledOutlineColor: d,
7
+ checkCardIndicatorSize: i,
8
+ checkCardOutlineWidth: o,
9
+ checkCardIndicatorOffset: t
10
+ } = e;
11
11
  return {
12
- [`${o}`]: {
13
- ...t(r),
14
- borderRadius: r.borderRadius,
12
+ [`${r}`]: {
13
+ ...c(e),
14
+ borderRadius: e.borderRadius,
15
15
  position: "relative",
16
16
  "&--disabled": {
17
- backgroundColor: r.checkCardDisabledBg,
17
+ backgroundColor: e.checkCardDisabledBg,
18
18
  cursor: "not-allowed !important"
19
19
  },
20
20
  "&--bordered": {
21
- outline: `1px solid ${r.borderColorBase}`
21
+ outline: `1px solid ${e.borderColorBase}`
22
22
  },
23
- [`&:hover:not(${o}--disabled)`]: {
23
+ [`&:hover:not(${r}--disabled)`]: {
24
24
  cursor: "pointer",
25
- outline: `1px solid ${r.colorPrimary}`
25
+ outline: `1px solid ${e.colorPrimary}`
26
26
  },
27
27
  "&::after": {
28
28
  content: '""',
29
29
  position: "absolute",
30
30
  width: 0,
31
31
  height: 0,
32
- opacity: 0,
33
- insetBlockStart: i,
34
- insetInlineEnd: i,
35
- borderInlineStart: e,
36
- borderBlockEnd: e,
37
- borderRadius: r.borderRadius
32
+ insetBlockStart: 0,
33
+ insetInlineEnd: 0,
34
+ clipPath: "polygon(100% 0, 100% 100%, 0 0)",
35
+ background: e.colorPrimary,
36
+ borderRadius: `calc(${e.borderRadius} + 2px)`
38
37
  },
39
38
  "&--checked": {
40
- outline: `${d} solid ${r.colorPrimary}`,
41
- [`&:hover:not(${o}--disabled)`]: {
42
- outline: `${d} solid ${r.colorPrimary}`
39
+ outline: `${o} solid ${e.colorPrimary}`,
40
+ [`&:hover:not(${r}--disabled)`]: {
41
+ outline: `${o} solid ${e.colorPrimary}`
43
42
  },
44
43
  "&::after": {
45
- opacity: 1,
46
- border: `${e} solid ${r.colorPrimary}`,
47
- borderInlineStart: `${e} solid transparent`,
48
- borderBlockEnd: `${e} solid transparent`,
49
- insetBlockStart: i,
50
- insetInlineEnd: i,
51
- transition: "all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)"
44
+ width: `calc(${i} * 2)`,
45
+ height: `calc(${i} * 2)`,
46
+ insetBlockStart: t,
47
+ insetInlineEnd: t,
48
+ transition: "width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), inset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)"
52
49
  },
53
- [`&${o}--disabled`]: {
54
- outlineColor: l,
50
+ [`&${r}--disabled`]: {
51
+ outlineColor: d,
55
52
  "&::after": {
56
- border: `${e} solid ${l}`,
57
- borderInlineStart: `${e} solid transparent`,
58
- borderBlockEnd: `${e} solid transparent`
53
+ backgroundColor: d
59
54
  }
60
55
  }
61
56
  },
62
57
  "&--middle": {
63
- padding: r.spaceLG
58
+ padding: e.spaceLG
64
59
  },
65
60
  "&--small": {
66
- padding: `${r.spaceSM} ${r.spaceLG}`
61
+ padding: `${e.spaceSM} ${e.spaceLG}`
67
62
  },
68
- [`${o}__title`]: {
69
- ...t(r),
70
- marginBottom: r.spaceXS,
63
+ [`${r}__title`]: {
64
+ ...c(e),
65
+ marginBottom: e.spaceXS,
71
66
  color: "#333",
72
67
  fontWeight: "bold",
73
68
  "&--disabled": {
74
- color: r.textColor4
69
+ color: e.textColor4
75
70
  }
76
71
  },
77
- [`${o}__content`]: {
78
- ...t(r),
72
+ [`${r}__content`]: {
73
+ ...c(e),
79
74
  color: "#333",
80
75
  "&--disabled": {
81
- color: r.textColor4
76
+ color: e.textColor4
82
77
  }
83
78
  },
84
- [`${o}__checked-icon`]: {
79
+ [`${r}__checked-icon`]: {
85
80
  position: "absolute",
86
81
  top: 0,
87
82
  right: 0,
@@ -89,15 +84,15 @@ const c = (r) => {
89
84
  lineHeight: 1,
90
85
  userSelect: "none",
91
86
  "& > img": {
92
- width: `calc(${e} - ${d})`,
87
+ width: `calc(${i} - ${o})`,
93
88
  verticalAlign: "top"
94
89
  }
95
90
  }
96
91
  }
97
92
  };
98
- }, b = a(
93
+ }, h = l(
99
94
  "CheckCard",
100
- (r) => [c(r)],
95
+ (e) => [a(e)],
101
96
  {
102
97
  checkCardDisabledBg: "#F9F9FA",
103
98
  checkCardDisabledOutlineColor: "#E9EDF3",
@@ -107,5 +102,5 @@ const c = (r) => {
107
102
  }
108
103
  );
109
104
  export {
110
- b as default
105
+ h as default
111
106
  };
@@ -1,7 +1,7 @@
1
1
  import { InjectionKey, Ref } from 'vue';
2
- import { FullToken } from '../../design-token/interface';
2
+ import { ContextToken } from '../../design-token/interface';
3
3
  type DesignTokenContextType = {
4
- token: Ref<Partial<FullToken>>;
4
+ token: Ref<ContextToken>;
5
5
  rootCls: Ref<string | undefined>;
6
6
  };
7
7
  export declare const designTokenContextKey: InjectionKey<DesignTokenContextType>;
@@ -1,5 +1,5 @@
1
1
  import { ActionToken } from '../ap-action/style';
2
- import { Recordable } from '../type';
2
+ import { Recordable, RecursivePartial } from '../type';
3
3
  import { CSSInterpolation, CSSObject } from '@emotion/serialize';
4
4
  import { CheckCardToken } from '../check-card/style';
5
5
  import { ApFormToken } from '../ap-form/style/token';
@@ -127,6 +127,9 @@ export type BaseToken = {
127
127
  */
128
128
  lineClamp: number;
129
129
  };
130
+ /**
131
+ * 全量token
132
+ */
130
133
  export type FullToken = BaseToken & {
131
134
  components: {
132
135
  ApAction: ActionToken;
@@ -144,6 +147,26 @@ export type FullToken = BaseToken & {
144
147
  ApGrid: ApGridToken;
145
148
  };
146
149
  };
150
+ /**
151
+ * 上下文token(基础token+部分组件token)
152
+ */
153
+ export type ContextToken = BaseToken & RecursivePartial<{
154
+ components: {
155
+ ApAction: ActionToken;
156
+ CheckCard: CheckCardToken;
157
+ ApForm: ApFormToken;
158
+ ApList: ApListToken;
159
+ Scrollbar: ScrollbarToken;
160
+ Mask: MaskToken;
161
+ Splitter: SplitterToken;
162
+ ProCard: ProCardToken;
163
+ StatisticsCard: ProCardToken;
164
+ AgGrid: AgGridToken;
165
+ BatchInputGroup: BatchInputGroupToken;
166
+ ApRadioGroup: ApRadioGroupToken;
167
+ ApGrid: ApGridToken;
168
+ };
169
+ }>;
147
170
  export type TokenWithComponentCls<Token> = Token & {
148
171
  componentCls: string;
149
172
  namespace: string;
@@ -1,8 +1,8 @@
1
1
  import { GenStyleFunc } from '../../design-token/interface';
2
- import { Ref } from 'vue';
2
+ import { ComputedRef } from 'vue';
3
3
  type EditableTableToken = {
4
4
  editableTableHeaderBg: string;
5
5
  };
6
6
  export declare const genEditableTableStyle: GenStyleFunc<EditableTableToken>;
7
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
7
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
8
8
  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 genFullScreenStyle: 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;
package/es/src/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { APConfigProvider as T } from "./config-provider/index.mjs";
2
- import { ApForm as b } from "./ap-form/index.mjs";
2
+ import { ApForm as S } from "./ap-form/index.mjs";
3
3
  import { ApField as G, ApFieldRead as C } from "./ap-field/index.mjs";
4
4
  import { adminToken as h, aplusToken as E } from "./design-token/index.mjs";
5
5
  import { ApActionItem as L } from "./ap-action/index.mjs";
@@ -31,12 +31,12 @@ import { DEFAULT_NAMESPACE as W, DEFAULT_UIMODE as q, configProviderContextKey a
31
31
  import { keysOf as X, provideGlobalConfig as Y, useGlobalConfig as Z } from "./config-provider/hooks/use-global-config.mjs";
32
32
  import { buildLocaleContext as ee, buildTranslator as oe, localeContextKey as re, translate as te, useLocale as pe } from "./config-provider/hooks/use-locale.mjs";
33
33
  import { defaultNamespace as me, namespaceContextKey as fe, useGetDerivedNamespace as le, useNamespace as de } from "./config-provider/hooks/use-namespace.mjs";
34
- import { ConfigProvider as Ae, globalConfigCached as ue } from "./config-provider/config-provider.mjs";
34
+ import { ConfigProvider as ue, globalConfigCached as Ae } from "./config-provider/config-provider.mjs";
35
35
  import { ApFormItemText as ie } from "./ap-form/items/text/index.mjs";
36
36
  import { default as ce } from "./ap-form/items/text-area/index.vue.mjs";
37
37
  import { default as Ie } from "./ap-form/items/number/index.vue.mjs";
38
38
  import { default as ge } from "./ap-form/items/date/index.vue.mjs";
39
- import { default as Se } from "./ap-form/items/date-range/index.vue.mjs";
39
+ import { default as be } from "./ap-form/items/date-range/index.vue.mjs";
40
40
  import { default as Ce } from "./ap-form/items/radio/index.vue.mjs";
41
41
  import { default as he } from "./ap-form/items/select/index.vue.mjs";
42
42
  import { default as Pe } from "./ap-form/items/switch/index.vue.mjs";
@@ -57,12 +57,12 @@ import { default as ro } from "./ap-form/provider/index.vue.mjs";
57
57
  import { ApFieldText as po } from "./ap-field/text/index.mjs";
58
58
  import { default as mo } from "./ap-field/checkbox/index.vue.mjs";
59
59
  import { default as lo } from "./ap-field/date/index.vue.mjs";
60
- import { default as Ao } from "./ap-field/number/index.vue.mjs";
60
+ import { default as uo } from "./ap-field/number/index.vue.mjs";
61
61
  import { default as so } from "./ap-field/radio/index.vue.mjs";
62
62
  import { default as no } from "./ap-field/switch/index.vue.mjs";
63
63
  import { default as Fo } from "./ap-field/text-area/index.vue.mjs";
64
64
  import { default as To } from "./ap-field/date-range/index.vue.mjs";
65
- import { default as bo } from "./ap-field/select/index.vue.mjs";
65
+ import { default as So } from "./ap-field/select/index.vue.mjs";
66
66
  import { default as Go } from "./ap-field/text/password.vue.mjs";
67
67
  import { default as Do } from "./ap-field/slider/index.vue.mjs";
68
68
  import { default as Eo } from "./ap-field/segmented/index.vue.mjs";
@@ -84,12 +84,12 @@ import { default as tr } from "./ap-button/ap-button.vue.mjs";
84
84
  import { default as ar } from "./ap-button/ap-action-button.vue.mjs";
85
85
  import { default as fr } from "./ap-button/ap-confirm-button.vue.mjs";
86
86
  import { ApTransformDataHelper as dr } from "./utils/ap-trans-data/index.mjs";
87
- import { default as Ar } from "./business/ap-table-modal/index.mjs";
87
+ import { default as ur } from "./business/ap-table-modal/index.mjs";
88
88
  import { useTableModal as sr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
89
89
  import { useTableSelectModal as nr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
90
90
  import { ApAttachment as Fr } from "./business/ap-attachment/index.mjs";
91
91
  import { ApBatchAction as Tr } from "./business/ap-batch-action/index.mjs";
92
- import { ApBatchActionGroup as br } from "./business/ap-batch-action-group/index.mjs";
92
+ import { ApBatchActionGroup as Sr } from "./business/ap-batch-action-group/index.mjs";
93
93
  import { ApButtonGroup as Gr } from "./business/ap-button-group/index.mjs";
94
94
  import { ApCard as Dr } from "./business/ap-card/index.mjs";
95
95
  import { ApExpandAlert as Er } from "./business/ap-expand-alert/index.mjs";
@@ -110,53 +110,54 @@ import { useTableRefresh as tt } from "./business/hooks/useTableRefresh.mjs";
110
110
  import { usePageListApGrid as at } from "./business/hooks/usePageListApGrid.mjs";
111
111
  import { useGridRefresh as ft } from "./business/hooks/useGridRefresh.mjs";
112
112
  import { usePageListAgGrid as dt } from "./business/hooks/usePageListAgGrid.mjs";
113
- import { computedRecords as At, flattenColumns as ut, formatDataIndex as st, formatNumber as it } from "./business/ap-summary/utils.mjs";
113
+ import { computedRecords as ut, flattenColumns as At, formatDataIndex as st, formatNumber as it } from "./business/ap-summary/utils.mjs";
114
114
  import { ApSummary as ct } from "./business/ap-summary/index.mjs";
115
115
  import { ApNeedNameKeyDefault as It } from "./business/ap-appendix/interface.mjs";
116
116
  import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
117
- import { default as St } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
117
+ import { default as bt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
118
118
  import { default as Ct } from "./business/batch-input-group/index.vue.mjs";
119
119
  import { default as ht } from "./business/batch-input-group/form-item.vue.mjs";
120
120
  import { ApSizeInput as Pt } from "./business/ap-size-input/index.mjs";
121
- import { ApProductInfo as Rt } from "./business/ap-product-info/index.mjs";
122
- import { ApCopy as yt } from "./business/ap-copy/index.mjs";
123
- import { ApView as wt } from "./business/ap-view/index.mjs";
124
- import { ApRadioGroup as Bt } from "./business/ap-radio-group/index.mjs";
125
- import { ApKeepAliveProps as kt, forceStopTags as Ot } from "./business/ap-keep-alive/interface.mjs";
126
- import { ApKeepAlive as Vt } from "./business/ap-keep-alive/index.mjs";
127
- import { LruCacher as zt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
128
- import { useApKeepAliveInject as Ht } from "./business/ap-keep-alive/hook.mjs";
129
- import { matches as qt } from "./business/ap-keep-alive/utils.mjs";
130
- import { ApDraggableGrid as Qt } from "./business/ap-draggable-grid/index.mjs";
131
- import { ApValueSelectCard as Yt } from "./business/ap-value-select-card/index.mjs";
132
- import { useAgGridModal as $t } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
133
- import { useAgGridSelectModal as op } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
134
- import { ApSelectedItems as tp } from "./business/ag-grid-modal/selected-items/index.mjs";
135
- import { useTablePaging as ap } from "./ap-table/hooks/use-table-paging.mjs";
136
- import { default as fp } from "./editable-table/index.vue.mjs";
137
- import { default as dp } from "./editable-table/form-item.vue.mjs";
138
- import { default as Ap } from "./ap-descriptions/ap-descriptions.vue.mjs";
139
- import { ensureRangeValue as sp } from "./scroll-bar/utils/index.mjs";
140
- import { default as np } from "./scroll-bar/index.vue.mjs";
141
- import { default as Fp } from "./scroll-bar/internal.vue.mjs";
142
- import { default as Tp } from "./scroll-view/index.vue.mjs";
143
- import { default as bp } from "./portal/index.vue.mjs";
144
- import { default as Gp } from "./full-screen/index.vue.mjs";
145
- import { default as Dp } from "./resize-observer/index.vue.mjs";
146
- import { ROW_SELECTION_FIELD as Ep } from "./ap-grid/constants.mjs";
147
- import { toTreeArray as Lp } from "./ap-grid/utils/to-tree-array.mjs";
148
- import { default as Np } from "./ap-grid/index.vue.mjs";
149
- import { default as vp } from "./ap-grid/editable/index.vue.mjs";
150
- import { default as Mp } from "./ap-grid/editable/form-item.vue.mjs";
151
- import { default as Kp } from "./text/index.vue.mjs";
152
- import { default as Op } from "./text/group.vue.mjs";
153
- import { default as Vp } from "./mask/index.vue.mjs";
154
- import { default as zp } from "./ag-grid/index.vue.mjs";
155
- import { default as Hp } from "./ag-grid/editable/index.vue.mjs";
156
- import { default as qp } from "./ag-grid/editable/form-item.vue.mjs";
121
+ import { default as Rt } from "./business/ap-size-input/form-item.vue.mjs";
122
+ import { ApProductInfo as yt } from "./business/ap-product-info/index.mjs";
123
+ import { ApCopy as wt } from "./business/ap-copy/index.mjs";
124
+ import { ApView as Bt } from "./business/ap-view/index.mjs";
125
+ import { ApRadioGroup as kt } from "./business/ap-radio-group/index.mjs";
126
+ import { ApKeepAliveProps as Ut, forceStopTags as Vt } from "./business/ap-keep-alive/interface.mjs";
127
+ import { ApKeepAlive as zt } from "./business/ap-keep-alive/index.mjs";
128
+ import { LruCacher as Ht } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
129
+ import { useApKeepAliveInject as qt } from "./business/ap-keep-alive/hook.mjs";
130
+ import { matches as Qt } from "./business/ap-keep-alive/utils.mjs";
131
+ import { ApDraggableGrid as Yt } from "./business/ap-draggable-grid/index.mjs";
132
+ import { ApValueSelectCard as $t } from "./business/ap-value-select-card/index.mjs";
133
+ import { useAgGridModal as op } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
134
+ import { useAgGridSelectModal as tp } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
135
+ import { ApSelectedItems as ap } from "./business/ag-grid-modal/selected-items/index.mjs";
136
+ import { useTablePaging as fp } from "./ap-table/hooks/use-table-paging.mjs";
137
+ import { default as dp } from "./editable-table/index.vue.mjs";
138
+ import { default as up } from "./editable-table/form-item.vue.mjs";
139
+ import { default as sp } from "./ap-descriptions/ap-descriptions.vue.mjs";
140
+ import { ensureRangeValue as np } from "./scroll-bar/utils/index.mjs";
141
+ import { default as Fp } from "./scroll-bar/index.vue.mjs";
142
+ import { default as Tp } from "./scroll-bar/internal.vue.mjs";
143
+ import { default as Sp } from "./scroll-view/index.vue.mjs";
144
+ import { default as Gp } from "./portal/index.vue.mjs";
145
+ import { default as Dp } from "./full-screen/index.vue.mjs";
146
+ import { default as Ep } from "./resize-observer/index.vue.mjs";
147
+ import { ROW_SELECTION_FIELD as Lp } from "./ap-grid/constants.mjs";
148
+ import { toTreeArray as Np } from "./ap-grid/utils/to-tree-array.mjs";
149
+ import { default as vp } from "./ap-grid/index.vue.mjs";
150
+ import { default as Mp } from "./ap-grid/editable/index.vue.mjs";
151
+ import { default as Kp } from "./ap-grid/editable/form-item.vue.mjs";
152
+ import { default as Op } from "./text/index.vue.mjs";
153
+ import { default as Vp } from "./text/group.vue.mjs";
154
+ import { default as zp } from "./mask/index.vue.mjs";
155
+ import { default as Hp } from "./ag-grid/index.vue.mjs";
156
+ import { default as qp } from "./ag-grid/editable/index.vue.mjs";
157
+ import { default as Qp } from "./ag-grid/editable/form-item.vue.mjs";
157
158
  export {
158
159
  T as APConfigProvider,
159
- zp as AgGrid,
160
+ Hp as AgGrid,
160
161
  ar as ApActionButton,
161
162
  Oo as ApActionGroup,
162
163
  L as ApActionItem,
@@ -166,16 +167,16 @@ export {
166
167
  gt as ApAppendix,
167
168
  Fr as ApAttachment,
168
169
  Tr as ApBatchAction,
169
- br as ApBatchActionGroup,
170
+ Sr as ApBatchActionGroup,
170
171
  tr as ApButton,
171
172
  Gr as ApButtonGroup,
172
173
  Dr as ApCard,
173
174
  fr as ApConfirmButton,
174
- yt as ApCopy,
175
- Ap as ApDescriptions,
175
+ wt as ApCopy,
176
+ sp as ApDescriptions,
176
177
  Qo as ApDownLoadNeedNameKeyDefault,
177
178
  Yo as ApDownload,
178
- Qt as ApDraggableGrid,
179
+ Yt as ApDraggableGrid,
179
180
  M as ApDrawer,
180
181
  Er as ApExpandAlert,
181
182
  Nr as ApExportGroup,
@@ -184,19 +185,19 @@ export {
184
185
  mo as ApFieldCheckbox,
185
186
  lo as ApFieldDate,
186
187
  To as ApFieldDateRange,
187
- Ao as ApFieldNumber,
188
+ uo as ApFieldNumber,
188
189
  Go as ApFieldPassword,
189
190
  so as ApFieldRadio,
190
191
  Lo as ApFieldRate,
191
192
  C as ApFieldRead,
192
193
  Eo as ApFieldSegmented,
193
- bo as ApFieldSelect,
194
+ So as ApFieldSelect,
194
195
  Do as ApFieldSlider,
195
196
  no as ApFieldSwitch,
196
197
  po as ApFieldText,
197
198
  Fo as ApFieldTextArea,
198
199
  No as ApFieldTreeSelect,
199
- b as ApForm,
200
+ S as ApForm,
200
201
  Ze as ApFormControlRender,
201
202
  We as ApFormDependency,
202
203
  Xe as ApFormDrawerForm,
@@ -204,12 +205,13 @@ export {
204
205
  ht as ApFormItemBatchInput,
205
206
  Re as ApFormItemCheckbox,
206
207
  ge as ApFormItemDate,
207
- Se as ApFormItemDateRange,
208
+ be as ApFormItemDateRange,
208
209
  ke as ApFormItemGroup,
209
210
  Ie as ApFormItemNumber,
210
211
  Ce as ApFormItemRadio,
211
212
  eo as ApFormItemRender,
212
213
  he as ApFormItemSelect,
214
+ Rt as ApFormItemSizeInput,
213
215
  Pe as ApFormItemSwitch,
214
216
  ie as ApFormItemText,
215
217
  ce as ApFormItemTextArea,
@@ -220,11 +222,11 @@ export {
220
222
  ro as ApFormProvider,
221
223
  _e as ApFormSearchForm,
222
224
  Je as ApFormSet,
223
- Np as ApGrid,
225
+ vp as ApGrid,
224
226
  Kr as ApImage,
225
227
  Or as ApInputRadio,
226
- Vt as ApKeepAlive,
227
- kt as ApKeepAliveProps,
228
+ zt as ApKeepAlive,
229
+ Ut as ApKeepAliveProps,
228
230
  Vr as ApLabel,
229
231
  _r as ApLabelGroup,
230
232
  Wr as ApLadder,
@@ -232,77 +234,77 @@ export {
232
234
  v as ApModal,
233
235
  It as ApNeedNameKeyDefault,
234
236
  K as ApProCard,
235
- Rt as ApProductInfo,
236
- Bt as ApRadioGroup,
237
+ yt as ApProductInfo,
238
+ kt as ApRadioGroup,
237
239
  Jr as ApSelectLayout,
238
- tp as ApSelectedItems,
240
+ ap as ApSelectedItems,
239
241
  Pt as ApSizeInput,
240
242
  k as ApStatisticCard,
241
243
  Xr as ApStatus,
242
244
  Yr as ApStatusGroup,
243
245
  ct as ApSummary,
244
246
  U as ApTable,
245
- Ar as ApTableModal,
247
+ ur as ApTableModal,
246
248
  Vo as ApTag,
247
249
  zo as ApTagGroup,
248
- Kp as ApText,
249
- Op as ApTextGroup,
250
+ Op as ApText,
251
+ Vp as ApTextGroup,
250
252
  $r as ApTitle,
251
253
  dr as ApTransformDataHelper,
252
254
  qo as ApUpload,
253
- St as ApUploadSingle,
254
- Yt as ApValueSelectCard,
255
- wt as ApView,
255
+ bt as ApUploadSingle,
256
+ $t as ApValueSelectCard,
257
+ Bt as ApView,
256
258
  Ct as BatchInputGroup,
257
259
  N as CheckCard,
258
260
  $o as CheckCardGroup,
259
- Ae as ConfigProvider,
261
+ ue as ConfigProvider,
260
262
  W as DEFAULT_NAMESPACE,
261
263
  q as DEFAULT_UIMODE,
262
- Hp as EditableAgGrid,
263
- qp as EditableAgGridFormItem,
264
- vp as EditableGrid,
265
- Mp as EditableGridFormItem,
266
- fp as EditableTable,
267
- dp as EditableTableFormItem,
268
- Gp as FullScreen,
269
- Fp as InternalScrollBar,
270
- zt as LruCacher,
271
- Vp as Mask,
264
+ qp as EditableAgGrid,
265
+ Qp as EditableAgGridFormItem,
266
+ Mp as EditableGrid,
267
+ Kp as EditableGridFormItem,
268
+ dp as EditableTable,
269
+ up as EditableTableFormItem,
270
+ Dp as FullScreen,
271
+ Tp as InternalScrollBar,
272
+ Ht as LruCacher,
273
+ zp as Mask,
272
274
  Ho as NeedNameKeyDefault,
273
- bp as Portal,
274
- Ep as ROW_SELECTION_FIELD,
275
- Dp as ResizeObserver,
276
- np as ScrollBar,
277
- Tp as ScrollView,
275
+ Gp as Portal,
276
+ Lp as ROW_SELECTION_FIELD,
277
+ Ep as ResizeObserver,
278
+ Fp as ScrollBar,
279
+ Sp as ScrollView,
278
280
  _ as Splitter,
279
281
  h as adminToken,
280
282
  E as aplusToken,
281
283
  ee as buildLocaleContext,
282
284
  oe as buildTranslator,
283
- At as computedRecords,
285
+ ut as computedRecords,
284
286
  J as configProviderContextKey,
285
287
  j as configProviderProps,
286
288
  Mr as convertExportField,
287
289
  me as defaultNamespace,
288
- sp as ensureRangeValue,
289
- ut as flattenColumns,
290
- Ot as forceStopTags,
290
+ np as ensureRangeValue,
291
+ At as flattenColumns,
292
+ Vt as forceStopTags,
291
293
  st as formatDataIndex,
292
294
  it as formatNumber,
293
- ue as globalConfigCached,
295
+ Ae as globalConfigCached,
294
296
  vr as handleExportDownload,
295
- qt as isNameMatches,
297
+ Qt as isNameMatches,
296
298
  X as keysOf,
297
299
  re as localeContextKey,
298
300
  jr as locales,
299
301
  fe as namespaceContextKey,
300
302
  Y as provideGlobalConfig,
301
- Lp as toTreeArray,
303
+ Np as toTreeArray,
302
304
  te as translate,
303
- $t as useAgGridModal,
304
- op as useAgGridSelectModal,
305
- Ht as useApKeepAliveInject,
305
+ op as useAgGridModal,
306
+ tp as useAgGridSelectModal,
307
+ qt as useApKeepAliveInject,
306
308
  le as useGetDerivedNamespace,
307
309
  Z as useGlobalConfig,
308
310
  ft as useGridRefresh,
@@ -312,7 +314,7 @@ export {
312
314
  at as usePageListApGrid,
313
315
  ot as usePageListApTable,
314
316
  sr as useTableModal,
315
- ap as useTablePaging,
317
+ fp as useTablePaging,
316
318
  tt as useTableRefresh,
317
319
  nr as useTableSelectModal
318
320
  };
@@ -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 type MaskToken = {
4
4
  /**
5
5
  * 遮罩打开/关闭时的动画时长
@@ -12,5 +12,5 @@ export type MaskToken = {
12
12
  };
13
13
  export declare function genFadeKeyFrames(): string[];
14
14
  export declare const genMaskStyle: GenStyleFunc<MaskToken>;
15
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
15
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
16
16
  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 type ScrollbarToken = {
4
4
  /**
5
5
  * 滚动条滑块颜色
@@ -23,5 +23,5 @@ export type ScrollbarToken = {
23
23
  scrollBarTrackWidth: number;
24
24
  };
25
25
  export declare const genScrollbarStyle: GenStyleFunc<ScrollbarToken>;
26
- declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
26
+ declare const _default: (prefixCls: string) => ComputedRef<string>;
27
27
  export default _default;