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