@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.
- package/es/src/ag-grid/components/empty/index.vue.d.ts +3 -0
- package/es/src/ag-grid/components/empty/index.vue.mjs +4 -0
- package/es/src/ag-grid/components/empty/index.vue2.mjs +15 -0
- package/es/src/ag-grid/index.vue.mjs +53 -53
- package/es/src/ap-grid/index.vue.mjs +196 -180
- package/es/src/ap-grid/interface.d.ts +8 -1
- package/es/src/ap-pro-card/components/card/index.vue2.mjs +83 -87
- package/es/src/ap-pro-card/components/statistic-card/index.vue.d.ts +3 -1
- package/es/src/ap-pro-card/components/statistic-card/index.vue2.mjs +12 -13
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +118 -112
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/src/ag-grid/components/empty/index.vue.d.ts +3 -0
- package/lib/src/ag-grid/components/empty/index.vue.js +1 -0
- package/lib/src/ag-grid/components/empty/index.vue2.js +1 -0
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +8 -1
- package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/statistic-card/index.vue.d.ts +3 -1
- package/lib/src/ap-pro-card/components/statistic-card/index.vue2.js +1 -1
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/theme/ag-grid/index.css +1 -1
- package/theme/ag-grid/index.less +1 -1
- package/theme/ap-draggable-grid/ap-draggable-grid.css +5 -2
- package/theme/ap-draggable-grid/ap-draggable-grid.less +3 -2
- package/theme/ap-grid/index.css +1 -0
- package/theme/ap-grid/index.less +1 -0
- package/theme/ap-pro-card/index.css +22 -6
- package/theme/ap-pro-card/index.less +22 -7
- package/theme/css-var.css +32 -0
- package/theme/css-var.less +34 -0
- package/theme/index.css +61 -9
- package/es/src/ap-pro-card/utils/css-var.d.ts +0 -17
- package/es/src/ap-pro-card/utils/css-var.mjs +0 -29
- package/lib/src/ap-pro-card/utils/css-var.d.ts +0 -17
- package/lib/src/ap-pro-card/utils/css-var.js +0 -1
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { Spin as pe, Tooltip as
|
|
3
|
-
import { QuestionCircleOutlined as
|
|
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
|
|
8
|
-
import { IconApAdFillDown as
|
|
9
|
-
import { useNamespace as
|
|
10
|
-
|
|
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__ */
|
|
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(
|
|
87
|
-
const t =
|
|
88
|
-
|
|
89
|
-
e !== void 0 && (
|
|
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
|
-
|
|
92
|
+
v.value = !v.value;
|
|
95
93
|
}, {
|
|
96
94
|
b: c
|
|
97
|
-
} =
|
|
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 <
|
|
102
|
-
const
|
|
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
|
-
...
|
|
112
|
-
}[
|
|
113
|
-
o[l] = n[
|
|
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
|
-
},
|
|
118
|
+
}, q = (e) => {
|
|
121
119
|
let o = e;
|
|
122
120
|
if (typeof e == "object")
|
|
123
|
-
for (let n = 0; n <
|
|
124
|
-
const l =
|
|
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
|
-
...
|
|
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
|
-
},
|
|
145
|
+
}, J = u(() => T(t.gutter)), N = V(!1), M = (e) => {
|
|
148
146
|
N.value = e;
|
|
149
|
-
},
|
|
147
|
+
}, K = u(() => {
|
|
150
148
|
var e;
|
|
151
|
-
return
|
|
152
|
-
}),
|
|
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
|
|
155
|
-
}),
|
|
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
|
|
158
|
-
}),
|
|
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) :
|
|
164
|
+
}, null) : d(y, null, [t.loading])), $ = u(() => t.collapsible && G.value === void 0), Y = () => {
|
|
167
165
|
var e;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
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
|
|
190
|
-
const
|
|
191
|
-
return [...l, ...
|
|
192
|
-
}, [])) == null ? void 0 : a.filter((l) => l.type !== Symbol.for("v-cmt"))) == null ? void 0 : n.map((l, s,
|
|
193
|
-
var z,
|
|
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
|
-
|
|
196
|
-
const
|
|
197
|
-
span:
|
|
198
|
-
colSpanStyle:
|
|
199
|
-
} =
|
|
200
|
-
return
|
|
201
|
-
class:
|
|
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
|
-
...
|
|
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
|
-
},
|
|
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,
|
|
221
|
-
}),
|
|
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,
|
|
224
|
-
}),
|
|
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(),
|
|
229
|
-
class:
|
|
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 ||
|
|
229
|
+
}), [t.title || r.title || t.extra || r.extra || $.value ? (i(), C("div", {
|
|
236
230
|
key: 0,
|
|
237
|
-
class:
|
|
231
|
+
class: h(ee.value),
|
|
238
232
|
style: I({
|
|
239
233
|
...t.headStyle
|
|
240
234
|
}),
|
|
241
235
|
onClick: o[0] || (o[0] = () => {
|
|
242
|
-
|
|
236
|
+
$.value && Q();
|
|
243
237
|
})
|
|
244
|
-
}, [t.title || r.title ||
|
|
238
|
+
}, [t.title || r.title || $.value ? (i(), C("div", {
|
|
245
239
|
key: 0,
|
|
246
|
-
class:
|
|
247
|
-
}, [
|
|
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(),
|
|
251
|
-
default: H(() => [
|
|
252
|
-
class:
|
|
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
|
-
})) :
|
|
251
|
+
})) : g("", !0)], 2)) : g("", !0), t.extra || r.extra ? (i(), C("div", {
|
|
256
252
|
key: 1,
|
|
257
|
-
class:
|
|
258
|
-
}, [F(e.$slots, "extra", {}, () => [(i(),
|
|
259
|
-
class:
|
|
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(),
|
|
259
|
+
}, [t.loading ? (i(), f(b(X.value), {
|
|
264
260
|
key: 0
|
|
265
|
-
})) : (i(),
|
|
261
|
+
})) : (i(), f(b(Z()), {
|
|
266
262
|
key: 1
|
|
267
|
-
}))], 6), t.actions || r.actions ? (i(),
|
|
263
|
+
}))], 6), t.actions || r.actions ? (i(), C("div", {
|
|
268
264
|
key: 1,
|
|
269
|
-
class:
|
|
265
|
+
class: h(B(c)("actions")),
|
|
270
266
|
style: I({
|
|
271
267
|
...t.actionsStyle
|
|
272
268
|
})
|
|
273
|
-
}, [(i(),
|
|
269
|
+
}, [(i(), f(b(W.value)))], 6)) : g("", !0)], 16));
|
|
274
270
|
}
|
|
275
271
|
});
|
|
276
272
|
export {
|
|
277
|
-
|
|
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<{}>, {
|
|
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
|
|
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
|
|
7
|
-
import { useNamespace as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
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
|
-
} =
|
|
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(
|
|
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(
|
|
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
|
-
}, [
|
|
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"]));
|