sprintify-ui 0.6.9 → 0.6.10
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
CHANGED
|
@@ -19804,7 +19804,7 @@ function KD(n) {
|
|
|
19804
19804
|
function QD(n, t = "data:application/octet-stream") {
|
|
19805
19805
|
return n.match(/^data:.*\/.*;base64,/) || (n = `${t};base64,${n}`), n;
|
|
19806
19806
|
}
|
|
19807
|
-
async function
|
|
19807
|
+
async function u4(n, t = "data:application/octet-stream") {
|
|
19808
19808
|
return n = QD(n, t), (await fetch(n)).blob();
|
|
19809
19809
|
}
|
|
19810
19810
|
class ty {
|
|
@@ -33465,7 +33465,10 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33465
33465
|
], 2)
|
|
33466
33466
|
], 2));
|
|
33467
33467
|
}
|
|
33468
|
-
}), WP = { class: "flex group relative" }, GP = { class: "space-y-px" },
|
|
33468
|
+
}), WP = { class: "flex group relative" }, GP = { class: "space-y-px" }, YP = {
|
|
33469
|
+
key: 0,
|
|
33470
|
+
class: "-mx-1 my-1 flex h-px bg-slate-200"
|
|
33471
|
+
}, hb = /* @__PURE__ */ Se({
|
|
33469
33472
|
__name: "BaseNavbarItem",
|
|
33470
33473
|
props: {
|
|
33471
33474
|
item: {
|
|
@@ -33513,30 +33516,36 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33513
33516
|
})
|
|
33514
33517
|
}, [
|
|
33515
33518
|
B("div", GP, [
|
|
33516
|
-
(P(!0), G(Qe, null, ct(n.item.actions, (l) =>
|
|
33517
|
-
|
|
33518
|
-
|
|
33519
|
-
|
|
33520
|
-
|
|
33521
|
-
|
|
33522
|
-
|
|
33523
|
-
|
|
33524
|
-
|
|
33525
|
-
|
|
33526
|
-
|
|
33527
|
-
|
|
33528
|
-
|
|
33529
|
-
|
|
33530
|
-
|
|
33531
|
-
|
|
33519
|
+
(P(!0), G(Qe, null, ct(n.item.actions, (l) => {
|
|
33520
|
+
var s;
|
|
33521
|
+
return P(), G("div", {
|
|
33522
|
+
key: l.label
|
|
33523
|
+
}, [
|
|
33524
|
+
(s = l.meta) != null && s.line ? (P(), G("div", YP)) : (P(), Re(Pi, {
|
|
33525
|
+
key: 1,
|
|
33526
|
+
item: l
|
|
33527
|
+
}, {
|
|
33528
|
+
default: we(() => [
|
|
33529
|
+
Ee(la, {
|
|
33530
|
+
size: n.size == "xs" ? "xs" : "sm",
|
|
33531
|
+
label: l.label,
|
|
33532
|
+
count: l.count,
|
|
33533
|
+
icon: l.icon,
|
|
33534
|
+
description: l.description
|
|
33535
|
+
}, null, 8, ["size", "label", "count", "icon", "description"])
|
|
33536
|
+
]),
|
|
33537
|
+
_: 2
|
|
33538
|
+
}, 1032, ["item"]))
|
|
33539
|
+
]);
|
|
33540
|
+
}), 128))
|
|
33532
33541
|
])
|
|
33533
33542
|
], 4)) : ke("", !0)
|
|
33534
33543
|
]));
|
|
33535
33544
|
}
|
|
33536
|
-
}),
|
|
33545
|
+
}), KP = { class: "group flex grow items-center" }, QP = {
|
|
33537
33546
|
key: 0,
|
|
33538
33547
|
class: "relative -top-px ml-[5px]"
|
|
33539
|
-
},
|
|
33548
|
+
}, ZP = /* @__PURE__ */ Se({
|
|
33540
33549
|
__name: "BaseNavbarSideItemContent",
|
|
33541
33550
|
props: {
|
|
33542
33551
|
label: {
|
|
@@ -33575,7 +33584,7 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33575
33584
|
return (i, o) => (P(), G("div", {
|
|
33576
33585
|
class: fe(D(e))
|
|
33577
33586
|
}, [
|
|
33578
|
-
B("div",
|
|
33587
|
+
B("div", KP, [
|
|
33579
33588
|
n.icon ? (P(), Re(D(tt), {
|
|
33580
33589
|
key: 0,
|
|
33581
33590
|
icon: n.icon,
|
|
@@ -33583,7 +33592,7 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33583
33592
|
}, null, 8, ["icon", "class"])) : ke("", !0),
|
|
33584
33593
|
B("span", null, Te(n.label), 1)
|
|
33585
33594
|
]),
|
|
33586
|
-
n.count ? (P(), G("div",
|
|
33595
|
+
n.count ? (P(), G("div", QP, [
|
|
33587
33596
|
Ee(Ao, {
|
|
33588
33597
|
size: n.size,
|
|
33589
33598
|
count: n.count,
|
|
@@ -33593,7 +33602,7 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33593
33602
|
])) : ke("", !0)
|
|
33594
33603
|
], 2));
|
|
33595
33604
|
}
|
|
33596
|
-
}),
|
|
33605
|
+
}), XP = {
|
|
33597
33606
|
key: 1,
|
|
33598
33607
|
class: "mt-1 sm:mt-2 mb-3"
|
|
33599
33608
|
}, Ca = /* @__PURE__ */ Se({
|
|
@@ -33635,7 +33644,7 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33635
33644
|
onClick: r
|
|
33636
33645
|
}, {
|
|
33637
33646
|
default: we(({ active: d }) => [
|
|
33638
|
-
Ee(
|
|
33647
|
+
Ee(ZP, {
|
|
33639
33648
|
label: n.item.label,
|
|
33640
33649
|
icon: n.item.icon,
|
|
33641
33650
|
active: d,
|
|
@@ -33646,7 +33655,7 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33646
33655
|
]),
|
|
33647
33656
|
_: 1
|
|
33648
33657
|
}, 8, ["item"])),
|
|
33649
|
-
D(o) && n.item.actions && n.item.actions.length ? (P(), G("div",
|
|
33658
|
+
D(o) && n.item.actions && n.item.actions.length ? (P(), G("div", XP, [
|
|
33650
33659
|
(P(!0), G(Qe, null, ct(n.item.actions, (d) => (P(), G("div", {
|
|
33651
33660
|
key: d.label
|
|
33652
33661
|
}, [
|
|
@@ -33672,7 +33681,7 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33672
33681
|
]);
|
|
33673
33682
|
};
|
|
33674
33683
|
}
|
|
33675
|
-
}),
|
|
33684
|
+
}), JP = Se({
|
|
33676
33685
|
props: {
|
|
33677
33686
|
title: {
|
|
33678
33687
|
required: !0,
|
|
@@ -33687,24 +33696,24 @@ const Df = /* @__PURE__ */ Se({
|
|
|
33687
33696
|
type: Boolean
|
|
33688
33697
|
}
|
|
33689
33698
|
}
|
|
33690
|
-
}),
|
|
33699
|
+
}), e3 = { class: "px-4 md:col-span-1 md:px-0" }, t3 = { class: "text-base font-semibold leading-6 text-slate-900" }, n3 = {
|
|
33691
33700
|
key: 0,
|
|
33692
33701
|
class: "mt-1 text-sm leading-normal font-light text-slate-600"
|
|
33693
|
-
},
|
|
33694
|
-
function
|
|
33702
|
+
}, r3 = { class: "mt-5 md:col-span-2 md:mt-0" };
|
|
33703
|
+
function i3(n, t, e, r, i, o) {
|
|
33695
33704
|
return P(), G("div", {
|
|
33696
33705
|
class: fe(["pb-8 md:grid md:grid-cols-3 md:gap-8", [n.bordered ? "mb-8 border-b border-slate-300" : ""]])
|
|
33697
33706
|
}, [
|
|
33698
|
-
B("div",
|
|
33699
|
-
B("h3",
|
|
33700
|
-
n.description ? (P(), G("p",
|
|
33707
|
+
B("div", e3, [
|
|
33708
|
+
B("h3", t3, Te(n.title), 1),
|
|
33709
|
+
n.description ? (P(), G("p", n3, Te(n.description), 1)) : ke("", !0)
|
|
33701
33710
|
]),
|
|
33702
|
-
B("div",
|
|
33711
|
+
B("div", r3, [
|
|
33703
33712
|
Ne(n.$slots, "default")
|
|
33704
33713
|
])
|
|
33705
33714
|
], 2);
|
|
33706
33715
|
}
|
|
33707
|
-
const
|
|
33716
|
+
const o3 = /* @__PURE__ */ ir(JP, [["render", i3]]), a3 = ["value", "type", "name", "disabled", "placeholder", "required"], l3 = { class: "flex shrink-0 pl-3" }, s3 = ["disabled"], u3 = /* @__PURE__ */ Se({
|
|
33708
33717
|
__name: "BasePassword",
|
|
33709
33718
|
props: {
|
|
33710
33719
|
modelValue: {
|
|
@@ -33772,8 +33781,8 @@ const i3 = /* @__PURE__ */ ir(XP, [["render", r3]]), o3 = ["value", "type", "nam
|
|
|
33772
33781
|
required: D(a),
|
|
33773
33782
|
class: "grow rounded-l rounded-r-none border-none focus:ring-2 focus:ring-primary-500 disabled:cursor-not-allowed",
|
|
33774
33783
|
onInput: d
|
|
33775
|
-
}, null, 40,
|
|
33776
|
-
B("div",
|
|
33784
|
+
}, null, 40, a3),
|
|
33785
|
+
B("div", l3, [
|
|
33777
33786
|
B("button", {
|
|
33778
33787
|
tabindex: "-1",
|
|
33779
33788
|
type: "button",
|
|
@@ -33790,11 +33799,11 @@ const i3 = /* @__PURE__ */ ir(XP, [["render", r3]]), o3 = ["value", "type", "nam
|
|
|
33790
33799
|
icon: "heroicons:eye-slash-20-solid",
|
|
33791
33800
|
class: "h-5 w-5"
|
|
33792
33801
|
}))
|
|
33793
|
-
], 8,
|
|
33802
|
+
], 8, s3)
|
|
33794
33803
|
])
|
|
33795
33804
|
], 2));
|
|
33796
33805
|
}
|
|
33797
|
-
}),
|
|
33806
|
+
}), c3 = Se({
|
|
33798
33807
|
props: {
|
|
33799
33808
|
radius: {
|
|
33800
33809
|
default: 10,
|
|
@@ -33824,8 +33833,8 @@ const i3 = /* @__PURE__ */ ir(XP, [["render", r3]]), o3 = ["value", "type", "nam
|
|
|
33824
33833
|
}
|
|
33825
33834
|
}
|
|
33826
33835
|
});
|
|
33827
|
-
const
|
|
33828
|
-
function
|
|
33836
|
+
const d3 = ["height", "width"], f3 = ["stroke-width", "r", "cx", "cy"], h3 = ["stroke-dasharray", "stroke-width", "r", "cx", "cy"], p3 = ["x", "y"];
|
|
33837
|
+
function m3(n, t, e, r, i, o) {
|
|
33829
33838
|
return P(), G("svg", {
|
|
33830
33839
|
height: n.radius * 2,
|
|
33831
33840
|
width: n.radius * 2
|
|
@@ -33838,7 +33847,7 @@ function p3(n, t, e, r, i, o) {
|
|
|
33838
33847
|
r: n.normalizedRadius,
|
|
33839
33848
|
cx: n.radius,
|
|
33840
33849
|
cy: n.radius
|
|
33841
|
-
}, null, 8,
|
|
33850
|
+
}, null, 8, f3),
|
|
33842
33851
|
B("circle", {
|
|
33843
33852
|
stroke: "currentColor",
|
|
33844
33853
|
"stroke-dasharray": `${n.circumference} ${n.circumference}`,
|
|
@@ -33848,17 +33857,17 @@ function p3(n, t, e, r, i, o) {
|
|
|
33848
33857
|
r: n.normalizedRadius,
|
|
33849
33858
|
cx: n.radius,
|
|
33850
33859
|
cy: n.radius
|
|
33851
|
-
}, null, 12,
|
|
33860
|
+
}, null, 12, h3),
|
|
33852
33861
|
B("text", {
|
|
33853
33862
|
"text-anchor": "middle",
|
|
33854
33863
|
"alignment-baseline": "middle",
|
|
33855
33864
|
x: n.radius,
|
|
33856
33865
|
y: n.radius + n.fontSize / 10,
|
|
33857
33866
|
style: it({ fontSize: n.fontSize + "px", fontWeight: 600 })
|
|
33858
|
-
}, Te(Math.round(n.progress * 100)) + "% ", 13,
|
|
33859
|
-
], 8,
|
|
33867
|
+
}, Te(Math.round(n.progress * 100)) + "% ", 13, p3)
|
|
33868
|
+
], 8, d3);
|
|
33860
33869
|
}
|
|
33861
|
-
const
|
|
33870
|
+
const g3 = /* @__PURE__ */ ir(c3, [["render", m3], ["__scopeId", "data-v-dc71b3cd"]]), v3 = { class: "space-y-3" }, y3 = ["for"], b3 = ["id", "name", "checked", "required", "disabled", "value", "onInput"], w3 = { class: "text-sm" }, x3 = /* @__PURE__ */ Se({
|
|
33862
33871
|
__name: "BaseRadioGroup",
|
|
33863
33872
|
props: {
|
|
33864
33873
|
modelValue: {
|
|
@@ -33920,7 +33929,7 @@ const m3 = /* @__PURE__ */ ir(u3, [["render", p3], ["__scopeId", "data-v-dc71b3c
|
|
|
33920
33929
|
option: d
|
|
33921
33930
|
})));
|
|
33922
33931
|
return (d, h) => (P(), G("div", null, [
|
|
33923
|
-
B("ul",
|
|
33932
|
+
B("ul", v3, [
|
|
33924
33933
|
(P(!0), G(Qe, null, ct(D(c), (f) => (P(), G("li", {
|
|
33925
33934
|
key: f.value ? f.value : "null"
|
|
33926
33935
|
}, [
|
|
@@ -33938,16 +33947,16 @@ const m3 = /* @__PURE__ */ ir(u3, [["render", p3], ["__scopeId", "data-v-dc71b3c
|
|
|
33938
33947
|
value: f.value,
|
|
33939
33948
|
class: fe(n.twInput),
|
|
33940
33949
|
onInput: (p) => D(l)(f.value)
|
|
33941
|
-
}, null, 42,
|
|
33950
|
+
}, null, 42, b3),
|
|
33942
33951
|
Ne(d.$slots, "option", { option: f }, () => [
|
|
33943
|
-
B("span",
|
|
33952
|
+
B("span", w3, Te(f.label), 1)
|
|
33944
33953
|
])
|
|
33945
|
-
], 10,
|
|
33954
|
+
], 10, y3)
|
|
33946
33955
|
]))), 128))
|
|
33947
33956
|
])
|
|
33948
33957
|
]));
|
|
33949
33958
|
}
|
|
33950
|
-
}),
|
|
33959
|
+
}), E3 = { class: "text-base font-medium" }, S3 = /* @__PURE__ */ Se({
|
|
33951
33960
|
__name: "BaseReadMore",
|
|
33952
33961
|
props: {
|
|
33953
33962
|
maxLines: {
|
|
@@ -33994,7 +34003,7 @@ const m3 = /* @__PURE__ */ ir(u3, [["render", p3], ["__scopeId", "data-v-dc71b3c
|
|
|
33994
34003
|
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",
|
|
33995
34004
|
onClick: s[0] || (s[0] = (c) => r.value = !0)
|
|
33996
34005
|
}, [
|
|
33997
|
-
B("span",
|
|
34006
|
+
B("span", E3, Te(D(je)("sui.read_more")), 1)
|
|
33998
34007
|
])) : ke("", !0)
|
|
33999
34008
|
]));
|
|
34000
34009
|
}
|
|
@@ -41391,14 +41400,14 @@ var pb = { exports: {} };
|
|
|
41391
41400
|
);
|
|
41392
41401
|
});
|
|
41393
41402
|
})(pb);
|
|
41394
|
-
var
|
|
41395
|
-
const nc = /* @__PURE__ */ So(
|
|
41403
|
+
var _3 = pb.exports;
|
|
41404
|
+
const nc = /* @__PURE__ */ So(_3);
|
|
41396
41405
|
var wr = -1, dr = 1, Ln = 0;
|
|
41397
41406
|
function Ta(n, t, e, r) {
|
|
41398
41407
|
if (n === t)
|
|
41399
41408
|
return n ? [[Ln, n]] : [];
|
|
41400
41409
|
if (e != null) {
|
|
41401
|
-
var i =
|
|
41410
|
+
var i = D3(n, t, e);
|
|
41402
41411
|
if (i)
|
|
41403
41412
|
return i;
|
|
41404
41413
|
}
|
|
@@ -41406,10 +41415,10 @@ function Ta(n, t, e, r) {
|
|
|
41406
41415
|
n = n.substring(o), t = t.substring(o), o = Rf(n, t);
|
|
41407
41416
|
var l = n.substring(n.length - o);
|
|
41408
41417
|
n = n.substring(0, n.length - o), t = t.substring(0, t.length - o);
|
|
41409
|
-
var s =
|
|
41418
|
+
var s = k3(n, t);
|
|
41410
41419
|
return a && s.unshift([Ln, a]), l && s.push([Ln, l]), mb(s, r), s;
|
|
41411
41420
|
}
|
|
41412
|
-
function
|
|
41421
|
+
function k3(n, t) {
|
|
41413
41422
|
var e;
|
|
41414
41423
|
if (!n)
|
|
41415
41424
|
return [[dr, t]];
|
|
@@ -41424,14 +41433,14 @@ function _3(n, t) {
|
|
|
41424
41433
|
], n.length > t.length && (e[0][0] = e[2][0] = wr), e;
|
|
41425
41434
|
if (i.length === 1)
|
|
41426
41435
|
return [[wr, n], [dr, t]];
|
|
41427
|
-
var a =
|
|
41436
|
+
var a = C3(n, t);
|
|
41428
41437
|
if (a) {
|
|
41429
41438
|
var l = a[0], s = a[1], c = a[2], d = a[3], h = a[4], f = Ta(l, c), p = Ta(s, d);
|
|
41430
41439
|
return f.concat([[Ln, h]], p);
|
|
41431
41440
|
}
|
|
41432
|
-
return
|
|
41441
|
+
return A3(n, t);
|
|
41433
41442
|
}
|
|
41434
|
-
function
|
|
41443
|
+
function A3(n, t) {
|
|
41435
41444
|
for (var e = n.length, r = t.length, i = Math.ceil((e + r) / 2), o = i, a = 2 * i, l = new Array(a), s = new Array(a), c = 0; c < a; c++)
|
|
41436
41445
|
l[c] = -1, s[c] = -1;
|
|
41437
41446
|
l[o + 1] = 0, s[o + 1] = 0;
|
|
@@ -41493,7 +41502,7 @@ function Rf(n, t) {
|
|
|
41493
41502
|
n.substring(n.length - i, n.length - o) == t.substring(t.length - i, t.length - o) ? (e = i, o = e) : r = i, i = Math.floor((r - e) / 2 + e);
|
|
41494
41503
|
return vb(n.charCodeAt(n.length - i)) && i--, i;
|
|
41495
41504
|
}
|
|
41496
|
-
function
|
|
41505
|
+
function C3(n, t) {
|
|
41497
41506
|
var e = n.length > t.length ? n : t, r = n.length > t.length ? t : n;
|
|
41498
41507
|
if (e.length < 4 || r.length * 2 < e.length)
|
|
41499
41508
|
return null;
|
|
@@ -41589,20 +41598,20 @@ function yb(n) {
|
|
|
41589
41598
|
function bb(n) {
|
|
41590
41599
|
return gb(n.charCodeAt(n.length - 1));
|
|
41591
41600
|
}
|
|
41592
|
-
function
|
|
41601
|
+
function T3(n) {
|
|
41593
41602
|
for (var t = [], e = 0; e < n.length; e++)
|
|
41594
41603
|
n[e][1].length > 0 && t.push(n[e]);
|
|
41595
41604
|
return t;
|
|
41596
41605
|
}
|
|
41597
41606
|
function rc(n, t, e, r) {
|
|
41598
|
-
return bb(n) || yb(r) ? null :
|
|
41607
|
+
return bb(n) || yb(r) ? null : T3([
|
|
41599
41608
|
[Ln, n],
|
|
41600
41609
|
[wr, t],
|
|
41601
41610
|
[dr, e],
|
|
41602
41611
|
[Ln, r]
|
|
41603
41612
|
]);
|
|
41604
41613
|
}
|
|
41605
|
-
function
|
|
41614
|
+
function D3(n, t, e) {
|
|
41606
41615
|
var r = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, i = typeof e == "number" ? null : e.newRange, o = n.length, a = t.length;
|
|
41607
41616
|
if (r.length === 0 && (i === null || i.length === 0)) {
|
|
41608
41617
|
var l = r.index, s = n.slice(0, l), c = n.slice(l), d = i ? i.index : null;
|
|
@@ -41651,7 +41660,7 @@ function Ws(n, t, e) {
|
|
|
41651
41660
|
Ws.INSERT = dr;
|
|
41652
41661
|
Ws.DELETE = wr;
|
|
41653
41662
|
Ws.EQUAL = Ln;
|
|
41654
|
-
var
|
|
41663
|
+
var O3 = Ws, gs = { exports: {} };
|
|
41655
41664
|
gs.exports;
|
|
41656
41665
|
(function(n, t) {
|
|
41657
41666
|
var e = 200, r = "__lodash_hash_undefined__", i = 9007199254740991, o = "[object Arguments]", a = "[object Array]", l = "[object Boolean]", s = "[object Date]", c = "[object Error]", d = "[object Function]", h = "[object GeneratorFunction]", f = "[object Map]", p = "[object Number]", v = "[object Object]", m = "[object Promise]", g = "[object RegExp]", b = "[object Set]", y = "[object String]", u = "[object Symbol]", w = "[object WeakMap]", x = "[object ArrayBuffer]", A = "[object DataView]", k = "[object Float32Array]", S = "[object Float64Array]", T = "[object Int8Array]", _ = "[object Int16Array]", E = "[object Int32Array]", C = "[object Uint8Array]", R = "[object Uint8ClampedArray]", L = "[object Uint16Array]", F = "[object Uint32Array]", Y = /[\\^$.*+?()[\]{}|]/g, X = /\w*$/, ie = /^\[object .+?Constructor\]$/, Z = /^(?:0|[1-9]\d*)$/, j = {};
|
|
@@ -42579,11 +42588,11 @@ var xb = vs.exports, Mf = {}, Eb = Jt && Jt.__importDefault || function(n) {
|
|
|
42579
42588
|
return n && n.__esModule ? n : { default: n };
|
|
42580
42589
|
};
|
|
42581
42590
|
Object.defineProperty(Mf, "__esModule", { value: !0 });
|
|
42582
|
-
var
|
|
42591
|
+
var R3 = Eb(wb), M3 = Eb(xb), ed;
|
|
42583
42592
|
(function(n) {
|
|
42584
42593
|
function t(o, a, l) {
|
|
42585
42594
|
o === void 0 && (o = {}), a === void 0 && (a = {}), typeof o != "object" && (o = {}), typeof a != "object" && (a = {});
|
|
42586
|
-
var s =
|
|
42595
|
+
var s = R3.default(a);
|
|
42587
42596
|
l || (s = Object.keys(s).reduce(function(d, h) {
|
|
42588
42597
|
return s[h] != null && (d[h] = s[h]), d;
|
|
42589
42598
|
}, {}));
|
|
@@ -42595,7 +42604,7 @@ var O3 = Eb(wb), R3 = Eb(xb), ed;
|
|
|
42595
42604
|
function e(o, a) {
|
|
42596
42605
|
o === void 0 && (o = {}), a === void 0 && (a = {}), typeof o != "object" && (o = {}), typeof a != "object" && (a = {});
|
|
42597
42606
|
var l = Object.keys(o).concat(Object.keys(a)).reduce(function(s, c) {
|
|
42598
|
-
return
|
|
42607
|
+
return M3.default(o[c], a[c]) || (s[c] = a[c] === void 0 ? null : a[c]), s;
|
|
42599
42608
|
}, {});
|
|
42600
42609
|
return Object.keys(l).length > 0 ? l : void 0;
|
|
42601
42610
|
}
|
|
@@ -42626,7 +42635,7 @@ var O3 = Eb(wb), R3 = Eb(xb), ed;
|
|
|
42626
42635
|
})(ed || (ed = {}));
|
|
42627
42636
|
Mf.default = ed;
|
|
42628
42637
|
var El = {}, Sl = {}, Fp;
|
|
42629
|
-
function
|
|
42638
|
+
function I3() {
|
|
42630
42639
|
if (Fp)
|
|
42631
42640
|
return Sl;
|
|
42632
42641
|
Fp = 1;
|
|
@@ -42681,7 +42690,7 @@ function Sb() {
|
|
|
42681
42690
|
return r && r.__esModule ? r : { default: r };
|
|
42682
42691
|
};
|
|
42683
42692
|
Object.defineProperty(El, "__esModule", { value: !0 });
|
|
42684
|
-
var t = n(
|
|
42693
|
+
var t = n(I3()), e;
|
|
42685
42694
|
return function(r) {
|
|
42686
42695
|
function i(a) {
|
|
42687
42696
|
return new t.default(a);
|
|
@@ -42695,7 +42704,7 @@ function Sb() {
|
|
|
42695
42704
|
}
|
|
42696
42705
|
var qa = Jt && Jt.__importDefault || function(n) {
|
|
42697
42706
|
return n && n.__esModule ? n : { default: n };
|
|
42698
|
-
}, _l = qa(
|
|
42707
|
+
}, _l = qa(O3), N3 = qa(wb), ic = qa(xb), Yo = qa(Mf), gn = qa(Sb()), P3 = String.fromCharCode(0), B3 = (
|
|
42699
42708
|
/** @class */
|
|
42700
42709
|
function() {
|
|
42701
42710
|
function n(t) {
|
|
@@ -42713,7 +42722,7 @@ var qa = Jt && Jt.__importDefault || function(n) {
|
|
|
42713
42722
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (r.attributes = e), this.push(r);
|
|
42714
42723
|
}, n.prototype.push = function(t) {
|
|
42715
42724
|
var e = this.ops.length, r = this.ops[e - 1];
|
|
42716
|
-
if (t =
|
|
42725
|
+
if (t = N3.default(t), typeof r == "object") {
|
|
42717
42726
|
if (typeof t.delete == "number" && typeof r.delete == "number")
|
|
42718
42727
|
return this.ops[e - 1] = { delete: r.delete + t.delete }, this;
|
|
42719
42728
|
if (typeof r.delete == "number" && t.insert != null && (e -= 1, r = this.ops[e - 1], typeof r != "object"))
|
|
@@ -42793,7 +42802,7 @@ var qa = Jt && Jt.__importDefault || function(n) {
|
|
|
42793
42802
|
var r = [this, t].map(function(s) {
|
|
42794
42803
|
return s.map(function(c) {
|
|
42795
42804
|
if (c.insert != null)
|
|
42796
|
-
return typeof c.insert == "string" ? c.insert :
|
|
42805
|
+
return typeof c.insert == "string" ? c.insert : P3;
|
|
42797
42806
|
var d = s === t ? "on" : "with";
|
|
42798
42807
|
throw new Error("diff() called " + d + " non-document");
|
|
42799
42808
|
}).join("");
|
|
@@ -42881,8 +42890,8 @@ var qa = Jt && Jt.__importDefault || function(n) {
|
|
|
42881
42890
|
return t;
|
|
42882
42891
|
}, n.Op = gn.default, n.AttributeMap = Yo.default, n;
|
|
42883
42892
|
}()
|
|
42884
|
-
),
|
|
42885
|
-
const _b = /* @__PURE__ */ So(
|
|
42893
|
+
), L3 = B3;
|
|
42894
|
+
const _b = /* @__PURE__ */ So(L3);
|
|
42886
42895
|
/*!
|
|
42887
42896
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
42888
42897
|
* https://vueup.github.io/vue-quill/
|
|
@@ -42924,7 +42933,7 @@ const qp = {
|
|
|
42924
42933
|
["clean"]
|
|
42925
42934
|
// remove formatting button
|
|
42926
42935
|
]
|
|
42927
|
-
},
|
|
42936
|
+
}, j3 = Se({
|
|
42928
42937
|
name: "QuillEditor",
|
|
42929
42938
|
inheritAttrs: !1,
|
|
42930
42939
|
props: {
|
|
@@ -43117,7 +43126,7 @@ const qp = {
|
|
|
43117
43126
|
];
|
|
43118
43127
|
}
|
|
43119
43128
|
});
|
|
43120
|
-
const
|
|
43129
|
+
const $3 = /* @__PURE__ */ Se({
|
|
43121
43130
|
__name: "BaseRichText",
|
|
43122
43131
|
props: {
|
|
43123
43132
|
modelValue: {
|
|
@@ -43173,7 +43182,7 @@ const j3 = /* @__PURE__ */ Se({
|
|
|
43173
43182
|
return (s, c) => (P(), G("div", {
|
|
43174
43183
|
class: fe(["base-rich-text relative", [D(o) ? "error" : ""]])
|
|
43175
43184
|
}, [
|
|
43176
|
-
Ee(D(
|
|
43185
|
+
Ee(D(j3), {
|
|
43177
43186
|
name: D(r),
|
|
43178
43187
|
required: D(i),
|
|
43179
43188
|
theme: n.theme,
|
|
@@ -43188,13 +43197,13 @@ const j3 = /* @__PURE__ */ Se({
|
|
|
43188
43197
|
], 2));
|
|
43189
43198
|
}
|
|
43190
43199
|
});
|
|
43191
|
-
const
|
|
43200
|
+
const z3 = { class: "whitespace-pre-line p-4" }, F3 = { class: "text-md font-semibold" }, H3 = {
|
|
43192
43201
|
key: 0,
|
|
43193
43202
|
class: "mt-1 mb-3 whitespace-pre-line text-sm font-light text-slate-500 line-clamp-2"
|
|
43194
|
-
},
|
|
43203
|
+
}, q3 = {
|
|
43195
43204
|
key: 1,
|
|
43196
43205
|
class: "flex items-center justify-start text-sm font-medium"
|
|
43197
|
-
},
|
|
43206
|
+
}, U3 = { class: "mr-1 leading-none" }, V3 = /* @__PURE__ */ Se({
|
|
43198
43207
|
__name: "BaseShortcut",
|
|
43199
43208
|
props: {
|
|
43200
43209
|
to: {
|
|
@@ -43254,7 +43263,7 @@ const $3 = { class: "whitespace-pre-line p-4" }, z3 = { class: "text-md font-sem
|
|
|
43254
43263
|
class: "block w-full"
|
|
43255
43264
|
}, {
|
|
43256
43265
|
default: we(() => [
|
|
43257
|
-
B("section",
|
|
43266
|
+
B("section", z3, [
|
|
43258
43267
|
B("div", {
|
|
43259
43268
|
class: "mb-2.5 inline-flex items-center rounded p-2",
|
|
43260
43269
|
style: it(D(e))
|
|
@@ -43265,10 +43274,10 @@ const $3 = { class: "whitespace-pre-line p-4" }, z3 = { class: "text-md font-sem
|
|
|
43265
43274
|
class: fe(D(r))
|
|
43266
43275
|
}, null, 8, ["icon", "class"])) : ke("", !0)
|
|
43267
43276
|
], 4),
|
|
43268
|
-
B("div",
|
|
43269
|
-
n.description ? (P(), G("div",
|
|
43270
|
-
n.linkText ? (P(), G("div",
|
|
43271
|
-
B("div",
|
|
43277
|
+
B("div", F3, Te(n.title), 1),
|
|
43278
|
+
n.description ? (P(), G("div", H3, Te(n.description), 1)) : ke("", !0),
|
|
43279
|
+
n.linkText ? (P(), G("div", q3, [
|
|
43280
|
+
B("div", U3, Te(n.linkText), 1),
|
|
43272
43281
|
B("div", null, [
|
|
43273
43282
|
Ee(D(tt), {
|
|
43274
43283
|
icon: "heroicons:arrow-right-20-solid",
|
|
@@ -43284,13 +43293,13 @@ const $3 = { class: "whitespace-pre-line p-4" }, z3 = { class: "text-md font-sem
|
|
|
43284
43293
|
_: 1
|
|
43285
43294
|
}));
|
|
43286
43295
|
}
|
|
43287
|
-
}),
|
|
43296
|
+
}), W3 = {
|
|
43288
43297
|
"aria-label": "Sidebar",
|
|
43289
43298
|
class: "relative"
|
|
43290
|
-
},
|
|
43299
|
+
}, G3 = /* @__PURE__ */ B("div", { class: "absolute bottom-0 left-0 h-full w-px bg-slate-300" }, null, -1), Y3 = {
|
|
43291
43300
|
class: "relative overflow-x-auto overflow-y-hidden",
|
|
43292
43301
|
"data-scroll-lock-scrollable": ""
|
|
43293
|
-
},
|
|
43302
|
+
}, K3 = { class: "space-y-0" }, Q3 = /* @__PURE__ */ Se({
|
|
43294
43303
|
__name: "BaseSideNavigation",
|
|
43295
43304
|
props: {
|
|
43296
43305
|
size: { default: "md" }
|
|
@@ -43300,16 +43309,16 @@ const $3 = { class: "whitespace-pre-line p-4" }, z3 = { class: "text-md font-sem
|
|
|
43300
43309
|
return bt(
|
|
43301
43310
|
"sideNavigation:size",
|
|
43302
43311
|
z(() => t.size)
|
|
43303
|
-
), (e, r) => (P(), G("nav",
|
|
43304
|
-
|
|
43305
|
-
B("div",
|
|
43306
|
-
B("div",
|
|
43312
|
+
), (e, r) => (P(), G("nav", W3, [
|
|
43313
|
+
G3,
|
|
43314
|
+
B("div", Y3, [
|
|
43315
|
+
B("div", K3, [
|
|
43307
43316
|
Ne(e.$slots, "default")
|
|
43308
43317
|
])
|
|
43309
43318
|
])
|
|
43310
43319
|
]));
|
|
43311
43320
|
}
|
|
43312
|
-
}),
|
|
43321
|
+
}), Z3 = ["href", "disabled", "onClick"], X3 = /* @__PURE__ */ Se({
|
|
43313
43322
|
__name: "BaseSideNavigationItem",
|
|
43314
43323
|
props: {
|
|
43315
43324
|
to: {},
|
|
@@ -43380,13 +43389,13 @@ const $3 = { class: "whitespace-pre-line p-4" }, z3 = { class: "text-md font-sem
|
|
|
43380
43389
|
active: i(f, p)
|
|
43381
43390
|
})
|
|
43382
43391
|
], 2)
|
|
43383
|
-
], 10,
|
|
43392
|
+
], 10, Z3)
|
|
43384
43393
|
]),
|
|
43385
43394
|
_: 3
|
|
43386
43395
|
}, 8, ["to"]);
|
|
43387
43396
|
};
|
|
43388
43397
|
}
|
|
43389
|
-
}),
|
|
43398
|
+
}), J3 = Se({
|
|
43390
43399
|
components: { BaseIcon: tt },
|
|
43391
43400
|
props: {
|
|
43392
43401
|
label: {
|
|
@@ -43424,51 +43433,51 @@ const $3 = { class: "whitespace-pre-line p-4" }, z3 = { class: "text-md font-sem
|
|
|
43424
43433
|
return "items-center justify-center";
|
|
43425
43434
|
}
|
|
43426
43435
|
}
|
|
43427
|
-
}),
|
|
43428
|
-
function
|
|
43436
|
+
}), eB = { class: "mb-1 text-base font-medium" }, tB = { class: "text-3xl font-semibold leading-tight" }, nB = { key: 0 }, rB = { class: "text-sm font-medium" }, iB = { class: "text-sm text-slate-500 font-light" };
|
|
43437
|
+
function oB(n, t, e, r, i, o) {
|
|
43429
43438
|
const a = Zt("BaseIcon");
|
|
43430
43439
|
return P(), G("div", {
|
|
43431
43440
|
class: fe(["inline-flex rounded-xl p-4", [n.centerClass]])
|
|
43432
43441
|
}, [
|
|
43433
43442
|
B("section", null, [
|
|
43434
|
-
B("header",
|
|
43443
|
+
B("header", eB, Te(n.label), 1),
|
|
43435
43444
|
B("div", {
|
|
43436
43445
|
class: fe(["flex", [n.centerClass]])
|
|
43437
43446
|
}, [
|
|
43438
|
-
B("div",
|
|
43447
|
+
B("div", tB, Te(n.primaryValue), 1),
|
|
43439
43448
|
n.secondaryValue ? (P(), G("div", {
|
|
43440
43449
|
key: 0,
|
|
43441
43450
|
class: fe(["ml-2 flex rounded-full px-1.5", [n.backgroundClass, n.textClass, n.centerClass]])
|
|
43442
43451
|
}, [
|
|
43443
|
-
n.trend ? (P(), G("div",
|
|
43452
|
+
n.trend ? (P(), G("div", nB, [
|
|
43444
43453
|
Ee(a, {
|
|
43445
43454
|
icon: n.icon,
|
|
43446
43455
|
class: "w-4 h-4"
|
|
43447
43456
|
}, null, 8, ["icon"])
|
|
43448
43457
|
])) : ke("", !0),
|
|
43449
|
-
B("div",
|
|
43458
|
+
B("div", rB, Te(n.secondaryValue), 1)
|
|
43450
43459
|
], 2)) : ke("", !0)
|
|
43451
43460
|
], 2),
|
|
43452
|
-
B("footer",
|
|
43461
|
+
B("footer", iB, Te(n.caption), 1)
|
|
43453
43462
|
])
|
|
43454
43463
|
], 2);
|
|
43455
43464
|
}
|
|
43456
|
-
const
|
|
43465
|
+
const aB = /* @__PURE__ */ ir(J3, [["render", oB]]), lB = /* @__PURE__ */ B("span", {
|
|
43457
43466
|
class: "absolute top-0 left-0 h-full w-1 bg-transparent group-hover:bg-slate-200 lg:bottom-0 lg:top-auto lg:h-1 lg:w-full",
|
|
43458
43467
|
"aria-hidden": "true"
|
|
43459
|
-
}, null, -1),
|
|
43468
|
+
}, null, -1), sB = { class: "flex-shrink-0" }, uB = { class: "flex h-10 w-10 items-center justify-center rounded-full bg-indigo-600" }, cB = { class: "mt-0.5 ml-4 flex min-w-0 flex-col items-start" }, dB = { class: "mb-0.5 text-left text-sm font-medium leading-tight" }, fB = {
|
|
43460
43469
|
key: 0,
|
|
43461
43470
|
class: "text-left text-sm font-normal leading-snug text-slate-500"
|
|
43462
|
-
},
|
|
43471
|
+
}, hB = /* @__PURE__ */ B("span", {
|
|
43463
43472
|
class: "absolute top-0 left-0 h-full w-1 bg-indigo-600 lg:bottom-0 lg:top-auto lg:h-1 lg:w-full",
|
|
43464
43473
|
"aria-hidden": "true"
|
|
43465
|
-
}, null, -1),
|
|
43474
|
+
}, null, -1), pB = { class: "flex-shrink-0" }, mB = { class: "flex h-10 w-10 items-center justify-center rounded-full border-2 border-indigo-600" }, gB = { class: "text-indigo-600" }, vB = { class: "mt-0.5 ml-4 flex min-w-0 flex-col items-start" }, yB = { class: "mb-0.5 text-left text-sm font-medium leading-tight text-indigo-600" }, bB = {
|
|
43466
43475
|
key: 0,
|
|
43467
43476
|
class: "text-left text-sm font-normal leading-snug text-slate-500"
|
|
43468
|
-
},
|
|
43477
|
+
}, wB = /* @__PURE__ */ B("span", {
|
|
43469
43478
|
class: "absolute top-0 left-0 h-full w-1 bg-transparent group-hover:bg-slate-200 lg:bottom-0 lg:top-auto lg:h-1 lg:w-full",
|
|
43470
43479
|
"aria-hidden": "true"
|
|
43471
|
-
}, null, -1),
|
|
43480
|
+
}, null, -1), xB = { class: "flex-shrink-0" }, EB = { class: "flex h-10 w-10 items-center justify-center rounded-full border-2 border-slate-300" }, SB = { class: "text-slate-500" }, _B = { class: "mt-0.5 ml-4 flex min-w-0 flex-col items-start" }, kB = { class: "mb-0.5 text-left text-sm font-medium leading-tight text-slate-600" }, AB = {
|
|
43472
43481
|
key: 0,
|
|
43473
43482
|
class: "text-left text-sm font-normal leading-snug text-slate-500"
|
|
43474
43483
|
}, kb = /* @__PURE__ */ Se({
|
|
@@ -43504,15 +43513,15 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43504
43513
|
class: "group",
|
|
43505
43514
|
onClick: e[0] || (e[0] = (r) => t.$emit("click"))
|
|
43506
43515
|
}, [
|
|
43507
|
-
|
|
43516
|
+
lB,
|
|
43508
43517
|
B("span", {
|
|
43509
43518
|
class: fe([
|
|
43510
43519
|
n.index !== 0 ? "lg:pl-9" : "",
|
|
43511
43520
|
"flex items-start px-6 py-5 text-sm font-medium"
|
|
43512
43521
|
])
|
|
43513
43522
|
}, [
|
|
43514
|
-
B("span",
|
|
43515
|
-
B("span",
|
|
43523
|
+
B("span", sB, [
|
|
43524
|
+
B("span", uB, [
|
|
43516
43525
|
Ee(D(tt), {
|
|
43517
43526
|
icon: "mdi-check",
|
|
43518
43527
|
class: "h-6 w-6 text-white",
|
|
@@ -43520,9 +43529,9 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43520
43529
|
})
|
|
43521
43530
|
])
|
|
43522
43531
|
]),
|
|
43523
|
-
B("span",
|
|
43524
|
-
B("span",
|
|
43525
|
-
n.description ? (P(), G("span",
|
|
43532
|
+
B("span", cB, [
|
|
43533
|
+
B("span", dB, Te(n.title), 1),
|
|
43534
|
+
n.description ? (P(), G("span", fB, Te(n.description), 1)) : ke("", !0)
|
|
43526
43535
|
])
|
|
43527
43536
|
], 2)
|
|
43528
43537
|
])) : n.status === "current" ? (P(), G("button", {
|
|
@@ -43531,21 +43540,21 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43531
43540
|
type: "button",
|
|
43532
43541
|
onClick: e[1] || (e[1] = (r) => t.$emit("click"))
|
|
43533
43542
|
}, [
|
|
43534
|
-
|
|
43543
|
+
hB,
|
|
43535
43544
|
B("span", {
|
|
43536
43545
|
class: fe([
|
|
43537
43546
|
n.index !== 0 ? "lg:pl-9" : "",
|
|
43538
43547
|
"flex items-start px-6 py-5 text-sm font-medium"
|
|
43539
43548
|
])
|
|
43540
43549
|
}, [
|
|
43541
|
-
B("span",
|
|
43542
|
-
B("span",
|
|
43543
|
-
B("span",
|
|
43550
|
+
B("span", pB, [
|
|
43551
|
+
B("span", mB, [
|
|
43552
|
+
B("span", gB, Te(n.stepNumber), 1)
|
|
43544
43553
|
])
|
|
43545
43554
|
]),
|
|
43546
|
-
B("span",
|
|
43547
|
-
B("span",
|
|
43548
|
-
n.description ? (P(), G("span",
|
|
43555
|
+
B("span", vB, [
|
|
43556
|
+
B("span", yB, Te(n.title), 1),
|
|
43557
|
+
n.description ? (P(), G("span", bB, Te(n.description), 1)) : ke("", !0)
|
|
43549
43558
|
])
|
|
43550
43559
|
], 2)
|
|
43551
43560
|
])) : n.status == "pending" ? (P(), G("button", {
|
|
@@ -43554,36 +43563,36 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43554
43563
|
class: "group",
|
|
43555
43564
|
onClick: e[2] || (e[2] = (r) => t.$emit("click"))
|
|
43556
43565
|
}, [
|
|
43557
|
-
|
|
43566
|
+
wB,
|
|
43558
43567
|
B("span", {
|
|
43559
43568
|
class: fe([
|
|
43560
43569
|
n.index !== 0 ? "lg:pl-9" : "",
|
|
43561
43570
|
"flex items-start px-6 py-5 text-sm font-medium"
|
|
43562
43571
|
])
|
|
43563
43572
|
}, [
|
|
43564
|
-
B("span",
|
|
43565
|
-
B("span",
|
|
43566
|
-
B("span",
|
|
43573
|
+
B("span", xB, [
|
|
43574
|
+
B("span", EB, [
|
|
43575
|
+
B("span", SB, Te(n.stepNumber), 1)
|
|
43567
43576
|
])
|
|
43568
43577
|
]),
|
|
43569
|
-
B("span",
|
|
43570
|
-
B("span",
|
|
43571
|
-
n.description ? (P(), G("span",
|
|
43578
|
+
B("span", _B, [
|
|
43579
|
+
B("span", kB, Te(n.title), 1),
|
|
43580
|
+
n.description ? (P(), G("span", AB, Te(n.description), 1)) : ke("", !0)
|
|
43572
43581
|
])
|
|
43573
43582
|
], 2)
|
|
43574
43583
|
])) : ke("", !0);
|
|
43575
43584
|
}
|
|
43576
|
-
}),
|
|
43585
|
+
}), CB = { class: "lg:border-t lg:border-b lg:border-gray-200" }, TB = {
|
|
43577
43586
|
class: "px-4 mx-auto max-w-7xl sm:px-6 lg:px-8",
|
|
43578
43587
|
"aria-label": "Progress"
|
|
43579
|
-
},
|
|
43588
|
+
}, DB = {
|
|
43580
43589
|
role: "list",
|
|
43581
43590
|
class: "overflow-hidden rounded-md lg:flex lg:rounded-none lg:border-l lg:border-r lg:border-gray-200"
|
|
43582
|
-
},
|
|
43591
|
+
}, OB = {
|
|
43583
43592
|
key: 0,
|
|
43584
43593
|
class: "absolute inset-0 top-0 left-0 hidden w-3 lg:block",
|
|
43585
43594
|
"aria-hidden": "true"
|
|
43586
|
-
},
|
|
43595
|
+
}, RB = /* @__PURE__ */ B("svg", {
|
|
43587
43596
|
class: "w-full h-full text-gray-300",
|
|
43588
43597
|
viewBox: "0 0 12 82",
|
|
43589
43598
|
fill: "none",
|
|
@@ -43594,9 +43603,9 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43594
43603
|
stroke: "currentcolor",
|
|
43595
43604
|
"vector-effect": "non-scaling-stroke"
|
|
43596
43605
|
})
|
|
43597
|
-
], -1),
|
|
43598
|
-
|
|
43599
|
-
],
|
|
43606
|
+
], -1), MB = [
|
|
43607
|
+
RB
|
|
43608
|
+
], IB = /* @__PURE__ */ Se({
|
|
43600
43609
|
__name: "BaseStepper",
|
|
43601
43610
|
props: {
|
|
43602
43611
|
items: {
|
|
@@ -43606,9 +43615,9 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43606
43615
|
},
|
|
43607
43616
|
emits: ["click"],
|
|
43608
43617
|
setup(n) {
|
|
43609
|
-
return (t, e) => (P(), G("div",
|
|
43610
|
-
B("nav",
|
|
43611
|
-
B("ol",
|
|
43618
|
+
return (t, e) => (P(), G("div", CB, [
|
|
43619
|
+
B("nav", TB, [
|
|
43620
|
+
B("ol", DB, [
|
|
43612
43621
|
(P(!0), G(Qe, null, ct(n.items, (r, i) => (P(), G("li", {
|
|
43613
43622
|
key: i,
|
|
43614
43623
|
class: "relative overflow-hidden lg:flex-1"
|
|
@@ -43628,14 +43637,14 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43628
43637
|
index: i,
|
|
43629
43638
|
onClick: (o) => t.$emit("click", i)
|
|
43630
43639
|
}, null, 8, ["title", "description", "step-number", "status", "index", "onClick"]),
|
|
43631
|
-
i !== 0 ? (P(), G("div",
|
|
43640
|
+
i !== 0 ? (P(), G("div", OB, MB)) : ke("", !0)
|
|
43632
43641
|
], 2)
|
|
43633
43642
|
]))), 128))
|
|
43634
43643
|
])
|
|
43635
43644
|
])
|
|
43636
43645
|
]));
|
|
43637
43646
|
}
|
|
43638
|
-
}),
|
|
43647
|
+
}), NB = { class: "inline-flex items-center space-x-3" }, PB = /* @__PURE__ */ Se({
|
|
43639
43648
|
__name: "BaseSwitch",
|
|
43640
43649
|
props: {
|
|
43641
43650
|
modelValue: {
|
|
@@ -43690,7 +43699,7 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43690
43699
|
const b = Zt("BaseIcon");
|
|
43691
43700
|
return P(), Re(D(mO), null, {
|
|
43692
43701
|
default: we(() => [
|
|
43693
|
-
B("div",
|
|
43702
|
+
B("div", NB, [
|
|
43694
43703
|
Ee(D(gO), {
|
|
43695
43704
|
"model-value": D(i),
|
|
43696
43705
|
class: fe([
|
|
@@ -43741,7 +43750,7 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43741
43750
|
});
|
|
43742
43751
|
};
|
|
43743
43752
|
}
|
|
43744
|
-
}),
|
|
43753
|
+
}), BB = { class: "relative" }, LB = { class: "max-w-4xl" }, jB = {
|
|
43745
43754
|
key: 0,
|
|
43746
43755
|
class: "absolute top-0 right-0 p-3"
|
|
43747
43756
|
}, If = /* @__PURE__ */ Se({
|
|
@@ -43773,7 +43782,7 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43773
43782
|
const i = z(() => e.to ? "RouterLink" : e.action ? "button" : "div"), o = z(() => e.color == "info" ? "bg-blue-500 text-white" : e.color == "success" ? "bg-green-600 text-white" : e.color == "danger" ? "bg-red-600 text-white" : e.color == "warning" ? "bg-yellow-400 text-yellow-900" : "bg-slate-900 text-white");
|
|
43774
43783
|
return (a, l) => {
|
|
43775
43784
|
const s = Zt("BaseIcon");
|
|
43776
|
-
return P(), G("div",
|
|
43785
|
+
return P(), G("div", BB, [
|
|
43777
43786
|
(P(), Re(qr(D(i)), {
|
|
43778
43787
|
type: D(i) == "button" ? "button" : void 0,
|
|
43779
43788
|
to: D(i) == "RouterLink" ? n.to : void 0,
|
|
@@ -43784,14 +43793,14 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43784
43793
|
B("div", {
|
|
43785
43794
|
class: fe(["py-4 text-sm leading-tight", [n.closable ? "pr-10 pl-3" : "px-3"]])
|
|
43786
43795
|
}, [
|
|
43787
|
-
B("div",
|
|
43796
|
+
B("div", LB, [
|
|
43788
43797
|
Ne(a.$slots, "default")
|
|
43789
43798
|
])
|
|
43790
43799
|
], 2)
|
|
43791
43800
|
]),
|
|
43792
43801
|
_: 3
|
|
43793
43802
|
}, 8, ["type", "to", "class"])),
|
|
43794
|
-
n.closable ? (P(), G("div",
|
|
43803
|
+
n.closable ? (P(), G("div", jB, [
|
|
43795
43804
|
B("button", {
|
|
43796
43805
|
type: "button",
|
|
43797
43806
|
class: "rounded-full bg-black bg-opacity-50 p-1 text-white",
|
|
@@ -43803,7 +43812,7 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43803
43812
|
]);
|
|
43804
43813
|
};
|
|
43805
43814
|
}
|
|
43806
|
-
}),
|
|
43815
|
+
}), $B = (n) => (Xp("data-v-ee03d0ec"), n = n(), Jp(), n), zB = { class: "relative" }, FB = /* @__PURE__ */ $B(() => /* @__PURE__ */ B("div", { class: "absolute bottom-0 left-0 h-px w-full bg-slate-300" }, null, -1)), HB = { class: "flex text-center" }, qB = /* @__PURE__ */ Se({
|
|
43807
43816
|
__name: "BaseTabs",
|
|
43808
43817
|
props: {
|
|
43809
43818
|
size: { default: "md" }
|
|
@@ -43872,8 +43881,8 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43872
43881
|
}
|
|
43873
43882
|
);
|
|
43874
43883
|
}
|
|
43875
|
-
return (c, d) => (P(), G("div",
|
|
43876
|
-
|
|
43884
|
+
return (c, d) => (P(), G("div", zB, [
|
|
43885
|
+
FB,
|
|
43877
43886
|
B("div", {
|
|
43878
43887
|
ref_key: "scrollable",
|
|
43879
43888
|
ref: r,
|
|
@@ -43885,7 +43894,7 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43885
43894
|
}]),
|
|
43886
43895
|
"data-scroll-lock-scrollable": ""
|
|
43887
43896
|
}, [
|
|
43888
|
-
B("ul",
|
|
43897
|
+
B("ul", HB, [
|
|
43889
43898
|
B("div", {
|
|
43890
43899
|
ref_key: "lineRef",
|
|
43891
43900
|
ref: l,
|
|
@@ -43898,7 +43907,7 @@ const oB = /* @__PURE__ */ ir(X3, [["render", iB]]), aB = /* @__PURE__ */ B("spa
|
|
|
43898
43907
|
]));
|
|
43899
43908
|
}
|
|
43900
43909
|
});
|
|
43901
|
-
const
|
|
43910
|
+
const UB = /* @__PURE__ */ ir(qB, [["__scopeId", "data-v-ee03d0ec"]]), VB = { class: "[&:first-child_a]:pl-0 [&:last-child_a]:pr-0" }, WB = ["href", "disabled", "onClick"], GB = { class: "relative flex py-1" }, YB = { class: "base-tab-item-slot" }, KB = /* @__PURE__ */ Se({
|
|
43902
43911
|
__name: "BaseTabItem",
|
|
43903
43912
|
props: {
|
|
43904
43913
|
to: {},
|
|
@@ -43939,7 +43948,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
43939
43948
|
});
|
|
43940
43949
|
return (l, s) => {
|
|
43941
43950
|
const c = Zt("RouterLink");
|
|
43942
|
-
return P(), G("li",
|
|
43951
|
+
return P(), G("li", VB, [
|
|
43943
43952
|
Ee(c, {
|
|
43944
43953
|
to: l.to,
|
|
43945
43954
|
custom: ""
|
|
@@ -43955,28 +43964,28 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
43955
43964
|
]]),
|
|
43956
43965
|
onClick: Vn((v) => r(h), ["prevent"])
|
|
43957
43966
|
}, [
|
|
43958
|
-
B("div",
|
|
43967
|
+
B("div", GB, [
|
|
43959
43968
|
B("div", {
|
|
43960
43969
|
class: fe([
|
|
43961
43970
|
"whitespace-nowrap rounded-md group-hover:bg-black group-hover:bg-opacity-5",
|
|
43962
43971
|
D(a)
|
|
43963
43972
|
])
|
|
43964
43973
|
}, [
|
|
43965
|
-
B("div",
|
|
43974
|
+
B("div", YB, [
|
|
43966
43975
|
Ne(l.$slots, "default", {
|
|
43967
43976
|
active: i(f, p)
|
|
43968
43977
|
})
|
|
43969
43978
|
])
|
|
43970
43979
|
], 2)
|
|
43971
43980
|
])
|
|
43972
|
-
], 10,
|
|
43981
|
+
], 10, WB)
|
|
43973
43982
|
]),
|
|
43974
43983
|
_: 3
|
|
43975
43984
|
}, 8, ["to"])
|
|
43976
43985
|
]);
|
|
43977
43986
|
};
|
|
43978
43987
|
}
|
|
43979
|
-
}),
|
|
43988
|
+
}), QB = ["value", "name", "placeholder", "disabled", "required", "rows"], ZB = "py-2 px-3 font-normal text-base disabled:cursor-not-allowed disabled:text-slate-300 font-sans rounded leading-normal tracking-normal border placeholder:text-slate-400 placeholder:font-light", Up = "1 / 1 / 2 / 2", XB = "attr(data-replicated-value) ' '", JB = /* @__PURE__ */ Se({
|
|
43980
43989
|
__name: "BaseTextareaAutoresize",
|
|
43981
43990
|
props: {
|
|
43982
43991
|
modelValue: {
|
|
@@ -44047,7 +44056,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44047
44056
|
}
|
|
44048
44057
|
const v = z(() => In(
|
|
44049
44058
|
[
|
|
44050
|
-
|
|
44059
|
+
ZB,
|
|
44051
44060
|
l.value ? "border-red-500" : "border-slate-300"
|
|
44052
44061
|
],
|
|
44053
44062
|
r.twTextarea
|
|
@@ -44084,24 +44093,24 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44084
44093
|
onKeyup: f,
|
|
44085
44094
|
onKeydown: h,
|
|
44086
44095
|
onFocus: p
|
|
44087
|
-
}, null, 46,
|
|
44096
|
+
}, null, 46, QB),
|
|
44088
44097
|
B("div", {
|
|
44089
44098
|
class: fe(["invisible whitespace-pre-wrap", D(v)]),
|
|
44090
44099
|
style: it({
|
|
44091
|
-
content:
|
|
44100
|
+
content: XB,
|
|
44092
44101
|
maxHeight: n.maxHeight + "px",
|
|
44093
44102
|
gridArea: Up
|
|
44094
44103
|
})
|
|
44095
44104
|
}, Te(n.modelValue) + " " + Te(" "), 7)
|
|
44096
44105
|
], 4));
|
|
44097
44106
|
}
|
|
44098
|
-
}),
|
|
44107
|
+
}), e5 = { class: "relative group flex space-x-3" }, t5 = { class: "text-sm leading-tight text-slate-900" }, n5 = {
|
|
44099
44108
|
key: 0,
|
|
44100
44109
|
class: "mt-1 text-xs leading-tight text-slate-500 font-light"
|
|
44101
|
-
},
|
|
44110
|
+
}, r5 = { class: "empty:hidden" }, i5 = {
|
|
44102
44111
|
key: 0,
|
|
44103
44112
|
class: "whitespace-nowrap text-right text-xs text-slate-500 font-light"
|
|
44104
|
-
},
|
|
44113
|
+
}, o5 = ["datetime"], Ab = /* @__PURE__ */ Se({
|
|
44105
44114
|
__name: "BaseTimelineItem",
|
|
44106
44115
|
props: {
|
|
44107
44116
|
item: {
|
|
@@ -44120,7 +44129,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44120
44129
|
borderStyle: "solid"
|
|
44121
44130
|
};
|
|
44122
44131
|
});
|
|
44123
|
-
return (r, i) => (P(), G("div",
|
|
44132
|
+
return (r, i) => (P(), G("div", e5, [
|
|
44124
44133
|
B("div", null, [
|
|
44125
44134
|
B("span", {
|
|
44126
44135
|
class: fe([
|
|
@@ -44139,9 +44148,9 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44139
44148
|
class: fe(["flex min-w-0 flex-1 justify-between space-x-4", { "pt-1.5": !n.item.description }])
|
|
44140
44149
|
}, [
|
|
44141
44150
|
B("div", null, [
|
|
44142
|
-
B("p",
|
|
44143
|
-
n.item.description ? (P(), G("p",
|
|
44144
|
-
B("p",
|
|
44151
|
+
B("p", t5, Te(n.item.title), 1),
|
|
44152
|
+
n.item.description ? (P(), G("p", n5, Te(n.item.description), 1)) : ke("", !0),
|
|
44153
|
+
B("p", r5, [
|
|
44145
44154
|
n.item.onEdit ? (P(), G("button", {
|
|
44146
44155
|
key: 0,
|
|
44147
44156
|
type: "button",
|
|
@@ -44158,22 +44167,22 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44158
44167
|
}, Te(D(je)("sui.delete")), 1)) : ke("", !0)
|
|
44159
44168
|
])
|
|
44160
44169
|
]),
|
|
44161
|
-
n.item.date ? (P(), G("div",
|
|
44170
|
+
n.item.date ? (P(), G("div", i5, [
|
|
44162
44171
|
B("time", {
|
|
44163
44172
|
datetime: n.item.date
|
|
44164
|
-
}, Te(n.item.date), 9,
|
|
44173
|
+
}, Te(n.item.date), 9, o5)
|
|
44165
44174
|
])) : ke("", !0)
|
|
44166
44175
|
], 2)
|
|
44167
44176
|
]));
|
|
44168
44177
|
}
|
|
44169
|
-
}),
|
|
44178
|
+
}), a5 = { class: "flow-root" }, l5 = {
|
|
44170
44179
|
role: "list",
|
|
44171
44180
|
class: "-mb-8"
|
|
44172
|
-
},
|
|
44181
|
+
}, s5 = {
|
|
44173
44182
|
key: 0,
|
|
44174
44183
|
class: "absolute top-4 left-4 -ml-px h-full w-0.5 bg-slate-300",
|
|
44175
44184
|
"aria-hidden": "true"
|
|
44176
|
-
},
|
|
44185
|
+
}, u5 = /* @__PURE__ */ Se({
|
|
44177
44186
|
__name: "BaseTimeline",
|
|
44178
44187
|
props: {
|
|
44179
44188
|
items: {
|
|
@@ -44182,20 +44191,20 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44182
44191
|
}
|
|
44183
44192
|
},
|
|
44184
44193
|
setup(n) {
|
|
44185
|
-
return (t, e) => (P(), G("div",
|
|
44186
|
-
B("ul",
|
|
44194
|
+
return (t, e) => (P(), G("div", a5, [
|
|
44195
|
+
B("ul", l5, [
|
|
44187
44196
|
(P(!0), G(Qe, null, ct(n.items, (r, i) => (P(), G("li", { key: i }, [
|
|
44188
44197
|
B("div", {
|
|
44189
44198
|
class: fe(["relative", [!r.onEdit && !r.onDelete ? "pb-8" : "pb-3"]])
|
|
44190
44199
|
}, [
|
|
44191
|
-
i != n.items.length - 1 ? (P(), G("span",
|
|
44200
|
+
i != n.items.length - 1 ? (P(), G("span", s5)) : ke("", !0),
|
|
44192
44201
|
Ee(Ab, { item: r }, null, 8, ["item"])
|
|
44193
44202
|
], 2)
|
|
44194
44203
|
]))), 128))
|
|
44195
44204
|
])
|
|
44196
44205
|
]));
|
|
44197
44206
|
}
|
|
44198
|
-
}),
|
|
44207
|
+
}), c5 = ["pattern", "value", "onInput", "onPaste", "onKeydown"], d5 = /* @__PURE__ */ Se({
|
|
44199
44208
|
__name: "BaseUniqueCode",
|
|
44200
44209
|
props: {
|
|
44201
44210
|
modelValue: {
|
|
@@ -44282,7 +44291,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44282
44291
|
onInput: (g) => c(m, g),
|
|
44283
44292
|
onPaste: (g) => f(m, g),
|
|
44284
44293
|
onKeydown: (g) => d(m, g)
|
|
44285
|
-
}, null, 40,
|
|
44294
|
+
}, null, 40, c5))), 128))
|
|
44286
44295
|
]));
|
|
44287
44296
|
}
|
|
44288
44297
|
}), Cb = bs("systemAlerts", {
|
|
@@ -44357,7 +44366,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44357
44366
|
])
|
|
44358
44367
|
], 64));
|
|
44359
44368
|
}
|
|
44360
|
-
}),
|
|
44369
|
+
}), f5 = ["innerHTML"], Vp = /* @__PURE__ */ Se({
|
|
44361
44370
|
__name: "BaseLayoutNotificationItemContent",
|
|
44362
44371
|
props: {
|
|
44363
44372
|
active: { type: Boolean },
|
|
@@ -44371,7 +44380,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44371
44380
|
B("div", {
|
|
44372
44381
|
class: fe(["text-sm leading-tight", D(e)]),
|
|
44373
44382
|
innerHTML: r.notification.text
|
|
44374
|
-
}, null, 10,
|
|
44383
|
+
}, null, 10, f5),
|
|
44375
44384
|
r.notification.created_at ? (P(), Re(Gy, {
|
|
44376
44385
|
key: 0,
|
|
44377
44386
|
value: r.notification.created_at
|
|
@@ -44385,7 +44394,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44385
44394
|
}, 8, ["value"])) : ke("", !0)
|
|
44386
44395
|
], 2));
|
|
44387
44396
|
}
|
|
44388
|
-
}),
|
|
44397
|
+
}), h5 = { key: 1 }, p5 = /* @__PURE__ */ Se({
|
|
44389
44398
|
__name: "BaseLayoutNotificationItem",
|
|
44390
44399
|
props: {
|
|
44391
44400
|
notification: {
|
|
@@ -44417,7 +44426,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44417
44426
|
}, 1032, ["to", "onMouseup"])
|
|
44418
44427
|
]),
|
|
44419
44428
|
_: 1
|
|
44420
|
-
})) : (P(), G("div",
|
|
44429
|
+
})) : (P(), G("div", h5, [
|
|
44421
44430
|
Ee(D(uo), {
|
|
44422
44431
|
as: "button",
|
|
44423
44432
|
class: "w-full text-left"
|
|
@@ -44434,10 +44443,10 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44434
44443
|
]));
|
|
44435
44444
|
};
|
|
44436
44445
|
}
|
|
44437
|
-
}),
|
|
44446
|
+
}), m5 = {
|
|
44438
44447
|
key: 0,
|
|
44439
44448
|
class: "flex items-center justify-center p-6"
|
|
44440
|
-
},
|
|
44449
|
+
}, g5 = { class: "" }, v5 = { class: "text-center text-sm text-slate-700" }, y5 = {
|
|
44441
44450
|
key: 1,
|
|
44442
44451
|
class: "mt-1 border-t border-slate-200 pt-1"
|
|
44443
44452
|
}, Db = /* @__PURE__ */ Se({
|
|
@@ -44497,21 +44506,21 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44497
44506
|
], 2)
|
|
44498
44507
|
]),
|
|
44499
44508
|
items: we(() => [
|
|
44500
|
-
(P(!0), G(Qe, null, ct(n.notificationsConfig.items.slice(0, 4), (p) => (P(), Re(
|
|
44509
|
+
(P(!0), G(Qe, null, ct(n.notificationsConfig.items.slice(0, 4), (p) => (P(), Re(p5, {
|
|
44501
44510
|
key: p.id + "link",
|
|
44502
44511
|
notification: p,
|
|
44503
44512
|
onClick: a
|
|
44504
44513
|
}, null, 8, ["notification"]))), 128)),
|
|
44505
|
-
n.notificationsConfig.items.length == 0 ? (P(), G("div",
|
|
44506
|
-
B("div",
|
|
44514
|
+
n.notificationsConfig.items.length == 0 ? (P(), G("div", m5, [
|
|
44515
|
+
B("div", g5, [
|
|
44507
44516
|
Ee(D(tt), {
|
|
44508
44517
|
icon: "heroicons:inbox-stack",
|
|
44509
44518
|
class: "mx-auto mb-2 h-8 w-8 text-slate-400"
|
|
44510
44519
|
}),
|
|
44511
|
-
B("p",
|
|
44520
|
+
B("p", v5, Te(D(je)("sui.notifications_empty")), 1)
|
|
44512
44521
|
])
|
|
44513
44522
|
])) : ke("", !0),
|
|
44514
|
-
n.notificationsConfig.footerTo ? (P(), G("div",
|
|
44523
|
+
n.notificationsConfig.footerTo ? (P(), G("div", y5, [
|
|
44515
44524
|
Ee(D(uo), null, {
|
|
44516
44525
|
default: we(({ active: p, close: v }) => [
|
|
44517
44526
|
Ee(f, {
|
|
@@ -44534,7 +44543,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44534
44543
|
}, 8, ["width"]);
|
|
44535
44544
|
};
|
|
44536
44545
|
}
|
|
44537
|
-
}),
|
|
44546
|
+
}), b5 = { class: "flex w-full justify-between" }, w5 = { class: "flex grow" }, x5 = ["src", "alt"], E5 = { class: "space-y-0.5 p-2" }, S5 = { class: "p-2 pb-6" }, _5 = { class: "mt-4 space-y-1" }, k5 = /* @__PURE__ */ Se({
|
|
44538
44547
|
__name: "BaseLayoutStackedConfigurable",
|
|
44539
44548
|
props: {
|
|
44540
44549
|
appName: {
|
|
@@ -44590,8 +44599,8 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44590
44599
|
navbar: n.navbar
|
|
44591
44600
|
}, {
|
|
44592
44601
|
navbar: we(({ mobile: l }) => [
|
|
44593
|
-
B("div",
|
|
44594
|
-
B("div",
|
|
44602
|
+
B("div", b5, [
|
|
44603
|
+
B("div", w5, [
|
|
44595
44604
|
Ee(a, {
|
|
44596
44605
|
to: "/",
|
|
44597
44606
|
class: "flex flex-shrink-0 items-center p-2 pl-0"
|
|
@@ -44601,7 +44610,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44601
44610
|
class: "block h-8 w-auto",
|
|
44602
44611
|
src: n.logoUrl,
|
|
44603
44612
|
alt: n.appName
|
|
44604
|
-
}, null, 8,
|
|
44613
|
+
}, null, 8, x5)
|
|
44605
44614
|
]),
|
|
44606
44615
|
_: 1
|
|
44607
44616
|
}),
|
|
@@ -44656,7 +44665,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44656
44665
|
])
|
|
44657
44666
|
]),
|
|
44658
44667
|
mobile: we(() => [
|
|
44659
|
-
B("div",
|
|
44668
|
+
B("div", E5, [
|
|
44660
44669
|
(P(!0), G(Qe, null, ct(n.menu, (l) => (P(), Re(Ca, {
|
|
44661
44670
|
key: l.label,
|
|
44662
44671
|
item: l,
|
|
@@ -44667,14 +44676,14 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44667
44676
|
B("hr", {
|
|
44668
44677
|
class: fe(["mb-4 mt-2", [n.dark ? "border-slate-700" : "border-slate-200"]])
|
|
44669
44678
|
}, null, 2),
|
|
44670
|
-
B("div",
|
|
44679
|
+
B("div", S5, [
|
|
44671
44680
|
Ee(wa, {
|
|
44672
44681
|
user: n.user,
|
|
44673
44682
|
"show-details": "",
|
|
44674
44683
|
size: "base",
|
|
44675
44684
|
class: fe(["px-3", n.dark ? "text-white" : ""])
|
|
44676
44685
|
}, null, 8, ["user", "class"]),
|
|
44677
|
-
B("div",
|
|
44686
|
+
B("div", _5, [
|
|
44678
44687
|
(P(!0), G(Qe, null, ct(n.userMenu, (l) => (P(), Re(Ca, {
|
|
44679
44688
|
key: l.label,
|
|
44680
44689
|
item: l,
|
|
@@ -44691,13 +44700,13 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44691
44700
|
}, 8, ["size", "dark", "navbar"]);
|
|
44692
44701
|
};
|
|
44693
44702
|
}
|
|
44694
|
-
}),
|
|
44703
|
+
}), A5 = { class: "min-h-full" }, C5 = /* @__PURE__ */ B("div", { class: "fixed inset-0 bg-opacity-75 bg-slate-600" }, null, -1), T5 = { class: "fixed inset-0 z-40 flex" }, D5 = { class: "absolute top-0 right-0 pt-2 -mr-12" }, O5 = /* @__PURE__ */ B("span", { class: "sr-only" }, "Close sidebar", -1), R5 = { class: "flex items-center flex-shrink-0 px-4" }, M5 = ["src", "alt"], I5 = {
|
|
44695
44704
|
"data-scroll-lock-scrollable": "",
|
|
44696
44705
|
class: "flex-1 h-0 mt-5 overflow-y-auto"
|
|
44697
|
-
},
|
|
44706
|
+
}, N5 = /* @__PURE__ */ B("div", {
|
|
44698
44707
|
class: "flex-shrink-0 w-14",
|
|
44699
44708
|
"aria-hidden": "true"
|
|
44700
|
-
}, null, -1),
|
|
44709
|
+
}, null, -1), P5 = { class: "flex flex-col min-h-full || xl:pl-64 || xl:print:pl-0" }, B5 = { class: "sticky top-0 left-0 z-10 shadow shrink-0 || print:hidden" }, L5 = /* @__PURE__ */ B("span", { class: "sr-only" }, "Open sidebar", -1), j5 = { class: "flex flex-1" }, $5 = { class: "relative flex-1 min-h-full" }, z5 = { class: "z-10 hidden || xl:fixed xl:inset-y-0 xl:flex xl:w-64 xl:flex-col || xl:print:hidden" }, F5 = ["src", "alt"], H5 = { class: "flex flex-1" }, q5 = { class: "flex-1" }, Ob = /* @__PURE__ */ Se({
|
|
44701
44710
|
__name: "BaseLayoutSidebar",
|
|
44702
44711
|
props: {
|
|
44703
44712
|
appName: {
|
|
@@ -44729,7 +44738,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44729
44738
|
i.value = !1;
|
|
44730
44739
|
}
|
|
44731
44740
|
const s = z(() => t.size === "xs" ? 50 : t.size === "sm" ? 54 : 64);
|
|
44732
|
-
return bt("toggleMenu", o), bt("openMenu", a), bt("closeMenu", l), (c, d) => (P(), G("div",
|
|
44741
|
+
return bt("toggleMenu", o), bt("openMenu", a), bt("closeMenu", l), (c, d) => (P(), G("div", A5, [
|
|
44733
44742
|
Ee(D(Py), {
|
|
44734
44743
|
as: "template",
|
|
44735
44744
|
show: i.value
|
|
@@ -44751,11 +44760,11 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44751
44760
|
"leave-to": "opacity-0"
|
|
44752
44761
|
}, {
|
|
44753
44762
|
default: we(() => [
|
|
44754
|
-
|
|
44763
|
+
C5
|
|
44755
44764
|
]),
|
|
44756
44765
|
_: 1
|
|
44757
44766
|
}),
|
|
44758
|
-
B("div",
|
|
44767
|
+
B("div", T5, [
|
|
44759
44768
|
Ee(D(Pl), {
|
|
44760
44769
|
as: "template",
|
|
44761
44770
|
enter: "transition ease-in-out duration-300 transform",
|
|
@@ -44780,13 +44789,13 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44780
44789
|
"leave-to": "opacity-0"
|
|
44781
44790
|
}, {
|
|
44782
44791
|
default: we(() => [
|
|
44783
|
-
B("div",
|
|
44792
|
+
B("div", D5, [
|
|
44784
44793
|
B("button", {
|
|
44785
44794
|
type: "button",
|
|
44786
44795
|
class: "flex items-center justify-center w-10 h-10 ml-1 rounded-full",
|
|
44787
44796
|
onClick: d[0] || (d[0] = (h) => i.value = !1)
|
|
44788
44797
|
}, [
|
|
44789
|
-
|
|
44798
|
+
O5,
|
|
44790
44799
|
Ee(D(tt), {
|
|
44791
44800
|
icon: "heroicons:x-mark",
|
|
44792
44801
|
class: "w-6 h-6 text-white",
|
|
@@ -44797,14 +44806,14 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44797
44806
|
]),
|
|
44798
44807
|
_: 1
|
|
44799
44808
|
}),
|
|
44800
|
-
B("div",
|
|
44809
|
+
B("div", R5, [
|
|
44801
44810
|
B("img", {
|
|
44802
44811
|
class: "block w-auto h-8",
|
|
44803
44812
|
src: n.logoUrl,
|
|
44804
44813
|
alt: n.appName
|
|
44805
|
-
}, null, 8,
|
|
44814
|
+
}, null, 8, M5)
|
|
44806
44815
|
]),
|
|
44807
|
-
B("div",
|
|
44816
|
+
B("div", I5, [
|
|
44808
44817
|
B("nav", null, [
|
|
44809
44818
|
Ne(c.$slots, "menu")
|
|
44810
44819
|
])
|
|
@@ -44815,7 +44824,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44815
44824
|
]),
|
|
44816
44825
|
_: 3
|
|
44817
44826
|
}),
|
|
44818
|
-
|
|
44827
|
+
N5
|
|
44819
44828
|
])
|
|
44820
44829
|
]),
|
|
44821
44830
|
_: 3
|
|
@@ -44823,8 +44832,8 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44823
44832
|
]),
|
|
44824
44833
|
_: 3
|
|
44825
44834
|
}, 8, ["show"]),
|
|
44826
|
-
B("div",
|
|
44827
|
-
B("div",
|
|
44835
|
+
B("div", P5, [
|
|
44836
|
+
B("div", B5, [
|
|
44828
44837
|
(P(!0), G(Qe, null, ct(D(r), (h) => (P(), Re(If, {
|
|
44829
44838
|
key: h.id,
|
|
44830
44839
|
color: h.color,
|
|
@@ -44847,23 +44856,23 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44847
44856
|
class: "px-4 border-r border-slate-200 text-slate-500 xl:hidden",
|
|
44848
44857
|
onClick: d[2] || (d[2] = (h) => i.value = !0)
|
|
44849
44858
|
}, [
|
|
44850
|
-
|
|
44859
|
+
L5,
|
|
44851
44860
|
Ee(D(tt), {
|
|
44852
44861
|
icon: "heroicons:bars-3-bottom-left",
|
|
44853
44862
|
class: "w-6 h-6",
|
|
44854
44863
|
"aria-hidden": "true"
|
|
44855
44864
|
})
|
|
44856
44865
|
]),
|
|
44857
|
-
B("div",
|
|
44866
|
+
B("div", j5, [
|
|
44858
44867
|
Ne(c.$slots, "navbar")
|
|
44859
44868
|
])
|
|
44860
44869
|
], 4)
|
|
44861
44870
|
]),
|
|
44862
|
-
B("main",
|
|
44871
|
+
B("main", $5, [
|
|
44863
44872
|
Ne(c.$slots, "default")
|
|
44864
44873
|
])
|
|
44865
44874
|
]),
|
|
44866
|
-
B("div",
|
|
44875
|
+
B("div", z5, [
|
|
44867
44876
|
B("div", {
|
|
44868
44877
|
"data-scroll-lock-scrollable": "",
|
|
44869
44878
|
class: fe(["flex flex-col flex-1 min-h-0 overflow-y-auto", [n.dark ? "bg-slate-800" : "bg-white shadow"]])
|
|
@@ -44876,10 +44885,10 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44876
44885
|
class: "block w-auto h-8",
|
|
44877
44886
|
src: n.logoUrl,
|
|
44878
44887
|
alt: n.appName
|
|
44879
|
-
}, null, 8,
|
|
44888
|
+
}, null, 8, F5)
|
|
44880
44889
|
], 6),
|
|
44881
|
-
B("div",
|
|
44882
|
-
B("nav",
|
|
44890
|
+
B("div", H5, [
|
|
44891
|
+
B("nav", q5, [
|
|
44883
44892
|
Ne(c.$slots, "menu")
|
|
44884
44893
|
])
|
|
44885
44894
|
])
|
|
@@ -44887,7 +44896,7 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44887
44896
|
])
|
|
44888
44897
|
]));
|
|
44889
44898
|
}
|
|
44890
|
-
}),
|
|
44899
|
+
}), U5 = { class: "px-3 py-6" }, V5 = { class: "space-y-8" }, W5 = { class: "flex flex-1 justify-between px-4" }, G5 = /* @__PURE__ */ B("div", { class: "flex flex-1" }, null, -1), Y5 = { class: "ml-4 flex items-center md:ml-6" }, K5 = /* @__PURE__ */ Se({
|
|
44891
44900
|
__name: "BaseLayoutSidebarConfigurable",
|
|
44892
44901
|
props: {
|
|
44893
44902
|
appName: {
|
|
@@ -44942,8 +44951,8 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44942
44951
|
size: n.size
|
|
44943
44952
|
}, {
|
|
44944
44953
|
menu: we(() => [
|
|
44945
|
-
B("div",
|
|
44946
|
-
B("div",
|
|
44954
|
+
B("div", U5, [
|
|
44955
|
+
B("div", V5, [
|
|
44947
44956
|
(P(!0), G(Qe, null, ct(n.menu, (s) => (P(), G("div", {
|
|
44948
44957
|
key: s.label
|
|
44949
44958
|
}, [
|
|
@@ -44974,9 +44983,9 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
44974
44983
|
])
|
|
44975
44984
|
]),
|
|
44976
44985
|
navbar: we(() => [
|
|
44977
|
-
B("div",
|
|
44978
|
-
|
|
44979
|
-
B("div",
|
|
44986
|
+
B("div", W5, [
|
|
44987
|
+
G5,
|
|
44988
|
+
B("div", Y5, [
|
|
44980
44989
|
n.notifications ? (P(), Re(Db, {
|
|
44981
44990
|
key: 0,
|
|
44982
44991
|
"notifications-config": n.notifications,
|
|
@@ -45074,9 +45083,9 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
45074
45083
|
BaseInputLabel: $m,
|
|
45075
45084
|
BaseInputPercent: bN,
|
|
45076
45085
|
BaseLayoutSidebar: Ob,
|
|
45077
|
-
BaseLayoutSidebarConfigurable:
|
|
45086
|
+
BaseLayoutSidebarConfigurable: K5,
|
|
45078
45087
|
BaseLayoutStacked: Tb,
|
|
45079
|
-
BaseLayoutStackedConfigurable:
|
|
45088
|
+
BaseLayoutStackedConfigurable: k5,
|
|
45080
45089
|
BaseLoadingCover: Sf,
|
|
45081
45090
|
BaseMediaItem: RN,
|
|
45082
45091
|
BaseMediaLibrary: FP,
|
|
@@ -45090,39 +45099,39 @@ const qB = /* @__PURE__ */ ir(HB, [["__scopeId", "data-v-ee03d0ec"]]), UB = { cl
|
|
|
45090
45099
|
BaseNavbarItemContent: fb,
|
|
45091
45100
|
BaseNavbarSideItem: Ca,
|
|
45092
45101
|
BasePagination: By,
|
|
45093
|
-
BasePanel:
|
|
45094
|
-
BasePassword:
|
|
45095
|
-
BaseProgressCircle:
|
|
45096
|
-
BaseRadioGroup:
|
|
45097
|
-
BaseReadMore:
|
|
45098
|
-
BaseRichText:
|
|
45102
|
+
BasePanel: o3,
|
|
45103
|
+
BasePassword: u3,
|
|
45104
|
+
BaseProgressCircle: g3,
|
|
45105
|
+
BaseRadioGroup: x3,
|
|
45106
|
+
BaseReadMore: S3,
|
|
45107
|
+
BaseRichText: $3,
|
|
45099
45108
|
BaseSelect: gc,
|
|
45100
|
-
BaseShortcut:
|
|
45101
|
-
BaseSideNavigation:
|
|
45102
|
-
BaseSideNavigationItem:
|
|
45109
|
+
BaseShortcut: V3,
|
|
45110
|
+
BaseSideNavigation: Q3,
|
|
45111
|
+
BaseSideNavigationItem: X3,
|
|
45103
45112
|
BaseSkeleton: Dl,
|
|
45104
|
-
BaseStatistic:
|
|
45105
|
-
BaseStepper:
|
|
45113
|
+
BaseStatistic: aB,
|
|
45114
|
+
BaseStepper: IB,
|
|
45106
45115
|
BaseStepperItem: kb,
|
|
45107
|
-
BaseSwitch:
|
|
45116
|
+
BaseSwitch: PB,
|
|
45108
45117
|
BaseSystemAlert: If,
|
|
45109
|
-
BaseTabItem:
|
|
45118
|
+
BaseTabItem: KB,
|
|
45110
45119
|
BaseTable: Fy,
|
|
45111
45120
|
BaseTableColumn: Hy,
|
|
45112
|
-
BaseTabs:
|
|
45121
|
+
BaseTabs: UB,
|
|
45113
45122
|
BaseTagAutocomplete: wf,
|
|
45114
45123
|
BaseTagAutocompleteFetch: xf,
|
|
45115
45124
|
BaseTextarea: Gc,
|
|
45116
|
-
BaseTextareaAutoresize:
|
|
45117
|
-
BaseTimeline:
|
|
45125
|
+
BaseTextareaAutoresize: JB,
|
|
45126
|
+
BaseTimeline: u5,
|
|
45118
45127
|
BaseTimelineItem: Ab,
|
|
45119
45128
|
BaseTooltip: Ts,
|
|
45120
|
-
BaseUniqueCode:
|
|
45129
|
+
BaseUniqueCode: d5
|
|
45121
45130
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
45122
|
-
const
|
|
45131
|
+
const Q5 = 100, c4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45123
45132
|
__proto__: null,
|
|
45124
|
-
MAGIC_NUM:
|
|
45125
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
45133
|
+
MAGIC_NUM: Q5
|
|
45134
|
+
}, Symbol.toStringTag, { value: "Module" })), d4 = { en: Fm, fr: Hm }, Yt = {
|
|
45126
45135
|
http: jb.create(),
|
|
45127
45136
|
locales: {
|
|
45128
45137
|
en: "English",
|
|
@@ -45143,7 +45152,7 @@ const K5 = 100, u4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
|
|
|
45143
45152
|
countries: [],
|
|
45144
45153
|
regions: []
|
|
45145
45154
|
};
|
|
45146
|
-
function
|
|
45155
|
+
function Z5(n, t) {
|
|
45147
45156
|
for (const e in Wp)
|
|
45148
45157
|
n.component(e, Wp[e]);
|
|
45149
45158
|
t != null && t.http && (Yt.http = t.http), t != null && t.locales && (Yt.locales = t.locales), t != null && t.upload_url && (Yt.upload_url = t.upload_url), t != null && t.formatQueryString && (Yt.formatQueryString = t.formatQueryString), t != null && t.parseQueryString && (Yt.parseQueryString = t.parseQueryString), t != null && t.countries && (Yt.countries = t.countries), t != null && t.regions && (Yt.regions = t.regions), n.config.globalProperties.$i18n && dt(
|
|
@@ -45154,7 +45163,7 @@ function Q5(n, t) {
|
|
|
45154
45163
|
{ immediate: !0 }
|
|
45155
45164
|
);
|
|
45156
45165
|
}
|
|
45157
|
-
const
|
|
45166
|
+
const f4 = { install: Z5 };
|
|
45158
45167
|
export {
|
|
45159
45168
|
Pi as BaseActionItem,
|
|
45160
45169
|
Kw as BaseAddressForm,
|
|
@@ -45209,9 +45218,9 @@ export {
|
|
|
45209
45218
|
$m as BaseInputLabel,
|
|
45210
45219
|
bN as BaseInputPercent,
|
|
45211
45220
|
Ob as BaseLayoutSidebar,
|
|
45212
|
-
|
|
45221
|
+
K5 as BaseLayoutSidebarConfigurable,
|
|
45213
45222
|
Tb as BaseLayoutStacked,
|
|
45214
|
-
|
|
45223
|
+
k5 as BaseLayoutStackedConfigurable,
|
|
45215
45224
|
Sf as BaseLoadingCover,
|
|
45216
45225
|
RN as BaseMediaItem,
|
|
45217
45226
|
FP as BaseMediaLibrary,
|
|
@@ -45225,43 +45234,43 @@ export {
|
|
|
45225
45234
|
fb as BaseNavbarItemContent,
|
|
45226
45235
|
Ca as BaseNavbarSideItem,
|
|
45227
45236
|
By as BasePagination,
|
|
45228
|
-
|
|
45229
|
-
|
|
45230
|
-
|
|
45231
|
-
|
|
45232
|
-
|
|
45233
|
-
|
|
45237
|
+
o3 as BasePanel,
|
|
45238
|
+
u3 as BasePassword,
|
|
45239
|
+
g3 as BaseProgressCircle,
|
|
45240
|
+
x3 as BaseRadioGroup,
|
|
45241
|
+
S3 as BaseReadMore,
|
|
45242
|
+
$3 as BaseRichText,
|
|
45234
45243
|
gc as BaseSelect,
|
|
45235
|
-
|
|
45236
|
-
|
|
45237
|
-
|
|
45244
|
+
V3 as BaseShortcut,
|
|
45245
|
+
Q3 as BaseSideNavigation,
|
|
45246
|
+
X3 as BaseSideNavigationItem,
|
|
45238
45247
|
Dl as BaseSkeleton,
|
|
45239
|
-
|
|
45240
|
-
|
|
45248
|
+
aB as BaseStatistic,
|
|
45249
|
+
IB as BaseStepper,
|
|
45241
45250
|
kb as BaseStepperItem,
|
|
45242
|
-
|
|
45251
|
+
PB as BaseSwitch,
|
|
45243
45252
|
If as BaseSystemAlert,
|
|
45244
|
-
|
|
45253
|
+
KB as BaseTabItem,
|
|
45245
45254
|
Fy as BaseTable,
|
|
45246
45255
|
Hy as BaseTableColumn,
|
|
45247
|
-
|
|
45256
|
+
UB as BaseTabs,
|
|
45248
45257
|
wf as BaseTagAutocomplete,
|
|
45249
45258
|
xf as BaseTagAutocompleteFetch,
|
|
45250
45259
|
Gc as BaseTextarea,
|
|
45251
|
-
|
|
45252
|
-
|
|
45260
|
+
JB as BaseTextareaAutoresize,
|
|
45261
|
+
u5 as BaseTimeline,
|
|
45253
45262
|
Ab as BaseTimelineItem,
|
|
45254
45263
|
Ts as BaseTooltip,
|
|
45255
|
-
|
|
45256
|
-
|
|
45257
|
-
|
|
45264
|
+
d5 as BaseUniqueCode,
|
|
45265
|
+
c4 as MyConstants,
|
|
45266
|
+
u4 as base64ToBlob,
|
|
45258
45267
|
KD as blobToBase64,
|
|
45259
45268
|
Yt as config,
|
|
45260
|
-
|
|
45269
|
+
f4 as default,
|
|
45261
45270
|
Ed as disableScroll,
|
|
45262
45271
|
Sd as enableScroll,
|
|
45263
45272
|
$s as fileSizeFormat,
|
|
45264
|
-
|
|
45273
|
+
d4 as messages,
|
|
45265
45274
|
YD as resizeImageFromURI,
|
|
45266
45275
|
GD as toHumanList,
|
|
45267
45276
|
Ym as useClickOutside,
|