@snmt-react-ui/user-select 2.12.3 → 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 +1067 -707
- 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,7 +2686,7 @@ const X2 = (s, e) => {
|
|
|
2600
2686
|
}
|
|
2601
2687
|
)
|
|
2602
2688
|
}
|
|
2603
|
-
),
|
|
2689
|
+
), x7 = ({
|
|
2604
2690
|
width: s = 20,
|
|
2605
2691
|
height: e = 20,
|
|
2606
2692
|
color: t = c.GREY_DARK_5,
|
|
@@ -2637,35 +2723,39 @@ const X2 = (s, e) => {
|
|
|
2637
2723
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
2638
2724
|
switch (s) {
|
|
2639
2725
|
case "nextIcon":
|
|
2640
|
-
return
|
|
2726
|
+
return F5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2641
2727
|
case "prevIcon":
|
|
2642
|
-
return
|
|
2728
|
+
return U5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2643
2729
|
case "arrowDown":
|
|
2644
2730
|
return C5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2645
2731
|
case "info":
|
|
2646
2732
|
return d5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2647
2733
|
case "arrowRight":
|
|
2648
2734
|
return g5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2649
|
-
case "
|
|
2735
|
+
case "archive":
|
|
2650
2736
|
return L5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2651
|
-
case "
|
|
2737
|
+
case "unarchive":
|
|
2652
2738
|
return m5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2653
|
-
case "
|
|
2739
|
+
case "calendar":
|
|
2654
2740
|
return k5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2655
|
-
case "
|
|
2741
|
+
case "check":
|
|
2656
2742
|
return v5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2657
|
-
case "
|
|
2743
|
+
case "cancel":
|
|
2658
2744
|
return N5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2659
|
-
case "
|
|
2745
|
+
case "add":
|
|
2660
2746
|
return x5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2661
|
-
case "
|
|
2747
|
+
case "list":
|
|
2662
2748
|
return M5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2663
|
-
case "
|
|
2749
|
+
case "dragAndDrop":
|
|
2664
2750
|
return R5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2665
|
-
case "
|
|
2751
|
+
case "filter":
|
|
2666
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 });
|
|
2667
2757
|
case "mySkillsMatrix":
|
|
2668
|
-
return
|
|
2758
|
+
return _5({
|
|
2669
2759
|
width: e,
|
|
2670
2760
|
height: t,
|
|
2671
2761
|
color: r,
|
|
@@ -2673,9 +2763,9 @@ const X2 = (s, e) => {
|
|
|
2673
2763
|
onClick: l
|
|
2674
2764
|
});
|
|
2675
2765
|
case "skills":
|
|
2676
|
-
return
|
|
2766
|
+
return b5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2677
2767
|
case "skillsMatrices":
|
|
2678
|
-
return
|
|
2768
|
+
return y5({
|
|
2679
2769
|
width: e,
|
|
2680
2770
|
height: t,
|
|
2681
2771
|
color: r,
|
|
@@ -2683,21 +2773,21 @@ const X2 = (s, e) => {
|
|
|
2683
2773
|
onClick: l
|
|
2684
2774
|
});
|
|
2685
2775
|
case "history":
|
|
2686
|
-
return
|
|
2776
|
+
return E5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2687
2777
|
case "logOut":
|
|
2688
|
-
return
|
|
2778
|
+
return A5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2689
2779
|
case "settings":
|
|
2690
|
-
return
|
|
2780
|
+
return D5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2691
2781
|
case "trash":
|
|
2692
|
-
return
|
|
2782
|
+
return K5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2693
2783
|
case "settings2":
|
|
2694
|
-
return D5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2695
|
-
case "checkCircle":
|
|
2696
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 });
|
|
2697
2787
|
case "cancelCircle":
|
|
2698
|
-
return
|
|
2788
|
+
return G5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2699
2789
|
case "visibilityIcon":
|
|
2700
|
-
return
|
|
2790
|
+
return O5({
|
|
2701
2791
|
width: e,
|
|
2702
2792
|
height: t,
|
|
2703
2793
|
color: r,
|
|
@@ -2705,7 +2795,7 @@ const X2 = (s, e) => {
|
|
|
2705
2795
|
onClick: l
|
|
2706
2796
|
});
|
|
2707
2797
|
case "visibilityOffIcon":
|
|
2708
|
-
return
|
|
2798
|
+
return I5({
|
|
2709
2799
|
width: e,
|
|
2710
2800
|
height: t,
|
|
2711
2801
|
color: r,
|
|
@@ -2713,7 +2803,7 @@ const X2 = (s, e) => {
|
|
|
2713
2803
|
onClick: l
|
|
2714
2804
|
});
|
|
2715
2805
|
case "selectArrowIcon":
|
|
2716
|
-
return
|
|
2806
|
+
return Y5({
|
|
2717
2807
|
width: e,
|
|
2718
2808
|
height: t,
|
|
2719
2809
|
color: r,
|
|
@@ -2721,7 +2811,7 @@ const X2 = (s, e) => {
|
|
|
2721
2811
|
onClick: l
|
|
2722
2812
|
});
|
|
2723
2813
|
case "expandArrowIcon":
|
|
2724
|
-
return
|
|
2814
|
+
return j5({
|
|
2725
2815
|
width: e,
|
|
2726
2816
|
height: t,
|
|
2727
2817
|
color: r,
|
|
@@ -2729,7 +2819,7 @@ const X2 = (s, e) => {
|
|
|
2729
2819
|
onClick: l
|
|
2730
2820
|
});
|
|
2731
2821
|
case "expandActiveArrowIcon":
|
|
2732
|
-
return
|
|
2822
|
+
return W5({
|
|
2733
2823
|
width: e,
|
|
2734
2824
|
height: t,
|
|
2735
2825
|
color: r,
|
|
@@ -2737,15 +2827,15 @@ const X2 = (s, e) => {
|
|
|
2737
2827
|
onClick: l
|
|
2738
2828
|
});
|
|
2739
2829
|
case "sortUp":
|
|
2740
|
-
return
|
|
2830
|
+
return $5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2741
2831
|
case "sortDown":
|
|
2742
|
-
return
|
|
2832
|
+
return T5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2743
2833
|
case "search":
|
|
2744
|
-
return
|
|
2834
|
+
return P5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2745
2835
|
case "arrowUpFilled":
|
|
2746
|
-
return
|
|
2836
|
+
return J5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2747
2837
|
case "arrowDownFilled":
|
|
2748
|
-
return
|
|
2838
|
+
return z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2749
2839
|
case "arrow2Up":
|
|
2750
2840
|
return u5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2751
2841
|
case "arrow2Right":
|
|
@@ -2755,69 +2845,69 @@ const X2 = (s, e) => {
|
|
|
2755
2845
|
case "arrow2Left":
|
|
2756
2846
|
return f5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2757
2847
|
case "link":
|
|
2758
|
-
return z5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2759
|
-
case "telegram":
|
|
2760
2848
|
return q5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2761
|
-
case "
|
|
2849
|
+
case "telegram":
|
|
2762
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 });
|
|
2763
2853
|
case "github":
|
|
2764
|
-
return J5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2765
|
-
case "linkedIn":
|
|
2766
2854
|
return Q5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2767
|
-
case "
|
|
2855
|
+
case "linkedIn":
|
|
2768
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 });
|
|
2769
2859
|
case "filtersIcon":
|
|
2770
|
-
return
|
|
2860
|
+
return s7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2771
2861
|
case "dotMenuIcon":
|
|
2772
|
-
return
|
|
2862
|
+
return n7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2773
2863
|
case "plusCircle":
|
|
2774
|
-
return
|
|
2864
|
+
return o7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2775
2865
|
case "warning":
|
|
2776
|
-
return
|
|
2866
|
+
return l7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2777
2867
|
case "back":
|
|
2778
|
-
return
|
|
2868
|
+
return r7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2779
2869
|
case "bell":
|
|
2780
|
-
return
|
|
2870
|
+
return a7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2781
2871
|
case "copy":
|
|
2782
|
-
return
|
|
2872
|
+
return h7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2783
2873
|
case "contract":
|
|
2784
|
-
return
|
|
2874
|
+
return c7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2785
2875
|
case "resourceManager":
|
|
2786
|
-
return
|
|
2876
|
+
return C7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2787
2877
|
case "image":
|
|
2788
|
-
return
|
|
2878
|
+
return d7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2789
2879
|
case "edit":
|
|
2790
|
-
return
|
|
2880
|
+
return g7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2791
2881
|
case "filledArrowRight":
|
|
2792
|
-
return
|
|
2882
|
+
return u7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2793
2883
|
case "burgerMenu":
|
|
2794
|
-
return
|
|
2884
|
+
return w7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2795
2885
|
case "refresh":
|
|
2796
|
-
return
|
|
2886
|
+
return p7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2797
2887
|
case "projects":
|
|
2798
|
-
return w7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2799
|
-
case "user":
|
|
2800
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 });
|
|
2801
2891
|
case "exit":
|
|
2802
|
-
return p7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2803
|
-
case "openPointCircle":
|
|
2804
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 });
|
|
2805
2895
|
case "community":
|
|
2806
|
-
return
|
|
2896
|
+
return v7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2807
2897
|
case "docs":
|
|
2808
|
-
return
|
|
2898
|
+
return N7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2809
2899
|
case "unpaidLeave":
|
|
2810
|
-
return
|
|
2900
|
+
return x7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2811
2901
|
default:
|
|
2812
2902
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
2813
2903
|
}
|
|
2814
2904
|
})() });
|
|
2815
|
-
}, { Title:
|
|
2905
|
+
}, { Title: M7, Text: R7 } = N1, V7 = {
|
|
2816
2906
|
h1: 1,
|
|
2817
2907
|
h2: 2,
|
|
2818
2908
|
h3: 3,
|
|
2819
2909
|
h4: 4
|
|
2820
|
-
},
|
|
2910
|
+
}, Z7 = r1(
|
|
2821
2911
|
({
|
|
2822
2912
|
align: s = "inherit",
|
|
2823
2913
|
variant: e = "body1",
|
|
@@ -2831,7 +2921,7 @@ const X2 = (s, e) => {
|
|
|
2831
2921
|
}, r) => {
|
|
2832
2922
|
const l = J(null);
|
|
2833
2923
|
c1(r, () => l.current);
|
|
2834
|
-
const [a, p] =
|
|
2924
|
+
const [a, p] = K(!1);
|
|
2835
2925
|
G(() => {
|
|
2836
2926
|
var m;
|
|
2837
2927
|
if (!d) return;
|
|
@@ -2859,9 +2949,9 @@ const X2 = (s, e) => {
|
|
|
2859
2949
|
}
|
|
2860
2950
|
} : void 0
|
|
2861
2951
|
};
|
|
2862
|
-
return u ? /* @__PURE__ */ o(
|
|
2952
|
+
return u ? /* @__PURE__ */ o(M7, { level: V7[e], ...L, children: i }) : /* @__PURE__ */ o(R7, { ...L, children: i });
|
|
2863
2953
|
}
|
|
2864
|
-
),
|
|
2954
|
+
), H7 = ({
|
|
2865
2955
|
width: s = 20,
|
|
2866
2956
|
height: e = 20,
|
|
2867
2957
|
color: t = "#001E52",
|
|
@@ -2888,7 +2978,7 @@ const X2 = (s, e) => {
|
|
|
2888
2978
|
}
|
|
2889
2979
|
)
|
|
2890
2980
|
}
|
|
2891
|
-
),
|
|
2981
|
+
), _7 = ({
|
|
2892
2982
|
width: s = 20,
|
|
2893
2983
|
height: e = 20,
|
|
2894
2984
|
color: t = c.GREY_DARK_5,
|
|
@@ -2928,7 +3018,7 @@ const X2 = (s, e) => {
|
|
|
2928
3018
|
)
|
|
2929
3019
|
]
|
|
2930
3020
|
}
|
|
2931
|
-
),
|
|
3021
|
+
), b7 = ({
|
|
2932
3022
|
width: s = 20,
|
|
2933
3023
|
height: e = 20,
|
|
2934
3024
|
color: t = "#001E52",
|
|
@@ -2963,7 +3053,7 @@ const X2 = (s, e) => {
|
|
|
2963
3053
|
)
|
|
2964
3054
|
]
|
|
2965
3055
|
}
|
|
2966
|
-
),
|
|
3056
|
+
), y7 = ({
|
|
2967
3057
|
width: s = 20,
|
|
2968
3058
|
height: e = 20,
|
|
2969
3059
|
color: t = c.GREY_DARK_5,
|
|
@@ -2990,7 +3080,7 @@ const X2 = (s, e) => {
|
|
|
2990
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)" }) }) })
|
|
2991
3081
|
]
|
|
2992
3082
|
}
|
|
2993
|
-
),
|
|
3083
|
+
), E7 = ({
|
|
2994
3084
|
width: s = 20,
|
|
2995
3085
|
height: e = 20,
|
|
2996
3086
|
color: t = c.GREY_DARK_5,
|
|
@@ -3014,7 +3104,7 @@ const X2 = (s, e) => {
|
|
|
3014
3104
|
}
|
|
3015
3105
|
)
|
|
3016
3106
|
}
|
|
3017
|
-
),
|
|
3107
|
+
), A7 = ({
|
|
3018
3108
|
width: s = 20,
|
|
3019
3109
|
height: e = 20,
|
|
3020
3110
|
color: t = c.GREY_DARK_5,
|
|
@@ -3041,7 +3131,7 @@ const X2 = (s, e) => {
|
|
|
3041
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)" }) }) })
|
|
3042
3132
|
]
|
|
3043
3133
|
}
|
|
3044
|
-
),
|
|
3134
|
+
), D7 = ({
|
|
3045
3135
|
width: s = 20,
|
|
3046
3136
|
height: e = 20,
|
|
3047
3137
|
color: t = c.GREY_DARK_5,
|
|
@@ -3065,7 +3155,93 @@ const X2 = (s, e) => {
|
|
|
3065
3155
|
}
|
|
3066
3156
|
)
|
|
3067
3157
|
}
|
|
3068
|
-
),
|
|
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 = ({
|
|
3069
3245
|
width: s = 20,
|
|
3070
3246
|
height: e = 20,
|
|
3071
3247
|
color: t = c.GREY_DARK_5,
|
|
@@ -3112,7 +3288,7 @@ const X2 = (s, e) => {
|
|
|
3112
3288
|
)
|
|
3113
3289
|
]
|
|
3114
3290
|
}
|
|
3115
|
-
),
|
|
3291
|
+
), G7 = ({
|
|
3116
3292
|
width: s = 20,
|
|
3117
3293
|
height: e = 20,
|
|
3118
3294
|
color: t = c.GREY_DARK_5,
|
|
@@ -3136,7 +3312,7 @@ const X2 = (s, e) => {
|
|
|
3136
3312
|
}
|
|
3137
3313
|
)
|
|
3138
3314
|
}
|
|
3139
|
-
),
|
|
3315
|
+
), O7 = ({
|
|
3140
3316
|
width: s = 20,
|
|
3141
3317
|
height: e = 20,
|
|
3142
3318
|
color: t = c.GREY_DARK_5,
|
|
@@ -3160,7 +3336,7 @@ const X2 = (s, e) => {
|
|
|
3160
3336
|
}
|
|
3161
3337
|
)
|
|
3162
3338
|
}
|
|
3163
|
-
),
|
|
3339
|
+
), I7 = ({
|
|
3164
3340
|
width: s = 20,
|
|
3165
3341
|
height: e = 20,
|
|
3166
3342
|
color: t = c.GREY_DARK_5,
|
|
@@ -3184,7 +3360,7 @@ const X2 = (s, e) => {
|
|
|
3184
3360
|
}
|
|
3185
3361
|
)
|
|
3186
3362
|
}
|
|
3187
|
-
),
|
|
3363
|
+
), Y7 = ({
|
|
3188
3364
|
width: s = 20,
|
|
3189
3365
|
height: e = 20,
|
|
3190
3366
|
color: t = c.GREY_DARK_5,
|
|
@@ -3245,7 +3421,7 @@ const X2 = (s, e) => {
|
|
|
3245
3421
|
)
|
|
3246
3422
|
]
|
|
3247
3423
|
}
|
|
3248
|
-
),
|
|
3424
|
+
), j7 = ({
|
|
3249
3425
|
width: s = 20,
|
|
3250
3426
|
height: e = 20,
|
|
3251
3427
|
color: t = c.GREY_DARK_5,
|
|
@@ -3292,7 +3468,7 @@ const X2 = (s, e) => {
|
|
|
3292
3468
|
)
|
|
3293
3469
|
]
|
|
3294
3470
|
}
|
|
3295
|
-
),
|
|
3471
|
+
), W7 = ({
|
|
3296
3472
|
width: s = 20,
|
|
3297
3473
|
height: e = 20,
|
|
3298
3474
|
color: t = c.GREY_DARK_5,
|
|
@@ -3332,7 +3508,7 @@ const X2 = (s, e) => {
|
|
|
3332
3508
|
)
|
|
3333
3509
|
]
|
|
3334
3510
|
}
|
|
3335
|
-
),
|
|
3511
|
+
), $7 = ({
|
|
3336
3512
|
width: s = 20,
|
|
3337
3513
|
height: e = 20,
|
|
3338
3514
|
color: t = c.GREY_DARK_5,
|
|
@@ -3372,7 +3548,7 @@ const X2 = (s, e) => {
|
|
|
3372
3548
|
)
|
|
3373
3549
|
]
|
|
3374
3550
|
}
|
|
3375
|
-
),
|
|
3551
|
+
), T7 = ({
|
|
3376
3552
|
width: s = 20,
|
|
3377
3553
|
height: e = 20,
|
|
3378
3554
|
color: t = c.GREY_DARK_5,
|
|
@@ -3419,7 +3595,7 @@ const X2 = (s, e) => {
|
|
|
3419
3595
|
)
|
|
3420
3596
|
]
|
|
3421
3597
|
}
|
|
3422
|
-
),
|
|
3598
|
+
), P7 = ({
|
|
3423
3599
|
width: s = 20,
|
|
3424
3600
|
height: e = 20,
|
|
3425
3601
|
color: t = c.GREY_DARK_5,
|
|
@@ -3466,7 +3642,7 @@ const X2 = (s, e) => {
|
|
|
3466
3642
|
)
|
|
3467
3643
|
]
|
|
3468
3644
|
}
|
|
3469
|
-
),
|
|
3645
|
+
), F7 = ({
|
|
3470
3646
|
width: s = 20,
|
|
3471
3647
|
height: e = 20,
|
|
3472
3648
|
color: t = c.GREY_DARK_5,
|
|
@@ -3513,7 +3689,7 @@ const X2 = (s, e) => {
|
|
|
3513
3689
|
)
|
|
3514
3690
|
]
|
|
3515
3691
|
}
|
|
3516
|
-
),
|
|
3692
|
+
), U7 = ({
|
|
3517
3693
|
width: s = 20,
|
|
3518
3694
|
height: e = 20,
|
|
3519
3695
|
color: t = c.GREY_DARK_5,
|
|
@@ -3553,7 +3729,7 @@ const X2 = (s, e) => {
|
|
|
3553
3729
|
)
|
|
3554
3730
|
]
|
|
3555
3731
|
}
|
|
3556
|
-
),
|
|
3732
|
+
), z7 = ({
|
|
3557
3733
|
width: s = 20,
|
|
3558
3734
|
height: e = 20,
|
|
3559
3735
|
color: t = c.GREY_DARK_5,
|
|
@@ -3586,7 +3762,7 @@ const X2 = (s, e) => {
|
|
|
3586
3762
|
)
|
|
3587
3763
|
]
|
|
3588
3764
|
}
|
|
3589
|
-
),
|
|
3765
|
+
), J7 = ({
|
|
3590
3766
|
width: s = 20,
|
|
3591
3767
|
height: e = 20,
|
|
3592
3768
|
color: t = c.GREY_DARK_5,
|
|
@@ -3619,7 +3795,7 @@ const X2 = (s, e) => {
|
|
|
3619
3795
|
)
|
|
3620
3796
|
]
|
|
3621
3797
|
}
|
|
3622
|
-
),
|
|
3798
|
+
), q7 = ({
|
|
3623
3799
|
width: s = 20,
|
|
3624
3800
|
height: e = 20,
|
|
3625
3801
|
color: t = c.GREY_DARK_5,
|
|
@@ -3652,7 +3828,7 @@ const X2 = (s, e) => {
|
|
|
3652
3828
|
)
|
|
3653
3829
|
]
|
|
3654
3830
|
}
|
|
3655
|
-
),
|
|
3831
|
+
), Q7 = ({
|
|
3656
3832
|
width: s = 20,
|
|
3657
3833
|
height: e = 20,
|
|
3658
3834
|
color: t = c.GREY_DARK_5,
|
|
@@ -3685,7 +3861,7 @@ const X2 = (s, e) => {
|
|
|
3685
3861
|
)
|
|
3686
3862
|
]
|
|
3687
3863
|
}
|
|
3688
|
-
),
|
|
3864
|
+
), X7 = ({
|
|
3689
3865
|
width: s = 20,
|
|
3690
3866
|
height: e = 20,
|
|
3691
3867
|
color: t = c.GREY_DARK_5,
|
|
@@ -3725,7 +3901,7 @@ const X2 = (s, e) => {
|
|
|
3725
3901
|
)
|
|
3726
3902
|
]
|
|
3727
3903
|
}
|
|
3728
|
-
),
|
|
3904
|
+
), e0 = ({
|
|
3729
3905
|
width: s = 20,
|
|
3730
3906
|
height: e = 20,
|
|
3731
3907
|
color: t = c.GREY_DARK_5,
|
|
@@ -3758,7 +3934,7 @@ const X2 = (s, e) => {
|
|
|
3758
3934
|
)
|
|
3759
3935
|
]
|
|
3760
3936
|
}
|
|
3761
|
-
),
|
|
3937
|
+
), t0 = ({
|
|
3762
3938
|
width: s = 20,
|
|
3763
3939
|
height: e = 20,
|
|
3764
3940
|
color: t = c.GREY_DARK_5,
|
|
@@ -3791,7 +3967,7 @@ const X2 = (s, e) => {
|
|
|
3791
3967
|
)
|
|
3792
3968
|
]
|
|
3793
3969
|
}
|
|
3794
|
-
),
|
|
3970
|
+
), i0 = ({
|
|
3795
3971
|
width: s = 20,
|
|
3796
3972
|
height: e = 20,
|
|
3797
3973
|
color: t = "#070739",
|
|
@@ -3821,7 +3997,7 @@ const X2 = (s, e) => {
|
|
|
3821
3997
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3822
3998
|
]
|
|
3823
3999
|
}
|
|
3824
|
-
),
|
|
4000
|
+
), s0 = ({
|
|
3825
4001
|
width: s = 20,
|
|
3826
4002
|
height: e = 20,
|
|
3827
4003
|
color: t = "#070739",
|
|
@@ -3859,7 +4035,7 @@ const X2 = (s, e) => {
|
|
|
3859
4035
|
)
|
|
3860
4036
|
]
|
|
3861
4037
|
}
|
|
3862
|
-
),
|
|
4038
|
+
), n0 = ({
|
|
3863
4039
|
width: s = 9,
|
|
3864
4040
|
height: e = 5,
|
|
3865
4041
|
color: t = "#001E52",
|
|
@@ -3885,7 +4061,7 @@ const X2 = (s, e) => {
|
|
|
3885
4061
|
}
|
|
3886
4062
|
)
|
|
3887
4063
|
}
|
|
3888
|
-
),
|
|
4064
|
+
), o0 = ({
|
|
3889
4065
|
width: s = 20,
|
|
3890
4066
|
height: e = 20,
|
|
3891
4067
|
color: t = "#F2F2F7",
|
|
@@ -3914,7 +4090,7 @@ const X2 = (s, e) => {
|
|
|
3914
4090
|
)
|
|
3915
4091
|
]
|
|
3916
4092
|
}
|
|
3917
|
-
),
|
|
4093
|
+
), l0 = ({
|
|
3918
4094
|
width: s = 20,
|
|
3919
4095
|
height: e = 20,
|
|
3920
4096
|
color: t = "#004ED7",
|
|
@@ -3943,7 +4119,7 @@ const X2 = (s, e) => {
|
|
|
3943
4119
|
)
|
|
3944
4120
|
]
|
|
3945
4121
|
}
|
|
3946
|
-
),
|
|
4122
|
+
), r0 = ({
|
|
3947
4123
|
width: s = 10,
|
|
3948
4124
|
height: e = 10,
|
|
3949
4125
|
color: t = "#001E52",
|
|
@@ -3972,7 +4148,7 @@ const X2 = (s, e) => {
|
|
|
3972
4148
|
)
|
|
3973
4149
|
]
|
|
3974
4150
|
}
|
|
3975
|
-
),
|
|
4151
|
+
), a0 = ({
|
|
3976
4152
|
width: s = 10,
|
|
3977
4153
|
height: e = 10,
|
|
3978
4154
|
color: t = "#001E52",
|
|
@@ -4009,7 +4185,7 @@ const X2 = (s, e) => {
|
|
|
4009
4185
|
)
|
|
4010
4186
|
]
|
|
4011
4187
|
}
|
|
4012
|
-
),
|
|
4188
|
+
), h0 = ({
|
|
4013
4189
|
className: s,
|
|
4014
4190
|
color: e = c.GREY_DARK_5,
|
|
4015
4191
|
height: t = 20,
|
|
@@ -4042,7 +4218,7 @@ const X2 = (s, e) => {
|
|
|
4042
4218
|
)
|
|
4043
4219
|
]
|
|
4044
4220
|
}
|
|
4045
|
-
),
|
|
4221
|
+
), c0 = ({
|
|
4046
4222
|
className: s,
|
|
4047
4223
|
color: e = c.GREY_DARK_5,
|
|
4048
4224
|
height: t = 20,
|
|
@@ -4069,7 +4245,7 @@ const X2 = (s, e) => {
|
|
|
4069
4245
|
}
|
|
4070
4246
|
)
|
|
4071
4247
|
}
|
|
4072
|
-
),
|
|
4248
|
+
), C0 = ({
|
|
4073
4249
|
className: s,
|
|
4074
4250
|
color: e = c.GREY_DARK_5,
|
|
4075
4251
|
height: t = 20,
|
|
@@ -4096,7 +4272,7 @@ const X2 = (s, e) => {
|
|
|
4096
4272
|
}
|
|
4097
4273
|
)
|
|
4098
4274
|
}
|
|
4099
|
-
),
|
|
4275
|
+
), d0 = ({
|
|
4100
4276
|
className: s,
|
|
4101
4277
|
color: e = c.GREY_DARK_5,
|
|
4102
4278
|
height: t = 5,
|
|
@@ -4120,7 +4296,7 @@ const X2 = (s, e) => {
|
|
|
4120
4296
|
}
|
|
4121
4297
|
)
|
|
4122
4298
|
}
|
|
4123
|
-
),
|
|
4299
|
+
), g0 = ({
|
|
4124
4300
|
className: s,
|
|
4125
4301
|
color: e = c.GREY_DARK_5,
|
|
4126
4302
|
height: t = 5,
|
|
@@ -4145,7 +4321,7 @@ const X2 = (s, e) => {
|
|
|
4145
4321
|
}
|
|
4146
4322
|
)
|
|
4147
4323
|
}
|
|
4148
|
-
),
|
|
4324
|
+
), u0 = ({
|
|
4149
4325
|
className: s,
|
|
4150
4326
|
color: e = c.GREY_DARK_5,
|
|
4151
4327
|
height: t = 20,
|
|
@@ -4178,7 +4354,7 @@ const X2 = (s, e) => {
|
|
|
4178
4354
|
)
|
|
4179
4355
|
]
|
|
4180
4356
|
}
|
|
4181
|
-
),
|
|
4357
|
+
), w0 = ({
|
|
4182
4358
|
className: s,
|
|
4183
4359
|
color: e = c.GREY_DARK_5,
|
|
4184
4360
|
height: t = 24,
|
|
@@ -4217,7 +4393,7 @@ const X2 = (s, e) => {
|
|
|
4217
4393
|
)
|
|
4218
4394
|
]
|
|
4219
4395
|
}
|
|
4220
|
-
),
|
|
4396
|
+
), p0 = ({
|
|
4221
4397
|
className: s,
|
|
4222
4398
|
color: e = c.GREY_DARK_5,
|
|
4223
4399
|
height: t = 24,
|
|
@@ -4244,7 +4420,7 @@ const X2 = (s, e) => {
|
|
|
4244
4420
|
}
|
|
4245
4421
|
)
|
|
4246
4422
|
}
|
|
4247
|
-
),
|
|
4423
|
+
), f0 = ({
|
|
4248
4424
|
className: s,
|
|
4249
4425
|
color: e = c.GREY_DARK_5,
|
|
4250
4426
|
height: t = 24,
|
|
@@ -4303,7 +4479,7 @@ const X2 = (s, e) => {
|
|
|
4303
4479
|
)
|
|
4304
4480
|
]
|
|
4305
4481
|
}
|
|
4306
|
-
),
|
|
4482
|
+
), L0 = ({
|
|
4307
4483
|
className: s,
|
|
4308
4484
|
color: e = c.GREY_DARK_5,
|
|
4309
4485
|
height: t = 24,
|
|
@@ -4340,7 +4516,7 @@ const X2 = (s, e) => {
|
|
|
4340
4516
|
)
|
|
4341
4517
|
]
|
|
4342
4518
|
}
|
|
4343
|
-
),
|
|
4519
|
+
), m0 = ({
|
|
4344
4520
|
className: s,
|
|
4345
4521
|
color: e = c.GREY_DARK_3,
|
|
4346
4522
|
height: t = 14,
|
|
@@ -4377,7 +4553,7 @@ const X2 = (s, e) => {
|
|
|
4377
4553
|
)
|
|
4378
4554
|
]
|
|
4379
4555
|
}
|
|
4380
|
-
),
|
|
4556
|
+
), k0 = ({
|
|
4381
4557
|
className: s,
|
|
4382
4558
|
color: e = c.GREY_DARK_5,
|
|
4383
4559
|
height: t = 18,
|
|
@@ -4404,7 +4580,7 @@ const X2 = (s, e) => {
|
|
|
4404
4580
|
}
|
|
4405
4581
|
)
|
|
4406
4582
|
}
|
|
4407
|
-
),
|
|
4583
|
+
), v0 = ({
|
|
4408
4584
|
className: s,
|
|
4409
4585
|
color: e = c.GREY_DARK_5,
|
|
4410
4586
|
height: t = 24,
|
|
@@ -4456,7 +4632,7 @@ const X2 = (s, e) => {
|
|
|
4456
4632
|
)
|
|
4457
4633
|
]
|
|
4458
4634
|
}
|
|
4459
|
-
),
|
|
4635
|
+
), N0 = ({
|
|
4460
4636
|
className: s,
|
|
4461
4637
|
color: e = c.GREY_DARK_5,
|
|
4462
4638
|
height: t = 24,
|
|
@@ -4493,7 +4669,7 @@ const X2 = (s, e) => {
|
|
|
4493
4669
|
)
|
|
4494
4670
|
]
|
|
4495
4671
|
}
|
|
4496
|
-
),
|
|
4672
|
+
), x0 = ({
|
|
4497
4673
|
className: s,
|
|
4498
4674
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
4499
4675
|
height: t = 37,
|
|
@@ -4532,7 +4708,7 @@ const X2 = (s, e) => {
|
|
|
4532
4708
|
)
|
|
4533
4709
|
]
|
|
4534
4710
|
}
|
|
4535
|
-
),
|
|
4711
|
+
), M0 = ({
|
|
4536
4712
|
className: s,
|
|
4537
4713
|
color: e = c.GREY_DARK_5,
|
|
4538
4714
|
height: t = 24,
|
|
@@ -4558,7 +4734,7 @@ const X2 = (s, e) => {
|
|
|
4558
4734
|
}
|
|
4559
4735
|
)
|
|
4560
4736
|
}
|
|
4561
|
-
),
|
|
4737
|
+
), R0 = ({
|
|
4562
4738
|
className: s,
|
|
4563
4739
|
color: e = c.GREY_DARK_5,
|
|
4564
4740
|
height: t = 24,
|
|
@@ -4597,7 +4773,7 @@ const X2 = (s, e) => {
|
|
|
4597
4773
|
)
|
|
4598
4774
|
]
|
|
4599
4775
|
}
|
|
4600
|
-
),
|
|
4776
|
+
), V0 = ({
|
|
4601
4777
|
className: s,
|
|
4602
4778
|
color: e = c.GREY_DARK_5,
|
|
4603
4779
|
height: t = 20,
|
|
@@ -4630,7 +4806,7 @@ const X2 = (s, e) => {
|
|
|
4630
4806
|
)
|
|
4631
4807
|
]
|
|
4632
4808
|
}
|
|
4633
|
-
),
|
|
4809
|
+
), Z0 = ({
|
|
4634
4810
|
className: s,
|
|
4635
4811
|
color: e = c.GREY_DARK_5,
|
|
4636
4812
|
height: t = 24,
|
|
@@ -4699,7 +4875,7 @@ const X2 = (s, e) => {
|
|
|
4699
4875
|
)
|
|
4700
4876
|
]
|
|
4701
4877
|
}
|
|
4702
|
-
),
|
|
4878
|
+
), H0 = ({
|
|
4703
4879
|
className: s,
|
|
4704
4880
|
color: e = c.GREY_DARK_5,
|
|
4705
4881
|
height: t = 24,
|
|
@@ -4756,7 +4932,7 @@ const X2 = (s, e) => {
|
|
|
4756
4932
|
)
|
|
4757
4933
|
]
|
|
4758
4934
|
}
|
|
4759
|
-
),
|
|
4935
|
+
), _0 = ({
|
|
4760
4936
|
className: s,
|
|
4761
4937
|
color: e = c.GREY_DARK_5,
|
|
4762
4938
|
height: t = 24,
|
|
@@ -4805,7 +4981,7 @@ const X2 = (s, e) => {
|
|
|
4805
4981
|
)
|
|
4806
4982
|
]
|
|
4807
4983
|
}
|
|
4808
|
-
),
|
|
4984
|
+
), b0 = ({
|
|
4809
4985
|
className: s,
|
|
4810
4986
|
color: e = c.GREY_DARK_5,
|
|
4811
4987
|
height: t = 24,
|
|
@@ -4832,7 +5008,7 @@ const X2 = (s, e) => {
|
|
|
4832
5008
|
}
|
|
4833
5009
|
)
|
|
4834
5010
|
}
|
|
4835
|
-
),
|
|
5011
|
+
), y0 = ({
|
|
4836
5012
|
className: s,
|
|
4837
5013
|
color: e = c.GREY_DARK_5,
|
|
4838
5014
|
height: t = 20,
|
|
@@ -4861,7 +5037,7 @@ const X2 = (s, e) => {
|
|
|
4861
5037
|
)
|
|
4862
5038
|
]
|
|
4863
5039
|
}
|
|
4864
|
-
),
|
|
5040
|
+
), E0 = ({
|
|
4865
5041
|
className: s,
|
|
4866
5042
|
color: e = "#001E52",
|
|
4867
5043
|
height: t = 24,
|
|
@@ -4887,7 +5063,7 @@ const X2 = (s, e) => {
|
|
|
4887
5063
|
}
|
|
4888
5064
|
)
|
|
4889
5065
|
}
|
|
4890
|
-
),
|
|
5066
|
+
), A0 = ({
|
|
4891
5067
|
className: s,
|
|
4892
5068
|
color: e = "#001E52",
|
|
4893
5069
|
height: t = 24,
|
|
@@ -4925,7 +5101,7 @@ const X2 = (s, e) => {
|
|
|
4925
5101
|
)
|
|
4926
5102
|
] }) })
|
|
4927
5103
|
}
|
|
4928
|
-
),
|
|
5104
|
+
), D0 = ({
|
|
4929
5105
|
width: s = 20,
|
|
4930
5106
|
height: e = 20,
|
|
4931
5107
|
color: t = c.GREY_DARK_5,
|
|
@@ -4949,7 +5125,7 @@ const X2 = (s, e) => {
|
|
|
4949
5125
|
}
|
|
4950
5126
|
)
|
|
4951
5127
|
}
|
|
4952
|
-
),
|
|
5128
|
+
), K0 = ({
|
|
4953
5129
|
width: s = 24,
|
|
4954
5130
|
height: e = 24,
|
|
4955
5131
|
color: t = "#131314",
|
|
@@ -4982,7 +5158,7 @@ const X2 = (s, e) => {
|
|
|
4982
5158
|
)
|
|
4983
5159
|
]
|
|
4984
5160
|
}
|
|
4985
|
-
),
|
|
5161
|
+
), B0 = ({
|
|
4986
5162
|
width: s = 20,
|
|
4987
5163
|
height: e = 20,
|
|
4988
5164
|
color: t = c.GREY_DARK_5,
|
|
@@ -5015,7 +5191,7 @@ const X2 = (s, e) => {
|
|
|
5015
5191
|
)
|
|
5016
5192
|
]
|
|
5017
5193
|
}
|
|
5018
|
-
),
|
|
5194
|
+
), S0 = ({
|
|
5019
5195
|
width: s = 24,
|
|
5020
5196
|
height: e = 24,
|
|
5021
5197
|
color: t = c.GREY_DARK_2,
|
|
@@ -5055,7 +5231,7 @@ const X2 = (s, e) => {
|
|
|
5055
5231
|
)
|
|
5056
5232
|
]
|
|
5057
5233
|
}
|
|
5058
|
-
),
|
|
5234
|
+
), G0 = ({
|
|
5059
5235
|
width: s = 24,
|
|
5060
5236
|
height: e = 24,
|
|
5061
5237
|
color: t = c.GREY_DARK_2,
|
|
@@ -5082,7 +5258,7 @@ const X2 = (s, e) => {
|
|
|
5082
5258
|
}
|
|
5083
5259
|
)
|
|
5084
5260
|
}
|
|
5085
|
-
),
|
|
5261
|
+
), O0 = ({
|
|
5086
5262
|
width: s = 24,
|
|
5087
5263
|
height: e = 24,
|
|
5088
5264
|
color: t = c.GREY_DARK_2,
|
|
@@ -5109,7 +5285,7 @@ const X2 = (s, e) => {
|
|
|
5109
5285
|
}
|
|
5110
5286
|
)
|
|
5111
5287
|
}
|
|
5112
|
-
),
|
|
5288
|
+
), I0 = ({
|
|
5113
5289
|
width: s = 20,
|
|
5114
5290
|
height: e = 20,
|
|
5115
5291
|
color: t = c.GREY_DARK_5,
|
|
@@ -5133,7 +5309,7 @@ const X2 = (s, e) => {
|
|
|
5133
5309
|
}
|
|
5134
5310
|
)
|
|
5135
5311
|
}
|
|
5136
|
-
),
|
|
5312
|
+
), Y0 = ({
|
|
5137
5313
|
name: s,
|
|
5138
5314
|
width: e,
|
|
5139
5315
|
height: t,
|
|
@@ -5146,35 +5322,39 @@ const X2 = (s, e) => {
|
|
|
5146
5322
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
5147
5323
|
switch (s) {
|
|
5148
5324
|
case "nextIcon":
|
|
5149
|
-
return
|
|
5325
|
+
return c0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
5326
|
case "prevIcon":
|
|
5151
|
-
return
|
|
5327
|
+
return C0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5152
5328
|
case "arrowDown":
|
|
5153
|
-
return
|
|
5329
|
+
return H7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5154
5330
|
case "info":
|
|
5155
|
-
return
|
|
5331
|
+
return _7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
5332
|
case "arrowRight":
|
|
5157
|
-
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 });
|
|
5158
5338
|
case "calendar":
|
|
5159
|
-
return
|
|
5339
|
+
return S7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5160
5340
|
case "check":
|
|
5161
|
-
return
|
|
5341
|
+
return G7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5162
5342
|
case "cancel":
|
|
5163
|
-
return
|
|
5343
|
+
return O7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5164
5344
|
case "add":
|
|
5165
|
-
return
|
|
5345
|
+
return I7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5166
5346
|
case "list":
|
|
5167
|
-
return
|
|
5347
|
+
return Y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5168
5348
|
case "dragAndDrop":
|
|
5169
|
-
return
|
|
5349
|
+
return j7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5170
5350
|
case "filter":
|
|
5171
|
-
return
|
|
5351
|
+
return W7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5172
5352
|
case "attention":
|
|
5173
|
-
return
|
|
5353
|
+
return $7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5174
5354
|
case "users":
|
|
5175
|
-
return
|
|
5355
|
+
return T7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5176
5356
|
case "mySkillsMatrix":
|
|
5177
|
-
return
|
|
5357
|
+
return P7({
|
|
5178
5358
|
width: e,
|
|
5179
5359
|
height: t,
|
|
5180
5360
|
color: r,
|
|
@@ -5182,9 +5362,9 @@ const X2 = (s, e) => {
|
|
|
5182
5362
|
onClick: l
|
|
5183
5363
|
});
|
|
5184
5364
|
case "skills":
|
|
5185
|
-
return
|
|
5365
|
+
return F7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5186
5366
|
case "skillsMatrices":
|
|
5187
|
-
return
|
|
5367
|
+
return U7({
|
|
5188
5368
|
width: e,
|
|
5189
5369
|
height: t,
|
|
5190
5370
|
color: r,
|
|
@@ -5192,21 +5372,21 @@ const X2 = (s, e) => {
|
|
|
5192
5372
|
onClick: l
|
|
5193
5373
|
});
|
|
5194
5374
|
case "history":
|
|
5195
|
-
return
|
|
5375
|
+
return z7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5196
5376
|
case "logOut":
|
|
5197
|
-
return
|
|
5377
|
+
return J7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5198
5378
|
case "settings":
|
|
5199
|
-
return
|
|
5379
|
+
return q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5200
5380
|
case "trash":
|
|
5201
|
-
return
|
|
5381
|
+
return Q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5202
5382
|
case "settings2":
|
|
5203
|
-
return
|
|
5383
|
+
return X7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5204
5384
|
case "checkCircle":
|
|
5205
|
-
return
|
|
5385
|
+
return e0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
5386
|
case "cancelCircle":
|
|
5207
|
-
return
|
|
5387
|
+
return t0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5208
5388
|
case "visibilityIcon":
|
|
5209
|
-
return
|
|
5389
|
+
return i0({
|
|
5210
5390
|
width: e,
|
|
5211
5391
|
height: t,
|
|
5212
5392
|
color: r,
|
|
@@ -5214,7 +5394,7 @@ const X2 = (s, e) => {
|
|
|
5214
5394
|
onClick: l
|
|
5215
5395
|
});
|
|
5216
5396
|
case "visibilityOffIcon":
|
|
5217
|
-
return
|
|
5397
|
+
return s0({
|
|
5218
5398
|
width: e,
|
|
5219
5399
|
height: t,
|
|
5220
5400
|
color: r,
|
|
@@ -5222,7 +5402,7 @@ const X2 = (s, e) => {
|
|
|
5222
5402
|
onClick: l
|
|
5223
5403
|
});
|
|
5224
5404
|
case "selectArrowIcon":
|
|
5225
|
-
return
|
|
5405
|
+
return n0({
|
|
5226
5406
|
width: e,
|
|
5227
5407
|
height: t,
|
|
5228
5408
|
color: r,
|
|
@@ -5230,7 +5410,7 @@ const X2 = (s, e) => {
|
|
|
5230
5410
|
onClick: l
|
|
5231
5411
|
});
|
|
5232
5412
|
case "expandArrowIcon":
|
|
5233
|
-
return
|
|
5413
|
+
return o0({
|
|
5234
5414
|
width: e,
|
|
5235
5415
|
height: t,
|
|
5236
5416
|
color: r,
|
|
@@ -5238,7 +5418,7 @@ const X2 = (s, e) => {
|
|
|
5238
5418
|
onClick: l
|
|
5239
5419
|
});
|
|
5240
5420
|
case "expandActiveArrowIcon":
|
|
5241
|
-
return
|
|
5421
|
+
return l0({
|
|
5242
5422
|
width: e,
|
|
5243
5423
|
height: t,
|
|
5244
5424
|
color: r,
|
|
@@ -5246,77 +5426,77 @@ const X2 = (s, e) => {
|
|
|
5246
5426
|
onClick: l
|
|
5247
5427
|
});
|
|
5248
5428
|
case "sortUp":
|
|
5249
|
-
return
|
|
5429
|
+
return r0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5250
5430
|
case "sortDown":
|
|
5251
|
-
return
|
|
5431
|
+
return a0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
5432
|
case "search":
|
|
5253
|
-
return o0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5254
|
-
case "arrowUpFilled":
|
|
5255
5433
|
return h0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5434
|
+
case "arrowUpFilled":
|
|
5435
|
+
return g0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5256
5436
|
case "arrowDownFilled":
|
|
5257
|
-
return
|
|
5437
|
+
return d0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5258
5438
|
case "arrow2Up":
|
|
5259
|
-
return
|
|
5439
|
+
return y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5260
5440
|
case "arrow2Right":
|
|
5261
|
-
return
|
|
5441
|
+
return E7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5262
5442
|
case "arrow2Down":
|
|
5263
|
-
return
|
|
5443
|
+
return A7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
5444
|
case "arrow2Left":
|
|
5265
|
-
return
|
|
5445
|
+
return D7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5266
5446
|
case "link":
|
|
5267
|
-
return
|
|
5447
|
+
return u0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5268
5448
|
case "telegram":
|
|
5269
|
-
return
|
|
5449
|
+
return p0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5270
5450
|
case "mail":
|
|
5271
|
-
return
|
|
5451
|
+
return L0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5272
5452
|
case "github":
|
|
5273
|
-
return
|
|
5453
|
+
return w0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5274
5454
|
case "linkedIn":
|
|
5275
|
-
return
|
|
5455
|
+
return f0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5276
5456
|
case "emptyStateIcon":
|
|
5277
|
-
return
|
|
5457
|
+
return m0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5278
5458
|
case "filtersIcon":
|
|
5279
|
-
return
|
|
5459
|
+
return k0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5280
5460
|
case "dotMenuIcon":
|
|
5281
|
-
return
|
|
5461
|
+
return v0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5282
5462
|
case "plusCircle":
|
|
5283
|
-
return
|
|
5463
|
+
return N0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5284
5464
|
case "warning":
|
|
5285
|
-
return
|
|
5465
|
+
return x0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5286
5466
|
case "back":
|
|
5287
|
-
return
|
|
5467
|
+
return M0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5288
5468
|
case "bell":
|
|
5289
|
-
return
|
|
5469
|
+
return R0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5290
5470
|
case "copy":
|
|
5291
|
-
return
|
|
5471
|
+
return V0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5292
5472
|
case "contract":
|
|
5293
|
-
return
|
|
5473
|
+
return Z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5294
5474
|
case "resourceManager":
|
|
5295
|
-
return
|
|
5475
|
+
return H0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5296
5476
|
case "image":
|
|
5297
|
-
return
|
|
5477
|
+
return _0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5298
5478
|
case "edit":
|
|
5299
|
-
return
|
|
5479
|
+
return b0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5300
5480
|
case "filledArrowRight":
|
|
5301
|
-
return
|
|
5481
|
+
return y0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5302
5482
|
case "burgerMenu":
|
|
5303
|
-
return
|
|
5483
|
+
return E0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5304
5484
|
case "refresh":
|
|
5305
|
-
return
|
|
5485
|
+
return A0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5306
5486
|
case "projects":
|
|
5307
|
-
return
|
|
5487
|
+
return D0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5308
5488
|
case "user":
|
|
5309
|
-
return
|
|
5489
|
+
return B0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5310
5490
|
case "exit":
|
|
5311
|
-
return
|
|
5491
|
+
return K0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5312
5492
|
case "openPointCircle":
|
|
5313
|
-
return
|
|
5493
|
+
return S0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5314
5494
|
case "community":
|
|
5315
|
-
return
|
|
5495
|
+
return G0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5316
5496
|
case "docs":
|
|
5317
|
-
return
|
|
5497
|
+
return O0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5318
5498
|
case "unpaidLeave":
|
|
5319
|
-
return
|
|
5499
|
+
return I0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5320
5500
|
default:
|
|
5321
5501
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
5322
5502
|
}
|
|
@@ -5337,7 +5517,7 @@ const X2 = (s, e) => {
|
|
|
5337
5517
|
{
|
|
5338
5518
|
className: `snmt-tag ${t} ${h ? "disabled" : ""}`,
|
|
5339
5519
|
closeIcon: /* @__PURE__ */ o(
|
|
5340
|
-
|
|
5520
|
+
Y0,
|
|
5341
5521
|
{
|
|
5342
5522
|
name: "cancelCircle",
|
|
5343
5523
|
color: h ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5350,7 +5530,7 @@ const X2 = (s, e) => {
|
|
|
5350
5530
|
style: { width: e ?? "fit-content" },
|
|
5351
5531
|
closable: n,
|
|
5352
5532
|
children: typeof s == "string" ? /* @__PURE__ */ o(
|
|
5353
|
-
|
|
5533
|
+
Z7,
|
|
5354
5534
|
{
|
|
5355
5535
|
variant: t === "small" ? "body4" : "body2",
|
|
5356
5536
|
color: h ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5359,12 +5539,12 @@ const X2 = (s, e) => {
|
|
|
5359
5539
|
) : s
|
|
5360
5540
|
}
|
|
5361
5541
|
);
|
|
5362
|
-
}, { Title:
|
|
5542
|
+
}, { Title: j0, Text: W0 } = N1, $0 = {
|
|
5363
5543
|
h1: 1,
|
|
5364
5544
|
h2: 2,
|
|
5365
5545
|
h3: 3,
|
|
5366
5546
|
h4: 4
|
|
5367
|
-
},
|
|
5547
|
+
}, T0 = r1(
|
|
5368
5548
|
({
|
|
5369
5549
|
align: s = "inherit",
|
|
5370
5550
|
variant: e = "body1",
|
|
@@ -5378,7 +5558,7 @@ const X2 = (s, e) => {
|
|
|
5378
5558
|
}, r) => {
|
|
5379
5559
|
const l = J(null);
|
|
5380
5560
|
c1(r, () => l.current);
|
|
5381
|
-
const [a, p] =
|
|
5561
|
+
const [a, p] = K(!1);
|
|
5382
5562
|
G(() => {
|
|
5383
5563
|
var m;
|
|
5384
5564
|
if (!d) return;
|
|
@@ -5406,9 +5586,9 @@ const X2 = (s, e) => {
|
|
|
5406
5586
|
}
|
|
5407
5587
|
} : void 0
|
|
5408
5588
|
};
|
|
5409
|
-
return u ? /* @__PURE__ */ o(
|
|
5589
|
+
return u ? /* @__PURE__ */ o(j0, { level: $0[e], ...L, children: i }) : /* @__PURE__ */ o(W0, { ...L, children: i });
|
|
5410
5590
|
}
|
|
5411
|
-
),
|
|
5591
|
+
), P0 = ({
|
|
5412
5592
|
children: s,
|
|
5413
5593
|
content: e,
|
|
5414
5594
|
isOpen: t,
|
|
@@ -5417,7 +5597,7 @@ const X2 = (s, e) => {
|
|
|
5417
5597
|
noPadding: h = !1,
|
|
5418
5598
|
trigger: C = "click"
|
|
5419
5599
|
}) => {
|
|
5420
|
-
const [d, r] =
|
|
5600
|
+
const [d, r] = K(!1);
|
|
5421
5601
|
return /* @__PURE__ */ o(
|
|
5422
5602
|
D2,
|
|
5423
5603
|
{
|
|
@@ -5433,7 +5613,7 @@ const X2 = (s, e) => {
|
|
|
5433
5613
|
children: /* @__PURE__ */ o("div", { className: "wrapper", children: s })
|
|
5434
5614
|
}
|
|
5435
5615
|
);
|
|
5436
|
-
}, { Title:
|
|
5616
|
+
}, { Title: F0, Text: U0 } = N1, z0 = {
|
|
5437
5617
|
h1: 1,
|
|
5438
5618
|
h2: 2,
|
|
5439
5619
|
h3: 3,
|
|
@@ -5452,7 +5632,7 @@ const X2 = (s, e) => {
|
|
|
5452
5632
|
}, r) => {
|
|
5453
5633
|
const l = J(null);
|
|
5454
5634
|
c1(r, () => l.current);
|
|
5455
|
-
const [a, p] =
|
|
5635
|
+
const [a, p] = K(!1);
|
|
5456
5636
|
G(() => {
|
|
5457
5637
|
var m;
|
|
5458
5638
|
if (!d) return;
|
|
@@ -5480,9 +5660,9 @@ const X2 = (s, e) => {
|
|
|
5480
5660
|
}
|
|
5481
5661
|
} : void 0
|
|
5482
5662
|
};
|
|
5483
|
-
return u ? /* @__PURE__ */ o(
|
|
5663
|
+
return u ? /* @__PURE__ */ o(F0, { level: z0[e], ...L, children: i }) : /* @__PURE__ */ o(U0, { ...L, children: i });
|
|
5484
5664
|
}
|
|
5485
|
-
),
|
|
5665
|
+
), J0 = ({
|
|
5486
5666
|
width: s = 20,
|
|
5487
5667
|
height: e = 20,
|
|
5488
5668
|
color: t = "#001E52",
|
|
@@ -5509,7 +5689,7 @@ const X2 = (s, e) => {
|
|
|
5509
5689
|
}
|
|
5510
5690
|
)
|
|
5511
5691
|
}
|
|
5512
|
-
),
|
|
5692
|
+
), q0 = ({
|
|
5513
5693
|
width: s = 20,
|
|
5514
5694
|
height: e = 20,
|
|
5515
5695
|
color: t = c.GREY_DARK_5,
|
|
@@ -5549,7 +5729,7 @@ const X2 = (s, e) => {
|
|
|
5549
5729
|
)
|
|
5550
5730
|
]
|
|
5551
5731
|
}
|
|
5552
|
-
),
|
|
5732
|
+
), Q0 = ({
|
|
5553
5733
|
width: s = 20,
|
|
5554
5734
|
height: e = 20,
|
|
5555
5735
|
color: t = "#001E52",
|
|
@@ -5584,7 +5764,7 @@ const X2 = (s, e) => {
|
|
|
5584
5764
|
)
|
|
5585
5765
|
]
|
|
5586
5766
|
}
|
|
5587
|
-
),
|
|
5767
|
+
), X0 = ({
|
|
5588
5768
|
width: s = 20,
|
|
5589
5769
|
height: e = 20,
|
|
5590
5770
|
color: t = c.GREY_DARK_5,
|
|
@@ -5611,7 +5791,7 @@ const X2 = (s, e) => {
|
|
|
5611
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)" }) }) })
|
|
5612
5792
|
]
|
|
5613
5793
|
}
|
|
5614
|
-
),
|
|
5794
|
+
), e9 = ({
|
|
5615
5795
|
width: s = 20,
|
|
5616
5796
|
height: e = 20,
|
|
5617
5797
|
color: t = c.GREY_DARK_5,
|
|
@@ -5635,7 +5815,7 @@ const X2 = (s, e) => {
|
|
|
5635
5815
|
}
|
|
5636
5816
|
)
|
|
5637
5817
|
}
|
|
5638
|
-
),
|
|
5818
|
+
), t9 = ({
|
|
5639
5819
|
width: s = 20,
|
|
5640
5820
|
height: e = 20,
|
|
5641
5821
|
color: t = c.GREY_DARK_5,
|
|
@@ -5662,7 +5842,7 @@ const X2 = (s, e) => {
|
|
|
5662
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)" }) }) })
|
|
5663
5843
|
]
|
|
5664
5844
|
}
|
|
5665
|
-
),
|
|
5845
|
+
), i9 = ({
|
|
5666
5846
|
width: s = 20,
|
|
5667
5847
|
height: e = 20,
|
|
5668
5848
|
color: t = c.GREY_DARK_5,
|
|
@@ -5686,7 +5866,93 @@ const X2 = (s, e) => {
|
|
|
5686
5866
|
}
|
|
5687
5867
|
)
|
|
5688
5868
|
}
|
|
5689
|
-
),
|
|
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 = ({
|
|
5910
|
+
width: s = 20,
|
|
5911
|
+
height: e = 20,
|
|
5912
|
+
color: t = c.GREY_DARK_5,
|
|
5913
|
+
className: i,
|
|
5914
|
+
onClick: n
|
|
5915
|
+
}) => /* @__PURE__ */ g(
|
|
5916
|
+
"svg",
|
|
5917
|
+
{
|
|
5918
|
+
width: s,
|
|
5919
|
+
height: e,
|
|
5920
|
+
className: i,
|
|
5921
|
+
onClick: n,
|
|
5922
|
+
viewBox: "0 0 24 24",
|
|
5923
|
+
fill: "none",
|
|
5924
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
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
|
+
]
|
|
5954
|
+
}
|
|
5955
|
+
), o9 = ({
|
|
5690
5956
|
width: s = 20,
|
|
5691
5957
|
height: e = 20,
|
|
5692
5958
|
color: t = c.GREY_DARK_5,
|
|
@@ -5733,7 +5999,7 @@ const X2 = (s, e) => {
|
|
|
5733
5999
|
)
|
|
5734
6000
|
]
|
|
5735
6001
|
}
|
|
5736
|
-
),
|
|
6002
|
+
), l9 = ({
|
|
5737
6003
|
width: s = 20,
|
|
5738
6004
|
height: e = 20,
|
|
5739
6005
|
color: t = c.GREY_DARK_5,
|
|
@@ -5757,7 +6023,7 @@ const X2 = (s, e) => {
|
|
|
5757
6023
|
}
|
|
5758
6024
|
)
|
|
5759
6025
|
}
|
|
5760
|
-
),
|
|
6026
|
+
), r9 = ({
|
|
5761
6027
|
width: s = 20,
|
|
5762
6028
|
height: e = 20,
|
|
5763
6029
|
color: t = c.GREY_DARK_5,
|
|
@@ -5781,7 +6047,7 @@ const X2 = (s, e) => {
|
|
|
5781
6047
|
}
|
|
5782
6048
|
)
|
|
5783
6049
|
}
|
|
5784
|
-
),
|
|
6050
|
+
), a9 = ({
|
|
5785
6051
|
width: s = 20,
|
|
5786
6052
|
height: e = 20,
|
|
5787
6053
|
color: t = c.GREY_DARK_5,
|
|
@@ -5805,7 +6071,7 @@ const X2 = (s, e) => {
|
|
|
5805
6071
|
}
|
|
5806
6072
|
)
|
|
5807
6073
|
}
|
|
5808
|
-
),
|
|
6074
|
+
), h9 = ({
|
|
5809
6075
|
width: s = 20,
|
|
5810
6076
|
height: e = 20,
|
|
5811
6077
|
color: t = c.GREY_DARK_5,
|
|
@@ -5866,7 +6132,7 @@ const X2 = (s, e) => {
|
|
|
5866
6132
|
)
|
|
5867
6133
|
]
|
|
5868
6134
|
}
|
|
5869
|
-
),
|
|
6135
|
+
), c9 = ({
|
|
5870
6136
|
width: s = 20,
|
|
5871
6137
|
height: e = 20,
|
|
5872
6138
|
color: t = c.GREY_DARK_5,
|
|
@@ -5913,7 +6179,7 @@ const X2 = (s, e) => {
|
|
|
5913
6179
|
)
|
|
5914
6180
|
]
|
|
5915
6181
|
}
|
|
5916
|
-
),
|
|
6182
|
+
), C9 = ({
|
|
5917
6183
|
width: s = 20,
|
|
5918
6184
|
height: e = 20,
|
|
5919
6185
|
color: t = c.GREY_DARK_5,
|
|
@@ -5953,7 +6219,7 @@ const X2 = (s, e) => {
|
|
|
5953
6219
|
)
|
|
5954
6220
|
]
|
|
5955
6221
|
}
|
|
5956
|
-
),
|
|
6222
|
+
), d9 = ({
|
|
5957
6223
|
width: s = 20,
|
|
5958
6224
|
height: e = 20,
|
|
5959
6225
|
color: t = c.GREY_DARK_5,
|
|
@@ -5993,7 +6259,7 @@ const X2 = (s, e) => {
|
|
|
5993
6259
|
)
|
|
5994
6260
|
]
|
|
5995
6261
|
}
|
|
5996
|
-
),
|
|
6262
|
+
), g9 = ({
|
|
5997
6263
|
width: s = 20,
|
|
5998
6264
|
height: e = 20,
|
|
5999
6265
|
color: t = c.GREY_DARK_5,
|
|
@@ -6040,7 +6306,7 @@ const X2 = (s, e) => {
|
|
|
6040
6306
|
)
|
|
6041
6307
|
]
|
|
6042
6308
|
}
|
|
6043
|
-
),
|
|
6309
|
+
), u9 = ({
|
|
6044
6310
|
width: s = 20,
|
|
6045
6311
|
height: e = 20,
|
|
6046
6312
|
color: t = c.GREY_DARK_5,
|
|
@@ -6087,7 +6353,7 @@ const X2 = (s, e) => {
|
|
|
6087
6353
|
)
|
|
6088
6354
|
]
|
|
6089
6355
|
}
|
|
6090
|
-
),
|
|
6356
|
+
), w9 = ({
|
|
6091
6357
|
width: s = 20,
|
|
6092
6358
|
height: e = 20,
|
|
6093
6359
|
color: t = c.GREY_DARK_5,
|
|
@@ -6134,7 +6400,7 @@ const X2 = (s, e) => {
|
|
|
6134
6400
|
)
|
|
6135
6401
|
]
|
|
6136
6402
|
}
|
|
6137
|
-
),
|
|
6403
|
+
), p9 = ({
|
|
6138
6404
|
width: s = 20,
|
|
6139
6405
|
height: e = 20,
|
|
6140
6406
|
color: t = c.GREY_DARK_5,
|
|
@@ -6174,7 +6440,7 @@ const X2 = (s, e) => {
|
|
|
6174
6440
|
)
|
|
6175
6441
|
]
|
|
6176
6442
|
}
|
|
6177
|
-
),
|
|
6443
|
+
), f9 = ({
|
|
6178
6444
|
width: s = 20,
|
|
6179
6445
|
height: e = 20,
|
|
6180
6446
|
color: t = c.GREY_DARK_5,
|
|
@@ -6207,7 +6473,7 @@ const X2 = (s, e) => {
|
|
|
6207
6473
|
)
|
|
6208
6474
|
]
|
|
6209
6475
|
}
|
|
6210
|
-
),
|
|
6476
|
+
), L9 = ({
|
|
6211
6477
|
width: s = 20,
|
|
6212
6478
|
height: e = 20,
|
|
6213
6479
|
color: t = c.GREY_DARK_5,
|
|
@@ -6240,7 +6506,7 @@ const X2 = (s, e) => {
|
|
|
6240
6506
|
)
|
|
6241
6507
|
]
|
|
6242
6508
|
}
|
|
6243
|
-
),
|
|
6509
|
+
), m9 = ({
|
|
6244
6510
|
width: s = 20,
|
|
6245
6511
|
height: e = 20,
|
|
6246
6512
|
color: t = c.GREY_DARK_5,
|
|
@@ -6273,7 +6539,7 @@ const X2 = (s, e) => {
|
|
|
6273
6539
|
)
|
|
6274
6540
|
]
|
|
6275
6541
|
}
|
|
6276
|
-
),
|
|
6542
|
+
), k9 = ({
|
|
6277
6543
|
width: s = 20,
|
|
6278
6544
|
height: e = 20,
|
|
6279
6545
|
color: t = c.GREY_DARK_5,
|
|
@@ -6306,7 +6572,7 @@ const X2 = (s, e) => {
|
|
|
6306
6572
|
)
|
|
6307
6573
|
]
|
|
6308
6574
|
}
|
|
6309
|
-
),
|
|
6575
|
+
), v9 = ({
|
|
6310
6576
|
width: s = 20,
|
|
6311
6577
|
height: e = 20,
|
|
6312
6578
|
color: t = c.GREY_DARK_5,
|
|
@@ -6346,7 +6612,7 @@ const X2 = (s, e) => {
|
|
|
6346
6612
|
)
|
|
6347
6613
|
]
|
|
6348
6614
|
}
|
|
6349
|
-
),
|
|
6615
|
+
), N9 = ({
|
|
6350
6616
|
width: s = 20,
|
|
6351
6617
|
height: e = 20,
|
|
6352
6618
|
color: t = c.GREY_DARK_5,
|
|
@@ -6379,7 +6645,7 @@ const X2 = (s, e) => {
|
|
|
6379
6645
|
)
|
|
6380
6646
|
]
|
|
6381
6647
|
}
|
|
6382
|
-
),
|
|
6648
|
+
), x9 = ({
|
|
6383
6649
|
width: s = 20,
|
|
6384
6650
|
height: e = 20,
|
|
6385
6651
|
color: t = c.GREY_DARK_5,
|
|
@@ -6412,7 +6678,7 @@ const X2 = (s, e) => {
|
|
|
6412
6678
|
)
|
|
6413
6679
|
]
|
|
6414
6680
|
}
|
|
6415
|
-
),
|
|
6681
|
+
), M9 = ({
|
|
6416
6682
|
width: s = 20,
|
|
6417
6683
|
height: e = 20,
|
|
6418
6684
|
color: t = "#070739",
|
|
@@ -6442,7 +6708,7 @@ const X2 = (s, e) => {
|
|
|
6442
6708
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6443
6709
|
]
|
|
6444
6710
|
}
|
|
6445
|
-
),
|
|
6711
|
+
), R9 = ({
|
|
6446
6712
|
width: s = 20,
|
|
6447
6713
|
height: e = 20,
|
|
6448
6714
|
color: t = "#070739",
|
|
@@ -6480,7 +6746,7 @@ const X2 = (s, e) => {
|
|
|
6480
6746
|
)
|
|
6481
6747
|
]
|
|
6482
6748
|
}
|
|
6483
|
-
),
|
|
6749
|
+
), V9 = ({
|
|
6484
6750
|
width: s = 9,
|
|
6485
6751
|
height: e = 5,
|
|
6486
6752
|
color: t = "#001E52",
|
|
@@ -6506,7 +6772,7 @@ const X2 = (s, e) => {
|
|
|
6506
6772
|
}
|
|
6507
6773
|
)
|
|
6508
6774
|
}
|
|
6509
|
-
),
|
|
6775
|
+
), Z9 = ({
|
|
6510
6776
|
width: s = 20,
|
|
6511
6777
|
height: e = 20,
|
|
6512
6778
|
color: t = "#F2F2F7",
|
|
@@ -6535,7 +6801,7 @@ const X2 = (s, e) => {
|
|
|
6535
6801
|
)
|
|
6536
6802
|
]
|
|
6537
6803
|
}
|
|
6538
|
-
),
|
|
6804
|
+
), H9 = ({
|
|
6539
6805
|
width: s = 20,
|
|
6540
6806
|
height: e = 20,
|
|
6541
6807
|
color: t = "#004ED7",
|
|
@@ -6564,7 +6830,7 @@ const X2 = (s, e) => {
|
|
|
6564
6830
|
)
|
|
6565
6831
|
]
|
|
6566
6832
|
}
|
|
6567
|
-
),
|
|
6833
|
+
), _9 = ({
|
|
6568
6834
|
width: s = 10,
|
|
6569
6835
|
height: e = 10,
|
|
6570
6836
|
color: t = "#001E52",
|
|
@@ -6593,7 +6859,7 @@ const X2 = (s, e) => {
|
|
|
6593
6859
|
)
|
|
6594
6860
|
]
|
|
6595
6861
|
}
|
|
6596
|
-
),
|
|
6862
|
+
), b9 = ({
|
|
6597
6863
|
width: s = 10,
|
|
6598
6864
|
height: e = 10,
|
|
6599
6865
|
color: t = "#001E52",
|
|
@@ -6630,7 +6896,7 @@ const X2 = (s, e) => {
|
|
|
6630
6896
|
)
|
|
6631
6897
|
]
|
|
6632
6898
|
}
|
|
6633
|
-
),
|
|
6899
|
+
), y9 = ({
|
|
6634
6900
|
className: s,
|
|
6635
6901
|
color: e = c.GREY_DARK_5,
|
|
6636
6902
|
height: t = 20,
|
|
@@ -6663,7 +6929,7 @@ const X2 = (s, e) => {
|
|
|
6663
6929
|
)
|
|
6664
6930
|
]
|
|
6665
6931
|
}
|
|
6666
|
-
),
|
|
6932
|
+
), E9 = ({
|
|
6667
6933
|
className: s,
|
|
6668
6934
|
color: e = c.GREY_DARK_5,
|
|
6669
6935
|
height: t = 20,
|
|
@@ -6690,7 +6956,7 @@ const X2 = (s, e) => {
|
|
|
6690
6956
|
}
|
|
6691
6957
|
)
|
|
6692
6958
|
}
|
|
6693
|
-
),
|
|
6959
|
+
), A9 = ({
|
|
6694
6960
|
className: s,
|
|
6695
6961
|
color: e = c.GREY_DARK_5,
|
|
6696
6962
|
height: t = 20,
|
|
@@ -6717,7 +6983,7 @@ const X2 = (s, e) => {
|
|
|
6717
6983
|
}
|
|
6718
6984
|
)
|
|
6719
6985
|
}
|
|
6720
|
-
),
|
|
6986
|
+
), D9 = ({
|
|
6721
6987
|
className: s,
|
|
6722
6988
|
color: e = c.GREY_DARK_5,
|
|
6723
6989
|
height: t = 5,
|
|
@@ -6741,7 +7007,7 @@ const X2 = (s, e) => {
|
|
|
6741
7007
|
}
|
|
6742
7008
|
)
|
|
6743
7009
|
}
|
|
6744
|
-
),
|
|
7010
|
+
), K9 = ({
|
|
6745
7011
|
className: s,
|
|
6746
7012
|
color: e = c.GREY_DARK_5,
|
|
6747
7013
|
height: t = 5,
|
|
@@ -6766,7 +7032,7 @@ const X2 = (s, e) => {
|
|
|
6766
7032
|
}
|
|
6767
7033
|
)
|
|
6768
7034
|
}
|
|
6769
|
-
),
|
|
7035
|
+
), B9 = ({
|
|
6770
7036
|
className: s,
|
|
6771
7037
|
color: e = c.GREY_DARK_5,
|
|
6772
7038
|
height: t = 20,
|
|
@@ -6799,7 +7065,7 @@ const X2 = (s, e) => {
|
|
|
6799
7065
|
)
|
|
6800
7066
|
]
|
|
6801
7067
|
}
|
|
6802
|
-
),
|
|
7068
|
+
), S9 = ({
|
|
6803
7069
|
className: s,
|
|
6804
7070
|
color: e = c.GREY_DARK_5,
|
|
6805
7071
|
height: t = 24,
|
|
@@ -6838,7 +7104,7 @@ const X2 = (s, e) => {
|
|
|
6838
7104
|
)
|
|
6839
7105
|
]
|
|
6840
7106
|
}
|
|
6841
|
-
),
|
|
7107
|
+
), G9 = ({
|
|
6842
7108
|
className: s,
|
|
6843
7109
|
color: e = c.GREY_DARK_5,
|
|
6844
7110
|
height: t = 24,
|
|
@@ -6865,7 +7131,7 @@ const X2 = (s, e) => {
|
|
|
6865
7131
|
}
|
|
6866
7132
|
)
|
|
6867
7133
|
}
|
|
6868
|
-
),
|
|
7134
|
+
), O9 = ({
|
|
6869
7135
|
className: s,
|
|
6870
7136
|
color: e = c.GREY_DARK_5,
|
|
6871
7137
|
height: t = 24,
|
|
@@ -6924,7 +7190,7 @@ const X2 = (s, e) => {
|
|
|
6924
7190
|
)
|
|
6925
7191
|
]
|
|
6926
7192
|
}
|
|
6927
|
-
),
|
|
7193
|
+
), I9 = ({
|
|
6928
7194
|
className: s,
|
|
6929
7195
|
color: e = c.GREY_DARK_5,
|
|
6930
7196
|
height: t = 24,
|
|
@@ -6961,7 +7227,7 @@ const X2 = (s, e) => {
|
|
|
6961
7227
|
)
|
|
6962
7228
|
]
|
|
6963
7229
|
}
|
|
6964
|
-
),
|
|
7230
|
+
), Y9 = ({
|
|
6965
7231
|
className: s,
|
|
6966
7232
|
color: e = c.GREY_DARK_3,
|
|
6967
7233
|
height: t = 14,
|
|
@@ -6998,7 +7264,7 @@ const X2 = (s, e) => {
|
|
|
6998
7264
|
)
|
|
6999
7265
|
]
|
|
7000
7266
|
}
|
|
7001
|
-
),
|
|
7267
|
+
), j9 = ({
|
|
7002
7268
|
className: s,
|
|
7003
7269
|
color: e = c.GREY_DARK_5,
|
|
7004
7270
|
height: t = 18,
|
|
@@ -7025,7 +7291,7 @@ const X2 = (s, e) => {
|
|
|
7025
7291
|
}
|
|
7026
7292
|
)
|
|
7027
7293
|
}
|
|
7028
|
-
),
|
|
7294
|
+
), W9 = ({
|
|
7029
7295
|
className: s,
|
|
7030
7296
|
color: e = c.GREY_DARK_5,
|
|
7031
7297
|
height: t = 24,
|
|
@@ -7077,7 +7343,7 @@ const X2 = (s, e) => {
|
|
|
7077
7343
|
)
|
|
7078
7344
|
]
|
|
7079
7345
|
}
|
|
7080
|
-
),
|
|
7346
|
+
), $9 = ({
|
|
7081
7347
|
className: s,
|
|
7082
7348
|
color: e = c.GREY_DARK_5,
|
|
7083
7349
|
height: t = 24,
|
|
@@ -7114,7 +7380,7 @@ const X2 = (s, e) => {
|
|
|
7114
7380
|
)
|
|
7115
7381
|
]
|
|
7116
7382
|
}
|
|
7117
|
-
),
|
|
7383
|
+
), T9 = ({
|
|
7118
7384
|
className: s,
|
|
7119
7385
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
7120
7386
|
height: t = 37,
|
|
@@ -7153,7 +7419,7 @@ const X2 = (s, e) => {
|
|
|
7153
7419
|
)
|
|
7154
7420
|
]
|
|
7155
7421
|
}
|
|
7156
|
-
),
|
|
7422
|
+
), P9 = ({
|
|
7157
7423
|
className: s,
|
|
7158
7424
|
color: e = c.GREY_DARK_5,
|
|
7159
7425
|
height: t = 24,
|
|
@@ -7179,7 +7445,7 @@ const X2 = (s, e) => {
|
|
|
7179
7445
|
}
|
|
7180
7446
|
)
|
|
7181
7447
|
}
|
|
7182
|
-
),
|
|
7448
|
+
), F9 = ({
|
|
7183
7449
|
className: s,
|
|
7184
7450
|
color: e = c.GREY_DARK_5,
|
|
7185
7451
|
height: t = 24,
|
|
@@ -7218,7 +7484,7 @@ const X2 = (s, e) => {
|
|
|
7218
7484
|
)
|
|
7219
7485
|
]
|
|
7220
7486
|
}
|
|
7221
|
-
),
|
|
7487
|
+
), U9 = ({
|
|
7222
7488
|
className: s,
|
|
7223
7489
|
color: e = c.GREY_DARK_5,
|
|
7224
7490
|
height: t = 20,
|
|
@@ -7251,7 +7517,7 @@ const X2 = (s, e) => {
|
|
|
7251
7517
|
)
|
|
7252
7518
|
]
|
|
7253
7519
|
}
|
|
7254
|
-
),
|
|
7520
|
+
), z9 = ({
|
|
7255
7521
|
className: s,
|
|
7256
7522
|
color: e = c.GREY_DARK_5,
|
|
7257
7523
|
height: t = 24,
|
|
@@ -7320,7 +7586,7 @@ const X2 = (s, e) => {
|
|
|
7320
7586
|
)
|
|
7321
7587
|
]
|
|
7322
7588
|
}
|
|
7323
|
-
),
|
|
7589
|
+
), J9 = ({
|
|
7324
7590
|
className: s,
|
|
7325
7591
|
color: e = c.GREY_DARK_5,
|
|
7326
7592
|
height: t = 24,
|
|
@@ -7377,7 +7643,7 @@ const X2 = (s, e) => {
|
|
|
7377
7643
|
)
|
|
7378
7644
|
]
|
|
7379
7645
|
}
|
|
7380
|
-
),
|
|
7646
|
+
), q9 = ({
|
|
7381
7647
|
className: s,
|
|
7382
7648
|
color: e = c.GREY_DARK_5,
|
|
7383
7649
|
height: t = 24,
|
|
@@ -7426,7 +7692,7 @@ const X2 = (s, e) => {
|
|
|
7426
7692
|
)
|
|
7427
7693
|
]
|
|
7428
7694
|
}
|
|
7429
|
-
),
|
|
7695
|
+
), Q9 = ({
|
|
7430
7696
|
className: s,
|
|
7431
7697
|
color: e = c.GREY_DARK_5,
|
|
7432
7698
|
height: t = 24,
|
|
@@ -7453,7 +7719,7 @@ const X2 = (s, e) => {
|
|
|
7453
7719
|
}
|
|
7454
7720
|
)
|
|
7455
7721
|
}
|
|
7456
|
-
),
|
|
7722
|
+
), X9 = ({
|
|
7457
7723
|
className: s,
|
|
7458
7724
|
color: e = c.GREY_DARK_5,
|
|
7459
7725
|
height: t = 20,
|
|
@@ -7482,7 +7748,7 @@ const X2 = (s, e) => {
|
|
|
7482
7748
|
)
|
|
7483
7749
|
]
|
|
7484
7750
|
}
|
|
7485
|
-
),
|
|
7751
|
+
), e4 = ({
|
|
7486
7752
|
className: s,
|
|
7487
7753
|
color: e = "#001E52",
|
|
7488
7754
|
height: t = 24,
|
|
@@ -7508,7 +7774,7 @@ const X2 = (s, e) => {
|
|
|
7508
7774
|
}
|
|
7509
7775
|
)
|
|
7510
7776
|
}
|
|
7511
|
-
),
|
|
7777
|
+
), t4 = ({
|
|
7512
7778
|
className: s,
|
|
7513
7779
|
color: e = "#001E52",
|
|
7514
7780
|
height: t = 24,
|
|
@@ -7546,7 +7812,7 @@ const X2 = (s, e) => {
|
|
|
7546
7812
|
)
|
|
7547
7813
|
] }) })
|
|
7548
7814
|
}
|
|
7549
|
-
),
|
|
7815
|
+
), i4 = ({
|
|
7550
7816
|
width: s = 20,
|
|
7551
7817
|
height: e = 20,
|
|
7552
7818
|
color: t = c.GREY_DARK_5,
|
|
@@ -7570,7 +7836,7 @@ const X2 = (s, e) => {
|
|
|
7570
7836
|
}
|
|
7571
7837
|
)
|
|
7572
7838
|
}
|
|
7573
|
-
),
|
|
7839
|
+
), s4 = ({
|
|
7574
7840
|
width: s = 24,
|
|
7575
7841
|
height: e = 24,
|
|
7576
7842
|
color: t = "#131314",
|
|
@@ -7603,7 +7869,7 @@ const X2 = (s, e) => {
|
|
|
7603
7869
|
)
|
|
7604
7870
|
]
|
|
7605
7871
|
}
|
|
7606
|
-
),
|
|
7872
|
+
), n4 = ({
|
|
7607
7873
|
width: s = 20,
|
|
7608
7874
|
height: e = 20,
|
|
7609
7875
|
color: t = c.GREY_DARK_5,
|
|
@@ -7636,7 +7902,7 @@ const X2 = (s, e) => {
|
|
|
7636
7902
|
)
|
|
7637
7903
|
]
|
|
7638
7904
|
}
|
|
7639
|
-
),
|
|
7905
|
+
), o4 = ({
|
|
7640
7906
|
width: s = 24,
|
|
7641
7907
|
height: e = 24,
|
|
7642
7908
|
color: t = c.GREY_DARK_2,
|
|
@@ -7676,7 +7942,7 @@ const X2 = (s, e) => {
|
|
|
7676
7942
|
)
|
|
7677
7943
|
]
|
|
7678
7944
|
}
|
|
7679
|
-
),
|
|
7945
|
+
), l4 = ({
|
|
7680
7946
|
width: s = 24,
|
|
7681
7947
|
height: e = 24,
|
|
7682
7948
|
color: t = c.GREY_DARK_2,
|
|
@@ -7703,7 +7969,7 @@ const X2 = (s, e) => {
|
|
|
7703
7969
|
}
|
|
7704
7970
|
)
|
|
7705
7971
|
}
|
|
7706
|
-
),
|
|
7972
|
+
), r4 = ({
|
|
7707
7973
|
width: s = 24,
|
|
7708
7974
|
height: e = 24,
|
|
7709
7975
|
color: t = c.GREY_DARK_2,
|
|
@@ -7730,7 +7996,7 @@ const X2 = (s, e) => {
|
|
|
7730
7996
|
}
|
|
7731
7997
|
)
|
|
7732
7998
|
}
|
|
7733
|
-
),
|
|
7999
|
+
), a4 = ({
|
|
7734
8000
|
width: s = 20,
|
|
7735
8001
|
height: e = 20,
|
|
7736
8002
|
color: t = c.GREY_DARK_5,
|
|
@@ -7767,35 +8033,39 @@ const X2 = (s, e) => {
|
|
|
7767
8033
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
7768
8034
|
switch (s) {
|
|
7769
8035
|
case "nextIcon":
|
|
7770
|
-
return
|
|
8036
|
+
return E9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7771
8037
|
case "prevIcon":
|
|
7772
|
-
return
|
|
8038
|
+
return A9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7773
8039
|
case "arrowDown":
|
|
7774
|
-
return
|
|
8040
|
+
return J0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7775
8041
|
case "info":
|
|
7776
|
-
return
|
|
8042
|
+
return q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7777
8043
|
case "arrowRight":
|
|
7778
|
-
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 });
|
|
7779
8049
|
case "calendar":
|
|
7780
|
-
return
|
|
8050
|
+
return o9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7781
8051
|
case "check":
|
|
7782
|
-
return
|
|
8052
|
+
return l9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7783
8053
|
case "cancel":
|
|
7784
|
-
return
|
|
8054
|
+
return r9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7785
8055
|
case "add":
|
|
7786
|
-
return
|
|
8056
|
+
return a9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7787
8057
|
case "list":
|
|
7788
|
-
return
|
|
8058
|
+
return h9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7789
8059
|
case "dragAndDrop":
|
|
7790
|
-
return
|
|
8060
|
+
return c9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7791
8061
|
case "filter":
|
|
7792
|
-
return
|
|
8062
|
+
return C9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7793
8063
|
case "attention":
|
|
7794
|
-
return
|
|
8064
|
+
return d9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7795
8065
|
case "users":
|
|
7796
|
-
return
|
|
8066
|
+
return g9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7797
8067
|
case "mySkillsMatrix":
|
|
7798
|
-
return
|
|
8068
|
+
return u9({
|
|
7799
8069
|
width: e,
|
|
7800
8070
|
height: t,
|
|
7801
8071
|
color: r,
|
|
@@ -7803,9 +8073,9 @@ const X2 = (s, e) => {
|
|
|
7803
8073
|
onClick: l
|
|
7804
8074
|
});
|
|
7805
8075
|
case "skills":
|
|
7806
|
-
return
|
|
8076
|
+
return w9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7807
8077
|
case "skillsMatrices":
|
|
7808
|
-
return
|
|
8078
|
+
return p9({
|
|
7809
8079
|
width: e,
|
|
7810
8080
|
height: t,
|
|
7811
8081
|
color: r,
|
|
@@ -7813,21 +8083,21 @@ const X2 = (s, e) => {
|
|
|
7813
8083
|
onClick: l
|
|
7814
8084
|
});
|
|
7815
8085
|
case "history":
|
|
7816
|
-
return
|
|
8086
|
+
return f9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7817
8087
|
case "logOut":
|
|
7818
|
-
return
|
|
8088
|
+
return L9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7819
8089
|
case "settings":
|
|
7820
|
-
return
|
|
8090
|
+
return m9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7821
8091
|
case "trash":
|
|
7822
|
-
return
|
|
8092
|
+
return k9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7823
8093
|
case "settings2":
|
|
7824
|
-
return
|
|
8094
|
+
return v9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7825
8095
|
case "checkCircle":
|
|
7826
|
-
return
|
|
8096
|
+
return N9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7827
8097
|
case "cancelCircle":
|
|
7828
|
-
return
|
|
8098
|
+
return x9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7829
8099
|
case "visibilityIcon":
|
|
7830
|
-
return
|
|
8100
|
+
return M9({
|
|
7831
8101
|
width: e,
|
|
7832
8102
|
height: t,
|
|
7833
8103
|
color: r,
|
|
@@ -7835,7 +8105,7 @@ const X2 = (s, e) => {
|
|
|
7835
8105
|
onClick: l
|
|
7836
8106
|
});
|
|
7837
8107
|
case "visibilityOffIcon":
|
|
7838
|
-
return
|
|
8108
|
+
return R9({
|
|
7839
8109
|
width: e,
|
|
7840
8110
|
height: t,
|
|
7841
8111
|
color: r,
|
|
@@ -7843,7 +8113,7 @@ const X2 = (s, e) => {
|
|
|
7843
8113
|
onClick: l
|
|
7844
8114
|
});
|
|
7845
8115
|
case "selectArrowIcon":
|
|
7846
|
-
return
|
|
8116
|
+
return V9({
|
|
7847
8117
|
width: e,
|
|
7848
8118
|
height: t,
|
|
7849
8119
|
color: r,
|
|
@@ -7851,7 +8121,7 @@ const X2 = (s, e) => {
|
|
|
7851
8121
|
onClick: l
|
|
7852
8122
|
});
|
|
7853
8123
|
case "expandArrowIcon":
|
|
7854
|
-
return
|
|
8124
|
+
return Z9({
|
|
7855
8125
|
width: e,
|
|
7856
8126
|
height: t,
|
|
7857
8127
|
color: r,
|
|
@@ -7859,7 +8129,7 @@ const X2 = (s, e) => {
|
|
|
7859
8129
|
onClick: l
|
|
7860
8130
|
});
|
|
7861
8131
|
case "expandActiveArrowIcon":
|
|
7862
|
-
return
|
|
8132
|
+
return H9({
|
|
7863
8133
|
width: e,
|
|
7864
8134
|
height: t,
|
|
7865
8135
|
color: r,
|
|
@@ -7867,82 +8137,82 @@ const X2 = (s, e) => {
|
|
|
7867
8137
|
onClick: l
|
|
7868
8138
|
});
|
|
7869
8139
|
case "sortUp":
|
|
7870
|
-
return
|
|
8140
|
+
return _9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7871
8141
|
case "sortDown":
|
|
7872
|
-
return
|
|
8142
|
+
return b9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7873
8143
|
case "search":
|
|
7874
|
-
return
|
|
8144
|
+
return y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7875
8145
|
case "arrowUpFilled":
|
|
7876
|
-
return
|
|
8146
|
+
return K9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7877
8147
|
case "arrowDownFilled":
|
|
7878
|
-
return
|
|
8148
|
+
return D9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7879
8149
|
case "arrow2Up":
|
|
7880
|
-
return
|
|
8150
|
+
return X0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7881
8151
|
case "arrow2Right":
|
|
7882
|
-
return
|
|
8152
|
+
return e9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7883
8153
|
case "arrow2Down":
|
|
7884
|
-
return
|
|
8154
|
+
return t9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7885
8155
|
case "arrow2Left":
|
|
7886
|
-
return
|
|
8156
|
+
return i9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7887
8157
|
case "link":
|
|
7888
|
-
return
|
|
8158
|
+
return B9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7889
8159
|
case "telegram":
|
|
7890
|
-
return
|
|
8160
|
+
return G9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7891
8161
|
case "mail":
|
|
7892
|
-
return
|
|
8162
|
+
return I9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7893
8163
|
case "github":
|
|
7894
|
-
return
|
|
8164
|
+
return S9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7895
8165
|
case "linkedIn":
|
|
7896
|
-
return
|
|
8166
|
+
return O9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7897
8167
|
case "emptyStateIcon":
|
|
7898
|
-
return
|
|
8168
|
+
return Y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7899
8169
|
case "filtersIcon":
|
|
7900
|
-
return
|
|
8170
|
+
return j9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7901
8171
|
case "dotMenuIcon":
|
|
7902
|
-
return
|
|
8172
|
+
return W9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7903
8173
|
case "plusCircle":
|
|
7904
|
-
return
|
|
8174
|
+
return $9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7905
8175
|
case "warning":
|
|
7906
|
-
return
|
|
8176
|
+
return T9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7907
8177
|
case "back":
|
|
7908
|
-
return
|
|
8178
|
+
return P9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7909
8179
|
case "bell":
|
|
7910
|
-
return
|
|
8180
|
+
return F9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7911
8181
|
case "copy":
|
|
7912
|
-
return
|
|
8182
|
+
return U9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7913
8183
|
case "contract":
|
|
7914
|
-
return
|
|
8184
|
+
return z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7915
8185
|
case "resourceManager":
|
|
7916
|
-
return
|
|
8186
|
+
return J9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7917
8187
|
case "image":
|
|
7918
|
-
return
|
|
8188
|
+
return q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7919
8189
|
case "edit":
|
|
7920
|
-
return
|
|
8190
|
+
return Q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7921
8191
|
case "filledArrowRight":
|
|
7922
|
-
return
|
|
8192
|
+
return X9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7923
8193
|
case "burgerMenu":
|
|
7924
|
-
return
|
|
8194
|
+
return e4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7925
8195
|
case "refresh":
|
|
7926
|
-
return
|
|
8196
|
+
return t4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7927
8197
|
case "projects":
|
|
7928
|
-
return
|
|
8198
|
+
return i4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7929
8199
|
case "user":
|
|
7930
|
-
return
|
|
8200
|
+
return n4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7931
8201
|
case "exit":
|
|
7932
|
-
return
|
|
8202
|
+
return s4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7933
8203
|
case "openPointCircle":
|
|
7934
|
-
return
|
|
8204
|
+
return o4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7935
8205
|
case "community":
|
|
7936
|
-
return
|
|
8206
|
+
return l4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7937
8207
|
case "docs":
|
|
7938
|
-
return
|
|
8208
|
+
return r4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7939
8209
|
case "unpaidLeave":
|
|
7940
|
-
return
|
|
8210
|
+
return a4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7941
8211
|
default:
|
|
7942
8212
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
7943
8213
|
}
|
|
7944
8214
|
})() });
|
|
7945
|
-
},
|
|
8215
|
+
}, h4 = ({
|
|
7946
8216
|
text: s,
|
|
7947
8217
|
color: e = "cyan",
|
|
7948
8218
|
size: t = "medium",
|
|
@@ -7968,7 +8238,7 @@ const X2 = (s, e) => {
|
|
|
7968
8238
|
children: /* @__PURE__ */ o(k2, { variant: n, color: c.GREY_DARK_4, children: s })
|
|
7969
8239
|
}
|
|
7970
8240
|
);
|
|
7971
|
-
},
|
|
8241
|
+
}, c4 = ({
|
|
7972
8242
|
text: s,
|
|
7973
8243
|
status: e,
|
|
7974
8244
|
withIcon: t = !1,
|
|
@@ -8017,8 +8287,8 @@ const X2 = (s, e) => {
|
|
|
8017
8287
|
]
|
|
8018
8288
|
}
|
|
8019
8289
|
);
|
|
8020
|
-
}, v2 = (s) => s.variant === "status" ? /* @__PURE__ */ o(
|
|
8021
|
-
var
|
|
8290
|
+
}, v2 = (s) => s.variant === "status" ? /* @__PURE__ */ o(c4, { ...s }) : /* @__PURE__ */ o(h4, { ...s });
|
|
8291
|
+
var C4 = { exports: {} };
|
|
8022
8292
|
(function(s, e) {
|
|
8023
8293
|
(function(t, i) {
|
|
8024
8294
|
s.exports = i();
|
|
@@ -8028,8 +8298,8 @@ var o4 = { exports: {} };
|
|
|
8028
8298
|
return "[" + t + (i[(n - 20) % 10] || i[n] || i[0]) + "]";
|
|
8029
8299
|
} };
|
|
8030
8300
|
});
|
|
8031
|
-
})(
|
|
8032
|
-
const
|
|
8301
|
+
})(C4);
|
|
8302
|
+
const d4 = ({
|
|
8033
8303
|
values: s,
|
|
8034
8304
|
onTagClose: e,
|
|
8035
8305
|
maxWidth: t,
|
|
@@ -8039,7 +8309,7 @@ const l4 = ({
|
|
|
8039
8309
|
extraOptions: C,
|
|
8040
8310
|
selectedItemVariant: d = "default"
|
|
8041
8311
|
}) => {
|
|
8042
|
-
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);
|
|
8043
8313
|
if (G(() => {
|
|
8044
8314
|
s.length || p(!1);
|
|
8045
8315
|
}, [s]), !s.length)
|
|
@@ -8049,7 +8319,7 @@ const l4 = ({
|
|
|
8049
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;
|
|
8050
8320
|
};
|
|
8051
8321
|
return /* @__PURE__ */ g(
|
|
8052
|
-
|
|
8322
|
+
P0,
|
|
8053
8323
|
{
|
|
8054
8324
|
content: (
|
|
8055
8325
|
// 90: paddings + margins + gaps and so on
|
|
@@ -8088,19 +8358,19 @@ const l4 = ({
|
|
|
8088
8358
|
]
|
|
8089
8359
|
}
|
|
8090
8360
|
);
|
|
8091
|
-
},
|
|
8361
|
+
}, g4 = {
|
|
8092
8362
|
small: 20,
|
|
8093
8363
|
medium: 28,
|
|
8094
8364
|
large: 48
|
|
8095
8365
|
}, Q1 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
8096
|
-
const t =
|
|
8366
|
+
const t = g4[s], i = `no-repeat linear-gradient(${e}
|
|
8097
8367
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
8098
8368
|
width: t,
|
|
8099
8369
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
8100
8370
|
backgroundSize: "20% calc(200% + 20px)"
|
|
8101
8371
|
};
|
|
8102
8372
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: n });
|
|
8103
|
-
},
|
|
8373
|
+
}, u4 = ({
|
|
8104
8374
|
width: s = 20,
|
|
8105
8375
|
height: e = 20,
|
|
8106
8376
|
color: t = "#001E52",
|
|
@@ -8127,7 +8397,7 @@ const l4 = ({
|
|
|
8127
8397
|
}
|
|
8128
8398
|
)
|
|
8129
8399
|
}
|
|
8130
|
-
),
|
|
8400
|
+
), w4 = ({
|
|
8131
8401
|
width: s = 20,
|
|
8132
8402
|
height: e = 20,
|
|
8133
8403
|
color: t = c.GREY_DARK_5,
|
|
@@ -8167,7 +8437,7 @@ const l4 = ({
|
|
|
8167
8437
|
)
|
|
8168
8438
|
]
|
|
8169
8439
|
}
|
|
8170
|
-
),
|
|
8440
|
+
), p4 = ({
|
|
8171
8441
|
width: s = 20,
|
|
8172
8442
|
height: e = 20,
|
|
8173
8443
|
color: t = "#001E52",
|
|
@@ -8202,7 +8472,7 @@ const l4 = ({
|
|
|
8202
8472
|
)
|
|
8203
8473
|
]
|
|
8204
8474
|
}
|
|
8205
|
-
),
|
|
8475
|
+
), f4 = ({
|
|
8206
8476
|
width: s = 20,
|
|
8207
8477
|
height: e = 20,
|
|
8208
8478
|
color: t = c.GREY_DARK_5,
|
|
@@ -8229,7 +8499,7 @@ const l4 = ({
|
|
|
8229
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)" }) }) })
|
|
8230
8500
|
]
|
|
8231
8501
|
}
|
|
8232
|
-
),
|
|
8502
|
+
), L4 = ({
|
|
8233
8503
|
width: s = 20,
|
|
8234
8504
|
height: e = 20,
|
|
8235
8505
|
color: t = c.GREY_DARK_5,
|
|
@@ -8253,7 +8523,7 @@ const l4 = ({
|
|
|
8253
8523
|
}
|
|
8254
8524
|
)
|
|
8255
8525
|
}
|
|
8256
|
-
),
|
|
8526
|
+
), m4 = ({
|
|
8257
8527
|
width: s = 20,
|
|
8258
8528
|
height: e = 20,
|
|
8259
8529
|
color: t = c.GREY_DARK_5,
|
|
@@ -8273,38 +8543,124 @@ const l4 = ({
|
|
|
8273
8543
|
/* @__PURE__ */ o("g", { clipPath: "url(#clip0_1_2039)", children: /* @__PURE__ */ o(
|
|
8274
8544
|
"path",
|
|
8275
8545
|
{
|
|
8276
|
-
d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
|
|
8546
|
+
d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
|
|
8547
|
+
fill: t
|
|
8548
|
+
}
|
|
8549
|
+
) }),
|
|
8550
|
+
/* @__PURE__ */ 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)" }) }) })
|
|
8551
|
+
]
|
|
8552
|
+
}
|
|
8553
|
+
), k4 = ({
|
|
8554
|
+
width: s = 20,
|
|
8555
|
+
height: e = 20,
|
|
8556
|
+
color: t = c.GREY_DARK_5,
|
|
8557
|
+
className: i,
|
|
8558
|
+
onClick: n
|
|
8559
|
+
}) => /* @__PURE__ */ o(
|
|
8560
|
+
"svg",
|
|
8561
|
+
{
|
|
8562
|
+
width: s,
|
|
8563
|
+
height: e,
|
|
8564
|
+
className: i,
|
|
8565
|
+
onClick: n,
|
|
8566
|
+
viewBox: "0 0 25 25",
|
|
8567
|
+
fill: "none",
|
|
8568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8569
|
+
children: /* @__PURE__ */ o(
|
|
8570
|
+
"path",
|
|
8571
|
+
{
|
|
8572
|
+
d: "M14.9697 5.96967C15.2626 5.67678 15.7373 5.67678 16.0302 5.96967C16.3231 6.26256 16.3231 6.73732 16.0302 7.03022L10.5605 12.4999L16.0302 17.9697L16.082 18.0263C16.3223 18.3209 16.3048 18.7556 16.0302 19.0302C15.7556 19.3048 15.3209 19.3223 15.0263 19.082L14.9697 19.0302L8.96967 13.0302C8.67678 12.7373 8.67678 12.2626 8.96967 11.9697L14.9697 5.96967Z",
|
|
8573
|
+
fill: t
|
|
8574
|
+
}
|
|
8575
|
+
)
|
|
8576
|
+
}
|
|
8577
|
+
), 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",
|
|
8277
8605
|
fill: t
|
|
8278
8606
|
}
|
|
8279
|
-
)
|
|
8280
|
-
/* @__PURE__ */ o(
|
|
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
|
+
)
|
|
8281
8615
|
]
|
|
8282
8616
|
}
|
|
8283
|
-
),
|
|
8617
|
+
), N4 = ({
|
|
8284
8618
|
width: s = 20,
|
|
8285
8619
|
height: e = 20,
|
|
8286
8620
|
color: t = c.GREY_DARK_5,
|
|
8287
8621
|
className: i,
|
|
8288
8622
|
onClick: n
|
|
8289
|
-
}) => /* @__PURE__ */
|
|
8623
|
+
}) => /* @__PURE__ */ g(
|
|
8290
8624
|
"svg",
|
|
8291
8625
|
{
|
|
8292
8626
|
width: s,
|
|
8293
8627
|
height: e,
|
|
8294
8628
|
className: i,
|
|
8295
8629
|
onClick: n,
|
|
8296
|
-
viewBox: "0 0
|
|
8630
|
+
viewBox: "0 0 24 24",
|
|
8297
8631
|
fill: "none",
|
|
8298
8632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8299
|
-
children:
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8633
|
+
children: [
|
|
8634
|
+
/* @__PURE__ */ 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
|
+
]
|
|
8306
8662
|
}
|
|
8307
|
-
),
|
|
8663
|
+
), x4 = ({
|
|
8308
8664
|
width: s = 20,
|
|
8309
8665
|
height: e = 20,
|
|
8310
8666
|
color: t = c.GREY_DARK_5,
|
|
@@ -8351,7 +8707,7 @@ const l4 = ({
|
|
|
8351
8707
|
)
|
|
8352
8708
|
]
|
|
8353
8709
|
}
|
|
8354
|
-
),
|
|
8710
|
+
), M4 = ({
|
|
8355
8711
|
width: s = 20,
|
|
8356
8712
|
height: e = 20,
|
|
8357
8713
|
color: t = c.GREY_DARK_5,
|
|
@@ -8375,7 +8731,7 @@ const l4 = ({
|
|
|
8375
8731
|
}
|
|
8376
8732
|
)
|
|
8377
8733
|
}
|
|
8378
|
-
),
|
|
8734
|
+
), R4 = ({
|
|
8379
8735
|
width: s = 20,
|
|
8380
8736
|
height: e = 20,
|
|
8381
8737
|
color: t = c.GREY_DARK_5,
|
|
@@ -8399,7 +8755,7 @@ const l4 = ({
|
|
|
8399
8755
|
}
|
|
8400
8756
|
)
|
|
8401
8757
|
}
|
|
8402
|
-
),
|
|
8758
|
+
), V4 = ({
|
|
8403
8759
|
width: s = 20,
|
|
8404
8760
|
height: e = 20,
|
|
8405
8761
|
color: t = c.GREY_DARK_5,
|
|
@@ -8423,7 +8779,7 @@ const l4 = ({
|
|
|
8423
8779
|
}
|
|
8424
8780
|
)
|
|
8425
8781
|
}
|
|
8426
|
-
),
|
|
8782
|
+
), Z4 = ({
|
|
8427
8783
|
width: s = 20,
|
|
8428
8784
|
height: e = 20,
|
|
8429
8785
|
color: t = c.GREY_DARK_5,
|
|
@@ -8484,7 +8840,7 @@ const l4 = ({
|
|
|
8484
8840
|
)
|
|
8485
8841
|
]
|
|
8486
8842
|
}
|
|
8487
|
-
),
|
|
8843
|
+
), H4 = ({
|
|
8488
8844
|
width: s = 20,
|
|
8489
8845
|
height: e = 20,
|
|
8490
8846
|
color: t = c.GREY_DARK_5,
|
|
@@ -8531,7 +8887,7 @@ const l4 = ({
|
|
|
8531
8887
|
)
|
|
8532
8888
|
]
|
|
8533
8889
|
}
|
|
8534
|
-
),
|
|
8890
|
+
), _4 = ({
|
|
8535
8891
|
width: s = 20,
|
|
8536
8892
|
height: e = 20,
|
|
8537
8893
|
color: t = c.GREY_DARK_5,
|
|
@@ -8571,7 +8927,7 @@ const l4 = ({
|
|
|
8571
8927
|
)
|
|
8572
8928
|
]
|
|
8573
8929
|
}
|
|
8574
|
-
),
|
|
8930
|
+
), b4 = ({
|
|
8575
8931
|
width: s = 20,
|
|
8576
8932
|
height: e = 20,
|
|
8577
8933
|
color: t = c.GREY_DARK_5,
|
|
@@ -8611,7 +8967,7 @@ const l4 = ({
|
|
|
8611
8967
|
)
|
|
8612
8968
|
]
|
|
8613
8969
|
}
|
|
8614
|
-
),
|
|
8970
|
+
), y4 = ({
|
|
8615
8971
|
width: s = 20,
|
|
8616
8972
|
height: e = 20,
|
|
8617
8973
|
color: t = c.GREY_DARK_5,
|
|
@@ -8658,7 +9014,7 @@ const l4 = ({
|
|
|
8658
9014
|
)
|
|
8659
9015
|
]
|
|
8660
9016
|
}
|
|
8661
|
-
),
|
|
9017
|
+
), E4 = ({
|
|
8662
9018
|
width: s = 20,
|
|
8663
9019
|
height: e = 20,
|
|
8664
9020
|
color: t = c.GREY_DARK_5,
|
|
@@ -8705,7 +9061,7 @@ const l4 = ({
|
|
|
8705
9061
|
)
|
|
8706
9062
|
]
|
|
8707
9063
|
}
|
|
8708
|
-
),
|
|
9064
|
+
), A4 = ({
|
|
8709
9065
|
width: s = 20,
|
|
8710
9066
|
height: e = 20,
|
|
8711
9067
|
color: t = c.GREY_DARK_5,
|
|
@@ -8752,7 +9108,7 @@ const l4 = ({
|
|
|
8752
9108
|
)
|
|
8753
9109
|
]
|
|
8754
9110
|
}
|
|
8755
|
-
),
|
|
9111
|
+
), D4 = ({
|
|
8756
9112
|
width: s = 20,
|
|
8757
9113
|
height: e = 20,
|
|
8758
9114
|
color: t = c.GREY_DARK_5,
|
|
@@ -8792,7 +9148,7 @@ const l4 = ({
|
|
|
8792
9148
|
)
|
|
8793
9149
|
]
|
|
8794
9150
|
}
|
|
8795
|
-
),
|
|
9151
|
+
), K4 = ({
|
|
8796
9152
|
width: s = 20,
|
|
8797
9153
|
height: e = 20,
|
|
8798
9154
|
color: t = c.GREY_DARK_5,
|
|
@@ -8825,7 +9181,7 @@ const l4 = ({
|
|
|
8825
9181
|
)
|
|
8826
9182
|
]
|
|
8827
9183
|
}
|
|
8828
|
-
),
|
|
9184
|
+
), B4 = ({
|
|
8829
9185
|
width: s = 20,
|
|
8830
9186
|
height: e = 20,
|
|
8831
9187
|
color: t = c.GREY_DARK_5,
|
|
@@ -8858,7 +9214,7 @@ const l4 = ({
|
|
|
8858
9214
|
)
|
|
8859
9215
|
]
|
|
8860
9216
|
}
|
|
8861
|
-
),
|
|
9217
|
+
), S4 = ({
|
|
8862
9218
|
width: s = 20,
|
|
8863
9219
|
height: e = 20,
|
|
8864
9220
|
color: t = c.GREY_DARK_5,
|
|
@@ -8891,7 +9247,7 @@ const l4 = ({
|
|
|
8891
9247
|
)
|
|
8892
9248
|
]
|
|
8893
9249
|
}
|
|
8894
|
-
),
|
|
9250
|
+
), G4 = ({
|
|
8895
9251
|
width: s = 20,
|
|
8896
9252
|
height: e = 20,
|
|
8897
9253
|
color: t = c.GREY_DARK_5,
|
|
@@ -8924,7 +9280,7 @@ const l4 = ({
|
|
|
8924
9280
|
)
|
|
8925
9281
|
]
|
|
8926
9282
|
}
|
|
8927
|
-
),
|
|
9283
|
+
), O4 = ({
|
|
8928
9284
|
width: s = 20,
|
|
8929
9285
|
height: e = 20,
|
|
8930
9286
|
color: t = c.GREY_DARK_5,
|
|
@@ -8964,7 +9320,7 @@ const l4 = ({
|
|
|
8964
9320
|
)
|
|
8965
9321
|
]
|
|
8966
9322
|
}
|
|
8967
|
-
),
|
|
9323
|
+
), I4 = ({
|
|
8968
9324
|
width: s = 20,
|
|
8969
9325
|
height: e = 20,
|
|
8970
9326
|
color: t = c.GREY_DARK_5,
|
|
@@ -8997,7 +9353,7 @@ const l4 = ({
|
|
|
8997
9353
|
)
|
|
8998
9354
|
]
|
|
8999
9355
|
}
|
|
9000
|
-
),
|
|
9356
|
+
), Y4 = ({
|
|
9001
9357
|
width: s = 20,
|
|
9002
9358
|
height: e = 20,
|
|
9003
9359
|
color: t = c.GREY_DARK_5,
|
|
@@ -9030,7 +9386,7 @@ const l4 = ({
|
|
|
9030
9386
|
)
|
|
9031
9387
|
]
|
|
9032
9388
|
}
|
|
9033
|
-
),
|
|
9389
|
+
), j4 = ({
|
|
9034
9390
|
width: s = 20,
|
|
9035
9391
|
height: e = 20,
|
|
9036
9392
|
color: t = "#070739",
|
|
@@ -9060,7 +9416,7 @@ const l4 = ({
|
|
|
9060
9416
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
9061
9417
|
]
|
|
9062
9418
|
}
|
|
9063
|
-
),
|
|
9419
|
+
), W4 = ({
|
|
9064
9420
|
width: s = 20,
|
|
9065
9421
|
height: e = 20,
|
|
9066
9422
|
color: t = "#070739",
|
|
@@ -9098,7 +9454,7 @@ const l4 = ({
|
|
|
9098
9454
|
)
|
|
9099
9455
|
]
|
|
9100
9456
|
}
|
|
9101
|
-
),
|
|
9457
|
+
), $4 = ({
|
|
9102
9458
|
width: s = 9,
|
|
9103
9459
|
height: e = 5,
|
|
9104
9460
|
color: t = "#001E52",
|
|
@@ -9124,7 +9480,7 @@ const l4 = ({
|
|
|
9124
9480
|
}
|
|
9125
9481
|
)
|
|
9126
9482
|
}
|
|
9127
|
-
),
|
|
9483
|
+
), T4 = ({
|
|
9128
9484
|
width: s = 20,
|
|
9129
9485
|
height: e = 20,
|
|
9130
9486
|
color: t = "#F2F2F7",
|
|
@@ -9153,7 +9509,7 @@ const l4 = ({
|
|
|
9153
9509
|
)
|
|
9154
9510
|
]
|
|
9155
9511
|
}
|
|
9156
|
-
),
|
|
9512
|
+
), P4 = ({
|
|
9157
9513
|
width: s = 20,
|
|
9158
9514
|
height: e = 20,
|
|
9159
9515
|
color: t = "#004ED7",
|
|
@@ -9182,7 +9538,7 @@ const l4 = ({
|
|
|
9182
9538
|
)
|
|
9183
9539
|
]
|
|
9184
9540
|
}
|
|
9185
|
-
),
|
|
9541
|
+
), F4 = ({
|
|
9186
9542
|
width: s = 10,
|
|
9187
9543
|
height: e = 10,
|
|
9188
9544
|
color: t = "#001E52",
|
|
@@ -9211,7 +9567,7 @@ const l4 = ({
|
|
|
9211
9567
|
)
|
|
9212
9568
|
]
|
|
9213
9569
|
}
|
|
9214
|
-
),
|
|
9570
|
+
), U4 = ({
|
|
9215
9571
|
width: s = 10,
|
|
9216
9572
|
height: e = 10,
|
|
9217
9573
|
color: t = "#001E52",
|
|
@@ -9248,7 +9604,7 @@ const l4 = ({
|
|
|
9248
9604
|
)
|
|
9249
9605
|
]
|
|
9250
9606
|
}
|
|
9251
|
-
),
|
|
9607
|
+
), z4 = ({
|
|
9252
9608
|
className: s,
|
|
9253
9609
|
color: e = c.GREY_DARK_5,
|
|
9254
9610
|
height: t = 20,
|
|
@@ -9281,7 +9637,7 @@ const l4 = ({
|
|
|
9281
9637
|
)
|
|
9282
9638
|
]
|
|
9283
9639
|
}
|
|
9284
|
-
),
|
|
9640
|
+
), J4 = ({
|
|
9285
9641
|
className: s,
|
|
9286
9642
|
color: e = c.GREY_DARK_5,
|
|
9287
9643
|
height: t = 20,
|
|
@@ -9308,7 +9664,7 @@ const l4 = ({
|
|
|
9308
9664
|
}
|
|
9309
9665
|
)
|
|
9310
9666
|
}
|
|
9311
|
-
),
|
|
9667
|
+
), q4 = ({
|
|
9312
9668
|
className: s,
|
|
9313
9669
|
color: e = c.GREY_DARK_5,
|
|
9314
9670
|
height: t = 20,
|
|
@@ -9335,7 +9691,7 @@ const l4 = ({
|
|
|
9335
9691
|
}
|
|
9336
9692
|
)
|
|
9337
9693
|
}
|
|
9338
|
-
),
|
|
9694
|
+
), Q4 = ({
|
|
9339
9695
|
className: s,
|
|
9340
9696
|
color: e = c.GREY_DARK_5,
|
|
9341
9697
|
height: t = 5,
|
|
@@ -9359,7 +9715,7 @@ const l4 = ({
|
|
|
9359
9715
|
}
|
|
9360
9716
|
)
|
|
9361
9717
|
}
|
|
9362
|
-
),
|
|
9718
|
+
), X4 = ({
|
|
9363
9719
|
className: s,
|
|
9364
9720
|
color: e = c.GREY_DARK_5,
|
|
9365
9721
|
height: t = 5,
|
|
@@ -9384,7 +9740,7 @@ const l4 = ({
|
|
|
9384
9740
|
}
|
|
9385
9741
|
)
|
|
9386
9742
|
}
|
|
9387
|
-
),
|
|
9743
|
+
), e6 = ({
|
|
9388
9744
|
className: s,
|
|
9389
9745
|
color: e = c.GREY_DARK_5,
|
|
9390
9746
|
height: t = 20,
|
|
@@ -9417,7 +9773,7 @@ const l4 = ({
|
|
|
9417
9773
|
)
|
|
9418
9774
|
]
|
|
9419
9775
|
}
|
|
9420
|
-
),
|
|
9776
|
+
), t6 = ({
|
|
9421
9777
|
className: s,
|
|
9422
9778
|
color: e = c.GREY_DARK_5,
|
|
9423
9779
|
height: t = 24,
|
|
@@ -9456,7 +9812,7 @@ const l4 = ({
|
|
|
9456
9812
|
)
|
|
9457
9813
|
]
|
|
9458
9814
|
}
|
|
9459
|
-
),
|
|
9815
|
+
), i6 = ({
|
|
9460
9816
|
className: s,
|
|
9461
9817
|
color: e = c.GREY_DARK_5,
|
|
9462
9818
|
height: t = 24,
|
|
@@ -9483,7 +9839,7 @@ const l4 = ({
|
|
|
9483
9839
|
}
|
|
9484
9840
|
)
|
|
9485
9841
|
}
|
|
9486
|
-
),
|
|
9842
|
+
), s6 = ({
|
|
9487
9843
|
className: s,
|
|
9488
9844
|
color: e = c.GREY_DARK_5,
|
|
9489
9845
|
height: t = 24,
|
|
@@ -9542,7 +9898,7 @@ const l4 = ({
|
|
|
9542
9898
|
)
|
|
9543
9899
|
]
|
|
9544
9900
|
}
|
|
9545
|
-
),
|
|
9901
|
+
), n6 = ({
|
|
9546
9902
|
className: s,
|
|
9547
9903
|
color: e = c.GREY_DARK_5,
|
|
9548
9904
|
height: t = 24,
|
|
@@ -9579,7 +9935,7 @@ const l4 = ({
|
|
|
9579
9935
|
)
|
|
9580
9936
|
]
|
|
9581
9937
|
}
|
|
9582
|
-
),
|
|
9938
|
+
), o6 = ({
|
|
9583
9939
|
className: s,
|
|
9584
9940
|
color: e = c.GREY_DARK_3,
|
|
9585
9941
|
height: t = 14,
|
|
@@ -9616,7 +9972,7 @@ const l4 = ({
|
|
|
9616
9972
|
)
|
|
9617
9973
|
]
|
|
9618
9974
|
}
|
|
9619
|
-
),
|
|
9975
|
+
), l6 = ({
|
|
9620
9976
|
className: s,
|
|
9621
9977
|
color: e = c.GREY_DARK_5,
|
|
9622
9978
|
height: t = 18,
|
|
@@ -9643,7 +9999,7 @@ const l4 = ({
|
|
|
9643
9999
|
}
|
|
9644
10000
|
)
|
|
9645
10001
|
}
|
|
9646
|
-
),
|
|
10002
|
+
), r6 = ({
|
|
9647
10003
|
className: s,
|
|
9648
10004
|
color: e = c.GREY_DARK_5,
|
|
9649
10005
|
height: t = 24,
|
|
@@ -9695,7 +10051,7 @@ const l4 = ({
|
|
|
9695
10051
|
)
|
|
9696
10052
|
]
|
|
9697
10053
|
}
|
|
9698
|
-
),
|
|
10054
|
+
), a6 = ({
|
|
9699
10055
|
className: s,
|
|
9700
10056
|
color: e = c.GREY_DARK_5,
|
|
9701
10057
|
height: t = 24,
|
|
@@ -9732,7 +10088,7 @@ const l4 = ({
|
|
|
9732
10088
|
)
|
|
9733
10089
|
]
|
|
9734
10090
|
}
|
|
9735
|
-
),
|
|
10091
|
+
), h6 = ({
|
|
9736
10092
|
className: s,
|
|
9737
10093
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
9738
10094
|
height: t = 37,
|
|
@@ -9771,7 +10127,7 @@ const l4 = ({
|
|
|
9771
10127
|
)
|
|
9772
10128
|
]
|
|
9773
10129
|
}
|
|
9774
|
-
),
|
|
10130
|
+
), c6 = ({
|
|
9775
10131
|
className: s,
|
|
9776
10132
|
color: e = c.GREY_DARK_5,
|
|
9777
10133
|
height: t = 24,
|
|
@@ -9797,7 +10153,7 @@ const l4 = ({
|
|
|
9797
10153
|
}
|
|
9798
10154
|
)
|
|
9799
10155
|
}
|
|
9800
|
-
),
|
|
10156
|
+
), C6 = ({
|
|
9801
10157
|
className: s,
|
|
9802
10158
|
color: e = c.GREY_DARK_5,
|
|
9803
10159
|
height: t = 24,
|
|
@@ -9836,7 +10192,7 @@ const l4 = ({
|
|
|
9836
10192
|
)
|
|
9837
10193
|
]
|
|
9838
10194
|
}
|
|
9839
|
-
),
|
|
10195
|
+
), d6 = ({
|
|
9840
10196
|
className: s,
|
|
9841
10197
|
color: e = c.GREY_DARK_5,
|
|
9842
10198
|
height: t = 20,
|
|
@@ -9869,7 +10225,7 @@ const l4 = ({
|
|
|
9869
10225
|
)
|
|
9870
10226
|
]
|
|
9871
10227
|
}
|
|
9872
|
-
),
|
|
10228
|
+
), g6 = ({
|
|
9873
10229
|
className: s,
|
|
9874
10230
|
color: e = c.GREY_DARK_5,
|
|
9875
10231
|
height: t = 24,
|
|
@@ -9938,7 +10294,7 @@ const l4 = ({
|
|
|
9938
10294
|
)
|
|
9939
10295
|
]
|
|
9940
10296
|
}
|
|
9941
|
-
),
|
|
10297
|
+
), u6 = ({
|
|
9942
10298
|
className: s,
|
|
9943
10299
|
color: e = c.GREY_DARK_5,
|
|
9944
10300
|
height: t = 24,
|
|
@@ -9995,7 +10351,7 @@ const l4 = ({
|
|
|
9995
10351
|
)
|
|
9996
10352
|
]
|
|
9997
10353
|
}
|
|
9998
|
-
),
|
|
10354
|
+
), w6 = ({
|
|
9999
10355
|
className: s,
|
|
10000
10356
|
color: e = c.GREY_DARK_5,
|
|
10001
10357
|
height: t = 24,
|
|
@@ -10044,7 +10400,7 @@ const l4 = ({
|
|
|
10044
10400
|
)
|
|
10045
10401
|
]
|
|
10046
10402
|
}
|
|
10047
|
-
),
|
|
10403
|
+
), p6 = ({
|
|
10048
10404
|
className: s,
|
|
10049
10405
|
color: e = c.GREY_DARK_5,
|
|
10050
10406
|
height: t = 24,
|
|
@@ -10071,7 +10427,7 @@ const l4 = ({
|
|
|
10071
10427
|
}
|
|
10072
10428
|
)
|
|
10073
10429
|
}
|
|
10074
|
-
),
|
|
10430
|
+
), f6 = ({
|
|
10075
10431
|
className: s,
|
|
10076
10432
|
color: e = c.GREY_DARK_5,
|
|
10077
10433
|
height: t = 20,
|
|
@@ -10100,7 +10456,7 @@ const l4 = ({
|
|
|
10100
10456
|
)
|
|
10101
10457
|
]
|
|
10102
10458
|
}
|
|
10103
|
-
),
|
|
10459
|
+
), L6 = ({
|
|
10104
10460
|
className: s,
|
|
10105
10461
|
color: e = "#001E52",
|
|
10106
10462
|
height: t = 24,
|
|
@@ -10126,7 +10482,7 @@ const l4 = ({
|
|
|
10126
10482
|
}
|
|
10127
10483
|
)
|
|
10128
10484
|
}
|
|
10129
|
-
),
|
|
10485
|
+
), m6 = ({
|
|
10130
10486
|
className: s,
|
|
10131
10487
|
color: e = "#001E52",
|
|
10132
10488
|
height: t = 24,
|
|
@@ -10164,7 +10520,7 @@ const l4 = ({
|
|
|
10164
10520
|
)
|
|
10165
10521
|
] }) })
|
|
10166
10522
|
}
|
|
10167
|
-
),
|
|
10523
|
+
), k6 = ({
|
|
10168
10524
|
width: s = 20,
|
|
10169
10525
|
height: e = 20,
|
|
10170
10526
|
color: t = c.GREY_DARK_5,
|
|
@@ -10188,7 +10544,7 @@ const l4 = ({
|
|
|
10188
10544
|
}
|
|
10189
10545
|
)
|
|
10190
10546
|
}
|
|
10191
|
-
),
|
|
10547
|
+
), v6 = ({
|
|
10192
10548
|
width: s = 24,
|
|
10193
10549
|
height: e = 24,
|
|
10194
10550
|
color: t = "#131314",
|
|
@@ -10221,7 +10577,7 @@ const l4 = ({
|
|
|
10221
10577
|
)
|
|
10222
10578
|
]
|
|
10223
10579
|
}
|
|
10224
|
-
),
|
|
10580
|
+
), N6 = ({
|
|
10225
10581
|
width: s = 20,
|
|
10226
10582
|
height: e = 20,
|
|
10227
10583
|
color: t = c.GREY_DARK_5,
|
|
@@ -10254,7 +10610,7 @@ const l4 = ({
|
|
|
10254
10610
|
)
|
|
10255
10611
|
]
|
|
10256
10612
|
}
|
|
10257
|
-
),
|
|
10613
|
+
), x6 = ({
|
|
10258
10614
|
width: s = 24,
|
|
10259
10615
|
height: e = 24,
|
|
10260
10616
|
color: t = c.GREY_DARK_2,
|
|
@@ -10294,7 +10650,7 @@ const l4 = ({
|
|
|
10294
10650
|
)
|
|
10295
10651
|
]
|
|
10296
10652
|
}
|
|
10297
|
-
),
|
|
10653
|
+
), M6 = ({
|
|
10298
10654
|
width: s = 24,
|
|
10299
10655
|
height: e = 24,
|
|
10300
10656
|
color: t = c.GREY_DARK_2,
|
|
@@ -10321,7 +10677,7 @@ const l4 = ({
|
|
|
10321
10677
|
}
|
|
10322
10678
|
)
|
|
10323
10679
|
}
|
|
10324
|
-
),
|
|
10680
|
+
), R6 = ({
|
|
10325
10681
|
width: s = 24,
|
|
10326
10682
|
height: e = 24,
|
|
10327
10683
|
color: t = c.GREY_DARK_2,
|
|
@@ -10348,7 +10704,7 @@ const l4 = ({
|
|
|
10348
10704
|
}
|
|
10349
10705
|
)
|
|
10350
10706
|
}
|
|
10351
|
-
),
|
|
10707
|
+
), V6 = ({
|
|
10352
10708
|
width: s = 20,
|
|
10353
10709
|
height: e = 20,
|
|
10354
10710
|
color: t = c.GREY_DARK_5,
|
|
@@ -10372,7 +10728,7 @@ const l4 = ({
|
|
|
10372
10728
|
}
|
|
10373
10729
|
)
|
|
10374
10730
|
}
|
|
10375
|
-
),
|
|
10731
|
+
), Z6 = ({
|
|
10376
10732
|
name: s,
|
|
10377
10733
|
width: e,
|
|
10378
10734
|
height: t,
|
|
@@ -10385,35 +10741,39 @@ const l4 = ({
|
|
|
10385
10741
|
return /* @__PURE__ */ o(i1, { children: (() => {
|
|
10386
10742
|
switch (s) {
|
|
10387
10743
|
case "nextIcon":
|
|
10388
|
-
return
|
|
10744
|
+
return J4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10389
10745
|
case "prevIcon":
|
|
10390
|
-
return
|
|
10746
|
+
return q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10391
10747
|
case "arrowDown":
|
|
10392
|
-
return
|
|
10748
|
+
return u4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10393
10749
|
case "info":
|
|
10394
|
-
return
|
|
10750
|
+
return w4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10395
10751
|
case "arrowRight":
|
|
10396
|
-
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 });
|
|
10397
10757
|
case "calendar":
|
|
10398
|
-
return
|
|
10758
|
+
return x4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10399
10759
|
case "check":
|
|
10400
|
-
return
|
|
10760
|
+
return M4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10401
10761
|
case "cancel":
|
|
10402
|
-
return
|
|
10762
|
+
return R4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10403
10763
|
case "add":
|
|
10404
|
-
return
|
|
10764
|
+
return V4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10405
10765
|
case "list":
|
|
10406
|
-
return
|
|
10766
|
+
return Z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10407
10767
|
case "dragAndDrop":
|
|
10408
|
-
return
|
|
10768
|
+
return H4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10409
10769
|
case "filter":
|
|
10410
|
-
return
|
|
10770
|
+
return _4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10411
10771
|
case "attention":
|
|
10412
|
-
return
|
|
10772
|
+
return b4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10413
10773
|
case "users":
|
|
10414
|
-
return
|
|
10774
|
+
return y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10415
10775
|
case "mySkillsMatrix":
|
|
10416
|
-
return
|
|
10776
|
+
return E4({
|
|
10417
10777
|
width: e,
|
|
10418
10778
|
height: t,
|
|
10419
10779
|
color: r,
|
|
@@ -10421,9 +10781,9 @@ const l4 = ({
|
|
|
10421
10781
|
onClick: l
|
|
10422
10782
|
});
|
|
10423
10783
|
case "skills":
|
|
10424
|
-
return
|
|
10784
|
+
return A4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10425
10785
|
case "skillsMatrices":
|
|
10426
|
-
return
|
|
10786
|
+
return D4({
|
|
10427
10787
|
width: e,
|
|
10428
10788
|
height: t,
|
|
10429
10789
|
color: r,
|
|
@@ -10431,21 +10791,21 @@ const l4 = ({
|
|
|
10431
10791
|
onClick: l
|
|
10432
10792
|
});
|
|
10433
10793
|
case "history":
|
|
10434
|
-
return
|
|
10794
|
+
return K4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10435
10795
|
case "logOut":
|
|
10436
|
-
return
|
|
10796
|
+
return B4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10437
10797
|
case "settings":
|
|
10438
|
-
return
|
|
10798
|
+
return S4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10439
10799
|
case "trash":
|
|
10440
|
-
return
|
|
10800
|
+
return G4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10441
10801
|
case "settings2":
|
|
10442
|
-
return
|
|
10802
|
+
return O4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10443
10803
|
case "checkCircle":
|
|
10444
|
-
return
|
|
10804
|
+
return I4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10445
10805
|
case "cancelCircle":
|
|
10446
|
-
return
|
|
10806
|
+
return Y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10447
10807
|
case "visibilityIcon":
|
|
10448
|
-
return
|
|
10808
|
+
return j4({
|
|
10449
10809
|
width: e,
|
|
10450
10810
|
height: t,
|
|
10451
10811
|
color: r,
|
|
@@ -10453,7 +10813,7 @@ const l4 = ({
|
|
|
10453
10813
|
onClick: l
|
|
10454
10814
|
});
|
|
10455
10815
|
case "visibilityOffIcon":
|
|
10456
|
-
return
|
|
10816
|
+
return W4({
|
|
10457
10817
|
width: e,
|
|
10458
10818
|
height: t,
|
|
10459
10819
|
color: r,
|
|
@@ -10461,7 +10821,7 @@ const l4 = ({
|
|
|
10461
10821
|
onClick: l
|
|
10462
10822
|
});
|
|
10463
10823
|
case "selectArrowIcon":
|
|
10464
|
-
return
|
|
10824
|
+
return $4({
|
|
10465
10825
|
width: e,
|
|
10466
10826
|
height: t,
|
|
10467
10827
|
color: r,
|
|
@@ -10469,7 +10829,7 @@ const l4 = ({
|
|
|
10469
10829
|
onClick: l
|
|
10470
10830
|
});
|
|
10471
10831
|
case "expandArrowIcon":
|
|
10472
|
-
return
|
|
10832
|
+
return T4({
|
|
10473
10833
|
width: e,
|
|
10474
10834
|
height: t,
|
|
10475
10835
|
color: r,
|
|
@@ -10477,7 +10837,7 @@ const l4 = ({
|
|
|
10477
10837
|
onClick: l
|
|
10478
10838
|
});
|
|
10479
10839
|
case "expandActiveArrowIcon":
|
|
10480
|
-
return
|
|
10840
|
+
return P4({
|
|
10481
10841
|
width: e,
|
|
10482
10842
|
height: t,
|
|
10483
10843
|
color: r,
|
|
@@ -10485,89 +10845,89 @@ const l4 = ({
|
|
|
10485
10845
|
onClick: l
|
|
10486
10846
|
});
|
|
10487
10847
|
case "sortUp":
|
|
10488
|
-
return
|
|
10848
|
+
return F4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10489
10849
|
case "sortDown":
|
|
10490
|
-
return
|
|
10850
|
+
return U4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10491
10851
|
case "search":
|
|
10492
|
-
return
|
|
10852
|
+
return z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10493
10853
|
case "arrowUpFilled":
|
|
10494
|
-
return
|
|
10854
|
+
return X4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10495
10855
|
case "arrowDownFilled":
|
|
10496
|
-
return
|
|
10856
|
+
return Q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10497
10857
|
case "arrow2Up":
|
|
10498
|
-
return
|
|
10858
|
+
return f4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10499
10859
|
case "arrow2Right":
|
|
10500
|
-
return
|
|
10860
|
+
return L4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10501
10861
|
case "arrow2Down":
|
|
10502
|
-
return
|
|
10862
|
+
return m4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10503
10863
|
case "arrow2Left":
|
|
10504
|
-
return
|
|
10864
|
+
return k4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10505
10865
|
case "link":
|
|
10506
|
-
return
|
|
10866
|
+
return e6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10507
10867
|
case "telegram":
|
|
10508
|
-
return
|
|
10868
|
+
return i6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10509
10869
|
case "mail":
|
|
10510
|
-
return
|
|
10870
|
+
return n6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10511
10871
|
case "github":
|
|
10512
|
-
return
|
|
10872
|
+
return t6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10513
10873
|
case "linkedIn":
|
|
10514
|
-
return
|
|
10874
|
+
return s6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10515
10875
|
case "emptyStateIcon":
|
|
10516
|
-
return
|
|
10876
|
+
return o6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10517
10877
|
case "filtersIcon":
|
|
10518
|
-
return
|
|
10878
|
+
return l6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10519
10879
|
case "dotMenuIcon":
|
|
10520
|
-
return
|
|
10880
|
+
return r6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10521
10881
|
case "plusCircle":
|
|
10522
|
-
return
|
|
10882
|
+
return a6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10523
10883
|
case "warning":
|
|
10524
|
-
return
|
|
10884
|
+
return h6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10525
10885
|
case "back":
|
|
10526
|
-
return
|
|
10886
|
+
return c6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10527
10887
|
case "bell":
|
|
10528
|
-
return
|
|
10888
|
+
return C6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10529
10889
|
case "copy":
|
|
10530
|
-
return
|
|
10890
|
+
return d6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10531
10891
|
case "contract":
|
|
10532
|
-
return
|
|
10892
|
+
return g6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10533
10893
|
case "resourceManager":
|
|
10534
|
-
return
|
|
10894
|
+
return u6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10535
10895
|
case "image":
|
|
10536
|
-
return
|
|
10896
|
+
return w6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10537
10897
|
case "edit":
|
|
10538
|
-
return
|
|
10898
|
+
return p6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10539
10899
|
case "filledArrowRight":
|
|
10540
|
-
return
|
|
10900
|
+
return f6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10541
10901
|
case "burgerMenu":
|
|
10542
|
-
return
|
|
10902
|
+
return L6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10543
10903
|
case "refresh":
|
|
10544
|
-
return
|
|
10904
|
+
return m6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10545
10905
|
case "projects":
|
|
10546
|
-
return
|
|
10906
|
+
return k6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10547
10907
|
case "user":
|
|
10548
|
-
return
|
|
10908
|
+
return N6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10549
10909
|
case "exit":
|
|
10550
|
-
return
|
|
10910
|
+
return v6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10551
10911
|
case "openPointCircle":
|
|
10552
|
-
return
|
|
10912
|
+
return x6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10553
10913
|
case "community":
|
|
10554
|
-
return
|
|
10914
|
+
return M6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10555
10915
|
case "docs":
|
|
10556
|
-
return
|
|
10916
|
+
return R6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10557
10917
|
case "unpaidLeave":
|
|
10558
|
-
return
|
|
10918
|
+
return V6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10559
10919
|
default:
|
|
10560
10920
|
return /* @__PURE__ */ o(i1, { children: "No Icon provided" });
|
|
10561
10921
|
}
|
|
10562
10922
|
})() });
|
|
10563
|
-
},
|
|
10923
|
+
}, H6 = ({
|
|
10564
10924
|
iconName: s = "arrow2Down",
|
|
10565
10925
|
isActive: e,
|
|
10566
10926
|
rotationDirection: t = "cw",
|
|
10567
10927
|
disabled: i = !1,
|
|
10568
10928
|
onClick: n
|
|
10569
10929
|
}) => {
|
|
10570
|
-
const h =
|
|
10930
|
+
const h = b6(e, i), C = _6(e, i);
|
|
10571
10931
|
return /* @__PURE__ */ o(
|
|
10572
10932
|
"button",
|
|
10573
10933
|
{
|
|
@@ -10575,7 +10935,7 @@ const l4 = ({
|
|
|
10575
10935
|
onClick: n,
|
|
10576
10936
|
disabled: i,
|
|
10577
10937
|
children: /* @__PURE__ */ o(
|
|
10578
|
-
|
|
10938
|
+
Z6,
|
|
10579
10939
|
{
|
|
10580
10940
|
name: s,
|
|
10581
10941
|
className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
|
|
@@ -10585,13 +10945,13 @@ const l4 = ({
|
|
|
10585
10945
|
}
|
|
10586
10946
|
);
|
|
10587
10947
|
};
|
|
10588
|
-
function
|
|
10948
|
+
function _6(s, e) {
|
|
10589
10949
|
return s && !e ? "-active" : e ? "-disabled" : "";
|
|
10590
10950
|
}
|
|
10591
|
-
function
|
|
10951
|
+
function b6(s, e) {
|
|
10592
10952
|
return e ? c.GREY_DARK_2 : s ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10593
10953
|
}
|
|
10594
|
-
const
|
|
10954
|
+
const y6 = r1((s, e) => {
|
|
10595
10955
|
const {
|
|
10596
10956
|
value: t,
|
|
10597
10957
|
onChange: i,
|
|
@@ -10615,17 +10975,17 @@ const x6 = r1((s, e) => {
|
|
|
10615
10975
|
isLoading: v,
|
|
10616
10976
|
readOnly: R,
|
|
10617
10977
|
error: N,
|
|
10618
|
-
selectedItemVariant:
|
|
10978
|
+
selectedItemVariant: O = "default",
|
|
10619
10979
|
variant: j = "outlined"
|
|
10620
10980
|
} = s;
|
|
10621
10981
|
let Q;
|
|
10622
10982
|
h && h !== "single" && (Q = s.overflowBehaviour ?? "responsive");
|
|
10623
|
-
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";
|
|
10624
10984
|
G(() => {
|
|
10625
10985
|
S(t);
|
|
10626
10986
|
}, [t]);
|
|
10627
10987
|
const x1 = (x) => {
|
|
10628
|
-
|
|
10988
|
+
B(x), L && L(x);
|
|
10629
10989
|
}, M1 = (x, y) => {
|
|
10630
10990
|
var Y;
|
|
10631
10991
|
return !!((Y = y == null ? void 0 : y.label) != null && Y.toString().toLowerCase().includes(x.toLowerCase()));
|
|
@@ -10687,7 +11047,7 @@ const x6 = r1((s, e) => {
|
|
|
10687
11047
|
(x, y = "default") => {
|
|
10688
11048
|
var Y;
|
|
10689
11049
|
return /* @__PURE__ */ o(
|
|
10690
|
-
|
|
11050
|
+
d4,
|
|
10691
11051
|
{
|
|
10692
11052
|
values: x,
|
|
10693
11053
|
onTagClose: g1,
|
|
@@ -10706,8 +11066,8 @@ const x6 = r1((s, e) => {
|
|
|
10706
11066
|
if (Y === "filter")
|
|
10707
11067
|
return E(y);
|
|
10708
11068
|
{
|
|
10709
|
-
const l1 =
|
|
10710
|
-
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(
|
|
10711
11071
|
v2,
|
|
10712
11072
|
{
|
|
10713
11073
|
variant: "regular",
|
|
@@ -10718,7 +11078,7 @@ const x6 = r1((s, e) => {
|
|
|
10718
11078
|
) : /* @__PURE__ */ o(m2, { onClose: () => g1(y), disabled: l, children: T1 }) });
|
|
10719
11079
|
}
|
|
10720
11080
|
},
|
|
10721
|
-
[l, P, g1, E,
|
|
11081
|
+
[l, P, g1, E, O, d]
|
|
10722
11082
|
), H1 = Array.isArray(b) && b.length > 0 || !!b && typeof b == "string" && b.trim() !== "";
|
|
10723
11083
|
return /* @__PURE__ */ g(
|
|
10724
11084
|
"div",
|
|
@@ -10752,13 +11112,13 @@ const x6 = r1((s, e) => {
|
|
|
10752
11112
|
const y = P(x.value);
|
|
10753
11113
|
return l ? /* @__PURE__ */ o("span", { style: { color: c.GREY_DARK_1 }, children: y }) : y;
|
|
10754
11114
|
},
|
|
10755
|
-
mode:
|
|
11115
|
+
mode: E6(h, d1),
|
|
10756
11116
|
variant: j,
|
|
10757
11117
|
onChange: s1,
|
|
10758
11118
|
onFocus: R1,
|
|
10759
11119
|
onBlur: V1,
|
|
10760
|
-
onMouseEnter: () =>
|
|
10761
|
-
onMouseLeave: () =>
|
|
11120
|
+
onMouseEnter: () => I(!0),
|
|
11121
|
+
onMouseLeave: () => I(!1),
|
|
10762
11122
|
onSearch: (x) => {
|
|
10763
11123
|
_(!x), w && w(x);
|
|
10764
11124
|
},
|
|
@@ -10766,7 +11126,7 @@ const x6 = r1((s, e) => {
|
|
|
10766
11126
|
onDeselect: () => _(!0),
|
|
10767
11127
|
tagRender: (x) => e1({ ...x, mode: h }),
|
|
10768
11128
|
maxTagCount: Q === "responsive" ? "responsive" : void 0,
|
|
10769
|
-
maxTagPlaceholder: (x) => q(x,
|
|
11129
|
+
maxTagPlaceholder: (x) => q(x, O),
|
|
10770
11130
|
onPopupScroll: X,
|
|
10771
11131
|
prefix: v && /* @__PURE__ */ o(Q1, { size: "small" }),
|
|
10772
11132
|
suffixIcon: /* @__PURE__ */ o("div", { className: "wrapper-suffix-icon", children: h !== "filter" && /* @__PURE__ */ g(i1, { children: [
|
|
@@ -10787,10 +11147,10 @@ const x6 = r1((s, e) => {
|
|
|
10787
11147
|
}
|
|
10788
11148
|
),
|
|
10789
11149
|
j === "borderless" && (D || W) && /* @__PURE__ */ o(
|
|
10790
|
-
|
|
11150
|
+
H6,
|
|
10791
11151
|
{
|
|
10792
11152
|
isActive: H,
|
|
10793
|
-
onClick: () =>
|
|
11153
|
+
onClick: () => B(!H)
|
|
10794
11154
|
}
|
|
10795
11155
|
),
|
|
10796
11156
|
j === "outlined" && /* @__PURE__ */ o(
|
|
@@ -10799,7 +11159,7 @@ const x6 = r1((s, e) => {
|
|
|
10799
11159
|
name: "selectArrowIcon",
|
|
10800
11160
|
color: l ? c.GREY_DARK_1 : c.GREY_DARK_5,
|
|
10801
11161
|
className: H ? "select-arrow-rotated" : "select-arrow",
|
|
10802
|
-
onClick: () =>
|
|
11162
|
+
onClick: () => B(!H)
|
|
10803
11163
|
}
|
|
10804
11164
|
)
|
|
10805
11165
|
] }) }),
|
|
@@ -10861,16 +11221,16 @@ const x6 = r1((s, e) => {
|
|
|
10861
11221
|
width: 16
|
|
10862
11222
|
}
|
|
10863
11223
|
),
|
|
10864
|
-
typeof N == "string" ? /* @__PURE__ */ o(
|
|
11224
|
+
typeof N == "string" ? /* @__PURE__ */ o(T0, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: N }) : N
|
|
10865
11225
|
] })
|
|
10866
11226
|
]
|
|
10867
11227
|
}
|
|
10868
11228
|
);
|
|
10869
11229
|
});
|
|
10870
|
-
function
|
|
11230
|
+
function E6(s, e) {
|
|
10871
11231
|
return s === "filter" || e ? "multiple" : s === "single" ? void 0 : s;
|
|
10872
11232
|
}
|
|
10873
|
-
function
|
|
11233
|
+
function A6(s, e = 500) {
|
|
10874
11234
|
const t = J();
|
|
10875
11235
|
return G(() => () => {
|
|
10876
11236
|
t.current && clearTimeout(t.current);
|
|
@@ -10910,9 +11270,9 @@ const S1 = 100, u1 = {
|
|
|
10910
11270
|
required: Z = !1,
|
|
10911
11271
|
error: A,
|
|
10912
11272
|
variant: k = "outlined"
|
|
10913
|
-
} = 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(
|
|
10914
11274
|
u ?? []
|
|
10915
|
-
), U = X1(N.offset), _ = X1(H), [b, S] =
|
|
11275
|
+
), U = X1(N.offset), _ = X1(H), [b, S] = K(!1), o1 = J(!1), d1 = T(
|
|
10916
11276
|
async ({
|
|
10917
11277
|
limit: E = S1,
|
|
10918
11278
|
offset: z,
|
|
@@ -10927,7 +11287,7 @@ const S1 = 100, u1 = {
|
|
|
10927
11287
|
});
|
|
10928
11288
|
R(
|
|
10929
11289
|
(q) => z === 0 ? P.options : [...q ?? [], ...P.options]
|
|
10930
|
-
),
|
|
11290
|
+
), O((q) => ({
|
|
10931
11291
|
...q,
|
|
10932
11292
|
count: P.count
|
|
10933
11293
|
}));
|
|
@@ -10938,14 +11298,14 @@ const S1 = 100, u1 = {
|
|
|
10938
11298
|
}
|
|
10939
11299
|
},
|
|
10940
11300
|
[t]
|
|
10941
|
-
), x1 =
|
|
10942
|
-
|
|
11301
|
+
), x1 = A6((E) => {
|
|
11302
|
+
B(E), E || O(u1);
|
|
10943
11303
|
}), M1 = T(
|
|
10944
11304
|
(E) => x1(E),
|
|
10945
11305
|
[x1]
|
|
10946
11306
|
), R1 = T(
|
|
10947
11307
|
async (E) => {
|
|
10948
|
-
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) => ({
|
|
10949
11309
|
...z,
|
|
10950
11310
|
offset: z.offset + S1
|
|
10951
11311
|
}));
|
|
@@ -10953,7 +11313,7 @@ const S1 = 100, u1 = {
|
|
|
10953
11313
|
[j, v == null ? void 0 : v.length, N.count]
|
|
10954
11314
|
), V1 = T(
|
|
10955
11315
|
(E) => {
|
|
10956
|
-
$(E), !E && H && (
|
|
11316
|
+
$(E), !E && H && (B(void 0), O(u1), S(!0)), w == null || w(E);
|
|
10957
11317
|
},
|
|
10958
11318
|
[w, H]
|
|
10959
11319
|
);
|
|
@@ -10962,7 +11322,7 @@ const S1 = 100, u1 = {
|
|
|
10962
11322
|
}, [b, W, N.offset, H, U, _, v, j]), G(() => {
|
|
10963
11323
|
(a || p) && d1(u1), o1.current = !0;
|
|
10964
11324
|
}, []), G(() => {
|
|
10965
|
-
u &&
|
|
11325
|
+
u && I((E) => {
|
|
10966
11326
|
const z = u.filter(
|
|
10967
11327
|
(X) => !E.some((P) => P.value === X.value)
|
|
10968
11328
|
);
|
|
@@ -10977,7 +11337,7 @@ const S1 = 100, u1 = {
|
|
|
10977
11337
|
const X = z.filter(
|
|
10978
11338
|
(P) => !(D != null && D.some((q) => q.value === P))
|
|
10979
11339
|
);
|
|
10980
|
-
X.length > 0 &&
|
|
11340
|
+
X.length > 0 && I((P = []) => [
|
|
10981
11341
|
...P,
|
|
10982
11342
|
...X.map((q) => {
|
|
10983
11343
|
const e1 = v == null ? void 0 : v.find((H1) => H1.value === q);
|
|
@@ -10988,7 +11348,7 @@ const S1 = 100, u1 = {
|
|
|
10988
11348
|
image: (e1 == null ? void 0 : e1.image) ?? void 0
|
|
10989
11349
|
};
|
|
10990
11350
|
})
|
|
10991
|
-
]),
|
|
11351
|
+
]), B(void 0), O(u1), S(!0);
|
|
10992
11352
|
}
|
|
10993
11353
|
},
|
|
10994
11354
|
[n, H, l, v, D]
|
|
@@ -11037,7 +11397,7 @@ const S1 = 100, u1 = {
|
|
|
11037
11397
|
);
|
|
11038
11398
|
c1(e, () => ({
|
|
11039
11399
|
refetchOptions: async () => {
|
|
11040
|
-
|
|
11400
|
+
O(u1), B(void 0), S(!0);
|
|
11041
11401
|
}
|
|
11042
11402
|
}));
|
|
11043
11403
|
const g1 = F1(() => {
|
|
@@ -11057,15 +11417,15 @@ const S1 = 100, u1 = {
|
|
|
11057
11417
|
extraOptions: P
|
|
11058
11418
|
};
|
|
11059
11419
|
}, [l, s, Z1, D, v]);
|
|
11060
|
-
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 }) });
|
|
11061
11421
|
});
|
|
11062
11422
|
var y1 = /* @__PURE__ */ ((s) => (s.ACTIVE = "Active", s.ARCHIVED = "Archived", s))(y1 || {});
|
|
11063
|
-
const
|
|
11423
|
+
const D6 = {
|
|
11064
11424
|
small: 20,
|
|
11065
11425
|
medium: 28,
|
|
11066
11426
|
large: 48
|
|
11067
|
-
},
|
|
11068
|
-
const t =
|
|
11427
|
+
}, K6 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
11428
|
+
const t = D6[s], i = `no-repeat linear-gradient(${e}
|
|
11069
11429
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
11070
11430
|
width: t,
|
|
11071
11431
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
@@ -11073,7 +11433,7 @@ const V6 = {
|
|
|
11073
11433
|
};
|
|
11074
11434
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: n });
|
|
11075
11435
|
};
|
|
11076
|
-
function
|
|
11436
|
+
function B6() {
|
|
11077
11437
|
if (console && console.warn) {
|
|
11078
11438
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
11079
11439
|
e[t] = arguments[t];
|
|
@@ -11084,7 +11444,7 @@ const t2 = {};
|
|
|
11084
11444
|
function Y1() {
|
|
11085
11445
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
11086
11446
|
e[t] = arguments[t];
|
|
11087
|
-
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));
|
|
11088
11448
|
}
|
|
11089
11449
|
const N2 = (s, e) => () => {
|
|
11090
11450
|
if (s.isInitialized)
|
|
@@ -11103,7 +11463,7 @@ const N2 = (s, e) => () => {
|
|
|
11103
11463
|
h1(t) && (t = [t]), t.forEach((n) => {
|
|
11104
11464
|
s.options.ns.indexOf(n) < 0 && s.options.ns.push(n);
|
|
11105
11465
|
}), s.loadLanguages(e, N2(s, i));
|
|
11106
|
-
},
|
|
11466
|
+
}, S6 = function(s, e) {
|
|
11107
11467
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
11108
11468
|
const i = e.languages[0], n = e.options ? e.options.fallbackLng : !1, h = e.languages[e.languages.length - 1];
|
|
11109
11469
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -11112,15 +11472,15 @@ const N2 = (s, e) => () => {
|
|
|
11112
11472
|
return l === -1 || l === 2;
|
|
11113
11473
|
};
|
|
11114
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)));
|
|
11115
|
-
},
|
|
11475
|
+
}, G6 = function(s, e) {
|
|
11116
11476
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
11117
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, {
|
|
11118
11478
|
lng: t.lng,
|
|
11119
11479
|
precheck: (n, h) => {
|
|
11120
11480
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !h(n.isLanguageChangingTo, s)) return !1;
|
|
11121
11481
|
}
|
|
11122
|
-
}) :
|
|
11123
|
-
}, 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 = {
|
|
11124
11484
|
"&": "&",
|
|
11125
11485
|
"&": "&",
|
|
11126
11486
|
"<": "<",
|
|
@@ -11141,7 +11501,7 @@ const N2 = (s, e) => () => {
|
|
|
11141
11501
|
"…": "…",
|
|
11142
11502
|
"/": "/",
|
|
11143
11503
|
"/": "/"
|
|
11144
|
-
},
|
|
11504
|
+
}, j6 = (s) => Y6[s], W6 = (s) => s.replace(I6, j6);
|
|
11145
11505
|
let j1 = {
|
|
11146
11506
|
bindI18n: "languageChanged",
|
|
11147
11507
|
bindI18nStore: "",
|
|
@@ -11150,25 +11510,25 @@ let j1 = {
|
|
|
11150
11510
|
transWrapTextNodes: "",
|
|
11151
11511
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
11152
11512
|
useSuspense: !0,
|
|
11153
|
-
unescape:
|
|
11513
|
+
unescape: W6
|
|
11154
11514
|
};
|
|
11155
|
-
const
|
|
11515
|
+
const $6 = function() {
|
|
11156
11516
|
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11157
11517
|
j1 = {
|
|
11158
11518
|
...j1,
|
|
11159
11519
|
...s
|
|
11160
11520
|
};
|
|
11161
|
-
},
|
|
11521
|
+
}, T6 = () => j1;
|
|
11162
11522
|
let x2;
|
|
11163
|
-
const
|
|
11523
|
+
const P6 = (s) => {
|
|
11164
11524
|
x2 = s;
|
|
11165
|
-
},
|
|
11525
|
+
}, F6 = () => x2, U6 = {
|
|
11166
11526
|
type: "3rdParty",
|
|
11167
11527
|
init(s) {
|
|
11168
|
-
|
|
11528
|
+
$6(s.options.react), P6(s);
|
|
11169
11529
|
}
|
|
11170
|
-
},
|
|
11171
|
-
class
|
|
11530
|
+
}, z6 = p2();
|
|
11531
|
+
class J6 {
|
|
11172
11532
|
constructor() {
|
|
11173
11533
|
P1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
11174
11534
|
this.usedNamespaces = {};
|
|
@@ -11179,27 +11539,27 @@ class j6 {
|
|
|
11179
11539
|
});
|
|
11180
11540
|
}
|
|
11181
11541
|
}
|
|
11182
|
-
const
|
|
11542
|
+
const q6 = (s, e) => {
|
|
11183
11543
|
const t = J();
|
|
11184
11544
|
return G(() => {
|
|
11185
11545
|
t.current = s;
|
|
11186
11546
|
}, [s, e]), t.current;
|
|
11187
|
-
}, 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) {
|
|
11188
11548
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11189
11549
|
const {
|
|
11190
11550
|
i18n: t
|
|
11191
11551
|
} = e, {
|
|
11192
11552
|
i18n: i,
|
|
11193
11553
|
defaultNS: n
|
|
11194
|
-
} = n1(
|
|
11195
|
-
if (h && !h.reportNamespaces && (h.reportNamespaces = new
|
|
11554
|
+
} = n1(z6) || {}, h = t || i || F6();
|
|
11555
|
+
if (h && !h.reportNamespaces && (h.reportNamespaces = new J6()), !h) {
|
|
11196
11556
|
Y1("You will need to pass in an i18next instance by using initReactI18next");
|
|
11197
|
-
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];
|
|
11198
11558
|
return v.t = k, v.i18n = {}, v.ready = !1, v;
|
|
11199
11559
|
}
|
|
11200
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.");
|
|
11201
11561
|
const C = {
|
|
11202
|
-
...
|
|
11562
|
+
...T6(),
|
|
11203
11563
|
...h.options.react,
|
|
11204
11564
|
...e
|
|
11205
11565
|
}, {
|
|
@@ -11208,10 +11568,10 @@ const W6 = (s, e) => {
|
|
|
11208
11568
|
} = C;
|
|
11209
11569
|
let l = s;
|
|
11210
11570
|
l = h1(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
11211
|
-
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);
|
|
11212
11572
|
let f = l.join();
|
|
11213
11573
|
e.lng && (f = `${e.lng}${f}`);
|
|
11214
|
-
const M =
|
|
11574
|
+
const M = q6(f), Z = J(!0);
|
|
11215
11575
|
G(() => {
|
|
11216
11576
|
const {
|
|
11217
11577
|
bindI18n: k,
|
|
@@ -11242,11 +11602,11 @@ const W6 = (s, e) => {
|
|
|
11242
11602
|
s = i, e = n;
|
|
11243
11603
|
});
|
|
11244
11604
|
return t.resolve = s, t.reject = e, t;
|
|
11245
|
-
}, n2 = (s) => s == null ? "" : "" + s,
|
|
11605
|
+
}, n2 = (s) => s == null ? "" : "" + s, e3 = (s, e, t) => {
|
|
11246
11606
|
s.forEach((i) => {
|
|
11247
11607
|
e[i] && (t[i] = e[i]);
|
|
11248
11608
|
});
|
|
11249
|
-
},
|
|
11609
|
+
}, t3 = /###/g, o2 = (s) => s && s.indexOf("###") > -1 ? s.replace(t3, ".") : s, l2 = (s) => !s || V(s), k1 = (s, e, t) => {
|
|
11250
11610
|
const i = V(e) ? e.split(".") : e;
|
|
11251
11611
|
let n = 0;
|
|
11252
11612
|
for (; n < i.length - 1; ) {
|
|
@@ -11271,7 +11631,7 @@ const W6 = (s, e) => {
|
|
|
11271
11631
|
for (; d.obj === void 0 && C.length; )
|
|
11272
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);
|
|
11273
11633
|
d.obj[`${d.k}.${h}`] = t;
|
|
11274
|
-
},
|
|
11634
|
+
}, i3 = (s, e, t, i) => {
|
|
11275
11635
|
const {
|
|
11276
11636
|
obj: n,
|
|
11277
11637
|
k: h
|
|
@@ -11284,7 +11644,7 @@ const W6 = (s, e) => {
|
|
|
11284
11644
|
} = k1(s, e);
|
|
11285
11645
|
if (t)
|
|
11286
11646
|
return t[i];
|
|
11287
|
-
},
|
|
11647
|
+
}, s3 = (s, e, t) => {
|
|
11288
11648
|
const i = E1(s, t);
|
|
11289
11649
|
return i !== void 0 ? i : E1(e, t);
|
|
11290
11650
|
}, R2 = (s, e, t) => {
|
|
@@ -11292,7 +11652,7 @@ const W6 = (s, e) => {
|
|
|
11292
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]);
|
|
11293
11653
|
return s;
|
|
11294
11654
|
}, w1 = (s) => s.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
11295
|
-
var
|
|
11655
|
+
var n3 = {
|
|
11296
11656
|
"&": "&",
|
|
11297
11657
|
"<": "<",
|
|
11298
11658
|
">": ">",
|
|
@@ -11300,8 +11660,8 @@ var J6 = {
|
|
|
11300
11660
|
"'": "'",
|
|
11301
11661
|
"/": "/"
|
|
11302
11662
|
};
|
|
11303
|
-
const
|
|
11304
|
-
class
|
|
11663
|
+
const o3 = (s) => V(s) ? s.replace(/[&<>"'\/]/g, (e) => n3[e]) : s;
|
|
11664
|
+
class l3 {
|
|
11305
11665
|
constructor(e) {
|
|
11306
11666
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
11307
11667
|
}
|
|
@@ -11313,11 +11673,11 @@ class Q6 {
|
|
|
11313
11673
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
11314
11674
|
}
|
|
11315
11675
|
}
|
|
11316
|
-
const
|
|
11676
|
+
const r3 = [" ", ",", "?", "!", ";"], a3 = new l3(20), h3 = (s, e, t) => {
|
|
11317
11677
|
e = e || "", t = t || "";
|
|
11318
|
-
const i =
|
|
11678
|
+
const i = r3.filter((C) => e.indexOf(C) < 0 && t.indexOf(C) < 0);
|
|
11319
11679
|
if (i.length === 0) return !0;
|
|
11320
|
-
const n =
|
|
11680
|
+
const n = a3.getRegExp(`(${i.map((C) => C === "?" ? "\\?" : C).join("|")})`);
|
|
11321
11681
|
let h = !n.test(s);
|
|
11322
11682
|
if (!h) {
|
|
11323
11683
|
const C = s.indexOf(t);
|
|
@@ -11344,7 +11704,7 @@ const X6 = [" ", ",", "?", "!", ";"], e3 = new Q6(20), t3 = (s, e, t) => {
|
|
|
11344
11704
|
n = C;
|
|
11345
11705
|
}
|
|
11346
11706
|
return n;
|
|
11347
|
-
}, A1 = (s) => s && s.replace("_", "-"),
|
|
11707
|
+
}, A1 = (s) => s && s.replace("_", "-"), c3 = {
|
|
11348
11708
|
type: "logger",
|
|
11349
11709
|
log(s) {
|
|
11350
11710
|
this.output("log", s);
|
|
@@ -11366,7 +11726,7 @@ class D1 {
|
|
|
11366
11726
|
}
|
|
11367
11727
|
init(e) {
|
|
11368
11728
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11369
|
-
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;
|
|
11370
11730
|
}
|
|
11371
11731
|
log() {
|
|
11372
11732
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -11402,7 +11762,7 @@ class D1 {
|
|
|
11402
11762
|
}
|
|
11403
11763
|
}
|
|
11404
11764
|
var t1 = new D1();
|
|
11405
|
-
class
|
|
11765
|
+
class B1 {
|
|
11406
11766
|
constructor() {
|
|
11407
11767
|
this.observers = {};
|
|
11408
11768
|
}
|
|
@@ -11436,7 +11796,7 @@ class K1 {
|
|
|
11436
11796
|
});
|
|
11437
11797
|
}
|
|
11438
11798
|
}
|
|
11439
|
-
class a2 extends
|
|
11799
|
+
class a2 extends B1 {
|
|
11440
11800
|
constructor(e) {
|
|
11441
11801
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
11442
11802
|
ns: ["translation"],
|
|
@@ -11523,10 +11883,10 @@ var V2 = {
|
|
|
11523
11883
|
}
|
|
11524
11884
|
};
|
|
11525
11885
|
const h2 = {};
|
|
11526
|
-
class
|
|
11886
|
+
class K1 extends B1 {
|
|
11527
11887
|
constructor(e) {
|
|
11528
11888
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11529
|
-
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");
|
|
11530
11890
|
}
|
|
11531
11891
|
changeLanguage(e) {
|
|
11532
11892
|
e && (this.language = e);
|
|
@@ -11545,7 +11905,7 @@ class B1 extends K1 {
|
|
|
11545
11905
|
i === void 0 && (i = ":");
|
|
11546
11906
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11547
11907
|
let h = t.ns || this.options.defaultNS || [];
|
|
11548
|
-
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);
|
|
11549
11909
|
if (C && !d) {
|
|
11550
11910
|
const r = e.match(this.interpolator.nestingRegexp);
|
|
11551
11911
|
if (r && r.length > 0)
|
|
@@ -11607,12 +11967,12 @@ class B1 extends K1 {
|
|
|
11607
11967
|
const k = Array.isArray(u), v = k ? [] : {}, R = k ? L : w;
|
|
11608
11968
|
for (const N in u)
|
|
11609
11969
|
if (Object.prototype.hasOwnProperty.call(u, N)) {
|
|
11610
|
-
const
|
|
11611
|
-
v[N] = this.translate(
|
|
11970
|
+
const O = `${R}${h}${N}`;
|
|
11971
|
+
v[N] = this.translate(O, {
|
|
11612
11972
|
...t,
|
|
11613
11973
|
joinArrays: !1,
|
|
11614
11974
|
ns: d
|
|
11615
|
-
}), v[N] ===
|
|
11975
|
+
}), v[N] === O && (v[N] = u[N]);
|
|
11616
11976
|
}
|
|
11617
11977
|
u = v;
|
|
11618
11978
|
}
|
|
@@ -11620,9 +11980,9 @@ class B1 extends K1 {
|
|
|
11620
11980
|
u = u.join(M), u && (u = this.extendTranslation(u, e, t, i));
|
|
11621
11981
|
else {
|
|
11622
11982
|
let k = !1, v = !1;
|
|
11623
|
-
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, {
|
|
11624
11984
|
ordinal: !1
|
|
11625
|
-
}) : "", 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;
|
|
11626
11986
|
!this.isValidLookup(u) && N && (k = !0, u = H), this.isValidLookup(u) || (v = !0, u = C);
|
|
11627
11987
|
const W = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && v ? void 0 : u, $ = N && H !== u && this.options.updateMissing;
|
|
11628
11988
|
if (v || k || $) {
|
|
@@ -11634,10 +11994,10 @@ class B1 extends K1 {
|
|
|
11634
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.");
|
|
11635
11995
|
}
|
|
11636
11996
|
let D = [];
|
|
11637
|
-
const
|
|
11638
|
-
if (this.options.saveMissingTo === "fallback" &&
|
|
11639
|
-
for (let _ = 0; _ <
|
|
11640
|
-
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[_]);
|
|
11641
12001
|
else this.options.saveMissingTo === "all" ? D = this.languageUtils.toResolveHierarchy(t.lng || this.language) : D.push(t.lng || this.language);
|
|
11642
12002
|
const U = (_, b, S) => {
|
|
11643
12003
|
const o1 = N && S !== u ? S : W;
|
|
@@ -11835,7 +12195,7 @@ class c2 {
|
|
|
11835
12195
|
}), n;
|
|
11836
12196
|
}
|
|
11837
12197
|
}
|
|
11838
|
-
let
|
|
12198
|
+
let C3 = [{
|
|
11839
12199
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11840
12200
|
nr: [1, 2],
|
|
11841
12201
|
fc: 1
|
|
@@ -11927,7 +12287,7 @@ let s3 = [{
|
|
|
11927
12287
|
lngs: ["he", "iw"],
|
|
11928
12288
|
nr: [1, 2, 20, 21],
|
|
11929
12289
|
fc: 22
|
|
11930
|
-
}],
|
|
12290
|
+
}], d3 = {
|
|
11931
12291
|
1: (s) => +(s > 1),
|
|
11932
12292
|
2: (s) => +(s != 1),
|
|
11933
12293
|
3: (s) => 0,
|
|
@@ -11951,28 +12311,28 @@ let s3 = [{
|
|
|
11951
12311
|
21: (s) => s % 100 == 1 ? 1 : s % 100 == 2 ? 2 : s % 100 == 3 || s % 100 == 4 ? 3 : 0,
|
|
11952
12312
|
22: (s) => s == 1 ? 0 : s == 2 ? 1 : (s < 0 || s > 10) && s % 10 == 0 ? 2 : 3
|
|
11953
12313
|
};
|
|
11954
|
-
const
|
|
12314
|
+
const g3 = ["v1", "v2", "v3"], u3 = ["v4"], C2 = {
|
|
11955
12315
|
zero: 0,
|
|
11956
12316
|
one: 1,
|
|
11957
12317
|
two: 2,
|
|
11958
12318
|
few: 3,
|
|
11959
12319
|
many: 4,
|
|
11960
12320
|
other: 5
|
|
11961
|
-
},
|
|
12321
|
+
}, w3 = () => {
|
|
11962
12322
|
const s = {};
|
|
11963
|
-
return
|
|
12323
|
+
return C3.forEach((e) => {
|
|
11964
12324
|
e.lngs.forEach((t) => {
|
|
11965
12325
|
s[t] = {
|
|
11966
12326
|
numbers: e.nr,
|
|
11967
|
-
plurals:
|
|
12327
|
+
plurals: d3[e.fc]
|
|
11968
12328
|
};
|
|
11969
12329
|
});
|
|
11970
12330
|
}), s;
|
|
11971
12331
|
};
|
|
11972
|
-
class
|
|
12332
|
+
class p3 {
|
|
11973
12333
|
constructor(e) {
|
|
11974
12334
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11975
|
-
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 = {};
|
|
11976
12336
|
}
|
|
11977
12337
|
addRule(e, t) {
|
|
11978
12338
|
this.rules[e] = t;
|
|
@@ -12030,14 +12390,14 @@ class a3 {
|
|
|
12030
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();
|
|
12031
12391
|
}
|
|
12032
12392
|
shouldUseIntlApi() {
|
|
12033
|
-
return !
|
|
12393
|
+
return !g3.includes(this.options.compatibilityJSON);
|
|
12034
12394
|
}
|
|
12035
12395
|
}
|
|
12036
12396
|
const d2 = function(s, e, t) {
|
|
12037
|
-
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);
|
|
12038
12398
|
return !h && n && V(t) && (h = W1(s, t, i), h === void 0 && (h = W1(e, t, i))), h;
|
|
12039
|
-
},
|
|
12040
|
-
class
|
|
12399
|
+
}, O1 = (s) => s.replace(/\$/g, "$$$$");
|
|
12400
|
+
class f3 {
|
|
12041
12401
|
constructor() {
|
|
12042
12402
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12043
12403
|
this.logger = t1.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -12066,7 +12426,7 @@ class h3 {
|
|
|
12066
12426
|
maxReplaces: M,
|
|
12067
12427
|
alwaysFormat: Z
|
|
12068
12428
|
} = e.interpolation;
|
|
12069
|
-
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();
|
|
12070
12430
|
}
|
|
12071
12431
|
reset() {
|
|
12072
12432
|
this.options && this.init(this.options);
|
|
@@ -12097,10 +12457,10 @@ class h3 {
|
|
|
12097
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;
|
|
12098
12458
|
return [{
|
|
12099
12459
|
regex: this.regexpUnescape,
|
|
12100
|
-
safeValue: (w) =>
|
|
12460
|
+
safeValue: (w) => O1(w)
|
|
12101
12461
|
}, {
|
|
12102
12462
|
regex: this.regexp,
|
|
12103
|
-
safeValue: (w) => this.escapeValue ?
|
|
12463
|
+
safeValue: (w) => this.escapeValue ? O1(this.escape(w)) : O1(w)
|
|
12104
12464
|
}].forEach((w) => {
|
|
12105
12465
|
for (d = 0; h = w.regex.exec(e); ) {
|
|
12106
12466
|
const L = h[1].trim();
|
|
@@ -12161,7 +12521,7 @@ class h3 {
|
|
|
12161
12521
|
return e;
|
|
12162
12522
|
}
|
|
12163
12523
|
}
|
|
12164
|
-
const
|
|
12524
|
+
const L3 = (s) => {
|
|
12165
12525
|
let e = s.toLowerCase().trim();
|
|
12166
12526
|
const t = {};
|
|
12167
12527
|
if (s.indexOf("(") > -1) {
|
|
@@ -12192,7 +12552,7 @@ const c3 = (s) => {
|
|
|
12192
12552
|
return d || (d = s(A1(i), n), e[C] = d), d(t);
|
|
12193
12553
|
};
|
|
12194
12554
|
};
|
|
12195
|
-
class
|
|
12555
|
+
class m3 {
|
|
12196
12556
|
constructor() {
|
|
12197
12557
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12198
12558
|
this.logger = t1.create("formatter"), this.options = e, this.formats = {
|
|
@@ -12252,7 +12612,7 @@ class C3 {
|
|
|
12252
12612
|
const {
|
|
12253
12613
|
formatName: l,
|
|
12254
12614
|
formatOptions: a
|
|
12255
|
-
} =
|
|
12615
|
+
} = L3(r);
|
|
12256
12616
|
if (this.formats[l]) {
|
|
12257
12617
|
let p = d;
|
|
12258
12618
|
try {
|
|
@@ -12272,10 +12632,10 @@ class C3 {
|
|
|
12272
12632
|
}, e);
|
|
12273
12633
|
}
|
|
12274
12634
|
}
|
|
12275
|
-
const
|
|
12635
|
+
const k3 = (s, e) => {
|
|
12276
12636
|
s.pending[e] !== void 0 && (delete s.pending[e], s.pendingCount--);
|
|
12277
12637
|
};
|
|
12278
|
-
class
|
|
12638
|
+
class v3 extends B1 {
|
|
12279
12639
|
constructor(e, t, i) {
|
|
12280
12640
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
12281
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);
|
|
@@ -12308,7 +12668,7 @@ class g3 extends K1 {
|
|
|
12308
12668
|
}), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
|
|
12309
12669
|
const d = {};
|
|
12310
12670
|
this.queue.forEach((r) => {
|
|
12311
|
-
|
|
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) => {
|
|
12312
12672
|
d[l] || (d[l] = {});
|
|
12313
12673
|
const a = r.loaded[l];
|
|
12314
12674
|
a.length && a.forEach((p) => {
|
|
@@ -12467,17 +12827,17 @@ const g2 = () => ({
|
|
|
12467
12827
|
skipOnVariables: !0
|
|
12468
12828
|
}
|
|
12469
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 = () => {
|
|
12470
|
-
},
|
|
12830
|
+
}, N3 = (s) => {
|
|
12471
12831
|
Object.getOwnPropertyNames(Object.getPrototypeOf(s)).forEach((t) => {
|
|
12472
12832
|
typeof s[t] == "function" && (s[t] = s[t].bind(s));
|
|
12473
12833
|
});
|
|
12474
12834
|
};
|
|
12475
|
-
class v1 extends
|
|
12835
|
+
class v1 extends B1 {
|
|
12476
12836
|
constructor() {
|
|
12477
12837
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12478
12838
|
if (super(), this.options = u2(e), this.services = {}, this.logger = t1, this.modules = {
|
|
12479
12839
|
external: []
|
|
12480
|
-
},
|
|
12840
|
+
}, N3(this), t && !this.isInitialized && !e.isClone) {
|
|
12481
12841
|
if (!this.options.initImmediate)
|
|
12482
12842
|
return this.init(e, t), this;
|
|
12483
12843
|
setTimeout(() => {
|
|
@@ -12502,21 +12862,21 @@ class v1 extends K1 {
|
|
|
12502
12862
|
if (!this.options.isClone) {
|
|
12503
12863
|
this.modules.logger ? t1.init(h(this.modules.logger), this.options) : t1.init(null, this.options);
|
|
12504
12864
|
let a;
|
|
12505
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
12865
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = m3);
|
|
12506
12866
|
const p = new c2(this.options);
|
|
12507
12867
|
this.store = new a2(this.options.resources, this.options);
|
|
12508
12868
|
const u = this.services;
|
|
12509
|
-
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, {
|
|
12510
12870
|
prepend: this.options.pluralSeparator,
|
|
12511
12871
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12512
12872
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12513
|
-
}), 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 = {
|
|
12514
12874
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12515
|
-
}, u.backendConnector = new
|
|
12875
|
+
}, u.backendConnector = new v3(h(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(w) {
|
|
12516
12876
|
for (var L = arguments.length, m = new Array(L > 1 ? L - 1 : 0), f = 1; f < L; f++)
|
|
12517
12877
|
m[f - 1] = arguments[f];
|
|
12518
12878
|
e.emit(w, ...m);
|
|
12519
|
-
}), 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) {
|
|
12520
12880
|
for (var L = arguments.length, m = new Array(L > 1 ? L - 1 : 0), f = 1; f < L; f++)
|
|
12521
12881
|
m[f - 1] = arguments[f];
|
|
12522
12882
|
e.emit(w, ...m);
|
|
@@ -12692,7 +13052,7 @@ class v1 extends K1 {
|
|
|
12692
13052
|
...this.services
|
|
12693
13053
|
}, h.services.utils = {
|
|
12694
13054
|
hasLoadedNamespace: h.hasLoadedNamespace.bind(h)
|
|
12695
|
-
}, 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) {
|
|
12696
13056
|
for (var r = arguments.length, l = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++)
|
|
12697
13057
|
l[a - 1] = arguments[a];
|
|
12698
13058
|
h.emit(d, ...l);
|
|
@@ -12726,26 +13086,26 @@ F.setDefaultNamespace;
|
|
|
12726
13086
|
F.hasLoadedNamespace;
|
|
12727
13087
|
F.loadNamespaces;
|
|
12728
13088
|
F.loadLanguages;
|
|
12729
|
-
const
|
|
12730
|
-
archived:
|
|
12731
|
-
deleted:
|
|
12732
|
-
},
|
|
12733
|
-
archived:
|
|
12734
|
-
deleted:
|
|
13089
|
+
const x3 = "Archived", M3 = "Deleted", R3 = {
|
|
13090
|
+
archived: x3,
|
|
13091
|
+
deleted: M3
|
|
13092
|
+
}, V3 = "Заархивирован", Z3 = "Удалён", H3 = {
|
|
13093
|
+
archived: V3,
|
|
13094
|
+
deleted: Z3
|
|
12735
13095
|
};
|
|
12736
|
-
F.use(
|
|
13096
|
+
F.use(U6).init({
|
|
12737
13097
|
defaultNS: "common",
|
|
12738
13098
|
lng: "en",
|
|
12739
13099
|
resources: {
|
|
12740
13100
|
en: {
|
|
12741
|
-
common:
|
|
13101
|
+
common: R3
|
|
12742
13102
|
},
|
|
12743
13103
|
ru: {
|
|
12744
|
-
common:
|
|
13104
|
+
common: H3
|
|
12745
13105
|
}
|
|
12746
13106
|
}
|
|
12747
13107
|
});
|
|
12748
|
-
const
|
|
13108
|
+
const K3 = r1(
|
|
12749
13109
|
({
|
|
12750
13110
|
fetchParams: s,
|
|
12751
13111
|
mode: e = void 0,
|
|
@@ -12760,7 +13120,7 @@ const Z3 = r1(
|
|
|
12760
13120
|
required: a,
|
|
12761
13121
|
error: p
|
|
12762
13122
|
}, u) => {
|
|
12763
|
-
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);
|
|
12764
13124
|
if (c1(u, () => v.current), !w)
|
|
12765
13125
|
throw new Error(
|
|
12766
13126
|
`UserSelect requires "axiosPeople" to fetch users.
|
|
@@ -12768,21 +13128,21 @@ const Z3 = r1(
|
|
|
12768
13128
|
);
|
|
12769
13129
|
const R = T(
|
|
12770
13130
|
(H) => {
|
|
12771
|
-
let
|
|
12772
|
-
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}`;
|
|
12773
13133
|
},
|
|
12774
13134
|
[m]
|
|
12775
13135
|
), N = T(
|
|
12776
13136
|
async ({
|
|
12777
13137
|
offset: H,
|
|
12778
|
-
limit:
|
|
13138
|
+
limit: B,
|
|
12779
13139
|
search: W
|
|
12780
13140
|
}) => {
|
|
12781
|
-
var $, D,
|
|
13141
|
+
var $, D, I;
|
|
12782
13142
|
try {
|
|
12783
13143
|
const U = await w.post("v1/users/search", {
|
|
12784
13144
|
offset: H,
|
|
12785
|
-
limit:
|
|
13145
|
+
limit: B,
|
|
12786
13146
|
search: W,
|
|
12787
13147
|
...s,
|
|
12788
13148
|
includeCount: !0
|
|
@@ -12799,7 +13159,7 @@ const Z3 = r1(
|
|
|
12799
13159
|
} catch (U) {
|
|
12800
13160
|
return C && C({
|
|
12801
13161
|
status: (($ = U.response) == null ? void 0 : $.status) ?? 500,
|
|
12802
|
-
message: ((
|
|
13162
|
+
message: ((I = (D = U.response) == null ? void 0 : D.data) == null ? void 0 : I.message) ?? "Error while fetching options"
|
|
12803
13163
|
}), {
|
|
12804
13164
|
options: [],
|
|
12805
13165
|
count: 0
|
|
@@ -12807,21 +13167,21 @@ const Z3 = r1(
|
|
|
12807
13167
|
}
|
|
12808
13168
|
},
|
|
12809
13169
|
[w, s, R, r, C]
|
|
12810
|
-
),
|
|
13170
|
+
), O = T(
|
|
12811
13171
|
async (H) => {
|
|
12812
|
-
var
|
|
13172
|
+
var B, W, $;
|
|
12813
13173
|
try {
|
|
12814
13174
|
const D = H.filter(
|
|
12815
13175
|
(_) => !k.current.some((b) => b.value === _)
|
|
12816
13176
|
);
|
|
12817
|
-
let
|
|
12818
|
-
D.length && (
|
|
13177
|
+
let I = [];
|
|
13178
|
+
D.length && (I = (await w.post("v1/users/search", {
|
|
12819
13179
|
filters: {
|
|
12820
13180
|
id: D,
|
|
12821
13181
|
status: [y1.ACTIVE, y1.ARCHIVED]
|
|
12822
13182
|
}
|
|
12823
13183
|
})).data.data);
|
|
12824
|
-
const U =
|
|
13184
|
+
const U = I.map((_) => ({
|
|
12825
13185
|
value: _.id,
|
|
12826
13186
|
label: R(_),
|
|
12827
13187
|
image: r ? _.avatarUrl : void 0,
|
|
@@ -12830,7 +13190,7 @@ const Z3 = r1(
|
|
|
12830
13190
|
return [...k.current, ...U];
|
|
12831
13191
|
} catch (D) {
|
|
12832
13192
|
return C && C({
|
|
12833
|
-
status: ((
|
|
13193
|
+
status: ((B = D.response) == null ? void 0 : B.status) ?? 500,
|
|
12834
13194
|
message: (($ = (W = D.response) == null ? void 0 : W.data) == null ? void 0 : $.message) ?? "Error while fetching selected items"
|
|
12835
13195
|
}), [];
|
|
12836
13196
|
}
|
|
@@ -12848,24 +13208,24 @@ const Z3 = r1(
|
|
|
12848
13208
|
return;
|
|
12849
13209
|
}
|
|
12850
13210
|
(async () => {
|
|
12851
|
-
const
|
|
13211
|
+
const B = Array.isArray(n) ? n : [n], W = await O(B);
|
|
12852
13212
|
M(W), A(!1);
|
|
12853
13213
|
})();
|
|
12854
|
-
}, [
|
|
13214
|
+
}, [O, n]);
|
|
12855
13215
|
const j = T(
|
|
12856
13216
|
async ({
|
|
12857
13217
|
limit: H,
|
|
12858
|
-
offset:
|
|
13218
|
+
offset: B,
|
|
12859
13219
|
search: W
|
|
12860
13220
|
}) => {
|
|
12861
13221
|
const { count: $, ...D } = await N({
|
|
12862
|
-
offset:
|
|
13222
|
+
offset: B,
|
|
12863
13223
|
limit: H,
|
|
12864
13224
|
search: W
|
|
12865
13225
|
});
|
|
12866
|
-
let
|
|
12867
|
-
return d &&
|
|
12868
|
-
options:
|
|
13226
|
+
let I = D.options;
|
|
13227
|
+
return d && B === 0 && (I = [{ value: null, label: "None" }, ...I]), {
|
|
13228
|
+
options: I,
|
|
12869
13229
|
count: $,
|
|
12870
13230
|
limit: H
|
|
12871
13231
|
};
|
|
@@ -12873,7 +13233,7 @@ const Z3 = r1(
|
|
|
12873
13233
|
[d, N]
|
|
12874
13234
|
);
|
|
12875
13235
|
if (Z)
|
|
12876
|
-
return /* @__PURE__ */ o(
|
|
13236
|
+
return /* @__PURE__ */ o(K6, {});
|
|
12877
13237
|
const Q = {
|
|
12878
13238
|
ref: v,
|
|
12879
13239
|
placeholder: t,
|
|
@@ -12916,5 +13276,5 @@ const Z3 = r1(
|
|
|
12916
13276
|
return e;
|
|
12917
13277
|
};
|
|
12918
13278
|
export {
|
|
12919
|
-
|
|
13279
|
+
K3 as UserSelect
|
|
12920
13280
|
};
|