@snmt-react-ui/country-select 2.6.10 → 2.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/country-select.js +537 -701
- package/dist/index.css +1 -1
- package/package.json +5 -5
package/dist/country-select.js
CHANGED
@@ -4,8 +4,8 @@ var I1 = (i, e, t) => ge(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
5
5
|
import { jsx as o, Fragment as Y, jsxs as C } from "react/jsx-runtime";
|
6
6
|
import { SNMTUiContext as ue } from "@snmt-react-ui/core";
|
7
|
-
import { Select as Ce, Flex as pe, Avatar as fe, Checkbox as
|
8
|
-
import { createContext as e1, forwardRef as
|
7
|
+
import { Select as Ce, Flex as pe, Avatar as fe, Checkbox as me, Typography as J1, Tag as we, Popover as ke } from "antd";
|
8
|
+
import { createContext as e1, forwardRef as w1, useState as V, useRef as l1, useEffect as A, useCallback as D, useContext as J } from "react";
|
9
9
|
var Le = Object.defineProperty, ve = (i, e, t) => e in i ? Le(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, Ne = (i, e, t) => ve(i, e + "", t), xe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
10
10
|
function Re() {
|
11
11
|
if (console && console.warn) {
|
@@ -14,11 +14,11 @@ function Re() {
|
|
14
14
|
U(e[0]) && (e[0] = `react-i18next:: ${e[0]}`), console.warn(...e);
|
15
15
|
}
|
16
16
|
}
|
17
|
-
const
|
17
|
+
const S1 = {};
|
18
18
|
function R1() {
|
19
19
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
20
20
|
e[t] = arguments[t];
|
21
|
-
U(e[0]) &&
|
21
|
+
U(e[0]) && S1[e[0]] || (U(e[0]) && (S1[e[0]] = /* @__PURE__ */ new Date()), Re(...e));
|
22
22
|
}
|
23
23
|
const q1 = (i, e) => () => {
|
24
24
|
if (i.isInitialized)
|
@@ -31,7 +31,7 @@ const q1 = (i, e) => () => {
|
|
31
31
|
};
|
32
32
|
i.on("initialized", t);
|
33
33
|
}
|
34
|
-
},
|
34
|
+
}, O1 = (i, e, t) => {
|
35
35
|
i.loadNamespaces(e, q1(i, t));
|
36
36
|
}, V1 = (i, e, t, s) => {
|
37
37
|
U(t) && (t = [t]), t.forEach((n) => {
|
@@ -46,7 +46,7 @@ const q1 = (i, e) => () => {
|
|
46
46
|
return g === -1 || g === 2;
|
47
47
|
};
|
48
48
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(r, i)));
|
49
|
-
},
|
49
|
+
}, be = function(i, e) {
|
50
50
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
51
51
|
return !e.languages || !e.languages.length ? (R1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
52
52
|
lng: t.lng,
|
@@ -54,7 +54,7 @@ const q1 = (i, e) => () => {
|
|
54
54
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !n(s.isLanguageChangingTo, i)) return !1;
|
55
55
|
}
|
56
56
|
}) : Me(i, e, t);
|
57
|
-
}, U = (i) => typeof i == "string",
|
57
|
+
}, U = (i) => typeof i == "string", ye = (i) => typeof i == "object" && i !== null, Ee = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, He = {
|
58
58
|
"&": "&",
|
59
59
|
"&": "&",
|
60
60
|
"<": "<",
|
@@ -76,7 +76,7 @@ const q1 = (i, e) => () => {
|
|
76
76
|
"/": "/",
|
77
77
|
"/": "/"
|
78
78
|
}, _e = (i) => He[i], Ie = (i) => i.replace(Ee, _e);
|
79
|
-
let
|
79
|
+
let Se = {
|
80
80
|
bindI18n: "languageChanged",
|
81
81
|
bindI18nStore: "",
|
82
82
|
transEmptyNodeValue: "",
|
@@ -86,10 +86,10 @@ let Oe = {
|
|
86
86
|
useSuspense: !0,
|
87
87
|
unescape: Ie
|
88
88
|
};
|
89
|
-
const
|
89
|
+
const Oe = () => Se;
|
90
90
|
let Ve;
|
91
91
|
const Ae = () => Ve, Te = e1();
|
92
|
-
class
|
92
|
+
class je {
|
93
93
|
constructor() {
|
94
94
|
Ne(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
95
95
|
}
|
@@ -99,7 +99,7 @@ class Be {
|
|
99
99
|
});
|
100
100
|
}
|
101
101
|
}
|
102
|
-
const
|
102
|
+
const Be = (i, e) => {
|
103
103
|
const t = l1();
|
104
104
|
return A(() => {
|
105
105
|
t.current = i;
|
@@ -112,14 +112,14 @@ const je = (i, e) => {
|
|
112
112
|
i18n: s,
|
113
113
|
defaultNS: n
|
114
114
|
} = J(Te) || {}, r = t || s || Ae();
|
115
|
-
if (r && !r.reportNamespaces && (r.reportNamespaces = new
|
115
|
+
if (r && !r.reportNamespaces && (r.reportNamespaces = new je()), !r) {
|
116
116
|
R1("You will need to pass in an i18next instance by using initReactI18next");
|
117
|
-
const f = (L, v) => U(v) ? v :
|
117
|
+
const f = (L, v) => U(v) ? v : ye(v) && U(v.defaultValue) ? v.defaultValue : Array.isArray(L) ? L[L.length - 1] : L, x = [f, {}, !1];
|
118
118
|
return x.t = f, x.i18n = {}, x.ready = !1, x;
|
119
119
|
}
|
120
120
|
r.options.react && r.options.react.wait !== void 0 && R1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
121
121
|
const c = {
|
122
|
-
...
|
122
|
+
...Oe(),
|
123
123
|
...r.options.react,
|
124
124
|
...e
|
125
125
|
}, {
|
@@ -128,10 +128,10 @@ const je = (i, e) => {
|
|
128
128
|
} = c;
|
129
129
|
let g = i;
|
130
130
|
g = U(g) ? [g] : g || ["translation"], r.reportNamespaces.addUsedNamespaces && r.reportNamespaces.addUsedNamespaces(g);
|
131
|
-
const l = (r.isInitialized || r.initializedStoreOnce) && g.every((f) =>
|
132
|
-
let
|
133
|
-
e.lng && (
|
134
|
-
const E =
|
131
|
+
const l = (r.isInitialized || r.initializedStoreOnce) && g.every((f) => be(f, r, c)), h = Ze(r, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => Q1(r, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [w, R] = V(u);
|
132
|
+
let m = g.join();
|
133
|
+
e.lng && (m = `${e.lng}${m}`);
|
134
|
+
const E = Be(m), M = l1(!0);
|
135
135
|
A(() => {
|
136
136
|
const {
|
137
137
|
bindI18n: f,
|
@@ -139,22 +139,22 @@ const je = (i, e) => {
|
|
139
139
|
} = c;
|
140
140
|
M.current = !0, !l && !a && (e.lng ? V1(r, e.lng, g, () => {
|
141
141
|
M.current && R(p);
|
142
|
-
}) :
|
142
|
+
}) : O1(r, g, () => {
|
143
143
|
M.current && R(p);
|
144
|
-
})), l && E && E !==
|
144
|
+
})), l && E && E !== m && M.current && R(p);
|
145
145
|
const L = () => {
|
146
146
|
M.current && R(p);
|
147
147
|
};
|
148
148
|
return f && r && r.on(f, L), x && r && r.store.on(x, L), () => {
|
149
149
|
M.current = !1, f && r && f.split(" ").forEach((v) => r.off(v, L)), x && r && x.split(" ").forEach((v) => r.store.off(v, L));
|
150
150
|
};
|
151
|
-
}, [r,
|
151
|
+
}, [r, m]), A(() => {
|
152
152
|
M.current && l && R(u);
|
153
153
|
}, [r, d, l]);
|
154
|
-
const _ = [
|
155
|
-
if (_.t =
|
154
|
+
const _ = [w, r, l];
|
155
|
+
if (_.t = w, _.i18n = r, _.ready = l, l || !l && !a) return _;
|
156
156
|
throw new Promise((f) => {
|
157
|
-
e.lng ? V1(r, e.lng, g, () => f()) :
|
157
|
+
e.lng ? V1(r, e.lng, g, () => f()) : O1(r, g, () => f());
|
158
158
|
});
|
159
159
|
}, n1 = ({
|
160
160
|
children: i,
|
@@ -212,7 +212,7 @@ const Ge = ({
|
|
212
212
|
}, [i, e]);
|
213
213
|
const { theme: l } = J(E1);
|
214
214
|
return /* @__PURE__ */ o(
|
215
|
-
|
215
|
+
me,
|
216
216
|
{
|
217
217
|
className: `snmt-checkbox snmt-checkbox-${l}`,
|
218
218
|
checked: c,
|
@@ -225,7 +225,7 @@ const Ge = ({
|
|
225
225
|
}
|
226
226
|
);
|
227
227
|
};
|
228
|
-
var
|
228
|
+
var b = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(b || {});
|
229
229
|
const X1 = e1({
|
230
230
|
locale: "en",
|
231
231
|
theme: "light"
|
@@ -616,78 +616,6 @@ const Ke = ({
|
|
616
616
|
]
|
617
617
|
}
|
618
618
|
), et = ({
|
619
|
-
width: i = 11,
|
620
|
-
height: e = 32,
|
621
|
-
color: t = "#001E52",
|
622
|
-
className: s,
|
623
|
-
onClick: n
|
624
|
-
}) => /* @__PURE__ */ C(
|
625
|
-
"svg",
|
626
|
-
{
|
627
|
-
xmlns: "http://www.w3.org/2000/svg",
|
628
|
-
width: i,
|
629
|
-
height: e,
|
630
|
-
className: s,
|
631
|
-
onClick: n,
|
632
|
-
viewBox: "0 0 11 32",
|
633
|
-
fill: "none",
|
634
|
-
children: [
|
635
|
-
/* @__PURE__ */ o(
|
636
|
-
"path",
|
637
|
-
{
|
638
|
-
fillRule: "evenodd",
|
639
|
-
clipRule: "evenodd",
|
640
|
-
d: "M6.22724 31.222C6.53024 31.525 7.02149 31.525 7.32448 31.222L10.7728 27.7737C11.0757 27.4707 11.0757 26.9795 10.7728 26.6765L7.32448 23.2282C7.02149 22.9252 6.53024 22.9252 6.22724 23.2282C5.92425 23.5312 5.92425 24.0224 6.22724 24.3254L9.1269 27.2251L6.22724 30.1247C5.92425 30.4277 5.92425 30.919 6.22724 31.222Z",
|
641
|
-
fill: t
|
642
|
-
}
|
643
|
-
),
|
644
|
-
/* @__PURE__ */ o(
|
645
|
-
"path",
|
646
|
-
{
|
647
|
-
d: "M10 27.2597H4C3.44772 27.2597 3 26.812 3 26.2597V6",
|
648
|
-
stroke: t,
|
649
|
-
strokeWidth: "1.25",
|
650
|
-
strokeLinecap: "round"
|
651
|
-
}
|
652
|
-
),
|
653
|
-
/* @__PURE__ */ o("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
654
|
-
]
|
655
|
-
}
|
656
|
-
), tt = ({
|
657
|
-
width: i = 10,
|
658
|
-
height: e = 23,
|
659
|
-
color: t = "#001E52",
|
660
|
-
className: s,
|
661
|
-
onClick: n
|
662
|
-
}) => /* @__PURE__ */ C(
|
663
|
-
"svg",
|
664
|
-
{
|
665
|
-
xmlns: "http://www.w3.org/2000/svg",
|
666
|
-
width: i,
|
667
|
-
height: e,
|
668
|
-
className: s,
|
669
|
-
onClick: n,
|
670
|
-
viewBox: "0 0 10 23",
|
671
|
-
fill: "none",
|
672
|
-
children: [
|
673
|
-
/* @__PURE__ */ o(
|
674
|
-
"path",
|
675
|
-
{
|
676
|
-
fillRule: "evenodd",
|
677
|
-
clipRule: "evenodd",
|
678
|
-
d: `M1.00621 18.2272C0.70322 18.5302 0.70322 19.0215 1.00621
|
679
|
-
19.3245L4.45449 22.7728C4.75748 23.0757 5.24873 23.0757 5.55172
|
680
|
-
22.7728L9 19.3245C9.30299 19.0215 9.30299 18.5302 9 18.2272C8.69701 17.9243
|
681
|
-
8.20576 17.9243 7.90277 18.2272L5.00311 21.1269L2.10345 18.2272C1.80045 17.9243
|
682
|
-
1.30921 17.9243 1.00621 18.2272Z`,
|
683
|
-
fill: t
|
684
|
-
}
|
685
|
-
),
|
686
|
-
/* @__PURE__ */ o("path", { d: "M5 21L5 3", stroke: t, strokeWidth: "1.25", strokeLinecap: "round" }),
|
687
|
-
/* @__PURE__ */ o("circle", { cx: "5", cy: "3", r: "3", fill: t })
|
688
|
-
]
|
689
|
-
}
|
690
|
-
), it = ({
|
691
619
|
width: i = 20,
|
692
620
|
height: e = 20,
|
693
621
|
color: t = "#001E52",
|
@@ -734,7 +662,7 @@ const Ke = ({
|
|
734
662
|
)
|
735
663
|
]
|
736
664
|
}
|
737
|
-
),
|
665
|
+
), tt = ({
|
738
666
|
width: i = 20,
|
739
667
|
height: e = 20,
|
740
668
|
color: t = "#001E52",
|
@@ -767,7 +695,7 @@ const Ke = ({
|
|
767
695
|
)
|
768
696
|
]
|
769
697
|
}
|
770
|
-
),
|
698
|
+
), it = ({
|
771
699
|
width: i = 20,
|
772
700
|
height: e = 20,
|
773
701
|
color: t = "#001E52",
|
@@ -814,7 +742,7 @@ const Ke = ({
|
|
814
742
|
)
|
815
743
|
]
|
816
744
|
}
|
817
|
-
),
|
745
|
+
), st = ({
|
818
746
|
width: i = 20,
|
819
747
|
height: e = 20,
|
820
748
|
color: t = "#001E52",
|
@@ -847,7 +775,7 @@ const Ke = ({
|
|
847
775
|
)
|
848
776
|
]
|
849
777
|
}
|
850
|
-
),
|
778
|
+
), nt = ({
|
851
779
|
width: i = 18,
|
852
780
|
height: e = 16,
|
853
781
|
color: t = "#001E52",
|
@@ -886,7 +814,7 @@ const Ke = ({
|
|
886
814
|
)
|
887
815
|
]
|
888
816
|
}
|
889
|
-
),
|
817
|
+
), ot = ({
|
890
818
|
width: i = 20,
|
891
819
|
height: e = 20,
|
892
820
|
color: t = "#001E52",
|
@@ -919,7 +847,7 @@ const Ke = ({
|
|
919
847
|
)
|
920
848
|
]
|
921
849
|
}
|
922
|
-
),
|
850
|
+
), rt = ({
|
923
851
|
width: i = 20,
|
924
852
|
height: e = 20,
|
925
853
|
color: t = "#001E52",
|
@@ -943,7 +871,7 @@ const Ke = ({
|
|
943
871
|
}
|
944
872
|
)
|
945
873
|
}
|
946
|
-
),
|
874
|
+
), at = ({
|
947
875
|
width: i = 20,
|
948
876
|
height: e = 20,
|
949
877
|
color: t = "#001E52",
|
@@ -976,7 +904,7 @@ const Ke = ({
|
|
976
904
|
)
|
977
905
|
]
|
978
906
|
}
|
979
|
-
),
|
907
|
+
), lt = ({
|
980
908
|
width: i = 20,
|
981
909
|
height: e = 23,
|
982
910
|
color: t = "#001E52",
|
@@ -1037,7 +965,7 @@ const Ke = ({
|
|
1037
965
|
)
|
1038
966
|
]
|
1039
967
|
}
|
1040
|
-
),
|
968
|
+
), ht = ({
|
1041
969
|
width: i = 14,
|
1042
970
|
height: e = 14,
|
1043
971
|
color: t = "#10B981",
|
@@ -1066,7 +994,7 @@ const Ke = ({
|
|
1066
994
|
)
|
1067
995
|
]
|
1068
996
|
}
|
1069
|
-
),
|
997
|
+
), ct = ({
|
1070
998
|
width: i = 10,
|
1071
999
|
height: e = 10,
|
1072
1000
|
color: t = "#88A4FF",
|
@@ -1114,7 +1042,7 @@ const Ke = ({
|
|
1114
1042
|
)
|
1115
1043
|
]
|
1116
1044
|
}
|
1117
|
-
),
|
1045
|
+
), dt = ({
|
1118
1046
|
width: i = 14,
|
1119
1047
|
height: e = 14,
|
1120
1048
|
color: t = "#8E8E93",
|
@@ -1142,7 +1070,7 @@ const Ke = ({
|
|
1142
1070
|
)
|
1143
1071
|
]
|
1144
1072
|
}
|
1145
|
-
),
|
1073
|
+
), gt = ({
|
1146
1074
|
width: i = 14,
|
1147
1075
|
height: e = 14,
|
1148
1076
|
color: t = "#FFB020",
|
@@ -1176,7 +1104,7 @@ const Ke = ({
|
|
1176
1104
|
)
|
1177
1105
|
]
|
1178
1106
|
}
|
1179
|
-
),
|
1107
|
+
), ut = ({
|
1180
1108
|
width: i = 14,
|
1181
1109
|
height: e = 14,
|
1182
1110
|
color: t = "#D0421B",
|
@@ -1224,7 +1152,7 @@ const Ke = ({
|
|
1224
1152
|
)
|
1225
1153
|
]
|
1226
1154
|
}
|
1227
|
-
),
|
1155
|
+
), Ct = ({
|
1228
1156
|
width: i = 20,
|
1229
1157
|
height: e = 20,
|
1230
1158
|
color: t = "#070739",
|
@@ -1254,7 +1182,7 @@ const Ke = ({
|
|
1254
1182
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
1255
1183
|
]
|
1256
1184
|
}
|
1257
|
-
),
|
1185
|
+
), pt = ({
|
1258
1186
|
width: i = 20,
|
1259
1187
|
height: e = 20,
|
1260
1188
|
color: t = "#070739",
|
@@ -1292,7 +1220,7 @@ const Ke = ({
|
|
1292
1220
|
)
|
1293
1221
|
]
|
1294
1222
|
}
|
1295
|
-
),
|
1223
|
+
), ft = ({
|
1296
1224
|
width: i = 9,
|
1297
1225
|
height: e = 5,
|
1298
1226
|
color: t = "#001E52",
|
@@ -1318,7 +1246,7 @@ const Ke = ({
|
|
1318
1246
|
}
|
1319
1247
|
)
|
1320
1248
|
}
|
1321
|
-
),
|
1249
|
+
), mt = ({
|
1322
1250
|
width: i = 20,
|
1323
1251
|
height: e = 20,
|
1324
1252
|
color: t = "#F2F2F7",
|
@@ -1347,7 +1275,7 @@ const Ke = ({
|
|
1347
1275
|
)
|
1348
1276
|
]
|
1349
1277
|
}
|
1350
|
-
),
|
1278
|
+
), wt = ({
|
1351
1279
|
width: i = 20,
|
1352
1280
|
height: e = 20,
|
1353
1281
|
color: t = "#004ED7",
|
@@ -1376,7 +1304,7 @@ const Ke = ({
|
|
1376
1304
|
)
|
1377
1305
|
]
|
1378
1306
|
}
|
1379
|
-
),
|
1307
|
+
), kt = ({
|
1380
1308
|
width: i = 10,
|
1381
1309
|
height: e = 10,
|
1382
1310
|
color: t = "#001E52",
|
@@ -1405,7 +1333,7 @@ const Ke = ({
|
|
1405
1333
|
)
|
1406
1334
|
]
|
1407
1335
|
}
|
1408
|
-
),
|
1336
|
+
), Lt = ({
|
1409
1337
|
width: i = 10,
|
1410
1338
|
height: e = 10,
|
1411
1339
|
color: t = "#001E52",
|
@@ -1442,9 +1370,9 @@ const Ke = ({
|
|
1442
1370
|
)
|
1443
1371
|
]
|
1444
1372
|
}
|
1445
|
-
),
|
1373
|
+
), vt = ({
|
1446
1374
|
className: i,
|
1447
|
-
color: e =
|
1375
|
+
color: e = b.GREY_DARK_5,
|
1448
1376
|
height: t = 24,
|
1449
1377
|
width: s = 24,
|
1450
1378
|
onClick: n
|
@@ -1481,9 +1409,9 @@ const Ke = ({
|
|
1481
1409
|
)
|
1482
1410
|
]
|
1483
1411
|
}
|
1484
|
-
),
|
1412
|
+
), Nt = ({
|
1485
1413
|
className: i,
|
1486
|
-
color: e =
|
1414
|
+
color: e = b.GREY_DARK_5,
|
1487
1415
|
height: t = 20,
|
1488
1416
|
width: s = 20,
|
1489
1417
|
onClick: n
|
@@ -1508,9 +1436,9 @@ const Ke = ({
|
|
1508
1436
|
}
|
1509
1437
|
)
|
1510
1438
|
}
|
1511
|
-
),
|
1439
|
+
), xt = ({
|
1512
1440
|
className: i,
|
1513
|
-
color: e =
|
1441
|
+
color: e = b.GREY_DARK_5,
|
1514
1442
|
height: t = 20,
|
1515
1443
|
width: s = 20,
|
1516
1444
|
onClick: n
|
@@ -1535,9 +1463,9 @@ const Ke = ({
|
|
1535
1463
|
}
|
1536
1464
|
)
|
1537
1465
|
}
|
1538
|
-
),
|
1466
|
+
), Rt = ({
|
1539
1467
|
className: i,
|
1540
|
-
color: e =
|
1468
|
+
color: e = b.GREY_DARK_5,
|
1541
1469
|
height: t = 5,
|
1542
1470
|
width: s = 10,
|
1543
1471
|
onClick: n
|
@@ -1559,9 +1487,9 @@ const Ke = ({
|
|
1559
1487
|
}
|
1560
1488
|
)
|
1561
1489
|
}
|
1562
|
-
),
|
1490
|
+
), Mt = ({
|
1563
1491
|
className: i,
|
1564
|
-
color: e =
|
1492
|
+
color: e = b.GREY_DARK_5,
|
1565
1493
|
height: t = 5,
|
1566
1494
|
width: s = 10,
|
1567
1495
|
onClick: n
|
@@ -1584,9 +1512,9 @@ const Ke = ({
|
|
1584
1512
|
}
|
1585
1513
|
)
|
1586
1514
|
}
|
1587
|
-
),
|
1515
|
+
), bt = ({
|
1588
1516
|
className: i,
|
1589
|
-
color: e =
|
1517
|
+
color: e = b.GREY_DARK_5,
|
1590
1518
|
height: t = 24,
|
1591
1519
|
width: s = 24,
|
1592
1520
|
onClick: n
|
@@ -1623,9 +1551,9 @@ const Ke = ({
|
|
1623
1551
|
)
|
1624
1552
|
]
|
1625
1553
|
}
|
1626
|
-
),
|
1554
|
+
), yt = ({
|
1627
1555
|
className: i,
|
1628
|
-
color: e =
|
1556
|
+
color: e = b.GREY_DARK_5,
|
1629
1557
|
height: t = 24,
|
1630
1558
|
width: s = 24,
|
1631
1559
|
onClick: n
|
@@ -1662,9 +1590,9 @@ const Ke = ({
|
|
1662
1590
|
)
|
1663
1591
|
]
|
1664
1592
|
}
|
1665
|
-
),
|
1593
|
+
), Et = ({
|
1666
1594
|
className: i,
|
1667
|
-
color: e =
|
1595
|
+
color: e = b.GREY_DARK_5,
|
1668
1596
|
height: t = 24,
|
1669
1597
|
width: s = 24,
|
1670
1598
|
onClick: n
|
@@ -1689,9 +1617,9 @@ const Ke = ({
|
|
1689
1617
|
}
|
1690
1618
|
)
|
1691
1619
|
}
|
1692
|
-
),
|
1620
|
+
), Ht = ({
|
1693
1621
|
className: i,
|
1694
|
-
color: e =
|
1622
|
+
color: e = b.GREY_DARK_5,
|
1695
1623
|
height: t = 24,
|
1696
1624
|
width: s = 24,
|
1697
1625
|
onClick: n
|
@@ -1748,9 +1676,9 @@ const Ke = ({
|
|
1748
1676
|
)
|
1749
1677
|
]
|
1750
1678
|
}
|
1751
|
-
),
|
1679
|
+
), _t = ({
|
1752
1680
|
className: i,
|
1753
|
-
color: e =
|
1681
|
+
color: e = b.GREY_DARK_5,
|
1754
1682
|
height: t = 24,
|
1755
1683
|
width: s = 24,
|
1756
1684
|
onClick: n
|
@@ -1785,9 +1713,9 @@ const Ke = ({
|
|
1785
1713
|
)
|
1786
1714
|
]
|
1787
1715
|
}
|
1788
|
-
),
|
1716
|
+
), It = ({
|
1789
1717
|
className: i,
|
1790
|
-
color: e =
|
1718
|
+
color: e = b.GREY_DARK_3,
|
1791
1719
|
height: t = 14,
|
1792
1720
|
width: s = 14,
|
1793
1721
|
onClick: n
|
@@ -1822,9 +1750,9 @@ const Ke = ({
|
|
1822
1750
|
)
|
1823
1751
|
]
|
1824
1752
|
}
|
1825
|
-
),
|
1753
|
+
), St = ({
|
1826
1754
|
className: i,
|
1827
|
-
color: e =
|
1755
|
+
color: e = b.GREY_DARK_5,
|
1828
1756
|
height: t = 18,
|
1829
1757
|
onClick: s,
|
1830
1758
|
width: n = 18
|
@@ -1849,9 +1777,9 @@ const Ke = ({
|
|
1849
1777
|
}
|
1850
1778
|
)
|
1851
1779
|
}
|
1852
|
-
),
|
1780
|
+
), Ot = ({
|
1853
1781
|
className: i,
|
1854
|
-
color: e =
|
1782
|
+
color: e = b.GREY_DARK_5,
|
1855
1783
|
height: t = 24,
|
1856
1784
|
width: s = 24,
|
1857
1785
|
onClick: n
|
@@ -1901,9 +1829,9 @@ const Ke = ({
|
|
1901
1829
|
)
|
1902
1830
|
]
|
1903
1831
|
}
|
1904
|
-
),
|
1832
|
+
), Vt = ({
|
1905
1833
|
className: i,
|
1906
|
-
color: e =
|
1834
|
+
color: e = b.GREY_DARK_5,
|
1907
1835
|
height: t = 24,
|
1908
1836
|
width: s = 24,
|
1909
1837
|
onClick: n
|
@@ -1938,9 +1866,9 @@ const Ke = ({
|
|
1938
1866
|
)
|
1939
1867
|
]
|
1940
1868
|
}
|
1941
|
-
),
|
1869
|
+
), At = ({
|
1942
1870
|
className: i,
|
1943
|
-
color: e =
|
1871
|
+
color: e = b.NOTIFICATION_WARNING_DARK,
|
1944
1872
|
height: t = 37,
|
1945
1873
|
width: s = 36,
|
1946
1874
|
onClick: n
|
@@ -1977,9 +1905,9 @@ const Ke = ({
|
|
1977
1905
|
)
|
1978
1906
|
]
|
1979
1907
|
}
|
1980
|
-
),
|
1908
|
+
), Tt = ({
|
1981
1909
|
className: i,
|
1982
|
-
color: e =
|
1910
|
+
color: e = b.GREY_DARK_5,
|
1983
1911
|
height: t = 24,
|
1984
1912
|
width: s = 24,
|
1985
1913
|
onClick: n
|
@@ -2003,9 +1931,9 @@ const Ke = ({
|
|
2003
1931
|
}
|
2004
1932
|
)
|
2005
1933
|
}
|
2006
|
-
),
|
1934
|
+
), jt = ({
|
2007
1935
|
className: i,
|
2008
|
-
color: e =
|
1936
|
+
color: e = b.GREY_DARK_5,
|
2009
1937
|
height: t = 24,
|
2010
1938
|
width: s = 24,
|
2011
1939
|
onClick: n
|
@@ -2042,9 +1970,9 @@ const Ke = ({
|
|
2042
1970
|
)
|
2043
1971
|
]
|
2044
1972
|
}
|
2045
|
-
),
|
1973
|
+
), Bt = ({
|
2046
1974
|
className: i,
|
2047
|
-
color: e =
|
1975
|
+
color: e = b.GREY_DARK_5,
|
2048
1976
|
height: t = 24,
|
2049
1977
|
width: s = 24,
|
2050
1978
|
onClick: n
|
@@ -2081,9 +2009,9 @@ const Ke = ({
|
|
2081
2009
|
)
|
2082
2010
|
]
|
2083
2011
|
}
|
2084
|
-
),
|
2012
|
+
), Zt = ({
|
2085
2013
|
className: i,
|
2086
|
-
color: e =
|
2014
|
+
color: e = b.GREY_DARK_5,
|
2087
2015
|
height: t = 24,
|
2088
2016
|
width: s = 24,
|
2089
2017
|
onClick: n
|
@@ -2150,9 +2078,9 @@ const Ke = ({
|
|
2150
2078
|
)
|
2151
2079
|
]
|
2152
2080
|
}
|
2153
|
-
),
|
2081
|
+
), Dt = ({
|
2154
2082
|
className: i,
|
2155
|
-
color: e =
|
2083
|
+
color: e = b.GREY_DARK_5,
|
2156
2084
|
height: t = 24,
|
2157
2085
|
width: s = 24,
|
2158
2086
|
onClick: n
|
@@ -2207,9 +2135,9 @@ const Ke = ({
|
|
2207
2135
|
)
|
2208
2136
|
]
|
2209
2137
|
}
|
2210
|
-
),
|
2138
|
+
), Wt = ({
|
2211
2139
|
className: i,
|
2212
|
-
color: e =
|
2140
|
+
color: e = b.GREY_DARK_5,
|
2213
2141
|
height: t = 24,
|
2214
2142
|
width: s = 24,
|
2215
2143
|
onClick: n
|
@@ -2246,9 +2174,9 @@ const Ke = ({
|
|
2246
2174
|
)
|
2247
2175
|
]
|
2248
2176
|
}
|
2249
|
-
),
|
2177
|
+
), Gt = ({
|
2250
2178
|
className: i,
|
2251
|
-
color: e =
|
2179
|
+
color: e = b.GREY_DARK_5,
|
2252
2180
|
height: t = 24,
|
2253
2181
|
width: s = 24,
|
2254
2182
|
onClick: n
|
@@ -2295,9 +2223,9 @@ const Ke = ({
|
|
2295
2223
|
)
|
2296
2224
|
]
|
2297
2225
|
}
|
2298
|
-
),
|
2226
|
+
), Kt = ({
|
2299
2227
|
className: i,
|
2300
|
-
color: e =
|
2228
|
+
color: e = b.GREY_DARK_5,
|
2301
2229
|
height: t = 24,
|
2302
2230
|
width: s = 24,
|
2303
2231
|
onClick: n
|
@@ -2322,9 +2250,9 @@ const Ke = ({
|
|
2322
2250
|
}
|
2323
2251
|
)
|
2324
2252
|
}
|
2325
|
-
),
|
2253
|
+
), Pt = ({
|
2326
2254
|
className: i,
|
2327
|
-
color: e =
|
2255
|
+
color: e = b.GREY_DARK_5,
|
2328
2256
|
height: t = 20,
|
2329
2257
|
width: s = 20,
|
2330
2258
|
onClick: n
|
@@ -2339,7 +2267,7 @@ const Ke = ({
|
|
2339
2267
|
fill: "none",
|
2340
2268
|
xmlns: "http://www.w3.org/2000/svg",
|
2341
2269
|
children: [
|
2342
|
-
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill:
|
2270
|
+
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill: b.GREY_LIGHT_2 }),
|
2343
2271
|
/* @__PURE__ */ o(
|
2344
2272
|
"path",
|
2345
2273
|
{
|
@@ -2351,7 +2279,7 @@ const Ke = ({
|
|
2351
2279
|
)
|
2352
2280
|
]
|
2353
2281
|
}
|
2354
|
-
),
|
2282
|
+
), $t = ({
|
2355
2283
|
className: i,
|
2356
2284
|
color: e = "#001E52",
|
2357
2285
|
height: t = 24,
|
@@ -2377,7 +2305,7 @@ const Ke = ({
|
|
2377
2305
|
}
|
2378
2306
|
)
|
2379
2307
|
}
|
2380
|
-
),
|
2308
|
+
), Ft = ({
|
2381
2309
|
className: i,
|
2382
2310
|
color: e = "#131314",
|
2383
2311
|
height: t = 20,
|
@@ -2405,7 +2333,7 @@ const Ke = ({
|
|
2405
2333
|
}
|
2406
2334
|
)
|
2407
2335
|
}
|
2408
|
-
),
|
2336
|
+
), Yt = ({
|
2409
2337
|
className: i,
|
2410
2338
|
color: e = "#001E52",
|
2411
2339
|
height: t = 24,
|
@@ -2443,7 +2371,7 @@ const Ke = ({
|
|
2443
2371
|
)
|
2444
2372
|
] }) })
|
2445
2373
|
}
|
2446
|
-
),
|
2374
|
+
), Ut = ({
|
2447
2375
|
width: i = 20,
|
2448
2376
|
height: e = 20,
|
2449
2377
|
color: t = "#001E52",
|
@@ -2499,7 +2427,7 @@ const Ke = ({
|
|
2499
2427
|
}
|
2500
2428
|
)
|
2501
2429
|
}
|
2502
|
-
),
|
2430
|
+
), zt = ({
|
2503
2431
|
width: i = 24,
|
2504
2432
|
height: e = 24,
|
2505
2433
|
color: t = "#131314",
|
@@ -2532,10 +2460,10 @@ const Ke = ({
|
|
2532
2460
|
)
|
2533
2461
|
]
|
2534
2462
|
}
|
2535
|
-
),
|
2463
|
+
), Jt = ({
|
2536
2464
|
width: i = 24,
|
2537
2465
|
height: e = 24,
|
2538
|
-
color: t =
|
2466
|
+
color: t = b.GREY_DARK_2,
|
2539
2467
|
className: s,
|
2540
2468
|
onClick: n
|
2541
2469
|
}) => /* @__PURE__ */ C(
|
@@ -2571,10 +2499,10 @@ const Ke = ({
|
|
2571
2499
|
)
|
2572
2500
|
]
|
2573
2501
|
}
|
2574
|
-
),
|
2502
|
+
), qt = ({
|
2575
2503
|
width: i = 24,
|
2576
2504
|
height: e = 24,
|
2577
|
-
color: t =
|
2505
|
+
color: t = b.GREY_DARK_2,
|
2578
2506
|
className: s,
|
2579
2507
|
onClick: n
|
2580
2508
|
}) => /* @__PURE__ */ o(
|
@@ -2598,10 +2526,10 @@ const Ke = ({
|
|
2598
2526
|
}
|
2599
2527
|
)
|
2600
2528
|
}
|
2601
|
-
),
|
2529
|
+
), Qt = ({
|
2602
2530
|
width: i = 24,
|
2603
2531
|
height: e = 24,
|
2604
|
-
color: t =
|
2532
|
+
color: t = b.GREY_DARK_2,
|
2605
2533
|
className: s,
|
2606
2534
|
onClick: n
|
2607
2535
|
}) => /* @__PURE__ */ C(
|
@@ -2638,10 +2566,10 @@ const Ke = ({
|
|
2638
2566
|
)
|
2639
2567
|
]
|
2640
2568
|
}
|
2641
|
-
),
|
2569
|
+
), Xt = ({
|
2642
2570
|
width: i = 24,
|
2643
2571
|
height: e = 24,
|
2644
|
-
color: t =
|
2572
|
+
color: t = b.GREY_DARK_2,
|
2645
2573
|
className: s,
|
2646
2574
|
onClick: n
|
2647
2575
|
}) => /* @__PURE__ */ o(
|
@@ -2665,10 +2593,10 @@ const Ke = ({
|
|
2665
2593
|
}
|
2666
2594
|
)
|
2667
2595
|
}
|
2668
|
-
),
|
2596
|
+
), e2 = ({
|
2669
2597
|
width: i = 24,
|
2670
2598
|
height: e = 24,
|
2671
|
-
color: t =
|
2599
|
+
color: t = b.GREY_DARK_2,
|
2672
2600
|
className: s,
|
2673
2601
|
onClick: n
|
2674
2602
|
}) => /* @__PURE__ */ o(
|
@@ -2692,7 +2620,7 @@ const Ke = ({
|
|
2692
2620
|
}
|
2693
2621
|
)
|
2694
2622
|
}
|
2695
|
-
),
|
2623
|
+
), t2 = ({
|
2696
2624
|
width: i = 20,
|
2697
2625
|
height: e = 20,
|
2698
2626
|
color: t = "#001E52",
|
@@ -2727,7 +2655,7 @@ const Ke = ({
|
|
2727
2655
|
disabled: r = !1,
|
2728
2656
|
onClick: c
|
2729
2657
|
}) => {
|
2730
|
-
const [a, d] = V(n), { theme: g } = J(X1), l = r ? g && g === "dark" ?
|
2658
|
+
const [a, d] = V(n), { theme: g } = J(X1), l = r ? g && g === "dark" ? b.GREY_LIGHT_4 : b.GREY_DARK_1 : s, h = r ? void 0 : c;
|
2731
2659
|
return A(() => {
|
2732
2660
|
if (n) {
|
2733
2661
|
h && !r && d(`${n} clickable`);
|
@@ -2737,9 +2665,9 @@ const Ke = ({
|
|
2737
2665
|
}, [h, n, r]), /* @__PURE__ */ o(Y, { children: (() => {
|
2738
2666
|
switch (i) {
|
2739
2667
|
case "nextIcon":
|
2740
|
-
return
|
2668
|
+
return Nt({ width: e, height: t, color: l, className: a, onClick: h });
|
2741
2669
|
case "prevIcon":
|
2742
|
-
return
|
2670
|
+
return xt({ width: e, height: t, color: l, className: a, onClick: h });
|
2743
2671
|
case "arrowDown":
|
2744
2672
|
return Ke({ width: e, height: t, color: l, className: a, onClick: h });
|
2745
2673
|
case "info":
|
@@ -2762,20 +2690,10 @@ const Ke = ({
|
|
2762
2690
|
return Qe({ width: e, height: t, color: l, className: a, onClick: h });
|
2763
2691
|
case "attention":
|
2764
2692
|
return Xe({ width: e, height: t, color: l, className: a, onClick: h });
|
2765
|
-
case "arrowDownLong":
|
2766
|
-
return et({
|
2767
|
-
width: e,
|
2768
|
-
height: t,
|
2769
|
-
color: l,
|
2770
|
-
className: a,
|
2771
|
-
onClick: h
|
2772
|
-
});
|
2773
|
-
case "dotArrowDown":
|
2774
|
-
return tt({ width: e, height: t, color: l, className: a, onClick: h });
|
2775
2693
|
case "users":
|
2776
|
-
return
|
2694
|
+
return et({ width: e, height: t, color: l, className: a, onClick: h });
|
2777
2695
|
case "mySkillsMatrix":
|
2778
|
-
return
|
2696
|
+
return tt({
|
2779
2697
|
width: e,
|
2780
2698
|
height: t,
|
2781
2699
|
color: l,
|
@@ -2783,9 +2701,9 @@ const Ke = ({
|
|
2783
2701
|
onClick: h
|
2784
2702
|
});
|
2785
2703
|
case "skills":
|
2786
|
-
return
|
2704
|
+
return it({ width: e, height: t, color: l, className: a, onClick: h });
|
2787
2705
|
case "skillsMatrices":
|
2788
|
-
return
|
2706
|
+
return st({
|
2789
2707
|
width: e,
|
2790
2708
|
height: t,
|
2791
2709
|
color: l,
|
@@ -2793,23 +2711,23 @@ const Ke = ({
|
|
2793
2711
|
onClick: h
|
2794
2712
|
});
|
2795
2713
|
case "history":
|
2796
|
-
return
|
2714
|
+
return nt({ width: e, height: t, color: l, className: a, onClick: h });
|
2797
2715
|
case "logOut":
|
2798
|
-
return
|
2716
|
+
return ot({ width: e, height: t, color: l, className: a, onClick: h });
|
2799
2717
|
case "settings":
|
2800
|
-
return
|
2718
|
+
return rt({ width: e, height: t, color: l, className: a, onClick: h });
|
2801
2719
|
case "trash":
|
2802
|
-
return
|
2720
|
+
return at({ width: e, height: t, color: l, className: a, onClick: h });
|
2803
2721
|
case "settings4":
|
2804
|
-
return
|
2722
|
+
return lt({ width: e, height: t, color: l, className: a, onClick: h });
|
2805
2723
|
case "success":
|
2806
|
-
return
|
2724
|
+
return ht({ width: e, height: t, color: l, className: a, onClick: h });
|
2807
2725
|
case "errorSmall":
|
2808
|
-
return
|
2726
|
+
return ct({ width: e, height: t, color: l, className: a, onClick: h });
|
2809
2727
|
case "infoMedium":
|
2810
|
-
return
|
2728
|
+
return dt({ width: e, height: t, color: l, className: a, onClick: h });
|
2811
2729
|
case "attentionMedium":
|
2812
|
-
return
|
2730
|
+
return gt({
|
2813
2731
|
width: e,
|
2814
2732
|
height: t,
|
2815
2733
|
color: l,
|
@@ -2817,9 +2735,9 @@ const Ke = ({
|
|
2817
2735
|
onClick: h
|
2818
2736
|
});
|
2819
2737
|
case "errorMedium":
|
2820
|
-
return
|
2738
|
+
return ut({ width: e, height: t, color: l, className: a, onClick: h });
|
2821
2739
|
case "visibilityIcon":
|
2822
|
-
return
|
2740
|
+
return Ct({
|
2823
2741
|
width: e,
|
2824
2742
|
height: t,
|
2825
2743
|
color: l,
|
@@ -2827,7 +2745,7 @@ const Ke = ({
|
|
2827
2745
|
onClick: h
|
2828
2746
|
});
|
2829
2747
|
case "visibilityOffIcon":
|
2830
|
-
return
|
2748
|
+
return pt({
|
2831
2749
|
width: e,
|
2832
2750
|
height: t,
|
2833
2751
|
color: l,
|
@@ -2835,7 +2753,7 @@ const Ke = ({
|
|
2835
2753
|
onClick: h
|
2836
2754
|
});
|
2837
2755
|
case "selectArrowIcon":
|
2838
|
-
return
|
2756
|
+
return ft({
|
2839
2757
|
width: e,
|
2840
2758
|
height: t,
|
2841
2759
|
color: l,
|
@@ -2843,7 +2761,7 @@ const Ke = ({
|
|
2843
2761
|
onClick: h
|
2844
2762
|
});
|
2845
2763
|
case "expandArrowIcon":
|
2846
|
-
return
|
2764
|
+
return mt({
|
2847
2765
|
width: e,
|
2848
2766
|
height: t,
|
2849
2767
|
color: l,
|
@@ -2851,7 +2769,7 @@ const Ke = ({
|
|
2851
2769
|
onClick: h
|
2852
2770
|
});
|
2853
2771
|
case "expandActiveArrowIcon":
|
2854
|
-
return
|
2772
|
+
return wt({
|
2855
2773
|
width: e,
|
2856
2774
|
height: t,
|
2857
2775
|
color: l,
|
@@ -2859,85 +2777,85 @@ const Ke = ({
|
|
2859
2777
|
onClick: h
|
2860
2778
|
});
|
2861
2779
|
case "sortUp":
|
2862
|
-
return
|
2780
|
+
return kt({ width: e, height: t, color: l, className: a, onClick: h });
|
2863
2781
|
case "sortDown":
|
2864
|
-
return
|
2782
|
+
return Lt({ width: e, height: t, color: l, className: a, onClick: h });
|
2865
2783
|
case "search":
|
2866
|
-
return
|
2784
|
+
return vt({ width: e, height: t, color: l, className: a, onClick: h });
|
2867
2785
|
case "arrowUpFilled":
|
2868
|
-
return
|
2786
|
+
return Mt({ width: e, height: t, color: l, className: a, onClick: h });
|
2869
2787
|
case "arrowDownFilled":
|
2870
|
-
return
|
2788
|
+
return Rt({ width: e, height: t, color: l, className: a, onClick: h });
|
2871
2789
|
case "link":
|
2872
|
-
return
|
2790
|
+
return bt({ width: e, height: t, color: l, className: a, onClick: h });
|
2873
2791
|
case "telegram":
|
2874
|
-
return
|
2792
|
+
return Et({ width: e, height: t, color: l, className: a, onClick: h });
|
2875
2793
|
case "mail":
|
2876
|
-
return
|
2794
|
+
return _t({ width: e, height: t, color: l, className: a, onClick: h });
|
2877
2795
|
case "github":
|
2878
|
-
return
|
2796
|
+
return yt({ width: e, height: t, color: l, className: a, onClick: h });
|
2879
2797
|
case "linkedIn":
|
2880
|
-
return
|
2798
|
+
return Ht({ width: e, height: t, color: l, className: a, onClick: h });
|
2881
2799
|
case "emptyStateIcon":
|
2882
|
-
return
|
2800
|
+
return It({ width: e, height: t, color: l, className: a, onClick: h });
|
2883
2801
|
case "filtersIcon":
|
2884
|
-
return
|
2802
|
+
return St({ width: e, height: t, color: l, className: a, onClick: h });
|
2885
2803
|
case "dotMenuIcon":
|
2886
|
-
return
|
2804
|
+
return Ot({ width: e, height: t, color: l, className: a, onClick: h });
|
2887
2805
|
case "plusCircle":
|
2888
|
-
return
|
2806
|
+
return Vt({ width: e, height: t, color: l, className: a, onClick: h });
|
2889
2807
|
case "warning":
|
2890
|
-
return
|
2808
|
+
return At({ width: e, height: t, color: l, className: a, onClick: h });
|
2891
2809
|
case "back":
|
2892
|
-
return
|
2810
|
+
return Tt({ width: e, height: t, color: l, className: a, onClick: h });
|
2893
2811
|
case "bell":
|
2894
|
-
return
|
2812
|
+
return jt({ width: e, height: t, color: l, className: a, onClick: h });
|
2895
2813
|
case "contract":
|
2896
|
-
return
|
2814
|
+
return Zt({ width: e, height: t, color: l, className: a, onClick: h });
|
2897
2815
|
case "trash2":
|
2898
|
-
return
|
2816
|
+
return Bt({ width: e, height: t, color: l, className: a, onClick: h });
|
2899
2817
|
case "resourceManager":
|
2900
|
-
return
|
2818
|
+
return Dt({ width: e, height: t, color: l, className: a, onClick: h });
|
2901
2819
|
case "settings2":
|
2902
|
-
return
|
2820
|
+
return Wt({ width: e, height: t, color: l, className: a, onClick: h });
|
2903
2821
|
case "image":
|
2904
|
-
return
|
2822
|
+
return Gt({ width: e, height: t, color: l, className: a, onClick: h });
|
2905
2823
|
case "edit":
|
2906
|
-
return
|
2824
|
+
return Kt({ width: e, height: t, color: l, className: a, onClick: h });
|
2907
2825
|
case "filledArrowRight":
|
2908
|
-
return
|
2826
|
+
return Pt({ width: e, height: t, color: l, className: a, onClick: h });
|
2909
2827
|
case "burgerMenu":
|
2910
|
-
return
|
2828
|
+
return $t({ width: e, height: t, color: l, className: a, onClick: h });
|
2911
2829
|
case "signOut":
|
2912
|
-
return
|
2830
|
+
return Ft({ width: e, height: t, color: l, className: a, onClick: h });
|
2913
2831
|
case "refresh":
|
2914
|
-
return
|
2832
|
+
return Yt({ width: e, height: t, color: l, className: a, onClick: h });
|
2915
2833
|
case "projects":
|
2916
|
-
return
|
2834
|
+
return Ut({ width: e, height: t, color: l, className: a, onClick: h });
|
2917
2835
|
case "profile":
|
2918
|
-
return
|
2836
|
+
return t2({ width: e, height: t, color: l, className: a, onClick: h });
|
2919
2837
|
case "exit":
|
2920
|
-
return
|
2838
|
+
return zt({ width: e, height: t, color: l, className: a, onClick: h });
|
2921
2839
|
case "client":
|
2922
|
-
return
|
2840
|
+
return Jt({ width: e, height: t, color: l, className: a, onClick: h });
|
2923
2841
|
case "calendar2":
|
2924
|
-
return
|
2842
|
+
return qt({ width: e, height: t, color: l, className: a, onClick: h });
|
2925
2843
|
case "openPointCircle":
|
2926
|
-
return
|
2844
|
+
return Qt({ width: e, height: t, color: l, className: a, onClick: h });
|
2927
2845
|
case "community":
|
2928
|
-
return
|
2846
|
+
return Xt({ width: e, height: t, color: l, className: a, onClick: h });
|
2929
2847
|
case "docs":
|
2930
|
-
return
|
2848
|
+
return e2({ width: e, height: t, color: l, className: a, onClick: h });
|
2931
2849
|
default:
|
2932
2850
|
return /* @__PURE__ */ o(Y, { children: "No Icon provided" });
|
2933
2851
|
}
|
2934
2852
|
})() });
|
2935
|
-
}, { Title:
|
2853
|
+
}, { Title: i2, Text: s2 } = J1, n2 = {
|
2936
2854
|
h1: 1,
|
2937
2855
|
h2: 2,
|
2938
2856
|
h3: 3,
|
2939
2857
|
h4: 4
|
2940
|
-
},
|
2858
|
+
}, o2 = w1(
|
2941
2859
|
({
|
2942
2860
|
align: i = "inherit",
|
2943
2861
|
variant: e = "body1",
|
@@ -2950,17 +2868,17 @@ const Ke = ({
|
|
2950
2868
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
2951
2869
|
let g = `snmt-typography snmt-typography-${e}`;
|
2952
2870
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), r && (g += " collapsed"), d ? /* @__PURE__ */ o(
|
2953
|
-
|
2871
|
+
i2,
|
2954
2872
|
{
|
2955
2873
|
className: g,
|
2956
2874
|
style: { color: t, whiteSpace: c },
|
2957
2875
|
onClick: n,
|
2958
|
-
level:
|
2876
|
+
level: n2[e],
|
2959
2877
|
ref: a,
|
2960
2878
|
children: s
|
2961
2879
|
}
|
2962
2880
|
) : /* @__PURE__ */ o(
|
2963
|
-
|
2881
|
+
s2,
|
2964
2882
|
{
|
2965
2883
|
className: g,
|
2966
2884
|
style: { color: t, whiteSpace: c },
|
@@ -2971,13 +2889,13 @@ const Ke = ({
|
|
2971
2889
|
);
|
2972
2890
|
}
|
2973
2891
|
);
|
2974
|
-
var
|
2892
|
+
var y = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(y || {});
|
2975
2893
|
const ee = e1({
|
2976
2894
|
locale: "en",
|
2977
2895
|
theme: "light"
|
2978
2896
|
});
|
2979
2897
|
ee.Provider;
|
2980
|
-
const
|
2898
|
+
const r2 = ({
|
2981
2899
|
width: i = 20,
|
2982
2900
|
height: e = 20,
|
2983
2901
|
color: t = "#001E52",
|
@@ -3004,7 +2922,7 @@ const l2 = ({
|
|
3004
2922
|
}
|
3005
2923
|
)
|
3006
2924
|
}
|
3007
|
-
),
|
2925
|
+
), a2 = ({
|
3008
2926
|
width: i = 16,
|
3009
2927
|
height: e = 16,
|
3010
2928
|
color: t = "#001E52",
|
@@ -3032,7 +2950,7 @@ const l2 = ({
|
|
3032
2950
|
)
|
3033
2951
|
]
|
3034
2952
|
}
|
3035
|
-
),
|
2953
|
+
), l2 = ({
|
3036
2954
|
width: i = 20,
|
3037
2955
|
height: e = 20,
|
3038
2956
|
color: t = "#001E52",
|
@@ -3067,7 +2985,7 @@ const l2 = ({
|
|
3067
2985
|
)
|
3068
2986
|
]
|
3069
2987
|
}
|
3070
|
-
),
|
2988
|
+
), h2 = ({
|
3071
2989
|
width: i = 18,
|
3072
2990
|
height: e = 18,
|
3073
2991
|
color: t = "#001E52",
|
@@ -3106,7 +3024,7 @@ const l2 = ({
|
|
3106
3024
|
)
|
3107
3025
|
]
|
3108
3026
|
}
|
3109
|
-
),
|
3027
|
+
), c2 = ({
|
3110
3028
|
width: i = 20,
|
3111
3029
|
height: e = 20,
|
3112
3030
|
color: t = "#001E52",
|
@@ -3132,7 +3050,7 @@ const l2 = ({
|
|
3132
3050
|
}
|
3133
3051
|
)
|
3134
3052
|
}
|
3135
|
-
),
|
3053
|
+
), d2 = ({
|
3136
3054
|
width: i = 20,
|
3137
3055
|
height: e = 20,
|
3138
3056
|
color: t = "#001E52",
|
@@ -3153,7 +3071,7 @@ const l2 = ({
|
|
3153
3071
|
/* @__PURE__ */ o("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
3154
3072
|
]
|
3155
3073
|
}
|
3156
|
-
),
|
3074
|
+
), g2 = ({
|
3157
3075
|
width: i = 20,
|
3158
3076
|
height: e = 20,
|
3159
3077
|
color: t = "#001E52",
|
@@ -3185,7 +3103,7 @@ const l2 = ({
|
|
3185
3103
|
)
|
3186
3104
|
]
|
3187
3105
|
}
|
3188
|
-
),
|
3106
|
+
), u2 = ({
|
3189
3107
|
width: i = 20,
|
3190
3108
|
height: e = 20,
|
3191
3109
|
color: t = "#001E52",
|
@@ -3239,7 +3157,7 @@ const l2 = ({
|
|
3239
3157
|
)
|
3240
3158
|
]
|
3241
3159
|
}
|
3242
|
-
),
|
3160
|
+
), C2 = ({
|
3243
3161
|
width: i = 20,
|
3244
3162
|
height: e = 20,
|
3245
3163
|
color: t = "#001E52",
|
@@ -3278,7 +3196,7 @@ const l2 = ({
|
|
3278
3196
|
/* @__PURE__ */ o("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
3279
3197
|
]
|
3280
3198
|
}
|
3281
|
-
),
|
3199
|
+
), p2 = ({
|
3282
3200
|
width: i = 16,
|
3283
3201
|
height: e = 12,
|
3284
3202
|
color: t = "#001E52",
|
@@ -3327,7 +3245,7 @@ const l2 = ({
|
|
3327
3245
|
)
|
3328
3246
|
] })
|
3329
3247
|
}
|
3330
|
-
),
|
3248
|
+
), f2 = ({
|
3331
3249
|
width: i = 16,
|
3332
3250
|
height: e = 16,
|
3333
3251
|
color: t = "#001E52",
|
@@ -3361,79 +3279,7 @@ const l2 = ({
|
|
3361
3279
|
)
|
3362
3280
|
]
|
3363
3281
|
}
|
3364
|
-
),
|
3365
|
-
width: i = 11,
|
3366
|
-
height: e = 32,
|
3367
|
-
color: t = "#001E52",
|
3368
|
-
className: s,
|
3369
|
-
onClick: n
|
3370
|
-
}) => /* @__PURE__ */ C(
|
3371
|
-
"svg",
|
3372
|
-
{
|
3373
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3374
|
-
width: i,
|
3375
|
-
height: e,
|
3376
|
-
className: s,
|
3377
|
-
onClick: n,
|
3378
|
-
viewBox: "0 0 11 32",
|
3379
|
-
fill: "none",
|
3380
|
-
children: [
|
3381
|
-
/* @__PURE__ */ o(
|
3382
|
-
"path",
|
3383
|
-
{
|
3384
|
-
fillRule: "evenodd",
|
3385
|
-
clipRule: "evenodd",
|
3386
|
-
d: "M6.22724 31.222C6.53024 31.525 7.02149 31.525 7.32448 31.222L10.7728 27.7737C11.0757 27.4707 11.0757 26.9795 10.7728 26.6765L7.32448 23.2282C7.02149 22.9252 6.53024 22.9252 6.22724 23.2282C5.92425 23.5312 5.92425 24.0224 6.22724 24.3254L9.1269 27.2251L6.22724 30.1247C5.92425 30.4277 5.92425 30.919 6.22724 31.222Z",
|
3387
|
-
fill: t
|
3388
|
-
}
|
3389
|
-
),
|
3390
|
-
/* @__PURE__ */ o(
|
3391
|
-
"path",
|
3392
|
-
{
|
3393
|
-
d: "M10 27.2597H4C3.44772 27.2597 3 26.812 3 26.2597V6",
|
3394
|
-
stroke: t,
|
3395
|
-
strokeWidth: "1.25",
|
3396
|
-
strokeLinecap: "round"
|
3397
|
-
}
|
3398
|
-
),
|
3399
|
-
/* @__PURE__ */ o("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
3400
|
-
]
|
3401
|
-
}
|
3402
|
-
), L2 = ({
|
3403
|
-
width: i = 10,
|
3404
|
-
height: e = 23,
|
3405
|
-
color: t = "#001E52",
|
3406
|
-
className: s,
|
3407
|
-
onClick: n
|
3408
|
-
}) => /* @__PURE__ */ C(
|
3409
|
-
"svg",
|
3410
|
-
{
|
3411
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3412
|
-
width: i,
|
3413
|
-
height: e,
|
3414
|
-
className: s,
|
3415
|
-
onClick: n,
|
3416
|
-
viewBox: "0 0 10 23",
|
3417
|
-
fill: "none",
|
3418
|
-
children: [
|
3419
|
-
/* @__PURE__ */ o(
|
3420
|
-
"path",
|
3421
|
-
{
|
3422
|
-
fillRule: "evenodd",
|
3423
|
-
clipRule: "evenodd",
|
3424
|
-
d: `M1.00621 18.2272C0.70322 18.5302 0.70322 19.0215 1.00621
|
3425
|
-
19.3245L4.45449 22.7728C4.75748 23.0757 5.24873 23.0757 5.55172
|
3426
|
-
22.7728L9 19.3245C9.30299 19.0215 9.30299 18.5302 9 18.2272C8.69701 17.9243
|
3427
|
-
8.20576 17.9243 7.90277 18.2272L5.00311 21.1269L2.10345 18.2272C1.80045 17.9243
|
3428
|
-
1.30921 17.9243 1.00621 18.2272Z`,
|
3429
|
-
fill: t
|
3430
|
-
}
|
3431
|
-
),
|
3432
|
-
/* @__PURE__ */ o("path", { d: "M5 21L5 3", stroke: t, strokeWidth: "1.25", strokeLinecap: "round" }),
|
3433
|
-
/* @__PURE__ */ o("circle", { cx: "5", cy: "3", r: "3", fill: t })
|
3434
|
-
]
|
3435
|
-
}
|
3436
|
-
), v2 = ({
|
3282
|
+
), m2 = ({
|
3437
3283
|
width: i = 20,
|
3438
3284
|
height: e = 20,
|
3439
3285
|
color: t = "#001E52",
|
@@ -3480,7 +3326,7 @@ const l2 = ({
|
|
3480
3326
|
)
|
3481
3327
|
]
|
3482
3328
|
}
|
3483
|
-
),
|
3329
|
+
), w2 = ({
|
3484
3330
|
width: i = 20,
|
3485
3331
|
height: e = 20,
|
3486
3332
|
color: t = "#001E52",
|
@@ -3513,7 +3359,7 @@ const l2 = ({
|
|
3513
3359
|
)
|
3514
3360
|
]
|
3515
3361
|
}
|
3516
|
-
),
|
3362
|
+
), k2 = ({
|
3517
3363
|
width: i = 20,
|
3518
3364
|
height: e = 20,
|
3519
3365
|
color: t = "#001E52",
|
@@ -3560,7 +3406,7 @@ const l2 = ({
|
|
3560
3406
|
)
|
3561
3407
|
]
|
3562
3408
|
}
|
3563
|
-
),
|
3409
|
+
), L2 = ({
|
3564
3410
|
width: i = 20,
|
3565
3411
|
height: e = 20,
|
3566
3412
|
color: t = "#001E52",
|
@@ -3593,7 +3439,7 @@ const l2 = ({
|
|
3593
3439
|
)
|
3594
3440
|
]
|
3595
3441
|
}
|
3596
|
-
),
|
3442
|
+
), v2 = ({
|
3597
3443
|
width: i = 18,
|
3598
3444
|
height: e = 16,
|
3599
3445
|
color: t = "#001E52",
|
@@ -3632,7 +3478,7 @@ const l2 = ({
|
|
3632
3478
|
)
|
3633
3479
|
]
|
3634
3480
|
}
|
3635
|
-
),
|
3481
|
+
), N2 = ({
|
3636
3482
|
width: i = 20,
|
3637
3483
|
height: e = 20,
|
3638
3484
|
color: t = "#001E52",
|
@@ -3665,7 +3511,7 @@ const l2 = ({
|
|
3665
3511
|
)
|
3666
3512
|
]
|
3667
3513
|
}
|
3668
|
-
),
|
3514
|
+
), x2 = ({
|
3669
3515
|
width: i = 20,
|
3670
3516
|
height: e = 20,
|
3671
3517
|
color: t = "#001E52",
|
@@ -3689,7 +3535,7 @@ const l2 = ({
|
|
3689
3535
|
}
|
3690
3536
|
)
|
3691
3537
|
}
|
3692
|
-
),
|
3538
|
+
), R2 = ({
|
3693
3539
|
width: i = 20,
|
3694
3540
|
height: e = 20,
|
3695
3541
|
color: t = "#001E52",
|
@@ -3722,7 +3568,7 @@ const l2 = ({
|
|
3722
3568
|
)
|
3723
3569
|
]
|
3724
3570
|
}
|
3725
|
-
),
|
3571
|
+
), M2 = ({
|
3726
3572
|
width: i = 20,
|
3727
3573
|
height: e = 23,
|
3728
3574
|
color: t = "#001E52",
|
@@ -3783,7 +3629,7 @@ const l2 = ({
|
|
3783
3629
|
)
|
3784
3630
|
]
|
3785
3631
|
}
|
3786
|
-
),
|
3632
|
+
), b2 = ({
|
3787
3633
|
width: i = 14,
|
3788
3634
|
height: e = 14,
|
3789
3635
|
color: t = "#10B981",
|
@@ -3812,7 +3658,7 @@ const l2 = ({
|
|
3812
3658
|
)
|
3813
3659
|
]
|
3814
3660
|
}
|
3815
|
-
),
|
3661
|
+
), y2 = ({
|
3816
3662
|
width: i = 10,
|
3817
3663
|
height: e = 10,
|
3818
3664
|
color: t = "#88A4FF",
|
@@ -3860,7 +3706,7 @@ const l2 = ({
|
|
3860
3706
|
)
|
3861
3707
|
]
|
3862
3708
|
}
|
3863
|
-
),
|
3709
|
+
), E2 = ({
|
3864
3710
|
width: i = 14,
|
3865
3711
|
height: e = 14,
|
3866
3712
|
color: t = "#8E8E93",
|
@@ -3888,7 +3734,7 @@ const l2 = ({
|
|
3888
3734
|
)
|
3889
3735
|
]
|
3890
3736
|
}
|
3891
|
-
),
|
3737
|
+
), H2 = ({
|
3892
3738
|
width: i = 14,
|
3893
3739
|
height: e = 14,
|
3894
3740
|
color: t = "#FFB020",
|
@@ -3922,7 +3768,7 @@ const l2 = ({
|
|
3922
3768
|
)
|
3923
3769
|
]
|
3924
3770
|
}
|
3925
|
-
),
|
3771
|
+
), _2 = ({
|
3926
3772
|
width: i = 14,
|
3927
3773
|
height: e = 14,
|
3928
3774
|
color: t = "#D0421B",
|
@@ -3970,7 +3816,7 @@ const l2 = ({
|
|
3970
3816
|
)
|
3971
3817
|
]
|
3972
3818
|
}
|
3973
|
-
),
|
3819
|
+
), I2 = ({
|
3974
3820
|
width: i = 20,
|
3975
3821
|
height: e = 20,
|
3976
3822
|
color: t = "#070739",
|
@@ -4000,7 +3846,7 @@ const l2 = ({
|
|
4000
3846
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
4001
3847
|
]
|
4002
3848
|
}
|
4003
|
-
),
|
3849
|
+
), S2 = ({
|
4004
3850
|
width: i = 20,
|
4005
3851
|
height: e = 20,
|
4006
3852
|
color: t = "#070739",
|
@@ -4038,7 +3884,7 @@ const l2 = ({
|
|
4038
3884
|
)
|
4039
3885
|
]
|
4040
3886
|
}
|
4041
|
-
),
|
3887
|
+
), O2 = ({
|
4042
3888
|
width: i = 9,
|
4043
3889
|
height: e = 5,
|
4044
3890
|
color: t = "#001E52",
|
@@ -4064,7 +3910,7 @@ const l2 = ({
|
|
4064
3910
|
}
|
4065
3911
|
)
|
4066
3912
|
}
|
4067
|
-
),
|
3913
|
+
), V2 = ({
|
4068
3914
|
width: i = 20,
|
4069
3915
|
height: e = 20,
|
4070
3916
|
color: t = "#F2F2F7",
|
@@ -4093,7 +3939,7 @@ const l2 = ({
|
|
4093
3939
|
)
|
4094
3940
|
]
|
4095
3941
|
}
|
4096
|
-
),
|
3942
|
+
), A2 = ({
|
4097
3943
|
width: i = 20,
|
4098
3944
|
height: e = 20,
|
4099
3945
|
color: t = "#004ED7",
|
@@ -4122,7 +3968,7 @@ const l2 = ({
|
|
4122
3968
|
)
|
4123
3969
|
]
|
4124
3970
|
}
|
4125
|
-
),
|
3971
|
+
), T2 = ({
|
4126
3972
|
width: i = 10,
|
4127
3973
|
height: e = 10,
|
4128
3974
|
color: t = "#001E52",
|
@@ -4151,7 +3997,7 @@ const l2 = ({
|
|
4151
3997
|
)
|
4152
3998
|
]
|
4153
3999
|
}
|
4154
|
-
),
|
4000
|
+
), j2 = ({
|
4155
4001
|
width: i = 10,
|
4156
4002
|
height: e = 10,
|
4157
4003
|
color: t = "#001E52",
|
@@ -4188,9 +4034,9 @@ const l2 = ({
|
|
4188
4034
|
)
|
4189
4035
|
]
|
4190
4036
|
}
|
4191
|
-
),
|
4037
|
+
), B2 = ({
|
4192
4038
|
className: i,
|
4193
|
-
color: e =
|
4039
|
+
color: e = y.GREY_DARK_5,
|
4194
4040
|
height: t = 24,
|
4195
4041
|
width: s = 24,
|
4196
4042
|
onClick: n
|
@@ -4227,9 +4073,9 @@ const l2 = ({
|
|
4227
4073
|
)
|
4228
4074
|
]
|
4229
4075
|
}
|
4230
|
-
),
|
4076
|
+
), Z2 = ({
|
4231
4077
|
className: i,
|
4232
|
-
color: e =
|
4078
|
+
color: e = y.GREY_DARK_5,
|
4233
4079
|
height: t = 20,
|
4234
4080
|
width: s = 20,
|
4235
4081
|
onClick: n
|
@@ -4254,9 +4100,9 @@ const l2 = ({
|
|
4254
4100
|
}
|
4255
4101
|
)
|
4256
4102
|
}
|
4257
|
-
),
|
4103
|
+
), D2 = ({
|
4258
4104
|
className: i,
|
4259
|
-
color: e =
|
4105
|
+
color: e = y.GREY_DARK_5,
|
4260
4106
|
height: t = 20,
|
4261
4107
|
width: s = 20,
|
4262
4108
|
onClick: n
|
@@ -4281,9 +4127,9 @@ const l2 = ({
|
|
4281
4127
|
}
|
4282
4128
|
)
|
4283
4129
|
}
|
4284
|
-
),
|
4130
|
+
), W2 = ({
|
4285
4131
|
className: i,
|
4286
|
-
color: e =
|
4132
|
+
color: e = y.GREY_DARK_5,
|
4287
4133
|
height: t = 5,
|
4288
4134
|
width: s = 10,
|
4289
4135
|
onClick: n
|
@@ -4305,9 +4151,9 @@ const l2 = ({
|
|
4305
4151
|
}
|
4306
4152
|
)
|
4307
4153
|
}
|
4308
|
-
),
|
4154
|
+
), G2 = ({
|
4309
4155
|
className: i,
|
4310
|
-
color: e =
|
4156
|
+
color: e = y.GREY_DARK_5,
|
4311
4157
|
height: t = 5,
|
4312
4158
|
width: s = 10,
|
4313
4159
|
onClick: n
|
@@ -4330,9 +4176,9 @@ const l2 = ({
|
|
4330
4176
|
}
|
4331
4177
|
)
|
4332
4178
|
}
|
4333
|
-
),
|
4179
|
+
), K2 = ({
|
4334
4180
|
className: i,
|
4335
|
-
color: e =
|
4181
|
+
color: e = y.GREY_DARK_5,
|
4336
4182
|
height: t = 24,
|
4337
4183
|
width: s = 24,
|
4338
4184
|
onClick: n
|
@@ -4369,9 +4215,9 @@ const l2 = ({
|
|
4369
4215
|
)
|
4370
4216
|
]
|
4371
4217
|
}
|
4372
|
-
),
|
4218
|
+
), P2 = ({
|
4373
4219
|
className: i,
|
4374
|
-
color: e =
|
4220
|
+
color: e = y.GREY_DARK_5,
|
4375
4221
|
height: t = 24,
|
4376
4222
|
width: s = 24,
|
4377
4223
|
onClick: n
|
@@ -4408,9 +4254,9 @@ const l2 = ({
|
|
4408
4254
|
)
|
4409
4255
|
]
|
4410
4256
|
}
|
4411
|
-
),
|
4257
|
+
), $2 = ({
|
4412
4258
|
className: i,
|
4413
|
-
color: e =
|
4259
|
+
color: e = y.GREY_DARK_5,
|
4414
4260
|
height: t = 24,
|
4415
4261
|
width: s = 24,
|
4416
4262
|
onClick: n
|
@@ -4435,9 +4281,9 @@ const l2 = ({
|
|
4435
4281
|
}
|
4436
4282
|
)
|
4437
4283
|
}
|
4438
|
-
),
|
4284
|
+
), F2 = ({
|
4439
4285
|
className: i,
|
4440
|
-
color: e =
|
4286
|
+
color: e = y.GREY_DARK_5,
|
4441
4287
|
height: t = 24,
|
4442
4288
|
width: s = 24,
|
4443
4289
|
onClick: n
|
@@ -4494,9 +4340,9 @@ const l2 = ({
|
|
4494
4340
|
)
|
4495
4341
|
]
|
4496
4342
|
}
|
4497
|
-
),
|
4343
|
+
), Y2 = ({
|
4498
4344
|
className: i,
|
4499
|
-
color: e =
|
4345
|
+
color: e = y.GREY_DARK_5,
|
4500
4346
|
height: t = 24,
|
4501
4347
|
width: s = 24,
|
4502
4348
|
onClick: n
|
@@ -4531,9 +4377,9 @@ const l2 = ({
|
|
4531
4377
|
)
|
4532
4378
|
]
|
4533
4379
|
}
|
4534
|
-
),
|
4380
|
+
), U2 = ({
|
4535
4381
|
className: i,
|
4536
|
-
color: e =
|
4382
|
+
color: e = y.GREY_DARK_3,
|
4537
4383
|
height: t = 14,
|
4538
4384
|
width: s = 14,
|
4539
4385
|
onClick: n
|
@@ -4568,9 +4414,9 @@ const l2 = ({
|
|
4568
4414
|
)
|
4569
4415
|
]
|
4570
4416
|
}
|
4571
|
-
),
|
4417
|
+
), z2 = ({
|
4572
4418
|
className: i,
|
4573
|
-
color: e =
|
4419
|
+
color: e = y.GREY_DARK_5,
|
4574
4420
|
height: t = 18,
|
4575
4421
|
onClick: s,
|
4576
4422
|
width: n = 18
|
@@ -4595,9 +4441,9 @@ const l2 = ({
|
|
4595
4441
|
}
|
4596
4442
|
)
|
4597
4443
|
}
|
4598
|
-
),
|
4444
|
+
), J2 = ({
|
4599
4445
|
className: i,
|
4600
|
-
color: e =
|
4446
|
+
color: e = y.GREY_DARK_5,
|
4601
4447
|
height: t = 24,
|
4602
4448
|
width: s = 24,
|
4603
4449
|
onClick: n
|
@@ -4647,9 +4493,9 @@ const l2 = ({
|
|
4647
4493
|
)
|
4648
4494
|
]
|
4649
4495
|
}
|
4650
|
-
),
|
4496
|
+
), q2 = ({
|
4651
4497
|
className: i,
|
4652
|
-
color: e =
|
4498
|
+
color: e = y.GREY_DARK_5,
|
4653
4499
|
height: t = 24,
|
4654
4500
|
width: s = 24,
|
4655
4501
|
onClick: n
|
@@ -4684,9 +4530,9 @@ const l2 = ({
|
|
4684
4530
|
)
|
4685
4531
|
]
|
4686
4532
|
}
|
4687
|
-
),
|
4533
|
+
), Q2 = ({
|
4688
4534
|
className: i,
|
4689
|
-
color: e =
|
4535
|
+
color: e = y.NOTIFICATION_WARNING_DARK,
|
4690
4536
|
height: t = 37,
|
4691
4537
|
width: s = 36,
|
4692
4538
|
onClick: n
|
@@ -4723,9 +4569,9 @@ const l2 = ({
|
|
4723
4569
|
)
|
4724
4570
|
]
|
4725
4571
|
}
|
4726
|
-
),
|
4572
|
+
), X2 = ({
|
4727
4573
|
className: i,
|
4728
|
-
color: e =
|
4574
|
+
color: e = y.GREY_DARK_5,
|
4729
4575
|
height: t = 24,
|
4730
4576
|
width: s = 24,
|
4731
4577
|
onClick: n
|
@@ -4749,9 +4595,9 @@ const l2 = ({
|
|
4749
4595
|
}
|
4750
4596
|
)
|
4751
4597
|
}
|
4752
|
-
),
|
4598
|
+
), ei = ({
|
4753
4599
|
className: i,
|
4754
|
-
color: e =
|
4600
|
+
color: e = y.GREY_DARK_5,
|
4755
4601
|
height: t = 24,
|
4756
4602
|
width: s = 24,
|
4757
4603
|
onClick: n
|
@@ -4788,9 +4634,9 @@ const l2 = ({
|
|
4788
4634
|
)
|
4789
4635
|
]
|
4790
4636
|
}
|
4791
|
-
),
|
4637
|
+
), ti = ({
|
4792
4638
|
className: i,
|
4793
|
-
color: e =
|
4639
|
+
color: e = y.GREY_DARK_5,
|
4794
4640
|
height: t = 24,
|
4795
4641
|
width: s = 24,
|
4796
4642
|
onClick: n
|
@@ -4827,9 +4673,9 @@ const l2 = ({
|
|
4827
4673
|
)
|
4828
4674
|
]
|
4829
4675
|
}
|
4830
|
-
),
|
4676
|
+
), ii = ({
|
4831
4677
|
className: i,
|
4832
|
-
color: e =
|
4678
|
+
color: e = y.GREY_DARK_5,
|
4833
4679
|
height: t = 24,
|
4834
4680
|
width: s = 24,
|
4835
4681
|
onClick: n
|
@@ -4896,9 +4742,9 @@ const l2 = ({
|
|
4896
4742
|
)
|
4897
4743
|
]
|
4898
4744
|
}
|
4899
|
-
),
|
4745
|
+
), si = ({
|
4900
4746
|
className: i,
|
4901
|
-
color: e =
|
4747
|
+
color: e = y.GREY_DARK_5,
|
4902
4748
|
height: t = 24,
|
4903
4749
|
width: s = 24,
|
4904
4750
|
onClick: n
|
@@ -4953,9 +4799,9 @@ const l2 = ({
|
|
4953
4799
|
)
|
4954
4800
|
]
|
4955
4801
|
}
|
4956
|
-
),
|
4802
|
+
), ni = ({
|
4957
4803
|
className: i,
|
4958
|
-
color: e =
|
4804
|
+
color: e = y.GREY_DARK_5,
|
4959
4805
|
height: t = 24,
|
4960
4806
|
width: s = 24,
|
4961
4807
|
onClick: n
|
@@ -4992,9 +4838,9 @@ const l2 = ({
|
|
4992
4838
|
)
|
4993
4839
|
]
|
4994
4840
|
}
|
4995
|
-
),
|
4841
|
+
), oi = ({
|
4996
4842
|
className: i,
|
4997
|
-
color: e =
|
4843
|
+
color: e = y.GREY_DARK_5,
|
4998
4844
|
height: t = 24,
|
4999
4845
|
width: s = 24,
|
5000
4846
|
onClick: n
|
@@ -5041,9 +4887,9 @@ const l2 = ({
|
|
5041
4887
|
)
|
5042
4888
|
]
|
5043
4889
|
}
|
5044
|
-
),
|
4890
|
+
), ri = ({
|
5045
4891
|
className: i,
|
5046
|
-
color: e =
|
4892
|
+
color: e = y.GREY_DARK_5,
|
5047
4893
|
height: t = 24,
|
5048
4894
|
width: s = 24,
|
5049
4895
|
onClick: n
|
@@ -5068,9 +4914,9 @@ const l2 = ({
|
|
5068
4914
|
}
|
5069
4915
|
)
|
5070
4916
|
}
|
5071
|
-
),
|
4917
|
+
), ai = ({
|
5072
4918
|
className: i,
|
5073
|
-
color: e =
|
4919
|
+
color: e = y.GREY_DARK_5,
|
5074
4920
|
height: t = 20,
|
5075
4921
|
width: s = 20,
|
5076
4922
|
onClick: n
|
@@ -5085,7 +4931,7 @@ const l2 = ({
|
|
5085
4931
|
fill: "none",
|
5086
4932
|
xmlns: "http://www.w3.org/2000/svg",
|
5087
4933
|
children: [
|
5088
|
-
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill:
|
4934
|
+
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill: y.GREY_LIGHT_2 }),
|
5089
4935
|
/* @__PURE__ */ o(
|
5090
4936
|
"path",
|
5091
4937
|
{
|
@@ -5097,7 +4943,7 @@ const l2 = ({
|
|
5097
4943
|
)
|
5098
4944
|
]
|
5099
4945
|
}
|
5100
|
-
),
|
4946
|
+
), li = ({
|
5101
4947
|
className: i,
|
5102
4948
|
color: e = "#001E52",
|
5103
4949
|
height: t = 24,
|
@@ -5123,7 +4969,7 @@ const l2 = ({
|
|
5123
4969
|
}
|
5124
4970
|
)
|
5125
4971
|
}
|
5126
|
-
),
|
4972
|
+
), hi = ({
|
5127
4973
|
className: i,
|
5128
4974
|
color: e = "#131314",
|
5129
4975
|
height: t = 20,
|
@@ -5151,7 +4997,7 @@ const l2 = ({
|
|
5151
4997
|
}
|
5152
4998
|
)
|
5153
4999
|
}
|
5154
|
-
),
|
5000
|
+
), ci = ({
|
5155
5001
|
className: i,
|
5156
5002
|
color: e = "#001E52",
|
5157
5003
|
height: t = 24,
|
@@ -5189,7 +5035,7 @@ const l2 = ({
|
|
5189
5035
|
)
|
5190
5036
|
] }) })
|
5191
5037
|
}
|
5192
|
-
),
|
5038
|
+
), di = ({
|
5193
5039
|
width: i = 20,
|
5194
5040
|
height: e = 20,
|
5195
5041
|
color: t = "#001E52",
|
@@ -5245,7 +5091,7 @@ const l2 = ({
|
|
5245
5091
|
}
|
5246
5092
|
)
|
5247
5093
|
}
|
5248
|
-
),
|
5094
|
+
), gi = ({
|
5249
5095
|
width: i = 24,
|
5250
5096
|
height: e = 24,
|
5251
5097
|
color: t = "#131314",
|
@@ -5278,10 +5124,10 @@ const l2 = ({
|
|
5278
5124
|
)
|
5279
5125
|
]
|
5280
5126
|
}
|
5281
|
-
),
|
5127
|
+
), ui = ({
|
5282
5128
|
width: i = 24,
|
5283
5129
|
height: e = 24,
|
5284
|
-
color: t =
|
5130
|
+
color: t = y.GREY_DARK_2,
|
5285
5131
|
className: s,
|
5286
5132
|
onClick: n
|
5287
5133
|
}) => /* @__PURE__ */ C(
|
@@ -5317,10 +5163,10 @@ const l2 = ({
|
|
5317
5163
|
)
|
5318
5164
|
]
|
5319
5165
|
}
|
5320
|
-
),
|
5166
|
+
), Ci = ({
|
5321
5167
|
width: i = 24,
|
5322
5168
|
height: e = 24,
|
5323
|
-
color: t =
|
5169
|
+
color: t = y.GREY_DARK_2,
|
5324
5170
|
className: s,
|
5325
5171
|
onClick: n
|
5326
5172
|
}) => /* @__PURE__ */ o(
|
@@ -5344,10 +5190,10 @@ const l2 = ({
|
|
5344
5190
|
}
|
5345
5191
|
)
|
5346
5192
|
}
|
5347
|
-
),
|
5193
|
+
), pi = ({
|
5348
5194
|
width: i = 24,
|
5349
5195
|
height: e = 24,
|
5350
|
-
color: t =
|
5196
|
+
color: t = y.GREY_DARK_2,
|
5351
5197
|
className: s,
|
5352
5198
|
onClick: n
|
5353
5199
|
}) => /* @__PURE__ */ C(
|
@@ -5384,10 +5230,10 @@ const l2 = ({
|
|
5384
5230
|
)
|
5385
5231
|
]
|
5386
5232
|
}
|
5387
|
-
),
|
5233
|
+
), fi = ({
|
5388
5234
|
width: i = 24,
|
5389
5235
|
height: e = 24,
|
5390
|
-
color: t =
|
5236
|
+
color: t = y.GREY_DARK_2,
|
5391
5237
|
className: s,
|
5392
5238
|
onClick: n
|
5393
5239
|
}) => /* @__PURE__ */ o(
|
@@ -5411,10 +5257,10 @@ const l2 = ({
|
|
5411
5257
|
}
|
5412
5258
|
)
|
5413
5259
|
}
|
5414
|
-
),
|
5260
|
+
), mi = ({
|
5415
5261
|
width: i = 24,
|
5416
5262
|
height: e = 24,
|
5417
|
-
color: t =
|
5263
|
+
color: t = y.GREY_DARK_2,
|
5418
5264
|
className: s,
|
5419
5265
|
onClick: n
|
5420
5266
|
}) => /* @__PURE__ */ o(
|
@@ -5438,7 +5284,7 @@ const l2 = ({
|
|
5438
5284
|
}
|
5439
5285
|
)
|
5440
5286
|
}
|
5441
|
-
),
|
5287
|
+
), wi = ({
|
5442
5288
|
width: i = 20,
|
5443
5289
|
height: e = 20,
|
5444
5290
|
color: t = "#001E52",
|
@@ -5464,7 +5310,7 @@ const l2 = ({
|
|
5464
5310
|
}
|
5465
5311
|
)
|
5466
5312
|
}
|
5467
|
-
),
|
5313
|
+
), ki = ({
|
5468
5314
|
name: i,
|
5469
5315
|
width: e,
|
5470
5316
|
height: t,
|
@@ -5473,7 +5319,7 @@ const l2 = ({
|
|
5473
5319
|
disabled: r = !1,
|
5474
5320
|
onClick: c
|
5475
5321
|
}) => {
|
5476
|
-
const [a, d] = V(n), { theme: g } = J(ee), l = r ? g && g === "dark" ?
|
5322
|
+
const [a, d] = V(n), { theme: g } = J(ee), l = r ? g && g === "dark" ? y.GREY_LIGHT_4 : y.GREY_DARK_1 : s, h = r ? void 0 : c;
|
5477
5323
|
return A(() => {
|
5478
5324
|
if (n) {
|
5479
5325
|
h && !r && d(`${n} clickable`);
|
@@ -5483,45 +5329,35 @@ const l2 = ({
|
|
5483
5329
|
}, [h, n, r]), /* @__PURE__ */ o(Y, { children: (() => {
|
5484
5330
|
switch (i) {
|
5485
5331
|
case "nextIcon":
|
5486
|
-
return
|
5332
|
+
return Z2({ width: e, height: t, color: l, className: a, onClick: h });
|
5487
5333
|
case "prevIcon":
|
5488
|
-
return
|
5334
|
+
return D2({ width: e, height: t, color: l, className: a, onClick: h });
|
5489
5335
|
case "arrowDown":
|
5490
|
-
return
|
5336
|
+
return r2({ width: e, height: t, color: l, className: a, onClick: h });
|
5491
5337
|
case "info":
|
5492
|
-
return
|
5338
|
+
return a2({ width: e, height: t, color: l, className: a, onClick: h });
|
5493
5339
|
case "arrowRight":
|
5494
|
-
return
|
5340
|
+
return l2({ width: e, height: t, color: l, className: a, onClick: h });
|
5495
5341
|
case "calendar":
|
5496
|
-
return
|
5342
|
+
return h2({ width: e, height: t, color: l, className: a, onClick: h });
|
5497
5343
|
case "ok":
|
5498
|
-
return
|
5344
|
+
return c2({ width: e, height: t, color: l, className: a, onClick: h });
|
5499
5345
|
case "cancel":
|
5500
|
-
return
|
5346
|
+
return d2({ width: e, height: t, color: l, className: a, onClick: h });
|
5501
5347
|
case "add":
|
5502
|
-
return
|
5348
|
+
return g2({ width: e, height: t, color: l, className: a, onClick: h });
|
5503
5349
|
case "list":
|
5504
|
-
return
|
5350
|
+
return u2({ width: e, height: t, color: l, className: a, onClick: h });
|
5505
5351
|
case "dragAndDrop":
|
5506
|
-
return
|
5352
|
+
return C2({ width: e, height: t, color: l, className: a, onClick: h });
|
5507
5353
|
case "filter":
|
5508
|
-
return
|
5354
|
+
return p2({ width: e, height: t, color: l, className: a, onClick: h });
|
5509
5355
|
case "attention":
|
5510
|
-
return
|
5511
|
-
case "arrowDownLong":
|
5512
|
-
return k2({
|
5513
|
-
width: e,
|
5514
|
-
height: t,
|
5515
|
-
color: l,
|
5516
|
-
className: a,
|
5517
|
-
onClick: h
|
5518
|
-
});
|
5519
|
-
case "dotArrowDown":
|
5520
|
-
return L2({ width: e, height: t, color: l, className: a, onClick: h });
|
5356
|
+
return f2({ width: e, height: t, color: l, className: a, onClick: h });
|
5521
5357
|
case "users":
|
5522
|
-
return
|
5358
|
+
return m2({ width: e, height: t, color: l, className: a, onClick: h });
|
5523
5359
|
case "mySkillsMatrix":
|
5524
|
-
return
|
5360
|
+
return w2({
|
5525
5361
|
width: e,
|
5526
5362
|
height: t,
|
5527
5363
|
color: l,
|
@@ -5529,9 +5365,9 @@ const l2 = ({
|
|
5529
5365
|
onClick: h
|
5530
5366
|
});
|
5531
5367
|
case "skills":
|
5532
|
-
return
|
5368
|
+
return k2({ width: e, height: t, color: l, className: a, onClick: h });
|
5533
5369
|
case "skillsMatrices":
|
5534
|
-
return
|
5370
|
+
return L2({
|
5535
5371
|
width: e,
|
5536
5372
|
height: t,
|
5537
5373
|
color: l,
|
@@ -5539,23 +5375,23 @@ const l2 = ({
|
|
5539
5375
|
onClick: h
|
5540
5376
|
});
|
5541
5377
|
case "history":
|
5542
|
-
return
|
5378
|
+
return v2({ width: e, height: t, color: l, className: a, onClick: h });
|
5543
5379
|
case "logOut":
|
5544
|
-
return
|
5380
|
+
return N2({ width: e, height: t, color: l, className: a, onClick: h });
|
5545
5381
|
case "settings":
|
5546
|
-
return
|
5382
|
+
return x2({ width: e, height: t, color: l, className: a, onClick: h });
|
5547
5383
|
case "trash":
|
5548
|
-
return
|
5384
|
+
return R2({ width: e, height: t, color: l, className: a, onClick: h });
|
5549
5385
|
case "settings4":
|
5550
|
-
return
|
5386
|
+
return M2({ width: e, height: t, color: l, className: a, onClick: h });
|
5551
5387
|
case "success":
|
5552
|
-
return
|
5388
|
+
return b2({ width: e, height: t, color: l, className: a, onClick: h });
|
5553
5389
|
case "errorSmall":
|
5554
|
-
return
|
5390
|
+
return y2({ width: e, height: t, color: l, className: a, onClick: h });
|
5555
5391
|
case "infoMedium":
|
5556
|
-
return
|
5392
|
+
return E2({ width: e, height: t, color: l, className: a, onClick: h });
|
5557
5393
|
case "attentionMedium":
|
5558
|
-
return
|
5394
|
+
return H2({
|
5559
5395
|
width: e,
|
5560
5396
|
height: t,
|
5561
5397
|
color: l,
|
@@ -5563,9 +5399,9 @@ const l2 = ({
|
|
5563
5399
|
onClick: h
|
5564
5400
|
});
|
5565
5401
|
case "errorMedium":
|
5566
|
-
return
|
5402
|
+
return _2({ width: e, height: t, color: l, className: a, onClick: h });
|
5567
5403
|
case "visibilityIcon":
|
5568
|
-
return
|
5404
|
+
return I2({
|
5569
5405
|
width: e,
|
5570
5406
|
height: t,
|
5571
5407
|
color: l,
|
@@ -5573,7 +5409,7 @@ const l2 = ({
|
|
5573
5409
|
onClick: h
|
5574
5410
|
});
|
5575
5411
|
case "visibilityOffIcon":
|
5576
|
-
return
|
5412
|
+
return S2({
|
5577
5413
|
width: e,
|
5578
5414
|
height: t,
|
5579
5415
|
color: l,
|
@@ -5581,7 +5417,7 @@ const l2 = ({
|
|
5581
5417
|
onClick: h
|
5582
5418
|
});
|
5583
5419
|
case "selectArrowIcon":
|
5584
|
-
return
|
5420
|
+
return O2({
|
5585
5421
|
width: e,
|
5586
5422
|
height: t,
|
5587
5423
|
color: l,
|
@@ -5589,7 +5425,7 @@ const l2 = ({
|
|
5589
5425
|
onClick: h
|
5590
5426
|
});
|
5591
5427
|
case "expandArrowIcon":
|
5592
|
-
return
|
5428
|
+
return V2({
|
5593
5429
|
width: e,
|
5594
5430
|
height: t,
|
5595
5431
|
color: l,
|
@@ -5597,7 +5433,7 @@ const l2 = ({
|
|
5597
5433
|
onClick: h
|
5598
5434
|
});
|
5599
5435
|
case "expandActiveArrowIcon":
|
5600
|
-
return
|
5436
|
+
return A2({
|
5601
5437
|
width: e,
|
5602
5438
|
height: t,
|
5603
5439
|
color: l,
|
@@ -5605,86 +5441,86 @@ const l2 = ({
|
|
5605
5441
|
onClick: h
|
5606
5442
|
});
|
5607
5443
|
case "sortUp":
|
5608
|
-
return
|
5444
|
+
return T2({ width: e, height: t, color: l, className: a, onClick: h });
|
5609
5445
|
case "sortDown":
|
5610
|
-
return
|
5446
|
+
return j2({ width: e, height: t, color: l, className: a, onClick: h });
|
5611
5447
|
case "search":
|
5612
|
-
return
|
5448
|
+
return B2({ width: e, height: t, color: l, className: a, onClick: h });
|
5613
5449
|
case "arrowUpFilled":
|
5614
|
-
return
|
5450
|
+
return G2({ width: e, height: t, color: l, className: a, onClick: h });
|
5615
5451
|
case "arrowDownFilled":
|
5616
|
-
return
|
5452
|
+
return W2({ width: e, height: t, color: l, className: a, onClick: h });
|
5617
5453
|
case "link":
|
5618
|
-
return
|
5454
|
+
return K2({ width: e, height: t, color: l, className: a, onClick: h });
|
5619
5455
|
case "telegram":
|
5620
|
-
return
|
5456
|
+
return $2({ width: e, height: t, color: l, className: a, onClick: h });
|
5621
5457
|
case "mail":
|
5622
|
-
return
|
5458
|
+
return Y2({ width: e, height: t, color: l, className: a, onClick: h });
|
5623
5459
|
case "github":
|
5624
|
-
return
|
5460
|
+
return P2({ width: e, height: t, color: l, className: a, onClick: h });
|
5625
5461
|
case "linkedIn":
|
5626
|
-
return
|
5462
|
+
return F2({ width: e, height: t, color: l, className: a, onClick: h });
|
5627
5463
|
case "emptyStateIcon":
|
5628
|
-
return
|
5464
|
+
return U2({ width: e, height: t, color: l, className: a, onClick: h });
|
5629
5465
|
case "filtersIcon":
|
5630
|
-
return
|
5466
|
+
return z2({ width: e, height: t, color: l, className: a, onClick: h });
|
5631
5467
|
case "dotMenuIcon":
|
5632
|
-
return
|
5468
|
+
return J2({ width: e, height: t, color: l, className: a, onClick: h });
|
5633
5469
|
case "plusCircle":
|
5634
|
-
return
|
5470
|
+
return q2({ width: e, height: t, color: l, className: a, onClick: h });
|
5635
5471
|
case "warning":
|
5636
|
-
return
|
5472
|
+
return Q2({ width: e, height: t, color: l, className: a, onClick: h });
|
5637
5473
|
case "back":
|
5638
|
-
return
|
5474
|
+
return X2({ width: e, height: t, color: l, className: a, onClick: h });
|
5639
5475
|
case "bell":
|
5640
|
-
return
|
5476
|
+
return ei({ width: e, height: t, color: l, className: a, onClick: h });
|
5641
5477
|
case "contract":
|
5642
|
-
return
|
5478
|
+
return ii({ width: e, height: t, color: l, className: a, onClick: h });
|
5643
5479
|
case "trash2":
|
5644
|
-
return
|
5480
|
+
return ti({ width: e, height: t, color: l, className: a, onClick: h });
|
5645
5481
|
case "resourceManager":
|
5646
|
-
return
|
5482
|
+
return si({ width: e, height: t, color: l, className: a, onClick: h });
|
5647
5483
|
case "settings2":
|
5648
|
-
return
|
5484
|
+
return ni({ width: e, height: t, color: l, className: a, onClick: h });
|
5649
5485
|
case "image":
|
5650
|
-
return
|
5486
|
+
return oi({ width: e, height: t, color: l, className: a, onClick: h });
|
5651
5487
|
case "edit":
|
5652
|
-
return
|
5488
|
+
return ri({ width: e, height: t, color: l, className: a, onClick: h });
|
5653
5489
|
case "filledArrowRight":
|
5654
|
-
return
|
5490
|
+
return ai({ width: e, height: t, color: l, className: a, onClick: h });
|
5655
5491
|
case "burgerMenu":
|
5656
|
-
return
|
5492
|
+
return li({ width: e, height: t, color: l, className: a, onClick: h });
|
5657
5493
|
case "signOut":
|
5658
|
-
return
|
5494
|
+
return hi({ width: e, height: t, color: l, className: a, onClick: h });
|
5659
5495
|
case "refresh":
|
5660
|
-
return
|
5496
|
+
return ci({ width: e, height: t, color: l, className: a, onClick: h });
|
5661
5497
|
case "projects":
|
5662
|
-
return
|
5498
|
+
return di({ width: e, height: t, color: l, className: a, onClick: h });
|
5663
5499
|
case "profile":
|
5664
|
-
return
|
5500
|
+
return wi({ width: e, height: t, color: l, className: a, onClick: h });
|
5665
5501
|
case "exit":
|
5666
|
-
return
|
5502
|
+
return gi({ width: e, height: t, color: l, className: a, onClick: h });
|
5667
5503
|
case "client":
|
5668
|
-
return
|
5504
|
+
return ui({ width: e, height: t, color: l, className: a, onClick: h });
|
5669
5505
|
case "calendar2":
|
5670
|
-
return
|
5506
|
+
return Ci({ width: e, height: t, color: l, className: a, onClick: h });
|
5671
5507
|
case "openPointCircle":
|
5672
|
-
return
|
5508
|
+
return pi({ width: e, height: t, color: l, className: a, onClick: h });
|
5673
5509
|
case "community":
|
5674
|
-
return
|
5510
|
+
return fi({ width: e, height: t, color: l, className: a, onClick: h });
|
5675
5511
|
case "docs":
|
5676
|
-
return
|
5512
|
+
return mi({ width: e, height: t, color: l, className: a, onClick: h });
|
5677
5513
|
default:
|
5678
5514
|
return /* @__PURE__ */ o(Y, { children: "No Icon provided" });
|
5679
5515
|
}
|
5680
5516
|
})() });
|
5681
5517
|
};
|
5682
5518
|
var o1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(o1 || {});
|
5683
|
-
const
|
5519
|
+
const Li = e1({
|
5684
5520
|
locale: "en",
|
5685
5521
|
theme: "light"
|
5686
5522
|
});
|
5687
|
-
|
5523
|
+
Li.Provider;
|
5688
5524
|
const te = ({
|
5689
5525
|
children: i,
|
5690
5526
|
width: e,
|
@@ -5697,11 +5533,11 @@ const te = ({
|
|
5697
5533
|
r || s == null || s();
|
5698
5534
|
};
|
5699
5535
|
return /* @__PURE__ */ o(
|
5700
|
-
|
5536
|
+
we,
|
5701
5537
|
{
|
5702
5538
|
className: `snmt-tag ${t} ${r ? "disabled" : ""}`,
|
5703
5539
|
closeIcon: /* @__PURE__ */ o(
|
5704
|
-
|
5540
|
+
ki,
|
5705
5541
|
{
|
5706
5542
|
name: "errorSmall",
|
5707
5543
|
color: r ? o1.GREY_DARK_1 : o1.GREY_DARK_2,
|
@@ -5714,7 +5550,7 @@ const te = ({
|
|
5714
5550
|
style: { width: e ?? "fit-content" },
|
5715
5551
|
closable: n,
|
5716
5552
|
children: typeof i == "string" ? /* @__PURE__ */ o(
|
5717
|
-
|
5553
|
+
o2,
|
5718
5554
|
{
|
5719
5555
|
variant: t === "small" ? "body4" : "body2",
|
5720
5556
|
color: r ? o1.GREY_DARK_2 : o1.GREY_DARK_5,
|
@@ -5723,12 +5559,12 @@ const te = ({
|
|
5723
5559
|
) : i
|
5724
5560
|
}
|
5725
5561
|
);
|
5726
|
-
}, { Title:
|
5562
|
+
}, { Title: vi, Text: Ni } = J1, xi = {
|
5727
5563
|
h1: 1,
|
5728
5564
|
h2: 2,
|
5729
5565
|
h3: 3,
|
5730
5566
|
h4: 4
|
5731
|
-
},
|
5567
|
+
}, Ri = w1(
|
5732
5568
|
({
|
5733
5569
|
align: i = "inherit",
|
5734
5570
|
variant: e = "body1",
|
@@ -5741,17 +5577,17 @@ const te = ({
|
|
5741
5577
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
5742
5578
|
let g = `snmt-typography snmt-typography-${e}`;
|
5743
5579
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), r && (g += " collapsed"), d ? /* @__PURE__ */ o(
|
5744
|
-
|
5580
|
+
vi,
|
5745
5581
|
{
|
5746
5582
|
className: g,
|
5747
5583
|
style: { color: t, whiteSpace: c },
|
5748
5584
|
onClick: n,
|
5749
|
-
level:
|
5585
|
+
level: xi[e],
|
5750
5586
|
ref: a,
|
5751
5587
|
children: s
|
5752
5588
|
}
|
5753
5589
|
) : /* @__PURE__ */ o(
|
5754
|
-
|
5590
|
+
Ni,
|
5755
5591
|
{
|
5756
5592
|
className: g,
|
5757
5593
|
style: { color: t, whiteSpace: c },
|
@@ -5761,7 +5597,7 @@ const te = ({
|
|
5761
5597
|
}
|
5762
5598
|
);
|
5763
5599
|
}
|
5764
|
-
),
|
5600
|
+
), Mi = ({
|
5765
5601
|
children: i,
|
5766
5602
|
content: e,
|
5767
5603
|
isOpen: t,
|
@@ -5786,7 +5622,7 @@ const te = ({
|
|
5786
5622
|
}
|
5787
5623
|
);
|
5788
5624
|
};
|
5789
|
-
var
|
5625
|
+
var bi = { exports: {} };
|
5790
5626
|
(function(i, e) {
|
5791
5627
|
(function(t, s) {
|
5792
5628
|
i.exports = s();
|
@@ -5796,8 +5632,8 @@ var _i = { exports: {} };
|
|
5796
5632
|
return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
|
5797
5633
|
} };
|
5798
5634
|
});
|
5799
|
-
})(
|
5800
|
-
const
|
5635
|
+
})(bi);
|
5636
|
+
const yi = ({
|
5801
5637
|
values: i,
|
5802
5638
|
onTagClose: e,
|
5803
5639
|
maxWidth: t,
|
@@ -5812,11 +5648,11 @@ const Ii = ({
|
|
5812
5648
|
}, [i]), !i.length)
|
5813
5649
|
return null;
|
5814
5650
|
const h = (u) => {
|
5815
|
-
var p,
|
5816
|
-
return ((p = r == null ? void 0 : r.find((
|
5651
|
+
var p, w;
|
5652
|
+
return ((p = r == null ? void 0 : r.find((m) => m.value === u)) == null ? void 0 : p.label) || ((w = c == null ? void 0 : c.find((m) => m.value === u)) == null ? void 0 : w.label) || u;
|
5817
5653
|
};
|
5818
5654
|
return /* @__PURE__ */ C(
|
5819
|
-
|
5655
|
+
Mi,
|
5820
5656
|
{
|
5821
5657
|
content: (
|
5822
5658
|
// 90: paddings + margins + gaps and so on
|
@@ -5849,7 +5685,7 @@ const Ii = ({
|
|
5849
5685
|
backgroundSize: "20% calc(200% + 20px)"
|
5850
5686
|
};
|
5851
5687
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: s });
|
5852
|
-
},
|
5688
|
+
}, Ei = w1(
|
5853
5689
|
({
|
5854
5690
|
value: i,
|
5855
5691
|
onChange: e,
|
@@ -5865,33 +5701,33 @@ const Ii = ({
|
|
5865
5701
|
onSearchChange: h,
|
5866
5702
|
onDropdownVisibleChange: u,
|
5867
5703
|
onScrollToEnd: p,
|
5868
|
-
onPopupScroll:
|
5704
|
+
onPopupScroll: w,
|
5869
5705
|
id: R,
|
5870
|
-
extraOptions:
|
5706
|
+
extraOptions: m,
|
5871
5707
|
dropdownRender: E,
|
5872
5708
|
optionRender: M,
|
5873
5709
|
isLoading: _,
|
5874
5710
|
readOnly: f,
|
5875
5711
|
error: x
|
5876
5712
|
}, L) => {
|
5877
|
-
const [v,
|
5713
|
+
const [v, j] = V(!1), [G, t1] = V(!1), [$, h1] = V(!0), [I, K] = V(i), F = l1(null);
|
5878
5714
|
A(() => {
|
5879
5715
|
K(i);
|
5880
5716
|
}, [i]);
|
5881
5717
|
const q = (N) => {
|
5882
|
-
|
5718
|
+
j(N), u && u(N);
|
5883
5719
|
}, c1 = (N, H) => {
|
5884
|
-
var
|
5885
|
-
return !!((
|
5886
|
-
},
|
5720
|
+
var B;
|
5721
|
+
return !!((B = H == null ? void 0 : H.label) != null && B.toString().toLowerCase().includes(N.toLowerCase()));
|
5722
|
+
}, O = () => {
|
5887
5723
|
t1(!0);
|
5888
5724
|
}, P = () => {
|
5889
5725
|
t1(!1);
|
5890
5726
|
}, T = D(
|
5891
5727
|
(N) => {
|
5892
5728
|
if (K(N), s) {
|
5893
|
-
const
|
5894
|
-
e == null || e(
|
5729
|
+
const B = N;
|
5730
|
+
e == null || e(B);
|
5895
5731
|
return;
|
5896
5732
|
}
|
5897
5733
|
const H = N;
|
@@ -5908,7 +5744,7 @@ const Ii = ({
|
|
5908
5744
|
}
|
5909
5745
|
}, [a, T, s, f]), g1 = D(
|
5910
5746
|
(N) => {
|
5911
|
-
const H = I.filter((
|
5747
|
+
const H = I.filter((B) => B !== N);
|
5912
5748
|
T(H), K(H);
|
5913
5749
|
},
|
5914
5750
|
[T, I]
|
@@ -5923,20 +5759,20 @@ const Ii = ({
|
|
5923
5759
|
N.preventDefault(), N.stopPropagation();
|
5924
5760
|
}, le = async (N) => {
|
5925
5761
|
const { target: H } = N;
|
5926
|
-
H.scrollTop + H.offsetHeight >= H.scrollHeight - l && (p == null || p(!0)),
|
5762
|
+
H.scrollTop + H.offsetHeight >= H.scrollHeight - l && (p == null || p(!0)), w && await w(N);
|
5927
5763
|
}, L1 = D(
|
5928
5764
|
(N) => {
|
5929
|
-
var H,
|
5930
|
-
return ((H = r.find((v1) => v1.value === N)) == null ? void 0 : H.label) || ((
|
5765
|
+
var H, B;
|
5766
|
+
return ((H = r.find((v1) => v1.value === N)) == null ? void 0 : H.label) || ((B = m == null ? void 0 : m.find(
|
5931
5767
|
(v1) => v1.value === N
|
5932
|
-
)) == null ? void 0 :
|
5768
|
+
)) == null ? void 0 : B.label) || N;
|
5933
5769
|
},
|
5934
|
-
[
|
5770
|
+
[m, r]
|
5935
5771
|
), he = D(
|
5936
5772
|
(N) => {
|
5937
5773
|
var H;
|
5938
5774
|
return /* @__PURE__ */ o(
|
5939
|
-
|
5775
|
+
yi,
|
5940
5776
|
{
|
5941
5777
|
values: N,
|
5942
5778
|
onTagClose: g1,
|
@@ -5944,13 +5780,13 @@ const Ii = ({
|
|
5944
5780
|
disabled: a,
|
5945
5781
|
closable: !f,
|
5946
5782
|
options: r,
|
5947
|
-
extraOptions:
|
5783
|
+
extraOptions: m
|
5948
5784
|
}
|
5949
5785
|
);
|
5950
5786
|
},
|
5951
|
-
[a,
|
5787
|
+
[a, m, g1, r, f]
|
5952
5788
|
), ce = D(
|
5953
|
-
({ label: N, value: H, mode:
|
5789
|
+
({ label: N, value: H, mode: B }) => B === "filter" ? H1(H) : /* @__PURE__ */ o("div", { onMouseDown: ae, className: "tag-wrapper", children: /* @__PURE__ */ o(te, { onClose: () => g1(H), disabled: a, children: typeof N == "object" ? N : L1(H) }) }),
|
5954
5790
|
[a, L1, g1, H1]
|
5955
5791
|
), _1 = Array.isArray(I) && I.length > 0 || !!I && typeof I == "string" && I.trim() !== "";
|
5956
5792
|
return /* @__PURE__ */ C("div", { className: "snmt-select-container", children: [
|
@@ -5980,7 +5816,7 @@ const Ii = ({
|
|
5980
5816
|
},
|
5981
5817
|
mode: s === "filter" ? "multiple" : s,
|
5982
5818
|
onChange: T,
|
5983
|
-
onFocus:
|
5819
|
+
onFocus: O,
|
5984
5820
|
onBlur: P,
|
5985
5821
|
onSearch: (N) => {
|
5986
5822
|
h1(!N), h && h(N);
|
@@ -6015,7 +5851,7 @@ const Ii = ({
|
|
6015
5851
|
name: "selectArrowIcon",
|
6016
5852
|
color: a ? Z.GREY_DARK_1 : Z.GREY_DARK_5,
|
6017
5853
|
className: v ? "select-arrow-rotated" : "select-arrow",
|
6018
|
-
onClick: () =>
|
5854
|
+
onClick: () => j(!v)
|
6019
5855
|
}
|
6020
5856
|
)
|
6021
5857
|
] }) }),
|
@@ -6071,7 +5907,7 @@ const Ii = ({
|
|
6071
5907
|
),
|
6072
5908
|
x && /* @__PURE__ */ C(n1, { justifyContent: "flex-start", gap: 6, children: [
|
6073
5909
|
/* @__PURE__ */ o(i1, { name: "attention", color: Z.NOTIFICATION_ERROR_DARK }),
|
6074
|
-
typeof x == "string" ? /* @__PURE__ */ o(
|
5910
|
+
typeof x == "string" ? /* @__PURE__ */ o(Ri, { color: Z.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
|
6075
5911
|
] })
|
6076
5912
|
] });
|
6077
5913
|
}
|
@@ -6081,21 +5917,21 @@ const Ii = ({
|
|
6081
5917
|
i = s, e = n;
|
6082
5918
|
});
|
6083
5919
|
return t.resolve = i, t.reject = e, t;
|
6084
|
-
}, T1 = (i) => i == null ? "" : "" + i,
|
5920
|
+
}, T1 = (i) => i == null ? "" : "" + i, Hi = (i, e, t) => {
|
6085
5921
|
i.forEach((s) => {
|
6086
5922
|
e[s] && (t[s] = e[s]);
|
6087
5923
|
});
|
6088
|
-
},
|
5924
|
+
}, _i = /###/g, j1 = (i) => i && i.indexOf("###") > -1 ? i.replace(_i, ".") : i, B1 = (i) => !i || k(i), r1 = (i, e, t) => {
|
6089
5925
|
const s = k(e) ? e.split(".") : e;
|
6090
5926
|
let n = 0;
|
6091
5927
|
for (; n < s.length - 1; ) {
|
6092
|
-
if (
|
6093
|
-
const r =
|
5928
|
+
if (B1(i)) return {};
|
5929
|
+
const r = j1(s[n]);
|
6094
5930
|
!i[r] && t && (i[r] = new t()), Object.prototype.hasOwnProperty.call(i, r) ? i = i[r] : i = {}, ++n;
|
6095
5931
|
}
|
6096
|
-
return
|
5932
|
+
return B1(i) ? {} : {
|
6097
5933
|
obj: i,
|
6098
|
-
k:
|
5934
|
+
k: j1(s[n])
|
6099
5935
|
};
|
6100
5936
|
}, Z1 = (i, e, t) => {
|
6101
5937
|
const {
|
@@ -6110,7 +5946,7 @@ const Ii = ({
|
|
6110
5946
|
for (; a.obj === void 0 && c.length; )
|
6111
5947
|
r = `${c[c.length - 1]}.${r}`, c = c.slice(0, c.length - 1), a = r1(i, c, Object), a && a.obj && typeof a.obj[`${a.k}.${r}`] < "u" && (a.obj = void 0);
|
6112
5948
|
a.obj[`${a.k}.${r}`] = t;
|
6113
|
-
},
|
5949
|
+
}, Ii = (i, e, t, s) => {
|
6114
5950
|
const {
|
6115
5951
|
obj: n,
|
6116
5952
|
k: r
|
@@ -6123,7 +5959,7 @@ const Ii = ({
|
|
6123
5959
|
} = r1(i, e);
|
6124
5960
|
if (t)
|
6125
5961
|
return t[s];
|
6126
|
-
},
|
5962
|
+
}, Si = (i, e, t) => {
|
6127
5963
|
const s = C1(i, t);
|
6128
5964
|
return s !== void 0 ? s : C1(e, t);
|
6129
5965
|
}, ie = (i, e, t) => {
|
@@ -6131,7 +5967,7 @@ const Ii = ({
|
|
6131
5967
|
s !== "__proto__" && s !== "constructor" && (s in i ? k(i[s]) || i[s] instanceof String || k(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : ie(i[s], e[s], t) : i[s] = e[s]);
|
6132
5968
|
return i;
|
6133
5969
|
}, Q = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
6134
|
-
var
|
5970
|
+
var Oi = {
|
6135
5971
|
"&": "&",
|
6136
5972
|
"<": "<",
|
6137
5973
|
">": ">",
|
@@ -6139,8 +5975,8 @@ var Bi = {
|
|
6139
5975
|
"'": "'",
|
6140
5976
|
"/": "/"
|
6141
5977
|
};
|
6142
|
-
const
|
6143
|
-
class
|
5978
|
+
const Vi = (i) => k(i) ? i.replace(/[&<>"'\/]/g, (e) => Oi[e]) : i;
|
5979
|
+
class Ai {
|
6144
5980
|
constructor(e) {
|
6145
5981
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
6146
5982
|
}
|
@@ -6152,11 +5988,11 @@ class Zi {
|
|
6152
5988
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
6153
5989
|
}
|
6154
5990
|
}
|
6155
|
-
const
|
5991
|
+
const Ti = [" ", ",", "?", "!", ";"], ji = new Ai(20), Bi = (i, e, t) => {
|
6156
5992
|
e = e || "", t = t || "";
|
6157
|
-
const s =
|
5993
|
+
const s = Ti.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
6158
5994
|
if (s.length === 0) return !0;
|
6159
|
-
const n =
|
5995
|
+
const n = ji.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
6160
5996
|
let r = !n.test(i);
|
6161
5997
|
if (!r) {
|
6162
5998
|
const c = i.indexOf(t);
|
@@ -6183,7 +6019,7 @@ const Di = [" ", ",", "?", "!", ";"], Wi = new Zi(20), Gi = (i, e, t) => {
|
|
6183
6019
|
n = c;
|
6184
6020
|
}
|
6185
6021
|
return n;
|
6186
|
-
}, p1 = (i) => i && i.replace("_", "-"),
|
6022
|
+
}, p1 = (i) => i && i.replace("_", "-"), Zi = {
|
6187
6023
|
type: "logger",
|
6188
6024
|
log(i) {
|
6189
6025
|
this.output("log", i);
|
@@ -6205,7 +6041,7 @@ class f1 {
|
|
6205
6041
|
}
|
6206
6042
|
init(e) {
|
6207
6043
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
6208
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
6044
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || Zi, this.options = t, this.debug = t.debug;
|
6209
6045
|
}
|
6210
6046
|
log() {
|
6211
6047
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
@@ -6362,10 +6198,10 @@ var se = {
|
|
6362
6198
|
}
|
6363
6199
|
};
|
6364
6200
|
const W1 = {};
|
6365
|
-
class
|
6201
|
+
class m1 extends k1 {
|
6366
6202
|
constructor(e) {
|
6367
6203
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
6368
|
-
super(),
|
6204
|
+
super(), Hi(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = W.create("translator");
|
6369
6205
|
}
|
6370
6206
|
changeLanguage(e) {
|
6371
6207
|
e && (this.language = e);
|
@@ -6384,7 +6220,7 @@ class w1 extends k1 {
|
|
6384
6220
|
s === void 0 && (s = ":");
|
6385
6221
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
6386
6222
|
let r = t.ns || this.options.defaultNS || [];
|
6387
|
-
const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
6223
|
+
const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !Bi(e, s, n);
|
6388
6224
|
if (c && !a) {
|
6389
6225
|
const d = e.match(this.interpolator.nestingRegexp);
|
6390
6226
|
if (d && d.length > 0)
|
@@ -6432,8 +6268,8 @@ class w1 extends k1 {
|
|
6432
6268
|
}
|
6433
6269
|
const h = this.resolve(e, t);
|
6434
6270
|
let u = h && h.res;
|
6435
|
-
const p = h && h.usedKey || c,
|
6436
|
-
if (M && u && _ &&
|
6271
|
+
const p = h && h.usedKey || c, w = h && h.exactUsedKey || c, R = Object.prototype.toString.apply(u), m = ["[object Number]", "[object Function]", "[object RegExp]"], E = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, M = !this.i18nFormat || this.i18nFormat.handleAsObject, _ = !k(u) && typeof u != "boolean" && typeof u != "number";
|
6272
|
+
if (M && u && _ && m.indexOf(R) < 0 && !(k(E) && Array.isArray(u))) {
|
6437
6273
|
if (!t.returnObjects && !this.options.returnObjects) {
|
6438
6274
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
6439
6275
|
const f = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, u, {
|
@@ -6443,15 +6279,15 @@ class w1 extends k1 {
|
|
6443
6279
|
return n ? (h.res = f, h.usedParams = this.getUsedParamsDetails(t), h) : f;
|
6444
6280
|
}
|
6445
6281
|
if (r) {
|
6446
|
-
const f = Array.isArray(u), x = f ? [] : {}, L = f ?
|
6282
|
+
const f = Array.isArray(u), x = f ? [] : {}, L = f ? w : p;
|
6447
6283
|
for (const v in u)
|
6448
6284
|
if (Object.prototype.hasOwnProperty.call(u, v)) {
|
6449
|
-
const
|
6450
|
-
x[v] = this.translate(
|
6285
|
+
const j = `${L}${r}${v}`;
|
6286
|
+
x[v] = this.translate(j, {
|
6451
6287
|
...t,
|
6452
6288
|
joinArrays: !1,
|
6453
6289
|
ns: a
|
6454
|
-
}), x[v] ===
|
6290
|
+
}), x[v] === j && (x[v] = u[v]);
|
6455
6291
|
}
|
6456
6292
|
u = x;
|
6457
6293
|
}
|
@@ -6459,33 +6295,33 @@ class w1 extends k1 {
|
|
6459
6295
|
u = u.join(E), u && (u = this.extendTranslation(u, e, t, s));
|
6460
6296
|
else {
|
6461
6297
|
let f = !1, x = !1;
|
6462
|
-
const L = t.count !== void 0 && !k(t.count), v =
|
6298
|
+
const L = t.count !== void 0 && !k(t.count), v = m1.hasDefaultValue(t), j = L ? this.pluralResolver.getSuffix(g, t.count, t) : "", G = t.ordinal && L ? this.pluralResolver.getSuffix(g, t.count, {
|
6463
6299
|
ordinal: !1
|
6464
|
-
}) : "", t1 = L && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), $ = t1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${
|
6300
|
+
}) : "", t1 = L && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), $ = t1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${j}`] || t[`defaultValue${G}`] || t.defaultValue;
|
6465
6301
|
!this.isValidLookup(u) && v && (f = !0, u = $), this.isValidLookup(u) || (x = !0, u = c);
|
6466
6302
|
const I = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && x ? void 0 : u, K = v && $ !== u && this.options.updateMissing;
|
6467
6303
|
if (x || f || K) {
|
6468
6304
|
if (this.logger.log(K ? "updateKey" : "missingKey", g, d, c, K ? $ : u), r) {
|
6469
|
-
const
|
6305
|
+
const O = this.resolve(c, {
|
6470
6306
|
...t,
|
6471
6307
|
keySeparator: !1
|
6472
6308
|
});
|
6473
|
-
|
6309
|
+
O && O.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.");
|
6474
6310
|
}
|
6475
6311
|
let F = [];
|
6476
6312
|
const q = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
6477
6313
|
if (this.options.saveMissingTo === "fallback" && q && q[0])
|
6478
|
-
for (let
|
6479
|
-
F.push(q[
|
6314
|
+
for (let O = 0; O < q.length; O++)
|
6315
|
+
F.push(q[O]);
|
6480
6316
|
else this.options.saveMissingTo === "all" ? F = this.languageUtils.toResolveHierarchy(t.lng || this.language) : F.push(t.lng || this.language);
|
6481
|
-
const c1 = (
|
6317
|
+
const c1 = (O, P, T) => {
|
6482
6318
|
const d1 = v && T !== u ? T : I;
|
6483
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(
|
6319
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(O, d, P, d1, K, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(O, d, P, d1, K, t), this.emit("missingKey", O, d, P, u);
|
6484
6320
|
};
|
6485
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && L ? F.forEach((
|
6486
|
-
const P = this.pluralResolver.getSuffixes(
|
6321
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && L ? F.forEach((O) => {
|
6322
|
+
const P = this.pluralResolver.getSuffixes(O, t);
|
6487
6323
|
t1 && t[`defaultValue${this.options.pluralSeparator}zero`] && P.indexOf(`${this.options.pluralSeparator}zero`) < 0 && P.push(`${this.options.pluralSeparator}zero`), P.forEach((T) => {
|
6488
|
-
c1([
|
6324
|
+
c1([O], c + T, t[`defaultValue${T}`] || $);
|
6489
6325
|
});
|
6490
6326
|
}) : c1(F, c, $));
|
6491
6327
|
}
|
@@ -6525,8 +6361,8 @@ class w1 extends k1 {
|
|
6525
6361
|
l < p && (s.nest = !1);
|
6526
6362
|
}
|
6527
6363
|
!s.lng && this.options.compatibilityAPI !== "v1" && n && n.res && (s.lng = this.language || n.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
6528
|
-
for (var u = arguments.length, p = new Array(u),
|
6529
|
-
p[
|
6364
|
+
for (var u = arguments.length, p = new Array(u), w = 0; w < u; w++)
|
6365
|
+
p[w] = arguments[w];
|
6530
6366
|
return r && r[0] === p[0] && !s.context ? (c.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${t[0]}`), null) : c.translate(...p, t);
|
6531
6367
|
}, s)), s.interpolation && this.interpolator.reset();
|
6532
6368
|
}
|
@@ -6547,26 +6383,26 @@ class w1 extends k1 {
|
|
6547
6383
|
n = l;
|
6548
6384
|
let h = g.namespaces;
|
6549
6385
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
6550
|
-
const u = t.count !== void 0 && !k(t.count), p = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(),
|
6551
|
-
h.forEach((
|
6552
|
-
this.isValidLookup(s) || (a =
|
6386
|
+
const u = t.count !== void 0 && !k(t.count), p = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), w = t.context !== void 0 && (k(t.context) || typeof t.context == "number") && t.context !== "", R = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
6387
|
+
h.forEach((m) => {
|
6388
|
+
this.isValidLookup(s) || (a = m, !W1[`${R[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(a) && (W1[`${R[0]}-${m}`] = !0, this.logger.warn(`key "${n}" for languages "${R.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), R.forEach((E) => {
|
6553
6389
|
if (this.isValidLookup(s)) return;
|
6554
6390
|
c = E;
|
6555
6391
|
const M = [l];
|
6556
6392
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
6557
|
-
this.i18nFormat.addLookupKeys(M, l, E,
|
6393
|
+
this.i18nFormat.addLookupKeys(M, l, E, m, t);
|
6558
6394
|
else {
|
6559
6395
|
let f;
|
6560
6396
|
u && (f = this.pluralResolver.getSuffix(E, t.count, t));
|
6561
6397
|
const x = `${this.options.pluralSeparator}zero`, L = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
6562
|
-
if (u && (M.push(l + f), t.ordinal && f.indexOf(L) === 0 && M.push(l + f.replace(L, this.options.pluralSeparator)), p && M.push(l + x)),
|
6398
|
+
if (u && (M.push(l + f), t.ordinal && f.indexOf(L) === 0 && M.push(l + f.replace(L, this.options.pluralSeparator)), p && M.push(l + x)), w) {
|
6563
6399
|
const v = `${l}${this.options.contextSeparator}${t.context}`;
|
6564
6400
|
M.push(v), u && (M.push(v + f), t.ordinal && f.indexOf(L) === 0 && M.push(v + f.replace(L, this.options.pluralSeparator)), p && M.push(v + x));
|
6565
6401
|
}
|
6566
6402
|
}
|
6567
6403
|
let _;
|
6568
6404
|
for (; _ = M.pop(); )
|
6569
|
-
this.isValidLookup(s) || (r = _, s = this.getResource(E,
|
6405
|
+
this.isValidLookup(s) || (r = _, s = this.getResource(E, m, _, t));
|
6570
6406
|
}));
|
6571
6407
|
});
|
6572
6408
|
}), {
|
@@ -6674,7 +6510,7 @@ class G1 {
|
|
6674
6510
|
}), n;
|
6675
6511
|
}
|
6676
6512
|
}
|
6677
|
-
let
|
6513
|
+
let Di = [{
|
6678
6514
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
6679
6515
|
nr: [1, 2],
|
6680
6516
|
fc: 1
|
@@ -6766,7 +6602,7 @@ let Pi = [{
|
|
6766
6602
|
lngs: ["he", "iw"],
|
6767
6603
|
nr: [1, 2, 20, 21],
|
6768
6604
|
fc: 22
|
6769
|
-
}],
|
6605
|
+
}], Wi = {
|
6770
6606
|
1: (i) => +(i > 1),
|
6771
6607
|
2: (i) => +(i != 1),
|
6772
6608
|
3: (i) => 0,
|
@@ -6790,28 +6626,28 @@ let Pi = [{
|
|
6790
6626
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
6791
6627
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
6792
6628
|
};
|
6793
|
-
const
|
6629
|
+
const Gi = ["v1", "v2", "v3"], Ki = ["v4"], K1 = {
|
6794
6630
|
zero: 0,
|
6795
6631
|
one: 1,
|
6796
6632
|
two: 2,
|
6797
6633
|
few: 3,
|
6798
6634
|
many: 4,
|
6799
6635
|
other: 5
|
6800
|
-
},
|
6636
|
+
}, Pi = () => {
|
6801
6637
|
const i = {};
|
6802
|
-
return
|
6638
|
+
return Di.forEach((e) => {
|
6803
6639
|
e.lngs.forEach((t) => {
|
6804
6640
|
i[t] = {
|
6805
6641
|
numbers: e.nr,
|
6806
|
-
plurals:
|
6642
|
+
plurals: Wi[e.fc]
|
6807
6643
|
};
|
6808
6644
|
});
|
6809
6645
|
}), i;
|
6810
6646
|
};
|
6811
|
-
class
|
6647
|
+
class $i {
|
6812
6648
|
constructor(e) {
|
6813
6649
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
6814
|
-
this.languageUtils = e, this.options = t, this.logger = W.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
6650
|
+
this.languageUtils = e, this.options = t, this.logger = W.create("pluralResolver"), (!this.options.compatibilityJSON || Ki.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 = Pi(), this.pluralRulesCache = {};
|
6815
6651
|
}
|
6816
6652
|
addRule(e, t) {
|
6817
6653
|
this.rules[e] = t;
|
@@ -6869,14 +6705,14 @@ class zi {
|
|
6869
6705
|
return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : r() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? r() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
6870
6706
|
}
|
6871
6707
|
shouldUseIntlApi() {
|
6872
|
-
return !
|
6708
|
+
return !Gi.includes(this.options.compatibilityJSON);
|
6873
6709
|
}
|
6874
6710
|
}
|
6875
6711
|
const P1 = function(i, e, t) {
|
6876
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, r =
|
6712
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, r = Si(i, e, t);
|
6877
6713
|
return !r && n && k(t) && (r = M1(i, t, s), r === void 0 && (r = M1(e, t, s))), r;
|
6878
6714
|
}, x1 = (i) => i.replace(/\$/g, "$$$$");
|
6879
|
-
class
|
6715
|
+
class Fi {
|
6880
6716
|
constructor() {
|
6881
6717
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
6882
6718
|
this.logger = W.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
@@ -6899,13 +6735,13 @@ class Ji {
|
|
6899
6735
|
unescapePrefix: h,
|
6900
6736
|
nestingPrefix: u,
|
6901
6737
|
nestingPrefixEscaped: p,
|
6902
|
-
nestingSuffix:
|
6738
|
+
nestingSuffix: w,
|
6903
6739
|
nestingSuffixEscaped: R,
|
6904
|
-
nestingOptionsSeparator:
|
6740
|
+
nestingOptionsSeparator: m,
|
6905
6741
|
maxReplaces: E,
|
6906
6742
|
alwaysFormat: M
|
6907
6743
|
} = e.interpolation;
|
6908
|
-
this.escape = t !== void 0 ? t :
|
6744
|
+
this.escape = t !== void 0 ? t : Vi, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = r ? Q(r) : c || "{{", this.suffix = a ? Q(a) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = u ? Q(u) : p || Q("$t("), this.nestingSuffix = w ? Q(w) : R || Q(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = E || 1e3, this.alwaysFormat = M !== void 0 ? M : !1, this.resetRegExp();
|
6909
6745
|
}
|
6910
6746
|
reset() {
|
6911
6747
|
this.options && this.init(this.options);
|
@@ -6925,8 +6761,8 @@ class Ji {
|
|
6925
6761
|
interpolationkey: p
|
6926
6762
|
}) : E;
|
6927
6763
|
}
|
6928
|
-
const
|
6929
|
-
return this.format(P1(t, d, R, this.options.keySeparator, this.options.ignoreJSONStructure),
|
6764
|
+
const w = p.split(this.formatSeparator), R = w.shift().trim(), m = w.join(this.formatSeparator).trim();
|
6765
|
+
return this.format(P1(t, d, R, this.options.keySeparator, this.options.ignoreJSONStructure), m, s, {
|
6930
6766
|
...n,
|
6931
6767
|
...t,
|
6932
6768
|
interpolationkey: R
|
@@ -6942,18 +6778,18 @@ class Ji {
|
|
6942
6778
|
safeValue: (p) => this.escapeValue ? x1(this.escape(p)) : x1(p)
|
6943
6779
|
}].forEach((p) => {
|
6944
6780
|
for (a = 0; r = p.regex.exec(e); ) {
|
6945
|
-
const
|
6946
|
-
if (c = g(
|
6781
|
+
const w = r[1].trim();
|
6782
|
+
if (c = g(w), c === void 0)
|
6947
6783
|
if (typeof l == "function") {
|
6948
|
-
const
|
6949
|
-
c = k(
|
6950
|
-
} else if (n && Object.prototype.hasOwnProperty.call(n,
|
6784
|
+
const m = l(e, r, n);
|
6785
|
+
c = k(m) ? m : "";
|
6786
|
+
} else if (n && Object.prototype.hasOwnProperty.call(n, w))
|
6951
6787
|
c = "";
|
6952
6788
|
else if (h) {
|
6953
6789
|
c = r[0];
|
6954
6790
|
continue;
|
6955
6791
|
} else
|
6956
|
-
this.logger.warn(`missed to pass in variable ${
|
6792
|
+
this.logger.warn(`missed to pass in variable ${w} for interpolating ${e}`), c = "";
|
6957
6793
|
else !k(c) && !this.useRawValueToEscape && (c = T1(c));
|
6958
6794
|
const R = p.safeValue(c);
|
6959
6795
|
if (e = e.replace(r[0], R), h ? (p.regex.lastIndex += c.length, p.regex.lastIndex -= r[0].length) : p.regex.lastIndex = 0, a++, a >= this.maxReplaces)
|
@@ -6969,8 +6805,8 @@ class Ji {
|
|
6969
6805
|
const h = d.split(new RegExp(`${l}[ ]*{`));
|
6970
6806
|
let u = `{${h[1]}`;
|
6971
6807
|
d = h[0], u = this.interpolate(u, c);
|
6972
|
-
const p = u.match(/'/g),
|
6973
|
-
(p && p.length % 2 === 0 && !
|
6808
|
+
const p = u.match(/'/g), w = u.match(/"/g);
|
6809
|
+
(p && p.length % 2 === 0 && !w || w.length % 2 !== 0) && (u = u.replace(/'/g, '"'));
|
6974
6810
|
try {
|
6975
6811
|
c = JSON.parse(u), g && (c = {
|
6976
6812
|
...g,
|
@@ -7000,7 +6836,7 @@ class Ji {
|
|
7000
6836
|
return e;
|
7001
6837
|
}
|
7002
6838
|
}
|
7003
|
-
const
|
6839
|
+
const Yi = (i) => {
|
7004
6840
|
let e = i.toLowerCase().trim();
|
7005
6841
|
const t = {};
|
7006
6842
|
if (i.indexOf("(") > -1) {
|
@@ -7031,7 +6867,7 @@ const qi = (i) => {
|
|
7031
6867
|
return a || (a = i(p1(s), n), e[c] = a), a(t);
|
7032
6868
|
};
|
7033
6869
|
};
|
7034
|
-
class
|
6870
|
+
class Ui {
|
7035
6871
|
constructor() {
|
7036
6872
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7037
6873
|
this.logger = W.create("formatter"), this.options = e, this.formats = {
|
@@ -7091,7 +6927,7 @@ class Qi {
|
|
7091
6927
|
const {
|
7092
6928
|
formatName: g,
|
7093
6929
|
formatOptions: l
|
7094
|
-
} =
|
6930
|
+
} = Yi(d);
|
7095
6931
|
if (this.formats[g]) {
|
7096
6932
|
let h = a;
|
7097
6933
|
try {
|
@@ -7111,10 +6947,10 @@ class Qi {
|
|
7111
6947
|
}, e);
|
7112
6948
|
}
|
7113
6949
|
}
|
7114
|
-
const
|
6950
|
+
const zi = (i, e) => {
|
7115
6951
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
7116
6952
|
};
|
7117
|
-
class
|
6953
|
+
class Ji extends k1 {
|
7118
6954
|
constructor(e, t, s) {
|
7119
6955
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
7120
6956
|
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = W.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(s, n.backend, n);
|
@@ -7147,7 +6983,7 @@ class e5 extends k1 {
|
|
7147
6983
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
7148
6984
|
const a = {};
|
7149
6985
|
this.queue.forEach((d) => {
|
7150
|
-
|
6986
|
+
Ii(d.loaded, [r], c), zi(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
7151
6987
|
a[g] || (a[g] = {});
|
7152
6988
|
const l = d.loaded[g];
|
7153
6989
|
l.length && l.forEach((h) => {
|
@@ -7306,7 +7142,7 @@ const $1 = () => ({
|
|
7306
7142
|
skipOnVariables: !0
|
7307
7143
|
}
|
7308
7144
|
}), F1 = (i) => (k(i.ns) && (i.ns = [i.ns]), k(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), k(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), u1 = () => {
|
7309
|
-
},
|
7145
|
+
}, qi = (i) => {
|
7310
7146
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
7311
7147
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
7312
7148
|
});
|
@@ -7316,7 +7152,7 @@ class a1 extends k1 {
|
|
7316
7152
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
7317
7153
|
if (super(), this.options = F1(e), this.services = {}, this.logger = W, this.modules = {
|
7318
7154
|
external: []
|
7319
|
-
},
|
7155
|
+
}, qi(this), t && !this.isInitialized && !e.isClone) {
|
7320
7156
|
if (!this.options.initImmediate)
|
7321
7157
|
return this.init(e, t), this;
|
7322
7158
|
setTimeout(() => {
|
@@ -7341,23 +7177,23 @@ class a1 extends k1 {
|
|
7341
7177
|
if (!this.options.isClone) {
|
7342
7178
|
this.modules.logger ? W.init(r(this.modules.logger), this.options) : W.init(null, this.options);
|
7343
7179
|
let l;
|
7344
|
-
this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l =
|
7180
|
+
this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = Ui);
|
7345
7181
|
const h = new G1(this.options);
|
7346
7182
|
this.store = new D1(this.options.resources, this.options);
|
7347
7183
|
const u = this.services;
|
7348
|
-
u.logger = W, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new
|
7184
|
+
u.logger = W, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new $i(h, {
|
7349
7185
|
prepend: this.options.pluralSeparator,
|
7350
7186
|
compatibilityJSON: this.options.compatibilityJSON,
|
7351
7187
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
7352
|
-
}), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = r(l), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new
|
7188
|
+
}), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = r(l), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new Fi(this.options), u.utils = {
|
7353
7189
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
7354
|
-
}, u.backendConnector = new
|
7355
|
-
for (var
|
7356
|
-
R[
|
7190
|
+
}, u.backendConnector = new Ji(r(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(p) {
|
7191
|
+
for (var w = arguments.length, R = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
|
7192
|
+
R[m - 1] = arguments[m];
|
7357
7193
|
e.emit(p, ...R);
|
7358
|
-
}), this.modules.languageDetector && (u.languageDetector = r(this.modules.languageDetector), u.languageDetector.init && u.languageDetector.init(u, this.options.detection, this.options)), this.modules.i18nFormat && (u.i18nFormat = r(this.modules.i18nFormat), u.i18nFormat.init && u.i18nFormat.init(this)), this.translator = new
|
7359
|
-
for (var
|
7360
|
-
R[
|
7194
|
+
}), this.modules.languageDetector && (u.languageDetector = r(this.modules.languageDetector), u.languageDetector.init && u.languageDetector.init(u, this.options.detection, this.options)), this.modules.i18nFormat && (u.i18nFormat = r(this.modules.i18nFormat), u.i18nFormat.init && u.i18nFormat.init(this)), this.translator = new m1(this.services, this.options), this.translator.on("*", function(p) {
|
7195
|
+
for (var w = arguments.length, R = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
|
7196
|
+
R[m - 1] = arguments[m];
|
7361
7197
|
e.emit(p, ...R);
|
7362
7198
|
}), this.modules.external.forEach((p) => {
|
7363
7199
|
p.init && p.init(this);
|
@@ -7460,7 +7296,7 @@ class a1 extends k1 {
|
|
7460
7296
|
d.lng = d.lng || r.lng, d.lngs = d.lngs || r.lngs, d.ns = d.ns || r.ns, d.keyPrefix !== "" && (d.keyPrefix = d.keyPrefix || s || r.keyPrefix);
|
7461
7297
|
const u = n.options.keySeparator || ".";
|
7462
7298
|
let p;
|
7463
|
-
return d.keyPrefix && Array.isArray(c) ? p = c.map((
|
7299
|
+
return d.keyPrefix && Array.isArray(c) ? p = c.map((w) => `${d.keyPrefix}${u}${w}`) : p = d.keyPrefix ? `${d.keyPrefix}${u}${c}` : c, n.t(p, d);
|
7464
7300
|
};
|
7465
7301
|
return k(e) ? r.lng = e : r.lngs = e, r.ns = t, r.keyPrefix = s, r;
|
7466
7302
|
}
|
@@ -7531,7 +7367,7 @@ class a1 extends k1 {
|
|
7531
7367
|
...this.services
|
7532
7368
|
}, r.services.utils = {
|
7533
7369
|
hasLoadedNamespace: r.hasLoadedNamespace.bind(r)
|
7534
|
-
}, s && (r.store = new D1(this.store.data, n), r.services.resourceStore = r.store), r.translator = new
|
7370
|
+
}, s && (r.store = new D1(this.store.data, n), r.services.resourceStore = r.store), r.translator = new m1(r.services, n), r.translator.on("*", function(a) {
|
7535
7371
|
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0), l = 1; l < d; l++)
|
7536
7372
|
g[l - 1] = arguments[l];
|
7537
7373
|
r.emit(a, ...g);
|
@@ -7549,23 +7385,23 @@ class a1 extends k1 {
|
|
7549
7385
|
};
|
7550
7386
|
}
|
7551
7387
|
}
|
7552
|
-
const
|
7553
|
-
|
7554
|
-
|
7555
|
-
|
7556
|
-
|
7557
|
-
|
7558
|
-
|
7559
|
-
|
7560
|
-
|
7561
|
-
|
7562
|
-
|
7563
|
-
|
7564
|
-
|
7565
|
-
|
7566
|
-
|
7567
|
-
|
7568
|
-
function
|
7388
|
+
const S = a1.createInstance();
|
7389
|
+
S.createInstance = a1.createInstance;
|
7390
|
+
S.createInstance;
|
7391
|
+
S.dir;
|
7392
|
+
S.init;
|
7393
|
+
S.loadResources;
|
7394
|
+
S.reloadResources;
|
7395
|
+
S.use;
|
7396
|
+
S.changeLanguage;
|
7397
|
+
S.getFixedT;
|
7398
|
+
S.t;
|
7399
|
+
S.exists;
|
7400
|
+
S.setDefaultNamespace;
|
7401
|
+
S.hasLoadedNamespace;
|
7402
|
+
S.loadNamespaces;
|
7403
|
+
S.loadLanguages;
|
7404
|
+
function Qi() {
|
7569
7405
|
if (console && console.warn) {
|
7570
7406
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
7571
7407
|
e[t] = arguments[t];
|
@@ -7573,10 +7409,10 @@ function i5() {
|
|
7573
7409
|
}
|
7574
7410
|
}
|
7575
7411
|
const Y1 = {};
|
7576
|
-
function
|
7412
|
+
function b1() {
|
7577
7413
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
7578
7414
|
e[t] = arguments[t];
|
7579
|
-
z(e[0]) && Y1[e[0]] || (z(e[0]) && (Y1[e[0]] = /* @__PURE__ */ new Date()),
|
7415
|
+
z(e[0]) && Y1[e[0]] || (z(e[0]) && (Y1[e[0]] = /* @__PURE__ */ new Date()), Qi(...e));
|
7580
7416
|
}
|
7581
7417
|
const ne = (i, e) => () => {
|
7582
7418
|
if (i.isInitialized)
|
@@ -7595,7 +7431,7 @@ const ne = (i, e) => () => {
|
|
7595
7431
|
z(t) && (t = [t]), t.forEach((n) => {
|
7596
7432
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
7597
7433
|
}), i.loadLanguages(e, ne(i, s));
|
7598
|
-
},
|
7434
|
+
}, Xi = function(i, e) {
|
7599
7435
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
7600
7436
|
const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, r = e.languages[e.languages.length - 1];
|
7601
7437
|
if (s.toLowerCase() === "cimode") return !0;
|
@@ -7604,15 +7440,15 @@ const ne = (i, e) => () => {
|
|
7604
7440
|
return g === -1 || g === 2;
|
7605
7441
|
};
|
7606
7442
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(r, i)));
|
7607
|
-
},
|
7443
|
+
}, e5 = function(i, e) {
|
7608
7444
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
7609
|
-
return !e.languages || !e.languages.length ? (
|
7445
|
+
return !e.languages || !e.languages.length ? (b1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
7610
7446
|
lng: t.lng,
|
7611
7447
|
precheck: (n, r) => {
|
7612
7448
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !r(n.isLanguageChangingTo, i)) return !1;
|
7613
7449
|
}
|
7614
|
-
}) :
|
7615
|
-
}, z = (i) => typeof i == "string",
|
7450
|
+
}) : Xi(i, e, t);
|
7451
|
+
}, z = (i) => typeof i == "string", t5 = (i) => typeof i == "object" && i !== null, i5 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, s5 = {
|
7616
7452
|
"&": "&",
|
7617
7453
|
"&": "&",
|
7618
7454
|
"<": "<",
|
@@ -7633,8 +7469,8 @@ const ne = (i, e) => () => {
|
|
7633
7469
|
"…": "…",
|
7634
7470
|
"/": "/",
|
7635
7471
|
"/": "/"
|
7636
|
-
},
|
7637
|
-
let
|
7472
|
+
}, n5 = (i) => s5[i], o5 = (i) => i.replace(i5, n5);
|
7473
|
+
let y1 = {
|
7638
7474
|
bindI18n: "languageChanged",
|
7639
7475
|
bindI18nStore: "",
|
7640
7476
|
transEmptyNodeValue: "",
|
@@ -7642,25 +7478,25 @@ let b1 = {
|
|
7642
7478
|
transWrapTextNodes: "",
|
7643
7479
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
7644
7480
|
useSuspense: !0,
|
7645
|
-
unescape:
|
7481
|
+
unescape: o5
|
7646
7482
|
};
|
7647
|
-
const
|
7483
|
+
const r5 = function() {
|
7648
7484
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7649
|
-
|
7650
|
-
...
|
7485
|
+
y1 = {
|
7486
|
+
...y1,
|
7651
7487
|
...i
|
7652
7488
|
};
|
7653
|
-
},
|
7489
|
+
}, a5 = () => y1;
|
7654
7490
|
let oe;
|
7655
|
-
const
|
7491
|
+
const l5 = (i) => {
|
7656
7492
|
oe = i;
|
7657
|
-
},
|
7493
|
+
}, h5 = () => oe, c5 = {
|
7658
7494
|
type: "3rdParty",
|
7659
7495
|
init(i) {
|
7660
|
-
|
7496
|
+
r5(i.options.react), l5(i);
|
7661
7497
|
}
|
7662
|
-
},
|
7663
|
-
class
|
7498
|
+
}, d5 = e1();
|
7499
|
+
class g5 {
|
7664
7500
|
constructor() {
|
7665
7501
|
I1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
7666
7502
|
this.usedNamespaces = {};
|
@@ -7671,27 +7507,27 @@ class f5 {
|
|
7671
7507
|
});
|
7672
7508
|
}
|
7673
7509
|
}
|
7674
|
-
const
|
7510
|
+
const u5 = (i, e) => {
|
7675
7511
|
const t = l1();
|
7676
7512
|
return A(() => {
|
7677
7513
|
t.current = i;
|
7678
7514
|
}, [i, e]), t.current;
|
7679
|
-
}, re = (i, e, t, s) => i.getFixedT(e, t, s),
|
7515
|
+
}, re = (i, e, t, s) => i.getFixedT(e, t, s), C5 = (i, e, t, s) => D(re(i, e, t, s), [i, e, t, s]), p5 = function(i) {
|
7680
7516
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7681
7517
|
const {
|
7682
7518
|
i18n: t
|
7683
7519
|
} = e, {
|
7684
7520
|
i18n: s,
|
7685
7521
|
defaultNS: n
|
7686
|
-
} = J(
|
7687
|
-
if (r && !r.reportNamespaces && (r.reportNamespaces = new
|
7688
|
-
|
7689
|
-
const f = (L, v) => z(v) ? v :
|
7522
|
+
} = J(d5) || {}, r = t || s || h5();
|
7523
|
+
if (r && !r.reportNamespaces && (r.reportNamespaces = new g5()), !r) {
|
7524
|
+
b1("You will need to pass in an i18next instance by using initReactI18next");
|
7525
|
+
const f = (L, v) => z(v) ? v : t5(v) && z(v.defaultValue) ? v.defaultValue : Array.isArray(L) ? L[L.length - 1] : L, x = [f, {}, !1];
|
7690
7526
|
return x.t = f, x.i18n = {}, x.ready = !1, x;
|
7691
7527
|
}
|
7692
|
-
r.options.react && r.options.react.wait !== void 0 &&
|
7528
|
+
r.options.react && r.options.react.wait !== void 0 && b1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
7693
7529
|
const c = {
|
7694
|
-
...
|
7530
|
+
...a5(),
|
7695
7531
|
...r.options.react,
|
7696
7532
|
...e
|
7697
7533
|
}, {
|
@@ -7700,10 +7536,10 @@ const w5 = (i, e) => {
|
|
7700
7536
|
} = c;
|
7701
7537
|
let g = i;
|
7702
7538
|
g = z(g) ? [g] : g || ["translation"], r.reportNamespaces.addUsedNamespaces && r.reportNamespaces.addUsedNamespaces(g);
|
7703
|
-
const l = (r.isInitialized || r.initializedStoreOnce) && g.every((f) =>
|
7704
|
-
let
|
7705
|
-
e.lng && (
|
7706
|
-
const E =
|
7539
|
+
const l = (r.isInitialized || r.initializedStoreOnce) && g.every((f) => e5(f, r, c)), h = C5(r, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => re(r, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [w, R] = V(u);
|
7540
|
+
let m = g.join();
|
7541
|
+
e.lng && (m = `${e.lng}${m}`);
|
7542
|
+
const E = u5(m), M = l1(!0);
|
7707
7543
|
A(() => {
|
7708
7544
|
const {
|
7709
7545
|
bindI18n: f,
|
@@ -7713,39 +7549,39 @@ const w5 = (i, e) => {
|
|
7713
7549
|
M.current && R(p);
|
7714
7550
|
}) : U1(r, g, () => {
|
7715
7551
|
M.current && R(p);
|
7716
|
-
})), l && E && E !==
|
7552
|
+
})), l && E && E !== m && M.current && R(p);
|
7717
7553
|
const L = () => {
|
7718
7554
|
M.current && R(p);
|
7719
7555
|
};
|
7720
7556
|
return f && r && r.on(f, L), x && r && r.store.on(x, L), () => {
|
7721
7557
|
M.current = !1, f && r && f.split(" ").forEach((v) => r.off(v, L)), x && r && x.split(" ").forEach((v) => r.store.off(v, L));
|
7722
7558
|
};
|
7723
|
-
}, [r,
|
7559
|
+
}, [r, m]), A(() => {
|
7724
7560
|
M.current && l && R(u);
|
7725
7561
|
}, [r, d, l]);
|
7726
|
-
const _ = [
|
7727
|
-
if (_.t =
|
7562
|
+
const _ = [w, r, l];
|
7563
|
+
if (_.t = w, _.i18n = r, _.ready = l, l || !l && !a) return _;
|
7728
7564
|
throw new Promise((f) => {
|
7729
7565
|
e.lng ? z1(r, e.lng, g, () => f()) : U1(r, g, () => f());
|
7730
7566
|
});
|
7731
|
-
},
|
7732
|
-
placeholder:
|
7733
|
-
},
|
7734
|
-
placeholder:
|
7567
|
+
}, f5 = "Country", m5 = {
|
7568
|
+
placeholder: f5
|
7569
|
+
}, w5 = "Страна", k5 = {
|
7570
|
+
placeholder: w5
|
7735
7571
|
};
|
7736
|
-
|
7572
|
+
S.use(c5).init({
|
7737
7573
|
defaultNS: "common",
|
7738
7574
|
lng: "en",
|
7739
7575
|
resources: {
|
7740
7576
|
en: {
|
7741
|
-
common:
|
7577
|
+
common: m5
|
7742
7578
|
},
|
7743
7579
|
ru: {
|
7744
|
-
common:
|
7580
|
+
common: k5
|
7745
7581
|
}
|
7746
7582
|
}
|
7747
7583
|
});
|
7748
|
-
const
|
7584
|
+
const y5 = w1(
|
7749
7585
|
({
|
7750
7586
|
width: i,
|
7751
7587
|
selectedCity: e,
|
@@ -7758,21 +7594,21 @@ const I5 = m1(
|
|
7758
7594
|
clearable: d,
|
7759
7595
|
error: g
|
7760
7596
|
}, l) => {
|
7761
|
-
const [h, u] = V([]), [p,
|
7597
|
+
const [h, u] = V([]), [p, w] = V([]), [R, m] = V(!1), { locale: E, axiosPeople: M } = J(ue);
|
7762
7598
|
if (!M)
|
7763
7599
|
throw new Error(
|
7764
7600
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
7765
7601
|
Please provide it via SNMTUiContext.`
|
7766
7602
|
);
|
7767
|
-
const { t: _ } =
|
7768
|
-
|
7603
|
+
const { t: _ } = p5("common", { lng: E }), f = D(async () => {
|
7604
|
+
m(!0);
|
7769
7605
|
try {
|
7770
7606
|
const L = await M.post("v1/countries/search");
|
7771
|
-
|
7607
|
+
w(L == null ? void 0 : L.data.data);
|
7772
7608
|
} catch {
|
7773
7609
|
u([]);
|
7774
7610
|
} finally {
|
7775
|
-
|
7611
|
+
m(!1);
|
7776
7612
|
}
|
7777
7613
|
}, [M]);
|
7778
7614
|
A(() => {
|
@@ -7780,14 +7616,14 @@ const I5 = m1(
|
|
7780
7616
|
}, []), A(() => {
|
7781
7617
|
if (e) {
|
7782
7618
|
const L = e.split("-")[1], v = p.filter(
|
7783
|
-
(
|
7619
|
+
(j) => j.name.includes(L)
|
7784
7620
|
);
|
7785
7621
|
if (v.length) {
|
7786
|
-
const
|
7622
|
+
const j = v.map((G) => ({
|
7787
7623
|
label: G.name,
|
7788
7624
|
value: G.name
|
7789
7625
|
}));
|
7790
|
-
s(
|
7626
|
+
s(j[0].value);
|
7791
7627
|
}
|
7792
7628
|
}
|
7793
7629
|
}, [e, p, s]), A(() => {
|
@@ -7801,7 +7637,7 @@ const I5 = m1(
|
|
7801
7637
|
L === null ? (s(""), t && t("")) : (s(L), t && t(""));
|
7802
7638
|
};
|
7803
7639
|
return /* @__PURE__ */ o("div", { className: "snmt-country-select", children: /* @__PURE__ */ o(
|
7804
|
-
|
7640
|
+
Ei,
|
7805
7641
|
{
|
7806
7642
|
id: r,
|
7807
7643
|
width: i,
|
@@ -7820,5 +7656,5 @@ const I5 = m1(
|
|
7820
7656
|
}
|
7821
7657
|
);
|
7822
7658
|
export {
|
7823
|
-
|
7659
|
+
y5 as CountrySelect
|
7824
7660
|
};
|