design-system-next 2.11.6 → 2.11.8
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/design-system-next.es.js +813 -792
- package/dist/design-system-next.es.js.gz +0 -0
- package/dist/design-system-next.umd.js +5 -5
- package/dist/design-system-next.umd.js.gz +0 -0
- package/dist/package.json.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/calendar-cell/calendar-cell.ts +6 -0
- package/src/components/calendar-cell/calendar-cell.vue +17 -4
- package/src/components/calendar-cell/use-calendar-cell.ts +33 -19
- package/src/components/sidenav/sidenav.vue +18 -18
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as ae, h as vr, toRefs as
|
|
1
|
+
import { defineComponent as ae, h as vr, toRefs as ye, ref as R, reactive as Xt, computed as F, nextTick as Je, openBlock as p, createElementBlock as v, normalizeClass as x, unref as o, renderSlot as ee, createVNode as V, Transition as mt, withCtx as H, withDirectives as tt, createElementVNode as A, normalizeStyle as $e, vShow as h0, watch as pe, getCurrentScope as Ps, onScopeDispose as Ys, readonly as ma, onUnmounted as Us, getCurrentInstance as B2, onMounted as Be, isRef as ge, shallowRef as Ma, markRaw as at, mergeProps as Ye, Fragment as X, renderList as le, toDisplayString as G, createCommentVNode as _, createBlock as K, mergeModels as ba, useModel as Na, pushScopeId as $a, popScopeId as Da, normalizeProps as R2, guardReactiveProps as V2, withScopeId as Ia, resolveComponent as y0, withKeys as v0, useSlots as It, onBeforeMount as Aa, createTextVNode as Te, createSlots as Pt, withModifiers as Mt, vModelText as a0, toRef as y2, vModelRadio as xa, vModelSelect as wa, useTemplateRef as Sa, TransitionGroup as Fs, effectScope as Bs, toRaw as qt, hasInjectionContext as ja, inject as Ta, isReactive as U0, Teleport as Oa, vModelCheckbox as _a } from "vue";
|
|
2
2
|
const Rs = /^[a-z0-9]+(-[a-z0-9]+)*$/, Q2 = (e, t, r, s = "") => {
|
|
3
3
|
const n = e.split(":");
|
|
4
4
|
if (e.slice(0, 1) === "@") {
|
|
@@ -656,12 +656,12 @@ function yo(e, t, r, s) {
|
|
|
656
656
|
}), y = [];
|
|
657
657
|
}
|
|
658
658
|
function w(N, I, k) {
|
|
659
|
-
const
|
|
659
|
+
const E = I !== "success";
|
|
660
660
|
switch (y = y.filter((b) => b !== N), u) {
|
|
661
661
|
case "pending":
|
|
662
662
|
break;
|
|
663
663
|
case "failed":
|
|
664
|
-
if (
|
|
664
|
+
if (E || !e.dataAfterTimeout)
|
|
665
665
|
return;
|
|
666
666
|
break;
|
|
667
667
|
default:
|
|
@@ -671,8 +671,8 @@ function yo(e, t, r, s) {
|
|
|
671
671
|
c = k, D();
|
|
672
672
|
return;
|
|
673
673
|
}
|
|
674
|
-
if (
|
|
675
|
-
c = k, y.length || (i.length ?
|
|
674
|
+
if (E) {
|
|
675
|
+
c = k, y.length || (i.length ? z() : D());
|
|
676
676
|
return;
|
|
677
677
|
}
|
|
678
678
|
if (C(), $(), !e.random) {
|
|
@@ -683,7 +683,7 @@ function yo(e, t, r, s) {
|
|
|
683
683
|
b(k);
|
|
684
684
|
});
|
|
685
685
|
}
|
|
686
|
-
function
|
|
686
|
+
function z() {
|
|
687
687
|
if (u !== "pending")
|
|
688
688
|
return;
|
|
689
689
|
C();
|
|
@@ -701,13 +701,13 @@ function yo(e, t, r, s) {
|
|
|
701
701
|
const I = {
|
|
702
702
|
status: "pending",
|
|
703
703
|
resource: N,
|
|
704
|
-
callback: (k,
|
|
705
|
-
w(I, k,
|
|
704
|
+
callback: (k, E) => {
|
|
705
|
+
w(I, k, E);
|
|
706
706
|
}
|
|
707
707
|
};
|
|
708
|
-
y.push(I), d++, g = setTimeout(
|
|
708
|
+
y.push(I), d++, g = setTimeout(z, e.rotate), r(N, t, I.callback);
|
|
709
709
|
}
|
|
710
|
-
return setTimeout(
|
|
710
|
+
return setTimeout(z), m;
|
|
711
711
|
}
|
|
712
712
|
function Xs(e) {
|
|
713
713
|
const t = {
|
|
@@ -1189,7 +1189,7 @@ const _o = {
|
|
|
1189
1189
|
default: !0
|
|
1190
1190
|
}
|
|
1191
1191
|
}, ko = (e) => {
|
|
1192
|
-
const { accordionItems: t, isDefaultOpen: r, alwaysOpen: s } =
|
|
1192
|
+
const { accordionItems: t, isDefaultOpen: r, alwaysOpen: s } = ye(e), n = R(), a = Xt(t.value.map(() => r.value && s.value));
|
|
1193
1193
|
return {
|
|
1194
1194
|
accordionItems: t,
|
|
1195
1195
|
isDefaultOpen: r,
|
|
@@ -1221,7 +1221,7 @@ const _o = {
|
|
|
1221
1221
|
}, Po = {
|
|
1222
1222
|
"update:modelValue": (e) => typeof e == "boolean"
|
|
1223
1223
|
}, Yo = (e, t) => {
|
|
1224
|
-
const { modelValue: r, transitionDuration: s } =
|
|
1224
|
+
const { modelValue: r, transitionDuration: s } = ye(e), n = F(() => ({
|
|
1225
1225
|
container: "spr-w-full"
|
|
1226
1226
|
})), a = F(() => ({
|
|
1227
1227
|
overflow: "hidden",
|
|
@@ -1271,7 +1271,7 @@ const _o = {
|
|
|
1271
1271
|
}, {
|
|
1272
1272
|
default: H(() => [
|
|
1273
1273
|
tt(A("div", {
|
|
1274
|
-
style:
|
|
1274
|
+
style: $e(o(a))
|
|
1275
1275
|
}, [
|
|
1276
1276
|
ee(g.$slots, "default")
|
|
1277
1277
|
], 4), [
|
|
@@ -1407,7 +1407,7 @@ function ti(...e) {
|
|
|
1407
1407
|
};
|
|
1408
1408
|
}
|
|
1409
1409
|
function ri(e = sn) {
|
|
1410
|
-
const t =
|
|
1410
|
+
const t = R(!0);
|
|
1411
1411
|
function r() {
|
|
1412
1412
|
t.value = !1;
|
|
1413
1413
|
}
|
|
@@ -1460,7 +1460,7 @@ function ii(e, t, r = {}) {
|
|
|
1460
1460
|
);
|
|
1461
1461
|
let i, l, u;
|
|
1462
1462
|
if (n.flush === "sync") {
|
|
1463
|
-
const d =
|
|
1463
|
+
const d = R(!1);
|
|
1464
1464
|
l = () => {
|
|
1465
1465
|
}, i = (c) => {
|
|
1466
1466
|
d.value = !0, c(), d.value = !1;
|
|
@@ -1472,7 +1472,7 @@ function ii(e, t, r = {}) {
|
|
|
1472
1472
|
n
|
|
1473
1473
|
);
|
|
1474
1474
|
} else {
|
|
1475
|
-
const d = [], c =
|
|
1475
|
+
const d = [], c = R(0), g = R(0);
|
|
1476
1476
|
l = () => {
|
|
1477
1477
|
c.value = g.value;
|
|
1478
1478
|
}, d.push(
|
|
@@ -1507,7 +1507,7 @@ function Ee(e) {
|
|
|
1507
1507
|
const r = Le(e);
|
|
1508
1508
|
return (t = r == null ? void 0 : r.$el) != null ? t : r;
|
|
1509
1509
|
}
|
|
1510
|
-
function
|
|
1510
|
+
function Ae(...e) {
|
|
1511
1511
|
let t, r, s, n;
|
|
1512
1512
|
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([r, s, n] = e, t = gt) : [t, r, s, n] = e, !t)
|
|
1513
1513
|
return Pe;
|
|
@@ -1556,16 +1556,16 @@ function Yt(e, t, r = {}) {
|
|
|
1556
1556
|
};
|
|
1557
1557
|
let c = !1;
|
|
1558
1558
|
const g = [
|
|
1559
|
-
|
|
1559
|
+
Ae(s, "click", (h) => {
|
|
1560
1560
|
c || (c = !0, setTimeout(() => {
|
|
1561
1561
|
c = !1;
|
|
1562
1562
|
}, 0), d(h));
|
|
1563
1563
|
}, { passive: !0, capture: a }),
|
|
1564
|
-
|
|
1564
|
+
Ae(s, "pointerdown", (h) => {
|
|
1565
1565
|
const C = Ee(e);
|
|
1566
1566
|
l = !u(h) && !!(C && !h.composedPath().includes(C));
|
|
1567
1567
|
}, { passive: !0 }),
|
|
1568
|
-
i &&
|
|
1568
|
+
i && Ae(s, "blur", (h) => {
|
|
1569
1569
|
setTimeout(() => {
|
|
1570
1570
|
var C;
|
|
1571
1571
|
const f = Ee(e);
|
|
@@ -1576,7 +1576,7 @@ function Yt(e, t, r = {}) {
|
|
|
1576
1576
|
return () => g.forEach((h) => h());
|
|
1577
1577
|
}
|
|
1578
1578
|
function li() {
|
|
1579
|
-
const e =
|
|
1579
|
+
const e = R(!1), t = B2();
|
|
1580
1580
|
return t && Be(() => {
|
|
1581
1581
|
e.value = !0;
|
|
1582
1582
|
}, t), e;
|
|
@@ -1613,7 +1613,7 @@ function pi(e, t = {}) {
|
|
|
1613
1613
|
timestamp: Jo()
|
|
1614
1614
|
});
|
|
1615
1615
|
}
|
|
1616
|
-
const l =
|
|
1616
|
+
const l = R(i()), u = R([]), d = R([]), c = ($) => {
|
|
1617
1617
|
a(e, n($.snapshot)), l.value = $;
|
|
1618
1618
|
}, g = () => {
|
|
1619
1619
|
u.value.unshift(l.value), l.value = i(), t.capacity && u.value.length > t.capacity && u.value.splice(t.capacity, Number.POSITIVE_INFINITY), d.value.length && d.value.splice(0, d.value.length);
|
|
@@ -1662,9 +1662,9 @@ function gi(e, t = {}) {
|
|
|
1662
1662
|
M,
|
|
1663
1663
|
{ deep: r, flush: s, eventFilter: a }
|
|
1664
1664
|
);
|
|
1665
|
-
function y(w,
|
|
1665
|
+
function y(w, z) {
|
|
1666
1666
|
c(), d(() => {
|
|
1667
|
-
w.value =
|
|
1667
|
+
w.value = z;
|
|
1668
1668
|
});
|
|
1669
1669
|
}
|
|
1670
1670
|
const h = pi(e, { ...t, clone: t.clone || r, setSource: y }), { clear: C, commit: f } = h;
|
|
@@ -1675,11 +1675,11 @@ function gi(e, t = {}) {
|
|
|
1675
1675
|
l(), w && M();
|
|
1676
1676
|
}
|
|
1677
1677
|
function D(w) {
|
|
1678
|
-
let
|
|
1679
|
-
const N = () =>
|
|
1678
|
+
let z = !1;
|
|
1679
|
+
const N = () => z = !0;
|
|
1680
1680
|
d(() => {
|
|
1681
1681
|
w(N);
|
|
1682
|
-
}),
|
|
1682
|
+
}), z || M();
|
|
1683
1683
|
}
|
|
1684
1684
|
function $() {
|
|
1685
1685
|
g(), C();
|
|
@@ -1696,7 +1696,7 @@ function gi(e, t = {}) {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
function fi(e, t = {}) {
|
|
1698
1698
|
var r, s;
|
|
1699
|
-
const n =
|
|
1699
|
+
const n = R(!1), a = Ma(null);
|
|
1700
1700
|
let i = 0, l = !0;
|
|
1701
1701
|
if (Q0) {
|
|
1702
1702
|
const u = typeof t == "function" ? { onDrop: t } : t, d = (r = u.multiple) != null ? r : !0, c = (s = u.preventDefaultForUnhandled) != null ? s : !1, g = (f) => {
|
|
@@ -1711,8 +1711,8 @@ function fi(e, t = {}) {
|
|
|
1711
1711
|
return !0;
|
|
1712
1712
|
}, h = (f) => {
|
|
1713
1713
|
var M, m;
|
|
1714
|
-
const D = Array.from((m = (M = f.dataTransfer) == null ? void 0 : M.items) != null ? m : []), $ = D.filter((N) => N.kind === "file").map((N) => N.type), w = y($),
|
|
1715
|
-
return w &&
|
|
1714
|
+
const D = Array.from((m = (M = f.dataTransfer) == null ? void 0 : M.items) != null ? m : []), $ = D.filter((N) => N.kind === "file").map((N) => N.type), w = y($), z = d || D.filter((N) => N.kind === "file").length <= 1;
|
|
1715
|
+
return w && z;
|
|
1716
1716
|
}, C = (f, M) => {
|
|
1717
1717
|
var m, D, $, w;
|
|
1718
1718
|
if (l = h(f), !l) {
|
|
@@ -1720,7 +1720,7 @@ function fi(e, t = {}) {
|
|
|
1720
1720
|
return;
|
|
1721
1721
|
}
|
|
1722
1722
|
f.preventDefault(), f.dataTransfer && (f.dataTransfer.dropEffect = "copy");
|
|
1723
|
-
const
|
|
1723
|
+
const z = g(f);
|
|
1724
1724
|
switch (M) {
|
|
1725
1725
|
case "enter":
|
|
1726
1726
|
i += 1, n.value = !0, (m = u.onEnter) == null || m.call(u, null, f);
|
|
@@ -1732,11 +1732,11 @@ function fi(e, t = {}) {
|
|
|
1732
1732
|
i -= 1, i === 0 && (n.value = !1), ($ = u.onLeave) == null || $.call(u, null, f);
|
|
1733
1733
|
break;
|
|
1734
1734
|
case "drop":
|
|
1735
|
-
i = 0, n.value = !1, l && (a.value =
|
|
1735
|
+
i = 0, n.value = !1, l && (a.value = z, (w = u.onDrop) == null || w.call(u, z, f));
|
|
1736
1736
|
break;
|
|
1737
1737
|
}
|
|
1738
1738
|
};
|
|
1739
|
-
|
|
1739
|
+
Ae(e, "dragenter", (f) => C(f, "enter")), Ae(e, "dragover", (f) => C(f, "over")), Ae(e, "dragleave", (f) => C(f, "leave")), Ae(e, "drop", (f) => C(f, "drop"));
|
|
1740
1740
|
}
|
|
1741
1741
|
return {
|
|
1742
1742
|
files: a,
|
|
@@ -1774,13 +1774,13 @@ function G0(e, t = {}) {
|
|
|
1774
1774
|
delayEnter: r = 0,
|
|
1775
1775
|
delayLeave: s = 0,
|
|
1776
1776
|
window: n = gt
|
|
1777
|
-
} = t, a =
|
|
1777
|
+
} = t, a = R(!1);
|
|
1778
1778
|
let i;
|
|
1779
1779
|
const l = (u) => {
|
|
1780
1780
|
const d = u ? r : s;
|
|
1781
1781
|
i && (clearTimeout(i), i = void 0), d ? i = setTimeout(() => a.value = u, d) : a.value = u;
|
|
1782
1782
|
};
|
|
1783
|
-
return n && (
|
|
1783
|
+
return n && (Ae(e, "mouseenter", () => l(!0), { passive: !0 }), Ae(e, "mouseleave", () => l(!1), { passive: !0 })), a;
|
|
1784
1784
|
}
|
|
1785
1785
|
function yi(e, t, r = {}) {
|
|
1786
1786
|
const {
|
|
@@ -1794,7 +1794,7 @@ function yi(e, t, r = {}) {
|
|
|
1794
1794
|
return (Array.isArray(C) ? C : [C]).map(Ee).filter(Go);
|
|
1795
1795
|
});
|
|
1796
1796
|
let c = Pe;
|
|
1797
|
-
const g =
|
|
1797
|
+
const g = R(l), y = u.value ? pe(
|
|
1798
1798
|
() => [d.value, Ee(s), g.value],
|
|
1799
1799
|
([C, f]) => {
|
|
1800
1800
|
if (c(), !g.value || !C.length)
|
|
@@ -1828,7 +1828,7 @@ function yi(e, t, r = {}) {
|
|
|
1828
1828
|
};
|
|
1829
1829
|
}
|
|
1830
1830
|
function vi(e, t = {}) {
|
|
1831
|
-
const { window: r = gt, scrollTarget: s, threshold: n = 0 } = t, a =
|
|
1831
|
+
const { window: r = gt, scrollTarget: s, threshold: n = 0 } = t, a = R(!1);
|
|
1832
1832
|
return yi(
|
|
1833
1833
|
e,
|
|
1834
1834
|
(i) => {
|
|
@@ -1845,11 +1845,11 @@ function vi(e, t = {}) {
|
|
|
1845
1845
|
), a;
|
|
1846
1846
|
}
|
|
1847
1847
|
function W0(e, t = {}) {
|
|
1848
|
-
const { initialValue: r = !1, focusVisible: s = !1, preventScroll: n = !1 } = t, a =
|
|
1849
|
-
|
|
1848
|
+
const { initialValue: r = !1, focusVisible: s = !1, preventScroll: n = !1 } = t, a = R(!1), i = F(() => Ee(e));
|
|
1849
|
+
Ae(i, "focus", (u) => {
|
|
1850
1850
|
var d, c;
|
|
1851
1851
|
(!s || (c = (d = u.target).matches) != null && c.call(d, ":focus-visible")) && (a.value = !0);
|
|
1852
|
-
}),
|
|
1852
|
+
}), Ae(i, "blur", () => a.value = !1);
|
|
1853
1853
|
const l = F({
|
|
1854
1854
|
get: () => a.value,
|
|
1855
1855
|
set(u) {
|
|
@@ -1890,7 +1890,7 @@ function mi(e, t = {}) {
|
|
|
1890
1890
|
onError: c = (I) => {
|
|
1891
1891
|
console.error(I);
|
|
1892
1892
|
}
|
|
1893
|
-
} = t, g =
|
|
1893
|
+
} = t, g = R(0), y = R(0), h = F({
|
|
1894
1894
|
get() {
|
|
1895
1895
|
return g.value;
|
|
1896
1896
|
},
|
|
@@ -1906,21 +1906,21 @@ function mi(e, t = {}) {
|
|
|
1906
1906
|
}
|
|
1907
1907
|
});
|
|
1908
1908
|
function f(I, k) {
|
|
1909
|
-
var
|
|
1909
|
+
var E, b, P, B;
|
|
1910
1910
|
if (!d)
|
|
1911
1911
|
return;
|
|
1912
1912
|
const Z = Le(e);
|
|
1913
1913
|
if (!Z)
|
|
1914
1914
|
return;
|
|
1915
|
-
(
|
|
1916
|
-
top: (
|
|
1915
|
+
(P = Z instanceof Document ? d.document.body : Z) == null || P.scrollTo({
|
|
1916
|
+
top: (E = Le(k)) != null ? E : C.value,
|
|
1917
1917
|
left: (b = Le(I)) != null ? b : h.value,
|
|
1918
1918
|
behavior: Le(u)
|
|
1919
1919
|
});
|
|
1920
|
-
const T = ((
|
|
1920
|
+
const T = ((B = Z == null ? void 0 : Z.document) == null ? void 0 : B.documentElement) || (Z == null ? void 0 : Z.documentElement) || Z;
|
|
1921
1921
|
h != null && (g.value = T.scrollLeft), C != null && (y.value = T.scrollTop);
|
|
1922
1922
|
}
|
|
1923
|
-
const M =
|
|
1923
|
+
const M = R(!1), m = Xt({
|
|
1924
1924
|
left: !0,
|
|
1925
1925
|
right: !1,
|
|
1926
1926
|
top: !0,
|
|
@@ -1932,26 +1932,26 @@ function mi(e, t = {}) {
|
|
|
1932
1932
|
bottom: !1
|
|
1933
1933
|
}), $ = (I) => {
|
|
1934
1934
|
M.value && (M.value = !1, D.left = !1, D.right = !1, D.top = !1, D.bottom = !1, n(I));
|
|
1935
|
-
}, w = Z2($, r + s),
|
|
1935
|
+
}, w = Z2($, r + s), z = (I) => {
|
|
1936
1936
|
var k;
|
|
1937
1937
|
if (!d)
|
|
1938
1938
|
return;
|
|
1939
|
-
const
|
|
1940
|
-
D.left =
|
|
1941
|
-
const Z = Math.abs(
|
|
1942
|
-
b === "flex" &&
|
|
1943
|
-
let j =
|
|
1939
|
+
const E = ((k = I == null ? void 0 : I.document) == null ? void 0 : k.documentElement) || (I == null ? void 0 : I.documentElement) || Ee(I), { display: b, flexDirection: P } = getComputedStyle(E), B = E.scrollLeft;
|
|
1940
|
+
D.left = B < g.value, D.right = B > g.value;
|
|
1941
|
+
const Z = Math.abs(B) <= (i.left || 0), T = Math.abs(B) + E.clientWidth >= E.scrollWidth - (i.right || 0) - Tr;
|
|
1942
|
+
b === "flex" && P === "row-reverse" ? (m.left = T, m.right = Z) : (m.left = Z, m.right = T), g.value = B;
|
|
1943
|
+
let j = E.scrollTop;
|
|
1944
1944
|
I === d.document && !j && (j = d.document.body.scrollTop), D.top = j < y.value, D.bottom = j > y.value;
|
|
1945
|
-
const O = Math.abs(j) <= (i.top || 0), S = Math.abs(j) +
|
|
1946
|
-
b === "flex" &&
|
|
1945
|
+
const O = Math.abs(j) <= (i.top || 0), S = Math.abs(j) + E.clientHeight >= E.scrollHeight - (i.bottom || 0) - Tr;
|
|
1946
|
+
b === "flex" && P === "column-reverse" ? (m.top = S, m.bottom = O) : (m.top = O, m.bottom = S), y.value = j;
|
|
1947
1947
|
}, N = (I) => {
|
|
1948
1948
|
var k;
|
|
1949
1949
|
if (!d)
|
|
1950
1950
|
return;
|
|
1951
|
-
const
|
|
1952
|
-
|
|
1951
|
+
const E = (k = I.target.documentElement) != null ? k : I.target;
|
|
1952
|
+
z(E), M.value = !0, w(I), a(I);
|
|
1953
1953
|
};
|
|
1954
|
-
return
|
|
1954
|
+
return Ae(
|
|
1955
1955
|
e,
|
|
1956
1956
|
"scroll",
|
|
1957
1957
|
r ? si(N, r, !0, !1) : N,
|
|
@@ -1961,11 +1961,11 @@ function mi(e, t = {}) {
|
|
|
1961
1961
|
const I = Le(e);
|
|
1962
1962
|
if (!I)
|
|
1963
1963
|
return;
|
|
1964
|
-
|
|
1964
|
+
z(I);
|
|
1965
1965
|
} catch (I) {
|
|
1966
1966
|
c(I);
|
|
1967
1967
|
}
|
|
1968
|
-
}),
|
|
1968
|
+
}), Ae(
|
|
1969
1969
|
e,
|
|
1970
1970
|
"scrollend",
|
|
1971
1971
|
$,
|
|
@@ -1978,7 +1978,7 @@ function mi(e, t = {}) {
|
|
|
1978
1978
|
directions: D,
|
|
1979
1979
|
measure() {
|
|
1980
1980
|
const I = Le(e);
|
|
1981
|
-
d && I &&
|
|
1981
|
+
d && I && z(I);
|
|
1982
1982
|
}
|
|
1983
1983
|
};
|
|
1984
1984
|
}
|
|
@@ -1997,7 +1997,7 @@ function kt(e, t, r = {}) {
|
|
|
1997
1997
|
...r.offset
|
|
1998
1998
|
}
|
|
1999
1999
|
}
|
|
2000
|
-
)), u =
|
|
2000
|
+
)), u = R(), d = F(() => !!u.value), c = F(() => Ci(Le(e))), g = vi(c);
|
|
2001
2001
|
function y() {
|
|
2002
2002
|
if (l.measure(), !c.value || !g.value || !i(c.value))
|
|
2003
2003
|
return;
|
|
@@ -2028,7 +2028,7 @@ function ln(e = {}) {
|
|
|
2028
2028
|
capture: s = !1,
|
|
2029
2029
|
initialValue: n = !1,
|
|
2030
2030
|
window: a = gt
|
|
2031
|
-
} = e, i =
|
|
2031
|
+
} = e, i = R(n), l = R(null);
|
|
2032
2032
|
if (!a)
|
|
2033
2033
|
return {
|
|
2034
2034
|
pressed: i,
|
|
@@ -2039,12 +2039,12 @@ function ln(e = {}) {
|
|
|
2039
2039
|
}, d = () => {
|
|
2040
2040
|
i.value = !1, l.value = null;
|
|
2041
2041
|
}, c = F(() => Ee(e.target) || a);
|
|
2042
|
-
return
|
|
2042
|
+
return Ae(c, "mousedown", u("mouse"), { passive: !0, capture: s }), Ae(a, "mouseleave", d, { passive: !0, capture: s }), Ae(a, "mouseup", d, { passive: !0, capture: s }), r && (Ae(c, "dragstart", u("mouse"), { passive: !0, capture: s }), Ae(a, "drop", d, { passive: !0, capture: s }), Ae(a, "dragend", d, { passive: !0, capture: s })), t && (Ae(c, "touchstart", u("touch"), { passive: !0, capture: s }), Ae(a, "touchend", d, { passive: !0, capture: s }), Ae(a, "touchcancel", d, { passive: !0, capture: s })), {
|
|
2043
2043
|
pressed: i,
|
|
2044
2044
|
sourceType: l
|
|
2045
2045
|
};
|
|
2046
2046
|
}
|
|
2047
|
-
function
|
|
2047
|
+
function De(e, t, r, s = {}) {
|
|
2048
2048
|
var n, a, i;
|
|
2049
2049
|
const {
|
|
2050
2050
|
clone: l = !1,
|
|
@@ -2060,17 +2060,17 @@ function $e(e, t, r, s = {}) {
|
|
|
2060
2060
|
y ? y($) && C(f, $) : C(f, $);
|
|
2061
2061
|
};
|
|
2062
2062
|
if (u) {
|
|
2063
|
-
const $ = m(), w =
|
|
2064
|
-
let
|
|
2063
|
+
const $ = m(), w = R($);
|
|
2064
|
+
let z = !1;
|
|
2065
2065
|
return pe(
|
|
2066
2066
|
() => e[t],
|
|
2067
2067
|
(N) => {
|
|
2068
|
-
|
|
2068
|
+
z || (z = !0, w.value = M(N), Je(() => z = !1));
|
|
2069
2069
|
}
|
|
2070
2070
|
), pe(
|
|
2071
2071
|
w,
|
|
2072
2072
|
(N) => {
|
|
2073
|
-
!
|
|
2073
|
+
!z && (N !== e[t] || c) && D(N);
|
|
2074
2074
|
},
|
|
2075
2075
|
{ deep: c }
|
|
2076
2076
|
), w;
|
|
@@ -2127,14 +2127,14 @@ function Mi() {
|
|
|
2127
2127
|
}(u0)), u0.exports;
|
|
2128
2128
|
}
|
|
2129
2129
|
var bi = Mi();
|
|
2130
|
-
const
|
|
2131
|
-
const { state: r, type: s, size: n, tone: a, variant: i, disabled: l, hasIcon: u, fullwidth: d } =
|
|
2132
|
-
const
|
|
2130
|
+
const L = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
2131
|
+
const { state: r, type: s, size: n, tone: a, variant: i, disabled: l, hasIcon: u, fullwidth: d } = ye(e), c = R(null), g = G0(c), { pressed: y } = ln({ target: c }), { focused: h } = W0(c), C = F(() => {
|
|
2132
|
+
const E = L(
|
|
2133
2133
|
"spr-background-color spr-flex spr-items-center spr-gap-1.5 spr-w-fit spr-min-w-[24px] spr-items-center spr-justify-center spr-rounded-md spr-outline-2 spr-outline-offset-4",
|
|
2134
2134
|
{
|
|
2135
2135
|
"spr-w-full": d.value
|
|
2136
2136
|
}
|
|
2137
|
-
), b =
|
|
2137
|
+
), b = L("spr-font-medium", {
|
|
2138
2138
|
"spr-min-w-6 spr-p-1.5 spr-leading-100 spr-font-size-100": !u.value && n.value === "small",
|
|
2139
2139
|
"spr-min-w-7 spr-p-2 spr-leading-100 spr-font-size-100": !u.value && n.value === "medium",
|
|
2140
2140
|
"spr-max-h-9 spr-min-w-9 spr-px-2 spr-py-3 spr-leading-300 spr-font-size-200": !u.value && n.value === "large",
|
|
@@ -2142,46 +2142,46 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2142
2142
|
"spr-min-w-6 spr-p-1.5 spr-leading-100 spr-font-size-100 [&>svg]:spr-font-size-200": u.value && n.value === "small",
|
|
2143
2143
|
"spr-min-w-7 spr-p-2 spr-leading-100 spr-font-size-100 [&>svg]:spr-font-size-300": u.value && n.value === "medium",
|
|
2144
2144
|
"spr-max-h-9 spr-min-w-9 spr-px-2 spr-py-3 spr-leading-300 spr-font-size-200 [&>svg]:spr-font-size-400": u.value && n.value === "large"
|
|
2145
|
-
}),
|
|
2145
|
+
}), P = L(
|
|
2146
2146
|
M.value,
|
|
2147
2147
|
f.value,
|
|
2148
2148
|
N.value
|
|
2149
|
-
),
|
|
2149
|
+
), B = L([
|
|
2150
2150
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
2151
2151
|
"hover:spr-shadow-button-hover",
|
|
2152
2152
|
"active:spr-scale-95"
|
|
2153
2153
|
]);
|
|
2154
2154
|
if (l.value) {
|
|
2155
2155
|
if (i.value === "primary")
|
|
2156
|
-
return
|
|
2157
|
-
|
|
2156
|
+
return L(
|
|
2157
|
+
E,
|
|
2158
2158
|
b,
|
|
2159
2159
|
"spr-text-color-disabled spr-background-color-disabled !spr-shadow-none !spr-cursor-not-allowed spr-border-none"
|
|
2160
2160
|
);
|
|
2161
2161
|
if (i.value === "secondary")
|
|
2162
|
-
return
|
|
2163
|
-
|
|
2162
|
+
return L(
|
|
2163
|
+
E,
|
|
2164
2164
|
b,
|
|
2165
2165
|
"spr-text-color-disabled !spr-shadow-none !spr-cursor-not-allowed spr-border spr-border-solid spr-border-color-disabled"
|
|
2166
2166
|
);
|
|
2167
2167
|
if (i.value === "tertiary")
|
|
2168
|
-
return
|
|
2169
|
-
|
|
2168
|
+
return L(
|
|
2169
|
+
E,
|
|
2170
2170
|
b,
|
|
2171
2171
|
"spr-text-color-disabled !spr-shadow-none !spr-cursor-not-allowed spr-border-none"
|
|
2172
2172
|
);
|
|
2173
2173
|
}
|
|
2174
|
-
return
|
|
2175
|
-
}), f = F(() => i.value === "secondary" || i.value === "tertiary" ?
|
|
2174
|
+
return L(E, b, P, B);
|
|
2175
|
+
}), f = F(() => i.value === "secondary" || i.value === "tertiary" ? L({
|
|
2176
2176
|
"spr-text-color-strong": a.value === "neutral",
|
|
2177
2177
|
"spr-text-color-brand-base": a.value === "success",
|
|
2178
2178
|
"spr-text-color-danger-base": a.value === "danger"
|
|
2179
|
-
}) :
|
|
2179
|
+
}) : L({
|
|
2180
2180
|
"spr-text-color-strong": a.value === "neutral",
|
|
2181
2181
|
"spr-text-color-inverted-strong": a.value === "success" || a.value === "danger"
|
|
2182
|
-
})), M = F(() => i.value === "secondary" ? y.value ? "spr-background-color-pressed !spr-shadow-button" : g.value ? "spr-background-color-hover" : "spr-background-color " : i.value === "tertiary" ? m() : D()), m = () => y.value ? "spr-background-color-pressed !spr-shadow-button" :
|
|
2182
|
+
})), M = F(() => i.value === "secondary" ? y.value ? "spr-background-color-pressed !spr-shadow-button" : g.value ? "spr-background-color-hover" : "spr-background-color " : i.value === "tertiary" ? m() : D()), m = () => y.value ? "spr-background-color-pressed !spr-shadow-button" : L("!border-none", {
|
|
2183
2183
|
"spr-background-color-hover": g.value
|
|
2184
|
-
}), D = () => y.value ? $() : g.value ? w() :
|
|
2184
|
+
}), D = () => y.value ? $() : g.value ? w() : z(), $ = () => ({
|
|
2185
2185
|
neutral: "spr-background-color-pressed !spr-shadow-button",
|
|
2186
2186
|
success: "spr-background-color-brand-pressed !spr-shadow-button",
|
|
2187
2187
|
danger: "spr-background-color-danger-pressed !spr-shadow-button"
|
|
@@ -2189,11 +2189,11 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2189
2189
|
neutral: "spr-background-color-hover",
|
|
2190
2190
|
success: "spr-background-color-success-pressed",
|
|
2191
2191
|
danger: "spr-background-color-danger-hover"
|
|
2192
|
-
})[a.value] || "",
|
|
2192
|
+
})[a.value] || "", z = () => ({
|
|
2193
2193
|
neutral: "spr-background-color-base",
|
|
2194
2194
|
success: "spr-background-color-brand-base",
|
|
2195
2195
|
danger: "spr-background-color-danger-base"
|
|
2196
|
-
})[a.value] || "", N = F(() =>
|
|
2196
|
+
})[a.value] || "", N = F(() => L(
|
|
2197
2197
|
"spr-border spr-border-solid",
|
|
2198
2198
|
{
|
|
2199
2199
|
"spr-border-transparent": i.value === "primary" || i.value === "tertiary",
|
|
@@ -2212,12 +2212,12 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2212
2212
|
buttonClassses: C,
|
|
2213
2213
|
buttonRef: c,
|
|
2214
2214
|
buttonProps: I,
|
|
2215
|
-
handleClick: (
|
|
2215
|
+
handleClick: (E) => {
|
|
2216
2216
|
if (l.value) {
|
|
2217
|
-
|
|
2217
|
+
E.stopPropagation();
|
|
2218
2218
|
return;
|
|
2219
2219
|
}
|
|
2220
|
-
t("click",
|
|
2220
|
+
t("click", E);
|
|
2221
2221
|
}
|
|
2222
2222
|
};
|
|
2223
2223
|
}, be = /* @__PURE__ */ ae({
|
|
@@ -2372,13 +2372,13 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2372
2372
|
default: !1
|
|
2373
2373
|
}
|
|
2374
2374
|
}, Ei = (e) => {
|
|
2375
|
-
const { size: t, color: r, variant: s, initial: n, loading: a } =
|
|
2376
|
-
const c =
|
|
2375
|
+
const { size: t, color: r, variant: s, initial: n, loading: a } = ye(e), i = F(() => {
|
|
2376
|
+
const c = L("spr-relative spr-inline-block spr-rounded-full", {
|
|
2377
2377
|
"spr-background-color-surface": r.value === "primary",
|
|
2378
2378
|
"spr-background-color": r.value === "secondary",
|
|
2379
2379
|
"spr-background-color spr-border-color-success-base spr-border spr-border-solid": r.value === "tertiary",
|
|
2380
2380
|
"spr-skeletal-loader spr-h-full spr-w-full": a.value
|
|
2381
|
-
}), g =
|
|
2381
|
+
}), g = L(
|
|
2382
2382
|
"avatar__slot spr-border-color-weak spr-border spr-border-solid",
|
|
2383
2383
|
"spr-rounded-full spr-object-cover spr-flex spr-items-center spr-justify-center spr-overflow-hidden",
|
|
2384
2384
|
{
|
|
@@ -2400,7 +2400,7 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2400
2400
|
"[&>img]:spr-h-5 [&>img]:spr-w-5 [&>img]:spr-min-h-5 [&>img]:spr-min-w-5": t.value === "xs",
|
|
2401
2401
|
"[&>img]:spr-h-4 [&>img]:spr-w-4 [&>img]:spr-min-h-4 [&>img]:spr-min-w-4": t.value === "2xs"
|
|
2402
2402
|
}
|
|
2403
|
-
), y =
|
|
2403
|
+
), y = L(
|
|
2404
2404
|
"spr-rounded-full spr-border-color-weak spr-border spr-border-solid spr-items-center spr-flex spr-justify-center spr-heading-xs spr-text-color-strong",
|
|
2405
2405
|
{
|
|
2406
2406
|
"spr-h-20 spr-min-w-20": t.value === "2xl",
|
|
@@ -2411,14 +2411,14 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2411
2411
|
"spr-h-5 spr-min-w-5 !spr-text-[10px]": t.value === "xs",
|
|
2412
2412
|
"spr-h-4 spr-min-w-4 !spr-text-[10px]": t.value === "2xs"
|
|
2413
2413
|
}
|
|
2414
|
-
), h =
|
|
2414
|
+
), h = L("spr-absolute spr-right-0 spr-top-0", {
|
|
2415
2415
|
"spr-right-[-5px] spr-top-[-6.3px]": t.value === "xl",
|
|
2416
2416
|
"spr-right-[-7px] spr-top-[-8px]": t.value === "lg",
|
|
2417
2417
|
"spr-right-[-5px] spr-top-[-6px]": t.value === "md",
|
|
2418
2418
|
"spr-right-[-7px] spr-top-[-7px]": t.value === "sm",
|
|
2419
2419
|
"spr-right-[-5px] spr-top-[-4px]": t.value === "xs",
|
|
2420
2420
|
"spr-right-[-4px] spr-top-[-4px]": t.value === "2xs"
|
|
2421
|
-
}), C =
|
|
2421
|
+
}), C = L("spr-absolute spr-bottom-0 spr-right-0", {
|
|
2422
2422
|
"spr-bottom-0 spr-right-0": t.value === "xl" || t.value === "lg" || t.value === "md",
|
|
2423
2423
|
"spr-bottom-[1px] spr-right-[1px]": t.value === "xl",
|
|
2424
2424
|
"spr-bottom-[-3px] spr-right-[-4px]": t.value === "sm",
|
|
@@ -2496,22 +2496,22 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2496
2496
|
default: "default"
|
|
2497
2497
|
}
|
|
2498
2498
|
}, Bi = (e) => {
|
|
2499
|
-
const { variant: t, size: r, position: s } =
|
|
2499
|
+
const { variant: t, size: r, position: s } = ye(e);
|
|
2500
2500
|
return {
|
|
2501
2501
|
badgeClasses: F(() => {
|
|
2502
|
-
const a =
|
|
2502
|
+
const a = L({
|
|
2503
2503
|
"spr-flex spr-items-center spr-gap-2": s.value === "default",
|
|
2504
2504
|
"spr-relative": s.value === "top" || s.value === "bottom"
|
|
2505
|
-
}), i =
|
|
2505
|
+
}), i = L({
|
|
2506
2506
|
"spr-background-color-danger-base spr-text-color-inverted-strong": t.value === "danger",
|
|
2507
2507
|
"spr-background-color-disabled spr-text-color-on-fill-disabled": t.value === "disabled",
|
|
2508
2508
|
"spr-background-color-information-base spr-text-color-inverted-strong": t.value === "information",
|
|
2509
2509
|
"spr-background-color-brand-base spr-text-color-inverted-strong": t.value === "brand"
|
|
2510
|
-
}), l =
|
|
2510
|
+
}), l = L({
|
|
2511
2511
|
"spr-label-sm-medium !spr-leading-[0] !spr-tracking-normal spr-h-[20px] spr-min-w-[20px] spr-rounded-[32px] spr-py-size-spacing-3xs spr-px-size-spacing-5xs spr-box-border": r.value === "big",
|
|
2512
2512
|
"spr-label-xs-medium !spr-leading-[0] !spr-tracking-normal spr-h-[16px] spr-min-w-[16px] spr-rounded-[32px] spr-py-size-spacing-6xs spr-px-size-spacing-5xs spr-box-border": r.value === "small",
|
|
2513
2513
|
"spr-h-[10px] spr-min-w-[10px] spr-rounded-full": r.value === "tiny"
|
|
2514
|
-
}), u =
|
|
2514
|
+
}), u = L({
|
|
2515
2515
|
"spr-absolute -spr-top-1 spr-right-1": s.value === "top" && r.value === "tiny",
|
|
2516
2516
|
"spr-absolute -spr-bottom-1 spr-right-1": s.value === "bottom" && r.value === "tiny",
|
|
2517
2517
|
"spr-absolute -spr-top-2 -spr-right-1": s.value === "top" && r.value === "small",
|
|
@@ -2630,7 +2630,7 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2630
2630
|
}
|
|
2631
2631
|
}, Ki = (e, t) => {
|
|
2632
2632
|
const r = () => t.value = !1, s = F(() => {
|
|
2633
|
-
const a =
|
|
2633
|
+
const a = L(
|
|
2634
2634
|
"spr-w-full spr-flex spr-flex-row spr-items-top spr-p-size-spacing-3xs spr-rounded-border-radius-md",
|
|
2635
2635
|
{
|
|
2636
2636
|
"spr-background-color-success-weak": e.type === "success",
|
|
@@ -2639,9 +2639,9 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2639
2639
|
"spr-background-color-pending-weak": e.type === "pending",
|
|
2640
2640
|
"spr-background-color-caution-weak": e.type === "caution"
|
|
2641
2641
|
}
|
|
2642
|
-
), i =
|
|
2642
|
+
), i = L(
|
|
2643
2643
|
"spr-flex-auto"
|
|
2644
|
-
), l =
|
|
2644
|
+
), l = L(
|
|
2645
2645
|
"spr-mt-[2px]",
|
|
2646
2646
|
{
|
|
2647
2647
|
"spr-text-color-brand-base": e.type === "success",
|
|
@@ -2650,7 +2650,7 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2650
2650
|
"spr-text-color-pending-base": e.type === "pending",
|
|
2651
2651
|
"spr-text-color-caution-base": e.type === "caution"
|
|
2652
2652
|
}
|
|
2653
|
-
), u =
|
|
2653
|
+
), u = L(
|
|
2654
2654
|
"spr-body-sm-regular",
|
|
2655
2655
|
{
|
|
2656
2656
|
"spr-text-color-brand-base": e.type === "success",
|
|
@@ -2659,7 +2659,7 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2659
2659
|
"spr-text-color-pending-pressed": e.type === "pending",
|
|
2660
2660
|
"spr-text-color-caution-pressed": e.type === "caution"
|
|
2661
2661
|
}
|
|
2662
|
-
), d =
|
|
2662
|
+
), d = L(
|
|
2663
2663
|
"spr-flex-none spr-cursor-pointer spr-mt-[2px]",
|
|
2664
2664
|
{
|
|
2665
2665
|
"spr-text-color-brand-base": e.type === "success",
|
|
@@ -2888,12 +2888,12 @@ const z = /* @__PURE__ */ u2(bi), Ni = (e, t) => {
|
|
|
2888
2888
|
default: "unset"
|
|
2889
2889
|
}
|
|
2890
2890
|
}, il = ["click", "update:modelValue"], ll = (e, t) => {
|
|
2891
|
-
const { tone: r, variant: s, disabled: n } =
|
|
2892
|
-
const l =
|
|
2891
|
+
const { tone: r, variant: s, disabled: n } = ye(e), a = De(e, "modelValue", t), i = F(() => {
|
|
2892
|
+
const l = L("spr-rounded-r-none spr-border-r", {
|
|
2893
2893
|
"!spr-border-solid spr-border-l-0 spr-border-t-0 spr-border-b-0": n.value && s.value !== "secondary",
|
|
2894
2894
|
"spr-border-r-kangkong-800": r.value === "success" && !n.value,
|
|
2895
2895
|
"spr-border-r-mushroom-200": r.value !== "success" || r.value === "success" && n.value
|
|
2896
|
-
}), u =
|
|
2896
|
+
}), u = L("spr-rounded-l-none", {
|
|
2897
2897
|
"spr-border-solid spr-border-l-0": s.value === "secondary",
|
|
2898
2898
|
"spr-border-l-transparent": s.value !== "secondary"
|
|
2899
2899
|
});
|
|
@@ -3076,7 +3076,7 @@ const yl = async (e, t, r) => {
|
|
|
3076
3076
|
x: D,
|
|
3077
3077
|
y: $,
|
|
3078
3078
|
data: w,
|
|
3079
|
-
reset:
|
|
3079
|
+
reset: z
|
|
3080
3080
|
} = await m({
|
|
3081
3081
|
x: c,
|
|
3082
3082
|
y: g,
|
|
@@ -3097,11 +3097,11 @@ const yl = async (e, t, r) => {
|
|
|
3097
3097
|
...h[M],
|
|
3098
3098
|
...w
|
|
3099
3099
|
}
|
|
3100
|
-
},
|
|
3100
|
+
}, z && C <= 50 && (C++, typeof z == "object" && (z.placement && (y = z.placement), z.rects && (d = z.rects === !0 ? await i.getElementRects({
|
|
3101
3101
|
reference: e,
|
|
3102
3102
|
floating: t,
|
|
3103
3103
|
strategy: n
|
|
3104
|
-
}) :
|
|
3104
|
+
}) : z.rects), {
|
|
3105
3105
|
x: c,
|
|
3106
3106
|
y: g
|
|
3107
3107
|
} = Lr(d, y, u)), f = -1);
|
|
@@ -3146,17 +3146,17 @@ async function G2(e, t) {
|
|
|
3146
3146
|
} : {
|
|
3147
3147
|
x: 1,
|
|
3148
3148
|
y: 1
|
|
3149
|
-
},
|
|
3149
|
+
}, z = Gt(a.convertOffsetParentRelativeRectToViewportRelativeRect ? await a.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
3150
3150
|
elements: l,
|
|
3151
3151
|
rect: D,
|
|
3152
3152
|
offsetParent: $,
|
|
3153
3153
|
strategy: u
|
|
3154
3154
|
}) : D);
|
|
3155
3155
|
return {
|
|
3156
|
-
top: (m.top -
|
|
3157
|
-
bottom: (
|
|
3158
|
-
left: (m.left -
|
|
3159
|
-
right: (
|
|
3156
|
+
top: (m.top - z.top + C.top) / w.y,
|
|
3157
|
+
bottom: (z.bottom - m.bottom + C.bottom) / w.y,
|
|
3158
|
+
left: (m.left - z.left + C.left) / w.x,
|
|
3159
|
+
right: (z.right - m.right + C.right) / w.x
|
|
3160
3160
|
};
|
|
3161
3161
|
}
|
|
3162
3162
|
const vl = (e) => ({
|
|
@@ -3180,10 +3180,10 @@ const vl = (e) => ({
|
|
|
3180
3180
|
const g = pn(c), y = {
|
|
3181
3181
|
x: r,
|
|
3182
3182
|
y: s
|
|
3183
|
-
}, h = J0(n), C = K0(h), f = await i.getDimensions(d), M = h === "y", m = M ? "top" : "left", D = M ? "bottom" : "right", $ = M ? "clientHeight" : "clientWidth", w = a.reference[C] + a.reference[h] - y[h] - a.floating[C],
|
|
3183
|
+
}, h = J0(n), C = K0(h), f = await i.getDimensions(d), M = h === "y", m = M ? "top" : "left", D = M ? "bottom" : "right", $ = M ? "clientHeight" : "clientWidth", w = a.reference[C] + a.reference[h] - y[h] - a.floating[C], z = y[h] - a.reference[h], N = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
|
|
3184
3184
|
let I = N ? N[$] : 0;
|
|
3185
3185
|
(!I || !await (i.isElement == null ? void 0 : i.isElement(N))) && (I = l.floating[$] || a.floating[C]);
|
|
3186
|
-
const k = w / 2 -
|
|
3186
|
+
const k = w / 2 - z / 2, E = I / 2 - f[C] / 2 - 1, b = t2(g[m], E), P = t2(g[D], E), B = b, Z = I - f[C] - P, T = I / 2 - f[C] / 2 + k, j = N0(B, T, Z), O = !u.arrow && He(n) != null && T !== j && a.reference[C] / 2 - (T < B ? b : P) - f[C] / 2 < 0, S = O ? T < B ? T - B : T - Z : 0;
|
|
3187
3187
|
return {
|
|
3188
3188
|
[h]: y[h] + S,
|
|
3189
3189
|
data: {
|
|
@@ -3228,7 +3228,7 @@ const ml = function(e) {
|
|
|
3228
3228
|
placement: f[0]
|
|
3229
3229
|
}
|
|
3230
3230
|
};
|
|
3231
|
-
const w = [M[Xe(D)], M[$[0]], M[$[1]]],
|
|
3231
|
+
const w = [M[Xe(D)], M[$[0]], M[$[1]]], z = [...((s = i.autoPlacement) == null ? void 0 : s.overflows) || [], {
|
|
3232
3232
|
placement: D,
|
|
3233
3233
|
overflows: w
|
|
3234
3234
|
}], N = f[m + 1];
|
|
@@ -3236,34 +3236,34 @@ const ml = function(e) {
|
|
|
3236
3236
|
return {
|
|
3237
3237
|
data: {
|
|
3238
3238
|
index: m + 1,
|
|
3239
|
-
overflows:
|
|
3239
|
+
overflows: z
|
|
3240
3240
|
},
|
|
3241
3241
|
reset: {
|
|
3242
3242
|
placement: N
|
|
3243
3243
|
}
|
|
3244
3244
|
};
|
|
3245
|
-
const I =
|
|
3246
|
-
const
|
|
3247
|
-
return [b.placement,
|
|
3245
|
+
const I = z.map((b) => {
|
|
3246
|
+
const P = He(b.placement);
|
|
3247
|
+
return [b.placement, P && c ? (
|
|
3248
3248
|
// Check along the mainAxis and main crossAxis side.
|
|
3249
|
-
b.overflows.slice(0, 2).reduce((
|
|
3249
|
+
b.overflows.slice(0, 2).reduce((B, Z) => B + Z, 0)
|
|
3250
3250
|
) : (
|
|
3251
3251
|
// Check only the mainAxis.
|
|
3252
3252
|
b.overflows[0]
|
|
3253
3253
|
), b.overflows];
|
|
3254
|
-
}).sort((b,
|
|
3254
|
+
}).sort((b, P) => b[1] - P[1]), E = ((n = I.filter((b) => b[2].slice(
|
|
3255
3255
|
0,
|
|
3256
3256
|
// Aligned placements should not check their opposite crossAxis
|
|
3257
3257
|
// side.
|
|
3258
3258
|
He(b[0]) ? 2 : 3
|
|
3259
|
-
).every((
|
|
3260
|
-
return
|
|
3259
|
+
).every((P) => P <= 0))[0]) == null ? void 0 : n[0]) || I[0][0];
|
|
3260
|
+
return E !== l ? {
|
|
3261
3261
|
data: {
|
|
3262
3262
|
index: m + 1,
|
|
3263
|
-
overflows:
|
|
3263
|
+
overflows: z
|
|
3264
3264
|
},
|
|
3265
3265
|
reset: {
|
|
3266
|
-
placement:
|
|
3266
|
+
placement: E
|
|
3267
3267
|
}
|
|
3268
3268
|
} : {};
|
|
3269
3269
|
}
|
|
@@ -3292,20 +3292,20 @@ const ml = function(e) {
|
|
|
3292
3292
|
} = At(e, t);
|
|
3293
3293
|
if ((r = a.arrow) != null && r.alignmentOffset)
|
|
3294
3294
|
return {};
|
|
3295
|
-
const m = Xe(n), D = Nt(l), $ = Xe(l) === l, w = await (u.isRTL == null ? void 0 : u.isRTL(d.floating)),
|
|
3296
|
-
!y && N &&
|
|
3297
|
-
const I = [l, ...
|
|
3295
|
+
const m = Xe(n), D = Nt(l), $ = Xe(l) === l, w = await (u.isRTL == null ? void 0 : u.isRTL(d.floating)), z = y || ($ || !f ? [_2(l)] : pl(l)), N = C !== "none";
|
|
3296
|
+
!y && N && z.push(...fl(l, f, C, w));
|
|
3297
|
+
const I = [l, ...z], k = await G2(t, M), E = [];
|
|
3298
3298
|
let b = ((s = a.flip) == null ? void 0 : s.overflows) || [];
|
|
3299
|
-
if (c &&
|
|
3299
|
+
if (c && E.push(k[m]), g) {
|
|
3300
3300
|
const T = cn(n, i, w);
|
|
3301
|
-
|
|
3301
|
+
E.push(k[T[0]], k[T[1]]);
|
|
3302
3302
|
}
|
|
3303
3303
|
if (b = [...b, {
|
|
3304
3304
|
placement: n,
|
|
3305
|
-
overflows:
|
|
3306
|
-
}], !
|
|
3307
|
-
var
|
|
3308
|
-
const T = (((
|
|
3305
|
+
overflows: E
|
|
3306
|
+
}], !E.every((T) => T <= 0)) {
|
|
3307
|
+
var P, B;
|
|
3308
|
+
const T = (((P = a.flip) == null ? void 0 : P.index) || 0) + 1, j = I[T];
|
|
3309
3309
|
if (j)
|
|
3310
3310
|
return {
|
|
3311
3311
|
data: {
|
|
@@ -3316,7 +3316,7 @@ const ml = function(e) {
|
|
|
3316
3316
|
placement: j
|
|
3317
3317
|
}
|
|
3318
3318
|
};
|
|
3319
|
-
let O = (
|
|
3319
|
+
let O = (B = b.filter((S) => S.overflows[0] <= 0).sort((S, Y) => S.overflows[1] - Y.overflows[1])[0]) == null ? void 0 : B.placement;
|
|
3320
3320
|
if (!O)
|
|
3321
3321
|
switch (h) {
|
|
3322
3322
|
case "bestFit": {
|
|
@@ -3474,19 +3474,19 @@ const Nl = function(e) {
|
|
|
3474
3474
|
} = a.floating;
|
|
3475
3475
|
let M, m;
|
|
3476
3476
|
g === "top" || g === "bottom" ? (M = g, m = y === (await (i.isRTL == null ? void 0 : i.isRTL(l.floating)) ? "start" : "end") ? "left" : "right") : (m = g, M = y === "end" ? "top" : "bottom");
|
|
3477
|
-
const D = f - c.top - c.bottom, $ = C - c.left - c.right, w = t2(f - c[M], D),
|
|
3478
|
-
let I = w, k =
|
|
3477
|
+
const D = f - c.top - c.bottom, $ = C - c.left - c.right, w = t2(f - c[M], D), z = t2(C - c[m], $), N = !t.middlewareData.shift;
|
|
3478
|
+
let I = w, k = z;
|
|
3479
3479
|
if ((r = t.middlewareData.shift) != null && r.enabled.x && (k = $), (s = t.middlewareData.shift) != null && s.enabled.y && (I = D), N && !y) {
|
|
3480
|
-
const b = yt(c.left, 0),
|
|
3481
|
-
h ? k = C - 2 * (b !== 0 ||
|
|
3480
|
+
const b = yt(c.left, 0), P = yt(c.right, 0), B = yt(c.top, 0), Z = yt(c.bottom, 0);
|
|
3481
|
+
h ? k = C - 2 * (b !== 0 || P !== 0 ? b + P : yt(c.left, c.right)) : I = f - 2 * (B !== 0 || Z !== 0 ? B + Z : yt(c.top, c.bottom));
|
|
3482
3482
|
}
|
|
3483
3483
|
await u({
|
|
3484
3484
|
...t,
|
|
3485
3485
|
availableWidth: k,
|
|
3486
3486
|
availableHeight: I
|
|
3487
3487
|
});
|
|
3488
|
-
const
|
|
3489
|
-
return C !==
|
|
3488
|
+
const E = await i.getDimensions(l.floating);
|
|
3489
|
+
return C !== E.width || f !== E.height ? {
|
|
3490
3490
|
reset: {
|
|
3491
3491
|
rects: !0
|
|
3492
3492
|
}
|
|
@@ -4635,7 +4635,7 @@ function Zl(e, t, r, s, n, a) {
|
|
|
4635
4635
|
"v-popper__popper--no-positioning": !e.result
|
|
4636
4636
|
}
|
|
4637
4637
|
]]),
|
|
4638
|
-
style:
|
|
4638
|
+
style: $e(e.result ? {
|
|
4639
4639
|
position: e.result.strategy,
|
|
4640
4640
|
transform: `translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`
|
|
4641
4641
|
} : void 0),
|
|
@@ -4650,7 +4650,7 @@ function Zl(e, t, r, s, n, a) {
|
|
|
4650
4650
|
}),
|
|
4651
4651
|
A("div", {
|
|
4652
4652
|
class: "v-popper__wrapper",
|
|
4653
|
-
style:
|
|
4653
|
+
style: $e(e.result ? {
|
|
4654
4654
|
transformOrigin: e.result.transformOrigin
|
|
4655
4655
|
} : void 0)
|
|
4656
4656
|
}, [
|
|
@@ -4668,7 +4668,7 @@ function Zl(e, t, r, s, n, a) {
|
|
|
4668
4668
|
A("div", {
|
|
4669
4669
|
ref: "arrow",
|
|
4670
4670
|
class: "v-popper__arrow-container",
|
|
4671
|
-
style:
|
|
4671
|
+
style: $e(e.result ? {
|
|
4672
4672
|
left: e.toPx(e.result.arrow.x),
|
|
4673
4673
|
top: e.toPx(e.result.arrow.y)
|
|
4674
4674
|
} : void 0)
|
|
@@ -5106,12 +5106,12 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5106
5106
|
"update:modelValue": (e) => e,
|
|
5107
5107
|
"update:search": (e) => typeof e == "string"
|
|
5108
5108
|
}, t1 = (e, t) => {
|
|
5109
|
-
const r =
|
|
5109
|
+
const r = De(e, "modelValue", t), s = De(e, "searchValue", t), { menuList: n, menuLevel: a, groupItemsBy: i, multiSelect: l, preSelectedItems: u, disabledLocalSearch: d, noCheck: c } = ye(e), g = F(() => ({ listItemClasses: L(
|
|
5110
5110
|
"spr-flex spr-cursor-pointer spr-items-center spr-gap-1.5 spr-rounded-lg spr-p-2",
|
|
5111
5111
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
5112
5112
|
"hover:spr-background-color-hover",
|
|
5113
5113
|
"active:spr-background-color-single-active active:spr-scale-[.98]"
|
|
5114
|
-
) })), y =
|
|
5114
|
+
) })), y = R(""), h = R([]), C = R([]), f = R([
|
|
5115
5115
|
{
|
|
5116
5116
|
groupLabel: "no-group",
|
|
5117
5117
|
items: []
|
|
@@ -5142,47 +5142,47 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5142
5142
|
h.value = [...e.menuList], h.value && h.value.length > 0 && i != null && i.value && (i.value === "default" ? $() : w());
|
|
5143
5143
|
}, $ = () => {
|
|
5144
5144
|
i != null && i.value && h.value.forEach((b) => {
|
|
5145
|
-
var
|
|
5146
|
-
let
|
|
5147
|
-
|
|
5145
|
+
var B;
|
|
5146
|
+
let P = b.group;
|
|
5147
|
+
P || (P = "no-group"), f.value.some((Z) => Z.groupLabel === P) ? (B = f.value.find((Z) => Z.groupLabel === P)) == null || B.items.push(b) : f.value.push({ groupLabel: P, items: [b] });
|
|
5148
5148
|
});
|
|
5149
5149
|
}, w = () => {
|
|
5150
|
-
i != null && i.value && h.value.sort((b,
|
|
5150
|
+
i != null && i.value && h.value.sort((b, P) => i.value === "A-Z" ? b.text.localeCompare(P.text) : i.value === "Z-A" ? P.text.localeCompare(b.text) : 0).forEach((b) => {
|
|
5151
5151
|
var Z;
|
|
5152
|
-
const
|
|
5153
|
-
f.value.some((T) => T.groupLabel ===
|
|
5152
|
+
const P = b.text.charAt(0), B = /^\d/.test(P) ? "no-group" : P.toUpperCase();
|
|
5153
|
+
f.value.some((T) => T.groupLabel === B) ? (Z = f.value.find((T) => T.groupLabel === B)) == null || Z.items.push(b) : f.value.push({ groupLabel: B, items: [b] });
|
|
5154
5154
|
});
|
|
5155
|
-
},
|
|
5156
|
-
var
|
|
5157
|
-
if (!((
|
|
5158
|
-
const b = u.value.map((
|
|
5159
|
-
if (typeof
|
|
5160
|
-
const T = h.value.find((j) => j._originalObject ? JSON.stringify(j._originalObject) === JSON.stringify(
|
|
5155
|
+
}, z = () => {
|
|
5156
|
+
var P;
|
|
5157
|
+
if (!((P = u.value) != null && P.length)) return;
|
|
5158
|
+
const b = u.value.map((B) => {
|
|
5159
|
+
if (typeof B == "object" && B !== null) {
|
|
5160
|
+
const T = h.value.find((j) => j._originalObject ? JSON.stringify(j._originalObject) === JSON.stringify(B) : !1);
|
|
5161
5161
|
if (T) return T;
|
|
5162
|
-
if ("id" in
|
|
5163
|
-
const j = h.value.find((O) => O._originalObject && "id" in O._originalObject ? O._originalObject.id ===
|
|
5162
|
+
if ("id" in B) {
|
|
5163
|
+
const j = h.value.find((O) => O._originalObject && "id" in O._originalObject ? O._originalObject.id === B.id : String(O.value).includes(String(B.id)));
|
|
5164
5164
|
if (j) return j;
|
|
5165
5165
|
}
|
|
5166
5166
|
}
|
|
5167
|
-
const Z = h.value.find((T) => T.value ===
|
|
5167
|
+
const Z = h.value.find((T) => T.value === B);
|
|
5168
5168
|
if (Z) return Z;
|
|
5169
|
-
if (typeof
|
|
5169
|
+
if (typeof B == "number") {
|
|
5170
5170
|
const T = h.value.find(
|
|
5171
5171
|
(j) => (
|
|
5172
5172
|
// Match if menuItem.value is the same number
|
|
5173
|
-
typeof j.value == "number" && j.value ===
|
|
5174
|
-
typeof j.value == "string" && j.value === String(
|
|
5173
|
+
typeof j.value == "number" && j.value === B || // Match if menuItem.value is a string representation of the number
|
|
5174
|
+
typeof j.value == "string" && j.value === String(B)
|
|
5175
5175
|
)
|
|
5176
5176
|
);
|
|
5177
5177
|
if (T) return T;
|
|
5178
5178
|
}
|
|
5179
|
-
return h.value.find((T) => String(T.value) === String(
|
|
5179
|
+
return h.value.find((T) => String(T.value) === String(B));
|
|
5180
5180
|
}).filter(Boolean);
|
|
5181
5181
|
if (l.value)
|
|
5182
5182
|
r.value = b;
|
|
5183
5183
|
else {
|
|
5184
|
-
const
|
|
5185
|
-
|
|
5184
|
+
const B = b[0];
|
|
5185
|
+
B && !r.value.some((Z) => Z.text === B.text ? !0 : String(Z.value) === String(B.value)) && (r.value = [B]);
|
|
5186
5186
|
}
|
|
5187
5187
|
}, N = (b) => ({
|
|
5188
5188
|
[g.value.listItemClasses]: !b.disabled,
|
|
@@ -5194,57 +5194,57 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5194
5194
|
D();
|
|
5195
5195
|
return;
|
|
5196
5196
|
}
|
|
5197
|
-
const
|
|
5198
|
-
const Z =
|
|
5197
|
+
const P = e.menuList.filter((B) => {
|
|
5198
|
+
const Z = B.text.toLowerCase().includes(b), T = B.subtext ? B.subtext.toLowerCase().includes(b) : !1;
|
|
5199
5199
|
return Z || T;
|
|
5200
5200
|
});
|
|
5201
|
-
h.value =
|
|
5201
|
+
h.value = P, i != null && i.value && (f.value = [{ groupLabel: "no-group", items: [] }], i.value === "default" ? P.forEach((B) => {
|
|
5202
5202
|
var T;
|
|
5203
|
-
const Z =
|
|
5204
|
-
f.value.some((j) => j.groupLabel === Z) ? (T = f.value.find((j) => j.groupLabel === Z)) == null || T.items.push(
|
|
5205
|
-
}) :
|
|
5203
|
+
const Z = B.group || "no-group";
|
|
5204
|
+
f.value.some((j) => j.groupLabel === Z) ? (T = f.value.find((j) => j.groupLabel === Z)) == null || T.items.push(B) : f.value.push({ groupLabel: Z, items: [B] });
|
|
5205
|
+
}) : P.sort((B, Z) => i.value === "A-Z" ? B.text.localeCompare(Z.text) : i.value === "Z-A" ? Z.text.localeCompare(B.text) : 0).forEach((B) => {
|
|
5206
5206
|
var j;
|
|
5207
|
-
const Z =
|
|
5208
|
-
f.value.some((O) => O.groupLabel === T) ? (j = f.value.find((O) => O.groupLabel === T)) == null || j.items.push(
|
|
5207
|
+
const Z = B.text.charAt(0), T = /^\d/.test(Z) ? "no-group" : Z.toUpperCase();
|
|
5208
|
+
f.value.some((O) => O.groupLabel === T) ? (j = f.value.find((O) => O.groupLabel === T)) == null || j.items.push(B) : f.value.push({ groupLabel: T, items: [B] });
|
|
5209
5209
|
}));
|
|
5210
5210
|
}, k = (b) => {
|
|
5211
5211
|
if (!b.disabled)
|
|
5212
5212
|
if (l.value) {
|
|
5213
|
-
const
|
|
5214
|
-
if (
|
|
5215
|
-
if (typeof
|
|
5216
|
-
return String(
|
|
5217
|
-
if (typeof
|
|
5218
|
-
return JSON.stringify(
|
|
5219
|
-
if ("_originalObject" in
|
|
5220
|
-
if (
|
|
5213
|
+
const P = r.value.findIndex((B) => {
|
|
5214
|
+
if (B.text === b.text) return !0;
|
|
5215
|
+
if (typeof B.value != "object" && typeof b.value != "object")
|
|
5216
|
+
return String(B.value) === String(b.value);
|
|
5217
|
+
if (typeof B.value == "object" && B.value !== null && typeof b.value == "object" && b.value !== null)
|
|
5218
|
+
return JSON.stringify(B.value) === JSON.stringify(b.value);
|
|
5219
|
+
if ("_originalObject" in B && B._originalObject && "_originalObject" in b && b._originalObject) {
|
|
5220
|
+
if (B._originalObject === b._originalObject)
|
|
5221
5221
|
return !0;
|
|
5222
|
-
const Z =
|
|
5223
|
-
return "id" in Z && "id" in T ? Z.id === T.id : JSON.stringify(
|
|
5222
|
+
const Z = B._originalObject, T = b._originalObject;
|
|
5223
|
+
return "id" in Z && "id" in T ? Z.id === T.id : JSON.stringify(B._originalObject) === JSON.stringify(b._originalObject);
|
|
5224
5224
|
}
|
|
5225
5225
|
return !1;
|
|
5226
5226
|
});
|
|
5227
|
-
if (
|
|
5228
|
-
r.value = d.value ?
|
|
5227
|
+
if (P === -1)
|
|
5228
|
+
r.value = d.value ? E(b, !1) : [...r.value, b];
|
|
5229
5229
|
else {
|
|
5230
|
-
const
|
|
5231
|
-
|
|
5230
|
+
const B = [...r.value];
|
|
5231
|
+
B.splice(P, 1), r.value = d.value ? E(b, !0) : B;
|
|
5232
5232
|
}
|
|
5233
5233
|
} else
|
|
5234
5234
|
r.value = [b], b.onClickFn && b.onClickFn();
|
|
5235
|
-
},
|
|
5235
|
+
}, E = (b, P) => {
|
|
5236
5236
|
if (!C.value.some((Z) => Z.value === b.value))
|
|
5237
5237
|
C.value.push(b);
|
|
5238
5238
|
else {
|
|
5239
5239
|
const Z = C.value.findIndex((T) => T.value === b.value);
|
|
5240
|
-
Z !== -1 &&
|
|
5240
|
+
Z !== -1 && P && C.value.splice(Z, 1);
|
|
5241
5241
|
}
|
|
5242
5242
|
return C.value;
|
|
5243
5243
|
};
|
|
5244
5244
|
return pe(
|
|
5245
5245
|
n,
|
|
5246
5246
|
() => {
|
|
5247
|
-
h.value = [], f.value = [], D(),
|
|
5247
|
+
h.value = [], f.value = [], D(), z();
|
|
5248
5248
|
},
|
|
5249
5249
|
{ deep: !0 }
|
|
5250
5250
|
), pe(y, () => {
|
|
@@ -5257,12 +5257,12 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5257
5257
|
C,
|
|
5258
5258
|
() => {
|
|
5259
5259
|
C.value.forEach((b) => {
|
|
5260
|
-
r.value.some((
|
|
5260
|
+
r.value.some((B) => B.value === b.value) || r.value.push(b);
|
|
5261
5261
|
});
|
|
5262
5262
|
},
|
|
5263
5263
|
{ deep: !0 }
|
|
5264
5264
|
), Be(() => {
|
|
5265
|
-
D(),
|
|
5265
|
+
D(), z();
|
|
5266
5266
|
}), {
|
|
5267
5267
|
searchText: y,
|
|
5268
5268
|
listClasses: g,
|
|
@@ -5274,7 +5274,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5274
5274
|
getListItemClasses: N,
|
|
5275
5275
|
handleSearch: I,
|
|
5276
5276
|
handleSelectedItem: k,
|
|
5277
|
-
trackNewlySelectedItems:
|
|
5277
|
+
trackNewlySelectedItems: E
|
|
5278
5278
|
};
|
|
5279
5279
|
}, r1 = {
|
|
5280
5280
|
modelValue: {
|
|
@@ -5312,14 +5312,14 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5312
5312
|
}, s1 = {
|
|
5313
5313
|
"update:modelValue": (e) => typeof e == "boolean"
|
|
5314
5314
|
}, n1 = (e, t) => {
|
|
5315
|
-
const { modelValue: r, disabled: s, checked: n, bordered: a, fullWidth: i } =
|
|
5316
|
-
const g =
|
|
5315
|
+
const { modelValue: r, disabled: s, checked: n, bordered: a, fullWidth: i } = ye(e), l = F(() => {
|
|
5316
|
+
const g = L(
|
|
5317
5317
|
"spr-flex spr-w-fit spr-select-none spr-items-center spr-gap-1.5 spr-transition spr-duration-150 spr-ease-in-out",
|
|
5318
5318
|
{
|
|
5319
5319
|
"spr-cursor-not-allowed": s.value,
|
|
5320
5320
|
"spr-cursor-pointer": !s.value
|
|
5321
5321
|
}
|
|
5322
|
-
), y =
|
|
5322
|
+
), y = L(
|
|
5323
5323
|
"spr-h-[20px] spr-w-[20px] spr-appearance-none spr-rounded-[2.5px] spr-border-color-supporting spr-border-[1.25px] spr-border-solid spr-m-1",
|
|
5324
5324
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
5325
5325
|
{
|
|
@@ -5332,16 +5332,16 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5332
5332
|
"spr-bg-white-300 spr-border-none": c.value && s.value,
|
|
5333
5333
|
"spr-cursor-pointer": !s.value
|
|
5334
5334
|
}
|
|
5335
|
-
), h =
|
|
5335
|
+
), h = L(
|
|
5336
5336
|
"spr-h-[20px] spr-w-[20px] spr-flex spr-items-center spr-justify-center spr-pointer-events-none spr-absolute spr-left-1/2 spr-top-1/2 -spr-translate-x-1/2 -spr-translate-y-1/2 spr-transform spr-font-bold spr-opacity-0 spr-text-color-inverted-strong",
|
|
5337
5337
|
{
|
|
5338
5338
|
"spr-opacity-100": c.value
|
|
5339
5339
|
}
|
|
5340
|
-
), C =
|
|
5340
|
+
), C = L("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
5341
5341
|
"spr-text-color-on-fill-disabled": s.value
|
|
5342
|
-
}), f =
|
|
5342
|
+
}), f = L("spr-body-xs-regular spr-block", {
|
|
5343
5343
|
"spr-text-color-on-fill-disabled": s.value
|
|
5344
|
-
}), M =
|
|
5344
|
+
}), M = L(
|
|
5345
5345
|
"spr-border spr-rounded-md spr-p-size-spacing-2xs spr-border-solid spr-box-border",
|
|
5346
5346
|
{
|
|
5347
5347
|
"spr-border-kangkong-700 spr-bg-kangkong-100": (r.value || n.value) && !s.value,
|
|
@@ -5501,10 +5501,10 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5501
5501
|
}, p1 = {
|
|
5502
5502
|
"update:modelValue": (e) => typeof e == "string" || typeof e == "number"
|
|
5503
5503
|
}, g1 = (e, t, r) => {
|
|
5504
|
-
const { active: s, error: n, disabled: a, offsetSize: i, showCharCount: l, maxLength: u } =
|
|
5505
|
-
const m =
|
|
5504
|
+
const { active: s, error: n, disabled: a, offsetSize: i, showCharCount: l, maxLength: u } = ye(e), d = R(null), { focused: c } = W0(d), g = De(e, "modelValue", t), y = F(() => g.value ? String(g.value).length : 0), h = F(() => u.value !== void 0 && u.value > 0), C = F(() => {
|
|
5505
|
+
const m = L("spr-flex spr-flex-col spr-gap-size-spacing-4xs"), D = L("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
5506
5506
|
"spr-text-color-on-fill-disabled": a.value
|
|
5507
|
-
}), $ =
|
|
5507
|
+
}), $ = L(
|
|
5508
5508
|
"spr-relative spr-flex spr-items-center spr-p-[1.5px] spr-rounded-border-radius-md spr-border-[1.5px] spr-border-solid",
|
|
5509
5509
|
{
|
|
5510
5510
|
// Border State
|
|
@@ -5518,7 +5518,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5518
5518
|
// Disabled State
|
|
5519
5519
|
"spr-background-color-disabled spr-cursor-not-allowed spr-border-mushroom-100": a.value
|
|
5520
5520
|
}
|
|
5521
|
-
), w =
|
|
5521
|
+
), w = L(
|
|
5522
5522
|
"spr-block spr-h-8 spr-py-size-spacing-4xs spr-outline-none spr-ring-0 spr-border-none spr-rounded-border-radius-md spr-font-size-200",
|
|
5523
5523
|
"spr-font-size-200 [font-weight:inherit]",
|
|
5524
5524
|
"placeholder:spr-text-mushroom-300",
|
|
@@ -5536,28 +5536,28 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5536
5536
|
"spr-w-[40%]": r.trailing && i.value === "sm",
|
|
5537
5537
|
"spr-w-[100%]": r.trailing && i.value === "md"
|
|
5538
5538
|
}
|
|
5539
|
-
),
|
|
5539
|
+
), z = L(
|
|
5540
5540
|
"spr-flex spr-items-center spr-justify-center spr-h-8 spr-px-2 [&>svg]:spr-min-h-4 [&>svg]:spr-min-w-4",
|
|
5541
5541
|
{
|
|
5542
5542
|
"spr-text-mushroom-300": !n.value,
|
|
5543
5543
|
"spr-text-tomato-600": n.value
|
|
5544
5544
|
}
|
|
5545
|
-
), N =
|
|
5545
|
+
), N = L(
|
|
5546
5546
|
"spr-flex spr-items-center spr-justify-center spr-h-8 spr-px-2 [&>svg]:spr-min-h-4 [&>svg]:spr-min-w-4",
|
|
5547
5547
|
{
|
|
5548
5548
|
"spr-text-mushroom-300": !n.value,
|
|
5549
5549
|
"spr-text-tomato-600": n.value,
|
|
5550
5550
|
"spr-font-size-200": e.type === "url"
|
|
5551
5551
|
}
|
|
5552
|
-
), I =
|
|
5552
|
+
), I = L("spr-flex spr-items-center spr-h-8 spr-w-full spr-px-2", {
|
|
5553
5553
|
"spr-text-mushroom-300": !n.value,
|
|
5554
5554
|
"spr-text-tomato-600": n.value
|
|
5555
|
-
}), k =
|
|
5555
|
+
}), k = L("spr-flex spr-flex-row spr-items-start spr-justify-between spr-w-full", {
|
|
5556
5556
|
"spr-mt-1": l.value || e.displayHelper
|
|
5557
|
-
}),
|
|
5557
|
+
}), E = L("spr-body-sm-regular spr-flex spr-items-center spr-gap-size-spacing-5xs spr-flex-1", {
|
|
5558
5558
|
"spr-text-color-danger-base": n.value,
|
|
5559
5559
|
"spr-text-color-supporting": !n.value
|
|
5560
|
-
}), b =
|
|
5560
|
+
}), b = L("spr-ml-auto spr-body-2xs-regular spr-text-right spr-text-xs spr-text-color-supporting", {
|
|
5561
5561
|
"spr-text-color-danger-base": h.value && y.value >= (u.value || 0)
|
|
5562
5562
|
});
|
|
5563
5563
|
return {
|
|
@@ -5565,10 +5565,10 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5565
5565
|
labelClasses: D,
|
|
5566
5566
|
inputTextBaseClasses: $,
|
|
5567
5567
|
inputTextClasses: w,
|
|
5568
|
-
iconSlotClasses:
|
|
5568
|
+
iconSlotClasses: z,
|
|
5569
5569
|
prefixSlotClasses: N,
|
|
5570
5570
|
trailingSlotClasses: I,
|
|
5571
|
-
helperClasses:
|
|
5571
|
+
helperClasses: E,
|
|
5572
5572
|
charCountClasses: b,
|
|
5573
5573
|
helperContainerClasses: k
|
|
5574
5574
|
};
|
|
@@ -5843,7 +5843,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5843
5843
|
}, z1 = {
|
|
5844
5844
|
"update:modelValue": (e) => e
|
|
5845
5845
|
}, L1 = (e, t) => {
|
|
5846
|
-
const r =
|
|
5846
|
+
const r = De(e, "modelValue", t), { menuList: s, removeCurrentLevelInBackLabel: n } = ye(e), a = R("slide-left"), i = R(""), l = R([]), u = R(0), d = R(s.value), c = R([]), g = (D) => {
|
|
5847
5847
|
a.value = "slide-left", y(D), F(() => c.value.some((w) => w.value === D.value)).value ? f(D) : C(D), D.sublevel && D.sublevel.length > 0 && h(D), t("update:modelValue", r.value);
|
|
5848
5848
|
}, y = (D) => {
|
|
5849
5849
|
l.value[u.value] ? l.value[u.value] = D : l.value.push(D);
|
|
@@ -5870,15 +5870,15 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
5870
5870
|
$ == null || $.pop(), i.value = ($ == null ? void 0 : $.join(", ")) ?? "";
|
|
5871
5871
|
const w = r.value;
|
|
5872
5872
|
w == null || w.pop(), r.value = w ?? [];
|
|
5873
|
-
for (let
|
|
5874
|
-
d.value = ((D = e.menuList.find((N) => N.value === r.value[
|
|
5873
|
+
for (let z = 0; z < u.value; z++)
|
|
5874
|
+
d.value = ((D = e.menuList.find((N) => N.value === r.value[z])) == null ? void 0 : D.sublevel) ?? [];
|
|
5875
5875
|
} else
|
|
5876
5876
|
d.value = e.menuList, r.value = [], i.value = "", u.value = 0;
|
|
5877
5877
|
}, m = () => {
|
|
5878
5878
|
if (r.value && r.value.length > 0) {
|
|
5879
5879
|
const D = [];
|
|
5880
5880
|
c.value = [], r.value.forEach(($) => {
|
|
5881
|
-
const w = d.value.find((
|
|
5881
|
+
const w = d.value.find((z) => String(z.value) === String($));
|
|
5882
5882
|
if (w)
|
|
5883
5883
|
y(w), D.push(w.text), c.value = d.value, d.value = w.sublevel ?? c.value, u.value += w.sublevel ? 1 : 0;
|
|
5884
5884
|
else
|
|
@@ -6005,14 +6005,14 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6005
6005
|
__proto__: null,
|
|
6006
6006
|
default: rr
|
|
6007
6007
|
}, Symbol.toStringTag, { value: "Module" })), B1 = (e, t) => {
|
|
6008
|
-
const { menuList: r, searchString: s, disabled: n, multiSelect: a, removeCurrentLevelInBackLabel: i, ladderized: l, textField: u, valueField: d } =
|
|
6008
|
+
const { menuList: r, searchString: s, disabled: n, multiSelect: a, removeCurrentLevelInBackLabel: i, ladderized: l, textField: u, valueField: d } = ye(e), c = De(e, "modelValue", t), g = R(null), y = R([]), h = R([]), C = F(() => Array.isArray(c.value) ? c.value : c.value !== void 0 && c.value !== null ? [c.value] : []), f = F(() => {
|
|
6009
6009
|
var T;
|
|
6010
6010
|
return e.ladderized && Array.isArray(c.value) && c.value.length === 2 ? [((T = c.value[1]) == null ? void 0 : T.toString()) || ""] : Array.isArray(c.value) ? c.value.map((j) => j == null ? "" : typeof j == "number" || typeof j == "object" ? j : j.toString()) : c.value !== void 0 && c.value !== null ? [typeof c.value == "object" || // For numbers, preserve the original number value
|
|
6011
6011
|
typeof c.value == "number" ? (
|
|
6012
6012
|
// Pass object reference directly instead of stringifying
|
|
6013
6013
|
c.value
|
|
6014
6014
|
) : c.value.toString()] : [];
|
|
6015
|
-
}), M =
|
|
6015
|
+
}), M = R(!1), m = F(() => n.value), D = F(
|
|
6016
6016
|
() => l.value && s.value !== "" && C.value.length === 0
|
|
6017
6017
|
), $ = () => {
|
|
6018
6018
|
if (!r.value || !Array.isArray(r.value) || r.value.length === 0) {
|
|
@@ -6063,17 +6063,17 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6063
6063
|
$();
|
|
6064
6064
|
});
|
|
6065
6065
|
const w = () => {
|
|
6066
|
-
r.value && r.value.length === 0 || (a.value ? ($(), s.value.trim() !== "" && (h.value =
|
|
6067
|
-
},
|
|
6066
|
+
r.value && r.value.length === 0 || (a.value ? ($(), s.value.trim() !== "" && (h.value = E(h.value))) : z());
|
|
6067
|
+
}, z = () => {
|
|
6068
6068
|
e.ladderized ? I() : N();
|
|
6069
6069
|
}, N = () => {
|
|
6070
|
-
$(), s.value.trim() !== "" && (h.value =
|
|
6070
|
+
$(), s.value.trim() !== "" && (h.value = E(h.value));
|
|
6071
6071
|
}, I = () => {
|
|
6072
6072
|
if (s.value === "" || C.value.length > 0) {
|
|
6073
6073
|
h.value = [...r.value];
|
|
6074
6074
|
return;
|
|
6075
6075
|
}
|
|
6076
|
-
const T = k(r.value), j =
|
|
6076
|
+
const T = k(r.value), j = E(r.value), O = E(T);
|
|
6077
6077
|
j.length > 0 ? h.value = k(j) : O.length > 0 ? h.value = O : h.value = [];
|
|
6078
6078
|
}, k = (T) => T.reduce((j, O) => {
|
|
6079
6079
|
if (O.sublevel) {
|
|
@@ -6088,7 +6088,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6088
6088
|
return [...j, ...S];
|
|
6089
6089
|
}
|
|
6090
6090
|
return j;
|
|
6091
|
-
}, []),
|
|
6091
|
+
}, []), E = (T) => T.filter((j) => {
|
|
6092
6092
|
const O = s.value.toLowerCase().trim();
|
|
6093
6093
|
return j.text.toLowerCase().includes(O);
|
|
6094
6094
|
});
|
|
@@ -6139,9 +6139,9 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6139
6139
|
a.value || setTimeout(() => {
|
|
6140
6140
|
M.value = !1;
|
|
6141
6141
|
}, 10);
|
|
6142
|
-
},
|
|
6143
|
-
T.length > 0 && (c.value = T),
|
|
6144
|
-
},
|
|
6142
|
+
}, P = (T) => {
|
|
6143
|
+
T.length > 0 && (c.value = T), B(T) && (M.value = !1);
|
|
6144
|
+
}, B = (T) => {
|
|
6145
6145
|
let j = h.value;
|
|
6146
6146
|
return T.forEach((O) => {
|
|
6147
6147
|
var S;
|
|
@@ -6197,7 +6197,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6197
6197
|
isDropdownPopperDisabled: m,
|
|
6198
6198
|
selectedListItems: y,
|
|
6199
6199
|
handleSelectedItem: b,
|
|
6200
|
-
handleSelectedLadderizedItem:
|
|
6200
|
+
handleSelectedLadderizedItem: P,
|
|
6201
6201
|
dropdownValue: f,
|
|
6202
6202
|
// Use compatible format for lists
|
|
6203
6203
|
removeCurrentLevelInBackLabel: i,
|
|
@@ -6235,7 +6235,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6235
6235
|
container: `#${r.id}`,
|
|
6236
6236
|
strategy: r.popperStrategy === "fixed" || r.popperStrategy === "absolute" ? r.popperStrategy : "absolute",
|
|
6237
6237
|
delay: 0,
|
|
6238
|
-
style:
|
|
6238
|
+
style: $e({
|
|
6239
6239
|
position: r.wrapperPosition,
|
|
6240
6240
|
width: r.width
|
|
6241
6241
|
})
|
|
@@ -6248,7 +6248,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6248
6248
|
(!r.ladderized || o(h)) && "spr-p-2",
|
|
6249
6249
|
"spr-grid spr-max-h-[300px] spr-gap-0.5 spr-overflow-y-auto spr-overflow-x-hidden"
|
|
6250
6250
|
]),
|
|
6251
|
-
style:
|
|
6251
|
+
style: $e({
|
|
6252
6252
|
width: r.popperInnerWidth
|
|
6253
6253
|
})
|
|
6254
6254
|
}, [
|
|
@@ -6289,7 +6289,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6289
6289
|
]),
|
|
6290
6290
|
A("div", {
|
|
6291
6291
|
id: r.id,
|
|
6292
|
-
style:
|
|
6292
|
+
style: $e({
|
|
6293
6293
|
width: r.popperWidth
|
|
6294
6294
|
})
|
|
6295
6295
|
}, null, 12, R1)
|
|
@@ -6352,10 +6352,12 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6352
6352
|
default: "standard"
|
|
6353
6353
|
},
|
|
6354
6354
|
title: {
|
|
6355
|
-
type: String
|
|
6355
|
+
type: String,
|
|
6356
|
+
default: ""
|
|
6356
6357
|
},
|
|
6357
6358
|
description: {
|
|
6358
|
-
type: String
|
|
6359
|
+
type: String,
|
|
6360
|
+
default: ""
|
|
6359
6361
|
},
|
|
6360
6362
|
status: {
|
|
6361
6363
|
type: String,
|
|
@@ -6389,11 +6391,15 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6389
6391
|
loading: {
|
|
6390
6392
|
type: Boolean,
|
|
6391
6393
|
default: !1
|
|
6394
|
+
},
|
|
6395
|
+
customColor: {
|
|
6396
|
+
type: String,
|
|
6397
|
+
default: ""
|
|
6392
6398
|
}
|
|
6393
6399
|
}, J1 = {
|
|
6394
6400
|
onClick: (e) => e instanceof MouseEvent
|
|
6395
6401
|
}, X1 = (e, t) => {
|
|
6396
|
-
const r = ["restday", "vacation", "holiday", "exempt", "sick", "emergency"],
|
|
6402
|
+
const { title: r, description: s, type: n, status: a, subDescription: i, icon: l, fullwidth: u, viewOnly: d, loading: c, customColor: g } = ye(e), y = ["restday", "vacation", "holiday", "exempt", "sick", "emergency"], h = {
|
|
6397
6403
|
standard: "Standard Day Shift",
|
|
6398
6404
|
"early-morning": "Early Morning",
|
|
6399
6405
|
"late-morning": "Late Morning",
|
|
@@ -6411,14 +6417,14 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6411
6417
|
exempt: "EXEMPT",
|
|
6412
6418
|
sick: "SICK",
|
|
6413
6419
|
holiday: "HOLIDAY"
|
|
6414
|
-
},
|
|
6420
|
+
}, C = {
|
|
6415
6421
|
restday: "ph:prohibit",
|
|
6416
6422
|
holiday: "ph:prohibit",
|
|
6417
6423
|
exempt: "ph:prohibit",
|
|
6418
6424
|
vacation: "ph:island",
|
|
6419
6425
|
sick: "ph:pill",
|
|
6420
6426
|
emergency: "ph:ambulance"
|
|
6421
|
-
},
|
|
6427
|
+
}, f = {
|
|
6422
6428
|
standard: "spr-border-kangkong-700 spr-bg-kangkong-50",
|
|
6423
6429
|
"early-morning": "spr-border-blueberry-700 spr-bg-blueberry-50",
|
|
6424
6430
|
"late-morning": "spr-border-color-pending-base spr-bg-mango-50",
|
|
@@ -6430,50 +6436,54 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6430
6436
|
"flexible-weekly": "spr-border-[#539300] spr-bg-[#EBFFD2]",
|
|
6431
6437
|
"flexible-daily": "spr-border-[#0084CB] spr-bg-[#D4F0FF]",
|
|
6432
6438
|
"fixed-flexible": "spr-border-[#C771A6] spr-bg-[#FFF2FA]"
|
|
6433
|
-
},
|
|
6439
|
+
}, M = F(() => r.value || s.value || $.value), m = F(() => y.includes(n.value) && a.value != "error"), D = F(() => a.value === "error"), $ = F(() => i.value || h[n.value]), w = F(() => l.value || C[n.value]), z = F(() => f[n.value] || "spr-border-kangkong-700 spr-bg-kangkong-50"), N = F(() => !g.value || !g.value.startsWith("#") ? {} : {
|
|
6440
|
+
borderColor: g.value,
|
|
6441
|
+
backgroundColor: g.value.startsWith("#") ? `${g.value}20` : g.value
|
|
6442
|
+
});
|
|
6434
6443
|
return {
|
|
6435
6444
|
getCalendarCellClassess: F(() => {
|
|
6436
|
-
const
|
|
6445
|
+
const E = L(
|
|
6437
6446
|
"spr-flex spr-items-center spr-p-size-spacing-3xs spr-gap-size-spacing-3xs spr-relative spr-rounded-lg spr-border-2 spr-transition-all sm:spr-flex-col spr-overflow-hidden",
|
|
6438
6447
|
{
|
|
6439
|
-
"spr-w-full":
|
|
6440
|
-
"spr-max-w-[217px]": !
|
|
6441
|
-
"hover:spr-drop-shadow-sm spr-cursor-pointer": !
|
|
6442
|
-
"spr-h-[80px] spr-skeletal-loader":
|
|
6448
|
+
"spr-w-full": u.value,
|
|
6449
|
+
"spr-max-w-[217px]": !u.value,
|
|
6450
|
+
"hover:spr-drop-shadow-sm spr-cursor-pointer": !d.value,
|
|
6451
|
+
"spr-h-[80px] spr-skeletal-loader": c.value
|
|
6443
6452
|
}
|
|
6444
|
-
),
|
|
6445
|
-
"spr-border-dashed":
|
|
6446
|
-
"spr-border-solid spr-border-color-danger-base":
|
|
6447
|
-
"spr-border-solid": !
|
|
6448
|
-
}),
|
|
6449
|
-
"spr-text-color-danger-base":
|
|
6450
|
-
}),
|
|
6451
|
-
"spr-text-color-danger-base":
|
|
6452
|
-
}),
|
|
6453
|
-
"spr-text-color-danger-base":
|
|
6454
|
-
"spr-text-color-strong spr-body-sm-regular-medium":
|
|
6455
|
-
}),
|
|
6453
|
+
), b = L({
|
|
6454
|
+
"spr-border-dashed": a.value === "pending",
|
|
6455
|
+
"spr-border-solid spr-border-color-danger-base": a.value === "error",
|
|
6456
|
+
"spr-border-solid": !a.value || a.value !== "pending" && a.value !== "error"
|
|
6457
|
+
}), P = L("spr-text-color-strong spr-body-sm-regular-medium", {
|
|
6458
|
+
"spr-text-color-danger-base": a.value === "error"
|
|
6459
|
+
}), B = L("spr-text-color-strong spr-body-sm-regular", {
|
|
6460
|
+
"spr-text-color-danger-base": a.value === "error"
|
|
6461
|
+
}), Z = L("spr-text-color-strong spr-body-sm-regular", {
|
|
6462
|
+
"spr-text-color-danger-base": a.value === "error",
|
|
6463
|
+
"spr-text-color-strong spr-body-sm-regular-medium": y.includes(n.value)
|
|
6464
|
+
}), T = L(E, z.value, b);
|
|
6456
6465
|
return {
|
|
6457
|
-
titleClasses:
|
|
6458
|
-
descriptionClasses:
|
|
6459
|
-
getTypeLabelClassess:
|
|
6460
|
-
getMainClasses:
|
|
6461
|
-
getCellClasses:
|
|
6466
|
+
titleClasses: P,
|
|
6467
|
+
descriptionClasses: B,
|
|
6468
|
+
getTypeLabelClassess: Z,
|
|
6469
|
+
getMainClasses: T,
|
|
6470
|
+
getCellClasses: z
|
|
6462
6471
|
};
|
|
6463
6472
|
}),
|
|
6464
|
-
getCellIcon:
|
|
6465
|
-
offlineStatus:
|
|
6466
|
-
getShiftLabel:
|
|
6467
|
-
hasIconStatus:
|
|
6468
|
-
isError:
|
|
6469
|
-
hasContent:
|
|
6470
|
-
handleClick: (
|
|
6471
|
-
if (
|
|
6472
|
-
|
|
6473
|
+
getCellIcon: w,
|
|
6474
|
+
offlineStatus: y,
|
|
6475
|
+
getShiftLabel: $,
|
|
6476
|
+
hasIconStatus: m,
|
|
6477
|
+
isError: D,
|
|
6478
|
+
hasContent: M,
|
|
6479
|
+
handleClick: (E) => {
|
|
6480
|
+
if (d.value) {
|
|
6481
|
+
E.stopPropagation();
|
|
6473
6482
|
return;
|
|
6474
6483
|
}
|
|
6475
|
-
t("onClick",
|
|
6476
|
-
}
|
|
6484
|
+
t("onClick", E);
|
|
6485
|
+
},
|
|
6486
|
+
getCustomColorStyles: N
|
|
6477
6487
|
};
|
|
6478
6488
|
}, q1 = ["success", "information", "pending", "caution", "danger"], eu = ["2xs", "xs", "sm", "base", "lg", "xl", "2xl"], tu = {
|
|
6479
6489
|
state: {
|
|
@@ -6542,23 +6552,34 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6542
6552
|
props: K1,
|
|
6543
6553
|
emits: J1,
|
|
6544
6554
|
setup(e, { emit: t }) {
|
|
6545
|
-
const r = e, s = t, {
|
|
6546
|
-
|
|
6555
|
+
const r = e, s = t, {
|
|
6556
|
+
getCalendarCellClassess: n,
|
|
6557
|
+
getShiftLabel: a,
|
|
6558
|
+
getCellIcon: i,
|
|
6559
|
+
hasIconStatus: l,
|
|
6560
|
+
isError: u,
|
|
6561
|
+
hasContent: d,
|
|
6562
|
+
handleClick: c,
|
|
6563
|
+
getCustomColorStyles: g
|
|
6564
|
+
} = X1(r, s);
|
|
6565
|
+
return (y, h) => r.loading ? (p(), v("div", {
|
|
6547
6566
|
key: 1,
|
|
6548
|
-
class: x(o(n).getMainClasses)
|
|
6549
|
-
|
|
6567
|
+
class: x(o(n).getMainClasses),
|
|
6568
|
+
style: $e(r.customColor ? o(g) : {})
|
|
6569
|
+
}, null, 6)) : (p(), v("div", {
|
|
6550
6570
|
key: 0,
|
|
6551
6571
|
class: x(o(n).getMainClasses),
|
|
6552
|
-
|
|
6553
|
-
|
|
6572
|
+
style: $e(r.customColor ? o(g) : {}),
|
|
6573
|
+
onClick: h[0] || (h[0] = //@ts-ignore
|
|
6574
|
+
(...C) => o(c) && o(c)(...C))
|
|
6554
6575
|
}, [
|
|
6555
|
-
ee(
|
|
6576
|
+
ee(y.$slots, "prefix", {}, () => [
|
|
6556
6577
|
o(l) ? (p(), K(o(W), {
|
|
6557
6578
|
key: 0,
|
|
6558
6579
|
icon: o(i)
|
|
6559
6580
|
}, null, 8, ["icon"])) : _("", !0)
|
|
6560
6581
|
]),
|
|
6561
|
-
ee(
|
|
6582
|
+
ee(y.$slots, "default", {}, () => [
|
|
6562
6583
|
o(u) ? (p(), K(An, {
|
|
6563
6584
|
key: 0,
|
|
6564
6585
|
state: r.state,
|
|
@@ -6569,7 +6590,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6569
6590
|
key: 0,
|
|
6570
6591
|
class: x(o(n).titleClasses)
|
|
6571
6592
|
}, G(r.title), 3)) : _("", !0),
|
|
6572
|
-
|
|
6593
|
+
y.description ? (p(), v("div", {
|
|
6573
6594
|
key: 1,
|
|
6574
6595
|
class: x(o(n).descriptionClasses)
|
|
6575
6596
|
}, G(r.description), 3)) : _("", !0),
|
|
@@ -6579,7 +6600,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6579
6600
|
}, G(o(a)), 3)) : _("", !0)
|
|
6580
6601
|
])) : _("", !0)
|
|
6581
6602
|
])
|
|
6582
|
-
],
|
|
6603
|
+
], 6));
|
|
6583
6604
|
}
|
|
6584
6605
|
}), au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6585
6606
|
__proto__: null,
|
|
@@ -6627,10 +6648,10 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6627
6648
|
default: !1
|
|
6628
6649
|
}
|
|
6629
6650
|
}, lu = (e, t) => {
|
|
6630
|
-
const { title: r, headerIcon: s, borderRadiusSize: n, hasCollapsible: a, isCollapsibleOpen: i, hasContentPadding: l, flexbox: u } =
|
|
6651
|
+
const { title: r, headerIcon: s, borderRadiusSize: n, hasCollapsible: a, isCollapsibleOpen: i, hasContentPadding: l, flexbox: u } = ye(e);
|
|
6631
6652
|
return {
|
|
6632
6653
|
cardClasses: F(() => {
|
|
6633
|
-
const c =
|
|
6654
|
+
const c = L(
|
|
6634
6655
|
"spr-bg-white-50 spr-text-color-strong spr-border spr-border-solid spr-border-mushroom-200",
|
|
6635
6656
|
{
|
|
6636
6657
|
"spr-rounded-border-radius-2xs": n.value === "xs",
|
|
@@ -6640,7 +6661,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6640
6661
|
"spr-rounded-border-radius-lg": n.value === "lg",
|
|
6641
6662
|
"spr-rounded-border-radius-xl": n.value === "xl" || !n.value
|
|
6642
6663
|
}
|
|
6643
|
-
), g =
|
|
6664
|
+
), g = L("spr-flex spr-items-center transition-all duration-300 ease-in-out", {
|
|
6644
6665
|
"spr-min-h-[18px]": t.header,
|
|
6645
6666
|
"spr-border-0 spr-border-b spr-border-solid spr-border-mushroom-200": (r.value || s.value) && (t.content || t.default),
|
|
6646
6667
|
"spr-border-transparent": a.value && !i.value,
|
|
@@ -6651,9 +6672,9 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6651
6672
|
"spr-rounded-t-border-radius-md": n.value === "xs",
|
|
6652
6673
|
"spr-rounded-t-border-radius-lg": n.value === "lg",
|
|
6653
6674
|
"spr-rounded-t-border-radius-xl": n.value === "xl" || !n.value
|
|
6654
|
-
}), y =
|
|
6675
|
+
}), y = L({
|
|
6655
6676
|
"spr-py-size-spacing-2xs spr-px-size-spacing-xs": l.value
|
|
6656
|
-
}), h =
|
|
6677
|
+
}), h = L(
|
|
6657
6678
|
"spr-flex spr-items-center spr-border-0 spr-border-t spr-border-solid spr-border-mushroom-200 spr-py-size-spacing-2xs spr-px-size-spacing-xs",
|
|
6658
6679
|
{
|
|
6659
6680
|
"spr-rounded-b-border-radius-2xs": n.value === "xs",
|
|
@@ -6663,7 +6684,7 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6663
6684
|
"spr-rounded-b-border-radius-lg": n.value === "lg",
|
|
6664
6685
|
"spr-rounded-b-border-radius-xl": n.value === "xl" || !n.value
|
|
6665
6686
|
}
|
|
6666
|
-
), C =
|
|
6687
|
+
), C = L({
|
|
6667
6688
|
"spr-flex spr-flex-col spr-h-full": u.value
|
|
6668
6689
|
});
|
|
6669
6690
|
return {
|
|
@@ -6773,17 +6794,17 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6773
6794
|
default: !1
|
|
6774
6795
|
}
|
|
6775
6796
|
}, yu = (e) => {
|
|
6776
|
-
const { tone: t, fill: r, loading: s } =
|
|
6797
|
+
const { tone: t, fill: r, loading: s } = ye(e);
|
|
6777
6798
|
return {
|
|
6778
6799
|
lozengeClasses: F(() => {
|
|
6779
|
-
const a =
|
|
6800
|
+
const a = L({
|
|
6780
6801
|
"spr-h-fit spr-w-fit": !s.value,
|
|
6781
6802
|
"spr-flex spr-w-full": s.value
|
|
6782
|
-
}), i =
|
|
6803
|
+
}), i = L({
|
|
6783
6804
|
"spr-flex spr-flex-wrap spr-rounded-md": !r.value,
|
|
6784
6805
|
"spr-flex spr-flex-wrap": r.value,
|
|
6785
6806
|
"spr-skeletal-loader spr-flex spr-h-6 spr-w-full spr-rounded-md": s.value
|
|
6786
|
-
}), l =
|
|
6807
|
+
}), l = L(
|
|
6787
6808
|
"spr-label-xs-medium spr-inline-flex spr-items-center spr-gap-size-spacing-6xs spr-rounded-md spr-border spr-border-solid spr-p-size-spacing-5xs spr-text-xs spr-uppercase",
|
|
6788
6809
|
{
|
|
6789
6810
|
"spr-text-color-pending-base spr-background-color-pending-weak !spr-border-color-pending-base": t.value === "pending" && !r.value,
|
|
@@ -6899,14 +6920,14 @@ const je = Kl, Qt = Jl, Xl = ["A-Z", "Z-A", "default"], ql = {
|
|
|
6899
6920
|
default: ""
|
|
6900
6921
|
}
|
|
6901
6922
|
}, Iu = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4843_5570)'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3cg%20clip-path='url(%23clip1_4843_5570)'%3e%3cpath%20d='M33.9068%20100.598C34.7864%2098.712%2035.6653%2096.7974%2036.047%2094.7534C36.4287%2092.7093%2036.2685%2090.4909%2035.1752%2088.718C34.082%2086.945%2031.9293%2085.7428%2029.8751%2086.1436C28.1878%2086.4728%2026.8331%2087.7923%2026.0398%2089.3073C25.2465%2090.8222%2024.9282%2092.5308%2024.6197%2094.2106C24.52%2092.3023%2024.4144%2090.3632%2023.776%2088.5605C23.1376%2086.7579%2021.8806%2085.0779%2020.089%2084.3804C18.2975%2083.6828%2015.9669%2084.2314%2015.0227%2085.8964C13.6924%2088.2422%2015.4563%2091.5326%2013.9267%2093.7553C13.6643%2091.5257%2011.3164%2089.7642%209.08488%2090.1227C6.85338%2090.4813%205.18467%2092.8882%205.64372%2095.0861C5.91687%2096.394%206.81547%2097.5064%207.88981%2098.3101C8.96415%2099.1137%2010.2136%20100.045%2011.4497%20100.572L33.9068%20100.598Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M6.81533%2091.6981C8.5879%2092.3133%2010.3768%2092.9355%2011.995%2093.8974C13.4454%2094.7595%2014.7369%2095.9202%2015.5526%2097.4066C15.9995%2098.2041%2016.2648%2099.0891%2016.3299%2099.9994C16.3417%20100.19%2016.6416%20100.191%2016.6298%2099.9994C16.5249%2098.3042%2015.6929%2096.7529%2014.5409%2095.526C13.2778%2094.1808%2011.6411%2093.2621%209.95115%2092.5493C8.94917%2092.1267%207.92228%2091.7675%206.89506%2091.4109C6.71251%2091.3476%206.63403%2091.6351%206.81533%2091.6981Z'%20fill='white'%20/%3e%3cpath%20d='M17.0397%2084.6759C18.1287%2086.4776%2019.0008%2088.4%2019.638%2090.4038C20.2765%2092.4068%2020.6786%2094.4767%2020.8364%2096.5718C20.9238%2097.7447%2020.9333%2098.922%2020.865%20100.096C20.8539%20100.287%2021.1538%20100.287%2021.1648%20100.096C21.2858%2097.9792%2021.1568%2095.8556%2020.7804%2093.7686C20.4047%2091.6818%2019.787%2089.6452%2018.9399%2087.6993C18.4644%2086.6064%2017.9161%2085.5461%2017.2986%2084.5256C17.2778%2084.493%2017.2451%2084.4696%2017.2073%2084.4604C17.1695%2084.4513%2017.1296%2084.457%2017.096%2084.4765C17.0624%2084.496%2017.0378%2084.5277%2017.0272%2084.5649C17.0167%2084.6021%2017.0212%2084.6419%2017.0397%2084.6759Z'%20fill='white'%20/%3e%3cpath%20d='M31.7166%2086.3865C30.1762%2089.8234%2029.0921%2093.4445%2028.4917%2097.1588C28.3232%2098.2022%2028.1927%2099.2506%2028.1003%20100.304C28.0835%20100.495%2028.3835%20100.494%2028.4001%20100.304C28.7267%2096.5981%2029.5333%2092.9493%2030.8%2089.4482C31.156%2088.4639%2031.5478%2087.4934%2031.9755%2086.5368C32.0531%2086.3632%2031.7948%2086.2115%2031.7166%2086.3865Z'%20fill='white'%20/%3e%3cpath%20d='M84.9008%20104.655L84.8767%20102.806L76.0999%20102.919L76.124%20104.767L84.9008%20104.655Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M88.0195%20105.067L86.7661%20105.064L85.9913%20103.691L86.8288%20102.323L87.9933%20102.326C87.7017%20101.958%2087.3012%20101.689%2086.8481%20101.558C86.395%20101.427%2085.912%20101.44%2085.4668%20101.596C85.0215%20101.751%2084.6364%20102.041%2084.3654%20102.424C84.0944%20102.808%2083.951%20103.266%2083.9555%20103.735C83.96%20104.203%2084.112%20104.659%2084.3903%20105.037C84.6686%20105.416%2085.0592%20105.698%2085.5073%20105.845C85.9555%20105.992%2086.4387%20105.996%2086.8892%20105.857C87.3397%20105.717%2087.7349%20105.441%2088.0195%20105.067Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M72.9813%20105.067L74.2346%20105.064L75.0095%20103.691L74.172%20102.323L73.0074%20102.326C73.2991%20101.958%2073.6995%20101.689%2074.1526%20101.558C74.6057%20101.427%2075.0888%20101.44%2075.534%20101.596C75.9792%20101.751%2076.3644%20102.041%2076.6354%20102.424C76.9064%20102.808%2077.0497%20103.266%2077.0452%20103.735C77.0408%20104.203%2076.8887%20104.659%2076.6104%20105.037C76.3321%20105.416%2075.9416%20105.698%2075.4934%20105.845C75.0453%20105.992%2074.5621%20105.996%2074.1116%20105.857C73.6611%20105.717%2073.2658%20105.441%2072.9813%20105.067Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M123.812%20100.759H-5.81159C-5.86156%20100.759%20-5.90948%20100.739%20-5.94482%20100.704C-5.98015%20100.669%20-6%20100.622%20-6%20100.572C-6%20100.522%20-5.98015%20100.475%20-5.94482%20100.44C-5.90948%20100.405%20-5.86156%20100.385%20-5.81159%20100.385H123.812C123.862%20100.385%20123.909%20100.405%20123.945%20100.44C123.98%20100.475%20124%20100.522%20124%20100.572C124%20100.622%20123.98%20100.669%20123.945%20100.704C123.909%20100.739%20123.862%20100.759%20123.812%20100.759Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M95.8307%2065.2121C99.2645%2065.2121%20102.048%2062.4479%20102.048%2059.0381C102.048%2055.6283%2099.2645%2052.8641%2095.8307%2052.8641C92.397%2052.8641%2089.6133%2055.6283%2089.6133%2059.0381C89.6133%2062.4479%2092.397%2065.2121%2095.8307%2065.2121Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M98.3503%2093.6977L98.8292%2095.9415L107.773%2095.1753L107.066%2091.8636L98.3503%2093.6977Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M97.6544%20100.711L96.1494%2093.6585L98.8933%2093.0811L99.8168%2097.4085C99.971%2098.1311%2099.8298%2098.885%2099.4242%2099.5043C99.0187%20100.124%2098.3821%20100.557%2097.6544%20100.711Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M92.7472%2093.578L91.7406%2095.6426L83.2427%2092.7694L84.7285%2089.7227L92.7472%2093.578Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M90.4277%2096.8314L92.3689%2092.8501L94.8934%2094.0638L91.7298%20100.552C91.3983%20100.393%2091.1016%20100.17%2090.8568%2099.8967C90.6119%2099.6235%2090.4237%2099.305%2090.3028%2098.9595C90.1819%2098.614%2090.1307%2098.2483%2090.1521%2097.8832C90.1735%2097.518%2090.2672%2097.1606%2090.4277%2096.8314Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M76.0054%2089.5008C76.2963%2089.5546%2076.5955%2089.5443%2076.882%2089.4709C77.1685%2089.3974%2077.4353%2089.2624%2077.6636%2089.0755C77.8918%2088.8886%2078.0761%2088.6542%2078.2033%2088.3889C78.3305%2088.1236%2078.3976%2087.8339%2078.3998%2087.54L92.4123%2074.7111L88.9324%2072.0347L76.2456%2085.4946C75.7483%2085.5236%2075.279%2085.7327%2074.9266%2086.0823C74.5742%2086.432%2074.3632%2086.8979%2074.3336%2087.3917C74.3039%2087.8855%2074.4578%2088.373%2074.7659%2088.7617C75.074%2089.1504%2075.515%2089.4134%2076.0054%2089.5008Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M95.0504%2065.4908C97.6061%2065.4908%2099.6779%2063.4335%2099.6779%2060.8957C99.6779%2058.3578%2097.6061%2056.3005%2095.0504%2056.3005C92.4948%2056.3005%2090.423%2058.3578%2090.423%2060.8957C90.423%2063.4335%2092.4948%2065.4908%2095.0504%2065.4908Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M99.2032%2087.9067C95.9572%2087.9068%2092.0479%2087.2279%2089.6362%2084.4499L89.5819%2084.3873L89.6378%2084.3259C89.656%2084.3059%2091.4302%2082.2925%2089.6587%2078.7018L87.223%2079.4459L84.7982%2076.2675L86.1414%2072.2658L91.6386%2067.8685C92.4263%2067.2419%2093.3853%2066.8646%2094.3914%2066.7854C96.2121%2066.6106%2097.9858%2066.109%2099.6261%2065.3049C100.377%2064.9428%20101.203%2064.7634%20102.038%2064.7814L102.146%2064.7844C102.4%2064.7915%20102.649%2064.8497%20102.88%2064.9555C103.11%2065.0612%20103.316%2065.2123%20103.486%2065.3996C103.656%2065.5869%20103.786%2065.8066%20103.868%2066.0452C103.949%2066.2837%20103.982%2066.5364%20103.962%2066.7877C103.589%2071.5828%20102.931%2083.1662%20104.865%2087.1545L104.915%2087.2576L104.803%2087.2857C102.965%2087.6964%20101.087%2087.9046%2099.2032%2087.9067Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M90.2728%2084.3888C90.2728%2084.3888%2078.0264%2083.2662%2076.7075%2086.821C75.3887%2090.3757%2076.8959%2092.0595%2079.1568%2092.8078C81.4177%2093.5562%2086.8815%2094.4916%2086.8815%2094.4916L89.3307%2091.4982L95.7365%2091.8724C95.7365%2091.8724%20102.874%2095.9833%20104.848%20100.38C105.271%20101.332%20105.946%20102.151%20106.802%20102.752C107.657%20103.353%20108.66%20103.713%20109.704%20103.792C111.287%20103.902%20112.693%20103.308%20112.693%20100.853C112.693%2095.24%20104.78%2087.1951%20104.78%2087.1951L90.2728%2084.3888Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M80.9467%2089.9079C80.9467%2089.9079%2084.1496%2088.9725%2089.2365%2091.4046L80.9467%2089.9079Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M90.4341%2057.9652C92.2413%2059.0607%2094.2787%2059.7273%2096.3876%2059.9132L95.7601%2059.1665C96.217%2059.3343%2096.6978%2059.4291%2097.1846%2059.4474C97.4284%2059.4544%2097.6704%2059.4046%2097.8912%2059.302C98.112%2059.1993%2098.3056%2059.0467%2098.4563%2058.8563C98.5794%2058.6587%2098.6525%2058.4344%2098.6694%2058.2026C98.6863%2057.9708%2098.6465%2057.7384%2098.5534%2057.5252C98.3622%2057.0999%2098.0645%2056.7303%2097.6887%2056.4516C97.0227%2055.9284%2096.2367%2055.577%2095.4007%2055.4286C94.5647%2055.2802%2093.7048%2055.3396%2092.8975%2055.6013C92.3437%2055.7656%2091.8478%2056.0815%2091.4664%2056.5128C91.279%2056.7301%2091.1488%2056.9901%2091.0876%2057.2697C91.0263%2057.5492%2091.0359%2057.8395%2091.1155%2058.1145'%20fill='%232F2E41'%20/%3e%3cpath%20d='M95.7974%2054.2924C96.6196%2052.3967%2097.8503%2050.703%2099.4029%2049.3305C100.4%2048.4507%20101.564%2047.6948%20102.878%2047.4666C104.192%2047.2384%20105.673%2047.6293%20106.479%2048.6848C107.138%2049.5478%20107.261%2050.704%20107.188%2051.7847C107.116%2052.8653%20106.873%2053.9355%20106.896%2055.0184C106.92%2056.1232%20107.221%2057.2047%20107.772%2058.1646C108.324%2059.1246%20109.108%2059.9325%20110.054%2060.5152C110.999%2061.0978%20112.076%2061.4367%20113.187%2061.5011C114.298%2061.5655%20115.408%2061.3533%20116.416%2060.8838C115.281%2061.5066%20114.397%2062.4924%20113.344%2063.2427C112.29%2063.993%20110.901%2064.5074%20109.705%2064.0117C108.439%2063.4871%20107.859%2062.0623%20107.405%2060.7769L105.383%2055.0445C105.04%2054.0701%20104.679%2053.0667%20103.978%2052.3045C103.276%2051.5424%20102.138%2051.0778%20101.172%2051.461C100.441%2051.7514%2099.9641%2052.4446%2099.5463%2053.1082C99.1285%2053.7717%2098.6878%2054.4776%2097.9819%2054.8255C97.276%2055.1734%2096.23%2054.9592%2095.9993%2054.211'%20fill='%232F2E41'%20/%3e%3cpath%20d='M95.6686%2082.0918L94.3691%2083.416L100.656%2089.499L101.955%2088.1749L95.6686%2082.0918Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M100.734%2088.2839C100.477%2088.5458%20100.304%2088.8775%20100.237%2089.237C100.169%2089.5966%20100.211%2089.9678%20100.356%2090.3038C100.502%2090.6398%20100.744%2090.9255%20101.053%2091.1247C101.362%2091.3239%20101.723%2091.4277%20102.091%2091.423C102.46%2091.4182%20102.818%2091.3052%20103.122%2091.0981C103.425%2090.891%20103.66%2090.5992%20103.796%2090.2596C103.933%2089.92%20103.965%2089.5478%20103.889%2089.1901C103.812%2088.8324%20103.63%2088.5053%20103.367%2088.2501C103.013%2087.9078%20102.537%2087.7192%20102.043%2087.7255C101.549%2087.7318%20101.078%2087.9327%20100.734%2088.2839ZM102.639%2090.1272C102.529%2090.2395%20102.387%2090.3168%20102.233%2090.3493C102.079%2090.3819%20101.918%2090.3683%20101.771%2090.3102C101.625%2090.2521%20101.499%2090.1521%20101.41%2090.0229C101.32%2089.8938%20101.271%2089.7412%20101.269%2089.5845C101.267%2089.4278%20101.312%2089.274%20101.398%2089.1426C101.484%2089.0111%20101.607%2088.908%20101.752%2088.8462C101.897%2088.7843%20102.058%2088.7666%20102.213%2088.7951C102.368%2088.8237%20102.511%2088.8974%20102.624%2089.0067C102.776%2089.1534%20102.862%2089.3538%20102.865%2089.564C102.868%2089.7741%20102.786%2089.9767%20102.639%2090.1272Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M93.757%2079.6104L94.6407%2080.493L94.2111%2082.0077L92.6448%2082.387L91.8237%2081.567C91.7676%2082.0323%2091.8595%2082.5033%2092.0866%2082.9141C92.3137%2083.3249%2092.6646%2083.6548%2093.09%2083.8576C93.5154%2084.0604%2093.9941%2084.1259%2094.4589%2084.045C94.9238%2083.964%2095.3514%2083.7406%2095.6819%2083.4061C96.0124%2083.0716%2096.2293%2082.6428%2096.302%2082.1798C96.3747%2081.7168%2096.2997%2081.2427%2096.0874%2080.8242C95.8752%2080.4056%2095.5363%2080.0635%2095.1184%2079.8459C94.7005%2079.6282%2094.2244%2079.5458%2093.757%2079.6104Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M97.385%2087.9228C97.3052%2087.9227%2097.2254%2087.9184%2097.1461%2087.9096C96.681%2087.8561%2096.2478%2087.648%2095.9167%2087.3192C95.5856%2086.9904%2095.3762%2086.5602%2095.3223%2086.0984C95.2892%2085.8102%2095.3178%2085.5184%2095.4062%2085.242C95.4946%2084.9656%2095.6408%2084.7109%2095.8352%2084.4945C96.0297%2084.2781%2096.268%2084.105%2096.5345%2083.9864C96.801%2083.8679%2097.0897%2083.8066%2097.3818%2083.8065C97.4742%2083.807%2097.5665%2083.8138%2097.658%2083.827L103.984%2077.1394L103.324%2074.9534L106.641%2073.4769L107.57%2075.7332C107.882%2076.4976%20107.937%2077.3413%20107.727%2078.1391C107.518%2078.9369%20107.054%2079.6463%20106.407%2080.1621L99.4429%2085.6627C99.4503%2085.7297%2099.454%2085.7971%2099.4542%2085.8645C99.454%2086.1539%2099.3925%2086.44%2099.2735%2086.7043C99.1546%2086.9685%2098.981%2087.2049%2098.7639%2087.398C98.386%2087.7371%2097.8944%2087.9242%2097.385%2087.9228Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M102.331%2065.6798C102.55%2065.583%20102.787%2065.5312%20103.027%2065.5276C103.267%2065.5239%20103.505%2065.5685%20103.727%2065.6586C103.95%2065.7487%20104.151%2065.8825%20104.32%2066.0519C104.489%2066.2213%20104.621%2066.4229%20104.71%2066.6445L107.983%2074.8472L102.896%2078.2148L102.331%2065.6798Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M78.4974%2067.5951V26.7263C78.4956%2025.4734%2077.9936%2024.2722%2077.1014%2023.3863C76.2092%2022.5003%2074.9996%2022.0018%2073.7378%2022H9.06376C7.802%2022.0018%206.59242%2022.5003%205.70022%2023.3863C4.80801%2024.2722%204.30599%2025.4734%204.3042%2026.7263V67.5951C4.30599%2068.8481%204.80801%2070.0492%205.70022%2070.9352C6.59242%2071.8211%207.802%2072.3197%209.06376%2072.3214H73.7378C74.9996%2072.3197%2076.2092%2071.8211%2077.1014%2070.9352C77.9936%2070.0492%2078.4956%2068.8481%2078.4974%2067.5951ZM9.06376%2071.7654C7.95037%2071.764%206.88297%2071.3242%206.09568%2070.5424C5.30839%2069.7607%204.8655%2068.7007%204.86415%2067.5951V26.7263C4.8655%2025.6207%205.30839%2024.5608%206.09568%2023.779C6.88297%2022.9972%207.95037%2022.5574%209.06376%2022.556H73.7378C74.8512%2022.5574%2075.9186%2022.9972%2076.7059%2023.779C77.4932%2024.5608%2077.9361%2025.6207%2077.9374%2026.7263V67.5951C77.9361%2068.7007%2077.4932%2069.7607%2076.7059%2070.5424C75.9186%2071.3242%2074.8512%2071.764%2073.7378%2071.7654H9.06376Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M77.9375%2029.3533H4.86417C4.78991%2029.3533%204.7187%2029.324%204.6662%2029.2718C4.6137%2029.2197%204.5842%2029.149%204.5842%2029.0753C4.5842%2029.0015%204.6137%2028.9308%204.6662%2028.8787C4.7187%2028.8265%204.78991%2028.7972%204.86417%2028.7972H77.9375C78.0117%2028.7972%2078.0829%2028.8265%2078.1354%2028.8787C78.1879%2028.9308%2078.2174%2029.0015%2078.2174%2029.0753C78.2174%2029.149%2078.1879%2029.2197%2078.1354%2029.2718C78.0829%2029.324%2078.0117%2029.3533%2077.9375%2029.3533Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M9.62372%2027.2824C10.3968%2027.2824%2011.0236%2026.66%2011.0236%2025.8923C11.0236%2025.1246%2010.3968%2024.5022%209.62372%2024.5022C8.85059%2024.5022%208.22385%2025.1246%208.22385%2025.8923C8.22385%2026.66%208.85059%2027.2824%209.62372%2027.2824Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M14.3833%2027.2824C15.1564%2027.2824%2015.7831%2026.66%2015.7831%2025.8923C15.7831%2025.1246%2015.1564%2024.5022%2014.3833%2024.5022C13.6101%2024.5022%2012.9834%2025.1246%2012.9834%2025.8923C12.9834%2026.66%2013.6101%2027.2824%2014.3833%2027.2824Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M19.1429%2027.2824C19.916%2027.2824%2020.5427%2026.66%2020.5427%2025.8923C20.5427%2025.1246%2019.916%2024.5022%2019.1429%2024.5022C18.3697%2024.5022%2017.743%2025.1246%2017.743%2025.8923C17.743%2026.66%2018.3697%2027.2824%2019.1429%2027.2824Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M29.6047%2059.2743C29.5799%2059.2743%2029.5554%2059.2695%2029.5326%2059.2601C29.5097%2059.2507%2029.4889%2059.2369%2029.4714%2059.2195C29.4539%2059.2021%2029.4401%2059.1815%2029.4306%2059.1588C29.4211%2059.1361%2029.4163%2059.1118%2029.4163%2059.0872C29.4163%2057.1365%2028.5551%2056.0484%2027.1657%2054.925C27.1464%2054.9095%2027.1304%2054.8904%2027.1186%2054.8688C27.1068%2054.8471%2027.0994%2054.8234%2027.0969%2054.7989C27.0943%2054.7744%2027.0966%2054.7497%2027.1037%2054.7261C27.1108%2054.7025%2027.1225%2054.6806%2027.1382%2054.6615C27.1538%2054.6424%2027.1731%2054.6266%2027.1949%2054.6149C27.2167%2054.6032%2027.2407%2054.5959%2027.2653%2054.5935C27.29%2054.591%2027.3149%2054.5934%2027.3386%2054.6005C27.3623%2054.6076%2027.3844%2054.6193%2027.4036%2054.6349C28.8788%2055.8276%2029.7931%2056.9885%2029.7931%2059.0872C29.7931%2059.1118%2029.7882%2059.1361%2029.7787%2059.1588C29.7693%2059.1815%2029.7554%2059.2021%2029.7379%2059.2195C29.7204%2059.2369%2029.6996%2059.2507%2029.6768%2059.2601C29.6539%2059.2695%2029.6294%2059.2743%2029.6047%2059.2743Z'%20fill='black'%20/%3e%3cpath%20d='M13.4654%2059.2743C13.4407%2059.2743%2013.4162%2059.2695%2013.3933%2059.2601C13.3705%2059.2507%2013.3497%2059.2369%2013.3322%2059.2195C13.3147%2059.2021%2013.3008%2059.1815%2013.2914%2059.1588C13.2819%2059.1361%2013.277%2059.1118%2013.277%2059.0872C13.277%2056.9885%2014.1913%2055.8276%2015.6665%2054.6349C15.6857%2054.6193%2015.7078%2054.6076%2015.7315%2054.6005C15.7552%2054.5934%2015.7801%2054.591%2015.8048%2054.5935C15.8295%2054.5959%2015.8534%2054.6032%2015.8752%2054.6149C15.897%2054.6266%2015.9163%2054.6424%2015.932%2054.6615C15.9476%2054.6806%2015.9593%2054.7025%2015.9664%2054.7261C15.9735%2054.7497%2015.9758%2054.7744%2015.9733%2054.7989C15.9707%2054.8234%2015.9633%2054.8471%2015.9515%2054.8688C15.9397%2054.8904%2015.9237%2054.9095%2015.9044%2054.925C14.515%2056.0484%2013.6539%2057.1366%2013.6539%2059.0872C13.6539%2059.1118%2013.649%2059.1361%2013.6395%2059.1588C13.6301%2059.1815%2013.6162%2059.2021%2013.5987%2059.2195C13.5812%2059.2369%2013.5604%2059.2507%2013.5376%2059.2601C13.5147%2059.2695%2013.4902%2059.2743%2013.4654%2059.2743Z'%20fill='black'%20/%3e%3cpath%20d='M27.9909%2046.4529C27.952%2046.4529%2027.914%2046.441%2027.8822%2046.4187C27.8504%2046.3964%2027.8264%2046.3649%2027.8133%2046.3285C27.8003%2046.2921%2027.7989%2046.2526%2027.8094%2046.2154C27.8199%2046.1782%2027.8417%2046.1451%2027.8719%2046.1207C29.3001%2044.9661%2029.4163%2043.3259%2029.4163%2041.4578C29.4163%2041.4082%2029.4361%2041.3606%2029.4715%2041.3256C29.5068%2041.2905%2029.5547%2041.2708%2029.6047%2041.2708C29.6546%2041.2708%2029.7026%2041.2905%2029.7379%2041.3256C29.7732%2041.3606%2029.7931%2041.4082%2029.7931%2041.4578C29.7931%2043.4232%2029.6664%2045.1524%2028.1098%2046.4109C28.0762%2046.4381%2028.0342%2046.453%2027.9909%2046.4529Z'%20fill='black'%20/%3e%3cpath%20d='M15.0793%2046.3528C15.036%2046.3529%2014.994%2046.338%2014.9605%2046.3108C13.4037%2045.0522%2013.277%2043.3684%2013.277%2041.4578C13.277%2041.4082%2013.2969%2041.3606%2013.3322%2041.3256C13.3676%2041.2905%2013.4155%2041.2708%2013.4654%2041.2708C13.5154%2041.2708%2013.5633%2041.2905%2013.5987%2041.3256C13.634%2041.3606%2013.6539%2041.4082%2013.6539%2041.4578C13.6539%2043.3356%2013.7676%2044.8639%2015.1984%2046.0206C15.2285%2046.045%2015.2503%2046.0781%2015.2608%2046.1153C15.2713%2046.1525%2015.2699%2046.192%2015.2569%2046.2284C15.2438%2046.2648%2015.2198%2046.2963%2015.188%2046.3186C15.1562%2046.3409%2015.1182%2046.3528%2015.0793%2046.3528Z'%20fill='black'%20/%3e%3cpath%20d='M32.0256%2050.4661H27.9908C27.9408%2050.4661%2027.8929%2050.4464%2027.8576%2050.4113C27.8223%2050.3762%2027.8024%2050.3286%2027.8024%2050.279C27.8024%2050.2294%2027.8223%2050.1818%2027.8576%2050.1467C27.8929%2050.1116%2027.9408%2050.0919%2027.9908%2050.0919H32.0256C32.0756%2050.0919%2032.1235%2050.1116%2032.1588%2050.1467C32.1942%2050.1818%2032.214%2050.2294%2032.214%2050.279C32.214%2050.3286%2032.1942%2050.3762%2032.1588%2050.4113C32.1235%2050.4464%2032.0756%2050.4661%2032.0256%2050.4661Z'%20fill='black'%20/%3e%3cpath%20d='M15.0794%2050.4661H11.0446C10.9946%2050.4661%2010.9467%2050.4464%2010.9114%2050.4113C10.8761%2050.3762%2010.8562%2050.3286%2010.8562%2050.279C10.8562%2050.2294%2010.8761%2050.1818%2010.9114%2050.1467C10.9467%2050.1116%2010.9946%2050.0919%2011.0446%2050.0919H15.0794C15.1294%2050.0919%2015.1773%2050.1116%2015.2126%2050.1467C15.248%2050.1818%2015.2678%2050.2294%2015.2678%2050.279C15.2678%2050.3286%2015.248%2050.3762%2015.2126%2050.4113C15.1773%2050.4464%2015.1294%2050.4661%2015.0794%2050.4661Z'%20fill='black'%20/%3e%3cpath%20d='M21.5351%2058.4729C21.5103%2058.4729%2021.4858%2058.468%2021.4629%2058.4586C21.4401%2058.4492%2021.4193%2058.4355%2021.4018%2058.4181C21.3843%2058.4007%2021.3704%2058.3801%2021.361%2058.3574C21.3515%2058.3347%2021.3466%2058.3104%2021.3466%2058.2858V45.4646C21.3466%2045.4149%2021.3665%2045.3673%2021.4018%2045.3323C21.4372%2045.2972%2021.4851%2045.2775%2021.5351%2045.2775C21.585%2045.2775%2021.6329%2045.2972%2021.6683%2045.3323C21.7036%2045.3673%2021.7235%2045.4149%2021.7235%2045.4646V58.2858C21.7235%2058.3104%2021.7186%2058.3347%2021.7091%2058.3574C21.6997%2058.3801%2021.6858%2058.4007%2021.6683%2058.4181C21.6508%2058.4355%2021.63%2058.4492%2021.6072%2058.4586C21.5843%2058.468%2021.5598%2058.4729%2021.5351%2058.4729Z'%20fill='black'%20/%3e%3cpath%20d='M21.5351%2058.4729C19.7735%2058.4709%2018.0848%2057.7751%2016.8392%2056.5382C15.5936%2055.3013%2014.893%2053.6243%2014.891%2051.8751V47.0637C14.891%2043.9826%2017.4369%2042.0686%2021.5351%2042.0686C25.8196%2042.0686%2028.1792%2043.8426%2028.1792%2047.0637V51.8751C28.1772%2053.6243%2027.4766%2055.3013%2026.231%2056.5382C24.9854%2057.7751%2023.2966%2058.4709%2021.5351%2058.4729ZM21.5351%2042.4428C18.5053%2042.4428%2015.2678%2043.6567%2015.2678%2047.0637V51.8751C15.2673%2052.6927%2015.4291%2053.5023%2015.7439%2054.2578C16.0586%2055.0133%2016.5202%2055.6997%2017.1022%2056.278C17.6842%2056.8563%2018.3753%2057.315%2019.1359%2057.628C19.8965%2057.941%2020.7118%2058.1021%2021.5351%2058.1021C22.3584%2058.1021%2023.1737%2057.941%2023.9343%2057.628C24.6949%2057.315%2025.3859%2056.8563%2025.968%2056.278C26.55%2055.6997%2027.0116%2055.0133%2027.3263%2054.2578C27.6411%2053.5023%2027.8028%2052.6927%2027.8024%2051.8751V47.0637C27.8024%2043.0432%2023.8757%2042.4428%2021.5351%2042.4428Z'%20fill='black'%20/%3e%3cpath%20d='M17.6734%2043.2236C17.6357%2043.2237%2017.5988%2043.2124%2017.5676%2043.1914C17.5364%2043.1704%2017.5123%2043.1406%2017.4983%2043.1058C17.3895%2042.8353%2017.3266%2042.5489%2017.3121%2042.258C17.3154%2041.1488%2017.7599%2040.0858%2018.5488%2039.3005C19.3376%2038.5153%2020.407%2038.0714%2021.524%2038.0654H21.5456C22.6612%2038.0707%2023.7295%2038.5131%2024.5184%2039.2963C25.3072%2040.0796%2025.7528%2041.1404%2025.7583%2042.2482C25.7485%2042.5188%2025.6904%2042.7856%2025.5868%2043.036C25.5675%2043.0816%2025.5309%2043.1177%2025.485%2043.1365C25.439%2043.1554%2025.3874%2043.1554%2025.3414%2043.1366C25.2954%2043.1179%2025.2587%2043.0818%2025.2394%2043.0363C25.2201%2042.9907%2025.2197%2042.9395%2025.2383%2042.8937C25.3243%2042.6863%2025.3729%2042.4654%2025.3816%2042.2412C25.375%2041.2336%2024.9684%2040.2693%2024.2501%2039.5575C23.5319%2038.8458%2022.5599%2038.4441%2021.5452%2038.4396H21.5245C20.5086%2038.4446%2019.5358%2038.8476%2018.8175%2039.561C18.0993%2040.2743%2017.6936%2041.2403%2017.6886%2042.2491C17.702%2042.4955%2017.7559%2042.738%2017.8483%2042.9671C17.8596%2042.9955%2017.8638%2043.0262%2017.8605%2043.0566C17.8572%2043.087%2017.8464%2043.116%2017.8292%2043.1413C17.8119%2043.1666%2017.7887%2043.1874%2017.7616%2043.2017C17.7344%2043.216%2017.7041%2043.2236%2017.6734%2043.2236Z'%20fill='black'%20/%3e%3cpath%20d='M40.6701%2042.2062H38.4092C38.0594%2042.2062%2037.724%2042.0682%2037.4766%2041.8226C37.2293%2041.577%2037.0904%2041.2439%2037.0904%2040.8965C37.0904%2040.5492%2037.2293%2040.2161%2037.4766%2039.9705C37.724%2039.7249%2038.0594%2039.5869%2038.4092%2039.5869H40.6701C41.0199%2039.5869%2041.3553%2039.7249%2041.6026%2039.9705C41.85%2040.2161%2041.9889%2040.5492%2041.9889%2040.8965C41.9889%2041.2439%2041.85%2041.577%2041.6026%2041.8226C41.3553%2042.0682%2041.0199%2042.2062%2040.6701%2042.2062Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M56.1194%2047.7253H53.8585C53.5087%2047.7253%2053.1732%2047.5874%2052.9259%2047.3418C52.6786%2047.0962%2052.5396%2046.763%2052.5396%2046.4157C52.5396%2046.0684%2052.6786%2045.7353%2052.9259%2045.4897C53.1732%2045.2441%2053.5087%2045.1061%2053.8585%2045.1061H56.1194C56.4691%2045.1061%2056.8046%2045.2441%2057.0519%2045.4897C57.2992%2045.7353%2057.4382%2046.0684%2057.4382%2046.4157C57.4382%2046.763%2057.2992%2047.0962%2057.0519%2047.3418C56.8046%2047.5874%2056.4691%2047.7253%2056.1194%2047.7253Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M63.2788%2047.7253H61.0179C60.6681%2047.7253%2060.3327%2047.5874%2060.0853%2047.3418C59.838%2047.0962%2059.6991%2046.763%2059.6991%2046.4157C59.6991%2046.0684%2059.838%2045.7353%2060.0853%2045.4897C60.3327%2045.2441%2060.6681%2045.1061%2061.0179%2045.1061H63.2788C63.6286%2045.1061%2063.964%2045.2441%2064.2113%2045.4897C64.4587%2045.7353%2064.5976%2046.0684%2064.5976%2046.4157C64.5976%2046.763%2064.4587%2047.0962%2064.2113%2047.3418C63.964%2047.5874%2063.6286%2047.7253%2063.2788%2047.7253Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M70.4382%2047.7253H68.1773C67.8276%2047.7253%2067.4921%2047.5874%2067.2448%2047.3418C66.9974%2047.0962%2066.8585%2046.763%2066.8585%2046.4157C66.8585%2046.0684%2066.9974%2045.7353%2067.2448%2045.4897C67.4921%2045.2441%2067.8276%2045.1061%2068.1773%2045.1061H70.4382C70.788%2045.1061%2071.1234%2045.2441%2071.3708%2045.4897C71.6181%2045.7353%2071.757%2046.0684%2071.757%2046.4157C71.757%2046.763%2071.6181%2047.0962%2071.3708%2047.3418C71.1234%2047.5874%2070.788%2047.7253%2070.4382%2047.7253Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M56.3078%2042.2998H45.757C45.4073%2042.2998%2045.0718%2042.1618%2044.8245%2041.9162C44.5771%2041.6706%2044.4382%2041.3375%2044.4382%2040.9902C44.4382%2040.6428%2044.5771%2040.3097%2044.8245%2040.0641C45.0718%2039.8185%2045.4073%2039.6805%2045.757%2039.6805H56.3078C56.6575%2039.6805%2056.993%2039.8185%2057.2403%2040.0641C57.4877%2040.3097%2057.6266%2040.6428%2057.6266%2040.9902C57.6266%2041.3375%2057.4877%2041.6706%2057.2403%2041.9162C56.993%2042.1618%2056.6575%2042.2998%2056.3078%2042.2998Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M48.9599%2047.5383H38.4092C38.0594%2047.5383%2037.724%2047.4003%2037.4766%2047.1547C37.2293%2046.9091%2037.0904%2046.576%2037.0904%2046.2287C37.0904%2045.8814%2037.2293%2045.5483%2037.4766%2045.3027C37.724%2045.057%2038.0594%2044.9191%2038.4092%2044.9191H48.9599C49.3097%2044.9191%2049.6452%2045.057%2049.8925%2045.3027C50.1398%2045.5483%2050.2788%2045.8814%2050.2788%2046.2287C50.2788%2046.576%2050.1398%2046.9091%2049.8925%2047.1547C49.6452%2047.4003%2049.3097%2047.5383%2048.9599%2047.5383Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M69.6846%2042.2998H61.5831C61.2333%2042.2998%2060.8979%2042.1618%2060.6506%2041.9162C60.4032%2041.6706%2060.2643%2041.3375%2060.2643%2040.9902C60.2643%2040.6428%2060.4032%2040.3097%2060.6506%2040.0641C60.8979%2039.8185%2061.2333%2039.6805%2061.5831%2039.6805H69.6846C70.0344%2039.6805%2070.3698%2039.8185%2070.6171%2040.0641C70.8645%2040.3097%2071.0034%2040.6428%2071.0034%2040.9902C71.0034%2041.3375%2070.8645%2041.6706%2070.6171%2041.9162C70.3698%2042.1618%2070.0344%2042.2998%2069.6846%2042.2998Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M40.6701%2053.2445H38.4092C38.0594%2053.2445%2037.724%2053.1065%2037.4766%2052.8609C37.2293%2052.6153%2037.0904%2052.2822%2037.0904%2051.9349C37.0904%2051.5875%2037.2293%2051.2544%2037.4766%2051.0088C37.724%2050.7632%2038.0594%2050.6252%2038.4092%2050.6252H40.6701C41.0199%2050.6252%2041.3553%2050.7632%2041.6026%2051.0088C41.85%2051.2544%2041.9889%2051.5875%2041.9889%2051.9349C41.9889%2052.2822%2041.85%2052.6153%2041.6026%2052.8609C41.3553%2053.1065%2041.0199%2053.2445%2040.6701%2053.2445Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M56.3078%2053.338H45.757C45.4073%2053.338%2045.0718%2053.2%2044.8245%2052.9544C44.5771%2052.7088%2044.4382%2052.3757%2044.4382%2052.0284C44.4382%2051.681%2044.5771%2051.3479%2044.8245%2051.1023C45.0718%2050.8567%2045.4073%2050.7188%2045.757%2050.7188H56.3078C56.6575%2050.7188%2056.993%2050.8567%2057.2403%2051.1023C57.4877%2051.3479%2057.6266%2051.681%2057.6266%2052.0284C57.6266%2052.3757%2057.4877%2052.7088%2057.2403%2052.9544C56.993%2053.2%2056.6575%2053.338%2056.3078%2053.338Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M69.6846%2053.338H61.5831C61.2333%2053.338%2060.8979%2053.2%2060.6506%2052.9544C60.4032%2052.7088%2060.2643%2052.3757%2060.2643%2052.0284C60.2643%2051.681%2060.4032%2051.3479%2060.6506%2051.1023C60.8979%2050.8567%2061.2333%2050.7188%2061.5831%2050.7188H69.6846C70.0344%2050.7188%2070.3698%2050.8567%2070.6171%2051.1023C70.8645%2051.3479%2071.0034%2051.681%2071.0034%2052.0284C71.0034%2052.3757%2070.8645%2052.7088%2070.6171%2052.9544C70.3698%2053.2%2070.0344%2053.338%2069.6846%2053.338Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M66.1049%2057.7347C66.1053%2057.3875%2066.2443%2057.0546%2066.4916%2056.8091C66.7388%2056.5635%2067.074%2056.4254%2067.4237%2056.425H69.6846C70.0343%2056.425%2070.3698%2056.563%2070.6171%2056.8086C70.8645%2057.0542%2071.0034%2057.3873%2071.0034%2057.7347C71.0034%2058.082%2070.8645%2058.4151%2070.6171%2058.6607C70.3698%2058.9063%2070.0343%2059.0443%2069.6846%2059.0443H67.4237C67.074%2059.0439%2066.7388%2058.9058%2066.4916%2058.6603C66.2443%2058.4148%2066.1052%2058.0819%2066.1049%2057.7347Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M50.4672%2057.8282C50.4676%2057.481%2050.6067%2057.1481%2050.8539%2056.9026C51.1012%2056.657%2051.4364%2056.5189%2051.786%2056.5186H62.3368C62.6865%2056.5186%2063.022%2056.6565%2063.2693%2056.9021C63.5167%2057.1477%2063.6556%2057.4808%2063.6556%2057.8282C63.6556%2058.1755%2063.5167%2058.5086%2063.2693%2058.7542C63.022%2058.9998%2062.6865%2059.1378%2062.3368%2059.1378H51.786C51.4364%2059.1374%2051.1012%2058.9993%2050.8539%2058.7538C50.6067%2058.5083%2050.4676%2058.1754%2050.4672%2057.8282Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M37.0904%2057.8282C37.0908%2057.481%2037.2298%2057.1481%2037.4771%2056.9026C37.7243%2056.657%2038.0595%2056.5189%2038.4092%2056.5186H46.5107C46.8604%2056.5186%2047.1959%2056.6565%2047.4432%2056.9021C47.6905%2057.1477%2047.8295%2057.4808%2047.8295%2057.8282C47.8295%2058.1755%2047.6905%2058.5086%2047.4432%2058.7542C47.1959%2058.9998%2046.8604%2059.1378%2046.5107%2059.1378H38.4092C38.0595%2059.1374%2037.7243%2058.9993%2037.4771%2058.7538C37.2298%2058.5083%2037.0908%2058.1754%2037.0904%2057.8282Z'%20fill='%23CCCCCC'%20/%3e%3c/g%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4843_5570'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_4843_5570'%3e%3crect%20width='130'%20height='83.9583'%20fill='white'%20transform='translate(-6%2022)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Au = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxyZWN0IHg9IjU2IiB5PSIzNCIgd2lkdGg9IjgiIGhlaWdodD0iMi42NjY2NyIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgPHJlY3QgeD0iNzEuMjAyNSIgeT0iMzUuOTI5OCIgd2lkdGg9IjgiIGhlaWdodD0iMi42NjY2NyIgdHJhbnNmb3JtPSJyb3RhdGUoMzAgNzEuMjAyNSAzNS45Mjk4KSIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgPHJlY3QgeD0iNDEuODY5MSIgeT0iMzkuOTI5OCIgd2lkdGg9IjgiIGhlaWdodD0iMi42NjY2NyIgdHJhbnNmb3JtPSJyb3RhdGUoLTMwIDQxLjg2OTEgMzkuOTI5OCkiIGZpbGw9IiM2NkE3RkYiIC8+DQogIDxjaXJjbGUgY3g9IjYwIiBjeT0iNjMuMzMzNCIgcj0iMjgiIGZpbGw9IiNCM0QzRkYiIC8+DQogIDxjaXJjbGUgY3g9IjU5Ljk5OTMiIGN5PSI2My4zMzMxIiByPSIyMCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTkuOTk5MyA2My4zMzMxKSIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgPGcgY2xpcC1wYXRoPSJ1cmwoI3BhaW50MF9hbmd1bGFyXzMyNzFfMjU4MjFfY2xpcF9wYXRoKSIgZGF0YS1maWdtYS1za2lwLXBhcnNlPSJ0cnVlIj4NCiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMC4wMTQ2NjY3IC02LjQxMWUtMTAgNi40MTFlLTEwIC0wLjAxNDY2NjcgNjAgNjMuMzMzMykiPg0KICAgICAgPGZvcmVpZ25PYmplY3QgeD0iLTEwNjguMTgiIHk9Ii0xMDY4LjE4IiB3aWR0aD0iMjEzNi4zNiIgaGVpZ2h0PSIyMTM2LjM2Ig0KICAgICAgICA+PGRpdg0KICAgICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIg0KICAgICAgICAgIHN0eWxlPSINCiAgICAgICAgICAgIGJhY2tncm91bmQ6IGNvbmljLWdyYWRpZW50KGZyb20gOTBkZWcsIHJnYmEoNDgsIDEzNiwgMjU1LCAwKSAwZGVnLCByZ2JhKDAsIDk5LCAyMzMsIDEpIDM2MGRlZyk7DQogICAgICAgICAgICBoZWlnaHQ6IDEwMCU7DQogICAgICAgICAgICB3aWR0aDogMTAwJTsNCiAgICAgICAgICAgIG9wYWNpdHk6IDE7DQogICAgICAgICAgIg0KICAgICAgICA+PC9kaXYNCiAgICAgID48L2ZvcmVpZ25PYmplY3Q+DQogICAgPC9nPg0KICA8L2c+DQogIDxwYXRoDQogICAgZD0iTTYwIDQ4LjY2NjZDNjIuOTAwOCA0OC42NjY2IDY1LjczNjUgNDkuNTI2OCA2OC4xNDg0IDUxLjEzODRDNzAuNTYwMyA1Mi43NSA3Mi40NDAyIDU1LjA0MDYgNzMuNTUwMyA1Ny43MjA2Qzc0LjY2MDMgNjAuNDAwNiA3NC45NTA4IDYzLjM0OTYgNzQuMzg0OSA2Ni4xOTQ2QzczLjgxOSA2OS4wMzk3IDcyLjQyMjEgNzEuNjUzIDcwLjM3MDkgNzMuNzA0MkM2OC4zMTk3IDc1Ljc1NTQgNjUuNzA2NCA3Ny4xNTIyIDYyLjg2MTMgNzcuNzE4MUM2MC4wMTYzIDc4LjI4NDEgNTcuMDY3MyA3Ny45OTM2IDU0LjM4NzMgNzYuODgzNUM1MS43MDczIDc1Ljc3MzQgNDkuNDE2NyA3My44OTM2IDQ3LjgwNTEgNzEuNDgxN0M0Ni4xOTM1IDY5LjA2OTcgNDUuMzMzNCA2Ni4yMzQxIDQ1LjMzMzQgNjMuMzMzM0w1Mi42NjY3IDYzLjMzMzNDNTIuNjY2NyA2NC43ODM3IDUzLjA5NjggNjYuMjAxNSA1My45MDI2IDY3LjQwNzVDNTQuNzA4NCA2OC42MTM0IDU1Ljg1MzcgNjkuNTUzNCA1Ny4xOTM3IDcwLjEwODRDNTguNTMzNyA3MC42NjM1IDYwLjAwODIgNzAuODA4NyA2MS40MzA3IDcwLjUyNTdDNjIuODUzMiA3MC4yNDI4IDY0LjE1OTkgNjkuNTQ0MyA2NS4xODU1IDY4LjUxODdDNjYuMjExMSA2Ny40OTMyIDY2LjkwOTUgNjYuMTg2NSA2Ny4xOTI0IDY0Ljc2NEM2Ny40NzU0IDYzLjM0MTQgNjcuMzMwMiA2MS44NjY5IDY2Ljc3NTEgNjAuNTI2OUM2Ni4yMjAxIDU5LjE4NyA2NS4yODAyIDU4LjA0MTYgNjQuMDc0MiA1Ny4yMzU4QzYyLjg2ODIgNTYuNDMwMSA2MS40NTA0IDU2IDYwIDU2TDYwIDQ4LjY2NjZaIg0KICAgIGRhdGEtZmlnbWEtZ3JhZGllbnQtZmlsbD0ieyYjMzQ7dHlwZSYjMzQ7OiYjMzQ7R1JBRElFTlRfQU5HVUxBUiYjMzQ7LCYjMzQ7c3RvcHMmIzM0OzpbeyYjMzQ7Y29sb3ImIzM0Ozp7JiMzNDtyJiMzNDs6MC4xODk5OTk5OTc2MTU4MTQyMSwmIzM0O2cmIzM0OzowLjUzNTc4OTQ4OTc0NjA5Mzc1LCYjMzQ7YiYjMzQ7OjEuMCwmIzM0O2EmIzM0OzowLjB9LCYjMzQ7cG9zaXRpb24mIzM0OzowLjB9LHsmIzM0O2NvbG9yJiMzNDs6eyYjMzQ7ciYjMzQ7OjAuMCwmIzM0O2cmIzM0OzowLjM5MTMxMDA5NTc4NzA0ODM0LCYjMzQ7YiYjMzQ7OjAuOTE2NjMwMzg3MzA2MjEzMzgsJiMzNDthJiMzNDs6MS4wfSwmIzM0O3Bvc2l0aW9uJiMzNDs6MS4wfV0sJiMzNDtzdG9wc1ZhciYjMzQ7OltdLCYjMzQ7dHJhbnNmb3JtJiMzNDs6eyYjMzQ7bTAwJiMzNDs6LTI5LjMzMzMzMDE1NDQxODk0NSwmIzM0O20wMSYjMzQ7OjEuMjgyMjAwODU1NzEyMjg5OWUtMDYsJiMzNDttMDImIzM0Ozo3NC42NjY2ODcwMTE3MTg3NTAsJiMzNDttMTAmIzM0OzotMS4yODIyMDA2MjgzMzg2MTQ1ZS0wNiwmIzM0O20xMSYjMzQ7Oi0yOS4zMzMzMzU4NzY0NjQ4NDQsJiMzNDttMTImIzM0Ozo3Ny45OTk5NjE4NTMwMjczNDR9LCYjMzQ7b3BhY2l0eSYjMzQ7OjEuMCwmIzM0O2JsZW5kTW9kZSYjMzQ7OiYjMzQ7Tk9STUFMJiMzNDssJiMzNDt2aXNpYmxlJiMzNDs6dHJ1ZX0iDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTU5LjY2MjIgNDYuMTMzM0M1OS42NjUxIDQ2LjA0NzYgNTkuNzAwNCA0NS45NjYyIDU5Ljc2MSA0NS45MDU2QzU5Ljg5MyA0NS43NzM2IDYwLjEwNyA0NS43NzM2IDYwLjIzOSA0NS45MDU2QzYwLjI5OTYgNDUuOTY2MiA2MC4zMzQ5IDQ2LjA0NzYgNjAuMzM3OCA0Ni4xMzMzTDYwLjk4MTggNjUuNDUzM0M2MC45OTMxIDY1Ljc5MzIgNjAuODI3OCA2Ni4xMTQ3IDYwLjU0NDkgNjYuMzAzNEM2MC4yMTQ5IDY2LjUyMzMgNTkuNzg1MSA2Ni41MjMzIDU5LjQ1NTEgNjYuMzAzNEM1OS4xNzIyIDY2LjExNDcgNTkuMDA2OSA2NS43OTMyIDU5LjAxODIgNjUuNDUzM0w1OS42NjIyIDQ2LjEzMzNaIg0KICAgIGZpbGw9IndoaXRlIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik00NS4xMDc1IDYzLjY3MjFDNDUuMDE1MiA2My42Njg3IDQ0LjkyODMgNjMuNjI3NyA0NC44NjY5IDYzLjU1ODZDNDQuNzUyNyA2My40MzAxIDQ0Ljc1MjcgNjMuMjM2NiA0NC44NjY5IDYzLjEwODJDNDQuOTI4MyA2My4wMzkxIDQ1LjAxNTIgNjIuOTk4MSA0NS4xMDc1IDYyLjk5NDZMNjIuMTU4OCA2Mi4zNTUyQzYyLjUxNzUgNjIuMzQxNyA2Mi44NTQ3IDYyLjUyNTYgNjMuMDM3NiA2Mi44MzQzQzYzLjIyIDYzLjE0MiA2My4yMiA2My41MjQ3IDYzLjAzNzYgNjMuODMyNEM2Mi44NTQ3IDY0LjE0MTEgNjIuNTE3NSA2NC4zMjUgNjIuMTU4OCA2NC4zMTE2TDQ1LjEwNzUgNjMuNjcyMVoiDQogICAgZmlsbD0id2hpdGUiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTcyLjk2MzUgNzUuODI1NUM3My4wOTM3IDc1Ljk1NTYgNzMuMDkzNyA3Ni4xNjY3IDcyLjk2MzUgNzYuMjk2OUM3Mi44MzMzIDc2LjQyNyA3Mi42MjIzIDc2LjQyNyA3Mi40OTIxIDc2LjI5NjlMNTguMTE0MyA2MS45MTlDNTcuOTg0MSA2MS43ODg4IDU3Ljk4NDEgNjEuNTc3OCA1OC4xMTQzIDYxLjQ0NzZDNTguMjQ0NCA2MS4zMTc0IDU4LjQ1NTUgNjEuMzE3NCA1OC41ODU3IDYxLjQ0NzZMNzIuOTYzNSA3NS44MjU1WiINCiAgICBmaWxsPSIjMEY2RUVCIg0KICAvPg0KICA8cmVjdCB4PSI1NC42NjY3IiB5PSIyOC42NjY2IiB3aWR0aD0iMTAuNjY2NyIgaGVpZ2h0PSI1LjMzMzMzIiByeD0iMi42NjY2NyIgZmlsbD0iI0IzRDNGRiIgLz4NCiAgPHJlY3QNCiAgICB4PSI3Mi43MTQ4Ig0KICAgIHk9IjMwLjY0NDUiDQogICAgd2lkdGg9IjEwLjY2NjciDQogICAgaGVpZ2h0PSI1LjMzMzMzIg0KICAgIHJ4PSIyLjY2NjY3Ig0KICAgIHRyYW5zZm9ybT0icm90YXRlKDMwIDcyLjcxNDggMzAuNjQ0NSkiDQogICAgZmlsbD0iI0IzRDNGRiINCiAgLz4NCiAgPHJlY3QNCiAgICB4PSIzOC4wNDgyIg0KICAgIHk9IjM1Ljk3NzkiDQogICAgd2lkdGg9IjEwLjY2NjciDQogICAgaGVpZ2h0PSI1LjMzMzMzIg0KICAgIHJ4PSIyLjY2NjY3Ig0KICAgIHRyYW5zZm9ybT0icm90YXRlKC0zMCAzOC4wNDgyIDM1Ljk3NzkpIg0KICAgIGZpbGw9IiNCM0QzRkYiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTMxLjUgMjUuODMzNEgzMC41VjI1LjA4MzRDMzAuNSAyNC42ODU1IDMwLjM0MiAyNC4zMDQgMzAuMDYwNyAyNC4wMjI3QzI5Ljc3OTQgMjMuNzQxNCAyOS4zOTc4IDIzLjU4MzQgMjkgMjMuNTgzNEMyOC42MDIyIDIzLjU4MzQgMjguMjIwNiAyMy43NDE0IDI3LjkzOTMgMjQuMDIyN0MyNy42NTggMjQuMzA0IDI3LjUgMjQuNjg1NSAyNy41IDI1LjA4MzRWMjUuODMzNEgyNi41QzI2LjM2NzQgMjUuODMzNCAyNi4yNDAyIDI1Ljg4NjEgMjYuMTQ2NCAyNS45Nzk4QzI2LjA1MjcgMjYuMDczNiAyNiAyNi4yMDA4IDI2IDI2LjMzMzRWMjkuODMzNEMyNiAyOS45NjYgMjYuMDUyNyAzMC4wOTMyIDI2LjE0NjQgMzAuMTg2OUMyNi4yNDAyIDMwLjI4MDcgMjYuMzY3NCAzMC4zMzM0IDI2LjUgMzAuMzMzNEgzMS41QzMxLjYzMjYgMzAuMzMzNCAzMS43NTk4IDMwLjI4MDcgMzEuODUzNiAzMC4xODY5QzMxLjk0NzMgMzAuMDkzMiAzMiAyOS45NjYgMzIgMjkuODMzNFYyNi4zMzM0QzMyIDI2LjIwMDggMzEuOTQ3MyAyNi4wNzM2IDMxLjg1MzYgMjUuOTc5OEMzMS43NTk4IDI1Ljg4NjEgMzEuNjMyNiAyNS44MzM0IDMxLjUgMjUuODMzNFpNMjggMjUuMDgzNEMyOCAyNC44MTgyIDI4LjEwNTQgMjQuNTYzOCAyOC4yOTI5IDI0LjM3NjNDMjguNDgwNCAyNC4xODg3IDI4LjczNDggMjQuMDgzNCAyOSAyNC4wODM0QzI5LjI2NTIgMjQuMDgzNCAyOS41MTk2IDI0LjE4ODcgMjkuNzA3MSAyNC4zNzYzQzI5Ljg5NDYgMjQuNTYzOCAzMCAyNC44MTgyIDMwIDI1LjA4MzRWMjUuODMzNEgyOFYyNS4wODM0Wk0zMS41IDI5LjgzMzRIMjYuNVYyNi4zMzM0SDMxLjVWMjkuODMzNFpNMjkuMzc1IDI4LjA4MzRDMjkuMzc1IDI4LjE1NzUgMjkuMzUzIDI4LjIzIDI5LjMxMTggMjguMjkxN0MyOS4yNzA2IDI4LjM1MzQgMjkuMjEyIDI4LjQwMTQgMjkuMTQzNSAyOC40Mjk4QzI5LjA3NSAyOC40NTgyIDI4Ljk5OTYgMjguNDY1NiAyOC45MjY4IDI4LjQ1MTJDMjguODU0MSAyOC40MzY3IDI4Ljc4NzMgMjguNDAxIDI4LjczNDggMjguMzQ4NUMyOC42ODI0IDI4LjI5NjEgMjguNjQ2NyAyOC4yMjkzIDI4LjYzMjIgMjguMTU2NUMyOC42MTc3IDI4LjA4MzggMjguNjI1MiAyOC4wMDg0IDI4LjY1MzUgMjcuOTM5OUMyOC42ODE5IDI3Ljg3MTMgMjguNzMgMjcuODEyOCAyOC43OTE3IDI3Ljc3MTZDMjguODUzMyAyNy43MzA0IDI4LjkyNTggMjcuNzA4NCAyOSAyNy43MDg0QzI5LjA5OTUgMjcuNzA4NCAyOS4xOTQ4IDI3Ljc0NzkgMjkuMjY1MiAyNy44MTgyQzI5LjMzNTUgMjcuODg4NSAyOS4zNzUgMjcuOTgzOSAyOS4zNzUgMjguMDgzNFoiDQogICAgZmlsbD0iI0JBQkNDMCINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNOTEuODMzMyA4NC44MzM0SDkwLjgzMzNWODQuMDgzNEM5MC44MzMzIDgzLjY4NTUgOTAuNjc1MyA4My4zMDQgOTAuMzk0IDgzLjAyMjdDOTAuMTEyNyA4Mi43NDE0IDg5LjczMTEgODIuNTgzNCA4OS4zMzMzIDgyLjU4MzRDODguOTM1NSA4Mi41ODM0IDg4LjU1NCA4Mi43NDE0IDg4LjI3MjcgODMuMDIyN0M4Ny45OTEzIDgzLjMwNCA4Ny44MzMzIDgzLjY4NTUgODcuODMzMyA4NC4wODM0Vjg0LjgzMzRIODYuODMzM0M4Ni43MDA3IDg0LjgzMzQgODYuNTczNSA4NC44ODYxIDg2LjQ3OTggODQuOTc5OEM4Ni4zODYgODUuMDczNiA4Ni4zMzMzIDg1LjIwMDggODYuMzMzMyA4NS4zMzM0Vjg4LjgzMzRDODYuMzMzMyA4OC45NjYgODYuMzg2IDg5LjA5MzIgODYuNDc5OCA4OS4xODY5Qzg2LjU3MzUgODkuMjgwNyA4Ni43MDA3IDg5LjMzMzQgODYuODMzMyA4OS4zMzM0SDkxLjgzMzNDOTEuOTY1OSA4OS4zMzM0IDkyLjA5MzEgODkuMjgwNyA5Mi4xODY5IDg5LjE4NjlDOTIuMjgwNiA4OS4wOTMyIDkyLjMzMzMgODguOTY2IDkyLjMzMzMgODguODMzNFY4NS4zMzM0QzkyLjMzMzMgODUuMjAwOCA5Mi4yODA2IDg1LjA3MzYgOTIuMTg2OSA4NC45Nzk4QzkyLjA5MzEgODQuODg2MSA5MS45NjU5IDg0LjgzMzQgOTEuODMzMyA4NC44MzM0Wk04OC4zMzMzIDg0LjA4MzRDODguMzMzMyA4My44MTgyIDg4LjQzODcgODMuNTYzOCA4OC42MjYyIDgzLjM3NjNDODguODEzNyA4My4xODg3IDg5LjA2ODEgODMuMDgzNCA4OS4zMzMzIDgzLjA4MzRDODkuNTk4NSA4My4wODM0IDg5Ljg1MjkgODMuMTg4NyA5MC4wNDA0IDgzLjM3NjNDOTAuMjI4IDgzLjU2MzggOTAuMzMzMyA4My44MTgyIDkwLjMzMzMgODQuMDgzNFY4NC44MzM0SDg4LjMzMzNWODQuMDgzNFpNOTEuODMzMyA4OC44MzM0SDg2LjgzMzNWODUuMzMzNEg5MS44MzMzVjg4LjgzMzRaTTg5LjcwODMgODcuMDgzNEM4OS43MDgzIDg3LjE1NzUgODkuNjg2MyA4Ny4yMyA4OS42NDUxIDg3LjI5MTdDODkuNjAzOSA4Ny4zNTM0IDg5LjU0NTMgODcuNDAxNCA4OS40NzY4IDg3LjQyOThDODkuNDA4MyA4Ny40NTgyIDg5LjMzMjkgODcuNDY1NiA4OS4yNjAyIDg3LjQ1MTJDODkuMTg3NCA4Ny40MzY3IDg5LjEyMDYgODcuNDAxIDg5LjA2ODEgODcuMzQ4NUM4OS4wMTU3IDg3LjI5NjEgODguOTggODcuMjI5MyA4OC45NjU1IDg3LjE1NjVDODguOTUxIDg3LjA4MzggODguOTU4NSA4Ny4wMDg0IDg4Ljk4NjkgODYuOTM5OUM4OS4wMTUyIDg2Ljg3MTMgODkuMDYzMyA4Ni44MTI4IDg5LjEyNSA4Ni43NzE2Qzg5LjE4NjYgODYuNzMwNCA4OS4yNTkxIDg2LjcwODQgODkuMzMzMyA4Ni43MDg0Qzg5LjQzMjggODYuNzA4NCA4OS41MjgyIDg2Ljc0NzkgODkuNTk4NSA4Ni44MTgyQzg5LjY2ODggODYuODg4NSA4OS43MDgzIDg2Ljk4MzkgODkuNzA4MyA4Ny4wODM0WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik02Ni41IDEwMi4xNjdINjUuNVYxMDEuNDE3QzY1LjUgMTAxLjAxOSA2NS4zNDIgMTAwLjYzNyA2NS4wNjA3IDEwMC4zNTZDNjQuNzc5NCAxMDAuMDc1IDY0LjM5NzggOTkuOTE2NiA2NCA5OS45MTY2QzYzLjYwMjIgOTkuOTE2NiA2My4yMjA2IDEwMC4wNzUgNjIuOTM5MyAxMDAuMzU2QzYyLjY1OCAxMDAuNjM3IDYyLjUgMTAxLjAxOSA2Mi41IDEwMS40MTdWMTAyLjE2N0g2MS41QzYxLjM2NzQgMTAyLjE2NyA2MS4yNDAyIDEwMi4yMTkgNjEuMTQ2NCAxMDIuMzEzQzYxLjA1MjcgMTAyLjQwNyA2MSAxMDIuNTM0IDYxIDEwMi42NjdWMTA2LjE2N0M2MSAxMDYuMjk5IDYxLjA1MjcgMTA2LjQyNiA2MS4xNDY0IDEwNi41MkM2MS4yNDAyIDEwNi42MTQgNjEuMzY3NCAxMDYuNjY3IDYxLjUgMTA2LjY2N0g2Ni41QzY2LjYzMjYgMTA2LjY2NyA2Ni43NTk4IDEwNi42MTQgNjYuODUzNiAxMDYuNTJDNjYuOTQ3MyAxMDYuNDI2IDY3IDEwNi4yOTkgNjcgMTA2LjE2N1YxMDIuNjY3QzY3IDEwMi41MzQgNjYuOTQ3MyAxMDIuNDA3IDY2Ljg1MzYgMTAyLjMxM0M2Ni43NTk4IDEwMi4yMTkgNjYuNjMyNiAxMDIuMTY3IDY2LjUgMTAyLjE2N1pNNjMgMTAxLjQxN0M2MyAxMDEuMTUxIDYzLjEwNTQgMTAwLjg5NyA2My4yOTI5IDEwMC43MUM2My40ODA0IDEwMC41MjIgNjMuNzM0OCAxMDAuNDE3IDY0IDEwMC40MTdDNjQuMjY1MiAxMDAuNDE3IDY0LjUxOTYgMTAwLjUyMiA2NC43MDcxIDEwMC43MUM2NC44OTQ2IDEwMC44OTcgNjUgMTAxLjE1MSA2NSAxMDEuNDE3VjEwMi4xNjdINjNWMTAxLjQxN1pNNjYuNSAxMDYuMTY3SDYxLjVWMTAyLjY2N0g2Ni41VjEwNi4xNjdaTTY0LjM3NSAxMDQuNDE3QzY0LjM3NSAxMDQuNDkxIDY0LjM1MyAxMDQuNTYzIDY0LjMxMTggMTA0LjYyNUM2NC4yNzA2IDEwNC42ODcgNjQuMjEyIDEwNC43MzUgNjQuMTQzNSAxMDQuNzYzQzY0LjA3NSAxMDQuNzkxIDYzLjk5OTYgMTA0Ljc5OSA2My45MjY4IDEwNC43ODRDNjMuODU0MSAxMDQuNzcgNjMuNzg3MyAxMDQuNzM0IDYzLjczNDggMTA0LjY4MkM2My42ODI0IDEwNC42MjkgNjMuNjQ2NyAxMDQuNTYzIDYzLjYzMjIgMTA0LjQ5QzYzLjYxNzcgMTA0LjQxNyA2My42MjUyIDEwNC4zNDIgNjMuNjUzNSAxMDQuMjczQzYzLjY4MTkgMTA0LjIwNSA2My43MyAxMDQuMTQ2IDYzLjc5MTcgMTA0LjEwNUM2My44NTMzIDEwNC4wNjQgNjMuOTI1OCAxMDQuMDQyIDY0IDEwNC4wNDJDNjQuMDk5NSAxMDQuMDQyIDY0LjE5NDggMTA0LjA4MSA2NC4yNjUyIDEwNC4xNTFDNjQuMzM1NSAxMDQuMjIyIDY0LjM3NSAxMDQuMzE3IDY0LjM3NSAxMDQuNDE3WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik0yMS4xNjY3IDY3LjgzMzRIMjAuMTY2N1Y2Ny4wODM0QzIwLjE2NjcgNjYuNjg1NSAyMC4wMDg3IDY2LjMwNCAxOS43MjczIDY2LjAyMjdDMTkuNDQ2IDY1Ljc0MTQgMTkuMDY0NSA2NS41ODM0IDE4LjY2NjcgNjUuNTgzNEMxOC4yNjg5IDY1LjU4MzQgMTcuODg3MyA2NS43NDE0IDE3LjYwNiA2Ni4wMjI3QzE3LjMyNDcgNjYuMzA0IDE3LjE2NjcgNjYuNjg1NSAxNy4xNjY3IDY3LjA4MzRWNjcuODMzNEgxNi4xNjY3QzE2LjAzNDEgNjcuODMzNCAxNS45MDY5IDY3Ljg4NjEgMTUuODEzMSA2Ny45Nzk4QzE1LjcxOTQgNjguMDczNiAxNS42NjY3IDY4LjIwMDggMTUuNjY2NyA2OC4zMzM0VjcxLjgzMzRDMTUuNjY2NyA3MS45NjYgMTUuNzE5NCA3Mi4wOTMyIDE1LjgxMzEgNzIuMTg2OUMxNS45MDY5IDcyLjI4MDcgMTYuMDM0MSA3Mi4zMzM0IDE2LjE2NjcgNzIuMzMzNEgyMS4xNjY3QzIxLjI5OTMgNzIuMzMzNCAyMS40MjY1IDcyLjI4MDcgMjEuNTIwMiA3Mi4xODY5QzIxLjYxNCA3Mi4wOTMyIDIxLjY2NjcgNzEuOTY2IDIxLjY2NjcgNzEuODMzNFY2OC4zMzM0QzIxLjY2NjcgNjguMjAwOCAyMS42MTQgNjguMDczNiAyMS41MjAyIDY3Ljk3OThDMjEuNDI2NSA2Ny44ODYxIDIxLjI5OTMgNjcuODMzNCAyMS4xNjY3IDY3LjgzMzRaTTE3LjY2NjcgNjcuMDgzNEMxNy42NjY3IDY2LjgxODIgMTcuNzcyIDY2LjU2MzggMTcuOTU5NiA2Ni4zNzYzQzE4LjE0NzEgNjYuMTg4NyAxOC40MDE1IDY2LjA4MzQgMTguNjY2NyA2Ni4wODM0QzE4LjkzMTkgNjYuMDgzNCAxOS4xODYzIDY2LjE4ODcgMTkuMzczOCA2Ni4zNzYzQzE5LjU2MTMgNjYuNTYzOCAxOS42NjY3IDY2LjgxODIgMTkuNjY2NyA2Ny4wODM0VjY3LjgzMzRIMTcuNjY2N1Y2Ny4wODM0Wk0yMS4xNjY3IDcxLjgzMzRIMTYuMTY2N1Y2OC4zMzM0SDIxLjE2NjdWNzEuODMzNFpNMTkuMDQxNyA3MC4wODM0QzE5LjA0MTcgNzAuMTU3NSAxOS4wMTk3IDcwLjIzIDE4Ljk3ODUgNzAuMjkxN0MxOC45MzczIDcwLjM1MzQgMTguODc4NyA3MC40MDE0IDE4LjgxMDIgNzAuNDI5OEMxOC43NDE3IDcwLjQ1ODIgMTguNjY2MyA3MC40NjU2IDE4LjU5MzUgNzAuNDUxMkMxOC41MjA4IDcwLjQzNjcgMTguNDU0IDcwLjQwMSAxOC40MDE1IDcwLjM0ODVDMTguMzQ5MSA3MC4yOTYxIDE4LjMxMzQgNzAuMjI5MyAxOC4yOTg5IDcwLjE1NjVDMTguMjg0NCA3MC4wODM4IDE4LjI5MTggNzAuMDA4NCAxOC4zMjAyIDY5LjkzOTlDMTguMzQ4NiA2OS44NzEzIDE4LjM5NjcgNjkuODEyOCAxOC40NTgzIDY5Ljc3MTZDMTguNTIgNjkuNzMwNCAxOC41OTI1IDY5LjcwODQgMTguNjY2NyA2OS43MDg0QzE4Ljc2NjEgNjkuNzA4NCAxOC44NjE1IDY5Ljc0NzkgMTguOTMxOSA2OS44MTgyQzE5LjAwMjIgNjkuODg4NSAxOS4wNDE3IDY5Ljk4MzkgMTkuMDQxNyA3MC4wODM0WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik05Ny41IDMyLjVIOTYuNVYzMS43NUM5Ni41IDMxLjM1MjIgOTYuMzQyIDMwLjk3MDYgOTYuMDYwNyAzMC42ODkzQzk1Ljc3OTQgMzAuNDA4IDk1LjM5NzggMzAuMjUgOTUgMzAuMjVDOTQuNjAyMiAzMC4yNSA5NC4yMjA2IDMwLjQwOCA5My45MzkzIDMwLjY4OTNDOTMuNjU4IDMwLjk3MDYgOTMuNSAzMS4zNTIyIDkzLjUgMzEuNzVWMzIuNUg5Mi41QzkyLjM2NzQgMzIuNSA5Mi4yNDAyIDMyLjU1MjcgOTIuMTQ2NCAzMi42NDY0QzkyLjA1MjcgMzIuNzQwMiA5MiAzMi44Njc0IDkyIDMzVjM2LjVDOTIgMzYuNjMyNiA5Mi4wNTI3IDM2Ljc1OTggOTIuMTQ2NCAzNi44NTM2QzkyLjI0MDIgMzYuOTQ3MyA5Mi4zNjc0IDM3IDkyLjUgMzdIOTcuNUM5Ny42MzI2IDM3IDk3Ljc1OTggMzYuOTQ3MyA5Ny44NTM2IDM2Ljg1MzZDOTcuOTQ3MyAzNi43NTk4IDk4IDM2LjYzMjYgOTggMzYuNVYzM0M5OCAzMi44Njc0IDk3Ljk0NzMgMzIuNzQwMiA5Ny44NTM2IDMyLjY0NjRDOTcuNzU5OCAzMi41NTI3IDk3LjYzMjYgMzIuNSA5Ny41IDMyLjVaTTk0IDMxLjc1Qzk0IDMxLjQ4NDggOTQuMTA1NCAzMS4yMzA0IDk0LjI5MjkgMzEuMDQyOUM5NC40ODA0IDMwLjg1NTQgOTQuNzM0OCAzMC43NSA5NSAzMC43NUM5NS4yNjUyIDMwLjc1IDk1LjUxOTYgMzAuODU1NCA5NS43MDcxIDMxLjA0MjlDOTUuODk0NiAzMS4yMzA0IDk2IDMxLjQ4NDggOTYgMzEuNzVWMzIuNUg5NFYzMS43NVpNOTcuNSAzNi41SDkyLjVWMzNIOTcuNVYzNi41Wk05NS4zNzUgMzQuNzVDOTUuMzc1IDM0LjgyNDIgOTUuMzUzIDM0Ljg5NjcgOTUuMzExOCAzNC45NTgzQzk1LjI3MDYgMzUuMDIgOTUuMjEyIDM1LjA2ODEgOTUuMTQzNSAzNS4wOTY1Qzk1LjA3NSAzNS4xMjQ4IDk0Ljk5OTYgMzUuMTMyMyA5NC45MjY4IDM1LjExNzhDOTQuODU0MSAzNS4xMDMzIDk0Ljc4NzMgMzUuMDY3NiA5NC43MzQ4IDM1LjAxNTJDOTQuNjgyNCAzNC45NjI3IDk0LjY0NjcgMzQuODk1OSA5NC42MzIyIDM0LjgyMzJDOTQuNjE3NyAzNC43NTA0IDk0LjYyNTIgMzQuNjc1IDk0LjY1MzUgMzQuNjA2NUM5NC42ODE5IDM0LjUzOCA5NC43MyAzNC40Nzk0IDk0Ljc5MTcgMzQuNDM4MkM5NC44NTMzIDM0LjM5NyA5NC45MjU4IDM0LjM3NSA5NSAzNC4zNzVDOTUuMDk5NSAzNC4zNzUgOTUuMTk0OCAzNC40MTQ1IDk1LjI2NTIgMzQuNDg0OEM5NS4zMzU1IDM0LjU1NTIgOTUuMzc1IDM0LjY1MDUgOTUuMzc1IDM0Ljc1WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik0yMy4xNjggNDUuNjAxNEMyMy42NTUzIDQ0LjY1MjkgMjUuMDExMyA0NC42NTI5IDI1LjQ5ODcgNDUuNjAxNEMyNS42MjM3IDQ1Ljg0NDggMjUuODIxOCA0Ni4wNDMgMjYuMDY1MiA0Ni4xNjhDMjcuMDEzOCA0Ni42NTU0IDI3LjAxMzggNDguMDExNCAyNi4wNjUyIDQ4LjQ5ODdDMjUuODIxOCA0OC42MjM4IDI1LjYyMzcgNDguODIxOSAyNS40OTg3IDQ5LjA2NTNDMjUuMDExMyA1MC4wMTM4IDIzLjY1NTMgNTAuMDEzOCAyMy4xNjggNDkuMDY1M0MyMy4wNDI5IDQ4LjgyMTkgMjIuODQ0OCA0OC42MjM4IDIyLjYwMTQgNDguNDk4N0MyMS42NTI4IDQ4LjAxMTQgMjEuNjUyOCA0Ni42NTU0IDIyLjYwMTQgNDYuMTY4QzIyLjg0NDggNDYuMDQzIDIzLjA0MjkgNDUuODQ0OCAyMy4xNjggNDUuNjAxNFoiDQogICAgZmlsbD0iI0E4RjVDMiINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNNDUuODg5OCA5Ni4xNzg3QzQ2LjIxNDcgOTUuNTQ2MyA0Ny4xMTg3IDk1LjU0NjMgNDcuNDQzNiA5Ni4xNzg3QzQ3LjUyNjkgOTYuMzQwOSA0Ny42NTkgOTYuNDczIDQ3LjgyMTMgOTYuNTU2NEM0OC40NTM2IDk2Ljg4MTMgNDguNDUzNiA5Ny43ODUzIDQ3LjgyMTMgOTguMTEwMkM0Ny42NTkgOTguMTkzNiA0Ny41MjY5IDk4LjMyNTYgNDcuNDQzNiA5OC40ODc5QzQ3LjExODcgOTkuMTIwMyA0Ni4yMTQ3IDk5LjEyMDMgNDUuODg5OCA5OC40ODc5QzQ1LjgwNjQgOTguMzI1NiA0NS42NzQzIDk4LjE5MzYgNDUuNTEyIDk4LjExMDJDNDQuODc5NyA5Ny43ODUzIDQ0Ljg3OTcgOTYuODgxMyA0NS41MTIgOTYuNTU2NEM0NS42NzQzIDk2LjQ3MyA0NS44MDY0IDk2LjM0MDkgNDUuODg5OCA5Ni4xNzg3WiINCiAgICBmaWxsPSIjQThGNUMyIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik04MS44ODk4IDk4LjUxMkM4Mi4yMTQ3IDk3Ljg3OTcgODMuMTE4NyA5Ny44Nzk3IDgzLjQ0MzYgOTguNTEyQzgzLjUyNjkgOTguNjc0MyA4My42NTkgOTguODA2NCA4My44MjEzIDk4Ljg4OThDODQuNDUzNiA5OS4yMTQ3IDg0LjQ1MzYgMTAwLjExOSA4My44MjEzIDEwMC40NDRDODMuNjU5IDEwMC41MjcgODMuNTI2OSAxMDAuNjU5IDgzLjQ0MzYgMTAwLjgyMUM4My4xMTg3IDEwMS40NTQgODIuMjE0NyAxMDEuNDU0IDgxLjg4OTggMTAwLjgyMUM4MS44MDY0IDEwMC42NTkgODEuNjc0MyAxMDAuNTI3IDgxLjUxMiAxMDAuNDQ0QzgwLjg3OTcgMTAwLjExOSA4MC44Nzk3IDk5LjIxNDcgODEuNTEyIDk4Ljg4OThDODEuNjc0MyA5OC44MDY0IDgxLjgwNjQgOTguNjc0MyA4MS44ODk4IDk4LjUxMloiDQogICAgZmlsbD0iI0E4RjVDMiINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNNDkuMjIzMSAxNi44NDU0QzQ5LjU0OCAxNi4yMTMxIDUwLjQ1MiAxNi4yMTMxIDUwLjc3NjkgMTYuODQ1NEM1MC44NjAyIDE3LjAwNzcgNTAuOTkyMyAxNy4xMzk4IDUxLjE1NDYgMTcuMjIzMUM1MS43ODcgMTcuNTQ4MSA1MS43ODcgMTguNDUyIDUxLjE1NDYgMTguNzc2OUM1MC45OTIzIDE4Ljg2MDMgNTAuODYwMiAxOC45OTI0IDUwLjc3NjkgMTkuMTU0N0M1MC40NTIgMTkuNzg3IDQ5LjU0OCAxOS43ODcgNDkuMjIzMSAxOS4xNTQ3QzQ5LjEzOTcgMTguOTkyNCA0OS4wMDc2IDE4Ljg2MDMgNDguODQ1NCAxOC43NzY5QzQ4LjIxMyAxOC40NTIgNDguMjEzIDE3LjU0ODEgNDguODQ1NCAxNy4yMjMxQzQ5LjAwNzYgMTcuMTM5OCA0OS4xMzk3IDE3LjAwNzcgNDkuMjIzMSAxNi44NDU0WiINCiAgICBmaWxsPSIjQThGNUMyIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik05NS41NTY1IDUxLjE3ODdDOTUuODgxNCA1MC41NDYzIDk2Ljc4NTMgNTAuNTQ2MyA5Ny4xMTAyIDUxLjE3ODdDOTcuMTkzNiA1MS4zNDA5IDk3LjMyNTcgNTEuNDczIDk3LjQ4OCA1MS41NTY0Qzk4LjEyMDMgNTEuODgxMyA5OC4xMjAzIDUyLjc4NTMgOTcuNDg4IDUzLjExMDJDOTcuMzI1NyA1My4xOTM2IDk3LjE5MzYgNTMuMzI1NiA5Ny4xMTAyIDUzLjQ4NzlDOTYuNzg1MyA1NC4xMjAzIDk1Ljg4MTQgNTQuMTIwMyA5NS41NTY1IDUzLjQ4NzlDOTUuNDczMSA1My4zMjU2IDk1LjM0MSA1My4xOTM2IDk1LjE3ODcgNTMuMTEwMkM5NC41NDY0IDUyLjc4NTMgOTQuNTQ2NCA1MS44ODEzIDk1LjE3ODcgNTEuNTU2NEM5NS4zNDEgNTEuNDczIDk1LjQ3MzEgNTEuMzQwOSA5NS41NTY1IDUxLjE3ODdaIg0KICAgIGZpbGw9IiNBOEY1QzIiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTcyLjU1NjUgMTkuNTEyQzcyLjg4MTQgMTguODc5NyA3My43ODUzIDE4Ljg3OTcgNzQuMTEwMiAxOS41MTJDNzQuMTkzNiAxOS42NzQzIDc0LjMyNTcgMTkuODA2NCA3NC40ODggMTkuODg5OEM3NS4xMjAzIDIwLjIxNDcgNzUuMTIwMyAyMS4xMTg3IDc0LjQ4OCAyMS40NDM2Qzc0LjMyNTcgMjEuNTI2OSA3NC4xOTM2IDIxLjY1OSA3NC4xMTAyIDIxLjgyMTNDNzMuNzg1MyAyMi40NTM2IDcyLjg4MTQgMjIuNDUzNiA3Mi41NTY1IDIxLjgyMTNDNzIuNDczMSAyMS42NTkgNzIuMzQxIDIxLjUyNjkgNzIuMTc4NyAyMS40NDM2QzcxLjU0NjQgMjEuMTE4NyA3MS41NDY0IDIwLjIxNDcgNzIuMTc4NyAxOS44ODk4QzcyLjM0MSAxOS44MDY0IDcyLjQ3MzEgMTkuNjc0MyA3Mi41NTY1IDE5LjUxMloiDQogICAgZmlsbD0iI0E4RjVDMiINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNMTAxLjE2OCA2Ny42MDE0QzEwMS42NTUgNjYuNjUyOSAxMDMuMDExIDY2LjY1MjkgMTAzLjQ5OSA2Ny42MDE0QzEwMy42MjQgNjcuODQ0OCAxMDMuODIyIDY4LjA0MyAxMDQuMDY1IDY4LjE2OEMxMDUuMDE0IDY4LjY1NTQgMTA1LjAxNCA3MC4wMTE0IDEwNC4wNjUgNzAuNDk4N0MxMDMuODIyIDcwLjYyMzggMTAzLjYyNCA3MC44MjE5IDEwMy40OTkgNzEuMDY1M0MxMDMuMDExIDcyLjAxMzggMTAxLjY1NSA3Mi4wMTM4IDEwMS4xNjggNzEuMDY1M0MxMDEuMDQzIDcwLjgyMTkgMTAwLjg0NSA3MC42MjM4IDEwMC42MDEgNzAuNDk4N0M5OS42NTI4IDcwLjAxMTQgOTkuNjUyOCA2OC42NTU0IDEwMC42MDEgNjguMTY4QzEwMC44NDUgNjguMDQzIDEwMS4wNDMgNjcuODQ0OCAxMDEuMTY4IDY3LjYwMTRaIg0KICAgIGZpbGw9IiNBOEY1QzIiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTI2LjgzNDcgODguOTM0N0MyNy4zMjIgODcuOTg2MiAyOC42NzggODcuOTg2MiAyOS4xNjUzIDg4LjkzNDdDMjkuMjkwNCA4OS4xNzgxIDI5LjQ4ODUgODkuMzc2MiAyOS43MzE5IDg5LjUwMTNDMzAuNjgwNSA4OS45ODg2IDMwLjY4MDUgOTEuMzQ0NiAyOS43MzE5IDkxLjgzMkMyOS40ODg1IDkxLjk1NyAyOS4yOTA0IDkyLjE1NTIgMjkuMTY1MyA5Mi4zOTg2QzI4LjY3OCA5My4zNDcxIDI3LjMyMiA5My4zNDcxIDI2LjgzNDcgOTIuMzk4NkMyNi43MDk2IDkyLjE1NTIgMjYuNTExNSA5MS45NTcgMjYuMjY4MSA5MS44MzJDMjUuMzE5NSA5MS4zNDQ2IDI1LjMxOTUgODkuOTg4NiAyNi4yNjgxIDg5LjUwMTNDMjYuNTExNSA4OS4zNzYyIDI2LjcwOTYgODkuMTc4MSAyNi44MzQ3IDg4LjkzNDdaIg0KICAgIGZpbGw9IiNBOEY1QzIiDQogIC8+DQogIDxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogY29sb3IiPg0KICAgIDxyZWN0IHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiBmaWxsPSJ3aGl0ZSIgLz4NCiAgPC9nPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9InBhaW50MF9hbmd1bGFyXzMyNzFfMjU4MjFfY2xpcF9wYXRoIj4NCiAgICAgIDxwYXRoDQogICAgICAgIGQ9Ik02MCA0OC42NjY2QzYyLjkwMDggNDguNjY2NiA2NS43MzY1IDQ5LjUyNjggNjguMTQ4NCA1MS4xMzg0QzcwLjU2MDMgNTIuNzUgNzIuNDQwMiA1NS4wNDA2IDczLjU1MDMgNTcuNzIwNkM3NC42NjAzIDYwLjQwMDYgNzQuOTUwOCA2My4zNDk2IDc0LjM4NDkgNjYuMTk0NkM3My44MTkgNjkuMDM5NyA3Mi40MjIxIDcxLjY1MyA3MC4zNzA5IDczLjcwNDJDNjguMzE5NyA3NS43NTU0IDY1LjcwNjQgNzcuMTUyMiA2Mi44NjEzIDc3LjcxODFDNjAuMDE2MyA3OC4yODQxIDU3LjA2NzMgNzcuOTkzNiA1NC4zODczIDc2Ljg4MzVDNTEuNzA3MyA3NS43NzM0IDQ5LjQxNjcgNzMuODkzNiA0Ny44MDUxIDcxLjQ4MTdDNDYuMTkzNSA2OS4wNjk3IDQ1LjMzMzQgNjYuMjM0MSA0NS4zMzM0IDYzLjMzMzNMNTIuNjY2NyA2My4zMzMzQzUyLjY2NjcgNjQuNzgzNyA1My4wOTY4IDY2LjIwMTUgNTMuOTAyNiA2Ny40MDc1QzU0LjcwODQgNjguNjEzNCA1NS44NTM3IDY5LjU1MzQgNTcuMTkzNyA3MC4xMDg0QzU4LjUzMzcgNzAuNjYzNSA2MC4wMDgyIDcwLjgwODcgNjEuNDMwNyA3MC41MjU3QzYyLjg1MzIgNzAuMjQyOCA2NC4xNTk5IDY5LjU0NDMgNjUuMTg1NSA2OC41MTg3QzY2LjIxMTEgNjcuNDkzMiA2Ni45MDk1IDY2LjE4NjUgNjcuMTkyNCA2NC43NjRDNjcuNDc1NCA2My4zNDE0IDY3LjMzMDIgNjEuODY2OSA2Ni43NzUxIDYwLjUyNjlDNjYuMjIwMSA1OS4xODcgNjUuMjgwMiA1OC4wNDE2IDY0LjA3NDIgNTcuMjM1OEM2Mi44NjgyIDU2LjQzMDEgNjEuNDUwNCA1NiA2MCA1Nkw2MCA0OC42NjY2WiINCiAgICAgIC8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KPC9zdmc+DQo=", xu = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3271_26064)'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3cpath%20d='M108.688%20100H8.2717C7.01888%20100%206%2098.9674%206%2097.6977V29.3023C6%2028.0326%207.01888%2027%208.2717%2027H108.688C109.941%2027%20110.96%2028.0326%20110.96%2029.3023V97.6961C110.96%2098.9658%20109.941%2099.9984%20108.688%2099.9984V100Z'%20fill='white'%20/%3e%3cpath%20d='M108.688%20100H8.2717C7.01888%20100%206%2098.9674%206%2097.6977V29.3023C6%2028.0326%207.01888%2027%208.2717%2027H108.688C109.941%2027%20110.96%2028.0326%20110.96%2029.3023V97.6961C110.96%2098.9658%20109.941%2099.9984%20108.688%2099.9984V100ZM8.2717%2027.9359C7.52832%2027.9359%206.92345%2028.5489%206.92345%2029.3023V97.6961C6.92345%2098.4495%207.52832%2099.0625%208.2717%2099.0625H108.688C109.432%2099.0625%20110.036%2098.4495%20110.036%2097.6961V29.3023C110.036%2028.5489%20109.432%2027.9359%20108.688%2027.9359H8.2717Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M110.498%2029.3024V31.1929H6.46173V29.3024C6.46173%2028.2885%207.27283%2027.468%208.2717%2027.468H108.688C109.689%2027.468%20110.498%2028.29%20110.498%2029.3024Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M8.67649%2029.8469C8.96975%2029.8469%209.20748%2029.606%209.20748%2029.3088C9.20748%2029.0116%208.96975%2028.7706%208.67649%2028.7706C8.38324%2028.7706%208.14551%2029.0116%208.14551%2029.3088C8.14551%2029.606%208.38324%2029.8469%208.67649%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M10.448%2029.8469C10.7413%2029.8469%2010.979%2029.606%2010.979%2029.3088C10.979%2029.0116%2010.7413%2028.7706%2010.448%2028.7706C10.1548%2028.7706%209.91702%2029.0116%209.91702%2029.3088C9.91702%2029.606%2010.1548%2029.8469%2010.448%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M12.2195%2029.8469C12.5127%2029.8469%2012.7505%2029.606%2012.7505%2029.3088C12.7505%2029.0116%2012.5127%2028.7706%2012.2195%2028.7706C11.9262%2028.7706%2011.6885%2029.0116%2011.6885%2029.3088C11.6885%2029.606%2011.9262%2029.8469%2012.2195%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M99.0273%2033.1692H16.7813C16.0231%2033.1692%2015.4085%2033.7921%2015.4085%2034.5606C15.4085%2035.329%2016.0231%2035.9519%2016.7813%2035.9519H99.0273C99.7855%2035.9519%20100.4%2035.329%20100.4%2034.5606C100.4%2033.7921%2099.7855%2033.1692%2099.0273%2033.1692Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M42.7427%2066.1579H24.4337C23.3286%2066.1579%2022.4298%2065.247%2022.4298%2064.127V48.2636C22.4298%2047.1436%2023.3286%2046.2327%2024.4337%2046.2327H42.7427C43.8478%2046.2327%2044.7466%2047.1436%2044.7466%2048.2636V64.127C44.7466%2065.247%2043.8478%2066.1579%2042.7427%2066.1579ZM24.4337%2046.8566C23.6688%2046.8566%2023.0454%2047.4883%2023.0454%2048.2636V64.127C23.0454%2064.9023%2023.6688%2065.534%2024.4337%2065.534H42.7427C43.5077%2065.534%2044.131%2064.9023%2044.131%2064.127V48.2636C44.131%2047.4883%2043.5077%2046.8566%2042.7427%2046.8566H24.4337Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M67.6345%2066.1579H49.3254C48.2204%2066.1579%2047.3215%2065.247%2047.3215%2064.127V48.2636C47.3215%2047.1436%2048.2204%2046.2327%2049.3254%2046.2327H67.6345C68.7395%2046.2327%2069.6384%2047.1436%2069.6384%2048.2636V64.127C69.6384%2065.247%2068.7395%2066.1579%2067.6345%2066.1579ZM49.3254%2046.8566C48.5605%2046.8566%2047.9372%2047.4883%2047.9372%2048.2636V64.127C47.9372%2064.9023%2048.5605%2065.534%2049.3254%2065.534H67.6345C68.3994%2065.534%2069.0227%2064.9023%2069.0227%2064.127V48.2636C69.0227%2047.4883%2068.3994%2046.8566%2067.6345%2046.8566H49.3254Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M92.5262%2066.1579H74.2171C73.1121%2066.1579%2072.2132%2065.247%2072.2132%2064.127V48.2636C72.2132%2047.1436%2073.1121%2046.2327%2074.2171%2046.2327H92.5262C93.6312%2046.2327%2094.5301%2047.1436%2094.5301%2048.2636V64.127C94.5301%2065.247%2093.6312%2066.1579%2092.5262%2066.1579ZM74.2171%2046.8566C73.4522%2046.8566%2072.8289%2047.4883%2072.8289%2048.2636V64.127C72.8289%2064.9023%2073.4522%2065.534%2074.2171%2065.534H92.5262C93.2911%2065.534%2093.9144%2064.9023%2093.9144%2064.127V48.2636C93.9144%2047.4883%2093.2911%2046.8566%2092.5262%2046.8566H74.2171Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M42.7427%2090.9593H24.4337C23.3286%2090.9593%2022.4298%2090.0484%2022.4298%2088.9284V73.065C22.4298%2071.945%2023.3286%2071.0341%2024.4337%2071.0341H42.7427C43.8478%2071.0341%2044.7466%2071.945%2044.7466%2073.065V88.9284C44.7466%2090.0484%2043.8478%2090.9593%2042.7427%2090.9593ZM24.4337%2071.658C23.6688%2071.658%2023.0454%2072.2897%2023.0454%2073.065V88.9284C23.0454%2089.7037%2023.6688%2090.3354%2024.4337%2090.3354H42.7427C43.5077%2090.3354%2044.131%2089.7037%2044.131%2088.9284V73.065C44.131%2072.2897%2043.5077%2071.658%2042.7427%2071.658H24.4337Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M67.6345%2090.9593H49.3254C48.2204%2090.9593%2047.3215%2090.0484%2047.3215%2088.9284V73.065C47.3215%2071.945%2048.2204%2071.0341%2049.3254%2071.0341H67.6345C68.7395%2071.0341%2069.6384%2071.945%2069.6384%2073.065V88.9284C69.6384%2090.0484%2068.7395%2090.9593%2067.6345%2090.9593ZM49.3254%2071.658C48.5605%2071.658%2047.9372%2072.2897%2047.9372%2073.065V88.9284C47.9372%2089.7037%2048.5605%2090.3354%2049.3254%2090.3354H67.6345C68.3994%2090.3354%2069.0227%2089.7037%2069.0227%2088.9284V73.065C69.0227%2072.2897%2068.3994%2071.658%2067.6345%2071.658H49.3254Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M92.5262%2090.9593H74.2171C73.1121%2090.9593%2072.2132%2090.0484%2072.2132%2088.9284V73.065C72.2132%2071.945%2073.1121%2071.0341%2074.2171%2071.0341H92.5262C93.6312%2071.0341%2094.5301%2071.945%2094.5301%2073.065V88.9284C94.5301%2090.0484%2093.6312%2090.9593%2092.5262%2090.9593Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M98.6718%2040.9496L100.56%2039.46C100.56%2039.46%20102.715%2040.14%20102.77%2040.1681C102.826%2040.1962%20106.115%2047.9267%20106.115%2047.9267C106.115%2047.9267%2097.6899%2052.2974%2098.3055%2051.87C98.9211%2051.4457%2098.7934%2045.6852%2098.2208%2044.935C97.6468%2044.1831%2098.1362%2042.2957%2098.1362%2042.2957L98.6672%2040.948H98.6703L98.6718%2040.9496Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M103.892%2044.4327H101.331V48.5507L104.156%2047.6101L103.892%2044.4327Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M95.5259%2070.9888C95.5921%2070.6129%2095.5659%2070.2245%2095.4489%2069.8564L96.3416%2065.9677L94.4378%2065.5637L93.739%2069.5522C93.5112%2069.8579%2093.3635%2070.2167%2093.3081%2070.5942C93.1542%2071.5379%2093.5282%2072.3927%2094.1407%2072.5003C94.7533%2072.6095%2095.3735%2071.9325%2095.5274%2070.9888H95.5259Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M103.094%2093.714H100.449V97.5153H103.094V93.714Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M97.8761%2099.8163C99.0365%2099.8163%20100.731%2099.693%20100.743%2099.6915C101.197%2099.732%20103.46%2099.913%20103.572%2099.3889C103.675%2098.9069%20103.523%2098.403%20103.501%2098.3329C103.283%2096.1413%20103.203%2096.1148%20103.154%2096.1007C103.077%2096.0773%20102.852%2096.1865%20102.487%2096.4252L102.464%2096.4408L102.459%2096.4673C102.453%2096.5001%20102.292%2097.3049%20101.525%2097.1833C101%2097.099%20100.83%2096.9805%20100.776%2096.9228C100.82%2096.9025%20100.876%2096.8666%20100.914%2096.8058C100.971%2096.7169%20100.98%2096.6014%20100.943%2096.4626C100.845%2096.0992%20100.549%2095.561%20100.537%2095.5376L100.503%2095.4768L97.499%2097.5311L95.6428%2098.0692C95.5028%2098.1082%2095.3904%2098.2112%2095.3335%2098.3469C95.255%2098.5356%2095.3027%2098.7571%2095.4551%2098.8944C95.7921%2099.2017%2096.4632%2099.7273%2097.165%2099.7929C97.3512%2099.81%2097.599%2099.8178%2097.8776%2099.8178L97.8761%2099.8163Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M110.623%2090.7262L108.379%2092.1443L110.364%2095.3697L112.608%2093.9516L110.623%2090.7262Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M107.642%2099.2968C108.011%2099.2968%20108.419%2099.2437%20108.762%2099.0675C109.629%2098.626%20111.736%2097.074%20111.748%2097.0631C112.153%2096.8556%20114.167%2095.7949%20113.989%2095.2896C113.824%2094.8247%20113.432%2094.4784%20113.378%2094.4317C112.048%2092.6878%20111.968%2092.7096%20111.919%2092.7236C111.84%2092.7455%20111.708%2092.9576%20111.522%2093.3554L111.511%2093.3803L111.522%2093.4053C111.534%2093.438%20111.817%2094.207%20111.103%2094.5128C110.614%2094.7233%20110.407%2094.7155%20110.332%2094.6937C110.36%2094.6516%20110.387%2094.5923%20110.389%2094.519C110.392%2094.4129%20110.34%2094.3084%20110.235%2094.2117C109.961%2093.9559%20109.43%2093.658%20109.407%2093.6455L109.347%2093.6127L107.869%2096.9679L106.575%2098.4186C106.477%2098.5278%20106.435%2098.6744%20106.458%2098.821C106.49%2099.0238%20106.647%2099.1845%20106.847%2099.2203C107.051%2099.2562%20107.335%2099.2952%20107.646%2099.2952L107.642%2099.2968Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M105.041%2061.9215C105.041%2061.9215%20105.898%2061.9215%20107.241%2064.645C108.585%2067.37%20106.875%2078.3044%20106.875%2078.3044L111.662%2090.8579L108.303%2093.2413L102.173%2079.7956L103.685%2094.6888H99.9061L96.9664%2068.9017L97.6375%2061.9231H105.041V61.9215Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M105.616%2046.9441H100.494L95.8752%2062.3474H108.722L105.616%2046.9441Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M101.304%2046.9442L96.0969%2068.8161H93.4927C93.4927%2068.8161%2097.439%2048.5617%2097.776%2047.7101C98.1116%2046.8584%20101.302%2046.9442%20101.302%2046.9442H101.304Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M101.682%2045.5715C103.236%2045.5715%20104.496%2044.2949%20104.496%2042.7201C104.496%2041.1454%20103.236%2039.8688%20101.682%2039.8688C100.128%2039.8688%2098.8687%2041.1454%2098.8687%2042.7201C98.8687%2044.2949%20100.128%2045.5715%20101.682%2045.5715Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M98.1777%2042.2007L98.8672%2042.3193C99.5105%2039.7081%20100.968%2040.5613%20101.107%2040.5317C101.245%2040.502%20103.317%2042.7997%20103.149%2045.1269C102.981%2047.4526%20105.949%2048.543%20105.949%2048.543C105.949%2048.543%20106.986%2050.5177%20106.061%2054.0913C105.136%2057.6649%20107.097%2058.8644%20107.097%2058.8644C110.96%2058.5321%20108.637%2053.0696%20108.022%2052.0775C107.406%2051.0839%20107.826%2049.3541%20107.826%2049.3541C108.779%2048.5024%20107.658%2046.6306%20107.658%2046.6306C107.658%2046.6306%20107.856%2044.1333%20107.268%2043.6513C106.68%2043.1694%20106.652%2041.9776%20106.652%2041.9776C105.615%2037.4105%20102.229%2038.2902%20102.229%2038.2902C97.8899%2037.8082%2098.1792%2042.1991%2098.1792%2042.1991L98.1777%2042.2007Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M110.915%2070.5318C110.844%2070.1559%20110.684%2069.8018%20110.446%2069.5007L109.916%2065.5435L107.994%2065.8523L108.737%2069.833C108.634%2070.2011%20108.622%2070.5879%20108.701%2070.9623C108.887%2071.8998%20109.535%2072.5627%20110.146%2072.4441C110.757%2072.3256%20111.102%2071.4692%20110.914%2070.5318H110.915Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M108.203%2068.5586H110.808C110.808%2068.5586%20106.861%2048.3042%20106.524%2047.4525C106.189%2046.6008%20103.378%2046.9627%20103.378%2046.9627L108.203%2068.5586Z'%20fill='%2317AD49'%20/%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3271_26064'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", wu = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3cpath%20d='M1.25%2060.5C1.25%2028.0188%2027.5813%201.6875%2060.0625%201.6875C92.5437%201.6875%20118.875%2028.0188%20118.875%2060.5C118.875%2092.9812%2092.5437%20119.312%2060.0625%20119.312C27.5813%20119.312%201.25%2092.9812%201.25%2060.5Z'%20stroke='%23F1F2F3'%20stroke-width='0.5'%20/%3e%3cpath%20d='M13.25%2060.5009C13.25%2034.7555%2034.1207%2013.8848%2059.8661%2013.8848C85.6115%2013.8848%20106.482%2034.7555%20106.482%2060.5009C106.482%2086.2462%2085.6115%20107.117%2059.8661%20107.117C34.1207%20107.117%2013.25%2086.2462%2013.25%2060.5009Z'%20stroke='%23E6EAEA'%20stroke-width='0.5'%20/%3e%3cpath%20d='M27.2375%2060.5008C27.2375%2042.372%2041.9338%2027.6758%2060.0625%2027.6758C78.1913%2027.6758%2092.8876%2042.372%2092.8876%2060.5008C92.8876%2078.6295%2078.1913%2093.3258%2060.0625%2093.3258C41.9338%2093.3258%2027.2375%2078.6295%2027.2375%2060.5008Z'%20stroke='%23D9DEDE'%20stroke-width='0.5'%20/%3e%3cpath%20d='M39.0106%2060.4825C39.0106%2048.0658%2049.0764%2038%2061.4931%2038C73.9098%2038%2083.9756%2048.0658%2083.9756%2060.4825C83.9756%2072.8992%2073.9098%2082.965%2061.4931%2082.965C49.0764%2082.965%2039.0106%2072.8992%2039.0106%2060.4825Z'%20fill='url(%23paint0_linear_5860_17372)'%20/%3e%3cpath%20d='M36.7527%2060.8815C36.7527%2048.8805%2046.4815%2039.1518%2058.4825%2039.1518C70.4835%2039.1518%2080.2122%2048.8805%2080.2122%2060.8815C80.2122%2072.8825%2070.4835%2082.6113%2058.4825%2082.6113C46.4815%2082.6113%2036.7527%2072.8825%2036.7527%2060.8815Z'%20fill='url(%23paint1_linear_5860_17372)'%20stroke='%23738482'%20stroke-width='1.50552'%20/%3e%3cpath%20d='M57.5912%2065.3233C61.52%2065.3233%2064.7049%2062.1383%2064.7049%2058.2095C64.7049%2054.2807%2061.52%2051.0958%2057.5912%2051.0958C53.6624%2051.0958%2050.4774%2054.2807%2050.4774%2058.2095C50.4774%2062.1383%2053.6624%2065.3233%2057.5912%2065.3233Z'%20fill='%234C5857'%20/%3e%3cpath%20d='M58.1778%2065.3212C61.3704%2065.3212%2063.9585%2062.7331%2063.9585%2059.5405C63.9585%2056.3479%2061.3704%2053.7598%2058.1778%2053.7598C54.9852%2053.7598%2052.3971%2056.3479%2052.3971%2059.5405C52.3971%2062.7331%2054.9852%2065.3212%2058.1778%2065.3212Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M50.4819%2044.2201C49.496%2043.7993%2048.412%2043.6628%2047.3526%2043.826C46.2931%2043.9892%2045.3005%2044.4456%2044.487%2045.1436C43.6913%2045.8615%2043.0856%2046.7651%2042.7239%2047.7738C42.3621%2048.7826%2042.2556%2049.8651%2042.4136%2050.925C42.732%2053.0808%2044.0426%2054.9373%2045.2507%2056.7509C46.4587%2058.5646%2047.639%2060.552%2047.6376%2062.7311C47.6366%2064.3007%2047.0133%2065.8058%2045.9042%2066.9164C44.7951%2068.027%2043.2908%2068.6525%2041.7213%2068.6556C43.5634%2069.4486%2045.4861%2070.2572%2047.4895%2070.1632C49.4929%2070.0692%2051.5927%2068.7813%2051.9195%2066.8025C52.155%2065.3767%2051.4554%2063.9864%2050.872%2062.6643C49.9217%2060.51%2049.2349%2058.2489%2048.8263%2055.93C48.561%2054.8327%2048.5745%2053.6864%2048.8654%2052.5955C49.1527%2051.8069%2049.6858%2051.1314%2050.3862%2050.6688C51.0866%2050.2061%2051.917%2049.9808%2052.7552%2050.026L53.4171%2049.4305C53.5305%2048.3646%2053.3087%2047.2899%2052.7826%2046.356C52.2565%2045.4221%2051.4522%2044.6755%2050.4819%2044.2201Z'%20fill='%234C5857'%20/%3e%3cpath%20d='M73.5238%2075.424C70.078%2079.3448%2065.2286%2081.7532%2060.0224%2082.1295C54.8163%2082.5057%2049.671%2080.8196%2045.6972%2077.435L47.4032%2072.6748C47.7887%2071.8294%2048.3971%2071.1048%2049.1631%2070.5788C49.9291%2070.0528%2050.8238%2069.7452%2051.7514%2069.689L52.8366%2069.6224L55.4245%2067.3904C55.4245%2067.3904%2062.3974%2067.1414%2062.2939%2067.0222L66.5176%2069.5627L66.5141%2069.5452L68.1745%2069.6469C69.102%2069.7028%2069.9969%2070.0103%2070.7629%2070.5364C71.529%2071.0624%2072.1373%2071.7871%2072.5226%2072.6328L73.5238%2075.424Z'%20fill='%23919F9D'%20/%3e%3cpath%20d='M53.0963%2054.6525C54.6471%2054.6525%2055.9043%2053.3953%2055.9043%2051.8444C55.9043%2050.2936%2054.6471%2049.0364%2053.0963%2049.0364C51.5454%2049.0364%2050.2882%2050.2936%2050.2882%2051.8444C50.2882%2053.3953%2051.5454%2054.6525%2053.0963%2054.6525Z'%20fill='%234C5857'%20/%3e%3cpath%20d='M8.19385%20102.91C8.19385%2097.9891%2012.1829%2094%2017.1037%2094C22.0245%2094%2026.0135%2097.9891%2026.0135%20102.91C26.0135%20107.831%2022.0245%20111.82%2017.1037%20111.82C12.1829%20111.82%208.19385%20107.831%208.19385%20102.91Z'%20fill='url(%23paint2_linear_5860_17372)'%20/%3e%3cpath%20d='M7.29869%20103.069C7.29869%2098.3126%2011.1542%2094.4571%2015.9102%2094.4571C20.6662%2094.4571%2024.5217%2098.3126%2024.5217%20103.069C24.5217%20107.825%2020.6662%20111.68%2015.9102%20111.68C11.1542%20111.68%207.29869%20107.825%207.29869%20103.069Z'%20fill='%23E6EAEA'%20stroke='%23738482'%20stroke-width='0.596642'%20/%3e%3cpath%20d='M15.6138%20103.03C17.1776%20103.03%2018.4453%20101.762%2018.4453%20100.198C18.4453%2098.6345%2017.1776%2097.3668%2015.6138%2097.3668C14.0501%2097.3668%2012.7823%2098.6345%2012.7823%20100.198C12.7823%20101.762%2014.0501%20103.03%2015.6138%20103.03Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M22.6324%20107.962C21.3198%20109.991%2018.7492%20111.255%2016.4273%20111.422C13.5635%20111.542%2011.1769%20110.229%209.86429%20108.797L10.8638%20106.641C11.0357%20106.264%2011.307%20105.941%2011.6487%20105.706C11.9903%20105.472%2012.3893%20105.335%2012.803%20105.31L13.287%20105.28L14.4411%20104.284C14.4411%20104.284%2017.5509%20104.173%2017.5048%20104.12L19.3885%20105.253L19.3869%20105.245L20.1274%20105.291C20.5411%20105.316%2020.9402%20105.453%2021.2818%20105.687C21.6234%20105.922%2021.8947%20106.245%2022.0666%20106.622L22.6324%20107.962Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M18.6008%2098.4415C18.3615%2097.5851%2017.8179%2096.8454%2017.072%2096.3614C16.4775%2095.9812%2015.7358%2095.7871%2015.0623%2095.9882C14.3888%2096.1892%2013.8313%2096.8502%2013.8753%2097.5643C13.7506%2097.5315%2013.6191%2097.5343%2013.4959%2097.5723C13.3726%2097.6104%2013.2625%2097.6822%2013.1779%2097.7796C13.009%2097.9791%2012.8915%2098.217%2012.8358%2098.4724C12.6197%2099.273%2012.634%20100.118%2012.8771%20100.911L12.8637%20101.025C13.0263%20100.982%2013.1768%20100.902%2013.3038%20100.792C13.4308%20100.681%2013.5309%20100.543%2013.5965%20100.388C13.7514%20100.088%2013.8406%2099.7548%2014.0086%2099.4618C14.0811%2099.3102%2014.1904%2099.1792%2014.3266%2099.0807C14.4628%2098.9823%2014.6215%2098.9196%2014.7882%2098.8983L14.7589%2099.4069C15.0452%2099.2594%2015.3314%2099.1119%2015.6177%2098.9644L15.4134%2099.4531L16.1634%2099.1396C16.1355%2099.2962%2016.1076%2099.4529%2016.0796%2099.6095C16.1452%2099.4735%2016.2376%2099.3523%2016.3514%2099.2531C16.4651%2099.1539%2016.5979%2099.0788%2016.7415%2099.0324C16.8851%2098.9859%2017.0366%2098.9691%2017.1869%2098.9829C17.3372%2098.9967%2017.4832%2099.0409%2017.6159%2099.1128C17.9149%2099.3139%2018.1304%2099.6171%2018.2222%2099.9656C18.3129%20100.313%2018.3617%20100.671%2018.3673%20101.03C18.7536%20100.223%2018.8365%2099.3043%2018.6008%2098.4415Z'%20fill='%235D6C6B'%20/%3e%3cpath%20d='M89.4089%2083.5143C89.4089%2077.7074%2094.1163%2073%2099.9232%2073C105.73%2073%20110.438%2077.7074%20110.438%2083.5143C110.438%2089.3212%20105.73%2094.0286%2099.9232%2094.0286C94.1163%2094.0286%2089.4089%2089.3212%2089.4089%2083.5143Z'%20fill='url(%23paint3_linear_5860_17372)'%20/%3e%3cpath%20d='M88.3523%2083.7004C88.3523%2078.088%2092.9021%2073.5382%2098.5146%2073.5382C104.127%2073.5382%20108.677%2078.088%20108.677%2083.7004C108.677%2089.3129%20104.127%2093.8627%2098.5146%2093.8627C92.9021%2093.8627%2088.3523%2089.3129%2088.3523%2083.7004Z'%20fill='%23E6EAEA'%20stroke='%23738482'%20stroke-width='0.704082'%20/%3e%3cpath%20d='M93.2%2078.5751C93.6751%2077.061%2094.7555%2075.6723%2096.2496%2075.1605C97.7439%2074.6486%2099.9318%2075.4284%20101.055%2076.5479C103.11%2078.5957%20103.611%2085.6308%20102.2%2087.8539C101.919%2087.8391%20100.95%2087.8281%20100.666%2087.8174L100.264%2086.4775V87.8042C99.8109%2087.7902%2099.3546%2087.7806%2098.8948%2087.7752C97.353%2087.7561%2095.8786%2087.14%2094.7817%2086.0564C93.6848%2084.9727%2093.0507%2083.506%2093.0128%2081.9646C92.976%2080.4899%2093.0128%2079.1718%2093.2%2078.5751Z'%20fill='%235D6C6B'%20/%3e%3cpath%20d='M98.3549%2083.5939C100.163%2083.5939%20101.629%2082.1278%20101.629%2080.3194C101.629%2078.511%20100.163%2077.0449%2098.3549%2077.0449C96.5465%2077.0449%2095.0804%2078.511%2095.0804%2080.3194C95.0804%2082.1278%2096.5465%2083.5939%2098.3549%2083.5939Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M95.5291%2077.4425L99.2993%2075.5547C100.07%2075.902%20100.734%2076.4493%20101.222%2077.1396C101.71%2077.83%20102.004%2078.6383%20102.075%2079.4809L102.169%2080.6065L100.59%2080.2046L100.417%2078.7653L100.149%2080.0924L99.4203%2079.907L99.4273%2077.6724L98.6982%2079.9054L96.0959%2079.3075L95.5291%2077.4425Z'%20fill='%235D6C6B'%20/%3e%3cpath%20d='M106.447%2089.4749C104.898%2091.8688%20101.865%2093.3605%2099.125%2093.5586C95.7454%2093.6994%2092.929%2092.1504%2091.3801%2090.4606L92.5595%2087.9163C92.7624%2087.4714%2093.0826%2087.09%2093.4858%2086.8132C93.8889%2086.5364%2094.3598%2086.3745%2094.8479%2086.3449L95.4191%2086.3098L96.7811%2085.1352C96.7811%2085.1352%20100.451%2085.0042%20100.396%2084.9414L102.619%2086.2785L102.617%2086.2692L103.491%2086.3227C103.979%2086.3522%20104.45%2086.514%20104.854%2086.7909C105.257%2087.0677%20105.577%2087.4491%20105.78%2087.8942L106.447%2089.4749Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M30.2714%2019.4887C30.2714%2014.2482%2034.5196%2010%2039.7601%2010C45.0005%2010%2049.2488%2014.2482%2049.2488%2019.4887C49.2488%2024.7291%2045.0005%2028.9773%2039.7601%2028.9773C34.5196%2028.9773%2030.2714%2024.7291%2030.2714%2019.4887Z'%20fill='url(%23paint4_linear_5860_17372)'%20/%3e%3cpath%20d='M29.3181%2019.6579C29.3181%2014.5929%2033.4241%2010.4869%2038.489%2010.4869C43.554%2010.4869%2047.66%2014.5929%2047.66%2019.6579C47.66%2024.7228%2043.554%2028.8288%2038.489%2028.8288C33.4241%2028.8288%2029.3181%2024.7228%2029.3181%2019.6579Z'%20fill='%23E6EAEA'%20stroke='%23738482'%20stroke-width='0.635402'%20/%3e%3cpath%20d='M38.1734%2019.6165C39.8388%2019.6165%2041.1889%2018.2664%2041.1889%2016.601C41.1889%2014.9356%2039.8388%2013.5856%2038.1734%2013.5856C36.508%2013.5856%2035.158%2014.9356%2035.158%2016.601C35.158%2018.2664%2036.508%2019.6165%2038.1734%2019.6165Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M45.648%2024.869C44.2501%2027.0293%2041.5125%2028.3756%2039.0398%2028.5543C35.9898%2028.6814%2033.4482%2027.2835%2032.0504%2025.7585L33.1148%2023.4625C33.2979%2023.0609%2033.5868%2022.7167%2033.9506%2022.4669C34.3145%2022.2171%2034.7394%2022.071%2035.1799%2022.0443L35.6954%2022.0127L36.9245%2020.9526C36.9245%2020.9526%2040.2363%2020.8343%2040.1872%2020.7777L42.1933%2021.9843L42.1916%2021.976L42.9802%2022.0243C43.4208%2022.0509%2043.8458%2022.1969%2044.2096%2022.4468C44.5734%2022.6966%2044.8624%2023.0408%2045.0454%2023.4425L45.648%2024.869Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M41.3544%2014.7301C41.0996%2013.8181%2040.5207%2013.0304%2039.7263%2012.5149C39.0932%2012.11%2038.3032%2011.9033%2037.586%2012.1174C36.8688%2012.3316%2036.275%2013.0354%2036.322%2013.7959C36.1891%2013.761%2036.0491%2013.764%2035.9178%2013.8045C35.7866%2013.845%2035.6693%2013.9215%2035.5793%2014.0253C35.3993%2014.2377%2035.2742%2014.491%2035.2149%2014.763C34.9847%2015.6157%2035%2016.516%2035.2589%2017.3603L35.2446%2017.4815C35.4177%2017.4354%2035.578%2017.3504%2035.7133%2017.2329C35.8485%2017.1154%2035.9551%2016.9685%2036.025%2016.8035C36.19%2016.4837%2036.285%2016.1288%2036.4639%2015.8167C36.5411%2015.6553%2036.6575%2015.5157%2036.8026%2015.4109C36.9476%2015.3061%2037.1166%2015.2393%2037.2941%2015.2166L37.2629%2015.7583C37.5678%2015.6012%2037.8727%2015.4441%2038.1775%2015.287L37.96%2015.8074L38.7587%2015.4736C38.729%2015.6404%2038.6992%2015.8072%2038.6694%2015.974C38.7392%2015.8292%2038.8377%2015.7001%2038.9589%2015.5944C39.08%2015.4888%2039.2213%2015.4088%2039.3743%2015.3594C39.5272%2015.3099%2039.6886%2015.292%2039.8487%2015.3067C40.0088%2015.3215%2040.1642%2015.3685%2040.3056%2015.445C40.624%2015.6592%2040.8535%2015.9821%2040.9512%2016.3532C41.0478%2016.7235%2041.0997%2017.104%2041.1058%2017.4867C41.5172%2016.6275%2041.6055%2015.649%2041.3544%2014.7301Z'%20fill='%235D6C6B'%20/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_5860_17372'%20x1='61.4931'%20y1='38'%20x2='61.4931'%20y2='82.965'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_5860_17372'%20x1='58.4825'%20y1='38.399'%20x2='58.4825'%20y2='83.364'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23EFF1F1'%20/%3e%3cstop%20offset='1'%20stop-color='%23D9DEDE'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_5860_17372'%20x1='17.1037'%20y1='94'%20x2='17.1037'%20y2='111.82'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_5860_17372'%20x1='99.9232'%20y1='73'%20x2='99.9232'%20y2='94.0286'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_5860_17372'%20x1='39.7601'%20y1='10'%20x2='39.7601'%20y2='28.9773'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", Su = "data:image/svg+xml,%3csvg%20width='388'%20height='297'%20viewBox='0%200%20388%20297'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3273_18484)'%3e%3crect%20width='120'%20height='120'%20transform='translate(268)'%20fill='white'%20/%3e%3cpath%20d='M376.688%20100H276.272C275.019%20100%20274%2098.9674%20274%2097.6977V29.3023C274%2028.0326%20275.019%2027%20276.272%2027H376.688C377.941%2027%20378.96%2028.0326%20378.96%2029.3023V97.6961C378.96%2098.9658%20377.941%2099.9984%20376.688%2099.9984V100Z'%20fill='white'%20/%3e%3cpath%20d='M376.688%20100H276.272C275.019%20100%20274%2098.9674%20274%2097.6977V29.3023C274%2028.0326%20275.019%2027%20276.272%2027H376.688C377.941%2027%20378.96%2028.0326%20378.96%2029.3023V97.6961C378.96%2098.9658%20377.941%2099.9984%20376.688%2099.9984V100ZM276.272%2027.9359C275.528%2027.9359%20274.923%2028.5489%20274.923%2029.3023V97.6961C274.923%2098.4495%20275.528%2099.0625%20276.272%2099.0625H376.688C377.432%2099.0625%20378.036%2098.4495%20378.036%2097.6961V29.3023C378.036%2028.5489%20377.432%2027.9359%20376.688%2027.9359H276.272Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M378.498%2029.3024V31.1929H274.462V29.3024C274.462%2028.2885%20275.273%2027.468%20276.272%2027.468H376.688C377.689%2027.468%20378.498%2028.29%20378.498%2029.3024Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M276.676%2029.8469C276.97%2029.8469%20277.207%2029.606%20277.207%2029.3088C277.207%2029.0116%20276.97%2028.7706%20276.676%2028.7706C276.383%2028.7706%20276.146%2029.0116%20276.146%2029.3088C276.146%2029.606%20276.383%2029.8469%20276.676%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M278.448%2029.8469C278.741%2029.8469%20278.979%2029.606%20278.979%2029.3088C278.979%2029.0116%20278.741%2028.7706%20278.448%2028.7706C278.155%2028.7706%20277.917%2029.0116%20277.917%2029.3088C277.917%2029.606%20278.155%2029.8469%20278.448%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M280.219%2029.8469C280.513%2029.8469%20280.75%2029.606%20280.75%2029.3088C280.75%2029.0116%20280.513%2028.7706%20280.219%2028.7706C279.926%2028.7706%20279.688%2029.0116%20279.688%2029.3088C279.688%2029.606%20279.926%2029.8469%20280.219%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M367.027%2033.1692H284.781C284.023%2033.1692%20283.408%2033.7921%20283.408%2034.5606C283.408%2035.329%20284.023%2035.9519%20284.781%2035.9519H367.027C367.786%2035.9519%20368.4%2035.329%20368.4%2034.5606C368.4%2033.7921%20367.786%2033.1692%20367.027%2033.1692Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M310.743%2066.1579H292.434C291.329%2066.1579%20290.43%2065.247%20290.43%2064.127V48.2636C290.43%2047.1436%20291.329%2046.2327%20292.434%2046.2327H310.743C311.848%2046.2327%20312.747%2047.1436%20312.747%2048.2636V64.127C312.747%2065.247%20311.848%2066.1579%20310.743%2066.1579ZM292.434%2046.8566C291.669%2046.8566%20291.045%2047.4883%20291.045%2048.2636V64.127C291.045%2064.9023%20291.669%2065.534%20292.434%2065.534H310.743C311.508%2065.534%20312.131%2064.9023%20312.131%2064.127V48.2636C312.131%2047.4883%20311.508%2046.8566%20310.743%2046.8566H292.434Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M335.634%2066.1579H317.325C316.22%2066.1579%20315.322%2065.247%20315.322%2064.127V48.2636C315.322%2047.1436%20316.22%2046.2327%20317.325%2046.2327H335.634C336.74%2046.2327%20337.638%2047.1436%20337.638%2048.2636V64.127C337.638%2065.247%20336.74%2066.1579%20335.634%2066.1579ZM317.325%2046.8566C316.561%2046.8566%20315.937%2047.4883%20315.937%2048.2636V64.127C315.937%2064.9023%20316.561%2065.534%20317.325%2065.534H335.634C336.399%2065.534%20337.023%2064.9023%20337.023%2064.127V48.2636C337.023%2047.4883%20336.399%2046.8566%20335.634%2046.8566H317.325Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M360.526%2066.1579H342.217C341.112%2066.1579%20340.213%2065.247%20340.213%2064.127V48.2636C340.213%2047.1436%20341.112%2046.2327%20342.217%2046.2327H360.526C361.631%2046.2327%20362.53%2047.1436%20362.53%2048.2636V64.127C362.53%2065.247%20361.631%2066.1579%20360.526%2066.1579ZM342.217%2046.8566C341.452%2046.8566%20340.829%2047.4883%20340.829%2048.2636V64.127C340.829%2064.9023%20341.452%2065.534%20342.217%2065.534H360.526C361.291%2065.534%20361.914%2064.9023%20361.914%2064.127V48.2636C361.914%2047.4883%20361.291%2046.8566%20360.526%2046.8566H342.217Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M310.743%2090.9593H292.434C291.329%2090.9593%20290.43%2090.0484%20290.43%2088.9284V73.065C290.43%2071.945%20291.329%2071.0341%20292.434%2071.0341H310.743C311.848%2071.0341%20312.747%2071.945%20312.747%2073.065V88.9284C312.747%2090.0484%20311.848%2090.9593%20310.743%2090.9593ZM292.434%2071.658C291.669%2071.658%20291.045%2072.2897%20291.045%2073.065V88.9284C291.045%2089.7037%20291.669%2090.3354%20292.434%2090.3354H310.743C311.508%2090.3354%20312.131%2089.7037%20312.131%2088.9284V73.065C312.131%2072.2897%20311.508%2071.658%20310.743%2071.658H292.434Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M335.634%2090.9593H317.325C316.22%2090.9593%20315.322%2090.0484%20315.322%2088.9284V73.065C315.322%2071.945%20316.22%2071.0341%20317.325%2071.0341H335.634C336.74%2071.0341%20337.638%2071.945%20337.638%2073.065V88.9284C337.638%2090.0484%20336.74%2090.9593%20335.634%2090.9593ZM317.325%2071.658C316.561%2071.658%20315.937%2072.2897%20315.937%2073.065V88.9284C315.937%2089.7037%20316.561%2090.3354%20317.325%2090.3354H335.634C336.399%2090.3354%20337.023%2089.7037%20337.023%2088.9284V73.065C337.023%2072.2897%20336.399%2071.658%20335.634%2071.658H317.325Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M360.526%2090.9593H342.217C341.112%2090.9593%20340.213%2090.0484%20340.213%2088.9284V73.065C340.213%2071.945%20341.112%2071.0341%20342.217%2071.0341H360.526C361.631%2071.0341%20362.53%2071.945%20362.53%2073.065V88.9284C362.53%2090.0484%20361.631%2090.9593%20360.526%2090.9593Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M366.672%2040.9496L368.56%2039.46C368.56%2039.46%20370.715%2040.14%20370.77%2040.1681C370.826%2040.1962%20374.115%2047.9267%20374.115%2047.9267C374.115%2047.9267%20365.69%2052.2974%20366.306%2051.87C366.921%2051.4457%20366.793%2045.6852%20366.221%2044.935C365.647%2044.1831%20366.136%2042.2957%20366.136%2042.2957L366.667%2040.948H366.67L366.672%2040.9496Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M371.892%2044.4327H369.331V48.5507L372.156%2047.6101L371.892%2044.4327Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M363.526%2070.9888C363.592%2070.6129%20363.566%2070.2245%20363.449%2069.8564L364.342%2065.9677L362.438%2065.5637L361.739%2069.5522C361.511%2069.8579%20361.363%2070.2167%20361.308%2070.5942C361.154%2071.5379%20361.528%2072.3927%20362.141%2072.5003C362.753%2072.6095%20363.374%2071.9325%20363.527%2070.9888H363.526Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M371.094%2093.714H368.449V97.5153H371.094V93.714Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M365.876%2099.8163C367.037%2099.8163%20368.731%2099.693%20368.743%2099.6915C369.197%2099.732%20371.46%2099.913%20371.572%2099.3889C371.675%2098.9069%20371.523%2098.403%20371.501%2098.3329C371.283%2096.1413%20371.203%2096.1148%20371.154%2096.1007C371.077%2096.0773%20370.852%2096.1865%20370.487%2096.4252L370.464%2096.4408L370.459%2096.4673C370.453%2096.5001%20370.292%2097.3049%20369.525%2097.1833C369%2097.099%20368.83%2096.9805%20368.776%2096.9228C368.82%2096.9025%20368.876%2096.8666%20368.914%2096.8058C368.971%2096.7169%20368.98%2096.6014%20368.943%2096.4626C368.845%2096.0992%20368.549%2095.561%20368.537%2095.5376L368.503%2095.4768L365.499%2097.5311L363.643%2098.0692C363.503%2098.1082%20363.39%2098.2112%20363.333%2098.3469C363.255%2098.5356%20363.303%2098.7571%20363.455%2098.8944C363.792%2099.2017%20364.463%2099.7273%20365.165%2099.7929C365.351%2099.81%20365.599%2099.8178%20365.878%2099.8178L365.876%2099.8163Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M378.623%2090.7262L376.379%2092.1443L378.364%2095.3697L380.608%2093.9516L378.623%2090.7262Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M375.642%2099.2968C376.011%2099.2968%20376.419%2099.2437%20376.762%2099.0675C377.629%2098.626%20379.736%2097.074%20379.748%2097.0631C380.153%2096.8556%20382.167%2095.7949%20381.989%2095.2896C381.824%2094.8247%20381.432%2094.4784%20381.378%2094.4317C380.048%2092.6878%20379.968%2092.7096%20379.919%2092.7236C379.84%2092.7455%20379.708%2092.9576%20379.522%2093.3554L379.511%2093.3803L379.522%2093.4053C379.534%2093.438%20379.817%2094.207%20379.103%2094.5128C378.614%2094.7233%20378.407%2094.7155%20378.332%2094.6937C378.36%2094.6516%20378.387%2094.5923%20378.389%2094.519C378.392%2094.4129%20378.34%2094.3084%20378.235%2094.2117C377.961%2093.9559%20377.43%2093.658%20377.407%2093.6455L377.347%2093.6127L375.869%2096.9679L374.575%2098.4186C374.477%2098.5278%20374.435%2098.6744%20374.458%2098.821C374.49%2099.0238%20374.647%2099.1845%20374.847%2099.2203C375.051%2099.2562%20375.335%2099.2952%20375.646%2099.2952L375.642%2099.2968Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M373.041%2061.9215C373.041%2061.9215%20373.898%2061.9215%20375.241%2064.645C376.585%2067.37%20374.875%2078.3044%20374.875%2078.3044L379.662%2090.8579L376.303%2093.2413L370.173%2079.7956L371.685%2094.6888H367.906L364.966%2068.9017L365.637%2061.9231H373.041V61.9215Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M373.616%2046.9441H368.494L363.875%2062.3474H376.722L373.616%2046.9441Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M369.304%2046.9442L364.097%2068.8161H361.493C361.493%2068.8161%20365.439%2048.5617%20365.776%2047.7101C366.112%2046.8584%20369.302%2046.9442%20369.302%2046.9442H369.304Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M369.682%2045.5715C371.236%2045.5715%20372.496%2044.2949%20372.496%2042.7201C372.496%2041.1454%20371.236%2039.8688%20369.682%2039.8688C368.128%2039.8688%20366.869%2041.1454%20366.869%2042.7201C366.869%2044.2949%20368.128%2045.5715%20369.682%2045.5715Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M366.178%2042.2007L366.867%2042.3193C367.511%2039.7081%20368.968%2040.5613%20369.107%2040.5317C369.245%2040.502%20371.317%2042.7997%20371.149%2045.1269C370.981%2047.4526%20373.949%2048.543%20373.949%2048.543C373.949%2048.543%20374.986%2050.5177%20374.061%2054.0913C373.136%2057.6649%20375.097%2058.8644%20375.097%2058.8644C378.96%2058.5321%20376.637%2053.0696%20376.022%2052.0775C375.406%2051.0839%20375.826%2049.3541%20375.826%2049.3541C376.779%2048.5024%20375.658%2046.6306%20375.658%2046.6306C375.658%2046.6306%20375.856%2044.1333%20375.268%2043.6513C374.68%2043.1694%20374.652%2041.9776%20374.652%2041.9776C373.615%2037.4105%20370.229%2038.2902%20370.229%2038.2902C365.89%2037.8082%20366.179%2042.1991%20366.179%2042.1991L366.178%2042.2007Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M378.915%2070.5318C378.844%2070.1559%20378.684%2069.8018%20378.446%2069.5007L377.916%2065.5435L375.994%2065.8523L376.737%2069.833C376.634%2070.2011%20376.622%2070.5879%20376.701%2070.9623C376.887%2071.8998%20377.535%2072.5627%20378.146%2072.4441C378.757%2072.3256%20379.102%2071.4692%20378.914%2070.5318H378.915Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M376.203%2068.5586H378.808C378.808%2068.5586%20374.861%2048.3042%20374.524%2047.4525C374.189%2046.6008%20371.378%2046.9627%20371.378%2046.9627L376.203%2068.5586Z'%20fill='%2317AD49'%20/%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20x='268'%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3c/g%3e%3crect%20width='120'%20height='120'%20transform='translate(0%20177)'%20fill='white'%20/%3e%3cpath%20d='M7.20357%20245.902C7.47016%20245.383%208.21187%20245.383%208.47846%20245.902L9.19529%20247.297C9.2637%20247.43%209.37208%20247.538%209.50522%20247.607L10.9004%20248.324C11.4192%20248.59%2011.4192%20249.332%2010.9004%20249.599L9.50522%20250.315C9.37208%20250.384%209.2637%20250.492%209.19529%20250.625L8.47846%20252.02C8.21187%20252.539%207.47016%20252.539%207.20357%20252.02L6.48674%20250.625C6.41833%20250.492%206.30995%20250.384%206.17681%20250.315L4.78167%20249.599C4.26281%20249.332%204.26281%20248.59%204.78167%20248.324L6.17681%20247.607C6.30995%20247.538%206.41833%20247.43%206.48674%20247.297L7.20357%20245.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M106.204%20219.902C106.47%20219.383%20107.212%20219.383%20107.478%20219.902L108.195%20221.297C108.264%20221.43%20108.372%20221.538%20108.505%20221.607L109.9%20222.324C110.419%20222.59%20110.419%20223.332%20109.9%20223.599L108.505%20224.315C108.372%20224.384%20108.264%20224.492%20108.195%20224.625L107.478%20226.02C107.212%20226.539%20106.47%20226.539%20106.204%20226.02L105.487%20224.625C105.418%20224.492%20105.31%20224.384%20105.177%20224.315L103.782%20223.599C103.263%20223.332%20103.263%20222.59%20103.782%20222.324L105.177%20221.607C105.31%20221.538%20105.418%20221.43%20105.487%20221.297L106.204%20219.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M76.2036%20197.902C76.4702%20197.383%2077.2119%20197.383%2077.4785%20197.902L78.1953%20199.297C78.2637%20199.43%2078.3721%20199.538%2078.5052%20199.607L79.9004%20200.324C80.4192%20200.59%2080.4192%20201.332%2079.9004%20201.599L78.5052%20202.315C78.3721%20202.384%2078.2637%20202.492%2078.1953%20202.625L77.4785%20204.02C77.2119%20204.539%2076.4702%20204.539%2076.2036%20204.02L75.4867%20202.625C75.4183%20202.492%2075.31%20202.384%2075.1768%20202.315L73.7817%20201.599C73.2628%20201.332%2073.2628%20200.59%2073.7817%20200.324L75.1768%20199.607C75.31%20199.538%2075.4183%20199.43%2075.4867%20199.297L76.2036%20197.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M57.7702%20207.902C58.0368%20207.383%2058.7785%20207.383%2059.0451%20207.902L59.2755%20208.35C59.3439%20208.483%2059.4523%20208.592%2059.5854%20208.66L60.0337%20208.89C60.5526%20209.157%2060.5526%20209.899%2060.0337%20210.165L59.5854%20210.396C59.4523%20210.464%2059.3439%20210.572%2059.2755%20210.706L59.0451%20211.154C58.7785%20211.673%2058.0368%20211.673%2057.7702%20211.154L57.5399%20210.706C57.4715%20210.572%2057.3631%20210.464%2057.23%20210.396L56.7817%20210.165C56.2628%20209.899%2056.2628%20209.157%2056.7817%20208.89L57.23%20208.66C57.3631%20208.592%2057.4715%20208.483%2057.5399%20208.35L57.7702%20207.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M26.7702%20221.902C27.0368%20221.383%2027.7785%20221.383%2028.0451%20221.902L28.2755%20222.35C28.3439%20222.483%2028.4523%20222.592%2028.5854%20222.66L29.0337%20222.89C29.5526%20223.157%2029.5526%20223.899%2029.0337%20224.165L28.5854%20224.396C28.4523%20224.464%2028.3439%20224.572%2028.2755%20224.706L28.0451%20225.154C27.7785%20225.673%2027.0368%20225.673%2026.7702%20225.154L26.5399%20224.706C26.4715%20224.572%2026.3631%20224.464%2026.23%20224.396L25.7817%20224.165C25.2628%20223.899%2025.2628%20223.157%2025.7817%20222.89L26.23%20222.66C26.3631%20222.592%2026.4715%20222.483%2026.5399%20222.35L26.7702%20221.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M89.2702%20210.902C89.5368%20210.383%2090.2785%20210.383%2090.5451%20210.902L90.7755%20211.35C90.8439%20211.483%2090.9523%20211.592%2091.0854%20211.66L91.5337%20211.89C92.0526%20212.157%2092.0526%20212.899%2091.5337%20213.165L91.0854%20213.396C90.9523%20213.464%2090.8439%20213.572%2090.7755%20213.706L90.5451%20214.154C90.2785%20214.673%2089.5368%20214.673%2089.2702%20214.154L89.0399%20213.706C88.9715%20213.572%2088.8631%20213.464%2088.73%20213.396L88.2817%20213.165C87.7628%20212.899%2087.7628%20212.157%2088.2817%20211.89L88.73%20211.66C88.8631%20211.592%2088.9715%20211.483%2089.0399%20211.35L89.2702%20210.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M108.77%20244.902C109.037%20244.383%20109.779%20244.383%20110.045%20244.902L110.275%20245.35C110.344%20245.483%20110.452%20245.592%20110.585%20245.66L111.034%20245.89C111.553%20246.157%20111.553%20246.899%20111.034%20247.165L110.585%20247.396C110.452%20247.464%20110.344%20247.572%20110.275%20247.706L110.045%20248.154C109.779%20248.673%20109.037%20248.673%20108.77%20248.154L108.54%20247.706C108.471%20247.572%20108.363%20247.464%20108.23%20247.396L107.782%20247.165C107.263%20246.899%20107.263%20246.157%20107.782%20245.89L108.23%20245.66C108.363%20245.592%20108.471%20245.483%20108.54%20245.35L108.77%20244.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M29.2036%20201.902C29.4702%20201.383%2030.2119%20201.383%2030.4785%20201.902L31.1953%20203.297C31.2637%20203.43%2031.3721%20203.538%2031.5052%20203.607L32.9004%20204.324C33.4192%20204.59%2033.4192%20205.332%2032.9004%20205.599L31.5052%20206.315C31.3721%20206.384%2031.2637%20206.492%2031.1953%20206.625L30.4785%20208.02C30.2119%20208.539%2029.4702%20208.539%2029.2036%20208.02L28.4867%20206.625C28.4183%20206.492%2028.31%20206.384%2028.1768%20206.315L26.7817%20205.599C26.2628%20205.332%2026.2628%20204.59%2026.7817%20204.324L28.1768%20203.607C28.31%20203.538%2028.4183%20203.43%2028.4867%20203.297L29.2036%20201.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M8.77023%20227.902C9.03682%20227.383%209.77854%20227.383%2010.0451%20227.902L10.2755%20228.35C10.3439%20228.483%2010.4523%20228.592%2010.5854%20228.66L11.0337%20228.89C11.5526%20229.157%2011.5526%20229.899%2011.0337%20230.165L10.5854%20230.396C10.4523%20230.464%2010.3439%20230.572%2010.2755%20230.706L10.0451%20231.154C9.77854%20231.673%209.03682%20231.673%208.77023%20231.154L8.5399%20230.706C8.47149%20230.572%208.36311%20230.464%208.22997%20230.396L7.78167%20230.165C7.26281%20229.899%207.26281%20229.157%207.78167%20228.89L8.22997%20228.66C8.36311%20228.592%208.47149%20228.483%208.5399%20228.35L8.77023%20227.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M45.7702%20192.902C46.0368%20192.383%2046.7785%20192.383%2047.0451%20192.902L47.2755%20193.35C47.3439%20193.483%2047.4523%20193.592%2047.5854%20193.66L48.0337%20193.89C48.5526%20194.157%2048.5526%20194.899%2048.0337%20195.165L47.5854%20195.396C47.4523%20195.464%2047.3439%20195.572%2047.2755%20195.706L47.0451%20196.154C46.7785%20196.673%2046.0368%20196.673%2045.7702%20196.154L45.5399%20195.706C45.4715%20195.572%2045.3631%20195.464%2045.23%20195.396L44.7817%20195.165C44.2628%20194.899%2044.2628%20194.157%2044.7817%20193.89L45.23%20193.66C45.3631%20193.592%2045.4715%20193.483%2045.5399%20193.35L45.7702%20192.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M22.4889%20210.661C19.3426%20210.661%2018.7866%20212.562%2017.9344%20213.414C19.193%20212.155%2021.3746%20212.038%2022.4889%20212.234C45.8237%20215.708%2093.3978%20222.695%2097.016%20222.853C100.634%20223.01%20101.67%20226.982%20101.735%20228.949V280.862C102.522%20280.39%20102.587%20277.912%20102.522%20276.733V226.982C102.365%20222.892%2098.7858%20221.476%2097.016%20221.28C97.016%20221.28%2025.6351%20210.661%2022.4889%20210.661Z'%20fill='%2333DA6B'%20/%3e%3cpath%20d='M17.5726%20266.508V214.398C18.0445%20212.195%2019.9979%20211.776%2020.9156%20211.841L96.8192%20222.657C100.595%20222.971%20101.67%20226.327%20101.735%20227.966C101.932%20244.746%20102.207%20278.778%20101.735%20280.666C101.263%20282.554%2097.999%20282.501%2096.4259%20282.239L22.0954%20271.817C18.0052%20270.873%2017.376%20267.884%2017.5726%20266.508Z'%20fill='url(%23paint0_linear_3273_18484)'%20/%3e%3cpath%20d='M60.8251%20239.011C60.8641%20238.564%2061.268%20238.24%2061.7125%20238.299L88.3448%20241.844C88.7617%20241.9%2089.0612%20242.273%2089.0246%20242.692L88.7856%20245.433C88.7467%20245.88%2088.3427%20246.204%2087.8983%20246.145L61.2659%20242.6C60.849%20242.544%2060.5495%20242.171%2060.5861%20241.752L60.8251%20239.011Z'%20fill='%236FE697'%20/%3e%3cpath%20d='M60.937%20249.63C60.976%20249.183%2061.3799%20248.859%2061.8244%20248.918L88.4568%20252.463C88.8736%20252.519%2089.1731%20252.892%2089.1366%20253.311L88.8976%20256.052C88.8586%20256.499%2088.4547%20256.823%2088.0102%20256.763L61.3778%20253.219C60.961%20253.163%2060.6615%20252.79%2060.698%20252.371L60.937%20249.63Z'%20fill='%236FE697'%20/%3e%3cpath%20d='M60.8251%20259.855C60.8641%20259.409%2061.268%20259.085%2061.7125%20259.144L88.3448%20262.689C88.7617%20262.744%2089.0612%20263.118%2089.0246%20263.537L88.7856%20266.278C88.7467%20266.724%2088.3427%20267.048%2087.8983%20266.989L61.2659%20263.444C60.849%20263.389%2060.5495%20263.015%2060.5861%20262.596L60.8251%20259.855Z'%20fill='%236FE697'%20/%3e%3cpath%20d='M27.3733%20236.504C27.3733%20234.661%2028.9504%20233.213%2030.7869%20233.369L49.8611%20234.996C51.4892%20235.135%2052.74%20236.497%2052.74%20238.131V259.345C52.74%20261.188%2051.1629%20262.637%2049.3265%20262.48L30.2522%20260.854C28.6241%20260.715%2027.3733%20259.353%2027.3733%20257.719V236.504Z'%20fill='%2333DA6B'%20/%3e%3cpath%20d='M101.845%20233.828L17.541%20221.673V215.38C17.541%20212.245%2019.7041%20211.644%2021.0223%20211.855C21.7287%20211.882%2022.2604%20211.841%2022.2604%20211.841C22.2604%20211.841%2092.8547%20222.263%2096.7875%20222.46C101.541%20223.161%20101.91%20227.507%20101.845%20229.932V233.828Z'%20fill='url(%23paint1_linear_3273_18484)'%20/%3e%3cpath%20d='M38.6305%20239.575C38.9216%20239.37%2039.3135%20239.387%2039.5864%20239.615L46.2813%20245.204C46.8728%20245.698%2046.4751%20246.66%2045.7076%20246.592L32.695%20245.436C31.9644%20245.371%2031.7124%20244.43%2032.3127%20244.008L38.6305%20239.575Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M31.906%20253.807C31.9449%20253.36%2032.3489%20253.036%2032.7933%20253.095L45.3471%20254.766C45.764%20254.822%2046.0634%20255.195%2046.0269%20255.614L45.9756%20256.203C45.9366%20256.65%2045.5327%20256.974%2045.0882%20256.914L32.5344%20255.244C32.1176%20255.188%2031.8181%20254.814%2031.8546%20254.395L31.906%20253.807Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M38.7425%20252.843C38.2773%20252.896%2037.8692%20252.533%2037.8671%20252.065L37.8487%20248.024C37.8469%20247.623%2038.1476%20247.285%2038.5464%20247.239L39.0085%20247.187C39.4737%20247.134%2039.8818%20247.496%2039.884%20247.965L39.9023%20252.005C39.9041%20252.407%2039.6035%20252.745%2039.2047%20252.791L38.7425%20252.843Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M43.4619%20253.236C42.9967%20253.289%2042.5885%20252.927%2042.5864%20252.458L42.5681%20248.418C42.5662%20248.016%2042.8669%20247.678%2043.2657%20247.633L43.7279%20247.58C44.1931%20247.527%2044.6012%20247.89%2044.6033%20248.358L44.6217%20252.399C44.6235%20252.8%2044.3228%20253.139%2043.924%20253.184L43.4619%20253.236Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M34.4162%20252.056C33.951%20252.109%2033.5429%20251.747%2033.5408%20251.278L33.5224%20247.237C33.5206%20246.836%2033.8213%20246.498%2034.2201%20246.452L34.6822%20246.4C35.1474%20246.347%2035.5555%20246.71%2035.5577%20247.178L35.576%20251.219C35.5778%20251.62%2035.2772%20251.958%2034.8784%20252.004L34.4162%20252.056Z'%20fill='%23E6FFEE'%20/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3273_18484'%20x1='111.156'%20y1='252.587'%20x2='6.05453'%20y2='237.08'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23AFF7C7'%20/%3e%3cstop%20offset='1'%20stop-color='%23E1FFEB'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3273_18484'%20x1='86.3655'%20y1='227.572'%20x2='17.541'%20y2='217.937'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%2317AD49'%20/%3e%3cstop%20offset='1'%20stop-color='%2334DB6C'%20/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3273_18484'%3e%3crect%20width='120'%20height='120'%20fill='white'%20transform='translate(268)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", ju = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4886_419)'%3e%3cpath%20d='M119.335%2022.2175H0.664712C0.488478%2022.2174%200.319518%2022.1476%200.194902%2022.0235C0.0702863%2021.8994%200.000192624%2021.7311%200%2021.5556V17.6619C0.000192624%2017.4864%200.0702863%2017.3182%200.194902%2017.1941C0.319518%2017.07%200.488478%2017.0002%200.664712%2017H119.335C119.512%2017.0002%20119.68%2017.07%20119.805%2017.1941C119.93%2017.3182%20120%2017.4864%20120%2017.6619V21.5556C120%2021.7311%20119.93%2021.8994%20119.805%2022.0235C119.68%2022.1476%20119.512%2022.2174%20119.335%2022.2175Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M3.8576%2020.3587C4.37881%2020.3587%204.80133%2019.9379%204.80133%2019.4189C4.80133%2018.8999%204.37881%2018.4791%203.8576%2018.4791C3.3364%2018.4791%202.91388%2018.8999%202.91388%2019.4189C2.91388%2019.9379%203.3364%2020.3587%203.8576%2020.3587Z'%20fill='white'%20/%3e%3cpath%20d='M7.4397%2020.3587C7.9609%2020.3587%208.38342%2019.9379%208.38342%2019.4189C8.38342%2018.8999%207.9609%2018.4791%207.4397%2018.4791C6.91849%2018.4791%206.49597%2018.8999%206.49597%2019.4189C6.49597%2019.9379%206.91849%2020.3587%207.4397%2020.3587Z'%20fill='white'%20/%3e%3cpath%20d='M11.0219%2020.3587C11.5431%2020.3587%2011.9656%2019.9379%2011.9656%2019.4189C11.9656%2018.8999%2011.5431%2018.4791%2011.0219%2018.4791C10.5007%2018.4791%2010.0782%2018.8999%2010.0782%2019.4189C10.0782%2019.9379%2010.5007%2020.3587%2011.0219%2020.3587Z'%20fill='white'%20/%3e%3cpath%20d='M115.826%2018.772H111.701C111.62%2018.7718%20111.542%2018.7397%20111.485%2018.6826C111.428%2018.6256%20111.396%2018.5483%20111.396%2018.4677C111.396%2018.3871%20111.428%2018.3099%20111.485%2018.2528C111.542%2018.1958%20111.62%2018.1636%20111.701%2018.1635H115.826C115.907%2018.1634%20115.984%2018.1953%20116.042%2018.2523C116.099%2018.3092%20116.131%2018.3865%20116.131%2018.4672C116.132%2018.5478%20116.1%2018.6252%20116.042%2018.6823C115.985%2018.7395%20115.908%2018.7717%20115.827%2018.772H115.826Z'%20fill='white'%20/%3e%3cpath%20d='M115.826%2019.913H111.701C111.62%2019.9128%20111.542%2019.8807%20111.485%2019.8236C111.428%2019.7666%20111.396%2019.6893%20111.396%2019.6087C111.396%2019.5281%20111.428%2019.4508%20111.485%2019.3938C111.542%2019.3368%20111.62%2019.3046%20111.701%2019.3044H115.826C115.907%2019.3044%20115.984%2019.3363%20116.042%2019.3933C116.099%2019.4502%20116.131%2019.5275%20116.131%2019.6081C116.132%2019.6888%20116.1%2019.7662%20116.042%2019.8233C115.985%2019.8805%20115.908%2019.9127%20115.827%2019.913H115.826Z'%20fill='white'%20/%3e%3cpath%20d='M115.826%2021.0541H111.701C111.62%2021.0541%20111.542%2021.022%20111.485%2020.965C111.427%2020.9079%20111.395%2020.8305%20111.395%2020.7498C111.395%2020.6691%20111.427%2020.5917%20111.485%2020.5347C111.542%2020.4776%20111.62%2020.4456%20111.701%2020.4456H115.826C115.907%2020.4454%20115.984%2020.4773%20116.042%2020.5343C116.099%2020.5912%20116.132%2020.6686%20116.132%2020.7493C116.132%2020.83%20116.1%2020.9074%20116.043%2020.9646C115.985%2021.0217%20115.908%2021.0539%20115.827%2021.0541H115.826Z'%20fill='white'%20/%3e%3cpath%20d='M33.8373%2094.3736C34.274%2090.877%2036.4501%2087.4317%2039.7989%2086.2938C38.4782%2089.8929%2038.4785%2093.8411%2039.7997%2097.4399C40.3143%2098.826%2041.0315%20100.314%2040.5475%20101.711C40.2463%20102.581%2039.5096%20103.246%2038.6861%20103.661C37.8625%20104.077%2036.9485%20104.275%2036.046%20104.47L35.8684%20104.616C34.4356%20101.394%2033.4007%2097.8703%2033.8373%2094.3736Z'%20fill='%23F0F0F0'%20/%3e%3cpath%20d='M39.8322%2086.36C37.882%2088.5359%2036.6699%2091.2685%2036.3681%2094.1695C36.292%2094.7929%2036.315%2095.4243%2036.4363%2096.0405C36.574%2096.637%2036.8696%2097.1859%2037.2923%2097.6301C37.6781%2098.0523%2038.1219%2098.4395%2038.3979%2098.9477C38.5353%2099.2099%2038.6155%2099.4981%2038.6333%2099.7933C38.651%20100.089%2038.6059%20100.384%2038.5009%20100.661C38.2571%20101.357%2037.7768%20101.924%2037.2877%20102.463C36.7446%20103.061%2036.171%20103.674%2035.9401%20104.466C35.9122%20104.562%2035.7641%20104.514%2035.7921%20104.418C36.1937%20103.038%2037.5383%20102.255%2038.1796%20101.012C38.4788%20100.433%2038.6044%2099.7597%2038.3239%2099.1478C38.0786%2098.6126%2037.6213%2098.2129%2037.227%2097.7888C36.8082%2097.3615%2036.5009%2096.8385%2036.3319%2096.2656C36.1794%2095.6575%2036.132%2095.028%2036.1916%2094.4041C36.3034%2092.9973%2036.6366%2091.6167%2037.179%2090.313C37.7897%2088.8216%2038.6522%2087.4453%2039.729%2086.2435C39.7957%2086.1692%2039.8984%2086.2861%2039.8322%2086.36Z'%20fill='white'%20/%3e%3cpath%20d='M36.4101%2093.2296C35.9282%2093.1131%2035.5035%2092.8298%2035.212%2092.4303C34.9205%2092.0309%2034.7811%2091.5412%2034.8187%2091.0488C34.8204%2091.0287%2034.8299%2091.0101%2034.8451%2090.9968C34.8603%2090.9836%2034.8801%2090.9768%2034.9003%2090.9778C34.9205%2090.9788%2034.9396%2090.9875%2034.9534%2091.0022C34.9672%2091.0169%2034.9748%2091.0364%2034.9745%2091.0565C34.9387%2091.515%2035.0686%2091.9711%2035.3408%2092.3425C35.613%2092.714%2036.0096%2092.9763%2036.4589%2093.0822C36.5566%2093.1053%2036.5071%2093.2526%2036.4101%2093.2296Z'%20fill='white'%20/%3e%3cpath%20d='M37.0683%2097.4418C37.9387%2096.9242%2038.5812%2096.0991%2038.8677%2095.1308C38.8961%2095.0348%2039.0441%2095.0836%2039.0158%2095.1795C38.7158%2096.1865%2038.0454%2097.0439%2037.1385%2097.5805C37.052%2097.6315%2036.9823%2097.4926%2037.0683%2097.4418Z'%20fill='white'%20/%3e%3cpath%20d='M37.9344%2088.9687C38.1114%2089.0525%2038.3065%2089.0912%2038.5023%2089.0813C38.698%2089.0714%2038.8882%2089.0132%2039.0558%2088.912C39.1416%2088.8599%2039.2112%2088.9989%2039.1259%2089.0507C38.9403%2089.1617%2038.7301%2089.2256%2038.5139%2089.2371C38.2976%2089.2485%2038.0819%2089.207%2037.8855%2089.1162C37.8662%2089.1092%2037.8504%2089.0951%2037.8412%2089.0769C37.832%2089.0587%2037.8301%2089.0377%2037.8359%2089.0181C37.8424%2088.9986%2037.8565%2088.9825%2037.8749%2088.9732C37.8934%2088.964%2037.9147%2088.9624%2037.9344%2088.9687Z'%20fill='white'%20/%3e%3cpath%20d='M50.0063%2092.5393C49.9537%2092.5734%2049.901%2092.6075%2049.8483%2092.6429C49.1431%2093.1047%2048.4767%2093.6228%2047.8557%2094.1921C47.807%2094.2353%2047.7583%2094.2799%2047.7109%2094.3245C46.2295%2095.7119%2045.0196%2097.3612%2044.1428%2099.1884C43.7945%2099.9158%2043.5023%20100.669%2043.2688%20101.44C42.9463%20102.506%2042.6818%20103.687%2042.0434%20104.558C41.9778%20104.65%2041.9066%20104.737%2041.8302%20104.82H36.0614C36.0482%20104.814%2036.0351%20104.809%2036.0219%20104.802L35.7916%20104.813C35.8008%20104.772%2035.8113%20104.73%2035.8206%20104.689C35.8258%20104.666%2035.8324%20104.642%2035.8377%20104.619C35.8416%20104.603%2035.8456%20104.587%2035.8482%20104.573C35.8495%20104.567%2035.8508%20104.562%2035.8521%20104.558C35.8547%20104.544%2035.8587%20104.531%2035.8614%20104.518C35.9193%20104.283%2035.9789%20104.048%2036.0403%20103.814C36.0403%20103.812%2036.0403%20103.812%2036.0416%20103.811C36.4925%20102.019%2037.1552%20100.286%2038.0159%2098.6497C38.0423%2098.6012%2038.0685%2098.5514%2038.0975%2098.5029C38.4961%2097.7784%2038.9535%2097.0875%2039.465%2096.4372C39.7463%2096.0821%2040.0455%2095.7413%2040.3614%2095.4162C41.1792%2094.5779%2042.1244%2093.8729%2043.1622%2093.327C45.2312%2092.2391%2047.6267%2091.8223%2049.8379%2092.4868C49.8944%2092.5039%2049.9498%2092.521%2050.0063%2092.5393Z'%20fill='%23F0F0F0'%20/%3e%3cpath%20d='M49.9933%2092.6122C47.1207%2093.1804%2044.5008%2094.6355%2042.5059%2096.7708C42.0682%2097.2229%2041.7049%2097.7408%2041.4292%2098.3056C41.1785%2098.8644%2041.0826%2099.4799%2041.1515%20100.088C41.2044%20100.656%2041.3245%20101.232%2041.2377%20101.803C41.1889%20102.095%2041.0787%20102.373%2040.9144%20102.619C40.7501%20102.866%2040.5353%20103.075%2040.2841%20103.232C39.6687%20103.642%2038.9421%20103.807%2038.2259%20103.944C37.4308%20104.096%2036.6024%20104.241%2035.9388%20104.736C35.8583%20104.796%2035.7697%20104.668%2035.85%20104.608C37.0046%20103.748%2038.5519%20103.928%2039.815%20103.321C40.4044%20103.037%2040.9116%20102.575%2041.0576%20101.918C41.1853%20101.344%2041.0619%20100.751%2041.0034%20100.176C40.9274%2099.5833%2040.9983%2098.9814%2041.2097%2098.4227C41.4556%2097.8457%2041.7983%2097.3147%2042.2232%2096.8523C43.1629%2095.796%2044.2636%2094.8935%2045.4849%2094.1777C46.8743%2093.3531%2048.395%2092.7713%2049.9814%2092.4574C50.0796%2092.438%2050.0909%2092.593%2049.9933%2092.6122Z'%20fill='white'%20/%3e%3cpath%20d='M43.1077%2096.0455C42.7933%2095.6636%2042.6256%2095.1828%2042.6344%2094.689C42.6431%2094.1953%2042.8279%2093.7207%2043.1556%2093.3501C43.2221%2093.2753%2043.3419%2093.3748%2043.2753%2093.4497C42.9695%2093.7943%2042.7974%2094.2363%2042.7902%2094.6961C42.783%2095.1559%2042.941%2095.6031%2043.2359%2095.9571C43.2998%2096.0341%2043.1713%2096.1221%2043.1077%2096.0455Z'%20fill='white'%20/%3e%3cpath%20d='M41.0867%2099.8033C42.0945%2099.9119%2043.1064%2099.6383%2043.9206%2099.037C44.0012%2098.9773%2044.0899%2099.1051%2044.0094%2099.1646C43.1609%2099.7888%2042.1073%20100.071%2041.0588%2099.9561C40.9589%2099.9451%2040.9873%2099.7923%2041.0867%2099.8033Z'%20fill='white'%20/%3e%3cpath%20d='M46.9009%2093.5573C46.9916%2093.7303%2047.124%2093.8782%2047.2863%2093.9877C47.4485%2094.0971%2047.6356%2094.1647%2047.8306%2094.1844C47.9306%2094.1942%2047.9021%2094.347%2047.8027%2094.3372C47.5874%2094.3145%2047.3809%2094.2396%2047.2013%2094.119C47.0218%2093.9985%2046.8746%2093.836%2046.7727%2093.6458C46.7616%2093.6286%2046.7574%2093.6079%2046.7611%2093.5879C46.7647%2093.5678%2046.7759%2093.5499%2046.7924%2093.5377C46.8094%2093.5261%2046.8304%2093.5216%2046.8507%2093.5253C46.871%2093.529%2046.889%2093.5405%2046.9009%2093.5573Z'%20fill='white'%20/%3e%3cpath%20d='M38.8956%2044.1488H19.8096C19.2198%2044.1481%2018.6543%2043.9145%2018.2373%2043.4992C17.8202%2043.0839%2017.5856%2042.5208%2017.585%2041.9334V31.5817C17.5856%2030.9944%2017.8202%2030.4313%2018.2373%2030.016C18.6543%2029.6007%2019.2198%2029.3671%2019.8096%2029.3665H38.8956C39.4854%2029.3671%2040.0508%2029.6007%2040.4679%2030.016C40.8849%2030.4313%2041.1195%2030.9944%2041.1202%2031.5817V41.9334C41.1195%2042.5208%2040.8849%2043.0839%2040.4679%2043.4992C40.0508%2043.9145%2039.4854%2044.1481%2038.8956%2044.1488Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M68.0344%2044.1488H48.9484C48.3585%2044.1481%2047.7931%2043.9145%2047.376%2043.4992C46.959%2043.0839%2046.7244%2042.5208%2046.7238%2041.9334V31.5817C46.7244%2030.9944%2046.959%2030.4313%2047.3761%2030.016C47.7931%2029.6007%2048.3586%2029.3671%2048.9484%2029.3665H68.0344C68.6242%2029.3671%2069.1896%2029.6007%2069.6067%2030.016C70.0237%2030.4313%2070.2583%2030.9944%2070.259%2031.5817V41.9334C70.2583%2042.5208%2070.0237%2043.0839%2069.6067%2043.4992C69.1896%2043.9145%2068.6242%2044.1481%2068.0344%2044.1488Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M97.1732%2044.1488H78.0872C77.4974%2044.1481%2076.9319%2043.9145%2076.5149%2043.4992C76.0978%2043.0839%2075.8633%2042.5208%2075.8626%2041.9334V31.5817C75.8633%2030.9944%2076.0979%2030.4313%2076.5149%2030.016C76.932%2029.6007%2077.4974%2029.3671%2078.0872%2029.3665H97.1732C97.763%2029.3671%2098.3285%2029.6007%2098.7455%2030.016C99.1626%2030.4313%2099.3972%2030.9944%2099.3978%2031.5817V41.9334C99.3972%2042.5208%2099.1626%2043.0839%2098.7455%2043.4992C98.3285%2043.9145%2097.763%2044.1481%2097.1732%2044.1488Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M38.8956%2067.2137H19.8096C19.2198%2067.2131%2018.6543%2066.9794%2018.2373%2066.5641C17.8202%2066.1488%2017.5856%2065.5857%2017.585%2064.9984V54.6466C17.5856%2054.0593%2017.8202%2053.4962%2018.2373%2053.0809C18.6543%2052.6656%2019.2198%2052.432%2019.8096%2052.4314H38.8956C39.4854%2052.432%2040.0508%2052.6656%2040.4679%2053.0809C40.8849%2053.4962%2041.1195%2054.0593%2041.1202%2054.6466V64.9984C41.1195%2065.5857%2040.8849%2066.1488%2040.4679%2066.5641C40.0508%2066.9794%2039.4854%2067.2131%2038.8956%2067.2137Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M97.1732%2066.7676H78.0872C77.4974%2066.7669%2076.9319%2066.5333%2076.5149%2066.118C76.0979%2065.7026%2075.8633%2065.1395%2075.8626%2064.5522V54.2005C75.8633%2053.6131%2076.0979%2053.0501%2076.5149%2052.6348C76.932%2052.2195%2077.4974%2051.9859%2078.0872%2051.9852H97.1732C97.763%2051.9859%2098.3285%2052.2195%2098.7455%2052.6348C99.1626%2053.0501%2099.3972%2053.6131%2099.3978%2054.2005V64.5522C99.3972%2065.1395%2099.1626%2065.7026%2098.7455%2066.118C98.3285%2066.5333%2097.763%2066.7669%2097.1732%2066.7676Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M68.0344%2067.2136H48.9484C48.3585%2067.2129%2047.7931%2066.9793%2047.376%2066.564C46.959%2066.1487%2046.7244%2065.5856%2046.7238%2064.9982V54.6465C46.7244%2054.0592%2046.959%2053.4961%2047.3761%2053.0808C47.7931%2052.6655%2048.3586%2052.4319%2048.9484%2052.4313H68.0344C68.6242%2052.4319%2069.1896%2052.6655%2069.6067%2053.0808C70.0237%2053.4961%2070.2583%2054.0592%2070.259%2054.6465V64.9982C70.2583%2065.5856%2070.0237%2066.1487%2069.6067%2066.564C69.1896%2066.9793%2068.6242%2067.2129%2068.0344%2067.2136Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M69.382%2069.1185C71.2646%2069.1185%2072.7908%2067.5987%2072.7908%2065.7239C72.7908%2063.8492%2071.2646%2062.3293%2069.382%2062.3293C67.4994%2062.3293%2065.9732%2063.8492%2065.9732%2065.7239C65.9732%2067.5987%2067.4994%2069.1185%2069.382%2069.1185Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M70.7975%2065.4389H69.6385V64.2848C69.6385%2064.2491%2069.6315%2064.2138%2069.6178%2064.1808C69.6041%2064.1479%2069.584%2064.118%2069.5587%2064.0927C69.5333%2064.0675%2069.5033%2064.0475%2069.4702%2064.0339C69.4371%2064.0202%2069.4016%2064.0132%2069.3658%2064.0132C69.33%2064.0132%2069.2945%2064.0202%2069.2614%2064.0339C69.2284%2064.0475%2069.1983%2064.0675%2069.173%2064.0927C69.1476%2064.118%2069.1276%2064.1479%2069.1138%2064.1808C69.1001%2064.2138%2069.0931%2064.2491%2069.0931%2064.2848V65.4389H67.9341C67.8983%2065.4389%2067.8628%2065.446%2067.8297%2065.4596C67.7966%2065.4733%2067.7666%2065.4933%2067.7413%2065.5185C67.7159%2065.5437%2067.6958%2065.5736%2067.6821%2065.6066C67.6684%2065.6395%2067.6614%2065.6748%2067.6614%2065.7105C67.6614%2065.7462%2067.6684%2065.7815%2067.6821%2065.8144C67.6958%2065.8474%2067.7159%2065.8773%2067.7413%2065.9026C67.7666%2065.9278%2067.7966%2065.9478%2067.8297%2065.9614C67.8628%2065.9751%2067.8983%2065.9821%2067.9341%2065.9821H69.0931V67.1363C69.0931%2067.1719%2069.1002%2067.2072%2069.1139%2067.2402C69.1276%2067.2731%2069.1477%2067.3031%2069.173%2067.3283C69.1983%2067.3535%2069.2284%2067.3735%2069.2614%2067.3872C69.2945%2067.4008%2069.33%2067.4078%2069.3658%2067.4078C69.4382%2067.4078%2069.5075%2067.3792%2069.5587%2067.3283C69.6098%2067.2774%2069.6385%2067.2083%2069.6385%2067.1363V65.9821H70.7975C70.8333%2065.9821%2070.8688%2065.9751%2070.9019%2065.9614C70.935%2065.9478%2070.965%2065.9278%2070.9904%2065.9025C71.0157%2065.8773%2071.0358%2065.8474%2071.0495%2065.8144C71.0632%2065.7815%2071.0702%2065.7462%2071.0702%2065.7105C71.0702%2065.6748%2071.0632%2065.6395%2071.0495%2065.6066C71.0358%2065.5736%2071.0157%2065.5437%2070.9904%2065.5185C70.965%2065.4932%2070.935%2065.4732%2070.9019%2065.4596C70.8688%2065.4459%2070.8333%2065.4389%2070.7975%2065.4389Z'%20fill='white'%20/%3e%3cpath%20d='M98.9691%2046.6488C100.852%2046.6488%20102.378%2045.129%20102.378%2043.2542C102.378%2041.3794%20100.852%2039.8596%2098.9691%2039.8596C97.0865%2039.8596%2095.5603%2041.3794%2095.5603%2043.2542C95.5603%2045.129%2097.0865%2046.6488%2098.9691%2046.6488Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M100.385%2042.9692H99.2257V41.815C99.2257%2041.7794%2099.2186%2041.7441%2099.2049%2041.7111C99.1912%2041.6782%2099.1711%2041.6482%2099.1458%2041.623C99.1205%2041.5978%2099.0904%2041.5778%2099.0573%2041.5641C99.0242%2041.5505%2098.9888%2041.5435%2098.953%2041.5435C98.9172%2041.5435%2098.8817%2041.5505%2098.8486%2041.5641C98.8155%2041.5778%2098.7855%2041.5978%2098.7601%2041.623C98.7348%2041.6482%2098.7147%2041.6782%2098.701%2041.7111C98.6873%2041.7441%2098.6802%2041.7794%2098.6802%2041.815V42.9692H97.5213C97.4854%2042.9692%2097.45%2042.9762%2097.4169%2042.9899C97.3838%2043.0035%2097.3537%2043.0235%2097.3284%2043.0487C97.3031%2043.074%2097.283%2043.1039%2097.2693%2043.1369C97.2556%2043.1698%2097.2485%2043.2051%2097.2485%2043.2408C97.2485%2043.2765%2097.2556%2043.3118%2097.2693%2043.3447C97.283%2043.3777%2097.3031%2043.4076%2097.3284%2043.4328C97.3537%2043.458%2097.3838%2043.4781%2097.4169%2043.4917C97.45%2043.5053%2097.4854%2043.5124%2097.5213%2043.5124H98.6803V44.6665C98.6803%2044.7022%2098.6873%2044.7375%2098.701%2044.7705C98.7147%2044.8034%2098.7348%2044.8334%2098.7601%2044.8586C98.7855%2044.8838%2098.8155%2044.9038%2098.8486%2044.9174C98.8817%2044.9311%2098.9172%2044.9381%2098.953%2044.9381C99.0253%2044.9381%2099.0947%2044.9095%2099.1458%2044.8586C99.197%2044.8076%2099.2257%2044.7386%2099.2257%2044.6665V43.5124H100.385C100.42%2043.5124%20100.456%2043.5053%20100.489%2043.4917C100.522%2043.478%20100.552%2043.458%20100.578%2043.4328C100.603%2043.4076%20100.623%2043.3777%20100.637%2043.3447C100.65%2043.3118%20100.657%2043.2764%20100.657%2043.2408C100.657%2043.2051%20100.65%2043.1698%20100.637%2043.1368C100.623%2043.1039%20100.603%2043.074%20100.578%2043.0487C100.552%2043.0235%20100.522%2043.0035%20100.489%2042.9899C100.456%2042.9762%20100.42%2042.9692%20100.385%2042.9692Z'%20fill='white'%20/%3e%3cpath%20d='M40.2432%2046.3512C42.1258%2046.3512%2043.652%2044.8314%2043.652%2042.9566C43.652%2041.0818%2042.1258%2039.562%2040.2432%2039.562C38.3605%2039.562%2036.8344%2041.0818%2036.8344%2042.9566C36.8344%2044.8314%2038.3605%2046.3512%2040.2432%2046.3512Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M41.6587%2042.6716H40.4997V41.5174C40.4997%2041.4818%2040.4926%2041.4465%2040.4789%2041.4135C40.4652%2041.3806%2040.4451%2041.3506%2040.4198%2041.3254C40.3945%2041.3002%2040.3644%2041.2802%2040.3313%2041.2665C40.2982%2041.2529%2040.2628%2041.2459%2040.227%2041.2458C40.1912%2041.2458%2040.1557%2041.2529%2040.1226%2041.2665C40.0895%2041.2802%2040.0595%2041.3002%2040.0341%2041.3254C40.0088%2041.3506%2039.9887%2041.3806%2039.975%2041.4135C39.9613%2041.4465%2039.9542%2041.4818%2039.9542%2041.5174V42.6716H38.7952C38.7594%2042.6716%2038.724%2042.6786%2038.6909%2042.6923C38.6578%2042.7059%2038.6277%2042.7259%2038.6024%2042.7511C38.5771%2042.7764%2038.557%2042.8063%2038.5433%2042.8392C38.5296%2042.8722%2038.5225%2042.9075%2038.5225%2042.9432C38.5225%2043.0152%2038.5513%2043.0843%2038.6024%2043.1352C38.6535%2043.1862%2038.7229%2043.2148%2038.7952%2043.2148H39.9542V44.3689C39.9542%2044.4046%2039.9613%2044.4399%2039.975%2044.4729C39.9887%2044.5058%2040.0088%2044.5357%2040.0341%2044.561C40.0594%2044.5862%2040.0895%2044.6062%2040.1226%2044.6198C40.1557%2044.6335%2040.1912%2044.6405%2040.227%2044.6405C40.2628%2044.6405%2040.2982%2044.6335%2040.3313%2044.6198C40.3644%2044.6062%2040.3945%2044.5862%2040.4198%2044.561C40.4451%2044.5357%2040.4652%2044.5058%2040.4789%2044.4729C40.4926%2044.4399%2040.4997%2044.4046%2040.4997%2044.3689V43.2148H41.6587C41.6945%2043.2148%2041.73%2043.2077%2041.7631%2043.1941C41.7961%2043.1804%2041.8262%2043.1604%2041.8515%2043.1352C41.8769%2043.11%2041.897%2043.0801%2041.9107%2043.0471C41.9244%2043.0142%2041.9314%2042.9788%2041.9314%2042.9432C41.9314%2042.8711%2041.9027%2042.8021%2041.8515%2042.7511C41.8004%2042.7002%2041.731%2042.6716%2041.6587%2042.6716Z'%20fill='white'%20/%3e%3cpath%20d='M65.7644%2038.2673C65.8266%2038.4547%2065.8468%2038.6533%2065.8235%2038.8492C65.8003%2039.0452%2065.7342%2039.2337%2065.6299%2039.4014C65.5256%2039.5692%2065.3856%2039.7121%2065.2199%2039.8202C65.0541%2039.9282%2064.8665%2039.9988%2064.6704%2040.0269L63.0942%2050.741L60.5086%2049.4834L63.1092%2038.7887C63.0837%2038.4575%2063.1811%2038.1285%2063.3829%2037.864C63.5847%2037.5995%2063.877%2037.4179%2064.2042%2037.3536C64.5315%2037.2894%2064.8711%2037.3469%2065.1586%2037.5153C65.4462%2037.6837%2065.6617%2037.9513%2065.7644%2038.2673Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M46.9382%2072.5819C47.0533%2072.4213%2047.1317%2072.2375%2047.1677%2072.0435C47.2038%2071.8495%2047.1967%2071.65%2047.1469%2071.459C47.0972%2071.268%2047.006%2071.0902%2046.8798%2070.9381C46.7536%2070.786%2046.5954%2070.6634%2046.4164%2070.5787L47.4798%2059.1823L45.2526%2060.3191L44.5571%2071.3011C44.4343%2071.61%2044.4295%2071.9529%2044.5436%2072.2651C44.6577%2072.5772%2044.8829%2072.8368%2045.1764%2072.9947C45.4699%2073.1526%2045.8113%2073.1977%2046.1361%2073.1217C46.4608%2073.0456%2046.7462%2072.8536%2046.9382%2072.5819Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M48.4598%2066.8178L58.0175%2066.4517L58.5689%2056.5679H47.5408L48.4598%2066.8178Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M46.6859%20101.723L48.3192%20101.723L49.0961%2095.45H46.6856L46.6859%20101.723Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M46.2808%20100.921L48.8626%20100.767V101.869L51.3172%20103.557C51.4385%20103.641%2051.5298%20103.76%2051.5778%20103.899C51.6259%20104.038%2051.6281%20104.188%2051.5843%20104.328C51.5404%20104.468%2051.4528%20104.591%2051.3341%20104.678C51.2154%20104.765%2051.0719%20104.811%2050.9246%20104.811H47.8509L47.321%20103.722L47.1142%20104.811H45.9553L46.2808%20100.921Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M53.9503%20101.723L55.5836%20101.723L56.3605%2095.45H53.95L53.9503%20101.723Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M48.3272%2064.4975C48.3272%2064.4975%2045.4675%2066.7966%2047.0177%2075.0074C46.7817%2075.0354%2047.049%2075.4988%2047.049%2075.4988L47.2727%2082.1891L47.4455%2082.9558L46.8708%2084.1931L47.1077%2085.5374L46.3773%2097.7382L49.0756%2098.0857L51.6578%2085.4159L52.1495%2083.9914L52.6428%2082.7428L52.3767%2081.4114L52.5949%2079.3448L54.0835%2072.3763L54.448%2084.4621L53.9394%2085.6159L54.2224%2086.8824L53.592%2087.5548L53.3428%2098.8625L56.22%2098.9965L58.6006%2087.5975L58.416%2086.1429L58.7327%2085.0673V82.555L59.2752%2081.3693L60.4578%2074.9041C60.4578%2074.9041%2060.8145%2069.8509%2058.2116%2063.9045L48.3272%2064.4975Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M49.4926%2048.3535C49.4926%2048.3535%2045.8807%2049.0649%2045.2583%2052.1324C44.6359%2055.1999%2044.2355%2062.1415%2044.2355%2062.1415L44.3718%2063.1082L47.8658%2063.915L50.0958%2054.1886L49.4926%2048.3535Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M57.7357%2049.389C57.7357%2049.389%2058.1018%2048.878%2060.1522%2048.7992C60.2366%2048.796%2060.1321%2048.6292%2060.1321%2048.6292L61.1181%2043.8298L64.4042%2045.6416L63.8495%2050.6731L58.4497%2056.7892L57.7357%2049.389Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M55.6874%2063.6967C54.1404%2063.6968%2051.8118%2063.5268%2048.3062%2063.0085C48.0804%2062.9746%2047.8714%2062.8697%2047.7098%2062.7091C47.5481%2062.5485%2047.4422%2062.3406%2047.4076%2062.1158C47.2931%2061.9955%2047.2186%2061.8429%2047.1943%2061.6789C47.1699%2061.5149%2047.1968%2061.3474%2047.2714%2061.1992L47.2747%2061.1928L47.1953%2061.0996C47.0724%2060.9559%2047.0002%2060.776%2046.9898%2060.5876C46.9794%2060.3992%2047.0312%2060.2125%2047.1375%2060.0562L46.0518%2052.3221C45.9416%2051.5541%2046.1103%2050.7721%2046.5274%2050.1168C46.9445%2049.4616%2047.5828%2048.976%2048.3273%2048.7476L48.7281%2048.6233L50.2436%2046.6492L50.2735%2046.6495L55.1391%2046.714L56.718%2048.7107L59.2704%2049.3101L59.2771%2049.3487L59.8697%2052.7585C60.1779%2054.5319%2059.471%2055.2295%2058.5688%2056.7891L58.8336%2061.1691L58.9538%2061.3865C59.0204%2061.5068%2059.0428%2061.6465%2059.0169%2061.7815C58.991%2061.9165%2058.9186%2062.0383%2058.8121%2062.1257C58.8926%2062.3548%2058.8981%2062.6034%2058.8278%2062.8358L58.7654%2063.0413C58.7655%2063.0472%2058.7488%2063.1307%2058.6141%2063.2326C58.3711%2063.4164%2057.6734%2063.6967%2055.6874%2063.6967Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M53.5452%20100.921L56.127%20100.767V101.869L58.5816%20103.557C58.7029%20103.641%2058.7942%20103.76%2058.8422%20103.899C58.8903%20104.038%2058.8925%20104.188%2058.8487%20104.328C58.8048%20104.468%2058.7172%20104.591%2058.5985%20104.678C58.4798%20104.765%2058.3363%20104.811%2058.189%20104.811H55.1153L54.5855%20103.722L54.3786%20104.811H53.2197L53.5452%20100.921Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M56.2568%2042.3472C56.5943%2040.2764%2055.1821%2038.3253%2053.1027%2037.9893C51.0232%2037.6533%2049.0639%2039.0595%2048.7265%2041.1303C48.389%2043.2011%2049.8012%2045.1522%2051.8807%2045.4882C53.9601%2045.8242%2055.9194%2044.418%2056.2568%2042.3472Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M54.7221%2038.0272C53.324%2037.0697%2052.0929%2036.9238%2051.0816%2037.1954C50.9505%2036.9935%2050.7667%2036.8309%2050.5498%2036.7251C49.7611%2034.746%2047.3607%2033.5574%2045.3008%2034.1352C43.2275%2034.7167%2041.797%2037.0037%2042.1871%2039.1132C42.4289%2040.4207%2043.2552%2041.553%2043.5876%2042.8407C44.231%2045.3334%2042.6615%2048.1888%2040.2061%2048.9923C42.5309%2049.4571%2045.0899%2048.043%2045.9239%2045.8326C46.329%2044.759%2046.3534%2043.5868%2046.4049%2042.441C46.4185%2041.6502%2046.5158%2040.863%2046.6952%2040.0924C46.7842%2039.7468%2046.9101%2039.4115%2047.0705%2039.0924C47.42%2038.391%2048.0005%2037.8302%2048.7151%2037.5035C48.6511%2037.7006%2048.6351%2037.91%2048.6684%2038.1145C48.7017%2038.3189%2048.7834%2038.5126%2048.9067%2038.6794C48.3615%2039.3595%2048.0647%2040.0951%2048.0647%2040.5355C46.9321%2042.5969%2048.5517%2044.3675%2050.6218%2045.4953C51.4474%2045.9475%2052.4008%2046.113%2053.3314%2045.9657L53.418%2045.5976L53.5353%2045.9292L53.927%2047.041C54.3788%2047.2586%2054.8268%2047.4973%2055.2708%2047.7568C55.1021%2046.9679%2054.9656%2046.1805%2054.8717%2045.4106C54.7417%2044.3627%2055.1949%2042.8027%2055.5219%2041.854C55.7246%2041.2693%2055.8286%2040.6552%2055.8298%2040.0366V40.0096L56.1481%2041.0278L57.307%2040.5355C57.0914%2039.304%2057.307%2037.9059%2054.7221%2038.0272Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M102.385%20105H17.6147C17.5676%20105%2017.5226%20104.981%2017.4894%20104.948C17.4562%20104.915%2017.4376%20104.87%2017.4376%20104.823C17.4376%20104.776%2017.4562%20104.731%2017.4894%20104.698C17.5226%20104.665%2017.5676%20104.646%2017.6147%20104.646H102.385C102.432%20104.646%20102.477%20104.665%20102.511%20104.698C102.544%20104.731%20102.562%20104.776%20102.562%20104.823C102.562%20104.87%20102.544%20104.915%20102.511%20104.948C102.477%20104.981%20102.432%20105%20102.385%20105Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M39.8535%2069.5646C41.7362%2069.5646%2043.2624%2068.0448%2043.2624%2066.17C43.2624%2064.2952%2041.7362%2062.7754%2039.8535%2062.7754C37.9709%2062.7754%2036.4447%2064.2952%2036.4447%2066.17C36.4447%2068.0448%2037.9709%2069.5646%2039.8535%2069.5646Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M98.1312%2069.1185C100.014%2069.1185%20101.54%2067.5987%20101.54%2065.7239C101.54%2063.8492%20100.014%2062.3293%2098.1312%2062.3293C96.2485%2062.3293%2094.7224%2063.8492%2094.7224%2065.7239C94.7224%2067.5987%2096.2485%2069.1185%2098.1312%2069.1185Z'%20fill='%23E6E6E6'%20/%3e%3c/g%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4886_419'%3e%3crect%20width='120'%20height='88'%20fill='white'%20transform='translate(0%2017)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Tu = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3crect%20x='36.4597'%20y='20'%20width='66.2857'%20height='80'%20rx='1.85453'%20fill='url(%23paint0_linear_3271_25820)'%20/%3e%3crect%20x='52.2826'%20y='29.3268'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='52.2826'%20y='47.8721'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='52.2826'%20y='66.4171'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='52.2826'%20y='84.962'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='27.4729'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='46.0172'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='64.5625'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='83.1073'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3cmask%20id='mask0_3271_25820'%20style='mask-type:%20alpha'%20maskUnits='userSpaceOnUse'%20x='18'%20y='31'%20width='58'%20height='58'%3e%3ccircle%20cx='46.9329'%20cy='60.1615'%20r='28.5714'%20fill='%23E6EFFF'%20/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3271_25820)'%3e%3crect%20x='52.1116'%20y='-31.4642'%20width='89.1913'%20height='164.3'%20rx='9.38856'%20fill='%235A756B'%20/%3e%3crect%20x='47.4172'%20y='-31.4642'%20width='89.1913'%20height='164.3'%20rx='9.38856'%20fill='%23D2D9D7'%20/%3e%3crect%20x='38.0273'%20y='-15.0333'%20width='89.1913'%20height='138.481'%20rx='9.38856'%20fill='%23D2D9D7'%20/%3e%3crect%20x='35.6801'%20y='-12.6862'%20width='84.497'%20height='133.787'%20rx='7.04142'%20fill='%23E1E6E4'%20stroke='%235A756B'%20stroke-width='4.69428'%20/%3e%3crect%20x='55.5652'%20y='45.9652'%20width='57.4978'%20height='6.1331'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3crect%20x='55.5652'%20y='68.9666'%20width='57.4978'%20height='6.1331'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.765'%20y='43.6671'%20width='10.6667'%20height='10.6667'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.765'%20y='66.6666'%20width='10.6667'%20height='10.6667'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3c/g%3e%3ccircle%20opacity='0.1'%20cx='46.636'%20cy='60.134'%20r='28.5596'%20fill='%23F0F2F2'%20stroke='url(%23paint1_linear_3271_25820)'%20stroke-width='0.785549'%20/%3e%3cmask%20id='mask1_3271_25820'%20style='mask-type:%20alpha'%20maskUnits='userSpaceOnUse'%20x='17'%20y='31'%20width='58'%20height='58'%3e%3ccircle%20cx='46.2551'%20cy='60.1615'%20r='28.5714'%20fill='%23C4C4C4'%20/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_3271_25820)'%3e%3cpath%20opacity='0.5'%20d='M10.1985%2069.5933L64.6747%2021.3855V39.4634L10.1985%2087.6712V69.5933Z'%20fill='url(%23paint2_linear_3271_25820)'%20/%3e%3cpath%20opacity='0.5'%20d='M18.4409%2086.5343L72.917%2038.382V50.4201L18.4409%2098.5724V86.5343Z'%20fill='url(%23paint3_linear_3271_25820)'%20/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3271_25820'%20x1='69.6025'%20y1='20'%20x2='69.6025'%20y2='100'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23F0F2F2'%20/%3e%3cstop%20offset='1'%20stop-color='%23E1E6E4'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3271_25820'%20x1='22.2136'%20y1='47.5289'%20x2='72.0499'%20y2='74.1808'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%234B685E'%20/%3e%3cstop%20offset='0.322917'%20stop-color='%234B685E'%20stop-opacity='0.17'%20/%3e%3cstop%20offset='0.791667'%20stop-color='%23BBBBBB'%20stop-opacity='0.173333'%20/%3e%3cstop%20offset='1'%20stop-color='%234B685E'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3271_25820'%20x1='37.4366'%20y1='21.3855'%20x2='37.4366'%20y2='87.6712'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='white'%20/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_3271_25820'%20x1='45.679'%20y1='38.382'%20x2='45.679'%20y2='104.591'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='white'%20/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", Ou = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF84NzIyXzMxOSkiPg0KICAgIDxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogY29sb3IiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiIGZpbGw9IndoaXRlIiAvPg0KICAgIDwvZz4NCiAgICA8cmVjdCB3aWR0aD0iMTE1IiBoZWlnaHQ9IjExNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAzKSIgZmlsbD0id2hpdGUiIC8+DQogICAgPHJlY3QgeD0iMTkuODU2OSIgeT0iNzcuMTc1NSIgd2lkdGg9Ijg3LjkxMTEiIGhlaWdodD0iMzIuOTY2NyIgcng9IjEuMzczNjEiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl84NzIyXzMxOSkiIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0xOS44NTY5IDc4LjU0OTJDMTkuODU2OSA3Ny43OTA1IDIwLjQ3MTkgNzcuMTc1NSAyMS4yMzA1IDc3LjE3NTVINjMuODEyNVYxMTAuMTQySDIxLjIzMDVDMjAuNDcxOSAxMTAuMTQyIDE5Ljg1NjkgMTA5LjUyNyAxOS44NTY5IDEwOC43NjlWNzguNTQ5MloiDQogICAgICBmaWxsPSIjMzA4OUZGIg0KICAgIC8+DQogICAgPHBhdGggZD0iTTMzLjU5MjkgNzcuMTc1NUg1MC4wNzYyVjExMC4xNDJIMzMuNTkyOVY3Ny4xNzU1WiIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgICA8cGF0aCBkPSJNNzcuNTQ4NyA3Ny4xNzU1SDk0LjAzMlYxMTAuMTQySDc3LjU0ODdWNzcuMTc1NVoiIGZpbGw9IiNCM0QzRkYiIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0xOS40Nzc0IDc3LjkzNDhDMTkuNzEwMSA3Ny40Njk1IDIwLjE4NTcgNzcuMTc1NSAyMC43MDYgNzcuMTc1NUg2My44MTI2TDU1Ljk1MDYgOTIuODk5NkM1NS43MTc5IDkzLjM2NDkgNTUuMjQyMyA5My42NTg5IDU0LjcyMiA5My42NTg5SDEzLjgzOEMxMi44MTY4IDkzLjY1ODkgMTIuMTUyNyA5Mi41ODQzIDEyLjYwOTQgOTEuNjcxTDE5LjQ3NzQgNzcuOTM0OFoiDQogICAgICBmaWxsPSIjQjNEM0ZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0xMDguMTQ4IDc3LjkzNDhDMTA3LjkxNSA3Ny40Njk1IDEwNy40MzkgNzcuMTc1NSAxMDYuOTE5IDc3LjE3NTVINjMuODEyNUw3MS42NzQ1IDkyLjg5OTZDNzEuOTA3MSA5My4zNjQ5IDcyLjM4MjggOTMuNjU4OSA3Mi45MDMxIDkzLjY1ODlIMTEzLjc4N0MxMTQuODA4IDkzLjY1ODkgMTE1LjQ3MiA5Mi41ODQzIDExNS4wMTYgOTEuNjcxTDEwOC4xNDggNzcuOTM0OFoiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0yNS43NzA3IDYyLjIyMzlDMjYuMDI2MiA2MS43MjY2IDI2LjczNyA2MS43MjY2IDI2Ljk5MjUgNjIuMjIzOUwyNy42Nzk0IDYzLjU2MDlDMjcuNzQ1IDYzLjY4ODUgMjcuODQ4OCA2My43OTIzIDI3Ljk3NjQgNjMuODU3OUwyOS4zMTM1IDY0LjU0NDlDMjkuODEwNyA2NC44MDAzIDI5LjgxMDcgNjUuNTExMiAyOS4zMTM1IDY1Ljc2NjZMMjcuOTc2NCA2Ni40NTM2QzI3Ljg0ODggNjYuNTE5MiAyNy43NDUgNjYuNjIzIDI3LjY3OTQgNjYuNzUwNkwyNi45OTI1IDY4LjA4NzZDMjYuNzM3IDY4LjU4NDkgMjYuMDI2MiA2OC41ODQ5IDI1Ljc3MDcgNjguMDg3NkwyNS4wODM3IDY2Ljc1MDZDMjUuMDE4MiA2Ni42MjMgMjQuOTE0MyA2Ni41MTkyIDI0Ljc4NjcgNjYuNDUzNkwyMy40NDk3IDY1Ljc2NjZDMjIuOTUyNSA2NS41MTEyIDIyLjk1MjUgNjQuODAwMyAyMy40NDk3IDY0LjU0NDlMMjQuNzg2NyA2My44NTc5QzI0LjkxNDMgNjMuNzkyMyAyNS4wMTgyIDYzLjY4ODUgMjUuMDgzNyA2My41NjA5TDI1Ljc3MDcgNjIuMjIzOVoiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik04NC4wOTMzIDE3LjYwNTdDODQuMzQ4OCAxNy4xMDg1IDg1LjA1OTYgMTcuMTA4NSA4NS4zMTUxIDE3LjYwNTdMODYuMDAyMSAxOC45NDI3Qzg2LjA2NzYgMTkuMDcwMyA4Ni4xNzE1IDE5LjE3NDIgODYuMjk5MSAxOS4yMzk3TDg3LjYzNjEgMTkuOTI2N0M4OC4xMzMzIDIwLjE4MjIgODguMTMzMyAyMC44OTMgODcuNjM2MSAyMS4xNDg1TDg2LjI5OTEgMjEuODM1NEM4Ni4xNzE1IDIxLjkwMSA4Ni4wNjc2IDIyLjAwNDggODYuMDAyMSAyMi4xMzI0TDg1LjMxNTEgMjMuNDY5NUM4NS4wNTk2IDIzLjk2NjcgODQuMzQ4OCAyMy45NjY3IDg0LjA5MzMgMjMuNDY5NUw4My40MDY0IDIyLjEzMjRDODMuMzQwOCAyMi4wMDQ4IDgzLjIzNjkgMjEuOTAxIDgzLjEwOTMgMjEuODM1NEw4MS43NzIzIDIxLjE0ODVDODEuMjc1MSAyMC44OTMgODEuMjc1MSAyMC4xODIyIDgxLjc3MjMgMTkuOTI2N0w4My4xMDkzIDE5LjIzOTdDODMuMjM2OSAxOS4xNzQyIDgzLjM0MDggMTkuMDcwMyA4My40MDY0IDE4Ljk0MjdMODQuMDkzMyAxNy42MDU3WiINCiAgICAgIGZpbGw9IiNFNkVGRkYiDQogICAgLz4NCiAgICA8cGF0aA0KICAgICAgZD0iTTk2Ljg1NTEgNDcuODAxQzk3LjExMDYgNDcuMzAzOCA5Ny44MjE0IDQ3LjMwMzggOTguMDc2OCA0Ny44MDFMOTguNzYzOCA0OS4xMzhDOTguODI5NCA0OS4yNjU2IDk4LjkzMzIgNDkuMzY5NSA5OS4wNjA4IDQ5LjQzNUwxMDAuMzk4IDUwLjEyMkMxMDAuODk1IDUwLjM3NzUgMTAwLjg5NSA1MS4wODgzIDEwMC4zOTggNTEuMzQzOEw5OS4wNjA4IDUyLjAzMDdDOTguOTMzMiA1Mi4wOTYzIDk4LjgyOTQgNTIuMjAwMiA5OC43NjM4IDUyLjMyNzhMOTguMDc2OCA1My42NjQ4Qzk3LjgyMTQgNTQuMTYyIDk3LjExMDYgNTQuMTYyIDk2Ljg1NTEgNTMuNjY0OEw5Ni4xNjgxIDUyLjMyNzhDOTYuMTAyNiA1Mi4yMDAyIDk1Ljk5ODcgNTIuMDk2MyA5NS44NzExIDUyLjAzMDdMOTQuNTM0MSA1MS4zNDM4Qzk0LjAzNjggNTEuMDg4MyA5NC4wMzY4IDUwLjM3NzUgOTQuNTM0MSA1MC4xMjJMOTUuODcxMSA0OS40MzVDOTUuOTk4NyA0OS4zNjk1IDk2LjEwMjYgNDkuMjY1NiA5Ni4xNjgxIDQ5LjEzOEw5Ni44NTUxIDQ3LjgwMVoiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0yNy4xMzY0IDMyLjkzOUMyNy4zOTE5IDMyLjQ0MTcgMjguMTAyNyAzMi40NDE3IDI4LjM1ODIgMzIuOTM5TDI4LjU3ODkgMzMuMzY4NkMyOC42NDQ1IDMzLjQ5NjIgMjguNzQ4MyAzMy42IDI4Ljg3NTkgMzMuNjY1NkwyOS4zMDU1IDMzLjg4NjNDMjkuODAyOCAzNC4xNDE4IDI5LjgwMjggMzQuODUyNiAyOS4zMDU1IDM1LjEwODFMMjguODc1OSAzNS4zMjg5QzI4Ljc0ODMgMzUuMzk0NCAyOC42NDQ1IDM1LjQ5ODMgMjguNTc4OSAzNS42MjU5TDI4LjM1ODIgMzYuMDU1NUMyOC4xMDI3IDM2LjU1MjcgMjcuMzkxOSAzNi41NTI3IDI3LjEzNjQgMzYuMDU1NUwyNi45MTU3IDM1LjYyNTlDMjYuODUwMSAzNS40OTgzIDI2Ljc0NjIgMzUuMzk0NCAyNi42MTg2IDM1LjMyODlMMjYuMTg5IDM1LjEwODFDMjUuNjkxOCAzNC44NTI2IDI1LjY5MTggMzQuMTQxOCAyNi4xODkgMzMuODg2M0wyNi42MTg2IDMzLjY2NTZDMjYuNzQ2MiAzMy42IDI2Ljg1MDEgMzMuNDk2MiAyNi45MTU3IDMzLjM2ODZMMjcuMTM2NCAzMi45MzlaIg0KICAgICAgZmlsbD0iI0U2RUZGRiINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNMzAuOTY5NyA0OC4yNzIyQzMxLjIyNTIgNDcuNzc1IDMxLjkzNiA0Ny43NzUgMzIuMTkxNSA0OC4yNzIyTDMyLjQxMjIgNDguNzAxOEMzMi40Nzc4IDQ4LjgyOTQgMzIuNTgxNiA0OC45MzMzIDMyLjcwOTIgNDguOTk4OEwzMy4xMzg5IDQ5LjIxOTZDMzMuNjM2MSA0OS40NzUxIDMzLjYzNjEgNTAuMTg1OSAzMy4xMzg5IDUwLjQ0MTRMMzIuNzA5MiA1MC42NjIxQzMyLjU4MTYgNTAuNzI3NyAzMi40Nzc4IDUwLjgzMTUgMzIuNDEyMiA1MC45NTkxTDMyLjE5MTUgNTEuMzg4N0MzMS45MzYgNTEuODg2IDMxLjIyNTIgNTEuODg2IDMwLjk2OTcgNTEuMzg4N0wzMC43NDkgNTAuOTU5MUMzMC42ODM0IDUwLjgzMTUgMzAuNTc5NSA1MC43Mjc3IDMwLjQ1MiA1MC42NjIxTDMwLjAyMjMgNTAuNDQxNEMyOS41MjUxIDUwLjE4NTkgMjkuNTI1MSA0OS40NzUxIDMwLjAyMjMgNDkuMjE5NkwzMC40NTIgNDguOTk4OEMzMC41Nzk1IDQ4LjkzMzMgMzAuNjgzNCA0OC44Mjk0IDMwLjc0OSA0OC43MDE4TDMwLjk2OTcgNDguMjcyMloiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik00Ni4zMDMgMjAuNDgwN0M0Ni41NTg1IDE5Ljk4MzUgNDcuMjY5MyAxOS45ODM1IDQ3LjUyNDggMjAuNDgwN0w0Ny43NDU1IDIwLjkxMDNDNDcuODExMSAyMS4wMzc5IDQ3LjkxNSAyMS4xNDE4IDQ4LjA0MjYgMjEuMjA3M0w0OC40NzIyIDIxLjQyODFDNDguOTY5NCAyMS42ODM2IDQ4Ljk2OTQgMjIuMzk0NCA0OC40NzIyIDIyLjY0OTlMNDguMDQyNiAyMi44NzA2QzQ3LjkxNSAyMi45MzYyIDQ3LjgxMTEgMjMuMDQgNDcuNzQ1NSAyMy4xNjc2TDQ3LjUyNDggMjMuNTk3MkM0Ny4yNjkzIDI0LjA5NDUgNDYuNTU4NSAyNC4wOTQ1IDQ2LjMwMyAyMy41OTcyTDQ2LjA4MjMgMjMuMTY3NkM0Ni4wMTY3IDIzLjA0IDQ1LjkxMjkgMjIuOTM2MiA0NS43ODUzIDIyLjg3MDZMNDUuMzU1NiAyMi42NDk5QzQ0Ljg1ODQgMjIuMzk0NCA0NC44NTg0IDIxLjY4MzYgNDUuMzU1NiAyMS40MjgxTDQ1Ljc4NTMgMjEuMjA3M0M0NS45MTI5IDIxLjE0MTggNDYuMDE2NyAyMS4wMzc5IDQ2LjA4MjMgMjAuOTEwM0w0Ni4zMDMgMjAuNDgwN1oiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik05OS4yNTg5IDY2LjAwMTVDOTkuNTE0NCA2NS41MDQyIDEwMC4yMjUgNjUuNTA0MiAxMDAuNDgxIDY2LjAwMTVMMTAwLjcwMSA2Ni40MzExQzEwMC43NjcgNjYuNTU4NyAxMDAuODcxIDY2LjY2MjUgMTAwLjk5OCA2Ni43MjgxTDEwMS40MjggNjYuOTQ4OEMxMDEuOTI1IDY3LjIwNDMgMTAxLjkyNSA2Ny45MTUxIDEwMS40MjggNjguMTcwNkwxMDAuOTk4IDY4LjM5MTRDMTAwLjg3MSA2OC40NTY5IDEwMC43NjcgNjguNTYwOCAxMDAuNzAxIDY4LjY4ODRMMTAwLjQ4MSA2OS4xMThDMTAwLjIyNSA2OS42MTUyIDk5LjUxNDQgNjkuNjE1MiA5OS4yNTg5IDY5LjExOEw5OS4wMzgyIDY4LjY4ODRDOTguOTcyNiA2OC41NjA4IDk4Ljg2ODcgNjguNDU2OSA5OC43NDExIDY4LjM5MTRMOTguMzExNSA2OC4xNzA2Qzk3LjgxNDMgNjcuOTE1MSA5Ny44MTQzIDY3LjIwNDMgOTguMzExNSA2Ni45NDg4TDk4Ljc0MTEgNjYuNzI4MUM5OC44Njg3IDY2LjY2MjUgOTguOTcyNiA2Ni41NTg3IDk5LjAzODIgNjYuNDMxMUw5OS4yNTg5IDY2LjAwMTVaIg0KICAgICAgZmlsbD0iI0U2RUZGRiINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNOTguMDUzIDMxLjk4MDdDOTguMzA4NSAzMS40ODM1IDk5LjAxOTMgMzEuNDgzNSA5OS4yNzQ4IDMxLjk4MDdMOTkuNDk1NSAzMi40MTAzQzk5LjU2MTEgMzIuNTM3OSA5OS42NjUgMzIuNjQxOCA5OS43OTI2IDMyLjcwNzNMMTAwLjIyMiAzMi45MjgxQzEwMC43MTkgMzMuMTgzNiAxMDAuNzE5IDMzLjg5NDQgMTAwLjIyMiAzNC4xNDk5TDk5Ljc5MjYgMzQuMzcwNkM5OS42NjUgMzQuNDM2MiA5OS41NjExIDM0LjU0IDk5LjQ5NTUgMzQuNjY3Nkw5OS4yNzQ4IDM1LjA5NzJDOTkuMDE5MyAzNS41OTQ1IDk4LjMwODUgMzUuNTk0NSA5OC4wNTMgMzUuMDk3Mkw5Ny44MzIzIDM0LjY2NzZDOTcuNzY2NyAzNC41NCA5Ny42NjI5IDM0LjQzNjIgOTcuNTM1MyAzNC4zNzA2TDk3LjEwNTYgMzQuMTQ5OUM5Ni42MDg0IDMzLjg5NDQgOTYuNjA4NCAzMy4xODM2IDk3LjEwNTYgMzIuOTI4MUw5Ny41MzUzIDMyLjcwNzNDOTcuNjYyOSAzMi42NDE4IDk3Ljc2NjcgMzIuNTM3OSA5Ny44MzIzIDMyLjQxMDNMOTguMDUzIDMxLjk4MDdaIg0KICAgICAgZmlsbD0iI0U2RUZGRiINCiAgICAvPg0KICAgIDxmb3JlaWduT2JqZWN0IHg9IjYwLjA0MzEiIHk9IjQwLjA5NjYiIHdpZHRoPSIzNS43MTM5IiBoZWlnaHQ9IjM1LjcxMzgiDQogICAgICA+PGRpdg0KICAgICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCINCiAgICAgICAgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjogYmx1cigwLjY5cHgpOyBjbGlwLXBhdGg6IHVybCgjYmdibHVyXzFfODcyMl8zMTlfY2xpcF9wYXRoKTsgaGVpZ2h0OiAxMDAlOyB3aWR0aDogMTAwJSINCiAgICAgID48L2Rpdg0KICAgID48L2ZvcmVpZ25PYmplY3Q+DQogICAgPGNpcmNsZSBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSIxLjM3MzYxIiBjeD0iNzcuOSIgY3k9IjU3Ljk1MzUiIHI9IjE2LjQ4MzMiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNjQiIC8+DQogICAgPGNpcmNsZSBjeD0iNzguMTU1NiIgY3k9IjU4LjIwOTEiIHI9IjEwLjk4ODkiIGZpbGw9IiMzM0RBNkIiIC8+DQogICAgPGZvcmVpZ25PYmplY3QgeD0iMzEuMDE5MyIgeT0iMzIuODQwNiIgd2lkdGg9IjM1LjcxMzkiIGhlaWdodD0iMzUuNzEzOSINCiAgICAgID48ZGl2DQogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIg0KICAgICAgICBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOiBibHVyKDAuNjlweCk7IGNsaXAtcGF0aDogdXJsKCNiZ2JsdXJfMl84NzIyXzMxOV9jbGlwX3BhdGgpOyBoZWlnaHQ6IDEwMCU7IHdpZHRoOiAxMDAlIg0KICAgICAgPjwvZGl2DQogICAgPjwvZm9yZWlnbk9iamVjdD4NCiAgICA8Y2lyY2xlDQogICAgICBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSIxLjM3MzYxIg0KICAgICAgY3g9IjQ4Ljg3NjIiDQogICAgICBjeT0iNTAuNjk3NiINCiAgICAgIHI9IjE2LjQ4MzMiDQogICAgICBmaWxsPSJ3aGl0ZSINCiAgICAgIGZpbGwtb3BhY2l0eT0iMC42NCINCiAgICAvPg0KICAgIDxjaXJjbGUgY3g9IjQ5LjEzMTgiIGN5PSI1MC45NTMxIiByPSIxMC45ODg5IiBmaWxsPSIjMzNEQTZCIiAvPg0KICAgIDxwYXRoDQogICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiDQogICAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiDQogICAgICBkPSJNNTQuNTcxNCA1MS40NjMxQzU0LjU3MTIgNTAuMzY0MyA1NC4yNTYyIDQ5LjI4ODYgNTMuNjYzNiA0OC4zNjMzQzUzLjA3MSA0Ny40MzggNTIuMjI1NyA0Ni43MDE4IDUxLjIyNzcgNDYuMjQyQzUwLjIyOTggNDUuNzgyMSA0OS4xMjEgNDUuNjE3OSA0OC4wMzI1IDQ1Ljc2ODZDNDYuOTQ0MSA0NS45MTk0IDQ1LjkyMTcgNDYuMzc4OCA0NS4wODYzIDQ3LjA5MjZDNDQuMjUwOSA0Ny44MDYzIDQzLjYzNzUgNDguNzQ0NSA0My4zMTg3IDQ5Ljc5NjFDNDIuOTk5OSA1MC44NDc2IDQyLjk4OTEgNTEuOTY4NSA0My4yODc2IDUzLjAyNkM0My41ODYgNTQuMDgzNCA0NC4xODEzIDU1LjAzMzMgNDUuMDAyOCA1NS43NjNDNDUuODI0MyA1Ni40OTI3IDQ2LjgzNzcgNTYuOTcxOCA0Ny45MjMgNTcuMTQzNVY1My4xMjU3SDQ2LjQ2MjZWNTEuNDYzMUg0Ny45MjNWNTAuMTk2MUM0Ny45MjMgNDguNzU1MyA0OC43ODE2IDQ3Ljk1ODcgNTAuMDk0OSA0Ny45NTg3QzUwLjUyNjIgNDcuOTY0NyA1MC45NTY0IDQ4LjAwMjMgNTEuMzgyMiA0OC4wNzEyVjQ5LjQ4NjNINTAuNjU2OEM0OS45NDI5IDQ5LjQ4NjMgNDkuNzE5NiA0OS45Mjk0IDQ5LjcxOTYgNTAuMzg0N1Y1MS40NjM0SDUxLjMxNDJMNTEuMDU5NSA1My4xMjZINDkuNzE5NlY1Ny4xNDRDNTEuMDcyMiA1Ni45Mjk4IDUyLjMwNCA1Ni4yMzk5IDUzLjE5MzQgNTUuMTk4NUM1NC4wODI4IDU0LjE1NzEgNTQuNTcxNSA1Mi44MzI2IDU0LjU3MTQgNTEuNDYzMVoiDQogICAgICBmaWxsPSJ3aGl0ZSINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNNzkuOTMzIDUzLjI0NEg3NS40ODM3Qzc0LjY1ODQgNTMuMjQ2NCA3My44Njc2IDUzLjU3NTMgNzMuMjg0IDU0LjE1ODlDNzIuNzAwNCA1NC43NDI1IDcyLjM3MTUgNTUuNTMzNCA3Mi4zNjkxIDU2LjM1ODdWNjAuODA3OUM3Mi4zNzE1IDYxLjYzMzMgNzIuNzAwNCA2Mi40MjQxIDczLjI4NCA2My4wMDc3QzczLjg2NzYgNjMuNTkxMyA3NC42NTg0IDYzLjkyMDIgNzUuNDgzNyA2My45MjI2SDc5LjkzM0M4MC43NTgzIDYzLjkyMDIgODEuNTQ5MSA2My41OTEzIDgyLjEzMjcgNjMuMDA3N0M4Mi43MTYzIDYyLjQyNDEgODMuMDQ1MiA2MS42MzMzIDgzLjA0NzcgNjAuODA3OVY1Ni4zNTg3QzgzLjA0NTIgNTUuNTMzNCA4Mi43MTYzIDU0Ljc0MjUgODIuMTMyNyA1NC4xNTg5QzgxLjU0OTEgNTMuNTc1MyA4MC43NTgzIDUzLjI0NjQgNzkuOTMzIDUzLjI0NFoiDQogICAgICBmaWxsPSJ3aGl0ZSINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNODAuNjAwNCA1Ni4zNTg4QzgwLjQyMzkgNTYuMzU4NCA4MC4yNTQ4IDU2LjI4OCA4MC4xMzAyIDU2LjE2M0M4MC4wMDU2IDU2LjAzOCA3OS45MzU3IDU1Ljg2ODYgNzkuOTM1OSA1NS42OTIxQzc5LjkzNjEgNTUuNTE1NiA4MC4wMDYzIDU1LjM0NjQgODAuMTMxMiA1NS4yMjE3QzgwLjI1NjEgNTUuMDk2OSA4MC40MjU0IDU1LjAyNjkgODAuNjAxOSA1NS4wMjY5QzgwLjc3ODQgNTUuMDI2OSA4MC45NDc3IDU1LjA5NjkgODEuMDcyNSA1NS4yMjE3QzgxLjE5NzQgNTUuMzQ2NCA4MS4yNjc2IDU1LjUxNTYgODEuMjY3OCA1NS42OTIxQzgxLjI2OCA1NS44Njg2IDgxLjE5ODEgNTYuMDM4IDgxLjA3MzUgNTYuMTYzQzgwLjk0ODkgNTYuMjg4IDgwLjc3OTggNTYuMzU4NCA4MC42MDMzIDU2LjM1ODhIODAuNjAwNFoiDQogICAgICBmaWxsPSIjMzNEQTZCIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik03Ny43MDg0IDU2LjgwMzRDNzguMDYwNCA1Ni44MDM0IDc4LjQwNDUgNTYuOTA3OCA3OC42OTcyIDU3LjEwMzNDNzguOTg5OSA1Ny4yOTg5IDc5LjIxOCA1Ny41NzY5IDc5LjM1MjcgNTcuOTAyMUM3OS40ODc0IDU4LjIyNzMgNzkuNTIyNyA1OC41ODUyIDc5LjQ1NCA1OC45MzA1Qzc5LjM4NTMgNTkuMjc1NyA3OS4yMTU4IDU5LjU5MjggNzguOTY2OSA1OS44NDE4Qzc4LjcxOCA2MC4wOTA3IDc4LjQwMDggNjAuMjYwMiA3OC4wNTU2IDYwLjMyODlDNzcuNzEwMyA2MC4zOTc1IDc3LjM1MjUgNjAuMzYyMyA3Ny4wMjczIDYwLjIyNzZDNzYuNzAyIDYwLjA5MjkgNzYuNDI0MSA1OS44NjQ3IDc2LjIyODUgNTkuNTcyQzc2LjAzMjkgNTkuMjc5NCA3NS45Mjg1IDU4LjkzNTIgNzUuOTI4NSA1OC41ODMyQzc1LjkyODUgNTguMzQ5NSA3NS45NzQ2IDU4LjExOCA3Ni4wNjQgNTcuOTAyMUM3Ni4xNTM1IDU3LjY4NjIgNzYuMjg0NiA1Ny40ODk5IDc2LjQ0OTggNTcuMzI0N0M3Ni42MTUxIDU3LjE1OTQgNzYuODExMyA1Ny4wMjgzIDc3LjAyNzMgNTYuOTM4OUM3Ny4yNDMyIDU2Ljg0OTQgNzcuNDc0NiA1Ni44MDM0IDc3LjcwODQgNTYuODAzNFpNNzcuNzA4NCA1NS45MTM2Qzc3LjE4MDQgNTUuOTEzNiA3Ni42NjQyIDU2LjA3MDEgNzYuMjI1MiA1Ni4zNjM1Qzc1Ljc4NjIgNTYuNjU2OCA3NS40NDQgNTcuMDczOCA3NS4yNDIgNTcuNTYxNkM3NS4wMzk5IDU4LjA0OTQgNzQuOTg3IDU4LjU4NjIgNzUuMDkgNTkuMTA0Qzc1LjE5MyA1OS42MjE5IDc1LjQ0NzMgNjAuMDk3NiA3NS44MjA2IDYwLjQ3MDlDNzYuMTk0IDYwLjg0NDMgNzYuNjY5NyA2MS4wOTg2IDc3LjE4NzUgNjEuMjAxNkM3Ny43MDU0IDYxLjMwNDYgNzguMjQyMiA2MS4yNTE3IDc4LjczIDYxLjA0OTZDNzkuMjE3OCA2MC44NDc2IDc5LjYzNDcgNjAuNTA1NCA3OS45MjgxIDYwLjA2NjRDODAuMjIxNCA1OS42Mjc0IDgwLjM3OCA1OS4xMTEyIDgwLjM3OCA1OC41ODMyQzgwLjM3OCA1Ny44NzUyIDgwLjA5NjcgNTcuMTk2MiA3OS41OTYxIDU2LjY5NTVDNzkuMDk1NCA1Ni4xOTQ5IDc4LjQxNjQgNTUuOTEzNiA3Ny43MDg0IDU1LjkxMzZaIg0KICAgICAgZmlsbD0iIzMzREE2QiINCiAgICAvPg0KICAgIDxmb3JlaWduT2JqZWN0IHg9IjUwLjczMzUiIHk9IjEzLjEyNjQiIHdpZHRoPSIzNS43MTM5IiBoZWlnaHQ9IjM1LjcxMzkiDQogICAgICA+PGRpdg0KICAgICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCINCiAgICAgICAgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjogYmx1cigwLjY5cHgpOyBjbGlwLXBhdGg6IHVybCgjYmdibHVyXzNfODcyMl8zMTlfY2xpcF9wYXRoKTsgaGVpZ2h0OiAxMDAlOyB3aWR0aDogMTAwJSINCiAgICAgID48L2Rpdg0KICAgID48L2ZvcmVpZ25PYmplY3Q+DQogICAgPGNpcmNsZQ0KICAgICAgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iMS4zNzM2MSINCiAgICAgIGN4PSI2OC41OTA1Ig0KICAgICAgY3k9IjMwLjk4MzMiDQogICAgICByPSIxNi40ODMzIg0KICAgICAgZmlsbD0id2hpdGUiDQogICAgICBmaWxsLW9wYWNpdHk9IjAuNjQiDQogICAgLz4NCiAgICA8Y2lyY2xlIGN4PSI2OC4wMjQ2IiBjeT0iMzEuMjM4OSIgcj0iMTAuOTg4OSIgZmlsbD0iIzMzREE2QiIgLz4NCiAgICA8cGF0aA0KICAgICAgZD0iTTcyLjQ4MzIgMjYuMDAwOEw2My42ODYzIDI2LjAwMTZDNjMuNTczMiAyNS45OTYxIDYzLjQ2MDEgMjYuMDEzIDYzLjM1MzYgMjYuMDUxM0M2My4yNDcgMjYuMDg5NyA2My4xNDkxIDI2LjE0ODcgNjMuMDY1NCAyNi4yMjQ5QzYyLjk4MTcgMjYuMzAxMiA2Mi45MTQgMjYuMzkzMyA2Mi44NjYgMjYuNDk1OEM2Mi44MTggMjYuNTk4NCA2Mi43OTA3IDI2LjcwOTQgNjIuNzg1NyAyNi44MjI1TDYyLjc4NjUgMzUuNjM4NUM2Mi43OTI2IDM1Ljg3NTcgNjIuODg5NCAzNi4xMDE1IDYzLjA1NjkgMzYuMjY5NUM2My4yMjQ1IDM2LjQzNzUgNjMuNDUwMSAzNi41MzQ5IDYzLjY4NzIgMzYuNTQxN0w3Mi40ODE1IDM2LjU0MDlDNzIuNzEzIDM2LjUzMTggNzIuOTMxNSAzNi40MzE5IDczLjA4OTcgMzYuMjYyOEM3My4yNDggMzYuMDkzNyA3My4zMzMzIDM1Ljg2OTEgNzMuMzI3MSAzNS42Mzc2TDczLjMyNjMgMjYuODIxNkM3My4zMjgxIDI2LjcxMTQgNzMuMzA3NCAyNi42MDIgNzMuMjY1NCAyNi41MDAxQzczLjIyMzQgMjYuMzk4MiA3My4xNjEgMjYuMzA2IDczLjA4MiAyNi4yMjkxQzczLjAwMyAyNi4xNTIyIDcyLjkwOTIgMjYuMDkyMyA3Mi44MDYyIDI2LjA1M0M3Mi43MDMyIDI2LjAxMzggNzIuNTkzMyAyNS45OTYgNzIuNDgzMiAyNi4wMDA4Wk02Ni4wNTM4IDM0Ljc4N0w2NC41NDM3IDM0Ljc4NzJMNjQuNTQzMyAzMC4wOTI0TDY2LjA1MzMgMzAuMDkyMkw2Ni4wNTM4IDM0Ljc4N1pNNjUuMzUwNSAyOS4zNzg1SDY1LjMzOTdDNjUuMTIyNCAyOS4zNzcgNjQuOTE0NSAyOS4yODk1IDY0Ljc2MTYgMjkuMTM1MUM2NC42MDg3IDI4Ljk4MDcgNjQuNTIzMyAyOC43NzIgNjQuNTI0IDI4LjU1NDhDNjQuNTI0NyAyOC4zMzc1IDY0LjYxMTYgMjguMTI5MyA2NC43NjU1IDI3Ljk3NTlDNjQuOTE5NCAyNy44MjI2IDY1LjEyNzggMjcuNzM2NCA2NS4zNDUxIDI3LjczNjRDNjUuNTYyNCAyNy43MzY0IDY1Ljc3MDggMjcuODIyNiA2NS45MjQ3IDI3Ljk3NTlDNjYuMDc4NiAyOC4xMjkzIDY2LjE2NTQgMjguMzM3NSA2Ni4xNjYxIDI4LjU1NDhDNjYuMTY2OSAyOC43NzIgNjYuMDgxNCAyOC45ODA3IDY1LjkyODUgMjkuMTM1MUM2NS43NzU2IDI5LjI4OTUgNjUuNTY3OCAyOS4zNzcgNjUuMzUwNSAyOS4zNzg1Wk03MS41NzI1IDM0Ljc4NjVMNzAuMDYyNSAzNC43ODY3TDcwLjA2MjIgMzIuMjE5NkM3MC4wNjIyIDMxLjYwNDcgNjkuODQyNCAzMS4xODQ1IDY5LjI5NjEgMzEuMTg0NUM2OS4xMjUyIDMxLjE4NTkgNjguOTU5IDMxLjI0MDMgNjguODIwMyAzMS4zNDAxQzY4LjY4MTYgMzEuNDM5OSA2OC41NzczIDMxLjU4MDMgNjguNTIxOCAzMS43NDJDNjguNDgxNiAzMS44NjEzIDY4LjQ2MzkgMzEuOTg3IDY4LjQ2OTYgMzIuMTEyN0w2OC40Njk5IDM0Ljc4NjhMNjYuOTU5OCAzNC43ODdMNjYuOTU5NCAzMC4wOTIyTDY4LjQ2OTQgMzAuMDkyTDY4LjQ2OTUgMzAuNzQ1NEM2OC42MDcgMzAuNTA3NSA2OC44MDYgMzAuMzExMiA2OS4wNDU2IDMwLjE3NjhDNjkuMjg1MiAzMC4wNDI1IDY5LjU1NjYgMjkuOTc1MiA2OS44MzEyIDI5Ljk4MkM3MC44MjI1IDI5Ljk4MTkgNzEuNTcyNCAzMC42MzUyIDcxLjU3MjUgMzIuMDQzOFYzNC43ODY1WiINCiAgICAgIGZpbGw9IndoaXRlIg0KICAgIC8+DQogIDwvZz4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJiZ2JsdXJfMV84NzIyXzMxOV9jbGlwX3BhdGgiPg0KICAgICAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjAuMDQzMSAtNDAuMDk2NikiIGN4PSI3Ny45IiBjeT0iNTcuOTUzNSIgcj0iMTYuNDgzMyIgLz4NCiAgICA8L2NsaXBQYXRoPg0KICAgIDxjbGlwUGF0aCBpZD0iYmdibHVyXzJfODcyMl8zMTlfY2xpcF9wYXRoIj4NCiAgICAgIDxjaXJjbGUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxLjAxOTMgLTMyLjg0MDYpIiBjeD0iNDguODc2MiIgY3k9IjUwLjY5NzYiIHI9IjE2LjQ4MzMiIC8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8Y2xpcFBhdGggaWQ9ImJnYmx1cl8zXzg3MjJfMzE5X2NsaXBfcGF0aCI+DQogICAgICA8Y2lyY2xlIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MC43MzM1IC0xMy4xMjY0KSIgY3g9IjY4LjU5MDUiIGN5PSIzMC45ODMzIiByPSIxNi40ODMzIiAvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGxpbmVhckdyYWRpZW50DQogICAgICBpZD0icGFpbnQwX2xpbmVhcl84NzIyXzMxOSINCiAgICAgIHgxPSI2My44MTI1Ig0KICAgICAgeTE9Ijc3LjE3NTUiDQogICAgICB4Mj0iNjMuODEyNSINCiAgICAgIHkyPSIxMTAuMTQyIg0KICAgICAgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiDQogICAgPg0KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzY2QTdGRiIgLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzMwODlGRiIgLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfODcyMl8zMTkiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiIGZpbGw9IndoaXRlIiAvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCjwvc3ZnPg0K", _u = "data:image/svg+xml,%3csvg%20width='134'%20height='120'%20viewBox='0%200%20134%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4845_623)'%3e%3cpath%20d='M63.1349%2044.1872H53.0449V41.126C56.2333%2038.9084%2059.0583%2039.1012%2062.7745%2041.3061L63.1349%2044.1872Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M50.7084%2098.5613L48.4994%2098.5611L48.1691%2090.0459L50.7088%2090.0461L50.7084%2098.5613Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M51.2717%20100.701L44.1491%20100.701V100.611C44.1491%20100.247%2044.2208%2099.8867%2044.3601%2099.5506C44.4994%2099.2144%2044.7036%2098.909%2044.9611%2098.6517C45.2185%2098.3944%2045.5241%2098.1903%2045.8605%2098.0511C46.1968%2097.9119%2046.5573%2097.8402%2046.9214%2097.8402L51.2718%2097.8404L51.2717%20100.701Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M63.1503%2098.5613L65.3593%2098.5611L65.6896%2090.0459L63.15%2090.0461L63.1503%2098.5613Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M62.5869%2097.8404L66.9372%2097.8402C67.3012%2097.8402%2067.6619%2097.9119%2067.9983%2098.0511C68.3346%2098.1903%2068.6402%2098.3944%2068.8977%2098.6517C69.1551%2098.909%2069.3593%2099.2144%2069.4986%2099.5505C69.638%2099.8867%2069.7097%20100.247%2069.7097%20100.611V100.701L62.5871%20100.701L62.5869%2097.8404Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M63.2084%2097.4699C63.0241%2097.4693%2062.8454%2097.4062%2062.7016%2097.291C62.5578%2097.1758%2062.4574%2097.0152%2062.4167%2096.8356L56.9417%2072.969C56.9297%2072.9084%2056.8966%2072.8539%2056.8484%2072.8152C56.8001%2072.7766%2056.7397%2072.7562%2056.6779%2072.7576H56.6765C56.6144%2072.7565%2056.5539%2072.7774%2056.5058%2072.8165C56.4576%2072.8557%2056.4249%2072.9107%2056.4134%2072.9717L51.3856%2096.6773C51.3464%2096.8587%2051.2464%2097.0212%2051.1021%2097.138C50.9579%2097.2548%2050.778%2097.3188%2050.5924%2097.3195H48.1973C48.0868%2097.3195%2047.9775%2097.2969%2047.876%2097.2532C47.7746%2097.2094%2047.6831%2097.1454%2047.6073%2097.065C47.5315%2096.9847%2047.473%2096.8897%2047.4352%2096.7858C47.3975%2096.682%2047.3814%2096.5716%2047.3879%2096.4614L49.1719%2066.4154L49.8897%2066.2031L49.9032%2066.2033L64.0037%2066.3266L67.0068%2096.3395C67.0173%2096.4466%2067.0063%2096.5546%2066.9746%2096.6574C66.9428%2096.7602%2066.8909%2096.8556%2066.8219%2096.9381C66.7528%2097.0206%2066.668%2097.0885%2066.5724%2097.1379C66.4768%2097.1873%2066.3724%2097.2172%2066.2651%2097.2258L63.2734%2097.4672C63.2516%2097.469%2063.23%2097.4699%2063.2084%2097.4699Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M57.3855%2038.7009C59.8296%2038.7009%2061.8109%2036.7207%2061.8109%2034.2781C61.8109%2031.8355%2059.8296%2029.8553%2057.3855%2029.8553C54.9414%2029.8553%2052.9601%2031.8355%2052.9601%2034.2781C52.9601%2036.7207%2054.9414%2038.7009%2057.3855%2038.7009Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M54.6745%2069.7096C53.8981%2069.7192%2053.1248%2069.6104%2052.3812%2069.3871C51.7199%2069.1877%2051.1064%2068.8553%2050.5784%2068.4101C50.0505%2067.9649%2049.6193%2067.4165%2049.3113%2066.7985C49.2138%2066.6126%2049.1921%2066.3961%2049.251%2066.1945C49.739%2064.5297%2052.0976%2055.8762%2050.5927%2048.9971C50.3803%2048.0414%2050.3627%2047.0528%2050.5408%2046.0902C50.719%2045.1276%2051.0893%2044.2107%2051.6297%2043.3943C52.1575%2042.5842%2052.8431%2041.8887%2053.6457%2041.3492C54.4483%2040.8096%2055.3515%2040.4372%2056.3012%2040.2541L56.3012%2040.2539C56.5508%2040.2052%2056.8018%2040.1653%2057.047%2040.135C58.0969%2040.0059%2059.1623%2040.1102%2060.1671%2040.4406C61.1719%2040.771%2062.0912%2041.3193%2062.8592%2042.0462C63.6501%2042.7874%2064.2672%2043.6941%2064.6664%2044.7015C65.0656%2045.7089%2065.237%2046.792%2065.1683%2047.8734L64.0118%2066.4215C64.0038%2066.5606%2063.9598%2066.6951%2063.884%2066.8121C63.8083%2066.929%2063.7034%2067.0242%2063.5797%2067.0883C62.2477%2067.7859%2058.2465%2069.7096%2054.6745%2069.7096Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M62.3848%2031.0226C61.9251%2029.868%2061.0831%2028.9059%2059.9993%2028.2968C58.9154%2027.6878%2057.6554%2027.4687%2056.4294%2027.6762L57.8247%2028.803C56.0911%2028.8614%2054.2663%2028.7373%2053.0285%2029.9518C53.4225%2029.9408%2053.939%2030.7832%2054.3331%2030.7723C53.5963%2030.7868%2052.9283%2031.3042%2052.6029%2031.9649C52.3015%2032.6438%2052.231%2033.4026%2052.4021%2034.1253C52.5477%2034.8472%2053.6577%2036.5385%2053.9564%2037.2117C53.9051%2035.4524%2057.3707%2031.256%2059.063%2031.6939C58.2032%2032.0127%2057.4571%2032.5789%2056.9188%2033.3209C58.0701%2032.7402%2059.3722%2032.5273%2060.6487%2032.711C60.9401%2032.7778%2061.2408%2032.7946%2061.5379%2032.7607C61.72%2032.7247%2061.8898%2032.6427%2062.0311%2032.5224C62.1724%2032.4022%2062.2805%2032.2477%2062.345%2032.0738C62.4096%2031.8999%2062.4285%2031.7123%2062.3998%2031.529C62.3712%2031.3458%2062.296%2031.1729%2062.1815%2031.0269L62.3848%2031.0226Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M54.3696%2068.5959C54.2578%2068.5956%2054.1473%2068.5723%2054.045%2068.5274L45.6485%2064.8647C45.4701%2064.7882%2045.3254%2064.65%2045.2409%2064.4754C45.1563%2064.3009%2045.1377%2064.1016%2045.1885%2063.9144L50.747%2042.929C50.8503%2042.5385%2051.0305%2042.1726%2051.2771%2041.8526C51.5237%2041.5326%2051.8317%2041.2649%2052.1831%2041.0653C52.5344%2040.8657%2052.9221%2040.7382%2053.3233%2040.6901C53.7246%2040.6421%2054.1315%2040.6745%2054.52%2040.7856L56.7426%2041.4195L55.178%2067.8326C55.1699%2067.9629%2055.1306%2068.0894%2055.0633%2068.2013C54.996%2068.3132%2054.9027%2068.4072%2054.7913%2068.4754C54.6646%2068.5538%2054.5186%2068.5955%2054.3696%2068.5959Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M69.9097%2063.9142L69.5402%2062.5223L69.0052%2060.4982L68.7475%2059.5277L68.2124%2057.509L64.3511%2042.9286C64.2481%2042.538%2064.0681%2042.1718%2063.8216%2041.8516C63.5751%2041.5315%2063.2671%2041.2637%2062.9156%2041.0641C62.5642%2040.8645%2062.1764%2040.7371%2061.775%2040.6893C61.3736%2040.6415%2060.9667%2040.6743%2060.5782%2040.7858L58.3566%2041.4196L59.4574%2059.9976L59.571%2061.937L59.6431%2063.1597V63.1615L59.7583%2065.0901L59.9205%2067.8326C59.9338%2068.0385%2060.0246%2068.2317%2060.1747%2068.3734C60.3248%2068.5151%2060.523%2068.5946%2060.7295%2068.5961C60.8411%2068.5954%2060.9515%2068.5721%2061.0539%2068.5277L69.4502%2064.865C69.6286%2064.7886%2069.7735%2064.6502%2069.8579%2064.4755C69.9424%2064.3008%2069.9607%2064.1014%2069.9097%2063.9142Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M68.7474%2059.5276L59.5711%2061.937L59.4574%2059.9976L68.2125%2057.509L68.7474%2059.5276Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M69.5402%2062.5222L59.7583%2065.09L59.6431%2063.1614V63.1596L69.0052%2060.4982L69.5402%2062.5222Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M55.5278%2060.4154L55.4141%2062.3188L46.4144%2059.6393L46.9421%2057.6477L55.5278%2060.4154Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M55.3403%2063.572L46.1565%2060.6099L45.6286%2062.6069L55.2286%2065.4646L55.3403%2063.572Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M46.3167%2065.5626C46.5905%2065.4912%2046.8453%2065.3606%2047.0632%2065.1801C47.281%2064.9997%2047.4566%2064.7736%2047.5776%2064.518C47.6986%2064.2623%2047.7621%2063.9833%2047.7635%2063.7005C47.7649%2063.4177%2047.7043%2063.138%2047.5858%2062.8812L51.9033%2049.3351L48.8418%2048.6943L44.8834%2061.9752C44.4649%2062.2027%2044.1444%2062.5757%2043.9826%2063.0235C43.8208%2063.4714%2043.8291%2063.963%2044.0057%2064.4051C44.1824%2064.8473%2044.5152%2065.2094%2044.9412%2065.4227C45.3671%2065.636%2045.8565%2065.6858%2046.3167%2065.5626Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M52.0231%2042.6757C52.9022%2042.7654%2053.3967%2043.7532%2053.1781%2044.9832L52.1293%2050.8857C52.0506%2051.3281%2051.6863%2051.6785%2051.3834%2051.6028L47.8356%2050.7165C47.5626%2050.6483%2047.4621%2050.2607%2047.6168%2049.8728L49.7466%2044.5331C50.2092%2043.3734%2051.1708%2042.5889%2052.0231%2042.6757Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M57.3692%2026C58.8669%2026.0002%2060.3058%2026.5829%2061.3811%2027.6248C62.4565%2028.6668%2063.0838%2030.0861%2063.1303%2031.5822H64.216C64.3115%2031.5822%2064.4032%2031.6202%2064.4708%2031.6877C64.5384%2031.7553%2064.5763%2031.8469%2064.5763%2031.9424V33.383C64.5763%2033.4785%2064.5384%2033.5701%2064.4708%2033.6376C64.4032%2033.7051%2064.3115%2033.7431%2064.216%2033.7431H51.9638C51.8682%2033.7431%2051.7766%2033.7051%2051.709%2033.6376C51.6414%2033.5701%2051.6034%2033.4785%2051.6034%2033.383V31.7623C51.6034%2031.0056%2051.7526%2030.2563%2052.0423%2029.5572C52.3321%2028.858%2052.7568%2028.2228%2053.2922%2027.6877C53.8276%2027.1526%2054.4632%2026.7282%2055.1627%2026.4386C55.8622%2026.149%2056.612%2026%2057.3692%2026Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M56.8393%2058.8184C56.9383%2058.8298%2057.0363%2058.8491%2057.1323%2058.8759L63.9154%2053.0624L63.5189%2050.9294L66.6617%2049.9106L67.7308%2053.6186C67.8172%2053.9181%2067.804%2054.2376%2067.6932%2054.529C67.5825%2054.8204%2067.3801%2055.0681%2067.1165%2055.2348L58.526%2060.6676C58.5321%2061.0514%2058.4211%2061.428%2058.2079%2061.7472C57.9946%2062.0664%2057.6891%2062.3132%2057.3321%2062.4547C56.975%2062.5962%2056.5834%2062.6257%2056.2092%2062.5393C55.8349%2062.4529%2055.4959%2062.2547%2055.2371%2061.971C54.9784%2061.6873%2054.8122%2061.3317%2054.7606%2060.9513C54.7091%2060.5709%2054.7746%2060.1839%2054.9486%2059.8416C55.1225%2059.4994%2055.3966%2059.2182%2055.7343%2059.0354C56.072%2058.8526%2056.4575%2058.7769%2056.8393%2058.8184Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M63.9331%2043.1632C64.8721%2042.9005%2065.8104%2043.6148%2066.1248%2044.8317L67.6335%2050.6715C67.7466%2051.1092%2067.5269%2051.5745%2067.1838%2051.6238L63.1646%2052.2016C62.8554%2052.246%2062.5829%2051.929%2062.5715%2051.5116L62.4155%2045.7649C62.3816%2044.5169%2063.0227%2043.4179%2063.9331%2043.1632Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M117.957%2080.4664C116.106%2078.0064%20114.643%2075.2778%20113.619%2072.3755C113.559%2072.2019%20113.564%2072.0128%20113.631%2071.8421C113.698%2071.6713%20113.823%2071.5298%20113.985%2071.4428L120.317%2068.0518C120.42%2067.9965%20120.534%2067.9653%20120.65%2067.9606C120.766%2067.9559%20120.882%2067.9777%20120.989%2068.0245C121.097%2068.0717%20121.194%2068.143%20121.27%2068.233C121.347%2068.323%20121.403%2068.4293%20121.432%2068.5439C122.169%2071.3407%20123.555%2073.9248%20125.476%2076.0872C125.555%2076.1752%20125.613%2076.2801%20125.646%2076.3939C125.678%2076.5077%20125.684%2076.6274%20125.663%2076.7438C125.643%2076.8585%20125.597%2076.967%20125.529%2077.0612C125.461%2077.1554%20125.372%2077.2327%20125.269%2077.2873L118.936%2080.6784C118.775%2080.7647%20118.587%2080.7908%20118.408%2080.752C118.228%2080.7131%20118.068%2080.612%20117.957%2080.4664Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M118.389%2080.1419C118.423%2080.1844%20118.471%2080.2136%20118.524%2080.2247C118.577%2080.2357%20118.633%2080.2277%20118.681%2080.2022L125.014%2076.8111C125.044%2076.7951%20125.071%2076.7722%20125.091%2076.7441C125.112%2076.7161%20125.125%2076.6837%20125.131%2076.6496C125.138%2076.6135%20125.136%2076.5764%20125.126%2076.5411C125.116%2076.5059%20125.097%2076.4735%20125.073%2076.4465C123.094%2074.2203%20121.668%2071.5601%20120.909%2068.6809C120.9%2068.6453%20120.884%2068.6122%20120.86%2068.5843C120.836%2068.5563%20120.806%2068.5342%20120.773%2068.5197C120.741%2068.5055%20120.706%2068.4989%20120.672%2068.5003C120.637%2068.5017%20120.603%2068.5112%20120.573%2068.528L114.24%2071.919C114.192%2071.9449%20114.155%2071.9867%20114.134%2072.0373C114.114%2072.0878%20114.112%2072.1439%20114.129%2072.1958C115.135%2075.0462%20116.571%2077.7259%20118.389%2080.1419Z'%20fill='white'%20/%3e%3cpath%20d='M120.733%2072.8911L117.284%2074.4126C117.153%2074.4703%20117.004%2074.4736%20116.871%2074.4219C116.737%2074.3701%20116.629%2074.2675%20116.571%2074.1365L116.486%2073.9434C116.428%2073.8123%20116.425%2073.6637%20116.477%2073.5301C116.529%2073.3966%20116.631%2073.289%20116.762%2073.2311L120.211%2071.7095C120.342%2071.6518%20120.491%2071.6485%20120.625%2071.7002C120.758%2071.752%20120.866%2071.8546%20120.924%2071.9856L121.009%2072.1787C121.067%2072.3098%20121.07%2072.4584%20121.019%2072.592C120.967%2072.7255%20120.864%2072.8331%20120.733%2072.8911Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M121.994%2075.232L118.545%2076.7535C118.414%2076.8112%20118.266%2076.8146%20118.132%2076.7628C117.998%2076.7111%20117.891%2076.6085%20117.833%2076.4775L117.747%2076.2844C117.69%2076.1533%20117.686%2076.0046%20117.738%2075.8711C117.79%2075.7375%20117.893%2075.63%20118.024%2075.572L121.472%2074.0505C121.604%2073.9928%20121.752%2073.9894%20121.886%2074.0412C122.02%2074.0929%20122.127%2074.1955%20122.185%2074.3265L122.271%2074.5196C122.328%2074.6507%20122.332%2074.7994%20122.28%2074.9329C122.228%2075.0665%20122.125%2075.174%20121.994%2075.232Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M113.906%2073.2814C113.668%2073.1284%20113.466%2072.9251%20113.315%2072.6859C113.164%2072.4466%20113.068%2072.1772%20113.032%2071.8967C112.997%2071.6161%20113.023%2071.3311%20113.11%2071.0619C113.197%2070.7927%20113.341%2070.5458%20113.534%2070.3385L112.079%2049.7098L116.269%2050.1159L116.384%2070.3176C116.711%2070.6639%20116.9%2071.118%20116.914%2071.5939C116.928%2072.0698%20116.768%2072.5345%20116.462%2072.8998C116.157%2073.2652%20115.728%2073.5058%20115.256%2073.5761C114.785%2073.6465%20114.305%2073.5416%20113.906%2073.2814Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M113.028%2056.6413C112.93%2056.5708%20112.849%2056.4792%20112.791%2056.3732C112.733%2056.2672%20112.699%2056.1496%20112.693%2056.029L112.386%2050.4691C112.356%2049.9182%20112.53%2049.3756%20112.877%2048.9459C113.223%2048.5162%20113.716%2048.2299%20114.261%2048.142C114.806%2048.0542%20115.364%2048.1711%20115.828%2048.4702C116.292%2048.7693%20116.628%2049.2295%20116.773%2049.7619L118.121%2054.7328C118.177%2054.9402%20118.149%2055.1614%20118.042%2055.3478C117.935%2055.5341%20117.758%2055.6705%20117.551%2055.7269L113.715%2056.7664C113.598%2056.7982%20113.476%2056.8035%20113.357%2056.7819C113.238%2056.7602%20113.126%2056.7122%20113.028%2056.6413Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M105.887%2098.6424H103.678L102.627%2090.1272H105.887L105.887%2098.6424Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M102.1%2098.0116H106.36V100.692H99.4179C99.4179%20100.34%2099.4873%2099.9917%2099.6221%2099.6664C99.7569%2099.3412%2099.9545%2099.0457%20100.204%2098.7968C100.453%2098.5478%20100.748%2098.3504%20101.074%2098.2157C101.399%2098.0809%20101.748%2098.0116%20102.1%2098.0116Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M114.175%2098.6424H111.966L110.915%2090.1272H114.176L114.175%2098.6424Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M110.388%2098.0116H114.649V100.692H107.706C107.706%20100.34%20107.776%2099.9917%20107.91%2099.6664C108.045%2099.3412%20108.243%2099.0457%20108.492%2098.7968C108.741%2098.5478%20109.037%2098.3504%20109.362%2098.2157C109.687%2098.0809%20110.036%2098.0116%20110.388%2098.0116Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M105.783%2094.3527L103.351%2094.2368C103.144%2094.227%20102.948%2094.1382%20102.805%2093.9888C102.661%2093.8393%20102.58%2093.6404%20102.579%2093.4332C101.938%2083.5438%20101.05%2072.9397%20102.409%2068.8432C102.408%2068.7264%20102.433%2068.6109%20102.481%2068.5045C102.529%2068.3981%20102.599%2068.3033%20102.687%2068.2266C102.775%2068.1499%20102.879%2068.0931%20102.991%2068.0601C103.103%2068.0271%20103.221%2068.0187%20103.336%2068.0355L113.065%2069.4469C113.257%2069.4738%20113.433%2069.5691%20113.561%2069.7153C113.688%2069.8615%20113.759%2070.0488%20113.759%2070.2428C115.001%2075.0933%20115.057%2083.889%20115.01%2093.028C115.011%2093.135%20114.991%2093.241%20114.95%2093.34C114.91%2093.439%20114.85%2093.5291%20114.775%2093.605C114.7%2093.6809%20114.61%2093.7411%20114.511%2093.7822C114.412%2093.8233%20114.307%2093.8445%20114.2%2093.8445H111.578C111.385%2093.8453%20111.197%2093.7766%20111.05%2093.651C110.903%2093.5254%20110.806%2093.3512%20110.777%2093.1601L109.16%2082.8839C109.136%2082.7335%20109.059%2082.5968%20108.942%2082.4989C108.825%2082.4011%20108.677%2082.3487%20108.525%2082.3515C108.373%2082.3543%20108.227%2082.4121%20108.114%2082.5142C108.001%2082.6163%20107.928%2082.7558%20107.91%2082.9069L106.626%2093.6396C106.602%2093.8362%20106.507%2094.0173%20106.359%2094.1488C106.211%2094.2802%20106.019%2094.3531%20105.821%2094.3538C105.808%2094.3538%20105.796%2094.3534%20105.783%2094.3527Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M107.495%2070.2438C105.351%2069.0533%20103.675%2068.7404%20102.868%2068.6599C102.76%2068.6496%20102.656%2068.6175%20102.562%2068.5657C102.467%2068.514%20102.384%2068.4435%20102.317%2068.3587C102.249%2068.2732%20102.2%2068.1749%20102.171%2068.0696C102.142%2067.9643%20102.135%2067.8543%20102.15%2067.7462L104.481%2050.4501C104.615%2049.4383%20105.006%2048.4775%20105.617%2047.6594C106.227%2046.8412%20107.037%2046.1929%20107.97%2045.776C108.872%2045.3614%20109.866%2045.1845%20110.856%2045.2621C111.846%2045.3396%20112.8%2045.6691%20113.626%2046.2191C113.706%2046.2722%20113.785%2046.3265%20113.862%2046.3818C114.814%2047.079%20115.538%2048.0422%20115.943%2049.1501C116.348%2050.258%20116.416%2051.461%20116.138%2052.6075C114.709%2058.4517%20114.218%2068.0328%20114.134%2069.8942C114.127%2070.0529%20114.074%2070.206%20113.98%2070.3344C113.887%2070.4627%20113.757%2070.5605%20113.608%2070.6154C112.729%2070.9348%20111.801%2071.1%20110.865%2071.1035C109.686%2071.1107%20108.526%2070.8146%20107.495%2070.2438Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M109.444%2043.4275C111.888%2043.4275%20113.87%2041.4474%20113.87%2039.0048C113.87%2036.5622%20111.888%2034.582%20109.444%2034.582C107%2034.582%20105.019%2036.5622%20105.019%2039.0048C105.019%2041.4474%20107%2043.4275%20109.444%2043.4275Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M112.576%2042.5038C111.75%2043.3827%20110.217%2042.9109%20110.11%2041.7102C110.101%2041.617%20110.102%2041.5232%20110.112%2041.4301C110.167%2040.8982%20110.474%2040.4154%20110.401%2039.8538C110.384%2039.714%20110.332%2039.5808%20110.249%2039.4668C109.592%2038.5864%20108.047%2039.8606%20107.426%2039.0636C107.046%2038.5749%20107.493%2037.8054%20107.201%2037.2592C106.815%2036.5383%20105.673%2036.8939%20104.957%2036.4991C104.16%2036.0598%20104.208%2034.8379%20104.732%2034.0946C105.372%2033.1882%20106.494%2032.7046%20107.602%2032.6349C108.709%2032.5652%20109.809%2032.8644%20110.843%2033.2672C112.018%2033.7248%20113.183%2034.3573%20113.907%2035.3898C114.786%2036.6455%20114.87%2038.3336%20114.431%2039.8019C114.163%2040.695%20113.25%2041.7861%20112.576%2042.5038Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M116.081%2046.8037C116.003%2046.4399%20115.338%2045.9429%20114.387%2045.5378C112.858%2044.9188%20111.204%2044.6695%20109.56%2044.8103C107.916%2044.9512%20106.329%2045.478%20104.928%2046.3481C104.83%2046.3533%20104.736%2046.3905%20104.662%2046.454C104.587%2046.5174%20104.536%2046.6036%20104.515%2046.6992L101.315%2060.8439L100.899%2062.686L100.623%2063.9051L100.207%2065.7418L99.9852%2066.7232C99.971%2066.786%2099.9704%2066.851%2099.9834%2066.914C99.9964%2066.977%20100.023%2067.0365%20100.061%2067.0885C100.099%2067.1405%20100.147%2067.1838%20100.203%2067.2155C100.259%2067.2472%20100.321%2067.2667%20100.385%2067.2725L114.203%2068.4645C114.216%2068.4645%20114.23%2068.4663%20114.243%2068.4663C114.357%2068.4656%20114.466%2068.4218%20114.549%2068.3436C114.632%2068.2654%20114.682%2068.1587%20114.69%2068.045L114.821%2066.0444L114.962%2063.9051L115.023%2062.9777L115.162%2060.8439L116.082%2046.8271V46.8145L116.081%2046.8037Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M93.4078%2047.6941C93.4299%2047.7912%2093.4443%2047.89%2093.4509%2047.9894L101.191%2052.4519L103.072%2051.3695L105.078%2053.9936L101.053%2056.8604L92.223%2049.8984C91.8628%2050.0316%2091.4707%2050.052%2091.0986%2049.957C90.7265%2049.862%2090.3922%2049.6561%2090.1401%2049.3666C89.888%2049.0771%2089.7301%2048.7177%2089.6873%2048.3363C89.6446%2047.9549%2089.719%2047.5696%2089.9007%2047.2315C90.0824%2046.8934%2090.3628%2046.6186%2090.7046%2046.4436C91.0464%2046.2687%2091.4334%2046.2019%2091.8141%2046.2521C92.1948%2046.3023%2092.5512%2046.4672%2092.8359%2046.7248C93.1206%2046.9823%2093.3201%2047.3204%2093.4078%2047.6941Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M101.467%2052.0725C101.454%2051.9525%20101.469%2051.831%20101.509%2051.7171C101.549%2051.6033%20101.615%2051.4999%20101.7%2051.4147L105.64%2047.4768C106.03%2047.0867%20106.551%2046.8548%20107.102%2046.8258C107.654%2046.7969%20108.196%2046.9729%20108.625%2047.32C109.054%2047.6672%20109.339%2048.1607%20109.426%2048.7056C109.512%2049.2505%20109.394%2049.808%20109.093%2050.2708L106.288%2054.5911C106.171%2054.7712%20105.987%2054.8975%20105.777%2054.9422C105.566%2054.9869%20105.347%2054.9465%20105.167%2054.8297L101.832%2052.6673C101.731%2052.6018%20101.645%2052.5143%20101.582%2052.4114C101.519%2052.3085%20101.48%2052.1927%20101.467%2052.0725Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M115.162%2060.844L115.023%2062.9778L100.899%2062.6861L101.315%2060.844H115.162Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M114.962%2063.9052L114.821%2066.0444L100.207%2065.7419L100.623%2063.9052H114.962Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M109.531%2030.4117C108.033%2030.4119%20106.594%2030.9947%20105.519%2032.0366C104.444%2033.0785%20103.816%2034.4978%20103.77%2035.994H102.684C102.589%2035.994%20102.497%2036.0319%20102.429%2036.0995C102.362%2036.167%20102.324%2036.2586%20102.324%2036.3541V37.7947C102.324%2037.8902%20102.362%2037.9818%20102.429%2038.0494C102.497%2038.1169%20102.589%2038.1548%20102.684%2038.1548H114.936C115.032%2038.1548%20115.124%2038.1169%20115.191%2038.0494C115.259%2037.9818%20115.297%2037.8902%20115.297%2037.7947V36.174C115.297%2035.4173%20115.148%2034.668%20114.858%2033.9689C114.568%2033.2698%20114.143%2032.6345%20113.608%2032.0995C113.073%2031.5644%20112.437%2031.1399%20111.738%2030.8504C111.038%2030.5608%20110.288%2030.4117%20109.531%2030.4117Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M30.6466%2087.7749C29.5063%2088.1755%2028.282%2088.2758%2027.0916%2088.0662C25.9011%2087.8567%2024.7848%2087.3442%2023.8501%2086.5783C21.4696%2084.5815%2020.7232%2081.2917%2020.1159%2078.2455L18.3196%2069.2355L22.0803%2071.8234C24.7847%2073.6844%2027.5501%2075.6051%2029.4226%2078.3008C31.2951%2080.9964%2032.1125%2084.6762%2030.608%2087.593'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M30.3252%2098.6832C30.7058%2095.9124%2031.0972%2093.1059%2030.8302%2090.3054C30.5931%2087.8182%2029.8338%2085.3889%2028.2881%2083.397C27.4676%2082.3418%2026.4692%2081.4376%2025.3379%2080.7252C25.0428%2080.5391%2024.7713%2081.0064%2025.065%2081.1917C27.0227%2082.4282%2028.5368%2084.254%2029.3892%2086.4059C30.3306%2088.799%2030.4817%2091.4076%2030.3195%2093.9498C30.2214%2095.4871%2030.0135%2097.0143%2029.804%2098.5396C29.7874%2098.6086%2029.7977%2098.6813%2029.8328%2098.7429C29.8678%2098.8046%2029.925%2098.8507%2029.9927%2098.8719C30.0618%2098.8905%2030.1355%2098.8811%2030.1977%2098.8458C30.26%2098.8105%2030.3058%2098.7521%2030.3252%2098.6832Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M26.659%2093.7802C26.17%2094.5231%2025.4977%2095.1276%2024.707%2095.5354C23.9164%2095.9433%2023.0339%2096.1407%2022.1447%2096.1088C19.8595%2096.0004%2017.9543%2094.4064%2016.2393%2092.8931L11.1667%2088.417L14.5239%2088.2564C16.9382%2088.1409%2019.4149%2088.0332%2021.7144%2088.7773C24.014%2089.5214%2026.1348%2091.3122%2026.5553%2093.691'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M31.4009%20100.276C29.5688%2097.0364%2027.4439%2093.4359%2023.6469%2092.2851C22.5911%2091.9662%2021.4841%2091.852%2020.3854%2091.9485C20.0392%2091.9784%2020.1256%2092.5118%2020.4713%2092.482C22.3129%2092.3292%2024.151%2092.8152%2025.676%2093.8582C27.1436%2094.8565%2028.2862%2096.2445%2029.2533%2097.7163C29.8457%2098.6178%2030.3764%2099.5576%2030.9071%20100.496C31.0767%20100.796%2031.5724%20100.58%2031.4009%20100.276Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M133.82%20101H5.53217C5.48438%20101%205.43856%20100.981%205.40477%20100.947C5.37098%20100.914%205.35199%20100.868%205.35199%20100.82C5.35199%20100.772%205.37098%20100.726%205.40477%20100.693C5.43856%20100.659%205.48438%20100.64%205.53217%20100.64H133.82C133.868%20100.64%20133.913%20100.659%20133.947%20100.693C133.981%20100.726%20134%20100.772%20134%20100.82C134%20100.868%20133.981%20100.914%20133.947%20100.947C133.913%20100.981%20133.868%20101%20133.82%20101Z'%20fill='%23CCCCCC'%20/%3e%3c/g%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20x='7'%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4845_623'%3e%3crect%20width='134'%20height='75'%20fill='white'%20transform='translate(0%2026)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", zu = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6342_255)'%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3cg%20clip-path='url(%23clip1_6342_255)'%3e%3crect%20width='130'%20height='104.129'%20transform='translate(-5%208)'%20fill='white'%20/%3e%3cpath%20d='M63.666%20111.894H27.8884L27.733%2055.3505H63.5101L63.666%20111.894Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M63.5101%2055.3505H45.6213V111.894H63.5101V55.3505Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M44.452%2044.2189H31.8182V55.3505H44.452V44.2189Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M44.4521%2044.2189H41.4411V55.3505H44.4521V44.2189Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M64.5572%2054.7012H24.7512V55.3504H64.5572V54.7012Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M37.8236%2060.2051H34.795V66.5906H37.8236V60.2051Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%2069.0973C45.6213%2069.1647%2041.6166%2069.219%2036.6774%2069.219C31.7367%2069.219%2027.7325%2069.1647%2027.7325%2069.0973C27.7325%2069.0299%2031.7362%2068.9756%2036.6774%2068.9756C41.6166%2068.9751%2045.6213%2069.0299%2045.6213%2069.0973Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M55.8678%2060.2051H52.8392V66.5906H55.8678V60.2051Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%2069.0973C63.666%2069.1647%2059.6613%2069.219%2054.7221%2069.219C49.7815%2069.219%2045.7772%2069.1647%2045.7772%2069.0973C45.7772%2069.0299%2049.781%2068.9756%2054.7221%2068.9756C59.6608%2068.9751%2063.666%2069.0299%2063.666%2069.0973Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M55.8678%2072.8832H52.8392V79.2687H55.8678V72.8832Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%2081.7748C63.666%2081.8422%2059.6613%2081.8965%2054.7221%2081.8965C49.7815%2081.8965%2045.7772%2081.8422%2045.7772%2081.7748C45.7772%2081.7074%2049.781%2081.6531%2054.7221%2081.6531C59.6608%2081.6531%2063.666%2081.7079%2063.666%2081.7748Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M55.8678%2085.944H52.8392V92.3295H55.8678V85.944Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%2094.8356C63.666%2094.903%2059.6613%2094.9573%2054.7221%2094.9573C49.7815%2094.9573%2045.7772%2094.9025%2045.7772%2094.8356C45.7772%2094.7682%2049.781%2094.7139%2054.7221%2094.7139C59.6608%2094.7134%2063.666%2094.7682%2063.666%2094.8356Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M55.8678%2099.0043H52.8392V105.39H55.8678V99.0043Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%20107.896C63.666%20107.963%2059.6613%20108.018%2054.7221%20108.018C49.7815%20108.018%2045.7772%20107.963%2045.7772%20107.896C45.7772%20107.828%2049.781%20107.774%2054.7221%20107.774C59.6608%20107.774%2063.666%20107.828%2063.666%20107.896Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M37.8236%2073.0768H34.795V79.4623H37.8236V73.0768Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%2081.9684C45.6213%2082.0358%2041.6166%2082.0906%2036.6774%2082.0906C31.7367%2082.0906%2027.7325%2082.0358%2027.7325%2081.9684C27.7325%2081.901%2031.7362%2081.8467%2036.6774%2081.8467C41.6166%2081.8467%2045.6213%2081.901%2045.6213%2081.9684Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M37.8236%2085.948H34.795V92.3335H37.8236V85.948Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%2094.8401C45.6213%2094.9075%2041.6166%2094.9618%2036.6774%2094.9618C31.7367%2094.9618%2027.7325%2094.907%2027.7325%2094.8401C27.7325%2094.7732%2031.7362%2094.7184%2036.6774%2094.7184C41.6166%2094.7179%2045.6213%2094.7727%2045.6213%2094.8401Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M37.8236%2098.8196H34.795V105.205H37.8236V98.8196Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%20107.711C45.6213%20107.779%2041.6166%20107.833%2036.6774%20107.833C31.7367%20107.833%2027.7325%20107.779%2027.7325%20107.711C27.7325%20107.644%2031.7362%20107.59%2036.6774%20107.59C41.6166%20107.59%2045.6213%20107.644%2045.6213%20107.711Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M89.0673%2059.6085H49.7004V111.532H89.0673V59.6085Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M89.0674%2059.6085H70.6088V111.532H89.0674V59.6085Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M61.4944%2066.6382H57.9548V75.2381H61.4944V66.6382Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M61.4944%20100.296H57.9548V108.895H61.4944V100.296Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M70.6088%2078.6132C70.6088%2078.7098%2065.9281%2078.7883%2060.1551%2078.7883C54.3801%2078.7883%2049.7005%2078.7098%2049.7005%2078.6132C49.7005%2078.5167%2054.3806%2078.4382%2060.1551%2078.4382C65.9281%2078.4382%2070.6088%2078.5167%2070.6088%2078.6132Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M61.4944%2083.5946H57.9548V92.1945H61.4944V83.5946Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M70.6088%2095.5691C70.6088%2095.6656%2065.9281%2095.7441%2060.1551%2095.7441C54.3801%2095.7441%2049.7005%2095.6656%2049.7005%2095.5691C49.7005%2095.4725%2054.3806%2095.394%2060.1551%2095.394C65.9281%2095.3945%2070.6088%2095.473%2070.6088%2095.5691Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M78.0685%2066.6382H74.5289V75.2381H78.0685V66.6382Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M85.7476%2066.6382H82.208V75.2381H85.7476V66.6382Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M78.0685%2082.9564H74.5289V91.5558H78.0685V82.9564Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M85.7476%2082.9564H82.208V91.5558H85.7476V82.9564Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M78.0685%2099.2747H74.5289V107.874H78.0685V99.2747Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M85.7476%2099.2747H82.208V107.874H85.7476V99.2747Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M92.027%2057.8009H46.7413V59.6733H92.027V57.8009Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M46.0835%2023.3171C46.2465%2022.1633%2044.5743%2021.2142%2043.3178%2021.1158C42.7186%2021.0689%2042.096%2021.158%2041.5285%2020.9655C40.2985%2020.548%2039.8073%2019.0006%2038.6072%2018.508C37.7102%2018.1394%2036.677%2018.4674%2035.8073%2018.8938C34.9376%2019.3202%2034.0778%2019.8564%2033.1062%2019.9172C32.2612%2019.97%2031.3434%2019.6647%2030.6037%2020.0667C30.0527%2020.3664%2029.7639%2020.9845%2029.2562%2021.3493C28.7594%2021.706%2028.1112%2021.7816%2027.4947%2021.8145C26.8782%2021.847%2026.24%2021.8534%2025.6785%2022.1037C25.1171%2022.3541%2024.6527%2022.9321%2024.7693%2023.5223L46.0835%2023.3171Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M105.855%2043.3706C106.158%2041.1651%20103.046%2039.3509%20100.706%2039.1621C99.5906%2039.0722%2098.4322%2039.2429%2097.3754%2038.8743C95.0858%2038.0762%2094.1713%2035.1185%2091.9374%2034.1762C90.2674%2033.4718%2088.3446%2034.0985%2086.7257%2034.9135C85.1069%2035.7284%2083.5068%2036.7535%2081.6978%2036.8693C80.1242%2036.9702%2078.4154%2036.3868%2077.0391%2037.1552C76.0134%2037.7282%2075.4759%2038.9098%2074.5303%2039.607C73.6054%2040.2894%2072.3986%2040.4336%2071.2512%2040.4963C70.1039%2040.5591%2068.9157%2040.5707%2067.8706%2041.0487C66.8254%2041.5273%2065.9607%2042.632%2066.178%2043.7612L105.855%2043.3706Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M115.209%20111.791C115.209%20111.791%20114.911%20109.757%20114.315%20109.444C113.718%20109.131%20113.356%20110.043%20113.356%20110.043C113.356%20110.043%20113.215%20108.1%20112.37%20107.518C111.525%20106.937%20110.89%20108.128%20110.89%20108.128C110.89%20108.128%20110.242%20105.661%20109.083%20105.661C107.924%20105.661%20107.339%20109.269%20107.339%20109.269C107.339%20109.269%20106.656%20108.194%20105.955%20108.801C105.253%20109.408%20105.253%20111.79%20105.253%20111.79H115.209V111.791Z'%20fill='url(%23paint0_linear_6342_255)'%20/%3e%3cpath%20d='M24.2871%20111.791C24.2871%20111.791%2023.9885%20109.757%2023.3923%20109.444C22.7961%20109.131%2022.4334%20110.043%2022.4334%20110.043C22.4334%20110.043%2022.293%20108.1%2021.4478%20107.518C20.6027%20106.937%2019.968%20108.128%2019.968%20108.128C19.968%20108.128%2019.3196%20105.661%2018.1604%20105.661C17.0012%20105.661%2016.417%20109.269%2016.417%20109.269C16.417%20109.269%2015.7331%20108.194%2015.0324%20108.801C14.3312%20109.408%2014.3312%20111.79%2014.3312%20111.79H24.2871V111.791Z'%20fill='url(%23paint1_linear_6342_255)'%20/%3e%3cpath%20d='M16.2672%20111.791H7.28854C7.28854%20111.791%207.58442%20109.943%208.17972%20109.812C8.77503%20109.681%209.05186%20110.538%209.05186%20110.538C9.05186%20110.538%209.02484%20107.96%2010.137%20107.521C11.2488%20107.082%2012.1816%20109.36%2012.1816%20109.36C12.1816%20109.36%2012.8788%20108.061%2013.8289%20108.145C14.779%20108.228%2015.0204%20110.373%2015.0204%20110.373C15.0204%20110.373%2015.885%20109.628%2016.2672%20111.791Z'%20fill='url(%23paint2_linear_6342_255)'%20/%3e%3cpath%20d='M105.897%20111.791H100.381C100.381%20111.791%20100.394%20110.592%20100.936%20110.274C101.478%20109.956%20101.8%20110.577%20101.8%20110.577C101.8%20110.577%20102.021%20108.373%20103.032%20108.373C104.043%20108.373%20104.527%20110.274%20104.527%20110.274C104.527%20110.274%20104.753%20109.699%20105.314%20109.807C105.875%20109.914%20105.897%20111.791%20105.897%20111.791Z'%20fill='url(%23paint3_linear_6342_255)'%20/%3e%3cpath%20d='M38.4064%20111.791H32.8901C32.8901%20111.791%2032.9029%20110.592%2033.4451%20110.274C33.9872%20109.956%2034.3097%20110.577%2034.3097%20110.577C34.3097%20110.577%2034.5307%20108.373%2035.5415%20108.373C36.5522%20108.373%2037.0359%20110.274%2037.0359%20110.274C37.0359%20110.274%2037.2623%20109.699%2037.8235%20109.807C38.3838%20109.914%2038.4064%20111.791%2038.4064%20111.791Z'%20fill='url(%23paint4_linear_6342_255)'%20/%3e%3cpath%20d='M-5%20111.805L11.177%20111.648L27.354%20111.591L59.708%20111.483L92.062%20111.591L108.239%20111.647L124.416%20111.805L108.239%20111.964L92.062%20112.02L59.708%20112.128L27.354%20112.019L11.177%20111.962L-5%20111.805Z'%20fill='%23263238'%20/%3e%3cpath%20d='M60.581%2010.5908C53.2505%2010.7609%2047.2731%2016.7351%2047.0985%2024.0656C47.0241%2027.205%2048.0001%2030.1115%2049.6952%2032.4651L49.6914%2032.4664L49.8259%2032.6495C49.8324%2032.6579%2049.8388%2032.6669%2049.8446%2032.6753L59.6263%2045.98C60.4872%2047.1512%2062.2496%2047.1144%2063.0607%2045.9081L71.902%2032.7639C73.5751%2030.2124%2074.7225%2027.5452%2074.7225%2024.4012C74.7238%2016.6627%2068.3603%2010.4104%2060.581%2010.5908ZM60.9095%2034.4475C55.1734%2034.4475%2050.5238%2029.7979%2050.5238%2024.0617C50.5238%2018.3255%2055.1734%2013.6759%2060.9095%2013.6759C66.6457%2013.6759%2071.2953%2018.3255%2071.2953%2024.0617C71.2953%2029.7979%2066.645%2034.4475%2060.9095%2034.4475Z'%20fill='%235D6C6B'%20/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.2874%2010.5908C50.957%2010.7609%2044.9796%2016.7351%2044.805%2024.0656C44.7306%2027.205%2045.7066%2030.1115%2047.4017%2032.4651L47.3978%2032.4664L47.5324%2032.6495C47.5388%2032.6579%2047.5453%2032.6669%2047.5511%2032.6753L57.3328%2045.98C58.1937%2047.1512%2059.9561%2047.1144%2060.7671%2045.9081L69.6084%2032.7639C71.2816%2030.2124%2072.429%2027.5452%2072.429%2024.4012C72.4303%2016.6627%2066.0668%2010.4104%2058.2874%2010.5908ZM58.616%2034.4475C52.8798%2034.4475%2048.2302%2029.7979%2048.2302%2024.0617C48.2302%2018.3255%2052.8798%2013.6759%2058.616%2013.6759C64.3522%2013.6759%2069.0018%2018.3255%2069.0018%2024.0617C69.0018%2029.7979%2064.3515%2034.4475%2058.616%2034.4475Z'%20fill='%23B8C1C0'%20/%3e%3c/g%3e%3cpath%20d='M58.7622%2010.5908C51.4317%2010.7609%2045.4543%2016.7351%2045.2797%2024.0656C45.2046%2027.205%2046.1813%2030.1115%2047.8764%2032.4651L47.8725%2032.4664L48.0071%2032.6495C48.0135%2032.6579%2048.02%2032.6669%2048.0258%2032.6753L57.8075%2045.98C58.6684%2047.1512%2060.4308%2047.1144%2061.2419%2045.9081L70.0831%2032.7639C71.7563%2030.2124%2072.9037%2027.5452%2072.9037%2024.4012C72.905%2016.6627%2066.5421%2010.4104%2058.7622%2010.5908ZM59.0907%2032.5751C54.7464%2032.5751%2051.2247%2029.0534%2051.2247%2024.7091C51.2247%2020.3648%2054.7464%2016.8431%2059.0907%2016.8431C63.435%2016.8431%2066.9567%2020.3648%2066.9567%2024.7091C66.956%2029.0534%2063.4344%2032.5751%2059.0907%2032.5751Z'%20fill='%23D2D9D7'%20/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_6342_255'%20x1='110.261'%20y1='105.62'%20x2='110.261'%20y2='111.749'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_6342_255'%20x1='19.3393'%20y1='105.62'%20x2='19.3393'%20y2='111.749'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_6342_255'%20x1='11.805'%20y1='107.435'%20x2='11.805'%20y2='111.761'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_6342_255'%20x1='103.156'%20y1='108.35'%20x2='103.156'%20y2='111.768'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_6342_255'%20x1='35.6649'%20y1='108.35'%20x2='35.6649'%20y2='111.768'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_6342_255'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_6342_255'%3e%3crect%20width='130'%20height='104.129'%20fill='white'%20transform='translate(-5%208)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Lu = (e) => {
|
|
6902
|
-
const { size: t, image: r, emptyStateCustomClasses: s } =
|
|
6903
|
-
const l =
|
|
6923
|
+
const { size: t, image: r, emptyStateCustomClasses: s } = ye(e), n = F(() => a.value.baseClasses + " " + s.value), a = F(() => {
|
|
6924
|
+
const l = L(
|
|
6904
6925
|
"spr-background-color spr-flex spr-h-full spr-w-full spr-flex-col spr-items-center spr-justify-center spr-gap-size-spacing-2xs spr-text-center",
|
|
6905
6926
|
{
|
|
6906
6927
|
"spr-px-size-spacing-sm spr-py-size-spacing-md spr-min-h-[240px]": t.value === "small",
|
|
6907
6928
|
"spr-px-size-spacing-sm spr-py-size-spacing-2xl spr-min-h-[360px]": t.value === "large"
|
|
6908
6929
|
}
|
|
6909
|
-
), u =
|
|
6930
|
+
), u = L({
|
|
6910
6931
|
"spr-h-[200px] spr-w-[200px]": t.value === "large",
|
|
6911
6932
|
"spr-h-[120px] spr-w-[120px]": t.value === "small"
|
|
6912
6933
|
});
|
|
@@ -7030,13 +7051,13 @@ function Vu() {
|
|
|
7030
7051
|
return { M: g, y: h, w: c, d, D: C, h: u, m: l, s: i, ms: a, Q: y }[T] || String(T || "").toLowerCase().replace(/s$/, "");
|
|
7031
7052
|
}, u: function(T) {
|
|
7032
7053
|
return T === void 0;
|
|
7033
|
-
} },
|
|
7034
|
-
N[
|
|
7054
|
+
} }, z = "en", N = {};
|
|
7055
|
+
N[z] = D;
|
|
7035
7056
|
var I = "$isDayjsObject", k = function(T) {
|
|
7036
|
-
return T instanceof
|
|
7037
|
-
},
|
|
7057
|
+
return T instanceof B || !(!T || !T[I]);
|
|
7058
|
+
}, E = function T(j, O, S) {
|
|
7038
7059
|
var Y;
|
|
7039
|
-
if (!j) return
|
|
7060
|
+
if (!j) return z;
|
|
7040
7061
|
if (typeof j == "string") {
|
|
7041
7062
|
var U = j.toLowerCase();
|
|
7042
7063
|
N[U] && (Y = U), O && (N[U] = O, Y = U);
|
|
@@ -7046,25 +7067,25 @@ function Vu() {
|
|
|
7046
7067
|
var oe = j.name;
|
|
7047
7068
|
N[oe] = j, Y = oe;
|
|
7048
7069
|
}
|
|
7049
|
-
return !S && Y && (
|
|
7070
|
+
return !S && Y && (z = Y), Y || !S && z;
|
|
7050
7071
|
}, b = function(T, j) {
|
|
7051
7072
|
if (k(T)) return T.clone();
|
|
7052
7073
|
var O = typeof j == "object" ? j : {};
|
|
7053
|
-
return O.date = T, O.args = arguments, new
|
|
7054
|
-
},
|
|
7055
|
-
|
|
7074
|
+
return O.date = T, O.args = arguments, new B(O);
|
|
7075
|
+
}, P = w;
|
|
7076
|
+
P.l = E, P.i = k, P.w = function(T, j) {
|
|
7056
7077
|
return b(T, { locale: j.$L, utc: j.$u, x: j.$x, $offset: j.$offset });
|
|
7057
7078
|
};
|
|
7058
|
-
var
|
|
7079
|
+
var B = function() {
|
|
7059
7080
|
function T(O) {
|
|
7060
|
-
this.$L =
|
|
7081
|
+
this.$L = E(O.locale, null, !0), this.parse(O), this.$x = this.$x || O.x || {}, this[I] = !0;
|
|
7061
7082
|
}
|
|
7062
7083
|
var j = T.prototype;
|
|
7063
7084
|
return j.parse = function(O) {
|
|
7064
7085
|
this.$d = function(S) {
|
|
7065
7086
|
var Y = S.date, U = S.utc;
|
|
7066
7087
|
if (Y === null) return /* @__PURE__ */ new Date(NaN);
|
|
7067
|
-
if (
|
|
7088
|
+
if (P.u(Y)) return /* @__PURE__ */ new Date();
|
|
7068
7089
|
if (Y instanceof Date) return new Date(Y);
|
|
7069
7090
|
if (typeof Y == "string" && !/Z$/i.test(Y)) {
|
|
7070
7091
|
var J = Y.match(M);
|
|
@@ -7079,7 +7100,7 @@ function Vu() {
|
|
|
7079
7100
|
var O = this.$d;
|
|
7080
7101
|
this.$y = O.getFullYear(), this.$M = O.getMonth(), this.$D = O.getDate(), this.$W = O.getDay(), this.$H = O.getHours(), this.$m = O.getMinutes(), this.$s = O.getSeconds(), this.$ms = O.getMilliseconds();
|
|
7081
7102
|
}, j.$utils = function() {
|
|
7082
|
-
return
|
|
7103
|
+
return P;
|
|
7083
7104
|
}, j.isValid = function() {
|
|
7084
7105
|
return this.$d.toString() !== f;
|
|
7085
7106
|
}, j.isSame = function(O, S) {
|
|
@@ -7090,18 +7111,18 @@ function Vu() {
|
|
|
7090
7111
|
}, j.isBefore = function(O, S) {
|
|
7091
7112
|
return this.endOf(S) < b(O);
|
|
7092
7113
|
}, j.$g = function(O, S, Y) {
|
|
7093
|
-
return
|
|
7114
|
+
return P.u(O) ? this[S] : this.set(Y, O);
|
|
7094
7115
|
}, j.unix = function() {
|
|
7095
7116
|
return Math.floor(this.valueOf() / 1e3);
|
|
7096
7117
|
}, j.valueOf = function() {
|
|
7097
7118
|
return this.$d.getTime();
|
|
7098
7119
|
}, j.startOf = function(O, S) {
|
|
7099
|
-
var Y = this, U = !!
|
|
7100
|
-
var xe =
|
|
7120
|
+
var Y = this, U = !!P.u(S) || S, J = P.p(O), oe = function(Ne, me) {
|
|
7121
|
+
var xe = P.w(Y.$u ? Date.UTC(Y.$y, me, Ne) : new Date(Y.$y, me, Ne), Y);
|
|
7101
7122
|
return U ? xe : xe.endOf(d);
|
|
7102
7123
|
}, de = function(Ne, me) {
|
|
7103
|
-
return
|
|
7104
|
-
}, Me = this.$W, ne = this.$M, ie = this.$D,
|
|
7124
|
+
return P.w(Y.toDate()[Ne].apply(Y.toDate("s"), (U ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(me)), Y);
|
|
7125
|
+
}, Me = this.$W, ne = this.$M, ie = this.$D, ve = "set" + (this.$u ? "UTC" : "");
|
|
7105
7126
|
switch (J) {
|
|
7106
7127
|
case h:
|
|
7107
7128
|
return U ? oe(1, 0) : oe(31, 11);
|
|
@@ -7112,20 +7133,20 @@ function Vu() {
|
|
|
7112
7133
|
return oe(U ? ie - Ce : ie + (6 - Ce), ne);
|
|
7113
7134
|
case d:
|
|
7114
7135
|
case C:
|
|
7115
|
-
return de(
|
|
7136
|
+
return de(ve + "Hours", 0);
|
|
7116
7137
|
case u:
|
|
7117
|
-
return de(
|
|
7138
|
+
return de(ve + "Minutes", 1);
|
|
7118
7139
|
case l:
|
|
7119
|
-
return de(
|
|
7140
|
+
return de(ve + "Seconds", 2);
|
|
7120
7141
|
case i:
|
|
7121
|
-
return de(
|
|
7142
|
+
return de(ve + "Milliseconds", 3);
|
|
7122
7143
|
default:
|
|
7123
7144
|
return this.clone();
|
|
7124
7145
|
}
|
|
7125
7146
|
}, j.endOf = function(O) {
|
|
7126
7147
|
return this.startOf(O, !1);
|
|
7127
7148
|
}, j.$set = function(O, S) {
|
|
7128
|
-
var Y, U =
|
|
7149
|
+
var Y, U = P.p(O), J = "set" + (this.$u ? "UTC" : ""), oe = (Y = {}, Y[d] = J + "Date", Y[C] = J + "Date", Y[g] = J + "Month", Y[h] = J + "FullYear", Y[u] = J + "Hours", Y[l] = J + "Minutes", Y[i] = J + "Seconds", Y[a] = J + "Milliseconds", Y)[U], de = U === d ? this.$D + (S - this.$W) : S;
|
|
7129
7150
|
if (U === g || U === h) {
|
|
7130
7151
|
var Me = this.clone().set(C, 1);
|
|
7131
7152
|
Me.$d[oe](de), Me.init(), this.$d = Me.set(C, Math.min(this.$D, Me.daysInMonth())).$d;
|
|
@@ -7134,30 +7155,30 @@ function Vu() {
|
|
|
7134
7155
|
}, j.set = function(O, S) {
|
|
7135
7156
|
return this.clone().$set(O, S);
|
|
7136
7157
|
}, j.get = function(O) {
|
|
7137
|
-
return this[
|
|
7158
|
+
return this[P.p(O)]();
|
|
7138
7159
|
}, j.add = function(O, S) {
|
|
7139
7160
|
var Y, U = this;
|
|
7140
7161
|
O = Number(O);
|
|
7141
|
-
var J =
|
|
7162
|
+
var J = P.p(S), oe = function(ne) {
|
|
7142
7163
|
var ie = b(U);
|
|
7143
|
-
return
|
|
7164
|
+
return P.w(ie.date(ie.date() + Math.round(ne * O)), U);
|
|
7144
7165
|
};
|
|
7145
7166
|
if (J === g) return this.set(g, this.$M + O);
|
|
7146
7167
|
if (J === h) return this.set(h, this.$y + O);
|
|
7147
7168
|
if (J === d) return oe(1);
|
|
7148
7169
|
if (J === c) return oe(7);
|
|
7149
7170
|
var de = (Y = {}, Y[l] = s, Y[u] = n, Y[i] = r, Y)[J] || 1, Me = this.$d.getTime() + O * de;
|
|
7150
|
-
return
|
|
7171
|
+
return P.w(Me, this);
|
|
7151
7172
|
}, j.subtract = function(O, S) {
|
|
7152
7173
|
return this.add(-1 * O, S);
|
|
7153
7174
|
}, j.format = function(O) {
|
|
7154
7175
|
var S = this, Y = this.$locale();
|
|
7155
7176
|
if (!this.isValid()) return Y.invalidDate || f;
|
|
7156
|
-
var U = O || "YYYY-MM-DDTHH:mm:ssZ", J =
|
|
7177
|
+
var U = O || "YYYY-MM-DDTHH:mm:ssZ", J = P.z(this), oe = this.$H, de = this.$m, Me = this.$M, ne = Y.weekdays, ie = Y.months, ve = Y.meridiem, fe = function(me, xe, se, te) {
|
|
7157
7178
|
return me && (me[xe] || me(S, U)) || se[xe].slice(0, te);
|
|
7158
7179
|
}, Ce = function(me) {
|
|
7159
|
-
return
|
|
7160
|
-
}, Ne =
|
|
7180
|
+
return P.s(oe % 12 || 12, me, "0");
|
|
7181
|
+
}, Ne = ve || function(me, xe, se) {
|
|
7161
7182
|
var te = me < 12 ? "AM" : "PM";
|
|
7162
7183
|
return se ? te.toLowerCase() : te;
|
|
7163
7184
|
};
|
|
@@ -7167,11 +7188,11 @@ function Vu() {
|
|
|
7167
7188
|
case "YY":
|
|
7168
7189
|
return String(S.$y).slice(-2);
|
|
7169
7190
|
case "YYYY":
|
|
7170
|
-
return
|
|
7191
|
+
return P.s(S.$y, 4, "0");
|
|
7171
7192
|
case "M":
|
|
7172
7193
|
return Me + 1;
|
|
7173
7194
|
case "MM":
|
|
7174
|
-
return
|
|
7195
|
+
return P.s(Me + 1, 2, "0");
|
|
7175
7196
|
case "MMM":
|
|
7176
7197
|
return fe(Y.monthsShort, Me, ie, 3);
|
|
7177
7198
|
case "MMMM":
|
|
@@ -7179,7 +7200,7 @@ function Vu() {
|
|
|
7179
7200
|
case "D":
|
|
7180
7201
|
return S.$D;
|
|
7181
7202
|
case "DD":
|
|
7182
|
-
return
|
|
7203
|
+
return P.s(S.$D, 2, "0");
|
|
7183
7204
|
case "d":
|
|
7184
7205
|
return String(S.$W);
|
|
7185
7206
|
case "dd":
|
|
@@ -7191,7 +7212,7 @@ function Vu() {
|
|
|
7191
7212
|
case "H":
|
|
7192
7213
|
return String(oe);
|
|
7193
7214
|
case "HH":
|
|
7194
|
-
return
|
|
7215
|
+
return P.s(oe, 2, "0");
|
|
7195
7216
|
case "h":
|
|
7196
7217
|
return Ce(1);
|
|
7197
7218
|
case "hh":
|
|
@@ -7203,13 +7224,13 @@ function Vu() {
|
|
|
7203
7224
|
case "m":
|
|
7204
7225
|
return String(de);
|
|
7205
7226
|
case "mm":
|
|
7206
|
-
return
|
|
7227
|
+
return P.s(de, 2, "0");
|
|
7207
7228
|
case "s":
|
|
7208
7229
|
return String(S.$s);
|
|
7209
7230
|
case "ss":
|
|
7210
|
-
return
|
|
7231
|
+
return P.s(S.$s, 2, "0");
|
|
7211
7232
|
case "SSS":
|
|
7212
|
-
return
|
|
7233
|
+
return P.s(S.$ms, 3, "0");
|
|
7213
7234
|
case "Z":
|
|
7214
7235
|
return J;
|
|
7215
7236
|
}
|
|
@@ -7219,8 +7240,8 @@ function Vu() {
|
|
|
7219
7240
|
}, j.utcOffset = function() {
|
|
7220
7241
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
7221
7242
|
}, j.diff = function(O, S, Y) {
|
|
7222
|
-
var U, J = this, oe =
|
|
7223
|
-
return
|
|
7243
|
+
var U, J = this, oe = P.p(S), de = b(O), Me = (de.utcOffset() - this.utcOffset()) * s, ne = this - de, ie = function() {
|
|
7244
|
+
return P.m(J, de);
|
|
7224
7245
|
};
|
|
7225
7246
|
switch (oe) {
|
|
7226
7247
|
case h:
|
|
@@ -7250,17 +7271,17 @@ function Vu() {
|
|
|
7250
7271
|
default:
|
|
7251
7272
|
U = ne;
|
|
7252
7273
|
}
|
|
7253
|
-
return Y ? U :
|
|
7274
|
+
return Y ? U : P.a(U);
|
|
7254
7275
|
}, j.daysInMonth = function() {
|
|
7255
7276
|
return this.endOf(g).$D;
|
|
7256
7277
|
}, j.$locale = function() {
|
|
7257
7278
|
return N[this.$L];
|
|
7258
7279
|
}, j.locale = function(O, S) {
|
|
7259
7280
|
if (!O) return this.$L;
|
|
7260
|
-
var Y = this.clone(), U =
|
|
7281
|
+
var Y = this.clone(), U = E(O, S, !0);
|
|
7261
7282
|
return U && (Y.$L = U), Y;
|
|
7262
7283
|
}, j.clone = function() {
|
|
7263
|
-
return
|
|
7284
|
+
return P.w(this.$d, this);
|
|
7264
7285
|
}, j.toDate = function() {
|
|
7265
7286
|
return new Date(this.valueOf());
|
|
7266
7287
|
}, j.toJSON = function() {
|
|
@@ -7270,16 +7291,16 @@ function Vu() {
|
|
|
7270
7291
|
}, j.toString = function() {
|
|
7271
7292
|
return this.$d.toUTCString();
|
|
7272
7293
|
}, T;
|
|
7273
|
-
}(), Z =
|
|
7294
|
+
}(), Z = B.prototype;
|
|
7274
7295
|
return b.prototype = Z, [["$ms", a], ["$s", i], ["$m", l], ["$H", u], ["$W", d], ["$M", g], ["$y", h], ["$D", C]].forEach(function(T) {
|
|
7275
7296
|
Z[T[1]] = function(j) {
|
|
7276
7297
|
return this.$g(j, T[0], T[1]);
|
|
7277
7298
|
};
|
|
7278
7299
|
}), b.extend = function(T, j) {
|
|
7279
|
-
return T.$i || (T(j,
|
|
7280
|
-
}, b.locale =
|
|
7300
|
+
return T.$i || (T(j, B, b), T.$i = !0), b;
|
|
7301
|
+
}, b.locale = E, b.isDayjs = k, b.unix = function(T) {
|
|
7281
7302
|
return b(1e3 * T);
|
|
7282
|
-
}, b.en = N[
|
|
7303
|
+
}, b.en = N[z], b.Ls = N, b.p = {}, b;
|
|
7283
7304
|
});
|
|
7284
7305
|
}(b2)), b2.exports;
|
|
7285
7306
|
}
|
|
@@ -7304,22 +7325,22 @@ var Gu = Zu();
|
|
|
7304
7325
|
const Wu = /* @__PURE__ */ u2(Gu);
|
|
7305
7326
|
ue.extend(Wu);
|
|
7306
7327
|
const Ku = (e, t) => {
|
|
7307
|
-
const { initialDate: r, hideAddButton: s } =
|
|
7308
|
-
dateFormat:
|
|
7309
|
-
companyDropDown:
|
|
7310
|
-
departmentDropDown:
|
|
7311
|
-
branchDropDown:
|
|
7312
|
-
currentDate:
|
|
7313
|
-
searchTerm:
|
|
7314
|
-
selectedCompany:
|
|
7315
|
-
selectedDepartment:
|
|
7316
|
-
selectedBranch:
|
|
7317
|
-
isHover:
|
|
7318
|
-
hoveredCell:
|
|
7319
|
-
employeeId:
|
|
7320
|
-
sort:
|
|
7321
|
-
tableBodyRef:
|
|
7322
|
-
}, a =
|
|
7328
|
+
const { initialDate: r, hideAddButton: s } = ye(e), n = {
|
|
7329
|
+
dateFormat: R("YYYY-MM-DD"),
|
|
7330
|
+
companyDropDown: R([]),
|
|
7331
|
+
departmentDropDown: R([]),
|
|
7332
|
+
branchDropDown: R([]),
|
|
7333
|
+
currentDate: R(ue(r.value)),
|
|
7334
|
+
searchTerm: R(""),
|
|
7335
|
+
selectedCompany: R(""),
|
|
7336
|
+
selectedDepartment: R(""),
|
|
7337
|
+
selectedBranch: R(""),
|
|
7338
|
+
isHover: R(!1),
|
|
7339
|
+
hoveredCell: R(),
|
|
7340
|
+
employeeId: R(),
|
|
7341
|
+
sort: R(""),
|
|
7342
|
+
tableBodyRef: R(null)
|
|
7343
|
+
}, a = De(e, "search", t), i = De(e, "selectedCell", t), l = F(() => n.sort.value ? n.sort.value === "asc" ? "ph:arrow-up" : "ph:arrow-down" : "ph:caret-up-down-light"), u = F(() => n.currentDate.value.startOf("week")), d = F(() => Array.from({ length: 7 }).map((N, I) => u.value.add(I, "day"))), c = F(() => {
|
|
7323
7344
|
const N = u.value, I = u.value.add(6, "day"), k = "MMM YYYY";
|
|
7324
7345
|
return N.format("YYYY") !== I.format("YYYY") ? `${N.format(k)} - ${I.format(k)}` : N.format("MMM") !== I.format("MMM") ? `${N.format("MMM")} - ${I.format(k)}` : `${N.format(k)}`;
|
|
7325
7346
|
}), g = (N, I) => N.format(I), y = (N) => N.isSame(ue(), "day"), h = () => {
|
|
@@ -7353,20 +7374,20 @@ const Ku = (e, t) => {
|
|
|
7353
7374
|
direction: "bottom"
|
|
7354
7375
|
}
|
|
7355
7376
|
);
|
|
7356
|
-
const
|
|
7357
|
-
const N =
|
|
7377
|
+
const z = F(() => {
|
|
7378
|
+
const N = L(" spr-border spr-border-color-weak spr-border-solid"), I = L(
|
|
7358
7379
|
"spr-bg-color-weak spr-flex spr-w-full spr-items-center spr-justify-between spr-p-size-spacing-sm"
|
|
7359
|
-
), k =
|
|
7380
|
+
), k = L(
|
|
7360
7381
|
" spr-flex spr-flex-col spr-h-full spr-divide-color-weak spr-divide-x-0 spr-divide-y spr-divide-solid"
|
|
7361
|
-
),
|
|
7382
|
+
), E = L(
|
|
7362
7383
|
"spr-h-full spr-table spr-w-full spr-table-fixed spr-border-collapse spr-border-spacing-0 spr-rounded-border"
|
|
7363
|
-
), b =
|
|
7384
|
+
), b = L(
|
|
7364
7385
|
"spr-sticky spr-left-0 spr-z-20 spr-background-color spr-body-xs-regular-medium spr-p-size-spacing-xs spr-text-left spr-overflow-hidden spr-h-full spr-border-x-0 spr-border-t-0 "
|
|
7365
|
-
),
|
|
7386
|
+
), P = L(
|
|
7366
7387
|
"spr-background-color spr-border-x-0 spr-border-t-0 spr-border-l spr-p-size-spacing-sm spr-text-center"
|
|
7367
|
-
),
|
|
7388
|
+
), B = L(
|
|
7368
7389
|
"spr-flex spr-flex-row spr-w-full spr-items-center spr-gap-size-spacing-3xs lg:spr-flex-col spr-overflow-hidden"
|
|
7369
|
-
), Z =
|
|
7390
|
+
), Z = L(
|
|
7370
7391
|
"spr-font-size-400 spr-line-height-500 spr-letter-spacing-dense spr-flex spr-h-size-spacing-md spr-w-size-spacing-md spr-items-center spr-justify-center spr-rounded-full spr-font-main spr-font-normal"
|
|
7371
7392
|
);
|
|
7372
7393
|
return f(), pe(n.searchTerm, (T, j) => {
|
|
@@ -7375,17 +7396,17 @@ const Ku = (e, t) => {
|
|
|
7375
7396
|
borderClasses: N,
|
|
7376
7397
|
headerWrapper: I,
|
|
7377
7398
|
contentWrapper: k,
|
|
7378
|
-
calendarTable:
|
|
7399
|
+
calendarTable: E,
|
|
7379
7400
|
tableHeaderEmployeeName: b,
|
|
7380
|
-
tableHeader:
|
|
7381
|
-
headerContent:
|
|
7401
|
+
tableHeader: P,
|
|
7402
|
+
headerContent: B,
|
|
7382
7403
|
headerDate: Z
|
|
7383
7404
|
};
|
|
7384
7405
|
});
|
|
7385
7406
|
return {
|
|
7386
7407
|
weekDates: d,
|
|
7387
7408
|
weekRangeDisplay: c,
|
|
7388
|
-
getCalendarClasses:
|
|
7409
|
+
getCalendarClasses: z,
|
|
7389
7410
|
getSortIcon: l,
|
|
7390
7411
|
formatDate: g,
|
|
7391
7412
|
isToday: y,
|
|
@@ -7435,7 +7456,7 @@ const Ku = (e, t) => {
|
|
|
7435
7456
|
showAddShift: D,
|
|
7436
7457
|
handleSorting: $
|
|
7437
7458
|
} = Ku(r, s);
|
|
7438
|
-
return (w,
|
|
7459
|
+
return (w, z) => (p(), K(xn, {
|
|
7439
7460
|
flexbox: "",
|
|
7440
7461
|
"has-content-padding": !1,
|
|
7441
7462
|
class: "spr-flex spr-h-full spr-flex-col spr-overflow-hidden"
|
|
@@ -7486,7 +7507,7 @@ const Ku = (e, t) => {
|
|
|
7486
7507
|
size: "large",
|
|
7487
7508
|
onClick: o(f)
|
|
7488
7509
|
}, {
|
|
7489
|
-
default: H(() =>
|
|
7510
|
+
default: H(() => z[2] || (z[2] = [
|
|
7490
7511
|
Te(" Today ")
|
|
7491
7512
|
])),
|
|
7492
7513
|
_: 1
|
|
@@ -7512,11 +7533,11 @@ const Ku = (e, t) => {
|
|
|
7512
7533
|
A("div", {
|
|
7513
7534
|
class: x(o(i).headerContent)
|
|
7514
7535
|
}, [
|
|
7515
|
-
|
|
7536
|
+
z[3] || (z[3] = A("div", null, "Employee Name", -1)),
|
|
7516
7537
|
A("div", {
|
|
7517
7538
|
id: "calendar-sort-button",
|
|
7518
7539
|
class: x(["spr-flex spr-cursor-pointer spr-flex-row spr-items-center spr-p-size-spacing-6xs"]),
|
|
7519
|
-
onClick:
|
|
7540
|
+
onClick: z[0] || (z[0] = //@ts-ignore
|
|
7520
7541
|
(...N) => o($) && o($)(...N))
|
|
7521
7542
|
}, [
|
|
7522
7543
|
V(o(W), {
|
|
@@ -7592,18 +7613,18 @@ const Ku = (e, t) => {
|
|
|
7592
7613
|
o(i).borderClasses,
|
|
7593
7614
|
"spr-min-w-[180px] spr-content-start spr-space-y-size-spacing-3xs spr-border-x spr-border-b spr-border-t-0 spr-p-size-spacing-sm last:spr-mb-size-spacing-lg last:spr-border-r-0"
|
|
7594
7615
|
]),
|
|
7595
|
-
onMouseover: (
|
|
7596
|
-
onMouseleave: (
|
|
7616
|
+
onMouseover: (E) => o(m)(!0, k, N.id),
|
|
7617
|
+
onMouseleave: (E) => o(m)(!1, k, N.id)
|
|
7597
7618
|
}, [
|
|
7598
7619
|
N.schedule[o(g)(I, o(l))] && N.schedule[o(g)(I, o(l))].length > 0 ? (p(), v("section", ld, [
|
|
7599
|
-
(p(!0), v(X, null, le(N.schedule[o(g)(I, o(l))], (
|
|
7620
|
+
(p(!0), v(X, null, le(N.schedule[o(g)(I, o(l))], (E, b) => (p(), v("div", {
|
|
7600
7621
|
key: b,
|
|
7601
7622
|
class: "spr-w-full"
|
|
7602
7623
|
}, [
|
|
7603
|
-
|
|
7624
|
+
E.type === "restday" ? (p(), v("div", {
|
|
7604
7625
|
key: 0,
|
|
7605
7626
|
class: "spr-flex spr-flex-col spr-items-center spr-justify-start",
|
|
7606
|
-
onClick: (
|
|
7627
|
+
onClick: (P) => o(M)({
|
|
7607
7628
|
employeeId: N.id,
|
|
7608
7629
|
date: o(g)(I, o(l)),
|
|
7609
7630
|
shift: "restday"
|
|
@@ -7616,18 +7637,18 @@ const Ku = (e, t) => {
|
|
|
7616
7637
|
], 8, ud)) : (p(), v("div", {
|
|
7617
7638
|
key: 1,
|
|
7618
7639
|
class: "spr-flex spr-flex-col spr-items-center spr-justify-start",
|
|
7619
|
-
onClick: (
|
|
7640
|
+
onClick: (P) => o(M)({
|
|
7620
7641
|
employeeId: N.id,
|
|
7621
7642
|
date: o(g)(I, o(l)),
|
|
7622
|
-
shift:
|
|
7643
|
+
shift: E
|
|
7623
7644
|
})
|
|
7624
7645
|
}, [
|
|
7625
7646
|
V(Ht, {
|
|
7626
7647
|
"view-only": !1,
|
|
7627
|
-
title: `${
|
|
7628
|
-
description:
|
|
7629
|
-
"sub-description":
|
|
7630
|
-
type:
|
|
7648
|
+
title: `${E.startTime} - ${E.endTime}`,
|
|
7649
|
+
description: E.location,
|
|
7650
|
+
"sub-description": E.type,
|
|
7651
|
+
type: E.color,
|
|
7631
7652
|
fullwidth: ""
|
|
7632
7653
|
}, null, 8, ["title", "description", "sub-description", "type"])
|
|
7633
7654
|
], 8, dd))
|
|
@@ -7639,13 +7660,13 @@ const Ku = (e, t) => {
|
|
|
7639
7660
|
type: "exempt",
|
|
7640
7661
|
"view-only": !1,
|
|
7641
7662
|
fullwidth: "",
|
|
7642
|
-
onOnClick: (
|
|
7663
|
+
onOnClick: (E) => o(M)({ employeeId: N.id, date: o(g)(I, o(l)), shift: null })
|
|
7643
7664
|
}, {
|
|
7644
7665
|
prefix: H(() => [
|
|
7645
7666
|
V(o(W), { icon: "ph:plus" })
|
|
7646
7667
|
]),
|
|
7647
7668
|
default: H(() => [
|
|
7648
|
-
|
|
7669
|
+
z[4] || (z[4] = A("div", { class: "spr-label-xs-medium" }, "Add New Shift", -1))
|
|
7649
7670
|
]),
|
|
7650
7671
|
_: 2
|
|
7651
7672
|
}, 1032, ["onOnClick"])
|
|
@@ -7681,10 +7702,10 @@ const Ku = (e, t) => {
|
|
|
7681
7702
|
color: "tertiary",
|
|
7682
7703
|
loading: ""
|
|
7683
7704
|
}),
|
|
7684
|
-
|
|
7705
|
+
z[5] || (z[5] = A("div", {
|
|
7685
7706
|
class: x([{ "spr-skeletal-loader spr-h-6 spr-rounded-md": !0 }])
|
|
7686
7707
|
}, null, -1)),
|
|
7687
|
-
|
|
7708
|
+
z[6] || (z[6] = A("div", {
|
|
7688
7709
|
class: x([{ "spr-skeletal-loader spr-h-6 spr-rounded-md": !0 }])
|
|
7689
7710
|
}, null, -1))
|
|
7690
7711
|
]),
|
|
@@ -7734,7 +7755,7 @@ const Ku = (e, t) => {
|
|
|
7734
7755
|
default: H(() => [
|
|
7735
7756
|
V(o(W), {
|
|
7736
7757
|
icon: "ph:plus",
|
|
7737
|
-
onClick:
|
|
7758
|
+
onClick: z[1] || (z[1] = (N) => w.$emit("onClickEmptyButton"))
|
|
7738
7759
|
}),
|
|
7739
7760
|
Te(G(w.emptyStateButtonText), 1)
|
|
7740
7761
|
]),
|
|
@@ -7840,7 +7861,7 @@ const Ku = (e, t) => {
|
|
|
7840
7861
|
close: (e) => e instanceof MouseEvent || e instanceof KeyboardEvent,
|
|
7841
7862
|
update: (e) => typeof e == "boolean"
|
|
7842
7863
|
}, Od = (e, t, r) => {
|
|
7843
|
-
const { disabled: s, active: n, variant: a, iconWeight: i, icon: l } =
|
|
7864
|
+
const { disabled: s, active: n, variant: a, iconWeight: i, icon: l } = ye(e), u = F(() => a.value === "day" ? L(
|
|
7844
7865
|
"spr-background-color spr-label-xs-medium spr-inline-flex spr-items-center spr-justify-center spr-rounded-full spr-transition-all spr-aspect-square spr-h-10 spr-w-10 spr-body-sm-regular spr-border spr-border-solid",
|
|
7845
7866
|
{
|
|
7846
7867
|
// Base cursor state
|
|
@@ -7852,7 +7873,7 @@ const Ku = (e, t) => {
|
|
|
7852
7873
|
// Default state (with hover/pressed)
|
|
7853
7874
|
"spr-text-color-strong spr-border-color-weak hover:spr-background-color-hover active:spr-background-color-pressed": !n.value && !s.value
|
|
7854
7875
|
}
|
|
7855
|
-
) :
|
|
7876
|
+
) : L(
|
|
7856
7877
|
"spr-body-xs-regular spr-py-1.5 spr-px-2 spr-text-color-strong spr-inline-flex spr-items-center spr-justify-center spr-gap-1 spr-rounded-full spr-transition-all spr-group",
|
|
7857
7878
|
{
|
|
7858
7879
|
// Base cursor state
|
|
@@ -8105,10 +8126,10 @@ const Xd = /* @__PURE__ */ u2(Jd);
|
|
|
8105
8126
|
ue.extend(Gd);
|
|
8106
8127
|
ue.extend(Xd);
|
|
8107
8128
|
const qd = (e, t) => {
|
|
8108
|
-
const { active: r, disabled: s, readonly: n, error: a, currentYear: i, minMaxYear: l, restDays: u, disabledDates: d, format: c } =
|
|
8109
|
-
const Q =
|
|
8129
|
+
const { active: r, disabled: s, readonly: n, error: a, currentYear: i, minMaxYear: l, restDays: u, disabledDates: d, format: c } = ye(e), g = De(e, "modelValue", t), y = F(() => {
|
|
8130
|
+
const Q = L("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
8110
8131
|
"spr-text-color-on-fill-disabled": s.value
|
|
8111
|
-
}), q =
|
|
8132
|
+
}), q = L(
|
|
8112
8133
|
"spr-flex spr-justify-between spr-items-center spr-gap-6 spr-rounded-lg spr-bg-white-50 spr-min-w-[180px] spr-py-1.5 spr-px-3",
|
|
8113
8134
|
{
|
|
8114
8135
|
// Normal State
|
|
@@ -8122,7 +8143,7 @@ const qd = (e, t) => {
|
|
|
8122
8143
|
// Readonly State
|
|
8123
8144
|
"spr-cursor-default": n.value
|
|
8124
8145
|
}
|
|
8125
|
-
), re =
|
|
8146
|
+
), re = L(
|
|
8126
8147
|
"spr-h-full spr-border-none spr-bg-transparent spr-outline-none",
|
|
8127
8148
|
"spr-font-size-200",
|
|
8128
8149
|
"placeholder:spr-text-color-weak",
|
|
@@ -8131,7 +8152,7 @@ const qd = (e, t) => {
|
|
|
8131
8152
|
"spr-text-color-on-fill-disabled": s.value || n.value,
|
|
8132
8153
|
"spr-cursor-not-allowed": s.value
|
|
8133
8154
|
}
|
|
8134
|
-
), ce =
|
|
8155
|
+
), ce = L(
|
|
8135
8156
|
"spr-body-sm-regular",
|
|
8136
8157
|
"spr-flex spr-items-center spr-gap-size-spacing-5xs",
|
|
8137
8158
|
"spr-mt-size-spacing-4xs",
|
|
@@ -8139,15 +8160,15 @@ const qd = (e, t) => {
|
|
|
8139
8160
|
"spr-text-color-danger-base": a.value,
|
|
8140
8161
|
"spr-text-color-supporting": !a.value
|
|
8141
8162
|
}
|
|
8142
|
-
),
|
|
8163
|
+
), Ie = L(
|
|
8143
8164
|
"spr-relative spr-box-border spr-flex spr-h-[40px] spr-items-center spr-justify-center spr-p-2",
|
|
8144
8165
|
"spr-transition spr-duration-150 spr-ease-in-out"
|
|
8145
|
-
), we =
|
|
8166
|
+
), we = L(
|
|
8146
8167
|
"spr-subheading-xs spr-relative spr-flex spr-cursor-pointer spr-items-center spr-justify-center spr-rounded-lg spr-p-4",
|
|
8147
8168
|
"spr-border spr-border-solid",
|
|
8148
8169
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
8149
8170
|
"active:spr-scale-95"
|
|
8150
|
-
), Oe =
|
|
8171
|
+
), Oe = L(
|
|
8151
8172
|
"spr-subheading-xs spr-relative spr-flex spr-cursor-pointer spr-items-center spr-justify-center spr-rounded-lg spr-p-4",
|
|
8152
8173
|
"spr-border spr-border-solid",
|
|
8153
8174
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
@@ -8158,32 +8179,32 @@ const qd = (e, t) => {
|
|
|
8158
8179
|
datePickerBaseInputClasses: q,
|
|
8159
8180
|
datePickerInputClasses: re,
|
|
8160
8181
|
datePickerInputHelperClasses: ce,
|
|
8161
|
-
calendarTabItemsBaseClasses:
|
|
8182
|
+
calendarTabItemsBaseClasses: Ie,
|
|
8162
8183
|
monthsTabItemsBaseClasses: we,
|
|
8163
8184
|
yearsTabItemsBaseClasses: Oe
|
|
8164
8185
|
};
|
|
8165
|
-
}), h =
|
|
8186
|
+
}), h = R(null), C = R(null), f = R(null), M = R(null), m = R(!1), D = R("tab-calendar"), $ = R(ue()), w = R(
|
|
8166
8187
|
Array.from({ length: 7 }, (Q, q) => ({
|
|
8167
8188
|
text: ue().day(q).format("dd"),
|
|
8168
8189
|
fullText: ue().day(q).format("dddd"),
|
|
8169
8190
|
dayValue: q
|
|
8170
8191
|
}))
|
|
8171
|
-
),
|
|
8192
|
+
), z = R(
|
|
8172
8193
|
Array.from({ length: 12 }, (Q, q) => ({
|
|
8173
8194
|
text: ue().month(q).format("MMM"),
|
|
8174
8195
|
fullText: ue().month(q).format("MMMM"),
|
|
8175
8196
|
monthValue: q
|
|
8176
8197
|
}))
|
|
8177
|
-
), N =
|
|
8198
|
+
), N = R(""), I = R(""), k = R(""), E = R([]), b = R({
|
|
8178
8199
|
selectedMonth: ue().month(),
|
|
8179
8200
|
selectedYear: Number(i.value),
|
|
8180
8201
|
calendarDays: []
|
|
8181
|
-
}),
|
|
8202
|
+
}), P = F(
|
|
8182
8203
|
() => ue().year(b.value.selectedYear).month(b.value.selectedMonth).isSame(ue().year(l.value.min).month(0), "month")
|
|
8183
|
-
),
|
|
8204
|
+
), B = F(
|
|
8184
8205
|
() => ue().year(b.value.selectedYear).month(b.value.selectedMonth).isSame(ue().year(l.value.max).month(11), "month")
|
|
8185
8206
|
), Z = () => {
|
|
8186
|
-
const Q = ue().year(b.value.selectedYear).month(b.value.selectedMonth).startOf("month").day(), q = ue().year(b.value.selectedYear).month(b.value.selectedMonth).endOf("month").date(), re = Q, ce = re + q,
|
|
8207
|
+
const Q = ue().year(b.value.selectedYear).month(b.value.selectedMonth).startOf("month").day(), q = ue().year(b.value.selectedYear).month(b.value.selectedMonth).endOf("month").date(), re = Q, ce = re + q, Ie = ce % 7 === 0 ? 0 : 7 - ce % 7, we = [];
|
|
8187
8208
|
for (let Oe = re; Oe > 0; Oe--) {
|
|
8188
8209
|
const Bt = ue().year(b.value.selectedYear).month(b.value.selectedMonth).date(-Oe + 1);
|
|
8189
8210
|
we.push({ date: Bt, inactive: !0 });
|
|
@@ -8192,23 +8213,23 @@ const qd = (e, t) => {
|
|
|
8192
8213
|
const Bt = ue().year(b.value.selectedYear).month(b.value.selectedMonth).date(Oe);
|
|
8193
8214
|
we.push({ date: Bt, inactive: !1 });
|
|
8194
8215
|
}
|
|
8195
|
-
for (let Oe = 1; Oe <=
|
|
8216
|
+
for (let Oe = 1; Oe <= Ie; Oe++) {
|
|
8196
8217
|
const Bt = ue().year(b.value.selectedYear).month(b.value.selectedMonth + 1).date(Oe);
|
|
8197
8218
|
we.push({ date: Bt, inactive: !0 });
|
|
8198
8219
|
}
|
|
8199
8220
|
b.value.calendarDays = we.map((Oe) => ({ ...Oe, date: Oe.date.toDate() }));
|
|
8200
8221
|
}, T = () => {
|
|
8201
|
-
if (
|
|
8222
|
+
if (P.value) return;
|
|
8202
8223
|
const Q = ue().year(b.value.selectedYear).month(b.value.selectedMonth).subtract(1, "month");
|
|
8203
8224
|
b.value.selectedMonth = Q.month(), b.value.selectedYear = Q.year(), Z();
|
|
8204
8225
|
}, j = () => {
|
|
8205
|
-
if (
|
|
8226
|
+
if (B.value) return;
|
|
8206
8227
|
const Q = ue().year(b.value.selectedYear).month(b.value.selectedMonth).add(1, "month");
|
|
8207
8228
|
b.value.selectedMonth = Q.month(), b.value.selectedYear = Q.year(), Z();
|
|
8208
8229
|
}, O = (Q) => {
|
|
8209
8230
|
const q = u.value.map((re) => {
|
|
8210
8231
|
var ce;
|
|
8211
|
-
return (ce = w.value.find((
|
|
8232
|
+
return (ce = w.value.find((Ie) => Ie.text.toLowerCase() === re.toLowerCase())) == null ? void 0 : ce.dayValue;
|
|
8212
8233
|
});
|
|
8213
8234
|
return J(Q) ? !1 : !!q.includes(Q.date.getDay());
|
|
8214
8235
|
}, S = (Q) => Q.date.toDateString() === $.value.format("ddd MMM DD YYYY"), Y = (Q) => !Q.inactive && !de(Q), U = (Q) => !!(Q.inactive && !de(Q)), J = (Q) => {
|
|
@@ -8219,7 +8240,7 @@ const qd = (e, t) => {
|
|
|
8219
8240
|
var re;
|
|
8220
8241
|
const q = (re = d2("text", N.value)) == null ? void 0 : re.monthValue;
|
|
8221
8242
|
return I.value && !N.value && !de(Q) ? Q.date.getDate() !== Number(I.value) : I.value && N && !de(Q) ? Q.date.getDate() !== Number(I.value) || Q.date.getMonth() !== q : !!(!I.value && N.value && !de(Q) || !I.value && !N.value && !de(Q));
|
|
8222
|
-
}, de = (Q) => !!(Me(Q) || ne(Q) || ie(Q) ||
|
|
8243
|
+
}, de = (Q) => !!(Me(Q) || ne(Q) || ie(Q) || ve(Q) || fe(Q) || Ce(Q) || Ne(Q)), Me = (Q) => {
|
|
8223
8244
|
if (d != null && d.value && d.value.from && d.value.to) {
|
|
8224
8245
|
const q = ue(d.value.from, "MM-DD-YYYY").startOf("day"), re = ue(d.value.to, "MM-DD-YYYY").endOf("day"), ce = ue(Q.date);
|
|
8225
8246
|
return ce.isSameOrAfter(q, "day") && ce.isSameOrBefore(re, "day");
|
|
@@ -8247,7 +8268,7 @@ const qd = (e, t) => {
|
|
|
8247
8268
|
}
|
|
8248
8269
|
}
|
|
8249
8270
|
return !1;
|
|
8250
|
-
},
|
|
8271
|
+
}, ve = (Q) => {
|
|
8251
8272
|
if (d != null && d.value && (d != null && d.value.selectedDates) && d.value.selectedDates.length > 0) {
|
|
8252
8273
|
const q = ue(Q.date);
|
|
8253
8274
|
return d.value.selectedDates.forEach((re) => {
|
|
@@ -8271,21 +8292,21 @@ const qd = (e, t) => {
|
|
|
8271
8292
|
if (d != null && d.value && (d != null && d.value.selectedDays)) {
|
|
8272
8293
|
const q = ue(Q.date);
|
|
8273
8294
|
return d.value.selectedDays.some((re) => {
|
|
8274
|
-
const ce = w.value.find((
|
|
8295
|
+
const ce = w.value.find((Ie) => Ie.text.toLowerCase() === re.toLowerCase());
|
|
8275
8296
|
return ce || console.error(`Error: disabledDates Props - Selected Days - Invalid day: "${re}"`), ce ? q.day() === w.value.indexOf(ce) : !1;
|
|
8276
8297
|
});
|
|
8277
8298
|
}
|
|
8278
8299
|
return !1;
|
|
8279
8300
|
}, me = (Q) => {
|
|
8280
|
-
const q = ue(Q.date), re = q.format("MM"), ce = q.format("DD"),
|
|
8281
|
-
N.value = re, I.value = ce, k.value =
|
|
8301
|
+
const q = ue(Q.date), re = q.format("MM"), ce = q.format("DD"), Ie = q.format("YYYY");
|
|
8302
|
+
N.value = re, I.value = ce, k.value = Ie, g.value = q.format(c.value), b.value.selectedMonth = Q.date.getMonth(), b.value.selectedYear = Q.date.getFullYear(), Ut(), Z(), Ft(), p2(), E.value = [], t("getDateErrors", E.value), setTimeout(() => {
|
|
8282
8303
|
m.value = !1;
|
|
8283
8304
|
}, 100);
|
|
8284
8305
|
}, xe = (Q) => {
|
|
8285
8306
|
D.value = "tab-calendar";
|
|
8286
8307
|
const q = Q.monthValue + 1, re = q < 10 ? `0${q}` : `${q}`;
|
|
8287
|
-
N.value = re, b.value.selectedMonth = Q.monthValue, Ut(), Z(), Ft(),
|
|
8288
|
-
}, se =
|
|
8308
|
+
N.value = re, b.value.selectedMonth = Q.monthValue, Ut(), Z(), Ft(), E.value = [], t("getDateErrors", E.value);
|
|
8309
|
+
}, se = R({
|
|
8289
8310
|
currentPage: 0,
|
|
8290
8311
|
itemsPerPage: 12,
|
|
8291
8312
|
yearsArray: Array.from(
|
|
@@ -8303,21 +8324,21 @@ const qd = (e, t) => {
|
|
|
8303
8324
|
}, sa = () => {
|
|
8304
8325
|
(se.value.currentPage + 1) * se.value.itemsPerPage < se.value.yearsArray.length && se.value.currentPage++;
|
|
8305
8326
|
}, na = F(() => se.value.currentPage === 0), aa = F(() => (se.value.currentPage + 1) * se.value.itemsPerPage >= se.value.yearsArray.length), oa = (Q) => {
|
|
8306
|
-
D.value = "tab-calendar", k.value = Q, b.value.selectedYear = Number(Q), Ut(), Z(), Ft(),
|
|
8327
|
+
D.value = "tab-calendar", k.value = Q, b.value.selectedYear = Number(Q), Ut(), Z(), Ft(), E.value = [], t("getDateErrors", E.value);
|
|
8307
8328
|
}, ia = F(() => s.value || n.value), yr = (Q) => {
|
|
8308
8329
|
var q, re;
|
|
8309
8330
|
switch (Q) {
|
|
8310
8331
|
case "MinMaxYear": {
|
|
8311
|
-
const ce = Number(i.value) || (/* @__PURE__ */ new Date()).getFullYear(), { min:
|
|
8312
|
-
(
|
|
8313
|
-
`Error: minMaxYear Props - The current year (${ce}) is outside of the valid range. min: ${
|
|
8332
|
+
const ce = Number(i.value) || (/* @__PURE__ */ new Date()).getFullYear(), { min: Ie, max: we } = l.value;
|
|
8333
|
+
(Ie > ce || we < ce) && console.error(
|
|
8334
|
+
`Error: minMaxYear Props - The current year (${ce}) is outside of the valid range. min: ${Ie}, max: ${we}.`
|
|
8314
8335
|
);
|
|
8315
8336
|
break;
|
|
8316
8337
|
}
|
|
8317
8338
|
case "disabledDatesToFrom": {
|
|
8318
8339
|
if ((q = d == null ? void 0 : d.value) != null && q.from && ((re = d == null ? void 0 : d.value) != null && re.to)) {
|
|
8319
|
-
const ce = ue(d.value.from, "MM-DD-YYYY"),
|
|
8320
|
-
ce.isAfter(
|
|
8340
|
+
const ce = ue(d.value.from, "MM-DD-YYYY"), Ie = ue(d.value.to, "MM-DD-YYYY");
|
|
8341
|
+
ce.isAfter(Ie) && console.error('Error: disabledDates props - The "from" date cannot be later than the "to" date.'), Ie.isBefore(ce) && console.error('Error: disabledDates props - The "to" date cannot be earlier than the "from" date.');
|
|
8321
8342
|
}
|
|
8322
8343
|
break;
|
|
8323
8344
|
}
|
|
@@ -8341,23 +8362,23 @@ const qd = (e, t) => {
|
|
|
8341
8362
|
} else
|
|
8342
8363
|
console.error(`Error: Could not parse date "${g.value}" with format "${c.value}"`);
|
|
8343
8364
|
}
|
|
8344
|
-
}, d2 = (Q, q) =>
|
|
8365
|
+
}, d2 = (Q, q) => z.value.find(
|
|
8345
8366
|
(re) => re[Q].toString().toLowerCase() === q.toString().toLowerCase()
|
|
8346
|
-
), ua = (Q) =>
|
|
8367
|
+
), ua = (Q) => L(y.value.datePickerInputClasses, `spr-w-[${Q}] spr-min-w-[${Q}]`), da = (Q) => L("spr-cursor-pointer", {
|
|
8347
8368
|
"spr-background-color-pressed !spr-shadow-button": D.value === Q
|
|
8348
8369
|
}), ca = () => {
|
|
8349
|
-
N.value = N.value.replace(/[^A-Za-z0-9\s]/g, "").toLocaleUpperCase(),
|
|
8370
|
+
N.value = N.value.replace(/[^A-Za-z0-9\s]/g, "").toLocaleUpperCase(), E.value = [], t("getDateErrors", E.value), Ut(), c2(), p2();
|
|
8350
8371
|
}, pa = () => {
|
|
8351
|
-
I.value = I.value.replace(/[^0-9]/g, ""),
|
|
8372
|
+
I.value = I.value.replace(/[^0-9]/g, ""), E.value = [], t("getDateErrors", E.value), c2(), p2();
|
|
8352
8373
|
}, ga = () => {
|
|
8353
|
-
k.value = k.value.replace(/[^0-9]/g, ""),
|
|
8374
|
+
k.value = k.value.replace(/[^0-9]/g, ""), E.value = [], t("getDateErrors", E.value), c2(), p2();
|
|
8354
8375
|
}, Ut = () => {
|
|
8355
8376
|
if (N.value.length >= 2)
|
|
8356
8377
|
if (!isNaN(Number(N.value)) && !isNaN(parseFloat(N.value))) {
|
|
8357
|
-
const q = N.value.replace(/\b0(\d)\b/g, "$1"), re = Number(q), ce =
|
|
8378
|
+
const q = N.value.replace(/\b0(\d)\b/g, "$1"), re = Number(q), ce = z.value.find((Ie) => Ie.monthValue + 1 === re);
|
|
8358
8379
|
ce && (N.value = ce.text.toUpperCase());
|
|
8359
8380
|
} else {
|
|
8360
|
-
const q =
|
|
8381
|
+
const q = z.value.find(
|
|
8361
8382
|
(re) => re.text.toLowerCase() === N.value.toLowerCase()
|
|
8362
8383
|
);
|
|
8363
8384
|
q && (N.value = q.text.toUpperCase());
|
|
@@ -8367,15 +8388,15 @@ const qd = (e, t) => {
|
|
|
8367
8388
|
if (N.value && I.value && k.value) {
|
|
8368
8389
|
const q = `${N.value}-${I.value}-${k.value}`, re = ue(q, "MM-DD-YYYY").isValid(), ce = Number(k.value) >= l.value.min && Number(k.value) <= l.value.max;
|
|
8369
8390
|
if (re && ce) {
|
|
8370
|
-
|
|
8371
|
-
const
|
|
8372
|
-
b.value.selectedMonth = Number(
|
|
8373
|
-
} else if (!
|
|
8391
|
+
E.value = E.value.filter((we) => we.title !== "Invalid Date");
|
|
8392
|
+
const Ie = (Q = d2("text", N.value)) == null ? void 0 : Q.monthValue;
|
|
8393
|
+
b.value.selectedMonth = Number(Ie), b.value.selectedYear = Number(k.value), Z(), Ft();
|
|
8394
|
+
} else if (!E.value.some((we) => we.title === "Invalid Date")) {
|
|
8374
8395
|
let we;
|
|
8375
|
-
ce ? we = `Invalid Date Format. Please use ${c.value}` : we = `Year must be between ${l.value.min} and ${l.value.max}.`,
|
|
8396
|
+
ce ? we = `Invalid Date Format. Please use ${c.value}` : we = `Year must be between ${l.value.min} and ${l.value.max}.`, E.value.push({
|
|
8376
8397
|
title: "Invalid Date",
|
|
8377
8398
|
message: we
|
|
8378
|
-
}), m.value = !1, t("getDateErrors",
|
|
8399
|
+
}), m.value = !1, t("getDateErrors", E.value), console.error(`Invalid Date: "${q}". ${we}`);
|
|
8379
8400
|
}
|
|
8380
8401
|
}
|
|
8381
8402
|
}, 500), fa = (Q) => {
|
|
@@ -8388,7 +8409,7 @@ const qd = (e, t) => {
|
|
|
8388
8409
|
}));
|
|
8389
8410
|
}, Ft = () => {
|
|
8390
8411
|
if (N.value && I.value && k.value) {
|
|
8391
|
-
const Q =
|
|
8412
|
+
const Q = z.value.find(
|
|
8392
8413
|
(re) => re.text.toLowerCase() === N.value.toLowerCase()
|
|
8393
8414
|
), q = se.value.yearsArray.find((re) => re === Number(k.value));
|
|
8394
8415
|
if (Q && q) {
|
|
@@ -8425,15 +8446,15 @@ const qd = (e, t) => {
|
|
|
8425
8446
|
}, p2 = () => {
|
|
8426
8447
|
let Q = N.value;
|
|
8427
8448
|
if (!(!isNaN(Number(N.value)) && !isNaN(parseFloat(N.value)))) {
|
|
8428
|
-
const ce =
|
|
8429
|
-
(
|
|
8449
|
+
const ce = z.value.find(
|
|
8450
|
+
(Ie) => Ie.text.toLowerCase() === N.value.toLowerCase()
|
|
8430
8451
|
);
|
|
8431
8452
|
ce && (Q = ce.monthValue < 10 ? `0${ce.monthValue + 1}` : `${ce.monthValue + 1}`);
|
|
8432
8453
|
}
|
|
8433
8454
|
const re = ue(`${Q}-${I.value}-${k.value}`, "MM-DD-YYYY");
|
|
8434
8455
|
!Q && !I.value && !k.value || t("getInputValue", g.value = re.format(c.value));
|
|
8435
8456
|
}, ya = () => {
|
|
8436
|
-
t("getMonthList",
|
|
8457
|
+
t("getMonthList", z.value);
|
|
8437
8458
|
}, va = () => {
|
|
8438
8459
|
t("getYearList", se.value.yearsArray);
|
|
8439
8460
|
}, Ca = () => {
|
|
@@ -8472,14 +8493,14 @@ const qd = (e, t) => {
|
|
|
8472
8493
|
currentTab: D,
|
|
8473
8494
|
currentDate: $,
|
|
8474
8495
|
daysOfWeek: w,
|
|
8475
|
-
monthsList:
|
|
8496
|
+
monthsList: z,
|
|
8476
8497
|
dateInput: I,
|
|
8477
8498
|
monthInput: N,
|
|
8478
8499
|
yearInput: k,
|
|
8479
|
-
datePickerErrors:
|
|
8500
|
+
datePickerErrors: E,
|
|
8480
8501
|
calendarTabPageData: b,
|
|
8481
|
-
calendarTabIsMinMonth:
|
|
8482
|
-
calendarTabIsMaxMonth:
|
|
8502
|
+
calendarTabIsMinMonth: P,
|
|
8503
|
+
calendarTabIsMaxMonth: B,
|
|
8483
8504
|
calendarTabPrevMonth: T,
|
|
8484
8505
|
calendarTabNextMonth: j,
|
|
8485
8506
|
calendarTabIsRestDay: O,
|
|
@@ -8559,14 +8580,14 @@ const qd = (e, t) => {
|
|
|
8559
8580
|
calendarTabPageData: D,
|
|
8560
8581
|
calendarTabIsMinMonth: $,
|
|
8561
8582
|
calendarTabIsMaxMonth: w,
|
|
8562
|
-
calendarTabIsRestDay:
|
|
8583
|
+
calendarTabIsRestDay: z,
|
|
8563
8584
|
calendarTabIsTodayIndicator: N,
|
|
8564
8585
|
calendarTabIsActiveMonthDates: I,
|
|
8565
8586
|
calendarTabIsInactiveMonthDates: k,
|
|
8566
|
-
calendarTabIsSelectedDate:
|
|
8587
|
+
calendarTabIsSelectedDate: E,
|
|
8567
8588
|
calendarTabIsUnSelectedDate: b,
|
|
8568
|
-
calendarTabIsDateIsDisabled:
|
|
8569
|
-
calendarTabHandleDateInput:
|
|
8589
|
+
calendarTabIsDateIsDisabled: P,
|
|
8590
|
+
calendarTabHandleDateInput: B,
|
|
8570
8591
|
getMonthObject: Z,
|
|
8571
8592
|
getTabClasses: T,
|
|
8572
8593
|
isDatePickerPopperDisabled: j,
|
|
@@ -8580,7 +8601,7 @@ const qd = (e, t) => {
|
|
|
8580
8601
|
yearTabIsNextButtonDisabled: Me,
|
|
8581
8602
|
yearTabHandleSelectedYear: ne,
|
|
8582
8603
|
handleMonthInput: ie,
|
|
8583
|
-
handleDateInput:
|
|
8604
|
+
handleDateInput: ve,
|
|
8584
8605
|
handleYearInput: fe,
|
|
8585
8606
|
handleTabClick: Ce,
|
|
8586
8607
|
handleBackspace: Ne,
|
|
@@ -8602,7 +8623,7 @@ const qd = (e, t) => {
|
|
|
8602
8623
|
container: `#${s.id}`,
|
|
8603
8624
|
strategy: s.popperStrategy === "fixed" || s.popperStrategy === "absolute" ? s.popperStrategy : "absolute",
|
|
8604
8625
|
delay: 0,
|
|
8605
|
-
style:
|
|
8626
|
+
style: $e({
|
|
8606
8627
|
width: s.width
|
|
8607
8628
|
})
|
|
8608
8629
|
}, {
|
|
@@ -8707,22 +8728,22 @@ const qd = (e, t) => {
|
|
|
8707
8728
|
o(a).calendarTabItemsBaseClasses,
|
|
8708
8729
|
{
|
|
8709
8730
|
// Rest Days
|
|
8710
|
-
"spr-background-color-disabled": o(
|
|
8731
|
+
"spr-background-color-disabled": o(z)(te),
|
|
8711
8732
|
// Today Indicator - only apply brand color if not selected
|
|
8712
|
-
"spr-text-color-brand-base": o(N)(te) && !o(
|
|
8733
|
+
"spr-text-color-brand-base": o(N)(te) && !o(E)(te),
|
|
8713
8734
|
// Active Month Dates - only apply if not selected and not today
|
|
8714
|
-
"spr-text-color-strong": o(I)(te) && !o(
|
|
8735
|
+
"spr-text-color-strong": o(I)(te) && !o(E)(te) && !o(N)(te),
|
|
8715
8736
|
// Inactive Month Dates (Past/Future)
|
|
8716
8737
|
"spr-text-color-disabled": o(k)(te),
|
|
8717
8738
|
// Selected Date
|
|
8718
|
-
"spr-background-color-brand-base active:spr-background-color-brand-pressed spr-text-color-inverted-strong spr-cursor-pointer !spr-text-white-50 active:spr-scale-95": o(
|
|
8739
|
+
"spr-background-color-brand-base active:spr-background-color-brand-pressed spr-text-color-inverted-strong spr-cursor-pointer !spr-text-white-50 active:spr-scale-95": o(E)(te),
|
|
8719
8740
|
// Unselected Date
|
|
8720
8741
|
"hover:spr-background-color-hover spr-border-color-weak active:spr-background-color-pressed spr-cursor-pointer spr-border spr-border-solid active:spr-scale-95": o(b)(te),
|
|
8721
8742
|
// Disabled Dates
|
|
8722
|
-
"spr-cursor-not-allowed spr-opacity-30": o(
|
|
8743
|
+
"spr-cursor-not-allowed spr-opacity-30": o(P)(te)
|
|
8723
8744
|
}
|
|
8724
8745
|
]),
|
|
8725
|
-
onClick: (Re) => o(
|
|
8746
|
+
onClick: (Re) => o(P)(te) ? null : o(B)(te)
|
|
8726
8747
|
}, [
|
|
8727
8748
|
A("span", null, G(te.date.getDate()), 1),
|
|
8728
8749
|
o(N)(te) ? (p(), v("div", f3)) : _("", !0)
|
|
@@ -8815,9 +8836,9 @@ const qd = (e, t) => {
|
|
|
8815
8836
|
disabled: s.disabled,
|
|
8816
8837
|
readonly: s.readonly,
|
|
8817
8838
|
onInput: se[5] || (se[5] = //@ts-ignore
|
|
8818
|
-
(...te) => o(
|
|
8839
|
+
(...te) => o(ve) && o(ve)(...te)),
|
|
8819
8840
|
onKeyup: se[6] || (se[6] = //@ts-ignore
|
|
8820
|
-
(...te) => o(
|
|
8841
|
+
(...te) => o(ve) && o(ve)(...te)),
|
|
8821
8842
|
onKeydown: se[7] || (se[7] = (te) => o(Ne)("date", te))
|
|
8822
8843
|
}, null, 42, n3), [
|
|
8823
8844
|
[a0, o(C)]
|
|
@@ -8946,7 +8967,7 @@ const qd = (e, t) => {
|
|
|
8946
8967
|
default: null
|
|
8947
8968
|
}
|
|
8948
8969
|
}, w3 = ["update:modelValue"], S3 = (e, t) => {
|
|
8949
|
-
const r =
|
|
8970
|
+
const r = R(null), s = R(null), n = R(null), a = De(e, "modelValue", t), i = (M) => {
|
|
8950
8971
|
if (!(e.disabled || M === null))
|
|
8951
8972
|
if (M instanceof Event) {
|
|
8952
8973
|
const D = M.target.files;
|
|
@@ -8962,7 +8983,7 @@ const qd = (e, t) => {
|
|
|
8962
8983
|
dataTypes: e.fileTypes,
|
|
8963
8984
|
preventDefaultForUnhandled: !1
|
|
8964
8985
|
}), d = F(() => {
|
|
8965
|
-
const M =
|
|
8986
|
+
const M = L(
|
|
8966
8987
|
"spr-rounded-border-radius-xl spr-mt-size-spacing-3xs spr-flex",
|
|
8967
8988
|
{
|
|
8968
8989
|
"spr-min-w-[56px] spr-py-size-spacing-2xs spr-px-size-spacing-xs": e.type !== "center",
|
|
@@ -8975,7 +8996,7 @@ const qd = (e, t) => {
|
|
|
8975
8996
|
"spr-border-color-disabled spr-background-color-disabled": e.disabled,
|
|
8976
8997
|
"spr-cursor-not-allowed file-upload_wrapper": e.disabled && u.value
|
|
8977
8998
|
}
|
|
8978
|
-
), m =
|
|
8999
|
+
), m = L(
|
|
8979
9000
|
"spr-flex spr-items-center spr-gap-size-spacing-3xs",
|
|
8980
9001
|
{
|
|
8981
9002
|
"spr-flex-auto ": e.type !== "center",
|
|
@@ -8983,14 +9004,14 @@ const qd = (e, t) => {
|
|
|
8983
9004
|
"spr-text-color-strong": !e.disabled,
|
|
8984
9005
|
"spr-text-color-disabled": e.disabled
|
|
8985
9006
|
}
|
|
8986
|
-
), D =
|
|
9007
|
+
), D = L(
|
|
8987
9008
|
"spr-grid spr-content-center spr-body-xs-regular",
|
|
8988
9009
|
{
|
|
8989
9010
|
"spr-w-fit ": e.type !== "center",
|
|
8990
9011
|
"spr-text-color-base": !e.disabled,
|
|
8991
9012
|
"spr-text-color-disabled": e.disabled
|
|
8992
9013
|
}
|
|
8993
|
-
), $ =
|
|
9014
|
+
), $ = L(
|
|
8994
9015
|
"spr-rounded-border-radius-xl",
|
|
8995
9016
|
"spr-border spr-border-solid spr-border-color-weak spr-background-color",
|
|
8996
9017
|
"spr-mt-size-spacing-3xs spr-px-size-spacing-xs spr-py-size-spacing-2xs",
|
|
@@ -9011,7 +9032,7 @@ const qd = (e, t) => {
|
|
|
9011
9032
|
a.value.splice(M, 1);
|
|
9012
9033
|
}, g = () => {
|
|
9013
9034
|
s.value !== null && s.value.click();
|
|
9014
|
-
}, y =
|
|
9035
|
+
}, y = R(null), h = (M) => {
|
|
9015
9036
|
n.value !== null && (n.value.click(), y.value = M);
|
|
9016
9037
|
}, C = (M) => {
|
|
9017
9038
|
var m;
|
|
@@ -9206,21 +9227,21 @@ const qd = (e, t) => {
|
|
|
9206
9227
|
deselected: u,
|
|
9207
9228
|
hasSearchApi: d,
|
|
9208
9229
|
hasAdvancedFilterApi: c
|
|
9209
|
-
} =
|
|
9230
|
+
} = ye(e), g = De(e, "modelValue", t), y = De(e, "search", t), h = De(e, "searchFilter", t), C = R(!1), f = R(""), M = R(""), m = R(!1), D = R(!1), $ = R({}), w = R({}), z = R(
|
|
9210
9231
|
s.value
|
|
9211
|
-
), N =
|
|
9212
|
-
var
|
|
9232
|
+
), N = R([]), I = R(null), k = R([]), E = R(""), b = F(() => {
|
|
9233
|
+
var ve;
|
|
9213
9234
|
if (l.value) return r.value;
|
|
9214
9235
|
const ne = d.value ? "" : f.value.toLowerCase();
|
|
9215
|
-
return (
|
|
9216
|
-
}),
|
|
9236
|
+
return (ve = r.value) == null ? void 0 : ve.filter((fe, Ce) => (g.value.find((me) => me.value === fe.value && me.isSelected) && (r.value[Ce].isSelected = !0), fe.text.toLowerCase().includes(ne)));
|
|
9237
|
+
}), P = F(() => {
|
|
9217
9238
|
if (a.value) return n.value;
|
|
9218
9239
|
const ne = c.value ? "" : M.value.toLowerCase();
|
|
9219
|
-
return n.value.filter((
|
|
9220
|
-
(Ne) => Ne.value ===
|
|
9221
|
-
) && (n.value[fe].isSelected = !0),
|
|
9222
|
-
}),
|
|
9223
|
-
w.value[ne].isFilterVisible = !0,
|
|
9240
|
+
return n.value.filter((ve, fe) => (N.value.find(
|
|
9241
|
+
(Ne) => Ne.value === ve.value && Ne.isSelected && Ne.column === E.value
|
|
9242
|
+
) && (n.value[fe].isSelected = !0), ve.text.toLowerCase().includes(ne.toLowerCase())));
|
|
9243
|
+
}), B = F(() => Object.values(w.value).some((ne) => ne.isFilterVisible)), Z = F(() => N.value.filter((ne) => ne.isSelected && ne.column === E.value)), T = F(() => e.id ? `filter-popover-${e.id}` : `filter-popover-${ue().valueOf().toString().slice(-8)}`), j = (ne) => {
|
|
9244
|
+
w.value[ne].isFilterVisible = !0, E.value !== ne && (M.value = "", E.value = ne, t("getFilterData", ne));
|
|
9224
9245
|
}, O = (ne) => {
|
|
9225
9246
|
Object.keys(w.value).forEach((ie) => {
|
|
9226
9247
|
w.value[ie].isFilterVisible = ie === ne;
|
|
@@ -9228,7 +9249,7 @@ const qd = (e, t) => {
|
|
|
9228
9249
|
}, S = () => {
|
|
9229
9250
|
var ne;
|
|
9230
9251
|
(ne = s.value) != null && ne.length && (w.value = s.value.reduce(
|
|
9231
|
-
(ie, { isFilterVisible:
|
|
9252
|
+
(ie, { isFilterVisible: ve, columnName: fe, field: Ce }) => (ie[Ce] = { isFilterVisible: ve || !1, columnName: fe, field: Ce, count: 0, selected: {} }, ie),
|
|
9232
9253
|
{}
|
|
9233
9254
|
));
|
|
9234
9255
|
}, Y = (ne) => N.value.filter((ie) => ie.column === ne).length;
|
|
@@ -9237,28 +9258,28 @@ const qd = (e, t) => {
|
|
|
9237
9258
|
});
|
|
9238
9259
|
const U = () => {
|
|
9239
9260
|
var ne;
|
|
9240
|
-
(ne = r.value) != null && ne.length && b.value.forEach((ie,
|
|
9241
|
-
b.value[
|
|
9261
|
+
(ne = r.value) != null && ne.length && b.value.forEach((ie, ve) => {
|
|
9262
|
+
b.value[ve].isSelected = !0;
|
|
9242
9263
|
});
|
|
9243
9264
|
}, J = (ne) => {
|
|
9244
|
-
const ie =
|
|
9265
|
+
const ie = P.value.filter((fe) => fe.isSelected && fe.column === ne), ve = ie.filter(
|
|
9245
9266
|
(fe) => !N.value.some((Ce) => Ce.value === fe.value && Ce.column === fe.column)
|
|
9246
9267
|
);
|
|
9247
|
-
N.value = [...N.value, ...
|
|
9268
|
+
N.value = [...N.value, ...ve], w.value[ne].count = ie.length, w.value[ne].isFilterVisible = !1, M.value = "", t("selectedFilter", N.value);
|
|
9248
9269
|
}, oe = (ne) => {
|
|
9249
|
-
|
|
9270
|
+
P.value.map((ie) => (ie.value === ne && (ie.isSelected = !1), ie)), N.value = N.value.filter((ie) => ie.value !== ne), w.value[E.value].count = N.value.length, t("selectedFilter", N.value);
|
|
9250
9271
|
}, de = () => {
|
|
9251
|
-
if (
|
|
9252
|
-
t("infiniteScrollFilterTrigger",
|
|
9272
|
+
if (B.value) {
|
|
9273
|
+
t("infiniteScrollFilterTrigger", E.value);
|
|
9253
9274
|
return;
|
|
9254
9275
|
}
|
|
9255
9276
|
t("infiniteScrollTrigger", !0);
|
|
9256
9277
|
};
|
|
9257
|
-
pe(
|
|
9278
|
+
pe(E, (ne) => {
|
|
9258
9279
|
O(ne);
|
|
9259
9280
|
}), pe(u, (ne) => {
|
|
9260
|
-
ne && (b.value.forEach(({ value: ie },
|
|
9261
|
-
ie === ne && (b.value[
|
|
9281
|
+
ne && (b.value.forEach(({ value: ie }, ve) => {
|
|
9282
|
+
ie === ne && (b.value[ve].isSelected = !1);
|
|
9262
9283
|
}), g.value = g.value.filter(
|
|
9263
9284
|
({ value: ie }) => ie !== ne
|
|
9264
9285
|
));
|
|
@@ -9285,25 +9306,25 @@ const qd = (e, t) => {
|
|
|
9285
9306
|
ne === ie || !c.value || (h.value = ne);
|
|
9286
9307
|
}), kt(() => k.value[0], de, { distance: 10 }), kt(I, de, { distance: 10 });
|
|
9287
9308
|
const Me = F(() => {
|
|
9288
|
-
const ne =
|
|
9309
|
+
const ne = L("spr-relative spr-inline-block spr-w-full"), ie = L(
|
|
9289
9310
|
"spr-border-color-weak spr-border spr-border-x-0 spr-border-t-0 spr-border-solid spr-p-size-spacing-2xs",
|
|
9290
9311
|
"spr-flex spr-items-center",
|
|
9291
9312
|
{ "spr-justify-between": s.value.length > 0 && i.value },
|
|
9292
9313
|
{ "spr-justify-end": s.value.length === 0 || !i.value }
|
|
9293
|
-
),
|
|
9314
|
+
), ve = L(
|
|
9294
9315
|
"spr-flex spr-flex-col spr-divide-x-0 spr-divide-y spr-divide-solid spr-divide-mushroom-200"
|
|
9295
|
-
), fe =
|
|
9316
|
+
), fe = L("spr-flex spr-items-center spr-justify-between spr-p-size-spacing-2xs"), Ce = L(
|
|
9296
9317
|
"spr-flex spr-w-[328px] spr-flex-wrap spr-gap-size-spacing-2xs spr-p-size-spacing-xs"
|
|
9297
|
-
), Ne =
|
|
9318
|
+
), Ne = L(
|
|
9298
9319
|
"spr-h-[264px] spr-p-size-spacing-sm spr-flex spr-items-center spr-justify-center"
|
|
9299
|
-
), me =
|
|
9320
|
+
), me = L("spr-flex spr-justify-end spr-gap-2 spr-p-size-spacing-2xs"), xe = L(
|
|
9300
9321
|
"spr-body-xs-regular spr-flex spr-cursor-pointer spr-justify-between spr-rounded-border-radius-md spr-p-size-spacing-4xs",
|
|
9301
9322
|
"hover:spr-background-color-hover"
|
|
9302
9323
|
);
|
|
9303
9324
|
return S(), {
|
|
9304
9325
|
MainClasses: ne,
|
|
9305
9326
|
MenuOptionClasses: ie,
|
|
9306
|
-
PopperWrapperClasses:
|
|
9327
|
+
PopperWrapperClasses: ve,
|
|
9307
9328
|
PopperHeaderClasses: fe,
|
|
9308
9329
|
PopperContentClasses: Ce,
|
|
9309
9330
|
LoadingStateClasses: Ne,
|
|
@@ -9316,11 +9337,11 @@ const qd = (e, t) => {
|
|
|
9316
9337
|
searchValue: f,
|
|
9317
9338
|
isAddFilterVisible: m,
|
|
9318
9339
|
isAdvanceFilterVisible: D,
|
|
9319
|
-
filterMenuList:
|
|
9340
|
+
filterMenuList: z,
|
|
9320
9341
|
getFiltereredOption: b,
|
|
9321
9342
|
mappedMenuData: $,
|
|
9322
9343
|
getSelectedFilterMenuOption: Z,
|
|
9323
|
-
getFilteredMenuOption:
|
|
9344
|
+
getFilteredMenuOption: P,
|
|
9324
9345
|
filterMenuSearchvalue: M,
|
|
9325
9346
|
mappedFilterMenuList: w,
|
|
9326
9347
|
filterClass: Me,
|
|
@@ -9453,7 +9474,7 @@ const qd = (e, t) => {
|
|
|
9453
9474
|
getSelectedItemPerFilterMenu: $,
|
|
9454
9475
|
handleRemoveFilterValues: w
|
|
9455
9476
|
} = Q3(r, s);
|
|
9456
|
-
return (
|
|
9477
|
+
return (z, N) => (p(), K(o(je), {
|
|
9457
9478
|
shown: o(n),
|
|
9458
9479
|
"onUpdate:shown": N[5] || (N[5] = (I) => ge(n) ? n.value = I : null),
|
|
9459
9480
|
"aria-id": "filter-option-wrapper",
|
|
@@ -9465,7 +9486,7 @@ const qd = (e, t) => {
|
|
|
9465
9486
|
"auto-hide": !1,
|
|
9466
9487
|
delay: 0,
|
|
9467
9488
|
"popper-class": "filter-menu-popper",
|
|
9468
|
-
style:
|
|
9489
|
+
style: $e({
|
|
9469
9490
|
width: r.width,
|
|
9470
9491
|
position: "relative"
|
|
9471
9492
|
})
|
|
@@ -9474,9 +9495,9 @@ const qd = (e, t) => {
|
|
|
9474
9495
|
A("div", {
|
|
9475
9496
|
class: x(o(y).MenuOptionClasses)
|
|
9476
9497
|
}, [
|
|
9477
|
-
|
|
9498
|
+
z.filterMenu.length > 0 && z.filterable ? (p(), v("div", W3, [
|
|
9478
9499
|
A("div", K3, [
|
|
9479
|
-
(p(!0), v(X, null, le(
|
|
9500
|
+
(p(!0), v(X, null, le(z.filterMenu, (I) => (p(), v(X, {
|
|
9480
9501
|
key: I.field
|
|
9481
9502
|
}, [
|
|
9482
9503
|
o(g)[I.field].count ? (p(), K(_t, {
|
|
@@ -9515,7 +9536,7 @@ const qd = (e, t) => {
|
|
|
9515
9536
|
A("div", {
|
|
9516
9537
|
class: x(o(y).PopperContentClasses)
|
|
9517
9538
|
}, [
|
|
9518
|
-
(p(!0), v(X, null, le(
|
|
9539
|
+
(p(!0), v(X, null, le(z.filterMenu, (I) => (p(), K(o(je), {
|
|
9519
9540
|
key: I.field,
|
|
9520
9541
|
shown: o(g)[I.field].isFilterVisible,
|
|
9521
9542
|
"onUpdate:shown": (k) => o(g)[I.field].isFilterVisible = k,
|
|
@@ -9556,8 +9577,8 @@ const qd = (e, t) => {
|
|
|
9556
9577
|
}, 8, ["id", "modelValue"])
|
|
9557
9578
|
]),
|
|
9558
9579
|
o(u).length > 0 ? (p(), v("div", q3, [
|
|
9559
|
-
(p(!0), v(X, null, le(o(u), (k,
|
|
9560
|
-
key:
|
|
9580
|
+
(p(!0), v(X, null, le(o(u), (k, E) => (p(), K(_t, {
|
|
9581
|
+
key: E,
|
|
9561
9582
|
label: k.text,
|
|
9562
9583
|
active: !0,
|
|
9563
9584
|
closable: "",
|
|
@@ -9572,30 +9593,30 @@ const qd = (e, t) => {
|
|
|
9572
9593
|
ref: f,
|
|
9573
9594
|
class: "spr-h-[264px] spr-space-y-size-spacing-6xs spr-overflow-auto spr-p-size-spacing-2xs"
|
|
9574
9595
|
}, [
|
|
9575
|
-
(p(!0), v(X, null, le(o(d), (k,
|
|
9596
|
+
(p(!0), v(X, null, le(o(d), (k, E) => (p(), v("div", {
|
|
9576
9597
|
key: k.value,
|
|
9577
9598
|
class: x([
|
|
9578
9599
|
o(y).filterListClasses,
|
|
9579
|
-
{ "spr-background-color-multiple-active": o(d)[
|
|
9600
|
+
{ "spr-background-color-multiple-active": o(d)[E].isSelected }
|
|
9580
9601
|
])
|
|
9581
9602
|
}, [
|
|
9582
9603
|
V($t, {
|
|
9583
9604
|
id: "filter-menu-option",
|
|
9584
|
-
modelValue: o(d)[
|
|
9585
|
-
"onUpdate:modelValue": (b) => o(d)[
|
|
9605
|
+
modelValue: o(d)[E].isSelected,
|
|
9606
|
+
"onUpdate:modelValue": (b) => o(d)[E].isSelected = b,
|
|
9586
9607
|
class: "spr-w-full",
|
|
9587
|
-
checked: o(d)[
|
|
9588
|
-
label: o(d)[
|
|
9589
|
-
description: o(d)[
|
|
9608
|
+
checked: o(d)[E].isSelected,
|
|
9609
|
+
label: o(d)[E].text,
|
|
9610
|
+
description: o(d)[E].subtext
|
|
9590
9611
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "checked", "label", "description"])
|
|
9591
9612
|
], 2))), 128))
|
|
9592
9613
|
], 8, e4)) : (p(), v("div", {
|
|
9593
9614
|
key: 2,
|
|
9594
9615
|
class: x(o(y).LoadingStateClasses)
|
|
9595
9616
|
}, [
|
|
9596
|
-
r.loading ? ee(
|
|
9617
|
+
r.loading ? ee(z.$slots, "loading", { key: 0 }, () => [
|
|
9597
9618
|
N[8] || (N[8] = Te(" loading... "))
|
|
9598
|
-
]) : ee(
|
|
9619
|
+
]) : ee(z.$slots, "empty", { key: 1 }, () => [
|
|
9599
9620
|
N[9] || (N[9] = Te(" No Result Found! "))
|
|
9600
9621
|
])
|
|
9601
9622
|
], 2)),
|
|
@@ -9671,7 +9692,7 @@ const qd = (e, t) => {
|
|
|
9671
9692
|
_: 1
|
|
9672
9693
|
}, 8, ["onClick"])
|
|
9673
9694
|
], 2),
|
|
9674
|
-
o(l).length > 0 && !
|
|
9695
|
+
o(l).length > 0 && !z.filling ? (p(), v("div", {
|
|
9675
9696
|
key: 0,
|
|
9676
9697
|
ref_key: "filterOptionRef",
|
|
9677
9698
|
ref: C,
|
|
@@ -9688,11 +9709,11 @@ const qd = (e, t) => {
|
|
|
9688
9709
|
}, [
|
|
9689
9710
|
A("div", {
|
|
9690
9711
|
class: "spr-flex spr-w-full spr-flex-row spr-items-center spr-justify-items-start spr-gap-size-spacing-3xs",
|
|
9691
|
-
onClick: (
|
|
9712
|
+
onClick: (E) => o(l)[k].isSelected = !o(l)[k].isSelected
|
|
9692
9713
|
}, [
|
|
9693
9714
|
V($t, {
|
|
9694
9715
|
modelValue: o(l)[k].isSelected,
|
|
9695
|
-
"onUpdate:modelValue": (
|
|
9716
|
+
"onUpdate:modelValue": (E) => o(l)[k].isSelected = E,
|
|
9696
9717
|
checked: o(l)[k].isSelected
|
|
9697
9718
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "checked"]),
|
|
9698
9719
|
r.hasAvatar ? (p(), K(Et, {
|
|
@@ -9710,11 +9731,11 @@ const qd = (e, t) => {
|
|
|
9710
9731
|
], 8, t4)
|
|
9711
9732
|
], 2))), 128))
|
|
9712
9733
|
], 512)) : (p(), v("div", n4, [
|
|
9713
|
-
|
|
9734
|
+
z.filling ? ee(z.$slots, "loading-state", { key: 0 }, () => [
|
|
9714
9735
|
A("div", {
|
|
9715
9736
|
class: x(o(y).LoadingStateClasses)
|
|
9716
9737
|
}, "Loading...", 2)
|
|
9717
|
-
]) : ee(
|
|
9738
|
+
]) : ee(z.$slots, "empty-state", { key: 1 }, () => [
|
|
9718
9739
|
A("div", {
|
|
9719
9740
|
class: x(o(y).LoadingStateClasses)
|
|
9720
9741
|
}, "Result not found!", 2)
|
|
@@ -9724,21 +9745,21 @@ const qd = (e, t) => {
|
|
|
9724
9745
|
default: H(() => [
|
|
9725
9746
|
A("div", {
|
|
9726
9747
|
id: o(h),
|
|
9727
|
-
style:
|
|
9748
|
+
style: $e({
|
|
9728
9749
|
width: r.width,
|
|
9729
9750
|
position: "relative"
|
|
9730
9751
|
}),
|
|
9731
9752
|
onClick: N[1] || (N[1] = (I) => n.value = !0)
|
|
9732
9753
|
}, [
|
|
9733
|
-
ee(
|
|
9754
|
+
ee(z.$slots, "default", {}, () => [
|
|
9734
9755
|
V(ke, {
|
|
9735
9756
|
id: r.id,
|
|
9736
9757
|
modelValue: o(a),
|
|
9737
9758
|
"onUpdate:modelValue": N[0] || (N[0] = (I) => ge(a) ? a.value = I : null),
|
|
9738
9759
|
type: "text",
|
|
9739
|
-
placeholder:
|
|
9740
|
-
label:
|
|
9741
|
-
disabled:
|
|
9760
|
+
placeholder: z.placeholder,
|
|
9761
|
+
label: z.label,
|
|
9762
|
+
disabled: z.disabled,
|
|
9742
9763
|
"helper-text": r.helperText,
|
|
9743
9764
|
"display-helper": !!r.helperText,
|
|
9744
9765
|
error: r.error
|
|
@@ -11435,8 +11456,8 @@ function A2() {
|
|
|
11435
11456
|
return nr(t0, arguments);
|
|
11436
11457
|
}
|
|
11437
11458
|
const v6 = (e, t) => {
|
|
11438
|
-
const { preSelectedCountryCode: r, disabledCountryCallingCode: s, disabled: n } =
|
|
11439
|
-
countryCallingCodeClasses:
|
|
11459
|
+
const { preSelectedCountryCode: r, disabledCountryCallingCode: s, disabled: n } = ye(e), a = F(() => ({
|
|
11460
|
+
countryCallingCodeClasses: L(
|
|
11440
11461
|
"spr-font-weight-regular spr-font-size-200 spr-line-height-500 spr-letter-spacing-none spr-font-main",
|
|
11441
11462
|
"spr-flex spr-items-center spr-gap-size-spacing-5xs",
|
|
11442
11463
|
{
|
|
@@ -11445,10 +11466,10 @@ const v6 = (e, t) => {
|
|
|
11445
11466
|
"spr-cursor-pointer": !s.value && !n.value
|
|
11446
11467
|
}
|
|
11447
11468
|
)
|
|
11448
|
-
})), i =
|
|
11469
|
+
})), i = De(e, "modelValue", t), l = R({
|
|
11449
11470
|
countryCode: ["PH"],
|
|
11450
11471
|
countryCallingCode: ["63"]
|
|
11451
|
-
}), u =
|
|
11472
|
+
}), u = R(!1), d = (f) => {
|
|
11452
11473
|
const M = A2(f), m = kn().find((D) => A2(D) === String(M) && D === f);
|
|
11453
11474
|
m && M ? (l.value = {
|
|
11454
11475
|
countryCode: [m],
|
|
@@ -11649,7 +11670,7 @@ const b6 = kn().map((e) => {
|
|
|
11649
11670
|
__proto__: null,
|
|
11650
11671
|
default: w6
|
|
11651
11672
|
}, Symbol.toStringTag, { value: "Module" })), j6 = () => {
|
|
11652
|
-
const e =
|
|
11673
|
+
const e = R(!1), t = F(() => e.value ? "ph:eye" : "ph:eye-closed"), r = F(() => e.value ? "text" : "password");
|
|
11653
11674
|
return {
|
|
11654
11675
|
showPassword: e,
|
|
11655
11676
|
evaluateEyeIcon: t,
|
|
@@ -12996,10 +13017,10 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
12996
13017
|
}, F5 = {
|
|
12997
13018
|
"update:modelValue": (e) => e
|
|
12998
13019
|
}, B5 = (e, t) => {
|
|
12999
|
-
const { size: r, contentPadding: s, staticBackdrop: n } =
|
|
13000
|
-
const d =
|
|
13020
|
+
const { size: r, contentPadding: s, staticBackdrop: n } = ye(e), a = F(() => {
|
|
13021
|
+
const d = L(
|
|
13001
13022
|
"spr-fixed spr-bottom-0 spr-left-0 spr-right-0 spr-top-0 spr-z-[1050] spr-h-full spr-w-full spr-bg-[#4C5857] spr-opacity-60"
|
|
13002
|
-
), c =
|
|
13023
|
+
), c = L(
|
|
13003
13024
|
"spr-fixed spr-z-[1100] spr-left-1/2 spr-top-1/2 spr-transform -spr-translate-x-1/2 -spr-translate-y-1/2",
|
|
13004
13025
|
"spr-background-color spr-rounded-xl",
|
|
13005
13026
|
"spr-border spr-border-solid spr-border-color-weak",
|
|
@@ -13011,23 +13032,23 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13011
13032
|
"spr-w-[900px] spr-max-w-[1200px]": r.value === "xl"
|
|
13012
13033
|
},
|
|
13013
13034
|
{ "bounce-animation": i.value }
|
|
13014
|
-
), g =
|
|
13035
|
+
), g = L(
|
|
13015
13036
|
"spr-flex spr-items-start spr-justify-between spr-gap-2 spr-px-4 spr-py-3",
|
|
13016
13037
|
"spr-text-color-strong spr-subheading-xs",
|
|
13017
13038
|
"spr-border-color-weak spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid",
|
|
13018
13039
|
"spr-rounded-tl-xl spr-rounded-tr-xl",
|
|
13019
13040
|
"sm:spr-p-2"
|
|
13020
|
-
), y =
|
|
13041
|
+
), y = L(
|
|
13021
13042
|
"spr-text-color-weak spr-subheading-xs spr-mt-0.5 spr-cursor-pointer",
|
|
13022
13043
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
13023
13044
|
"hover:spr-text-color-base",
|
|
13024
13045
|
"active:spr-text-color-strong active:spr-scale-75"
|
|
13025
|
-
), h =
|
|
13046
|
+
), h = L(
|
|
13026
13047
|
"spr-body-sm-regular spr-max-h-[calc(100vh-200px)] spr-overflow-y-auto spr-overflow-x-hidden",
|
|
13027
13048
|
{
|
|
13028
13049
|
"spr-p-4 sm:spr-p-2": s.value
|
|
13029
13050
|
}
|
|
13030
|
-
), C =
|
|
13051
|
+
), C = L(
|
|
13031
13052
|
"spr-border-color-weak spr-border-x-0 spr-border-b-0 spr-border-t spr-border-solid",
|
|
13032
13053
|
"spr-flex spr-w-full spr-items-center spr-px-size-spacing-xs spr-py-size-spacing-2xs",
|
|
13033
13054
|
"spr-text-color-strong spr-subheading-xs"
|
|
@@ -13040,7 +13061,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13040
13061
|
contentClasses: h,
|
|
13041
13062
|
footerClasses: C
|
|
13042
13063
|
};
|
|
13043
|
-
}), i =
|
|
13064
|
+
}), i = R(!1), l = () => {
|
|
13044
13065
|
t("update:modelValue", !1);
|
|
13045
13066
|
};
|
|
13046
13067
|
return {
|
|
@@ -13180,7 +13201,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13180
13201
|
}, [
|
|
13181
13202
|
A("div", {
|
|
13182
13203
|
class: "spr-background-color-success-base spr-transition-all spr-duration-300",
|
|
13183
|
-
style:
|
|
13204
|
+
style: $e(o(n))
|
|
13184
13205
|
}, null, 4)
|
|
13185
13206
|
], 2),
|
|
13186
13207
|
t.label ? (p(), v("span", J5, G(o(s)) + "%", 1)) : _("", !0)
|
|
@@ -13221,10 +13242,10 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13221
13242
|
default: !1
|
|
13222
13243
|
}
|
|
13223
13244
|
}, t9 = ["update:modelValue"], r9 = (e, t, r) => {
|
|
13224
|
-
const { modelValue: s, disabled: n, description: a, bordered: i, fullWidth: l } =
|
|
13225
|
-
const y =
|
|
13245
|
+
const { modelValue: s, disabled: n, description: a, bordered: i, fullWidth: l } = ye(e), u = R(null), d = G0(u), c = F(() => {
|
|
13246
|
+
const y = L("spr-sr-only spr-peer spr-inline-block", {
|
|
13226
13247
|
"spr-cursor-not-allowed": n.value
|
|
13227
|
-
}), h =
|
|
13248
|
+
}), h = L(
|
|
13228
13249
|
"spr-inline-block spr-w-4 spr-h-4 spr-rounded-full spr-border-2 spr-border-solid spr-shrink-0",
|
|
13229
13250
|
{
|
|
13230
13251
|
"spr-mr-2": r.default,
|
|
@@ -13262,7 +13283,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13262
13283
|
// Bordered Disabled state but different value
|
|
13263
13284
|
"spr-border-white-400 spr-background-color-disabled": n.value && String(s == null ? void 0 : s.value) !== String(e.value) && i.value
|
|
13264
13285
|
}
|
|
13265
|
-
), C =
|
|
13286
|
+
), C = L(
|
|
13266
13287
|
"spr-group spr-m-0 spr-inline-flex spr-w-auto spr-items-center spr-p-0 spr-font-main",
|
|
13267
13288
|
"spr-text-color-strong spr-inline-flex spr-items-center spr-p-0",
|
|
13268
13289
|
{
|
|
@@ -13271,7 +13292,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13271
13292
|
"spr-cursor-pointer": !n.value,
|
|
13272
13293
|
"spr-cursor-not-allowed": n.value
|
|
13273
13294
|
}
|
|
13274
|
-
), f =
|
|
13295
|
+
), f = L(
|
|
13275
13296
|
"spr-border spr-rounded-md spr-p-size-spacing-2xs spr-border-solid spr-box-border",
|
|
13276
13297
|
{
|
|
13277
13298
|
//enabled state
|
|
@@ -13291,7 +13312,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13291
13312
|
labelClasses: C,
|
|
13292
13313
|
borderedClasses: f
|
|
13293
13314
|
};
|
|
13294
|
-
}), g =
|
|
13315
|
+
}), g = De(e, "modelValue", t);
|
|
13295
13316
|
return {
|
|
13296
13317
|
radioRef: u,
|
|
13297
13318
|
radioClasses: c,
|
|
@@ -13441,30 +13462,30 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13441
13462
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
13442
13463
|
"update:modelValue": (e) => !0
|
|
13443
13464
|
}, g9 = (e, t) => {
|
|
13444
|
-
const { options: r, disabled: s } =
|
|
13465
|
+
const { options: r, disabled: s } = ye(e), n = F(() => ({
|
|
13445
13466
|
baseClasses: "spr-flex spr-flex-col spr-gap-size-spacing-4xs",
|
|
13446
13467
|
labelClasses: "spr-body-sm-regular spr-text-color-strong spr-block"
|
|
13447
|
-
})), a =
|
|
13468
|
+
})), a = R(!1), i = R(null), l = F(() => s.value), u = De(e, "modelValue", t), d = F(() => r.value), c = R(""), g = R(!1), y = R(!1), h = (w) => !w.sublevel || w.sublevel.length === 0, C = (w, z, N = []) => {
|
|
13448
13469
|
for (const I of w) {
|
|
13449
13470
|
const k = [...N, I.text];
|
|
13450
|
-
if (I.value ===
|
|
13471
|
+
if (I.value === z)
|
|
13451
13472
|
return k;
|
|
13452
13473
|
if (I.sublevel) {
|
|
13453
|
-
const
|
|
13454
|
-
if (
|
|
13474
|
+
const E = C(I.sublevel, z, k);
|
|
13475
|
+
if (E) return E;
|
|
13455
13476
|
}
|
|
13456
13477
|
}
|
|
13457
13478
|
return null;
|
|
13458
|
-
}, f = (w,
|
|
13479
|
+
}, f = (w, z) => {
|
|
13459
13480
|
y.value = !1, u.value = w;
|
|
13460
|
-
let N =
|
|
13481
|
+
let N = z;
|
|
13461
13482
|
if (!N && w.length > 0) {
|
|
13462
|
-
const I = (k,
|
|
13483
|
+
const I = (k, E) => {
|
|
13463
13484
|
for (const b of k) {
|
|
13464
|
-
if (b.value ===
|
|
13485
|
+
if (b.value === E) return b;
|
|
13465
13486
|
if (b.sublevel) {
|
|
13466
|
-
const
|
|
13467
|
-
if (
|
|
13487
|
+
const P = I(b.sublevel, E);
|
|
13488
|
+
if (P) return P;
|
|
13468
13489
|
}
|
|
13469
13490
|
}
|
|
13470
13491
|
};
|
|
@@ -13490,12 +13511,12 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13490
13511
|
return;
|
|
13491
13512
|
}
|
|
13492
13513
|
if (Array.isArray(w) && w.length > 0) {
|
|
13493
|
-
let
|
|
13514
|
+
let z = d.value;
|
|
13494
13515
|
const N = [];
|
|
13495
13516
|
for (const I of w) {
|
|
13496
|
-
const k =
|
|
13517
|
+
const k = z.find((E) => E.value === I);
|
|
13497
13518
|
if (!k) break;
|
|
13498
|
-
N.push(k.text),
|
|
13519
|
+
N.push(k.text), z = k.sublevel || [];
|
|
13499
13520
|
}
|
|
13500
13521
|
c.value = N.join(" > ");
|
|
13501
13522
|
}
|
|
@@ -13557,7 +13578,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13557
13578
|
container: "#ladderized-select-wrapper",
|
|
13558
13579
|
strategy: r.popperStrategy === "fixed" || r.popperStrategy === "absolute" ? r.popperStrategy : "absolute",
|
|
13559
13580
|
delay: 0,
|
|
13560
|
-
style:
|
|
13581
|
+
style: $e({
|
|
13561
13582
|
position: r.wrapperPosition,
|
|
13562
13583
|
width: r.width
|
|
13563
13584
|
})
|
|
@@ -13621,7 +13642,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13621
13642
|
]),
|
|
13622
13643
|
A("div", {
|
|
13623
13644
|
id: "ladderized-select-wrapper",
|
|
13624
|
-
style:
|
|
13645
|
+
style: $e({ width: r.popperWidth })
|
|
13625
13646
|
}, null, 4)
|
|
13626
13647
|
]),
|
|
13627
13648
|
_: 1
|
|
@@ -13763,10 +13784,10 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13763
13784
|
"update:search": (e) => typeof e == "string",
|
|
13764
13785
|
"infinite-scroll-trigger": Boolean
|
|
13765
13786
|
}, D9 = (e, t) => {
|
|
13766
|
-
const { displayText: r, options: s, textField: n, valueField: a, active: i, disabled: l, error: u, disabledLocalSearch: d } =
|
|
13767
|
-
const O =
|
|
13787
|
+
const { displayText: r, options: s, textField: n, valueField: a, active: i, disabled: l, error: u, disabledLocalSearch: d } = ye(e), c = F(() => {
|
|
13788
|
+
const O = L("spr-flex spr-flex-col spr-gap-size-spacing-4xs"), S = L("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
13768
13789
|
"spr-text-color-on-fill-disabled": l.value
|
|
13769
|
-
}), Y =
|
|
13790
|
+
}), Y = L(
|
|
13770
13791
|
"spr-relative spr-flex spr-items-center spr-min-h-9 spr-rounded-border-radius-md spr-border-[1.5px] spr-border-solid",
|
|
13771
13792
|
{
|
|
13772
13793
|
"spr-cursor-pointer": !l.value,
|
|
@@ -13781,7 +13802,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13781
13802
|
// Disabled State
|
|
13782
13803
|
"spr-background-color-disabled spr-cursor-not-allowed spr-border-mushroom-100": l.value
|
|
13783
13804
|
}
|
|
13784
|
-
), U =
|
|
13805
|
+
), U = L(
|
|
13785
13806
|
"spr-flex spr-gap-1 spr-justify-between spr-w-full spr-outline-none spr-ring-0 spr-border-none spr-rounded-border-radius-md spr-font-size-200",
|
|
13786
13807
|
"spr-font-size-200 [font-weight:inherit]",
|
|
13787
13808
|
"placeholder:spr-text-mushroom-300",
|
|
@@ -13790,15 +13811,15 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13790
13811
|
// Disabled State
|
|
13791
13812
|
"spr-text-color-on-fill-disabled !spr-cursor-not-allowed": l.value
|
|
13792
13813
|
}
|
|
13793
|
-
), J =
|
|
13814
|
+
), J = L(
|
|
13794
13815
|
"spr-flex spr-items-center spr-justify-center spr-h-inherit spr-px-2 [&>svg]:spr-min-h-4 [&>svg]:spr-min-w-4",
|
|
13795
13816
|
{
|
|
13796
13817
|
"spr-text-mushroom-300": !u.value,
|
|
13797
13818
|
"spr-text-tomato-600": u.value
|
|
13798
13819
|
}
|
|
13799
|
-
), oe =
|
|
13820
|
+
), oe = L(
|
|
13800
13821
|
"spr-flex spr-flex-row spr-items-start spr-justify-between spr-w-full"
|
|
13801
|
-
), de =
|
|
13822
|
+
), de = L(
|
|
13802
13823
|
"spr-body-sm-regular spr-flex spr-items-center spr-gap-size-spacing-5xs spr-flex-1",
|
|
13803
13824
|
{
|
|
13804
13825
|
"spr-text-color-danger-base": u.value,
|
|
@@ -13814,7 +13835,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13814
13835
|
chippedHelperContainerClasses: oe,
|
|
13815
13836
|
chippedHelperClasses: de
|
|
13816
13837
|
};
|
|
13817
|
-
}), g =
|
|
13838
|
+
}), g = R(null), y = R(!1), h = F(() => l.value), C = De(e, "modelValue", t), f = R([]), M = R([]), m = R(!1), D = R(""), $ = R(""), w = R(null), z = De(e, "searchValue", t), N = R(""), I = R(null), { focused: k } = W0(w), E = F(() => Array.isArray(C.value) ? C.value : C.value !== void 0 && C.value !== null ? [C.value] : []), b = () => {
|
|
13818
13839
|
if (!s.value || !Array.isArray(s.value) || s.value.length === 0) {
|
|
13819
13840
|
M.value = [];
|
|
13820
13841
|
return;
|
|
@@ -13851,9 +13872,9 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13851
13872
|
return;
|
|
13852
13873
|
}
|
|
13853
13874
|
M.value = s.value;
|
|
13854
|
-
},
|
|
13875
|
+
}, P = () => {
|
|
13855
13876
|
y.value = !y.value;
|
|
13856
|
-
},
|
|
13877
|
+
}, B = (O) => {
|
|
13857
13878
|
const S = O.map((Y) => {
|
|
13858
13879
|
if (typeof Y.value == "string" && Y.value.startsWith("{") && Y.value.endsWith("}"))
|
|
13859
13880
|
try {
|
|
@@ -13883,7 +13904,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13883
13904
|
}, T = () => {
|
|
13884
13905
|
if (M.value.length) {
|
|
13885
13906
|
if (!d.value) {
|
|
13886
|
-
const O =
|
|
13907
|
+
const O = E.value;
|
|
13887
13908
|
if (!O || !O.length) {
|
|
13888
13909
|
f.value = [], D.value = "", $.value = "";
|
|
13889
13910
|
return;
|
|
@@ -13923,7 +13944,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13923
13944
|
},
|
|
13924
13945
|
{ deep: !0 }
|
|
13925
13946
|
), pe(N, () => {
|
|
13926
|
-
|
|
13947
|
+
z.value = N.value;
|
|
13927
13948
|
}), Yt(g, () => {
|
|
13928
13949
|
y.value = !1, T();
|
|
13929
13950
|
}), kt(
|
|
@@ -13933,7 +13954,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13933
13954
|
},
|
|
13934
13955
|
{ distance: 10 }
|
|
13935
13956
|
), Be(() => {
|
|
13936
|
-
b(),
|
|
13957
|
+
b(), E.value.length > 0 ? T() : r.value && (D.value = r.value, $.value = r.value);
|
|
13937
13958
|
}), {
|
|
13938
13959
|
multiSelectClasses: c,
|
|
13939
13960
|
multiSelectPopperState: y,
|
|
@@ -13945,10 +13966,10 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13945
13966
|
isMultiSelectPopperDisabled: h,
|
|
13946
13967
|
searchInput: N,
|
|
13947
13968
|
multipleSelectPopperRef: I,
|
|
13948
|
-
handleMultiSelectedItem:
|
|
13969
|
+
handleMultiSelectedItem: B,
|
|
13949
13970
|
handleChippedRemoveItem: Z,
|
|
13950
13971
|
handleClear: j,
|
|
13951
|
-
handleOptionsToggle:
|
|
13972
|
+
handleOptionsToggle: P
|
|
13952
13973
|
};
|
|
13953
13974
|
}, I9 = ["for"], A9 = { class: "spr-h-auto spr-w-full" }, x9 = {
|
|
13954
13975
|
key: 1,
|
|
@@ -13994,7 +14015,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
13994
14015
|
container: `#${r.id}`,
|
|
13995
14016
|
strategy: r.popperStrategy === "fixed" || r.popperStrategy === "absolute" ? r.popperStrategy : "absolute",
|
|
13996
14017
|
delay: 0,
|
|
13997
|
-
style:
|
|
14018
|
+
style: $e({
|
|
13998
14019
|
position: r.wrapperPosition,
|
|
13999
14020
|
width: r.width
|
|
14000
14021
|
})
|
|
@@ -14048,7 +14069,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14048
14069
|
label: String(w.text),
|
|
14049
14070
|
closable: "",
|
|
14050
14071
|
visible: "",
|
|
14051
|
-
onClose: (
|
|
14072
|
+
onClose: (z) => o(f)(String(w.value))
|
|
14052
14073
|
}, null, 8, ["label", "onClose"]))), 128)) : (p(), v("span", x9, G(r.placeholder), 1))
|
|
14053
14074
|
]),
|
|
14054
14075
|
A("div", {
|
|
@@ -14135,7 +14156,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14135
14156
|
]),
|
|
14136
14157
|
A("div", {
|
|
14137
14158
|
id: r.id,
|
|
14138
|
-
style:
|
|
14159
|
+
style: $e({
|
|
14139
14160
|
width: r.popperWidth
|
|
14140
14161
|
})
|
|
14141
14162
|
}, null, 12, T9)
|
|
@@ -14270,15 +14291,15 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14270
14291
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
14271
14292
|
"search-string": (e) => !0
|
|
14272
14293
|
}, Y9 = (e, t) => {
|
|
14273
|
-
const { displayText: r, options: s, disabled: n, textField: a, valueField: i, disabledLocalSearch: l } =
|
|
14274
|
-
const T =
|
|
14294
|
+
const { displayText: r, options: s, disabled: n, textField: a, valueField: i, disabledLocalSearch: l } = ye(e), u = F(() => {
|
|
14295
|
+
const T = L("spr-flex spr-flex-col spr-gap-size-spacing-4xs"), j = L("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
14275
14296
|
"spr-text-color-on-fill-disabled": n.value
|
|
14276
14297
|
});
|
|
14277
14298
|
return {
|
|
14278
14299
|
baseClasses: T,
|
|
14279
14300
|
labelClasses: j
|
|
14280
14301
|
};
|
|
14281
|
-
}), d =
|
|
14302
|
+
}), d = R(null), c = R(!1), g = F(() => n.value), y = R(null), h = De(e, "modelValue", t), C = R(), f = R([]), M = R(!1), m = R(""), D = R(""), $ = R(!1), w = F(() => Array.isArray(h.value) ? h.value : h.value !== void 0 && h.value !== null ? [h.value] : []), z = F(() => h.value === void 0 || h.value === null ? [] : Array.isArray(h.value) ? h.value : [h.value]), N = () => {
|
|
14282
14303
|
if (!s.value || !Array.isArray(s.value) || s.value.length === 0) {
|
|
14283
14304
|
f.value = [];
|
|
14284
14305
|
return;
|
|
@@ -14325,12 +14346,12 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14325
14346
|
return (O = j.text) == null ? void 0 : O.toString().toLowerCase().includes(T);
|
|
14326
14347
|
}) : f.value;
|
|
14327
14348
|
}), k = () => {
|
|
14328
|
-
$.value = !0,
|
|
14329
|
-
},
|
|
14349
|
+
$.value = !0, E();
|
|
14350
|
+
}, E = Z2(() => {
|
|
14330
14351
|
t("search-string", m.value);
|
|
14331
14352
|
}, 300), b = () => {
|
|
14332
14353
|
c.value = !c.value, $.value = !1;
|
|
14333
|
-
},
|
|
14354
|
+
}, P = (T) => {
|
|
14334
14355
|
if (T.length === 0) {
|
|
14335
14356
|
h.value = "";
|
|
14336
14357
|
return;
|
|
@@ -14346,7 +14367,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14346
14367
|
D.value = m.value, setTimeout(() => {
|
|
14347
14368
|
c.value = !1;
|
|
14348
14369
|
}, 10);
|
|
14349
|
-
},
|
|
14370
|
+
}, B = () => {
|
|
14350
14371
|
if (!f.value.length) return;
|
|
14351
14372
|
const T = w.value;
|
|
14352
14373
|
if (!T || !T.length) {
|
|
@@ -14378,9 +14399,9 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14378
14399
|
t("update:modelValue", ""), m.value = "";
|
|
14379
14400
|
};
|
|
14380
14401
|
return pe(h, () => {
|
|
14381
|
-
|
|
14402
|
+
B();
|
|
14382
14403
|
}), pe(f, () => {
|
|
14383
|
-
|
|
14404
|
+
B();
|
|
14384
14405
|
}), pe(
|
|
14385
14406
|
s,
|
|
14386
14407
|
() => {
|
|
@@ -14396,13 +14417,13 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14396
14417
|
},
|
|
14397
14418
|
{ distance: 10 }
|
|
14398
14419
|
), Be(() => {
|
|
14399
|
-
N(), w.value.length > 0 ?
|
|
14420
|
+
N(), w.value.length > 0 ? B() : r.value && (m.value = r.value, D.value = r.value);
|
|
14400
14421
|
}), {
|
|
14401
14422
|
selectClasses: u,
|
|
14402
14423
|
selectPopperState: c,
|
|
14403
14424
|
selectRef: d,
|
|
14404
14425
|
selectPopperRef: y,
|
|
14405
|
-
selectModel:
|
|
14426
|
+
selectModel: z,
|
|
14406
14427
|
// Use compatible format for lists
|
|
14407
14428
|
selectOptions: f,
|
|
14408
14429
|
filteredSelectOptions: I,
|
|
@@ -14411,7 +14432,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14411
14432
|
isSelectPopperDisabled: g,
|
|
14412
14433
|
isSearching: $,
|
|
14413
14434
|
handleOptionsToggle: b,
|
|
14414
|
-
handleSelectedItem:
|
|
14435
|
+
handleSelectedItem: P,
|
|
14415
14436
|
handleSearch: k,
|
|
14416
14437
|
handleClear: Z
|
|
14417
14438
|
};
|
|
@@ -14466,7 +14487,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14466
14487
|
container: `#${r.id}`,
|
|
14467
14488
|
strategy: r.popperStrategy === "fixed" || r.popperStrategy === "absolute" ? r.popperStrategy : "absolute",
|
|
14468
14489
|
delay: 0,
|
|
14469
|
-
style:
|
|
14490
|
+
style: $e({
|
|
14470
14491
|
position: r.wrapperPosition,
|
|
14471
14492
|
width: r.width
|
|
14472
14493
|
})
|
|
@@ -14483,7 +14504,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14483
14504
|
key: 0,
|
|
14484
14505
|
modelValue: o(g),
|
|
14485
14506
|
"onUpdate:modelValue": [
|
|
14486
|
-
w[3] || (w[3] = (
|
|
14507
|
+
w[3] || (w[3] = (z) => ge(g) ? g.value = z : null),
|
|
14487
14508
|
o(f)
|
|
14488
14509
|
],
|
|
14489
14510
|
"menu-list": o(d),
|
|
@@ -14497,7 +14518,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14497
14518
|
key: 0,
|
|
14498
14519
|
modelValue: o(g),
|
|
14499
14520
|
"onUpdate:modelValue": [
|
|
14500
|
-
w[2] || (w[2] = (
|
|
14521
|
+
w[2] || (w[2] = (z) => ge(g) ? g.value = z : null),
|
|
14501
14522
|
o(f)
|
|
14502
14523
|
],
|
|
14503
14524
|
"menu-list": o(c),
|
|
@@ -14512,7 +14533,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14512
14533
|
key: 0,
|
|
14513
14534
|
modelValue: o(g),
|
|
14514
14535
|
"onUpdate:modelValue": [
|
|
14515
|
-
w[4] || (w[4] = (
|
|
14536
|
+
w[4] || (w[4] = (z) => ge(g) ? g.value = z : null),
|
|
14516
14537
|
o(f)
|
|
14517
14538
|
],
|
|
14518
14539
|
"menu-list": o(d),
|
|
@@ -14531,12 +14552,12 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14531
14552
|
}, [
|
|
14532
14553
|
A("div", {
|
|
14533
14554
|
onClick: w[1] || (w[1] = //@ts-ignore
|
|
14534
|
-
(...
|
|
14555
|
+
(...z) => o(D) && o(D)(...z))
|
|
14535
14556
|
}, [
|
|
14536
14557
|
V(ke, {
|
|
14537
14558
|
id: `input-${r.id}`,
|
|
14538
14559
|
modelValue: o(y),
|
|
14539
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
14560
|
+
"onUpdate:modelValue": w[0] || (w[0] = (z) => ge(y) ? y.value = z : null),
|
|
14540
14561
|
class: x({
|
|
14541
14562
|
"spr-cursor-pointer": !r.searchable
|
|
14542
14563
|
}),
|
|
@@ -14575,15 +14596,15 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14575
14596
|
"aria-hidden": "true",
|
|
14576
14597
|
hidden: ""
|
|
14577
14598
|
}, [
|
|
14578
|
-
(p(!0), v(X, null, le(o(d), (
|
|
14579
|
-
key:
|
|
14580
|
-
value:
|
|
14581
|
-
}, G(
|
|
14599
|
+
(p(!0), v(X, null, le(o(d), (z) => (p(), v("option", {
|
|
14600
|
+
key: z.value,
|
|
14601
|
+
value: z.value
|
|
14602
|
+
}, G(z.text), 9, R9))), 128))
|
|
14582
14603
|
], 8, B9)) : _("", !0)
|
|
14583
14604
|
]),
|
|
14584
14605
|
A("div", {
|
|
14585
14606
|
id: r.id,
|
|
14586
|
-
style:
|
|
14607
|
+
style: $e({
|
|
14587
14608
|
width: r.popperWidth
|
|
14588
14609
|
})
|
|
14589
14610
|
}, null, 12, V9)
|
|
@@ -14652,7 +14673,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14652
14673
|
notifications: Function,
|
|
14653
14674
|
requests: Function
|
|
14654
14675
|
}, X9 = (e, t) => {
|
|
14655
|
-
const r =
|
|
14676
|
+
const r = R(e.navLinks), s = R(!1), n = R(!1), a = R(!1), i = (m) => {
|
|
14656
14677
|
const D = m.split(" ");
|
|
14657
14678
|
return (D[0].charAt(0) + (D[1] ? D[1].charAt(0) : "")).toUpperCase();
|
|
14658
14679
|
}, l = (m, D, $, w) => {
|
|
@@ -14662,12 +14683,12 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14662
14683
|
else if (m.redirect.isAbsoluteURL)
|
|
14663
14684
|
location.href = m.redirect.link;
|
|
14664
14685
|
else {
|
|
14665
|
-
const
|
|
14666
|
-
(D || $ || w) && (
|
|
14686
|
+
const z = { ...m };
|
|
14687
|
+
(D || $ || w) && (z.activeNav = {
|
|
14667
14688
|
parentNav: D,
|
|
14668
14689
|
menu: $,
|
|
14669
14690
|
submenu: w
|
|
14670
|
-
}), t("get-navlink-item",
|
|
14691
|
+
}), t("get-navlink-item", z);
|
|
14671
14692
|
}
|
|
14672
14693
|
}, u = (m) => m.toLowerCase().split(" ").map((D, $) => $ === 0 ? D : D.charAt(0).toUpperCase() + D.slice(1)).join(""), d = (...m) => m.map(u).join("_"), c = (m) => {
|
|
14673
14694
|
const D = window.location.href, $ = new URL(m).hostname;
|
|
@@ -14681,10 +14702,10 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14681
14702
|
D[$.groupId] || (D[$.groupId] = []), D[$.groupId].push($);
|
|
14682
14703
|
}), Object.values(D).map(($) => ({ parentLinks: $.map(C) }));
|
|
14683
14704
|
}, C = (m) => {
|
|
14684
|
-
const D = (
|
|
14685
|
-
const
|
|
14686
|
-
return I[
|
|
14687
|
-
}, {}), $ = (
|
|
14705
|
+
const D = (z, N) => !z || z.length === 0 ? {} : z.reduce((I, k) => {
|
|
14706
|
+
const E = String(k[N] || "");
|
|
14707
|
+
return I[E] = I[E] || [], I[E].push(k), I;
|
|
14708
|
+
}, {}), $ = (z, N) => Object.entries(z).map(([I, k]) => ({
|
|
14688
14709
|
[N]: I,
|
|
14689
14710
|
items: k.map(C)
|
|
14690
14711
|
})), w = D(m.children ?? void 0, "groupName");
|
|
@@ -14935,23 +14956,23 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14935
14956
|
"instant-move": ""
|
|
14936
14957
|
}, {
|
|
14937
14958
|
popper: H(() => [
|
|
14938
|
-
(p(!0), v(X, null, le($.submenuLinks, (
|
|
14939
|
-
|
|
14940
|
-
key: 0,
|
|
14941
|
-
class: x({
|
|
14942
|
-
"spr-label-xs-medium spr-text-color-supporting spr-m-0 spr-p-2": !0,
|
|
14943
|
-
"spr-mt-2": N !== 0
|
|
14944
|
-
})
|
|
14945
|
-
}, G(L.subMenuHeading), 3)) : _("", !0),
|
|
14946
|
-
(p(!0), v(X, null, le(L.items, (I, k) => (p(), K(o(je), {
|
|
14959
|
+
(p(!0), v(X, null, le($.submenuLinks, (z, N) => (p(), v(X, { key: N }, [
|
|
14960
|
+
(p(!0), v(X, null, le(z.items, (I, k) => (p(), K(o(je), {
|
|
14947
14961
|
key: k,
|
|
14948
14962
|
"aria-id": "sidenav-sub-submenu-wrapper",
|
|
14949
14963
|
triggers: ["click", "hover"],
|
|
14950
14964
|
"instant-move": ""
|
|
14951
14965
|
}, {
|
|
14952
14966
|
default: H(() => [
|
|
14953
|
-
|
|
14967
|
+
z.subMenuHeading ? (p(), v("h5", {
|
|
14954
14968
|
key: 0,
|
|
14969
|
+
class: x({
|
|
14970
|
+
"spr-label-xs-medium spr-text-color-supporting spr-m-0 spr-p-2": !0,
|
|
14971
|
+
"spr-mt-2": N !== 0
|
|
14972
|
+
})
|
|
14973
|
+
}, G(z.subMenuHeading), 3)) : _("", !0),
|
|
14974
|
+
I.hidden ? _("", !0) : (p(), v("div", {
|
|
14975
|
+
key: 1,
|
|
14955
14976
|
id: `${o(c)(f.title, $.title, I.title)}`,
|
|
14956
14977
|
class: x({
|
|
14957
14978
|
"spr-body-sm-regular spr-relative spr-m-0 spr-flex spr-cursor-pointer spr-justify-between spr-px-2 spr-py-1.5 spr-align-middle spr-duration-150 spr-ease-in-out": !0,
|
|
@@ -14959,7 +14980,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
14959
14980
|
"hover:spr-background-color-hover": r.activeNav.submenu !== I.title,
|
|
14960
14981
|
"active:spr-background-color-pressed": !0
|
|
14961
14982
|
}),
|
|
14962
|
-
onClick: (
|
|
14983
|
+
onClick: (E) => o(d)(
|
|
14963
14984
|
I,
|
|
14964
14985
|
f.title,
|
|
14965
14986
|
$.title,
|
|
@@ -15005,7 +15026,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15005
15026
|
"hover:spr-background-color-hover": r.activeNav.menu !== $.title,
|
|
15006
15027
|
"active:spr-background-color-pressed": !0
|
|
15007
15028
|
}),
|
|
15008
|
-
onClick: (
|
|
15029
|
+
onClick: (z) => o(d)($, f.title, $.title, "")
|
|
15009
15030
|
}, [
|
|
15010
15031
|
r.activeNav.menu === $.title ? (p(), v("div", Cp)) : _("", !0),
|
|
15011
15032
|
A("span", null, G($.title), 1)
|
|
@@ -15143,23 +15164,23 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15143
15164
|
"instant-move": ""
|
|
15144
15165
|
}, {
|
|
15145
15166
|
popper: H(() => [
|
|
15146
|
-
(p(!0), v(X, null, le($.submenuLinks, (
|
|
15147
|
-
|
|
15148
|
-
key: 0,
|
|
15149
|
-
class: x({
|
|
15150
|
-
"spr-label-xs-medium spr-text-color-supporting spr-m-0 spr-p-2": !0,
|
|
15151
|
-
"spr-mt-3": N !== 0
|
|
15152
|
-
})
|
|
15153
|
-
}, G(L.subMenuHeading), 3)) : _("", !0),
|
|
15154
|
-
(p(!0), v(X, null, le(L.items, (I, k) => (p(), K(o(je), {
|
|
15167
|
+
(p(!0), v(X, null, le($.submenuLinks, (z, N) => (p(), v(X, { key: N }, [
|
|
15168
|
+
(p(!0), v(X, null, le(z.items, (I, k) => (p(), K(o(je), {
|
|
15155
15169
|
key: k,
|
|
15156
15170
|
"aria-id": "sidenav-sub-submenu-wrapper",
|
|
15157
15171
|
triggers: ["click", "hover"],
|
|
15158
15172
|
"instant-move": ""
|
|
15159
15173
|
}, {
|
|
15160
15174
|
default: H(() => [
|
|
15161
|
-
|
|
15175
|
+
z.subMenuHeading ? (p(), v("h5", {
|
|
15162
15176
|
key: 0,
|
|
15177
|
+
class: x({
|
|
15178
|
+
"spr-label-xs-medium spr-text-color-supporting spr-m-0 spr-p-2": !0,
|
|
15179
|
+
"spr-mt-3": N !== 0
|
|
15180
|
+
})
|
|
15181
|
+
}, G(z.subMenuHeading), 3)) : _("", !0),
|
|
15182
|
+
I.hidden ? _("", !0) : (p(), v("div", {
|
|
15183
|
+
key: 1,
|
|
15163
15184
|
id: `${o(c)(f.title, $.title, I.title)}`,
|
|
15164
15185
|
class: x({
|
|
15165
15186
|
"spr-body-sm-regular spr-relative spr-m-0 spr-flex spr-cursor-pointer spr-justify-between spr-px-2 spr-py-1.5 spr-align-middle spr-duration-150 spr-ease-in-out": !0,
|
|
@@ -15167,7 +15188,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15167
15188
|
"hover:spr-background-color-hover": r.activeNav.submenu !== I.title,
|
|
15168
15189
|
"active:spr-background-color-pressed": !0
|
|
15169
15190
|
}),
|
|
15170
|
-
onClick: (
|
|
15191
|
+
onClick: (E) => o(d)(
|
|
15171
15192
|
I,
|
|
15172
15193
|
f.title,
|
|
15173
15194
|
$.title,
|
|
@@ -15213,7 +15234,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15213
15234
|
"active:spr-background-color-pressed",
|
|
15214
15235
|
"last:spr-rounded-b-xl"
|
|
15215
15236
|
]),
|
|
15216
|
-
onClick: (
|
|
15237
|
+
onClick: (z) => o(d)($, f.title, $.title, "")
|
|
15217
15238
|
}, [
|
|
15218
15239
|
A("span", null, G($.title), 1)
|
|
15219
15240
|
], 8, zp))
|
|
@@ -15484,8 +15505,8 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15484
15505
|
__proto__: null,
|
|
15485
15506
|
default: t8
|
|
15486
15507
|
}, Symbol.toStringTag, { value: "Module" })), s8 = (e, t) => {
|
|
15487
|
-
const { size: r, position: s, isStacking: n } =
|
|
15488
|
-
const g =
|
|
15508
|
+
const { size: r, position: s, isStacking: n } = ye(e), a = F(() => {
|
|
15509
|
+
const g = L(
|
|
15489
15510
|
"spr-right-4 spr-top-1/2 spr-z-[1015] spr-flex spr-h-full spr-min-h-[200px] spr-translate-y-[-50%] spr-flex-col spr-rounded-border-radius-xl spr-bg-white-50 spr-drop-shadow",
|
|
15490
15511
|
{
|
|
15491
15512
|
"spr-fixed": !n.value,
|
|
@@ -15493,17 +15514,17 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15493
15514
|
"spr-w-[420px] sm:spr-w-[calc(100%-35px)]": r.value === "md",
|
|
15494
15515
|
"spr-w-[480px] sm:spr-w-[calc(100%-35px)]": r.value === "lg"
|
|
15495
15516
|
}
|
|
15496
|
-
), y =
|
|
15517
|
+
), y = L(
|
|
15497
15518
|
"spr-tw-min-h-12 spr-text-color-strong spr-flex spr-justify-between spr-border-0 spr-border-b spr-border-solid spr-border-mushroom-200 spr-p-4"
|
|
15498
|
-
), h =
|
|
15519
|
+
), h = L("spr-subheading-xs"), C = L("spr-text-color-weak spr-h-5 spr-w-5 spr-cursor-pointer"), f = L("spr-h-full spr-overflow-y-auto"), M = L(
|
|
15499
15520
|
"spr-bottom-0 spr-left-0 spr-w-full spr-rounded-b-border-radius-xl spr-border-0 spr-border-t spr-border-solid spr-border-mushroom-200 spr-bg-white-50 spr-py-3"
|
|
15500
|
-
), m =
|
|
15521
|
+
), m = L(
|
|
15501
15522
|
{ "spr-transition-all spr-duration-[150ms] spr-ease-[ease-in-out]": !n.value }
|
|
15502
|
-
), D =
|
|
15523
|
+
), D = L("spr-opacity-0", {
|
|
15503
15524
|
"spr-translate-x-full -spr-translate-y-2/4": !n.value && s.value === "right"
|
|
15504
|
-
}), $ =
|
|
15525
|
+
}), $ = L({
|
|
15505
15526
|
"spr-translate-x-0 -spr-translate-y-2/4": !n.value && s.value === "right"
|
|
15506
|
-
}), w =
|
|
15527
|
+
}), w = L(
|
|
15507
15528
|
"spr-fixed spr-left-0 spr-top-0 spr-z-[1010] spr-h-full spr-w-full spr-bg-mushroom-700/60"
|
|
15508
15529
|
);
|
|
15509
15530
|
return {
|
|
@@ -15518,7 +15539,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15518
15539
|
sidepanelTransitionVisibleClasses: $,
|
|
15519
15540
|
backdropBaseClasses: w
|
|
15520
15541
|
};
|
|
15521
|
-
}), i =
|
|
15542
|
+
}), i = R(null), l = () => {
|
|
15522
15543
|
t("close");
|
|
15523
15544
|
};
|
|
15524
15545
|
let u = !1;
|
|
@@ -15661,7 +15682,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15661
15682
|
"aria-labelledby": "sidepanel-title",
|
|
15662
15683
|
"aria-describedby": "sidepanel-content",
|
|
15663
15684
|
class: x(o(n).sidepanelBaseClasses),
|
|
15664
|
-
style:
|
|
15685
|
+
style: $e({ height: typeof l.height == "number" ? `${l.height}px` : l.height })
|
|
15665
15686
|
}, [
|
|
15666
15687
|
r.hideHeader ? _("", !0) : (p(), v(X, { key: 0 }, [
|
|
15667
15688
|
l.$slots.header ? (p(), v("div", l8, [
|
|
@@ -15703,7 +15724,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15703
15724
|
__proto__: null,
|
|
15704
15725
|
default: u8
|
|
15705
15726
|
}, Symbol.toStringTag, { value: "Module" })), c8 = (e, t, r) => {
|
|
15706
|
-
const s =
|
|
15727
|
+
const s = De(e, "stack", t, { deep: !0 });
|
|
15707
15728
|
oi(s, (y) => {
|
|
15708
15729
|
t("update:stack", y);
|
|
15709
15730
|
});
|
|
@@ -15712,7 +15733,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15712
15733
|
}, a = (y) => {
|
|
15713
15734
|
const h = s.value.indexOf(y);
|
|
15714
15735
|
h !== -1 && (s.value.splice(h, 1), d(), d(), c());
|
|
15715
|
-
}, i =
|
|
15736
|
+
}, i = R("transform: translateX()"), l = R(0), { history: u, undo: d } = gi(l);
|
|
15716
15737
|
hi(r, (y) => {
|
|
15717
15738
|
const h = y[0], { width: C } = h.contentRect;
|
|
15718
15739
|
l.value = l.value !== C ? C : l.value, c();
|
|
@@ -15732,15 +15753,15 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15732
15753
|
{ flush: "post" }
|
|
15733
15754
|
);
|
|
15734
15755
|
const g = F(() => {
|
|
15735
|
-
const y = "spr-fixed spr-left-0 spr-top-0 spr-z-[1010] spr-h-full spr-w-full spr-bg-mushroom-700/60", h =
|
|
15756
|
+
const y = "spr-fixed spr-left-0 spr-top-0 spr-z-[1010] spr-h-full spr-w-full spr-bg-mushroom-700/60", h = L(
|
|
15736
15757
|
"spr-fixed spr-right-4 spr-top-1/2 spr-z-[1015] spr-flex spr-flex-row-reverse spr-gap-size-spacing-xs spr-transition-all spr-ease-[ease-in-out] spr-duration-[300ms]"
|
|
15737
|
-
), C =
|
|
15758
|
+
), C = L(
|
|
15738
15759
|
"spr-transition-all spr-ease-[ease-in-out] spr-duration-[150ms]"
|
|
15739
|
-
), f =
|
|
15760
|
+
), f = L(
|
|
15740
15761
|
"spr-transition-all spr-ease-[ease-in-out] spr-duration-[150ms]"
|
|
15741
|
-
), M =
|
|
15762
|
+
), M = L("spr-transition-all spr-ease-[ease-in-out] spr-duration-[300ms]"), m = L("spr-opacity-0", {
|
|
15742
15763
|
"spr-translate-x-1/2": s.value.length <= 1
|
|
15743
|
-
}), D =
|
|
15764
|
+
}), D = L("spr-opacity-0", {
|
|
15744
15765
|
"spr-translate-x-1/2": s.value.length <= 0,
|
|
15745
15766
|
"-spr-translate-x-1/2": s.value.length > 0
|
|
15746
15767
|
});
|
|
@@ -15786,7 +15807,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15786
15807
|
A("div", {
|
|
15787
15808
|
ref: "stacking-sidepanel-base",
|
|
15788
15809
|
class: x([o(u).sidepanelStackBaseClasses]),
|
|
15789
|
-
style:
|
|
15810
|
+
style: $e(o(d))
|
|
15790
15811
|
}, [
|
|
15791
15812
|
V(Fs, {
|
|
15792
15813
|
"enter-active-class": o(u).sidepanelStackTransitionEnterActiveClasses,
|
|
@@ -15810,7 +15831,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15810
15831
|
__proto__: null,
|
|
15811
15832
|
default: f8
|
|
15812
15833
|
}, Symbol.toStringTag, { value: "Module" })), y8 = (e, t) => {
|
|
15813
|
-
const r =
|
|
15834
|
+
const r = R(null), s = R(!1), n = R(e.modelValue), a = F(() => e.size === "sm" ? "spr-h-1" : "spr-h-2"), i = F(() => e.size === "sm" ? "spr-text-base" : "spr-text-[20px]"), l = F(() => e.max === e.min ? "0%" : `${(Math.min(e.max, Math.max(e.min, n.value)) - e.min) / (e.max - e.min) * 100}%`), u = (C) => {
|
|
15814
15835
|
const f = Math.min(e.max, Math.max(e.min, C));
|
|
15815
15836
|
n.value = f, t("update:modelValue", f);
|
|
15816
15837
|
}, d = (C) => {
|
|
@@ -15918,7 +15939,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15918
15939
|
"spr-absolute spr-left-0 spr-top-1/2 spr--translate-y-1/2 spr-rounded-lg spr-bg-kangkong-600",
|
|
15919
15940
|
{ "spr-cursor-not-allowed": r.disabled }
|
|
15920
15941
|
]),
|
|
15921
|
-
style:
|
|
15942
|
+
style: $e(o(u))
|
|
15922
15943
|
}, null, 6),
|
|
15923
15944
|
V(o(W), {
|
|
15924
15945
|
icon: "ph:circle-fill",
|
|
@@ -15927,7 +15948,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15927
15948
|
"spr-absolute spr-top-1/2 spr--translate-x-1/2 spr--translate-y-1/2 spr-transform spr-rounded-full spr-text-kangkong-600 hover:spr-text-kangkong-700 active:spr-border-2 active:spr-border-solid active:spr-text-kangkong-800",
|
|
15928
15949
|
{ "spr-pointer-events-none spr-cursor-not-allowed": r.disabled }
|
|
15929
15950
|
]),
|
|
15930
|
-
style:
|
|
15951
|
+
style: $e(o(d)),
|
|
15931
15952
|
onPointerdown: o(l)
|
|
15932
15953
|
}, null, 8, ["class", "style", "onPointerdown"])
|
|
15933
15954
|
], 42, m8));
|
|
@@ -15992,7 +16013,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
15992
16013
|
}, D8 = {
|
|
15993
16014
|
click: (e) => e instanceof MouseEvent
|
|
15994
16015
|
}, I8 = (e, t) => {
|
|
15995
|
-
const r =
|
|
16016
|
+
const r = R(null), { text: s, actionText: n, tone: a, showAction: i, showIcon: l, duration: u, actionIconProps: d } = e, c = F(() => ({
|
|
15996
16017
|
text: s,
|
|
15997
16018
|
actionText: n,
|
|
15998
16019
|
tone: a,
|
|
@@ -16000,7 +16021,7 @@ const _5 = ["white", "dark", "gray", "green"], z5 = [
|
|
|
16000
16021
|
showIcon: l,
|
|
16001
16022
|
duration: u,
|
|
16002
16023
|
actionIconProps: d
|
|
16003
|
-
})), g = F(() =>
|
|
16024
|
+
})), g = F(() => L({
|
|
16004
16025
|
"spr-text-kangkong-500": a === "success",
|
|
16005
16026
|
"spr-text-tomato-500": a === "danger",
|
|
16006
16027
|
"spr-text-carrot-500": a === "caution",
|
|
@@ -16717,7 +16738,7 @@ function X8({ app: e, store: t, options: r }) {
|
|
|
16717
16738
|
}
|
|
16718
16739
|
}
|
|
16719
16740
|
function q8() {
|
|
16720
|
-
const e = Bs(!0), t = e.run(() =>
|
|
16741
|
+
const e = Bs(!0), t = e.run(() => R({}));
|
|
16721
16742
|
let r = [], s = [];
|
|
16722
16743
|
const n = at({
|
|
16723
16744
|
install(a) {
|
|
@@ -16790,8 +16811,8 @@ function Es(e, t, r, s) {
|
|
|
16790
16811
|
!l && (process.env.NODE_ENV === "production" || !s) && (r.state.value[e] = n ? n() : {});
|
|
16791
16812
|
const c = process.env.NODE_ENV !== "production" && s ? (
|
|
16792
16813
|
// use ref() to unwrap refs inside state TODO: check if this is still necessary
|
|
16793
|
-
|
|
16794
|
-
) :
|
|
16814
|
+
ye(R(n ? n() : {}).value)
|
|
16815
|
+
) : ye(r.state.value[e]);
|
|
16795
16816
|
return Ue(c, a, Object.keys(i || {}).reduce((g, y) => (process.env.NODE_ENV !== "production" && y in c && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${y}" in store "${e}".`), g[y] = at(F(() => {
|
|
16796
16817
|
l2(r);
|
|
16797
16818
|
const h = r._s.get(e);
|
|
@@ -16812,29 +16833,29 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16812
16833
|
let d, c, g = [], y = [], h;
|
|
16813
16834
|
const C = s.state.value[e];
|
|
16814
16835
|
!a && !C && (process.env.NODE_ENV === "production" || !n) && (s.state.value[e] = {});
|
|
16815
|
-
const f =
|
|
16836
|
+
const f = R({});
|
|
16816
16837
|
let M;
|
|
16817
16838
|
function m(b) {
|
|
16818
|
-
let
|
|
16819
|
-
d = c = !1, process.env.NODE_ENV !== "production" && (h = []), typeof b == "function" ? (b(s.state.value[e]),
|
|
16839
|
+
let P;
|
|
16840
|
+
d = c = !1, process.env.NODE_ENV !== "production" && (h = []), typeof b == "function" ? (b(s.state.value[e]), P = {
|
|
16820
16841
|
type: Ke.patchFunction,
|
|
16821
16842
|
storeId: e,
|
|
16822
16843
|
events: h
|
|
16823
|
-
}) : (k0(s.state.value[e], b),
|
|
16844
|
+
}) : (k0(s.state.value[e], b), P = {
|
|
16824
16845
|
type: Ke.patchObject,
|
|
16825
16846
|
payload: b,
|
|
16826
16847
|
storeId: e,
|
|
16827
16848
|
events: h
|
|
16828
16849
|
});
|
|
16829
|
-
const
|
|
16850
|
+
const B = M = Symbol();
|
|
16830
16851
|
Je().then(() => {
|
|
16831
|
-
M ===
|
|
16832
|
-
}), c = !0, jt(g,
|
|
16852
|
+
M === B && (d = !0);
|
|
16853
|
+
}), c = !0, jt(g, P, s.state.value[e]);
|
|
16833
16854
|
}
|
|
16834
16855
|
const D = a ? function() {
|
|
16835
|
-
const { state:
|
|
16856
|
+
const { state: P } = r, B = P ? P() : {};
|
|
16836
16857
|
this.$patch((Z) => {
|
|
16837
|
-
Ue(Z,
|
|
16858
|
+
Ue(Z, B);
|
|
16838
16859
|
});
|
|
16839
16860
|
} : (
|
|
16840
16861
|
/* istanbul ignore next */
|
|
@@ -16845,10 +16866,10 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16845
16866
|
function $() {
|
|
16846
16867
|
i.stop(), g = [], y = [], s._s.delete(e);
|
|
16847
16868
|
}
|
|
16848
|
-
const w = (b,
|
|
16869
|
+
const w = (b, P = "") => {
|
|
16849
16870
|
if (Ls in b)
|
|
16850
|
-
return b[f0] =
|
|
16851
|
-
const
|
|
16871
|
+
return b[f0] = P, b;
|
|
16872
|
+
const B = function() {
|
|
16852
16873
|
l2(s);
|
|
16853
16874
|
const Z = Array.from(arguments), T = [], j = [];
|
|
16854
16875
|
function O(U) {
|
|
@@ -16859,7 +16880,7 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16859
16880
|
}
|
|
16860
16881
|
jt(y, {
|
|
16861
16882
|
args: Z,
|
|
16862
|
-
name:
|
|
16883
|
+
name: B[f0],
|
|
16863
16884
|
store: I,
|
|
16864
16885
|
after: O,
|
|
16865
16886
|
onError: S
|
|
@@ -16872,8 +16893,8 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16872
16893
|
}
|
|
16873
16894
|
return Y instanceof Promise ? Y.then((U) => (jt(T, U), U)).catch((U) => (jt(j, U), Promise.reject(U))) : (jt(T, Y), Y);
|
|
16874
16895
|
};
|
|
16875
|
-
return
|
|
16876
|
-
},
|
|
16896
|
+
return B[Ls] = !0, B[f0] = P, B;
|
|
16897
|
+
}, z = /* @__PURE__ */ at({
|
|
16877
16898
|
actions: {},
|
|
16878
16899
|
getters: {},
|
|
16879
16900
|
state: [],
|
|
@@ -16885,20 +16906,20 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16885
16906
|
$onAction: zs.bind(null, y),
|
|
16886
16907
|
$patch: m,
|
|
16887
16908
|
$reset: D,
|
|
16888
|
-
$subscribe(b,
|
|
16889
|
-
const
|
|
16890
|
-
(
|
|
16909
|
+
$subscribe(b, P = {}) {
|
|
16910
|
+
const B = zs(g, b, P.detached, () => Z()), Z = i.run(() => pe(() => s.state.value[e], (T) => {
|
|
16911
|
+
(P.flush === "sync" ? c : d) && b({
|
|
16891
16912
|
storeId: e,
|
|
16892
16913
|
type: Ke.direct,
|
|
16893
16914
|
events: h
|
|
16894
16915
|
}, T);
|
|
16895
|
-
}, Ue({}, u,
|
|
16896
|
-
return
|
|
16916
|
+
}, Ue({}, u, P)));
|
|
16917
|
+
return B;
|
|
16897
16918
|
},
|
|
16898
16919
|
$dispose: $
|
|
16899
16920
|
}, I = Xt(process.env.NODE_ENV !== "production" || process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && ot ? Ue(
|
|
16900
16921
|
{
|
|
16901
|
-
_hmrPayload:
|
|
16922
|
+
_hmrPayload: z,
|
|
16902
16923
|
_customProperties: at(/* @__PURE__ */ new Set())
|
|
16903
16924
|
// devtools custom properties
|
|
16904
16925
|
},
|
|
@@ -16907,56 +16928,56 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16907
16928
|
// setupStore
|
|
16908
16929
|
) : N);
|
|
16909
16930
|
s._s.set(e, I);
|
|
16910
|
-
const
|
|
16911
|
-
for (const b in
|
|
16912
|
-
const
|
|
16913
|
-
if (ge(
|
|
16914
|
-
process.env.NODE_ENV !== "production" && n ? g2(f.value, b, y2(
|
|
16915
|
-
else if (typeof
|
|
16916
|
-
const
|
|
16917
|
-
|
|
16918
|
-
} else process.env.NODE_ENV !== "production" && ks(
|
|
16931
|
+
const E = (s._a && s._a.runWithContext || e7)(() => s._e.run(() => (i = Bs()).run(() => t({ action: w }))));
|
|
16932
|
+
for (const b in E) {
|
|
16933
|
+
const P = E[b];
|
|
16934
|
+
if (ge(P) && !ks(P) || U0(P))
|
|
16935
|
+
process.env.NODE_ENV !== "production" && n ? g2(f.value, b, y2(E, b)) : a || (C && r7(P) && (ge(P) ? P.value = C[b] : k0(P, C[b])), s.state.value[e][b] = P), process.env.NODE_ENV !== "production" && z.state.push(b);
|
|
16936
|
+
else if (typeof P == "function") {
|
|
16937
|
+
const B = process.env.NODE_ENV !== "production" && n ? P : w(P, b);
|
|
16938
|
+
E[b] = B, process.env.NODE_ENV !== "production" && (z.actions[b] = P), l.actions[b] = P;
|
|
16939
|
+
} else process.env.NODE_ENV !== "production" && ks(P) && (z.getters[b] = a ? (
|
|
16919
16940
|
// @ts-expect-error
|
|
16920
16941
|
r.getters[b]
|
|
16921
|
-
) :
|
|
16922
|
-
(
|
|
16942
|
+
) : P, ot && (E._getters || // @ts-expect-error: same
|
|
16943
|
+
(E._getters = at([]))).push(b));
|
|
16923
16944
|
}
|
|
16924
|
-
if (Ue(I,
|
|
16945
|
+
if (Ue(I, E), Ue(qt(I), E), Object.defineProperty(I, "$state", {
|
|
16925
16946
|
get: () => process.env.NODE_ENV !== "production" && n ? f.value : s.state.value[e],
|
|
16926
16947
|
set: (b) => {
|
|
16927
16948
|
if (process.env.NODE_ENV !== "production" && n)
|
|
16928
16949
|
throw new Error("cannot set hotState");
|
|
16929
|
-
m((
|
|
16930
|
-
Ue(
|
|
16950
|
+
m((P) => {
|
|
16951
|
+
Ue(P, b);
|
|
16931
16952
|
});
|
|
16932
16953
|
}
|
|
16933
16954
|
}), process.env.NODE_ENV !== "production" && (I._hotUpdate = at((b) => {
|
|
16934
|
-
I._hotUpdating = !0, b._hmrPayload.state.forEach((
|
|
16935
|
-
if (
|
|
16936
|
-
const
|
|
16937
|
-
typeof
|
|
16955
|
+
I._hotUpdating = !0, b._hmrPayload.state.forEach((P) => {
|
|
16956
|
+
if (P in I.$state) {
|
|
16957
|
+
const B = b.$state[P], Z = I.$state[P];
|
|
16958
|
+
typeof B == "object" && Dt(B) && Dt(Z) ? Kn(B, Z) : b.$state[P] = Z;
|
|
16938
16959
|
}
|
|
16939
|
-
g2(I,
|
|
16940
|
-
}), Object.keys(I.$state).forEach((
|
|
16941
|
-
|
|
16960
|
+
g2(I, P, y2(b.$state, P));
|
|
16961
|
+
}), Object.keys(I.$state).forEach((P) => {
|
|
16962
|
+
P in b.$state || l0(I, P);
|
|
16942
16963
|
}), d = !1, c = !1, s.state.value[e] = y2(b._hmrPayload, "hotState"), c = !0, Je().then(() => {
|
|
16943
16964
|
d = !0;
|
|
16944
16965
|
});
|
|
16945
|
-
for (const
|
|
16946
|
-
const
|
|
16947
|
-
g2(I,
|
|
16966
|
+
for (const P in b._hmrPayload.actions) {
|
|
16967
|
+
const B = b[P];
|
|
16968
|
+
g2(I, P, w(B, P));
|
|
16948
16969
|
}
|
|
16949
|
-
for (const
|
|
16950
|
-
const
|
|
16970
|
+
for (const P in b._hmrPayload.getters) {
|
|
16971
|
+
const B = b._hmrPayload.getters[P], Z = a ? (
|
|
16951
16972
|
// special handling of options api
|
|
16952
|
-
F(() => (l2(s),
|
|
16953
|
-
) :
|
|
16954
|
-
g2(I,
|
|
16973
|
+
F(() => (l2(s), B.call(I, I)))
|
|
16974
|
+
) : B;
|
|
16975
|
+
g2(I, P, Z);
|
|
16955
16976
|
}
|
|
16956
|
-
Object.keys(I._hmrPayload.getters).forEach((
|
|
16957
|
-
|
|
16958
|
-
}), Object.keys(I._hmrPayload.actions).forEach((
|
|
16959
|
-
|
|
16977
|
+
Object.keys(I._hmrPayload.getters).forEach((P) => {
|
|
16978
|
+
P in b._hmrPayload.getters || l0(I, P);
|
|
16979
|
+
}), Object.keys(I._hmrPayload.actions).forEach((P) => {
|
|
16980
|
+
P in b._hmrPayload.actions || l0(I, P);
|
|
16960
16981
|
}), I._hmrPayload = b._hmrPayload, I._getters = b._getters, I._hotUpdating = !1;
|
|
16961
16982
|
})), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && ot) {
|
|
16962
16983
|
const b = {
|
|
@@ -16965,19 +16986,19 @@ function E0(e, t, r = {}, s, n, a) {
|
|
|
16965
16986
|
// avoid warning on devtools trying to display this property
|
|
16966
16987
|
enumerable: !1
|
|
16967
16988
|
};
|
|
16968
|
-
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((
|
|
16969
|
-
Object.defineProperty(I,
|
|
16989
|
+
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((P) => {
|
|
16990
|
+
Object.defineProperty(I, P, Ue({ value: I[P] }, b));
|
|
16970
16991
|
});
|
|
16971
16992
|
}
|
|
16972
16993
|
return s._p.forEach((b) => {
|
|
16973
16994
|
if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && ot) {
|
|
16974
|
-
const
|
|
16995
|
+
const P = i.run(() => b({
|
|
16975
16996
|
store: I,
|
|
16976
16997
|
app: s._a,
|
|
16977
16998
|
pinia: s,
|
|
16978
16999
|
options: l
|
|
16979
17000
|
}));
|
|
16980
|
-
Object.keys(
|
|
17001
|
+
Object.keys(P || {}).forEach((B) => I._customProperties.add(B)), Ue(I, P);
|
|
16981
17002
|
} else
|
|
16982
17003
|
Ue(I, i.run(() => b({
|
|
16983
17004
|
store: I,
|
|
@@ -17025,7 +17046,7 @@ const n7 = (e) => ({
|
|
|
17025
17046
|
...e,
|
|
17026
17047
|
id: Math.random() * 1e3
|
|
17027
17048
|
}), Xn = /* @__PURE__ */ s7("snackbar-store", () => {
|
|
17028
|
-
const e =
|
|
17049
|
+
const e = R([]), t = (n) => {
|
|
17029
17050
|
e.value = e.value.filter((a) => a.id !== n.id);
|
|
17030
17051
|
}, r = (n) => {
|
|
17031
17052
|
const a = n7(n);
|
|
@@ -17189,14 +17210,14 @@ const n7 = (e) => ({
|
|
|
17189
17210
|
click: (e) => e instanceof MouseEvent
|
|
17190
17211
|
}, h7 = (e, t) => ({
|
|
17191
17212
|
stepClasses: F(() => {
|
|
17192
|
-
const n =
|
|
17213
|
+
const n = L(
|
|
17193
17214
|
"spr-flex spr-gap-2 spr-items-top",
|
|
17194
17215
|
{
|
|
17195
17216
|
"spr-p-size-spacing-3xs spr-rounded-border-radius-lg": e.type === "solid",
|
|
17196
17217
|
"spr-background-color-brand-weak": e.status === "active" && e.type === "solid",
|
|
17197
17218
|
"spr-opacity-60": e.status === "completed" && e.type === "solid"
|
|
17198
17219
|
}
|
|
17199
|
-
), a =
|
|
17220
|
+
), a = L(
|
|
17200
17221
|
"spr-flex spr-items-center spr-justify-center spr-rounded-border-radius-full spr-h-6 spr-w-6 spr-border spr-border-solid",
|
|
17201
17222
|
{
|
|
17202
17223
|
"spr-border-2": e.type !== "solid",
|
|
@@ -17206,21 +17227,21 @@ const n7 = (e) => ({
|
|
|
17206
17227
|
"spr-border-kangkong-700": e.status === "completed",
|
|
17207
17228
|
"spr-background-color-brand-base": e.status === "completed" && e.type === "solid"
|
|
17208
17229
|
}
|
|
17209
|
-
), i =
|
|
17230
|
+
), i = L(
|
|
17210
17231
|
"spr-body-md-regular-medium",
|
|
17211
17232
|
{
|
|
17212
17233
|
"spr-text-white-50": e.status === "active",
|
|
17213
17234
|
"spr-text-mushroom-600": e.status === "pending",
|
|
17214
17235
|
"spr-text-kangkong-700": e.status === "completed"
|
|
17215
17236
|
}
|
|
17216
|
-
), l =
|
|
17237
|
+
), l = L("spr-flex spr-flex-col spr-mt-[2px]"), u = L(
|
|
17217
17238
|
"spr-body-md-regular spr-whitespace-nowrap",
|
|
17218
17239
|
{
|
|
17219
17240
|
"spr-text-kangkong-700 !spr-body-md-regular-medium": e.status === "active" && e.type === "compact",
|
|
17220
17241
|
"spr-text-mushroom-600": e.status === "pending",
|
|
17221
17242
|
"spr-text-mushroom-950": e.status === "completed"
|
|
17222
17243
|
}
|
|
17223
|
-
), d =
|
|
17244
|
+
), d = L(
|
|
17224
17245
|
"spr-body-sm-regular spr-text-color-supporting spr-whitespace-nowrap"
|
|
17225
17246
|
);
|
|
17226
17247
|
return {
|
|
@@ -17277,16 +17298,16 @@ const n7 = (e) => ({
|
|
|
17277
17298
|
default: ea
|
|
17278
17299
|
}, Symbol.toStringTag, { value: "Module" })), v7 = (e) => ({
|
|
17279
17300
|
stepperClasses: F(() => {
|
|
17280
|
-
const s =
|
|
17301
|
+
const s = L("spr-flex spr-gap-size-spacing-xs ", {
|
|
17281
17302
|
"spr-flex-col spr-mb-size-spacing-xs": e.variant === "vertical",
|
|
17282
17303
|
"spr-flex-row spr-mr-size-spacing-xs": e.variant === "horizontal"
|
|
17283
|
-
}), n =
|
|
17304
|
+
}), n = L("spr-flex spr-flex-grow", {
|
|
17284
17305
|
"spr-flex-col": e.variant === "vertical",
|
|
17285
17306
|
"spr-flex-rows": e.variant === "horizontal"
|
|
17286
|
-
}), a =
|
|
17307
|
+
}), a = L("spr-flex spr-min-w-6 spr-min-h-6", {
|
|
17287
17308
|
"spr-ml-3.5 spr-pt-size-spacing-2xs": e.variant === "vertical",
|
|
17288
17309
|
"spr-items-center spr-pl-size-spacing-xs spr-w-full": e.variant === "horizontal"
|
|
17289
|
-
}), i =
|
|
17310
|
+
}), i = L({
|
|
17290
17311
|
"spr-w-0.5 spr-rounded-full spr-h-12": e.variant === "vertical",
|
|
17291
17312
|
"spr-h-0.5 spr-rounded-full spr-w-full": e.variant === "horizontal"
|
|
17292
17313
|
});
|
|
@@ -17363,7 +17384,7 @@ const n7 = (e) => ({
|
|
|
17363
17384
|
default: ""
|
|
17364
17385
|
}
|
|
17365
17386
|
}, N7 = ["update:modelValue"], $7 = (e) => {
|
|
17366
|
-
const t =
|
|
17387
|
+
const t = R(null), r = R(null), s = G0(t), { pressed: n } = ln({ target: r }), { disabled: a, state: i, modelValue: l } = ye(e), u = It(), d = (!u.default || u.default().length === 0) && !u.leftText, c = !u.rightText, g = F(() => ({
|
|
17367
17388
|
...a.value && { ariaDisabled: !0 },
|
|
17368
17389
|
disabled: a.value,
|
|
17369
17390
|
autofocus: i.value === "hover",
|
|
@@ -17379,7 +17400,7 @@ const n7 = (e) => ({
|
|
|
17379
17400
|
return e.modelValue ? "spr-background-color-success-pressed" : "spr-switch-background-pressed";
|
|
17380
17401
|
}
|
|
17381
17402
|
function M() {
|
|
17382
|
-
return
|
|
17403
|
+
return L(
|
|
17383
17404
|
{
|
|
17384
17405
|
"spr-background-color-success-base": e.modelValue,
|
|
17385
17406
|
"spr-switch-background-default": !e.modelValue
|
|
@@ -17387,11 +17408,11 @@ const n7 = (e) => ({
|
|
|
17387
17408
|
"spr-opacity-60"
|
|
17388
17409
|
);
|
|
17389
17410
|
}
|
|
17390
|
-
const m = F(() => e.disabled ? "spr-text-color-disabled" : "spr-text-color-strong"), D = F(() =>
|
|
17411
|
+
const m = F(() => e.disabled ? "spr-text-color-disabled" : "spr-text-color-strong"), D = F(() => L(
|
|
17391
17412
|
"spr-transition-colors",
|
|
17392
17413
|
"before:spr-transition-all before:spr-duration-150",
|
|
17393
17414
|
"after:spr-transition-all after:spr-duration-150"
|
|
17394
|
-
)), $ = F(() =>
|
|
17415
|
+
)), $ = F(() => L(y.value, D.value)), w = F(() => L({
|
|
17395
17416
|
"spr-cursor-not-allowed": e.disabled,
|
|
17396
17417
|
"spr-cursor-pointer": !e.disabled
|
|
17397
17418
|
}));
|
|
@@ -17410,7 +17431,7 @@ const n7 = (e) => ({
|
|
|
17410
17431
|
props: b7,
|
|
17411
17432
|
emits: N7,
|
|
17412
17433
|
setup(e, { emit: t }) {
|
|
17413
|
-
const r = e, s = t, n = r.id ? r.id + "_" + Math.random().toString(36).substring(2, 8) : "switch_input_" + Math.random().toString(36).substring(2, 8), a =
|
|
17434
|
+
const r = e, s = t, n = r.id ? r.id + "_" + Math.random().toString(36).substring(2, 8) : "switch_input_" + Math.random().toString(36).substring(2, 8), a = De(r, "modelValue", s), {
|
|
17414
17435
|
switchWrapperRef: i,
|
|
17415
17436
|
switchRef: l,
|
|
17416
17437
|
switchProps: u,
|
|
@@ -17731,22 +17752,22 @@ const n7 = (e) => ({
|
|
|
17731
17752
|
previous: () => !0,
|
|
17732
17753
|
next: () => !0
|
|
17733
17754
|
}, V7 = (e, t) => {
|
|
17734
|
-
const { selectedRowCount: r, currentPage: s, totalItems: n, bordered: a } =
|
|
17735
|
-
const m =
|
|
17755
|
+
const { selectedRowCount: r, currentPage: s, totalItems: n, bordered: a } = ye(e), i = F(() => {
|
|
17756
|
+
const m = L("spr-p-size-spacing-xs spr-flex spr-justify-between spr-bg-white-50 spr-h-max", {
|
|
17736
17757
|
"spr-border spr-border-solid spr-border-color-weak": a.value,
|
|
17737
17758
|
"spr-border-x-0 spr-border-t spr-border-b-0 spr-border-solid spr-border-color-weak": !a.value
|
|
17738
|
-
}), D =
|
|
17759
|
+
}), D = L("spr-w-[120px] spr-h-full spr-space-x-2"), $ = L("spr-mt-0.5 spr-pl-1 spr-text-mushroom-950"), w = L("spr-flex spr-justify-between spr-items-center spr-space-x-4"), z = L("spr-text-color-base spr-body-sm-regular"), N = L("spr-flex spr-space-x-2"), I = L("spr-rounded-border-radius-md"), k = L("!spr-w-max");
|
|
17739
17760
|
return {
|
|
17740
17761
|
baseClass: m,
|
|
17741
17762
|
dropdownInputFieldClass: D,
|
|
17742
17763
|
rightSideClass: w,
|
|
17743
|
-
computeRowRangeClass:
|
|
17764
|
+
computeRowRangeClass: z,
|
|
17744
17765
|
inputFieldIconClass: $,
|
|
17745
17766
|
navigationContainerClass: N,
|
|
17746
17767
|
navigationButtonClass: I,
|
|
17747
17768
|
dropdownClass: k
|
|
17748
17769
|
};
|
|
17749
|
-
}), l =
|
|
17770
|
+
}), l = R(e.dropdownSelection), u = F(() => {
|
|
17750
17771
|
const m = (s.value - 1) * r.value + 1, D = Math.min(s.value * r.value, n.value);
|
|
17751
17772
|
return `${m} - ${D} of ${n.value}`;
|
|
17752
17773
|
}), d = F(() => `${r.value} Rows`), c = (m) => {
|
|
@@ -17755,7 +17776,7 @@ const n7 = (e) => ({
|
|
|
17755
17776
|
t("previous");
|
|
17756
17777
|
}, y = () => {
|
|
17757
17778
|
t("next");
|
|
17758
|
-
}, h = F(() => e.currentPage === 1), C = F(() => e.totalItems <= e.currentPage * e.selectedRowCount), M =
|
|
17779
|
+
}, h = F(() => e.currentPage === 1), C = F(() => e.totalItems <= e.currentPage * e.selectedRowCount), M = R(`dropdown-${(() => {
|
|
17759
17780
|
const m = Date.now(), D = Math.floor(Math.random() * 1e6);
|
|
17760
17781
|
return `dropdown-${m}-${D}`;
|
|
17761
17782
|
})()}`);
|
|
@@ -17963,27 +17984,27 @@ const n7 = (e) => ({
|
|
|
17963
17984
|
(t) => (typeof t == "object" || typeof t == "string" || typeof t == "number") && t !== null
|
|
17964
17985
|
)
|
|
17965
17986
|
}, K7 = (e, t, r) => {
|
|
17966
|
-
const { dataTable: s, action: n, headers: a, sortOrder: i, fullHeight: l, selectedKeyId: u, returnCompleteSelectedProperties: d } =
|
|
17967
|
-
const J =
|
|
17987
|
+
const { dataTable: s, action: n, headers: a, sortOrder: i, fullHeight: l, selectedKeyId: u, returnCompleteSelectedProperties: d } = ye(e), c = R(""), g = R(e.searchModel), y = R(i.value), h = R(!1), C = R([]), f = F(() => C.value.length === 0 ? !1 : C.value.length === m.value.length), M = F(() => C.value.length === 0 ? !1 : C.value.length > 0 && C.value.length < m.value.length), m = F(() => !c.value || i != null && i.value ? s.value : [...s.value].sort((Y, U) => {
|
|
17988
|
+
const J = E(Y[c.value]), oe = E(U[c.value]);
|
|
17968
17989
|
return J < oe ? y.value === "asc" ? -1 : 1 : J > oe ? y.value === "asc" ? 1 : -1 : 0;
|
|
17969
17990
|
})), D = (S) => {
|
|
17970
17991
|
c.value === S ? y.value = y.value === "asc" ? "desc" : "asc" : (c.value = S, y.value = "asc"), t("onSort", { field: S, sortOrder: y.value });
|
|
17971
|
-
}, $ = (S) => c.value !== S ? "ph:caret-up-down-light" : y.value === "asc" ? "ph:arrow-up" : "ph:arrow-down", w = F(() => n.value ? a.value.length + 1 : a.value.length),
|
|
17992
|
+
}, $ = (S) => c.value !== S ? "ph:caret-up-down-light" : y.value === "asc" ? "ph:arrow-up" : "ph:arrow-down", w = F(() => n.value ? a.value.length + 1 : a.value.length), z = (S) => {
|
|
17972
17993
|
t("update:searchModel", S);
|
|
17973
17994
|
}, N = F(
|
|
17974
17995
|
() => e.tableActions.search || e.tableActions.filter || e.tableActions.option
|
|
17975
17996
|
), I = (S, Y) => {
|
|
17976
17997
|
e.isRowClickable && t("onRowClick", S, Y);
|
|
17977
|
-
}, k = F(() => l.value ? "large" : "small"),
|
|
17978
|
-
const S =
|
|
17998
|
+
}, k = F(() => l.value ? "large" : "small"), E = (S) => typeof S == "string" ? S.toLowerCase() : typeof S == "object" && !Array.isArray(S) && S !== null ? S.title.toLowerCase() : Array.isArray(S) && S.length > 0 ? S[0].title.toLowerCase() : "", b = F(() => {
|
|
17999
|
+
const S = L(
|
|
17979
18000
|
"spr-flex spr-flex-col spr-h-full spr-border-color-weak spr-w-full spr-overflow-hidden spr-rounded-border-radius-lg spr-border spr-border-solid spr-table-wrapper spr-relative"
|
|
17980
|
-
), Y =
|
|
18001
|
+
), Y = L("spr-w-full spr-bottom-0 spr-left-0", {
|
|
17981
18002
|
"spr-background-color-surface": e.variant === "surface",
|
|
17982
18003
|
"spr-background-color": e.variant === "white"
|
|
17983
|
-
}), U =
|
|
18004
|
+
}), U = L({
|
|
17984
18005
|
"spr-background-color": e.variant === "white",
|
|
17985
18006
|
"spr-background-color-surface": e.variant === "surface"
|
|
17986
|
-
}), J =
|
|
18007
|
+
}), J = L(
|
|
17987
18008
|
"spr-min-h-12 spr-px-size-spacing-2xs spr-py-size-spacing-3xs",
|
|
17988
18009
|
"spr-text-color-strong spr-font-size-100 spr-font-line-height-100 spr-font-letter-spacing-normal spr-text-start spr-font-medium spr-uppercase",
|
|
17989
18010
|
"spr-border-color-weak spr-border-x-0 spr-border-y spr-border-solid",
|
|
@@ -17991,24 +18012,24 @@ const n7 = (e) => ({
|
|
|
17991
18012
|
"spr-border-t-0": !r.default
|
|
17992
18013
|
},
|
|
17993
18014
|
U
|
|
17994
|
-
), oe = "spr-flex spr-flex-row spr-items-center spr-gap-size-spacing-5xs", de =
|
|
18015
|
+
), oe = "spr-flex spr-flex-row spr-items-center spr-gap-size-spacing-5xs", de = L({
|
|
17995
18016
|
"spr-px-size-spacing-sm spr-py-size-spacing-xs": !!r.default
|
|
17996
|
-
}), Me = "spr-border-color-weak spr-w-full spr-border spr-border-solid", ne = "spr-background-color-surface spr-text-color-strong spr-font-size-100 spr-font-line-height-100 spr-font-letter-spacing-normal spr-uppercase", ie =
|
|
18017
|
+
}), Me = "spr-border-color-weak spr-w-full spr-border spr-border-solid", ne = "spr-background-color-surface spr-text-color-strong spr-font-size-100 spr-font-line-height-100 spr-font-letter-spacing-normal spr-uppercase", ie = L("spr-min-h-[60px]", {
|
|
17997
18018
|
"spr-cursor-pointer": e.isRowClickable
|
|
17998
|
-
}),
|
|
18019
|
+
}), ve = "spr-border-color-weak spr-overflow-hidden spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid spr-p-3", fe = "spr-border-color-weak spr-overflow-hidden spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid spr-p-3", Ce = L("spr-h-full"), Ne = L({
|
|
17999
18020
|
"spr-overflow-y-auto spr-h-full": l.value,
|
|
18000
18021
|
"spr-h-[250px]": !l.value && r.footer,
|
|
18001
18022
|
"spr-h-[360px]": !l.value && !r.footer
|
|
18002
|
-
}), me =
|
|
18023
|
+
}), me = L({
|
|
18003
18024
|
"spr-overflow-y-hidden spr-h-[calc(90vh-150px)] md:spr-h-[calc(80vh-150px)] sm:spr-h-[calc(70vh-150px)]": l.value && r.footer,
|
|
18004
18025
|
// Adjust tbody height for header/footer
|
|
18005
18026
|
"spr-overflow-y-auto spr-h-[75vh]": l.value && !r.footer,
|
|
18006
18027
|
// Adjust tbody height for header/footer
|
|
18007
18028
|
"spr-h-[250px]": !l.value && r.footer,
|
|
18008
18029
|
"spr-h-[360px]": !l.value && !r.footer
|
|
18009
|
-
}), xe =
|
|
18030
|
+
}), xe = L(
|
|
18010
18031
|
"spr-border-color-weak spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid"
|
|
18011
|
-
), se =
|
|
18032
|
+
), se = L("spr-px-size-spacing-2xs spr-py-size-spacing-3xs spr-w-[44px] "), te = L(`${me} ${e.emptyStateCustomClasses}`), Re = L(`${de} ${e.tableActionSlotCustomClasses}`);
|
|
18012
18033
|
return {
|
|
18013
18034
|
headerClasses: J,
|
|
18014
18035
|
tableWrapperClasses: S,
|
|
@@ -18019,7 +18040,7 @@ const n7 = (e) => ({
|
|
|
18019
18040
|
multiselectRowClass: xe,
|
|
18020
18041
|
multiselectClass: se,
|
|
18021
18042
|
tableRowClasses: ie,
|
|
18022
|
-
tableDataClasses:
|
|
18043
|
+
tableDataClasses: ve,
|
|
18023
18044
|
tableRowActionClasses: fe,
|
|
18024
18045
|
tableBackgroundClasses: Ce,
|
|
18025
18046
|
tableBodyClasses: Ne,
|
|
@@ -18027,18 +18048,18 @@ const n7 = (e) => ({
|
|
|
18027
18048
|
emptyStateClasses: te,
|
|
18028
18049
|
tableActionSlotClasses: Re
|
|
18029
18050
|
};
|
|
18030
|
-
}),
|
|
18051
|
+
}), P = (S, Y) => m.value[S][Y], B = (S) => typeof S == "object" && "title" in S, Z = (S) => {
|
|
18031
18052
|
if (!u.value || !(u.value in S)) return;
|
|
18032
18053
|
const Y = C.value.findIndex((U) => {
|
|
18033
18054
|
const J = U[u.value], oe = S[u.value];
|
|
18034
|
-
return
|
|
18055
|
+
return B(J) && B(oe) ? J.title === oe.title : U[u.value] === S[u.value];
|
|
18035
18056
|
});
|
|
18036
18057
|
Y !== -1 ? C.value.splice(Y, 1) : C.value.push(S), O();
|
|
18037
18058
|
}, T = () => {
|
|
18038
18059
|
f.value || M.value ? C.value = [] : C.value = [...m.value], O();
|
|
18039
18060
|
}, j = (S) => !u.value || !(u.value in S) ? !1 : C.value.some((Y) => {
|
|
18040
18061
|
const U = Y[u.value], J = S[u.value];
|
|
18041
|
-
return
|
|
18062
|
+
return B(U) && B(J) ? U.title === J.title : Y[u.value] === S[u.value];
|
|
18042
18063
|
}), O = () => {
|
|
18043
18064
|
if (d.value)
|
|
18044
18065
|
t("update:selectedData", C.value);
|
|
@@ -18054,13 +18075,13 @@ const n7 = (e) => ({
|
|
|
18054
18075
|
S && e.isMultiSelect && C.value.length > 0 && S.forEach((Y) => {
|
|
18055
18076
|
const U = C.value.findIndex((J) => {
|
|
18056
18077
|
const oe = J[u.value], de = Y[u.value];
|
|
18057
|
-
return
|
|
18078
|
+
return B(oe) && B(de) ? oe.title === de.title : J[u.value] === Y[u.value];
|
|
18058
18079
|
});
|
|
18059
18080
|
U === -1 && C.value.splice(U, 1);
|
|
18060
18081
|
});
|
|
18061
18082
|
}), {
|
|
18062
18083
|
sortData: D,
|
|
18063
|
-
updateSearchField:
|
|
18084
|
+
updateSearchField: z,
|
|
18064
18085
|
handleRowClick: I,
|
|
18065
18086
|
handleSelect: Z,
|
|
18066
18087
|
handleSelectAll: T,
|
|
@@ -18075,7 +18096,7 @@ const n7 = (e) => ({
|
|
|
18075
18096
|
isAllSelected: f,
|
|
18076
18097
|
isRowSelected: j,
|
|
18077
18098
|
isIndeterminate: M,
|
|
18078
|
-
sortedDataItem:
|
|
18099
|
+
sortedDataItem: P,
|
|
18079
18100
|
getSortIcon: $,
|
|
18080
18101
|
sortField: c
|
|
18081
18102
|
};
|
|
@@ -18136,7 +18157,7 @@ const n7 = (e) => ({
|
|
|
18136
18157
|
handleSelect: D,
|
|
18137
18158
|
handleSelectAll: $,
|
|
18138
18159
|
sortedDataItem: w,
|
|
18139
|
-
getSortIcon:
|
|
18160
|
+
getSortIcon: z
|
|
18140
18161
|
} = K7(r, s, n);
|
|
18141
18162
|
return (N, I) => (p(), v("div", {
|
|
18142
18163
|
class: x(o(d).tableWrapperClasses)
|
|
@@ -18186,8 +18207,8 @@ const n7 = (e) => ({
|
|
|
18186
18207
|
}, null, 8, ["checked", "indeterminate", "onUpdate:modelValue"])
|
|
18187
18208
|
])
|
|
18188
18209
|
], 2)) : _("", !0),
|
|
18189
|
-
(p(!0), v(X, null, le(N.headers, (k,
|
|
18190
|
-
key:
|
|
18210
|
+
(p(!0), v(X, null, le(N.headers, (k, E) => (p(), v("th", {
|
|
18211
|
+
key: E,
|
|
18191
18212
|
class: x([o(d).headerClasses])
|
|
18192
18213
|
}, [
|
|
18193
18214
|
A("div", {
|
|
@@ -18214,7 +18235,7 @@ const n7 = (e) => ({
|
|
|
18214
18235
|
onClick: (b) => k.sort && o(f)(k.field)
|
|
18215
18236
|
}, [
|
|
18216
18237
|
V(o(W), {
|
|
18217
|
-
icon: o(
|
|
18238
|
+
icon: o(z)(k.field),
|
|
18218
18239
|
height: "16",
|
|
18219
18240
|
width: "16",
|
|
18220
18241
|
class: x([{ "spr-text-kangkong-700": o(h) === k.field }])
|
|
@@ -18236,13 +18257,13 @@ const n7 = (e) => ({
|
|
|
18236
18257
|
key: 0,
|
|
18237
18258
|
class: x(o(d).tableBodyClasses)
|
|
18238
18259
|
}, [
|
|
18239
|
-
(p(!0), v(X, null, le(o(a), (k,
|
|
18240
|
-
key:
|
|
18260
|
+
(p(!0), v(X, null, le(o(a), (k, E) => (p(), v("tr", {
|
|
18261
|
+
key: E,
|
|
18241
18262
|
class: x([
|
|
18242
18263
|
o(d).tableRowClasses,
|
|
18243
18264
|
o(C)(k) ? "spr-bg-kangkong-100" : "hover:spr-background-color-hover"
|
|
18244
18265
|
]),
|
|
18245
|
-
onClick: (b) => o(m)(k,
|
|
18266
|
+
onClick: (b) => o(m)(k, E),
|
|
18246
18267
|
onMouseover: (b) => N.$emit("onHover", { active: !0, data: k }),
|
|
18247
18268
|
onMouseleave: (b) => N.$emit("onHover", { active: !1, data: k })
|
|
18248
18269
|
}, [
|
|
@@ -18258,54 +18279,54 @@ const n7 = (e) => ({
|
|
|
18258
18279
|
}, null, 8, ["checked", "onUpdate:modelValue"])
|
|
18259
18280
|
])
|
|
18260
18281
|
], 2)) : _("", !0),
|
|
18261
|
-
(p(!0), v(X, null, le(N.headers, (b,
|
|
18262
|
-
key:
|
|
18282
|
+
(p(!0), v(X, null, le(N.headers, (b, P) => (p(), v("td", {
|
|
18283
|
+
key: P,
|
|
18263
18284
|
class: x(o(d).tableDataClasses)
|
|
18264
18285
|
}, [
|
|
18265
18286
|
N.$slots[b.field] ? ee(N.$slots, b.field, {
|
|
18266
18287
|
key: 0,
|
|
18267
18288
|
row: k,
|
|
18268
|
-
rowIndex:
|
|
18289
|
+
rowIndex: E
|
|
18269
18290
|
}) : (p(), v(X, { key: 1 }, [
|
|
18270
|
-
o(a)[
|
|
18291
|
+
o(a)[E][b.field] ? (p(), v("div", ag, [
|
|
18271
18292
|
b.hasAvatar ? (p(), K(Et, {
|
|
18272
18293
|
key: 0,
|
|
18273
18294
|
size: "lg",
|
|
18274
|
-
src: o(w)(
|
|
18295
|
+
src: o(w)(E, b.field).image,
|
|
18275
18296
|
alt: "User Avatar",
|
|
18276
18297
|
variant: b.avatarVariant ? b.avatarVariant : "initial",
|
|
18277
|
-
initial: o(w)(
|
|
18298
|
+
initial: o(w)(E, b.field).title
|
|
18278
18299
|
}, null, 8, ["src", "variant", "initial"])) : _("", !0),
|
|
18279
18300
|
b.hasIcon ? (p(), v("div", og, [
|
|
18280
18301
|
V(o(W), {
|
|
18281
|
-
icon: o(w)(
|
|
18302
|
+
icon: o(w)(E, b.field).icon || ""
|
|
18282
18303
|
}, null, 8, ["icon"])
|
|
18283
18304
|
])) : _("", !0),
|
|
18284
18305
|
A("div", null, [
|
|
18285
|
-
Array.isArray(o(w)(
|
|
18286
|
-
(p(!0), v(X, null, le(o(w)(
|
|
18306
|
+
Array.isArray(o(w)(E, b.field).title) ? (p(), v("div", ig, [
|
|
18307
|
+
(p(!0), v(X, null, le(o(w)(E, b.field).title, (B, Z) => (p(), v("div", { key: Z }, [
|
|
18287
18308
|
b.hasLozengeTitle ? (p(), v("div", lg, [
|
|
18288
18309
|
V(Y0, {
|
|
18289
|
-
cell:
|
|
18310
|
+
cell: B
|
|
18290
18311
|
}, null, 8, ["cell"])
|
|
18291
18312
|
])) : b.hasChipTitle ? (p(), v("div", ug, [
|
|
18292
18313
|
V(P0, {
|
|
18293
|
-
cell:
|
|
18314
|
+
cell: B
|
|
18294
18315
|
}, null, 8, ["cell"])
|
|
18295
18316
|
])) : _("", !0)
|
|
18296
18317
|
]))), 128))
|
|
18297
18318
|
])) : (p(), v("div", dg, [
|
|
18298
18319
|
b.hasLozengeTitle ? (p(), v("div", cg, [
|
|
18299
18320
|
V(Y0, {
|
|
18300
|
-
cell: o(w)(
|
|
18321
|
+
cell: o(w)(E, b.field).title
|
|
18301
18322
|
}, null, 8, ["cell"])
|
|
18302
18323
|
])) : b.hasChipTitle ? (p(), v("div", pg, [
|
|
18303
18324
|
V(P0, {
|
|
18304
|
-
cell: o(w)(
|
|
18325
|
+
cell: o(w)(E, b.field).title
|
|
18305
18326
|
}, null, 8, ["cell"])
|
|
18306
|
-
])) : (p(), v("div", gg, G(o(w)(
|
|
18327
|
+
])) : (p(), v("div", gg, G(o(w)(E, b.field).title), 1))
|
|
18307
18328
|
])),
|
|
18308
|
-
b.hasSubtext ? (p(), v("div", fg, G(o(w)(
|
|
18329
|
+
b.hasSubtext ? (p(), v("div", fg, G(o(w)(E, b.field).subtext), 1)) : _("", !0)
|
|
18309
18330
|
])
|
|
18310
18331
|
])) : _("", !0)
|
|
18311
18332
|
], 64))
|
|
@@ -18382,12 +18403,12 @@ const n7 = (e) => ({
|
|
|
18382
18403
|
}, $g = {
|
|
18383
18404
|
tabIndex: (e) => typeof e == "number"
|
|
18384
18405
|
}, Dg = (e, t) => {
|
|
18385
|
-
const r = F(() =>
|
|
18406
|
+
const r = F(() => L({
|
|
18386
18407
|
"spr-relative spr-px-size-spacing-xs spr-body-sm spr-text-color-strong spr-group": !0,
|
|
18387
18408
|
"spr-transition-left spr-duration-150 spr-ease-in-out": !0,
|
|
18388
18409
|
"capitalize spr-py-size-spacing-3xs": !e.underlined,
|
|
18389
18410
|
"spr-uppercase spr-border-x-0 spr-border-t-0 spr-py-size-spacing-xs": e.underlined
|
|
18390
|
-
})), s =
|
|
18411
|
+
})), s = R({
|
|
18391
18412
|
index: 0,
|
|
18392
18413
|
previousIndex: -1,
|
|
18393
18414
|
width: 0,
|
|
@@ -18404,7 +18425,7 @@ const n7 = (e) => ({
|
|
|
18404
18425
|
} else
|
|
18405
18426
|
s.value.index = 0;
|
|
18406
18427
|
s.value.width = a.value[s.value.index].clientWidth, t("tabIndex", s.value.index);
|
|
18407
|
-
}, a =
|
|
18428
|
+
}, a = R([]), i = (l, u = !1) => {
|
|
18408
18429
|
if (u) return;
|
|
18409
18430
|
const d = s.value.index;
|
|
18410
18431
|
if (d === l) return;
|
|
@@ -18489,7 +18510,7 @@ const n7 = (e) => ({
|
|
|
18489
18510
|
"spr-background-color-success-base spr-absolute spr-bottom-0 spr-left-0 spr-z-10 spr-block spr-h-0.5 spr-rounded-full",
|
|
18490
18511
|
"spr-transition-left spr-duration-150 spr-ease-in-out"
|
|
18491
18512
|
]),
|
|
18492
|
-
style:
|
|
18513
|
+
style: $e({
|
|
18493
18514
|
width: `${o(a).width}px`,
|
|
18494
18515
|
left: `${o(a).undelineLeftOffset}px`
|
|
18495
18516
|
})
|
|
@@ -18561,13 +18582,13 @@ const n7 = (e) => ({
|
|
|
18561
18582
|
}, Og = {
|
|
18562
18583
|
"update:modelValue": (e) => typeof e == "string"
|
|
18563
18584
|
}, _g = (e, t) => {
|
|
18564
|
-
const { error: r, disabled: s, readonly: n } =
|
|
18585
|
+
const { error: r, disabled: s, readonly: n } = ye(e), a = De(e, "modelValue", t);
|
|
18565
18586
|
return {
|
|
18566
18587
|
textareaClasses: F(() => {
|
|
18567
|
-
const u =
|
|
18588
|
+
const u = L("spr-flex spr-flex-col spr-gap-size-spacing-4xs"), d = L("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
18568
18589
|
"spr-text-color-on-fill-disabled": s.value,
|
|
18569
18590
|
"spr-text-color-base": n.value
|
|
18570
|
-
}), c =
|
|
18591
|
+
}), c = L(
|
|
18571
18592
|
"spr-block spr-w-full spr-px-size-spacing-2xs spr-py-size-spacing-4xs spr-rounded-border-radius-md spr-outline-none spr-ring-0 spr-resize-none spr-font-main",
|
|
18572
18593
|
"spr-text-color-strong spr-font-size-200",
|
|
18573
18594
|
"spr-border spr-border-solid",
|
|
@@ -18578,10 +18599,10 @@ const n7 = (e) => ({
|
|
|
18578
18599
|
"spr-background-color-disabled spr-border-white-100 focus:spr-border-white-100 spr-cursor-not-allowed spr-text-color-on-fill-disabled": s.value,
|
|
18579
18600
|
"spr-background-color-disabled spr-border-white-100 focus:spr-border-white-100 spr-cursor-not-allowed spr-text-color-base": n.value
|
|
18580
18601
|
}
|
|
18581
|
-
), g =
|
|
18602
|
+
), g = L("spr-body-sm-regular spr-flex spr-items-center spr-gap-size-spacing-5xs", {
|
|
18582
18603
|
"spr-text-color-danger-base": r.value,
|
|
18583
18604
|
"spr-text-color-supporting": !r.value
|
|
18584
|
-
}), y =
|
|
18605
|
+
}), y = L("spr-flex spr-items-center", {
|
|
18585
18606
|
"spr-justify-between": e.displayHelper && e.hasCounter,
|
|
18586
18607
|
"spr-justify-end": !e.displayHelper && e.hasCounter
|
|
18587
18608
|
});
|
|
@@ -18709,7 +18730,7 @@ const n7 = (e) => ({
|
|
|
18709
18730
|
}, Yg = {
|
|
18710
18731
|
"update:modelValue": (e) => e instanceof MouseEvent
|
|
18711
18732
|
}, Ug = (e, t) => {
|
|
18712
|
-
const { format: r, interval: s, fullWidth: n } =
|
|
18733
|
+
const { format: r, interval: s, fullWidth: n } = ye(e), a = R(!1), i = De(e, "modelValue", t), l = R(`time-picker-${ue().valueOf()}-${Math.floor(Math.random() * 1e3)}`), u = F(() => L("spr-max-h-[300px] spr-p-size-spacing-3xs spr-overflow-y-auto", {
|
|
18713
18734
|
"spr-w-[240px]": !n.value
|
|
18714
18735
|
})), d = (M) => {
|
|
18715
18736
|
var w;
|
|
@@ -18869,7 +18890,7 @@ const n7 = (e) => ({
|
|
|
18869
18890
|
default: !0
|
|
18870
18891
|
}
|
|
18871
18892
|
}, Kg = (e) => ({
|
|
18872
|
-
placement:
|
|
18893
|
+
placement: R(e.placement)
|
|
18873
18894
|
}), Jg = { key: 0 }, Xg = /* @__PURE__ */ ae({
|
|
18874
18895
|
__name: "tooltip",
|
|
18875
18896
|
props: Wg,
|
|
@@ -18894,7 +18915,7 @@ const n7 = (e) => ({
|
|
|
18894
18915
|
}), qg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18895
18916
|
__proto__: null,
|
|
18896
18917
|
default: Xg
|
|
18897
|
-
}, Symbol.toStringTag, { value: "Module" })), ef = "design-system-next", tf = "2.11.
|
|
18918
|
+
}, Symbol.toStringTag, { value: "Module" })), ef = "design-system-next", tf = "2.11.8", rf = "./dist/design-system-next.umd.js", sf = "./dist/design-system-next.es.js", nf = { type: "git", url: "https://dev.azure.com/sproutphil/Sprout%20Design%20System/_git/Sprout%20Design%20System%20Next" }, af = "module", of = ["dist", "dist/", "src/", "README.md", "LICENSE"], lf = { ".": { import: "./dist/design-system-next.es.js", require: "./dist/design-system-next.umd.js" }, "./style.css": "./dist/main.css" }, uf = { dev: "vite", build: "vue-tsc && vite build", "watch-build": "vue-tsc && vite build --watch", types: "vue-tsc", preview: "vite preview", "lint:script": 'eslint "**/*.{js,ts,vue}"', "lint:style": 'stylelint "**/*.{vue,css}"', "fix:style": 'stylelint --fix "**/*.{vue,css}"', lint: "npm run lint:script && npm run lint:style", prepublishOnly: "npm run build", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs", "docs:preview": "vitepress preview docs", clean: "rm -rf node_modules dist coverage package-lock.json && npm install" }, df = { "@cloudinary/url-gen": "^1.21.0", "@eslint/js": "^9.17.0", "@iconify-icons/ph": "^1.2.5", "@iconify/vue": "^4.3.0", classnames: "^2.5.1", "countries-list": "^3.1.1", dayjs: "^1.11.13", "floating-vue": "^5.2.2", "libphonenumber-js": "^1.12.5", lodash: "^4.17.21", pinia: "^2.3.1", stylelint: "^16.12.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-recommended": "^14.0.1", "stylelint-config-recommended-vue": "^1.5.0", "typescript-eslint": "^8.19.1", "vite-plugin-sass": "^0.1.0", vue: "^3.0.0" }, cf = { "@stylistic/stylelint-plugin": "^3.1.1", "@types/node": "^22.10.5", "@vitejs/plugin-vue": "^5.2.1", autoprefixer: "^10.4.20", eslint: "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.32.0", prettier: "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "rollup-plugin-gzip": "^4.0.1", "sass-embedded": "^1.83.1", tailwindcss: "^3.4.17", typescript: "~5.7.2", "unplugin-vue-components": "^28.0.0", vite: "^6.0.7", "vite-plugin-dts": "^4.4.0", "vite-tsconfig-paths": "^5.1.4", vitepress: "^1.5.0", "vue-eslint-parser": "^9.4.3", "vue-tsc": "^2.2.0" }, pf = { vue: "^3.0.0" }, gf = { node: ">=20.0.0", npm: ">=10.0.0" }, ff = {
|
|
18898
18919
|
name: ef,
|
|
18899
18920
|
private: !1,
|
|
18900
18921
|
version: tf,
|