@aplus-frontend/ui 7.10.6 → 7.11.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 (105) hide show
  1. package/es/index.mjs +93 -91
  2. package/es/src/ag-grid/editable/form-item.vue.mjs +75 -63
  3. package/es/src/ag-grid/editable/index.vue.mjs +80 -72
  4. package/es/src/ag-grid/editable/interface.d.ts +2 -1
  5. package/es/src/ag-grid/editable/utils.d.ts +7 -0
  6. package/es/src/ag-grid/editable/utils.mjs +32 -17
  7. package/es/src/ap-form/ap-form.vue2.mjs +144 -153
  8. package/es/src/ap-form/utils/transform.d.ts +6 -0
  9. package/es/src/ap-form/utils/transform.mjs +30 -0
  10. package/es/src/ap-pro-card/components/card/index.vue.d.ts +1 -1
  11. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +129 -93
  12. package/es/src/business/ap-appendix/interface.d.ts +4 -0
  13. package/es/src/business/ap-appendix/style/index.mjs +56 -34
  14. package/es/src/business/ap-attachment/ApAttachment.mjs +112 -89
  15. package/es/src/business/ap-attachment/style/index.mjs +21 -7
  16. package/es/src/business/ap-file-preview/ap-file-preview.vue.d.ts +4 -0
  17. package/es/src/business/ap-file-preview/ap-file-preview.vue.mjs +4 -0
  18. package/es/src/business/ap-file-preview/ap-file-preview.vue2.mjs +103 -0
  19. package/es/src/business/ap-file-preview/components/error-result/index.vue.d.ts +6 -0
  20. package/es/src/business/ap-file-preview/components/error-result/index.vue.mjs +4 -0
  21. package/es/src/business/ap-file-preview/components/error-result/index.vue2.mjs +40 -0
  22. package/es/src/business/ap-file-preview/icons/not-exist-icon.vue.d.ts +3 -0
  23. package/es/src/business/ap-file-preview/icons/not-exist-icon.vue.mjs +20 -0
  24. package/es/src/business/ap-file-preview/icons/not-preview-icon.vue.d.ts +3 -0
  25. package/es/src/business/ap-file-preview/icons/not-preview-icon.vue.mjs +20 -0
  26. package/es/src/business/ap-file-preview/index.d.ts +7 -0
  27. package/es/src/business/ap-file-preview/index.mjs +8 -0
  28. package/es/src/business/ap-file-preview/interface.d.ts +43 -0
  29. package/es/src/business/ap-file-preview/style/index.d.ts +5 -0
  30. package/es/src/business/ap-file-preview/style/index.mjs +46 -0
  31. package/es/src/business/ap-file-preview/utils/create-file-preview-modal.d.ts +2 -0
  32. package/es/src/business/ap-file-preview/utils/create-file-preview-modal.mjs +18 -0
  33. package/es/src/business/ap-file-preview/utils/default-parser-plugin.d.ts +4 -0
  34. package/es/src/business/ap-file-preview/utils/default-parser-plugin.mjs +48 -0
  35. package/es/src/business/ap-image/ApImage.vue2.mjs +16 -16
  36. package/es/src/business/ap-upload/apUpload.vue.d.ts +1 -1
  37. package/es/src/business/ap-upload/apUploadTypes.d.ts +2 -2
  38. package/es/src/business/ap-upload/components/MultipleFile.vue2.mjs +94 -82
  39. package/es/src/business/ap-upload/style/multiple-file.mjs +6 -3
  40. package/es/src/business/index.d.ts +1 -0
  41. package/es/src/business/index.mjs +16 -14
  42. package/es/src/config-provider/config-provider-props.d.ts +6 -0
  43. package/es/src/config-provider/config-provider-props.mjs +6 -2
  44. package/es/src/config-provider/config-provider.d.ts +17 -1
  45. package/es/src/config-provider/config-provider.mjs +24 -23
  46. package/es/src/config-provider/hooks/use-global-config.d.ts +7 -0
  47. package/es/src/config-provider/index.d.ts +31 -3
  48. package/es/src/index.mjs +74 -72
  49. package/es/src/locale/lang/en.mjs +5 -0
  50. package/es/src/locale/lang/zh-cn.mjs +5 -0
  51. package/es/src/version.d.ts +1 -1
  52. package/es/src/version.mjs +1 -1
  53. package/lib/index.js +1 -1
  54. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  55. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  56. package/lib/src/ag-grid/editable/interface.d.ts +2 -1
  57. package/lib/src/ag-grid/editable/utils.d.ts +7 -0
  58. package/lib/src/ag-grid/editable/utils.js +1 -1
  59. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  60. package/lib/src/ap-form/utils/transform.d.ts +6 -0
  61. package/lib/src/ap-form/utils/transform.js +1 -0
  62. package/lib/src/ap-pro-card/components/card/index.vue.d.ts +1 -1
  63. package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
  64. package/lib/src/business/ap-appendix/interface.d.ts +4 -0
  65. package/lib/src/business/ap-appendix/style/index.js +1 -1
  66. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  67. package/lib/src/business/ap-attachment/style/index.js +1 -1
  68. package/lib/src/business/ap-file-preview/ap-file-preview.vue.d.ts +4 -0
  69. package/lib/src/business/ap-file-preview/ap-file-preview.vue.js +1 -0
  70. package/lib/src/business/ap-file-preview/ap-file-preview.vue2.js +1 -0
  71. package/lib/src/business/ap-file-preview/components/error-result/index.vue.d.ts +6 -0
  72. package/lib/src/business/ap-file-preview/components/error-result/index.vue.js +1 -0
  73. package/lib/src/business/ap-file-preview/components/error-result/index.vue2.js +1 -0
  74. package/lib/src/business/ap-file-preview/icons/not-exist-icon.vue.d.ts +3 -0
  75. package/lib/src/business/ap-file-preview/icons/not-exist-icon.vue.js +1 -0
  76. package/lib/src/business/ap-file-preview/icons/not-preview-icon.vue.d.ts +3 -0
  77. package/lib/src/business/ap-file-preview/icons/not-preview-icon.vue.js +1 -0
  78. package/lib/src/business/ap-file-preview/index.d.ts +7 -0
  79. package/lib/src/business/ap-file-preview/index.js +1 -0
  80. package/lib/src/business/ap-file-preview/interface.d.ts +43 -0
  81. package/lib/src/business/ap-file-preview/style/index.d.ts +5 -0
  82. package/lib/src/business/ap-file-preview/style/index.js +1 -0
  83. package/lib/src/business/ap-file-preview/utils/create-file-preview-modal.d.ts +2 -0
  84. package/lib/src/business/ap-file-preview/utils/create-file-preview-modal.js +1 -0
  85. package/lib/src/business/ap-file-preview/utils/default-parser-plugin.d.ts +4 -0
  86. package/lib/src/business/ap-file-preview/utils/default-parser-plugin.js +1 -0
  87. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  88. package/lib/src/business/ap-upload/apUpload.vue.d.ts +1 -1
  89. package/lib/src/business/ap-upload/apUploadTypes.d.ts +2 -2
  90. package/lib/src/business/ap-upload/components/MultipleFile.vue2.js +1 -1
  91. package/lib/src/business/ap-upload/style/multiple-file.js +1 -1
  92. package/lib/src/business/index.d.ts +1 -0
  93. package/lib/src/business/index.js +1 -1
  94. package/lib/src/config-provider/config-provider-props.d.ts +6 -0
  95. package/lib/src/config-provider/config-provider-props.js +1 -1
  96. package/lib/src/config-provider/config-provider.d.ts +17 -1
  97. package/lib/src/config-provider/config-provider.js +1 -1
  98. package/lib/src/config-provider/hooks/use-global-config.d.ts +7 -0
  99. package/lib/src/config-provider/index.d.ts +31 -3
  100. package/lib/src/index.js +1 -1
  101. package/lib/src/locale/lang/en.js +1 -1
  102. package/lib/src/locale/lang/zh-cn.js +1 -1
  103. package/lib/src/version.d.ts +1 -1
  104. package/lib/src/version.js +1 -1
  105. package/package.json +1 -1
