@snmt-react-ui/country-select 2.9.3 → 2.9.4
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/country-select.js +1168 -808
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
|
@@ -128,7 +128,7 @@ const P2 = (s, e) => {
|
|
|
128
128
|
} = C;
|
|
129
129
|
let l = s;
|
|
130
130
|
l = z(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
131
|
-
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => D2(k, h, C)), p = F2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r),
|
|
131
|
+
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => D2(k, h, C)), p = F2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), w = () => p, u = () => i2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [L, f] = E(w);
|
|
132
132
|
let m = l.join();
|
|
133
133
|
e.lng && (m = `${e.lng}${m}`);
|
|
134
134
|
const M = P2(m), V = W(!0);
|
|
@@ -138,21 +138,21 @@ const P2 = (s, e) => {
|
|
|
138
138
|
bindI18nStore: Z
|
|
139
139
|
} = C;
|
|
140
140
|
V.current = !0, !a && !d && (e.lng ? G1(h, e.lng, l, () => {
|
|
141
|
-
V.current &&
|
|
141
|
+
V.current && f(u);
|
|
142
142
|
}) : B1(h, l, () => {
|
|
143
|
-
V.current &&
|
|
144
|
-
})), a && M && M !== m && V.current &&
|
|
143
|
+
V.current && f(u);
|
|
144
|
+
})), a && M && M !== m && V.current && f(u);
|
|
145
145
|
const N = () => {
|
|
146
|
-
V.current &&
|
|
146
|
+
V.current && f(u);
|
|
147
147
|
};
|
|
148
148
|
return k && h && h.on(k, N), Z && h && h.store.on(Z, N), () => {
|
|
149
149
|
V.current = !1, k && h && k.split(" ").forEach((x) => h.off(x, N)), Z && h && Z.split(" ").forEach((x) => h.store.off(x, N));
|
|
150
150
|
};
|
|
151
151
|
}, [h, m]), D(() => {
|
|
152
|
-
V.current && a &&
|
|
152
|
+
V.current && a && f(w);
|
|
153
153
|
}, [h, r, a]);
|
|
154
|
-
const b = [
|
|
155
|
-
if (b.t =
|
|
154
|
+
const b = [L, h, a];
|
|
155
|
+
if (b.t = L, b.i18n = h, b.ready = a, a || !a && !d) return b;
|
|
156
156
|
throw new Promise((k) => {
|
|
157
157
|
e.lng ? G1(h, e.lng, l, () => k()) : B1(h, l, () => k());
|
|
158
158
|
});
|
|
@@ -199,22 +199,22 @@ const P2 = (s, e) => {
|
|
|
199
199
|
g1(r, () => l.current);
|
|
200
200
|
const [a, p] = E(!1);
|
|
201
201
|
D(() => {
|
|
202
|
-
var
|
|
202
|
+
var f;
|
|
203
203
|
if (!d) return;
|
|
204
204
|
const m = () => {
|
|
205
205
|
l.current && p(l.current.scrollWidth > l.current.clientWidth);
|
|
206
206
|
};
|
|
207
207
|
m();
|
|
208
208
|
const M = new ResizeObserver(m);
|
|
209
|
-
return l.current && M.observe(l.current), (
|
|
209
|
+
return l.current && M.observe(l.current), (f = l.current) != null && f.parentElement && M.observe(l.current.parentElement), () => {
|
|
210
210
|
M.disconnect();
|
|
211
211
|
};
|
|
212
212
|
}, [d]);
|
|
213
|
-
const
|
|
214
|
-
let
|
|
215
|
-
s && s !== "inherit" && (
|
|
216
|
-
const
|
|
217
|
-
className:
|
|
213
|
+
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
214
|
+
let u = `snmt-typography snmt-typography-${e}`;
|
|
215
|
+
s && s !== "inherit" && (u += ` snmt-typography-align-${s}`), h && (u += " collapsed");
|
|
216
|
+
const L = {
|
|
217
|
+
className: u,
|
|
218
218
|
style: { color: t, whiteSpace: d ? "nowrap" : C, display: d ? "block" : "" },
|
|
219
219
|
onClick: o,
|
|
220
220
|
ref: l,
|
|
@@ -225,7 +225,7 @@ const P2 = (s, e) => {
|
|
|
225
225
|
}
|
|
226
226
|
} : void 0
|
|
227
227
|
};
|
|
228
|
-
return
|
|
228
|
+
return w ? /* @__PURE__ */ n(z2, { level: Q2[e], ...L, children: i }) : /* @__PURE__ */ n(J2, { ...L, children: i });
|
|
229
229
|
}
|
|
230
230
|
), q2 = ({ label: s, variant: e = "small", src: t, fallbackText: i }) => {
|
|
231
231
|
const o = t != null && t.trim() ? t : void 0, h = {
|
|
@@ -291,22 +291,22 @@ const P2 = (s, e) => {
|
|
|
291
291
|
g1(r, () => l.current);
|
|
292
292
|
const [a, p] = E(!1);
|
|
293
293
|
D(() => {
|
|
294
|
-
var
|
|
294
|
+
var f;
|
|
295
295
|
if (!d) return;
|
|
296
296
|
const m = () => {
|
|
297
297
|
l.current && p(l.current.scrollWidth > l.current.clientWidth);
|
|
298
298
|
};
|
|
299
299
|
m();
|
|
300
300
|
const M = new ResizeObserver(m);
|
|
301
|
-
return l.current && M.observe(l.current), (
|
|
301
|
+
return l.current && M.observe(l.current), (f = l.current) != null && f.parentElement && M.observe(l.current.parentElement), () => {
|
|
302
302
|
M.disconnect();
|
|
303
303
|
};
|
|
304
304
|
}, [d]);
|
|
305
|
-
const
|
|
306
|
-
let
|
|
307
|
-
s && s !== "inherit" && (
|
|
308
|
-
const
|
|
309
|
-
className:
|
|
305
|
+
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
306
|
+
let u = `snmt-typography snmt-typography-${e}`;
|
|
307
|
+
s && s !== "inherit" && (u += ` snmt-typography-align-${s}`), h && (u += " collapsed");
|
|
308
|
+
const L = {
|
|
309
|
+
className: u,
|
|
310
310
|
style: { color: t, whiteSpace: d ? "nowrap" : C, display: d ? "block" : "" },
|
|
311
311
|
onClick: o,
|
|
312
312
|
ref: l,
|
|
@@ -317,7 +317,7 @@ const P2 = (s, e) => {
|
|
|
317
317
|
}
|
|
318
318
|
} : void 0
|
|
319
319
|
};
|
|
320
|
-
return
|
|
320
|
+
return w ? /* @__PURE__ */ n(X2, { level: t5[e], ...L, children: i }) : /* @__PURE__ */ n(e5, { ...L, children: i });
|
|
321
321
|
}
|
|
322
322
|
), s5 = ({
|
|
323
323
|
checked: s = !0,
|
|
@@ -562,6 +562,92 @@ const P2 = (s, e) => {
|
|
|
562
562
|
color: t = c.GREY_DARK_5,
|
|
563
563
|
className: i,
|
|
564
564
|
onClick: o
|
|
565
|
+
}) => /* @__PURE__ */ g(
|
|
566
|
+
"svg",
|
|
567
|
+
{
|
|
568
|
+
width: s,
|
|
569
|
+
height: e,
|
|
570
|
+
className: i,
|
|
571
|
+
onClick: o,
|
|
572
|
+
viewBox: "0 0 24 24",
|
|
573
|
+
fill: "none",
|
|
574
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
575
|
+
children: [
|
|
576
|
+
/* @__PURE__ */ n(
|
|
577
|
+
"path",
|
|
578
|
+
{
|
|
579
|
+
d: "M2.75 13V7C2.75 6.58579 3.08579 6.25 3.5 6.25C3.91421 6.25 4.25 6.58579 4.25 7V13C4.25 14.9063 4.25235 16.2606 4.39063 17.2881C4.52602 18.2938 4.77908 18.8743 5.20215 19.2979C5.62503 19.7211 6.20487 19.975 7.21094 20.1104C8.23857 20.2486 9.59329 20.25 11.5 20.25H12.5C14.4063 20.25 15.7606 20.2476 16.7881 20.1094C17.7938 19.974 18.3743 19.7209 18.7979 19.2979C19.2211 18.875 19.475 18.2951 19.6104 17.2891C19.7486 16.2614 19.75 14.9067 19.75 13V7C19.75 6.58579 20.0858 6.25 20.5 6.25C20.9142 6.25 21.25 6.58579 21.25 7V13C21.25 14.8643 21.2515 16.3384 21.0967 17.4893C20.939 18.6614 20.6069 19.6104 19.8584 20.3584C19.11 21.1062 18.1606 21.4389 16.9883 21.5967C15.8376 21.7515 14.3642 21.75 12.5 21.75H11.5C9.63571 21.75 8.16161 21.7515 7.01074 21.5967C5.83857 21.439 4.88963 21.1069 4.1416 20.3584C3.39381 19.61 3.06115 18.6606 2.90332 17.4883C2.74846 16.3376 2.75 14.8642 2.75 13Z",
|
|
580
|
+
fill: t
|
|
581
|
+
}
|
|
582
|
+
),
|
|
583
|
+
/* @__PURE__ */ n(
|
|
584
|
+
"path",
|
|
585
|
+
{
|
|
586
|
+
d: "M21.25 5.00001C21.25 4.5074 21.2481 4.21355 21.2197 4.00294C21.2068 3.90645 21.1916 3.85769 21.1826 3.83595C21.1806 3.83111 21.1787 3.82808 21.1777 3.82618L21.1768 3.82325L21.1738 3.82228C21.1719 3.82129 21.1689 3.8194 21.1641 3.8174C21.1423 3.80845 21.0936 3.79327 20.9971 3.78029C20.7865 3.75197 20.4926 3.75001 20 3.75001H4.00001C3.5074 3.75001 3.21355 3.75197 3.00294 3.78029C2.90645 3.79327 2.85769 3.80845 2.83595 3.8174C2.83111 3.8194 2.82808 3.82129 2.82618 3.82228L2.82325 3.82325L2.82228 3.82618C2.82129 3.82808 2.8194 3.83111 2.8174 3.83595C2.80845 3.85769 2.79327 3.90645 2.78029 4.00294C2.75197 4.21355 2.75001 4.5074 2.75001 5.00001C2.75001 5.49263 2.75197 5.78647 2.78029 5.99708C2.79327 6.09357 2.80845 6.14233 2.8174 6.16407C2.8194 6.16892 2.82129 6.17194 2.82228 6.17384L2.82325 6.17677L2.82618 6.17775C2.82808 6.17874 2.83111 6.18063 2.83595 6.18263C2.85769 6.19158 2.90645 6.20676 3.00294 6.21974C3.21355 6.24806 3.5074 6.25001 4.00001 6.25001H20C20.4926 6.25001 20.7865 6.24806 20.9971 6.21974C21.0936 6.20676 21.1423 6.19158 21.1641 6.18263C21.1689 6.18063 21.1719 6.17874 21.1738 6.17775L21.1768 6.17677L21.1777 6.17384C21.1787 6.17194 21.1806 6.16892 21.1826 6.16407C21.1916 6.14233 21.2068 6.09357 21.2197 5.99708C21.2481 5.78647 21.25 5.49263 21.25 5.00001ZM22.75 5.00001C22.75 5.45028 22.752 5.8634 22.707 6.19728C22.6592 6.55287 22.5463 6.92835 22.2373 7.23732C21.9283 7.54628 21.5529 7.65921 21.1973 7.70704C20.8634 7.75196 20.4503 7.75001 20 7.75001H4.00001C3.54975 7.75001 3.13662 7.75196 2.80275 7.70704C2.44715 7.65921 2.07167 7.54628 1.76271 7.23732C1.45374 6.92835 1.34082 6.55287 1.29298 6.19728C1.24807 5.8634 1.25001 5.45028 1.25001 5.00001C1.25001 4.54975 1.24807 4.13662 1.29298 3.80275C1.34082 3.44715 1.45374 3.07167 1.76271 2.76271C2.07167 2.45374 2.44715 2.34082 2.80275 2.29298C3.13662 2.24807 3.54975 2.25001 4.00001 2.25001H20C20.4503 2.25001 20.8634 2.24807 21.1973 2.29298C21.5529 2.34082 21.9283 2.45374 22.2373 2.76271C22.5463 3.07168 22.6592 3.44715 22.707 3.80275C22.752 4.13662 22.75 4.54975 22.75 5.00001Z",
|
|
587
|
+
fill: t
|
|
588
|
+
}
|
|
589
|
+
),
|
|
590
|
+
/* @__PURE__ */ n(
|
|
591
|
+
"path",
|
|
592
|
+
{
|
|
593
|
+
d: "M11.25 7C11.25 6.58579 11.5858 6.25 12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V14.0449L14.4424 12.165C14.7195 11.8572 15.1941 11.8323 15.5019 12.1094C15.8098 12.3865 15.8347 12.8611 15.5576 13.1689L12.5576 16.502C12.4154 16.66 12.2126 16.75 12 16.75C11.7874 16.75 11.5846 16.66 11.4424 16.502L8.44236 13.1689L8.39451 13.1094C8.16979 12.8026 8.20932 12.3693 8.49803 12.1094C8.78667 11.8496 9.22135 11.8559 9.50291 12.1113L9.5576 12.165L11.25 14.0449V7Z",
|
|
594
|
+
fill: t
|
|
595
|
+
}
|
|
596
|
+
)
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
), d5 = ({
|
|
600
|
+
width: s = 20,
|
|
601
|
+
height: e = 20,
|
|
602
|
+
color: t = c.GREY_DARK_5,
|
|
603
|
+
className: i,
|
|
604
|
+
onClick: o
|
|
605
|
+
}) => /* @__PURE__ */ g(
|
|
606
|
+
"svg",
|
|
607
|
+
{
|
|
608
|
+
width: s,
|
|
609
|
+
height: e,
|
|
610
|
+
className: i,
|
|
611
|
+
onClick: o,
|
|
612
|
+
viewBox: "0 0 24 24",
|
|
613
|
+
fill: "none",
|
|
614
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
615
|
+
children: [
|
|
616
|
+
/* @__PURE__ */ n(
|
|
617
|
+
"path",
|
|
618
|
+
{
|
|
619
|
+
d: "M12 21V12M12 12L15 15.333M12 12L9 15.333",
|
|
620
|
+
stroke: t,
|
|
621
|
+
strokeWidth: "1.5",
|
|
622
|
+
strokeLinecap: "round",
|
|
623
|
+
strokeLinejoin: "round"
|
|
624
|
+
}
|
|
625
|
+
),
|
|
626
|
+
/* @__PURE__ */ n(
|
|
627
|
+
"path",
|
|
628
|
+
{
|
|
629
|
+
d: "M20.5 7V13C20.5 16.771 20.5 18.657 19.328 19.828C18.156 20.999 16.271 21 12.5 21H11.5C7.729 21 5.843 21 4.672 19.828C3.501 18.656 3.5 16.771 3.5 13V7",
|
|
630
|
+
stroke: t,
|
|
631
|
+
strokeWidth: "1.5",
|
|
632
|
+
strokeLinecap: "round"
|
|
633
|
+
}
|
|
634
|
+
),
|
|
635
|
+
/* @__PURE__ */ n(
|
|
636
|
+
"path",
|
|
637
|
+
{
|
|
638
|
+
d: "M2 5C2 4.057 2 3.586 2.293 3.293C2.586 3 3.057 3 4 3H20C20.943 3 21.414 3 21.707 3.293C22 3.586 22 4.057 22 5C22 5.943 22 6.414 21.707 6.707C21.414 7 20.943 7 20 7H4C3.057 7 2.586 7 2.293 6.707C2 6.414 2 5.943 2 5Z",
|
|
639
|
+
stroke: t,
|
|
640
|
+
strokeWidth: "1.5"
|
|
641
|
+
}
|
|
642
|
+
)
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
), g5 = ({
|
|
646
|
+
width: s = 20,
|
|
647
|
+
height: e = 20,
|
|
648
|
+
color: t = c.GREY_DARK_5,
|
|
649
|
+
className: i,
|
|
650
|
+
onClick: o
|
|
565
651
|
}) => /* @__PURE__ */ g(
|
|
566
652
|
"svg",
|
|
567
653
|
{
|
|
@@ -603,7 +689,7 @@ const P2 = (s, e) => {
|
|
|
603
689
|
)
|
|
604
690
|
]
|
|
605
691
|
}
|
|
606
|
-
),
|
|
692
|
+
), w5 = ({
|
|
607
693
|
width: s = 20,
|
|
608
694
|
height: e = 20,
|
|
609
695
|
color: t = c.GREY_DARK_5,
|
|
@@ -627,7 +713,7 @@ const P2 = (s, e) => {
|
|
|
627
713
|
}
|
|
628
714
|
)
|
|
629
715
|
}
|
|
630
|
-
),
|
|
716
|
+
), u5 = ({
|
|
631
717
|
width: s = 20,
|
|
632
718
|
height: e = 20,
|
|
633
719
|
color: t = c.GREY_DARK_5,
|
|
@@ -651,7 +737,7 @@ const P2 = (s, e) => {
|
|
|
651
737
|
}
|
|
652
738
|
)
|
|
653
739
|
}
|
|
654
|
-
),
|
|
740
|
+
), p5 = ({
|
|
655
741
|
width: s = 20,
|
|
656
742
|
height: e = 20,
|
|
657
743
|
color: t = c.GREY_DARK_5,
|
|
@@ -675,7 +761,7 @@ const P2 = (s, e) => {
|
|
|
675
761
|
}
|
|
676
762
|
)
|
|
677
763
|
}
|
|
678
|
-
),
|
|
764
|
+
), L5 = ({
|
|
679
765
|
width: s = 20,
|
|
680
766
|
height: e = 20,
|
|
681
767
|
color: t = c.GREY_DARK_5,
|
|
@@ -736,7 +822,7 @@ const P2 = (s, e) => {
|
|
|
736
822
|
)
|
|
737
823
|
]
|
|
738
824
|
}
|
|
739
|
-
),
|
|
825
|
+
), f5 = ({
|
|
740
826
|
width: s = 20,
|
|
741
827
|
height: e = 20,
|
|
742
828
|
color: t = c.GREY_DARK_5,
|
|
@@ -783,7 +869,7 @@ const P2 = (s, e) => {
|
|
|
783
869
|
)
|
|
784
870
|
]
|
|
785
871
|
}
|
|
786
|
-
),
|
|
872
|
+
), m5 = ({
|
|
787
873
|
width: s = 20,
|
|
788
874
|
height: e = 20,
|
|
789
875
|
color: t = c.GREY_DARK_5,
|
|
@@ -823,7 +909,7 @@ const P2 = (s, e) => {
|
|
|
823
909
|
)
|
|
824
910
|
]
|
|
825
911
|
}
|
|
826
|
-
),
|
|
912
|
+
), k5 = ({
|
|
827
913
|
width: s = 20,
|
|
828
914
|
height: e = 20,
|
|
829
915
|
color: t = c.GREY_DARK_5,
|
|
@@ -863,7 +949,7 @@ const P2 = (s, e) => {
|
|
|
863
949
|
)
|
|
864
950
|
]
|
|
865
951
|
}
|
|
866
|
-
),
|
|
952
|
+
), v5 = ({
|
|
867
953
|
width: s = 20,
|
|
868
954
|
height: e = 20,
|
|
869
955
|
color: t = c.GREY_DARK_5,
|
|
@@ -910,7 +996,7 @@ const P2 = (s, e) => {
|
|
|
910
996
|
)
|
|
911
997
|
]
|
|
912
998
|
}
|
|
913
|
-
),
|
|
999
|
+
), N5 = ({
|
|
914
1000
|
width: s = 20,
|
|
915
1001
|
height: e = 20,
|
|
916
1002
|
color: t = c.GREY_DARK_5,
|
|
@@ -957,7 +1043,7 @@ const P2 = (s, e) => {
|
|
|
957
1043
|
)
|
|
958
1044
|
]
|
|
959
1045
|
}
|
|
960
|
-
),
|
|
1046
|
+
), x5 = ({
|
|
961
1047
|
width: s = 20,
|
|
962
1048
|
height: e = 20,
|
|
963
1049
|
color: t = c.GREY_DARK_5,
|
|
@@ -1004,7 +1090,7 @@ const P2 = (s, e) => {
|
|
|
1004
1090
|
)
|
|
1005
1091
|
]
|
|
1006
1092
|
}
|
|
1007
|
-
),
|
|
1093
|
+
), M5 = ({
|
|
1008
1094
|
width: s = 20,
|
|
1009
1095
|
height: e = 20,
|
|
1010
1096
|
color: t = c.GREY_DARK_5,
|
|
@@ -1044,7 +1130,7 @@ const P2 = (s, e) => {
|
|
|
1044
1130
|
)
|
|
1045
1131
|
]
|
|
1046
1132
|
}
|
|
1047
|
-
),
|
|
1133
|
+
), R5 = ({
|
|
1048
1134
|
width: s = 20,
|
|
1049
1135
|
height: e = 20,
|
|
1050
1136
|
color: t = c.GREY_DARK_5,
|
|
@@ -1077,7 +1163,7 @@ const P2 = (s, e) => {
|
|
|
1077
1163
|
)
|
|
1078
1164
|
]
|
|
1079
1165
|
}
|
|
1080
|
-
),
|
|
1166
|
+
), V5 = ({
|
|
1081
1167
|
width: s = 20,
|
|
1082
1168
|
height: e = 20,
|
|
1083
1169
|
color: t = c.GREY_DARK_5,
|
|
@@ -1110,7 +1196,7 @@ const P2 = (s, e) => {
|
|
|
1110
1196
|
)
|
|
1111
1197
|
]
|
|
1112
1198
|
}
|
|
1113
|
-
),
|
|
1199
|
+
), Z5 = ({
|
|
1114
1200
|
width: s = 20,
|
|
1115
1201
|
height: e = 20,
|
|
1116
1202
|
color: t = c.GREY_DARK_5,
|
|
@@ -1143,7 +1229,7 @@ const P2 = (s, e) => {
|
|
|
1143
1229
|
)
|
|
1144
1230
|
]
|
|
1145
1231
|
}
|
|
1146
|
-
),
|
|
1232
|
+
), H5 = ({
|
|
1147
1233
|
width: s = 20,
|
|
1148
1234
|
height: e = 20,
|
|
1149
1235
|
color: t = c.GREY_DARK_5,
|
|
@@ -1176,7 +1262,7 @@ const P2 = (s, e) => {
|
|
|
1176
1262
|
)
|
|
1177
1263
|
]
|
|
1178
1264
|
}
|
|
1179
|
-
),
|
|
1265
|
+
), _5 = ({
|
|
1180
1266
|
width: s = 20,
|
|
1181
1267
|
height: e = 20,
|
|
1182
1268
|
color: t = c.GREY_DARK_5,
|
|
@@ -1216,7 +1302,7 @@ const P2 = (s, e) => {
|
|
|
1216
1302
|
)
|
|
1217
1303
|
]
|
|
1218
1304
|
}
|
|
1219
|
-
),
|
|
1305
|
+
), b5 = ({
|
|
1220
1306
|
width: s = 20,
|
|
1221
1307
|
height: e = 20,
|
|
1222
1308
|
color: t = c.GREY_DARK_5,
|
|
@@ -1249,7 +1335,7 @@ const P2 = (s, e) => {
|
|
|
1249
1335
|
)
|
|
1250
1336
|
]
|
|
1251
1337
|
}
|
|
1252
|
-
),
|
|
1338
|
+
), y5 = ({
|
|
1253
1339
|
width: s = 20,
|
|
1254
1340
|
height: e = 20,
|
|
1255
1341
|
color: t = c.GREY_DARK_5,
|
|
@@ -1282,7 +1368,7 @@ const P2 = (s, e) => {
|
|
|
1282
1368
|
)
|
|
1283
1369
|
]
|
|
1284
1370
|
}
|
|
1285
|
-
),
|
|
1371
|
+
), E5 = ({
|
|
1286
1372
|
width: s = 20,
|
|
1287
1373
|
height: e = 20,
|
|
1288
1374
|
color: t = "#070739",
|
|
@@ -1312,7 +1398,7 @@ const P2 = (s, e) => {
|
|
|
1312
1398
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
1313
1399
|
]
|
|
1314
1400
|
}
|
|
1315
|
-
),
|
|
1401
|
+
), A5 = ({
|
|
1316
1402
|
width: s = 20,
|
|
1317
1403
|
height: e = 20,
|
|
1318
1404
|
color: t = "#070739",
|
|
@@ -1350,7 +1436,7 @@ const P2 = (s, e) => {
|
|
|
1350
1436
|
)
|
|
1351
1437
|
]
|
|
1352
1438
|
}
|
|
1353
|
-
),
|
|
1439
|
+
), D5 = ({
|
|
1354
1440
|
width: s = 9,
|
|
1355
1441
|
height: e = 5,
|
|
1356
1442
|
color: t = "#001E52",
|
|
@@ -1376,7 +1462,7 @@ const P2 = (s, e) => {
|
|
|
1376
1462
|
}
|
|
1377
1463
|
)
|
|
1378
1464
|
}
|
|
1379
|
-
),
|
|
1465
|
+
), K5 = ({
|
|
1380
1466
|
width: s = 20,
|
|
1381
1467
|
height: e = 20,
|
|
1382
1468
|
color: t = "#F2F2F7",
|
|
@@ -1405,7 +1491,7 @@ const P2 = (s, e) => {
|
|
|
1405
1491
|
)
|
|
1406
1492
|
]
|
|
1407
1493
|
}
|
|
1408
|
-
),
|
|
1494
|
+
), B5 = ({
|
|
1409
1495
|
width: s = 20,
|
|
1410
1496
|
height: e = 20,
|
|
1411
1497
|
color: t = "#004ED7",
|
|
@@ -1434,7 +1520,7 @@ const P2 = (s, e) => {
|
|
|
1434
1520
|
)
|
|
1435
1521
|
]
|
|
1436
1522
|
}
|
|
1437
|
-
),
|
|
1523
|
+
), G5 = ({
|
|
1438
1524
|
width: s = 10,
|
|
1439
1525
|
height: e = 10,
|
|
1440
1526
|
color: t = "#001E52",
|
|
@@ -1463,7 +1549,7 @@ const P2 = (s, e) => {
|
|
|
1463
1549
|
)
|
|
1464
1550
|
]
|
|
1465
1551
|
}
|
|
1466
|
-
),
|
|
1552
|
+
), S5 = ({
|
|
1467
1553
|
width: s = 10,
|
|
1468
1554
|
height: e = 10,
|
|
1469
1555
|
color: t = "#001E52",
|
|
@@ -1500,7 +1586,7 @@ const P2 = (s, e) => {
|
|
|
1500
1586
|
)
|
|
1501
1587
|
]
|
|
1502
1588
|
}
|
|
1503
|
-
),
|
|
1589
|
+
), Y5 = ({
|
|
1504
1590
|
className: s,
|
|
1505
1591
|
color: e = c.GREY_DARK_5,
|
|
1506
1592
|
height: t = 20,
|
|
@@ -1533,7 +1619,7 @@ const P2 = (s, e) => {
|
|
|
1533
1619
|
)
|
|
1534
1620
|
]
|
|
1535
1621
|
}
|
|
1536
|
-
),
|
|
1622
|
+
), I5 = ({
|
|
1537
1623
|
className: s,
|
|
1538
1624
|
color: e = c.GREY_DARK_5,
|
|
1539
1625
|
height: t = 20,
|
|
@@ -1560,7 +1646,7 @@ const P2 = (s, e) => {
|
|
|
1560
1646
|
}
|
|
1561
1647
|
)
|
|
1562
1648
|
}
|
|
1563
|
-
),
|
|
1649
|
+
), O5 = ({
|
|
1564
1650
|
className: s,
|
|
1565
1651
|
color: e = c.GREY_DARK_5,
|
|
1566
1652
|
height: t = 20,
|
|
@@ -1587,7 +1673,7 @@ const P2 = (s, e) => {
|
|
|
1587
1673
|
}
|
|
1588
1674
|
)
|
|
1589
1675
|
}
|
|
1590
|
-
),
|
|
1676
|
+
), j5 = ({
|
|
1591
1677
|
className: s,
|
|
1592
1678
|
color: e = c.GREY_DARK_5,
|
|
1593
1679
|
height: t = 5,
|
|
@@ -1611,7 +1697,7 @@ const P2 = (s, e) => {
|
|
|
1611
1697
|
}
|
|
1612
1698
|
)
|
|
1613
1699
|
}
|
|
1614
|
-
),
|
|
1700
|
+
), W5 = ({
|
|
1615
1701
|
className: s,
|
|
1616
1702
|
color: e = c.GREY_DARK_5,
|
|
1617
1703
|
height: t = 5,
|
|
@@ -1636,7 +1722,7 @@ const P2 = (s, e) => {
|
|
|
1636
1722
|
}
|
|
1637
1723
|
)
|
|
1638
1724
|
}
|
|
1639
|
-
),
|
|
1725
|
+
), $5 = ({
|
|
1640
1726
|
className: s,
|
|
1641
1727
|
color: e = c.GREY_DARK_5,
|
|
1642
1728
|
height: t = 20,
|
|
@@ -1669,7 +1755,7 @@ const P2 = (s, e) => {
|
|
|
1669
1755
|
)
|
|
1670
1756
|
]
|
|
1671
1757
|
}
|
|
1672
|
-
),
|
|
1758
|
+
), T5 = ({
|
|
1673
1759
|
className: s,
|
|
1674
1760
|
color: e = c.GREY_DARK_5,
|
|
1675
1761
|
height: t = 24,
|
|
@@ -1708,7 +1794,7 @@ const P2 = (s, e) => {
|
|
|
1708
1794
|
)
|
|
1709
1795
|
]
|
|
1710
1796
|
}
|
|
1711
|
-
),
|
|
1797
|
+
), P5 = ({
|
|
1712
1798
|
className: s,
|
|
1713
1799
|
color: e = c.GREY_DARK_5,
|
|
1714
1800
|
height: t = 24,
|
|
@@ -1735,7 +1821,7 @@ const P2 = (s, e) => {
|
|
|
1735
1821
|
}
|
|
1736
1822
|
)
|
|
1737
1823
|
}
|
|
1738
|
-
),
|
|
1824
|
+
), F5 = ({
|
|
1739
1825
|
className: s,
|
|
1740
1826
|
color: e = c.GREY_DARK_5,
|
|
1741
1827
|
height: t = 24,
|
|
@@ -1794,7 +1880,7 @@ const P2 = (s, e) => {
|
|
|
1794
1880
|
)
|
|
1795
1881
|
]
|
|
1796
1882
|
}
|
|
1797
|
-
),
|
|
1883
|
+
), U5 = ({
|
|
1798
1884
|
className: s,
|
|
1799
1885
|
color: e = c.GREY_DARK_5,
|
|
1800
1886
|
height: t = 24,
|
|
@@ -1831,7 +1917,7 @@ const P2 = (s, e) => {
|
|
|
1831
1917
|
)
|
|
1832
1918
|
]
|
|
1833
1919
|
}
|
|
1834
|
-
),
|
|
1920
|
+
), z5 = ({
|
|
1835
1921
|
className: s,
|
|
1836
1922
|
color: e = c.GREY_DARK_3,
|
|
1837
1923
|
height: t = 14,
|
|
@@ -1868,7 +1954,7 @@ const P2 = (s, e) => {
|
|
|
1868
1954
|
)
|
|
1869
1955
|
]
|
|
1870
1956
|
}
|
|
1871
|
-
),
|
|
1957
|
+
), J5 = ({
|
|
1872
1958
|
className: s,
|
|
1873
1959
|
color: e = c.GREY_DARK_5,
|
|
1874
1960
|
height: t = 18,
|
|
@@ -1895,7 +1981,7 @@ const P2 = (s, e) => {
|
|
|
1895
1981
|
}
|
|
1896
1982
|
)
|
|
1897
1983
|
}
|
|
1898
|
-
),
|
|
1984
|
+
), Q5 = ({
|
|
1899
1985
|
className: s,
|
|
1900
1986
|
color: e = c.GREY_DARK_5,
|
|
1901
1987
|
height: t = 24,
|
|
@@ -1947,7 +2033,7 @@ const P2 = (s, e) => {
|
|
|
1947
2033
|
)
|
|
1948
2034
|
]
|
|
1949
2035
|
}
|
|
1950
|
-
),
|
|
2036
|
+
), q5 = ({
|
|
1951
2037
|
className: s,
|
|
1952
2038
|
color: e = c.GREY_DARK_5,
|
|
1953
2039
|
height: t = 24,
|
|
@@ -1984,7 +2070,7 @@ const P2 = (s, e) => {
|
|
|
1984
2070
|
)
|
|
1985
2071
|
]
|
|
1986
2072
|
}
|
|
1987
|
-
),
|
|
2073
|
+
), X5 = ({
|
|
1988
2074
|
className: s,
|
|
1989
2075
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
1990
2076
|
height: t = 37,
|
|
@@ -2023,7 +2109,7 @@ const P2 = (s, e) => {
|
|
|
2023
2109
|
)
|
|
2024
2110
|
]
|
|
2025
2111
|
}
|
|
2026
|
-
),
|
|
2112
|
+
), e7 = ({
|
|
2027
2113
|
className: s,
|
|
2028
2114
|
color: e = c.GREY_DARK_5,
|
|
2029
2115
|
height: t = 24,
|
|
@@ -2049,7 +2135,7 @@ const P2 = (s, e) => {
|
|
|
2049
2135
|
}
|
|
2050
2136
|
)
|
|
2051
2137
|
}
|
|
2052
|
-
),
|
|
2138
|
+
), t7 = ({
|
|
2053
2139
|
className: s,
|
|
2054
2140
|
color: e = c.GREY_DARK_5,
|
|
2055
2141
|
height: t = 24,
|
|
@@ -2088,7 +2174,7 @@ const P2 = (s, e) => {
|
|
|
2088
2174
|
)
|
|
2089
2175
|
]
|
|
2090
2176
|
}
|
|
2091
|
-
),
|
|
2177
|
+
), i7 = ({
|
|
2092
2178
|
className: s,
|
|
2093
2179
|
color: e = c.GREY_DARK_5,
|
|
2094
2180
|
height: t = 20,
|
|
@@ -2121,7 +2207,7 @@ const P2 = (s, e) => {
|
|
|
2121
2207
|
)
|
|
2122
2208
|
]
|
|
2123
2209
|
}
|
|
2124
|
-
),
|
|
2210
|
+
), s7 = ({
|
|
2125
2211
|
className: s,
|
|
2126
2212
|
color: e = c.GREY_DARK_5,
|
|
2127
2213
|
height: t = 24,
|
|
@@ -2190,7 +2276,7 @@ const P2 = (s, e) => {
|
|
|
2190
2276
|
)
|
|
2191
2277
|
]
|
|
2192
2278
|
}
|
|
2193
|
-
),
|
|
2279
|
+
), o7 = ({
|
|
2194
2280
|
className: s,
|
|
2195
2281
|
color: e = c.GREY_DARK_5,
|
|
2196
2282
|
height: t = 24,
|
|
@@ -2247,7 +2333,7 @@ const P2 = (s, e) => {
|
|
|
2247
2333
|
)
|
|
2248
2334
|
]
|
|
2249
2335
|
}
|
|
2250
|
-
),
|
|
2336
|
+
), n7 = ({
|
|
2251
2337
|
className: s,
|
|
2252
2338
|
color: e = c.GREY_DARK_5,
|
|
2253
2339
|
height: t = 24,
|
|
@@ -2296,7 +2382,7 @@ const P2 = (s, e) => {
|
|
|
2296
2382
|
)
|
|
2297
2383
|
]
|
|
2298
2384
|
}
|
|
2299
|
-
),
|
|
2385
|
+
), l7 = ({
|
|
2300
2386
|
className: s,
|
|
2301
2387
|
color: e = c.GREY_DARK_5,
|
|
2302
2388
|
height: t = 24,
|
|
@@ -2323,7 +2409,7 @@ const P2 = (s, e) => {
|
|
|
2323
2409
|
}
|
|
2324
2410
|
)
|
|
2325
2411
|
}
|
|
2326
|
-
),
|
|
2412
|
+
), r7 = ({
|
|
2327
2413
|
className: s,
|
|
2328
2414
|
color: e = c.GREY_DARK_5,
|
|
2329
2415
|
height: t = 20,
|
|
@@ -2352,7 +2438,7 @@ const P2 = (s, e) => {
|
|
|
2352
2438
|
)
|
|
2353
2439
|
]
|
|
2354
2440
|
}
|
|
2355
|
-
),
|
|
2441
|
+
), a7 = ({
|
|
2356
2442
|
className: s,
|
|
2357
2443
|
color: e = "#001E52",
|
|
2358
2444
|
height: t = 24,
|
|
@@ -2378,7 +2464,7 @@ const P2 = (s, e) => {
|
|
|
2378
2464
|
}
|
|
2379
2465
|
)
|
|
2380
2466
|
}
|
|
2381
|
-
),
|
|
2467
|
+
), h7 = ({
|
|
2382
2468
|
className: s,
|
|
2383
2469
|
color: e = "#001E52",
|
|
2384
2470
|
height: t = 24,
|
|
@@ -2416,7 +2502,7 @@ const P2 = (s, e) => {
|
|
|
2416
2502
|
)
|
|
2417
2503
|
] }) })
|
|
2418
2504
|
}
|
|
2419
|
-
),
|
|
2505
|
+
), c7 = ({
|
|
2420
2506
|
width: s = 20,
|
|
2421
2507
|
height: e = 20,
|
|
2422
2508
|
color: t = c.GREY_DARK_5,
|
|
@@ -2440,7 +2526,7 @@ const P2 = (s, e) => {
|
|
|
2440
2526
|
}
|
|
2441
2527
|
)
|
|
2442
2528
|
}
|
|
2443
|
-
),
|
|
2529
|
+
), C7 = ({
|
|
2444
2530
|
width: s = 24,
|
|
2445
2531
|
height: e = 24,
|
|
2446
2532
|
color: t = "#131314",
|
|
@@ -2473,7 +2559,7 @@ const P2 = (s, e) => {
|
|
|
2473
2559
|
)
|
|
2474
2560
|
]
|
|
2475
2561
|
}
|
|
2476
|
-
),
|
|
2562
|
+
), d7 = ({
|
|
2477
2563
|
width: s = 20,
|
|
2478
2564
|
height: e = 20,
|
|
2479
2565
|
color: t = c.GREY_DARK_5,
|
|
@@ -2506,7 +2592,7 @@ const P2 = (s, e) => {
|
|
|
2506
2592
|
)
|
|
2507
2593
|
]
|
|
2508
2594
|
}
|
|
2509
|
-
),
|
|
2595
|
+
), g7 = ({
|
|
2510
2596
|
width: s = 24,
|
|
2511
2597
|
height: e = 24,
|
|
2512
2598
|
color: t = c.GREY_DARK_2,
|
|
@@ -2546,7 +2632,7 @@ const P2 = (s, e) => {
|
|
|
2546
2632
|
)
|
|
2547
2633
|
]
|
|
2548
2634
|
}
|
|
2549
|
-
),
|
|
2635
|
+
), w7 = ({
|
|
2550
2636
|
width: s = 24,
|
|
2551
2637
|
height: e = 24,
|
|
2552
2638
|
color: t = c.GREY_DARK_2,
|
|
@@ -2573,7 +2659,7 @@ const P2 = (s, e) => {
|
|
|
2573
2659
|
}
|
|
2574
2660
|
)
|
|
2575
2661
|
}
|
|
2576
|
-
),
|
|
2662
|
+
), u7 = ({
|
|
2577
2663
|
width: s = 24,
|
|
2578
2664
|
height: e = 24,
|
|
2579
2665
|
color: t = c.GREY_DARK_2,
|
|
@@ -2600,7 +2686,7 @@ const P2 = (s, e) => {
|
|
|
2600
2686
|
}
|
|
2601
2687
|
)
|
|
2602
2688
|
}
|
|
2603
|
-
),
|
|
2689
|
+
), p7 = ({
|
|
2604
2690
|
width: s = 20,
|
|
2605
2691
|
height: e = 20,
|
|
2606
2692
|
color: t = c.GREY_DARK_5,
|
|
@@ -2637,35 +2723,39 @@ const P2 = (s, e) => {
|
|
|
2637
2723
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
2638
2724
|
switch (s) {
|
|
2639
2725
|
case "nextIcon":
|
|
2640
|
-
return
|
|
2726
|
+
return I5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2641
2727
|
case "prevIcon":
|
|
2642
|
-
return
|
|
2728
|
+
return O5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2643
2729
|
case "arrowDown":
|
|
2644
2730
|
return o5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2645
2731
|
case "info":
|
|
2646
2732
|
return n5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2647
2733
|
case "arrowRight":
|
|
2648
2734
|
return l5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2649
|
-
case "
|
|
2735
|
+
case "archive":
|
|
2650
2736
|
return C5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2651
|
-
case "
|
|
2737
|
+
case "unarchive":
|
|
2652
2738
|
return d5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2653
|
-
case "
|
|
2739
|
+
case "calendar":
|
|
2654
2740
|
return g5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2655
|
-
case "
|
|
2741
|
+
case "check":
|
|
2742
|
+
return w5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2743
|
+
case "cancel":
|
|
2656
2744
|
return u5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2745
|
+
case "add":
|
|
2746
|
+
return p5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2657
2747
|
case "list":
|
|
2658
|
-
return
|
|
2748
|
+
return L5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2659
2749
|
case "dragAndDrop":
|
|
2660
|
-
return p5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2661
|
-
case "filter":
|
|
2662
2750
|
return f5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2751
|
+
case "filter":
|
|
2752
|
+
return m5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2663
2753
|
case "attention":
|
|
2664
|
-
return
|
|
2754
|
+
return k5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2665
2755
|
case "users":
|
|
2666
|
-
return
|
|
2756
|
+
return v5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2667
2757
|
case "mySkillsMatrix":
|
|
2668
|
-
return
|
|
2758
|
+
return N5({
|
|
2669
2759
|
width: e,
|
|
2670
2760
|
height: t,
|
|
2671
2761
|
color: r,
|
|
@@ -2673,9 +2763,9 @@ const P2 = (s, e) => {
|
|
|
2673
2763
|
onClick: l
|
|
2674
2764
|
});
|
|
2675
2765
|
case "skills":
|
|
2676
|
-
return
|
|
2766
|
+
return x5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2677
2767
|
case "skillsMatrices":
|
|
2678
|
-
return
|
|
2768
|
+
return M5({
|
|
2679
2769
|
width: e,
|
|
2680
2770
|
height: t,
|
|
2681
2771
|
color: r,
|
|
@@ -2683,21 +2773,21 @@ const P2 = (s, e) => {
|
|
|
2683
2773
|
onClick: l
|
|
2684
2774
|
});
|
|
2685
2775
|
case "history":
|
|
2686
|
-
return
|
|
2776
|
+
return R5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2687
2777
|
case "logOut":
|
|
2688
|
-
return
|
|
2778
|
+
return V5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2689
2779
|
case "settings":
|
|
2690
|
-
return
|
|
2780
|
+
return Z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2691
2781
|
case "trash":
|
|
2692
|
-
return
|
|
2782
|
+
return H5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2693
2783
|
case "settings2":
|
|
2694
|
-
return
|
|
2784
|
+
return _5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2695
2785
|
case "checkCircle":
|
|
2696
|
-
return
|
|
2786
|
+
return b5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2697
2787
|
case "cancelCircle":
|
|
2698
|
-
return
|
|
2788
|
+
return y5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2699
2789
|
case "visibilityIcon":
|
|
2700
|
-
return
|
|
2790
|
+
return E5({
|
|
2701
2791
|
width: e,
|
|
2702
2792
|
height: t,
|
|
2703
2793
|
color: r,
|
|
@@ -2705,7 +2795,7 @@ const P2 = (s, e) => {
|
|
|
2705
2795
|
onClick: l
|
|
2706
2796
|
});
|
|
2707
2797
|
case "visibilityOffIcon":
|
|
2708
|
-
return
|
|
2798
|
+
return A5({
|
|
2709
2799
|
width: e,
|
|
2710
2800
|
height: t,
|
|
2711
2801
|
color: r,
|
|
@@ -2713,7 +2803,7 @@ const P2 = (s, e) => {
|
|
|
2713
2803
|
onClick: l
|
|
2714
2804
|
});
|
|
2715
2805
|
case "selectArrowIcon":
|
|
2716
|
-
return
|
|
2806
|
+
return D5({
|
|
2717
2807
|
width: e,
|
|
2718
2808
|
height: t,
|
|
2719
2809
|
color: r,
|
|
@@ -2721,7 +2811,7 @@ const P2 = (s, e) => {
|
|
|
2721
2811
|
onClick: l
|
|
2722
2812
|
});
|
|
2723
2813
|
case "expandArrowIcon":
|
|
2724
|
-
return
|
|
2814
|
+
return K5({
|
|
2725
2815
|
width: e,
|
|
2726
2816
|
height: t,
|
|
2727
2817
|
color: r,
|
|
@@ -2729,7 +2819,7 @@ const P2 = (s, e) => {
|
|
|
2729
2819
|
onClick: l
|
|
2730
2820
|
});
|
|
2731
2821
|
case "expandActiveArrowIcon":
|
|
2732
|
-
return
|
|
2822
|
+
return B5({
|
|
2733
2823
|
width: e,
|
|
2734
2824
|
height: t,
|
|
2735
2825
|
color: r,
|
|
@@ -2737,15 +2827,15 @@ const P2 = (s, e) => {
|
|
|
2737
2827
|
onClick: l
|
|
2738
2828
|
});
|
|
2739
2829
|
case "sortUp":
|
|
2740
|
-
return
|
|
2830
|
+
return G5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2741
2831
|
case "sortDown":
|
|
2742
|
-
return
|
|
2832
|
+
return S5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2743
2833
|
case "search":
|
|
2744
|
-
return
|
|
2834
|
+
return Y5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2745
2835
|
case "arrowUpFilled":
|
|
2746
|
-
return
|
|
2836
|
+
return W5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2747
2837
|
case "arrowDownFilled":
|
|
2748
|
-
return
|
|
2838
|
+
return j5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2749
2839
|
case "arrow2Up":
|
|
2750
2840
|
return r5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2751
2841
|
case "arrow2Right":
|
|
@@ -2755,69 +2845,69 @@ const P2 = (s, e) => {
|
|
|
2755
2845
|
case "arrow2Left":
|
|
2756
2846
|
return c5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2757
2847
|
case "link":
|
|
2758
|
-
return j5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2759
|
-
case "telegram":
|
|
2760
2848
|
return $5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2761
|
-
case "
|
|
2849
|
+
case "telegram":
|
|
2762
2850
|
return P5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2851
|
+
case "mail":
|
|
2852
|
+
return U5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2763
2853
|
case "github":
|
|
2764
|
-
return W5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2765
|
-
case "linkedIn":
|
|
2766
2854
|
return T5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2767
|
-
case "
|
|
2855
|
+
case "linkedIn":
|
|
2768
2856
|
return F5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2857
|
+
case "emptyStateIcon":
|
|
2858
|
+
return z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2769
2859
|
case "filtersIcon":
|
|
2770
|
-
return
|
|
2860
|
+
return J5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2771
2861
|
case "dotMenuIcon":
|
|
2772
|
-
return
|
|
2862
|
+
return Q5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2773
2863
|
case "plusCircle":
|
|
2774
|
-
return
|
|
2864
|
+
return q5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2775
2865
|
case "warning":
|
|
2776
|
-
return
|
|
2866
|
+
return X5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2777
2867
|
case "back":
|
|
2778
|
-
return
|
|
2868
|
+
return e7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2779
2869
|
case "bell":
|
|
2780
|
-
return
|
|
2870
|
+
return t7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2781
2871
|
case "copy":
|
|
2782
|
-
return
|
|
2872
|
+
return i7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2783
2873
|
case "contract":
|
|
2784
|
-
return
|
|
2874
|
+
return s7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2785
2875
|
case "resourceManager":
|
|
2786
|
-
return
|
|
2876
|
+
return o7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2787
2877
|
case "image":
|
|
2788
|
-
return
|
|
2878
|
+
return n7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2789
2879
|
case "edit":
|
|
2790
|
-
return
|
|
2880
|
+
return l7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2791
2881
|
case "filledArrowRight":
|
|
2792
|
-
return
|
|
2882
|
+
return r7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2793
2883
|
case "burgerMenu":
|
|
2794
|
-
return
|
|
2884
|
+
return a7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2795
2885
|
case "refresh":
|
|
2796
|
-
return
|
|
2886
|
+
return h7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2797
2887
|
case "projects":
|
|
2798
|
-
return a7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2799
|
-
case "user":
|
|
2800
2888
|
return c7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2889
|
+
case "user":
|
|
2890
|
+
return d7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2801
2891
|
case "exit":
|
|
2802
|
-
return h7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2803
|
-
case "openPointCircle":
|
|
2804
2892
|
return C7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2893
|
+
case "openPointCircle":
|
|
2894
|
+
return g7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2805
2895
|
case "community":
|
|
2806
|
-
return
|
|
2896
|
+
return w7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2807
2897
|
case "docs":
|
|
2808
|
-
return g7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2809
|
-
case "unpaidLeave":
|
|
2810
2898
|
return u7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2899
|
+
case "unpaidLeave":
|
|
2900
|
+
return p7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2811
2901
|
default:
|
|
2812
2902
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
2813
2903
|
}
|
|
2814
2904
|
})() });
|
|
2815
|
-
}, { Title:
|
|
2905
|
+
}, { Title: L7, Text: f7 } = d1, m7 = {
|
|
2816
2906
|
h1: 1,
|
|
2817
2907
|
h2: 2,
|
|
2818
2908
|
h3: 3,
|
|
2819
2909
|
h4: 4
|
|
2820
|
-
},
|
|
2910
|
+
}, k7 = q(
|
|
2821
2911
|
({
|
|
2822
2912
|
align: s = "inherit",
|
|
2823
2913
|
variant: e = "body1",
|
|
@@ -2833,22 +2923,22 @@ const P2 = (s, e) => {
|
|
|
2833
2923
|
g1(r, () => l.current);
|
|
2834
2924
|
const [a, p] = E(!1);
|
|
2835
2925
|
D(() => {
|
|
2836
|
-
var
|
|
2926
|
+
var f;
|
|
2837
2927
|
if (!d) return;
|
|
2838
2928
|
const m = () => {
|
|
2839
2929
|
l.current && p(l.current.scrollWidth > l.current.clientWidth);
|
|
2840
2930
|
};
|
|
2841
2931
|
m();
|
|
2842
2932
|
const M = new ResizeObserver(m);
|
|
2843
|
-
return l.current && M.observe(l.current), (
|
|
2933
|
+
return l.current && M.observe(l.current), (f = l.current) != null && f.parentElement && M.observe(l.current.parentElement), () => {
|
|
2844
2934
|
M.disconnect();
|
|
2845
2935
|
};
|
|
2846
2936
|
}, [d]);
|
|
2847
|
-
const
|
|
2848
|
-
let
|
|
2849
|
-
s && s !== "inherit" && (
|
|
2850
|
-
const
|
|
2851
|
-
className:
|
|
2937
|
+
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
2938
|
+
let u = `snmt-typography snmt-typography-${e}`;
|
|
2939
|
+
s && s !== "inherit" && (u += ` snmt-typography-align-${s}`), h && (u += " collapsed");
|
|
2940
|
+
const L = {
|
|
2941
|
+
className: u,
|
|
2852
2942
|
style: { color: t, whiteSpace: d ? "nowrap" : C, display: d ? "block" : "" },
|
|
2853
2943
|
onClick: o,
|
|
2854
2944
|
ref: l,
|
|
@@ -2859,9 +2949,9 @@ const P2 = (s, e) => {
|
|
|
2859
2949
|
}
|
|
2860
2950
|
} : void 0
|
|
2861
2951
|
};
|
|
2862
|
-
return
|
|
2952
|
+
return w ? /* @__PURE__ */ n(L7, { level: m7[e], ...L, children: i }) : /* @__PURE__ */ n(f7, { ...L, children: i });
|
|
2863
2953
|
}
|
|
2864
|
-
),
|
|
2954
|
+
), v7 = ({
|
|
2865
2955
|
width: s = 20,
|
|
2866
2956
|
height: e = 20,
|
|
2867
2957
|
color: t = "#001E52",
|
|
@@ -2888,7 +2978,7 @@ const P2 = (s, e) => {
|
|
|
2888
2978
|
}
|
|
2889
2979
|
)
|
|
2890
2980
|
}
|
|
2891
|
-
),
|
|
2981
|
+
), N7 = ({
|
|
2892
2982
|
width: s = 20,
|
|
2893
2983
|
height: e = 20,
|
|
2894
2984
|
color: t = c.GREY_DARK_5,
|
|
@@ -2928,7 +3018,7 @@ const P2 = (s, e) => {
|
|
|
2928
3018
|
)
|
|
2929
3019
|
]
|
|
2930
3020
|
}
|
|
2931
|
-
),
|
|
3021
|
+
), x7 = ({
|
|
2932
3022
|
width: s = 20,
|
|
2933
3023
|
height: e = 20,
|
|
2934
3024
|
color: t = "#001E52",
|
|
@@ -2963,7 +3053,7 @@ const P2 = (s, e) => {
|
|
|
2963
3053
|
)
|
|
2964
3054
|
]
|
|
2965
3055
|
}
|
|
2966
|
-
),
|
|
3056
|
+
), M7 = ({
|
|
2967
3057
|
width: s = 20,
|
|
2968
3058
|
height: e = 20,
|
|
2969
3059
|
color: t = c.GREY_DARK_5,
|
|
@@ -2990,7 +3080,7 @@ const P2 = (s, e) => {
|
|
|
2990
3080
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
2991
3081
|
]
|
|
2992
3082
|
}
|
|
2993
|
-
),
|
|
3083
|
+
), R7 = ({
|
|
2994
3084
|
width: s = 20,
|
|
2995
3085
|
height: e = 20,
|
|
2996
3086
|
color: t = c.GREY_DARK_5,
|
|
@@ -3014,7 +3104,7 @@ const P2 = (s, e) => {
|
|
|
3014
3104
|
}
|
|
3015
3105
|
)
|
|
3016
3106
|
}
|
|
3017
|
-
),
|
|
3107
|
+
), V7 = ({
|
|
3018
3108
|
width: s = 20,
|
|
3019
3109
|
height: e = 20,
|
|
3020
3110
|
color: t = c.GREY_DARK_5,
|
|
@@ -3041,7 +3131,7 @@ const P2 = (s, e) => {
|
|
|
3041
3131
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3042
3132
|
]
|
|
3043
3133
|
}
|
|
3044
|
-
),
|
|
3134
|
+
), Z7 = ({
|
|
3045
3135
|
width: s = 20,
|
|
3046
3136
|
height: e = 20,
|
|
3047
3137
|
color: t = c.GREY_DARK_5,
|
|
@@ -3065,7 +3155,93 @@ const P2 = (s, e) => {
|
|
|
3065
3155
|
}
|
|
3066
3156
|
)
|
|
3067
3157
|
}
|
|
3068
|
-
),
|
|
3158
|
+
), H7 = ({
|
|
3159
|
+
width: s = 20,
|
|
3160
|
+
height: e = 20,
|
|
3161
|
+
color: t = c.GREY_DARK_5,
|
|
3162
|
+
className: i,
|
|
3163
|
+
onClick: o
|
|
3164
|
+
}) => /* @__PURE__ */ g(
|
|
3165
|
+
"svg",
|
|
3166
|
+
{
|
|
3167
|
+
width: s,
|
|
3168
|
+
height: e,
|
|
3169
|
+
className: i,
|
|
3170
|
+
onClick: o,
|
|
3171
|
+
viewBox: "0 0 24 24",
|
|
3172
|
+
fill: "none",
|
|
3173
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3174
|
+
children: [
|
|
3175
|
+
/* @__PURE__ */ n(
|
|
3176
|
+
"path",
|
|
3177
|
+
{
|
|
3178
|
+
d: "M2.75 13V7C2.75 6.58579 3.08579 6.25 3.5 6.25C3.91421 6.25 4.25 6.58579 4.25 7V13C4.25 14.9063 4.25235 16.2606 4.39063 17.2881C4.52602 18.2938 4.77908 18.8743 5.20215 19.2979C5.62503 19.7211 6.20487 19.975 7.21094 20.1104C8.23857 20.2486 9.59329 20.25 11.5 20.25H12.5C14.4063 20.25 15.7606 20.2476 16.7881 20.1094C17.7938 19.974 18.3743 19.7209 18.7979 19.2979C19.2211 18.875 19.475 18.2951 19.6104 17.2891C19.7486 16.2614 19.75 14.9067 19.75 13V7C19.75 6.58579 20.0858 6.25 20.5 6.25C20.9142 6.25 21.25 6.58579 21.25 7V13C21.25 14.8643 21.2515 16.3384 21.0967 17.4893C20.939 18.6614 20.6069 19.6104 19.8584 20.3584C19.11 21.1062 18.1606 21.4389 16.9883 21.5967C15.8376 21.7515 14.3642 21.75 12.5 21.75H11.5C9.63571 21.75 8.16161 21.7515 7.01074 21.5967C5.83857 21.439 4.88963 21.1069 4.1416 20.3584C3.39381 19.61 3.06115 18.6606 2.90332 17.4883C2.74846 16.3376 2.75 14.8642 2.75 13Z",
|
|
3179
|
+
fill: t
|
|
3180
|
+
}
|
|
3181
|
+
),
|
|
3182
|
+
/* @__PURE__ */ n(
|
|
3183
|
+
"path",
|
|
3184
|
+
{
|
|
3185
|
+
d: "M21.25 5.00001C21.25 4.5074 21.2481 4.21355 21.2197 4.00294C21.2068 3.90645 21.1916 3.85769 21.1826 3.83595C21.1806 3.83111 21.1787 3.82808 21.1777 3.82618L21.1768 3.82325L21.1738 3.82228C21.1719 3.82129 21.1689 3.8194 21.1641 3.8174C21.1423 3.80845 21.0936 3.79327 20.9971 3.78029C20.7865 3.75197 20.4926 3.75001 20 3.75001H4.00001C3.5074 3.75001 3.21355 3.75197 3.00294 3.78029C2.90645 3.79327 2.85769 3.80845 2.83595 3.8174C2.83111 3.8194 2.82808 3.82129 2.82618 3.82228L2.82325 3.82325L2.82228 3.82618C2.82129 3.82808 2.8194 3.83111 2.8174 3.83595C2.80845 3.85769 2.79327 3.90645 2.78029 4.00294C2.75197 4.21355 2.75001 4.5074 2.75001 5.00001C2.75001 5.49263 2.75197 5.78647 2.78029 5.99708C2.79327 6.09357 2.80845 6.14233 2.8174 6.16407C2.8194 6.16892 2.82129 6.17194 2.82228 6.17384L2.82325 6.17677L2.82618 6.17775C2.82808 6.17874 2.83111 6.18063 2.83595 6.18263C2.85769 6.19158 2.90645 6.20676 3.00294 6.21974C3.21355 6.24806 3.5074 6.25001 4.00001 6.25001H20C20.4926 6.25001 20.7865 6.24806 20.9971 6.21974C21.0936 6.20676 21.1423 6.19158 21.1641 6.18263C21.1689 6.18063 21.1719 6.17874 21.1738 6.17775L21.1768 6.17677L21.1777 6.17384C21.1787 6.17194 21.1806 6.16892 21.1826 6.16407C21.1916 6.14233 21.2068 6.09357 21.2197 5.99708C21.2481 5.78647 21.25 5.49263 21.25 5.00001ZM22.75 5.00001C22.75 5.45028 22.752 5.8634 22.707 6.19728C22.6592 6.55287 22.5463 6.92835 22.2373 7.23732C21.9283 7.54628 21.5529 7.65921 21.1973 7.70704C20.8634 7.75196 20.4503 7.75001 20 7.75001H4.00001C3.54975 7.75001 3.13662 7.75196 2.80275 7.70704C2.44715 7.65921 2.07167 7.54628 1.76271 7.23732C1.45374 6.92835 1.34082 6.55287 1.29298 6.19728C1.24807 5.8634 1.25001 5.45028 1.25001 5.00001C1.25001 4.54975 1.24807 4.13662 1.29298 3.80275C1.34082 3.44715 1.45374 3.07167 1.76271 2.76271C2.07167 2.45374 2.44715 2.34082 2.80275 2.29298C3.13662 2.24807 3.54975 2.25001 4.00001 2.25001H20C20.4503 2.25001 20.8634 2.24807 21.1973 2.29298C21.5529 2.34082 21.9283 2.45374 22.2373 2.76271C22.5463 3.07168 22.6592 3.44715 22.707 3.80275C22.752 4.13662 22.75 4.54975 22.75 5.00001Z",
|
|
3186
|
+
fill: t
|
|
3187
|
+
}
|
|
3188
|
+
),
|
|
3189
|
+
/* @__PURE__ */ n(
|
|
3190
|
+
"path",
|
|
3191
|
+
{
|
|
3192
|
+
d: "M11.25 7C11.25 6.58579 11.5858 6.25 12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V14.0449L14.4424 12.165C14.7195 11.8572 15.1941 11.8323 15.5019 12.1094C15.8098 12.3865 15.8347 12.8611 15.5576 13.1689L12.5576 16.502C12.4154 16.66 12.2126 16.75 12 16.75C11.7874 16.75 11.5846 16.66 11.4424 16.502L8.44236 13.1689L8.39451 13.1094C8.16979 12.8026 8.20932 12.3693 8.49803 12.1094C8.78667 11.8496 9.22135 11.8559 9.50291 12.1113L9.5576 12.165L11.25 14.0449V7Z",
|
|
3193
|
+
fill: t
|
|
3194
|
+
}
|
|
3195
|
+
)
|
|
3196
|
+
]
|
|
3197
|
+
}
|
|
3198
|
+
), _7 = ({
|
|
3199
|
+
width: s = 20,
|
|
3200
|
+
height: e = 20,
|
|
3201
|
+
color: t = c.GREY_DARK_5,
|
|
3202
|
+
className: i,
|
|
3203
|
+
onClick: o
|
|
3204
|
+
}) => /* @__PURE__ */ g(
|
|
3205
|
+
"svg",
|
|
3206
|
+
{
|
|
3207
|
+
width: s,
|
|
3208
|
+
height: e,
|
|
3209
|
+
className: i,
|
|
3210
|
+
onClick: o,
|
|
3211
|
+
viewBox: "0 0 24 24",
|
|
3212
|
+
fill: "none",
|
|
3213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3214
|
+
children: [
|
|
3215
|
+
/* @__PURE__ */ n(
|
|
3216
|
+
"path",
|
|
3217
|
+
{
|
|
3218
|
+
d: "M12 21V12M12 12L15 15.333M12 12L9 15.333",
|
|
3219
|
+
stroke: t,
|
|
3220
|
+
strokeWidth: "1.5",
|
|
3221
|
+
strokeLinecap: "round",
|
|
3222
|
+
strokeLinejoin: "round"
|
|
3223
|
+
}
|
|
3224
|
+
),
|
|
3225
|
+
/* @__PURE__ */ n(
|
|
3226
|
+
"path",
|
|
3227
|
+
{
|
|
3228
|
+
d: "M20.5 7V13C20.5 16.771 20.5 18.657 19.328 19.828C18.156 20.999 16.271 21 12.5 21H11.5C7.729 21 5.843 21 4.672 19.828C3.501 18.656 3.5 16.771 3.5 13V7",
|
|
3229
|
+
stroke: t,
|
|
3230
|
+
strokeWidth: "1.5",
|
|
3231
|
+
strokeLinecap: "round"
|
|
3232
|
+
}
|
|
3233
|
+
),
|
|
3234
|
+
/* @__PURE__ */ n(
|
|
3235
|
+
"path",
|
|
3236
|
+
{
|
|
3237
|
+
d: "M2 5C2 4.057 2 3.586 2.293 3.293C2.586 3 3.057 3 4 3H20C20.943 3 21.414 3 21.707 3.293C22 3.586 22 4.057 22 5C22 5.943 22 6.414 21.707 6.707C21.414 7 20.943 7 20 7H4C3.057 7 2.586 7 2.293 6.707C2 6.414 2 5.943 2 5Z",
|
|
3238
|
+
stroke: t,
|
|
3239
|
+
strokeWidth: "1.5"
|
|
3240
|
+
}
|
|
3241
|
+
)
|
|
3242
|
+
]
|
|
3243
|
+
}
|
|
3244
|
+
), b7 = ({
|
|
3069
3245
|
width: s = 20,
|
|
3070
3246
|
height: e = 20,
|
|
3071
3247
|
color: t = c.GREY_DARK_5,
|
|
@@ -3112,7 +3288,7 @@ const P2 = (s, e) => {
|
|
|
3112
3288
|
)
|
|
3113
3289
|
]
|
|
3114
3290
|
}
|
|
3115
|
-
),
|
|
3291
|
+
), y7 = ({
|
|
3116
3292
|
width: s = 20,
|
|
3117
3293
|
height: e = 20,
|
|
3118
3294
|
color: t = c.GREY_DARK_5,
|
|
@@ -3136,7 +3312,7 @@ const P2 = (s, e) => {
|
|
|
3136
3312
|
}
|
|
3137
3313
|
)
|
|
3138
3314
|
}
|
|
3139
|
-
),
|
|
3315
|
+
), E7 = ({
|
|
3140
3316
|
width: s = 20,
|
|
3141
3317
|
height: e = 20,
|
|
3142
3318
|
color: t = c.GREY_DARK_5,
|
|
@@ -3160,7 +3336,7 @@ const P2 = (s, e) => {
|
|
|
3160
3336
|
}
|
|
3161
3337
|
)
|
|
3162
3338
|
}
|
|
3163
|
-
),
|
|
3339
|
+
), A7 = ({
|
|
3164
3340
|
width: s = 20,
|
|
3165
3341
|
height: e = 20,
|
|
3166
3342
|
color: t = c.GREY_DARK_5,
|
|
@@ -3184,7 +3360,7 @@ const P2 = (s, e) => {
|
|
|
3184
3360
|
}
|
|
3185
3361
|
)
|
|
3186
3362
|
}
|
|
3187
|
-
),
|
|
3363
|
+
), D7 = ({
|
|
3188
3364
|
width: s = 20,
|
|
3189
3365
|
height: e = 20,
|
|
3190
3366
|
color: t = c.GREY_DARK_5,
|
|
@@ -3245,7 +3421,7 @@ const P2 = (s, e) => {
|
|
|
3245
3421
|
)
|
|
3246
3422
|
]
|
|
3247
3423
|
}
|
|
3248
|
-
),
|
|
3424
|
+
), K7 = ({
|
|
3249
3425
|
width: s = 20,
|
|
3250
3426
|
height: e = 20,
|
|
3251
3427
|
color: t = c.GREY_DARK_5,
|
|
@@ -3292,7 +3468,7 @@ const P2 = (s, e) => {
|
|
|
3292
3468
|
)
|
|
3293
3469
|
]
|
|
3294
3470
|
}
|
|
3295
|
-
),
|
|
3471
|
+
), B7 = ({
|
|
3296
3472
|
width: s = 20,
|
|
3297
3473
|
height: e = 20,
|
|
3298
3474
|
color: t = c.GREY_DARK_5,
|
|
@@ -3332,7 +3508,7 @@ const P2 = (s, e) => {
|
|
|
3332
3508
|
)
|
|
3333
3509
|
]
|
|
3334
3510
|
}
|
|
3335
|
-
),
|
|
3511
|
+
), G7 = ({
|
|
3336
3512
|
width: s = 20,
|
|
3337
3513
|
height: e = 20,
|
|
3338
3514
|
color: t = c.GREY_DARK_5,
|
|
@@ -3372,7 +3548,7 @@ const P2 = (s, e) => {
|
|
|
3372
3548
|
)
|
|
3373
3549
|
]
|
|
3374
3550
|
}
|
|
3375
|
-
),
|
|
3551
|
+
), S7 = ({
|
|
3376
3552
|
width: s = 20,
|
|
3377
3553
|
height: e = 20,
|
|
3378
3554
|
color: t = c.GREY_DARK_5,
|
|
@@ -3419,7 +3595,7 @@ const P2 = (s, e) => {
|
|
|
3419
3595
|
)
|
|
3420
3596
|
]
|
|
3421
3597
|
}
|
|
3422
|
-
),
|
|
3598
|
+
), Y7 = ({
|
|
3423
3599
|
width: s = 20,
|
|
3424
3600
|
height: e = 20,
|
|
3425
3601
|
color: t = c.GREY_DARK_5,
|
|
@@ -3466,7 +3642,7 @@ const P2 = (s, e) => {
|
|
|
3466
3642
|
)
|
|
3467
3643
|
]
|
|
3468
3644
|
}
|
|
3469
|
-
),
|
|
3645
|
+
), I7 = ({
|
|
3470
3646
|
width: s = 20,
|
|
3471
3647
|
height: e = 20,
|
|
3472
3648
|
color: t = c.GREY_DARK_5,
|
|
@@ -3513,7 +3689,7 @@ const P2 = (s, e) => {
|
|
|
3513
3689
|
)
|
|
3514
3690
|
]
|
|
3515
3691
|
}
|
|
3516
|
-
),
|
|
3692
|
+
), O7 = ({
|
|
3517
3693
|
width: s = 20,
|
|
3518
3694
|
height: e = 20,
|
|
3519
3695
|
color: t = c.GREY_DARK_5,
|
|
@@ -3553,7 +3729,7 @@ const P2 = (s, e) => {
|
|
|
3553
3729
|
)
|
|
3554
3730
|
]
|
|
3555
3731
|
}
|
|
3556
|
-
),
|
|
3732
|
+
), j7 = ({
|
|
3557
3733
|
width: s = 20,
|
|
3558
3734
|
height: e = 20,
|
|
3559
3735
|
color: t = c.GREY_DARK_5,
|
|
@@ -3586,7 +3762,7 @@ const P2 = (s, e) => {
|
|
|
3586
3762
|
)
|
|
3587
3763
|
]
|
|
3588
3764
|
}
|
|
3589
|
-
),
|
|
3765
|
+
), W7 = ({
|
|
3590
3766
|
width: s = 20,
|
|
3591
3767
|
height: e = 20,
|
|
3592
3768
|
color: t = c.GREY_DARK_5,
|
|
@@ -3619,7 +3795,7 @@ const P2 = (s, e) => {
|
|
|
3619
3795
|
)
|
|
3620
3796
|
]
|
|
3621
3797
|
}
|
|
3622
|
-
),
|
|
3798
|
+
), $7 = ({
|
|
3623
3799
|
width: s = 20,
|
|
3624
3800
|
height: e = 20,
|
|
3625
3801
|
color: t = c.GREY_DARK_5,
|
|
@@ -3652,7 +3828,7 @@ const P2 = (s, e) => {
|
|
|
3652
3828
|
)
|
|
3653
3829
|
]
|
|
3654
3830
|
}
|
|
3655
|
-
),
|
|
3831
|
+
), T7 = ({
|
|
3656
3832
|
width: s = 20,
|
|
3657
3833
|
height: e = 20,
|
|
3658
3834
|
color: t = c.GREY_DARK_5,
|
|
@@ -3685,7 +3861,7 @@ const P2 = (s, e) => {
|
|
|
3685
3861
|
)
|
|
3686
3862
|
]
|
|
3687
3863
|
}
|
|
3688
|
-
),
|
|
3864
|
+
), P7 = ({
|
|
3689
3865
|
width: s = 20,
|
|
3690
3866
|
height: e = 20,
|
|
3691
3867
|
color: t = c.GREY_DARK_5,
|
|
@@ -3725,7 +3901,7 @@ const P2 = (s, e) => {
|
|
|
3725
3901
|
)
|
|
3726
3902
|
]
|
|
3727
3903
|
}
|
|
3728
|
-
),
|
|
3904
|
+
), F7 = ({
|
|
3729
3905
|
width: s = 20,
|
|
3730
3906
|
height: e = 20,
|
|
3731
3907
|
color: t = c.GREY_DARK_5,
|
|
@@ -3758,7 +3934,7 @@ const P2 = (s, e) => {
|
|
|
3758
3934
|
)
|
|
3759
3935
|
]
|
|
3760
3936
|
}
|
|
3761
|
-
),
|
|
3937
|
+
), U7 = ({
|
|
3762
3938
|
width: s = 20,
|
|
3763
3939
|
height: e = 20,
|
|
3764
3940
|
color: t = c.GREY_DARK_5,
|
|
@@ -3791,7 +3967,7 @@ const P2 = (s, e) => {
|
|
|
3791
3967
|
)
|
|
3792
3968
|
]
|
|
3793
3969
|
}
|
|
3794
|
-
),
|
|
3970
|
+
), z7 = ({
|
|
3795
3971
|
width: s = 20,
|
|
3796
3972
|
height: e = 20,
|
|
3797
3973
|
color: t = "#070739",
|
|
@@ -3821,7 +3997,7 @@ const P2 = (s, e) => {
|
|
|
3821
3997
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3822
3998
|
]
|
|
3823
3999
|
}
|
|
3824
|
-
),
|
|
4000
|
+
), J7 = ({
|
|
3825
4001
|
width: s = 20,
|
|
3826
4002
|
height: e = 20,
|
|
3827
4003
|
color: t = "#070739",
|
|
@@ -3859,7 +4035,7 @@ const P2 = (s, e) => {
|
|
|
3859
4035
|
)
|
|
3860
4036
|
]
|
|
3861
4037
|
}
|
|
3862
|
-
),
|
|
4038
|
+
), Q7 = ({
|
|
3863
4039
|
width: s = 9,
|
|
3864
4040
|
height: e = 5,
|
|
3865
4041
|
color: t = "#001E52",
|
|
@@ -3885,7 +4061,7 @@ const P2 = (s, e) => {
|
|
|
3885
4061
|
}
|
|
3886
4062
|
)
|
|
3887
4063
|
}
|
|
3888
|
-
),
|
|
4064
|
+
), q7 = ({
|
|
3889
4065
|
width: s = 20,
|
|
3890
4066
|
height: e = 20,
|
|
3891
4067
|
color: t = "#F2F2F7",
|
|
@@ -3914,7 +4090,7 @@ const P2 = (s, e) => {
|
|
|
3914
4090
|
)
|
|
3915
4091
|
]
|
|
3916
4092
|
}
|
|
3917
|
-
),
|
|
4093
|
+
), X7 = ({
|
|
3918
4094
|
width: s = 20,
|
|
3919
4095
|
height: e = 20,
|
|
3920
4096
|
color: t = "#004ED7",
|
|
@@ -3943,7 +4119,7 @@ const P2 = (s, e) => {
|
|
|
3943
4119
|
)
|
|
3944
4120
|
]
|
|
3945
4121
|
}
|
|
3946
|
-
),
|
|
4122
|
+
), e0 = ({
|
|
3947
4123
|
width: s = 10,
|
|
3948
4124
|
height: e = 10,
|
|
3949
4125
|
color: t = "#001E52",
|
|
@@ -3972,7 +4148,7 @@ const P2 = (s, e) => {
|
|
|
3972
4148
|
)
|
|
3973
4149
|
]
|
|
3974
4150
|
}
|
|
3975
|
-
),
|
|
4151
|
+
), t0 = ({
|
|
3976
4152
|
width: s = 10,
|
|
3977
4153
|
height: e = 10,
|
|
3978
4154
|
color: t = "#001E52",
|
|
@@ -4009,7 +4185,7 @@ const P2 = (s, e) => {
|
|
|
4009
4185
|
)
|
|
4010
4186
|
]
|
|
4011
4187
|
}
|
|
4012
|
-
),
|
|
4188
|
+
), i0 = ({
|
|
4013
4189
|
className: s,
|
|
4014
4190
|
color: e = c.GREY_DARK_5,
|
|
4015
4191
|
height: t = 20,
|
|
@@ -4042,7 +4218,7 @@ const P2 = (s, e) => {
|
|
|
4042
4218
|
)
|
|
4043
4219
|
]
|
|
4044
4220
|
}
|
|
4045
|
-
),
|
|
4221
|
+
), s0 = ({
|
|
4046
4222
|
className: s,
|
|
4047
4223
|
color: e = c.GREY_DARK_5,
|
|
4048
4224
|
height: t = 20,
|
|
@@ -4069,7 +4245,7 @@ const P2 = (s, e) => {
|
|
|
4069
4245
|
}
|
|
4070
4246
|
)
|
|
4071
4247
|
}
|
|
4072
|
-
),
|
|
4248
|
+
), o0 = ({
|
|
4073
4249
|
className: s,
|
|
4074
4250
|
color: e = c.GREY_DARK_5,
|
|
4075
4251
|
height: t = 20,
|
|
@@ -4096,7 +4272,7 @@ const P2 = (s, e) => {
|
|
|
4096
4272
|
}
|
|
4097
4273
|
)
|
|
4098
4274
|
}
|
|
4099
|
-
),
|
|
4275
|
+
), n0 = ({
|
|
4100
4276
|
className: s,
|
|
4101
4277
|
color: e = c.GREY_DARK_5,
|
|
4102
4278
|
height: t = 5,
|
|
@@ -4120,7 +4296,7 @@ const P2 = (s, e) => {
|
|
|
4120
4296
|
}
|
|
4121
4297
|
)
|
|
4122
4298
|
}
|
|
4123
|
-
),
|
|
4299
|
+
), l0 = ({
|
|
4124
4300
|
className: s,
|
|
4125
4301
|
color: e = c.GREY_DARK_5,
|
|
4126
4302
|
height: t = 5,
|
|
@@ -4145,7 +4321,7 @@ const P2 = (s, e) => {
|
|
|
4145
4321
|
}
|
|
4146
4322
|
)
|
|
4147
4323
|
}
|
|
4148
|
-
),
|
|
4324
|
+
), r0 = ({
|
|
4149
4325
|
className: s,
|
|
4150
4326
|
color: e = c.GREY_DARK_5,
|
|
4151
4327
|
height: t = 20,
|
|
@@ -4178,7 +4354,7 @@ const P2 = (s, e) => {
|
|
|
4178
4354
|
)
|
|
4179
4355
|
]
|
|
4180
4356
|
}
|
|
4181
|
-
),
|
|
4357
|
+
), a0 = ({
|
|
4182
4358
|
className: s,
|
|
4183
4359
|
color: e = c.GREY_DARK_5,
|
|
4184
4360
|
height: t = 24,
|
|
@@ -4217,7 +4393,7 @@ const P2 = (s, e) => {
|
|
|
4217
4393
|
)
|
|
4218
4394
|
]
|
|
4219
4395
|
}
|
|
4220
|
-
),
|
|
4396
|
+
), h0 = ({
|
|
4221
4397
|
className: s,
|
|
4222
4398
|
color: e = c.GREY_DARK_5,
|
|
4223
4399
|
height: t = 24,
|
|
@@ -4244,7 +4420,7 @@ const P2 = (s, e) => {
|
|
|
4244
4420
|
}
|
|
4245
4421
|
)
|
|
4246
4422
|
}
|
|
4247
|
-
),
|
|
4423
|
+
), c0 = ({
|
|
4248
4424
|
className: s,
|
|
4249
4425
|
color: e = c.GREY_DARK_5,
|
|
4250
4426
|
height: t = 24,
|
|
@@ -4303,7 +4479,7 @@ const P2 = (s, e) => {
|
|
|
4303
4479
|
)
|
|
4304
4480
|
]
|
|
4305
4481
|
}
|
|
4306
|
-
),
|
|
4482
|
+
), C0 = ({
|
|
4307
4483
|
className: s,
|
|
4308
4484
|
color: e = c.GREY_DARK_5,
|
|
4309
4485
|
height: t = 24,
|
|
@@ -4340,7 +4516,7 @@ const P2 = (s, e) => {
|
|
|
4340
4516
|
)
|
|
4341
4517
|
]
|
|
4342
4518
|
}
|
|
4343
|
-
),
|
|
4519
|
+
), d0 = ({
|
|
4344
4520
|
className: s,
|
|
4345
4521
|
color: e = c.GREY_DARK_3,
|
|
4346
4522
|
height: t = 14,
|
|
@@ -4377,7 +4553,7 @@ const P2 = (s, e) => {
|
|
|
4377
4553
|
)
|
|
4378
4554
|
]
|
|
4379
4555
|
}
|
|
4380
|
-
),
|
|
4556
|
+
), g0 = ({
|
|
4381
4557
|
className: s,
|
|
4382
4558
|
color: e = c.GREY_DARK_5,
|
|
4383
4559
|
height: t = 18,
|
|
@@ -4404,7 +4580,7 @@ const P2 = (s, e) => {
|
|
|
4404
4580
|
}
|
|
4405
4581
|
)
|
|
4406
4582
|
}
|
|
4407
|
-
),
|
|
4583
|
+
), w0 = ({
|
|
4408
4584
|
className: s,
|
|
4409
4585
|
color: e = c.GREY_DARK_5,
|
|
4410
4586
|
height: t = 24,
|
|
@@ -4456,7 +4632,7 @@ const P2 = (s, e) => {
|
|
|
4456
4632
|
)
|
|
4457
4633
|
]
|
|
4458
4634
|
}
|
|
4459
|
-
),
|
|
4635
|
+
), u0 = ({
|
|
4460
4636
|
className: s,
|
|
4461
4637
|
color: e = c.GREY_DARK_5,
|
|
4462
4638
|
height: t = 24,
|
|
@@ -4493,7 +4669,7 @@ const P2 = (s, e) => {
|
|
|
4493
4669
|
)
|
|
4494
4670
|
]
|
|
4495
4671
|
}
|
|
4496
|
-
),
|
|
4672
|
+
), p0 = ({
|
|
4497
4673
|
className: s,
|
|
4498
4674
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
4499
4675
|
height: t = 37,
|
|
@@ -4532,7 +4708,7 @@ const P2 = (s, e) => {
|
|
|
4532
4708
|
)
|
|
4533
4709
|
]
|
|
4534
4710
|
}
|
|
4535
|
-
),
|
|
4711
|
+
), L0 = ({
|
|
4536
4712
|
className: s,
|
|
4537
4713
|
color: e = c.GREY_DARK_5,
|
|
4538
4714
|
height: t = 24,
|
|
@@ -4558,7 +4734,7 @@ const P2 = (s, e) => {
|
|
|
4558
4734
|
}
|
|
4559
4735
|
)
|
|
4560
4736
|
}
|
|
4561
|
-
),
|
|
4737
|
+
), f0 = ({
|
|
4562
4738
|
className: s,
|
|
4563
4739
|
color: e = c.GREY_DARK_5,
|
|
4564
4740
|
height: t = 24,
|
|
@@ -4597,7 +4773,7 @@ const P2 = (s, e) => {
|
|
|
4597
4773
|
)
|
|
4598
4774
|
]
|
|
4599
4775
|
}
|
|
4600
|
-
),
|
|
4776
|
+
), m0 = ({
|
|
4601
4777
|
className: s,
|
|
4602
4778
|
color: e = c.GREY_DARK_5,
|
|
4603
4779
|
height: t = 20,
|
|
@@ -4630,7 +4806,7 @@ const P2 = (s, e) => {
|
|
|
4630
4806
|
)
|
|
4631
4807
|
]
|
|
4632
4808
|
}
|
|
4633
|
-
),
|
|
4809
|
+
), k0 = ({
|
|
4634
4810
|
className: s,
|
|
4635
4811
|
color: e = c.GREY_DARK_5,
|
|
4636
4812
|
height: t = 24,
|
|
@@ -4699,7 +4875,7 @@ const P2 = (s, e) => {
|
|
|
4699
4875
|
)
|
|
4700
4876
|
]
|
|
4701
4877
|
}
|
|
4702
|
-
),
|
|
4878
|
+
), v0 = ({
|
|
4703
4879
|
className: s,
|
|
4704
4880
|
color: e = c.GREY_DARK_5,
|
|
4705
4881
|
height: t = 24,
|
|
@@ -4756,7 +4932,7 @@ const P2 = (s, e) => {
|
|
|
4756
4932
|
)
|
|
4757
4933
|
]
|
|
4758
4934
|
}
|
|
4759
|
-
),
|
|
4935
|
+
), N0 = ({
|
|
4760
4936
|
className: s,
|
|
4761
4937
|
color: e = c.GREY_DARK_5,
|
|
4762
4938
|
height: t = 24,
|
|
@@ -4805,7 +4981,7 @@ const P2 = (s, e) => {
|
|
|
4805
4981
|
)
|
|
4806
4982
|
]
|
|
4807
4983
|
}
|
|
4808
|
-
),
|
|
4984
|
+
), x0 = ({
|
|
4809
4985
|
className: s,
|
|
4810
4986
|
color: e = c.GREY_DARK_5,
|
|
4811
4987
|
height: t = 24,
|
|
@@ -4832,7 +5008,7 @@ const P2 = (s, e) => {
|
|
|
4832
5008
|
}
|
|
4833
5009
|
)
|
|
4834
5010
|
}
|
|
4835
|
-
),
|
|
5011
|
+
), M0 = ({
|
|
4836
5012
|
className: s,
|
|
4837
5013
|
color: e = c.GREY_DARK_5,
|
|
4838
5014
|
height: t = 20,
|
|
@@ -4861,7 +5037,7 @@ const P2 = (s, e) => {
|
|
|
4861
5037
|
)
|
|
4862
5038
|
]
|
|
4863
5039
|
}
|
|
4864
|
-
),
|
|
5040
|
+
), R0 = ({
|
|
4865
5041
|
className: s,
|
|
4866
5042
|
color: e = "#001E52",
|
|
4867
5043
|
height: t = 24,
|
|
@@ -4887,7 +5063,7 @@ const P2 = (s, e) => {
|
|
|
4887
5063
|
}
|
|
4888
5064
|
)
|
|
4889
5065
|
}
|
|
4890
|
-
),
|
|
5066
|
+
), V0 = ({
|
|
4891
5067
|
className: s,
|
|
4892
5068
|
color: e = "#001E52",
|
|
4893
5069
|
height: t = 24,
|
|
@@ -4925,7 +5101,7 @@ const P2 = (s, e) => {
|
|
|
4925
5101
|
)
|
|
4926
5102
|
] }) })
|
|
4927
5103
|
}
|
|
4928
|
-
),
|
|
5104
|
+
), Z0 = ({
|
|
4929
5105
|
width: s = 20,
|
|
4930
5106
|
height: e = 20,
|
|
4931
5107
|
color: t = c.GREY_DARK_5,
|
|
@@ -4949,7 +5125,7 @@ const P2 = (s, e) => {
|
|
|
4949
5125
|
}
|
|
4950
5126
|
)
|
|
4951
5127
|
}
|
|
4952
|
-
),
|
|
5128
|
+
), H0 = ({
|
|
4953
5129
|
width: s = 24,
|
|
4954
5130
|
height: e = 24,
|
|
4955
5131
|
color: t = "#131314",
|
|
@@ -4982,7 +5158,7 @@ const P2 = (s, e) => {
|
|
|
4982
5158
|
)
|
|
4983
5159
|
]
|
|
4984
5160
|
}
|
|
4985
|
-
),
|
|
5161
|
+
), _0 = ({
|
|
4986
5162
|
width: s = 20,
|
|
4987
5163
|
height: e = 20,
|
|
4988
5164
|
color: t = c.GREY_DARK_5,
|
|
@@ -5015,7 +5191,7 @@ const P2 = (s, e) => {
|
|
|
5015
5191
|
)
|
|
5016
5192
|
]
|
|
5017
5193
|
}
|
|
5018
|
-
),
|
|
5194
|
+
), b0 = ({
|
|
5019
5195
|
width: s = 24,
|
|
5020
5196
|
height: e = 24,
|
|
5021
5197
|
color: t = c.GREY_DARK_2,
|
|
@@ -5055,7 +5231,7 @@ const P2 = (s, e) => {
|
|
|
5055
5231
|
)
|
|
5056
5232
|
]
|
|
5057
5233
|
}
|
|
5058
|
-
),
|
|
5234
|
+
), y0 = ({
|
|
5059
5235
|
width: s = 24,
|
|
5060
5236
|
height: e = 24,
|
|
5061
5237
|
color: t = c.GREY_DARK_2,
|
|
@@ -5082,7 +5258,7 @@ const P2 = (s, e) => {
|
|
|
5082
5258
|
}
|
|
5083
5259
|
)
|
|
5084
5260
|
}
|
|
5085
|
-
),
|
|
5261
|
+
), E0 = ({
|
|
5086
5262
|
width: s = 24,
|
|
5087
5263
|
height: e = 24,
|
|
5088
5264
|
color: t = c.GREY_DARK_2,
|
|
@@ -5109,7 +5285,7 @@ const P2 = (s, e) => {
|
|
|
5109
5285
|
}
|
|
5110
5286
|
)
|
|
5111
5287
|
}
|
|
5112
|
-
),
|
|
5288
|
+
), A0 = ({
|
|
5113
5289
|
width: s = 20,
|
|
5114
5290
|
height: e = 20,
|
|
5115
5291
|
color: t = c.GREY_DARK_5,
|
|
@@ -5133,7 +5309,7 @@ const P2 = (s, e) => {
|
|
|
5133
5309
|
}
|
|
5134
5310
|
)
|
|
5135
5311
|
}
|
|
5136
|
-
),
|
|
5312
|
+
), D0 = ({
|
|
5137
5313
|
name: s,
|
|
5138
5314
|
width: e,
|
|
5139
5315
|
height: t,
|
|
@@ -5146,35 +5322,39 @@ const P2 = (s, e) => {
|
|
|
5146
5322
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
5147
5323
|
switch (s) {
|
|
5148
5324
|
case "nextIcon":
|
|
5149
|
-
return
|
|
5325
|
+
return s0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
5326
|
case "prevIcon":
|
|
5151
|
-
return
|
|
5327
|
+
return o0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5152
5328
|
case "arrowDown":
|
|
5153
|
-
return
|
|
5329
|
+
return v7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5154
5330
|
case "info":
|
|
5155
|
-
return
|
|
5331
|
+
return N7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
5332
|
case "arrowRight":
|
|
5157
|
-
return
|
|
5333
|
+
return x7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5334
|
+
case "archive":
|
|
5335
|
+
return H7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5336
|
+
case "unarchive":
|
|
5337
|
+
return _7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5158
5338
|
case "calendar":
|
|
5159
|
-
return
|
|
5339
|
+
return b7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5160
5340
|
case "check":
|
|
5161
|
-
return
|
|
5341
|
+
return y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5162
5342
|
case "cancel":
|
|
5163
|
-
return
|
|
5343
|
+
return E7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5164
5344
|
case "add":
|
|
5165
|
-
return
|
|
5345
|
+
return A7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5166
5346
|
case "list":
|
|
5167
|
-
return
|
|
5347
|
+
return D7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5168
5348
|
case "dragAndDrop":
|
|
5169
|
-
return
|
|
5349
|
+
return K7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5170
5350
|
case "filter":
|
|
5171
|
-
return
|
|
5351
|
+
return B7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5172
5352
|
case "attention":
|
|
5173
|
-
return
|
|
5353
|
+
return G7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5174
5354
|
case "users":
|
|
5175
|
-
return
|
|
5355
|
+
return S7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5176
5356
|
case "mySkillsMatrix":
|
|
5177
|
-
return
|
|
5357
|
+
return Y7({
|
|
5178
5358
|
width: e,
|
|
5179
5359
|
height: t,
|
|
5180
5360
|
color: r,
|
|
@@ -5182,9 +5362,9 @@ const P2 = (s, e) => {
|
|
|
5182
5362
|
onClick: l
|
|
5183
5363
|
});
|
|
5184
5364
|
case "skills":
|
|
5185
|
-
return
|
|
5365
|
+
return I7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5186
5366
|
case "skillsMatrices":
|
|
5187
|
-
return
|
|
5367
|
+
return O7({
|
|
5188
5368
|
width: e,
|
|
5189
5369
|
height: t,
|
|
5190
5370
|
color: r,
|
|
@@ -5192,21 +5372,21 @@ const P2 = (s, e) => {
|
|
|
5192
5372
|
onClick: l
|
|
5193
5373
|
});
|
|
5194
5374
|
case "history":
|
|
5195
|
-
return
|
|
5375
|
+
return j7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5196
5376
|
case "logOut":
|
|
5197
|
-
return
|
|
5377
|
+
return W7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5198
5378
|
case "settings":
|
|
5199
|
-
return
|
|
5379
|
+
return $7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5200
5380
|
case "trash":
|
|
5201
|
-
return
|
|
5381
|
+
return T7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5202
5382
|
case "settings2":
|
|
5203
|
-
return
|
|
5383
|
+
return P7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5204
5384
|
case "checkCircle":
|
|
5205
|
-
return
|
|
5385
|
+
return F7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
5386
|
case "cancelCircle":
|
|
5207
|
-
return
|
|
5387
|
+
return U7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5208
5388
|
case "visibilityIcon":
|
|
5209
|
-
return
|
|
5389
|
+
return z7({
|
|
5210
5390
|
width: e,
|
|
5211
5391
|
height: t,
|
|
5212
5392
|
color: r,
|
|
@@ -5214,7 +5394,7 @@ const P2 = (s, e) => {
|
|
|
5214
5394
|
onClick: l
|
|
5215
5395
|
});
|
|
5216
5396
|
case "visibilityOffIcon":
|
|
5217
|
-
return
|
|
5397
|
+
return J7({
|
|
5218
5398
|
width: e,
|
|
5219
5399
|
height: t,
|
|
5220
5400
|
color: r,
|
|
@@ -5222,7 +5402,7 @@ const P2 = (s, e) => {
|
|
|
5222
5402
|
onClick: l
|
|
5223
5403
|
});
|
|
5224
5404
|
case "selectArrowIcon":
|
|
5225
|
-
return
|
|
5405
|
+
return Q7({
|
|
5226
5406
|
width: e,
|
|
5227
5407
|
height: t,
|
|
5228
5408
|
color: r,
|
|
@@ -5230,7 +5410,7 @@ const P2 = (s, e) => {
|
|
|
5230
5410
|
onClick: l
|
|
5231
5411
|
});
|
|
5232
5412
|
case "expandArrowIcon":
|
|
5233
|
-
return
|
|
5413
|
+
return q7({
|
|
5234
5414
|
width: e,
|
|
5235
5415
|
height: t,
|
|
5236
5416
|
color: r,
|
|
@@ -5238,7 +5418,7 @@ const P2 = (s, e) => {
|
|
|
5238
5418
|
onClick: l
|
|
5239
5419
|
});
|
|
5240
5420
|
case "expandActiveArrowIcon":
|
|
5241
|
-
return
|
|
5421
|
+
return X7({
|
|
5242
5422
|
width: e,
|
|
5243
5423
|
height: t,
|
|
5244
5424
|
color: r,
|
|
@@ -5246,77 +5426,77 @@ const P2 = (s, e) => {
|
|
|
5246
5426
|
onClick: l
|
|
5247
5427
|
});
|
|
5248
5428
|
case "sortUp":
|
|
5249
|
-
return
|
|
5429
|
+
return e0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5250
5430
|
case "sortDown":
|
|
5251
|
-
return
|
|
5431
|
+
return t0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
5432
|
case "search":
|
|
5253
|
-
return q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5254
|
-
case "arrowUpFilled":
|
|
5255
5433
|
return i0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5434
|
+
case "arrowUpFilled":
|
|
5435
|
+
return l0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5256
5436
|
case "arrowDownFilled":
|
|
5257
|
-
return
|
|
5437
|
+
return n0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5258
5438
|
case "arrow2Up":
|
|
5259
|
-
return
|
|
5439
|
+
return M7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5260
5440
|
case "arrow2Right":
|
|
5261
|
-
return
|
|
5441
|
+
return R7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5262
5442
|
case "arrow2Down":
|
|
5263
|
-
return
|
|
5443
|
+
return V7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
5444
|
case "arrow2Left":
|
|
5265
|
-
return
|
|
5445
|
+
return Z7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5266
5446
|
case "link":
|
|
5267
|
-
return
|
|
5447
|
+
return r0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5268
5448
|
case "telegram":
|
|
5269
|
-
return
|
|
5449
|
+
return h0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5270
5450
|
case "mail":
|
|
5271
|
-
return
|
|
5451
|
+
return C0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5272
5452
|
case "github":
|
|
5273
|
-
return
|
|
5453
|
+
return a0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5274
5454
|
case "linkedIn":
|
|
5275
|
-
return
|
|
5455
|
+
return c0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5276
5456
|
case "emptyStateIcon":
|
|
5277
|
-
return
|
|
5457
|
+
return d0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5278
5458
|
case "filtersIcon":
|
|
5279
|
-
return
|
|
5459
|
+
return g0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5280
5460
|
case "dotMenuIcon":
|
|
5281
|
-
return
|
|
5461
|
+
return w0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5282
5462
|
case "plusCircle":
|
|
5283
|
-
return
|
|
5463
|
+
return u0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5284
5464
|
case "warning":
|
|
5285
|
-
return
|
|
5465
|
+
return p0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5286
5466
|
case "back":
|
|
5287
|
-
return
|
|
5467
|
+
return L0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5288
5468
|
case "bell":
|
|
5289
|
-
return
|
|
5469
|
+
return f0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5290
5470
|
case "copy":
|
|
5291
|
-
return
|
|
5471
|
+
return m0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5292
5472
|
case "contract":
|
|
5293
|
-
return
|
|
5473
|
+
return k0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5294
5474
|
case "resourceManager":
|
|
5295
|
-
return
|
|
5475
|
+
return v0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5296
5476
|
case "image":
|
|
5297
|
-
return
|
|
5477
|
+
return N0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5298
5478
|
case "edit":
|
|
5299
|
-
return
|
|
5479
|
+
return x0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5300
5480
|
case "filledArrowRight":
|
|
5301
|
-
return
|
|
5481
|
+
return M0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5302
5482
|
case "burgerMenu":
|
|
5303
|
-
return
|
|
5483
|
+
return R0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5304
5484
|
case "refresh":
|
|
5305
|
-
return
|
|
5485
|
+
return V0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5306
5486
|
case "projects":
|
|
5307
|
-
return
|
|
5487
|
+
return Z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5308
5488
|
case "user":
|
|
5309
|
-
return
|
|
5489
|
+
return _0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5310
5490
|
case "exit":
|
|
5311
|
-
return
|
|
5491
|
+
return H0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5312
5492
|
case "openPointCircle":
|
|
5313
|
-
return
|
|
5493
|
+
return b0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5314
5494
|
case "community":
|
|
5315
|
-
return
|
|
5495
|
+
return y0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5316
5496
|
case "docs":
|
|
5317
|
-
return
|
|
5497
|
+
return E0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5318
5498
|
case "unpaidLeave":
|
|
5319
|
-
return
|
|
5499
|
+
return A0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5320
5500
|
default:
|
|
5321
5501
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
5322
5502
|
}
|
|
@@ -5337,7 +5517,7 @@ const P2 = (s, e) => {
|
|
|
5337
5517
|
{
|
|
5338
5518
|
className: `snmt-tag ${t} ${h ? "disabled" : ""}`,
|
|
5339
5519
|
closeIcon: /* @__PURE__ */ n(
|
|
5340
|
-
|
|
5520
|
+
D0,
|
|
5341
5521
|
{
|
|
5342
5522
|
name: "cancelCircle",
|
|
5343
5523
|
color: h ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5350,7 +5530,7 @@ const P2 = (s, e) => {
|
|
|
5350
5530
|
style: { width: e ?? "fit-content" },
|
|
5351
5531
|
closable: o,
|
|
5352
5532
|
children: typeof s == "string" ? /* @__PURE__ */ n(
|
|
5353
|
-
|
|
5533
|
+
k7,
|
|
5354
5534
|
{
|
|
5355
5535
|
variant: t === "small" ? "body4" : "body2",
|
|
5356
5536
|
color: h ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5359,12 +5539,12 @@ const P2 = (s, e) => {
|
|
|
5359
5539
|
) : s
|
|
5360
5540
|
}
|
|
5361
5541
|
);
|
|
5362
|
-
}, { Title:
|
|
5542
|
+
}, { Title: K0, Text: B0 } = d1, G0 = {
|
|
5363
5543
|
h1: 1,
|
|
5364
5544
|
h2: 2,
|
|
5365
5545
|
h3: 3,
|
|
5366
5546
|
h4: 4
|
|
5367
|
-
},
|
|
5547
|
+
}, S0 = q(
|
|
5368
5548
|
({
|
|
5369
5549
|
align: s = "inherit",
|
|
5370
5550
|
variant: e = "body1",
|
|
@@ -5380,22 +5560,22 @@ const P2 = (s, e) => {
|
|
|
5380
5560
|
g1(r, () => l.current);
|
|
5381
5561
|
const [a, p] = E(!1);
|
|
5382
5562
|
D(() => {
|
|
5383
|
-
var
|
|
5563
|
+
var f;
|
|
5384
5564
|
if (!d) return;
|
|
5385
5565
|
const m = () => {
|
|
5386
5566
|
l.current && p(l.current.scrollWidth > l.current.clientWidth);
|
|
5387
5567
|
};
|
|
5388
5568
|
m();
|
|
5389
5569
|
const M = new ResizeObserver(m);
|
|
5390
|
-
return l.current && M.observe(l.current), (
|
|
5570
|
+
return l.current && M.observe(l.current), (f = l.current) != null && f.parentElement && M.observe(l.current.parentElement), () => {
|
|
5391
5571
|
M.disconnect();
|
|
5392
5572
|
};
|
|
5393
5573
|
}, [d]);
|
|
5394
|
-
const
|
|
5395
|
-
let
|
|
5396
|
-
s && s !== "inherit" && (
|
|
5397
|
-
const
|
|
5398
|
-
className:
|
|
5574
|
+
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5575
|
+
let u = `snmt-typography snmt-typography-${e}`;
|
|
5576
|
+
s && s !== "inherit" && (u += ` snmt-typography-align-${s}`), h && (u += " collapsed");
|
|
5577
|
+
const L = {
|
|
5578
|
+
className: u,
|
|
5399
5579
|
style: { color: t, whiteSpace: d ? "nowrap" : C, display: d ? "block" : "" },
|
|
5400
5580
|
onClick: o,
|
|
5401
5581
|
ref: l,
|
|
@@ -5406,9 +5586,9 @@ const P2 = (s, e) => {
|
|
|
5406
5586
|
}
|
|
5407
5587
|
} : void 0
|
|
5408
5588
|
};
|
|
5409
|
-
return
|
|
5589
|
+
return w ? /* @__PURE__ */ n(K0, { level: G0[e], ...L, children: i }) : /* @__PURE__ */ n(B0, { ...L, children: i });
|
|
5410
5590
|
}
|
|
5411
|
-
),
|
|
5591
|
+
), Y0 = ({
|
|
5412
5592
|
children: s,
|
|
5413
5593
|
content: e,
|
|
5414
5594
|
isOpen: t,
|
|
@@ -5433,7 +5613,7 @@ const P2 = (s, e) => {
|
|
|
5433
5613
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: s })
|
|
5434
5614
|
}
|
|
5435
5615
|
);
|
|
5436
|
-
}, { Title:
|
|
5616
|
+
}, { Title: I0, Text: O0 } = d1, j0 = {
|
|
5437
5617
|
h1: 1,
|
|
5438
5618
|
h2: 2,
|
|
5439
5619
|
h3: 3,
|
|
@@ -5454,22 +5634,22 @@ const P2 = (s, e) => {
|
|
|
5454
5634
|
g1(r, () => l.current);
|
|
5455
5635
|
const [a, p] = E(!1);
|
|
5456
5636
|
D(() => {
|
|
5457
|
-
var
|
|
5637
|
+
var f;
|
|
5458
5638
|
if (!d) return;
|
|
5459
5639
|
const m = () => {
|
|
5460
5640
|
l.current && p(l.current.scrollWidth > l.current.clientWidth);
|
|
5461
5641
|
};
|
|
5462
5642
|
m();
|
|
5463
5643
|
const M = new ResizeObserver(m);
|
|
5464
|
-
return l.current && M.observe(l.current), (
|
|
5644
|
+
return l.current && M.observe(l.current), (f = l.current) != null && f.parentElement && M.observe(l.current.parentElement), () => {
|
|
5465
5645
|
M.disconnect();
|
|
5466
5646
|
};
|
|
5467
5647
|
}, [d]);
|
|
5468
|
-
const
|
|
5469
|
-
let
|
|
5470
|
-
s && s !== "inherit" && (
|
|
5471
|
-
const
|
|
5472
|
-
className:
|
|
5648
|
+
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5649
|
+
let u = `snmt-typography snmt-typography-${e}`;
|
|
5650
|
+
s && s !== "inherit" && (u += ` snmt-typography-align-${s}`), h && (u += " collapsed");
|
|
5651
|
+
const L = {
|
|
5652
|
+
className: u,
|
|
5473
5653
|
style: { color: t, whiteSpace: d ? "nowrap" : C, display: d ? "block" : "" },
|
|
5474
5654
|
onClick: o,
|
|
5475
5655
|
ref: l,
|
|
@@ -5480,9 +5660,9 @@ const P2 = (s, e) => {
|
|
|
5480
5660
|
}
|
|
5481
5661
|
} : void 0
|
|
5482
5662
|
};
|
|
5483
|
-
return
|
|
5663
|
+
return w ? /* @__PURE__ */ n(I0, { level: j0[e], ...L, children: i }) : /* @__PURE__ */ n(O0, { ...L, children: i });
|
|
5484
5664
|
}
|
|
5485
|
-
),
|
|
5665
|
+
), W0 = ({
|
|
5486
5666
|
width: s = 20,
|
|
5487
5667
|
height: e = 20,
|
|
5488
5668
|
color: t = "#001E52",
|
|
@@ -5509,7 +5689,7 @@ const P2 = (s, e) => {
|
|
|
5509
5689
|
}
|
|
5510
5690
|
)
|
|
5511
5691
|
}
|
|
5512
|
-
),
|
|
5692
|
+
), $0 = ({
|
|
5513
5693
|
width: s = 20,
|
|
5514
5694
|
height: e = 20,
|
|
5515
5695
|
color: t = c.GREY_DARK_5,
|
|
@@ -5549,7 +5729,7 @@ const P2 = (s, e) => {
|
|
|
5549
5729
|
)
|
|
5550
5730
|
]
|
|
5551
5731
|
}
|
|
5552
|
-
),
|
|
5732
|
+
), T0 = ({
|
|
5553
5733
|
width: s = 20,
|
|
5554
5734
|
height: e = 20,
|
|
5555
5735
|
color: t = "#001E52",
|
|
@@ -5584,7 +5764,7 @@ const P2 = (s, e) => {
|
|
|
5584
5764
|
)
|
|
5585
5765
|
]
|
|
5586
5766
|
}
|
|
5587
|
-
),
|
|
5767
|
+
), P0 = ({
|
|
5588
5768
|
width: s = 20,
|
|
5589
5769
|
height: e = 20,
|
|
5590
5770
|
color: t = c.GREY_DARK_5,
|
|
@@ -5611,7 +5791,7 @@ const P2 = (s, e) => {
|
|
|
5611
5791
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5612
5792
|
]
|
|
5613
5793
|
}
|
|
5614
|
-
),
|
|
5794
|
+
), F0 = ({
|
|
5615
5795
|
width: s = 20,
|
|
5616
5796
|
height: e = 20,
|
|
5617
5797
|
color: t = c.GREY_DARK_5,
|
|
@@ -5635,7 +5815,7 @@ const P2 = (s, e) => {
|
|
|
5635
5815
|
}
|
|
5636
5816
|
)
|
|
5637
5817
|
}
|
|
5638
|
-
),
|
|
5818
|
+
), U0 = ({
|
|
5639
5819
|
width: s = 20,
|
|
5640
5820
|
height: e = 20,
|
|
5641
5821
|
color: t = c.GREY_DARK_5,
|
|
@@ -5662,7 +5842,7 @@ const P2 = (s, e) => {
|
|
|
5662
5842
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5663
5843
|
]
|
|
5664
5844
|
}
|
|
5665
|
-
),
|
|
5845
|
+
), z0 = ({
|
|
5666
5846
|
width: s = 20,
|
|
5667
5847
|
height: e = 20,
|
|
5668
5848
|
color: t = c.GREY_DARK_5,
|
|
@@ -5686,7 +5866,93 @@ const P2 = (s, e) => {
|
|
|
5686
5866
|
}
|
|
5687
5867
|
)
|
|
5688
5868
|
}
|
|
5689
|
-
),
|
|
5869
|
+
), J0 = ({
|
|
5870
|
+
width: s = 20,
|
|
5871
|
+
height: e = 20,
|
|
5872
|
+
color: t = c.GREY_DARK_5,
|
|
5873
|
+
className: i,
|
|
5874
|
+
onClick: o
|
|
5875
|
+
}) => /* @__PURE__ */ g(
|
|
5876
|
+
"svg",
|
|
5877
|
+
{
|
|
5878
|
+
width: s,
|
|
5879
|
+
height: e,
|
|
5880
|
+
className: i,
|
|
5881
|
+
onClick: o,
|
|
5882
|
+
viewBox: "0 0 24 24",
|
|
5883
|
+
fill: "none",
|
|
5884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5885
|
+
children: [
|
|
5886
|
+
/* @__PURE__ */ n(
|
|
5887
|
+
"path",
|
|
5888
|
+
{
|
|
5889
|
+
d: "M2.75 13V7C2.75 6.58579 3.08579 6.25 3.5 6.25C3.91421 6.25 4.25 6.58579 4.25 7V13C4.25 14.9063 4.25235 16.2606 4.39063 17.2881C4.52602 18.2938 4.77908 18.8743 5.20215 19.2979C5.62503 19.7211 6.20487 19.975 7.21094 20.1104C8.23857 20.2486 9.59329 20.25 11.5 20.25H12.5C14.4063 20.25 15.7606 20.2476 16.7881 20.1094C17.7938 19.974 18.3743 19.7209 18.7979 19.2979C19.2211 18.875 19.475 18.2951 19.6104 17.2891C19.7486 16.2614 19.75 14.9067 19.75 13V7C19.75 6.58579 20.0858 6.25 20.5 6.25C20.9142 6.25 21.25 6.58579 21.25 7V13C21.25 14.8643 21.2515 16.3384 21.0967 17.4893C20.939 18.6614 20.6069 19.6104 19.8584 20.3584C19.11 21.1062 18.1606 21.4389 16.9883 21.5967C15.8376 21.7515 14.3642 21.75 12.5 21.75H11.5C9.63571 21.75 8.16161 21.7515 7.01074 21.5967C5.83857 21.439 4.88963 21.1069 4.1416 20.3584C3.39381 19.61 3.06115 18.6606 2.90332 17.4883C2.74846 16.3376 2.75 14.8642 2.75 13Z",
|
|
5890
|
+
fill: t
|
|
5891
|
+
}
|
|
5892
|
+
),
|
|
5893
|
+
/* @__PURE__ */ n(
|
|
5894
|
+
"path",
|
|
5895
|
+
{
|
|
5896
|
+
d: "M21.25 5.00001C21.25 4.5074 21.2481 4.21355 21.2197 4.00294C21.2068 3.90645 21.1916 3.85769 21.1826 3.83595C21.1806 3.83111 21.1787 3.82808 21.1777 3.82618L21.1768 3.82325L21.1738 3.82228C21.1719 3.82129 21.1689 3.8194 21.1641 3.8174C21.1423 3.80845 21.0936 3.79327 20.9971 3.78029C20.7865 3.75197 20.4926 3.75001 20 3.75001H4.00001C3.5074 3.75001 3.21355 3.75197 3.00294 3.78029C2.90645 3.79327 2.85769 3.80845 2.83595 3.8174C2.83111 3.8194 2.82808 3.82129 2.82618 3.82228L2.82325 3.82325L2.82228 3.82618C2.82129 3.82808 2.8194 3.83111 2.8174 3.83595C2.80845 3.85769 2.79327 3.90645 2.78029 4.00294C2.75197 4.21355 2.75001 4.5074 2.75001 5.00001C2.75001 5.49263 2.75197 5.78647 2.78029 5.99708C2.79327 6.09357 2.80845 6.14233 2.8174 6.16407C2.8194 6.16892 2.82129 6.17194 2.82228 6.17384L2.82325 6.17677L2.82618 6.17775C2.82808 6.17874 2.83111 6.18063 2.83595 6.18263C2.85769 6.19158 2.90645 6.20676 3.00294 6.21974C3.21355 6.24806 3.5074 6.25001 4.00001 6.25001H20C20.4926 6.25001 20.7865 6.24806 20.9971 6.21974C21.0936 6.20676 21.1423 6.19158 21.1641 6.18263C21.1689 6.18063 21.1719 6.17874 21.1738 6.17775L21.1768 6.17677L21.1777 6.17384C21.1787 6.17194 21.1806 6.16892 21.1826 6.16407C21.1916 6.14233 21.2068 6.09357 21.2197 5.99708C21.2481 5.78647 21.25 5.49263 21.25 5.00001ZM22.75 5.00001C22.75 5.45028 22.752 5.8634 22.707 6.19728C22.6592 6.55287 22.5463 6.92835 22.2373 7.23732C21.9283 7.54628 21.5529 7.65921 21.1973 7.70704C20.8634 7.75196 20.4503 7.75001 20 7.75001H4.00001C3.54975 7.75001 3.13662 7.75196 2.80275 7.70704C2.44715 7.65921 2.07167 7.54628 1.76271 7.23732C1.45374 6.92835 1.34082 6.55287 1.29298 6.19728C1.24807 5.8634 1.25001 5.45028 1.25001 5.00001C1.25001 4.54975 1.24807 4.13662 1.29298 3.80275C1.34082 3.44715 1.45374 3.07167 1.76271 2.76271C2.07167 2.45374 2.44715 2.34082 2.80275 2.29298C3.13662 2.24807 3.54975 2.25001 4.00001 2.25001H20C20.4503 2.25001 20.8634 2.24807 21.1973 2.29298C21.5529 2.34082 21.9283 2.45374 22.2373 2.76271C22.5463 3.07168 22.6592 3.44715 22.707 3.80275C22.752 4.13662 22.75 4.54975 22.75 5.00001Z",
|
|
5897
|
+
fill: t
|
|
5898
|
+
}
|
|
5899
|
+
),
|
|
5900
|
+
/* @__PURE__ */ n(
|
|
5901
|
+
"path",
|
|
5902
|
+
{
|
|
5903
|
+
d: "M11.25 7C11.25 6.58579 11.5858 6.25 12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V14.0449L14.4424 12.165C14.7195 11.8572 15.1941 11.8323 15.5019 12.1094C15.8098 12.3865 15.8347 12.8611 15.5576 13.1689L12.5576 16.502C12.4154 16.66 12.2126 16.75 12 16.75C11.7874 16.75 11.5846 16.66 11.4424 16.502L8.44236 13.1689L8.39451 13.1094C8.16979 12.8026 8.20932 12.3693 8.49803 12.1094C8.78667 11.8496 9.22135 11.8559 9.50291 12.1113L9.5576 12.165L11.25 14.0449V7Z",
|
|
5904
|
+
fill: t
|
|
5905
|
+
}
|
|
5906
|
+
)
|
|
5907
|
+
]
|
|
5908
|
+
}
|
|
5909
|
+
), Q0 = ({
|
|
5910
|
+
width: s = 20,
|
|
5911
|
+
height: e = 20,
|
|
5912
|
+
color: t = c.GREY_DARK_5,
|
|
5913
|
+
className: i,
|
|
5914
|
+
onClick: o
|
|
5915
|
+
}) => /* @__PURE__ */ g(
|
|
5916
|
+
"svg",
|
|
5917
|
+
{
|
|
5918
|
+
width: s,
|
|
5919
|
+
height: e,
|
|
5920
|
+
className: i,
|
|
5921
|
+
onClick: o,
|
|
5922
|
+
viewBox: "0 0 24 24",
|
|
5923
|
+
fill: "none",
|
|
5924
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5925
|
+
children: [
|
|
5926
|
+
/* @__PURE__ */ n(
|
|
5927
|
+
"path",
|
|
5928
|
+
{
|
|
5929
|
+
d: "M12 21V12M12 12L15 15.333M12 12L9 15.333",
|
|
5930
|
+
stroke: t,
|
|
5931
|
+
strokeWidth: "1.5",
|
|
5932
|
+
strokeLinecap: "round",
|
|
5933
|
+
strokeLinejoin: "round"
|
|
5934
|
+
}
|
|
5935
|
+
),
|
|
5936
|
+
/* @__PURE__ */ n(
|
|
5937
|
+
"path",
|
|
5938
|
+
{
|
|
5939
|
+
d: "M20.5 7V13C20.5 16.771 20.5 18.657 19.328 19.828C18.156 20.999 16.271 21 12.5 21H11.5C7.729 21 5.843 21 4.672 19.828C3.501 18.656 3.5 16.771 3.5 13V7",
|
|
5940
|
+
stroke: t,
|
|
5941
|
+
strokeWidth: "1.5",
|
|
5942
|
+
strokeLinecap: "round"
|
|
5943
|
+
}
|
|
5944
|
+
),
|
|
5945
|
+
/* @__PURE__ */ n(
|
|
5946
|
+
"path",
|
|
5947
|
+
{
|
|
5948
|
+
d: "M2 5C2 4.057 2 3.586 2.293 3.293C2.586 3 3.057 3 4 3H20C20.943 3 21.414 3 21.707 3.293C22 3.586 22 4.057 22 5C22 5.943 22 6.414 21.707 6.707C21.414 7 20.943 7 20 7H4C3.057 7 2.586 7 2.293 6.707C2 6.414 2 5.943 2 5Z",
|
|
5949
|
+
stroke: t,
|
|
5950
|
+
strokeWidth: "1.5"
|
|
5951
|
+
}
|
|
5952
|
+
)
|
|
5953
|
+
]
|
|
5954
|
+
}
|
|
5955
|
+
), q0 = ({
|
|
5690
5956
|
width: s = 20,
|
|
5691
5957
|
height: e = 20,
|
|
5692
5958
|
color: t = c.GREY_DARK_5,
|
|
@@ -5733,7 +5999,7 @@ const P2 = (s, e) => {
|
|
|
5733
5999
|
)
|
|
5734
6000
|
]
|
|
5735
6001
|
}
|
|
5736
|
-
),
|
|
6002
|
+
), X0 = ({
|
|
5737
6003
|
width: s = 20,
|
|
5738
6004
|
height: e = 20,
|
|
5739
6005
|
color: t = c.GREY_DARK_5,
|
|
@@ -5757,7 +6023,7 @@ const P2 = (s, e) => {
|
|
|
5757
6023
|
}
|
|
5758
6024
|
)
|
|
5759
6025
|
}
|
|
5760
|
-
),
|
|
6026
|
+
), e9 = ({
|
|
5761
6027
|
width: s = 20,
|
|
5762
6028
|
height: e = 20,
|
|
5763
6029
|
color: t = c.GREY_DARK_5,
|
|
@@ -5781,7 +6047,7 @@ const P2 = (s, e) => {
|
|
|
5781
6047
|
}
|
|
5782
6048
|
)
|
|
5783
6049
|
}
|
|
5784
|
-
),
|
|
6050
|
+
), t9 = ({
|
|
5785
6051
|
width: s = 20,
|
|
5786
6052
|
height: e = 20,
|
|
5787
6053
|
color: t = c.GREY_DARK_5,
|
|
@@ -5805,7 +6071,7 @@ const P2 = (s, e) => {
|
|
|
5805
6071
|
}
|
|
5806
6072
|
)
|
|
5807
6073
|
}
|
|
5808
|
-
),
|
|
6074
|
+
), i9 = ({
|
|
5809
6075
|
width: s = 20,
|
|
5810
6076
|
height: e = 20,
|
|
5811
6077
|
color: t = c.GREY_DARK_5,
|
|
@@ -5866,7 +6132,7 @@ const P2 = (s, e) => {
|
|
|
5866
6132
|
)
|
|
5867
6133
|
]
|
|
5868
6134
|
}
|
|
5869
|
-
),
|
|
6135
|
+
), s9 = ({
|
|
5870
6136
|
width: s = 20,
|
|
5871
6137
|
height: e = 20,
|
|
5872
6138
|
color: t = c.GREY_DARK_5,
|
|
@@ -5913,7 +6179,7 @@ const P2 = (s, e) => {
|
|
|
5913
6179
|
)
|
|
5914
6180
|
]
|
|
5915
6181
|
}
|
|
5916
|
-
),
|
|
6182
|
+
), o9 = ({
|
|
5917
6183
|
width: s = 20,
|
|
5918
6184
|
height: e = 20,
|
|
5919
6185
|
color: t = c.GREY_DARK_5,
|
|
@@ -5953,7 +6219,7 @@ const P2 = (s, e) => {
|
|
|
5953
6219
|
)
|
|
5954
6220
|
]
|
|
5955
6221
|
}
|
|
5956
|
-
),
|
|
6222
|
+
), n9 = ({
|
|
5957
6223
|
width: s = 20,
|
|
5958
6224
|
height: e = 20,
|
|
5959
6225
|
color: t = c.GREY_DARK_5,
|
|
@@ -5993,7 +6259,7 @@ const P2 = (s, e) => {
|
|
|
5993
6259
|
)
|
|
5994
6260
|
]
|
|
5995
6261
|
}
|
|
5996
|
-
),
|
|
6262
|
+
), l9 = ({
|
|
5997
6263
|
width: s = 20,
|
|
5998
6264
|
height: e = 20,
|
|
5999
6265
|
color: t = c.GREY_DARK_5,
|
|
@@ -6040,7 +6306,7 @@ const P2 = (s, e) => {
|
|
|
6040
6306
|
)
|
|
6041
6307
|
]
|
|
6042
6308
|
}
|
|
6043
|
-
),
|
|
6309
|
+
), r9 = ({
|
|
6044
6310
|
width: s = 20,
|
|
6045
6311
|
height: e = 20,
|
|
6046
6312
|
color: t = c.GREY_DARK_5,
|
|
@@ -6087,7 +6353,7 @@ const P2 = (s, e) => {
|
|
|
6087
6353
|
)
|
|
6088
6354
|
]
|
|
6089
6355
|
}
|
|
6090
|
-
),
|
|
6356
|
+
), a9 = ({
|
|
6091
6357
|
width: s = 20,
|
|
6092
6358
|
height: e = 20,
|
|
6093
6359
|
color: t = c.GREY_DARK_5,
|
|
@@ -6134,7 +6400,7 @@ const P2 = (s, e) => {
|
|
|
6134
6400
|
)
|
|
6135
6401
|
]
|
|
6136
6402
|
}
|
|
6137
|
-
),
|
|
6403
|
+
), h9 = ({
|
|
6138
6404
|
width: s = 20,
|
|
6139
6405
|
height: e = 20,
|
|
6140
6406
|
color: t = c.GREY_DARK_5,
|
|
@@ -6174,7 +6440,7 @@ const P2 = (s, e) => {
|
|
|
6174
6440
|
)
|
|
6175
6441
|
]
|
|
6176
6442
|
}
|
|
6177
|
-
),
|
|
6443
|
+
), c9 = ({
|
|
6178
6444
|
width: s = 20,
|
|
6179
6445
|
height: e = 20,
|
|
6180
6446
|
color: t = c.GREY_DARK_5,
|
|
@@ -6207,7 +6473,7 @@ const P2 = (s, e) => {
|
|
|
6207
6473
|
)
|
|
6208
6474
|
]
|
|
6209
6475
|
}
|
|
6210
|
-
),
|
|
6476
|
+
), C9 = ({
|
|
6211
6477
|
width: s = 20,
|
|
6212
6478
|
height: e = 20,
|
|
6213
6479
|
color: t = c.GREY_DARK_5,
|
|
@@ -6240,7 +6506,7 @@ const P2 = (s, e) => {
|
|
|
6240
6506
|
)
|
|
6241
6507
|
]
|
|
6242
6508
|
}
|
|
6243
|
-
),
|
|
6509
|
+
), d9 = ({
|
|
6244
6510
|
width: s = 20,
|
|
6245
6511
|
height: e = 20,
|
|
6246
6512
|
color: t = c.GREY_DARK_5,
|
|
@@ -6273,7 +6539,7 @@ const P2 = (s, e) => {
|
|
|
6273
6539
|
)
|
|
6274
6540
|
]
|
|
6275
6541
|
}
|
|
6276
|
-
),
|
|
6542
|
+
), g9 = ({
|
|
6277
6543
|
width: s = 20,
|
|
6278
6544
|
height: e = 20,
|
|
6279
6545
|
color: t = c.GREY_DARK_5,
|
|
@@ -6306,7 +6572,7 @@ const P2 = (s, e) => {
|
|
|
6306
6572
|
)
|
|
6307
6573
|
]
|
|
6308
6574
|
}
|
|
6309
|
-
),
|
|
6575
|
+
), w9 = ({
|
|
6310
6576
|
width: s = 20,
|
|
6311
6577
|
height: e = 20,
|
|
6312
6578
|
color: t = c.GREY_DARK_5,
|
|
@@ -6346,7 +6612,7 @@ const P2 = (s, e) => {
|
|
|
6346
6612
|
)
|
|
6347
6613
|
]
|
|
6348
6614
|
}
|
|
6349
|
-
),
|
|
6615
|
+
), u9 = ({
|
|
6350
6616
|
width: s = 20,
|
|
6351
6617
|
height: e = 20,
|
|
6352
6618
|
color: t = c.GREY_DARK_5,
|
|
@@ -6379,7 +6645,7 @@ const P2 = (s, e) => {
|
|
|
6379
6645
|
)
|
|
6380
6646
|
]
|
|
6381
6647
|
}
|
|
6382
|
-
),
|
|
6648
|
+
), p9 = ({
|
|
6383
6649
|
width: s = 20,
|
|
6384
6650
|
height: e = 20,
|
|
6385
6651
|
color: t = c.GREY_DARK_5,
|
|
@@ -6412,7 +6678,7 @@ const P2 = (s, e) => {
|
|
|
6412
6678
|
)
|
|
6413
6679
|
]
|
|
6414
6680
|
}
|
|
6415
|
-
),
|
|
6681
|
+
), L9 = ({
|
|
6416
6682
|
width: s = 20,
|
|
6417
6683
|
height: e = 20,
|
|
6418
6684
|
color: t = "#070739",
|
|
@@ -6442,7 +6708,7 @@ const P2 = (s, e) => {
|
|
|
6442
6708
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6443
6709
|
]
|
|
6444
6710
|
}
|
|
6445
|
-
),
|
|
6711
|
+
), f9 = ({
|
|
6446
6712
|
width: s = 20,
|
|
6447
6713
|
height: e = 20,
|
|
6448
6714
|
color: t = "#070739",
|
|
@@ -6480,7 +6746,7 @@ const P2 = (s, e) => {
|
|
|
6480
6746
|
)
|
|
6481
6747
|
]
|
|
6482
6748
|
}
|
|
6483
|
-
),
|
|
6749
|
+
), m9 = ({
|
|
6484
6750
|
width: s = 9,
|
|
6485
6751
|
height: e = 5,
|
|
6486
6752
|
color: t = "#001E52",
|
|
@@ -6506,7 +6772,7 @@ const P2 = (s, e) => {
|
|
|
6506
6772
|
}
|
|
6507
6773
|
)
|
|
6508
6774
|
}
|
|
6509
|
-
),
|
|
6775
|
+
), k9 = ({
|
|
6510
6776
|
width: s = 20,
|
|
6511
6777
|
height: e = 20,
|
|
6512
6778
|
color: t = "#F2F2F7",
|
|
@@ -6535,7 +6801,7 @@ const P2 = (s, e) => {
|
|
|
6535
6801
|
)
|
|
6536
6802
|
]
|
|
6537
6803
|
}
|
|
6538
|
-
),
|
|
6804
|
+
), v9 = ({
|
|
6539
6805
|
width: s = 20,
|
|
6540
6806
|
height: e = 20,
|
|
6541
6807
|
color: t = "#004ED7",
|
|
@@ -6564,7 +6830,7 @@ const P2 = (s, e) => {
|
|
|
6564
6830
|
)
|
|
6565
6831
|
]
|
|
6566
6832
|
}
|
|
6567
|
-
),
|
|
6833
|
+
), N9 = ({
|
|
6568
6834
|
width: s = 10,
|
|
6569
6835
|
height: e = 10,
|
|
6570
6836
|
color: t = "#001E52",
|
|
@@ -6593,7 +6859,7 @@ const P2 = (s, e) => {
|
|
|
6593
6859
|
)
|
|
6594
6860
|
]
|
|
6595
6861
|
}
|
|
6596
|
-
),
|
|
6862
|
+
), x9 = ({
|
|
6597
6863
|
width: s = 10,
|
|
6598
6864
|
height: e = 10,
|
|
6599
6865
|
color: t = "#001E52",
|
|
@@ -6630,7 +6896,7 @@ const P2 = (s, e) => {
|
|
|
6630
6896
|
)
|
|
6631
6897
|
]
|
|
6632
6898
|
}
|
|
6633
|
-
),
|
|
6899
|
+
), M9 = ({
|
|
6634
6900
|
className: s,
|
|
6635
6901
|
color: e = c.GREY_DARK_5,
|
|
6636
6902
|
height: t = 20,
|
|
@@ -6663,7 +6929,7 @@ const P2 = (s, e) => {
|
|
|
6663
6929
|
)
|
|
6664
6930
|
]
|
|
6665
6931
|
}
|
|
6666
|
-
),
|
|
6932
|
+
), R9 = ({
|
|
6667
6933
|
className: s,
|
|
6668
6934
|
color: e = c.GREY_DARK_5,
|
|
6669
6935
|
height: t = 20,
|
|
@@ -6690,7 +6956,7 @@ const P2 = (s, e) => {
|
|
|
6690
6956
|
}
|
|
6691
6957
|
)
|
|
6692
6958
|
}
|
|
6693
|
-
),
|
|
6959
|
+
), V9 = ({
|
|
6694
6960
|
className: s,
|
|
6695
6961
|
color: e = c.GREY_DARK_5,
|
|
6696
6962
|
height: t = 20,
|
|
@@ -6717,7 +6983,7 @@ const P2 = (s, e) => {
|
|
|
6717
6983
|
}
|
|
6718
6984
|
)
|
|
6719
6985
|
}
|
|
6720
|
-
),
|
|
6986
|
+
), Z9 = ({
|
|
6721
6987
|
className: s,
|
|
6722
6988
|
color: e = c.GREY_DARK_5,
|
|
6723
6989
|
height: t = 5,
|
|
@@ -6741,7 +7007,7 @@ const P2 = (s, e) => {
|
|
|
6741
7007
|
}
|
|
6742
7008
|
)
|
|
6743
7009
|
}
|
|
6744
|
-
),
|
|
7010
|
+
), H9 = ({
|
|
6745
7011
|
className: s,
|
|
6746
7012
|
color: e = c.GREY_DARK_5,
|
|
6747
7013
|
height: t = 5,
|
|
@@ -6766,7 +7032,7 @@ const P2 = (s, e) => {
|
|
|
6766
7032
|
}
|
|
6767
7033
|
)
|
|
6768
7034
|
}
|
|
6769
|
-
),
|
|
7035
|
+
), _9 = ({
|
|
6770
7036
|
className: s,
|
|
6771
7037
|
color: e = c.GREY_DARK_5,
|
|
6772
7038
|
height: t = 20,
|
|
@@ -6799,7 +7065,7 @@ const P2 = (s, e) => {
|
|
|
6799
7065
|
)
|
|
6800
7066
|
]
|
|
6801
7067
|
}
|
|
6802
|
-
),
|
|
7068
|
+
), b9 = ({
|
|
6803
7069
|
className: s,
|
|
6804
7070
|
color: e = c.GREY_DARK_5,
|
|
6805
7071
|
height: t = 24,
|
|
@@ -6838,7 +7104,7 @@ const P2 = (s, e) => {
|
|
|
6838
7104
|
)
|
|
6839
7105
|
]
|
|
6840
7106
|
}
|
|
6841
|
-
),
|
|
7107
|
+
), y9 = ({
|
|
6842
7108
|
className: s,
|
|
6843
7109
|
color: e = c.GREY_DARK_5,
|
|
6844
7110
|
height: t = 24,
|
|
@@ -6865,7 +7131,7 @@ const P2 = (s, e) => {
|
|
|
6865
7131
|
}
|
|
6866
7132
|
)
|
|
6867
7133
|
}
|
|
6868
|
-
),
|
|
7134
|
+
), E9 = ({
|
|
6869
7135
|
className: s,
|
|
6870
7136
|
color: e = c.GREY_DARK_5,
|
|
6871
7137
|
height: t = 24,
|
|
@@ -6924,7 +7190,7 @@ const P2 = (s, e) => {
|
|
|
6924
7190
|
)
|
|
6925
7191
|
]
|
|
6926
7192
|
}
|
|
6927
|
-
),
|
|
7193
|
+
), A9 = ({
|
|
6928
7194
|
className: s,
|
|
6929
7195
|
color: e = c.GREY_DARK_5,
|
|
6930
7196
|
height: t = 24,
|
|
@@ -6961,7 +7227,7 @@ const P2 = (s, e) => {
|
|
|
6961
7227
|
)
|
|
6962
7228
|
]
|
|
6963
7229
|
}
|
|
6964
|
-
),
|
|
7230
|
+
), D9 = ({
|
|
6965
7231
|
className: s,
|
|
6966
7232
|
color: e = c.GREY_DARK_3,
|
|
6967
7233
|
height: t = 14,
|
|
@@ -6998,7 +7264,7 @@ const P2 = (s, e) => {
|
|
|
6998
7264
|
)
|
|
6999
7265
|
]
|
|
7000
7266
|
}
|
|
7001
|
-
),
|
|
7267
|
+
), K9 = ({
|
|
7002
7268
|
className: s,
|
|
7003
7269
|
color: e = c.GREY_DARK_5,
|
|
7004
7270
|
height: t = 18,
|
|
@@ -7025,7 +7291,7 @@ const P2 = (s, e) => {
|
|
|
7025
7291
|
}
|
|
7026
7292
|
)
|
|
7027
7293
|
}
|
|
7028
|
-
),
|
|
7294
|
+
), B9 = ({
|
|
7029
7295
|
className: s,
|
|
7030
7296
|
color: e = c.GREY_DARK_5,
|
|
7031
7297
|
height: t = 24,
|
|
@@ -7077,7 +7343,7 @@ const P2 = (s, e) => {
|
|
|
7077
7343
|
)
|
|
7078
7344
|
]
|
|
7079
7345
|
}
|
|
7080
|
-
),
|
|
7346
|
+
), G9 = ({
|
|
7081
7347
|
className: s,
|
|
7082
7348
|
color: e = c.GREY_DARK_5,
|
|
7083
7349
|
height: t = 24,
|
|
@@ -7114,7 +7380,7 @@ const P2 = (s, e) => {
|
|
|
7114
7380
|
)
|
|
7115
7381
|
]
|
|
7116
7382
|
}
|
|
7117
|
-
),
|
|
7383
|
+
), S9 = ({
|
|
7118
7384
|
className: s,
|
|
7119
7385
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
7120
7386
|
height: t = 37,
|
|
@@ -7153,7 +7419,7 @@ const P2 = (s, e) => {
|
|
|
7153
7419
|
)
|
|
7154
7420
|
]
|
|
7155
7421
|
}
|
|
7156
|
-
),
|
|
7422
|
+
), Y9 = ({
|
|
7157
7423
|
className: s,
|
|
7158
7424
|
color: e = c.GREY_DARK_5,
|
|
7159
7425
|
height: t = 24,
|
|
@@ -7179,7 +7445,7 @@ const P2 = (s, e) => {
|
|
|
7179
7445
|
}
|
|
7180
7446
|
)
|
|
7181
7447
|
}
|
|
7182
|
-
),
|
|
7448
|
+
), I9 = ({
|
|
7183
7449
|
className: s,
|
|
7184
7450
|
color: e = c.GREY_DARK_5,
|
|
7185
7451
|
height: t = 24,
|
|
@@ -7218,7 +7484,7 @@ const P2 = (s, e) => {
|
|
|
7218
7484
|
)
|
|
7219
7485
|
]
|
|
7220
7486
|
}
|
|
7221
|
-
),
|
|
7487
|
+
), O9 = ({
|
|
7222
7488
|
className: s,
|
|
7223
7489
|
color: e = c.GREY_DARK_5,
|
|
7224
7490
|
height: t = 20,
|
|
@@ -7251,7 +7517,7 @@ const P2 = (s, e) => {
|
|
|
7251
7517
|
)
|
|
7252
7518
|
]
|
|
7253
7519
|
}
|
|
7254
|
-
),
|
|
7520
|
+
), j9 = ({
|
|
7255
7521
|
className: s,
|
|
7256
7522
|
color: e = c.GREY_DARK_5,
|
|
7257
7523
|
height: t = 24,
|
|
@@ -7320,7 +7586,7 @@ const P2 = (s, e) => {
|
|
|
7320
7586
|
)
|
|
7321
7587
|
]
|
|
7322
7588
|
}
|
|
7323
|
-
),
|
|
7589
|
+
), W9 = ({
|
|
7324
7590
|
className: s,
|
|
7325
7591
|
color: e = c.GREY_DARK_5,
|
|
7326
7592
|
height: t = 24,
|
|
@@ -7377,7 +7643,7 @@ const P2 = (s, e) => {
|
|
|
7377
7643
|
)
|
|
7378
7644
|
]
|
|
7379
7645
|
}
|
|
7380
|
-
),
|
|
7646
|
+
), $9 = ({
|
|
7381
7647
|
className: s,
|
|
7382
7648
|
color: e = c.GREY_DARK_5,
|
|
7383
7649
|
height: t = 24,
|
|
@@ -7426,7 +7692,7 @@ const P2 = (s, e) => {
|
|
|
7426
7692
|
)
|
|
7427
7693
|
]
|
|
7428
7694
|
}
|
|
7429
|
-
),
|
|
7695
|
+
), T9 = ({
|
|
7430
7696
|
className: s,
|
|
7431
7697
|
color: e = c.GREY_DARK_5,
|
|
7432
7698
|
height: t = 24,
|
|
@@ -7453,7 +7719,7 @@ const P2 = (s, e) => {
|
|
|
7453
7719
|
}
|
|
7454
7720
|
)
|
|
7455
7721
|
}
|
|
7456
|
-
),
|
|
7722
|
+
), P9 = ({
|
|
7457
7723
|
className: s,
|
|
7458
7724
|
color: e = c.GREY_DARK_5,
|
|
7459
7725
|
height: t = 20,
|
|
@@ -7482,7 +7748,7 @@ const P2 = (s, e) => {
|
|
|
7482
7748
|
)
|
|
7483
7749
|
]
|
|
7484
7750
|
}
|
|
7485
|
-
),
|
|
7751
|
+
), F9 = ({
|
|
7486
7752
|
className: s,
|
|
7487
7753
|
color: e = "#001E52",
|
|
7488
7754
|
height: t = 24,
|
|
@@ -7508,7 +7774,7 @@ const P2 = (s, e) => {
|
|
|
7508
7774
|
}
|
|
7509
7775
|
)
|
|
7510
7776
|
}
|
|
7511
|
-
),
|
|
7777
|
+
), U9 = ({
|
|
7512
7778
|
className: s,
|
|
7513
7779
|
color: e = "#001E52",
|
|
7514
7780
|
height: t = 24,
|
|
@@ -7546,7 +7812,7 @@ const P2 = (s, e) => {
|
|
|
7546
7812
|
)
|
|
7547
7813
|
] }) })
|
|
7548
7814
|
}
|
|
7549
|
-
),
|
|
7815
|
+
), z9 = ({
|
|
7550
7816
|
width: s = 20,
|
|
7551
7817
|
height: e = 20,
|
|
7552
7818
|
color: t = c.GREY_DARK_5,
|
|
@@ -7570,7 +7836,7 @@ const P2 = (s, e) => {
|
|
|
7570
7836
|
}
|
|
7571
7837
|
)
|
|
7572
7838
|
}
|
|
7573
|
-
),
|
|
7839
|
+
), J9 = ({
|
|
7574
7840
|
width: s = 24,
|
|
7575
7841
|
height: e = 24,
|
|
7576
7842
|
color: t = "#131314",
|
|
@@ -7603,7 +7869,7 @@ const P2 = (s, e) => {
|
|
|
7603
7869
|
)
|
|
7604
7870
|
]
|
|
7605
7871
|
}
|
|
7606
|
-
),
|
|
7872
|
+
), Q9 = ({
|
|
7607
7873
|
width: s = 20,
|
|
7608
7874
|
height: e = 20,
|
|
7609
7875
|
color: t = c.GREY_DARK_5,
|
|
@@ -7636,7 +7902,7 @@ const P2 = (s, e) => {
|
|
|
7636
7902
|
)
|
|
7637
7903
|
]
|
|
7638
7904
|
}
|
|
7639
|
-
),
|
|
7905
|
+
), q9 = ({
|
|
7640
7906
|
width: s = 24,
|
|
7641
7907
|
height: e = 24,
|
|
7642
7908
|
color: t = c.GREY_DARK_2,
|
|
@@ -7676,7 +7942,7 @@ const P2 = (s, e) => {
|
|
|
7676
7942
|
)
|
|
7677
7943
|
]
|
|
7678
7944
|
}
|
|
7679
|
-
),
|
|
7945
|
+
), X9 = ({
|
|
7680
7946
|
width: s = 24,
|
|
7681
7947
|
height: e = 24,
|
|
7682
7948
|
color: t = c.GREY_DARK_2,
|
|
@@ -7703,7 +7969,7 @@ const P2 = (s, e) => {
|
|
|
7703
7969
|
}
|
|
7704
7970
|
)
|
|
7705
7971
|
}
|
|
7706
|
-
),
|
|
7972
|
+
), e4 = ({
|
|
7707
7973
|
width: s = 24,
|
|
7708
7974
|
height: e = 24,
|
|
7709
7975
|
color: t = c.GREY_DARK_2,
|
|
@@ -7730,7 +7996,7 @@ const P2 = (s, e) => {
|
|
|
7730
7996
|
}
|
|
7731
7997
|
)
|
|
7732
7998
|
}
|
|
7733
|
-
),
|
|
7999
|
+
), t4 = ({
|
|
7734
8000
|
width: s = 20,
|
|
7735
8001
|
height: e = 20,
|
|
7736
8002
|
color: t = c.GREY_DARK_5,
|
|
@@ -7767,35 +8033,39 @@ const P2 = (s, e) => {
|
|
|
7767
8033
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
7768
8034
|
switch (s) {
|
|
7769
8035
|
case "nextIcon":
|
|
7770
|
-
return
|
|
8036
|
+
return R9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7771
8037
|
case "prevIcon":
|
|
7772
|
-
return
|
|
8038
|
+
return V9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7773
8039
|
case "arrowDown":
|
|
7774
|
-
return
|
|
8040
|
+
return W0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7775
8041
|
case "info":
|
|
7776
|
-
return
|
|
8042
|
+
return $0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7777
8043
|
case "arrowRight":
|
|
7778
|
-
return
|
|
8044
|
+
return T0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
8045
|
+
case "archive":
|
|
8046
|
+
return J0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
8047
|
+
case "unarchive":
|
|
8048
|
+
return Q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7779
8049
|
case "calendar":
|
|
7780
|
-
return
|
|
8050
|
+
return q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7781
8051
|
case "check":
|
|
7782
|
-
return
|
|
8052
|
+
return X0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7783
8053
|
case "cancel":
|
|
7784
|
-
return
|
|
8054
|
+
return e9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7785
8055
|
case "add":
|
|
7786
|
-
return
|
|
8056
|
+
return t9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7787
8057
|
case "list":
|
|
7788
|
-
return
|
|
8058
|
+
return i9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7789
8059
|
case "dragAndDrop":
|
|
7790
|
-
return
|
|
8060
|
+
return s9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7791
8061
|
case "filter":
|
|
7792
|
-
return
|
|
8062
|
+
return o9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7793
8063
|
case "attention":
|
|
7794
|
-
return
|
|
8064
|
+
return n9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7795
8065
|
case "users":
|
|
7796
|
-
return
|
|
8066
|
+
return l9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7797
8067
|
case "mySkillsMatrix":
|
|
7798
|
-
return
|
|
8068
|
+
return r9({
|
|
7799
8069
|
width: e,
|
|
7800
8070
|
height: t,
|
|
7801
8071
|
color: r,
|
|
@@ -7803,9 +8073,9 @@ const P2 = (s, e) => {
|
|
|
7803
8073
|
onClick: l
|
|
7804
8074
|
});
|
|
7805
8075
|
case "skills":
|
|
7806
|
-
return
|
|
8076
|
+
return a9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7807
8077
|
case "skillsMatrices":
|
|
7808
|
-
return
|
|
8078
|
+
return h9({
|
|
7809
8079
|
width: e,
|
|
7810
8080
|
height: t,
|
|
7811
8081
|
color: r,
|
|
@@ -7813,21 +8083,21 @@ const P2 = (s, e) => {
|
|
|
7813
8083
|
onClick: l
|
|
7814
8084
|
});
|
|
7815
8085
|
case "history":
|
|
7816
|
-
return
|
|
8086
|
+
return c9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7817
8087
|
case "logOut":
|
|
7818
|
-
return
|
|
8088
|
+
return C9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7819
8089
|
case "settings":
|
|
7820
|
-
return
|
|
8090
|
+
return d9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7821
8091
|
case "trash":
|
|
7822
|
-
return
|
|
8092
|
+
return g9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7823
8093
|
case "settings2":
|
|
7824
|
-
return
|
|
8094
|
+
return w9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7825
8095
|
case "checkCircle":
|
|
7826
|
-
return
|
|
8096
|
+
return u9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7827
8097
|
case "cancelCircle":
|
|
7828
|
-
return
|
|
8098
|
+
return p9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7829
8099
|
case "visibilityIcon":
|
|
7830
|
-
return
|
|
8100
|
+
return L9({
|
|
7831
8101
|
width: e,
|
|
7832
8102
|
height: t,
|
|
7833
8103
|
color: r,
|
|
@@ -7835,7 +8105,7 @@ const P2 = (s, e) => {
|
|
|
7835
8105
|
onClick: l
|
|
7836
8106
|
});
|
|
7837
8107
|
case "visibilityOffIcon":
|
|
7838
|
-
return
|
|
8108
|
+
return f9({
|
|
7839
8109
|
width: e,
|
|
7840
8110
|
height: t,
|
|
7841
8111
|
color: r,
|
|
@@ -7843,7 +8113,7 @@ const P2 = (s, e) => {
|
|
|
7843
8113
|
onClick: l
|
|
7844
8114
|
});
|
|
7845
8115
|
case "selectArrowIcon":
|
|
7846
|
-
return
|
|
8116
|
+
return m9({
|
|
7847
8117
|
width: e,
|
|
7848
8118
|
height: t,
|
|
7849
8119
|
color: r,
|
|
@@ -7851,7 +8121,7 @@ const P2 = (s, e) => {
|
|
|
7851
8121
|
onClick: l
|
|
7852
8122
|
});
|
|
7853
8123
|
case "expandArrowIcon":
|
|
7854
|
-
return
|
|
8124
|
+
return k9({
|
|
7855
8125
|
width: e,
|
|
7856
8126
|
height: t,
|
|
7857
8127
|
color: r,
|
|
@@ -7859,7 +8129,7 @@ const P2 = (s, e) => {
|
|
|
7859
8129
|
onClick: l
|
|
7860
8130
|
});
|
|
7861
8131
|
case "expandActiveArrowIcon":
|
|
7862
|
-
return
|
|
8132
|
+
return v9({
|
|
7863
8133
|
width: e,
|
|
7864
8134
|
height: t,
|
|
7865
8135
|
color: r,
|
|
@@ -7867,82 +8137,82 @@ const P2 = (s, e) => {
|
|
|
7867
8137
|
onClick: l
|
|
7868
8138
|
});
|
|
7869
8139
|
case "sortUp":
|
|
7870
|
-
return
|
|
8140
|
+
return N9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7871
8141
|
case "sortDown":
|
|
7872
|
-
return
|
|
8142
|
+
return x9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7873
8143
|
case "search":
|
|
7874
|
-
return
|
|
8144
|
+
return M9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7875
8145
|
case "arrowUpFilled":
|
|
7876
|
-
return
|
|
8146
|
+
return H9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7877
8147
|
case "arrowDownFilled":
|
|
7878
|
-
return
|
|
8148
|
+
return Z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7879
8149
|
case "arrow2Up":
|
|
7880
|
-
return
|
|
8150
|
+
return P0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7881
8151
|
case "arrow2Right":
|
|
7882
|
-
return
|
|
8152
|
+
return F0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7883
8153
|
case "arrow2Down":
|
|
7884
|
-
return
|
|
8154
|
+
return U0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7885
8155
|
case "arrow2Left":
|
|
7886
|
-
return
|
|
8156
|
+
return z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7887
8157
|
case "link":
|
|
7888
|
-
return
|
|
8158
|
+
return _9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7889
8159
|
case "telegram":
|
|
7890
|
-
return
|
|
8160
|
+
return y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7891
8161
|
case "mail":
|
|
7892
|
-
return
|
|
8162
|
+
return A9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7893
8163
|
case "github":
|
|
7894
|
-
return
|
|
8164
|
+
return b9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7895
8165
|
case "linkedIn":
|
|
7896
|
-
return
|
|
8166
|
+
return E9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7897
8167
|
case "emptyStateIcon":
|
|
7898
|
-
return
|
|
8168
|
+
return D9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7899
8169
|
case "filtersIcon":
|
|
7900
|
-
return
|
|
8170
|
+
return K9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7901
8171
|
case "dotMenuIcon":
|
|
7902
|
-
return
|
|
8172
|
+
return B9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7903
8173
|
case "plusCircle":
|
|
7904
|
-
return
|
|
8174
|
+
return G9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7905
8175
|
case "warning":
|
|
7906
|
-
return
|
|
8176
|
+
return S9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7907
8177
|
case "back":
|
|
7908
|
-
return
|
|
8178
|
+
return Y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7909
8179
|
case "bell":
|
|
7910
|
-
return
|
|
8180
|
+
return I9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7911
8181
|
case "copy":
|
|
7912
|
-
return
|
|
8182
|
+
return O9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7913
8183
|
case "contract":
|
|
7914
|
-
return
|
|
8184
|
+
return j9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7915
8185
|
case "resourceManager":
|
|
7916
|
-
return
|
|
8186
|
+
return W9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7917
8187
|
case "image":
|
|
7918
|
-
return
|
|
8188
|
+
return $9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7919
8189
|
case "edit":
|
|
7920
|
-
return
|
|
8190
|
+
return T9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7921
8191
|
case "filledArrowRight":
|
|
7922
|
-
return
|
|
8192
|
+
return P9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7923
8193
|
case "burgerMenu":
|
|
7924
|
-
return
|
|
8194
|
+
return F9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7925
8195
|
case "refresh":
|
|
7926
|
-
return
|
|
8196
|
+
return U9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7927
8197
|
case "projects":
|
|
7928
|
-
return
|
|
8198
|
+
return z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7929
8199
|
case "user":
|
|
7930
|
-
return
|
|
8200
|
+
return Q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7931
8201
|
case "exit":
|
|
7932
|
-
return
|
|
8202
|
+
return J9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7933
8203
|
case "openPointCircle":
|
|
7934
|
-
return
|
|
8204
|
+
return q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7935
8205
|
case "community":
|
|
7936
|
-
return
|
|
8206
|
+
return X9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7937
8207
|
case "docs":
|
|
7938
|
-
return
|
|
8208
|
+
return e4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7939
8209
|
case "unpaidLeave":
|
|
7940
|
-
return
|
|
8210
|
+
return t4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7941
8211
|
default:
|
|
7942
8212
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
7943
8213
|
}
|
|
7944
8214
|
})() });
|
|
7945
|
-
},
|
|
8215
|
+
}, i4 = ({
|
|
7946
8216
|
text: s,
|
|
7947
8217
|
color: e = "cyan",
|
|
7948
8218
|
size: t = "medium",
|
|
@@ -7968,7 +8238,7 @@ const P2 = (s, e) => {
|
|
|
7968
8238
|
children: /* @__PURE__ */ n(o2, { variant: o, color: c.GREY_DARK_4, children: s })
|
|
7969
8239
|
}
|
|
7970
8240
|
);
|
|
7971
|
-
},
|
|
8241
|
+
}, s4 = ({
|
|
7972
8242
|
text: s,
|
|
7973
8243
|
status: e,
|
|
7974
8244
|
withIcon: t = !1,
|
|
@@ -8017,8 +8287,8 @@ const P2 = (s, e) => {
|
|
|
8017
8287
|
]
|
|
8018
8288
|
}
|
|
8019
8289
|
);
|
|
8020
|
-
}, n2 = (s) => s.variant === "status" ? /* @__PURE__ */ n(
|
|
8021
|
-
var
|
|
8290
|
+
}, n2 = (s) => s.variant === "status" ? /* @__PURE__ */ n(s4, { ...s }) : /* @__PURE__ */ n(i4, { ...s });
|
|
8291
|
+
var o4 = { exports: {} };
|
|
8022
8292
|
(function(s, e) {
|
|
8023
8293
|
(function(t, i) {
|
|
8024
8294
|
s.exports = i();
|
|
@@ -8028,8 +8298,8 @@ var q9 = { exports: {} };
|
|
|
8028
8298
|
return "[" + t + (i[(o - 20) % 10] || i[o] || i[0]) + "]";
|
|
8029
8299
|
} };
|
|
8030
8300
|
});
|
|
8031
|
-
})(
|
|
8032
|
-
const
|
|
8301
|
+
})(o4);
|
|
8302
|
+
const n4 = ({
|
|
8033
8303
|
values: s,
|
|
8034
8304
|
onTagClose: e,
|
|
8035
8305
|
maxWidth: t,
|
|
@@ -8044,37 +8314,37 @@ const X9 = ({
|
|
|
8044
8314
|
s.length || p(!1);
|
|
8045
8315
|
}, [s]), !s.length)
|
|
8046
8316
|
return null;
|
|
8047
|
-
const
|
|
8048
|
-
var
|
|
8049
|
-
return ((
|
|
8317
|
+
const w = (u) => {
|
|
8318
|
+
var L, f;
|
|
8319
|
+
return ((L = h == null ? void 0 : h.find((M) => M.value === u)) == null ? void 0 : L.label) || ((f = C == null ? void 0 : C.find((M) => M.value === u)) == null ? void 0 : f.label) || u;
|
|
8050
8320
|
};
|
|
8051
8321
|
return /* @__PURE__ */ g(
|
|
8052
|
-
|
|
8322
|
+
Y0,
|
|
8053
8323
|
{
|
|
8054
8324
|
content: (
|
|
8055
8325
|
// 90: paddings + margins + gaps and so on
|
|
8056
|
-
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(h1, { gap: 6, flexWrap: "wrap", children: s.map(({ value:
|
|
8057
|
-
const
|
|
8058
|
-
(
|
|
8326
|
+
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(h1, { gap: 6, flexWrap: "wrap", children: s.map(({ value: u }) => {
|
|
8327
|
+
const L = d === "badge" && h.find(
|
|
8328
|
+
(f) => f.label === w(u)
|
|
8059
8329
|
);
|
|
8060
8330
|
return d === "badge" ? /* @__PURE__ */ n(
|
|
8061
8331
|
n2,
|
|
8062
8332
|
{
|
|
8063
8333
|
variant: "regular",
|
|
8064
8334
|
size: "small",
|
|
8065
|
-
color:
|
|
8066
|
-
text: u
|
|
8335
|
+
color: L ? L.color : void 0,
|
|
8336
|
+
text: w(u)
|
|
8067
8337
|
},
|
|
8068
|
-
|
|
8338
|
+
u
|
|
8069
8339
|
) : /* @__PURE__ */ n(
|
|
8070
8340
|
s2,
|
|
8071
8341
|
{
|
|
8072
|
-
onClose: () => e(
|
|
8342
|
+
onClose: () => e(u),
|
|
8073
8343
|
closable: i,
|
|
8074
8344
|
disabled: o,
|
|
8075
|
-
children: u
|
|
8345
|
+
children: w(u)
|
|
8076
8346
|
},
|
|
8077
|
-
|
|
8347
|
+
u
|
|
8078
8348
|
);
|
|
8079
8349
|
}) }) })
|
|
8080
8350
|
),
|
|
@@ -8088,19 +8358,19 @@ const X9 = ({
|
|
|
8088
8358
|
]
|
|
8089
8359
|
}
|
|
8090
8360
|
);
|
|
8091
|
-
},
|
|
8361
|
+
}, l4 = {
|
|
8092
8362
|
small: 20,
|
|
8093
8363
|
medium: 28,
|
|
8094
8364
|
large: 48
|
|
8095
8365
|
}, Y1 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
8096
|
-
const t =
|
|
8366
|
+
const t = l4[s], i = `no-repeat linear-gradient(${e}
|
|
8097
8367
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, o = {
|
|
8098
8368
|
width: t,
|
|
8099
8369
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
8100
8370
|
backgroundSize: "20% calc(200% + 20px)"
|
|
8101
8371
|
};
|
|
8102
8372
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: o });
|
|
8103
|
-
},
|
|
8373
|
+
}, r4 = ({
|
|
8104
8374
|
width: s = 20,
|
|
8105
8375
|
height: e = 20,
|
|
8106
8376
|
color: t = "#001E52",
|
|
@@ -8127,7 +8397,7 @@ const X9 = ({
|
|
|
8127
8397
|
}
|
|
8128
8398
|
)
|
|
8129
8399
|
}
|
|
8130
|
-
),
|
|
8400
|
+
), a4 = ({
|
|
8131
8401
|
width: s = 20,
|
|
8132
8402
|
height: e = 20,
|
|
8133
8403
|
color: t = c.GREY_DARK_5,
|
|
@@ -8167,7 +8437,7 @@ const X9 = ({
|
|
|
8167
8437
|
)
|
|
8168
8438
|
]
|
|
8169
8439
|
}
|
|
8170
|
-
),
|
|
8440
|
+
), h4 = ({
|
|
8171
8441
|
width: s = 20,
|
|
8172
8442
|
height: e = 20,
|
|
8173
8443
|
color: t = "#001E52",
|
|
@@ -8202,7 +8472,7 @@ const X9 = ({
|
|
|
8202
8472
|
)
|
|
8203
8473
|
]
|
|
8204
8474
|
}
|
|
8205
|
-
),
|
|
8475
|
+
), c4 = ({
|
|
8206
8476
|
width: s = 20,
|
|
8207
8477
|
height: e = 20,
|
|
8208
8478
|
color: t = c.GREY_DARK_5,
|
|
@@ -8229,7 +8499,7 @@ const X9 = ({
|
|
|
8229
8499
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8230
8500
|
]
|
|
8231
8501
|
}
|
|
8232
|
-
),
|
|
8502
|
+
), C4 = ({
|
|
8233
8503
|
width: s = 20,
|
|
8234
8504
|
height: e = 20,
|
|
8235
8505
|
color: t = c.GREY_DARK_5,
|
|
@@ -8253,7 +8523,7 @@ const X9 = ({
|
|
|
8253
8523
|
}
|
|
8254
8524
|
)
|
|
8255
8525
|
}
|
|
8256
|
-
),
|
|
8526
|
+
), d4 = ({
|
|
8257
8527
|
width: s = 20,
|
|
8258
8528
|
height: e = 20,
|
|
8259
8529
|
color: t = c.GREY_DARK_5,
|
|
@@ -8273,38 +8543,124 @@ const X9 = ({
|
|
|
8273
8543
|
/* @__PURE__ */ n("g", { clipPath: "url(#clip0_1_2039)", children: /* @__PURE__ */ n(
|
|
8274
8544
|
"path",
|
|
8275
8545
|
{
|
|
8276
|
-
d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
|
|
8546
|
+
d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
|
|
8547
|
+
fill: t
|
|
8548
|
+
}
|
|
8549
|
+
) }),
|
|
8550
|
+
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8551
|
+
]
|
|
8552
|
+
}
|
|
8553
|
+
), g4 = ({
|
|
8554
|
+
width: s = 20,
|
|
8555
|
+
height: e = 20,
|
|
8556
|
+
color: t = c.GREY_DARK_5,
|
|
8557
|
+
className: i,
|
|
8558
|
+
onClick: o
|
|
8559
|
+
}) => /* @__PURE__ */ n(
|
|
8560
|
+
"svg",
|
|
8561
|
+
{
|
|
8562
|
+
width: s,
|
|
8563
|
+
height: e,
|
|
8564
|
+
className: i,
|
|
8565
|
+
onClick: o,
|
|
8566
|
+
viewBox: "0 0 25 25",
|
|
8567
|
+
fill: "none",
|
|
8568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8569
|
+
children: /* @__PURE__ */ n(
|
|
8570
|
+
"path",
|
|
8571
|
+
{
|
|
8572
|
+
d: "M14.9697 5.96967C15.2626 5.67678 15.7373 5.67678 16.0302 5.96967C16.3231 6.26256 16.3231 6.73732 16.0302 7.03022L10.5605 12.4999L16.0302 17.9697L16.082 18.0263C16.3223 18.3209 16.3048 18.7556 16.0302 19.0302C15.7556 19.3048 15.3209 19.3223 15.0263 19.082L14.9697 19.0302L8.96967 13.0302C8.67678 12.7373 8.67678 12.2626 8.96967 11.9697L14.9697 5.96967Z",
|
|
8573
|
+
fill: t
|
|
8574
|
+
}
|
|
8575
|
+
)
|
|
8576
|
+
}
|
|
8577
|
+
), w4 = ({
|
|
8578
|
+
width: s = 20,
|
|
8579
|
+
height: e = 20,
|
|
8580
|
+
color: t = c.GREY_DARK_5,
|
|
8581
|
+
className: i,
|
|
8582
|
+
onClick: o
|
|
8583
|
+
}) => /* @__PURE__ */ g(
|
|
8584
|
+
"svg",
|
|
8585
|
+
{
|
|
8586
|
+
width: s,
|
|
8587
|
+
height: e,
|
|
8588
|
+
className: i,
|
|
8589
|
+
onClick: o,
|
|
8590
|
+
viewBox: "0 0 24 24",
|
|
8591
|
+
fill: "none",
|
|
8592
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8593
|
+
children: [
|
|
8594
|
+
/* @__PURE__ */ n(
|
|
8595
|
+
"path",
|
|
8596
|
+
{
|
|
8597
|
+
d: "M2.75 13V7C2.75 6.58579 3.08579 6.25 3.5 6.25C3.91421 6.25 4.25 6.58579 4.25 7V13C4.25 14.9063 4.25235 16.2606 4.39063 17.2881C4.52602 18.2938 4.77908 18.8743 5.20215 19.2979C5.62503 19.7211 6.20487 19.975 7.21094 20.1104C8.23857 20.2486 9.59329 20.25 11.5 20.25H12.5C14.4063 20.25 15.7606 20.2476 16.7881 20.1094C17.7938 19.974 18.3743 19.7209 18.7979 19.2979C19.2211 18.875 19.475 18.2951 19.6104 17.2891C19.7486 16.2614 19.75 14.9067 19.75 13V7C19.75 6.58579 20.0858 6.25 20.5 6.25C20.9142 6.25 21.25 6.58579 21.25 7V13C21.25 14.8643 21.2515 16.3384 21.0967 17.4893C20.939 18.6614 20.6069 19.6104 19.8584 20.3584C19.11 21.1062 18.1606 21.4389 16.9883 21.5967C15.8376 21.7515 14.3642 21.75 12.5 21.75H11.5C9.63571 21.75 8.16161 21.7515 7.01074 21.5967C5.83857 21.439 4.88963 21.1069 4.1416 20.3584C3.39381 19.61 3.06115 18.6606 2.90332 17.4883C2.74846 16.3376 2.75 14.8642 2.75 13Z",
|
|
8598
|
+
fill: t
|
|
8599
|
+
}
|
|
8600
|
+
),
|
|
8601
|
+
/* @__PURE__ */ n(
|
|
8602
|
+
"path",
|
|
8603
|
+
{
|
|
8604
|
+
d: "M21.25 5.00001C21.25 4.5074 21.2481 4.21355 21.2197 4.00294C21.2068 3.90645 21.1916 3.85769 21.1826 3.83595C21.1806 3.83111 21.1787 3.82808 21.1777 3.82618L21.1768 3.82325L21.1738 3.82228C21.1719 3.82129 21.1689 3.8194 21.1641 3.8174C21.1423 3.80845 21.0936 3.79327 20.9971 3.78029C20.7865 3.75197 20.4926 3.75001 20 3.75001H4.00001C3.5074 3.75001 3.21355 3.75197 3.00294 3.78029C2.90645 3.79327 2.85769 3.80845 2.83595 3.8174C2.83111 3.8194 2.82808 3.82129 2.82618 3.82228L2.82325 3.82325L2.82228 3.82618C2.82129 3.82808 2.8194 3.83111 2.8174 3.83595C2.80845 3.85769 2.79327 3.90645 2.78029 4.00294C2.75197 4.21355 2.75001 4.5074 2.75001 5.00001C2.75001 5.49263 2.75197 5.78647 2.78029 5.99708C2.79327 6.09357 2.80845 6.14233 2.8174 6.16407C2.8194 6.16892 2.82129 6.17194 2.82228 6.17384L2.82325 6.17677L2.82618 6.17775C2.82808 6.17874 2.83111 6.18063 2.83595 6.18263C2.85769 6.19158 2.90645 6.20676 3.00294 6.21974C3.21355 6.24806 3.5074 6.25001 4.00001 6.25001H20C20.4926 6.25001 20.7865 6.24806 20.9971 6.21974C21.0936 6.20676 21.1423 6.19158 21.1641 6.18263C21.1689 6.18063 21.1719 6.17874 21.1738 6.17775L21.1768 6.17677L21.1777 6.17384C21.1787 6.17194 21.1806 6.16892 21.1826 6.16407C21.1916 6.14233 21.2068 6.09357 21.2197 5.99708C21.2481 5.78647 21.25 5.49263 21.25 5.00001ZM22.75 5.00001C22.75 5.45028 22.752 5.8634 22.707 6.19728C22.6592 6.55287 22.5463 6.92835 22.2373 7.23732C21.9283 7.54628 21.5529 7.65921 21.1973 7.70704C20.8634 7.75196 20.4503 7.75001 20 7.75001H4.00001C3.54975 7.75001 3.13662 7.75196 2.80275 7.70704C2.44715 7.65921 2.07167 7.54628 1.76271 7.23732C1.45374 6.92835 1.34082 6.55287 1.29298 6.19728C1.24807 5.8634 1.25001 5.45028 1.25001 5.00001C1.25001 4.54975 1.24807 4.13662 1.29298 3.80275C1.34082 3.44715 1.45374 3.07167 1.76271 2.76271C2.07167 2.45374 2.44715 2.34082 2.80275 2.29298C3.13662 2.24807 3.54975 2.25001 4.00001 2.25001H20C20.4503 2.25001 20.8634 2.24807 21.1973 2.29298C21.5529 2.34082 21.9283 2.45374 22.2373 2.76271C22.5463 3.07168 22.6592 3.44715 22.707 3.80275C22.752 4.13662 22.75 4.54975 22.75 5.00001Z",
|
|
8277
8605
|
fill: t
|
|
8278
8606
|
}
|
|
8279
|
-
)
|
|
8280
|
-
/* @__PURE__ */ n(
|
|
8607
|
+
),
|
|
8608
|
+
/* @__PURE__ */ n(
|
|
8609
|
+
"path",
|
|
8610
|
+
{
|
|
8611
|
+
d: "M11.25 7C11.25 6.58579 11.5858 6.25 12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V14.0449L14.4424 12.165C14.7195 11.8572 15.1941 11.8323 15.5019 12.1094C15.8098 12.3865 15.8347 12.8611 15.5576 13.1689L12.5576 16.502C12.4154 16.66 12.2126 16.75 12 16.75C11.7874 16.75 11.5846 16.66 11.4424 16.502L8.44236 13.1689L8.39451 13.1094C8.16979 12.8026 8.20932 12.3693 8.49803 12.1094C8.78667 11.8496 9.22135 11.8559 9.50291 12.1113L9.5576 12.165L11.25 14.0449V7Z",
|
|
8612
|
+
fill: t
|
|
8613
|
+
}
|
|
8614
|
+
)
|
|
8281
8615
|
]
|
|
8282
8616
|
}
|
|
8283
|
-
),
|
|
8617
|
+
), u4 = ({
|
|
8284
8618
|
width: s = 20,
|
|
8285
8619
|
height: e = 20,
|
|
8286
8620
|
color: t = c.GREY_DARK_5,
|
|
8287
8621
|
className: i,
|
|
8288
8622
|
onClick: o
|
|
8289
|
-
}) => /* @__PURE__ */
|
|
8623
|
+
}) => /* @__PURE__ */ g(
|
|
8290
8624
|
"svg",
|
|
8291
8625
|
{
|
|
8292
8626
|
width: s,
|
|
8293
8627
|
height: e,
|
|
8294
8628
|
className: i,
|
|
8295
8629
|
onClick: o,
|
|
8296
|
-
viewBox: "0 0
|
|
8630
|
+
viewBox: "0 0 24 24",
|
|
8297
8631
|
fill: "none",
|
|
8298
8632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8299
|
-
children:
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8633
|
+
children: [
|
|
8634
|
+
/* @__PURE__ */ n(
|
|
8635
|
+
"path",
|
|
8636
|
+
{
|
|
8637
|
+
d: "M12 21V12M12 12L15 15.333M12 12L9 15.333",
|
|
8638
|
+
stroke: t,
|
|
8639
|
+
strokeWidth: "1.5",
|
|
8640
|
+
strokeLinecap: "round",
|
|
8641
|
+
strokeLinejoin: "round"
|
|
8642
|
+
}
|
|
8643
|
+
),
|
|
8644
|
+
/* @__PURE__ */ n(
|
|
8645
|
+
"path",
|
|
8646
|
+
{
|
|
8647
|
+
d: "M20.5 7V13C20.5 16.771 20.5 18.657 19.328 19.828C18.156 20.999 16.271 21 12.5 21H11.5C7.729 21 5.843 21 4.672 19.828C3.501 18.656 3.5 16.771 3.5 13V7",
|
|
8648
|
+
stroke: t,
|
|
8649
|
+
strokeWidth: "1.5",
|
|
8650
|
+
strokeLinecap: "round"
|
|
8651
|
+
}
|
|
8652
|
+
),
|
|
8653
|
+
/* @__PURE__ */ n(
|
|
8654
|
+
"path",
|
|
8655
|
+
{
|
|
8656
|
+
d: "M2 5C2 4.057 2 3.586 2.293 3.293C2.586 3 3.057 3 4 3H20C20.943 3 21.414 3 21.707 3.293C22 3.586 22 4.057 22 5C22 5.943 22 6.414 21.707 6.707C21.414 7 20.943 7 20 7H4C3.057 7 2.586 7 2.293 6.707C2 6.414 2 5.943 2 5Z",
|
|
8657
|
+
stroke: t,
|
|
8658
|
+
strokeWidth: "1.5"
|
|
8659
|
+
}
|
|
8660
|
+
)
|
|
8661
|
+
]
|
|
8306
8662
|
}
|
|
8307
|
-
),
|
|
8663
|
+
), p4 = ({
|
|
8308
8664
|
width: s = 20,
|
|
8309
8665
|
height: e = 20,
|
|
8310
8666
|
color: t = c.GREY_DARK_5,
|
|
@@ -8351,7 +8707,7 @@ const X9 = ({
|
|
|
8351
8707
|
)
|
|
8352
8708
|
]
|
|
8353
8709
|
}
|
|
8354
|
-
),
|
|
8710
|
+
), L4 = ({
|
|
8355
8711
|
width: s = 20,
|
|
8356
8712
|
height: e = 20,
|
|
8357
8713
|
color: t = c.GREY_DARK_5,
|
|
@@ -8375,7 +8731,7 @@ const X9 = ({
|
|
|
8375
8731
|
}
|
|
8376
8732
|
)
|
|
8377
8733
|
}
|
|
8378
|
-
),
|
|
8734
|
+
), f4 = ({
|
|
8379
8735
|
width: s = 20,
|
|
8380
8736
|
height: e = 20,
|
|
8381
8737
|
color: t = c.GREY_DARK_5,
|
|
@@ -8399,7 +8755,7 @@ const X9 = ({
|
|
|
8399
8755
|
}
|
|
8400
8756
|
)
|
|
8401
8757
|
}
|
|
8402
|
-
),
|
|
8758
|
+
), m4 = ({
|
|
8403
8759
|
width: s = 20,
|
|
8404
8760
|
height: e = 20,
|
|
8405
8761
|
color: t = c.GREY_DARK_5,
|
|
@@ -8423,7 +8779,7 @@ const X9 = ({
|
|
|
8423
8779
|
}
|
|
8424
8780
|
)
|
|
8425
8781
|
}
|
|
8426
|
-
),
|
|
8782
|
+
), k4 = ({
|
|
8427
8783
|
width: s = 20,
|
|
8428
8784
|
height: e = 20,
|
|
8429
8785
|
color: t = c.GREY_DARK_5,
|
|
@@ -8484,7 +8840,7 @@ const X9 = ({
|
|
|
8484
8840
|
)
|
|
8485
8841
|
]
|
|
8486
8842
|
}
|
|
8487
|
-
),
|
|
8843
|
+
), v4 = ({
|
|
8488
8844
|
width: s = 20,
|
|
8489
8845
|
height: e = 20,
|
|
8490
8846
|
color: t = c.GREY_DARK_5,
|
|
@@ -8531,7 +8887,7 @@ const X9 = ({
|
|
|
8531
8887
|
)
|
|
8532
8888
|
]
|
|
8533
8889
|
}
|
|
8534
|
-
),
|
|
8890
|
+
), N4 = ({
|
|
8535
8891
|
width: s = 20,
|
|
8536
8892
|
height: e = 20,
|
|
8537
8893
|
color: t = c.GREY_DARK_5,
|
|
@@ -8571,7 +8927,7 @@ const X9 = ({
|
|
|
8571
8927
|
)
|
|
8572
8928
|
]
|
|
8573
8929
|
}
|
|
8574
|
-
),
|
|
8930
|
+
), x4 = ({
|
|
8575
8931
|
width: s = 20,
|
|
8576
8932
|
height: e = 20,
|
|
8577
8933
|
color: t = c.GREY_DARK_5,
|
|
@@ -8611,7 +8967,7 @@ const X9 = ({
|
|
|
8611
8967
|
)
|
|
8612
8968
|
]
|
|
8613
8969
|
}
|
|
8614
|
-
),
|
|
8970
|
+
), M4 = ({
|
|
8615
8971
|
width: s = 20,
|
|
8616
8972
|
height: e = 20,
|
|
8617
8973
|
color: t = c.GREY_DARK_5,
|
|
@@ -8658,7 +9014,7 @@ const X9 = ({
|
|
|
8658
9014
|
)
|
|
8659
9015
|
]
|
|
8660
9016
|
}
|
|
8661
|
-
),
|
|
9017
|
+
), R4 = ({
|
|
8662
9018
|
width: s = 20,
|
|
8663
9019
|
height: e = 20,
|
|
8664
9020
|
color: t = c.GREY_DARK_5,
|
|
@@ -8705,7 +9061,7 @@ const X9 = ({
|
|
|
8705
9061
|
)
|
|
8706
9062
|
]
|
|
8707
9063
|
}
|
|
8708
|
-
),
|
|
9064
|
+
), V4 = ({
|
|
8709
9065
|
width: s = 20,
|
|
8710
9066
|
height: e = 20,
|
|
8711
9067
|
color: t = c.GREY_DARK_5,
|
|
@@ -8752,7 +9108,7 @@ const X9 = ({
|
|
|
8752
9108
|
)
|
|
8753
9109
|
]
|
|
8754
9110
|
}
|
|
8755
|
-
),
|
|
9111
|
+
), Z4 = ({
|
|
8756
9112
|
width: s = 20,
|
|
8757
9113
|
height: e = 20,
|
|
8758
9114
|
color: t = c.GREY_DARK_5,
|
|
@@ -8792,7 +9148,7 @@ const X9 = ({
|
|
|
8792
9148
|
)
|
|
8793
9149
|
]
|
|
8794
9150
|
}
|
|
8795
|
-
),
|
|
9151
|
+
), H4 = ({
|
|
8796
9152
|
width: s = 20,
|
|
8797
9153
|
height: e = 20,
|
|
8798
9154
|
color: t = c.GREY_DARK_5,
|
|
@@ -8825,7 +9181,7 @@ const X9 = ({
|
|
|
8825
9181
|
)
|
|
8826
9182
|
]
|
|
8827
9183
|
}
|
|
8828
|
-
),
|
|
9184
|
+
), _4 = ({
|
|
8829
9185
|
width: s = 20,
|
|
8830
9186
|
height: e = 20,
|
|
8831
9187
|
color: t = c.GREY_DARK_5,
|
|
@@ -8858,7 +9214,7 @@ const X9 = ({
|
|
|
8858
9214
|
)
|
|
8859
9215
|
]
|
|
8860
9216
|
}
|
|
8861
|
-
),
|
|
9217
|
+
), b4 = ({
|
|
8862
9218
|
width: s = 20,
|
|
8863
9219
|
height: e = 20,
|
|
8864
9220
|
color: t = c.GREY_DARK_5,
|
|
@@ -8891,7 +9247,7 @@ const X9 = ({
|
|
|
8891
9247
|
)
|
|
8892
9248
|
]
|
|
8893
9249
|
}
|
|
8894
|
-
),
|
|
9250
|
+
), y4 = ({
|
|
8895
9251
|
width: s = 20,
|
|
8896
9252
|
height: e = 20,
|
|
8897
9253
|
color: t = c.GREY_DARK_5,
|
|
@@ -8924,7 +9280,7 @@ const X9 = ({
|
|
|
8924
9280
|
)
|
|
8925
9281
|
]
|
|
8926
9282
|
}
|
|
8927
|
-
),
|
|
9283
|
+
), E4 = ({
|
|
8928
9284
|
width: s = 20,
|
|
8929
9285
|
height: e = 20,
|
|
8930
9286
|
color: t = c.GREY_DARK_5,
|
|
@@ -8964,7 +9320,7 @@ const X9 = ({
|
|
|
8964
9320
|
)
|
|
8965
9321
|
]
|
|
8966
9322
|
}
|
|
8967
|
-
),
|
|
9323
|
+
), A4 = ({
|
|
8968
9324
|
width: s = 20,
|
|
8969
9325
|
height: e = 20,
|
|
8970
9326
|
color: t = c.GREY_DARK_5,
|
|
@@ -8997,7 +9353,7 @@ const X9 = ({
|
|
|
8997
9353
|
)
|
|
8998
9354
|
]
|
|
8999
9355
|
}
|
|
9000
|
-
),
|
|
9356
|
+
), D4 = ({
|
|
9001
9357
|
width: s = 20,
|
|
9002
9358
|
height: e = 20,
|
|
9003
9359
|
color: t = c.GREY_DARK_5,
|
|
@@ -9030,7 +9386,7 @@ const X9 = ({
|
|
|
9030
9386
|
)
|
|
9031
9387
|
]
|
|
9032
9388
|
}
|
|
9033
|
-
),
|
|
9389
|
+
), K4 = ({
|
|
9034
9390
|
width: s = 20,
|
|
9035
9391
|
height: e = 20,
|
|
9036
9392
|
color: t = "#070739",
|
|
@@ -9060,7 +9416,7 @@ const X9 = ({
|
|
|
9060
9416
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
9061
9417
|
]
|
|
9062
9418
|
}
|
|
9063
|
-
),
|
|
9419
|
+
), B4 = ({
|
|
9064
9420
|
width: s = 20,
|
|
9065
9421
|
height: e = 20,
|
|
9066
9422
|
color: t = "#070739",
|
|
@@ -9098,7 +9454,7 @@ const X9 = ({
|
|
|
9098
9454
|
)
|
|
9099
9455
|
]
|
|
9100
9456
|
}
|
|
9101
|
-
),
|
|
9457
|
+
), G4 = ({
|
|
9102
9458
|
width: s = 9,
|
|
9103
9459
|
height: e = 5,
|
|
9104
9460
|
color: t = "#001E52",
|
|
@@ -9124,7 +9480,7 @@ const X9 = ({
|
|
|
9124
9480
|
}
|
|
9125
9481
|
)
|
|
9126
9482
|
}
|
|
9127
|
-
),
|
|
9483
|
+
), S4 = ({
|
|
9128
9484
|
width: s = 20,
|
|
9129
9485
|
height: e = 20,
|
|
9130
9486
|
color: t = "#F2F2F7",
|
|
@@ -9153,7 +9509,7 @@ const X9 = ({
|
|
|
9153
9509
|
)
|
|
9154
9510
|
]
|
|
9155
9511
|
}
|
|
9156
|
-
),
|
|
9512
|
+
), Y4 = ({
|
|
9157
9513
|
width: s = 20,
|
|
9158
9514
|
height: e = 20,
|
|
9159
9515
|
color: t = "#004ED7",
|
|
@@ -9182,7 +9538,7 @@ const X9 = ({
|
|
|
9182
9538
|
)
|
|
9183
9539
|
]
|
|
9184
9540
|
}
|
|
9185
|
-
),
|
|
9541
|
+
), I4 = ({
|
|
9186
9542
|
width: s = 10,
|
|
9187
9543
|
height: e = 10,
|
|
9188
9544
|
color: t = "#001E52",
|
|
@@ -9211,7 +9567,7 @@ const X9 = ({
|
|
|
9211
9567
|
)
|
|
9212
9568
|
]
|
|
9213
9569
|
}
|
|
9214
|
-
),
|
|
9570
|
+
), O4 = ({
|
|
9215
9571
|
width: s = 10,
|
|
9216
9572
|
height: e = 10,
|
|
9217
9573
|
color: t = "#001E52",
|
|
@@ -9248,7 +9604,7 @@ const X9 = ({
|
|
|
9248
9604
|
)
|
|
9249
9605
|
]
|
|
9250
9606
|
}
|
|
9251
|
-
),
|
|
9607
|
+
), j4 = ({
|
|
9252
9608
|
className: s,
|
|
9253
9609
|
color: e = c.GREY_DARK_5,
|
|
9254
9610
|
height: t = 20,
|
|
@@ -9281,7 +9637,7 @@ const X9 = ({
|
|
|
9281
9637
|
)
|
|
9282
9638
|
]
|
|
9283
9639
|
}
|
|
9284
|
-
),
|
|
9640
|
+
), W4 = ({
|
|
9285
9641
|
className: s,
|
|
9286
9642
|
color: e = c.GREY_DARK_5,
|
|
9287
9643
|
height: t = 20,
|
|
@@ -9308,7 +9664,7 @@ const X9 = ({
|
|
|
9308
9664
|
}
|
|
9309
9665
|
)
|
|
9310
9666
|
}
|
|
9311
|
-
),
|
|
9667
|
+
), $4 = ({
|
|
9312
9668
|
className: s,
|
|
9313
9669
|
color: e = c.GREY_DARK_5,
|
|
9314
9670
|
height: t = 20,
|
|
@@ -9335,7 +9691,7 @@ const X9 = ({
|
|
|
9335
9691
|
}
|
|
9336
9692
|
)
|
|
9337
9693
|
}
|
|
9338
|
-
),
|
|
9694
|
+
), T4 = ({
|
|
9339
9695
|
className: s,
|
|
9340
9696
|
color: e = c.GREY_DARK_5,
|
|
9341
9697
|
height: t = 5,
|
|
@@ -9359,7 +9715,7 @@ const X9 = ({
|
|
|
9359
9715
|
}
|
|
9360
9716
|
)
|
|
9361
9717
|
}
|
|
9362
|
-
),
|
|
9718
|
+
), P4 = ({
|
|
9363
9719
|
className: s,
|
|
9364
9720
|
color: e = c.GREY_DARK_5,
|
|
9365
9721
|
height: t = 5,
|
|
@@ -9384,7 +9740,7 @@ const X9 = ({
|
|
|
9384
9740
|
}
|
|
9385
9741
|
)
|
|
9386
9742
|
}
|
|
9387
|
-
),
|
|
9743
|
+
), F4 = ({
|
|
9388
9744
|
className: s,
|
|
9389
9745
|
color: e = c.GREY_DARK_5,
|
|
9390
9746
|
height: t = 20,
|
|
@@ -9417,7 +9773,7 @@ const X9 = ({
|
|
|
9417
9773
|
)
|
|
9418
9774
|
]
|
|
9419
9775
|
}
|
|
9420
|
-
),
|
|
9776
|
+
), U4 = ({
|
|
9421
9777
|
className: s,
|
|
9422
9778
|
color: e = c.GREY_DARK_5,
|
|
9423
9779
|
height: t = 24,
|
|
@@ -9456,7 +9812,7 @@ const X9 = ({
|
|
|
9456
9812
|
)
|
|
9457
9813
|
]
|
|
9458
9814
|
}
|
|
9459
|
-
),
|
|
9815
|
+
), z4 = ({
|
|
9460
9816
|
className: s,
|
|
9461
9817
|
color: e = c.GREY_DARK_5,
|
|
9462
9818
|
height: t = 24,
|
|
@@ -9483,7 +9839,7 @@ const X9 = ({
|
|
|
9483
9839
|
}
|
|
9484
9840
|
)
|
|
9485
9841
|
}
|
|
9486
|
-
),
|
|
9842
|
+
), J4 = ({
|
|
9487
9843
|
className: s,
|
|
9488
9844
|
color: e = c.GREY_DARK_5,
|
|
9489
9845
|
height: t = 24,
|
|
@@ -9542,7 +9898,7 @@ const X9 = ({
|
|
|
9542
9898
|
)
|
|
9543
9899
|
]
|
|
9544
9900
|
}
|
|
9545
|
-
),
|
|
9901
|
+
), Q4 = ({
|
|
9546
9902
|
className: s,
|
|
9547
9903
|
color: e = c.GREY_DARK_5,
|
|
9548
9904
|
height: t = 24,
|
|
@@ -9579,7 +9935,7 @@ const X9 = ({
|
|
|
9579
9935
|
)
|
|
9580
9936
|
]
|
|
9581
9937
|
}
|
|
9582
|
-
),
|
|
9938
|
+
), q4 = ({
|
|
9583
9939
|
className: s,
|
|
9584
9940
|
color: e = c.GREY_DARK_3,
|
|
9585
9941
|
height: t = 14,
|
|
@@ -9616,7 +9972,7 @@ const X9 = ({
|
|
|
9616
9972
|
)
|
|
9617
9973
|
]
|
|
9618
9974
|
}
|
|
9619
|
-
),
|
|
9975
|
+
), X4 = ({
|
|
9620
9976
|
className: s,
|
|
9621
9977
|
color: e = c.GREY_DARK_5,
|
|
9622
9978
|
height: t = 18,
|
|
@@ -9643,7 +9999,7 @@ const X9 = ({
|
|
|
9643
9999
|
}
|
|
9644
10000
|
)
|
|
9645
10001
|
}
|
|
9646
|
-
),
|
|
10002
|
+
), e6 = ({
|
|
9647
10003
|
className: s,
|
|
9648
10004
|
color: e = c.GREY_DARK_5,
|
|
9649
10005
|
height: t = 24,
|
|
@@ -9695,7 +10051,7 @@ const X9 = ({
|
|
|
9695
10051
|
)
|
|
9696
10052
|
]
|
|
9697
10053
|
}
|
|
9698
|
-
),
|
|
10054
|
+
), t6 = ({
|
|
9699
10055
|
className: s,
|
|
9700
10056
|
color: e = c.GREY_DARK_5,
|
|
9701
10057
|
height: t = 24,
|
|
@@ -9732,7 +10088,7 @@ const X9 = ({
|
|
|
9732
10088
|
)
|
|
9733
10089
|
]
|
|
9734
10090
|
}
|
|
9735
|
-
),
|
|
10091
|
+
), i6 = ({
|
|
9736
10092
|
className: s,
|
|
9737
10093
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
9738
10094
|
height: t = 37,
|
|
@@ -9771,7 +10127,7 @@ const X9 = ({
|
|
|
9771
10127
|
)
|
|
9772
10128
|
]
|
|
9773
10129
|
}
|
|
9774
|
-
),
|
|
10130
|
+
), s6 = ({
|
|
9775
10131
|
className: s,
|
|
9776
10132
|
color: e = c.GREY_DARK_5,
|
|
9777
10133
|
height: t = 24,
|
|
@@ -9797,7 +10153,7 @@ const X9 = ({
|
|
|
9797
10153
|
}
|
|
9798
10154
|
)
|
|
9799
10155
|
}
|
|
9800
|
-
),
|
|
10156
|
+
), o6 = ({
|
|
9801
10157
|
className: s,
|
|
9802
10158
|
color: e = c.GREY_DARK_5,
|
|
9803
10159
|
height: t = 24,
|
|
@@ -9836,7 +10192,7 @@ const X9 = ({
|
|
|
9836
10192
|
)
|
|
9837
10193
|
]
|
|
9838
10194
|
}
|
|
9839
|
-
),
|
|
10195
|
+
), n6 = ({
|
|
9840
10196
|
className: s,
|
|
9841
10197
|
color: e = c.GREY_DARK_5,
|
|
9842
10198
|
height: t = 20,
|
|
@@ -9869,7 +10225,7 @@ const X9 = ({
|
|
|
9869
10225
|
)
|
|
9870
10226
|
]
|
|
9871
10227
|
}
|
|
9872
|
-
),
|
|
10228
|
+
), l6 = ({
|
|
9873
10229
|
className: s,
|
|
9874
10230
|
color: e = c.GREY_DARK_5,
|
|
9875
10231
|
height: t = 24,
|
|
@@ -9938,7 +10294,7 @@ const X9 = ({
|
|
|
9938
10294
|
)
|
|
9939
10295
|
]
|
|
9940
10296
|
}
|
|
9941
|
-
),
|
|
10297
|
+
), r6 = ({
|
|
9942
10298
|
className: s,
|
|
9943
10299
|
color: e = c.GREY_DARK_5,
|
|
9944
10300
|
height: t = 24,
|
|
@@ -9995,7 +10351,7 @@ const X9 = ({
|
|
|
9995
10351
|
)
|
|
9996
10352
|
]
|
|
9997
10353
|
}
|
|
9998
|
-
),
|
|
10354
|
+
), a6 = ({
|
|
9999
10355
|
className: s,
|
|
10000
10356
|
color: e = c.GREY_DARK_5,
|
|
10001
10357
|
height: t = 24,
|
|
@@ -10044,7 +10400,7 @@ const X9 = ({
|
|
|
10044
10400
|
)
|
|
10045
10401
|
]
|
|
10046
10402
|
}
|
|
10047
|
-
),
|
|
10403
|
+
), h6 = ({
|
|
10048
10404
|
className: s,
|
|
10049
10405
|
color: e = c.GREY_DARK_5,
|
|
10050
10406
|
height: t = 24,
|
|
@@ -10071,7 +10427,7 @@ const X9 = ({
|
|
|
10071
10427
|
}
|
|
10072
10428
|
)
|
|
10073
10429
|
}
|
|
10074
|
-
),
|
|
10430
|
+
), c6 = ({
|
|
10075
10431
|
className: s,
|
|
10076
10432
|
color: e = c.GREY_DARK_5,
|
|
10077
10433
|
height: t = 20,
|
|
@@ -10100,7 +10456,7 @@ const X9 = ({
|
|
|
10100
10456
|
)
|
|
10101
10457
|
]
|
|
10102
10458
|
}
|
|
10103
|
-
),
|
|
10459
|
+
), C6 = ({
|
|
10104
10460
|
className: s,
|
|
10105
10461
|
color: e = "#001E52",
|
|
10106
10462
|
height: t = 24,
|
|
@@ -10126,7 +10482,7 @@ const X9 = ({
|
|
|
10126
10482
|
}
|
|
10127
10483
|
)
|
|
10128
10484
|
}
|
|
10129
|
-
),
|
|
10485
|
+
), d6 = ({
|
|
10130
10486
|
className: s,
|
|
10131
10487
|
color: e = "#001E52",
|
|
10132
10488
|
height: t = 24,
|
|
@@ -10164,7 +10520,7 @@ const X9 = ({
|
|
|
10164
10520
|
)
|
|
10165
10521
|
] }) })
|
|
10166
10522
|
}
|
|
10167
|
-
),
|
|
10523
|
+
), g6 = ({
|
|
10168
10524
|
width: s = 20,
|
|
10169
10525
|
height: e = 20,
|
|
10170
10526
|
color: t = c.GREY_DARK_5,
|
|
@@ -10188,7 +10544,7 @@ const X9 = ({
|
|
|
10188
10544
|
}
|
|
10189
10545
|
)
|
|
10190
10546
|
}
|
|
10191
|
-
),
|
|
10547
|
+
), w6 = ({
|
|
10192
10548
|
width: s = 24,
|
|
10193
10549
|
height: e = 24,
|
|
10194
10550
|
color: t = "#131314",
|
|
@@ -10221,7 +10577,7 @@ const X9 = ({
|
|
|
10221
10577
|
)
|
|
10222
10578
|
]
|
|
10223
10579
|
}
|
|
10224
|
-
),
|
|
10580
|
+
), u6 = ({
|
|
10225
10581
|
width: s = 20,
|
|
10226
10582
|
height: e = 20,
|
|
10227
10583
|
color: t = c.GREY_DARK_5,
|
|
@@ -10254,7 +10610,7 @@ const X9 = ({
|
|
|
10254
10610
|
)
|
|
10255
10611
|
]
|
|
10256
10612
|
}
|
|
10257
|
-
),
|
|
10613
|
+
), p6 = ({
|
|
10258
10614
|
width: s = 24,
|
|
10259
10615
|
height: e = 24,
|
|
10260
10616
|
color: t = c.GREY_DARK_2,
|
|
@@ -10294,7 +10650,7 @@ const X9 = ({
|
|
|
10294
10650
|
)
|
|
10295
10651
|
]
|
|
10296
10652
|
}
|
|
10297
|
-
),
|
|
10653
|
+
), L6 = ({
|
|
10298
10654
|
width: s = 24,
|
|
10299
10655
|
height: e = 24,
|
|
10300
10656
|
color: t = c.GREY_DARK_2,
|
|
@@ -10321,7 +10677,7 @@ const X9 = ({
|
|
|
10321
10677
|
}
|
|
10322
10678
|
)
|
|
10323
10679
|
}
|
|
10324
|
-
),
|
|
10680
|
+
), f6 = ({
|
|
10325
10681
|
width: s = 24,
|
|
10326
10682
|
height: e = 24,
|
|
10327
10683
|
color: t = c.GREY_DARK_2,
|
|
@@ -10348,7 +10704,7 @@ const X9 = ({
|
|
|
10348
10704
|
}
|
|
10349
10705
|
)
|
|
10350
10706
|
}
|
|
10351
|
-
),
|
|
10707
|
+
), m6 = ({
|
|
10352
10708
|
width: s = 20,
|
|
10353
10709
|
height: e = 20,
|
|
10354
10710
|
color: t = c.GREY_DARK_5,
|
|
@@ -10372,7 +10728,7 @@ const X9 = ({
|
|
|
10372
10728
|
}
|
|
10373
10729
|
)
|
|
10374
10730
|
}
|
|
10375
|
-
),
|
|
10731
|
+
), k6 = ({
|
|
10376
10732
|
name: s,
|
|
10377
10733
|
width: e,
|
|
10378
10734
|
height: t,
|
|
@@ -10385,35 +10741,39 @@ const X9 = ({
|
|
|
10385
10741
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
10386
10742
|
switch (s) {
|
|
10387
10743
|
case "nextIcon":
|
|
10388
|
-
return
|
|
10744
|
+
return W4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10389
10745
|
case "prevIcon":
|
|
10390
|
-
return
|
|
10746
|
+
return $4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10391
10747
|
case "arrowDown":
|
|
10392
|
-
return
|
|
10748
|
+
return r4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10393
10749
|
case "info":
|
|
10394
|
-
return
|
|
10750
|
+
return a4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10395
10751
|
case "arrowRight":
|
|
10396
|
-
return
|
|
10752
|
+
return h4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10753
|
+
case "archive":
|
|
10754
|
+
return w4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10755
|
+
case "unarchive":
|
|
10756
|
+
return u4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10397
10757
|
case "calendar":
|
|
10398
|
-
return
|
|
10758
|
+
return p4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10399
10759
|
case "check":
|
|
10400
|
-
return
|
|
10760
|
+
return L4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10401
10761
|
case "cancel":
|
|
10402
|
-
return
|
|
10762
|
+
return f4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10403
10763
|
case "add":
|
|
10404
|
-
return
|
|
10764
|
+
return m4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10405
10765
|
case "list":
|
|
10406
|
-
return
|
|
10766
|
+
return k4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10407
10767
|
case "dragAndDrop":
|
|
10408
|
-
return
|
|
10768
|
+
return v4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10409
10769
|
case "filter":
|
|
10410
|
-
return
|
|
10770
|
+
return N4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10411
10771
|
case "attention":
|
|
10412
|
-
return
|
|
10772
|
+
return x4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10413
10773
|
case "users":
|
|
10414
|
-
return
|
|
10774
|
+
return M4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10415
10775
|
case "mySkillsMatrix":
|
|
10416
|
-
return
|
|
10776
|
+
return R4({
|
|
10417
10777
|
width: e,
|
|
10418
10778
|
height: t,
|
|
10419
10779
|
color: r,
|
|
@@ -10421,9 +10781,9 @@ const X9 = ({
|
|
|
10421
10781
|
onClick: l
|
|
10422
10782
|
});
|
|
10423
10783
|
case "skills":
|
|
10424
|
-
return
|
|
10784
|
+
return V4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10425
10785
|
case "skillsMatrices":
|
|
10426
|
-
return
|
|
10786
|
+
return Z4({
|
|
10427
10787
|
width: e,
|
|
10428
10788
|
height: t,
|
|
10429
10789
|
color: r,
|
|
@@ -10431,21 +10791,21 @@ const X9 = ({
|
|
|
10431
10791
|
onClick: l
|
|
10432
10792
|
});
|
|
10433
10793
|
case "history":
|
|
10434
|
-
return
|
|
10794
|
+
return H4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10435
10795
|
case "logOut":
|
|
10436
|
-
return
|
|
10796
|
+
return _4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10437
10797
|
case "settings":
|
|
10438
|
-
return
|
|
10798
|
+
return b4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10439
10799
|
case "trash":
|
|
10440
|
-
return
|
|
10800
|
+
return y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10441
10801
|
case "settings2":
|
|
10442
|
-
return
|
|
10802
|
+
return E4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10443
10803
|
case "checkCircle":
|
|
10444
|
-
return
|
|
10804
|
+
return A4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10445
10805
|
case "cancelCircle":
|
|
10446
|
-
return
|
|
10806
|
+
return D4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10447
10807
|
case "visibilityIcon":
|
|
10448
|
-
return
|
|
10808
|
+
return K4({
|
|
10449
10809
|
width: e,
|
|
10450
10810
|
height: t,
|
|
10451
10811
|
color: r,
|
|
@@ -10453,7 +10813,7 @@ const X9 = ({
|
|
|
10453
10813
|
onClick: l
|
|
10454
10814
|
});
|
|
10455
10815
|
case "visibilityOffIcon":
|
|
10456
|
-
return
|
|
10816
|
+
return B4({
|
|
10457
10817
|
width: e,
|
|
10458
10818
|
height: t,
|
|
10459
10819
|
color: r,
|
|
@@ -10461,7 +10821,7 @@ const X9 = ({
|
|
|
10461
10821
|
onClick: l
|
|
10462
10822
|
});
|
|
10463
10823
|
case "selectArrowIcon":
|
|
10464
|
-
return
|
|
10824
|
+
return G4({
|
|
10465
10825
|
width: e,
|
|
10466
10826
|
height: t,
|
|
10467
10827
|
color: r,
|
|
@@ -10469,7 +10829,7 @@ const X9 = ({
|
|
|
10469
10829
|
onClick: l
|
|
10470
10830
|
});
|
|
10471
10831
|
case "expandArrowIcon":
|
|
10472
|
-
return
|
|
10832
|
+
return S4({
|
|
10473
10833
|
width: e,
|
|
10474
10834
|
height: t,
|
|
10475
10835
|
color: r,
|
|
@@ -10477,7 +10837,7 @@ const X9 = ({
|
|
|
10477
10837
|
onClick: l
|
|
10478
10838
|
});
|
|
10479
10839
|
case "expandActiveArrowIcon":
|
|
10480
|
-
return
|
|
10840
|
+
return Y4({
|
|
10481
10841
|
width: e,
|
|
10482
10842
|
height: t,
|
|
10483
10843
|
color: r,
|
|
@@ -10485,89 +10845,89 @@ const X9 = ({
|
|
|
10485
10845
|
onClick: l
|
|
10486
10846
|
});
|
|
10487
10847
|
case "sortUp":
|
|
10488
|
-
return
|
|
10848
|
+
return I4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10489
10849
|
case "sortDown":
|
|
10490
|
-
return
|
|
10850
|
+
return O4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10491
10851
|
case "search":
|
|
10492
|
-
return
|
|
10852
|
+
return j4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10493
10853
|
case "arrowUpFilled":
|
|
10494
|
-
return
|
|
10854
|
+
return P4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10495
10855
|
case "arrowDownFilled":
|
|
10496
|
-
return
|
|
10856
|
+
return T4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10497
10857
|
case "arrow2Up":
|
|
10498
|
-
return
|
|
10858
|
+
return c4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10499
10859
|
case "arrow2Right":
|
|
10500
|
-
return
|
|
10860
|
+
return C4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10501
10861
|
case "arrow2Down":
|
|
10502
|
-
return
|
|
10862
|
+
return d4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10503
10863
|
case "arrow2Left":
|
|
10504
|
-
return
|
|
10864
|
+
return g4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10505
10865
|
case "link":
|
|
10506
|
-
return
|
|
10866
|
+
return F4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10507
10867
|
case "telegram":
|
|
10508
|
-
return
|
|
10868
|
+
return z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10509
10869
|
case "mail":
|
|
10510
|
-
return
|
|
10870
|
+
return Q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10511
10871
|
case "github":
|
|
10512
|
-
return
|
|
10872
|
+
return U4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10513
10873
|
case "linkedIn":
|
|
10514
|
-
return
|
|
10874
|
+
return J4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10515
10875
|
case "emptyStateIcon":
|
|
10516
|
-
return
|
|
10876
|
+
return q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10517
10877
|
case "filtersIcon":
|
|
10518
|
-
return
|
|
10878
|
+
return X4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10519
10879
|
case "dotMenuIcon":
|
|
10520
|
-
return
|
|
10880
|
+
return e6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10521
10881
|
case "plusCircle":
|
|
10522
|
-
return
|
|
10882
|
+
return t6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10523
10883
|
case "warning":
|
|
10524
|
-
return
|
|
10884
|
+
return i6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10525
10885
|
case "back":
|
|
10526
|
-
return
|
|
10886
|
+
return s6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10527
10887
|
case "bell":
|
|
10528
|
-
return
|
|
10888
|
+
return o6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10529
10889
|
case "copy":
|
|
10530
|
-
return
|
|
10890
|
+
return n6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10531
10891
|
case "contract":
|
|
10532
|
-
return
|
|
10892
|
+
return l6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10533
10893
|
case "resourceManager":
|
|
10534
|
-
return
|
|
10894
|
+
return r6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10535
10895
|
case "image":
|
|
10536
|
-
return
|
|
10896
|
+
return a6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10537
10897
|
case "edit":
|
|
10538
|
-
return
|
|
10898
|
+
return h6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10539
10899
|
case "filledArrowRight":
|
|
10540
|
-
return
|
|
10900
|
+
return c6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10541
10901
|
case "burgerMenu":
|
|
10542
|
-
return
|
|
10902
|
+
return C6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10543
10903
|
case "refresh":
|
|
10544
|
-
return
|
|
10904
|
+
return d6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10545
10905
|
case "projects":
|
|
10546
|
-
return
|
|
10906
|
+
return g6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10547
10907
|
case "user":
|
|
10548
|
-
return
|
|
10908
|
+
return u6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10549
10909
|
case "exit":
|
|
10550
|
-
return
|
|
10910
|
+
return w6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10551
10911
|
case "openPointCircle":
|
|
10552
|
-
return
|
|
10912
|
+
return p6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10553
10913
|
case "community":
|
|
10554
|
-
return
|
|
10914
|
+
return L6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10555
10915
|
case "docs":
|
|
10556
|
-
return
|
|
10916
|
+
return f6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10557
10917
|
case "unpaidLeave":
|
|
10558
|
-
return
|
|
10918
|
+
return m6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10559
10919
|
default:
|
|
10560
10920
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
10561
10921
|
}
|
|
10562
10922
|
})() });
|
|
10563
|
-
},
|
|
10923
|
+
}, v6 = ({
|
|
10564
10924
|
iconName: s = "arrow2Down",
|
|
10565
10925
|
isActive: e,
|
|
10566
10926
|
rotationDirection: t = "cw",
|
|
10567
10927
|
disabled: i = !1,
|
|
10568
10928
|
onClick: o
|
|
10569
10929
|
}) => {
|
|
10570
|
-
const h =
|
|
10930
|
+
const h = x6(e, i), C = N6(e, i);
|
|
10571
10931
|
return /* @__PURE__ */ n(
|
|
10572
10932
|
"button",
|
|
10573
10933
|
{
|
|
@@ -10575,7 +10935,7 @@ const X9 = ({
|
|
|
10575
10935
|
onClick: o,
|
|
10576
10936
|
disabled: i,
|
|
10577
10937
|
children: /* @__PURE__ */ n(
|
|
10578
|
-
|
|
10938
|
+
k6,
|
|
10579
10939
|
{
|
|
10580
10940
|
name: s,
|
|
10581
10941
|
className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
|
|
@@ -10585,13 +10945,13 @@ const X9 = ({
|
|
|
10585
10945
|
}
|
|
10586
10946
|
);
|
|
10587
10947
|
};
|
|
10588
|
-
function
|
|
10948
|
+
function N6(s, e) {
|
|
10589
10949
|
return s && !e ? "-active" : e ? "-disabled" : "";
|
|
10590
10950
|
}
|
|
10591
|
-
function
|
|
10951
|
+
function x6(s, e) {
|
|
10592
10952
|
return e ? c.GREY_DARK_2 : s ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10593
10953
|
}
|
|
10594
|
-
const
|
|
10954
|
+
const M6 = q((s, e) => {
|
|
10595
10955
|
const {
|
|
10596
10956
|
value: t,
|
|
10597
10957
|
onChange: i,
|
|
@@ -10603,10 +10963,10 @@ const p6 = q((s, e) => {
|
|
|
10603
10963
|
disabled: l = !1,
|
|
10604
10964
|
required: a = !1,
|
|
10605
10965
|
clearable: p = !0,
|
|
10606
|
-
scrollThresholdValue:
|
|
10607
|
-
onSearchChange:
|
|
10608
|
-
onDropdownVisibleChange:
|
|
10609
|
-
onScrollToEnd:
|
|
10966
|
+
scrollThresholdValue: w = 50,
|
|
10967
|
+
onSearchChange: u,
|
|
10968
|
+
onDropdownVisibleChange: L,
|
|
10969
|
+
onScrollToEnd: f,
|
|
10610
10970
|
onPopupScroll: m,
|
|
10611
10971
|
id: M,
|
|
10612
10972
|
extraOptions: V,
|
|
@@ -10620,18 +10980,18 @@ const p6 = q((s, e) => {
|
|
|
10620
10980
|
} = s;
|
|
10621
10981
|
let X;
|
|
10622
10982
|
h && h !== "single" && (X = s.overflowBehaviour ?? "responsive");
|
|
10623
|
-
const [Y,
|
|
10983
|
+
const [Y, w1] = E(!1), [F, T] = E(!1), [P, U] = E(!1), [o1, A] = E(!0), [_, S] = E(t), n1 = W(null), x1 = h === "single" && B === "badge";
|
|
10624
10984
|
D(() => {
|
|
10625
10985
|
S(t);
|
|
10626
10986
|
}, [t]);
|
|
10627
10987
|
const C2 = (v) => {
|
|
10628
|
-
|
|
10988
|
+
w1(v), L && L(v);
|
|
10629
10989
|
}, d2 = (v, H) => {
|
|
10630
10990
|
var y;
|
|
10631
10991
|
return !!((y = H == null ? void 0 : H.label) != null && y.toString().toLowerCase().includes(v.toLowerCase()));
|
|
10632
10992
|
}, g2 = () => {
|
|
10633
10993
|
T(!0);
|
|
10634
|
-
},
|
|
10994
|
+
}, w2 = () => {
|
|
10635
10995
|
T(!1);
|
|
10636
10996
|
}, e1 = I(
|
|
10637
10997
|
(v) => {
|
|
@@ -10651,7 +11011,7 @@ const p6 = q((s, e) => {
|
|
|
10651
11011
|
H = Array.isArray(v) ? null : v || null, i == null || i(H), S(H);
|
|
10652
11012
|
},
|
|
10653
11013
|
[h, i, x1]
|
|
10654
|
-
),
|
|
11014
|
+
), u2 = I(() => {
|
|
10655
11015
|
if (!(N || l)) {
|
|
10656
11016
|
if (h) {
|
|
10657
11017
|
e1([]);
|
|
@@ -10659,7 +11019,7 @@ const p6 = q((s, e) => {
|
|
|
10659
11019
|
}
|
|
10660
11020
|
e1("");
|
|
10661
11021
|
}
|
|
10662
|
-
}, [l, e1, h, N]),
|
|
11022
|
+
}, [l, e1, h, N]), u1 = I(
|
|
10663
11023
|
(v) => {
|
|
10664
11024
|
const H = _.filter((y) => y !== v);
|
|
10665
11025
|
e1(H), S(H);
|
|
@@ -10674,23 +11034,23 @@ const p6 = q((s, e) => {
|
|
|
10674
11034
|
[o1, _, o]
|
|
10675
11035
|
), p2 = (v) => {
|
|
10676
11036
|
v.preventDefault(), v.stopPropagation();
|
|
10677
|
-
},
|
|
11037
|
+
}, L2 = async (v) => {
|
|
10678
11038
|
const { target: H } = v;
|
|
10679
|
-
H.scrollTop + H.offsetHeight >= H.scrollHeight -
|
|
11039
|
+
H.scrollTop + H.offsetHeight >= H.scrollHeight - w && (f == null || f(!0)), m && await m(v);
|
|
10680
11040
|
}, M1 = I(
|
|
10681
11041
|
(v) => {
|
|
10682
11042
|
var H, y;
|
|
10683
11043
|
return ((H = d.find((t1) => t1.value === v)) == null ? void 0 : H.label) || ((y = V == null ? void 0 : V.find((t1) => t1.value === v)) == null ? void 0 : y.label) || v;
|
|
10684
11044
|
},
|
|
10685
11045
|
[V, d]
|
|
10686
|
-
),
|
|
11046
|
+
), f2 = I(
|
|
10687
11047
|
(v, H = "default") => {
|
|
10688
11048
|
var y;
|
|
10689
11049
|
return /* @__PURE__ */ n(
|
|
10690
|
-
|
|
11050
|
+
n4,
|
|
10691
11051
|
{
|
|
10692
11052
|
values: v,
|
|
10693
|
-
onTagClose:
|
|
11053
|
+
onTagClose: u1,
|
|
10694
11054
|
maxWidth: ((y = n1.current) == null ? void 0 : y.clientWidth) || 0,
|
|
10695
11055
|
disabled: l,
|
|
10696
11056
|
closable: !N,
|
|
@@ -10700,7 +11060,7 @@ const p6 = q((s, e) => {
|
|
|
10700
11060
|
}
|
|
10701
11061
|
);
|
|
10702
11062
|
},
|
|
10703
|
-
[l, V,
|
|
11063
|
+
[l, V, u1, d, N]
|
|
10704
11064
|
), m2 = I(
|
|
10705
11065
|
({ label: v, value: H, mode: y }) => {
|
|
10706
11066
|
if (y === "filter")
|
|
@@ -10715,10 +11075,10 @@ const p6 = q((s, e) => {
|
|
|
10715
11075
|
color: l1 ? l1.color : "cyan",
|
|
10716
11076
|
text: t1
|
|
10717
11077
|
}
|
|
10718
|
-
) : /* @__PURE__ */ n(s2, { onClose: () =>
|
|
11078
|
+
) : /* @__PURE__ */ n(s2, { onClose: () => u1(H), disabled: l, children: t1 }) });
|
|
10719
11079
|
}
|
|
10720
11080
|
},
|
|
10721
|
-
[l, M1,
|
|
11081
|
+
[l, M1, u1, E1, B, d]
|
|
10722
11082
|
), A1 = Array.isArray(_) && _.length > 0 || !!_ && typeof _ == "string" && _.trim() !== "";
|
|
10723
11083
|
return /* @__PURE__ */ g(
|
|
10724
11084
|
"div",
|
|
@@ -10752,28 +11112,28 @@ const p6 = q((s, e) => {
|
|
|
10752
11112
|
const H = M1(v.value);
|
|
10753
11113
|
return l ? /* @__PURE__ */ n("span", { style: { color: c.GREY_DARK_1 }, children: H }) : H;
|
|
10754
11114
|
},
|
|
10755
|
-
mode:
|
|
11115
|
+
mode: R6(h, x1),
|
|
10756
11116
|
variant: G,
|
|
10757
11117
|
onChange: e1,
|
|
10758
11118
|
onFocus: g2,
|
|
10759
|
-
onBlur:
|
|
11119
|
+
onBlur: w2,
|
|
10760
11120
|
onMouseEnter: () => U(!0),
|
|
10761
11121
|
onMouseLeave: () => U(!1),
|
|
10762
11122
|
onSearch: (v) => {
|
|
10763
|
-
A(!v),
|
|
11123
|
+
A(!v), u && u(v);
|
|
10764
11124
|
},
|
|
10765
11125
|
onSelect: () => A(!0),
|
|
10766
11126
|
onDeselect: () => A(!0),
|
|
10767
11127
|
tagRender: (v) => m2({ ...v, mode: h }),
|
|
10768
11128
|
maxTagCount: X === "responsive" ? "responsive" : void 0,
|
|
10769
|
-
maxTagPlaceholder: (v) =>
|
|
10770
|
-
onPopupScroll:
|
|
11129
|
+
maxTagPlaceholder: (v) => f2(v, B),
|
|
11130
|
+
onPopupScroll: L2,
|
|
10771
11131
|
prefix: Z && /* @__PURE__ */ n(Y1, { size: "small" }),
|
|
10772
11132
|
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: h !== "filter" && /* @__PURE__ */ g(j, { children: [
|
|
10773
11133
|
_ && !!_.length && p && /* @__PURE__ */ n(
|
|
10774
11134
|
"div",
|
|
10775
11135
|
{
|
|
10776
|
-
onClick:
|
|
11136
|
+
onClick: u2,
|
|
10777
11137
|
style: {
|
|
10778
11138
|
cursor: l ? "not-allowed" : "pointer"
|
|
10779
11139
|
},
|
|
@@ -10787,10 +11147,10 @@ const p6 = q((s, e) => {
|
|
|
10787
11147
|
}
|
|
10788
11148
|
),
|
|
10789
11149
|
G === "borderless" && (P || F) && /* @__PURE__ */ n(
|
|
10790
|
-
|
|
11150
|
+
v6,
|
|
10791
11151
|
{
|
|
10792
11152
|
isActive: Y,
|
|
10793
|
-
onClick: () =>
|
|
11153
|
+
onClick: () => w1(!Y)
|
|
10794
11154
|
}
|
|
10795
11155
|
),
|
|
10796
11156
|
G === "outlined" && /* @__PURE__ */ n(
|
|
@@ -10799,7 +11159,7 @@ const p6 = q((s, e) => {
|
|
|
10799
11159
|
name: "selectArrowIcon",
|
|
10800
11160
|
color: l ? c.GREY_DARK_1 : c.GREY_DARK_5,
|
|
10801
11161
|
className: Y ? "select-arrow-rotated" : "select-arrow",
|
|
10802
|
-
onClick: () =>
|
|
11162
|
+
onClick: () => w1(!Y)
|
|
10803
11163
|
}
|
|
10804
11164
|
)
|
|
10805
11165
|
] }) }),
|
|
@@ -10861,13 +11221,13 @@ const p6 = q((s, e) => {
|
|
|
10861
11221
|
width: 16
|
|
10862
11222
|
}
|
|
10863
11223
|
),
|
|
10864
|
-
typeof x == "string" ? /* @__PURE__ */ n(
|
|
11224
|
+
typeof x == "string" ? /* @__PURE__ */ n(S0, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
|
|
10865
11225
|
] })
|
|
10866
11226
|
]
|
|
10867
11227
|
}
|
|
10868
11228
|
);
|
|
10869
11229
|
});
|
|
10870
|
-
function
|
|
11230
|
+
function R6(s, e) {
|
|
10871
11231
|
return s === "filter" || e ? "multiple" : s === "single" ? void 0 : s;
|
|
10872
11232
|
}
|
|
10873
11233
|
const R = (s) => typeof s == "string", a1 = () => {
|
|
@@ -10876,11 +11236,11 @@ const R = (s) => typeof s == "string", a1 = () => {
|
|
|
10876
11236
|
s = i, e = o;
|
|
10877
11237
|
});
|
|
10878
11238
|
return t.resolve = s, t.reject = e, t;
|
|
10879
|
-
}, I1 = (s) => s == null ? "" : "" + s,
|
|
11239
|
+
}, I1 = (s) => s == null ? "" : "" + s, V6 = (s, e, t) => {
|
|
10880
11240
|
s.forEach((i) => {
|
|
10881
11241
|
e[i] && (t[i] = e[i]);
|
|
10882
11242
|
});
|
|
10883
|
-
},
|
|
11243
|
+
}, Z6 = /###/g, O1 = (s) => s && s.indexOf("###") > -1 ? s.replace(Z6, ".") : s, j1 = (s) => !s || R(s), c1 = (s, e, t) => {
|
|
10884
11244
|
const i = R(e) ? e.split(".") : e;
|
|
10885
11245
|
let o = 0;
|
|
10886
11246
|
for (; o < i.length - 1; ) {
|
|
@@ -10905,28 +11265,28 @@ const R = (s) => typeof s == "string", a1 = () => {
|
|
|
10905
11265
|
for (; d.obj === void 0 && C.length; )
|
|
10906
11266
|
h = `${C[C.length - 1]}.${h}`, C = C.slice(0, C.length - 1), d = c1(s, C, Object), d && d.obj && typeof d.obj[`${d.k}.${h}`] < "u" && (d.obj = void 0);
|
|
10907
11267
|
d.obj[`${d.k}.${h}`] = t;
|
|
10908
|
-
},
|
|
11268
|
+
}, H6 = (s, e, t, i) => {
|
|
10909
11269
|
const {
|
|
10910
11270
|
obj: o,
|
|
10911
11271
|
k: h
|
|
10912
11272
|
} = c1(s, e, Object);
|
|
10913
11273
|
o[h] = o[h] || [], o[h].push(t);
|
|
10914
|
-
},
|
|
11274
|
+
}, f1 = (s, e) => {
|
|
10915
11275
|
const {
|
|
10916
11276
|
obj: t,
|
|
10917
11277
|
k: i
|
|
10918
11278
|
} = c1(s, e);
|
|
10919
11279
|
if (t)
|
|
10920
11280
|
return t[i];
|
|
10921
|
-
},
|
|
10922
|
-
const i =
|
|
10923
|
-
return i !== void 0 ? i :
|
|
11281
|
+
}, _6 = (s, e, t) => {
|
|
11282
|
+
const i = f1(s, t);
|
|
11283
|
+
return i !== void 0 ? i : f1(e, t);
|
|
10924
11284
|
}, l2 = (s, e, t) => {
|
|
10925
11285
|
for (const i in e)
|
|
10926
11286
|
i !== "__proto__" && i !== "constructor" && (i in s ? R(s[i]) || s[i] instanceof String || R(e[i]) || e[i] instanceof String ? t && (s[i] = e[i]) : l2(s[i], e[i], t) : s[i] = e[i]);
|
|
10927
11287
|
return s;
|
|
10928
11288
|
}, i1 = (s) => s.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
10929
|
-
var
|
|
11289
|
+
var b6 = {
|
|
10930
11290
|
"&": "&",
|
|
10931
11291
|
"<": "<",
|
|
10932
11292
|
">": ">",
|
|
@@ -10934,8 +11294,8 @@ var N6 = {
|
|
|
10934
11294
|
"'": "'",
|
|
10935
11295
|
"/": "/"
|
|
10936
11296
|
};
|
|
10937
|
-
const
|
|
10938
|
-
class
|
|
11297
|
+
const y6 = (s) => R(s) ? s.replace(/[&<>"'\/]/g, (e) => b6[e]) : s;
|
|
11298
|
+
class E6 {
|
|
10939
11299
|
constructor(e) {
|
|
10940
11300
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
10941
11301
|
}
|
|
@@ -10947,11 +11307,11 @@ class M6 {
|
|
|
10947
11307
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
10948
11308
|
}
|
|
10949
11309
|
}
|
|
10950
|
-
const
|
|
11310
|
+
const A6 = [" ", ",", "?", "!", ";"], D6 = new E6(20), K6 = (s, e, t) => {
|
|
10951
11311
|
e = e || "", t = t || "";
|
|
10952
|
-
const i =
|
|
11312
|
+
const i = A6.filter((C) => e.indexOf(C) < 0 && t.indexOf(C) < 0);
|
|
10953
11313
|
if (i.length === 0) return !0;
|
|
10954
|
-
const o =
|
|
11314
|
+
const o = D6.getRegExp(`(${i.map((C) => C === "?" ? "\\?" : C).join("|")})`);
|
|
10955
11315
|
let h = !o.test(s);
|
|
10956
11316
|
if (!h) {
|
|
10957
11317
|
const C = s.indexOf(t);
|
|
@@ -10978,7 +11338,7 @@ const R6 = [" ", ",", "?", "!", ";"], V6 = new M6(20), Z6 = (s, e, t) => {
|
|
|
10978
11338
|
o = C;
|
|
10979
11339
|
}
|
|
10980
11340
|
return o;
|
|
10981
|
-
}, m1 = (s) => s && s.replace("_", "-"),
|
|
11341
|
+
}, m1 = (s) => s && s.replace("_", "-"), B6 = {
|
|
10982
11342
|
type: "logger",
|
|
10983
11343
|
log(s) {
|
|
10984
11344
|
this.output("log", s);
|
|
@@ -11000,7 +11360,7 @@ class k1 {
|
|
|
11000
11360
|
}
|
|
11001
11361
|
init(e) {
|
|
11002
11362
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11003
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
11363
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || B6, this.options = t, this.debug = t.debug;
|
|
11004
11364
|
}
|
|
11005
11365
|
log() {
|
|
11006
11366
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -11090,7 +11450,7 @@ class $1 extends N1 {
|
|
|
11090
11450
|
const h = o.keySeparator !== void 0 ? o.keySeparator : this.options.keySeparator, C = o.ignoreJSONStructure !== void 0 ? o.ignoreJSONStructure : this.options.ignoreJSONStructure;
|
|
11091
11451
|
let d;
|
|
11092
11452
|
e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, t], i && (Array.isArray(i) ? d.push(...i) : R(i) && h ? d.push(...i.split(h)) : d.push(i)));
|
|
11093
|
-
const r =
|
|
11453
|
+
const r = f1(this.data, d);
|
|
11094
11454
|
return !r && !t && !i && e.indexOf(".") > -1 && (e = d[0], t = d[1], i = d.slice(2).join(".")), r || !C || !R(i) ? r : H1(this.data && this.data[e] && this.data[e][t], i, h);
|
|
11095
11455
|
}
|
|
11096
11456
|
addResource(e, t, i, o) {
|
|
@@ -11117,7 +11477,7 @@ class $1 extends N1 {
|
|
|
11117
11477
|
skipCopy: !1
|
|
11118
11478
|
}, d = [e, t];
|
|
11119
11479
|
e.indexOf(".") > -1 && (d = e.split("."), o = i, i = t, t = d[1]), this.addNamespaces(t);
|
|
11120
|
-
let r =
|
|
11480
|
+
let r = f1(this.data, d) || {};
|
|
11121
11481
|
C.skipCopy || (i = JSON.parse(JSON.stringify(i))), o ? l2(r, i, h) : r = {
|
|
11122
11482
|
...r,
|
|
11123
11483
|
...i
|
|
@@ -11160,7 +11520,7 @@ const T1 = {};
|
|
|
11160
11520
|
class v1 extends N1 {
|
|
11161
11521
|
constructor(e) {
|
|
11162
11522
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11163
|
-
super(),
|
|
11523
|
+
super(), V6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = O.create("translator");
|
|
11164
11524
|
}
|
|
11165
11525
|
changeLanguage(e) {
|
|
11166
11526
|
e && (this.language = e);
|
|
@@ -11179,7 +11539,7 @@ class v1 extends N1 {
|
|
|
11179
11539
|
i === void 0 && (i = ":");
|
|
11180
11540
|
const o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11181
11541
|
let h = t.ns || this.options.defaultNS || [];
|
|
11182
|
-
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
11542
|
+
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !K6(e, i, o);
|
|
11183
11543
|
if (C && !d) {
|
|
11184
11544
|
const r = e.match(this.interpolator.nestingRegexp);
|
|
11185
11545
|
if (r && r.length > 0)
|
|
@@ -11226,41 +11586,41 @@ class v1 extends N1 {
|
|
|
11226
11586
|
} : C;
|
|
11227
11587
|
}
|
|
11228
11588
|
const p = this.resolve(e, t);
|
|
11229
|
-
let
|
|
11230
|
-
const
|
|
11231
|
-
if (V &&
|
|
11589
|
+
let w = p && p.res;
|
|
11590
|
+
const u = p && p.usedKey || C, L = p && p.exactUsedKey || C, f = Object.prototype.toString.apply(w), m = ["[object Number]", "[object Function]", "[object RegExp]"], M = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, V = !this.i18nFormat || this.i18nFormat.handleAsObject, b = !R(w) && typeof w != "boolean" && typeof w != "number";
|
|
11591
|
+
if (V && w && b && m.indexOf(f) < 0 && !(R(M) && Array.isArray(w))) {
|
|
11232
11592
|
if (!t.returnObjects && !this.options.returnObjects) {
|
|
11233
11593
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
11234
|
-
const k = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(
|
|
11594
|
+
const k = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(u, w, {
|
|
11235
11595
|
...t,
|
|
11236
11596
|
ns: d
|
|
11237
11597
|
}) : `key '${C} (${this.language})' returned an object instead of string.`;
|
|
11238
11598
|
return o ? (p.res = k, p.usedParams = this.getUsedParamsDetails(t), p) : k;
|
|
11239
11599
|
}
|
|
11240
11600
|
if (h) {
|
|
11241
|
-
const k = Array.isArray(
|
|
11242
|
-
for (const x in
|
|
11243
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
11601
|
+
const k = Array.isArray(w), Z = k ? [] : {}, N = k ? L : u;
|
|
11602
|
+
for (const x in w)
|
|
11603
|
+
if (Object.prototype.hasOwnProperty.call(w, x)) {
|
|
11244
11604
|
const B = `${N}${h}${x}`;
|
|
11245
11605
|
Z[x] = this.translate(B, {
|
|
11246
11606
|
...t,
|
|
11247
11607
|
joinArrays: !1,
|
|
11248
11608
|
ns: d
|
|
11249
|
-
}), Z[x] === B && (Z[x] =
|
|
11609
|
+
}), Z[x] === B && (Z[x] = w[x]);
|
|
11250
11610
|
}
|
|
11251
|
-
|
|
11611
|
+
w = Z;
|
|
11252
11612
|
}
|
|
11253
|
-
} else if (V && R(M) && Array.isArray(
|
|
11254
|
-
|
|
11613
|
+
} else if (V && R(M) && Array.isArray(w))
|
|
11614
|
+
w = w.join(M), w && (w = this.extendTranslation(w, e, t, i));
|
|
11255
11615
|
else {
|
|
11256
11616
|
let k = !1, Z = !1;
|
|
11257
11617
|
const N = t.count !== void 0 && !R(t.count), x = v1.hasDefaultValue(t), B = N ? this.pluralResolver.getSuffix(l, t.count, t) : "", G = t.ordinal && N ? this.pluralResolver.getSuffix(l, t.count, {
|
|
11258
11618
|
ordinal: !1
|
|
11259
11619
|
}) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), Y = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${B}`] || t[`defaultValue${G}`] || t.defaultValue;
|
|
11260
|
-
!this.isValidLookup(
|
|
11261
|
-
const F = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && Z ? void 0 :
|
|
11620
|
+
!this.isValidLookup(w) && x && (k = !0, w = Y), this.isValidLookup(w) || (Z = !0, w = C);
|
|
11621
|
+
const F = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && Z ? void 0 : w, T = x && Y !== w && this.options.updateMissing;
|
|
11262
11622
|
if (Z || k || T) {
|
|
11263
|
-
if (this.logger.log(T ? "updateKey" : "missingKey", l, r, C, T ? Y :
|
|
11623
|
+
if (this.logger.log(T ? "updateKey" : "missingKey", l, r, C, T ? Y : w), h) {
|
|
11264
11624
|
const A = this.resolve(C, {
|
|
11265
11625
|
...t,
|
|
11266
11626
|
keySeparator: !1
|
|
@@ -11274,8 +11634,8 @@ class v1 extends N1 {
|
|
|
11274
11634
|
P.push(U[A]);
|
|
11275
11635
|
else this.options.saveMissingTo === "all" ? P = this.languageUtils.toResolveHierarchy(t.lng || this.language) : P.push(t.lng || this.language);
|
|
11276
11636
|
const o1 = (A, _, S) => {
|
|
11277
|
-
const n1 = x && S !==
|
|
11278
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(A, r, _, n1, T, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(A, r, _, n1, T, t), this.emit("missingKey", A, r, _,
|
|
11637
|
+
const n1 = x && S !== w ? S : F;
|
|
11638
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(A, r, _, n1, T, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(A, r, _, n1, T, t), this.emit("missingKey", A, r, _, w);
|
|
11279
11639
|
};
|
|
11280
11640
|
this.options.saveMissing && (this.options.saveMissingPlurals && N ? P.forEach((A) => {
|
|
11281
11641
|
const _ = this.pluralResolver.getSuffixes(A, t);
|
|
@@ -11284,9 +11644,9 @@ class v1 extends N1 {
|
|
|
11284
11644
|
});
|
|
11285
11645
|
}) : o1(P, C, Y));
|
|
11286
11646
|
}
|
|
11287
|
-
|
|
11647
|
+
w = this.extendTranslation(w, e, t, p, i), Z && w === C && this.options.appendNamespaceToMissingKey && (w = `${r}:${C}`), (Z || k) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? w = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${r}:${C}` : C, k ? w : void 0) : w = this.options.parseMissingKeyHandler(w));
|
|
11288
11648
|
}
|
|
11289
|
-
return o ? (p.res =
|
|
11649
|
+
return o ? (p.res = w, p.usedParams = this.getUsedParamsDetails(t), p) : w;
|
|
11290
11650
|
}
|
|
11291
11651
|
extendTranslation(e, t, i, o, h) {
|
|
11292
11652
|
var C = this;
|
|
@@ -11308,21 +11668,21 @@ class v1 extends N1 {
|
|
|
11308
11668
|
const l = R(e) && (i && i.interpolation && i.interpolation.skipOnVariables !== void 0 ? i.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
|
|
11309
11669
|
let a;
|
|
11310
11670
|
if (l) {
|
|
11311
|
-
const
|
|
11312
|
-
a =
|
|
11671
|
+
const w = e.match(this.interpolator.nestingRegexp);
|
|
11672
|
+
a = w && w.length;
|
|
11313
11673
|
}
|
|
11314
11674
|
let p = i.replace && !R(i.replace) ? i.replace : i;
|
|
11315
11675
|
if (this.options.interpolation.defaultVariables && (p = {
|
|
11316
11676
|
...this.options.interpolation.defaultVariables,
|
|
11317
11677
|
...p
|
|
11318
11678
|
}), e = this.interpolator.interpolate(e, p, i.lng || this.language || o.usedLng, i), l) {
|
|
11319
|
-
const
|
|
11320
|
-
a <
|
|
11679
|
+
const w = e.match(this.interpolator.nestingRegexp), u = w && w.length;
|
|
11680
|
+
a < u && (i.nest = !1);
|
|
11321
11681
|
}
|
|
11322
11682
|
!i.lng && this.options.compatibilityAPI !== "v1" && o && o.res && (i.lng = this.language || o.usedLng), i.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
|
11323
|
-
for (var
|
|
11324
|
-
|
|
11325
|
-
return h && h[0] ===
|
|
11683
|
+
for (var w = arguments.length, u = new Array(w), L = 0; L < w; L++)
|
|
11684
|
+
u[L] = arguments[L];
|
|
11685
|
+
return h && h[0] === u[0] && !i.context ? (C.logger.warn(`It seems you are nesting recursively key: ${u[0]} in key: ${t[0]}`), null) : C.translate(...u, t);
|
|
11326
11686
|
}, i)), i.interpolation && this.interpolator.reset();
|
|
11327
11687
|
}
|
|
11328
11688
|
const d = i.postProcess || this.options.postProcess, r = R(d) ? [d] : d;
|
|
@@ -11342,9 +11702,9 @@ class v1 extends N1 {
|
|
|
11342
11702
|
o = a;
|
|
11343
11703
|
let p = l.namespaces;
|
|
11344
11704
|
this.options.fallbackNS && (p = p.concat(this.options.fallbackNS));
|
|
11345
|
-
const
|
|
11705
|
+
const w = t.count !== void 0 && !R(t.count), u = w && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), L = t.context !== void 0 && (R(t.context) || typeof t.context == "number") && t.context !== "", f = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
|
11346
11706
|
p.forEach((m) => {
|
|
11347
|
-
this.isValidLookup(i) || (d = m, !T1[`${
|
|
11707
|
+
this.isValidLookup(i) || (d = m, !T1[`${f[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(d) && (T1[`${f[0]}-${m}`] = !0, this.logger.warn(`key "${o}" for languages "${f.join(", ")}" won't get resolved as namespace "${d}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), f.forEach((M) => {
|
|
11348
11708
|
if (this.isValidLookup(i)) return;
|
|
11349
11709
|
C = M;
|
|
11350
11710
|
const V = [a];
|
|
@@ -11352,11 +11712,11 @@ class v1 extends N1 {
|
|
|
11352
11712
|
this.i18nFormat.addLookupKeys(V, a, M, m, t);
|
|
11353
11713
|
else {
|
|
11354
11714
|
let k;
|
|
11355
|
-
|
|
11715
|
+
w && (k = this.pluralResolver.getSuffix(M, t.count, t));
|
|
11356
11716
|
const Z = `${this.options.pluralSeparator}zero`, N = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
11357
|
-
if (
|
|
11717
|
+
if (w && (V.push(a + k), t.ordinal && k.indexOf(N) === 0 && V.push(a + k.replace(N, this.options.pluralSeparator)), u && V.push(a + Z)), L) {
|
|
11358
11718
|
const x = `${a}${this.options.contextSeparator}${t.context}`;
|
|
11359
|
-
V.push(x),
|
|
11719
|
+
V.push(x), w && (V.push(x + k), t.ordinal && k.indexOf(N) === 0 && V.push(x + k.replace(N, this.options.pluralSeparator)), u && V.push(x + Z));
|
|
11360
11720
|
}
|
|
11361
11721
|
}
|
|
11362
11722
|
let b;
|
|
@@ -11469,7 +11829,7 @@ class P1 {
|
|
|
11469
11829
|
}), o;
|
|
11470
11830
|
}
|
|
11471
11831
|
}
|
|
11472
|
-
let
|
|
11832
|
+
let G6 = [{
|
|
11473
11833
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11474
11834
|
nr: [1, 2],
|
|
11475
11835
|
fc: 1
|
|
@@ -11561,7 +11921,7 @@ let _6 = [{
|
|
|
11561
11921
|
lngs: ["he", "iw"],
|
|
11562
11922
|
nr: [1, 2, 20, 21],
|
|
11563
11923
|
fc: 22
|
|
11564
|
-
}],
|
|
11924
|
+
}], S6 = {
|
|
11565
11925
|
1: (s) => +(s > 1),
|
|
11566
11926
|
2: (s) => +(s != 1),
|
|
11567
11927
|
3: (s) => 0,
|
|
@@ -11585,28 +11945,28 @@ let _6 = [{
|
|
|
11585
11945
|
21: (s) => s % 100 == 1 ? 1 : s % 100 == 2 ? 2 : s % 100 == 3 || s % 100 == 4 ? 3 : 0,
|
|
11586
11946
|
22: (s) => s == 1 ? 0 : s == 2 ? 1 : (s < 0 || s > 10) && s % 10 == 0 ? 2 : 3
|
|
11587
11947
|
};
|
|
11588
|
-
const
|
|
11948
|
+
const Y6 = ["v1", "v2", "v3"], I6 = ["v4"], F1 = {
|
|
11589
11949
|
zero: 0,
|
|
11590
11950
|
one: 1,
|
|
11591
11951
|
two: 2,
|
|
11592
11952
|
few: 3,
|
|
11593
11953
|
many: 4,
|
|
11594
11954
|
other: 5
|
|
11595
|
-
},
|
|
11955
|
+
}, O6 = () => {
|
|
11596
11956
|
const s = {};
|
|
11597
|
-
return
|
|
11957
|
+
return G6.forEach((e) => {
|
|
11598
11958
|
e.lngs.forEach((t) => {
|
|
11599
11959
|
s[t] = {
|
|
11600
11960
|
numbers: e.nr,
|
|
11601
|
-
plurals:
|
|
11961
|
+
plurals: S6[e.fc]
|
|
11602
11962
|
};
|
|
11603
11963
|
});
|
|
11604
11964
|
}), s;
|
|
11605
11965
|
};
|
|
11606
|
-
class
|
|
11966
|
+
class j6 {
|
|
11607
11967
|
constructor(e) {
|
|
11608
11968
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11609
|
-
this.languageUtils = e, this.options = t, this.logger = O.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
11969
|
+
this.languageUtils = e, this.options = t, this.logger = O.create("pluralResolver"), (!this.options.compatibilityJSON || I6.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = O6(), this.pluralRulesCache = {};
|
|
11610
11970
|
}
|
|
11611
11971
|
addRule(e, t) {
|
|
11612
11972
|
this.rules[e] = t;
|
|
@@ -11664,14 +12024,14 @@ class D6 {
|
|
|
11664
12024
|
return this.options.compatibilityJSON === "v1" ? o === 1 ? "" : typeof o == "number" ? `_plural_${o.toString()}` : h() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? h() : this.options.prepend && i.toString() ? this.options.prepend + i.toString() : i.toString();
|
|
11665
12025
|
}
|
|
11666
12026
|
shouldUseIntlApi() {
|
|
11667
|
-
return !
|
|
12027
|
+
return !Y6.includes(this.options.compatibilityJSON);
|
|
11668
12028
|
}
|
|
11669
12029
|
}
|
|
11670
12030
|
const U1 = function(s, e, t) {
|
|
11671
|
-
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h =
|
|
12031
|
+
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h = _6(s, e, t);
|
|
11672
12032
|
return !h && o && R(t) && (h = H1(s, t, i), h === void 0 && (h = H1(e, t, i))), h;
|
|
11673
12033
|
}, V1 = (s) => s.replace(/\$/g, "$$$$");
|
|
11674
|
-
class
|
|
12034
|
+
class W6 {
|
|
11675
12035
|
constructor() {
|
|
11676
12036
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11677
12037
|
this.logger = O.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -11692,15 +12052,15 @@ class K6 {
|
|
|
11692
12052
|
formatSeparator: l,
|
|
11693
12053
|
unescapeSuffix: a,
|
|
11694
12054
|
unescapePrefix: p,
|
|
11695
|
-
nestingPrefix:
|
|
11696
|
-
nestingPrefixEscaped:
|
|
11697
|
-
nestingSuffix:
|
|
11698
|
-
nestingSuffixEscaped:
|
|
12055
|
+
nestingPrefix: w,
|
|
12056
|
+
nestingPrefixEscaped: u,
|
|
12057
|
+
nestingSuffix: L,
|
|
12058
|
+
nestingSuffixEscaped: f,
|
|
11699
12059
|
nestingOptionsSeparator: m,
|
|
11700
12060
|
maxReplaces: M,
|
|
11701
12061
|
alwaysFormat: V
|
|
11702
12062
|
} = e.interpolation;
|
|
11703
|
-
this.escape = t !== void 0 ? t :
|
|
12063
|
+
this.escape = t !== void 0 ? t : y6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = o !== void 0 ? o : !1, this.prefix = h ? i1(h) : C || "{{", this.suffix = d ? i1(d) : r || "}}", this.formatSeparator = l || ",", this.unescapePrefix = a ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = w ? i1(w) : u || i1("$t("), this.nestingSuffix = L ? i1(L) : f || i1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = M || 1e3, this.alwaysFormat = V !== void 0 ? V : !1, this.resetRegExp();
|
|
11704
12064
|
}
|
|
11705
12065
|
reset() {
|
|
11706
12066
|
this.options && this.init(this.options);
|
|
@@ -11711,47 +12071,47 @@ class K6 {
|
|
|
11711
12071
|
}
|
|
11712
12072
|
interpolate(e, t, i, o) {
|
|
11713
12073
|
let h, C, d;
|
|
11714
|
-
const r = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, l = (
|
|
11715
|
-
if (
|
|
11716
|
-
const M = U1(t, r,
|
|
12074
|
+
const r = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, l = (u) => {
|
|
12075
|
+
if (u.indexOf(this.formatSeparator) < 0) {
|
|
12076
|
+
const M = U1(t, r, u, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
11717
12077
|
return this.alwaysFormat ? this.format(M, void 0, i, {
|
|
11718
12078
|
...o,
|
|
11719
12079
|
...t,
|
|
11720
|
-
interpolationkey:
|
|
12080
|
+
interpolationkey: u
|
|
11721
12081
|
}) : M;
|
|
11722
12082
|
}
|
|
11723
|
-
const
|
|
11724
|
-
return this.format(U1(t, r,
|
|
12083
|
+
const L = u.split(this.formatSeparator), f = L.shift().trim(), m = L.join(this.formatSeparator).trim();
|
|
12084
|
+
return this.format(U1(t, r, f, this.options.keySeparator, this.options.ignoreJSONStructure), m, i, {
|
|
11725
12085
|
...o,
|
|
11726
12086
|
...t,
|
|
11727
|
-
interpolationkey:
|
|
12087
|
+
interpolationkey: f
|
|
11728
12088
|
});
|
|
11729
12089
|
};
|
|
11730
12090
|
this.resetRegExp();
|
|
11731
12091
|
const a = o && o.missingInterpolationHandler || this.options.missingInterpolationHandler, p = o && o.interpolation && o.interpolation.skipOnVariables !== void 0 ? o.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
|
11732
12092
|
return [{
|
|
11733
12093
|
regex: this.regexpUnescape,
|
|
11734
|
-
safeValue: (
|
|
12094
|
+
safeValue: (u) => V1(u)
|
|
11735
12095
|
}, {
|
|
11736
12096
|
regex: this.regexp,
|
|
11737
|
-
safeValue: (
|
|
11738
|
-
}].forEach((
|
|
11739
|
-
for (d = 0; h =
|
|
11740
|
-
const
|
|
11741
|
-
if (C = l(
|
|
12097
|
+
safeValue: (u) => this.escapeValue ? V1(this.escape(u)) : V1(u)
|
|
12098
|
+
}].forEach((u) => {
|
|
12099
|
+
for (d = 0; h = u.regex.exec(e); ) {
|
|
12100
|
+
const L = h[1].trim();
|
|
12101
|
+
if (C = l(L), C === void 0)
|
|
11742
12102
|
if (typeof a == "function") {
|
|
11743
12103
|
const m = a(e, h, o);
|
|
11744
12104
|
C = R(m) ? m : "";
|
|
11745
|
-
} else if (o && Object.prototype.hasOwnProperty.call(o,
|
|
12105
|
+
} else if (o && Object.prototype.hasOwnProperty.call(o, L))
|
|
11746
12106
|
C = "";
|
|
11747
12107
|
else if (p) {
|
|
11748
12108
|
C = h[0];
|
|
11749
12109
|
continue;
|
|
11750
12110
|
} else
|
|
11751
|
-
this.logger.warn(`missed to pass in variable ${
|
|
12111
|
+
this.logger.warn(`missed to pass in variable ${L} for interpolating ${e}`), C = "";
|
|
11752
12112
|
else !R(C) && !this.useRawValueToEscape && (C = I1(C));
|
|
11753
|
-
const
|
|
11754
|
-
if (e = e.replace(h[0],
|
|
12113
|
+
const f = u.safeValue(C);
|
|
12114
|
+
if (e = e.replace(h[0], f), p ? (u.regex.lastIndex += C.length, u.regex.lastIndex -= h[0].length) : u.regex.lastIndex = 0, d++, d >= this.maxReplaces)
|
|
11755
12115
|
break;
|
|
11756
12116
|
}
|
|
11757
12117
|
}), e;
|
|
@@ -11762,17 +12122,17 @@ class K6 {
|
|
|
11762
12122
|
const a = this.nestingOptionsSeparator;
|
|
11763
12123
|
if (r.indexOf(a) < 0) return r;
|
|
11764
12124
|
const p = r.split(new RegExp(`${a}[ ]*{`));
|
|
11765
|
-
let
|
|
11766
|
-
r = p[0],
|
|
11767
|
-
const
|
|
11768
|
-
(
|
|
12125
|
+
let w = `{${p[1]}`;
|
|
12126
|
+
r = p[0], w = this.interpolate(w, C);
|
|
12127
|
+
const u = w.match(/'/g), L = w.match(/"/g);
|
|
12128
|
+
(u && u.length % 2 === 0 && !L || L.length % 2 !== 0) && (w = w.replace(/'/g, '"'));
|
|
11769
12129
|
try {
|
|
11770
|
-
C = JSON.parse(
|
|
12130
|
+
C = JSON.parse(w), l && (C = {
|
|
11771
12131
|
...l,
|
|
11772
12132
|
...C
|
|
11773
12133
|
});
|
|
11774
|
-
} catch (
|
|
11775
|
-
return this.logger.warn(`failed parsing options string in nesting for key ${r}`,
|
|
12134
|
+
} catch (f) {
|
|
12135
|
+
return this.logger.warn(`failed parsing options string in nesting for key ${r}`, f), `${r}${a}${w}`;
|
|
11776
12136
|
}
|
|
11777
12137
|
return C.defaultValue && C.defaultValue.indexOf(this.prefix) > -1 && delete C.defaultValue, r;
|
|
11778
12138
|
};
|
|
@@ -11795,7 +12155,7 @@ class K6 {
|
|
|
11795
12155
|
return e;
|
|
11796
12156
|
}
|
|
11797
12157
|
}
|
|
11798
|
-
const
|
|
12158
|
+
const $6 = (s) => {
|
|
11799
12159
|
let e = s.toLowerCase().trim();
|
|
11800
12160
|
const t = {};
|
|
11801
12161
|
if (s.indexOf("(") > -1) {
|
|
@@ -11826,7 +12186,7 @@ const B6 = (s) => {
|
|
|
11826
12186
|
return d || (d = s(m1(i), o), e[C] = d), d(t);
|
|
11827
12187
|
};
|
|
11828
12188
|
};
|
|
11829
|
-
class
|
|
12189
|
+
class T6 {
|
|
11830
12190
|
constructor() {
|
|
11831
12191
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11832
12192
|
this.logger = O.create("formatter"), this.options = e, this.formats = {
|
|
@@ -11886,18 +12246,18 @@ class G6 {
|
|
|
11886
12246
|
const {
|
|
11887
12247
|
formatName: l,
|
|
11888
12248
|
formatOptions: a
|
|
11889
|
-
} =
|
|
12249
|
+
} = $6(r);
|
|
11890
12250
|
if (this.formats[l]) {
|
|
11891
12251
|
let p = d;
|
|
11892
12252
|
try {
|
|
11893
|
-
const
|
|
11894
|
-
p = this.formats[l](d,
|
|
12253
|
+
const w = o && o.formatParams && o.formatParams[o.interpolationkey] || {}, u = w.locale || w.lng || o.locale || o.lng || i;
|
|
12254
|
+
p = this.formats[l](d, u, {
|
|
11895
12255
|
...a,
|
|
11896
12256
|
...o,
|
|
11897
|
-
...
|
|
12257
|
+
...w
|
|
11898
12258
|
});
|
|
11899
|
-
} catch (
|
|
11900
|
-
this.logger.warn(
|
|
12259
|
+
} catch (w) {
|
|
12260
|
+
this.logger.warn(w);
|
|
11901
12261
|
}
|
|
11902
12262
|
return p;
|
|
11903
12263
|
} else
|
|
@@ -11906,10 +12266,10 @@ class G6 {
|
|
|
11906
12266
|
}, e);
|
|
11907
12267
|
}
|
|
11908
12268
|
}
|
|
11909
|
-
const
|
|
12269
|
+
const P6 = (s, e) => {
|
|
11910
12270
|
s.pending[e] !== void 0 && (delete s.pending[e], s.pendingCount--);
|
|
11911
12271
|
};
|
|
11912
|
-
class
|
|
12272
|
+
class F6 extends N1 {
|
|
11913
12273
|
constructor(e, t, i) {
|
|
11914
12274
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
11915
12275
|
super(), this.backend = e, this.store = t, this.services = i, this.languageUtils = i.languageUtils, this.options = o, this.logger = O.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = o.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = o.maxRetries >= 0 ? o.maxRetries : 5, this.retryTimeout = o.retryTimeout >= 1 ? o.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(i, o.backend, o);
|
|
@@ -11919,8 +12279,8 @@ class Y6 extends N1 {
|
|
|
11919
12279
|
return e.forEach((l) => {
|
|
11920
12280
|
let a = !0;
|
|
11921
12281
|
t.forEach((p) => {
|
|
11922
|
-
const
|
|
11923
|
-
!i.reload && this.store.hasResourceBundle(l, p) ? this.state[
|
|
12282
|
+
const w = `${l}|${p}`;
|
|
12283
|
+
!i.reload && this.store.hasResourceBundle(l, p) ? this.state[w] = 2 : this.state[w] < 0 || (this.state[w] === 1 ? C[w] === void 0 && (C[w] = !0) : (this.state[w] = 1, a = !1, C[w] === void 0 && (C[w] = !0), h[w] === void 0 && (h[w] = !0), r[p] === void 0 && (r[p] = !0)));
|
|
11924
12284
|
}), a || (d[l] = !0);
|
|
11925
12285
|
}), (Object.keys(h).length || Object.keys(C).length) && this.queue.push({
|
|
11926
12286
|
pending: C,
|
|
@@ -11942,7 +12302,7 @@ class Y6 extends N1 {
|
|
|
11942
12302
|
}), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
|
|
11943
12303
|
const d = {};
|
|
11944
12304
|
this.queue.forEach((r) => {
|
|
11945
|
-
|
|
12305
|
+
H6(r.loaded, [h], C), P6(r, e), t && r.errors.push(t), r.pendingCount === 0 && !r.done && (Object.keys(r.loaded).forEach((l) => {
|
|
11946
12306
|
d[l] || (d[l] = {});
|
|
11947
12307
|
const a = r.loaded[l];
|
|
11948
12308
|
a.length && a.forEach((p) => {
|
|
@@ -12100,8 +12460,8 @@ const z1 = () => ({
|
|
|
12100
12460
|
maxReplaces: 1e3,
|
|
12101
12461
|
skipOnVariables: !0
|
|
12102
12462
|
}
|
|
12103
|
-
}), J1 = (s) => (R(s.ns) && (s.ns = [s.ns]), R(s.fallbackLng) && (s.fallbackLng = [s.fallbackLng]), R(s.fallbackNS) && (s.fallbackNS = [s.fallbackNS]), s.supportedLngs && s.supportedLngs.indexOf("cimode") < 0 && (s.supportedLngs = s.supportedLngs.concat(["cimode"])), s),
|
|
12104
|
-
},
|
|
12463
|
+
}), J1 = (s) => (R(s.ns) && (s.ns = [s.ns]), R(s.fallbackLng) && (s.fallbackLng = [s.fallbackLng]), R(s.fallbackNS) && (s.fallbackNS = [s.fallbackNS]), s.supportedLngs && s.supportedLngs.indexOf("cimode") < 0 && (s.supportedLngs = s.supportedLngs.concat(["cimode"])), s), L1 = () => {
|
|
12464
|
+
}, U6 = (s) => {
|
|
12105
12465
|
Object.getOwnPropertyNames(Object.getPrototypeOf(s)).forEach((t) => {
|
|
12106
12466
|
typeof s[t] == "function" && (s[t] = s[t].bind(s));
|
|
12107
12467
|
});
|
|
@@ -12111,7 +12471,7 @@ class C1 extends N1 {
|
|
|
12111
12471
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12112
12472
|
if (super(), this.options = J1(e), this.services = {}, this.logger = O, this.modules = {
|
|
12113
12473
|
external: []
|
|
12114
|
-
},
|
|
12474
|
+
}, U6(this), t && !this.isInitialized && !e.isClone) {
|
|
12115
12475
|
if (!this.options.initImmediate)
|
|
12116
12476
|
return this.init(e, t), this;
|
|
12117
12477
|
setTimeout(() => {
|
|
@@ -12136,29 +12496,29 @@ class C1 extends N1 {
|
|
|
12136
12496
|
if (!this.options.isClone) {
|
|
12137
12497
|
this.modules.logger ? O.init(h(this.modules.logger), this.options) : O.init(null, this.options);
|
|
12138
12498
|
let a;
|
|
12139
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
12499
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = T6);
|
|
12140
12500
|
const p = new P1(this.options);
|
|
12141
12501
|
this.store = new $1(this.options.resources, this.options);
|
|
12142
|
-
const
|
|
12143
|
-
|
|
12502
|
+
const w = this.services;
|
|
12503
|
+
w.logger = O, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new j6(p, {
|
|
12144
12504
|
prepend: this.options.pluralSeparator,
|
|
12145
12505
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12146
12506
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12147
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (
|
|
12507
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (w.formatter = h(a), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new W6(this.options), w.utils = {
|
|
12148
12508
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12149
|
-
},
|
|
12150
|
-
for (var
|
|
12151
|
-
|
|
12152
|
-
e.emit(
|
|
12153
|
-
}), this.modules.languageDetector && (
|
|
12154
|
-
for (var
|
|
12155
|
-
|
|
12156
|
-
e.emit(
|
|
12157
|
-
}), this.modules.external.forEach((
|
|
12158
|
-
|
|
12509
|
+
}, w.backendConnector = new F6(h(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(u) {
|
|
12510
|
+
for (var L = arguments.length, f = new Array(L > 1 ? L - 1 : 0), m = 1; m < L; m++)
|
|
12511
|
+
f[m - 1] = arguments[m];
|
|
12512
|
+
e.emit(u, ...f);
|
|
12513
|
+
}), this.modules.languageDetector && (w.languageDetector = h(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = h(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new v1(this.services, this.options), this.translator.on("*", function(u) {
|
|
12514
|
+
for (var L = arguments.length, f = new Array(L > 1 ? L - 1 : 0), m = 1; m < L; m++)
|
|
12515
|
+
f[m - 1] = arguments[m];
|
|
12516
|
+
e.emit(u, ...f);
|
|
12517
|
+
}), this.modules.external.forEach((u) => {
|
|
12518
|
+
u.init && u.init(this);
|
|
12159
12519
|
});
|
|
12160
12520
|
}
|
|
12161
|
-
if (this.format = this.options.interpolation.format, i || (i =
|
|
12521
|
+
if (this.format = this.options.interpolation.format, i || (i = L1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
12162
12522
|
const a = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
|
12163
12523
|
a.length > 0 && a[0] !== "dev" && (this.options.lng = a[0]);
|
|
12164
12524
|
}
|
|
@@ -12172,8 +12532,8 @@ class C1 extends N1 {
|
|
|
12172
12532
|
};
|
|
12173
12533
|
});
|
|
12174
12534
|
const r = a1(), l = () => {
|
|
12175
|
-
const a = (p,
|
|
12176
|
-
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), r.resolve(
|
|
12535
|
+
const a = (p, w) => {
|
|
12536
|
+
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), r.resolve(w), i(p, w);
|
|
12177
12537
|
};
|
|
12178
12538
|
if (this.languages && this.options.compatibilityAPI !== "v1" && !this.isInitialized) return a(null, this.t.bind(this));
|
|
12179
12539
|
this.changeLanguage(this.options.lng, a);
|
|
@@ -12181,7 +12541,7 @@ class C1 extends N1 {
|
|
|
12181
12541
|
return this.options.resources || !this.options.initImmediate ? l() : setTimeout(l, 0), r;
|
|
12182
12542
|
}
|
|
12183
12543
|
loadResources(e) {
|
|
12184
|
-
let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
12544
|
+
let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : L1;
|
|
12185
12545
|
const o = R(e) ? e : this.language;
|
|
12186
12546
|
if (typeof e == "function" && (i = e), !this.options.resources || this.options.partialBundledLanguages) {
|
|
12187
12547
|
if (o && o.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return i();
|
|
@@ -12199,7 +12559,7 @@ class C1 extends N1 {
|
|
|
12199
12559
|
}
|
|
12200
12560
|
reloadResources(e, t, i) {
|
|
12201
12561
|
const o = a1();
|
|
12202
|
-
return typeof e == "function" && (i = e, e = void 0), typeof t == "function" && (i = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), i || (i =
|
|
12562
|
+
return typeof e == "function" && (i = e, e = void 0), typeof t == "function" && (i = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), i || (i = L1), this.services.backendConnector.reload(e, t, (h) => {
|
|
12203
12563
|
o.resolve(), i(h);
|
|
12204
12564
|
}), o;
|
|
12205
12565
|
}
|
|
@@ -12253,9 +12613,9 @@ class C1 extends N1 {
|
|
|
12253
12613
|
...d
|
|
12254
12614
|
};
|
|
12255
12615
|
r.lng = r.lng || h.lng, r.lngs = r.lngs || h.lngs, r.ns = r.ns || h.ns, r.keyPrefix !== "" && (r.keyPrefix = r.keyPrefix || i || h.keyPrefix);
|
|
12256
|
-
const
|
|
12257
|
-
let
|
|
12258
|
-
return r.keyPrefix && Array.isArray(C) ?
|
|
12616
|
+
const w = o.options.keySeparator || ".";
|
|
12617
|
+
let u;
|
|
12618
|
+
return r.keyPrefix && Array.isArray(C) ? u = C.map((L) => `${r.keyPrefix}${w}${L}`) : u = r.keyPrefix ? `${r.keyPrefix}${w}${C}` : C, o.t(u, r);
|
|
12259
12619
|
};
|
|
12260
12620
|
return R(e) ? h.lng = e : h.lngs = e, h.ns = t, h.keyPrefix = i, h;
|
|
12261
12621
|
}
|
|
@@ -12312,7 +12672,7 @@ class C1 extends N1 {
|
|
|
12312
12672
|
return new C1(e, t);
|
|
12313
12673
|
}
|
|
12314
12674
|
cloneInstance() {
|
|
12315
|
-
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
12675
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : L1;
|
|
12316
12676
|
const i = e.forkResourceStore;
|
|
12317
12677
|
i && delete e.forkResourceStore;
|
|
12318
12678
|
const o = {
|
|
@@ -12360,7 +12720,7 @@ K.setDefaultNamespace;
|
|
|
12360
12720
|
K.hasLoadedNamespace;
|
|
12361
12721
|
K.loadNamespaces;
|
|
12362
12722
|
K.loadLanguages;
|
|
12363
|
-
function
|
|
12723
|
+
function z6() {
|
|
12364
12724
|
if (console && console.warn) {
|
|
12365
12725
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
12366
12726
|
e[t] = arguments[t];
|
|
@@ -12371,7 +12731,7 @@ const Q1 = {};
|
|
|
12371
12731
|
function _1() {
|
|
12372
12732
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
12373
12733
|
e[t] = arguments[t];
|
|
12374
|
-
J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()),
|
|
12734
|
+
J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()), z6(...e));
|
|
12375
12735
|
}
|
|
12376
12736
|
const a2 = (s, e) => () => {
|
|
12377
12737
|
if (s.isInitialized)
|
|
@@ -12390,7 +12750,7 @@ const a2 = (s, e) => () => {
|
|
|
12390
12750
|
J(t) && (t = [t]), t.forEach((o) => {
|
|
12391
12751
|
s.options.ns.indexOf(o) < 0 && s.options.ns.push(o);
|
|
12392
12752
|
}), s.loadLanguages(e, a2(s, i));
|
|
12393
|
-
},
|
|
12753
|
+
}, J6 = function(s, e) {
|
|
12394
12754
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12395
12755
|
const i = e.languages[0], o = e.options ? e.options.fallbackLng : !1, h = e.languages[e.languages.length - 1];
|
|
12396
12756
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -12399,15 +12759,15 @@ const a2 = (s, e) => () => {
|
|
|
12399
12759
|
return l === -1 || l === 2;
|
|
12400
12760
|
};
|
|
12401
12761
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !C(e.isLanguageChangingTo, s) ? !1 : !!(e.hasResourceBundle(i, s) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || C(i, s) && (!o || C(h, s)));
|
|
12402
|
-
},
|
|
12762
|
+
}, Q6 = function(s, e) {
|
|
12403
12763
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12404
12764
|
return !e.languages || !e.languages.length ? (_1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(s, {
|
|
12405
12765
|
lng: t.lng,
|
|
12406
12766
|
precheck: (o, h) => {
|
|
12407
12767
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !h(o.isLanguageChangingTo, s)) return !1;
|
|
12408
12768
|
}
|
|
12409
|
-
}) :
|
|
12410
|
-
}, J = (s) => typeof s == "string",
|
|
12769
|
+
}) : J6(s, e, t);
|
|
12770
|
+
}, J = (s) => typeof s == "string", q6 = (s) => typeof s == "object" && s !== null, X6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, e3 = {
|
|
12411
12771
|
"&": "&",
|
|
12412
12772
|
"&": "&",
|
|
12413
12773
|
"<": "<",
|
|
@@ -12428,7 +12788,7 @@ const a2 = (s, e) => () => {
|
|
|
12428
12788
|
"…": "…",
|
|
12429
12789
|
"/": "/",
|
|
12430
12790
|
"/": "/"
|
|
12431
|
-
},
|
|
12791
|
+
}, t3 = (s) => e3[s], i3 = (s) => s.replace(X6, t3);
|
|
12432
12792
|
let b1 = {
|
|
12433
12793
|
bindI18n: "languageChanged",
|
|
12434
12794
|
bindI18nStore: "",
|
|
@@ -12437,25 +12797,25 @@ let b1 = {
|
|
|
12437
12797
|
transWrapTextNodes: "",
|
|
12438
12798
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
12439
12799
|
useSuspense: !0,
|
|
12440
|
-
unescape:
|
|
12800
|
+
unescape: i3
|
|
12441
12801
|
};
|
|
12442
|
-
const
|
|
12802
|
+
const s3 = function() {
|
|
12443
12803
|
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12444
12804
|
b1 = {
|
|
12445
12805
|
...b1,
|
|
12446
12806
|
...s
|
|
12447
12807
|
};
|
|
12448
|
-
},
|
|
12808
|
+
}, o3 = () => b1;
|
|
12449
12809
|
let h2;
|
|
12450
|
-
const
|
|
12810
|
+
const n3 = (s) => {
|
|
12451
12811
|
h2 = s;
|
|
12452
|
-
},
|
|
12812
|
+
}, l3 = () => h2, r3 = {
|
|
12453
12813
|
type: "3rdParty",
|
|
12454
12814
|
init(s) {
|
|
12455
|
-
|
|
12815
|
+
s3(s.options.react), n3(s);
|
|
12456
12816
|
}
|
|
12457
|
-
},
|
|
12458
|
-
class
|
|
12817
|
+
}, a3 = e2();
|
|
12818
|
+
class h3 {
|
|
12459
12819
|
constructor() {
|
|
12460
12820
|
D1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
12461
12821
|
this.usedNamespaces = {};
|
|
@@ -12466,27 +12826,27 @@ class t3 {
|
|
|
12466
12826
|
});
|
|
12467
12827
|
}
|
|
12468
12828
|
}
|
|
12469
|
-
const
|
|
12829
|
+
const c3 = (s, e) => {
|
|
12470
12830
|
const t = W();
|
|
12471
12831
|
return D(() => {
|
|
12472
12832
|
t.current = s;
|
|
12473
12833
|
}, [s, e]), t.current;
|
|
12474
|
-
}, c2 = (s, e, t, i) => s.getFixedT(e, t, i),
|
|
12834
|
+
}, c2 = (s, e, t, i) => s.getFixedT(e, t, i), C3 = (s, e, t, i) => I(c2(s, e, t, i), [s, e, t, i]), d3 = function(s) {
|
|
12475
12835
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
12476
12836
|
const {
|
|
12477
12837
|
i18n: t
|
|
12478
12838
|
} = e, {
|
|
12479
12839
|
i18n: i,
|
|
12480
12840
|
defaultNS: o
|
|
12481
|
-
} = $(
|
|
12482
|
-
if (h && !h.reportNamespaces && (h.reportNamespaces = new
|
|
12841
|
+
} = $(a3) || {}, h = t || i || l3();
|
|
12842
|
+
if (h && !h.reportNamespaces && (h.reportNamespaces = new h3()), !h) {
|
|
12483
12843
|
_1("You will need to pass in an i18next instance by using initReactI18next");
|
|
12484
|
-
const k = (N, x) => J(x) ? x :
|
|
12844
|
+
const k = (N, x) => J(x) ? x : q6(x) && J(x.defaultValue) ? x.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, Z = [k, {}, !1];
|
|
12485
12845
|
return Z.t = k, Z.i18n = {}, Z.ready = !1, Z;
|
|
12486
12846
|
}
|
|
12487
12847
|
h.options.react && h.options.react.wait !== void 0 && _1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
12488
12848
|
const C = {
|
|
12489
|
-
...
|
|
12849
|
+
...o3(),
|
|
12490
12850
|
...h.options.react,
|
|
12491
12851
|
...e
|
|
12492
12852
|
}, {
|
|
@@ -12495,52 +12855,52 @@ const i3 = (s, e) => {
|
|
|
12495
12855
|
} = C;
|
|
12496
12856
|
let l = s;
|
|
12497
12857
|
l = J(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
12498
|
-
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) =>
|
|
12858
|
+
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => Q6(k, h, C)), p = C3(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), w = () => p, u = () => c2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [L, f] = E(w);
|
|
12499
12859
|
let m = l.join();
|
|
12500
12860
|
e.lng && (m = `${e.lng}${m}`);
|
|
12501
|
-
const M =
|
|
12861
|
+
const M = c3(m), V = W(!0);
|
|
12502
12862
|
D(() => {
|
|
12503
12863
|
const {
|
|
12504
12864
|
bindI18n: k,
|
|
12505
12865
|
bindI18nStore: Z
|
|
12506
12866
|
} = C;
|
|
12507
12867
|
V.current = !0, !a && !d && (e.lng ? X1(h, e.lng, l, () => {
|
|
12508
|
-
V.current &&
|
|
12868
|
+
V.current && f(u);
|
|
12509
12869
|
}) : q1(h, l, () => {
|
|
12510
|
-
V.current &&
|
|
12511
|
-
})), a && M && M !== m && V.current &&
|
|
12870
|
+
V.current && f(u);
|
|
12871
|
+
})), a && M && M !== m && V.current && f(u);
|
|
12512
12872
|
const N = () => {
|
|
12513
|
-
V.current &&
|
|
12873
|
+
V.current && f(u);
|
|
12514
12874
|
};
|
|
12515
12875
|
return k && h && h.on(k, N), Z && h && h.store.on(Z, N), () => {
|
|
12516
12876
|
V.current = !1, k && h && k.split(" ").forEach((x) => h.off(x, N)), Z && h && Z.split(" ").forEach((x) => h.store.off(x, N));
|
|
12517
12877
|
};
|
|
12518
12878
|
}, [h, m]), D(() => {
|
|
12519
|
-
V.current && a &&
|
|
12879
|
+
V.current && a && f(w);
|
|
12520
12880
|
}, [h, r, a]);
|
|
12521
|
-
const b = [
|
|
12522
|
-
if (b.t =
|
|
12881
|
+
const b = [L, h, a];
|
|
12882
|
+
if (b.t = L, b.i18n = h, b.ready = a, a || !a && !d) return b;
|
|
12523
12883
|
throw new Promise((k) => {
|
|
12524
12884
|
e.lng ? X1(h, e.lng, l, () => k()) : q1(h, l, () => k());
|
|
12525
12885
|
});
|
|
12526
|
-
},
|
|
12527
|
-
placeholder:
|
|
12528
|
-
},
|
|
12529
|
-
placeholder:
|
|
12886
|
+
}, g3 = "Country", w3 = {
|
|
12887
|
+
placeholder: g3
|
|
12888
|
+
}, u3 = "Страна", p3 = {
|
|
12889
|
+
placeholder: u3
|
|
12530
12890
|
};
|
|
12531
|
-
K.use(
|
|
12891
|
+
K.use(r3).init({
|
|
12532
12892
|
defaultNS: "common",
|
|
12533
12893
|
lng: "en",
|
|
12534
12894
|
resources: {
|
|
12535
12895
|
en: {
|
|
12536
|
-
common:
|
|
12896
|
+
common: w3
|
|
12537
12897
|
},
|
|
12538
12898
|
ru: {
|
|
12539
|
-
common:
|
|
12899
|
+
common: p3
|
|
12540
12900
|
}
|
|
12541
12901
|
}
|
|
12542
12902
|
});
|
|
12543
|
-
const
|
|
12903
|
+
const x3 = q(
|
|
12544
12904
|
({
|
|
12545
12905
|
width: s,
|
|
12546
12906
|
selectedCity: e,
|
|
@@ -12553,19 +12913,19 @@ const w3 = q(
|
|
|
12553
12913
|
clearable: r,
|
|
12554
12914
|
error: l
|
|
12555
12915
|
}, a) => {
|
|
12556
|
-
const [p,
|
|
12916
|
+
const [p, w] = E([]), [u, L] = E([]), [f, m] = E(!1), { locale: M, axiosPeople: V } = $(Q);
|
|
12557
12917
|
if (!V)
|
|
12558
12918
|
throw new Error(
|
|
12559
12919
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
|
12560
12920
|
Please provide it via SNMTUiContext.`
|
|
12561
12921
|
);
|
|
12562
|
-
const { t: b } =
|
|
12922
|
+
const { t: b } = d3("common", { lng: M }), k = I(async () => {
|
|
12563
12923
|
m(!0);
|
|
12564
12924
|
try {
|
|
12565
12925
|
const N = await V.post("v1/countries/search");
|
|
12566
|
-
|
|
12926
|
+
L(N == null ? void 0 : N.data.data);
|
|
12567
12927
|
} catch {
|
|
12568
|
-
|
|
12928
|
+
w([]);
|
|
12569
12929
|
} finally {
|
|
12570
12930
|
m(!1);
|
|
12571
12931
|
}
|
|
@@ -12574,7 +12934,7 @@ const w3 = q(
|
|
|
12574
12934
|
k();
|
|
12575
12935
|
}, []), D(() => {
|
|
12576
12936
|
if (e) {
|
|
12577
|
-
const N = e.split("-")[1], x =
|
|
12937
|
+
const N = e.split("-")[1], x = u.filter(
|
|
12578
12938
|
(B) => B.name.includes(N)
|
|
12579
12939
|
);
|
|
12580
12940
|
if (x.length) {
|
|
@@ -12585,18 +12945,18 @@ const w3 = q(
|
|
|
12585
12945
|
i(B[0].value);
|
|
12586
12946
|
}
|
|
12587
12947
|
}
|
|
12588
|
-
}, [e,
|
|
12589
|
-
const N =
|
|
12948
|
+
}, [e, u, i]), D(() => {
|
|
12949
|
+
const N = u.map((x) => ({
|
|
12590
12950
|
label: x.name,
|
|
12591
12951
|
value: x.name
|
|
12592
12952
|
}));
|
|
12593
|
-
|
|
12594
|
-
}, [
|
|
12953
|
+
w(N);
|
|
12954
|
+
}, [u]);
|
|
12595
12955
|
const Z = (N) => {
|
|
12596
12956
|
N === null ? (i(""), t && t("")) : (i(N), t && t(""));
|
|
12597
12957
|
};
|
|
12598
12958
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
|
12599
|
-
|
|
12959
|
+
M6,
|
|
12600
12960
|
{
|
|
12601
12961
|
id: h,
|
|
12602
12962
|
width: s,
|
|
@@ -12606,7 +12966,7 @@ const w3 = q(
|
|
|
12606
12966
|
onChange: Z,
|
|
12607
12967
|
options: p,
|
|
12608
12968
|
disabled: C,
|
|
12609
|
-
isLoading:
|
|
12969
|
+
isLoading: f,
|
|
12610
12970
|
required: d,
|
|
12611
12971
|
clearable: r,
|
|
12612
12972
|
error: l
|
|
@@ -12615,5 +12975,5 @@ const w3 = q(
|
|
|
12615
12975
|
}
|
|
12616
12976
|
);
|
|
12617
12977
|
export {
|
|
12618
|
-
|
|
12978
|
+
x3 as CountrySelect
|
|
12619
12979
|
};
|