sprintify-ui 0.0.96 → 0.0.97
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/sprintify-ui.es.js +392 -388
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/src/assets/main.css +0 -1
- package/src/components/BaseDatePicker.vue +155 -1
- package/src/components/BaseDropdown.stories.js +25 -0
- package/src/composables/clickOutside.ts +9 -6
- package/src/assets/pikaday.css +0 -134
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -2181,12 +2181,12 @@ function pt(e) {
|
|
|
2181
2181
|
}
|
|
2182
2182
|
function Kl(e, o, n = {}) {
|
|
2183
2183
|
function r() {
|
|
2184
|
-
window.removeEventListener("mousedown", l);
|
|
2184
|
+
window.removeEventListener("mousedown", l, { capture: !0 });
|
|
2185
2185
|
}
|
|
2186
2186
|
const i = He(
|
|
2187
2187
|
() => ji(e),
|
|
2188
2188
|
(u) => {
|
|
2189
|
-
u && (r(), window.addEventListener("mousedown", l));
|
|
2189
|
+
u && (r(), window.addEventListener("mousedown", l, { capture: !0 }));
|
|
2190
2190
|
},
|
|
2191
2191
|
{ immediate: !0 }
|
|
2192
2192
|
);
|
|
@@ -2195,10 +2195,11 @@ function Kl(e, o, n = {}) {
|
|
|
2195
2195
|
const p = ji(e), m = (g = (h = n.includes) == null ? void 0 : h.map(ji)) != null ? g : [];
|
|
2196
2196
|
if (!p)
|
|
2197
2197
|
return;
|
|
2198
|
-
const v = p.contains(u.target)
|
|
2198
|
+
const v = p.contains(u.target);
|
|
2199
|
+
let d = !1;
|
|
2200
|
+
m.length > 0 && (d = m.some(
|
|
2199
2201
|
(w) => w == null ? void 0 : w.contains(u.target)
|
|
2200
|
-
);
|
|
2201
|
-
o(!v && !d);
|
|
2202
|
+
)), o(!v && !d);
|
|
2202
2203
|
}
|
|
2203
2204
|
const a = () => {
|
|
2204
2205
|
r(), i();
|
|
@@ -4979,7 +4980,7 @@ function va({ slot: e = oe({}), name: o = "Description", props: n = {} } = {}) {
|
|
|
4979
4980
|
}
|
|
4980
4981
|
return $e(pa, { register: i, slot: e, name: o, props: n }), J(() => r.value.length > 0 ? r.value.join(" ") : void 0);
|
|
4981
4982
|
}
|
|
4982
|
-
let
|
|
4983
|
+
let Lg = me({ name: "Description", props: { as: { type: [Object, String], default: "p" }, id: { type: String, default: () => `headlessui-description-${At()}` } }, setup(e, { attrs: o, slots: n }) {
|
|
4983
4984
|
let r = Sf();
|
|
4984
4985
|
return Re(() => Ut(r.register(e.id))), () => {
|
|
4985
4986
|
let { name: i = "Description", slot: l = oe({}), props: a = {} } = r, { id: u, ...p } = e, m = { ...Object.entries(a).reduce((v, [d, s]) => Object.assign(v, { [d]: P(s) }), {}), id: u };
|
|
@@ -7490,10 +7491,10 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7490
7491
|
]), 1032, ["url", "url-query", "default-query", "searchable", "actions", "history-mode"]);
|
|
7491
7492
|
};
|
|
7492
7493
|
}
|
|
7493
|
-
}), qh = { class: "
|
|
7494
|
+
}), qh = { class: "pointer-events-none absolute top-0 left-0 flex h-10 items-center justify-center pl-2.5" }, Rh = ["value", "disabled", "placeholder"], Dh = {
|
|
7494
7495
|
key: 0,
|
|
7495
7496
|
class: "absolute top-0 right-0 flex h-10 items-center justify-center p-1"
|
|
7496
|
-
},
|
|
7497
|
+
}, Fh = /* @__PURE__ */ me({
|
|
7497
7498
|
__name: "BaseDatePicker",
|
|
7498
7499
|
props: {
|
|
7499
7500
|
modelValue: {
|
|
@@ -7611,8 +7612,10 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7611
7612
|
function h(g, w = !1) {
|
|
7612
7613
|
return w ? g.unshift(g.pop()) : g.push(g.shift()), g;
|
|
7613
7614
|
}
|
|
7614
|
-
return (g, w) => (U(), te("div",
|
|
7615
|
-
|
|
7615
|
+
return (g, w) => (U(), te("div", {
|
|
7616
|
+
class: ue(["base-date-picker relative", { "base-date-picker--inline": e.inline }])
|
|
7617
|
+
}, [
|
|
7618
|
+
D("div", qh, [
|
|
7616
7619
|
de(P(je), {
|
|
7617
7620
|
class: "relative -top-px h-5 w-5 text-slate-400",
|
|
7618
7621
|
icon: "heroicons:calendar"
|
|
@@ -7627,8 +7630,8 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7627
7630
|
disabled: e.disabled,
|
|
7628
7631
|
class: ue(["h-10 w-full rounded pl-10 pr-16 disabled:cursor-not-allowed disabled:text-slate-300", [P(r) ? "border-red-500" : "border-slate-300"]]),
|
|
7629
7632
|
placeholder: g.$t("sui.click_or_select_date")
|
|
7630
|
-
}, null, 10,
|
|
7631
|
-
P(v) && !e.disabled ? (U(), te("div",
|
|
7633
|
+
}, null, 10, Rh),
|
|
7634
|
+
P(v) && !e.disabled ? (U(), te("div", Dh, [
|
|
7632
7635
|
D("button", {
|
|
7633
7636
|
type: "button",
|
|
7634
7637
|
class: "flex h-8 items-center rounded p-1 hover:bg-slate-200",
|
|
@@ -7640,24 +7643,25 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7640
7643
|
})
|
|
7641
7644
|
])
|
|
7642
7645
|
])) : we("", !0)
|
|
7643
|
-
]));
|
|
7646
|
+
], 2));
|
|
7644
7647
|
}
|
|
7645
|
-
})
|
|
7648
|
+
});
|
|
7649
|
+
const Uh = { class: "-m-0.5 flex" }, zh = { class: "w-auto p-0.5" }, Vh = ["disabled", "required", "placeholder"], Hh = {
|
|
7646
7650
|
disabled: "",
|
|
7647
7651
|
selected: "",
|
|
7648
7652
|
hidden: "",
|
|
7649
7653
|
value: null
|
|
7650
|
-
},
|
|
7654
|
+
}, Kh = ["value"], Gh = { class: "w-auto p-0.5" }, Wh = ["disabled", "required", "placeholder"], Yh = {
|
|
7651
7655
|
disabled: "",
|
|
7652
7656
|
selected: "",
|
|
7653
7657
|
hidden: "",
|
|
7654
7658
|
value: null
|
|
7655
|
-
},
|
|
7659
|
+
}, Qh = ["value"], Zh = { class: "w-auto p-0.5" }, Xh = ["disabled", "required", "placeholder"], Jh = {
|
|
7656
7660
|
disabled: "",
|
|
7657
7661
|
selected: "",
|
|
7658
7662
|
hidden: "",
|
|
7659
7663
|
value: null
|
|
7660
|
-
},
|
|
7664
|
+
}, ep = ["value"], tp = ["disabled"], np = /* @__PURE__ */ me({
|
|
7661
7665
|
__name: "BaseDateSelect",
|
|
7662
7666
|
props: {
|
|
7663
7667
|
modelValue: {
|
|
@@ -7733,8 +7737,8 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7733
7737
|
}
|
|
7734
7738
|
const h = J(() => p.value.length == 0 || n.disabled);
|
|
7735
7739
|
return (g, w) => (U(), te("div", null, [
|
|
7736
|
-
D("div",
|
|
7737
|
-
D("div",
|
|
7740
|
+
D("div", Uh, [
|
|
7741
|
+
D("div", zh, [
|
|
7738
7742
|
lt(D("select", {
|
|
7739
7743
|
"onUpdate:modelValue": w[0] || (w[0] = (c) => P(m).year = c),
|
|
7740
7744
|
disabled: e.disabled,
|
|
@@ -7749,16 +7753,16 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7749
7753
|
placeholder: g.$t("sui.year"),
|
|
7750
7754
|
onChange: w[1] || (w[1] = (c) => v())
|
|
7751
7755
|
}, [
|
|
7752
|
-
D("option",
|
|
7756
|
+
D("option", Hh, ke(g.$t("sui.year")), 1),
|
|
7753
7757
|
(U(!0), te(Le, null, qe(P(a), (c) => (U(), te("option", {
|
|
7754
7758
|
key: c,
|
|
7755
7759
|
value: c
|
|
7756
|
-
}, ke(c), 9,
|
|
7757
|
-
], 42,
|
|
7760
|
+
}, ke(c), 9, Kh))), 128))
|
|
7761
|
+
], 42, Vh), [
|
|
7758
7762
|
[$i, P(m).year]
|
|
7759
7763
|
])
|
|
7760
7764
|
]),
|
|
7761
|
-
D("div",
|
|
7765
|
+
D("div", Gh, [
|
|
7762
7766
|
lt(D("select", {
|
|
7763
7767
|
"onUpdate:modelValue": w[2] || (w[2] = (c) => P(m).month = c),
|
|
7764
7768
|
disabled: e.disabled,
|
|
@@ -7773,16 +7777,16 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7773
7777
|
placeholder: g.$t("sui.month"),
|
|
7774
7778
|
onChange: w[3] || (w[3] = (c) => v())
|
|
7775
7779
|
}, [
|
|
7776
|
-
D("option",
|
|
7780
|
+
D("option", Yh, ke(g.$t("sui.month")), 1),
|
|
7777
7781
|
(U(!0), te(Le, null, qe(P(u), (c, f) => (U(), te("option", {
|
|
7778
7782
|
key: c,
|
|
7779
7783
|
value: f + 1
|
|
7780
|
-
}, ke(c), 9,
|
|
7781
|
-
], 42,
|
|
7784
|
+
}, ke(c), 9, Qh))), 128))
|
|
7785
|
+
], 42, Wh), [
|
|
7782
7786
|
[$i, P(m).month]
|
|
7783
7787
|
])
|
|
7784
7788
|
]),
|
|
7785
|
-
D("div",
|
|
7789
|
+
D("div", Zh, [
|
|
7786
7790
|
lt(D("select", {
|
|
7787
7791
|
"onUpdate:modelValue": w[4] || (w[4] = (c) => P(m).day = c),
|
|
7788
7792
|
disabled: P(h),
|
|
@@ -7797,12 +7801,12 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7797
7801
|
placeholder: g.$t("sui.day"),
|
|
7798
7802
|
onChange: w[5] || (w[5] = (c) => v())
|
|
7799
7803
|
}, [
|
|
7800
|
-
D("option",
|
|
7804
|
+
D("option", Jh, ke(g.$t("sui.day")), 1),
|
|
7801
7805
|
(U(!0), te(Le, null, qe(P(p), (c) => (U(), te("option", {
|
|
7802
7806
|
key: c,
|
|
7803
7807
|
value: c
|
|
7804
|
-
}, ke(c), 9,
|
|
7805
|
-
], 42,
|
|
7808
|
+
}, ke(c), 9, ep))), 128))
|
|
7809
|
+
], 42, Xh), [
|
|
7806
7810
|
[$i, P(m).day]
|
|
7807
7811
|
])
|
|
7808
7812
|
])
|
|
@@ -7814,16 +7818,16 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7814
7818
|
onClick: w[6] || (w[6] = (c) => d())
|
|
7815
7819
|
}, [
|
|
7816
7820
|
D("span", null, ke(g.$t("sui.clear")), 1)
|
|
7817
|
-
], 8,
|
|
7821
|
+
], 8, tp)
|
|
7818
7822
|
]));
|
|
7819
7823
|
}
|
|
7820
|
-
}),
|
|
7824
|
+
}), rp = { class: "" }, ip = { class: "divide-y divide-slate-200" }, op = /* @__PURE__ */ me({
|
|
7821
7825
|
__name: "BaseDescriptionList",
|
|
7822
7826
|
setup(e) {
|
|
7823
7827
|
return (o, n) => (U(), Se(On, null, {
|
|
7824
7828
|
default: ve(() => [
|
|
7825
|
-
D("div",
|
|
7826
|
-
D("dl",
|
|
7829
|
+
D("div", rp, [
|
|
7830
|
+
D("dl", ip, [
|
|
7827
7831
|
_e(o.$slots, "default")
|
|
7828
7832
|
])
|
|
7829
7833
|
])
|
|
@@ -7831,7 +7835,7 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7831
7835
|
_: 3
|
|
7832
7836
|
}));
|
|
7833
7837
|
}
|
|
7834
|
-
}),
|
|
7838
|
+
}), lp = { class: "text-sm font-medium leading-tight text-slate-500" }, ap = /* @__PURE__ */ me({
|
|
7835
7839
|
__name: "BaseDescriptionListItem",
|
|
7836
7840
|
setup(e) {
|
|
7837
7841
|
const n = oe(null), r = oe(800), i = J(() => r.value < Ea.sm);
|
|
@@ -7849,7 +7853,7 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7849
7853
|
"grid grid-cols-3 gap-4 py-5 px-6": !P(i)
|
|
7850
7854
|
})
|
|
7851
7855
|
}, [
|
|
7852
|
-
D("dt",
|
|
7856
|
+
D("dt", lp, [
|
|
7853
7857
|
_e(a.$slots, "left")
|
|
7854
7858
|
]),
|
|
7855
7859
|
D("dd", {
|
|
@@ -7862,7 +7866,7 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7862
7866
|
], 2)
|
|
7863
7867
|
], 2));
|
|
7864
7868
|
}
|
|
7865
|
-
}),
|
|
7869
|
+
}), sp = { class: "inline-block" }, up = /* @__PURE__ */ me({
|
|
7866
7870
|
__name: "BaseDropdown",
|
|
7867
7871
|
props: {
|
|
7868
7872
|
placement: {
|
|
@@ -7962,7 +7966,7 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7962
7966
|
"leave-to-class": "transform scale-90 opacity-0"
|
|
7963
7967
|
}, {
|
|
7964
7968
|
default: ve(() => [
|
|
7965
|
-
lt(D("div",
|
|
7969
|
+
lt(D("div", sp, [
|
|
7966
7970
|
_e(E.$slots, "dropdown", {
|
|
7967
7971
|
showDropdown: P(l),
|
|
7968
7972
|
close: w,
|
|
@@ -7979,13 +7983,13 @@ const Eh = /* @__PURE__ */ ft(wh, [["render", Sh]]), Oh = { class: "flex justify
|
|
|
7979
7983
|
]))
|
|
7980
7984
|
]));
|
|
7981
7985
|
}
|
|
7982
|
-
}),
|
|
7983
|
-
function
|
|
7984
|
-
return U(), te("p",
|
|
7986
|
+
}), cp = {}, fp = { class: "block text-sm font-medium leading-tight text-red-600" };
|
|
7987
|
+
function dp(e, o) {
|
|
7988
|
+
return U(), te("p", fp, [
|
|
7985
7989
|
_e(e.$slots, "default")
|
|
7986
7990
|
]);
|
|
7987
7991
|
}
|
|
7988
|
-
const
|
|
7992
|
+
const hp = /* @__PURE__ */ ft(cp, [["render", dp]]), pp = me({
|
|
7989
7993
|
props: {
|
|
7990
7994
|
required: {
|
|
7991
7995
|
default: !1,
|
|
@@ -8000,19 +8004,19 @@ const pp = /* @__PURE__ */ ft(fp, [["render", hp]]), vp = me({
|
|
|
8000
8004
|
type: String
|
|
8001
8005
|
}
|
|
8002
8006
|
}
|
|
8003
|
-
}),
|
|
8007
|
+
}), vp = {
|
|
8004
8008
|
key: 0,
|
|
8005
8009
|
class: "text-red-600"
|
|
8006
8010
|
};
|
|
8007
|
-
function
|
|
8011
|
+
function mp(e, o, n, r, i, l) {
|
|
8008
8012
|
return U(), te("label", {
|
|
8009
8013
|
class: ue(e.classes)
|
|
8010
8014
|
}, [
|
|
8011
8015
|
bt(ke(e.label), 1),
|
|
8012
|
-
e.required ? (U(), te("span",
|
|
8016
|
+
e.required ? (U(), te("span", vp, " *")) : we("", !0)
|
|
8013
8017
|
], 2);
|
|
8014
8018
|
}
|
|
8015
|
-
const Ca = /* @__PURE__ */ ft(
|
|
8019
|
+
const Ca = /* @__PURE__ */ ft(pp, [["render", mp]]), yp = ["data-name"], La = /* @__PURE__ */ me({
|
|
8016
8020
|
__name: "BaseField",
|
|
8017
8021
|
props: {
|
|
8018
8022
|
name: {
|
|
@@ -8063,7 +8067,7 @@ const Ca = /* @__PURE__ */ ft(vp, [["render", yp]]), gp = ["data-name"], La = /*
|
|
|
8063
8067
|
}, null, 8, ["label", "required", "class"])) : we("", !0),
|
|
8064
8068
|
_e(d.$slots, "default"),
|
|
8065
8069
|
P(v) ? (U(), te(Le, { key: 1 }, [
|
|
8066
|
-
P(n) == "default" ? (U(), Se(
|
|
8070
|
+
P(n) == "default" ? (U(), Se(hp, {
|
|
8067
8071
|
key: 0,
|
|
8068
8072
|
class: "mt-1"
|
|
8069
8073
|
}, {
|
|
@@ -8083,11 +8087,11 @@ const Ca = /* @__PURE__ */ ft(vp, [["render", yp]]), gp = ["data-name"], La = /*
|
|
|
8083
8087
|
_: 1
|
|
8084
8088
|
})) : we("", !0)
|
|
8085
8089
|
], 64)) : we("", !0)
|
|
8086
|
-
], 8,
|
|
8090
|
+
], 8, yp));
|
|
8087
8091
|
}
|
|
8088
8092
|
});
|
|
8089
8093
|
/*! maska v2.1.2 | (c) Alexander Shabunevich | Released under the MIT license */
|
|
8090
|
-
var
|
|
8094
|
+
var gp = Object.defineProperty, bp = (e, o, n) => o in e ? gp(e, o, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[o] = n, Yn = (e, o, n) => (bp(e, typeof o != "symbol" ? o + "" : o, n), n);
|
|
8091
8095
|
const hl = {
|
|
8092
8096
|
"#": { pattern: /[0-9]/ },
|
|
8093
8097
|
"@": { pattern: /[a-zA-Z]/ },
|
|
@@ -8174,8 +8178,8 @@ class pl {
|
|
|
8174
8178
|
}
|
|
8175
8179
|
const Pa = (e) => JSON.parse(e.replaceAll("'", '"')), vl = (e, o = {}) => {
|
|
8176
8180
|
const n = { ...o };
|
|
8177
|
-
return e.dataset.maska != null && e.dataset.maska !== "" && (n.mask =
|
|
8178
|
-
}, zi = (e) => e !== "" ? Boolean(JSON.parse(e)) : !0,
|
|
8181
|
+
return e.dataset.maska != null && e.dataset.maska !== "" && (n.mask = wp(e.dataset.maska)), e.dataset.maskaEager != null && (n.eager = zi(e.dataset.maskaEager)), e.dataset.maskaReversed != null && (n.reversed = zi(e.dataset.maskaReversed)), e.dataset.maskaTokensReplace != null && (n.tokensReplace = zi(e.dataset.maskaTokensReplace)), e.dataset.maskaTokens != null && (n.tokens = kp(e.dataset.maskaTokens)), n;
|
|
8182
|
+
}, zi = (e) => e !== "" ? Boolean(JSON.parse(e)) : !0, wp = (e) => e.startsWith("[") && e.endsWith("]") ? Pa(e) : e, kp = (e) => {
|
|
8179
8183
|
if (e.startsWith("{") && e.endsWith("}"))
|
|
8180
8184
|
return Pa(e);
|
|
8181
8185
|
const o = {};
|
|
@@ -8189,7 +8193,7 @@ const Pa = (e) => JSON.parse(e.replaceAll("'", '"')), vl = (e, o = {}) => {
|
|
|
8189
8193
|
};
|
|
8190
8194
|
}), o;
|
|
8191
8195
|
};
|
|
8192
|
-
class
|
|
8196
|
+
class _p {
|
|
8193
8197
|
constructor(o, n = {}) {
|
|
8194
8198
|
Yn(this, "items", /* @__PURE__ */ new Map()), Yn(this, "beforeinputEvent", (r) => {
|
|
8195
8199
|
const i = r.target, l = this.items.get(i);
|
|
@@ -8245,7 +8249,7 @@ class xp {
|
|
|
8245
8249
|
const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
8246
8250
|
const o = e.dataset.maskaValue;
|
|
8247
8251
|
(o == null && e.value !== "" || o != null && o !== e.value) && e.dispatchEvent(new CustomEvent("input"));
|
|
8248
|
-
},
|
|
8252
|
+
}, xp = (e, o) => {
|
|
8249
8253
|
const n = e instanceof HTMLInputElement ? e : e.querySelector("input"), r = { ...o.arg };
|
|
8250
8254
|
if (n == null)
|
|
8251
8255
|
return;
|
|
@@ -8261,10 +8265,10 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8261
8265
|
};
|
|
8262
8266
|
r.onMaska = r.onMaska == null ? a : Array.isArray(r.onMaska) ? [...r.onMaska, a] : [r.onMaska, a];
|
|
8263
8267
|
}
|
|
8264
|
-
ml.set(n, new
|
|
8268
|
+
ml.set(n, new _p(n, r)), setTimeout(() => {
|
|
8265
8269
|
yl(n);
|
|
8266
8270
|
});
|
|
8267
|
-
},
|
|
8271
|
+
}, Sp = ["value", "type", "name", "step", "min", "max", "disabled", "placeholder", "required", "autocomplete", "onKeydown"], uo = /* @__PURE__ */ me({
|
|
8268
8272
|
__name: "BaseInput",
|
|
8269
8273
|
props: {
|
|
8270
8274
|
modelValue: {
|
|
@@ -8402,8 +8406,8 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8402
8406
|
onInput: w[0] || (w[0] = (c) => P(p)(m(c))),
|
|
8403
8407
|
onFocus: w[1] || (w[1] = (c) => g.$emit("focus", c)),
|
|
8404
8408
|
onBlur: w[2] || (w[2] = (c) => g.$emit("blur", c))
|
|
8405
|
-
}, null, 42,
|
|
8406
|
-
[P(
|
|
8409
|
+
}, null, 42, Sp), [
|
|
8410
|
+
[P(xp), void 0, P(r)]
|
|
8407
8411
|
]),
|
|
8408
8412
|
e.suffix ? (U(), te("div", {
|
|
8409
8413
|
key: 2,
|
|
@@ -8422,7 +8426,7 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8422
8426
|
], 2)) : we("", !0)
|
|
8423
8427
|
], 2));
|
|
8424
8428
|
}
|
|
8425
|
-
}),
|
|
8429
|
+
}), Ep = ["value", "type", "name", "placeholder", "disabled", "required", "rows"], co = /* @__PURE__ */ me({
|
|
8426
8430
|
__name: "BaseTextarea",
|
|
8427
8431
|
props: {
|
|
8428
8432
|
modelValue: {
|
|
@@ -8492,10 +8496,10 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8492
8496
|
rows: e.rows,
|
|
8493
8497
|
class: ue([[P(l) ? "border-red-500" : "border-slate-300"], "block mb-0 rounded disabled:cursor-not-allowed disabled:text-slate-300"]),
|
|
8494
8498
|
onInput: m[0] || (m[0] = (d) => P(a)(u(d)))
|
|
8495
|
-
}, null, 42,
|
|
8499
|
+
}, null, 42, Ep);
|
|
8496
8500
|
};
|
|
8497
8501
|
}
|
|
8498
|
-
}),
|
|
8502
|
+
}), Op = ["data-name"], Ap = { class: "space-y-2" }, Tp = /* @__PURE__ */ me({
|
|
8499
8503
|
__name: "BaseFieldI18n",
|
|
8500
8504
|
props: {
|
|
8501
8505
|
modelValue: {
|
|
@@ -8574,7 +8578,7 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8574
8578
|
}
|
|
8575
8579
|
const v = J(() => l(r.value));
|
|
8576
8580
|
return (d, s) => (U(), te("div", { "data-name": P(r) }, [
|
|
8577
|
-
D("div",
|
|
8581
|
+
D("div", Ap, [
|
|
8578
8582
|
(U(!0), te(Le, null, qe(P(a), (h, g) => (U(), te("div", { key: g }, [
|
|
8579
8583
|
de(La, {
|
|
8580
8584
|
name: `${P(r)}.${g}`,
|
|
@@ -8613,9 +8617,9 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8613
8617
|
]),
|
|
8614
8618
|
_: 1
|
|
8615
8619
|
})) : we("", !0)
|
|
8616
|
-
], 8,
|
|
8620
|
+
], 8, Op));
|
|
8617
8621
|
}
|
|
8618
|
-
}),
|
|
8622
|
+
}), Bp = me({
|
|
8619
8623
|
props: {
|
|
8620
8624
|
disabled: {
|
|
8621
8625
|
default: !1,
|
|
@@ -8671,8 +8675,8 @@ const ml = /* @__PURE__ */ new WeakMap(), yl = (e) => {
|
|
|
8671
8675
|
}
|
|
8672
8676
|
}
|
|
8673
8677
|
}
|
|
8674
|
-
}),
|
|
8675
|
-
function
|
|
8678
|
+
}), Ip = ["disabled"], Np = ["accept"];
|
|
8679
|
+
function Cp(e, o, n, r, i, l) {
|
|
8676
8680
|
return U(), te(Le, null, [
|
|
8677
8681
|
D("button", {
|
|
8678
8682
|
type: "button",
|
|
@@ -8691,29 +8695,29 @@ function Lp(e, o, n, r, i, l) {
|
|
|
8691
8695
|
dragging: e.dragging,
|
|
8692
8696
|
disabled: e.disabled
|
|
8693
8697
|
})
|
|
8694
|
-
], 42,
|
|
8698
|
+
], 42, Ip),
|
|
8695
8699
|
D("input", {
|
|
8696
8700
|
ref: "input",
|
|
8697
8701
|
type: "file",
|
|
8698
8702
|
accept: e.accept,
|
|
8699
8703
|
hidden: "true",
|
|
8700
8704
|
onChange: o[5] || (o[5] = (...a) => e.onInputChange && e.onInputChange(...a))
|
|
8701
|
-
}, null, 40,
|
|
8705
|
+
}, null, 40, Np)
|
|
8702
8706
|
], 64);
|
|
8703
8707
|
}
|
|
8704
|
-
const $a = /* @__PURE__ */ ft(
|
|
8708
|
+
const $a = /* @__PURE__ */ ft(Bp, [["render", Cp]]), Lp = {}, Pp = {
|
|
8705
8709
|
class: "animate-spin",
|
|
8706
8710
|
viewBox: "0 0 24 24"
|
|
8707
|
-
},
|
|
8711
|
+
}, $p = /* @__PURE__ */ D("path", {
|
|
8708
8712
|
fill: "currentColor",
|
|
8709
8713
|
d: "M12,4V2A10,10 0 0,0 2,12H4A8,8 0 0,1 12,4Z"
|
|
8710
|
-
}, null, -1),
|
|
8711
|
-
|
|
8714
|
+
}, null, -1), Mp = [
|
|
8715
|
+
$p
|
|
8712
8716
|
];
|
|
8713
|
-
function
|
|
8714
|
-
return U(), te("svg",
|
|
8717
|
+
function jp(e, o) {
|
|
8718
|
+
return U(), te("svg", Pp, Mp);
|
|
8715
8719
|
}
|
|
8716
|
-
const
|
|
8720
|
+
const qp = /* @__PURE__ */ ft(Lp, [["render", jp]]), Rp = {
|
|
8717
8721
|
key: 0,
|
|
8718
8722
|
class: "absolute inset-0 flex h-full w-full items-center justify-center"
|
|
8719
8723
|
}, Ma = /* @__PURE__ */ me({
|
|
@@ -8767,11 +8771,11 @@ const Rp = /* @__PURE__ */ ft(Pp, [["render", qp]]), Dp = {
|
|
|
8767
8771
|
"leave-to-class": "opacity-0"
|
|
8768
8772
|
}, {
|
|
8769
8773
|
default: ve(() => [
|
|
8770
|
-
P(r) ? (U(), te("div",
|
|
8774
|
+
P(r) ? (U(), te("div", Rp, [
|
|
8771
8775
|
D("div", {
|
|
8772
8776
|
class: ue(["absolute h-full w-full", e.backdropClass])
|
|
8773
8777
|
}, null, 2),
|
|
8774
|
-
e.size == "sm" ? (U(), Se(
|
|
8778
|
+
e.size == "sm" ? (U(), Se(qp, {
|
|
8775
8779
|
key: 0,
|
|
8776
8780
|
class: ue(e.iconClass)
|
|
8777
8781
|
}, null, 8, ["class"])) : e.size == "lg" ? (U(), Se(Ba, {
|
|
@@ -8783,7 +8787,7 @@ const Rp = /* @__PURE__ */ ft(Pp, [["render", qp]]), Dp = {
|
|
|
8783
8787
|
_: 1
|
|
8784
8788
|
}, 8, ["enter-active-class", "leave-active-class"]));
|
|
8785
8789
|
}
|
|
8786
|
-
}),
|
|
8790
|
+
}), Dp = { class: "relative" }, ja = /* @__PURE__ */ me({
|
|
8787
8791
|
__name: "BaseFileUploader",
|
|
8788
8792
|
props: {
|
|
8789
8793
|
url: {
|
|
@@ -8878,7 +8882,7 @@ const Rp = /* @__PURE__ */ ft(Pp, [["render", qp]]), Dp = {
|
|
|
8878
8882
|
function p(m) {
|
|
8879
8883
|
o("upload:success", m);
|
|
8880
8884
|
}
|
|
8881
|
-
return (m, v) => (U(), te("div",
|
|
8885
|
+
return (m, v) => (U(), te("div", Dp, [
|
|
8882
8886
|
de($a, {
|
|
8883
8887
|
"button-class": e.buttonClass,
|
|
8884
8888
|
disabled: P(a) || e.disabled,
|
|
@@ -8913,10 +8917,10 @@ const Rp = /* @__PURE__ */ ft(Pp, [["render", qp]]), Dp = {
|
|
|
8913
8917
|
function Ro(e) {
|
|
8914
8918
|
return e === void 0;
|
|
8915
8919
|
}
|
|
8916
|
-
function
|
|
8920
|
+
function Fp(e) {
|
|
8917
8921
|
return e === null;
|
|
8918
8922
|
}
|
|
8919
|
-
function
|
|
8923
|
+
function Up(e) {
|
|
8920
8924
|
return typeof e == "boolean";
|
|
8921
8925
|
}
|
|
8922
8926
|
function qr(e) {
|
|
@@ -8925,13 +8929,13 @@ function qr(e) {
|
|
|
8925
8929
|
function gl(e) {
|
|
8926
8930
|
return Array.isArray(e);
|
|
8927
8931
|
}
|
|
8928
|
-
function
|
|
8932
|
+
function zp(e) {
|
|
8929
8933
|
return e instanceof Date;
|
|
8930
8934
|
}
|
|
8931
8935
|
function qa(e, o) {
|
|
8932
8936
|
return o ? qr(e) && !Ro(e.uri) : qr(e) && typeof e.size == "number" && typeof e.type == "string" && typeof e.slice == "function";
|
|
8933
8937
|
}
|
|
8934
|
-
function
|
|
8938
|
+
function Vp(e, o) {
|
|
8935
8939
|
return qa(e, o) && typeof e.name == "string" && (qr(e.lastModifiedDate) || typeof e.lastModified == "number");
|
|
8936
8940
|
}
|
|
8937
8941
|
function Sn(e) {
|
|
@@ -8940,10 +8944,10 @@ function Sn(e) {
|
|
|
8940
8944
|
function fo(e, o, n, r) {
|
|
8941
8945
|
o = o || {}, n = n || new FormData(), o.indices = Sn(o.indices), o.nullsAsUndefineds = Sn(o.nullsAsUndefineds), o.booleansAsIntegers = Sn(o.booleansAsIntegers), o.allowEmptyArrays = Sn(o.allowEmptyArrays), o.noFilesWithArrayNotation = Sn(o.noFilesWithArrayNotation), o.dotsForObjectNotation = Sn(o.dotsForObjectNotation);
|
|
8942
8946
|
const i = typeof n.getParts == "function";
|
|
8943
|
-
return Ro(e) || (
|
|
8947
|
+
return Ro(e) || (Fp(e) ? o.nullsAsUndefineds || n.append(r, "") : Up(e) ? o.booleansAsIntegers ? n.append(r, e ? 1 : 0) : n.append(r, e) : gl(e) ? e.length ? e.forEach((l, a) => {
|
|
8944
8948
|
let u = r + "[" + (o.indices ? a : "") + "]";
|
|
8945
|
-
o.noFilesWithArrayNotation &&
|
|
8946
|
-
}) : o.allowEmptyArrays && n.append(r + "[]", "") :
|
|
8949
|
+
o.noFilesWithArrayNotation && Vp(l, i) && (u = r), fo(l, o, n, u);
|
|
8950
|
+
}) : o.allowEmptyArrays && n.append(r + "[]", "") : zp(e) ? n.append(r, e.toISOString()) : qr(e) && !qa(e, i) ? Object.keys(e).forEach((l) => {
|
|
8947
8951
|
const a = e[l];
|
|
8948
8952
|
if (gl(a))
|
|
8949
8953
|
for (; l.length > 2 && l.lastIndexOf("[]") === l.length - 2; )
|
|
@@ -8952,10 +8956,10 @@ function fo(e, o, n, r) {
|
|
|
8952
8956
|
fo(a, o, n, u);
|
|
8953
8957
|
}) : n.append(r, e)), n;
|
|
8954
8958
|
}
|
|
8955
|
-
var
|
|
8959
|
+
var Hp = {
|
|
8956
8960
|
serialize: fo
|
|
8957
8961
|
}, Lr = /* @__PURE__ */ ((e) => (e.post = "post", e.patch = "patch", e))(Lr || {}), ho = /* @__PURE__ */ ((e) => (e.json = "json", e.formData = "formData", e))(ho || {});
|
|
8958
|
-
const
|
|
8962
|
+
const Kp = { class: "absolute inset-0 flex items-center justify-center w-full h-full" }, Gp = /* @__PURE__ */ D("svg", {
|
|
8959
8963
|
class: "relative w-6 h-6 text-blue-600 animate-spin",
|
|
8960
8964
|
viewBox: "0 0 24 24"
|
|
8961
8965
|
}, [
|
|
@@ -8963,7 +8967,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
8963
8967
|
fill: "currentColor",
|
|
8964
8968
|
d: "M12,4V2A10,10 0 0,0 2,12H4A8,8 0 0,1 12,4Z"
|
|
8965
8969
|
})
|
|
8966
|
-
], -1),
|
|
8970
|
+
], -1), Wp = /* @__PURE__ */ me({
|
|
8967
8971
|
__name: "BaseForm",
|
|
8968
8972
|
props: {
|
|
8969
8973
|
url: {
|
|
@@ -9038,7 +9042,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9038
9042
|
return;
|
|
9039
9043
|
u.value = !0;
|
|
9040
9044
|
let S = r.method, _ = r.data, k = { "Content-Type": "application/json" };
|
|
9041
|
-
r.format == "formData" && (S = Lr.post, _ =
|
|
9045
|
+
r.format == "formData" && (S = Lr.post, _ = Hp.serialize(r.data, {
|
|
9042
9046
|
nullsAsUndefineds: !1,
|
|
9043
9047
|
booleansAsIntegers: !0,
|
|
9044
9048
|
allowEmptyArrays: !0
|
|
@@ -9119,11 +9123,11 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9119
9123
|
}, {
|
|
9120
9124
|
default: ve(() => [
|
|
9121
9125
|
P(u) ? _e(S.$slots, "loading", { key: 0 }, () => [
|
|
9122
|
-
D("div",
|
|
9126
|
+
D("div", Kp, [
|
|
9123
9127
|
D("div", {
|
|
9124
9128
|
class: ue(["absolute inset-0 w-full h-full opacity-80", e.loadingMaskClass])
|
|
9125
9129
|
}, null, 2),
|
|
9126
|
-
|
|
9130
|
+
Gp
|
|
9127
9131
|
])
|
|
9128
9132
|
]) : we("", !0)
|
|
9129
9133
|
]),
|
|
@@ -9131,16 +9135,16 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9131
9135
|
})
|
|
9132
9136
|
], 544));
|
|
9133
9137
|
}
|
|
9134
|
-
}),
|
|
9138
|
+
}), Yp = { class: "-m-0.5 flex flex-wrap" }, Qp = ["onClick"], Zp = { class: "grow p-0.5" }, Xp = ["disabled", "value", "placeholder"], Jp = { class: "relative" }, ev = { class: "absolute top-1 z-menu min-h-[110px] w-full overflow-hidden rounded border border-slate-300 bg-white shadow-md" }, tv = { class: "flex items-center justify-center px-5 py-10 text-center text-slate-600" }, nv = {
|
|
9135
9139
|
key: 1,
|
|
9136
9140
|
class: "p-1"
|
|
9137
|
-
},
|
|
9141
|
+
}, rv = ["onClick", "onMousedown"], iv = {
|
|
9138
9142
|
key: 0,
|
|
9139
9143
|
class: "bg-white"
|
|
9140
|
-
},
|
|
9144
|
+
}, ov = {
|
|
9141
9145
|
key: 0,
|
|
9142
9146
|
class: "absolute inset-0 h-full w-full space-y-1 bg-white p-2"
|
|
9143
|
-
},
|
|
9147
|
+
}, lv = { class: "space-y-1" }, Ra = /* @__PURE__ */ me({
|
|
9144
9148
|
__name: "BaseTagAutocomplete",
|
|
9145
9149
|
props: {
|
|
9146
9150
|
modelValue: {
|
|
@@ -9334,7 +9338,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9334
9338
|
D("div", {
|
|
9335
9339
|
class: ue(["min-h-[42px] rounded border bg-white p-1", [P(r) ? "border-red-600" : "border-slate-300"]])
|
|
9336
9340
|
}, [
|
|
9337
|
-
D("div",
|
|
9341
|
+
D("div", Yp, [
|
|
9338
9342
|
(U(!0), te(Le, null, qe(P(f), (R) => (U(), te("div", {
|
|
9339
9343
|
key: R.value,
|
|
9340
9344
|
class: "p-0.5"
|
|
@@ -9354,10 +9358,10 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9354
9358
|
class: "flex shrink-0 appearance-none items-center justify-center border-0 bg-transparent pl-1 pr-3 text-xs outline-none",
|
|
9355
9359
|
onClick: (ee) => A(ee, () => q(R)),
|
|
9356
9360
|
onMousedown: A
|
|
9357
|
-
}, " \u2715 ", 40,
|
|
9361
|
+
}, " \u2715 ", 40, Qp))
|
|
9358
9362
|
], 2)
|
|
9359
9363
|
]))), 128)),
|
|
9360
|
-
D("div",
|
|
9364
|
+
D("div", Zp, [
|
|
9361
9365
|
D("input", {
|
|
9362
9366
|
ref: "input",
|
|
9363
9367
|
disabled: e.disabled,
|
|
@@ -9369,12 +9373,12 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9369
9373
|
onBlur: S,
|
|
9370
9374
|
onInput: _,
|
|
9371
9375
|
onKeydown: k
|
|
9372
|
-
}, null, 40,
|
|
9376
|
+
}, null, 40, Xp)
|
|
9373
9377
|
])
|
|
9374
9378
|
])
|
|
9375
9379
|
], 2),
|
|
9376
|
-
D("div",
|
|
9377
|
-
lt(D("div",
|
|
9380
|
+
D("div", Jp, [
|
|
9381
|
+
lt(D("div", ev, [
|
|
9378
9382
|
D("div", {
|
|
9379
9383
|
ref_key: "dropdown",
|
|
9380
9384
|
ref: d,
|
|
@@ -9382,8 +9386,8 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9382
9386
|
class: "max-h-[214px] min-h-[75px] w-full overflow-y-auto"
|
|
9383
9387
|
}, [
|
|
9384
9388
|
P(x).length == 0 ? _e(W.$slots, "empty", { key: 0 }, () => [
|
|
9385
|
-
D("div",
|
|
9386
|
-
]) : (U(), te("ul",
|
|
9389
|
+
D("div", tv, ke(W.$t("sui.nothing_found")), 1)
|
|
9390
|
+
]) : (U(), te("ul", nv, [
|
|
9387
9391
|
(U(!0), te(Le, null, qe(P(x), (R) => (U(), te("li", {
|
|
9388
9392
|
key: R.value,
|
|
9389
9393
|
class: "block"
|
|
@@ -9403,7 +9407,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9403
9407
|
class: ue(["rounded px-2 py-1 text-sm", b(R)])
|
|
9404
9408
|
}, ke(R.label), 3)
|
|
9405
9409
|
])
|
|
9406
|
-
], 40,
|
|
9410
|
+
], 40, rv)
|
|
9407
9411
|
]))), 128))
|
|
9408
9412
|
]))
|
|
9409
9413
|
], 512),
|
|
@@ -9411,12 +9415,12 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9411
9415
|
ref_key: "footer",
|
|
9412
9416
|
ref: F
|
|
9413
9417
|
}, [
|
|
9414
|
-
W.$slots.footer ? (U(), te("div",
|
|
9418
|
+
W.$slots.footer ? (U(), te("div", iv, [
|
|
9415
9419
|
_e(W.$slots, "footer", { options: P(x) })
|
|
9416
9420
|
])) : we("", !0)
|
|
9417
9421
|
], 512),
|
|
9418
|
-
e.loading ? (U(), te("div",
|
|
9419
|
-
D("div",
|
|
9422
|
+
e.loading ? (U(), te("div", ov, [
|
|
9423
|
+
D("div", lv, [
|
|
9420
9424
|
de(pn, {
|
|
9421
9425
|
class: "h-7 w-full",
|
|
9422
9426
|
delay: "0ms"
|
|
@@ -9437,7 +9441,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9437
9441
|
])
|
|
9438
9442
|
]));
|
|
9439
9443
|
}
|
|
9440
|
-
}),
|
|
9444
|
+
}), av = {
|
|
9441
9445
|
key: 0,
|
|
9442
9446
|
class: "flex h-[80px] items-center justify-center px-3 text-center text-base leading-tight text-slate-600"
|
|
9443
9447
|
}, Da = /* @__PURE__ */ me({
|
|
@@ -9531,13 +9535,13 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9531
9535
|
]),
|
|
9532
9536
|
empty: ve((f) => [
|
|
9533
9537
|
_e(w.$slots, "empty", Qt(f, { firstSearch: P(l) }), () => [
|
|
9534
|
-
P(l) ? (U(), te("div",
|
|
9538
|
+
P(l) ? (U(), te("div", av, ke(w.$t("sui.nothing_found")), 1)) : we("", !0)
|
|
9535
9539
|
])
|
|
9536
9540
|
]),
|
|
9537
9541
|
_: 3
|
|
9538
9542
|
}, 8, ["loading", "model-value", "disabled", "placeholder", "options", "value-key", "label-key", "has-error", "max", "filter"]));
|
|
9539
9543
|
}
|
|
9540
|
-
}),
|
|
9544
|
+
}), sv = /* @__PURE__ */ me({
|
|
9541
9545
|
__name: "BaseHasMany",
|
|
9542
9546
|
props: {
|
|
9543
9547
|
modelValue: {
|
|
@@ -9628,10 +9632,10 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9628
9632
|
_: 3
|
|
9629
9633
|
}, 8, ["model-value", "url", "disabled", "placeholder", "required", "value-key", "label-key", "has-error", "query-key", "max"]));
|
|
9630
9634
|
}
|
|
9631
|
-
}),
|
|
9635
|
+
}), uv = ["src", "alt"], cv = ["src", "alt"], fv = {
|
|
9632
9636
|
key: 2,
|
|
9633
9637
|
class: "flex h-full w-full items-center justify-center bg-slate-100"
|
|
9634
|
-
},
|
|
9638
|
+
}, dv = {
|
|
9635
9639
|
key: 3,
|
|
9636
9640
|
class: "text-xs font-semibold uppercase leading-tight text-slate-600"
|
|
9637
9641
|
}, Fa = /* @__PURE__ */ me({
|
|
@@ -9663,12 +9667,12 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9663
9667
|
src: P(l),
|
|
9664
9668
|
class: "h-full w-full bg-black object-contain object-center",
|
|
9665
9669
|
alt: P(n)
|
|
9666
|
-
}, null, 8,
|
|
9670
|
+
}, null, 8, uv)) : P(r) == "image" && "data_url" in e.media ? (U(), te("img", {
|
|
9667
9671
|
key: 1,
|
|
9668
9672
|
src: e.media.data_url,
|
|
9669
9673
|
class: "h-full w-full bg-black object-contain object-center",
|
|
9670
9674
|
alt: P(n)
|
|
9671
|
-
}, null, 8,
|
|
9675
|
+
}, null, 8, cv)) : (U(), te("div", fv, [
|
|
9672
9676
|
P(i) == "pdf" ? (U(), Se(P(je), {
|
|
9673
9677
|
key: 0,
|
|
9674
9678
|
class: "max-w-8 h-1/2 max-h-8 w-1/2 text-slate-600",
|
|
@@ -9681,13 +9685,13 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9681
9685
|
key: 2,
|
|
9682
9686
|
class: "max-w-8 h-1/2 max-h-8 w-1/2 text-slate-600",
|
|
9683
9687
|
icon: "mdi:music"
|
|
9684
|
-
})) : (U(), te("span",
|
|
9688
|
+
})) : (U(), te("span", dv, ke(P(i)), 1))
|
|
9685
9689
|
]))
|
|
9686
9690
|
]),
|
|
9687
9691
|
_: 1
|
|
9688
9692
|
}, 8, ["href", "class"]));
|
|
9689
9693
|
}
|
|
9690
|
-
}),
|
|
9694
|
+
}), hv = { class: "rounded bg-white shadow" }, pv = { class: "relative flex" }, vv = { class: "shrink-0" }, mv = { class: "text-left leading-tight" }, yv = { class: "mb-px grow truncate text-[13px] font-medium" }, gv = { class: "shrink-0 text-[10px] text-slate-400" }, bv = {
|
|
9691
9695
|
key: 0,
|
|
9692
9696
|
class: "shrink-0 p-0.5"
|
|
9693
9697
|
}, po = /* @__PURE__ */ me({
|
|
@@ -9705,9 +9709,9 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9705
9709
|
emits: ["remove"],
|
|
9706
9710
|
setup(e) {
|
|
9707
9711
|
const o = e, n = J(() => o.media.file_name), r = J(() => qo(o.media.size)), i = J(() => "url" in o.media ? o.media.url : null);
|
|
9708
|
-
return (l, a) => (U(), te("div",
|
|
9709
|
-
D("div",
|
|
9710
|
-
D("div",
|
|
9712
|
+
return (l, a) => (U(), te("div", hv, [
|
|
9713
|
+
D("div", pv, [
|
|
9714
|
+
D("div", vv, [
|
|
9711
9715
|
de(Fa, {
|
|
9712
9716
|
class: "h-12 w-12 rounded-l",
|
|
9713
9717
|
media: e.media
|
|
@@ -9719,14 +9723,14 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9719
9723
|
class: "flex grow items-center overflow-hidden px-3"
|
|
9720
9724
|
}, {
|
|
9721
9725
|
default: ve(() => [
|
|
9722
|
-
D("div",
|
|
9723
|
-
D("p",
|
|
9724
|
-
D("p",
|
|
9726
|
+
D("div", mv, [
|
|
9727
|
+
D("p", yv, ke(P(n)), 1),
|
|
9728
|
+
D("p", gv, ke(P(r)), 1)
|
|
9725
9729
|
])
|
|
9726
9730
|
]),
|
|
9727
9731
|
_: 1
|
|
9728
9732
|
}, 8, ["href"])),
|
|
9729
|
-
e.showRemove ? (U(), te("div",
|
|
9733
|
+
e.showRemove ? (U(), te("div", bv, [
|
|
9730
9734
|
D("button", {
|
|
9731
9735
|
type: "button",
|
|
9732
9736
|
class: "rounded-full bg-white p-1 text-slate-400 hover:bg-slate-100",
|
|
@@ -9741,10 +9745,10 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9741
9745
|
])
|
|
9742
9746
|
]));
|
|
9743
9747
|
}
|
|
9744
|
-
}),
|
|
9748
|
+
}), wv = { class: "text-center" }, kv = { class: "mb-0 text-sm font-medium leading-tight" }, _v = { class: "mt-1 text-xs leading-tight text-slate-500" }, xv = { key: 0 }, Sv = {
|
|
9745
9749
|
key: 0,
|
|
9746
9750
|
class: "mt-5"
|
|
9747
|
-
},
|
|
9751
|
+
}, Ev = { class: "-m-1 flex flex-wrap" }, Ov = /* @__PURE__ */ me({
|
|
9748
9752
|
__name: "BaseMediaLibrary",
|
|
9749
9753
|
props: {
|
|
9750
9754
|
modelValue: {
|
|
@@ -9907,10 +9911,10 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9907
9911
|
icon: "heroicons:arrow-up-on-square",
|
|
9908
9912
|
class: "mx-auto mb-3 h-6 w-6 text-slate-500"
|
|
9909
9913
|
}),
|
|
9910
|
-
D("div",
|
|
9911
|
-
D("p",
|
|
9912
|
-
D("div",
|
|
9913
|
-
P(t) ? (U(), te("p",
|
|
9914
|
+
D("div", wv, [
|
|
9915
|
+
D("p", kv, ke(E.$t("sui.drop_or_click_to_upload")), 1),
|
|
9916
|
+
D("div", _v, [
|
|
9917
|
+
P(t) ? (U(), te("p", xv, ke(P(t)), 1)) : we("", !0),
|
|
9914
9918
|
D("p", null, ke(P(x)), 1)
|
|
9915
9919
|
])
|
|
9916
9920
|
])
|
|
@@ -9920,8 +9924,8 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9920
9924
|
]),
|
|
9921
9925
|
_: 3
|
|
9922
9926
|
}, 8, ["max-size", "disabled", "accept", "accepted-extensions", "url"]),
|
|
9923
|
-
P(m).length + P(v).to_add.length ? (U(), te("div",
|
|
9924
|
-
D("div",
|
|
9927
|
+
P(m).length + P(v).to_add.length ? (U(), te("div", Sv, [
|
|
9928
|
+
D("div", Ev, [
|
|
9925
9929
|
(U(!0), te(Le, null, qe(P(m), (k, b) => (U(), te("div", {
|
|
9926
9930
|
key: k.id,
|
|
9927
9931
|
class: "min-w-[220px] flex-1 p-1"
|
|
@@ -9957,10 +9961,10 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
9957
9961
|
]);
|
|
9958
9962
|
};
|
|
9959
9963
|
}
|
|
9960
|
-
}),
|
|
9964
|
+
}), Av = {
|
|
9961
9965
|
"data-scroll-lock-scrollable": "",
|
|
9962
9966
|
class: "fixed inset-0 z-modal w-full overflow-y-auto overflow-x-hidden"
|
|
9963
|
-
},
|
|
9967
|
+
}, Tv = { class: "pt-safe grow" }, Bv = /* @__PURE__ */ me({
|
|
9964
9968
|
__name: "BaseModalCenter",
|
|
9965
9969
|
props: {
|
|
9966
9970
|
modelValue: {
|
|
@@ -10004,7 +10008,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10004
10008
|
}, {
|
|
10005
10009
|
default: ve(() => [
|
|
10006
10010
|
lt(D("div", null, [
|
|
10007
|
-
D("div",
|
|
10011
|
+
D("div", Av, [
|
|
10008
10012
|
D("div", {
|
|
10009
10013
|
class: ue(["flex min-h-full w-full items-end justify-center overflow-hidden sm:px-6 sm:pb-6", [
|
|
10010
10014
|
e.showCloseButton ? "pt-20" : "pt-6",
|
|
@@ -10014,7 +10018,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10014
10018
|
}
|
|
10015
10019
|
]])
|
|
10016
10020
|
}, [
|
|
10017
|
-
D("div",
|
|
10021
|
+
D("div", Tv, [
|
|
10018
10022
|
de(gt, {
|
|
10019
10023
|
appear: "",
|
|
10020
10024
|
"enter-active-class": "duration-300 ease-out",
|
|
@@ -10080,7 +10084,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10080
10084
|
]);
|
|
10081
10085
|
};
|
|
10082
10086
|
}
|
|
10083
|
-
}),
|
|
10087
|
+
}), Iv = { class: "flex h-16 justify-between" }, Nv = { class: "grow" }, Cv = { class: "-mr-2 flex items-center md:hidden" }, Lv = /* @__PURE__ */ D("span", { class: "sr-only" }, "Open main menu", -1), Ua = /* @__PURE__ */ me({
|
|
10084
10088
|
__name: "BaseNavbar",
|
|
10085
10089
|
props: {
|
|
10086
10090
|
size: {
|
|
@@ -10108,11 +10112,11 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10108
10112
|
}, [
|
|
10109
10113
|
de(Ql, { size: e.size }, {
|
|
10110
10114
|
default: ve(() => [
|
|
10111
|
-
D("div",
|
|
10112
|
-
D("div",
|
|
10115
|
+
D("div", Iv, [
|
|
10116
|
+
D("div", Nv, [
|
|
10113
10117
|
_e(l.$slots, "navbar")
|
|
10114
10118
|
]),
|
|
10115
|
-
D("div",
|
|
10119
|
+
D("div", Cv, [
|
|
10116
10120
|
D("button", {
|
|
10117
10121
|
type: "button",
|
|
10118
10122
|
class: ue(["inline-flex items-center justify-center rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-offset-2", [
|
|
@@ -10120,7 +10124,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10120
10124
|
]]),
|
|
10121
10125
|
onClick: a[0] || (a[0] = (u) => n())
|
|
10122
10126
|
}, [
|
|
10123
|
-
|
|
10127
|
+
Lv,
|
|
10124
10128
|
P(o) ? (U(), Se(P(je), {
|
|
10125
10129
|
key: 1,
|
|
10126
10130
|
icon: "heroicons:x-mark",
|
|
@@ -10150,7 +10154,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10150
10154
|
], 2)) : we("", !0)
|
|
10151
10155
|
], 2));
|
|
10152
10156
|
}
|
|
10153
|
-
}),
|
|
10157
|
+
}), Pv = { class: "group flex grow items-center" }, $v = {
|
|
10154
10158
|
key: 0,
|
|
10155
10159
|
class: "relative -top-px ml-[5px]"
|
|
10156
10160
|
}, za = /* @__PURE__ */ me({
|
|
@@ -10192,7 +10196,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10192
10196
|
return (i, l) => (U(), te("div", {
|
|
10193
10197
|
class: ue(P(n))
|
|
10194
10198
|
}, [
|
|
10195
|
-
D("div",
|
|
10199
|
+
D("div", Pv, [
|
|
10196
10200
|
e.icon ? (U(), Se(P(je), {
|
|
10197
10201
|
key: 0,
|
|
10198
10202
|
icon: e.icon,
|
|
@@ -10200,7 +10204,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10200
10204
|
}, null, 8, ["icon", "class"])) : we("", !0),
|
|
10201
10205
|
bt(" " + ke(e.label), 1)
|
|
10202
10206
|
]),
|
|
10203
|
-
e.count ? (U(), te("div",
|
|
10207
|
+
e.count ? (U(), te("div", $v, [
|
|
10204
10208
|
de(rr, {
|
|
10205
10209
|
count: e.count,
|
|
10206
10210
|
"max-digit": 2,
|
|
@@ -10209,7 +10213,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10209
10213
|
])) : we("", !0)
|
|
10210
10214
|
], 2));
|
|
10211
10215
|
}
|
|
10212
|
-
}),
|
|
10216
|
+
}), Mv = { class: "flex" }, Va = /* @__PURE__ */ me({
|
|
10213
10217
|
__name: "BaseNavbarItem",
|
|
10214
10218
|
props: {
|
|
10215
10219
|
item: {
|
|
@@ -10227,7 +10231,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10227
10231
|
async function r() {
|
|
10228
10232
|
o("click"), n();
|
|
10229
10233
|
}
|
|
10230
|
-
return (i, l) => (U(), te("div",
|
|
10234
|
+
return (i, l) => (U(), te("div", Mv, [
|
|
10231
10235
|
de($r, {
|
|
10232
10236
|
item: e.item,
|
|
10233
10237
|
dark: e.dark,
|
|
@@ -10247,7 +10251,7 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10247
10251
|
}, 8, ["item", "dark"])
|
|
10248
10252
|
]));
|
|
10249
10253
|
}
|
|
10250
|
-
}),
|
|
10254
|
+
}), jv = me({
|
|
10251
10255
|
props: {
|
|
10252
10256
|
title: {
|
|
10253
10257
|
required: !0,
|
|
@@ -10262,24 +10266,24 @@ const Gp = { class: "absolute inset-0 flex items-center justify-center w-full h-
|
|
|
10262
10266
|
type: Boolean
|
|
10263
10267
|
}
|
|
10264
10268
|
}
|
|
10265
|
-
}),
|
|
10269
|
+
}), qv = { class: "px-4 md:col-span-1 md:px-0" }, Rv = { class: "text-lg font-medium leading-tight text-slate-900" }, Dv = {
|
|
10266
10270
|
key: 0,
|
|
10267
10271
|
class: "mt-2 text-sm leading-tight text-slate-500"
|
|
10268
|
-
},
|
|
10269
|
-
function
|
|
10272
|
+
}, Fv = { class: "mt-5 md:col-span-2 md:mt-0" };
|
|
10273
|
+
function Uv(e, o, n, r, i, l) {
|
|
10270
10274
|
return U(), te("div", {
|
|
10271
10275
|
class: ue(["pb-8 md:grid md:grid-cols-3 md:gap-8", [e.bordered ? "mb-8 border-b border-slate-300" : ""]])
|
|
10272
10276
|
}, [
|
|
10273
|
-
D("div",
|
|
10274
|
-
D("h3",
|
|
10275
|
-
e.description ? (U(), te("p",
|
|
10277
|
+
D("div", qv, [
|
|
10278
|
+
D("h3", Rv, ke(e.title), 1),
|
|
10279
|
+
e.description ? (U(), te("p", Dv, ke(e.description), 1)) : we("", !0)
|
|
10276
10280
|
]),
|
|
10277
|
-
D("div",
|
|
10281
|
+
D("div", Fv, [
|
|
10278
10282
|
_e(e.$slots, "default")
|
|
10279
10283
|
])
|
|
10280
10284
|
], 2);
|
|
10281
10285
|
}
|
|
10282
|
-
const
|
|
10286
|
+
const zv = /* @__PURE__ */ ft(jv, [["render", Uv]]), Vv = ["value", "type", "name", "disabled", "placeholder", "required"], Hv = { class: "flex shrink-0 pl-3" }, Kv = ["disabled"], Gv = /* @__PURE__ */ me({
|
|
10283
10287
|
__name: "BasePassword",
|
|
10284
10288
|
props: {
|
|
10285
10289
|
modelValue: {
|
|
@@ -10335,8 +10339,8 @@ const Vv = /* @__PURE__ */ ft(qv, [["render", zv]]), Hv = ["value", "type", "nam
|
|
|
10335
10339
|
required: P(i),
|
|
10336
10340
|
class: "grow rounded-l rounded-r-none border-none focus:ring-2 focus:ring-primary-500 disabled:cursor-not-allowed",
|
|
10337
10341
|
onInput: p
|
|
10338
|
-
}, null, 40,
|
|
10339
|
-
D("div",
|
|
10342
|
+
}, null, 40, Vv),
|
|
10343
|
+
D("div", Hv, [
|
|
10340
10344
|
D("button", {
|
|
10341
10345
|
tabindex: "-1",
|
|
10342
10346
|
type: "button",
|
|
@@ -10353,11 +10357,11 @@ const Vv = /* @__PURE__ */ ft(qv, [["render", zv]]), Hv = ["value", "type", "nam
|
|
|
10353
10357
|
icon: "heroicons:eye-slash-20-solid",
|
|
10354
10358
|
class: "h-5 w-5"
|
|
10355
10359
|
}))
|
|
10356
|
-
], 8,
|
|
10360
|
+
], 8, Kv)
|
|
10357
10361
|
])
|
|
10358
10362
|
], 2));
|
|
10359
10363
|
}
|
|
10360
|
-
}),
|
|
10364
|
+
}), Wv = me({
|
|
10361
10365
|
props: {
|
|
10362
10366
|
radius: {
|
|
10363
10367
|
default: 10,
|
|
@@ -10387,8 +10391,8 @@ const Vv = /* @__PURE__ */ ft(qv, [["render", zv]]), Hv = ["value", "type", "nam
|
|
|
10387
10391
|
}
|
|
10388
10392
|
}
|
|
10389
10393
|
});
|
|
10390
|
-
const
|
|
10391
|
-
function
|
|
10394
|
+
const Yv = ["height", "width"], Qv = ["stroke-width", "r", "cx", "cy"], Zv = ["stroke-dasharray", "stroke-width", "r", "cx", "cy"], Xv = ["x", "y"];
|
|
10395
|
+
function Jv(e, o, n, r, i, l) {
|
|
10392
10396
|
return U(), te("svg", {
|
|
10393
10397
|
height: e.radius * 2,
|
|
10394
10398
|
width: e.radius * 2
|
|
@@ -10401,7 +10405,7 @@ function em(e, o, n, r, i, l) {
|
|
|
10401
10405
|
r: e.normalizedRadius,
|
|
10402
10406
|
cx: e.radius,
|
|
10403
10407
|
cy: e.radius
|
|
10404
|
-
}, null, 8,
|
|
10408
|
+
}, null, 8, Qv),
|
|
10405
10409
|
D("circle", {
|
|
10406
10410
|
stroke: "currentColor",
|
|
10407
10411
|
"stroke-dasharray": `${e.circumference} ${e.circumference}`,
|
|
@@ -10411,17 +10415,17 @@ function em(e, o, n, r, i, l) {
|
|
|
10411
10415
|
r: e.normalizedRadius,
|
|
10412
10416
|
cx: e.radius,
|
|
10413
10417
|
cy: e.radius
|
|
10414
|
-
}, null, 12,
|
|
10418
|
+
}, null, 12, Zv),
|
|
10415
10419
|
D("text", {
|
|
10416
10420
|
"text-anchor": "middle",
|
|
10417
10421
|
"alignment-baseline": "middle",
|
|
10418
10422
|
x: e.radius,
|
|
10419
10423
|
y: e.radius + e.fontSize / 10,
|
|
10420
10424
|
style: Qe({ fontSize: e.fontSize + "px", fontWeight: 600 })
|
|
10421
|
-
}, ke(Math.round(e.progress * 100)) + "% ", 13,
|
|
10422
|
-
], 8,
|
|
10425
|
+
}, ke(Math.round(e.progress * 100)) + "% ", 13, Xv)
|
|
10426
|
+
], 8, Yv);
|
|
10423
10427
|
}
|
|
10424
|
-
const
|
|
10428
|
+
const em = /* @__PURE__ */ ft(Wv, [["render", Jv], ["__scopeId", "data-v-e5ae83e3"]]), tm = { class: "space-y-3" }, nm = ["for"], rm = ["id", "name", "checked", "required", "disabled", "value", "onInput"], im = { class: "text-sm" }, om = /* @__PURE__ */ me({
|
|
10425
10429
|
__name: "BaseRadioGroup",
|
|
10426
10430
|
props: {
|
|
10427
10431
|
modelValue: {
|
|
@@ -10482,7 +10486,7 @@ const tm = /* @__PURE__ */ ft(Yv, [["render", em], ["__scopeId", "data-v-e5ae83e
|
|
|
10482
10486
|
J(() => !1)
|
|
10483
10487
|
);
|
|
10484
10488
|
return (p, m) => (U(), te("div", null, [
|
|
10485
|
-
D("ul",
|
|
10489
|
+
D("ul", tm, [
|
|
10486
10490
|
(U(!0), te(Le, null, qe(P(a), (v) => (U(), te("li", {
|
|
10487
10491
|
key: v.value
|
|
10488
10492
|
}, [
|
|
@@ -10500,16 +10504,16 @@ const tm = /* @__PURE__ */ ft(Yv, [["render", em], ["__scopeId", "data-v-e5ae83e
|
|
|
10500
10504
|
value: v.value,
|
|
10501
10505
|
class: ue(e.inputClass),
|
|
10502
10506
|
onInput: (d) => P(l)(v.option)
|
|
10503
|
-
}, null, 42,
|
|
10507
|
+
}, null, 42, rm),
|
|
10504
10508
|
_e(p.$slots, "option", { option: v }, () => [
|
|
10505
|
-
D("span",
|
|
10509
|
+
D("span", im, ke(v.label), 1)
|
|
10506
10510
|
])
|
|
10507
|
-
], 10,
|
|
10511
|
+
], 10, nm)
|
|
10508
10512
|
]))), 128))
|
|
10509
10513
|
])
|
|
10510
10514
|
]));
|
|
10511
10515
|
}
|
|
10512
|
-
}),
|
|
10516
|
+
}), lm = { class: "text-base font-medium" }, am = /* @__PURE__ */ me({
|
|
10513
10517
|
__name: "BaseReadMore",
|
|
10514
10518
|
props: {
|
|
10515
10519
|
maxLines: {
|
|
@@ -10556,7 +10560,7 @@ const tm = /* @__PURE__ */ ft(Yv, [["render", em], ["__scopeId", "data-v-e5ae83e
|
|
|
10556
10560
|
class: "mt-1 inline appearance-none border-b border-dashed border-slate-400 bg-transparent px-0.5 py-0 text-slate-900 hover:text-slate-600",
|
|
10557
10561
|
onClick: p[0] || (p[0] = (m) => r.value = !0)
|
|
10558
10562
|
}, [
|
|
10559
|
-
D("span",
|
|
10563
|
+
D("span", lm, ke(u.$t("sui.read_more")), 1)
|
|
10560
10564
|
])) : we("", !0)
|
|
10561
10565
|
]));
|
|
10562
10566
|
}
|
|
@@ -17664,7 +17668,7 @@ function tr(e, o, n, r) {
|
|
|
17664
17668
|
if (e === o)
|
|
17665
17669
|
return e ? [[yt, e]] : [];
|
|
17666
17670
|
if (n != null) {
|
|
17667
|
-
var i =
|
|
17671
|
+
var i = dm(e, o, n);
|
|
17668
17672
|
if (i)
|
|
17669
17673
|
return i;
|
|
17670
17674
|
}
|
|
@@ -17672,10 +17676,10 @@ function tr(e, o, n, r) {
|
|
|
17672
17676
|
e = e.substring(l), o = o.substring(l), l = Fo(e, o);
|
|
17673
17677
|
var u = e.substring(e.length - l);
|
|
17674
17678
|
e = e.substring(0, e.length - l), o = o.substring(0, o.length - l);
|
|
17675
|
-
var p =
|
|
17679
|
+
var p = sm(e, o);
|
|
17676
17680
|
return a && p.unshift([yt, a]), u && p.push([yt, u]), Ka(p, r), p;
|
|
17677
17681
|
}
|
|
17678
|
-
function
|
|
17682
|
+
function sm(e, o) {
|
|
17679
17683
|
var n;
|
|
17680
17684
|
if (!e)
|
|
17681
17685
|
return [[Bt, o]];
|
|
@@ -17690,14 +17694,14 @@ function um(e, o) {
|
|
|
17690
17694
|
], e.length > o.length && (n[0][0] = n[2][0] = qt), n;
|
|
17691
17695
|
if (i.length === 1)
|
|
17692
17696
|
return [[qt, e], [Bt, o]];
|
|
17693
|
-
var a =
|
|
17697
|
+
var a = cm(e, o);
|
|
17694
17698
|
if (a) {
|
|
17695
17699
|
var u = a[0], p = a[1], m = a[2], v = a[3], d = a[4], s = tr(u, m), h = tr(p, v);
|
|
17696
17700
|
return s.concat([[yt, d]], h);
|
|
17697
17701
|
}
|
|
17698
|
-
return
|
|
17702
|
+
return um(e, o);
|
|
17699
17703
|
}
|
|
17700
|
-
function
|
|
17704
|
+
function um(e, o) {
|
|
17701
17705
|
for (var n = e.length, r = o.length, i = Math.ceil((n + r) / 2), l = i, a = 2 * i, u = new Array(a), p = new Array(a), m = 0; m < a; m++)
|
|
17702
17706
|
u[m] = -1, p[m] = -1;
|
|
17703
17707
|
u[l + 1] = 0, p[l + 1] = 0;
|
|
@@ -17759,7 +17763,7 @@ function Fo(e, o) {
|
|
|
17759
17763
|
e.substring(e.length - i, e.length - l) == o.substring(o.length - i, o.length - l) ? (n = i, l = n) : r = i, i = Math.floor((r - n) / 2 + n);
|
|
17760
17764
|
return Wa(e.charCodeAt(e.length - i)) && i--, i;
|
|
17761
17765
|
}
|
|
17762
|
-
function
|
|
17766
|
+
function cm(e, o) {
|
|
17763
17767
|
var n = e.length > o.length ? e : o, r = e.length > o.length ? o : e;
|
|
17764
17768
|
if (n.length < 4 || r.length * 2 < n.length)
|
|
17765
17769
|
return null;
|
|
@@ -17855,20 +17859,20 @@ function Ya(e) {
|
|
|
17855
17859
|
function Qa(e) {
|
|
17856
17860
|
return Ga(e.charCodeAt(e.length - 1));
|
|
17857
17861
|
}
|
|
17858
|
-
function
|
|
17862
|
+
function fm(e) {
|
|
17859
17863
|
for (var o = [], n = 0; n < e.length; n++)
|
|
17860
17864
|
e[n][1].length > 0 && o.push(e[n]);
|
|
17861
17865
|
return o;
|
|
17862
17866
|
}
|
|
17863
17867
|
function Hi(e, o, n, r) {
|
|
17864
|
-
return Qa(e) || Ya(r) ? null :
|
|
17868
|
+
return Qa(e) || Ya(r) ? null : fm([
|
|
17865
17869
|
[yt, e],
|
|
17866
17870
|
[qt, o],
|
|
17867
17871
|
[Bt, n],
|
|
17868
17872
|
[yt, r]
|
|
17869
17873
|
]);
|
|
17870
17874
|
}
|
|
17871
|
-
function
|
|
17875
|
+
function dm(e, o, n) {
|
|
17872
17876
|
var r = typeof n == "number" ? { index: n, length: 0 } : n.oldRange, i = typeof n == "number" ? null : n.newRange, l = e.length, a = o.length;
|
|
17873
17877
|
if (r.length === 0 && (i === null || i.length === 0)) {
|
|
17874
17878
|
var u = r.index, p = e.slice(0, u), m = e.slice(u), v = i ? i.index : null;
|
|
@@ -17918,7 +17922,7 @@ function Zr(e, o, n) {
|
|
|
17918
17922
|
Zr.INSERT = Bt;
|
|
17919
17923
|
Zr.DELETE = qt;
|
|
17920
17924
|
Zr.EQUAL = yt;
|
|
17921
|
-
var
|
|
17925
|
+
var hm = Zr, Rr = { exports: {} };
|
|
17922
17926
|
(function(e, o) {
|
|
17923
17927
|
var n = 200, r = "__lodash_hash_undefined__", i = 9007199254740991, l = "[object Arguments]", a = "[object Array]", u = "[object Boolean]", p = "[object Date]", m = "[object Error]", v = "[object Function]", d = "[object GeneratorFunction]", s = "[object Map]", h = "[object Number]", g = "[object Object]", w = "[object Promise]", c = "[object RegExp]", f = "[object Set]", t = "[object String]", x = "[object Symbol]", y = "[object WeakMap]", A = "[object ArrayBuffer]", E = "[object DataView]", S = "[object Float32Array]", _ = "[object Float64Array]", k = "[object Int8Array]", b = "[object Int16Array]", O = "[object Int32Array]", B = "[object Uint8Array]", N = "[object Uint8ClampedArray]", $ = "[object Uint16Array]", q = "[object Uint32Array]", V = /[\\^$.*+?()[\]{}|]/g, Q = /\w*$/, le = /^\[object .+?Constructor\]$/, H = /^(?:0|[1-9]\d*)$/, M = {};
|
|
17924
17928
|
M[l] = M[a] = M[A] = M[E] = M[u] = M[p] = M[S] = M[_] = M[k] = M[b] = M[O] = M[s] = M[h] = M[g] = M[c] = M[f] = M[t] = M[x] = M[B] = M[N] = M[$] = M[q] = !0, M[m] = M[v] = M[y] = !1;
|
|
@@ -18840,11 +18844,11 @@ var Uo = {}, Za = tt && tt.__importDefault || function(e) {
|
|
|
18840
18844
|
return e && e.__esModule ? e : { default: e };
|
|
18841
18845
|
};
|
|
18842
18846
|
Object.defineProperty(Uo, "__esModule", { value: !0 });
|
|
18843
|
-
var
|
|
18847
|
+
var pm = Za(Rr.exports), vm = Za(Dr.exports), vo;
|
|
18844
18848
|
(function(e) {
|
|
18845
18849
|
function o(l, a, u) {
|
|
18846
18850
|
l === void 0 && (l = {}), a === void 0 && (a = {}), typeof l != "object" && (l = {}), typeof a != "object" && (a = {});
|
|
18847
|
-
var p =
|
|
18851
|
+
var p = pm.default(a);
|
|
18848
18852
|
u || (p = Object.keys(p).reduce(function(v, d) {
|
|
18849
18853
|
return p[d] != null && (v[d] = p[d]), v;
|
|
18850
18854
|
}, {}));
|
|
@@ -18856,7 +18860,7 @@ var vm = Za(Rr.exports), mm = Za(Dr.exports), vo;
|
|
|
18856
18860
|
function n(l, a) {
|
|
18857
18861
|
l === void 0 && (l = {}), a === void 0 && (a = {}), typeof l != "object" && (l = {}), typeof a != "object" && (a = {});
|
|
18858
18862
|
var u = Object.keys(l).concat(Object.keys(a)).reduce(function(p, m) {
|
|
18859
|
-
return
|
|
18863
|
+
return vm.default(l[m], a[m]) || (p[m] = a[m] === void 0 ? null : a[m]), p;
|
|
18860
18864
|
}, {});
|
|
18861
18865
|
return Object.keys(u).length > 0 ? u : void 0;
|
|
18862
18866
|
}
|
|
@@ -18887,7 +18891,7 @@ var vm = Za(Rr.exports), mm = Za(Dr.exports), vo;
|
|
|
18887
18891
|
})(vo || (vo = {}));
|
|
18888
18892
|
Uo.default = vo;
|
|
18889
18893
|
var xr = {}, Sr = {}, wl;
|
|
18890
|
-
function
|
|
18894
|
+
function mm() {
|
|
18891
18895
|
if (wl)
|
|
18892
18896
|
return Sr;
|
|
18893
18897
|
wl = 1;
|
|
@@ -18939,7 +18943,7 @@ function Xa() {
|
|
|
18939
18943
|
return r && r.__esModule ? r : { default: r };
|
|
18940
18944
|
};
|
|
18941
18945
|
Object.defineProperty(xr, "__esModule", { value: !0 });
|
|
18942
|
-
var o = e(
|
|
18946
|
+
var o = e(mm()), n;
|
|
18943
18947
|
return function(r) {
|
|
18944
18948
|
function i(a) {
|
|
18945
18949
|
return new o.default(a);
|
|
@@ -18953,7 +18957,7 @@ function Xa() {
|
|
|
18953
18957
|
}
|
|
18954
18958
|
var or = tt && tt.__importDefault || function(e) {
|
|
18955
18959
|
return e && e.__esModule ? e : { default: e };
|
|
18956
|
-
}, Er = or(
|
|
18960
|
+
}, Er = or(hm), ym = or(Rr.exports), Ki = or(Dr.exports), Hn = or(Uo), ot = or(Xa()), gm = String.fromCharCode(0), bm = function() {
|
|
18957
18961
|
function e(o) {
|
|
18958
18962
|
Array.isArray(o) ? this.ops = o : o != null && Array.isArray(o.ops) ? this.ops = o.ops : this.ops = [];
|
|
18959
18963
|
}
|
|
@@ -18969,7 +18973,7 @@ var or = tt && tt.__importDefault || function(e) {
|
|
|
18969
18973
|
return n != null && typeof n == "object" && Object.keys(n).length > 0 && (r.attributes = n), this.push(r);
|
|
18970
18974
|
}, e.prototype.push = function(o) {
|
|
18971
18975
|
var n = this.ops.length, r = this.ops[n - 1];
|
|
18972
|
-
if (o =
|
|
18976
|
+
if (o = ym.default(o), typeof r == "object") {
|
|
18973
18977
|
if (typeof o.delete == "number" && typeof r.delete == "number")
|
|
18974
18978
|
return this.ops[n - 1] = { delete: r.delete + o.delete }, this;
|
|
18975
18979
|
if (typeof r.delete == "number" && o.insert != null && (n -= 1, r = this.ops[n - 1], typeof r != "object"))
|
|
@@ -19049,7 +19053,7 @@ var or = tt && tt.__importDefault || function(e) {
|
|
|
19049
19053
|
var r = [this, o].map(function(p) {
|
|
19050
19054
|
return p.map(function(m) {
|
|
19051
19055
|
if (m.insert != null)
|
|
19052
|
-
return typeof m.insert == "string" ? m.insert :
|
|
19056
|
+
return typeof m.insert == "string" ? m.insert : gm;
|
|
19053
19057
|
var v = p === o ? "on" : "with";
|
|
19054
19058
|
throw new Error("diff() called " + v + " non-document");
|
|
19055
19059
|
}).join("");
|
|
@@ -19136,7 +19140,7 @@ var or = tt && tt.__importDefault || function(e) {
|
|
|
19136
19140
|
}
|
|
19137
19141
|
return o;
|
|
19138
19142
|
}, e.Op = ot.default, e.AttributeMap = Hn.default, e;
|
|
19139
|
-
}(),
|
|
19143
|
+
}(), wm = bm;
|
|
19140
19144
|
/*!
|
|
19141
19145
|
* VueQuill @vueup/vue-quill v1.0.1
|
|
19142
19146
|
* https://vueup.github.io/vue-quill/
|
|
@@ -19177,7 +19181,7 @@ const _l = {
|
|
|
19177
19181
|
["link", "video", "image"],
|
|
19178
19182
|
["clean"]
|
|
19179
19183
|
]
|
|
19180
|
-
},
|
|
19184
|
+
}, km = me({
|
|
19181
19185
|
name: "QuillEditor",
|
|
19182
19186
|
inheritAttrs: !1,
|
|
19183
19187
|
props: {
|
|
@@ -19369,12 +19373,12 @@ const _l = {
|
|
|
19369
19373
|
];
|
|
19370
19374
|
}
|
|
19371
19375
|
});
|
|
19372
|
-
const
|
|
19376
|
+
const _m = /* @__PURE__ */ me({
|
|
19373
19377
|
__name: "BaseRichText",
|
|
19374
19378
|
props: {
|
|
19375
19379
|
modelValue: {
|
|
19376
19380
|
default: void 0,
|
|
19377
|
-
type: [String,
|
|
19381
|
+
type: [String, wm, void 0]
|
|
19378
19382
|
},
|
|
19379
19383
|
theme: {
|
|
19380
19384
|
type: String,
|
|
@@ -19428,7 +19432,7 @@ const xm = /* @__PURE__ */ me({
|
|
|
19428
19432
|
return (m, v) => (U(), te("div", {
|
|
19429
19433
|
class: ue(["base-rich-text relative", [P(l) ? "error" : ""]])
|
|
19430
19434
|
}, [
|
|
19431
|
-
de(P(
|
|
19435
|
+
de(P(km), {
|
|
19432
19436
|
name: P(r),
|
|
19433
19437
|
required: P(i),
|
|
19434
19438
|
theme: e.theme,
|
|
@@ -19444,7 +19448,7 @@ const xm = /* @__PURE__ */ me({
|
|
|
19444
19448
|
], 2));
|
|
19445
19449
|
}
|
|
19446
19450
|
});
|
|
19447
|
-
const
|
|
19451
|
+
const xm = ["value", "name", "disabled", "required"], Sm = /* @__PURE__ */ me({
|
|
19448
19452
|
__name: "BaseSelect",
|
|
19449
19453
|
props: {
|
|
19450
19454
|
modelValue: {
|
|
@@ -19532,15 +19536,15 @@ const Sm = ["value", "name", "disabled", "required"], Em = /* @__PURE__ */ me({
|
|
|
19532
19536
|
value: r
|
|
19533
19537
|
}, ke(e.placeholder ? e.placeholder : c.$t("sui.select_an_option")), 1)),
|
|
19534
19538
|
_e(c.$slots, "default")
|
|
19535
|
-
], 42,
|
|
19539
|
+
], 42, xm));
|
|
19536
19540
|
}
|
|
19537
|
-
}),
|
|
19541
|
+
}), Em = { class: "whitespace-pre-line p-4" }, Om = { class: "text-md font-semibold" }, Am = {
|
|
19538
19542
|
key: 0,
|
|
19539
19543
|
class: "mt-1 mb-3 whitespace-pre-line text-sm text-slate-500 line-clamp-2"
|
|
19540
|
-
},
|
|
19544
|
+
}, Tm = {
|
|
19541
19545
|
key: 1,
|
|
19542
19546
|
class: "flex items-center justify-start text-sm font-medium"
|
|
19543
|
-
},
|
|
19547
|
+
}, Bm = { class: "mr-1 leading-none" }, Im = /* @__PURE__ */ me({
|
|
19544
19548
|
__name: "BaseShortcut",
|
|
19545
19549
|
props: {
|
|
19546
19550
|
to: {
|
|
@@ -19580,7 +19584,7 @@ const Sm = ["value", "name", "disabled", "required"], Em = /* @__PURE__ */ me({
|
|
|
19580
19584
|
default: ve(() => [
|
|
19581
19585
|
de(a, { to: e.to }, {
|
|
19582
19586
|
default: ve(() => [
|
|
19583
|
-
D("section",
|
|
19587
|
+
D("section", Em, [
|
|
19584
19588
|
D("div", {
|
|
19585
19589
|
class: ue(["mb-2.5 inline-flex items-center rounded p-2", [P(n)]])
|
|
19586
19590
|
}, [
|
|
@@ -19590,10 +19594,10 @@ const Sm = ["value", "name", "disabled", "required"], Em = /* @__PURE__ */ me({
|
|
|
19590
19594
|
class: ue(P(r))
|
|
19591
19595
|
}, null, 8, ["icon", "class"])) : we("", !0)
|
|
19592
19596
|
], 2),
|
|
19593
|
-
D("div",
|
|
19594
|
-
e.description ? (U(), te("div",
|
|
19595
|
-
e.linkText ? (U(), te("div",
|
|
19596
|
-
D("div",
|
|
19597
|
+
D("div", Om, ke(e.title), 1),
|
|
19598
|
+
e.description ? (U(), te("div", Am, ke(e.description), 1)) : we("", !0),
|
|
19599
|
+
e.linkText ? (U(), te("div", Tm, [
|
|
19600
|
+
D("div", Bm, ke(e.linkText), 1),
|
|
19597
19601
|
D("div", null, [
|
|
19598
19602
|
de(P(je), {
|
|
19599
19603
|
icon: "heroicons:arrow-right-20-solid",
|
|
@@ -19610,24 +19614,24 @@ const Sm = ["value", "name", "disabled", "required"], Em = /* @__PURE__ */ me({
|
|
|
19610
19614
|
});
|
|
19611
19615
|
};
|
|
19612
19616
|
}
|
|
19613
|
-
}),
|
|
19617
|
+
}), Nm = {}, Cm = {
|
|
19614
19618
|
"aria-label": "Sidebar",
|
|
19615
19619
|
class: "relative"
|
|
19616
|
-
},
|
|
19620
|
+
}, Lm = /* @__PURE__ */ D("div", { class: "absolute bottom-0 left-0 h-full w-px bg-slate-300" }, null, -1), Pm = {
|
|
19617
19621
|
class: "relative overflow-x-auto overflow-y-hidden",
|
|
19618
19622
|
"data-scroll-lock-scrollable": ""
|
|
19619
|
-
},
|
|
19620
|
-
function
|
|
19621
|
-
return U(), te("nav",
|
|
19622
|
-
|
|
19623
|
-
D("div",
|
|
19624
|
-
D("div",
|
|
19623
|
+
}, $m = { class: "space-y-2" };
|
|
19624
|
+
function Mm(e, o) {
|
|
19625
|
+
return U(), te("nav", Cm, [
|
|
19626
|
+
Lm,
|
|
19627
|
+
D("div", Pm, [
|
|
19628
|
+
D("div", $m, [
|
|
19625
19629
|
_e(e.$slots, "default")
|
|
19626
19630
|
])
|
|
19627
19631
|
])
|
|
19628
19632
|
]);
|
|
19629
19633
|
}
|
|
19630
|
-
const
|
|
19634
|
+
const jm = /* @__PURE__ */ ft(Nm, [["render", Mm]]), qm = ["href", "disabled", "onClick"], Rm = /* @__PURE__ */ me({
|
|
19631
19635
|
__name: "BaseSideNavigationItem",
|
|
19632
19636
|
props: {
|
|
19633
19637
|
to: {
|
|
@@ -19669,13 +19673,13 @@ const qm = /* @__PURE__ */ ft(Cm, [["render", jm]]), Rm = ["href", "disabled", "
|
|
|
19669
19673
|
]])
|
|
19670
19674
|
}, null, 2),
|
|
19671
19675
|
_e(r.$slots, "default")
|
|
19672
|
-
], 10,
|
|
19676
|
+
], 10, qm)
|
|
19673
19677
|
]),
|
|
19674
19678
|
_: 3
|
|
19675
19679
|
}, 8, ["to"]);
|
|
19676
19680
|
};
|
|
19677
19681
|
}
|
|
19678
|
-
}),
|
|
19682
|
+
}), Dm = me({
|
|
19679
19683
|
components: { BaseIcon: je },
|
|
19680
19684
|
props: {
|
|
19681
19685
|
label: {
|
|
@@ -19716,36 +19720,36 @@ const qm = /* @__PURE__ */ ft(Cm, [["render", jm]]), Rm = ["href", "disabled", "
|
|
|
19716
19720
|
return "items-center justify-center";
|
|
19717
19721
|
}
|
|
19718
19722
|
}
|
|
19719
|
-
}),
|
|
19720
|
-
function
|
|
19723
|
+
}), Fm = { class: "mb-0.5 text-base font-medium" }, Um = { class: "text-3xl font-bold leading-tight" }, zm = { key: 0 }, Vm = { class: "text-lg" }, Hm = { class: "text-base text-slate-500" };
|
|
19724
|
+
function Km(e, o, n, r, i, l) {
|
|
19721
19725
|
const a = Ke("BaseIcon");
|
|
19722
19726
|
return U(), te("div", {
|
|
19723
19727
|
class: ue(["inline-flex rounded-xl p-4", [e.centerClass]])
|
|
19724
19728
|
}, [
|
|
19725
19729
|
D("section", null, [
|
|
19726
|
-
D("header",
|
|
19730
|
+
D("header", Fm, ke(e.label), 1),
|
|
19727
19731
|
D("div", {
|
|
19728
19732
|
class: ue(["flex", [e.centerClass]])
|
|
19729
19733
|
}, [
|
|
19730
|
-
D("div",
|
|
19734
|
+
D("div", Um, ke(e.primaryValue), 1),
|
|
19731
19735
|
e.secondaryValue ? (U(), te("div", {
|
|
19732
19736
|
key: 0,
|
|
19733
19737
|
class: ue(["ml-1 flex rounded-md px-1 text-lg font-bold", [e.backgroundClass, e.textClass, e.centerClass]])
|
|
19734
19738
|
}, [
|
|
19735
|
-
e.trend ? (U(), te("div",
|
|
19739
|
+
e.trend ? (U(), te("div", zm, [
|
|
19736
19740
|
de(a, {
|
|
19737
19741
|
icon: e.icon,
|
|
19738
19742
|
class: ue(e.iconClass)
|
|
19739
19743
|
}, null, 8, ["icon", "class"])
|
|
19740
19744
|
])) : we("", !0),
|
|
19741
|
-
D("div",
|
|
19745
|
+
D("div", Vm, ke(e.secondaryValue), 1)
|
|
19742
19746
|
], 2)) : we("", !0)
|
|
19743
19747
|
], 2),
|
|
19744
|
-
D("footer",
|
|
19748
|
+
D("footer", Hm, ke(e.caption), 1)
|
|
19745
19749
|
])
|
|
19746
19750
|
], 2);
|
|
19747
19751
|
}
|
|
19748
|
-
const
|
|
19752
|
+
const Gm = /* @__PURE__ */ ft(Dm, [["render", Km]]), Wm = { class: "inline-flex items-center space-x-3" }, Ym = /* @__PURE__ */ me({
|
|
19749
19753
|
__name: "BaseSwitch",
|
|
19750
19754
|
props: {
|
|
19751
19755
|
modelValue: {
|
|
@@ -19786,7 +19790,7 @@ const Wm = /* @__PURE__ */ ft(Fm, [["render", Gm]]), Ym = { class: "inline-flex
|
|
|
19786
19790
|
}
|
|
19787
19791
|
return (h, g) => (U(), Se(P(jf), null, {
|
|
19788
19792
|
default: ve(() => [
|
|
19789
|
-
D("div",
|
|
19793
|
+
D("div", Wm, [
|
|
19790
19794
|
de(P(qf), {
|
|
19791
19795
|
"model-value": e.modelValue,
|
|
19792
19796
|
class: ue([
|
|
@@ -19827,7 +19831,7 @@ const Wm = /* @__PURE__ */ ft(Fm, [["render", Gm]]), Ym = { class: "inline-flex
|
|
|
19827
19831
|
_: 3
|
|
19828
19832
|
}));
|
|
19829
19833
|
}
|
|
19830
|
-
}),
|
|
19834
|
+
}), Qm = { class: "relative" }, Zm = { class: "max-w-4xl" }, Xm = {
|
|
19831
19835
|
key: 0,
|
|
19832
19836
|
class: "absolute top-0 right-0 p-3"
|
|
19833
19837
|
}, zo = /* @__PURE__ */ me({
|
|
@@ -19859,7 +19863,7 @@ const Wm = /* @__PURE__ */ ft(Fm, [["render", Gm]]), Ym = { class: "inline-flex
|
|
|
19859
19863
|
const i = J(() => n.to ? "RouterLink" : n.action ? "button" : "div"), l = J(() => n.color == "info" ? "bg-blue-500 text-white" : n.color == "success" ? "bg-green-600 text-white" : n.color == "danger" ? "bg-red-600 text-white" : n.color == "warning" ? "bg-yellow-400 text-yellow-900" : "bg-slate-900 text-white");
|
|
19860
19864
|
return (a, u) => {
|
|
19861
19865
|
const p = Ke("BaseIcon");
|
|
19862
|
-
return U(), te("div",
|
|
19866
|
+
return U(), te("div", Qm, [
|
|
19863
19867
|
(U(), Se(nr(P(i)), {
|
|
19864
19868
|
type: P(i) == "button" ? "button" : void 0,
|
|
19865
19869
|
to: P(i) == "RouterLink" ? e.to : void 0,
|
|
@@ -19870,14 +19874,14 @@ const Wm = /* @__PURE__ */ ft(Fm, [["render", Gm]]), Ym = { class: "inline-flex
|
|
|
19870
19874
|
D("div", {
|
|
19871
19875
|
class: ue(["py-4 text-sm leading-tight", [e.closable ? "pr-10 pl-3" : "px-3"]])
|
|
19872
19876
|
}, [
|
|
19873
|
-
D("div",
|
|
19877
|
+
D("div", Zm, [
|
|
19874
19878
|
_e(a.$slots, "default")
|
|
19875
19879
|
])
|
|
19876
19880
|
], 2)
|
|
19877
19881
|
]),
|
|
19878
19882
|
_: 3
|
|
19879
19883
|
}, 8, ["type", "to", "class"])),
|
|
19880
|
-
e.closable ? (U(), te("div",
|
|
19884
|
+
e.closable ? (U(), te("div", Xm, [
|
|
19881
19885
|
D("button", {
|
|
19882
19886
|
type: "button",
|
|
19883
19887
|
class: "rounded-full bg-black bg-opacity-50 p-1 text-white",
|
|
@@ -19889,21 +19893,21 @@ const Wm = /* @__PURE__ */ ft(Fm, [["render", Gm]]), Ym = { class: "inline-flex
|
|
|
19889
19893
|
]);
|
|
19890
19894
|
};
|
|
19891
19895
|
}
|
|
19892
|
-
}),
|
|
19896
|
+
}), Jm = {}, ey = { class: "relative" }, ty = /* @__PURE__ */ D("div", { class: "absolute bottom-0 left-0 h-px w-full bg-slate-300" }, null, -1), ny = {
|
|
19893
19897
|
class: "relative overflow-x-auto overflow-y-hidden",
|
|
19894
19898
|
"data-scroll-lock-scrollable": ""
|
|
19895
|
-
},
|
|
19896
|
-
function
|
|
19897
|
-
return U(), te("div",
|
|
19898
|
-
|
|
19899
|
-
D("div",
|
|
19900
|
-
D("ul",
|
|
19899
|
+
}, ry = { class: "flex space-x-4 text-center" };
|
|
19900
|
+
function iy(e, o) {
|
|
19901
|
+
return U(), te("div", ey, [
|
|
19902
|
+
ty,
|
|
19903
|
+
D("div", ny, [
|
|
19904
|
+
D("ul", ry, [
|
|
19901
19905
|
_e(e.$slots, "default")
|
|
19902
19906
|
])
|
|
19903
19907
|
])
|
|
19904
19908
|
]);
|
|
19905
19909
|
}
|
|
19906
|
-
const
|
|
19910
|
+
const oy = /* @__PURE__ */ ft(Jm, [["render", iy]]), ly = { role: "presentation" }, ay = ["href", "onClick"], sy = { class: "whitespace-nowrap" }, uy = /* @__PURE__ */ me({
|
|
19907
19911
|
__name: "BaseTabItem",
|
|
19908
19912
|
props: {
|
|
19909
19913
|
to: {
|
|
@@ -19922,7 +19926,7 @@ const ly = /* @__PURE__ */ ft(ey, [["render", oy]]), ay = { role: "presentation"
|
|
|
19922
19926
|
setup(e) {
|
|
19923
19927
|
return (o, n) => {
|
|
19924
19928
|
const r = Ke("router-link");
|
|
19925
|
-
return U(), te("li",
|
|
19929
|
+
return U(), te("li", ly, [
|
|
19926
19930
|
de(r, {
|
|
19927
19931
|
to: e.to,
|
|
19928
19932
|
custom: ""
|
|
@@ -19941,17 +19945,17 @@ const ly = /* @__PURE__ */ ft(ey, [["render", oy]]), ay = { role: "presentation"
|
|
|
19941
19945
|
(e.activeStrategy == "default" ? a : u) ? "h-[2px] bg-primary-600" : "group-hover:h-px group-hover:bg-slate-700"
|
|
19942
19946
|
]])
|
|
19943
19947
|
}, null, 2),
|
|
19944
|
-
D("div",
|
|
19948
|
+
D("div", sy, [
|
|
19945
19949
|
_e(o.$slots, "default")
|
|
19946
19950
|
])
|
|
19947
|
-
], 10,
|
|
19951
|
+
], 10, ay)
|
|
19948
19952
|
]),
|
|
19949
19953
|
_: 3
|
|
19950
19954
|
}, 8, ["to"])
|
|
19951
19955
|
]);
|
|
19952
19956
|
};
|
|
19953
19957
|
}
|
|
19954
|
-
}),
|
|
19958
|
+
}), cy = ["value", "name", "placeholder", "disabled", "required", "rows"], fy = /* @__PURE__ */ me({
|
|
19955
19959
|
__name: "BaseTextareaAutoresize",
|
|
19956
19960
|
props: {
|
|
19957
19961
|
modelValue: {
|
|
@@ -20035,7 +20039,7 @@ const ly = /* @__PURE__ */ ft(ey, [["render", oy]]), ay = { role: "presentation"
|
|
|
20035
20039
|
onKeyup: g,
|
|
20036
20040
|
onKeydown: h,
|
|
20037
20041
|
onFocus: w
|
|
20038
|
-
}, null, 46,
|
|
20042
|
+
}, null, 46, cy),
|
|
20039
20043
|
D("div", {
|
|
20040
20044
|
class: ue(["invisible whitespace-pre-wrap", [
|
|
20041
20045
|
r,
|
|
@@ -20051,13 +20055,13 @@ const ly = /* @__PURE__ */ ft(ey, [["render", oy]]), ay = { role: "presentation"
|
|
|
20051
20055
|
}
|
|
20052
20056
|
});
|
|
20053
20057
|
var rn = /* @__PURE__ */ ((e) => (e.primary = "primary", e.danger = "danger", e.warning = "warning", e.info = "info", e.grey = "grey", e.black = "black", e.success = "success", e))(rn || {});
|
|
20054
|
-
const
|
|
20058
|
+
const dy = { class: "relative flex space-x-3" }, hy = { class: "text-sm leading-tight text-slate-600" }, py = {
|
|
20055
20059
|
key: 0,
|
|
20056
20060
|
class: "mt-1 text-xs leading-tight text-slate-500"
|
|
20057
|
-
},
|
|
20061
|
+
}, vy = {
|
|
20058
20062
|
key: 0,
|
|
20059
20063
|
class: "whitespace-nowrap text-right text-sm text-slate-500"
|
|
20060
|
-
},
|
|
20064
|
+
}, my = ["datetime"], Ja = /* @__PURE__ */ me({
|
|
20061
20065
|
__name: "BaseTimelineItem",
|
|
20062
20066
|
props: {
|
|
20063
20067
|
item: {
|
|
@@ -20067,7 +20071,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20067
20071
|
},
|
|
20068
20072
|
setup(e) {
|
|
20069
20073
|
const o = e, n = J(() => o.item.color == rn.primary ? "bg-primary-600" : o.item.color == rn.danger ? "bg-red-600" : o.item.color == rn.warning ? "bg-yellow-600" : o.item.color == rn.info ? "bg-blue-500" : o.item.color == rn.grey ? "bg-slate-500" : o.item.color == rn.black ? "bg-slate-900" : o.item.color == rn.success ? "bg-green-500" : "bg-slate-500");
|
|
20070
|
-
return (r, i) => (U(), te("div",
|
|
20074
|
+
return (r, i) => (U(), te("div", dy, [
|
|
20071
20075
|
D("div", null, [
|
|
20072
20076
|
D("span", {
|
|
20073
20077
|
class: ue([
|
|
@@ -20086,25 +20090,25 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20086
20090
|
class: ue(["flex min-w-0 flex-1 justify-between space-x-4", { "pt-1.5": !e.item.description }])
|
|
20087
20091
|
}, [
|
|
20088
20092
|
D("div", null, [
|
|
20089
|
-
D("p",
|
|
20090
|
-
e.item.description ? (U(), te("p",
|
|
20093
|
+
D("p", hy, ke(e.item.title), 1),
|
|
20094
|
+
e.item.description ? (U(), te("p", py, ke(e.item.description), 1)) : we("", !0)
|
|
20091
20095
|
]),
|
|
20092
|
-
e.item.date ? (U(), te("div",
|
|
20096
|
+
e.item.date ? (U(), te("div", vy, [
|
|
20093
20097
|
D("time", {
|
|
20094
20098
|
datetime: e.item.date
|
|
20095
|
-
}, ke(e.item.date), 9,
|
|
20099
|
+
}, ke(e.item.date), 9, my)
|
|
20096
20100
|
])) : we("", !0)
|
|
20097
20101
|
], 2)
|
|
20098
20102
|
]));
|
|
20099
20103
|
}
|
|
20100
|
-
}),
|
|
20104
|
+
}), yy = { class: "flow-root" }, gy = {
|
|
20101
20105
|
role: "list",
|
|
20102
20106
|
class: "-mb-8"
|
|
20103
|
-
},
|
|
20107
|
+
}, by = { class: "relative pb-8" }, wy = {
|
|
20104
20108
|
key: 0,
|
|
20105
20109
|
class: "absolute top-4 left-4 -ml-px h-full w-0.5 bg-slate-200",
|
|
20106
20110
|
"aria-hidden": "true"
|
|
20107
|
-
},
|
|
20111
|
+
}, ky = /* @__PURE__ */ me({
|
|
20108
20112
|
__name: "BaseTimeline",
|
|
20109
20113
|
props: {
|
|
20110
20114
|
items: {
|
|
@@ -20113,11 +20117,11 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20113
20117
|
}
|
|
20114
20118
|
},
|
|
20115
20119
|
setup(e) {
|
|
20116
|
-
return (o, n) => (U(), te("div",
|
|
20117
|
-
D("ul",
|
|
20120
|
+
return (o, n) => (U(), te("div", yy, [
|
|
20121
|
+
D("ul", gy, [
|
|
20118
20122
|
(U(!0), te(Le, null, qe(e.items, (r, i) => (U(), te("li", { key: i }, [
|
|
20119
|
-
D("div",
|
|
20120
|
-
i != e.items.length - 1 ? (U(), te("span",
|
|
20123
|
+
D("div", by, [
|
|
20124
|
+
i != e.items.length - 1 ? (U(), te("span", wy)) : we("", !0),
|
|
20121
20125
|
de(Ja, { item: r }, null, 8, ["item"])
|
|
20122
20126
|
])
|
|
20123
20127
|
]))), 128))
|
|
@@ -20151,7 +20155,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20151
20155
|
this.systemAlerts = [];
|
|
20152
20156
|
}
|
|
20153
20157
|
}
|
|
20154
|
-
}),
|
|
20158
|
+
}), _y = { class: "sticky top-0 z-20 w-full shadow-sm" }, ts = /* @__PURE__ */ me({
|
|
20155
20159
|
__name: "BaseLayoutStacked",
|
|
20156
20160
|
props: {
|
|
20157
20161
|
dark: {
|
|
@@ -20162,7 +20166,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20162
20166
|
setup(e) {
|
|
20163
20167
|
const o = es(), n = J(() => o.systemAlerts);
|
|
20164
20168
|
return (r, i) => (U(), te(Le, null, [
|
|
20165
|
-
D("div",
|
|
20169
|
+
D("div", _y, [
|
|
20166
20170
|
(U(!0), te(Le, null, qe(P(n), (l) => (U(), Se(zo, {
|
|
20167
20171
|
key: l.id,
|
|
20168
20172
|
color: l.color,
|
|
@@ -20191,10 +20195,10 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20191
20195
|
])
|
|
20192
20196
|
], 64));
|
|
20193
20197
|
}
|
|
20194
|
-
}),
|
|
20198
|
+
}), xy = { class: "group flex grow items-center" }, Sy = {
|
|
20195
20199
|
key: 0,
|
|
20196
20200
|
class: "relative -top-px ml-[5px]"
|
|
20197
|
-
},
|
|
20201
|
+
}, Ey = /* @__PURE__ */ me({
|
|
20198
20202
|
__name: "BaseNavbarSideItemContent",
|
|
20199
20203
|
props: {
|
|
20200
20204
|
label: {
|
|
@@ -20231,7 +20235,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20231
20235
|
return (i, l) => (U(), te("div", {
|
|
20232
20236
|
class: ue(P(n))
|
|
20233
20237
|
}, [
|
|
20234
|
-
D("div",
|
|
20238
|
+
D("div", xy, [
|
|
20235
20239
|
e.icon ? (U(), Se(P(je), {
|
|
20236
20240
|
key: 0,
|
|
20237
20241
|
icon: e.icon,
|
|
@@ -20239,7 +20243,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20239
20243
|
}, null, 8, ["icon", "class"])) : we("", !0),
|
|
20240
20244
|
bt(" " + ke(e.label), 1)
|
|
20241
20245
|
]),
|
|
20242
|
-
e.count ? (U(), te("div",
|
|
20246
|
+
e.count ? (U(), te("div", Sy, [
|
|
20243
20247
|
de(rr, {
|
|
20244
20248
|
count: e.count,
|
|
20245
20249
|
"max-digit": 2,
|
|
@@ -20248,7 +20252,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20248
20252
|
])) : we("", !0)
|
|
20249
20253
|
], 2));
|
|
20250
20254
|
}
|
|
20251
|
-
}),
|
|
20255
|
+
}), Oy = {
|
|
20252
20256
|
key: 0,
|
|
20253
20257
|
class: "ml-10 mt-1.5 mb-3"
|
|
20254
20258
|
}, mo = /* @__PURE__ */ me({
|
|
@@ -20282,7 +20286,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20282
20286
|
onClick: r
|
|
20283
20287
|
}, {
|
|
20284
20288
|
default: ve(({ active: p }) => [
|
|
20285
|
-
de(
|
|
20289
|
+
de(Ey, {
|
|
20286
20290
|
label: e.item.label,
|
|
20287
20291
|
icon: e.item.icon,
|
|
20288
20292
|
active: p,
|
|
@@ -20292,7 +20296,7 @@ const hy = { class: "relative flex space-x-3" }, py = { class: "text-sm leading-
|
|
|
20292
20296
|
]),
|
|
20293
20297
|
_: 1
|
|
20294
20298
|
}, 8, ["item", "dark"]),
|
|
20295
|
-
P(l) && e.item.actions && e.item.actions.length ? (U(), te("div",
|
|
20299
|
+
P(l) && e.item.actions && e.item.actions.length ? (U(), te("div", Oy, [
|
|
20296
20300
|
(U(!0), te(Le, null, qe(e.item.actions, (p) => (U(), te("div", {
|
|
20297
20301
|
key: p.label,
|
|
20298
20302
|
class: "mb-1"
|
|
@@ -21701,7 +21705,7 @@ var ns = { exports: {} };
|
|
|
21701
21705
|
}, l.humanizer = i, e.exports ? e.exports = l : this.humanizeDuration = l;
|
|
21702
21706
|
})();
|
|
21703
21707
|
})(ns);
|
|
21704
|
-
const
|
|
21708
|
+
const Ay = ns.exports, Ty = ["innerHTML"], By = {
|
|
21705
21709
|
key: 0,
|
|
21706
21710
|
class: "mt-1 text-xs text-slate-400"
|
|
21707
21711
|
}, xl = /* @__PURE__ */ me({
|
|
@@ -21723,7 +21727,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21723
21727
|
if (o.notification.created_at) {
|
|
21724
21728
|
const a = Yt.fromISO(o.notification.created_at, {
|
|
21725
21729
|
zone: "utc"
|
|
21726
|
-
}).diff(r.value).milliseconds, u =
|
|
21730
|
+
}).diff(r.value).milliseconds, u = Ay(a, {
|
|
21727
21731
|
language: n.locale.value,
|
|
21728
21732
|
round: !0,
|
|
21729
21733
|
largest: 1
|
|
@@ -21739,11 +21743,11 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21739
21743
|
D("div", {
|
|
21740
21744
|
class: "text-sm leading-tight text-slate-800",
|
|
21741
21745
|
innerHTML: e.notification.text
|
|
21742
|
-
}, null, 8,
|
|
21743
|
-
P(l) ? (U(), te("p",
|
|
21746
|
+
}, null, 8, Ty),
|
|
21747
|
+
P(l) ? (U(), te("p", By, ke(P(l)), 1)) : we("", !0)
|
|
21744
21748
|
], 2));
|
|
21745
21749
|
}
|
|
21746
|
-
}),
|
|
21750
|
+
}), Iy = { key: 1 }, Ny = /* @__PURE__ */ me({
|
|
21747
21751
|
__name: "BaseLayoutNotificationItem",
|
|
21748
21752
|
props: {
|
|
21749
21753
|
notification: {
|
|
@@ -21780,7 +21784,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21780
21784
|
}, 1032, ["href", "onClick"])
|
|
21781
21785
|
]),
|
|
21782
21786
|
_: 1
|
|
21783
|
-
}, 8, ["to"])) : (U(), te("div",
|
|
21787
|
+
}, 8, ["to"])) : (U(), te("div", Iy, [
|
|
21784
21788
|
de(P(En), {
|
|
21785
21789
|
as: "button",
|
|
21786
21790
|
class: "w-full text-left",
|
|
@@ -21797,13 +21801,13 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21797
21801
|
]));
|
|
21798
21802
|
};
|
|
21799
21803
|
}
|
|
21800
|
-
}),
|
|
21804
|
+
}), Cy = {
|
|
21801
21805
|
key: 0,
|
|
21802
21806
|
class: "flex items-center justify-center p-6"
|
|
21803
|
-
},
|
|
21807
|
+
}, Ly = { class: "" }, Py = { class: "text-center text-sm text-slate-700" }, $y = {
|
|
21804
21808
|
key: 1,
|
|
21805
21809
|
class: "mt-1 border-t border-slate-200 pt-1"
|
|
21806
|
-
},
|
|
21810
|
+
}, My = { class: "hover block px-3 py-2 text-center text-sm font-medium text-primary-600 hover:bg-slate-100" }, rs = /* @__PURE__ */ me({
|
|
21807
21811
|
__name: "BaseLayoutNotificationDropdown",
|
|
21808
21812
|
props: {
|
|
21809
21813
|
notificationsConfig: {
|
|
@@ -21848,21 +21852,21 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21848
21852
|
], 2)
|
|
21849
21853
|
]),
|
|
21850
21854
|
items: ve(() => [
|
|
21851
|
-
(U(!0), te(Le, null, qe(e.notificationsConfig.items, (m) => (U(), Se(
|
|
21855
|
+
(U(!0), te(Le, null, qe(e.notificationsConfig.items, (m) => (U(), Se(Ny, {
|
|
21852
21856
|
key: m.id + "link",
|
|
21853
21857
|
notification: m,
|
|
21854
21858
|
onClick: i
|
|
21855
21859
|
}, null, 8, ["notification"]))), 128)),
|
|
21856
|
-
e.notificationsConfig.items.length == 0 ? (U(), te("div",
|
|
21857
|
-
D("div",
|
|
21860
|
+
e.notificationsConfig.items.length == 0 ? (U(), te("div", Cy, [
|
|
21861
|
+
D("div", Ly, [
|
|
21858
21862
|
de(P(je), {
|
|
21859
21863
|
icon: "heroicons:inbox-stack",
|
|
21860
21864
|
class: "mx-auto mb-2 h-8 w-8 text-slate-400"
|
|
21861
21865
|
}),
|
|
21862
|
-
D("p",
|
|
21866
|
+
D("p", Py, ke(a.$t("sui.notifications_empty")), 1)
|
|
21863
21867
|
])
|
|
21864
21868
|
])) : we("", !0),
|
|
21865
|
-
e.notificationsConfig.footerTo ? (U(), te("div",
|
|
21869
|
+
e.notificationsConfig.footerTo ? (U(), te("div", $y, [
|
|
21866
21870
|
de(p, {
|
|
21867
21871
|
custom: "",
|
|
21868
21872
|
to: e.notificationsConfig.footerTo
|
|
@@ -21874,7 +21878,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21874
21878
|
onClick: v
|
|
21875
21879
|
}, {
|
|
21876
21880
|
default: ve(() => [
|
|
21877
|
-
D("div",
|
|
21881
|
+
D("div", My, ke(e.notificationsConfig.footerLabel ? e.notificationsConfig.footerLabel : a.$t("sui.see_all_notifications")), 1)
|
|
21878
21882
|
]),
|
|
21879
21883
|
_: 2
|
|
21880
21884
|
}, 1032, ["href", "onClick"])
|
|
@@ -21887,7 +21891,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21887
21891
|
}, 8, ["position", "menu-class"]);
|
|
21888
21892
|
};
|
|
21889
21893
|
}
|
|
21890
|
-
}),
|
|
21894
|
+
}), jy = { class: "flex h-16 justify-between" }, qy = { class: "flex justify-center" }, Ry = ["src", "alt"], Dy = { class: "ml-10 hidden space-x-4 md:flex" }, Fy = { class: "flex items-center md:ml-6" }, Uy = { class: "space-y-1 p-2 pt-0" }, zy = { class: "p-2 pb-6" }, Vy = { class: "mt-4 space-y-1" }, Hy = /* @__PURE__ */ me({
|
|
21891
21895
|
__name: "BaseLayoutStackedConfigurable",
|
|
21892
21896
|
props: {
|
|
21893
21897
|
appName: {
|
|
@@ -21931,8 +21935,8 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21931
21935
|
const a = Ke("router-link");
|
|
21932
21936
|
return U(), Se(ts, { dark: e.dark }, {
|
|
21933
21937
|
navbar: ve(() => [
|
|
21934
|
-
D("div",
|
|
21935
|
-
D("div",
|
|
21938
|
+
D("div", jy, [
|
|
21939
|
+
D("div", qy, [
|
|
21936
21940
|
de(a, {
|
|
21937
21941
|
to: "/",
|
|
21938
21942
|
class: "flex flex-shrink-0 items-center p-2 pl-0"
|
|
@@ -21942,11 +21946,11 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21942
21946
|
class: "block h-8 w-auto",
|
|
21943
21947
|
src: e.logoUrl,
|
|
21944
21948
|
alt: e.appName
|
|
21945
|
-
}, null, 8,
|
|
21949
|
+
}, null, 8, Ry)
|
|
21946
21950
|
]),
|
|
21947
21951
|
_: 1
|
|
21948
21952
|
}),
|
|
21949
|
-
D("div",
|
|
21953
|
+
D("div", Dy, [
|
|
21950
21954
|
(U(!0), te(Le, null, qe(e.menu, (u) => (U(), Se(Va, {
|
|
21951
21955
|
key: u.label,
|
|
21952
21956
|
item: u,
|
|
@@ -21954,7 +21958,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21954
21958
|
}, null, 8, ["item", "dark"]))), 128))
|
|
21955
21959
|
])
|
|
21956
21960
|
]),
|
|
21957
|
-
D("div",
|
|
21961
|
+
D("div", Fy, [
|
|
21958
21962
|
e.notifications ? (U(), Se(rs, {
|
|
21959
21963
|
key: 0,
|
|
21960
21964
|
class: "mr-4 md:mr-5",
|
|
@@ -21984,7 +21988,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21984
21988
|
])
|
|
21985
21989
|
]),
|
|
21986
21990
|
mobile: ve(() => [
|
|
21987
|
-
D("div",
|
|
21991
|
+
D("div", Uy, [
|
|
21988
21992
|
(U(!0), te(Le, null, qe(e.menu, (u) => (U(), Se(mo, {
|
|
21989
21993
|
key: u.label,
|
|
21990
21994
|
item: u,
|
|
@@ -21994,14 +21998,14 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
21994
21998
|
D("hr", {
|
|
21995
21999
|
class: ue(["mb-4 mt-2", [e.dark ? "border-slate-700" : "border-slate-200"]])
|
|
21996
22000
|
}, null, 2),
|
|
21997
|
-
D("div",
|
|
22001
|
+
D("div", zy, [
|
|
21998
22002
|
de(Jn, {
|
|
21999
22003
|
user: e.user,
|
|
22000
22004
|
"show-details": "",
|
|
22001
22005
|
size: "base",
|
|
22002
22006
|
class: ue(["px-3", e.dark ? "text-white" : ""])
|
|
22003
22007
|
}, null, 8, ["user", "class"]),
|
|
22004
|
-
D("div",
|
|
22008
|
+
D("div", Vy, [
|
|
22005
22009
|
(U(!0), te(Le, null, qe(e.userMenu, (u) => (U(), Se(mo, {
|
|
22006
22010
|
key: u.label,
|
|
22007
22011
|
item: u,
|
|
@@ -22017,13 +22021,13 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22017
22021
|
}, 8, ["dark"]);
|
|
22018
22022
|
};
|
|
22019
22023
|
}
|
|
22020
|
-
}),
|
|
22024
|
+
}), Ky = { class: "min-h-full" }, Gy = /* @__PURE__ */ D("div", { class: "fixed inset-0 bg-slate-600 bg-opacity-75" }, null, -1), Wy = { class: "fixed inset-0 z-40 flex" }, Yy = { class: "absolute top-0 right-0 -mr-12 pt-2" }, Qy = /* @__PURE__ */ D("span", { class: "sr-only" }, "Close sidebar", -1), Zy = { class: "flex flex-shrink-0 items-center px-4" }, Xy = ["src", "alt"], Jy = {
|
|
22021
22025
|
"data-scroll-lock-scrollable": "",
|
|
22022
22026
|
class: "mt-5 h-0 flex-1 overflow-y-auto"
|
|
22023
|
-
},
|
|
22027
|
+
}, eg = /* @__PURE__ */ D("div", {
|
|
22024
22028
|
class: "w-14 flex-shrink-0",
|
|
22025
22029
|
"aria-hidden": "true"
|
|
22026
|
-
}, null, -1),
|
|
22030
|
+
}, null, -1), tg = { class: "flex min-h-full flex-col xl:pl-64" }, ng = { class: "sticky top-0 left-0 z-10 shrink-0 shadow" }, rg = { class: "flex h-16 bg-white" }, ig = /* @__PURE__ */ D("span", { class: "sr-only" }, "Open sidebar", -1), og = { class: "flex flex-1" }, lg = { class: "relative min-h-full flex-1" }, ag = { class: "z-10 hidden xl:fixed xl:inset-y-0 xl:flex xl:w-64 xl:flex-col" }, sg = ["src", "alt"], ug = { class: "flex flex-1" }, cg = { class: "flex-1" }, is = /* @__PURE__ */ me({
|
|
22027
22031
|
__name: "BaseLayoutSidebar",
|
|
22028
22032
|
props: {
|
|
22029
22033
|
appName: {
|
|
@@ -22050,7 +22054,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22050
22054
|
function a() {
|
|
22051
22055
|
r.value = !1;
|
|
22052
22056
|
}
|
|
22053
|
-
return $e("toggleMenu", i), $e("openMenu", l), $e("closeMenu", a), (u, p) => (U(), te("div",
|
|
22057
|
+
return $e("toggleMenu", i), $e("openMenu", l), $e("closeMenu", a), (u, p) => (U(), te("div", Ky, [
|
|
22054
22058
|
de(P(_a), {
|
|
22055
22059
|
as: "template",
|
|
22056
22060
|
show: r.value
|
|
@@ -22072,11 +22076,11 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22072
22076
|
"leave-to": "opacity-0"
|
|
22073
22077
|
}, {
|
|
22074
22078
|
default: ve(() => [
|
|
22075
|
-
|
|
22079
|
+
Gy
|
|
22076
22080
|
]),
|
|
22077
22081
|
_: 1
|
|
22078
22082
|
}),
|
|
22079
|
-
D("div",
|
|
22083
|
+
D("div", Wy, [
|
|
22080
22084
|
de(P(Nr), {
|
|
22081
22085
|
as: "template",
|
|
22082
22086
|
enter: "transition ease-in-out duration-300 transform",
|
|
@@ -22101,13 +22105,13 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22101
22105
|
"leave-to": "opacity-0"
|
|
22102
22106
|
}, {
|
|
22103
22107
|
default: ve(() => [
|
|
22104
|
-
D("div",
|
|
22108
|
+
D("div", Yy, [
|
|
22105
22109
|
D("button", {
|
|
22106
22110
|
type: "button",
|
|
22107
22111
|
class: "ml-1 flex h-10 w-10 items-center justify-center rounded-full",
|
|
22108
22112
|
onClick: p[0] || (p[0] = (m) => r.value = !1)
|
|
22109
22113
|
}, [
|
|
22110
|
-
|
|
22114
|
+
Qy,
|
|
22111
22115
|
de(P(je), {
|
|
22112
22116
|
icon: "heroicons:x-mark",
|
|
22113
22117
|
class: "h-6 w-6 text-white",
|
|
@@ -22118,14 +22122,14 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22118
22122
|
]),
|
|
22119
22123
|
_: 1
|
|
22120
22124
|
}),
|
|
22121
|
-
D("div",
|
|
22125
|
+
D("div", Zy, [
|
|
22122
22126
|
D("img", {
|
|
22123
22127
|
class: "block h-8 w-auto",
|
|
22124
22128
|
src: e.logoUrl,
|
|
22125
22129
|
alt: e.appName
|
|
22126
|
-
}, null, 8,
|
|
22130
|
+
}, null, 8, Xy)
|
|
22127
22131
|
]),
|
|
22128
|
-
D("div",
|
|
22132
|
+
D("div", Jy, [
|
|
22129
22133
|
D("nav", null, [
|
|
22130
22134
|
_e(u.$slots, "menu")
|
|
22131
22135
|
])
|
|
@@ -22136,7 +22140,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22136
22140
|
]),
|
|
22137
22141
|
_: 3
|
|
22138
22142
|
}),
|
|
22139
|
-
|
|
22143
|
+
eg
|
|
22140
22144
|
])
|
|
22141
22145
|
]),
|
|
22142
22146
|
_: 3
|
|
@@ -22144,8 +22148,8 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22144
22148
|
]),
|
|
22145
22149
|
_: 3
|
|
22146
22150
|
}, 8, ["show"]),
|
|
22147
|
-
D("div",
|
|
22148
|
-
D("div",
|
|
22151
|
+
D("div", tg, [
|
|
22152
|
+
D("div", ng, [
|
|
22149
22153
|
(U(!0), te(Le, null, qe(P(n), (m) => (U(), Se(zo, {
|
|
22150
22154
|
key: m.id,
|
|
22151
22155
|
color: m.color,
|
|
@@ -22159,29 +22163,29 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22159
22163
|
]),
|
|
22160
22164
|
_: 2
|
|
22161
22165
|
}, 1032, ["color", "to", "action", "closable", "onClose"]))), 128)),
|
|
22162
|
-
D("div",
|
|
22166
|
+
D("div", rg, [
|
|
22163
22167
|
D("button", {
|
|
22164
22168
|
type: "button",
|
|
22165
22169
|
class: "border-r border-slate-200 px-4 text-slate-500 xl:hidden",
|
|
22166
22170
|
onClick: p[2] || (p[2] = (m) => r.value = !0)
|
|
22167
22171
|
}, [
|
|
22168
|
-
|
|
22172
|
+
ig,
|
|
22169
22173
|
de(P(je), {
|
|
22170
22174
|
icon: "heroicons:bars-3-bottom-left",
|
|
22171
22175
|
class: "h-6 w-6",
|
|
22172
22176
|
"aria-hidden": "true"
|
|
22173
22177
|
})
|
|
22174
22178
|
]),
|
|
22175
|
-
D("div",
|
|
22179
|
+
D("div", og, [
|
|
22176
22180
|
_e(u.$slots, "navbar")
|
|
22177
22181
|
])
|
|
22178
22182
|
])
|
|
22179
22183
|
]),
|
|
22180
|
-
D("main",
|
|
22184
|
+
D("main", lg, [
|
|
22181
22185
|
_e(u.$slots, "default")
|
|
22182
22186
|
])
|
|
22183
22187
|
]),
|
|
22184
|
-
D("div",
|
|
22188
|
+
D("div", ag, [
|
|
22185
22189
|
D("div", {
|
|
22186
22190
|
class: ue(["flex min-h-0 flex-1 flex-col", [e.dark ? "bg-slate-800" : "bg-white shadow"]])
|
|
22187
22191
|
}, [
|
|
@@ -22192,10 +22196,10 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22192
22196
|
class: "block h-8 w-auto",
|
|
22193
22197
|
src: e.logoUrl,
|
|
22194
22198
|
alt: e.appName
|
|
22195
|
-
}, null, 8,
|
|
22199
|
+
}, null, 8, sg)
|
|
22196
22200
|
], 2),
|
|
22197
|
-
D("div",
|
|
22198
|
-
D("nav",
|
|
22201
|
+
D("div", ug, [
|
|
22202
|
+
D("nav", cg, [
|
|
22199
22203
|
_e(u.$slots, "menu")
|
|
22200
22204
|
])
|
|
22201
22205
|
])
|
|
@@ -22203,7 +22207,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22203
22207
|
])
|
|
22204
22208
|
]));
|
|
22205
22209
|
}
|
|
22206
|
-
}),
|
|
22210
|
+
}), fg = { class: "px-3 py-6" }, dg = { class: "space-y-8" }, hg = { class: "space-y-1" }, pg = { class: "flex flex-1 justify-between px-4" }, vg = /* @__PURE__ */ D("div", { class: "flex flex-1" }, null, -1), mg = { class: "ml-4 flex items-center md:ml-6" }, yg = { class: "relative ml-3 mr-3" }, gg = /* @__PURE__ */ me({
|
|
22207
22211
|
__name: "BaseLayoutSidebarConfigurable",
|
|
22208
22212
|
props: {
|
|
22209
22213
|
appName: {
|
|
@@ -22255,8 +22259,8 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22255
22259
|
dark: e.dark
|
|
22256
22260
|
}, {
|
|
22257
22261
|
menu: ve(() => [
|
|
22258
|
-
D("div",
|
|
22259
|
-
D("div",
|
|
22262
|
+
D("div", fg, [
|
|
22263
|
+
D("div", dg, [
|
|
22260
22264
|
(U(!0), te(Le, null, qe(P(r), (p) => (U(), te("div", {
|
|
22261
22265
|
key: p.title
|
|
22262
22266
|
}, [
|
|
@@ -22265,7 +22269,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22265
22269
|
class: ue(["mb-3 pl-3 text-xs font-semibold uppercase tracking-widest", e.dark ? "text-slate-400" : "text-slate-500"])
|
|
22266
22270
|
}, ke(p.title), 3)) : we("", !0),
|
|
22267
22271
|
D("div", null, [
|
|
22268
|
-
D("div",
|
|
22272
|
+
D("div", hg, [
|
|
22269
22273
|
(U(!0), te(Le, null, qe(p.actions, (m) => (U(), Se(mo, {
|
|
22270
22274
|
key: m.label,
|
|
22271
22275
|
item: m,
|
|
@@ -22278,9 +22282,9 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22278
22282
|
])
|
|
22279
22283
|
]),
|
|
22280
22284
|
navbar: ve(() => [
|
|
22281
|
-
D("div",
|
|
22282
|
-
|
|
22283
|
-
D("div",
|
|
22285
|
+
D("div", pg, [
|
|
22286
|
+
vg,
|
|
22287
|
+
D("div", mg, [
|
|
22284
22288
|
e.notifications ? (U(), Se(rs, {
|
|
22285
22289
|
key: 0,
|
|
22286
22290
|
"notifications-config": e.notifications,
|
|
@@ -22288,7 +22292,7 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22288
22292
|
onClick: i,
|
|
22289
22293
|
onOpen: l
|
|
22290
22294
|
}, null, 8, ["notifications-config"])) : we("", !0),
|
|
22291
|
-
D("div",
|
|
22295
|
+
D("div", yg, [
|
|
22292
22296
|
de(In, { items: e.userMenu }, {
|
|
22293
22297
|
button: ve(({ open: p }) => [
|
|
22294
22298
|
D("div", {
|
|
@@ -22338,62 +22342,62 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22338
22342
|
BaseCounter: rr,
|
|
22339
22343
|
BaseDataIterator: Ta,
|
|
22340
22344
|
BaseDataTable: jh,
|
|
22341
|
-
BaseDatePicker:
|
|
22342
|
-
BaseDateSelect:
|
|
22343
|
-
BaseDescriptionList:
|
|
22344
|
-
BaseDescriptionListItem:
|
|
22345
|
+
BaseDatePicker: Fh,
|
|
22346
|
+
BaseDateSelect: np,
|
|
22347
|
+
BaseDescriptionList: op,
|
|
22348
|
+
BaseDescriptionListItem: ap,
|
|
22345
22349
|
BaseDialog: zl,
|
|
22346
|
-
BaseDropdown:
|
|
22350
|
+
BaseDropdown: up,
|
|
22347
22351
|
BaseField: La,
|
|
22348
|
-
BaseFieldI18n:
|
|
22352
|
+
BaseFieldI18n: Tp,
|
|
22349
22353
|
BaseFilePicker: $a,
|
|
22350
22354
|
BaseFileUploader: ja,
|
|
22351
|
-
BaseForm:
|
|
22352
|
-
BaseHasMany:
|
|
22355
|
+
BaseForm: Wp,
|
|
22356
|
+
BaseHasMany: sv,
|
|
22353
22357
|
BaseIcon: je,
|
|
22354
22358
|
BaseInput: uo,
|
|
22355
22359
|
BaseInputLabel: Ca,
|
|
22356
22360
|
BaseLoadingCover: Ma,
|
|
22357
22361
|
BaseMediaItem: po,
|
|
22358
|
-
BaseMediaLibrary:
|
|
22362
|
+
BaseMediaLibrary: Ov,
|
|
22359
22363
|
BaseMediaPreview: Fa,
|
|
22360
22364
|
BaseMenu: In,
|
|
22361
22365
|
BaseMenuItem: Cr,
|
|
22362
|
-
BaseModalCenter:
|
|
22366
|
+
BaseModalCenter: Bv,
|
|
22363
22367
|
BaseModalSide: Aa,
|
|
22364
22368
|
BaseNavbar: Ua,
|
|
22365
22369
|
BaseNavbarItem: Va,
|
|
22366
22370
|
BaseNavbarItemContent: za,
|
|
22367
22371
|
BasePagination: xa,
|
|
22368
|
-
BasePanel:
|
|
22369
|
-
BasePassword:
|
|
22370
|
-
BaseProgressCircle:
|
|
22371
|
-
BaseRadioGroup:
|
|
22372
|
-
BaseReadMore:
|
|
22373
|
-
BaseRichText:
|
|
22374
|
-
BaseSelect:
|
|
22375
|
-
BaseShortcut:
|
|
22376
|
-
BaseSideNavigation:
|
|
22377
|
-
BaseSideNavigationItem:
|
|
22372
|
+
BasePanel: zv,
|
|
22373
|
+
BasePassword: Gv,
|
|
22374
|
+
BaseProgressCircle: em,
|
|
22375
|
+
BaseRadioGroup: om,
|
|
22376
|
+
BaseReadMore: am,
|
|
22377
|
+
BaseRichText: _m,
|
|
22378
|
+
BaseSelect: Sm,
|
|
22379
|
+
BaseShortcut: Im,
|
|
22380
|
+
BaseSideNavigation: jm,
|
|
22381
|
+
BaseSideNavigationItem: Rm,
|
|
22378
22382
|
BaseSkeleton: pn,
|
|
22379
|
-
BaseStatistic:
|
|
22380
|
-
BaseSwitch:
|
|
22383
|
+
BaseStatistic: Gm,
|
|
22384
|
+
BaseSwitch: Ym,
|
|
22381
22385
|
BaseSystemAlert: zo,
|
|
22382
|
-
BaseTabs:
|
|
22383
|
-
BaseTabItem:
|
|
22386
|
+
BaseTabs: oy,
|
|
22387
|
+
BaseTabItem: uy,
|
|
22384
22388
|
BaseTagAutocomplete: Ra,
|
|
22385
22389
|
BaseTagAutocompleteFetch: Da,
|
|
22386
22390
|
BaseTable: Ia,
|
|
22387
22391
|
BaseTableColumn: Na,
|
|
22388
22392
|
BaseTextarea: co,
|
|
22389
|
-
BaseTextareaAutoresize:
|
|
22390
|
-
BaseTimeline:
|
|
22393
|
+
BaseTextareaAutoresize: fy,
|
|
22394
|
+
BaseTimeline: ky,
|
|
22391
22395
|
BaseTimelineItem: Ja,
|
|
22392
22396
|
BaseLayoutStacked: ts,
|
|
22393
|
-
BaseLayoutStackedConfigurable:
|
|
22397
|
+
BaseLayoutStackedConfigurable: Hy,
|
|
22394
22398
|
BaseLayoutSidebar: is,
|
|
22395
|
-
BaseLayoutSidebarConfigurable:
|
|
22396
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
22399
|
+
BaseLayoutSidebarConfigurable: gg
|
|
22400
|
+
}, Symbol.toStringTag, { value: "Module" })), bg = {
|
|
22397
22401
|
and: "and",
|
|
22398
22402
|
apply_filters: "Apply filters",
|
|
22399
22403
|
autocomplete_placeholder: "Type to start your search",
|
|
@@ -22455,8 +22459,8 @@ const Ty = ns.exports, By = ["innerHTML"], Iy = {
|
|
|
22455
22459
|
you_can_upload_up_to_n_files: "You can upload one file at most|You can upload up to {count} files",
|
|
22456
22460
|
you_cannot_select_more_than_x_items: "You can't select more than one item|You can't select more than {count} items"
|
|
22457
22461
|
}, os = {
|
|
22458
|
-
sui:
|
|
22459
|
-
},
|
|
22462
|
+
sui: bg
|
|
22463
|
+
}, wg = {
|
|
22460
22464
|
and: "et",
|
|
22461
22465
|
apply_filters: "Appliquer les filtres",
|
|
22462
22466
|
autocomplete_placeholder: "Tapez pour lancer votre recherche",
|
|
@@ -22521,12 +22525,12 @@ Cette action est irr\xE9versible.`,
|
|
|
22521
22525
|
you_can_upload_up_to_n_files: "Vous pouvez t\xE9l\xE9charger un fichier au maximum|Vous pouvez t\xE9l\xE9charger jusqu'\xE0 {count}\xA0fichiers",
|
|
22522
22526
|
you_cannot_select_more_than_x_items: "Vous ne pouvez pas s\xE9lectionner plus de un \xE9l\xE9ment|Vous ne pouvez pas s\xE9lectionner plus de {count} \xE9l\xE9ments"
|
|
22523
22527
|
}, ls = {
|
|
22524
|
-
sui:
|
|
22528
|
+
sui: wg
|
|
22525
22529
|
};
|
|
22526
|
-
const
|
|
22530
|
+
const kg = 100, Pg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22527
22531
|
__proto__: null,
|
|
22528
|
-
MAGIC_NUM:
|
|
22529
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
22532
|
+
MAGIC_NUM: kg
|
|
22533
|
+
}, Symbol.toStringTag, { value: "Module" })), $g = { en: os, fr: ls }, Ve = {
|
|
22530
22534
|
i18n: vs({
|
|
22531
22535
|
locale: "en",
|
|
22532
22536
|
fallbackLocale: "en",
|
|
@@ -22548,12 +22552,12 @@ const _g = 100, $g = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
|
|
|
22548
22552
|
return Ho.parse(e);
|
|
22549
22553
|
}
|
|
22550
22554
|
};
|
|
22551
|
-
function
|
|
22555
|
+
function _g(e, o) {
|
|
22552
22556
|
for (const n in Sl)
|
|
22553
22557
|
e.component(n, Sl[n]);
|
|
22554
22558
|
o != null && o.i18n && (Ve.i18n = o.i18n), o != null && o.http && (Ve.http = o.http), o != null && o.locales && (Ve.locales = o.locales), o != null && o.upload_url && (Ve.upload_url = o.upload_url), o != null && o.formatQueryString && (Ve.formatQueryString = o.formatQueryString), o != null && o.parseQueryString && (Ve.parseQueryString = o.parseQueryString);
|
|
22555
22559
|
}
|
|
22556
|
-
const
|
|
22560
|
+
const Mg = { install: _g };
|
|
22557
22561
|
export {
|
|
22558
22562
|
$r as BaseActionItem,
|
|
22559
22563
|
wo as BaseAlert,
|
|
@@ -22579,68 +22583,68 @@ export {
|
|
|
22579
22583
|
rr as BaseCounter,
|
|
22580
22584
|
Ta as BaseDataIterator,
|
|
22581
22585
|
jh as BaseDataTable,
|
|
22582
|
-
|
|
22583
|
-
|
|
22584
|
-
|
|
22585
|
-
|
|
22586
|
+
Fh as BaseDatePicker,
|
|
22587
|
+
np as BaseDateSelect,
|
|
22588
|
+
op as BaseDescriptionList,
|
|
22589
|
+
ap as BaseDescriptionListItem,
|
|
22586
22590
|
zl as BaseDialog,
|
|
22587
|
-
|
|
22591
|
+
up as BaseDropdown,
|
|
22588
22592
|
La as BaseField,
|
|
22589
|
-
|
|
22593
|
+
Tp as BaseFieldI18n,
|
|
22590
22594
|
$a as BaseFilePicker,
|
|
22591
22595
|
ja as BaseFileUploader,
|
|
22592
|
-
|
|
22593
|
-
|
|
22596
|
+
Wp as BaseForm,
|
|
22597
|
+
sv as BaseHasMany,
|
|
22594
22598
|
je as BaseIcon,
|
|
22595
22599
|
uo as BaseInput,
|
|
22596
22600
|
Ca as BaseInputLabel,
|
|
22597
22601
|
is as BaseLayoutSidebar,
|
|
22598
|
-
|
|
22602
|
+
gg as BaseLayoutSidebarConfigurable,
|
|
22599
22603
|
ts as BaseLayoutStacked,
|
|
22600
|
-
|
|
22604
|
+
Hy as BaseLayoutStackedConfigurable,
|
|
22601
22605
|
Ma as BaseLoadingCover,
|
|
22602
22606
|
po as BaseMediaItem,
|
|
22603
|
-
|
|
22607
|
+
Ov as BaseMediaLibrary,
|
|
22604
22608
|
Fa as BaseMediaPreview,
|
|
22605
22609
|
In as BaseMenu,
|
|
22606
22610
|
Cr as BaseMenuItem,
|
|
22607
|
-
|
|
22611
|
+
Bv as BaseModalCenter,
|
|
22608
22612
|
Aa as BaseModalSide,
|
|
22609
22613
|
Ua as BaseNavbar,
|
|
22610
22614
|
Va as BaseNavbarItem,
|
|
22611
22615
|
za as BaseNavbarItemContent,
|
|
22612
22616
|
xa as BasePagination,
|
|
22613
|
-
|
|
22614
|
-
|
|
22615
|
-
|
|
22616
|
-
|
|
22617
|
-
|
|
22618
|
-
|
|
22619
|
-
|
|
22620
|
-
|
|
22621
|
-
|
|
22622
|
-
|
|
22617
|
+
zv as BasePanel,
|
|
22618
|
+
Gv as BasePassword,
|
|
22619
|
+
em as BaseProgressCircle,
|
|
22620
|
+
om as BaseRadioGroup,
|
|
22621
|
+
am as BaseReadMore,
|
|
22622
|
+
_m as BaseRichText,
|
|
22623
|
+
Sm as BaseSelect,
|
|
22624
|
+
Im as BaseShortcut,
|
|
22625
|
+
jm as BaseSideNavigation,
|
|
22626
|
+
Rm as BaseSideNavigationItem,
|
|
22623
22627
|
pn as BaseSkeleton,
|
|
22624
|
-
|
|
22625
|
-
|
|
22628
|
+
Gm as BaseStatistic,
|
|
22629
|
+
Ym as BaseSwitch,
|
|
22626
22630
|
zo as BaseSystemAlert,
|
|
22627
|
-
|
|
22631
|
+
uy as BaseTabItem,
|
|
22628
22632
|
Ia as BaseTable,
|
|
22629
22633
|
Na as BaseTableColumn,
|
|
22630
|
-
|
|
22634
|
+
oy as BaseTabs,
|
|
22631
22635
|
Ra as BaseTagAutocomplete,
|
|
22632
22636
|
Da as BaseTagAutocompleteFetch,
|
|
22633
22637
|
co as BaseTextarea,
|
|
22634
|
-
|
|
22635
|
-
|
|
22638
|
+
fy as BaseTextareaAutoresize,
|
|
22639
|
+
ky as BaseTimeline,
|
|
22636
22640
|
Ja as BaseTimelineItem,
|
|
22637
|
-
|
|
22641
|
+
Pg as MyConstants,
|
|
22638
22642
|
Ve as config,
|
|
22639
|
-
|
|
22643
|
+
Mg as default,
|
|
22640
22644
|
Bo as disableScroll,
|
|
22641
22645
|
Io as enableScroll,
|
|
22642
22646
|
qo as fileSizeFormat,
|
|
22643
|
-
|
|
22647
|
+
$g as messages,
|
|
22644
22648
|
ud as toHumanList,
|
|
22645
22649
|
Ao as useDialogsStore,
|
|
22646
22650
|
Nn as useNotificationsStore,
|