@wikicasa-dev/components 2.4.1-alpha.8 → 2.4.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.
- package/dist/ChartJs/Chart.js +4 -0
- package/dist/ChartJs/DoughnutChart/core.js +6 -0
- package/dist/ChartJs/LineChart/cartesian.js +6 -0
- package/dist/ChartJs/LineChart/core.js +6 -0
- package/dist/ChartJs/Plugins/Legend.js +2 -0
- package/dist/ChartJs/Plugins/TimeScale.js +3 -0
- package/dist/ChartJs/Plugins/Title.js +2 -0
- package/dist/ChartJs/Plugins/Tooltip.js +2 -0
- package/dist/Swiper/autoplay.js +1 -1
- package/dist/Swiper/controller.js +1 -1
- package/dist/Swiper/keyboard.js +1 -1
- package/dist/Swiper/thumbs.js +1 -1
- package/dist/UIKit/BaseModal.d.ts +0 -1
- package/dist/VueChartJs/Doughnut/factory.js +12 -0
- package/dist/VueChartJs/Doughnut/index.js +4 -0
- package/dist/VueChartJs/Line/factory.js +14 -0
- package/dist/VueChartJs/Line/index.js +4 -0
- package/dist/components/IntersectionObserver/IntersectionObserver.d.ts +1 -1
- package/dist/packages/components/lib/UIKit/BaseModal.vue.js +72 -73
- package/dist/packages/components/lib/chart/DoughnutChart.vue.js +14 -15
- package/dist/packages/components/lib/chart/LineChart.vue.js +19 -31
- package/package.json +1 -1
- package/dist/chart/composables/useChartjsModules.d.ts +0 -10
- package/dist/chart/composables/useChartjsModules.js +0 -37
- /package/dist/assets/{swiper-keyboard.css → swiper-thumbs.css} +0 -0
package/dist/Swiper/autoplay.js
CHANGED
package/dist/Swiper/keyboard.js
CHANGED
package/dist/Swiper/thumbs.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = async (i) => {
|
|
2
|
+
const t = [
|
|
3
|
+
import("../../ChartJs/DoughnutChart/core.js")
|
|
4
|
+
// always needed
|
|
5
|
+
];
|
|
6
|
+
i.timeAxis && t.push(import("../../ChartJs/Plugins/TimeScale.js")), i.tooltip && t.push(import("../../ChartJs/Plugins/Tooltip.js")), i.legend && t.push(import("../../ChartJs/Plugins/Legend.js")), i.title && t.push(import("../../ChartJs/Plugins/Title.js")), await Promise.all(t);
|
|
7
|
+
const { Doughnut: r } = await import("./index.js");
|
|
8
|
+
return r;
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
e as createDoughnutChart
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = async (i) => {
|
|
2
|
+
const t = [
|
|
3
|
+
import("../../ChartJs/LineChart/core.js"),
|
|
4
|
+
// always needed
|
|
5
|
+
import("../../ChartJs/LineChart/cartesian.js")
|
|
6
|
+
// always needed
|
|
7
|
+
];
|
|
8
|
+
i.timeAxis && t.push(import("../../ChartJs/Plugins/TimeScale.js")), i.tooltip && t.push(import("../../ChartJs/Plugins/Tooltip.js")), i.legend && t.push(import("../../ChartJs/Plugins/Legend.js")), i.title && t.push(import("../../ChartJs/Plugins/Title.js")), await Promise.all(t);
|
|
9
|
+
const { Line: r } = await import("./index.js");
|
|
10
|
+
return r;
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
e as createLineChart
|
|
14
|
+
};
|
|
@@ -42,9 +42,9 @@ declare const __VLS_component: import('vue').DefineComponent<IntersectionObserve
|
|
|
42
42
|
}, string, import('vue').PublicProps, Readonly<IntersectionObserverProps> & Readonly<{
|
|
43
43
|
onIntersection?: (() => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
-
threshold: number;
|
|
46
45
|
observeOnce: boolean;
|
|
47
46
|
skip: boolean;
|
|
47
|
+
threshold: number;
|
|
48
48
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
49
49
|
root: HTMLDivElement;
|
|
50
50
|
}, any>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { CloseIcon as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as A, mergeModels as h, useModel as F, useTemplateRef as y, shallowRef as C, onUnmounted as K, createBlock as N, openBlock as k, Teleport as S, createVNode as w, Transition as V, unref as p, withCtx as P, withDirectives as R, createElementVNode as l, normalizeClass as i, createElementBlock as x, createCommentVNode as g, renderSlot as d, withModifiers as U, vShow as j } from "vue";
|
|
2
|
+
import { CloseIcon as q } from "@wikicasa-dev/svg-icons";
|
|
3
|
+
const G = ["id", "data-cy"], J = ["innerHTML"], X = /* @__PURE__ */ A({
|
|
4
4
|
__name: "BaseModal",
|
|
5
|
-
props: /* @__PURE__ */
|
|
5
|
+
props: /* @__PURE__ */ h({
|
|
6
6
|
id: { default: "base-bt-modal" },
|
|
7
7
|
size: { default: "modal-md" },
|
|
8
8
|
customBackdropClasses: {},
|
|
@@ -19,77 +19,74 @@ const R = ["id", "data-cy"], S = ["innerHTML"], q = /* @__PURE__ */ $({
|
|
|
19
19
|
centered: { type: Boolean, default: !1 },
|
|
20
20
|
dataCy: {},
|
|
21
21
|
closeIconBtnClasses: {},
|
|
22
|
-
titleClasses: {}
|
|
23
|
-
appear: { type: Boolean, default: !0 }
|
|
22
|
+
titleClasses: {}
|
|
24
23
|
}, {
|
|
25
24
|
showModal: { type: Boolean, default: !0 },
|
|
26
25
|
showModalModifiers: {}
|
|
27
26
|
}),
|
|
28
|
-
emits: /* @__PURE__ */
|
|
29
|
-
setup(e, { emit:
|
|
30
|
-
const
|
|
31
|
-
t === "Escape" &&
|
|
32
|
-
},
|
|
33
|
-
document?.body.addEventListener("keydown",
|
|
34
|
-
},
|
|
35
|
-
document?.body.removeEventListener("keydown",
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
timestamp: Date.now(),
|
|
39
|
-
showModal: o.value,
|
|
40
|
-
stack: new Error().stack
|
|
41
|
-
}), M(), document?.body.classList.add(
|
|
27
|
+
emits: /* @__PURE__ */ h(["closed", "opened", "dialogClick"], ["update:showModal"]),
|
|
28
|
+
setup(e, { emit: M }) {
|
|
29
|
+
const r = M, o = F(e, "showModal"), B = o.value, m = y("backdrop"), a = y("modalDialog"), u = C(!1), c = C(!1), f = ({ key: t }) => {
|
|
30
|
+
t === "Escape" && s();
|
|
31
|
+
}, E = () => {
|
|
32
|
+
document?.body.addEventListener("keydown", f);
|
|
33
|
+
}, b = () => {
|
|
34
|
+
document?.body.removeEventListener("keydown", f);
|
|
35
|
+
}, I = () => {
|
|
36
|
+
c.value || (E(), document?.body.classList.add(
|
|
42
37
|
"sm:uikit-pr-15px",
|
|
43
38
|
"sm:uikit-mr-0",
|
|
44
39
|
"uikit-overflow-hidden"
|
|
45
|
-
),
|
|
46
|
-
},
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
), c.value = !0);
|
|
41
|
+
}, L = () => {
|
|
42
|
+
r("opened"), e.autoClose !== void 0 && setTimeout(() => {
|
|
43
|
+
s();
|
|
49
44
|
}, e.autoClose);
|
|
50
|
-
},
|
|
51
|
-
|
|
45
|
+
}, z = () => {
|
|
46
|
+
document?.body.classList.remove(
|
|
52
47
|
"sm:uikit-pr-15px",
|
|
53
48
|
"sm:uikit-mr-0",
|
|
54
49
|
"uikit-overflow-hidden"
|
|
55
|
-
)
|
|
56
|
-
},
|
|
50
|
+
);
|
|
51
|
+
}, T = () => {
|
|
52
|
+
b(), c.value = !1, r("closed");
|
|
53
|
+
}, s = () => {
|
|
57
54
|
o.value = !1;
|
|
58
|
-
},
|
|
59
|
-
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
},
|
|
63
|
-
if (!(t.target !==
|
|
64
|
-
if (
|
|
65
|
-
|
|
55
|
+
}, $ = (t) => {
|
|
56
|
+
a.value && a.value.contains(t.target) && (u.value = !0);
|
|
57
|
+
}, D = (t) => {
|
|
58
|
+
a.value && a.value.contains(t.target) && (u.value = !1);
|
|
59
|
+
}, H = async (t) => {
|
|
60
|
+
if (!(t.target !== m.value && m.value?.contains(t.target)) && e.closeOnClickOut) {
|
|
61
|
+
if (u.value) {
|
|
62
|
+
u.value = !1;
|
|
66
63
|
return;
|
|
67
64
|
}
|
|
68
|
-
|
|
65
|
+
s();
|
|
69
66
|
}
|
|
70
67
|
};
|
|
71
|
-
|
|
72
|
-
|
|
68
|
+
K(() => {
|
|
69
|
+
b(), document?.body.classList.remove(
|
|
73
70
|
"sm:uikit-pr-15px",
|
|
74
71
|
"sm:uikit-mr-0",
|
|
75
72
|
"uikit-overflow-hidden"
|
|
76
73
|
);
|
|
77
74
|
});
|
|
78
|
-
const
|
|
79
|
-
|
|
75
|
+
const O = (t) => {
|
|
76
|
+
a.value === t.target && t.stopPropagation();
|
|
80
77
|
};
|
|
81
|
-
return (t,
|
|
82
|
-
|
|
83
|
-
appear:
|
|
78
|
+
return (t, n) => (k(), N(S, { to: "body" }, [
|
|
79
|
+
w(V, {
|
|
80
|
+
appear: p(B),
|
|
84
81
|
name: "modal-transition",
|
|
85
82
|
duration: { enter: 500, leave: 250 },
|
|
86
|
-
onBeforeEnter:
|
|
87
|
-
onAfterEnter:
|
|
88
|
-
|
|
83
|
+
onBeforeEnter: I,
|
|
84
|
+
onAfterEnter: L,
|
|
85
|
+
onLeave: z,
|
|
86
|
+
onAfterLeave: T
|
|
89
87
|
}, {
|
|
90
|
-
default:
|
|
91
|
-
|
|
92
|
-
key: 0,
|
|
88
|
+
default: P(() => [
|
|
89
|
+
R(l("div", {
|
|
93
90
|
ref: "backdrop",
|
|
94
91
|
class: i(["bbt-backdrop uikit-fixed uikit-left-0 uikit-top-0 uikit-z-50 uikit-h-full uikit-w-full", [
|
|
95
92
|
e.customBackdropClasses,
|
|
@@ -99,11 +96,11 @@ const R = ["id", "data-cy"], S = ["innerHTML"], q = /* @__PURE__ */ $({
|
|
|
99
96
|
{ "uikit-bg-transparent": !o.value },
|
|
100
97
|
{ "sm:uikit-pt-[30px]": !e.centered }
|
|
101
98
|
]]),
|
|
102
|
-
onClick:
|
|
103
|
-
onMousedown:
|
|
104
|
-
onMouseup:
|
|
99
|
+
onClick: H,
|
|
100
|
+
onMousedown: $,
|
|
101
|
+
onMouseup: D
|
|
105
102
|
}, [
|
|
106
|
-
|
|
103
|
+
l("dialog", {
|
|
107
104
|
id: e.id,
|
|
108
105
|
ref: "modalDialog",
|
|
109
106
|
"data-cy": e.dataCy,
|
|
@@ -117,48 +114,50 @@ const R = ["id", "data-cy"], S = ["innerHTML"], q = /* @__PURE__ */ $({
|
|
|
117
114
|
e.fullHeight ? "uikit-h-[95%]" : "uikit-h-auto"
|
|
118
115
|
]]),
|
|
119
116
|
tabindex: "-1",
|
|
120
|
-
onClick:
|
|
121
|
-
onFocusin:
|
|
117
|
+
onClick: n[1] || (n[1] = (v) => r("dialogClick", v)),
|
|
118
|
+
onFocusin: O
|
|
122
119
|
}, [
|
|
123
|
-
|
|
120
|
+
l("div", {
|
|
124
121
|
class: i(["default-header uikit-sticky uikit-top-0 uikit-z-10 uikit-rounded-t uikit-border-0 uikit-bg-white uikit-px-4 uikit-pb-10px uikit-pt-20px sm:uikit-px-6", [e.customModalHeaderClasses]])
|
|
125
122
|
}, [
|
|
126
|
-
e.withCloseIcon ? (
|
|
123
|
+
e.withCloseIcon ? (k(), x("button", {
|
|
127
124
|
key: 0,
|
|
128
125
|
id: "close-icon-btn",
|
|
129
126
|
"data-cy": "bbt-default-close-icon-btn",
|
|
130
127
|
class: i(["uikit-absolute uikit-right-15px uikit-top-15px uikit-z-10 uikit-bg-transparent uikit-p-5px", e.closeIconBtnClasses]),
|
|
131
128
|
type: "button",
|
|
132
129
|
"aria-label": "Close",
|
|
133
|
-
onClick:
|
|
130
|
+
onClick: n[0] || (n[0] = U((v) => o.value = !1, ["prevent", "stop"]))
|
|
134
131
|
}, [
|
|
135
|
-
|
|
132
|
+
w(p(q), {
|
|
136
133
|
class: i(["bbt-close-icon uikit-box-border", e.closeIcon?.classes]),
|
|
137
134
|
width: e.closeIcon?.size || 20,
|
|
138
135
|
height: e.closeIcon?.size || 20
|
|
139
136
|
}, null, 8, ["class", "width", "height"])
|
|
140
|
-
], 2)) :
|
|
141
|
-
|
|
142
|
-
|
|
137
|
+
], 2)) : g("", !0),
|
|
138
|
+
d(t.$slots, "header", { closeModal: s }, () => [
|
|
139
|
+
l("span", {
|
|
143
140
|
class: i(["uikit-w-auto uikit-text-18 uikit-font-semibold sm:uikit-text-22", e.titleClasses]),
|
|
144
141
|
innerHTML: e.headerTitle
|
|
145
|
-
}, null, 10,
|
|
142
|
+
}, null, 10, J)
|
|
146
143
|
])
|
|
147
144
|
], 2),
|
|
148
|
-
|
|
145
|
+
l("div", {
|
|
149
146
|
class: i(["uikit-bbt-body uikit-flex-auto uikit-overflow-y-auto uikit-overflow-x-hidden uikit-px-4 uikit-pb-0 uikit-no-scrollbar sm:uikit-px-6 sm:uikit-pb-25px", [e.customModalBodyClasses]])
|
|
150
147
|
}, [
|
|
151
|
-
|
|
148
|
+
d(t.$slots, "body", { closeModal: s })
|
|
152
149
|
], 2),
|
|
153
|
-
t.$slots.footer ? (
|
|
150
|
+
t.$slots.footer ? (k(), x("div", {
|
|
154
151
|
key: 0,
|
|
155
152
|
class: i(["uikit-bbt-footer uikit-sticky uikit-bottom-0 uikit-border-0 uikit-bg-white uikit-px-4 uikit-py-15px sm:uikit-px-6", e.customModalFooterClasses])
|
|
156
153
|
}, [
|
|
157
|
-
|
|
158
|
-
], 2)) :
|
|
159
|
-
|
|
160
|
-
], 42,
|
|
161
|
-
], 34)
|
|
154
|
+
d(t.$slots, "footer", { closeModal: s })
|
|
155
|
+
], 2)) : g("", !0),
|
|
156
|
+
d(t.$slots, "fixed-bottom")
|
|
157
|
+
], 42, G)
|
|
158
|
+
], 34), [
|
|
159
|
+
[j, o.value]
|
|
160
|
+
])
|
|
162
161
|
]),
|
|
163
162
|
_: 3
|
|
164
163
|
}, 8, ["appear"])
|
|
@@ -166,5 +165,5 @@ const R = ["id", "data-cy"], S = ["innerHTML"], q = /* @__PURE__ */ $({
|
|
|
166
165
|
}
|
|
167
166
|
});
|
|
168
167
|
export {
|
|
169
|
-
|
|
168
|
+
X as default
|
|
170
169
|
};
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
import { useChartJsModules as g } from "../../../../chart/composables/useChartjsModules.js";
|
|
5
|
-
const y = /* @__PURE__ */ s({
|
|
1
|
+
import { defineComponent as o, defineAsyncComponent as e, hydrateOnIdle as a, createBlock as i, openBlock as l, unref as r } from "vue";
|
|
2
|
+
import { createDoughnutChart as u } from "../../../../VueChartJs/Doughnut/factory.js";
|
|
3
|
+
const h = /* @__PURE__ */ o({
|
|
6
4
|
__name: "DoughnutChart",
|
|
7
5
|
props: {
|
|
8
6
|
options: {},
|
|
9
7
|
data: {}
|
|
10
8
|
},
|
|
11
9
|
setup(t) {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
const n = e({
|
|
11
|
+
loader: () => u({
|
|
12
|
+
tooltip: !!t.options.plugins?.tooltip,
|
|
13
|
+
legend: !!t.options.plugins?.legend,
|
|
14
|
+
title: !!t.options.plugins?.title
|
|
15
|
+
}),
|
|
16
|
+
hydrate: a()
|
|
17
|
+
});
|
|
18
|
+
return (s, d) => (l(), i(r(n), {
|
|
20
19
|
options: t.options,
|
|
21
20
|
data: t.data
|
|
22
|
-
}, null, 8, ["options", "data"]))
|
|
21
|
+
}, null, 8, ["options", "data"]));
|
|
23
22
|
}
|
|
24
23
|
});
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
h as default
|
|
27
26
|
};
|
|
@@ -1,42 +1,30 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
import { useChartJsModules as M } from "../../../../chart/composables/useChartjsModules.js";
|
|
5
|
-
const F = /* @__PURE__ */ m({
|
|
1
|
+
import { defineComponent as i, defineAsyncComponent as c, hydrateOnIdle as s, useTemplateRef as l, computed as r, createBlock as p, openBlock as d, unref as m } from "vue";
|
|
2
|
+
import { createLineChart as u } from "../../../../VueChartJs/Line/factory.js";
|
|
3
|
+
const y = /* @__PURE__ */ i({
|
|
6
4
|
__name: "LineChart",
|
|
7
5
|
props: {
|
|
8
6
|
options: {},
|
|
9
7
|
data: {}
|
|
10
8
|
},
|
|
11
|
-
setup(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
setup(t, { expose: e }) {
|
|
10
|
+
const n = c({
|
|
11
|
+
loader: () => u({
|
|
12
|
+
timeAxis: t.options.scales?.x?.type === "time",
|
|
13
|
+
tooltip: !!t.options.plugins?.tooltip,
|
|
14
|
+
legend: !!t.options.plugins?.legend,
|
|
15
|
+
title: !!t.options.plugins?.title
|
|
16
|
+
}),
|
|
17
|
+
hydrate: s()
|
|
18
|
+
}), o = l("chart"), a = r(
|
|
19
|
+
() => o.value?.chart
|
|
19
20
|
);
|
|
20
|
-
|
|
21
|
-
registerPlugins: n,
|
|
22
|
-
registerTimeCartesianAxis: a,
|
|
23
|
-
executeRegistration: i,
|
|
24
|
-
resolved: s
|
|
25
|
-
} = M(r.options);
|
|
26
|
-
p(() => {
|
|
27
|
-
i(n, a);
|
|
28
|
-
});
|
|
29
|
-
const c = u("chart"), l = f(
|
|
30
|
-
() => c.value?.chart
|
|
31
|
-
);
|
|
32
|
-
return o({ chartInstance: l }), (P, R) => t(s) ? (C(), d(t(g), {
|
|
33
|
-
key: 0,
|
|
21
|
+
return e({ chartInstance: a }), (h, f) => (d(), p(m(n), {
|
|
34
22
|
ref: "chart",
|
|
35
|
-
options:
|
|
36
|
-
data:
|
|
37
|
-
}, null, 8, ["options", "data"]))
|
|
23
|
+
options: t.options,
|
|
24
|
+
data: t.data
|
|
25
|
+
}, null, 8, ["options", "data"]));
|
|
38
26
|
}
|
|
39
27
|
});
|
|
40
28
|
export {
|
|
41
|
-
|
|
29
|
+
y as default
|
|
42
30
|
};
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ChartOptions, ChartType } from 'chart.js';
|
|
2
|
-
export declare const useChartJsModules: <T extends ChartType = ChartType>(options: ChartOptions<T>) => {
|
|
3
|
-
registerTitle: () => Promise<void>;
|
|
4
|
-
registerLegend: () => Promise<void>;
|
|
5
|
-
registerTooltip: () => Promise<void>;
|
|
6
|
-
registerTimeCartesianAxis: () => Promise<void>;
|
|
7
|
-
executeRegistration: (...args: (() => Promise<unknown>)[]) => Promise<void>;
|
|
8
|
-
registerPlugins: () => Promise<void>;
|
|
9
|
-
resolved: import('vue').Ref<boolean, boolean>;
|
|
10
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { computed as t, ref as f } from "vue";
|
|
2
|
-
import { Chart as r, TimeScale as d, Tooltip as T, Legend as h, Title as w } from "chart.js";
|
|
3
|
-
import "chartjs-adapter-date-fns";
|
|
4
|
-
const L = (e) => {
|
|
5
|
-
if (!e) throw Error("Options must be defined");
|
|
6
|
-
const l = t(
|
|
7
|
-
() => !!e.plugins?.tooltip
|
|
8
|
-
), o = t(
|
|
9
|
-
() => e.scales?.x?.type === "time"
|
|
10
|
-
), c = t(() => !!e.plugins?.title), u = t(
|
|
11
|
-
() => !!e.plugins?.legend
|
|
12
|
-
), i = async () => {
|
|
13
|
-
l.value && r.register(T);
|
|
14
|
-
}, g = async () => {
|
|
15
|
-
o.value && r.register(d);
|
|
16
|
-
}, s = async () => {
|
|
17
|
-
c.value && r.register(w);
|
|
18
|
-
}, n = async () => {
|
|
19
|
-
u.value && r.register(h);
|
|
20
|
-
}, a = f(!1);
|
|
21
|
-
return {
|
|
22
|
-
registerTitle: s,
|
|
23
|
-
registerLegend: n,
|
|
24
|
-
registerTooltip: i,
|
|
25
|
-
registerTimeCartesianAxis: g,
|
|
26
|
-
executeRegistration: async (...m) => {
|
|
27
|
-
await Promise.all(m.map((p) => p())), a.value = !0;
|
|
28
|
-
},
|
|
29
|
-
registerPlugins: async () => {
|
|
30
|
-
await Promise.all([i(), s(), n()]);
|
|
31
|
-
},
|
|
32
|
-
resolved: a
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
export {
|
|
36
|
-
L as useChartJsModules
|
|
37
|
-
};
|
|
File without changes
|