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