@snmt-react-ui/user-select 2.5.5 → 2.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/user-select.js +901 -900
- package/package.json +4 -4
package/dist/user-select.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
var le = Object.defineProperty;
|
|
2
|
+
var ae = (i, e, t) => e in i ? le(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
|
+
var y1 = (i, e, t) => ae(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
|
5
|
-
import { jsx as r, Fragment as
|
|
6
|
-
import { createContext as r1, forwardRef as o1, useState as
|
|
7
|
-
import { Select as
|
|
8
|
-
import { SNMTUiContext as
|
|
5
|
+
import { jsx as r, Fragment as e1, jsxs as C } from "react/jsx-runtime";
|
|
6
|
+
import { createContext as r1, forwardRef as o1, useState as B, useRef as l1, useEffect as K, useCallback as D, useImperativeHandle as he, useContext as a1 } from "react";
|
|
7
|
+
import { Select as ce, Flex as de, Avatar as ge, Checkbox as Ce, Typography as P1, Tag as $1, Popover as ue } from "antd";
|
|
8
|
+
import { SNMTUiContext as pe } from "@snmt-react-ui/core";
|
|
9
9
|
const d1 = ({
|
|
10
10
|
children: i,
|
|
11
11
|
direction: e = "row",
|
|
@@ -16,7 +16,7 @@ const d1 = ({
|
|
|
16
16
|
gap: c,
|
|
17
17
|
padding: o
|
|
18
18
|
}) => /* @__PURE__ */ r(
|
|
19
|
-
|
|
19
|
+
de,
|
|
20
20
|
{
|
|
21
21
|
className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
|
|
22
22
|
vertical: e === "column",
|
|
@@ -28,10 +28,10 @@ const d1 = ({
|
|
|
28
28
|
style: { padding: o },
|
|
29
29
|
children: i
|
|
30
30
|
}
|
|
31
|
-
),
|
|
31
|
+
), fe = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
|
|
32
32
|
const n = typeof s.src == "string";
|
|
33
33
|
return /* @__PURE__ */ r(
|
|
34
|
-
|
|
34
|
+
ge,
|
|
35
35
|
{
|
|
36
36
|
className: `snmt-avatar ${n ? "image" : ""}`,
|
|
37
37
|
shape: i,
|
|
@@ -42,13 +42,13 @@ const d1 = ({
|
|
|
42
42
|
}
|
|
43
43
|
);
|
|
44
44
|
};
|
|
45
|
-
var
|
|
46
|
-
const
|
|
45
|
+
var X = /* @__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))(X || {});
|
|
46
|
+
const F1 = r1({
|
|
47
47
|
locale: "en",
|
|
48
48
|
theme: "light"
|
|
49
49
|
});
|
|
50
|
-
|
|
51
|
-
const
|
|
50
|
+
F1.Provider;
|
|
51
|
+
const we = ({
|
|
52
52
|
checked: i = !0,
|
|
53
53
|
indeterminate: e = !1,
|
|
54
54
|
children: t,
|
|
@@ -56,13 +56,13 @@ const fe = ({
|
|
|
56
56
|
disabled: n = !1,
|
|
57
57
|
disableUncheck: l = !1
|
|
58
58
|
}) => {
|
|
59
|
-
const [c, o] =
|
|
60
|
-
|
|
59
|
+
const [c, o] = B(i), [d, g] = B(e);
|
|
60
|
+
K(() => {
|
|
61
61
|
o(i), g(e);
|
|
62
62
|
}, [i, e]);
|
|
63
|
-
const { theme: a } = a1(
|
|
63
|
+
const { theme: a } = a1(F1);
|
|
64
64
|
return /* @__PURE__ */ r(
|
|
65
|
-
|
|
65
|
+
Ce,
|
|
66
66
|
{
|
|
67
67
|
className: `snmt-checkbox snmt-checkbox-${a}`,
|
|
68
68
|
checked: c,
|
|
@@ -75,13 +75,13 @@ const fe = ({
|
|
|
75
75
|
}
|
|
76
76
|
);
|
|
77
77
|
};
|
|
78
|
-
var
|
|
79
|
-
const
|
|
78
|
+
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 || {});
|
|
79
|
+
const Y1 = r1({
|
|
80
80
|
locale: "en",
|
|
81
81
|
theme: "light"
|
|
82
82
|
});
|
|
83
|
-
|
|
84
|
-
const
|
|
83
|
+
Y1.Provider;
|
|
84
|
+
const me = ({
|
|
85
85
|
width: i = 20,
|
|
86
86
|
height: e = 20,
|
|
87
87
|
color: t = "#001E52",
|
|
@@ -108,7 +108,7 @@ const we = ({
|
|
|
108
108
|
}
|
|
109
109
|
)
|
|
110
110
|
}
|
|
111
|
-
),
|
|
111
|
+
), ke = ({
|
|
112
112
|
width: i = 20,
|
|
113
113
|
height: e = 20,
|
|
114
114
|
color: t = "#001E52",
|
|
@@ -135,7 +135,7 @@ const we = ({
|
|
|
135
135
|
}
|
|
136
136
|
)
|
|
137
137
|
}
|
|
138
|
-
),
|
|
138
|
+
), Le = ({
|
|
139
139
|
width: i = 16,
|
|
140
140
|
height: e = 16,
|
|
141
141
|
color: t = "#001E52",
|
|
@@ -163,7 +163,7 @@ const we = ({
|
|
|
163
163
|
)
|
|
164
164
|
]
|
|
165
165
|
}
|
|
166
|
-
),
|
|
166
|
+
), ve = ({
|
|
167
167
|
width: i = 20,
|
|
168
168
|
height: e = 20,
|
|
169
169
|
color: t = "#001E52",
|
|
@@ -198,7 +198,7 @@ const we = ({
|
|
|
198
198
|
)
|
|
199
199
|
]
|
|
200
200
|
}
|
|
201
|
-
),
|
|
201
|
+
), Ne = ({
|
|
202
202
|
width: i = 18,
|
|
203
203
|
height: e = 18,
|
|
204
204
|
color: t = "#001E52",
|
|
@@ -237,7 +237,7 @@ const we = ({
|
|
|
237
237
|
)
|
|
238
238
|
]
|
|
239
239
|
}
|
|
240
|
-
),
|
|
240
|
+
), xe = ({
|
|
241
241
|
width: i = 20,
|
|
242
242
|
height: e = 20,
|
|
243
243
|
color: t = "#001E52",
|
|
@@ -263,7 +263,7 @@ const we = ({
|
|
|
263
263
|
}
|
|
264
264
|
)
|
|
265
265
|
}
|
|
266
|
-
),
|
|
266
|
+
), Re = ({
|
|
267
267
|
width: i = 20,
|
|
268
268
|
height: e = 20,
|
|
269
269
|
color: t = "#001E52",
|
|
@@ -284,7 +284,7 @@ const we = ({
|
|
|
284
284
|
/* @__PURE__ */ r("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
285
285
|
]
|
|
286
286
|
}
|
|
287
|
-
),
|
|
287
|
+
), Me = ({
|
|
288
288
|
width: i = 20,
|
|
289
289
|
height: e = 20,
|
|
290
290
|
color: t = "#001E52",
|
|
@@ -316,7 +316,7 @@ const we = ({
|
|
|
316
316
|
)
|
|
317
317
|
]
|
|
318
318
|
}
|
|
319
|
-
),
|
|
319
|
+
), ye = ({
|
|
320
320
|
width: i = 20,
|
|
321
321
|
height: e = 20,
|
|
322
322
|
color: t = "#001E52",
|
|
@@ -370,7 +370,7 @@ const we = ({
|
|
|
370
370
|
)
|
|
371
371
|
]
|
|
372
372
|
}
|
|
373
|
-
),
|
|
373
|
+
), be = ({
|
|
374
374
|
width: i = 20,
|
|
375
375
|
height: e = 20,
|
|
376
376
|
color: t = "#001E52",
|
|
@@ -409,7 +409,7 @@ const we = ({
|
|
|
409
409
|
/* @__PURE__ */ r("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
|
410
410
|
]
|
|
411
411
|
}
|
|
412
|
-
),
|
|
412
|
+
), Ee = ({
|
|
413
413
|
width: i = 16,
|
|
414
414
|
height: e = 12,
|
|
415
415
|
color: t = "#001E52",
|
|
@@ -458,7 +458,7 @@ const we = ({
|
|
|
458
458
|
)
|
|
459
459
|
] })
|
|
460
460
|
}
|
|
461
|
-
),
|
|
461
|
+
), He = ({
|
|
462
462
|
width: i = 16,
|
|
463
463
|
height: e = 16,
|
|
464
464
|
color: t = "#001E52",
|
|
@@ -492,7 +492,7 @@ const we = ({
|
|
|
492
492
|
)
|
|
493
493
|
]
|
|
494
494
|
}
|
|
495
|
-
),
|
|
495
|
+
), Ve = ({
|
|
496
496
|
width: i = 10,
|
|
497
497
|
height: e = 10,
|
|
498
498
|
color: t = "#001E52",
|
|
@@ -531,7 +531,7 @@ const we = ({
|
|
|
531
531
|
)
|
|
532
532
|
] })
|
|
533
533
|
}
|
|
534
|
-
),
|
|
534
|
+
), _e = ({
|
|
535
535
|
width: i = 16,
|
|
536
536
|
height: e = 16,
|
|
537
537
|
color: t = "#001E52",
|
|
@@ -567,7 +567,7 @@ const we = ({
|
|
|
567
567
|
)
|
|
568
568
|
]
|
|
569
569
|
}
|
|
570
|
-
),
|
|
570
|
+
), Ie = ({
|
|
571
571
|
width: i = 11,
|
|
572
572
|
height: e = 32,
|
|
573
573
|
color: t = "#001E52",
|
|
@@ -605,7 +605,7 @@ const we = ({
|
|
|
605
605
|
/* @__PURE__ */ r("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
|
606
606
|
]
|
|
607
607
|
}
|
|
608
|
-
),
|
|
608
|
+
), Oe = ({
|
|
609
609
|
width: i = 20,
|
|
610
610
|
height: e = 20,
|
|
611
611
|
color: t = "#001E52",
|
|
@@ -652,7 +652,7 @@ const we = ({
|
|
|
652
652
|
)
|
|
653
653
|
]
|
|
654
654
|
}
|
|
655
|
-
),
|
|
655
|
+
), Se = ({
|
|
656
656
|
width: i = 20,
|
|
657
657
|
height: e = 20,
|
|
658
658
|
color: t = "#001E52",
|
|
@@ -685,7 +685,7 @@ const we = ({
|
|
|
685
685
|
)
|
|
686
686
|
]
|
|
687
687
|
}
|
|
688
|
-
),
|
|
688
|
+
), Ae = ({
|
|
689
689
|
width: i = 20,
|
|
690
690
|
height: e = 20,
|
|
691
691
|
color: t = "#001E52",
|
|
@@ -732,7 +732,7 @@ const we = ({
|
|
|
732
732
|
)
|
|
733
733
|
]
|
|
734
734
|
}
|
|
735
|
-
),
|
|
735
|
+
), Be = ({
|
|
736
736
|
width: i = 20,
|
|
737
737
|
height: e = 20,
|
|
738
738
|
color: t = "#001E52",
|
|
@@ -765,7 +765,7 @@ const we = ({
|
|
|
765
765
|
)
|
|
766
766
|
]
|
|
767
767
|
}
|
|
768
|
-
),
|
|
768
|
+
), Ze = ({
|
|
769
769
|
width: i = 18,
|
|
770
770
|
height: e = 16,
|
|
771
771
|
color: t = "#001E52",
|
|
@@ -804,7 +804,7 @@ const we = ({
|
|
|
804
804
|
)
|
|
805
805
|
]
|
|
806
806
|
}
|
|
807
|
-
),
|
|
807
|
+
), We = ({
|
|
808
808
|
width: i = 20,
|
|
809
809
|
height: e = 20,
|
|
810
810
|
color: t = "#001E52",
|
|
@@ -837,7 +837,7 @@ const we = ({
|
|
|
837
837
|
)
|
|
838
838
|
]
|
|
839
839
|
}
|
|
840
|
-
),
|
|
840
|
+
), je = ({
|
|
841
841
|
width: i = 20,
|
|
842
842
|
height: e = 20,
|
|
843
843
|
color: t = "#001E52",
|
|
@@ -861,7 +861,7 @@ const we = ({
|
|
|
861
861
|
}
|
|
862
862
|
)
|
|
863
863
|
}
|
|
864
|
-
),
|
|
864
|
+
), De = ({
|
|
865
865
|
width: i = 20,
|
|
866
866
|
height: e = 20,
|
|
867
867
|
color: t = "#001E52",
|
|
@@ -908,7 +908,7 @@ const we = ({
|
|
|
908
908
|
)
|
|
909
909
|
]
|
|
910
910
|
}
|
|
911
|
-
),
|
|
911
|
+
), Te = ({
|
|
912
912
|
width: i = 20,
|
|
913
913
|
height: e = 20,
|
|
914
914
|
color: t = "#001E52",
|
|
@@ -941,7 +941,7 @@ const we = ({
|
|
|
941
941
|
)
|
|
942
942
|
]
|
|
943
943
|
}
|
|
944
|
-
),
|
|
944
|
+
), Ge = ({
|
|
945
945
|
width: i = 20,
|
|
946
946
|
height: e = 20,
|
|
947
947
|
color: t = "#001E52",
|
|
@@ -974,7 +974,7 @@ const we = ({
|
|
|
974
974
|
)
|
|
975
975
|
]
|
|
976
976
|
}
|
|
977
|
-
),
|
|
977
|
+
), Ke = ({
|
|
978
978
|
width: i = 20,
|
|
979
979
|
height: e = 23,
|
|
980
980
|
color: t = "#001E52",
|
|
@@ -1035,7 +1035,7 @@ const we = ({
|
|
|
1035
1035
|
)
|
|
1036
1036
|
]
|
|
1037
1037
|
}
|
|
1038
|
-
),
|
|
1038
|
+
), Pe = ({
|
|
1039
1039
|
width: i = 20,
|
|
1040
1040
|
height: e = 20,
|
|
1041
1041
|
color: t = "#001E52",
|
|
@@ -1075,7 +1075,7 @@ const we = ({
|
|
|
1075
1075
|
)
|
|
1076
1076
|
]
|
|
1077
1077
|
}
|
|
1078
|
-
),
|
|
1078
|
+
), $e = ({
|
|
1079
1079
|
width: i = 32,
|
|
1080
1080
|
height: e = 25,
|
|
1081
1081
|
color: t = "#001E52",
|
|
@@ -1103,7 +1103,7 @@ const we = ({
|
|
|
1103
1103
|
)
|
|
1104
1104
|
]
|
|
1105
1105
|
}
|
|
1106
|
-
),
|
|
1106
|
+
), Fe = ({
|
|
1107
1107
|
width: i = 14,
|
|
1108
1108
|
height: e = 14,
|
|
1109
1109
|
color: t = "#10B981",
|
|
@@ -1132,7 +1132,7 @@ const we = ({
|
|
|
1132
1132
|
)
|
|
1133
1133
|
]
|
|
1134
1134
|
}
|
|
1135
|
-
),
|
|
1135
|
+
), Ye = ({
|
|
1136
1136
|
width: i = 11,
|
|
1137
1137
|
height: e = 11,
|
|
1138
1138
|
color: t = "#FFB020",
|
|
@@ -1166,7 +1166,7 @@ const we = ({
|
|
|
1166
1166
|
)
|
|
1167
1167
|
]
|
|
1168
1168
|
}
|
|
1169
|
-
),
|
|
1169
|
+
), Ue = ({
|
|
1170
1170
|
width: i = 10,
|
|
1171
1171
|
height: e = 10,
|
|
1172
1172
|
color: t = "#88A4FF",
|
|
@@ -1214,7 +1214,7 @@ const we = ({
|
|
|
1214
1214
|
)
|
|
1215
1215
|
]
|
|
1216
1216
|
}
|
|
1217
|
-
),
|
|
1217
|
+
), ze = ({
|
|
1218
1218
|
width: i = 14,
|
|
1219
1219
|
height: e = 14,
|
|
1220
1220
|
color: t = "#8E8E93",
|
|
@@ -1242,7 +1242,7 @@ const we = ({
|
|
|
1242
1242
|
)
|
|
1243
1243
|
]
|
|
1244
1244
|
}
|
|
1245
|
-
),
|
|
1245
|
+
), Je = ({
|
|
1246
1246
|
width: i = 14,
|
|
1247
1247
|
height: e = 14,
|
|
1248
1248
|
color: t = "#FFB020",
|
|
@@ -1276,7 +1276,7 @@ const we = ({
|
|
|
1276
1276
|
)
|
|
1277
1277
|
]
|
|
1278
1278
|
}
|
|
1279
|
-
),
|
|
1279
|
+
), Qe = ({
|
|
1280
1280
|
width: i = 14,
|
|
1281
1281
|
height: e = 14,
|
|
1282
1282
|
color: t = "#D0421B",
|
|
@@ -1324,7 +1324,7 @@ const we = ({
|
|
|
1324
1324
|
)
|
|
1325
1325
|
]
|
|
1326
1326
|
}
|
|
1327
|
-
),
|
|
1327
|
+
), qe = ({
|
|
1328
1328
|
width: i = 20,
|
|
1329
1329
|
height: e = 20,
|
|
1330
1330
|
color: t = "#070739",
|
|
@@ -1354,7 +1354,7 @@ const we = ({
|
|
|
1354
1354
|
/* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
1355
1355
|
]
|
|
1356
1356
|
}
|
|
1357
|
-
),
|
|
1357
|
+
), Xe = ({
|
|
1358
1358
|
width: i = 20,
|
|
1359
1359
|
height: e = 20,
|
|
1360
1360
|
color: t = "#070739",
|
|
@@ -1392,7 +1392,7 @@ const we = ({
|
|
|
1392
1392
|
)
|
|
1393
1393
|
]
|
|
1394
1394
|
}
|
|
1395
|
-
),
|
|
1395
|
+
), et = ({
|
|
1396
1396
|
width: i = 9,
|
|
1397
1397
|
height: e = 5,
|
|
1398
1398
|
color: t = "#001E52",
|
|
@@ -1418,7 +1418,7 @@ const we = ({
|
|
|
1418
1418
|
}
|
|
1419
1419
|
)
|
|
1420
1420
|
}
|
|
1421
|
-
),
|
|
1421
|
+
), tt = ({
|
|
1422
1422
|
width: i = 20,
|
|
1423
1423
|
height: e = 20,
|
|
1424
1424
|
color: t = "#F2F2F7",
|
|
@@ -1447,7 +1447,7 @@ const we = ({
|
|
|
1447
1447
|
)
|
|
1448
1448
|
]
|
|
1449
1449
|
}
|
|
1450
|
-
),
|
|
1450
|
+
), it = ({
|
|
1451
1451
|
width: i = 20,
|
|
1452
1452
|
height: e = 20,
|
|
1453
1453
|
color: t = "#004ED7",
|
|
@@ -1476,7 +1476,7 @@ const we = ({
|
|
|
1476
1476
|
)
|
|
1477
1477
|
]
|
|
1478
1478
|
}
|
|
1479
|
-
),
|
|
1479
|
+
), st = ({
|
|
1480
1480
|
width: i = 248,
|
|
1481
1481
|
height: e = 248,
|
|
1482
1482
|
color: t = "#070739",
|
|
@@ -1513,7 +1513,7 @@ const we = ({
|
|
|
1513
1513
|
)
|
|
1514
1514
|
]
|
|
1515
1515
|
}
|
|
1516
|
-
),
|
|
1516
|
+
), nt = ({
|
|
1517
1517
|
width: i = 24,
|
|
1518
1518
|
height: e = 24,
|
|
1519
1519
|
color: t = "#001E52",
|
|
@@ -1552,7 +1552,7 @@ const we = ({
|
|
|
1552
1552
|
)
|
|
1553
1553
|
]
|
|
1554
1554
|
}
|
|
1555
|
-
),
|
|
1555
|
+
), rt = ({
|
|
1556
1556
|
width: i = 10,
|
|
1557
1557
|
height: e = 10,
|
|
1558
1558
|
color: t = "#001E52",
|
|
@@ -1581,7 +1581,7 @@ const we = ({
|
|
|
1581
1581
|
)
|
|
1582
1582
|
]
|
|
1583
1583
|
}
|
|
1584
|
-
),
|
|
1584
|
+
), ot = ({
|
|
1585
1585
|
width: i = 10,
|
|
1586
1586
|
height: e = 10,
|
|
1587
1587
|
color: t = "#001E52",
|
|
@@ -1618,10 +1618,10 @@ const we = ({
|
|
|
1618
1618
|
)
|
|
1619
1619
|
]
|
|
1620
1620
|
}
|
|
1621
|
-
),
|
|
1621
|
+
), lt = ({
|
|
1622
1622
|
width: i = 24,
|
|
1623
1623
|
height: e = 24,
|
|
1624
|
-
color: t =
|
|
1624
|
+
color: t = L.GREY_DARK_5,
|
|
1625
1625
|
className: s,
|
|
1626
1626
|
onClick: n
|
|
1627
1627
|
}) => /* @__PURE__ */ C(
|
|
@@ -1657,10 +1657,10 @@ const we = ({
|
|
|
1657
1657
|
)
|
|
1658
1658
|
]
|
|
1659
1659
|
}
|
|
1660
|
-
),
|
|
1660
|
+
), at = ({
|
|
1661
1661
|
width: i = 20,
|
|
1662
1662
|
height: e = 20,
|
|
1663
|
-
color: t =
|
|
1663
|
+
color: t = L.GREY_DARK_1,
|
|
1664
1664
|
className: s,
|
|
1665
1665
|
onClick: n
|
|
1666
1666
|
}) => /* @__PURE__ */ C(
|
|
@@ -1690,10 +1690,10 @@ const we = ({
|
|
|
1690
1690
|
)
|
|
1691
1691
|
]
|
|
1692
1692
|
}
|
|
1693
|
-
),
|
|
1693
|
+
), ht = ({
|
|
1694
1694
|
width: i = 81,
|
|
1695
1695
|
height: e = 80,
|
|
1696
|
-
color: t =
|
|
1696
|
+
color: t = L.GREY_DARK_5,
|
|
1697
1697
|
className: s,
|
|
1698
1698
|
onClick: n
|
|
1699
1699
|
}) => /* @__PURE__ */ C(
|
|
@@ -1739,9 +1739,9 @@ const we = ({
|
|
|
1739
1739
|
)
|
|
1740
1740
|
]
|
|
1741
1741
|
}
|
|
1742
|
-
),
|
|
1742
|
+
), ct = ({
|
|
1743
1743
|
className: i,
|
|
1744
|
-
color: e =
|
|
1744
|
+
color: e = L.GREY_DARK_5,
|
|
1745
1745
|
height: t = 20,
|
|
1746
1746
|
width: s = 20,
|
|
1747
1747
|
onClick: n
|
|
@@ -1766,9 +1766,9 @@ const we = ({
|
|
|
1766
1766
|
}
|
|
1767
1767
|
)
|
|
1768
1768
|
}
|
|
1769
|
-
),
|
|
1769
|
+
), dt = ({
|
|
1770
1770
|
className: i,
|
|
1771
|
-
color: e =
|
|
1771
|
+
color: e = L.GREY_DARK_5,
|
|
1772
1772
|
height: t = 20,
|
|
1773
1773
|
width: s = 20,
|
|
1774
1774
|
onClick: n
|
|
@@ -1793,9 +1793,9 @@ const we = ({
|
|
|
1793
1793
|
}
|
|
1794
1794
|
)
|
|
1795
1795
|
}
|
|
1796
|
-
),
|
|
1796
|
+
), gt = ({
|
|
1797
1797
|
className: i,
|
|
1798
|
-
color: e =
|
|
1798
|
+
color: e = L.GREY_DARK_5,
|
|
1799
1799
|
height: t = 5,
|
|
1800
1800
|
width: s = 10,
|
|
1801
1801
|
onClick: n
|
|
@@ -1817,9 +1817,9 @@ const we = ({
|
|
|
1817
1817
|
}
|
|
1818
1818
|
)
|
|
1819
1819
|
}
|
|
1820
|
-
),
|
|
1820
|
+
), Ct = ({
|
|
1821
1821
|
className: i,
|
|
1822
|
-
color: e =
|
|
1822
|
+
color: e = L.GREY_DARK_5,
|
|
1823
1823
|
height: t = 5,
|
|
1824
1824
|
width: s = 10,
|
|
1825
1825
|
onClick: n
|
|
@@ -1842,9 +1842,9 @@ const we = ({
|
|
|
1842
1842
|
}
|
|
1843
1843
|
)
|
|
1844
1844
|
}
|
|
1845
|
-
),
|
|
1845
|
+
), ut = ({
|
|
1846
1846
|
className: i,
|
|
1847
|
-
color: e =
|
|
1847
|
+
color: e = L.GREY_DARK_5,
|
|
1848
1848
|
height: t = 24,
|
|
1849
1849
|
width: s = 24,
|
|
1850
1850
|
onClick: n
|
|
@@ -1881,9 +1881,9 @@ const we = ({
|
|
|
1881
1881
|
)
|
|
1882
1882
|
]
|
|
1883
1883
|
}
|
|
1884
|
-
),
|
|
1884
|
+
), pt = ({
|
|
1885
1885
|
className: i,
|
|
1886
|
-
color: e =
|
|
1886
|
+
color: e = L.GREY_DARK_5,
|
|
1887
1887
|
height: t = 24,
|
|
1888
1888
|
width: s = 24,
|
|
1889
1889
|
onClick: n
|
|
@@ -1920,9 +1920,9 @@ const we = ({
|
|
|
1920
1920
|
)
|
|
1921
1921
|
]
|
|
1922
1922
|
}
|
|
1923
|
-
),
|
|
1923
|
+
), ft = ({
|
|
1924
1924
|
className: i,
|
|
1925
|
-
color: e =
|
|
1925
|
+
color: e = L.GREY_DARK_5,
|
|
1926
1926
|
height: t = 24,
|
|
1927
1927
|
width: s = 24,
|
|
1928
1928
|
onClick: n
|
|
@@ -1947,9 +1947,9 @@ const we = ({
|
|
|
1947
1947
|
}
|
|
1948
1948
|
)
|
|
1949
1949
|
}
|
|
1950
|
-
),
|
|
1950
|
+
), wt = ({
|
|
1951
1951
|
className: i,
|
|
1952
|
-
color: e =
|
|
1952
|
+
color: e = L.GREY_DARK_5,
|
|
1953
1953
|
height: t = 24,
|
|
1954
1954
|
width: s = 24,
|
|
1955
1955
|
onClick: n
|
|
@@ -2006,9 +2006,9 @@ const we = ({
|
|
|
2006
2006
|
)
|
|
2007
2007
|
]
|
|
2008
2008
|
}
|
|
2009
|
-
),
|
|
2009
|
+
), mt = ({
|
|
2010
2010
|
className: i,
|
|
2011
|
-
color: e =
|
|
2011
|
+
color: e = L.GREY_DARK_5,
|
|
2012
2012
|
height: t = 24,
|
|
2013
2013
|
width: s = 24,
|
|
2014
2014
|
onClick: n
|
|
@@ -2043,9 +2043,9 @@ const we = ({
|
|
|
2043
2043
|
)
|
|
2044
2044
|
]
|
|
2045
2045
|
}
|
|
2046
|
-
),
|
|
2046
|
+
), kt = ({
|
|
2047
2047
|
className: i,
|
|
2048
|
-
color: e =
|
|
2048
|
+
color: e = L.GREY_DARK_3,
|
|
2049
2049
|
height: t = 14,
|
|
2050
2050
|
width: s = 14,
|
|
2051
2051
|
onClick: n
|
|
@@ -2080,9 +2080,9 @@ const we = ({
|
|
|
2080
2080
|
)
|
|
2081
2081
|
]
|
|
2082
2082
|
}
|
|
2083
|
-
),
|
|
2083
|
+
), Lt = ({
|
|
2084
2084
|
className: i,
|
|
2085
|
-
color: e =
|
|
2085
|
+
color: e = L.GREY_DARK_5,
|
|
2086
2086
|
height: t = 18,
|
|
2087
2087
|
onClick: s,
|
|
2088
2088
|
width: n = 18
|
|
@@ -2107,9 +2107,9 @@ const we = ({
|
|
|
2107
2107
|
}
|
|
2108
2108
|
)
|
|
2109
2109
|
}
|
|
2110
|
-
),
|
|
2110
|
+
), vt = ({
|
|
2111
2111
|
className: i,
|
|
2112
|
-
color: e =
|
|
2112
|
+
color: e = L.GREY_DARK_5,
|
|
2113
2113
|
height: t = 24,
|
|
2114
2114
|
width: s = 24,
|
|
2115
2115
|
onClick: n
|
|
@@ -2159,9 +2159,9 @@ const we = ({
|
|
|
2159
2159
|
)
|
|
2160
2160
|
]
|
|
2161
2161
|
}
|
|
2162
|
-
),
|
|
2162
|
+
), Nt = ({
|
|
2163
2163
|
className: i,
|
|
2164
|
-
color: e =
|
|
2164
|
+
color: e = L.GREY_DARK_5,
|
|
2165
2165
|
height: t = 24,
|
|
2166
2166
|
width: s = 24,
|
|
2167
2167
|
onClick: n
|
|
@@ -2196,9 +2196,9 @@ const we = ({
|
|
|
2196
2196
|
)
|
|
2197
2197
|
]
|
|
2198
2198
|
}
|
|
2199
|
-
),
|
|
2199
|
+
), xt = ({
|
|
2200
2200
|
className: i,
|
|
2201
|
-
color: e =
|
|
2201
|
+
color: e = L.NOTIFICATION_WARNING_DARK,
|
|
2202
2202
|
height: t = 37,
|
|
2203
2203
|
width: s = 36,
|
|
2204
2204
|
onClick: n
|
|
@@ -2235,9 +2235,9 @@ const we = ({
|
|
|
2235
2235
|
)
|
|
2236
2236
|
]
|
|
2237
2237
|
}
|
|
2238
|
-
),
|
|
2238
|
+
), Rt = ({
|
|
2239
2239
|
className: i,
|
|
2240
|
-
color: e =
|
|
2240
|
+
color: e = L.GREY_DARK_5,
|
|
2241
2241
|
height: t = 24,
|
|
2242
2242
|
width: s = 24,
|
|
2243
2243
|
onClick: n
|
|
@@ -2261,9 +2261,9 @@ const we = ({
|
|
|
2261
2261
|
}
|
|
2262
2262
|
)
|
|
2263
2263
|
}
|
|
2264
|
-
),
|
|
2264
|
+
), Mt = ({
|
|
2265
2265
|
className: i,
|
|
2266
|
-
color: e =
|
|
2266
|
+
color: e = L.GREY_DARK_5,
|
|
2267
2267
|
height: t = 24,
|
|
2268
2268
|
width: s = 24,
|
|
2269
2269
|
onClick: n
|
|
@@ -2300,9 +2300,9 @@ const we = ({
|
|
|
2300
2300
|
)
|
|
2301
2301
|
]
|
|
2302
2302
|
}
|
|
2303
|
-
),
|
|
2303
|
+
), yt = ({
|
|
2304
2304
|
className: i,
|
|
2305
|
-
color: e =
|
|
2305
|
+
color: e = L.GREY_DARK_5,
|
|
2306
2306
|
height: t = 24,
|
|
2307
2307
|
width: s = 24,
|
|
2308
2308
|
onClick: n
|
|
@@ -2339,9 +2339,9 @@ const we = ({
|
|
|
2339
2339
|
)
|
|
2340
2340
|
]
|
|
2341
2341
|
}
|
|
2342
|
-
),
|
|
2342
|
+
), bt = ({
|
|
2343
2343
|
className: i,
|
|
2344
|
-
color: e =
|
|
2344
|
+
color: e = L.GREY_DARK_5,
|
|
2345
2345
|
height: t = 24,
|
|
2346
2346
|
width: s = 24,
|
|
2347
2347
|
onClick: n
|
|
@@ -2408,9 +2408,9 @@ const we = ({
|
|
|
2408
2408
|
)
|
|
2409
2409
|
]
|
|
2410
2410
|
}
|
|
2411
|
-
),
|
|
2411
|
+
), Et = ({
|
|
2412
2412
|
className: i,
|
|
2413
|
-
color: e =
|
|
2413
|
+
color: e = L.GREY_DARK_5,
|
|
2414
2414
|
height: t = 24,
|
|
2415
2415
|
width: s = 24,
|
|
2416
2416
|
onClick: n
|
|
@@ -2447,9 +2447,9 @@ const we = ({
|
|
|
2447
2447
|
)
|
|
2448
2448
|
]
|
|
2449
2449
|
}
|
|
2450
|
-
),
|
|
2450
|
+
), Ht = ({
|
|
2451
2451
|
className: i,
|
|
2452
|
-
color: e =
|
|
2452
|
+
color: e = L.GREY_DARK_5,
|
|
2453
2453
|
height: t = 24,
|
|
2454
2454
|
width: s = 24,
|
|
2455
2455
|
onClick: n
|
|
@@ -2504,9 +2504,9 @@ const we = ({
|
|
|
2504
2504
|
)
|
|
2505
2505
|
]
|
|
2506
2506
|
}
|
|
2507
|
-
),
|
|
2507
|
+
), Vt = ({
|
|
2508
2508
|
className: i,
|
|
2509
|
-
color: e =
|
|
2509
|
+
color: e = L.GREY_DARK_5,
|
|
2510
2510
|
height: t = 24,
|
|
2511
2511
|
width: s = 24,
|
|
2512
2512
|
onClick: n
|
|
@@ -2543,9 +2543,9 @@ const we = ({
|
|
|
2543
2543
|
)
|
|
2544
2544
|
]
|
|
2545
2545
|
}
|
|
2546
|
-
),
|
|
2546
|
+
), _t = ({
|
|
2547
2547
|
className: i,
|
|
2548
|
-
color: e =
|
|
2548
|
+
color: e = L.GREY_DARK_5,
|
|
2549
2549
|
height: t = 24,
|
|
2550
2550
|
width: s = 24,
|
|
2551
2551
|
onClick: n
|
|
@@ -2592,9 +2592,9 @@ const we = ({
|
|
|
2592
2592
|
)
|
|
2593
2593
|
]
|
|
2594
2594
|
}
|
|
2595
|
-
),
|
|
2595
|
+
), It = ({
|
|
2596
2596
|
className: i,
|
|
2597
|
-
color: e =
|
|
2597
|
+
color: e = L.GREY_DARK_5,
|
|
2598
2598
|
height: t = 24,
|
|
2599
2599
|
width: s = 24,
|
|
2600
2600
|
onClick: n
|
|
@@ -2631,9 +2631,9 @@ const we = ({
|
|
|
2631
2631
|
)
|
|
2632
2632
|
]
|
|
2633
2633
|
}
|
|
2634
|
-
),
|
|
2634
|
+
), Ot = ({
|
|
2635
2635
|
className: i,
|
|
2636
|
-
color: e =
|
|
2636
|
+
color: e = L.GREY_DARK_5,
|
|
2637
2637
|
height: t = 24,
|
|
2638
2638
|
width: s = 24,
|
|
2639
2639
|
onClick: n
|
|
@@ -2658,9 +2658,9 @@ const we = ({
|
|
|
2658
2658
|
}
|
|
2659
2659
|
)
|
|
2660
2660
|
}
|
|
2661
|
-
),
|
|
2661
|
+
), St = ({
|
|
2662
2662
|
className: i,
|
|
2663
|
-
color: e =
|
|
2663
|
+
color: e = L.GREY_DARK_5,
|
|
2664
2664
|
height: t = 24,
|
|
2665
2665
|
width: s = 24,
|
|
2666
2666
|
onClick: n
|
|
@@ -2696,9 +2696,9 @@ const we = ({
|
|
|
2696
2696
|
)
|
|
2697
2697
|
]
|
|
2698
2698
|
}
|
|
2699
|
-
),
|
|
2699
|
+
), At = ({
|
|
2700
2700
|
className: i,
|
|
2701
|
-
color: e =
|
|
2701
|
+
color: e = L.GREY_DARK_5,
|
|
2702
2702
|
height: t = 24,
|
|
2703
2703
|
width: s = 24,
|
|
2704
2704
|
onClick: n
|
|
@@ -2717,9 +2717,9 @@ const we = ({
|
|
|
2717
2717
|
/* @__PURE__ */ r("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
2718
2718
|
]
|
|
2719
2719
|
}
|
|
2720
|
-
),
|
|
2720
|
+
), Bt = ({
|
|
2721
2721
|
className: i,
|
|
2722
|
-
color: e =
|
|
2722
|
+
color: e = L.GREY_DARK_5,
|
|
2723
2723
|
height: t = 24,
|
|
2724
2724
|
width: s = 24,
|
|
2725
2725
|
onClick: n
|
|
@@ -2756,9 +2756,9 @@ const we = ({
|
|
|
2756
2756
|
)
|
|
2757
2757
|
]
|
|
2758
2758
|
}
|
|
2759
|
-
),
|
|
2759
|
+
), Zt = ({
|
|
2760
2760
|
className: i,
|
|
2761
|
-
color: e =
|
|
2761
|
+
color: e = L.GREY_DARK_5,
|
|
2762
2762
|
height: t = 24,
|
|
2763
2763
|
width: s = 24,
|
|
2764
2764
|
onClick: n
|
|
@@ -2795,9 +2795,9 @@ const we = ({
|
|
|
2795
2795
|
)
|
|
2796
2796
|
]
|
|
2797
2797
|
}
|
|
2798
|
-
),
|
|
2798
|
+
), Wt = ({
|
|
2799
2799
|
className: i,
|
|
2800
|
-
color: e =
|
|
2800
|
+
color: e = L.GREY_DARK_5,
|
|
2801
2801
|
height: t = 24,
|
|
2802
2802
|
width: s = 24,
|
|
2803
2803
|
onClick: n
|
|
@@ -2834,9 +2834,9 @@ const we = ({
|
|
|
2834
2834
|
)
|
|
2835
2835
|
]
|
|
2836
2836
|
}
|
|
2837
|
-
),
|
|
2837
|
+
), jt = ({
|
|
2838
2838
|
className: i,
|
|
2839
|
-
color: e =
|
|
2839
|
+
color: e = L.GREY_DARK_2,
|
|
2840
2840
|
height: t = 16,
|
|
2841
2841
|
width: s = 16,
|
|
2842
2842
|
onClick: n
|
|
@@ -2860,9 +2860,9 @@ const we = ({
|
|
|
2860
2860
|
}
|
|
2861
2861
|
)
|
|
2862
2862
|
}
|
|
2863
|
-
),
|
|
2863
|
+
), Dt = ({
|
|
2864
2864
|
className: i,
|
|
2865
|
-
color: e =
|
|
2865
|
+
color: e = L.GREY_DARK_5,
|
|
2866
2866
|
height: t = 20,
|
|
2867
2867
|
width: s = 20,
|
|
2868
2868
|
onClick: n
|
|
@@ -2889,9 +2889,9 @@ const we = ({
|
|
|
2889
2889
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2890
2890
|
]
|
|
2891
2891
|
}
|
|
2892
|
-
),
|
|
2892
|
+
), Tt = ({
|
|
2893
2893
|
className: i,
|
|
2894
|
-
color: e =
|
|
2894
|
+
color: e = L.GREY_DARK_5,
|
|
2895
2895
|
height: t = 20,
|
|
2896
2896
|
width: s = 20,
|
|
2897
2897
|
onClick: n
|
|
@@ -2918,9 +2918,9 @@ const we = ({
|
|
|
2918
2918
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2919
2919
|
]
|
|
2920
2920
|
}
|
|
2921
|
-
),
|
|
2921
|
+
), Gt = ({
|
|
2922
2922
|
className: i,
|
|
2923
|
-
color: e =
|
|
2923
|
+
color: e = L.GREY_DARK_5,
|
|
2924
2924
|
height: t = 20,
|
|
2925
2925
|
width: s = 20,
|
|
2926
2926
|
onClick: n
|
|
@@ -2935,7 +2935,7 @@ const we = ({
|
|
|
2935
2935
|
fill: "none",
|
|
2936
2936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2937
2937
|
children: [
|
|
2938
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2938
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: L.GREY_LIGHT_2 }),
|
|
2939
2939
|
/* @__PURE__ */ r(
|
|
2940
2940
|
"path",
|
|
2941
2941
|
{
|
|
@@ -2947,9 +2947,9 @@ const we = ({
|
|
|
2947
2947
|
)
|
|
2948
2948
|
]
|
|
2949
2949
|
}
|
|
2950
|
-
),
|
|
2950
|
+
), Kt = ({
|
|
2951
2951
|
className: i,
|
|
2952
|
-
color: e =
|
|
2952
|
+
color: e = L.GREY_DARK_5,
|
|
2953
2953
|
height: t = 20,
|
|
2954
2954
|
width: s = 20,
|
|
2955
2955
|
onClick: n
|
|
@@ -2964,7 +2964,7 @@ const we = ({
|
|
|
2964
2964
|
fill: "none",
|
|
2965
2965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2966
2966
|
children: [
|
|
2967
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2967
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: L.GREY_LIGHT_2 }),
|
|
2968
2968
|
/* @__PURE__ */ r(
|
|
2969
2969
|
"path",
|
|
2970
2970
|
{
|
|
@@ -2976,7 +2976,7 @@ const we = ({
|
|
|
2976
2976
|
)
|
|
2977
2977
|
]
|
|
2978
2978
|
}
|
|
2979
|
-
),
|
|
2979
|
+
), Pt = ({
|
|
2980
2980
|
className: i,
|
|
2981
2981
|
color: e = "#001E52",
|
|
2982
2982
|
height: t = 24,
|
|
@@ -3002,7 +3002,7 @@ const we = ({
|
|
|
3002
3002
|
}
|
|
3003
3003
|
)
|
|
3004
3004
|
}
|
|
3005
|
-
),
|
|
3005
|
+
), $t = ({
|
|
3006
3006
|
className: i,
|
|
3007
3007
|
color: e = "#131314",
|
|
3008
3008
|
height: t = 20,
|
|
@@ -3030,7 +3030,7 @@ const we = ({
|
|
|
3030
3030
|
}
|
|
3031
3031
|
)
|
|
3032
3032
|
}
|
|
3033
|
-
),
|
|
3033
|
+
), Ft = ({
|
|
3034
3034
|
className: i,
|
|
3035
3035
|
color: e = "#001E52",
|
|
3036
3036
|
height: t = 24,
|
|
@@ -3068,7 +3068,7 @@ const we = ({
|
|
|
3068
3068
|
)
|
|
3069
3069
|
] }) })
|
|
3070
3070
|
}
|
|
3071
|
-
),
|
|
3071
|
+
), Yt = ({
|
|
3072
3072
|
width: i = 20,
|
|
3073
3073
|
height: e = 20,
|
|
3074
3074
|
color: t = "#001E52",
|
|
@@ -3133,49 +3133,49 @@ const we = ({
|
|
|
3133
3133
|
disabled: l = !1,
|
|
3134
3134
|
onClick: c
|
|
3135
3135
|
}) => {
|
|
3136
|
-
const [o, d] =
|
|
3137
|
-
return
|
|
3136
|
+
const [o, d] = B(n), { theme: g } = a1(Y1), a = l ? g && g === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : s, h = l ? void 0 : c;
|
|
3137
|
+
return K(() => {
|
|
3138
3138
|
if (n) {
|
|
3139
3139
|
h && !l && d(`${n} clickable`);
|
|
3140
3140
|
return;
|
|
3141
3141
|
}
|
|
3142
3142
|
h && !l && d("clickable");
|
|
3143
|
-
}, [h, n, l]), /* @__PURE__ */ r(
|
|
3143
|
+
}, [h, n, l]), /* @__PURE__ */ r(e1, { children: (() => {
|
|
3144
3144
|
switch (i) {
|
|
3145
3145
|
case "nextIcon":
|
|
3146
|
-
return ht({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3147
|
-
case "prevIcon":
|
|
3148
3146
|
return ct({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3147
|
+
case "prevIcon":
|
|
3148
|
+
return dt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3149
3149
|
case "arrowUp":
|
|
3150
|
-
return we({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3151
|
-
case "arrowDown":
|
|
3152
3150
|
return me({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3153
|
-
case "
|
|
3151
|
+
case "arrowDown":
|
|
3154
3152
|
return ke({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3155
|
-
case "
|
|
3153
|
+
case "info":
|
|
3156
3154
|
return Le({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3157
|
-
case "
|
|
3155
|
+
case "arrowRight":
|
|
3158
3156
|
return ve({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3159
|
-
case "
|
|
3157
|
+
case "calendar":
|
|
3160
3158
|
return Ne({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3161
|
-
case "
|
|
3159
|
+
case "ok":
|
|
3162
3160
|
return xe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3163
|
-
case "
|
|
3161
|
+
case "cancel":
|
|
3164
3162
|
return Re({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3165
|
-
case "
|
|
3163
|
+
case "add":
|
|
3166
3164
|
return Me({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3167
|
-
case "
|
|
3165
|
+
case "list":
|
|
3168
3166
|
return ye({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3169
|
-
case "
|
|
3167
|
+
case "dragAndDrop":
|
|
3170
3168
|
return be({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3171
|
-
case "
|
|
3169
|
+
case "filter":
|
|
3172
3170
|
return Ee({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3173
|
-
case "
|
|
3171
|
+
case "attention":
|
|
3174
3172
|
return He({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3175
|
-
case "
|
|
3173
|
+
case "plus":
|
|
3176
3174
|
return Ve({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3175
|
+
case "time":
|
|
3176
|
+
return _e({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3177
3177
|
case "arrowDownLong":
|
|
3178
|
-
return
|
|
3178
|
+
return Ie({
|
|
3179
3179
|
width: e,
|
|
3180
3180
|
height: t,
|
|
3181
3181
|
color: a,
|
|
@@ -3183,9 +3183,9 @@ const we = ({
|
|
|
3183
3183
|
onClick: h
|
|
3184
3184
|
});
|
|
3185
3185
|
case "users":
|
|
3186
|
-
return
|
|
3186
|
+
return Oe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3187
3187
|
case "mySkillsMatrix":
|
|
3188
|
-
return
|
|
3188
|
+
return Se({
|
|
3189
3189
|
width: e,
|
|
3190
3190
|
height: t,
|
|
3191
3191
|
color: a,
|
|
@@ -3193,9 +3193,9 @@ const we = ({
|
|
|
3193
3193
|
onClick: h
|
|
3194
3194
|
});
|
|
3195
3195
|
case "skills":
|
|
3196
|
-
return
|
|
3196
|
+
return Ae({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3197
3197
|
case "skillsMatrices":
|
|
3198
|
-
return
|
|
3198
|
+
return Be({
|
|
3199
3199
|
width: e,
|
|
3200
3200
|
height: t,
|
|
3201
3201
|
color: a,
|
|
@@ -3203,23 +3203,23 @@ const we = ({
|
|
|
3203
3203
|
onClick: h
|
|
3204
3204
|
});
|
|
3205
3205
|
case "history":
|
|
3206
|
-
return Be({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3207
|
-
case "logOut":
|
|
3208
3206
|
return Ze({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3209
|
-
case "
|
|
3207
|
+
case "logOut":
|
|
3210
3208
|
return We({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3211
|
-
case "
|
|
3209
|
+
case "settings":
|
|
3212
3210
|
return je({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3213
|
-
case "
|
|
3211
|
+
case "addSkill":
|
|
3214
3212
|
return De({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3215
|
-
case "
|
|
3213
|
+
case "conversation":
|
|
3216
3214
|
return Te({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3217
|
-
case "
|
|
3215
|
+
case "trash":
|
|
3218
3216
|
return Ge({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3219
|
-
case "
|
|
3217
|
+
case "settings4":
|
|
3220
3218
|
return Ke({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3219
|
+
case "edit2":
|
|
3220
|
+
return Pe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3221
3221
|
case "notifications":
|
|
3222
|
-
return
|
|
3222
|
+
return $e({
|
|
3223
3223
|
width: e,
|
|
3224
3224
|
height: t,
|
|
3225
3225
|
color: a,
|
|
@@ -3227,9 +3227,9 @@ const we = ({
|
|
|
3227
3227
|
onClick: h
|
|
3228
3228
|
});
|
|
3229
3229
|
case "success":
|
|
3230
|
-
return
|
|
3230
|
+
return Fe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3231
3231
|
case "attentionSmall":
|
|
3232
|
-
return
|
|
3232
|
+
return Ye({
|
|
3233
3233
|
width: e,
|
|
3234
3234
|
height: t,
|
|
3235
3235
|
color: a,
|
|
@@ -3237,11 +3237,11 @@ const we = ({
|
|
|
3237
3237
|
onClick: h
|
|
3238
3238
|
});
|
|
3239
3239
|
case "errorSmall":
|
|
3240
|
-
return Ye({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3241
|
-
case "infoMedium":
|
|
3242
3240
|
return Ue({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3241
|
+
case "infoMedium":
|
|
3242
|
+
return ze({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3243
3243
|
case "attentionMedium":
|
|
3244
|
-
return
|
|
3244
|
+
return Je({
|
|
3245
3245
|
width: e,
|
|
3246
3246
|
height: t,
|
|
3247
3247
|
color: a,
|
|
@@ -3249,9 +3249,9 @@ const we = ({
|
|
|
3249
3249
|
onClick: h
|
|
3250
3250
|
});
|
|
3251
3251
|
case "errorMedium":
|
|
3252
|
-
return
|
|
3252
|
+
return Qe({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3253
3253
|
case "faviconSkills":
|
|
3254
|
-
return
|
|
3254
|
+
return st({
|
|
3255
3255
|
width: e,
|
|
3256
3256
|
height: t,
|
|
3257
3257
|
color: a,
|
|
@@ -3259,7 +3259,7 @@ const we = ({
|
|
|
3259
3259
|
onClick: h
|
|
3260
3260
|
});
|
|
3261
3261
|
case "visibilityIcon":
|
|
3262
|
-
return
|
|
3262
|
+
return qe({
|
|
3263
3263
|
width: e,
|
|
3264
3264
|
height: t,
|
|
3265
3265
|
color: a,
|
|
@@ -3267,7 +3267,7 @@ const we = ({
|
|
|
3267
3267
|
onClick: h
|
|
3268
3268
|
});
|
|
3269
3269
|
case "visibilityOffIcon":
|
|
3270
|
-
return
|
|
3270
|
+
return Xe({
|
|
3271
3271
|
width: e,
|
|
3272
3272
|
height: t,
|
|
3273
3273
|
color: a,
|
|
@@ -3275,7 +3275,7 @@ const we = ({
|
|
|
3275
3275
|
onClick: h
|
|
3276
3276
|
});
|
|
3277
3277
|
case "selectArrowIcon":
|
|
3278
|
-
return
|
|
3278
|
+
return et({
|
|
3279
3279
|
width: e,
|
|
3280
3280
|
height: t,
|
|
3281
3281
|
color: a,
|
|
@@ -3283,7 +3283,7 @@ const we = ({
|
|
|
3283
3283
|
onClick: h
|
|
3284
3284
|
});
|
|
3285
3285
|
case "expandArrowIcon":
|
|
3286
|
-
return
|
|
3286
|
+
return tt({
|
|
3287
3287
|
width: e,
|
|
3288
3288
|
height: t,
|
|
3289
3289
|
color: a,
|
|
@@ -3291,7 +3291,7 @@ const we = ({
|
|
|
3291
3291
|
onClick: h
|
|
3292
3292
|
});
|
|
3293
3293
|
case "expandActiveArrowIcon":
|
|
3294
|
-
return
|
|
3294
|
+
return it({
|
|
3295
3295
|
width: e,
|
|
3296
3296
|
height: t,
|
|
3297
3297
|
color: a,
|
|
@@ -3299,99 +3299,99 @@ const we = ({
|
|
|
3299
3299
|
onClick: h
|
|
3300
3300
|
});
|
|
3301
3301
|
case "camera":
|
|
3302
|
-
return st({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3303
|
-
case "sortUp":
|
|
3304
3302
|
return nt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3305
|
-
case "
|
|
3303
|
+
case "sortUp":
|
|
3306
3304
|
return rt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3307
|
-
case "
|
|
3305
|
+
case "sortDown":
|
|
3308
3306
|
return ot({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3309
|
-
case "
|
|
3307
|
+
case "logOut2":
|
|
3310
3308
|
return lt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3311
|
-
case "
|
|
3309
|
+
case "search":
|
|
3312
3310
|
return at({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3311
|
+
case "handRock":
|
|
3312
|
+
return ht({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3313
3313
|
case "arrowUpFilled":
|
|
3314
|
-
return
|
|
3314
|
+
return Ct({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3315
3315
|
case "arrowDownFilled":
|
|
3316
|
-
return
|
|
3316
|
+
return gt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3317
3317
|
case "link":
|
|
3318
|
-
return
|
|
3318
|
+
return ut({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3319
3319
|
case "telegram":
|
|
3320
|
-
return
|
|
3320
|
+
return ft({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3321
3321
|
case "mail":
|
|
3322
|
-
return
|
|
3322
|
+
return mt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3323
3323
|
case "github":
|
|
3324
|
-
return
|
|
3324
|
+
return pt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3325
3325
|
case "linkedIn":
|
|
3326
|
-
return
|
|
3326
|
+
return wt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3327
3327
|
case "emptyStateIcon":
|
|
3328
|
-
return mt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3329
|
-
case "filtersIcon":
|
|
3330
3328
|
return kt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3331
|
-
case "
|
|
3329
|
+
case "filtersIcon":
|
|
3332
3330
|
return Lt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3333
|
-
case "
|
|
3331
|
+
case "dotMenuIcon":
|
|
3334
3332
|
return vt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3335
|
-
case "
|
|
3333
|
+
case "plusCircle":
|
|
3336
3334
|
return Nt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3337
|
-
case "
|
|
3335
|
+
case "warning":
|
|
3338
3336
|
return xt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3339
|
-
case "
|
|
3337
|
+
case "back":
|
|
3340
3338
|
return Rt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3339
|
+
case "bell":
|
|
3340
|
+
return Mt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3341
3341
|
case "contract":
|
|
3342
|
-
return
|
|
3342
|
+
return bt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3343
3343
|
case "trash2":
|
|
3344
|
-
return
|
|
3344
|
+
return yt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3345
3345
|
case "manager":
|
|
3346
|
-
return bt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3347
|
-
case "resourceManager":
|
|
3348
3346
|
return Et({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3349
|
-
case "
|
|
3347
|
+
case "resourceManager":
|
|
3350
3348
|
return Ht({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3351
|
-
case "
|
|
3349
|
+
case "settings2":
|
|
3352
3350
|
return Vt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3353
|
-
case "
|
|
3351
|
+
case "image":
|
|
3354
3352
|
return _t({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3355
|
-
case "
|
|
3353
|
+
case "upload":
|
|
3356
3354
|
return It({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3357
|
-
case "
|
|
3355
|
+
case "edit":
|
|
3358
3356
|
return Ot({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3359
|
-
case "
|
|
3357
|
+
case "location":
|
|
3360
3358
|
return St({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3361
|
-
case "
|
|
3359
|
+
case "plus2":
|
|
3362
3360
|
return At({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3363
|
-
case "
|
|
3361
|
+
case "search2":
|
|
3364
3362
|
return Bt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3365
|
-
case "
|
|
3363
|
+
case "fastArrowLeft":
|
|
3366
3364
|
return Zt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3367
|
-
case "
|
|
3365
|
+
case "fastArrowRight":
|
|
3368
3366
|
return Wt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3367
|
+
case "crossInCircle":
|
|
3368
|
+
return jt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3369
3369
|
case "arrowUp2":
|
|
3370
|
-
return
|
|
3370
|
+
return Tt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3371
3371
|
case "arrowDown2":
|
|
3372
|
-
return
|
|
3372
|
+
return Dt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3373
3373
|
case "filledArrowLeft":
|
|
3374
|
-
return Tt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3375
|
-
case "filledArrowRight":
|
|
3376
3374
|
return Gt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3377
|
-
case "
|
|
3375
|
+
case "filledArrowRight":
|
|
3378
3376
|
return Kt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3379
|
-
case "
|
|
3377
|
+
case "burgerMenu":
|
|
3380
3378
|
return Pt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3381
|
-
case "
|
|
3379
|
+
case "signOut":
|
|
3382
3380
|
return $t({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3383
|
-
case "
|
|
3381
|
+
case "refresh":
|
|
3384
3382
|
return Ft({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3383
|
+
case "projects":
|
|
3384
|
+
return Yt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
3385
3385
|
default:
|
|
3386
|
-
return /* @__PURE__ */ r(
|
|
3386
|
+
return /* @__PURE__ */ r(e1, { children: "No Icon provided" });
|
|
3387
3387
|
}
|
|
3388
3388
|
})() });
|
|
3389
|
-
}, { Title:
|
|
3389
|
+
}, { Title: Ut, Text: zt } = P1, Jt = {
|
|
3390
3390
|
h1: 1,
|
|
3391
3391
|
h2: 2,
|
|
3392
3392
|
h3: 3,
|
|
3393
3393
|
h4: 4
|
|
3394
|
-
},
|
|
3394
|
+
}, Qt = o1(
|
|
3395
3395
|
({
|
|
3396
3396
|
align: i = "inherit",
|
|
3397
3397
|
variant: e = "body1",
|
|
@@ -3404,17 +3404,17 @@ const we = ({
|
|
|
3404
3404
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
3405
3405
|
let g = `snmt-typography snmt-typography-${e}`;
|
|
3406
3406
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ r(
|
|
3407
|
-
|
|
3407
|
+
Ut,
|
|
3408
3408
|
{
|
|
3409
3409
|
className: g,
|
|
3410
3410
|
style: { color: t, whiteSpace: c },
|
|
3411
3411
|
onClick: n,
|
|
3412
|
-
level:
|
|
3412
|
+
level: Jt[e],
|
|
3413
3413
|
ref: o,
|
|
3414
3414
|
children: s
|
|
3415
3415
|
}
|
|
3416
3416
|
) : /* @__PURE__ */ r(
|
|
3417
|
-
|
|
3417
|
+
zt,
|
|
3418
3418
|
{
|
|
3419
3419
|
className: g,
|
|
3420
3420
|
style: { color: t, whiteSpace: c },
|
|
@@ -3425,13 +3425,13 @@ const we = ({
|
|
|
3425
3425
|
);
|
|
3426
3426
|
}
|
|
3427
3427
|
);
|
|
3428
|
-
var
|
|
3429
|
-
const
|
|
3428
|
+
var v = /* @__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))(v || {});
|
|
3429
|
+
const U1 = r1({
|
|
3430
3430
|
locale: "en",
|
|
3431
3431
|
theme: "light"
|
|
3432
3432
|
});
|
|
3433
|
-
|
|
3434
|
-
const
|
|
3433
|
+
U1.Provider;
|
|
3434
|
+
const qt = ({
|
|
3435
3435
|
width: i = 20,
|
|
3436
3436
|
height: e = 20,
|
|
3437
3437
|
color: t = "#001E52",
|
|
@@ -3458,7 +3458,7 @@ const Qt = ({
|
|
|
3458
3458
|
}
|
|
3459
3459
|
)
|
|
3460
3460
|
}
|
|
3461
|
-
),
|
|
3461
|
+
), Xt = ({
|
|
3462
3462
|
width: i = 20,
|
|
3463
3463
|
height: e = 20,
|
|
3464
3464
|
color: t = "#001E52",
|
|
@@ -3485,7 +3485,7 @@ const Qt = ({
|
|
|
3485
3485
|
}
|
|
3486
3486
|
)
|
|
3487
3487
|
}
|
|
3488
|
-
),
|
|
3488
|
+
), e2 = ({
|
|
3489
3489
|
width: i = 16,
|
|
3490
3490
|
height: e = 16,
|
|
3491
3491
|
color: t = "#001E52",
|
|
@@ -3513,7 +3513,7 @@ const Qt = ({
|
|
|
3513
3513
|
)
|
|
3514
3514
|
]
|
|
3515
3515
|
}
|
|
3516
|
-
),
|
|
3516
|
+
), t2 = ({
|
|
3517
3517
|
width: i = 20,
|
|
3518
3518
|
height: e = 20,
|
|
3519
3519
|
color: t = "#001E52",
|
|
@@ -3548,7 +3548,7 @@ const Qt = ({
|
|
|
3548
3548
|
)
|
|
3549
3549
|
]
|
|
3550
3550
|
}
|
|
3551
|
-
),
|
|
3551
|
+
), i2 = ({
|
|
3552
3552
|
width: i = 18,
|
|
3553
3553
|
height: e = 18,
|
|
3554
3554
|
color: t = "#001E52",
|
|
@@ -3587,7 +3587,7 @@ const Qt = ({
|
|
|
3587
3587
|
)
|
|
3588
3588
|
]
|
|
3589
3589
|
}
|
|
3590
|
-
),
|
|
3590
|
+
), s2 = ({
|
|
3591
3591
|
width: i = 20,
|
|
3592
3592
|
height: e = 20,
|
|
3593
3593
|
color: t = "#001E52",
|
|
@@ -3613,7 +3613,7 @@ const Qt = ({
|
|
|
3613
3613
|
}
|
|
3614
3614
|
)
|
|
3615
3615
|
}
|
|
3616
|
-
),
|
|
3616
|
+
), n2 = ({
|
|
3617
3617
|
width: i = 20,
|
|
3618
3618
|
height: e = 20,
|
|
3619
3619
|
color: t = "#001E52",
|
|
@@ -3634,7 +3634,7 @@ const Qt = ({
|
|
|
3634
3634
|
/* @__PURE__ */ r("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
3635
3635
|
]
|
|
3636
3636
|
}
|
|
3637
|
-
),
|
|
3637
|
+
), r2 = ({
|
|
3638
3638
|
width: i = 20,
|
|
3639
3639
|
height: e = 20,
|
|
3640
3640
|
color: t = "#001E52",
|
|
@@ -3666,7 +3666,7 @@ const Qt = ({
|
|
|
3666
3666
|
)
|
|
3667
3667
|
]
|
|
3668
3668
|
}
|
|
3669
|
-
),
|
|
3669
|
+
), o2 = ({
|
|
3670
3670
|
width: i = 20,
|
|
3671
3671
|
height: e = 20,
|
|
3672
3672
|
color: t = "#001E52",
|
|
@@ -3720,7 +3720,7 @@ const Qt = ({
|
|
|
3720
3720
|
)
|
|
3721
3721
|
]
|
|
3722
3722
|
}
|
|
3723
|
-
),
|
|
3723
|
+
), l2 = ({
|
|
3724
3724
|
width: i = 20,
|
|
3725
3725
|
height: e = 20,
|
|
3726
3726
|
color: t = "#001E52",
|
|
@@ -3759,7 +3759,7 @@ const Qt = ({
|
|
|
3759
3759
|
/* @__PURE__ */ r("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
|
3760
3760
|
]
|
|
3761
3761
|
}
|
|
3762
|
-
),
|
|
3762
|
+
), a2 = ({
|
|
3763
3763
|
width: i = 16,
|
|
3764
3764
|
height: e = 12,
|
|
3765
3765
|
color: t = "#001E52",
|
|
@@ -3808,7 +3808,7 @@ const Qt = ({
|
|
|
3808
3808
|
)
|
|
3809
3809
|
] })
|
|
3810
3810
|
}
|
|
3811
|
-
),
|
|
3811
|
+
), h2 = ({
|
|
3812
3812
|
width: i = 16,
|
|
3813
3813
|
height: e = 16,
|
|
3814
3814
|
color: t = "#001E52",
|
|
@@ -3842,7 +3842,7 @@ const Qt = ({
|
|
|
3842
3842
|
)
|
|
3843
3843
|
]
|
|
3844
3844
|
}
|
|
3845
|
-
),
|
|
3845
|
+
), c2 = ({
|
|
3846
3846
|
width: i = 10,
|
|
3847
3847
|
height: e = 10,
|
|
3848
3848
|
color: t = "#001E52",
|
|
@@ -3881,7 +3881,7 @@ const Qt = ({
|
|
|
3881
3881
|
)
|
|
3882
3882
|
] })
|
|
3883
3883
|
}
|
|
3884
|
-
),
|
|
3884
|
+
), d2 = ({
|
|
3885
3885
|
width: i = 16,
|
|
3886
3886
|
height: e = 16,
|
|
3887
3887
|
color: t = "#001E52",
|
|
@@ -3917,7 +3917,7 @@ const Qt = ({
|
|
|
3917
3917
|
)
|
|
3918
3918
|
]
|
|
3919
3919
|
}
|
|
3920
|
-
),
|
|
3920
|
+
), g2 = ({
|
|
3921
3921
|
width: i = 11,
|
|
3922
3922
|
height: e = 32,
|
|
3923
3923
|
color: t = "#001E52",
|
|
@@ -3955,7 +3955,7 @@ const Qt = ({
|
|
|
3955
3955
|
/* @__PURE__ */ r("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
|
3956
3956
|
]
|
|
3957
3957
|
}
|
|
3958
|
-
),
|
|
3958
|
+
), C2 = ({
|
|
3959
3959
|
width: i = 20,
|
|
3960
3960
|
height: e = 20,
|
|
3961
3961
|
color: t = "#001E52",
|
|
@@ -4002,7 +4002,7 @@ const Qt = ({
|
|
|
4002
4002
|
)
|
|
4003
4003
|
]
|
|
4004
4004
|
}
|
|
4005
|
-
),
|
|
4005
|
+
), u2 = ({
|
|
4006
4006
|
width: i = 20,
|
|
4007
4007
|
height: e = 20,
|
|
4008
4008
|
color: t = "#001E52",
|
|
@@ -4035,7 +4035,7 @@ const Qt = ({
|
|
|
4035
4035
|
)
|
|
4036
4036
|
]
|
|
4037
4037
|
}
|
|
4038
|
-
),
|
|
4038
|
+
), p2 = ({
|
|
4039
4039
|
width: i = 20,
|
|
4040
4040
|
height: e = 20,
|
|
4041
4041
|
color: t = "#001E52",
|
|
@@ -4082,7 +4082,7 @@ const Qt = ({
|
|
|
4082
4082
|
)
|
|
4083
4083
|
]
|
|
4084
4084
|
}
|
|
4085
|
-
),
|
|
4085
|
+
), f2 = ({
|
|
4086
4086
|
width: i = 20,
|
|
4087
4087
|
height: e = 20,
|
|
4088
4088
|
color: t = "#001E52",
|
|
@@ -4115,7 +4115,7 @@ const Qt = ({
|
|
|
4115
4115
|
)
|
|
4116
4116
|
]
|
|
4117
4117
|
}
|
|
4118
|
-
),
|
|
4118
|
+
), w2 = ({
|
|
4119
4119
|
width: i = 18,
|
|
4120
4120
|
height: e = 16,
|
|
4121
4121
|
color: t = "#001E52",
|
|
@@ -4154,7 +4154,7 @@ const Qt = ({
|
|
|
4154
4154
|
)
|
|
4155
4155
|
]
|
|
4156
4156
|
}
|
|
4157
|
-
),
|
|
4157
|
+
), m2 = ({
|
|
4158
4158
|
width: i = 20,
|
|
4159
4159
|
height: e = 20,
|
|
4160
4160
|
color: t = "#001E52",
|
|
@@ -4187,7 +4187,7 @@ const Qt = ({
|
|
|
4187
4187
|
)
|
|
4188
4188
|
]
|
|
4189
4189
|
}
|
|
4190
|
-
),
|
|
4190
|
+
), k2 = ({
|
|
4191
4191
|
width: i = 20,
|
|
4192
4192
|
height: e = 20,
|
|
4193
4193
|
color: t = "#001E52",
|
|
@@ -4211,7 +4211,7 @@ const Qt = ({
|
|
|
4211
4211
|
}
|
|
4212
4212
|
)
|
|
4213
4213
|
}
|
|
4214
|
-
),
|
|
4214
|
+
), L2 = ({
|
|
4215
4215
|
width: i = 20,
|
|
4216
4216
|
height: e = 20,
|
|
4217
4217
|
color: t = "#001E52",
|
|
@@ -4258,7 +4258,7 @@ const Qt = ({
|
|
|
4258
4258
|
)
|
|
4259
4259
|
]
|
|
4260
4260
|
}
|
|
4261
|
-
),
|
|
4261
|
+
), v2 = ({
|
|
4262
4262
|
width: i = 20,
|
|
4263
4263
|
height: e = 20,
|
|
4264
4264
|
color: t = "#001E52",
|
|
@@ -4291,7 +4291,7 @@ const Qt = ({
|
|
|
4291
4291
|
)
|
|
4292
4292
|
]
|
|
4293
4293
|
}
|
|
4294
|
-
),
|
|
4294
|
+
), N2 = ({
|
|
4295
4295
|
width: i = 20,
|
|
4296
4296
|
height: e = 20,
|
|
4297
4297
|
color: t = "#001E52",
|
|
@@ -4324,7 +4324,7 @@ const Qt = ({
|
|
|
4324
4324
|
)
|
|
4325
4325
|
]
|
|
4326
4326
|
}
|
|
4327
|
-
),
|
|
4327
|
+
), x2 = ({
|
|
4328
4328
|
width: i = 20,
|
|
4329
4329
|
height: e = 23,
|
|
4330
4330
|
color: t = "#001E52",
|
|
@@ -4385,7 +4385,7 @@ const Qt = ({
|
|
|
4385
4385
|
)
|
|
4386
4386
|
]
|
|
4387
4387
|
}
|
|
4388
|
-
),
|
|
4388
|
+
), R2 = ({
|
|
4389
4389
|
width: i = 20,
|
|
4390
4390
|
height: e = 20,
|
|
4391
4391
|
color: t = "#001E52",
|
|
@@ -4425,7 +4425,7 @@ const Qt = ({
|
|
|
4425
4425
|
)
|
|
4426
4426
|
]
|
|
4427
4427
|
}
|
|
4428
|
-
),
|
|
4428
|
+
), M2 = ({
|
|
4429
4429
|
width: i = 32,
|
|
4430
4430
|
height: e = 25,
|
|
4431
4431
|
color: t = "#001E52",
|
|
@@ -4453,7 +4453,7 @@ const Qt = ({
|
|
|
4453
4453
|
)
|
|
4454
4454
|
]
|
|
4455
4455
|
}
|
|
4456
|
-
),
|
|
4456
|
+
), y2 = ({
|
|
4457
4457
|
width: i = 14,
|
|
4458
4458
|
height: e = 14,
|
|
4459
4459
|
color: t = "#10B981",
|
|
@@ -4482,7 +4482,7 @@ const Qt = ({
|
|
|
4482
4482
|
)
|
|
4483
4483
|
]
|
|
4484
4484
|
}
|
|
4485
|
-
),
|
|
4485
|
+
), b2 = ({
|
|
4486
4486
|
width: i = 11,
|
|
4487
4487
|
height: e = 11,
|
|
4488
4488
|
color: t = "#FFB020",
|
|
@@ -4516,7 +4516,7 @@ const Qt = ({
|
|
|
4516
4516
|
)
|
|
4517
4517
|
]
|
|
4518
4518
|
}
|
|
4519
|
-
),
|
|
4519
|
+
), E2 = ({
|
|
4520
4520
|
width: i = 10,
|
|
4521
4521
|
height: e = 10,
|
|
4522
4522
|
color: t = "#88A4FF",
|
|
@@ -4564,7 +4564,7 @@ const Qt = ({
|
|
|
4564
4564
|
)
|
|
4565
4565
|
]
|
|
4566
4566
|
}
|
|
4567
|
-
),
|
|
4567
|
+
), H2 = ({
|
|
4568
4568
|
width: i = 14,
|
|
4569
4569
|
height: e = 14,
|
|
4570
4570
|
color: t = "#8E8E93",
|
|
@@ -4592,7 +4592,7 @@ const Qt = ({
|
|
|
4592
4592
|
)
|
|
4593
4593
|
]
|
|
4594
4594
|
}
|
|
4595
|
-
),
|
|
4595
|
+
), V2 = ({
|
|
4596
4596
|
width: i = 14,
|
|
4597
4597
|
height: e = 14,
|
|
4598
4598
|
color: t = "#FFB020",
|
|
@@ -4626,7 +4626,7 @@ const Qt = ({
|
|
|
4626
4626
|
)
|
|
4627
4627
|
]
|
|
4628
4628
|
}
|
|
4629
|
-
),
|
|
4629
|
+
), _2 = ({
|
|
4630
4630
|
width: i = 14,
|
|
4631
4631
|
height: e = 14,
|
|
4632
4632
|
color: t = "#D0421B",
|
|
@@ -4674,7 +4674,7 @@ const Qt = ({
|
|
|
4674
4674
|
)
|
|
4675
4675
|
]
|
|
4676
4676
|
}
|
|
4677
|
-
),
|
|
4677
|
+
), I2 = ({
|
|
4678
4678
|
width: i = 20,
|
|
4679
4679
|
height: e = 20,
|
|
4680
4680
|
color: t = "#070739",
|
|
@@ -4704,7 +4704,7 @@ const Qt = ({
|
|
|
4704
4704
|
/* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
4705
4705
|
]
|
|
4706
4706
|
}
|
|
4707
|
-
),
|
|
4707
|
+
), O2 = ({
|
|
4708
4708
|
width: i = 20,
|
|
4709
4709
|
height: e = 20,
|
|
4710
4710
|
color: t = "#070739",
|
|
@@ -4742,7 +4742,7 @@ const Qt = ({
|
|
|
4742
4742
|
)
|
|
4743
4743
|
]
|
|
4744
4744
|
}
|
|
4745
|
-
),
|
|
4745
|
+
), S2 = ({
|
|
4746
4746
|
width: i = 9,
|
|
4747
4747
|
height: e = 5,
|
|
4748
4748
|
color: t = "#001E52",
|
|
@@ -4768,7 +4768,7 @@ const Qt = ({
|
|
|
4768
4768
|
}
|
|
4769
4769
|
)
|
|
4770
4770
|
}
|
|
4771
|
-
),
|
|
4771
|
+
), A2 = ({
|
|
4772
4772
|
width: i = 20,
|
|
4773
4773
|
height: e = 20,
|
|
4774
4774
|
color: t = "#F2F2F7",
|
|
@@ -4797,7 +4797,7 @@ const Qt = ({
|
|
|
4797
4797
|
)
|
|
4798
4798
|
]
|
|
4799
4799
|
}
|
|
4800
|
-
),
|
|
4800
|
+
), B2 = ({
|
|
4801
4801
|
width: i = 20,
|
|
4802
4802
|
height: e = 20,
|
|
4803
4803
|
color: t = "#004ED7",
|
|
@@ -4826,7 +4826,7 @@ const Qt = ({
|
|
|
4826
4826
|
)
|
|
4827
4827
|
]
|
|
4828
4828
|
}
|
|
4829
|
-
),
|
|
4829
|
+
), Z2 = ({
|
|
4830
4830
|
width: i = 248,
|
|
4831
4831
|
height: e = 248,
|
|
4832
4832
|
color: t = "#070739",
|
|
@@ -4863,7 +4863,7 @@ const Qt = ({
|
|
|
4863
4863
|
)
|
|
4864
4864
|
]
|
|
4865
4865
|
}
|
|
4866
|
-
),
|
|
4866
|
+
), W2 = ({
|
|
4867
4867
|
width: i = 24,
|
|
4868
4868
|
height: e = 24,
|
|
4869
4869
|
color: t = "#001E52",
|
|
@@ -4902,7 +4902,7 @@ const Qt = ({
|
|
|
4902
4902
|
)
|
|
4903
4903
|
]
|
|
4904
4904
|
}
|
|
4905
|
-
),
|
|
4905
|
+
), j2 = ({
|
|
4906
4906
|
width: i = 10,
|
|
4907
4907
|
height: e = 10,
|
|
4908
4908
|
color: t = "#001E52",
|
|
@@ -4931,7 +4931,7 @@ const Qt = ({
|
|
|
4931
4931
|
)
|
|
4932
4932
|
]
|
|
4933
4933
|
}
|
|
4934
|
-
),
|
|
4934
|
+
), D2 = ({
|
|
4935
4935
|
width: i = 10,
|
|
4936
4936
|
height: e = 10,
|
|
4937
4937
|
color: t = "#001E52",
|
|
@@ -4968,10 +4968,10 @@ const Qt = ({
|
|
|
4968
4968
|
)
|
|
4969
4969
|
]
|
|
4970
4970
|
}
|
|
4971
|
-
),
|
|
4971
|
+
), T2 = ({
|
|
4972
4972
|
width: i = 24,
|
|
4973
4973
|
height: e = 24,
|
|
4974
|
-
color: t =
|
|
4974
|
+
color: t = v.GREY_DARK_5,
|
|
4975
4975
|
className: s,
|
|
4976
4976
|
onClick: n
|
|
4977
4977
|
}) => /* @__PURE__ */ C(
|
|
@@ -5007,10 +5007,10 @@ const Qt = ({
|
|
|
5007
5007
|
)
|
|
5008
5008
|
]
|
|
5009
5009
|
}
|
|
5010
|
-
),
|
|
5010
|
+
), G2 = ({
|
|
5011
5011
|
width: i = 20,
|
|
5012
5012
|
height: e = 20,
|
|
5013
|
-
color: t =
|
|
5013
|
+
color: t = v.GREY_DARK_1,
|
|
5014
5014
|
className: s,
|
|
5015
5015
|
onClick: n
|
|
5016
5016
|
}) => /* @__PURE__ */ C(
|
|
@@ -5040,10 +5040,10 @@ const Qt = ({
|
|
|
5040
5040
|
)
|
|
5041
5041
|
]
|
|
5042
5042
|
}
|
|
5043
|
-
),
|
|
5043
|
+
), K2 = ({
|
|
5044
5044
|
width: i = 81,
|
|
5045
5045
|
height: e = 80,
|
|
5046
|
-
color: t =
|
|
5046
|
+
color: t = v.GREY_DARK_5,
|
|
5047
5047
|
className: s,
|
|
5048
5048
|
onClick: n
|
|
5049
5049
|
}) => /* @__PURE__ */ C(
|
|
@@ -5089,9 +5089,9 @@ const Qt = ({
|
|
|
5089
5089
|
)
|
|
5090
5090
|
]
|
|
5091
5091
|
}
|
|
5092
|
-
),
|
|
5092
|
+
), P2 = ({
|
|
5093
5093
|
className: i,
|
|
5094
|
-
color: e =
|
|
5094
|
+
color: e = v.GREY_DARK_5,
|
|
5095
5095
|
height: t = 20,
|
|
5096
5096
|
width: s = 20,
|
|
5097
5097
|
onClick: n
|
|
@@ -5116,9 +5116,9 @@ const Qt = ({
|
|
|
5116
5116
|
}
|
|
5117
5117
|
)
|
|
5118
5118
|
}
|
|
5119
|
-
),
|
|
5119
|
+
), $2 = ({
|
|
5120
5120
|
className: i,
|
|
5121
|
-
color: e =
|
|
5121
|
+
color: e = v.GREY_DARK_5,
|
|
5122
5122
|
height: t = 20,
|
|
5123
5123
|
width: s = 20,
|
|
5124
5124
|
onClick: n
|
|
@@ -5143,9 +5143,9 @@ const Qt = ({
|
|
|
5143
5143
|
}
|
|
5144
5144
|
)
|
|
5145
5145
|
}
|
|
5146
|
-
),
|
|
5146
|
+
), F2 = ({
|
|
5147
5147
|
className: i,
|
|
5148
|
-
color: e =
|
|
5148
|
+
color: e = v.GREY_DARK_5,
|
|
5149
5149
|
height: t = 5,
|
|
5150
5150
|
width: s = 10,
|
|
5151
5151
|
onClick: n
|
|
@@ -5167,9 +5167,9 @@ const Qt = ({
|
|
|
5167
5167
|
}
|
|
5168
5168
|
)
|
|
5169
5169
|
}
|
|
5170
|
-
),
|
|
5170
|
+
), Y2 = ({
|
|
5171
5171
|
className: i,
|
|
5172
|
-
color: e =
|
|
5172
|
+
color: e = v.GREY_DARK_5,
|
|
5173
5173
|
height: t = 5,
|
|
5174
5174
|
width: s = 10,
|
|
5175
5175
|
onClick: n
|
|
@@ -5192,9 +5192,9 @@ const Qt = ({
|
|
|
5192
5192
|
}
|
|
5193
5193
|
)
|
|
5194
5194
|
}
|
|
5195
|
-
),
|
|
5195
|
+
), U2 = ({
|
|
5196
5196
|
className: i,
|
|
5197
|
-
color: e =
|
|
5197
|
+
color: e = v.GREY_DARK_5,
|
|
5198
5198
|
height: t = 24,
|
|
5199
5199
|
width: s = 24,
|
|
5200
5200
|
onClick: n
|
|
@@ -5231,9 +5231,9 @@ const Qt = ({
|
|
|
5231
5231
|
)
|
|
5232
5232
|
]
|
|
5233
5233
|
}
|
|
5234
|
-
),
|
|
5234
|
+
), z2 = ({
|
|
5235
5235
|
className: i,
|
|
5236
|
-
color: e =
|
|
5236
|
+
color: e = v.GREY_DARK_5,
|
|
5237
5237
|
height: t = 24,
|
|
5238
5238
|
width: s = 24,
|
|
5239
5239
|
onClick: n
|
|
@@ -5270,9 +5270,9 @@ const Qt = ({
|
|
|
5270
5270
|
)
|
|
5271
5271
|
]
|
|
5272
5272
|
}
|
|
5273
|
-
),
|
|
5273
|
+
), J2 = ({
|
|
5274
5274
|
className: i,
|
|
5275
|
-
color: e =
|
|
5275
|
+
color: e = v.GREY_DARK_5,
|
|
5276
5276
|
height: t = 24,
|
|
5277
5277
|
width: s = 24,
|
|
5278
5278
|
onClick: n
|
|
@@ -5297,9 +5297,9 @@ const Qt = ({
|
|
|
5297
5297
|
}
|
|
5298
5298
|
)
|
|
5299
5299
|
}
|
|
5300
|
-
),
|
|
5300
|
+
), Q2 = ({
|
|
5301
5301
|
className: i,
|
|
5302
|
-
color: e =
|
|
5302
|
+
color: e = v.GREY_DARK_5,
|
|
5303
5303
|
height: t = 24,
|
|
5304
5304
|
width: s = 24,
|
|
5305
5305
|
onClick: n
|
|
@@ -5356,9 +5356,9 @@ const Qt = ({
|
|
|
5356
5356
|
)
|
|
5357
5357
|
]
|
|
5358
5358
|
}
|
|
5359
|
-
),
|
|
5359
|
+
), q2 = ({
|
|
5360
5360
|
className: i,
|
|
5361
|
-
color: e =
|
|
5361
|
+
color: e = v.GREY_DARK_5,
|
|
5362
5362
|
height: t = 24,
|
|
5363
5363
|
width: s = 24,
|
|
5364
5364
|
onClick: n
|
|
@@ -5393,9 +5393,9 @@ const Qt = ({
|
|
|
5393
5393
|
)
|
|
5394
5394
|
]
|
|
5395
5395
|
}
|
|
5396
|
-
),
|
|
5396
|
+
), X2 = ({
|
|
5397
5397
|
className: i,
|
|
5398
|
-
color: e =
|
|
5398
|
+
color: e = v.GREY_DARK_3,
|
|
5399
5399
|
height: t = 14,
|
|
5400
5400
|
width: s = 14,
|
|
5401
5401
|
onClick: n
|
|
@@ -5430,9 +5430,9 @@ const Qt = ({
|
|
|
5430
5430
|
)
|
|
5431
5431
|
]
|
|
5432
5432
|
}
|
|
5433
|
-
),
|
|
5433
|
+
), e5 = ({
|
|
5434
5434
|
className: i,
|
|
5435
|
-
color: e =
|
|
5435
|
+
color: e = v.GREY_DARK_5,
|
|
5436
5436
|
height: t = 18,
|
|
5437
5437
|
onClick: s,
|
|
5438
5438
|
width: n = 18
|
|
@@ -5457,9 +5457,9 @@ const Qt = ({
|
|
|
5457
5457
|
}
|
|
5458
5458
|
)
|
|
5459
5459
|
}
|
|
5460
|
-
),
|
|
5460
|
+
), t5 = ({
|
|
5461
5461
|
className: i,
|
|
5462
|
-
color: e =
|
|
5462
|
+
color: e = v.GREY_DARK_5,
|
|
5463
5463
|
height: t = 24,
|
|
5464
5464
|
width: s = 24,
|
|
5465
5465
|
onClick: n
|
|
@@ -5509,9 +5509,9 @@ const Qt = ({
|
|
|
5509
5509
|
)
|
|
5510
5510
|
]
|
|
5511
5511
|
}
|
|
5512
|
-
),
|
|
5512
|
+
), i5 = ({
|
|
5513
5513
|
className: i,
|
|
5514
|
-
color: e =
|
|
5514
|
+
color: e = v.GREY_DARK_5,
|
|
5515
5515
|
height: t = 24,
|
|
5516
5516
|
width: s = 24,
|
|
5517
5517
|
onClick: n
|
|
@@ -5546,9 +5546,9 @@ const Qt = ({
|
|
|
5546
5546
|
)
|
|
5547
5547
|
]
|
|
5548
5548
|
}
|
|
5549
|
-
),
|
|
5549
|
+
), s5 = ({
|
|
5550
5550
|
className: i,
|
|
5551
|
-
color: e =
|
|
5551
|
+
color: e = v.NOTIFICATION_WARNING_DARK,
|
|
5552
5552
|
height: t = 37,
|
|
5553
5553
|
width: s = 36,
|
|
5554
5554
|
onClick: n
|
|
@@ -5585,9 +5585,9 @@ const Qt = ({
|
|
|
5585
5585
|
)
|
|
5586
5586
|
]
|
|
5587
5587
|
}
|
|
5588
|
-
),
|
|
5588
|
+
), n5 = ({
|
|
5589
5589
|
className: i,
|
|
5590
|
-
color: e =
|
|
5590
|
+
color: e = v.GREY_DARK_5,
|
|
5591
5591
|
height: t = 24,
|
|
5592
5592
|
width: s = 24,
|
|
5593
5593
|
onClick: n
|
|
@@ -5611,9 +5611,9 @@ const Qt = ({
|
|
|
5611
5611
|
}
|
|
5612
5612
|
)
|
|
5613
5613
|
}
|
|
5614
|
-
),
|
|
5614
|
+
), r5 = ({
|
|
5615
5615
|
className: i,
|
|
5616
|
-
color: e =
|
|
5616
|
+
color: e = v.GREY_DARK_5,
|
|
5617
5617
|
height: t = 24,
|
|
5618
5618
|
width: s = 24,
|
|
5619
5619
|
onClick: n
|
|
@@ -5650,9 +5650,9 @@ const Qt = ({
|
|
|
5650
5650
|
)
|
|
5651
5651
|
]
|
|
5652
5652
|
}
|
|
5653
|
-
),
|
|
5653
|
+
), o5 = ({
|
|
5654
5654
|
className: i,
|
|
5655
|
-
color: e =
|
|
5655
|
+
color: e = v.GREY_DARK_5,
|
|
5656
5656
|
height: t = 24,
|
|
5657
5657
|
width: s = 24,
|
|
5658
5658
|
onClick: n
|
|
@@ -5689,9 +5689,9 @@ const Qt = ({
|
|
|
5689
5689
|
)
|
|
5690
5690
|
]
|
|
5691
5691
|
}
|
|
5692
|
-
),
|
|
5692
|
+
), l5 = ({
|
|
5693
5693
|
className: i,
|
|
5694
|
-
color: e =
|
|
5694
|
+
color: e = v.GREY_DARK_5,
|
|
5695
5695
|
height: t = 24,
|
|
5696
5696
|
width: s = 24,
|
|
5697
5697
|
onClick: n
|
|
@@ -5758,9 +5758,9 @@ const Qt = ({
|
|
|
5758
5758
|
)
|
|
5759
5759
|
]
|
|
5760
5760
|
}
|
|
5761
|
-
),
|
|
5761
|
+
), a5 = ({
|
|
5762
5762
|
className: i,
|
|
5763
|
-
color: e =
|
|
5763
|
+
color: e = v.GREY_DARK_5,
|
|
5764
5764
|
height: t = 24,
|
|
5765
5765
|
width: s = 24,
|
|
5766
5766
|
onClick: n
|
|
@@ -5797,9 +5797,9 @@ const Qt = ({
|
|
|
5797
5797
|
)
|
|
5798
5798
|
]
|
|
5799
5799
|
}
|
|
5800
|
-
),
|
|
5800
|
+
), h5 = ({
|
|
5801
5801
|
className: i,
|
|
5802
|
-
color: e =
|
|
5802
|
+
color: e = v.GREY_DARK_5,
|
|
5803
5803
|
height: t = 24,
|
|
5804
5804
|
width: s = 24,
|
|
5805
5805
|
onClick: n
|
|
@@ -5854,9 +5854,9 @@ const Qt = ({
|
|
|
5854
5854
|
)
|
|
5855
5855
|
]
|
|
5856
5856
|
}
|
|
5857
|
-
),
|
|
5857
|
+
), c5 = ({
|
|
5858
5858
|
className: i,
|
|
5859
|
-
color: e =
|
|
5859
|
+
color: e = v.GREY_DARK_5,
|
|
5860
5860
|
height: t = 24,
|
|
5861
5861
|
width: s = 24,
|
|
5862
5862
|
onClick: n
|
|
@@ -5893,9 +5893,9 @@ const Qt = ({
|
|
|
5893
5893
|
)
|
|
5894
5894
|
]
|
|
5895
5895
|
}
|
|
5896
|
-
),
|
|
5896
|
+
), d5 = ({
|
|
5897
5897
|
className: i,
|
|
5898
|
-
color: e =
|
|
5898
|
+
color: e = v.GREY_DARK_5,
|
|
5899
5899
|
height: t = 24,
|
|
5900
5900
|
width: s = 24,
|
|
5901
5901
|
onClick: n
|
|
@@ -5942,9 +5942,9 @@ const Qt = ({
|
|
|
5942
5942
|
)
|
|
5943
5943
|
]
|
|
5944
5944
|
}
|
|
5945
|
-
),
|
|
5945
|
+
), g5 = ({
|
|
5946
5946
|
className: i,
|
|
5947
|
-
color: e =
|
|
5947
|
+
color: e = v.GREY_DARK_5,
|
|
5948
5948
|
height: t = 24,
|
|
5949
5949
|
width: s = 24,
|
|
5950
5950
|
onClick: n
|
|
@@ -5981,9 +5981,9 @@ const Qt = ({
|
|
|
5981
5981
|
)
|
|
5982
5982
|
]
|
|
5983
5983
|
}
|
|
5984
|
-
),
|
|
5984
|
+
), C5 = ({
|
|
5985
5985
|
className: i,
|
|
5986
|
-
color: e =
|
|
5986
|
+
color: e = v.GREY_DARK_5,
|
|
5987
5987
|
height: t = 24,
|
|
5988
5988
|
width: s = 24,
|
|
5989
5989
|
onClick: n
|
|
@@ -6008,9 +6008,9 @@ const Qt = ({
|
|
|
6008
6008
|
}
|
|
6009
6009
|
)
|
|
6010
6010
|
}
|
|
6011
|
-
),
|
|
6011
|
+
), u5 = ({
|
|
6012
6012
|
className: i,
|
|
6013
|
-
color: e =
|
|
6013
|
+
color: e = v.GREY_DARK_5,
|
|
6014
6014
|
height: t = 24,
|
|
6015
6015
|
width: s = 24,
|
|
6016
6016
|
onClick: n
|
|
@@ -6046,9 +6046,9 @@ const Qt = ({
|
|
|
6046
6046
|
)
|
|
6047
6047
|
]
|
|
6048
6048
|
}
|
|
6049
|
-
),
|
|
6049
|
+
), p5 = ({
|
|
6050
6050
|
className: i,
|
|
6051
|
-
color: e =
|
|
6051
|
+
color: e = v.GREY_DARK_5,
|
|
6052
6052
|
height: t = 24,
|
|
6053
6053
|
width: s = 24,
|
|
6054
6054
|
onClick: n
|
|
@@ -6067,9 +6067,9 @@ const Qt = ({
|
|
|
6067
6067
|
/* @__PURE__ */ r("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
6068
6068
|
]
|
|
6069
6069
|
}
|
|
6070
|
-
),
|
|
6070
|
+
), f5 = ({
|
|
6071
6071
|
className: i,
|
|
6072
|
-
color: e =
|
|
6072
|
+
color: e = v.GREY_DARK_5,
|
|
6073
6073
|
height: t = 24,
|
|
6074
6074
|
width: s = 24,
|
|
6075
6075
|
onClick: n
|
|
@@ -6106,9 +6106,9 @@ const Qt = ({
|
|
|
6106
6106
|
)
|
|
6107
6107
|
]
|
|
6108
6108
|
}
|
|
6109
|
-
),
|
|
6109
|
+
), w5 = ({
|
|
6110
6110
|
className: i,
|
|
6111
|
-
color: e =
|
|
6111
|
+
color: e = v.GREY_DARK_5,
|
|
6112
6112
|
height: t = 24,
|
|
6113
6113
|
width: s = 24,
|
|
6114
6114
|
onClick: n
|
|
@@ -6145,9 +6145,9 @@ const Qt = ({
|
|
|
6145
6145
|
)
|
|
6146
6146
|
]
|
|
6147
6147
|
}
|
|
6148
|
-
),
|
|
6148
|
+
), m5 = ({
|
|
6149
6149
|
className: i,
|
|
6150
|
-
color: e =
|
|
6150
|
+
color: e = v.GREY_DARK_5,
|
|
6151
6151
|
height: t = 24,
|
|
6152
6152
|
width: s = 24,
|
|
6153
6153
|
onClick: n
|
|
@@ -6184,9 +6184,9 @@ const Qt = ({
|
|
|
6184
6184
|
)
|
|
6185
6185
|
]
|
|
6186
6186
|
}
|
|
6187
|
-
),
|
|
6187
|
+
), k5 = ({
|
|
6188
6188
|
className: i,
|
|
6189
|
-
color: e =
|
|
6189
|
+
color: e = v.GREY_DARK_2,
|
|
6190
6190
|
height: t = 16,
|
|
6191
6191
|
width: s = 16,
|
|
6192
6192
|
onClick: n
|
|
@@ -6210,9 +6210,9 @@ const Qt = ({
|
|
|
6210
6210
|
}
|
|
6211
6211
|
)
|
|
6212
6212
|
}
|
|
6213
|
-
),
|
|
6213
|
+
), L5 = ({
|
|
6214
6214
|
className: i,
|
|
6215
|
-
color: e =
|
|
6215
|
+
color: e = v.GREY_DARK_5,
|
|
6216
6216
|
height: t = 20,
|
|
6217
6217
|
width: s = 20,
|
|
6218
6218
|
onClick: n
|
|
@@ -6239,9 +6239,9 @@ const Qt = ({
|
|
|
6239
6239
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6240
6240
|
]
|
|
6241
6241
|
}
|
|
6242
|
-
),
|
|
6242
|
+
), v5 = ({
|
|
6243
6243
|
className: i,
|
|
6244
|
-
color: e =
|
|
6244
|
+
color: e = v.GREY_DARK_5,
|
|
6245
6245
|
height: t = 20,
|
|
6246
6246
|
width: s = 20,
|
|
6247
6247
|
onClick: n
|
|
@@ -6268,9 +6268,9 @@ const Qt = ({
|
|
|
6268
6268
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6269
6269
|
]
|
|
6270
6270
|
}
|
|
6271
|
-
),
|
|
6271
|
+
), N5 = ({
|
|
6272
6272
|
className: i,
|
|
6273
|
-
color: e =
|
|
6273
|
+
color: e = v.GREY_DARK_5,
|
|
6274
6274
|
height: t = 20,
|
|
6275
6275
|
width: s = 20,
|
|
6276
6276
|
onClick: n
|
|
@@ -6285,7 +6285,7 @@ const Qt = ({
|
|
|
6285
6285
|
fill: "none",
|
|
6286
6286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6287
6287
|
children: [
|
|
6288
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
6288
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: v.GREY_LIGHT_2 }),
|
|
6289
6289
|
/* @__PURE__ */ r(
|
|
6290
6290
|
"path",
|
|
6291
6291
|
{
|
|
@@ -6297,9 +6297,9 @@ const Qt = ({
|
|
|
6297
6297
|
)
|
|
6298
6298
|
]
|
|
6299
6299
|
}
|
|
6300
|
-
),
|
|
6300
|
+
), x5 = ({
|
|
6301
6301
|
className: i,
|
|
6302
|
-
color: e =
|
|
6302
|
+
color: e = v.GREY_DARK_5,
|
|
6303
6303
|
height: t = 20,
|
|
6304
6304
|
width: s = 20,
|
|
6305
6305
|
onClick: n
|
|
@@ -6314,7 +6314,7 @@ const Qt = ({
|
|
|
6314
6314
|
fill: "none",
|
|
6315
6315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6316
6316
|
children: [
|
|
6317
|
-
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill:
|
|
6317
|
+
/* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: v.GREY_LIGHT_2 }),
|
|
6318
6318
|
/* @__PURE__ */ r(
|
|
6319
6319
|
"path",
|
|
6320
6320
|
{
|
|
@@ -6326,7 +6326,7 @@ const Qt = ({
|
|
|
6326
6326
|
)
|
|
6327
6327
|
]
|
|
6328
6328
|
}
|
|
6329
|
-
),
|
|
6329
|
+
), R5 = ({
|
|
6330
6330
|
className: i,
|
|
6331
6331
|
color: e = "#001E52",
|
|
6332
6332
|
height: t = 24,
|
|
@@ -6352,7 +6352,7 @@ const Qt = ({
|
|
|
6352
6352
|
}
|
|
6353
6353
|
)
|
|
6354
6354
|
}
|
|
6355
|
-
),
|
|
6355
|
+
), M5 = ({
|
|
6356
6356
|
className: i,
|
|
6357
6357
|
color: e = "#131314",
|
|
6358
6358
|
height: t = 20,
|
|
@@ -6380,7 +6380,7 @@ const Qt = ({
|
|
|
6380
6380
|
}
|
|
6381
6381
|
)
|
|
6382
6382
|
}
|
|
6383
|
-
),
|
|
6383
|
+
), y5 = ({
|
|
6384
6384
|
className: i,
|
|
6385
6385
|
color: e = "#001E52",
|
|
6386
6386
|
height: t = 24,
|
|
@@ -6418,7 +6418,7 @@ const Qt = ({
|
|
|
6418
6418
|
)
|
|
6419
6419
|
] }) })
|
|
6420
6420
|
}
|
|
6421
|
-
),
|
|
6421
|
+
), b5 = ({
|
|
6422
6422
|
width: i = 20,
|
|
6423
6423
|
height: e = 20,
|
|
6424
6424
|
color: t = "#001E52",
|
|
@@ -6474,7 +6474,7 @@ const Qt = ({
|
|
|
6474
6474
|
}
|
|
6475
6475
|
)
|
|
6476
6476
|
}
|
|
6477
|
-
),
|
|
6477
|
+
), E5 = ({
|
|
6478
6478
|
name: i,
|
|
6479
6479
|
width: e,
|
|
6480
6480
|
height: t,
|
|
@@ -6483,49 +6483,49 @@ const Qt = ({
|
|
|
6483
6483
|
disabled: l = !1,
|
|
6484
6484
|
onClick: c
|
|
6485
6485
|
}) => {
|
|
6486
|
-
const [o, d] =
|
|
6487
|
-
return
|
|
6486
|
+
const [o, d] = B(n), { theme: g } = a1(U1), a = l ? g && g === "dark" ? v.GREY_LIGHT_4 : v.GREY_DARK_1 : s, h = l ? void 0 : c;
|
|
6487
|
+
return K(() => {
|
|
6488
6488
|
if (n) {
|
|
6489
6489
|
h && !l && d(`${n} clickable`);
|
|
6490
6490
|
return;
|
|
6491
6491
|
}
|
|
6492
6492
|
h && !l && d("clickable");
|
|
6493
|
-
}, [h, n, l]), /* @__PURE__ */ r(
|
|
6493
|
+
}, [h, n, l]), /* @__PURE__ */ r(e1, { children: (() => {
|
|
6494
6494
|
switch (i) {
|
|
6495
6495
|
case "nextIcon":
|
|
6496
|
-
return K2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6497
|
-
case "prevIcon":
|
|
6498
6496
|
return P2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6497
|
+
case "prevIcon":
|
|
6498
|
+
return $2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6499
6499
|
case "arrowUp":
|
|
6500
|
-
return Qt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6501
|
-
case "arrowDown":
|
|
6502
6500
|
return qt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6503
|
-
case "
|
|
6501
|
+
case "arrowDown":
|
|
6504
6502
|
return Xt({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6505
|
-
case "
|
|
6503
|
+
case "info":
|
|
6506
6504
|
return e2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6507
|
-
case "
|
|
6505
|
+
case "arrowRight":
|
|
6508
6506
|
return t2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6509
|
-
case "
|
|
6507
|
+
case "calendar":
|
|
6510
6508
|
return i2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6511
|
-
case "
|
|
6509
|
+
case "ok":
|
|
6512
6510
|
return s2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6513
|
-
case "
|
|
6511
|
+
case "cancel":
|
|
6514
6512
|
return n2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6515
|
-
case "
|
|
6513
|
+
case "add":
|
|
6516
6514
|
return r2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6517
|
-
case "
|
|
6515
|
+
case "list":
|
|
6518
6516
|
return o2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6519
|
-
case "
|
|
6517
|
+
case "dragAndDrop":
|
|
6520
6518
|
return l2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6521
|
-
case "
|
|
6519
|
+
case "filter":
|
|
6522
6520
|
return a2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6523
|
-
case "
|
|
6521
|
+
case "attention":
|
|
6524
6522
|
return h2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6525
|
-
case "
|
|
6523
|
+
case "plus":
|
|
6526
6524
|
return c2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6525
|
+
case "time":
|
|
6526
|
+
return d2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6527
6527
|
case "arrowDownLong":
|
|
6528
|
-
return
|
|
6528
|
+
return g2({
|
|
6529
6529
|
width: e,
|
|
6530
6530
|
height: t,
|
|
6531
6531
|
color: a,
|
|
@@ -6533,9 +6533,9 @@ const Qt = ({
|
|
|
6533
6533
|
onClick: h
|
|
6534
6534
|
});
|
|
6535
6535
|
case "users":
|
|
6536
|
-
return
|
|
6536
|
+
return C2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6537
6537
|
case "mySkillsMatrix":
|
|
6538
|
-
return
|
|
6538
|
+
return u2({
|
|
6539
6539
|
width: e,
|
|
6540
6540
|
height: t,
|
|
6541
6541
|
color: a,
|
|
@@ -6543,9 +6543,9 @@ const Qt = ({
|
|
|
6543
6543
|
onClick: h
|
|
6544
6544
|
});
|
|
6545
6545
|
case "skills":
|
|
6546
|
-
return
|
|
6546
|
+
return p2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6547
6547
|
case "skillsMatrices":
|
|
6548
|
-
return
|
|
6548
|
+
return f2({
|
|
6549
6549
|
width: e,
|
|
6550
6550
|
height: t,
|
|
6551
6551
|
color: a,
|
|
@@ -6553,23 +6553,23 @@ const Qt = ({
|
|
|
6553
6553
|
onClick: h
|
|
6554
6554
|
});
|
|
6555
6555
|
case "history":
|
|
6556
|
-
return f2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6557
|
-
case "logOut":
|
|
6558
6556
|
return w2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6559
|
-
case "
|
|
6557
|
+
case "logOut":
|
|
6560
6558
|
return m2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6561
|
-
case "
|
|
6559
|
+
case "settings":
|
|
6562
6560
|
return k2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6563
|
-
case "
|
|
6561
|
+
case "addSkill":
|
|
6564
6562
|
return L2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6565
|
-
case "
|
|
6563
|
+
case "conversation":
|
|
6566
6564
|
return v2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6567
|
-
case "
|
|
6565
|
+
case "trash":
|
|
6568
6566
|
return N2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6569
|
-
case "
|
|
6567
|
+
case "settings4":
|
|
6570
6568
|
return x2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6569
|
+
case "edit2":
|
|
6570
|
+
return R2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6571
6571
|
case "notifications":
|
|
6572
|
-
return
|
|
6572
|
+
return M2({
|
|
6573
6573
|
width: e,
|
|
6574
6574
|
height: t,
|
|
6575
6575
|
color: a,
|
|
@@ -6577,9 +6577,9 @@ const Qt = ({
|
|
|
6577
6577
|
onClick: h
|
|
6578
6578
|
});
|
|
6579
6579
|
case "success":
|
|
6580
|
-
return
|
|
6580
|
+
return y2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6581
6581
|
case "attentionSmall":
|
|
6582
|
-
return
|
|
6582
|
+
return b2({
|
|
6583
6583
|
width: e,
|
|
6584
6584
|
height: t,
|
|
6585
6585
|
color: a,
|
|
@@ -6587,11 +6587,11 @@ const Qt = ({
|
|
|
6587
6587
|
onClick: h
|
|
6588
6588
|
});
|
|
6589
6589
|
case "errorSmall":
|
|
6590
|
-
return b2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6591
|
-
case "infoMedium":
|
|
6592
6590
|
return E2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6591
|
+
case "infoMedium":
|
|
6592
|
+
return H2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6593
6593
|
case "attentionMedium":
|
|
6594
|
-
return
|
|
6594
|
+
return V2({
|
|
6595
6595
|
width: e,
|
|
6596
6596
|
height: t,
|
|
6597
6597
|
color: a,
|
|
@@ -6599,9 +6599,9 @@ const Qt = ({
|
|
|
6599
6599
|
onClick: h
|
|
6600
6600
|
});
|
|
6601
6601
|
case "errorMedium":
|
|
6602
|
-
return
|
|
6602
|
+
return _2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6603
6603
|
case "faviconSkills":
|
|
6604
|
-
return
|
|
6604
|
+
return Z2({
|
|
6605
6605
|
width: e,
|
|
6606
6606
|
height: t,
|
|
6607
6607
|
color: a,
|
|
@@ -6609,7 +6609,7 @@ const Qt = ({
|
|
|
6609
6609
|
onClick: h
|
|
6610
6610
|
});
|
|
6611
6611
|
case "visibilityIcon":
|
|
6612
|
-
return
|
|
6612
|
+
return I2({
|
|
6613
6613
|
width: e,
|
|
6614
6614
|
height: t,
|
|
6615
6615
|
color: a,
|
|
@@ -6617,7 +6617,7 @@ const Qt = ({
|
|
|
6617
6617
|
onClick: h
|
|
6618
6618
|
});
|
|
6619
6619
|
case "visibilityOffIcon":
|
|
6620
|
-
return
|
|
6620
|
+
return O2({
|
|
6621
6621
|
width: e,
|
|
6622
6622
|
height: t,
|
|
6623
6623
|
color: a,
|
|
@@ -6625,7 +6625,7 @@ const Qt = ({
|
|
|
6625
6625
|
onClick: h
|
|
6626
6626
|
});
|
|
6627
6627
|
case "selectArrowIcon":
|
|
6628
|
-
return
|
|
6628
|
+
return S2({
|
|
6629
6629
|
width: e,
|
|
6630
6630
|
height: t,
|
|
6631
6631
|
color: a,
|
|
@@ -6633,7 +6633,7 @@ const Qt = ({
|
|
|
6633
6633
|
onClick: h
|
|
6634
6634
|
});
|
|
6635
6635
|
case "expandArrowIcon":
|
|
6636
|
-
return
|
|
6636
|
+
return A2({
|
|
6637
6637
|
width: e,
|
|
6638
6638
|
height: t,
|
|
6639
6639
|
color: a,
|
|
@@ -6641,7 +6641,7 @@ const Qt = ({
|
|
|
6641
6641
|
onClick: h
|
|
6642
6642
|
});
|
|
6643
6643
|
case "expandActiveArrowIcon":
|
|
6644
|
-
return
|
|
6644
|
+
return B2({
|
|
6645
6645
|
width: e,
|
|
6646
6646
|
height: t,
|
|
6647
6647
|
color: a,
|
|
@@ -6649,111 +6649,111 @@ const Qt = ({
|
|
|
6649
6649
|
onClick: h
|
|
6650
6650
|
});
|
|
6651
6651
|
case "camera":
|
|
6652
|
-
return Z2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6653
|
-
case "sortUp":
|
|
6654
6652
|
return W2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6655
|
-
case "
|
|
6653
|
+
case "sortUp":
|
|
6656
6654
|
return j2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6657
|
-
case "
|
|
6655
|
+
case "sortDown":
|
|
6658
6656
|
return D2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6659
|
-
case "
|
|
6657
|
+
case "logOut2":
|
|
6660
6658
|
return T2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6661
|
-
case "
|
|
6659
|
+
case "search":
|
|
6662
6660
|
return G2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6661
|
+
case "handRock":
|
|
6662
|
+
return K2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6663
6663
|
case "arrowUpFilled":
|
|
6664
|
-
return
|
|
6664
|
+
return Y2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6665
6665
|
case "arrowDownFilled":
|
|
6666
|
-
return
|
|
6666
|
+
return F2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6667
6667
|
case "link":
|
|
6668
|
-
return
|
|
6668
|
+
return U2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6669
6669
|
case "telegram":
|
|
6670
|
-
return
|
|
6670
|
+
return J2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6671
6671
|
case "mail":
|
|
6672
|
-
return
|
|
6672
|
+
return q2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6673
6673
|
case "github":
|
|
6674
|
-
return
|
|
6674
|
+
return z2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6675
6675
|
case "linkedIn":
|
|
6676
|
-
return
|
|
6676
|
+
return Q2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6677
6677
|
case "emptyStateIcon":
|
|
6678
|
-
return q2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6679
|
-
case "filtersIcon":
|
|
6680
6678
|
return X2({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6681
|
-
case "
|
|
6679
|
+
case "filtersIcon":
|
|
6682
6680
|
return e5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6683
|
-
case "
|
|
6681
|
+
case "dotMenuIcon":
|
|
6684
6682
|
return t5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6685
|
-
case "
|
|
6683
|
+
case "plusCircle":
|
|
6686
6684
|
return i5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6687
|
-
case "
|
|
6685
|
+
case "warning":
|
|
6688
6686
|
return s5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6689
|
-
case "
|
|
6687
|
+
case "back":
|
|
6690
6688
|
return n5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6689
|
+
case "bell":
|
|
6690
|
+
return r5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6691
6691
|
case "contract":
|
|
6692
|
-
return
|
|
6692
|
+
return l5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6693
6693
|
case "trash2":
|
|
6694
|
-
return
|
|
6694
|
+
return o5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6695
6695
|
case "manager":
|
|
6696
|
-
return l5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6697
|
-
case "resourceManager":
|
|
6698
6696
|
return a5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6699
|
-
case "
|
|
6697
|
+
case "resourceManager":
|
|
6700
6698
|
return h5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6701
|
-
case "
|
|
6699
|
+
case "settings2":
|
|
6702
6700
|
return c5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6703
|
-
case "
|
|
6701
|
+
case "image":
|
|
6704
6702
|
return d5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6705
|
-
case "
|
|
6703
|
+
case "upload":
|
|
6706
6704
|
return g5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6707
|
-
case "
|
|
6705
|
+
case "edit":
|
|
6708
6706
|
return C5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6709
|
-
case "
|
|
6707
|
+
case "location":
|
|
6710
6708
|
return u5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6711
|
-
case "
|
|
6709
|
+
case "plus2":
|
|
6712
6710
|
return p5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6713
|
-
case "
|
|
6711
|
+
case "search2":
|
|
6714
6712
|
return f5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6715
|
-
case "
|
|
6713
|
+
case "fastArrowLeft":
|
|
6716
6714
|
return w5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6717
|
-
case "
|
|
6715
|
+
case "fastArrowRight":
|
|
6718
6716
|
return m5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6717
|
+
case "crossInCircle":
|
|
6718
|
+
return k5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6719
6719
|
case "arrowUp2":
|
|
6720
|
-
return
|
|
6720
|
+
return v5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6721
6721
|
case "arrowDown2":
|
|
6722
|
-
return
|
|
6722
|
+
return L5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6723
6723
|
case "filledArrowLeft":
|
|
6724
|
-
return v5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6725
|
-
case "filledArrowRight":
|
|
6726
6724
|
return N5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6727
|
-
case "
|
|
6725
|
+
case "filledArrowRight":
|
|
6728
6726
|
return x5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6729
|
-
case "
|
|
6727
|
+
case "burgerMenu":
|
|
6730
6728
|
return R5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6731
|
-
case "
|
|
6729
|
+
case "signOut":
|
|
6732
6730
|
return M5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6733
|
-
case "
|
|
6731
|
+
case "refresh":
|
|
6734
6732
|
return y5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6733
|
+
case "projects":
|
|
6734
|
+
return b5({ width: e, height: t, color: a, className: o, onClick: h });
|
|
6735
6735
|
default:
|
|
6736
|
-
return /* @__PURE__ */ r(
|
|
6736
|
+
return /* @__PURE__ */ r(e1, { children: "No Icon provided" });
|
|
6737
6737
|
}
|
|
6738
6738
|
})() });
|
|
6739
6739
|
};
|
|
6740
|
-
var
|
|
6741
|
-
const
|
|
6740
|
+
var z1 = /* @__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))(z1 || {});
|
|
6741
|
+
const H5 = r1({
|
|
6742
6742
|
locale: "en",
|
|
6743
6743
|
theme: "light"
|
|
6744
6744
|
});
|
|
6745
|
-
|
|
6746
|
-
const
|
|
6745
|
+
H5.Provider;
|
|
6746
|
+
const J1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n = !0 }) => {
|
|
6747
6747
|
const l = t === "small" ? 10 : 12.5;
|
|
6748
6748
|
return /* @__PURE__ */ r(
|
|
6749
|
-
|
|
6749
|
+
$1,
|
|
6750
6750
|
{
|
|
6751
6751
|
className: `snmt-tag ${t}`,
|
|
6752
6752
|
closeIcon: /* @__PURE__ */ r(
|
|
6753
|
-
|
|
6753
|
+
E5,
|
|
6754
6754
|
{
|
|
6755
6755
|
name: "errorSmall",
|
|
6756
|
-
color:
|
|
6756
|
+
color: z1.GREY_DARK_2,
|
|
6757
6757
|
width: l,
|
|
6758
6758
|
height: l,
|
|
6759
6759
|
onClick: s
|
|
@@ -6762,15 +6762,15 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6762
6762
|
bordered: !1,
|
|
6763
6763
|
style: { width: e ?? "fit-content" },
|
|
6764
6764
|
closable: n,
|
|
6765
|
-
children: typeof i == "string" ? /* @__PURE__ */ r(
|
|
6765
|
+
children: typeof i == "string" ? /* @__PURE__ */ r(Qt, { variant: t === "small" ? "body4" : "body2", children: i }) : i
|
|
6766
6766
|
}
|
|
6767
6767
|
);
|
|
6768
|
-
}, { Title:
|
|
6768
|
+
}, { Title: V5, Text: _5 } = P1, I5 = {
|
|
6769
6769
|
h1: 1,
|
|
6770
6770
|
h2: 2,
|
|
6771
6771
|
h3: 3,
|
|
6772
6772
|
h4: 4
|
|
6773
|
-
},
|
|
6773
|
+
}, Q1 = o1(
|
|
6774
6774
|
({
|
|
6775
6775
|
align: i = "inherit",
|
|
6776
6776
|
variant: e = "body1",
|
|
@@ -6783,17 +6783,17 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6783
6783
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
6784
6784
|
let g = `snmt-typography snmt-typography-${e}`;
|
|
6785
6785
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ r(
|
|
6786
|
-
|
|
6786
|
+
V5,
|
|
6787
6787
|
{
|
|
6788
6788
|
className: g,
|
|
6789
6789
|
style: { color: t, whiteSpace: c },
|
|
6790
6790
|
onClick: n,
|
|
6791
|
-
level:
|
|
6791
|
+
level: I5[e],
|
|
6792
6792
|
ref: o,
|
|
6793
6793
|
children: s
|
|
6794
6794
|
}
|
|
6795
6795
|
) : /* @__PURE__ */ r(
|
|
6796
|
-
|
|
6796
|
+
_5,
|
|
6797
6797
|
{
|
|
6798
6798
|
className: g,
|
|
6799
6799
|
style: { color: t, whiteSpace: c },
|
|
@@ -6803,7 +6803,7 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6803
6803
|
}
|
|
6804
6804
|
);
|
|
6805
6805
|
}
|
|
6806
|
-
),
|
|
6806
|
+
), O5 = ({
|
|
6807
6807
|
children: i,
|
|
6808
6808
|
content: e,
|
|
6809
6809
|
isOpen: t,
|
|
@@ -6811,9 +6811,9 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6811
6811
|
placement: n = "topRight",
|
|
6812
6812
|
noPadding: l = !1
|
|
6813
6813
|
}) => {
|
|
6814
|
-
const [c, o] =
|
|
6814
|
+
const [c, o] = B(!1);
|
|
6815
6815
|
return /* @__PURE__ */ r(
|
|
6816
|
-
|
|
6816
|
+
ue,
|
|
6817
6817
|
{
|
|
6818
6818
|
content: e,
|
|
6819
6819
|
arrow: !1,
|
|
@@ -6827,7 +6827,7 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6827
6827
|
children: /* @__PURE__ */ r("div", { className: "wrapper", children: i })
|
|
6828
6828
|
}
|
|
6829
6829
|
);
|
|
6830
|
-
},
|
|
6830
|
+
}, S5 = ({
|
|
6831
6831
|
values: i,
|
|
6832
6832
|
onTagClose: e,
|
|
6833
6833
|
maxWidth: t,
|
|
@@ -6835,8 +6835,8 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6835
6835
|
options: n,
|
|
6836
6836
|
extraOptions: l
|
|
6837
6837
|
}) => {
|
|
6838
|
-
const [c, o] =
|
|
6839
|
-
|
|
6838
|
+
const [c, o] = B(!1);
|
|
6839
|
+
K(() => {
|
|
6840
6840
|
i.length || o(!1);
|
|
6841
6841
|
}, [i]);
|
|
6842
6842
|
const d = (a) => {
|
|
@@ -6849,12 +6849,12 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6849
6849
|
return ((h = n == null ? void 0 : n.find((p) => p.value === a)) == null ? void 0 : h.label) || ((u = l == null ? void 0 : l.find((p) => p.value === a)) == null ? void 0 : u.label) || a;
|
|
6850
6850
|
};
|
|
6851
6851
|
return /* @__PURE__ */ r("div", { onMouseDown: d, className: "wrapper", children: /* @__PURE__ */ r(
|
|
6852
|
-
|
|
6852
|
+
O5,
|
|
6853
6853
|
{
|
|
6854
6854
|
content: (
|
|
6855
6855
|
// 90: paddings + margins + gaps and so on
|
|
6856
6856
|
/* @__PURE__ */ r("div", { style: { maxWidth: t - 90 }, children: /* @__PURE__ */ r(d1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: a }) => /* @__PURE__ */ r(
|
|
6857
|
-
|
|
6857
|
+
J1,
|
|
6858
6858
|
{
|
|
6859
6859
|
onClose: () => e(a),
|
|
6860
6860
|
closable: !s,
|
|
@@ -6866,13 +6866,13 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6866
6866
|
placement: "bottomRight",
|
|
6867
6867
|
isOpen: c,
|
|
6868
6868
|
setIsOpen: o,
|
|
6869
|
-
children: /* @__PURE__ */ r(
|
|
6869
|
+
children: /* @__PURE__ */ r($1, { className: `overflow-button ${c ? "open" : ""}`, bordered: !1, children: /* @__PURE__ */ C(Q1, { variant: "body4", color: c ? X.BLUE_PRIMARY : void 0, children: [
|
|
6870
6870
|
i.length,
|
|
6871
6871
|
" more"
|
|
6872
6872
|
] }) })
|
|
6873
6873
|
}
|
|
6874
6874
|
) });
|
|
6875
|
-
},
|
|
6875
|
+
}, b1 = ({ size: i = 30, color: e = "#004ed7" }) => {
|
|
6876
6876
|
const t = `no-repeat linear-gradient(${e}
|
|
6877
6877
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
|
6878
6878
|
width: i,
|
|
@@ -6880,7 +6880,7 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6880
6880
|
backgroundSize: "20% calc(200% + 20px)"
|
|
6881
6881
|
};
|
|
6882
6882
|
return /* @__PURE__ */ r("span", { className: "snmt-loader", style: s });
|
|
6883
|
-
},
|
|
6883
|
+
}, E1 = o1(
|
|
6884
6884
|
({
|
|
6885
6885
|
value: i,
|
|
6886
6886
|
onChange: e,
|
|
@@ -6891,170 +6891,171 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
6891
6891
|
width: c,
|
|
6892
6892
|
disabled: o = !1,
|
|
6893
6893
|
required: d = !1,
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
|
|
6902
|
-
|
|
6903
|
-
|
|
6904
|
-
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
6894
|
+
clearable: g = !1,
|
|
6895
|
+
scrollThresholdValue: a = 50,
|
|
6896
|
+
onSearchChange: h,
|
|
6897
|
+
onDropdownVisibleChange: u,
|
|
6898
|
+
onScrollToEnd: p,
|
|
6899
|
+
onPopupScroll: N,
|
|
6900
|
+
id: R,
|
|
6901
|
+
extraOptions: k,
|
|
6902
|
+
dropdownRender: b,
|
|
6903
|
+
optionRender: M,
|
|
6904
|
+
isLoading: V,
|
|
6905
|
+
readOnly: f
|
|
6906
|
+
}, y) => {
|
|
6907
|
+
const [x, w] = B(!1), [H, Z] = B(!1), [A, _] = B(!0), [I, W] = B(i), E = l1(null);
|
|
6908
|
+
K(() => {
|
|
6909
|
+
W(i);
|
|
6909
6910
|
}, [i]);
|
|
6910
|
-
const
|
|
6911
|
-
|
|
6912
|
-
},
|
|
6913
|
-
var
|
|
6914
|
-
return !!((
|
|
6911
|
+
const G = (m) => {
|
|
6912
|
+
w(m), u && u(m);
|
|
6913
|
+
}, F = (m, S) => {
|
|
6914
|
+
var P;
|
|
6915
|
+
return !!((P = S == null ? void 0 : S.label) != null && P.toString().toLowerCase().includes(m.toLowerCase()));
|
|
6915
6916
|
}, Y = () => {
|
|
6916
|
-
|
|
6917
|
-
},
|
|
6918
|
-
|
|
6919
|
-
},
|
|
6920
|
-
(
|
|
6921
|
-
if (
|
|
6922
|
-
const
|
|
6923
|
-
e == null || e(
|
|
6917
|
+
Z(!0);
|
|
6918
|
+
}, O = () => {
|
|
6919
|
+
Z(!1);
|
|
6920
|
+
}, T = D(
|
|
6921
|
+
(m) => {
|
|
6922
|
+
if (W(m), s) {
|
|
6923
|
+
const P = m;
|
|
6924
|
+
e == null || e(P);
|
|
6924
6925
|
return;
|
|
6925
6926
|
}
|
|
6926
|
-
const
|
|
6927
|
-
e == null || e(
|
|
6927
|
+
const S = m;
|
|
6928
|
+
e == null || e(S);
|
|
6928
6929
|
},
|
|
6929
6930
|
[s, e]
|
|
6930
|
-
),
|
|
6931
|
-
if (!
|
|
6931
|
+
), U = D(() => {
|
|
6932
|
+
if (!f) {
|
|
6932
6933
|
if (s) {
|
|
6933
|
-
|
|
6934
|
+
T([]);
|
|
6934
6935
|
return;
|
|
6935
6936
|
}
|
|
6936
|
-
|
|
6937
|
+
T("");
|
|
6937
6938
|
}
|
|
6938
|
-
}, [
|
|
6939
|
-
(
|
|
6940
|
-
const
|
|
6941
|
-
|
|
6939
|
+
}, [T, s, f]), z = D(
|
|
6940
|
+
(m) => {
|
|
6941
|
+
const S = I.filter((P) => P !== m);
|
|
6942
|
+
T(S), W(S);
|
|
6942
6943
|
},
|
|
6943
|
-
[
|
|
6944
|
-
),
|
|
6945
|
-
(
|
|
6944
|
+
[T, I]
|
|
6945
|
+
), M1 = D(
|
|
6946
|
+
(m) => (I == null ? void 0 : I.indexOf(m)) === 0 ? (
|
|
6946
6947
|
// if the search input is empty
|
|
6947
6948
|
// then display the placeholder, else do not display it
|
|
6948
|
-
/* @__PURE__ */ r("span", { className: "custom-placeholder", children:
|
|
6949
|
-
) : /* @__PURE__ */ r(
|
|
6950
|
-
[
|
|
6951
|
-
),
|
|
6952
|
-
|
|
6953
|
-
},
|
|
6954
|
-
const { target:
|
|
6955
|
-
|
|
6956
|
-
}, m1 =
|
|
6957
|
-
(
|
|
6958
|
-
var
|
|
6959
|
-
return ((
|
|
6960
|
-
(k1) => k1.value ===
|
|
6961
|
-
)) == null ? void 0 :
|
|
6949
|
+
/* @__PURE__ */ r("span", { className: "custom-placeholder", children: A ? t : "" })
|
|
6950
|
+
) : /* @__PURE__ */ r(e1, {}),
|
|
6951
|
+
[A, I, t]
|
|
6952
|
+
), se = (m) => {
|
|
6953
|
+
m.preventDefault(), m.stopPropagation();
|
|
6954
|
+
}, ne = async (m) => {
|
|
6955
|
+
const { target: S } = m;
|
|
6956
|
+
S.scrollTop + S.offsetHeight >= S.scrollHeight - a && (p == null || p(!0)), N && await N(m);
|
|
6957
|
+
}, m1 = D(
|
|
6958
|
+
(m) => {
|
|
6959
|
+
var S, P;
|
|
6960
|
+
return ((S = l.find((k1) => k1.value === m)) == null ? void 0 : S.label) || ((P = k == null ? void 0 : k.find(
|
|
6961
|
+
(k1) => k1.value === m
|
|
6962
|
+
)) == null ? void 0 : P.label) || m;
|
|
6962
6963
|
},
|
|
6963
|
-
[
|
|
6964
|
-
),
|
|
6965
|
-
(
|
|
6966
|
-
var
|
|
6964
|
+
[k, l]
|
|
6965
|
+
), re = D(
|
|
6966
|
+
(m) => {
|
|
6967
|
+
var S;
|
|
6967
6968
|
return /* @__PURE__ */ r(
|
|
6968
|
-
|
|
6969
|
+
S5,
|
|
6969
6970
|
{
|
|
6970
|
-
values:
|
|
6971
|
-
onTagClose:
|
|
6972
|
-
maxWidth: ((
|
|
6973
|
-
disabled: o ||
|
|
6971
|
+
values: m,
|
|
6972
|
+
onTagClose: z,
|
|
6973
|
+
maxWidth: ((S = E.current) == null ? void 0 : S.clientWidth) || 0,
|
|
6974
|
+
disabled: o || f,
|
|
6974
6975
|
options: l,
|
|
6975
|
-
extraOptions:
|
|
6976
|
+
extraOptions: k
|
|
6976
6977
|
}
|
|
6977
6978
|
);
|
|
6978
6979
|
},
|
|
6979
|
-
[o,
|
|
6980
|
-
),
|
|
6981
|
-
({ label:
|
|
6982
|
-
[o, m1,
|
|
6980
|
+
[o, k, z, l, f]
|
|
6981
|
+
), oe = D(
|
|
6982
|
+
({ label: m, value: S, mode: P }) => P === "filter" ? M1(S) : /* @__PURE__ */ r("div", { onMouseDown: se, className: "tag-wrapper", children: /* @__PURE__ */ r(J1, { onClose: () => z(S), closable: !o, children: /* @__PURE__ */ r(Q1, { variant: "body4", children: typeof m == "object" ? m : m1(S) }) }) }),
|
|
6983
|
+
[o, m1, z, M1]
|
|
6983
6984
|
);
|
|
6984
6985
|
return /* @__PURE__ */ C(
|
|
6985
6986
|
"div",
|
|
6986
6987
|
{
|
|
6987
|
-
className: `snmt-select ${
|
|
6988
|
-
${s ? "" : "snmt-select-single"} ${
|
|
6989
|
-
ref:
|
|
6988
|
+
className: `snmt-select ${H ? "snmt-select-focused" : ""}
|
|
6989
|
+
${s ? "" : "snmt-select-single"} ${f ? "snmt-select-read-only" : ""}`,
|
|
6990
|
+
ref: E,
|
|
6990
6991
|
style: { width: c },
|
|
6991
6992
|
children: [
|
|
6992
6993
|
/* @__PURE__ */ r(
|
|
6993
|
-
|
|
6994
|
+
ce,
|
|
6994
6995
|
{
|
|
6995
6996
|
className: "snmt-select-blank",
|
|
6996
|
-
popupClassName:
|
|
6997
|
-
id:
|
|
6998
|
-
ref:
|
|
6997
|
+
popupClassName: f ? "dropdown-read-only" : "",
|
|
6998
|
+
id: R,
|
|
6999
|
+
ref: y,
|
|
6999
7000
|
showSearch: !!n,
|
|
7000
|
-
filterOption: n &&
|
|
7001
|
-
onDropdownVisibleChange:
|
|
7001
|
+
filterOption: n && F,
|
|
7002
|
+
onDropdownVisibleChange: G,
|
|
7002
7003
|
placeholder: t ? d ? `${t}*` : t : void 0,
|
|
7003
7004
|
disabled: o,
|
|
7004
|
-
value:
|
|
7005
|
-
labelRender: (
|
|
7005
|
+
value: I || void 0,
|
|
7006
|
+
labelRender: (m) => m1(m.value),
|
|
7006
7007
|
mode: s === "filter" ? "multiple" : s,
|
|
7007
|
-
onChange:
|
|
7008
|
+
onChange: T,
|
|
7008
7009
|
onFocus: Y,
|
|
7009
|
-
onBlur:
|
|
7010
|
-
onSearch: (
|
|
7011
|
-
|
|
7010
|
+
onBlur: O,
|
|
7011
|
+
onSearch: (m) => {
|
|
7012
|
+
_(!m), h && h(m);
|
|
7012
7013
|
},
|
|
7013
|
-
onSelect: () =>
|
|
7014
|
-
onDeselect: () =>
|
|
7015
|
-
tagRender: (
|
|
7014
|
+
onSelect: () => _(!0),
|
|
7015
|
+
onDeselect: () => _(!0),
|
|
7016
|
+
tagRender: (m) => oe({ ...m, mode: s }),
|
|
7016
7017
|
maxTagCount: "responsive",
|
|
7017
|
-
maxTagPlaceholder:
|
|
7018
|
-
onPopupScroll:
|
|
7019
|
-
prefix:
|
|
7020
|
-
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(
|
|
7021
|
-
|
|
7018
|
+
maxTagPlaceholder: re,
|
|
7019
|
+
onPopupScroll: ne,
|
|
7020
|
+
prefix: V && /* @__PURE__ */ r(b1, { size: 15 }),
|
|
7021
|
+
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(e1, { children: [
|
|
7022
|
+
I && !!I.length && (s || g) && /* @__PURE__ */ r("div", { onClick: U, children: /* @__PURE__ */ r(h1, { name: "cancel" }) }),
|
|
7022
7023
|
/* @__PURE__ */ r(
|
|
7023
7024
|
h1,
|
|
7024
7025
|
{
|
|
7025
7026
|
name: "selectArrowIcon",
|
|
7026
|
-
color: o ?
|
|
7027
|
-
className:
|
|
7028
|
-
onClick: () =>
|
|
7027
|
+
color: o ? X.GREY_DARK_1 : X.GREY_DARK_5,
|
|
7028
|
+
className: x ? "select-arrow-rotated" : "select-arrow",
|
|
7029
|
+
onClick: () => w(!x)
|
|
7029
7030
|
}
|
|
7030
7031
|
)
|
|
7031
7032
|
] }) }),
|
|
7032
|
-
removeIcon: /* @__PURE__ */ r(h1, { name: "errorSmall", color:
|
|
7033
|
+
removeIcon: /* @__PURE__ */ r(h1, { name: "errorSmall", color: X.GREY_DARK_2 }),
|
|
7033
7034
|
options: l,
|
|
7034
|
-
optionRender: (
|
|
7035
|
+
optionRender: (m) => M ? M(m.data) : /* @__PURE__ */ C(d1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
7035
7036
|
/* @__PURE__ */ C(d1, { alignItems: "center", gap: 12, children: [
|
|
7036
7037
|
s && /* @__PURE__ */ r(
|
|
7037
|
-
|
|
7038
|
+
we,
|
|
7038
7039
|
{
|
|
7039
|
-
checked: !!(
|
|
7040
|
+
checked: !!(I != null && I.includes(m.value))
|
|
7040
7041
|
}
|
|
7041
7042
|
),
|
|
7042
7043
|
/* @__PURE__ */ C(d1, { alignItems: "center", gap: 8, children: [
|
|
7043
|
-
|
|
7044
|
-
/* @__PURE__ */ r("span", { children:
|
|
7044
|
+
m.data.image && /* @__PURE__ */ r(fe, { src: m.data.image, size: 20 }),
|
|
7045
|
+
/* @__PURE__ */ r("span", { children: m.label })
|
|
7045
7046
|
] })
|
|
7046
7047
|
] }),
|
|
7047
|
-
!s &&
|
|
7048
|
+
!s && I === m.value && /* @__PURE__ */ r(
|
|
7048
7049
|
h1,
|
|
7049
7050
|
{
|
|
7050
7051
|
name: "ok",
|
|
7051
|
-
color:
|
|
7052
|
+
color: X.BLUE_PRIMARY,
|
|
7052
7053
|
width: 16,
|
|
7053
7054
|
height: 16
|
|
7054
7055
|
}
|
|
7055
7056
|
)
|
|
7056
7057
|
] }),
|
|
7057
|
-
dropdownRender:
|
|
7058
|
+
dropdownRender: V ? () => /* @__PURE__ */ r(
|
|
7058
7059
|
"div",
|
|
7059
7060
|
{
|
|
7060
7061
|
style: {
|
|
@@ -7062,15 +7063,15 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
7062
7063
|
display: "grid",
|
|
7063
7064
|
justifyContent: "center"
|
|
7064
7065
|
},
|
|
7065
|
-
children: /* @__PURE__ */ r(
|
|
7066
|
+
children: /* @__PURE__ */ r(b1, { size: 28 })
|
|
7066
7067
|
}
|
|
7067
|
-
) : (
|
|
7068
|
+
) : (m) => b ? b(m) : m
|
|
7068
7069
|
}
|
|
7069
7070
|
),
|
|
7070
7071
|
/* @__PURE__ */ r(
|
|
7071
7072
|
"fieldset",
|
|
7072
7073
|
{
|
|
7073
|
-
className: `${
|
|
7074
|
+
className: `${H ? "fieldset-focused" : ""}
|
|
7074
7075
|
${o ? "fieldset-disabled" : ""}
|
|
7075
7076
|
${typeof i == "string" && i ? "fieldset-filled" : ""}
|
|
7076
7077
|
${typeof i == "object" && i != null && i.length ? "fieldset-filled" : ""}`,
|
|
@@ -7082,9 +7083,9 @@ const z1 = ({ children: i, width: e, size: t = "small", onClose: s, closable: n
|
|
|
7082
7083
|
);
|
|
7083
7084
|
}
|
|
7084
7085
|
);
|
|
7085
|
-
function
|
|
7086
|
+
function A5(i, e = 500) {
|
|
7086
7087
|
const t = l1();
|
|
7087
|
-
return
|
|
7088
|
+
return K(() => () => {
|
|
7088
7089
|
t.current && clearTimeout(t.current);
|
|
7089
7090
|
}, []), (...s) => {
|
|
7090
7091
|
const n = setTimeout(() => {
|
|
@@ -7096,7 +7097,7 @@ function S5(i, e = 500) {
|
|
|
7096
7097
|
const t1 = {
|
|
7097
7098
|
limit: 100,
|
|
7098
7099
|
offset: 0
|
|
7099
|
-
},
|
|
7100
|
+
}, H1 = o1(
|
|
7100
7101
|
({
|
|
7101
7102
|
loadOptions: i,
|
|
7102
7103
|
width: e,
|
|
@@ -7112,73 +7113,73 @@ const t1 = {
|
|
|
7112
7113
|
onDropdownVisibleChange: h,
|
|
7113
7114
|
optionRender: u,
|
|
7114
7115
|
dropdownRender: p,
|
|
7115
|
-
readOnly:
|
|
7116
|
+
readOnly: N
|
|
7116
7117
|
}, R) => {
|
|
7117
|
-
const [
|
|
7118
|
-
async (
|
|
7119
|
-
if (!
|
|
7118
|
+
const [k, b] = B([]), [M, V] = B(t1), [f, y] = B(!1), [x, w] = B(null), H = D(
|
|
7119
|
+
async (E = !1, G) => {
|
|
7120
|
+
if (!f) {
|
|
7120
7121
|
y(!0);
|
|
7121
7122
|
try {
|
|
7122
|
-
const
|
|
7123
|
-
|
|
7124
|
-
(
|
|
7125
|
-
),
|
|
7126
|
-
...
|
|
7127
|
-
offset:
|
|
7123
|
+
const F = E ? { ...t1, search: G } : M, Y = await i(F);
|
|
7124
|
+
b(
|
|
7125
|
+
(O) => E ? Y.options : [...O, ...Y.options]
|
|
7126
|
+
), w(Y.count), V((O) => ({
|
|
7127
|
+
...O,
|
|
7128
|
+
offset: O.offset + O.limit
|
|
7128
7129
|
}));
|
|
7129
7130
|
} finally {
|
|
7130
7131
|
y(!1);
|
|
7131
7132
|
}
|
|
7132
7133
|
}
|
|
7133
7134
|
},
|
|
7134
|
-
[M, i,
|
|
7135
|
-
),
|
|
7136
|
-
(
|
|
7137
|
-
|
|
7135
|
+
[M, i, f]
|
|
7136
|
+
), Z = A5(H), A = D(
|
|
7137
|
+
(E) => {
|
|
7138
|
+
E === "" || E === void 0 || E === null ? (V(t1), Z(!0)) : Z(!0, E);
|
|
7138
7139
|
},
|
|
7139
|
-
[
|
|
7140
|
-
),
|
|
7141
|
-
|
|
7142
|
-
},
|
|
7143
|
-
(
|
|
7144
|
-
|
|
7140
|
+
[Z]
|
|
7141
|
+
), _ = async (E) => {
|
|
7142
|
+
E && x !== null && x > k.length && await H(!1);
|
|
7143
|
+
}, I = D(
|
|
7144
|
+
(E) => {
|
|
7145
|
+
E && !g && (b([]), V(t1), H(!0)), h == null || h(E);
|
|
7145
7146
|
},
|
|
7146
7147
|
// eslint-disable-next-line
|
|
7147
7148
|
[g]
|
|
7148
7149
|
);
|
|
7149
|
-
|
|
7150
|
-
g &&
|
|
7150
|
+
K(() => {
|
|
7151
|
+
g && H(!1);
|
|
7151
7152
|
}, []);
|
|
7152
7153
|
const W = {
|
|
7153
7154
|
id: n,
|
|
7154
7155
|
width: e,
|
|
7155
|
-
options:
|
|
7156
|
+
options: k,
|
|
7156
7157
|
onChange: t,
|
|
7157
7158
|
ref: R,
|
|
7158
7159
|
placeholder: o,
|
|
7159
7160
|
search: !0,
|
|
7160
7161
|
value: s,
|
|
7161
|
-
onSearchChange:
|
|
7162
|
-
onDropdownVisibleChange:
|
|
7162
|
+
onSearchChange: A,
|
|
7163
|
+
onDropdownVisibleChange: I,
|
|
7163
7164
|
scrollThresholdValue: c,
|
|
7164
|
-
onScrollToEnd:
|
|
7165
|
+
onScrollToEnd: _,
|
|
7165
7166
|
loadOnClosedState: g,
|
|
7166
7167
|
disabled: l,
|
|
7167
7168
|
extraOptions: a,
|
|
7168
|
-
isLoading:
|
|
7169
|
+
isLoading: f,
|
|
7169
7170
|
optionRender: u,
|
|
7170
7171
|
dropdownRender: p,
|
|
7171
|
-
readOnly:
|
|
7172
|
+
readOnly: N
|
|
7172
7173
|
};
|
|
7173
|
-
return
|
|
7174
|
+
return he(R, () => ({
|
|
7174
7175
|
refetchOptions: async () => {
|
|
7175
|
-
V(t1), await
|
|
7176
|
+
V(t1), await H(!0);
|
|
7176
7177
|
}
|
|
7177
|
-
})), d ? /* @__PURE__ */ r(
|
|
7178
|
+
})), d ? /* @__PURE__ */ r(E1, { ...W, onChange: t, value: s, mode: d }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r(E1, { ...W, onChange: t, value: s }) });
|
|
7178
7179
|
}
|
|
7179
7180
|
);
|
|
7180
7181
|
var g1 = /* @__PURE__ */ ((i) => (i.ACTIVE = "Active", i.ARCHIVED = "Archived", i))(g1 || {});
|
|
7181
|
-
const
|
|
7182
|
+
const B5 = ({ size: i = 30, color: e = "#004ed7" }) => {
|
|
7182
7183
|
const t = `no-repeat linear-gradient(${e}
|
|
7183
7184
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
|
7184
7185
|
width: i,
|
|
@@ -7187,20 +7188,20 @@ const A5 = ({ size: i = 30, color: e = "#004ed7" }) => {
|
|
|
7187
7188
|
};
|
|
7188
7189
|
return /* @__PURE__ */ r("span", { className: "snmt-loader", style: s });
|
|
7189
7190
|
};
|
|
7190
|
-
function
|
|
7191
|
+
function Z5() {
|
|
7191
7192
|
if (console && console.warn) {
|
|
7192
7193
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
7193
7194
|
e[t] = arguments[t];
|
|
7194
|
-
|
|
7195
|
+
J(e[0]) && (e[0] = `react-i18next:: ${e[0]}`), console.warn(...e);
|
|
7195
7196
|
}
|
|
7196
7197
|
}
|
|
7197
|
-
const
|
|
7198
|
+
const V1 = {};
|
|
7198
7199
|
function N1() {
|
|
7199
7200
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
7200
7201
|
e[t] = arguments[t];
|
|
7201
|
-
|
|
7202
|
+
J(e[0]) && V1[e[0]] || (J(e[0]) && (V1[e[0]] = /* @__PURE__ */ new Date()), Z5(...e));
|
|
7202
7203
|
}
|
|
7203
|
-
const
|
|
7204
|
+
const q1 = (i, e) => () => {
|
|
7204
7205
|
if (i.isInitialized)
|
|
7205
7206
|
e();
|
|
7206
7207
|
else {
|
|
@@ -7211,13 +7212,13 @@ const Q1 = (i, e) => () => {
|
|
|
7211
7212
|
};
|
|
7212
7213
|
i.on("initialized", t);
|
|
7213
7214
|
}
|
|
7214
|
-
},
|
|
7215
|
-
i.loadNamespaces(e,
|
|
7216
|
-
},
|
|
7217
|
-
|
|
7215
|
+
}, _1 = (i, e, t) => {
|
|
7216
|
+
i.loadNamespaces(e, q1(i, t));
|
|
7217
|
+
}, I1 = (i, e, t, s) => {
|
|
7218
|
+
J(t) && (t = [t]), t.forEach((n) => {
|
|
7218
7219
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
|
7219
|
-
}), i.loadLanguages(e,
|
|
7220
|
-
},
|
|
7220
|
+
}), i.loadLanguages(e, q1(i, s));
|
|
7221
|
+
}, W5 = function(i, e) {
|
|
7221
7222
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7222
7223
|
const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, l = e.languages[e.languages.length - 1];
|
|
7223
7224
|
if (s.toLowerCase() === "cimode") return !0;
|
|
@@ -7226,15 +7227,15 @@ const Q1 = (i, e) => () => {
|
|
|
7226
7227
|
return g === -1 || g === 2;
|
|
7227
7228
|
};
|
|
7228
7229
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(l, i)));
|
|
7229
|
-
},
|
|
7230
|
+
}, j5 = function(i, e) {
|
|
7230
7231
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7231
7232
|
return !e.languages || !e.languages.length ? (N1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
|
7232
7233
|
lng: t.lng,
|
|
7233
7234
|
precheck: (n, l) => {
|
|
7234
7235
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !l(n.isLanguageChangingTo, i)) return !1;
|
|
7235
7236
|
}
|
|
7236
|
-
}) :
|
|
7237
|
-
},
|
|
7237
|
+
}) : W5(i, e, t);
|
|
7238
|
+
}, J = (i) => typeof i == "string", D5 = (i) => typeof i == "object" && i !== null, T5 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, G5 = {
|
|
7238
7239
|
"&": "&",
|
|
7239
7240
|
"&": "&",
|
|
7240
7241
|
"<": "<",
|
|
@@ -7255,7 +7256,7 @@ const Q1 = (i, e) => () => {
|
|
|
7255
7256
|
"…": "…",
|
|
7256
7257
|
"/": "/",
|
|
7257
7258
|
"/": "/"
|
|
7258
|
-
},
|
|
7259
|
+
}, K5 = (i) => G5[i], P5 = (i) => i.replace(T5, K5);
|
|
7259
7260
|
let x1 = {
|
|
7260
7261
|
bindI18n: "languageChanged",
|
|
7261
7262
|
bindI18nStore: "",
|
|
@@ -7264,27 +7265,27 @@ let x1 = {
|
|
|
7264
7265
|
transWrapTextNodes: "",
|
|
7265
7266
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
7266
7267
|
useSuspense: !0,
|
|
7267
|
-
unescape:
|
|
7268
|
+
unescape: P5
|
|
7268
7269
|
};
|
|
7269
|
-
const
|
|
7270
|
+
const $5 = function() {
|
|
7270
7271
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
7271
7272
|
x1 = {
|
|
7272
7273
|
...x1,
|
|
7273
7274
|
...i
|
|
7274
7275
|
};
|
|
7275
|
-
},
|
|
7276
|
-
let
|
|
7277
|
-
const
|
|
7278
|
-
|
|
7279
|
-
},
|
|
7276
|
+
}, F5 = () => x1;
|
|
7277
|
+
let X1;
|
|
7278
|
+
const Y5 = (i) => {
|
|
7279
|
+
X1 = i;
|
|
7280
|
+
}, U5 = () => X1, z5 = {
|
|
7280
7281
|
type: "3rdParty",
|
|
7281
7282
|
init(i) {
|
|
7282
|
-
|
|
7283
|
+
$5(i.options.react), Y5(i);
|
|
7283
7284
|
}
|
|
7284
|
-
},
|
|
7285
|
-
class
|
|
7285
|
+
}, J5 = r1();
|
|
7286
|
+
class Q5 {
|
|
7286
7287
|
constructor() {
|
|
7287
|
-
|
|
7288
|
+
y1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
7288
7289
|
this.usedNamespaces = {};
|
|
7289
7290
|
}
|
|
7290
7291
|
addUsedNamespaces(e) {
|
|
@@ -7293,27 +7294,27 @@ class J5 {
|
|
|
7293
7294
|
});
|
|
7294
7295
|
}
|
|
7295
7296
|
}
|
|
7296
|
-
const
|
|
7297
|
+
const q5 = (i, e) => {
|
|
7297
7298
|
const t = l1();
|
|
7298
|
-
return
|
|
7299
|
+
return K(() => {
|
|
7299
7300
|
t.current = i;
|
|
7300
7301
|
}, [i, e]), t.current;
|
|
7301
|
-
},
|
|
7302
|
+
}, ee = (i, e, t, s) => i.getFixedT(e, t, s), X5 = (i, e, t, s) => D(ee(i, e, t, s), [i, e, t, s]), e3 = function(i) {
|
|
7302
7303
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7303
7304
|
const {
|
|
7304
7305
|
i18n: t
|
|
7305
7306
|
} = e, {
|
|
7306
7307
|
i18n: s,
|
|
7307
7308
|
defaultNS: n
|
|
7308
|
-
} = a1(
|
|
7309
|
-
if (l && !l.reportNamespaces && (l.reportNamespaces = new
|
|
7309
|
+
} = a1(J5) || {}, l = t || s || U5();
|
|
7310
|
+
if (l && !l.reportNamespaces && (l.reportNamespaces = new Q5()), !l) {
|
|
7310
7311
|
N1("You will need to pass in an i18next instance by using initReactI18next");
|
|
7311
|
-
const
|
|
7312
|
-
return y.t =
|
|
7312
|
+
const f = (x, w) => J(w) ? w : D5(w) && J(w.defaultValue) ? w.defaultValue : Array.isArray(x) ? x[x.length - 1] : x, y = [f, {}, !1];
|
|
7313
|
+
return y.t = f, y.i18n = {}, y.ready = !1, y;
|
|
7313
7314
|
}
|
|
7314
7315
|
l.options.react && l.options.react.wait !== void 0 && N1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
7315
7316
|
const c = {
|
|
7316
|
-
|
|
7317
|
+
...F5(),
|
|
7317
7318
|
...l.options.react,
|
|
7318
7319
|
...e
|
|
7319
7320
|
}, {
|
|
@@ -7321,36 +7322,36 @@ const Q5 = (i, e) => {
|
|
|
7321
7322
|
keyPrefix: d
|
|
7322
7323
|
} = c;
|
|
7323
7324
|
let g = i;
|
|
7324
|
-
g =
|
|
7325
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((
|
|
7326
|
-
let
|
|
7327
|
-
e.lng && (
|
|
7328
|
-
const
|
|
7329
|
-
|
|
7325
|
+
g = J(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
|
7326
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) => j5(f, l, c)), h = X5(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => ee(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [N, R] = B(u);
|
|
7327
|
+
let k = g.join();
|
|
7328
|
+
e.lng && (k = `${e.lng}${k}`);
|
|
7329
|
+
const b = q5(k), M = l1(!0);
|
|
7330
|
+
K(() => {
|
|
7330
7331
|
const {
|
|
7331
|
-
bindI18n:
|
|
7332
|
+
bindI18n: f,
|
|
7332
7333
|
bindI18nStore: y
|
|
7333
7334
|
} = c;
|
|
7334
|
-
M.current = !0, !a && !o && (e.lng ?
|
|
7335
|
+
M.current = !0, !a && !o && (e.lng ? I1(l, e.lng, g, () => {
|
|
7335
7336
|
M.current && R(p);
|
|
7336
|
-
}) :
|
|
7337
|
+
}) : _1(l, g, () => {
|
|
7337
7338
|
M.current && R(p);
|
|
7338
|
-
})), a &&
|
|
7339
|
+
})), a && b && b !== k && M.current && R(p);
|
|
7339
7340
|
const x = () => {
|
|
7340
7341
|
M.current && R(p);
|
|
7341
7342
|
};
|
|
7342
|
-
return
|
|
7343
|
-
M.current = !1,
|
|
7343
|
+
return f && l && l.on(f, x), y && l && l.store.on(y, x), () => {
|
|
7344
|
+
M.current = !1, f && l && f.split(" ").forEach((w) => l.off(w, x)), y && l && y.split(" ").forEach((w) => l.store.off(w, x));
|
|
7344
7345
|
};
|
|
7345
|
-
}, [l,
|
|
7346
|
+
}, [l, k]), K(() => {
|
|
7346
7347
|
M.current && a && R(u);
|
|
7347
7348
|
}, [l, d, a]);
|
|
7348
|
-
const V = [
|
|
7349
|
-
if (V.t =
|
|
7350
|
-
throw new Promise((
|
|
7351
|
-
e.lng ?
|
|
7349
|
+
const V = [N, l, a];
|
|
7350
|
+
if (V.t = N, V.i18n = l, V.ready = a, a || !a && !o) return V;
|
|
7351
|
+
throw new Promise((f) => {
|
|
7352
|
+
e.lng ? I1(l, e.lng, g, () => f()) : _1(l, g, () => f());
|
|
7352
7353
|
});
|
|
7353
|
-
},
|
|
7354
|
+
}, t3 = {
|
|
7354
7355
|
type: "logger",
|
|
7355
7356
|
log(i) {
|
|
7356
7357
|
this.output("log", i);
|
|
@@ -7372,7 +7373,7 @@ class C1 {
|
|
|
7372
7373
|
}
|
|
7373
7374
|
init(e) {
|
|
7374
7375
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7375
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
7376
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || t3, this.options = t, this.debug = t.debug;
|
|
7376
7377
|
}
|
|
7377
7378
|
log() {
|
|
7378
7379
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
|
@@ -7448,23 +7449,23 @@ const i1 = () => {
|
|
|
7448
7449
|
i = s, e = n;
|
|
7449
7450
|
});
|
|
7450
7451
|
return t.resolve = i, t.reject = e, t;
|
|
7451
|
-
},
|
|
7452
|
+
}, O1 = (i) => i == null ? "" : "" + i, i3 = (i, e, t) => {
|
|
7452
7453
|
i.forEach((s) => {
|
|
7453
7454
|
e[s] && (t[s] = e[s]);
|
|
7454
7455
|
});
|
|
7455
|
-
},
|
|
7456
|
+
}, s3 = /###/g, S1 = (i) => i && i.indexOf("###") > -1 ? i.replace(s3, ".") : i, A1 = (i) => !i || typeof i == "string", s1 = (i, e, t) => {
|
|
7456
7457
|
const s = typeof e != "string" ? e : e.split(".");
|
|
7457
7458
|
let n = 0;
|
|
7458
7459
|
for (; n < s.length - 1; ) {
|
|
7459
|
-
if (
|
|
7460
|
-
const l =
|
|
7460
|
+
if (A1(i)) return {};
|
|
7461
|
+
const l = S1(s[n]);
|
|
7461
7462
|
!i[l] && t && (i[l] = new t()), Object.prototype.hasOwnProperty.call(i, l) ? i = i[l] : i = {}, ++n;
|
|
7462
7463
|
}
|
|
7463
|
-
return
|
|
7464
|
+
return A1(i) ? {} : {
|
|
7464
7465
|
obj: i,
|
|
7465
|
-
k:
|
|
7466
|
+
k: S1(s[n])
|
|
7466
7467
|
};
|
|
7467
|
-
},
|
|
7468
|
+
}, B1 = (i, e, t) => {
|
|
7468
7469
|
const {
|
|
7469
7470
|
obj: s,
|
|
7470
7471
|
k: n
|
|
@@ -7477,7 +7478,7 @@ const i1 = () => {
|
|
|
7477
7478
|
for (; o.obj === void 0 && c.length; )
|
|
7478
7479
|
l = `${c[c.length - 1]}.${l}`, c = c.slice(0, c.length - 1), o = s1(i, c, Object), o && o.obj && typeof o.obj[`${o.k}.${l}`] < "u" && (o.obj = void 0);
|
|
7479
7480
|
o.obj[`${o.k}.${l}`] = t;
|
|
7480
|
-
},
|
|
7481
|
+
}, n3 = (i, e, t, s) => {
|
|
7481
7482
|
const {
|
|
7482
7483
|
obj: n,
|
|
7483
7484
|
k: l
|
|
@@ -7490,15 +7491,15 @@ const i1 = () => {
|
|
|
7490
7491
|
} = s1(i, e);
|
|
7491
7492
|
if (t)
|
|
7492
7493
|
return t[s];
|
|
7493
|
-
},
|
|
7494
|
+
}, r3 = (i, e, t) => {
|
|
7494
7495
|
const s = u1(i, t);
|
|
7495
7496
|
return s !== void 0 ? s : u1(e, t);
|
|
7496
|
-
},
|
|
7497
|
+
}, te = (i, e, t) => {
|
|
7497
7498
|
for (const s in e)
|
|
7498
|
-
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]) :
|
|
7499
|
+
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]) : te(i[s], e[s], t) : i[s] = e[s]);
|
|
7499
7500
|
return i;
|
|
7500
|
-
},
|
|
7501
|
-
var
|
|
7501
|
+
}, Q = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
7502
|
+
var o3 = {
|
|
7502
7503
|
"&": "&",
|
|
7503
7504
|
"<": "<",
|
|
7504
7505
|
">": ">",
|
|
@@ -7506,8 +7507,8 @@ var r3 = {
|
|
|
7506
7507
|
"'": "'",
|
|
7507
7508
|
"/": "/"
|
|
7508
7509
|
};
|
|
7509
|
-
const
|
|
7510
|
-
class
|
|
7510
|
+
const l3 = (i) => typeof i == "string" ? i.replace(/[&<>"'\/]/g, (e) => o3[e]) : i;
|
|
7511
|
+
class a3 {
|
|
7511
7512
|
constructor(e) {
|
|
7512
7513
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
7513
7514
|
}
|
|
@@ -7519,11 +7520,11 @@ class l3 {
|
|
|
7519
7520
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
|
7520
7521
|
}
|
|
7521
7522
|
}
|
|
7522
|
-
const
|
|
7523
|
+
const h3 = [" ", ",", "?", "!", ";"], c3 = new a3(20), d3 = (i, e, t) => {
|
|
7523
7524
|
e = e || "", t = t || "";
|
|
7524
|
-
const s =
|
|
7525
|
+
const s = h3.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
|
7525
7526
|
if (s.length === 0) return !0;
|
|
7526
|
-
const n =
|
|
7527
|
+
const n = c3.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
|
7527
7528
|
let l = !n.test(i);
|
|
7528
7529
|
if (!l) {
|
|
7529
7530
|
const c = i.indexOf(t);
|
|
@@ -7551,7 +7552,7 @@ const a3 = [" ", ",", "?", "!", ";"], h3 = new l3(20), c3 = (i, e, t) => {
|
|
|
7551
7552
|
}
|
|
7552
7553
|
return n;
|
|
7553
7554
|
}, p1 = (i) => i && i.indexOf("_") > 0 ? i.replace("_", "-") : i;
|
|
7554
|
-
class
|
|
7555
|
+
class Z1 extends w1 {
|
|
7555
7556
|
constructor(e) {
|
|
7556
7557
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
7557
7558
|
ns: ["translation"],
|
|
@@ -7580,7 +7581,7 @@ class B1 extends w1 {
|
|
|
7580
7581
|
};
|
|
7581
7582
|
const c = l.keySeparator !== void 0 ? l.keySeparator : this.options.keySeparator;
|
|
7582
7583
|
let o = [e, t];
|
|
7583
|
-
s && (o = o.concat(c ? s.split(c) : s)), e.indexOf(".") > -1 && (o = e.split("."), n = t, t = o[1]), this.addNamespaces(t),
|
|
7584
|
+
s && (o = o.concat(c ? s.split(c) : s)), e.indexOf(".") > -1 && (o = e.split("."), n = t, t = o[1]), this.addNamespaces(t), B1(this.data, o, n), l.silent || this.emit("added", e, t, s, n);
|
|
7584
7585
|
}
|
|
7585
7586
|
addResources(e, t, s) {
|
|
7586
7587
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
|
|
@@ -7599,10 +7600,10 @@ class B1 extends w1 {
|
|
|
7599
7600
|
}, o = [e, t];
|
|
7600
7601
|
e.indexOf(".") > -1 && (o = e.split("."), n = s, s = t, t = o[1]), this.addNamespaces(t);
|
|
7601
7602
|
let d = u1(this.data, o) || {};
|
|
7602
|
-
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), n ?
|
|
7603
|
+
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), n ? te(d, s, l) : d = {
|
|
7603
7604
|
...d,
|
|
7604
7605
|
...s
|
|
7605
|
-
},
|
|
7606
|
+
}, B1(this.data, o, d), c.silent || this.emit("added", e, t, s);
|
|
7606
7607
|
}
|
|
7607
7608
|
removeResourceBundle(e, t) {
|
|
7608
7609
|
this.hasResourceBundle(e, t) && delete this.data[e][t], this.removeNamespaces(t), this.emit("removed", e, t);
|
|
@@ -7626,7 +7627,7 @@ class B1 extends w1 {
|
|
|
7626
7627
|
return this.data;
|
|
7627
7628
|
}
|
|
7628
7629
|
}
|
|
7629
|
-
var
|
|
7630
|
+
var ie = {
|
|
7630
7631
|
processors: {},
|
|
7631
7632
|
addPostProcessor(i) {
|
|
7632
7633
|
this.processors[i.name] = i;
|
|
@@ -7637,11 +7638,11 @@ var te = {
|
|
|
7637
7638
|
}), e;
|
|
7638
7639
|
}
|
|
7639
7640
|
};
|
|
7640
|
-
const
|
|
7641
|
+
const W1 = {};
|
|
7641
7642
|
class f1 extends w1 {
|
|
7642
7643
|
constructor(e) {
|
|
7643
7644
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7644
|
-
super(),
|
|
7645
|
+
super(), i3(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = $.create("translator");
|
|
7645
7646
|
}
|
|
7646
7647
|
changeLanguage(e) {
|
|
7647
7648
|
e && (this.language = e);
|
|
@@ -7660,7 +7661,7 @@ class f1 extends w1 {
|
|
|
7660
7661
|
s === void 0 && (s = ":");
|
|
7661
7662
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
7662
7663
|
let l = t.ns || this.options.defaultNS || [];
|
|
7663
|
-
const c = s && e.indexOf(s) > -1, o = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
7664
|
+
const c = s && e.indexOf(s) > -1, o = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !d3(e, s, n);
|
|
7664
7665
|
if (c && !o) {
|
|
7665
7666
|
const d = e.match(this.interpolator.nestingRegexp);
|
|
7666
7667
|
if (d && d.length > 0)
|
|
@@ -7687,15 +7688,15 @@ class f1 extends w1 {
|
|
|
7687
7688
|
} = this.extractFromKey(e[e.length - 1], t), d = o[o.length - 1], g = t.lng || this.language, a = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
7688
7689
|
if (g && g.toLowerCase() === "cimode") {
|
|
7689
7690
|
if (a) {
|
|
7690
|
-
const
|
|
7691
|
+
const f = t.nsSeparator || this.options.nsSeparator;
|
|
7691
7692
|
return n ? {
|
|
7692
|
-
res: `${d}${
|
|
7693
|
+
res: `${d}${f}${c}`,
|
|
7693
7694
|
usedKey: c,
|
|
7694
7695
|
exactUsedKey: c,
|
|
7695
7696
|
usedLng: g,
|
|
7696
7697
|
usedNS: d,
|
|
7697
7698
|
usedParams: this.getUsedParamsDetails(t)
|
|
7698
|
-
} : `${d}${
|
|
7699
|
+
} : `${d}${f}${c}`;
|
|
7699
7700
|
}
|
|
7700
7701
|
return n ? {
|
|
7701
7702
|
res: c,
|
|
@@ -7708,64 +7709,64 @@ class f1 extends w1 {
|
|
|
7708
7709
|
}
|
|
7709
7710
|
const h = this.resolve(e, t);
|
|
7710
7711
|
let u = h && h.res;
|
|
7711
|
-
const p = h && h.usedKey || c,
|
|
7712
|
-
if (M && u && (typeof u != "string" && typeof u != "boolean" && typeof u != "number") &&
|
|
7712
|
+
const p = h && h.usedKey || c, N = h && h.exactUsedKey || c, R = Object.prototype.toString.apply(u), k = ["[object Number]", "[object Function]", "[object RegExp]"], b = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, M = !this.i18nFormat || this.i18nFormat.handleAsObject;
|
|
7713
|
+
if (M && u && (typeof u != "string" && typeof u != "boolean" && typeof u != "number") && k.indexOf(R) < 0 && !(typeof b == "string" && Array.isArray(u))) {
|
|
7713
7714
|
if (!t.returnObjects && !this.options.returnObjects) {
|
|
7714
7715
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
7715
|
-
const
|
|
7716
|
+
const f = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, u, {
|
|
7716
7717
|
...t,
|
|
7717
7718
|
ns: o
|
|
7718
7719
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
|
7719
|
-
return n ? (h.res =
|
|
7720
|
+
return n ? (h.res = f, h.usedParams = this.getUsedParamsDetails(t), h) : f;
|
|
7720
7721
|
}
|
|
7721
7722
|
if (l) {
|
|
7722
|
-
const
|
|
7723
|
-
for (const
|
|
7724
|
-
if (Object.prototype.hasOwnProperty.call(u,
|
|
7725
|
-
const
|
|
7726
|
-
y[
|
|
7723
|
+
const f = Array.isArray(u), y = f ? [] : {}, x = f ? N : p;
|
|
7724
|
+
for (const w in u)
|
|
7725
|
+
if (Object.prototype.hasOwnProperty.call(u, w)) {
|
|
7726
|
+
const H = `${x}${l}${w}`;
|
|
7727
|
+
y[w] = this.translate(H, {
|
|
7727
7728
|
...t,
|
|
7728
7729
|
joinArrays: !1,
|
|
7729
7730
|
ns: o
|
|
7730
|
-
}), y[
|
|
7731
|
+
}), y[w] === H && (y[w] = u[w]);
|
|
7731
7732
|
}
|
|
7732
7733
|
u = y;
|
|
7733
7734
|
}
|
|
7734
|
-
} else if (M && typeof
|
|
7735
|
-
u = u.join(
|
|
7735
|
+
} else if (M && typeof b == "string" && Array.isArray(u))
|
|
7736
|
+
u = u.join(b), u && (u = this.extendTranslation(u, e, t, s));
|
|
7736
7737
|
else {
|
|
7737
|
-
let
|
|
7738
|
-
const x = t.count !== void 0 && typeof t.count != "string",
|
|
7738
|
+
let f = !1, y = !1;
|
|
7739
|
+
const x = t.count !== void 0 && typeof t.count != "string", w = f1.hasDefaultValue(t), H = x ? this.pluralResolver.getSuffix(g, t.count, t) : "", Z = t.ordinal && x ? this.pluralResolver.getSuffix(g, t.count, {
|
|
7739
7740
|
ordinal: !1
|
|
7740
|
-
}) : "",
|
|
7741
|
-
!this.isValidLookup(u) &&
|
|
7742
|
-
const W = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && y ? void 0 : u,
|
|
7743
|
-
if (y ||
|
|
7744
|
-
if (this.logger.log(
|
|
7745
|
-
const
|
|
7741
|
+
}) : "", A = x && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), _ = A && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${H}`] || t[`defaultValue${Z}`] || t.defaultValue;
|
|
7742
|
+
!this.isValidLookup(u) && w && (f = !0, u = _), this.isValidLookup(u) || (y = !0, u = c);
|
|
7743
|
+
const W = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && y ? void 0 : u, E = w && _ !== u && this.options.updateMissing;
|
|
7744
|
+
if (y || f || E) {
|
|
7745
|
+
if (this.logger.log(E ? "updateKey" : "missingKey", g, d, c, E ? _ : u), l) {
|
|
7746
|
+
const O = this.resolve(c, {
|
|
7746
7747
|
...t,
|
|
7747
7748
|
keySeparator: !1
|
|
7748
7749
|
});
|
|
7749
|
-
|
|
7750
|
-
}
|
|
7751
|
-
let
|
|
7752
|
-
const
|
|
7753
|
-
if (this.options.saveMissingTo === "fallback" &&
|
|
7754
|
-
for (let
|
|
7755
|
-
|
|
7756
|
-
else this.options.saveMissingTo === "all" ?
|
|
7757
|
-
const
|
|
7758
|
-
const
|
|
7759
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(
|
|
7750
|
+
O && O.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.");
|
|
7751
|
+
}
|
|
7752
|
+
let G = [];
|
|
7753
|
+
const F = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
|
7754
|
+
if (this.options.saveMissingTo === "fallback" && F && F[0])
|
|
7755
|
+
for (let O = 0; O < F.length; O++)
|
|
7756
|
+
G.push(F[O]);
|
|
7757
|
+
else this.options.saveMissingTo === "all" ? G = this.languageUtils.toResolveHierarchy(t.lng || this.language) : G.push(t.lng || this.language);
|
|
7758
|
+
const Y = (O, T, U) => {
|
|
7759
|
+
const z = w && U !== u ? U : W;
|
|
7760
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(O, d, T, z, E, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(O, d, T, z, E, t), this.emit("missingKey", O, d, T, u);
|
|
7760
7761
|
};
|
|
7761
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && x ?
|
|
7762
|
-
const
|
|
7763
|
-
|
|
7764
|
-
|
|
7762
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && x ? G.forEach((O) => {
|
|
7763
|
+
const T = this.pluralResolver.getSuffixes(O, t);
|
|
7764
|
+
A && t[`defaultValue${this.options.pluralSeparator}zero`] && T.indexOf(`${this.options.pluralSeparator}zero`) < 0 && T.push(`${this.options.pluralSeparator}zero`), T.forEach((U) => {
|
|
7765
|
+
Y([O], c + U, t[`defaultValue${U}`] || _);
|
|
7765
7766
|
});
|
|
7766
|
-
}) :
|
|
7767
|
+
}) : Y(G, c, _));
|
|
7767
7768
|
}
|
|
7768
|
-
u = this.extendTranslation(u, e, t, h, s), y && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (y ||
|
|
7769
|
+
u = this.extendTranslation(u, e, t, h, s), y && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (y || 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));
|
|
7769
7770
|
}
|
|
7770
7771
|
return n ? (h.res = u, h.usedParams = this.getUsedParamsDetails(t), h) : u;
|
|
7771
7772
|
}
|
|
@@ -7801,13 +7802,13 @@ class f1 extends w1 {
|
|
|
7801
7802
|
a < p && (s.nest = !1);
|
|
7802
7803
|
}
|
|
7803
7804
|
!s.lng && this.options.compatibilityAPI !== "v1" && n && n.res && (s.lng = this.language || n.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
|
7804
|
-
for (var u = arguments.length, p = new Array(u),
|
|
7805
|
-
p[
|
|
7805
|
+
for (var u = arguments.length, p = new Array(u), N = 0; N < u; N++)
|
|
7806
|
+
p[N] = arguments[N];
|
|
7806
7807
|
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);
|
|
7807
7808
|
}, s)), s.interpolation && this.interpolator.reset();
|
|
7808
7809
|
}
|
|
7809
7810
|
const o = s.postProcess || this.options.postProcess, d = typeof o == "string" ? [o] : o;
|
|
7810
|
-
return e != null && d && d.length && s.applyPostProcessor !== !1 && (e =
|
|
7811
|
+
return e != null && d && d.length && s.applyPostProcessor !== !1 && (e = ie.handle(d, e, t, this.options && this.options.postProcessPassResolved ? {
|
|
7811
7812
|
i18nResolved: {
|
|
7812
7813
|
...n,
|
|
7813
7814
|
usedParams: this.getUsedParamsDetails(s)
|
|
@@ -7823,26 +7824,26 @@ class f1 extends w1 {
|
|
|
7823
7824
|
n = a;
|
|
7824
7825
|
let h = g.namespaces;
|
|
7825
7826
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
|
7826
|
-
const u = t.count !== void 0 && typeof t.count != "string", p = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(),
|
|
7827
|
-
h.forEach((
|
|
7828
|
-
this.isValidLookup(s) || (o =
|
|
7827
|
+
const u = t.count !== void 0 && typeof t.count != "string", p = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), N = t.context !== void 0 && (typeof t.context == "string" || typeof t.context == "number") && t.context !== "", R = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
|
7828
|
+
h.forEach((k) => {
|
|
7829
|
+
this.isValidLookup(s) || (o = k, !W1[`${R[0]}-${k}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(o) && (W1[`${R[0]}-${k}`] = !0, this.logger.warn(`key "${n}" for languages "${R.join(", ")}" won't get resolved as namespace "${o}" 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!!!")), R.forEach((b) => {
|
|
7829
7830
|
if (this.isValidLookup(s)) return;
|
|
7830
|
-
c =
|
|
7831
|
+
c = b;
|
|
7831
7832
|
const M = [a];
|
|
7832
7833
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
|
7833
|
-
this.i18nFormat.addLookupKeys(M, a,
|
|
7834
|
+
this.i18nFormat.addLookupKeys(M, a, b, k, t);
|
|
7834
7835
|
else {
|
|
7835
|
-
let
|
|
7836
|
-
u && (
|
|
7836
|
+
let f;
|
|
7837
|
+
u && (f = this.pluralResolver.getSuffix(b, t.count, t));
|
|
7837
7838
|
const y = `${this.options.pluralSeparator}zero`, x = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
7838
|
-
if (u && (M.push(a +
|
|
7839
|
-
const
|
|
7840
|
-
M.push(
|
|
7839
|
+
if (u && (M.push(a + f), t.ordinal && f.indexOf(x) === 0 && M.push(a + f.replace(x, this.options.pluralSeparator)), p && M.push(a + y)), N) {
|
|
7840
|
+
const w = `${a}${this.options.contextSeparator}${t.context}`;
|
|
7841
|
+
M.push(w), u && (M.push(w + f), t.ordinal && f.indexOf(x) === 0 && M.push(w + f.replace(x, this.options.pluralSeparator)), p && M.push(w + y));
|
|
7841
7842
|
}
|
|
7842
7843
|
}
|
|
7843
7844
|
let V;
|
|
7844
7845
|
for (; V = M.pop(); )
|
|
7845
|
-
this.isValidLookup(s) || (l = V, s = this.getResource(
|
|
7846
|
+
this.isValidLookup(s) || (l = V, s = this.getResource(b, k, V, t));
|
|
7846
7847
|
}));
|
|
7847
7848
|
});
|
|
7848
7849
|
}), {
|
|
@@ -7885,7 +7886,7 @@ class f1 extends w1 {
|
|
|
7885
7886
|
}
|
|
7886
7887
|
}
|
|
7887
7888
|
const L1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
|
|
7888
|
-
class
|
|
7889
|
+
class j1 {
|
|
7889
7890
|
constructor(e) {
|
|
7890
7891
|
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = $.create("languageUtils");
|
|
7891
7892
|
}
|
|
@@ -7944,7 +7945,7 @@ class W1 {
|
|
|
7944
7945
|
}), n;
|
|
7945
7946
|
}
|
|
7946
7947
|
}
|
|
7947
|
-
let
|
|
7948
|
+
let g3 = [{
|
|
7948
7949
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
7949
7950
|
nr: [1, 2],
|
|
7950
7951
|
fc: 1
|
|
@@ -8036,7 +8037,7 @@ let d3 = [{
|
|
|
8036
8037
|
lngs: ["he", "iw"],
|
|
8037
8038
|
nr: [1, 2, 20, 21],
|
|
8038
8039
|
fc: 22
|
|
8039
|
-
}],
|
|
8040
|
+
}], C3 = {
|
|
8040
8041
|
1: (i) => +(i > 1),
|
|
8041
8042
|
2: (i) => +(i != 1),
|
|
8042
8043
|
3: (i) => 0,
|
|
@@ -8060,28 +8061,28 @@ let d3 = [{
|
|
|
8060
8061
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
|
8061
8062
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
|
8062
8063
|
};
|
|
8063
|
-
const
|
|
8064
|
+
const u3 = ["v1", "v2", "v3"], p3 = ["v4"], D1 = {
|
|
8064
8065
|
zero: 0,
|
|
8065
8066
|
one: 1,
|
|
8066
8067
|
two: 2,
|
|
8067
8068
|
few: 3,
|
|
8068
8069
|
many: 4,
|
|
8069
8070
|
other: 5
|
|
8070
|
-
},
|
|
8071
|
+
}, f3 = () => {
|
|
8071
8072
|
const i = {};
|
|
8072
|
-
return
|
|
8073
|
+
return g3.forEach((e) => {
|
|
8073
8074
|
e.lngs.forEach((t) => {
|
|
8074
8075
|
i[t] = {
|
|
8075
8076
|
numbers: e.nr,
|
|
8076
|
-
plurals:
|
|
8077
|
+
plurals: C3[e.fc]
|
|
8077
8078
|
};
|
|
8078
8079
|
});
|
|
8079
8080
|
}), i;
|
|
8080
8081
|
};
|
|
8081
|
-
class
|
|
8082
|
+
class w3 {
|
|
8082
8083
|
constructor(e) {
|
|
8083
8084
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
8084
|
-
this.languageUtils = e, this.options = t, this.logger = $.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
8085
|
+
this.languageUtils = e, this.options = t, this.logger = $.create("pluralResolver"), (!this.options.compatibilityJSON || p3.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 = f3(), this.pluralRulesCache = {};
|
|
8085
8086
|
}
|
|
8086
8087
|
addRule(e, t) {
|
|
8087
8088
|
this.rules[e] = t;
|
|
@@ -8120,7 +8121,7 @@ class f3 {
|
|
|
8120
8121
|
getSuffixes(e) {
|
|
8121
8122
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
8122
8123
|
const s = this.getRule(e, t);
|
|
8123
|
-
return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((n, l) =>
|
|
8124
|
+
return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((n, l) => D1[n] - D1[l]).map((n) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${n}`) : s.numbers.map((n) => this.getSuffix(e, n, t)) : [];
|
|
8124
8125
|
}
|
|
8125
8126
|
getSuffix(e, t) {
|
|
8126
8127
|
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -8135,14 +8136,14 @@ class f3 {
|
|
|
8135
8136
|
return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : l() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? l() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
|
8136
8137
|
}
|
|
8137
8138
|
shouldUseIntlApi() {
|
|
8138
|
-
return !
|
|
8139
|
+
return !u3.includes(this.options.compatibilityJSON);
|
|
8139
8140
|
}
|
|
8140
8141
|
}
|
|
8141
|
-
const
|
|
8142
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l =
|
|
8142
|
+
const T1 = function(i, e, t) {
|
|
8143
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = r3(i, e, t);
|
|
8143
8144
|
return !l && n && typeof t == "string" && (l = R1(i, t, s), l === void 0 && (l = R1(e, t, s))), l;
|
|
8144
8145
|
}, v1 = (i) => i.replace(/\$/g, "$$$$");
|
|
8145
|
-
class
|
|
8146
|
+
class m3 {
|
|
8146
8147
|
constructor() {
|
|
8147
8148
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
8148
8149
|
this.logger = $.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -8165,13 +8166,13 @@ class w3 {
|
|
|
8165
8166
|
unescapePrefix: h,
|
|
8166
8167
|
nestingPrefix: u,
|
|
8167
8168
|
nestingPrefixEscaped: p,
|
|
8168
|
-
nestingSuffix:
|
|
8169
|
+
nestingSuffix: N,
|
|
8169
8170
|
nestingSuffixEscaped: R,
|
|
8170
|
-
nestingOptionsSeparator:
|
|
8171
|
-
maxReplaces:
|
|
8171
|
+
nestingOptionsSeparator: k,
|
|
8172
|
+
maxReplaces: b,
|
|
8172
8173
|
alwaysFormat: M
|
|
8173
8174
|
} = e.interpolation;
|
|
8174
|
-
this.escape = t !== void 0 ? t :
|
|
8175
|
+
this.escape = t !== void 0 ? t : l3, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = l ? Q(l) : c || "{{", this.suffix = o ? Q(o) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = a ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? Q(u) : p || Q("$t("), this.nestingSuffix = N ? Q(N) : R || Q(")"), this.nestingOptionsSeparator = k || ",", this.maxReplaces = b || 1e3, this.alwaysFormat = M !== void 0 ? M : !1, this.resetRegExp();
|
|
8175
8176
|
}
|
|
8176
8177
|
reset() {
|
|
8177
8178
|
this.options && this.init(this.options);
|
|
@@ -8184,15 +8185,15 @@ class w3 {
|
|
|
8184
8185
|
let l, c, o;
|
|
8185
8186
|
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, g = (p) => {
|
|
8186
8187
|
if (p.indexOf(this.formatSeparator) < 0) {
|
|
8187
|
-
const
|
|
8188
|
-
return this.alwaysFormat ? this.format(
|
|
8188
|
+
const b = T1(t, d, p, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
8189
|
+
return this.alwaysFormat ? this.format(b, void 0, s, {
|
|
8189
8190
|
...n,
|
|
8190
8191
|
...t,
|
|
8191
8192
|
interpolationkey: p
|
|
8192
|
-
}) :
|
|
8193
|
+
}) : b;
|
|
8193
8194
|
}
|
|
8194
|
-
const
|
|
8195
|
-
return this.format(
|
|
8195
|
+
const N = p.split(this.formatSeparator), R = N.shift().trim(), k = N.join(this.formatSeparator).trim();
|
|
8196
|
+
return this.format(T1(t, d, R, this.options.keySeparator, this.options.ignoreJSONStructure), k, s, {
|
|
8196
8197
|
...n,
|
|
8197
8198
|
...t,
|
|
8198
8199
|
interpolationkey: R
|
|
@@ -8208,19 +8209,19 @@ class w3 {
|
|
|
8208
8209
|
safeValue: (p) => this.escapeValue ? v1(this.escape(p)) : v1(p)
|
|
8209
8210
|
}].forEach((p) => {
|
|
8210
8211
|
for (o = 0; l = p.regex.exec(e); ) {
|
|
8211
|
-
const
|
|
8212
|
-
if (c = g(
|
|
8212
|
+
const N = l[1].trim();
|
|
8213
|
+
if (c = g(N), c === void 0)
|
|
8213
8214
|
if (typeof a == "function") {
|
|
8214
|
-
const
|
|
8215
|
-
c = typeof
|
|
8216
|
-
} else if (n && Object.prototype.hasOwnProperty.call(n,
|
|
8215
|
+
const k = a(e, l, n);
|
|
8216
|
+
c = typeof k == "string" ? k : "";
|
|
8217
|
+
} else if (n && Object.prototype.hasOwnProperty.call(n, N))
|
|
8217
8218
|
c = "";
|
|
8218
8219
|
else if (h) {
|
|
8219
8220
|
c = l[0];
|
|
8220
8221
|
continue;
|
|
8221
8222
|
} else
|
|
8222
|
-
this.logger.warn(`missed to pass in variable ${
|
|
8223
|
-
else typeof c != "string" && !this.useRawValueToEscape && (c =
|
|
8223
|
+
this.logger.warn(`missed to pass in variable ${N} for interpolating ${e}`), c = "";
|
|
8224
|
+
else typeof c != "string" && !this.useRawValueToEscape && (c = O1(c));
|
|
8224
8225
|
const R = p.safeValue(c);
|
|
8225
8226
|
if (e = e.replace(l[0], R), h ? (p.regex.lastIndex += c.length, p.regex.lastIndex -= l[0].length) : p.regex.lastIndex = 0, o++, o >= this.maxReplaces)
|
|
8226
8227
|
break;
|
|
@@ -8235,8 +8236,8 @@ class w3 {
|
|
|
8235
8236
|
const h = d.split(new RegExp(`${a}[ ]*{`));
|
|
8236
8237
|
let u = `{${h[1]}`;
|
|
8237
8238
|
d = h[0], u = this.interpolate(u, c);
|
|
8238
|
-
const p = u.match(/'/g),
|
|
8239
|
-
(p && p.length % 2 === 0 && !
|
|
8239
|
+
const p = u.match(/'/g), N = u.match(/"/g);
|
|
8240
|
+
(p && p.length % 2 === 0 && !N || N.length % 2 !== 0) && (u = u.replace(/'/g, '"'));
|
|
8240
8241
|
try {
|
|
8241
8242
|
c = JSON.parse(u), g && (c = {
|
|
8242
8243
|
...g,
|
|
@@ -8258,7 +8259,7 @@ class w3 {
|
|
|
8258
8259
|
n[1] = a.shift(), d = a, g = !0;
|
|
8259
8260
|
}
|
|
8260
8261
|
if (l = t(o.call(this, n[1].trim(), c), c), l && n[0] === e && typeof l != "string") return l;
|
|
8261
|
-
typeof l != "string" && (l =
|
|
8262
|
+
typeof l != "string" && (l = O1(l)), l || (this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`), l = ""), g && (l = d.reduce((a, h) => this.format(a, h, s.lng, {
|
|
8262
8263
|
...s,
|
|
8263
8264
|
interpolationkey: n[1].trim()
|
|
8264
8265
|
}), l.trim())), e = e.replace(n[0], l), this.regexp.lastIndex = 0;
|
|
@@ -8266,7 +8267,7 @@ class w3 {
|
|
|
8266
8267
|
return e;
|
|
8267
8268
|
}
|
|
8268
8269
|
}
|
|
8269
|
-
const
|
|
8270
|
+
const k3 = (i) => {
|
|
8270
8271
|
let e = i.toLowerCase().trim();
|
|
8271
8272
|
const t = {};
|
|
8272
8273
|
if (i.indexOf("(") > -1) {
|
|
@@ -8284,7 +8285,7 @@ const m3 = (i) => {
|
|
|
8284
8285
|
formatName: e,
|
|
8285
8286
|
formatOptions: t
|
|
8286
8287
|
};
|
|
8287
|
-
},
|
|
8288
|
+
}, q = (i) => {
|
|
8288
8289
|
const e = {};
|
|
8289
8290
|
return (t, s, n) => {
|
|
8290
8291
|
let l = n;
|
|
@@ -8297,36 +8298,36 @@ const m3 = (i) => {
|
|
|
8297
8298
|
return o || (o = i(p1(s), n), e[c] = o), o(t);
|
|
8298
8299
|
};
|
|
8299
8300
|
};
|
|
8300
|
-
class
|
|
8301
|
+
class L3 {
|
|
8301
8302
|
constructor() {
|
|
8302
8303
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
8303
8304
|
this.logger = $.create("formatter"), this.options = e, this.formats = {
|
|
8304
|
-
number:
|
|
8305
|
+
number: q((t, s) => {
|
|
8305
8306
|
const n = new Intl.NumberFormat(t, {
|
|
8306
8307
|
...s
|
|
8307
8308
|
});
|
|
8308
8309
|
return (l) => n.format(l);
|
|
8309
8310
|
}),
|
|
8310
|
-
currency:
|
|
8311
|
+
currency: q((t, s) => {
|
|
8311
8312
|
const n = new Intl.NumberFormat(t, {
|
|
8312
8313
|
...s,
|
|
8313
8314
|
style: "currency"
|
|
8314
8315
|
});
|
|
8315
8316
|
return (l) => n.format(l);
|
|
8316
8317
|
}),
|
|
8317
|
-
datetime:
|
|
8318
|
+
datetime: q((t, s) => {
|
|
8318
8319
|
const n = new Intl.DateTimeFormat(t, {
|
|
8319
8320
|
...s
|
|
8320
8321
|
});
|
|
8321
8322
|
return (l) => n.format(l);
|
|
8322
8323
|
}),
|
|
8323
|
-
relativetime:
|
|
8324
|
+
relativetime: q((t, s) => {
|
|
8324
8325
|
const n = new Intl.RelativeTimeFormat(t, {
|
|
8325
8326
|
...s
|
|
8326
8327
|
});
|
|
8327
8328
|
return (l) => n.format(l, s.range || "day");
|
|
8328
8329
|
}),
|
|
8329
|
-
list:
|
|
8330
|
+
list: q((t, s) => {
|
|
8330
8331
|
const n = new Intl.ListFormat(t, {
|
|
8331
8332
|
...s
|
|
8332
8333
|
});
|
|
@@ -8344,7 +8345,7 @@ class k3 {
|
|
|
8344
8345
|
this.formats[e.toLowerCase().trim()] = t;
|
|
8345
8346
|
}
|
|
8346
8347
|
addCached(e, t) {
|
|
8347
|
-
this.formats[e.toLowerCase().trim()] =
|
|
8348
|
+
this.formats[e.toLowerCase().trim()] = q(t);
|
|
8348
8349
|
}
|
|
8349
8350
|
format(e, t, s) {
|
|
8350
8351
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
@@ -8357,7 +8358,7 @@ class k3 {
|
|
|
8357
8358
|
const {
|
|
8358
8359
|
formatName: g,
|
|
8359
8360
|
formatOptions: a
|
|
8360
|
-
} =
|
|
8361
|
+
} = k3(d);
|
|
8361
8362
|
if (this.formats[g]) {
|
|
8362
8363
|
let h = o;
|
|
8363
8364
|
try {
|
|
@@ -8377,10 +8378,10 @@ class k3 {
|
|
|
8377
8378
|
}, e);
|
|
8378
8379
|
}
|
|
8379
8380
|
}
|
|
8380
|
-
const
|
|
8381
|
+
const v3 = (i, e) => {
|
|
8381
8382
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
|
8382
8383
|
};
|
|
8383
|
-
class
|
|
8384
|
+
class N3 extends w1 {
|
|
8384
8385
|
constructor(e, t, s) {
|
|
8385
8386
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
8386
8387
|
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = $.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, n.backend, n);
|
|
@@ -8413,7 +8414,7 @@ class v3 extends w1 {
|
|
|
8413
8414
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
|
8414
8415
|
const o = {};
|
|
8415
8416
|
this.queue.forEach((d) => {
|
|
8416
|
-
|
|
8417
|
+
n3(d.loaded, [l], c), v3(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
|
8417
8418
|
o[g] || (o[g] = {});
|
|
8418
8419
|
const a = d.loaded[g];
|
|
8419
8420
|
a.length && a.forEach((h) => {
|
|
@@ -8515,7 +8516,7 @@ class v3 extends w1 {
|
|
|
8515
8516
|
}
|
|
8516
8517
|
}
|
|
8517
8518
|
}
|
|
8518
|
-
const
|
|
8519
|
+
const G1 = () => ({
|
|
8519
8520
|
debug: !1,
|
|
8520
8521
|
initImmediate: !0,
|
|
8521
8522
|
ns: ["translation"],
|
|
@@ -8571,8 +8572,8 @@ const T1 = () => ({
|
|
|
8571
8572
|
maxReplaces: 1e3,
|
|
8572
8573
|
skipOnVariables: !0
|
|
8573
8574
|
}
|
|
8574
|
-
}),
|
|
8575
|
-
},
|
|
8575
|
+
}), K1 = (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), c1 = () => {
|
|
8576
|
+
}, x3 = (i) => {
|
|
8576
8577
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
|
8577
8578
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
|
8578
8579
|
});
|
|
@@ -8580,9 +8581,9 @@ const T1 = () => ({
|
|
|
8580
8581
|
class n1 extends w1 {
|
|
8581
8582
|
constructor() {
|
|
8582
8583
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
8583
|
-
if (super(), this.options =
|
|
8584
|
+
if (super(), this.options = K1(e), this.services = {}, this.logger = $, this.modules = {
|
|
8584
8585
|
external: []
|
|
8585
|
-
},
|
|
8586
|
+
}, x3(this), t && !this.isInitialized && !e.isClone) {
|
|
8586
8587
|
if (!this.options.initImmediate)
|
|
8587
8588
|
return this.init(e, t), this;
|
|
8588
8589
|
setTimeout(() => {
|
|
@@ -8594,11 +8595,11 @@ class n1 extends w1 {
|
|
|
8594
8595
|
var e = this;
|
|
8595
8596
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, s = arguments.length > 1 ? arguments[1] : void 0;
|
|
8596
8597
|
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]));
|
|
8597
|
-
const n =
|
|
8598
|
+
const n = G1();
|
|
8598
8599
|
this.options = {
|
|
8599
8600
|
...n,
|
|
8600
8601
|
...this.options,
|
|
8601
|
-
...
|
|
8602
|
+
...K1(t)
|
|
8602
8603
|
}, this.options.compatibilityAPI !== "v1" && (this.options.interpolation = {
|
|
8603
8604
|
...n.interpolation,
|
|
8604
8605
|
...this.options.interpolation
|
|
@@ -8607,23 +8608,23 @@ class n1 extends w1 {
|
|
|
8607
8608
|
if (!this.options.isClone) {
|
|
8608
8609
|
this.modules.logger ? $.init(l(this.modules.logger), this.options) : $.init(null, this.options);
|
|
8609
8610
|
let a;
|
|
8610
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
8611
|
-
const h = new
|
|
8612
|
-
this.store = new
|
|
8611
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = L3);
|
|
8612
|
+
const h = new j1(this.options);
|
|
8613
|
+
this.store = new Z1(this.options.resources, this.options);
|
|
8613
8614
|
const u = this.services;
|
|
8614
|
-
u.logger = $, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new
|
|
8615
|
+
u.logger = $, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new w3(h, {
|
|
8615
8616
|
prepend: this.options.pluralSeparator,
|
|
8616
8617
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
8617
8618
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
8618
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.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
|
|
8619
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.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 m3(this.options), u.utils = {
|
|
8619
8620
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
8620
|
-
}, u.backendConnector = new
|
|
8621
|
-
for (var
|
|
8622
|
-
R[
|
|
8621
|
+
}, u.backendConnector = new N3(l(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(p) {
|
|
8622
|
+
for (var N = arguments.length, R = new Array(N > 1 ? N - 1 : 0), k = 1; k < N; k++)
|
|
8623
|
+
R[k - 1] = arguments[k];
|
|
8623
8624
|
e.emit(p, ...R);
|
|
8624
8625
|
}), 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 f1(this.services, this.options), this.translator.on("*", function(p) {
|
|
8625
|
-
for (var
|
|
8626
|
-
R[
|
|
8626
|
+
for (var N = arguments.length, R = new Array(N > 1 ? N - 1 : 0), k = 1; k < N; k++)
|
|
8627
|
+
R[k - 1] = arguments[k];
|
|
8627
8628
|
e.emit(p, ...R);
|
|
8628
8629
|
}), this.modules.external.forEach((p) => {
|
|
8629
8630
|
p.init && p.init(this);
|
|
@@ -8677,7 +8678,7 @@ class n1 extends w1 {
|
|
|
8677
8678
|
use(e) {
|
|
8678
8679
|
if (!e) throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
|
|
8679
8680
|
if (!e.type) throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
|
|
8680
|
-
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" &&
|
|
8681
|
+
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" && ie.addPostProcessor(e), e.type === "formatter" && (this.modules.formatter = e), e.type === "3rdParty" && this.modules.external.push(e), this;
|
|
8681
8682
|
}
|
|
8682
8683
|
setResolvedLanguage(e) {
|
|
8683
8684
|
if (!(!e || !this.languages) && !(["cimode", "dev"].indexOf(e) > -1))
|
|
@@ -8726,7 +8727,7 @@ class n1 extends w1 {
|
|
|
8726
8727
|
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);
|
|
8727
8728
|
const u = n.options.keySeparator || ".";
|
|
8728
8729
|
let p;
|
|
8729
|
-
return d.keyPrefix && Array.isArray(c) ? p = c.map((
|
|
8730
|
+
return d.keyPrefix && Array.isArray(c) ? p = c.map((N) => `${d.keyPrefix}${u}${N}`) : p = d.keyPrefix ? `${d.keyPrefix}${u}${c}` : c, n.t(p, d);
|
|
8730
8731
|
};
|
|
8731
8732
|
return typeof e == "string" ? l.lng = e : l.lngs = e, l.ns = t, l.keyPrefix = s, l;
|
|
8732
8733
|
}
|
|
@@ -8775,7 +8776,7 @@ class n1 extends w1 {
|
|
|
8775
8776
|
}
|
|
8776
8777
|
dir(e) {
|
|
8777
8778
|
if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
|
|
8778
|
-
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
|
|
8779
|
+
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 j1(G1());
|
|
8779
8780
|
return t.indexOf(s.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
8780
8781
|
}
|
|
8781
8782
|
static createInstance() {
|
|
@@ -8797,7 +8798,7 @@ class n1 extends w1 {
|
|
|
8797
8798
|
...this.services
|
|
8798
8799
|
}, l.services.utils = {
|
|
8799
8800
|
hasLoadedNamespace: l.hasLoadedNamespace.bind(l)
|
|
8800
|
-
}, s && (l.store = new
|
|
8801
|
+
}, s && (l.store = new Z1(this.store.data, n), l.services.resourceStore = l.store), l.translator = new f1(l.services, n), l.translator.on("*", function(o) {
|
|
8801
8802
|
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0), a = 1; a < d; a++)
|
|
8802
8803
|
g[a - 1] = arguments[a];
|
|
8803
8804
|
l.emit(o, ...g);
|
|
@@ -8815,42 +8816,42 @@ class n1 extends w1 {
|
|
|
8815
8816
|
};
|
|
8816
8817
|
}
|
|
8817
8818
|
}
|
|
8818
|
-
const
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
const
|
|
8835
|
-
archived:
|
|
8836
|
-
deleted:
|
|
8837
|
-
},
|
|
8838
|
-
archived:
|
|
8839
|
-
deleted:
|
|
8819
|
+
const j = n1.createInstance();
|
|
8820
|
+
j.createInstance = n1.createInstance;
|
|
8821
|
+
j.createInstance;
|
|
8822
|
+
j.dir;
|
|
8823
|
+
j.init;
|
|
8824
|
+
j.loadResources;
|
|
8825
|
+
j.reloadResources;
|
|
8826
|
+
j.use;
|
|
8827
|
+
j.changeLanguage;
|
|
8828
|
+
j.getFixedT;
|
|
8829
|
+
j.t;
|
|
8830
|
+
j.exists;
|
|
8831
|
+
j.setDefaultNamespace;
|
|
8832
|
+
j.hasLoadedNamespace;
|
|
8833
|
+
j.loadNamespaces;
|
|
8834
|
+
j.loadLanguages;
|
|
8835
|
+
const R3 = "Archived", M3 = "Deleted", y3 = {
|
|
8836
|
+
archived: R3,
|
|
8837
|
+
deleted: M3
|
|
8838
|
+
}, b3 = "Заархивирован", E3 = "Удалён", H3 = {
|
|
8839
|
+
archived: b3,
|
|
8840
|
+
deleted: E3
|
|
8840
8841
|
};
|
|
8841
|
-
|
|
8842
|
+
j.use(z5).init({
|
|
8842
8843
|
defaultNS: "common",
|
|
8843
8844
|
lng: "en",
|
|
8844
8845
|
resources: {
|
|
8845
8846
|
en: {
|
|
8846
|
-
common:
|
|
8847
|
+
common: y3
|
|
8847
8848
|
},
|
|
8848
8849
|
ru: {
|
|
8849
|
-
common:
|
|
8850
|
+
common: H3
|
|
8850
8851
|
}
|
|
8851
8852
|
}
|
|
8852
8853
|
});
|
|
8853
|
-
const
|
|
8854
|
+
const B3 = o1(
|
|
8854
8855
|
({
|
|
8855
8856
|
fetchParams: i,
|
|
8856
8857
|
mode: e = void 0,
|
|
@@ -8861,137 +8862,137 @@ const A3 = o1(
|
|
|
8861
8862
|
onError: c,
|
|
8862
8863
|
allowEmpty: o = !1
|
|
8863
8864
|
}, d) => {
|
|
8864
|
-
const { axiosPeople: g, locale: a } = a1(
|
|
8865
|
+
const { axiosPeople: g, locale: a } = a1(pe), { t: h } = e3("common", { lng: a }), [u, p] = B([]), [N, R] = B(!0), k = l1(u);
|
|
8865
8866
|
if (!g)
|
|
8866
8867
|
throw new Error(
|
|
8867
8868
|
`UserSelect requires "axiosPeople" to fetch users.
|
|
8868
8869
|
Please provide it via SNMTUiContext.`
|
|
8869
8870
|
);
|
|
8870
|
-
const
|
|
8871
|
+
const b = D(
|
|
8871
8872
|
(x) => {
|
|
8872
|
-
let
|
|
8873
|
-
return x.deletedAt && (
|
|
8873
|
+
let w = "";
|
|
8874
|
+
return x.deletedAt && (w += `[${h("deleted")}] `), x.status === g1.ARCHIVED && (w += `[${h("archived")}] `), `${w}${x.firstName} ${x.lastName}`;
|
|
8874
8875
|
},
|
|
8875
8876
|
[h]
|
|
8876
|
-
), M =
|
|
8877
|
+
), M = D(
|
|
8877
8878
|
async ({
|
|
8878
8879
|
offset: x,
|
|
8879
|
-
limit:
|
|
8880
|
-
search:
|
|
8880
|
+
limit: w,
|
|
8881
|
+
search: H
|
|
8881
8882
|
}) => {
|
|
8882
|
-
var
|
|
8883
|
+
var Z, A, _;
|
|
8883
8884
|
try {
|
|
8884
|
-
const
|
|
8885
|
+
const I = await g.post("v1/users/search", {
|
|
8885
8886
|
offset: x,
|
|
8886
|
-
limit:
|
|
8887
|
-
search:
|
|
8887
|
+
limit: w,
|
|
8888
|
+
search: H,
|
|
8888
8889
|
...i,
|
|
8889
8890
|
includeCount: !0
|
|
8890
|
-
}), { data: W, metadata:
|
|
8891
|
+
}), { data: W, metadata: E } = I.data;
|
|
8891
8892
|
return {
|
|
8892
|
-
options: W.map((
|
|
8893
|
-
value:
|
|
8894
|
-
label:
|
|
8893
|
+
options: W.map((G) => ({
|
|
8894
|
+
value: G.id,
|
|
8895
|
+
label: b(G)
|
|
8895
8896
|
})),
|
|
8896
|
-
count:
|
|
8897
|
+
count: E.count
|
|
8897
8898
|
};
|
|
8898
|
-
} catch (
|
|
8899
|
+
} catch (I) {
|
|
8899
8900
|
return c && c({
|
|
8900
|
-
status: ((
|
|
8901
|
-
message: ((
|
|
8901
|
+
status: ((Z = I.response) == null ? void 0 : Z.status) ?? 500,
|
|
8902
|
+
message: ((_ = (A = I.response) == null ? void 0 : A.data) == null ? void 0 : _.message) ?? "Error while fetching options"
|
|
8902
8903
|
}), {
|
|
8903
8904
|
options: [],
|
|
8904
8905
|
count: 0
|
|
8905
8906
|
};
|
|
8906
8907
|
}
|
|
8907
8908
|
},
|
|
8908
|
-
[g, i, c,
|
|
8909
|
-
), V =
|
|
8909
|
+
[g, i, c, b]
|
|
8910
|
+
), V = D(
|
|
8910
8911
|
async (x) => {
|
|
8911
|
-
var
|
|
8912
|
+
var w, H, Z;
|
|
8912
8913
|
try {
|
|
8913
|
-
const
|
|
8914
|
-
(W) => !
|
|
8914
|
+
const A = x.filter(
|
|
8915
|
+
(W) => !k.current.some((E) => E.value === W)
|
|
8915
8916
|
);
|
|
8916
|
-
let
|
|
8917
|
-
|
|
8917
|
+
let _ = [];
|
|
8918
|
+
A.length && (_ = (await g.post("v1/users/search", {
|
|
8918
8919
|
filters: {
|
|
8919
|
-
id:
|
|
8920
|
+
id: A,
|
|
8920
8921
|
status: [g1.ACTIVE, g1.ARCHIVED]
|
|
8921
8922
|
}
|
|
8922
8923
|
})).data.data);
|
|
8923
|
-
const
|
|
8924
|
+
const I = _.map((W) => ({
|
|
8924
8925
|
value: W.id,
|
|
8925
|
-
label:
|
|
8926
|
+
label: b(W)
|
|
8926
8927
|
}));
|
|
8927
|
-
return [...
|
|
8928
|
-
} catch (
|
|
8928
|
+
return [...k.current, ...I];
|
|
8929
|
+
} catch (A) {
|
|
8929
8930
|
return c && c({
|
|
8930
|
-
status: ((
|
|
8931
|
-
message: ((
|
|
8931
|
+
status: ((w = A.response) == null ? void 0 : w.status) ?? 500,
|
|
8932
|
+
message: ((Z = (H = A.response) == null ? void 0 : H.data) == null ? void 0 : Z.message) ?? "Error while fetching selected items"
|
|
8932
8933
|
}), [];
|
|
8933
8934
|
}
|
|
8934
8935
|
},
|
|
8935
|
-
[g,
|
|
8936
|
+
[g, b, c]
|
|
8936
8937
|
);
|
|
8937
|
-
|
|
8938
|
-
|
|
8939
|
-
}, [u]),
|
|
8938
|
+
K(() => {
|
|
8939
|
+
k.current = u;
|
|
8940
|
+
}, [u]), K(() => {
|
|
8940
8941
|
if (!n) {
|
|
8941
8942
|
R(!1);
|
|
8942
8943
|
return;
|
|
8943
8944
|
}
|
|
8944
8945
|
(async () => {
|
|
8945
|
-
const
|
|
8946
|
-
p(
|
|
8946
|
+
const w = Array.isArray(n) ? n : [n], H = await V(w);
|
|
8947
|
+
p(H), R(!1);
|
|
8947
8948
|
})();
|
|
8948
8949
|
}, [V, n]);
|
|
8949
|
-
const
|
|
8950
|
+
const f = D(
|
|
8950
8951
|
async ({
|
|
8951
8952
|
limit: x,
|
|
8952
|
-
offset:
|
|
8953
|
-
search:
|
|
8953
|
+
offset: w,
|
|
8954
|
+
search: H
|
|
8954
8955
|
}) => {
|
|
8955
|
-
const { count:
|
|
8956
|
-
offset:
|
|
8956
|
+
const { count: Z, ...A } = await M({
|
|
8957
|
+
offset: w,
|
|
8957
8958
|
limit: x,
|
|
8958
|
-
search:
|
|
8959
|
+
search: H
|
|
8959
8960
|
});
|
|
8960
|
-
let
|
|
8961
|
-
return o &&
|
|
8962
|
-
options:
|
|
8963
|
-
count:
|
|
8961
|
+
let _ = A.options;
|
|
8962
|
+
return o && w === 0 && (_ = [{ value: null, label: "None" }, ..._]), {
|
|
8963
|
+
options: _,
|
|
8964
|
+
count: Z,
|
|
8964
8965
|
limit: x
|
|
8965
8966
|
};
|
|
8966
8967
|
},
|
|
8967
8968
|
[o, M]
|
|
8968
8969
|
);
|
|
8969
|
-
if (
|
|
8970
|
-
return /* @__PURE__ */ r(
|
|
8970
|
+
if (N)
|
|
8971
|
+
return /* @__PURE__ */ r(B5, {});
|
|
8971
8972
|
const y = {
|
|
8972
8973
|
ref: d,
|
|
8973
8974
|
placeholder: t,
|
|
8974
8975
|
disabled: s
|
|
8975
8976
|
};
|
|
8976
8977
|
return e ? /* @__PURE__ */ r(
|
|
8977
|
-
|
|
8978
|
+
H1,
|
|
8978
8979
|
{
|
|
8979
8980
|
...y,
|
|
8980
8981
|
mode: e,
|
|
8981
8982
|
value: n,
|
|
8982
8983
|
onChange: l,
|
|
8983
|
-
loadOptions:
|
|
8984
|
+
loadOptions: f,
|
|
8984
8985
|
loadOnClosedState: !0,
|
|
8985
8986
|
extraOptions: u
|
|
8986
8987
|
}
|
|
8987
8988
|
) : /* @__PURE__ */ r(
|
|
8988
|
-
|
|
8989
|
+
H1,
|
|
8989
8990
|
{
|
|
8990
8991
|
...y,
|
|
8991
8992
|
value: n,
|
|
8992
8993
|
mode: void 0,
|
|
8993
8994
|
onChange: l,
|
|
8994
|
-
loadOptions:
|
|
8995
|
+
loadOptions: f,
|
|
8995
8996
|
loadOnClosedState: !0,
|
|
8996
8997
|
extraOptions: u
|
|
8997
8998
|
}
|
|
@@ -8999,5 +9000,5 @@ const A3 = o1(
|
|
|
8999
9000
|
}
|
|
9000
9001
|
);
|
|
9001
9002
|
export {
|
|
9002
|
-
|
|
9003
|
+
B3 as UserSelect
|
|
9003
9004
|
};
|