@snmt-react-ui/country-select 2.3.1 → 2.3.3
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 +1003 -887
- package/dist/index.css +1 -1
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
@@ -2,17 +2,17 @@ var ie = Object.defineProperty;
|
|
2
2
|
var se = (i, e, t) => e in i ? ie(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
3
3
|
var x1 = (i, e, t) => se(i, typeof e != "symbol" ? e + "" : e, t);
|
4
4
|
import "./index.css";
|
5
|
-
import { jsx as n, Fragment as z, jsxs as
|
5
|
+
import { jsx as n, Fragment as z, jsxs as C } from "react/jsx-runtime";
|
6
6
|
import { SNMTUiContext as oe } from "@snmt-react-ui/core";
|
7
|
-
import { Select as ne, Flex as re, Avatar as le, Checkbox as ae, Typography as
|
8
|
-
import { createContext as e1, forwardRef as
|
7
|
+
import { Select as ne, Flex as re, Avatar as le, Checkbox as ae, Typography as j1, Tag as D1, Popover as he } from "antd";
|
8
|
+
import { createContext as e1, forwardRef as C1, useState as S, useRef as N1, useEffect as A, useCallback as j, useContext as t1 } from "react";
|
9
9
|
const a1 = ({
|
10
10
|
children: i,
|
11
11
|
direction: e = "row",
|
12
12
|
flexWrap: t = "nowrap",
|
13
13
|
alignItems: s = "normal",
|
14
14
|
justifyContent: o = "normal",
|
15
|
-
flex:
|
15
|
+
flex: a,
|
16
16
|
gap: c,
|
17
17
|
padding: r
|
18
18
|
}) => /* @__PURE__ */ n(
|
@@ -23,7 +23,7 @@ const a1 = ({
|
|
23
23
|
wrap: t,
|
24
24
|
align: s,
|
25
25
|
justify: o,
|
26
|
-
flex:
|
26
|
+
flex: a,
|
27
27
|
gap: c,
|
28
28
|
style: { padding: r },
|
29
29
|
children: i
|
@@ -54,21 +54,21 @@ const de = ({
|
|
54
54
|
children: t,
|
55
55
|
onChange: s,
|
56
56
|
disabled: o = !1,
|
57
|
-
disableUncheck:
|
57
|
+
disableUncheck: a = !1
|
58
58
|
}) => {
|
59
59
|
const [c, r] = S(i), [d, g] = S(e);
|
60
60
|
A(() => {
|
61
61
|
r(i), g(e);
|
62
62
|
}, [i, e]);
|
63
|
-
const { theme:
|
63
|
+
const { theme: l } = t1(T1);
|
64
64
|
return /* @__PURE__ */ n(
|
65
65
|
ae,
|
66
66
|
{
|
67
|
-
className: `snmt-checkbox snmt-checkbox-${
|
67
|
+
className: `snmt-checkbox snmt-checkbox-${l}`,
|
68
68
|
checked: c,
|
69
69
|
indeterminate: d,
|
70
70
|
onChange: (h) => {
|
71
|
-
|
71
|
+
a && c || (g(!1), r(h.target.checked), s && s(h));
|
72
72
|
},
|
73
73
|
disabled: o,
|
74
74
|
children: t
|
@@ -108,7 +108,7 @@ const ge = ({
|
|
108
108
|
}
|
109
109
|
)
|
110
110
|
}
|
111
|
-
),
|
111
|
+
), Ce = ({
|
112
112
|
width: i = 20,
|
113
113
|
height: e = 20,
|
114
114
|
color: t = "#001E52",
|
@@ -135,13 +135,13 @@ const ge = ({
|
|
135
135
|
}
|
136
136
|
)
|
137
137
|
}
|
138
|
-
),
|
138
|
+
), ue = ({
|
139
139
|
width: i = 16,
|
140
140
|
height: e = 16,
|
141
141
|
color: t = "#001E52",
|
142
142
|
className: s,
|
143
143
|
onClick: o
|
144
|
-
}) => /* @__PURE__ */
|
144
|
+
}) => /* @__PURE__ */ C(
|
145
145
|
"svg",
|
146
146
|
{
|
147
147
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -169,7 +169,7 @@ const ge = ({
|
|
169
169
|
color: t = "#001E52",
|
170
170
|
className: s,
|
171
171
|
onClick: o
|
172
|
-
}) => /* @__PURE__ */
|
172
|
+
}) => /* @__PURE__ */ C(
|
173
173
|
"svg",
|
174
174
|
{
|
175
175
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -204,7 +204,7 @@ const ge = ({
|
|
204
204
|
color: t = "#001E52",
|
205
205
|
className: s,
|
206
206
|
onClick: o
|
207
|
-
}) => /* @__PURE__ */
|
207
|
+
}) => /* @__PURE__ */ C(
|
208
208
|
"svg",
|
209
209
|
{
|
210
210
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -269,7 +269,7 @@ const ge = ({
|
|
269
269
|
color: t = "#001E52",
|
270
270
|
className: s,
|
271
271
|
onClick: o
|
272
|
-
}) => /* @__PURE__ */
|
272
|
+
}) => /* @__PURE__ */ C(
|
273
273
|
"svg",
|
274
274
|
{
|
275
275
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -290,7 +290,7 @@ const ge = ({
|
|
290
290
|
color: t = "#001E52",
|
291
291
|
className: s,
|
292
292
|
onClick: o
|
293
|
-
}) => /* @__PURE__ */
|
293
|
+
}) => /* @__PURE__ */ C(
|
294
294
|
"svg",
|
295
295
|
{
|
296
296
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -322,7 +322,7 @@ const ge = ({
|
|
322
322
|
color: t = "#001E52",
|
323
323
|
className: s,
|
324
324
|
onClick: o
|
325
|
-
}) => /* @__PURE__ */
|
325
|
+
}) => /* @__PURE__ */ C(
|
326
326
|
"svg",
|
327
327
|
{
|
328
328
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -376,7 +376,7 @@ const ge = ({
|
|
376
376
|
color: t = "#001E52",
|
377
377
|
className: s,
|
378
378
|
onClick: o
|
379
|
-
}) => /* @__PURE__ */
|
379
|
+
}) => /* @__PURE__ */ C(
|
380
380
|
"svg",
|
381
381
|
{
|
382
382
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -425,7 +425,7 @@ const ge = ({
|
|
425
425
|
viewBox: "0 0 16 12",
|
426
426
|
fill: "none",
|
427
427
|
xmlns: "http://www.w3.org/2000/svg",
|
428
|
-
children: /* @__PURE__ */
|
428
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
429
429
|
/* @__PURE__ */ n(
|
430
430
|
"path",
|
431
431
|
{
|
@@ -464,7 +464,7 @@ const ge = ({
|
|
464
464
|
color: t = "#001E52",
|
465
465
|
className: s,
|
466
466
|
onClick: o
|
467
|
-
}) => /* @__PURE__ */
|
467
|
+
}) => /* @__PURE__ */ C(
|
468
468
|
"svg",
|
469
469
|
{
|
470
470
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -508,7 +508,7 @@ const ge = ({
|
|
508
508
|
viewBox: "0 0 10 10",
|
509
509
|
fill: "none",
|
510
510
|
xmlns: "http://www.w3.org/2000/svg",
|
511
|
-
children: /* @__PURE__ */
|
511
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
512
512
|
/* @__PURE__ */ n(
|
513
513
|
"path",
|
514
514
|
{
|
@@ -537,7 +537,7 @@ const ge = ({
|
|
537
537
|
color: t = "#001E52",
|
538
538
|
className: s,
|
539
539
|
onClick: o
|
540
|
-
}) => /* @__PURE__ */
|
540
|
+
}) => /* @__PURE__ */ C(
|
541
541
|
"svg",
|
542
542
|
{
|
543
543
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -573,7 +573,7 @@ const ge = ({
|
|
573
573
|
color: t = "#001E52",
|
574
574
|
className: s,
|
575
575
|
onClick: o
|
576
|
-
}) => /* @__PURE__ */
|
576
|
+
}) => /* @__PURE__ */ C(
|
577
577
|
"svg",
|
578
578
|
{
|
579
579
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -611,7 +611,7 @@ const ge = ({
|
|
611
611
|
color: t = "#001E52",
|
612
612
|
className: s,
|
613
613
|
onClick: o
|
614
|
-
}) => /* @__PURE__ */
|
614
|
+
}) => /* @__PURE__ */ C(
|
615
615
|
"svg",
|
616
616
|
{
|
617
617
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -658,7 +658,7 @@ const ge = ({
|
|
658
658
|
color: t = "#001E52",
|
659
659
|
className: s,
|
660
660
|
onClick: o
|
661
|
-
}) => /* @__PURE__ */
|
661
|
+
}) => /* @__PURE__ */ C(
|
662
662
|
"svg",
|
663
663
|
{
|
664
664
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -685,13 +685,13 @@ const ge = ({
|
|
685
685
|
)
|
686
686
|
]
|
687
687
|
}
|
688
|
-
),
|
688
|
+
), He = ({
|
689
689
|
width: i = 20,
|
690
690
|
height: e = 20,
|
691
691
|
color: t = "#001E52",
|
692
692
|
className: s,
|
693
693
|
onClick: o
|
694
|
-
}) => /* @__PURE__ */
|
694
|
+
}) => /* @__PURE__ */ C(
|
695
695
|
"svg",
|
696
696
|
{
|
697
697
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -732,13 +732,13 @@ const ge = ({
|
|
732
732
|
)
|
733
733
|
]
|
734
734
|
}
|
735
|
-
),
|
735
|
+
), _e = ({
|
736
736
|
width: i = 20,
|
737
737
|
height: e = 20,
|
738
738
|
color: t = "#001E52",
|
739
739
|
className: s,
|
740
740
|
onClick: o
|
741
|
-
}) => /* @__PURE__ */
|
741
|
+
}) => /* @__PURE__ */ C(
|
742
742
|
"svg",
|
743
743
|
{
|
744
744
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -771,7 +771,7 @@ const ge = ({
|
|
771
771
|
color: t = "#001E52",
|
772
772
|
className: s,
|
773
773
|
onClick: o
|
774
|
-
}) => /* @__PURE__ */
|
774
|
+
}) => /* @__PURE__ */ C(
|
775
775
|
"svg",
|
776
776
|
{
|
777
777
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -810,7 +810,7 @@ const ge = ({
|
|
810
810
|
color: t = "#001E52",
|
811
811
|
className: s,
|
812
812
|
onClick: o
|
813
|
-
}) => /* @__PURE__ */
|
813
|
+
}) => /* @__PURE__ */ C(
|
814
814
|
"svg",
|
815
815
|
{
|
816
816
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -867,7 +867,7 @@ const ge = ({
|
|
867
867
|
color: t = "#001E52",
|
868
868
|
className: s,
|
869
869
|
onClick: o
|
870
|
-
}) => /* @__PURE__ */
|
870
|
+
}) => /* @__PURE__ */ C(
|
871
871
|
"svg",
|
872
872
|
{
|
873
873
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -914,7 +914,7 @@ const ge = ({
|
|
914
914
|
color: t = "#001E52",
|
915
915
|
className: s,
|
916
916
|
onClick: o
|
917
|
-
}) => /* @__PURE__ */
|
917
|
+
}) => /* @__PURE__ */ C(
|
918
918
|
"svg",
|
919
919
|
{
|
920
920
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -947,7 +947,7 @@ const ge = ({
|
|
947
947
|
color: t = "#001E52",
|
948
948
|
className: s,
|
949
949
|
onClick: o
|
950
|
-
}) => /* @__PURE__ */
|
950
|
+
}) => /* @__PURE__ */ C(
|
951
951
|
"svg",
|
952
952
|
{
|
953
953
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -974,13 +974,13 @@ const ge = ({
|
|
974
974
|
)
|
975
975
|
]
|
976
976
|
}
|
977
|
-
),
|
977
|
+
), Ze = ({
|
978
978
|
width: i = 20,
|
979
979
|
height: e = 23,
|
980
980
|
color: t = "#001E52",
|
981
981
|
className: s,
|
982
982
|
onClick: o
|
983
|
-
}) => /* @__PURE__ */
|
983
|
+
}) => /* @__PURE__ */ C(
|
984
984
|
"svg",
|
985
985
|
{
|
986
986
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1035,13 +1035,13 @@ const ge = ({
|
|
1035
1035
|
)
|
1036
1036
|
]
|
1037
1037
|
}
|
1038
|
-
),
|
1038
|
+
), We = ({
|
1039
1039
|
width: i = 20,
|
1040
1040
|
height: e = 20,
|
1041
1041
|
color: t = "#001E52",
|
1042
1042
|
className: s,
|
1043
1043
|
onClick: o
|
1044
|
-
}) => /* @__PURE__ */
|
1044
|
+
}) => /* @__PURE__ */ C(
|
1045
1045
|
"svg",
|
1046
1046
|
{
|
1047
1047
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1075,13 +1075,13 @@ const ge = ({
|
|
1075
1075
|
)
|
1076
1076
|
]
|
1077
1077
|
}
|
1078
|
-
),
|
1078
|
+
), je = ({
|
1079
1079
|
width: i = 32,
|
1080
1080
|
height: e = 25,
|
1081
1081
|
color: t = "#001E52",
|
1082
1082
|
className: s,
|
1083
1083
|
onClick: o
|
1084
|
-
}) => /* @__PURE__ */
|
1084
|
+
}) => /* @__PURE__ */ C(
|
1085
1085
|
"svg",
|
1086
1086
|
{
|
1087
1087
|
width: i,
|
@@ -1109,7 +1109,7 @@ const ge = ({
|
|
1109
1109
|
color: t = "#10B981",
|
1110
1110
|
className: s,
|
1111
1111
|
onClick: o
|
1112
|
-
}) => /* @__PURE__ */
|
1112
|
+
}) => /* @__PURE__ */ C(
|
1113
1113
|
"svg",
|
1114
1114
|
{
|
1115
1115
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1138,7 +1138,7 @@ const ge = ({
|
|
1138
1138
|
color: t = "#FFB020",
|
1139
1139
|
className: s,
|
1140
1140
|
onClick: o
|
1141
|
-
}) => /* @__PURE__ */
|
1141
|
+
}) => /* @__PURE__ */ C(
|
1142
1142
|
"svg",
|
1143
1143
|
{
|
1144
1144
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1172,7 +1172,7 @@ const ge = ({
|
|
1172
1172
|
color: t = "#88A4FF",
|
1173
1173
|
className: s,
|
1174
1174
|
onClick: o
|
1175
|
-
}) => /* @__PURE__ */
|
1175
|
+
}) => /* @__PURE__ */ C(
|
1176
1176
|
"svg",
|
1177
1177
|
{
|
1178
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1220,7 +1220,7 @@ const ge = ({
|
|
1220
1220
|
color: t = "#8E8E93",
|
1221
1221
|
className: s,
|
1222
1222
|
onClick: o
|
1223
|
-
}) => /* @__PURE__ */
|
1223
|
+
}) => /* @__PURE__ */ C(
|
1224
1224
|
"svg",
|
1225
1225
|
{
|
1226
1226
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1248,7 +1248,7 @@ const ge = ({
|
|
1248
1248
|
color: t = "#FFB020",
|
1249
1249
|
className: s,
|
1250
1250
|
onClick: o
|
1251
|
-
}) => /* @__PURE__ */
|
1251
|
+
}) => /* @__PURE__ */ C(
|
1252
1252
|
"svg",
|
1253
1253
|
{
|
1254
1254
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1282,7 +1282,7 @@ const ge = ({
|
|
1282
1282
|
color: t = "#D0421B",
|
1283
1283
|
className: s,
|
1284
1284
|
onClick: o
|
1285
|
-
}) => /* @__PURE__ */
|
1285
|
+
}) => /* @__PURE__ */ C(
|
1286
1286
|
"svg",
|
1287
1287
|
{
|
1288
1288
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1330,7 +1330,7 @@ const ge = ({
|
|
1330
1330
|
color: t = "#070739",
|
1331
1331
|
className: s,
|
1332
1332
|
onClick: o
|
1333
|
-
}) => /* @__PURE__ */
|
1333
|
+
}) => /* @__PURE__ */ C(
|
1334
1334
|
"svg",
|
1335
1335
|
{
|
1336
1336
|
width: i,
|
@@ -1360,7 +1360,7 @@ const ge = ({
|
|
1360
1360
|
color: t = "#070739",
|
1361
1361
|
className: s,
|
1362
1362
|
onClick: o
|
1363
|
-
}) => /* @__PURE__ */
|
1363
|
+
}) => /* @__PURE__ */ C(
|
1364
1364
|
"svg",
|
1365
1365
|
{
|
1366
1366
|
width: i,
|
@@ -1424,7 +1424,7 @@ const ge = ({
|
|
1424
1424
|
color: t = "#F2F2F7",
|
1425
1425
|
className: s,
|
1426
1426
|
onClick: o
|
1427
|
-
}) => /* @__PURE__ */
|
1427
|
+
}) => /* @__PURE__ */ C(
|
1428
1428
|
"svg",
|
1429
1429
|
{
|
1430
1430
|
width: i,
|
@@ -1453,7 +1453,7 @@ const ge = ({
|
|
1453
1453
|
color: t = "#004ED7",
|
1454
1454
|
className: s,
|
1455
1455
|
onClick: o
|
1456
|
-
}) => /* @__PURE__ */
|
1456
|
+
}) => /* @__PURE__ */ C(
|
1457
1457
|
"svg",
|
1458
1458
|
{
|
1459
1459
|
width: i,
|
@@ -1482,7 +1482,7 @@ const ge = ({
|
|
1482
1482
|
color: t = "#070739",
|
1483
1483
|
className: s,
|
1484
1484
|
onClick: o
|
1485
|
-
}) => /* @__PURE__ */
|
1485
|
+
}) => /* @__PURE__ */ C(
|
1486
1486
|
"svg",
|
1487
1487
|
{
|
1488
1488
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1519,7 +1519,7 @@ const ge = ({
|
|
1519
1519
|
color: t = "#001E52",
|
1520
1520
|
className: s,
|
1521
1521
|
onClick: o
|
1522
|
-
}) => /* @__PURE__ */
|
1522
|
+
}) => /* @__PURE__ */ C(
|
1523
1523
|
"svg",
|
1524
1524
|
{
|
1525
1525
|
width: i,
|
@@ -1558,7 +1558,7 @@ const ge = ({
|
|
1558
1558
|
color: t = "#001E52",
|
1559
1559
|
className: s,
|
1560
1560
|
onClick: o
|
1561
|
-
}) => /* @__PURE__ */
|
1561
|
+
}) => /* @__PURE__ */ C(
|
1562
1562
|
"svg",
|
1563
1563
|
{
|
1564
1564
|
width: i,
|
@@ -1581,13 +1581,13 @@ const ge = ({
|
|
1581
1581
|
)
|
1582
1582
|
]
|
1583
1583
|
}
|
1584
|
-
),
|
1584
|
+
), e2 = ({
|
1585
1585
|
width: i = 10,
|
1586
1586
|
height: e = 10,
|
1587
1587
|
color: t = "#001E52",
|
1588
1588
|
className: s,
|
1589
1589
|
onClick: o
|
1590
|
-
}) => /* @__PURE__ */
|
1590
|
+
}) => /* @__PURE__ */ C(
|
1591
1591
|
"svg",
|
1592
1592
|
{
|
1593
1593
|
width: i,
|
@@ -1618,13 +1618,13 @@ const ge = ({
|
|
1618
1618
|
)
|
1619
1619
|
]
|
1620
1620
|
}
|
1621
|
-
),
|
1621
|
+
), t2 = ({
|
1622
1622
|
width: i = 24,
|
1623
1623
|
height: e = 24,
|
1624
1624
|
color: t = k.GREY_DARK_5,
|
1625
1625
|
className: s,
|
1626
1626
|
onClick: o
|
1627
|
-
}) => /* @__PURE__ */
|
1627
|
+
}) => /* @__PURE__ */ C(
|
1628
1628
|
"svg",
|
1629
1629
|
{
|
1630
1630
|
width: i,
|
@@ -1657,13 +1657,13 @@ const ge = ({
|
|
1657
1657
|
)
|
1658
1658
|
]
|
1659
1659
|
}
|
1660
|
-
),
|
1660
|
+
), i2 = ({
|
1661
1661
|
width: i = 20,
|
1662
1662
|
height: e = 20,
|
1663
1663
|
color: t = k.GREY_DARK_1,
|
1664
1664
|
className: s,
|
1665
1665
|
onClick: o
|
1666
|
-
}) => /* @__PURE__ */
|
1666
|
+
}) => /* @__PURE__ */ C(
|
1667
1667
|
"svg",
|
1668
1668
|
{
|
1669
1669
|
width: i,
|
@@ -1690,13 +1690,13 @@ const ge = ({
|
|
1690
1690
|
)
|
1691
1691
|
]
|
1692
1692
|
}
|
1693
|
-
),
|
1693
|
+
), s2 = ({
|
1694
1694
|
width: i = 81,
|
1695
1695
|
height: e = 80,
|
1696
1696
|
color: t = k.GREY_DARK_5,
|
1697
1697
|
className: s,
|
1698
1698
|
onClick: o
|
1699
|
-
}) => /* @__PURE__ */
|
1699
|
+
}) => /* @__PURE__ */ C(
|
1700
1700
|
"svg",
|
1701
1701
|
{
|
1702
1702
|
width: i,
|
@@ -1739,7 +1739,7 @@ const ge = ({
|
|
1739
1739
|
)
|
1740
1740
|
]
|
1741
1741
|
}
|
1742
|
-
),
|
1742
|
+
), o2 = ({
|
1743
1743
|
className: i,
|
1744
1744
|
color: e = k.GREY_DARK_5,
|
1745
1745
|
height: t = 20,
|
@@ -1766,7 +1766,7 @@ const ge = ({
|
|
1766
1766
|
}
|
1767
1767
|
)
|
1768
1768
|
}
|
1769
|
-
),
|
1769
|
+
), n2 = ({
|
1770
1770
|
className: i,
|
1771
1771
|
color: e = k.GREY_DARK_5,
|
1772
1772
|
height: t = 20,
|
@@ -1793,7 +1793,7 @@ const ge = ({
|
|
1793
1793
|
}
|
1794
1794
|
)
|
1795
1795
|
}
|
1796
|
-
),
|
1796
|
+
), r2 = ({
|
1797
1797
|
className: i,
|
1798
1798
|
color: e = k.GREY_DARK_5,
|
1799
1799
|
height: t = 5,
|
@@ -1817,7 +1817,7 @@ const ge = ({
|
|
1817
1817
|
}
|
1818
1818
|
)
|
1819
1819
|
}
|
1820
|
-
),
|
1820
|
+
), l2 = ({
|
1821
1821
|
className: i,
|
1822
1822
|
color: e = k.GREY_DARK_5,
|
1823
1823
|
height: t = 5,
|
@@ -1842,13 +1842,13 @@ const ge = ({
|
|
1842
1842
|
}
|
1843
1843
|
)
|
1844
1844
|
}
|
1845
|
-
),
|
1845
|
+
), a2 = ({
|
1846
1846
|
className: i,
|
1847
1847
|
color: e = k.GREY_DARK_5,
|
1848
1848
|
height: t = 24,
|
1849
1849
|
width: s = 24,
|
1850
1850
|
onClick: o
|
1851
|
-
}) => /* @__PURE__ */
|
1851
|
+
}) => /* @__PURE__ */ C(
|
1852
1852
|
"svg",
|
1853
1853
|
{
|
1854
1854
|
width: s,
|
@@ -1881,13 +1881,13 @@ const ge = ({
|
|
1881
1881
|
)
|
1882
1882
|
]
|
1883
1883
|
}
|
1884
|
-
),
|
1884
|
+
), h2 = ({
|
1885
1885
|
className: i,
|
1886
1886
|
color: e = k.GREY_DARK_5,
|
1887
1887
|
height: t = 24,
|
1888
1888
|
width: s = 24,
|
1889
1889
|
onClick: o
|
1890
|
-
}) => /* @__PURE__ */
|
1890
|
+
}) => /* @__PURE__ */ C(
|
1891
1891
|
"svg",
|
1892
1892
|
{
|
1893
1893
|
width: s,
|
@@ -1920,7 +1920,7 @@ const ge = ({
|
|
1920
1920
|
)
|
1921
1921
|
]
|
1922
1922
|
}
|
1923
|
-
),
|
1923
|
+
), c2 = ({
|
1924
1924
|
className: i,
|
1925
1925
|
color: e = k.GREY_DARK_5,
|
1926
1926
|
height: t = 24,
|
@@ -1947,13 +1947,13 @@ const ge = ({
|
|
1947
1947
|
}
|
1948
1948
|
)
|
1949
1949
|
}
|
1950
|
-
),
|
1950
|
+
), d2 = ({
|
1951
1951
|
className: i,
|
1952
1952
|
color: e = k.GREY_DARK_5,
|
1953
1953
|
height: t = 24,
|
1954
1954
|
width: s = 24,
|
1955
1955
|
onClick: o
|
1956
|
-
}) => /* @__PURE__ */
|
1956
|
+
}) => /* @__PURE__ */ C(
|
1957
1957
|
"svg",
|
1958
1958
|
{
|
1959
1959
|
width: s,
|
@@ -2006,13 +2006,13 @@ const ge = ({
|
|
2006
2006
|
)
|
2007
2007
|
]
|
2008
2008
|
}
|
2009
|
-
),
|
2009
|
+
), g2 = ({
|
2010
2010
|
className: i,
|
2011
2011
|
color: e = k.GREY_DARK_5,
|
2012
2012
|
height: t = 24,
|
2013
2013
|
width: s = 24,
|
2014
2014
|
onClick: o
|
2015
|
-
}) => /* @__PURE__ */
|
2015
|
+
}) => /* @__PURE__ */ C(
|
2016
2016
|
"svg",
|
2017
2017
|
{
|
2018
2018
|
width: s,
|
@@ -2043,13 +2043,13 @@ const ge = ({
|
|
2043
2043
|
)
|
2044
2044
|
]
|
2045
2045
|
}
|
2046
|
-
),
|
2046
|
+
), C2 = ({
|
2047
2047
|
className: i,
|
2048
2048
|
color: e = k.GREY_DARK_3,
|
2049
2049
|
height: t = 14,
|
2050
2050
|
width: s = 14,
|
2051
2051
|
onClick: o
|
2052
|
-
}) => /* @__PURE__ */
|
2052
|
+
}) => /* @__PURE__ */ C(
|
2053
2053
|
"svg",
|
2054
2054
|
{
|
2055
2055
|
className: i,
|
@@ -2080,7 +2080,7 @@ const ge = ({
|
|
2080
2080
|
)
|
2081
2081
|
]
|
2082
2082
|
}
|
2083
|
-
),
|
2083
|
+
), u2 = ({
|
2084
2084
|
className: i,
|
2085
2085
|
color: e = k.GREY_DARK_5,
|
2086
2086
|
height: t = 18,
|
@@ -2107,13 +2107,13 @@ const ge = ({
|
|
2107
2107
|
}
|
2108
2108
|
)
|
2109
2109
|
}
|
2110
|
-
),
|
2110
|
+
), p2 = ({
|
2111
2111
|
className: i,
|
2112
2112
|
color: e = k.GREY_DARK_5,
|
2113
2113
|
height: t = 24,
|
2114
2114
|
width: s = 24,
|
2115
2115
|
onClick: o
|
2116
|
-
}) => /* @__PURE__ */
|
2116
|
+
}) => /* @__PURE__ */ C(
|
2117
2117
|
"svg",
|
2118
2118
|
{
|
2119
2119
|
onClick: o,
|
@@ -2159,13 +2159,13 @@ const ge = ({
|
|
2159
2159
|
)
|
2160
2160
|
]
|
2161
2161
|
}
|
2162
|
-
),
|
2162
|
+
), f2 = ({
|
2163
2163
|
className: i,
|
2164
2164
|
color: e = k.GREY_DARK_5,
|
2165
2165
|
height: t = 24,
|
2166
2166
|
width: s = 24,
|
2167
2167
|
onClick: o
|
2168
|
-
}) => /* @__PURE__ */
|
2168
|
+
}) => /* @__PURE__ */ C(
|
2169
2169
|
"svg",
|
2170
2170
|
{
|
2171
2171
|
onClick: o,
|
@@ -2196,13 +2196,13 @@ const ge = ({
|
|
2196
2196
|
)
|
2197
2197
|
]
|
2198
2198
|
}
|
2199
|
-
),
|
2199
|
+
), w2 = ({
|
2200
2200
|
className: i,
|
2201
2201
|
color: e = k.NOTIFICATION_WARNING_DARK,
|
2202
2202
|
height: t = 37,
|
2203
2203
|
width: s = 36,
|
2204
2204
|
onClick: o
|
2205
|
-
}) => /* @__PURE__ */
|
2205
|
+
}) => /* @__PURE__ */ C(
|
2206
2206
|
"svg",
|
2207
2207
|
{
|
2208
2208
|
onClick: o,
|
@@ -2235,7 +2235,7 @@ const ge = ({
|
|
2235
2235
|
)
|
2236
2236
|
]
|
2237
2237
|
}
|
2238
|
-
),
|
2238
|
+
), m2 = ({
|
2239
2239
|
className: i,
|
2240
2240
|
color: e = k.GREY_DARK_5,
|
2241
2241
|
height: t = 24,
|
@@ -2261,13 +2261,13 @@ const ge = ({
|
|
2261
2261
|
}
|
2262
2262
|
)
|
2263
2263
|
}
|
2264
|
-
),
|
2264
|
+
), k2 = ({
|
2265
2265
|
className: i,
|
2266
2266
|
color: e = k.GREY_DARK_5,
|
2267
2267
|
height: t = 24,
|
2268
2268
|
width: s = 24,
|
2269
2269
|
onClick: o
|
2270
|
-
}) => /* @__PURE__ */
|
2270
|
+
}) => /* @__PURE__ */ C(
|
2271
2271
|
"svg",
|
2272
2272
|
{
|
2273
2273
|
onClick: o,
|
@@ -2300,13 +2300,13 @@ const ge = ({
|
|
2300
2300
|
)
|
2301
2301
|
]
|
2302
2302
|
}
|
2303
|
-
),
|
2303
|
+
), L2 = ({
|
2304
2304
|
className: i,
|
2305
2305
|
color: e = k.GREY_DARK_5,
|
2306
2306
|
height: t = 24,
|
2307
2307
|
width: s = 24,
|
2308
2308
|
onClick: o
|
2309
|
-
}) => /* @__PURE__ */
|
2309
|
+
}) => /* @__PURE__ */ C(
|
2310
2310
|
"svg",
|
2311
2311
|
{
|
2312
2312
|
onClick: o,
|
@@ -2339,13 +2339,13 @@ const ge = ({
|
|
2339
2339
|
)
|
2340
2340
|
]
|
2341
2341
|
}
|
2342
|
-
),
|
2342
|
+
), v2 = ({
|
2343
2343
|
className: i,
|
2344
2344
|
color: e = k.GREY_DARK_5,
|
2345
2345
|
height: t = 24,
|
2346
2346
|
width: s = 24,
|
2347
2347
|
onClick: o
|
2348
|
-
}) => /* @__PURE__ */
|
2348
|
+
}) => /* @__PURE__ */ C(
|
2349
2349
|
"svg",
|
2350
2350
|
{
|
2351
2351
|
onClick: o,
|
@@ -2408,13 +2408,13 @@ const ge = ({
|
|
2408
2408
|
)
|
2409
2409
|
]
|
2410
2410
|
}
|
2411
|
-
),
|
2411
|
+
), N2 = ({
|
2412
2412
|
className: i,
|
2413
2413
|
color: e = k.GREY_DARK_5,
|
2414
2414
|
height: t = 24,
|
2415
2415
|
width: s = 24,
|
2416
2416
|
onClick: o
|
2417
|
-
}) => /* @__PURE__ */
|
2417
|
+
}) => /* @__PURE__ */ C(
|
2418
2418
|
"svg",
|
2419
2419
|
{
|
2420
2420
|
onClick: o,
|
@@ -2447,13 +2447,13 @@ const ge = ({
|
|
2447
2447
|
)
|
2448
2448
|
]
|
2449
2449
|
}
|
2450
|
-
),
|
2450
|
+
), x2 = ({
|
2451
2451
|
className: i,
|
2452
2452
|
color: e = k.GREY_DARK_5,
|
2453
2453
|
height: t = 24,
|
2454
2454
|
width: s = 24,
|
2455
2455
|
onClick: o
|
2456
|
-
}) => /* @__PURE__ */
|
2456
|
+
}) => /* @__PURE__ */ C(
|
2457
2457
|
"svg",
|
2458
2458
|
{
|
2459
2459
|
onClick: o,
|
@@ -2504,13 +2504,13 @@ const ge = ({
|
|
2504
2504
|
)
|
2505
2505
|
]
|
2506
2506
|
}
|
2507
|
-
),
|
2507
|
+
), R2 = ({
|
2508
2508
|
className: i,
|
2509
2509
|
color: e = k.GREY_DARK_5,
|
2510
2510
|
height: t = 24,
|
2511
2511
|
width: s = 24,
|
2512
2512
|
onClick: o
|
2513
|
-
}) => /* @__PURE__ */
|
2513
|
+
}) => /* @__PURE__ */ C(
|
2514
2514
|
"svg",
|
2515
2515
|
{
|
2516
2516
|
onClick: o,
|
@@ -2543,13 +2543,13 @@ const ge = ({
|
|
2543
2543
|
)
|
2544
2544
|
]
|
2545
2545
|
}
|
2546
|
-
),
|
2546
|
+
), M2 = ({
|
2547
2547
|
className: i,
|
2548
2548
|
color: e = k.GREY_DARK_5,
|
2549
2549
|
height: t = 24,
|
2550
2550
|
width: s = 24,
|
2551
2551
|
onClick: o
|
2552
|
-
}) => /* @__PURE__ */
|
2552
|
+
}) => /* @__PURE__ */ C(
|
2553
2553
|
"svg",
|
2554
2554
|
{
|
2555
2555
|
onClick: o,
|
@@ -2592,13 +2592,13 @@ const ge = ({
|
|
2592
2592
|
)
|
2593
2593
|
]
|
2594
2594
|
}
|
2595
|
-
),
|
2595
|
+
), y2 = ({
|
2596
2596
|
className: i,
|
2597
2597
|
color: e = k.GREY_DARK_5,
|
2598
2598
|
height: t = 24,
|
2599
2599
|
width: s = 24,
|
2600
2600
|
onClick: o
|
2601
|
-
}) => /* @__PURE__ */
|
2601
|
+
}) => /* @__PURE__ */ C(
|
2602
2602
|
"svg",
|
2603
2603
|
{
|
2604
2604
|
onClick: o,
|
@@ -2631,7 +2631,7 @@ const ge = ({
|
|
2631
2631
|
)
|
2632
2632
|
]
|
2633
2633
|
}
|
2634
|
-
),
|
2634
|
+
), b2 = ({
|
2635
2635
|
className: i,
|
2636
2636
|
color: e = k.GREY_DARK_5,
|
2637
2637
|
height: t = 24,
|
@@ -2658,13 +2658,13 @@ const ge = ({
|
|
2658
2658
|
}
|
2659
2659
|
)
|
2660
2660
|
}
|
2661
|
-
),
|
2661
|
+
), E2 = ({
|
2662
2662
|
className: i,
|
2663
2663
|
color: e = k.GREY_DARK_5,
|
2664
2664
|
height: t = 24,
|
2665
2665
|
width: s = 24,
|
2666
2666
|
onClick: o
|
2667
|
-
}) => /* @__PURE__ */
|
2667
|
+
}) => /* @__PURE__ */ C(
|
2668
2668
|
"svg",
|
2669
2669
|
{
|
2670
2670
|
onClick: o,
|
@@ -2696,13 +2696,13 @@ const ge = ({
|
|
2696
2696
|
)
|
2697
2697
|
]
|
2698
2698
|
}
|
2699
|
-
),
|
2699
|
+
), H2 = ({
|
2700
2700
|
className: i,
|
2701
2701
|
color: e = k.GREY_DARK_5,
|
2702
2702
|
height: t = 24,
|
2703
2703
|
width: s = 24,
|
2704
2704
|
onClick: o
|
2705
|
-
}) => /* @__PURE__ */
|
2705
|
+
}) => /* @__PURE__ */ C(
|
2706
2706
|
"svg",
|
2707
2707
|
{
|
2708
2708
|
onClick: o,
|
@@ -2717,13 +2717,13 @@ const ge = ({
|
|
2717
2717
|
/* @__PURE__ */ n("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
2718
2718
|
]
|
2719
2719
|
}
|
2720
|
-
),
|
2720
|
+
), _2 = ({
|
2721
2721
|
className: i,
|
2722
2722
|
color: e = k.GREY_DARK_5,
|
2723
2723
|
height: t = 24,
|
2724
2724
|
width: s = 24,
|
2725
2725
|
onClick: o
|
2726
|
-
}) => /* @__PURE__ */
|
2726
|
+
}) => /* @__PURE__ */ C(
|
2727
2727
|
"svg",
|
2728
2728
|
{
|
2729
2729
|
onClick: o,
|
@@ -2756,13 +2756,13 @@ const ge = ({
|
|
2756
2756
|
)
|
2757
2757
|
]
|
2758
2758
|
}
|
2759
|
-
),
|
2759
|
+
), V2 = ({
|
2760
2760
|
className: i,
|
2761
2761
|
color: e = k.GREY_DARK_5,
|
2762
2762
|
height: t = 24,
|
2763
2763
|
width: s = 24,
|
2764
2764
|
onClick: o
|
2765
|
-
}) => /* @__PURE__ */
|
2765
|
+
}) => /* @__PURE__ */ C(
|
2766
2766
|
"svg",
|
2767
2767
|
{
|
2768
2768
|
onClick: o,
|
@@ -2795,13 +2795,13 @@ const ge = ({
|
|
2795
2795
|
)
|
2796
2796
|
]
|
2797
2797
|
}
|
2798
|
-
),
|
2798
|
+
), I2 = ({
|
2799
2799
|
className: i,
|
2800
2800
|
color: e = k.GREY_DARK_5,
|
2801
2801
|
height: t = 24,
|
2802
2802
|
width: s = 24,
|
2803
2803
|
onClick: o
|
2804
|
-
}) => /* @__PURE__ */
|
2804
|
+
}) => /* @__PURE__ */ C(
|
2805
2805
|
"svg",
|
2806
2806
|
{
|
2807
2807
|
onClick: o,
|
@@ -2834,7 +2834,7 @@ const ge = ({
|
|
2834
2834
|
)
|
2835
2835
|
]
|
2836
2836
|
}
|
2837
|
-
),
|
2837
|
+
), S2 = ({
|
2838
2838
|
className: i,
|
2839
2839
|
color: e = k.GREY_DARK_2,
|
2840
2840
|
height: t = 16,
|
@@ -2860,13 +2860,13 @@ const ge = ({
|
|
2860
2860
|
}
|
2861
2861
|
)
|
2862
2862
|
}
|
2863
|
-
),
|
2863
|
+
), O2 = ({
|
2864
2864
|
className: i,
|
2865
2865
|
color: e = k.GREY_DARK_5,
|
2866
2866
|
height: t = 20,
|
2867
2867
|
width: s = 20,
|
2868
2868
|
onClick: o
|
2869
|
-
}) => /* @__PURE__ */
|
2869
|
+
}) => /* @__PURE__ */ C(
|
2870
2870
|
"svg",
|
2871
2871
|
{
|
2872
2872
|
onClick: o,
|
@@ -2889,13 +2889,13 @@ const ge = ({
|
|
2889
2889
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
2890
2890
|
]
|
2891
2891
|
}
|
2892
|
-
),
|
2892
|
+
), A2 = ({
|
2893
2893
|
className: i,
|
2894
2894
|
color: e = k.GREY_DARK_5,
|
2895
2895
|
height: t = 20,
|
2896
2896
|
width: s = 20,
|
2897
2897
|
onClick: o
|
2898
|
-
}) => /* @__PURE__ */
|
2898
|
+
}) => /* @__PURE__ */ C(
|
2899
2899
|
"svg",
|
2900
2900
|
{
|
2901
2901
|
onClick: o,
|
@@ -2918,13 +2918,13 @@ const ge = ({
|
|
2918
2918
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
2919
2919
|
]
|
2920
2920
|
}
|
2921
|
-
),
|
2921
|
+
), B2 = ({
|
2922
2922
|
className: i,
|
2923
2923
|
color: e = k.GREY_DARK_5,
|
2924
2924
|
height: t = 20,
|
2925
2925
|
width: s = 20,
|
2926
2926
|
onClick: o
|
2927
|
-
}) => /* @__PURE__ */
|
2927
|
+
}) => /* @__PURE__ */ C(
|
2928
2928
|
"svg",
|
2929
2929
|
{
|
2930
2930
|
onClick: o,
|
@@ -2947,13 +2947,13 @@ const ge = ({
|
|
2947
2947
|
)
|
2948
2948
|
]
|
2949
2949
|
}
|
2950
|
-
),
|
2950
|
+
), Z2 = ({
|
2951
2951
|
className: i,
|
2952
2952
|
color: e = k.GREY_DARK_5,
|
2953
2953
|
height: t = 20,
|
2954
2954
|
width: s = 20,
|
2955
2955
|
onClick: o
|
2956
|
-
}) => /* @__PURE__ */
|
2956
|
+
}) => /* @__PURE__ */ C(
|
2957
2957
|
"svg",
|
2958
2958
|
{
|
2959
2959
|
onClick: o,
|
@@ -2976,7 +2976,7 @@ const ge = ({
|
|
2976
2976
|
)
|
2977
2977
|
]
|
2978
2978
|
}
|
2979
|
-
),
|
2979
|
+
), W2 = ({
|
2980
2980
|
className: i,
|
2981
2981
|
color: e = "#001E52",
|
2982
2982
|
height: t = 24,
|
@@ -3002,7 +3002,7 @@ const ge = ({
|
|
3002
3002
|
}
|
3003
3003
|
)
|
3004
3004
|
}
|
3005
|
-
),
|
3005
|
+
), j2 = ({
|
3006
3006
|
className: i,
|
3007
3007
|
color: e = "#131314",
|
3008
3008
|
height: t = 20,
|
@@ -3030,7 +3030,7 @@ const ge = ({
|
|
3030
3030
|
}
|
3031
3031
|
)
|
3032
3032
|
}
|
3033
|
-
),
|
3033
|
+
), D2 = ({
|
3034
3034
|
className: i,
|
3035
3035
|
color: e = "#001E52",
|
3036
3036
|
height: t = 24,
|
@@ -3047,7 +3047,7 @@ const ge = ({
|
|
3047
3047
|
version: "1.1",
|
3048
3048
|
xmlns: "http://www.w3.org/2000/svg",
|
3049
3049
|
viewBox: "0 0 489.698 489.698",
|
3050
|
-
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */
|
3050
|
+
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */ C("g", { children: [
|
3051
3051
|
/* @__PURE__ */ n(
|
3052
3052
|
"path",
|
3053
3053
|
{
|
@@ -3068,137 +3068,193 @@ const ge = ({
|
|
3068
3068
|
)
|
3069
3069
|
] }) })
|
3070
3070
|
}
|
3071
|
+
), T2 = ({
|
3072
|
+
width: i = 20,
|
3073
|
+
height: e = 20,
|
3074
|
+
color: t = "#001E52",
|
3075
|
+
className: s,
|
3076
|
+
onClick: o
|
3077
|
+
}) => /* @__PURE__ */ n(
|
3078
|
+
"svg",
|
3079
|
+
{
|
3080
|
+
xmlns: "http://www.w3.org/2000/svg",
|
3081
|
+
width: i,
|
3082
|
+
height: e,
|
3083
|
+
className: s,
|
3084
|
+
onClick: o,
|
3085
|
+
viewBox: "0 0 20 20",
|
3086
|
+
fill: "none",
|
3087
|
+
children: /* @__PURE__ */ n(
|
3088
|
+
"path",
|
3089
|
+
{
|
3090
|
+
fillRule: "evenodd",
|
3091
|
+
clipRule: "evenodd",
|
3092
|
+
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
3093
|
+
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
3094
|
+
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
3095
|
+
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
3096
|
+
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
3097
|
+
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
3098
|
+
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
3099
|
+
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
3100
|
+
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
3101
|
+
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
3102
|
+
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
3103
|
+
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
3104
|
+
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
3105
|
+
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
3106
|
+
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
3107
|
+
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
3108
|
+
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
3109
|
+
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
3110
|
+
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
3111
|
+
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
3112
|
+
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
3113
|
+
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
3114
|
+
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
3115
|
+
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
3116
|
+
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
3117
|
+
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
3118
|
+
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
3119
|
+
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
3120
|
+
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
3121
|
+
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
3122
|
+
15 12.7083H10.8333Z`,
|
3123
|
+
fill: t
|
3124
|
+
}
|
3125
|
+
)
|
3126
|
+
}
|
3071
3127
|
), r1 = ({
|
3072
3128
|
name: i,
|
3073
3129
|
width: e,
|
3074
3130
|
height: t,
|
3075
3131
|
color: s,
|
3076
3132
|
className: o,
|
3077
|
-
disabled:
|
3133
|
+
disabled: a = !1,
|
3078
3134
|
onClick: c
|
3079
3135
|
}) => {
|
3080
|
-
const [r, d] = S(o), { theme: g } = t1(G1),
|
3136
|
+
const [r, d] = S(o), { theme: g } = t1(G1), l = a ? g && g === "dark" ? k.GREY_LIGHT_4 : k.GREY_DARK_1 : s, h = a ? void 0 : c;
|
3081
3137
|
return A(() => {
|
3082
3138
|
if (o) {
|
3083
|
-
h && !
|
3139
|
+
h && !a && d(`${o} clickable`);
|
3084
3140
|
return;
|
3085
3141
|
}
|
3086
|
-
h && !
|
3087
|
-
}, [h, o,
|
3142
|
+
h && !a && d("clickable");
|
3143
|
+
}, [h, o, a]), /* @__PURE__ */ n(z, { children: (() => {
|
3088
3144
|
switch (i) {
|
3089
3145
|
case "nextIcon":
|
3090
|
-
return
|
3146
|
+
return o2({ width: e, height: t, color: l, className: r, onClick: h });
|
3091
3147
|
case "prevIcon":
|
3092
|
-
return
|
3148
|
+
return n2({ width: e, height: t, color: l, className: r, onClick: h });
|
3093
3149
|
case "arrowUp":
|
3094
|
-
return ge({ width: e, height: t, color:
|
3150
|
+
return ge({ width: e, height: t, color: l, className: r, onClick: h });
|
3095
3151
|
case "arrowDown":
|
3096
|
-
return
|
3152
|
+
return Ce({ width: e, height: t, color: l, className: r, onClick: h });
|
3097
3153
|
case "info":
|
3098
|
-
return
|
3154
|
+
return ue({ width: e, height: t, color: l, className: r, onClick: h });
|
3099
3155
|
case "arrowRight":
|
3100
|
-
return pe({ width: e, height: t, color:
|
3156
|
+
return pe({ width: e, height: t, color: l, className: r, onClick: h });
|
3101
3157
|
case "calendar":
|
3102
|
-
return fe({ width: e, height: t, color:
|
3158
|
+
return fe({ width: e, height: t, color: l, className: r, onClick: h });
|
3103
3159
|
case "ok":
|
3104
|
-
return we({ width: e, height: t, color:
|
3160
|
+
return we({ width: e, height: t, color: l, className: r, onClick: h });
|
3105
3161
|
case "cancel":
|
3106
|
-
return me({ width: e, height: t, color:
|
3162
|
+
return me({ width: e, height: t, color: l, className: r, onClick: h });
|
3107
3163
|
case "add":
|
3108
|
-
return ke({ width: e, height: t, color:
|
3164
|
+
return ke({ width: e, height: t, color: l, className: r, onClick: h });
|
3109
3165
|
case "list":
|
3110
|
-
return Le({ width: e, height: t, color:
|
3166
|
+
return Le({ width: e, height: t, color: l, className: r, onClick: h });
|
3111
3167
|
case "dragAndDrop":
|
3112
|
-
return ve({ width: e, height: t, color:
|
3168
|
+
return ve({ width: e, height: t, color: l, className: r, onClick: h });
|
3113
3169
|
case "filter":
|
3114
|
-
return Ne({ width: e, height: t, color:
|
3170
|
+
return Ne({ width: e, height: t, color: l, className: r, onClick: h });
|
3115
3171
|
case "attention":
|
3116
|
-
return xe({ width: e, height: t, color:
|
3172
|
+
return xe({ width: e, height: t, color: l, className: r, onClick: h });
|
3117
3173
|
case "plus":
|
3118
|
-
return Re({ width: e, height: t, color:
|
3174
|
+
return Re({ width: e, height: t, color: l, className: r, onClick: h });
|
3119
3175
|
case "time":
|
3120
|
-
return Me({ width: e, height: t, color:
|
3176
|
+
return Me({ width: e, height: t, color: l, className: r, onClick: h });
|
3121
3177
|
case "arrowDownLong":
|
3122
3178
|
return ye({
|
3123
3179
|
width: e,
|
3124
3180
|
height: t,
|
3125
|
-
color:
|
3181
|
+
color: l,
|
3126
3182
|
className: r,
|
3127
3183
|
onClick: h
|
3128
3184
|
});
|
3129
3185
|
case "users":
|
3130
|
-
return be({ width: e, height: t, color:
|
3186
|
+
return be({ width: e, height: t, color: l, className: r, onClick: h });
|
3131
3187
|
case "mySkillsMatrix":
|
3132
3188
|
return Ee({
|
3133
3189
|
width: e,
|
3134
3190
|
height: t,
|
3135
|
-
color:
|
3191
|
+
color: l,
|
3136
3192
|
className: r,
|
3137
3193
|
onClick: h
|
3138
3194
|
});
|
3139
3195
|
case "skills":
|
3140
|
-
return
|
3196
|
+
return He({ width: e, height: t, color: l, className: r, onClick: h });
|
3141
3197
|
case "skillsMatrices":
|
3142
|
-
return
|
3198
|
+
return _e({
|
3143
3199
|
width: e,
|
3144
3200
|
height: t,
|
3145
|
-
color:
|
3201
|
+
color: l,
|
3146
3202
|
className: r,
|
3147
3203
|
onClick: h
|
3148
3204
|
});
|
3149
3205
|
case "history":
|
3150
|
-
return Ve({ width: e, height: t, color:
|
3206
|
+
return Ve({ width: e, height: t, color: l, className: r, onClick: h });
|
3151
3207
|
case "logOut":
|
3152
|
-
return Ie({ width: e, height: t, color:
|
3208
|
+
return Ie({ width: e, height: t, color: l, className: r, onClick: h });
|
3153
3209
|
case "settings":
|
3154
|
-
return Se({ width: e, height: t, color:
|
3210
|
+
return Se({ width: e, height: t, color: l, className: r, onClick: h });
|
3155
3211
|
case "addSkill":
|
3156
|
-
return Oe({ width: e, height: t, color:
|
3212
|
+
return Oe({ width: e, height: t, color: l, className: r, onClick: h });
|
3157
3213
|
case "conversation":
|
3158
|
-
return Ae({ width: e, height: t, color:
|
3214
|
+
return Ae({ width: e, height: t, color: l, className: r, onClick: h });
|
3159
3215
|
case "trash":
|
3160
|
-
return Be({ width: e, height: t, color:
|
3216
|
+
return Be({ width: e, height: t, color: l, className: r, onClick: h });
|
3161
3217
|
case "settings4":
|
3162
|
-
return
|
3218
|
+
return Ze({ width: e, height: t, color: l, className: r, onClick: h });
|
3163
3219
|
case "edit2":
|
3164
|
-
return
|
3220
|
+
return We({ width: e, height: t, color: l, className: r, onClick: h });
|
3165
3221
|
case "notifications":
|
3166
|
-
return
|
3222
|
+
return je({
|
3167
3223
|
width: e,
|
3168
3224
|
height: t,
|
3169
|
-
color:
|
3225
|
+
color: l,
|
3170
3226
|
className: r,
|
3171
3227
|
onClick: h
|
3172
3228
|
});
|
3173
3229
|
case "success":
|
3174
|
-
return De({ width: e, height: t, color:
|
3230
|
+
return De({ width: e, height: t, color: l, className: r, onClick: h });
|
3175
3231
|
case "attentionSmall":
|
3176
3232
|
return Te({
|
3177
3233
|
width: e,
|
3178
3234
|
height: t,
|
3179
|
-
color:
|
3235
|
+
color: l,
|
3180
3236
|
className: r,
|
3181
3237
|
onClick: h
|
3182
3238
|
});
|
3183
3239
|
case "errorSmall":
|
3184
|
-
return Ge({ width: e, height: t, color:
|
3240
|
+
return Ge({ width: e, height: t, color: l, className: r, onClick: h });
|
3185
3241
|
case "infoMedium":
|
3186
|
-
return Ke({ width: e, height: t, color:
|
3242
|
+
return Ke({ width: e, height: t, color: l, className: r, onClick: h });
|
3187
3243
|
case "attentionMedium":
|
3188
3244
|
return Pe({
|
3189
3245
|
width: e,
|
3190
3246
|
height: t,
|
3191
|
-
color:
|
3247
|
+
color: l,
|
3192
3248
|
className: r,
|
3193
3249
|
onClick: h
|
3194
3250
|
});
|
3195
3251
|
case "errorMedium":
|
3196
|
-
return Fe({ width: e, height: t, color:
|
3252
|
+
return Fe({ width: e, height: t, color: l, className: r, onClick: h });
|
3197
3253
|
case "faviconSkills":
|
3198
3254
|
return Qe({
|
3199
3255
|
width: e,
|
3200
3256
|
height: t,
|
3201
|
-
color:
|
3257
|
+
color: l,
|
3202
3258
|
className: r,
|
3203
3259
|
onClick: h
|
3204
3260
|
});
|
@@ -3206,7 +3262,7 @@ const ge = ({
|
|
3206
3262
|
return $e({
|
3207
3263
|
width: e,
|
3208
3264
|
height: t,
|
3209
|
-
color:
|
3265
|
+
color: l,
|
3210
3266
|
className: r,
|
3211
3267
|
onClick: h
|
3212
3268
|
});
|
@@ -3214,7 +3270,7 @@ const ge = ({
|
|
3214
3270
|
return Ye({
|
3215
3271
|
width: e,
|
3216
3272
|
height: t,
|
3217
|
-
color:
|
3273
|
+
color: l,
|
3218
3274
|
className: r,
|
3219
3275
|
onClick: h
|
3220
3276
|
});
|
@@ -3222,7 +3278,7 @@ const ge = ({
|
|
3222
3278
|
return Ue({
|
3223
3279
|
width: e,
|
3224
3280
|
height: t,
|
3225
|
-
color:
|
3281
|
+
color: l,
|
3226
3282
|
className: r,
|
3227
3283
|
onClick: h
|
3228
3284
|
});
|
@@ -3230,7 +3286,7 @@ const ge = ({
|
|
3230
3286
|
return ze({
|
3231
3287
|
width: e,
|
3232
3288
|
height: t,
|
3233
|
-
color:
|
3289
|
+
color: l,
|
3234
3290
|
className: r,
|
3235
3291
|
onClick: h
|
3236
3292
|
});
|
@@ -3238,125 +3294,127 @@ const ge = ({
|
|
3238
3294
|
return Je({
|
3239
3295
|
width: e,
|
3240
3296
|
height: t,
|
3241
|
-
color:
|
3297
|
+
color: l,
|
3242
3298
|
className: r,
|
3243
3299
|
onClick: h
|
3244
3300
|
});
|
3245
3301
|
case "camera":
|
3246
|
-
return qe({ width: e, height: t, color:
|
3302
|
+
return qe({ width: e, height: t, color: l, className: r, onClick: h });
|
3247
3303
|
case "sortUp":
|
3248
|
-
return Xe({ width: e, height: t, color:
|
3304
|
+
return Xe({ width: e, height: t, color: l, className: r, onClick: h });
|
3249
3305
|
case "sortDown":
|
3250
|
-
return
|
3306
|
+
return e2({ width: e, height: t, color: l, className: r, onClick: h });
|
3251
3307
|
case "logOut2":
|
3252
|
-
return
|
3308
|
+
return t2({ width: e, height: t, color: l, className: r, onClick: h });
|
3253
3309
|
case "search":
|
3254
|
-
return
|
3310
|
+
return i2({ width: e, height: t, color: l, className: r, onClick: h });
|
3255
3311
|
case "handRock":
|
3256
|
-
return
|
3312
|
+
return s2({ width: e, height: t, color: l, className: r, onClick: h });
|
3257
3313
|
case "arrowUpFilled":
|
3258
|
-
return
|
3314
|
+
return l2({ width: e, height: t, color: l, className: r, onClick: h });
|
3259
3315
|
case "arrowDownFilled":
|
3260
|
-
return
|
3316
|
+
return r2({ width: e, height: t, color: l, className: r, onClick: h });
|
3261
3317
|
case "link":
|
3262
|
-
return
|
3318
|
+
return a2({ width: e, height: t, color: l, className: r, onClick: h });
|
3263
3319
|
case "telegram":
|
3264
|
-
return
|
3320
|
+
return c2({ width: e, height: t, color: l, className: r, onClick: h });
|
3265
3321
|
case "mail":
|
3266
|
-
return
|
3322
|
+
return g2({ width: e, height: t, color: l, className: r, onClick: h });
|
3267
3323
|
case "github":
|
3268
|
-
return
|
3324
|
+
return h2({ width: e, height: t, color: l, className: r, onClick: h });
|
3269
3325
|
case "linkedIn":
|
3270
|
-
return
|
3326
|
+
return d2({ width: e, height: t, color: l, className: r, onClick: h });
|
3271
3327
|
case "emptyStateIcon":
|
3272
|
-
return
|
3328
|
+
return C2({ width: e, height: t, color: l, className: r, onClick: h });
|
3273
3329
|
case "filtersIcon":
|
3274
|
-
return
|
3330
|
+
return u2({ width: e, height: t, color: l, className: r, onClick: h });
|
3275
3331
|
case "dotMenuIcon":
|
3276
|
-
return
|
3332
|
+
return p2({ width: e, height: t, color: l, className: r, onClick: h });
|
3277
3333
|
case "plusCircle":
|
3278
|
-
return
|
3334
|
+
return f2({ width: e, height: t, color: l, className: r, onClick: h });
|
3279
3335
|
case "warning":
|
3280
|
-
return
|
3336
|
+
return w2({ width: e, height: t, color: l, className: r, onClick: h });
|
3281
3337
|
case "back":
|
3282
|
-
return
|
3338
|
+
return m2({ width: e, height: t, color: l, className: r, onClick: h });
|
3283
3339
|
case "bell":
|
3284
|
-
return
|
3340
|
+
return k2({ width: e, height: t, color: l, className: r, onClick: h });
|
3285
3341
|
case "contract":
|
3286
|
-
return
|
3342
|
+
return v2({ width: e, height: t, color: l, className: r, onClick: h });
|
3287
3343
|
case "trash2":
|
3288
|
-
return
|
3344
|
+
return L2({ width: e, height: t, color: l, className: r, onClick: h });
|
3289
3345
|
case "manager":
|
3290
|
-
return
|
3346
|
+
return N2({ width: e, height: t, color: l, className: r, onClick: h });
|
3291
3347
|
case "resourceManager":
|
3292
|
-
return
|
3348
|
+
return x2({ width: e, height: t, color: l, className: r, onClick: h });
|
3293
3349
|
case "settings2":
|
3294
|
-
return
|
3350
|
+
return R2({ width: e, height: t, color: l, className: r, onClick: h });
|
3295
3351
|
case "image":
|
3296
|
-
return
|
3352
|
+
return M2({ width: e, height: t, color: l, className: r, onClick: h });
|
3297
3353
|
case "upload":
|
3298
|
-
return
|
3354
|
+
return y2({ width: e, height: t, color: l, className: r, onClick: h });
|
3299
3355
|
case "edit":
|
3300
|
-
return
|
3356
|
+
return b2({ width: e, height: t, color: l, className: r, onClick: h });
|
3301
3357
|
case "location":
|
3302
|
-
return
|
3358
|
+
return E2({ width: e, height: t, color: l, className: r, onClick: h });
|
3303
3359
|
case "plus2":
|
3304
|
-
return
|
3360
|
+
return H2({ width: e, height: t, color: l, className: r, onClick: h });
|
3305
3361
|
case "search2":
|
3306
|
-
return
|
3362
|
+
return _2({ width: e, height: t, color: l, className: r, onClick: h });
|
3307
3363
|
case "fastArrowLeft":
|
3308
|
-
return
|
3364
|
+
return V2({ width: e, height: t, color: l, className: r, onClick: h });
|
3309
3365
|
case "fastArrowRight":
|
3310
|
-
return
|
3366
|
+
return I2({ width: e, height: t, color: l, className: r, onClick: h });
|
3311
3367
|
case "crossInCircle":
|
3312
|
-
return
|
3368
|
+
return S2({ width: e, height: t, color: l, className: r, onClick: h });
|
3313
3369
|
case "arrowUp2":
|
3314
|
-
return
|
3370
|
+
return A2({ width: e, height: t, color: l, className: r, onClick: h });
|
3315
3371
|
case "arrowDown2":
|
3316
|
-
return
|
3372
|
+
return O2({ width: e, height: t, color: l, className: r, onClick: h });
|
3317
3373
|
case "filledArrowLeft":
|
3318
|
-
return
|
3374
|
+
return B2({ width: e, height: t, color: l, className: r, onClick: h });
|
3319
3375
|
case "filledArrowRight":
|
3320
|
-
return
|
3376
|
+
return Z2({ width: e, height: t, color: l, className: r, onClick: h });
|
3321
3377
|
case "burgerMenu":
|
3322
|
-
return
|
3378
|
+
return W2({ width: e, height: t, color: l, className: r, onClick: h });
|
3323
3379
|
case "signOut":
|
3324
|
-
return
|
3380
|
+
return j2({ width: e, height: t, color: l, className: r, onClick: h });
|
3325
3381
|
case "refresh":
|
3326
|
-
return
|
3382
|
+
return D2({ width: e, height: t, color: l, className: r, onClick: h });
|
3383
|
+
case "projects":
|
3384
|
+
return T2({ width: e, height: t, color: l, className: r, onClick: h });
|
3327
3385
|
default:
|
3328
3386
|
return /* @__PURE__ */ n(z, { children: "No Icon provided" });
|
3329
3387
|
}
|
3330
3388
|
})() });
|
3331
|
-
}, { Title:
|
3389
|
+
}, { Title: G2, Text: K2 } = j1, P2 = {
|
3332
3390
|
h1: 1,
|
3333
3391
|
h2: 2,
|
3334
3392
|
h3: 3,
|
3335
3393
|
h4: 4
|
3336
|
-
},
|
3394
|
+
}, F2 = C1(
|
3337
3395
|
({
|
3338
3396
|
align: i = "inherit",
|
3339
3397
|
variant: e = "body1",
|
3340
3398
|
color: t,
|
3341
3399
|
children: s,
|
3342
3400
|
onClick: o,
|
3343
|
-
collapsed:
|
3401
|
+
collapsed: a,
|
3344
3402
|
whiteSpace: c = "normal"
|
3345
3403
|
}, r) => {
|
3346
3404
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
3347
3405
|
let g = `snmt-typography snmt-typography-${e}`;
|
3348
|
-
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`),
|
3349
|
-
|
3406
|
+
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), a && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
3407
|
+
G2,
|
3350
3408
|
{
|
3351
3409
|
className: g,
|
3352
3410
|
style: { color: t, whiteSpace: c },
|
3353
3411
|
onClick: o,
|
3354
|
-
level:
|
3412
|
+
level: P2[e],
|
3355
3413
|
ref: r,
|
3356
3414
|
children: s
|
3357
3415
|
}
|
3358
3416
|
) : /* @__PURE__ */ n(
|
3359
|
-
|
3417
|
+
K2,
|
3360
3418
|
{
|
3361
3419
|
className: g,
|
3362
3420
|
style: { color: t, whiteSpace: c },
|
@@ -3373,7 +3431,7 @@ const K1 = e1({
|
|
3373
3431
|
theme: "light"
|
3374
3432
|
});
|
3375
3433
|
K1.Provider;
|
3376
|
-
const
|
3434
|
+
const $2 = ({
|
3377
3435
|
width: i = 20,
|
3378
3436
|
height: e = 20,
|
3379
3437
|
color: t = "#001E52",
|
@@ -3400,7 +3458,7 @@ const Ft = ({
|
|
3400
3458
|
}
|
3401
3459
|
)
|
3402
3460
|
}
|
3403
|
-
),
|
3461
|
+
), Y2 = ({
|
3404
3462
|
width: i = 20,
|
3405
3463
|
height: e = 20,
|
3406
3464
|
color: t = "#001E52",
|
@@ -3427,13 +3485,13 @@ const Ft = ({
|
|
3427
3485
|
}
|
3428
3486
|
)
|
3429
3487
|
}
|
3430
|
-
),
|
3488
|
+
), U2 = ({
|
3431
3489
|
width: i = 16,
|
3432
3490
|
height: e = 16,
|
3433
3491
|
color: t = "#001E52",
|
3434
3492
|
className: s,
|
3435
3493
|
onClick: o
|
3436
|
-
}) => /* @__PURE__ */
|
3494
|
+
}) => /* @__PURE__ */ C(
|
3437
3495
|
"svg",
|
3438
3496
|
{
|
3439
3497
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3455,13 +3513,13 @@ const Ft = ({
|
|
3455
3513
|
)
|
3456
3514
|
]
|
3457
3515
|
}
|
3458
|
-
),
|
3516
|
+
), z2 = ({
|
3459
3517
|
width: i = 20,
|
3460
3518
|
height: e = 20,
|
3461
3519
|
color: t = "#001E52",
|
3462
3520
|
className: s,
|
3463
3521
|
onClick: o
|
3464
|
-
}) => /* @__PURE__ */
|
3522
|
+
}) => /* @__PURE__ */ C(
|
3465
3523
|
"svg",
|
3466
3524
|
{
|
3467
3525
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3490,13 +3548,13 @@ const Ft = ({
|
|
3490
3548
|
)
|
3491
3549
|
]
|
3492
3550
|
}
|
3493
|
-
),
|
3551
|
+
), J2 = ({
|
3494
3552
|
width: i = 18,
|
3495
3553
|
height: e = 18,
|
3496
3554
|
color: t = "#001E52",
|
3497
3555
|
className: s,
|
3498
3556
|
onClick: o
|
3499
|
-
}) => /* @__PURE__ */
|
3557
|
+
}) => /* @__PURE__ */ C(
|
3500
3558
|
"svg",
|
3501
3559
|
{
|
3502
3560
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3529,7 +3587,7 @@ const Ft = ({
|
|
3529
3587
|
)
|
3530
3588
|
]
|
3531
3589
|
}
|
3532
|
-
),
|
3590
|
+
), Q2 = ({
|
3533
3591
|
width: i = 20,
|
3534
3592
|
height: e = 20,
|
3535
3593
|
color: t = "#001E52",
|
@@ -3555,13 +3613,13 @@ const Ft = ({
|
|
3555
3613
|
}
|
3556
3614
|
)
|
3557
3615
|
}
|
3558
|
-
),
|
3616
|
+
), q2 = ({
|
3559
3617
|
width: i = 20,
|
3560
3618
|
height: e = 20,
|
3561
3619
|
color: t = "#001E52",
|
3562
3620
|
className: s,
|
3563
3621
|
onClick: o
|
3564
|
-
}) => /* @__PURE__ */
|
3622
|
+
}) => /* @__PURE__ */ C(
|
3565
3623
|
"svg",
|
3566
3624
|
{
|
3567
3625
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3576,13 +3634,13 @@ const Ft = ({
|
|
3576
3634
|
/* @__PURE__ */ n("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
3577
3635
|
]
|
3578
3636
|
}
|
3579
|
-
),
|
3637
|
+
), X2 = ({
|
3580
3638
|
width: i = 20,
|
3581
3639
|
height: e = 20,
|
3582
3640
|
color: t = "#001E52",
|
3583
3641
|
className: s,
|
3584
3642
|
onClick: o
|
3585
|
-
}) => /* @__PURE__ */
|
3643
|
+
}) => /* @__PURE__ */ C(
|
3586
3644
|
"svg",
|
3587
3645
|
{
|
3588
3646
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3608,13 +3666,13 @@ const Ft = ({
|
|
3608
3666
|
)
|
3609
3667
|
]
|
3610
3668
|
}
|
3611
|
-
),
|
3669
|
+
), et = ({
|
3612
3670
|
width: i = 20,
|
3613
3671
|
height: e = 20,
|
3614
3672
|
color: t = "#001E52",
|
3615
3673
|
className: s,
|
3616
3674
|
onClick: o
|
3617
|
-
}) => /* @__PURE__ */
|
3675
|
+
}) => /* @__PURE__ */ C(
|
3618
3676
|
"svg",
|
3619
3677
|
{
|
3620
3678
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3662,13 +3720,13 @@ const Ft = ({
|
|
3662
3720
|
)
|
3663
3721
|
]
|
3664
3722
|
}
|
3665
|
-
),
|
3723
|
+
), tt = ({
|
3666
3724
|
width: i = 20,
|
3667
3725
|
height: e = 20,
|
3668
3726
|
color: t = "#001E52",
|
3669
3727
|
className: s,
|
3670
3728
|
onClick: o
|
3671
|
-
}) => /* @__PURE__ */
|
3729
|
+
}) => /* @__PURE__ */ C(
|
3672
3730
|
"svg",
|
3673
3731
|
{
|
3674
3732
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3701,7 +3759,7 @@ const Ft = ({
|
|
3701
3759
|
/* @__PURE__ */ n("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
3702
3760
|
]
|
3703
3761
|
}
|
3704
|
-
),
|
3762
|
+
), it = ({
|
3705
3763
|
width: i = 16,
|
3706
3764
|
height: e = 12,
|
3707
3765
|
color: t = "#001E52",
|
@@ -3717,7 +3775,7 @@ const Ft = ({
|
|
3717
3775
|
viewBox: "0 0 16 12",
|
3718
3776
|
fill: "none",
|
3719
3777
|
xmlns: "http://www.w3.org/2000/svg",
|
3720
|
-
children: /* @__PURE__ */
|
3778
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
3721
3779
|
/* @__PURE__ */ n(
|
3722
3780
|
"path",
|
3723
3781
|
{
|
@@ -3750,13 +3808,13 @@ const Ft = ({
|
|
3750
3808
|
)
|
3751
3809
|
] })
|
3752
3810
|
}
|
3753
|
-
),
|
3811
|
+
), st = ({
|
3754
3812
|
width: i = 16,
|
3755
3813
|
height: e = 16,
|
3756
3814
|
color: t = "#001E52",
|
3757
3815
|
className: s,
|
3758
3816
|
onClick: o
|
3759
|
-
}) => /* @__PURE__ */
|
3817
|
+
}) => /* @__PURE__ */ C(
|
3760
3818
|
"svg",
|
3761
3819
|
{
|
3762
3820
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3784,7 +3842,7 @@ const Ft = ({
|
|
3784
3842
|
)
|
3785
3843
|
]
|
3786
3844
|
}
|
3787
|
-
),
|
3845
|
+
), ot = ({
|
3788
3846
|
width: i = 10,
|
3789
3847
|
height: e = 10,
|
3790
3848
|
color: t = "#001E52",
|
@@ -3800,7 +3858,7 @@ const Ft = ({
|
|
3800
3858
|
viewBox: "0 0 10 10",
|
3801
3859
|
fill: "none",
|
3802
3860
|
xmlns: "http://www.w3.org/2000/svg",
|
3803
|
-
children: /* @__PURE__ */
|
3861
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
3804
3862
|
/* @__PURE__ */ n(
|
3805
3863
|
"path",
|
3806
3864
|
{
|
@@ -3823,13 +3881,13 @@ const Ft = ({
|
|
3823
3881
|
)
|
3824
3882
|
] })
|
3825
3883
|
}
|
3826
|
-
),
|
3884
|
+
), nt = ({
|
3827
3885
|
width: i = 16,
|
3828
3886
|
height: e = 16,
|
3829
3887
|
color: t = "#001E52",
|
3830
3888
|
className: s,
|
3831
3889
|
onClick: o
|
3832
|
-
}) => /* @__PURE__ */
|
3890
|
+
}) => /* @__PURE__ */ C(
|
3833
3891
|
"svg",
|
3834
3892
|
{
|
3835
3893
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3859,13 +3917,13 @@ const Ft = ({
|
|
3859
3917
|
)
|
3860
3918
|
]
|
3861
3919
|
}
|
3862
|
-
),
|
3920
|
+
), rt = ({
|
3863
3921
|
width: i = 11,
|
3864
3922
|
height: e = 32,
|
3865
3923
|
color: t = "#001E52",
|
3866
3924
|
className: s,
|
3867
3925
|
onClick: o
|
3868
|
-
}) => /* @__PURE__ */
|
3926
|
+
}) => /* @__PURE__ */ C(
|
3869
3927
|
"svg",
|
3870
3928
|
{
|
3871
3929
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3897,13 +3955,13 @@ const Ft = ({
|
|
3897
3955
|
/* @__PURE__ */ n("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
3898
3956
|
]
|
3899
3957
|
}
|
3900
|
-
),
|
3958
|
+
), lt = ({
|
3901
3959
|
width: i = 20,
|
3902
3960
|
height: e = 20,
|
3903
3961
|
color: t = "#001E52",
|
3904
3962
|
className: s,
|
3905
3963
|
onClick: o
|
3906
|
-
}) => /* @__PURE__ */
|
3964
|
+
}) => /* @__PURE__ */ C(
|
3907
3965
|
"svg",
|
3908
3966
|
{
|
3909
3967
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3944,13 +4002,13 @@ const Ft = ({
|
|
3944
4002
|
)
|
3945
4003
|
]
|
3946
4004
|
}
|
3947
|
-
),
|
4005
|
+
), at = ({
|
3948
4006
|
width: i = 20,
|
3949
4007
|
height: e = 20,
|
3950
4008
|
color: t = "#001E52",
|
3951
4009
|
className: s,
|
3952
4010
|
onClick: o
|
3953
|
-
}) => /* @__PURE__ */
|
4011
|
+
}) => /* @__PURE__ */ C(
|
3954
4012
|
"svg",
|
3955
4013
|
{
|
3956
4014
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3977,13 +4035,13 @@ const Ft = ({
|
|
3977
4035
|
)
|
3978
4036
|
]
|
3979
4037
|
}
|
3980
|
-
),
|
4038
|
+
), ht = ({
|
3981
4039
|
width: i = 20,
|
3982
4040
|
height: e = 20,
|
3983
4041
|
color: t = "#001E52",
|
3984
4042
|
className: s,
|
3985
4043
|
onClick: o
|
3986
|
-
}) => /* @__PURE__ */
|
4044
|
+
}) => /* @__PURE__ */ C(
|
3987
4045
|
"svg",
|
3988
4046
|
{
|
3989
4047
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4024,13 +4082,13 @@ const Ft = ({
|
|
4024
4082
|
)
|
4025
4083
|
]
|
4026
4084
|
}
|
4027
|
-
),
|
4085
|
+
), ct = ({
|
4028
4086
|
width: i = 20,
|
4029
4087
|
height: e = 20,
|
4030
4088
|
color: t = "#001E52",
|
4031
4089
|
className: s,
|
4032
4090
|
onClick: o
|
4033
|
-
}) => /* @__PURE__ */
|
4091
|
+
}) => /* @__PURE__ */ C(
|
4034
4092
|
"svg",
|
4035
4093
|
{
|
4036
4094
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4057,13 +4115,13 @@ const Ft = ({
|
|
4057
4115
|
)
|
4058
4116
|
]
|
4059
4117
|
}
|
4060
|
-
),
|
4118
|
+
), dt = ({
|
4061
4119
|
width: i = 18,
|
4062
4120
|
height: e = 16,
|
4063
4121
|
color: t = "#001E52",
|
4064
4122
|
className: s,
|
4065
4123
|
onClick: o
|
4066
|
-
}) => /* @__PURE__ */
|
4124
|
+
}) => /* @__PURE__ */ C(
|
4067
4125
|
"svg",
|
4068
4126
|
{
|
4069
4127
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4096,13 +4154,13 @@ const Ft = ({
|
|
4096
4154
|
)
|
4097
4155
|
]
|
4098
4156
|
}
|
4099
|
-
),
|
4157
|
+
), gt = ({
|
4100
4158
|
width: i = 20,
|
4101
4159
|
height: e = 20,
|
4102
4160
|
color: t = "#001E52",
|
4103
4161
|
className: s,
|
4104
4162
|
onClick: o
|
4105
|
-
}) => /* @__PURE__ */
|
4163
|
+
}) => /* @__PURE__ */ C(
|
4106
4164
|
"svg",
|
4107
4165
|
{
|
4108
4166
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4129,7 +4187,7 @@ const Ft = ({
|
|
4129
4187
|
)
|
4130
4188
|
]
|
4131
4189
|
}
|
4132
|
-
),
|
4190
|
+
), Ct = ({
|
4133
4191
|
width: i = 20,
|
4134
4192
|
height: e = 20,
|
4135
4193
|
color: t = "#001E52",
|
@@ -4153,13 +4211,13 @@ const Ft = ({
|
|
4153
4211
|
}
|
4154
4212
|
)
|
4155
4213
|
}
|
4156
|
-
),
|
4214
|
+
), ut = ({
|
4157
4215
|
width: i = 20,
|
4158
4216
|
height: e = 20,
|
4159
4217
|
color: t = "#001E52",
|
4160
4218
|
className: s,
|
4161
4219
|
onClick: o
|
4162
|
-
}) => /* @__PURE__ */
|
4220
|
+
}) => /* @__PURE__ */ C(
|
4163
4221
|
"svg",
|
4164
4222
|
{
|
4165
4223
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4200,13 +4258,13 @@ const Ft = ({
|
|
4200
4258
|
)
|
4201
4259
|
]
|
4202
4260
|
}
|
4203
|
-
),
|
4261
|
+
), pt = ({
|
4204
4262
|
width: i = 20,
|
4205
4263
|
height: e = 20,
|
4206
4264
|
color: t = "#001E52",
|
4207
4265
|
className: s,
|
4208
4266
|
onClick: o
|
4209
|
-
}) => /* @__PURE__ */
|
4267
|
+
}) => /* @__PURE__ */ C(
|
4210
4268
|
"svg",
|
4211
4269
|
{
|
4212
4270
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4233,13 +4291,13 @@ const Ft = ({
|
|
4233
4291
|
)
|
4234
4292
|
]
|
4235
4293
|
}
|
4236
|
-
),
|
4294
|
+
), ft = ({
|
4237
4295
|
width: i = 20,
|
4238
4296
|
height: e = 20,
|
4239
4297
|
color: t = "#001E52",
|
4240
4298
|
className: s,
|
4241
4299
|
onClick: o
|
4242
|
-
}) => /* @__PURE__ */
|
4300
|
+
}) => /* @__PURE__ */ C(
|
4243
4301
|
"svg",
|
4244
4302
|
{
|
4245
4303
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4266,13 +4324,13 @@ const Ft = ({
|
|
4266
4324
|
)
|
4267
4325
|
]
|
4268
4326
|
}
|
4269
|
-
),
|
4327
|
+
), wt = ({
|
4270
4328
|
width: i = 20,
|
4271
4329
|
height: e = 23,
|
4272
4330
|
color: t = "#001E52",
|
4273
4331
|
className: s,
|
4274
4332
|
onClick: o
|
4275
|
-
}) => /* @__PURE__ */
|
4333
|
+
}) => /* @__PURE__ */ C(
|
4276
4334
|
"svg",
|
4277
4335
|
{
|
4278
4336
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4327,13 +4385,13 @@ const Ft = ({
|
|
4327
4385
|
)
|
4328
4386
|
]
|
4329
4387
|
}
|
4330
|
-
),
|
4388
|
+
), mt = ({
|
4331
4389
|
width: i = 20,
|
4332
4390
|
height: e = 20,
|
4333
4391
|
color: t = "#001E52",
|
4334
4392
|
className: s,
|
4335
4393
|
onClick: o
|
4336
|
-
}) => /* @__PURE__ */
|
4394
|
+
}) => /* @__PURE__ */ C(
|
4337
4395
|
"svg",
|
4338
4396
|
{
|
4339
4397
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4367,13 +4425,13 @@ const Ft = ({
|
|
4367
4425
|
)
|
4368
4426
|
]
|
4369
4427
|
}
|
4370
|
-
),
|
4428
|
+
), kt = ({
|
4371
4429
|
width: i = 32,
|
4372
4430
|
height: e = 25,
|
4373
4431
|
color: t = "#001E52",
|
4374
4432
|
className: s,
|
4375
4433
|
onClick: o
|
4376
|
-
}) => /* @__PURE__ */
|
4434
|
+
}) => /* @__PURE__ */ C(
|
4377
4435
|
"svg",
|
4378
4436
|
{
|
4379
4437
|
width: i,
|
@@ -4395,13 +4453,13 @@ const Ft = ({
|
|
4395
4453
|
)
|
4396
4454
|
]
|
4397
4455
|
}
|
4398
|
-
),
|
4456
|
+
), Lt = ({
|
4399
4457
|
width: i = 14,
|
4400
4458
|
height: e = 14,
|
4401
4459
|
color: t = "#10B981",
|
4402
4460
|
className: s,
|
4403
4461
|
onClick: o
|
4404
|
-
}) => /* @__PURE__ */
|
4462
|
+
}) => /* @__PURE__ */ C(
|
4405
4463
|
"svg",
|
4406
4464
|
{
|
4407
4465
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4424,13 +4482,13 @@ const Ft = ({
|
|
4424
4482
|
)
|
4425
4483
|
]
|
4426
4484
|
}
|
4427
|
-
),
|
4485
|
+
), vt = ({
|
4428
4486
|
width: i = 11,
|
4429
4487
|
height: e = 11,
|
4430
4488
|
color: t = "#FFB020",
|
4431
4489
|
className: s,
|
4432
4490
|
onClick: o
|
4433
|
-
}) => /* @__PURE__ */
|
4491
|
+
}) => /* @__PURE__ */ C(
|
4434
4492
|
"svg",
|
4435
4493
|
{
|
4436
4494
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4458,13 +4516,13 @@ const Ft = ({
|
|
4458
4516
|
)
|
4459
4517
|
]
|
4460
4518
|
}
|
4461
|
-
),
|
4519
|
+
), Nt = ({
|
4462
4520
|
width: i = 10,
|
4463
4521
|
height: e = 10,
|
4464
4522
|
color: t = "#88A4FF",
|
4465
4523
|
className: s,
|
4466
4524
|
onClick: o
|
4467
|
-
}) => /* @__PURE__ */
|
4525
|
+
}) => /* @__PURE__ */ C(
|
4468
4526
|
"svg",
|
4469
4527
|
{
|
4470
4528
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4506,13 +4564,13 @@ const Ft = ({
|
|
4506
4564
|
)
|
4507
4565
|
]
|
4508
4566
|
}
|
4509
|
-
),
|
4567
|
+
), xt = ({
|
4510
4568
|
width: i = 14,
|
4511
4569
|
height: e = 14,
|
4512
4570
|
color: t = "#8E8E93",
|
4513
4571
|
className: s,
|
4514
4572
|
onClick: o
|
4515
|
-
}) => /* @__PURE__ */
|
4573
|
+
}) => /* @__PURE__ */ C(
|
4516
4574
|
"svg",
|
4517
4575
|
{
|
4518
4576
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4534,13 +4592,13 @@ const Ft = ({
|
|
4534
4592
|
)
|
4535
4593
|
]
|
4536
4594
|
}
|
4537
|
-
),
|
4595
|
+
), Rt = ({
|
4538
4596
|
width: i = 14,
|
4539
4597
|
height: e = 14,
|
4540
4598
|
color: t = "#FFB020",
|
4541
4599
|
className: s,
|
4542
4600
|
onClick: o
|
4543
|
-
}) => /* @__PURE__ */
|
4601
|
+
}) => /* @__PURE__ */ C(
|
4544
4602
|
"svg",
|
4545
4603
|
{
|
4546
4604
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4568,13 +4626,13 @@ const Ft = ({
|
|
4568
4626
|
)
|
4569
4627
|
]
|
4570
4628
|
}
|
4571
|
-
),
|
4629
|
+
), Mt = ({
|
4572
4630
|
width: i = 14,
|
4573
4631
|
height: e = 14,
|
4574
4632
|
color: t = "#D0421B",
|
4575
4633
|
className: s,
|
4576
4634
|
onClick: o
|
4577
|
-
}) => /* @__PURE__ */
|
4635
|
+
}) => /* @__PURE__ */ C(
|
4578
4636
|
"svg",
|
4579
4637
|
{
|
4580
4638
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4616,13 +4674,13 @@ const Ft = ({
|
|
4616
4674
|
)
|
4617
4675
|
]
|
4618
4676
|
}
|
4619
|
-
),
|
4677
|
+
), yt = ({
|
4620
4678
|
width: i = 20,
|
4621
4679
|
height: e = 20,
|
4622
4680
|
color: t = "#070739",
|
4623
4681
|
className: s,
|
4624
4682
|
onClick: o
|
4625
|
-
}) => /* @__PURE__ */
|
4683
|
+
}) => /* @__PURE__ */ C(
|
4626
4684
|
"svg",
|
4627
4685
|
{
|
4628
4686
|
width: i,
|
@@ -4646,13 +4704,13 @@ const Ft = ({
|
|
4646
4704
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
4647
4705
|
]
|
4648
4706
|
}
|
4649
|
-
),
|
4707
|
+
), bt = ({
|
4650
4708
|
width: i = 20,
|
4651
4709
|
height: e = 20,
|
4652
4710
|
color: t = "#070739",
|
4653
4711
|
className: s,
|
4654
4712
|
onClick: o
|
4655
|
-
}) => /* @__PURE__ */
|
4713
|
+
}) => /* @__PURE__ */ C(
|
4656
4714
|
"svg",
|
4657
4715
|
{
|
4658
4716
|
width: i,
|
@@ -4684,7 +4742,7 @@ const Ft = ({
|
|
4684
4742
|
)
|
4685
4743
|
]
|
4686
4744
|
}
|
4687
|
-
),
|
4745
|
+
), Et = ({
|
4688
4746
|
width: i = 9,
|
4689
4747
|
height: e = 5,
|
4690
4748
|
color: t = "#001E52",
|
@@ -4710,13 +4768,13 @@ const Ft = ({
|
|
4710
4768
|
}
|
4711
4769
|
)
|
4712
4770
|
}
|
4713
|
-
),
|
4771
|
+
), Ht = ({
|
4714
4772
|
width: i = 20,
|
4715
4773
|
height: e = 20,
|
4716
4774
|
color: t = "#F2F2F7",
|
4717
4775
|
className: s,
|
4718
4776
|
onClick: o
|
4719
|
-
}) => /* @__PURE__ */
|
4777
|
+
}) => /* @__PURE__ */ C(
|
4720
4778
|
"svg",
|
4721
4779
|
{
|
4722
4780
|
width: i,
|
@@ -4739,13 +4797,13 @@ const Ft = ({
|
|
4739
4797
|
)
|
4740
4798
|
]
|
4741
4799
|
}
|
4742
|
-
),
|
4800
|
+
), _t = ({
|
4743
4801
|
width: i = 20,
|
4744
4802
|
height: e = 20,
|
4745
4803
|
color: t = "#004ED7",
|
4746
4804
|
className: s,
|
4747
4805
|
onClick: o
|
4748
|
-
}) => /* @__PURE__ */
|
4806
|
+
}) => /* @__PURE__ */ C(
|
4749
4807
|
"svg",
|
4750
4808
|
{
|
4751
4809
|
width: i,
|
@@ -4768,13 +4826,13 @@ const Ft = ({
|
|
4768
4826
|
)
|
4769
4827
|
]
|
4770
4828
|
}
|
4771
|
-
),
|
4829
|
+
), Vt = ({
|
4772
4830
|
width: i = 248,
|
4773
4831
|
height: e = 248,
|
4774
4832
|
color: t = "#070739",
|
4775
4833
|
className: s,
|
4776
4834
|
onClick: o
|
4777
|
-
}) => /* @__PURE__ */
|
4835
|
+
}) => /* @__PURE__ */ C(
|
4778
4836
|
"svg",
|
4779
4837
|
{
|
4780
4838
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4805,13 +4863,13 @@ const Ft = ({
|
|
4805
4863
|
)
|
4806
4864
|
]
|
4807
4865
|
}
|
4808
|
-
),
|
4866
|
+
), It = ({
|
4809
4867
|
width: i = 24,
|
4810
4868
|
height: e = 24,
|
4811
4869
|
color: t = "#001E52",
|
4812
4870
|
className: s,
|
4813
4871
|
onClick: o
|
4814
|
-
}) => /* @__PURE__ */
|
4872
|
+
}) => /* @__PURE__ */ C(
|
4815
4873
|
"svg",
|
4816
4874
|
{
|
4817
4875
|
width: i,
|
@@ -4844,13 +4902,13 @@ const Ft = ({
|
|
4844
4902
|
)
|
4845
4903
|
]
|
4846
4904
|
}
|
4847
|
-
),
|
4905
|
+
), St = ({
|
4848
4906
|
width: i = 10,
|
4849
4907
|
height: e = 10,
|
4850
4908
|
color: t = "#001E52",
|
4851
4909
|
className: s,
|
4852
4910
|
onClick: o
|
4853
|
-
}) => /* @__PURE__ */
|
4911
|
+
}) => /* @__PURE__ */ C(
|
4854
4912
|
"svg",
|
4855
4913
|
{
|
4856
4914
|
width: i,
|
@@ -4873,13 +4931,13 @@ const Ft = ({
|
|
4873
4931
|
)
|
4874
4932
|
]
|
4875
4933
|
}
|
4876
|
-
),
|
4934
|
+
), Ot = ({
|
4877
4935
|
width: i = 10,
|
4878
4936
|
height: e = 10,
|
4879
4937
|
color: t = "#001E52",
|
4880
4938
|
className: s,
|
4881
4939
|
onClick: o
|
4882
|
-
}) => /* @__PURE__ */
|
4940
|
+
}) => /* @__PURE__ */ C(
|
4883
4941
|
"svg",
|
4884
4942
|
{
|
4885
4943
|
width: i,
|
@@ -4910,13 +4968,13 @@ const Ft = ({
|
|
4910
4968
|
)
|
4911
4969
|
]
|
4912
4970
|
}
|
4913
|
-
),
|
4971
|
+
), At = ({
|
4914
4972
|
width: i = 24,
|
4915
4973
|
height: e = 24,
|
4916
4974
|
color: t = L.GREY_DARK_5,
|
4917
4975
|
className: s,
|
4918
4976
|
onClick: o
|
4919
|
-
}) => /* @__PURE__ */
|
4977
|
+
}) => /* @__PURE__ */ C(
|
4920
4978
|
"svg",
|
4921
4979
|
{
|
4922
4980
|
width: i,
|
@@ -4949,13 +5007,13 @@ const Ft = ({
|
|
4949
5007
|
)
|
4950
5008
|
]
|
4951
5009
|
}
|
4952
|
-
),
|
5010
|
+
), Bt = ({
|
4953
5011
|
width: i = 20,
|
4954
5012
|
height: e = 20,
|
4955
5013
|
color: t = L.GREY_DARK_1,
|
4956
5014
|
className: s,
|
4957
5015
|
onClick: o
|
4958
|
-
}) => /* @__PURE__ */
|
5016
|
+
}) => /* @__PURE__ */ C(
|
4959
5017
|
"svg",
|
4960
5018
|
{
|
4961
5019
|
width: i,
|
@@ -4982,13 +5040,13 @@ const Ft = ({
|
|
4982
5040
|
)
|
4983
5041
|
]
|
4984
5042
|
}
|
4985
|
-
),
|
5043
|
+
), Zt = ({
|
4986
5044
|
width: i = 81,
|
4987
5045
|
height: e = 80,
|
4988
5046
|
color: t = L.GREY_DARK_5,
|
4989
5047
|
className: s,
|
4990
5048
|
onClick: o
|
4991
|
-
}) => /* @__PURE__ */
|
5049
|
+
}) => /* @__PURE__ */ C(
|
4992
5050
|
"svg",
|
4993
5051
|
{
|
4994
5052
|
width: i,
|
@@ -5031,7 +5089,7 @@ const Ft = ({
|
|
5031
5089
|
)
|
5032
5090
|
]
|
5033
5091
|
}
|
5034
|
-
),
|
5092
|
+
), Wt = ({
|
5035
5093
|
className: i,
|
5036
5094
|
color: e = L.GREY_DARK_5,
|
5037
5095
|
height: t = 20,
|
@@ -5058,7 +5116,7 @@ const Ft = ({
|
|
5058
5116
|
}
|
5059
5117
|
)
|
5060
5118
|
}
|
5061
|
-
),
|
5119
|
+
), jt = ({
|
5062
5120
|
className: i,
|
5063
5121
|
color: e = L.GREY_DARK_5,
|
5064
5122
|
height: t = 20,
|
@@ -5085,7 +5143,7 @@ const Ft = ({
|
|
5085
5143
|
}
|
5086
5144
|
)
|
5087
5145
|
}
|
5088
|
-
),
|
5146
|
+
), Dt = ({
|
5089
5147
|
className: i,
|
5090
5148
|
color: e = L.GREY_DARK_5,
|
5091
5149
|
height: t = 5,
|
@@ -5109,7 +5167,7 @@ const Ft = ({
|
|
5109
5167
|
}
|
5110
5168
|
)
|
5111
5169
|
}
|
5112
|
-
),
|
5170
|
+
), Tt = ({
|
5113
5171
|
className: i,
|
5114
5172
|
color: e = L.GREY_DARK_5,
|
5115
5173
|
height: t = 5,
|
@@ -5134,13 +5192,13 @@ const Ft = ({
|
|
5134
5192
|
}
|
5135
5193
|
)
|
5136
5194
|
}
|
5137
|
-
),
|
5195
|
+
), Gt = ({
|
5138
5196
|
className: i,
|
5139
5197
|
color: e = L.GREY_DARK_5,
|
5140
5198
|
height: t = 24,
|
5141
5199
|
width: s = 24,
|
5142
5200
|
onClick: o
|
5143
|
-
}) => /* @__PURE__ */
|
5201
|
+
}) => /* @__PURE__ */ C(
|
5144
5202
|
"svg",
|
5145
5203
|
{
|
5146
5204
|
width: s,
|
@@ -5173,13 +5231,13 @@ const Ft = ({
|
|
5173
5231
|
)
|
5174
5232
|
]
|
5175
5233
|
}
|
5176
|
-
),
|
5234
|
+
), Kt = ({
|
5177
5235
|
className: i,
|
5178
5236
|
color: e = L.GREY_DARK_5,
|
5179
5237
|
height: t = 24,
|
5180
5238
|
width: s = 24,
|
5181
5239
|
onClick: o
|
5182
|
-
}) => /* @__PURE__ */
|
5240
|
+
}) => /* @__PURE__ */ C(
|
5183
5241
|
"svg",
|
5184
5242
|
{
|
5185
5243
|
width: s,
|
@@ -5212,7 +5270,7 @@ const Ft = ({
|
|
5212
5270
|
)
|
5213
5271
|
]
|
5214
5272
|
}
|
5215
|
-
),
|
5273
|
+
), Pt = ({
|
5216
5274
|
className: i,
|
5217
5275
|
color: e = L.GREY_DARK_5,
|
5218
5276
|
height: t = 24,
|
@@ -5239,13 +5297,13 @@ const Ft = ({
|
|
5239
5297
|
}
|
5240
5298
|
)
|
5241
5299
|
}
|
5242
|
-
),
|
5300
|
+
), Ft = ({
|
5243
5301
|
className: i,
|
5244
5302
|
color: e = L.GREY_DARK_5,
|
5245
5303
|
height: t = 24,
|
5246
5304
|
width: s = 24,
|
5247
5305
|
onClick: o
|
5248
|
-
}) => /* @__PURE__ */
|
5306
|
+
}) => /* @__PURE__ */ C(
|
5249
5307
|
"svg",
|
5250
5308
|
{
|
5251
5309
|
width: s,
|
@@ -5298,13 +5356,13 @@ const Ft = ({
|
|
5298
5356
|
)
|
5299
5357
|
]
|
5300
5358
|
}
|
5301
|
-
),
|
5359
|
+
), $t = ({
|
5302
5360
|
className: i,
|
5303
5361
|
color: e = L.GREY_DARK_5,
|
5304
5362
|
height: t = 24,
|
5305
5363
|
width: s = 24,
|
5306
5364
|
onClick: o
|
5307
|
-
}) => /* @__PURE__ */
|
5365
|
+
}) => /* @__PURE__ */ C(
|
5308
5366
|
"svg",
|
5309
5367
|
{
|
5310
5368
|
width: s,
|
@@ -5335,13 +5393,13 @@ const Ft = ({
|
|
5335
5393
|
)
|
5336
5394
|
]
|
5337
5395
|
}
|
5338
|
-
),
|
5396
|
+
), Yt = ({
|
5339
5397
|
className: i,
|
5340
5398
|
color: e = L.GREY_DARK_3,
|
5341
5399
|
height: t = 14,
|
5342
5400
|
width: s = 14,
|
5343
5401
|
onClick: o
|
5344
|
-
}) => /* @__PURE__ */
|
5402
|
+
}) => /* @__PURE__ */ C(
|
5345
5403
|
"svg",
|
5346
5404
|
{
|
5347
5405
|
className: i,
|
@@ -5372,7 +5430,7 @@ const Ft = ({
|
|
5372
5430
|
)
|
5373
5431
|
]
|
5374
5432
|
}
|
5375
|
-
),
|
5433
|
+
), Ut = ({
|
5376
5434
|
className: i,
|
5377
5435
|
color: e = L.GREY_DARK_5,
|
5378
5436
|
height: t = 18,
|
@@ -5399,13 +5457,13 @@ const Ft = ({
|
|
5399
5457
|
}
|
5400
5458
|
)
|
5401
5459
|
}
|
5402
|
-
),
|
5460
|
+
), zt = ({
|
5403
5461
|
className: i,
|
5404
5462
|
color: e = L.GREY_DARK_5,
|
5405
5463
|
height: t = 24,
|
5406
5464
|
width: s = 24,
|
5407
5465
|
onClick: o
|
5408
|
-
}) => /* @__PURE__ */
|
5466
|
+
}) => /* @__PURE__ */ C(
|
5409
5467
|
"svg",
|
5410
5468
|
{
|
5411
5469
|
onClick: o,
|
@@ -5451,13 +5509,13 @@ const Ft = ({
|
|
5451
5509
|
)
|
5452
5510
|
]
|
5453
5511
|
}
|
5454
|
-
),
|
5512
|
+
), Jt = ({
|
5455
5513
|
className: i,
|
5456
5514
|
color: e = L.GREY_DARK_5,
|
5457
5515
|
height: t = 24,
|
5458
5516
|
width: s = 24,
|
5459
5517
|
onClick: o
|
5460
|
-
}) => /* @__PURE__ */
|
5518
|
+
}) => /* @__PURE__ */ C(
|
5461
5519
|
"svg",
|
5462
5520
|
{
|
5463
5521
|
onClick: o,
|
@@ -5488,13 +5546,13 @@ const Ft = ({
|
|
5488
5546
|
)
|
5489
5547
|
]
|
5490
5548
|
}
|
5491
|
-
),
|
5549
|
+
), Qt = ({
|
5492
5550
|
className: i,
|
5493
5551
|
color: e = L.NOTIFICATION_WARNING_DARK,
|
5494
5552
|
height: t = 37,
|
5495
5553
|
width: s = 36,
|
5496
5554
|
onClick: o
|
5497
|
-
}) => /* @__PURE__ */
|
5555
|
+
}) => /* @__PURE__ */ C(
|
5498
5556
|
"svg",
|
5499
5557
|
{
|
5500
5558
|
onClick: o,
|
@@ -5527,7 +5585,7 @@ const Ft = ({
|
|
5527
5585
|
)
|
5528
5586
|
]
|
5529
5587
|
}
|
5530
|
-
),
|
5588
|
+
), qt = ({
|
5531
5589
|
className: i,
|
5532
5590
|
color: e = L.GREY_DARK_5,
|
5533
5591
|
height: t = 24,
|
@@ -5553,13 +5611,13 @@ const Ft = ({
|
|
5553
5611
|
}
|
5554
5612
|
)
|
5555
5613
|
}
|
5556
|
-
),
|
5614
|
+
), Xt = ({
|
5557
5615
|
className: i,
|
5558
5616
|
color: e = L.GREY_DARK_5,
|
5559
5617
|
height: t = 24,
|
5560
5618
|
width: s = 24,
|
5561
5619
|
onClick: o
|
5562
|
-
}) => /* @__PURE__ */
|
5620
|
+
}) => /* @__PURE__ */ C(
|
5563
5621
|
"svg",
|
5564
5622
|
{
|
5565
5623
|
onClick: o,
|
@@ -5592,13 +5650,13 @@ const Ft = ({
|
|
5592
5650
|
)
|
5593
5651
|
]
|
5594
5652
|
}
|
5595
|
-
),
|
5653
|
+
), e5 = ({
|
5596
5654
|
className: i,
|
5597
5655
|
color: e = L.GREY_DARK_5,
|
5598
5656
|
height: t = 24,
|
5599
5657
|
width: s = 24,
|
5600
5658
|
onClick: o
|
5601
|
-
}) => /* @__PURE__ */
|
5659
|
+
}) => /* @__PURE__ */ C(
|
5602
5660
|
"svg",
|
5603
5661
|
{
|
5604
5662
|
onClick: o,
|
@@ -5631,13 +5689,13 @@ const Ft = ({
|
|
5631
5689
|
)
|
5632
5690
|
]
|
5633
5691
|
}
|
5634
|
-
),
|
5692
|
+
), t5 = ({
|
5635
5693
|
className: i,
|
5636
5694
|
color: e = L.GREY_DARK_5,
|
5637
5695
|
height: t = 24,
|
5638
5696
|
width: s = 24,
|
5639
5697
|
onClick: o
|
5640
|
-
}) => /* @__PURE__ */
|
5698
|
+
}) => /* @__PURE__ */ C(
|
5641
5699
|
"svg",
|
5642
5700
|
{
|
5643
5701
|
onClick: o,
|
@@ -5700,13 +5758,13 @@ const Ft = ({
|
|
5700
5758
|
)
|
5701
5759
|
]
|
5702
5760
|
}
|
5703
|
-
),
|
5761
|
+
), i5 = ({
|
5704
5762
|
className: i,
|
5705
5763
|
color: e = L.GREY_DARK_5,
|
5706
5764
|
height: t = 24,
|
5707
5765
|
width: s = 24,
|
5708
5766
|
onClick: o
|
5709
|
-
}) => /* @__PURE__ */
|
5767
|
+
}) => /* @__PURE__ */ C(
|
5710
5768
|
"svg",
|
5711
5769
|
{
|
5712
5770
|
onClick: o,
|
@@ -5739,13 +5797,13 @@ const Ft = ({
|
|
5739
5797
|
)
|
5740
5798
|
]
|
5741
5799
|
}
|
5742
|
-
),
|
5800
|
+
), s5 = ({
|
5743
5801
|
className: i,
|
5744
5802
|
color: e = L.GREY_DARK_5,
|
5745
5803
|
height: t = 24,
|
5746
5804
|
width: s = 24,
|
5747
5805
|
onClick: o
|
5748
|
-
}) => /* @__PURE__ */
|
5806
|
+
}) => /* @__PURE__ */ C(
|
5749
5807
|
"svg",
|
5750
5808
|
{
|
5751
5809
|
onClick: o,
|
@@ -5796,13 +5854,13 @@ const Ft = ({
|
|
5796
5854
|
)
|
5797
5855
|
]
|
5798
5856
|
}
|
5799
|
-
),
|
5857
|
+
), o5 = ({
|
5800
5858
|
className: i,
|
5801
5859
|
color: e = L.GREY_DARK_5,
|
5802
5860
|
height: t = 24,
|
5803
5861
|
width: s = 24,
|
5804
5862
|
onClick: o
|
5805
|
-
}) => /* @__PURE__ */
|
5863
|
+
}) => /* @__PURE__ */ C(
|
5806
5864
|
"svg",
|
5807
5865
|
{
|
5808
5866
|
onClick: o,
|
@@ -5835,13 +5893,13 @@ const Ft = ({
|
|
5835
5893
|
)
|
5836
5894
|
]
|
5837
5895
|
}
|
5838
|
-
),
|
5896
|
+
), n5 = ({
|
5839
5897
|
className: i,
|
5840
5898
|
color: e = L.GREY_DARK_5,
|
5841
5899
|
height: t = 24,
|
5842
5900
|
width: s = 24,
|
5843
5901
|
onClick: o
|
5844
|
-
}) => /* @__PURE__ */
|
5902
|
+
}) => /* @__PURE__ */ C(
|
5845
5903
|
"svg",
|
5846
5904
|
{
|
5847
5905
|
onClick: o,
|
@@ -5884,13 +5942,13 @@ const Ft = ({
|
|
5884
5942
|
)
|
5885
5943
|
]
|
5886
5944
|
}
|
5887
|
-
),
|
5945
|
+
), r5 = ({
|
5888
5946
|
className: i,
|
5889
5947
|
color: e = L.GREY_DARK_5,
|
5890
5948
|
height: t = 24,
|
5891
5949
|
width: s = 24,
|
5892
5950
|
onClick: o
|
5893
|
-
}) => /* @__PURE__ */
|
5951
|
+
}) => /* @__PURE__ */ C(
|
5894
5952
|
"svg",
|
5895
5953
|
{
|
5896
5954
|
onClick: o,
|
@@ -5923,7 +5981,7 @@ const Ft = ({
|
|
5923
5981
|
)
|
5924
5982
|
]
|
5925
5983
|
}
|
5926
|
-
),
|
5984
|
+
), l5 = ({
|
5927
5985
|
className: i,
|
5928
5986
|
color: e = L.GREY_DARK_5,
|
5929
5987
|
height: t = 24,
|
@@ -5950,13 +6008,13 @@ const Ft = ({
|
|
5950
6008
|
}
|
5951
6009
|
)
|
5952
6010
|
}
|
5953
|
-
),
|
6011
|
+
), a5 = ({
|
5954
6012
|
className: i,
|
5955
6013
|
color: e = L.GREY_DARK_5,
|
5956
6014
|
height: t = 24,
|
5957
6015
|
width: s = 24,
|
5958
6016
|
onClick: o
|
5959
|
-
}) => /* @__PURE__ */
|
6017
|
+
}) => /* @__PURE__ */ C(
|
5960
6018
|
"svg",
|
5961
6019
|
{
|
5962
6020
|
onClick: o,
|
@@ -5988,13 +6046,13 @@ const Ft = ({
|
|
5988
6046
|
)
|
5989
6047
|
]
|
5990
6048
|
}
|
5991
|
-
),
|
6049
|
+
), h5 = ({
|
5992
6050
|
className: i,
|
5993
6051
|
color: e = L.GREY_DARK_5,
|
5994
6052
|
height: t = 24,
|
5995
6053
|
width: s = 24,
|
5996
6054
|
onClick: o
|
5997
|
-
}) => /* @__PURE__ */
|
6055
|
+
}) => /* @__PURE__ */ C(
|
5998
6056
|
"svg",
|
5999
6057
|
{
|
6000
6058
|
onClick: o,
|
@@ -6009,13 +6067,13 @@ const Ft = ({
|
|
6009
6067
|
/* @__PURE__ */ n("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
6010
6068
|
]
|
6011
6069
|
}
|
6012
|
-
),
|
6070
|
+
), c5 = ({
|
6013
6071
|
className: i,
|
6014
6072
|
color: e = L.GREY_DARK_5,
|
6015
6073
|
height: t = 24,
|
6016
6074
|
width: s = 24,
|
6017
6075
|
onClick: o
|
6018
|
-
}) => /* @__PURE__ */
|
6076
|
+
}) => /* @__PURE__ */ C(
|
6019
6077
|
"svg",
|
6020
6078
|
{
|
6021
6079
|
onClick: o,
|
@@ -6048,13 +6106,13 @@ const Ft = ({
|
|
6048
6106
|
)
|
6049
6107
|
]
|
6050
6108
|
}
|
6051
|
-
),
|
6109
|
+
), d5 = ({
|
6052
6110
|
className: i,
|
6053
6111
|
color: e = L.GREY_DARK_5,
|
6054
6112
|
height: t = 24,
|
6055
6113
|
width: s = 24,
|
6056
6114
|
onClick: o
|
6057
|
-
}) => /* @__PURE__ */
|
6115
|
+
}) => /* @__PURE__ */ C(
|
6058
6116
|
"svg",
|
6059
6117
|
{
|
6060
6118
|
onClick: o,
|
@@ -6087,13 +6145,13 @@ const Ft = ({
|
|
6087
6145
|
)
|
6088
6146
|
]
|
6089
6147
|
}
|
6090
|
-
),
|
6148
|
+
), g5 = ({
|
6091
6149
|
className: i,
|
6092
6150
|
color: e = L.GREY_DARK_5,
|
6093
6151
|
height: t = 24,
|
6094
6152
|
width: s = 24,
|
6095
6153
|
onClick: o
|
6096
|
-
}) => /* @__PURE__ */
|
6154
|
+
}) => /* @__PURE__ */ C(
|
6097
6155
|
"svg",
|
6098
6156
|
{
|
6099
6157
|
onClick: o,
|
@@ -6126,7 +6184,7 @@ const Ft = ({
|
|
6126
6184
|
)
|
6127
6185
|
]
|
6128
6186
|
}
|
6129
|
-
),
|
6187
|
+
), C5 = ({
|
6130
6188
|
className: i,
|
6131
6189
|
color: e = L.GREY_DARK_2,
|
6132
6190
|
height: t = 16,
|
@@ -6152,13 +6210,13 @@ const Ft = ({
|
|
6152
6210
|
}
|
6153
6211
|
)
|
6154
6212
|
}
|
6155
|
-
),
|
6213
|
+
), u5 = ({
|
6156
6214
|
className: i,
|
6157
6215
|
color: e = L.GREY_DARK_5,
|
6158
6216
|
height: t = 20,
|
6159
6217
|
width: s = 20,
|
6160
6218
|
onClick: o
|
6161
|
-
}) => /* @__PURE__ */
|
6219
|
+
}) => /* @__PURE__ */ C(
|
6162
6220
|
"svg",
|
6163
6221
|
{
|
6164
6222
|
onClick: o,
|
@@ -6181,13 +6239,13 @@ const Ft = ({
|
|
6181
6239
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6182
6240
|
]
|
6183
6241
|
}
|
6184
|
-
),
|
6242
|
+
), p5 = ({
|
6185
6243
|
className: i,
|
6186
6244
|
color: e = L.GREY_DARK_5,
|
6187
6245
|
height: t = 20,
|
6188
6246
|
width: s = 20,
|
6189
6247
|
onClick: o
|
6190
|
-
}) => /* @__PURE__ */
|
6248
|
+
}) => /* @__PURE__ */ C(
|
6191
6249
|
"svg",
|
6192
6250
|
{
|
6193
6251
|
onClick: o,
|
@@ -6210,13 +6268,13 @@ const Ft = ({
|
|
6210
6268
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6211
6269
|
]
|
6212
6270
|
}
|
6213
|
-
),
|
6271
|
+
), f5 = ({
|
6214
6272
|
className: i,
|
6215
6273
|
color: e = L.GREY_DARK_5,
|
6216
6274
|
height: t = 20,
|
6217
6275
|
width: s = 20,
|
6218
6276
|
onClick: o
|
6219
|
-
}) => /* @__PURE__ */
|
6277
|
+
}) => /* @__PURE__ */ C(
|
6220
6278
|
"svg",
|
6221
6279
|
{
|
6222
6280
|
onClick: o,
|
@@ -6239,13 +6297,13 @@ const Ft = ({
|
|
6239
6297
|
)
|
6240
6298
|
]
|
6241
6299
|
}
|
6242
|
-
),
|
6300
|
+
), w5 = ({
|
6243
6301
|
className: i,
|
6244
6302
|
color: e = L.GREY_DARK_5,
|
6245
6303
|
height: t = 20,
|
6246
6304
|
width: s = 20,
|
6247
6305
|
onClick: o
|
6248
|
-
}) => /* @__PURE__ */
|
6306
|
+
}) => /* @__PURE__ */ C(
|
6249
6307
|
"svg",
|
6250
6308
|
{
|
6251
6309
|
onClick: o,
|
@@ -6268,7 +6326,7 @@ const Ft = ({
|
|
6268
6326
|
)
|
6269
6327
|
]
|
6270
6328
|
}
|
6271
|
-
),
|
6329
|
+
), m5 = ({
|
6272
6330
|
className: i,
|
6273
6331
|
color: e = "#001E52",
|
6274
6332
|
height: t = 24,
|
@@ -6294,7 +6352,7 @@ const Ft = ({
|
|
6294
6352
|
}
|
6295
6353
|
)
|
6296
6354
|
}
|
6297
|
-
),
|
6355
|
+
), k5 = ({
|
6298
6356
|
className: i,
|
6299
6357
|
color: e = "#131314",
|
6300
6358
|
height: t = 20,
|
@@ -6322,7 +6380,7 @@ const Ft = ({
|
|
6322
6380
|
}
|
6323
6381
|
)
|
6324
6382
|
}
|
6325
|
-
),
|
6383
|
+
), L5 = ({
|
6326
6384
|
className: i,
|
6327
6385
|
color: e = "#001E52",
|
6328
6386
|
height: t = 24,
|
@@ -6339,7 +6397,7 @@ const Ft = ({
|
|
6339
6397
|
version: "1.1",
|
6340
6398
|
xmlns: "http://www.w3.org/2000/svg",
|
6341
6399
|
viewBox: "0 0 489.698 489.698",
|
6342
|
-
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */
|
6400
|
+
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */ C("g", { children: [
|
6343
6401
|
/* @__PURE__ */ n(
|
6344
6402
|
"path",
|
6345
6403
|
{
|
@@ -6360,324 +6418,382 @@ const Ft = ({
|
|
6360
6418
|
)
|
6361
6419
|
] }) })
|
6362
6420
|
}
|
6363
|
-
),
|
6421
|
+
), v5 = ({
|
6422
|
+
width: i = 20,
|
6423
|
+
height: e = 20,
|
6424
|
+
color: t = "#001E52",
|
6425
|
+
className: s,
|
6426
|
+
onClick: o
|
6427
|
+
}) => /* @__PURE__ */ n(
|
6428
|
+
"svg",
|
6429
|
+
{
|
6430
|
+
xmlns: "http://www.w3.org/2000/svg",
|
6431
|
+
width: i,
|
6432
|
+
height: e,
|
6433
|
+
className: s,
|
6434
|
+
onClick: o,
|
6435
|
+
viewBox: "0 0 20 20",
|
6436
|
+
fill: "none",
|
6437
|
+
children: /* @__PURE__ */ n(
|
6438
|
+
"path",
|
6439
|
+
{
|
6440
|
+
fillRule: "evenodd",
|
6441
|
+
clipRule: "evenodd",
|
6442
|
+
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
6443
|
+
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
6444
|
+
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
6445
|
+
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
6446
|
+
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
6447
|
+
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
6448
|
+
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
6449
|
+
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
6450
|
+
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
6451
|
+
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
6452
|
+
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
6453
|
+
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
6454
|
+
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
6455
|
+
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
6456
|
+
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
6457
|
+
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
6458
|
+
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
6459
|
+
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
6460
|
+
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
6461
|
+
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
6462
|
+
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
6463
|
+
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
6464
|
+
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
6465
|
+
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
6466
|
+
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
6467
|
+
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
6468
|
+
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
6469
|
+
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
6470
|
+
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
6471
|
+
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
6472
|
+
15 12.7083H10.8333Z`,
|
6473
|
+
fill: t
|
6474
|
+
}
|
6475
|
+
)
|
6476
|
+
}
|
6477
|
+
), N5 = ({
|
6364
6478
|
name: i,
|
6365
6479
|
width: e,
|
6366
6480
|
height: t,
|
6367
6481
|
color: s,
|
6368
6482
|
className: o,
|
6369
|
-
disabled:
|
6483
|
+
disabled: a = !1,
|
6370
6484
|
onClick: c
|
6371
6485
|
}) => {
|
6372
|
-
const [r, d] = S(o), { theme: g } = t1(K1),
|
6486
|
+
const [r, d] = S(o), { theme: g } = t1(K1), l = a ? g && g === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : s, h = a ? void 0 : c;
|
6373
6487
|
return A(() => {
|
6374
6488
|
if (o) {
|
6375
|
-
h && !
|
6489
|
+
h && !a && d(`${o} clickable`);
|
6376
6490
|
return;
|
6377
6491
|
}
|
6378
|
-
h && !
|
6379
|
-
}, [h, o,
|
6492
|
+
h && !a && d("clickable");
|
6493
|
+
}, [h, o, a]), /* @__PURE__ */ n(z, { children: (() => {
|
6380
6494
|
switch (i) {
|
6381
6495
|
case "nextIcon":
|
6382
|
-
return
|
6496
|
+
return Wt({ width: e, height: t, color: l, className: r, onClick: h });
|
6383
6497
|
case "prevIcon":
|
6384
|
-
return
|
6498
|
+
return jt({ width: e, height: t, color: l, className: r, onClick: h });
|
6385
6499
|
case "arrowUp":
|
6386
|
-
return
|
6500
|
+
return $2({ width: e, height: t, color: l, className: r, onClick: h });
|
6387
6501
|
case "arrowDown":
|
6388
|
-
return
|
6502
|
+
return Y2({ width: e, height: t, color: l, className: r, onClick: h });
|
6389
6503
|
case "info":
|
6390
|
-
return
|
6504
|
+
return U2({ width: e, height: t, color: l, className: r, onClick: h });
|
6391
6505
|
case "arrowRight":
|
6392
|
-
return
|
6506
|
+
return z2({ width: e, height: t, color: l, className: r, onClick: h });
|
6393
6507
|
case "calendar":
|
6394
|
-
return
|
6508
|
+
return J2({ width: e, height: t, color: l, className: r, onClick: h });
|
6395
6509
|
case "ok":
|
6396
|
-
return
|
6510
|
+
return Q2({ width: e, height: t, color: l, className: r, onClick: h });
|
6397
6511
|
case "cancel":
|
6398
|
-
return
|
6512
|
+
return q2({ width: e, height: t, color: l, className: r, onClick: h });
|
6399
6513
|
case "add":
|
6400
|
-
return
|
6514
|
+
return X2({ width: e, height: t, color: l, className: r, onClick: h });
|
6401
6515
|
case "list":
|
6402
|
-
return
|
6516
|
+
return et({ width: e, height: t, color: l, className: r, onClick: h });
|
6403
6517
|
case "dragAndDrop":
|
6404
|
-
return
|
6518
|
+
return tt({ width: e, height: t, color: l, className: r, onClick: h });
|
6405
6519
|
case "filter":
|
6406
|
-
return
|
6520
|
+
return it({ width: e, height: t, color: l, className: r, onClick: h });
|
6407
6521
|
case "attention":
|
6408
|
-
return
|
6522
|
+
return st({ width: e, height: t, color: l, className: r, onClick: h });
|
6409
6523
|
case "plus":
|
6410
|
-
return
|
6524
|
+
return ot({ width: e, height: t, color: l, className: r, onClick: h });
|
6411
6525
|
case "time":
|
6412
|
-
return
|
6526
|
+
return nt({ width: e, height: t, color: l, className: r, onClick: h });
|
6413
6527
|
case "arrowDownLong":
|
6414
|
-
return
|
6528
|
+
return rt({
|
6415
6529
|
width: e,
|
6416
6530
|
height: t,
|
6417
|
-
color:
|
6531
|
+
color: l,
|
6418
6532
|
className: r,
|
6419
6533
|
onClick: h
|
6420
6534
|
});
|
6421
6535
|
case "users":
|
6422
|
-
return
|
6536
|
+
return lt({ width: e, height: t, color: l, className: r, onClick: h });
|
6423
6537
|
case "mySkillsMatrix":
|
6424
|
-
return
|
6538
|
+
return at({
|
6425
6539
|
width: e,
|
6426
6540
|
height: t,
|
6427
|
-
color:
|
6541
|
+
color: l,
|
6428
6542
|
className: r,
|
6429
6543
|
onClick: h
|
6430
6544
|
});
|
6431
6545
|
case "skills":
|
6432
|
-
return
|
6546
|
+
return ht({ width: e, height: t, color: l, className: r, onClick: h });
|
6433
6547
|
case "skillsMatrices":
|
6434
|
-
return
|
6548
|
+
return ct({
|
6435
6549
|
width: e,
|
6436
6550
|
height: t,
|
6437
|
-
color:
|
6551
|
+
color: l,
|
6438
6552
|
className: r,
|
6439
6553
|
onClick: h
|
6440
6554
|
});
|
6441
6555
|
case "history":
|
6442
|
-
return
|
6556
|
+
return dt({ width: e, height: t, color: l, className: r, onClick: h });
|
6443
6557
|
case "logOut":
|
6444
|
-
return
|
6558
|
+
return gt({ width: e, height: t, color: l, className: r, onClick: h });
|
6445
6559
|
case "settings":
|
6446
|
-
return
|
6560
|
+
return Ct({ width: e, height: t, color: l, className: r, onClick: h });
|
6447
6561
|
case "addSkill":
|
6448
|
-
return
|
6562
|
+
return ut({ width: e, height: t, color: l, className: r, onClick: h });
|
6449
6563
|
case "conversation":
|
6450
|
-
return
|
6564
|
+
return pt({ width: e, height: t, color: l, className: r, onClick: h });
|
6451
6565
|
case "trash":
|
6452
|
-
return
|
6566
|
+
return ft({ width: e, height: t, color: l, className: r, onClick: h });
|
6453
6567
|
case "settings4":
|
6454
|
-
return
|
6568
|
+
return wt({ width: e, height: t, color: l, className: r, onClick: h });
|
6455
6569
|
case "edit2":
|
6456
|
-
return
|
6570
|
+
return mt({ width: e, height: t, color: l, className: r, onClick: h });
|
6457
6571
|
case "notifications":
|
6458
|
-
return
|
6572
|
+
return kt({
|
6459
6573
|
width: e,
|
6460
6574
|
height: t,
|
6461
|
-
color:
|
6575
|
+
color: l,
|
6462
6576
|
className: r,
|
6463
6577
|
onClick: h
|
6464
6578
|
});
|
6465
6579
|
case "success":
|
6466
|
-
return
|
6580
|
+
return Lt({ width: e, height: t, color: l, className: r, onClick: h });
|
6467
6581
|
case "attentionSmall":
|
6468
|
-
return
|
6582
|
+
return vt({
|
6469
6583
|
width: e,
|
6470
6584
|
height: t,
|
6471
|
-
color:
|
6585
|
+
color: l,
|
6472
6586
|
className: r,
|
6473
6587
|
onClick: h
|
6474
6588
|
});
|
6475
6589
|
case "errorSmall":
|
6476
|
-
return
|
6590
|
+
return Nt({ width: e, height: t, color: l, className: r, onClick: h });
|
6477
6591
|
case "infoMedium":
|
6478
|
-
return
|
6592
|
+
return xt({ width: e, height: t, color: l, className: r, onClick: h });
|
6479
6593
|
case "attentionMedium":
|
6480
|
-
return
|
6594
|
+
return Rt({
|
6481
6595
|
width: e,
|
6482
6596
|
height: t,
|
6483
|
-
color:
|
6597
|
+
color: l,
|
6484
6598
|
className: r,
|
6485
6599
|
onClick: h
|
6486
6600
|
});
|
6487
6601
|
case "errorMedium":
|
6488
|
-
return
|
6602
|
+
return Mt({ width: e, height: t, color: l, className: r, onClick: h });
|
6489
6603
|
case "faviconSkills":
|
6490
|
-
return
|
6604
|
+
return Vt({
|
6491
6605
|
width: e,
|
6492
6606
|
height: t,
|
6493
|
-
color:
|
6607
|
+
color: l,
|
6494
6608
|
className: r,
|
6495
6609
|
onClick: h
|
6496
6610
|
});
|
6497
6611
|
case "visibilityIcon":
|
6498
|
-
return
|
6612
|
+
return yt({
|
6499
6613
|
width: e,
|
6500
6614
|
height: t,
|
6501
|
-
color:
|
6615
|
+
color: l,
|
6502
6616
|
className: r,
|
6503
6617
|
onClick: h
|
6504
6618
|
});
|
6505
6619
|
case "visibilityOffIcon":
|
6506
|
-
return
|
6620
|
+
return bt({
|
6507
6621
|
width: e,
|
6508
6622
|
height: t,
|
6509
|
-
color:
|
6623
|
+
color: l,
|
6510
6624
|
className: r,
|
6511
6625
|
onClick: h
|
6512
6626
|
});
|
6513
6627
|
case "selectArrowIcon":
|
6514
|
-
return
|
6628
|
+
return Et({
|
6515
6629
|
width: e,
|
6516
6630
|
height: t,
|
6517
|
-
color:
|
6631
|
+
color: l,
|
6518
6632
|
className: r,
|
6519
6633
|
onClick: h
|
6520
6634
|
});
|
6521
6635
|
case "expandArrowIcon":
|
6522
|
-
return
|
6636
|
+
return Ht({
|
6523
6637
|
width: e,
|
6524
6638
|
height: t,
|
6525
|
-
color:
|
6639
|
+
color: l,
|
6526
6640
|
className: r,
|
6527
6641
|
onClick: h
|
6528
6642
|
});
|
6529
6643
|
case "expandActiveArrowIcon":
|
6530
|
-
return
|
6644
|
+
return _t({
|
6531
6645
|
width: e,
|
6532
6646
|
height: t,
|
6533
|
-
color:
|
6647
|
+
color: l,
|
6534
6648
|
className: r,
|
6535
6649
|
onClick: h
|
6536
6650
|
});
|
6537
6651
|
case "camera":
|
6538
|
-
return
|
6652
|
+
return It({ width: e, height: t, color: l, className: r, onClick: h });
|
6539
6653
|
case "sortUp":
|
6540
|
-
return
|
6654
|
+
return St({ width: e, height: t, color: l, className: r, onClick: h });
|
6541
6655
|
case "sortDown":
|
6542
|
-
return
|
6656
|
+
return Ot({ width: e, height: t, color: l, className: r, onClick: h });
|
6543
6657
|
case "logOut2":
|
6544
|
-
return
|
6658
|
+
return At({ width: e, height: t, color: l, className: r, onClick: h });
|
6545
6659
|
case "search":
|
6546
|
-
return
|
6660
|
+
return Bt({ width: e, height: t, color: l, className: r, onClick: h });
|
6547
6661
|
case "handRock":
|
6548
|
-
return
|
6662
|
+
return Zt({ width: e, height: t, color: l, className: r, onClick: h });
|
6549
6663
|
case "arrowUpFilled":
|
6550
|
-
return
|
6664
|
+
return Tt({ width: e, height: t, color: l, className: r, onClick: h });
|
6551
6665
|
case "arrowDownFilled":
|
6552
|
-
return
|
6666
|
+
return Dt({ width: e, height: t, color: l, className: r, onClick: h });
|
6553
6667
|
case "link":
|
6554
|
-
return
|
6668
|
+
return Gt({ width: e, height: t, color: l, className: r, onClick: h });
|
6555
6669
|
case "telegram":
|
6556
|
-
return
|
6670
|
+
return Pt({ width: e, height: t, color: l, className: r, onClick: h });
|
6557
6671
|
case "mail":
|
6558
|
-
return
|
6672
|
+
return $t({ width: e, height: t, color: l, className: r, onClick: h });
|
6559
6673
|
case "github":
|
6560
|
-
return
|
6674
|
+
return Kt({ width: e, height: t, color: l, className: r, onClick: h });
|
6561
6675
|
case "linkedIn":
|
6562
|
-
return
|
6676
|
+
return Ft({ width: e, height: t, color: l, className: r, onClick: h });
|
6563
6677
|
case "emptyStateIcon":
|
6564
|
-
return
|
6678
|
+
return Yt({ width: e, height: t, color: l, className: r, onClick: h });
|
6565
6679
|
case "filtersIcon":
|
6566
|
-
return
|
6680
|
+
return Ut({ width: e, height: t, color: l, className: r, onClick: h });
|
6567
6681
|
case "dotMenuIcon":
|
6568
|
-
return
|
6682
|
+
return zt({ width: e, height: t, color: l, className: r, onClick: h });
|
6569
6683
|
case "plusCircle":
|
6570
|
-
return
|
6684
|
+
return Jt({ width: e, height: t, color: l, className: r, onClick: h });
|
6571
6685
|
case "warning":
|
6572
|
-
return
|
6686
|
+
return Qt({ width: e, height: t, color: l, className: r, onClick: h });
|
6573
6687
|
case "back":
|
6574
|
-
return
|
6688
|
+
return qt({ width: e, height: t, color: l, className: r, onClick: h });
|
6575
6689
|
case "bell":
|
6576
|
-
return
|
6690
|
+
return Xt({ width: e, height: t, color: l, className: r, onClick: h });
|
6577
6691
|
case "contract":
|
6578
|
-
return
|
6692
|
+
return t5({ width: e, height: t, color: l, className: r, onClick: h });
|
6579
6693
|
case "trash2":
|
6580
|
-
return
|
6694
|
+
return e5({ width: e, height: t, color: l, className: r, onClick: h });
|
6581
6695
|
case "manager":
|
6582
|
-
return
|
6696
|
+
return i5({ width: e, height: t, color: l, className: r, onClick: h });
|
6583
6697
|
case "resourceManager":
|
6584
|
-
return
|
6698
|
+
return s5({ width: e, height: t, color: l, className: r, onClick: h });
|
6585
6699
|
case "settings2":
|
6586
|
-
return
|
6700
|
+
return o5({ width: e, height: t, color: l, className: r, onClick: h });
|
6587
6701
|
case "image":
|
6588
|
-
return
|
6702
|
+
return n5({ width: e, height: t, color: l, className: r, onClick: h });
|
6589
6703
|
case "upload":
|
6590
|
-
return
|
6704
|
+
return r5({ width: e, height: t, color: l, className: r, onClick: h });
|
6591
6705
|
case "edit":
|
6592
|
-
return
|
6706
|
+
return l5({ width: e, height: t, color: l, className: r, onClick: h });
|
6593
6707
|
case "location":
|
6594
|
-
return
|
6708
|
+
return a5({ width: e, height: t, color: l, className: r, onClick: h });
|
6595
6709
|
case "plus2":
|
6596
|
-
return
|
6710
|
+
return h5({ width: e, height: t, color: l, className: r, onClick: h });
|
6597
6711
|
case "search2":
|
6598
|
-
return
|
6712
|
+
return c5({ width: e, height: t, color: l, className: r, onClick: h });
|
6599
6713
|
case "fastArrowLeft":
|
6600
|
-
return
|
6714
|
+
return d5({ width: e, height: t, color: l, className: r, onClick: h });
|
6601
6715
|
case "fastArrowRight":
|
6602
|
-
return
|
6716
|
+
return g5({ width: e, height: t, color: l, className: r, onClick: h });
|
6603
6717
|
case "crossInCircle":
|
6604
|
-
return
|
6718
|
+
return C5({ width: e, height: t, color: l, className: r, onClick: h });
|
6605
6719
|
case "arrowUp2":
|
6606
|
-
return
|
6720
|
+
return p5({ width: e, height: t, color: l, className: r, onClick: h });
|
6607
6721
|
case "arrowDown2":
|
6608
|
-
return
|
6722
|
+
return u5({ width: e, height: t, color: l, className: r, onClick: h });
|
6609
6723
|
case "filledArrowLeft":
|
6610
|
-
return
|
6724
|
+
return f5({ width: e, height: t, color: l, className: r, onClick: h });
|
6611
6725
|
case "filledArrowRight":
|
6612
|
-
return
|
6726
|
+
return w5({ width: e, height: t, color: l, className: r, onClick: h });
|
6613
6727
|
case "burgerMenu":
|
6614
|
-
return
|
6728
|
+
return m5({ width: e, height: t, color: l, className: r, onClick: h });
|
6615
6729
|
case "signOut":
|
6616
|
-
return
|
6730
|
+
return k5({ width: e, height: t, color: l, className: r, onClick: h });
|
6617
6731
|
case "refresh":
|
6618
|
-
return
|
6732
|
+
return L5({ width: e, height: t, color: l, className: r, onClick: h });
|
6733
|
+
case "projects":
|
6734
|
+
return v5({ width: e, height: t, color: l, className: r, onClick: h });
|
6619
6735
|
default:
|
6620
6736
|
return /* @__PURE__ */ n(z, { children: "No Icon provided" });
|
6621
6737
|
}
|
6622
6738
|
})() });
|
6623
6739
|
};
|
6624
6740
|
var P1 = /* @__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))(P1 || {});
|
6625
|
-
const
|
6741
|
+
const x5 = e1({
|
6626
6742
|
locale: "en",
|
6627
6743
|
theme: "light"
|
6628
6744
|
});
|
6629
|
-
|
6745
|
+
x5.Provider;
|
6630
6746
|
const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o = !0 }) => {
|
6631
|
-
const
|
6747
|
+
const a = t === "small" ? 10 : 12.5;
|
6632
6748
|
return /* @__PURE__ */ n(
|
6633
6749
|
D1,
|
6634
6750
|
{
|
6635
6751
|
className: `snmt-tag ${t}`,
|
6636
6752
|
closeIcon: /* @__PURE__ */ n(
|
6637
|
-
|
6753
|
+
N5,
|
6638
6754
|
{
|
6639
6755
|
name: "errorSmall",
|
6640
6756
|
color: P1.GREY_DARK_2,
|
6641
|
-
width:
|
6642
|
-
height:
|
6757
|
+
width: a,
|
6758
|
+
height: a,
|
6643
6759
|
onClick: s
|
6644
6760
|
}
|
6645
6761
|
),
|
6646
6762
|
bordered: !1,
|
6647
6763
|
style: { width: e ?? "fit-content" },
|
6648
6764
|
closable: o,
|
6649
|
-
children: typeof i == "string" ? /* @__PURE__ */ n(
|
6765
|
+
children: typeof i == "string" ? /* @__PURE__ */ n(F2, { variant: t === "small" ? "body4" : "body2", children: i }) : i
|
6650
6766
|
}
|
6651
6767
|
);
|
6652
|
-
}, { Title:
|
6768
|
+
}, { Title: R5, Text: M5 } = j1, y5 = {
|
6653
6769
|
h1: 1,
|
6654
6770
|
h2: 2,
|
6655
6771
|
h3: 3,
|
6656
6772
|
h4: 4
|
6657
|
-
}, $1 =
|
6773
|
+
}, $1 = C1(
|
6658
6774
|
({
|
6659
6775
|
align: i = "inherit",
|
6660
6776
|
variant: e = "body1",
|
6661
6777
|
color: t,
|
6662
6778
|
children: s,
|
6663
6779
|
onClick: o,
|
6664
|
-
collapsed:
|
6780
|
+
collapsed: a,
|
6665
6781
|
whiteSpace: c = "normal"
|
6666
6782
|
}, r) => {
|
6667
6783
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
6668
6784
|
let g = `snmt-typography snmt-typography-${e}`;
|
6669
|
-
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`),
|
6670
|
-
|
6785
|
+
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), a && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
6786
|
+
R5,
|
6671
6787
|
{
|
6672
6788
|
className: g,
|
6673
6789
|
style: { color: t, whiteSpace: c },
|
6674
6790
|
onClick: o,
|
6675
|
-
level:
|
6791
|
+
level: y5[e],
|
6676
6792
|
ref: r,
|
6677
6793
|
children: s
|
6678
6794
|
}
|
6679
6795
|
) : /* @__PURE__ */ n(
|
6680
|
-
|
6796
|
+
M5,
|
6681
6797
|
{
|
6682
6798
|
className: g,
|
6683
6799
|
style: { color: t, whiteSpace: c },
|
@@ -6687,13 +6803,13 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6687
6803
|
}
|
6688
6804
|
);
|
6689
6805
|
}
|
6690
|
-
),
|
6806
|
+
), b5 = ({
|
6691
6807
|
children: i,
|
6692
6808
|
content: e,
|
6693
6809
|
isOpen: t,
|
6694
6810
|
setIsOpen: s,
|
6695
6811
|
placement: o = "topRight",
|
6696
|
-
noPadding:
|
6812
|
+
noPadding: a = !1
|
6697
6813
|
}) => {
|
6698
6814
|
const [c, r] = S(!1);
|
6699
6815
|
return /* @__PURE__ */ n(
|
@@ -6703,7 +6819,7 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6703
6819
|
arrow: !1,
|
6704
6820
|
placement: o,
|
6705
6821
|
trigger: "click",
|
6706
|
-
overlayClassName: `snmt-popover ${
|
6822
|
+
overlayClassName: `snmt-popover ${a ? "" : "padding"}`,
|
6707
6823
|
open: t ?? c,
|
6708
6824
|
onOpenChange: (d) => {
|
6709
6825
|
r(d), s == null || s(d);
|
@@ -6711,46 +6827,46 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6711
6827
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: i })
|
6712
6828
|
}
|
6713
6829
|
);
|
6714
|
-
},
|
6830
|
+
}, E5 = ({
|
6715
6831
|
values: i,
|
6716
6832
|
onTagClose: e,
|
6717
6833
|
maxWidth: t,
|
6718
6834
|
disabled: s,
|
6719
6835
|
options: o,
|
6720
|
-
extraOptions:
|
6836
|
+
extraOptions: a
|
6721
6837
|
}) => {
|
6722
6838
|
const [c, r] = S(!1);
|
6723
6839
|
A(() => {
|
6724
6840
|
i.length || r(!1);
|
6725
6841
|
}, [i]);
|
6726
|
-
const d = (
|
6727
|
-
|
6842
|
+
const d = (l) => {
|
6843
|
+
l.preventDefault(), l.stopPropagation();
|
6728
6844
|
};
|
6729
6845
|
if (!i.length)
|
6730
6846
|
return null;
|
6731
|
-
const g = (
|
6732
|
-
var h,
|
6733
|
-
return ((h = o == null ? void 0 : o.find((w) => w.value ===
|
6847
|
+
const g = (l) => {
|
6848
|
+
var h, u;
|
6849
|
+
return ((h = o == null ? void 0 : o.find((w) => w.value === l)) == null ? void 0 : h.label) || ((u = a == null ? void 0 : a.find((w) => w.value === l)) == null ? void 0 : u.label) || l;
|
6734
6850
|
};
|
6735
6851
|
return /* @__PURE__ */ n("div", { onMouseDown: d, className: "wrapper", children: /* @__PURE__ */ n(
|
6736
|
-
|
6852
|
+
b5,
|
6737
6853
|
{
|
6738
6854
|
content: (
|
6739
6855
|
// 90: paddings + margins + gaps and so on
|
6740
|
-
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, children: /* @__PURE__ */ n(a1, { gap: 6, flexWrap: "wrap", children: i.map(({ value:
|
6856
|
+
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, children: /* @__PURE__ */ n(a1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: l }) => /* @__PURE__ */ n(
|
6741
6857
|
F1,
|
6742
6858
|
{
|
6743
|
-
onClose: () => e(
|
6859
|
+
onClose: () => e(l),
|
6744
6860
|
closable: !s,
|
6745
|
-
children: g(
|
6861
|
+
children: g(l)
|
6746
6862
|
},
|
6747
|
-
|
6863
|
+
l
|
6748
6864
|
)) }) })
|
6749
6865
|
),
|
6750
6866
|
placement: "bottomRight",
|
6751
6867
|
isOpen: c,
|
6752
6868
|
setIsOpen: r,
|
6753
|
-
children: /* @__PURE__ */ n(D1, { className: `overflow-button ${c ? "open" : ""}`, bordered: !1, children: /* @__PURE__ */
|
6869
|
+
children: /* @__PURE__ */ n(D1, { className: `overflow-button ${c ? "open" : ""}`, bordered: !1, children: /* @__PURE__ */ C($1, { variant: "body4", color: c ? U.BLUE_PRIMARY : void 0, children: [
|
6754
6870
|
i.length,
|
6755
6871
|
" more"
|
6756
6872
|
] }) })
|
@@ -6764,21 +6880,21 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6764
6880
|
backgroundSize: "20% calc(200% + 20px)"
|
6765
6881
|
};
|
6766
6882
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: s });
|
6767
|
-
},
|
6883
|
+
}, H5 = C1(
|
6768
6884
|
({
|
6769
6885
|
value: i,
|
6770
6886
|
onChange: e,
|
6771
6887
|
placeholder: t,
|
6772
6888
|
mode: s,
|
6773
6889
|
search: o = !1,
|
6774
|
-
options:
|
6890
|
+
options: a,
|
6775
6891
|
width: c,
|
6776
6892
|
disabled: r = !1,
|
6777
6893
|
required: d = !1,
|
6778
6894
|
scrollThresholdValue: g = 50,
|
6779
|
-
onSearchChange:
|
6895
|
+
onSearchChange: l,
|
6780
6896
|
onDropdownVisibleChange: h,
|
6781
|
-
onScrollToEnd:
|
6897
|
+
onScrollToEnd: u,
|
6782
6898
|
onPopupScroll: p,
|
6783
6899
|
id: w,
|
6784
6900
|
extraOptions: v,
|
@@ -6793,39 +6909,39 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6793
6909
|
}, [i]);
|
6794
6910
|
const T = (f) => {
|
6795
6911
|
b(f), h && h(f);
|
6796
|
-
}, G = (f,
|
6912
|
+
}, G = (f, H) => {
|
6797
6913
|
var O;
|
6798
|
-
return !!((O =
|
6914
|
+
return !!((O = H == null ? void 0 : H.label) != null && O.toString().toLowerCase().includes(f.toLowerCase()));
|
6799
6915
|
}, F = () => {
|
6800
6916
|
D(!0);
|
6801
6917
|
}, n1 = () => {
|
6802
6918
|
D(!1);
|
6803
|
-
},
|
6919
|
+
}, _ = j(
|
6804
6920
|
(f) => {
|
6805
6921
|
if (s1(f), s) {
|
6806
6922
|
const O = f;
|
6807
6923
|
e == null || e(O);
|
6808
6924
|
return;
|
6809
6925
|
}
|
6810
|
-
const
|
6811
|
-
e == null || e(
|
6926
|
+
const H = f;
|
6927
|
+
e == null || e(H);
|
6812
6928
|
},
|
6813
6929
|
[s, e]
|
6814
|
-
),
|
6930
|
+
), W = j(() => {
|
6815
6931
|
if (!M) {
|
6816
6932
|
if (s) {
|
6817
|
-
|
6933
|
+
_([]);
|
6818
6934
|
return;
|
6819
6935
|
}
|
6820
|
-
|
6936
|
+
_("");
|
6821
6937
|
}
|
6822
|
-
}, [
|
6938
|
+
}, [_, s, M]), B = j(
|
6823
6939
|
(f) => {
|
6824
|
-
const
|
6825
|
-
H
|
6940
|
+
const H = V.filter((O) => O !== f);
|
6941
|
+
_(H), s1(H);
|
6826
6942
|
},
|
6827
|
-
[
|
6828
|
-
), J =
|
6943
|
+
[_, V]
|
6944
|
+
), J = j(
|
6829
6945
|
(f) => (V == null ? void 0 : V.indexOf(f)) === 0 ? (
|
6830
6946
|
// if the search input is empty
|
6831
6947
|
// then display the placeholder, else do not display it
|
@@ -6835,37 +6951,37 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6835
6951
|
), q1 = (f) => {
|
6836
6952
|
f.preventDefault(), f.stopPropagation();
|
6837
6953
|
}, X1 = async (f) => {
|
6838
|
-
const { target:
|
6839
|
-
|
6840
|
-
}, p1 =
|
6954
|
+
const { target: H } = f;
|
6955
|
+
H.scrollTop + H.offsetHeight >= H.scrollHeight - g && (u == null || u(!0)), p && await p(f);
|
6956
|
+
}, p1 = j(
|
6841
6957
|
(f) => {
|
6842
|
-
var
|
6843
|
-
return ((
|
6958
|
+
var H, O;
|
6959
|
+
return ((H = a.find((f1) => f1.value === f)) == null ? void 0 : H.label) || ((O = v == null ? void 0 : v.find(
|
6844
6960
|
(f1) => f1.value === f
|
6845
6961
|
)) == null ? void 0 : O.label) || f;
|
6846
6962
|
},
|
6847
|
-
[v,
|
6848
|
-
), ee =
|
6963
|
+
[v, a]
|
6964
|
+
), ee = j(
|
6849
6965
|
(f) => {
|
6850
|
-
var
|
6966
|
+
var H;
|
6851
6967
|
return /* @__PURE__ */ n(
|
6852
|
-
|
6968
|
+
E5,
|
6853
6969
|
{
|
6854
6970
|
values: f,
|
6855
6971
|
onTagClose: B,
|
6856
|
-
maxWidth: ((
|
6972
|
+
maxWidth: ((H = o1.current) == null ? void 0 : H.clientWidth) || 0,
|
6857
6973
|
disabled: r || M,
|
6858
|
-
options:
|
6974
|
+
options: a,
|
6859
6975
|
extraOptions: v
|
6860
6976
|
}
|
6861
6977
|
);
|
6862
6978
|
},
|
6863
|
-
[r, v, B,
|
6864
|
-
), te =
|
6865
|
-
({ label: f, value:
|
6979
|
+
[r, v, B, a, M]
|
6980
|
+
), te = j(
|
6981
|
+
({ label: f, value: H, mode: O }) => O === "filter" ? J(H) : /* @__PURE__ */ n("div", { onMouseDown: q1, className: "tag-wrapper", children: /* @__PURE__ */ n(F1, { onClose: () => B(H), closable: !r, children: /* @__PURE__ */ n($1, { variant: "body4", children: typeof f == "object" ? f : p1(H) }) }) }),
|
6866
6982
|
[r, p1, B, J]
|
6867
6983
|
);
|
6868
|
-
return /* @__PURE__ */
|
6984
|
+
return /* @__PURE__ */ C(
|
6869
6985
|
"div",
|
6870
6986
|
{
|
6871
6987
|
className: `snmt-select ${y ? "snmt-select-focused" : ""}
|
@@ -6888,11 +7004,11 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6888
7004
|
value: V || void 0,
|
6889
7005
|
labelRender: (f) => p1(f.value),
|
6890
7006
|
mode: s === "filter" ? "multiple" : s,
|
6891
|
-
onChange:
|
7007
|
+
onChange: _,
|
6892
7008
|
onFocus: F,
|
6893
7009
|
onBlur: n1,
|
6894
7010
|
onSearch: (f) => {
|
6895
|
-
P(!f),
|
7011
|
+
P(!f), l && l(f);
|
6896
7012
|
},
|
6897
7013
|
onSelect: () => P(!0),
|
6898
7014
|
onDeselect: () => P(!0),
|
@@ -6901,8 +7017,8 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6901
7017
|
maxTagPlaceholder: ee,
|
6902
7018
|
onPopupScroll: X1,
|
6903
7019
|
prefix: R && /* @__PURE__ */ n(R1, { size: 15 }),
|
6904
|
-
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */
|
6905
|
-
s && V && !!V.length && /* @__PURE__ */ n("div", { onClick:
|
7020
|
+
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(z, { children: [
|
7021
|
+
s && V && !!V.length && /* @__PURE__ */ n("div", { onClick: W, children: /* @__PURE__ */ n(r1, { name: "cancel" }) }),
|
6906
7022
|
/* @__PURE__ */ n(
|
6907
7023
|
r1,
|
6908
7024
|
{
|
@@ -6914,16 +7030,16 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6914
7030
|
)
|
6915
7031
|
] }) }),
|
6916
7032
|
removeIcon: /* @__PURE__ */ n(r1, { name: "errorSmall", color: U.GREY_DARK_2 }),
|
6917
|
-
options:
|
6918
|
-
optionRender: (f) => E ? E(f.data) : /* @__PURE__ */
|
6919
|
-
/* @__PURE__ */
|
7033
|
+
options: a,
|
7034
|
+
optionRender: (f) => E ? E(f.data) : /* @__PURE__ */ C(a1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
7035
|
+
/* @__PURE__ */ C(a1, { alignItems: "center", gap: 12, children: [
|
6920
7036
|
s && /* @__PURE__ */ n(
|
6921
7037
|
de,
|
6922
7038
|
{
|
6923
7039
|
checked: !!(V != null && V.includes(f.value))
|
6924
7040
|
}
|
6925
7041
|
),
|
6926
|
-
/* @__PURE__ */
|
7042
|
+
/* @__PURE__ */ C(a1, { alignItems: "center", gap: 8, children: [
|
6927
7043
|
f.data.image && /* @__PURE__ */ n(ce, { src: f.data.image, size: 20 }),
|
6928
7044
|
/* @__PURE__ */ n("span", { children: f.label })
|
6929
7045
|
] })
|
@@ -6965,7 +7081,7 @@ const F1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6965
7081
|
}
|
6966
7082
|
);
|
6967
7083
|
}
|
6968
|
-
),
|
7084
|
+
), _5 = {
|
6969
7085
|
type: "logger",
|
6970
7086
|
log(i) {
|
6971
7087
|
this.output("log", i);
|
@@ -6987,7 +7103,7 @@ class h1 {
|
|
6987
7103
|
}
|
6988
7104
|
init(e) {
|
6989
7105
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
6990
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
7106
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || _5, this.options = t, this.debug = t.debug;
|
6991
7107
|
}
|
6992
7108
|
log() {
|
6993
7109
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
@@ -7022,8 +7138,8 @@ class h1 {
|
|
7022
7138
|
return e = e || this.options, e.prefix = e.prefix || this.prefix, new h1(this.logger, e);
|
7023
7139
|
}
|
7024
7140
|
}
|
7025
|
-
var
|
7026
|
-
class
|
7141
|
+
var Z = new h1();
|
7142
|
+
class u1 {
|
7027
7143
|
constructor() {
|
7028
7144
|
this.observers = {};
|
7029
7145
|
}
|
@@ -7063,17 +7179,17 @@ const Q = () => {
|
|
7063
7179
|
i = s, e = o;
|
7064
7180
|
});
|
7065
7181
|
return t.resolve = i, t.reject = e, t;
|
7066
|
-
}, M1 = (i) => i == null ? "" : "" + i,
|
7182
|
+
}, M1 = (i) => i == null ? "" : "" + i, V5 = (i, e, t) => {
|
7067
7183
|
i.forEach((s) => {
|
7068
7184
|
e[s] && (t[s] = e[s]);
|
7069
7185
|
});
|
7070
|
-
},
|
7186
|
+
}, I5 = /###/g, y1 = (i) => i && i.indexOf("###") > -1 ? i.replace(I5, ".") : i, b1 = (i) => !i || typeof i == "string", q = (i, e, t) => {
|
7071
7187
|
const s = typeof e != "string" ? e : e.split(".");
|
7072
7188
|
let o = 0;
|
7073
7189
|
for (; o < s.length - 1; ) {
|
7074
7190
|
if (b1(i)) return {};
|
7075
|
-
const
|
7076
|
-
!i[
|
7191
|
+
const a = y1(s[o]);
|
7192
|
+
!i[a] && t && (i[a] = new t()), Object.prototype.hasOwnProperty.call(i, a) ? i = i[a] : i = {}, ++o;
|
7077
7193
|
}
|
7078
7194
|
return b1(i) ? {} : {
|
7079
7195
|
obj: i,
|
@@ -7088,16 +7204,16 @@ const Q = () => {
|
|
7088
7204
|
s[o] = t;
|
7089
7205
|
return;
|
7090
7206
|
}
|
7091
|
-
let
|
7207
|
+
let a = e[e.length - 1], c = e.slice(0, e.length - 1), r = q(i, c, Object);
|
7092
7208
|
for (; r.obj === void 0 && c.length; )
|
7093
|
-
|
7094
|
-
r.obj[`${r.k}.${
|
7095
|
-
},
|
7209
|
+
a = `${c[c.length - 1]}.${a}`, c = c.slice(0, c.length - 1), r = q(i, c, Object), r && r.obj && typeof r.obj[`${r.k}.${a}`] < "u" && (r.obj = void 0);
|
7210
|
+
r.obj[`${r.k}.${a}`] = t;
|
7211
|
+
}, S5 = (i, e, t, s) => {
|
7096
7212
|
const {
|
7097
7213
|
obj: o,
|
7098
|
-
k:
|
7214
|
+
k: a
|
7099
7215
|
} = q(i, e, Object);
|
7100
|
-
o[
|
7216
|
+
o[a] = o[a] || [], o[a].push(t);
|
7101
7217
|
}, c1 = (i, e) => {
|
7102
7218
|
const {
|
7103
7219
|
obj: t,
|
@@ -7105,7 +7221,7 @@ const Q = () => {
|
|
7105
7221
|
} = q(i, e);
|
7106
7222
|
if (t)
|
7107
7223
|
return t[s];
|
7108
|
-
},
|
7224
|
+
}, O5 = (i, e, t) => {
|
7109
7225
|
const s = c1(i, t);
|
7110
7226
|
return s !== void 0 ? s : c1(e, t);
|
7111
7227
|
}, Y1 = (i, e, t) => {
|
@@ -7113,7 +7229,7 @@ const Q = () => {
|
|
7113
7229
|
s !== "__proto__" && s !== "constructor" && (s in i ? typeof i[s] == "string" || i[s] instanceof String || typeof e[s] == "string" || e[s] instanceof String ? t && (i[s] = e[s]) : Y1(i[s], e[s], t) : i[s] = e[s]);
|
7114
7230
|
return i;
|
7115
7231
|
}, $ = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
7116
|
-
var
|
7232
|
+
var A5 = {
|
7117
7233
|
"&": "&",
|
7118
7234
|
"<": "<",
|
7119
7235
|
">": ">",
|
@@ -7121,8 +7237,8 @@ var Si = {
|
|
7121
7237
|
"'": "'",
|
7122
7238
|
"/": "/"
|
7123
7239
|
};
|
7124
|
-
const
|
7125
|
-
class
|
7240
|
+
const B5 = (i) => typeof i == "string" ? i.replace(/[&<>"'\/]/g, (e) => A5[e]) : i;
|
7241
|
+
class Z5 {
|
7126
7242
|
constructor(e) {
|
7127
7243
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
7128
7244
|
}
|
@@ -7134,39 +7250,39 @@ class Ai {
|
|
7134
7250
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
7135
7251
|
}
|
7136
7252
|
}
|
7137
|
-
const
|
7253
|
+
const W5 = [" ", ",", "?", "!", ";"], j5 = new Z5(20), D5 = (i, e, t) => {
|
7138
7254
|
e = e || "", t = t || "";
|
7139
|
-
const s =
|
7255
|
+
const s = W5.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
7140
7256
|
if (s.length === 0) return !0;
|
7141
|
-
const o =
|
7142
|
-
let
|
7143
|
-
if (!
|
7257
|
+
const o = j5.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
7258
|
+
let a = !o.test(i);
|
7259
|
+
if (!a) {
|
7144
7260
|
const c = i.indexOf(t);
|
7145
|
-
c > 0 && !o.test(i.substring(0, c)) && (
|
7261
|
+
c > 0 && !o.test(i.substring(0, c)) && (a = !0);
|
7146
7262
|
}
|
7147
|
-
return
|
7263
|
+
return a;
|
7148
7264
|
}, k1 = function(i, e) {
|
7149
7265
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ".";
|
7150
7266
|
if (!i) return;
|
7151
7267
|
if (i[e]) return i[e];
|
7152
7268
|
const s = e.split(t);
|
7153
7269
|
let o = i;
|
7154
|
-
for (let
|
7270
|
+
for (let a = 0; a < s.length; ) {
|
7155
7271
|
if (!o || typeof o != "object")
|
7156
7272
|
return;
|
7157
7273
|
let c, r = "";
|
7158
|
-
for (let d =
|
7159
|
-
if (d !==
|
7274
|
+
for (let d = a; d < s.length; ++d)
|
7275
|
+
if (d !== a && (r += t), r += s[d], c = o[r], c !== void 0) {
|
7160
7276
|
if (["string", "number", "boolean"].indexOf(typeof c) > -1 && d < s.length - 1)
|
7161
7277
|
continue;
|
7162
|
-
|
7278
|
+
a += d - a + 1;
|
7163
7279
|
break;
|
7164
7280
|
}
|
7165
7281
|
o = c;
|
7166
7282
|
}
|
7167
7283
|
return o;
|
7168
7284
|
}, d1 = (i) => i && i.indexOf("_") > 0 ? i.replace("_", "-") : i;
|
7169
|
-
class
|
7285
|
+
class H1 extends u1 {
|
7170
7286
|
constructor(e) {
|
7171
7287
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
7172
7288
|
ns: ["translation"],
|
@@ -7183,38 +7299,38 @@ class _1 extends C1 {
|
|
7183
7299
|
}
|
7184
7300
|
getResource(e, t, s) {
|
7185
7301
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
7186
|
-
const
|
7302
|
+
const a = o.keySeparator !== void 0 ? o.keySeparator : this.options.keySeparator, c = o.ignoreJSONStructure !== void 0 ? o.ignoreJSONStructure : this.options.ignoreJSONStructure;
|
7187
7303
|
let r;
|
7188
|
-
e.indexOf(".") > -1 ? r = e.split(".") : (r = [e, t], s && (Array.isArray(s) ? r.push(...s) : typeof s == "string" &&
|
7304
|
+
e.indexOf(".") > -1 ? r = e.split(".") : (r = [e, t], s && (Array.isArray(s) ? r.push(...s) : typeof s == "string" && a ? r.push(...s.split(a)) : r.push(s)));
|
7189
7305
|
const d = c1(this.data, r);
|
7190
|
-
return !d && !t && !s && e.indexOf(".") > -1 && (e = r[0], t = r[1], s = r.slice(2).join(".")), d || !c || typeof s != "string" ? d : k1(this.data && this.data[e] && this.data[e][t], s,
|
7306
|
+
return !d && !t && !s && e.indexOf(".") > -1 && (e = r[0], t = r[1], s = r.slice(2).join(".")), d || !c || typeof s != "string" ? d : k1(this.data && this.data[e] && this.data[e][t], s, a);
|
7191
7307
|
}
|
7192
7308
|
addResource(e, t, s, o) {
|
7193
|
-
let
|
7309
|
+
let a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
|
7194
7310
|
silent: !1
|
7195
7311
|
};
|
7196
|
-
const c =
|
7312
|
+
const c = a.keySeparator !== void 0 ? a.keySeparator : this.options.keySeparator;
|
7197
7313
|
let r = [e, t];
|
7198
|
-
s && (r = r.concat(c ? s.split(c) : s)), e.indexOf(".") > -1 && (r = e.split("."), o = t, t = r[1]), this.addNamespaces(t), E1(this.data, r, o),
|
7314
|
+
s && (r = r.concat(c ? s.split(c) : s)), e.indexOf(".") > -1 && (r = e.split("."), o = t, t = r[1]), this.addNamespaces(t), E1(this.data, r, o), a.silent || this.emit("added", e, t, s, o);
|
7199
7315
|
}
|
7200
7316
|
addResources(e, t, s) {
|
7201
7317
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
|
7202
7318
|
silent: !1
|
7203
7319
|
};
|
7204
|
-
for (const
|
7205
|
-
(typeof s[
|
7320
|
+
for (const a in s)
|
7321
|
+
(typeof s[a] == "string" || Array.isArray(s[a])) && this.addResource(e, t, a, s[a], {
|
7206
7322
|
silent: !0
|
7207
7323
|
});
|
7208
7324
|
o.silent || this.emit("added", e, t, s);
|
7209
7325
|
}
|
7210
|
-
addResourceBundle(e, t, s, o,
|
7326
|
+
addResourceBundle(e, t, s, o, a) {
|
7211
7327
|
let c = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : {
|
7212
7328
|
silent: !1,
|
7213
7329
|
skipCopy: !1
|
7214
7330
|
}, r = [e, t];
|
7215
7331
|
e.indexOf(".") > -1 && (r = e.split("."), o = s, s = t, t = r[1]), this.addNamespaces(t);
|
7216
7332
|
let d = c1(this.data, r) || {};
|
7217
|
-
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), o ? Y1(d, s,
|
7333
|
+
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), o ? Y1(d, s, a) : d = {
|
7218
7334
|
...d,
|
7219
7335
|
...s
|
7220
7336
|
}, E1(this.data, r, d), c.silent || this.emit("added", e, t, s);
|
@@ -7247,16 +7363,16 @@ var U1 = {
|
|
7247
7363
|
this.processors[i.name] = i;
|
7248
7364
|
},
|
7249
7365
|
handle(i, e, t, s, o) {
|
7250
|
-
return i.forEach((
|
7251
|
-
this.processors[
|
7366
|
+
return i.forEach((a) => {
|
7367
|
+
this.processors[a] && (e = this.processors[a].process(e, t, s, o));
|
7252
7368
|
}), e;
|
7253
7369
|
}
|
7254
7370
|
};
|
7255
|
-
const
|
7256
|
-
class g1 extends
|
7371
|
+
const _1 = {};
|
7372
|
+
class g1 extends u1 {
|
7257
7373
|
constructor(e) {
|
7258
7374
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7259
|
-
super(),
|
7375
|
+
super(), V5(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Z.create("translator");
|
7260
7376
|
}
|
7261
7377
|
changeLanguage(e) {
|
7262
7378
|
e && (this.language = e);
|
@@ -7274,21 +7390,21 @@ class g1 extends C1 {
|
|
7274
7390
|
let s = t.nsSeparator !== void 0 ? t.nsSeparator : this.options.nsSeparator;
|
7275
7391
|
s === void 0 && (s = ":");
|
7276
7392
|
const o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
7277
|
-
let
|
7278
|
-
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
7393
|
+
let a = t.ns || this.options.defaultNS || [];
|
7394
|
+
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !D5(e, s, o);
|
7279
7395
|
if (c && !r) {
|
7280
7396
|
const d = e.match(this.interpolator.nestingRegexp);
|
7281
7397
|
if (d && d.length > 0)
|
7282
7398
|
return {
|
7283
7399
|
key: e,
|
7284
|
-
namespaces:
|
7400
|
+
namespaces: a
|
7285
7401
|
};
|
7286
7402
|
const g = e.split(s);
|
7287
|
-
(s !== o || s === o && this.options.ns.indexOf(g[0]) > -1) && (
|
7403
|
+
(s !== o || s === o && this.options.ns.indexOf(g[0]) > -1) && (a = g.shift()), e = g.join(o);
|
7288
7404
|
}
|
7289
|
-
return typeof
|
7405
|
+
return typeof a == "string" && (a = [a]), {
|
7290
7406
|
key: e,
|
7291
|
-
namespaces:
|
7407
|
+
namespaces: a
|
7292
7408
|
};
|
7293
7409
|
}
|
7294
7410
|
translate(e, t, s) {
|
@@ -7296,12 +7412,12 @@ class g1 extends C1 {
|
|
7296
7412
|
...t
|
7297
7413
|
}), t || (t = {}), e == null) return "";
|
7298
7414
|
Array.isArray(e) || (e = [String(e)]);
|
7299
|
-
const o = t.returnDetails !== void 0 ? t.returnDetails : this.options.returnDetails,
|
7415
|
+
const o = t.returnDetails !== void 0 ? t.returnDetails : this.options.returnDetails, a = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator, {
|
7300
7416
|
key: c,
|
7301
7417
|
namespaces: r
|
7302
|
-
} = this.extractFromKey(e[e.length - 1], t), d = r[r.length - 1], g = t.lng || this.language,
|
7418
|
+
} = this.extractFromKey(e[e.length - 1], t), d = r[r.length - 1], g = t.lng || this.language, l = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
7303
7419
|
if (g && g.toLowerCase() === "cimode") {
|
7304
|
-
if (
|
7420
|
+
if (l) {
|
7305
7421
|
const m = t.nsSeparator || this.options.nsSeparator;
|
7306
7422
|
return o ? {
|
7307
7423
|
res: `${d}${m}${c}`,
|
@@ -7322,69 +7438,69 @@ class g1 extends C1 {
|
|
7322
7438
|
} : c;
|
7323
7439
|
}
|
7324
7440
|
const h = this.resolve(e, t);
|
7325
|
-
let
|
7326
|
-
const p = h && h.usedKey || c, w = h && h.exactUsedKey || c, v = Object.prototype.toString.apply(
|
7327
|
-
if (R &&
|
7441
|
+
let u = h && h.res;
|
7442
|
+
const p = h && h.usedKey || c, w = h && h.exactUsedKey || c, v = Object.prototype.toString.apply(u), N = ["[object Number]", "[object Function]", "[object RegExp]"], E = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, R = !this.i18nFormat || this.i18nFormat.handleAsObject;
|
7443
|
+
if (R && u && (typeof u != "string" && typeof u != "boolean" && typeof u != "number") && N.indexOf(v) < 0 && !(typeof E == "string" && Array.isArray(u))) {
|
7328
7444
|
if (!t.returnObjects && !this.options.returnObjects) {
|
7329
7445
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
7330
|
-
const m = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p,
|
7446
|
+
const m = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, u, {
|
7331
7447
|
...t,
|
7332
7448
|
ns: r
|
7333
7449
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
7334
7450
|
return o ? (h.res = m, h.usedParams = this.getUsedParamsDetails(t), h) : m;
|
7335
7451
|
}
|
7336
|
-
if (
|
7337
|
-
const m = Array.isArray(
|
7338
|
-
for (const y in
|
7339
|
-
if (Object.prototype.hasOwnProperty.call(
|
7340
|
-
const D = `${b}${
|
7452
|
+
if (a) {
|
7453
|
+
const m = Array.isArray(u), x = m ? [] : {}, b = m ? w : p;
|
7454
|
+
for (const y in u)
|
7455
|
+
if (Object.prototype.hasOwnProperty.call(u, y)) {
|
7456
|
+
const D = `${b}${a}${y}`;
|
7341
7457
|
x[y] = this.translate(D, {
|
7342
7458
|
...t,
|
7343
7459
|
joinArrays: !1,
|
7344
7460
|
ns: r
|
7345
|
-
}), x[y] === D && (x[y] =
|
7461
|
+
}), x[y] === D && (x[y] = u[y]);
|
7346
7462
|
}
|
7347
|
-
|
7463
|
+
u = x;
|
7348
7464
|
}
|
7349
|
-
} else if (R && typeof E == "string" && Array.isArray(
|
7350
|
-
|
7465
|
+
} else if (R && typeof E == "string" && Array.isArray(u))
|
7466
|
+
u = u.join(E), u && (u = this.extendTranslation(u, e, t, s));
|
7351
7467
|
else {
|
7352
7468
|
let m = !1, x = !1;
|
7353
7469
|
const b = t.count !== void 0 && typeof t.count != "string", y = g1.hasDefaultValue(t), D = b ? this.pluralResolver.getSuffix(g, t.count, t) : "", i1 = t.ordinal && b ? this.pluralResolver.getSuffix(g, t.count, {
|
7354
7470
|
ordinal: !1
|
7355
7471
|
}) : "", P = b && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), V = P && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${D}`] || t[`defaultValue${i1}`] || t.defaultValue;
|
7356
|
-
!this.isValidLookup(
|
7357
|
-
const o1 = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && x ? void 0 :
|
7472
|
+
!this.isValidLookup(u) && y && (m = !0, u = V), this.isValidLookup(u) || (x = !0, u = c);
|
7473
|
+
const o1 = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && x ? void 0 : u, T = y && V !== u && this.options.updateMissing;
|
7358
7474
|
if (x || m || T) {
|
7359
|
-
if (this.logger.log(T ? "updateKey" : "missingKey", g, d, c, T ? V :
|
7360
|
-
const
|
7475
|
+
if (this.logger.log(T ? "updateKey" : "missingKey", g, d, c, T ? V : u), a) {
|
7476
|
+
const _ = this.resolve(c, {
|
7361
7477
|
...t,
|
7362
7478
|
keySeparator: !1
|
7363
7479
|
});
|
7364
|
-
|
7480
|
+
_ && _.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.");
|
7365
7481
|
}
|
7366
7482
|
let G = [];
|
7367
7483
|
const F = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
7368
7484
|
if (this.options.saveMissingTo === "fallback" && F && F[0])
|
7369
|
-
for (let
|
7370
|
-
G.push(F[
|
7485
|
+
for (let _ = 0; _ < F.length; _++)
|
7486
|
+
G.push(F[_]);
|
7371
7487
|
else this.options.saveMissingTo === "all" ? G = this.languageUtils.toResolveHierarchy(t.lng || this.language) : G.push(t.lng || this.language);
|
7372
|
-
const n1 = (
|
7373
|
-
const J = y && B !==
|
7374
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(
|
7488
|
+
const n1 = (_, W, B) => {
|
7489
|
+
const J = y && B !== u ? B : o1;
|
7490
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(_, d, W, J, T, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(_, d, W, J, T, t), this.emit("missingKey", _, d, W, u);
|
7375
7491
|
};
|
7376
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && b ? G.forEach((
|
7377
|
-
const
|
7378
|
-
P && t[`defaultValue${this.options.pluralSeparator}zero`] &&
|
7379
|
-
n1([
|
7492
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && b ? G.forEach((_) => {
|
7493
|
+
const W = this.pluralResolver.getSuffixes(_, t);
|
7494
|
+
P && t[`defaultValue${this.options.pluralSeparator}zero`] && W.indexOf(`${this.options.pluralSeparator}zero`) < 0 && W.push(`${this.options.pluralSeparator}zero`), W.forEach((B) => {
|
7495
|
+
n1([_], c + B, t[`defaultValue${B}`] || V);
|
7380
7496
|
});
|
7381
7497
|
}) : n1(G, c, V));
|
7382
7498
|
}
|
7383
|
-
|
7499
|
+
u = this.extendTranslation(u, e, t, h, s), x && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (x || m) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? u = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${d}:${c}` : c, m ? u : void 0) : u = this.options.parseMissingKeyHandler(u));
|
7384
7500
|
}
|
7385
|
-
return o ? (h.res =
|
7501
|
+
return o ? (h.res = u, h.usedParams = this.getUsedParamsDetails(t), h) : u;
|
7386
7502
|
}
|
7387
|
-
extendTranslation(e, t, s, o,
|
7503
|
+
extendTranslation(e, t, s, o, a) {
|
7388
7504
|
var c = this;
|
7389
7505
|
if (this.i18nFormat && this.i18nFormat.parse)
|
7390
7506
|
e = this.i18nFormat.parse(e, {
|
@@ -7402,23 +7518,23 @@ class g1 extends C1 {
|
|
7402
7518
|
}
|
7403
7519
|
});
|
7404
7520
|
const g = typeof e == "string" && (s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
|
7405
|
-
let
|
7521
|
+
let l;
|
7406
7522
|
if (g) {
|
7407
|
-
const
|
7408
|
-
|
7523
|
+
const u = e.match(this.interpolator.nestingRegexp);
|
7524
|
+
l = u && u.length;
|
7409
7525
|
}
|
7410
7526
|
let h = s.replace && typeof s.replace != "string" ? s.replace : s;
|
7411
7527
|
if (this.options.interpolation.defaultVariables && (h = {
|
7412
7528
|
...this.options.interpolation.defaultVariables,
|
7413
7529
|
...h
|
7414
7530
|
}), e = this.interpolator.interpolate(e, h, s.lng || this.language || o.usedLng, s), g) {
|
7415
|
-
const
|
7416
|
-
|
7531
|
+
const u = e.match(this.interpolator.nestingRegexp), p = u && u.length;
|
7532
|
+
l < p && (s.nest = !1);
|
7417
7533
|
}
|
7418
7534
|
!s.lng && this.options.compatibilityAPI !== "v1" && o && o.res && (s.lng = this.language || o.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
7419
|
-
for (var
|
7535
|
+
for (var u = arguments.length, p = new Array(u), w = 0; w < u; w++)
|
7420
7536
|
p[w] = arguments[w];
|
7421
|
-
return
|
7537
|
+
return a && a[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);
|
7422
7538
|
}, s)), s.interpolation && this.interpolator.reset();
|
7423
7539
|
}
|
7424
7540
|
const r = s.postProcess || this.options.postProcess, d = typeof r == "string" ? [r] : r;
|
@@ -7431,39 +7547,39 @@ class g1 extends C1 {
|
|
7431
7547
|
} : s, this)), e;
|
7432
7548
|
}
|
7433
7549
|
resolve(e) {
|
7434
|
-
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s, o,
|
7550
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s, o, a, c, r;
|
7435
7551
|
return typeof e == "string" && (e = [e]), e.forEach((d) => {
|
7436
7552
|
if (this.isValidLookup(s)) return;
|
7437
|
-
const g = this.extractFromKey(d, t),
|
7438
|
-
o =
|
7553
|
+
const g = this.extractFromKey(d, t), l = g.key;
|
7554
|
+
o = l;
|
7439
7555
|
let h = g.namespaces;
|
7440
7556
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
7441
|
-
const
|
7557
|
+
const u = t.count !== void 0 && typeof t.count != "string", p = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), w = t.context !== void 0 && (typeof t.context == "string" || typeof t.context == "number") && t.context !== "", v = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
7442
7558
|
h.forEach((N) => {
|
7443
|
-
this.isValidLookup(s) || (r = N, !
|
7559
|
+
this.isValidLookup(s) || (r = N, !_1[`${v[0]}-${N}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(r) && (_1[`${v[0]}-${N}`] = !0, this.logger.warn(`key "${o}" for languages "${v.join(", ")}" won't get resolved as namespace "${r}" 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!!!")), v.forEach((E) => {
|
7444
7560
|
if (this.isValidLookup(s)) return;
|
7445
7561
|
c = E;
|
7446
|
-
const R = [
|
7562
|
+
const R = [l];
|
7447
7563
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
7448
|
-
this.i18nFormat.addLookupKeys(R,
|
7564
|
+
this.i18nFormat.addLookupKeys(R, l, E, N, t);
|
7449
7565
|
else {
|
7450
7566
|
let m;
|
7451
|
-
|
7567
|
+
u && (m = this.pluralResolver.getSuffix(E, t.count, t));
|
7452
7568
|
const x = `${this.options.pluralSeparator}zero`, b = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
7453
|
-
if (
|
7454
|
-
const y = `${
|
7455
|
-
R.push(y),
|
7569
|
+
if (u && (R.push(l + m), t.ordinal && m.indexOf(b) === 0 && R.push(l + m.replace(b, this.options.pluralSeparator)), p && R.push(l + x)), w) {
|
7570
|
+
const y = `${l}${this.options.contextSeparator}${t.context}`;
|
7571
|
+
R.push(y), u && (R.push(y + m), t.ordinal && m.indexOf(b) === 0 && R.push(y + m.replace(b, this.options.pluralSeparator)), p && R.push(y + x));
|
7456
7572
|
}
|
7457
7573
|
}
|
7458
7574
|
let M;
|
7459
7575
|
for (; M = R.pop(); )
|
7460
|
-
this.isValidLookup(s) || (
|
7576
|
+
this.isValidLookup(s) || (a = M, s = this.getResource(E, N, M, t));
|
7461
7577
|
}));
|
7462
7578
|
});
|
7463
7579
|
}), {
|
7464
7580
|
res: s,
|
7465
7581
|
usedKey: o,
|
7466
|
-
exactUsedKey:
|
7582
|
+
exactUsedKey: a,
|
7467
7583
|
usedLng: c,
|
7468
7584
|
usedNS: r
|
7469
7585
|
};
|
@@ -7486,8 +7602,8 @@ class g1 extends C1 {
|
|
7486
7602
|
o = {
|
7487
7603
|
...o
|
7488
7604
|
};
|
7489
|
-
for (const
|
7490
|
-
delete o[
|
7605
|
+
for (const a of t)
|
7606
|
+
delete o[a];
|
7491
7607
|
}
|
7492
7608
|
return o;
|
7493
7609
|
}
|
@@ -7502,7 +7618,7 @@ class g1 extends C1 {
|
|
7502
7618
|
const w1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
|
7503
7619
|
class V1 {
|
7504
7620
|
constructor(e) {
|
7505
|
-
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger =
|
7621
|
+
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = Z.create("languageUtils");
|
7506
7622
|
}
|
7507
7623
|
getScriptPartFromCode(e) {
|
7508
7624
|
if (e = d1(e), !e || e.indexOf("-") < 0) return null;
|
@@ -7536,10 +7652,10 @@ class V1 {
|
|
7536
7652
|
if (t) return;
|
7537
7653
|
const o = this.getLanguagePartFromCode(s);
|
7538
7654
|
if (this.isSupportedCode(o)) return t = o;
|
7539
|
-
t = this.options.supportedLngs.find((
|
7540
|
-
if (
|
7541
|
-
if (!(
|
7542
|
-
return
|
7655
|
+
t = this.options.supportedLngs.find((a) => {
|
7656
|
+
if (a === o) return a;
|
7657
|
+
if (!(a.indexOf("-") < 0 && o.indexOf("-") < 0) && (a.indexOf("-") > 0 && o.indexOf("-") < 0 && a.substring(0, a.indexOf("-")) === o || a.indexOf(o) === 0 && o.length > 1))
|
7658
|
+
return a;
|
7543
7659
|
});
|
7544
7660
|
}), t || (t = this.getFallbackCodes(this.options.fallbackLng)[0]), t;
|
7545
7661
|
}
|
@@ -7551,15 +7667,15 @@ class V1 {
|
|
7551
7667
|
return s || (s = e[this.getScriptPartFromCode(t)]), s || (s = e[this.formatLanguageCode(t)]), s || (s = e[this.getLanguagePartFromCode(t)]), s || (s = e.default), s || [];
|
7552
7668
|
}
|
7553
7669
|
toResolveHierarchy(e, t) {
|
7554
|
-
const s = this.getFallbackCodes(t || this.options.fallbackLng || [], e), o = [],
|
7670
|
+
const s = this.getFallbackCodes(t || this.options.fallbackLng || [], e), o = [], a = (c) => {
|
7555
7671
|
c && (this.isSupportedCode(c) ? o.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
|
7556
7672
|
};
|
7557
|
-
return typeof e == "string" && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" &&
|
7558
|
-
o.indexOf(c) < 0 &&
|
7673
|
+
return typeof e == "string" && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && a(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && a(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && a(this.getLanguagePartFromCode(e))) : typeof e == "string" && a(this.formatLanguageCode(e)), s.forEach((c) => {
|
7674
|
+
o.indexOf(c) < 0 && a(this.formatLanguageCode(c));
|
7559
7675
|
}), o;
|
7560
7676
|
}
|
7561
7677
|
}
|
7562
|
-
let
|
7678
|
+
let T5 = [{
|
7563
7679
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
7564
7680
|
nr: [1, 2],
|
7565
7681
|
fc: 1
|
@@ -7651,7 +7767,7 @@ let Zi = [{
|
|
7651
7767
|
lngs: ["he", "iw"],
|
7652
7768
|
nr: [1, 2, 20, 21],
|
7653
7769
|
fc: 22
|
7654
|
-
}],
|
7770
|
+
}], G5 = {
|
7655
7771
|
1: (i) => +(i > 1),
|
7656
7772
|
2: (i) => +(i != 1),
|
7657
7773
|
3: (i) => 0,
|
@@ -7675,28 +7791,28 @@ let Zi = [{
|
|
7675
7791
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
7676
7792
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
7677
7793
|
};
|
7678
|
-
const
|
7794
|
+
const K5 = ["v1", "v2", "v3"], P5 = ["v4"], I1 = {
|
7679
7795
|
zero: 0,
|
7680
7796
|
one: 1,
|
7681
7797
|
two: 2,
|
7682
7798
|
few: 3,
|
7683
7799
|
many: 4,
|
7684
7800
|
other: 5
|
7685
|
-
},
|
7801
|
+
}, F5 = () => {
|
7686
7802
|
const i = {};
|
7687
|
-
return
|
7803
|
+
return T5.forEach((e) => {
|
7688
7804
|
e.lngs.forEach((t) => {
|
7689
7805
|
i[t] = {
|
7690
7806
|
numbers: e.nr,
|
7691
|
-
plurals:
|
7807
|
+
plurals: G5[e.fc]
|
7692
7808
|
};
|
7693
7809
|
});
|
7694
7810
|
}), i;
|
7695
7811
|
};
|
7696
|
-
class
|
7812
|
+
class $5 {
|
7697
7813
|
constructor(e) {
|
7698
7814
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7699
|
-
this.languageUtils = e, this.options = t, this.logger =
|
7815
|
+
this.languageUtils = e, this.options = t, this.logger = Z.create("pluralResolver"), (!this.options.compatibilityJSON || P5.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 = F5(), this.pluralRulesCache = {};
|
7700
7816
|
}
|
7701
7817
|
addRule(e, t) {
|
7702
7818
|
this.rules[e] = t;
|
@@ -7708,16 +7824,16 @@ class Pi {
|
|
7708
7824
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7709
7825
|
if (this.shouldUseIntlApi())
|
7710
7826
|
try {
|
7711
|
-
const s = d1(e === "dev" ? "en" : e), o = t.ordinal ? "ordinal" : "cardinal",
|
7827
|
+
const s = d1(e === "dev" ? "en" : e), o = t.ordinal ? "ordinal" : "cardinal", a = JSON.stringify({
|
7712
7828
|
cleanedCode: s,
|
7713
7829
|
type: o
|
7714
7830
|
});
|
7715
|
-
if (
|
7716
|
-
return this.pluralRulesCache[
|
7831
|
+
if (a in this.pluralRulesCache)
|
7832
|
+
return this.pluralRulesCache[a];
|
7717
7833
|
const c = new Intl.PluralRules(s, {
|
7718
7834
|
type: o
|
7719
7835
|
});
|
7720
|
-
return this.pluralRulesCache[
|
7836
|
+
return this.pluralRulesCache[a] = c, c;
|
7721
7837
|
} catch {
|
7722
7838
|
return;
|
7723
7839
|
}
|
@@ -7735,7 +7851,7 @@ class Pi {
|
|
7735
7851
|
getSuffixes(e) {
|
7736
7852
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7737
7853
|
const s = this.getRule(e, t);
|
7738
|
-
return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((o,
|
7854
|
+
return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((o, a) => I1[o] - I1[a]).map((o) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${o}`) : s.numbers.map((o) => this.getSuffix(e, o, t)) : [];
|
7739
7855
|
}
|
7740
7856
|
getSuffix(e, t) {
|
7741
7857
|
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
@@ -7746,21 +7862,21 @@ class Pi {
|
|
7746
7862
|
const s = e.noAbs ? e.plurals(t) : e.plurals(Math.abs(t));
|
7747
7863
|
let o = e.numbers[s];
|
7748
7864
|
this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 && (o === 2 ? o = "plural" : o === 1 && (o = ""));
|
7749
|
-
const
|
7750
|
-
return this.options.compatibilityJSON === "v1" ? o === 1 ? "" : typeof o == "number" ? `_plural_${o.toString()}` :
|
7865
|
+
const a = () => this.options.prepend && o.toString() ? this.options.prepend + o.toString() : o.toString();
|
7866
|
+
return this.options.compatibilityJSON === "v1" ? o === 1 ? "" : typeof o == "number" ? `_plural_${o.toString()}` : a() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? a() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
7751
7867
|
}
|
7752
7868
|
shouldUseIntlApi() {
|
7753
|
-
return !
|
7869
|
+
return !K5.includes(this.options.compatibilityJSON);
|
7754
7870
|
}
|
7755
7871
|
}
|
7756
7872
|
const S1 = function(i, e, t) {
|
7757
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0,
|
7758
|
-
return !
|
7873
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, a = O5(i, e, t);
|
7874
|
+
return !a && o && typeof t == "string" && (a = k1(i, t, s), a === void 0 && (a = k1(e, t, s))), a;
|
7759
7875
|
}, m1 = (i) => i.replace(/\$/g, "$$$$");
|
7760
|
-
class
|
7876
|
+
class Y5 {
|
7761
7877
|
constructor() {
|
7762
7878
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7763
|
-
this.logger =
|
7879
|
+
this.logger = Z.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
7764
7880
|
}
|
7765
7881
|
init() {
|
7766
7882
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
@@ -7771,14 +7887,14 @@ class Fi {
|
|
7771
7887
|
escape: t,
|
7772
7888
|
escapeValue: s,
|
7773
7889
|
useRawValueToEscape: o,
|
7774
|
-
prefix:
|
7890
|
+
prefix: a,
|
7775
7891
|
prefixEscaped: c,
|
7776
7892
|
suffix: r,
|
7777
7893
|
suffixEscaped: d,
|
7778
7894
|
formatSeparator: g,
|
7779
|
-
unescapeSuffix:
|
7895
|
+
unescapeSuffix: l,
|
7780
7896
|
unescapePrefix: h,
|
7781
|
-
nestingPrefix:
|
7897
|
+
nestingPrefix: u,
|
7782
7898
|
nestingPrefixEscaped: p,
|
7783
7899
|
nestingSuffix: w,
|
7784
7900
|
nestingSuffixEscaped: v,
|
@@ -7786,7 +7902,7 @@ class Fi {
|
|
7786
7902
|
maxReplaces: E,
|
7787
7903
|
alwaysFormat: R
|
7788
7904
|
} = e.interpolation;
|
7789
|
-
this.escape = t !== void 0 ? t :
|
7905
|
+
this.escape = t !== void 0 ? t : B5, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = o !== void 0 ? o : !1, this.prefix = a ? $(a) : c || "{{", this.suffix = r ? $(r) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = u ? $(u) : p || $("$t("), this.nestingSuffix = w ? $(w) : v || $(")"), this.nestingOptionsSeparator = N || ",", this.maxReplaces = E || 1e3, this.alwaysFormat = R !== void 0 ? R : !1, this.resetRegExp();
|
7790
7906
|
}
|
7791
7907
|
reset() {
|
7792
7908
|
this.options && this.init(this.options);
|
@@ -7796,7 +7912,7 @@ class Fi {
|
|
7796
7912
|
this.regexp = e(this.regexp, `${this.prefix}(.+?)${this.suffix}`), this.regexpUnescape = e(this.regexpUnescape, `${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`), this.nestingRegexp = e(this.nestingRegexp, `${this.nestingPrefix}(.+?)${this.nestingSuffix}`);
|
7797
7913
|
}
|
7798
7914
|
interpolate(e, t, s, o) {
|
7799
|
-
let
|
7915
|
+
let a, c, r;
|
7800
7916
|
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, g = (p) => {
|
7801
7917
|
if (p.indexOf(this.formatSeparator) < 0) {
|
7802
7918
|
const E = S1(t, d, p, this.options.keySeparator, this.options.ignoreJSONStructure);
|
@@ -7814,7 +7930,7 @@ class Fi {
|
|
7814
7930
|
});
|
7815
7931
|
};
|
7816
7932
|
this.resetRegExp();
|
7817
|
-
const
|
7933
|
+
const l = o && o.missingInterpolationHandler || this.options.missingInterpolationHandler, h = o && o.interpolation && o.interpolation.skipOnVariables !== void 0 ? o.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
7818
7934
|
return [{
|
7819
7935
|
regex: this.regexpUnescape,
|
7820
7936
|
safeValue: (p) => m1(p)
|
@@ -7822,43 +7938,43 @@ class Fi {
|
|
7822
7938
|
regex: this.regexp,
|
7823
7939
|
safeValue: (p) => this.escapeValue ? m1(this.escape(p)) : m1(p)
|
7824
7940
|
}].forEach((p) => {
|
7825
|
-
for (r = 0;
|
7826
|
-
const w =
|
7941
|
+
for (r = 0; a = p.regex.exec(e); ) {
|
7942
|
+
const w = a[1].trim();
|
7827
7943
|
if (c = g(w), c === void 0)
|
7828
|
-
if (typeof
|
7829
|
-
const N =
|
7944
|
+
if (typeof l == "function") {
|
7945
|
+
const N = l(e, a, o);
|
7830
7946
|
c = typeof N == "string" ? N : "";
|
7831
7947
|
} else if (o && Object.prototype.hasOwnProperty.call(o, w))
|
7832
7948
|
c = "";
|
7833
7949
|
else if (h) {
|
7834
|
-
c =
|
7950
|
+
c = a[0];
|
7835
7951
|
continue;
|
7836
7952
|
} else
|
7837
7953
|
this.logger.warn(`missed to pass in variable ${w} for interpolating ${e}`), c = "";
|
7838
7954
|
else typeof c != "string" && !this.useRawValueToEscape && (c = M1(c));
|
7839
7955
|
const v = p.safeValue(c);
|
7840
|
-
if (e = e.replace(
|
7956
|
+
if (e = e.replace(a[0], v), h ? (p.regex.lastIndex += c.length, p.regex.lastIndex -= a[0].length) : p.regex.lastIndex = 0, r++, r >= this.maxReplaces)
|
7841
7957
|
break;
|
7842
7958
|
}
|
7843
7959
|
}), e;
|
7844
7960
|
}
|
7845
7961
|
nest(e, t) {
|
7846
|
-
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, o,
|
7962
|
+
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, o, a, c;
|
7847
7963
|
const r = (d, g) => {
|
7848
|
-
const
|
7849
|
-
if (d.indexOf(
|
7850
|
-
const h = d.split(new RegExp(`${
|
7851
|
-
let
|
7852
|
-
d = h[0],
|
7853
|
-
const p =
|
7854
|
-
(p && p.length % 2 === 0 && !w || w.length % 2 !== 0) && (
|
7964
|
+
const l = this.nestingOptionsSeparator;
|
7965
|
+
if (d.indexOf(l) < 0) return d;
|
7966
|
+
const h = d.split(new RegExp(`${l}[ ]*{`));
|
7967
|
+
let u = `{${h[1]}`;
|
7968
|
+
d = h[0], u = this.interpolate(u, c);
|
7969
|
+
const p = u.match(/'/g), w = u.match(/"/g);
|
7970
|
+
(p && p.length % 2 === 0 && !w || w.length % 2 !== 0) && (u = u.replace(/'/g, '"'));
|
7855
7971
|
try {
|
7856
|
-
c = JSON.parse(
|
7972
|
+
c = JSON.parse(u), g && (c = {
|
7857
7973
|
...g,
|
7858
7974
|
...c
|
7859
7975
|
});
|
7860
7976
|
} catch (v) {
|
7861
|
-
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, v), `${d}${
|
7977
|
+
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, v), `${d}${l}${u}`;
|
7862
7978
|
}
|
7863
7979
|
return c.defaultValue && c.defaultValue.indexOf(this.prefix) > -1 && delete c.defaultValue, d;
|
7864
7980
|
};
|
@@ -7869,19 +7985,19 @@ class Fi {
|
|
7869
7985
|
}, c = c.replace && typeof c.replace != "string" ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
|
7870
7986
|
let g = !1;
|
7871
7987
|
if (o[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(o[1])) {
|
7872
|
-
const
|
7873
|
-
o[1] =
|
7988
|
+
const l = o[1].split(this.formatSeparator).map((h) => h.trim());
|
7989
|
+
o[1] = l.shift(), d = l, g = !0;
|
7874
7990
|
}
|
7875
|
-
if (
|
7876
|
-
typeof
|
7991
|
+
if (a = t(r.call(this, o[1].trim(), c), c), a && o[0] === e && typeof a != "string") return a;
|
7992
|
+
typeof a != "string" && (a = M1(a)), a || (this.logger.warn(`missed to resolve ${o[1]} for nesting ${e}`), a = ""), g && (a = d.reduce((l, h) => this.format(l, h, s.lng, {
|
7877
7993
|
...s,
|
7878
7994
|
interpolationkey: o[1].trim()
|
7879
|
-
}),
|
7995
|
+
}), a.trim())), e = e.replace(o[0], a), this.regexp.lastIndex = 0;
|
7880
7996
|
}
|
7881
7997
|
return e;
|
7882
7998
|
}
|
7883
7999
|
}
|
7884
|
-
const
|
8000
|
+
const U5 = (i) => {
|
7885
8001
|
let e = i.toLowerCase().trim();
|
7886
8002
|
const t = {};
|
7887
8003
|
if (i.indexOf("(") > -1) {
|
@@ -7890,8 +8006,8 @@ const $i = (i) => {
|
|
7890
8006
|
const o = s[1].substring(0, s[1].length - 1);
|
7891
8007
|
e === "currency" && o.indexOf(":") < 0 ? t.currency || (t.currency = o.trim()) : e === "relativetime" && o.indexOf(":") < 0 ? t.range || (t.range = o.trim()) : o.split(";").forEach((c) => {
|
7892
8008
|
if (c) {
|
7893
|
-
const [r, ...d] = c.split(":"), g = d.join(":").trim().replace(/^'+|'+$/g, ""),
|
7894
|
-
t[
|
8009
|
+
const [r, ...d] = c.split(":"), g = d.join(":").trim().replace(/^'+|'+$/g, ""), l = r.trim();
|
8010
|
+
t[l] || (t[l] = g), g === "false" && (t[l] = !1), g === "true" && (t[l] = !0), isNaN(g) || (t[l] = parseInt(g, 10));
|
7895
8011
|
}
|
7896
8012
|
});
|
7897
8013
|
}
|
@@ -7902,50 +8018,50 @@ const $i = (i) => {
|
|
7902
8018
|
}, Y = (i) => {
|
7903
8019
|
const e = {};
|
7904
8020
|
return (t, s, o) => {
|
7905
|
-
let
|
7906
|
-
o && o.interpolationkey && o.formatParams && o.formatParams[o.interpolationkey] && o[o.interpolationkey] && (
|
7907
|
-
...
|
8021
|
+
let a = o;
|
8022
|
+
o && o.interpolationkey && o.formatParams && o.formatParams[o.interpolationkey] && o[o.interpolationkey] && (a = {
|
8023
|
+
...a,
|
7908
8024
|
[o.interpolationkey]: void 0
|
7909
8025
|
});
|
7910
|
-
const c = s + JSON.stringify(
|
8026
|
+
const c = s + JSON.stringify(a);
|
7911
8027
|
let r = e[c];
|
7912
8028
|
return r || (r = i(d1(s), o), e[c] = r), r(t);
|
7913
8029
|
};
|
7914
8030
|
};
|
7915
|
-
class
|
8031
|
+
class z5 {
|
7916
8032
|
constructor() {
|
7917
8033
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7918
|
-
this.logger =
|
8034
|
+
this.logger = Z.create("formatter"), this.options = e, this.formats = {
|
7919
8035
|
number: Y((t, s) => {
|
7920
8036
|
const o = new Intl.NumberFormat(t, {
|
7921
8037
|
...s
|
7922
8038
|
});
|
7923
|
-
return (
|
8039
|
+
return (a) => o.format(a);
|
7924
8040
|
}),
|
7925
8041
|
currency: Y((t, s) => {
|
7926
8042
|
const o = new Intl.NumberFormat(t, {
|
7927
8043
|
...s,
|
7928
8044
|
style: "currency"
|
7929
8045
|
});
|
7930
|
-
return (
|
8046
|
+
return (a) => o.format(a);
|
7931
8047
|
}),
|
7932
8048
|
datetime: Y((t, s) => {
|
7933
8049
|
const o = new Intl.DateTimeFormat(t, {
|
7934
8050
|
...s
|
7935
8051
|
});
|
7936
|
-
return (
|
8052
|
+
return (a) => o.format(a);
|
7937
8053
|
}),
|
7938
8054
|
relativetime: Y((t, s) => {
|
7939
8055
|
const o = new Intl.RelativeTimeFormat(t, {
|
7940
8056
|
...s
|
7941
8057
|
});
|
7942
|
-
return (
|
8058
|
+
return (a) => o.format(a, s.range || "day");
|
7943
8059
|
}),
|
7944
8060
|
list: Y((t, s) => {
|
7945
8061
|
const o = new Intl.ListFormat(t, {
|
7946
8062
|
...s
|
7947
8063
|
});
|
7948
|
-
return (
|
8064
|
+
return (a) => o.format(a);
|
7949
8065
|
})
|
7950
8066
|
}, this.init(e);
|
7951
8067
|
}
|
@@ -7963,27 +8079,27 @@ class Yi {
|
|
7963
8079
|
}
|
7964
8080
|
format(e, t, s) {
|
7965
8081
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
7966
|
-
const
|
7967
|
-
if (
|
7968
|
-
const r =
|
7969
|
-
|
8082
|
+
const a = t.split(this.formatSeparator);
|
8083
|
+
if (a.length > 1 && a[0].indexOf("(") > 1 && a[0].indexOf(")") < 0 && a.find((r) => r.indexOf(")") > -1)) {
|
8084
|
+
const r = a.findIndex((d) => d.indexOf(")") > -1);
|
8085
|
+
a[0] = [a[0], ...a.splice(1, r)].join(this.formatSeparator);
|
7970
8086
|
}
|
7971
|
-
return
|
8087
|
+
return a.reduce((r, d) => {
|
7972
8088
|
const {
|
7973
8089
|
formatName: g,
|
7974
|
-
formatOptions:
|
7975
|
-
} =
|
8090
|
+
formatOptions: l
|
8091
|
+
} = U5(d);
|
7976
8092
|
if (this.formats[g]) {
|
7977
8093
|
let h = r;
|
7978
8094
|
try {
|
7979
|
-
const
|
8095
|
+
const u = o && o.formatParams && o.formatParams[o.interpolationkey] || {}, p = u.locale || u.lng || o.locale || o.lng || s;
|
7980
8096
|
h = this.formats[g](r, p, {
|
7981
|
-
...
|
8097
|
+
...l,
|
7982
8098
|
...o,
|
7983
|
-
...
|
8099
|
+
...u
|
7984
8100
|
});
|
7985
|
-
} catch (
|
7986
|
-
this.logger.warn(
|
8101
|
+
} catch (u) {
|
8102
|
+
this.logger.warn(u);
|
7987
8103
|
}
|
7988
8104
|
return h;
|
7989
8105
|
} else
|
@@ -7992,53 +8108,53 @@ class Yi {
|
|
7992
8108
|
}, e);
|
7993
8109
|
}
|
7994
8110
|
}
|
7995
|
-
const
|
8111
|
+
const J5 = (i, e) => {
|
7996
8112
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
7997
8113
|
};
|
7998
|
-
class
|
8114
|
+
class Q5 extends u1 {
|
7999
8115
|
constructor(e, t, s) {
|
8000
8116
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
8001
|
-
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = o, this.logger =
|
8117
|
+
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = o, this.logger = Z.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = o.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = o.maxRetries >= 0 ? o.maxRetries : 5, this.retryTimeout = o.retryTimeout >= 1 ? o.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, o.backend, o);
|
8002
8118
|
}
|
8003
8119
|
queueLoad(e, t, s, o) {
|
8004
|
-
const
|
8120
|
+
const a = {}, c = {}, r = {}, d = {};
|
8005
8121
|
return e.forEach((g) => {
|
8006
|
-
let
|
8122
|
+
let l = !0;
|
8007
8123
|
t.forEach((h) => {
|
8008
|
-
const
|
8009
|
-
!s.reload && this.store.hasResourceBundle(g, h) ? this.state[
|
8010
|
-
}),
|
8011
|
-
}), (Object.keys(
|
8124
|
+
const u = `${g}|${h}`;
|
8125
|
+
!s.reload && this.store.hasResourceBundle(g, h) ? this.state[u] = 2 : this.state[u] < 0 || (this.state[u] === 1 ? c[u] === void 0 && (c[u] = !0) : (this.state[u] = 1, l = !1, c[u] === void 0 && (c[u] = !0), a[u] === void 0 && (a[u] = !0), d[h] === void 0 && (d[h] = !0)));
|
8126
|
+
}), l || (r[g] = !0);
|
8127
|
+
}), (Object.keys(a).length || Object.keys(c).length) && this.queue.push({
|
8012
8128
|
pending: c,
|
8013
8129
|
pendingCount: Object.keys(c).length,
|
8014
8130
|
loaded: {},
|
8015
8131
|
errors: [],
|
8016
8132
|
callback: o
|
8017
8133
|
}), {
|
8018
|
-
toLoad: Object.keys(
|
8134
|
+
toLoad: Object.keys(a),
|
8019
8135
|
pending: Object.keys(c),
|
8020
8136
|
toLoadLanguages: Object.keys(r),
|
8021
8137
|
toLoadNamespaces: Object.keys(d)
|
8022
8138
|
};
|
8023
8139
|
}
|
8024
8140
|
loaded(e, t, s) {
|
8025
|
-
const o = e.split("|"),
|
8026
|
-
t && this.emit("failedLoading",
|
8141
|
+
const o = e.split("|"), a = o[0], c = o[1];
|
8142
|
+
t && this.emit("failedLoading", a, c, t), !t && s && this.store.addResourceBundle(a, c, s, void 0, void 0, {
|
8027
8143
|
skipCopy: !0
|
8028
8144
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
8029
8145
|
const r = {};
|
8030
8146
|
this.queue.forEach((d) => {
|
8031
|
-
|
8147
|
+
S5(d.loaded, [a], c), J5(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
8032
8148
|
r[g] || (r[g] = {});
|
8033
|
-
const
|
8034
|
-
|
8149
|
+
const l = d.loaded[g];
|
8150
|
+
l.length && l.forEach((h) => {
|
8035
8151
|
r[g][h] === void 0 && (r[g][h] = !0);
|
8036
8152
|
});
|
8037
8153
|
}), d.done = !0, d.errors.length ? d.callback(d.errors) : d.callback());
|
8038
8154
|
}), this.emit("loaded", r), this.queue = this.queue.filter((d) => !d.done);
|
8039
8155
|
}
|
8040
8156
|
read(e, t, s) {
|
8041
|
-
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 0,
|
8157
|
+
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 0, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : this.retryTimeout, c = arguments.length > 5 ? arguments[5] : void 0;
|
8042
8158
|
if (!e.length) return c(null, {});
|
8043
8159
|
if (this.readingCalls >= this.maxParallelReads) {
|
8044
8160
|
this.waitingReads.push({
|
@@ -8046,29 +8162,29 @@ class zi extends C1 {
|
|
8046
8162
|
ns: t,
|
8047
8163
|
fcName: s,
|
8048
8164
|
tried: o,
|
8049
|
-
wait:
|
8165
|
+
wait: a,
|
8050
8166
|
callback: c
|
8051
8167
|
});
|
8052
8168
|
return;
|
8053
8169
|
}
|
8054
8170
|
this.readingCalls++;
|
8055
|
-
const r = (g,
|
8171
|
+
const r = (g, l) => {
|
8056
8172
|
if (this.readingCalls--, this.waitingReads.length > 0) {
|
8057
8173
|
const h = this.waitingReads.shift();
|
8058
8174
|
this.read(h.lng, h.ns, h.fcName, h.tried, h.wait, h.callback);
|
8059
8175
|
}
|
8060
|
-
if (g &&
|
8176
|
+
if (g && l && o < this.maxRetries) {
|
8061
8177
|
setTimeout(() => {
|
8062
|
-
this.read.call(this, e, t, s, o + 1,
|
8063
|
-
},
|
8178
|
+
this.read.call(this, e, t, s, o + 1, a * 2, c);
|
8179
|
+
}, a);
|
8064
8180
|
return;
|
8065
8181
|
}
|
8066
|
-
c(g,
|
8182
|
+
c(g, l);
|
8067
8183
|
}, d = this.backend[s].bind(this.backend);
|
8068
8184
|
if (d.length === 2) {
|
8069
8185
|
try {
|
8070
8186
|
const g = d(e, t);
|
8071
|
-
g && typeof g.then == "function" ? g.then((
|
8187
|
+
g && typeof g.then == "function" ? g.then((l) => r(null, l)).catch(r) : r(null, g);
|
8072
8188
|
} catch (g) {
|
8073
8189
|
r(g);
|
8074
8190
|
}
|
@@ -8081,10 +8197,10 @@ class zi extends C1 {
|
|
8081
8197
|
if (!this.backend)
|
8082
8198
|
return this.logger.warn("No backend was added via i18next.use. Will not load resources."), o && o();
|
8083
8199
|
typeof e == "string" && (e = this.languageUtils.toResolveHierarchy(e)), typeof t == "string" && (t = [t]);
|
8084
|
-
const
|
8085
|
-
if (!
|
8086
|
-
return
|
8087
|
-
|
8200
|
+
const a = this.queueLoad(e, t, s, o);
|
8201
|
+
if (!a.toLoad.length)
|
8202
|
+
return a.pending.length || o(), null;
|
8203
|
+
a.toLoad.forEach((c) => {
|
8088
8204
|
this.loadOne(c);
|
8089
8205
|
});
|
8090
8206
|
}
|
@@ -8098,12 +8214,12 @@ class zi extends C1 {
|
|
8098
8214
|
}
|
8099
8215
|
loadOne(e) {
|
8100
8216
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
|
8101
|
-
const s = e.split("|"), o = s[0],
|
8102
|
-
this.read(o,
|
8103
|
-
c && this.logger.warn(`${t}loading namespace ${
|
8217
|
+
const s = e.split("|"), o = s[0], a = s[1];
|
8218
|
+
this.read(o, a, "read", void 0, void 0, (c, r) => {
|
8219
|
+
c && this.logger.warn(`${t}loading namespace ${a} for language ${o} failed`, c), !c && r && this.logger.log(`${t}loaded namespace ${a} for language ${o}`, r), this.loaded(e, c, r);
|
8104
8220
|
});
|
8105
8221
|
}
|
8106
|
-
saveMissing(e, t, s, o,
|
8222
|
+
saveMissing(e, t, s, o, a) {
|
8107
8223
|
let c = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : {}, r = arguments.length > 6 && arguments[6] !== void 0 ? arguments[6] : () => {
|
8108
8224
|
};
|
8109
8225
|
if (this.services.utils && this.services.utils.hasLoadedNamespace && !this.services.utils.hasLoadedNamespace(t)) {
|
@@ -8114,14 +8230,14 @@ class zi extends C1 {
|
|
8114
8230
|
if (this.backend && this.backend.create) {
|
8115
8231
|
const d = {
|
8116
8232
|
...c,
|
8117
|
-
isUpdate:
|
8233
|
+
isUpdate: a
|
8118
8234
|
}, g = this.backend.create.bind(this.backend);
|
8119
8235
|
if (g.length < 6)
|
8120
8236
|
try {
|
8121
|
-
let
|
8122
|
-
g.length === 5 ?
|
8123
|
-
} catch (
|
8124
|
-
r(
|
8237
|
+
let l;
|
8238
|
+
g.length === 5 ? l = g(e, t, s, o, d) : l = g(e, t, s, o), l && typeof l.then == "function" ? l.then((h) => r(null, h)).catch(r) : r(null, l);
|
8239
|
+
} catch (l) {
|
8240
|
+
r(l);
|
8125
8241
|
}
|
8126
8242
|
else
|
8127
8243
|
g(e, t, s, o, r, d);
|
@@ -8187,17 +8303,17 @@ const O1 = () => ({
|
|
8187
8303
|
skipOnVariables: !0
|
8188
8304
|
}
|
8189
8305
|
}), A1 = (i) => (typeof i.ns == "string" && (i.ns = [i.ns]), typeof i.fallbackLng == "string" && (i.fallbackLng = [i.fallbackLng]), typeof i.fallbackNS == "string" && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), l1 = () => {
|
8190
|
-
},
|
8306
|
+
}, q5 = (i) => {
|
8191
8307
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
8192
8308
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
8193
8309
|
});
|
8194
8310
|
};
|
8195
|
-
class X extends
|
8311
|
+
class X extends u1 {
|
8196
8312
|
constructor() {
|
8197
8313
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
8198
|
-
if (super(), this.options = A1(e), this.services = {}, this.logger =
|
8314
|
+
if (super(), this.options = A1(e), this.services = {}, this.logger = Z, this.modules = {
|
8199
8315
|
external: []
|
8200
|
-
},
|
8316
|
+
}, q5(this), t && !this.isInitialized && !e.isClone) {
|
8201
8317
|
if (!this.options.initImmediate)
|
8202
8318
|
return this.init(e, t), this;
|
8203
8319
|
setTimeout(() => {
|
@@ -8218,25 +8334,25 @@ class X extends C1 {
|
|
8218
8334
|
...o.interpolation,
|
8219
8335
|
...this.options.interpolation
|
8220
8336
|
}), t.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = t.keySeparator), t.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = t.nsSeparator);
|
8221
|
-
const
|
8337
|
+
const a = (l) => l ? typeof l == "function" ? new l() : l : null;
|
8222
8338
|
if (!this.options.isClone) {
|
8223
|
-
this.modules.logger ?
|
8224
|
-
let
|
8225
|
-
this.modules.formatter ?
|
8339
|
+
this.modules.logger ? Z.init(a(this.modules.logger), this.options) : Z.init(null, this.options);
|
8340
|
+
let l;
|
8341
|
+
this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = z5);
|
8226
8342
|
const h = new V1(this.options);
|
8227
|
-
this.store = new
|
8228
|
-
const
|
8229
|
-
|
8343
|
+
this.store = new H1(this.options.resources, this.options);
|
8344
|
+
const u = this.services;
|
8345
|
+
u.logger = Z, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new $5(h, {
|
8230
8346
|
prepend: this.options.pluralSeparator,
|
8231
8347
|
compatibilityJSON: this.options.compatibilityJSON,
|
8232
8348
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
8233
|
-
}),
|
8349
|
+
}), l && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (u.formatter = a(l), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new Y5(this.options), u.utils = {
|
8234
8350
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
8235
|
-
},
|
8351
|
+
}, u.backendConnector = new Q5(a(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(p) {
|
8236
8352
|
for (var w = arguments.length, v = new Array(w > 1 ? w - 1 : 0), N = 1; N < w; N++)
|
8237
8353
|
v[N - 1] = arguments[N];
|
8238
8354
|
e.emit(p, ...v);
|
8239
|
-
}), this.modules.languageDetector && (
|
8355
|
+
}), this.modules.languageDetector && (u.languageDetector = a(this.modules.languageDetector), u.languageDetector.init && u.languageDetector.init(u, this.options.detection, this.options)), this.modules.i18nFormat && (u.i18nFormat = a(this.modules.i18nFormat), u.i18nFormat.init && u.i18nFormat.init(this)), this.translator = new g1(this.services, this.options), this.translator.on("*", function(p) {
|
8240
8356
|
for (var w = arguments.length, v = new Array(w > 1 ? w - 1 : 0), N = 1; N < w; N++)
|
8241
8357
|
v[N - 1] = arguments[N];
|
8242
8358
|
e.emit(p, ...v);
|
@@ -8245,24 +8361,24 @@ class X extends C1 {
|
|
8245
8361
|
});
|
8246
8362
|
}
|
8247
8363
|
if (this.format = this.options.interpolation.format, s || (s = l1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
8248
|
-
const
|
8249
|
-
|
8364
|
+
const l = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
8365
|
+
l.length > 0 && l[0] !== "dev" && (this.options.lng = l[0]);
|
8250
8366
|
}
|
8251
|
-
!this.services.languageDetector && !this.options.lng && this.logger.warn("init: no languageDetector is used and no lng is defined"), ["getResource", "hasResourceBundle", "getResourceBundle", "getDataByLanguage"].forEach((
|
8252
|
-
this[
|
8253
|
-
return e.store[
|
8367
|
+
!this.services.languageDetector && !this.options.lng && this.logger.warn("init: no languageDetector is used and no lng is defined"), ["getResource", "hasResourceBundle", "getResourceBundle", "getDataByLanguage"].forEach((l) => {
|
8368
|
+
this[l] = function() {
|
8369
|
+
return e.store[l](...arguments);
|
8254
8370
|
};
|
8255
|
-
}), ["addResource", "addResources", "addResourceBundle", "removeResourceBundle"].forEach((
|
8256
|
-
this[
|
8257
|
-
return e.store[
|
8371
|
+
}), ["addResource", "addResources", "addResourceBundle", "removeResourceBundle"].forEach((l) => {
|
8372
|
+
this[l] = function() {
|
8373
|
+
return e.store[l](...arguments), e;
|
8258
8374
|
};
|
8259
8375
|
});
|
8260
8376
|
const d = Q(), g = () => {
|
8261
|
-
const
|
8262
|
-
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), d.resolve(
|
8377
|
+
const l = (h, u) => {
|
8378
|
+
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), d.resolve(u), s(h, u);
|
8263
8379
|
};
|
8264
|
-
if (this.languages && this.options.compatibilityAPI !== "v1" && !this.isInitialized) return
|
8265
|
-
this.changeLanguage(this.options.lng,
|
8380
|
+
if (this.languages && this.options.compatibilityAPI !== "v1" && !this.isInitialized) return l(null, this.t.bind(this));
|
8381
|
+
this.changeLanguage(this.options.lng, l);
|
8266
8382
|
};
|
8267
8383
|
return this.options.resources || !this.options.initImmediate ? g() : setTimeout(g, 0), d;
|
8268
8384
|
}
|
@@ -8271,13 +8387,13 @@ class X extends C1 {
|
|
8271
8387
|
const o = typeof e == "string" ? e : this.language;
|
8272
8388
|
if (typeof e == "function" && (s = e), !this.options.resources || this.options.partialBundledLanguages) {
|
8273
8389
|
if (o && o.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return s();
|
8274
|
-
const
|
8390
|
+
const a = [], c = (r) => {
|
8275
8391
|
if (!r || r === "cimode") return;
|
8276
8392
|
this.services.languageUtils.toResolveHierarchy(r).forEach((g) => {
|
8277
|
-
g !== "cimode" &&
|
8393
|
+
g !== "cimode" && a.indexOf(g) < 0 && a.push(g);
|
8278
8394
|
});
|
8279
8395
|
};
|
8280
|
-
o ? c(o) : this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((d) => c(d)), this.options.preload && this.options.preload.forEach((r) => c(r)), this.services.backendConnector.load(
|
8396
|
+
o ? c(o) : this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((d) => c(d)), this.options.preload && this.options.preload.forEach((r) => c(r)), this.services.backendConnector.load(a, this.options.ns, (r) => {
|
8281
8397
|
!r && !this.resolvedLanguage && this.language && this.setResolvedLanguage(this.language), s(r);
|
8282
8398
|
});
|
8283
8399
|
} else
|
@@ -8285,8 +8401,8 @@ class X extends C1 {
|
|
8285
8401
|
}
|
8286
8402
|
reloadResources(e, t, s) {
|
8287
8403
|
const o = Q();
|
8288
|
-
return typeof e == "function" && (s = e, e = void 0), typeof t == "function" && (s = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), s || (s = l1), this.services.backendConnector.reload(e, t, (
|
8289
|
-
o.resolve(), s(
|
8404
|
+
return typeof e == "function" && (s = e, e = void 0), typeof t == "function" && (s = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), s || (s = l1), this.services.backendConnector.reload(e, t, (a) => {
|
8405
|
+
o.resolve(), s(a);
|
8290
8406
|
}), o;
|
8291
8407
|
}
|
8292
8408
|
use(e) {
|
@@ -8309,10 +8425,10 @@ class X extends C1 {
|
|
8309
8425
|
this.isLanguageChangingTo = e;
|
8310
8426
|
const o = Q();
|
8311
8427
|
this.emit("languageChanging", e);
|
8312
|
-
const
|
8428
|
+
const a = (d) => {
|
8313
8429
|
this.language = d, this.languages = this.services.languageUtils.toResolveHierarchy(d), this.resolvedLanguage = void 0, this.setResolvedLanguage(d);
|
8314
8430
|
}, c = (d, g) => {
|
8315
|
-
g ? (
|
8431
|
+
g ? (a(g), this.translator.changeLanguage(g), this.isLanguageChangingTo = void 0, this.emit("languageChanged", g), this.logger.log("languageChanged", g)) : this.isLanguageChangingTo = void 0, o.resolve(function() {
|
8316
8432
|
return s.t(...arguments);
|
8317
8433
|
}), t && t(d, function() {
|
8318
8434
|
return s.t(...arguments);
|
@@ -8320,30 +8436,30 @@ class X extends C1 {
|
|
8320
8436
|
}, r = (d) => {
|
8321
8437
|
!e && !d && this.services.languageDetector && (d = []);
|
8322
8438
|
const g = typeof d == "string" ? d : this.services.languageUtils.getBestMatchFromCodes(d);
|
8323
|
-
g && (this.language ||
|
8324
|
-
c(
|
8439
|
+
g && (this.language || a(g), this.translator.language || this.translator.changeLanguage(g), this.services.languageDetector && this.services.languageDetector.cacheUserLanguage && this.services.languageDetector.cacheUserLanguage(g)), this.loadResources(g, (l) => {
|
8440
|
+
c(l, g);
|
8325
8441
|
});
|
8326
8442
|
};
|
8327
8443
|
return !e && this.services.languageDetector && !this.services.languageDetector.async ? r(this.services.languageDetector.detect()) : !e && this.services.languageDetector && this.services.languageDetector.async ? this.services.languageDetector.detect.length === 0 ? this.services.languageDetector.detect().then(r) : this.services.languageDetector.detect(r) : r(e), o;
|
8328
8444
|
}
|
8329
8445
|
getFixedT(e, t, s) {
|
8330
8446
|
var o = this;
|
8331
|
-
const
|
8447
|
+
const a = function(c, r) {
|
8332
8448
|
let d;
|
8333
8449
|
if (typeof r != "object") {
|
8334
|
-
for (var g = arguments.length,
|
8335
|
-
|
8336
|
-
d = o.options.overloadTranslationOptionHandler([c, r].concat(
|
8450
|
+
for (var g = arguments.length, l = new Array(g > 2 ? g - 2 : 0), h = 2; h < g; h++)
|
8451
|
+
l[h - 2] = arguments[h];
|
8452
|
+
d = o.options.overloadTranslationOptionHandler([c, r].concat(l));
|
8337
8453
|
} else
|
8338
8454
|
d = {
|
8339
8455
|
...r
|
8340
8456
|
};
|
8341
|
-
d.lng = d.lng ||
|
8342
|
-
const
|
8457
|
+
d.lng = d.lng || a.lng, d.lngs = d.lngs || a.lngs, d.ns = d.ns || a.ns, d.keyPrefix !== "" && (d.keyPrefix = d.keyPrefix || s || a.keyPrefix);
|
8458
|
+
const u = o.options.keySeparator || ".";
|
8343
8459
|
let p;
|
8344
|
-
return d.keyPrefix && Array.isArray(c) ? p = c.map((w) => `${d.keyPrefix}${
|
8460
|
+
return d.keyPrefix && Array.isArray(c) ? p = c.map((w) => `${d.keyPrefix}${u}${w}`) : p = d.keyPrefix ? `${d.keyPrefix}${u}${c}` : c, o.t(p, d);
|
8345
8461
|
};
|
8346
|
-
return typeof e == "string" ?
|
8462
|
+
return typeof e == "string" ? a.lng = e : a.lngs = e, a.ns = t, a.keyPrefix = s, a;
|
8347
8463
|
}
|
8348
8464
|
t() {
|
8349
8465
|
return this.translator && this.translator.translate(...arguments);
|
@@ -8360,7 +8476,7 @@ class X extends C1 {
|
|
8360
8476
|
return this.logger.warn("hasLoadedNamespace: i18next was not initialized", this.languages), !1;
|
8361
8477
|
if (!this.languages || !this.languages.length)
|
8362
8478
|
return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty", this.languages), !1;
|
8363
|
-
const s = t.lng || this.resolvedLanguage || this.languages[0], o = this.options ? this.options.fallbackLng : !1,
|
8479
|
+
const s = t.lng || this.resolvedLanguage || this.languages[0], o = this.options ? this.options.fallbackLng : !1, a = this.languages[this.languages.length - 1];
|
8364
8480
|
if (s.toLowerCase() === "cimode") return !0;
|
8365
8481
|
const c = (r, d) => {
|
8366
8482
|
const g = this.services.backendConnector.state[`${r}|${d}`];
|
@@ -8370,7 +8486,7 @@ class X extends C1 {
|
|
8370
8486
|
const r = t.precheck(this, c);
|
8371
8487
|
if (r !== void 0) return r;
|
8372
8488
|
}
|
8373
|
-
return !!(this.hasResourceBundle(s, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || c(s, e) && (!o || c(
|
8489
|
+
return !!(this.hasResourceBundle(s, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || c(s, e) && (!o || c(a, e)));
|
8374
8490
|
}
|
8375
8491
|
loadNamespaces(e, t) {
|
8376
8492
|
const s = Q();
|
@@ -8383,8 +8499,8 @@ class X extends C1 {
|
|
8383
8499
|
loadLanguages(e, t) {
|
8384
8500
|
const s = Q();
|
8385
8501
|
typeof e == "string" && (e = [e]);
|
8386
|
-
const o = this.options.preload || [],
|
8387
|
-
return
|
8502
|
+
const o = this.options.preload || [], a = e.filter((c) => o.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
|
8503
|
+
return a.length ? (this.options.preload = o.concat(a), this.loadResources((c) => {
|
8388
8504
|
s.resolve(), t && t(c);
|
8389
8505
|
}), s) : (t && t(), Promise.resolve());
|
8390
8506
|
}
|
@@ -8405,20 +8521,20 @@ class X extends C1 {
|
|
8405
8521
|
...this.options,
|
8406
8522
|
...e,
|
8407
8523
|
isClone: !0
|
8408
|
-
},
|
8409
|
-
return (e.debug !== void 0 || e.prefix !== void 0) && (
|
8410
|
-
|
8411
|
-
}),
|
8524
|
+
}, a = new X(o);
|
8525
|
+
return (e.debug !== void 0 || e.prefix !== void 0) && (a.logger = a.logger.clone(e)), ["store", "services", "language"].forEach((r) => {
|
8526
|
+
a[r] = this[r];
|
8527
|
+
}), a.services = {
|
8412
8528
|
...this.services
|
8413
|
-
},
|
8414
|
-
hasLoadedNamespace:
|
8415
|
-
}, s && (
|
8416
|
-
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0),
|
8417
|
-
g[
|
8418
|
-
|
8419
|
-
}),
|
8420
|
-
hasLoadedNamespace:
|
8421
|
-
},
|
8529
|
+
}, a.services.utils = {
|
8530
|
+
hasLoadedNamespace: a.hasLoadedNamespace.bind(a)
|
8531
|
+
}, s && (a.store = new H1(this.store.data, o), a.services.resourceStore = a.store), a.translator = new g1(a.services, o), a.translator.on("*", function(r) {
|
8532
|
+
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0), l = 1; l < d; l++)
|
8533
|
+
g[l - 1] = arguments[l];
|
8534
|
+
a.emit(r, ...g);
|
8535
|
+
}), a.init(o, t), a.translator.options = o, a.translator.backendConnector.services.utils = {
|
8536
|
+
hasLoadedNamespace: a.hasLoadedNamespace.bind(a)
|
8537
|
+
}, a;
|
8422
8538
|
}
|
8423
8539
|
toJSON() {
|
8424
8540
|
return {
|
@@ -8446,7 +8562,7 @@ I.setDefaultNamespace;
|
|
8446
8562
|
I.hasLoadedNamespace;
|
8447
8563
|
I.loadNamespaces;
|
8448
8564
|
I.loadLanguages;
|
8449
|
-
function
|
8565
|
+
function X5() {
|
8450
8566
|
if (console && console.warn) {
|
8451
8567
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
8452
8568
|
e[t] = arguments[t];
|
@@ -8457,7 +8573,7 @@ const B1 = {};
|
|
8457
8573
|
function L1() {
|
8458
8574
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
8459
8575
|
e[t] = arguments[t];
|
8460
|
-
K(e[0]) && B1[e[0]] || (K(e[0]) && (B1[e[0]] = /* @__PURE__ */ new Date()),
|
8576
|
+
K(e[0]) && B1[e[0]] || (K(e[0]) && (B1[e[0]] = /* @__PURE__ */ new Date()), X5(...e));
|
8461
8577
|
}
|
8462
8578
|
const z1 = (i, e) => () => {
|
8463
8579
|
if (i.isInitialized)
|
@@ -8470,30 +8586,30 @@ const z1 = (i, e) => () => {
|
|
8470
8586
|
};
|
8471
8587
|
i.on("initialized", t);
|
8472
8588
|
}
|
8473
|
-
},
|
8589
|
+
}, Z1 = (i, e, t) => {
|
8474
8590
|
i.loadNamespaces(e, z1(i, t));
|
8475
|
-
},
|
8591
|
+
}, W1 = (i, e, t, s) => {
|
8476
8592
|
K(t) && (t = [t]), t.forEach((o) => {
|
8477
8593
|
i.options.ns.indexOf(o) < 0 && i.options.ns.push(o);
|
8478
8594
|
}), i.loadLanguages(e, z1(i, s));
|
8479
|
-
},
|
8595
|
+
}, e3 = function(i, e) {
|
8480
8596
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
8481
|
-
const s = e.languages[0], o = e.options ? e.options.fallbackLng : !1,
|
8597
|
+
const s = e.languages[0], o = e.options ? e.options.fallbackLng : !1, a = e.languages[e.languages.length - 1];
|
8482
8598
|
if (s.toLowerCase() === "cimode") return !0;
|
8483
8599
|
const c = (r, d) => {
|
8484
8600
|
const g = e.services.backendConnector.state[`${r}|${d}`];
|
8485
8601
|
return g === -1 || g === 2;
|
8486
8602
|
};
|
8487
|
-
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) && (!o || c(
|
8488
|
-
},
|
8603
|
+
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) && (!o || c(a, i)));
|
8604
|
+
}, t3 = function(i, e) {
|
8489
8605
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
8490
8606
|
return !e.languages || !e.languages.length ? (L1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
8491
8607
|
lng: t.lng,
|
8492
|
-
precheck: (o,
|
8493
|
-
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !
|
8608
|
+
precheck: (o, a) => {
|
8609
|
+
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !a(o.isLanguageChangingTo, i)) return !1;
|
8494
8610
|
}
|
8495
|
-
}) :
|
8496
|
-
}, K = (i) => typeof i == "string",
|
8611
|
+
}) : e3(i, e, t);
|
8612
|
+
}, K = (i) => typeof i == "string", i3 = (i) => typeof i == "object" && i !== null, s3 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, o3 = {
|
8497
8613
|
"&": "&",
|
8498
8614
|
"&": "&",
|
8499
8615
|
"<": "<",
|
@@ -8514,7 +8630,7 @@ const z1 = (i, e) => () => {
|
|
8514
8630
|
"…": "…",
|
8515
8631
|
"/": "/",
|
8516
8632
|
"/": "/"
|
8517
|
-
},
|
8633
|
+
}, n3 = (i) => o3[i], r3 = (i) => i.replace(s3, n3);
|
8518
8634
|
let v1 = {
|
8519
8635
|
bindI18n: "languageChanged",
|
8520
8636
|
bindI18nStore: "",
|
@@ -8523,25 +8639,25 @@ let v1 = {
|
|
8523
8639
|
transWrapTextNodes: "",
|
8524
8640
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
8525
8641
|
useSuspense: !0,
|
8526
|
-
unescape:
|
8642
|
+
unescape: r3
|
8527
8643
|
};
|
8528
|
-
const
|
8644
|
+
const l3 = function() {
|
8529
8645
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8530
8646
|
v1 = {
|
8531
8647
|
...v1,
|
8532
8648
|
...i
|
8533
8649
|
};
|
8534
|
-
},
|
8650
|
+
}, a3 = () => v1;
|
8535
8651
|
let J1;
|
8536
|
-
const
|
8652
|
+
const h3 = (i) => {
|
8537
8653
|
J1 = i;
|
8538
|
-
},
|
8654
|
+
}, c3 = () => J1, d3 = {
|
8539
8655
|
type: "3rdParty",
|
8540
8656
|
init(i) {
|
8541
|
-
|
8657
|
+
l3(i.options.react), h3(i);
|
8542
8658
|
}
|
8543
|
-
},
|
8544
|
-
class
|
8659
|
+
}, g3 = e1();
|
8660
|
+
class C3 {
|
8545
8661
|
constructor() {
|
8546
8662
|
x1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
8547
8663
|
this.usedNamespaces = {};
|
@@ -8552,89 +8668,89 @@ class d5 {
|
|
8552
8668
|
});
|
8553
8669
|
}
|
8554
8670
|
}
|
8555
|
-
const
|
8671
|
+
const u3 = (i, e) => {
|
8556
8672
|
const t = N1();
|
8557
8673
|
return A(() => {
|
8558
8674
|
t.current = i;
|
8559
8675
|
}, [i, e]), t.current;
|
8560
|
-
}, Q1 = (i, e, t, s) => i.getFixedT(e, t, s),
|
8676
|
+
}, Q1 = (i, e, t, s) => i.getFixedT(e, t, s), p3 = (i, e, t, s) => j(Q1(i, e, t, s), [i, e, t, s]), f3 = function(i) {
|
8561
8677
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8562
8678
|
const {
|
8563
8679
|
i18n: t
|
8564
8680
|
} = e, {
|
8565
8681
|
i18n: s,
|
8566
8682
|
defaultNS: o
|
8567
|
-
} = t1(
|
8568
|
-
if (
|
8683
|
+
} = t1(g3) || {}, a = t || s || c3();
|
8684
|
+
if (a && !a.reportNamespaces && (a.reportNamespaces = new C3()), !a) {
|
8569
8685
|
L1("You will need to pass in an i18next instance by using initReactI18next");
|
8570
|
-
const m = (b, y) => K(y) ? y :
|
8686
|
+
const m = (b, y) => K(y) ? y : i3(y) && K(y.defaultValue) ? y.defaultValue : Array.isArray(b) ? b[b.length - 1] : b, x = [m, {}, !1];
|
8571
8687
|
return x.t = m, x.i18n = {}, x.ready = !1, x;
|
8572
8688
|
}
|
8573
|
-
|
8689
|
+
a.options.react && a.options.react.wait !== void 0 && L1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
8574
8690
|
const c = {
|
8575
|
-
...
|
8576
|
-
...
|
8691
|
+
...a3(),
|
8692
|
+
...a.options.react,
|
8577
8693
|
...e
|
8578
8694
|
}, {
|
8579
8695
|
useSuspense: r,
|
8580
8696
|
keyPrefix: d
|
8581
8697
|
} = c;
|
8582
8698
|
let g = i;
|
8583
|
-
g = K(g) ? [g] : g || ["translation"],
|
8584
|
-
const
|
8699
|
+
g = K(g) ? [g] : g || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(g);
|
8700
|
+
const l = (a.isInitialized || a.initializedStoreOnce) && g.every((m) => t3(m, a, c)), h = p3(a, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => Q1(a, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [w, v] = S(u);
|
8585
8701
|
let N = g.join();
|
8586
8702
|
e.lng && (N = `${e.lng}${N}`);
|
8587
|
-
const E =
|
8703
|
+
const E = u3(N), R = N1(!0);
|
8588
8704
|
A(() => {
|
8589
8705
|
const {
|
8590
8706
|
bindI18n: m,
|
8591
8707
|
bindI18nStore: x
|
8592
8708
|
} = c;
|
8593
|
-
R.current = !0, !
|
8709
|
+
R.current = !0, !l && !r && (e.lng ? W1(a, e.lng, g, () => {
|
8594
8710
|
R.current && v(p);
|
8595
|
-
}) :
|
8711
|
+
}) : Z1(a, g, () => {
|
8596
8712
|
R.current && v(p);
|
8597
|
-
})),
|
8713
|
+
})), l && E && E !== N && R.current && v(p);
|
8598
8714
|
const b = () => {
|
8599
8715
|
R.current && v(p);
|
8600
8716
|
};
|
8601
|
-
return m &&
|
8602
|
-
R.current = !1, m &&
|
8717
|
+
return m && a && a.on(m, b), x && a && a.store.on(x, b), () => {
|
8718
|
+
R.current = !1, m && a && m.split(" ").forEach((y) => a.off(y, b)), x && a && x.split(" ").forEach((y) => a.store.off(y, b));
|
8603
8719
|
};
|
8604
|
-
}, [
|
8605
|
-
R.current &&
|
8606
|
-
}, [
|
8607
|
-
const M = [w,
|
8608
|
-
if (M.t = w, M.i18n =
|
8720
|
+
}, [a, N]), A(() => {
|
8721
|
+
R.current && l && v(u);
|
8722
|
+
}, [a, d, l]);
|
8723
|
+
const M = [w, a, l];
|
8724
|
+
if (M.t = w, M.i18n = a, M.ready = l, l || !l && !r) return M;
|
8609
8725
|
throw new Promise((m) => {
|
8610
|
-
e.lng ?
|
8726
|
+
e.lng ? W1(a, e.lng, g, () => m()) : Z1(a, g, () => m());
|
8611
8727
|
});
|
8612
|
-
},
|
8613
|
-
placeholder:
|
8614
|
-
},
|
8615
|
-
placeholder:
|
8728
|
+
}, w3 = "Country", m3 = {
|
8729
|
+
placeholder: w3
|
8730
|
+
}, k3 = "Страна", L3 = {
|
8731
|
+
placeholder: k3
|
8616
8732
|
};
|
8617
|
-
I.use(
|
8733
|
+
I.use(d3).init({
|
8618
8734
|
defaultNS: "common",
|
8619
8735
|
lng: "en",
|
8620
8736
|
resources: {
|
8621
8737
|
en: {
|
8622
|
-
common:
|
8738
|
+
common: m3
|
8623
8739
|
},
|
8624
8740
|
ru: {
|
8625
|
-
common:
|
8741
|
+
common: L3
|
8626
8742
|
}
|
8627
8743
|
}
|
8628
8744
|
});
|
8629
|
-
const
|
8630
|
-
({ width: i, selectedCity: e, setSelectedCity: t, onChange: s, value: o, id:
|
8631
|
-
const [d, g] = S([]), [
|
8745
|
+
const E3 = C1(
|
8746
|
+
({ width: i, selectedCity: e, setSelectedCity: t, onChange: s, value: o, id: a, disabled: c }, r) => {
|
8747
|
+
const [d, g] = S([]), [l, h] = S([]), [u, p] = S(!1), { locale: w, axiosPeople: v } = t1(oe);
|
8632
8748
|
if (!v)
|
8633
8749
|
throw new Error(
|
8634
8750
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
8635
8751
|
Please provide it via SNMTUiContext.`
|
8636
8752
|
);
|
8637
|
-
const { t: N } =
|
8753
|
+
const { t: N } = f3("common", { lng: w }), E = j(async () => {
|
8638
8754
|
p(!0);
|
8639
8755
|
try {
|
8640
8756
|
const M = await v.post("v1/countries/search");
|
@@ -8649,7 +8765,7 @@ const y5 = u1(
|
|
8649
8765
|
E();
|
8650
8766
|
}, []), A(() => {
|
8651
8767
|
if (e) {
|
8652
|
-
const M = e.split("-")[1], m =
|
8768
|
+
const M = e.split("-")[1], m = l.filter(
|
8653
8769
|
(x) => x.name.includes(M)
|
8654
8770
|
);
|
8655
8771
|
if (m.length) {
|
@@ -8660,20 +8776,20 @@ const y5 = u1(
|
|
8660
8776
|
s(x[0].value);
|
8661
8777
|
}
|
8662
8778
|
}
|
8663
|
-
}, [e,
|
8664
|
-
const M =
|
8779
|
+
}, [e, l, s]), A(() => {
|
8780
|
+
const M = l.map((m) => ({
|
8665
8781
|
label: m.name,
|
8666
8782
|
value: m.name
|
8667
8783
|
}));
|
8668
8784
|
g(M);
|
8669
|
-
}, [
|
8785
|
+
}, [l]);
|
8670
8786
|
const R = (M) => {
|
8671
8787
|
M === null ? (s(""), t && t("")) : (s(M), t && t(""));
|
8672
8788
|
};
|
8673
8789
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
8674
|
-
|
8790
|
+
H5,
|
8675
8791
|
{
|
8676
|
-
id:
|
8792
|
+
id: a,
|
8677
8793
|
width: i,
|
8678
8794
|
placeholder: N("placeholder"),
|
8679
8795
|
value: o,
|
@@ -8681,11 +8797,11 @@ const y5 = u1(
|
|
8681
8797
|
onChange: R,
|
8682
8798
|
options: [{ label: "None", value: null }, ...d],
|
8683
8799
|
disabled: c,
|
8684
|
-
isLoading:
|
8800
|
+
isLoading: u
|
8685
8801
|
}
|
8686
8802
|
) });
|
8687
8803
|
}
|
8688
8804
|
);
|
8689
8805
|
export {
|
8690
|
-
|
8806
|
+
E3 as CountrySelect
|
8691
8807
|
};
|