@snmt-react-ui/city-select 2.5.7 → 2.5.9
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/city-select.js +995 -944
- package/dist/index.css +1 -1
- package/package.json +3 -3
package/dist/city-select.js
CHANGED
@@ -1,26 +1,26 @@
|
|
1
|
-
var
|
2
|
-
var
|
3
|
-
var
|
1
|
+
var we = Object.defineProperty;
|
2
|
+
var me = (i, e, t) => e in i ? we(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
3
|
+
var Z1 = (i, e, t) => me(i, typeof e != "symbol" ? e + "" : e, t);
|
4
4
|
import "./index.css";
|
5
|
-
import { jsx as r, Fragment as
|
6
|
-
import { SNMTUiContext as
|
7
|
-
import { createContext as
|
8
|
-
import { Select as
|
9
|
-
var
|
10
|
-
function
|
5
|
+
import { jsx as r, Fragment as i1, jsxs as C } from "react/jsx-runtime";
|
6
|
+
import { SNMTUiContext as ke } from "@snmt-react-ui/core";
|
7
|
+
import { createContext as d1, forwardRef as k1, useState as S, useRef as Y, useEffect as Z, useCallback as j, useMemo as Le, useImperativeHandle as ne, useContext as r1 } from "react";
|
8
|
+
import { Select as ve, Flex as Ne, Avatar as xe, Checkbox as Me, Typography as re, Tag as Re, Popover as ye } from "antd";
|
9
|
+
var be = Object.defineProperty, _e = (i, e, t) => e in i ? be(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, Ee = (i, e, t) => _e(i, e + "", t), Ve = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
10
|
+
function He() {
|
11
11
|
if (console && console.warn) {
|
12
12
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
13
13
|
e[t] = arguments[t];
|
14
|
-
|
14
|
+
s1(e[0]) && (e[0] = `react-i18next:: ${e[0]}`), console.warn(...e);
|
15
15
|
}
|
16
16
|
}
|
17
|
-
const
|
18
|
-
function
|
17
|
+
const W1 = {};
|
18
|
+
function I1() {
|
19
19
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
20
20
|
e[t] = arguments[t];
|
21
|
-
|
21
|
+
s1(e[0]) && W1[e[0]] || (s1(e[0]) && (W1[e[0]] = /* @__PURE__ */ new Date()), He(...e));
|
22
22
|
}
|
23
|
-
const
|
23
|
+
const oe = (i, e) => () => {
|
24
24
|
if (i.isInitialized)
|
25
25
|
e();
|
26
26
|
else {
|
@@ -31,13 +31,13 @@ const ne = (i, e) => () => {
|
|
31
31
|
};
|
32
32
|
i.on("initialized", t);
|
33
33
|
}
|
34
|
-
},
|
35
|
-
i.loadNamespaces(e,
|
36
|
-
},
|
37
|
-
|
34
|
+
}, j1 = (i, e, t) => {
|
35
|
+
i.loadNamespaces(e, oe(i, t));
|
36
|
+
}, D1 = (i, e, t, s) => {
|
37
|
+
s1(t) && (t = [t]), t.forEach((n) => {
|
38
38
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
39
|
-
}), i.loadLanguages(e,
|
40
|
-
},
|
39
|
+
}), i.loadLanguages(e, oe(i, s));
|
40
|
+
}, Ie = function(i, e) {
|
41
41
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
42
42
|
const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, l = e.languages[e.languages.length - 1];
|
43
43
|
if (s.toLowerCase() === "cimode") return !0;
|
@@ -46,15 +46,15 @@ const ne = (i, e) => () => {
|
|
46
46
|
return g === -1 || g === 2;
|
47
47
|
};
|
48
48
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(l, i)));
|
49
|
-
},
|
49
|
+
}, Oe = function(i, e) {
|
50
50
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
51
|
-
return !e.languages || !e.languages.length ? (
|
51
|
+
return !e.languages || !e.languages.length ? (I1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
52
52
|
lng: t.lng,
|
53
53
|
precheck: (s, n) => {
|
54
54
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !n(s.isLanguageChangingTo, i)) return !1;
|
55
55
|
}
|
56
|
-
}) :
|
57
|
-
},
|
56
|
+
}) : Ie(i, e, t);
|
57
|
+
}, s1 = (i) => typeof i == "string", Se = (i) => typeof i == "object" && i !== null, Ae = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Be = {
|
58
58
|
"&": "&",
|
59
59
|
"&": "&",
|
60
60
|
"<": "<",
|
@@ -75,8 +75,8 @@ const ne = (i, e) => () => {
|
|
75
75
|
"…": "…",
|
76
76
|
"/": "/",
|
77
77
|
"/": "/"
|
78
|
-
},
|
79
|
-
let
|
78
|
+
}, Ze = (i) => Be[i], We = (i) => i.replace(Ae, Ze);
|
79
|
+
let je = {
|
80
80
|
bindI18n: "languageChanged",
|
81
81
|
bindI18nStore: "",
|
82
82
|
transEmptyNodeValue: "",
|
@@ -84,14 +84,14 @@ let We = {
|
|
84
84
|
transWrapTextNodes: "",
|
85
85
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
86
86
|
useSuspense: !0,
|
87
|
-
unescape:
|
87
|
+
unescape: We
|
88
88
|
};
|
89
|
-
const
|
90
|
-
let
|
91
|
-
const
|
92
|
-
class
|
89
|
+
const De = () => je;
|
90
|
+
let Te;
|
91
|
+
const Ge = () => Te, Ke = d1();
|
92
|
+
class Pe {
|
93
93
|
constructor() {
|
94
|
-
|
94
|
+
Ee(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
95
95
|
}
|
96
96
|
addUsedNamespaces(e) {
|
97
97
|
e.forEach((t) => {
|
@@ -99,27 +99,27 @@ class Ke {
|
|
99
99
|
});
|
100
100
|
}
|
101
101
|
}
|
102
|
-
const
|
102
|
+
const $e = (i, e) => {
|
103
103
|
const t = Y();
|
104
|
-
return
|
104
|
+
return Z(() => {
|
105
105
|
t.current = i;
|
106
106
|
}, [i, e]), t.current;
|
107
|
-
},
|
107
|
+
}, le = (i, e, t, s) => i.getFixedT(e, t, s), Ye = (i, e, t, s) => j(le(i, e, t, s), [i, e, t, s]), Fe = function(i) {
|
108
108
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
109
109
|
const {
|
110
110
|
i18n: t
|
111
111
|
} = e, {
|
112
112
|
i18n: s,
|
113
113
|
defaultNS: n
|
114
|
-
} =
|
115
|
-
if (l && !l.reportNamespaces && (l.reportNamespaces = new
|
116
|
-
|
117
|
-
const
|
118
|
-
return L.t =
|
114
|
+
} = r1(Ke) || {}, l = t || s || Ge();
|
115
|
+
if (l && !l.reportNamespaces && (l.reportNamespaces = new Pe()), !l) {
|
116
|
+
I1("You will need to pass in an i18next instance by using initReactI18next");
|
117
|
+
const p = (v, w) => s1(w) ? w : Se(w) && s1(w.defaultValue) ? w.defaultValue : Array.isArray(v) ? v[v.length - 1] : v, L = [p, {}, !1];
|
118
|
+
return L.t = p, L.i18n = {}, L.ready = !1, L;
|
119
119
|
}
|
120
|
-
l.options.react && l.options.react.wait !== void 0 &&
|
120
|
+
l.options.react && l.options.react.wait !== void 0 && I1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
121
121
|
const c = {
|
122
|
-
...
|
122
|
+
...De(),
|
123
123
|
...l.options.react,
|
124
124
|
...e
|
125
125
|
}, {
|
@@ -127,36 +127,36 @@ const Pe = (i, e) => {
|
|
127
127
|
keyPrefix: d
|
128
128
|
} = c;
|
129
129
|
let g = i;
|
130
|
-
g =
|
131
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((
|
130
|
+
g = s1(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
131
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((p) => Oe(p, l, c)), h = Ye(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, f = () => le(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [k, x] = S(u);
|
132
132
|
let N = g.join();
|
133
133
|
e.lng && (N = `${e.lng}${N}`);
|
134
|
-
const
|
135
|
-
|
134
|
+
const E = $e(N), b = Y(!0);
|
135
|
+
Z(() => {
|
136
136
|
const {
|
137
|
-
bindI18n:
|
137
|
+
bindI18n: p,
|
138
138
|
bindI18nStore: L
|
139
139
|
} = c;
|
140
|
-
b.current = !0, !a && !o && (e.lng ?
|
141
|
-
b.current && x(
|
142
|
-
}) :
|
143
|
-
b.current && x(
|
144
|
-
})), a &&
|
140
|
+
b.current = !0, !a && !o && (e.lng ? D1(l, e.lng, g, () => {
|
141
|
+
b.current && x(f);
|
142
|
+
}) : j1(l, g, () => {
|
143
|
+
b.current && x(f);
|
144
|
+
})), a && E && E !== N && b.current && x(f);
|
145
145
|
const v = () => {
|
146
|
-
b.current && x(
|
146
|
+
b.current && x(f);
|
147
147
|
};
|
148
|
-
return
|
149
|
-
b.current = !1,
|
148
|
+
return p && l && l.on(p, v), L && l && l.store.on(L, v), () => {
|
149
|
+
b.current = !1, p && l && p.split(" ").forEach((w) => l.off(w, v)), L && l && L.split(" ").forEach((w) => l.store.off(w, v));
|
150
150
|
};
|
151
|
-
}, [l, N]),
|
151
|
+
}, [l, N]), Z(() => {
|
152
152
|
b.current && a && x(u);
|
153
153
|
}, [l, d, a]);
|
154
|
-
const
|
155
|
-
if (
|
156
|
-
throw new Promise((
|
157
|
-
e.lng ?
|
154
|
+
const V = [k, l, a];
|
155
|
+
if (V.t = k, V.i18n = l, V.ready = a, a || !a && !o) return V;
|
156
|
+
throw new Promise((p) => {
|
157
|
+
e.lng ? D1(l, e.lng, g, () => p()) : j1(l, g, () => p());
|
158
158
|
});
|
159
|
-
},
|
159
|
+
}, p1 = ({
|
160
160
|
children: i,
|
161
161
|
direction: e = "row",
|
162
162
|
flexWrap: t = "nowrap",
|
@@ -166,7 +166,7 @@ const Pe = (i, e) => {
|
|
166
166
|
gap: c,
|
167
167
|
padding: o
|
168
168
|
}) => /* @__PURE__ */ r(
|
169
|
-
|
169
|
+
Ne,
|
170
170
|
{
|
171
171
|
className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
|
172
172
|
vertical: e === "column",
|
@@ -178,10 +178,10 @@ const Pe = (i, e) => {
|
|
178
178
|
style: { padding: o },
|
179
179
|
children: i
|
180
180
|
}
|
181
|
-
),
|
181
|
+
), Ue = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
|
182
182
|
const n = typeof s.src == "string";
|
183
183
|
return /* @__PURE__ */ r(
|
184
|
-
|
184
|
+
xe,
|
185
185
|
{
|
186
186
|
className: `snmt-avatar ${n ? "image" : ""}`,
|
187
187
|
shape: i,
|
@@ -192,13 +192,13 @@ const Pe = (i, e) => {
|
|
192
192
|
}
|
193
193
|
);
|
194
194
|
};
|
195
|
-
var
|
196
|
-
const
|
195
|
+
var Q = /* @__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))(Q || {});
|
196
|
+
const B1 = d1({
|
197
197
|
locale: "en",
|
198
198
|
theme: "light"
|
199
199
|
});
|
200
|
-
|
201
|
-
const
|
200
|
+
B1.Provider;
|
201
|
+
const ze = ({
|
202
202
|
checked: i = !0,
|
203
203
|
indeterminate: e = !1,
|
204
204
|
children: t,
|
@@ -207,12 +207,12 @@ const Ue = ({
|
|
207
207
|
disableUncheck: l = !1
|
208
208
|
}) => {
|
209
209
|
const [c, o] = S(i), [d, g] = S(e);
|
210
|
-
|
210
|
+
Z(() => {
|
211
211
|
o(i), g(e);
|
212
212
|
}, [i, e]);
|
213
|
-
const { theme: a } =
|
213
|
+
const { theme: a } = r1(B1);
|
214
214
|
return /* @__PURE__ */ r(
|
215
|
-
|
215
|
+
Me,
|
216
216
|
{
|
217
217
|
className: `snmt-checkbox snmt-checkbox-${a}`,
|
218
218
|
checked: c,
|
@@ -226,12 +226,12 @@ const Ue = ({
|
|
226
226
|
);
|
227
227
|
};
|
228
228
|
var M = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(M || {});
|
229
|
-
const
|
229
|
+
const ae = d1({
|
230
230
|
locale: "en",
|
231
231
|
theme: "light"
|
232
232
|
});
|
233
|
-
|
234
|
-
const
|
233
|
+
ae.Provider;
|
234
|
+
const Je = ({
|
235
235
|
width: i = 20,
|
236
236
|
height: e = 20,
|
237
237
|
color: t = "#001E52",
|
@@ -258,7 +258,7 @@ const ze = ({
|
|
258
258
|
}
|
259
259
|
)
|
260
260
|
}
|
261
|
-
),
|
261
|
+
), qe = ({
|
262
262
|
width: i = 20,
|
263
263
|
height: e = 20,
|
264
264
|
color: t = "#001E52",
|
@@ -285,7 +285,7 @@ const ze = ({
|
|
285
285
|
}
|
286
286
|
)
|
287
287
|
}
|
288
|
-
),
|
288
|
+
), Qe = ({
|
289
289
|
width: i = 16,
|
290
290
|
height: e = 16,
|
291
291
|
color: t = "#001E52",
|
@@ -313,7 +313,7 @@ const ze = ({
|
|
313
313
|
)
|
314
314
|
]
|
315
315
|
}
|
316
|
-
),
|
316
|
+
), Xe = ({
|
317
317
|
width: i = 20,
|
318
318
|
height: e = 20,
|
319
319
|
color: t = "#001E52",
|
@@ -348,7 +348,7 @@ const ze = ({
|
|
348
348
|
)
|
349
349
|
]
|
350
350
|
}
|
351
|
-
),
|
351
|
+
), e2 = ({
|
352
352
|
width: i = 18,
|
353
353
|
height: e = 18,
|
354
354
|
color: t = "#001E52",
|
@@ -387,7 +387,7 @@ const ze = ({
|
|
387
387
|
)
|
388
388
|
]
|
389
389
|
}
|
390
|
-
),
|
390
|
+
), t2 = ({
|
391
391
|
width: i = 20,
|
392
392
|
height: e = 20,
|
393
393
|
color: t = "#001E52",
|
@@ -413,7 +413,7 @@ const ze = ({
|
|
413
413
|
}
|
414
414
|
)
|
415
415
|
}
|
416
|
-
),
|
416
|
+
), i2 = ({
|
417
417
|
width: i = 20,
|
418
418
|
height: e = 20,
|
419
419
|
color: t = "#001E52",
|
@@ -434,7 +434,7 @@ const ze = ({
|
|
434
434
|
/* @__PURE__ */ r("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
435
435
|
]
|
436
436
|
}
|
437
|
-
),
|
437
|
+
), s2 = ({
|
438
438
|
width: i = 20,
|
439
439
|
height: e = 20,
|
440
440
|
color: t = "#001E52",
|
@@ -466,7 +466,7 @@ const ze = ({
|
|
466
466
|
)
|
467
467
|
]
|
468
468
|
}
|
469
|
-
),
|
469
|
+
), n2 = ({
|
470
470
|
width: i = 20,
|
471
471
|
height: e = 20,
|
472
472
|
color: t = "#001E52",
|
@@ -520,7 +520,7 @@ const ze = ({
|
|
520
520
|
)
|
521
521
|
]
|
522
522
|
}
|
523
|
-
),
|
523
|
+
), r2 = ({
|
524
524
|
width: i = 20,
|
525
525
|
height: e = 20,
|
526
526
|
color: t = "#001E52",
|
@@ -559,7 +559,7 @@ const ze = ({
|
|
559
559
|
/* @__PURE__ */ r("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
560
560
|
]
|
561
561
|
}
|
562
|
-
),
|
562
|
+
), o2 = ({
|
563
563
|
width: i = 16,
|
564
564
|
height: e = 12,
|
565
565
|
color: t = "#001E52",
|
@@ -608,7 +608,7 @@ const ze = ({
|
|
608
608
|
)
|
609
609
|
] })
|
610
610
|
}
|
611
|
-
),
|
611
|
+
), l2 = ({
|
612
612
|
width: i = 16,
|
613
613
|
height: e = 16,
|
614
614
|
color: t = "#001E52",
|
@@ -642,7 +642,7 @@ const ze = ({
|
|
642
642
|
)
|
643
643
|
]
|
644
644
|
}
|
645
|
-
),
|
645
|
+
), a2 = ({
|
646
646
|
width: i = 10,
|
647
647
|
height: e = 10,
|
648
648
|
color: t = "#001E52",
|
@@ -681,7 +681,7 @@ const ze = ({
|
|
681
681
|
)
|
682
682
|
] })
|
683
683
|
}
|
684
|
-
),
|
684
|
+
), h2 = ({
|
685
685
|
width: i = 16,
|
686
686
|
height: e = 16,
|
687
687
|
color: t = "#001E52",
|
@@ -717,7 +717,7 @@ const ze = ({
|
|
717
717
|
)
|
718
718
|
]
|
719
719
|
}
|
720
|
-
),
|
720
|
+
), c2 = ({
|
721
721
|
width: i = 11,
|
722
722
|
height: e = 32,
|
723
723
|
color: t = "#001E52",
|
@@ -755,7 +755,7 @@ const ze = ({
|
|
755
755
|
/* @__PURE__ */ r("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
756
756
|
]
|
757
757
|
}
|
758
|
-
),
|
758
|
+
), d2 = ({
|
759
759
|
width: i = 20,
|
760
760
|
height: e = 20,
|
761
761
|
color: t = "#001E52",
|
@@ -802,7 +802,7 @@ const ze = ({
|
|
802
802
|
)
|
803
803
|
]
|
804
804
|
}
|
805
|
-
),
|
805
|
+
), g2 = ({
|
806
806
|
width: i = 20,
|
807
807
|
height: e = 20,
|
808
808
|
color: t = "#001E52",
|
@@ -835,7 +835,7 @@ const ze = ({
|
|
835
835
|
)
|
836
836
|
]
|
837
837
|
}
|
838
|
-
),
|
838
|
+
), C2 = ({
|
839
839
|
width: i = 20,
|
840
840
|
height: e = 20,
|
841
841
|
color: t = "#001E52",
|
@@ -882,7 +882,7 @@ const ze = ({
|
|
882
882
|
)
|
883
883
|
]
|
884
884
|
}
|
885
|
-
),
|
885
|
+
), u2 = ({
|
886
886
|
width: i = 20,
|
887
887
|
height: e = 20,
|
888
888
|
color: t = "#001E52",
|
@@ -915,7 +915,7 @@ const ze = ({
|
|
915
915
|
)
|
916
916
|
]
|
917
917
|
}
|
918
|
-
),
|
918
|
+
), p2 = ({
|
919
919
|
width: i = 18,
|
920
920
|
height: e = 16,
|
921
921
|
color: t = "#001E52",
|
@@ -954,7 +954,7 @@ const ze = ({
|
|
954
954
|
)
|
955
955
|
]
|
956
956
|
}
|
957
|
-
),
|
957
|
+
), f2 = ({
|
958
958
|
width: i = 20,
|
959
959
|
height: e = 20,
|
960
960
|
color: t = "#001E52",
|
@@ -987,7 +987,7 @@ const ze = ({
|
|
987
987
|
)
|
988
988
|
]
|
989
989
|
}
|
990
|
-
),
|
990
|
+
), w2 = ({
|
991
991
|
width: i = 20,
|
992
992
|
height: e = 20,
|
993
993
|
color: t = "#001E52",
|
@@ -1011,7 +1011,7 @@ const ze = ({
|
|
1011
1011
|
}
|
1012
1012
|
)
|
1013
1013
|
}
|
1014
|
-
),
|
1014
|
+
), m2 = ({
|
1015
1015
|
width: i = 20,
|
1016
1016
|
height: e = 20,
|
1017
1017
|
color: t = "#001E52",
|
@@ -1058,7 +1058,7 @@ const ze = ({
|
|
1058
1058
|
)
|
1059
1059
|
]
|
1060
1060
|
}
|
1061
|
-
),
|
1061
|
+
), k2 = ({
|
1062
1062
|
width: i = 20,
|
1063
1063
|
height: e = 20,
|
1064
1064
|
color: t = "#001E52",
|
@@ -1091,7 +1091,7 @@ const ze = ({
|
|
1091
1091
|
)
|
1092
1092
|
]
|
1093
1093
|
}
|
1094
|
-
),
|
1094
|
+
), L2 = ({
|
1095
1095
|
width: i = 20,
|
1096
1096
|
height: e = 20,
|
1097
1097
|
color: t = "#001E52",
|
@@ -1124,7 +1124,7 @@ const ze = ({
|
|
1124
1124
|
)
|
1125
1125
|
]
|
1126
1126
|
}
|
1127
|
-
),
|
1127
|
+
), v2 = ({
|
1128
1128
|
width: i = 20,
|
1129
1129
|
height: e = 23,
|
1130
1130
|
color: t = "#001E52",
|
@@ -1185,7 +1185,7 @@ const ze = ({
|
|
1185
1185
|
)
|
1186
1186
|
]
|
1187
1187
|
}
|
1188
|
-
),
|
1188
|
+
), N2 = ({
|
1189
1189
|
width: i = 20,
|
1190
1190
|
height: e = 20,
|
1191
1191
|
color: t = "#001E52",
|
@@ -1225,7 +1225,7 @@ const ze = ({
|
|
1225
1225
|
)
|
1226
1226
|
]
|
1227
1227
|
}
|
1228
|
-
),
|
1228
|
+
), x2 = ({
|
1229
1229
|
width: i = 32,
|
1230
1230
|
height: e = 25,
|
1231
1231
|
color: t = "#001E52",
|
@@ -1253,7 +1253,7 @@ const ze = ({
|
|
1253
1253
|
)
|
1254
1254
|
]
|
1255
1255
|
}
|
1256
|
-
),
|
1256
|
+
), M2 = ({
|
1257
1257
|
width: i = 14,
|
1258
1258
|
height: e = 14,
|
1259
1259
|
color: t = "#10B981",
|
@@ -1282,7 +1282,7 @@ const ze = ({
|
|
1282
1282
|
)
|
1283
1283
|
]
|
1284
1284
|
}
|
1285
|
-
),
|
1285
|
+
), R2 = ({
|
1286
1286
|
width: i = 11,
|
1287
1287
|
height: e = 11,
|
1288
1288
|
color: t = "#FFB020",
|
@@ -1316,7 +1316,7 @@ const ze = ({
|
|
1316
1316
|
)
|
1317
1317
|
]
|
1318
1318
|
}
|
1319
|
-
),
|
1319
|
+
), y2 = ({
|
1320
1320
|
width: i = 10,
|
1321
1321
|
height: e = 10,
|
1322
1322
|
color: t = "#88A4FF",
|
@@ -1364,7 +1364,7 @@ const ze = ({
|
|
1364
1364
|
)
|
1365
1365
|
]
|
1366
1366
|
}
|
1367
|
-
),
|
1367
|
+
), b2 = ({
|
1368
1368
|
width: i = 14,
|
1369
1369
|
height: e = 14,
|
1370
1370
|
color: t = "#8E8E93",
|
@@ -1392,7 +1392,7 @@ const ze = ({
|
|
1392
1392
|
)
|
1393
1393
|
]
|
1394
1394
|
}
|
1395
|
-
),
|
1395
|
+
), _2 = ({
|
1396
1396
|
width: i = 14,
|
1397
1397
|
height: e = 14,
|
1398
1398
|
color: t = "#FFB020",
|
@@ -1426,7 +1426,7 @@ const ze = ({
|
|
1426
1426
|
)
|
1427
1427
|
]
|
1428
1428
|
}
|
1429
|
-
),
|
1429
|
+
), E2 = ({
|
1430
1430
|
width: i = 14,
|
1431
1431
|
height: e = 14,
|
1432
1432
|
color: t = "#D0421B",
|
@@ -1474,7 +1474,7 @@ const ze = ({
|
|
1474
1474
|
)
|
1475
1475
|
]
|
1476
1476
|
}
|
1477
|
-
),
|
1477
|
+
), V2 = ({
|
1478
1478
|
width: i = 20,
|
1479
1479
|
height: e = 20,
|
1480
1480
|
color: t = "#070739",
|
@@ -1504,7 +1504,7 @@ const ze = ({
|
|
1504
1504
|
/* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
1505
1505
|
]
|
1506
1506
|
}
|
1507
|
-
),
|
1507
|
+
), H2 = ({
|
1508
1508
|
width: i = 20,
|
1509
1509
|
height: e = 20,
|
1510
1510
|
color: t = "#070739",
|
@@ -1542,7 +1542,7 @@ const ze = ({
|
|
1542
1542
|
)
|
1543
1543
|
]
|
1544
1544
|
}
|
1545
|
-
),
|
1545
|
+
), I2 = ({
|
1546
1546
|
width: i = 9,
|
1547
1547
|
height: e = 5,
|
1548
1548
|
color: t = "#001E52",
|
@@ -1568,7 +1568,7 @@ const ze = ({
|
|
1568
1568
|
}
|
1569
1569
|
)
|
1570
1570
|
}
|
1571
|
-
),
|
1571
|
+
), O2 = ({
|
1572
1572
|
width: i = 20,
|
1573
1573
|
height: e = 20,
|
1574
1574
|
color: t = "#F2F2F7",
|
@@ -1626,7 +1626,7 @@ const ze = ({
|
|
1626
1626
|
)
|
1627
1627
|
]
|
1628
1628
|
}
|
1629
|
-
),
|
1629
|
+
), A2 = ({
|
1630
1630
|
width: i = 248,
|
1631
1631
|
height: e = 248,
|
1632
1632
|
color: t = "#070739",
|
@@ -1663,7 +1663,7 @@ const ze = ({
|
|
1663
1663
|
)
|
1664
1664
|
]
|
1665
1665
|
}
|
1666
|
-
),
|
1666
|
+
), B2 = ({
|
1667
1667
|
width: i = 24,
|
1668
1668
|
height: e = 24,
|
1669
1669
|
color: t = "#001E52",
|
@@ -1702,7 +1702,7 @@ const ze = ({
|
|
1702
1702
|
)
|
1703
1703
|
]
|
1704
1704
|
}
|
1705
|
-
),
|
1705
|
+
), Z2 = ({
|
1706
1706
|
width: i = 10,
|
1707
1707
|
height: e = 10,
|
1708
1708
|
color: t = "#001E52",
|
@@ -1731,7 +1731,7 @@ const ze = ({
|
|
1731
1731
|
)
|
1732
1732
|
]
|
1733
1733
|
}
|
1734
|
-
),
|
1734
|
+
), W2 = ({
|
1735
1735
|
width: i = 10,
|
1736
1736
|
height: e = 10,
|
1737
1737
|
color: t = "#001E52",
|
@@ -1768,7 +1768,7 @@ const ze = ({
|
|
1768
1768
|
)
|
1769
1769
|
]
|
1770
1770
|
}
|
1771
|
-
),
|
1771
|
+
), j2 = ({
|
1772
1772
|
width: i = 24,
|
1773
1773
|
height: e = 24,
|
1774
1774
|
color: t = M.GREY_DARK_5,
|
@@ -1807,7 +1807,7 @@ const ze = ({
|
|
1807
1807
|
)
|
1808
1808
|
]
|
1809
1809
|
}
|
1810
|
-
),
|
1810
|
+
), D2 = ({
|
1811
1811
|
width: i = 20,
|
1812
1812
|
height: e = 20,
|
1813
1813
|
color: t = M.GREY_DARK_1,
|
@@ -1840,7 +1840,7 @@ const ze = ({
|
|
1840
1840
|
)
|
1841
1841
|
]
|
1842
1842
|
}
|
1843
|
-
),
|
1843
|
+
), T2 = ({
|
1844
1844
|
width: i = 81,
|
1845
1845
|
height: e = 80,
|
1846
1846
|
color: t = M.GREY_DARK_5,
|
@@ -1889,7 +1889,7 @@ const ze = ({
|
|
1889
1889
|
)
|
1890
1890
|
]
|
1891
1891
|
}
|
1892
|
-
),
|
1892
|
+
), G2 = ({
|
1893
1893
|
className: i,
|
1894
1894
|
color: e = M.GREY_DARK_5,
|
1895
1895
|
height: t = 20,
|
@@ -1916,7 +1916,7 @@ const ze = ({
|
|
1916
1916
|
}
|
1917
1917
|
)
|
1918
1918
|
}
|
1919
|
-
),
|
1919
|
+
), K2 = ({
|
1920
1920
|
className: i,
|
1921
1921
|
color: e = M.GREY_DARK_5,
|
1922
1922
|
height: t = 20,
|
@@ -1943,7 +1943,7 @@ const ze = ({
|
|
1943
1943
|
}
|
1944
1944
|
)
|
1945
1945
|
}
|
1946
|
-
),
|
1946
|
+
), P2 = ({
|
1947
1947
|
className: i,
|
1948
1948
|
color: e = M.GREY_DARK_5,
|
1949
1949
|
height: t = 5,
|
@@ -1967,7 +1967,7 @@ const ze = ({
|
|
1967
1967
|
}
|
1968
1968
|
)
|
1969
1969
|
}
|
1970
|
-
),
|
1970
|
+
), $2 = ({
|
1971
1971
|
className: i,
|
1972
1972
|
color: e = M.GREY_DARK_5,
|
1973
1973
|
height: t = 5,
|
@@ -2070,7 +2070,7 @@ const ze = ({
|
|
2070
2070
|
)
|
2071
2071
|
]
|
2072
2072
|
}
|
2073
|
-
),
|
2073
|
+
), U2 = ({
|
2074
2074
|
className: i,
|
2075
2075
|
color: e = M.GREY_DARK_5,
|
2076
2076
|
height: t = 24,
|
@@ -2097,7 +2097,7 @@ const ze = ({
|
|
2097
2097
|
}
|
2098
2098
|
)
|
2099
2099
|
}
|
2100
|
-
),
|
2100
|
+
), z2 = ({
|
2101
2101
|
className: i,
|
2102
2102
|
color: e = M.GREY_DARK_5,
|
2103
2103
|
height: t = 24,
|
@@ -2156,7 +2156,7 @@ const ze = ({
|
|
2156
2156
|
)
|
2157
2157
|
]
|
2158
2158
|
}
|
2159
|
-
),
|
2159
|
+
), J2 = ({
|
2160
2160
|
className: i,
|
2161
2161
|
color: e = M.GREY_DARK_5,
|
2162
2162
|
height: t = 24,
|
@@ -2193,7 +2193,7 @@ const ze = ({
|
|
2193
2193
|
)
|
2194
2194
|
]
|
2195
2195
|
}
|
2196
|
-
),
|
2196
|
+
), q2 = ({
|
2197
2197
|
className: i,
|
2198
2198
|
color: e = M.GREY_DARK_3,
|
2199
2199
|
height: t = 14,
|
@@ -2230,7 +2230,7 @@ const ze = ({
|
|
2230
2230
|
)
|
2231
2231
|
]
|
2232
2232
|
}
|
2233
|
-
),
|
2233
|
+
), Q2 = ({
|
2234
2234
|
className: i,
|
2235
2235
|
color: e = M.GREY_DARK_5,
|
2236
2236
|
height: t = 18,
|
@@ -2257,7 +2257,7 @@ const ze = ({
|
|
2257
2257
|
}
|
2258
2258
|
)
|
2259
2259
|
}
|
2260
|
-
),
|
2260
|
+
), X2 = ({
|
2261
2261
|
className: i,
|
2262
2262
|
color: e = M.GREY_DARK_5,
|
2263
2263
|
height: t = 24,
|
@@ -2309,7 +2309,7 @@ const ze = ({
|
|
2309
2309
|
)
|
2310
2310
|
]
|
2311
2311
|
}
|
2312
|
-
),
|
2312
|
+
), et = ({
|
2313
2313
|
className: i,
|
2314
2314
|
color: e = M.GREY_DARK_5,
|
2315
2315
|
height: t = 24,
|
@@ -2346,7 +2346,7 @@ const ze = ({
|
|
2346
2346
|
)
|
2347
2347
|
]
|
2348
2348
|
}
|
2349
|
-
),
|
2349
|
+
), tt = ({
|
2350
2350
|
className: i,
|
2351
2351
|
color: e = M.NOTIFICATION_WARNING_DARK,
|
2352
2352
|
height: t = 37,
|
@@ -2385,7 +2385,7 @@ const ze = ({
|
|
2385
2385
|
)
|
2386
2386
|
]
|
2387
2387
|
}
|
2388
|
-
),
|
2388
|
+
), it = ({
|
2389
2389
|
className: i,
|
2390
2390
|
color: e = M.GREY_DARK_5,
|
2391
2391
|
height: t = 24,
|
@@ -2411,7 +2411,7 @@ const ze = ({
|
|
2411
2411
|
}
|
2412
2412
|
)
|
2413
2413
|
}
|
2414
|
-
),
|
2414
|
+
), st = ({
|
2415
2415
|
className: i,
|
2416
2416
|
color: e = M.GREY_DARK_5,
|
2417
2417
|
height: t = 24,
|
@@ -2450,7 +2450,7 @@ const ze = ({
|
|
2450
2450
|
)
|
2451
2451
|
]
|
2452
2452
|
}
|
2453
|
-
),
|
2453
|
+
), nt = ({
|
2454
2454
|
className: i,
|
2455
2455
|
color: e = M.GREY_DARK_5,
|
2456
2456
|
height: t = 24,
|
@@ -2489,7 +2489,7 @@ const ze = ({
|
|
2489
2489
|
)
|
2490
2490
|
]
|
2491
2491
|
}
|
2492
|
-
),
|
2492
|
+
), rt = ({
|
2493
2493
|
className: i,
|
2494
2494
|
color: e = M.GREY_DARK_5,
|
2495
2495
|
height: t = 24,
|
@@ -2558,7 +2558,7 @@ const ze = ({
|
|
2558
2558
|
)
|
2559
2559
|
]
|
2560
2560
|
}
|
2561
|
-
),
|
2561
|
+
), ot = ({
|
2562
2562
|
className: i,
|
2563
2563
|
color: e = M.GREY_DARK_5,
|
2564
2564
|
height: t = 24,
|
@@ -2597,7 +2597,7 @@ const ze = ({
|
|
2597
2597
|
)
|
2598
2598
|
]
|
2599
2599
|
}
|
2600
|
-
),
|
2600
|
+
), lt = ({
|
2601
2601
|
className: i,
|
2602
2602
|
color: e = M.GREY_DARK_5,
|
2603
2603
|
height: t = 24,
|
@@ -2654,7 +2654,7 @@ const ze = ({
|
|
2654
2654
|
)
|
2655
2655
|
]
|
2656
2656
|
}
|
2657
|
-
),
|
2657
|
+
), at = ({
|
2658
2658
|
className: i,
|
2659
2659
|
color: e = M.GREY_DARK_5,
|
2660
2660
|
height: t = 24,
|
@@ -2693,7 +2693,7 @@ const ze = ({
|
|
2693
2693
|
)
|
2694
2694
|
]
|
2695
2695
|
}
|
2696
|
-
),
|
2696
|
+
), ht = ({
|
2697
2697
|
className: i,
|
2698
2698
|
color: e = M.GREY_DARK_5,
|
2699
2699
|
height: t = 24,
|
@@ -2742,7 +2742,7 @@ const ze = ({
|
|
2742
2742
|
)
|
2743
2743
|
]
|
2744
2744
|
}
|
2745
|
-
),
|
2745
|
+
), ct = ({
|
2746
2746
|
className: i,
|
2747
2747
|
color: e = M.GREY_DARK_5,
|
2748
2748
|
height: t = 24,
|
@@ -2781,7 +2781,7 @@ const ze = ({
|
|
2781
2781
|
)
|
2782
2782
|
]
|
2783
2783
|
}
|
2784
|
-
),
|
2784
|
+
), dt = ({
|
2785
2785
|
className: i,
|
2786
2786
|
color: e = M.GREY_DARK_5,
|
2787
2787
|
height: t = 24,
|
@@ -2808,7 +2808,7 @@ const ze = ({
|
|
2808
2808
|
}
|
2809
2809
|
)
|
2810
2810
|
}
|
2811
|
-
),
|
2811
|
+
), gt = ({
|
2812
2812
|
className: i,
|
2813
2813
|
color: e = M.GREY_DARK_5,
|
2814
2814
|
height: t = 24,
|
@@ -2846,7 +2846,7 @@ const ze = ({
|
|
2846
2846
|
)
|
2847
2847
|
]
|
2848
2848
|
}
|
2849
|
-
),
|
2849
|
+
), Ct = ({
|
2850
2850
|
className: i,
|
2851
2851
|
color: e = M.GREY_DARK_5,
|
2852
2852
|
height: t = 24,
|
@@ -2867,7 +2867,7 @@ const ze = ({
|
|
2867
2867
|
/* @__PURE__ */ r("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
2868
2868
|
]
|
2869
2869
|
}
|
2870
|
-
),
|
2870
|
+
), ut = ({
|
2871
2871
|
className: i,
|
2872
2872
|
color: e = M.GREY_DARK_5,
|
2873
2873
|
height: t = 24,
|
@@ -2906,7 +2906,7 @@ const ze = ({
|
|
2906
2906
|
)
|
2907
2907
|
]
|
2908
2908
|
}
|
2909
|
-
),
|
2909
|
+
), pt = ({
|
2910
2910
|
className: i,
|
2911
2911
|
color: e = M.GREY_DARK_5,
|
2912
2912
|
height: t = 24,
|
@@ -2945,7 +2945,7 @@ const ze = ({
|
|
2945
2945
|
)
|
2946
2946
|
]
|
2947
2947
|
}
|
2948
|
-
),
|
2948
|
+
), ft = ({
|
2949
2949
|
className: i,
|
2950
2950
|
color: e = M.GREY_DARK_5,
|
2951
2951
|
height: t = 24,
|
@@ -2984,7 +2984,7 @@ const ze = ({
|
|
2984
2984
|
)
|
2985
2985
|
]
|
2986
2986
|
}
|
2987
|
-
),
|
2987
|
+
), wt = ({
|
2988
2988
|
className: i,
|
2989
2989
|
color: e = M.GREY_DARK_2,
|
2990
2990
|
height: t = 16,
|
@@ -3010,7 +3010,7 @@ const ze = ({
|
|
3010
3010
|
}
|
3011
3011
|
)
|
3012
3012
|
}
|
3013
|
-
),
|
3013
|
+
), mt = ({
|
3014
3014
|
className: i,
|
3015
3015
|
color: e = M.GREY_DARK_5,
|
3016
3016
|
height: t = 20,
|
@@ -3039,7 +3039,7 @@ const ze = ({
|
|
3039
3039
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
3040
3040
|
]
|
3041
3041
|
}
|
3042
|
-
),
|
3042
|
+
), kt = ({
|
3043
3043
|
className: i,
|
3044
3044
|
color: e = M.GREY_DARK_5,
|
3045
3045
|
height: t = 20,
|
@@ -3068,7 +3068,7 @@ const ze = ({
|
|
3068
3068
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
3069
3069
|
]
|
3070
3070
|
}
|
3071
|
-
),
|
3071
|
+
), Lt = ({
|
3072
3072
|
className: i,
|
3073
3073
|
color: e = M.GREY_DARK_5,
|
3074
3074
|
height: t = 20,
|
@@ -3097,7 +3097,7 @@ const ze = ({
|
|
3097
3097
|
)
|
3098
3098
|
]
|
3099
3099
|
}
|
3100
|
-
),
|
3100
|
+
), vt = ({
|
3101
3101
|
className: i,
|
3102
3102
|
color: e = M.GREY_DARK_5,
|
3103
3103
|
height: t = 20,
|
@@ -3126,7 +3126,7 @@ const ze = ({
|
|
3126
3126
|
)
|
3127
3127
|
]
|
3128
3128
|
}
|
3129
|
-
),
|
3129
|
+
), Nt = ({
|
3130
3130
|
className: i,
|
3131
3131
|
color: e = "#001E52",
|
3132
3132
|
height: t = 24,
|
@@ -3152,7 +3152,7 @@ const ze = ({
|
|
3152
3152
|
}
|
3153
3153
|
)
|
3154
3154
|
}
|
3155
|
-
),
|
3155
|
+
), xt = ({
|
3156
3156
|
className: i,
|
3157
3157
|
color: e = "#131314",
|
3158
3158
|
height: t = 20,
|
@@ -3180,7 +3180,7 @@ const ze = ({
|
|
3180
3180
|
}
|
3181
3181
|
)
|
3182
3182
|
}
|
3183
|
-
),
|
3183
|
+
), Mt = ({
|
3184
3184
|
className: i,
|
3185
3185
|
color: e = "#001E52",
|
3186
3186
|
height: t = 24,
|
@@ -3218,7 +3218,7 @@ const ze = ({
|
|
3218
3218
|
)
|
3219
3219
|
] }) })
|
3220
3220
|
}
|
3221
|
-
),
|
3221
|
+
), Rt = ({
|
3222
3222
|
width: i = 20,
|
3223
3223
|
height: e = 20,
|
3224
3224
|
color: t = "#001E52",
|
@@ -3274,7 +3274,7 @@ const ze = ({
|
|
3274
3274
|
}
|
3275
3275
|
)
|
3276
3276
|
}
|
3277
|
-
),
|
3277
|
+
), yt = ({
|
3278
3278
|
width: i = 24,
|
3279
3279
|
height: e = 24,
|
3280
3280
|
color: t = "#131314",
|
@@ -3307,7 +3307,7 @@ const ze = ({
|
|
3307
3307
|
)
|
3308
3308
|
]
|
3309
3309
|
}
|
3310
|
-
),
|
3310
|
+
), bt = ({
|
3311
3311
|
width: i = 24,
|
3312
3312
|
height: e = 24,
|
3313
3313
|
color: t = M.GREY_DARK_2,
|
@@ -3346,7 +3346,7 @@ const ze = ({
|
|
3346
3346
|
)
|
3347
3347
|
]
|
3348
3348
|
}
|
3349
|
-
),
|
3349
|
+
), _t = ({
|
3350
3350
|
width: i = 24,
|
3351
3351
|
height: e = 24,
|
3352
3352
|
color: t = M.GREY_DARK_2,
|
@@ -3373,7 +3373,7 @@ const ze = ({
|
|
3373
3373
|
}
|
3374
3374
|
)
|
3375
3375
|
}
|
3376
|
-
),
|
3376
|
+
), Et = ({
|
3377
3377
|
width: i = 24,
|
3378
3378
|
height: e = 24,
|
3379
3379
|
color: t = M.GREY_DARK_2,
|
@@ -3413,7 +3413,7 @@ const ze = ({
|
|
3413
3413
|
)
|
3414
3414
|
]
|
3415
3415
|
}
|
3416
|
-
),
|
3416
|
+
), Vt = ({
|
3417
3417
|
width: i = 24,
|
3418
3418
|
height: e = 24,
|
3419
3419
|
color: t = M.GREY_DARK_2,
|
@@ -3440,7 +3440,7 @@ const ze = ({
|
|
3440
3440
|
}
|
3441
3441
|
)
|
3442
3442
|
}
|
3443
|
-
),
|
3443
|
+
), Ht = ({
|
3444
3444
|
width: i = 24,
|
3445
3445
|
height: e = 24,
|
3446
3446
|
color: t = M.GREY_DARK_2,
|
@@ -3467,7 +3467,7 @@ const ze = ({
|
|
3467
3467
|
}
|
3468
3468
|
)
|
3469
3469
|
}
|
3470
|
-
),
|
3470
|
+
), C1 = ({
|
3471
3471
|
name: i,
|
3472
3472
|
width: e,
|
3473
3473
|
height: t,
|
@@ -3476,49 +3476,49 @@ const ze = ({
|
|
3476
3476
|
disabled: l = !1,
|
3477
3477
|
onClick: c
|
3478
3478
|
}) => {
|
3479
|
-
const [o, d] = S(n), { theme: g } =
|
3480
|
-
return
|
3479
|
+
const [o, d] = S(n), { theme: g } = r1(ae), a = l ? g && g === "dark" ? M.GREY_LIGHT_4 : M.GREY_DARK_1 : s, h = l ? void 0 : c;
|
3480
|
+
return Z(() => {
|
3481
3481
|
if (n) {
|
3482
3482
|
h && !l && d(`${n} clickable`);
|
3483
3483
|
return;
|
3484
3484
|
}
|
3485
3485
|
h && !l && d("clickable");
|
3486
|
-
}, [h, n, l]), /* @__PURE__ */ r(
|
3486
|
+
}, [h, n, l]), /* @__PURE__ */ r(i1, { children: (() => {
|
3487
3487
|
switch (i) {
|
3488
3488
|
case "nextIcon":
|
3489
|
-
return T2({ width: e, height: t, color: a, className: o, onClick: h });
|
3490
|
-
case "prevIcon":
|
3491
3489
|
return G2({ width: e, height: t, color: a, className: o, onClick: h });
|
3490
|
+
case "prevIcon":
|
3491
|
+
return K2({ width: e, height: t, color: a, className: o, onClick: h });
|
3492
3492
|
case "arrowUp":
|
3493
|
-
return ze({ width: e, height: t, color: a, className: o, onClick: h });
|
3494
|
-
case "arrowDown":
|
3495
3493
|
return Je({ width: e, height: t, color: a, className: o, onClick: h });
|
3496
|
-
case "
|
3494
|
+
case "arrowDown":
|
3497
3495
|
return qe({ width: e, height: t, color: a, className: o, onClick: h });
|
3498
|
-
case "
|
3496
|
+
case "info":
|
3499
3497
|
return Qe({ width: e, height: t, color: a, className: o, onClick: h });
|
3500
|
-
case "
|
3498
|
+
case "arrowRight":
|
3501
3499
|
return Xe({ width: e, height: t, color: a, className: o, onClick: h });
|
3502
|
-
case "
|
3500
|
+
case "calendar":
|
3503
3501
|
return e2({ width: e, height: t, color: a, className: o, onClick: h });
|
3504
|
-
case "
|
3502
|
+
case "ok":
|
3505
3503
|
return t2({ width: e, height: t, color: a, className: o, onClick: h });
|
3506
|
-
case "
|
3504
|
+
case "cancel":
|
3507
3505
|
return i2({ width: e, height: t, color: a, className: o, onClick: h });
|
3508
|
-
case "
|
3506
|
+
case "add":
|
3509
3507
|
return s2({ width: e, height: t, color: a, className: o, onClick: h });
|
3510
|
-
case "
|
3508
|
+
case "list":
|
3511
3509
|
return n2({ width: e, height: t, color: a, className: o, onClick: h });
|
3512
|
-
case "
|
3510
|
+
case "dragAndDrop":
|
3513
3511
|
return r2({ width: e, height: t, color: a, className: o, onClick: h });
|
3514
|
-
case "
|
3512
|
+
case "filter":
|
3515
3513
|
return o2({ width: e, height: t, color: a, className: o, onClick: h });
|
3516
|
-
case "
|
3514
|
+
case "attention":
|
3517
3515
|
return l2({ width: e, height: t, color: a, className: o, onClick: h });
|
3518
|
-
case "
|
3516
|
+
case "plus":
|
3519
3517
|
return a2({ width: e, height: t, color: a, className: o, onClick: h });
|
3518
|
+
case "time":
|
3519
|
+
return h2({ width: e, height: t, color: a, className: o, onClick: h });
|
3520
3520
|
case "arrowDownLong":
|
3521
|
-
return
|
3521
|
+
return c2({
|
3522
3522
|
width: e,
|
3523
3523
|
height: t,
|
3524
3524
|
color: a,
|
@@ -3526,9 +3526,9 @@ const ze = ({
|
|
3526
3526
|
onClick: h
|
3527
3527
|
});
|
3528
3528
|
case "users":
|
3529
|
-
return
|
3529
|
+
return d2({ width: e, height: t, color: a, className: o, onClick: h });
|
3530
3530
|
case "mySkillsMatrix":
|
3531
|
-
return
|
3531
|
+
return g2({
|
3532
3532
|
width: e,
|
3533
3533
|
height: t,
|
3534
3534
|
color: a,
|
@@ -3536,9 +3536,9 @@ const ze = ({
|
|
3536
3536
|
onClick: h
|
3537
3537
|
});
|
3538
3538
|
case "skills":
|
3539
|
-
return
|
3539
|
+
return C2({ width: e, height: t, color: a, className: o, onClick: h });
|
3540
3540
|
case "skillsMatrices":
|
3541
|
-
return
|
3541
|
+
return u2({
|
3542
3542
|
width: e,
|
3543
3543
|
height: t,
|
3544
3544
|
color: a,
|
@@ -3546,23 +3546,23 @@ const ze = ({
|
|
3546
3546
|
onClick: h
|
3547
3547
|
});
|
3548
3548
|
case "history":
|
3549
|
-
return u2({ width: e, height: t, color: a, className: o, onClick: h });
|
3550
|
-
case "logOut":
|
3551
3549
|
return p2({ width: e, height: t, color: a, className: o, onClick: h });
|
3552
|
-
case "
|
3550
|
+
case "logOut":
|
3553
3551
|
return f2({ width: e, height: t, color: a, className: o, onClick: h });
|
3554
|
-
case "
|
3552
|
+
case "settings":
|
3555
3553
|
return w2({ width: e, height: t, color: a, className: o, onClick: h });
|
3556
|
-
case "
|
3554
|
+
case "addSkill":
|
3557
3555
|
return m2({ width: e, height: t, color: a, className: o, onClick: h });
|
3558
|
-
case "
|
3556
|
+
case "conversation":
|
3559
3557
|
return k2({ width: e, height: t, color: a, className: o, onClick: h });
|
3560
|
-
case "
|
3558
|
+
case "trash":
|
3561
3559
|
return L2({ width: e, height: t, color: a, className: o, onClick: h });
|
3562
|
-
case "
|
3560
|
+
case "settings4":
|
3563
3561
|
return v2({ width: e, height: t, color: a, className: o, onClick: h });
|
3562
|
+
case "edit2":
|
3563
|
+
return N2({ width: e, height: t, color: a, className: o, onClick: h });
|
3564
3564
|
case "notifications":
|
3565
|
-
return
|
3565
|
+
return x2({
|
3566
3566
|
width: e,
|
3567
3567
|
height: t,
|
3568
3568
|
color: a,
|
@@ -3570,9 +3570,9 @@ const ze = ({
|
|
3570
3570
|
onClick: h
|
3571
3571
|
});
|
3572
3572
|
case "success":
|
3573
|
-
return
|
3573
|
+
return M2({ width: e, height: t, color: a, className: o, onClick: h });
|
3574
3574
|
case "attentionSmall":
|
3575
|
-
return
|
3575
|
+
return R2({
|
3576
3576
|
width: e,
|
3577
3577
|
height: t,
|
3578
3578
|
color: a,
|
@@ -3580,11 +3580,11 @@ const ze = ({
|
|
3580
3580
|
onClick: h
|
3581
3581
|
});
|
3582
3582
|
case "errorSmall":
|
3583
|
-
return R2({ width: e, height: t, color: a, className: o, onClick: h });
|
3584
|
-
case "infoMedium":
|
3585
3583
|
return y2({ width: e, height: t, color: a, className: o, onClick: h });
|
3584
|
+
case "infoMedium":
|
3585
|
+
return b2({ width: e, height: t, color: a, className: o, onClick: h });
|
3586
3586
|
case "attentionMedium":
|
3587
|
-
return
|
3587
|
+
return _2({
|
3588
3588
|
width: e,
|
3589
3589
|
height: t,
|
3590
3590
|
color: a,
|
@@ -3592,9 +3592,9 @@ const ze = ({
|
|
3592
3592
|
onClick: h
|
3593
3593
|
});
|
3594
3594
|
case "errorMedium":
|
3595
|
-
return
|
3595
|
+
return E2({ width: e, height: t, color: a, className: o, onClick: h });
|
3596
3596
|
case "faviconSkills":
|
3597
|
-
return
|
3597
|
+
return A2({
|
3598
3598
|
width: e,
|
3599
3599
|
height: t,
|
3600
3600
|
color: a,
|
@@ -3602,7 +3602,7 @@ const ze = ({
|
|
3602
3602
|
onClick: h
|
3603
3603
|
});
|
3604
3604
|
case "visibilityIcon":
|
3605
|
-
return
|
3605
|
+
return V2({
|
3606
3606
|
width: e,
|
3607
3607
|
height: t,
|
3608
3608
|
color: a,
|
@@ -3610,7 +3610,7 @@ const ze = ({
|
|
3610
3610
|
onClick: h
|
3611
3611
|
});
|
3612
3612
|
case "visibilityOffIcon":
|
3613
|
-
return
|
3613
|
+
return H2({
|
3614
3614
|
width: e,
|
3615
3615
|
height: t,
|
3616
3616
|
color: a,
|
@@ -3618,7 +3618,7 @@ const ze = ({
|
|
3618
3618
|
onClick: h
|
3619
3619
|
});
|
3620
3620
|
case "selectArrowIcon":
|
3621
|
-
return
|
3621
|
+
return I2({
|
3622
3622
|
width: e,
|
3623
3623
|
height: t,
|
3624
3624
|
color: a,
|
@@ -3626,7 +3626,7 @@ const ze = ({
|
|
3626
3626
|
onClick: h
|
3627
3627
|
});
|
3628
3628
|
case "expandArrowIcon":
|
3629
|
-
return
|
3629
|
+
return O2({
|
3630
3630
|
width: e,
|
3631
3631
|
height: t,
|
3632
3632
|
color: a,
|
@@ -3642,111 +3642,111 @@ const ze = ({
|
|
3642
3642
|
onClick: h
|
3643
3643
|
});
|
3644
3644
|
case "camera":
|
3645
|
-
return A2({ width: e, height: t, color: a, className: o, onClick: h });
|
3646
|
-
case "sortUp":
|
3647
3645
|
return B2({ width: e, height: t, color: a, className: o, onClick: h });
|
3648
|
-
case "
|
3646
|
+
case "sortUp":
|
3649
3647
|
return Z2({ width: e, height: t, color: a, className: o, onClick: h });
|
3650
|
-
case "
|
3648
|
+
case "sortDown":
|
3651
3649
|
return W2({ width: e, height: t, color: a, className: o, onClick: h });
|
3652
|
-
case "
|
3650
|
+
case "logOut2":
|
3653
3651
|
return j2({ width: e, height: t, color: a, className: o, onClick: h });
|
3654
|
-
case "
|
3652
|
+
case "search":
|
3655
3653
|
return D2({ width: e, height: t, color: a, className: o, onClick: h });
|
3654
|
+
case "handRock":
|
3655
|
+
return T2({ width: e, height: t, color: a, className: o, onClick: h });
|
3656
3656
|
case "arrowUpFilled":
|
3657
|
-
return
|
3657
|
+
return $2({ width: e, height: t, color: a, className: o, onClick: h });
|
3658
3658
|
case "arrowDownFilled":
|
3659
|
-
return
|
3659
|
+
return P2({ width: e, height: t, color: a, className: o, onClick: h });
|
3660
3660
|
case "link":
|
3661
3661
|
return Y2({ width: e, height: t, color: a, className: o, onClick: h });
|
3662
3662
|
case "telegram":
|
3663
|
-
return
|
3663
|
+
return U2({ width: e, height: t, color: a, className: o, onClick: h });
|
3664
3664
|
case "mail":
|
3665
|
-
return
|
3665
|
+
return J2({ width: e, height: t, color: a, className: o, onClick: h });
|
3666
3666
|
case "github":
|
3667
3667
|
return F2({ width: e, height: t, color: a, className: o, onClick: h });
|
3668
3668
|
case "linkedIn":
|
3669
|
-
return
|
3669
|
+
return z2({ width: e, height: t, color: a, className: o, onClick: h });
|
3670
3670
|
case "emptyStateIcon":
|
3671
|
-
return J2({ width: e, height: t, color: a, className: o, onClick: h });
|
3672
|
-
case "filtersIcon":
|
3673
3671
|
return q2({ width: e, height: t, color: a, className: o, onClick: h });
|
3674
|
-
case "
|
3672
|
+
case "filtersIcon":
|
3675
3673
|
return Q2({ width: e, height: t, color: a, className: o, onClick: h });
|
3676
|
-
case "
|
3674
|
+
case "dotMenuIcon":
|
3677
3675
|
return X2({ width: e, height: t, color: a, className: o, onClick: h });
|
3678
|
-
case "
|
3676
|
+
case "plusCircle":
|
3679
3677
|
return et({ width: e, height: t, color: a, className: o, onClick: h });
|
3680
|
-
case "
|
3678
|
+
case "warning":
|
3681
3679
|
return tt({ width: e, height: t, color: a, className: o, onClick: h });
|
3682
|
-
case "
|
3680
|
+
case "back":
|
3683
3681
|
return it({ width: e, height: t, color: a, className: o, onClick: h });
|
3682
|
+
case "bell":
|
3683
|
+
return st({ width: e, height: t, color: a, className: o, onClick: h });
|
3684
3684
|
case "contract":
|
3685
|
-
return
|
3685
|
+
return rt({ width: e, height: t, color: a, className: o, onClick: h });
|
3686
3686
|
case "trash2":
|
3687
|
-
return
|
3687
|
+
return nt({ width: e, height: t, color: a, className: o, onClick: h });
|
3688
3688
|
case "manager":
|
3689
|
-
return rt({ width: e, height: t, color: a, className: o, onClick: h });
|
3690
|
-
case "resourceManager":
|
3691
3689
|
return ot({ width: e, height: t, color: a, className: o, onClick: h });
|
3692
|
-
case "
|
3690
|
+
case "resourceManager":
|
3693
3691
|
return lt({ width: e, height: t, color: a, className: o, onClick: h });
|
3694
|
-
case "
|
3692
|
+
case "settings2":
|
3695
3693
|
return at({ width: e, height: t, color: a, className: o, onClick: h });
|
3696
|
-
case "
|
3694
|
+
case "image":
|
3697
3695
|
return ht({ width: e, height: t, color: a, className: o, onClick: h });
|
3698
|
-
case "
|
3696
|
+
case "upload":
|
3699
3697
|
return ct({ width: e, height: t, color: a, className: o, onClick: h });
|
3700
|
-
case "
|
3698
|
+
case "edit":
|
3701
3699
|
return dt({ width: e, height: t, color: a, className: o, onClick: h });
|
3702
|
-
case "
|
3700
|
+
case "location":
|
3703
3701
|
return gt({ width: e, height: t, color: a, className: o, onClick: h });
|
3704
|
-
case "
|
3702
|
+
case "plus2":
|
3705
3703
|
return Ct({ width: e, height: t, color: a, className: o, onClick: h });
|
3706
|
-
case "
|
3704
|
+
case "search2":
|
3707
3705
|
return ut({ width: e, height: t, color: a, className: o, onClick: h });
|
3708
|
-
case "
|
3706
|
+
case "fastArrowLeft":
|
3709
3707
|
return pt({ width: e, height: t, color: a, className: o, onClick: h });
|
3710
|
-
case "
|
3708
|
+
case "fastArrowRight":
|
3711
3709
|
return ft({ width: e, height: t, color: a, className: o, onClick: h });
|
3710
|
+
case "crossInCircle":
|
3711
|
+
return wt({ width: e, height: t, color: a, className: o, onClick: h });
|
3712
3712
|
case "arrowUp2":
|
3713
|
-
return
|
3713
|
+
return kt({ width: e, height: t, color: a, className: o, onClick: h });
|
3714
3714
|
case "arrowDown2":
|
3715
|
-
return
|
3715
|
+
return mt({ width: e, height: t, color: a, className: o, onClick: h });
|
3716
3716
|
case "filledArrowLeft":
|
3717
|
-
return kt({ width: e, height: t, color: a, className: o, onClick: h });
|
3718
|
-
case "filledArrowRight":
|
3719
3717
|
return Lt({ width: e, height: t, color: a, className: o, onClick: h });
|
3720
|
-
case "
|
3718
|
+
case "filledArrowRight":
|
3721
3719
|
return vt({ width: e, height: t, color: a, className: o, onClick: h });
|
3722
|
-
case "
|
3720
|
+
case "burgerMenu":
|
3723
3721
|
return Nt({ width: e, height: t, color: a, className: o, onClick: h });
|
3724
|
-
case "
|
3722
|
+
case "signOut":
|
3725
3723
|
return xt({ width: e, height: t, color: a, className: o, onClick: h });
|
3726
|
-
case "
|
3724
|
+
case "refresh":
|
3727
3725
|
return Mt({ width: e, height: t, color: a, className: o, onClick: h });
|
3728
|
-
case "
|
3726
|
+
case "projects":
|
3729
3727
|
return Rt({ width: e, height: t, color: a, className: o, onClick: h });
|
3730
|
-
case "
|
3728
|
+
case "exit":
|
3731
3729
|
return yt({ width: e, height: t, color: a, className: o, onClick: h });
|
3732
|
-
case "
|
3730
|
+
case "client":
|
3733
3731
|
return bt({ width: e, height: t, color: a, className: o, onClick: h });
|
3734
|
-
case "
|
3732
|
+
case "calendar2":
|
3735
3733
|
return _t({ width: e, height: t, color: a, className: o, onClick: h });
|
3736
|
-
case "
|
3734
|
+
case "openPointCircle":
|
3737
3735
|
return Et({ width: e, height: t, color: a, className: o, onClick: h });
|
3738
|
-
case "
|
3736
|
+
case "community":
|
3739
3737
|
return Vt({ width: e, height: t, color: a, className: o, onClick: h });
|
3738
|
+
case "docs":
|
3739
|
+
return Ht({ width: e, height: t, color: a, className: o, onClick: h });
|
3740
3740
|
default:
|
3741
|
-
return /* @__PURE__ */ r(
|
3741
|
+
return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
|
3742
3742
|
}
|
3743
3743
|
})() });
|
3744
|
-
}, { Title:
|
3744
|
+
}, { Title: It, Text: Ot } = re, St = {
|
3745
3745
|
h1: 1,
|
3746
3746
|
h2: 2,
|
3747
3747
|
h3: 3,
|
3748
3748
|
h4: 4
|
3749
|
-
},
|
3749
|
+
}, At = k1(
|
3750
3750
|
({
|
3751
3751
|
align: i = "inherit",
|
3752
3752
|
variant: e = "body1",
|
@@ -3759,7 +3759,7 @@ const ze = ({
|
|
3759
3759
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
3760
3760
|
let g = `snmt-typography snmt-typography-${e}`;
|
3761
3761
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ r(
|
3762
|
-
|
3762
|
+
It,
|
3763
3763
|
{
|
3764
3764
|
className: g,
|
3765
3765
|
style: { color: t, whiteSpace: c },
|
@@ -3769,7 +3769,7 @@ const ze = ({
|
|
3769
3769
|
children: s
|
3770
3770
|
}
|
3771
3771
|
) : /* @__PURE__ */ r(
|
3772
|
-
|
3772
|
+
Ot,
|
3773
3773
|
{
|
3774
3774
|
className: g,
|
3775
3775
|
style: { color: t, whiteSpace: c },
|
@@ -3781,12 +3781,12 @@ const ze = ({
|
|
3781
3781
|
}
|
3782
3782
|
);
|
3783
3783
|
var R = /* @__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))(R || {});
|
3784
|
-
const
|
3784
|
+
const he = d1({
|
3785
3785
|
locale: "en",
|
3786
3786
|
theme: "light"
|
3787
3787
|
});
|
3788
|
-
|
3789
|
-
const
|
3788
|
+
he.Provider;
|
3789
|
+
const Bt = ({
|
3790
3790
|
width: i = 20,
|
3791
3791
|
height: e = 20,
|
3792
3792
|
color: t = "#001E52",
|
@@ -3813,7 +3813,7 @@ const At = ({
|
|
3813
3813
|
}
|
3814
3814
|
)
|
3815
3815
|
}
|
3816
|
-
),
|
3816
|
+
), Zt = ({
|
3817
3817
|
width: i = 20,
|
3818
3818
|
height: e = 20,
|
3819
3819
|
color: t = "#001E52",
|
@@ -3840,7 +3840,7 @@ const At = ({
|
|
3840
3840
|
}
|
3841
3841
|
)
|
3842
3842
|
}
|
3843
|
-
),
|
3843
|
+
), Wt = ({
|
3844
3844
|
width: i = 16,
|
3845
3845
|
height: e = 16,
|
3846
3846
|
color: t = "#001E52",
|
@@ -3868,7 +3868,7 @@ const At = ({
|
|
3868
3868
|
)
|
3869
3869
|
]
|
3870
3870
|
}
|
3871
|
-
),
|
3871
|
+
), jt = ({
|
3872
3872
|
width: i = 20,
|
3873
3873
|
height: e = 20,
|
3874
3874
|
color: t = "#001E52",
|
@@ -3903,7 +3903,7 @@ const At = ({
|
|
3903
3903
|
)
|
3904
3904
|
]
|
3905
3905
|
}
|
3906
|
-
),
|
3906
|
+
), Dt = ({
|
3907
3907
|
width: i = 18,
|
3908
3908
|
height: e = 18,
|
3909
3909
|
color: t = "#001E52",
|
@@ -3942,7 +3942,7 @@ const At = ({
|
|
3942
3942
|
)
|
3943
3943
|
]
|
3944
3944
|
}
|
3945
|
-
),
|
3945
|
+
), Tt = ({
|
3946
3946
|
width: i = 20,
|
3947
3947
|
height: e = 20,
|
3948
3948
|
color: t = "#001E52",
|
@@ -3968,7 +3968,7 @@ const At = ({
|
|
3968
3968
|
}
|
3969
3969
|
)
|
3970
3970
|
}
|
3971
|
-
),
|
3971
|
+
), Gt = ({
|
3972
3972
|
width: i = 20,
|
3973
3973
|
height: e = 20,
|
3974
3974
|
color: t = "#001E52",
|
@@ -3989,7 +3989,7 @@ const At = ({
|
|
3989
3989
|
/* @__PURE__ */ r("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
3990
3990
|
]
|
3991
3991
|
}
|
3992
|
-
),
|
3992
|
+
), Kt = ({
|
3993
3993
|
width: i = 20,
|
3994
3994
|
height: e = 20,
|
3995
3995
|
color: t = "#001E52",
|
@@ -4021,7 +4021,7 @@ const At = ({
|
|
4021
4021
|
)
|
4022
4022
|
]
|
4023
4023
|
}
|
4024
|
-
),
|
4024
|
+
), Pt = ({
|
4025
4025
|
width: i = 20,
|
4026
4026
|
height: e = 20,
|
4027
4027
|
color: t = "#001E52",
|
@@ -4075,7 +4075,7 @@ const At = ({
|
|
4075
4075
|
)
|
4076
4076
|
]
|
4077
4077
|
}
|
4078
|
-
),
|
4078
|
+
), $t = ({
|
4079
4079
|
width: i = 20,
|
4080
4080
|
height: e = 20,
|
4081
4081
|
color: t = "#001E52",
|
@@ -4197,7 +4197,7 @@ const At = ({
|
|
4197
4197
|
)
|
4198
4198
|
]
|
4199
4199
|
}
|
4200
|
-
),
|
4200
|
+
), Ut = ({
|
4201
4201
|
width: i = 10,
|
4202
4202
|
height: e = 10,
|
4203
4203
|
color: t = "#001E52",
|
@@ -4236,7 +4236,7 @@ const At = ({
|
|
4236
4236
|
)
|
4237
4237
|
] })
|
4238
4238
|
}
|
4239
|
-
),
|
4239
|
+
), zt = ({
|
4240
4240
|
width: i = 16,
|
4241
4241
|
height: e = 16,
|
4242
4242
|
color: t = "#001E52",
|
@@ -4272,7 +4272,7 @@ const At = ({
|
|
4272
4272
|
)
|
4273
4273
|
]
|
4274
4274
|
}
|
4275
|
-
),
|
4275
|
+
), Jt = ({
|
4276
4276
|
width: i = 11,
|
4277
4277
|
height: e = 32,
|
4278
4278
|
color: t = "#001E52",
|
@@ -4310,7 +4310,7 @@ const At = ({
|
|
4310
4310
|
/* @__PURE__ */ r("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
4311
4311
|
]
|
4312
4312
|
}
|
4313
|
-
),
|
4313
|
+
), qt = ({
|
4314
4314
|
width: i = 20,
|
4315
4315
|
height: e = 20,
|
4316
4316
|
color: t = "#001E52",
|
@@ -4357,7 +4357,7 @@ const At = ({
|
|
4357
4357
|
)
|
4358
4358
|
]
|
4359
4359
|
}
|
4360
|
-
),
|
4360
|
+
), Qt = ({
|
4361
4361
|
width: i = 20,
|
4362
4362
|
height: e = 20,
|
4363
4363
|
color: t = "#001E52",
|
@@ -4390,7 +4390,7 @@ const At = ({
|
|
4390
4390
|
)
|
4391
4391
|
]
|
4392
4392
|
}
|
4393
|
-
),
|
4393
|
+
), Xt = ({
|
4394
4394
|
width: i = 20,
|
4395
4395
|
height: e = 20,
|
4396
4396
|
color: t = "#001E52",
|
@@ -4437,7 +4437,7 @@ const At = ({
|
|
4437
4437
|
)
|
4438
4438
|
]
|
4439
4439
|
}
|
4440
|
-
),
|
4440
|
+
), e5 = ({
|
4441
4441
|
width: i = 20,
|
4442
4442
|
height: e = 20,
|
4443
4443
|
color: t = "#001E52",
|
@@ -4470,7 +4470,7 @@ const At = ({
|
|
4470
4470
|
)
|
4471
4471
|
]
|
4472
4472
|
}
|
4473
|
-
),
|
4473
|
+
), t5 = ({
|
4474
4474
|
width: i = 18,
|
4475
4475
|
height: e = 16,
|
4476
4476
|
color: t = "#001E52",
|
@@ -4509,7 +4509,7 @@ const At = ({
|
|
4509
4509
|
)
|
4510
4510
|
]
|
4511
4511
|
}
|
4512
|
-
),
|
4512
|
+
), i5 = ({
|
4513
4513
|
width: i = 20,
|
4514
4514
|
height: e = 20,
|
4515
4515
|
color: t = "#001E52",
|
@@ -4542,7 +4542,7 @@ const At = ({
|
|
4542
4542
|
)
|
4543
4543
|
]
|
4544
4544
|
}
|
4545
|
-
),
|
4545
|
+
), s5 = ({
|
4546
4546
|
width: i = 20,
|
4547
4547
|
height: e = 20,
|
4548
4548
|
color: t = "#001E52",
|
@@ -4566,7 +4566,7 @@ const At = ({
|
|
4566
4566
|
}
|
4567
4567
|
)
|
4568
4568
|
}
|
4569
|
-
),
|
4569
|
+
), n5 = ({
|
4570
4570
|
width: i = 20,
|
4571
4571
|
height: e = 20,
|
4572
4572
|
color: t = "#001E52",
|
@@ -4613,7 +4613,7 @@ const At = ({
|
|
4613
4613
|
)
|
4614
4614
|
]
|
4615
4615
|
}
|
4616
|
-
),
|
4616
|
+
), r5 = ({
|
4617
4617
|
width: i = 20,
|
4618
4618
|
height: e = 20,
|
4619
4619
|
color: t = "#001E52",
|
@@ -4646,7 +4646,7 @@ const At = ({
|
|
4646
4646
|
)
|
4647
4647
|
]
|
4648
4648
|
}
|
4649
|
-
),
|
4649
|
+
), o5 = ({
|
4650
4650
|
width: i = 20,
|
4651
4651
|
height: e = 20,
|
4652
4652
|
color: t = "#001E52",
|
@@ -4679,7 +4679,7 @@ const At = ({
|
|
4679
4679
|
)
|
4680
4680
|
]
|
4681
4681
|
}
|
4682
|
-
),
|
4682
|
+
), l5 = ({
|
4683
4683
|
width: i = 20,
|
4684
4684
|
height: e = 23,
|
4685
4685
|
color: t = "#001E52",
|
@@ -4740,7 +4740,7 @@ const At = ({
|
|
4740
4740
|
)
|
4741
4741
|
]
|
4742
4742
|
}
|
4743
|
-
),
|
4743
|
+
), a5 = ({
|
4744
4744
|
width: i = 20,
|
4745
4745
|
height: e = 20,
|
4746
4746
|
color: t = "#001E52",
|
@@ -4780,7 +4780,7 @@ const At = ({
|
|
4780
4780
|
)
|
4781
4781
|
]
|
4782
4782
|
}
|
4783
|
-
),
|
4783
|
+
), h5 = ({
|
4784
4784
|
width: i = 32,
|
4785
4785
|
height: e = 25,
|
4786
4786
|
color: t = "#001E52",
|
@@ -4808,7 +4808,7 @@ const At = ({
|
|
4808
4808
|
)
|
4809
4809
|
]
|
4810
4810
|
}
|
4811
|
-
),
|
4811
|
+
), c5 = ({
|
4812
4812
|
width: i = 14,
|
4813
4813
|
height: e = 14,
|
4814
4814
|
color: t = "#10B981",
|
@@ -4837,7 +4837,7 @@ const At = ({
|
|
4837
4837
|
)
|
4838
4838
|
]
|
4839
4839
|
}
|
4840
|
-
),
|
4840
|
+
), d5 = ({
|
4841
4841
|
width: i = 11,
|
4842
4842
|
height: e = 11,
|
4843
4843
|
color: t = "#FFB020",
|
@@ -4871,7 +4871,7 @@ const At = ({
|
|
4871
4871
|
)
|
4872
4872
|
]
|
4873
4873
|
}
|
4874
|
-
),
|
4874
|
+
), g5 = ({
|
4875
4875
|
width: i = 10,
|
4876
4876
|
height: e = 10,
|
4877
4877
|
color: t = "#88A4FF",
|
@@ -4919,7 +4919,7 @@ const At = ({
|
|
4919
4919
|
)
|
4920
4920
|
]
|
4921
4921
|
}
|
4922
|
-
),
|
4922
|
+
), C5 = ({
|
4923
4923
|
width: i = 14,
|
4924
4924
|
height: e = 14,
|
4925
4925
|
color: t = "#8E8E93",
|
@@ -4947,7 +4947,7 @@ const At = ({
|
|
4947
4947
|
)
|
4948
4948
|
]
|
4949
4949
|
}
|
4950
|
-
),
|
4950
|
+
), u5 = ({
|
4951
4951
|
width: i = 14,
|
4952
4952
|
height: e = 14,
|
4953
4953
|
color: t = "#FFB020",
|
@@ -4981,7 +4981,7 @@ const At = ({
|
|
4981
4981
|
)
|
4982
4982
|
]
|
4983
4983
|
}
|
4984
|
-
),
|
4984
|
+
), p5 = ({
|
4985
4985
|
width: i = 14,
|
4986
4986
|
height: e = 14,
|
4987
4987
|
color: t = "#D0421B",
|
@@ -5029,7 +5029,7 @@ const At = ({
|
|
5029
5029
|
)
|
5030
5030
|
]
|
5031
5031
|
}
|
5032
|
-
),
|
5032
|
+
), f5 = ({
|
5033
5033
|
width: i = 20,
|
5034
5034
|
height: e = 20,
|
5035
5035
|
color: t = "#070739",
|
@@ -5059,7 +5059,7 @@ const At = ({
|
|
5059
5059
|
/* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
5060
5060
|
]
|
5061
5061
|
}
|
5062
|
-
),
|
5062
|
+
), w5 = ({
|
5063
5063
|
width: i = 20,
|
5064
5064
|
height: e = 20,
|
5065
5065
|
color: t = "#070739",
|
@@ -5097,7 +5097,7 @@ const At = ({
|
|
5097
5097
|
)
|
5098
5098
|
]
|
5099
5099
|
}
|
5100
|
-
),
|
5100
|
+
), m5 = ({
|
5101
5101
|
width: i = 9,
|
5102
5102
|
height: e = 5,
|
5103
5103
|
color: t = "#001E52",
|
@@ -5123,7 +5123,7 @@ const At = ({
|
|
5123
5123
|
}
|
5124
5124
|
)
|
5125
5125
|
}
|
5126
|
-
),
|
5126
|
+
), k5 = ({
|
5127
5127
|
width: i = 20,
|
5128
5128
|
height: e = 20,
|
5129
5129
|
color: t = "#F2F2F7",
|
@@ -5152,7 +5152,7 @@ const At = ({
|
|
5152
5152
|
)
|
5153
5153
|
]
|
5154
5154
|
}
|
5155
|
-
),
|
5155
|
+
), L5 = ({
|
5156
5156
|
width: i = 20,
|
5157
5157
|
height: e = 20,
|
5158
5158
|
color: t = "#004ED7",
|
@@ -5181,7 +5181,7 @@ const At = ({
|
|
5181
5181
|
)
|
5182
5182
|
]
|
5183
5183
|
}
|
5184
|
-
),
|
5184
|
+
), v5 = ({
|
5185
5185
|
width: i = 248,
|
5186
5186
|
height: e = 248,
|
5187
5187
|
color: t = "#070739",
|
@@ -5218,7 +5218,7 @@ const At = ({
|
|
5218
5218
|
)
|
5219
5219
|
]
|
5220
5220
|
}
|
5221
|
-
),
|
5221
|
+
), N5 = ({
|
5222
5222
|
width: i = 24,
|
5223
5223
|
height: e = 24,
|
5224
5224
|
color: t = "#001E52",
|
@@ -5257,7 +5257,7 @@ const At = ({
|
|
5257
5257
|
)
|
5258
5258
|
]
|
5259
5259
|
}
|
5260
|
-
),
|
5260
|
+
), x5 = ({
|
5261
5261
|
width: i = 10,
|
5262
5262
|
height: e = 10,
|
5263
5263
|
color: t = "#001E52",
|
@@ -5286,7 +5286,7 @@ const At = ({
|
|
5286
5286
|
)
|
5287
5287
|
]
|
5288
5288
|
}
|
5289
|
-
),
|
5289
|
+
), M5 = ({
|
5290
5290
|
width: i = 10,
|
5291
5291
|
height: e = 10,
|
5292
5292
|
color: t = "#001E52",
|
@@ -5323,7 +5323,7 @@ const At = ({
|
|
5323
5323
|
)
|
5324
5324
|
]
|
5325
5325
|
}
|
5326
|
-
),
|
5326
|
+
), R5 = ({
|
5327
5327
|
width: i = 24,
|
5328
5328
|
height: e = 24,
|
5329
5329
|
color: t = R.GREY_DARK_5,
|
@@ -5362,7 +5362,7 @@ const At = ({
|
|
5362
5362
|
)
|
5363
5363
|
]
|
5364
5364
|
}
|
5365
|
-
),
|
5365
|
+
), y5 = ({
|
5366
5366
|
width: i = 20,
|
5367
5367
|
height: e = 20,
|
5368
5368
|
color: t = R.GREY_DARK_1,
|
@@ -5395,7 +5395,7 @@ const At = ({
|
|
5395
5395
|
)
|
5396
5396
|
]
|
5397
5397
|
}
|
5398
|
-
),
|
5398
|
+
), b5 = ({
|
5399
5399
|
width: i = 81,
|
5400
5400
|
height: e = 80,
|
5401
5401
|
color: t = R.GREY_DARK_5,
|
@@ -5444,7 +5444,7 @@ const At = ({
|
|
5444
5444
|
)
|
5445
5445
|
]
|
5446
5446
|
}
|
5447
|
-
),
|
5447
|
+
), _5 = ({
|
5448
5448
|
className: i,
|
5449
5449
|
color: e = R.GREY_DARK_5,
|
5450
5450
|
height: t = 20,
|
@@ -5471,7 +5471,7 @@ const At = ({
|
|
5471
5471
|
}
|
5472
5472
|
)
|
5473
5473
|
}
|
5474
|
-
),
|
5474
|
+
), E5 = ({
|
5475
5475
|
className: i,
|
5476
5476
|
color: e = R.GREY_DARK_5,
|
5477
5477
|
height: t = 20,
|
@@ -5498,7 +5498,7 @@ const At = ({
|
|
5498
5498
|
}
|
5499
5499
|
)
|
5500
5500
|
}
|
5501
|
-
),
|
5501
|
+
), V5 = ({
|
5502
5502
|
className: i,
|
5503
5503
|
color: e = R.GREY_DARK_5,
|
5504
5504
|
height: t = 5,
|
@@ -5522,7 +5522,7 @@ const At = ({
|
|
5522
5522
|
}
|
5523
5523
|
)
|
5524
5524
|
}
|
5525
|
-
),
|
5525
|
+
), H5 = ({
|
5526
5526
|
className: i,
|
5527
5527
|
color: e = R.GREY_DARK_5,
|
5528
5528
|
height: t = 5,
|
@@ -5547,7 +5547,7 @@ const At = ({
|
|
5547
5547
|
}
|
5548
5548
|
)
|
5549
5549
|
}
|
5550
|
-
),
|
5550
|
+
), I5 = ({
|
5551
5551
|
className: i,
|
5552
5552
|
color: e = R.GREY_DARK_5,
|
5553
5553
|
height: t = 24,
|
@@ -5586,7 +5586,7 @@ const At = ({
|
|
5586
5586
|
)
|
5587
5587
|
]
|
5588
5588
|
}
|
5589
|
-
),
|
5589
|
+
), O5 = ({
|
5590
5590
|
className: i,
|
5591
5591
|
color: e = R.GREY_DARK_5,
|
5592
5592
|
height: t = 24,
|
@@ -5652,7 +5652,7 @@ const At = ({
|
|
5652
5652
|
}
|
5653
5653
|
)
|
5654
5654
|
}
|
5655
|
-
),
|
5655
|
+
), A5 = ({
|
5656
5656
|
className: i,
|
5657
5657
|
color: e = R.GREY_DARK_5,
|
5658
5658
|
height: t = 24,
|
@@ -5711,7 +5711,7 @@ const At = ({
|
|
5711
5711
|
)
|
5712
5712
|
]
|
5713
5713
|
}
|
5714
|
-
),
|
5714
|
+
), B5 = ({
|
5715
5715
|
className: i,
|
5716
5716
|
color: e = R.GREY_DARK_5,
|
5717
5717
|
height: t = 24,
|
@@ -5748,7 +5748,7 @@ const At = ({
|
|
5748
5748
|
)
|
5749
5749
|
]
|
5750
5750
|
}
|
5751
|
-
),
|
5751
|
+
), Z5 = ({
|
5752
5752
|
className: i,
|
5753
5753
|
color: e = R.GREY_DARK_3,
|
5754
5754
|
height: t = 14,
|
@@ -5785,7 +5785,7 @@ const At = ({
|
|
5785
5785
|
)
|
5786
5786
|
]
|
5787
5787
|
}
|
5788
|
-
),
|
5788
|
+
), W5 = ({
|
5789
5789
|
className: i,
|
5790
5790
|
color: e = R.GREY_DARK_5,
|
5791
5791
|
height: t = 18,
|
@@ -5812,7 +5812,7 @@ const At = ({
|
|
5812
5812
|
}
|
5813
5813
|
)
|
5814
5814
|
}
|
5815
|
-
),
|
5815
|
+
), j5 = ({
|
5816
5816
|
className: i,
|
5817
5817
|
color: e = R.GREY_DARK_5,
|
5818
5818
|
height: t = 24,
|
@@ -5864,7 +5864,7 @@ const At = ({
|
|
5864
5864
|
)
|
5865
5865
|
]
|
5866
5866
|
}
|
5867
|
-
),
|
5867
|
+
), D5 = ({
|
5868
5868
|
className: i,
|
5869
5869
|
color: e = R.GREY_DARK_5,
|
5870
5870
|
height: t = 24,
|
@@ -5901,7 +5901,7 @@ const At = ({
|
|
5901
5901
|
)
|
5902
5902
|
]
|
5903
5903
|
}
|
5904
|
-
),
|
5904
|
+
), T5 = ({
|
5905
5905
|
className: i,
|
5906
5906
|
color: e = R.NOTIFICATION_WARNING_DARK,
|
5907
5907
|
height: t = 37,
|
@@ -5940,7 +5940,7 @@ const At = ({
|
|
5940
5940
|
)
|
5941
5941
|
]
|
5942
5942
|
}
|
5943
|
-
),
|
5943
|
+
), G5 = ({
|
5944
5944
|
className: i,
|
5945
5945
|
color: e = R.GREY_DARK_5,
|
5946
5946
|
height: t = 24,
|
@@ -5966,7 +5966,7 @@ const At = ({
|
|
5966
5966
|
}
|
5967
5967
|
)
|
5968
5968
|
}
|
5969
|
-
),
|
5969
|
+
), K5 = ({
|
5970
5970
|
className: i,
|
5971
5971
|
color: e = R.GREY_DARK_5,
|
5972
5972
|
height: t = 24,
|
@@ -6005,7 +6005,7 @@ const At = ({
|
|
6005
6005
|
)
|
6006
6006
|
]
|
6007
6007
|
}
|
6008
|
-
),
|
6008
|
+
), P5 = ({
|
6009
6009
|
className: i,
|
6010
6010
|
color: e = R.GREY_DARK_5,
|
6011
6011
|
height: t = 24,
|
@@ -6044,7 +6044,7 @@ const At = ({
|
|
6044
6044
|
)
|
6045
6045
|
]
|
6046
6046
|
}
|
6047
|
-
),
|
6047
|
+
), $5 = ({
|
6048
6048
|
className: i,
|
6049
6049
|
color: e = R.GREY_DARK_5,
|
6050
6050
|
height: t = 24,
|
@@ -6209,7 +6209,7 @@ const At = ({
|
|
6209
6209
|
)
|
6210
6210
|
]
|
6211
6211
|
}
|
6212
|
-
),
|
6212
|
+
), U5 = ({
|
6213
6213
|
className: i,
|
6214
6214
|
color: e = R.GREY_DARK_5,
|
6215
6215
|
height: t = 24,
|
@@ -6248,7 +6248,7 @@ const At = ({
|
|
6248
6248
|
)
|
6249
6249
|
]
|
6250
6250
|
}
|
6251
|
-
),
|
6251
|
+
), z5 = ({
|
6252
6252
|
className: i,
|
6253
6253
|
color: e = R.GREY_DARK_5,
|
6254
6254
|
height: t = 24,
|
@@ -6297,7 +6297,7 @@ const At = ({
|
|
6297
6297
|
)
|
6298
6298
|
]
|
6299
6299
|
}
|
6300
|
-
),
|
6300
|
+
), J5 = ({
|
6301
6301
|
className: i,
|
6302
6302
|
color: e = R.GREY_DARK_5,
|
6303
6303
|
height: t = 24,
|
@@ -6336,7 +6336,7 @@ const At = ({
|
|
6336
6336
|
)
|
6337
6337
|
]
|
6338
6338
|
}
|
6339
|
-
),
|
6339
|
+
), q5 = ({
|
6340
6340
|
className: i,
|
6341
6341
|
color: e = R.GREY_DARK_5,
|
6342
6342
|
height: t = 24,
|
@@ -6363,7 +6363,7 @@ const At = ({
|
|
6363
6363
|
}
|
6364
6364
|
)
|
6365
6365
|
}
|
6366
|
-
),
|
6366
|
+
), Q5 = ({
|
6367
6367
|
className: i,
|
6368
6368
|
color: e = R.GREY_DARK_5,
|
6369
6369
|
height: t = 24,
|
@@ -6401,7 +6401,7 @@ const At = ({
|
|
6401
6401
|
)
|
6402
6402
|
]
|
6403
6403
|
}
|
6404
|
-
),
|
6404
|
+
), X5 = ({
|
6405
6405
|
className: i,
|
6406
6406
|
color: e = R.GREY_DARK_5,
|
6407
6407
|
height: t = 24,
|
@@ -6422,7 +6422,7 @@ const At = ({
|
|
6422
6422
|
/* @__PURE__ */ r("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
6423
6423
|
]
|
6424
6424
|
}
|
6425
|
-
),
|
6425
|
+
), e3 = ({
|
6426
6426
|
className: i,
|
6427
6427
|
color: e = R.GREY_DARK_5,
|
6428
6428
|
height: t = 24,
|
@@ -6461,7 +6461,7 @@ const At = ({
|
|
6461
6461
|
)
|
6462
6462
|
]
|
6463
6463
|
}
|
6464
|
-
),
|
6464
|
+
), t3 = ({
|
6465
6465
|
className: i,
|
6466
6466
|
color: e = R.GREY_DARK_5,
|
6467
6467
|
height: t = 24,
|
@@ -6500,7 +6500,7 @@ const At = ({
|
|
6500
6500
|
)
|
6501
6501
|
]
|
6502
6502
|
}
|
6503
|
-
),
|
6503
|
+
), i3 = ({
|
6504
6504
|
className: i,
|
6505
6505
|
color: e = R.GREY_DARK_5,
|
6506
6506
|
height: t = 24,
|
@@ -6539,7 +6539,7 @@ const At = ({
|
|
6539
6539
|
)
|
6540
6540
|
]
|
6541
6541
|
}
|
6542
|
-
),
|
6542
|
+
), s3 = ({
|
6543
6543
|
className: i,
|
6544
6544
|
color: e = R.GREY_DARK_2,
|
6545
6545
|
height: t = 16,
|
@@ -6565,7 +6565,7 @@ const At = ({
|
|
6565
6565
|
}
|
6566
6566
|
)
|
6567
6567
|
}
|
6568
|
-
),
|
6568
|
+
), n3 = ({
|
6569
6569
|
className: i,
|
6570
6570
|
color: e = R.GREY_DARK_5,
|
6571
6571
|
height: t = 20,
|
@@ -6594,7 +6594,7 @@ const At = ({
|
|
6594
6594
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6595
6595
|
]
|
6596
6596
|
}
|
6597
|
-
),
|
6597
|
+
), r3 = ({
|
6598
6598
|
className: i,
|
6599
6599
|
color: e = R.GREY_DARK_5,
|
6600
6600
|
height: t = 20,
|
@@ -6623,7 +6623,7 @@ const At = ({
|
|
6623
6623
|
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ r("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6624
6624
|
]
|
6625
6625
|
}
|
6626
|
-
),
|
6626
|
+
), o3 = ({
|
6627
6627
|
className: i,
|
6628
6628
|
color: e = R.GREY_DARK_5,
|
6629
6629
|
height: t = 20,
|
@@ -6652,7 +6652,7 @@ const At = ({
|
|
6652
6652
|
)
|
6653
6653
|
]
|
6654
6654
|
}
|
6655
|
-
),
|
6655
|
+
), l3 = ({
|
6656
6656
|
className: i,
|
6657
6657
|
color: e = R.GREY_DARK_5,
|
6658
6658
|
height: t = 20,
|
@@ -6681,7 +6681,7 @@ const At = ({
|
|
6681
6681
|
)
|
6682
6682
|
]
|
6683
6683
|
}
|
6684
|
-
),
|
6684
|
+
), a3 = ({
|
6685
6685
|
className: i,
|
6686
6686
|
color: e = "#001E52",
|
6687
6687
|
height: t = 24,
|
@@ -6707,7 +6707,7 @@ const At = ({
|
|
6707
6707
|
}
|
6708
6708
|
)
|
6709
6709
|
}
|
6710
|
-
),
|
6710
|
+
), h3 = ({
|
6711
6711
|
className: i,
|
6712
6712
|
color: e = "#131314",
|
6713
6713
|
height: t = 20,
|
@@ -6735,7 +6735,7 @@ const At = ({
|
|
6735
6735
|
}
|
6736
6736
|
)
|
6737
6737
|
}
|
6738
|
-
),
|
6738
|
+
), c3 = ({
|
6739
6739
|
className: i,
|
6740
6740
|
color: e = "#001E52",
|
6741
6741
|
height: t = 24,
|
@@ -6773,7 +6773,7 @@ const At = ({
|
|
6773
6773
|
)
|
6774
6774
|
] }) })
|
6775
6775
|
}
|
6776
|
-
),
|
6776
|
+
), d3 = ({
|
6777
6777
|
width: i = 20,
|
6778
6778
|
height: e = 20,
|
6779
6779
|
color: t = "#001E52",
|
@@ -6829,7 +6829,7 @@ const At = ({
|
|
6829
6829
|
}
|
6830
6830
|
)
|
6831
6831
|
}
|
6832
|
-
),
|
6832
|
+
), g3 = ({
|
6833
6833
|
width: i = 24,
|
6834
6834
|
height: e = 24,
|
6835
6835
|
color: t = "#131314",
|
@@ -6862,7 +6862,7 @@ const At = ({
|
|
6862
6862
|
)
|
6863
6863
|
]
|
6864
6864
|
}
|
6865
|
-
),
|
6865
|
+
), C3 = ({
|
6866
6866
|
width: i = 24,
|
6867
6867
|
height: e = 24,
|
6868
6868
|
color: t = R.GREY_DARK_2,
|
@@ -6901,7 +6901,7 @@ const At = ({
|
|
6901
6901
|
)
|
6902
6902
|
]
|
6903
6903
|
}
|
6904
|
-
),
|
6904
|
+
), u3 = ({
|
6905
6905
|
width: i = 24,
|
6906
6906
|
height: e = 24,
|
6907
6907
|
color: t = R.GREY_DARK_2,
|
@@ -6928,7 +6928,7 @@ const At = ({
|
|
6928
6928
|
}
|
6929
6929
|
)
|
6930
6930
|
}
|
6931
|
-
),
|
6931
|
+
), p3 = ({
|
6932
6932
|
width: i = 24,
|
6933
6933
|
height: e = 24,
|
6934
6934
|
color: t = R.GREY_DARK_2,
|
@@ -6968,7 +6968,7 @@ const At = ({
|
|
6968
6968
|
)
|
6969
6969
|
]
|
6970
6970
|
}
|
6971
|
-
),
|
6971
|
+
), f3 = ({
|
6972
6972
|
width: i = 24,
|
6973
6973
|
height: e = 24,
|
6974
6974
|
color: t = R.GREY_DARK_2,
|
@@ -6995,7 +6995,7 @@ const At = ({
|
|
6995
6995
|
}
|
6996
6996
|
)
|
6997
6997
|
}
|
6998
|
-
),
|
6998
|
+
), w3 = ({
|
6999
6999
|
width: i = 24,
|
7000
7000
|
height: e = 24,
|
7001
7001
|
color: t = R.GREY_DARK_2,
|
@@ -7022,7 +7022,7 @@ const At = ({
|
|
7022
7022
|
}
|
7023
7023
|
)
|
7024
7024
|
}
|
7025
|
-
),
|
7025
|
+
), m3 = ({
|
7026
7026
|
name: i,
|
7027
7027
|
width: e,
|
7028
7028
|
height: t,
|
@@ -7031,49 +7031,49 @@ const At = ({
|
|
7031
7031
|
disabled: l = !1,
|
7032
7032
|
onClick: c
|
7033
7033
|
}) => {
|
7034
|
-
const [o, d] = S(n), { theme: g } =
|
7035
|
-
return
|
7034
|
+
const [o, d] = S(n), { theme: g } = r1(he), a = l ? g && g === "dark" ? R.GREY_LIGHT_4 : R.GREY_DARK_1 : s, h = l ? void 0 : c;
|
7035
|
+
return Z(() => {
|
7036
7036
|
if (n) {
|
7037
7037
|
h && !l && d(`${n} clickable`);
|
7038
7038
|
return;
|
7039
7039
|
}
|
7040
7040
|
h && !l && d("clickable");
|
7041
|
-
}, [h, n, l]), /* @__PURE__ */ r(
|
7041
|
+
}, [h, n, l]), /* @__PURE__ */ r(i1, { children: (() => {
|
7042
7042
|
switch (i) {
|
7043
7043
|
case "nextIcon":
|
7044
|
-
return b5({ width: e, height: t, color: a, className: o, onClick: h });
|
7045
|
-
case "prevIcon":
|
7046
7044
|
return _5({ width: e, height: t, color: a, className: o, onClick: h });
|
7045
|
+
case "prevIcon":
|
7046
|
+
return E5({ width: e, height: t, color: a, className: o, onClick: h });
|
7047
7047
|
case "arrowUp":
|
7048
|
-
return At({ width: e, height: t, color: a, className: o, onClick: h });
|
7049
|
-
case "arrowDown":
|
7050
7048
|
return Bt({ width: e, height: t, color: a, className: o, onClick: h });
|
7051
|
-
case "
|
7049
|
+
case "arrowDown":
|
7052
7050
|
return Zt({ width: e, height: t, color: a, className: o, onClick: h });
|
7053
|
-
case "
|
7051
|
+
case "info":
|
7054
7052
|
return Wt({ width: e, height: t, color: a, className: o, onClick: h });
|
7055
|
-
case "
|
7053
|
+
case "arrowRight":
|
7056
7054
|
return jt({ width: e, height: t, color: a, className: o, onClick: h });
|
7057
|
-
case "
|
7055
|
+
case "calendar":
|
7058
7056
|
return Dt({ width: e, height: t, color: a, className: o, onClick: h });
|
7059
|
-
case "
|
7057
|
+
case "ok":
|
7060
7058
|
return Tt({ width: e, height: t, color: a, className: o, onClick: h });
|
7061
|
-
case "
|
7059
|
+
case "cancel":
|
7062
7060
|
return Gt({ width: e, height: t, color: a, className: o, onClick: h });
|
7063
|
-
case "
|
7061
|
+
case "add":
|
7064
7062
|
return Kt({ width: e, height: t, color: a, className: o, onClick: h });
|
7065
|
-
case "
|
7063
|
+
case "list":
|
7066
7064
|
return Pt({ width: e, height: t, color: a, className: o, onClick: h });
|
7065
|
+
case "dragAndDrop":
|
7066
|
+
return $t({ width: e, height: t, color: a, className: o, onClick: h });
|
7067
7067
|
case "filter":
|
7068
7068
|
return Yt({ width: e, height: t, color: a, className: o, onClick: h });
|
7069
7069
|
case "attention":
|
7070
7070
|
return Ft({ width: e, height: t, color: a, className: o, onClick: h });
|
7071
7071
|
case "plus":
|
7072
|
-
return $t({ width: e, height: t, color: a, className: o, onClick: h });
|
7073
|
-
case "time":
|
7074
7072
|
return Ut({ width: e, height: t, color: a, className: o, onClick: h });
|
7073
|
+
case "time":
|
7074
|
+
return zt({ width: e, height: t, color: a, className: o, onClick: h });
|
7075
7075
|
case "arrowDownLong":
|
7076
|
-
return
|
7076
|
+
return Jt({
|
7077
7077
|
width: e,
|
7078
7078
|
height: t,
|
7079
7079
|
color: a,
|
@@ -7081,9 +7081,9 @@ const At = ({
|
|
7081
7081
|
onClick: h
|
7082
7082
|
});
|
7083
7083
|
case "users":
|
7084
|
-
return
|
7084
|
+
return qt({ width: e, height: t, color: a, className: o, onClick: h });
|
7085
7085
|
case "mySkillsMatrix":
|
7086
|
-
return
|
7086
|
+
return Qt({
|
7087
7087
|
width: e,
|
7088
7088
|
height: t,
|
7089
7089
|
color: a,
|
@@ -7091,9 +7091,9 @@ const At = ({
|
|
7091
7091
|
onClick: h
|
7092
7092
|
});
|
7093
7093
|
case "skills":
|
7094
|
-
return
|
7094
|
+
return Xt({ width: e, height: t, color: a, className: o, onClick: h });
|
7095
7095
|
case "skillsMatrices":
|
7096
|
-
return
|
7096
|
+
return e5({
|
7097
7097
|
width: e,
|
7098
7098
|
height: t,
|
7099
7099
|
color: a,
|
@@ -7101,23 +7101,23 @@ const At = ({
|
|
7101
7101
|
onClick: h
|
7102
7102
|
});
|
7103
7103
|
case "history":
|
7104
|
-
return e5({ width: e, height: t, color: a, className: o, onClick: h });
|
7105
|
-
case "logOut":
|
7106
7104
|
return t5({ width: e, height: t, color: a, className: o, onClick: h });
|
7107
|
-
case "
|
7105
|
+
case "logOut":
|
7108
7106
|
return i5({ width: e, height: t, color: a, className: o, onClick: h });
|
7109
|
-
case "
|
7107
|
+
case "settings":
|
7110
7108
|
return s5({ width: e, height: t, color: a, className: o, onClick: h });
|
7111
|
-
case "
|
7109
|
+
case "addSkill":
|
7112
7110
|
return n5({ width: e, height: t, color: a, className: o, onClick: h });
|
7113
|
-
case "
|
7111
|
+
case "conversation":
|
7114
7112
|
return r5({ width: e, height: t, color: a, className: o, onClick: h });
|
7115
|
-
case "
|
7113
|
+
case "trash":
|
7116
7114
|
return o5({ width: e, height: t, color: a, className: o, onClick: h });
|
7117
|
-
case "
|
7115
|
+
case "settings4":
|
7118
7116
|
return l5({ width: e, height: t, color: a, className: o, onClick: h });
|
7117
|
+
case "edit2":
|
7118
|
+
return a5({ width: e, height: t, color: a, className: o, onClick: h });
|
7119
7119
|
case "notifications":
|
7120
|
-
return
|
7120
|
+
return h5({
|
7121
7121
|
width: e,
|
7122
7122
|
height: t,
|
7123
7123
|
color: a,
|
@@ -7125,9 +7125,9 @@ const At = ({
|
|
7125
7125
|
onClick: h
|
7126
7126
|
});
|
7127
7127
|
case "success":
|
7128
|
-
return
|
7128
|
+
return c5({ width: e, height: t, color: a, className: o, onClick: h });
|
7129
7129
|
case "attentionSmall":
|
7130
|
-
return
|
7130
|
+
return d5({
|
7131
7131
|
width: e,
|
7132
7132
|
height: t,
|
7133
7133
|
color: a,
|
@@ -7135,11 +7135,11 @@ const At = ({
|
|
7135
7135
|
onClick: h
|
7136
7136
|
});
|
7137
7137
|
case "errorSmall":
|
7138
|
-
return d5({ width: e, height: t, color: a, className: o, onClick: h });
|
7139
|
-
case "infoMedium":
|
7140
7138
|
return g5({ width: e, height: t, color: a, className: o, onClick: h });
|
7139
|
+
case "infoMedium":
|
7140
|
+
return C5({ width: e, height: t, color: a, className: o, onClick: h });
|
7141
7141
|
case "attentionMedium":
|
7142
|
-
return
|
7142
|
+
return u5({
|
7143
7143
|
width: e,
|
7144
7144
|
height: t,
|
7145
7145
|
color: a,
|
@@ -7147,9 +7147,9 @@ const At = ({
|
|
7147
7147
|
onClick: h
|
7148
7148
|
});
|
7149
7149
|
case "errorMedium":
|
7150
|
-
return
|
7150
|
+
return p5({ width: e, height: t, color: a, className: o, onClick: h });
|
7151
7151
|
case "faviconSkills":
|
7152
|
-
return
|
7152
|
+
return v5({
|
7153
7153
|
width: e,
|
7154
7154
|
height: t,
|
7155
7155
|
color: a,
|
@@ -7157,7 +7157,7 @@ const At = ({
|
|
7157
7157
|
onClick: h
|
7158
7158
|
});
|
7159
7159
|
case "visibilityIcon":
|
7160
|
-
return
|
7160
|
+
return f5({
|
7161
7161
|
width: e,
|
7162
7162
|
height: t,
|
7163
7163
|
color: a,
|
@@ -7165,7 +7165,7 @@ const At = ({
|
|
7165
7165
|
onClick: h
|
7166
7166
|
});
|
7167
7167
|
case "visibilityOffIcon":
|
7168
|
-
return
|
7168
|
+
return w5({
|
7169
7169
|
width: e,
|
7170
7170
|
height: t,
|
7171
7171
|
color: a,
|
@@ -7173,7 +7173,7 @@ const At = ({
|
|
7173
7173
|
onClick: h
|
7174
7174
|
});
|
7175
7175
|
case "selectArrowIcon":
|
7176
|
-
return
|
7176
|
+
return m5({
|
7177
7177
|
width: e,
|
7178
7178
|
height: t,
|
7179
7179
|
color: a,
|
@@ -7181,7 +7181,7 @@ const At = ({
|
|
7181
7181
|
onClick: h
|
7182
7182
|
});
|
7183
7183
|
case "expandArrowIcon":
|
7184
|
-
return
|
7184
|
+
return k5({
|
7185
7185
|
width: e,
|
7186
7186
|
height: t,
|
7187
7187
|
color: a,
|
@@ -7189,7 +7189,7 @@ const At = ({
|
|
7189
7189
|
onClick: h
|
7190
7190
|
});
|
7191
7191
|
case "expandActiveArrowIcon":
|
7192
|
-
return
|
7192
|
+
return L5({
|
7193
7193
|
width: e,
|
7194
7194
|
height: t,
|
7195
7195
|
color: a,
|
@@ -7197,113 +7197,113 @@ const At = ({
|
|
7197
7197
|
onClick: h
|
7198
7198
|
});
|
7199
7199
|
case "camera":
|
7200
|
-
return v5({ width: e, height: t, color: a, className: o, onClick: h });
|
7201
|
-
case "sortUp":
|
7202
7200
|
return N5({ width: e, height: t, color: a, className: o, onClick: h });
|
7203
|
-
case "
|
7201
|
+
case "sortUp":
|
7204
7202
|
return x5({ width: e, height: t, color: a, className: o, onClick: h });
|
7205
|
-
case "
|
7203
|
+
case "sortDown":
|
7206
7204
|
return M5({ width: e, height: t, color: a, className: o, onClick: h });
|
7207
|
-
case "
|
7205
|
+
case "logOut2":
|
7208
7206
|
return R5({ width: e, height: t, color: a, className: o, onClick: h });
|
7209
|
-
case "
|
7207
|
+
case "search":
|
7210
7208
|
return y5({ width: e, height: t, color: a, className: o, onClick: h });
|
7209
|
+
case "handRock":
|
7210
|
+
return b5({ width: e, height: t, color: a, className: o, onClick: h });
|
7211
7211
|
case "arrowUpFilled":
|
7212
|
-
return
|
7212
|
+
return H5({ width: e, height: t, color: a, className: o, onClick: h });
|
7213
7213
|
case "arrowDownFilled":
|
7214
|
-
return
|
7214
|
+
return V5({ width: e, height: t, color: a, className: o, onClick: h });
|
7215
7215
|
case "link":
|
7216
|
-
return
|
7216
|
+
return I5({ width: e, height: t, color: a, className: o, onClick: h });
|
7217
7217
|
case "telegram":
|
7218
7218
|
return S5({ width: e, height: t, color: a, className: o, onClick: h });
|
7219
7219
|
case "mail":
|
7220
|
-
return
|
7220
|
+
return B5({ width: e, height: t, color: a, className: o, onClick: h });
|
7221
7221
|
case "github":
|
7222
|
-
return I5({ width: e, height: t, color: a, className: o, onClick: h });
|
7223
|
-
case "linkedIn":
|
7224
7222
|
return O5({ width: e, height: t, color: a, className: o, onClick: h });
|
7223
|
+
case "linkedIn":
|
7224
|
+
return A5({ width: e, height: t, color: a, className: o, onClick: h });
|
7225
7225
|
case "emptyStateIcon":
|
7226
|
-
return B5({ width: e, height: t, color: a, className: o, onClick: h });
|
7227
|
-
case "filtersIcon":
|
7228
7226
|
return Z5({ width: e, height: t, color: a, className: o, onClick: h });
|
7229
|
-
case "
|
7227
|
+
case "filtersIcon":
|
7230
7228
|
return W5({ width: e, height: t, color: a, className: o, onClick: h });
|
7231
|
-
case "
|
7229
|
+
case "dotMenuIcon":
|
7232
7230
|
return j5({ width: e, height: t, color: a, className: o, onClick: h });
|
7233
|
-
case "
|
7231
|
+
case "plusCircle":
|
7234
7232
|
return D5({ width: e, height: t, color: a, className: o, onClick: h });
|
7235
|
-
case "
|
7233
|
+
case "warning":
|
7236
7234
|
return T5({ width: e, height: t, color: a, className: o, onClick: h });
|
7237
|
-
case "
|
7235
|
+
case "back":
|
7238
7236
|
return G5({ width: e, height: t, color: a, className: o, onClick: h });
|
7237
|
+
case "bell":
|
7238
|
+
return K5({ width: e, height: t, color: a, className: o, onClick: h });
|
7239
7239
|
case "contract":
|
7240
|
-
return
|
7240
|
+
return $5({ width: e, height: t, color: a, className: o, onClick: h });
|
7241
7241
|
case "trash2":
|
7242
|
-
return
|
7242
|
+
return P5({ width: e, height: t, color: a, className: o, onClick: h });
|
7243
7243
|
case "manager":
|
7244
7244
|
return Y5({ width: e, height: t, color: a, className: o, onClick: h });
|
7245
7245
|
case "resourceManager":
|
7246
7246
|
return F5({ width: e, height: t, color: a, className: o, onClick: h });
|
7247
7247
|
case "settings2":
|
7248
|
-
return $5({ width: e, height: t, color: a, className: o, onClick: h });
|
7249
|
-
case "image":
|
7250
7248
|
return U5({ width: e, height: t, color: a, className: o, onClick: h });
|
7251
|
-
case "
|
7249
|
+
case "image":
|
7252
7250
|
return z5({ width: e, height: t, color: a, className: o, onClick: h });
|
7253
|
-
case "
|
7251
|
+
case "upload":
|
7254
7252
|
return J5({ width: e, height: t, color: a, className: o, onClick: h });
|
7255
|
-
case "
|
7253
|
+
case "edit":
|
7256
7254
|
return q5({ width: e, height: t, color: a, className: o, onClick: h });
|
7257
|
-
case "
|
7255
|
+
case "location":
|
7258
7256
|
return Q5({ width: e, height: t, color: a, className: o, onClick: h });
|
7259
|
-
case "
|
7257
|
+
case "plus2":
|
7260
7258
|
return X5({ width: e, height: t, color: a, className: o, onClick: h });
|
7261
|
-
case "
|
7259
|
+
case "search2":
|
7262
7260
|
return e3({ width: e, height: t, color: a, className: o, onClick: h });
|
7263
|
-
case "
|
7261
|
+
case "fastArrowLeft":
|
7264
7262
|
return t3({ width: e, height: t, color: a, className: o, onClick: h });
|
7265
|
-
case "
|
7263
|
+
case "fastArrowRight":
|
7266
7264
|
return i3({ width: e, height: t, color: a, className: o, onClick: h });
|
7265
|
+
case "crossInCircle":
|
7266
|
+
return s3({ width: e, height: t, color: a, className: o, onClick: h });
|
7267
7267
|
case "arrowUp2":
|
7268
|
-
return
|
7268
|
+
return r3({ width: e, height: t, color: a, className: o, onClick: h });
|
7269
7269
|
case "arrowDown2":
|
7270
|
-
return
|
7270
|
+
return n3({ width: e, height: t, color: a, className: o, onClick: h });
|
7271
7271
|
case "filledArrowLeft":
|
7272
|
-
return r3({ width: e, height: t, color: a, className: o, onClick: h });
|
7273
|
-
case "filledArrowRight":
|
7274
7272
|
return o3({ width: e, height: t, color: a, className: o, onClick: h });
|
7275
|
-
case "
|
7273
|
+
case "filledArrowRight":
|
7276
7274
|
return l3({ width: e, height: t, color: a, className: o, onClick: h });
|
7277
|
-
case "
|
7275
|
+
case "burgerMenu":
|
7278
7276
|
return a3({ width: e, height: t, color: a, className: o, onClick: h });
|
7279
|
-
case "
|
7277
|
+
case "signOut":
|
7280
7278
|
return h3({ width: e, height: t, color: a, className: o, onClick: h });
|
7281
|
-
case "
|
7279
|
+
case "refresh":
|
7282
7280
|
return c3({ width: e, height: t, color: a, className: o, onClick: h });
|
7283
|
-
case "
|
7281
|
+
case "projects":
|
7284
7282
|
return d3({ width: e, height: t, color: a, className: o, onClick: h });
|
7285
|
-
case "
|
7283
|
+
case "exit":
|
7286
7284
|
return g3({ width: e, height: t, color: a, className: o, onClick: h });
|
7287
|
-
case "
|
7285
|
+
case "client":
|
7288
7286
|
return C3({ width: e, height: t, color: a, className: o, onClick: h });
|
7289
|
-
case "
|
7287
|
+
case "calendar2":
|
7290
7288
|
return u3({ width: e, height: t, color: a, className: o, onClick: h });
|
7291
|
-
case "
|
7289
|
+
case "openPointCircle":
|
7292
7290
|
return p3({ width: e, height: t, color: a, className: o, onClick: h });
|
7293
|
-
case "
|
7291
|
+
case "community":
|
7294
7292
|
return f3({ width: e, height: t, color: a, className: o, onClick: h });
|
7293
|
+
case "docs":
|
7294
|
+
return w3({ width: e, height: t, color: a, className: o, onClick: h });
|
7295
7295
|
default:
|
7296
|
-
return /* @__PURE__ */ r(
|
7296
|
+
return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
|
7297
7297
|
}
|
7298
7298
|
})() });
|
7299
7299
|
};
|
7300
|
-
var
|
7301
|
-
const
|
7300
|
+
var f1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(f1 || {});
|
7301
|
+
const k3 = d1({
|
7302
7302
|
locale: "en",
|
7303
7303
|
theme: "light"
|
7304
7304
|
});
|
7305
|
-
|
7306
|
-
const
|
7305
|
+
k3.Provider;
|
7306
|
+
const ce = ({
|
7307
7307
|
children: i,
|
7308
7308
|
width: e,
|
7309
7309
|
size: t = "small",
|
@@ -7315,14 +7315,14 @@ const ae = ({
|
|
7315
7315
|
l || s == null || s();
|
7316
7316
|
};
|
7317
7317
|
return /* @__PURE__ */ r(
|
7318
|
-
|
7318
|
+
Re,
|
7319
7319
|
{
|
7320
7320
|
className: `snmt-tag ${t} ${l ? "disabled" : ""}`,
|
7321
7321
|
closeIcon: /* @__PURE__ */ r(
|
7322
|
-
|
7322
|
+
m3,
|
7323
7323
|
{
|
7324
7324
|
name: "errorSmall",
|
7325
|
-
color: l ?
|
7325
|
+
color: l ? f1.GREY_DARK_1 : f1.GREY_DARK_2,
|
7326
7326
|
width: c,
|
7327
7327
|
height: c,
|
7328
7328
|
onClick: o
|
@@ -7332,16 +7332,54 @@ const ae = ({
|
|
7332
7332
|
style: { width: e ?? "fit-content" },
|
7333
7333
|
closable: n,
|
7334
7334
|
children: typeof i == "string" ? /* @__PURE__ */ r(
|
7335
|
-
|
7335
|
+
At,
|
7336
7336
|
{
|
7337
7337
|
variant: t === "small" ? "body4" : "body2",
|
7338
|
-
color: l ?
|
7338
|
+
color: l ? f1.GREY_DARK_2 : f1.GREY_DARK_5,
|
7339
7339
|
children: i
|
7340
7340
|
}
|
7341
7341
|
) : i
|
7342
7342
|
}
|
7343
7343
|
);
|
7344
|
-
},
|
7344
|
+
}, { Title: L3, Text: v3 } = re, N3 = {
|
7345
|
+
h1: 1,
|
7346
|
+
h2: 2,
|
7347
|
+
h3: 3,
|
7348
|
+
h4: 4
|
7349
|
+
}, x3 = k1(
|
7350
|
+
({
|
7351
|
+
align: i = "inherit",
|
7352
|
+
variant: e = "body1",
|
7353
|
+
color: t,
|
7354
|
+
children: s,
|
7355
|
+
onClick: n,
|
7356
|
+
collapsed: l,
|
7357
|
+
whiteSpace: c = "normal"
|
7358
|
+
}, o) => {
|
7359
|
+
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
7360
|
+
let g = `snmt-typography snmt-typography-${e}`;
|
7361
|
+
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ r(
|
7362
|
+
L3,
|
7363
|
+
{
|
7364
|
+
className: g,
|
7365
|
+
style: { color: t, whiteSpace: c },
|
7366
|
+
onClick: n,
|
7367
|
+
level: N3[e],
|
7368
|
+
ref: o,
|
7369
|
+
children: s
|
7370
|
+
}
|
7371
|
+
) : /* @__PURE__ */ r(
|
7372
|
+
v3,
|
7373
|
+
{
|
7374
|
+
className: g,
|
7375
|
+
style: { color: t, whiteSpace: c },
|
7376
|
+
onClick: n,
|
7377
|
+
ref: o,
|
7378
|
+
children: s
|
7379
|
+
}
|
7380
|
+
);
|
7381
|
+
}
|
7382
|
+
), M3 = ({
|
7345
7383
|
children: i,
|
7346
7384
|
content: e,
|
7347
7385
|
isOpen: t,
|
@@ -7351,7 +7389,7 @@ const ae = ({
|
|
7351
7389
|
}) => {
|
7352
7390
|
const [c, o] = S(!1);
|
7353
7391
|
return /* @__PURE__ */ r(
|
7354
|
-
|
7392
|
+
ye,
|
7355
7393
|
{
|
7356
7394
|
content: e,
|
7357
7395
|
arrow: !1,
|
@@ -7366,18 +7404,18 @@ const ae = ({
|
|
7366
7404
|
}
|
7367
7405
|
);
|
7368
7406
|
};
|
7369
|
-
var
|
7407
|
+
var R3 = { exports: {} };
|
7370
7408
|
(function(i, e) {
|
7371
7409
|
(function(t, s) {
|
7372
7410
|
i.exports = s();
|
7373
|
-
})(
|
7411
|
+
})(Ve, function() {
|
7374
7412
|
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t) {
|
7375
7413
|
var s = ["th", "st", "nd", "rd"], n = t % 100;
|
7376
7414
|
return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
|
7377
7415
|
} };
|
7378
7416
|
});
|
7379
|
-
})(
|
7380
|
-
const
|
7417
|
+
})(R3);
|
7418
|
+
const y3 = ({
|
7381
7419
|
values: i,
|
7382
7420
|
onTagClose: e,
|
7383
7421
|
maxWidth: t,
|
@@ -7386,22 +7424,22 @@ const v3 = ({
|
|
7386
7424
|
options: l,
|
7387
7425
|
extraOptions: c
|
7388
7426
|
}) => {
|
7389
|
-
const { locale: o } =
|
7390
|
-
if (
|
7427
|
+
const { locale: o } = r1(B1), { t: d } = Fe("common", { lng: o }), [g, a] = S(!1);
|
7428
|
+
if (Z(() => {
|
7391
7429
|
i.length || a(!1);
|
7392
7430
|
}, [i]), !i.length)
|
7393
7431
|
return null;
|
7394
7432
|
const h = (u) => {
|
7395
|
-
var
|
7396
|
-
return ((
|
7433
|
+
var f, k;
|
7434
|
+
return ((f = l == null ? void 0 : l.find((x) => x.value === u)) == null ? void 0 : f.label) || ((k = c == null ? void 0 : c.find((x) => x.value === u)) == null ? void 0 : k.label) || u;
|
7397
7435
|
};
|
7398
7436
|
return /* @__PURE__ */ C(
|
7399
|
-
|
7437
|
+
M3,
|
7400
7438
|
{
|
7401
7439
|
content: (
|
7402
7440
|
// 90: paddings + margins + gaps and so on
|
7403
|
-
/* @__PURE__ */ r("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ r(
|
7404
|
-
|
7441
|
+
/* @__PURE__ */ r("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ r(p1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: u }) => /* @__PURE__ */ r(
|
7442
|
+
ce,
|
7405
7443
|
{
|
7406
7444
|
onClose: () => e(u),
|
7407
7445
|
closable: s,
|
@@ -7421,7 +7459,7 @@ const v3 = ({
|
|
7421
7459
|
]
|
7422
7460
|
}
|
7423
7461
|
);
|
7424
|
-
},
|
7462
|
+
}, T1 = ({ size: i = 30, color: e = "#004ed7" }) => {
|
7425
7463
|
const t = `no-repeat linear-gradient(${e}
|
7426
7464
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
7427
7465
|
width: i,
|
@@ -7429,7 +7467,7 @@ const v3 = ({
|
|
7429
7467
|
backgroundSize: "20% calc(200% + 20px)"
|
7430
7468
|
};
|
7431
7469
|
return /* @__PURE__ */ r("span", { className: "snmt-loader", style: s });
|
7432
|
-
},
|
7470
|
+
}, G1 = k1(
|
7433
7471
|
({
|
7434
7472
|
value: i,
|
7435
7473
|
onChange: e,
|
@@ -7444,197 +7482,207 @@ const v3 = ({
|
|
7444
7482
|
scrollThresholdValue: a = 50,
|
7445
7483
|
onSearchChange: h,
|
7446
7484
|
onDropdownVisibleChange: u,
|
7447
|
-
onScrollToEnd:
|
7485
|
+
onScrollToEnd: f,
|
7448
7486
|
onPopupScroll: k,
|
7449
7487
|
id: x,
|
7450
7488
|
extraOptions: N,
|
7451
|
-
dropdownRender:
|
7489
|
+
dropdownRender: E,
|
7452
7490
|
optionRender: b,
|
7453
|
-
isLoading:
|
7454
|
-
readOnly:
|
7455
|
-
|
7456
|
-
|
7457
|
-
|
7458
|
-
|
7491
|
+
isLoading: V,
|
7492
|
+
readOnly: p,
|
7493
|
+
error: L
|
7494
|
+
}, v) => {
|
7495
|
+
const [w, H] = S(!1), [F, W] = S(!1), [K, z] = S(!0), [A, T] = S(i), U = Y(null);
|
7496
|
+
Z(() => {
|
7497
|
+
T(i);
|
7459
7498
|
}, [i]);
|
7460
|
-
const
|
7461
|
-
|
7462
|
-
},
|
7463
|
-
var
|
7464
|
-
return !!((
|
7465
|
-
},
|
7466
|
-
|
7467
|
-
},
|
7468
|
-
|
7469
|
-
},
|
7499
|
+
const q = (m) => {
|
7500
|
+
H(m), u && u(m);
|
7501
|
+
}, X = (m, _) => {
|
7502
|
+
var O;
|
7503
|
+
return !!((O = _ == null ? void 0 : _.label) != null && O.toString().toLowerCase().includes(m.toLowerCase()));
|
7504
|
+
}, B = () => {
|
7505
|
+
W(!0);
|
7506
|
+
}, P = () => {
|
7507
|
+
W(!1);
|
7508
|
+
}, G = j(
|
7470
7509
|
(m) => {
|
7471
|
-
if (
|
7472
|
-
const
|
7473
|
-
e == null || e(
|
7510
|
+
if (T(m), s) {
|
7511
|
+
const O = m;
|
7512
|
+
e == null || e(O);
|
7474
7513
|
return;
|
7475
7514
|
}
|
7476
|
-
const
|
7477
|
-
e == null || e(
|
7515
|
+
const _ = m;
|
7516
|
+
e == null || e(_);
|
7478
7517
|
},
|
7479
7518
|
[s, e]
|
7480
|
-
),
|
7481
|
-
if (!
|
7519
|
+
), e1 = j(() => {
|
7520
|
+
if (!p) {
|
7482
7521
|
if (s) {
|
7483
|
-
|
7522
|
+
G([]);
|
7484
7523
|
return;
|
7485
7524
|
}
|
7486
|
-
|
7525
|
+
G("");
|
7487
7526
|
}
|
7488
|
-
}, [
|
7527
|
+
}, [G, s, p]), t1 = j(
|
7489
7528
|
(m) => {
|
7490
|
-
const
|
7491
|
-
|
7529
|
+
const _ = A.filter((O) => O !== m);
|
7530
|
+
G(_), T(_);
|
7492
7531
|
},
|
7493
|
-
[
|
7494
|
-
),
|
7495
|
-
(m) => (
|
7532
|
+
[G, A]
|
7533
|
+
), g1 = j(
|
7534
|
+
(m) => (A == null ? void 0 : A.indexOf(m)) === 0 ? (
|
7496
7535
|
// if the search input is empty
|
7497
7536
|
// then display the placeholder, else do not display it
|
7498
|
-
/* @__PURE__ */ r("span", { className: "custom-placeholder", children:
|
7499
|
-
) : /* @__PURE__ */ r(
|
7500
|
-
[
|
7501
|
-
),
|
7537
|
+
/* @__PURE__ */ r("span", { className: "custom-placeholder", children: K ? t : "" })
|
7538
|
+
) : /* @__PURE__ */ r(i1, {}),
|
7539
|
+
[K, A, t]
|
7540
|
+
), L1 = (m) => {
|
7502
7541
|
m.preventDefault(), m.stopPropagation();
|
7503
|
-
},
|
7504
|
-
const { target:
|
7505
|
-
|
7506
|
-
},
|
7542
|
+
}, v1 = async (m) => {
|
7543
|
+
const { target: _ } = m;
|
7544
|
+
_.scrollTop + _.offsetHeight >= _.scrollHeight - a && (f == null || f(!0)), k && await k(m);
|
7545
|
+
}, o1 = j(
|
7507
7546
|
(m) => {
|
7508
|
-
var
|
7509
|
-
return ((
|
7510
|
-
(
|
7511
|
-
)) == null ? void 0 :
|
7547
|
+
var _, O;
|
7548
|
+
return ((_ = l.find((l1) => l1.value === m)) == null ? void 0 : _.label) || ((O = N == null ? void 0 : N.find(
|
7549
|
+
(l1) => l1.value === m
|
7550
|
+
)) == null ? void 0 : O.label) || m;
|
7512
7551
|
},
|
7513
7552
|
[N, l]
|
7514
|
-
),
|
7553
|
+
), N1 = j(
|
7515
7554
|
(m) => {
|
7516
|
-
var
|
7555
|
+
var _;
|
7517
7556
|
return /* @__PURE__ */ r(
|
7518
|
-
|
7557
|
+
y3,
|
7519
7558
|
{
|
7520
7559
|
values: m,
|
7521
|
-
onTagClose:
|
7522
|
-
maxWidth: ((
|
7560
|
+
onTagClose: t1,
|
7561
|
+
maxWidth: ((_ = U.current) == null ? void 0 : _.clientWidth) || 0,
|
7523
7562
|
disabled: o,
|
7524
|
-
closable: !
|
7563
|
+
closable: !p,
|
7525
7564
|
options: l,
|
7526
7565
|
extraOptions: N
|
7527
7566
|
}
|
7528
7567
|
);
|
7529
7568
|
},
|
7530
|
-
[o, N,
|
7531
|
-
),
|
7532
|
-
({ label: m, value:
|
7533
|
-
[o,
|
7534
|
-
);
|
7569
|
+
[o, N, t1, l, p]
|
7570
|
+
), I = j(
|
7571
|
+
({ label: m, value: _, mode: O }) => O === "filter" ? g1(_) : /* @__PURE__ */ r("div", { onMouseDown: L1, className: "tag-wrapper", children: /* @__PURE__ */ r(ce, { onClose: () => t1(_), disabled: o, children: typeof m == "object" ? m : o1(_) }) }),
|
7572
|
+
[o, o1, t1, g1]
|
7573
|
+
), $ = Array.isArray(A) && A.length > 0 || !!A && typeof A == "string" && A.trim() !== "";
|
7535
7574
|
return /* @__PURE__ */ C(
|
7536
7575
|
"div",
|
7537
7576
|
{
|
7538
|
-
className: `snmt-select ${
|
7539
|
-
|
7540
|
-
ref:
|
7577
|
+
className: `snmt-select-1-15-6 ${F ? "snmt-select-focused" : ""}
|
7578
|
+
${s ? "" : "snmt-select-single"} ${p ? "snmt-select-read-only" : ""}`,
|
7579
|
+
ref: U,
|
7541
7580
|
style: { width: c },
|
7542
7581
|
children: [
|
7543
7582
|
/* @__PURE__ */ r(
|
7544
|
-
|
7583
|
+
ve,
|
7545
7584
|
{
|
7546
7585
|
className: "snmt-select-blank",
|
7547
|
-
popupClassName:
|
7586
|
+
popupClassName: p ? "dropdown-read-only" : "",
|
7548
7587
|
id: x,
|
7549
|
-
ref:
|
7588
|
+
ref: v,
|
7550
7589
|
showSearch: !!n,
|
7551
|
-
filterOption: n &&
|
7552
|
-
onDropdownVisibleChange:
|
7553
|
-
placeholder: t ? d ? `${t}*` : t : void 0,
|
7590
|
+
filterOption: n && X,
|
7591
|
+
onDropdownVisibleChange: q,
|
7554
7592
|
disabled: o,
|
7555
|
-
value:
|
7556
|
-
labelRender: (m) =>
|
7593
|
+
value: A || void 0,
|
7594
|
+
labelRender: (m) => o1(m.value),
|
7557
7595
|
mode: s === "filter" ? "multiple" : s,
|
7558
|
-
onChange:
|
7559
|
-
onFocus:
|
7560
|
-
onBlur:
|
7596
|
+
onChange: G,
|
7597
|
+
onFocus: B,
|
7598
|
+
onBlur: P,
|
7561
7599
|
onSearch: (m) => {
|
7562
|
-
|
7600
|
+
z(!m), h && h(m);
|
7563
7601
|
},
|
7564
|
-
onSelect: () =>
|
7565
|
-
onDeselect: () =>
|
7566
|
-
tagRender: (m) =>
|
7602
|
+
onSelect: () => z(!0),
|
7603
|
+
onDeselect: () => z(!0),
|
7604
|
+
tagRender: (m) => I({ ...m, mode: s }),
|
7567
7605
|
maxTagCount: "responsive",
|
7568
|
-
maxTagPlaceholder:
|
7569
|
-
onPopupScroll:
|
7570
|
-
prefix:
|
7571
|
-
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(
|
7572
|
-
|
7573
|
-
|
7606
|
+
maxTagPlaceholder: N1,
|
7607
|
+
onPopupScroll: v1,
|
7608
|
+
prefix: V && /* @__PURE__ */ r(T1, { size: 15 }),
|
7609
|
+
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ C(i1, { children: [
|
7610
|
+
A && !!A.length && (s || g) && /* @__PURE__ */ r("div", { onClick: e1, children: /* @__PURE__ */ r(
|
7611
|
+
C1,
|
7574
7612
|
{
|
7575
7613
|
name: "cancel",
|
7576
|
-
color: o ?
|
7614
|
+
color: o ? Q.GREY_DARK_1 : Q.GREY_DARK_5
|
7577
7615
|
}
|
7578
7616
|
) }),
|
7579
7617
|
/* @__PURE__ */ r(
|
7580
|
-
|
7618
|
+
C1,
|
7581
7619
|
{
|
7582
7620
|
name: "selectArrowIcon",
|
7583
|
-
color: o ?
|
7584
|
-
className:
|
7585
|
-
onClick: () =>
|
7621
|
+
color: o ? Q.GREY_DARK_1 : Q.GREY_DARK_5,
|
7622
|
+
className: w ? "select-arrow-rotated" : "select-arrow",
|
7623
|
+
onClick: () => H(!w)
|
7586
7624
|
}
|
7587
7625
|
)
|
7588
7626
|
] }) }),
|
7589
|
-
removeIcon: /* @__PURE__ */ r(
|
7627
|
+
removeIcon: /* @__PURE__ */ r(C1, { name: "errorSmall", color: Q.GREY_DARK_2 }),
|
7590
7628
|
options: l,
|
7591
|
-
optionRender: (m) => b ? b(m.data) : /* @__PURE__ */ C(
|
7592
|
-
/* @__PURE__ */ C(
|
7629
|
+
optionRender: (m) => b ? b(m.data) : /* @__PURE__ */ C(p1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
7630
|
+
/* @__PURE__ */ C(p1, { alignItems: "center", gap: 12, children: [
|
7593
7631
|
s && /* @__PURE__ */ r(
|
7594
|
-
|
7632
|
+
ze,
|
7595
7633
|
{
|
7596
|
-
checked: !!(
|
7634
|
+
checked: !!(A != null && A.includes(m.value))
|
7597
7635
|
}
|
7598
7636
|
),
|
7599
|
-
/* @__PURE__ */ C(
|
7600
|
-
m.data.image && /* @__PURE__ */ r(
|
7637
|
+
/* @__PURE__ */ C(p1, { alignItems: "center", gap: 8, children: [
|
7638
|
+
m.data.image && /* @__PURE__ */ r(Ue, { src: m.data.image, size: 20 }),
|
7601
7639
|
/* @__PURE__ */ r("span", { children: m.label })
|
7602
7640
|
] })
|
7603
7641
|
] }),
|
7604
|
-
!s &&
|
7605
|
-
|
7642
|
+
!s && A === m.value && /* @__PURE__ */ r(
|
7643
|
+
C1,
|
7606
7644
|
{
|
7607
7645
|
name: "ok",
|
7608
|
-
color:
|
7646
|
+
color: Q.BLUE_PRIMARY,
|
7609
7647
|
width: 16,
|
7610
7648
|
height: 16
|
7611
7649
|
}
|
7612
7650
|
)
|
7613
7651
|
] }),
|
7614
7652
|
dropdownRender: (m) => /* @__PURE__ */ C("div", { className: "dropdown-container", children: [
|
7615
|
-
/* @__PURE__ */ r("div", { className: "dropdown-menu", children:
|
7616
|
-
|
7653
|
+
/* @__PURE__ */ r("div", { className: "dropdown-menu", children: E ? E(m) : m }),
|
7654
|
+
V && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(T1, { size: 28 }) })
|
7617
7655
|
] })
|
7618
7656
|
}
|
7619
7657
|
),
|
7620
|
-
/* @__PURE__ */
|
7621
|
-
|
7622
|
-
|
7623
|
-
|
7624
|
-
|
7625
|
-
|
7626
|
-
|
7627
|
-
|
7628
|
-
|
7629
|
-
|
7658
|
+
t && /* @__PURE__ */ C(i1, { children: [
|
7659
|
+
/* @__PURE__ */ r(
|
7660
|
+
"label",
|
7661
|
+
{
|
7662
|
+
className: `${F || $ ? "label-floating" : ""} ${o ? "label-disabled" : ""} ${F ? "label-focused" : ""} ${V ? "label-loading" : ""} ${L ? "label-error" : ""}`,
|
7663
|
+
children: d ? `${t}*` : t
|
7664
|
+
}
|
7665
|
+
),
|
7666
|
+
/* @__PURE__ */ r(
|
7667
|
+
"fieldset",
|
7668
|
+
{
|
7669
|
+
className: `${F ? "fieldset-focused" : ""} ${o ? "fieldset-disabled" : ""} ${$ ? "fieldset-filled" : ""} ${L ? "fieldset-error" : ""}`,
|
7670
|
+
children: /* @__PURE__ */ r("legend", { children: /* @__PURE__ */ r("span", { children: d ? `${t}*` : t }) })
|
7671
|
+
}
|
7672
|
+
)
|
7673
|
+
] }),
|
7674
|
+
L && /* @__PURE__ */ C(p1, { justifyContent: "flex-start", gap: 6, children: [
|
7675
|
+
/* @__PURE__ */ r(C1, { name: "attention", color: Q.NOTIFICATION_ERROR_DARK }),
|
7676
|
+
typeof L == "string" ? /* @__PURE__ */ r(x3, { color: Q.NOTIFICATION_ERROR_DARK, variant: "body4", children: L }) : L
|
7677
|
+
] })
|
7630
7678
|
]
|
7631
7679
|
}
|
7632
7680
|
);
|
7633
7681
|
}
|
7634
7682
|
);
|
7635
|
-
function
|
7683
|
+
function b3(i, e = 500) {
|
7636
7684
|
const t = Y();
|
7637
|
-
return
|
7685
|
+
return Z(() => () => {
|
7638
7686
|
t.current && clearTimeout(t.current);
|
7639
7687
|
}, []), (...s) => {
|
7640
7688
|
const n = setTimeout(() => {
|
@@ -7643,15 +7691,15 @@ function N3(i, e = 500) {
|
|
7643
7691
|
clearTimeout(t.current), t.current = n;
|
7644
7692
|
};
|
7645
7693
|
}
|
7646
|
-
function
|
7694
|
+
function K1(i) {
|
7647
7695
|
const e = Y(i);
|
7648
|
-
return
|
7696
|
+
return Z(() => {
|
7649
7697
|
e.current = i;
|
7650
7698
|
}, [i]), e.current;
|
7651
7699
|
}
|
7652
|
-
const
|
7700
|
+
const E1 = 100, a1 = {
|
7653
7701
|
offset: 0
|
7654
|
-
},
|
7702
|
+
}, _3 = k1(
|
7655
7703
|
({
|
7656
7704
|
loadOptions: i,
|
7657
7705
|
width: e,
|
@@ -7666,200 +7714,203 @@ const b1 = 100, r1 = {
|
|
7666
7714
|
preloadOptions: a,
|
7667
7715
|
extraOptions: h,
|
7668
7716
|
onDropdownVisibleChange: u,
|
7669
|
-
optionRender:
|
7717
|
+
optionRender: f,
|
7670
7718
|
dropdownRender: k,
|
7671
7719
|
readOnly: x,
|
7672
|
-
clearable: N,
|
7673
|
-
required:
|
7674
|
-
|
7675
|
-
|
7720
|
+
clearable: N = !1,
|
7721
|
+
required: E = !1,
|
7722
|
+
error: b
|
7723
|
+
}, V) => {
|
7724
|
+
const [p, L] = S(), [v, w] = S(a1), [H, F] = S(!1), [W, K] = S(), [z, A] = S(!1), [T, U] = S(
|
7676
7725
|
h ?? []
|
7677
|
-
),
|
7726
|
+
), q = K1(v.offset), X = K1(W), [B, P] = S(!1), G = Y(!1), e1 = j(
|
7678
7727
|
async ({
|
7679
|
-
limit:
|
7680
|
-
offset:
|
7681
|
-
search:
|
7728
|
+
limit: I = E1,
|
7729
|
+
offset: $,
|
7730
|
+
search: m
|
7682
7731
|
}) => {
|
7683
|
-
|
7732
|
+
F(!0);
|
7684
7733
|
try {
|
7685
|
-
const
|
7686
|
-
limit:
|
7687
|
-
offset:
|
7688
|
-
search:
|
7734
|
+
const _ = await i({
|
7735
|
+
limit: I,
|
7736
|
+
offset: $,
|
7737
|
+
search: m
|
7689
7738
|
});
|
7690
|
-
|
7691
|
-
(
|
7692
|
-
),
|
7693
|
-
...
|
7694
|
-
count:
|
7739
|
+
L(
|
7740
|
+
(O) => $ === 0 ? _.options : [...O ?? [], ..._.options]
|
7741
|
+
), w((O) => ({
|
7742
|
+
...O,
|
7743
|
+
count: _.count
|
7695
7744
|
}));
|
7696
|
-
} catch (
|
7697
|
-
return console.error("AsyncSelect. fetchOptions error",
|
7745
|
+
} catch (_) {
|
7746
|
+
return console.error("AsyncSelect. fetchOptions error", _), [];
|
7698
7747
|
} finally {
|
7699
|
-
|
7748
|
+
F(!1);
|
7700
7749
|
}
|
7701
7750
|
},
|
7702
7751
|
[i]
|
7703
|
-
),
|
7704
|
-
|
7705
|
-
}),
|
7706
|
-
(
|
7707
|
-
[
|
7708
|
-
),
|
7709
|
-
async (
|
7710
|
-
|
7711
|
-
|
7712
|
-
offset:
|
7752
|
+
), t1 = b3((I) => {
|
7753
|
+
K(I), I || w(a1);
|
7754
|
+
}), g1 = j(
|
7755
|
+
(I) => t1(I),
|
7756
|
+
[t1]
|
7757
|
+
), L1 = j(
|
7758
|
+
async (I) => {
|
7759
|
+
H || I && v.count && v.count > ((p == null ? void 0 : p.length) ?? 0) && w(($) => ({
|
7760
|
+
...$,
|
7761
|
+
offset: $.offset + E1
|
7713
7762
|
}));
|
7714
7763
|
},
|
7715
|
-
[
|
7716
|
-
),
|
7717
|
-
(
|
7718
|
-
|
7764
|
+
[H, p == null ? void 0 : p.length, v.count]
|
7765
|
+
), v1 = j(
|
7766
|
+
(I) => {
|
7767
|
+
A(I), !I && W && (K(void 0), w(a1), P(!0)), u == null || u(I);
|
7719
7768
|
},
|
7720
|
-
[u,
|
7769
|
+
[u, W]
|
7721
7770
|
);
|
7722
|
-
|
7723
|
-
!
|
7724
|
-
}, [
|
7725
|
-
(g || a) &&
|
7726
|
-
}, []),
|
7727
|
-
h &&
|
7728
|
-
const
|
7729
|
-
(
|
7771
|
+
Z(() => {
|
7772
|
+
!G.current || H || (B || z && (q !== v.offset || X !== W || !p)) && (e1({ offset: v.offset, limit: E1, search: W }), B && P(!1));
|
7773
|
+
}, [B, z, v.offset, W, q, X, p, H]), Z(() => {
|
7774
|
+
(g || a) && e1(a1), G.current = !0;
|
7775
|
+
}, []), Z(() => {
|
7776
|
+
h && U((I) => {
|
7777
|
+
const $ = h.filter(
|
7778
|
+
(m) => !I.some((_) => _.value === m.value)
|
7730
7779
|
);
|
7731
|
-
return [...
|
7780
|
+
return [...I, ...$];
|
7732
7781
|
});
|
7733
7782
|
}, [h]);
|
7734
|
-
const
|
7735
|
-
(
|
7736
|
-
t && t(
|
7737
|
-
let
|
7738
|
-
if (d ?
|
7739
|
-
const
|
7740
|
-
(
|
7783
|
+
const o1 = j(
|
7784
|
+
(I) => {
|
7785
|
+
t && t(I);
|
7786
|
+
let $ = [];
|
7787
|
+
if (d ? $ = Array.isArray(I) ? I : [] : $ = I ? [I] : [], W) {
|
7788
|
+
const m = $.filter(
|
7789
|
+
(_) => !(T != null && T.some((O) => O.value === _))
|
7741
7790
|
);
|
7742
|
-
|
7743
|
-
...
|
7744
|
-
...
|
7745
|
-
const
|
7791
|
+
m.length > 0 && U((_ = []) => [
|
7792
|
+
..._,
|
7793
|
+
...m.map((O) => {
|
7794
|
+
const l1 = p == null ? void 0 : p.find((fe) => fe.value === O);
|
7746
7795
|
return {
|
7747
|
-
value:
|
7748
|
-
label: (
|
7796
|
+
value: O,
|
7797
|
+
label: (l1 == null ? void 0 : l1.label) ?? O
|
7749
7798
|
};
|
7750
7799
|
})
|
7751
|
-
]),
|
7800
|
+
]), K(void 0), w(a1), P(!0);
|
7752
7801
|
}
|
7753
7802
|
},
|
7754
|
-
[t,
|
7755
|
-
),
|
7803
|
+
[t, W, d, p, T]
|
7804
|
+
), N1 = Le(
|
7756
7805
|
() => ({
|
7757
7806
|
id: n,
|
7758
7807
|
width: e,
|
7759
|
-
options:
|
7760
|
-
onChange:
|
7761
|
-
ref:
|
7808
|
+
options: p || [],
|
7809
|
+
onChange: o1,
|
7810
|
+
ref: V,
|
7762
7811
|
placeholder: o,
|
7763
7812
|
search: !0,
|
7764
7813
|
value: s,
|
7765
|
-
onSearchChange:
|
7766
|
-
onDropdownVisibleChange:
|
7814
|
+
onSearchChange: g1,
|
7815
|
+
onDropdownVisibleChange: v1,
|
7767
7816
|
scrollThresholdValue: c,
|
7768
|
-
onScrollToEnd:
|
7817
|
+
onScrollToEnd: L1,
|
7769
7818
|
disabled: l,
|
7770
|
-
extraOptions:
|
7771
|
-
isLoading:
|
7772
|
-
optionRender:
|
7819
|
+
extraOptions: T,
|
7820
|
+
isLoading: H,
|
7821
|
+
optionRender: f,
|
7773
7822
|
dropdownRender: k,
|
7774
7823
|
readOnly: x,
|
7775
7824
|
clearable: N,
|
7776
|
-
required:
|
7825
|
+
required: E,
|
7826
|
+
error: b
|
7777
7827
|
}),
|
7778
7828
|
[
|
7779
7829
|
n,
|
7780
7830
|
e,
|
7781
|
-
|
7782
|
-
|
7783
|
-
|
7831
|
+
p,
|
7832
|
+
o1,
|
7833
|
+
V,
|
7784
7834
|
o,
|
7785
7835
|
s,
|
7786
|
-
|
7787
|
-
|
7836
|
+
g1,
|
7837
|
+
v1,
|
7788
7838
|
c,
|
7789
|
-
|
7839
|
+
L1,
|
7790
7840
|
l,
|
7791
|
-
|
7792
|
-
|
7793
|
-
|
7841
|
+
T,
|
7842
|
+
H,
|
7843
|
+
f,
|
7794
7844
|
k,
|
7795
7845
|
x,
|
7796
7846
|
N,
|
7797
|
-
|
7847
|
+
E,
|
7848
|
+
b
|
7798
7849
|
]
|
7799
7850
|
);
|
7800
|
-
return
|
7851
|
+
return ne(V, () => ({
|
7801
7852
|
refetchOptions: async () => {
|
7802
|
-
|
7853
|
+
w(a1), K(void 0), P(!0);
|
7803
7854
|
}
|
7804
|
-
})), d ? /* @__PURE__ */ r(
|
7855
|
+
})), d ? /* @__PURE__ */ r(G1, { ...N1, value: s, mode: d }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r(G1, { ...N1, value: s }) });
|
7805
7856
|
}
|
7806
|
-
), y = (i) => typeof i == "string",
|
7857
|
+
), y = (i) => typeof i == "string", u1 = () => {
|
7807
7858
|
let i, e;
|
7808
7859
|
const t = new Promise((s, n) => {
|
7809
7860
|
i = s, e = n;
|
7810
7861
|
});
|
7811
7862
|
return t.resolve = i, t.reject = e, t;
|
7812
|
-
},
|
7863
|
+
}, P1 = (i) => i == null ? "" : "" + i, E3 = (i, e, t) => {
|
7813
7864
|
i.forEach((s) => {
|
7814
7865
|
e[s] && (t[s] = e[s]);
|
7815
7866
|
});
|
7816
|
-
},
|
7867
|
+
}, V3 = /###/g, $1 = (i) => i && i.indexOf("###") > -1 ? i.replace(V3, ".") : i, Y1 = (i) => !i || y(i), w1 = (i, e, t) => {
|
7817
7868
|
const s = y(e) ? e.split(".") : e;
|
7818
7869
|
let n = 0;
|
7819
7870
|
for (; n < s.length - 1; ) {
|
7820
7871
|
if (Y1(i)) return {};
|
7821
|
-
const l =
|
7872
|
+
const l = $1(s[n]);
|
7822
7873
|
!i[l] && t && (i[l] = new t()), Object.prototype.hasOwnProperty.call(i, l) ? i = i[l] : i = {}, ++n;
|
7823
7874
|
}
|
7824
7875
|
return Y1(i) ? {} : {
|
7825
7876
|
obj: i,
|
7826
|
-
k:
|
7877
|
+
k: $1(s[n])
|
7827
7878
|
};
|
7828
7879
|
}, F1 = (i, e, t) => {
|
7829
7880
|
const {
|
7830
7881
|
obj: s,
|
7831
7882
|
k: n
|
7832
|
-
} =
|
7883
|
+
} = w1(i, e, Object);
|
7833
7884
|
if (s !== void 0 || e.length === 1) {
|
7834
7885
|
s[n] = t;
|
7835
7886
|
return;
|
7836
7887
|
}
|
7837
|
-
let l = e[e.length - 1], c = e.slice(0, e.length - 1), o =
|
7888
|
+
let l = e[e.length - 1], c = e.slice(0, e.length - 1), o = w1(i, c, Object);
|
7838
7889
|
for (; o.obj === void 0 && c.length; )
|
7839
|
-
l = `${c[c.length - 1]}.${l}`, c = c.slice(0, c.length - 1), o =
|
7890
|
+
l = `${c[c.length - 1]}.${l}`, c = c.slice(0, c.length - 1), o = w1(i, c, Object), o && o.obj && typeof o.obj[`${o.k}.${l}`] < "u" && (o.obj = void 0);
|
7840
7891
|
o.obj[`${o.k}.${l}`] = t;
|
7841
|
-
},
|
7892
|
+
}, H3 = (i, e, t, s) => {
|
7842
7893
|
const {
|
7843
7894
|
obj: n,
|
7844
7895
|
k: l
|
7845
|
-
} =
|
7896
|
+
} = w1(i, e, Object);
|
7846
7897
|
n[l] = n[l] || [], n[l].push(t);
|
7847
|
-
},
|
7898
|
+
}, M1 = (i, e) => {
|
7848
7899
|
const {
|
7849
7900
|
obj: t,
|
7850
7901
|
k: s
|
7851
|
-
} =
|
7902
|
+
} = w1(i, e);
|
7852
7903
|
if (t)
|
7853
7904
|
return t[s];
|
7854
|
-
},
|
7855
|
-
const s =
|
7856
|
-
return s !== void 0 ? s :
|
7857
|
-
},
|
7905
|
+
}, I3 = (i, e, t) => {
|
7906
|
+
const s = M1(i, t);
|
7907
|
+
return s !== void 0 ? s : M1(e, t);
|
7908
|
+
}, de = (i, e, t) => {
|
7858
7909
|
for (const s in e)
|
7859
|
-
s !== "__proto__" && s !== "constructor" && (s in i ? y(i[s]) || i[s] instanceof String || y(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) :
|
7910
|
+
s !== "__proto__" && s !== "constructor" && (s in i ? y(i[s]) || i[s] instanceof String || y(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : de(i[s], e[s], t) : i[s] = e[s]);
|
7860
7911
|
return i;
|
7861
|
-
},
|
7862
|
-
var
|
7912
|
+
}, h1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
7913
|
+
var O3 = {
|
7863
7914
|
"&": "&",
|
7864
7915
|
"<": "<",
|
7865
7916
|
">": ">",
|
@@ -7867,8 +7918,8 @@ var _3 = {
|
|
7867
7918
|
"'": "'",
|
7868
7919
|
"/": "/"
|
7869
7920
|
};
|
7870
|
-
const
|
7871
|
-
class
|
7921
|
+
const S3 = (i) => y(i) ? i.replace(/[&<>"'\/]/g, (e) => O3[e]) : i;
|
7922
|
+
class A3 {
|
7872
7923
|
constructor(e) {
|
7873
7924
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
7874
7925
|
}
|
@@ -7880,18 +7931,18 @@ class V3 {
|
|
7880
7931
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
7881
7932
|
}
|
7882
7933
|
}
|
7883
|
-
const
|
7934
|
+
const B3 = [" ", ",", "?", "!", ";"], Z3 = new A3(20), W3 = (i, e, t) => {
|
7884
7935
|
e = e || "", t = t || "";
|
7885
|
-
const s =
|
7936
|
+
const s = B3.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
7886
7937
|
if (s.length === 0) return !0;
|
7887
|
-
const n =
|
7938
|
+
const n = Z3.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
7888
7939
|
let l = !n.test(i);
|
7889
7940
|
if (!l) {
|
7890
7941
|
const c = i.indexOf(t);
|
7891
7942
|
c > 0 && !n.test(i.substring(0, c)) && (l = !0);
|
7892
7943
|
}
|
7893
7944
|
return l;
|
7894
|
-
},
|
7945
|
+
}, O1 = function(i, e) {
|
7895
7946
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ".";
|
7896
7947
|
if (!i) return;
|
7897
7948
|
if (i[e]) return i[e];
|
@@ -7911,7 +7962,7 @@ const H3 = [" ", ",", "?", "!", ";"], I3 = new V3(20), S3 = (i, e, t) => {
|
|
7911
7962
|
n = c;
|
7912
7963
|
}
|
7913
7964
|
return n;
|
7914
|
-
},
|
7965
|
+
}, R1 = (i) => i && i.replace("_", "-"), j3 = {
|
7915
7966
|
type: "logger",
|
7916
7967
|
log(i) {
|
7917
7968
|
this.output("log", i);
|
@@ -7926,14 +7977,14 @@ const H3 = [" ", ",", "?", "!", ";"], I3 = new V3(20), S3 = (i, e, t) => {
|
|
7926
7977
|
console && console[i] && console[i].apply(console, e);
|
7927
7978
|
}
|
7928
7979
|
};
|
7929
|
-
class
|
7980
|
+
class y1 {
|
7930
7981
|
constructor(e) {
|
7931
7982
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7932
7983
|
this.init(e, t);
|
7933
7984
|
}
|
7934
7985
|
init(e) {
|
7935
7986
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7936
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
7987
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || j3, this.options = t, this.debug = t.debug;
|
7937
7988
|
}
|
7938
7989
|
log() {
|
7939
7990
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
@@ -7959,17 +8010,17 @@ class x1 {
|
|
7959
8010
|
return n && !this.debug ? null : (y(e[0]) && (e[0] = `${s}${this.prefix} ${e[0]}`), this.logger[t](e));
|
7960
8011
|
}
|
7961
8012
|
create(e) {
|
7962
|
-
return new
|
8013
|
+
return new y1(this.logger, {
|
7963
8014
|
prefix: `${this.prefix}:${e}:`,
|
7964
8015
|
...this.options
|
7965
8016
|
});
|
7966
8017
|
}
|
7967
8018
|
clone(e) {
|
7968
|
-
return e = e || this.options, e.prefix = e.prefix || this.prefix, new
|
8019
|
+
return e = e || this.options, e.prefix = e.prefix || this.prefix, new y1(this.logger, e);
|
7969
8020
|
}
|
7970
8021
|
}
|
7971
|
-
var
|
7972
|
-
class
|
8022
|
+
var J = new y1();
|
8023
|
+
class _1 {
|
7973
8024
|
constructor() {
|
7974
8025
|
this.observers = {};
|
7975
8026
|
}
|
@@ -8003,7 +8054,7 @@ class y1 {
|
|
8003
8054
|
});
|
8004
8055
|
}
|
8005
8056
|
}
|
8006
|
-
class
|
8057
|
+
class U1 extends _1 {
|
8007
8058
|
constructor(e) {
|
8008
8059
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
8009
8060
|
ns: ["translation"],
|
@@ -8023,8 +8074,8 @@ class $1 extends y1 {
|
|
8023
8074
|
const l = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator, c = n.ignoreJSONStructure !== void 0 ? n.ignoreJSONStructure : this.options.ignoreJSONStructure;
|
8024
8075
|
let o;
|
8025
8076
|
e.indexOf(".") > -1 ? o = e.split(".") : (o = [e, t], s && (Array.isArray(s) ? o.push(...s) : y(s) && l ? o.push(...s.split(l)) : o.push(s)));
|
8026
|
-
const d =
|
8027
|
-
return !d && !t && !s && e.indexOf(".") > -1 && (e = o[0], t = o[1], s = o.slice(2).join(".")), d || !c || !y(s) ? d :
|
8077
|
+
const d = M1(this.data, o);
|
8078
|
+
return !d && !t && !s && e.indexOf(".") > -1 && (e = o[0], t = o[1], s = o.slice(2).join(".")), d || !c || !y(s) ? d : O1(this.data && this.data[e] && this.data[e][t], s, l);
|
8028
8079
|
}
|
8029
8080
|
addResource(e, t, s, n) {
|
8030
8081
|
let l = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
|
@@ -8050,8 +8101,8 @@ class $1 extends y1 {
|
|
8050
8101
|
skipCopy: !1
|
8051
8102
|
}, o = [e, t];
|
8052
8103
|
e.indexOf(".") > -1 && (o = e.split("."), n = s, s = t, t = o[1]), this.addNamespaces(t);
|
8053
|
-
let d =
|
8054
|
-
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), n ?
|
8104
|
+
let d = M1(this.data, o) || {};
|
8105
|
+
c.skipCopy || (s = JSON.parse(JSON.stringify(s))), n ? de(d, s, l) : d = {
|
8055
8106
|
...d,
|
8056
8107
|
...s
|
8057
8108
|
}, F1(this.data, o, d), c.silent || this.emit("added", e, t, s);
|
@@ -8078,7 +8129,7 @@ class $1 extends y1 {
|
|
8078
8129
|
return this.data;
|
8079
8130
|
}
|
8080
8131
|
}
|
8081
|
-
var
|
8132
|
+
var ge = {
|
8082
8133
|
processors: {},
|
8083
8134
|
addPostProcessor(i) {
|
8084
8135
|
this.processors[i.name] = i;
|
@@ -8089,11 +8140,11 @@ var ce = {
|
|
8089
8140
|
}), e;
|
8090
8141
|
}
|
8091
8142
|
};
|
8092
|
-
const
|
8093
|
-
class
|
8143
|
+
const z1 = {};
|
8144
|
+
class b1 extends _1 {
|
8094
8145
|
constructor(e) {
|
8095
8146
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8096
|
-
super(),
|
8147
|
+
super(), E3(["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");
|
8097
8148
|
}
|
8098
8149
|
changeLanguage(e) {
|
8099
8150
|
e && (this.language = e);
|
@@ -8112,7 +8163,7 @@ class M1 extends y1 {
|
|
8112
8163
|
s === void 0 && (s = ":");
|
8113
8164
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
8114
8165
|
let l = t.ns || this.options.defaultNS || [];
|
8115
|
-
const c = s && e.indexOf(s) > -1, o = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
8166
|
+
const c = s && e.indexOf(s) > -1, o = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !W3(e, s, n);
|
8116
8167
|
if (c && !o) {
|
8117
8168
|
const d = e.match(this.interpolator.nestingRegexp);
|
8118
8169
|
if (d && d.length > 0)
|
@@ -8139,15 +8190,15 @@ class M1 extends y1 {
|
|
8139
8190
|
} = this.extractFromKey(e[e.length - 1], t), d = o[o.length - 1], g = t.lng || this.language, a = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
8140
8191
|
if (g && g.toLowerCase() === "cimode") {
|
8141
8192
|
if (a) {
|
8142
|
-
const
|
8193
|
+
const p = t.nsSeparator || this.options.nsSeparator;
|
8143
8194
|
return n ? {
|
8144
|
-
res: `${d}${
|
8195
|
+
res: `${d}${p}${c}`,
|
8145
8196
|
usedKey: c,
|
8146
8197
|
exactUsedKey: c,
|
8147
8198
|
usedLng: g,
|
8148
8199
|
usedNS: d,
|
8149
8200
|
usedParams: this.getUsedParamsDetails(t)
|
8150
|
-
} : `${d}${
|
8201
|
+
} : `${d}${p}${c}`;
|
8151
8202
|
}
|
8152
8203
|
return n ? {
|
8153
8204
|
res: c,
|
@@ -8160,64 +8211,64 @@ class M1 extends y1 {
|
|
8160
8211
|
}
|
8161
8212
|
const h = this.resolve(e, t);
|
8162
8213
|
let u = h && h.res;
|
8163
|
-
const
|
8164
|
-
if (b && u &&
|
8214
|
+
const f = h && h.usedKey || c, k = h && h.exactUsedKey || c, x = Object.prototype.toString.apply(u), N = ["[object Number]", "[object Function]", "[object RegExp]"], E = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, b = !this.i18nFormat || this.i18nFormat.handleAsObject, V = !y(u) && typeof u != "boolean" && typeof u != "number";
|
8215
|
+
if (b && u && V && N.indexOf(x) < 0 && !(y(E) && Array.isArray(u))) {
|
8165
8216
|
if (!t.returnObjects && !this.options.returnObjects) {
|
8166
8217
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
8167
|
-
const
|
8218
|
+
const p = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(f, u, {
|
8168
8219
|
...t,
|
8169
8220
|
ns: o
|
8170
8221
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
8171
|
-
return n ? (h.res =
|
8222
|
+
return n ? (h.res = p, h.usedParams = this.getUsedParamsDetails(t), h) : p;
|
8172
8223
|
}
|
8173
8224
|
if (l) {
|
8174
|
-
const
|
8225
|
+
const p = Array.isArray(u), L = p ? [] : {}, v = p ? k : f;
|
8175
8226
|
for (const w in u)
|
8176
8227
|
if (Object.prototype.hasOwnProperty.call(u, w)) {
|
8177
|
-
const
|
8178
|
-
L[w] = this.translate(
|
8228
|
+
const H = `${v}${l}${w}`;
|
8229
|
+
L[w] = this.translate(H, {
|
8179
8230
|
...t,
|
8180
8231
|
joinArrays: !1,
|
8181
8232
|
ns: o
|
8182
|
-
}), L[w] ===
|
8233
|
+
}), L[w] === H && (L[w] = u[w]);
|
8183
8234
|
}
|
8184
8235
|
u = L;
|
8185
8236
|
}
|
8186
|
-
} else if (b && y(
|
8187
|
-
u = u.join(
|
8237
|
+
} else if (b && y(E) && Array.isArray(u))
|
8238
|
+
u = u.join(E), u && (u = this.extendTranslation(u, e, t, s));
|
8188
8239
|
else {
|
8189
|
-
let
|
8190
|
-
const v = t.count !== void 0 && !y(t.count), w =
|
8240
|
+
let p = !1, L = !1;
|
8241
|
+
const v = t.count !== void 0 && !y(t.count), w = b1.hasDefaultValue(t), H = v ? this.pluralResolver.getSuffix(g, t.count, t) : "", F = t.ordinal && v ? this.pluralResolver.getSuffix(g, t.count, {
|
8191
8242
|
ordinal: !1
|
8192
|
-
}) : "",
|
8193
|
-
!this.isValidLookup(u) && w && (
|
8194
|
-
const
|
8195
|
-
if (L ||
|
8196
|
-
if (this.logger.log(
|
8197
|
-
const
|
8243
|
+
}) : "", W = v && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), K = W && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${H}`] || t[`defaultValue${F}`] || t.defaultValue;
|
8244
|
+
!this.isValidLookup(u) && w && (p = !0, u = K), this.isValidLookup(u) || (L = !0, u = c);
|
8245
|
+
const A = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && L ? void 0 : u, T = w && K !== u && this.options.updateMissing;
|
8246
|
+
if (L || p || T) {
|
8247
|
+
if (this.logger.log(T ? "updateKey" : "missingKey", g, d, c, T ? K : u), l) {
|
8248
|
+
const B = this.resolve(c, {
|
8198
8249
|
...t,
|
8199
8250
|
keySeparator: !1
|
8200
8251
|
});
|
8201
|
-
|
8252
|
+
B && B.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
|
8202
8253
|
}
|
8203
8254
|
let U = [];
|
8204
|
-
const
|
8205
|
-
if (this.options.saveMissingTo === "fallback" &&
|
8206
|
-
for (let
|
8207
|
-
U.push(
|
8255
|
+
const q = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
8256
|
+
if (this.options.saveMissingTo === "fallback" && q && q[0])
|
8257
|
+
for (let B = 0; B < q.length; B++)
|
8258
|
+
U.push(q[B]);
|
8208
8259
|
else this.options.saveMissingTo === "all" ? U = this.languageUtils.toResolveHierarchy(t.lng || this.language) : U.push(t.lng || this.language);
|
8209
|
-
const X = (
|
8210
|
-
const
|
8211
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(
|
8260
|
+
const X = (B, P, G) => {
|
8261
|
+
const e1 = w && G !== u ? G : A;
|
8262
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(B, d, P, e1, T, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(B, d, P, e1, T, t), this.emit("missingKey", B, d, P, u);
|
8212
8263
|
};
|
8213
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && v ? U.forEach((
|
8214
|
-
const
|
8215
|
-
|
8216
|
-
X([
|
8264
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && v ? U.forEach((B) => {
|
8265
|
+
const P = this.pluralResolver.getSuffixes(B, t);
|
8266
|
+
W && t[`defaultValue${this.options.pluralSeparator}zero`] && P.indexOf(`${this.options.pluralSeparator}zero`) < 0 && P.push(`${this.options.pluralSeparator}zero`), P.forEach((G) => {
|
8267
|
+
X([B], c + G, t[`defaultValue${G}`] || K);
|
8217
8268
|
});
|
8218
|
-
}) : X(U, c,
|
8269
|
+
}) : X(U, c, K));
|
8219
8270
|
}
|
8220
|
-
u = this.extendTranslation(u, e, t, h, s), L && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (L ||
|
8271
|
+
u = this.extendTranslation(u, e, t, h, s), L && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (L || p) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? u = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${d}:${c}` : c, p ? u : void 0) : u = this.options.parseMissingKeyHandler(u));
|
8221
8272
|
}
|
8222
8273
|
return n ? (h.res = u, h.usedParams = this.getUsedParamsDetails(t), h) : u;
|
8223
8274
|
}
|
@@ -8249,17 +8300,17 @@ class M1 extends y1 {
|
|
8249
8300
|
...this.options.interpolation.defaultVariables,
|
8250
8301
|
...h
|
8251
8302
|
}), e = this.interpolator.interpolate(e, h, s.lng || this.language || n.usedLng, s), g) {
|
8252
|
-
const u = e.match(this.interpolator.nestingRegexp),
|
8253
|
-
a <
|
8303
|
+
const u = e.match(this.interpolator.nestingRegexp), f = u && u.length;
|
8304
|
+
a < f && (s.nest = !1);
|
8254
8305
|
}
|
8255
8306
|
!s.lng && this.options.compatibilityAPI !== "v1" && n && n.res && (s.lng = this.language || n.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
8256
|
-
for (var u = arguments.length,
|
8257
|
-
|
8258
|
-
return l && l[0] ===
|
8307
|
+
for (var u = arguments.length, f = new Array(u), k = 0; k < u; k++)
|
8308
|
+
f[k] = arguments[k];
|
8309
|
+
return l && l[0] === f[0] && !s.context ? (c.logger.warn(`It seems you are nesting recursively key: ${f[0]} in key: ${t[0]}`), null) : c.translate(...f, t);
|
8259
8310
|
}, s)), s.interpolation && this.interpolator.reset();
|
8260
8311
|
}
|
8261
8312
|
const o = s.postProcess || this.options.postProcess, d = y(o) ? [o] : o;
|
8262
|
-
return e != null && d && d.length && s.applyPostProcessor !== !1 && (e =
|
8313
|
+
return e != null && d && d.length && s.applyPostProcessor !== !1 && (e = ge.handle(d, e, t, this.options && this.options.postProcessPassResolved ? {
|
8263
8314
|
i18nResolved: {
|
8264
8315
|
...n,
|
8265
8316
|
usedParams: this.getUsedParamsDetails(s)
|
@@ -8275,26 +8326,26 @@ class M1 extends y1 {
|
|
8275
8326
|
n = a;
|
8276
8327
|
let h = g.namespaces;
|
8277
8328
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
8278
|
-
const u = t.count !== void 0 && !y(t.count),
|
8329
|
+
const u = t.count !== void 0 && !y(t.count), f = u && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), k = t.context !== void 0 && (y(t.context) || typeof t.context == "number") && t.context !== "", x = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
8279
8330
|
h.forEach((N) => {
|
8280
|
-
this.isValidLookup(s) || (o = N, !
|
8331
|
+
this.isValidLookup(s) || (o = N, !z1[`${x[0]}-${N}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(o) && (z1[`${x[0]}-${N}`] = !0, this.logger.warn(`key "${n}" for languages "${x.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), x.forEach((E) => {
|
8281
8332
|
if (this.isValidLookup(s)) return;
|
8282
|
-
c =
|
8333
|
+
c = E;
|
8283
8334
|
const b = [a];
|
8284
8335
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
8285
|
-
this.i18nFormat.addLookupKeys(b, a,
|
8336
|
+
this.i18nFormat.addLookupKeys(b, a, E, N, t);
|
8286
8337
|
else {
|
8287
|
-
let
|
8288
|
-
u && (
|
8338
|
+
let p;
|
8339
|
+
u && (p = this.pluralResolver.getSuffix(E, t.count, t));
|
8289
8340
|
const L = `${this.options.pluralSeparator}zero`, v = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
8290
|
-
if (u && (b.push(a +
|
8341
|
+
if (u && (b.push(a + p), t.ordinal && p.indexOf(v) === 0 && b.push(a + p.replace(v, this.options.pluralSeparator)), f && b.push(a + L)), k) {
|
8291
8342
|
const w = `${a}${this.options.contextSeparator}${t.context}`;
|
8292
|
-
b.push(w), u && (b.push(w +
|
8343
|
+
b.push(w), u && (b.push(w + p), t.ordinal && p.indexOf(v) === 0 && b.push(w + p.replace(v, this.options.pluralSeparator)), f && b.push(w + L));
|
8293
8344
|
}
|
8294
8345
|
}
|
8295
|
-
let
|
8296
|
-
for (;
|
8297
|
-
this.isValidLookup(s) || (l =
|
8346
|
+
let V;
|
8347
|
+
for (; V = b.pop(); )
|
8348
|
+
this.isValidLookup(s) || (l = V, s = this.getResource(E, N, V, t));
|
8298
8349
|
}));
|
8299
8350
|
});
|
8300
8351
|
}), {
|
@@ -8336,18 +8387,18 @@ class M1 extends y1 {
|
|
8336
8387
|
return !1;
|
8337
8388
|
}
|
8338
8389
|
}
|
8339
|
-
const
|
8340
|
-
class
|
8390
|
+
const V1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
|
8391
|
+
class J1 {
|
8341
8392
|
constructor(e) {
|
8342
|
-
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger =
|
8393
|
+
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = J.create("languageUtils");
|
8343
8394
|
}
|
8344
8395
|
getScriptPartFromCode(e) {
|
8345
|
-
if (e =
|
8396
|
+
if (e = R1(e), !e || e.indexOf("-") < 0) return null;
|
8346
8397
|
const t = e.split("-");
|
8347
8398
|
return t.length === 2 || (t.pop(), t[t.length - 1].toLowerCase() === "x") ? null : this.formatLanguageCode(t.join("-"));
|
8348
8399
|
}
|
8349
8400
|
getLanguagePartFromCode(e) {
|
8350
|
-
if (e =
|
8401
|
+
if (e = R1(e), !e || e.indexOf("-") < 0) return e;
|
8351
8402
|
const t = e.split("-");
|
8352
8403
|
return this.formatLanguageCode(t[0]);
|
8353
8404
|
}
|
@@ -8361,7 +8412,7 @@ class z1 {
|
|
8361
8412
|
}
|
8362
8413
|
const t = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"];
|
8363
8414
|
let s = e.split("-");
|
8364
|
-
return this.options.lowerCaseLng ? s = s.map((n) => n.toLowerCase()) : s.length === 2 ? (s[0] = s[0].toLowerCase(), s[1] = s[1].toUpperCase(), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] =
|
8415
|
+
return this.options.lowerCaseLng ? s = s.map((n) => n.toLowerCase()) : s.length === 2 ? (s[0] = s[0].toLowerCase(), s[1] = s[1].toUpperCase(), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = V1(s[1].toLowerCase()))) : s.length === 3 && (s[0] = s[0].toLowerCase(), s[1].length === 2 && (s[1] = s[1].toUpperCase()), s[0] !== "sgn" && s[2].length === 2 && (s[2] = s[2].toUpperCase()), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = V1(s[1].toLowerCase())), t.indexOf(s[2].toLowerCase()) > -1 && (s[2] = V1(s[2].toLowerCase()))), s.join("-");
|
8365
8416
|
}
|
8366
8417
|
return this.options.cleanCode || this.options.lowerCaseLng ? e.toLowerCase() : e;
|
8367
8418
|
}
|
@@ -8402,7 +8453,7 @@ class z1 {
|
|
8402
8453
|
}), n;
|
8403
8454
|
}
|
8404
8455
|
}
|
8405
|
-
let
|
8456
|
+
let D3 = [{
|
8406
8457
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
8407
8458
|
nr: [1, 2],
|
8408
8459
|
fc: 1
|
@@ -8494,7 +8545,7 @@ let A3 = [{
|
|
8494
8545
|
lngs: ["he", "iw"],
|
8495
8546
|
nr: [1, 2, 20, 21],
|
8496
8547
|
fc: 22
|
8497
|
-
}],
|
8548
|
+
}], T3 = {
|
8498
8549
|
1: (i) => +(i > 1),
|
8499
8550
|
2: (i) => +(i != 1),
|
8500
8551
|
3: (i) => 0,
|
@@ -8518,28 +8569,28 @@ let A3 = [{
|
|
8518
8569
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
8519
8570
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
8520
8571
|
};
|
8521
|
-
const
|
8572
|
+
const G3 = ["v1", "v2", "v3"], K3 = ["v4"], q1 = {
|
8522
8573
|
zero: 0,
|
8523
8574
|
one: 1,
|
8524
8575
|
two: 2,
|
8525
8576
|
few: 3,
|
8526
8577
|
many: 4,
|
8527
8578
|
other: 5
|
8528
|
-
},
|
8579
|
+
}, P3 = () => {
|
8529
8580
|
const i = {};
|
8530
|
-
return
|
8581
|
+
return D3.forEach((e) => {
|
8531
8582
|
e.lngs.forEach((t) => {
|
8532
8583
|
i[t] = {
|
8533
8584
|
numbers: e.nr,
|
8534
|
-
plurals:
|
8585
|
+
plurals: T3[e.fc]
|
8535
8586
|
};
|
8536
8587
|
});
|
8537
8588
|
}), i;
|
8538
8589
|
};
|
8539
|
-
class
|
8590
|
+
class $3 {
|
8540
8591
|
constructor(e) {
|
8541
8592
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8542
|
-
this.languageUtils = e, this.options = t, this.logger =
|
8593
|
+
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 = P3(), this.pluralRulesCache = {};
|
8543
8594
|
}
|
8544
8595
|
addRule(e, t) {
|
8545
8596
|
this.rules[e] = t;
|
@@ -8550,7 +8601,7 @@ class D3 {
|
|
8550
8601
|
getRule(e) {
|
8551
8602
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8552
8603
|
if (this.shouldUseIntlApi()) {
|
8553
|
-
const s =
|
8604
|
+
const s = R1(e === "dev" ? "en" : e), n = t.ordinal ? "ordinal" : "cardinal", l = JSON.stringify({
|
8554
8605
|
cleanedCode: s,
|
8555
8606
|
type: n
|
8556
8607
|
});
|
@@ -8582,7 +8633,7 @@ class D3 {
|
|
8582
8633
|
getSuffixes(e) {
|
8583
8634
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8584
8635
|
const s = this.getRule(e, t);
|
8585
|
-
return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((n, l) =>
|
8636
|
+
return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((n, l) => q1[n] - q1[l]).map((n) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${n}`) : s.numbers.map((n) => this.getSuffix(e, n, t)) : [];
|
8586
8637
|
}
|
8587
8638
|
getSuffix(e, t) {
|
8588
8639
|
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
@@ -8597,17 +8648,17 @@ class D3 {
|
|
8597
8648
|
return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : l() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? l() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
8598
8649
|
}
|
8599
8650
|
shouldUseIntlApi() {
|
8600
|
-
return !
|
8651
|
+
return !G3.includes(this.options.compatibilityJSON);
|
8601
8652
|
}
|
8602
8653
|
}
|
8603
|
-
const
|
8604
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l =
|
8605
|
-
return !l && n && y(t) && (l =
|
8606
|
-
},
|
8607
|
-
class
|
8654
|
+
const Q1 = function(i, e, t) {
|
8655
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = I3(i, e, t);
|
8656
|
+
return !l && n && y(t) && (l = O1(i, t, s), l === void 0 && (l = O1(e, t, s))), l;
|
8657
|
+
}, H1 = (i) => i.replace(/\$/g, "$$$$");
|
8658
|
+
class Y3 {
|
8608
8659
|
constructor() {
|
8609
8660
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8610
|
-
this.logger =
|
8661
|
+
this.logger = J.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
8611
8662
|
}
|
8612
8663
|
init() {
|
8613
8664
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
@@ -8626,14 +8677,14 @@ class T3 {
|
|
8626
8677
|
unescapeSuffix: a,
|
8627
8678
|
unescapePrefix: h,
|
8628
8679
|
nestingPrefix: u,
|
8629
|
-
nestingPrefixEscaped:
|
8680
|
+
nestingPrefixEscaped: f,
|
8630
8681
|
nestingSuffix: k,
|
8631
8682
|
nestingSuffixEscaped: x,
|
8632
8683
|
nestingOptionsSeparator: N,
|
8633
|
-
maxReplaces:
|
8684
|
+
maxReplaces: E,
|
8634
8685
|
alwaysFormat: b
|
8635
8686
|
} = e.interpolation;
|
8636
|
-
this.escape = t !== void 0 ? t :
|
8687
|
+
this.escape = t !== void 0 ? t : S3, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = l ? h1(l) : c || "{{", this.suffix = o ? h1(o) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = a ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? h1(u) : f || h1("$t("), this.nestingSuffix = k ? h1(k) : x || h1(")"), this.nestingOptionsSeparator = N || ",", this.maxReplaces = E || 1e3, this.alwaysFormat = b !== void 0 ? b : !1, this.resetRegExp();
|
8637
8688
|
}
|
8638
8689
|
reset() {
|
8639
8690
|
this.options && this.init(this.options);
|
@@ -8644,17 +8695,17 @@ class T3 {
|
|
8644
8695
|
}
|
8645
8696
|
interpolate(e, t, s, n) {
|
8646
8697
|
let l, c, o;
|
8647
|
-
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, g = (
|
8648
|
-
if (
|
8649
|
-
const
|
8650
|
-
return this.alwaysFormat ? this.format(
|
8698
|
+
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, g = (f) => {
|
8699
|
+
if (f.indexOf(this.formatSeparator) < 0) {
|
8700
|
+
const E = Q1(t, d, f, this.options.keySeparator, this.options.ignoreJSONStructure);
|
8701
|
+
return this.alwaysFormat ? this.format(E, void 0, s, {
|
8651
8702
|
...n,
|
8652
8703
|
...t,
|
8653
|
-
interpolationkey:
|
8654
|
-
}) :
|
8704
|
+
interpolationkey: f
|
8705
|
+
}) : E;
|
8655
8706
|
}
|
8656
|
-
const k =
|
8657
|
-
return this.format(
|
8707
|
+
const k = f.split(this.formatSeparator), x = k.shift().trim(), N = k.join(this.formatSeparator).trim();
|
8708
|
+
return this.format(Q1(t, d, x, this.options.keySeparator, this.options.ignoreJSONStructure), N, s, {
|
8658
8709
|
...n,
|
8659
8710
|
...t,
|
8660
8711
|
interpolationkey: x
|
@@ -8664,12 +8715,12 @@ class T3 {
|
|
8664
8715
|
const a = n && n.missingInterpolationHandler || this.options.missingInterpolationHandler, h = n && n.interpolation && n.interpolation.skipOnVariables !== void 0 ? n.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
8665
8716
|
return [{
|
8666
8717
|
regex: this.regexpUnescape,
|
8667
|
-
safeValue: (
|
8718
|
+
safeValue: (f) => H1(f)
|
8668
8719
|
}, {
|
8669
8720
|
regex: this.regexp,
|
8670
|
-
safeValue: (
|
8671
|
-
}].forEach((
|
8672
|
-
for (o = 0; l =
|
8721
|
+
safeValue: (f) => this.escapeValue ? H1(this.escape(f)) : H1(f)
|
8722
|
+
}].forEach((f) => {
|
8723
|
+
for (o = 0; l = f.regex.exec(e); ) {
|
8673
8724
|
const k = l[1].trim();
|
8674
8725
|
if (c = g(k), c === void 0)
|
8675
8726
|
if (typeof a == "function") {
|
@@ -8682,9 +8733,9 @@ class T3 {
|
|
8682
8733
|
continue;
|
8683
8734
|
} else
|
8684
8735
|
this.logger.warn(`missed to pass in variable ${k} for interpolating ${e}`), c = "";
|
8685
|
-
else !y(c) && !this.useRawValueToEscape && (c =
|
8686
|
-
const x =
|
8687
|
-
if (e = e.replace(l[0], x), h ? (
|
8736
|
+
else !y(c) && !this.useRawValueToEscape && (c = P1(c));
|
8737
|
+
const x = f.safeValue(c);
|
8738
|
+
if (e = e.replace(l[0], x), h ? (f.regex.lastIndex += c.length, f.regex.lastIndex -= l[0].length) : f.regex.lastIndex = 0, o++, o >= this.maxReplaces)
|
8688
8739
|
break;
|
8689
8740
|
}
|
8690
8741
|
}), e;
|
@@ -8697,8 +8748,8 @@ class T3 {
|
|
8697
8748
|
const h = d.split(new RegExp(`${a}[ ]*{`));
|
8698
8749
|
let u = `{${h[1]}`;
|
8699
8750
|
d = h[0], u = this.interpolate(u, c);
|
8700
|
-
const
|
8701
|
-
(
|
8751
|
+
const f = u.match(/'/g), k = u.match(/"/g);
|
8752
|
+
(f && f.length % 2 === 0 && !k || k.length % 2 !== 0) && (u = u.replace(/'/g, '"'));
|
8702
8753
|
try {
|
8703
8754
|
c = JSON.parse(u), g && (c = {
|
8704
8755
|
...g,
|
@@ -8720,7 +8771,7 @@ class T3 {
|
|
8720
8771
|
n[1] = a.shift(), d = a, g = !0;
|
8721
8772
|
}
|
8722
8773
|
if (l = t(o.call(this, n[1].trim(), c), c), l && n[0] === e && !y(l)) return l;
|
8723
|
-
y(l) || (l =
|
8774
|
+
y(l) || (l = P1(l)), l || (this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`), l = ""), g && (l = d.reduce((a, h) => this.format(a, h, s.lng, {
|
8724
8775
|
...s,
|
8725
8776
|
interpolationkey: n[1].trim()
|
8726
8777
|
}), l.trim())), e = e.replace(n[0], l), this.regexp.lastIndex = 0;
|
@@ -8728,7 +8779,7 @@ class T3 {
|
|
8728
8779
|
return e;
|
8729
8780
|
}
|
8730
8781
|
}
|
8731
|
-
const
|
8782
|
+
const F3 = (i) => {
|
8732
8783
|
let e = i.toLowerCase().trim();
|
8733
8784
|
const t = {};
|
8734
8785
|
if (i.indexOf("(") > -1) {
|
@@ -8746,7 +8797,7 @@ const G3 = (i) => {
|
|
8746
8797
|
formatName: e,
|
8747
8798
|
formatOptions: t
|
8748
8799
|
};
|
8749
|
-
},
|
8800
|
+
}, c1 = (i) => {
|
8750
8801
|
const e = {};
|
8751
8802
|
return (t, s, n) => {
|
8752
8803
|
let l = n;
|
@@ -8756,39 +8807,39 @@ const G3 = (i) => {
|
|
8756
8807
|
});
|
8757
8808
|
const c = s + JSON.stringify(l);
|
8758
8809
|
let o = e[c];
|
8759
|
-
return o || (o = i(
|
8810
|
+
return o || (o = i(R1(s), n), e[c] = o), o(t);
|
8760
8811
|
};
|
8761
8812
|
};
|
8762
|
-
class
|
8813
|
+
class U3 {
|
8763
8814
|
constructor() {
|
8764
8815
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8765
|
-
this.logger =
|
8766
|
-
number:
|
8816
|
+
this.logger = J.create("formatter"), this.options = e, this.formats = {
|
8817
|
+
number: c1((t, s) => {
|
8767
8818
|
const n = new Intl.NumberFormat(t, {
|
8768
8819
|
...s
|
8769
8820
|
});
|
8770
8821
|
return (l) => n.format(l);
|
8771
8822
|
}),
|
8772
|
-
currency:
|
8823
|
+
currency: c1((t, s) => {
|
8773
8824
|
const n = new Intl.NumberFormat(t, {
|
8774
8825
|
...s,
|
8775
8826
|
style: "currency"
|
8776
8827
|
});
|
8777
8828
|
return (l) => n.format(l);
|
8778
8829
|
}),
|
8779
|
-
datetime:
|
8830
|
+
datetime: c1((t, s) => {
|
8780
8831
|
const n = new Intl.DateTimeFormat(t, {
|
8781
8832
|
...s
|
8782
8833
|
});
|
8783
8834
|
return (l) => n.format(l);
|
8784
8835
|
}),
|
8785
|
-
relativetime:
|
8836
|
+
relativetime: c1((t, s) => {
|
8786
8837
|
const n = new Intl.RelativeTimeFormat(t, {
|
8787
8838
|
...s
|
8788
8839
|
});
|
8789
8840
|
return (l) => n.format(l, s.range || "day");
|
8790
8841
|
}),
|
8791
|
-
list:
|
8842
|
+
list: c1((t, s) => {
|
8792
8843
|
const n = new Intl.ListFormat(t, {
|
8793
8844
|
...s
|
8794
8845
|
});
|
@@ -8806,7 +8857,7 @@ class K3 {
|
|
8806
8857
|
this.formats[e.toLowerCase().trim()] = t;
|
8807
8858
|
}
|
8808
8859
|
addCached(e, t) {
|
8809
|
-
this.formats[e.toLowerCase().trim()] =
|
8860
|
+
this.formats[e.toLowerCase().trim()] = c1(t);
|
8810
8861
|
}
|
8811
8862
|
format(e, t, s) {
|
8812
8863
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
@@ -8819,12 +8870,12 @@ class K3 {
|
|
8819
8870
|
const {
|
8820
8871
|
formatName: g,
|
8821
8872
|
formatOptions: a
|
8822
|
-
} =
|
8873
|
+
} = F3(d);
|
8823
8874
|
if (this.formats[g]) {
|
8824
8875
|
let h = o;
|
8825
8876
|
try {
|
8826
|
-
const u = n && n.formatParams && n.formatParams[n.interpolationkey] || {},
|
8827
|
-
h = this.formats[g](o,
|
8877
|
+
const u = n && n.formatParams && n.formatParams[n.interpolationkey] || {}, f = u.locale || u.lng || n.locale || n.lng || s;
|
8878
|
+
h = this.formats[g](o, f, {
|
8828
8879
|
...a,
|
8829
8880
|
...n,
|
8830
8881
|
...u
|
@@ -8839,13 +8890,13 @@ class K3 {
|
|
8839
8890
|
}, e);
|
8840
8891
|
}
|
8841
8892
|
}
|
8842
|
-
const
|
8893
|
+
const z3 = (i, e) => {
|
8843
8894
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
8844
8895
|
};
|
8845
|
-
class
|
8896
|
+
class J3 extends _1 {
|
8846
8897
|
constructor(e, t, s) {
|
8847
8898
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
8848
|
-
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger =
|
8899
|
+
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = J.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, n.backend, n);
|
8849
8900
|
}
|
8850
8901
|
queueLoad(e, t, s, n) {
|
8851
8902
|
const l = {}, c = {}, o = {}, d = {};
|
@@ -8875,7 +8926,7 @@ class Y3 extends y1 {
|
|
8875
8926
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
8876
8927
|
const o = {};
|
8877
8928
|
this.queue.forEach((d) => {
|
8878
|
-
|
8929
|
+
H3(d.loaded, [l], c), z3(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
8879
8930
|
o[g] || (o[g] = {});
|
8880
8931
|
const a = d.loaded[g];
|
8881
8932
|
a.length && a.forEach((h) => {
|
@@ -8977,7 +9028,7 @@ class Y3 extends y1 {
|
|
8977
9028
|
}
|
8978
9029
|
}
|
8979
9030
|
}
|
8980
|
-
const
|
9031
|
+
const X1 = () => ({
|
8981
9032
|
debug: !1,
|
8982
9033
|
initImmediate: !0,
|
8983
9034
|
ns: ["translation"],
|
@@ -9033,18 +9084,18 @@ const Q1 = () => ({
|
|
9033
9084
|
maxReplaces: 1e3,
|
9034
9085
|
skipOnVariables: !0
|
9035
9086
|
}
|
9036
|
-
}),
|
9037
|
-
},
|
9087
|
+
}), ee = (i) => (y(i.ns) && (i.ns = [i.ns]), y(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), y(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), x1 = () => {
|
9088
|
+
}, q3 = (i) => {
|
9038
9089
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
9039
9090
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
9040
9091
|
});
|
9041
9092
|
};
|
9042
|
-
class
|
9093
|
+
class m1 extends _1 {
|
9043
9094
|
constructor() {
|
9044
9095
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
9045
|
-
if (super(), this.options =
|
9096
|
+
if (super(), this.options = ee(e), this.services = {}, this.logger = J, this.modules = {
|
9046
9097
|
external: []
|
9047
|
-
},
|
9098
|
+
}, q3(this), t && !this.isInitialized && !e.isClone) {
|
9048
9099
|
if (!this.options.initImmediate)
|
9049
9100
|
return this.init(e, t), this;
|
9050
9101
|
setTimeout(() => {
|
@@ -9056,42 +9107,42 @@ class u1 extends y1 {
|
|
9056
9107
|
var e = this;
|
9057
9108
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, s = arguments.length > 1 ? arguments[1] : void 0;
|
9058
9109
|
this.isInitializing = !0, typeof t == "function" && (s = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (y(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
|
9059
|
-
const n =
|
9110
|
+
const n = X1();
|
9060
9111
|
this.options = {
|
9061
9112
|
...n,
|
9062
9113
|
...this.options,
|
9063
|
-
...
|
9114
|
+
...ee(t)
|
9064
9115
|
}, this.options.compatibilityAPI !== "v1" && (this.options.interpolation = {
|
9065
9116
|
...n.interpolation,
|
9066
9117
|
...this.options.interpolation
|
9067
9118
|
}), t.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = t.keySeparator), t.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = t.nsSeparator);
|
9068
9119
|
const l = (a) => a ? typeof a == "function" ? new a() : a : null;
|
9069
9120
|
if (!this.options.isClone) {
|
9070
|
-
this.modules.logger ?
|
9121
|
+
this.modules.logger ? J.init(l(this.modules.logger), this.options) : J.init(null, this.options);
|
9071
9122
|
let a;
|
9072
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
9073
|
-
const h = new
|
9074
|
-
this.store = new
|
9123
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = U3);
|
9124
|
+
const h = new J1(this.options);
|
9125
|
+
this.store = new U1(this.options.resources, this.options);
|
9075
9126
|
const u = this.services;
|
9076
|
-
u.logger =
|
9127
|
+
u.logger = J, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new $3(h, {
|
9077
9128
|
prepend: this.options.pluralSeparator,
|
9078
9129
|
compatibilityJSON: this.options.compatibilityJSON,
|
9079
9130
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
9080
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = l(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new
|
9131
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = l(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new Y3(this.options), u.utils = {
|
9081
9132
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
9082
|
-
}, u.backendConnector = new
|
9133
|
+
}, u.backendConnector = new J3(l(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(f) {
|
9083
9134
|
for (var k = arguments.length, x = new Array(k > 1 ? k - 1 : 0), N = 1; N < k; N++)
|
9084
9135
|
x[N - 1] = arguments[N];
|
9085
|
-
e.emit(
|
9086
|
-
}), 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
|
9136
|
+
e.emit(f, ...x);
|
9137
|
+
}), 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 b1(this.services, this.options), this.translator.on("*", function(f) {
|
9087
9138
|
for (var k = arguments.length, x = new Array(k > 1 ? k - 1 : 0), N = 1; N < k; N++)
|
9088
9139
|
x[N - 1] = arguments[N];
|
9089
|
-
e.emit(
|
9090
|
-
}), this.modules.external.forEach((
|
9091
|
-
|
9140
|
+
e.emit(f, ...x);
|
9141
|
+
}), this.modules.external.forEach((f) => {
|
9142
|
+
f.init && f.init(this);
|
9092
9143
|
});
|
9093
9144
|
}
|
9094
|
-
if (this.format = this.options.interpolation.format, s || (s =
|
9145
|
+
if (this.format = this.options.interpolation.format, s || (s = x1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
9095
9146
|
const a = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
9096
9147
|
a.length > 0 && a[0] !== "dev" && (this.options.lng = a[0]);
|
9097
9148
|
}
|
@@ -9104,7 +9155,7 @@ class u1 extends y1 {
|
|
9104
9155
|
return e.store[a](...arguments), e;
|
9105
9156
|
};
|
9106
9157
|
});
|
9107
|
-
const d =
|
9158
|
+
const d = u1(), g = () => {
|
9108
9159
|
const a = (h, u) => {
|
9109
9160
|
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);
|
9110
9161
|
};
|
@@ -9114,7 +9165,7 @@ class u1 extends y1 {
|
|
9114
9165
|
return this.options.resources || !this.options.initImmediate ? g() : setTimeout(g, 0), d;
|
9115
9166
|
}
|
9116
9167
|
loadResources(e) {
|
9117
|
-
let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
9168
|
+
let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : x1;
|
9118
9169
|
const n = y(e) ? e : this.language;
|
9119
9170
|
if (typeof e == "function" && (s = e), !this.options.resources || this.options.partialBundledLanguages) {
|
9120
9171
|
if (n && n.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return s();
|
@@ -9131,15 +9182,15 @@ class u1 extends y1 {
|
|
9131
9182
|
s(null);
|
9132
9183
|
}
|
9133
9184
|
reloadResources(e, t, s) {
|
9134
|
-
const n =
|
9135
|
-
return typeof e == "function" && (s = e, e = void 0), typeof t == "function" && (s = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), s || (s =
|
9185
|
+
const n = u1();
|
9186
|
+
return typeof e == "function" && (s = e, e = void 0), typeof t == "function" && (s = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), s || (s = x1), this.services.backendConnector.reload(e, t, (l) => {
|
9136
9187
|
n.resolve(), s(l);
|
9137
9188
|
}), n;
|
9138
9189
|
}
|
9139
9190
|
use(e) {
|
9140
9191
|
if (!e) throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
|
9141
9192
|
if (!e.type) throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
|
9142
|
-
return e.type === "backend" && (this.modules.backend = e), (e.type === "logger" || e.log && e.warn && e.error) && (this.modules.logger = e), e.type === "languageDetector" && (this.modules.languageDetector = e), e.type === "i18nFormat" && (this.modules.i18nFormat = e), e.type === "postProcessor" &&
|
9193
|
+
return e.type === "backend" && (this.modules.backend = e), (e.type === "logger" || e.log && e.warn && e.error) && (this.modules.logger = e), e.type === "languageDetector" && (this.modules.languageDetector = e), e.type === "i18nFormat" && (this.modules.i18nFormat = e), e.type === "postProcessor" && ge.addPostProcessor(e), e.type === "formatter" && (this.modules.formatter = e), e.type === "3rdParty" && this.modules.external.push(e), this;
|
9143
9194
|
}
|
9144
9195
|
setResolvedLanguage(e) {
|
9145
9196
|
if (!(!e || !this.languages) && !(["cimode", "dev"].indexOf(e) > -1))
|
@@ -9154,7 +9205,7 @@ class u1 extends y1 {
|
|
9154
9205
|
changeLanguage(e, t) {
|
9155
9206
|
var s = this;
|
9156
9207
|
this.isLanguageChangingTo = e;
|
9157
|
-
const n =
|
9208
|
+
const n = u1();
|
9158
9209
|
this.emit("languageChanging", e);
|
9159
9210
|
const l = (d) => {
|
9160
9211
|
this.language = d, this.languages = this.services.languageUtils.toResolveHierarchy(d), this.resolvedLanguage = void 0, this.setResolvedLanguage(d);
|
@@ -9187,8 +9238,8 @@ class u1 extends y1 {
|
|
9187
9238
|
};
|
9188
9239
|
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);
|
9189
9240
|
const u = n.options.keySeparator || ".";
|
9190
|
-
let
|
9191
|
-
return d.keyPrefix && Array.isArray(c) ?
|
9241
|
+
let f;
|
9242
|
+
return d.keyPrefix && Array.isArray(c) ? f = c.map((k) => `${d.keyPrefix}${u}${k}`) : f = d.keyPrefix ? `${d.keyPrefix}${u}${c}` : c, n.t(f, d);
|
9192
9243
|
};
|
9193
9244
|
return y(e) ? l.lng = e : l.lngs = e, l.ns = t, l.keyPrefix = s, l;
|
9194
9245
|
}
|
@@ -9220,7 +9271,7 @@ class u1 extends y1 {
|
|
9220
9271
|
return !!(this.hasResourceBundle(s, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || c(s, e) && (!n || c(l, e)));
|
9221
9272
|
}
|
9222
9273
|
loadNamespaces(e, t) {
|
9223
|
-
const s =
|
9274
|
+
const s = u1();
|
9224
9275
|
return this.options.ns ? (y(e) && (e = [e]), e.forEach((n) => {
|
9225
9276
|
this.options.ns.indexOf(n) < 0 && this.options.ns.push(n);
|
9226
9277
|
}), this.loadResources((n) => {
|
@@ -9228,7 +9279,7 @@ class u1 extends y1 {
|
|
9228
9279
|
}), s) : (t && t(), Promise.resolve());
|
9229
9280
|
}
|
9230
9281
|
loadLanguages(e, t) {
|
9231
|
-
const s =
|
9282
|
+
const s = u1();
|
9232
9283
|
y(e) && (e = [e]);
|
9233
9284
|
const n = this.options.preload || [], l = e.filter((c) => n.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
|
9234
9285
|
return l.length ? (this.options.preload = n.concat(l), this.loadResources((c) => {
|
@@ -9237,29 +9288,29 @@ class u1 extends y1 {
|
|
9237
9288
|
}
|
9238
9289
|
dir(e) {
|
9239
9290
|
if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
|
9240
|
-
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], s = this.services && this.services.languageUtils || new
|
9291
|
+
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], s = this.services && this.services.languageUtils || new J1(X1());
|
9241
9292
|
return t.indexOf(s.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
9242
9293
|
}
|
9243
9294
|
static createInstance() {
|
9244
9295
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
9245
|
-
return new
|
9296
|
+
return new m1(e, t);
|
9246
9297
|
}
|
9247
9298
|
cloneInstance() {
|
9248
|
-
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
9299
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : x1;
|
9249
9300
|
const s = e.forkResourceStore;
|
9250
9301
|
s && delete e.forkResourceStore;
|
9251
9302
|
const n = {
|
9252
9303
|
...this.options,
|
9253
9304
|
...e,
|
9254
9305
|
isClone: !0
|
9255
|
-
}, l = new
|
9306
|
+
}, l = new m1(n);
|
9256
9307
|
return (e.debug !== void 0 || e.prefix !== void 0) && (l.logger = l.logger.clone(e)), ["store", "services", "language"].forEach((o) => {
|
9257
9308
|
l[o] = this[o];
|
9258
9309
|
}), l.services = {
|
9259
9310
|
...this.services
|
9260
9311
|
}, l.services.utils = {
|
9261
9312
|
hasLoadedNamespace: l.hasLoadedNamespace.bind(l)
|
9262
|
-
}, s && (l.store = new
|
9313
|
+
}, s && (l.store = new U1(this.store.data, n), l.services.resourceStore = l.store), l.translator = new b1(l.services, n), l.translator.on("*", function(o) {
|
9263
9314
|
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0), a = 1; a < d; a++)
|
9264
9315
|
g[a - 1] = arguments[a];
|
9265
9316
|
l.emit(o, ...g);
|
@@ -9277,8 +9328,8 @@ class u1 extends y1 {
|
|
9277
9328
|
};
|
9278
9329
|
}
|
9279
9330
|
}
|
9280
|
-
const D =
|
9281
|
-
D.createInstance =
|
9331
|
+
const D = m1.createInstance();
|
9332
|
+
D.createInstance = m1.createInstance;
|
9282
9333
|
D.createInstance;
|
9283
9334
|
D.dir;
|
9284
9335
|
D.init;
|
@@ -9293,20 +9344,20 @@ D.setDefaultNamespace;
|
|
9293
9344
|
D.hasLoadedNamespace;
|
9294
9345
|
D.loadNamespaces;
|
9295
9346
|
D.loadLanguages;
|
9296
|
-
function
|
9347
|
+
function Q3() {
|
9297
9348
|
if (console && console.warn) {
|
9298
9349
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
9299
9350
|
e[t] = arguments[t];
|
9300
|
-
|
9351
|
+
n1(e[0]) && (e[0] = `react-i18next:: ${e[0]}`), console.warn(...e);
|
9301
9352
|
}
|
9302
9353
|
}
|
9303
|
-
const
|
9304
|
-
function
|
9354
|
+
const te = {};
|
9355
|
+
function S1() {
|
9305
9356
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
9306
9357
|
e[t] = arguments[t];
|
9307
|
-
|
9358
|
+
n1(e[0]) && te[e[0]] || (n1(e[0]) && (te[e[0]] = /* @__PURE__ */ new Date()), Q3(...e));
|
9308
9359
|
}
|
9309
|
-
const
|
9360
|
+
const Ce = (i, e) => () => {
|
9310
9361
|
if (i.isInitialized)
|
9311
9362
|
e();
|
9312
9363
|
else {
|
@@ -9317,13 +9368,13 @@ const de = (i, e) => () => {
|
|
9317
9368
|
};
|
9318
9369
|
i.on("initialized", t);
|
9319
9370
|
}
|
9320
|
-
},
|
9321
|
-
i.loadNamespaces(e,
|
9322
|
-
},
|
9323
|
-
|
9371
|
+
}, ie = (i, e, t) => {
|
9372
|
+
i.loadNamespaces(e, Ce(i, t));
|
9373
|
+
}, se = (i, e, t, s) => {
|
9374
|
+
n1(t) && (t = [t]), t.forEach((n) => {
|
9324
9375
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
9325
|
-
}), i.loadLanguages(e,
|
9326
|
-
},
|
9376
|
+
}), i.loadLanguages(e, Ce(i, s));
|
9377
|
+
}, X3 = function(i, e) {
|
9327
9378
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
9328
9379
|
const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, l = e.languages[e.languages.length - 1];
|
9329
9380
|
if (s.toLowerCase() === "cimode") return !0;
|
@@ -9332,15 +9383,15 @@ const de = (i, e) => () => {
|
|
9332
9383
|
return g === -1 || g === 2;
|
9333
9384
|
};
|
9334
9385
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(l, i)));
|
9335
|
-
},
|
9386
|
+
}, e0 = function(i, e) {
|
9336
9387
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
9337
|
-
return !e.languages || !e.languages.length ? (
|
9388
|
+
return !e.languages || !e.languages.length ? (S1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
9338
9389
|
lng: t.lng,
|
9339
9390
|
precheck: (n, l) => {
|
9340
9391
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !l(n.isLanguageChangingTo, i)) return !1;
|
9341
9392
|
}
|
9342
|
-
}) :
|
9343
|
-
},
|
9393
|
+
}) : X3(i, e, t);
|
9394
|
+
}, n1 = (i) => typeof i == "string", t0 = (i) => typeof i == "object" && i !== null, i0 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, s0 = {
|
9344
9395
|
"&": "&",
|
9345
9396
|
"&": "&",
|
9346
9397
|
"<": "<",
|
@@ -9361,8 +9412,8 @@ const de = (i, e) => () => {
|
|
9361
9412
|
"…": "…",
|
9362
9413
|
"/": "/",
|
9363
9414
|
"/": "/"
|
9364
|
-
},
|
9365
|
-
let
|
9415
|
+
}, n0 = (i) => s0[i], r0 = (i) => i.replace(i0, n0);
|
9416
|
+
let A1 = {
|
9366
9417
|
bindI18n: "languageChanged",
|
9367
9418
|
bindI18nStore: "",
|
9368
9419
|
transEmptyNodeValue: "",
|
@@ -9370,27 +9421,27 @@ let S1 = {
|
|
9370
9421
|
transWrapTextNodes: "",
|
9371
9422
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
9372
9423
|
useSuspense: !0,
|
9373
|
-
unescape:
|
9424
|
+
unescape: r0
|
9374
9425
|
};
|
9375
|
-
const
|
9426
|
+
const o0 = function() {
|
9376
9427
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
9377
|
-
|
9378
|
-
...
|
9428
|
+
A1 = {
|
9429
|
+
...A1,
|
9379
9430
|
...i
|
9380
9431
|
};
|
9381
|
-
},
|
9382
|
-
let
|
9383
|
-
const
|
9384
|
-
|
9385
|
-
},
|
9432
|
+
}, l0 = () => A1;
|
9433
|
+
let ue;
|
9434
|
+
const a0 = (i) => {
|
9435
|
+
ue = i;
|
9436
|
+
}, h0 = () => ue, c0 = {
|
9386
9437
|
type: "3rdParty",
|
9387
9438
|
init(i) {
|
9388
|
-
|
9439
|
+
o0(i.options.react), a0(i);
|
9389
9440
|
}
|
9390
|
-
},
|
9391
|
-
class
|
9441
|
+
}, d0 = d1();
|
9442
|
+
class g0 {
|
9392
9443
|
constructor() {
|
9393
|
-
|
9444
|
+
Z1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
9394
9445
|
this.usedNamespaces = {};
|
9395
9446
|
}
|
9396
9447
|
addUsedNamespaces(e) {
|
@@ -9399,27 +9450,27 @@ class l0 {
|
|
9399
9450
|
});
|
9400
9451
|
}
|
9401
9452
|
}
|
9402
|
-
const
|
9453
|
+
const C0 = (i, e) => {
|
9403
9454
|
const t = Y();
|
9404
|
-
return
|
9455
|
+
return Z(() => {
|
9405
9456
|
t.current = i;
|
9406
9457
|
}, [i, e]), t.current;
|
9407
|
-
},
|
9458
|
+
}, pe = (i, e, t, s) => i.getFixedT(e, t, s), u0 = (i, e, t, s) => j(pe(i, e, t, s), [i, e, t, s]), p0 = function(i) {
|
9408
9459
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
9409
9460
|
const {
|
9410
9461
|
i18n: t
|
9411
9462
|
} = e, {
|
9412
9463
|
i18n: s,
|
9413
9464
|
defaultNS: n
|
9414
|
-
} =
|
9415
|
-
if (l && !l.reportNamespaces && (l.reportNamespaces = new
|
9416
|
-
|
9417
|
-
const
|
9418
|
-
return L.t =
|
9465
|
+
} = r1(d0) || {}, l = t || s || h0();
|
9466
|
+
if (l && !l.reportNamespaces && (l.reportNamespaces = new g0()), !l) {
|
9467
|
+
S1("You will need to pass in an i18next instance by using initReactI18next");
|
9468
|
+
const p = (v, w) => n1(w) ? w : t0(w) && n1(w.defaultValue) ? w.defaultValue : Array.isArray(v) ? v[v.length - 1] : v, L = [p, {}, !1];
|
9469
|
+
return L.t = p, L.i18n = {}, L.ready = !1, L;
|
9419
9470
|
}
|
9420
|
-
l.options.react && l.options.react.wait !== void 0 &&
|
9471
|
+
l.options.react && l.options.react.wait !== void 0 && S1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
9421
9472
|
const c = {
|
9422
|
-
...
|
9473
|
+
...l0(),
|
9423
9474
|
...l.options.react,
|
9424
9475
|
...e
|
9425
9476
|
}, {
|
@@ -9427,106 +9478,106 @@ const a0 = (i, e) => {
|
|
9427
9478
|
keyPrefix: d
|
9428
9479
|
} = c;
|
9429
9480
|
let g = i;
|
9430
|
-
g =
|
9431
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((
|
9481
|
+
g = n1(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
9482
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((p) => e0(p, l, c)), h = u0(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, f = () => pe(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [k, x] = S(u);
|
9432
9483
|
let N = g.join();
|
9433
9484
|
e.lng && (N = `${e.lng}${N}`);
|
9434
|
-
const
|
9435
|
-
|
9485
|
+
const E = C0(N), b = Y(!0);
|
9486
|
+
Z(() => {
|
9436
9487
|
const {
|
9437
|
-
bindI18n:
|
9488
|
+
bindI18n: p,
|
9438
9489
|
bindI18nStore: L
|
9439
9490
|
} = c;
|
9440
|
-
b.current = !0, !a && !o && (e.lng ?
|
9441
|
-
b.current && x(
|
9442
|
-
}) :
|
9443
|
-
b.current && x(
|
9444
|
-
})), a &&
|
9491
|
+
b.current = !0, !a && !o && (e.lng ? se(l, e.lng, g, () => {
|
9492
|
+
b.current && x(f);
|
9493
|
+
}) : ie(l, g, () => {
|
9494
|
+
b.current && x(f);
|
9495
|
+
})), a && E && E !== N && b.current && x(f);
|
9445
9496
|
const v = () => {
|
9446
|
-
b.current && x(
|
9497
|
+
b.current && x(f);
|
9447
9498
|
};
|
9448
|
-
return
|
9449
|
-
b.current = !1,
|
9499
|
+
return p && l && l.on(p, v), L && l && l.store.on(L, v), () => {
|
9500
|
+
b.current = !1, p && l && p.split(" ").forEach((w) => l.off(w, v)), L && l && L.split(" ").forEach((w) => l.store.off(w, v));
|
9450
9501
|
};
|
9451
|
-
}, [l, N]),
|
9502
|
+
}, [l, N]), Z(() => {
|
9452
9503
|
b.current && a && x(u);
|
9453
9504
|
}, [l, d, a]);
|
9454
|
-
const
|
9455
|
-
if (
|
9456
|
-
throw new Promise((
|
9457
|
-
e.lng ?
|
9505
|
+
const V = [k, l, a];
|
9506
|
+
if (V.t = k, V.i18n = l, V.ready = a, a || !a && !o) return V;
|
9507
|
+
throw new Promise((p) => {
|
9508
|
+
e.lng ? se(l, e.lng, g, () => p()) : ie(l, g, () => p());
|
9458
9509
|
});
|
9459
|
-
},
|
9460
|
-
placeholder:
|
9461
|
-
},
|
9462
|
-
placeholder:
|
9510
|
+
}, f0 = "City", w0 = {
|
9511
|
+
placeholder: f0
|
9512
|
+
}, m0 = "Город", k0 = {
|
9513
|
+
placeholder: m0
|
9463
9514
|
};
|
9464
|
-
function
|
9515
|
+
function L0(i) {
|
9465
9516
|
const e = Y(i);
|
9466
|
-
return
|
9517
|
+
return Z(() => {
|
9467
9518
|
e.current = i;
|
9468
9519
|
}, [i]), e.current;
|
9469
9520
|
}
|
9470
|
-
D.use(
|
9521
|
+
D.use(c0).init({
|
9471
9522
|
defaultNS: "common",
|
9472
9523
|
lng: "en",
|
9473
9524
|
resources: {
|
9474
9525
|
en: {
|
9475
|
-
common:
|
9526
|
+
common: w0
|
9476
9527
|
},
|
9477
9528
|
ru: {
|
9478
|
-
common:
|
9529
|
+
common: k0
|
9479
9530
|
}
|
9480
9531
|
}
|
9481
9532
|
});
|
9482
|
-
const
|
9533
|
+
const b0 = k1(
|
9483
9534
|
({ width: i, selectedCountry: e, onChange: t, value: s, id: n, disabled: l }, c) => {
|
9484
9535
|
const [o, d] = S(
|
9485
9536
|
[]
|
9486
|
-
), [g, a] = S(!1), { locale: h, axiosPeople: u } =
|
9537
|
+
), [g, a] = S(!1), { locale: h, axiosPeople: u } = r1(ke), f = Y(!1), k = Y(null), x = Y(o), N = L0(e);
|
9487
9538
|
if (!u)
|
9488
9539
|
throw new Error(
|
9489
9540
|
`CitySelect requires "axiosPeople" to fetch cities.
|
9490
9541
|
Please provide it via SNMTUiContext.`
|
9491
9542
|
);
|
9492
|
-
const { t:
|
9493
|
-
async (
|
9494
|
-
const L = x.current.find((v) => v.value ===
|
9543
|
+
const { t: E } = p0("common", { lng: h }), b = j(
|
9544
|
+
async (p) => {
|
9545
|
+
const L = x.current.find((v) => v.value === p);
|
9495
9546
|
if (L)
|
9496
9547
|
return [L];
|
9497
9548
|
try {
|
9498
9549
|
const w = (await u.post("v1/cities/search", {
|
9499
9550
|
filters: {
|
9500
|
-
geoNameId: [
|
9551
|
+
geoNameId: [p],
|
9501
9552
|
countryId: [e]
|
9502
9553
|
}
|
9503
9554
|
})).data.data;
|
9504
9555
|
if (!w.length)
|
9505
9556
|
return t(null), [];
|
9506
|
-
const
|
9557
|
+
const H = {
|
9507
9558
|
value: w[0].geoNameId,
|
9508
9559
|
label: w[0].name
|
9509
9560
|
};
|
9510
|
-
return x.current = [...x.current,
|
9561
|
+
return x.current = [...x.current, H], [H];
|
9511
9562
|
} catch (v) {
|
9512
9563
|
return console.error("CitySelect. fetchSelectedItems error", v), [];
|
9513
9564
|
}
|
9514
9565
|
},
|
9515
9566
|
[u, e, t]
|
9516
9567
|
);
|
9517
|
-
|
9568
|
+
Z(() => {
|
9518
9569
|
(async () => {
|
9519
9570
|
if (!s) return;
|
9520
9571
|
const L = await b(s);
|
9521
9572
|
d(L);
|
9522
9573
|
})();
|
9523
|
-
}, []),
|
9524
|
-
var
|
9525
|
-
N !== e ?
|
9574
|
+
}, []), Z(() => {
|
9575
|
+
var p;
|
9576
|
+
N !== e ? f.current && (t(null), d([]), x.current = [], (p = k.current) == null || p.refetchOptions()) : f.current = !0;
|
9526
9577
|
}, [e, t, N]);
|
9527
|
-
const
|
9578
|
+
const V = j(
|
9528
9579
|
async ({
|
9529
|
-
limit:
|
9580
|
+
limit: p,
|
9530
9581
|
offset: L,
|
9531
9582
|
search: v
|
9532
9583
|
}) => {
|
@@ -9534,24 +9585,24 @@ const N0 = R1(
|
|
9534
9585
|
a(!0);
|
9535
9586
|
const w = {
|
9536
9587
|
offset: L,
|
9537
|
-
limit:
|
9588
|
+
limit: p,
|
9538
9589
|
includeCount: !0
|
9539
9590
|
};
|
9540
9591
|
w.filters = {}, e && e.length > 0 && (w.filters.countryId = [e]), v && (w.search = v);
|
9541
|
-
const
|
9592
|
+
const H = await u.post("v1/cities/search", w), F = (H == null ? void 0 : H.data.data) || [], W = H == null ? void 0 : H.data.metadata.count;
|
9542
9593
|
return {
|
9543
|
-
options:
|
9544
|
-
value:
|
9545
|
-
label:
|
9594
|
+
options: F.map((z) => ({
|
9595
|
+
value: z.geoNameId,
|
9596
|
+
label: z.name
|
9546
9597
|
})),
|
9547
|
-
count:
|
9548
|
-
limit:
|
9598
|
+
count: W,
|
9599
|
+
limit: p
|
9549
9600
|
};
|
9550
9601
|
} catch (w) {
|
9551
9602
|
return console.error("CitySelect. loadOptions error", w), {
|
9552
9603
|
options: [],
|
9553
9604
|
count: 0,
|
9554
|
-
limit:
|
9605
|
+
limit: p
|
9555
9606
|
};
|
9556
9607
|
} finally {
|
9557
9608
|
a(!1);
|
@@ -9559,8 +9610,8 @@ const N0 = R1(
|
|
9559
9610
|
},
|
9560
9611
|
[u, e]
|
9561
9612
|
);
|
9562
|
-
return
|
9563
|
-
|
9613
|
+
return ne(c, () => k.current), /* @__PURE__ */ r("div", { className: "snmt-city-select", children: /* @__PURE__ */ r(
|
9614
|
+
_3,
|
9564
9615
|
{
|
9565
9616
|
id: n,
|
9566
9617
|
width: i,
|
@@ -9568,9 +9619,9 @@ const N0 = R1(
|
|
9568
9619
|
onChange: t,
|
9569
9620
|
ref: k,
|
9570
9621
|
search: !0,
|
9571
|
-
placeholder:
|
9622
|
+
placeholder: E("placeholder"),
|
9572
9623
|
disabled: l,
|
9573
|
-
loadOptions:
|
9624
|
+
loadOptions: V,
|
9574
9625
|
preloadOptions: !0,
|
9575
9626
|
extraOptions: o,
|
9576
9627
|
isLoading: g
|
@@ -9579,5 +9630,5 @@ const N0 = R1(
|
|
9579
9630
|
}
|
9580
9631
|
);
|
9581
9632
|
export {
|
9582
|
-
|
9633
|
+
b0 as CitySelect
|
9583
9634
|
};
|