@snmt-react-ui/country-select 2.1.3 → 2.1.5
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 +634 -642
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
var
|
2
|
-
var
|
3
|
-
var v1 = (i, e, t) =>
|
1
|
+
var q1 = Object.defineProperty;
|
2
|
+
var X1 = (i, e, t) => e in i ? q1(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
3
|
+
var v1 = (i, e, t) => X1(i, typeof e != "symbol" ? e + "" : e, t);
|
4
4
|
import "./index.css";
|
5
5
|
import { jsx as n, jsxs as u, Fragment as Y } from "react/jsx-runtime";
|
6
|
-
import { SNMTUiContext as
|
7
|
-
import { Select as
|
8
|
-
import { createContext as t1, forwardRef as c1, useState as S, useRef as k1, useEffect as
|
6
|
+
import { SNMTUiContext as ee } from "@snmt-react-ui/core";
|
7
|
+
import { Select as te, Flex as ie, Avatar as se, Checkbox as oe, Typography as B1, Tag as W1, Popover as ne } from "antd";
|
8
|
+
import { createContext as t1, forwardRef as c1, useState as S, useRef as k1, useEffect as A, useContext as i1, useCallback as Z1 } from "react";
|
9
9
|
const n1 = ({
|
10
10
|
children: i,
|
11
11
|
direction: e = "row",
|
@@ -16,7 +16,7 @@ const n1 = ({
|
|
16
16
|
gap: c,
|
17
17
|
padding: r
|
18
18
|
}) => /* @__PURE__ */ n(
|
19
|
-
|
19
|
+
ie,
|
20
20
|
{
|
21
21
|
className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
|
22
22
|
vertical: e === "column",
|
@@ -28,26 +28,27 @@ const n1 = ({
|
|
28
28
|
style: { padding: r },
|
29
29
|
children: i
|
30
30
|
}
|
31
|
-
),
|
31
|
+
), re = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
|
32
32
|
const o = typeof s.src == "string";
|
33
33
|
return /* @__PURE__ */ n(
|
34
|
-
|
34
|
+
se,
|
35
35
|
{
|
36
36
|
className: `snmt-avatar ${o ? "image" : ""}`,
|
37
37
|
shape: i,
|
38
38
|
size: e,
|
39
|
+
style: { minWidth: e, minHeight: e },
|
39
40
|
...s,
|
40
41
|
children: t
|
41
42
|
}
|
42
43
|
);
|
43
44
|
};
|
44
45
|
var $ = /* @__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))($ || {});
|
45
|
-
const
|
46
|
+
const j1 = t1({
|
46
47
|
locale: "en",
|
47
48
|
theme: "light"
|
48
49
|
});
|
49
|
-
|
50
|
-
const
|
50
|
+
j1.Provider;
|
51
|
+
const le = ({
|
51
52
|
checked: i = !0,
|
52
53
|
indeterminate: e = !1,
|
53
54
|
children: t,
|
@@ -56,12 +57,12 @@ const ne = ({
|
|
56
57
|
disableUncheck: a = !1
|
57
58
|
}) => {
|
58
59
|
const [c, r] = S(i), [d, g] = S(e);
|
59
|
-
|
60
|
+
A(() => {
|
60
61
|
r(i), g(e);
|
61
62
|
}, [i, e]);
|
62
|
-
const { theme: l } = i1(
|
63
|
+
const { theme: l } = i1(j1);
|
63
64
|
return /* @__PURE__ */ n(
|
64
|
-
|
65
|
+
oe,
|
65
66
|
{
|
66
67
|
className: `snmt-checkbox snmt-checkbox-${l}`,
|
67
68
|
checked: c,
|
@@ -74,13 +75,13 @@ const ne = ({
|
|
74
75
|
}
|
75
76
|
);
|
76
77
|
};
|
77
|
-
var
|
78
|
+
var w = /* @__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))(w || {});
|
78
79
|
const D1 = t1({
|
79
80
|
locale: "en",
|
80
81
|
theme: "light"
|
81
82
|
});
|
82
83
|
D1.Provider;
|
83
|
-
const
|
84
|
+
const ae = ({
|
84
85
|
width: i = 20,
|
85
86
|
height: e = 20,
|
86
87
|
color: t = "#001E52",
|
@@ -107,7 +108,7 @@ const re = ({
|
|
107
108
|
}
|
108
109
|
)
|
109
110
|
}
|
110
|
-
),
|
111
|
+
), he = ({
|
111
112
|
width: i = 20,
|
112
113
|
height: e = 20,
|
113
114
|
color: t = "#001E52",
|
@@ -134,7 +135,7 @@ const re = ({
|
|
134
135
|
}
|
135
136
|
)
|
136
137
|
}
|
137
|
-
),
|
138
|
+
), ce = ({
|
138
139
|
width: i = 16,
|
139
140
|
height: e = 16,
|
140
141
|
color: t = "#001E52",
|
@@ -162,7 +163,7 @@ const re = ({
|
|
162
163
|
)
|
163
164
|
]
|
164
165
|
}
|
165
|
-
),
|
166
|
+
), de = ({
|
166
167
|
width: i = 20,
|
167
168
|
height: e = 20,
|
168
169
|
color: t = "#001E52",
|
@@ -197,7 +198,7 @@ const re = ({
|
|
197
198
|
)
|
198
199
|
]
|
199
200
|
}
|
200
|
-
),
|
201
|
+
), ge = ({
|
201
202
|
width: i = 18,
|
202
203
|
height: e = 18,
|
203
204
|
color: t = "#001E52",
|
@@ -236,7 +237,7 @@ const re = ({
|
|
236
237
|
)
|
237
238
|
]
|
238
239
|
}
|
239
|
-
),
|
240
|
+
), ue = ({
|
240
241
|
width: i = 20,
|
241
242
|
height: e = 20,
|
242
243
|
color: t = "#001E52",
|
@@ -262,7 +263,7 @@ const re = ({
|
|
262
263
|
}
|
263
264
|
)
|
264
265
|
}
|
265
|
-
),
|
266
|
+
), Ce = ({
|
266
267
|
width: i = 20,
|
267
268
|
height: e = 20,
|
268
269
|
color: t = "#001E52",
|
@@ -283,7 +284,7 @@ const re = ({
|
|
283
284
|
/* @__PURE__ */ n("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
284
285
|
]
|
285
286
|
}
|
286
|
-
),
|
287
|
+
), pe = ({
|
287
288
|
width: i = 20,
|
288
289
|
height: e = 20,
|
289
290
|
color: t = "#001E52",
|
@@ -315,7 +316,7 @@ const re = ({
|
|
315
316
|
)
|
316
317
|
]
|
317
318
|
}
|
318
|
-
),
|
319
|
+
), fe = ({
|
319
320
|
width: i = 20,
|
320
321
|
height: e = 20,
|
321
322
|
color: t = "#001E52",
|
@@ -369,7 +370,7 @@ const re = ({
|
|
369
370
|
)
|
370
371
|
]
|
371
372
|
}
|
372
|
-
),
|
373
|
+
), we = ({
|
373
374
|
width: i = 20,
|
374
375
|
height: e = 20,
|
375
376
|
color: t = "#001E52",
|
@@ -408,7 +409,7 @@ const re = ({
|
|
408
409
|
/* @__PURE__ */ n("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
409
410
|
]
|
410
411
|
}
|
411
|
-
),
|
412
|
+
), me = ({
|
412
413
|
width: i = 16,
|
413
414
|
height: e = 12,
|
414
415
|
color: t = "#001E52",
|
@@ -457,7 +458,7 @@ const re = ({
|
|
457
458
|
)
|
458
459
|
] })
|
459
460
|
}
|
460
|
-
),
|
461
|
+
), ke = ({
|
461
462
|
width: i = 16,
|
462
463
|
height: e = 16,
|
463
464
|
color: t = "#001E52",
|
@@ -491,7 +492,7 @@ const re = ({
|
|
491
492
|
)
|
492
493
|
]
|
493
494
|
}
|
494
|
-
),
|
495
|
+
), Le = ({
|
495
496
|
width: i = 10,
|
496
497
|
height: e = 10,
|
497
498
|
color: t = "#001E52",
|
@@ -530,7 +531,7 @@ const re = ({
|
|
530
531
|
)
|
531
532
|
] })
|
532
533
|
}
|
533
|
-
),
|
534
|
+
), ve = ({
|
534
535
|
width: i = 16,
|
535
536
|
height: e = 16,
|
536
537
|
color: t = "#001E52",
|
@@ -566,7 +567,7 @@ const re = ({
|
|
566
567
|
)
|
567
568
|
]
|
568
569
|
}
|
569
|
-
),
|
570
|
+
), Ne = ({
|
570
571
|
width: i = 11,
|
571
572
|
height: e = 32,
|
572
573
|
color: t = "#001E52",
|
@@ -604,7 +605,7 @@ const re = ({
|
|
604
605
|
/* @__PURE__ */ n("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
605
606
|
]
|
606
607
|
}
|
607
|
-
),
|
608
|
+
), xe = ({
|
608
609
|
width: i = 20,
|
609
610
|
height: e = 20,
|
610
611
|
color: t = "#001E52",
|
@@ -651,7 +652,7 @@ const re = ({
|
|
651
652
|
)
|
652
653
|
]
|
653
654
|
}
|
654
|
-
),
|
655
|
+
), Re = ({
|
655
656
|
width: i = 20,
|
656
657
|
height: e = 20,
|
657
658
|
color: t = "#001E52",
|
@@ -684,7 +685,7 @@ const re = ({
|
|
684
685
|
)
|
685
686
|
]
|
686
687
|
}
|
687
|
-
),
|
688
|
+
), Me = ({
|
688
689
|
width: i = 20,
|
689
690
|
height: e = 20,
|
690
691
|
color: t = "#001E52",
|
@@ -731,7 +732,7 @@ const re = ({
|
|
731
732
|
)
|
732
733
|
]
|
733
734
|
}
|
734
|
-
),
|
735
|
+
), ye = ({
|
735
736
|
width: i = 20,
|
736
737
|
height: e = 20,
|
737
738
|
color: t = "#001E52",
|
@@ -764,7 +765,7 @@ const re = ({
|
|
764
765
|
)
|
765
766
|
]
|
766
767
|
}
|
767
|
-
),
|
768
|
+
), be = ({
|
768
769
|
width: i = 18,
|
769
770
|
height: e = 16,
|
770
771
|
color: t = "#001E52",
|
@@ -803,7 +804,7 @@ const re = ({
|
|
803
804
|
)
|
804
805
|
]
|
805
806
|
}
|
806
|
-
),
|
807
|
+
), Ee = ({
|
807
808
|
width: i = 20,
|
808
809
|
height: e = 20,
|
809
810
|
color: t = "#001E52",
|
@@ -836,7 +837,7 @@ const re = ({
|
|
836
837
|
)
|
837
838
|
]
|
838
839
|
}
|
839
|
-
),
|
840
|
+
), _e = ({
|
840
841
|
width: i = 20,
|
841
842
|
height: e = 20,
|
842
843
|
color: t = "#001E52",
|
@@ -860,7 +861,7 @@ const re = ({
|
|
860
861
|
}
|
861
862
|
)
|
862
863
|
}
|
863
|
-
),
|
864
|
+
), He = ({
|
864
865
|
width: i = 20,
|
865
866
|
height: e = 20,
|
866
867
|
color: t = "#001E52",
|
@@ -907,7 +908,7 @@ const re = ({
|
|
907
908
|
)
|
908
909
|
]
|
909
910
|
}
|
910
|
-
),
|
911
|
+
), Ve = ({
|
911
912
|
width: i = 20,
|
912
913
|
height: e = 20,
|
913
914
|
color: t = "#001E52",
|
@@ -940,7 +941,7 @@ const re = ({
|
|
940
941
|
)
|
941
942
|
]
|
942
943
|
}
|
943
|
-
),
|
944
|
+
), Ie = ({
|
944
945
|
width: i = 20,
|
945
946
|
height: e = 20,
|
946
947
|
color: t = "#001E52",
|
@@ -973,7 +974,7 @@ const re = ({
|
|
973
974
|
)
|
974
975
|
]
|
975
976
|
}
|
976
|
-
),
|
977
|
+
), Se = ({
|
977
978
|
width: i = 20,
|
978
979
|
height: e = 23,
|
979
980
|
color: t = "#001E52",
|
@@ -1034,7 +1035,7 @@ const re = ({
|
|
1034
1035
|
)
|
1035
1036
|
]
|
1036
1037
|
}
|
1037
|
-
),
|
1038
|
+
), Oe = ({
|
1038
1039
|
width: i = 20,
|
1039
1040
|
height: e = 20,
|
1040
1041
|
color: t = "#001E52",
|
@@ -1074,7 +1075,7 @@ const re = ({
|
|
1074
1075
|
)
|
1075
1076
|
]
|
1076
1077
|
}
|
1077
|
-
),
|
1078
|
+
), Ae = ({
|
1078
1079
|
width: i = 32,
|
1079
1080
|
height: e = 25,
|
1080
1081
|
color: t = "#001E52",
|
@@ -1102,7 +1103,7 @@ const re = ({
|
|
1102
1103
|
)
|
1103
1104
|
]
|
1104
1105
|
}
|
1105
|
-
),
|
1106
|
+
), Be = ({
|
1106
1107
|
width: i = 14,
|
1107
1108
|
height: e = 14,
|
1108
1109
|
color: t = "#10B981",
|
@@ -1131,7 +1132,7 @@ const re = ({
|
|
1131
1132
|
)
|
1132
1133
|
]
|
1133
1134
|
}
|
1134
|
-
),
|
1135
|
+
), We = ({
|
1135
1136
|
width: i = 11,
|
1136
1137
|
height: e = 11,
|
1137
1138
|
color: t = "#FFB020",
|
@@ -1165,7 +1166,7 @@ const re = ({
|
|
1165
1166
|
)
|
1166
1167
|
]
|
1167
1168
|
}
|
1168
|
-
),
|
1169
|
+
), Ze = ({
|
1169
1170
|
width: i = 10,
|
1170
1171
|
height: e = 10,
|
1171
1172
|
color: t = "#88A4FF",
|
@@ -1213,7 +1214,7 @@ const re = ({
|
|
1213
1214
|
)
|
1214
1215
|
]
|
1215
1216
|
}
|
1216
|
-
),
|
1217
|
+
), je = ({
|
1217
1218
|
width: i = 14,
|
1218
1219
|
height: e = 14,
|
1219
1220
|
color: t = "#8E8E93",
|
@@ -1241,7 +1242,7 @@ const re = ({
|
|
1241
1242
|
)
|
1242
1243
|
]
|
1243
1244
|
}
|
1244
|
-
),
|
1245
|
+
), De = ({
|
1245
1246
|
width: i = 14,
|
1246
1247
|
height: e = 14,
|
1247
1248
|
color: t = "#FFB020",
|
@@ -1275,7 +1276,7 @@ const re = ({
|
|
1275
1276
|
)
|
1276
1277
|
]
|
1277
1278
|
}
|
1278
|
-
),
|
1279
|
+
), Te = ({
|
1279
1280
|
width: i = 14,
|
1280
1281
|
height: e = 14,
|
1281
1282
|
color: t = "#D0421B",
|
@@ -1323,7 +1324,7 @@ const re = ({
|
|
1323
1324
|
)
|
1324
1325
|
]
|
1325
1326
|
}
|
1326
|
-
),
|
1327
|
+
), Ge = ({
|
1327
1328
|
width: i = 20,
|
1328
1329
|
height: e = 20,
|
1329
1330
|
color: t = "#070739",
|
@@ -1353,7 +1354,7 @@ const re = ({
|
|
1353
1354
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
1354
1355
|
]
|
1355
1356
|
}
|
1356
|
-
),
|
1357
|
+
), Ke = ({
|
1357
1358
|
width: i = 20,
|
1358
1359
|
height: e = 20,
|
1359
1360
|
color: t = "#070739",
|
@@ -1391,7 +1392,7 @@ const re = ({
|
|
1391
1392
|
)
|
1392
1393
|
]
|
1393
1394
|
}
|
1394
|
-
),
|
1395
|
+
), Pe = ({
|
1395
1396
|
width: i = 9,
|
1396
1397
|
height: e = 5,
|
1397
1398
|
color: t = "#001E52",
|
@@ -1417,7 +1418,7 @@ const re = ({
|
|
1417
1418
|
}
|
1418
1419
|
)
|
1419
1420
|
}
|
1420
|
-
),
|
1421
|
+
), Fe = ({
|
1421
1422
|
width: i = 20,
|
1422
1423
|
height: e = 20,
|
1423
1424
|
color: t = "#F2F2F7",
|
@@ -1446,7 +1447,7 @@ const re = ({
|
|
1446
1447
|
)
|
1447
1448
|
]
|
1448
1449
|
}
|
1449
|
-
),
|
1450
|
+
), $e = ({
|
1450
1451
|
width: i = 20,
|
1451
1452
|
height: e = 20,
|
1452
1453
|
color: t = "#004ED7",
|
@@ -1475,7 +1476,7 @@ const re = ({
|
|
1475
1476
|
)
|
1476
1477
|
]
|
1477
1478
|
}
|
1478
|
-
),
|
1479
|
+
), Ye = ({
|
1479
1480
|
width: i = 248,
|
1480
1481
|
height: e = 248,
|
1481
1482
|
color: t = "#070739",
|
@@ -1512,7 +1513,7 @@ const re = ({
|
|
1512
1513
|
)
|
1513
1514
|
]
|
1514
1515
|
}
|
1515
|
-
),
|
1516
|
+
), Ue = ({
|
1516
1517
|
width: i = 24,
|
1517
1518
|
height: e = 24,
|
1518
1519
|
color: t = "#001E52",
|
@@ -1551,7 +1552,7 @@ const re = ({
|
|
1551
1552
|
)
|
1552
1553
|
]
|
1553
1554
|
}
|
1554
|
-
),
|
1555
|
+
), ze = ({
|
1555
1556
|
width: i = 10,
|
1556
1557
|
height: e = 10,
|
1557
1558
|
color: t = "#001E52",
|
@@ -1580,7 +1581,7 @@ const re = ({
|
|
1580
1581
|
)
|
1581
1582
|
]
|
1582
1583
|
}
|
1583
|
-
),
|
1584
|
+
), Je = ({
|
1584
1585
|
width: i = 10,
|
1585
1586
|
height: e = 10,
|
1586
1587
|
color: t = "#001E52",
|
@@ -1617,10 +1618,10 @@ const re = ({
|
|
1617
1618
|
)
|
1618
1619
|
]
|
1619
1620
|
}
|
1620
|
-
),
|
1621
|
+
), Qe = ({
|
1621
1622
|
width: i = 24,
|
1622
1623
|
height: e = 24,
|
1623
|
-
color: t =
|
1624
|
+
color: t = w.GREY_DARK_5,
|
1624
1625
|
className: s,
|
1625
1626
|
onClick: o
|
1626
1627
|
}) => /* @__PURE__ */ u(
|
@@ -1656,10 +1657,10 @@ const re = ({
|
|
1656
1657
|
)
|
1657
1658
|
]
|
1658
1659
|
}
|
1659
|
-
),
|
1660
|
+
), qe = ({
|
1660
1661
|
width: i = 20,
|
1661
1662
|
height: e = 20,
|
1662
|
-
color: t =
|
1663
|
+
color: t = w.GREY_DARK_1,
|
1663
1664
|
className: s,
|
1664
1665
|
onClick: o
|
1665
1666
|
}) => /* @__PURE__ */ u(
|
@@ -1689,10 +1690,10 @@ const re = ({
|
|
1689
1690
|
)
|
1690
1691
|
]
|
1691
1692
|
}
|
1692
|
-
),
|
1693
|
+
), Xe = ({
|
1693
1694
|
width: i = 81,
|
1694
1695
|
height: e = 80,
|
1695
|
-
color: t =
|
1696
|
+
color: t = w.GREY_DARK_5,
|
1696
1697
|
className: s,
|
1697
1698
|
onClick: o
|
1698
1699
|
}) => /* @__PURE__ */ u(
|
@@ -1738,9 +1739,9 @@ const re = ({
|
|
1738
1739
|
)
|
1739
1740
|
]
|
1740
1741
|
}
|
1741
|
-
),
|
1742
|
+
), et = ({
|
1742
1743
|
className: i,
|
1743
|
-
color: e =
|
1744
|
+
color: e = w.GREY_DARK_5,
|
1744
1745
|
height: t = 20,
|
1745
1746
|
width: s = 20,
|
1746
1747
|
onClick: o
|
@@ -1765,9 +1766,9 @@ const re = ({
|
|
1765
1766
|
}
|
1766
1767
|
)
|
1767
1768
|
}
|
1768
|
-
),
|
1769
|
+
), tt = ({
|
1769
1770
|
className: i,
|
1770
|
-
color: e =
|
1771
|
+
color: e = w.GREY_DARK_5,
|
1771
1772
|
height: t = 20,
|
1772
1773
|
width: s = 20,
|
1773
1774
|
onClick: o
|
@@ -1792,9 +1793,9 @@ const re = ({
|
|
1792
1793
|
}
|
1793
1794
|
)
|
1794
1795
|
}
|
1795
|
-
),
|
1796
|
+
), it = ({
|
1796
1797
|
className: i,
|
1797
|
-
color: e =
|
1798
|
+
color: e = w.GREY_DARK_5,
|
1798
1799
|
height: t = 5,
|
1799
1800
|
width: s = 10,
|
1800
1801
|
onClick: o
|
@@ -1816,9 +1817,9 @@ const re = ({
|
|
1816
1817
|
}
|
1817
1818
|
)
|
1818
1819
|
}
|
1819
|
-
),
|
1820
|
+
), st = ({
|
1820
1821
|
className: i,
|
1821
|
-
color: e =
|
1822
|
+
color: e = w.GREY_DARK_5,
|
1822
1823
|
height: t = 5,
|
1823
1824
|
width: s = 10,
|
1824
1825
|
onClick: o
|
@@ -1841,9 +1842,9 @@ const re = ({
|
|
1841
1842
|
}
|
1842
1843
|
)
|
1843
1844
|
}
|
1844
|
-
),
|
1845
|
+
), ot = ({
|
1845
1846
|
className: i,
|
1846
|
-
color: e =
|
1847
|
+
color: e = w.GREY_DARK_5,
|
1847
1848
|
height: t = 24,
|
1848
1849
|
width: s = 24,
|
1849
1850
|
onClick: o
|
@@ -1880,9 +1881,9 @@ const re = ({
|
|
1880
1881
|
)
|
1881
1882
|
]
|
1882
1883
|
}
|
1883
|
-
),
|
1884
|
+
), nt = ({
|
1884
1885
|
className: i,
|
1885
|
-
color: e =
|
1886
|
+
color: e = w.GREY_DARK_5,
|
1886
1887
|
height: t = 24,
|
1887
1888
|
width: s = 24,
|
1888
1889
|
onClick: o
|
@@ -1919,9 +1920,9 @@ const re = ({
|
|
1919
1920
|
)
|
1920
1921
|
]
|
1921
1922
|
}
|
1922
|
-
),
|
1923
|
+
), rt = ({
|
1923
1924
|
className: i,
|
1924
|
-
color: e =
|
1925
|
+
color: e = w.GREY_DARK_5,
|
1925
1926
|
height: t = 24,
|
1926
1927
|
width: s = 24,
|
1927
1928
|
onClick: o
|
@@ -1946,9 +1947,9 @@ const re = ({
|
|
1946
1947
|
}
|
1947
1948
|
)
|
1948
1949
|
}
|
1949
|
-
),
|
1950
|
+
), lt = ({
|
1950
1951
|
className: i,
|
1951
|
-
color: e =
|
1952
|
+
color: e = w.GREY_DARK_5,
|
1952
1953
|
height: t = 24,
|
1953
1954
|
width: s = 24,
|
1954
1955
|
onClick: o
|
@@ -2005,9 +2006,9 @@ const re = ({
|
|
2005
2006
|
)
|
2006
2007
|
]
|
2007
2008
|
}
|
2008
|
-
),
|
2009
|
+
), at = ({
|
2009
2010
|
className: i,
|
2010
|
-
color: e =
|
2011
|
+
color: e = w.GREY_DARK_5,
|
2011
2012
|
height: t = 24,
|
2012
2013
|
width: s = 24,
|
2013
2014
|
onClick: o
|
@@ -2042,9 +2043,9 @@ const re = ({
|
|
2042
2043
|
)
|
2043
2044
|
]
|
2044
2045
|
}
|
2045
|
-
),
|
2046
|
+
), ht = ({
|
2046
2047
|
className: i,
|
2047
|
-
color: e =
|
2048
|
+
color: e = w.GREY_DARK_3,
|
2048
2049
|
height: t = 14,
|
2049
2050
|
width: s = 14,
|
2050
2051
|
onClick: o
|
@@ -2079,9 +2080,9 @@ const re = ({
|
|
2079
2080
|
)
|
2080
2081
|
]
|
2081
2082
|
}
|
2082
|
-
),
|
2083
|
+
), ct = ({
|
2083
2084
|
className: i,
|
2084
|
-
color: e =
|
2085
|
+
color: e = w.GREY_DARK_5,
|
2085
2086
|
height: t = 18,
|
2086
2087
|
onClick: s,
|
2087
2088
|
width: o = 18
|
@@ -2106,9 +2107,9 @@ const re = ({
|
|
2106
2107
|
}
|
2107
2108
|
)
|
2108
2109
|
}
|
2109
|
-
),
|
2110
|
+
), dt = ({
|
2110
2111
|
className: i,
|
2111
|
-
color: e =
|
2112
|
+
color: e = w.GREY_DARK_5,
|
2112
2113
|
height: t = 24,
|
2113
2114
|
width: s = 24,
|
2114
2115
|
onClick: o
|
@@ -2158,9 +2159,9 @@ const re = ({
|
|
2158
2159
|
)
|
2159
2160
|
]
|
2160
2161
|
}
|
2161
|
-
),
|
2162
|
+
), gt = ({
|
2162
2163
|
className: i,
|
2163
|
-
color: e =
|
2164
|
+
color: e = w.GREY_DARK_5,
|
2164
2165
|
height: t = 24,
|
2165
2166
|
width: s = 24,
|
2166
2167
|
onClick: o
|
@@ -2195,9 +2196,9 @@ const re = ({
|
|
2195
2196
|
)
|
2196
2197
|
]
|
2197
2198
|
}
|
2198
|
-
),
|
2199
|
+
), ut = ({
|
2199
2200
|
className: i,
|
2200
|
-
color: e =
|
2201
|
+
color: e = w.NOTIFICATION_WARNING_DARK,
|
2201
2202
|
height: t = 37,
|
2202
2203
|
width: s = 36,
|
2203
2204
|
onClick: o
|
@@ -2234,9 +2235,9 @@ const re = ({
|
|
2234
2235
|
)
|
2235
2236
|
]
|
2236
2237
|
}
|
2237
|
-
),
|
2238
|
+
), Ct = ({
|
2238
2239
|
className: i,
|
2239
|
-
color: e =
|
2240
|
+
color: e = w.GREY_DARK_5,
|
2240
2241
|
height: t = 24,
|
2241
2242
|
width: s = 24,
|
2242
2243
|
onClick: o
|
@@ -2260,9 +2261,9 @@ const re = ({
|
|
2260
2261
|
}
|
2261
2262
|
)
|
2262
2263
|
}
|
2263
|
-
),
|
2264
|
+
), pt = ({
|
2264
2265
|
className: i,
|
2265
|
-
color: e =
|
2266
|
+
color: e = w.GREY_DARK_5,
|
2266
2267
|
height: t = 24,
|
2267
2268
|
width: s = 24,
|
2268
2269
|
onClick: o
|
@@ -2299,9 +2300,9 @@ const re = ({
|
|
2299
2300
|
)
|
2300
2301
|
]
|
2301
2302
|
}
|
2302
|
-
),
|
2303
|
+
), ft = ({
|
2303
2304
|
className: i,
|
2304
|
-
color: e =
|
2305
|
+
color: e = w.GREY_DARK_5,
|
2305
2306
|
height: t = 24,
|
2306
2307
|
width: s = 24,
|
2307
2308
|
onClick: o
|
@@ -2338,9 +2339,9 @@ const re = ({
|
|
2338
2339
|
)
|
2339
2340
|
]
|
2340
2341
|
}
|
2341
|
-
),
|
2342
|
+
), wt = ({
|
2342
2343
|
className: i,
|
2343
|
-
color: e =
|
2344
|
+
color: e = w.GREY_DARK_5,
|
2344
2345
|
height: t = 24,
|
2345
2346
|
width: s = 24,
|
2346
2347
|
onClick: o
|
@@ -2407,9 +2408,9 @@ const re = ({
|
|
2407
2408
|
)
|
2408
2409
|
]
|
2409
2410
|
}
|
2410
|
-
),
|
2411
|
+
), mt = ({
|
2411
2412
|
className: i,
|
2412
|
-
color: e =
|
2413
|
+
color: e = w.GREY_DARK_5,
|
2413
2414
|
height: t = 24,
|
2414
2415
|
width: s = 24,
|
2415
2416
|
onClick: o
|
@@ -2446,9 +2447,9 @@ const re = ({
|
|
2446
2447
|
)
|
2447
2448
|
]
|
2448
2449
|
}
|
2449
|
-
),
|
2450
|
+
), kt = ({
|
2450
2451
|
className: i,
|
2451
|
-
color: e =
|
2452
|
+
color: e = w.GREY_DARK_5,
|
2452
2453
|
height: t = 24,
|
2453
2454
|
width: s = 24,
|
2454
2455
|
onClick: o
|
@@ -2503,9 +2504,9 @@ const re = ({
|
|
2503
2504
|
)
|
2504
2505
|
]
|
2505
2506
|
}
|
2506
|
-
),
|
2507
|
+
), Lt = ({
|
2507
2508
|
className: i,
|
2508
|
-
color: e =
|
2509
|
+
color: e = w.GREY_DARK_5,
|
2509
2510
|
height: t = 24,
|
2510
2511
|
width: s = 24,
|
2511
2512
|
onClick: o
|
@@ -2542,9 +2543,9 @@ const re = ({
|
|
2542
2543
|
)
|
2543
2544
|
]
|
2544
2545
|
}
|
2545
|
-
),
|
2546
|
+
), vt = ({
|
2546
2547
|
className: i,
|
2547
|
-
color: e =
|
2548
|
+
color: e = w.GREY_DARK_5,
|
2548
2549
|
height: t = 24,
|
2549
2550
|
width: s = 24,
|
2550
2551
|
onClick: o
|
@@ -2591,9 +2592,9 @@ const re = ({
|
|
2591
2592
|
)
|
2592
2593
|
]
|
2593
2594
|
}
|
2594
|
-
),
|
2595
|
+
), Nt = ({
|
2595
2596
|
className: i,
|
2596
|
-
color: e =
|
2597
|
+
color: e = w.GREY_DARK_5,
|
2597
2598
|
height: t = 24,
|
2598
2599
|
width: s = 24,
|
2599
2600
|
onClick: o
|
@@ -2630,9 +2631,9 @@ const re = ({
|
|
2630
2631
|
)
|
2631
2632
|
]
|
2632
2633
|
}
|
2633
|
-
),
|
2634
|
+
), xt = ({
|
2634
2635
|
className: i,
|
2635
|
-
color: e =
|
2636
|
+
color: e = w.GREY_DARK_5,
|
2636
2637
|
height: t = 24,
|
2637
2638
|
width: s = 24,
|
2638
2639
|
onClick: o
|
@@ -2657,9 +2658,9 @@ const re = ({
|
|
2657
2658
|
}
|
2658
2659
|
)
|
2659
2660
|
}
|
2660
|
-
),
|
2661
|
+
), Rt = ({
|
2661
2662
|
className: i,
|
2662
|
-
color: e =
|
2663
|
+
color: e = w.GREY_DARK_5,
|
2663
2664
|
height: t = 24,
|
2664
2665
|
width: s = 24,
|
2665
2666
|
onClick: o
|
@@ -2695,9 +2696,9 @@ const re = ({
|
|
2695
2696
|
)
|
2696
2697
|
]
|
2697
2698
|
}
|
2698
|
-
),
|
2699
|
+
), Mt = ({
|
2699
2700
|
className: i,
|
2700
|
-
color: e =
|
2701
|
+
color: e = w.GREY_DARK_5,
|
2701
2702
|
height: t = 24,
|
2702
2703
|
width: s = 24,
|
2703
2704
|
onClick: o
|
@@ -2716,9 +2717,9 @@ const re = ({
|
|
2716
2717
|
/* @__PURE__ */ n("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
2717
2718
|
]
|
2718
2719
|
}
|
2719
|
-
),
|
2720
|
+
), yt = ({
|
2720
2721
|
className: i,
|
2721
|
-
color: e =
|
2722
|
+
color: e = w.GREY_DARK_5,
|
2722
2723
|
height: t = 24,
|
2723
2724
|
width: s = 24,
|
2724
2725
|
onClick: o
|
@@ -2755,9 +2756,9 @@ const re = ({
|
|
2755
2756
|
)
|
2756
2757
|
]
|
2757
2758
|
}
|
2758
|
-
),
|
2759
|
+
), bt = ({
|
2759
2760
|
className: i,
|
2760
|
-
color: e =
|
2761
|
+
color: e = w.GREY_DARK_5,
|
2761
2762
|
height: t = 24,
|
2762
2763
|
width: s = 24,
|
2763
2764
|
onClick: o
|
@@ -2794,9 +2795,9 @@ const re = ({
|
|
2794
2795
|
)
|
2795
2796
|
]
|
2796
2797
|
}
|
2797
|
-
),
|
2798
|
+
), Et = ({
|
2798
2799
|
className: i,
|
2799
|
-
color: e =
|
2800
|
+
color: e = w.GREY_DARK_5,
|
2800
2801
|
height: t = 24,
|
2801
2802
|
width: s = 24,
|
2802
2803
|
onClick: o
|
@@ -2833,9 +2834,9 @@ const re = ({
|
|
2833
2834
|
)
|
2834
2835
|
]
|
2835
2836
|
}
|
2836
|
-
),
|
2837
|
+
), _t = ({
|
2837
2838
|
className: i,
|
2838
|
-
color: e =
|
2839
|
+
color: e = w.GREY_DARK_2,
|
2839
2840
|
height: t = 16,
|
2840
2841
|
width: s = 16,
|
2841
2842
|
onClick: o
|
@@ -2859,9 +2860,9 @@ const re = ({
|
|
2859
2860
|
}
|
2860
2861
|
)
|
2861
2862
|
}
|
2862
|
-
),
|
2863
|
+
), Ht = ({
|
2863
2864
|
className: i,
|
2864
|
-
color: e =
|
2865
|
+
color: e = w.GREY_DARK_5,
|
2865
2866
|
height: t = 20,
|
2866
2867
|
width: s = 20,
|
2867
2868
|
onClick: o
|
@@ -2888,9 +2889,9 @@ const re = ({
|
|
2888
2889
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
2889
2890
|
]
|
2890
2891
|
}
|
2891
|
-
),
|
2892
|
+
), Vt = ({
|
2892
2893
|
className: i,
|
2893
|
-
color: e =
|
2894
|
+
color: e = w.GREY_DARK_5,
|
2894
2895
|
height: t = 20,
|
2895
2896
|
width: s = 20,
|
2896
2897
|
onClick: o
|
@@ -2917,9 +2918,9 @@ const re = ({
|
|
2917
2918
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
2918
2919
|
]
|
2919
2920
|
}
|
2920
|
-
),
|
2921
|
+
), It = ({
|
2921
2922
|
className: i,
|
2922
|
-
color: e =
|
2923
|
+
color: e = w.GREY_DARK_5,
|
2923
2924
|
height: t = 20,
|
2924
2925
|
width: s = 20,
|
2925
2926
|
onClick: o
|
@@ -2934,7 +2935,7 @@ const re = ({
|
|
2934
2935
|
fill: "none",
|
2935
2936
|
xmlns: "http://www.w3.org/2000/svg",
|
2936
2937
|
children: [
|
2937
|
-
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill:
|
2938
|
+
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill: w.GREY_LIGHT_2 }),
|
2938
2939
|
/* @__PURE__ */ n(
|
2939
2940
|
"path",
|
2940
2941
|
{
|
@@ -2946,9 +2947,9 @@ const re = ({
|
|
2946
2947
|
)
|
2947
2948
|
]
|
2948
2949
|
}
|
2949
|
-
),
|
2950
|
+
), St = ({
|
2950
2951
|
className: i,
|
2951
|
-
color: e =
|
2952
|
+
color: e = w.GREY_DARK_5,
|
2952
2953
|
height: t = 20,
|
2953
2954
|
width: s = 20,
|
2954
2955
|
onClick: o
|
@@ -2963,7 +2964,7 @@ const re = ({
|
|
2963
2964
|
fill: "none",
|
2964
2965
|
xmlns: "http://www.w3.org/2000/svg",
|
2965
2966
|
children: [
|
2966
|
-
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill:
|
2967
|
+
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill: w.GREY_LIGHT_2 }),
|
2967
2968
|
/* @__PURE__ */ n(
|
2968
2969
|
"path",
|
2969
2970
|
{
|
@@ -2975,7 +2976,7 @@ const re = ({
|
|
2975
2976
|
)
|
2976
2977
|
]
|
2977
2978
|
}
|
2978
|
-
),
|
2979
|
+
), Ot = ({
|
2979
2980
|
className: i,
|
2980
2981
|
color: e = "#001E52",
|
2981
2982
|
height: t = 24,
|
@@ -3001,7 +3002,7 @@ const re = ({
|
|
3001
3002
|
}
|
3002
3003
|
)
|
3003
3004
|
}
|
3004
|
-
),
|
3005
|
+
), At = ({
|
3005
3006
|
className: i,
|
3006
3007
|
color: e = "#131314",
|
3007
3008
|
height: t = 20,
|
@@ -3029,7 +3030,7 @@ const re = ({
|
|
3029
3030
|
}
|
3030
3031
|
)
|
3031
3032
|
}
|
3032
|
-
),
|
3033
|
+
), Bt = ({
|
3033
3034
|
className: i,
|
3034
3035
|
color: e = "#001E52",
|
3035
3036
|
height: t = 24,
|
@@ -3076,8 +3077,8 @@ const re = ({
|
|
3076
3077
|
disabled: a = !1,
|
3077
3078
|
onClick: c
|
3078
3079
|
}) => {
|
3079
|
-
const [r, d] = S(o), { theme: g } = i1(D1), l = a ? g && g === "dark" ?
|
3080
|
-
return
|
3080
|
+
const [r, d] = S(o), { theme: g } = i1(D1), l = a ? g && g === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : s, h = a ? void 0 : c;
|
3081
|
+
return A(() => {
|
3081
3082
|
if (o) {
|
3082
3083
|
h && !a && d(`${o} clickable`);
|
3083
3084
|
return;
|
@@ -3086,39 +3087,39 @@ const re = ({
|
|
3086
3087
|
}, [h, o, a]), /* @__PURE__ */ n(Y, { children: (() => {
|
3087
3088
|
switch (i) {
|
3088
3089
|
case "nextIcon":
|
3089
|
-
return
|
3090
|
+
return et({ width: e, height: t, color: l, className: r, onClick: h });
|
3090
3091
|
case "prevIcon":
|
3091
|
-
return
|
3092
|
+
return tt({ width: e, height: t, color: l, className: r, onClick: h });
|
3092
3093
|
case "arrowUp":
|
3093
|
-
return
|
3094
|
+
return ae({ width: e, height: t, color: l, className: r, onClick: h });
|
3094
3095
|
case "arrowDown":
|
3095
|
-
return
|
3096
|
+
return he({ width: e, height: t, color: l, className: r, onClick: h });
|
3096
3097
|
case "info":
|
3097
|
-
return
|
3098
|
+
return ce({ width: e, height: t, color: l, className: r, onClick: h });
|
3098
3099
|
case "arrowRight":
|
3099
|
-
return
|
3100
|
+
return de({ width: e, height: t, color: l, className: r, onClick: h });
|
3100
3101
|
case "calendar":
|
3101
|
-
return
|
3102
|
+
return ge({ width: e, height: t, color: l, className: r, onClick: h });
|
3102
3103
|
case "ok":
|
3103
|
-
return
|
3104
|
+
return ue({ width: e, height: t, color: l, className: r, onClick: h });
|
3104
3105
|
case "cancel":
|
3105
|
-
return
|
3106
|
+
return Ce({ width: e, height: t, color: l, className: r, onClick: h });
|
3106
3107
|
case "add":
|
3107
|
-
return
|
3108
|
+
return pe({ width: e, height: t, color: l, className: r, onClick: h });
|
3108
3109
|
case "list":
|
3109
|
-
return
|
3110
|
+
return fe({ width: e, height: t, color: l, className: r, onClick: h });
|
3110
3111
|
case "dragAndDrop":
|
3111
|
-
return
|
3112
|
+
return we({ width: e, height: t, color: l, className: r, onClick: h });
|
3112
3113
|
case "filter":
|
3113
|
-
return
|
3114
|
+
return me({ width: e, height: t, color: l, className: r, onClick: h });
|
3114
3115
|
case "attention":
|
3115
|
-
return
|
3116
|
+
return ke({ width: e, height: t, color: l, className: r, onClick: h });
|
3116
3117
|
case "plus":
|
3117
|
-
return
|
3118
|
+
return Le({ width: e, height: t, color: l, className: r, onClick: h });
|
3118
3119
|
case "time":
|
3119
|
-
return
|
3120
|
+
return ve({ width: e, height: t, color: l, className: r, onClick: h });
|
3120
3121
|
case "arrowDownLong":
|
3121
|
-
return
|
3122
|
+
return Ne({
|
3122
3123
|
width: e,
|
3123
3124
|
height: t,
|
3124
3125
|
color: l,
|
@@ -3126,9 +3127,9 @@ const re = ({
|
|
3126
3127
|
onClick: h
|
3127
3128
|
});
|
3128
3129
|
case "users":
|
3129
|
-
return
|
3130
|
+
return xe({ width: e, height: t, color: l, className: r, onClick: h });
|
3130
3131
|
case "mySkillsMatrix":
|
3131
|
-
return
|
3132
|
+
return Re({
|
3132
3133
|
width: e,
|
3133
3134
|
height: t,
|
3134
3135
|
color: l,
|
@@ -3136,9 +3137,9 @@ const re = ({
|
|
3136
3137
|
onClick: h
|
3137
3138
|
});
|
3138
3139
|
case "skills":
|
3139
|
-
return
|
3140
|
+
return Me({ width: e, height: t, color: l, className: r, onClick: h });
|
3140
3141
|
case "skillsMatrices":
|
3141
|
-
return
|
3142
|
+
return ye({
|
3142
3143
|
width: e,
|
3143
3144
|
height: t,
|
3144
3145
|
color: l,
|
@@ -3146,23 +3147,23 @@ const re = ({
|
|
3146
3147
|
onClick: h
|
3147
3148
|
});
|
3148
3149
|
case "history":
|
3149
|
-
return
|
3150
|
+
return be({ width: e, height: t, color: l, className: r, onClick: h });
|
3150
3151
|
case "logOut":
|
3151
|
-
return
|
3152
|
+
return Ee({ width: e, height: t, color: l, className: r, onClick: h });
|
3152
3153
|
case "settings":
|
3153
|
-
return
|
3154
|
+
return _e({ width: e, height: t, color: l, className: r, onClick: h });
|
3154
3155
|
case "addSkill":
|
3155
|
-
return
|
3156
|
+
return He({ width: e, height: t, color: l, className: r, onClick: h });
|
3156
3157
|
case "conversation":
|
3157
|
-
return
|
3158
|
+
return Ve({ width: e, height: t, color: l, className: r, onClick: h });
|
3158
3159
|
case "trash":
|
3159
|
-
return
|
3160
|
+
return Ie({ width: e, height: t, color: l, className: r, onClick: h });
|
3160
3161
|
case "settings4":
|
3161
|
-
return
|
3162
|
+
return Se({ width: e, height: t, color: l, className: r, onClick: h });
|
3162
3163
|
case "edit2":
|
3163
|
-
return
|
3164
|
+
return Oe({ width: e, height: t, color: l, className: r, onClick: h });
|
3164
3165
|
case "notifications":
|
3165
|
-
return
|
3166
|
+
return Ae({
|
3166
3167
|
width: e,
|
3167
3168
|
height: t,
|
3168
3169
|
color: l,
|
@@ -3170,9 +3171,9 @@ const re = ({
|
|
3170
3171
|
onClick: h
|
3171
3172
|
});
|
3172
3173
|
case "success":
|
3173
|
-
return
|
3174
|
+
return Be({ width: e, height: t, color: l, className: r, onClick: h });
|
3174
3175
|
case "attentionSmall":
|
3175
|
-
return
|
3176
|
+
return We({
|
3176
3177
|
width: e,
|
3177
3178
|
height: t,
|
3178
3179
|
color: l,
|
@@ -3180,11 +3181,11 @@ const re = ({
|
|
3180
3181
|
onClick: h
|
3181
3182
|
});
|
3182
3183
|
case "errorSmall":
|
3183
|
-
return
|
3184
|
+
return Ze({ width: e, height: t, color: l, className: r, onClick: h });
|
3184
3185
|
case "infoMedium":
|
3185
|
-
return
|
3186
|
+
return je({ width: e, height: t, color: l, className: r, onClick: h });
|
3186
3187
|
case "attentionMedium":
|
3187
|
-
return
|
3188
|
+
return De({
|
3188
3189
|
width: e,
|
3189
3190
|
height: t,
|
3190
3191
|
color: l,
|
@@ -3192,9 +3193,9 @@ const re = ({
|
|
3192
3193
|
onClick: h
|
3193
3194
|
});
|
3194
3195
|
case "errorMedium":
|
3195
|
-
return
|
3196
|
+
return Te({ width: e, height: t, color: l, className: r, onClick: h });
|
3196
3197
|
case "faviconSkills":
|
3197
|
-
return
|
3198
|
+
return Ye({
|
3198
3199
|
width: e,
|
3199
3200
|
height: t,
|
3200
3201
|
color: l,
|
@@ -3202,7 +3203,7 @@ const re = ({
|
|
3202
3203
|
onClick: h
|
3203
3204
|
});
|
3204
3205
|
case "visibilityIcon":
|
3205
|
-
return
|
3206
|
+
return Ge({
|
3206
3207
|
width: e,
|
3207
3208
|
height: t,
|
3208
3209
|
color: l,
|
@@ -3210,7 +3211,7 @@ const re = ({
|
|
3210
3211
|
onClick: h
|
3211
3212
|
});
|
3212
3213
|
case "visibilityOffIcon":
|
3213
|
-
return
|
3214
|
+
return Ke({
|
3214
3215
|
width: e,
|
3215
3216
|
height: t,
|
3216
3217
|
color: l,
|
@@ -3218,7 +3219,7 @@ const re = ({
|
|
3218
3219
|
onClick: h
|
3219
3220
|
});
|
3220
3221
|
case "selectArrowIcon":
|
3221
|
-
return
|
3222
|
+
return Pe({
|
3222
3223
|
width: e,
|
3223
3224
|
height: t,
|
3224
3225
|
color: l,
|
@@ -3226,7 +3227,7 @@ const re = ({
|
|
3226
3227
|
onClick: h
|
3227
3228
|
});
|
3228
3229
|
case "expandArrowIcon":
|
3229
|
-
return
|
3230
|
+
return Fe({
|
3230
3231
|
width: e,
|
3231
3232
|
height: t,
|
3232
3233
|
color: l,
|
@@ -3234,7 +3235,7 @@ const re = ({
|
|
3234
3235
|
onClick: h
|
3235
3236
|
});
|
3236
3237
|
case "expandActiveArrowIcon":
|
3237
|
-
return
|
3238
|
+
return $e({
|
3238
3239
|
width: e,
|
3239
3240
|
height: t,
|
3240
3241
|
color: l,
|
@@ -3242,97 +3243,97 @@ const re = ({
|
|
3242
3243
|
onClick: h
|
3243
3244
|
});
|
3244
3245
|
case "camera":
|
3245
|
-
return
|
3246
|
+
return Ue({ width: e, height: t, color: l, className: r, onClick: h });
|
3246
3247
|
case "sortUp":
|
3247
|
-
return
|
3248
|
+
return ze({ width: e, height: t, color: l, className: r, onClick: h });
|
3248
3249
|
case "sortDown":
|
3249
|
-
return
|
3250
|
+
return Je({ width: e, height: t, color: l, className: r, onClick: h });
|
3250
3251
|
case "logOut2":
|
3251
|
-
return
|
3252
|
+
return Qe({ width: e, height: t, color: l, className: r, onClick: h });
|
3252
3253
|
case "search":
|
3253
|
-
return
|
3254
|
+
return qe({ width: e, height: t, color: l, className: r, onClick: h });
|
3254
3255
|
case "handRock":
|
3255
|
-
return
|
3256
|
+
return Xe({ width: e, height: t, color: l, className: r, onClick: h });
|
3256
3257
|
case "arrowUpFilled":
|
3257
|
-
return
|
3258
|
+
return st({ width: e, height: t, color: l, className: r, onClick: h });
|
3258
3259
|
case "arrowDownFilled":
|
3259
|
-
return et({ width: e, height: t, color: l, className: r, onClick: h });
|
3260
|
-
case "link":
|
3261
3260
|
return it({ width: e, height: t, color: l, className: r, onClick: h });
|
3262
|
-
case "
|
3261
|
+
case "link":
|
3263
3262
|
return ot({ width: e, height: t, color: l, className: r, onClick: h });
|
3264
|
-
case "
|
3263
|
+
case "telegram":
|
3265
3264
|
return rt({ width: e, height: t, color: l, className: r, onClick: h });
|
3265
|
+
case "mail":
|
3266
|
+
return at({ width: e, height: t, color: l, className: r, onClick: h });
|
3266
3267
|
case "github":
|
3267
|
-
return st({ width: e, height: t, color: l, className: r, onClick: h });
|
3268
|
-
case "linkedIn":
|
3269
3268
|
return nt({ width: e, height: t, color: l, className: r, onClick: h });
|
3270
|
-
case "
|
3269
|
+
case "linkedIn":
|
3271
3270
|
return lt({ width: e, height: t, color: l, className: r, onClick: h });
|
3271
|
+
case "emptyStateIcon":
|
3272
|
+
return ht({ width: e, height: t, color: l, className: r, onClick: h });
|
3272
3273
|
case "filtersIcon":
|
3273
|
-
return
|
3274
|
+
return ct({ width: e, height: t, color: l, className: r, onClick: h });
|
3274
3275
|
case "dotMenuIcon":
|
3275
|
-
return
|
3276
|
+
return dt({ width: e, height: t, color: l, className: r, onClick: h });
|
3276
3277
|
case "plusCircle":
|
3277
|
-
return
|
3278
|
+
return gt({ width: e, height: t, color: l, className: r, onClick: h });
|
3278
3279
|
case "warning":
|
3279
|
-
return
|
3280
|
+
return ut({ width: e, height: t, color: l, className: r, onClick: h });
|
3280
3281
|
case "back":
|
3281
|
-
return
|
3282
|
+
return Ct({ width: e, height: t, color: l, className: r, onClick: h });
|
3282
3283
|
case "bell":
|
3283
|
-
return ut({ width: e, height: t, color: l, className: r, onClick: h });
|
3284
|
-
case "contract":
|
3285
3284
|
return pt({ width: e, height: t, color: l, className: r, onClick: h });
|
3285
|
+
case "contract":
|
3286
|
+
return wt({ width: e, height: t, color: l, className: r, onClick: h });
|
3286
3287
|
case "trash2":
|
3287
|
-
return Ct({ width: e, height: t, color: l, className: r, onClick: h });
|
3288
|
-
case "manager":
|
3289
3288
|
return ft({ width: e, height: t, color: l, className: r, onClick: h });
|
3289
|
+
case "manager":
|
3290
|
+
return mt({ width: e, height: t, color: l, className: r, onClick: h });
|
3290
3291
|
case "resourceManager":
|
3291
|
-
return
|
3292
|
+
return kt({ width: e, height: t, color: l, className: r, onClick: h });
|
3292
3293
|
case "settings2":
|
3293
|
-
return
|
3294
|
+
return Lt({ width: e, height: t, color: l, className: r, onClick: h });
|
3294
3295
|
case "image":
|
3295
|
-
return
|
3296
|
+
return vt({ width: e, height: t, color: l, className: r, onClick: h });
|
3296
3297
|
case "upload":
|
3297
|
-
return
|
3298
|
+
return Nt({ width: e, height: t, color: l, className: r, onClick: h });
|
3298
3299
|
case "edit":
|
3299
|
-
return
|
3300
|
+
return xt({ width: e, height: t, color: l, className: r, onClick: h });
|
3300
3301
|
case "location":
|
3301
|
-
return
|
3302
|
+
return Rt({ width: e, height: t, color: l, className: r, onClick: h });
|
3302
3303
|
case "plus2":
|
3303
|
-
return
|
3304
|
+
return Mt({ width: e, height: t, color: l, className: r, onClick: h });
|
3304
3305
|
case "search2":
|
3305
|
-
return
|
3306
|
+
return yt({ width: e, height: t, color: l, className: r, onClick: h });
|
3306
3307
|
case "fastArrowLeft":
|
3307
|
-
return
|
3308
|
+
return bt({ width: e, height: t, color: l, className: r, onClick: h });
|
3308
3309
|
case "fastArrowRight":
|
3309
|
-
return
|
3310
|
+
return Et({ width: e, height: t, color: l, className: r, onClick: h });
|
3310
3311
|
case "crossInCircle":
|
3311
|
-
return bt({ width: e, height: t, color: l, className: r, onClick: h });
|
3312
|
-
case "arrowUp2":
|
3313
3312
|
return _t({ width: e, height: t, color: l, className: r, onClick: h });
|
3313
|
+
case "arrowUp2":
|
3314
|
+
return Vt({ width: e, height: t, color: l, className: r, onClick: h });
|
3314
3315
|
case "arrowDown2":
|
3315
|
-
return Et({ width: e, height: t, color: l, className: r, onClick: h });
|
3316
|
-
case "filledArrowLeft":
|
3317
3316
|
return Ht({ width: e, height: t, color: l, className: r, onClick: h });
|
3317
|
+
case "filledArrowLeft":
|
3318
|
+
return It({ width: e, height: t, color: l, className: r, onClick: h });
|
3318
3319
|
case "filledArrowRight":
|
3319
|
-
return
|
3320
|
+
return St({ width: e, height: t, color: l, className: r, onClick: h });
|
3320
3321
|
case "burgerMenu":
|
3321
|
-
return
|
3322
|
+
return Ot({ width: e, height: t, color: l, className: r, onClick: h });
|
3322
3323
|
case "signOut":
|
3323
|
-
return
|
3324
|
+
return At({ width: e, height: t, color: l, className: r, onClick: h });
|
3324
3325
|
case "refresh":
|
3325
|
-
return
|
3326
|
+
return Bt({ width: e, height: t, color: l, className: r, onClick: h });
|
3326
3327
|
default:
|
3327
3328
|
return /* @__PURE__ */ n(Y, { children: "No Icon provided" });
|
3328
3329
|
}
|
3329
3330
|
})() });
|
3330
|
-
}, { Title:
|
3331
|
+
}, { Title: Wt, Text: Zt } = B1, jt = {
|
3331
3332
|
h1: 1,
|
3332
3333
|
h2: 2,
|
3333
3334
|
h3: 3,
|
3334
3335
|
h4: 4
|
3335
|
-
},
|
3336
|
+
}, Dt = c1(
|
3336
3337
|
({
|
3337
3338
|
align: i = "inherit",
|
3338
3339
|
variant: e = "body1",
|
@@ -3345,17 +3346,17 @@ const re = ({
|
|
3345
3346
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
3346
3347
|
let g = `snmt-typography snmt-typography-${e}`;
|
3347
3348
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), a && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
3348
|
-
|
3349
|
+
Wt,
|
3349
3350
|
{
|
3350
3351
|
className: g,
|
3351
3352
|
style: { color: t, whiteSpace: c },
|
3352
3353
|
onClick: o,
|
3353
|
-
level:
|
3354
|
+
level: jt[e],
|
3354
3355
|
ref: r,
|
3355
3356
|
children: s
|
3356
3357
|
}
|
3357
3358
|
) : /* @__PURE__ */ n(
|
3358
|
-
|
3359
|
+
Zt,
|
3359
3360
|
{
|
3360
3361
|
className: g,
|
3361
3362
|
style: { color: t, whiteSpace: c },
|
@@ -3366,13 +3367,13 @@ const re = ({
|
|
3366
3367
|
);
|
3367
3368
|
}
|
3368
3369
|
);
|
3369
|
-
var
|
3370
|
+
var m = /* @__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))(m || {});
|
3370
3371
|
const T1 = t1({
|
3371
3372
|
locale: "en",
|
3372
3373
|
theme: "light"
|
3373
3374
|
});
|
3374
3375
|
T1.Provider;
|
3375
|
-
const
|
3376
|
+
const Tt = ({
|
3376
3377
|
width: i = 20,
|
3377
3378
|
height: e = 20,
|
3378
3379
|
color: t = "#001E52",
|
@@ -3399,7 +3400,7 @@ const Zt = ({
|
|
3399
3400
|
}
|
3400
3401
|
)
|
3401
3402
|
}
|
3402
|
-
),
|
3403
|
+
), Gt = ({
|
3403
3404
|
width: i = 20,
|
3404
3405
|
height: e = 20,
|
3405
3406
|
color: t = "#001E52",
|
@@ -3426,7 +3427,7 @@ const Zt = ({
|
|
3426
3427
|
}
|
3427
3428
|
)
|
3428
3429
|
}
|
3429
|
-
),
|
3430
|
+
), Kt = ({
|
3430
3431
|
width: i = 16,
|
3431
3432
|
height: e = 16,
|
3432
3433
|
color: t = "#001E52",
|
@@ -3454,7 +3455,7 @@ const Zt = ({
|
|
3454
3455
|
)
|
3455
3456
|
]
|
3456
3457
|
}
|
3457
|
-
),
|
3458
|
+
), Pt = ({
|
3458
3459
|
width: i = 20,
|
3459
3460
|
height: e = 20,
|
3460
3461
|
color: t = "#001E52",
|
@@ -3489,7 +3490,7 @@ const Zt = ({
|
|
3489
3490
|
)
|
3490
3491
|
]
|
3491
3492
|
}
|
3492
|
-
),
|
3493
|
+
), Ft = ({
|
3493
3494
|
width: i = 18,
|
3494
3495
|
height: e = 18,
|
3495
3496
|
color: t = "#001E52",
|
@@ -3528,7 +3529,7 @@ const Zt = ({
|
|
3528
3529
|
)
|
3529
3530
|
]
|
3530
3531
|
}
|
3531
|
-
),
|
3532
|
+
), $t = ({
|
3532
3533
|
width: i = 20,
|
3533
3534
|
height: e = 20,
|
3534
3535
|
color: t = "#001E52",
|
@@ -3554,7 +3555,7 @@ const Zt = ({
|
|
3554
3555
|
}
|
3555
3556
|
)
|
3556
3557
|
}
|
3557
|
-
),
|
3558
|
+
), Yt = ({
|
3558
3559
|
width: i = 20,
|
3559
3560
|
height: e = 20,
|
3560
3561
|
color: t = "#001E52",
|
@@ -3575,7 +3576,7 @@ const Zt = ({
|
|
3575
3576
|
/* @__PURE__ */ n("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
3576
3577
|
]
|
3577
3578
|
}
|
3578
|
-
),
|
3579
|
+
), Ut = ({
|
3579
3580
|
width: i = 20,
|
3580
3581
|
height: e = 20,
|
3581
3582
|
color: t = "#001E52",
|
@@ -3607,7 +3608,7 @@ const Zt = ({
|
|
3607
3608
|
)
|
3608
3609
|
]
|
3609
3610
|
}
|
3610
|
-
),
|
3611
|
+
), zt = ({
|
3611
3612
|
width: i = 20,
|
3612
3613
|
height: e = 20,
|
3613
3614
|
color: t = "#001E52",
|
@@ -3661,7 +3662,7 @@ const Zt = ({
|
|
3661
3662
|
)
|
3662
3663
|
]
|
3663
3664
|
}
|
3664
|
-
),
|
3665
|
+
), Jt = ({
|
3665
3666
|
width: i = 20,
|
3666
3667
|
height: e = 20,
|
3667
3668
|
color: t = "#001E52",
|
@@ -3700,7 +3701,7 @@ const Zt = ({
|
|
3700
3701
|
/* @__PURE__ */ n("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
3701
3702
|
]
|
3702
3703
|
}
|
3703
|
-
),
|
3704
|
+
), Qt = ({
|
3704
3705
|
width: i = 16,
|
3705
3706
|
height: e = 12,
|
3706
3707
|
color: t = "#001E52",
|
@@ -3749,7 +3750,7 @@ const Zt = ({
|
|
3749
3750
|
)
|
3750
3751
|
] })
|
3751
3752
|
}
|
3752
|
-
),
|
3753
|
+
), qt = ({
|
3753
3754
|
width: i = 16,
|
3754
3755
|
height: e = 16,
|
3755
3756
|
color: t = "#001E52",
|
@@ -3783,7 +3784,7 @@ const Zt = ({
|
|
3783
3784
|
)
|
3784
3785
|
]
|
3785
3786
|
}
|
3786
|
-
),
|
3787
|
+
), Xt = ({
|
3787
3788
|
width: i = 10,
|
3788
3789
|
height: e = 10,
|
3789
3790
|
color: t = "#001E52",
|
@@ -3822,7 +3823,7 @@ const Zt = ({
|
|
3822
3823
|
)
|
3823
3824
|
] })
|
3824
3825
|
}
|
3825
|
-
),
|
3826
|
+
), e2 = ({
|
3826
3827
|
width: i = 16,
|
3827
3828
|
height: e = 16,
|
3828
3829
|
color: t = "#001E52",
|
@@ -3858,7 +3859,7 @@ const Zt = ({
|
|
3858
3859
|
)
|
3859
3860
|
]
|
3860
3861
|
}
|
3861
|
-
),
|
3862
|
+
), t2 = ({
|
3862
3863
|
width: i = 11,
|
3863
3864
|
height: e = 32,
|
3864
3865
|
color: t = "#001E52",
|
@@ -3896,7 +3897,7 @@ const Zt = ({
|
|
3896
3897
|
/* @__PURE__ */ n("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
3897
3898
|
]
|
3898
3899
|
}
|
3899
|
-
),
|
3900
|
+
), i2 = ({
|
3900
3901
|
width: i = 20,
|
3901
3902
|
height: e = 20,
|
3902
3903
|
color: t = "#001E52",
|
@@ -3943,7 +3944,7 @@ const Zt = ({
|
|
3943
3944
|
)
|
3944
3945
|
]
|
3945
3946
|
}
|
3946
|
-
),
|
3947
|
+
), s2 = ({
|
3947
3948
|
width: i = 20,
|
3948
3949
|
height: e = 20,
|
3949
3950
|
color: t = "#001E52",
|
@@ -3976,7 +3977,7 @@ const Zt = ({
|
|
3976
3977
|
)
|
3977
3978
|
]
|
3978
3979
|
}
|
3979
|
-
),
|
3980
|
+
), o2 = ({
|
3980
3981
|
width: i = 20,
|
3981
3982
|
height: e = 20,
|
3982
3983
|
color: t = "#001E52",
|
@@ -4023,7 +4024,7 @@ const Zt = ({
|
|
4023
4024
|
)
|
4024
4025
|
]
|
4025
4026
|
}
|
4026
|
-
),
|
4027
|
+
), n2 = ({
|
4027
4028
|
width: i = 20,
|
4028
4029
|
height: e = 20,
|
4029
4030
|
color: t = "#001E52",
|
@@ -4056,7 +4057,7 @@ const Zt = ({
|
|
4056
4057
|
)
|
4057
4058
|
]
|
4058
4059
|
}
|
4059
|
-
),
|
4060
|
+
), r2 = ({
|
4060
4061
|
width: i = 18,
|
4061
4062
|
height: e = 16,
|
4062
4063
|
color: t = "#001E52",
|
@@ -4095,7 +4096,7 @@ const Zt = ({
|
|
4095
4096
|
)
|
4096
4097
|
]
|
4097
4098
|
}
|
4098
|
-
),
|
4099
|
+
), l2 = ({
|
4099
4100
|
width: i = 20,
|
4100
4101
|
height: e = 20,
|
4101
4102
|
color: t = "#001E52",
|
@@ -4128,7 +4129,7 @@ const Zt = ({
|
|
4128
4129
|
)
|
4129
4130
|
]
|
4130
4131
|
}
|
4131
|
-
),
|
4132
|
+
), a2 = ({
|
4132
4133
|
width: i = 20,
|
4133
4134
|
height: e = 20,
|
4134
4135
|
color: t = "#001E52",
|
@@ -4152,7 +4153,7 @@ const Zt = ({
|
|
4152
4153
|
}
|
4153
4154
|
)
|
4154
4155
|
}
|
4155
|
-
),
|
4156
|
+
), h2 = ({
|
4156
4157
|
width: i = 20,
|
4157
4158
|
height: e = 20,
|
4158
4159
|
color: t = "#001E52",
|
@@ -4199,7 +4200,7 @@ const Zt = ({
|
|
4199
4200
|
)
|
4200
4201
|
]
|
4201
4202
|
}
|
4202
|
-
),
|
4203
|
+
), c2 = ({
|
4203
4204
|
width: i = 20,
|
4204
4205
|
height: e = 20,
|
4205
4206
|
color: t = "#001E52",
|
@@ -4232,7 +4233,7 @@ const Zt = ({
|
|
4232
4233
|
)
|
4233
4234
|
]
|
4234
4235
|
}
|
4235
|
-
),
|
4236
|
+
), d2 = ({
|
4236
4237
|
width: i = 20,
|
4237
4238
|
height: e = 20,
|
4238
4239
|
color: t = "#001E52",
|
@@ -4265,7 +4266,7 @@ const Zt = ({
|
|
4265
4266
|
)
|
4266
4267
|
]
|
4267
4268
|
}
|
4268
|
-
),
|
4269
|
+
), g2 = ({
|
4269
4270
|
width: i = 20,
|
4270
4271
|
height: e = 23,
|
4271
4272
|
color: t = "#001E52",
|
@@ -4326,7 +4327,7 @@ const Zt = ({
|
|
4326
4327
|
)
|
4327
4328
|
]
|
4328
4329
|
}
|
4329
|
-
),
|
4330
|
+
), u2 = ({
|
4330
4331
|
width: i = 20,
|
4331
4332
|
height: e = 20,
|
4332
4333
|
color: t = "#001E52",
|
@@ -4366,7 +4367,7 @@ const Zt = ({
|
|
4366
4367
|
)
|
4367
4368
|
]
|
4368
4369
|
}
|
4369
|
-
),
|
4370
|
+
), C2 = ({
|
4370
4371
|
width: i = 32,
|
4371
4372
|
height: e = 25,
|
4372
4373
|
color: t = "#001E52",
|
@@ -4394,7 +4395,7 @@ const Zt = ({
|
|
4394
4395
|
)
|
4395
4396
|
]
|
4396
4397
|
}
|
4397
|
-
),
|
4398
|
+
), p2 = ({
|
4398
4399
|
width: i = 14,
|
4399
4400
|
height: e = 14,
|
4400
4401
|
color: t = "#10B981",
|
@@ -4423,7 +4424,7 @@ const Zt = ({
|
|
4423
4424
|
)
|
4424
4425
|
]
|
4425
4426
|
}
|
4426
|
-
),
|
4427
|
+
), f2 = ({
|
4427
4428
|
width: i = 11,
|
4428
4429
|
height: e = 11,
|
4429
4430
|
color: t = "#FFB020",
|
@@ -4457,7 +4458,7 @@ const Zt = ({
|
|
4457
4458
|
)
|
4458
4459
|
]
|
4459
4460
|
}
|
4460
|
-
),
|
4461
|
+
), w2 = ({
|
4461
4462
|
width: i = 10,
|
4462
4463
|
height: e = 10,
|
4463
4464
|
color: t = "#88A4FF",
|
@@ -4505,7 +4506,7 @@ const Zt = ({
|
|
4505
4506
|
)
|
4506
4507
|
]
|
4507
4508
|
}
|
4508
|
-
),
|
4509
|
+
), m2 = ({
|
4509
4510
|
width: i = 14,
|
4510
4511
|
height: e = 14,
|
4511
4512
|
color: t = "#8E8E93",
|
@@ -4533,7 +4534,7 @@ const Zt = ({
|
|
4533
4534
|
)
|
4534
4535
|
]
|
4535
4536
|
}
|
4536
|
-
),
|
4537
|
+
), k2 = ({
|
4537
4538
|
width: i = 14,
|
4538
4539
|
height: e = 14,
|
4539
4540
|
color: t = "#FFB020",
|
@@ -4567,7 +4568,7 @@ const Zt = ({
|
|
4567
4568
|
)
|
4568
4569
|
]
|
4569
4570
|
}
|
4570
|
-
),
|
4571
|
+
), L2 = ({
|
4571
4572
|
width: i = 14,
|
4572
4573
|
height: e = 14,
|
4573
4574
|
color: t = "#D0421B",
|
@@ -4615,7 +4616,7 @@ const Zt = ({
|
|
4615
4616
|
)
|
4616
4617
|
]
|
4617
4618
|
}
|
4618
|
-
),
|
4619
|
+
), v2 = ({
|
4619
4620
|
width: i = 20,
|
4620
4621
|
height: e = 20,
|
4621
4622
|
color: t = "#070739",
|
@@ -4645,7 +4646,7 @@ const Zt = ({
|
|
4645
4646
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
4646
4647
|
]
|
4647
4648
|
}
|
4648
|
-
),
|
4649
|
+
), N2 = ({
|
4649
4650
|
width: i = 20,
|
4650
4651
|
height: e = 20,
|
4651
4652
|
color: t = "#070739",
|
@@ -4683,7 +4684,7 @@ const Zt = ({
|
|
4683
4684
|
)
|
4684
4685
|
]
|
4685
4686
|
}
|
4686
|
-
),
|
4687
|
+
), x2 = ({
|
4687
4688
|
width: i = 9,
|
4688
4689
|
height: e = 5,
|
4689
4690
|
color: t = "#001E52",
|
@@ -4709,7 +4710,7 @@ const Zt = ({
|
|
4709
4710
|
}
|
4710
4711
|
)
|
4711
4712
|
}
|
4712
|
-
),
|
4713
|
+
), R2 = ({
|
4713
4714
|
width: i = 20,
|
4714
4715
|
height: e = 20,
|
4715
4716
|
color: t = "#F2F2F7",
|
@@ -4738,7 +4739,7 @@ const Zt = ({
|
|
4738
4739
|
)
|
4739
4740
|
]
|
4740
4741
|
}
|
4741
|
-
),
|
4742
|
+
), M2 = ({
|
4742
4743
|
width: i = 20,
|
4743
4744
|
height: e = 20,
|
4744
4745
|
color: t = "#004ED7",
|
@@ -4767,7 +4768,7 @@ const Zt = ({
|
|
4767
4768
|
)
|
4768
4769
|
]
|
4769
4770
|
}
|
4770
|
-
),
|
4771
|
+
), y2 = ({
|
4771
4772
|
width: i = 248,
|
4772
4773
|
height: e = 248,
|
4773
4774
|
color: t = "#070739",
|
@@ -4804,7 +4805,7 @@ const Zt = ({
|
|
4804
4805
|
)
|
4805
4806
|
]
|
4806
4807
|
}
|
4807
|
-
),
|
4808
|
+
), b2 = ({
|
4808
4809
|
width: i = 24,
|
4809
4810
|
height: e = 24,
|
4810
4811
|
color: t = "#001E52",
|
@@ -4843,7 +4844,7 @@ const Zt = ({
|
|
4843
4844
|
)
|
4844
4845
|
]
|
4845
4846
|
}
|
4846
|
-
),
|
4847
|
+
), E2 = ({
|
4847
4848
|
width: i = 10,
|
4848
4849
|
height: e = 10,
|
4849
4850
|
color: t = "#001E52",
|
@@ -4872,7 +4873,7 @@ const Zt = ({
|
|
4872
4873
|
)
|
4873
4874
|
]
|
4874
4875
|
}
|
4875
|
-
),
|
4876
|
+
), _2 = ({
|
4876
4877
|
width: i = 10,
|
4877
4878
|
height: e = 10,
|
4878
4879
|
color: t = "#001E52",
|
@@ -4909,10 +4910,10 @@ const Zt = ({
|
|
4909
4910
|
)
|
4910
4911
|
]
|
4911
4912
|
}
|
4912
|
-
),
|
4913
|
+
), H2 = ({
|
4913
4914
|
width: i = 24,
|
4914
4915
|
height: e = 24,
|
4915
|
-
color: t =
|
4916
|
+
color: t = m.GREY_DARK_5,
|
4916
4917
|
className: s,
|
4917
4918
|
onClick: o
|
4918
4919
|
}) => /* @__PURE__ */ u(
|
@@ -4948,10 +4949,10 @@ const Zt = ({
|
|
4948
4949
|
)
|
4949
4950
|
]
|
4950
4951
|
}
|
4951
|
-
),
|
4952
|
+
), V2 = ({
|
4952
4953
|
width: i = 20,
|
4953
4954
|
height: e = 20,
|
4954
|
-
color: t =
|
4955
|
+
color: t = m.GREY_DARK_1,
|
4955
4956
|
className: s,
|
4956
4957
|
onClick: o
|
4957
4958
|
}) => /* @__PURE__ */ u(
|
@@ -4981,10 +4982,10 @@ const Zt = ({
|
|
4981
4982
|
)
|
4982
4983
|
]
|
4983
4984
|
}
|
4984
|
-
),
|
4985
|
+
), I2 = ({
|
4985
4986
|
width: i = 81,
|
4986
4987
|
height: e = 80,
|
4987
|
-
color: t =
|
4988
|
+
color: t = m.GREY_DARK_5,
|
4988
4989
|
className: s,
|
4989
4990
|
onClick: o
|
4990
4991
|
}) => /* @__PURE__ */ u(
|
@@ -5030,9 +5031,9 @@ const Zt = ({
|
|
5030
5031
|
)
|
5031
5032
|
]
|
5032
5033
|
}
|
5033
|
-
),
|
5034
|
+
), S2 = ({
|
5034
5035
|
className: i,
|
5035
|
-
color: e =
|
5036
|
+
color: e = m.GREY_DARK_5,
|
5036
5037
|
height: t = 20,
|
5037
5038
|
width: s = 20,
|
5038
5039
|
onClick: o
|
@@ -5057,9 +5058,9 @@ const Zt = ({
|
|
5057
5058
|
}
|
5058
5059
|
)
|
5059
5060
|
}
|
5060
|
-
),
|
5061
|
+
), O2 = ({
|
5061
5062
|
className: i,
|
5062
|
-
color: e =
|
5063
|
+
color: e = m.GREY_DARK_5,
|
5063
5064
|
height: t = 20,
|
5064
5065
|
width: s = 20,
|
5065
5066
|
onClick: o
|
@@ -5084,9 +5085,9 @@ const Zt = ({
|
|
5084
5085
|
}
|
5085
5086
|
)
|
5086
5087
|
}
|
5087
|
-
),
|
5088
|
+
), A2 = ({
|
5088
5089
|
className: i,
|
5089
|
-
color: e =
|
5090
|
+
color: e = m.GREY_DARK_5,
|
5090
5091
|
height: t = 5,
|
5091
5092
|
width: s = 10,
|
5092
5093
|
onClick: o
|
@@ -5108,9 +5109,9 @@ const Zt = ({
|
|
5108
5109
|
}
|
5109
5110
|
)
|
5110
5111
|
}
|
5111
|
-
),
|
5112
|
+
), B2 = ({
|
5112
5113
|
className: i,
|
5113
|
-
color: e =
|
5114
|
+
color: e = m.GREY_DARK_5,
|
5114
5115
|
height: t = 5,
|
5115
5116
|
width: s = 10,
|
5116
5117
|
onClick: o
|
@@ -5133,9 +5134,9 @@ const Zt = ({
|
|
5133
5134
|
}
|
5134
5135
|
)
|
5135
5136
|
}
|
5136
|
-
),
|
5137
|
+
), W2 = ({
|
5137
5138
|
className: i,
|
5138
|
-
color: e =
|
5139
|
+
color: e = m.GREY_DARK_5,
|
5139
5140
|
height: t = 24,
|
5140
5141
|
width: s = 24,
|
5141
5142
|
onClick: o
|
@@ -5172,9 +5173,9 @@ const Zt = ({
|
|
5172
5173
|
)
|
5173
5174
|
]
|
5174
5175
|
}
|
5175
|
-
),
|
5176
|
+
), Z2 = ({
|
5176
5177
|
className: i,
|
5177
|
-
color: e =
|
5178
|
+
color: e = m.GREY_DARK_5,
|
5178
5179
|
height: t = 24,
|
5179
5180
|
width: s = 24,
|
5180
5181
|
onClick: o
|
@@ -5211,9 +5212,9 @@ const Zt = ({
|
|
5211
5212
|
)
|
5212
5213
|
]
|
5213
5214
|
}
|
5214
|
-
),
|
5215
|
+
), j2 = ({
|
5215
5216
|
className: i,
|
5216
|
-
color: e =
|
5217
|
+
color: e = m.GREY_DARK_5,
|
5217
5218
|
height: t = 24,
|
5218
5219
|
width: s = 24,
|
5219
5220
|
onClick: o
|
@@ -5238,9 +5239,9 @@ const Zt = ({
|
|
5238
5239
|
}
|
5239
5240
|
)
|
5240
5241
|
}
|
5241
|
-
),
|
5242
|
+
), D2 = ({
|
5242
5243
|
className: i,
|
5243
|
-
color: e =
|
5244
|
+
color: e = m.GREY_DARK_5,
|
5244
5245
|
height: t = 24,
|
5245
5246
|
width: s = 24,
|
5246
5247
|
onClick: o
|
@@ -5297,9 +5298,9 @@ const Zt = ({
|
|
5297
5298
|
)
|
5298
5299
|
]
|
5299
5300
|
}
|
5300
|
-
),
|
5301
|
+
), T2 = ({
|
5301
5302
|
className: i,
|
5302
|
-
color: e =
|
5303
|
+
color: e = m.GREY_DARK_5,
|
5303
5304
|
height: t = 24,
|
5304
5305
|
width: s = 24,
|
5305
5306
|
onClick: o
|
@@ -5334,9 +5335,9 @@ const Zt = ({
|
|
5334
5335
|
)
|
5335
5336
|
]
|
5336
5337
|
}
|
5337
|
-
),
|
5338
|
+
), G2 = ({
|
5338
5339
|
className: i,
|
5339
|
-
color: e =
|
5340
|
+
color: e = m.GREY_DARK_3,
|
5340
5341
|
height: t = 14,
|
5341
5342
|
width: s = 14,
|
5342
5343
|
onClick: o
|
@@ -5371,9 +5372,9 @@ const Zt = ({
|
|
5371
5372
|
)
|
5372
5373
|
]
|
5373
5374
|
}
|
5374
|
-
),
|
5375
|
+
), K2 = ({
|
5375
5376
|
className: i,
|
5376
|
-
color: e =
|
5377
|
+
color: e = m.GREY_DARK_5,
|
5377
5378
|
height: t = 18,
|
5378
5379
|
onClick: s,
|
5379
5380
|
width: o = 18
|
@@ -5398,9 +5399,9 @@ const Zt = ({
|
|
5398
5399
|
}
|
5399
5400
|
)
|
5400
5401
|
}
|
5401
|
-
),
|
5402
|
+
), P2 = ({
|
5402
5403
|
className: i,
|
5403
|
-
color: e =
|
5404
|
+
color: e = m.GREY_DARK_5,
|
5404
5405
|
height: t = 24,
|
5405
5406
|
width: s = 24,
|
5406
5407
|
onClick: o
|
@@ -5450,9 +5451,9 @@ const Zt = ({
|
|
5450
5451
|
)
|
5451
5452
|
]
|
5452
5453
|
}
|
5453
|
-
),
|
5454
|
+
), F2 = ({
|
5454
5455
|
className: i,
|
5455
|
-
color: e =
|
5456
|
+
color: e = m.GREY_DARK_5,
|
5456
5457
|
height: t = 24,
|
5457
5458
|
width: s = 24,
|
5458
5459
|
onClick: o
|
@@ -5487,9 +5488,9 @@ const Zt = ({
|
|
5487
5488
|
)
|
5488
5489
|
]
|
5489
5490
|
}
|
5490
|
-
),
|
5491
|
+
), $2 = ({
|
5491
5492
|
className: i,
|
5492
|
-
color: e =
|
5493
|
+
color: e = m.NOTIFICATION_WARNING_DARK,
|
5493
5494
|
height: t = 37,
|
5494
5495
|
width: s = 36,
|
5495
5496
|
onClick: o
|
@@ -5526,9 +5527,9 @@ const Zt = ({
|
|
5526
5527
|
)
|
5527
5528
|
]
|
5528
5529
|
}
|
5529
|
-
),
|
5530
|
+
), Y2 = ({
|
5530
5531
|
className: i,
|
5531
|
-
color: e =
|
5532
|
+
color: e = m.GREY_DARK_5,
|
5532
5533
|
height: t = 24,
|
5533
5534
|
width: s = 24,
|
5534
5535
|
onClick: o
|
@@ -5552,9 +5553,9 @@ const Zt = ({
|
|
5552
5553
|
}
|
5553
5554
|
)
|
5554
5555
|
}
|
5555
|
-
),
|
5556
|
+
), U2 = ({
|
5556
5557
|
className: i,
|
5557
|
-
color: e =
|
5558
|
+
color: e = m.GREY_DARK_5,
|
5558
5559
|
height: t = 24,
|
5559
5560
|
width: s = 24,
|
5560
5561
|
onClick: o
|
@@ -5591,9 +5592,9 @@ const Zt = ({
|
|
5591
5592
|
)
|
5592
5593
|
]
|
5593
5594
|
}
|
5594
|
-
),
|
5595
|
+
), z2 = ({
|
5595
5596
|
className: i,
|
5596
|
-
color: e =
|
5597
|
+
color: e = m.GREY_DARK_5,
|
5597
5598
|
height: t = 24,
|
5598
5599
|
width: s = 24,
|
5599
5600
|
onClick: o
|
@@ -5630,9 +5631,9 @@ const Zt = ({
|
|
5630
5631
|
)
|
5631
5632
|
]
|
5632
5633
|
}
|
5633
|
-
),
|
5634
|
+
), J2 = ({
|
5634
5635
|
className: i,
|
5635
|
-
color: e =
|
5636
|
+
color: e = m.GREY_DARK_5,
|
5636
5637
|
height: t = 24,
|
5637
5638
|
width: s = 24,
|
5638
5639
|
onClick: o
|
@@ -5699,9 +5700,9 @@ const Zt = ({
|
|
5699
5700
|
)
|
5700
5701
|
]
|
5701
5702
|
}
|
5702
|
-
),
|
5703
|
+
), Q2 = ({
|
5703
5704
|
className: i,
|
5704
|
-
color: e =
|
5705
|
+
color: e = m.GREY_DARK_5,
|
5705
5706
|
height: t = 24,
|
5706
5707
|
width: s = 24,
|
5707
5708
|
onClick: o
|
@@ -5738,9 +5739,9 @@ const Zt = ({
|
|
5738
5739
|
)
|
5739
5740
|
]
|
5740
5741
|
}
|
5741
|
-
),
|
5742
|
+
), q2 = ({
|
5742
5743
|
className: i,
|
5743
|
-
color: e =
|
5744
|
+
color: e = m.GREY_DARK_5,
|
5744
5745
|
height: t = 24,
|
5745
5746
|
width: s = 24,
|
5746
5747
|
onClick: o
|
@@ -5795,9 +5796,9 @@ const Zt = ({
|
|
5795
5796
|
)
|
5796
5797
|
]
|
5797
5798
|
}
|
5798
|
-
),
|
5799
|
+
), X2 = ({
|
5799
5800
|
className: i,
|
5800
|
-
color: e =
|
5801
|
+
color: e = m.GREY_DARK_5,
|
5801
5802
|
height: t = 24,
|
5802
5803
|
width: s = 24,
|
5803
5804
|
onClick: o
|
@@ -5834,9 +5835,9 @@ const Zt = ({
|
|
5834
5835
|
)
|
5835
5836
|
]
|
5836
5837
|
}
|
5837
|
-
),
|
5838
|
+
), ei = ({
|
5838
5839
|
className: i,
|
5839
|
-
color: e =
|
5840
|
+
color: e = m.GREY_DARK_5,
|
5840
5841
|
height: t = 24,
|
5841
5842
|
width: s = 24,
|
5842
5843
|
onClick: o
|
@@ -5883,9 +5884,9 @@ const Zt = ({
|
|
5883
5884
|
)
|
5884
5885
|
]
|
5885
5886
|
}
|
5886
|
-
),
|
5887
|
+
), ti = ({
|
5887
5888
|
className: i,
|
5888
|
-
color: e =
|
5889
|
+
color: e = m.GREY_DARK_5,
|
5889
5890
|
height: t = 24,
|
5890
5891
|
width: s = 24,
|
5891
5892
|
onClick: o
|
@@ -5922,9 +5923,9 @@ const Zt = ({
|
|
5922
5923
|
)
|
5923
5924
|
]
|
5924
5925
|
}
|
5925
|
-
),
|
5926
|
+
), ii = ({
|
5926
5927
|
className: i,
|
5927
|
-
color: e =
|
5928
|
+
color: e = m.GREY_DARK_5,
|
5928
5929
|
height: t = 24,
|
5929
5930
|
width: s = 24,
|
5930
5931
|
onClick: o
|
@@ -5949,9 +5950,9 @@ const Zt = ({
|
|
5949
5950
|
}
|
5950
5951
|
)
|
5951
5952
|
}
|
5952
|
-
),
|
5953
|
+
), si = ({
|
5953
5954
|
className: i,
|
5954
|
-
color: e =
|
5955
|
+
color: e = m.GREY_DARK_5,
|
5955
5956
|
height: t = 24,
|
5956
5957
|
width: s = 24,
|
5957
5958
|
onClick: o
|
@@ -5987,9 +5988,9 @@ const Zt = ({
|
|
5987
5988
|
)
|
5988
5989
|
]
|
5989
5990
|
}
|
5990
|
-
),
|
5991
|
+
), oi = ({
|
5991
5992
|
className: i,
|
5992
|
-
color: e =
|
5993
|
+
color: e = m.GREY_DARK_5,
|
5993
5994
|
height: t = 24,
|
5994
5995
|
width: s = 24,
|
5995
5996
|
onClick: o
|
@@ -6008,9 +6009,9 @@ const Zt = ({
|
|
6008
6009
|
/* @__PURE__ */ n("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
6009
6010
|
]
|
6010
6011
|
}
|
6011
|
-
),
|
6012
|
+
), ni = ({
|
6012
6013
|
className: i,
|
6013
|
-
color: e =
|
6014
|
+
color: e = m.GREY_DARK_5,
|
6014
6015
|
height: t = 24,
|
6015
6016
|
width: s = 24,
|
6016
6017
|
onClick: o
|
@@ -6047,9 +6048,9 @@ const Zt = ({
|
|
6047
6048
|
)
|
6048
6049
|
]
|
6049
6050
|
}
|
6050
|
-
),
|
6051
|
+
), ri = ({
|
6051
6052
|
className: i,
|
6052
|
-
color: e =
|
6053
|
+
color: e = m.GREY_DARK_5,
|
6053
6054
|
height: t = 24,
|
6054
6055
|
width: s = 24,
|
6055
6056
|
onClick: o
|
@@ -6086,9 +6087,9 @@ const Zt = ({
|
|
6086
6087
|
)
|
6087
6088
|
]
|
6088
6089
|
}
|
6089
|
-
),
|
6090
|
+
), li = ({
|
6090
6091
|
className: i,
|
6091
|
-
color: e =
|
6092
|
+
color: e = m.GREY_DARK_5,
|
6092
6093
|
height: t = 24,
|
6093
6094
|
width: s = 24,
|
6094
6095
|
onClick: o
|
@@ -6125,9 +6126,9 @@ const Zt = ({
|
|
6125
6126
|
)
|
6126
6127
|
]
|
6127
6128
|
}
|
6128
|
-
),
|
6129
|
+
), ai = ({
|
6129
6130
|
className: i,
|
6130
|
-
color: e =
|
6131
|
+
color: e = m.GREY_DARK_2,
|
6131
6132
|
height: t = 16,
|
6132
6133
|
width: s = 16,
|
6133
6134
|
onClick: o
|
@@ -6151,9 +6152,9 @@ const Zt = ({
|
|
6151
6152
|
}
|
6152
6153
|
)
|
6153
6154
|
}
|
6154
|
-
),
|
6155
|
+
), hi = ({
|
6155
6156
|
className: i,
|
6156
|
-
color: e =
|
6157
|
+
color: e = m.GREY_DARK_5,
|
6157
6158
|
height: t = 20,
|
6158
6159
|
width: s = 20,
|
6159
6160
|
onClick: o
|
@@ -6180,9 +6181,9 @@ const Zt = ({
|
|
6180
6181
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6181
6182
|
]
|
6182
6183
|
}
|
6183
|
-
),
|
6184
|
+
), ci = ({
|
6184
6185
|
className: i,
|
6185
|
-
color: e =
|
6186
|
+
color: e = m.GREY_DARK_5,
|
6186
6187
|
height: t = 20,
|
6187
6188
|
width: s = 20,
|
6188
6189
|
onClick: o
|
@@ -6209,9 +6210,9 @@ const Zt = ({
|
|
6209
6210
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6210
6211
|
]
|
6211
6212
|
}
|
6212
|
-
),
|
6213
|
+
), di = ({
|
6213
6214
|
className: i,
|
6214
|
-
color: e =
|
6215
|
+
color: e = m.GREY_DARK_5,
|
6215
6216
|
height: t = 20,
|
6216
6217
|
width: s = 20,
|
6217
6218
|
onClick: o
|
@@ -6226,7 +6227,7 @@ const Zt = ({
|
|
6226
6227
|
fill: "none",
|
6227
6228
|
xmlns: "http://www.w3.org/2000/svg",
|
6228
6229
|
children: [
|
6229
|
-
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill:
|
6230
|
+
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill: m.GREY_LIGHT_2 }),
|
6230
6231
|
/* @__PURE__ */ n(
|
6231
6232
|
"path",
|
6232
6233
|
{
|
@@ -6238,9 +6239,9 @@ const Zt = ({
|
|
6238
6239
|
)
|
6239
6240
|
]
|
6240
6241
|
}
|
6241
|
-
),
|
6242
|
+
), gi = ({
|
6242
6243
|
className: i,
|
6243
|
-
color: e =
|
6244
|
+
color: e = m.GREY_DARK_5,
|
6244
6245
|
height: t = 20,
|
6245
6246
|
width: s = 20,
|
6246
6247
|
onClick: o
|
@@ -6255,7 +6256,7 @@ const Zt = ({
|
|
6255
6256
|
fill: "none",
|
6256
6257
|
xmlns: "http://www.w3.org/2000/svg",
|
6257
6258
|
children: [
|
6258
|
-
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill:
|
6259
|
+
/* @__PURE__ */ n("rect", { width: "20", height: "20", rx: "4", fill: m.GREY_LIGHT_2 }),
|
6259
6260
|
/* @__PURE__ */ n(
|
6260
6261
|
"path",
|
6261
6262
|
{
|
@@ -6267,7 +6268,7 @@ const Zt = ({
|
|
6267
6268
|
)
|
6268
6269
|
]
|
6269
6270
|
}
|
6270
|
-
),
|
6271
|
+
), ui = ({
|
6271
6272
|
className: i,
|
6272
6273
|
color: e = "#001E52",
|
6273
6274
|
height: t = 24,
|
@@ -6293,7 +6294,7 @@ const Zt = ({
|
|
6293
6294
|
}
|
6294
6295
|
)
|
6295
6296
|
}
|
6296
|
-
),
|
6297
|
+
), Ci = ({
|
6297
6298
|
className: i,
|
6298
6299
|
color: e = "#131314",
|
6299
6300
|
height: t = 20,
|
@@ -6321,7 +6322,7 @@ const Zt = ({
|
|
6321
6322
|
}
|
6322
6323
|
)
|
6323
6324
|
}
|
6324
|
-
),
|
6325
|
+
), pi = ({
|
6325
6326
|
className: i,
|
6326
6327
|
color: e = "#001E52",
|
6327
6328
|
height: t = 24,
|
@@ -6359,7 +6360,7 @@ const Zt = ({
|
|
6359
6360
|
)
|
6360
6361
|
] }) })
|
6361
6362
|
}
|
6362
|
-
),
|
6363
|
+
), fi = ({
|
6363
6364
|
name: i,
|
6364
6365
|
width: e,
|
6365
6366
|
height: t,
|
@@ -6368,8 +6369,8 @@ const Zt = ({
|
|
6368
6369
|
disabled: a = !1,
|
6369
6370
|
onClick: c
|
6370
6371
|
}) => {
|
6371
|
-
const [r, d] = S(o), { theme: g } = i1(T1), l = a ? g && g === "dark" ?
|
6372
|
-
return
|
6372
|
+
const [r, d] = S(o), { theme: g } = i1(T1), l = a ? g && g === "dark" ? m.GREY_LIGHT_4 : m.GREY_DARK_1 : s, h = a ? void 0 : c;
|
6373
|
+
return A(() => {
|
6373
6374
|
if (o) {
|
6374
6375
|
h && !a && d(`${o} clickable`);
|
6375
6376
|
return;
|
@@ -6378,39 +6379,39 @@ const Zt = ({
|
|
6378
6379
|
}, [h, o, a]), /* @__PURE__ */ n(Y, { children: (() => {
|
6379
6380
|
switch (i) {
|
6380
6381
|
case "nextIcon":
|
6381
|
-
return
|
6382
|
+
return S2({ width: e, height: t, color: l, className: r, onClick: h });
|
6382
6383
|
case "prevIcon":
|
6383
|
-
return
|
6384
|
+
return O2({ width: e, height: t, color: l, className: r, onClick: h });
|
6384
6385
|
case "arrowUp":
|
6385
|
-
return
|
6386
|
+
return Tt({ width: e, height: t, color: l, className: r, onClick: h });
|
6386
6387
|
case "arrowDown":
|
6387
|
-
return
|
6388
|
+
return Gt({ width: e, height: t, color: l, className: r, onClick: h });
|
6388
6389
|
case "info":
|
6389
|
-
return
|
6390
|
+
return Kt({ width: e, height: t, color: l, className: r, onClick: h });
|
6390
6391
|
case "arrowRight":
|
6391
|
-
return
|
6392
|
+
return Pt({ width: e, height: t, color: l, className: r, onClick: h });
|
6392
6393
|
case "calendar":
|
6393
|
-
return
|
6394
|
+
return Ft({ width: e, height: t, color: l, className: r, onClick: h });
|
6394
6395
|
case "ok":
|
6395
|
-
return
|
6396
|
+
return $t({ width: e, height: t, color: l, className: r, onClick: h });
|
6396
6397
|
case "cancel":
|
6397
|
-
return
|
6398
|
+
return Yt({ width: e, height: t, color: l, className: r, onClick: h });
|
6398
6399
|
case "add":
|
6399
|
-
return
|
6400
|
+
return Ut({ width: e, height: t, color: l, className: r, onClick: h });
|
6400
6401
|
case "list":
|
6401
|
-
return
|
6402
|
+
return zt({ width: e, height: t, color: l, className: r, onClick: h });
|
6402
6403
|
case "dragAndDrop":
|
6403
|
-
return
|
6404
|
+
return Jt({ width: e, height: t, color: l, className: r, onClick: h });
|
6404
6405
|
case "filter":
|
6405
|
-
return
|
6406
|
+
return Qt({ width: e, height: t, color: l, className: r, onClick: h });
|
6406
6407
|
case "attention":
|
6407
|
-
return
|
6408
|
+
return qt({ width: e, height: t, color: l, className: r, onClick: h });
|
6408
6409
|
case "plus":
|
6409
|
-
return
|
6410
|
+
return Xt({ width: e, height: t, color: l, className: r, onClick: h });
|
6410
6411
|
case "time":
|
6411
|
-
return
|
6412
|
+
return e2({ width: e, height: t, color: l, className: r, onClick: h });
|
6412
6413
|
case "arrowDownLong":
|
6413
|
-
return
|
6414
|
+
return t2({
|
6414
6415
|
width: e,
|
6415
6416
|
height: t,
|
6416
6417
|
color: l,
|
@@ -6418,9 +6419,9 @@ const Zt = ({
|
|
6418
6419
|
onClick: h
|
6419
6420
|
});
|
6420
6421
|
case "users":
|
6421
|
-
return
|
6422
|
+
return i2({ width: e, height: t, color: l, className: r, onClick: h });
|
6422
6423
|
case "mySkillsMatrix":
|
6423
|
-
return
|
6424
|
+
return s2({
|
6424
6425
|
width: e,
|
6425
6426
|
height: t,
|
6426
6427
|
color: l,
|
@@ -6428,9 +6429,9 @@ const Zt = ({
|
|
6428
6429
|
onClick: h
|
6429
6430
|
});
|
6430
6431
|
case "skills":
|
6431
|
-
return
|
6432
|
+
return o2({ width: e, height: t, color: l, className: r, onClick: h });
|
6432
6433
|
case "skillsMatrices":
|
6433
|
-
return
|
6434
|
+
return n2({
|
6434
6435
|
width: e,
|
6435
6436
|
height: t,
|
6436
6437
|
color: l,
|
@@ -6438,23 +6439,23 @@ const Zt = ({
|
|
6438
6439
|
onClick: h
|
6439
6440
|
});
|
6440
6441
|
case "history":
|
6441
|
-
return
|
6442
|
+
return r2({ width: e, height: t, color: l, className: r, onClick: h });
|
6442
6443
|
case "logOut":
|
6443
|
-
return
|
6444
|
+
return l2({ width: e, height: t, color: l, className: r, onClick: h });
|
6444
6445
|
case "settings":
|
6445
|
-
return
|
6446
|
+
return a2({ width: e, height: t, color: l, className: r, onClick: h });
|
6446
6447
|
case "addSkill":
|
6447
|
-
return
|
6448
|
+
return h2({ width: e, height: t, color: l, className: r, onClick: h });
|
6448
6449
|
case "conversation":
|
6449
|
-
return
|
6450
|
+
return c2({ width: e, height: t, color: l, className: r, onClick: h });
|
6450
6451
|
case "trash":
|
6451
|
-
return
|
6452
|
+
return d2({ width: e, height: t, color: l, className: r, onClick: h });
|
6452
6453
|
case "settings4":
|
6453
|
-
return
|
6454
|
+
return g2({ width: e, height: t, color: l, className: r, onClick: h });
|
6454
6455
|
case "edit2":
|
6455
|
-
return
|
6456
|
+
return u2({ width: e, height: t, color: l, className: r, onClick: h });
|
6456
6457
|
case "notifications":
|
6457
|
-
return
|
6458
|
+
return C2({
|
6458
6459
|
width: e,
|
6459
6460
|
height: t,
|
6460
6461
|
color: l,
|
@@ -6462,9 +6463,9 @@ const Zt = ({
|
|
6462
6463
|
onClick: h
|
6463
6464
|
});
|
6464
6465
|
case "success":
|
6465
|
-
return
|
6466
|
+
return p2({ width: e, height: t, color: l, className: r, onClick: h });
|
6466
6467
|
case "attentionSmall":
|
6467
|
-
return
|
6468
|
+
return f2({
|
6468
6469
|
width: e,
|
6469
6470
|
height: t,
|
6470
6471
|
color: l,
|
@@ -6472,11 +6473,11 @@ const Zt = ({
|
|
6472
6473
|
onClick: h
|
6473
6474
|
});
|
6474
6475
|
case "errorSmall":
|
6475
|
-
return
|
6476
|
+
return w2({ width: e, height: t, color: l, className: r, onClick: h });
|
6476
6477
|
case "infoMedium":
|
6477
|
-
return
|
6478
|
+
return m2({ width: e, height: t, color: l, className: r, onClick: h });
|
6478
6479
|
case "attentionMedium":
|
6479
|
-
return
|
6480
|
+
return k2({
|
6480
6481
|
width: e,
|
6481
6482
|
height: t,
|
6482
6483
|
color: l,
|
@@ -6484,9 +6485,9 @@ const Zt = ({
|
|
6484
6485
|
onClick: h
|
6485
6486
|
});
|
6486
6487
|
case "errorMedium":
|
6487
|
-
return
|
6488
|
+
return L2({ width: e, height: t, color: l, className: r, onClick: h });
|
6488
6489
|
case "faviconSkills":
|
6489
|
-
return
|
6490
|
+
return y2({
|
6490
6491
|
width: e,
|
6491
6492
|
height: t,
|
6492
6493
|
color: l,
|
@@ -6494,7 +6495,7 @@ const Zt = ({
|
|
6494
6495
|
onClick: h
|
6495
6496
|
});
|
6496
6497
|
case "visibilityIcon":
|
6497
|
-
return
|
6498
|
+
return v2({
|
6498
6499
|
width: e,
|
6499
6500
|
height: t,
|
6500
6501
|
color: l,
|
@@ -6502,7 +6503,7 @@ const Zt = ({
|
|
6502
6503
|
onClick: h
|
6503
6504
|
});
|
6504
6505
|
case "visibilityOffIcon":
|
6505
|
-
return
|
6506
|
+
return N2({
|
6506
6507
|
width: e,
|
6507
6508
|
height: t,
|
6508
6509
|
color: l,
|
@@ -6510,7 +6511,7 @@ const Zt = ({
|
|
6510
6511
|
onClick: h
|
6511
6512
|
});
|
6512
6513
|
case "selectArrowIcon":
|
6513
|
-
return
|
6514
|
+
return x2({
|
6514
6515
|
width: e,
|
6515
6516
|
height: t,
|
6516
6517
|
color: l,
|
@@ -6518,7 +6519,7 @@ const Zt = ({
|
|
6518
6519
|
onClick: h
|
6519
6520
|
});
|
6520
6521
|
case "expandArrowIcon":
|
6521
|
-
return
|
6522
|
+
return R2({
|
6522
6523
|
width: e,
|
6523
6524
|
height: t,
|
6524
6525
|
color: l,
|
@@ -6526,7 +6527,7 @@ const Zt = ({
|
|
6526
6527
|
onClick: h
|
6527
6528
|
});
|
6528
6529
|
case "expandActiveArrowIcon":
|
6529
|
-
return
|
6530
|
+
return M2({
|
6530
6531
|
width: e,
|
6531
6532
|
height: t,
|
6532
6533
|
color: l,
|
@@ -6534,98 +6535,98 @@ const Zt = ({
|
|
6534
6535
|
onClick: h
|
6535
6536
|
});
|
6536
6537
|
case "camera":
|
6537
|
-
return
|
6538
|
+
return b2({ width: e, height: t, color: l, className: r, onClick: h });
|
6538
6539
|
case "sortUp":
|
6539
|
-
return
|
6540
|
+
return E2({ width: e, height: t, color: l, className: r, onClick: h });
|
6540
6541
|
case "sortDown":
|
6541
|
-
return
|
6542
|
+
return _2({ width: e, height: t, color: l, className: r, onClick: h });
|
6542
6543
|
case "logOut2":
|
6543
|
-
return
|
6544
|
+
return H2({ width: e, height: t, color: l, className: r, onClick: h });
|
6544
6545
|
case "search":
|
6545
|
-
return
|
6546
|
+
return V2({ width: e, height: t, color: l, className: r, onClick: h });
|
6546
6547
|
case "handRock":
|
6547
|
-
return
|
6548
|
+
return I2({ width: e, height: t, color: l, className: r, onClick: h });
|
6548
6549
|
case "arrowUpFilled":
|
6549
|
-
return
|
6550
|
+
return B2({ width: e, height: t, color: l, className: r, onClick: h });
|
6550
6551
|
case "arrowDownFilled":
|
6551
|
-
return S2({ width: e, height: t, color: l, className: r, onClick: h });
|
6552
|
-
case "link":
|
6553
6552
|
return A2({ width: e, height: t, color: l, className: r, onClick: h });
|
6554
|
-
case "
|
6553
|
+
case "link":
|
6555
6554
|
return W2({ width: e, height: t, color: l, className: r, onClick: h });
|
6555
|
+
case "telegram":
|
6556
|
+
return j2({ width: e, height: t, color: l, className: r, onClick: h });
|
6556
6557
|
case "mail":
|
6557
|
-
return
|
6558
|
+
return T2({ width: e, height: t, color: l, className: r, onClick: h });
|
6558
6559
|
case "github":
|
6559
|
-
return
|
6560
|
+
return Z2({ width: e, height: t, color: l, className: r, onClick: h });
|
6560
6561
|
case "linkedIn":
|
6561
|
-
return j2({ width: e, height: t, color: l, className: r, onClick: h });
|
6562
|
-
case "emptyStateIcon":
|
6563
6562
|
return D2({ width: e, height: t, color: l, className: r, onClick: h });
|
6563
|
+
case "emptyStateIcon":
|
6564
|
+
return G2({ width: e, height: t, color: l, className: r, onClick: h });
|
6564
6565
|
case "filtersIcon":
|
6565
|
-
return
|
6566
|
+
return K2({ width: e, height: t, color: l, className: r, onClick: h });
|
6566
6567
|
case "dotMenuIcon":
|
6567
|
-
return
|
6568
|
+
return P2({ width: e, height: t, color: l, className: r, onClick: h });
|
6568
6569
|
case "plusCircle":
|
6569
|
-
return
|
6570
|
+
return F2({ width: e, height: t, color: l, className: r, onClick: h });
|
6570
6571
|
case "warning":
|
6571
|
-
return
|
6572
|
+
return $2({ width: e, height: t, color: l, className: r, onClick: h });
|
6572
6573
|
case "back":
|
6573
|
-
return
|
6574
|
+
return Y2({ width: e, height: t, color: l, className: r, onClick: h });
|
6574
6575
|
case "bell":
|
6575
|
-
return $2({ width: e, height: t, color: l, className: r, onClick: h });
|
6576
|
-
case "contract":
|
6577
6576
|
return U2({ width: e, height: t, color: l, className: r, onClick: h });
|
6577
|
+
case "contract":
|
6578
|
+
return J2({ width: e, height: t, color: l, className: r, onClick: h });
|
6578
6579
|
case "trash2":
|
6579
|
-
return Y2({ width: e, height: t, color: l, className: r, onClick: h });
|
6580
|
-
case "manager":
|
6581
6580
|
return z2({ width: e, height: t, color: l, className: r, onClick: h });
|
6581
|
+
case "manager":
|
6582
|
+
return Q2({ width: e, height: t, color: l, className: r, onClick: h });
|
6582
6583
|
case "resourceManager":
|
6583
|
-
return
|
6584
|
+
return q2({ width: e, height: t, color: l, className: r, onClick: h });
|
6584
6585
|
case "settings2":
|
6585
|
-
return
|
6586
|
+
return X2({ width: e, height: t, color: l, className: r, onClick: h });
|
6586
6587
|
case "image":
|
6587
|
-
return
|
6588
|
+
return ei({ width: e, height: t, color: l, className: r, onClick: h });
|
6588
6589
|
case "upload":
|
6589
|
-
return
|
6590
|
+
return ti({ width: e, height: t, color: l, className: r, onClick: h });
|
6590
6591
|
case "edit":
|
6591
|
-
return
|
6592
|
+
return ii({ width: e, height: t, color: l, className: r, onClick: h });
|
6592
6593
|
case "location":
|
6593
|
-
return
|
6594
|
+
return si({ width: e, height: t, color: l, className: r, onClick: h });
|
6594
6595
|
case "plus2":
|
6595
|
-
return
|
6596
|
+
return oi({ width: e, height: t, color: l, className: r, onClick: h });
|
6596
6597
|
case "search2":
|
6597
|
-
return
|
6598
|
+
return ni({ width: e, height: t, color: l, className: r, onClick: h });
|
6598
6599
|
case "fastArrowLeft":
|
6599
|
-
return
|
6600
|
+
return ri({ width: e, height: t, color: l, className: r, onClick: h });
|
6600
6601
|
case "fastArrowRight":
|
6601
|
-
return
|
6602
|
+
return li({ width: e, height: t, color: l, className: r, onClick: h });
|
6602
6603
|
case "crossInCircle":
|
6603
|
-
return ri({ width: e, height: t, color: l, className: r, onClick: h });
|
6604
|
-
case "arrowUp2":
|
6605
6604
|
return ai({ width: e, height: t, color: l, className: r, onClick: h });
|
6605
|
+
case "arrowUp2":
|
6606
|
+
return ci({ width: e, height: t, color: l, className: r, onClick: h });
|
6606
6607
|
case "arrowDown2":
|
6607
|
-
return li({ width: e, height: t, color: l, className: r, onClick: h });
|
6608
|
-
case "filledArrowLeft":
|
6609
6608
|
return hi({ width: e, height: t, color: l, className: r, onClick: h });
|
6609
|
+
case "filledArrowLeft":
|
6610
|
+
return di({ width: e, height: t, color: l, className: r, onClick: h });
|
6610
6611
|
case "filledArrowRight":
|
6611
|
-
return
|
6612
|
+
return gi({ width: e, height: t, color: l, className: r, onClick: h });
|
6612
6613
|
case "burgerMenu":
|
6613
|
-
return
|
6614
|
+
return ui({ width: e, height: t, color: l, className: r, onClick: h });
|
6614
6615
|
case "signOut":
|
6615
|
-
return
|
6616
|
+
return Ci({ width: e, height: t, color: l, className: r, onClick: h });
|
6616
6617
|
case "refresh":
|
6617
|
-
return
|
6618
|
+
return pi({ width: e, height: t, color: l, className: r, onClick: h });
|
6618
6619
|
default:
|
6619
6620
|
return /* @__PURE__ */ n(Y, { children: "No Icon provided" });
|
6620
6621
|
}
|
6621
6622
|
})() });
|
6622
6623
|
};
|
6623
6624
|
var G1 = /* @__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))(G1 || {});
|
6624
|
-
const
|
6625
|
+
const wi = t1({
|
6625
6626
|
locale: "en",
|
6626
6627
|
theme: "light"
|
6627
6628
|
});
|
6628
|
-
|
6629
|
+
wi.Provider;
|
6629
6630
|
const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o = !0 }) => {
|
6630
6631
|
const a = t === "small" ? 10 : 12.5;
|
6631
6632
|
return /* @__PURE__ */ n(
|
@@ -6633,7 +6634,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6633
6634
|
{
|
6634
6635
|
className: `snmt-tag ${t}`,
|
6635
6636
|
closeIcon: /* @__PURE__ */ n(
|
6636
|
-
|
6637
|
+
fi,
|
6637
6638
|
{
|
6638
6639
|
name: "errorSmall",
|
6639
6640
|
color: G1.GREY_DARK_2,
|
@@ -6645,10 +6646,10 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6645
6646
|
bordered: !1,
|
6646
6647
|
style: { width: e ?? "fit-content" },
|
6647
6648
|
closable: o,
|
6648
|
-
children: typeof i == "string" ? /* @__PURE__ */ n(
|
6649
|
+
children: typeof i == "string" ? /* @__PURE__ */ n(Dt, { variant: t === "small" ? "body4" : "body2", children: i }) : i
|
6649
6650
|
}
|
6650
6651
|
);
|
6651
|
-
}, { Title:
|
6652
|
+
}, { Title: mi, Text: ki } = B1, Li = {
|
6652
6653
|
h1: 1,
|
6653
6654
|
h2: 2,
|
6654
6655
|
h3: 3,
|
@@ -6666,17 +6667,17 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6666
6667
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
6667
6668
|
let g = `snmt-typography snmt-typography-${e}`;
|
6668
6669
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), a && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
6669
|
-
|
6670
|
+
mi,
|
6670
6671
|
{
|
6671
6672
|
className: g,
|
6672
6673
|
style: { color: t, whiteSpace: c },
|
6673
6674
|
onClick: o,
|
6674
|
-
level:
|
6675
|
+
level: Li[e],
|
6675
6676
|
ref: r,
|
6676
6677
|
children: s
|
6677
6678
|
}
|
6678
6679
|
) : /* @__PURE__ */ n(
|
6679
|
-
|
6680
|
+
ki,
|
6680
6681
|
{
|
6681
6682
|
className: g,
|
6682
6683
|
style: { color: t, whiteSpace: c },
|
@@ -6686,7 +6687,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6686
6687
|
}
|
6687
6688
|
);
|
6688
6689
|
}
|
6689
|
-
),
|
6690
|
+
), vi = ({
|
6690
6691
|
children: i,
|
6691
6692
|
content: e,
|
6692
6693
|
isOpen: t,
|
@@ -6696,7 +6697,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6696
6697
|
}) => {
|
6697
6698
|
const [c, r] = S(!1);
|
6698
6699
|
return /* @__PURE__ */ n(
|
6699
|
-
|
6700
|
+
ne,
|
6700
6701
|
{
|
6701
6702
|
content: e,
|
6702
6703
|
arrow: !1,
|
@@ -6710,7 +6711,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6710
6711
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: i })
|
6711
6712
|
}
|
6712
6713
|
);
|
6713
|
-
},
|
6714
|
+
}, Ni = ({
|
6714
6715
|
values: i,
|
6715
6716
|
onTagClose: e,
|
6716
6717
|
maxWidth: t,
|
@@ -6719,7 +6720,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6719
6720
|
extraOptions: a
|
6720
6721
|
}) => {
|
6721
6722
|
const [c, r] = S(!1);
|
6722
|
-
|
6723
|
+
A(() => {
|
6723
6724
|
i.length || r(!1);
|
6724
6725
|
}, [i]);
|
6725
6726
|
const d = (l) => {
|
@@ -6732,7 +6733,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6732
6733
|
return ((h = o == null ? void 0 : o.find((f) => f.value === l)) == null ? void 0 : h.label) || ((C = a == null ? void 0 : a.find((f) => f.value === l)) == null ? void 0 : C.label) || l;
|
6733
6734
|
};
|
6734
6735
|
return /* @__PURE__ */ n("div", { onMouseDown: d, className: "wrapper", children: /* @__PURE__ */ n(
|
6735
|
-
|
6736
|
+
vi,
|
6736
6737
|
{
|
6737
6738
|
content: (
|
6738
6739
|
// 90: paddings + margins + gaps and so on
|
@@ -6755,7 +6756,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6755
6756
|
] }) })
|
6756
6757
|
}
|
6757
6758
|
) });
|
6758
|
-
},
|
6759
|
+
}, xi = ({ size: i = 30, color: e = "#004ed7" }) => {
|
6759
6760
|
const t = `no-repeat linear-gradient(${e}
|
6760
6761
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
6761
6762
|
width: i,
|
@@ -6763,7 +6764,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6763
6764
|
backgroundSize: "20% calc(200% + 20px)"
|
6764
6765
|
};
|
6765
6766
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: s });
|
6766
|
-
},
|
6767
|
+
}, Ri = c1(
|
6767
6768
|
({
|
6768
6769
|
value: i,
|
6769
6770
|
onChange: e,
|
@@ -6783,108 +6784,99 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6783
6784
|
extraOptions: N,
|
6784
6785
|
isLoading: v
|
6785
6786
|
}, R) => {
|
6786
|
-
const [x, _] = S(!1), [
|
6787
|
-
|
6787
|
+
const [x, _] = S(!1), [k, y] = S(!1), [b, M] = S(!0), [I, U] = S(i), z = k1(null);
|
6788
|
+
A(() => {
|
6788
6789
|
U(i);
|
6789
6790
|
}, [i]);
|
6790
|
-
const
|
6791
|
-
_(
|
6792
|
-
}, L1 = (
|
6793
|
-
var
|
6794
|
-
return !!((
|
6791
|
+
const j = (L) => {
|
6792
|
+
_(L), h && h(L);
|
6793
|
+
}, L1 = (L, E) => {
|
6794
|
+
var O;
|
6795
|
+
return !!((O = E == null ? void 0 : E.label) != null && O.toString().toLowerCase().includes(L.toLowerCase()));
|
6795
6796
|
}, g1 = () => {
|
6796
6797
|
y(!0);
|
6797
6798
|
}, D = () => {
|
6798
6799
|
y(!1);
|
6799
|
-
},
|
6800
|
-
if (U(
|
6801
|
-
const
|
6802
|
-
e == null || e(
|
6800
|
+
}, B = (L) => {
|
6801
|
+
if (U(L), s) {
|
6802
|
+
const O = L;
|
6803
|
+
e == null || e(O);
|
6803
6804
|
return;
|
6804
6805
|
}
|
6805
|
-
const E =
|
6806
|
+
const E = L;
|
6806
6807
|
e == null || e(E);
|
6807
6808
|
}, K = () => {
|
6808
6809
|
if (s) {
|
6809
|
-
|
6810
|
+
B([]);
|
6810
6811
|
return;
|
6811
6812
|
}
|
6812
|
-
|
6813
|
-
}, J = (
|
6814
|
-
const E = I.filter((
|
6815
|
-
|
6816
|
-
}, V = (
|
6813
|
+
B("");
|
6814
|
+
}, J = (L) => {
|
6815
|
+
const E = I.filter((O) => O !== L);
|
6816
|
+
B(E), U(E);
|
6817
|
+
}, V = (L) => (I == null ? void 0 : I.indexOf(L)) === 0 ? (
|
6817
6818
|
// if the search input is empty
|
6818
6819
|
// then display the placeholder, else do not display it
|
6819
6820
|
/* @__PURE__ */ n("span", { className: "custom-placeholder", children: b ? t : "" })
|
6820
|
-
) : /* @__PURE__ */ n(Y, {}),
|
6821
|
-
|
6822
|
-
}, T = async (
|
6823
|
-
const { target: E } =
|
6824
|
-
E.scrollTop + E.offsetHeight >= E.scrollHeight - g && (C == null || C(!0)), p && await p(
|
6825
|
-
}, Q = (
|
6826
|
-
var E,
|
6827
|
-
return ((E = a.find((u1) => u1.value ===
|
6821
|
+
) : /* @__PURE__ */ n(Y, {}), Z = (L) => {
|
6822
|
+
L.preventDefault(), L.stopPropagation();
|
6823
|
+
}, T = async (L) => {
|
6824
|
+
const { target: E } = L;
|
6825
|
+
E.scrollTop + E.offsetHeight >= E.scrollHeight - g && (C == null || C(!0)), p && await p(L);
|
6826
|
+
}, Q = (L) => {
|
6827
|
+
var E, O;
|
6828
|
+
return ((E = a.find((u1) => u1.value === L)) == null ? void 0 : E.label) || ((O = N == null ? void 0 : N.find((u1) => u1.value === L)) == null ? void 0 : O.label) || L;
|
6828
6829
|
};
|
6830
|
+
function J1(L) {
|
6831
|
+
var E;
|
6832
|
+
return /* @__PURE__ */ n(
|
6833
|
+
Ni,
|
6834
|
+
{
|
6835
|
+
values: L,
|
6836
|
+
onTagClose: J,
|
6837
|
+
maxWidth: ((E = z.current) == null ? void 0 : E.clientWidth) || 0,
|
6838
|
+
disabled: r,
|
6839
|
+
options: a,
|
6840
|
+
extraOptions: N
|
6841
|
+
}
|
6842
|
+
);
|
6843
|
+
}
|
6844
|
+
function Q1({ label: L, value: E, mode: O }) {
|
6845
|
+
return O === "filter" ? V(E) : /* @__PURE__ */ n("div", { onMouseDown: Z, className: "tag-wrapper", children: /* @__PURE__ */ n(K1, { onClose: () => J(E), closable: !r, children: /* @__PURE__ */ n(P1, { variant: "body4", children: typeof L == "object" ? L : Q(E) }) }) });
|
6846
|
+
}
|
6829
6847
|
return /* @__PURE__ */ u(
|
6830
6848
|
"div",
|
6831
6849
|
{
|
6832
|
-
className: `snmt-select ${
|
6850
|
+
className: `snmt-select ${k ? "snmt-select-focused" : ""}
|
6833
6851
|
${s ? "" : "snmt-select-single"}`,
|
6834
6852
|
ref: z,
|
6835
6853
|
style: { width: c },
|
6836
6854
|
children: [
|
6837
6855
|
/* @__PURE__ */ n(
|
6838
|
-
|
6856
|
+
te,
|
6839
6857
|
{
|
6840
6858
|
className: "snmt-select-blank",
|
6841
6859
|
id: f,
|
6842
6860
|
ref: R,
|
6843
6861
|
showSearch: !!o,
|
6844
6862
|
filterOption: o && L1,
|
6845
|
-
onDropdownVisibleChange:
|
6863
|
+
onDropdownVisibleChange: j,
|
6846
6864
|
placeholder: t ? d ? `${t}*` : t : void 0,
|
6847
6865
|
disabled: r,
|
6848
6866
|
value: I || void 0,
|
6849
|
-
labelRender: (
|
6867
|
+
labelRender: (L) => Q(L.value),
|
6850
6868
|
mode: s === "filter" ? "multiple" : s,
|
6851
|
-
onChange:
|
6869
|
+
onChange: B,
|
6852
6870
|
onFocus: g1,
|
6853
6871
|
onBlur: D,
|
6854
|
-
onSearch: (
|
6855
|
-
M(!
|
6872
|
+
onSearch: (L) => {
|
6873
|
+
M(!L), l && l(L);
|
6856
6874
|
},
|
6857
6875
|
onSelect: () => M(!0),
|
6858
6876
|
onDeselect: () => M(!0),
|
6859
|
-
tagRender:
|
6860
|
-
// HACK to prevent showing selected options in input
|
6861
|
-
(w) => V(w.value)
|
6862
|
-
) : (w) => {
|
6863
|
-
const E = typeof w.label == "object";
|
6864
|
-
return /* @__PURE__ */ n("div", { onMouseDown: W, className: "tag-wrapper", children: /* @__PURE__ */ n(
|
6865
|
-
K1,
|
6866
|
-
{
|
6867
|
-
onClose: () => J(w.value),
|
6868
|
-
closable: !r,
|
6869
|
-
children: /* @__PURE__ */ n(P1, { variant: "body4", children: E ? w.label : Q(w.value) })
|
6870
|
-
}
|
6871
|
-
) });
|
6872
|
-
},
|
6877
|
+
tagRender: (L) => Q1({ ...L, mode: s }),
|
6873
6878
|
maxTagCount: "responsive",
|
6874
|
-
maxTagPlaceholder:
|
6875
|
-
var E;
|
6876
|
-
return /* @__PURE__ */ n(
|
6877
|
-
Li,
|
6878
|
-
{
|
6879
|
-
values: w,
|
6880
|
-
onTagClose: J,
|
6881
|
-
maxWidth: ((E = z.current) == null ? void 0 : E.clientWidth) || 0,
|
6882
|
-
disabled: r,
|
6883
|
-
options: a,
|
6884
|
-
extraOptions: N
|
6885
|
-
}
|
6886
|
-
);
|
6887
|
-
},
|
6879
|
+
maxTagPlaceholder: J1,
|
6888
6880
|
onPopupScroll: T,
|
6889
6881
|
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ u(Y, { children: [
|
6890
6882
|
s && I && !!I.length && /* @__PURE__ */ n("div", { onClick: K, children: /* @__PURE__ */ n(s1, { name: "cancel" }) }),
|
@@ -6900,20 +6892,20 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6900
6892
|
] }) }),
|
6901
6893
|
removeIcon: /* @__PURE__ */ n(s1, { name: "errorSmall", color: $.GREY_DARK_2 }),
|
6902
6894
|
options: a,
|
6903
|
-
optionRender: (
|
6895
|
+
optionRender: (L) => /* @__PURE__ */ u(n1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
6904
6896
|
/* @__PURE__ */ u(n1, { alignItems: "center", gap: 12, children: [
|
6905
6897
|
s && /* @__PURE__ */ n(
|
6906
|
-
|
6898
|
+
le,
|
6907
6899
|
{
|
6908
|
-
checked: !!(I != null && I.includes(
|
6900
|
+
checked: !!(I != null && I.includes(L.value))
|
6909
6901
|
}
|
6910
6902
|
),
|
6911
6903
|
/* @__PURE__ */ u(n1, { alignItems: "center", gap: 8, children: [
|
6912
|
-
|
6913
|
-
/* @__PURE__ */ n("span", { children:
|
6904
|
+
L.data.image && /* @__PURE__ */ n(re, { src: L.data.image, size: 20 }),
|
6905
|
+
/* @__PURE__ */ n("span", { children: L.label })
|
6914
6906
|
] })
|
6915
6907
|
] }),
|
6916
|
-
!s && I ===
|
6908
|
+
!s && I === L.value && /* @__PURE__ */ n(
|
6917
6909
|
s1,
|
6918
6910
|
{
|
6919
6911
|
name: "ok",
|
@@ -6931,7 +6923,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6931
6923
|
display: "grid",
|
6932
6924
|
justifyContent: "center"
|
6933
6925
|
},
|
6934
|
-
children: /* @__PURE__ */ n(
|
6926
|
+
children: /* @__PURE__ */ n(xi, { size: 28 })
|
6935
6927
|
}
|
6936
6928
|
) : void 0
|
6937
6929
|
}
|
@@ -6939,7 +6931,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6939
6931
|
/* @__PURE__ */ n(
|
6940
6932
|
"fieldset",
|
6941
6933
|
{
|
6942
|
-
className: `${
|
6934
|
+
className: `${k ? "fieldset-focused" : ""}
|
6943
6935
|
${r ? "fieldset-disabled" : ""}
|
6944
6936
|
${typeof i == "string" && i ? "fieldset-filled" : ""}
|
6945
6937
|
${typeof i == "object" && i != null && i.length ? "fieldset-filled" : ""}`,
|
@@ -6950,7 +6942,7 @@ const K1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: o
|
|
6950
6942
|
}
|
6951
6943
|
);
|
6952
6944
|
}
|
6953
|
-
),
|
6945
|
+
), Mi = {
|
6954
6946
|
type: "logger",
|
6955
6947
|
log(i) {
|
6956
6948
|
this.output("log", i);
|
@@ -6972,7 +6964,7 @@ class r1 {
|
|
6972
6964
|
}
|
6973
6965
|
init(e) {
|
6974
6966
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
6975
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
6967
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || Mi, this.options = t, this.debug = t.debug;
|
6976
6968
|
}
|
6977
6969
|
log() {
|
6978
6970
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
@@ -7007,7 +6999,7 @@ class r1 {
|
|
7007
6999
|
return e = e || this.options, e.prefix = e.prefix || this.prefix, new r1(this.logger, e);
|
7008
7000
|
}
|
7009
7001
|
}
|
7010
|
-
var
|
7002
|
+
var W = new r1();
|
7011
7003
|
class d1 {
|
7012
7004
|
constructor() {
|
7013
7005
|
this.observers = {};
|
@@ -7048,11 +7040,11 @@ const q = () => {
|
|
7048
7040
|
i = s, e = o;
|
7049
7041
|
});
|
7050
7042
|
return t.resolve = i, t.reject = e, t;
|
7051
|
-
}, N1 = (i) => i == null ? "" : "" + i,
|
7043
|
+
}, N1 = (i) => i == null ? "" : "" + i, yi = (i, e, t) => {
|
7052
7044
|
i.forEach((s) => {
|
7053
7045
|
e[s] && (t[s] = e[s]);
|
7054
7046
|
});
|
7055
|
-
},
|
7047
|
+
}, bi = /###/g, x1 = (i) => i && i.indexOf("###") > -1 ? i.replace(bi, ".") : i, R1 = (i) => !i || typeof i == "string", X = (i, e, t) => {
|
7056
7048
|
const s = typeof e != "string" ? e : e.split(".");
|
7057
7049
|
let o = 0;
|
7058
7050
|
for (; o < s.length - 1; ) {
|
@@ -7077,7 +7069,7 @@ const q = () => {
|
|
7077
7069
|
for (; r.obj === void 0 && c.length; )
|
7078
7070
|
a = `${c[c.length - 1]}.${a}`, c = c.slice(0, c.length - 1), r = X(i, c, Object), r && r.obj && typeof r.obj[`${r.k}.${a}`] < "u" && (r.obj = void 0);
|
7079
7071
|
r.obj[`${r.k}.${a}`] = t;
|
7080
|
-
},
|
7072
|
+
}, Ei = (i, e, t, s) => {
|
7081
7073
|
const {
|
7082
7074
|
obj: o,
|
7083
7075
|
k: a
|
@@ -7090,7 +7082,7 @@ const q = () => {
|
|
7090
7082
|
} = X(i, e);
|
7091
7083
|
if (t)
|
7092
7084
|
return t[s];
|
7093
|
-
},
|
7085
|
+
}, _i = (i, e, t) => {
|
7094
7086
|
const s = l1(i, t);
|
7095
7087
|
return s !== void 0 ? s : l1(e, t);
|
7096
7088
|
}, F1 = (i, e, t) => {
|
@@ -7098,7 +7090,7 @@ const q = () => {
|
|
7098
7090
|
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]) : F1(i[s], e[s], t) : i[s] = e[s]);
|
7099
7091
|
return i;
|
7100
7092
|
}, P = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
7101
|
-
var
|
7093
|
+
var Hi = {
|
7102
7094
|
"&": "&",
|
7103
7095
|
"<": "<",
|
7104
7096
|
">": ">",
|
@@ -7106,8 +7098,8 @@ var Ei = {
|
|
7106
7098
|
"'": "'",
|
7107
7099
|
"/": "/"
|
7108
7100
|
};
|
7109
|
-
const
|
7110
|
-
class
|
7101
|
+
const Vi = (i) => typeof i == "string" ? i.replace(/[&<>"'\/]/g, (e) => Hi[e]) : i;
|
7102
|
+
class Ii {
|
7111
7103
|
constructor(e) {
|
7112
7104
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
7113
7105
|
}
|
@@ -7119,11 +7111,11 @@ class Hi {
|
|
7119
7111
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
7120
7112
|
}
|
7121
7113
|
}
|
7122
|
-
const
|
7114
|
+
const Si = [" ", ",", "?", "!", ";"], Oi = new Ii(20), Ai = (i, e, t) => {
|
7123
7115
|
e = e || "", t = t || "";
|
7124
|
-
const s =
|
7116
|
+
const s = Si.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
7125
7117
|
if (s.length === 0) return !0;
|
7126
|
-
const o =
|
7118
|
+
const o = Oi.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
7127
7119
|
let a = !o.test(i);
|
7128
7120
|
if (!a) {
|
7129
7121
|
const c = i.indexOf(t);
|
@@ -7241,7 +7233,7 @@ const b1 = {};
|
|
7241
7233
|
class h1 extends d1 {
|
7242
7234
|
constructor(e) {
|
7243
7235
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7244
|
-
super(),
|
7236
|
+
super(), yi(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = W.create("translator");
|
7245
7237
|
}
|
7246
7238
|
changeLanguage(e) {
|
7247
7239
|
e && (this.language = e);
|
@@ -7260,7 +7252,7 @@ class h1 extends d1 {
|
|
7260
7252
|
s === void 0 && (s = ":");
|
7261
7253
|
const o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
7262
7254
|
let a = t.ns || this.options.defaultNS || [];
|
7263
|
-
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
7255
|
+
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !Ai(e, s, o);
|
7264
7256
|
if (c && !r) {
|
7265
7257
|
const d = e.match(this.interpolator.nestingRegexp);
|
7266
7258
|
if (d && d.length > 0)
|
@@ -7287,15 +7279,15 @@ class h1 extends d1 {
|
|
7287
7279
|
} = this.extractFromKey(e[e.length - 1], t), d = r[r.length - 1], g = t.lng || this.language, l = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
7288
7280
|
if (g && g.toLowerCase() === "cimode") {
|
7289
7281
|
if (l) {
|
7290
|
-
const
|
7282
|
+
const k = t.nsSeparator || this.options.nsSeparator;
|
7291
7283
|
return o ? {
|
7292
|
-
res: `${d}${
|
7284
|
+
res: `${d}${k}${c}`,
|
7293
7285
|
usedKey: c,
|
7294
7286
|
exactUsedKey: c,
|
7295
7287
|
usedLng: g,
|
7296
7288
|
usedNS: d,
|
7297
7289
|
usedParams: this.getUsedParamsDetails(t)
|
7298
|
-
} : `${d}${
|
7290
|
+
} : `${d}${k}${c}`;
|
7299
7291
|
}
|
7300
7292
|
return o ? {
|
7301
7293
|
res: c,
|
@@ -7312,14 +7304,14 @@ class h1 extends d1 {
|
|
7312
7304
|
if (x && C && (typeof C != "string" && typeof C != "boolean" && typeof C != "number") && v.indexOf(N) < 0 && !(typeof R == "string" && Array.isArray(C))) {
|
7313
7305
|
if (!t.returnObjects && !this.options.returnObjects) {
|
7314
7306
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
7315
|
-
const
|
7307
|
+
const k = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, C, {
|
7316
7308
|
...t,
|
7317
7309
|
ns: r
|
7318
7310
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
7319
|
-
return o ? (h.res =
|
7311
|
+
return o ? (h.res = k, h.usedParams = this.getUsedParamsDetails(t), h) : k;
|
7320
7312
|
}
|
7321
7313
|
if (a) {
|
7322
|
-
const
|
7314
|
+
const k = Array.isArray(C), y = k ? [] : {}, b = k ? f : p;
|
7323
7315
|
for (const M in C)
|
7324
7316
|
if (Object.prototype.hasOwnProperty.call(C, M)) {
|
7325
7317
|
const I = `${b}${a}${M}`;
|
@@ -7334,38 +7326,38 @@ class h1 extends d1 {
|
|
7334
7326
|
} else if (x && typeof R == "string" && Array.isArray(C))
|
7335
7327
|
C = C.join(R), C && (C = this.extendTranslation(C, e, t, s));
|
7336
7328
|
else {
|
7337
|
-
let
|
7329
|
+
let k = !1, y = !1;
|
7338
7330
|
const b = t.count !== void 0 && typeof t.count != "string", M = h1.hasDefaultValue(t), I = b ? this.pluralResolver.getSuffix(g, t.count, t) : "", U = t.ordinal && b ? this.pluralResolver.getSuffix(g, t.count, {
|
7339
7331
|
ordinal: !1
|
7340
|
-
}) : "", z = b && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(),
|
7341
|
-
!this.isValidLookup(C) && M && (
|
7342
|
-
const g1 = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && y ? void 0 : C, D = M &&
|
7343
|
-
if (y ||
|
7344
|
-
if (this.logger.log(D ? "updateKey" : "missingKey", g, d, c, D ?
|
7332
|
+
}) : "", z = b && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), j = z && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${I}`] || t[`defaultValue${U}`] || t.defaultValue;
|
7333
|
+
!this.isValidLookup(C) && M && (k = !0, C = j), this.isValidLookup(C) || (y = !0, C = c);
|
7334
|
+
const g1 = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && y ? void 0 : C, D = M && j !== C && this.options.updateMissing;
|
7335
|
+
if (y || k || D) {
|
7336
|
+
if (this.logger.log(D ? "updateKey" : "missingKey", g, d, c, D ? j : C), a) {
|
7345
7337
|
const V = this.resolve(c, {
|
7346
7338
|
...t,
|
7347
7339
|
keySeparator: !1
|
7348
7340
|
});
|
7349
7341
|
V && V.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.");
|
7350
7342
|
}
|
7351
|
-
let
|
7343
|
+
let B = [];
|
7352
7344
|
const K = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
7353
7345
|
if (this.options.saveMissingTo === "fallback" && K && K[0])
|
7354
7346
|
for (let V = 0; V < K.length; V++)
|
7355
|
-
|
7356
|
-
else this.options.saveMissingTo === "all" ?
|
7357
|
-
const J = (V,
|
7347
|
+
B.push(K[V]);
|
7348
|
+
else this.options.saveMissingTo === "all" ? B = this.languageUtils.toResolveHierarchy(t.lng || this.language) : B.push(t.lng || this.language);
|
7349
|
+
const J = (V, Z, T) => {
|
7358
7350
|
const Q = M && T !== C ? T : g1;
|
7359
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(V, d,
|
7351
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(V, d, Z, Q, D, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(V, d, Z, Q, D, t), this.emit("missingKey", V, d, Z, C);
|
7360
7352
|
};
|
7361
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && b ?
|
7362
|
-
const
|
7363
|
-
z && t[`defaultValue${this.options.pluralSeparator}zero`] &&
|
7364
|
-
J([V], c + T, t[`defaultValue${T}`] ||
|
7353
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && b ? B.forEach((V) => {
|
7354
|
+
const Z = this.pluralResolver.getSuffixes(V, t);
|
7355
|
+
z && t[`defaultValue${this.options.pluralSeparator}zero`] && Z.indexOf(`${this.options.pluralSeparator}zero`) < 0 && Z.push(`${this.options.pluralSeparator}zero`), Z.forEach((T) => {
|
7356
|
+
J([V], c + T, t[`defaultValue${T}`] || j);
|
7365
7357
|
});
|
7366
|
-
}) : J(
|
7358
|
+
}) : J(B, c, j));
|
7367
7359
|
}
|
7368
|
-
C = this.extendTranslation(C, e, t, h, s), y && C === c && this.options.appendNamespaceToMissingKey && (C = `${d}:${c}`), (y ||
|
7360
|
+
C = this.extendTranslation(C, e, t, h, s), y && C === c && this.options.appendNamespaceToMissingKey && (C = `${d}:${c}`), (y || k) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? C = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${d}:${c}` : c, k ? C : void 0) : C = this.options.parseMissingKeyHandler(C));
|
7369
7361
|
}
|
7370
7362
|
return o ? (h.res = C, h.usedParams = this.getUsedParamsDetails(t), h) : C;
|
7371
7363
|
}
|
@@ -7432,12 +7424,12 @@ class h1 extends d1 {
|
|
7432
7424
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
7433
7425
|
this.i18nFormat.addLookupKeys(x, l, R, v, t);
|
7434
7426
|
else {
|
7435
|
-
let
|
7436
|
-
C && (
|
7427
|
+
let k;
|
7428
|
+
C && (k = this.pluralResolver.getSuffix(R, t.count, t));
|
7437
7429
|
const y = `${this.options.pluralSeparator}zero`, b = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
7438
|
-
if (C && (x.push(l +
|
7430
|
+
if (C && (x.push(l + k), t.ordinal && k.indexOf(b) === 0 && x.push(l + k.replace(b, this.options.pluralSeparator)), p && x.push(l + y)), f) {
|
7439
7431
|
const M = `${l}${this.options.contextSeparator}${t.context}`;
|
7440
|
-
x.push(M), C && (x.push(M +
|
7432
|
+
x.push(M), C && (x.push(M + k), t.ordinal && k.indexOf(b) === 0 && x.push(M + k.replace(b, this.options.pluralSeparator)), p && x.push(M + y));
|
7441
7433
|
}
|
7442
7434
|
}
|
7443
7435
|
let _;
|
@@ -7487,7 +7479,7 @@ class h1 extends d1 {
|
|
7487
7479
|
const C1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
|
7488
7480
|
class E1 {
|
7489
7481
|
constructor(e) {
|
7490
|
-
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger =
|
7482
|
+
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = W.create("languageUtils");
|
7491
7483
|
}
|
7492
7484
|
getScriptPartFromCode(e) {
|
7493
7485
|
if (e = a1(e), !e || e.indexOf("-") < 0) return null;
|
@@ -7544,7 +7536,7 @@ class E1 {
|
|
7544
7536
|
}), o;
|
7545
7537
|
}
|
7546
7538
|
}
|
7547
|
-
let
|
7539
|
+
let Bi = [{
|
7548
7540
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
7549
7541
|
nr: [1, 2],
|
7550
7542
|
fc: 1
|
@@ -7636,7 +7628,7 @@ let Oi = [{
|
|
7636
7628
|
lngs: ["he", "iw"],
|
7637
7629
|
nr: [1, 2, 20, 21],
|
7638
7630
|
fc: 22
|
7639
|
-
}],
|
7631
|
+
}], Wi = {
|
7640
7632
|
1: (i) => +(i > 1),
|
7641
7633
|
2: (i) => +(i != 1),
|
7642
7634
|
3: (i) => 0,
|
@@ -7660,28 +7652,28 @@ let Oi = [{
|
|
7660
7652
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
7661
7653
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
7662
7654
|
};
|
7663
|
-
const
|
7655
|
+
const Zi = ["v1", "v2", "v3"], ji = ["v4"], _1 = {
|
7664
7656
|
zero: 0,
|
7665
7657
|
one: 1,
|
7666
7658
|
two: 2,
|
7667
7659
|
few: 3,
|
7668
7660
|
many: 4,
|
7669
7661
|
other: 5
|
7670
|
-
},
|
7662
|
+
}, Di = () => {
|
7671
7663
|
const i = {};
|
7672
|
-
return
|
7664
|
+
return Bi.forEach((e) => {
|
7673
7665
|
e.lngs.forEach((t) => {
|
7674
7666
|
i[t] = {
|
7675
7667
|
numbers: e.nr,
|
7676
|
-
plurals:
|
7668
|
+
plurals: Wi[e.fc]
|
7677
7669
|
};
|
7678
7670
|
});
|
7679
7671
|
}), i;
|
7680
7672
|
};
|
7681
|
-
class
|
7673
|
+
class Ti {
|
7682
7674
|
constructor(e) {
|
7683
7675
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7684
|
-
this.languageUtils = e, this.options = t, this.logger =
|
7676
|
+
this.languageUtils = e, this.options = t, this.logger = W.create("pluralResolver"), (!this.options.compatibilityJSON || ji.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 = Di(), this.pluralRulesCache = {};
|
7685
7677
|
}
|
7686
7678
|
addRule(e, t) {
|
7687
7679
|
this.rules[e] = t;
|
@@ -7735,17 +7727,17 @@ class Zi {
|
|
7735
7727
|
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();
|
7736
7728
|
}
|
7737
7729
|
shouldUseIntlApi() {
|
7738
|
-
return !
|
7730
|
+
return !Zi.includes(this.options.compatibilityJSON);
|
7739
7731
|
}
|
7740
7732
|
}
|
7741
7733
|
const H1 = function(i, e, t) {
|
7742
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, a =
|
7734
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, a = _i(i, e, t);
|
7743
7735
|
return !a && o && typeof t == "string" && (a = f1(i, t, s), a === void 0 && (a = f1(e, t, s))), a;
|
7744
7736
|
}, p1 = (i) => i.replace(/\$/g, "$$$$");
|
7745
|
-
class
|
7737
|
+
class Gi {
|
7746
7738
|
constructor() {
|
7747
7739
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7748
|
-
this.logger =
|
7740
|
+
this.logger = W.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
7749
7741
|
}
|
7750
7742
|
init() {
|
7751
7743
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
@@ -7771,7 +7763,7 @@ class Di {
|
|
7771
7763
|
maxReplaces: R,
|
7772
7764
|
alwaysFormat: x
|
7773
7765
|
} = e.interpolation;
|
7774
|
-
this.escape = t !== void 0 ? t :
|
7766
|
+
this.escape = t !== void 0 ? t : Vi, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = o !== void 0 ? o : !1, this.prefix = a ? P(a) : c || "{{", this.suffix = r ? P(r) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = C ? P(C) : p || P("$t("), this.nestingSuffix = f ? P(f) : N || P(")"), this.nestingOptionsSeparator = v || ",", this.maxReplaces = R || 1e3, this.alwaysFormat = x !== void 0 ? x : !1, this.resetRegExp();
|
7775
7767
|
}
|
7776
7768
|
reset() {
|
7777
7769
|
this.options && this.init(this.options);
|
@@ -7866,7 +7858,7 @@ class Di {
|
|
7866
7858
|
return e;
|
7867
7859
|
}
|
7868
7860
|
}
|
7869
|
-
const
|
7861
|
+
const Ki = (i) => {
|
7870
7862
|
let e = i.toLowerCase().trim();
|
7871
7863
|
const t = {};
|
7872
7864
|
if (i.indexOf("(") > -1) {
|
@@ -7897,10 +7889,10 @@ const Ti = (i) => {
|
|
7897
7889
|
return r || (r = i(a1(s), o), e[c] = r), r(t);
|
7898
7890
|
};
|
7899
7891
|
};
|
7900
|
-
class
|
7892
|
+
class Pi {
|
7901
7893
|
constructor() {
|
7902
7894
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
7903
|
-
this.logger =
|
7895
|
+
this.logger = W.create("formatter"), this.options = e, this.formats = {
|
7904
7896
|
number: F((t, s) => {
|
7905
7897
|
const o = new Intl.NumberFormat(t, {
|
7906
7898
|
...s
|
@@ -7957,7 +7949,7 @@ class Gi {
|
|
7957
7949
|
const {
|
7958
7950
|
formatName: g,
|
7959
7951
|
formatOptions: l
|
7960
|
-
} =
|
7952
|
+
} = Ki(d);
|
7961
7953
|
if (this.formats[g]) {
|
7962
7954
|
let h = r;
|
7963
7955
|
try {
|
@@ -7977,13 +7969,13 @@ class Gi {
|
|
7977
7969
|
}, e);
|
7978
7970
|
}
|
7979
7971
|
}
|
7980
|
-
const
|
7972
|
+
const Fi = (i, e) => {
|
7981
7973
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
7982
7974
|
};
|
7983
|
-
class
|
7975
|
+
class $i extends d1 {
|
7984
7976
|
constructor(e, t, s) {
|
7985
7977
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
7986
|
-
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = o, this.logger =
|
7978
|
+
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = o, this.logger = W.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);
|
7987
7979
|
}
|
7988
7980
|
queueLoad(e, t, s, o) {
|
7989
7981
|
const a = {}, c = {}, r = {}, d = {};
|
@@ -8013,7 +8005,7 @@ class Pi extends d1 {
|
|
8013
8005
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
8014
8006
|
const r = {};
|
8015
8007
|
this.queue.forEach((d) => {
|
8016
|
-
|
8008
|
+
Ei(d.loaded, [a], c), Fi(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
8017
8009
|
r[g] || (r[g] = {});
|
8018
8010
|
const l = d.loaded[g];
|
8019
8011
|
l.length && l.forEach((h) => {
|
@@ -8172,7 +8164,7 @@ const V1 = () => ({
|
|
8172
8164
|
skipOnVariables: !0
|
8173
8165
|
}
|
8174
8166
|
}), I1 = (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), o1 = () => {
|
8175
|
-
},
|
8167
|
+
}, Yi = (i) => {
|
8176
8168
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
8177
8169
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
8178
8170
|
});
|
@@ -8180,9 +8172,9 @@ const V1 = () => ({
|
|
8180
8172
|
class e1 extends d1 {
|
8181
8173
|
constructor() {
|
8182
8174
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
8183
|
-
if (super(), this.options = I1(e), this.services = {}, this.logger =
|
8175
|
+
if (super(), this.options = I1(e), this.services = {}, this.logger = W, this.modules = {
|
8184
8176
|
external: []
|
8185
|
-
},
|
8177
|
+
}, Yi(this), t && !this.isInitialized && !e.isClone) {
|
8186
8178
|
if (!this.options.initImmediate)
|
8187
8179
|
return this.init(e, t), this;
|
8188
8180
|
setTimeout(() => {
|
@@ -8205,19 +8197,19 @@ class e1 extends d1 {
|
|
8205
8197
|
}), t.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = t.keySeparator), t.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = t.nsSeparator);
|
8206
8198
|
const a = (l) => l ? typeof l == "function" ? new l() : l : null;
|
8207
8199
|
if (!this.options.isClone) {
|
8208
|
-
this.modules.logger ?
|
8200
|
+
this.modules.logger ? W.init(a(this.modules.logger), this.options) : W.init(null, this.options);
|
8209
8201
|
let l;
|
8210
|
-
this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l =
|
8202
|
+
this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = Pi);
|
8211
8203
|
const h = new E1(this.options);
|
8212
8204
|
this.store = new y1(this.options.resources, this.options);
|
8213
8205
|
const C = this.services;
|
8214
|
-
C.logger =
|
8206
|
+
C.logger = W, C.resourceStore = this.store, C.languageUtils = h, C.pluralResolver = new Ti(h, {
|
8215
8207
|
prepend: this.options.pluralSeparator,
|
8216
8208
|
compatibilityJSON: this.options.compatibilityJSON,
|
8217
8209
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
8218
|
-
}), l && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (C.formatter = a(l), C.formatter.init(C, this.options), this.options.interpolation.format = C.formatter.format.bind(C.formatter)), C.interpolator = new
|
8210
|
+
}), l && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (C.formatter = a(l), C.formatter.init(C, this.options), this.options.interpolation.format = C.formatter.format.bind(C.formatter)), C.interpolator = new Gi(this.options), C.utils = {
|
8219
8211
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
8220
|
-
}, C.backendConnector = new
|
8212
|
+
}, C.backendConnector = new $i(a(this.modules.backend), C.resourceStore, C, this.options), C.backendConnector.on("*", function(p) {
|
8221
8213
|
for (var f = arguments.length, N = new Array(f > 1 ? f - 1 : 0), v = 1; v < f; v++)
|
8222
8214
|
N[v - 1] = arguments[v];
|
8223
8215
|
e.emit(p, ...N);
|
@@ -8431,7 +8423,7 @@ H.setDefaultNamespace;
|
|
8431
8423
|
H.hasLoadedNamespace;
|
8432
8424
|
H.loadNamespaces;
|
8433
8425
|
H.loadLanguages;
|
8434
|
-
function
|
8426
|
+
function Ui() {
|
8435
8427
|
if (console && console.warn) {
|
8436
8428
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
8437
8429
|
e[t] = arguments[t];
|
@@ -8442,7 +8434,7 @@ const S1 = {};
|
|
8442
8434
|
function w1() {
|
8443
8435
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
8444
8436
|
e[t] = arguments[t];
|
8445
|
-
G(e[0]) && S1[e[0]] || (G(e[0]) && (S1[e[0]] = /* @__PURE__ */ new Date()),
|
8437
|
+
G(e[0]) && S1[e[0]] || (G(e[0]) && (S1[e[0]] = /* @__PURE__ */ new Date()), Ui(...e));
|
8446
8438
|
}
|
8447
8439
|
const Y1 = (i, e) => () => {
|
8448
8440
|
if (i.isInitialized)
|
@@ -8461,7 +8453,7 @@ const Y1 = (i, e) => () => {
|
|
8461
8453
|
G(t) && (t = [t]), t.forEach((o) => {
|
8462
8454
|
i.options.ns.indexOf(o) < 0 && i.options.ns.push(o);
|
8463
8455
|
}), i.loadLanguages(e, Y1(i, s));
|
8464
|
-
},
|
8456
|
+
}, zi = function(i, e) {
|
8465
8457
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
8466
8458
|
const s = e.languages[0], o = e.options ? e.options.fallbackLng : !1, a = e.languages[e.languages.length - 1];
|
8467
8459
|
if (s.toLowerCase() === "cimode") return !0;
|
@@ -8470,15 +8462,15 @@ const Y1 = (i, e) => () => {
|
|
8470
8462
|
return g === -1 || g === 2;
|
8471
8463
|
};
|
8472
8464
|
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)));
|
8473
|
-
},
|
8465
|
+
}, Ji = function(i, e) {
|
8474
8466
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
8475
8467
|
return !e.languages || !e.languages.length ? (w1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
8476
8468
|
lng: t.lng,
|
8477
8469
|
precheck: (o, a) => {
|
8478
8470
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !a(o.isLanguageChangingTo, i)) return !1;
|
8479
8471
|
}
|
8480
|
-
}) :
|
8481
|
-
}, G = (i) => typeof i == "string",
|
8472
|
+
}) : zi(i, e, t);
|
8473
|
+
}, G = (i) => typeof i == "string", Qi = (i) => typeof i == "object" && i !== null, qi = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Xi = {
|
8482
8474
|
"&": "&",
|
8483
8475
|
"&": "&",
|
8484
8476
|
"<": "<",
|
@@ -8499,7 +8491,7 @@ const Y1 = (i, e) => () => {
|
|
8499
8491
|
"…": "…",
|
8500
8492
|
"/": "/",
|
8501
8493
|
"/": "/"
|
8502
|
-
},
|
8494
|
+
}, e5 = (i) => Xi[i], t5 = (i) => i.replace(qi, e5);
|
8503
8495
|
let m1 = {
|
8504
8496
|
bindI18n: "languageChanged",
|
8505
8497
|
bindI18nStore: "",
|
@@ -8508,25 +8500,25 @@ let m1 = {
|
|
8508
8500
|
transWrapTextNodes: "",
|
8509
8501
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
8510
8502
|
useSuspense: !0,
|
8511
|
-
unescape:
|
8503
|
+
unescape: t5
|
8512
8504
|
};
|
8513
|
-
const
|
8505
|
+
const i5 = function() {
|
8514
8506
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8515
8507
|
m1 = {
|
8516
8508
|
...m1,
|
8517
8509
|
...i
|
8518
8510
|
};
|
8519
|
-
},
|
8511
|
+
}, s5 = () => m1;
|
8520
8512
|
let U1;
|
8521
|
-
const
|
8513
|
+
const o5 = (i) => {
|
8522
8514
|
U1 = i;
|
8523
|
-
},
|
8515
|
+
}, n5 = () => U1, r5 = {
|
8524
8516
|
type: "3rdParty",
|
8525
8517
|
init(i) {
|
8526
|
-
|
8518
|
+
i5(i.options.react), o5(i);
|
8527
8519
|
}
|
8528
|
-
},
|
8529
|
-
class
|
8520
|
+
}, l5 = t1();
|
8521
|
+
class a5 {
|
8530
8522
|
constructor() {
|
8531
8523
|
v1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
8532
8524
|
this.usedNamespaces = {};
|
@@ -8537,27 +8529,27 @@ class r5 {
|
|
8537
8529
|
});
|
8538
8530
|
}
|
8539
8531
|
}
|
8540
|
-
const
|
8532
|
+
const h5 = (i, e) => {
|
8541
8533
|
const t = k1();
|
8542
|
-
return
|
8534
|
+
return A(() => {
|
8543
8535
|
t.current = i;
|
8544
8536
|
}, [i, e]), t.current;
|
8545
|
-
}, z1 = (i, e, t, s) => i.getFixedT(e, t, s),
|
8537
|
+
}, z1 = (i, e, t, s) => i.getFixedT(e, t, s), c5 = (i, e, t, s) => Z1(z1(i, e, t, s), [i, e, t, s]), d5 = function(i) {
|
8546
8538
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8547
8539
|
const {
|
8548
8540
|
i18n: t
|
8549
8541
|
} = e, {
|
8550
8542
|
i18n: s,
|
8551
8543
|
defaultNS: o
|
8552
|
-
} = i1(
|
8553
|
-
if (a && !a.reportNamespaces && (a.reportNamespaces = new
|
8544
|
+
} = i1(l5) || {}, a = t || s || n5();
|
8545
|
+
if (a && !a.reportNamespaces && (a.reportNamespaces = new a5()), !a) {
|
8554
8546
|
w1("You will need to pass in an i18next instance by using initReactI18next");
|
8555
|
-
const
|
8556
|
-
return y.t =
|
8547
|
+
const k = (b, M) => G(M) ? M : Qi(M) && G(M.defaultValue) ? M.defaultValue : Array.isArray(b) ? b[b.length - 1] : b, y = [k, {}, !1];
|
8548
|
+
return y.t = k, y.i18n = {}, y.ready = !1, y;
|
8557
8549
|
}
|
8558
8550
|
a.options.react && a.options.react.wait !== void 0 && w1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
8559
8551
|
const c = {
|
8560
|
-
...
|
8552
|
+
...s5(),
|
8561
8553
|
...a.options.react,
|
8562
8554
|
...e
|
8563
8555
|
}, {
|
@@ -8566,13 +8558,13 @@ const l5 = (i, e) => {
|
|
8566
8558
|
} = c;
|
8567
8559
|
let g = i;
|
8568
8560
|
g = G(g) ? [g] : g || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(g);
|
8569
|
-
const l = (a.isInitialized || a.initializedStoreOnce) && g.every((
|
8561
|
+
const l = (a.isInitialized || a.initializedStoreOnce) && g.every((k) => Ji(k, a, c)), h = c5(a, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), C = () => h, p = () => z1(a, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [f, N] = S(C);
|
8570
8562
|
let v = g.join();
|
8571
8563
|
e.lng && (v = `${e.lng}${v}`);
|
8572
|
-
const R =
|
8573
|
-
|
8564
|
+
const R = h5(v), x = k1(!0);
|
8565
|
+
A(() => {
|
8574
8566
|
const {
|
8575
|
-
bindI18n:
|
8567
|
+
bindI18n: k,
|
8576
8568
|
bindI18nStore: y
|
8577
8569
|
} = c;
|
8578
8570
|
x.current = !0, !l && !r && (e.lng ? A1(a, e.lng, g, () => {
|
@@ -8583,43 +8575,43 @@ const l5 = (i, e) => {
|
|
8583
8575
|
const b = () => {
|
8584
8576
|
x.current && N(p);
|
8585
8577
|
};
|
8586
|
-
return
|
8587
|
-
x.current = !1,
|
8578
|
+
return k && a && a.on(k, b), y && a && a.store.on(y, b), () => {
|
8579
|
+
x.current = !1, k && a && k.split(" ").forEach((M) => a.off(M, b)), y && a && y.split(" ").forEach((M) => a.store.off(M, b));
|
8588
8580
|
};
|
8589
|
-
}, [a, v]),
|
8581
|
+
}, [a, v]), A(() => {
|
8590
8582
|
x.current && l && N(C);
|
8591
8583
|
}, [a, d, l]);
|
8592
8584
|
const _ = [f, a, l];
|
8593
8585
|
if (_.t = f, _.i18n = a, _.ready = l, l || !l && !r) return _;
|
8594
|
-
throw new Promise((
|
8595
|
-
e.lng ? A1(a, e.lng, g, () =>
|
8586
|
+
throw new Promise((k) => {
|
8587
|
+
e.lng ? A1(a, e.lng, g, () => k()) : O1(a, g, () => k());
|
8596
8588
|
});
|
8597
|
-
},
|
8598
|
-
placeholder: c5
|
8599
|
-
}, g5 = "Страна", u5 = {
|
8589
|
+
}, g5 = "Country", u5 = {
|
8600
8590
|
placeholder: g5
|
8591
|
+
}, C5 = "Страна", p5 = {
|
8592
|
+
placeholder: C5
|
8601
8593
|
};
|
8602
|
-
H.use(
|
8594
|
+
H.use(r5).init({
|
8603
8595
|
defaultNS: "common",
|
8604
8596
|
lng: "en",
|
8605
8597
|
resources: {
|
8606
8598
|
en: {
|
8607
|
-
common:
|
8599
|
+
common: u5
|
8608
8600
|
},
|
8609
8601
|
ru: {
|
8610
|
-
common:
|
8602
|
+
common: p5
|
8611
8603
|
}
|
8612
8604
|
}
|
8613
8605
|
});
|
8614
|
-
const
|
8606
|
+
const x5 = c1(
|
8615
8607
|
({ width: i, selectedCity: e, setSelectedCity: t, onChange: s, value: o, id: a, disabled: c }, r) => {
|
8616
|
-
const [d, g] = S([]), [l, h] = S([]), { locale: C, axiosPeople: p } = i1(
|
8608
|
+
const [d, g] = S([]), [l, h] = S([]), { locale: C, axiosPeople: p } = i1(ee);
|
8617
8609
|
if (!p)
|
8618
8610
|
throw new Error(
|
8619
8611
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
8620
8612
|
Please provide it via SNMTUiContext.`
|
8621
8613
|
);
|
8622
|
-
const { t: f } =
|
8614
|
+
const { t: f } = d5("common", { lng: C }), N = Z1(async () => {
|
8623
8615
|
try {
|
8624
8616
|
const R = await p.post("v1/countries/search");
|
8625
8617
|
h(R == null ? void 0 : R.data.data);
|
@@ -8627,22 +8619,22 @@ const v5 = c1(
|
|
8627
8619
|
g([]);
|
8628
8620
|
}
|
8629
8621
|
}, [p]);
|
8630
|
-
|
8622
|
+
A(() => {
|
8631
8623
|
N();
|
8632
|
-
}, []),
|
8624
|
+
}, []), A(() => {
|
8633
8625
|
if (e) {
|
8634
8626
|
const R = e.split("-")[1], x = l.filter(
|
8635
8627
|
(_) => _.name.includes(R)
|
8636
8628
|
);
|
8637
8629
|
if (x.length) {
|
8638
|
-
const _ = x.map((
|
8639
|
-
label:
|
8640
|
-
value:
|
8630
|
+
const _ = x.map((k) => ({
|
8631
|
+
label: k.name,
|
8632
|
+
value: k.name
|
8641
8633
|
}));
|
8642
8634
|
s(_[0].value);
|
8643
8635
|
}
|
8644
8636
|
}
|
8645
|
-
}, [e, l, s]),
|
8637
|
+
}, [e, l, s]), A(() => {
|
8646
8638
|
const R = l.map((x) => ({
|
8647
8639
|
label: x.name,
|
8648
8640
|
value: x.name
|
@@ -8653,7 +8645,7 @@ const v5 = c1(
|
|
8653
8645
|
R === "None" ? (s(""), t && t("")) : (s(R), t && t(""));
|
8654
8646
|
};
|
8655
8647
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
8656
|
-
|
8648
|
+
Ri,
|
8657
8649
|
{
|
8658
8650
|
id: a,
|
8659
8651
|
width: i,
|
@@ -8668,5 +8660,5 @@ const v5 = c1(
|
|
8668
8660
|
}
|
8669
8661
|
);
|
8670
8662
|
export {
|
8671
|
-
|
8663
|
+
x5 as CountrySelect
|
8672
8664
|
};
|