@snmt-react-ui/user-select 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/user-select.js +603 -612
- package/package.json +6 -6
- package/dist/UserSelect.stories.d.ts +0 -6
package/dist/user-select.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var R1 = (i, e, t) =>
|
|
1
|
+
var ie = Object.defineProperty;
|
|
2
|
+
var se = (i, e, t) => e in i ? ie(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
|
+
var R1 = (i, e, t) => se(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
|
5
5
|
import { jsx as r, jsxs as u, Fragment as q } from "react/jsx-runtime";
|
|
6
|
-
import { createContext as n1, forwardRef as r1, useState as I, useRef as p1, useEffect as
|
|
7
|
-
import { Select as
|
|
8
|
-
import { SNMTUiContext as
|
|
6
|
+
import { createContext as n1, forwardRef as r1, useState as I, useRef as p1, useEffect as D, useCallback as $, useContext as o1 } from "react";
|
|
7
|
+
import { Select as ne, Flex as re, Avatar as oe, Checkbox as le, Typography as T1, Tag as G1, Popover as ae } from "antd";
|
|
8
|
+
import { SNMTUiContext as he } from "@snmt-react-ui/core";
|
|
9
9
|
const h1 = ({
|
|
10
10
|
children: i,
|
|
11
11
|
direction: e = "row",
|
|
@@ -16,7 +16,7 @@ const h1 = ({
|
|
|
16
16
|
gap: c,
|
|
17
17
|
padding: o
|
|
18
18
|
}) => /* @__PURE__ */ r(
|
|
19
|
-
|
|
19
|
+
re,
|
|
20
20
|
{
|
|
21
21
|
className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
|
|
22
22
|
vertical: e === "column",
|
|
@@ -28,10 +28,10 @@ const h1 = ({
|
|
|
28
28
|
style: { padding: o },
|
|
29
29
|
children: i
|
|
30
30
|
}
|
|
31
|
-
),
|
|
31
|
+
), ce = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
|
|
32
32
|
const n = typeof s.src == "string";
|
|
33
33
|
return /* @__PURE__ */ r(
|
|
34
|
-
|
|
34
|
+
oe,
|
|
35
35
|
{
|
|
36
36
|
className: `snmt-avatar ${n ? "image" : ""}`,
|
|
37
37
|
shape: i,
|
|
@@ -48,7 +48,7 @@ const K1 = n1({
|
|
|
48
48
|
theme: "light"
|
|
49
49
|
});
|
|
50
50
|
K1.Provider;
|
|
51
|
-
const
|
|
51
|
+
const de = ({
|
|
52
52
|
checked: i = !0,
|
|
53
53
|
indeterminate: e = !1,
|
|
54
54
|
children: t,
|
|
@@ -57,12 +57,12 @@ const he = ({
|
|
|
57
57
|
disableUncheck: l = !1
|
|
58
58
|
}) => {
|
|
59
59
|
const [c, o] = I(i), [d, g] = I(e);
|
|
60
|
-
|
|
60
|
+
D(() => {
|
|
61
61
|
o(i), g(e);
|
|
62
62
|
}, [i, e]);
|
|
63
63
|
const { theme: a } = o1(K1);
|
|
64
64
|
return /* @__PURE__ */ r(
|
|
65
|
-
|
|
65
|
+
le,
|
|
66
66
|
{
|
|
67
67
|
className: `snmt-checkbox snmt-checkbox-${a}`,
|
|
68
68
|
checked: c,
|
|
@@ -75,13 +75,13 @@ const he = ({
|
|
|
75
75
|
}
|
|
76
76
|
);
|
|
77
77
|
};
|
|
78
|
-
var
|
|
78
|
+
var k = /* @__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))(k || {});
|
|
79
79
|
const P1 = n1({
|
|
80
80
|
locale: "en",
|
|
81
81
|
theme: "light"
|
|
82
82
|
});
|
|
83
83
|
P1.Provider;
|
|
84
|
-
const
|
|
84
|
+
const ge = ({
|
|
85
85
|
width: i = 20,
|
|
86
86
|
height: e = 20,
|
|
87
87
|
color: t = "#001E52",
|
|
@@ -108,7 +108,7 @@ const ce = ({
|
|
|
108
108
|
}
|
|
109
109
|
)
|
|
110
110
|
}
|
|
111
|
-
),
|
|
111
|
+
), ue = ({
|
|
112
112
|
width: i = 20,
|
|
113
113
|
height: e = 20,
|
|
114
114
|
color: t = "#001E52",
|
|
@@ -135,7 +135,7 @@ const ce = ({
|
|
|
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 ce = ({
|
|
|
163
163
|
)
|
|
164
164
|
]
|
|
165
165
|
}
|
|
166
|
-
),
|
|
166
|
+
), pe = ({
|
|
167
167
|
width: i = 20,
|
|
168
168
|
height: e = 20,
|
|
169
169
|
color: t = "#001E52",
|
|
@@ -198,7 +198,7 @@ const ce = ({
|
|
|
198
198
|
)
|
|
199
199
|
]
|
|
200
200
|
}
|
|
201
|
-
),
|
|
201
|
+
), fe = ({
|
|
202
202
|
width: i = 18,
|
|
203
203
|
height: e = 18,
|
|
204
204
|
color: t = "#001E52",
|
|
@@ -237,7 +237,7 @@ const ce = ({
|
|
|
237
237
|
)
|
|
238
238
|
]
|
|
239
239
|
}
|
|
240
|
-
),
|
|
240
|
+
), we = ({
|
|
241
241
|
width: i = 20,
|
|
242
242
|
height: e = 20,
|
|
243
243
|
color: t = "#001E52",
|
|
@@ -263,7 +263,7 @@ const ce = ({
|
|
|
263
263
|
}
|
|
264
264
|
)
|
|
265
265
|
}
|
|
266
|
-
),
|
|
266
|
+
), me = ({
|
|
267
267
|
width: i = 20,
|
|
268
268
|
height: e = 20,
|
|
269
269
|
color: t = "#001E52",
|
|
@@ -284,7 +284,7 @@ const ce = ({
|
|
|
284
284
|
/* @__PURE__ */ r("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
285
285
|
]
|
|
286
286
|
}
|
|
287
|
-
),
|
|
287
|
+
), ke = ({
|
|
288
288
|
width: i = 20,
|
|
289
289
|
height: e = 20,
|
|
290
290
|
color: t = "#001E52",
|
|
@@ -316,7 +316,7 @@ const ce = ({
|
|
|
316
316
|
)
|
|
317
317
|
]
|
|
318
318
|
}
|
|
319
|
-
),
|
|
319
|
+
), Le = ({
|
|
320
320
|
width: i = 20,
|
|
321
321
|
height: e = 20,
|
|
322
322
|
color: t = "#001E52",
|
|
@@ -370,7 +370,7 @@ const ce = ({
|
|
|
370
370
|
)
|
|
371
371
|
]
|
|
372
372
|
}
|
|
373
|
-
),
|
|
373
|
+
), ve = ({
|
|
374
374
|
width: i = 20,
|
|
375
375
|
height: e = 20,
|
|
376
376
|
color: t = "#001E52",
|
|
@@ -409,7 +409,7 @@ const ce = ({
|
|
|
409
409
|
/* @__PURE__ */ r("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
|
410
410
|
]
|
|
411
411
|
}
|
|
412
|
-
),
|
|
412
|
+
), Ne = ({
|
|
413
413
|
width: i = 16,
|
|
414
414
|
height: e = 12,
|
|
415
415
|
color: t = "#001E52",
|
|
@@ -458,7 +458,7 @@ const ce = ({
|
|
|
458
458
|
)
|
|
459
459
|
] })
|
|
460
460
|
}
|
|
461
|
-
),
|
|
461
|
+
), xe = ({
|
|
462
462
|
width: i = 16,
|
|
463
463
|
height: e = 16,
|
|
464
464
|
color: t = "#001E52",
|
|
@@ -492,7 +492,7 @@ const ce = ({
|
|
|
492
492
|
)
|
|
493
493
|
]
|
|
494
494
|
}
|
|
495
|
-
),
|
|
495
|
+
), Re = ({
|
|
496
496
|
width: i = 10,
|
|
497
497
|
height: e = 10,
|
|
498
498
|
color: t = "#001E52",
|
|
@@ -531,7 +531,7 @@ const ce = ({
|
|
|
531
531
|
)
|
|
532
532
|
] })
|
|
533
533
|
}
|
|
534
|
-
),
|
|
534
|
+
), Me = ({
|
|
535
535
|
width: i = 16,
|
|
536
536
|
height: e = 16,
|
|
537
537
|
color: t = "#001E52",
|
|
@@ -567,7 +567,7 @@ const ce = ({
|
|
|
567
567
|
)
|
|
568
568
|
]
|
|
569
569
|
}
|
|
570
|
-
),
|
|
570
|
+
), ye = ({
|
|
571
571
|
width: i = 11,
|
|
572
572
|
height: e = 32,
|
|
573
573
|
color: t = "#001E52",
|
|
@@ -605,7 +605,7 @@ const ce = ({
|
|
|
605
605
|
/* @__PURE__ */ r("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
|
606
606
|
]
|
|
607
607
|
}
|
|
608
|
-
),
|
|
608
|
+
), be = ({
|
|
609
609
|
width: i = 20,
|
|
610
610
|
height: e = 20,
|
|
611
611
|
color: t = "#001E52",
|
|
@@ -652,7 +652,7 @@ const ce = ({
|
|
|
652
652
|
)
|
|
653
653
|
]
|
|
654
654
|
}
|
|
655
|
-
),
|
|
655
|
+
), Ee = ({
|
|
656
656
|
width: i = 20,
|
|
657
657
|
height: e = 20,
|
|
658
658
|
color: t = "#001E52",
|
|
@@ -685,7 +685,7 @@ const ce = ({
|
|
|
685
685
|
)
|
|
686
686
|
]
|
|
687
687
|
}
|
|
688
|
-
),
|
|
688
|
+
), Ve = ({
|
|
689
689
|
width: i = 20,
|
|
690
690
|
height: e = 20,
|
|
691
691
|
color: t = "#001E52",
|
|
@@ -732,7 +732,7 @@ const ce = ({
|
|
|
732
732
|
)
|
|
733
733
|
]
|
|
734
734
|
}
|
|
735
|
-
),
|
|
735
|
+
), _e = ({
|
|
736
736
|
width: i = 20,
|
|
737
737
|
height: e = 20,
|
|
738
738
|
color: t = "#001E52",
|
|
@@ -765,7 +765,7 @@ const ce = ({
|
|
|
765
765
|
)
|
|
766
766
|
]
|
|
767
767
|
}
|
|
768
|
-
),
|
|
768
|
+
), He = ({
|
|
769
769
|
width: i = 18,
|
|
770
770
|
height: e = 16,
|
|
771
771
|
color: t = "#001E52",
|
|
@@ -804,7 +804,7 @@ const ce = ({
|
|
|
804
804
|
)
|
|
805
805
|
]
|
|
806
806
|
}
|
|
807
|
-
),
|
|
807
|
+
), Ie = ({
|
|
808
808
|
width: i = 20,
|
|
809
809
|
height: e = 20,
|
|
810
810
|
color: t = "#001E52",
|
|
@@ -837,7 +837,7 @@ const ce = ({
|
|
|
837
837
|
)
|
|
838
838
|
]
|
|
839
839
|
}
|
|
840
|
-
),
|
|
840
|
+
), Se = ({
|
|
841
841
|
width: i = 20,
|
|
842
842
|
height: e = 20,
|
|
843
843
|
color: t = "#001E52",
|
|
@@ -861,7 +861,7 @@ const ce = ({
|
|
|
861
861
|
}
|
|
862
862
|
)
|
|
863
863
|
}
|
|
864
|
-
),
|
|
864
|
+
), Oe = ({
|
|
865
865
|
width: i = 20,
|
|
866
866
|
height: e = 20,
|
|
867
867
|
color: t = "#001E52",
|
|
@@ -908,7 +908,7 @@ const ce = ({
|
|
|
908
908
|
)
|
|
909
909
|
]
|
|
910
910
|
}
|
|
911
|
-
),
|
|
911
|
+
), Ae = ({
|
|
912
912
|
width: i = 20,
|
|
913
913
|
height: e = 20,
|
|
914
914
|
color: t = "#001E52",
|
|
@@ -941,7 +941,7 @@ const ce = ({
|
|
|
941
941
|
)
|
|
942
942
|
]
|
|
943
943
|
}
|
|
944
|
-
),
|
|
944
|
+
), Be = ({
|
|
945
945
|
width: i = 20,
|
|
946
946
|
height: e = 20,
|
|
947
947
|
color: t = "#001E52",
|
|
@@ -974,7 +974,7 @@ const ce = ({
|
|
|
974
974
|
)
|
|
975
975
|
]
|
|
976
976
|
}
|
|
977
|
-
),
|
|
977
|
+
), We = ({
|
|
978
978
|
width: i = 20,
|
|
979
979
|
height: e = 23,
|
|
980
980
|
color: t = "#001E52",
|
|
@@ -1035,7 +1035,7 @@ const ce = ({
|
|
|
1035
1035
|
)
|
|
1036
1036
|
]
|
|
1037
1037
|
}
|
|
1038
|
-
),
|
|
1038
|
+
), je = ({
|
|
1039
1039
|
width: i = 20,
|
|
1040
1040
|
height: e = 20,
|
|
1041
1041
|
color: t = "#001E52",
|
|
@@ -1075,7 +1075,7 @@ const ce = ({
|
|
|
1075
1075
|
)
|
|
1076
1076
|
]
|
|
1077
1077
|
}
|
|
1078
|
-
),
|
|
1078
|
+
), Ze = ({
|
|
1079
1079
|
width: i = 32,
|
|
1080
1080
|
height: e = 25,
|
|
1081
1081
|
color: t = "#001E52",
|
|
@@ -1103,7 +1103,7 @@ const ce = ({
|
|
|
1103
1103
|
)
|
|
1104
1104
|
]
|
|
1105
1105
|
}
|
|
1106
|
-
),
|
|
1106
|
+
), De = ({
|
|
1107
1107
|
width: i = 14,
|
|
1108
1108
|
height: e = 14,
|
|
1109
1109
|
color: t = "#10B981",
|
|
@@ -1132,7 +1132,7 @@ const ce = ({
|
|
|
1132
1132
|
)
|
|
1133
1133
|
]
|
|
1134
1134
|
}
|
|
1135
|
-
),
|
|
1135
|
+
), Te = ({
|
|
1136
1136
|
width: i = 11,
|
|
1137
1137
|
height: e = 11,
|
|
1138
1138
|
color: t = "#FFB020",
|
|
@@ -1166,7 +1166,7 @@ const ce = ({
|
|
|
1166
1166
|
)
|
|
1167
1167
|
]
|
|
1168
1168
|
}
|
|
1169
|
-
),
|
|
1169
|
+
), Ge = ({
|
|
1170
1170
|
width: i = 10,
|
|
1171
1171
|
height: e = 10,
|
|
1172
1172
|
color: t = "#88A4FF",
|
|
@@ -1214,7 +1214,7 @@ const ce = ({
|
|
|
1214
1214
|
)
|
|
1215
1215
|
]
|
|
1216
1216
|
}
|
|
1217
|
-
),
|
|
1217
|
+
), Ke = ({
|
|
1218
1218
|
width: i = 14,
|
|
1219
1219
|
height: e = 14,
|
|
1220
1220
|
color: t = "#8E8E93",
|
|
@@ -1242,7 +1242,7 @@ const ce = ({
|
|
|
1242
1242
|
)
|
|
1243
1243
|
]
|
|
1244
1244
|
}
|
|
1245
|
-
),
|
|
1245
|
+
), Pe = ({
|
|
1246
1246
|
width: i = 14,
|
|
1247
1247
|
height: e = 14,
|
|
1248
1248
|
color: t = "#FFB020",
|
|
@@ -1276,7 +1276,7 @@ const ce = ({
|
|
|
1276
1276
|
)
|
|
1277
1277
|
]
|
|
1278
1278
|
}
|
|
1279
|
-
),
|
|
1279
|
+
), $e = ({
|
|
1280
1280
|
width: i = 14,
|
|
1281
1281
|
height: e = 14,
|
|
1282
1282
|
color: t = "#D0421B",
|
|
@@ -1324,7 +1324,7 @@ const ce = ({
|
|
|
1324
1324
|
)
|
|
1325
1325
|
]
|
|
1326
1326
|
}
|
|
1327
|
-
),
|
|
1327
|
+
), Fe = ({
|
|
1328
1328
|
width: i = 20,
|
|
1329
1329
|
height: e = 20,
|
|
1330
1330
|
color: t = "#070739",
|
|
@@ -1354,7 +1354,7 @@ const ce = ({
|
|
|
1354
1354
|
/* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
1355
1355
|
]
|
|
1356
1356
|
}
|
|
1357
|
-
),
|
|
1357
|
+
), Ye = ({
|
|
1358
1358
|
width: i = 20,
|
|
1359
1359
|
height: e = 20,
|
|
1360
1360
|
color: t = "#070739",
|
|
@@ -1392,7 +1392,7 @@ const ce = ({
|
|
|
1392
1392
|
)
|
|
1393
1393
|
]
|
|
1394
1394
|
}
|
|
1395
|
-
),
|
|
1395
|
+
), Ue = ({
|
|
1396
1396
|
width: i = 9,
|
|
1397
1397
|
height: e = 5,
|
|
1398
1398
|
color: t = "#001E52",
|
|
@@ -1418,7 +1418,7 @@ const ce = ({
|
|
|
1418
1418
|
}
|
|
1419
1419
|
)
|
|
1420
1420
|
}
|
|
1421
|
-
),
|
|
1421
|
+
), ze = ({
|
|
1422
1422
|
width: i = 20,
|
|
1423
1423
|
height: e = 20,
|
|
1424
1424
|
color: t = "#F2F2F7",
|
|
@@ -1447,7 +1447,7 @@ const ce = ({
|
|
|
1447
1447
|
)
|
|
1448
1448
|
]
|
|
1449
1449
|
}
|
|
1450
|
-
),
|
|
1450
|
+
), Je = ({
|
|
1451
1451
|
width: i = 20,
|
|
1452
1452
|
height: e = 20,
|
|
1453
1453
|
color: t = "#004ED7",
|
|
@@ -1476,7 +1476,7 @@ const ce = ({
|
|
|
1476
1476
|
)
|
|
1477
1477
|
]
|
|
1478
1478
|
}
|
|
1479
|
-
),
|
|
1479
|
+
), Qe = ({
|
|
1480
1480
|
width: i = 248,
|
|
1481
1481
|
height: e = 248,
|
|
1482
1482
|
color: t = "#070739",
|
|
@@ -1513,7 +1513,7 @@ const ce = ({
|
|
|
1513
1513
|
)
|
|
1514
1514
|
]
|
|
1515
1515
|
}
|
|
1516
|
-
),
|
|
1516
|
+
), qe = ({
|
|
1517
1517
|
width: i = 24,
|
|
1518
1518
|
height: e = 24,
|
|
1519
1519
|
color: t = "#001E52",
|
|
@@ -1552,7 +1552,7 @@ const ce = ({
|
|
|
1552
1552
|
)
|
|
1553
1553
|
]
|
|
1554
1554
|
}
|
|
1555
|
-
),
|
|
1555
|
+
), Xe = ({
|
|
1556
1556
|
width: i = 10,
|
|
1557
1557
|
height: e = 10,
|
|
1558
1558
|
color: t = "#001E52",
|
|
@@ -1581,7 +1581,7 @@ const ce = ({
|
|
|
1581
1581
|
)
|
|
1582
1582
|
]
|
|
1583
1583
|
}
|
|
1584
|
-
),
|
|
1584
|
+
), et = ({
|
|
1585
1585
|
width: i = 10,
|
|
1586
1586
|
height: e = 10,
|
|
1587
1587
|
color: t = "#001E52",
|
|
@@ -1618,10 +1618,10 @@ const ce = ({
|
|
|
1618
1618
|
)
|
|
1619
1619
|
]
|
|
1620
1620
|
}
|
|
1621
|
-
),
|
|
1621
|
+
), tt = ({
|
|
1622
1622
|
width: i = 24,
|
|
1623
1623
|
height: e = 24,
|
|
1624
|
-
color: t =
|
|
1624
|
+
color: t = k.GREY_DARK_5,
|
|
1625
1625
|
className: s,
|
|
1626
1626
|
onClick: n
|
|
1627
1627
|
}) => /* @__PURE__ */ u(
|
|
@@ -1657,10 +1657,10 @@ const ce = ({
|
|
|
1657
1657
|
)
|
|
1658
1658
|
]
|
|
1659
1659
|
}
|
|
1660
|
-
),
|
|
1660
|
+
), it = ({
|
|
1661
1661
|
width: i = 20,
|
|
1662
1662
|
height: e = 20,
|
|
1663
|
-
color: t =
|
|
1663
|
+
color: t = k.GREY_DARK_1,
|
|
1664
1664
|
className: s,
|
|
1665
1665
|
onClick: n
|
|
1666
1666
|
}) => /* @__PURE__ */ u(
|
|
@@ -1690,10 +1690,10 @@ const ce = ({
|
|
|
1690
1690
|
)
|
|
1691
1691
|
]
|
|
1692
1692
|
}
|
|
1693
|
-
),
|
|
1693
|
+
), st = ({
|
|
1694
1694
|
width: i = 81,
|
|
1695
1695
|
height: e = 80,
|
|
1696
|
-
color: t =
|
|
1696
|
+
color: t = k.GREY_DARK_5,
|
|
1697
1697
|
className: s,
|
|
1698
1698
|
onClick: n
|
|
1699
1699
|
}) => /* @__PURE__ */ u(
|
|
@@ -1739,9 +1739,9 @@ const ce = ({
|
|
|
1739
1739
|
)
|
|
1740
1740
|
]
|
|
1741
1741
|
}
|
|
1742
|
-
),
|
|
1742
|
+
), nt = ({
|
|
1743
1743
|
className: i,
|
|
1744
|
-
color: e =
|
|
1744
|
+
color: e = k.GREY_DARK_5,
|
|
1745
1745
|
height: t = 20,
|
|
1746
1746
|
width: s = 20,
|
|
1747
1747
|
onClick: n
|
|
@@ -1766,9 +1766,9 @@ const ce = ({
|
|
|
1766
1766
|
}
|
|
1767
1767
|
)
|
|
1768
1768
|
}
|
|
1769
|
-
),
|
|
1769
|
+
), rt = ({
|
|
1770
1770
|
className: i,
|
|
1771
|
-
color: e =
|
|
1771
|
+
color: e = k.GREY_DARK_5,
|
|
1772
1772
|
height: t = 20,
|
|
1773
1773
|
width: s = 20,
|
|
1774
1774
|
onClick: n
|
|
@@ -1793,9 +1793,9 @@ const ce = ({
|
|
|
1793
1793
|
}
|
|
1794
1794
|
)
|
|
1795
1795
|
}
|
|
1796
|
-
),
|
|
1796
|
+
), ot = ({
|
|
1797
1797
|
className: i,
|
|
1798
|
-
color: e =
|
|
1798
|
+
color: e = k.GREY_DARK_5,
|
|
1799
1799
|
height: t = 5,
|
|
1800
1800
|
width: s = 10,
|
|
1801
1801
|
onClick: n
|
|
@@ -1817,9 +1817,9 @@ const ce = ({
|
|
|
1817
1817
|
}
|
|
1818
1818
|
)
|
|
1819
1819
|
}
|
|
1820
|
-
),
|
|
1820
|
+
), lt = ({
|
|
1821
1821
|
className: i,
|
|
1822
|
-
color: e =
|
|
1822
|
+
color: e = k.GREY_DARK_5,
|
|
1823
1823
|
height: t = 5,
|
|
1824
1824
|
width: s = 10,
|
|
1825
1825
|
onClick: n
|
|
@@ -1842,9 +1842,9 @@ const ce = ({
|
|
|
1842
1842
|
}
|
|
1843
1843
|
)
|
|
1844
1844
|
}
|
|
1845
|
-
),
|
|
1845
|
+
), at = ({
|
|
1846
1846
|
className: i,
|
|
1847
|
-
color: e =
|
|
1847
|
+
color: e = k.GREY_DARK_5,
|
|
1848
1848
|
height: t = 24,
|
|
1849
1849
|
width: s = 24,
|
|
1850
1850
|
onClick: n
|
|
@@ -1881,9 +1881,9 @@ const ce = ({
|
|
|
1881
1881
|
)
|
|
1882
1882
|
]
|
|
1883
1883
|
}
|
|
1884
|
-
),
|
|
1884
|
+
), ht = ({
|
|
1885
1885
|
className: i,
|
|
1886
|
-
color: e =
|
|
1886
|
+
color: e = k.GREY_DARK_5,
|
|
1887
1887
|
height: t = 24,
|
|
1888
1888
|
width: s = 24,
|
|
1889
1889
|
onClick: n
|
|
@@ -1920,9 +1920,9 @@ const ce = ({
|
|
|
1920
1920
|
)
|
|
1921
1921
|
]
|
|
1922
1922
|
}
|
|
1923
|
-
),
|
|
1923
|
+
), ct = ({
|
|
1924
1924
|
className: i,
|
|
1925
|
-
color: e =
|
|
1925
|
+
color: e = k.GREY_DARK_5,
|
|
1926
1926
|
height: t = 24,
|
|
1927
1927
|
width: s = 24,
|
|
1928
1928
|
onClick: n
|
|
@@ -1947,9 +1947,9 @@ const ce = ({
|
|
|
1947
1947
|
}
|
|
1948
1948
|
)
|
|
1949
1949
|
}
|
|
1950
|
-
),
|
|
1950
|
+
), dt = ({
|
|
1951
1951
|
className: i,
|
|
1952
|
-
color: e =
|
|
1952
|
+
color: e = k.GREY_DARK_5,
|
|
1953
1953
|
height: t = 24,
|
|
1954
1954
|
width: s = 24,
|
|
1955
1955
|
onClick: n
|
|
@@ -2006,9 +2006,9 @@ const ce = ({
|
|
|
2006
2006
|
)
|
|
2007
2007
|
]
|
|
2008
2008
|
}
|
|
2009
|
-
),
|
|
2009
|
+
), gt = ({
|
|
2010
2010
|
className: i,
|
|
2011
|
-
color: e =
|
|
2011
|
+
color: e = k.GREY_DARK_5,
|
|
2012
2012
|
height: t = 24,
|
|
2013
2013
|
width: s = 24,
|
|
2014
2014
|
onClick: n
|
|
@@ -2043,9 +2043,9 @@ const ce = ({
|
|
|
2043
2043
|
)
|
|
2044
2044
|
]
|
|
2045
2045
|
}
|
|
2046
|
-
),
|
|
2046
|
+
), ut = ({
|
|
2047
2047
|
className: i,
|
|
2048
|
-
color: e =
|
|
2048
|
+
color: e = k.GREY_DARK_3,
|
|
2049
2049
|
height: t = 14,
|
|
2050
2050
|
width: s = 14,
|
|
2051
2051
|
onClick: n
|
|
@@ -2080,9 +2080,9 @@ const ce = ({
|
|
|
2080
2080
|
)
|
|
2081
2081
|
]
|
|
2082
2082
|
}
|
|
2083
|
-
),
|
|
2083
|
+
), Ct = ({
|
|
2084
2084
|
className: i,
|
|
2085
|
-
color: e =
|
|
2085
|
+
color: e = k.GREY_DARK_5,
|
|
2086
2086
|
height: t = 18,
|
|
2087
2087
|
onClick: s,
|
|
2088
2088
|
width: n = 18
|
|
@@ -2107,9 +2107,9 @@ const ce = ({
|
|
|
2107
2107
|
}
|
|
2108
2108
|
)
|
|
2109
2109
|
}
|
|
2110
|
-
),
|
|
2110
|
+
), pt = ({
|
|
2111
2111
|
className: i,
|
|
2112
|
-
color: e =
|
|
2112
|
+
color: e = k.GREY_DARK_5,
|
|
2113
2113
|
height: t = 24,
|
|
2114
2114
|
width: s = 24,
|
|
2115
2115
|
onClick: n
|
|
@@ -2159,9 +2159,9 @@ const ce = ({
|
|
|
2159
2159
|
)
|
|
2160
2160
|
]
|
|
2161
2161
|
}
|
|
2162
|
-
),
|
|
2162
|
+
), ft = ({
|
|
2163
2163
|
className: i,
|
|
2164
|
-
color: e =
|
|
2164
|
+
color: e = k.GREY_DARK_5,
|
|
2165
2165
|
height: t = 24,
|
|
2166
2166
|
width: s = 24,
|
|
2167
2167
|
onClick: n
|
|
@@ -2196,9 +2196,9 @@ const ce = ({
|
|
|
2196
2196
|
)
|
|
2197
2197
|
]
|
|
2198
2198
|
}
|
|
2199
|
-
),
|
|
2199
|
+
), wt = ({
|
|
2200
2200
|
className: i,
|
|
2201
|
-
color: e =
|
|
2201
|
+
color: e = k.NOTIFICATION_WARNING_DARK,
|
|
2202
2202
|
height: t = 37,
|
|
2203
2203
|
width: s = 36,
|
|
2204
2204
|
onClick: n
|
|
@@ -2235,9 +2235,9 @@ const ce = ({
|
|
|
2235
2235
|
)
|
|
2236
2236
|
]
|
|
2237
2237
|
}
|
|
2238
|
-
),
|
|
2238
|
+
), mt = ({
|
|
2239
2239
|
className: i,
|
|
2240
|
-
color: e =
|
|
2240
|
+
color: e = k.GREY_DARK_5,
|
|
2241
2241
|
height: t = 24,
|
|
2242
2242
|
width: s = 24,
|
|
2243
2243
|
onClick: n
|
|
@@ -2261,9 +2261,9 @@ const ce = ({
|
|
|
2261
2261
|
}
|
|
2262
2262
|
)
|
|
2263
2263
|
}
|
|
2264
|
-
),
|
|
2264
|
+
), kt = ({
|
|
2265
2265
|
className: i,
|
|
2266
|
-
color: e =
|
|
2266
|
+
color: e = k.GREY_DARK_5,
|
|
2267
2267
|
height: t = 24,
|
|
2268
2268
|
width: s = 24,
|
|
2269
2269
|
onClick: n
|
|
@@ -2300,9 +2300,9 @@ const ce = ({
|
|
|
2300
2300
|
)
|
|
2301
2301
|
]
|
|
2302
2302
|
}
|
|
2303
|
-
),
|
|
2303
|
+
), Lt = ({
|
|
2304
2304
|
className: i,
|
|
2305
|
-
color: e =
|
|
2305
|
+
color: e = k.GREY_DARK_5,
|
|
2306
2306
|
height: t = 24,
|
|
2307
2307
|
width: s = 24,
|
|
2308
2308
|
onClick: n
|
|
@@ -2339,9 +2339,9 @@ const ce = ({
|
|
|
2339
2339
|
)
|
|
2340
2340
|
]
|
|
2341
2341
|
}
|
|
2342
|
-
),
|
|
2342
|
+
), vt = ({
|
|
2343
2343
|
className: i,
|
|
2344
|
-
color: e =
|
|
2344
|
+
color: e = k.GREY_DARK_5,
|
|
2345
2345
|
height: t = 24,
|
|
2346
2346
|
width: s = 24,
|
|
2347
2347
|
onClick: n
|
|
@@ -2408,9 +2408,9 @@ const ce = ({
|
|
|
2408
2408
|
)
|
|
2409
2409
|
]
|
|
2410
2410
|
}
|
|
2411
|
-
),
|
|
2411
|
+
), Nt = ({
|
|
2412
2412
|
className: i,
|
|
2413
|
-
color: e =
|
|
2413
|
+
color: e = k.GREY_DARK_5,
|
|
2414
2414
|
height: t = 24,
|
|
2415
2415
|
width: s = 24,
|
|
2416
2416
|
onClick: n
|
|
@@ -2447,9 +2447,9 @@ const ce = ({
|
|
|
2447
2447
|
)
|
|
2448
2448
|
]
|
|
2449
2449
|
}
|
|
2450
|
-
),
|
|
2450
|
+
), xt = ({
|
|
2451
2451
|
className: i,
|
|
2452
|
-
color: e =
|
|
2452
|
+
color: e = k.GREY_DARK_5,
|
|
2453
2453
|
height: t = 24,
|
|
2454
2454
|
width: s = 24,
|
|
2455
2455
|
onClick: n
|
|
@@ -2504,9 +2504,9 @@ const ce = ({
|
|
|
2504
2504
|
)
|
|
2505
2505
|
]
|
|
2506
2506
|
}
|
|
2507
|
-
),
|
|
2507
|
+
), Rt = ({
|
|
2508
2508
|
className: i,
|
|
2509
|
-
color: e =
|
|
2509
|
+
color: e = k.GREY_DARK_5,
|
|
2510
2510
|
height: t = 24,
|
|
2511
2511
|
width: s = 24,
|
|
2512
2512
|
onClick: n
|
|
@@ -2543,9 +2543,9 @@ const ce = ({
|
|
|
2543
2543
|
)
|
|
2544
2544
|
]
|
|
2545
2545
|
}
|
|
2546
|
-
),
|
|
2546
|
+
), Mt = ({
|
|
2547
2547
|
className: i,
|
|
2548
|
-
color: e =
|
|
2548
|
+
color: e = k.GREY_DARK_5,
|
|
2549
2549
|
height: t = 24,
|
|
2550
2550
|
width: s = 24,
|
|
2551
2551
|
onClick: n
|
|
@@ -2592,9 +2592,9 @@ const ce = ({
|
|
|
2592
2592
|
)
|
|
2593
2593
|
]
|
|
2594
2594
|
}
|
|
2595
|
-
),
|
|
2595
|
+
), yt = ({
|
|
2596
2596
|
className: i,
|
|
2597
|
-
color: e =
|
|
2597
|
+
color: e = k.GREY_DARK_5,
|
|
2598
2598
|
height: t = 24,
|
|
2599
2599
|
width: s = 24,
|
|
2600
2600
|
onClick: n
|
|
@@ -2631,9 +2631,9 @@ const ce = ({
|
|
|
2631
2631
|
)
|
|
2632
2632
|
]
|
|
2633
2633
|
}
|
|
2634
|
-
),
|
|
2634
|
+
), bt = ({
|
|
2635
2635
|
className: i,
|
|
2636
|
-
color: e =
|
|
2636
|
+
color: e = k.GREY_DARK_5,
|
|
2637
2637
|
height: t = 24,
|
|
2638
2638
|
width: s = 24,
|
|
2639
2639
|
onClick: n
|
|
@@ -2658,9 +2658,9 @@ const ce = ({
|
|
|
2658
2658
|
}
|
|
2659
2659
|
)
|
|
2660
2660
|
}
|
|
2661
|
-
),
|
|
2661
|
+
), Et = ({
|
|
2662
2662
|
className: i,
|
|
2663
|
-
color: e =
|
|
2663
|
+
color: e = k.GREY_DARK_5,
|
|
2664
2664
|
height: t = 24,
|
|
2665
2665
|
width: s = 24,
|
|
2666
2666
|
onClick: n
|
|
@@ -2696,9 +2696,9 @@ const ce = ({
|
|
|
2696
2696
|
)
|
|
2697
2697
|
]
|
|
2698
2698
|
}
|
|
2699
|
-
),
|
|
2699
|
+
), Vt = ({
|
|
2700
2700
|
className: i,
|
|
2701
|
-
color: e =
|
|
2701
|
+
color: e = k.GREY_DARK_5,
|
|
2702
2702
|
height: t = 24,
|
|
2703
2703
|
width: s = 24,
|
|
2704
2704
|
onClick: n
|
|
@@ -2717,9 +2717,9 @@ const ce = ({
|
|
|
2717
2717
|
/* @__PURE__ */ r("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
2718
2718
|
]
|
|
2719
2719
|
}
|
|
2720
|
-
),
|
|
2720
|
+
), _t = ({
|
|
2721
2721
|
className: i,
|
|
2722
|
-
color: e =
|
|
2722
|
+
color: e = k.GREY_DARK_5,
|
|
2723
2723
|
height: t = 24,
|
|
2724
2724
|
width: s = 24,
|
|
2725
2725
|
onClick: n
|
|
@@ -2756,9 +2756,9 @@ const ce = ({
|
|
|
2756
2756
|
)
|
|
2757
2757
|
]
|
|
2758
2758
|
}
|
|
2759
|
-
),
|
|
2759
|
+
), Ht = ({
|
|
2760
2760
|
className: i,
|
|
2761
|
-
color: e =
|
|
2761
|
+
color: e = k.GREY_DARK_5,
|
|
2762
2762
|
height: t = 24,
|
|
2763
2763
|
width: s = 24,
|
|
2764
2764
|
onClick: n
|
|
@@ -2795,9 +2795,9 @@ const ce = ({
|
|
|
2795
2795
|
)
|
|
2796
2796
|
]
|
|
2797
2797
|
}
|
|
2798
|
-
),
|
|
2798
|
+
), It = ({
|
|
2799
2799
|
className: i,
|
|
2800
|
-
color: e =
|
|
2800
|
+
color: e = k.GREY_DARK_5,
|
|
2801
2801
|
height: t = 24,
|
|
2802
2802
|
width: s = 24,
|
|
2803
2803
|
onClick: n
|
|
@@ -2834,9 +2834,9 @@ const ce = ({
|
|
|
2834
2834
|
)
|
|
2835
2835
|
]
|
|
2836
2836
|
}
|
|
2837
|
-
),
|
|
2837
|
+
), St = ({
|
|
2838
2838
|
className: i,
|
|
2839
|
-
color: e =
|
|
2839
|
+
color: e = k.GREY_DARK_2,
|
|
2840
2840
|
height: t = 16,
|
|
2841
2841
|
width: s = 16,
|
|
2842
2842
|
onClick: n
|
|
@@ -2860,9 +2860,9 @@ const ce = ({
|
|
|
2860
2860
|
}
|
|
2861
2861
|
)
|
|
2862
2862
|
}
|
|
2863
|
-
),
|
|
2863
|
+
), Ot = ({
|
|
2864
2864
|
className: i,
|
|
2865
|
-
color: e =
|
|
2865
|
+
color: e = k.GREY_DARK_5,
|
|
2866
2866
|
height: t = 20,
|
|
2867
2867
|
width: s = 20,
|
|
2868
2868
|
onClick: n
|
|
@@ -2889,9 +2889,9 @@ const ce = ({
|
|
|
2889
2889
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2890
2890
|
]
|
|
2891
2891
|
}
|
|
2892
|
-
),
|
|
2892
|
+
), At = ({
|
|
2893
2893
|
className: i,
|
|
2894
|
-
color: e =
|
|
2894
|
+
color: e = k.GREY_DARK_5,
|
|
2895
2895
|
height: t = 20,
|
|
2896
2896
|
width: s = 20,
|
|
2897
2897
|
onClick: n
|
|
@@ -2918,9 +2918,9 @@ const ce = ({
|
|
|
2918
2918
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2919
2919
|
]
|
|
2920
2920
|
}
|
|
2921
|
-
),
|
|
2921
|
+
), Bt = ({
|
|
2922
2922
|
className: i,
|
|
2923
|
-
color: e =
|
|
2923
|
+
color: e = k.GREY_DARK_5,
|
|
2924
2924
|
height: t = 20,
|
|
2925
2925
|
width: s = 20,
|
|
2926
2926
|
onClick: n
|
|
@@ -2935,7 +2935,7 @@ const ce = ({
|
|
|
2935
2935
|
fill: "none",
|
|
2936
2936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2937
2937
|
children: [
|
|
2938
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2938
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: k.GREY_LIGHT_2 }),
|
|
2939
2939
|
/* @__PURE__ */ r(
|
|
2940
2940
|
"path",
|
|
2941
2941
|
{
|
|
@@ -2947,9 +2947,9 @@ const ce = ({
|
|
|
2947
2947
|
)
|
|
2948
2948
|
]
|
|
2949
2949
|
}
|
|
2950
|
-
),
|
|
2950
|
+
), Wt = ({
|
|
2951
2951
|
className: i,
|
|
2952
|
-
color: e =
|
|
2952
|
+
color: e = k.GREY_DARK_5,
|
|
2953
2953
|
height: t = 20,
|
|
2954
2954
|
width: s = 20,
|
|
2955
2955
|
onClick: n
|
|
@@ -2964,7 +2964,7 @@ const ce = ({
|
|
|
2964
2964
|
fill: "none",
|
|
2965
2965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2966
2966
|
children: [
|
|
2967
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2967
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: k.GREY_LIGHT_2 }),
|
|
2968
2968
|
/* @__PURE__ */ r(
|
|
2969
2969
|
"path",
|
|
2970
2970
|
{
|
|
@@ -2976,7 +2976,7 @@ const ce = ({
|
|
|
2976
2976
|
)
|
|
2977
2977
|
]
|
|
2978
2978
|
}
|
|
2979
|
-
),
|
|
2979
|
+
), jt = ({
|
|
2980
2980
|
className: i,
|
|
2981
2981
|
color: e = "#001E52",
|
|
2982
2982
|
height: t = 24,
|
|
@@ -3002,7 +3002,7 @@ const ce = ({
|
|
|
3002
3002
|
}
|
|
3003
3003
|
)
|
|
3004
3004
|
}
|
|
3005
|
-
),
|
|
3005
|
+
), Zt = ({
|
|
3006
3006
|
className: i,
|
|
3007
3007
|
color: e = "#131314",
|
|
3008
3008
|
height: t = 20,
|
|
@@ -3030,7 +3030,7 @@ const ce = ({
|
|
|
3030
3030
|
}
|
|
3031
3031
|
)
|
|
3032
3032
|
}
|
|
3033
|
-
),
|
|
3033
|
+
), Dt = ({
|
|
3034
3034
|
className: i,
|
|
3035
3035
|
color: e = "#001E52",
|
|
3036
3036
|
height: t = 24,
|
|
@@ -3077,8 +3077,8 @@ const ce = ({
|
|
|
3077
3077
|
disabled: l = !1,
|
|
3078
3078
|
onClick: c
|
|
3079
3079
|
}) => {
|
|
3080
|
-
const [o, d] = I(n), { theme: g } = o1(P1), a = l ? g && g === "dark" ?
|
|
3081
|
-
return
|
|
3080
|
+
const [o, d] = I(n), { theme: g } = o1(P1), a = l ? g && g === "dark" ? k.GREY_LIGHT_4 : k.GREY_DARK_1 : s, h = l ? void 0 : c;
|
|
3081
|
+
return D(() => {
|
|
3082
3082
|
if (n) {
|
|
3083
3083
|
h && !l && d(`${n} clickable`);
|
|
3084
3084
|
return;
|
|
@@ -3087,39 +3087,39 @@ const ce = ({
|
|
|
3087
3087
|
}, [h, n, l]), /* @__PURE__ */ r(q, { children: (() => {
|
|
3088
3088
|
switch (i) {
|
|
3089
3089
|
case "nextIcon":
|
|
3090
|
-
return
|
|
3090
|
+
return nt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3091
3091
|
case "prevIcon":
|
|
3092
|
-
return
|
|
3092
|
+
return rt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3093
3093
|
case "arrowUp":
|
|
3094
|
-
return
|
|
3094
|
+
return ge({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3095
3095
|
case "arrowDown":
|
|
3096
|
-
return
|
|
3096
|
+
return ue({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3097
3097
|
case "info":
|
|
3098
|
-
return
|
|
3098
|
+
return Ce({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3099
3099
|
case "arrowRight":
|
|
3100
|
-
return
|
|
3100
|
+
return pe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3101
3101
|
case "calendar":
|
|
3102
|
-
return
|
|
3102
|
+
return fe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3103
3103
|
case "ok":
|
|
3104
|
-
return
|
|
3104
|
+
return we({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3105
3105
|
case "cancel":
|
|
3106
|
-
return
|
|
3106
|
+
return me({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3107
3107
|
case "add":
|
|
3108
|
-
return
|
|
3108
|
+
return ke({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3109
3109
|
case "list":
|
|
3110
|
-
return
|
|
3110
|
+
return Le({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3111
3111
|
case "dragAndDrop":
|
|
3112
|
-
return
|
|
3112
|
+
return ve({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3113
3113
|
case "filter":
|
|
3114
|
-
return
|
|
3114
|
+
return Ne({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3115
3115
|
case "attention":
|
|
3116
|
-
return
|
|
3116
|
+
return xe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3117
3117
|
case "plus":
|
|
3118
|
-
return
|
|
3118
|
+
return Re({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3119
3119
|
case "time":
|
|
3120
|
-
return
|
|
3120
|
+
return Me({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3121
3121
|
case "arrowDownLong":
|
|
3122
|
-
return
|
|
3122
|
+
return ye({
|
|
3123
3123
|
width: e,
|
|
3124
3124
|
height: t,
|
|
3125
3125
|
color: a,
|
|
@@ -3127,9 +3127,9 @@ const ce = ({
|
|
|
3127
3127
|
onClick: h
|
|
3128
3128
|
});
|
|
3129
3129
|
case "users":
|
|
3130
|
-
return
|
|
3130
|
+
return be({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3131
3131
|
case "mySkillsMatrix":
|
|
3132
|
-
return
|
|
3132
|
+
return Ee({
|
|
3133
3133
|
width: e,
|
|
3134
3134
|
height: t,
|
|
3135
3135
|
color: a,
|
|
@@ -3137,9 +3137,9 @@ const ce = ({
|
|
|
3137
3137
|
onClick: h
|
|
3138
3138
|
});
|
|
3139
3139
|
case "skills":
|
|
3140
|
-
return
|
|
3140
|
+
return Ve({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3141
3141
|
case "skillsMatrices":
|
|
3142
|
-
return
|
|
3142
|
+
return _e({
|
|
3143
3143
|
width: e,
|
|
3144
3144
|
height: t,
|
|
3145
3145
|
color: a,
|
|
@@ -3147,23 +3147,23 @@ const ce = ({
|
|
|
3147
3147
|
onClick: h
|
|
3148
3148
|
});
|
|
3149
3149
|
case "history":
|
|
3150
|
-
return
|
|
3150
|
+
return He({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3151
3151
|
case "logOut":
|
|
3152
|
-
return
|
|
3152
|
+
return Ie({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3153
3153
|
case "settings":
|
|
3154
|
-
return
|
|
3154
|
+
return Se({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3155
3155
|
case "addSkill":
|
|
3156
|
-
return
|
|
3156
|
+
return Oe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3157
3157
|
case "conversation":
|
|
3158
|
-
return
|
|
3158
|
+
return Ae({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3159
3159
|
case "trash":
|
|
3160
|
-
return
|
|
3160
|
+
return Be({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3161
3161
|
case "settings4":
|
|
3162
|
-
return
|
|
3162
|
+
return We({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3163
3163
|
case "edit2":
|
|
3164
|
-
return
|
|
3164
|
+
return je({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3165
3165
|
case "notifications":
|
|
3166
|
-
return
|
|
3166
|
+
return Ze({
|
|
3167
3167
|
width: e,
|
|
3168
3168
|
height: t,
|
|
3169
3169
|
color: a,
|
|
@@ -3171,9 +3171,9 @@ const ce = ({
|
|
|
3171
3171
|
onClick: h
|
|
3172
3172
|
});
|
|
3173
3173
|
case "success":
|
|
3174
|
-
return
|
|
3174
|
+
return De({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3175
3175
|
case "attentionSmall":
|
|
3176
|
-
return
|
|
3176
|
+
return Te({
|
|
3177
3177
|
width: e,
|
|
3178
3178
|
height: t,
|
|
3179
3179
|
color: a,
|
|
@@ -3181,11 +3181,11 @@ const ce = ({
|
|
|
3181
3181
|
onClick: h
|
|
3182
3182
|
});
|
|
3183
3183
|
case "errorSmall":
|
|
3184
|
-
return
|
|
3184
|
+
return Ge({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3185
3185
|
case "infoMedium":
|
|
3186
|
-
return
|
|
3186
|
+
return Ke({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3187
3187
|
case "attentionMedium":
|
|
3188
|
-
return
|
|
3188
|
+
return Pe({
|
|
3189
3189
|
width: e,
|
|
3190
3190
|
height: t,
|
|
3191
3191
|
color: a,
|
|
@@ -3193,9 +3193,9 @@ const ce = ({
|
|
|
3193
3193
|
onClick: h
|
|
3194
3194
|
});
|
|
3195
3195
|
case "errorMedium":
|
|
3196
|
-
return
|
|
3196
|
+
return $e({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3197
3197
|
case "faviconSkills":
|
|
3198
|
-
return
|
|
3198
|
+
return Qe({
|
|
3199
3199
|
width: e,
|
|
3200
3200
|
height: t,
|
|
3201
3201
|
color: a,
|
|
@@ -3203,7 +3203,7 @@ const ce = ({
|
|
|
3203
3203
|
onClick: h
|
|
3204
3204
|
});
|
|
3205
3205
|
case "visibilityIcon":
|
|
3206
|
-
return
|
|
3206
|
+
return Fe({
|
|
3207
3207
|
width: e,
|
|
3208
3208
|
height: t,
|
|
3209
3209
|
color: a,
|
|
@@ -3211,7 +3211,7 @@ const ce = ({
|
|
|
3211
3211
|
onClick: h
|
|
3212
3212
|
});
|
|
3213
3213
|
case "visibilityOffIcon":
|
|
3214
|
-
return
|
|
3214
|
+
return Ye({
|
|
3215
3215
|
width: e,
|
|
3216
3216
|
height: t,
|
|
3217
3217
|
color: a,
|
|
@@ -3219,7 +3219,7 @@ const ce = ({
|
|
|
3219
3219
|
onClick: h
|
|
3220
3220
|
});
|
|
3221
3221
|
case "selectArrowIcon":
|
|
3222
|
-
return
|
|
3222
|
+
return Ue({
|
|
3223
3223
|
width: e,
|
|
3224
3224
|
height: t,
|
|
3225
3225
|
color: a,
|
|
@@ -3227,7 +3227,7 @@ const ce = ({
|
|
|
3227
3227
|
onClick: h
|
|
3228
3228
|
});
|
|
3229
3229
|
case "expandArrowIcon":
|
|
3230
|
-
return
|
|
3230
|
+
return ze({
|
|
3231
3231
|
width: e,
|
|
3232
3232
|
height: t,
|
|
3233
3233
|
color: a,
|
|
@@ -3235,7 +3235,7 @@ const ce = ({
|
|
|
3235
3235
|
onClick: h
|
|
3236
3236
|
});
|
|
3237
3237
|
case "expandActiveArrowIcon":
|
|
3238
|
-
return
|
|
3238
|
+
return Je({
|
|
3239
3239
|
width: e,
|
|
3240
3240
|
height: t,
|
|
3241
3241
|
color: a,
|
|
@@ -3243,97 +3243,97 @@ const ce = ({
|
|
|
3243
3243
|
onClick: h
|
|
3244
3244
|
});
|
|
3245
3245
|
case "camera":
|
|
3246
|
-
return
|
|
3246
|
+
return qe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3247
3247
|
case "sortUp":
|
|
3248
|
-
return
|
|
3248
|
+
return Xe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3249
3249
|
case "sortDown":
|
|
3250
|
-
return
|
|
3250
|
+
return et({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3251
3251
|
case "logOut2":
|
|
3252
|
-
return
|
|
3252
|
+
return tt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3253
3253
|
case "search":
|
|
3254
|
-
return
|
|
3254
|
+
return it({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3255
3255
|
case "handRock":
|
|
3256
|
-
return
|
|
3256
|
+
return st({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3257
3257
|
case "arrowUpFilled":
|
|
3258
|
-
return
|
|
3258
|
+
return lt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3259
3259
|
case "arrowDownFilled":
|
|
3260
|
-
return nt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3261
|
-
case "link":
|
|
3262
3260
|
return ot({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3263
|
-
case "
|
|
3261
|
+
case "link":
|
|
3264
3262
|
return at({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3265
|
-
case "
|
|
3263
|
+
case "telegram":
|
|
3266
3264
|
return ct({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3265
|
+
case "mail":
|
|
3266
|
+
return gt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3267
3267
|
case "github":
|
|
3268
|
-
return lt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3269
|
-
case "linkedIn":
|
|
3270
3268
|
return ht({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3271
|
-
case "
|
|
3269
|
+
case "linkedIn":
|
|
3272
3270
|
return dt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3271
|
+
case "emptyStateIcon":
|
|
3272
|
+
return ut({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3273
3273
|
case "filtersIcon":
|
|
3274
|
-
return
|
|
3274
|
+
return Ct({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3275
3275
|
case "dotMenuIcon":
|
|
3276
|
-
return
|
|
3276
|
+
return pt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3277
3277
|
case "plusCircle":
|
|
3278
|
-
return
|
|
3278
|
+
return ft({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3279
3279
|
case "warning":
|
|
3280
|
-
return
|
|
3280
|
+
return wt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3281
3281
|
case "back":
|
|
3282
|
-
return
|
|
3282
|
+
return mt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3283
3283
|
case "bell":
|
|
3284
|
-
return wt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3285
|
-
case "contract":
|
|
3286
3284
|
return kt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3285
|
+
case "contract":
|
|
3286
|
+
return vt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3287
3287
|
case "trash2":
|
|
3288
|
-
return mt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3289
|
-
case "manager":
|
|
3290
3288
|
return Lt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3289
|
+
case "manager":
|
|
3290
|
+
return Nt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3291
3291
|
case "resourceManager":
|
|
3292
|
-
return
|
|
3292
|
+
return xt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3293
3293
|
case "settings2":
|
|
3294
|
-
return
|
|
3294
|
+
return Rt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3295
3295
|
case "image":
|
|
3296
|
-
return
|
|
3296
|
+
return Mt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3297
3297
|
case "upload":
|
|
3298
|
-
return
|
|
3298
|
+
return yt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3299
3299
|
case "edit":
|
|
3300
|
-
return
|
|
3300
|
+
return bt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3301
3301
|
case "location":
|
|
3302
|
-
return
|
|
3302
|
+
return Et({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3303
3303
|
case "plus2":
|
|
3304
|
-
return
|
|
3304
|
+
return Vt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3305
3305
|
case "search2":
|
|
3306
|
-
return
|
|
3306
|
+
return _t({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3307
3307
|
case "fastArrowLeft":
|
|
3308
|
-
return
|
|
3308
|
+
return Ht({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3309
3309
|
case "fastArrowRight":
|
|
3310
|
-
return
|
|
3310
|
+
return It({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3311
3311
|
case "crossInCircle":
|
|
3312
|
-
return Ht({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3313
|
-
case "arrowUp2":
|
|
3314
3312
|
return St({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3313
|
+
case "arrowUp2":
|
|
3314
|
+
return At({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3315
3315
|
case "arrowDown2":
|
|
3316
|
-
return It({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3317
|
-
case "filledArrowLeft":
|
|
3318
3316
|
return Ot({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3317
|
+
case "filledArrowLeft":
|
|
3318
|
+
return Bt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3319
3319
|
case "filledArrowRight":
|
|
3320
|
-
return
|
|
3320
|
+
return Wt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3321
3321
|
case "burgerMenu":
|
|
3322
|
-
return
|
|
3322
|
+
return jt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3323
3323
|
case "signOut":
|
|
3324
|
-
return
|
|
3324
|
+
return Zt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3325
3325
|
case "refresh":
|
|
3326
|
-
return
|
|
3326
|
+
return Dt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3327
3327
|
default:
|
|
3328
3328
|
return /* @__PURE__ */ r(q, { children: "No Icon provided" });
|
|
3329
3329
|
}
|
|
3330
3330
|
})() });
|
|
3331
|
-
}, { Title:
|
|
3331
|
+
}, { Title: Tt, Text: Gt } = T1, Kt = {
|
|
3332
3332
|
h1: 1,
|
|
3333
3333
|
h2: 2,
|
|
3334
3334
|
h3: 3,
|
|
3335
3335
|
h4: 4
|
|
3336
|
-
},
|
|
3336
|
+
}, Pt = r1(
|
|
3337
3337
|
({
|
|
3338
3338
|
align: i = "inherit",
|
|
3339
3339
|
variant: e = "body1",
|
|
@@ -3346,17 +3346,17 @@ const ce = ({
|
|
|
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}`), l && (g += " collapsed"), d ? /* @__PURE__ */ r(
|
|
3349
|
-
|
|
3349
|
+
Tt,
|
|
3350
3350
|
{
|
|
3351
3351
|
className: g,
|
|
3352
3352
|
style: { color: t, whiteSpace: c },
|
|
3353
3353
|
onClick: n,
|
|
3354
|
-
level:
|
|
3354
|
+
level: Kt[e],
|
|
3355
3355
|
ref: o,
|
|
3356
3356
|
children: s
|
|
3357
3357
|
}
|
|
3358
3358
|
) : /* @__PURE__ */ r(
|
|
3359
|
-
|
|
3359
|
+
Gt,
|
|
3360
3360
|
{
|
|
3361
3361
|
className: g,
|
|
3362
3362
|
style: { color: t, whiteSpace: c },
|
|
@@ -3367,13 +3367,13 @@ const ce = ({
|
|
|
3367
3367
|
);
|
|
3368
3368
|
}
|
|
3369
3369
|
);
|
|
3370
|
-
var
|
|
3370
|
+
var L = /* @__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))(L || {});
|
|
3371
3371
|
const $1 = n1({
|
|
3372
3372
|
locale: "en",
|
|
3373
3373
|
theme: "light"
|
|
3374
3374
|
});
|
|
3375
3375
|
$1.Provider;
|
|
3376
|
-
const
|
|
3376
|
+
const $t = ({
|
|
3377
3377
|
width: i = 20,
|
|
3378
3378
|
height: e = 20,
|
|
3379
3379
|
color: t = "#001E52",
|
|
@@ -3400,7 +3400,7 @@ const Kt = ({
|
|
|
3400
3400
|
}
|
|
3401
3401
|
)
|
|
3402
3402
|
}
|
|
3403
|
-
),
|
|
3403
|
+
), Ft = ({
|
|
3404
3404
|
width: i = 20,
|
|
3405
3405
|
height: e = 20,
|
|
3406
3406
|
color: t = "#001E52",
|
|
@@ -3427,7 +3427,7 @@ const Kt = ({
|
|
|
3427
3427
|
}
|
|
3428
3428
|
)
|
|
3429
3429
|
}
|
|
3430
|
-
),
|
|
3430
|
+
), Yt = ({
|
|
3431
3431
|
width: i = 16,
|
|
3432
3432
|
height: e = 16,
|
|
3433
3433
|
color: t = "#001E52",
|
|
@@ -3455,7 +3455,7 @@ const Kt = ({
|
|
|
3455
3455
|
)
|
|
3456
3456
|
]
|
|
3457
3457
|
}
|
|
3458
|
-
),
|
|
3458
|
+
), Ut = ({
|
|
3459
3459
|
width: i = 20,
|
|
3460
3460
|
height: e = 20,
|
|
3461
3461
|
color: t = "#001E52",
|
|
@@ -3490,7 +3490,7 @@ const Kt = ({
|
|
|
3490
3490
|
)
|
|
3491
3491
|
]
|
|
3492
3492
|
}
|
|
3493
|
-
),
|
|
3493
|
+
), zt = ({
|
|
3494
3494
|
width: i = 18,
|
|
3495
3495
|
height: e = 18,
|
|
3496
3496
|
color: t = "#001E52",
|
|
@@ -3529,7 +3529,7 @@ const Kt = ({
|
|
|
3529
3529
|
)
|
|
3530
3530
|
]
|
|
3531
3531
|
}
|
|
3532
|
-
),
|
|
3532
|
+
), Jt = ({
|
|
3533
3533
|
width: i = 20,
|
|
3534
3534
|
height: e = 20,
|
|
3535
3535
|
color: t = "#001E52",
|
|
@@ -3555,7 +3555,7 @@ const Kt = ({
|
|
|
3555
3555
|
}
|
|
3556
3556
|
)
|
|
3557
3557
|
}
|
|
3558
|
-
),
|
|
3558
|
+
), Qt = ({
|
|
3559
3559
|
width: i = 20,
|
|
3560
3560
|
height: e = 20,
|
|
3561
3561
|
color: t = "#001E52",
|
|
@@ -3576,7 +3576,7 @@ const Kt = ({
|
|
|
3576
3576
|
/* @__PURE__ */ r("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
3577
3577
|
]
|
|
3578
3578
|
}
|
|
3579
|
-
),
|
|
3579
|
+
), qt = ({
|
|
3580
3580
|
width: i = 20,
|
|
3581
3581
|
height: e = 20,
|
|
3582
3582
|
color: t = "#001E52",
|
|
@@ -3608,7 +3608,7 @@ const Kt = ({
|
|
|
3608
3608
|
)
|
|
3609
3609
|
]
|
|
3610
3610
|
}
|
|
3611
|
-
),
|
|
3611
|
+
), Xt = ({
|
|
3612
3612
|
width: i = 20,
|
|
3613
3613
|
height: e = 20,
|
|
3614
3614
|
color: t = "#001E52",
|
|
@@ -3662,7 +3662,7 @@ const Kt = ({
|
|
|
3662
3662
|
)
|
|
3663
3663
|
]
|
|
3664
3664
|
}
|
|
3665
|
-
),
|
|
3665
|
+
), e2 = ({
|
|
3666
3666
|
width: i = 20,
|
|
3667
3667
|
height: e = 20,
|
|
3668
3668
|
color: t = "#001E52",
|
|
@@ -3701,7 +3701,7 @@ const Kt = ({
|
|
|
3701
3701
|
/* @__PURE__ */ r("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
|
3702
3702
|
]
|
|
3703
3703
|
}
|
|
3704
|
-
),
|
|
3704
|
+
), t2 = ({
|
|
3705
3705
|
width: i = 16,
|
|
3706
3706
|
height: e = 12,
|
|
3707
3707
|
color: t = "#001E52",
|
|
@@ -3750,7 +3750,7 @@ const Kt = ({
|
|
|
3750
3750
|
)
|
|
3751
3751
|
] })
|
|
3752
3752
|
}
|
|
3753
|
-
),
|
|
3753
|
+
), i2 = ({
|
|
3754
3754
|
width: i = 16,
|
|
3755
3755
|
height: e = 16,
|
|
3756
3756
|
color: t = "#001E52",
|
|
@@ -3784,7 +3784,7 @@ const Kt = ({
|
|
|
3784
3784
|
)
|
|
3785
3785
|
]
|
|
3786
3786
|
}
|
|
3787
|
-
),
|
|
3787
|
+
), s2 = ({
|
|
3788
3788
|
width: i = 10,
|
|
3789
3789
|
height: e = 10,
|
|
3790
3790
|
color: t = "#001E52",
|
|
@@ -3823,7 +3823,7 @@ const Kt = ({
|
|
|
3823
3823
|
)
|
|
3824
3824
|
] })
|
|
3825
3825
|
}
|
|
3826
|
-
),
|
|
3826
|
+
), n2 = ({
|
|
3827
3827
|
width: i = 16,
|
|
3828
3828
|
height: e = 16,
|
|
3829
3829
|
color: t = "#001E52",
|
|
@@ -3859,7 +3859,7 @@ const Kt = ({
|
|
|
3859
3859
|
)
|
|
3860
3860
|
]
|
|
3861
3861
|
}
|
|
3862
|
-
),
|
|
3862
|
+
), r2 = ({
|
|
3863
3863
|
width: i = 11,
|
|
3864
3864
|
height: e = 32,
|
|
3865
3865
|
color: t = "#001E52",
|
|
@@ -3897,7 +3897,7 @@ const Kt = ({
|
|
|
3897
3897
|
/* @__PURE__ */ r("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
|
3898
3898
|
]
|
|
3899
3899
|
}
|
|
3900
|
-
),
|
|
3900
|
+
), o2 = ({
|
|
3901
3901
|
width: i = 20,
|
|
3902
3902
|
height: e = 20,
|
|
3903
3903
|
color: t = "#001E52",
|
|
@@ -3944,7 +3944,7 @@ const Kt = ({
|
|
|
3944
3944
|
)
|
|
3945
3945
|
]
|
|
3946
3946
|
}
|
|
3947
|
-
),
|
|
3947
|
+
), l2 = ({
|
|
3948
3948
|
width: i = 20,
|
|
3949
3949
|
height: e = 20,
|
|
3950
3950
|
color: t = "#001E52",
|
|
@@ -3977,7 +3977,7 @@ const Kt = ({
|
|
|
3977
3977
|
)
|
|
3978
3978
|
]
|
|
3979
3979
|
}
|
|
3980
|
-
),
|
|
3980
|
+
), a2 = ({
|
|
3981
3981
|
width: i = 20,
|
|
3982
3982
|
height: e = 20,
|
|
3983
3983
|
color: t = "#001E52",
|
|
@@ -4024,7 +4024,7 @@ const Kt = ({
|
|
|
4024
4024
|
)
|
|
4025
4025
|
]
|
|
4026
4026
|
}
|
|
4027
|
-
),
|
|
4027
|
+
), h2 = ({
|
|
4028
4028
|
width: i = 20,
|
|
4029
4029
|
height: e = 20,
|
|
4030
4030
|
color: t = "#001E52",
|
|
@@ -4057,7 +4057,7 @@ const Kt = ({
|
|
|
4057
4057
|
)
|
|
4058
4058
|
]
|
|
4059
4059
|
}
|
|
4060
|
-
),
|
|
4060
|
+
), c2 = ({
|
|
4061
4061
|
width: i = 18,
|
|
4062
4062
|
height: e = 16,
|
|
4063
4063
|
color: t = "#001E52",
|
|
@@ -4096,7 +4096,7 @@ const Kt = ({
|
|
|
4096
4096
|
)
|
|
4097
4097
|
]
|
|
4098
4098
|
}
|
|
4099
|
-
),
|
|
4099
|
+
), d2 = ({
|
|
4100
4100
|
width: i = 20,
|
|
4101
4101
|
height: e = 20,
|
|
4102
4102
|
color: t = "#001E52",
|
|
@@ -4129,7 +4129,7 @@ const Kt = ({
|
|
|
4129
4129
|
)
|
|
4130
4130
|
]
|
|
4131
4131
|
}
|
|
4132
|
-
),
|
|
4132
|
+
), g2 = ({
|
|
4133
4133
|
width: i = 20,
|
|
4134
4134
|
height: e = 20,
|
|
4135
4135
|
color: t = "#001E52",
|
|
@@ -4153,7 +4153,7 @@ const Kt = ({
|
|
|
4153
4153
|
}
|
|
4154
4154
|
)
|
|
4155
4155
|
}
|
|
4156
|
-
),
|
|
4156
|
+
), u2 = ({
|
|
4157
4157
|
width: i = 20,
|
|
4158
4158
|
height: e = 20,
|
|
4159
4159
|
color: t = "#001E52",
|
|
@@ -4200,7 +4200,7 @@ const Kt = ({
|
|
|
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 Kt = ({
|
|
|
4233
4233
|
)
|
|
4234
4234
|
]
|
|
4235
4235
|
}
|
|
4236
|
-
),
|
|
4236
|
+
), p2 = ({
|
|
4237
4237
|
width: i = 20,
|
|
4238
4238
|
height: e = 20,
|
|
4239
4239
|
color: t = "#001E52",
|
|
@@ -4266,7 +4266,7 @@ const Kt = ({
|
|
|
4266
4266
|
)
|
|
4267
4267
|
]
|
|
4268
4268
|
}
|
|
4269
|
-
),
|
|
4269
|
+
), f2 = ({
|
|
4270
4270
|
width: i = 20,
|
|
4271
4271
|
height: e = 23,
|
|
4272
4272
|
color: t = "#001E52",
|
|
@@ -4327,7 +4327,7 @@ const Kt = ({
|
|
|
4327
4327
|
)
|
|
4328
4328
|
]
|
|
4329
4329
|
}
|
|
4330
|
-
),
|
|
4330
|
+
), w2 = ({
|
|
4331
4331
|
width: i = 20,
|
|
4332
4332
|
height: e = 20,
|
|
4333
4333
|
color: t = "#001E52",
|
|
@@ -4367,7 +4367,7 @@ const Kt = ({
|
|
|
4367
4367
|
)
|
|
4368
4368
|
]
|
|
4369
4369
|
}
|
|
4370
|
-
),
|
|
4370
|
+
), m2 = ({
|
|
4371
4371
|
width: i = 32,
|
|
4372
4372
|
height: e = 25,
|
|
4373
4373
|
color: t = "#001E52",
|
|
@@ -4395,7 +4395,7 @@ const Kt = ({
|
|
|
4395
4395
|
)
|
|
4396
4396
|
]
|
|
4397
4397
|
}
|
|
4398
|
-
),
|
|
4398
|
+
), k2 = ({
|
|
4399
4399
|
width: i = 14,
|
|
4400
4400
|
height: e = 14,
|
|
4401
4401
|
color: t = "#10B981",
|
|
@@ -4424,7 +4424,7 @@ const Kt = ({
|
|
|
4424
4424
|
)
|
|
4425
4425
|
]
|
|
4426
4426
|
}
|
|
4427
|
-
),
|
|
4427
|
+
), L2 = ({
|
|
4428
4428
|
width: i = 11,
|
|
4429
4429
|
height: e = 11,
|
|
4430
4430
|
color: t = "#FFB020",
|
|
@@ -4458,7 +4458,7 @@ const Kt = ({
|
|
|
4458
4458
|
)
|
|
4459
4459
|
]
|
|
4460
4460
|
}
|
|
4461
|
-
),
|
|
4461
|
+
), v2 = ({
|
|
4462
4462
|
width: i = 10,
|
|
4463
4463
|
height: e = 10,
|
|
4464
4464
|
color: t = "#88A4FF",
|
|
@@ -4506,7 +4506,7 @@ const Kt = ({
|
|
|
4506
4506
|
)
|
|
4507
4507
|
]
|
|
4508
4508
|
}
|
|
4509
|
-
),
|
|
4509
|
+
), N2 = ({
|
|
4510
4510
|
width: i = 14,
|
|
4511
4511
|
height: e = 14,
|
|
4512
4512
|
color: t = "#8E8E93",
|
|
@@ -4534,7 +4534,7 @@ const Kt = ({
|
|
|
4534
4534
|
)
|
|
4535
4535
|
]
|
|
4536
4536
|
}
|
|
4537
|
-
),
|
|
4537
|
+
), x2 = ({
|
|
4538
4538
|
width: i = 14,
|
|
4539
4539
|
height: e = 14,
|
|
4540
4540
|
color: t = "#FFB020",
|
|
@@ -4568,7 +4568,7 @@ const Kt = ({
|
|
|
4568
4568
|
)
|
|
4569
4569
|
]
|
|
4570
4570
|
}
|
|
4571
|
-
),
|
|
4571
|
+
), R2 = ({
|
|
4572
4572
|
width: i = 14,
|
|
4573
4573
|
height: e = 14,
|
|
4574
4574
|
color: t = "#D0421B",
|
|
@@ -4616,7 +4616,7 @@ const Kt = ({
|
|
|
4616
4616
|
)
|
|
4617
4617
|
]
|
|
4618
4618
|
}
|
|
4619
|
-
),
|
|
4619
|
+
), M2 = ({
|
|
4620
4620
|
width: i = 20,
|
|
4621
4621
|
height: e = 20,
|
|
4622
4622
|
color: t = "#070739",
|
|
@@ -4646,7 +4646,7 @@ const Kt = ({
|
|
|
4646
4646
|
/* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
4647
4647
|
]
|
|
4648
4648
|
}
|
|
4649
|
-
),
|
|
4649
|
+
), y2 = ({
|
|
4650
4650
|
width: i = 20,
|
|
4651
4651
|
height: e = 20,
|
|
4652
4652
|
color: t = "#070739",
|
|
@@ -4684,7 +4684,7 @@ const Kt = ({
|
|
|
4684
4684
|
)
|
|
4685
4685
|
]
|
|
4686
4686
|
}
|
|
4687
|
-
),
|
|
4687
|
+
), b2 = ({
|
|
4688
4688
|
width: i = 9,
|
|
4689
4689
|
height: e = 5,
|
|
4690
4690
|
color: t = "#001E52",
|
|
@@ -4710,7 +4710,7 @@ const Kt = ({
|
|
|
4710
4710
|
}
|
|
4711
4711
|
)
|
|
4712
4712
|
}
|
|
4713
|
-
),
|
|
4713
|
+
), E2 = ({
|
|
4714
4714
|
width: i = 20,
|
|
4715
4715
|
height: e = 20,
|
|
4716
4716
|
color: t = "#F2F2F7",
|
|
@@ -4739,7 +4739,7 @@ const Kt = ({
|
|
|
4739
4739
|
)
|
|
4740
4740
|
]
|
|
4741
4741
|
}
|
|
4742
|
-
),
|
|
4742
|
+
), V2 = ({
|
|
4743
4743
|
width: i = 20,
|
|
4744
4744
|
height: e = 20,
|
|
4745
4745
|
color: t = "#004ED7",
|
|
@@ -4768,7 +4768,7 @@ const Kt = ({
|
|
|
4768
4768
|
)
|
|
4769
4769
|
]
|
|
4770
4770
|
}
|
|
4771
|
-
),
|
|
4771
|
+
), _2 = ({
|
|
4772
4772
|
width: i = 248,
|
|
4773
4773
|
height: e = 248,
|
|
4774
4774
|
color: t = "#070739",
|
|
@@ -4805,7 +4805,7 @@ const Kt = ({
|
|
|
4805
4805
|
)
|
|
4806
4806
|
]
|
|
4807
4807
|
}
|
|
4808
|
-
),
|
|
4808
|
+
), H2 = ({
|
|
4809
4809
|
width: i = 24,
|
|
4810
4810
|
height: e = 24,
|
|
4811
4811
|
color: t = "#001E52",
|
|
@@ -4844,7 +4844,7 @@ const Kt = ({
|
|
|
4844
4844
|
)
|
|
4845
4845
|
]
|
|
4846
4846
|
}
|
|
4847
|
-
),
|
|
4847
|
+
), I2 = ({
|
|
4848
4848
|
width: i = 10,
|
|
4849
4849
|
height: e = 10,
|
|
4850
4850
|
color: t = "#001E52",
|
|
@@ -4873,7 +4873,7 @@ const Kt = ({
|
|
|
4873
4873
|
)
|
|
4874
4874
|
]
|
|
4875
4875
|
}
|
|
4876
|
-
),
|
|
4876
|
+
), S2 = ({
|
|
4877
4877
|
width: i = 10,
|
|
4878
4878
|
height: e = 10,
|
|
4879
4879
|
color: t = "#001E52",
|
|
@@ -4910,10 +4910,10 @@ const Kt = ({
|
|
|
4910
4910
|
)
|
|
4911
4911
|
]
|
|
4912
4912
|
}
|
|
4913
|
-
),
|
|
4913
|
+
), O2 = ({
|
|
4914
4914
|
width: i = 24,
|
|
4915
4915
|
height: e = 24,
|
|
4916
|
-
color: t =
|
|
4916
|
+
color: t = L.GREY_DARK_5,
|
|
4917
4917
|
className: s,
|
|
4918
4918
|
onClick: n
|
|
4919
4919
|
}) => /* @__PURE__ */ u(
|
|
@@ -4949,10 +4949,10 @@ const Kt = ({
|
|
|
4949
4949
|
)
|
|
4950
4950
|
]
|
|
4951
4951
|
}
|
|
4952
|
-
),
|
|
4952
|
+
), A2 = ({
|
|
4953
4953
|
width: i = 20,
|
|
4954
4954
|
height: e = 20,
|
|
4955
|
-
color: t =
|
|
4955
|
+
color: t = L.GREY_DARK_1,
|
|
4956
4956
|
className: s,
|
|
4957
4957
|
onClick: n
|
|
4958
4958
|
}) => /* @__PURE__ */ u(
|
|
@@ -4982,10 +4982,10 @@ const Kt = ({
|
|
|
4982
4982
|
)
|
|
4983
4983
|
]
|
|
4984
4984
|
}
|
|
4985
|
-
),
|
|
4985
|
+
), B2 = ({
|
|
4986
4986
|
width: i = 81,
|
|
4987
4987
|
height: e = 80,
|
|
4988
|
-
color: t =
|
|
4988
|
+
color: t = L.GREY_DARK_5,
|
|
4989
4989
|
className: s,
|
|
4990
4990
|
onClick: n
|
|
4991
4991
|
}) => /* @__PURE__ */ u(
|
|
@@ -5031,9 +5031,9 @@ const Kt = ({
|
|
|
5031
5031
|
)
|
|
5032
5032
|
]
|
|
5033
5033
|
}
|
|
5034
|
-
),
|
|
5034
|
+
), W2 = ({
|
|
5035
5035
|
className: i,
|
|
5036
|
-
color: e =
|
|
5036
|
+
color: e = L.GREY_DARK_5,
|
|
5037
5037
|
height: t = 20,
|
|
5038
5038
|
width: s = 20,
|
|
5039
5039
|
onClick: n
|
|
@@ -5058,9 +5058,9 @@ const Kt = ({
|
|
|
5058
5058
|
}
|
|
5059
5059
|
)
|
|
5060
5060
|
}
|
|
5061
|
-
),
|
|
5061
|
+
), j2 = ({
|
|
5062
5062
|
className: i,
|
|
5063
|
-
color: e =
|
|
5063
|
+
color: e = L.GREY_DARK_5,
|
|
5064
5064
|
height: t = 20,
|
|
5065
5065
|
width: s = 20,
|
|
5066
5066
|
onClick: n
|
|
@@ -5085,9 +5085,9 @@ const Kt = ({
|
|
|
5085
5085
|
}
|
|
5086
5086
|
)
|
|
5087
5087
|
}
|
|
5088
|
-
),
|
|
5088
|
+
), Z2 = ({
|
|
5089
5089
|
className: i,
|
|
5090
|
-
color: e =
|
|
5090
|
+
color: e = L.GREY_DARK_5,
|
|
5091
5091
|
height: t = 5,
|
|
5092
5092
|
width: s = 10,
|
|
5093
5093
|
onClick: n
|
|
@@ -5109,9 +5109,9 @@ const Kt = ({
|
|
|
5109
5109
|
}
|
|
5110
5110
|
)
|
|
5111
5111
|
}
|
|
5112
|
-
),
|
|
5112
|
+
), D2 = ({
|
|
5113
5113
|
className: i,
|
|
5114
|
-
color: e =
|
|
5114
|
+
color: e = L.GREY_DARK_5,
|
|
5115
5115
|
height: t = 5,
|
|
5116
5116
|
width: s = 10,
|
|
5117
5117
|
onClick: n
|
|
@@ -5134,9 +5134,9 @@ const Kt = ({
|
|
|
5134
5134
|
}
|
|
5135
5135
|
)
|
|
5136
5136
|
}
|
|
5137
|
-
),
|
|
5137
|
+
), T2 = ({
|
|
5138
5138
|
className: i,
|
|
5139
|
-
color: e =
|
|
5139
|
+
color: e = L.GREY_DARK_5,
|
|
5140
5140
|
height: t = 24,
|
|
5141
5141
|
width: s = 24,
|
|
5142
5142
|
onClick: n
|
|
@@ -5173,9 +5173,9 @@ const Kt = ({
|
|
|
5173
5173
|
)
|
|
5174
5174
|
]
|
|
5175
5175
|
}
|
|
5176
|
-
),
|
|
5176
|
+
), G2 = ({
|
|
5177
5177
|
className: i,
|
|
5178
|
-
color: e =
|
|
5178
|
+
color: e = L.GREY_DARK_5,
|
|
5179
5179
|
height: t = 24,
|
|
5180
5180
|
width: s = 24,
|
|
5181
5181
|
onClick: n
|
|
@@ -5212,9 +5212,9 @@ const Kt = ({
|
|
|
5212
5212
|
)
|
|
5213
5213
|
]
|
|
5214
5214
|
}
|
|
5215
|
-
),
|
|
5215
|
+
), K2 = ({
|
|
5216
5216
|
className: i,
|
|
5217
|
-
color: e =
|
|
5217
|
+
color: e = L.GREY_DARK_5,
|
|
5218
5218
|
height: t = 24,
|
|
5219
5219
|
width: s = 24,
|
|
5220
5220
|
onClick: n
|
|
@@ -5239,9 +5239,9 @@ const Kt = ({
|
|
|
5239
5239
|
}
|
|
5240
5240
|
)
|
|
5241
5241
|
}
|
|
5242
|
-
),
|
|
5242
|
+
), P2 = ({
|
|
5243
5243
|
className: i,
|
|
5244
|
-
color: e =
|
|
5244
|
+
color: e = L.GREY_DARK_5,
|
|
5245
5245
|
height: t = 24,
|
|
5246
5246
|
width: s = 24,
|
|
5247
5247
|
onClick: n
|
|
@@ -5298,9 +5298,9 @@ const Kt = ({
|
|
|
5298
5298
|
)
|
|
5299
5299
|
]
|
|
5300
5300
|
}
|
|
5301
|
-
),
|
|
5301
|
+
), $2 = ({
|
|
5302
5302
|
className: i,
|
|
5303
|
-
color: e =
|
|
5303
|
+
color: e = L.GREY_DARK_5,
|
|
5304
5304
|
height: t = 24,
|
|
5305
5305
|
width: s = 24,
|
|
5306
5306
|
onClick: n
|
|
@@ -5335,9 +5335,9 @@ const Kt = ({
|
|
|
5335
5335
|
)
|
|
5336
5336
|
]
|
|
5337
5337
|
}
|
|
5338
|
-
),
|
|
5338
|
+
), F2 = ({
|
|
5339
5339
|
className: i,
|
|
5340
|
-
color: e =
|
|
5340
|
+
color: e = L.GREY_DARK_3,
|
|
5341
5341
|
height: t = 14,
|
|
5342
5342
|
width: s = 14,
|
|
5343
5343
|
onClick: n
|
|
@@ -5372,9 +5372,9 @@ const Kt = ({
|
|
|
5372
5372
|
)
|
|
5373
5373
|
]
|
|
5374
5374
|
}
|
|
5375
|
-
),
|
|
5375
|
+
), Y2 = ({
|
|
5376
5376
|
className: i,
|
|
5377
|
-
color: e =
|
|
5377
|
+
color: e = L.GREY_DARK_5,
|
|
5378
5378
|
height: t = 18,
|
|
5379
5379
|
onClick: s,
|
|
5380
5380
|
width: n = 18
|
|
@@ -5399,9 +5399,9 @@ const Kt = ({
|
|
|
5399
5399
|
}
|
|
5400
5400
|
)
|
|
5401
5401
|
}
|
|
5402
|
-
),
|
|
5402
|
+
), U2 = ({
|
|
5403
5403
|
className: i,
|
|
5404
|
-
color: e =
|
|
5404
|
+
color: e = L.GREY_DARK_5,
|
|
5405
5405
|
height: t = 24,
|
|
5406
5406
|
width: s = 24,
|
|
5407
5407
|
onClick: n
|
|
@@ -5451,9 +5451,9 @@ const Kt = ({
|
|
|
5451
5451
|
)
|
|
5452
5452
|
]
|
|
5453
5453
|
}
|
|
5454
|
-
),
|
|
5454
|
+
), z2 = ({
|
|
5455
5455
|
className: i,
|
|
5456
|
-
color: e =
|
|
5456
|
+
color: e = L.GREY_DARK_5,
|
|
5457
5457
|
height: t = 24,
|
|
5458
5458
|
width: s = 24,
|
|
5459
5459
|
onClick: n
|
|
@@ -5488,9 +5488,9 @@ const Kt = ({
|
|
|
5488
5488
|
)
|
|
5489
5489
|
]
|
|
5490
5490
|
}
|
|
5491
|
-
),
|
|
5491
|
+
), J2 = ({
|
|
5492
5492
|
className: i,
|
|
5493
|
-
color: e =
|
|
5493
|
+
color: e = L.NOTIFICATION_WARNING_DARK,
|
|
5494
5494
|
height: t = 37,
|
|
5495
5495
|
width: s = 36,
|
|
5496
5496
|
onClick: n
|
|
@@ -5527,9 +5527,9 @@ const Kt = ({
|
|
|
5527
5527
|
)
|
|
5528
5528
|
]
|
|
5529
5529
|
}
|
|
5530
|
-
),
|
|
5530
|
+
), Q2 = ({
|
|
5531
5531
|
className: i,
|
|
5532
|
-
color: e =
|
|
5532
|
+
color: e = L.GREY_DARK_5,
|
|
5533
5533
|
height: t = 24,
|
|
5534
5534
|
width: s = 24,
|
|
5535
5535
|
onClick: n
|
|
@@ -5553,9 +5553,9 @@ const Kt = ({
|
|
|
5553
5553
|
}
|
|
5554
5554
|
)
|
|
5555
5555
|
}
|
|
5556
|
-
),
|
|
5556
|
+
), q2 = ({
|
|
5557
5557
|
className: i,
|
|
5558
|
-
color: e =
|
|
5558
|
+
color: e = L.GREY_DARK_5,
|
|
5559
5559
|
height: t = 24,
|
|
5560
5560
|
width: s = 24,
|
|
5561
5561
|
onClick: n
|
|
@@ -5592,9 +5592,9 @@ const Kt = ({
|
|
|
5592
5592
|
)
|
|
5593
5593
|
]
|
|
5594
5594
|
}
|
|
5595
|
-
),
|
|
5595
|
+
), X2 = ({
|
|
5596
5596
|
className: i,
|
|
5597
|
-
color: e =
|
|
5597
|
+
color: e = L.GREY_DARK_5,
|
|
5598
5598
|
height: t = 24,
|
|
5599
5599
|
width: s = 24,
|
|
5600
5600
|
onClick: n
|
|
@@ -5631,9 +5631,9 @@ const Kt = ({
|
|
|
5631
5631
|
)
|
|
5632
5632
|
]
|
|
5633
5633
|
}
|
|
5634
|
-
),
|
|
5634
|
+
), ei = ({
|
|
5635
5635
|
className: i,
|
|
5636
|
-
color: e =
|
|
5636
|
+
color: e = L.GREY_DARK_5,
|
|
5637
5637
|
height: t = 24,
|
|
5638
5638
|
width: s = 24,
|
|
5639
5639
|
onClick: n
|
|
@@ -5700,9 +5700,9 @@ const Kt = ({
|
|
|
5700
5700
|
)
|
|
5701
5701
|
]
|
|
5702
5702
|
}
|
|
5703
|
-
),
|
|
5703
|
+
), ti = ({
|
|
5704
5704
|
className: i,
|
|
5705
|
-
color: e =
|
|
5705
|
+
color: e = L.GREY_DARK_5,
|
|
5706
5706
|
height: t = 24,
|
|
5707
5707
|
width: s = 24,
|
|
5708
5708
|
onClick: n
|
|
@@ -5739,9 +5739,9 @@ const Kt = ({
|
|
|
5739
5739
|
)
|
|
5740
5740
|
]
|
|
5741
5741
|
}
|
|
5742
|
-
),
|
|
5742
|
+
), ii = ({
|
|
5743
5743
|
className: i,
|
|
5744
|
-
color: e =
|
|
5744
|
+
color: e = L.GREY_DARK_5,
|
|
5745
5745
|
height: t = 24,
|
|
5746
5746
|
width: s = 24,
|
|
5747
5747
|
onClick: n
|
|
@@ -5796,9 +5796,9 @@ const Kt = ({
|
|
|
5796
5796
|
)
|
|
5797
5797
|
]
|
|
5798
5798
|
}
|
|
5799
|
-
),
|
|
5799
|
+
), si = ({
|
|
5800
5800
|
className: i,
|
|
5801
|
-
color: e =
|
|
5801
|
+
color: e = L.GREY_DARK_5,
|
|
5802
5802
|
height: t = 24,
|
|
5803
5803
|
width: s = 24,
|
|
5804
5804
|
onClick: n
|
|
@@ -5835,9 +5835,9 @@ const Kt = ({
|
|
|
5835
5835
|
)
|
|
5836
5836
|
]
|
|
5837
5837
|
}
|
|
5838
|
-
),
|
|
5838
|
+
), ni = ({
|
|
5839
5839
|
className: i,
|
|
5840
|
-
color: e =
|
|
5840
|
+
color: e = L.GREY_DARK_5,
|
|
5841
5841
|
height: t = 24,
|
|
5842
5842
|
width: s = 24,
|
|
5843
5843
|
onClick: n
|
|
@@ -5884,9 +5884,9 @@ const Kt = ({
|
|
|
5884
5884
|
)
|
|
5885
5885
|
]
|
|
5886
5886
|
}
|
|
5887
|
-
),
|
|
5887
|
+
), ri = ({
|
|
5888
5888
|
className: i,
|
|
5889
|
-
color: e =
|
|
5889
|
+
color: e = L.GREY_DARK_5,
|
|
5890
5890
|
height: t = 24,
|
|
5891
5891
|
width: s = 24,
|
|
5892
5892
|
onClick: n
|
|
@@ -5923,9 +5923,9 @@ const Kt = ({
|
|
|
5923
5923
|
)
|
|
5924
5924
|
]
|
|
5925
5925
|
}
|
|
5926
|
-
),
|
|
5926
|
+
), oi = ({
|
|
5927
5927
|
className: i,
|
|
5928
|
-
color: e =
|
|
5928
|
+
color: e = L.GREY_DARK_5,
|
|
5929
5929
|
height: t = 24,
|
|
5930
5930
|
width: s = 24,
|
|
5931
5931
|
onClick: n
|
|
@@ -5950,9 +5950,9 @@ const Kt = ({
|
|
|
5950
5950
|
}
|
|
5951
5951
|
)
|
|
5952
5952
|
}
|
|
5953
|
-
),
|
|
5953
|
+
), li = ({
|
|
5954
5954
|
className: i,
|
|
5955
|
-
color: e =
|
|
5955
|
+
color: e = L.GREY_DARK_5,
|
|
5956
5956
|
height: t = 24,
|
|
5957
5957
|
width: s = 24,
|
|
5958
5958
|
onClick: n
|
|
@@ -5988,9 +5988,9 @@ const Kt = ({
|
|
|
5988
5988
|
)
|
|
5989
5989
|
]
|
|
5990
5990
|
}
|
|
5991
|
-
),
|
|
5991
|
+
), ai = ({
|
|
5992
5992
|
className: i,
|
|
5993
|
-
color: e =
|
|
5993
|
+
color: e = L.GREY_DARK_5,
|
|
5994
5994
|
height: t = 24,
|
|
5995
5995
|
width: s = 24,
|
|
5996
5996
|
onClick: n
|
|
@@ -6009,9 +6009,9 @@ const Kt = ({
|
|
|
6009
6009
|
/* @__PURE__ */ r("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
6010
6010
|
]
|
|
6011
6011
|
}
|
|
6012
|
-
),
|
|
6012
|
+
), hi = ({
|
|
6013
6013
|
className: i,
|
|
6014
|
-
color: e =
|
|
6014
|
+
color: e = L.GREY_DARK_5,
|
|
6015
6015
|
height: t = 24,
|
|
6016
6016
|
width: s = 24,
|
|
6017
6017
|
onClick: n
|
|
@@ -6048,9 +6048,9 @@ const Kt = ({
|
|
|
6048
6048
|
)
|
|
6049
6049
|
]
|
|
6050
6050
|
}
|
|
6051
|
-
),
|
|
6051
|
+
), ci = ({
|
|
6052
6052
|
className: i,
|
|
6053
|
-
color: e =
|
|
6053
|
+
color: e = L.GREY_DARK_5,
|
|
6054
6054
|
height: t = 24,
|
|
6055
6055
|
width: s = 24,
|
|
6056
6056
|
onClick: n
|
|
@@ -6087,9 +6087,9 @@ const Kt = ({
|
|
|
6087
6087
|
)
|
|
6088
6088
|
]
|
|
6089
6089
|
}
|
|
6090
|
-
),
|
|
6090
|
+
), di = ({
|
|
6091
6091
|
className: i,
|
|
6092
|
-
color: e =
|
|
6092
|
+
color: e = L.GREY_DARK_5,
|
|
6093
6093
|
height: t = 24,
|
|
6094
6094
|
width: s = 24,
|
|
6095
6095
|
onClick: n
|
|
@@ -6126,9 +6126,9 @@ const Kt = ({
|
|
|
6126
6126
|
)
|
|
6127
6127
|
]
|
|
6128
6128
|
}
|
|
6129
|
-
),
|
|
6129
|
+
), gi = ({
|
|
6130
6130
|
className: i,
|
|
6131
|
-
color: e =
|
|
6131
|
+
color: e = L.GREY_DARK_2,
|
|
6132
6132
|
height: t = 16,
|
|
6133
6133
|
width: s = 16,
|
|
6134
6134
|
onClick: n
|
|
@@ -6152,9 +6152,9 @@ const Kt = ({
|
|
|
6152
6152
|
}
|
|
6153
6153
|
)
|
|
6154
6154
|
}
|
|
6155
|
-
),
|
|
6155
|
+
), ui = ({
|
|
6156
6156
|
className: i,
|
|
6157
|
-
color: e =
|
|
6157
|
+
color: e = L.GREY_DARK_5,
|
|
6158
6158
|
height: t = 20,
|
|
6159
6159
|
width: s = 20,
|
|
6160
6160
|
onClick: n
|
|
@@ -6181,9 +6181,9 @@ const Kt = ({
|
|
|
6181
6181
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6182
6182
|
]
|
|
6183
6183
|
}
|
|
6184
|
-
),
|
|
6184
|
+
), Ci = ({
|
|
6185
6185
|
className: i,
|
|
6186
|
-
color: e =
|
|
6186
|
+
color: e = L.GREY_DARK_5,
|
|
6187
6187
|
height: t = 20,
|
|
6188
6188
|
width: s = 20,
|
|
6189
6189
|
onClick: n
|
|
@@ -6210,9 +6210,9 @@ const Kt = ({
|
|
|
6210
6210
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6211
6211
|
]
|
|
6212
6212
|
}
|
|
6213
|
-
),
|
|
6213
|
+
), pi = ({
|
|
6214
6214
|
className: i,
|
|
6215
|
-
color: e =
|
|
6215
|
+
color: e = L.GREY_DARK_5,
|
|
6216
6216
|
height: t = 20,
|
|
6217
6217
|
width: s = 20,
|
|
6218
6218
|
onClick: n
|
|
@@ -6227,7 +6227,7 @@ const Kt = ({
|
|
|
6227
6227
|
fill: "none",
|
|
6228
6228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6229
6229
|
children: [
|
|
6230
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
6230
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: L.GREY_LIGHT_2 }),
|
|
6231
6231
|
/* @__PURE__ */ r(
|
|
6232
6232
|
"path",
|
|
6233
6233
|
{
|
|
@@ -6239,9 +6239,9 @@ const Kt = ({
|
|
|
6239
6239
|
)
|
|
6240
6240
|
]
|
|
6241
6241
|
}
|
|
6242
|
-
),
|
|
6242
|
+
), fi = ({
|
|
6243
6243
|
className: i,
|
|
6244
|
-
color: e =
|
|
6244
|
+
color: e = L.GREY_DARK_5,
|
|
6245
6245
|
height: t = 20,
|
|
6246
6246
|
width: s = 20,
|
|
6247
6247
|
onClick: n
|
|
@@ -6256,7 +6256,7 @@ const Kt = ({
|
|
|
6256
6256
|
fill: "none",
|
|
6257
6257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6258
6258
|
children: [
|
|
6259
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
6259
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: L.GREY_LIGHT_2 }),
|
|
6260
6260
|
/* @__PURE__ */ r(
|
|
6261
6261
|
"path",
|
|
6262
6262
|
{
|
|
@@ -6268,7 +6268,7 @@ const Kt = ({
|
|
|
6268
6268
|
)
|
|
6269
6269
|
]
|
|
6270
6270
|
}
|
|
6271
|
-
),
|
|
6271
|
+
), wi = ({
|
|
6272
6272
|
className: i,
|
|
6273
6273
|
color: e = "#001E52",
|
|
6274
6274
|
height: t = 24,
|
|
@@ -6294,7 +6294,7 @@ const Kt = ({
|
|
|
6294
6294
|
}
|
|
6295
6295
|
)
|
|
6296
6296
|
}
|
|
6297
|
-
),
|
|
6297
|
+
), mi = ({
|
|
6298
6298
|
className: i,
|
|
6299
6299
|
color: e = "#131314",
|
|
6300
6300
|
height: t = 20,
|
|
@@ -6322,7 +6322,7 @@ const Kt = ({
|
|
|
6322
6322
|
}
|
|
6323
6323
|
)
|
|
6324
6324
|
}
|
|
6325
|
-
),
|
|
6325
|
+
), ki = ({
|
|
6326
6326
|
className: i,
|
|
6327
6327
|
color: e = "#001E52",
|
|
6328
6328
|
height: t = 24,
|
|
@@ -6360,7 +6360,7 @@ const Kt = ({
|
|
|
6360
6360
|
)
|
|
6361
6361
|
] }) })
|
|
6362
6362
|
}
|
|
6363
|
-
),
|
|
6363
|
+
), Li = ({
|
|
6364
6364
|
name: i,
|
|
6365
6365
|
width: e,
|
|
6366
6366
|
height: t,
|
|
@@ -6369,8 +6369,8 @@ const Kt = ({
|
|
|
6369
6369
|
disabled: l = !1,
|
|
6370
6370
|
onClick: c
|
|
6371
6371
|
}) => {
|
|
6372
|
-
const [o, d] = I(n), { theme: g } = o1($1), a = l ? g && g === "dark" ?
|
|
6373
|
-
return
|
|
6372
|
+
const [o, d] = I(n), { theme: g } = o1($1), a = l ? g && g === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : s, h = l ? void 0 : c;
|
|
6373
|
+
return D(() => {
|
|
6374
6374
|
if (n) {
|
|
6375
6375
|
h && !l && d(`${n} clickable`);
|
|
6376
6376
|
return;
|
|
@@ -6379,39 +6379,39 @@ const Kt = ({
|
|
|
6379
6379
|
}, [h, n, l]), /* @__PURE__ */ r(q, { children: (() => {
|
|
6380
6380
|
switch (i) {
|
|
6381
6381
|
case "nextIcon":
|
|
6382
|
-
return
|
|
6382
|
+
return W2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6383
6383
|
case "prevIcon":
|
|
6384
|
-
return
|
|
6384
|
+
return j2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6385
6385
|
case "arrowUp":
|
|
6386
|
-
return
|
|
6386
|
+
return $t({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6387
6387
|
case "arrowDown":
|
|
6388
|
-
return
|
|
6388
|
+
return Ft({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6389
6389
|
case "info":
|
|
6390
|
-
return
|
|
6390
|
+
return Yt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6391
6391
|
case "arrowRight":
|
|
6392
|
-
return
|
|
6392
|
+
return Ut({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6393
6393
|
case "calendar":
|
|
6394
|
-
return
|
|
6394
|
+
return zt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6395
6395
|
case "ok":
|
|
6396
|
-
return
|
|
6396
|
+
return Jt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6397
6397
|
case "cancel":
|
|
6398
|
-
return
|
|
6398
|
+
return Qt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6399
6399
|
case "add":
|
|
6400
|
-
return
|
|
6400
|
+
return qt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6401
6401
|
case "list":
|
|
6402
|
-
return
|
|
6402
|
+
return Xt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6403
6403
|
case "dragAndDrop":
|
|
6404
|
-
return
|
|
6404
|
+
return e2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6405
6405
|
case "filter":
|
|
6406
|
-
return
|
|
6406
|
+
return t2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6407
6407
|
case "attention":
|
|
6408
|
-
return
|
|
6408
|
+
return i2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6409
6409
|
case "plus":
|
|
6410
|
-
return
|
|
6410
|
+
return s2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6411
6411
|
case "time":
|
|
6412
|
-
return
|
|
6412
|
+
return n2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6413
6413
|
case "arrowDownLong":
|
|
6414
|
-
return
|
|
6414
|
+
return r2({
|
|
6415
6415
|
width: e,
|
|
6416
6416
|
height: t,
|
|
6417
6417
|
color: a,
|
|
@@ -6419,9 +6419,9 @@ const Kt = ({
|
|
|
6419
6419
|
onClick: h
|
|
6420
6420
|
});
|
|
6421
6421
|
case "users":
|
|
6422
|
-
return
|
|
6422
|
+
return o2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6423
6423
|
case "mySkillsMatrix":
|
|
6424
|
-
return
|
|
6424
|
+
return l2({
|
|
6425
6425
|
width: e,
|
|
6426
6426
|
height: t,
|
|
6427
6427
|
color: a,
|
|
@@ -6429,9 +6429,9 @@ const Kt = ({
|
|
|
6429
6429
|
onClick: h
|
|
6430
6430
|
});
|
|
6431
6431
|
case "skills":
|
|
6432
|
-
return
|
|
6432
|
+
return a2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6433
6433
|
case "skillsMatrices":
|
|
6434
|
-
return
|
|
6434
|
+
return h2({
|
|
6435
6435
|
width: e,
|
|
6436
6436
|
height: t,
|
|
6437
6437
|
color: a,
|
|
@@ -6439,23 +6439,23 @@ const Kt = ({
|
|
|
6439
6439
|
onClick: h
|
|
6440
6440
|
});
|
|
6441
6441
|
case "history":
|
|
6442
|
-
return
|
|
6442
|
+
return c2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6443
6443
|
case "logOut":
|
|
6444
|
-
return
|
|
6444
|
+
return d2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6445
6445
|
case "settings":
|
|
6446
|
-
return
|
|
6446
|
+
return g2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6447
6447
|
case "addSkill":
|
|
6448
|
-
return
|
|
6448
|
+
return u2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6449
6449
|
case "conversation":
|
|
6450
|
-
return
|
|
6450
|
+
return C2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6451
6451
|
case "trash":
|
|
6452
|
-
return
|
|
6452
|
+
return p2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6453
6453
|
case "settings4":
|
|
6454
|
-
return
|
|
6454
|
+
return f2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6455
6455
|
case "edit2":
|
|
6456
|
-
return
|
|
6456
|
+
return w2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6457
6457
|
case "notifications":
|
|
6458
|
-
return
|
|
6458
|
+
return m2({
|
|
6459
6459
|
width: e,
|
|
6460
6460
|
height: t,
|
|
6461
6461
|
color: a,
|
|
@@ -6463,9 +6463,9 @@ const Kt = ({
|
|
|
6463
6463
|
onClick: h
|
|
6464
6464
|
});
|
|
6465
6465
|
case "success":
|
|
6466
|
-
return
|
|
6466
|
+
return k2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6467
6467
|
case "attentionSmall":
|
|
6468
|
-
return
|
|
6468
|
+
return L2({
|
|
6469
6469
|
width: e,
|
|
6470
6470
|
height: t,
|
|
6471
6471
|
color: a,
|
|
@@ -6473,11 +6473,11 @@ const Kt = ({
|
|
|
6473
6473
|
onClick: h
|
|
6474
6474
|
});
|
|
6475
6475
|
case "errorSmall":
|
|
6476
|
-
return
|
|
6476
|
+
return v2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6477
6477
|
case "infoMedium":
|
|
6478
|
-
return
|
|
6478
|
+
return N2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6479
6479
|
case "attentionMedium":
|
|
6480
|
-
return
|
|
6480
|
+
return x2({
|
|
6481
6481
|
width: e,
|
|
6482
6482
|
height: t,
|
|
6483
6483
|
color: a,
|
|
@@ -6485,9 +6485,9 @@ const Kt = ({
|
|
|
6485
6485
|
onClick: h
|
|
6486
6486
|
});
|
|
6487
6487
|
case "errorMedium":
|
|
6488
|
-
return
|
|
6488
|
+
return R2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6489
6489
|
case "faviconSkills":
|
|
6490
|
-
return
|
|
6490
|
+
return _2({
|
|
6491
6491
|
width: e,
|
|
6492
6492
|
height: t,
|
|
6493
6493
|
color: a,
|
|
@@ -6495,7 +6495,7 @@ const Kt = ({
|
|
|
6495
6495
|
onClick: h
|
|
6496
6496
|
});
|
|
6497
6497
|
case "visibilityIcon":
|
|
6498
|
-
return
|
|
6498
|
+
return M2({
|
|
6499
6499
|
width: e,
|
|
6500
6500
|
height: t,
|
|
6501
6501
|
color: a,
|
|
@@ -6503,7 +6503,7 @@ const Kt = ({
|
|
|
6503
6503
|
onClick: h
|
|
6504
6504
|
});
|
|
6505
6505
|
case "visibilityOffIcon":
|
|
6506
|
-
return
|
|
6506
|
+
return y2({
|
|
6507
6507
|
width: e,
|
|
6508
6508
|
height: t,
|
|
6509
6509
|
color: a,
|
|
@@ -6511,7 +6511,7 @@ const Kt = ({
|
|
|
6511
6511
|
onClick: h
|
|
6512
6512
|
});
|
|
6513
6513
|
case "selectArrowIcon":
|
|
6514
|
-
return
|
|
6514
|
+
return b2({
|
|
6515
6515
|
width: e,
|
|
6516
6516
|
height: t,
|
|
6517
6517
|
color: a,
|
|
@@ -6519,7 +6519,7 @@ const Kt = ({
|
|
|
6519
6519
|
onClick: h
|
|
6520
6520
|
});
|
|
6521
6521
|
case "expandArrowIcon":
|
|
6522
|
-
return
|
|
6522
|
+
return E2({
|
|
6523
6523
|
width: e,
|
|
6524
6524
|
height: t,
|
|
6525
6525
|
color: a,
|
|
@@ -6527,7 +6527,7 @@ const Kt = ({
|
|
|
6527
6527
|
onClick: h
|
|
6528
6528
|
});
|
|
6529
6529
|
case "expandActiveArrowIcon":
|
|
6530
|
-
return
|
|
6530
|
+
return V2({
|
|
6531
6531
|
width: e,
|
|
6532
6532
|
height: t,
|
|
6533
6533
|
color: a,
|
|
@@ -6535,98 +6535,98 @@ const Kt = ({
|
|
|
6535
6535
|
onClick: h
|
|
6536
6536
|
});
|
|
6537
6537
|
case "camera":
|
|
6538
|
-
return
|
|
6538
|
+
return H2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6539
6539
|
case "sortUp":
|
|
6540
|
-
return
|
|
6540
|
+
return I2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6541
6541
|
case "sortDown":
|
|
6542
|
-
return
|
|
6542
|
+
return S2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6543
6543
|
case "logOut2":
|
|
6544
|
-
return
|
|
6544
|
+
return O2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6545
6545
|
case "search":
|
|
6546
|
-
return
|
|
6546
|
+
return A2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6547
6547
|
case "handRock":
|
|
6548
|
-
return
|
|
6548
|
+
return B2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6549
6549
|
case "arrowUpFilled":
|
|
6550
|
-
return
|
|
6550
|
+
return D2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6551
6551
|
case "arrowDownFilled":
|
|
6552
|
-
return W2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6553
|
-
case "link":
|
|
6554
6552
|
return Z2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6555
|
-
case "
|
|
6553
|
+
case "link":
|
|
6556
6554
|
return T2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6557
|
-
case "
|
|
6555
|
+
case "telegram":
|
|
6558
6556
|
return K2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6557
|
+
case "mail":
|
|
6558
|
+
return $2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6559
6559
|
case "github":
|
|
6560
|
-
return D2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6561
|
-
case "linkedIn":
|
|
6562
6560
|
return G2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6563
|
-
case "
|
|
6561
|
+
case "linkedIn":
|
|
6564
6562
|
return P2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6563
|
+
case "emptyStateIcon":
|
|
6564
|
+
return F2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6565
6565
|
case "filtersIcon":
|
|
6566
|
-
return
|
|
6566
|
+
return Y2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6567
6567
|
case "dotMenuIcon":
|
|
6568
|
-
return
|
|
6568
|
+
return U2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6569
6569
|
case "plusCircle":
|
|
6570
|
-
return
|
|
6570
|
+
return z2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6571
6571
|
case "warning":
|
|
6572
|
-
return
|
|
6572
|
+
return J2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6573
6573
|
case "back":
|
|
6574
|
-
return
|
|
6574
|
+
return Q2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6575
6575
|
case "bell":
|
|
6576
|
-
return J2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6577
|
-
case "contract":
|
|
6578
6576
|
return q2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6577
|
+
case "contract":
|
|
6578
|
+
return ei({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6579
6579
|
case "trash2":
|
|
6580
|
-
return Q2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6581
|
-
case "manager":
|
|
6582
6580
|
return X2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6581
|
+
case "manager":
|
|
6582
|
+
return ti({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6583
6583
|
case "resourceManager":
|
|
6584
|
-
return
|
|
6584
|
+
return ii({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6585
6585
|
case "settings2":
|
|
6586
|
-
return
|
|
6586
|
+
return si({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6587
6587
|
case "image":
|
|
6588
|
-
return
|
|
6588
|
+
return ni({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6589
6589
|
case "upload":
|
|
6590
|
-
return
|
|
6590
|
+
return ri({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6591
6591
|
case "edit":
|
|
6592
|
-
return
|
|
6592
|
+
return oi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6593
6593
|
case "location":
|
|
6594
|
-
return
|
|
6594
|
+
return li({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6595
6595
|
case "plus2":
|
|
6596
|
-
return
|
|
6596
|
+
return ai({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6597
6597
|
case "search2":
|
|
6598
|
-
return
|
|
6598
|
+
return hi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6599
6599
|
case "fastArrowLeft":
|
|
6600
|
-
return
|
|
6600
|
+
return ci({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6601
6601
|
case "fastArrowRight":
|
|
6602
|
-
return
|
|
6602
|
+
return di({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6603
6603
|
case "crossInCircle":
|
|
6604
|
-
return ci({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6605
|
-
case "arrowUp2":
|
|
6606
6604
|
return gi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6605
|
+
case "arrowUp2":
|
|
6606
|
+
return Ci({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6607
6607
|
case "arrowDown2":
|
|
6608
|
-
return di({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6609
|
-
case "filledArrowLeft":
|
|
6610
6608
|
return ui({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6609
|
+
case "filledArrowLeft":
|
|
6610
|
+
return pi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6611
6611
|
case "filledArrowRight":
|
|
6612
|
-
return
|
|
6612
|
+
return fi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6613
6613
|
case "burgerMenu":
|
|
6614
|
-
return
|
|
6614
|
+
return wi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6615
6615
|
case "signOut":
|
|
6616
|
-
return
|
|
6616
|
+
return mi({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6617
6617
|
case "refresh":
|
|
6618
|
-
return
|
|
6618
|
+
return ki({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6619
6619
|
default:
|
|
6620
6620
|
return /* @__PURE__ */ r(q, { children: "No Icon provided" });
|
|
6621
6621
|
}
|
|
6622
6622
|
})() });
|
|
6623
6623
|
};
|
|
6624
6624
|
var F1 = /* @__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))(F1 || {});
|
|
6625
|
-
const
|
|
6625
|
+
const vi = n1({
|
|
6626
6626
|
locale: "en",
|
|
6627
6627
|
theme: "light"
|
|
6628
6628
|
});
|
|
6629
|
-
|
|
6629
|
+
vi.Provider;
|
|
6630
6630
|
const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n = !0 }) => {
|
|
6631
6631
|
const l = t === "small" ? 10 : 12.5;
|
|
6632
6632
|
return /* @__PURE__ */ r(
|
|
@@ -6634,7 +6634,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6634
6634
|
{
|
|
6635
6635
|
className: `snmt-tag ${t}`,
|
|
6636
6636
|
closeIcon: /* @__PURE__ */ r(
|
|
6637
|
-
|
|
6637
|
+
Li,
|
|
6638
6638
|
{
|
|
6639
6639
|
name: "errorSmall",
|
|
6640
6640
|
color: F1.GREY_DARK_2,
|
|
@@ -6646,10 +6646,10 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6646
6646
|
bordered: !1,
|
|
6647
6647
|
style: { width: e ?? "fit-content" },
|
|
6648
6648
|
closable: n,
|
|
6649
|
-
children: typeof i == "string" ? /* @__PURE__ */ r(
|
|
6649
|
+
children: typeof i == "string" ? /* @__PURE__ */ r(Pt, { variant: t === "small" ? "body4" : "body2", children: i }) : i
|
|
6650
6650
|
}
|
|
6651
6651
|
);
|
|
6652
|
-
}, { Title:
|
|
6652
|
+
}, { Title: Ni, Text: xi } = T1, Ri = {
|
|
6653
6653
|
h1: 1,
|
|
6654
6654
|
h2: 2,
|
|
6655
6655
|
h3: 3,
|
|
@@ -6667,17 +6667,17 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
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}`), l && (g += " collapsed"), d ? /* @__PURE__ */ r(
|
|
6670
|
-
|
|
6670
|
+
Ni,
|
|
6671
6671
|
{
|
|
6672
6672
|
className: g,
|
|
6673
6673
|
style: { color: t, whiteSpace: c },
|
|
6674
6674
|
onClick: n,
|
|
6675
|
-
level:
|
|
6675
|
+
level: Ri[e],
|
|
6676
6676
|
ref: o,
|
|
6677
6677
|
children: s
|
|
6678
6678
|
}
|
|
6679
6679
|
) : /* @__PURE__ */ r(
|
|
6680
|
-
|
|
6680
|
+
xi,
|
|
6681
6681
|
{
|
|
6682
6682
|
className: g,
|
|
6683
6683
|
style: { color: t, whiteSpace: c },
|
|
@@ -6687,7 +6687,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6687
6687
|
}
|
|
6688
6688
|
);
|
|
6689
6689
|
}
|
|
6690
|
-
),
|
|
6690
|
+
), Mi = ({
|
|
6691
6691
|
children: i,
|
|
6692
6692
|
content: e,
|
|
6693
6693
|
isOpen: t,
|
|
@@ -6697,7 +6697,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6697
6697
|
}) => {
|
|
6698
6698
|
const [c, o] = I(!1);
|
|
6699
6699
|
return /* @__PURE__ */ r(
|
|
6700
|
-
|
|
6700
|
+
ae,
|
|
6701
6701
|
{
|
|
6702
6702
|
content: e,
|
|
6703
6703
|
arrow: !1,
|
|
@@ -6711,7 +6711,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6711
6711
|
children: /* @__PURE__ */ r("div", { className: "wrapper", children: i })
|
|
6712
6712
|
}
|
|
6713
6713
|
);
|
|
6714
|
-
},
|
|
6714
|
+
}, yi = ({
|
|
6715
6715
|
values: i,
|
|
6716
6716
|
onTagClose: e,
|
|
6717
6717
|
maxWidth: t,
|
|
@@ -6720,7 +6720,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6720
6720
|
extraOptions: l
|
|
6721
6721
|
}) => {
|
|
6722
6722
|
const [c, o] = I(!1);
|
|
6723
|
-
|
|
6723
|
+
D(() => {
|
|
6724
6724
|
i.length || o(!1);
|
|
6725
6725
|
}, [i]);
|
|
6726
6726
|
const d = (a) => {
|
|
@@ -6733,7 +6733,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6733
6733
|
return ((h = n == null ? void 0 : n.find((p) => p.value === a)) == null ? void 0 : h.label) || ((C = l == null ? void 0 : l.find((p) => p.value === a)) == null ? void 0 : C.label) || a;
|
|
6734
6734
|
};
|
|
6735
6735
|
return /* @__PURE__ */ r("div", { onMouseDown: d, className: "wrapper", children: /* @__PURE__ */ r(
|
|
6736
|
-
|
|
6736
|
+
Mi,
|
|
6737
6737
|
{
|
|
6738
6738
|
content: (
|
|
6739
6739
|
// 90: paddings + margins + gaps and so on
|
|
@@ -6756,7 +6756,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6756
6756
|
] }) })
|
|
6757
6757
|
}
|
|
6758
6758
|
) });
|
|
6759
|
-
},
|
|
6759
|
+
}, bi = ({ 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,
|
|
@@ -6785,48 +6785,65 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6785
6785
|
isLoading: x
|
|
6786
6786
|
}, V) => {
|
|
6787
6787
|
const [y, H] = I(!1), [f, m] = I(!1), [M, R] = I(!0), [b, O] = I(i), E = p1(null);
|
|
6788
|
-
|
|
6788
|
+
D(() => {
|
|
6789
6789
|
O(i);
|
|
6790
6790
|
}, [i]);
|
|
6791
|
-
const W = (
|
|
6792
|
-
H(
|
|
6793
|
-
}, P = (
|
|
6794
|
-
var
|
|
6795
|
-
return !!((
|
|
6791
|
+
const W = (v) => {
|
|
6792
|
+
H(v), h && h(v);
|
|
6793
|
+
}, P = (v, _) => {
|
|
6794
|
+
var Z;
|
|
6795
|
+
return !!((Z = _ == null ? void 0 : _.label) != null && Z.toString().toLowerCase().includes(v.toLowerCase()));
|
|
6796
6796
|
}, j = () => {
|
|
6797
6797
|
m(!0);
|
|
6798
6798
|
}, B = () => {
|
|
6799
6799
|
m(!1);
|
|
6800
|
-
},
|
|
6801
|
-
if (O(
|
|
6802
|
-
const
|
|
6803
|
-
e == null || e(
|
|
6800
|
+
}, T = (v) => {
|
|
6801
|
+
if (O(v), s) {
|
|
6802
|
+
const Z = v;
|
|
6803
|
+
e == null || e(Z);
|
|
6804
6804
|
return;
|
|
6805
6805
|
}
|
|
6806
|
-
const _ =
|
|
6806
|
+
const _ = v;
|
|
6807
6807
|
e == null || e(_);
|
|
6808
6808
|
}, U = () => {
|
|
6809
6809
|
if (s) {
|
|
6810
|
-
|
|
6810
|
+
T([]);
|
|
6811
6811
|
return;
|
|
6812
6812
|
}
|
|
6813
|
-
|
|
6814
|
-
}, X = (
|
|
6815
|
-
const _ = b.filter((
|
|
6816
|
-
|
|
6817
|
-
}, A = (
|
|
6813
|
+
T("");
|
|
6814
|
+
}, X = (v) => {
|
|
6815
|
+
const _ = b.filter((Z) => Z !== v);
|
|
6816
|
+
T(_), O(_);
|
|
6817
|
+
}, A = (v) => (b == null ? void 0 : b.indexOf(v)) === 0 ? (
|
|
6818
6818
|
// if the search input is empty
|
|
6819
6819
|
// then display the placeholder, else do not display it
|
|
6820
6820
|
/* @__PURE__ */ r("span", { className: "custom-placeholder", children: M ? t : "" })
|
|
6821
|
-
) : /* @__PURE__ */ r(q, {}),
|
|
6822
|
-
|
|
6823
|
-
}, F = async (
|
|
6824
|
-
const { target: _ } =
|
|
6825
|
-
_.scrollTop + _.offsetHeight >= _.scrollHeight - g && (C == null || C(!0)), p && await p(
|
|
6826
|
-
}, e1 = (
|
|
6827
|
-
var _,
|
|
6828
|
-
return ((_ = l.find((w1) => w1.value ===
|
|
6821
|
+
) : /* @__PURE__ */ r(q, {}), K = (v) => {
|
|
6822
|
+
v.preventDefault(), v.stopPropagation();
|
|
6823
|
+
}, F = async (v) => {
|
|
6824
|
+
const { target: _ } = v;
|
|
6825
|
+
_.scrollTop + _.offsetHeight >= _.scrollHeight - g && (C == null || C(!0)), p && await p(v);
|
|
6826
|
+
}, e1 = (v) => {
|
|
6827
|
+
var _, Z;
|
|
6828
|
+
return ((_ = l.find((w1) => w1.value === v)) == null ? void 0 : _.label) || ((Z = N == null ? void 0 : N.find((w1) => w1.value === v)) == null ? void 0 : Z.label) || v;
|
|
6829
6829
|
};
|
|
6830
|
+
function ee(v) {
|
|
6831
|
+
var _;
|
|
6832
|
+
return /* @__PURE__ */ r(
|
|
6833
|
+
yi,
|
|
6834
|
+
{
|
|
6835
|
+
values: v,
|
|
6836
|
+
onTagClose: X,
|
|
6837
|
+
maxWidth: ((_ = E.current) == null ? void 0 : _.clientWidth) || 0,
|
|
6838
|
+
disabled: o,
|
|
6839
|
+
options: l,
|
|
6840
|
+
extraOptions: N
|
|
6841
|
+
}
|
|
6842
|
+
);
|
|
6843
|
+
}
|
|
6844
|
+
function te({ label: v, value: _, mode: Z }) {
|
|
6845
|
+
return Z === "filter" ? A(_) : /* @__PURE__ */ r("div", { onMouseDown: K, className: "tag-wrapper", children: /* @__PURE__ */ r(Y1, { onClose: () => X(_), closable: !o, children: /* @__PURE__ */ r(U1, { variant: "body4", children: typeof v == "object" ? v : e1(_) }) }) });
|
|
6846
|
+
}
|
|
6830
6847
|
return /* @__PURE__ */ u(
|
|
6831
6848
|
"div",
|
|
6832
6849
|
{
|
|
@@ -6836,7 +6853,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6836
6853
|
style: { width: c },
|
|
6837
6854
|
children: [
|
|
6838
6855
|
/* @__PURE__ */ r(
|
|
6839
|
-
|
|
6856
|
+
ne,
|
|
6840
6857
|
{
|
|
6841
6858
|
className: "snmt-select-blank",
|
|
6842
6859
|
id: w,
|
|
@@ -6847,45 +6864,19 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6847
6864
|
placeholder: t ? d ? `${t}*` : t : void 0,
|
|
6848
6865
|
disabled: o,
|
|
6849
6866
|
value: b || void 0,
|
|
6850
|
-
labelRender: (
|
|
6867
|
+
labelRender: (v) => e1(v.value),
|
|
6851
6868
|
mode: s === "filter" ? "multiple" : s,
|
|
6852
|
-
onChange:
|
|
6869
|
+
onChange: T,
|
|
6853
6870
|
onFocus: j,
|
|
6854
6871
|
onBlur: B,
|
|
6855
|
-
onSearch: (
|
|
6856
|
-
R(!
|
|
6872
|
+
onSearch: (v) => {
|
|
6873
|
+
R(!v), a && a(v);
|
|
6857
6874
|
},
|
|
6858
6875
|
onSelect: () => R(!0),
|
|
6859
6876
|
onDeselect: () => R(!0),
|
|
6860
|
-
tagRender:
|
|
6861
|
-
// HACK to prevent showing selected options in input
|
|
6862
|
-
(k) => A(k.value)
|
|
6863
|
-
) : (k) => {
|
|
6864
|
-
const _ = typeof k.label == "object";
|
|
6865
|
-
return /* @__PURE__ */ r("div", { onMouseDown: G, className: "tag-wrapper", children: /* @__PURE__ */ r(
|
|
6866
|
-
Y1,
|
|
6867
|
-
{
|
|
6868
|
-
onClose: () => X(k.value),
|
|
6869
|
-
closable: !o,
|
|
6870
|
-
children: /* @__PURE__ */ r(U1, { variant: "body4", children: _ ? k.label : e1(k.value) })
|
|
6871
|
-
}
|
|
6872
|
-
) });
|
|
6873
|
-
},
|
|
6877
|
+
tagRender: (v) => te({ ...v, mode: s }),
|
|
6874
6878
|
maxTagCount: "responsive",
|
|
6875
|
-
maxTagPlaceholder:
|
|
6876
|
-
var _;
|
|
6877
|
-
return /* @__PURE__ */ r(
|
|
6878
|
-
Ri,
|
|
6879
|
-
{
|
|
6880
|
-
values: k,
|
|
6881
|
-
onTagClose: X,
|
|
6882
|
-
maxWidth: ((_ = E.current) == null ? void 0 : _.clientWidth) || 0,
|
|
6883
|
-
disabled: o,
|
|
6884
|
-
options: l,
|
|
6885
|
-
extraOptions: N
|
|
6886
|
-
}
|
|
6887
|
-
);
|
|
6888
|
-
},
|
|
6879
|
+
maxTagPlaceholder: ee,
|
|
6889
6880
|
onPopupScroll: F,
|
|
6890
6881
|
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ u(q, { children: [
|
|
6891
6882
|
s && b && !!b.length && /* @__PURE__ */ r("div", { onClick: U, children: /* @__PURE__ */ r(l1, { name: "cancel" }) }),
|
|
@@ -6901,20 +6892,20 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6901
6892
|
] }) }),
|
|
6902
6893
|
removeIcon: /* @__PURE__ */ r(l1, { name: "errorSmall", color: Q.GREY_DARK_2 }),
|
|
6903
6894
|
options: l,
|
|
6904
|
-
optionRender: (
|
|
6895
|
+
optionRender: (v) => /* @__PURE__ */ u(h1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
6905
6896
|
/* @__PURE__ */ u(h1, { alignItems: "center", gap: 12, children: [
|
|
6906
6897
|
s && /* @__PURE__ */ r(
|
|
6907
|
-
|
|
6898
|
+
de,
|
|
6908
6899
|
{
|
|
6909
|
-
checked: !!(b != null && b.includes(
|
|
6900
|
+
checked: !!(b != null && b.includes(v.value))
|
|
6910
6901
|
}
|
|
6911
6902
|
),
|
|
6912
6903
|
/* @__PURE__ */ u(h1, { alignItems: "center", gap: 8, children: [
|
|
6913
|
-
|
|
6914
|
-
/* @__PURE__ */ r("span", { children:
|
|
6904
|
+
v.data.image && /* @__PURE__ */ r(ce, { src: v.data.image, size: 20 }),
|
|
6905
|
+
/* @__PURE__ */ r("span", { children: v.label })
|
|
6915
6906
|
] })
|
|
6916
6907
|
] }),
|
|
6917
|
-
!s && b ===
|
|
6908
|
+
!s && b === v.value && /* @__PURE__ */ r(
|
|
6918
6909
|
l1,
|
|
6919
6910
|
{
|
|
6920
6911
|
name: "ok",
|
|
@@ -6932,7 +6923,7 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6932
6923
|
display: "grid",
|
|
6933
6924
|
justifyContent: "center"
|
|
6934
6925
|
},
|
|
6935
|
-
children: /* @__PURE__ */ r(
|
|
6926
|
+
children: /* @__PURE__ */ r(bi, { size: 28 })
|
|
6936
6927
|
}
|
|
6937
6928
|
) : void 0
|
|
6938
6929
|
}
|
|
@@ -6952,9 +6943,9 @@ const Y1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6952
6943
|
);
|
|
6953
6944
|
}
|
|
6954
6945
|
);
|
|
6955
|
-
function
|
|
6946
|
+
function Ei(i, e = 500) {
|
|
6956
6947
|
const t = p1();
|
|
6957
|
-
return
|
|
6948
|
+
return D(() => () => {
|
|
6958
6949
|
t.current && clearTimeout(t.current);
|
|
6959
6950
|
}, []), (...s) => {
|
|
6960
6951
|
const n = setTimeout(() => {
|
|
@@ -6998,7 +6989,7 @@ const m1 = {
|
|
|
6998
6989
|
}
|
|
6999
6990
|
},
|
|
7000
6991
|
[w, i, x]
|
|
7001
|
-
), m =
|
|
6992
|
+
), m = Ei(f), M = $(
|
|
7002
6993
|
(E) => {
|
|
7003
6994
|
(E === "" || E === void 0 || E === null) && N(m1), m(!0, E);
|
|
7004
6995
|
},
|
|
@@ -7012,7 +7003,7 @@ const m1 = {
|
|
|
7012
7003
|
// eslint-disable-next-line
|
|
7013
7004
|
[g]
|
|
7014
7005
|
);
|
|
7015
|
-
|
|
7006
|
+
D(() => {
|
|
7016
7007
|
g && f(!1);
|
|
7017
7008
|
}, []);
|
|
7018
7009
|
const O = {
|
|
@@ -7037,7 +7028,7 @@ const m1 = {
|
|
|
7037
7028
|
}
|
|
7038
7029
|
);
|
|
7039
7030
|
var c1 = /* @__PURE__ */ ((i) => (i.ACTIVE = "Active", i.ARCHIVED = "Archived", i))(c1 || {});
|
|
7040
|
-
const
|
|
7031
|
+
const Vi = ({ size: i = 30, color: e = "#004ed7" }) => {
|
|
7041
7032
|
const t = `no-repeat linear-gradient(${e}
|
|
7042
7033
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
|
7043
7034
|
width: i,
|
|
@@ -7046,7 +7037,7 @@ const bi = ({ size: i = 30, color: e = "#004ed7" }) => {
|
|
|
7046
7037
|
};
|
|
7047
7038
|
return /* @__PURE__ */ r("span", { className: "snmt-loader", style: s });
|
|
7048
7039
|
};
|
|
7049
|
-
function
|
|
7040
|
+
function _i() {
|
|
7050
7041
|
if (console && console.warn) {
|
|
7051
7042
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
7052
7043
|
e[t] = arguments[t];
|
|
@@ -7057,7 +7048,7 @@ const b1 = {};
|
|
|
7057
7048
|
function v1() {
|
|
7058
7049
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
7059
7050
|
e[t] = arguments[t];
|
|
7060
|
-
Y(e[0]) && b1[e[0]] || (Y(e[0]) && (b1[e[0]] = /* @__PURE__ */ new Date()),
|
|
7051
|
+
Y(e[0]) && b1[e[0]] || (Y(e[0]) && (b1[e[0]] = /* @__PURE__ */ new Date()), _i(...e));
|
|
7061
7052
|
}
|
|
7062
7053
|
const z1 = (i, e) => () => {
|
|
7063
7054
|
if (i.isInitialized)
|
|
@@ -7076,7 +7067,7 @@ const z1 = (i, e) => () => {
|
|
|
7076
7067
|
Y(t) && (t = [t]), t.forEach((n) => {
|
|
7077
7068
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
|
7078
7069
|
}), i.loadLanguages(e, z1(i, s));
|
|
7079
|
-
},
|
|
7070
|
+
}, Hi = function(i, e) {
|
|
7080
7071
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7081
7072
|
const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, l = e.languages[e.languages.length - 1];
|
|
7082
7073
|
if (s.toLowerCase() === "cimode") return !0;
|
|
@@ -7085,15 +7076,15 @@ const z1 = (i, e) => () => {
|
|
|
7085
7076
|
return g === -1 || g === 2;
|
|
7086
7077
|
};
|
|
7087
7078
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(l, i)));
|
|
7088
|
-
},
|
|
7079
|
+
}, Ii = function(i, e) {
|
|
7089
7080
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7090
7081
|
return !e.languages || !e.languages.length ? (v1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
|
7091
7082
|
lng: t.lng,
|
|
7092
7083
|
precheck: (n, l) => {
|
|
7093
7084
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !l(n.isLanguageChangingTo, i)) return !1;
|
|
7094
7085
|
}
|
|
7095
|
-
}) :
|
|
7096
|
-
}, Y = (i) => typeof i == "string",
|
|
7086
|
+
}) : Hi(i, e, t);
|
|
7087
|
+
}, Y = (i) => typeof i == "string", Si = (i) => typeof i == "object" && i !== null, Oi = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Ai = {
|
|
7097
7088
|
"&": "&",
|
|
7098
7089
|
"&": "&",
|
|
7099
7090
|
"<": "<",
|
|
@@ -7114,7 +7105,7 @@ const z1 = (i, e) => () => {
|
|
|
7114
7105
|
"…": "…",
|
|
7115
7106
|
"/": "/",
|
|
7116
7107
|
"/": "/"
|
|
7117
|
-
},
|
|
7108
|
+
}, Bi = (i) => Ai[i], Wi = (i) => i.replace(Oi, Bi);
|
|
7118
7109
|
let N1 = {
|
|
7119
7110
|
bindI18n: "languageChanged",
|
|
7120
7111
|
bindI18nStore: "",
|
|
@@ -7123,25 +7114,25 @@ let N1 = {
|
|
|
7123
7114
|
transWrapTextNodes: "",
|
|
7124
7115
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
7125
7116
|
useSuspense: !0,
|
|
7126
|
-
unescape:
|
|
7117
|
+
unescape: Wi
|
|
7127
7118
|
};
|
|
7128
|
-
const
|
|
7119
|
+
const ji = function() {
|
|
7129
7120
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
7130
7121
|
N1 = {
|
|
7131
7122
|
...N1,
|
|
7132
7123
|
...i
|
|
7133
7124
|
};
|
|
7134
|
-
},
|
|
7125
|
+
}, Zi = () => N1;
|
|
7135
7126
|
let J1;
|
|
7136
|
-
const
|
|
7127
|
+
const Di = (i) => {
|
|
7137
7128
|
J1 = i;
|
|
7138
|
-
},
|
|
7129
|
+
}, Ti = () => J1, Gi = {
|
|
7139
7130
|
type: "3rdParty",
|
|
7140
7131
|
init(i) {
|
|
7141
|
-
|
|
7132
|
+
ji(i.options.react), Di(i);
|
|
7142
7133
|
}
|
|
7143
|
-
},
|
|
7144
|
-
class
|
|
7134
|
+
}, Ki = n1();
|
|
7135
|
+
class Pi {
|
|
7145
7136
|
constructor() {
|
|
7146
7137
|
R1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
7147
7138
|
this.usedNamespaces = {};
|
|
@@ -7152,27 +7143,27 @@ class Gi {
|
|
|
7152
7143
|
});
|
|
7153
7144
|
}
|
|
7154
7145
|
}
|
|
7155
|
-
const
|
|
7146
|
+
const $i = (i, e) => {
|
|
7156
7147
|
const t = p1();
|
|
7157
|
-
return
|
|
7148
|
+
return D(() => {
|
|
7158
7149
|
t.current = i;
|
|
7159
7150
|
}, [i, e]), t.current;
|
|
7160
|
-
}, Q1 = (i, e, t, s) => i.getFixedT(e, t, s),
|
|
7151
|
+
}, Q1 = (i, e, t, s) => i.getFixedT(e, t, s), Fi = (i, e, t, s) => $(Q1(i, e, t, s), [i, e, t, s]), Yi = function(i) {
|
|
7161
7152
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7162
7153
|
const {
|
|
7163
7154
|
i18n: t
|
|
7164
7155
|
} = e, {
|
|
7165
7156
|
i18n: s,
|
|
7166
7157
|
defaultNS: n
|
|
7167
|
-
} = o1(
|
|
7168
|
-
if (l && !l.reportNamespaces && (l.reportNamespaces = new
|
|
7158
|
+
} = o1(Ki) || {}, l = t || s || Ti();
|
|
7159
|
+
if (l && !l.reportNamespaces && (l.reportNamespaces = new Pi()), !l) {
|
|
7169
7160
|
v1("You will need to pass in an i18next instance by using initReactI18next");
|
|
7170
|
-
const f = (M, R) => Y(R) ? R :
|
|
7161
|
+
const f = (M, R) => Y(R) ? R : Si(R) && Y(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, m = [f, {}, !1];
|
|
7171
7162
|
return m.t = f, m.i18n = {}, m.ready = !1, m;
|
|
7172
7163
|
}
|
|
7173
7164
|
l.options.react && l.options.react.wait !== void 0 && v1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
7174
7165
|
const c = {
|
|
7175
|
-
...
|
|
7166
|
+
...Zi(),
|
|
7176
7167
|
...l.options.react,
|
|
7177
7168
|
...e
|
|
7178
7169
|
}, {
|
|
@@ -7181,11 +7172,11 @@ const Ki = (i, e) => {
|
|
|
7181
7172
|
} = c;
|
|
7182
7173
|
let g = i;
|
|
7183
7174
|
g = Y(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
|
7184
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) =>
|
|
7175
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) => Ii(f, l, c)), h = Fi(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), C = () => h, p = () => Q1(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [w, N] = I(C);
|
|
7185
7176
|
let x = g.join();
|
|
7186
7177
|
e.lng && (x = `${e.lng}${x}`);
|
|
7187
|
-
const V =
|
|
7188
|
-
|
|
7178
|
+
const V = $i(x), y = p1(!0);
|
|
7179
|
+
D(() => {
|
|
7189
7180
|
const {
|
|
7190
7181
|
bindI18n: f,
|
|
7191
7182
|
bindI18nStore: m
|
|
@@ -7201,7 +7192,7 @@ const Ki = (i, e) => {
|
|
|
7201
7192
|
return f && l && l.on(f, M), m && l && l.store.on(m, M), () => {
|
|
7202
7193
|
y.current = !1, f && l && f.split(" ").forEach((R) => l.off(R, M)), m && l && m.split(" ").forEach((R) => l.store.off(R, M));
|
|
7203
7194
|
};
|
|
7204
|
-
}, [l, x]),
|
|
7195
|
+
}, [l, x]), D(() => {
|
|
7205
7196
|
y.current && a && N(C);
|
|
7206
7197
|
}, [l, d, a]);
|
|
7207
7198
|
const H = [w, l, a];
|
|
@@ -7209,7 +7200,7 @@ const Ki = (i, e) => {
|
|
|
7209
7200
|
throw new Promise((f) => {
|
|
7210
7201
|
e.lng ? V1(l, e.lng, g, () => f()) : E1(l, g, () => f());
|
|
7211
7202
|
});
|
|
7212
|
-
},
|
|
7203
|
+
}, Ui = {
|
|
7213
7204
|
type: "logger",
|
|
7214
7205
|
log(i) {
|
|
7215
7206
|
this.output("log", i);
|
|
@@ -7231,7 +7222,7 @@ class d1 {
|
|
|
7231
7222
|
}
|
|
7232
7223
|
init(e) {
|
|
7233
7224
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7234
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
7225
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || Ui, this.options = t, this.debug = t.debug;
|
|
7235
7226
|
}
|
|
7236
7227
|
log() {
|
|
7237
7228
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
|
@@ -7266,7 +7257,7 @@ class d1 {
|
|
|
7266
7257
|
return e = e || this.options, e.prefix = e.prefix || this.prefix, new d1(this.logger, e);
|
|
7267
7258
|
}
|
|
7268
7259
|
}
|
|
7269
|
-
var
|
|
7260
|
+
var G = new d1();
|
|
7270
7261
|
class f1 {
|
|
7271
7262
|
constructor() {
|
|
7272
7263
|
this.observers = {};
|
|
@@ -7307,11 +7298,11 @@ const t1 = () => {
|
|
|
7307
7298
|
i = s, e = n;
|
|
7308
7299
|
});
|
|
7309
7300
|
return t.resolve = i, t.reject = e, t;
|
|
7310
|
-
}, _1 = (i) => i == null ? "" : "" + i,
|
|
7301
|
+
}, _1 = (i) => i == null ? "" : "" + i, zi = (i, e, t) => {
|
|
7311
7302
|
i.forEach((s) => {
|
|
7312
7303
|
e[s] && (t[s] = e[s]);
|
|
7313
7304
|
});
|
|
7314
|
-
},
|
|
7305
|
+
}, Ji = /###/g, H1 = (i) => i && i.indexOf("###") > -1 ? i.replace(Ji, ".") : i, I1 = (i) => !i || typeof i == "string", i1 = (i, e, t) => {
|
|
7315
7306
|
const s = typeof e != "string" ? e : e.split(".");
|
|
7316
7307
|
let n = 0;
|
|
7317
7308
|
for (; n < s.length - 1; ) {
|
|
@@ -7336,7 +7327,7 @@ const t1 = () => {
|
|
|
7336
7327
|
for (; o.obj === void 0 && c.length; )
|
|
7337
7328
|
l = `${c[c.length - 1]}.${l}`, c = c.slice(0, c.length - 1), o = i1(i, c, Object), o && o.obj && typeof o.obj[`${o.k}.${l}`] < "u" && (o.obj = void 0);
|
|
7338
7329
|
o.obj[`${o.k}.${l}`] = t;
|
|
7339
|
-
},
|
|
7330
|
+
}, Qi = (i, e, t, s) => {
|
|
7340
7331
|
const {
|
|
7341
7332
|
obj: n,
|
|
7342
7333
|
k: l
|
|
@@ -7349,7 +7340,7 @@ const t1 = () => {
|
|
|
7349
7340
|
} = i1(i, e);
|
|
7350
7341
|
if (t)
|
|
7351
7342
|
return t[s];
|
|
7352
|
-
},
|
|
7343
|
+
}, qi = (i, e, t) => {
|
|
7353
7344
|
const s = g1(i, t);
|
|
7354
7345
|
return s !== void 0 ? s : g1(e, t);
|
|
7355
7346
|
}, q1 = (i, e, t) => {
|
|
@@ -7357,7 +7348,7 @@ const t1 = () => {
|
|
|
7357
7348
|
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]) : q1(i[s], e[s], t) : i[s] = e[s]);
|
|
7358
7349
|
return i;
|
|
7359
7350
|
}, z = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
7360
|
-
var
|
|
7351
|
+
var Xi = {
|
|
7361
7352
|
"&": "&",
|
|
7362
7353
|
"<": "<",
|
|
7363
7354
|
">": ">",
|
|
@@ -7365,8 +7356,8 @@ var Qi = {
|
|
|
7365
7356
|
"'": "'",
|
|
7366
7357
|
"/": "/"
|
|
7367
7358
|
};
|
|
7368
|
-
const
|
|
7369
|
-
class
|
|
7359
|
+
const e5 = (i) => typeof i == "string" ? i.replace(/[&<>"'\/]/g, (e) => Xi[e]) : i;
|
|
7360
|
+
class t5 {
|
|
7370
7361
|
constructor(e) {
|
|
7371
7362
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
7372
7363
|
}
|
|
@@ -7378,11 +7369,11 @@ class Xi {
|
|
|
7378
7369
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
|
7379
7370
|
}
|
|
7380
7371
|
}
|
|
7381
|
-
const
|
|
7372
|
+
const i5 = [" ", ",", "?", "!", ";"], s5 = new t5(20), n5 = (i, e, t) => {
|
|
7382
7373
|
e = e || "", t = t || "";
|
|
7383
|
-
const s =
|
|
7374
|
+
const s = i5.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
|
7384
7375
|
if (s.length === 0) return !0;
|
|
7385
|
-
const n =
|
|
7376
|
+
const n = s5.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
|
7386
7377
|
let l = !n.test(i);
|
|
7387
7378
|
if (!l) {
|
|
7388
7379
|
const c = i.indexOf(t);
|
|
@@ -7500,7 +7491,7 @@ const A1 = {};
|
|
|
7500
7491
|
class C1 extends f1 {
|
|
7501
7492
|
constructor(e) {
|
|
7502
7493
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7503
|
-
super(),
|
|
7494
|
+
super(), zi(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = G.create("translator");
|
|
7504
7495
|
}
|
|
7505
7496
|
changeLanguage(e) {
|
|
7506
7497
|
e && (this.language = e);
|
|
@@ -7519,7 +7510,7 @@ class C1 extends f1 {
|
|
|
7519
7510
|
s === void 0 && (s = ":");
|
|
7520
7511
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
7521
7512
|
let l = t.ns || this.options.defaultNS || [];
|
|
7522
|
-
const c = s && e.indexOf(s) > -1, o = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
7513
|
+
const c = s && e.indexOf(s) > -1, o = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !n5(e, s, n);
|
|
7523
7514
|
if (c && !o) {
|
|
7524
7515
|
const d = e.match(this.interpolator.nestingRegexp);
|
|
7525
7516
|
if (d && d.length > 0)
|
|
@@ -7607,22 +7598,22 @@ class C1 extends f1 {
|
|
|
7607
7598
|
});
|
|
7608
7599
|
A && A.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.");
|
|
7609
7600
|
}
|
|
7610
|
-
let
|
|
7601
|
+
let T = [];
|
|
7611
7602
|
const U = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
|
7612
7603
|
if (this.options.saveMissingTo === "fallback" && U && U[0])
|
|
7613
7604
|
for (let A = 0; A < U.length; A++)
|
|
7614
|
-
|
|
7615
|
-
else this.options.saveMissingTo === "all" ?
|
|
7616
|
-
const X = (A,
|
|
7605
|
+
T.push(U[A]);
|
|
7606
|
+
else this.options.saveMissingTo === "all" ? T = this.languageUtils.toResolveHierarchy(t.lng || this.language) : T.push(t.lng || this.language);
|
|
7607
|
+
const X = (A, K, F) => {
|
|
7617
7608
|
const e1 = R && F !== C ? F : j;
|
|
7618
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(A, d,
|
|
7609
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(A, d, K, e1, B, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(A, d, K, e1, B, t), this.emit("missingKey", A, d, K, C);
|
|
7619
7610
|
};
|
|
7620
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && M ?
|
|
7621
|
-
const
|
|
7622
|
-
E && t[`defaultValue${this.options.pluralSeparator}zero`] &&
|
|
7611
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && M ? T.forEach((A) => {
|
|
7612
|
+
const K = this.pluralResolver.getSuffixes(A, t);
|
|
7613
|
+
E && t[`defaultValue${this.options.pluralSeparator}zero`] && K.indexOf(`${this.options.pluralSeparator}zero`) < 0 && K.push(`${this.options.pluralSeparator}zero`), K.forEach((F) => {
|
|
7623
7614
|
X([A], c + F, t[`defaultValue${F}`] || W);
|
|
7624
7615
|
});
|
|
7625
|
-
}) : X(
|
|
7616
|
+
}) : X(T, c, W));
|
|
7626
7617
|
}
|
|
7627
7618
|
C = this.extendTranslation(C, e, t, h, s), m && C === c && this.options.appendNamespaceToMissingKey && (C = `${d}:${c}`), (m || f) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? C = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${d}:${c}` : c, f ? C : void 0) : C = this.options.parseMissingKeyHandler(C));
|
|
7628
7619
|
}
|
|
@@ -7746,7 +7737,7 @@ class C1 extends f1 {
|
|
|
7746
7737
|
const k1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
|
|
7747
7738
|
class B1 {
|
|
7748
7739
|
constructor(e) {
|
|
7749
|
-
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger =
|
|
7740
|
+
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = G.create("languageUtils");
|
|
7750
7741
|
}
|
|
7751
7742
|
getScriptPartFromCode(e) {
|
|
7752
7743
|
if (e = u1(e), !e || e.indexOf("-") < 0) return null;
|
|
@@ -7803,7 +7794,7 @@ class B1 {
|
|
|
7803
7794
|
}), n;
|
|
7804
7795
|
}
|
|
7805
7796
|
}
|
|
7806
|
-
let
|
|
7797
|
+
let r5 = [{
|
|
7807
7798
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
7808
7799
|
nr: [1, 2],
|
|
7809
7800
|
fc: 1
|
|
@@ -7895,7 +7886,7 @@ let s5 = [{
|
|
|
7895
7886
|
lngs: ["he", "iw"],
|
|
7896
7887
|
nr: [1, 2, 20, 21],
|
|
7897
7888
|
fc: 22
|
|
7898
|
-
}],
|
|
7889
|
+
}], o5 = {
|
|
7899
7890
|
1: (i) => +(i > 1),
|
|
7900
7891
|
2: (i) => +(i != 1),
|
|
7901
7892
|
3: (i) => 0,
|
|
@@ -7919,28 +7910,28 @@ let s5 = [{
|
|
|
7919
7910
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
|
7920
7911
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
|
7921
7912
|
};
|
|
7922
|
-
const
|
|
7913
|
+
const l5 = ["v1", "v2", "v3"], a5 = ["v4"], W1 = {
|
|
7923
7914
|
zero: 0,
|
|
7924
7915
|
one: 1,
|
|
7925
7916
|
two: 2,
|
|
7926
7917
|
few: 3,
|
|
7927
7918
|
many: 4,
|
|
7928
7919
|
other: 5
|
|
7929
|
-
},
|
|
7920
|
+
}, h5 = () => {
|
|
7930
7921
|
const i = {};
|
|
7931
|
-
return
|
|
7922
|
+
return r5.forEach((e) => {
|
|
7932
7923
|
e.lngs.forEach((t) => {
|
|
7933
7924
|
i[t] = {
|
|
7934
7925
|
numbers: e.nr,
|
|
7935
|
-
plurals:
|
|
7926
|
+
plurals: o5[e.fc]
|
|
7936
7927
|
};
|
|
7937
7928
|
});
|
|
7938
7929
|
}), i;
|
|
7939
7930
|
};
|
|
7940
|
-
class
|
|
7931
|
+
class c5 {
|
|
7941
7932
|
constructor(e) {
|
|
7942
7933
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7943
|
-
this.languageUtils = e, this.options = t, this.logger =
|
|
7934
|
+
this.languageUtils = e, this.options = t, this.logger = G.create("pluralResolver"), (!this.options.compatibilityJSON || a5.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 = h5(), this.pluralRulesCache = {};
|
|
7944
7935
|
}
|
|
7945
7936
|
addRule(e, t) {
|
|
7946
7937
|
this.rules[e] = t;
|
|
@@ -7994,17 +7985,17 @@ class a5 {
|
|
|
7994
7985
|
return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : l() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? l() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
|
7995
7986
|
}
|
|
7996
7987
|
shouldUseIntlApi() {
|
|
7997
|
-
return !
|
|
7988
|
+
return !l5.includes(this.options.compatibilityJSON);
|
|
7998
7989
|
}
|
|
7999
7990
|
}
|
|
8000
7991
|
const j1 = function(i, e, t) {
|
|
8001
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l =
|
|
7992
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = qi(i, e, t);
|
|
8002
7993
|
return !l && n && typeof t == "string" && (l = x1(i, t, s), l === void 0 && (l = x1(e, t, s))), l;
|
|
8003
7994
|
}, L1 = (i) => i.replace(/\$/g, "$$$$");
|
|
8004
|
-
class
|
|
7995
|
+
class d5 {
|
|
8005
7996
|
constructor() {
|
|
8006
7997
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
8007
|
-
this.logger =
|
|
7998
|
+
this.logger = G.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
8008
7999
|
}
|
|
8009
8000
|
init() {
|
|
8010
8001
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
@@ -8030,7 +8021,7 @@ class h5 {
|
|
|
8030
8021
|
maxReplaces: V,
|
|
8031
8022
|
alwaysFormat: y
|
|
8032
8023
|
} = e.interpolation;
|
|
8033
|
-
this.escape = t !== void 0 ? t :
|
|
8024
|
+
this.escape = t !== void 0 ? t : e5, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = l ? z(l) : c || "{{", this.suffix = o ? z(o) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = a ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = C ? z(C) : p || z("$t("), this.nestingSuffix = w ? z(w) : N || z(")"), this.nestingOptionsSeparator = x || ",", this.maxReplaces = V || 1e3, this.alwaysFormat = y !== void 0 ? y : !1, this.resetRegExp();
|
|
8034
8025
|
}
|
|
8035
8026
|
reset() {
|
|
8036
8027
|
this.options && this.init(this.options);
|
|
@@ -8125,7 +8116,7 @@ class h5 {
|
|
|
8125
8116
|
return e;
|
|
8126
8117
|
}
|
|
8127
8118
|
}
|
|
8128
|
-
const
|
|
8119
|
+
const g5 = (i) => {
|
|
8129
8120
|
let e = i.toLowerCase().trim();
|
|
8130
8121
|
const t = {};
|
|
8131
8122
|
if (i.indexOf("(") > -1) {
|
|
@@ -8156,10 +8147,10 @@ const c5 = (i) => {
|
|
|
8156
8147
|
return o || (o = i(u1(s), n), e[c] = o), o(t);
|
|
8157
8148
|
};
|
|
8158
8149
|
};
|
|
8159
|
-
class
|
|
8150
|
+
class u5 {
|
|
8160
8151
|
constructor() {
|
|
8161
8152
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
8162
|
-
this.logger =
|
|
8153
|
+
this.logger = G.create("formatter"), this.options = e, this.formats = {
|
|
8163
8154
|
number: J((t, s) => {
|
|
8164
8155
|
const n = new Intl.NumberFormat(t, {
|
|
8165
8156
|
...s
|
|
@@ -8216,7 +8207,7 @@ class d5 {
|
|
|
8216
8207
|
const {
|
|
8217
8208
|
formatName: g,
|
|
8218
8209
|
formatOptions: a
|
|
8219
|
-
} =
|
|
8210
|
+
} = g5(d);
|
|
8220
8211
|
if (this.formats[g]) {
|
|
8221
8212
|
let h = o;
|
|
8222
8213
|
try {
|
|
@@ -8236,13 +8227,13 @@ class d5 {
|
|
|
8236
8227
|
}, e);
|
|
8237
8228
|
}
|
|
8238
8229
|
}
|
|
8239
|
-
const
|
|
8230
|
+
const C5 = (i, e) => {
|
|
8240
8231
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
|
8241
8232
|
};
|
|
8242
|
-
class
|
|
8233
|
+
class p5 extends f1 {
|
|
8243
8234
|
constructor(e, t, s) {
|
|
8244
8235
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
8245
|
-
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger =
|
|
8236
|
+
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = G.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, n.backend, n);
|
|
8246
8237
|
}
|
|
8247
8238
|
queueLoad(e, t, s, n) {
|
|
8248
8239
|
const l = {}, c = {}, o = {}, d = {};
|
|
@@ -8272,7 +8263,7 @@ class u5 extends f1 {
|
|
|
8272
8263
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
|
8273
8264
|
const o = {};
|
|
8274
8265
|
this.queue.forEach((d) => {
|
|
8275
|
-
|
|
8266
|
+
Qi(d.loaded, [l], c), C5(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
|
8276
8267
|
o[g] || (o[g] = {});
|
|
8277
8268
|
const a = d.loaded[g];
|
|
8278
8269
|
a.length && a.forEach((h) => {
|
|
@@ -8431,7 +8422,7 @@ const Z1 = () => ({
|
|
|
8431
8422
|
skipOnVariables: !0
|
|
8432
8423
|
}
|
|
8433
8424
|
}), D1 = (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), a1 = () => {
|
|
8434
|
-
},
|
|
8425
|
+
}, f5 = (i) => {
|
|
8435
8426
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
|
8436
8427
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
|
8437
8428
|
});
|
|
@@ -8439,9 +8430,9 @@ const Z1 = () => ({
|
|
|
8439
8430
|
class s1 extends f1 {
|
|
8440
8431
|
constructor() {
|
|
8441
8432
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
8442
|
-
if (super(), this.options = D1(e), this.services = {}, this.logger =
|
|
8433
|
+
if (super(), this.options = D1(e), this.services = {}, this.logger = G, this.modules = {
|
|
8443
8434
|
external: []
|
|
8444
|
-
},
|
|
8435
|
+
}, f5(this), t && !this.isInitialized && !e.isClone) {
|
|
8445
8436
|
if (!this.options.initImmediate)
|
|
8446
8437
|
return this.init(e, t), this;
|
|
8447
8438
|
setTimeout(() => {
|
|
@@ -8464,19 +8455,19 @@ class s1 extends f1 {
|
|
|
8464
8455
|
}), t.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = t.keySeparator), t.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = t.nsSeparator);
|
|
8465
8456
|
const l = (a) => a ? typeof a == "function" ? new a() : a : null;
|
|
8466
8457
|
if (!this.options.isClone) {
|
|
8467
|
-
this.modules.logger ?
|
|
8458
|
+
this.modules.logger ? G.init(l(this.modules.logger), this.options) : G.init(null, this.options);
|
|
8468
8459
|
let a;
|
|
8469
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
8460
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = u5);
|
|
8470
8461
|
const h = new B1(this.options);
|
|
8471
8462
|
this.store = new O1(this.options.resources, this.options);
|
|
8472
8463
|
const C = this.services;
|
|
8473
|
-
C.logger =
|
|
8464
|
+
C.logger = G, C.resourceStore = this.store, C.languageUtils = h, C.pluralResolver = new c5(h, {
|
|
8474
8465
|
prepend: this.options.pluralSeparator,
|
|
8475
8466
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
8476
8467
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
8477
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (C.formatter = l(a), C.formatter.init(C, this.options), this.options.interpolation.format = C.formatter.format.bind(C.formatter)), C.interpolator = new
|
|
8468
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (C.formatter = l(a), C.formatter.init(C, this.options), this.options.interpolation.format = C.formatter.format.bind(C.formatter)), C.interpolator = new d5(this.options), C.utils = {
|
|
8478
8469
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
8479
|
-
}, C.backendConnector = new
|
|
8470
|
+
}, C.backendConnector = new p5(l(this.modules.backend), C.resourceStore, C, this.options), C.backendConnector.on("*", function(p) {
|
|
8480
8471
|
for (var w = arguments.length, N = new Array(w > 1 ? w - 1 : 0), x = 1; x < w; x++)
|
|
8481
8472
|
N[x - 1] = arguments[x];
|
|
8482
8473
|
e.emit(p, ...N);
|
|
@@ -8690,28 +8681,28 @@ S.setDefaultNamespace;
|
|
|
8690
8681
|
S.hasLoadedNamespace;
|
|
8691
8682
|
S.loadNamespaces;
|
|
8692
8683
|
S.loadLanguages;
|
|
8693
|
-
const
|
|
8694
|
-
archived:
|
|
8695
|
-
deleted:
|
|
8696
|
-
},
|
|
8697
|
-
archived:
|
|
8698
|
-
deleted:
|
|
8684
|
+
const w5 = "Archived", m5 = "Deleted", k5 = {
|
|
8685
|
+
archived: w5,
|
|
8686
|
+
deleted: m5
|
|
8687
|
+
}, L5 = "Заархивирован", v5 = "Удалён", N5 = {
|
|
8688
|
+
archived: L5,
|
|
8689
|
+
deleted: v5
|
|
8699
8690
|
};
|
|
8700
|
-
S.use(
|
|
8691
|
+
S.use(Gi).init({
|
|
8701
8692
|
defaultNS: "common",
|
|
8702
8693
|
lng: "en",
|
|
8703
8694
|
resources: {
|
|
8704
8695
|
en: {
|
|
8705
|
-
common:
|
|
8696
|
+
common: k5
|
|
8706
8697
|
},
|
|
8707
8698
|
ru: {
|
|
8708
|
-
common:
|
|
8699
|
+
common: N5
|
|
8709
8700
|
}
|
|
8710
8701
|
}
|
|
8711
8702
|
});
|
|
8712
|
-
const
|
|
8703
|
+
const V5 = r1(
|
|
8713
8704
|
({ fetchParams: i, mode: e = void 0, placeholder: t, disabled: s, value: n, onChange: l, onError: c }, o) => {
|
|
8714
|
-
const { axiosPeople: d, locale: g } = o1(
|
|
8705
|
+
const { axiosPeople: d, locale: g } = o1(he), { t: a } = Yi("common", { lng: g }), [h, C] = I([]), [p, w] = I(!0);
|
|
8715
8706
|
if (!d)
|
|
8716
8707
|
throw new Error(
|
|
8717
8708
|
`UserSelect requires "axiosPeople" to fetch users.
|
|
@@ -8788,7 +8779,7 @@ const b5 = r1(
|
|
|
8788
8779
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
8789
8780
|
[d, N, c]
|
|
8790
8781
|
);
|
|
8791
|
-
|
|
8782
|
+
D(() => {
|
|
8792
8783
|
if (!n) {
|
|
8793
8784
|
w(!1);
|
|
8794
8785
|
return;
|
|
@@ -8818,7 +8809,7 @@ const b5 = r1(
|
|
|
8818
8809
|
[x]
|
|
8819
8810
|
);
|
|
8820
8811
|
if (p)
|
|
8821
|
-
return /* @__PURE__ */ r(
|
|
8812
|
+
return /* @__PURE__ */ r(Vi, {});
|
|
8822
8813
|
const H = {
|
|
8823
8814
|
ref: o,
|
|
8824
8815
|
placeholder: t,
|
|
@@ -8850,5 +8841,5 @@ const b5 = r1(
|
|
|
8850
8841
|
}
|
|
8851
8842
|
);
|
|
8852
8843
|
export {
|
|
8853
|
-
|
|
8844
|
+
V5 as UserSelect
|
|
8854
8845
|
};
|