@snmt-react-ui/user-select 2.12.2 → 2.12.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/user-select.js +1160 -696
- package/package.json +4 -4
package/dist/user-select.js
CHANGED
|
@@ -3,11 +3,11 @@ var _2 = (s, e, t) => e in s ? H2(s, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var P1 = (s, e, t) => _2(s, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
|
5
5
|
import { jsx as o, Fragment as i1, jsxs as g } from "react/jsx-runtime";
|
|
6
|
-
import { forwardRef as r1, useState as
|
|
6
|
+
import { forwardRef as r1, useState as K, useRef as J, useCallback as T, useEffect as G, useMemo as F1, useImperativeHandle as c1, useContext as n1, createContext as p2 } from "react";
|
|
7
7
|
import { Select as b2, Tag as $1, Flex as y2, Checkbox as E2, Avatar as A2, Typography as N1, Popover as D2 } from "antd";
|
|
8
8
|
import { COLORS as c, SNMTUiContext as C1 } from "@snmt-react-ui/core";
|
|
9
|
-
var
|
|
10
|
-
function
|
|
9
|
+
var K2 = Object.defineProperty, B2 = (s, e, t) => e in s ? K2(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, S2 = (s, e, t) => B2(s, e + "", t), G2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
10
|
+
function O2() {
|
|
11
11
|
if (console && console.warn) {
|
|
12
12
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
13
13
|
e[t] = arguments[t];
|
|
@@ -15,10 +15,10 @@ function I2() {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
const U1 = {};
|
|
18
|
-
function
|
|
18
|
+
function I1() {
|
|
19
19
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
20
20
|
e[t] = arguments[t];
|
|
21
|
-
a1(e[0]) && U1[e[0]] || (a1(e[0]) && (U1[e[0]] = /* @__PURE__ */ new Date()),
|
|
21
|
+
a1(e[0]) && U1[e[0]] || (a1(e[0]) && (U1[e[0]] = /* @__PURE__ */ new Date()), O2(...e));
|
|
22
22
|
}
|
|
23
23
|
const f2 = (s, e) => () => {
|
|
24
24
|
if (s.isInitialized)
|
|
@@ -37,7 +37,7 @@ const f2 = (s, e) => () => {
|
|
|
37
37
|
a1(t) && (t = [t]), t.forEach((n) => {
|
|
38
38
|
s.options.ns.indexOf(n) < 0 && s.options.ns.push(n);
|
|
39
39
|
}), s.loadLanguages(e, f2(s, i));
|
|
40
|
-
},
|
|
40
|
+
}, I2 = function(s, e) {
|
|
41
41
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
42
42
|
const i = e.languages[0], n = e.options ? e.options.fallbackLng : !1, h = e.languages[e.languages.length - 1];
|
|
43
43
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -48,12 +48,12 @@ const f2 = (s, e) => () => {
|
|
|
48
48
|
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) && (!n || C(h, s)));
|
|
49
49
|
}, Y2 = function(s, e) {
|
|
50
50
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
51
|
-
return !e.languages || !e.languages.length ? (
|
|
51
|
+
return !e.languages || !e.languages.length ? (I1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(s, {
|
|
52
52
|
lng: t.lng,
|
|
53
53
|
precheck: (i, n) => {
|
|
54
54
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !n(i.isLanguageChangingTo, s)) return !1;
|
|
55
55
|
}
|
|
56
|
-
}) :
|
|
56
|
+
}) : I2(s, e, t);
|
|
57
57
|
}, a1 = (s) => typeof s == "string", j2 = (s) => typeof s == "object" && s !== null, W2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, $2 = {
|
|
58
58
|
"&": "&",
|
|
59
59
|
"&": "&",
|
|
@@ -113,11 +113,11 @@ const X2 = (s, e) => {
|
|
|
113
113
|
defaultNS: n
|
|
114
114
|
} = n1(q2) || {}, h = t || i || J2();
|
|
115
115
|
if (h && !h.reportNamespaces && (h.reportNamespaces = new Q2()), !h) {
|
|
116
|
-
|
|
116
|
+
I1("You will need to pass in an i18next instance by using initReactI18next");
|
|
117
117
|
const k = (R, N) => a1(N) ? N : j2(N) && a1(N.defaultValue) ? N.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, v = [k, {}, !1];
|
|
118
118
|
return v.t = k, v.i18n = {}, v.ready = !1, v;
|
|
119
119
|
}
|
|
120
|
-
h.options.react && h.options.react.wait !== void 0 &&
|
|
120
|
+
h.options.react && h.options.react.wait !== void 0 && I1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
121
121
|
const C = {
|
|
122
122
|
...U2(),
|
|
123
123
|
...h.options.react,
|
|
@@ -128,7 +128,7 @@ const X2 = (s, e) => {
|
|
|
128
128
|
} = C;
|
|
129
129
|
let l = s;
|
|
130
130
|
l = a1(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
131
|
-
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => Y2(k, h, C)), p = e5(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), u = () => p, w = () => L2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [L, m] =
|
|
131
|
+
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => Y2(k, h, C)), p = e5(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), u = () => p, w = () => L2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [L, m] = K(u);
|
|
132
132
|
let f = l.join();
|
|
133
133
|
e.lng && (f = `${e.lng}${f}`);
|
|
134
134
|
const M = X2(f), Z = J(!0);
|
|
@@ -197,7 +197,7 @@ const X2 = (s, e) => {
|
|
|
197
197
|
}, r) => {
|
|
198
198
|
const l = J(null);
|
|
199
199
|
c1(r, () => l.current);
|
|
200
|
-
const [a, p] =
|
|
200
|
+
const [a, p] = K(!1);
|
|
201
201
|
G(() => {
|
|
202
202
|
var m;
|
|
203
203
|
if (!d) return;
|
|
@@ -289,7 +289,7 @@ const X2 = (s, e) => {
|
|
|
289
289
|
}, r) => {
|
|
290
290
|
const l = J(null);
|
|
291
291
|
c1(r, () => l.current);
|
|
292
|
-
const [a, p] =
|
|
292
|
+
const [a, p] = K(!1);
|
|
293
293
|
G(() => {
|
|
294
294
|
var m;
|
|
295
295
|
if (!d) return;
|
|
@@ -327,7 +327,7 @@ const X2 = (s, e) => {
|
|
|
327
327
|
disabled: n = !1,
|
|
328
328
|
disableUncheck: h = !1
|
|
329
329
|
}) => {
|
|
330
|
-
const [C, d] =
|
|
330
|
+
const [C, d] = K(s), [r, l] = K(e);
|
|
331
331
|
G(() => {
|
|
332
332
|
d(s), l(e);
|
|
333
333
|
}, [s, e]);
|
|
@@ -562,6 +562,92 @@ const X2 = (s, e) => {
|
|
|
562
562
|
color: t = c.GREY_DARK_5,
|
|
563
563
|
className: i,
|
|
564
564
|
onClick: n
|
|
565
|
+
}) => /* @__PURE__ */ g(
|
|
566
|
+
"svg",
|
|
567
|
+
{
|
|
568
|
+
width: s,
|
|
569
|
+
height: e,
|
|
570
|
+
className: i,
|
|
571
|
+
onClick: n,
|
|
572
|
+
viewBox: "0 0 24 24",
|
|
573
|
+
fill: "none",
|
|
574
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
575
|
+
children: [
|
|
576
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
), m5 = ({
|
|
600
|
+
width: s = 20,
|
|
601
|
+
height: e = 20,
|
|
602
|
+
color: t = c.GREY_DARK_5,
|
|
603
|
+
className: i,
|
|
604
|
+
onClick: n
|
|
605
|
+
}) => /* @__PURE__ */ g(
|
|
606
|
+
"svg",
|
|
607
|
+
{
|
|
608
|
+
width: s,
|
|
609
|
+
height: e,
|
|
610
|
+
className: i,
|
|
611
|
+
onClick: n,
|
|
612
|
+
viewBox: "0 0 24 24",
|
|
613
|
+
fill: "none",
|
|
614
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
615
|
+
children: [
|
|
616
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
), k5 = ({
|
|
646
|
+
width: s = 20,
|
|
647
|
+
height: e = 20,
|
|
648
|
+
color: t = c.GREY_DARK_5,
|
|
649
|
+
className: i,
|
|
650
|
+
onClick: n
|
|
565
651
|
}) => /* @__PURE__ */ g(
|
|
566
652
|
"svg",
|
|
567
653
|
{
|
|
@@ -603,7 +689,7 @@ const X2 = (s, e) => {
|
|
|
603
689
|
)
|
|
604
690
|
]
|
|
605
691
|
}
|
|
606
|
-
),
|
|
692
|
+
), v5 = ({
|
|
607
693
|
width: s = 20,
|
|
608
694
|
height: e = 20,
|
|
609
695
|
color: t = c.GREY_DARK_5,
|
|
@@ -627,7 +713,7 @@ const X2 = (s, e) => {
|
|
|
627
713
|
}
|
|
628
714
|
)
|
|
629
715
|
}
|
|
630
|
-
),
|
|
716
|
+
), N5 = ({
|
|
631
717
|
width: s = 20,
|
|
632
718
|
height: e = 20,
|
|
633
719
|
color: t = c.GREY_DARK_5,
|
|
@@ -651,7 +737,7 @@ const X2 = (s, e) => {
|
|
|
651
737
|
}
|
|
652
738
|
)
|
|
653
739
|
}
|
|
654
|
-
),
|
|
740
|
+
), x5 = ({
|
|
655
741
|
width: s = 20,
|
|
656
742
|
height: e = 20,
|
|
657
743
|
color: t = c.GREY_DARK_5,
|
|
@@ -675,7 +761,7 @@ const X2 = (s, e) => {
|
|
|
675
761
|
}
|
|
676
762
|
)
|
|
677
763
|
}
|
|
678
|
-
),
|
|
764
|
+
), M5 = ({
|
|
679
765
|
width: s = 20,
|
|
680
766
|
height: e = 20,
|
|
681
767
|
color: t = c.GREY_DARK_5,
|
|
@@ -736,7 +822,7 @@ const X2 = (s, e) => {
|
|
|
736
822
|
)
|
|
737
823
|
]
|
|
738
824
|
}
|
|
739
|
-
),
|
|
825
|
+
), R5 = ({
|
|
740
826
|
width: s = 20,
|
|
741
827
|
height: e = 20,
|
|
742
828
|
color: t = c.GREY_DARK_5,
|
|
@@ -783,7 +869,7 @@ const X2 = (s, e) => {
|
|
|
783
869
|
)
|
|
784
870
|
]
|
|
785
871
|
}
|
|
786
|
-
),
|
|
872
|
+
), V5 = ({
|
|
787
873
|
width: s = 20,
|
|
788
874
|
height: e = 20,
|
|
789
875
|
color: t = c.GREY_DARK_5,
|
|
@@ -823,7 +909,7 @@ const X2 = (s, e) => {
|
|
|
823
909
|
)
|
|
824
910
|
]
|
|
825
911
|
}
|
|
826
|
-
),
|
|
912
|
+
), Z5 = ({
|
|
827
913
|
width: s = 20,
|
|
828
914
|
height: e = 20,
|
|
829
915
|
color: t = c.GREY_DARK_5,
|
|
@@ -863,7 +949,7 @@ const X2 = (s, e) => {
|
|
|
863
949
|
)
|
|
864
950
|
]
|
|
865
951
|
}
|
|
866
|
-
),
|
|
952
|
+
), H5 = ({
|
|
867
953
|
width: s = 20,
|
|
868
954
|
height: e = 20,
|
|
869
955
|
color: t = c.GREY_DARK_5,
|
|
@@ -910,7 +996,7 @@ const X2 = (s, e) => {
|
|
|
910
996
|
)
|
|
911
997
|
]
|
|
912
998
|
}
|
|
913
|
-
),
|
|
999
|
+
), _5 = ({
|
|
914
1000
|
width: s = 20,
|
|
915
1001
|
height: e = 20,
|
|
916
1002
|
color: t = c.GREY_DARK_5,
|
|
@@ -957,7 +1043,7 @@ const X2 = (s, e) => {
|
|
|
957
1043
|
)
|
|
958
1044
|
]
|
|
959
1045
|
}
|
|
960
|
-
),
|
|
1046
|
+
), b5 = ({
|
|
961
1047
|
width: s = 20,
|
|
962
1048
|
height: e = 20,
|
|
963
1049
|
color: t = c.GREY_DARK_5,
|
|
@@ -1004,7 +1090,7 @@ const X2 = (s, e) => {
|
|
|
1004
1090
|
)
|
|
1005
1091
|
]
|
|
1006
1092
|
}
|
|
1007
|
-
),
|
|
1093
|
+
), y5 = ({
|
|
1008
1094
|
width: s = 20,
|
|
1009
1095
|
height: e = 20,
|
|
1010
1096
|
color: t = c.GREY_DARK_5,
|
|
@@ -1044,7 +1130,7 @@ const X2 = (s, e) => {
|
|
|
1044
1130
|
)
|
|
1045
1131
|
]
|
|
1046
1132
|
}
|
|
1047
|
-
),
|
|
1133
|
+
), E5 = ({
|
|
1048
1134
|
width: s = 20,
|
|
1049
1135
|
height: e = 20,
|
|
1050
1136
|
color: t = c.GREY_DARK_5,
|
|
@@ -1077,7 +1163,7 @@ const X2 = (s, e) => {
|
|
|
1077
1163
|
)
|
|
1078
1164
|
]
|
|
1079
1165
|
}
|
|
1080
|
-
),
|
|
1166
|
+
), A5 = ({
|
|
1081
1167
|
width: s = 20,
|
|
1082
1168
|
height: e = 20,
|
|
1083
1169
|
color: t = c.GREY_DARK_5,
|
|
@@ -1110,7 +1196,7 @@ const X2 = (s, e) => {
|
|
|
1110
1196
|
)
|
|
1111
1197
|
]
|
|
1112
1198
|
}
|
|
1113
|
-
),
|
|
1199
|
+
), D5 = ({
|
|
1114
1200
|
width: s = 20,
|
|
1115
1201
|
height: e = 20,
|
|
1116
1202
|
color: t = c.GREY_DARK_5,
|
|
@@ -1143,7 +1229,7 @@ const X2 = (s, e) => {
|
|
|
1143
1229
|
)
|
|
1144
1230
|
]
|
|
1145
1231
|
}
|
|
1146
|
-
),
|
|
1232
|
+
), K5 = ({
|
|
1147
1233
|
width: s = 20,
|
|
1148
1234
|
height: e = 20,
|
|
1149
1235
|
color: t = c.GREY_DARK_5,
|
|
@@ -1176,7 +1262,7 @@ const X2 = (s, e) => {
|
|
|
1176
1262
|
)
|
|
1177
1263
|
]
|
|
1178
1264
|
}
|
|
1179
|
-
),
|
|
1265
|
+
), B5 = ({
|
|
1180
1266
|
width: s = 20,
|
|
1181
1267
|
height: e = 20,
|
|
1182
1268
|
color: t = c.GREY_DARK_5,
|
|
@@ -1216,7 +1302,7 @@ const X2 = (s, e) => {
|
|
|
1216
1302
|
)
|
|
1217
1303
|
]
|
|
1218
1304
|
}
|
|
1219
|
-
),
|
|
1305
|
+
), S5 = ({
|
|
1220
1306
|
width: s = 20,
|
|
1221
1307
|
height: e = 20,
|
|
1222
1308
|
color: t = c.GREY_DARK_5,
|
|
@@ -1249,7 +1335,7 @@ const X2 = (s, e) => {
|
|
|
1249
1335
|
)
|
|
1250
1336
|
]
|
|
1251
1337
|
}
|
|
1252
|
-
),
|
|
1338
|
+
), G5 = ({
|
|
1253
1339
|
width: s = 20,
|
|
1254
1340
|
height: e = 20,
|
|
1255
1341
|
color: t = c.GREY_DARK_5,
|
|
@@ -1282,7 +1368,7 @@ const X2 = (s, e) => {
|
|
|
1282
1368
|
)
|
|
1283
1369
|
]
|
|
1284
1370
|
}
|
|
1285
|
-
),
|
|
1371
|
+
), O5 = ({
|
|
1286
1372
|
width: s = 20,
|
|
1287
1373
|
height: e = 20,
|
|
1288
1374
|
color: t = "#070739",
|
|
@@ -1312,7 +1398,7 @@ const X2 = (s, e) => {
|
|
|
1312
1398
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
1313
1399
|
]
|
|
1314
1400
|
}
|
|
1315
|
-
),
|
|
1401
|
+
), I5 = ({
|
|
1316
1402
|
width: s = 20,
|
|
1317
1403
|
height: e = 20,
|
|
1318
1404
|
color: t = "#070739",
|
|
@@ -1350,7 +1436,7 @@ const X2 = (s, e) => {
|
|
|
1350
1436
|
)
|
|
1351
1437
|
]
|
|
1352
1438
|
}
|
|
1353
|
-
),
|
|
1439
|
+
), Y5 = ({
|
|
1354
1440
|
width: s = 9,
|
|
1355
1441
|
height: e = 5,
|
|
1356
1442
|
color: t = "#001E52",
|
|
@@ -1376,7 +1462,7 @@ const X2 = (s, e) => {
|
|
|
1376
1462
|
}
|
|
1377
1463
|
)
|
|
1378
1464
|
}
|
|
1379
|
-
),
|
|
1465
|
+
), j5 = ({
|
|
1380
1466
|
width: s = 20,
|
|
1381
1467
|
height: e = 20,
|
|
1382
1468
|
color: t = "#F2F2F7",
|
|
@@ -1405,7 +1491,7 @@ const X2 = (s, e) => {
|
|
|
1405
1491
|
)
|
|
1406
1492
|
]
|
|
1407
1493
|
}
|
|
1408
|
-
),
|
|
1494
|
+
), W5 = ({
|
|
1409
1495
|
width: s = 20,
|
|
1410
1496
|
height: e = 20,
|
|
1411
1497
|
color: t = "#004ED7",
|
|
@@ -1434,7 +1520,7 @@ const X2 = (s, e) => {
|
|
|
1434
1520
|
)
|
|
1435
1521
|
]
|
|
1436
1522
|
}
|
|
1437
|
-
),
|
|
1523
|
+
), $5 = ({
|
|
1438
1524
|
width: s = 10,
|
|
1439
1525
|
height: e = 10,
|
|
1440
1526
|
color: t = "#001E52",
|
|
@@ -1463,7 +1549,7 @@ const X2 = (s, e) => {
|
|
|
1463
1549
|
)
|
|
1464
1550
|
]
|
|
1465
1551
|
}
|
|
1466
|
-
),
|
|
1552
|
+
), T5 = ({
|
|
1467
1553
|
width: s = 10,
|
|
1468
1554
|
height: e = 10,
|
|
1469
1555
|
color: t = "#001E52",
|
|
@@ -1500,7 +1586,7 @@ const X2 = (s, e) => {
|
|
|
1500
1586
|
)
|
|
1501
1587
|
]
|
|
1502
1588
|
}
|
|
1503
|
-
),
|
|
1589
|
+
), P5 = ({
|
|
1504
1590
|
className: s,
|
|
1505
1591
|
color: e = c.GREY_DARK_5,
|
|
1506
1592
|
height: t = 20,
|
|
@@ -1533,7 +1619,7 @@ const X2 = (s, e) => {
|
|
|
1533
1619
|
)
|
|
1534
1620
|
]
|
|
1535
1621
|
}
|
|
1536
|
-
),
|
|
1622
|
+
), F5 = ({
|
|
1537
1623
|
className: s,
|
|
1538
1624
|
color: e = c.GREY_DARK_5,
|
|
1539
1625
|
height: t = 20,
|
|
@@ -1560,7 +1646,7 @@ const X2 = (s, e) => {
|
|
|
1560
1646
|
}
|
|
1561
1647
|
)
|
|
1562
1648
|
}
|
|
1563
|
-
),
|
|
1649
|
+
), U5 = ({
|
|
1564
1650
|
className: s,
|
|
1565
1651
|
color: e = c.GREY_DARK_5,
|
|
1566
1652
|
height: t = 20,
|
|
@@ -1587,7 +1673,7 @@ const X2 = (s, e) => {
|
|
|
1587
1673
|
}
|
|
1588
1674
|
)
|
|
1589
1675
|
}
|
|
1590
|
-
),
|
|
1676
|
+
), z5 = ({
|
|
1591
1677
|
className: s,
|
|
1592
1678
|
color: e = c.GREY_DARK_5,
|
|
1593
1679
|
height: t = 5,
|
|
@@ -1611,7 +1697,7 @@ const X2 = (s, e) => {
|
|
|
1611
1697
|
}
|
|
1612
1698
|
)
|
|
1613
1699
|
}
|
|
1614
|
-
),
|
|
1700
|
+
), J5 = ({
|
|
1615
1701
|
className: s,
|
|
1616
1702
|
color: e = c.GREY_DARK_5,
|
|
1617
1703
|
height: t = 5,
|
|
@@ -1636,7 +1722,7 @@ const X2 = (s, e) => {
|
|
|
1636
1722
|
}
|
|
1637
1723
|
)
|
|
1638
1724
|
}
|
|
1639
|
-
),
|
|
1725
|
+
), q5 = ({
|
|
1640
1726
|
className: s,
|
|
1641
1727
|
color: e = c.GREY_DARK_5,
|
|
1642
1728
|
height: t = 20,
|
|
@@ -1669,7 +1755,7 @@ const X2 = (s, e) => {
|
|
|
1669
1755
|
)
|
|
1670
1756
|
]
|
|
1671
1757
|
}
|
|
1672
|
-
),
|
|
1758
|
+
), Q5 = ({
|
|
1673
1759
|
className: s,
|
|
1674
1760
|
color: e = c.GREY_DARK_5,
|
|
1675
1761
|
height: t = 24,
|
|
@@ -1708,7 +1794,7 @@ const X2 = (s, e) => {
|
|
|
1708
1794
|
)
|
|
1709
1795
|
]
|
|
1710
1796
|
}
|
|
1711
|
-
),
|
|
1797
|
+
), X5 = ({
|
|
1712
1798
|
className: s,
|
|
1713
1799
|
color: e = c.GREY_DARK_5,
|
|
1714
1800
|
height: t = 24,
|
|
@@ -1735,7 +1821,7 @@ const X2 = (s, e) => {
|
|
|
1735
1821
|
}
|
|
1736
1822
|
)
|
|
1737
1823
|
}
|
|
1738
|
-
),
|
|
1824
|
+
), e7 = ({
|
|
1739
1825
|
className: s,
|
|
1740
1826
|
color: e = c.GREY_DARK_5,
|
|
1741
1827
|
height: t = 24,
|
|
@@ -1794,7 +1880,7 @@ const X2 = (s, e) => {
|
|
|
1794
1880
|
)
|
|
1795
1881
|
]
|
|
1796
1882
|
}
|
|
1797
|
-
),
|
|
1883
|
+
), t7 = ({
|
|
1798
1884
|
className: s,
|
|
1799
1885
|
color: e = c.GREY_DARK_5,
|
|
1800
1886
|
height: t = 24,
|
|
@@ -1831,7 +1917,7 @@ const X2 = (s, e) => {
|
|
|
1831
1917
|
)
|
|
1832
1918
|
]
|
|
1833
1919
|
}
|
|
1834
|
-
),
|
|
1920
|
+
), i7 = ({
|
|
1835
1921
|
className: s,
|
|
1836
1922
|
color: e = c.GREY_DARK_3,
|
|
1837
1923
|
height: t = 14,
|
|
@@ -1868,7 +1954,7 @@ const X2 = (s, e) => {
|
|
|
1868
1954
|
)
|
|
1869
1955
|
]
|
|
1870
1956
|
}
|
|
1871
|
-
),
|
|
1957
|
+
), s7 = ({
|
|
1872
1958
|
className: s,
|
|
1873
1959
|
color: e = c.GREY_DARK_5,
|
|
1874
1960
|
height: t = 18,
|
|
@@ -1895,7 +1981,7 @@ const X2 = (s, e) => {
|
|
|
1895
1981
|
}
|
|
1896
1982
|
)
|
|
1897
1983
|
}
|
|
1898
|
-
),
|
|
1984
|
+
), n7 = ({
|
|
1899
1985
|
className: s,
|
|
1900
1986
|
color: e = c.GREY_DARK_5,
|
|
1901
1987
|
height: t = 24,
|
|
@@ -1947,7 +2033,7 @@ const X2 = (s, e) => {
|
|
|
1947
2033
|
)
|
|
1948
2034
|
]
|
|
1949
2035
|
}
|
|
1950
|
-
),
|
|
2036
|
+
), o7 = ({
|
|
1951
2037
|
className: s,
|
|
1952
2038
|
color: e = c.GREY_DARK_5,
|
|
1953
2039
|
height: t = 24,
|
|
@@ -1984,7 +2070,7 @@ const X2 = (s, e) => {
|
|
|
1984
2070
|
)
|
|
1985
2071
|
]
|
|
1986
2072
|
}
|
|
1987
|
-
),
|
|
2073
|
+
), l7 = ({
|
|
1988
2074
|
className: s,
|
|
1989
2075
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
1990
2076
|
height: t = 37,
|
|
@@ -2023,7 +2109,7 @@ const X2 = (s, e) => {
|
|
|
2023
2109
|
)
|
|
2024
2110
|
]
|
|
2025
2111
|
}
|
|
2026
|
-
),
|
|
2112
|
+
), r7 = ({
|
|
2027
2113
|
className: s,
|
|
2028
2114
|
color: e = c.GREY_DARK_5,
|
|
2029
2115
|
height: t = 24,
|
|
@@ -2049,7 +2135,7 @@ const X2 = (s, e) => {
|
|
|
2049
2135
|
}
|
|
2050
2136
|
)
|
|
2051
2137
|
}
|
|
2052
|
-
),
|
|
2138
|
+
), a7 = ({
|
|
2053
2139
|
className: s,
|
|
2054
2140
|
color: e = c.GREY_DARK_5,
|
|
2055
2141
|
height: t = 24,
|
|
@@ -2088,7 +2174,7 @@ const X2 = (s, e) => {
|
|
|
2088
2174
|
)
|
|
2089
2175
|
]
|
|
2090
2176
|
}
|
|
2091
|
-
),
|
|
2177
|
+
), h7 = ({
|
|
2092
2178
|
className: s,
|
|
2093
2179
|
color: e = c.GREY_DARK_5,
|
|
2094
2180
|
height: t = 20,
|
|
@@ -2121,7 +2207,7 @@ const X2 = (s, e) => {
|
|
|
2121
2207
|
)
|
|
2122
2208
|
]
|
|
2123
2209
|
}
|
|
2124
|
-
),
|
|
2210
|
+
), c7 = ({
|
|
2125
2211
|
className: s,
|
|
2126
2212
|
color: e = c.GREY_DARK_5,
|
|
2127
2213
|
height: t = 24,
|
|
@@ -2190,7 +2276,7 @@ const X2 = (s, e) => {
|
|
|
2190
2276
|
)
|
|
2191
2277
|
]
|
|
2192
2278
|
}
|
|
2193
|
-
),
|
|
2279
|
+
), C7 = ({
|
|
2194
2280
|
className: s,
|
|
2195
2281
|
color: e = c.GREY_DARK_5,
|
|
2196
2282
|
height: t = 24,
|
|
@@ -2247,7 +2333,7 @@ const X2 = (s, e) => {
|
|
|
2247
2333
|
)
|
|
2248
2334
|
]
|
|
2249
2335
|
}
|
|
2250
|
-
),
|
|
2336
|
+
), d7 = ({
|
|
2251
2337
|
className: s,
|
|
2252
2338
|
color: e = c.GREY_DARK_5,
|
|
2253
2339
|
height: t = 24,
|
|
@@ -2296,7 +2382,7 @@ const X2 = (s, e) => {
|
|
|
2296
2382
|
)
|
|
2297
2383
|
]
|
|
2298
2384
|
}
|
|
2299
|
-
),
|
|
2385
|
+
), g7 = ({
|
|
2300
2386
|
className: s,
|
|
2301
2387
|
color: e = c.GREY_DARK_5,
|
|
2302
2388
|
height: t = 24,
|
|
@@ -2323,7 +2409,7 @@ const X2 = (s, e) => {
|
|
|
2323
2409
|
}
|
|
2324
2410
|
)
|
|
2325
2411
|
}
|
|
2326
|
-
),
|
|
2412
|
+
), u7 = ({
|
|
2327
2413
|
className: s,
|
|
2328
2414
|
color: e = c.GREY_DARK_5,
|
|
2329
2415
|
height: t = 20,
|
|
@@ -2352,7 +2438,7 @@ const X2 = (s, e) => {
|
|
|
2352
2438
|
)
|
|
2353
2439
|
]
|
|
2354
2440
|
}
|
|
2355
|
-
),
|
|
2441
|
+
), w7 = ({
|
|
2356
2442
|
className: s,
|
|
2357
2443
|
color: e = "#001E52",
|
|
2358
2444
|
height: t = 24,
|
|
@@ -2378,7 +2464,7 @@ const X2 = (s, e) => {
|
|
|
2378
2464
|
}
|
|
2379
2465
|
)
|
|
2380
2466
|
}
|
|
2381
|
-
),
|
|
2467
|
+
), p7 = ({
|
|
2382
2468
|
className: s,
|
|
2383
2469
|
color: e = "#001E52",
|
|
2384
2470
|
height: t = 24,
|
|
@@ -2416,7 +2502,7 @@ const X2 = (s, e) => {
|
|
|
2416
2502
|
)
|
|
2417
2503
|
] }) })
|
|
2418
2504
|
}
|
|
2419
|
-
),
|
|
2505
|
+
), f7 = ({
|
|
2420
2506
|
width: s = 20,
|
|
2421
2507
|
height: e = 20,
|
|
2422
2508
|
color: t = c.GREY_DARK_5,
|
|
@@ -2440,7 +2526,7 @@ const X2 = (s, e) => {
|
|
|
2440
2526
|
}
|
|
2441
2527
|
)
|
|
2442
2528
|
}
|
|
2443
|
-
),
|
|
2529
|
+
), L7 = ({
|
|
2444
2530
|
width: s = 24,
|
|
2445
2531
|
height: e = 24,
|
|
2446
2532
|
color: t = "#131314",
|
|
@@ -2473,7 +2559,7 @@ const X2 = (s, e) => {
|
|
|
2473
2559
|
)
|
|
2474
2560
|
]
|
|
2475
2561
|
}
|
|
2476
|
-
),
|
|
2562
|
+
), m7 = ({
|
|
2477
2563
|
width: s = 20,
|
|
2478
2564
|
height: e = 20,
|
|
2479
2565
|
color: t = c.GREY_DARK_5,
|
|
@@ -2506,7 +2592,7 @@ const X2 = (s, e) => {
|
|
|
2506
2592
|
)
|
|
2507
2593
|
]
|
|
2508
2594
|
}
|
|
2509
|
-
),
|
|
2595
|
+
), k7 = ({
|
|
2510
2596
|
width: s = 24,
|
|
2511
2597
|
height: e = 24,
|
|
2512
2598
|
color: t = c.GREY_DARK_2,
|
|
@@ -2546,7 +2632,7 @@ const X2 = (s, e) => {
|
|
|
2546
2632
|
)
|
|
2547
2633
|
]
|
|
2548
2634
|
}
|
|
2549
|
-
),
|
|
2635
|
+
), v7 = ({
|
|
2550
2636
|
width: s = 24,
|
|
2551
2637
|
height: e = 24,
|
|
2552
2638
|
color: t = c.GREY_DARK_2,
|
|
@@ -2573,7 +2659,7 @@ const X2 = (s, e) => {
|
|
|
2573
2659
|
}
|
|
2574
2660
|
)
|
|
2575
2661
|
}
|
|
2576
|
-
),
|
|
2662
|
+
), N7 = ({
|
|
2577
2663
|
width: s = 24,
|
|
2578
2664
|
height: e = 24,
|
|
2579
2665
|
color: t = c.GREY_DARK_2,
|
|
@@ -2600,6 +2686,30 @@ const X2 = (s, e) => {
|
|
|
2600
2686
|
}
|
|
2601
2687
|
)
|
|
2602
2688
|
}
|
|
2689
|
+
), x7 = ({
|
|
2690
|
+
width: s = 20,
|
|
2691
|
+
height: e = 20,
|
|
2692
|
+
color: t = c.GREY_DARK_5,
|
|
2693
|
+
className: i,
|
|
2694
|
+
onClick: n
|
|
2695
|
+
}) => /* @__PURE__ */ o(
|
|
2696
|
+
"svg",
|
|
2697
|
+
{
|
|
2698
|
+
width: s,
|
|
2699
|
+
height: e,
|
|
2700
|
+
viewBox: "0 0 24 24",
|
|
2701
|
+
fill: "none",
|
|
2702
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2703
|
+
className: i,
|
|
2704
|
+
onClick: n,
|
|
2705
|
+
children: /* @__PURE__ */ o(
|
|
2706
|
+
"path",
|
|
2707
|
+
{
|
|
2708
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
2709
|
+
fill: t
|
|
2710
|
+
}
|
|
2711
|
+
)
|
|
2712
|
+
}
|
|
2603
2713
|
), f1 = ({
|
|
2604
2714
|
name: s,
|
|
2605
2715
|
width: e,
|
|
@@ -2613,35 +2723,39 @@ const X2 = (s, e) => {
|
|
|
2613
2723
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
2614
2724
|
switch (s) {
|
|
2615
2725
|
case "nextIcon":
|
|
2616
|
-
return
|
|
2726
|
+
return F5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2617
2727
|
case "prevIcon":
|
|
2618
|
-
return
|
|
2728
|
+
return U5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2619
2729
|
case "arrowDown":
|
|
2620
2730
|
return C5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2621
2731
|
case "info":
|
|
2622
2732
|
return d5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2623
2733
|
case "arrowRight":
|
|
2624
2734
|
return g5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2625
|
-
case "
|
|
2735
|
+
case "archive":
|
|
2626
2736
|
return L5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2627
|
-
case "
|
|
2737
|
+
case "unarchive":
|
|
2628
2738
|
return m5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2629
|
-
case "
|
|
2739
|
+
case "calendar":
|
|
2630
2740
|
return k5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2631
|
-
case "
|
|
2741
|
+
case "check":
|
|
2632
2742
|
return v5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2633
|
-
case "
|
|
2743
|
+
case "cancel":
|
|
2634
2744
|
return N5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2635
|
-
case "
|
|
2745
|
+
case "add":
|
|
2636
2746
|
return x5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2637
|
-
case "
|
|
2747
|
+
case "list":
|
|
2638
2748
|
return M5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2639
|
-
case "
|
|
2749
|
+
case "dragAndDrop":
|
|
2640
2750
|
return R5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2641
|
-
case "
|
|
2751
|
+
case "filter":
|
|
2642
2752
|
return V5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2753
|
+
case "attention":
|
|
2754
|
+
return Z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2755
|
+
case "users":
|
|
2756
|
+
return H5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2643
2757
|
case "mySkillsMatrix":
|
|
2644
|
-
return
|
|
2758
|
+
return _5({
|
|
2645
2759
|
width: e,
|
|
2646
2760
|
height: t,
|
|
2647
2761
|
color: r,
|
|
@@ -2649,9 +2763,9 @@ const X2 = (s, e) => {
|
|
|
2649
2763
|
onClick: l
|
|
2650
2764
|
});
|
|
2651
2765
|
case "skills":
|
|
2652
|
-
return
|
|
2766
|
+
return b5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2653
2767
|
case "skillsMatrices":
|
|
2654
|
-
return
|
|
2768
|
+
return y5({
|
|
2655
2769
|
width: e,
|
|
2656
2770
|
height: t,
|
|
2657
2771
|
color: r,
|
|
@@ -2659,21 +2773,21 @@ const X2 = (s, e) => {
|
|
|
2659
2773
|
onClick: l
|
|
2660
2774
|
});
|
|
2661
2775
|
case "history":
|
|
2662
|
-
return
|
|
2776
|
+
return E5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2663
2777
|
case "logOut":
|
|
2664
|
-
return
|
|
2778
|
+
return A5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2665
2779
|
case "settings":
|
|
2666
|
-
return
|
|
2780
|
+
return D5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2667
2781
|
case "trash":
|
|
2668
|
-
return
|
|
2782
|
+
return K5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2669
2783
|
case "settings2":
|
|
2670
|
-
return D5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2671
|
-
case "checkCircle":
|
|
2672
2784
|
return B5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2785
|
+
case "checkCircle":
|
|
2786
|
+
return S5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2673
2787
|
case "cancelCircle":
|
|
2674
|
-
return
|
|
2788
|
+
return G5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2675
2789
|
case "visibilityIcon":
|
|
2676
|
-
return
|
|
2790
|
+
return O5({
|
|
2677
2791
|
width: e,
|
|
2678
2792
|
height: t,
|
|
2679
2793
|
color: r,
|
|
@@ -2681,7 +2795,7 @@ const X2 = (s, e) => {
|
|
|
2681
2795
|
onClick: l
|
|
2682
2796
|
});
|
|
2683
2797
|
case "visibilityOffIcon":
|
|
2684
|
-
return
|
|
2798
|
+
return I5({
|
|
2685
2799
|
width: e,
|
|
2686
2800
|
height: t,
|
|
2687
2801
|
color: r,
|
|
@@ -2689,7 +2803,7 @@ const X2 = (s, e) => {
|
|
|
2689
2803
|
onClick: l
|
|
2690
2804
|
});
|
|
2691
2805
|
case "selectArrowIcon":
|
|
2692
|
-
return
|
|
2806
|
+
return Y5({
|
|
2693
2807
|
width: e,
|
|
2694
2808
|
height: t,
|
|
2695
2809
|
color: r,
|
|
@@ -2697,7 +2811,7 @@ const X2 = (s, e) => {
|
|
|
2697
2811
|
onClick: l
|
|
2698
2812
|
});
|
|
2699
2813
|
case "expandArrowIcon":
|
|
2700
|
-
return
|
|
2814
|
+
return j5({
|
|
2701
2815
|
width: e,
|
|
2702
2816
|
height: t,
|
|
2703
2817
|
color: r,
|
|
@@ -2705,7 +2819,7 @@ const X2 = (s, e) => {
|
|
|
2705
2819
|
onClick: l
|
|
2706
2820
|
});
|
|
2707
2821
|
case "expandActiveArrowIcon":
|
|
2708
|
-
return
|
|
2822
|
+
return W5({
|
|
2709
2823
|
width: e,
|
|
2710
2824
|
height: t,
|
|
2711
2825
|
color: r,
|
|
@@ -2713,15 +2827,15 @@ const X2 = (s, e) => {
|
|
|
2713
2827
|
onClick: l
|
|
2714
2828
|
});
|
|
2715
2829
|
case "sortUp":
|
|
2716
|
-
return
|
|
2830
|
+
return $5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2717
2831
|
case "sortDown":
|
|
2718
|
-
return
|
|
2832
|
+
return T5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2719
2833
|
case "search":
|
|
2720
|
-
return
|
|
2834
|
+
return P5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2721
2835
|
case "arrowUpFilled":
|
|
2722
|
-
return
|
|
2836
|
+
return J5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2723
2837
|
case "arrowDownFilled":
|
|
2724
|
-
return
|
|
2838
|
+
return z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2725
2839
|
case "arrow2Up":
|
|
2726
2840
|
return u5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2727
2841
|
case "arrow2Right":
|
|
@@ -2731,67 +2845,69 @@ const X2 = (s, e) => {
|
|
|
2731
2845
|
case "arrow2Left":
|
|
2732
2846
|
return f5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2733
2847
|
case "link":
|
|
2734
|
-
return z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2735
|
-
case "telegram":
|
|
2736
2848
|
return q5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2737
|
-
case "
|
|
2849
|
+
case "telegram":
|
|
2738
2850
|
return X5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2851
|
+
case "mail":
|
|
2852
|
+
return t7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2739
2853
|
case "github":
|
|
2740
|
-
return J5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2741
|
-
case "linkedIn":
|
|
2742
2854
|
return Q5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2743
|
-
case "
|
|
2855
|
+
case "linkedIn":
|
|
2744
2856
|
return e7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2857
|
+
case "emptyStateIcon":
|
|
2858
|
+
return i7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2745
2859
|
case "filtersIcon":
|
|
2746
|
-
return
|
|
2860
|
+
return s7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2747
2861
|
case "dotMenuIcon":
|
|
2748
|
-
return
|
|
2862
|
+
return n7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2749
2863
|
case "plusCircle":
|
|
2750
|
-
return
|
|
2864
|
+
return o7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2751
2865
|
case "warning":
|
|
2752
|
-
return
|
|
2866
|
+
return l7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2753
2867
|
case "back":
|
|
2754
|
-
return
|
|
2868
|
+
return r7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2755
2869
|
case "bell":
|
|
2756
|
-
return
|
|
2870
|
+
return a7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2757
2871
|
case "copy":
|
|
2758
|
-
return
|
|
2872
|
+
return h7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2759
2873
|
case "contract":
|
|
2760
|
-
return
|
|
2874
|
+
return c7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2761
2875
|
case "resourceManager":
|
|
2762
|
-
return
|
|
2876
|
+
return C7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2763
2877
|
case "image":
|
|
2764
|
-
return
|
|
2878
|
+
return d7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2765
2879
|
case "edit":
|
|
2766
|
-
return
|
|
2880
|
+
return g7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2767
2881
|
case "filledArrowRight":
|
|
2768
|
-
return
|
|
2882
|
+
return u7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2769
2883
|
case "burgerMenu":
|
|
2770
|
-
return
|
|
2884
|
+
return w7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2771
2885
|
case "refresh":
|
|
2772
|
-
return
|
|
2886
|
+
return p7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2773
2887
|
case "projects":
|
|
2774
|
-
return w7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2775
|
-
case "user":
|
|
2776
2888
|
return f7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2889
|
+
case "user":
|
|
2890
|
+
return m7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2777
2891
|
case "exit":
|
|
2778
|
-
return p7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2779
|
-
case "openPointCircle":
|
|
2780
2892
|
return L7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2893
|
+
case "openPointCircle":
|
|
2894
|
+
return k7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2781
2895
|
case "community":
|
|
2782
|
-
return
|
|
2896
|
+
return v7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2783
2897
|
case "docs":
|
|
2784
|
-
return
|
|
2898
|
+
return N7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2899
|
+
case "unpaidLeave":
|
|
2900
|
+
return x7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2785
2901
|
default:
|
|
2786
2902
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
2787
2903
|
}
|
|
2788
2904
|
})() });
|
|
2789
|
-
}, { Title:
|
|
2905
|
+
}, { Title: M7, Text: R7 } = N1, V7 = {
|
|
2790
2906
|
h1: 1,
|
|
2791
2907
|
h2: 2,
|
|
2792
2908
|
h3: 3,
|
|
2793
2909
|
h4: 4
|
|
2794
|
-
},
|
|
2910
|
+
}, Z7 = r1(
|
|
2795
2911
|
({
|
|
2796
2912
|
align: s = "inherit",
|
|
2797
2913
|
variant: e = "body1",
|
|
@@ -2805,7 +2921,7 @@ const X2 = (s, e) => {
|
|
|
2805
2921
|
}, r) => {
|
|
2806
2922
|
const l = J(null);
|
|
2807
2923
|
c1(r, () => l.current);
|
|
2808
|
-
const [a, p] =
|
|
2924
|
+
const [a, p] = K(!1);
|
|
2809
2925
|
G(() => {
|
|
2810
2926
|
var m;
|
|
2811
2927
|
if (!d) return;
|
|
@@ -2833,9 +2949,9 @@ const X2 = (s, e) => {
|
|
|
2833
2949
|
}
|
|
2834
2950
|
} : void 0
|
|
2835
2951
|
};
|
|
2836
|
-
return u ? /* @__PURE__ */ o(
|
|
2952
|
+
return u ? /* @__PURE__ */ o(M7, { level: V7[e], ...L, children: i }) : /* @__PURE__ */ o(R7, { ...L, children: i });
|
|
2837
2953
|
}
|
|
2838
|
-
),
|
|
2954
|
+
), H7 = ({
|
|
2839
2955
|
width: s = 20,
|
|
2840
2956
|
height: e = 20,
|
|
2841
2957
|
color: t = "#001E52",
|
|
@@ -2862,7 +2978,7 @@ const X2 = (s, e) => {
|
|
|
2862
2978
|
}
|
|
2863
2979
|
)
|
|
2864
2980
|
}
|
|
2865
|
-
),
|
|
2981
|
+
), _7 = ({
|
|
2866
2982
|
width: s = 20,
|
|
2867
2983
|
height: e = 20,
|
|
2868
2984
|
color: t = c.GREY_DARK_5,
|
|
@@ -2902,7 +3018,7 @@ const X2 = (s, e) => {
|
|
|
2902
3018
|
)
|
|
2903
3019
|
]
|
|
2904
3020
|
}
|
|
2905
|
-
),
|
|
3021
|
+
), b7 = ({
|
|
2906
3022
|
width: s = 20,
|
|
2907
3023
|
height: e = 20,
|
|
2908
3024
|
color: t = "#001E52",
|
|
@@ -2937,7 +3053,7 @@ const X2 = (s, e) => {
|
|
|
2937
3053
|
)
|
|
2938
3054
|
]
|
|
2939
3055
|
}
|
|
2940
|
-
),
|
|
3056
|
+
), y7 = ({
|
|
2941
3057
|
width: s = 20,
|
|
2942
3058
|
height: e = 20,
|
|
2943
3059
|
color: t = c.GREY_DARK_5,
|
|
@@ -2964,7 +3080,7 @@ const X2 = (s, e) => {
|
|
|
2964
3080
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
2965
3081
|
]
|
|
2966
3082
|
}
|
|
2967
|
-
),
|
|
3083
|
+
), E7 = ({
|
|
2968
3084
|
width: s = 20,
|
|
2969
3085
|
height: e = 20,
|
|
2970
3086
|
color: t = c.GREY_DARK_5,
|
|
@@ -2988,7 +3104,7 @@ const X2 = (s, e) => {
|
|
|
2988
3104
|
}
|
|
2989
3105
|
)
|
|
2990
3106
|
}
|
|
2991
|
-
),
|
|
3107
|
+
), A7 = ({
|
|
2992
3108
|
width: s = 20,
|
|
2993
3109
|
height: e = 20,
|
|
2994
3110
|
color: t = c.GREY_DARK_5,
|
|
@@ -3015,7 +3131,7 @@ const X2 = (s, e) => {
|
|
|
3015
3131
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3016
3132
|
]
|
|
3017
3133
|
}
|
|
3018
|
-
),
|
|
3134
|
+
), D7 = ({
|
|
3019
3135
|
width: s = 20,
|
|
3020
3136
|
height: e = 20,
|
|
3021
3137
|
color: t = c.GREY_DARK_5,
|
|
@@ -3039,7 +3155,93 @@ const X2 = (s, e) => {
|
|
|
3039
3155
|
}
|
|
3040
3156
|
)
|
|
3041
3157
|
}
|
|
3042
|
-
),
|
|
3158
|
+
), K7 = ({
|
|
3159
|
+
width: s = 20,
|
|
3160
|
+
height: e = 20,
|
|
3161
|
+
color: t = c.GREY_DARK_5,
|
|
3162
|
+
className: i,
|
|
3163
|
+
onClick: n
|
|
3164
|
+
}) => /* @__PURE__ */ g(
|
|
3165
|
+
"svg",
|
|
3166
|
+
{
|
|
3167
|
+
width: s,
|
|
3168
|
+
height: e,
|
|
3169
|
+
className: i,
|
|
3170
|
+
onClick: n,
|
|
3171
|
+
viewBox: "0 0 24 24",
|
|
3172
|
+
fill: "none",
|
|
3173
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3174
|
+
children: [
|
|
3175
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
), B7 = ({
|
|
3199
|
+
width: s = 20,
|
|
3200
|
+
height: e = 20,
|
|
3201
|
+
color: t = c.GREY_DARK_5,
|
|
3202
|
+
className: i,
|
|
3203
|
+
onClick: n
|
|
3204
|
+
}) => /* @__PURE__ */ g(
|
|
3205
|
+
"svg",
|
|
3206
|
+
{
|
|
3207
|
+
width: s,
|
|
3208
|
+
height: e,
|
|
3209
|
+
className: i,
|
|
3210
|
+
onClick: n,
|
|
3211
|
+
viewBox: "0 0 24 24",
|
|
3212
|
+
fill: "none",
|
|
3213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3214
|
+
children: [
|
|
3215
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
), S7 = ({
|
|
3043
3245
|
width: s = 20,
|
|
3044
3246
|
height: e = 20,
|
|
3045
3247
|
color: t = c.GREY_DARK_5,
|
|
@@ -3086,7 +3288,7 @@ const X2 = (s, e) => {
|
|
|
3086
3288
|
)
|
|
3087
3289
|
]
|
|
3088
3290
|
}
|
|
3089
|
-
),
|
|
3291
|
+
), G7 = ({
|
|
3090
3292
|
width: s = 20,
|
|
3091
3293
|
height: e = 20,
|
|
3092
3294
|
color: t = c.GREY_DARK_5,
|
|
@@ -3110,7 +3312,7 @@ const X2 = (s, e) => {
|
|
|
3110
3312
|
}
|
|
3111
3313
|
)
|
|
3112
3314
|
}
|
|
3113
|
-
),
|
|
3315
|
+
), O7 = ({
|
|
3114
3316
|
width: s = 20,
|
|
3115
3317
|
height: e = 20,
|
|
3116
3318
|
color: t = c.GREY_DARK_5,
|
|
@@ -3134,7 +3336,7 @@ const X2 = (s, e) => {
|
|
|
3134
3336
|
}
|
|
3135
3337
|
)
|
|
3136
3338
|
}
|
|
3137
|
-
),
|
|
3339
|
+
), I7 = ({
|
|
3138
3340
|
width: s = 20,
|
|
3139
3341
|
height: e = 20,
|
|
3140
3342
|
color: t = c.GREY_DARK_5,
|
|
@@ -3158,7 +3360,7 @@ const X2 = (s, e) => {
|
|
|
3158
3360
|
}
|
|
3159
3361
|
)
|
|
3160
3362
|
}
|
|
3161
|
-
),
|
|
3363
|
+
), Y7 = ({
|
|
3162
3364
|
width: s = 20,
|
|
3163
3365
|
height: e = 20,
|
|
3164
3366
|
color: t = c.GREY_DARK_5,
|
|
@@ -3219,7 +3421,7 @@ const X2 = (s, e) => {
|
|
|
3219
3421
|
)
|
|
3220
3422
|
]
|
|
3221
3423
|
}
|
|
3222
|
-
),
|
|
3424
|
+
), j7 = ({
|
|
3223
3425
|
width: s = 20,
|
|
3224
3426
|
height: e = 20,
|
|
3225
3427
|
color: t = c.GREY_DARK_5,
|
|
@@ -3266,7 +3468,7 @@ const X2 = (s, e) => {
|
|
|
3266
3468
|
)
|
|
3267
3469
|
]
|
|
3268
3470
|
}
|
|
3269
|
-
),
|
|
3471
|
+
), W7 = ({
|
|
3270
3472
|
width: s = 20,
|
|
3271
3473
|
height: e = 20,
|
|
3272
3474
|
color: t = c.GREY_DARK_5,
|
|
@@ -3306,7 +3508,7 @@ const X2 = (s, e) => {
|
|
|
3306
3508
|
)
|
|
3307
3509
|
]
|
|
3308
3510
|
}
|
|
3309
|
-
),
|
|
3511
|
+
), $7 = ({
|
|
3310
3512
|
width: s = 20,
|
|
3311
3513
|
height: e = 20,
|
|
3312
3514
|
color: t = c.GREY_DARK_5,
|
|
@@ -3346,7 +3548,7 @@ const X2 = (s, e) => {
|
|
|
3346
3548
|
)
|
|
3347
3549
|
]
|
|
3348
3550
|
}
|
|
3349
|
-
),
|
|
3551
|
+
), T7 = ({
|
|
3350
3552
|
width: s = 20,
|
|
3351
3553
|
height: e = 20,
|
|
3352
3554
|
color: t = c.GREY_DARK_5,
|
|
@@ -3393,7 +3595,7 @@ const X2 = (s, e) => {
|
|
|
3393
3595
|
)
|
|
3394
3596
|
]
|
|
3395
3597
|
}
|
|
3396
|
-
),
|
|
3598
|
+
), P7 = ({
|
|
3397
3599
|
width: s = 20,
|
|
3398
3600
|
height: e = 20,
|
|
3399
3601
|
color: t = c.GREY_DARK_5,
|
|
@@ -3440,7 +3642,7 @@ const X2 = (s, e) => {
|
|
|
3440
3642
|
)
|
|
3441
3643
|
]
|
|
3442
3644
|
}
|
|
3443
|
-
),
|
|
3645
|
+
), F7 = ({
|
|
3444
3646
|
width: s = 20,
|
|
3445
3647
|
height: e = 20,
|
|
3446
3648
|
color: t = c.GREY_DARK_5,
|
|
@@ -3487,7 +3689,7 @@ const X2 = (s, e) => {
|
|
|
3487
3689
|
)
|
|
3488
3690
|
]
|
|
3489
3691
|
}
|
|
3490
|
-
),
|
|
3692
|
+
), U7 = ({
|
|
3491
3693
|
width: s = 20,
|
|
3492
3694
|
height: e = 20,
|
|
3493
3695
|
color: t = c.GREY_DARK_5,
|
|
@@ -3527,7 +3729,7 @@ const X2 = (s, e) => {
|
|
|
3527
3729
|
)
|
|
3528
3730
|
]
|
|
3529
3731
|
}
|
|
3530
|
-
),
|
|
3732
|
+
), z7 = ({
|
|
3531
3733
|
width: s = 20,
|
|
3532
3734
|
height: e = 20,
|
|
3533
3735
|
color: t = c.GREY_DARK_5,
|
|
@@ -3560,7 +3762,7 @@ const X2 = (s, e) => {
|
|
|
3560
3762
|
)
|
|
3561
3763
|
]
|
|
3562
3764
|
}
|
|
3563
|
-
),
|
|
3765
|
+
), J7 = ({
|
|
3564
3766
|
width: s = 20,
|
|
3565
3767
|
height: e = 20,
|
|
3566
3768
|
color: t = c.GREY_DARK_5,
|
|
@@ -3593,7 +3795,7 @@ const X2 = (s, e) => {
|
|
|
3593
3795
|
)
|
|
3594
3796
|
]
|
|
3595
3797
|
}
|
|
3596
|
-
),
|
|
3798
|
+
), q7 = ({
|
|
3597
3799
|
width: s = 20,
|
|
3598
3800
|
height: e = 20,
|
|
3599
3801
|
color: t = c.GREY_DARK_5,
|
|
@@ -3626,7 +3828,7 @@ const X2 = (s, e) => {
|
|
|
3626
3828
|
)
|
|
3627
3829
|
]
|
|
3628
3830
|
}
|
|
3629
|
-
),
|
|
3831
|
+
), Q7 = ({
|
|
3630
3832
|
width: s = 20,
|
|
3631
3833
|
height: e = 20,
|
|
3632
3834
|
color: t = c.GREY_DARK_5,
|
|
@@ -3659,7 +3861,7 @@ const X2 = (s, e) => {
|
|
|
3659
3861
|
)
|
|
3660
3862
|
]
|
|
3661
3863
|
}
|
|
3662
|
-
),
|
|
3864
|
+
), X7 = ({
|
|
3663
3865
|
width: s = 20,
|
|
3664
3866
|
height: e = 20,
|
|
3665
3867
|
color: t = c.GREY_DARK_5,
|
|
@@ -3699,7 +3901,7 @@ const X2 = (s, e) => {
|
|
|
3699
3901
|
)
|
|
3700
3902
|
]
|
|
3701
3903
|
}
|
|
3702
|
-
),
|
|
3904
|
+
), e0 = ({
|
|
3703
3905
|
width: s = 20,
|
|
3704
3906
|
height: e = 20,
|
|
3705
3907
|
color: t = c.GREY_DARK_5,
|
|
@@ -3732,7 +3934,7 @@ const X2 = (s, e) => {
|
|
|
3732
3934
|
)
|
|
3733
3935
|
]
|
|
3734
3936
|
}
|
|
3735
|
-
),
|
|
3937
|
+
), t0 = ({
|
|
3736
3938
|
width: s = 20,
|
|
3737
3939
|
height: e = 20,
|
|
3738
3940
|
color: t = c.GREY_DARK_5,
|
|
@@ -3765,7 +3967,7 @@ const X2 = (s, e) => {
|
|
|
3765
3967
|
)
|
|
3766
3968
|
]
|
|
3767
3969
|
}
|
|
3768
|
-
),
|
|
3970
|
+
), i0 = ({
|
|
3769
3971
|
width: s = 20,
|
|
3770
3972
|
height: e = 20,
|
|
3771
3973
|
color: t = "#070739",
|
|
@@ -3795,7 +3997,7 @@ const X2 = (s, e) => {
|
|
|
3795
3997
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3796
3998
|
]
|
|
3797
3999
|
}
|
|
3798
|
-
),
|
|
4000
|
+
), s0 = ({
|
|
3799
4001
|
width: s = 20,
|
|
3800
4002
|
height: e = 20,
|
|
3801
4003
|
color: t = "#070739",
|
|
@@ -3833,7 +4035,7 @@ const X2 = (s, e) => {
|
|
|
3833
4035
|
)
|
|
3834
4036
|
]
|
|
3835
4037
|
}
|
|
3836
|
-
),
|
|
4038
|
+
), n0 = ({
|
|
3837
4039
|
width: s = 9,
|
|
3838
4040
|
height: e = 5,
|
|
3839
4041
|
color: t = "#001E52",
|
|
@@ -3859,7 +4061,7 @@ const X2 = (s, e) => {
|
|
|
3859
4061
|
}
|
|
3860
4062
|
)
|
|
3861
4063
|
}
|
|
3862
|
-
),
|
|
4064
|
+
), o0 = ({
|
|
3863
4065
|
width: s = 20,
|
|
3864
4066
|
height: e = 20,
|
|
3865
4067
|
color: t = "#F2F2F7",
|
|
@@ -3888,7 +4090,7 @@ const X2 = (s, e) => {
|
|
|
3888
4090
|
)
|
|
3889
4091
|
]
|
|
3890
4092
|
}
|
|
3891
|
-
),
|
|
4093
|
+
), l0 = ({
|
|
3892
4094
|
width: s = 20,
|
|
3893
4095
|
height: e = 20,
|
|
3894
4096
|
color: t = "#004ED7",
|
|
@@ -3917,7 +4119,7 @@ const X2 = (s, e) => {
|
|
|
3917
4119
|
)
|
|
3918
4120
|
]
|
|
3919
4121
|
}
|
|
3920
|
-
),
|
|
4122
|
+
), r0 = ({
|
|
3921
4123
|
width: s = 10,
|
|
3922
4124
|
height: e = 10,
|
|
3923
4125
|
color: t = "#001E52",
|
|
@@ -3946,7 +4148,7 @@ const X2 = (s, e) => {
|
|
|
3946
4148
|
)
|
|
3947
4149
|
]
|
|
3948
4150
|
}
|
|
3949
|
-
),
|
|
4151
|
+
), a0 = ({
|
|
3950
4152
|
width: s = 10,
|
|
3951
4153
|
height: e = 10,
|
|
3952
4154
|
color: t = "#001E52",
|
|
@@ -3983,7 +4185,7 @@ const X2 = (s, e) => {
|
|
|
3983
4185
|
)
|
|
3984
4186
|
]
|
|
3985
4187
|
}
|
|
3986
|
-
),
|
|
4188
|
+
), h0 = ({
|
|
3987
4189
|
className: s,
|
|
3988
4190
|
color: e = c.GREY_DARK_5,
|
|
3989
4191
|
height: t = 20,
|
|
@@ -4016,7 +4218,7 @@ const X2 = (s, e) => {
|
|
|
4016
4218
|
)
|
|
4017
4219
|
]
|
|
4018
4220
|
}
|
|
4019
|
-
),
|
|
4221
|
+
), c0 = ({
|
|
4020
4222
|
className: s,
|
|
4021
4223
|
color: e = c.GREY_DARK_5,
|
|
4022
4224
|
height: t = 20,
|
|
@@ -4043,7 +4245,7 @@ const X2 = (s, e) => {
|
|
|
4043
4245
|
}
|
|
4044
4246
|
)
|
|
4045
4247
|
}
|
|
4046
|
-
),
|
|
4248
|
+
), C0 = ({
|
|
4047
4249
|
className: s,
|
|
4048
4250
|
color: e = c.GREY_DARK_5,
|
|
4049
4251
|
height: t = 20,
|
|
@@ -4070,7 +4272,7 @@ const X2 = (s, e) => {
|
|
|
4070
4272
|
}
|
|
4071
4273
|
)
|
|
4072
4274
|
}
|
|
4073
|
-
),
|
|
4275
|
+
), d0 = ({
|
|
4074
4276
|
className: s,
|
|
4075
4277
|
color: e = c.GREY_DARK_5,
|
|
4076
4278
|
height: t = 5,
|
|
@@ -4094,7 +4296,7 @@ const X2 = (s, e) => {
|
|
|
4094
4296
|
}
|
|
4095
4297
|
)
|
|
4096
4298
|
}
|
|
4097
|
-
),
|
|
4299
|
+
), g0 = ({
|
|
4098
4300
|
className: s,
|
|
4099
4301
|
color: e = c.GREY_DARK_5,
|
|
4100
4302
|
height: t = 5,
|
|
@@ -4119,7 +4321,7 @@ const X2 = (s, e) => {
|
|
|
4119
4321
|
}
|
|
4120
4322
|
)
|
|
4121
4323
|
}
|
|
4122
|
-
),
|
|
4324
|
+
), u0 = ({
|
|
4123
4325
|
className: s,
|
|
4124
4326
|
color: e = c.GREY_DARK_5,
|
|
4125
4327
|
height: t = 20,
|
|
@@ -4152,7 +4354,7 @@ const X2 = (s, e) => {
|
|
|
4152
4354
|
)
|
|
4153
4355
|
]
|
|
4154
4356
|
}
|
|
4155
|
-
),
|
|
4357
|
+
), w0 = ({
|
|
4156
4358
|
className: s,
|
|
4157
4359
|
color: e = c.GREY_DARK_5,
|
|
4158
4360
|
height: t = 24,
|
|
@@ -4191,7 +4393,7 @@ const X2 = (s, e) => {
|
|
|
4191
4393
|
)
|
|
4192
4394
|
]
|
|
4193
4395
|
}
|
|
4194
|
-
),
|
|
4396
|
+
), p0 = ({
|
|
4195
4397
|
className: s,
|
|
4196
4398
|
color: e = c.GREY_DARK_5,
|
|
4197
4399
|
height: t = 24,
|
|
@@ -4218,7 +4420,7 @@ const X2 = (s, e) => {
|
|
|
4218
4420
|
}
|
|
4219
4421
|
)
|
|
4220
4422
|
}
|
|
4221
|
-
),
|
|
4423
|
+
), f0 = ({
|
|
4222
4424
|
className: s,
|
|
4223
4425
|
color: e = c.GREY_DARK_5,
|
|
4224
4426
|
height: t = 24,
|
|
@@ -4277,7 +4479,7 @@ const X2 = (s, e) => {
|
|
|
4277
4479
|
)
|
|
4278
4480
|
]
|
|
4279
4481
|
}
|
|
4280
|
-
),
|
|
4482
|
+
), L0 = ({
|
|
4281
4483
|
className: s,
|
|
4282
4484
|
color: e = c.GREY_DARK_5,
|
|
4283
4485
|
height: t = 24,
|
|
@@ -4314,7 +4516,7 @@ const X2 = (s, e) => {
|
|
|
4314
4516
|
)
|
|
4315
4517
|
]
|
|
4316
4518
|
}
|
|
4317
|
-
),
|
|
4519
|
+
), m0 = ({
|
|
4318
4520
|
className: s,
|
|
4319
4521
|
color: e = c.GREY_DARK_3,
|
|
4320
4522
|
height: t = 14,
|
|
@@ -4351,7 +4553,7 @@ const X2 = (s, e) => {
|
|
|
4351
4553
|
)
|
|
4352
4554
|
]
|
|
4353
4555
|
}
|
|
4354
|
-
),
|
|
4556
|
+
), k0 = ({
|
|
4355
4557
|
className: s,
|
|
4356
4558
|
color: e = c.GREY_DARK_5,
|
|
4357
4559
|
height: t = 18,
|
|
@@ -4378,7 +4580,7 @@ const X2 = (s, e) => {
|
|
|
4378
4580
|
}
|
|
4379
4581
|
)
|
|
4380
4582
|
}
|
|
4381
|
-
),
|
|
4583
|
+
), v0 = ({
|
|
4382
4584
|
className: s,
|
|
4383
4585
|
color: e = c.GREY_DARK_5,
|
|
4384
4586
|
height: t = 24,
|
|
@@ -4430,7 +4632,7 @@ const X2 = (s, e) => {
|
|
|
4430
4632
|
)
|
|
4431
4633
|
]
|
|
4432
4634
|
}
|
|
4433
|
-
),
|
|
4635
|
+
), N0 = ({
|
|
4434
4636
|
className: s,
|
|
4435
4637
|
color: e = c.GREY_DARK_5,
|
|
4436
4638
|
height: t = 24,
|
|
@@ -4467,7 +4669,7 @@ const X2 = (s, e) => {
|
|
|
4467
4669
|
)
|
|
4468
4670
|
]
|
|
4469
4671
|
}
|
|
4470
|
-
),
|
|
4672
|
+
), x0 = ({
|
|
4471
4673
|
className: s,
|
|
4472
4674
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
4473
4675
|
height: t = 37,
|
|
@@ -4506,7 +4708,7 @@ const X2 = (s, e) => {
|
|
|
4506
4708
|
)
|
|
4507
4709
|
]
|
|
4508
4710
|
}
|
|
4509
|
-
),
|
|
4711
|
+
), M0 = ({
|
|
4510
4712
|
className: s,
|
|
4511
4713
|
color: e = c.GREY_DARK_5,
|
|
4512
4714
|
height: t = 24,
|
|
@@ -4532,7 +4734,7 @@ const X2 = (s, e) => {
|
|
|
4532
4734
|
}
|
|
4533
4735
|
)
|
|
4534
4736
|
}
|
|
4535
|
-
),
|
|
4737
|
+
), R0 = ({
|
|
4536
4738
|
className: s,
|
|
4537
4739
|
color: e = c.GREY_DARK_5,
|
|
4538
4740
|
height: t = 24,
|
|
@@ -4571,7 +4773,7 @@ const X2 = (s, e) => {
|
|
|
4571
4773
|
)
|
|
4572
4774
|
]
|
|
4573
4775
|
}
|
|
4574
|
-
),
|
|
4776
|
+
), V0 = ({
|
|
4575
4777
|
className: s,
|
|
4576
4778
|
color: e = c.GREY_DARK_5,
|
|
4577
4779
|
height: t = 20,
|
|
@@ -4604,7 +4806,7 @@ const X2 = (s, e) => {
|
|
|
4604
4806
|
)
|
|
4605
4807
|
]
|
|
4606
4808
|
}
|
|
4607
|
-
),
|
|
4809
|
+
), Z0 = ({
|
|
4608
4810
|
className: s,
|
|
4609
4811
|
color: e = c.GREY_DARK_5,
|
|
4610
4812
|
height: t = 24,
|
|
@@ -4673,7 +4875,7 @@ const X2 = (s, e) => {
|
|
|
4673
4875
|
)
|
|
4674
4876
|
]
|
|
4675
4877
|
}
|
|
4676
|
-
),
|
|
4878
|
+
), H0 = ({
|
|
4677
4879
|
className: s,
|
|
4678
4880
|
color: e = c.GREY_DARK_5,
|
|
4679
4881
|
height: t = 24,
|
|
@@ -4730,7 +4932,7 @@ const X2 = (s, e) => {
|
|
|
4730
4932
|
)
|
|
4731
4933
|
]
|
|
4732
4934
|
}
|
|
4733
|
-
),
|
|
4935
|
+
), _0 = ({
|
|
4734
4936
|
className: s,
|
|
4735
4937
|
color: e = c.GREY_DARK_5,
|
|
4736
4938
|
height: t = 24,
|
|
@@ -4779,7 +4981,7 @@ const X2 = (s, e) => {
|
|
|
4779
4981
|
)
|
|
4780
4982
|
]
|
|
4781
4983
|
}
|
|
4782
|
-
),
|
|
4984
|
+
), b0 = ({
|
|
4783
4985
|
className: s,
|
|
4784
4986
|
color: e = c.GREY_DARK_5,
|
|
4785
4987
|
height: t = 24,
|
|
@@ -4806,7 +5008,7 @@ const X2 = (s, e) => {
|
|
|
4806
5008
|
}
|
|
4807
5009
|
)
|
|
4808
5010
|
}
|
|
4809
|
-
),
|
|
5011
|
+
), y0 = ({
|
|
4810
5012
|
className: s,
|
|
4811
5013
|
color: e = c.GREY_DARK_5,
|
|
4812
5014
|
height: t = 20,
|
|
@@ -4835,7 +5037,7 @@ const X2 = (s, e) => {
|
|
|
4835
5037
|
)
|
|
4836
5038
|
]
|
|
4837
5039
|
}
|
|
4838
|
-
),
|
|
5040
|
+
), E0 = ({
|
|
4839
5041
|
className: s,
|
|
4840
5042
|
color: e = "#001E52",
|
|
4841
5043
|
height: t = 24,
|
|
@@ -4861,7 +5063,7 @@ const X2 = (s, e) => {
|
|
|
4861
5063
|
}
|
|
4862
5064
|
)
|
|
4863
5065
|
}
|
|
4864
|
-
),
|
|
5066
|
+
), A0 = ({
|
|
4865
5067
|
className: s,
|
|
4866
5068
|
color: e = "#001E52",
|
|
4867
5069
|
height: t = 24,
|
|
@@ -4899,7 +5101,7 @@ const X2 = (s, e) => {
|
|
|
4899
5101
|
)
|
|
4900
5102
|
] }) })
|
|
4901
5103
|
}
|
|
4902
|
-
),
|
|
5104
|
+
), D0 = ({
|
|
4903
5105
|
width: s = 20,
|
|
4904
5106
|
height: e = 20,
|
|
4905
5107
|
color: t = c.GREY_DARK_5,
|
|
@@ -4923,7 +5125,7 @@ const X2 = (s, e) => {
|
|
|
4923
5125
|
}
|
|
4924
5126
|
)
|
|
4925
5127
|
}
|
|
4926
|
-
),
|
|
5128
|
+
), K0 = ({
|
|
4927
5129
|
width: s = 24,
|
|
4928
5130
|
height: e = 24,
|
|
4929
5131
|
color: t = "#131314",
|
|
@@ -4956,7 +5158,7 @@ const X2 = (s, e) => {
|
|
|
4956
5158
|
)
|
|
4957
5159
|
]
|
|
4958
5160
|
}
|
|
4959
|
-
),
|
|
5161
|
+
), B0 = ({
|
|
4960
5162
|
width: s = 20,
|
|
4961
5163
|
height: e = 20,
|
|
4962
5164
|
color: t = c.GREY_DARK_5,
|
|
@@ -4989,7 +5191,7 @@ const X2 = (s, e) => {
|
|
|
4989
5191
|
)
|
|
4990
5192
|
]
|
|
4991
5193
|
}
|
|
4992
|
-
),
|
|
5194
|
+
), S0 = ({
|
|
4993
5195
|
width: s = 24,
|
|
4994
5196
|
height: e = 24,
|
|
4995
5197
|
color: t = c.GREY_DARK_2,
|
|
@@ -5029,7 +5231,7 @@ const X2 = (s, e) => {
|
|
|
5029
5231
|
)
|
|
5030
5232
|
]
|
|
5031
5233
|
}
|
|
5032
|
-
),
|
|
5234
|
+
), G0 = ({
|
|
5033
5235
|
width: s = 24,
|
|
5034
5236
|
height: e = 24,
|
|
5035
5237
|
color: t = c.GREY_DARK_2,
|
|
@@ -5056,7 +5258,7 @@ const X2 = (s, e) => {
|
|
|
5056
5258
|
}
|
|
5057
5259
|
)
|
|
5058
5260
|
}
|
|
5059
|
-
),
|
|
5261
|
+
), O0 = ({
|
|
5060
5262
|
width: s = 24,
|
|
5061
5263
|
height: e = 24,
|
|
5062
5264
|
color: t = c.GREY_DARK_2,
|
|
@@ -5083,7 +5285,31 @@ const X2 = (s, e) => {
|
|
|
5083
5285
|
}
|
|
5084
5286
|
)
|
|
5085
5287
|
}
|
|
5086
|
-
),
|
|
5288
|
+
), I0 = ({
|
|
5289
|
+
width: s = 20,
|
|
5290
|
+
height: e = 20,
|
|
5291
|
+
color: t = c.GREY_DARK_5,
|
|
5292
|
+
className: i,
|
|
5293
|
+
onClick: n
|
|
5294
|
+
}) => /* @__PURE__ */ o(
|
|
5295
|
+
"svg",
|
|
5296
|
+
{
|
|
5297
|
+
width: s,
|
|
5298
|
+
height: e,
|
|
5299
|
+
viewBox: "0 0 24 24",
|
|
5300
|
+
fill: "none",
|
|
5301
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5302
|
+
className: i,
|
|
5303
|
+
onClick: n,
|
|
5304
|
+
children: /* @__PURE__ */ o(
|
|
5305
|
+
"path",
|
|
5306
|
+
{
|
|
5307
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
5308
|
+
fill: t
|
|
5309
|
+
}
|
|
5310
|
+
)
|
|
5311
|
+
}
|
|
5312
|
+
), Y0 = ({
|
|
5087
5313
|
name: s,
|
|
5088
5314
|
width: e,
|
|
5089
5315
|
height: t,
|
|
@@ -5096,35 +5322,39 @@ const X2 = (s, e) => {
|
|
|
5096
5322
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
5097
5323
|
switch (s) {
|
|
5098
5324
|
case "nextIcon":
|
|
5099
|
-
return
|
|
5325
|
+
return c0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5100
5326
|
case "prevIcon":
|
|
5101
|
-
return
|
|
5327
|
+
return C0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5102
5328
|
case "arrowDown":
|
|
5103
|
-
return
|
|
5329
|
+
return H7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5104
5330
|
case "info":
|
|
5105
|
-
return
|
|
5331
|
+
return _7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5106
5332
|
case "arrowRight":
|
|
5107
|
-
return
|
|
5333
|
+
return b7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5334
|
+
case "archive":
|
|
5335
|
+
return K7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5336
|
+
case "unarchive":
|
|
5337
|
+
return B7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5108
5338
|
case "calendar":
|
|
5109
|
-
return
|
|
5339
|
+
return S7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5110
5340
|
case "check":
|
|
5111
|
-
return
|
|
5341
|
+
return G7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5112
5342
|
case "cancel":
|
|
5113
|
-
return
|
|
5343
|
+
return O7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5114
5344
|
case "add":
|
|
5115
|
-
return
|
|
5345
|
+
return I7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5116
5346
|
case "list":
|
|
5117
|
-
return
|
|
5347
|
+
return Y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5118
5348
|
case "dragAndDrop":
|
|
5119
|
-
return
|
|
5349
|
+
return j7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5120
5350
|
case "filter":
|
|
5121
|
-
return
|
|
5351
|
+
return W7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5122
5352
|
case "attention":
|
|
5123
|
-
return
|
|
5353
|
+
return $7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5124
5354
|
case "users":
|
|
5125
|
-
return
|
|
5355
|
+
return T7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5126
5356
|
case "mySkillsMatrix":
|
|
5127
|
-
return
|
|
5357
|
+
return P7({
|
|
5128
5358
|
width: e,
|
|
5129
5359
|
height: t,
|
|
5130
5360
|
color: r,
|
|
@@ -5132,9 +5362,9 @@ const X2 = (s, e) => {
|
|
|
5132
5362
|
onClick: l
|
|
5133
5363
|
});
|
|
5134
5364
|
case "skills":
|
|
5135
|
-
return
|
|
5365
|
+
return F7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5136
5366
|
case "skillsMatrices":
|
|
5137
|
-
return
|
|
5367
|
+
return U7({
|
|
5138
5368
|
width: e,
|
|
5139
5369
|
height: t,
|
|
5140
5370
|
color: r,
|
|
@@ -5142,21 +5372,21 @@ const X2 = (s, e) => {
|
|
|
5142
5372
|
onClick: l
|
|
5143
5373
|
});
|
|
5144
5374
|
case "history":
|
|
5145
|
-
return
|
|
5375
|
+
return z7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5146
5376
|
case "logOut":
|
|
5147
|
-
return
|
|
5377
|
+
return J7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5148
5378
|
case "settings":
|
|
5149
|
-
return
|
|
5379
|
+
return q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
5380
|
case "trash":
|
|
5151
|
-
return
|
|
5381
|
+
return Q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5152
5382
|
case "settings2":
|
|
5153
|
-
return
|
|
5383
|
+
return X7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5154
5384
|
case "checkCircle":
|
|
5155
|
-
return
|
|
5385
|
+
return e0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
5386
|
case "cancelCircle":
|
|
5157
|
-
return
|
|
5387
|
+
return t0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5158
5388
|
case "visibilityIcon":
|
|
5159
|
-
return
|
|
5389
|
+
return i0({
|
|
5160
5390
|
width: e,
|
|
5161
5391
|
height: t,
|
|
5162
5392
|
color: r,
|
|
@@ -5164,7 +5394,7 @@ const X2 = (s, e) => {
|
|
|
5164
5394
|
onClick: l
|
|
5165
5395
|
});
|
|
5166
5396
|
case "visibilityOffIcon":
|
|
5167
|
-
return
|
|
5397
|
+
return s0({
|
|
5168
5398
|
width: e,
|
|
5169
5399
|
height: t,
|
|
5170
5400
|
color: r,
|
|
@@ -5172,7 +5402,7 @@ const X2 = (s, e) => {
|
|
|
5172
5402
|
onClick: l
|
|
5173
5403
|
});
|
|
5174
5404
|
case "selectArrowIcon":
|
|
5175
|
-
return
|
|
5405
|
+
return n0({
|
|
5176
5406
|
width: e,
|
|
5177
5407
|
height: t,
|
|
5178
5408
|
color: r,
|
|
@@ -5180,7 +5410,7 @@ const X2 = (s, e) => {
|
|
|
5180
5410
|
onClick: l
|
|
5181
5411
|
});
|
|
5182
5412
|
case "expandArrowIcon":
|
|
5183
|
-
return
|
|
5413
|
+
return o0({
|
|
5184
5414
|
width: e,
|
|
5185
5415
|
height: t,
|
|
5186
5416
|
color: r,
|
|
@@ -5188,7 +5418,7 @@ const X2 = (s, e) => {
|
|
|
5188
5418
|
onClick: l
|
|
5189
5419
|
});
|
|
5190
5420
|
case "expandActiveArrowIcon":
|
|
5191
|
-
return
|
|
5421
|
+
return l0({
|
|
5192
5422
|
width: e,
|
|
5193
5423
|
height: t,
|
|
5194
5424
|
color: r,
|
|
@@ -5196,75 +5426,77 @@ const X2 = (s, e) => {
|
|
|
5196
5426
|
onClick: l
|
|
5197
5427
|
});
|
|
5198
5428
|
case "sortUp":
|
|
5199
|
-
return
|
|
5429
|
+
return r0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5200
5430
|
case "sortDown":
|
|
5201
|
-
return
|
|
5431
|
+
return a0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5202
5432
|
case "search":
|
|
5203
|
-
return
|
|
5433
|
+
return h0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5204
5434
|
case "arrowUpFilled":
|
|
5205
|
-
return
|
|
5435
|
+
return g0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
5436
|
case "arrowDownFilled":
|
|
5207
|
-
return
|
|
5437
|
+
return d0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5208
5438
|
case "arrow2Up":
|
|
5209
|
-
return
|
|
5439
|
+
return y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5210
5440
|
case "arrow2Right":
|
|
5211
|
-
return
|
|
5441
|
+
return E7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5212
5442
|
case "arrow2Down":
|
|
5213
|
-
return
|
|
5443
|
+
return A7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5214
5444
|
case "arrow2Left":
|
|
5215
|
-
return
|
|
5445
|
+
return D7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5216
5446
|
case "link":
|
|
5217
|
-
return
|
|
5447
|
+
return u0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5218
5448
|
case "telegram":
|
|
5219
|
-
return
|
|
5449
|
+
return p0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5220
5450
|
case "mail":
|
|
5221
|
-
return
|
|
5451
|
+
return L0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5222
5452
|
case "github":
|
|
5223
|
-
return
|
|
5453
|
+
return w0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5224
5454
|
case "linkedIn":
|
|
5225
|
-
return
|
|
5455
|
+
return f0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5226
5456
|
case "emptyStateIcon":
|
|
5227
|
-
return
|
|
5457
|
+
return m0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5228
5458
|
case "filtersIcon":
|
|
5229
|
-
return
|
|
5459
|
+
return k0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5230
5460
|
case "dotMenuIcon":
|
|
5231
|
-
return
|
|
5461
|
+
return v0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5232
5462
|
case "plusCircle":
|
|
5233
|
-
return
|
|
5463
|
+
return N0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5234
5464
|
case "warning":
|
|
5235
|
-
return
|
|
5465
|
+
return x0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5236
5466
|
case "back":
|
|
5237
|
-
return
|
|
5467
|
+
return M0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5238
5468
|
case "bell":
|
|
5239
|
-
return
|
|
5469
|
+
return R0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5240
5470
|
case "copy":
|
|
5241
|
-
return
|
|
5471
|
+
return V0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5242
5472
|
case "contract":
|
|
5243
|
-
return
|
|
5473
|
+
return Z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5244
5474
|
case "resourceManager":
|
|
5245
|
-
return
|
|
5475
|
+
return H0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5246
5476
|
case "image":
|
|
5247
|
-
return
|
|
5477
|
+
return _0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5248
5478
|
case "edit":
|
|
5249
|
-
return
|
|
5479
|
+
return b0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5250
5480
|
case "filledArrowRight":
|
|
5251
|
-
return
|
|
5481
|
+
return y0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
5482
|
case "burgerMenu":
|
|
5253
|
-
return
|
|
5483
|
+
return E0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5254
5484
|
case "refresh":
|
|
5255
|
-
return
|
|
5485
|
+
return A0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5256
5486
|
case "projects":
|
|
5257
|
-
return
|
|
5487
|
+
return D0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5258
5488
|
case "user":
|
|
5259
|
-
return
|
|
5489
|
+
return B0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5260
5490
|
case "exit":
|
|
5261
|
-
return
|
|
5491
|
+
return K0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5262
5492
|
case "openPointCircle":
|
|
5263
|
-
return
|
|
5493
|
+
return S0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
5494
|
case "community":
|
|
5265
|
-
return
|
|
5495
|
+
return G0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5266
5496
|
case "docs":
|
|
5267
|
-
return
|
|
5497
|
+
return O0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5498
|
+
case "unpaidLeave":
|
|
5499
|
+
return I0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5268
5500
|
default:
|
|
5269
5501
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
5270
5502
|
}
|
|
@@ -5285,7 +5517,7 @@ const X2 = (s, e) => {
|
|
|
5285
5517
|
{
|
|
5286
5518
|
className: `snmt-tag ${t} ${h ? "disabled" : ""}`,
|
|
5287
5519
|
closeIcon: /* @__PURE__ */ o(
|
|
5288
|
-
|
|
5520
|
+
Y0,
|
|
5289
5521
|
{
|
|
5290
5522
|
name: "cancelCircle",
|
|
5291
5523
|
color: h ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5298,7 +5530,7 @@ const X2 = (s, e) => {
|
|
|
5298
5530
|
style: { width: e ?? "fit-content" },
|
|
5299
5531
|
closable: n,
|
|
5300
5532
|
children: typeof s == "string" ? /* @__PURE__ */ o(
|
|
5301
|
-
|
|
5533
|
+
Z7,
|
|
5302
5534
|
{
|
|
5303
5535
|
variant: t === "small" ? "body4" : "body2",
|
|
5304
5536
|
color: h ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5307,12 +5539,12 @@ const X2 = (s, e) => {
|
|
|
5307
5539
|
) : s
|
|
5308
5540
|
}
|
|
5309
5541
|
);
|
|
5310
|
-
}, { Title:
|
|
5542
|
+
}, { Title: j0, Text: W0 } = N1, $0 = {
|
|
5311
5543
|
h1: 1,
|
|
5312
5544
|
h2: 2,
|
|
5313
5545
|
h3: 3,
|
|
5314
5546
|
h4: 4
|
|
5315
|
-
},
|
|
5547
|
+
}, T0 = r1(
|
|
5316
5548
|
({
|
|
5317
5549
|
align: s = "inherit",
|
|
5318
5550
|
variant: e = "body1",
|
|
@@ -5326,7 +5558,7 @@ const X2 = (s, e) => {
|
|
|
5326
5558
|
}, r) => {
|
|
5327
5559
|
const l = J(null);
|
|
5328
5560
|
c1(r, () => l.current);
|
|
5329
|
-
const [a, p] =
|
|
5561
|
+
const [a, p] = K(!1);
|
|
5330
5562
|
G(() => {
|
|
5331
5563
|
var m;
|
|
5332
5564
|
if (!d) return;
|
|
@@ -5354,9 +5586,9 @@ const X2 = (s, e) => {
|
|
|
5354
5586
|
}
|
|
5355
5587
|
} : void 0
|
|
5356
5588
|
};
|
|
5357
|
-
return u ? /* @__PURE__ */ o(
|
|
5589
|
+
return u ? /* @__PURE__ */ o(j0, { level: $0[e], ...L, children: i }) : /* @__PURE__ */ o(W0, { ...L, children: i });
|
|
5358
5590
|
}
|
|
5359
|
-
),
|
|
5591
|
+
), P0 = ({
|
|
5360
5592
|
children: s,
|
|
5361
5593
|
content: e,
|
|
5362
5594
|
isOpen: t,
|
|
@@ -5365,7 +5597,7 @@ const X2 = (s, e) => {
|
|
|
5365
5597
|
noPadding: h = !1,
|
|
5366
5598
|
trigger: C = "click"
|
|
5367
5599
|
}) => {
|
|
5368
|
-
const [d, r] =
|
|
5600
|
+
const [d, r] = K(!1);
|
|
5369
5601
|
return /* @__PURE__ */ o(
|
|
5370
5602
|
D2,
|
|
5371
5603
|
{
|
|
@@ -5381,7 +5613,7 @@ const X2 = (s, e) => {
|
|
|
5381
5613
|
children: /* @__PURE__ */ o("div", { className: "wrapper", children: s })
|
|
5382
5614
|
}
|
|
5383
5615
|
);
|
|
5384
|
-
}, { Title:
|
|
5616
|
+
}, { Title: F0, Text: U0 } = N1, z0 = {
|
|
5385
5617
|
h1: 1,
|
|
5386
5618
|
h2: 2,
|
|
5387
5619
|
h3: 3,
|
|
@@ -5400,7 +5632,7 @@ const X2 = (s, e) => {
|
|
|
5400
5632
|
}, r) => {
|
|
5401
5633
|
const l = J(null);
|
|
5402
5634
|
c1(r, () => l.current);
|
|
5403
|
-
const [a, p] =
|
|
5635
|
+
const [a, p] = K(!1);
|
|
5404
5636
|
G(() => {
|
|
5405
5637
|
var m;
|
|
5406
5638
|
if (!d) return;
|
|
@@ -5428,9 +5660,9 @@ const X2 = (s, e) => {
|
|
|
5428
5660
|
}
|
|
5429
5661
|
} : void 0
|
|
5430
5662
|
};
|
|
5431
|
-
return u ? /* @__PURE__ */ o(
|
|
5663
|
+
return u ? /* @__PURE__ */ o(F0, { level: z0[e], ...L, children: i }) : /* @__PURE__ */ o(U0, { ...L, children: i });
|
|
5432
5664
|
}
|
|
5433
|
-
),
|
|
5665
|
+
), J0 = ({
|
|
5434
5666
|
width: s = 20,
|
|
5435
5667
|
height: e = 20,
|
|
5436
5668
|
color: t = "#001E52",
|
|
@@ -5457,7 +5689,7 @@ const X2 = (s, e) => {
|
|
|
5457
5689
|
}
|
|
5458
5690
|
)
|
|
5459
5691
|
}
|
|
5460
|
-
),
|
|
5692
|
+
), q0 = ({
|
|
5461
5693
|
width: s = 20,
|
|
5462
5694
|
height: e = 20,
|
|
5463
5695
|
color: t = c.GREY_DARK_5,
|
|
@@ -5497,7 +5729,7 @@ const X2 = (s, e) => {
|
|
|
5497
5729
|
)
|
|
5498
5730
|
]
|
|
5499
5731
|
}
|
|
5500
|
-
),
|
|
5732
|
+
), Q0 = ({
|
|
5501
5733
|
width: s = 20,
|
|
5502
5734
|
height: e = 20,
|
|
5503
5735
|
color: t = "#001E52",
|
|
@@ -5532,7 +5764,7 @@ const X2 = (s, e) => {
|
|
|
5532
5764
|
)
|
|
5533
5765
|
]
|
|
5534
5766
|
}
|
|
5535
|
-
),
|
|
5767
|
+
), X0 = ({
|
|
5536
5768
|
width: s = 20,
|
|
5537
5769
|
height: e = 20,
|
|
5538
5770
|
color: t = c.GREY_DARK_5,
|
|
@@ -5559,7 +5791,7 @@ const X2 = (s, e) => {
|
|
|
5559
5791
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5560
5792
|
]
|
|
5561
5793
|
}
|
|
5562
|
-
),
|
|
5794
|
+
), e9 = ({
|
|
5563
5795
|
width: s = 20,
|
|
5564
5796
|
height: e = 20,
|
|
5565
5797
|
color: t = c.GREY_DARK_5,
|
|
@@ -5583,7 +5815,7 @@ const X2 = (s, e) => {
|
|
|
5583
5815
|
}
|
|
5584
5816
|
)
|
|
5585
5817
|
}
|
|
5586
|
-
),
|
|
5818
|
+
), t9 = ({
|
|
5587
5819
|
width: s = 20,
|
|
5588
5820
|
height: e = 20,
|
|
5589
5821
|
color: t = c.GREY_DARK_5,
|
|
@@ -5610,31 +5842,117 @@ const X2 = (s, e) => {
|
|
|
5610
5842
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5611
5843
|
]
|
|
5612
5844
|
}
|
|
5613
|
-
),
|
|
5845
|
+
), i9 = ({
|
|
5846
|
+
width: s = 20,
|
|
5847
|
+
height: e = 20,
|
|
5848
|
+
color: t = c.GREY_DARK_5,
|
|
5849
|
+
className: i,
|
|
5850
|
+
onClick: n
|
|
5851
|
+
}) => /* @__PURE__ */ o(
|
|
5852
|
+
"svg",
|
|
5853
|
+
{
|
|
5854
|
+
width: s,
|
|
5855
|
+
height: e,
|
|
5856
|
+
className: i,
|
|
5857
|
+
onClick: n,
|
|
5858
|
+
viewBox: "0 0 25 25",
|
|
5859
|
+
fill: "none",
|
|
5860
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5861
|
+
children: /* @__PURE__ */ o(
|
|
5862
|
+
"path",
|
|
5863
|
+
{
|
|
5864
|
+
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",
|
|
5865
|
+
fill: t
|
|
5866
|
+
}
|
|
5867
|
+
)
|
|
5868
|
+
}
|
|
5869
|
+
), s9 = ({
|
|
5870
|
+
width: s = 20,
|
|
5871
|
+
height: e = 20,
|
|
5872
|
+
color: t = c.GREY_DARK_5,
|
|
5873
|
+
className: i,
|
|
5874
|
+
onClick: n
|
|
5875
|
+
}) => /* @__PURE__ */ g(
|
|
5876
|
+
"svg",
|
|
5877
|
+
{
|
|
5878
|
+
width: s,
|
|
5879
|
+
height: e,
|
|
5880
|
+
className: i,
|
|
5881
|
+
onClick: n,
|
|
5882
|
+
viewBox: "0 0 24 24",
|
|
5883
|
+
fill: "none",
|
|
5884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5885
|
+
children: [
|
|
5886
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
), n9 = ({
|
|
5614
5910
|
width: s = 20,
|
|
5615
5911
|
height: e = 20,
|
|
5616
5912
|
color: t = c.GREY_DARK_5,
|
|
5617
5913
|
className: i,
|
|
5618
5914
|
onClick: n
|
|
5619
|
-
}) => /* @__PURE__ */
|
|
5915
|
+
}) => /* @__PURE__ */ g(
|
|
5620
5916
|
"svg",
|
|
5621
5917
|
{
|
|
5622
5918
|
width: s,
|
|
5623
5919
|
height: e,
|
|
5624
5920
|
className: i,
|
|
5625
5921
|
onClick: n,
|
|
5626
|
-
viewBox: "0 0
|
|
5922
|
+
viewBox: "0 0 24 24",
|
|
5627
5923
|
fill: "none",
|
|
5628
5924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5629
|
-
children:
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5925
|
+
children: [
|
|
5926
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
]
|
|
5636
5954
|
}
|
|
5637
|
-
),
|
|
5955
|
+
), o9 = ({
|
|
5638
5956
|
width: s = 20,
|
|
5639
5957
|
height: e = 20,
|
|
5640
5958
|
color: t = c.GREY_DARK_5,
|
|
@@ -5681,7 +5999,7 @@ const X2 = (s, e) => {
|
|
|
5681
5999
|
)
|
|
5682
6000
|
]
|
|
5683
6001
|
}
|
|
5684
|
-
),
|
|
6002
|
+
), l9 = ({
|
|
5685
6003
|
width: s = 20,
|
|
5686
6004
|
height: e = 20,
|
|
5687
6005
|
color: t = c.GREY_DARK_5,
|
|
@@ -5705,7 +6023,7 @@ const X2 = (s, e) => {
|
|
|
5705
6023
|
}
|
|
5706
6024
|
)
|
|
5707
6025
|
}
|
|
5708
|
-
),
|
|
6026
|
+
), r9 = ({
|
|
5709
6027
|
width: s = 20,
|
|
5710
6028
|
height: e = 20,
|
|
5711
6029
|
color: t = c.GREY_DARK_5,
|
|
@@ -5729,7 +6047,7 @@ const X2 = (s, e) => {
|
|
|
5729
6047
|
}
|
|
5730
6048
|
)
|
|
5731
6049
|
}
|
|
5732
|
-
),
|
|
6050
|
+
), a9 = ({
|
|
5733
6051
|
width: s = 20,
|
|
5734
6052
|
height: e = 20,
|
|
5735
6053
|
color: t = c.GREY_DARK_5,
|
|
@@ -5753,7 +6071,7 @@ const X2 = (s, e) => {
|
|
|
5753
6071
|
}
|
|
5754
6072
|
)
|
|
5755
6073
|
}
|
|
5756
|
-
),
|
|
6074
|
+
), h9 = ({
|
|
5757
6075
|
width: s = 20,
|
|
5758
6076
|
height: e = 20,
|
|
5759
6077
|
color: t = c.GREY_DARK_5,
|
|
@@ -5814,7 +6132,7 @@ const X2 = (s, e) => {
|
|
|
5814
6132
|
)
|
|
5815
6133
|
]
|
|
5816
6134
|
}
|
|
5817
|
-
),
|
|
6135
|
+
), c9 = ({
|
|
5818
6136
|
width: s = 20,
|
|
5819
6137
|
height: e = 20,
|
|
5820
6138
|
color: t = c.GREY_DARK_5,
|
|
@@ -5861,7 +6179,7 @@ const X2 = (s, e) => {
|
|
|
5861
6179
|
)
|
|
5862
6180
|
]
|
|
5863
6181
|
}
|
|
5864
|
-
),
|
|
6182
|
+
), C9 = ({
|
|
5865
6183
|
width: s = 20,
|
|
5866
6184
|
height: e = 20,
|
|
5867
6185
|
color: t = c.GREY_DARK_5,
|
|
@@ -5901,7 +6219,7 @@ const X2 = (s, e) => {
|
|
|
5901
6219
|
)
|
|
5902
6220
|
]
|
|
5903
6221
|
}
|
|
5904
|
-
),
|
|
6222
|
+
), d9 = ({
|
|
5905
6223
|
width: s = 20,
|
|
5906
6224
|
height: e = 20,
|
|
5907
6225
|
color: t = c.GREY_DARK_5,
|
|
@@ -5941,7 +6259,7 @@ const X2 = (s, e) => {
|
|
|
5941
6259
|
)
|
|
5942
6260
|
]
|
|
5943
6261
|
}
|
|
5944
|
-
),
|
|
6262
|
+
), g9 = ({
|
|
5945
6263
|
width: s = 20,
|
|
5946
6264
|
height: e = 20,
|
|
5947
6265
|
color: t = c.GREY_DARK_5,
|
|
@@ -5988,7 +6306,7 @@ const X2 = (s, e) => {
|
|
|
5988
6306
|
)
|
|
5989
6307
|
]
|
|
5990
6308
|
}
|
|
5991
|
-
),
|
|
6309
|
+
), u9 = ({
|
|
5992
6310
|
width: s = 20,
|
|
5993
6311
|
height: e = 20,
|
|
5994
6312
|
color: t = c.GREY_DARK_5,
|
|
@@ -6035,7 +6353,7 @@ const X2 = (s, e) => {
|
|
|
6035
6353
|
)
|
|
6036
6354
|
]
|
|
6037
6355
|
}
|
|
6038
|
-
),
|
|
6356
|
+
), w9 = ({
|
|
6039
6357
|
width: s = 20,
|
|
6040
6358
|
height: e = 20,
|
|
6041
6359
|
color: t = c.GREY_DARK_5,
|
|
@@ -6082,7 +6400,7 @@ const X2 = (s, e) => {
|
|
|
6082
6400
|
)
|
|
6083
6401
|
]
|
|
6084
6402
|
}
|
|
6085
|
-
),
|
|
6403
|
+
), p9 = ({
|
|
6086
6404
|
width: s = 20,
|
|
6087
6405
|
height: e = 20,
|
|
6088
6406
|
color: t = c.GREY_DARK_5,
|
|
@@ -6122,7 +6440,7 @@ const X2 = (s, e) => {
|
|
|
6122
6440
|
)
|
|
6123
6441
|
]
|
|
6124
6442
|
}
|
|
6125
|
-
),
|
|
6443
|
+
), f9 = ({
|
|
6126
6444
|
width: s = 20,
|
|
6127
6445
|
height: e = 20,
|
|
6128
6446
|
color: t = c.GREY_DARK_5,
|
|
@@ -6155,7 +6473,7 @@ const X2 = (s, e) => {
|
|
|
6155
6473
|
)
|
|
6156
6474
|
]
|
|
6157
6475
|
}
|
|
6158
|
-
),
|
|
6476
|
+
), L9 = ({
|
|
6159
6477
|
width: s = 20,
|
|
6160
6478
|
height: e = 20,
|
|
6161
6479
|
color: t = c.GREY_DARK_5,
|
|
@@ -6188,7 +6506,7 @@ const X2 = (s, e) => {
|
|
|
6188
6506
|
)
|
|
6189
6507
|
]
|
|
6190
6508
|
}
|
|
6191
|
-
),
|
|
6509
|
+
), m9 = ({
|
|
6192
6510
|
width: s = 20,
|
|
6193
6511
|
height: e = 20,
|
|
6194
6512
|
color: t = c.GREY_DARK_5,
|
|
@@ -6221,7 +6539,7 @@ const X2 = (s, e) => {
|
|
|
6221
6539
|
)
|
|
6222
6540
|
]
|
|
6223
6541
|
}
|
|
6224
|
-
),
|
|
6542
|
+
), k9 = ({
|
|
6225
6543
|
width: s = 20,
|
|
6226
6544
|
height: e = 20,
|
|
6227
6545
|
color: t = c.GREY_DARK_5,
|
|
@@ -6254,7 +6572,7 @@ const X2 = (s, e) => {
|
|
|
6254
6572
|
)
|
|
6255
6573
|
]
|
|
6256
6574
|
}
|
|
6257
|
-
),
|
|
6575
|
+
), v9 = ({
|
|
6258
6576
|
width: s = 20,
|
|
6259
6577
|
height: e = 20,
|
|
6260
6578
|
color: t = c.GREY_DARK_5,
|
|
@@ -6294,7 +6612,7 @@ const X2 = (s, e) => {
|
|
|
6294
6612
|
)
|
|
6295
6613
|
]
|
|
6296
6614
|
}
|
|
6297
|
-
),
|
|
6615
|
+
), N9 = ({
|
|
6298
6616
|
width: s = 20,
|
|
6299
6617
|
height: e = 20,
|
|
6300
6618
|
color: t = c.GREY_DARK_5,
|
|
@@ -6327,7 +6645,7 @@ const X2 = (s, e) => {
|
|
|
6327
6645
|
)
|
|
6328
6646
|
]
|
|
6329
6647
|
}
|
|
6330
|
-
),
|
|
6648
|
+
), x9 = ({
|
|
6331
6649
|
width: s = 20,
|
|
6332
6650
|
height: e = 20,
|
|
6333
6651
|
color: t = c.GREY_DARK_5,
|
|
@@ -6360,7 +6678,7 @@ const X2 = (s, e) => {
|
|
|
6360
6678
|
)
|
|
6361
6679
|
]
|
|
6362
6680
|
}
|
|
6363
|
-
),
|
|
6681
|
+
), M9 = ({
|
|
6364
6682
|
width: s = 20,
|
|
6365
6683
|
height: e = 20,
|
|
6366
6684
|
color: t = "#070739",
|
|
@@ -6390,7 +6708,7 @@ const X2 = (s, e) => {
|
|
|
6390
6708
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6391
6709
|
]
|
|
6392
6710
|
}
|
|
6393
|
-
),
|
|
6711
|
+
), R9 = ({
|
|
6394
6712
|
width: s = 20,
|
|
6395
6713
|
height: e = 20,
|
|
6396
6714
|
color: t = "#070739",
|
|
@@ -6428,7 +6746,7 @@ const X2 = (s, e) => {
|
|
|
6428
6746
|
)
|
|
6429
6747
|
]
|
|
6430
6748
|
}
|
|
6431
|
-
),
|
|
6749
|
+
), V9 = ({
|
|
6432
6750
|
width: s = 9,
|
|
6433
6751
|
height: e = 5,
|
|
6434
6752
|
color: t = "#001E52",
|
|
@@ -6454,7 +6772,7 @@ const X2 = (s, e) => {
|
|
|
6454
6772
|
}
|
|
6455
6773
|
)
|
|
6456
6774
|
}
|
|
6457
|
-
),
|
|
6775
|
+
), Z9 = ({
|
|
6458
6776
|
width: s = 20,
|
|
6459
6777
|
height: e = 20,
|
|
6460
6778
|
color: t = "#F2F2F7",
|
|
@@ -6483,7 +6801,7 @@ const X2 = (s, e) => {
|
|
|
6483
6801
|
)
|
|
6484
6802
|
]
|
|
6485
6803
|
}
|
|
6486
|
-
),
|
|
6804
|
+
), H9 = ({
|
|
6487
6805
|
width: s = 20,
|
|
6488
6806
|
height: e = 20,
|
|
6489
6807
|
color: t = "#004ED7",
|
|
@@ -6512,7 +6830,7 @@ const X2 = (s, e) => {
|
|
|
6512
6830
|
)
|
|
6513
6831
|
]
|
|
6514
6832
|
}
|
|
6515
|
-
),
|
|
6833
|
+
), _9 = ({
|
|
6516
6834
|
width: s = 10,
|
|
6517
6835
|
height: e = 10,
|
|
6518
6836
|
color: t = "#001E52",
|
|
@@ -6541,7 +6859,7 @@ const X2 = (s, e) => {
|
|
|
6541
6859
|
)
|
|
6542
6860
|
]
|
|
6543
6861
|
}
|
|
6544
|
-
),
|
|
6862
|
+
), b9 = ({
|
|
6545
6863
|
width: s = 10,
|
|
6546
6864
|
height: e = 10,
|
|
6547
6865
|
color: t = "#001E52",
|
|
@@ -6578,7 +6896,7 @@ const X2 = (s, e) => {
|
|
|
6578
6896
|
)
|
|
6579
6897
|
]
|
|
6580
6898
|
}
|
|
6581
|
-
),
|
|
6899
|
+
), y9 = ({
|
|
6582
6900
|
className: s,
|
|
6583
6901
|
color: e = c.GREY_DARK_5,
|
|
6584
6902
|
height: t = 20,
|
|
@@ -6611,7 +6929,7 @@ const X2 = (s, e) => {
|
|
|
6611
6929
|
)
|
|
6612
6930
|
]
|
|
6613
6931
|
}
|
|
6614
|
-
),
|
|
6932
|
+
), E9 = ({
|
|
6615
6933
|
className: s,
|
|
6616
6934
|
color: e = c.GREY_DARK_5,
|
|
6617
6935
|
height: t = 20,
|
|
@@ -6638,7 +6956,7 @@ const X2 = (s, e) => {
|
|
|
6638
6956
|
}
|
|
6639
6957
|
)
|
|
6640
6958
|
}
|
|
6641
|
-
),
|
|
6959
|
+
), A9 = ({
|
|
6642
6960
|
className: s,
|
|
6643
6961
|
color: e = c.GREY_DARK_5,
|
|
6644
6962
|
height: t = 20,
|
|
@@ -6665,7 +6983,7 @@ const X2 = (s, e) => {
|
|
|
6665
6983
|
}
|
|
6666
6984
|
)
|
|
6667
6985
|
}
|
|
6668
|
-
),
|
|
6986
|
+
), D9 = ({
|
|
6669
6987
|
className: s,
|
|
6670
6988
|
color: e = c.GREY_DARK_5,
|
|
6671
6989
|
height: t = 5,
|
|
@@ -6689,7 +7007,7 @@ const X2 = (s, e) => {
|
|
|
6689
7007
|
}
|
|
6690
7008
|
)
|
|
6691
7009
|
}
|
|
6692
|
-
),
|
|
7010
|
+
), K9 = ({
|
|
6693
7011
|
className: s,
|
|
6694
7012
|
color: e = c.GREY_DARK_5,
|
|
6695
7013
|
height: t = 5,
|
|
@@ -6714,7 +7032,7 @@ const X2 = (s, e) => {
|
|
|
6714
7032
|
}
|
|
6715
7033
|
)
|
|
6716
7034
|
}
|
|
6717
|
-
),
|
|
7035
|
+
), B9 = ({
|
|
6718
7036
|
className: s,
|
|
6719
7037
|
color: e = c.GREY_DARK_5,
|
|
6720
7038
|
height: t = 20,
|
|
@@ -6747,7 +7065,7 @@ const X2 = (s, e) => {
|
|
|
6747
7065
|
)
|
|
6748
7066
|
]
|
|
6749
7067
|
}
|
|
6750
|
-
),
|
|
7068
|
+
), S9 = ({
|
|
6751
7069
|
className: s,
|
|
6752
7070
|
color: e = c.GREY_DARK_5,
|
|
6753
7071
|
height: t = 24,
|
|
@@ -6786,7 +7104,7 @@ const X2 = (s, e) => {
|
|
|
6786
7104
|
)
|
|
6787
7105
|
]
|
|
6788
7106
|
}
|
|
6789
|
-
),
|
|
7107
|
+
), G9 = ({
|
|
6790
7108
|
className: s,
|
|
6791
7109
|
color: e = c.GREY_DARK_5,
|
|
6792
7110
|
height: t = 24,
|
|
@@ -6813,7 +7131,7 @@ const X2 = (s, e) => {
|
|
|
6813
7131
|
}
|
|
6814
7132
|
)
|
|
6815
7133
|
}
|
|
6816
|
-
),
|
|
7134
|
+
), O9 = ({
|
|
6817
7135
|
className: s,
|
|
6818
7136
|
color: e = c.GREY_DARK_5,
|
|
6819
7137
|
height: t = 24,
|
|
@@ -6872,7 +7190,7 @@ const X2 = (s, e) => {
|
|
|
6872
7190
|
)
|
|
6873
7191
|
]
|
|
6874
7192
|
}
|
|
6875
|
-
),
|
|
7193
|
+
), I9 = ({
|
|
6876
7194
|
className: s,
|
|
6877
7195
|
color: e = c.GREY_DARK_5,
|
|
6878
7196
|
height: t = 24,
|
|
@@ -6909,7 +7227,7 @@ const X2 = (s, e) => {
|
|
|
6909
7227
|
)
|
|
6910
7228
|
]
|
|
6911
7229
|
}
|
|
6912
|
-
),
|
|
7230
|
+
), Y9 = ({
|
|
6913
7231
|
className: s,
|
|
6914
7232
|
color: e = c.GREY_DARK_3,
|
|
6915
7233
|
height: t = 14,
|
|
@@ -6946,7 +7264,7 @@ const X2 = (s, e) => {
|
|
|
6946
7264
|
)
|
|
6947
7265
|
]
|
|
6948
7266
|
}
|
|
6949
|
-
),
|
|
7267
|
+
), j9 = ({
|
|
6950
7268
|
className: s,
|
|
6951
7269
|
color: e = c.GREY_DARK_5,
|
|
6952
7270
|
height: t = 18,
|
|
@@ -6973,7 +7291,7 @@ const X2 = (s, e) => {
|
|
|
6973
7291
|
}
|
|
6974
7292
|
)
|
|
6975
7293
|
}
|
|
6976
|
-
),
|
|
7294
|
+
), W9 = ({
|
|
6977
7295
|
className: s,
|
|
6978
7296
|
color: e = c.GREY_DARK_5,
|
|
6979
7297
|
height: t = 24,
|
|
@@ -7025,7 +7343,7 @@ const X2 = (s, e) => {
|
|
|
7025
7343
|
)
|
|
7026
7344
|
]
|
|
7027
7345
|
}
|
|
7028
|
-
),
|
|
7346
|
+
), $9 = ({
|
|
7029
7347
|
className: s,
|
|
7030
7348
|
color: e = c.GREY_DARK_5,
|
|
7031
7349
|
height: t = 24,
|
|
@@ -7062,7 +7380,7 @@ const X2 = (s, e) => {
|
|
|
7062
7380
|
)
|
|
7063
7381
|
]
|
|
7064
7382
|
}
|
|
7065
|
-
),
|
|
7383
|
+
), T9 = ({
|
|
7066
7384
|
className: s,
|
|
7067
7385
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
7068
7386
|
height: t = 37,
|
|
@@ -7101,7 +7419,7 @@ const X2 = (s, e) => {
|
|
|
7101
7419
|
)
|
|
7102
7420
|
]
|
|
7103
7421
|
}
|
|
7104
|
-
),
|
|
7422
|
+
), P9 = ({
|
|
7105
7423
|
className: s,
|
|
7106
7424
|
color: e = c.GREY_DARK_5,
|
|
7107
7425
|
height: t = 24,
|
|
@@ -7127,7 +7445,7 @@ const X2 = (s, e) => {
|
|
|
7127
7445
|
}
|
|
7128
7446
|
)
|
|
7129
7447
|
}
|
|
7130
|
-
),
|
|
7448
|
+
), F9 = ({
|
|
7131
7449
|
className: s,
|
|
7132
7450
|
color: e = c.GREY_DARK_5,
|
|
7133
7451
|
height: t = 24,
|
|
@@ -7166,7 +7484,7 @@ const X2 = (s, e) => {
|
|
|
7166
7484
|
)
|
|
7167
7485
|
]
|
|
7168
7486
|
}
|
|
7169
|
-
),
|
|
7487
|
+
), U9 = ({
|
|
7170
7488
|
className: s,
|
|
7171
7489
|
color: e = c.GREY_DARK_5,
|
|
7172
7490
|
height: t = 20,
|
|
@@ -7199,7 +7517,7 @@ const X2 = (s, e) => {
|
|
|
7199
7517
|
)
|
|
7200
7518
|
]
|
|
7201
7519
|
}
|
|
7202
|
-
),
|
|
7520
|
+
), z9 = ({
|
|
7203
7521
|
className: s,
|
|
7204
7522
|
color: e = c.GREY_DARK_5,
|
|
7205
7523
|
height: t = 24,
|
|
@@ -7268,7 +7586,7 @@ const X2 = (s, e) => {
|
|
|
7268
7586
|
)
|
|
7269
7587
|
]
|
|
7270
7588
|
}
|
|
7271
|
-
),
|
|
7589
|
+
), J9 = ({
|
|
7272
7590
|
className: s,
|
|
7273
7591
|
color: e = c.GREY_DARK_5,
|
|
7274
7592
|
height: t = 24,
|
|
@@ -7325,7 +7643,7 @@ const X2 = (s, e) => {
|
|
|
7325
7643
|
)
|
|
7326
7644
|
]
|
|
7327
7645
|
}
|
|
7328
|
-
),
|
|
7646
|
+
), q9 = ({
|
|
7329
7647
|
className: s,
|
|
7330
7648
|
color: e = c.GREY_DARK_5,
|
|
7331
7649
|
height: t = 24,
|
|
@@ -7374,7 +7692,7 @@ const X2 = (s, e) => {
|
|
|
7374
7692
|
)
|
|
7375
7693
|
]
|
|
7376
7694
|
}
|
|
7377
|
-
),
|
|
7695
|
+
), Q9 = ({
|
|
7378
7696
|
className: s,
|
|
7379
7697
|
color: e = c.GREY_DARK_5,
|
|
7380
7698
|
height: t = 24,
|
|
@@ -7401,7 +7719,7 @@ const X2 = (s, e) => {
|
|
|
7401
7719
|
}
|
|
7402
7720
|
)
|
|
7403
7721
|
}
|
|
7404
|
-
),
|
|
7722
|
+
), X9 = ({
|
|
7405
7723
|
className: s,
|
|
7406
7724
|
color: e = c.GREY_DARK_5,
|
|
7407
7725
|
height: t = 20,
|
|
@@ -7430,7 +7748,7 @@ const X2 = (s, e) => {
|
|
|
7430
7748
|
)
|
|
7431
7749
|
]
|
|
7432
7750
|
}
|
|
7433
|
-
),
|
|
7751
|
+
), e4 = ({
|
|
7434
7752
|
className: s,
|
|
7435
7753
|
color: e = "#001E52",
|
|
7436
7754
|
height: t = 24,
|
|
@@ -7456,7 +7774,7 @@ const X2 = (s, e) => {
|
|
|
7456
7774
|
}
|
|
7457
7775
|
)
|
|
7458
7776
|
}
|
|
7459
|
-
),
|
|
7777
|
+
), t4 = ({
|
|
7460
7778
|
className: s,
|
|
7461
7779
|
color: e = "#001E52",
|
|
7462
7780
|
height: t = 24,
|
|
@@ -7494,7 +7812,7 @@ const X2 = (s, e) => {
|
|
|
7494
7812
|
)
|
|
7495
7813
|
] }) })
|
|
7496
7814
|
}
|
|
7497
|
-
),
|
|
7815
|
+
), i4 = ({
|
|
7498
7816
|
width: s = 20,
|
|
7499
7817
|
height: e = 20,
|
|
7500
7818
|
color: t = c.GREY_DARK_5,
|
|
@@ -7518,7 +7836,7 @@ const X2 = (s, e) => {
|
|
|
7518
7836
|
}
|
|
7519
7837
|
)
|
|
7520
7838
|
}
|
|
7521
|
-
),
|
|
7839
|
+
), s4 = ({
|
|
7522
7840
|
width: s = 24,
|
|
7523
7841
|
height: e = 24,
|
|
7524
7842
|
color: t = "#131314",
|
|
@@ -7551,7 +7869,7 @@ const X2 = (s, e) => {
|
|
|
7551
7869
|
)
|
|
7552
7870
|
]
|
|
7553
7871
|
}
|
|
7554
|
-
),
|
|
7872
|
+
), n4 = ({
|
|
7555
7873
|
width: s = 20,
|
|
7556
7874
|
height: e = 20,
|
|
7557
7875
|
color: t = c.GREY_DARK_5,
|
|
@@ -7584,7 +7902,7 @@ const X2 = (s, e) => {
|
|
|
7584
7902
|
)
|
|
7585
7903
|
]
|
|
7586
7904
|
}
|
|
7587
|
-
),
|
|
7905
|
+
), o4 = ({
|
|
7588
7906
|
width: s = 24,
|
|
7589
7907
|
height: e = 24,
|
|
7590
7908
|
color: t = c.GREY_DARK_2,
|
|
@@ -7624,7 +7942,7 @@ const X2 = (s, e) => {
|
|
|
7624
7942
|
)
|
|
7625
7943
|
]
|
|
7626
7944
|
}
|
|
7627
|
-
),
|
|
7945
|
+
), l4 = ({
|
|
7628
7946
|
width: s = 24,
|
|
7629
7947
|
height: e = 24,
|
|
7630
7948
|
color: t = c.GREY_DARK_2,
|
|
@@ -7651,7 +7969,7 @@ const X2 = (s, e) => {
|
|
|
7651
7969
|
}
|
|
7652
7970
|
)
|
|
7653
7971
|
}
|
|
7654
|
-
),
|
|
7972
|
+
), r4 = ({
|
|
7655
7973
|
width: s = 24,
|
|
7656
7974
|
height: e = 24,
|
|
7657
7975
|
color: t = c.GREY_DARK_2,
|
|
@@ -7678,6 +7996,30 @@ const X2 = (s, e) => {
|
|
|
7678
7996
|
}
|
|
7679
7997
|
)
|
|
7680
7998
|
}
|
|
7999
|
+
), a4 = ({
|
|
8000
|
+
width: s = 20,
|
|
8001
|
+
height: e = 20,
|
|
8002
|
+
color: t = c.GREY_DARK_5,
|
|
8003
|
+
className: i,
|
|
8004
|
+
onClick: n
|
|
8005
|
+
}) => /* @__PURE__ */ o(
|
|
8006
|
+
"svg",
|
|
8007
|
+
{
|
|
8008
|
+
width: s,
|
|
8009
|
+
height: e,
|
|
8010
|
+
viewBox: "0 0 24 24",
|
|
8011
|
+
fill: "none",
|
|
8012
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8013
|
+
className: i,
|
|
8014
|
+
onClick: n,
|
|
8015
|
+
children: /* @__PURE__ */ o(
|
|
8016
|
+
"path",
|
|
8017
|
+
{
|
|
8018
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
8019
|
+
fill: t
|
|
8020
|
+
}
|
|
8021
|
+
)
|
|
8022
|
+
}
|
|
7681
8023
|
), _1 = ({
|
|
7682
8024
|
name: s,
|
|
7683
8025
|
width: e,
|
|
@@ -7691,35 +8033,39 @@ const X2 = (s, e) => {
|
|
|
7691
8033
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
7692
8034
|
switch (s) {
|
|
7693
8035
|
case "nextIcon":
|
|
7694
|
-
return
|
|
8036
|
+
return E9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7695
8037
|
case "prevIcon":
|
|
7696
|
-
return
|
|
8038
|
+
return A9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7697
8039
|
case "arrowDown":
|
|
7698
|
-
return
|
|
8040
|
+
return J0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7699
8041
|
case "info":
|
|
7700
|
-
return
|
|
8042
|
+
return q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7701
8043
|
case "arrowRight":
|
|
7702
|
-
return
|
|
8044
|
+
return Q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
8045
|
+
case "archive":
|
|
8046
|
+
return s9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
8047
|
+
case "unarchive":
|
|
8048
|
+
return n9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7703
8049
|
case "calendar":
|
|
7704
|
-
return
|
|
8050
|
+
return o9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7705
8051
|
case "check":
|
|
7706
|
-
return
|
|
8052
|
+
return l9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7707
8053
|
case "cancel":
|
|
7708
|
-
return
|
|
8054
|
+
return r9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7709
8055
|
case "add":
|
|
7710
|
-
return
|
|
8056
|
+
return a9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7711
8057
|
case "list":
|
|
7712
|
-
return
|
|
8058
|
+
return h9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7713
8059
|
case "dragAndDrop":
|
|
7714
|
-
return
|
|
8060
|
+
return c9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7715
8061
|
case "filter":
|
|
7716
|
-
return
|
|
8062
|
+
return C9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7717
8063
|
case "attention":
|
|
7718
|
-
return
|
|
8064
|
+
return d9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7719
8065
|
case "users":
|
|
7720
|
-
return
|
|
8066
|
+
return g9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7721
8067
|
case "mySkillsMatrix":
|
|
7722
|
-
return
|
|
8068
|
+
return u9({
|
|
7723
8069
|
width: e,
|
|
7724
8070
|
height: t,
|
|
7725
8071
|
color: r,
|
|
@@ -7727,9 +8073,9 @@ const X2 = (s, e) => {
|
|
|
7727
8073
|
onClick: l
|
|
7728
8074
|
});
|
|
7729
8075
|
case "skills":
|
|
7730
|
-
return
|
|
8076
|
+
return w9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7731
8077
|
case "skillsMatrices":
|
|
7732
|
-
return
|
|
8078
|
+
return p9({
|
|
7733
8079
|
width: e,
|
|
7734
8080
|
height: t,
|
|
7735
8081
|
color: r,
|
|
@@ -7737,21 +8083,21 @@ const X2 = (s, e) => {
|
|
|
7737
8083
|
onClick: l
|
|
7738
8084
|
});
|
|
7739
8085
|
case "history":
|
|
7740
|
-
return
|
|
8086
|
+
return f9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7741
8087
|
case "logOut":
|
|
7742
|
-
return
|
|
8088
|
+
return L9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7743
8089
|
case "settings":
|
|
7744
|
-
return
|
|
8090
|
+
return m9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7745
8091
|
case "trash":
|
|
7746
|
-
return
|
|
8092
|
+
return k9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7747
8093
|
case "settings2":
|
|
7748
|
-
return
|
|
8094
|
+
return v9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7749
8095
|
case "checkCircle":
|
|
7750
|
-
return
|
|
8096
|
+
return N9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7751
8097
|
case "cancelCircle":
|
|
7752
|
-
return
|
|
8098
|
+
return x9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7753
8099
|
case "visibilityIcon":
|
|
7754
|
-
return
|
|
8100
|
+
return M9({
|
|
7755
8101
|
width: e,
|
|
7756
8102
|
height: t,
|
|
7757
8103
|
color: r,
|
|
@@ -7759,7 +8105,7 @@ const X2 = (s, e) => {
|
|
|
7759
8105
|
onClick: l
|
|
7760
8106
|
});
|
|
7761
8107
|
case "visibilityOffIcon":
|
|
7762
|
-
return
|
|
8108
|
+
return R9({
|
|
7763
8109
|
width: e,
|
|
7764
8110
|
height: t,
|
|
7765
8111
|
color: r,
|
|
@@ -7767,7 +8113,7 @@ const X2 = (s, e) => {
|
|
|
7767
8113
|
onClick: l
|
|
7768
8114
|
});
|
|
7769
8115
|
case "selectArrowIcon":
|
|
7770
|
-
return
|
|
8116
|
+
return V9({
|
|
7771
8117
|
width: e,
|
|
7772
8118
|
height: t,
|
|
7773
8119
|
color: r,
|
|
@@ -7775,7 +8121,7 @@ const X2 = (s, e) => {
|
|
|
7775
8121
|
onClick: l
|
|
7776
8122
|
});
|
|
7777
8123
|
case "expandArrowIcon":
|
|
7778
|
-
return
|
|
8124
|
+
return Z9({
|
|
7779
8125
|
width: e,
|
|
7780
8126
|
height: t,
|
|
7781
8127
|
color: r,
|
|
@@ -7783,7 +8129,7 @@ const X2 = (s, e) => {
|
|
|
7783
8129
|
onClick: l
|
|
7784
8130
|
});
|
|
7785
8131
|
case "expandActiveArrowIcon":
|
|
7786
|
-
return
|
|
8132
|
+
return H9({
|
|
7787
8133
|
width: e,
|
|
7788
8134
|
height: t,
|
|
7789
8135
|
color: r,
|
|
@@ -7791,80 +8137,82 @@ const X2 = (s, e) => {
|
|
|
7791
8137
|
onClick: l
|
|
7792
8138
|
});
|
|
7793
8139
|
case "sortUp":
|
|
7794
|
-
return
|
|
8140
|
+
return _9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7795
8141
|
case "sortDown":
|
|
7796
|
-
return
|
|
8142
|
+
return b9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7797
8143
|
case "search":
|
|
7798
|
-
return
|
|
8144
|
+
return y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7799
8145
|
case "arrowUpFilled":
|
|
7800
|
-
return
|
|
8146
|
+
return K9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7801
8147
|
case "arrowDownFilled":
|
|
7802
|
-
return
|
|
8148
|
+
return D9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7803
8149
|
case "arrow2Up":
|
|
7804
|
-
return
|
|
8150
|
+
return X0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7805
8151
|
case "arrow2Right":
|
|
7806
|
-
return
|
|
8152
|
+
return e9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7807
8153
|
case "arrow2Down":
|
|
7808
|
-
return
|
|
8154
|
+
return t9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7809
8155
|
case "arrow2Left":
|
|
7810
|
-
return
|
|
8156
|
+
return i9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7811
8157
|
case "link":
|
|
7812
|
-
return
|
|
8158
|
+
return B9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7813
8159
|
case "telegram":
|
|
7814
|
-
return
|
|
8160
|
+
return G9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7815
8161
|
case "mail":
|
|
7816
|
-
return
|
|
8162
|
+
return I9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7817
8163
|
case "github":
|
|
7818
|
-
return
|
|
8164
|
+
return S9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7819
8165
|
case "linkedIn":
|
|
7820
|
-
return
|
|
8166
|
+
return O9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7821
8167
|
case "emptyStateIcon":
|
|
7822
|
-
return
|
|
8168
|
+
return Y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7823
8169
|
case "filtersIcon":
|
|
7824
|
-
return
|
|
8170
|
+
return j9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7825
8171
|
case "dotMenuIcon":
|
|
7826
|
-
return
|
|
8172
|
+
return W9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7827
8173
|
case "plusCircle":
|
|
7828
|
-
return
|
|
8174
|
+
return $9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7829
8175
|
case "warning":
|
|
7830
|
-
return
|
|
8176
|
+
return T9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7831
8177
|
case "back":
|
|
7832
|
-
return
|
|
8178
|
+
return P9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7833
8179
|
case "bell":
|
|
7834
|
-
return
|
|
8180
|
+
return F9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7835
8181
|
case "copy":
|
|
7836
|
-
return
|
|
8182
|
+
return U9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7837
8183
|
case "contract":
|
|
7838
|
-
return
|
|
8184
|
+
return z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7839
8185
|
case "resourceManager":
|
|
7840
|
-
return
|
|
8186
|
+
return J9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7841
8187
|
case "image":
|
|
7842
|
-
return
|
|
8188
|
+
return q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7843
8189
|
case "edit":
|
|
7844
|
-
return
|
|
8190
|
+
return Q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7845
8191
|
case "filledArrowRight":
|
|
7846
|
-
return
|
|
8192
|
+
return X9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7847
8193
|
case "burgerMenu":
|
|
7848
|
-
return
|
|
8194
|
+
return e4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7849
8195
|
case "refresh":
|
|
7850
|
-
return
|
|
8196
|
+
return t4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7851
8197
|
case "projects":
|
|
7852
|
-
return
|
|
8198
|
+
return i4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7853
8199
|
case "user":
|
|
7854
|
-
return
|
|
8200
|
+
return n4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7855
8201
|
case "exit":
|
|
7856
|
-
return
|
|
8202
|
+
return s4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7857
8203
|
case "openPointCircle":
|
|
7858
|
-
return
|
|
8204
|
+
return o4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7859
8205
|
case "community":
|
|
7860
|
-
return
|
|
8206
|
+
return l4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7861
8207
|
case "docs":
|
|
7862
|
-
return
|
|
8208
|
+
return r4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
8209
|
+
case "unpaidLeave":
|
|
8210
|
+
return a4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7863
8211
|
default:
|
|
7864
8212
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
7865
8213
|
}
|
|
7866
8214
|
})() });
|
|
7867
|
-
},
|
|
8215
|
+
}, h4 = ({
|
|
7868
8216
|
text: s,
|
|
7869
8217
|
color: e = "cyan",
|
|
7870
8218
|
size: t = "medium",
|
|
@@ -7890,7 +8238,7 @@ const X2 = (s, e) => {
|
|
|
7890
8238
|
children: /* @__PURE__ */ o(k2, { variant: n, color: c.GREY_DARK_4, children: s })
|
|
7891
8239
|
}
|
|
7892
8240
|
);
|
|
7893
|
-
},
|
|
8241
|
+
}, c4 = ({
|
|
7894
8242
|
text: s,
|
|
7895
8243
|
status: e,
|
|
7896
8244
|
withIcon: t = !1,
|
|
@@ -7939,8 +8287,8 @@ const X2 = (s, e) => {
|
|
|
7939
8287
|
]
|
|
7940
8288
|
}
|
|
7941
8289
|
);
|
|
7942
|
-
}, v2 = (s) => s.variant === "status" ? /* @__PURE__ */ o(
|
|
7943
|
-
var
|
|
8290
|
+
}, v2 = (s) => s.variant === "status" ? /* @__PURE__ */ o(c4, { ...s }) : /* @__PURE__ */ o(h4, { ...s });
|
|
8291
|
+
var C4 = { exports: {} };
|
|
7944
8292
|
(function(s, e) {
|
|
7945
8293
|
(function(t, i) {
|
|
7946
8294
|
s.exports = i();
|
|
@@ -7950,8 +8298,8 @@ var i4 = { exports: {} };
|
|
|
7950
8298
|
return "[" + t + (i[(n - 20) % 10] || i[n] || i[0]) + "]";
|
|
7951
8299
|
} };
|
|
7952
8300
|
});
|
|
7953
|
-
})(
|
|
7954
|
-
const
|
|
8301
|
+
})(C4);
|
|
8302
|
+
const d4 = ({
|
|
7955
8303
|
values: s,
|
|
7956
8304
|
onTagClose: e,
|
|
7957
8305
|
maxWidth: t,
|
|
@@ -7961,7 +8309,7 @@ const s4 = ({
|
|
|
7961
8309
|
extraOptions: C,
|
|
7962
8310
|
selectedItemVariant: d = "default"
|
|
7963
8311
|
}) => {
|
|
7964
|
-
const { locale: r } = n1(C1), { t: l } = t5("common", { lng: r }), [a, p] =
|
|
8312
|
+
const { locale: r } = n1(C1), { t: l } = t5("common", { lng: r }), [a, p] = K(!1);
|
|
7965
8313
|
if (G(() => {
|
|
7966
8314
|
s.length || p(!1);
|
|
7967
8315
|
}, [s]), !s.length)
|
|
@@ -7971,7 +8319,7 @@ const s4 = ({
|
|
|
7971
8319
|
return ((L = h == null ? void 0 : h.find((f) => f.value === w)) == null ? void 0 : L.label) || ((m = C == null ? void 0 : C.find((f) => f.value === w)) == null ? void 0 : m.label) || w;
|
|
7972
8320
|
};
|
|
7973
8321
|
return /* @__PURE__ */ g(
|
|
7974
|
-
|
|
8322
|
+
P0,
|
|
7975
8323
|
{
|
|
7976
8324
|
content: (
|
|
7977
8325
|
// 90: paddings + margins + gaps and so on
|
|
@@ -8010,19 +8358,19 @@ const s4 = ({
|
|
|
8010
8358
|
]
|
|
8011
8359
|
}
|
|
8012
8360
|
);
|
|
8013
|
-
},
|
|
8361
|
+
}, g4 = {
|
|
8014
8362
|
small: 20,
|
|
8015
8363
|
medium: 28,
|
|
8016
8364
|
large: 48
|
|
8017
8365
|
}, Q1 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
8018
|
-
const t =
|
|
8366
|
+
const t = g4[s], i = `no-repeat linear-gradient(${e}
|
|
8019
8367
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
8020
8368
|
width: t,
|
|
8021
8369
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
8022
8370
|
backgroundSize: "20% calc(200% + 20px)"
|
|
8023
8371
|
};
|
|
8024
8372
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: n });
|
|
8025
|
-
},
|
|
8373
|
+
}, u4 = ({
|
|
8026
8374
|
width: s = 20,
|
|
8027
8375
|
height: e = 20,
|
|
8028
8376
|
color: t = "#001E52",
|
|
@@ -8049,7 +8397,7 @@ const s4 = ({
|
|
|
8049
8397
|
}
|
|
8050
8398
|
)
|
|
8051
8399
|
}
|
|
8052
|
-
),
|
|
8400
|
+
), w4 = ({
|
|
8053
8401
|
width: s = 20,
|
|
8054
8402
|
height: e = 20,
|
|
8055
8403
|
color: t = c.GREY_DARK_5,
|
|
@@ -8089,7 +8437,7 @@ const s4 = ({
|
|
|
8089
8437
|
)
|
|
8090
8438
|
]
|
|
8091
8439
|
}
|
|
8092
|
-
),
|
|
8440
|
+
), p4 = ({
|
|
8093
8441
|
width: s = 20,
|
|
8094
8442
|
height: e = 20,
|
|
8095
8443
|
color: t = "#001E52",
|
|
@@ -8124,7 +8472,7 @@ const s4 = ({
|
|
|
8124
8472
|
)
|
|
8125
8473
|
]
|
|
8126
8474
|
}
|
|
8127
|
-
),
|
|
8475
|
+
), f4 = ({
|
|
8128
8476
|
width: s = 20,
|
|
8129
8477
|
height: e = 20,
|
|
8130
8478
|
color: t = c.GREY_DARK_5,
|
|
@@ -8151,7 +8499,7 @@ const s4 = ({
|
|
|
8151
8499
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8152
8500
|
]
|
|
8153
8501
|
}
|
|
8154
|
-
),
|
|
8502
|
+
), L4 = ({
|
|
8155
8503
|
width: s = 20,
|
|
8156
8504
|
height: e = 20,
|
|
8157
8505
|
color: t = c.GREY_DARK_5,
|
|
@@ -8175,7 +8523,7 @@ const s4 = ({
|
|
|
8175
8523
|
}
|
|
8176
8524
|
)
|
|
8177
8525
|
}
|
|
8178
|
-
),
|
|
8526
|
+
), m4 = ({
|
|
8179
8527
|
width: s = 20,
|
|
8180
8528
|
height: e = 20,
|
|
8181
8529
|
color: t = c.GREY_DARK_5,
|
|
@@ -8202,7 +8550,7 @@ const s4 = ({
|
|
|
8202
8550
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8203
8551
|
]
|
|
8204
8552
|
}
|
|
8205
|
-
),
|
|
8553
|
+
), k4 = ({
|
|
8206
8554
|
width: s = 20,
|
|
8207
8555
|
height: e = 20,
|
|
8208
8556
|
color: t = c.GREY_DARK_5,
|
|
@@ -8226,7 +8574,93 @@ const s4 = ({
|
|
|
8226
8574
|
}
|
|
8227
8575
|
)
|
|
8228
8576
|
}
|
|
8229
|
-
),
|
|
8577
|
+
), v4 = ({
|
|
8578
|
+
width: s = 20,
|
|
8579
|
+
height: e = 20,
|
|
8580
|
+
color: t = c.GREY_DARK_5,
|
|
8581
|
+
className: i,
|
|
8582
|
+
onClick: n
|
|
8583
|
+
}) => /* @__PURE__ */ g(
|
|
8584
|
+
"svg",
|
|
8585
|
+
{
|
|
8586
|
+
width: s,
|
|
8587
|
+
height: e,
|
|
8588
|
+
className: i,
|
|
8589
|
+
onClick: n,
|
|
8590
|
+
viewBox: "0 0 24 24",
|
|
8591
|
+
fill: "none",
|
|
8592
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8593
|
+
children: [
|
|
8594
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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",
|
|
8605
|
+
fill: t
|
|
8606
|
+
}
|
|
8607
|
+
),
|
|
8608
|
+
/* @__PURE__ */ o(
|
|
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
|
+
)
|
|
8615
|
+
]
|
|
8616
|
+
}
|
|
8617
|
+
), N4 = ({
|
|
8618
|
+
width: s = 20,
|
|
8619
|
+
height: e = 20,
|
|
8620
|
+
color: t = c.GREY_DARK_5,
|
|
8621
|
+
className: i,
|
|
8622
|
+
onClick: n
|
|
8623
|
+
}) => /* @__PURE__ */ g(
|
|
8624
|
+
"svg",
|
|
8625
|
+
{
|
|
8626
|
+
width: s,
|
|
8627
|
+
height: e,
|
|
8628
|
+
className: i,
|
|
8629
|
+
onClick: n,
|
|
8630
|
+
viewBox: "0 0 24 24",
|
|
8631
|
+
fill: "none",
|
|
8632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8633
|
+
children: [
|
|
8634
|
+
/* @__PURE__ */ o(
|
|
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__ */ o(
|
|
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__ */ o(
|
|
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
|
+
]
|
|
8662
|
+
}
|
|
8663
|
+
), x4 = ({
|
|
8230
8664
|
width: s = 20,
|
|
8231
8665
|
height: e = 20,
|
|
8232
8666
|
color: t = c.GREY_DARK_5,
|
|
@@ -8273,7 +8707,7 @@ const s4 = ({
|
|
|
8273
8707
|
)
|
|
8274
8708
|
]
|
|
8275
8709
|
}
|
|
8276
|
-
),
|
|
8710
|
+
), M4 = ({
|
|
8277
8711
|
width: s = 20,
|
|
8278
8712
|
height: e = 20,
|
|
8279
8713
|
color: t = c.GREY_DARK_5,
|
|
@@ -8297,7 +8731,7 @@ const s4 = ({
|
|
|
8297
8731
|
}
|
|
8298
8732
|
)
|
|
8299
8733
|
}
|
|
8300
|
-
),
|
|
8734
|
+
), R4 = ({
|
|
8301
8735
|
width: s = 20,
|
|
8302
8736
|
height: e = 20,
|
|
8303
8737
|
color: t = c.GREY_DARK_5,
|
|
@@ -8321,7 +8755,7 @@ const s4 = ({
|
|
|
8321
8755
|
}
|
|
8322
8756
|
)
|
|
8323
8757
|
}
|
|
8324
|
-
),
|
|
8758
|
+
), V4 = ({
|
|
8325
8759
|
width: s = 20,
|
|
8326
8760
|
height: e = 20,
|
|
8327
8761
|
color: t = c.GREY_DARK_5,
|
|
@@ -8345,7 +8779,7 @@ const s4 = ({
|
|
|
8345
8779
|
}
|
|
8346
8780
|
)
|
|
8347
8781
|
}
|
|
8348
|
-
),
|
|
8782
|
+
), Z4 = ({
|
|
8349
8783
|
width: s = 20,
|
|
8350
8784
|
height: e = 20,
|
|
8351
8785
|
color: t = c.GREY_DARK_5,
|
|
@@ -8406,7 +8840,7 @@ const s4 = ({
|
|
|
8406
8840
|
)
|
|
8407
8841
|
]
|
|
8408
8842
|
}
|
|
8409
|
-
),
|
|
8843
|
+
), H4 = ({
|
|
8410
8844
|
width: s = 20,
|
|
8411
8845
|
height: e = 20,
|
|
8412
8846
|
color: t = c.GREY_DARK_5,
|
|
@@ -8453,7 +8887,7 @@ const s4 = ({
|
|
|
8453
8887
|
)
|
|
8454
8888
|
]
|
|
8455
8889
|
}
|
|
8456
|
-
),
|
|
8890
|
+
), _4 = ({
|
|
8457
8891
|
width: s = 20,
|
|
8458
8892
|
height: e = 20,
|
|
8459
8893
|
color: t = c.GREY_DARK_5,
|
|
@@ -8493,7 +8927,7 @@ const s4 = ({
|
|
|
8493
8927
|
)
|
|
8494
8928
|
]
|
|
8495
8929
|
}
|
|
8496
|
-
),
|
|
8930
|
+
), b4 = ({
|
|
8497
8931
|
width: s = 20,
|
|
8498
8932
|
height: e = 20,
|
|
8499
8933
|
color: t = c.GREY_DARK_5,
|
|
@@ -8533,7 +8967,7 @@ const s4 = ({
|
|
|
8533
8967
|
)
|
|
8534
8968
|
]
|
|
8535
8969
|
}
|
|
8536
|
-
),
|
|
8970
|
+
), y4 = ({
|
|
8537
8971
|
width: s = 20,
|
|
8538
8972
|
height: e = 20,
|
|
8539
8973
|
color: t = c.GREY_DARK_5,
|
|
@@ -8580,7 +9014,7 @@ const s4 = ({
|
|
|
8580
9014
|
)
|
|
8581
9015
|
]
|
|
8582
9016
|
}
|
|
8583
|
-
),
|
|
9017
|
+
), E4 = ({
|
|
8584
9018
|
width: s = 20,
|
|
8585
9019
|
height: e = 20,
|
|
8586
9020
|
color: t = c.GREY_DARK_5,
|
|
@@ -8627,7 +9061,7 @@ const s4 = ({
|
|
|
8627
9061
|
)
|
|
8628
9062
|
]
|
|
8629
9063
|
}
|
|
8630
|
-
),
|
|
9064
|
+
), A4 = ({
|
|
8631
9065
|
width: s = 20,
|
|
8632
9066
|
height: e = 20,
|
|
8633
9067
|
color: t = c.GREY_DARK_5,
|
|
@@ -8674,7 +9108,7 @@ const s4 = ({
|
|
|
8674
9108
|
)
|
|
8675
9109
|
]
|
|
8676
9110
|
}
|
|
8677
|
-
),
|
|
9111
|
+
), D4 = ({
|
|
8678
9112
|
width: s = 20,
|
|
8679
9113
|
height: e = 20,
|
|
8680
9114
|
color: t = c.GREY_DARK_5,
|
|
@@ -8714,7 +9148,7 @@ const s4 = ({
|
|
|
8714
9148
|
)
|
|
8715
9149
|
]
|
|
8716
9150
|
}
|
|
8717
|
-
),
|
|
9151
|
+
), K4 = ({
|
|
8718
9152
|
width: s = 20,
|
|
8719
9153
|
height: e = 20,
|
|
8720
9154
|
color: t = c.GREY_DARK_5,
|
|
@@ -8747,7 +9181,7 @@ const s4 = ({
|
|
|
8747
9181
|
)
|
|
8748
9182
|
]
|
|
8749
9183
|
}
|
|
8750
|
-
),
|
|
9184
|
+
), B4 = ({
|
|
8751
9185
|
width: s = 20,
|
|
8752
9186
|
height: e = 20,
|
|
8753
9187
|
color: t = c.GREY_DARK_5,
|
|
@@ -8780,7 +9214,7 @@ const s4 = ({
|
|
|
8780
9214
|
)
|
|
8781
9215
|
]
|
|
8782
9216
|
}
|
|
8783
|
-
),
|
|
9217
|
+
), S4 = ({
|
|
8784
9218
|
width: s = 20,
|
|
8785
9219
|
height: e = 20,
|
|
8786
9220
|
color: t = c.GREY_DARK_5,
|
|
@@ -8813,7 +9247,7 @@ const s4 = ({
|
|
|
8813
9247
|
)
|
|
8814
9248
|
]
|
|
8815
9249
|
}
|
|
8816
|
-
),
|
|
9250
|
+
), G4 = ({
|
|
8817
9251
|
width: s = 20,
|
|
8818
9252
|
height: e = 20,
|
|
8819
9253
|
color: t = c.GREY_DARK_5,
|
|
@@ -8846,7 +9280,7 @@ const s4 = ({
|
|
|
8846
9280
|
)
|
|
8847
9281
|
]
|
|
8848
9282
|
}
|
|
8849
|
-
),
|
|
9283
|
+
), O4 = ({
|
|
8850
9284
|
width: s = 20,
|
|
8851
9285
|
height: e = 20,
|
|
8852
9286
|
color: t = c.GREY_DARK_5,
|
|
@@ -8886,7 +9320,7 @@ const s4 = ({
|
|
|
8886
9320
|
)
|
|
8887
9321
|
]
|
|
8888
9322
|
}
|
|
8889
|
-
),
|
|
9323
|
+
), I4 = ({
|
|
8890
9324
|
width: s = 20,
|
|
8891
9325
|
height: e = 20,
|
|
8892
9326
|
color: t = c.GREY_DARK_5,
|
|
@@ -8919,7 +9353,7 @@ const s4 = ({
|
|
|
8919
9353
|
)
|
|
8920
9354
|
]
|
|
8921
9355
|
}
|
|
8922
|
-
),
|
|
9356
|
+
), Y4 = ({
|
|
8923
9357
|
width: s = 20,
|
|
8924
9358
|
height: e = 20,
|
|
8925
9359
|
color: t = c.GREY_DARK_5,
|
|
@@ -8952,7 +9386,7 @@ const s4 = ({
|
|
|
8952
9386
|
)
|
|
8953
9387
|
]
|
|
8954
9388
|
}
|
|
8955
|
-
),
|
|
9389
|
+
), j4 = ({
|
|
8956
9390
|
width: s = 20,
|
|
8957
9391
|
height: e = 20,
|
|
8958
9392
|
color: t = "#070739",
|
|
@@ -8982,7 +9416,7 @@ const s4 = ({
|
|
|
8982
9416
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
8983
9417
|
]
|
|
8984
9418
|
}
|
|
8985
|
-
),
|
|
9419
|
+
), W4 = ({
|
|
8986
9420
|
width: s = 20,
|
|
8987
9421
|
height: e = 20,
|
|
8988
9422
|
color: t = "#070739",
|
|
@@ -9020,7 +9454,7 @@ const s4 = ({
|
|
|
9020
9454
|
)
|
|
9021
9455
|
]
|
|
9022
9456
|
}
|
|
9023
|
-
),
|
|
9457
|
+
), $4 = ({
|
|
9024
9458
|
width: s = 9,
|
|
9025
9459
|
height: e = 5,
|
|
9026
9460
|
color: t = "#001E52",
|
|
@@ -9046,7 +9480,7 @@ const s4 = ({
|
|
|
9046
9480
|
}
|
|
9047
9481
|
)
|
|
9048
9482
|
}
|
|
9049
|
-
),
|
|
9483
|
+
), T4 = ({
|
|
9050
9484
|
width: s = 20,
|
|
9051
9485
|
height: e = 20,
|
|
9052
9486
|
color: t = "#F2F2F7",
|
|
@@ -9075,7 +9509,7 @@ const s4 = ({
|
|
|
9075
9509
|
)
|
|
9076
9510
|
]
|
|
9077
9511
|
}
|
|
9078
|
-
),
|
|
9512
|
+
), P4 = ({
|
|
9079
9513
|
width: s = 20,
|
|
9080
9514
|
height: e = 20,
|
|
9081
9515
|
color: t = "#004ED7",
|
|
@@ -9104,7 +9538,7 @@ const s4 = ({
|
|
|
9104
9538
|
)
|
|
9105
9539
|
]
|
|
9106
9540
|
}
|
|
9107
|
-
),
|
|
9541
|
+
), F4 = ({
|
|
9108
9542
|
width: s = 10,
|
|
9109
9543
|
height: e = 10,
|
|
9110
9544
|
color: t = "#001E52",
|
|
@@ -9133,7 +9567,7 @@ const s4 = ({
|
|
|
9133
9567
|
)
|
|
9134
9568
|
]
|
|
9135
9569
|
}
|
|
9136
|
-
),
|
|
9570
|
+
), U4 = ({
|
|
9137
9571
|
width: s = 10,
|
|
9138
9572
|
height: e = 10,
|
|
9139
9573
|
color: t = "#001E52",
|
|
@@ -9170,7 +9604,7 @@ const s4 = ({
|
|
|
9170
9604
|
)
|
|
9171
9605
|
]
|
|
9172
9606
|
}
|
|
9173
|
-
),
|
|
9607
|
+
), z4 = ({
|
|
9174
9608
|
className: s,
|
|
9175
9609
|
color: e = c.GREY_DARK_5,
|
|
9176
9610
|
height: t = 20,
|
|
@@ -9203,7 +9637,7 @@ const s4 = ({
|
|
|
9203
9637
|
)
|
|
9204
9638
|
]
|
|
9205
9639
|
}
|
|
9206
|
-
),
|
|
9640
|
+
), J4 = ({
|
|
9207
9641
|
className: s,
|
|
9208
9642
|
color: e = c.GREY_DARK_5,
|
|
9209
9643
|
height: t = 20,
|
|
@@ -9230,7 +9664,7 @@ const s4 = ({
|
|
|
9230
9664
|
}
|
|
9231
9665
|
)
|
|
9232
9666
|
}
|
|
9233
|
-
),
|
|
9667
|
+
), q4 = ({
|
|
9234
9668
|
className: s,
|
|
9235
9669
|
color: e = c.GREY_DARK_5,
|
|
9236
9670
|
height: t = 20,
|
|
@@ -9257,7 +9691,7 @@ const s4 = ({
|
|
|
9257
9691
|
}
|
|
9258
9692
|
)
|
|
9259
9693
|
}
|
|
9260
|
-
),
|
|
9694
|
+
), Q4 = ({
|
|
9261
9695
|
className: s,
|
|
9262
9696
|
color: e = c.GREY_DARK_5,
|
|
9263
9697
|
height: t = 5,
|
|
@@ -9281,7 +9715,7 @@ const s4 = ({
|
|
|
9281
9715
|
}
|
|
9282
9716
|
)
|
|
9283
9717
|
}
|
|
9284
|
-
),
|
|
9718
|
+
), X4 = ({
|
|
9285
9719
|
className: s,
|
|
9286
9720
|
color: e = c.GREY_DARK_5,
|
|
9287
9721
|
height: t = 5,
|
|
@@ -9306,7 +9740,7 @@ const s4 = ({
|
|
|
9306
9740
|
}
|
|
9307
9741
|
)
|
|
9308
9742
|
}
|
|
9309
|
-
),
|
|
9743
|
+
), e6 = ({
|
|
9310
9744
|
className: s,
|
|
9311
9745
|
color: e = c.GREY_DARK_5,
|
|
9312
9746
|
height: t = 20,
|
|
@@ -9339,7 +9773,7 @@ const s4 = ({
|
|
|
9339
9773
|
)
|
|
9340
9774
|
]
|
|
9341
9775
|
}
|
|
9342
|
-
),
|
|
9776
|
+
), t6 = ({
|
|
9343
9777
|
className: s,
|
|
9344
9778
|
color: e = c.GREY_DARK_5,
|
|
9345
9779
|
height: t = 24,
|
|
@@ -9378,7 +9812,7 @@ const s4 = ({
|
|
|
9378
9812
|
)
|
|
9379
9813
|
]
|
|
9380
9814
|
}
|
|
9381
|
-
),
|
|
9815
|
+
), i6 = ({
|
|
9382
9816
|
className: s,
|
|
9383
9817
|
color: e = c.GREY_DARK_5,
|
|
9384
9818
|
height: t = 24,
|
|
@@ -9405,7 +9839,7 @@ const s4 = ({
|
|
|
9405
9839
|
}
|
|
9406
9840
|
)
|
|
9407
9841
|
}
|
|
9408
|
-
),
|
|
9842
|
+
), s6 = ({
|
|
9409
9843
|
className: s,
|
|
9410
9844
|
color: e = c.GREY_DARK_5,
|
|
9411
9845
|
height: t = 24,
|
|
@@ -9464,7 +9898,7 @@ const s4 = ({
|
|
|
9464
9898
|
)
|
|
9465
9899
|
]
|
|
9466
9900
|
}
|
|
9467
|
-
),
|
|
9901
|
+
), n6 = ({
|
|
9468
9902
|
className: s,
|
|
9469
9903
|
color: e = c.GREY_DARK_5,
|
|
9470
9904
|
height: t = 24,
|
|
@@ -9501,7 +9935,7 @@ const s4 = ({
|
|
|
9501
9935
|
)
|
|
9502
9936
|
]
|
|
9503
9937
|
}
|
|
9504
|
-
),
|
|
9938
|
+
), o6 = ({
|
|
9505
9939
|
className: s,
|
|
9506
9940
|
color: e = c.GREY_DARK_3,
|
|
9507
9941
|
height: t = 14,
|
|
@@ -9538,7 +9972,7 @@ const s4 = ({
|
|
|
9538
9972
|
)
|
|
9539
9973
|
]
|
|
9540
9974
|
}
|
|
9541
|
-
),
|
|
9975
|
+
), l6 = ({
|
|
9542
9976
|
className: s,
|
|
9543
9977
|
color: e = c.GREY_DARK_5,
|
|
9544
9978
|
height: t = 18,
|
|
@@ -9565,7 +9999,7 @@ const s4 = ({
|
|
|
9565
9999
|
}
|
|
9566
10000
|
)
|
|
9567
10001
|
}
|
|
9568
|
-
),
|
|
10002
|
+
), r6 = ({
|
|
9569
10003
|
className: s,
|
|
9570
10004
|
color: e = c.GREY_DARK_5,
|
|
9571
10005
|
height: t = 24,
|
|
@@ -9617,7 +10051,7 @@ const s4 = ({
|
|
|
9617
10051
|
)
|
|
9618
10052
|
]
|
|
9619
10053
|
}
|
|
9620
|
-
),
|
|
10054
|
+
), a6 = ({
|
|
9621
10055
|
className: s,
|
|
9622
10056
|
color: e = c.GREY_DARK_5,
|
|
9623
10057
|
height: t = 24,
|
|
@@ -9654,7 +10088,7 @@ const s4 = ({
|
|
|
9654
10088
|
)
|
|
9655
10089
|
]
|
|
9656
10090
|
}
|
|
9657
|
-
),
|
|
10091
|
+
), h6 = ({
|
|
9658
10092
|
className: s,
|
|
9659
10093
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
9660
10094
|
height: t = 37,
|
|
@@ -9693,7 +10127,7 @@ const s4 = ({
|
|
|
9693
10127
|
)
|
|
9694
10128
|
]
|
|
9695
10129
|
}
|
|
9696
|
-
),
|
|
10130
|
+
), c6 = ({
|
|
9697
10131
|
className: s,
|
|
9698
10132
|
color: e = c.GREY_DARK_5,
|
|
9699
10133
|
height: t = 24,
|
|
@@ -9719,7 +10153,7 @@ const s4 = ({
|
|
|
9719
10153
|
}
|
|
9720
10154
|
)
|
|
9721
10155
|
}
|
|
9722
|
-
),
|
|
10156
|
+
), C6 = ({
|
|
9723
10157
|
className: s,
|
|
9724
10158
|
color: e = c.GREY_DARK_5,
|
|
9725
10159
|
height: t = 24,
|
|
@@ -9758,7 +10192,7 @@ const s4 = ({
|
|
|
9758
10192
|
)
|
|
9759
10193
|
]
|
|
9760
10194
|
}
|
|
9761
|
-
),
|
|
10195
|
+
), d6 = ({
|
|
9762
10196
|
className: s,
|
|
9763
10197
|
color: e = c.GREY_DARK_5,
|
|
9764
10198
|
height: t = 20,
|
|
@@ -9791,7 +10225,7 @@ const s4 = ({
|
|
|
9791
10225
|
)
|
|
9792
10226
|
]
|
|
9793
10227
|
}
|
|
9794
|
-
),
|
|
10228
|
+
), g6 = ({
|
|
9795
10229
|
className: s,
|
|
9796
10230
|
color: e = c.GREY_DARK_5,
|
|
9797
10231
|
height: t = 24,
|
|
@@ -9860,7 +10294,7 @@ const s4 = ({
|
|
|
9860
10294
|
)
|
|
9861
10295
|
]
|
|
9862
10296
|
}
|
|
9863
|
-
),
|
|
10297
|
+
), u6 = ({
|
|
9864
10298
|
className: s,
|
|
9865
10299
|
color: e = c.GREY_DARK_5,
|
|
9866
10300
|
height: t = 24,
|
|
@@ -9917,7 +10351,7 @@ const s4 = ({
|
|
|
9917
10351
|
)
|
|
9918
10352
|
]
|
|
9919
10353
|
}
|
|
9920
|
-
),
|
|
10354
|
+
), w6 = ({
|
|
9921
10355
|
className: s,
|
|
9922
10356
|
color: e = c.GREY_DARK_5,
|
|
9923
10357
|
height: t = 24,
|
|
@@ -9966,7 +10400,7 @@ const s4 = ({
|
|
|
9966
10400
|
)
|
|
9967
10401
|
]
|
|
9968
10402
|
}
|
|
9969
|
-
),
|
|
10403
|
+
), p6 = ({
|
|
9970
10404
|
className: s,
|
|
9971
10405
|
color: e = c.GREY_DARK_5,
|
|
9972
10406
|
height: t = 24,
|
|
@@ -9993,7 +10427,7 @@ const s4 = ({
|
|
|
9993
10427
|
}
|
|
9994
10428
|
)
|
|
9995
10429
|
}
|
|
9996
|
-
),
|
|
10430
|
+
), f6 = ({
|
|
9997
10431
|
className: s,
|
|
9998
10432
|
color: e = c.GREY_DARK_5,
|
|
9999
10433
|
height: t = 20,
|
|
@@ -10022,7 +10456,7 @@ const s4 = ({
|
|
|
10022
10456
|
)
|
|
10023
10457
|
]
|
|
10024
10458
|
}
|
|
10025
|
-
),
|
|
10459
|
+
), L6 = ({
|
|
10026
10460
|
className: s,
|
|
10027
10461
|
color: e = "#001E52",
|
|
10028
10462
|
height: t = 24,
|
|
@@ -10048,7 +10482,7 @@ const s4 = ({
|
|
|
10048
10482
|
}
|
|
10049
10483
|
)
|
|
10050
10484
|
}
|
|
10051
|
-
),
|
|
10485
|
+
), m6 = ({
|
|
10052
10486
|
className: s,
|
|
10053
10487
|
color: e = "#001E52",
|
|
10054
10488
|
height: t = 24,
|
|
@@ -10086,7 +10520,7 @@ const s4 = ({
|
|
|
10086
10520
|
)
|
|
10087
10521
|
] }) })
|
|
10088
10522
|
}
|
|
10089
|
-
),
|
|
10523
|
+
), k6 = ({
|
|
10090
10524
|
width: s = 20,
|
|
10091
10525
|
height: e = 20,
|
|
10092
10526
|
color: t = c.GREY_DARK_5,
|
|
@@ -10110,7 +10544,7 @@ const s4 = ({
|
|
|
10110
10544
|
}
|
|
10111
10545
|
)
|
|
10112
10546
|
}
|
|
10113
|
-
),
|
|
10547
|
+
), v6 = ({
|
|
10114
10548
|
width: s = 24,
|
|
10115
10549
|
height: e = 24,
|
|
10116
10550
|
color: t = "#131314",
|
|
@@ -10143,7 +10577,7 @@ const s4 = ({
|
|
|
10143
10577
|
)
|
|
10144
10578
|
]
|
|
10145
10579
|
}
|
|
10146
|
-
),
|
|
10580
|
+
), N6 = ({
|
|
10147
10581
|
width: s = 20,
|
|
10148
10582
|
height: e = 20,
|
|
10149
10583
|
color: t = c.GREY_DARK_5,
|
|
@@ -10176,7 +10610,7 @@ const s4 = ({
|
|
|
10176
10610
|
)
|
|
10177
10611
|
]
|
|
10178
10612
|
}
|
|
10179
|
-
),
|
|
10613
|
+
), x6 = ({
|
|
10180
10614
|
width: s = 24,
|
|
10181
10615
|
height: e = 24,
|
|
10182
10616
|
color: t = c.GREY_DARK_2,
|
|
@@ -10216,7 +10650,7 @@ const s4 = ({
|
|
|
10216
10650
|
)
|
|
10217
10651
|
]
|
|
10218
10652
|
}
|
|
10219
|
-
),
|
|
10653
|
+
), M6 = ({
|
|
10220
10654
|
width: s = 24,
|
|
10221
10655
|
height: e = 24,
|
|
10222
10656
|
color: t = c.GREY_DARK_2,
|
|
@@ -10243,7 +10677,7 @@ const s4 = ({
|
|
|
10243
10677
|
}
|
|
10244
10678
|
)
|
|
10245
10679
|
}
|
|
10246
|
-
),
|
|
10680
|
+
), R6 = ({
|
|
10247
10681
|
width: s = 24,
|
|
10248
10682
|
height: e = 24,
|
|
10249
10683
|
color: t = c.GREY_DARK_2,
|
|
@@ -10270,7 +10704,31 @@ const s4 = ({
|
|
|
10270
10704
|
}
|
|
10271
10705
|
)
|
|
10272
10706
|
}
|
|
10273
|
-
),
|
|
10707
|
+
), V6 = ({
|
|
10708
|
+
width: s = 20,
|
|
10709
|
+
height: e = 20,
|
|
10710
|
+
color: t = c.GREY_DARK_5,
|
|
10711
|
+
className: i,
|
|
10712
|
+
onClick: n
|
|
10713
|
+
}) => /* @__PURE__ */ o(
|
|
10714
|
+
"svg",
|
|
10715
|
+
{
|
|
10716
|
+
width: s,
|
|
10717
|
+
height: e,
|
|
10718
|
+
viewBox: "0 0 24 24",
|
|
10719
|
+
fill: "none",
|
|
10720
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10721
|
+
className: i,
|
|
10722
|
+
onClick: n,
|
|
10723
|
+
children: /* @__PURE__ */ o(
|
|
10724
|
+
"path",
|
|
10725
|
+
{
|
|
10726
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
10727
|
+
fill: t
|
|
10728
|
+
}
|
|
10729
|
+
)
|
|
10730
|
+
}
|
|
10731
|
+
), Z6 = ({
|
|
10274
10732
|
name: s,
|
|
10275
10733
|
width: e,
|
|
10276
10734
|
height: t,
|
|
@@ -10283,35 +10741,39 @@ const s4 = ({
|
|
|
10283
10741
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
10284
10742
|
switch (s) {
|
|
10285
10743
|
case "nextIcon":
|
|
10286
|
-
return
|
|
10744
|
+
return J4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10287
10745
|
case "prevIcon":
|
|
10288
|
-
return
|
|
10746
|
+
return q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10289
10747
|
case "arrowDown":
|
|
10290
|
-
return
|
|
10748
|
+
return u4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10291
10749
|
case "info":
|
|
10292
|
-
return
|
|
10750
|
+
return w4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10293
10751
|
case "arrowRight":
|
|
10294
|
-
return
|
|
10752
|
+
return p4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10753
|
+
case "archive":
|
|
10754
|
+
return v4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10755
|
+
case "unarchive":
|
|
10756
|
+
return N4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10295
10757
|
case "calendar":
|
|
10296
|
-
return
|
|
10758
|
+
return x4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10297
10759
|
case "check":
|
|
10298
|
-
return
|
|
10760
|
+
return M4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10299
10761
|
case "cancel":
|
|
10300
|
-
return
|
|
10762
|
+
return R4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10301
10763
|
case "add":
|
|
10302
|
-
return
|
|
10764
|
+
return V4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10303
10765
|
case "list":
|
|
10304
|
-
return
|
|
10766
|
+
return Z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10305
10767
|
case "dragAndDrop":
|
|
10306
|
-
return
|
|
10768
|
+
return H4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10307
10769
|
case "filter":
|
|
10308
|
-
return
|
|
10770
|
+
return _4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10309
10771
|
case "attention":
|
|
10310
|
-
return
|
|
10772
|
+
return b4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10311
10773
|
case "users":
|
|
10312
|
-
return
|
|
10774
|
+
return y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10313
10775
|
case "mySkillsMatrix":
|
|
10314
|
-
return
|
|
10776
|
+
return E4({
|
|
10315
10777
|
width: e,
|
|
10316
10778
|
height: t,
|
|
10317
10779
|
color: r,
|
|
@@ -10319,9 +10781,9 @@ const s4 = ({
|
|
|
10319
10781
|
onClick: l
|
|
10320
10782
|
});
|
|
10321
10783
|
case "skills":
|
|
10322
|
-
return
|
|
10784
|
+
return A4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10323
10785
|
case "skillsMatrices":
|
|
10324
|
-
return
|
|
10786
|
+
return D4({
|
|
10325
10787
|
width: e,
|
|
10326
10788
|
height: t,
|
|
10327
10789
|
color: r,
|
|
@@ -10329,21 +10791,21 @@ const s4 = ({
|
|
|
10329
10791
|
onClick: l
|
|
10330
10792
|
});
|
|
10331
10793
|
case "history":
|
|
10332
|
-
return
|
|
10794
|
+
return K4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10333
10795
|
case "logOut":
|
|
10334
|
-
return
|
|
10796
|
+
return B4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10335
10797
|
case "settings":
|
|
10336
|
-
return
|
|
10798
|
+
return S4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10337
10799
|
case "trash":
|
|
10338
|
-
return
|
|
10800
|
+
return G4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10339
10801
|
case "settings2":
|
|
10340
|
-
return
|
|
10802
|
+
return O4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10341
10803
|
case "checkCircle":
|
|
10342
|
-
return
|
|
10804
|
+
return I4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10343
10805
|
case "cancelCircle":
|
|
10344
|
-
return
|
|
10806
|
+
return Y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10345
10807
|
case "visibilityIcon":
|
|
10346
|
-
return
|
|
10808
|
+
return j4({
|
|
10347
10809
|
width: e,
|
|
10348
10810
|
height: t,
|
|
10349
10811
|
color: r,
|
|
@@ -10351,7 +10813,7 @@ const s4 = ({
|
|
|
10351
10813
|
onClick: l
|
|
10352
10814
|
});
|
|
10353
10815
|
case "visibilityOffIcon":
|
|
10354
|
-
return
|
|
10816
|
+
return W4({
|
|
10355
10817
|
width: e,
|
|
10356
10818
|
height: t,
|
|
10357
10819
|
color: r,
|
|
@@ -10359,7 +10821,7 @@ const s4 = ({
|
|
|
10359
10821
|
onClick: l
|
|
10360
10822
|
});
|
|
10361
10823
|
case "selectArrowIcon":
|
|
10362
|
-
return
|
|
10824
|
+
return $4({
|
|
10363
10825
|
width: e,
|
|
10364
10826
|
height: t,
|
|
10365
10827
|
color: r,
|
|
@@ -10367,7 +10829,7 @@ const s4 = ({
|
|
|
10367
10829
|
onClick: l
|
|
10368
10830
|
});
|
|
10369
10831
|
case "expandArrowIcon":
|
|
10370
|
-
return
|
|
10832
|
+
return T4({
|
|
10371
10833
|
width: e,
|
|
10372
10834
|
height: t,
|
|
10373
10835
|
color: r,
|
|
@@ -10375,7 +10837,7 @@ const s4 = ({
|
|
|
10375
10837
|
onClick: l
|
|
10376
10838
|
});
|
|
10377
10839
|
case "expandActiveArrowIcon":
|
|
10378
|
-
return
|
|
10840
|
+
return P4({
|
|
10379
10841
|
width: e,
|
|
10380
10842
|
height: t,
|
|
10381
10843
|
color: r,
|
|
@@ -10383,87 +10845,89 @@ const s4 = ({
|
|
|
10383
10845
|
onClick: l
|
|
10384
10846
|
});
|
|
10385
10847
|
case "sortUp":
|
|
10386
|
-
return
|
|
10848
|
+
return F4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10387
10849
|
case "sortDown":
|
|
10388
|
-
return
|
|
10850
|
+
return U4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10389
10851
|
case "search":
|
|
10390
|
-
return
|
|
10852
|
+
return z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10391
10853
|
case "arrowUpFilled":
|
|
10392
|
-
return
|
|
10854
|
+
return X4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10393
10855
|
case "arrowDownFilled":
|
|
10394
|
-
return
|
|
10856
|
+
return Q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10395
10857
|
case "arrow2Up":
|
|
10396
|
-
return
|
|
10858
|
+
return f4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10397
10859
|
case "arrow2Right":
|
|
10398
|
-
return
|
|
10860
|
+
return L4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10399
10861
|
case "arrow2Down":
|
|
10400
|
-
return
|
|
10862
|
+
return m4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10401
10863
|
case "arrow2Left":
|
|
10402
|
-
return
|
|
10864
|
+
return k4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10403
10865
|
case "link":
|
|
10404
|
-
return
|
|
10866
|
+
return e6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10405
10867
|
case "telegram":
|
|
10406
|
-
return
|
|
10868
|
+
return i6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10407
10869
|
case "mail":
|
|
10408
|
-
return
|
|
10870
|
+
return n6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10409
10871
|
case "github":
|
|
10410
|
-
return
|
|
10872
|
+
return t6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10411
10873
|
case "linkedIn":
|
|
10412
|
-
return
|
|
10874
|
+
return s6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10413
10875
|
case "emptyStateIcon":
|
|
10414
|
-
return
|
|
10876
|
+
return o6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10415
10877
|
case "filtersIcon":
|
|
10416
|
-
return
|
|
10878
|
+
return l6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10417
10879
|
case "dotMenuIcon":
|
|
10418
|
-
return
|
|
10880
|
+
return r6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10419
10881
|
case "plusCircle":
|
|
10420
|
-
return
|
|
10882
|
+
return a6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10421
10883
|
case "warning":
|
|
10422
|
-
return
|
|
10884
|
+
return h6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10423
10885
|
case "back":
|
|
10424
|
-
return
|
|
10886
|
+
return c6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10425
10887
|
case "bell":
|
|
10426
|
-
return
|
|
10888
|
+
return C6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10427
10889
|
case "copy":
|
|
10428
|
-
return
|
|
10890
|
+
return d6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10429
10891
|
case "contract":
|
|
10430
|
-
return
|
|
10892
|
+
return g6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10431
10893
|
case "resourceManager":
|
|
10432
|
-
return
|
|
10894
|
+
return u6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10433
10895
|
case "image":
|
|
10434
|
-
return
|
|
10896
|
+
return w6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10435
10897
|
case "edit":
|
|
10436
|
-
return
|
|
10898
|
+
return p6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10437
10899
|
case "filledArrowRight":
|
|
10438
|
-
return
|
|
10900
|
+
return f6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10439
10901
|
case "burgerMenu":
|
|
10440
|
-
return
|
|
10902
|
+
return L6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10441
10903
|
case "refresh":
|
|
10442
|
-
return
|
|
10904
|
+
return m6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10443
10905
|
case "projects":
|
|
10444
|
-
return
|
|
10906
|
+
return k6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10445
10907
|
case "user":
|
|
10446
|
-
return
|
|
10908
|
+
return N6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10447
10909
|
case "exit":
|
|
10448
|
-
return
|
|
10910
|
+
return v6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10449
10911
|
case "openPointCircle":
|
|
10450
|
-
return
|
|
10912
|
+
return x6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10451
10913
|
case "community":
|
|
10452
|
-
return
|
|
10914
|
+
return M6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10453
10915
|
case "docs":
|
|
10454
|
-
return
|
|
10916
|
+
return R6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10917
|
+
case "unpaidLeave":
|
|
10918
|
+
return V6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10455
10919
|
default:
|
|
10456
10920
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
10457
10921
|
}
|
|
10458
10922
|
})() });
|
|
10459
|
-
},
|
|
10923
|
+
}, H6 = ({
|
|
10460
10924
|
iconName: s = "arrow2Down",
|
|
10461
10925
|
isActive: e,
|
|
10462
10926
|
rotationDirection: t = "cw",
|
|
10463
10927
|
disabled: i = !1,
|
|
10464
10928
|
onClick: n
|
|
10465
10929
|
}) => {
|
|
10466
|
-
const h =
|
|
10930
|
+
const h = b6(e, i), C = _6(e, i);
|
|
10467
10931
|
return /* @__PURE__ */ o(
|
|
10468
10932
|
"button",
|
|
10469
10933
|
{
|
|
@@ -10471,7 +10935,7 @@ const s4 = ({
|
|
|
10471
10935
|
onClick: n,
|
|
10472
10936
|
disabled: i,
|
|
10473
10937
|
children: /* @__PURE__ */ o(
|
|
10474
|
-
|
|
10938
|
+
Z6,
|
|
10475
10939
|
{
|
|
10476
10940
|
name: s,
|
|
10477
10941
|
className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
|
|
@@ -10481,13 +10945,13 @@ const s4 = ({
|
|
|
10481
10945
|
}
|
|
10482
10946
|
);
|
|
10483
10947
|
};
|
|
10484
|
-
function
|
|
10948
|
+
function _6(s, e) {
|
|
10485
10949
|
return s && !e ? "-active" : e ? "-disabled" : "";
|
|
10486
10950
|
}
|
|
10487
|
-
function
|
|
10951
|
+
function b6(s, e) {
|
|
10488
10952
|
return e ? c.GREY_DARK_2 : s ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10489
10953
|
}
|
|
10490
|
-
const
|
|
10954
|
+
const y6 = r1((s, e) => {
|
|
10491
10955
|
const {
|
|
10492
10956
|
value: t,
|
|
10493
10957
|
onChange: i,
|
|
@@ -10511,17 +10975,17 @@ const m3 = r1((s, e) => {
|
|
|
10511
10975
|
isLoading: v,
|
|
10512
10976
|
readOnly: R,
|
|
10513
10977
|
error: N,
|
|
10514
|
-
selectedItemVariant:
|
|
10978
|
+
selectedItemVariant: O = "default",
|
|
10515
10979
|
variant: j = "outlined"
|
|
10516
10980
|
} = s;
|
|
10517
10981
|
let Q;
|
|
10518
10982
|
h && h !== "single" && (Q = s.overflowBehaviour ?? "responsive");
|
|
10519
|
-
const [H,
|
|
10983
|
+
const [H, B] = K(!1), [W, $] = K(!1), [D, I] = K(!1), [U, _] = K(!0), [b, S] = K(t), o1 = J(null), d1 = h === "single" && O === "badge";
|
|
10520
10984
|
G(() => {
|
|
10521
10985
|
S(t);
|
|
10522
10986
|
}, [t]);
|
|
10523
10987
|
const x1 = (x) => {
|
|
10524
|
-
|
|
10988
|
+
B(x), L && L(x);
|
|
10525
10989
|
}, M1 = (x, y) => {
|
|
10526
10990
|
var Y;
|
|
10527
10991
|
return !!((Y = y == null ? void 0 : y.label) != null && Y.toString().toLowerCase().includes(x.toLowerCase()));
|
|
@@ -10583,7 +11047,7 @@ const m3 = r1((s, e) => {
|
|
|
10583
11047
|
(x, y = "default") => {
|
|
10584
11048
|
var Y;
|
|
10585
11049
|
return /* @__PURE__ */ o(
|
|
10586
|
-
|
|
11050
|
+
d4,
|
|
10587
11051
|
{
|
|
10588
11052
|
values: x,
|
|
10589
11053
|
onTagClose: g1,
|
|
@@ -10602,8 +11066,8 @@ const m3 = r1((s, e) => {
|
|
|
10602
11066
|
if (Y === "filter")
|
|
10603
11067
|
return E(y);
|
|
10604
11068
|
{
|
|
10605
|
-
const l1 =
|
|
10606
|
-
return /* @__PURE__ */ o("div", { onMouseDown: z, className: "tag-wrapper", children:
|
|
11069
|
+
const l1 = O === "badge" && d.find((Z2) => Z2.label === x), T1 = typeof x == "object" ? x : P(y);
|
|
11070
|
+
return /* @__PURE__ */ o("div", { onMouseDown: z, className: "tag-wrapper", children: O === "badge" ? /* @__PURE__ */ o(
|
|
10607
11071
|
v2,
|
|
10608
11072
|
{
|
|
10609
11073
|
variant: "regular",
|
|
@@ -10614,7 +11078,7 @@ const m3 = r1((s, e) => {
|
|
|
10614
11078
|
) : /* @__PURE__ */ o(m2, { onClose: () => g1(y), disabled: l, children: T1 }) });
|
|
10615
11079
|
}
|
|
10616
11080
|
},
|
|
10617
|
-
[l, P, g1, E,
|
|
11081
|
+
[l, P, g1, E, O, d]
|
|
10618
11082
|
), H1 = Array.isArray(b) && b.length > 0 || !!b && typeof b == "string" && b.trim() !== "";
|
|
10619
11083
|
return /* @__PURE__ */ g(
|
|
10620
11084
|
"div",
|
|
@@ -10648,13 +11112,13 @@ const m3 = r1((s, e) => {
|
|
|
10648
11112
|
const y = P(x.value);
|
|
10649
11113
|
return l ? /* @__PURE__ */ o("span", { style: { color: c.GREY_DARK_1 }, children: y }) : y;
|
|
10650
11114
|
},
|
|
10651
|
-
mode:
|
|
11115
|
+
mode: E6(h, d1),
|
|
10652
11116
|
variant: j,
|
|
10653
11117
|
onChange: s1,
|
|
10654
11118
|
onFocus: R1,
|
|
10655
11119
|
onBlur: V1,
|
|
10656
|
-
onMouseEnter: () =>
|
|
10657
|
-
onMouseLeave: () =>
|
|
11120
|
+
onMouseEnter: () => I(!0),
|
|
11121
|
+
onMouseLeave: () => I(!1),
|
|
10658
11122
|
onSearch: (x) => {
|
|
10659
11123
|
_(!x), w && w(x);
|
|
10660
11124
|
},
|
|
@@ -10662,7 +11126,7 @@ const m3 = r1((s, e) => {
|
|
|
10662
11126
|
onDeselect: () => _(!0),
|
|
10663
11127
|
tagRender: (x) => e1({ ...x, mode: h }),
|
|
10664
11128
|
maxTagCount: Q === "responsive" ? "responsive" : void 0,
|
|
10665
|
-
maxTagPlaceholder: (x) => q(x,
|
|
11129
|
+
maxTagPlaceholder: (x) => q(x, O),
|
|
10666
11130
|
onPopupScroll: X,
|
|
10667
11131
|
prefix: v && /* @__PURE__ */ o(Q1, { size: "small" }),
|
|
10668
11132
|
suffixIcon: /* @__PURE__ */ o("div", { className: "wrapper-suffix-icon", children: h !== "filter" && /* @__PURE__ */ g(i1, { children: [
|
|
@@ -10683,10 +11147,10 @@ const m3 = r1((s, e) => {
|
|
|
10683
11147
|
}
|
|
10684
11148
|
),
|
|
10685
11149
|
j === "borderless" && (D || W) && /* @__PURE__ */ o(
|
|
10686
|
-
|
|
11150
|
+
H6,
|
|
10687
11151
|
{
|
|
10688
11152
|
isActive: H,
|
|
10689
|
-
onClick: () =>
|
|
11153
|
+
onClick: () => B(!H)
|
|
10690
11154
|
}
|
|
10691
11155
|
),
|
|
10692
11156
|
j === "outlined" && /* @__PURE__ */ o(
|
|
@@ -10695,7 +11159,7 @@ const m3 = r1((s, e) => {
|
|
|
10695
11159
|
name: "selectArrowIcon",
|
|
10696
11160
|
color: l ? c.GREY_DARK_1 : c.GREY_DARK_5,
|
|
10697
11161
|
className: H ? "select-arrow-rotated" : "select-arrow",
|
|
10698
|
-
onClick: () =>
|
|
11162
|
+
onClick: () => B(!H)
|
|
10699
11163
|
}
|
|
10700
11164
|
)
|
|
10701
11165
|
] }) }),
|
|
@@ -10757,16 +11221,16 @@ const m3 = r1((s, e) => {
|
|
|
10757
11221
|
width: 16
|
|
10758
11222
|
}
|
|
10759
11223
|
),
|
|
10760
|
-
typeof N == "string" ? /* @__PURE__ */ o(
|
|
11224
|
+
typeof N == "string" ? /* @__PURE__ */ o(T0, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: N }) : N
|
|
10761
11225
|
] })
|
|
10762
11226
|
]
|
|
10763
11227
|
}
|
|
10764
11228
|
);
|
|
10765
11229
|
});
|
|
10766
|
-
function
|
|
11230
|
+
function E6(s, e) {
|
|
10767
11231
|
return s === "filter" || e ? "multiple" : s === "single" ? void 0 : s;
|
|
10768
11232
|
}
|
|
10769
|
-
function
|
|
11233
|
+
function A6(s, e = 500) {
|
|
10770
11234
|
const t = J();
|
|
10771
11235
|
return G(() => () => {
|
|
10772
11236
|
t.current && clearTimeout(t.current);
|
|
@@ -10806,9 +11270,9 @@ const S1 = 100, u1 = {
|
|
|
10806
11270
|
required: Z = !1,
|
|
10807
11271
|
error: A,
|
|
10808
11272
|
variant: k = "outlined"
|
|
10809
|
-
} = s, [v, R] =
|
|
11273
|
+
} = s, [v, R] = K(), [N, O] = K(u1), [j, Q] = K(!1), [H, B] = K(), [W, $] = K(!1), [D, I] = K(
|
|
10810
11274
|
u ?? []
|
|
10811
|
-
), U = X1(N.offset), _ = X1(H), [b, S] =
|
|
11275
|
+
), U = X1(N.offset), _ = X1(H), [b, S] = K(!1), o1 = J(!1), d1 = T(
|
|
10812
11276
|
async ({
|
|
10813
11277
|
limit: E = S1,
|
|
10814
11278
|
offset: z,
|
|
@@ -10823,7 +11287,7 @@ const S1 = 100, u1 = {
|
|
|
10823
11287
|
});
|
|
10824
11288
|
R(
|
|
10825
11289
|
(q) => z === 0 ? P.options : [...q ?? [], ...P.options]
|
|
10826
|
-
),
|
|
11290
|
+
), O((q) => ({
|
|
10827
11291
|
...q,
|
|
10828
11292
|
count: P.count
|
|
10829
11293
|
}));
|
|
@@ -10834,14 +11298,14 @@ const S1 = 100, u1 = {
|
|
|
10834
11298
|
}
|
|
10835
11299
|
},
|
|
10836
11300
|
[t]
|
|
10837
|
-
), x1 =
|
|
10838
|
-
|
|
11301
|
+
), x1 = A6((E) => {
|
|
11302
|
+
B(E), E || O(u1);
|
|
10839
11303
|
}), M1 = T(
|
|
10840
11304
|
(E) => x1(E),
|
|
10841
11305
|
[x1]
|
|
10842
11306
|
), R1 = T(
|
|
10843
11307
|
async (E) => {
|
|
10844
|
-
j || E && N.count && N.count > ((v == null ? void 0 : v.length) ?? 0) &&
|
|
11308
|
+
j || E && N.count && N.count > ((v == null ? void 0 : v.length) ?? 0) && O((z) => ({
|
|
10845
11309
|
...z,
|
|
10846
11310
|
offset: z.offset + S1
|
|
10847
11311
|
}));
|
|
@@ -10849,7 +11313,7 @@ const S1 = 100, u1 = {
|
|
|
10849
11313
|
[j, v == null ? void 0 : v.length, N.count]
|
|
10850
11314
|
), V1 = T(
|
|
10851
11315
|
(E) => {
|
|
10852
|
-
$(E), !E && H && (
|
|
11316
|
+
$(E), !E && H && (B(void 0), O(u1), S(!0)), w == null || w(E);
|
|
10853
11317
|
},
|
|
10854
11318
|
[w, H]
|
|
10855
11319
|
);
|
|
@@ -10858,7 +11322,7 @@ const S1 = 100, u1 = {
|
|
|
10858
11322
|
}, [b, W, N.offset, H, U, _, v, j]), G(() => {
|
|
10859
11323
|
(a || p) && d1(u1), o1.current = !0;
|
|
10860
11324
|
}, []), G(() => {
|
|
10861
|
-
u &&
|
|
11325
|
+
u && I((E) => {
|
|
10862
11326
|
const z = u.filter(
|
|
10863
11327
|
(X) => !E.some((P) => P.value === X.value)
|
|
10864
11328
|
);
|
|
@@ -10873,7 +11337,7 @@ const S1 = 100, u1 = {
|
|
|
10873
11337
|
const X = z.filter(
|
|
10874
11338
|
(P) => !(D != null && D.some((q) => q.value === P))
|
|
10875
11339
|
);
|
|
10876
|
-
X.length > 0 &&
|
|
11340
|
+
X.length > 0 && I((P = []) => [
|
|
10877
11341
|
...P,
|
|
10878
11342
|
...X.map((q) => {
|
|
10879
11343
|
const e1 = v == null ? void 0 : v.find((H1) => H1.value === q);
|
|
@@ -10884,7 +11348,7 @@ const S1 = 100, u1 = {
|
|
|
10884
11348
|
image: (e1 == null ? void 0 : e1.image) ?? void 0
|
|
10885
11349
|
};
|
|
10886
11350
|
})
|
|
10887
|
-
]),
|
|
11351
|
+
]), B(void 0), O(u1), S(!0);
|
|
10888
11352
|
}
|
|
10889
11353
|
},
|
|
10890
11354
|
[n, H, l, v, D]
|
|
@@ -10933,7 +11397,7 @@ const S1 = 100, u1 = {
|
|
|
10933
11397
|
);
|
|
10934
11398
|
c1(e, () => ({
|
|
10935
11399
|
refetchOptions: async () => {
|
|
10936
|
-
|
|
11400
|
+
O(u1), B(void 0), S(!0);
|
|
10937
11401
|
}
|
|
10938
11402
|
}));
|
|
10939
11403
|
const g1 = F1(() => {
|
|
@@ -10953,15 +11417,15 @@ const S1 = 100, u1 = {
|
|
|
10953
11417
|
extraOptions: P
|
|
10954
11418
|
};
|
|
10955
11419
|
}, [l, s, Z1, D, v]);
|
|
10956
|
-
return /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(
|
|
11420
|
+
return /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(y6, { ...g1 }) });
|
|
10957
11421
|
});
|
|
10958
11422
|
var y1 = /* @__PURE__ */ ((s) => (s.ACTIVE = "Active", s.ARCHIVED = "Archived", s))(y1 || {});
|
|
10959
|
-
const
|
|
11423
|
+
const D6 = {
|
|
10960
11424
|
small: 20,
|
|
10961
11425
|
medium: 28,
|
|
10962
11426
|
large: 48
|
|
10963
|
-
},
|
|
10964
|
-
const t =
|
|
11427
|
+
}, K6 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
11428
|
+
const t = D6[s], i = `no-repeat linear-gradient(${e}
|
|
10965
11429
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
10966
11430
|
width: t,
|
|
10967
11431
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
@@ -10969,7 +11433,7 @@ const N3 = {
|
|
|
10969
11433
|
};
|
|
10970
11434
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: n });
|
|
10971
11435
|
};
|
|
10972
|
-
function
|
|
11436
|
+
function B6() {
|
|
10973
11437
|
if (console && console.warn) {
|
|
10974
11438
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
10975
11439
|
e[t] = arguments[t];
|
|
@@ -10980,7 +11444,7 @@ const t2 = {};
|
|
|
10980
11444
|
function Y1() {
|
|
10981
11445
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
10982
11446
|
e[t] = arguments[t];
|
|
10983
|
-
h1(e[0]) && t2[e[0]] || (h1(e[0]) && (t2[e[0]] = /* @__PURE__ */ new Date()),
|
|
11447
|
+
h1(e[0]) && t2[e[0]] || (h1(e[0]) && (t2[e[0]] = /* @__PURE__ */ new Date()), B6(...e));
|
|
10984
11448
|
}
|
|
10985
11449
|
const N2 = (s, e) => () => {
|
|
10986
11450
|
if (s.isInitialized)
|
|
@@ -10999,7 +11463,7 @@ const N2 = (s, e) => () => {
|
|
|
10999
11463
|
h1(t) && (t = [t]), t.forEach((n) => {
|
|
11000
11464
|
s.options.ns.indexOf(n) < 0 && s.options.ns.push(n);
|
|
11001
11465
|
}), s.loadLanguages(e, N2(s, i));
|
|
11002
|
-
},
|
|
11466
|
+
}, S6 = function(s, e) {
|
|
11003
11467
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
11004
11468
|
const i = e.languages[0], n = e.options ? e.options.fallbackLng : !1, h = e.languages[e.languages.length - 1];
|
|
11005
11469
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -11008,15 +11472,15 @@ const N2 = (s, e) => () => {
|
|
|
11008
11472
|
return l === -1 || l === 2;
|
|
11009
11473
|
};
|
|
11010
11474
|
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) && (!n || C(h, s)));
|
|
11011
|
-
},
|
|
11475
|
+
}, G6 = function(s, e) {
|
|
11012
11476
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
11013
11477
|
return !e.languages || !e.languages.length ? (Y1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(s, {
|
|
11014
11478
|
lng: t.lng,
|
|
11015
11479
|
precheck: (n, h) => {
|
|
11016
11480
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !h(n.isLanguageChangingTo, s)) return !1;
|
|
11017
11481
|
}
|
|
11018
|
-
}) :
|
|
11019
|
-
}, h1 = (s) => typeof s == "string",
|
|
11482
|
+
}) : S6(s, e, t);
|
|
11483
|
+
}, h1 = (s) => typeof s == "string", O6 = (s) => typeof s == "object" && s !== null, I6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Y6 = {
|
|
11020
11484
|
"&": "&",
|
|
11021
11485
|
"&": "&",
|
|
11022
11486
|
"<": "<",
|
|
@@ -11037,7 +11501,7 @@ const N2 = (s, e) => () => {
|
|
|
11037
11501
|
"…": "…",
|
|
11038
11502
|
"/": "/",
|
|
11039
11503
|
"/": "/"
|
|
11040
|
-
},
|
|
11504
|
+
}, j6 = (s) => Y6[s], W6 = (s) => s.replace(I6, j6);
|
|
11041
11505
|
let j1 = {
|
|
11042
11506
|
bindI18n: "languageChanged",
|
|
11043
11507
|
bindI18nStore: "",
|
|
@@ -11046,25 +11510,25 @@ let j1 = {
|
|
|
11046
11510
|
transWrapTextNodes: "",
|
|
11047
11511
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
11048
11512
|
useSuspense: !0,
|
|
11049
|
-
unescape:
|
|
11513
|
+
unescape: W6
|
|
11050
11514
|
};
|
|
11051
|
-
const
|
|
11515
|
+
const $6 = function() {
|
|
11052
11516
|
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11053
11517
|
j1 = {
|
|
11054
11518
|
...j1,
|
|
11055
11519
|
...s
|
|
11056
11520
|
};
|
|
11057
|
-
},
|
|
11521
|
+
}, T6 = () => j1;
|
|
11058
11522
|
let x2;
|
|
11059
|
-
const
|
|
11523
|
+
const P6 = (s) => {
|
|
11060
11524
|
x2 = s;
|
|
11061
|
-
},
|
|
11525
|
+
}, F6 = () => x2, U6 = {
|
|
11062
11526
|
type: "3rdParty",
|
|
11063
11527
|
init(s) {
|
|
11064
|
-
|
|
11528
|
+
$6(s.options.react), P6(s);
|
|
11065
11529
|
}
|
|
11066
|
-
},
|
|
11067
|
-
class
|
|
11530
|
+
}, z6 = p2();
|
|
11531
|
+
class J6 {
|
|
11068
11532
|
constructor() {
|
|
11069
11533
|
P1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
11070
11534
|
this.usedNamespaces = {};
|
|
@@ -11075,27 +11539,27 @@ class G3 {
|
|
|
11075
11539
|
});
|
|
11076
11540
|
}
|
|
11077
11541
|
}
|
|
11078
|
-
const
|
|
11542
|
+
const q6 = (s, e) => {
|
|
11079
11543
|
const t = J();
|
|
11080
11544
|
return G(() => {
|
|
11081
11545
|
t.current = s;
|
|
11082
11546
|
}, [s, e]), t.current;
|
|
11083
|
-
}, M2 = (s, e, t, i) => s.getFixedT(e, t, i),
|
|
11547
|
+
}, M2 = (s, e, t, i) => s.getFixedT(e, t, i), Q6 = (s, e, t, i) => T(M2(s, e, t, i), [s, e, t, i]), X6 = function(s) {
|
|
11084
11548
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11085
11549
|
const {
|
|
11086
11550
|
i18n: t
|
|
11087
11551
|
} = e, {
|
|
11088
11552
|
i18n: i,
|
|
11089
11553
|
defaultNS: n
|
|
11090
|
-
} = n1(
|
|
11091
|
-
if (h && !h.reportNamespaces && (h.reportNamespaces = new
|
|
11554
|
+
} = n1(z6) || {}, h = t || i || F6();
|
|
11555
|
+
if (h && !h.reportNamespaces && (h.reportNamespaces = new J6()), !h) {
|
|
11092
11556
|
Y1("You will need to pass in an i18next instance by using initReactI18next");
|
|
11093
|
-
const k = (R, N) => h1(N) ? N :
|
|
11557
|
+
const k = (R, N) => h1(N) ? N : O6(N) && h1(N.defaultValue) ? N.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, v = [k, {}, !1];
|
|
11094
11558
|
return v.t = k, v.i18n = {}, v.ready = !1, v;
|
|
11095
11559
|
}
|
|
11096
11560
|
h.options.react && h.options.react.wait !== void 0 && Y1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
11097
11561
|
const C = {
|
|
11098
|
-
...
|
|
11562
|
+
...T6(),
|
|
11099
11563
|
...h.options.react,
|
|
11100
11564
|
...e
|
|
11101
11565
|
}, {
|
|
@@ -11104,10 +11568,10 @@ const I3 = (s, e) => {
|
|
|
11104
11568
|
} = C;
|
|
11105
11569
|
let l = s;
|
|
11106
11570
|
l = h1(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
11107
|
-
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) =>
|
|
11571
|
+
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => G6(k, h, C)), p = Q6(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), u = () => p, w = () => M2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [L, m] = K(u);
|
|
11108
11572
|
let f = l.join();
|
|
11109
11573
|
e.lng && (f = `${e.lng}${f}`);
|
|
11110
|
-
const M =
|
|
11574
|
+
const M = q6(f), Z = J(!0);
|
|
11111
11575
|
G(() => {
|
|
11112
11576
|
const {
|
|
11113
11577
|
bindI18n: k,
|
|
@@ -11138,11 +11602,11 @@ const I3 = (s, e) => {
|
|
|
11138
11602
|
s = i, e = n;
|
|
11139
11603
|
});
|
|
11140
11604
|
return t.resolve = s, t.reject = e, t;
|
|
11141
|
-
}, n2 = (s) => s == null ? "" : "" + s,
|
|
11605
|
+
}, n2 = (s) => s == null ? "" : "" + s, e3 = (s, e, t) => {
|
|
11142
11606
|
s.forEach((i) => {
|
|
11143
11607
|
e[i] && (t[i] = e[i]);
|
|
11144
11608
|
});
|
|
11145
|
-
},
|
|
11609
|
+
}, t3 = /###/g, o2 = (s) => s && s.indexOf("###") > -1 ? s.replace(t3, ".") : s, l2 = (s) => !s || V(s), k1 = (s, e, t) => {
|
|
11146
11610
|
const i = V(e) ? e.split(".") : e;
|
|
11147
11611
|
let n = 0;
|
|
11148
11612
|
for (; n < i.length - 1; ) {
|
|
@@ -11167,7 +11631,7 @@ const I3 = (s, e) => {
|
|
|
11167
11631
|
for (; d.obj === void 0 && C.length; )
|
|
11168
11632
|
h = `${C[C.length - 1]}.${h}`, C = C.slice(0, C.length - 1), d = k1(s, C, Object), d && d.obj && typeof d.obj[`${d.k}.${h}`] < "u" && (d.obj = void 0);
|
|
11169
11633
|
d.obj[`${d.k}.${h}`] = t;
|
|
11170
|
-
},
|
|
11634
|
+
}, i3 = (s, e, t, i) => {
|
|
11171
11635
|
const {
|
|
11172
11636
|
obj: n,
|
|
11173
11637
|
k: h
|
|
@@ -11180,7 +11644,7 @@ const I3 = (s, e) => {
|
|
|
11180
11644
|
} = k1(s, e);
|
|
11181
11645
|
if (t)
|
|
11182
11646
|
return t[i];
|
|
11183
|
-
},
|
|
11647
|
+
}, s3 = (s, e, t) => {
|
|
11184
11648
|
const i = E1(s, t);
|
|
11185
11649
|
return i !== void 0 ? i : E1(e, t);
|
|
11186
11650
|
}, R2 = (s, e, t) => {
|
|
@@ -11188,7 +11652,7 @@ const I3 = (s, e) => {
|
|
|
11188
11652
|
i !== "__proto__" && i !== "constructor" && (i in s ? V(s[i]) || s[i] instanceof String || V(e[i]) || e[i] instanceof String ? t && (s[i] = e[i]) : R2(s[i], e[i], t) : s[i] = e[i]);
|
|
11189
11653
|
return s;
|
|
11190
11654
|
}, w1 = (s) => s.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
11191
|
-
var
|
|
11655
|
+
var n3 = {
|
|
11192
11656
|
"&": "&",
|
|
11193
11657
|
"<": "<",
|
|
11194
11658
|
">": ">",
|
|
@@ -11196,8 +11660,8 @@ var P3 = {
|
|
|
11196
11660
|
"'": "'",
|
|
11197
11661
|
"/": "/"
|
|
11198
11662
|
};
|
|
11199
|
-
const
|
|
11200
|
-
class
|
|
11663
|
+
const o3 = (s) => V(s) ? s.replace(/[&<>"'\/]/g, (e) => n3[e]) : s;
|
|
11664
|
+
class l3 {
|
|
11201
11665
|
constructor(e) {
|
|
11202
11666
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
11203
11667
|
}
|
|
@@ -11209,11 +11673,11 @@ class U3 {
|
|
|
11209
11673
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
11210
11674
|
}
|
|
11211
11675
|
}
|
|
11212
|
-
const
|
|
11676
|
+
const r3 = [" ", ",", "?", "!", ";"], a3 = new l3(20), h3 = (s, e, t) => {
|
|
11213
11677
|
e = e || "", t = t || "";
|
|
11214
|
-
const i =
|
|
11678
|
+
const i = r3.filter((C) => e.indexOf(C) < 0 && t.indexOf(C) < 0);
|
|
11215
11679
|
if (i.length === 0) return !0;
|
|
11216
|
-
const n =
|
|
11680
|
+
const n = a3.getRegExp(`(${i.map((C) => C === "?" ? "\\?" : C).join("|")})`);
|
|
11217
11681
|
let h = !n.test(s);
|
|
11218
11682
|
if (!h) {
|
|
11219
11683
|
const C = s.indexOf(t);
|
|
@@ -11240,7 +11704,7 @@ const z3 = [" ", ",", "?", "!", ";"], J3 = new U3(20), q3 = (s, e, t) => {
|
|
|
11240
11704
|
n = C;
|
|
11241
11705
|
}
|
|
11242
11706
|
return n;
|
|
11243
|
-
}, A1 = (s) => s && s.replace("_", "-"),
|
|
11707
|
+
}, A1 = (s) => s && s.replace("_", "-"), c3 = {
|
|
11244
11708
|
type: "logger",
|
|
11245
11709
|
log(s) {
|
|
11246
11710
|
this.output("log", s);
|
|
@@ -11262,7 +11726,7 @@ class D1 {
|
|
|
11262
11726
|
}
|
|
11263
11727
|
init(e) {
|
|
11264
11728
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11265
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
11729
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || c3, this.options = t, this.debug = t.debug;
|
|
11266
11730
|
}
|
|
11267
11731
|
log() {
|
|
11268
11732
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -11298,7 +11762,7 @@ class D1 {
|
|
|
11298
11762
|
}
|
|
11299
11763
|
}
|
|
11300
11764
|
var t1 = new D1();
|
|
11301
|
-
class
|
|
11765
|
+
class B1 {
|
|
11302
11766
|
constructor() {
|
|
11303
11767
|
this.observers = {};
|
|
11304
11768
|
}
|
|
@@ -11332,7 +11796,7 @@ class K1 {
|
|
|
11332
11796
|
});
|
|
11333
11797
|
}
|
|
11334
11798
|
}
|
|
11335
|
-
class a2 extends
|
|
11799
|
+
class a2 extends B1 {
|
|
11336
11800
|
constructor(e) {
|
|
11337
11801
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
11338
11802
|
ns: ["translation"],
|
|
@@ -11419,10 +11883,10 @@ var V2 = {
|
|
|
11419
11883
|
}
|
|
11420
11884
|
};
|
|
11421
11885
|
const h2 = {};
|
|
11422
|
-
class
|
|
11886
|
+
class K1 extends B1 {
|
|
11423
11887
|
constructor(e) {
|
|
11424
11888
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11425
|
-
super(),
|
|
11889
|
+
super(), e3(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = t1.create("translator");
|
|
11426
11890
|
}
|
|
11427
11891
|
changeLanguage(e) {
|
|
11428
11892
|
e && (this.language = e);
|
|
@@ -11441,7 +11905,7 @@ class B1 extends K1 {
|
|
|
11441
11905
|
i === void 0 && (i = ":");
|
|
11442
11906
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11443
11907
|
let h = t.ns || this.options.defaultNS || [];
|
|
11444
|
-
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
11908
|
+
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !h3(e, i, n);
|
|
11445
11909
|
if (C && !d) {
|
|
11446
11910
|
const r = e.match(this.interpolator.nestingRegexp);
|
|
11447
11911
|
if (r && r.length > 0)
|
|
@@ -11503,12 +11967,12 @@ class B1 extends K1 {
|
|
|
11503
11967
|
const k = Array.isArray(u), v = k ? [] : {}, R = k ? L : w;
|
|
11504
11968
|
for (const N in u)
|
|
11505
11969
|
if (Object.prototype.hasOwnProperty.call(u, N)) {
|
|
11506
|
-
const
|
|
11507
|
-
v[N] = this.translate(
|
|
11970
|
+
const O = `${R}${h}${N}`;
|
|
11971
|
+
v[N] = this.translate(O, {
|
|
11508
11972
|
...t,
|
|
11509
11973
|
joinArrays: !1,
|
|
11510
11974
|
ns: d
|
|
11511
|
-
}), v[N] ===
|
|
11975
|
+
}), v[N] === O && (v[N] = u[N]);
|
|
11512
11976
|
}
|
|
11513
11977
|
u = v;
|
|
11514
11978
|
}
|
|
@@ -11516,9 +11980,9 @@ class B1 extends K1 {
|
|
|
11516
11980
|
u = u.join(M), u && (u = this.extendTranslation(u, e, t, i));
|
|
11517
11981
|
else {
|
|
11518
11982
|
let k = !1, v = !1;
|
|
11519
|
-
const R = t.count !== void 0 && !V(t.count), N =
|
|
11983
|
+
const R = t.count !== void 0 && !V(t.count), N = K1.hasDefaultValue(t), O = R ? this.pluralResolver.getSuffix(l, t.count, t) : "", j = t.ordinal && R ? this.pluralResolver.getSuffix(l, t.count, {
|
|
11520
11984
|
ordinal: !1
|
|
11521
|
-
}) : "", Q = R && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), H = Q && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${
|
|
11985
|
+
}) : "", Q = R && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), H = Q && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${O}`] || t[`defaultValue${j}`] || t.defaultValue;
|
|
11522
11986
|
!this.isValidLookup(u) && N && (k = !0, u = H), this.isValidLookup(u) || (v = !0, u = C);
|
|
11523
11987
|
const W = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && v ? void 0 : u, $ = N && H !== u && this.options.updateMissing;
|
|
11524
11988
|
if (v || k || $) {
|
|
@@ -11530,10 +11994,10 @@ class B1 extends K1 {
|
|
|
11530
11994
|
_ && _.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
|
|
11531
11995
|
}
|
|
11532
11996
|
let D = [];
|
|
11533
|
-
const
|
|
11534
|
-
if (this.options.saveMissingTo === "fallback" &&
|
|
11535
|
-
for (let _ = 0; _ <
|
|
11536
|
-
D.push(
|
|
11997
|
+
const I = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
|
11998
|
+
if (this.options.saveMissingTo === "fallback" && I && I[0])
|
|
11999
|
+
for (let _ = 0; _ < I.length; _++)
|
|
12000
|
+
D.push(I[_]);
|
|
11537
12001
|
else this.options.saveMissingTo === "all" ? D = this.languageUtils.toResolveHierarchy(t.lng || this.language) : D.push(t.lng || this.language);
|
|
11538
12002
|
const U = (_, b, S) => {
|
|
11539
12003
|
const o1 = N && S !== u ? S : W;
|
|
@@ -11731,7 +12195,7 @@ class c2 {
|
|
|
11731
12195
|
}), n;
|
|
11732
12196
|
}
|
|
11733
12197
|
}
|
|
11734
|
-
let
|
|
12198
|
+
let C3 = [{
|
|
11735
12199
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11736
12200
|
nr: [1, 2],
|
|
11737
12201
|
fc: 1
|
|
@@ -11823,7 +12287,7 @@ let X3 = [{
|
|
|
11823
12287
|
lngs: ["he", "iw"],
|
|
11824
12288
|
nr: [1, 2, 20, 21],
|
|
11825
12289
|
fc: 22
|
|
11826
|
-
}],
|
|
12290
|
+
}], d3 = {
|
|
11827
12291
|
1: (s) => +(s > 1),
|
|
11828
12292
|
2: (s) => +(s != 1),
|
|
11829
12293
|
3: (s) => 0,
|
|
@@ -11847,28 +12311,28 @@ let X3 = [{
|
|
|
11847
12311
|
21: (s) => s % 100 == 1 ? 1 : s % 100 == 2 ? 2 : s % 100 == 3 || s % 100 == 4 ? 3 : 0,
|
|
11848
12312
|
22: (s) => s == 1 ? 0 : s == 2 ? 1 : (s < 0 || s > 10) && s % 10 == 0 ? 2 : 3
|
|
11849
12313
|
};
|
|
11850
|
-
const
|
|
12314
|
+
const g3 = ["v1", "v2", "v3"], u3 = ["v4"], C2 = {
|
|
11851
12315
|
zero: 0,
|
|
11852
12316
|
one: 1,
|
|
11853
12317
|
two: 2,
|
|
11854
12318
|
few: 3,
|
|
11855
12319
|
many: 4,
|
|
11856
12320
|
other: 5
|
|
11857
|
-
},
|
|
12321
|
+
}, w3 = () => {
|
|
11858
12322
|
const s = {};
|
|
11859
|
-
return
|
|
12323
|
+
return C3.forEach((e) => {
|
|
11860
12324
|
e.lngs.forEach((t) => {
|
|
11861
12325
|
s[t] = {
|
|
11862
12326
|
numbers: e.nr,
|
|
11863
|
-
plurals:
|
|
12327
|
+
plurals: d3[e.fc]
|
|
11864
12328
|
};
|
|
11865
12329
|
});
|
|
11866
12330
|
}), s;
|
|
11867
12331
|
};
|
|
11868
|
-
class
|
|
12332
|
+
class p3 {
|
|
11869
12333
|
constructor(e) {
|
|
11870
12334
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11871
|
-
this.languageUtils = e, this.options = t, this.logger = t1.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
12335
|
+
this.languageUtils = e, this.options = t, this.logger = t1.create("pluralResolver"), (!this.options.compatibilityJSON || u3.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 = w3(), this.pluralRulesCache = {};
|
|
11872
12336
|
}
|
|
11873
12337
|
addRule(e, t) {
|
|
11874
12338
|
this.rules[e] = t;
|
|
@@ -11926,14 +12390,14 @@ class n6 {
|
|
|
11926
12390
|
return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.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();
|
|
11927
12391
|
}
|
|
11928
12392
|
shouldUseIntlApi() {
|
|
11929
|
-
return !
|
|
12393
|
+
return !g3.includes(this.options.compatibilityJSON);
|
|
11930
12394
|
}
|
|
11931
12395
|
}
|
|
11932
12396
|
const d2 = function(s, e, t) {
|
|
11933
|
-
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h =
|
|
12397
|
+
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h = s3(s, e, t);
|
|
11934
12398
|
return !h && n && V(t) && (h = W1(s, t, i), h === void 0 && (h = W1(e, t, i))), h;
|
|
11935
|
-
},
|
|
11936
|
-
class
|
|
12399
|
+
}, O1 = (s) => s.replace(/\$/g, "$$$$");
|
|
12400
|
+
class f3 {
|
|
11937
12401
|
constructor() {
|
|
11938
12402
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11939
12403
|
this.logger = t1.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -11962,7 +12426,7 @@ class o6 {
|
|
|
11962
12426
|
maxReplaces: M,
|
|
11963
12427
|
alwaysFormat: Z
|
|
11964
12428
|
} = e.interpolation;
|
|
11965
|
-
this.escape = t !== void 0 ? t :
|
|
12429
|
+
this.escape = t !== void 0 ? t : o3, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = h ? w1(h) : C || "{{", this.suffix = d ? w1(d) : r || "}}", this.formatSeparator = l || ",", this.unescapePrefix = a ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? w1(u) : w || w1("$t("), this.nestingSuffix = L ? w1(L) : m || w1(")"), this.nestingOptionsSeparator = f || ",", this.maxReplaces = M || 1e3, this.alwaysFormat = Z !== void 0 ? Z : !1, this.resetRegExp();
|
|
11966
12430
|
}
|
|
11967
12431
|
reset() {
|
|
11968
12432
|
this.options && this.init(this.options);
|
|
@@ -11993,10 +12457,10 @@ class o6 {
|
|
|
11993
12457
|
const a = n && n.missingInterpolationHandler || this.options.missingInterpolationHandler, p = n && n.interpolation && n.interpolation.skipOnVariables !== void 0 ? n.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
|
11994
12458
|
return [{
|
|
11995
12459
|
regex: this.regexpUnescape,
|
|
11996
|
-
safeValue: (w) =>
|
|
12460
|
+
safeValue: (w) => O1(w)
|
|
11997
12461
|
}, {
|
|
11998
12462
|
regex: this.regexp,
|
|
11999
|
-
safeValue: (w) => this.escapeValue ?
|
|
12463
|
+
safeValue: (w) => this.escapeValue ? O1(this.escape(w)) : O1(w)
|
|
12000
12464
|
}].forEach((w) => {
|
|
12001
12465
|
for (d = 0; h = w.regex.exec(e); ) {
|
|
12002
12466
|
const L = h[1].trim();
|
|
@@ -12057,7 +12521,7 @@ class o6 {
|
|
|
12057
12521
|
return e;
|
|
12058
12522
|
}
|
|
12059
12523
|
}
|
|
12060
|
-
const
|
|
12524
|
+
const L3 = (s) => {
|
|
12061
12525
|
let e = s.toLowerCase().trim();
|
|
12062
12526
|
const t = {};
|
|
12063
12527
|
if (s.indexOf("(") > -1) {
|
|
@@ -12088,7 +12552,7 @@ const l6 = (s) => {
|
|
|
12088
12552
|
return d || (d = s(A1(i), n), e[C] = d), d(t);
|
|
12089
12553
|
};
|
|
12090
12554
|
};
|
|
12091
|
-
class
|
|
12555
|
+
class m3 {
|
|
12092
12556
|
constructor() {
|
|
12093
12557
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12094
12558
|
this.logger = t1.create("formatter"), this.options = e, this.formats = {
|
|
@@ -12148,7 +12612,7 @@ class r6 {
|
|
|
12148
12612
|
const {
|
|
12149
12613
|
formatName: l,
|
|
12150
12614
|
formatOptions: a
|
|
12151
|
-
} =
|
|
12615
|
+
} = L3(r);
|
|
12152
12616
|
if (this.formats[l]) {
|
|
12153
12617
|
let p = d;
|
|
12154
12618
|
try {
|
|
@@ -12168,10 +12632,10 @@ class r6 {
|
|
|
12168
12632
|
}, e);
|
|
12169
12633
|
}
|
|
12170
12634
|
}
|
|
12171
|
-
const
|
|
12635
|
+
const k3 = (s, e) => {
|
|
12172
12636
|
s.pending[e] !== void 0 && (delete s.pending[e], s.pendingCount--);
|
|
12173
12637
|
};
|
|
12174
|
-
class
|
|
12638
|
+
class v3 extends B1 {
|
|
12175
12639
|
constructor(e, t, i) {
|
|
12176
12640
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
12177
12641
|
super(), this.backend = e, this.store = t, this.services = i, this.languageUtils = i.languageUtils, this.options = n, this.logger = t1.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(i, n.backend, n);
|
|
@@ -12204,7 +12668,7 @@ class h6 extends K1 {
|
|
|
12204
12668
|
}), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
|
|
12205
12669
|
const d = {};
|
|
12206
12670
|
this.queue.forEach((r) => {
|
|
12207
|
-
|
|
12671
|
+
i3(r.loaded, [h], C), k3(r, e), t && r.errors.push(t), r.pendingCount === 0 && !r.done && (Object.keys(r.loaded).forEach((l) => {
|
|
12208
12672
|
d[l] || (d[l] = {});
|
|
12209
12673
|
const a = r.loaded[l];
|
|
12210
12674
|
a.length && a.forEach((p) => {
|
|
@@ -12363,17 +12827,17 @@ const g2 = () => ({
|
|
|
12363
12827
|
skipOnVariables: !0
|
|
12364
12828
|
}
|
|
12365
12829
|
}), u2 = (s) => (V(s.ns) && (s.ns = [s.ns]), V(s.fallbackLng) && (s.fallbackLng = [s.fallbackLng]), V(s.fallbackNS) && (s.fallbackNS = [s.fallbackNS]), s.supportedLngs && s.supportedLngs.indexOf("cimode") < 0 && (s.supportedLngs = s.supportedLngs.concat(["cimode"])), s), b1 = () => {
|
|
12366
|
-
},
|
|
12830
|
+
}, N3 = (s) => {
|
|
12367
12831
|
Object.getOwnPropertyNames(Object.getPrototypeOf(s)).forEach((t) => {
|
|
12368
12832
|
typeof s[t] == "function" && (s[t] = s[t].bind(s));
|
|
12369
12833
|
});
|
|
12370
12834
|
};
|
|
12371
|
-
class v1 extends
|
|
12835
|
+
class v1 extends B1 {
|
|
12372
12836
|
constructor() {
|
|
12373
12837
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12374
12838
|
if (super(), this.options = u2(e), this.services = {}, this.logger = t1, this.modules = {
|
|
12375
12839
|
external: []
|
|
12376
|
-
},
|
|
12840
|
+
}, N3(this), t && !this.isInitialized && !e.isClone) {
|
|
12377
12841
|
if (!this.options.initImmediate)
|
|
12378
12842
|
return this.init(e, t), this;
|
|
12379
12843
|
setTimeout(() => {
|
|
@@ -12398,21 +12862,21 @@ class v1 extends K1 {
|
|
|
12398
12862
|
if (!this.options.isClone) {
|
|
12399
12863
|
this.modules.logger ? t1.init(h(this.modules.logger), this.options) : t1.init(null, this.options);
|
|
12400
12864
|
let a;
|
|
12401
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
12865
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = m3);
|
|
12402
12866
|
const p = new c2(this.options);
|
|
12403
12867
|
this.store = new a2(this.options.resources, this.options);
|
|
12404
12868
|
const u = this.services;
|
|
12405
|
-
u.logger = t1, u.resourceStore = this.store, u.languageUtils = p, u.pluralResolver = new
|
|
12869
|
+
u.logger = t1, u.resourceStore = this.store, u.languageUtils = p, u.pluralResolver = new p3(p, {
|
|
12406
12870
|
prepend: this.options.pluralSeparator,
|
|
12407
12871
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12408
12872
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12409
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = h(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new
|
|
12873
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = h(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new f3(this.options), u.utils = {
|
|
12410
12874
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12411
|
-
}, u.backendConnector = new
|
|
12875
|
+
}, u.backendConnector = new v3(h(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(w) {
|
|
12412
12876
|
for (var L = arguments.length, m = new Array(L > 1 ? L - 1 : 0), f = 1; f < L; f++)
|
|
12413
12877
|
m[f - 1] = arguments[f];
|
|
12414
12878
|
e.emit(w, ...m);
|
|
12415
|
-
}), this.modules.languageDetector && (u.languageDetector = h(this.modules.languageDetector), u.languageDetector.init && u.languageDetector.init(u, this.options.detection, this.options)), this.modules.i18nFormat && (u.i18nFormat = h(this.modules.i18nFormat), u.i18nFormat.init && u.i18nFormat.init(this)), this.translator = new
|
|
12879
|
+
}), this.modules.languageDetector && (u.languageDetector = h(this.modules.languageDetector), u.languageDetector.init && u.languageDetector.init(u, this.options.detection, this.options)), this.modules.i18nFormat && (u.i18nFormat = h(this.modules.i18nFormat), u.i18nFormat.init && u.i18nFormat.init(this)), this.translator = new K1(this.services, this.options), this.translator.on("*", function(w) {
|
|
12416
12880
|
for (var L = arguments.length, m = new Array(L > 1 ? L - 1 : 0), f = 1; f < L; f++)
|
|
12417
12881
|
m[f - 1] = arguments[f];
|
|
12418
12882
|
e.emit(w, ...m);
|
|
@@ -12588,7 +13052,7 @@ class v1 extends K1 {
|
|
|
12588
13052
|
...this.services
|
|
12589
13053
|
}, h.services.utils = {
|
|
12590
13054
|
hasLoadedNamespace: h.hasLoadedNamespace.bind(h)
|
|
12591
|
-
}, i && (h.store = new a2(this.store.data, n), h.services.resourceStore = h.store), h.translator = new
|
|
13055
|
+
}, i && (h.store = new a2(this.store.data, n), h.services.resourceStore = h.store), h.translator = new K1(h.services, n), h.translator.on("*", function(d) {
|
|
12592
13056
|
for (var r = arguments.length, l = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++)
|
|
12593
13057
|
l[a - 1] = arguments[a];
|
|
12594
13058
|
h.emit(d, ...l);
|
|
@@ -12622,26 +13086,26 @@ F.setDefaultNamespace;
|
|
|
12622
13086
|
F.hasLoadedNamespace;
|
|
12623
13087
|
F.loadNamespaces;
|
|
12624
13088
|
F.loadLanguages;
|
|
12625
|
-
const
|
|
12626
|
-
archived:
|
|
12627
|
-
deleted:
|
|
12628
|
-
},
|
|
12629
|
-
archived:
|
|
12630
|
-
deleted:
|
|
13089
|
+
const x3 = "Archived", M3 = "Deleted", R3 = {
|
|
13090
|
+
archived: x3,
|
|
13091
|
+
deleted: M3
|
|
13092
|
+
}, V3 = "Заархивирован", Z3 = "Удалён", H3 = {
|
|
13093
|
+
archived: V3,
|
|
13094
|
+
deleted: Z3
|
|
12631
13095
|
};
|
|
12632
|
-
F.use(
|
|
13096
|
+
F.use(U6).init({
|
|
12633
13097
|
defaultNS: "common",
|
|
12634
13098
|
lng: "en",
|
|
12635
13099
|
resources: {
|
|
12636
13100
|
en: {
|
|
12637
|
-
common:
|
|
13101
|
+
common: R3
|
|
12638
13102
|
},
|
|
12639
13103
|
ru: {
|
|
12640
|
-
common:
|
|
13104
|
+
common: H3
|
|
12641
13105
|
}
|
|
12642
13106
|
}
|
|
12643
13107
|
});
|
|
12644
|
-
const
|
|
13108
|
+
const K3 = r1(
|
|
12645
13109
|
({
|
|
12646
13110
|
fetchParams: s,
|
|
12647
13111
|
mode: e = void 0,
|
|
@@ -12656,7 +13120,7 @@ const x6 = r1(
|
|
|
12656
13120
|
required: a,
|
|
12657
13121
|
error: p
|
|
12658
13122
|
}, u) => {
|
|
12659
|
-
const { axiosPeople: w, locale: L } = n1(C1), { t: m } =
|
|
13123
|
+
const { axiosPeople: w, locale: L } = n1(C1), { t: m } = X6("common", { lng: L }), [f, M] = K([]), [Z, A] = K(!0), k = J(f), v = J(null);
|
|
12660
13124
|
if (c1(u, () => v.current), !w)
|
|
12661
13125
|
throw new Error(
|
|
12662
13126
|
`UserSelect requires "axiosPeople" to fetch users.
|
|
@@ -12664,21 +13128,21 @@ const x6 = r1(
|
|
|
12664
13128
|
);
|
|
12665
13129
|
const R = T(
|
|
12666
13130
|
(H) => {
|
|
12667
|
-
let
|
|
12668
|
-
return H.deletedAt && (
|
|
13131
|
+
let B = "";
|
|
13132
|
+
return H.deletedAt && (B += `[${m("deleted")}] `), H.status === y1.ARCHIVED && (B += `[${m("archived")}] `), `${B}${H.firstName} ${H.lastName}`;
|
|
12669
13133
|
},
|
|
12670
13134
|
[m]
|
|
12671
13135
|
), N = T(
|
|
12672
13136
|
async ({
|
|
12673
13137
|
offset: H,
|
|
12674
|
-
limit:
|
|
13138
|
+
limit: B,
|
|
12675
13139
|
search: W
|
|
12676
13140
|
}) => {
|
|
12677
|
-
var $, D,
|
|
13141
|
+
var $, D, I;
|
|
12678
13142
|
try {
|
|
12679
13143
|
const U = await w.post("v1/users/search", {
|
|
12680
13144
|
offset: H,
|
|
12681
|
-
limit:
|
|
13145
|
+
limit: B,
|
|
12682
13146
|
search: W,
|
|
12683
13147
|
...s,
|
|
12684
13148
|
includeCount: !0
|
|
@@ -12695,7 +13159,7 @@ const x6 = r1(
|
|
|
12695
13159
|
} catch (U) {
|
|
12696
13160
|
return C && C({
|
|
12697
13161
|
status: (($ = U.response) == null ? void 0 : $.status) ?? 500,
|
|
12698
|
-
message: ((
|
|
13162
|
+
message: ((I = (D = U.response) == null ? void 0 : D.data) == null ? void 0 : I.message) ?? "Error while fetching options"
|
|
12699
13163
|
}), {
|
|
12700
13164
|
options: [],
|
|
12701
13165
|
count: 0
|
|
@@ -12703,21 +13167,21 @@ const x6 = r1(
|
|
|
12703
13167
|
}
|
|
12704
13168
|
},
|
|
12705
13169
|
[w, s, R, r, C]
|
|
12706
|
-
),
|
|
13170
|
+
), O = T(
|
|
12707
13171
|
async (H) => {
|
|
12708
|
-
var
|
|
13172
|
+
var B, W, $;
|
|
12709
13173
|
try {
|
|
12710
13174
|
const D = H.filter(
|
|
12711
13175
|
(_) => !k.current.some((b) => b.value === _)
|
|
12712
13176
|
);
|
|
12713
|
-
let
|
|
12714
|
-
D.length && (
|
|
13177
|
+
let I = [];
|
|
13178
|
+
D.length && (I = (await w.post("v1/users/search", {
|
|
12715
13179
|
filters: {
|
|
12716
13180
|
id: D,
|
|
12717
13181
|
status: [y1.ACTIVE, y1.ARCHIVED]
|
|
12718
13182
|
}
|
|
12719
13183
|
})).data.data);
|
|
12720
|
-
const U =
|
|
13184
|
+
const U = I.map((_) => ({
|
|
12721
13185
|
value: _.id,
|
|
12722
13186
|
label: R(_),
|
|
12723
13187
|
image: r ? _.avatarUrl : void 0,
|
|
@@ -12726,7 +13190,7 @@ const x6 = r1(
|
|
|
12726
13190
|
return [...k.current, ...U];
|
|
12727
13191
|
} catch (D) {
|
|
12728
13192
|
return C && C({
|
|
12729
|
-
status: ((
|
|
13193
|
+
status: ((B = D.response) == null ? void 0 : B.status) ?? 500,
|
|
12730
13194
|
message: (($ = (W = D.response) == null ? void 0 : W.data) == null ? void 0 : $.message) ?? "Error while fetching selected items"
|
|
12731
13195
|
}), [];
|
|
12732
13196
|
}
|
|
@@ -12744,24 +13208,24 @@ const x6 = r1(
|
|
|
12744
13208
|
return;
|
|
12745
13209
|
}
|
|
12746
13210
|
(async () => {
|
|
12747
|
-
const
|
|
13211
|
+
const B = Array.isArray(n) ? n : [n], W = await O(B);
|
|
12748
13212
|
M(W), A(!1);
|
|
12749
13213
|
})();
|
|
12750
|
-
}, [
|
|
13214
|
+
}, [O, n]);
|
|
12751
13215
|
const j = T(
|
|
12752
13216
|
async ({
|
|
12753
13217
|
limit: H,
|
|
12754
|
-
offset:
|
|
13218
|
+
offset: B,
|
|
12755
13219
|
search: W
|
|
12756
13220
|
}) => {
|
|
12757
13221
|
const { count: $, ...D } = await N({
|
|
12758
|
-
offset:
|
|
13222
|
+
offset: B,
|
|
12759
13223
|
limit: H,
|
|
12760
13224
|
search: W
|
|
12761
13225
|
});
|
|
12762
|
-
let
|
|
12763
|
-
return d &&
|
|
12764
|
-
options:
|
|
13226
|
+
let I = D.options;
|
|
13227
|
+
return d && B === 0 && (I = [{ value: null, label: "None" }, ...I]), {
|
|
13228
|
+
options: I,
|
|
12765
13229
|
count: $,
|
|
12766
13230
|
limit: H
|
|
12767
13231
|
};
|
|
@@ -12769,7 +13233,7 @@ const x6 = r1(
|
|
|
12769
13233
|
[d, N]
|
|
12770
13234
|
);
|
|
12771
13235
|
if (Z)
|
|
12772
|
-
return /* @__PURE__ */ o(
|
|
13236
|
+
return /* @__PURE__ */ o(K6, {});
|
|
12773
13237
|
const Q = {
|
|
12774
13238
|
ref: v,
|
|
12775
13239
|
placeholder: t,
|
|
@@ -12812,5 +13276,5 @@ const x6 = r1(
|
|
|
12812
13276
|
return e;
|
|
12813
13277
|
};
|
|
12814
13278
|
export {
|
|
12815
|
-
|
|
13279
|
+
K3 as UserSelect
|
|
12816
13280
|
};
|