@@ -1,17 +1,18 @@
1
- import { defineComponent as te, reactive as re, shallowRef as oe, ref as ne, unref as h, nextTick as ie, toRaw as M, watch as le, onWatcherCleanup as se, computed as ae, createBlock as ue, openBlock as ce, mergeProps as fe, withCtx as de, renderSlot as ge } from "vue";
2
- import { Form as me } from "@aplus-frontend/antdv";
3
- import { useUrlSearchParams as pe } from "@vueuse/core";
4
- import { isArray as f, cloneDeep as j, isEqual as he, isFunction as B, isPlainObject as _, omit as Fe } from "lodash-unified";
5
- import { useDevWarning as ye } from "../utils/warning.mjs";
6
- import { getRouteType as Te } from "../utils/index.mjs";
7
- import { INTERNAL_FORM_INSTANCE_MARK as x } from "./constant.mjs";
8
- import { useProvideForm as Ve } from "./context.mjs";
9
- import { useInjectFormProvider as ve } from "./provider/context.mjs";
10
- import { getModelValue as W } from "./utils/get.mjs";
11
- import { genParams as b, setToParams as N } from "./utils/params.mjs";
12
- import Ce from "./utils/set.mjs";
13
- import { isDef as T } from "../utils/is.mjs";
14
- const xe = /* @__PURE__ */ te({
1
+ import { defineComponent as Y, reactive as Z, shallowRef as z, ref as ee, unref as g, nextTick as te, toRaw as U, watch as re, onWatcherCleanup as oe, computed as ne, createBlock as ie, openBlock as le, mergeProps as ae, withCtx as se, renderSlot as ue } from "vue";
2
+ import { Form as fe } from "@aplus-frontend/antdv";
3
+ import { useUrlSearchParams as ce } from "@vueuse/core";
4
+ import { isArray as P, cloneDeep as b, isEqual as de, omit as ge } from "lodash-unified";
5
+ import { useDevWarning as pe } from "../utils/warning.mjs";
6
+ import { getRouteType as me } from "../utils/index.mjs";
7
+ import { INTERNAL_FORM_INSTANCE_MARK as E } from "./constant.mjs";
8
+ import { useProvideForm as he } from "./context.mjs";
9
+ import { useInjectFormProvider as Fe } from "./provider/context.mjs";
10
+ import { getModelValue as x } from "./utils/get.mjs";
11
+ import { genParams as R, setToParams as O } from "./utils/params.mjs";
12
+ import ye from "./utils/set.mjs";
13
+ import { transformValues as h } from "./utils/transform.mjs";
14
+ import { isDef as F } from "../utils/is.mjs";
15
+ const Ee = /* @__PURE__ */ Y({
15
16
  name: "ApForm",
16
17
  __name: "ap-form",
17
18
  props: {
@@ -43,193 +44,183 @@ const xe = /* @__PURE__ */ te({
43
44
  syncToUrl: { type: [Boolean, Function], default: !1 },
44
45
  syncToUrlPriority: { type: Boolean }
45
46
  },
46
- setup(S, { expose: q }) {
47
- const n = S;
48
- function V(e, t, r = !0, o) {
49
- if (f(e)) {
50
- let i = l;
51
- for (let u = 0; u < e.length - 1; u++)
52
- e[u] in i || (i[e[u]] = {}), i = i[e[u]];
53
- o ? o(i, e[e.length - 1]) : i[e[e.length - 1]] = t;
47
+ setup(W, { expose: j }) {
48
+ const r = W;
49
+ function y(e, t, o = !0, i) {
50
+ if (P(e)) {
51
+ let l = n;
52
+ for (let d = 0; d < e.length - 1; d++)
53
+ e[d] in l || (l[e[d]] = {}), l = l[e[d]];
54
+ i ? i(l, e[e.length - 1]) : l[e[e.length - 1]] = t;
54
55
  } else
55
- o ? o(l, e) : l[e] = t;
56
- let a = f(e) ? e[0] : e;
57
- if (r) {
58
- const i = { [a]: l[a] };
59
- F.triggerFormChange(n.name, i), n.onValuesChange?.(i, l, e);
56
+ i ? i(n, e) : n[e] = t;
57
+ let A = P(e) ? e[0] : e;
58
+ if (o) {
59
+ const l = { [A]: n[A] };
60
+ p.triggerFormChange(r.name, l), r.onValuesChange?.(l, n, e);
60
61
  }
61
- y();
62
+ m();
62
63
  }
63
- const s = oe(), v = pe(Te()), F = ve(), D = ye("ApForm"), C = ne(
64
- n.syncToUrl ? b(n.syncToUrl, v, "get") : {}
64
+ const a = z(), T = ce(me()), p = Fe(), k = pe("ApForm"), V = ee(
65
+ r.syncToUrl ? R(r.syncToUrl, T, "get") : {}
65
66
  );
66
- let d = j(w()), g = {};
67
- const l = re(w());
68
- let m = [];
69
- function w() {
70
- const e = n.initialValues || {};
71
- return n.syncToUrlPriority ? {
67
+ let s = b(M()), u = {};
68
+ const n = Z(M());
69
+ let c = [];
70
+ function M() {
71
+ const e = r.initialValues || {};
72
+ return r.syncToUrlPriority ? {
72
73
  ...e,
73
- ...h(C)
74
+ ...g(V)
74
75
  } : {
75
- ...h(C),
76
+ ...g(V),
76
77
  ...e
77
78
  };
78
79
  }
79
- function K(e) {
80
- const t = p(e, g);
81
- F.triggerFormFinish(n.name, e), n.syncToUrl && N(v, b(n.syncToUrl, t, "set")), n.onFinish?.(t);
80
+ function N(e) {
81
+ const t = h(
82
+ e,
83
+ u,
84
+ f
85
+ );
86
+ p.triggerFormFinish(r.name, e), r.syncToUrl && O(T, R(r.syncToUrl, t, "set")), r.onFinish?.(t);
82
87
  }
83
- const L = async () => {
84
- s.value?.resetFields(), await ie(() => {
85
- Object.keys(l).forEach((e) => delete l[e]), Object.assign(l, j(d)), y(), n.syncToUrl && N(
86
- v,
87
- b(
88
- n.syncToUrl,
89
- p(d, g),
88
+ const S = async () => {
89
+ a.value?.resetFields(), await te(() => {
90
+ Object.keys(n).forEach((e) => delete n[e]), Object.assign(n, b(s)), m(), r.syncToUrl && O(
91
+ T,
92
+ R(
93
+ r.syncToUrl,
94
+ h(
95
+ s,
96
+ u,
97
+ f
98
+ ),
90
99
  "set"
91
100
  )
92
101
  );
93
102
  });
94
- }, $ = (e) => {
95
- s.value?.clearValidate(e);
96
- }, k = (e, t) => s.value?.validateFields(e, t), G = async (e, t) => {
97
- const r = await s.value?.validateFields(
103
+ }, q = (e) => {
104
+ a.value?.clearValidate(e);
105
+ }, D = (e, t) => a.value?.validateFields(e, t), K = async (e, t) => {
106
+ const o = await a.value?.validateFields(
98
107
  e,
99
108
  t
100
109
  );
101
- return p(r, g);
102
- }, I = (e) => e === !0 ? M(l) : s.value?.getFieldsValue(e), H = (e) => {
103
- const t = I(e);
104
- return p(t, g);
105
- }, J = (e, t) => s.value?.validate(e, t), Q = (e, t = {}) => {
106
- s.value?.scrollToField(e, t);
107
- }, X = (e) => {
108
- Object.assign(l, e), y();
109
- }, U = (e, t, r = !0, o) => {
110
- V(e, t, r, o), y();
110
+ return h(
111
+ o,
112
+ u,
113
+ f
114
+ );
115
+ }, f = (e) => e === !0 ? U(n) : a.value?.getFieldsValue(e), L = (e) => {
116
+ const t = f(e);
117
+ return h(t, u, f);
118
+ }, $ = (e, t) => a.value?.validate(e, t), G = (e, t = {}) => {
119
+ a.value?.scrollToField(e, t);
120
+ }, H = (e) => {
121
+ Object.assign(n, e), m();
122
+ }, v = (e, t, o = !0, i) => {
123
+ y(e, t, o, i), m();
111
124
  };
112
- function P(e) {
113
- return e(M(l)), m.push(e), () => {
114
- m = m.filter((t) => t !== e);
125
+ function C(e) {
126
+ return e(U(n)), c.push(e), () => {
127
+ c = c.filter((t) => t !== e);
115
128
  };
116
129
  }
117
- function R(e, t) {
118
- if (f(e)) {
119
- let r = d;
120
- for (let o = 0; o < e.length - 1; o++)
121
- T(r[e[o]]) || (r[e[o]] = {}), r = r[e[o]];
122
- r[e[e.length - 1]] = t;
130
+ function I(e, t) {
131
+ if (P(e)) {
132
+ let o = s;
133
+ for (let i = 0; i < e.length - 1; i++)
134
+ F(o[e[i]]) || (o[e[i]] = {}), o = o[e[i]];
135
+ o[e[e.length - 1]] = t;
123
136
  } else
124
- d[e] = t;
137
+ s[e] = t;
125
138
  }
126
- function Y(e, t) {
127
- if (!T(e) || !T(t))
139
+ function J(e, t) {
140
+ if (!F(e) || !F(t))
128
141
  return;
129
- const r = W(d, t);
130
- if (he(r, e))
142
+ const o = x(s, t);
143
+ if (de(o, e))
131
144
  return;
132
- const o = W(h(C), t);
133
- T(o) && n.syncToUrlPriority || (V(t, e, !1), R(t, e));
145
+ const i = x(g(V), t);
146
+ F(i) && r.syncToUrlPriority || (y(t, e, !1), I(t, e));
134
147
  }
135
- function Z(e, t) {
136
- t && (g = Ce(
137
- g,
148
+ function Q(e, t) {
149
+ t && (u = ye(
150
+ u,
138
151
  [e].flat(1),
139
152
  t,
140
153
  !0
141
154
  ));
142
155
  }
143
- function A({ initialValue: e, name: t, transform: r }) {
144
- Y(e, t), Z(t, r);
156
+ function B({ initialValue: e, name: t, transform: o }) {
157
+ J(e, t), Q(t, o);
145
158
  }
146
- function E() {
147
- return d;
159
+ function _() {
160
+ return s;
148
161
  }
149
- function z(e) {
150
- if (D(
151
- e === x,
162
+ function X(e) {
163
+ if (k(
164
+ e === E,
152
165
  "usage",
153
166
  "getInternalInstance should only used at internal"
154
- ), e === x)
167
+ ), e === E)
155
168
  return {
156
- registerField: A,
157
- registerWatch: P,
158
- setFieldValue: U,
159
- getInitialValues: E,
160
- updateInitialModel: R
169
+ registerField: B,
170
+ registerWatch: C,
171
+ setFieldValue: v,
172
+ getInitialValues: _,
173
+ updateInitialModel: I
161
174
  };
162
175
  }
163
- function y() {
164
- if (m.length) {
165
- const e = M(l);
166
- m.forEach((t) => {
176
+ function m() {
177
+ if (c.length) {
178
+ const e = U(n);
179
+ c.forEach((t) => {
167
180
  t(e);
168
181
  });
169
182
  }
170
183
  }
171
- function p(e, t) {
172
- if (e == null)
173
- return;
174
- let r = f(e) ? [] : {};
175
- return Object.keys(e).forEach((o) => {
176
- const a = e[o], i = t?.[o], u = B(i) ? i : i?.transformer, ee = B(i) ? !0 : i?.flat;
177
- if (B(u)) {
178
- const c = u(a, { getFieldsValue: I });
179
- ee ? f(c) && f(r) ? r = [...r, ...c] : _(c) && _(r) ? r = {
180
- ...r,
181
- ...c
182
- } : r[o] = c : r[o] = c;
183
- } else if (_(a) || f(a)) {
184
- const c = p(
185
- a,
186
- i
187
- );
188
- r[o] = c;
189
- } else
190
- r[o] = a;
191
- }), r;
192
- }
193
- const O = {
194
- resetFields: L,
195
- clearValidate: $,
196
- validateFields: k,
197
- getFieldsValue: I,
198
- validate: J,
199
- scrollToField: Q,
200
- setFieldsValue: X,
201
- setFieldValue: U,
202
- registerWatch: P,
203
- validateFieldsReturnTransformed: G,
204
- getFieldsValueTransformed: H,
205
- getInternalInstance: z
184
+ const w = {
185
+ resetFields: S,
186
+ clearValidate: q,
187
+ validateFields: D,
188
+ getFieldsValue: f,
189
+ validate: $,
190
+ scrollToField: G,
191
+ setFieldsValue: H,
192
+ setFieldValue: v,
193
+ registerWatch: C,
194
+ validateFieldsReturnTransformed: K,
195
+ getFieldsValueTransformed: L,
196
+ getInternalInstance: X
206
197
  };
207
- return le(
208
- () => n.name,
198
+ return re(
199
+ () => r.name,
209
200
  (e) => {
210
- e && (F.registerForm(e, O), se(() => {
211
- F.unregisterForm(n.name);
201
+ e && (p.registerForm(e, w), oe(() => {
202
+ p.unregisterForm(r.name);
212
203
  }));
213
204
  },
214
205
  {
215
206
  immediate: !0
216
207
  }
217
- ), Ve({
218
- model: ae(() => l),
219
- updateModel: V,
208
+ ), he({
209
+ model: ne(() => n),
210
+ updateModel: y,
220
211
  internalInstance: {
221
- registerWatch: P,
222
- registerField: A,
223
- setFieldValue: U,
224
- getInitialValues: E,
225
- updateInitialModel: R
212
+ registerWatch: C,
213
+ registerField: B,
214
+ setFieldValue: v,
215
+ getInitialValues: _,
216
+ updateInitialModel: I
226
217
  }
227
- }), q(O), (e, t) => (ce(), ue(h(me), fe(
218
+ }), j(w), (e, t) => (le(), ie(g(fe), ae(
228
219
  {
229
220
  ref_key: "formRef",
230
- ref: s
221
+ ref: a
231
222
  },
232
- h(Fe)(n, [
223
+ g(ge)(r, [
233
224
  "initialValues",
234
225
  "onValuesChange",
235
226
  "onFinish",
@@ -237,18 +228,18 @@ const xe = /* @__PURE__ */ te({
237
228
  "syncToUrlPriority"
238
229
  ]),
239
230
  {
240
- model: l,
231
+ model: n,
241
232
  "data-form-name": e.name,
242
- onFinish: K
233
+ onFinish: N
243
234
  }
244
235
  ), {
245
- default: de(() => [
246
- ge(e.$slots, "default")
236
+ default: se(() => [
237
+ ue(e.$slots, "default")
247
238
  ]),
248
239
  _: 3
249
240
  }, 16, ["model", "data-form-name"]));
250
241
  }
251
242
  });
252
243
  export {
253
- xe as default
244
+ Ee as default
254
245
  };
@@ -0,0 +1,6 @@
1
+ import { ApFormExpose, ApFormItemTransformType } from '../interface';
2
+ interface TransformFnMapType {
3
+ [key: string]: ApFormItemTransformType | TransformFnMapType;
4
+ }
5
+ export declare function transformValues(values: any, transformCachedConfig: TransformFnMapType, getFieldsValue?: ApFormExpose['getFieldsValue']): any;
6
+ export {};
@@ -0,0 +1,30 @@
1
+ import { isArray as i, isFunction as e, isPlainObject as m } from "lodash-unified";
2
+ function p(f, l, c) {
3
+ if (f == null)
4
+ return;
5
+ let r = i(f) ? [] : {};
6
+ return Object.keys(f).forEach((n) => {
7
+ const s = f[n], o = l?.[n], a = e(o) ? o : o?.transformer, u = e(o) ? !0 : o?.flat;
8
+ if (e(a)) {
9
+ const t = a(
10
+ s,
11
+ c ? { getFieldsValue: c } : void 0
12
+ );
13
+ u ? i(t) && i(r) ? r = [...r, ...t] : m(t) && m(r) ? r = {
14
+ ...r,
15
+ ...t
16
+ } : r[n] = t : r[n] = t;
17
+ } else if (m(s) || i(s)) {
18
+ const t = p(
19
+ s,
20
+ o,
21
+ c
22
+ );
23
+ r[n] = t;
24
+ } else
25
+ r[n] = s;
26
+ }), r;
27
+ }
28
+ export {
29
+ p as transformValues
30
+ };
@@ -20,8 +20,8 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}
20
20
  boxShadow: boolean;
21
21
  bordered: boolean;
22
22
  hoverable: boolean;
23
- gutter: ApProCardGutter | ApProCardGutter[];
24
23
  ghost: boolean;
24
+ gutter: ApProCardGutter | ApProCardGutter[];
25
25
  collapsible: boolean;
26
26
  headerBordered: boolean;
27
27
  defaultCollapsed: boolean;