@aplus-frontend/ui 6.26.0 → 6.26.2

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 (40) hide show
  1. package/es/src/ag-grid/components/empty/index.vue.d.ts +3 -0
  2. package/es/src/ag-grid/components/empty/index.vue.mjs +4 -0
  3. package/es/src/ag-grid/components/empty/index.vue2.mjs +15 -0
  4. package/es/src/ag-grid/index.vue.mjs +53 -53
  5. package/es/src/ap-grid/index.vue.mjs +196 -180
  6. package/es/src/ap-grid/interface.d.ts +8 -1
  7. package/es/src/ap-pro-card/components/card/index.vue2.mjs +83 -87
  8. package/es/src/ap-pro-card/components/statistic-card/index.vue.d.ts +3 -1
  9. package/es/src/ap-pro-card/components/statistic-card/index.vue2.mjs +12 -13
  10. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +118 -112
  11. package/es/src/version.d.ts +1 -1
  12. package/es/src/version.mjs +1 -1
  13. package/lib/src/ag-grid/components/empty/index.vue.d.ts +3 -0
  14. package/lib/src/ag-grid/components/empty/index.vue.js +1 -0
  15. package/lib/src/ag-grid/components/empty/index.vue2.js +1 -0
  16. package/lib/src/ag-grid/index.vue.js +1 -1
  17. package/lib/src/ap-grid/index.vue.js +1 -1
  18. package/lib/src/ap-grid/interface.d.ts +8 -1
  19. package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
  20. package/lib/src/ap-pro-card/components/statistic-card/index.vue.d.ts +3 -1
  21. package/lib/src/ap-pro-card/components/statistic-card/index.vue2.js +1 -1
  22. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  23. package/lib/src/version.d.ts +1 -1
  24. package/lib/src/version.js +1 -1
  25. package/package.json +1 -1
  26. package/theme/ag-grid/index.css +1 -1
  27. package/theme/ag-grid/index.less +1 -1
  28. package/theme/ap-draggable-grid/ap-draggable-grid.css +5 -2
  29. package/theme/ap-draggable-grid/ap-draggable-grid.less +3 -2
  30. package/theme/ap-grid/index.css +1 -0
  31. package/theme/ap-grid/index.less +1 -0
  32. package/theme/ap-pro-card/index.css +22 -6
  33. package/theme/ap-pro-card/index.less +22 -7
  34. package/theme/css-var.css +32 -0
  35. package/theme/css-var.less +34 -0
  36. package/theme/index.css +61 -9
  37. package/es/src/ap-pro-card/utils/css-var.d.ts +0 -17
  38. package/es/src/ap-pro-card/utils/css-var.mjs +0 -29
  39. package/lib/src/ap-pro-card/utils/css-var.d.ts +0 -17
  40. package/lib/src/ap-pro-card/utils/css-var.js +0 -1
@@ -1,17 +1,15 @@
1
- import { defineComponent as ne, useSlots as ie, ref as R, useModel as se, watch as de, computed as d, createVNode as u, Fragment as y, createElementBlock as m, openBlock as i, mergeProps as ue, createCommentVNode as $, createElementVNode as ce, normalizeStyle as I, normalizeClass as x, unref as h, createBlock as p, renderSlot as F, resolveDynamicComponent as v, withCtx as H, mergeModels as fe } from "vue";
2
- import { Spin as pe, Tooltip as ye } from "@aplus-frontend/antdv";
3
- import { QuestionCircleOutlined as ve } from "@ant-design/icons-vue";
4
- import { getProCardCssVar as be } from "../../utils/css-var.mjs";
1
+ import { defineComponent as ae, useSlots as ne, ref as V, useModel as ie, watch as se, computed as u, createVNode as d, Fragment as y, createElementBlock as C, openBlock as i, mergeProps as de, createCommentVNode as g, createElementVNode as ue, normalizeStyle as I, normalizeClass as h, unref as B, createBlock as f, renderSlot as F, resolveDynamicComponent as b, withCtx as H, mergeModels as ce } from "vue";
2
+ import { Spin as pe, Tooltip as fe } from "@aplus-frontend/antdv";
3
+ import { QuestionCircleOutlined as ye } from "@ant-design/icons-vue";
5
4
  import "../../../config-provider/index.mjs";
