@snmt-react-ui/country-select 2.3.11 → 2.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/country-select.js +547 -484
- package/dist/index.css +1 -1
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
@@ -2,9 +2,9 @@ var ae = Object.defineProperty;
|
|
2
2
|
var he = (i, e, t) => e in i ? ae(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
3
3
|
var E1 = (i, e, t) => he(i, typeof e != "symbol" ? e + "" : e, t);
|
4
4
|
import "./index.css";
|
5
|
-
import { jsx as n, Fragment as X, jsxs as
|
5
|
+
import { jsx as n, Fragment as X, jsxs as C } from "react/jsx-runtime";
|
6
6
|
import { SNMTUiContext as ce } from "@snmt-react-ui/core";
|
7
|
-
import { Select as de, Flex as ge, Avatar as
|
7
|
+
import { Select as de, Flex as ge, Avatar as Ce, Checkbox as ue, Typography as pe, Tag as fe, Popover as we } from "antd";
|
8
8
|
import { createContext as e1, forwardRef as b1, useState as S, useRef as l1, useEffect as A, useCallback as W, useContext as z } from "react";
|
9
9
|
var me = Object.defineProperty, ke = (i, e, t) => e in i ? me(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, Le = (i, e, t) => ke(i, e + "", t), ve = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
10
10
|
function Ne() {
|
@@ -128,7 +128,7 @@ const Be = (i, e) => {
|
|
128
128
|
} = c;
|
129
129
|
let g = i;
|
130
130
|
g = Y(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
131
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) => Re(f, l, c)), h = Ze(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d),
|
131
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) => Re(f, l, c)), h = Ze(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => z1(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [m, x] = S(u);
|
132
132
|
let w = g.join();
|
133
133
|
e.lng && (w = `${e.lng}${w}`);
|
134
134
|
const E = Be(w), y = l1(!0);
|
@@ -149,7 +149,7 @@ const Be = (i, e) => {
|
|
149
149
|
y.current = !1, f && l && f.split(" ").forEach((M) => l.off(M, b)), R && l && R.split(" ").forEach((M) => l.store.off(M, b));
|
150
150
|
};
|
151
151
|
}, [l, w]), A(() => {
|
152
|
-
y.current && a && x(
|
152
|
+
y.current && a && x(u);
|
153
153
|
}, [l, d, a]);
|
154
154
|
const _ = [m, l, a];
|
155
155
|
if (_.t = m, _.i18n = l, _.ready = a, a || !a && !r) return _;
|
@@ -181,7 +181,7 @@ const Be = (i, e) => {
|
|
181
181
|
), je = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
|
182
182
|
const o = typeof s.src == "string";
|
183
183
|
return /* @__PURE__ */ n(
|
184
|
-
|
184
|
+
Ce,
|
185
185
|
{
|
186
186
|
className: `snmt-avatar ${o ? "image" : ""}`,
|
187
187
|
shape: i,
|
@@ -212,7 +212,7 @@ const Te = ({
|
|
212
212
|
}, [i, e]);
|
213
213
|
const { theme: a } = z(y1);
|
214
214
|
return /* @__PURE__ */ n(
|
215
|
-
|
215
|
+
ue,
|
216
216
|
{
|
217
217
|
className: `snmt-checkbox snmt-checkbox-${a}`,
|
218
218
|
checked: c,
|
@@ -291,7 +291,7 @@ const De = ({
|
|
291
291
|
color: t = "#001E52",
|
292
292
|
className: s,
|
293
293
|
onClick: o
|
294
|
-
}) => /* @__PURE__ */
|
294
|
+
}) => /* @__PURE__ */ C(
|
295
295
|
"svg",
|
296
296
|
{
|
297
297
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -319,7 +319,7 @@ const De = ({
|
|
319
319
|
color: t = "#001E52",
|
320
320
|
className: s,
|
321
321
|
onClick: o
|
322
|
-
}) => /* @__PURE__ */
|
322
|
+
}) => /* @__PURE__ */ C(
|
323
323
|
"svg",
|
324
324
|
{
|
325
325
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -354,7 +354,7 @@ const De = ({
|
|
354
354
|
color: t = "#001E52",
|
355
355
|
className: s,
|
356
356
|
onClick: o
|
357
|
-
}) => /* @__PURE__ */
|
357
|
+
}) => /* @__PURE__ */ C(
|
358
358
|
"svg",
|
359
359
|
{
|
360
360
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -419,7 +419,7 @@ const De = ({
|
|
419
419
|
color: t = "#001E52",
|
420
420
|
className: s,
|
421
421
|
onClick: o
|
422
|
-
}) => /* @__PURE__ */
|
422
|
+
}) => /* @__PURE__ */ C(
|
423
423
|
"svg",
|
424
424
|
{
|
425
425
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -440,7 +440,7 @@ const De = ({
|
|
440
440
|
color: t = "#001E52",
|
441
441
|
className: s,
|
442
442
|
onClick: o
|
443
|
-
}) => /* @__PURE__ */
|
443
|
+
}) => /* @__PURE__ */ C(
|
444
444
|
"svg",
|
445
445
|
{
|
446
446
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -472,7 +472,7 @@ const De = ({
|
|
472
472
|
color: t = "#001E52",
|
473
473
|
className: s,
|
474
474
|
onClick: o
|
475
|
-
}) => /* @__PURE__ */
|
475
|
+
}) => /* @__PURE__ */ C(
|
476
476
|
"svg",
|
477
477
|
{
|
478
478
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -526,7 +526,7 @@ const De = ({
|
|
526
526
|
color: t = "#001E52",
|
527
527
|
className: s,
|
528
528
|
onClick: o
|
529
|
-
}) => /* @__PURE__ */
|
529
|
+
}) => /* @__PURE__ */ C(
|
530
530
|
"svg",
|
531
531
|
{
|
532
532
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -575,7 +575,7 @@ const De = ({
|
|
575
575
|
viewBox: "0 0 16 12",
|
576
576
|
fill: "none",
|
577
577
|
xmlns: "http://www.w3.org/2000/svg",
|
578
|
-
children: /* @__PURE__ */
|
578
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
579
579
|
/* @__PURE__ */ n(
|
580
580
|
"path",
|
581
581
|
{
|
@@ -614,7 +614,7 @@ const De = ({
|
|
614
614
|
color: t = "#001E52",
|
615
615
|
className: s,
|
616
616
|
onClick: o
|
617
|
-
}) => /* @__PURE__ */
|
617
|
+
}) => /* @__PURE__ */ C(
|
618
618
|
"svg",
|
619
619
|
{
|
620
620
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -658,7 +658,7 @@ const De = ({
|
|
658
658
|
viewBox: "0 0 10 10",
|
659
659
|
fill: "none",
|
660
660
|
xmlns: "http://www.w3.org/2000/svg",
|
661
|
-
children: /* @__PURE__ */
|
661
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
662
662
|
/* @__PURE__ */ n(
|
663
663
|
"path",
|
664
664
|
{
|
@@ -687,7 +687,7 @@ const De = ({
|
|
687
687
|
color: t = "#001E52",
|
688
688
|
className: s,
|
689
689
|
onClick: o
|
690
|
-
}) => /* @__PURE__ */
|
690
|
+
}) => /* @__PURE__ */ C(
|
691
691
|
"svg",
|
692
692
|
{
|
693
693
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -723,7 +723,7 @@ const De = ({
|
|
723
723
|
color: t = "#001E52",
|
724
724
|
className: s,
|
725
725
|
onClick: o
|
726
|
-
}) => /* @__PURE__ */
|
726
|
+
}) => /* @__PURE__ */ C(
|
727
727
|
"svg",
|
728
728
|
{
|
729
729
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -761,7 +761,7 @@ const De = ({
|
|
761
761
|
color: t = "#001E52",
|
762
762
|
className: s,
|
763
763
|
onClick: o
|
764
|
-
}) => /* @__PURE__ */
|
764
|
+
}) => /* @__PURE__ */ C(
|
765
765
|
"svg",
|
766
766
|
{
|
767
767
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -808,7 +808,7 @@ const De = ({
|
|
808
808
|
color: t = "#001E52",
|
809
809
|
className: s,
|
810
810
|
onClick: o
|
811
|
-
}) => /* @__PURE__ */
|
811
|
+
}) => /* @__PURE__ */ C(
|
812
812
|
"svg",
|
813
813
|
{
|
814
814
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -841,7 +841,7 @@ const De = ({
|
|
841
841
|
color: t = "#001E52",
|
842
842
|
className: s,
|
843
843
|
onClick: o
|
844
|
-
}) => /* @__PURE__ */
|
844
|
+
}) => /* @__PURE__ */ C(
|
845
845
|
"svg",
|
846
846
|
{
|
847
847
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -888,7 +888,7 @@ const De = ({
|
|
888
888
|
color: t = "#001E52",
|
889
889
|
className: s,
|
890
890
|
onClick: o
|
891
|
-
}) => /* @__PURE__ */
|
891
|
+
}) => /* @__PURE__ */ C(
|
892
892
|
"svg",
|
893
893
|
{
|
894
894
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -921,7 +921,7 @@ const De = ({
|
|
921
921
|
color: t = "#001E52",
|
922
922
|
className: s,
|
923
923
|
onClick: o
|
924
|
-
}) => /* @__PURE__ */
|
924
|
+
}) => /* @__PURE__ */ C(
|
925
925
|
"svg",
|
926
926
|
{
|
927
927
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -960,7 +960,7 @@ const De = ({
|
|
960
960
|
color: t = "#001E52",
|
961
961
|
className: s,
|
962
962
|
onClick: o
|
963
|
-
}) => /* @__PURE__ */
|
963
|
+
}) => /* @__PURE__ */ C(
|
964
964
|
"svg",
|
965
965
|
{
|
966
966
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1017,7 +1017,7 @@ const De = ({
|
|
1017
1017
|
color: t = "#001E52",
|
1018
1018
|
className: s,
|
1019
1019
|
onClick: o
|
1020
|
-
}) => /* @__PURE__ */
|
1020
|
+
}) => /* @__PURE__ */ C(
|
1021
1021
|
"svg",
|
1022
1022
|
{
|
1023
1023
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1064,7 +1064,7 @@ const De = ({
|
|
1064
1064
|
color: t = "#001E52",
|
1065
1065
|
className: s,
|
1066
1066
|
onClick: o
|
1067
|
-
}) => /* @__PURE__ */
|
1067
|
+
}) => /* @__PURE__ */ C(
|
1068
1068
|
"svg",
|
1069
1069
|
{
|
1070
1070
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1097,7 +1097,7 @@ const De = ({
|
|
1097
1097
|
color: t = "#001E52",
|
1098
1098
|
className: s,
|
1099
1099
|
onClick: o
|
1100
|
-
}) => /* @__PURE__ */
|
1100
|
+
}) => /* @__PURE__ */ C(
|
1101
1101
|
"svg",
|
1102
1102
|
{
|
1103
1103
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1130,7 +1130,7 @@ const De = ({
|
|
1130
1130
|
color: t = "#001E52",
|
1131
1131
|
className: s,
|
1132
1132
|
onClick: o
|
1133
|
-
}) => /* @__PURE__ */
|
1133
|
+
}) => /* @__PURE__ */ C(
|
1134
1134
|
"svg",
|
1135
1135
|
{
|
1136
1136
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1185,13 +1185,13 @@ const De = ({
|
|
1185
1185
|
)
|
1186
1186
|
]
|
1187
1187
|
}
|
1188
|
-
),
|
1188
|
+
), C2 = ({
|
1189
1189
|
width: i = 20,
|
1190
1190
|
height: e = 20,
|
1191
1191
|
color: t = "#001E52",
|
1192
1192
|
className: s,
|
1193
1193
|
onClick: o
|
1194
|
-
}) => /* @__PURE__ */
|
1194
|
+
}) => /* @__PURE__ */ C(
|
1195
1195
|
"svg",
|
1196
1196
|
{
|
1197
1197
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1225,13 +1225,13 @@ const De = ({
|
|
1225
1225
|
)
|
1226
1226
|
]
|
1227
1227
|
}
|
1228
|
-
),
|
1228
|
+
), u2 = ({
|
1229
1229
|
width: i = 32,
|
1230
1230
|
height: e = 25,
|
1231
1231
|
color: t = "#001E52",
|
1232
1232
|
className: s,
|
1233
1233
|
onClick: o
|
1234
|
-
}) => /* @__PURE__ */
|
1234
|
+
}) => /* @__PURE__ */ C(
|
1235
1235
|
"svg",
|
1236
1236
|
{
|
1237
1237
|
width: i,
|
@@ -1259,7 +1259,7 @@ const De = ({
|
|
1259
1259
|
color: t = "#10B981",
|
1260
1260
|
className: s,
|
1261
1261
|
onClick: o
|
1262
|
-
}) => /* @__PURE__ */
|
1262
|
+
}) => /* @__PURE__ */ C(
|
1263
1263
|
"svg",
|
1264
1264
|
{
|
1265
1265
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1288,7 +1288,7 @@ const De = ({
|
|
1288
1288
|
color: t = "#FFB020",
|
1289
1289
|
className: s,
|
1290
1290
|
onClick: o
|
1291
|
-
}) => /* @__PURE__ */
|
1291
|
+
}) => /* @__PURE__ */ C(
|
1292
1292
|
"svg",
|
1293
1293
|
{
|
1294
1294
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1322,7 +1322,7 @@ const De = ({
|
|
1322
1322
|
color: t = "#88A4FF",
|
1323
1323
|
className: s,
|
1324
1324
|
onClick: o
|
1325
|
-
}) => /* @__PURE__ */
|
1325
|
+
}) => /* @__PURE__ */ C(
|
1326
1326
|
"svg",
|
1327
1327
|
{
|
1328
1328
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1370,7 +1370,7 @@ const De = ({
|
|
1370
1370
|
color: t = "#8E8E93",
|
1371
1371
|
className: s,
|
1372
1372
|
onClick: o
|
1373
|
-
}) => /* @__PURE__ */
|
1373
|
+
}) => /* @__PURE__ */ C(
|
1374
1374
|
"svg",
|
1375
1375
|
{
|
1376
1376
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1398,7 +1398,7 @@ const De = ({
|
|
1398
1398
|
color: t = "#FFB020",
|
1399
1399
|
className: s,
|
1400
1400
|
onClick: o
|
1401
|
-
}) => /* @__PURE__ */
|
1401
|
+
}) => /* @__PURE__ */ C(
|
1402
1402
|
"svg",
|
1403
1403
|
{
|
1404
1404
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1432,7 +1432,7 @@ const De = ({
|
|
1432
1432
|
color: t = "#D0421B",
|
1433
1433
|
className: s,
|
1434
1434
|
onClick: o
|
1435
|
-
}) => /* @__PURE__ */
|
1435
|
+
}) => /* @__PURE__ */ C(
|
1436
1436
|
"svg",
|
1437
1437
|
{
|
1438
1438
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1480,7 +1480,7 @@ const De = ({
|
|
1480
1480
|
color: t = "#070739",
|
1481
1481
|
className: s,
|
1482
1482
|
onClick: o
|
1483
|
-
}) => /* @__PURE__ */
|
1483
|
+
}) => /* @__PURE__ */ C(
|
1484
1484
|
"svg",
|
1485
1485
|
{
|
1486
1486
|
width: i,
|
@@ -1510,7 +1510,7 @@ const De = ({
|
|
1510
1510
|
color: t = "#070739",
|
1511
1511
|
className: s,
|
1512
1512
|
onClick: o
|
1513
|
-
}) => /* @__PURE__ */
|
1513
|
+
}) => /* @__PURE__ */ C(
|
1514
1514
|
"svg",
|
1515
1515
|
{
|
1516
1516
|
width: i,
|
@@ -1574,7 +1574,7 @@ const De = ({
|
|
1574
1574
|
color: t = "#F2F2F7",
|
1575
1575
|
className: s,
|
1576
1576
|
onClick: o
|
1577
|
-
}) => /* @__PURE__ */
|
1577
|
+
}) => /* @__PURE__ */ C(
|
1578
1578
|
"svg",
|
1579
1579
|
{
|
1580
1580
|
width: i,
|
@@ -1603,7 +1603,7 @@ const De = ({
|
|
1603
1603
|
color: t = "#004ED7",
|
1604
1604
|
className: s,
|
1605
1605
|
onClick: o
|
1606
|
-
}) => /* @__PURE__ */
|
1606
|
+
}) => /* @__PURE__ */ C(
|
1607
1607
|
"svg",
|
1608
1608
|
{
|
1609
1609
|
width: i,
|
@@ -1632,7 +1632,7 @@ const De = ({
|
|
1632
1632
|
color: t = "#070739",
|
1633
1633
|
className: s,
|
1634
1634
|
onClick: o
|
1635
|
-
}) => /* @__PURE__ */
|
1635
|
+
}) => /* @__PURE__ */ C(
|
1636
1636
|
"svg",
|
1637
1637
|
{
|
1638
1638
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -1669,7 +1669,7 @@ const De = ({
|
|
1669
1669
|
color: t = "#001E52",
|
1670
1670
|
className: s,
|
1671
1671
|
onClick: o
|
1672
|
-
}) => /* @__PURE__ */
|
1672
|
+
}) => /* @__PURE__ */ C(
|
1673
1673
|
"svg",
|
1674
1674
|
{
|
1675
1675
|
width: i,
|
@@ -1708,7 +1708,7 @@ const De = ({
|
|
1708
1708
|
color: t = "#001E52",
|
1709
1709
|
className: s,
|
1710
1710
|
onClick: o
|
1711
|
-
}) => /* @__PURE__ */
|
1711
|
+
}) => /* @__PURE__ */ C(
|
1712
1712
|
"svg",
|
1713
1713
|
{
|
1714
1714
|
width: i,
|
@@ -1737,7 +1737,7 @@ const De = ({
|
|
1737
1737
|
color: t = "#001E52",
|
1738
1738
|
className: s,
|
1739
1739
|
onClick: o
|
1740
|
-
}) => /* @__PURE__ */
|
1740
|
+
}) => /* @__PURE__ */ C(
|
1741
1741
|
"svg",
|
1742
1742
|
{
|
1743
1743
|
width: i,
|
@@ -1774,7 +1774,7 @@ const De = ({
|
|
1774
1774
|
color: t = v.GREY_DARK_5,
|
1775
1775
|
className: s,
|
1776
1776
|
onClick: o
|
1777
|
-
}) => /* @__PURE__ */
|
1777
|
+
}) => /* @__PURE__ */ C(
|
1778
1778
|
"svg",
|
1779
1779
|
{
|
1780
1780
|
width: i,
|
@@ -1813,7 +1813,7 @@ const De = ({
|
|
1813
1813
|
color: t = v.GREY_DARK_1,
|
1814
1814
|
className: s,
|
1815
1815
|
onClick: o
|
1816
|
-
}) => /* @__PURE__ */
|
1816
|
+
}) => /* @__PURE__ */ C(
|
1817
1817
|
"svg",
|
1818
1818
|
{
|
1819
1819
|
width: i,
|
@@ -1846,7 +1846,7 @@ const De = ({
|
|
1846
1846
|
color: t = v.GREY_DARK_5,
|
1847
1847
|
className: s,
|
1848
1848
|
onClick: o
|
1849
|
-
}) => /* @__PURE__ */
|
1849
|
+
}) => /* @__PURE__ */ C(
|
1850
1850
|
"svg",
|
1851
1851
|
{
|
1852
1852
|
width: i,
|
@@ -1998,7 +1998,7 @@ const De = ({
|
|
1998
1998
|
height: t = 24,
|
1999
1999
|
width: s = 24,
|
2000
2000
|
onClick: o
|
2001
|
-
}) => /* @__PURE__ */
|
2001
|
+
}) => /* @__PURE__ */ C(
|
2002
2002
|
"svg",
|
2003
2003
|
{
|
2004
2004
|
width: s,
|
@@ -2037,7 +2037,7 @@ const De = ({
|
|
2037
2037
|
height: t = 24,
|
2038
2038
|
width: s = 24,
|
2039
2039
|
onClick: o
|
2040
|
-
}) => /* @__PURE__ */
|
2040
|
+
}) => /* @__PURE__ */ C(
|
2041
2041
|
"svg",
|
2042
2042
|
{
|
2043
2043
|
width: s,
|
@@ -2103,7 +2103,7 @@ const De = ({
|
|
2103
2103
|
height: t = 24,
|
2104
2104
|
width: s = 24,
|
2105
2105
|
onClick: o
|
2106
|
-
}) => /* @__PURE__ */
|
2106
|
+
}) => /* @__PURE__ */ C(
|
2107
2107
|
"svg",
|
2108
2108
|
{
|
2109
2109
|
width: s,
|
@@ -2162,7 +2162,7 @@ const De = ({
|
|
2162
2162
|
height: t = 24,
|
2163
2163
|
width: s = 24,
|
2164
2164
|
onClick: o
|
2165
|
-
}) => /* @__PURE__ */
|
2165
|
+
}) => /* @__PURE__ */ C(
|
2166
2166
|
"svg",
|
2167
2167
|
{
|
2168
2168
|
width: s,
|
@@ -2199,7 +2199,7 @@ const De = ({
|
|
2199
2199
|
height: t = 14,
|
2200
2200
|
width: s = 14,
|
2201
2201
|
onClick: o
|
2202
|
-
}) => /* @__PURE__ */
|
2202
|
+
}) => /* @__PURE__ */ C(
|
2203
2203
|
"svg",
|
2204
2204
|
{
|
2205
2205
|
className: i,
|
@@ -2263,7 +2263,7 @@ const De = ({
|
|
2263
2263
|
height: t = 24,
|
2264
2264
|
width: s = 24,
|
2265
2265
|
onClick: o
|
2266
|
-
}) => /* @__PURE__ */
|
2266
|
+
}) => /* @__PURE__ */ C(
|
2267
2267
|
"svg",
|
2268
2268
|
{
|
2269
2269
|
onClick: o,
|
@@ -2315,7 +2315,7 @@ const De = ({
|
|
2315
2315
|
height: t = 24,
|
2316
2316
|
width: s = 24,
|
2317
2317
|
onClick: o
|
2318
|
-
}) => /* @__PURE__ */
|
2318
|
+
}) => /* @__PURE__ */ C(
|
2319
2319
|
"svg",
|
2320
2320
|
{
|
2321
2321
|
onClick: o,
|
@@ -2352,7 +2352,7 @@ const De = ({
|
|
2352
2352
|
height: t = 37,
|
2353
2353
|
width: s = 36,
|
2354
2354
|
onClick: o
|
2355
|
-
}) => /* @__PURE__ */
|
2355
|
+
}) => /* @__PURE__ */ C(
|
2356
2356
|
"svg",
|
2357
2357
|
{
|
2358
2358
|
onClick: o,
|
@@ -2417,7 +2417,7 @@ const De = ({
|
|
2417
2417
|
height: t = 24,
|
2418
2418
|
width: s = 24,
|
2419
2419
|
onClick: o
|
2420
|
-
}) => /* @__PURE__ */
|
2420
|
+
}) => /* @__PURE__ */ C(
|
2421
2421
|
"svg",
|
2422
2422
|
{
|
2423
2423
|
onClick: o,
|
@@ -2456,7 +2456,7 @@ const De = ({
|
|
2456
2456
|
height: t = 24,
|
2457
2457
|
width: s = 24,
|
2458
2458
|
onClick: o
|
2459
|
-
}) => /* @__PURE__ */
|
2459
|
+
}) => /* @__PURE__ */ C(
|
2460
2460
|
"svg",
|
2461
2461
|
{
|
2462
2462
|
onClick: o,
|
@@ -2495,7 +2495,7 @@ const De = ({
|
|
2495
2495
|
height: t = 24,
|
2496
2496
|
width: s = 24,
|
2497
2497
|
onClick: o
|
2498
|
-
}) => /* @__PURE__ */
|
2498
|
+
}) => /* @__PURE__ */ C(
|
2499
2499
|
"svg",
|
2500
2500
|
{
|
2501
2501
|
onClick: o,
|
@@ -2564,7 +2564,7 @@ const De = ({
|
|
2564
2564
|
height: t = 24,
|
2565
2565
|
width: s = 24,
|
2566
2566
|
onClick: o
|
2567
|
-
}) => /* @__PURE__ */
|
2567
|
+
}) => /* @__PURE__ */ C(
|
2568
2568
|
"svg",
|
2569
2569
|
{
|
2570
2570
|
onClick: o,
|
@@ -2603,7 +2603,7 @@ const De = ({
|
|
2603
2603
|
height: t = 24,
|
2604
2604
|
width: s = 24,
|
2605
2605
|
onClick: o
|
2606
|
-
}) => /* @__PURE__ */
|
2606
|
+
}) => /* @__PURE__ */ C(
|
2607
2607
|
"svg",
|
2608
2608
|
{
|
2609
2609
|
onClick: o,
|
@@ -2660,7 +2660,7 @@ const De = ({
|
|
2660
2660
|
height: t = 24,
|
2661
2661
|
width: s = 24,
|
2662
2662
|
onClick: o
|
2663
|
-
}) => /* @__PURE__ */
|
2663
|
+
}) => /* @__PURE__ */ C(
|
2664
2664
|
"svg",
|
2665
2665
|
{
|
2666
2666
|
onClick: o,
|
@@ -2699,7 +2699,7 @@ const De = ({
|
|
2699
2699
|
height: t = 24,
|
2700
2700
|
width: s = 24,
|
2701
2701
|
onClick: o
|
2702
|
-
}) => /* @__PURE__ */
|
2702
|
+
}) => /* @__PURE__ */ C(
|
2703
2703
|
"svg",
|
2704
2704
|
{
|
2705
2705
|
onClick: o,
|
@@ -2748,7 +2748,7 @@ const De = ({
|
|
2748
2748
|
height: t = 24,
|
2749
2749
|
width: s = 24,
|
2750
2750
|
onClick: o
|
2751
|
-
}) => /* @__PURE__ */
|
2751
|
+
}) => /* @__PURE__ */ C(
|
2752
2752
|
"svg",
|
2753
2753
|
{
|
2754
2754
|
onClick: o,
|
@@ -2814,7 +2814,7 @@ const De = ({
|
|
2814
2814
|
height: t = 24,
|
2815
2815
|
width: s = 24,
|
2816
2816
|
onClick: o
|
2817
|
-
}) => /* @__PURE__ */
|
2817
|
+
}) => /* @__PURE__ */ C(
|
2818
2818
|
"svg",
|
2819
2819
|
{
|
2820
2820
|
onClick: o,
|
@@ -2852,7 +2852,7 @@ const De = ({
|
|
2852
2852
|
height: t = 24,
|
2853
2853
|
width: s = 24,
|
2854
2854
|
onClick: o
|
2855
|
-
}) => /* @__PURE__ */
|
2855
|
+
}) => /* @__PURE__ */ C(
|
2856
2856
|
"svg",
|
2857
2857
|
{
|
2858
2858
|
onClick: o,
|
@@ -2873,7 +2873,7 @@ const De = ({
|
|
2873
2873
|
height: t = 24,
|
2874
2874
|
width: s = 24,
|
2875
2875
|
onClick: o
|
2876
|
-
}) => /* @__PURE__ */
|
2876
|
+
}) => /* @__PURE__ */ C(
|
2877
2877
|
"svg",
|
2878
2878
|
{
|
2879
2879
|
onClick: o,
|
@@ -2912,7 +2912,7 @@ const De = ({
|
|
2912
2912
|
height: t = 24,
|
2913
2913
|
width: s = 24,
|
2914
2914
|
onClick: o
|
2915
|
-
}) => /* @__PURE__ */
|
2915
|
+
}) => /* @__PURE__ */ C(
|
2916
2916
|
"svg",
|
2917
2917
|
{
|
2918
2918
|
onClick: o,
|
@@ -2951,7 +2951,7 @@ const De = ({
|
|
2951
2951
|
height: t = 24,
|
2952
2952
|
width: s = 24,
|
2953
2953
|
onClick: o
|
2954
|
-
}) => /* @__PURE__ */
|
2954
|
+
}) => /* @__PURE__ */ C(
|
2955
2955
|
"svg",
|
2956
2956
|
{
|
2957
2957
|
onClick: o,
|
@@ -3016,7 +3016,7 @@ const De = ({
|
|
3016
3016
|
height: t = 20,
|
3017
3017
|
width: s = 20,
|
3018
3018
|
onClick: o
|
3019
|
-
}) => /* @__PURE__ */
|
3019
|
+
}) => /* @__PURE__ */ C(
|
3020
3020
|
"svg",
|
3021
3021
|
{
|
3022
3022
|
onClick: o,
|
@@ -3045,7 +3045,7 @@ const De = ({
|
|
3045
3045
|
height: t = 20,
|
3046
3046
|
width: s = 20,
|
3047
3047
|
onClick: o
|
3048
|
-
}) => /* @__PURE__ */
|
3048
|
+
}) => /* @__PURE__ */ C(
|
3049
3049
|
"svg",
|
3050
3050
|
{
|
3051
3051
|
onClick: o,
|
@@ -3074,7 +3074,7 @@ const De = ({
|
|
3074
3074
|
height: t = 20,
|
3075
3075
|
width: s = 20,
|
3076
3076
|
onClick: o
|
3077
|
-
}) => /* @__PURE__ */
|
3077
|
+
}) => /* @__PURE__ */ C(
|
3078
3078
|
"svg",
|
3079
3079
|
{
|
3080
3080
|
onClick: o,
|
@@ -3103,7 +3103,7 @@ const De = ({
|
|
3103
3103
|
height: t = 20,
|
3104
3104
|
width: s = 20,
|
3105
3105
|
onClick: o
|
3106
|
-
}) => /* @__PURE__ */
|
3106
|
+
}) => /* @__PURE__ */ C(
|
3107
3107
|
"svg",
|
3108
3108
|
{
|
3109
3109
|
onClick: o,
|
@@ -3126,7 +3126,7 @@ const De = ({
|
|
3126
3126
|
)
|
3127
3127
|
]
|
3128
3128
|
}
|
3129
|
-
),
|
3129
|
+
), Ct = ({
|
3130
3130
|
className: i,
|
3131
3131
|
color: e = "#001E52",
|
3132
3132
|
height: t = 24,
|
@@ -3152,7 +3152,7 @@ const De = ({
|
|
3152
3152
|
}
|
3153
3153
|
)
|
3154
3154
|
}
|
3155
|
-
),
|
3155
|
+
), ut = ({
|
3156
3156
|
className: i,
|
3157
3157
|
color: e = "#131314",
|
3158
3158
|
height: t = 20,
|
@@ -3197,7 +3197,7 @@ const De = ({
|
|
3197
3197
|
version: "1.1",
|
3198
3198
|
xmlns: "http://www.w3.org/2000/svg",
|
3199
3199
|
viewBox: "0 0 489.698 489.698",
|
3200
|
-
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */
|
3200
|
+
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */ C("g", { children: [
|
3201
3201
|
/* @__PURE__ */ n(
|
3202
3202
|
"path",
|
3203
3203
|
{
|
@@ -3274,6 +3274,39 @@ const De = ({
|
|
3274
3274
|
}
|
3275
3275
|
)
|
3276
3276
|
}
|
3277
|
+
), wt = ({
|
3278
|
+
width: i = 24,
|
3279
|
+
height: e = 24,
|
3280
|
+
color: t = "#131314",
|
3281
|
+
className: s,
|
3282
|
+
onClick: o
|
3283
|
+
}) => /* @__PURE__ */ C(
|
3284
|
+
"svg",
|
3285
|
+
{
|
3286
|
+
width: i,
|
3287
|
+
height: e,
|
3288
|
+
viewBox: "0 0 24 24",
|
3289
|
+
fill: "none",
|
3290
|
+
className: s,
|
3291
|
+
onClick: o,
|
3292
|
+
xmlns: "http://www.w3.org/2000/svg",
|
3293
|
+
children: [
|
3294
|
+
/* @__PURE__ */ n(
|
3295
|
+
"path",
|
3296
|
+
{
|
3297
|
+
d: "M19.2598 20V4C19.2598 3.58579 19.5956 3.25 20.0098 3.25C20.424 3.25 20.7598 3.58579 20.7598 4V20C20.7598 20.4142 20.424 20.75 20.0098 20.75C19.5956 20.75 19.2598 20.4142 19.2598 20Z",
|
3298
|
+
fill: t
|
3299
|
+
}
|
3300
|
+
),
|
3301
|
+
/* @__PURE__ */ n(
|
3302
|
+
"path",
|
3303
|
+
{
|
3304
|
+
d: "M9.96973 5.46972C10.2443 5.19512 10.6791 5.17765 10.9736 5.41796L11.0303 5.46972L17.5303 11.9697L17.582 12.0264C17.8063 12.3013 17.8063 12.6987 17.582 12.9736L17.5303 13.0303L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L15.1895 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H15.1895L9.96973 6.53027L9.91797 6.47363C9.67766 6.17905 9.69512 5.74433 9.96973 5.46972Z",
|
3305
|
+
fill: t
|
3306
|
+
}
|
3307
|
+
)
|
3308
|
+
]
|
3309
|
+
}
|
3277
3310
|
), c1 = ({
|
3278
3311
|
name: i,
|
3279
3312
|
width: e,
|
@@ -3367,9 +3400,9 @@ const De = ({
|
|
3367
3400
|
case "settings4":
|
3368
3401
|
return g2({ width: e, height: t, color: a, className: r, onClick: h });
|
3369
3402
|
case "edit2":
|
3370
|
-
return
|
3403
|
+
return C2({ width: e, height: t, color: a, className: r, onClick: h });
|
3371
3404
|
case "notifications":
|
3372
|
-
return
|
3405
|
+
return u2({
|
3373
3406
|
width: e,
|
3374
3407
|
height: t,
|
3375
3408
|
color: a,
|
@@ -3525,23 +3558,25 @@ const De = ({
|
|
3525
3558
|
case "filledArrowRight":
|
3526
3559
|
return gt({ width: e, height: t, color: a, className: r, onClick: h });
|
3527
3560
|
case "burgerMenu":
|
3528
|
-
return ut({ width: e, height: t, color: a, className: r, onClick: h });
|
3529
|
-
case "signOut":
|
3530
3561
|
return Ct({ width: e, height: t, color: a, className: r, onClick: h });
|
3562
|
+
case "signOut":
|
3563
|
+
return ut({ width: e, height: t, color: a, className: r, onClick: h });
|
3531
3564
|
case "refresh":
|
3532
3565
|
return pt({ width: e, height: t, color: a, className: r, onClick: h });
|
3533
3566
|
case "projects":
|
3534
3567
|
return ft({ width: e, height: t, color: a, className: r, onClick: h });
|
3568
|
+
case "exit":
|
3569
|
+
return wt({ width: e, height: t, color: a, className: r, onClick: h });
|
3535
3570
|
default:
|
3536
3571
|
return /* @__PURE__ */ n(X, { children: "No Icon provided" });
|
3537
3572
|
}
|
3538
3573
|
})() });
|
3539
|
-
}, { Title:
|
3574
|
+
}, { Title: mt, Text: kt } = pe, Lt = {
|
3540
3575
|
h1: 1,
|
3541
3576
|
h2: 2,
|
3542
3577
|
h3: 3,
|
3543
3578
|
h4: 4
|
3544
|
-
},
|
3579
|
+
}, vt = b1(
|
3545
3580
|
({
|
3546
3581
|
align: i = "inherit",
|
3547
3582
|
variant: e = "body1",
|
@@ -3554,17 +3589,17 @@ const De = ({
|
|
3554
3589
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
3555
3590
|
let g = `snmt-typography snmt-typography-${e}`;
|
3556
3591
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
3557
|
-
|
3592
|
+
mt,
|
3558
3593
|
{
|
3559
3594
|
className: g,
|
3560
3595
|
style: { color: t, whiteSpace: c },
|
3561
3596
|
onClick: o,
|
3562
|
-
level:
|
3597
|
+
level: Lt[e],
|
3563
3598
|
ref: r,
|
3564
3599
|
children: s
|
3565
3600
|
}
|
3566
3601
|
) : /* @__PURE__ */ n(
|
3567
|
-
|
3602
|
+
kt,
|
3568
3603
|
{
|
3569
3604
|
className: g,
|
3570
3605
|
style: { color: t, whiteSpace: c },
|
@@ -3581,7 +3616,7 @@ const Q1 = e1({
|
|
3581
3616
|
theme: "light"
|
3582
3617
|
});
|
3583
3618
|
Q1.Provider;
|
3584
|
-
const
|
3619
|
+
const Nt = ({
|
3585
3620
|
width: i = 20,
|
3586
3621
|
height: e = 20,
|
3587
3622
|
color: t = "#001E52",
|
@@ -3608,7 +3643,7 @@ const vt = ({
|
|
3608
3643
|
}
|
3609
3644
|
)
|
3610
3645
|
}
|
3611
|
-
),
|
3646
|
+
), xt = ({
|
3612
3647
|
width: i = 20,
|
3613
3648
|
height: e = 20,
|
3614
3649
|
color: t = "#001E52",
|
@@ -3635,13 +3670,13 @@ const vt = ({
|
|
3635
3670
|
}
|
3636
3671
|
)
|
3637
3672
|
}
|
3638
|
-
),
|
3673
|
+
), Rt = ({
|
3639
3674
|
width: i = 16,
|
3640
3675
|
height: e = 16,
|
3641
3676
|
color: t = "#001E52",
|
3642
3677
|
className: s,
|
3643
3678
|
onClick: o
|
3644
|
-
}) => /* @__PURE__ */
|
3679
|
+
}) => /* @__PURE__ */ C(
|
3645
3680
|
"svg",
|
3646
3681
|
{
|
3647
3682
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3663,13 +3698,13 @@ const vt = ({
|
|
3663
3698
|
)
|
3664
3699
|
]
|
3665
3700
|
}
|
3666
|
-
),
|
3701
|
+
), Mt = ({
|
3667
3702
|
width: i = 20,
|
3668
3703
|
height: e = 20,
|
3669
3704
|
color: t = "#001E52",
|
3670
3705
|
className: s,
|
3671
3706
|
onClick: o
|
3672
|
-
}) => /* @__PURE__ */
|
3707
|
+
}) => /* @__PURE__ */ C(
|
3673
3708
|
"svg",
|
3674
3709
|
{
|
3675
3710
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3698,13 +3733,13 @@ const vt = ({
|
|
3698
3733
|
)
|
3699
3734
|
]
|
3700
3735
|
}
|
3701
|
-
),
|
3736
|
+
), bt = ({
|
3702
3737
|
width: i = 18,
|
3703
3738
|
height: e = 18,
|
3704
3739
|
color: t = "#001E52",
|
3705
3740
|
className: s,
|
3706
3741
|
onClick: o
|
3707
|
-
}) => /* @__PURE__ */
|
3742
|
+
}) => /* @__PURE__ */ C(
|
3708
3743
|
"svg",
|
3709
3744
|
{
|
3710
3745
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3737,7 +3772,7 @@ const vt = ({
|
|
3737
3772
|
)
|
3738
3773
|
]
|
3739
3774
|
}
|
3740
|
-
),
|
3775
|
+
), yt = ({
|
3741
3776
|
width: i = 20,
|
3742
3777
|
height: e = 20,
|
3743
3778
|
color: t = "#001E52",
|
@@ -3763,13 +3798,13 @@ const vt = ({
|
|
3763
3798
|
}
|
3764
3799
|
)
|
3765
3800
|
}
|
3766
|
-
),
|
3801
|
+
), _t = ({
|
3767
3802
|
width: i = 20,
|
3768
3803
|
height: e = 20,
|
3769
3804
|
color: t = "#001E52",
|
3770
3805
|
className: s,
|
3771
3806
|
onClick: o
|
3772
|
-
}) => /* @__PURE__ */
|
3807
|
+
}) => /* @__PURE__ */ C(
|
3773
3808
|
"svg",
|
3774
3809
|
{
|
3775
3810
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3784,13 +3819,13 @@ const vt = ({
|
|
3784
3819
|
/* @__PURE__ */ n("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
3785
3820
|
]
|
3786
3821
|
}
|
3787
|
-
),
|
3822
|
+
), Et = ({
|
3788
3823
|
width: i = 20,
|
3789
3824
|
height: e = 20,
|
3790
3825
|
color: t = "#001E52",
|
3791
3826
|
className: s,
|
3792
3827
|
onClick: o
|
3793
|
-
}) => /* @__PURE__ */
|
3828
|
+
}) => /* @__PURE__ */ C(
|
3794
3829
|
"svg",
|
3795
3830
|
{
|
3796
3831
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3816,13 +3851,13 @@ const vt = ({
|
|
3816
3851
|
)
|
3817
3852
|
]
|
3818
3853
|
}
|
3819
|
-
),
|
3854
|
+
), Ht = ({
|
3820
3855
|
width: i = 20,
|
3821
3856
|
height: e = 20,
|
3822
3857
|
color: t = "#001E52",
|
3823
3858
|
className: s,
|
3824
3859
|
onClick: o
|
3825
|
-
}) => /* @__PURE__ */
|
3860
|
+
}) => /* @__PURE__ */ C(
|
3826
3861
|
"svg",
|
3827
3862
|
{
|
3828
3863
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3870,13 +3905,13 @@ const vt = ({
|
|
3870
3905
|
)
|
3871
3906
|
]
|
3872
3907
|
}
|
3873
|
-
),
|
3908
|
+
), Vt = ({
|
3874
3909
|
width: i = 20,
|
3875
3910
|
height: e = 20,
|
3876
3911
|
color: t = "#001E52",
|
3877
3912
|
className: s,
|
3878
3913
|
onClick: o
|
3879
|
-
}) => /* @__PURE__ */
|
3914
|
+
}) => /* @__PURE__ */ C(
|
3880
3915
|
"svg",
|
3881
3916
|
{
|
3882
3917
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3909,7 +3944,7 @@ const vt = ({
|
|
3909
3944
|
/* @__PURE__ */ n("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
3910
3945
|
]
|
3911
3946
|
}
|
3912
|
-
),
|
3947
|
+
), It = ({
|
3913
3948
|
width: i = 16,
|
3914
3949
|
height: e = 12,
|
3915
3950
|
color: t = "#001E52",
|
@@ -3925,7 +3960,7 @@ const vt = ({
|
|
3925
3960
|
viewBox: "0 0 16 12",
|
3926
3961
|
fill: "none",
|
3927
3962
|
xmlns: "http://www.w3.org/2000/svg",
|
3928
|
-
children: /* @__PURE__ */
|
3963
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
3929
3964
|
/* @__PURE__ */ n(
|
3930
3965
|
"path",
|
3931
3966
|
{
|
@@ -3958,13 +3993,13 @@ const vt = ({
|
|
3958
3993
|
)
|
3959
3994
|
] })
|
3960
3995
|
}
|
3961
|
-
),
|
3996
|
+
), St = ({
|
3962
3997
|
width: i = 16,
|
3963
3998
|
height: e = 16,
|
3964
3999
|
color: t = "#001E52",
|
3965
4000
|
className: s,
|
3966
4001
|
onClick: o
|
3967
|
-
}) => /* @__PURE__ */
|
4002
|
+
}) => /* @__PURE__ */ C(
|
3968
4003
|
"svg",
|
3969
4004
|
{
|
3970
4005
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -3992,7 +4027,7 @@ const vt = ({
|
|
3992
4027
|
)
|
3993
4028
|
]
|
3994
4029
|
}
|
3995
|
-
),
|
4030
|
+
), Ot = ({
|
3996
4031
|
width: i = 10,
|
3997
4032
|
height: e = 10,
|
3998
4033
|
color: t = "#001E52",
|
@@ -4008,7 +4043,7 @@ const vt = ({
|
|
4008
4043
|
viewBox: "0 0 10 10",
|
4009
4044
|
fill: "none",
|
4010
4045
|
xmlns: "http://www.w3.org/2000/svg",
|
4011
|
-
children: /* @__PURE__ */
|
4046
|
+
children: /* @__PURE__ */ C("g", { id: "Icon", children: [
|
4012
4047
|
/* @__PURE__ */ n(
|
4013
4048
|
"path",
|
4014
4049
|
{
|
@@ -4031,13 +4066,13 @@ const vt = ({
|
|
4031
4066
|
)
|
4032
4067
|
] })
|
4033
4068
|
}
|
4034
|
-
),
|
4069
|
+
), At = ({
|
4035
4070
|
width: i = 16,
|
4036
4071
|
height: e = 16,
|
4037
4072
|
color: t = "#001E52",
|
4038
4073
|
className: s,
|
4039
4074
|
onClick: o
|
4040
|
-
}) => /* @__PURE__ */
|
4075
|
+
}) => /* @__PURE__ */ C(
|
4041
4076
|
"svg",
|
4042
4077
|
{
|
4043
4078
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4067,13 +4102,13 @@ const vt = ({
|
|
4067
4102
|
)
|
4068
4103
|
]
|
4069
4104
|
}
|
4070
|
-
),
|
4105
|
+
), Bt = ({
|
4071
4106
|
width: i = 11,
|
4072
4107
|
height: e = 32,
|
4073
4108
|
color: t = "#001E52",
|
4074
4109
|
className: s,
|
4075
4110
|
onClick: o
|
4076
|
-
}) => /* @__PURE__ */
|
4111
|
+
}) => /* @__PURE__ */ C(
|
4077
4112
|
"svg",
|
4078
4113
|
{
|
4079
4114
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4105,13 +4140,13 @@ const vt = ({
|
|
4105
4140
|
/* @__PURE__ */ n("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
4106
4141
|
]
|
4107
4142
|
}
|
4108
|
-
),
|
4143
|
+
), Zt = ({
|
4109
4144
|
width: i = 20,
|
4110
4145
|
height: e = 20,
|
4111
4146
|
color: t = "#001E52",
|
4112
4147
|
className: s,
|
4113
4148
|
onClick: o
|
4114
|
-
}) => /* @__PURE__ */
|
4149
|
+
}) => /* @__PURE__ */ C(
|
4115
4150
|
"svg",
|
4116
4151
|
{
|
4117
4152
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4152,13 +4187,13 @@ const vt = ({
|
|
4152
4187
|
)
|
4153
4188
|
]
|
4154
4189
|
}
|
4155
|
-
),
|
4190
|
+
), Wt = ({
|
4156
4191
|
width: i = 20,
|
4157
4192
|
height: e = 20,
|
4158
4193
|
color: t = "#001E52",
|
4159
4194
|
className: s,
|
4160
4195
|
onClick: o
|
4161
|
-
}) => /* @__PURE__ */
|
4196
|
+
}) => /* @__PURE__ */ C(
|
4162
4197
|
"svg",
|
4163
4198
|
{
|
4164
4199
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4185,13 +4220,13 @@ const vt = ({
|
|
4185
4220
|
)
|
4186
4221
|
]
|
4187
4222
|
}
|
4188
|
-
),
|
4223
|
+
), jt = ({
|
4189
4224
|
width: i = 20,
|
4190
4225
|
height: e = 20,
|
4191
4226
|
color: t = "#001E52",
|
4192
4227
|
className: s,
|
4193
4228
|
onClick: o
|
4194
|
-
}) => /* @__PURE__ */
|
4229
|
+
}) => /* @__PURE__ */ C(
|
4195
4230
|
"svg",
|
4196
4231
|
{
|
4197
4232
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4232,13 +4267,13 @@ const vt = ({
|
|
4232
4267
|
)
|
4233
4268
|
]
|
4234
4269
|
}
|
4235
|
-
),
|
4270
|
+
), Tt = ({
|
4236
4271
|
width: i = 20,
|
4237
4272
|
height: e = 20,
|
4238
4273
|
color: t = "#001E52",
|
4239
4274
|
className: s,
|
4240
4275
|
onClick: o
|
4241
|
-
}) => /* @__PURE__ */
|
4276
|
+
}) => /* @__PURE__ */ C(
|
4242
4277
|
"svg",
|
4243
4278
|
{
|
4244
4279
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4265,13 +4300,13 @@ const vt = ({
|
|
4265
4300
|
)
|
4266
4301
|
]
|
4267
4302
|
}
|
4268
|
-
),
|
4303
|
+
), Dt = ({
|
4269
4304
|
width: i = 18,
|
4270
4305
|
height: e = 16,
|
4271
4306
|
color: t = "#001E52",
|
4272
4307
|
className: s,
|
4273
4308
|
onClick: o
|
4274
|
-
}) => /* @__PURE__ */
|
4309
|
+
}) => /* @__PURE__ */ C(
|
4275
4310
|
"svg",
|
4276
4311
|
{
|
4277
4312
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4304,13 +4339,13 @@ const vt = ({
|
|
4304
4339
|
)
|
4305
4340
|
]
|
4306
4341
|
}
|
4307
|
-
),
|
4342
|
+
), Gt = ({
|
4308
4343
|
width: i = 20,
|
4309
4344
|
height: e = 20,
|
4310
4345
|
color: t = "#001E52",
|
4311
4346
|
className: s,
|
4312
4347
|
onClick: o
|
4313
|
-
}) => /* @__PURE__ */
|
4348
|
+
}) => /* @__PURE__ */ C(
|
4314
4349
|
"svg",
|
4315
4350
|
{
|
4316
4351
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4337,7 +4372,7 @@ const vt = ({
|
|
4337
4372
|
)
|
4338
4373
|
]
|
4339
4374
|
}
|
4340
|
-
),
|
4375
|
+
), Kt = ({
|
4341
4376
|
width: i = 20,
|
4342
4377
|
height: e = 20,
|
4343
4378
|
color: t = "#001E52",
|
@@ -4361,13 +4396,13 @@ const vt = ({
|
|
4361
4396
|
}
|
4362
4397
|
)
|
4363
4398
|
}
|
4364
|
-
),
|
4399
|
+
), Pt = ({
|
4365
4400
|
width: i = 20,
|
4366
4401
|
height: e = 20,
|
4367
4402
|
color: t = "#001E52",
|
4368
4403
|
className: s,
|
4369
4404
|
onClick: o
|
4370
|
-
}) => /* @__PURE__ */
|
4405
|
+
}) => /* @__PURE__ */ C(
|
4371
4406
|
"svg",
|
4372
4407
|
{
|
4373
4408
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4408,13 +4443,13 @@ const vt = ({
|
|
4408
4443
|
)
|
4409
4444
|
]
|
4410
4445
|
}
|
4411
|
-
),
|
4446
|
+
), Ft = ({
|
4412
4447
|
width: i = 20,
|
4413
4448
|
height: e = 20,
|
4414
4449
|
color: t = "#001E52",
|
4415
4450
|
className: s,
|
4416
4451
|
onClick: o
|
4417
|
-
}) => /* @__PURE__ */
|
4452
|
+
}) => /* @__PURE__ */ C(
|
4418
4453
|
"svg",
|
4419
4454
|
{
|
4420
4455
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4441,13 +4476,13 @@ const vt = ({
|
|
4441
4476
|
)
|
4442
4477
|
]
|
4443
4478
|
}
|
4444
|
-
),
|
4479
|
+
), $t = ({
|
4445
4480
|
width: i = 20,
|
4446
4481
|
height: e = 20,
|
4447
4482
|
color: t = "#001E52",
|
4448
4483
|
className: s,
|
4449
4484
|
onClick: o
|
4450
|
-
}) => /* @__PURE__ */
|
4485
|
+
}) => /* @__PURE__ */ C(
|
4451
4486
|
"svg",
|
4452
4487
|
{
|
4453
4488
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4474,13 +4509,13 @@ const vt = ({
|
|
4474
4509
|
)
|
4475
4510
|
]
|
4476
4511
|
}
|
4477
|
-
),
|
4512
|
+
), Yt = ({
|
4478
4513
|
width: i = 20,
|
4479
4514
|
height: e = 23,
|
4480
4515
|
color: t = "#001E52",
|
4481
4516
|
className: s,
|
4482
4517
|
onClick: o
|
4483
|
-
}) => /* @__PURE__ */
|
4518
|
+
}) => /* @__PURE__ */ C(
|
4484
4519
|
"svg",
|
4485
4520
|
{
|
4486
4521
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4535,13 +4570,13 @@ const vt = ({
|
|
4535
4570
|
)
|
4536
4571
|
]
|
4537
4572
|
}
|
4538
|
-
),
|
4573
|
+
), Ut = ({
|
4539
4574
|
width: i = 20,
|
4540
4575
|
height: e = 20,
|
4541
4576
|
color: t = "#001E52",
|
4542
4577
|
className: s,
|
4543
4578
|
onClick: o
|
4544
|
-
}) => /* @__PURE__ */
|
4579
|
+
}) => /* @__PURE__ */ C(
|
4545
4580
|
"svg",
|
4546
4581
|
{
|
4547
4582
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4575,13 +4610,13 @@ const vt = ({
|
|
4575
4610
|
)
|
4576
4611
|
]
|
4577
4612
|
}
|
4578
|
-
),
|
4613
|
+
), zt = ({
|
4579
4614
|
width: i = 32,
|
4580
4615
|
height: e = 25,
|
4581
4616
|
color: t = "#001E52",
|
4582
4617
|
className: s,
|
4583
4618
|
onClick: o
|
4584
|
-
}) => /* @__PURE__ */
|
4619
|
+
}) => /* @__PURE__ */ C(
|
4585
4620
|
"svg",
|
4586
4621
|
{
|
4587
4622
|
width: i,
|
@@ -4603,13 +4638,13 @@ const vt = ({
|
|
4603
4638
|
)
|
4604
4639
|
]
|
4605
4640
|
}
|
4606
|
-
),
|
4641
|
+
), Jt = ({
|
4607
4642
|
width: i = 14,
|
4608
4643
|
height: e = 14,
|
4609
4644
|
color: t = "#10B981",
|
4610
4645
|
className: s,
|
4611
4646
|
onClick: o
|
4612
|
-
}) => /* @__PURE__ */
|
4647
|
+
}) => /* @__PURE__ */ C(
|
4613
4648
|
"svg",
|
4614
4649
|
{
|
4615
4650
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4632,13 +4667,13 @@ const vt = ({
|
|
4632
4667
|
)
|
4633
4668
|
]
|
4634
4669
|
}
|
4635
|
-
),
|
4670
|
+
), Qt = ({
|
4636
4671
|
width: i = 11,
|
4637
4672
|
height: e = 11,
|
4638
4673
|
color: t = "#FFB020",
|
4639
4674
|
className: s,
|
4640
4675
|
onClick: o
|
4641
|
-
}) => /* @__PURE__ */
|
4676
|
+
}) => /* @__PURE__ */ C(
|
4642
4677
|
"svg",
|
4643
4678
|
{
|
4644
4679
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4666,13 +4701,13 @@ const vt = ({
|
|
4666
4701
|
)
|
4667
4702
|
]
|
4668
4703
|
}
|
4669
|
-
),
|
4704
|
+
), qt = ({
|
4670
4705
|
width: i = 10,
|
4671
4706
|
height: e = 10,
|
4672
4707
|
color: t = "#88A4FF",
|
4673
4708
|
className: s,
|
4674
4709
|
onClick: o
|
4675
|
-
}) => /* @__PURE__ */
|
4710
|
+
}) => /* @__PURE__ */ C(
|
4676
4711
|
"svg",
|
4677
4712
|
{
|
4678
4713
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4714,13 +4749,13 @@ const vt = ({
|
|
4714
4749
|
)
|
4715
4750
|
]
|
4716
4751
|
}
|
4717
|
-
),
|
4752
|
+
), Xt = ({
|
4718
4753
|
width: i = 14,
|
4719
4754
|
height: e = 14,
|
4720
4755
|
color: t = "#8E8E93",
|
4721
4756
|
className: s,
|
4722
4757
|
onClick: o
|
4723
|
-
}) => /* @__PURE__ */
|
4758
|
+
}) => /* @__PURE__ */ C(
|
4724
4759
|
"svg",
|
4725
4760
|
{
|
4726
4761
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4742,13 +4777,13 @@ const vt = ({
|
|
4742
4777
|
)
|
4743
4778
|
]
|
4744
4779
|
}
|
4745
|
-
),
|
4780
|
+
), e5 = ({
|
4746
4781
|
width: i = 14,
|
4747
4782
|
height: e = 14,
|
4748
4783
|
color: t = "#FFB020",
|
4749
4784
|
className: s,
|
4750
4785
|
onClick: o
|
4751
|
-
}) => /* @__PURE__ */
|
4786
|
+
}) => /* @__PURE__ */ C(
|
4752
4787
|
"svg",
|
4753
4788
|
{
|
4754
4789
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4776,13 +4811,13 @@ const vt = ({
|
|
4776
4811
|
)
|
4777
4812
|
]
|
4778
4813
|
}
|
4779
|
-
),
|
4814
|
+
), t5 = ({
|
4780
4815
|
width: i = 14,
|
4781
4816
|
height: e = 14,
|
4782
4817
|
color: t = "#D0421B",
|
4783
4818
|
className: s,
|
4784
4819
|
onClick: o
|
4785
|
-
}) => /* @__PURE__ */
|
4820
|
+
}) => /* @__PURE__ */ C(
|
4786
4821
|
"svg",
|
4787
4822
|
{
|
4788
4823
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -4824,13 +4859,13 @@ const vt = ({
|
|
4824
4859
|
)
|
4825
4860
|
]
|
4826
4861
|
}
|
4827
|
-
),
|
4862
|
+
), i5 = ({
|
4828
4863
|
width: i = 20,
|
4829
4864
|
height: e = 20,
|
4830
4865
|
color: t = "#070739",
|
4831
4866
|
className: s,
|
4832
4867
|
onClick: o
|
4833
|
-
}) => /* @__PURE__ */
|
4868
|
+
}) => /* @__PURE__ */ C(
|
4834
4869
|
"svg",
|
4835
4870
|
{
|
4836
4871
|
width: i,
|
@@ -4854,13 +4889,13 @@ const vt = ({
|
|
4854
4889
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
4855
4890
|
]
|
4856
4891
|
}
|
4857
|
-
),
|
4892
|
+
), s5 = ({
|
4858
4893
|
width: i = 20,
|
4859
4894
|
height: e = 20,
|
4860
4895
|
color: t = "#070739",
|
4861
4896
|
className: s,
|
4862
4897
|
onClick: o
|
4863
|
-
}) => /* @__PURE__ */
|
4898
|
+
}) => /* @__PURE__ */ C(
|
4864
4899
|
"svg",
|
4865
4900
|
{
|
4866
4901
|
width: i,
|
@@ -4892,7 +4927,7 @@ const vt = ({
|
|
4892
4927
|
)
|
4893
4928
|
]
|
4894
4929
|
}
|
4895
|
-
),
|
4930
|
+
), o5 = ({
|
4896
4931
|
width: i = 9,
|
4897
4932
|
height: e = 5,
|
4898
4933
|
color: t = "#001E52",
|
@@ -4918,13 +4953,13 @@ const vt = ({
|
|
4918
4953
|
}
|
4919
4954
|
)
|
4920
4955
|
}
|
4921
|
-
),
|
4956
|
+
), n5 = ({
|
4922
4957
|
width: i = 20,
|
4923
4958
|
height: e = 20,
|
4924
4959
|
color: t = "#F2F2F7",
|
4925
4960
|
className: s,
|
4926
4961
|
onClick: o
|
4927
|
-
}) => /* @__PURE__ */
|
4962
|
+
}) => /* @__PURE__ */ C(
|
4928
4963
|
"svg",
|
4929
4964
|
{
|
4930
4965
|
width: i,
|
@@ -4947,13 +4982,13 @@ const vt = ({
|
|
4947
4982
|
)
|
4948
4983
|
]
|
4949
4984
|
}
|
4950
|
-
),
|
4985
|
+
), r5 = ({
|
4951
4986
|
width: i = 20,
|
4952
4987
|
height: e = 20,
|
4953
4988
|
color: t = "#004ED7",
|
4954
4989
|
className: s,
|
4955
4990
|
onClick: o
|
4956
|
-
}) => /* @__PURE__ */
|
4991
|
+
}) => /* @__PURE__ */ C(
|
4957
4992
|
"svg",
|
4958
4993
|
{
|
4959
4994
|
width: i,
|
@@ -4976,13 +5011,13 @@ const vt = ({
|
|
4976
5011
|
)
|
4977
5012
|
]
|
4978
5013
|
}
|
4979
|
-
),
|
5014
|
+
), l5 = ({
|
4980
5015
|
width: i = 248,
|
4981
5016
|
height: e = 248,
|
4982
5017
|
color: t = "#070739",
|
4983
5018
|
className: s,
|
4984
5019
|
onClick: o
|
4985
|
-
}) => /* @__PURE__ */
|
5020
|
+
}) => /* @__PURE__ */ C(
|
4986
5021
|
"svg",
|
4987
5022
|
{
|
4988
5023
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -5013,13 +5048,13 @@ const vt = ({
|
|
5013
5048
|
)
|
5014
5049
|
]
|
5015
5050
|
}
|
5016
|
-
),
|
5051
|
+
), a5 = ({
|
5017
5052
|
width: i = 24,
|
5018
5053
|
height: e = 24,
|
5019
5054
|
color: t = "#001E52",
|
5020
5055
|
className: s,
|
5021
5056
|
onClick: o
|
5022
|
-
}) => /* @__PURE__ */
|
5057
|
+
}) => /* @__PURE__ */ C(
|
5023
5058
|
"svg",
|
5024
5059
|
{
|
5025
5060
|
width: i,
|
@@ -5052,13 +5087,13 @@ const vt = ({
|
|
5052
5087
|
)
|
5053
5088
|
]
|
5054
5089
|
}
|
5055
|
-
),
|
5090
|
+
), h5 = ({
|
5056
5091
|
width: i = 10,
|
5057
5092
|
height: e = 10,
|
5058
5093
|
color: t = "#001E52",
|
5059
5094
|
className: s,
|
5060
5095
|
onClick: o
|
5061
|
-
}) => /* @__PURE__ */
|
5096
|
+
}) => /* @__PURE__ */ C(
|
5062
5097
|
"svg",
|
5063
5098
|
{
|
5064
5099
|
width: i,
|
@@ -5081,13 +5116,13 @@ const vt = ({
|
|
5081
5116
|
)
|
5082
5117
|
]
|
5083
5118
|
}
|
5084
|
-
),
|
5119
|
+
), c5 = ({
|
5085
5120
|
width: i = 10,
|
5086
5121
|
height: e = 10,
|
5087
5122
|
color: t = "#001E52",
|
5088
5123
|
className: s,
|
5089
5124
|
onClick: o
|
5090
|
-
}) => /* @__PURE__ */
|
5125
|
+
}) => /* @__PURE__ */ C(
|
5091
5126
|
"svg",
|
5092
5127
|
{
|
5093
5128
|
width: i,
|
@@ -5118,13 +5153,13 @@ const vt = ({
|
|
5118
5153
|
)
|
5119
5154
|
]
|
5120
5155
|
}
|
5121
|
-
),
|
5156
|
+
), d5 = ({
|
5122
5157
|
width: i = 24,
|
5123
5158
|
height: e = 24,
|
5124
5159
|
color: t = N.GREY_DARK_5,
|
5125
5160
|
className: s,
|
5126
5161
|
onClick: o
|
5127
|
-
}) => /* @__PURE__ */
|
5162
|
+
}) => /* @__PURE__ */ C(
|
5128
5163
|
"svg",
|
5129
5164
|
{
|
5130
5165
|
width: i,
|
@@ -5157,13 +5192,13 @@ const vt = ({
|
|
5157
5192
|
)
|
5158
5193
|
]
|
5159
5194
|
}
|
5160
|
-
),
|
5195
|
+
), g5 = ({
|
5161
5196
|
width: i = 20,
|
5162
5197
|
height: e = 20,
|
5163
5198
|
color: t = N.GREY_DARK_1,
|
5164
5199
|
className: s,
|
5165
5200
|
onClick: o
|
5166
|
-
}) => /* @__PURE__ */
|
5201
|
+
}) => /* @__PURE__ */ C(
|
5167
5202
|
"svg",
|
5168
5203
|
{
|
5169
5204
|
width: i,
|
@@ -5190,13 +5225,13 @@ const vt = ({
|
|
5190
5225
|
)
|
5191
5226
|
]
|
5192
5227
|
}
|
5193
|
-
),
|
5228
|
+
), C5 = ({
|
5194
5229
|
width: i = 81,
|
5195
5230
|
height: e = 80,
|
5196
5231
|
color: t = N.GREY_DARK_5,
|
5197
5232
|
className: s,
|
5198
5233
|
onClick: o
|
5199
|
-
}) => /* @__PURE__ */
|
5234
|
+
}) => /* @__PURE__ */ C(
|
5200
5235
|
"svg",
|
5201
5236
|
{
|
5202
5237
|
width: i,
|
@@ -5266,7 +5301,7 @@ const vt = ({
|
|
5266
5301
|
}
|
5267
5302
|
)
|
5268
5303
|
}
|
5269
|
-
),
|
5304
|
+
), p5 = ({
|
5270
5305
|
className: i,
|
5271
5306
|
color: e = N.GREY_DARK_5,
|
5272
5307
|
height: t = 20,
|
@@ -5293,7 +5328,7 @@ const vt = ({
|
|
5293
5328
|
}
|
5294
5329
|
)
|
5295
5330
|
}
|
5296
|
-
),
|
5331
|
+
), f5 = ({
|
5297
5332
|
className: i,
|
5298
5333
|
color: e = N.GREY_DARK_5,
|
5299
5334
|
height: t = 5,
|
@@ -5317,7 +5352,7 @@ const vt = ({
|
|
5317
5352
|
}
|
5318
5353
|
)
|
5319
5354
|
}
|
5320
|
-
),
|
5355
|
+
), w5 = ({
|
5321
5356
|
className: i,
|
5322
5357
|
color: e = N.GREY_DARK_5,
|
5323
5358
|
height: t = 5,
|
@@ -5342,13 +5377,13 @@ const vt = ({
|
|
5342
5377
|
}
|
5343
5378
|
)
|
5344
5379
|
}
|
5345
|
-
),
|
5380
|
+
), m5 = ({
|
5346
5381
|
className: i,
|
5347
5382
|
color: e = N.GREY_DARK_5,
|
5348
5383
|
height: t = 24,
|
5349
5384
|
width: s = 24,
|
5350
5385
|
onClick: o
|
5351
|
-
}) => /* @__PURE__ */
|
5386
|
+
}) => /* @__PURE__ */ C(
|
5352
5387
|
"svg",
|
5353
5388
|
{
|
5354
5389
|
width: s,
|
@@ -5381,13 +5416,13 @@ const vt = ({
|
|
5381
5416
|
)
|
5382
5417
|
]
|
5383
5418
|
}
|
5384
|
-
),
|
5419
|
+
), k5 = ({
|
5385
5420
|
className: i,
|
5386
5421
|
color: e = N.GREY_DARK_5,
|
5387
5422
|
height: t = 24,
|
5388
5423
|
width: s = 24,
|
5389
5424
|
onClick: o
|
5390
|
-
}) => /* @__PURE__ */
|
5425
|
+
}) => /* @__PURE__ */ C(
|
5391
5426
|
"svg",
|
5392
5427
|
{
|
5393
5428
|
width: s,
|
@@ -5420,7 +5455,7 @@ const vt = ({
|
|
5420
5455
|
)
|
5421
5456
|
]
|
5422
5457
|
}
|
5423
|
-
),
|
5458
|
+
), L5 = ({
|
5424
5459
|
className: i,
|
5425
5460
|
color: e = N.GREY_DARK_5,
|
5426
5461
|
height: t = 24,
|
@@ -5447,13 +5482,13 @@ const vt = ({
|
|
5447
5482
|
}
|
5448
5483
|
)
|
5449
5484
|
}
|
5450
|
-
),
|
5485
|
+
), v5 = ({
|
5451
5486
|
className: i,
|
5452
5487
|
color: e = N.GREY_DARK_5,
|
5453
5488
|
height: t = 24,
|
5454
5489
|
width: s = 24,
|
5455
5490
|
onClick: o
|
5456
|
-
}) => /* @__PURE__ */
|
5491
|
+
}) => /* @__PURE__ */ C(
|
5457
5492
|
"svg",
|
5458
5493
|
{
|
5459
5494
|
width: s,
|
@@ -5506,13 +5541,13 @@ const vt = ({
|
|
5506
5541
|
)
|
5507
5542
|
]
|
5508
5543
|
}
|
5509
|
-
),
|
5544
|
+
), N5 = ({
|
5510
5545
|
className: i,
|
5511
5546
|
color: e = N.GREY_DARK_5,
|
5512
5547
|
height: t = 24,
|
5513
5548
|
width: s = 24,
|
5514
5549
|
onClick: o
|
5515
|
-
}) => /* @__PURE__ */
|
5550
|
+
}) => /* @__PURE__ */ C(
|
5516
5551
|
"svg",
|
5517
5552
|
{
|
5518
5553
|
width: s,
|
@@ -5543,13 +5578,13 @@ const vt = ({
|
|
5543
5578
|
)
|
5544
5579
|
]
|
5545
5580
|
}
|
5546
|
-
),
|
5581
|
+
), x5 = ({
|
5547
5582
|
className: i,
|
5548
5583
|
color: e = N.GREY_DARK_3,
|
5549
5584
|
height: t = 14,
|
5550
5585
|
width: s = 14,
|
5551
5586
|
onClick: o
|
5552
|
-
}) => /* @__PURE__ */
|
5587
|
+
}) => /* @__PURE__ */ C(
|
5553
5588
|
"svg",
|
5554
5589
|
{
|
5555
5590
|
className: i,
|
@@ -5580,7 +5615,7 @@ const vt = ({
|
|
5580
5615
|
)
|
5581
5616
|
]
|
5582
5617
|
}
|
5583
|
-
),
|
5618
|
+
), R5 = ({
|
5584
5619
|
className: i,
|
5585
5620
|
color: e = N.GREY_DARK_5,
|
5586
5621
|
height: t = 18,
|
@@ -5607,13 +5642,13 @@ const vt = ({
|
|
5607
5642
|
}
|
5608
5643
|
)
|
5609
5644
|
}
|
5610
|
-
),
|
5645
|
+
), M5 = ({
|
5611
5646
|
className: i,
|
5612
5647
|
color: e = N.GREY_DARK_5,
|
5613
5648
|
height: t = 24,
|
5614
5649
|
width: s = 24,
|
5615
5650
|
onClick: o
|
5616
|
-
}) => /* @__PURE__ */
|
5651
|
+
}) => /* @__PURE__ */ C(
|
5617
5652
|
"svg",
|
5618
5653
|
{
|
5619
5654
|
onClick: o,
|
@@ -5659,13 +5694,13 @@ const vt = ({
|
|
5659
5694
|
)
|
5660
5695
|
]
|
5661
5696
|
}
|
5662
|
-
),
|
5697
|
+
), b5 = ({
|
5663
5698
|
className: i,
|
5664
5699
|
color: e = N.GREY_DARK_5,
|
5665
5700
|
height: t = 24,
|
5666
5701
|
width: s = 24,
|
5667
5702
|
onClick: o
|
5668
|
-
}) => /* @__PURE__ */
|
5703
|
+
}) => /* @__PURE__ */ C(
|
5669
5704
|
"svg",
|
5670
5705
|
{
|
5671
5706
|
onClick: o,
|
@@ -5696,13 +5731,13 @@ const vt = ({
|
|
5696
5731
|
)
|
5697
5732
|
]
|
5698
5733
|
}
|
5699
|
-
),
|
5734
|
+
), y5 = ({
|
5700
5735
|
className: i,
|
5701
5736
|
color: e = N.NOTIFICATION_WARNING_DARK,
|
5702
5737
|
height: t = 37,
|
5703
5738
|
width: s = 36,
|
5704
5739
|
onClick: o
|
5705
|
-
}) => /* @__PURE__ */
|
5740
|
+
}) => /* @__PURE__ */ C(
|
5706
5741
|
"svg",
|
5707
5742
|
{
|
5708
5743
|
onClick: o,
|
@@ -5735,7 +5770,7 @@ const vt = ({
|
|
5735
5770
|
)
|
5736
5771
|
]
|
5737
5772
|
}
|
5738
|
-
),
|
5773
|
+
), _5 = ({
|
5739
5774
|
className: i,
|
5740
5775
|
color: e = N.GREY_DARK_5,
|
5741
5776
|
height: t = 24,
|
@@ -5761,13 +5796,13 @@ const vt = ({
|
|
5761
5796
|
}
|
5762
5797
|
)
|
5763
5798
|
}
|
5764
|
-
),
|
5799
|
+
), E5 = ({
|
5765
5800
|
className: i,
|
5766
5801
|
color: e = N.GREY_DARK_5,
|
5767
5802
|
height: t = 24,
|
5768
5803
|
width: s = 24,
|
5769
5804
|
onClick: o
|
5770
|
-
}) => /* @__PURE__ */
|
5805
|
+
}) => /* @__PURE__ */ C(
|
5771
5806
|
"svg",
|
5772
5807
|
{
|
5773
5808
|
onClick: o,
|
@@ -5800,13 +5835,13 @@ const vt = ({
|
|
5800
5835
|
)
|
5801
5836
|
]
|
5802
5837
|
}
|
5803
|
-
),
|
5838
|
+
), H5 = ({
|
5804
5839
|
className: i,
|
5805
5840
|
color: e = N.GREY_DARK_5,
|
5806
5841
|
height: t = 24,
|
5807
5842
|
width: s = 24,
|
5808
5843
|
onClick: o
|
5809
|
-
}) => /* @__PURE__ */
|
5844
|
+
}) => /* @__PURE__ */ C(
|
5810
5845
|
"svg",
|
5811
5846
|
{
|
5812
5847
|
onClick: o,
|
@@ -5839,13 +5874,13 @@ const vt = ({
|
|
5839
5874
|
)
|
5840
5875
|
]
|
5841
5876
|
}
|
5842
|
-
),
|
5877
|
+
), V5 = ({
|
5843
5878
|
className: i,
|
5844
5879
|
color: e = N.GREY_DARK_5,
|
5845
5880
|
height: t = 24,
|
5846
5881
|
width: s = 24,
|
5847
5882
|
onClick: o
|
5848
|
-
}) => /* @__PURE__ */
|
5883
|
+
}) => /* @__PURE__ */ C(
|
5849
5884
|
"svg",
|
5850
5885
|
{
|
5851
5886
|
onClick: o,
|
@@ -5908,13 +5943,13 @@ const vt = ({
|
|
5908
5943
|
)
|
5909
5944
|
]
|
5910
5945
|
}
|
5911
|
-
),
|
5946
|
+
), I5 = ({
|
5912
5947
|
className: i,
|
5913
5948
|
color: e = N.GREY_DARK_5,
|
5914
5949
|
height: t = 24,
|
5915
5950
|
width: s = 24,
|
5916
5951
|
onClick: o
|
5917
|
-
}) => /* @__PURE__ */
|
5952
|
+
}) => /* @__PURE__ */ C(
|
5918
5953
|
"svg",
|
5919
5954
|
{
|
5920
5955
|
onClick: o,
|
@@ -5947,13 +5982,13 @@ const vt = ({
|
|
5947
5982
|
)
|
5948
5983
|
]
|
5949
5984
|
}
|
5950
|
-
),
|
5985
|
+
), S5 = ({
|
5951
5986
|
className: i,
|
5952
5987
|
color: e = N.GREY_DARK_5,
|
5953
5988
|
height: t = 24,
|
5954
5989
|
width: s = 24,
|
5955
5990
|
onClick: o
|
5956
|
-
}) => /* @__PURE__ */
|
5991
|
+
}) => /* @__PURE__ */ C(
|
5957
5992
|
"svg",
|
5958
5993
|
{
|
5959
5994
|
onClick: o,
|
@@ -6004,13 +6039,13 @@ const vt = ({
|
|
6004
6039
|
)
|
6005
6040
|
]
|
6006
6041
|
}
|
6007
|
-
),
|
6042
|
+
), O5 = ({
|
6008
6043
|
className: i,
|
6009
6044
|
color: e = N.GREY_DARK_5,
|
6010
6045
|
height: t = 24,
|
6011
6046
|
width: s = 24,
|
6012
6047
|
onClick: o
|
6013
|
-
}) => /* @__PURE__ */
|
6048
|
+
}) => /* @__PURE__ */ C(
|
6014
6049
|
"svg",
|
6015
6050
|
{
|
6016
6051
|
onClick: o,
|
@@ -6043,13 +6078,13 @@ const vt = ({
|
|
6043
6078
|
)
|
6044
6079
|
]
|
6045
6080
|
}
|
6046
|
-
),
|
6081
|
+
), A5 = ({
|
6047
6082
|
className: i,
|
6048
6083
|
color: e = N.GREY_DARK_5,
|
6049
6084
|
height: t = 24,
|
6050
6085
|
width: s = 24,
|
6051
6086
|
onClick: o
|
6052
|
-
}) => /* @__PURE__ */
|
6087
|
+
}) => /* @__PURE__ */ C(
|
6053
6088
|
"svg",
|
6054
6089
|
{
|
6055
6090
|
onClick: o,
|
@@ -6092,13 +6127,13 @@ const vt = ({
|
|
6092
6127
|
)
|
6093
6128
|
]
|
6094
6129
|
}
|
6095
|
-
),
|
6130
|
+
), B5 = ({
|
6096
6131
|
className: i,
|
6097
6132
|
color: e = N.GREY_DARK_5,
|
6098
6133
|
height: t = 24,
|
6099
6134
|
width: s = 24,
|
6100
6135
|
onClick: o
|
6101
|
-
}) => /* @__PURE__ */
|
6136
|
+
}) => /* @__PURE__ */ C(
|
6102
6137
|
"svg",
|
6103
6138
|
{
|
6104
6139
|
onClick: o,
|
@@ -6131,7 +6166,7 @@ const vt = ({
|
|
6131
6166
|
)
|
6132
6167
|
]
|
6133
6168
|
}
|
6134
|
-
),
|
6169
|
+
), Z5 = ({
|
6135
6170
|
className: i,
|
6136
6171
|
color: e = N.GREY_DARK_5,
|
6137
6172
|
height: t = 24,
|
@@ -6158,13 +6193,13 @@ const vt = ({
|
|
6158
6193
|
}
|
6159
6194
|
)
|
6160
6195
|
}
|
6161
|
-
),
|
6196
|
+
), W5 = ({
|
6162
6197
|
className: i,
|
6163
6198
|
color: e = N.GREY_DARK_5,
|
6164
6199
|
height: t = 24,
|
6165
6200
|
width: s = 24,
|
6166
6201
|
onClick: o
|
6167
|
-
}) => /* @__PURE__ */
|
6202
|
+
}) => /* @__PURE__ */ C(
|
6168
6203
|
"svg",
|
6169
6204
|
{
|
6170
6205
|
onClick: o,
|
@@ -6196,13 +6231,13 @@ const vt = ({
|
|
6196
6231
|
)
|
6197
6232
|
]
|
6198
6233
|
}
|
6199
|
-
),
|
6234
|
+
), j5 = ({
|
6200
6235
|
className: i,
|
6201
6236
|
color: e = N.GREY_DARK_5,
|
6202
6237
|
height: t = 24,
|
6203
6238
|
width: s = 24,
|
6204
6239
|
onClick: o
|
6205
|
-
}) => /* @__PURE__ */
|
6240
|
+
}) => /* @__PURE__ */ C(
|
6206
6241
|
"svg",
|
6207
6242
|
{
|
6208
6243
|
onClick: o,
|
@@ -6217,13 +6252,13 @@ const vt = ({
|
|
6217
6252
|
/* @__PURE__ */ n("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
6218
6253
|
]
|
6219
6254
|
}
|
6220
|
-
),
|
6255
|
+
), T5 = ({
|
6221
6256
|
className: i,
|
6222
6257
|
color: e = N.GREY_DARK_5,
|
6223
6258
|
height: t = 24,
|
6224
6259
|
width: s = 24,
|
6225
6260
|
onClick: o
|
6226
|
-
}) => /* @__PURE__ */
|
6261
|
+
}) => /* @__PURE__ */ C(
|
6227
6262
|
"svg",
|
6228
6263
|
{
|
6229
6264
|
onClick: o,
|
@@ -6256,13 +6291,13 @@ const vt = ({
|
|
6256
6291
|
)
|
6257
6292
|
]
|
6258
6293
|
}
|
6259
|
-
),
|
6294
|
+
), D5 = ({
|
6260
6295
|
className: i,
|
6261
6296
|
color: e = N.GREY_DARK_5,
|
6262
6297
|
height: t = 24,
|
6263
6298
|
width: s = 24,
|
6264
6299
|
onClick: o
|
6265
|
-
}) => /* @__PURE__ */
|
6300
|
+
}) => /* @__PURE__ */ C(
|
6266
6301
|
"svg",
|
6267
6302
|
{
|
6268
6303
|
onClick: o,
|
@@ -6295,13 +6330,13 @@ const vt = ({
|
|
6295
6330
|
)
|
6296
6331
|
]
|
6297
6332
|
}
|
6298
|
-
),
|
6333
|
+
), G5 = ({
|
6299
6334
|
className: i,
|
6300
6335
|
color: e = N.GREY_DARK_5,
|
6301
6336
|
height: t = 24,
|
6302
6337
|
width: s = 24,
|
6303
6338
|
onClick: o
|
6304
|
-
}) => /* @__PURE__ */
|
6339
|
+
}) => /* @__PURE__ */ C(
|
6305
6340
|
"svg",
|
6306
6341
|
{
|
6307
6342
|
onClick: o,
|
@@ -6334,7 +6369,7 @@ const vt = ({
|
|
6334
6369
|
)
|
6335
6370
|
]
|
6336
6371
|
}
|
6337
|
-
),
|
6372
|
+
), K5 = ({
|
6338
6373
|
className: i,
|
6339
6374
|
color: e = N.GREY_DARK_2,
|
6340
6375
|
height: t = 16,
|
@@ -6360,13 +6395,13 @@ const vt = ({
|
|
6360
6395
|
}
|
6361
6396
|
)
|
6362
6397
|
}
|
6363
|
-
),
|
6398
|
+
), P5 = ({
|
6364
6399
|
className: i,
|
6365
6400
|
color: e = N.GREY_DARK_5,
|
6366
6401
|
height: t = 20,
|
6367
6402
|
width: s = 20,
|
6368
6403
|
onClick: o
|
6369
|
-
}) => /* @__PURE__ */
|
6404
|
+
}) => /* @__PURE__ */ C(
|
6370
6405
|
"svg",
|
6371
6406
|
{
|
6372
6407
|
onClick: o,
|
@@ -6389,13 +6424,13 @@ const vt = ({
|
|
6389
6424
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6390
6425
|
]
|
6391
6426
|
}
|
6392
|
-
),
|
6427
|
+
), F5 = ({
|
6393
6428
|
className: i,
|
6394
6429
|
color: e = N.GREY_DARK_5,
|
6395
6430
|
height: t = 20,
|
6396
6431
|
width: s = 20,
|
6397
6432
|
onClick: o
|
6398
|
-
}) => /* @__PURE__ */
|
6433
|
+
}) => /* @__PURE__ */ C(
|
6399
6434
|
"svg",
|
6400
6435
|
{
|
6401
6436
|
onClick: o,
|
@@ -6418,13 +6453,13 @@ const vt = ({
|
|
6418
6453
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6419
6454
|
]
|
6420
6455
|
}
|
6421
|
-
),
|
6456
|
+
), $5 = ({
|
6422
6457
|
className: i,
|
6423
6458
|
color: e = N.GREY_DARK_5,
|
6424
6459
|
height: t = 20,
|
6425
6460
|
width: s = 20,
|
6426
6461
|
onClick: o
|
6427
|
-
}) => /* @__PURE__ */
|
6462
|
+
}) => /* @__PURE__ */ C(
|
6428
6463
|
"svg",
|
6429
6464
|
{
|
6430
6465
|
onClick: o,
|
@@ -6447,13 +6482,13 @@ const vt = ({
|
|
6447
6482
|
)
|
6448
6483
|
]
|
6449
6484
|
}
|
6450
|
-
),
|
6485
|
+
), Y5 = ({
|
6451
6486
|
className: i,
|
6452
6487
|
color: e = N.GREY_DARK_5,
|
6453
6488
|
height: t = 20,
|
6454
6489
|
width: s = 20,
|
6455
6490
|
onClick: o
|
6456
|
-
}) => /* @__PURE__ */
|
6491
|
+
}) => /* @__PURE__ */ C(
|
6457
6492
|
"svg",
|
6458
6493
|
{
|
6459
6494
|
onClick: o,
|
@@ -6476,7 +6511,7 @@ const vt = ({
|
|
6476
6511
|
)
|
6477
6512
|
]
|
6478
6513
|
}
|
6479
|
-
),
|
6514
|
+
), U5 = ({
|
6480
6515
|
className: i,
|
6481
6516
|
color: e = "#001E52",
|
6482
6517
|
height: t = 24,
|
@@ -6502,7 +6537,7 @@ const vt = ({
|
|
6502
6537
|
}
|
6503
6538
|
)
|
6504
6539
|
}
|
6505
|
-
),
|
6540
|
+
), z5 = ({
|
6506
6541
|
className: i,
|
6507
6542
|
color: e = "#131314",
|
6508
6543
|
height: t = 20,
|
@@ -6530,7 +6565,7 @@ const vt = ({
|
|
6530
6565
|
}
|
6531
6566
|
)
|
6532
6567
|
}
|
6533
|
-
),
|
6568
|
+
), J5 = ({
|
6534
6569
|
className: i,
|
6535
6570
|
color: e = "#001E52",
|
6536
6571
|
height: t = 24,
|
@@ -6547,7 +6582,7 @@ const vt = ({
|
|
6547
6582
|
version: "1.1",
|
6548
6583
|
xmlns: "http://www.w3.org/2000/svg",
|
6549
6584
|
viewBox: "0 0 489.698 489.698",
|
6550
|
-
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */
|
6585
|
+
children: /* @__PURE__ */ n("g", { children: /* @__PURE__ */ C("g", { children: [
|
6551
6586
|
/* @__PURE__ */ n(
|
6552
6587
|
"path",
|
6553
6588
|
{
|
@@ -6568,7 +6603,7 @@ const vt = ({
|
|
6568
6603
|
)
|
6569
6604
|
] }) })
|
6570
6605
|
}
|
6571
|
-
),
|
6606
|
+
), Q5 = ({
|
6572
6607
|
width: i = 20,
|
6573
6608
|
height: e = 20,
|
6574
6609
|
color: t = "#001E52",
|
@@ -6624,7 +6659,40 @@ const vt = ({
|
|
6624
6659
|
}
|
6625
6660
|
)
|
6626
6661
|
}
|
6627
|
-
),
|
6662
|
+
), q5 = ({
|
6663
|
+
width: i = 24,
|
6664
|
+
height: e = 24,
|
6665
|
+
color: t = "#131314",
|
6666
|
+
className: s,
|
6667
|
+
onClick: o
|
6668
|
+
}) => /* @__PURE__ */ C(
|
6669
|
+
"svg",
|
6670
|
+
{
|
6671
|
+
width: i,
|
6672
|
+
height: e,
|
6673
|
+
viewBox: "0 0 24 24",
|
6674
|
+
fill: "none",
|
6675
|
+
className: s,
|
6676
|
+
onClick: o,
|
6677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
6678
|
+
children: [
|
6679
|
+
/* @__PURE__ */ n(
|
6680
|
+
"path",
|
6681
|
+
{
|
6682
|
+
d: "M19.2598 20V4C19.2598 3.58579 19.5956 3.25 20.0098 3.25C20.424 3.25 20.7598 3.58579 20.7598 4V20C20.7598 20.4142 20.424 20.75 20.0098 20.75C19.5956 20.75 19.2598 20.4142 19.2598 20Z",
|
6683
|
+
fill: t
|
6684
|
+
}
|
6685
|
+
),
|
6686
|
+
/* @__PURE__ */ n(
|
6687
|
+
"path",
|
6688
|
+
{
|
6689
|
+
d: "M9.96973 5.46972C10.2443 5.19512 10.6791 5.17765 10.9736 5.41796L11.0303 5.46972L17.5303 11.9697L17.582 12.0264C17.8063 12.3013 17.8063 12.6987 17.582 12.9736L17.5303 13.0303L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L15.1895 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H15.1895L9.96973 6.53027L9.91797 6.47363C9.67766 6.17905 9.69512 5.74433 9.96973 5.46972Z",
|
6690
|
+
fill: t
|
6691
|
+
}
|
6692
|
+
)
|
6693
|
+
]
|
6694
|
+
}
|
6695
|
+
), X5 = ({
|
6628
6696
|
name: i,
|
6629
6697
|
width: e,
|
6630
6698
|
height: t,
|
@@ -6645,37 +6713,37 @@ const vt = ({
|
|
6645
6713
|
case "nextIcon":
|
6646
6714
|
return u5({ width: e, height: t, color: a, className: r, onClick: h });
|
6647
6715
|
case "prevIcon":
|
6648
|
-
return
|
6716
|
+
return p5({ width: e, height: t, color: a, className: r, onClick: h });
|
6649
6717
|
case "arrowUp":
|
6650
|
-
return vt({ width: e, height: t, color: a, className: r, onClick: h });
|
6651
|
-
case "arrowDown":
|
6652
6718
|
return Nt({ width: e, height: t, color: a, className: r, onClick: h });
|
6653
|
-
case "
|
6719
|
+
case "arrowDown":
|
6654
6720
|
return xt({ width: e, height: t, color: a, className: r, onClick: h });
|
6655
|
-
case "
|
6721
|
+
case "info":
|
6656
6722
|
return Rt({ width: e, height: t, color: a, className: r, onClick: h });
|
6657
|
-
case "
|
6723
|
+
case "arrowRight":
|
6658
6724
|
return Mt({ width: e, height: t, color: a, className: r, onClick: h });
|
6659
|
-
case "
|
6725
|
+
case "calendar":
|
6660
6726
|
return bt({ width: e, height: t, color: a, className: r, onClick: h });
|
6661
|
-
case "
|
6727
|
+
case "ok":
|
6662
6728
|
return yt({ width: e, height: t, color: a, className: r, onClick: h });
|
6663
|
-
case "
|
6729
|
+
case "cancel":
|
6664
6730
|
return _t({ width: e, height: t, color: a, className: r, onClick: h });
|
6665
|
-
case "
|
6731
|
+
case "add":
|
6666
6732
|
return Et({ width: e, height: t, color: a, className: r, onClick: h });
|
6667
|
-
case "
|
6733
|
+
case "list":
|
6668
6734
|
return Ht({ width: e, height: t, color: a, className: r, onClick: h });
|
6669
|
-
case "
|
6735
|
+
case "dragAndDrop":
|
6670
6736
|
return Vt({ width: e, height: t, color: a, className: r, onClick: h });
|
6671
|
-
case "
|
6737
|
+
case "filter":
|
6672
6738
|
return It({ width: e, height: t, color: a, className: r, onClick: h });
|
6673
|
-
case "
|
6739
|
+
case "attention":
|
6674
6740
|
return St({ width: e, height: t, color: a, className: r, onClick: h });
|
6675
|
-
case "
|
6741
|
+
case "plus":
|
6676
6742
|
return Ot({ width: e, height: t, color: a, className: r, onClick: h });
|
6743
|
+
case "time":
|
6744
|
+
return At({ width: e, height: t, color: a, className: r, onClick: h });
|
6677
6745
|
case "arrowDownLong":
|
6678
|
-
return
|
6746
|
+
return Bt({
|
6679
6747
|
width: e,
|
6680
6748
|
height: t,
|
6681
6749
|
color: a,
|
@@ -6683,9 +6751,9 @@ const vt = ({
|
|
6683
6751
|
onClick: h
|
6684
6752
|
});
|
6685
6753
|
case "users":
|
6686
|
-
return
|
6754
|
+
return Zt({ width: e, height: t, color: a, className: r, onClick: h });
|
6687
6755
|
case "mySkillsMatrix":
|
6688
|
-
return
|
6756
|
+
return Wt({
|
6689
6757
|
width: e,
|
6690
6758
|
height: t,
|
6691
6759
|
color: a,
|
@@ -6693,9 +6761,9 @@ const vt = ({
|
|
6693
6761
|
onClick: h
|
6694
6762
|
});
|
6695
6763
|
case "skills":
|
6696
|
-
return
|
6764
|
+
return jt({ width: e, height: t, color: a, className: r, onClick: h });
|
6697
6765
|
case "skillsMatrices":
|
6698
|
-
return
|
6766
|
+
return Tt({
|
6699
6767
|
width: e,
|
6700
6768
|
height: t,
|
6701
6769
|
color: a,
|
@@ -6703,23 +6771,23 @@ const vt = ({
|
|
6703
6771
|
onClick: h
|
6704
6772
|
});
|
6705
6773
|
case "history":
|
6706
|
-
return Tt({ width: e, height: t, color: a, className: r, onClick: h });
|
6707
|
-
case "logOut":
|
6708
6774
|
return Dt({ width: e, height: t, color: a, className: r, onClick: h });
|
6709
|
-
case "
|
6775
|
+
case "logOut":
|
6710
6776
|
return Gt({ width: e, height: t, color: a, className: r, onClick: h });
|
6711
|
-
case "
|
6777
|
+
case "settings":
|
6712
6778
|
return Kt({ width: e, height: t, color: a, className: r, onClick: h });
|
6713
|
-
case "
|
6779
|
+
case "addSkill":
|
6714
6780
|
return Pt({ width: e, height: t, color: a, className: r, onClick: h });
|
6715
|
-
case "
|
6781
|
+
case "conversation":
|
6716
6782
|
return Ft({ width: e, height: t, color: a, className: r, onClick: h });
|
6717
|
-
case "
|
6783
|
+
case "trash":
|
6718
6784
|
return $t({ width: e, height: t, color: a, className: r, onClick: h });
|
6719
|
-
case "
|
6785
|
+
case "settings4":
|
6720
6786
|
return Yt({ width: e, height: t, color: a, className: r, onClick: h });
|
6787
|
+
case "edit2":
|
6788
|
+
return Ut({ width: e, height: t, color: a, className: r, onClick: h });
|
6721
6789
|
case "notifications":
|
6722
|
-
return
|
6790
|
+
return zt({
|
6723
6791
|
width: e,
|
6724
6792
|
height: t,
|
6725
6793
|
color: a,
|
@@ -6727,9 +6795,9 @@ const vt = ({
|
|
6727
6795
|
onClick: h
|
6728
6796
|
});
|
6729
6797
|
case "success":
|
6730
|
-
return
|
6798
|
+
return Jt({ width: e, height: t, color: a, className: r, onClick: h });
|
6731
6799
|
case "attentionSmall":
|
6732
|
-
return
|
6800
|
+
return Qt({
|
6733
6801
|
width: e,
|
6734
6802
|
height: t,
|
6735
6803
|
color: a,
|
@@ -6737,11 +6805,11 @@ const vt = ({
|
|
6737
6805
|
onClick: h
|
6738
6806
|
});
|
6739
6807
|
case "errorSmall":
|
6740
|
-
return Qt({ width: e, height: t, color: a, className: r, onClick: h });
|
6741
|
-
case "infoMedium":
|
6742
6808
|
return qt({ width: e, height: t, color: a, className: r, onClick: h });
|
6809
|
+
case "infoMedium":
|
6810
|
+
return Xt({ width: e, height: t, color: a, className: r, onClick: h });
|
6743
6811
|
case "attentionMedium":
|
6744
|
-
return
|
6812
|
+
return e5({
|
6745
6813
|
width: e,
|
6746
6814
|
height: t,
|
6747
6815
|
color: a,
|
@@ -6749,9 +6817,9 @@ const vt = ({
|
|
6749
6817
|
onClick: h
|
6750
6818
|
});
|
6751
6819
|
case "errorMedium":
|
6752
|
-
return
|
6820
|
+
return t5({ width: e, height: t, color: a, className: r, onClick: h });
|
6753
6821
|
case "faviconSkills":
|
6754
|
-
return
|
6822
|
+
return l5({
|
6755
6823
|
width: e,
|
6756
6824
|
height: t,
|
6757
6825
|
color: a,
|
@@ -6759,7 +6827,7 @@ const vt = ({
|
|
6759
6827
|
onClick: h
|
6760
6828
|
});
|
6761
6829
|
case "visibilityIcon":
|
6762
|
-
return
|
6830
|
+
return i5({
|
6763
6831
|
width: e,
|
6764
6832
|
height: t,
|
6765
6833
|
color: a,
|
@@ -6767,7 +6835,7 @@ const vt = ({
|
|
6767
6835
|
onClick: h
|
6768
6836
|
});
|
6769
6837
|
case "visibilityOffIcon":
|
6770
|
-
return
|
6838
|
+
return s5({
|
6771
6839
|
width: e,
|
6772
6840
|
height: t,
|
6773
6841
|
color: a,
|
@@ -6775,7 +6843,7 @@ const vt = ({
|
|
6775
6843
|
onClick: h
|
6776
6844
|
});
|
6777
6845
|
case "selectArrowIcon":
|
6778
|
-
return
|
6846
|
+
return o5({
|
6779
6847
|
width: e,
|
6780
6848
|
height: t,
|
6781
6849
|
color: a,
|
@@ -6783,7 +6851,7 @@ const vt = ({
|
|
6783
6851
|
onClick: h
|
6784
6852
|
});
|
6785
6853
|
case "expandArrowIcon":
|
6786
|
-
return
|
6854
|
+
return n5({
|
6787
6855
|
width: e,
|
6788
6856
|
height: t,
|
6789
6857
|
color: a,
|
@@ -6791,7 +6859,7 @@ const vt = ({
|
|
6791
6859
|
onClick: h
|
6792
6860
|
});
|
6793
6861
|
case "expandActiveArrowIcon":
|
6794
|
-
return
|
6862
|
+
return r5({
|
6795
6863
|
width: e,
|
6796
6864
|
height: t,
|
6797
6865
|
color: a,
|
@@ -6799,100 +6867,102 @@ const vt = ({
|
|
6799
6867
|
onClick: h
|
6800
6868
|
});
|
6801
6869
|
case "camera":
|
6802
|
-
return l5({ width: e, height: t, color: a, className: r, onClick: h });
|
6803
|
-
case "sortUp":
|
6804
6870
|
return a5({ width: e, height: t, color: a, className: r, onClick: h });
|
6805
|
-
case "
|
6871
|
+
case "sortUp":
|
6806
6872
|
return h5({ width: e, height: t, color: a, className: r, onClick: h });
|
6807
|
-
case "
|
6873
|
+
case "sortDown":
|
6808
6874
|
return c5({ width: e, height: t, color: a, className: r, onClick: h });
|
6809
|
-
case "
|
6875
|
+
case "logOut2":
|
6810
6876
|
return d5({ width: e, height: t, color: a, className: r, onClick: h });
|
6811
|
-
case "
|
6877
|
+
case "search":
|
6812
6878
|
return g5({ width: e, height: t, color: a, className: r, onClick: h });
|
6879
|
+
case "handRock":
|
6880
|
+
return C5({ width: e, height: t, color: a, className: r, onClick: h });
|
6813
6881
|
case "arrowUpFilled":
|
6814
|
-
return
|
6882
|
+
return w5({ width: e, height: t, color: a, className: r, onClick: h });
|
6815
6883
|
case "arrowDownFilled":
|
6816
|
-
return
|
6884
|
+
return f5({ width: e, height: t, color: a, className: r, onClick: h });
|
6817
6885
|
case "link":
|
6818
|
-
return
|
6886
|
+
return m5({ width: e, height: t, color: a, className: r, onClick: h });
|
6819
6887
|
case "telegram":
|
6820
|
-
return
|
6888
|
+
return L5({ width: e, height: t, color: a, className: r, onClick: h });
|
6821
6889
|
case "mail":
|
6822
|
-
return
|
6890
|
+
return N5({ width: e, height: t, color: a, className: r, onClick: h });
|
6823
6891
|
case "github":
|
6824
|
-
return
|
6892
|
+
return k5({ width: e, height: t, color: a, className: r, onClick: h });
|
6825
6893
|
case "linkedIn":
|
6826
|
-
return
|
6894
|
+
return v5({ width: e, height: t, color: a, className: r, onClick: h });
|
6827
6895
|
case "emptyStateIcon":
|
6828
|
-
return N5({ width: e, height: t, color: a, className: r, onClick: h });
|
6829
|
-
case "filtersIcon":
|
6830
6896
|
return x5({ width: e, height: t, color: a, className: r, onClick: h });
|
6831
|
-
case "
|
6897
|
+
case "filtersIcon":
|
6832
6898
|
return R5({ width: e, height: t, color: a, className: r, onClick: h });
|
6833
|
-
case "
|
6899
|
+
case "dotMenuIcon":
|
6834
6900
|
return M5({ width: e, height: t, color: a, className: r, onClick: h });
|
6835
|
-
case "
|
6901
|
+
case "plusCircle":
|
6836
6902
|
return b5({ width: e, height: t, color: a, className: r, onClick: h });
|
6837
|
-
case "
|
6903
|
+
case "warning":
|
6838
6904
|
return y5({ width: e, height: t, color: a, className: r, onClick: h });
|
6839
|
-
case "
|
6905
|
+
case "back":
|
6840
6906
|
return _5({ width: e, height: t, color: a, className: r, onClick: h });
|
6907
|
+
case "bell":
|
6908
|
+
return E5({ width: e, height: t, color: a, className: r, onClick: h });
|
6841
6909
|
case "contract":
|
6842
|
-
return
|
6910
|
+
return V5({ width: e, height: t, color: a, className: r, onClick: h });
|
6843
6911
|
case "trash2":
|
6844
|
-
return
|
6912
|
+
return H5({ width: e, height: t, color: a, className: r, onClick: h });
|
6845
6913
|
case "manager":
|
6846
|
-
return V5({ width: e, height: t, color: a, className: r, onClick: h });
|
6847
|
-
case "resourceManager":
|
6848
6914
|
return I5({ width: e, height: t, color: a, className: r, onClick: h });
|
6849
|
-
case "
|
6915
|
+
case "resourceManager":
|
6850
6916
|
return S5({ width: e, height: t, color: a, className: r, onClick: h });
|
6851
|
-
case "
|
6917
|
+
case "settings2":
|
6852
6918
|
return O5({ width: e, height: t, color: a, className: r, onClick: h });
|
6853
|
-
case "
|
6919
|
+
case "image":
|
6854
6920
|
return A5({ width: e, height: t, color: a, className: r, onClick: h });
|
6855
|
-
case "
|
6921
|
+
case "upload":
|
6856
6922
|
return B5({ width: e, height: t, color: a, className: r, onClick: h });
|
6857
|
-
case "
|
6923
|
+
case "edit":
|
6858
6924
|
return Z5({ width: e, height: t, color: a, className: r, onClick: h });
|
6859
|
-
case "
|
6925
|
+
case "location":
|
6860
6926
|
return W5({ width: e, height: t, color: a, className: r, onClick: h });
|
6861
|
-
case "
|
6927
|
+
case "plus2":
|
6862
6928
|
return j5({ width: e, height: t, color: a, className: r, onClick: h });
|
6863
|
-
case "
|
6929
|
+
case "search2":
|
6864
6930
|
return T5({ width: e, height: t, color: a, className: r, onClick: h });
|
6865
|
-
case "
|
6931
|
+
case "fastArrowLeft":
|
6866
6932
|
return D5({ width: e, height: t, color: a, className: r, onClick: h });
|
6867
|
-
case "
|
6933
|
+
case "fastArrowRight":
|
6868
6934
|
return G5({ width: e, height: t, color: a, className: r, onClick: h });
|
6935
|
+
case "crossInCircle":
|
6936
|
+
return K5({ width: e, height: t, color: a, className: r, onClick: h });
|
6869
6937
|
case "arrowUp2":
|
6870
|
-
return
|
6938
|
+
return F5({ width: e, height: t, color: a, className: r, onClick: h });
|
6871
6939
|
case "arrowDown2":
|
6872
|
-
return
|
6940
|
+
return P5({ width: e, height: t, color: a, className: r, onClick: h });
|
6873
6941
|
case "filledArrowLeft":
|
6874
|
-
return F5({ width: e, height: t, color: a, className: r, onClick: h });
|
6875
|
-
case "filledArrowRight":
|
6876
6942
|
return $5({ width: e, height: t, color: a, className: r, onClick: h });
|
6877
|
-
case "
|
6943
|
+
case "filledArrowRight":
|
6878
6944
|
return Y5({ width: e, height: t, color: a, className: r, onClick: h });
|
6879
|
-
case "
|
6945
|
+
case "burgerMenu":
|
6880
6946
|
return U5({ width: e, height: t, color: a, className: r, onClick: h });
|
6881
|
-
case "
|
6947
|
+
case "signOut":
|
6882
6948
|
return z5({ width: e, height: t, color: a, className: r, onClick: h });
|
6883
|
-
case "
|
6949
|
+
case "refresh":
|
6884
6950
|
return J5({ width: e, height: t, color: a, className: r, onClick: h });
|
6951
|
+
case "projects":
|
6952
|
+
return Q5({ width: e, height: t, color: a, className: r, onClick: h });
|
6953
|
+
case "exit":
|
6954
|
+
return q5({ width: e, height: t, color: a, className: r, onClick: h });
|
6885
6955
|
default:
|
6886
6956
|
return /* @__PURE__ */ n(X, { children: "No Icon provided" });
|
6887
6957
|
}
|
6888
6958
|
})() });
|
6889
6959
|
};
|
6890
6960
|
var o1 = /* @__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))(o1 || {});
|
6891
|
-
const
|
6961
|
+
const e3 = e1({
|
6892
6962
|
locale: "en",
|
6893
6963
|
theme: "light"
|
6894
6964
|
});
|
6895
|
-
|
6965
|
+
e3.Provider;
|
6896
6966
|
const q1 = ({
|
6897
6967
|
children: i,
|
6898
6968
|
width: e,
|
@@ -6909,7 +6979,7 @@ const q1 = ({
|
|
6909
6979
|
{
|
6910
6980
|
className: `snmt-tag ${t} ${l ? "disabled" : ""}`,
|
6911
6981
|
closeIcon: /* @__PURE__ */ n(
|
6912
|
-
|
6982
|
+
X5,
|
6913
6983
|
{
|
6914
6984
|
name: "errorSmall",
|
6915
6985
|
color: l ? o1.GREY_DARK_1 : o1.GREY_DARK_2,
|
@@ -6922,7 +6992,7 @@ const q1 = ({
|
|
6922
6992
|
style: { width: e ?? "fit-content" },
|
6923
6993
|
closable: o,
|
6924
6994
|
children: typeof i == "string" ? /* @__PURE__ */ n(
|
6925
|
-
|
6995
|
+
vt,
|
6926
6996
|
{
|
6927
6997
|
variant: t === "small" ? "body4" : "body2",
|
6928
6998
|
color: l ? o1.GREY_DARK_2 : o1.GREY_DARK_5,
|
@@ -6931,7 +7001,7 @@ const q1 = ({
|
|
6931
7001
|
) : i
|
6932
7002
|
}
|
6933
7003
|
);
|
6934
|
-
},
|
7004
|
+
}, t3 = ({
|
6935
7005
|
children: i,
|
6936
7006
|
content: e,
|
6937
7007
|
isOpen: t,
|
@@ -6956,7 +7026,7 @@ const q1 = ({
|
|
6956
7026
|
}
|
6957
7027
|
);
|
6958
7028
|
};
|
6959
|
-
var
|
7029
|
+
var i3 = { exports: {} };
|
6960
7030
|
(function(i, e) {
|
6961
7031
|
(function(t, s) {
|
6962
7032
|
i.exports = s();
|
@@ -6966,8 +7036,8 @@ var e3 = { exports: {} };
|
|
6966
7036
|
return "[" + t + (s[(o - 20) % 10] || s[o] || s[0]) + "]";
|
6967
7037
|
} };
|
6968
7038
|
});
|
6969
|
-
})(
|
6970
|
-
const
|
7039
|
+
})(i3);
|
7040
|
+
const s3 = ({
|
6971
7041
|
values: i,
|
6972
7042
|
onTagClose: e,
|
6973
7043
|
maxWidth: t,
|
@@ -6981,24 +7051,24 @@ const t3 = ({
|
|
6981
7051
|
i.length || a(!1);
|
6982
7052
|
}, [i]), !i.length)
|
6983
7053
|
return null;
|
6984
|
-
const h = (
|
7054
|
+
const h = (u) => {
|
6985
7055
|
var p, m;
|
6986
|
-
return ((p = l == null ? void 0 : l.find((w) => w.value ===
|
7056
|
+
return ((p = l == null ? void 0 : l.find((w) => w.value === u)) == null ? void 0 : p.label) || ((m = c == null ? void 0 : c.find((w) => w.value === u)) == null ? void 0 : m.label) || u;
|
6987
7057
|
};
|
6988
|
-
return /* @__PURE__ */
|
6989
|
-
|
7058
|
+
return /* @__PURE__ */ C(
|
7059
|
+
t3,
|
6990
7060
|
{
|
6991
7061
|
content: (
|
6992
7062
|
// 90: paddings + margins + gaps and so on
|
6993
|
-
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(g1, { gap: 6, flexWrap: "wrap", children: i.map(({ value:
|
7063
|
+
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(g1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: u }) => /* @__PURE__ */ n(
|
6994
7064
|
q1,
|
6995
7065
|
{
|
6996
|
-
onClose: () => e(
|
7066
|
+
onClose: () => e(u),
|
6997
7067
|
closable: s,
|
6998
7068
|
disabled: o,
|
6999
|
-
children: h(
|
7069
|
+
children: h(u)
|
7000
7070
|
},
|
7001
|
-
|
7071
|
+
u
|
7002
7072
|
)) }) })
|
7003
7073
|
),
|
7004
7074
|
placement: "bottomRight",
|
@@ -7019,7 +7089,7 @@ const t3 = ({
|
|
7019
7089
|
backgroundSize: "20% calc(200% + 20px)"
|
7020
7090
|
};
|
7021
7091
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: s });
|
7022
|
-
},
|
7092
|
+
}, o3 = b1(
|
7023
7093
|
({
|
7024
7094
|
value: i,
|
7025
7095
|
onChange: e,
|
@@ -7033,7 +7103,7 @@ const t3 = ({
|
|
7033
7103
|
clearable: g = !1,
|
7034
7104
|
scrollThresholdValue: a = 50,
|
7035
7105
|
onSearchChange: h,
|
7036
|
-
onDropdownVisibleChange:
|
7106
|
+
onDropdownVisibleChange: u,
|
7037
7107
|
onScrollToEnd: p,
|
7038
7108
|
onPopupScroll: m,
|
7039
7109
|
id: x,
|
@@ -7048,7 +7118,7 @@ const t3 = ({
|
|
7048
7118
|
i1(i);
|
7049
7119
|
}, [i]);
|
7050
7120
|
const K = (L) => {
|
7051
|
-
M(L),
|
7121
|
+
M(L), u && u(L);
|
7052
7122
|
}, J = (L, H) => {
|
7053
7123
|
var Z;
|
7054
7124
|
return !!((Z = H == null ? void 0 : H.label) != null && Z.toString().toLowerCase().includes(L.toLowerCase()));
|
@@ -7105,7 +7175,7 @@ const t3 = ({
|
|
7105
7175
|
(L) => {
|
7106
7176
|
var H;
|
7107
7177
|
return /* @__PURE__ */ n(
|
7108
|
-
|
7178
|
+
s3,
|
7109
7179
|
{
|
7110
7180
|
values: L,
|
7111
7181
|
onTagClose: F,
|
@@ -7122,7 +7192,7 @@ const t3 = ({
|
|
7122
7192
|
({ label: L, value: H, mode: Z }) => Z === "filter" ? _1(H) : /* @__PURE__ */ n("div", { onMouseDown: oe, className: "tag-wrapper", children: /* @__PURE__ */ n(q1, { onClose: () => F(H), disabled: r, children: typeof L == "object" ? L : m1(H) }) }),
|
7123
7193
|
[r, m1, F, _1]
|
7124
7194
|
);
|
7125
|
-
return /* @__PURE__ */
|
7195
|
+
return /* @__PURE__ */ C(
|
7126
7196
|
"div",
|
7127
7197
|
{
|
7128
7198
|
className: `snmt-select ${G ? "snmt-select-focused" : ""}
|
@@ -7158,7 +7228,7 @@ const t3 = ({
|
|
7158
7228
|
maxTagPlaceholder: re,
|
7159
7229
|
onPopupScroll: ne,
|
7160
7230
|
prefix: _ && /* @__PURE__ */ n(S1, { size: 15 }),
|
7161
|
-
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */
|
7231
|
+
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(X, { children: [
|
7162
7232
|
B && !!B.length && (s || g) && /* @__PURE__ */ n("div", { onClick: P, children: /* @__PURE__ */ n(
|
7163
7233
|
c1,
|
7164
7234
|
{
|
@@ -7178,15 +7248,15 @@ const t3 = ({
|
|
7178
7248
|
] }) }),
|
7179
7249
|
removeIcon: /* @__PURE__ */ n(c1, { name: "errorSmall", color: $.GREY_DARK_2 }),
|
7180
7250
|
options: l,
|
7181
|
-
optionRender: (L) => y ? y(L.data) : /* @__PURE__ */
|
7182
|
-
/* @__PURE__ */
|
7251
|
+
optionRender: (L) => y ? y(L.data) : /* @__PURE__ */ C(g1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
7252
|
+
/* @__PURE__ */ C(g1, { alignItems: "center", gap: 12, children: [
|
7183
7253
|
s && /* @__PURE__ */ n(
|
7184
7254
|
Te,
|
7185
7255
|
{
|
7186
7256
|
checked: !!(B != null && B.includes(L.value))
|
7187
7257
|
}
|
7188
7258
|
),
|
7189
|
-
/* @__PURE__ */
|
7259
|
+
/* @__PURE__ */ C(g1, { alignItems: "center", gap: 8, children: [
|
7190
7260
|
L.data.image && /* @__PURE__ */ n(je, { src: L.data.image, size: 20 }),
|
7191
7261
|
/* @__PURE__ */ n("span", { children: L.label })
|
7192
7262
|
] })
|
@@ -7201,17 +7271,10 @@ const t3 = ({
|
|
7201
7271
|
}
|
7202
7272
|
)
|
7203
7273
|
] }),
|
7204
|
-
dropdownRender:
|
7205
|
-
"div",
|
7206
|
-
{
|
7207
|
-
|
7208
|
-
padding: "16px",
|
7209
|
-
display: "grid",
|
7210
|
-
justifyContent: "center"
|
7211
|
-
},
|
7212
|
-
children: /* @__PURE__ */ n(S1, { size: 28 })
|
7213
|
-
}
|
7214
|
-
) : (L) => E ? E(L) : L
|
7274
|
+
dropdownRender: (L) => /* @__PURE__ */ C("div", { className: "dropdown-container", children: [
|
7275
|
+
/* @__PURE__ */ n("div", { className: "dropdown-menu", children: E ? E(L) : L }),
|
7276
|
+
_ && /* @__PURE__ */ n("div", { className: "loading-overlay", children: /* @__PURE__ */ n(S1, { size: 28 }) })
|
7277
|
+
] })
|
7215
7278
|
}
|
7216
7279
|
),
|
7217
7280
|
/* @__PURE__ */ n(
|
@@ -7234,11 +7297,11 @@ const t3 = ({
|
|
7234
7297
|
i = s, e = o;
|
7235
7298
|
});
|
7236
7299
|
return t.resolve = i, t.reject = e, t;
|
7237
|
-
}, O1 = (i) => i == null ? "" : "" + i,
|
7300
|
+
}, O1 = (i) => i == null ? "" : "" + i, n3 = (i, e, t) => {
|
7238
7301
|
i.forEach((s) => {
|
7239
7302
|
e[s] && (t[s] = e[s]);
|
7240
7303
|
});
|
7241
|
-
},
|
7304
|
+
}, r3 = /###/g, A1 = (i) => i && i.indexOf("###") > -1 ? i.replace(r3, ".") : i, B1 = (i) => !i || k(i), n1 = (i, e, t) => {
|
7242
7305
|
const s = k(e) ? e.split(".") : e;
|
7243
7306
|
let o = 0;
|
7244
7307
|
for (; o < s.length - 1; ) {
|
@@ -7263,28 +7326,28 @@ const t3 = ({
|
|
7263
7326
|
for (; r.obj === void 0 && c.length; )
|
7264
7327
|
l = `${c[c.length - 1]}.${l}`, c = c.slice(0, c.length - 1), r = n1(i, c, Object), r && r.obj && typeof r.obj[`${r.k}.${l}`] < "u" && (r.obj = void 0);
|
7265
7328
|
r.obj[`${r.k}.${l}`] = t;
|
7266
|
-
},
|
7329
|
+
}, l3 = (i, e, t, s) => {
|
7267
7330
|
const {
|
7268
7331
|
obj: o,
|
7269
7332
|
k: l
|
7270
7333
|
} = n1(i, e, Object);
|
7271
7334
|
o[l] = o[l] || [], o[l].push(t);
|
7272
|
-
},
|
7335
|
+
}, C1 = (i, e) => {
|
7273
7336
|
const {
|
7274
7337
|
obj: t,
|
7275
7338
|
k: s
|
7276
7339
|
} = n1(i, e);
|
7277
7340
|
if (t)
|
7278
7341
|
return t[s];
|
7279
|
-
},
|
7280
|
-
const s =
|
7281
|
-
return s !== void 0 ? s :
|
7342
|
+
}, a3 = (i, e, t) => {
|
7343
|
+
const s = C1(i, t);
|
7344
|
+
return s !== void 0 ? s : C1(e, t);
|
7282
7345
|
}, X1 = (i, e, t) => {
|
7283
7346
|
for (const s in e)
|
7284
7347
|
s !== "__proto__" && s !== "constructor" && (s in i ? k(i[s]) || i[s] instanceof String || k(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : X1(i[s], e[s], t) : i[s] = e[s]);
|
7285
7348
|
return i;
|
7286
7349
|
}, Q = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
7287
|
-
var
|
7350
|
+
var h3 = {
|
7288
7351
|
"&": "&",
|
7289
7352
|
"<": "<",
|
7290
7353
|
">": ">",
|
@@ -7292,8 +7355,8 @@ var l3 = {
|
|
7292
7355
|
"'": "'",
|
7293
7356
|
"/": "/"
|
7294
7357
|
};
|
7295
|
-
const
|
7296
|
-
class
|
7358
|
+
const c3 = (i) => k(i) ? i.replace(/[&<>"'\/]/g, (e) => h3[e]) : i;
|
7359
|
+
class d3 {
|
7297
7360
|
constructor(e) {
|
7298
7361
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
7299
7362
|
}
|
@@ -7305,11 +7368,11 @@ class h3 {
|
|
7305
7368
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
7306
7369
|
}
|
7307
7370
|
}
|
7308
|
-
const
|
7371
|
+
const g3 = [" ", ",", "?", "!", ";"], C3 = new d3(20), u3 = (i, e, t) => {
|
7309
7372
|
e = e || "", t = t || "";
|
7310
|
-
const s =
|
7373
|
+
const s = g3.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
7311
7374
|
if (s.length === 0) return !0;
|
7312
|
-
const o =
|
7375
|
+
const o = C3.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
7313
7376
|
let l = !o.test(i);
|
7314
7377
|
if (!l) {
|
7315
7378
|
const c = i.indexOf(t);
|
@@ -7336,7 +7399,7 @@ const c3 = [" ", ",", "?", "!", ";"], d3 = new h3(20), g3 = (i, e, t) => {
|
|
7336
7399
|
o = c;
|
7337
7400
|
}
|
7338
7401
|
return o;
|
7339
|
-
},
|
7402
|
+
}, u1 = (i) => i && i.replace("_", "-"), p3 = {
|
7340
7403
|
type: "logger",
|
7341
7404
|
log(i) {
|
7342
7405
|
this.output("log", i);
|
@@ -7358,7 +7421,7 @@ class p1 {
|
|
7358
7421
|
}
|
7359
7422
|
init(e) {
|
7360
7423
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7361
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
7424
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || p3, this.options = t, this.debug = t.debug;
|
7362
7425
|
}
|
7363
7426
|
log() {
|
7364
7427
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
@@ -7448,7 +7511,7 @@ class W1 extends w1 {
|
|
7448
7511
|
const l = o.keySeparator !== void 0 ? o.keySeparator : this.options.keySeparator, c = o.ignoreJSONStructure !== void 0 ? o.ignoreJSONStructure : this.options.ignoreJSONStructure;
|
7449
7512
|
let r;
|
7450
7513
|
e.indexOf(".") > -1 ? r = e.split(".") : (r = [e, t], s && (Array.isArray(s) ? r.push(...s) : k(s) && l ? r.push(...s.split(l)) : r.push(s)));
|
7451
|
-
const d =
|
7514
|
+
const d = C1(this.data, r);
|
7452
7515
|
return !d && !t && !s && e.indexOf(".") > -1 && (e = r[0], t = r[1], s = r.slice(2).join(".")), d || !c || !k(s) ? d : x1(this.data && this.data[e] && this.data[e][t], s, l);
|
7453
7516
|
}
|
7454
7517
|
addResource(e, t, s, o) {
|
@@ -7475,7 +7538,7 @@ class W1 extends w1 {
|
|
7475
7538
|
skipCopy: !1
|
7476
7539
|
}, r = [e, t];
|
7477
7540
|
e.indexOf(".") > -1 && (r = e.split("."), o = s, s = t, t = r[1]), this.addNamespaces(t);
|
7478
|
-
let d =
|
7541
|
+
let d = C1(this.data, r) || {};
|
7479
7542
|
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), o ? X1(d, s, l) : d = {
|
7480
7543
|
...d,
|
7481
7544
|
...s
|
@@ -7518,7 +7581,7 @@ const j1 = {};
|
|
7518
7581
|
class f1 extends w1 {
|
7519
7582
|
constructor(e) {
|
7520
7583
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7521
|
-
super(),
|
7584
|
+
super(), n3(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = j.create("translator");
|
7522
7585
|
}
|
7523
7586
|
changeLanguage(e) {
|
7524
7587
|
e && (this.language = e);
|
@@ -7537,7 +7600,7 @@ class f1 extends w1 {
|
|
7537
7600
|
s === void 0 && (s = ":");
|
7538
7601
|
const o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
7539
7602
|
let l = t.ns || this.options.defaultNS || [];
|
7540
|
-
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
7603
|
+
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !u3(e, s, o);
|
7541
7604
|
if (c && !r) {
|
7542
7605
|
const d = e.match(this.interpolator.nestingRegexp);
|
7543
7606
|
if (d && d.length > 0)
|
@@ -7584,41 +7647,41 @@ class f1 extends w1 {
|
|
7584
7647
|
} : c;
|
7585
7648
|
}
|
7586
7649
|
const h = this.resolve(e, t);
|
7587
|
-
let
|
7588
|
-
const p = h && h.usedKey || c, m = h && h.exactUsedKey || c, x = Object.prototype.toString.apply(
|
7589
|
-
if (y &&
|
7650
|
+
let u = h && h.res;
|
7651
|
+
const p = h && h.usedKey || c, m = h && h.exactUsedKey || c, x = Object.prototype.toString.apply(u), w = ["[object Number]", "[object Function]", "[object RegExp]"], E = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, y = !this.i18nFormat || this.i18nFormat.handleAsObject, _ = !k(u) && typeof u != "boolean" && typeof u != "number";
|
7652
|
+
if (y && u && _ && w.indexOf(x) < 0 && !(k(E) && Array.isArray(u))) {
|
7590
7653
|
if (!t.returnObjects && !this.options.returnObjects) {
|
7591
7654
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
7592
|
-
const f = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p,
|
7655
|
+
const f = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, u, {
|
7593
7656
|
...t,
|
7594
7657
|
ns: r
|
7595
7658
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
7596
7659
|
return o ? (h.res = f, h.usedParams = this.getUsedParamsDetails(t), h) : f;
|
7597
7660
|
}
|
7598
7661
|
if (l) {
|
7599
|
-
const f = Array.isArray(
|
7600
|
-
for (const M in
|
7601
|
-
if (Object.prototype.hasOwnProperty.call(
|
7662
|
+
const f = Array.isArray(u), R = f ? [] : {}, b = f ? m : p;
|
7663
|
+
for (const M in u)
|
7664
|
+
if (Object.prototype.hasOwnProperty.call(u, M)) {
|
7602
7665
|
const G = `${b}${l}${M}`;
|
7603
7666
|
R[M] = this.translate(G, {
|
7604
7667
|
...t,
|
7605
7668
|
joinArrays: !1,
|
7606
7669
|
ns: r
|
7607
|
-
}), R[M] === G && (R[M] =
|
7670
|
+
}), R[M] === G && (R[M] = u[M]);
|
7608
7671
|
}
|
7609
|
-
|
7672
|
+
u = R;
|
7610
7673
|
}
|
7611
|
-
} else if (y && k(E) && Array.isArray(
|
7612
|
-
|
7674
|
+
} else if (y && k(E) && Array.isArray(u))
|
7675
|
+
u = u.join(E), u && (u = this.extendTranslation(u, e, t, s));
|
7613
7676
|
else {
|
7614
7677
|
let f = !1, R = !1;
|
7615
7678
|
const b = t.count !== void 0 && !k(t.count), M = f1.hasDefaultValue(t), G = b ? this.pluralResolver.getSuffix(g, t.count, t) : "", a1 = t.ordinal && b ? this.pluralResolver.getSuffix(g, t.count, {
|
7616
7679
|
ordinal: !1
|
7617
7680
|
}) : "", t1 = b && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), T = t1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${G}`] || t[`defaultValue${a1}`] || t.defaultValue;
|
7618
|
-
!this.isValidLookup(
|
7619
|
-
const i1 = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && R ? void 0 :
|
7681
|
+
!this.isValidLookup(u) && M && (f = !0, u = T), this.isValidLookup(u) || (R = !0, u = c);
|
7682
|
+
const i1 = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && R ? void 0 : u, D = M && T !== u && this.options.updateMissing;
|
7620
7683
|
if (R || f || D) {
|
7621
|
-
if (this.logger.log(D ? "updateKey" : "missingKey", g, d, c, D ? T :
|
7684
|
+
if (this.logger.log(D ? "updateKey" : "missingKey", g, d, c, D ? T : u), l) {
|
7622
7685
|
const I = this.resolve(c, {
|
7623
7686
|
...t,
|
7624
7687
|
keySeparator: !1
|
@@ -7632,8 +7695,8 @@ class f1 extends w1 {
|
|
7632
7695
|
K.push(J[I]);
|
7633
7696
|
else this.options.saveMissingTo === "all" ? K = this.languageUtils.toResolveHierarchy(t.lng || this.language) : K.push(t.lng || this.language);
|
7634
7697
|
const h1 = (I, O, P) => {
|
7635
|
-
const F = M && P !==
|
7636
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(I, d, O, F, D, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(I, d, O, F, D, t), this.emit("missingKey", I, d, O,
|
7698
|
+
const F = M && P !== u ? P : i1;
|
7699
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(I, d, O, F, D, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(I, d, O, F, D, t), this.emit("missingKey", I, d, O, u);
|
7637
7700
|
};
|
7638
7701
|
this.options.saveMissing && (this.options.saveMissingPlurals && b ? K.forEach((I) => {
|
7639
7702
|
const O = this.pluralResolver.getSuffixes(I, t);
|
@@ -7642,9 +7705,9 @@ class f1 extends w1 {
|
|
7642
7705
|
});
|
7643
7706
|
}) : h1(K, c, T));
|
7644
7707
|
}
|
7645
|
-
|
7708
|
+
u = this.extendTranslation(u, e, t, h, s), R && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (R || 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));
|
7646
7709
|
}
|
7647
|
-
return o ? (h.res =
|
7710
|
+
return o ? (h.res = u, h.usedParams = this.getUsedParamsDetails(t), h) : u;
|
7648
7711
|
}
|
7649
7712
|
extendTranslation(e, t, s, o, l) {
|
7650
7713
|
var c = this;
|
@@ -7666,19 +7729,19 @@ class f1 extends w1 {
|
|
7666
7729
|
const g = k(e) && (s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
|
7667
7730
|
let a;
|
7668
7731
|
if (g) {
|
7669
|
-
const
|
7670
|
-
a =
|
7732
|
+
const u = e.match(this.interpolator.nestingRegexp);
|
7733
|
+
a = u && u.length;
|
7671
7734
|
}
|
7672
7735
|
let h = s.replace && !k(s.replace) ? s.replace : s;
|
7673
7736
|
if (this.options.interpolation.defaultVariables && (h = {
|
7674
7737
|
...this.options.interpolation.defaultVariables,
|
7675
7738
|
...h
|
7676
7739
|
}), e = this.interpolator.interpolate(e, h, s.lng || this.language || o.usedLng, s), g) {
|
7677
|
-
const
|
7740
|
+
const u = e.match(this.interpolator.nestingRegexp), p = u && u.length;
|
7678
7741
|
a < p && (s.nest = !1);
|
7679
7742
|
}
|
7680
7743
|
!s.lng && this.options.compatibilityAPI !== "v1" && o && o.res && (s.lng = this.language || o.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
7681
|
-
for (var
|
7744
|
+
for (var u = arguments.length, p = new Array(u), m = 0; m < u; m++)
|
7682
7745
|
p[m] = arguments[m];
|
7683
7746
|
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);
|
7684
7747
|
}, s)), s.interpolation && this.interpolator.reset();
|
@@ -7700,7 +7763,7 @@ class f1 extends w1 {
|
|
7700
7763
|
o = a;
|
7701
7764
|
let h = g.namespaces;
|
7702
7765
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
7703
|
-
const
|
7766
|
+
const u = t.count !== void 0 && !k(t.count), p = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), m = t.context !== void 0 && (k(t.context) || typeof t.context == "number") && t.context !== "", x = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
7704
7767
|
h.forEach((w) => {
|
7705
7768
|
this.isValidLookup(s) || (r = w, !j1[`${x[0]}-${w}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(r) && (j1[`${x[0]}-${w}`] = !0, this.logger.warn(`key "${o}" for languages "${x.join(", ")}" won't get resolved as namespace "${r}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), x.forEach((E) => {
|
7706
7769
|
if (this.isValidLookup(s)) return;
|
@@ -7710,11 +7773,11 @@ class f1 extends w1 {
|
|
7710
7773
|
this.i18nFormat.addLookupKeys(y, a, E, w, t);
|
7711
7774
|
else {
|
7712
7775
|
let f;
|
7713
|
-
|
7776
|
+
u && (f = this.pluralResolver.getSuffix(E, t.count, t));
|
7714
7777
|
const R = `${this.options.pluralSeparator}zero`, b = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
7715
|
-
if (
|
7778
|
+
if (u && (y.push(a + f), t.ordinal && f.indexOf(b) === 0 && y.push(a + f.replace(b, this.options.pluralSeparator)), p && y.push(a + R)), m) {
|
7716
7779
|
const M = `${a}${this.options.contextSeparator}${t.context}`;
|
7717
|
-
y.push(M),
|
7780
|
+
y.push(M), u && (y.push(M + f), t.ordinal && f.indexOf(b) === 0 && y.push(M + f.replace(b, this.options.pluralSeparator)), p && y.push(M + R));
|
7718
7781
|
}
|
7719
7782
|
}
|
7720
7783
|
let _;
|
@@ -7767,12 +7830,12 @@ class T1 {
|
|
7767
7830
|
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = j.create("languageUtils");
|
7768
7831
|
}
|
7769
7832
|
getScriptPartFromCode(e) {
|
7770
|
-
if (e =
|
7833
|
+
if (e = u1(e), !e || e.indexOf("-") < 0) return null;
|
7771
7834
|
const t = e.split("-");
|
7772
7835
|
return t.length === 2 || (t.pop(), t[t.length - 1].toLowerCase() === "x") ? null : this.formatLanguageCode(t.join("-"));
|
7773
7836
|
}
|
7774
7837
|
getLanguagePartFromCode(e) {
|
7775
|
-
if (e =
|
7838
|
+
if (e = u1(e), !e || e.indexOf("-") < 0) return e;
|
7776
7839
|
const t = e.split("-");
|
7777
7840
|
return this.formatLanguageCode(t[0]);
|
7778
7841
|
}
|
@@ -7827,7 +7890,7 @@ class T1 {
|
|
7827
7890
|
}), o;
|
7828
7891
|
}
|
7829
7892
|
}
|
7830
|
-
let
|
7893
|
+
let f3 = [{
|
7831
7894
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
7832
7895
|
nr: [1, 2],
|
7833
7896
|
fc: 1
|
@@ -7919,7 +7982,7 @@ let C3 = [{
|
|
7919
7982
|
lngs: ["he", "iw"],
|
7920
7983
|
nr: [1, 2, 20, 21],
|
7921
7984
|
fc: 22
|
7922
|
-
}],
|
7985
|
+
}], w3 = {
|
7923
7986
|
1: (i) => +(i > 1),
|
7924
7987
|
2: (i) => +(i != 1),
|
7925
7988
|
3: (i) => 0,
|
@@ -7943,28 +8006,28 @@ let C3 = [{
|
|
7943
8006
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
7944
8007
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
7945
8008
|
};
|
7946
|
-
const
|
8009
|
+
const m3 = ["v1", "v2", "v3"], k3 = ["v4"], D1 = {
|
7947
8010
|
zero: 0,
|
7948
8011
|
one: 1,
|
7949
8012
|
two: 2,
|
7950
8013
|
few: 3,
|
7951
8014
|
many: 4,
|
7952
8015
|
other: 5
|
7953
|
-
},
|
8016
|
+
}, L3 = () => {
|
7954
8017
|
const i = {};
|
7955
|
-
return
|
8018
|
+
return f3.forEach((e) => {
|
7956
8019
|
e.lngs.forEach((t) => {
|
7957
8020
|
i[t] = {
|
7958
8021
|
numbers: e.nr,
|
7959
|
-
plurals:
|
8022
|
+
plurals: w3[e.fc]
|
7960
8023
|
};
|
7961
8024
|
});
|
7962
8025
|
}), i;
|
7963
8026
|
};
|
7964
|
-
class
|
8027
|
+
class v3 {
|
7965
8028
|
constructor(e) {
|
7966
8029
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7967
|
-
this.languageUtils = e, this.options = t, this.logger = j.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
8030
|
+
this.languageUtils = e, this.options = t, this.logger = j.create("pluralResolver"), (!this.options.compatibilityJSON || k3.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 = L3(), this.pluralRulesCache = {};
|
7968
8031
|
}
|
7969
8032
|
addRule(e, t) {
|
7970
8033
|
this.rules[e] = t;
|
@@ -7975,7 +8038,7 @@ class k3 {
|
|
7975
8038
|
getRule(e) {
|
7976
8039
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7977
8040
|
if (this.shouldUseIntlApi()) {
|
7978
|
-
const s =
|
8041
|
+
const s = u1(e === "dev" ? "en" : e), o = t.ordinal ? "ordinal" : "cardinal", l = JSON.stringify({
|
7979
8042
|
cleanedCode: s,
|
7980
8043
|
type: o
|
7981
8044
|
});
|
@@ -8022,14 +8085,14 @@ class k3 {
|
|
8022
8085
|
return this.options.compatibilityJSON === "v1" ? o === 1 ? "" : typeof o == "number" ? `_plural_${o.toString()}` : l() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? l() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
8023
8086
|
}
|
8024
8087
|
shouldUseIntlApi() {
|
8025
|
-
return !
|
8088
|
+
return !m3.includes(this.options.compatibilityJSON);
|
8026
8089
|
}
|
8027
8090
|
}
|
8028
8091
|
const G1 = function(i, e, t) {
|
8029
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l =
|
8092
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = a3(i, e, t);
|
8030
8093
|
return !l && o && k(t) && (l = x1(i, t, s), l === void 0 && (l = x1(e, t, s))), l;
|
8031
8094
|
}, v1 = (i) => i.replace(/\$/g, "$$$$");
|
8032
|
-
class
|
8095
|
+
class N3 {
|
8033
8096
|
constructor() {
|
8034
8097
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8035
8098
|
this.logger = j.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
@@ -8050,7 +8113,7 @@ class L3 {
|
|
8050
8113
|
formatSeparator: g,
|
8051
8114
|
unescapeSuffix: a,
|
8052
8115
|
unescapePrefix: h,
|
8053
|
-
nestingPrefix:
|
8116
|
+
nestingPrefix: u,
|
8054
8117
|
nestingPrefixEscaped: p,
|
8055
8118
|
nestingSuffix: m,
|
8056
8119
|
nestingSuffixEscaped: x,
|
@@ -8058,7 +8121,7 @@ class L3 {
|
|
8058
8121
|
maxReplaces: E,
|
8059
8122
|
alwaysFormat: y
|
8060
8123
|
} = e.interpolation;
|
8061
|
-
this.escape = t !== void 0 ? t :
|
8124
|
+
this.escape = t !== void 0 ? t : c3, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = o !== void 0 ? o : !1, this.prefix = l ? Q(l) : c || "{{", this.suffix = r ? Q(r) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = a ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? Q(u) : p || Q("$t("), this.nestingSuffix = m ? Q(m) : x || Q(")"), this.nestingOptionsSeparator = w || ",", this.maxReplaces = E || 1e3, this.alwaysFormat = y !== void 0 ? y : !1, this.resetRegExp();
|
8062
8125
|
}
|
8063
8126
|
reset() {
|
8064
8127
|
this.options && this.init(this.options);
|
@@ -8120,17 +8183,17 @@ class L3 {
|
|
8120
8183
|
const a = this.nestingOptionsSeparator;
|
8121
8184
|
if (d.indexOf(a) < 0) return d;
|
8122
8185
|
const h = d.split(new RegExp(`${a}[ ]*{`));
|
8123
|
-
let
|
8124
|
-
d = h[0],
|
8125
|
-
const p =
|
8126
|
-
(p && p.length % 2 === 0 && !m || m.length % 2 !== 0) && (
|
8186
|
+
let u = `{${h[1]}`;
|
8187
|
+
d = h[0], u = this.interpolate(u, c);
|
8188
|
+
const p = u.match(/'/g), m = u.match(/"/g);
|
8189
|
+
(p && p.length % 2 === 0 && !m || m.length % 2 !== 0) && (u = u.replace(/'/g, '"'));
|
8127
8190
|
try {
|
8128
|
-
c = JSON.parse(
|
8191
|
+
c = JSON.parse(u), g && (c = {
|
8129
8192
|
...g,
|
8130
8193
|
...c
|
8131
8194
|
});
|
8132
8195
|
} catch (x) {
|
8133
|
-
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, x), `${d}${a}${
|
8196
|
+
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, x), `${d}${a}${u}`;
|
8134
8197
|
}
|
8135
8198
|
return c.defaultValue && c.defaultValue.indexOf(this.prefix) > -1 && delete c.defaultValue, d;
|
8136
8199
|
};
|
@@ -8153,7 +8216,7 @@ class L3 {
|
|
8153
8216
|
return e;
|
8154
8217
|
}
|
8155
8218
|
}
|
8156
|
-
const
|
8219
|
+
const x3 = (i) => {
|
8157
8220
|
let e = i.toLowerCase().trim();
|
8158
8221
|
const t = {};
|
8159
8222
|
if (i.indexOf("(") > -1) {
|
@@ -8181,10 +8244,10 @@ const v3 = (i) => {
|
|
8181
8244
|
});
|
8182
8245
|
const c = s + JSON.stringify(l);
|
8183
8246
|
let r = e[c];
|
8184
|
-
return r || (r = i(
|
8247
|
+
return r || (r = i(u1(s), o), e[c] = r), r(t);
|
8185
8248
|
};
|
8186
8249
|
};
|
8187
|
-
class
|
8250
|
+
class R3 {
|
8188
8251
|
constructor() {
|
8189
8252
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8190
8253
|
this.logger = j.create("formatter"), this.options = e, this.formats = {
|
@@ -8244,18 +8307,18 @@ class N3 {
|
|
8244
8307
|
const {
|
8245
8308
|
formatName: g,
|
8246
8309
|
formatOptions: a
|
8247
|
-
} =
|
8310
|
+
} = x3(d);
|
8248
8311
|
if (this.formats[g]) {
|
8249
8312
|
let h = r;
|
8250
8313
|
try {
|
8251
|
-
const
|
8314
|
+
const u = o && o.formatParams && o.formatParams[o.interpolationkey] || {}, p = u.locale || u.lng || o.locale || o.lng || s;
|
8252
8315
|
h = this.formats[g](r, p, {
|
8253
8316
|
...a,
|
8254
8317
|
...o,
|
8255
|
-
...
|
8318
|
+
...u
|
8256
8319
|
});
|
8257
|
-
} catch (
|
8258
|
-
this.logger.warn(
|
8320
|
+
} catch (u) {
|
8321
|
+
this.logger.warn(u);
|
8259
8322
|
}
|
8260
8323
|
return h;
|
8261
8324
|
} else
|
@@ -8264,10 +8327,10 @@ class N3 {
|
|
8264
8327
|
}, e);
|
8265
8328
|
}
|
8266
8329
|
}
|
8267
|
-
const
|
8330
|
+
const M3 = (i, e) => {
|
8268
8331
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
8269
8332
|
};
|
8270
|
-
class
|
8333
|
+
class b3 extends w1 {
|
8271
8334
|
constructor(e, t, s) {
|
8272
8335
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
8273
8336
|
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = o, this.logger = j.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = o.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = o.maxRetries >= 0 ? o.maxRetries : 5, this.retryTimeout = o.retryTimeout >= 1 ? o.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, o.backend, o);
|
@@ -8277,8 +8340,8 @@ class R3 extends w1 {
|
|
8277
8340
|
return e.forEach((g) => {
|
8278
8341
|
let a = !0;
|
8279
8342
|
t.forEach((h) => {
|
8280
|
-
const
|
8281
|
-
!s.reload && this.store.hasResourceBundle(g, h) ? this.state[
|
8343
|
+
const u = `${g}|${h}`;
|
8344
|
+
!s.reload && this.store.hasResourceBundle(g, h) ? this.state[u] = 2 : this.state[u] < 0 || (this.state[u] === 1 ? c[u] === void 0 && (c[u] = !0) : (this.state[u] = 1, a = !1, c[u] === void 0 && (c[u] = !0), l[u] === void 0 && (l[u] = !0), d[h] === void 0 && (d[h] = !0)));
|
8282
8345
|
}), a || (r[g] = !0);
|
8283
8346
|
}), (Object.keys(l).length || Object.keys(c).length) && this.queue.push({
|
8284
8347
|
pending: c,
|
@@ -8300,7 +8363,7 @@ class R3 extends w1 {
|
|
8300
8363
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
8301
8364
|
const r = {};
|
8302
8365
|
this.queue.forEach((d) => {
|
8303
|
-
|
8366
|
+
l3(d.loaded, [l], c), M3(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
8304
8367
|
r[g] || (r[g] = {});
|
8305
8368
|
const a = d.loaded[g];
|
8306
8369
|
a.length && a.forEach((h) => {
|
@@ -8459,7 +8522,7 @@ const K1 = () => ({
|
|
8459
8522
|
skipOnVariables: !0
|
8460
8523
|
}
|
8461
8524
|
}), P1 = (i) => (k(i.ns) && (i.ns = [i.ns]), k(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), k(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), d1 = () => {
|
8462
|
-
},
|
8525
|
+
}, y3 = (i) => {
|
8463
8526
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
8464
8527
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
8465
8528
|
});
|
@@ -8469,7 +8532,7 @@ class r1 extends w1 {
|
|
8469
8532
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
8470
8533
|
if (super(), this.options = P1(e), this.services = {}, this.logger = j, this.modules = {
|
8471
8534
|
external: []
|
8472
|
-
},
|
8535
|
+
}, y3(this), t && !this.isInitialized && !e.isClone) {
|
8473
8536
|
if (!this.options.initImmediate)
|
8474
8537
|
return this.init(e, t), this;
|
8475
8538
|
setTimeout(() => {
|
@@ -8494,21 +8557,21 @@ class r1 extends w1 {
|
|
8494
8557
|
if (!this.options.isClone) {
|
8495
8558
|
this.modules.logger ? j.init(l(this.modules.logger), this.options) : j.init(null, this.options);
|
8496
8559
|
let a;
|
8497
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
8560
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = R3);
|
8498
8561
|
const h = new T1(this.options);
|
8499
8562
|
this.store = new W1(this.options.resources, this.options);
|
8500
|
-
const
|
8501
|
-
|
8563
|
+
const u = this.services;
|
8564
|
+
u.logger = j, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new v3(h, {
|
8502
8565
|
prepend: this.options.pluralSeparator,
|
8503
8566
|
compatibilityJSON: this.options.compatibilityJSON,
|
8504
8567
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
8505
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (
|
8568
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (u.formatter = l(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new N3(this.options), u.utils = {
|
8506
8569
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
8507
|
-
},
|
8570
|
+
}, u.backendConnector = new b3(l(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(p) {
|
8508
8571
|
for (var m = arguments.length, x = new Array(m > 1 ? m - 1 : 0), w = 1; w < m; w++)
|
8509
8572
|
x[w - 1] = arguments[w];
|
8510
8573
|
e.emit(p, ...x);
|
8511
|
-
}), this.modules.languageDetector && (
|
8574
|
+
}), 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) {
|
8512
8575
|
for (var m = arguments.length, x = new Array(m > 1 ? m - 1 : 0), w = 1; w < m; w++)
|
8513
8576
|
x[w - 1] = arguments[w];
|
8514
8577
|
e.emit(p, ...x);
|
@@ -8530,8 +8593,8 @@ class r1 extends w1 {
|
|
8530
8593
|
};
|
8531
8594
|
});
|
8532
8595
|
const d = s1(), g = () => {
|
8533
|
-
const a = (h,
|
8534
|
-
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), d.resolve(
|
8596
|
+
const a = (h, u) => {
|
8597
|
+
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), d.resolve(u), s(h, u);
|
8535
8598
|
};
|
8536
8599
|
if (this.languages && this.options.compatibilityAPI !== "v1" && !this.isInitialized) return a(null, this.t.bind(this));
|
8537
8600
|
this.changeLanguage(this.options.lng, a);
|
@@ -8611,9 +8674,9 @@ class r1 extends w1 {
|
|
8611
8674
|
...r
|
8612
8675
|
};
|
8613
8676
|
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);
|
8614
|
-
const
|
8677
|
+
const u = o.options.keySeparator || ".";
|
8615
8678
|
let p;
|
8616
|
-
return d.keyPrefix && Array.isArray(c) ? p = c.map((m) => `${d.keyPrefix}${
|
8679
|
+
return d.keyPrefix && Array.isArray(c) ? p = c.map((m) => `${d.keyPrefix}${u}${m}`) : p = d.keyPrefix ? `${d.keyPrefix}${u}${c}` : c, o.t(p, d);
|
8617
8680
|
};
|
8618
8681
|
return k(e) ? l.lng = e : l.lngs = e, l.ns = t, l.keyPrefix = s, l;
|
8619
8682
|
}
|
@@ -8718,7 +8781,7 @@ V.setDefaultNamespace;
|
|
8718
8781
|
V.hasLoadedNamespace;
|
8719
8782
|
V.loadNamespaces;
|
8720
8783
|
V.loadLanguages;
|
8721
|
-
function
|
8784
|
+
function _3() {
|
8722
8785
|
if (console && console.warn) {
|
8723
8786
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
8724
8787
|
e[t] = arguments[t];
|
@@ -8729,7 +8792,7 @@ const F1 = {};
|
|
8729
8792
|
function R1() {
|
8730
8793
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
8731
8794
|
e[t] = arguments[t];
|
8732
|
-
U(e[0]) && F1[e[0]] || (U(e[0]) && (F1[e[0]] = /* @__PURE__ */ new Date()),
|
8795
|
+
U(e[0]) && F1[e[0]] || (U(e[0]) && (F1[e[0]] = /* @__PURE__ */ new Date()), _3(...e));
|
8733
8796
|
}
|
8734
8797
|
const te = (i, e) => () => {
|
8735
8798
|
if (i.isInitialized)
|
@@ -8748,7 +8811,7 @@ const te = (i, e) => () => {
|
|
8748
8811
|
U(t) && (t = [t]), t.forEach((o) => {
|
8749
8812
|
i.options.ns.indexOf(o) < 0 && i.options.ns.push(o);
|
8750
8813
|
}), i.loadLanguages(e, te(i, s));
|
8751
|
-
},
|
8814
|
+
}, E3 = function(i, e) {
|
8752
8815
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
8753
8816
|
const s = e.languages[0], o = e.options ? e.options.fallbackLng : !1, l = e.languages[e.languages.length - 1];
|
8754
8817
|
if (s.toLowerCase() === "cimode") return !0;
|
@@ -8757,15 +8820,15 @@ const te = (i, e) => () => {
|
|
8757
8820
|
return g === -1 || g === 2;
|
8758
8821
|
};
|
8759
8822
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!o || c(l, i)));
|
8760
|
-
},
|
8823
|
+
}, H3 = function(i, e) {
|
8761
8824
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
8762
8825
|
return !e.languages || !e.languages.length ? (R1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
8763
8826
|
lng: t.lng,
|
8764
8827
|
precheck: (o, l) => {
|
8765
8828
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !l(o.isLanguageChangingTo, i)) return !1;
|
8766
8829
|
}
|
8767
|
-
}) :
|
8768
|
-
}, U = (i) => typeof i == "string",
|
8830
|
+
}) : E3(i, e, t);
|
8831
|
+
}, U = (i) => typeof i == "string", V3 = (i) => typeof i == "object" && i !== null, I3 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, S3 = {
|
8769
8832
|
"&": "&",
|
8770
8833
|
"&": "&",
|
8771
8834
|
"<": "<",
|
@@ -8786,7 +8849,7 @@ const te = (i, e) => () => {
|
|
8786
8849
|
"…": "…",
|
8787
8850
|
"/": "/",
|
8788
8851
|
"/": "/"
|
8789
|
-
},
|
8852
|
+
}, O3 = (i) => S3[i], A3 = (i) => i.replace(I3, O3);
|
8790
8853
|
let M1 = {
|
8791
8854
|
bindI18n: "languageChanged",
|
8792
8855
|
bindI18nStore: "",
|
@@ -8795,25 +8858,25 @@ let M1 = {
|
|
8795
8858
|
transWrapTextNodes: "",
|
8796
8859
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
8797
8860
|
useSuspense: !0,
|
8798
|
-
unescape:
|
8861
|
+
unescape: A3
|
8799
8862
|
};
|
8800
|
-
const
|
8863
|
+
const B3 = function() {
|
8801
8864
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8802
8865
|
M1 = {
|
8803
8866
|
...M1,
|
8804
8867
|
...i
|
8805
8868
|
};
|
8806
|
-
},
|
8869
|
+
}, Z3 = () => M1;
|
8807
8870
|
let ie;
|
8808
|
-
const
|
8871
|
+
const W3 = (i) => {
|
8809
8872
|
ie = i;
|
8810
|
-
},
|
8873
|
+
}, j3 = () => ie, T3 = {
|
8811
8874
|
type: "3rdParty",
|
8812
8875
|
init(i) {
|
8813
|
-
|
8876
|
+
B3(i.options.react), W3(i);
|
8814
8877
|
}
|
8815
|
-
},
|
8816
|
-
class
|
8878
|
+
}, D3 = e1();
|
8879
|
+
class G3 {
|
8817
8880
|
constructor() {
|
8818
8881
|
E1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
8819
8882
|
this.usedNamespaces = {};
|
@@ -8824,27 +8887,27 @@ class T3 {
|
|
8824
8887
|
});
|
8825
8888
|
}
|
8826
8889
|
}
|
8827
|
-
const
|
8890
|
+
const K3 = (i, e) => {
|
8828
8891
|
const t = l1();
|
8829
8892
|
return A(() => {
|
8830
8893
|
t.current = i;
|
8831
8894
|
}, [i, e]), t.current;
|
8832
|
-
}, se = (i, e, t, s) => i.getFixedT(e, t, s),
|
8895
|
+
}, se = (i, e, t, s) => i.getFixedT(e, t, s), P3 = (i, e, t, s) => W(se(i, e, t, s), [i, e, t, s]), F3 = function(i) {
|
8833
8896
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8834
8897
|
const {
|
8835
8898
|
i18n: t
|
8836
8899
|
} = e, {
|
8837
8900
|
i18n: s,
|
8838
8901
|
defaultNS: o
|
8839
|
-
} = z(
|
8840
|
-
if (l && !l.reportNamespaces && (l.reportNamespaces = new
|
8902
|
+
} = z(D3) || {}, l = t || s || j3();
|
8903
|
+
if (l && !l.reportNamespaces && (l.reportNamespaces = new G3()), !l) {
|
8841
8904
|
R1("You will need to pass in an i18next instance by using initReactI18next");
|
8842
|
-
const f = (b, M) => U(M) ? M :
|
8905
|
+
const f = (b, M) => U(M) ? M : V3(M) && U(M.defaultValue) ? M.defaultValue : Array.isArray(b) ? b[b.length - 1] : b, R = [f, {}, !1];
|
8843
8906
|
return R.t = f, R.i18n = {}, R.ready = !1, R;
|
8844
8907
|
}
|
8845
8908
|
l.options.react && l.options.react.wait !== void 0 && R1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
8846
8909
|
const c = {
|
8847
|
-
...
|
8910
|
+
...Z3(),
|
8848
8911
|
...l.options.react,
|
8849
8912
|
...e
|
8850
8913
|
}, {
|
@@ -8853,10 +8916,10 @@ const D3 = (i, e) => {
|
|
8853
8916
|
} = c;
|
8854
8917
|
let g = i;
|
8855
8918
|
g = U(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
8856
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) =>
|
8919
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((f) => H3(f, l, c)), h = P3(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => se(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [m, x] = S(u);
|
8857
8920
|
let w = g.join();
|
8858
8921
|
e.lng && (w = `${e.lng}${w}`);
|
8859
|
-
const E =
|
8922
|
+
const E = K3(w), y = l1(!0);
|
8860
8923
|
A(() => {
|
8861
8924
|
const {
|
8862
8925
|
bindI18n: f,
|
@@ -8874,39 +8937,39 @@ const D3 = (i, e) => {
|
|
8874
8937
|
y.current = !1, f && l && f.split(" ").forEach((M) => l.off(M, b)), R && l && R.split(" ").forEach((M) => l.store.off(M, b));
|
8875
8938
|
};
|
8876
8939
|
}, [l, w]), A(() => {
|
8877
|
-
y.current && a && x(
|
8940
|
+
y.current && a && x(u);
|
8878
8941
|
}, [l, d, a]);
|
8879
8942
|
const _ = [m, l, a];
|
8880
8943
|
if (_.t = m, _.i18n = l, _.ready = a, a || !a && !r) return _;
|
8881
8944
|
throw new Promise((f) => {
|
8882
8945
|
e.lng ? Y1(l, e.lng, g, () => f()) : $1(l, g, () => f());
|
8883
8946
|
});
|
8884
|
-
},
|
8885
|
-
placeholder: P3
|
8886
|
-
}, $3 = "Страна", Y3 = {
|
8947
|
+
}, $3 = "Country", Y3 = {
|
8887
8948
|
placeholder: $3
|
8949
|
+
}, U3 = "Страна", z3 = {
|
8950
|
+
placeholder: U3
|
8888
8951
|
};
|
8889
|
-
V.use(
|
8952
|
+
V.use(T3).init({
|
8890
8953
|
defaultNS: "common",
|
8891
8954
|
lng: "en",
|
8892
8955
|
resources: {
|
8893
8956
|
en: {
|
8894
|
-
common:
|
8957
|
+
common: Y3
|
8895
8958
|
},
|
8896
8959
|
ru: {
|
8897
|
-
common:
|
8960
|
+
common: z3
|
8898
8961
|
}
|
8899
8962
|
}
|
8900
8963
|
});
|
8901
|
-
const
|
8964
|
+
const si = b1(
|
8902
8965
|
({ width: i, selectedCity: e, setSelectedCity: t, onChange: s, value: o, id: l, disabled: c }, r) => {
|
8903
|
-
const [d, g] = S([]), [a, h] = S([]), [
|
8966
|
+
const [d, g] = S([]), [a, h] = S([]), [u, p] = S(!1), { locale: m, axiosPeople: x } = z(ce);
|
8904
8967
|
if (!x)
|
8905
8968
|
throw new Error(
|
8906
8969
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
8907
8970
|
Please provide it via SNMTUiContext.`
|
8908
8971
|
);
|
8909
|
-
const { t: w } =
|
8972
|
+
const { t: w } = F3("common", { lng: m }), E = W(async () => {
|
8910
8973
|
p(!0);
|
8911
8974
|
try {
|
8912
8975
|
const _ = await x.post("v1/countries/search");
|
@@ -8943,7 +9006,7 @@ const ti = b1(
|
|
8943
9006
|
_ === null ? (s(""), t && t("")) : (s(_), t && t(""));
|
8944
9007
|
};
|
8945
9008
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
8946
|
-
|
9009
|
+
o3,
|
8947
9010
|
{
|
8948
9011
|
id: l,
|
8949
9012
|
width: i,
|
@@ -8953,11 +9016,11 @@ const ti = b1(
|
|
8953
9016
|
onChange: y,
|
8954
9017
|
options: [{ label: "None", value: null }, ...d],
|
8955
9018
|
disabled: c,
|
8956
|
-
isLoading:
|
9019
|
+
isLoading: u
|
8957
9020
|
}
|
8958
9021
|
) });
|
8959
9022
|
}
|
8960
9023
|
);
|
8961
9024
|
export {
|
8962
|
-
|
9025
|
+
si as CountrySelect
|
8963
9026
|
};
|