vlite3 1.4.27 → 1.4.28
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/components/CategoryManager/CategoryManager.vue2.js +1 -1
- package/components/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.d.ts +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +77 -64
- package/components/CommandPalette/CommandPaletteContent.vue2.js +1 -1
- package/components/CommandPalette/{CommandPaletteItem.vue.js → CommandPaletteItem.vue2.js} +1 -1
- package/components/Dropdown/DropdownMenu.vue.js +1 -1
- package/components/FilePicker/index.vue.js +1 -1
- package/components/Form/FormField.vue.js +73 -70
- package/components/Form/TableRow.vue.js +55 -40
- package/components/Form/TableView.vue.js +36 -31
- package/components/NavbarCommandPalette.vue.js +1 -1
- package/components/Screen/ScreenFilter.vue.js +1 -1
- package/components/Stats/StatItem.vue.js +127 -123
- package/package.json +1 -1
- /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
- /package/components/Dropdown/{DropdownMenu.vue3.js → DropdownMenu.vue2.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as M, computed as y, openBlock as e, createElementBlock as
|
|
1
|
+
import { defineComponent as M, computed as y, openBlock as e, createElementBlock as o, normalizeStyle as I, normalizeClass as c, Fragment as w, createElementVNode as l, createBlock as n, createCommentVNode as u, toDisplayString as d, unref as b, withCtx as x, createVNode as D } from "vue";
|
|
2
2
|
import { $t as v } from "../../utils/i18n.js";
|
|
3
3
|
import { formatCurrency as N, formatNumber as $ } from "../../utils/functions.js";
|
|
4
4
|
import k from "./components/StatTrend.vue.js";
|
|
@@ -7,37 +7,37 @@ import S from "../Tooltip.vue.js";
|
|
|
7
7
|
import E from "../Chart/LineChart.vue.js";
|
|
8
8
|
import { configState as L } from "../../core/config.js";
|
|
9
9
|
import { resolveColor as q } from "../Chart/utils.js";
|
|
10
|
-
const A = {
|
|
11
|
-
key:
|
|
10
|
+
const A = { class: "flex items-start gap-3 w-full" }, G = { class: "flex-1 min-w-0" }, J = {
|
|
11
|
+
key: 0,
|
|
12
12
|
class: "h-8 w-28 bg-gray-50 animate-pulse rounded-md mt-1"
|
|
13
|
-
},
|
|
14
|
-
key:
|
|
13
|
+
}, K = {
|
|
14
|
+
key: 0,
|
|
15
15
|
class: "mt-auto pt-3 -mx-1"
|
|
16
|
-
},
|
|
17
|
-
key:
|
|
16
|
+
}, O = {
|
|
17
|
+
key: 2,
|
|
18
18
|
class: "mt-auto pt-3 h-14 bg-gray-50/80 animate-pulse rounded-md"
|
|
19
|
-
},
|
|
19
|
+
}, Q = { class: "flex items-center justify-between w-full mt-1" }, R = {
|
|
20
20
|
key: 0,
|
|
21
21
|
class: "h-8 w-24 bg-gray-50 animate-pulse rounded-md"
|
|
22
|
-
},
|
|
22
|
+
}, U = {
|
|
23
23
|
key: 0,
|
|
24
24
|
class: "h-9 w-24 bg-gray-50 animate-pulse rounded-md"
|
|
25
|
-
},
|
|
25
|
+
}, W = {
|
|
26
26
|
key: 1,
|
|
27
27
|
class: "h-8 w-20 bg-gray-50 animate-pulse rounded-md mt-1"
|
|
28
|
-
},
|
|
28
|
+
}, X = {
|
|
29
29
|
key: 4,
|
|
30
30
|
class: "flex-1 flex flex-col justify-center min-w-0"
|
|
31
|
-
},
|
|
31
|
+
}, Y = {
|
|
32
32
|
key: 0,
|
|
33
33
|
class: "h-9 w-24 bg-gray-50 animate-pulse rounded-md mt-0.5"
|
|
34
|
-
},
|
|
34
|
+
}, Z = {
|
|
35
35
|
key: 1,
|
|
36
36
|
class: "h-6 w-5 bg-gray-50 animate-pulse rounded-sm shrink-0"
|
|
37
|
-
},
|
|
37
|
+
}, p = { class: "flex-1 flex flex-col justify-center min-w-0" }, _ = { class: "flex items-baseline gap-2 mt-1" }, tt = {
|
|
38
38
|
key: 0,
|
|
39
39
|
class: "h-8 w-24 bg-gray-50 animate-pulse rounded-md"
|
|
40
|
-
},
|
|
40
|
+
}, ut = /* @__PURE__ */ M({
|
|
41
41
|
__name: "StatItem",
|
|
42
42
|
props: {
|
|
43
43
|
item: {},
|
|
@@ -69,7 +69,7 @@ const A = {
|
|
|
69
69
|
if (!a.item.isPrice && !a.item.numberFormat || (a.item.numberFormat || (a.item.isPrice ? "compact" : "standard")) !== "compact") return !1;
|
|
70
70
|
const s = a.item.compactThreshold ?? L?.components?.price?.compactThreshold ?? 1e3;
|
|
71
71
|
return Math.abs(i) >= s;
|
|
72
|
-
}),
|
|
72
|
+
}), h = y(() => {
|
|
73
73
|
const i = Number(a.item.value) || 0;
|
|
74
74
|
return a.item.isPrice ? N(i, { numberFormat: "standard" }) : a.item.numberFormat ? $(i, { numberFormat: "standard" }) : String(a.item.value);
|
|
75
75
|
}), j = y(() => {
|
|
@@ -156,46 +156,50 @@ const A = {
|
|
|
156
156
|
), V = y(
|
|
157
157
|
() => a.item.sparklineFill === void 0 ? !0 : a.item.sparklineFill
|
|
158
158
|
);
|
|
159
|
-
return (i, r) => (e(),
|
|
159
|
+
return (i, r) => (e(), o("div", {
|
|
160
160
|
class: c(j.value),
|
|
161
161
|
style: I(T.value)
|
|
162
162
|
}, [
|
|
163
|
-
t.layout === "layout-9" ? (e(),
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
163
|
+
t.layout === "layout-9" ? (e(), o(w, { key: 0 }, [
|
|
164
|
+
l("div", A, [
|
|
165
|
+
t.item.icon ? (e(), n(z, {
|
|
166
|
+
key: 0,
|
|
167
|
+
item: t.item,
|
|
168
|
+
variant: t.variant,
|
|
169
|
+
layout: t.layout,
|
|
170
|
+
attached: t.attached,
|
|
171
|
+
"icon-box-shape": t.iconBoxShape,
|
|
172
|
+
"icon-box-style": t.iconBoxStyle,
|
|
173
|
+
"icon-size": t.iconSize || "w-4 h-4",
|
|
174
|
+
class: "!p-2.5 shrink-0"
|
|
175
|
+
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) : u("", !0),
|
|
176
|
+
l("div", G, [
|
|
177
|
+
l("h3", {
|
|
178
|
+
class: c([
|
|
179
|
+
t.titleSize || "text-xs font-medium text-muted-foreground",
|
|
180
|
+
"truncate w-full"
|
|
181
|
+
])
|
|
182
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
183
|
+
t.loading ? (e(), o("div", J)) : (e(), n(S, {
|
|
184
|
+
key: 1,
|
|
185
|
+
content: h.value,
|
|
186
|
+
disabled: !g.value
|
|
187
|
+
}, {
|
|
188
|
+
default: x(() => [
|
|
189
|
+
l("p", {
|
|
190
|
+
class: c(t.valueSize || "text-2xl font-bold text-foreground truncate mt-1")
|
|
191
|
+
}, d(f(t.item)), 3)
|
|
192
|
+
]),
|
|
193
|
+
_: 1
|
|
194
|
+
}, 8, ["content", "disabled"])),
|
|
195
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
196
|
+
key: 2,
|
|
197
|
+
trend: t.item.trend,
|
|
198
|
+
layout: t.layout
|
|
199
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
179
200
|
])
|
|
180
|
-
|
|
181
|
-
t.loading ? (e(),
|
|
182
|
-
key: 2,
|
|
183
|
-
content: b.value,
|
|
184
|
-
disabled: !g.value
|
|
185
|
-
}, {
|
|
186
|
-
default: x(() => [
|
|
187
|
-
o("p", {
|
|
188
|
-
class: c(t.valueSize || "text-2xl font-bold text-foreground truncate mt-1")
|
|
189
|
-
}, u(f(t.item)), 3)
|
|
190
|
-
]),
|
|
191
|
-
_: 1
|
|
192
|
-
}, 8, ["content", "disabled"])),
|
|
193
|
-
t.item.trend && !t.loading ? (e(), l(k, {
|
|
194
|
-
key: 3,
|
|
195
|
-
trend: t.item.trend,
|
|
196
|
-
layout: t.layout
|
|
197
|
-
}, null, 8, ["trend", "layout"])) : d("", !0),
|
|
198
|
-
!t.loading && B.value.length ? (e(), n("div", G, [
|
|
201
|
+
]),
|
|
202
|
+
!t.loading && B.value.length ? (e(), o("div", K, [
|
|
199
203
|
D(E, {
|
|
200
204
|
data: B.value,
|
|
201
205
|
height: C.value,
|
|
@@ -214,36 +218,36 @@ const A = {
|
|
|
214
218
|
colors: [H.value],
|
|
215
219
|
"line-width": 2
|
|
216
220
|
}, null, 8, ["data", "height", "fill", "colors"])
|
|
217
|
-
])) : t.loading ? (e(),
|
|
218
|
-
key:
|
|
221
|
+
])) : t.loading ? (e(), o("div", O)) : (e(), o("div", {
|
|
222
|
+
key: 1,
|
|
219
223
|
class: "mt-auto pt-3",
|
|
220
224
|
style: I({ minHeight: `${C.value}px` })
|
|
221
225
|
}, null, 4))
|
|
222
|
-
], 64)) : t.layout === "layout-4" ? (e(),
|
|
223
|
-
|
|
226
|
+
], 64)) : t.layout === "layout-4" ? (e(), o(w, { key: 1 }, [
|
|
227
|
+
l("h3", {
|
|
224
228
|
class: c(t.titleSize || "text-sm font-medium text-muted-foreground truncate w-full")
|
|
225
|
-
},
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
t.loading ? (e(),
|
|
229
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
230
|
+
l("div", Q, [
|
|
231
|
+
l("div", null, [
|
|
232
|
+
t.loading ? (e(), o("div", R)) : (e(), n(S, {
|
|
229
233
|
key: 1,
|
|
230
|
-
content:
|
|
234
|
+
content: h.value,
|
|
231
235
|
disabled: !g.value
|
|
232
236
|
}, {
|
|
233
237
|
default: x(() => [
|
|
234
|
-
|
|
238
|
+
l("p", {
|
|
235
239
|
class: c(t.valueSize || "text-2xl font-bold text-foreground truncate")
|
|
236
|
-
},
|
|
240
|
+
}, d(f(t.item)), 3)
|
|
237
241
|
]),
|
|
238
242
|
_: 1
|
|
239
243
|
}, 8, ["content", "disabled"])),
|
|
240
|
-
t.item.trend && !t.loading ? (e(),
|
|
244
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
241
245
|
key: 2,
|
|
242
246
|
trend: t.item.trend,
|
|
243
247
|
layout: t.layout
|
|
244
|
-
}, null, 8, ["trend", "layout"])) :
|
|
248
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
245
249
|
]),
|
|
246
|
-
t.item.icon ? (e(),
|
|
250
|
+
t.item.icon ? (e(), n(z, {
|
|
247
251
|
key: 0,
|
|
248
252
|
item: t.item,
|
|
249
253
|
variant: t.variant,
|
|
@@ -252,31 +256,31 @@ const A = {
|
|
|
252
256
|
"icon-box-shape": t.iconBoxShape,
|
|
253
257
|
"icon-box-style": t.iconBoxStyle,
|
|
254
258
|
"icon-size": t.iconSize
|
|
255
|
-
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) :
|
|
259
|
+
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) : u("", !0)
|
|
256
260
|
])
|
|
257
|
-
], 64)) : t.layout === "layout-5" ? (e(),
|
|
258
|
-
t.loading ? (e(),
|
|
261
|
+
], 64)) : t.layout === "layout-5" ? (e(), o(w, { key: 2 }, [
|
|
262
|
+
t.loading ? (e(), o("div", U)) : (e(), n(S, {
|
|
259
263
|
key: 1,
|
|
260
|
-
content:
|
|
264
|
+
content: h.value,
|
|
261
265
|
disabled: !g.value
|
|
262
266
|
}, {
|
|
263
267
|
default: x(() => [
|
|
264
|
-
|
|
268
|
+
l("p", {
|
|
265
269
|
class: c(t.valueSize || "text-3xl font-bold text-foreground")
|
|
266
|
-
},
|
|
270
|
+
}, d(f(t.item)), 3)
|
|
267
271
|
]),
|
|
268
272
|
_: 1
|
|
269
273
|
}, 8, ["content", "disabled"])),
|
|
270
|
-
|
|
274
|
+
l("h3", {
|
|
271
275
|
class: c(t.titleSize || "text-sm font-medium text-muted-foreground")
|
|
272
|
-
},
|
|
273
|
-
t.item.trend && !t.loading ? (e(),
|
|
276
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
277
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
274
278
|
key: 2,
|
|
275
279
|
trend: t.item.trend,
|
|
276
280
|
layout: t.layout
|
|
277
|
-
}, null, 8, ["trend", "layout"])) :
|
|
278
|
-
], 64)) : t.layout === "layout-6" ? (e(),
|
|
279
|
-
t.item.icon ? (e(),
|
|
281
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
282
|
+
], 64)) : t.layout === "layout-6" ? (e(), o(w, { key: 3 }, [
|
|
283
|
+
t.item.icon ? (e(), n(z, {
|
|
280
284
|
key: 0,
|
|
281
285
|
item: t.item,
|
|
282
286
|
variant: t.variant,
|
|
@@ -286,52 +290,52 @@ const A = {
|
|
|
286
290
|
"icon-box-style": t.iconBoxStyle,
|
|
287
291
|
"icon-size": t.iconSize,
|
|
288
292
|
class: "absolute top-4 right-4"
|
|
289
|
-
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) :
|
|
290
|
-
|
|
293
|
+
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) : u("", !0),
|
|
294
|
+
l("h3", {
|
|
291
295
|
class: c(t.titleSize || "text-sm font-medium text-muted-foreground truncate pr-12")
|
|
292
|
-
},
|
|
293
|
-
t.loading ? (e(),
|
|
296
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
297
|
+
t.loading ? (e(), o("div", W)) : (e(), n(S, {
|
|
294
298
|
key: 2,
|
|
295
|
-
content:
|
|
299
|
+
content: h.value,
|
|
296
300
|
disabled: !g.value
|
|
297
301
|
}, {
|
|
298
302
|
default: x(() => [
|
|
299
|
-
|
|
303
|
+
l("p", {
|
|
300
304
|
class: c(t.valueSize || "text-2xl font-bold text-foreground truncate mt-1")
|
|
301
|
-
},
|
|
305
|
+
}, d(f(t.item)), 3)
|
|
302
306
|
]),
|
|
303
307
|
_: 1
|
|
304
308
|
}, 8, ["content", "disabled"])),
|
|
305
|
-
t.item.trend && !t.loading ? (e(),
|
|
309
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
306
310
|
key: 3,
|
|
307
311
|
trend: t.item.trend,
|
|
308
312
|
layout: t.layout
|
|
309
|
-
}, null, 8, ["trend", "layout"])) :
|
|
310
|
-
], 64)) : t.layout === "layout-7" ? (e(),
|
|
311
|
-
|
|
313
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
314
|
+
], 64)) : t.layout === "layout-7" ? (e(), o("div", X, [
|
|
315
|
+
l("h3", {
|
|
312
316
|
class: c(
|
|
313
317
|
t.titleSize || "text-xs font-semibold uppercase tracking-widest text-muted-foreground truncate"
|
|
314
318
|
)
|
|
315
|
-
},
|
|
316
|
-
t.loading ? (e(),
|
|
319
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
320
|
+
t.loading ? (e(), o("div", Y)) : (e(), n(S, {
|
|
317
321
|
key: 1,
|
|
318
|
-
content:
|
|
322
|
+
content: h.value,
|
|
319
323
|
disabled: !g.value
|
|
320
324
|
}, {
|
|
321
325
|
default: x(() => [
|
|
322
|
-
|
|
326
|
+
l("p", {
|
|
323
327
|
class: c(t.valueSize || "text-3xl font-black text-foreground truncate mt-0.5")
|
|
324
|
-
},
|
|
328
|
+
}, d(f(t.item)), 3)
|
|
325
329
|
]),
|
|
326
330
|
_: 1
|
|
327
331
|
}, 8, ["content", "disabled"])),
|
|
328
|
-
t.item.trend && !t.loading ? (e(),
|
|
332
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
329
333
|
key: 2,
|
|
330
334
|
trend: t.item.trend,
|
|
331
335
|
layout: t.layout
|
|
332
|
-
}, null, 8, ["trend", "layout"])) :
|
|
333
|
-
])) : t.layout === "layout-8" ? (e(),
|
|
334
|
-
t.item.icon ? (e(),
|
|
336
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
337
|
+
])) : t.layout === "layout-8" ? (e(), o(w, { key: 5 }, [
|
|
338
|
+
t.item.icon ? (e(), n(z, {
|
|
335
339
|
key: 0,
|
|
336
340
|
item: t.item,
|
|
337
341
|
variant: t.variant,
|
|
@@ -340,29 +344,29 @@ const A = {
|
|
|
340
344
|
"icon-box-shape": t.iconBoxShape,
|
|
341
345
|
"icon-box-style": t.iconBoxStyle,
|
|
342
346
|
"icon-size": t.iconSize
|
|
343
|
-
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) :
|
|
344
|
-
|
|
347
|
+
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) : u("", !0),
|
|
348
|
+
l("span", {
|
|
345
349
|
class: c([t.titleSize || "-text-fs-2 font-medium text-muted-foreground truncate", "flex-1 min-w-0"])
|
|
346
|
-
},
|
|
347
|
-
t.loading ? (e(),
|
|
350
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
351
|
+
t.loading ? (e(), o("div", Z)) : (e(), n(S, {
|
|
348
352
|
key: 2,
|
|
349
|
-
content:
|
|
353
|
+
content: h.value,
|
|
350
354
|
disabled: !g.value
|
|
351
355
|
}, {
|
|
352
356
|
default: x(() => [
|
|
353
|
-
|
|
357
|
+
l("span", {
|
|
354
358
|
class: c(t.valueSize || "-text-fs-1 font-semibold text-foreground tabular-nums shrink-0")
|
|
355
|
-
},
|
|
359
|
+
}, d(f(t.item)), 3)
|
|
356
360
|
]),
|
|
357
361
|
_: 1
|
|
358
362
|
}, 8, ["content", "disabled"])),
|
|
359
|
-
t.item.trend && !t.loading ? (e(),
|
|
363
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
360
364
|
key: 3,
|
|
361
365
|
trend: t.item.trend,
|
|
362
366
|
layout: t.layout
|
|
363
|
-
}, null, 8, ["trend", "layout"])) :
|
|
364
|
-
], 64)) : (e(),
|
|
365
|
-
t.item.icon && t.layout !== "layout-2" ? (e(),
|
|
367
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
368
|
+
], 64)) : (e(), o(w, { key: 6 }, [
|
|
369
|
+
t.item.icon && t.layout !== "layout-2" ? (e(), n(z, {
|
|
366
370
|
key: 0,
|
|
367
371
|
item: t.item,
|
|
368
372
|
variant: t.variant,
|
|
@@ -371,32 +375,32 @@ const A = {
|
|
|
371
375
|
"icon-box-shape": t.iconBoxShape,
|
|
372
376
|
"icon-box-style": t.iconBoxStyle,
|
|
373
377
|
"icon-size": t.iconSize
|
|
374
|
-
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) :
|
|
375
|
-
|
|
376
|
-
|
|
378
|
+
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) : u("", !0),
|
|
379
|
+
l("div", p, [
|
|
380
|
+
l("h3", {
|
|
377
381
|
class: c(t.titleSize || "text-sm font-medium text-muted-foreground truncate")
|
|
378
|
-
},
|
|
379
|
-
|
|
380
|
-
t.loading ? (e(),
|
|
382
|
+
}, d(t.item.titleI18n ? b(v)(t.item.titleI18n) : t.item.title), 3),
|
|
383
|
+
l("div", _, [
|
|
384
|
+
t.loading ? (e(), o("div", tt)) : (e(), n(S, {
|
|
381
385
|
key: 1,
|
|
382
|
-
content:
|
|
386
|
+
content: h.value,
|
|
383
387
|
disabled: !g.value
|
|
384
388
|
}, {
|
|
385
389
|
default: x(() => [
|
|
386
|
-
|
|
390
|
+
l("p", {
|
|
387
391
|
class: c(t.valueSize || "text-2xl font-bold text-foreground truncate")
|
|
388
|
-
},
|
|
392
|
+
}, d(f(t.item)), 3)
|
|
389
393
|
]),
|
|
390
394
|
_: 1
|
|
391
395
|
}, 8, ["content", "disabled"]))
|
|
392
396
|
]),
|
|
393
|
-
t.item.trend && !t.loading ? (e(),
|
|
397
|
+
t.item.trend && !t.loading ? (e(), n(k, {
|
|
394
398
|
key: 0,
|
|
395
399
|
trend: t.item.trend,
|
|
396
400
|
layout: t.layout
|
|
397
|
-
}, null, 8, ["trend", "layout"])) :
|
|
401
|
+
}, null, 8, ["trend", "layout"])) : u("", !0)
|
|
398
402
|
]),
|
|
399
|
-
t.item.icon && t.layout === "layout-2" ? (e(),
|
|
403
|
+
t.item.icon && t.layout === "layout-2" ? (e(), n(z, {
|
|
400
404
|
key: 1,
|
|
401
405
|
item: t.item,
|
|
402
406
|
variant: t.variant,
|
|
@@ -405,11 +409,11 @@ const A = {
|
|
|
405
409
|
"icon-box-shape": t.iconBoxShape,
|
|
406
410
|
"icon-box-style": t.iconBoxStyle,
|
|
407
411
|
"icon-size": t.iconSize
|
|
408
|
-
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) :
|
|
412
|
+
}, null, 8, ["item", "variant", "layout", "attached", "icon-box-shape", "icon-box-style", "icon-size"])) : u("", !0)
|
|
409
413
|
], 64))
|
|
410
414
|
], 6));
|
|
411
415
|
}
|
|
412
416
|
});
|
|
413
417
|
export {
|
|
414
|
-
|
|
418
|
+
ut as default
|
|
415
419
|
};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|