6
5
  import { mergeClass as A } from "../../../editable-table/utils.mjs";
7
- import ge from "@aplus-frontend/antdv/es/_util/hooks/useBreakpoint";
8
- import { IconApAdFillDown as xe } from "@aplus-frontend/icon";
9
- import { useNamespace as he } from "../../../config-provider/hooks/use-namespace.mjs";
10
- import { useGlobalConfig as Ce } from "../../../config-provider/hooks/use-global-config.mjs";
11
- const Ee = /* @__PURE__ */ ne({
6
+ import be from "@aplus-frontend/antdv/es/_util/hooks/useBreakpoint";
7
+ import { IconApAdFillDown as ve } from "@aplus-frontend/icon";
8
+ import { useNamespace as xe } from "../../../config-provider/hooks/use-namespace.mjs";
9
+ const Ae = /* @__PURE__ */ ae({
12
10
  name: "ApProCard",
13
11
  __name: "index",
14
- props: /* @__PURE__ */ fe({
12
+ props: /* @__PURE__ */ ce({
15
13
  headStyle: {},
16
14
  bodyStyle: {},
17
15
  actionsStyle: {},
@@ -83,23 +81,23 @@ const Ee = /* @__PURE__ */ ne({
83
81
  collapsedModifiers: {}
84
82
  }),
85
83
  emits: ["update:collapsed"],
86
- setup(M) {
87
- const t = M, r = ie(), b = R(t.defaultCollapsed), O = se(M, "collapsed");
88
- de(() => O.value, (e) => {
89
- e !== void 0 && (b.value = e);
84
+ setup(O) {
85
+ const t = O, r = ne(), v = V(t.defaultCollapsed), G = ie(O, "collapsed");
86
+ se(() => G.value, (e) => {
87
+ e !== void 0 && (v.value = e);
90
88
  }, {
91
89
  immediate: !0
92
90
  });
93
91
  const Q = () => {
94
- b.value = !b.value;
92
+ v.value = !v.value;
95
93
  }, {
96
94
  b: c
97
- } = he("pro-card"), T = Ce("uiMode"), q = d(() => be(T.value)), B = ["xxxl", "xxl", "xl", "lg", "md", "sm", "xs"], g = ge(), w = (e, o) => e ? o : {}, J = (e) => {
95
+ } = xe("pro-card"), S = ["xxxl", "xxl", "xl", "lg", "md", "sm", "xs"], x = be(), w = (e, o) => e ? o : {}, T = (e) => {
98
96
  const o = [0, 0];
99
97
  return (Array.isArray(e) ? e : [e, 0]).forEach((n, l) => {
100
98
  if (typeof n == "object")
101
- for (let s = 0; s < B.length; s += 1) {
102
- const f = B[s];
99
+ for (let s = 0; s < S.length; s += 1) {
100
+ const p = S[s];
103
101
  if ({
104
102
  lg: !0,
105
103
  md: !0,
@@ -108,20 +106,20 @@ const Ee = /* @__PURE__ */ ne({
108
106
  xs: !1,
109
107
  xxl: !1,
110
108
  xxxl: !1,
111
- ...g == null ? void 0 : g.value
112
- }[f] && n[f] !== void 0) {
113
- o[l] = n[f];
109
+ ...x == null ? void 0 : x.value
110
+ }[p] && n[p] !== void 0) {
111
+ o[l] = n[p];
114
112
  break;
115
113
  }
116
114
  }
117
115
  else
118
116
  o[l] = n || 0;
119
117
  }), o;
120
- }, K = (e) => {
118
+ }, q = (e) => {
121
119
  let o = e;
122
120
  if (typeof e == "object")
123
- for (let n = 0; n < B.length; n += 1) {
124
- const l = B[n], s = {
121
+ for (let n = 0; n < S.length; n += 1) {
122
+ const l = S[n], s = {
125
123
  lg: !0,
126
124
  md: !0,
127
125
  sm: !0,
@@ -129,7 +127,7 @@ const Ee = /* @__PURE__ */ ne({
129
127
  xs: !1,
130
128
  xxl: !1,
131
129
  xxxl: !1,
132
- ...g == null ? void 0 : g.value
130
+ ...x == null ? void 0 : x.value
133
131
  };
134
132
  if (s != null && s[l] && (e == null ? void 0 : e[l]) !== void 0) {
135
133
  o = e[l];
@@ -144,18 +142,18 @@ const Ee = /* @__PURE__ */ ne({
144
142
  span: o,
145
143
  colSpanStyle: a
146
144
  };
147
- }, L = d(() => J(t.gutter)), N = R(!1), G = (e) => {
145
+ }, J = u(() => T(t.gutter)), N = V(!1), M = (e) => {
148
146
  N.value = e;
149
- }, U = d(() => {
147
+ }, K = u(() => {
150
148
  var e;
151
- return u(y, null, [t.title || ((e = r.title) == null ? void 0 : e.call(r))]);
152
- }), W = d(() => u(y, null, [t.tooltip])), X = d(() => {
149
+ return d(y, null, [t.title || ((e = r.title) == null ? void 0 : e.call(r))]);
150
+ }), L = u(() => d(y, null, [t.tooltip])), U = u(() => {
153
151
  var e;
154
- return u(y, null, [t.extra || ((e = r.extra) == null ? void 0 : e.call(r))]);
155
- }), Y = d(() => {
152
+ return d(y, null, [t.extra || ((e = r.extra) == null ? void 0 : e.call(r))]);
153
+ }), W = u(() => {
156
154
  var e;
157
- return u(y, null, [t.actions || ((e = r.actions) == null ? void 0 : e.call(r))]);
158
- }), Z = d(() => t.loading === !0 ? u(pe, {
155
+ return d(y, null, [t.actions || ((e = r.actions) == null ? void 0 : e.call(r))]);
156
+ }), X = u(() => t.loading === !0 ? d(pe, {
159
157
  style: {
160
158
  width: "100%",
161
159
  height: "100%",
@@ -163,18 +161,17 @@ const Ee = /* @__PURE__ */ ne({
163
161
  alignItems: "center",
164
162
  justifyContent: "center"
165
163
  }
166
- }, null) : u(y, null, [t.loading])), C = d(() => {
164
+ }, null) : d(y, null, [t.loading])), $ = u(() => t.collapsible && G.value === void 0), Y = () => {
167
165
  var e;
168
- if (t.collapsible && O.value === void 0)
169
- return t.collapsibleIconRender ? (e = t.collapsibleIconRender) == null ? void 0 : e.call(t, {
170
- collapsed: b.value
171
- }) : u(y, null, [u(xe, {
172
- class: c("collapsible-icon"),
173
- style: {
174
- transform: b.value ? "rotate(-90deg)" : "rotate(0deg)"
175
- }
176
- }, null)]);
177
- }), P = (e, o = []) => {
166
+ return t.collapsibleIconRender ? (e = t.collapsibleIconRender) == null ? void 0 : e.call(t, {
167
+ collapsed: v.value
168
+ }) : d(y, null, [d(ve, {
169
+ class: c("collapsible-icon"),
170
+ style: {
171
+ transform: v.value ? "rotate(-90deg)" : "rotate(0deg)"
172
+ }
173
+ }, null)]);
174
+ }, P = (e, o = []) => {
178
175
  if ((e == null ? void 0 : e.type) === Symbol.for("v-fgt")) {
179
176
  const a = Array.isArray(e == null ? void 0 : e.children) ? e == null ? void 0 : e.children : [e == null ? void 0 : e.children];
180
177
  if (a != null && a.length)
@@ -183,24 +180,24 @@ const Ee = /* @__PURE__ */ ne({
183
180
  } else
184
181
  e && o.push(e);
185
182
  return o;
186
- }, _ = () => {
183
+ }, Z = () => {
187
184
  var o, a, n;
188
185
  const e = (o = r.default) == null ? void 0 : o.call(r);
189
- return G(!1), u(y, null, [(n = (a = e == null ? void 0 : e.reduce((l, s) => {
190
- const f = P(s);
191
- return [...l, ...f];
192
- }, [])) == null ? void 0 : a.filter((l) => l.type !== Symbol.for("v-cmt"))) == null ? void 0 : n.map((l, s, f) => {
193
- var z, V, D;
186
+ return M(!1), d(y, null, [(n = (a = e == null ? void 0 : e.reduce((l, s) => {
187
+ const p = P(s);
188
+ return [...l, ...p];
189
+ }, [])) == null ? void 0 : a.filter((l) => l.type !== Symbol.for("v-cmt"))) == null ? void 0 : n.map((l, s, p) => {
190
+ var z, D, R;
194
191
  if (l && typeof l == "object" && "type" in l && ((z = l.type) == null ? void 0 : z.isProCard) === !0) {
195
- G(!0);
196
- const oe = ((V = l == null ? void 0 : l.props) == null ? void 0 : V.colSpan) || ((D = l == null ? void 0 : l.props) == null ? void 0 : D["col-span"]) || {}, {
197
- span: S,
198
- colSpanStyle: re
199
- } = K(oe), k = c("col"), ae = A(`${k}`, [typeof S == "number" && S >= 0 && S <= 24 ? `${k}-span-${S}` : void 0, t.split === "horizontal" && s !== f.length - 1 ? `${k}-split-horizontal` : void 0, t.split === "vertical" && s !== f.length - 1 ? `${k}-split-vertical` : void 0].filter(Boolean)), [j, E] = L.value;
200
- return u("div", {
201
- class: ae,
192
+ M(!0);
193
+ const le = ((D = l == null ? void 0 : l.props) == null ? void 0 : D.colSpan) || ((R = l == null ? void 0 : l.props) == null ? void 0 : R["col-span"]) || {}, {
194
+ span: m,
195
+ colSpanStyle: oe
196
+ } = q(le), k = c("col"), re = A(`${k}`, [typeof m == "number" && m >= 0 && m <= 24 ? `${k}-span-${m}` : void 0, t.split === "horizontal" && s !== p.length - 1 ? `${k}-split-horizontal` : void 0, t.split === "vertical" && s !== p.length - 1 ? `${k}-split-vertical` : void 0].filter(Boolean)), [j, E] = J.value;
197
+ return d("div", {
198
+ class: re,
202
199
  style: {
203
- ...re,
200
+ ...oe,
204
201
  ...w(j > 0, {
205
202
  paddingInlineStart: `${j / 2}px`,
206
203
  paddingInlineEnd: `${j / 2}px`
@@ -215,64 +212,63 @@ const Ee = /* @__PURE__ */ ne({
215
212
  }
216
213
  return l;
217
214
  })]);
218
- }, ee = d(() => {
215
+ }, _ = u(() => {
219
216
  const e = c();
220
- return A(`${e}`, [t.bordered ? `${e}-border` : void 0, t.boxShadow ? `${e}-box-shadow` : void 0, N.value ? `${e}-contain-card` : void 0, t.loading ? `${e}-loading` : void 0, t.split === "vertical" || t.split === "horizontal" ? `${e}-split` : void 0, t.ghost ? `${e}-ghost` : void 0, t.hoverable ? `${e}-hoverable` : void 0, t.type ? `${e}-type-${t.type}` : void 0, b.value ? `${e}-collapsed` : void 0].filter(Boolean));
221
- }), te = d(() => {
217
+ return A(`${e}`, [t.bordered ? `${e}-border` : void 0, t.boxShadow ? `${e}-box-shadow` : void 0, N.value ? `${e}-contain-card` : void 0, t.loading ? `${e}-loading` : void 0, t.split === "vertical" || t.split === "horizontal" ? `${e}-split` : void 0, t.ghost ? `${e}-ghost` : void 0, t.hoverable ? `${e}-hoverable` : void 0, t.type ? `${e}-type-${t.type}` : void 0, v.value ? `${e}-collapsed` : void 0].filter(Boolean));
218
+ }), ee = u(() => {
222
219
  const e = c("header");
223
- return A(`${e}`, [t.headerBordered || t.type === "inner" ? `${e}-border` : void 0, C.value ? `${e}-collapsible` : void 0].filter(Boolean));
224
- }), le = d(() => {
220
+ return A(`${e}`, [t.headerBordered || t.type === "inner" ? `${e}-border` : void 0, $.value ? `${e}-collapsible` : void 0].filter(Boolean));
221
+ }), te = u(() => {
225
222
  const e = c("body");
226
223
  return A(`${e}`, [t.layout === "center" ? `${e}-center` : void 0, t.split === "horizontal" || t.direction === "column" ? `${e}-direction-column` : void 0, t.wrap && N.value ? `${e}-wrap` : void 0].filter(Boolean));
227
224
  });
228
- return (e, o) => (i(), m("div", ue({
229
- class: ee.value,
230
- style: {
231
- ...q.value
232
- }
225
+ return (e, o) => (i(), C("div", de({
226
+ class: _.value
233
227
  }, {
234
228
  ...e.$attrs
235
- }), [t.title || r.title || t.extra || r.extra || C.value ? (i(), m("div", {
229
+ }), [t.title || r.title || t.extra || r.extra || $.value ? (i(), C("div", {
236
230
  key: 0,
237
- class: x(te.value),
231
+ class: h(ee.value),
238
232
  style: I({
239
233
  ...t.headStyle
240
234
  }),
241
235
  onClick: o[0] || (o[0] = () => {
242
- C.value && Q();
236
+ $.value && Q();
243
237
  })
244
- }, [t.title || r.title || C.value ? (i(), m("div", {
238
+ }, [t.title || r.title || $.value ? (i(), C("div", {
245
239
  key: 0,
246
- class: x(h(c)("header-title"))
247
- }, [(i(), p(v(C.value))), F(e.$slots, "title", {}, () => [(i(), p(v(U.value)))]), t.tooltip ? (i(), p(h(ye), {
240
+ class: h(B(c)("header-title"))
241
+ }, [$.value ? (i(), f(b(Y()), {
248
242
  key: 0
243
+ })) : g("", !0), F(e.$slots, "title", {}, () => [(i(), f(b(K.value)))]), t.tooltip ? (i(), f(B(fe), {
244
+ key: 1
249
245
  }, {
250
- title: H(() => [(i(), p(v(W.value)))]),
251
- default: H(() => [u(h(ve), {
252
- class: x(h(c)("header-title-tooltip"))
246
+ title: H(() => [(i(), f(b(L.value)))]),
247
+ default: H(() => [d(B(ye), {
248
+ class: h(B(c)("header-title-tooltip"))
253
249
  }, null, 8, ["class"])]),
254
250
  _: 1
255
- })) : $("", !0)], 2)) : $("", !0), t.extra || r.extra ? (i(), m("div", {
251
+ })) : g("", !0)], 2)) : g("", !0), t.extra || r.extra ? (i(), C("div", {
256
252
  key: 1,
257
- class: x(h(c)("header-extra"))
258
- }, [F(e.$slots, "extra", {}, () => [(i(), p(v(X.value)))])], 2)) : $("", !0)], 6)) : $("", !0), ce("div", {
259
- class: x(le.value),
253
+ class: h(B(c)("header-extra"))
254
+ }, [F(e.$slots, "extra", {}, () => [(i(), f(b(U.value)))])], 2)) : g("", !0)], 6)) : g("", !0), ue("div", {
255
+ class: h(te.value),
260
256
  style: I({
261
257
  ...t.bodyStyle
262
258
  })
263
- }, [t.loading ? (i(), p(v(Z.value), {
259
+ }, [t.loading ? (i(), f(b(X.value), {
264
260
  key: 0
265
- })) : (i(), p(v(_()), {
261
+ })) : (i(), f(b(Z()), {
266
262
  key: 1
267
- }))], 6), t.actions || r.actions ? (i(), m("div", {
263
+ }))], 6), t.actions || r.actions ? (i(), C("div", {
268
264
  key: 1,
269
- class: x(h(c)("actions")),
265
+ class: h(B(c)("actions")),
270
266
  style: I({
271
267
  ...t.actionsStyle
272
268
  })
273
- }, [(i(), p(v(Y.value)))], 6)) : $("", !0)], 16));
269
+ }, [(i(), f(b(W.value)))], 6)) : g("", !0)], 16));
274
270
  }
275
271
  });
276
272
  export {
277
- Ee as default
273
+ Ae as default
278
274
  };
@@ -25,7 +25,9 @@ declare function __VLS_template(): {
25
25
  rootEl: HTMLDivElement;
26
26
  };
27
27
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
- declare const __VLS_component: DefineComponent<ApStatisticCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApStatisticCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
28
+ declare const __VLS_component: DefineComponent<ApStatisticCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApStatisticCardProps> & Readonly<{}>, {
29
+ collapsed: boolean;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
29
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
32
  export default _default;
31
33
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
- import { defineComponent as w, useSlots as V, computed as o, createVNode as n, mergeProps as x, createBlock as d, openBlock as f, createSlots as z, withCtx as O, createCommentVNode as N, renderSlot as _, resolveDynamicComponent as $, renderList as F, unref as I } from "vue";
1
+ import { defineComponent as w, useSlots as V, computed as o, createVNode as n, mergeProps as x, createBlock as d, openBlock as f, createSlots as z, withCtx as O, createCommentVNode as N, renderSlot as _, resolveDynamicComponent as $, renderList as I, unref as L } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import "../card/index.vue.mjs";
4
4
  import "../statistic/index.vue.mjs";
5
5
  import { mergeClass as A } from "../../../editable-table/utils.mjs";
6
- import { omit as L } from "lodash-unified";
7
- import { useNamespace as R } from "../../../config-provider/hooks/use-namespace.mjs";
8
- import T from "../statistic/index.vue2.mjs";
9
- import q from "../card/index.vue2.mjs";
6
+ import { omit as R } from "lodash-unified";
7
+ import { useNamespace as T } from "../../../config-provider/hooks/use-namespace.mjs";
8
+ import q from "../statistic/index.vue2.mjs";
9
+ import E from "../card/index.vue2.mjs";
10
10
  const Y = /* @__PURE__ */ w({
11
11
  name: "ApStatisticCard",
12
12
  __name: "index",
@@ -58,11 +58,10 @@ const Y = /* @__PURE__ */ w({
58
58
  type: Boolean
59
59
  },
60
60
  collapsed: {
61
- type: Boolean
62
- },
63
- collapsibleIconRender: {
64
- type: Function
61
+ type: Boolean,
62
+ default: void 0
65
63
  },
64
+ collapsibleIconRender: {},
66
65
  boxShadow: {
67
66
  type: Boolean
68
67
  },
@@ -78,7 +77,7 @@ const Y = /* @__PURE__ */ w({
78
77
  setup(j) {
79
78
  const t = j, e = V(), {
80
79
  b: i
81
- } = R("statistic-card"), P = o(() => i()), D = o(() => {
80
+ } = T("statistic-card"), P = o(() => i()), D = o(() => {
82
81
  const r = i("chart");
83
82
  return A(`${r}`, [t.chartPlacement === "left" ? `${r}-left` : void 0, t.chartPlacement === "right" ? `${r}-right` : void 0].filter(Boolean));
84
83
  }), m = o(() => {
@@ -86,7 +85,7 @@ const Y = /* @__PURE__ */ w({
86
85
  return A(`${r}`, [t.chartPlacement === "left" || t.chartPlacement === "right" ? `${r}-horizontal` : void 0].filter(Boolean));
87
86
  }), k = o(() => i("footer")), l = o(() => {
88
87
  var r, s, p, a, y, h, v, b, B, S, g, C;
89
- return t.statistic ? n(T, x({
88
+ return t.statistic ? n(q, x({
90
89
  layout: "vertical"
91
90
  }, t.statistic, {
92
91
  title: ((r = t.statistic) == null ? void 0 : r.title) || ((s = e.statisticTitle) == null ? void 0 : s.call(e)),
@@ -111,7 +110,7 @@ const Y = /* @__PURE__ */ w({
111
110
  class: k.value
112
111
  }, [t.footer || ((r = e.footer) == null ? void 0 : r.call(e))]) : void 0;
113
112
  });
114
- return (r, s) => (f(), d(q, x({
113
+ return (r, s) => (f(), d(E, x({
115
114
  class: P.value
116
115
  }, {
117
116
  ...t
@@ -122,7 +121,7 @@ const Y = /* @__PURE__ */ w({
122
121
  key: 1
123
122
  })) : N("", !0)]),
124
123
  _: 2
125
- }, [F(I(L)(e, ["chart", "footer", "description", "default"]), (p, a) => ({
124
+ }, [I(L(R)(e, ["chart", "footer", "description", "default"]), (p, a) => ({
126
125
  name: a,
127
126
  fn: O(() => [_(r.$slots, a)])
128
127
  }))]), 1040, ["class"]));