oeos-components 0.2.24 → 0.2.26
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/oeos-components-es.js +26628 -36
- package/dist/oeos-components-umd.js +70 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/index-6I_N2Hxr.js +0 -27
- package/dist/index-AFQMmv03.js +0 -33
- package/dist/index-BDS5t5f9.js +0 -22
- package/dist/index-BDybZzPP.js +0 -39
- package/dist/index-BPw0UyO2.js +0 -9
- package/dist/index-BXcvEPsH.js +0 -37
- package/dist/index-Bc1JbUHT.js +0 -3951
- package/dist/index-BeuC7zs0.js +0 -50
- package/dist/index-Bk9UpUAG.js +0 -35
- package/dist/index-BsIl7YEZ.js +0 -19
- package/dist/index-Bvx3NTB9.js +0 -15
- package/dist/index-ByqWuoM-.js +0 -77
- package/dist/index-C0C14Cyh.js +0 -25
- package/dist/index-C59qBt31.js +0 -18
- package/dist/index-CBPTnB7I.js +0 -25
- package/dist/index-CKt3KEsP.js +0 -13
- package/dist/index-CYVvQwXf.js +0 -52
- package/dist/index-CZE57h1w.js +0 -12
- package/dist/index-CeNW2Gb2.js +0 -21
- package/dist/index-CmqYy4Vs.js +0 -16
- package/dist/index-CzA3GSDj.js +0 -12
- package/dist/index-CzvtGSyF.js +0 -18
- package/dist/index-DA6a6Ugv.js +0 -22
- package/dist/index-DEuKeoEm.js +0 -12
- package/dist/index-Dcxwjd2e.js +0 -67
- package/dist/index-DfiY9uUH.js +0 -10
- package/dist/index-FqLNWrgU.js +0 -68
- package/dist/index-ZK1iPOPN.js +0 -45
- package/dist/index.esm.min-CAtOnJMt.js +0 -8962
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oeos-components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/oeos-components-es.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
55
55
|
"vitepress": "1.0.0-rc.1",
|
|
56
56
|
"vue": "^3.4.15",
|
|
57
|
-
"vue-echarts": "^
|
|
57
|
+
"vue-echarts": "^7.0.3",
|
|
58
58
|
"vue-router": "^4.2.5",
|
|
59
59
|
"vue-tippy": "^6.4.1"
|
|
60
60
|
},
|
package/dist/index-6I_N2Hxr.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { defineComponent as y, ref as g, resolveComponent as p, createElementBlock as f, openBlock as m, createVNode as a, mergeProps as $, withCtx as n, renderSlot as i, createElementVNode as u, toDisplayString as x, createTextVNode as v, onMounted as N } from "vue";
|
|
2
|
-
import { _ as B, w as E } from "./index-Bc1JbUHT.js";
|
|
3
|
-
const V = { key: 0 }, q = { class: "o-popconfirm__content" }, z = { class: "o-popconfirm__footer" }, P = y({ name: "OPopconfirm" }), L = E(B(y({ ...P, props: { title: { type: String, default: "删除" }, width: { type: [String, Number], default: 200 }, content: { type: String, required: !0 }, reConfirm: { type: Boolean, default: !0 } }, emits: ["confirm", "cancel"], setup(t, { expose: _, emit: k }) {
|
|
4
|
-
const s = g(!1), C = () => {
|
|
5
|
-
N(() => {
|
|
6
|
-
document.addEventListener("click", b);
|
|
7
|
-
});
|
|
8
|
-
}, b = (e) => {
|
|
9
|
-
document.querySelector(".el-popover").contains(e.target) || o();
|
|
10
|
-
}, r = k;
|
|
11
|
-
function l() {
|
|
12
|
-
o(), r("confirm");
|
|
13
|
-
}
|
|
14
|
-
function o() {
|
|
15
|
-
s.value = !1;
|
|
16
|
-
}
|
|
17
|
-
function w() {
|
|
18
|
-
o(), r("cancel");
|
|
19
|
-
}
|
|
20
|
-
return _({ close: o }), (e, c) => {
|
|
21
|
-
const d = p("el-button"), S = p("el-popover");
|
|
22
|
-
return t.reConfirm ? (m(), f("div", V, [a(S, $({ class: "o-popconfirm", title: t.title, width: t.width }, e.$attrs, { onShow: C, visible: s.value, "onUpdate:visible": c[0] || (c[0] = (h) => s.value = h) }), { reference: n(() => [i(e.$slots, "default", {}, void 0, !0)]), default: n(() => [i(e.$slots, "content", {}, () => [u("div", q, x(t.content), 1)], !0), u("div", z, [i(e.$slots, "footer", {}, () => [a(d, { size: "small", type: "info", onClick: w }, { default: n(() => [v("取消")]), _: 1 }), a(d, { size: "small", type: "primary", onClick: l }, { default: n(() => [v("确定")]), _: 1 })], !0)])]), _: 3 }, 16, ["title", "width", "visible"])])) : (m(), f("div", { key: 1, onClick: l }, [i(e.$slots, "default", {}, void 0, !0)]));
|
|
23
|
-
};
|
|
24
|
-
} }), [["__scopeId", "data-v-10b276e7"]]));
|
|
25
|
-
export {
|
|
26
|
-
L as default
|
|
27
|
-
};
|
package/dist/index-AFQMmv03.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { defineComponent as x, ref as i, watch as $, computed as j, resolveComponent as b, createElementBlock as y, openBlock as c, createBlock as h, createCommentVNode as A, createVNode as B, mergeProps as r, withCtx as m, createTextVNode as k, renderSlot as V, Fragment as O, renderList as F, resolveDynamicComponent as N, normalizeProps as P, guardReactiveProps as T, toDisplayString as U } from "vue";
|
|
2
|
-
import { i as g, _ as z, w as E } from "./index-Bc1JbUHT.js";
|
|
3
|
-
const I = { class: "checkbox" }, R = x({ name: "OCheckbox" }), H = E(z(x({ ...R, props: { type: { type: String, default: "" }, options: { type: Object, default: () => [] }, showType: { type: String, validator: (u) => ["check", "button"].includes(u), default: "check" }, modelValue: { type: Array, defalut: () => [] }, label: { type: String, default: "label" }, value: { type: String, default: "value" }, showAll: { type: Boolean, default: !0 }, attrs: { type: Object, default: () => {
|
|
4
|
-
} }, customDisabled: { type: Function, default: () => {
|
|
5
|
-
} }, customLabel: { type: [Function, String], default: "" } }, emits: ["update:modelValue"], setup(u, { emit: w }) {
|
|
6
|
-
const e = u, o = i(!1), s = i(!1), v = i([]);
|
|
7
|
-
$(() => e.modelValue, (a) => {
|
|
8
|
-
let l = [];
|
|
9
|
-
l = g(a) || typeof a != "object" ? [] : a.filter((d) => e.options.some((n) => e.type === "simple" ? n === d : n[e.value])), g(l) ? (s.value = !1, o.value = !1) : l.length === e.options.length ? (s.value = !1, o.value = !0) : (s.value = !0, o.value = !1);
|
|
10
|
-
}, { deep: !0, immediate: !0 });
|
|
11
|
-
const C = w;
|
|
12
|
-
function S() {
|
|
13
|
-
const a = e.options.map((l) => e.type === "simple" ? l : l[e.value]);
|
|
14
|
-
s.value || o.value === !1 && s.value === !0 || o.value === !0 && s.value === !1 ? p(a) : o.value === !1 && s.value === !1 && p([]);
|
|
15
|
-
}
|
|
16
|
-
const _ = j(() => ({ check: "el-checkbox", button: "el-checkbox-button" })[e.showType] ?? "el-checkbox");
|
|
17
|
-
function D(a, l) {
|
|
18
|
-
p(a);
|
|
19
|
-
}
|
|
20
|
-
function p(a) {
|
|
21
|
-
v.value = a, C("update:modelValue", v.value);
|
|
22
|
-
}
|
|
23
|
-
function L(a, l) {
|
|
24
|
-
return typeof e.customLabel == "function" ? e.customLabel(a, l) : e.type === "simple" ? a : a[e.label];
|
|
25
|
-
}
|
|
26
|
-
return (a, l) => {
|
|
27
|
-
const d = b("el-checkbox"), n = b("el-checkbox-group");
|
|
28
|
-
return c(), y("div", I, [u.showAll ? (c(), h(d, r({ key: 0, modelValue: o.value, "onUpdate:modelValue": l[0] || (l[0] = (t) => o.value = t), class: "checkbox__all", indeterminate: s.value, onChange: S }, a.$attrs), { default: m(() => [k(" 全选 ")]), _: 1 }, 16, ["modelValue", "indeterminate"])) : A("", !0), B(n, r({ modelValue: e.modelValue, "onUpdate:modelValue": l[1] || (l[1] = (t) => e.modelValue = t), onChange: D }, a.$attrs), { default: m(() => [V(a.$slots, "default", {}, () => [(c(!0), y(O, null, F(e.options, (t, f) => (c(), h(N(_.value), r(u.attrs, { key: f, value: e.type === "simple" ? t : t[e.value], label: e.type === "simple" ? t : t[e.label], disabled: e.customDisabled(t) }), { default: m(() => [V(a.$slots, e.type === "simple" ? t : t.slot, P(T(e.type === "simple" ? {} : t)), () => [k(U(L(t, f)), 1)], !0)]), _: 2 }, 1040, ["value", "label", "disabled"]))), 128))], !0)]), _: 3 }, 16, ["modelValue"])]);
|
|
29
|
-
};
|
|
30
|
-
} }), [["__scopeId", "data-v-e6ef015c"]]));
|
|
31
|
-
export {
|
|
32
|
-
H as default
|
|
33
|
-
};
|
package/dist/index-BDS5t5f9.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { defineComponent as h, ref as p, watch as b, createElementBlock as y, openBlock as w, createVNode as x, createElementVNode as a, unref as n, toDisplayString as m, pushScopeId as S, popScopeId as k } from "vue";
|
|
2
|
-
import { H as O } from "./index.esm.min-CAtOnJMt.js";
|
|
3
|
-
import { y as v, x as z, z as r, r as f, _ as N, w as _ } from "./index-Bc1JbUHT.js";
|
|
4
|
-
const g = (t) => (S("data-v-3322ecdb"), t = t(), k(), t), $ = { class: "box" }, I = { class: "f w-100% list-container" }, j = { class: "list" }, B = g(() => a("div", null, "使用量", -1)), C = { class: "num" }, E = { class: "list" }, L = g(() => a("div", null, "总量", -1)), V = { class: "num" }, A = h({ name: "OUsedPie" }), P = _(N(h({ ...A, props: { used: { type: [Number, String], default: 0 }, total: { type: [Number, String], default: 0 }, options: { type: Object, default: () => {
|
|
5
|
-
} } }, setup(t) {
|
|
6
|
-
const d = t, c = p(), u = p("0%");
|
|
7
|
-
let o = { tooltip: { trigger: "item", show: !1 }, series: [{ type: "pie", center: ["50%", "50%"], radius: ["65%", "85%"], clockwise: !0, avoidLabelOverlap: !0, hoverOffset: 15, itemStyle: { color: function(e) {
|
|
8
|
-
return e.name === "使用量" ? f("--blue") : f("--green");
|
|
9
|
-
} }, label: { show: !1, position: "outside", formatter: function(e) {
|
|
10
|
-
e.name, e.value;
|
|
11
|
-
let { value: i, name: l } = e.data, s = r(i);
|
|
12
|
-
return `${l}: ${s}
|
|
13
|
-
占比: (${e.percent}%)`;
|
|
14
|
-
}, rich: { hr: { backgroundColor: "t", borderRadius: 3, width: 3, height: 3, padding: [3, 3, 0, -12] }, a: { padding: [-30, 15, -20, 15] } } }, labelLine: { normal: { length: 20, length2: 30, lineStyle: { width: 1 } } }, data: [] }], graphic: [{ type: "text", left: "center", top: "center", style: { text: "", textAlign: "center", fontSize: 34, fontWeight: "bold", fill: "#333" } }] };
|
|
15
|
-
return b(() => [d.used, d.total], ([e, i]) => {
|
|
16
|
-
let l = v(e), s = v(i);
|
|
17
|
-
s != 0 && (u.value = (l / s * 100).toFixed(2) + "%"), o.series[0].data = [{ name: "使用量", value: l }, { name: "剩余量", value: s - l }], o.graphic[0].style.text = u.value, c.value = z(o);
|
|
18
|
-
}, { deep: !0, immediate: !0 }), (e, i) => (w(), y("div", $, [x(n(O), { class: "calc-height", option: c.value, autoresize: "" }, null, 8, ["option"]), a("div", I, [a("div", j, [B, a("div", C, m(n(r)(t.used)), 1)]), a("div", E, [L, a("div", V, m(n(r)(t.total)), 1)])])]));
|
|
19
|
-
} }), [["__scopeId", "data-v-3322ecdb"]]));
|
|
20
|
-
export {
|
|
21
|
-
P as default
|
|
22
|
-
};
|
package/dist/index-BDybZzPP.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { defineComponent as u, ref as j, resolveComponent as y, resolveDirective as w, createElementBlock as c, openBlock as r, createVNode as k, mergeProps as a, withCtx as p, Fragment as R, renderList as x, createBlock as i, renderSlot as h, withDirectives as B, resolveDynamicComponent as D, createCommentVNode as L, unref as A } from "vue";
|
|
2
|
-
import { v as $, i as q, _ as N, w as S } from "./index-Bc1JbUHT.js";
|
|
3
|
-
import U from "./index-DA6a6Ugv.js";
|
|
4
|
-
import E from "./index-CBPTnB7I.js";
|
|
5
|
-
const I = u({ name: "RenderComp", props: { render: Function, item: Object }, render: (t) => t.render(t == null ? void 0 : t.item) }), P = ["src"], z = u({ name: "OForm" }), M = S(N(u({ ...z, props: { fieldList: { type: Object, required: !0 }, model: { type: Object, required: !0 } }, setup(t, { expose: F }) {
|
|
6
|
-
const O = (l) => {
|
|
7
|
-
if (l.comp && typeof l.comp == "string") {
|
|
8
|
-
if (l.comp.includes("input"))
|
|
9
|
-
return l.placeholder ?? "请输入" + l.label;
|
|
10
|
-
if (l.comp.includes("select") || l.comp.includes("date"))
|
|
11
|
-
return l.placeholder ?? "请选择" + l.label;
|
|
12
|
-
}
|
|
13
|
-
return l.placeholder ?? "";
|
|
14
|
-
}, m = j();
|
|
15
|
-
function f() {
|
|
16
|
-
m.value.resetFields();
|
|
17
|
-
}
|
|
18
|
-
function _(l) {
|
|
19
|
-
if (q(l))
|
|
20
|
-
return "";
|
|
21
|
-
let s = { trigger: ["blur", "change"] };
|
|
22
|
-
return l.map((d) => {
|
|
23
|
-
let o = Object.assign({}, s, d);
|
|
24
|
-
return o.validator || o.message || (o.message = "请输入"), o;
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
return F({ validate: async function(l = !1, s = {}) {
|
|
28
|
-
await $(m, s), l && f();
|
|
29
|
-
}, resetFields: f }), (l, s) => {
|
|
30
|
-
const d = y("el-form-item"), o = y("el-form"), C = w("directives");
|
|
31
|
-
return r(), c("div", null, [k(o, a({ ref_key: "oFormRef", ref: m, model: t.model }, { "label-width": "auto", ...l.$attrs }), { default: p(() => [(r(!0), c(R, null, x(t.fieldList, (e, V) => (r(), i(d, a({ key: V, prop: e.prop, label: e.label }, e.formAttrs, { rules: _(e.rules) }), { label: p(() => [e.labelRender ? (r(), i(I, { key: 0, render: e.labelRender, item: e }, null, 8, ["render", "item"])) : h(l.$slots, e.prop + "-label", { key: 1 }, () => {
|
|
32
|
-
var n, b, g, v;
|
|
33
|
-
return [(n = e.imgAttrs) != null && n.src ? (r(), c("img", a({ key: 0, src: (b = e.imgAttrs) == null ? void 0 : b.src, class: "h-16" }, e.imgAttrs), null, 16, P)) : (g = e.imgAttrs) != null && g.name ? (r(), i(A(U), a({ key: 1, name: (v = e.imgAttrs) == null ? void 0 : v.name, class: "m-r-4" }, e.imgAttrs), null, 16, ["name"])) : L("", !0), k(A(E), { content: e.label }, null, 8, ["content"])];
|
|
34
|
-
}, !0)]), default: p(() => [e.useSlot ? h(l.$slots, e.prop, { key: 0 }, void 0, !0) : B((r(), i(D(e.comp || "o-input"), a({ key: 1, modelValue: t.model[e.prop], "onUpdate:modelValue": (n) => t.model[e.prop] = n, placeholder: O(e), rules: e.rules }, { clearable: !0, filterable: !0, ...e.attrs }), null, 16, ["modelValue", "onUpdate:modelValue", "placeholder", "rules"])), [[C, e.directives]])]), _: 2 }, 1040, ["prop", "label", "rules"]))), 128))]), _: 3 }, 16, ["model"])]);
|
|
35
|
-
};
|
|
36
|
-
} }), [["__scopeId", "data-v-2c4799ea"]]));
|
|
37
|
-
export {
|
|
38
|
-
M as default
|
|
39
|
-
};
|
package/dist/index-BPw0UyO2.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { defineComponent as d, getCurrentInstance as y, createElementBlock as o, openBlock as a, createCommentVNode as r, createElementVNode as c, normalizeStyle as s, renderSlot as l } from "vue";
|
|
2
|
-
import { _ as n, w as i } from "./index-Bc1JbUHT.js";
|
|
3
|
-
const f = { class: "basic-layout-box" }, m = d({ name: "OBasicLayout" }), b = i(n(d({ ...m, props: { headerStyle: { type: Object, default: () => ({}) }, mainStyle: { type: Object, default: () => ({}) }, footerStyle: { type: Object, default: () => ({}) } }, setup(t) {
|
|
4
|
-
const { proxy: p } = y();
|
|
5
|
-
return (e, u) => (a(), o("div", f, [e.$slots.header ? (a(), o("div", { key: 0, class: "header", style: s(t.headerStyle) }, [l(e.$slots, "header", {}, void 0, !0)], 4)) : r("", !0), c("div", { class: "main", style: s(t.mainStyle) }, [l(e.$slots, "default", {}, void 0, !0)], 4), e.$slots.footer ? (a(), o("div", { key: 1, class: "footer", style: s(t.footerStyle) }, [l(e.$slots, "footer", {}, void 0, !0)], 4)) : r("", !0)]));
|
|
6
|
-
} }), [["__scopeId", "data-v-01f88f5c"]]));
|
|
7
|
-
export {
|
|
8
|
-
b as default
|
|
9
|
-
};
|
package/dist/index-BXcvEPsH.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { defineComponent as S, useCssVars as _, ref as v, useAttrs as F, computed as h, watch as $, onMounted as E, onBeforeUnmount as O, resolveComponent as T, createElementBlock as D, openBlock as l, createBlock as i, resolveDynamicComponent as j, mergeProps as d, createSlots as N, withCtx as n, createElementVNode as k, normalizeClass as L, renderSlot as m, toDisplayString as u, createCommentVNode as w, createTextVNode as x } from "vue";
|
|
2
|
-
import { m as M, _ as z, w as I } from "./index-Bc1JbUHT.js";
|
|
3
|
-
const P = { class: "o-dialog" }, U = S({ name: "ODialog" }), H = I(z(S({ ...U, props: { type: { type: String, default: "" }, title: { type: String, default: "提示" }, theme: { type: String, default: "" }, cancel: { type: [Function, String], default: "" }, cancelText: { type: String, default: "取消" }, confirmText: { type: String, default: "确认" }, showFooter: { type: Boolean, default: !0 }, showCancel: { type: Boolean, default: !0 }, showConfirm: { type: Boolean, default: !0 }, confirmAttrs: { type: Object, default: () => ({}) }, cancelAttrs: { type: Object, default: () => ({}) }, enableConfirm: { type: Boolean, default: !0 }, confirm: { type: Function } }, emits: ["update:modelValue"], setup(t, { emit: b }) {
|
|
4
|
-
_((o) => ({ "9b0d9700": s.value }));
|
|
5
|
-
const a = F(), f = b, e = t, B = h(() => e.theme === "norm" ? "kd-norm-dialog" : e.theme === "norm16" ? "kd-norm16-dialog" : e.theme === "simple" ? "kd-simple-dialog" : ""), s = v("calc(100vh - 124px)");
|
|
6
|
-
$(() => e.showFooter, (o) => {
|
|
7
|
-
a.fullscreen !== !0 && a.fullscreen !== "" || (e.showFooter === !1 ? s.value = "calc(100vh - 74px)" : s.value = "calc(100vh - 124px)");
|
|
8
|
-
}, { immediate: !0 });
|
|
9
|
-
const r = v(!1);
|
|
10
|
-
async function p() {
|
|
11
|
-
e.confirm && M(e.confirm) === "function" ? (r.value = !0, await e.confirm().finally(() => {
|
|
12
|
-
r.value = !1;
|
|
13
|
-
})) : a.onConfirm ? a.onConfirm() : y();
|
|
14
|
-
}
|
|
15
|
-
function A() {
|
|
16
|
-
a.onCancel ? a.onCancel() : f("update:modelValue", !1);
|
|
17
|
-
}
|
|
18
|
-
function y() {
|
|
19
|
-
f("update:modelValue", !1);
|
|
20
|
-
}
|
|
21
|
-
function C({ code: o }) {
|
|
22
|
-
var c;
|
|
23
|
-
a.modelValue === !0 && o === "Enter" && e.enableConfirm && ((c = e.confirmAttrs) == null ? void 0 : c.loading) !== !0 && p();
|
|
24
|
-
}
|
|
25
|
-
const V = h(() => e.type === "" ? "el-dialog" : e.type === "drawer" ? "el-drawer" : void 0);
|
|
26
|
-
return E(() => {
|
|
27
|
-
document.addEventListener("keypress", C);
|
|
28
|
-
}), O(() => {
|
|
29
|
-
document.removeEventListener("keypress", C);
|
|
30
|
-
}), (o, c) => {
|
|
31
|
-
const g = T("el-button");
|
|
32
|
-
return l(), D("div", P, [(l(), i(j(V.value), d({ "custom-class": B.value }, { width: "640px", closeOnClickModal: !0, destroyOnClose: !0, draggable: !0, ...o.$attrs }, { onClose: y }), N({ header: n(() => [m(o.$slots, "header", {}, () => [k("span", null, u(t.title), 1)], !0)]), default: n(() => [k("div", { class: L(o.$attrs.fullscreen === !0 || o.$attrs.fullscreen === "" ? "dialog_fullscreen " : "dialog_slot_box") }, [m(o.$slots, "default", {}, void 0, !0)], 2)]), _: 2 }, [t.showFooter ? { name: "footer", fn: n(() => [m(o.$slots, "footer", {}, () => [t.showCancel ? (l(), i(g, d({ key: 0, type: t.cancelAttrs.type || "" }, t.cancelAttrs, { onClick: A }), { default: n(() => [x(u(t.cancelText), 1)]), _: 1 }, 16, ["type"])) : w("", !0), t.showConfirm ? (l(), i(g, d({ key: 1, loading: r.value, id: "kdDialogConfirmBtn", type: t.confirmAttrs.type || "primary" }, t.confirmAttrs, { onClick: p }), { default: n(() => [x(u(t.confirmText), 1)]), _: 1 }, 16, ["loading", "type"])) : w("", !0)], !0)]), key: "0" } : void 0]), 1040, ["custom-class"]))]);
|
|
33
|
-
};
|
|
34
|
-
} }), [["__scopeId", "data-v-9272cec5"]]));
|
|
35
|
-
export {
|
|
36
|
-
H as default
|
|
37
|
-
};
|