@snmt-react-ui/country-select 2.8.13 → 2.8.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/country-select.js +1051 -1051
- package/dist/index.css +1 -1
- package/package.json +5 -5
package/dist/country-select.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var C2 = Object.defineProperty;
|
|
2
2
|
var g2 = (i, e, t) => e in i ? C2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
|
-
var
|
|
3
|
+
var I1 = (i, e, t) => g2(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
|
5
5
|
import { jsx as r, Fragment as U, jsxs as u } from "react/jsx-runtime";
|
|
6
6
|
import { SNMTUiContext as u2 } from "@snmt-react-ui/core";
|
|
7
7
|
import { Select as p2, Tag as f2, Flex as m2, Checkbox as w2, Avatar as L2, Typography as y1, Popover as k2 } from "antd";
|
|
8
|
-
import { forwardRef as h1, useState as
|
|
8
|
+
import { forwardRef as h1, useState as A, useRef as W, useEffect as I, useCallback as K, useContext as Q, createContext as t1, useImperativeHandle as H1 } from "react";
|
|
9
9
|
var v2 = Object.defineProperty, N2 = (i, e, t) => e in i ? v2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, R2 = (i, e, t) => N2(i, e + "", t), x2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
10
10
|
function _2() {
|
|
11
11
|
if (console && console.warn) {
|
|
@@ -33,25 +33,25 @@ const q1 = (i, e) => () => {
|
|
|
33
33
|
}
|
|
34
34
|
}, O1 = (i, e, t) => {
|
|
35
35
|
i.loadNamespaces(e, q1(i, t));
|
|
36
|
-
}, S1 = (i, e, t,
|
|
37
|
-
z(t) && (t = [t]), t.forEach((
|
|
38
|
-
i.options.ns.indexOf(
|
|
39
|
-
}), i.loadLanguages(e, q1(i,
|
|
36
|
+
}, S1 = (i, e, t, n) => {
|
|
37
|
+
z(t) && (t = [t]), t.forEach((s) => {
|
|
38
|
+
i.options.ns.indexOf(s) < 0 && i.options.ns.push(s);
|
|
39
|
+
}), i.loadLanguages(e, q1(i, n));
|
|
40
40
|
}, M2 = function(i, e) {
|
|
41
41
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
42
|
-
const
|
|
43
|
-
if (
|
|
42
|
+
const n = e.languages[0], s = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
|
|
43
|
+
if (n.toLowerCase() === "cimode") return !0;
|
|
44
44
|
const c = (a, C) => {
|
|
45
45
|
const d = e.services.backendConnector.state[`${a}|${C}`];
|
|
46
46
|
return d === -1 || d === 2;
|
|
47
47
|
};
|
|
48
|
-
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(
|
|
48
|
+
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(n, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(n, i) && (!s || c(o, i)));
|
|
49
49
|
}, b2 = function(i, e) {
|
|
50
50
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
51
51
|
return !e.languages || !e.languages.length ? (x1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
|
52
52
|
lng: t.lng,
|
|
53
|
-
precheck: (
|
|
54
|
-
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 &&
|
|
53
|
+
precheck: (n, s) => {
|
|
54
|
+
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !s(n.isLanguageChangingTo, i)) return !1;
|
|
55
55
|
}
|
|
56
56
|
}) : M2(i, e, t);
|
|
57
57
|
}, z = (i) => typeof i == "string", y2 = (i) => typeof i == "object" && i !== null, H2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, E2 = {
|
|
@@ -75,8 +75,8 @@ const q1 = (i, e) => () => {
|
|
|
75
75
|
"…": "…",
|
|
76
76
|
"/": "/",
|
|
77
77
|
"/": "/"
|
|
78
|
-
}, V2 = (i) => E2[i],
|
|
79
|
-
let
|
|
78
|
+
}, V2 = (i) => E2[i], A2 = (i) => i.replace(H2, V2);
|
|
79
|
+
let I2 = {
|
|
80
80
|
bindI18n: "languageChanged",
|
|
81
81
|
bindI18nStore: "",
|
|
82
82
|
transEmptyNodeValue: "",
|
|
@@ -84,12 +84,12 @@ let A2 = {
|
|
|
84
84
|
transWrapTextNodes: "",
|
|
85
85
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
86
86
|
useSuspense: !0,
|
|
87
|
-
unescape:
|
|
87
|
+
unescape: A2
|
|
88
88
|
};
|
|
89
|
-
const Z2 = () =>
|
|
89
|
+
const Z2 = () => I2;
|
|
90
90
|
let O2;
|
|
91
|
-
const S2 = () => O2,
|
|
92
|
-
class
|
|
91
|
+
const S2 = () => O2, G2 = t1();
|
|
92
|
+
class D2 {
|
|
93
93
|
constructor() {
|
|
94
94
|
R2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
95
95
|
}
|
|
@@ -101,18 +101,18 @@ class G2 {
|
|
|
101
101
|
}
|
|
102
102
|
const T2 = (i, e) => {
|
|
103
103
|
const t = W();
|
|
104
|
-
return
|
|
104
|
+
return I(() => {
|
|
105
105
|
t.current = i;
|
|
106
106
|
}, [i, e]), t.current;
|
|
107
|
-
}, X1 = (i, e, t,
|
|
107
|
+
}, X1 = (i, e, t, n) => i.getFixedT(e, t, n), K2 = (i, e, t, n) => K(X1(i, e, t, n), [i, e, t, n]), B2 = 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
|
-
i18n:
|
|
113
|
-
defaultNS:
|
|
114
|
-
} = Q(
|
|
115
|
-
if (o && !o.reportNamespaces && (o.reportNamespaces = new
|
|
112
|
+
i18n: n,
|
|
113
|
+
defaultNS: s
|
|
114
|
+
} = Q(G2) || {}, o = t || n || S2();
|
|
115
|
+
if (o && !o.reportNamespaces && (o.reportNamespaces = new D2()), !o) {
|
|
116
116
|
x1("You will need to pass in an i18next instance by using initReactI18next");
|
|
117
117
|
const m = (R, x) => z(x) ? x : y2(x) && z(x.defaultValue) ? x.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, M = [m, {}, !1];
|
|
118
118
|
return M.t = m, M.i18n = {}, M.ready = !1, M;
|
|
@@ -128,11 +128,11 @@ const T2 = (i, e) => {
|
|
|
128
128
|
} = c;
|
|
129
129
|
let d = i;
|
|
130
130
|
d = z(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
|
|
131
|
-
const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => b2(m, o, c)), h = K2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => X1(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] =
|
|
131
|
+
const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => b2(m, o, c)), h = K2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => X1(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = A(g);
|
|
132
132
|
let f = d.join();
|
|
133
133
|
e.lng && (f = `${e.lng}${f}`);
|
|
134
134
|
const y = T2(f), b = W(!0);
|
|
135
|
-
|
|
135
|
+
I(() => {
|
|
136
136
|
const {
|
|
137
137
|
bindI18n: m,
|
|
138
138
|
bindI18nStore: M
|
|
@@ -148,7 +148,7 @@ const T2 = (i, e) => {
|
|
|
148
148
|
return m && o && o.on(m, R), M && o && o.store.on(M, R), () => {
|
|
149
149
|
b.current = !1, m && o && m.split(" ").forEach((x) => o.off(x, R)), M && o && M.split(" ").forEach((x) => o.store.off(x, R));
|
|
150
150
|
};
|
|
151
|
-
}, [o, f]),
|
|
151
|
+
}, [o, f]), I(() => {
|
|
152
152
|
b.current && l && v(g);
|
|
153
153
|
}, [o, C, l]);
|
|
154
154
|
const E = [k, o, l];
|
|
@@ -160,8 +160,8 @@ const T2 = (i, e) => {
|
|
|
160
160
|
children: i,
|
|
161
161
|
direction: e = "row",
|
|
162
162
|
flexWrap: t = "nowrap",
|
|
163
|
-
alignItems:
|
|
164
|
-
justifyContent:
|
|
163
|
+
alignItems: n = "normal",
|
|
164
|
+
justifyContent: s = "normal",
|
|
165
165
|
flex: o,
|
|
166
166
|
gap: c,
|
|
167
167
|
padding: a
|
|
@@ -171,28 +171,28 @@ const T2 = (i, e) => {
|
|
|
171
171
|
className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
|
|
172
172
|
vertical: e === "column",
|
|
173
173
|
wrap: t,
|
|
174
|
-
align:
|
|
175
|
-
justify:
|
|
174
|
+
align: n,
|
|
175
|
+
justify: s,
|
|
176
176
|
flex: o,
|
|
177
177
|
gap: c,
|
|
178
178
|
style: { padding: a },
|
|
179
179
|
children: i
|
|
180
180
|
}
|
|
181
|
-
), Y2 = ({ shape: i = "circle", size: e = 32, children: t, ...
|
|
182
|
-
const
|
|
181
|
+
), Y2 = ({ shape: i = "circle", size: e = 32, children: t, ...n }) => {
|
|
182
|
+
const s = typeof n.src == "string";
|
|
183
183
|
return /* @__PURE__ */ r(
|
|
184
184
|
L2,
|
|
185
185
|
{
|
|
186
|
-
className: `snmt-avatar ${
|
|
186
|
+
className: `snmt-avatar ${s ? "image" : ""}`,
|
|
187
187
|
shape: i,
|
|
188
188
|
size: e,
|
|
189
189
|
style: { minWidth: e, minHeight: e },
|
|
190
|
-
...
|
|
190
|
+
...n,
|
|
191
191
|
children: t
|
|
192
192
|
}
|
|
193
193
|
);
|
|
194
194
|
};
|
|
195
|
-
var
|
|
195
|
+
var G = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", 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_0_5 = "var(--blue-light-0-5)", 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.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-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))(G || {});
|
|
196
196
|
const E1 = t1({
|
|
197
197
|
locale: "en",
|
|
198
198
|
theme: "light"
|
|
@@ -208,8 +208,8 @@ const { Title: P2, Text: j2 } = y1, $2 = {
|
|
|
208
208
|
align: i = "inherit",
|
|
209
209
|
variant: e = "body1",
|
|
210
210
|
color: t,
|
|
211
|
-
children:
|
|
212
|
-
onClick:
|
|
211
|
+
children: n,
|
|
212
|
+
onClick: s,
|
|
213
213
|
collapsed: o,
|
|
214
214
|
whiteSpace: c = "normal",
|
|
215
215
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
@@ -217,8 +217,8 @@ const { Title: P2, Text: j2 } = y1, $2 = {
|
|
|
217
217
|
}, C) => {
|
|
218
218
|
const d = W(null);
|
|
219
219
|
H1(C, () => d.current);
|
|
220
|
-
const [l, h] =
|
|
221
|
-
|
|
220
|
+
const [l, h] = A(!1);
|
|
221
|
+
I(() => {
|
|
222
222
|
var v;
|
|
223
223
|
if (!a) return;
|
|
224
224
|
const f = () => {
|
|
@@ -236,27 +236,27 @@ const { Title: P2, Text: j2 } = y1, $2 = {
|
|
|
236
236
|
const k = {
|
|
237
237
|
className: p,
|
|
238
238
|
style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
|
|
239
|
-
onClick:
|
|
239
|
+
onClick: s,
|
|
240
240
|
ref: d,
|
|
241
241
|
ellipsis: a && l ? {
|
|
242
242
|
tooltip: {
|
|
243
|
-
title:
|
|
243
|
+
title: n,
|
|
244
244
|
overlayClassName: "snmt-tooltip"
|
|
245
245
|
}
|
|
246
246
|
} : void 0
|
|
247
247
|
};
|
|
248
|
-
return g ? /* @__PURE__ */ r(P2, { level: $2[e], ...k, children:
|
|
248
|
+
return g ? /* @__PURE__ */ r(P2, { level: $2[e], ...k, children: n }) : /* @__PURE__ */ r(j2, { ...k, children: n });
|
|
249
249
|
}
|
|
250
250
|
), W2 = ({
|
|
251
251
|
checked: i = !0,
|
|
252
252
|
indeterminate: e = !1,
|
|
253
253
|
label: t,
|
|
254
|
-
onChange:
|
|
255
|
-
disabled:
|
|
254
|
+
onChange: n,
|
|
255
|
+
disabled: s = !1,
|
|
256
256
|
disableUncheck: o = !1
|
|
257
257
|
}) => {
|
|
258
|
-
const [c, a] =
|
|
259
|
-
|
|
258
|
+
const [c, a] = A(i), [C, d] = A(e);
|
|
259
|
+
I(() => {
|
|
260
260
|
a(i), d(e);
|
|
261
261
|
}, [i, e]);
|
|
262
262
|
const { theme: l } = Q(E1);
|
|
@@ -267,21 +267,21 @@ const { Title: P2, Text: j2 } = y1, $2 = {
|
|
|
267
267
|
checked: c,
|
|
268
268
|
indeterminate: C,
|
|
269
269
|
onChange: (h) => {
|
|
270
|
-
o && c || (d(!1), a(h.target.checked),
|
|
270
|
+
o && c || (d(!1), a(h.target.checked), n && n(h));
|
|
271
271
|
},
|
|
272
|
-
disabled:
|
|
272
|
+
disabled: s,
|
|
273
273
|
children: t && /* @__PURE__ */ r(
|
|
274
274
|
F2,
|
|
275
275
|
{
|
|
276
276
|
variant: "body2",
|
|
277
|
-
color:
|
|
277
|
+
color: s ? G.GREY_DARK_2 : G.GREY_DARK_5,
|
|
278
278
|
children: t
|
|
279
279
|
}
|
|
280
280
|
)
|
|
281
281
|
}
|
|
282
282
|
);
|
|
283
283
|
};
|
|
284
|
-
var w = /* @__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.
|
|
284
|
+
var w = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", 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_0_5 = "var(--blue-light-0-5)", 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.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-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))(w || {});
|
|
285
285
|
const e2 = t1({
|
|
286
286
|
locale: "en",
|
|
287
287
|
theme: "light"
|
|
@@ -291,16 +291,16 @@ const U2 = ({
|
|
|
291
291
|
width: i = 20,
|
|
292
292
|
height: e = 20,
|
|
293
293
|
color: t = "#001E52",
|
|
294
|
-
className:
|
|
295
|
-
onClick:
|
|
294
|
+
className: n,
|
|
295
|
+
onClick: s
|
|
296
296
|
}) => /* @__PURE__ */ r(
|
|
297
297
|
"svg",
|
|
298
298
|
{
|
|
299
299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
300
300
|
width: i,
|
|
301
301
|
height: e,
|
|
302
|
-
className:
|
|
303
|
-
onClick:
|
|
302
|
+
className: n,
|
|
303
|
+
onClick: s,
|
|
304
304
|
viewBox: "0 0 20 20",
|
|
305
305
|
fill: "none",
|
|
306
306
|
children: /* @__PURE__ */ r(
|
|
@@ -318,15 +318,15 @@ const U2 = ({
|
|
|
318
318
|
width: i = 20,
|
|
319
319
|
height: e = 20,
|
|
320
320
|
color: t = w.GREY_DARK_5,
|
|
321
|
-
className:
|
|
322
|
-
onClick:
|
|
321
|
+
className: n,
|
|
322
|
+
onClick: s
|
|
323
323
|
}) => /* @__PURE__ */ u(
|
|
324
324
|
"svg",
|
|
325
325
|
{
|
|
326
326
|
width: i,
|
|
327
327
|
height: e,
|
|
328
|
-
className:
|
|
329
|
-
onClick:
|
|
328
|
+
className: n,
|
|
329
|
+
onClick: s,
|
|
330
330
|
viewBox: "0 0 24 25",
|
|
331
331
|
fill: "none",
|
|
332
332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -358,16 +358,16 @@ const U2 = ({
|
|
|
358
358
|
width: i = 20,
|
|
359
359
|
height: e = 20,
|
|
360
360
|
color: t = "#001E52",
|
|
361
|
-
className:
|
|
362
|
-
onClick:
|
|
361
|
+
className: n,
|
|
362
|
+
onClick: s
|
|
363
363
|
}) => /* @__PURE__ */ u(
|
|
364
364
|
"svg",
|
|
365
365
|
{
|
|
366
366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
367
367
|
width: i,
|
|
368
368
|
height: e,
|
|
369
|
-
className:
|
|
370
|
-
onClick:
|
|
369
|
+
className: n,
|
|
370
|
+
onClick: s,
|
|
371
371
|
viewBox: "0 0 20 20",
|
|
372
372
|
fill: "none",
|
|
373
373
|
children: [
|
|
@@ -393,15 +393,15 @@ const U2 = ({
|
|
|
393
393
|
width: i = 20,
|
|
394
394
|
height: e = 20,
|
|
395
395
|
color: t = w.GREY_DARK_5,
|
|
396
|
-
className:
|
|
397
|
-
onClick:
|
|
396
|
+
className: n,
|
|
397
|
+
onClick: s
|
|
398
398
|
}) => /* @__PURE__ */ u(
|
|
399
399
|
"svg",
|
|
400
400
|
{
|
|
401
401
|
width: i,
|
|
402
402
|
height: e,
|
|
403
|
-
className:
|
|
404
|
-
onClick:
|
|
403
|
+
className: n,
|
|
404
|
+
onClick: s,
|
|
405
405
|
viewBox: "0 0 25 25",
|
|
406
406
|
fill: "none",
|
|
407
407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -420,15 +420,15 @@ const U2 = ({
|
|
|
420
420
|
width: i = 20,
|
|
421
421
|
height: e = 20,
|
|
422
422
|
color: t = w.GREY_DARK_5,
|
|
423
|
-
className:
|
|
424
|
-
onClick:
|
|
423
|
+
className: n,
|
|
424
|
+
onClick: s
|
|
425
425
|
}) => /* @__PURE__ */ r(
|
|
426
426
|
"svg",
|
|
427
427
|
{
|
|
428
428
|
width: i,
|
|
429
429
|
height: e,
|
|
430
|
-
className:
|
|
431
|
-
onClick:
|
|
430
|
+
className: n,
|
|
431
|
+
onClick: s,
|
|
432
432
|
viewBox: "0 0 25 25",
|
|
433
433
|
fill: "none",
|
|
434
434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -444,15 +444,15 @@ const U2 = ({
|
|
|
444
444
|
width: i = 20,
|
|
445
445
|
height: e = 20,
|
|
446
446
|
color: t = w.GREY_DARK_5,
|
|
447
|
-
className:
|
|
448
|
-
onClick:
|
|
447
|
+
className: n,
|
|
448
|
+
onClick: s
|
|
449
449
|
}) => /* @__PURE__ */ u(
|
|
450
450
|
"svg",
|
|
451
451
|
{
|
|
452
452
|
width: i,
|
|
453
453
|
height: e,
|
|
454
|
-
className:
|
|
455
|
-
onClick:
|
|
454
|
+
className: n,
|
|
455
|
+
onClick: s,
|
|
456
456
|
viewBox: "0 0 25 25",
|
|
457
457
|
fill: "none",
|
|
458
458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -471,15 +471,15 @@ const U2 = ({
|
|
|
471
471
|
width: i = 20,
|
|
472
472
|
height: e = 20,
|
|
473
473
|
color: t = w.GREY_DARK_5,
|
|
474
|
-
className:
|
|
475
|
-
onClick:
|
|
474
|
+
className: n,
|
|
475
|
+
onClick: s
|
|
476
476
|
}) => /* @__PURE__ */ r(
|
|
477
477
|
"svg",
|
|
478
478
|
{
|
|
479
479
|
width: i,
|
|
480
480
|
height: e,
|
|
481
|
-
className:
|
|
482
|
-
onClick:
|
|
481
|
+
className: n,
|
|
482
|
+
onClick: s,
|
|
483
483
|
viewBox: "0 0 25 25",
|
|
484
484
|
fill: "none",
|
|
485
485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -495,8 +495,8 @@ const U2 = ({
|
|
|
495
495
|
width: i = 20,
|
|
496
496
|
height: e = 20,
|
|
497
497
|
color: t = w.GREY_DARK_5,
|
|
498
|
-
className:
|
|
499
|
-
onClick:
|
|
498
|
+
className: n,
|
|
499
|
+
onClick: s
|
|
500
500
|
}) => /* @__PURE__ */ u(
|
|
501
501
|
"svg",
|
|
502
502
|
{
|
|
@@ -505,8 +505,8 @@ const U2 = ({
|
|
|
505
505
|
viewBox: "0 0 24 25",
|
|
506
506
|
fill: "none",
|
|
507
507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
508
|
-
className:
|
|
509
|
-
onClick:
|
|
508
|
+
className: n,
|
|
509
|
+
onClick: s,
|
|
510
510
|
children: [
|
|
511
511
|
/* @__PURE__ */ r(
|
|
512
512
|
"path",
|
|
@@ -542,8 +542,8 @@ const U2 = ({
|
|
|
542
542
|
width: i = 20,
|
|
543
543
|
height: e = 20,
|
|
544
544
|
color: t = w.GREY_DARK_5,
|
|
545
|
-
className:
|
|
546
|
-
onClick:
|
|
545
|
+
className: n,
|
|
546
|
+
onClick: s
|
|
547
547
|
}) => /* @__PURE__ */ r(
|
|
548
548
|
"svg",
|
|
549
549
|
{
|
|
@@ -552,8 +552,8 @@ const U2 = ({
|
|
|
552
552
|
viewBox: "0 0 24 25",
|
|
553
553
|
fill: "none",
|
|
554
554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
555
|
-
className:
|
|
556
|
-
onClick:
|
|
555
|
+
className: n,
|
|
556
|
+
onClick: s,
|
|
557
557
|
children: /* @__PURE__ */ r(
|
|
558
558
|
"path",
|
|
559
559
|
{
|
|
@@ -562,12 +562,12 @@ const U2 = ({
|
|
|
562
562
|
}
|
|
563
563
|
)
|
|
564
564
|
}
|
|
565
|
-
),
|
|
565
|
+
), n5 = ({
|
|
566
566
|
width: i = 20,
|
|
567
567
|
height: e = 20,
|
|
568
568
|
color: t = w.GREY_DARK_5,
|
|
569
|
-
className:
|
|
570
|
-
onClick:
|
|
569
|
+
className: n,
|
|
570
|
+
onClick: s
|
|
571
571
|
}) => /* @__PURE__ */ r(
|
|
572
572
|
"svg",
|
|
573
573
|
{
|
|
@@ -576,8 +576,8 @@ const U2 = ({
|
|
|
576
576
|
viewBox: "0 0 24 25",
|
|
577
577
|
fill: "none",
|
|
578
578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
579
|
-
className:
|
|
580
|
-
onClick:
|
|
579
|
+
className: n,
|
|
580
|
+
onClick: s,
|
|
581
581
|
children: /* @__PURE__ */ r(
|
|
582
582
|
"path",
|
|
583
583
|
{
|
|
@@ -586,12 +586,12 @@ const U2 = ({
|
|
|
586
586
|
}
|
|
587
587
|
)
|
|
588
588
|
}
|
|
589
|
-
),
|
|
589
|
+
), s5 = ({
|
|
590
590
|
width: i = 20,
|
|
591
591
|
height: e = 20,
|
|
592
592
|
color: t = w.GREY_DARK_5,
|
|
593
|
-
className:
|
|
594
|
-
onClick:
|
|
593
|
+
className: n,
|
|
594
|
+
onClick: s
|
|
595
595
|
}) => /* @__PURE__ */ r(
|
|
596
596
|
"svg",
|
|
597
597
|
{
|
|
@@ -600,8 +600,8 @@ const U2 = ({
|
|
|
600
600
|
viewBox: "0 0 24 25",
|
|
601
601
|
fill: "none",
|
|
602
602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
603
|
-
className:
|
|
604
|
-
onClick:
|
|
603
|
+
className: n,
|
|
604
|
+
onClick: s,
|
|
605
605
|
children: /* @__PURE__ */ r(
|
|
606
606
|
"path",
|
|
607
607
|
{
|
|
@@ -614,8 +614,8 @@ const U2 = ({
|
|
|
614
614
|
width: i = 20,
|
|
615
615
|
height: e = 20,
|
|
616
616
|
color: t = w.GREY_DARK_5,
|
|
617
|
-
className:
|
|
618
|
-
onClick:
|
|
617
|
+
className: n,
|
|
618
|
+
onClick: s
|
|
619
619
|
}) => /* @__PURE__ */ u(
|
|
620
620
|
"svg",
|
|
621
621
|
{
|
|
@@ -624,8 +624,8 @@ const U2 = ({
|
|
|
624
624
|
viewBox: "0 0 24 25",
|
|
625
625
|
fill: "none",
|
|
626
626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
|
-
className:
|
|
628
|
-
onClick:
|
|
627
|
+
className: n,
|
|
628
|
+
onClick: s,
|
|
629
629
|
children: [
|
|
630
630
|
/* @__PURE__ */ r(
|
|
631
631
|
"path",
|
|
@@ -675,8 +675,8 @@ const U2 = ({
|
|
|
675
675
|
width: i = 20,
|
|
676
676
|
height: e = 20,
|
|
677
677
|
color: t = w.GREY_DARK_5,
|
|
678
|
-
className:
|
|
679
|
-
onClick:
|
|
678
|
+
className: n,
|
|
679
|
+
onClick: s
|
|
680
680
|
}) => /* @__PURE__ */ u(
|
|
681
681
|
"svg",
|
|
682
682
|
{
|
|
@@ -685,8 +685,8 @@ const U2 = ({
|
|
|
685
685
|
viewBox: "0 0 24 25",
|
|
686
686
|
fill: "none",
|
|
687
687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
688
|
-
className:
|
|
689
|
-
onClick:
|
|
688
|
+
className: n,
|
|
689
|
+
onClick: s,
|
|
690
690
|
children: [
|
|
691
691
|
/* @__PURE__ */ r(
|
|
692
692
|
"path",
|
|
@@ -722,8 +722,8 @@ const U2 = ({
|
|
|
722
722
|
width: i = 20,
|
|
723
723
|
height: e = 20,
|
|
724
724
|
color: t = w.GREY_DARK_5,
|
|
725
|
-
className:
|
|
726
|
-
onClick:
|
|
725
|
+
className: n,
|
|
726
|
+
onClick: s
|
|
727
727
|
}) => /* @__PURE__ */ u(
|
|
728
728
|
"svg",
|
|
729
729
|
{
|
|
@@ -732,8 +732,8 @@ const U2 = ({
|
|
|
732
732
|
viewBox: "0 0 24 25",
|
|
733
733
|
fill: "none",
|
|
734
734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
735
|
-
className:
|
|
736
|
-
onClick:
|
|
735
|
+
className: n,
|
|
736
|
+
onClick: s,
|
|
737
737
|
children: [
|
|
738
738
|
/* @__PURE__ */ r(
|
|
739
739
|
"path",
|
|
@@ -762,15 +762,15 @@ const U2 = ({
|
|
|
762
762
|
width: i = 20,
|
|
763
763
|
height: e = 20,
|
|
764
764
|
color: t = w.GREY_DARK_5,
|
|
765
|
-
className:
|
|
766
|
-
onClick:
|
|
765
|
+
className: n,
|
|
766
|
+
onClick: s
|
|
767
767
|
}) => /* @__PURE__ */ u(
|
|
768
768
|
"svg",
|
|
769
769
|
{
|
|
770
770
|
width: i,
|
|
771
771
|
height: e,
|
|
772
|
-
className:
|
|
773
|
-
onClick:
|
|
772
|
+
className: n,
|
|
773
|
+
onClick: s,
|
|
774
774
|
viewBox: "0 0 24 25",
|
|
775
775
|
fill: "none",
|
|
776
776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -802,8 +802,8 @@ const U2 = ({
|
|
|
802
802
|
width: i = 20,
|
|
803
803
|
height: e = 20,
|
|
804
804
|
color: t = w.GREY_DARK_5,
|
|
805
|
-
className:
|
|
806
|
-
onClick:
|
|
805
|
+
className: n,
|
|
806
|
+
onClick: s
|
|
807
807
|
}) => /* @__PURE__ */ u(
|
|
808
808
|
"svg",
|
|
809
809
|
{
|
|
@@ -811,8 +811,8 @@ const U2 = ({
|
|
|
811
811
|
height: e,
|
|
812
812
|
viewBox: "0 0 24 25",
|
|
813
813
|
fill: "none",
|
|
814
|
-
className:
|
|
815
|
-
onClick:
|
|
814
|
+
className: n,
|
|
815
|
+
onClick: s,
|
|
816
816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
817
817
|
children: [
|
|
818
818
|
/* @__PURE__ */ r(
|
|
@@ -849,8 +849,8 @@ const U2 = ({
|
|
|
849
849
|
width: i = 20,
|
|
850
850
|
height: e = 20,
|
|
851
851
|
color: t = w.GREY_DARK_5,
|
|
852
|
-
className:
|
|
853
|
-
onClick:
|
|
852
|
+
className: n,
|
|
853
|
+
onClick: s
|
|
854
854
|
}) => /* @__PURE__ */ u(
|
|
855
855
|
"svg",
|
|
856
856
|
{
|
|
@@ -858,8 +858,8 @@ const U2 = ({
|
|
|
858
858
|
height: e,
|
|
859
859
|
viewBox: "0 0 24 25",
|
|
860
860
|
fill: "none",
|
|
861
|
-
className:
|
|
862
|
-
onClick:
|
|
861
|
+
className: n,
|
|
862
|
+
onClick: s,
|
|
863
863
|
xmlns: "http://www.w3.org/2000/svg",
|
|
864
864
|
children: [
|
|
865
865
|
/* @__PURE__ */ r(
|
|
@@ -896,8 +896,8 @@ const U2 = ({
|
|
|
896
896
|
width: i = 20,
|
|
897
897
|
height: e = 20,
|
|
898
898
|
color: t = w.GREY_DARK_5,
|
|
899
|
-
className:
|
|
900
|
-
onClick:
|
|
899
|
+
className: n,
|
|
900
|
+
onClick: s
|
|
901
901
|
}) => /* @__PURE__ */ u(
|
|
902
902
|
"svg",
|
|
903
903
|
{
|
|
@@ -905,8 +905,8 @@ const U2 = ({
|
|
|
905
905
|
height: e,
|
|
906
906
|
viewBox: "0 0 24 25",
|
|
907
907
|
fill: "none",
|
|
908
|
-
className:
|
|
909
|
-
onClick:
|
|
908
|
+
className: n,
|
|
909
|
+
onClick: s,
|
|
910
910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
911
911
|
children: [
|
|
912
912
|
/* @__PURE__ */ r(
|
|
@@ -943,8 +943,8 @@ const U2 = ({
|
|
|
943
943
|
width: i = 20,
|
|
944
944
|
height: e = 20,
|
|
945
945
|
color: t = w.GREY_DARK_5,
|
|
946
|
-
className:
|
|
947
|
-
onClick:
|
|
946
|
+
className: n,
|
|
947
|
+
onClick: s
|
|
948
948
|
}) => /* @__PURE__ */ u(
|
|
949
949
|
"svg",
|
|
950
950
|
{
|
|
@@ -952,8 +952,8 @@ const U2 = ({
|
|
|
952
952
|
height: e,
|
|
953
953
|
viewBox: "0 0 24 25",
|
|
954
954
|
fill: "none",
|
|
955
|
-
className:
|
|
956
|
-
onClick:
|
|
955
|
+
className: n,
|
|
956
|
+
onClick: s,
|
|
957
957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
958
958
|
children: [
|
|
959
959
|
/* @__PURE__ */ r(
|
|
@@ -983,8 +983,8 @@ const U2 = ({
|
|
|
983
983
|
width: i = 20,
|
|
984
984
|
height: e = 20,
|
|
985
985
|
color: t = w.GREY_DARK_5,
|
|
986
|
-
className:
|
|
987
|
-
onClick:
|
|
986
|
+
className: n,
|
|
987
|
+
onClick: s
|
|
988
988
|
}) => /* @__PURE__ */ u(
|
|
989
989
|
"svg",
|
|
990
990
|
{
|
|
@@ -992,8 +992,8 @@ const U2 = ({
|
|
|
992
992
|
height: e,
|
|
993
993
|
viewBox: "0 0 24 25",
|
|
994
994
|
fill: "none",
|
|
995
|
-
className:
|
|
996
|
-
onClick:
|
|
995
|
+
className: n,
|
|
996
|
+
onClick: s,
|
|
997
997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
998
998
|
children: [
|
|
999
999
|
/* @__PURE__ */ r(
|
|
@@ -1016,8 +1016,8 @@ const U2 = ({
|
|
|
1016
1016
|
width: i = 20,
|
|
1017
1017
|
height: e = 20,
|
|
1018
1018
|
color: t = w.GREY_DARK_5,
|
|
1019
|
-
className:
|
|
1020
|
-
onClick:
|
|
1019
|
+
className: n,
|
|
1020
|
+
onClick: s
|
|
1021
1021
|
}) => /* @__PURE__ */ u(
|
|
1022
1022
|
"svg",
|
|
1023
1023
|
{
|
|
@@ -1026,8 +1026,8 @@ const U2 = ({
|
|
|
1026
1026
|
viewBox: "0 0 24 25",
|
|
1027
1027
|
fill: "none",
|
|
1028
1028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1029
|
-
className:
|
|
1030
|
-
onClick:
|
|
1029
|
+
className: n,
|
|
1030
|
+
onClick: s,
|
|
1031
1031
|
children: [
|
|
1032
1032
|
/* @__PURE__ */ r(
|
|
1033
1033
|
"path",
|
|
@@ -1049,8 +1049,8 @@ const U2 = ({
|
|
|
1049
1049
|
width: i = 20,
|
|
1050
1050
|
height: e = 20,
|
|
1051
1051
|
color: t = w.GREY_DARK_5,
|
|
1052
|
-
className:
|
|
1053
|
-
onClick:
|
|
1052
|
+
className: n,
|
|
1053
|
+
onClick: s
|
|
1054
1054
|
}) => /* @__PURE__ */ u(
|
|
1055
1055
|
"svg",
|
|
1056
1056
|
{
|
|
@@ -1058,8 +1058,8 @@ const U2 = ({
|
|
|
1058
1058
|
height: e,
|
|
1059
1059
|
viewBox: "0 0 24 25",
|
|
1060
1060
|
fill: "none",
|
|
1061
|
-
className:
|
|
1062
|
-
onClick:
|
|
1061
|
+
className: n,
|
|
1062
|
+
onClick: s,
|
|
1063
1063
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1064
1064
|
children: [
|
|
1065
1065
|
/* @__PURE__ */ r(
|
|
@@ -1082,8 +1082,8 @@ const U2 = ({
|
|
|
1082
1082
|
width: i = 20,
|
|
1083
1083
|
height: e = 20,
|
|
1084
1084
|
color: t = w.GREY_DARK_5,
|
|
1085
|
-
className:
|
|
1086
|
-
onClick:
|
|
1085
|
+
className: n,
|
|
1086
|
+
onClick: s
|
|
1087
1087
|
}) => /* @__PURE__ */ u(
|
|
1088
1088
|
"svg",
|
|
1089
1089
|
{
|
|
@@ -1091,8 +1091,8 @@ const U2 = ({
|
|
|
1091
1091
|
height: e,
|
|
1092
1092
|
viewBox: "0 0 24 25",
|
|
1093
1093
|
fill: "none",
|
|
1094
|
-
className:
|
|
1095
|
-
onClick:
|
|
1094
|
+
className: n,
|
|
1095
|
+
onClick: s,
|
|
1096
1096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1097
1097
|
children: [
|
|
1098
1098
|
/* @__PURE__ */ r(
|
|
@@ -1115,8 +1115,8 @@ const U2 = ({
|
|
|
1115
1115
|
width: i = 20,
|
|
1116
1116
|
height: e = 20,
|
|
1117
1117
|
color: t = w.GREY_DARK_5,
|
|
1118
|
-
className:
|
|
1119
|
-
onClick:
|
|
1118
|
+
className: n,
|
|
1119
|
+
onClick: s
|
|
1120
1120
|
}) => /* @__PURE__ */ u(
|
|
1121
1121
|
"svg",
|
|
1122
1122
|
{
|
|
@@ -1124,8 +1124,8 @@ const U2 = ({
|
|
|
1124
1124
|
height: e,
|
|
1125
1125
|
viewBox: "0 0 24 25",
|
|
1126
1126
|
fill: "none",
|
|
1127
|
-
className:
|
|
1128
|
-
onClick:
|
|
1127
|
+
className: n,
|
|
1128
|
+
onClick: s,
|
|
1129
1129
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1130
1130
|
children: [
|
|
1131
1131
|
/* @__PURE__ */ r(
|
|
@@ -1155,15 +1155,15 @@ const U2 = ({
|
|
|
1155
1155
|
width: i = 20,
|
|
1156
1156
|
height: e = 20,
|
|
1157
1157
|
color: t = w.GREY_DARK_5,
|
|
1158
|
-
className:
|
|
1159
|
-
onClick:
|
|
1158
|
+
className: n,
|
|
1159
|
+
onClick: s
|
|
1160
1160
|
}) => /* @__PURE__ */ u(
|
|
1161
1161
|
"svg",
|
|
1162
1162
|
{
|
|
1163
1163
|
width: i,
|
|
1164
1164
|
height: e,
|
|
1165
|
-
className:
|
|
1166
|
-
onClick:
|
|
1165
|
+
className: n,
|
|
1166
|
+
onClick: s,
|
|
1167
1167
|
viewBox: "0 0 24 25",
|
|
1168
1168
|
fill: "none",
|
|
1169
1169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1188,8 +1188,8 @@ const U2 = ({
|
|
|
1188
1188
|
width: i = 20,
|
|
1189
1189
|
height: e = 20,
|
|
1190
1190
|
color: t = w.GREY_DARK_5,
|
|
1191
|
-
className:
|
|
1192
|
-
onClick:
|
|
1191
|
+
className: n,
|
|
1192
|
+
onClick: s
|
|
1193
1193
|
}) => /* @__PURE__ */ u(
|
|
1194
1194
|
"svg",
|
|
1195
1195
|
{
|
|
@@ -1197,8 +1197,8 @@ const U2 = ({
|
|
|
1197
1197
|
height: e,
|
|
1198
1198
|
viewBox: "0 0 24 25",
|
|
1199
1199
|
fill: "none",
|
|
1200
|
-
className:
|
|
1201
|
-
onClick:
|
|
1200
|
+
className: n,
|
|
1201
|
+
onClick: s,
|
|
1202
1202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1203
1203
|
children: [
|
|
1204
1204
|
/* @__PURE__ */ r(
|
|
@@ -1221,15 +1221,15 @@ const U2 = ({
|
|
|
1221
1221
|
width: i = 20,
|
|
1222
1222
|
height: e = 20,
|
|
1223
1223
|
color: t = "#070739",
|
|
1224
|
-
className:
|
|
1225
|
-
onClick:
|
|
1224
|
+
className: n,
|
|
1225
|
+
onClick: s
|
|
1226
1226
|
}) => /* @__PURE__ */ u(
|
|
1227
1227
|
"svg",
|
|
1228
1228
|
{
|
|
1229
1229
|
width: i,
|
|
1230
1230
|
height: e,
|
|
1231
|
-
className:
|
|
1232
|
-
onClick:
|
|
1231
|
+
className: n,
|
|
1232
|
+
onClick: s,
|
|
1233
1233
|
viewBox: "0 0 20 20",
|
|
1234
1234
|
fill: "none",
|
|
1235
1235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1251,15 +1251,15 @@ const U2 = ({
|
|
|
1251
1251
|
width: i = 20,
|
|
1252
1252
|
height: e = 20,
|
|
1253
1253
|
color: t = "#070739",
|
|
1254
|
-
className:
|
|
1255
|
-
onClick:
|
|
1254
|
+
className: n,
|
|
1255
|
+
onClick: s
|
|
1256
1256
|
}) => /* @__PURE__ */ u(
|
|
1257
1257
|
"svg",
|
|
1258
1258
|
{
|
|
1259
1259
|
width: i,
|
|
1260
1260
|
height: e,
|
|
1261
|
-
className:
|
|
1262
|
-
onClick:
|
|
1261
|
+
className: n,
|
|
1262
|
+
onClick: s,
|
|
1263
1263
|
viewBox: "0 0 20 20",
|
|
1264
1264
|
fill: "none",
|
|
1265
1265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1289,15 +1289,15 @@ const U2 = ({
|
|
|
1289
1289
|
width: i = 9,
|
|
1290
1290
|
height: e = 5,
|
|
1291
1291
|
color: t = "#001E52",
|
|
1292
|
-
className:
|
|
1293
|
-
onClick:
|
|
1292
|
+
className: n,
|
|
1293
|
+
onClick: s
|
|
1294
1294
|
}) => /* @__PURE__ */ r(
|
|
1295
1295
|
"svg",
|
|
1296
1296
|
{
|
|
1297
1297
|
width: i,
|
|
1298
1298
|
height: e,
|
|
1299
|
-
className:
|
|
1300
|
-
onClick:
|
|
1299
|
+
className: n,
|
|
1300
|
+
onClick: s,
|
|
1301
1301
|
viewBox: "0 0 9 5",
|
|
1302
1302
|
fill: "none",
|
|
1303
1303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1315,15 +1315,15 @@ const U2 = ({
|
|
|
1315
1315
|
width: i = 20,
|
|
1316
1316
|
height: e = 20,
|
|
1317
1317
|
color: t = "#F2F2F7",
|
|
1318
|
-
className:
|
|
1319
|
-
onClick:
|
|
1318
|
+
className: n,
|
|
1319
|
+
onClick: s
|
|
1320
1320
|
}) => /* @__PURE__ */ u(
|
|
1321
1321
|
"svg",
|
|
1322
1322
|
{
|
|
1323
1323
|
width: i,
|
|
1324
1324
|
height: e,
|
|
1325
|
-
className:
|
|
1326
|
-
onClick:
|
|
1325
|
+
className: n,
|
|
1326
|
+
onClick: s,
|
|
1327
1327
|
viewBox: "0 0 20 20",
|
|
1328
1328
|
fill: "none",
|
|
1329
1329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1344,15 +1344,15 @@ const U2 = ({
|
|
|
1344
1344
|
width: i = 20,
|
|
1345
1345
|
height: e = 20,
|
|
1346
1346
|
color: t = "#004ED7",
|
|
1347
|
-
className:
|
|
1348
|
-
onClick:
|
|
1347
|
+
className: n,
|
|
1348
|
+
onClick: s
|
|
1349
1349
|
}) => /* @__PURE__ */ u(
|
|
1350
1350
|
"svg",
|
|
1351
1351
|
{
|
|
1352
1352
|
width: i,
|
|
1353
1353
|
height: e,
|
|
1354
|
-
className:
|
|
1355
|
-
onClick:
|
|
1354
|
+
className: n,
|
|
1355
|
+
onClick: s,
|
|
1356
1356
|
viewBox: "0 0 20 20",
|
|
1357
1357
|
fill: "none",
|
|
1358
1358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1373,15 +1373,15 @@ const U2 = ({
|
|
|
1373
1373
|
width: i = 10,
|
|
1374
1374
|
height: e = 10,
|
|
1375
1375
|
color: t = "#001E52",
|
|
1376
|
-
className:
|
|
1377
|
-
onClick:
|
|
1376
|
+
className: n,
|
|
1377
|
+
onClick: s
|
|
1378
1378
|
}) => /* @__PURE__ */ u(
|
|
1379
1379
|
"svg",
|
|
1380
1380
|
{
|
|
1381
1381
|
width: i,
|
|
1382
1382
|
height: e,
|
|
1383
|
-
className:
|
|
1384
|
-
onClick:
|
|
1383
|
+
className: n,
|
|
1384
|
+
onClick: s,
|
|
1385
1385
|
viewBox: "0 0 10 10",
|
|
1386
1386
|
fill: "none",
|
|
1387
1387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1402,15 +1402,15 @@ const U2 = ({
|
|
|
1402
1402
|
width: i = 10,
|
|
1403
1403
|
height: e = 10,
|
|
1404
1404
|
color: t = "#001E52",
|
|
1405
|
-
className:
|
|
1406
|
-
onClick:
|
|
1405
|
+
className: n,
|
|
1406
|
+
onClick: s
|
|
1407
1407
|
}) => /* @__PURE__ */ u(
|
|
1408
1408
|
"svg",
|
|
1409
1409
|
{
|
|
1410
1410
|
width: i,
|
|
1411
1411
|
height: e,
|
|
1412
|
-
className:
|
|
1413
|
-
onClick:
|
|
1412
|
+
className: n,
|
|
1413
|
+
onClick: s,
|
|
1414
1414
|
viewBox: "0 0 10 10",
|
|
1415
1415
|
fill: "none",
|
|
1416
1416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1439,17 +1439,17 @@ const U2 = ({
|
|
|
1439
1439
|
className: i,
|
|
1440
1440
|
color: e = w.GREY_DARK_5,
|
|
1441
1441
|
height: t = 20,
|
|
1442
|
-
width:
|
|
1443
|
-
onClick:
|
|
1442
|
+
width: n = 20,
|
|
1443
|
+
onClick: s
|
|
1444
1444
|
}) => /* @__PURE__ */ u(
|
|
1445
1445
|
"svg",
|
|
1446
1446
|
{
|
|
1447
|
-
width:
|
|
1447
|
+
width: n,
|
|
1448
1448
|
height: t,
|
|
1449
1449
|
viewBox: "0 0 24 25",
|
|
1450
1450
|
fill: "none",
|
|
1451
1451
|
className: i,
|
|
1452
|
-
onClick:
|
|
1452
|
+
onClick: s,
|
|
1453
1453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1454
1454
|
children: [
|
|
1455
1455
|
/* @__PURE__ */ r(
|
|
@@ -1472,14 +1472,14 @@ const U2 = ({
|
|
|
1472
1472
|
className: i,
|
|
1473
1473
|
color: e = w.GREY_DARK_5,
|
|
1474
1474
|
height: t = 20,
|
|
1475
|
-
width:
|
|
1476
|
-
onClick:
|
|
1475
|
+
width: n = 20,
|
|
1476
|
+
onClick: s
|
|
1477
1477
|
}) => /* @__PURE__ */ r(
|
|
1478
1478
|
"svg",
|
|
1479
1479
|
{
|
|
1480
|
-
onClick:
|
|
1480
|
+
onClick: s,
|
|
1481
1481
|
className: i,
|
|
1482
|
-
width:
|
|
1482
|
+
width: n,
|
|
1483
1483
|
height: t,
|
|
1484
1484
|
viewBox: "0 0 8 14",
|
|
1485
1485
|
fill: "none",
|
|
@@ -1499,14 +1499,14 @@ const U2 = ({
|
|
|
1499
1499
|
className: i,
|
|
1500
1500
|
color: e = w.GREY_DARK_5,
|
|
1501
1501
|
height: t = 20,
|
|
1502
|
-
width:
|
|
1503
|
-
onClick:
|
|
1502
|
+
width: n = 20,
|
|
1503
|
+
onClick: s
|
|
1504
1504
|
}) => /* @__PURE__ */ r(
|
|
1505
1505
|
"svg",
|
|
1506
1506
|
{
|
|
1507
1507
|
className: i,
|
|
1508
|
-
onClick:
|
|
1509
|
-
width:
|
|
1508
|
+
onClick: s,
|
|
1509
|
+
width: n,
|
|
1510
1510
|
height: t,
|
|
1511
1511
|
viewBox: "0 0 8 14",
|
|
1512
1512
|
fill: "none",
|
|
@@ -1526,14 +1526,14 @@ const U2 = ({
|
|
|
1526
1526
|
className: i,
|
|
1527
1527
|
color: e = w.GREY_DARK_5,
|
|
1528
1528
|
height: t = 5,
|
|
1529
|
-
width:
|
|
1530
|
-
onClick:
|
|
1529
|
+
width: n = 10,
|
|
1530
|
+
onClick: s
|
|
1531
1531
|
}) => /* @__PURE__ */ r(
|
|
1532
1532
|
"svg",
|
|
1533
1533
|
{
|
|
1534
1534
|
className: i,
|
|
1535
|
-
onClick:
|
|
1536
|
-
width:
|
|
1535
|
+
onClick: s,
|
|
1536
|
+
width: n,
|
|
1537
1537
|
height: t,
|
|
1538
1538
|
viewBox: "0 0 10 5",
|
|
1539
1539
|
fill: "none",
|
|
@@ -1550,14 +1550,14 @@ const U2 = ({
|
|
|
1550
1550
|
className: i,
|
|
1551
1551
|
color: e = w.GREY_DARK_5,
|
|
1552
1552
|
height: t = 5,
|
|
1553
|
-
width:
|
|
1554
|
-
onClick:
|
|
1553
|
+
width: n = 10,
|
|
1554
|
+
onClick: s
|
|
1555
1555
|
}) => /* @__PURE__ */ r(
|
|
1556
1556
|
"svg",
|
|
1557
1557
|
{
|
|
1558
1558
|
className: i,
|
|
1559
|
-
onClick:
|
|
1560
|
-
width:
|
|
1559
|
+
onClick: s,
|
|
1560
|
+
width: n,
|
|
1561
1561
|
height: t,
|
|
1562
1562
|
viewBox: "0 0 10 5",
|
|
1563
1563
|
fill: "none",
|
|
@@ -1571,21 +1571,21 @@ const U2 = ({
|
|
|
1571
1571
|
}
|
|
1572
1572
|
)
|
|
1573
1573
|
}
|
|
1574
|
-
),
|
|
1574
|
+
), A5 = ({
|
|
1575
1575
|
className: i,
|
|
1576
1576
|
color: e = w.GREY_DARK_5,
|
|
1577
1577
|
height: t = 20,
|
|
1578
|
-
width:
|
|
1579
|
-
onClick:
|
|
1578
|
+
width: n = 20,
|
|
1579
|
+
onClick: s
|
|
1580
1580
|
}) => /* @__PURE__ */ u(
|
|
1581
1581
|
"svg",
|
|
1582
1582
|
{
|
|
1583
|
-
width:
|
|
1583
|
+
width: n,
|
|
1584
1584
|
height: t,
|
|
1585
1585
|
viewBox: "0 0 24 25",
|
|
1586
1586
|
fill: "none",
|
|
1587
1587
|
className: i,
|
|
1588
|
-
onClick:
|
|
1588
|
+
onClick: s,
|
|
1589
1589
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1590
1590
|
children: [
|
|
1591
1591
|
/* @__PURE__ */ r(
|
|
@@ -1604,19 +1604,19 @@ const U2 = ({
|
|
|
1604
1604
|
)
|
|
1605
1605
|
]
|
|
1606
1606
|
}
|
|
1607
|
-
),
|
|
1607
|
+
), I5 = ({
|
|
1608
1608
|
className: i,
|
|
1609
1609
|
color: e = w.GREY_DARK_5,
|
|
1610
1610
|
height: t = 24,
|
|
1611
|
-
width:
|
|
1612
|
-
onClick:
|
|
1611
|
+
width: n = 24,
|
|
1612
|
+
onClick: s
|
|
1613
1613
|
}) => /* @__PURE__ */ u(
|
|
1614
1614
|
"svg",
|
|
1615
1615
|
{
|
|
1616
|
-
width:
|
|
1616
|
+
width: n,
|
|
1617
1617
|
height: t,
|
|
1618
1618
|
className: i,
|
|
1619
|
-
onClick:
|
|
1619
|
+
onClick: s,
|
|
1620
1620
|
viewBox: "0 0 24 24",
|
|
1621
1621
|
fill: "none",
|
|
1622
1622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1647,15 +1647,15 @@ const U2 = ({
|
|
|
1647
1647
|
className: i,
|
|
1648
1648
|
color: e = w.GREY_DARK_5,
|
|
1649
1649
|
height: t = 24,
|
|
1650
|
-
width:
|
|
1651
|
-
onClick:
|
|
1650
|
+
width: n = 24,
|
|
1651
|
+
onClick: s
|
|
1652
1652
|
}) => /* @__PURE__ */ r(
|
|
1653
1653
|
"svg",
|
|
1654
1654
|
{
|
|
1655
|
-
width:
|
|
1655
|
+
width: n,
|
|
1656
1656
|
height: t,
|
|
1657
1657
|
className: i,
|
|
1658
|
-
onClick:
|
|
1658
|
+
onClick: s,
|
|
1659
1659
|
viewBox: "0 0 24 24",
|
|
1660
1660
|
fill: "none",
|
|
1661
1661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1674,15 +1674,15 @@ const U2 = ({
|
|
|
1674
1674
|
className: i,
|
|
1675
1675
|
color: e = w.GREY_DARK_5,
|
|
1676
1676
|
height: t = 24,
|
|
1677
|
-
width:
|
|
1678
|
-
onClick:
|
|
1677
|
+
width: n = 24,
|
|
1678
|
+
onClick: s
|
|
1679
1679
|
}) => /* @__PURE__ */ u(
|
|
1680
1680
|
"svg",
|
|
1681
1681
|
{
|
|
1682
|
-
width:
|
|
1682
|
+
width: n,
|
|
1683
1683
|
height: t,
|
|
1684
1684
|
className: i,
|
|
1685
|
-
onClick:
|
|
1685
|
+
onClick: s,
|
|
1686
1686
|
viewBox: "0 0 24 24",
|
|
1687
1687
|
fill: "none",
|
|
1688
1688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1733,15 +1733,15 @@ const U2 = ({
|
|
|
1733
1733
|
className: i,
|
|
1734
1734
|
color: e = w.GREY_DARK_5,
|
|
1735
1735
|
height: t = 24,
|
|
1736
|
-
width:
|
|
1737
|
-
onClick:
|
|
1736
|
+
width: n = 24,
|
|
1737
|
+
onClick: s
|
|
1738
1738
|
}) => /* @__PURE__ */ u(
|
|
1739
1739
|
"svg",
|
|
1740
1740
|
{
|
|
1741
|
-
width:
|
|
1741
|
+
width: n,
|
|
1742
1742
|
height: t,
|
|
1743
1743
|
className: i,
|
|
1744
|
-
onClick:
|
|
1744
|
+
onClick: s,
|
|
1745
1745
|
viewBox: "0 0 24 24",
|
|
1746
1746
|
fill: "none",
|
|
1747
1747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1766,19 +1766,19 @@ const U2 = ({
|
|
|
1766
1766
|
)
|
|
1767
1767
|
]
|
|
1768
1768
|
}
|
|
1769
|
-
),
|
|
1769
|
+
), G5 = ({
|
|
1770
1770
|
className: i,
|
|
1771
1771
|
color: e = w.GREY_DARK_3,
|
|
1772
1772
|
height: t = 14,
|
|
1773
|
-
width:
|
|
1774
|
-
onClick:
|
|
1773
|
+
width: n = 14,
|
|
1774
|
+
onClick: s
|
|
1775
1775
|
}) => /* @__PURE__ */ u(
|
|
1776
1776
|
"svg",
|
|
1777
1777
|
{
|
|
1778
1778
|
className: i,
|
|
1779
|
-
width:
|
|
1779
|
+
width: n,
|
|
1780
1780
|
height: t,
|
|
1781
|
-
onClick:
|
|
1781
|
+
onClick: s,
|
|
1782
1782
|
viewBox: "0 0 14 14",
|
|
1783
1783
|
fill: "none",
|
|
1784
1784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1803,18 +1803,18 @@ const U2 = ({
|
|
|
1803
1803
|
)
|
|
1804
1804
|
]
|
|
1805
1805
|
}
|
|
1806
|
-
),
|
|
1806
|
+
), D5 = ({
|
|
1807
1807
|
className: i,
|
|
1808
1808
|
color: e = w.GREY_DARK_5,
|
|
1809
1809
|
height: t = 18,
|
|
1810
|
-
onClick:
|
|
1811
|
-
width:
|
|
1810
|
+
onClick: n,
|
|
1811
|
+
width: s = 18
|
|
1812
1812
|
}) => /* @__PURE__ */ r(
|
|
1813
1813
|
"svg",
|
|
1814
1814
|
{
|
|
1815
|
-
onClick:
|
|
1815
|
+
onClick: n,
|
|
1816
1816
|
className: i,
|
|
1817
|
-
width:
|
|
1817
|
+
width: s,
|
|
1818
1818
|
height: t,
|
|
1819
1819
|
viewBox: "0 0 20 20",
|
|
1820
1820
|
fill: "none",
|
|
@@ -1834,14 +1834,14 @@ const U2 = ({
|
|
|
1834
1834
|
className: i,
|
|
1835
1835
|
color: e = w.GREY_DARK_5,
|
|
1836
1836
|
height: t = 24,
|
|
1837
|
-
width:
|
|
1838
|
-
onClick:
|
|
1837
|
+
width: n = 24,
|
|
1838
|
+
onClick: s
|
|
1839
1839
|
}) => /* @__PURE__ */ u(
|
|
1840
1840
|
"svg",
|
|
1841
1841
|
{
|
|
1842
|
-
onClick:
|
|
1842
|
+
onClick: s,
|
|
1843
1843
|
className: i,
|
|
1844
|
-
width:
|
|
1844
|
+
width: n,
|
|
1845
1845
|
height: t,
|
|
1846
1846
|
viewBox: "0 0 24 24",
|
|
1847
1847
|
fill: "none",
|
|
@@ -1886,14 +1886,14 @@ const U2 = ({
|
|
|
1886
1886
|
className: i,
|
|
1887
1887
|
color: e = w.GREY_DARK_5,
|
|
1888
1888
|
height: t = 24,
|
|
1889
|
-
width:
|
|
1890
|
-
onClick:
|
|
1889
|
+
width: n = 24,
|
|
1890
|
+
onClick: s
|
|
1891
1891
|
}) => /* @__PURE__ */ u(
|
|
1892
1892
|
"svg",
|
|
1893
1893
|
{
|
|
1894
|
-
onClick:
|
|
1894
|
+
onClick: s,
|
|
1895
1895
|
className: i,
|
|
1896
|
-
width:
|
|
1896
|
+
width: n,
|
|
1897
1897
|
height: t,
|
|
1898
1898
|
viewBox: "0 0 24 24",
|
|
1899
1899
|
fill: "none",
|
|
@@ -1923,14 +1923,14 @@ const U2 = ({
|
|
|
1923
1923
|
className: i,
|
|
1924
1924
|
color: e = w.NOTIFICATION_WARNING_DARK,
|
|
1925
1925
|
height: t = 37,
|
|
1926
|
-
width:
|
|
1927
|
-
onClick:
|
|
1926
|
+
width: n = 36,
|
|
1927
|
+
onClick: s
|
|
1928
1928
|
}) => /* @__PURE__ */ u(
|
|
1929
1929
|
"svg",
|
|
1930
1930
|
{
|
|
1931
|
-
onClick:
|
|
1931
|
+
onClick: s,
|
|
1932
1932
|
className: i,
|
|
1933
|
-
width:
|
|
1933
|
+
width: n,
|
|
1934
1934
|
height: t,
|
|
1935
1935
|
viewBox: "0 0 36 37",
|
|
1936
1936
|
fill: "none",
|
|
@@ -1962,14 +1962,14 @@ const U2 = ({
|
|
|
1962
1962
|
className: i,
|
|
1963
1963
|
color: e = w.GREY_DARK_5,
|
|
1964
1964
|
height: t = 24,
|
|
1965
|
-
width:
|
|
1966
|
-
onClick:
|
|
1965
|
+
width: n = 24,
|
|
1966
|
+
onClick: s
|
|
1967
1967
|
}) => /* @__PURE__ */ r(
|
|
1968
1968
|
"svg",
|
|
1969
1969
|
{
|
|
1970
|
-
onClick:
|
|
1970
|
+
onClick: s,
|
|
1971
1971
|
className: i,
|
|
1972
|
-
width:
|
|
1972
|
+
width: n,
|
|
1973
1973
|
height: t,
|
|
1974
1974
|
viewBox: "0 0 24 24",
|
|
1975
1975
|
fill: "none",
|
|
@@ -1988,14 +1988,14 @@ const U2 = ({
|
|
|
1988
1988
|
className: i,
|
|
1989
1989
|
color: e = w.GREY_DARK_5,
|
|
1990
1990
|
height: t = 24,
|
|
1991
|
-
width:
|
|
1992
|
-
onClick:
|
|
1991
|
+
width: n = 24,
|
|
1992
|
+
onClick: s
|
|
1993
1993
|
}) => /* @__PURE__ */ u(
|
|
1994
1994
|
"svg",
|
|
1995
1995
|
{
|
|
1996
|
-
onClick:
|
|
1996
|
+
onClick: s,
|
|
1997
1997
|
className: i,
|
|
1998
|
-
width:
|
|
1998
|
+
width: n,
|
|
1999
1999
|
height: t,
|
|
2000
2000
|
viewBox: "0 0 24 24",
|
|
2001
2001
|
fill: "none",
|
|
@@ -2027,14 +2027,14 @@ const U2 = ({
|
|
|
2027
2027
|
className: i,
|
|
2028
2028
|
color: e = w.GREY_DARK_5,
|
|
2029
2029
|
height: t = 20,
|
|
2030
|
-
width:
|
|
2031
|
-
onClick:
|
|
2030
|
+
width: n = 20,
|
|
2031
|
+
onClick: s
|
|
2032
2032
|
}) => /* @__PURE__ */ u(
|
|
2033
2033
|
"svg",
|
|
2034
2034
|
{
|
|
2035
|
-
onClick:
|
|
2035
|
+
onClick: s,
|
|
2036
2036
|
className: i,
|
|
2037
|
-
width:
|
|
2037
|
+
width: n,
|
|
2038
2038
|
height: t,
|
|
2039
2039
|
viewBox: "0 0 24 25",
|
|
2040
2040
|
fill: "none",
|
|
@@ -2060,14 +2060,14 @@ const U2 = ({
|
|
|
2060
2060
|
className: i,
|
|
2061
2061
|
color: e = w.GREY_DARK_5,
|
|
2062
2062
|
height: t = 24,
|
|
2063
|
-
width:
|
|
2064
|
-
onClick:
|
|
2063
|
+
width: n = 24,
|
|
2064
|
+
onClick: s
|
|
2065
2065
|
}) => /* @__PURE__ */ u(
|
|
2066
2066
|
"svg",
|
|
2067
2067
|
{
|
|
2068
|
-
onClick:
|
|
2068
|
+
onClick: s,
|
|
2069
2069
|
className: i,
|
|
2070
|
-
width:
|
|
2070
|
+
width: n,
|
|
2071
2071
|
height: t,
|
|
2072
2072
|
viewBox: "0 0 24 24",
|
|
2073
2073
|
fill: "none",
|
|
@@ -2129,14 +2129,14 @@ const U2 = ({
|
|
|
2129
2129
|
className: i,
|
|
2130
2130
|
color: e = w.GREY_DARK_5,
|
|
2131
2131
|
height: t = 24,
|
|
2132
|
-
width:
|
|
2133
|
-
onClick:
|
|
2132
|
+
width: n = 24,
|
|
2133
|
+
onClick: s
|
|
2134
2134
|
}) => /* @__PURE__ */ u(
|
|
2135
2135
|
"svg",
|
|
2136
2136
|
{
|
|
2137
|
-
onClick:
|
|
2137
|
+
onClick: s,
|
|
2138
2138
|
className: i,
|
|
2139
|
-
width:
|
|
2139
|
+
width: n,
|
|
2140
2140
|
height: t,
|
|
2141
2141
|
viewBox: "0 0 24 24",
|
|
2142
2142
|
fill: "none",
|
|
@@ -2186,14 +2186,14 @@ const U2 = ({
|
|
|
2186
2186
|
className: i,
|
|
2187
2187
|
color: e = w.GREY_DARK_5,
|
|
2188
2188
|
height: t = 24,
|
|
2189
|
-
width:
|
|
2190
|
-
onClick:
|
|
2189
|
+
width: n = 24,
|
|
2190
|
+
onClick: s
|
|
2191
2191
|
}) => /* @__PURE__ */ u(
|
|
2192
2192
|
"svg",
|
|
2193
2193
|
{
|
|
2194
|
-
onClick:
|
|
2194
|
+
onClick: s,
|
|
2195
2195
|
className: i,
|
|
2196
|
-
width:
|
|
2196
|
+
width: n,
|
|
2197
2197
|
height: t,
|
|
2198
2198
|
viewBox: "0 0 24 24",
|
|
2199
2199
|
fill: "none",
|
|
@@ -2235,14 +2235,14 @@ const U2 = ({
|
|
|
2235
2235
|
className: i,
|
|
2236
2236
|
color: e = w.GREY_DARK_5,
|
|
2237
2237
|
height: t = 24,
|
|
2238
|
-
width:
|
|
2239
|
-
onClick:
|
|
2238
|
+
width: n = 24,
|
|
2239
|
+
onClick: s
|
|
2240
2240
|
}) => /* @__PURE__ */ r(
|
|
2241
2241
|
"svg",
|
|
2242
2242
|
{
|
|
2243
|
-
onClick:
|
|
2243
|
+
onClick: s,
|
|
2244
2244
|
className: i,
|
|
2245
|
-
width:
|
|
2245
|
+
width: n,
|
|
2246
2246
|
height: t,
|
|
2247
2247
|
viewBox: "0 0 24 24",
|
|
2248
2248
|
fill: "none",
|
|
@@ -2262,14 +2262,14 @@ const U2 = ({
|
|
|
2262
2262
|
className: i,
|
|
2263
2263
|
color: e = w.GREY_DARK_5,
|
|
2264
2264
|
height: t = 20,
|
|
2265
|
-
width:
|
|
2266
|
-
onClick:
|
|
2265
|
+
width: n = 20,
|
|
2266
|
+
onClick: s
|
|
2267
2267
|
}) => /* @__PURE__ */ u(
|
|
2268
2268
|
"svg",
|
|
2269
2269
|
{
|
|
2270
|
-
onClick:
|
|
2270
|
+
onClick: s,
|
|
2271
2271
|
className: i,
|
|
2272
|
-
width:
|
|
2272
|
+
width: n,
|
|
2273
2273
|
height: t,
|
|
2274
2274
|
viewBox: "0 0 20 20",
|
|
2275
2275
|
fill: "none",
|
|
@@ -2291,18 +2291,18 @@ const U2 = ({
|
|
|
2291
2291
|
className: i,
|
|
2292
2292
|
color: e = "#001E52",
|
|
2293
2293
|
height: t = 24,
|
|
2294
|
-
width:
|
|
2295
|
-
onClick:
|
|
2294
|
+
width: n = 24,
|
|
2295
|
+
onClick: s
|
|
2296
2296
|
}) => /* @__PURE__ */ r(
|
|
2297
2297
|
"svg",
|
|
2298
2298
|
{
|
|
2299
2299
|
width: t,
|
|
2300
|
-
height:
|
|
2300
|
+
height: n,
|
|
2301
2301
|
viewBox: "0 0 24 24",
|
|
2302
2302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2303
2303
|
fill: "none",
|
|
2304
2304
|
className: i,
|
|
2305
|
-
onClick:
|
|
2305
|
+
onClick: s,
|
|
2306
2306
|
children: /* @__PURE__ */ r(
|
|
2307
2307
|
"path",
|
|
2308
2308
|
{
|
|
@@ -2317,14 +2317,14 @@ const U2 = ({
|
|
|
2317
2317
|
className: i,
|
|
2318
2318
|
color: e = "#001E52",
|
|
2319
2319
|
height: t = 24,
|
|
2320
|
-
width:
|
|
2321
|
-
onClick:
|
|
2320
|
+
width: n = 24,
|
|
2321
|
+
onClick: s
|
|
2322
2322
|
}) => /* @__PURE__ */ r(
|
|
2323
2323
|
"svg",
|
|
2324
2324
|
{
|
|
2325
|
-
onClick:
|
|
2325
|
+
onClick: s,
|
|
2326
2326
|
className: i,
|
|
2327
|
-
width:
|
|
2327
|
+
width: n,
|
|
2328
2328
|
height: t,
|
|
2329
2329
|
fill: e,
|
|
2330
2330
|
version: "1.1",
|
|
@@ -2355,15 +2355,15 @@ const U2 = ({
|
|
|
2355
2355
|
width: i = 20,
|
|
2356
2356
|
height: e = 20,
|
|
2357
2357
|
color: t = w.GREY_DARK_5,
|
|
2358
|
-
className:
|
|
2359
|
-
onClick:
|
|
2358
|
+
className: n,
|
|
2359
|
+
onClick: s
|
|
2360
2360
|
}) => /* @__PURE__ */ r(
|
|
2361
2361
|
"svg",
|
|
2362
2362
|
{
|
|
2363
2363
|
width: i,
|
|
2364
2364
|
height: e,
|
|
2365
|
-
onClick:
|
|
2366
|
-
className:
|
|
2365
|
+
onClick: s,
|
|
2366
|
+
className: n,
|
|
2367
2367
|
viewBox: "0 0 24 24",
|
|
2368
2368
|
fill: "none",
|
|
2369
2369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2379,8 +2379,8 @@ const U2 = ({
|
|
|
2379
2379
|
width: i = 24,
|
|
2380
2380
|
height: e = 24,
|
|
2381
2381
|
color: t = "#131314",
|
|
2382
|
-
className:
|
|
2383
|
-
onClick:
|
|
2382
|
+
className: n,
|
|
2383
|
+
onClick: s
|
|
2384
2384
|
}) => /* @__PURE__ */ u(
|
|
2385
2385
|
"svg",
|
|
2386
2386
|
{
|
|
@@ -2388,8 +2388,8 @@ const U2 = ({
|
|
|
2388
2388
|
height: e,
|
|
2389
2389
|
viewBox: "0 0 24 24",
|
|
2390
2390
|
fill: "none",
|
|
2391
|
-
className:
|
|
2392
|
-
onClick:
|
|
2391
|
+
className: n,
|
|
2392
|
+
onClick: s,
|
|
2393
2393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2394
2394
|
children: [
|
|
2395
2395
|
/* @__PURE__ */ r(
|
|
@@ -2412,15 +2412,15 @@ const U2 = ({
|
|
|
2412
2412
|
width: i = 20,
|
|
2413
2413
|
height: e = 20,
|
|
2414
2414
|
color: t = w.GREY_DARK_5,
|
|
2415
|
-
className:
|
|
2416
|
-
onClick:
|
|
2415
|
+
className: n,
|
|
2416
|
+
onClick: s
|
|
2417
2417
|
}) => /* @__PURE__ */ u(
|
|
2418
2418
|
"svg",
|
|
2419
2419
|
{
|
|
2420
2420
|
width: i,
|
|
2421
2421
|
height: e,
|
|
2422
|
-
className:
|
|
2423
|
-
onClick:
|
|
2422
|
+
className: n,
|
|
2423
|
+
onClick: s,
|
|
2424
2424
|
viewBox: "0 0 24 24",
|
|
2425
2425
|
fill: "none",
|
|
2426
2426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2445,8 +2445,8 @@ const U2 = ({
|
|
|
2445
2445
|
width: i = 24,
|
|
2446
2446
|
height: e = 24,
|
|
2447
2447
|
color: t = w.GREY_DARK_2,
|
|
2448
|
-
className:
|
|
2449
|
-
onClick:
|
|
2448
|
+
className: n,
|
|
2449
|
+
onClick: s
|
|
2450
2450
|
}) => /* @__PURE__ */ u(
|
|
2451
2451
|
"svg",
|
|
2452
2452
|
{
|
|
@@ -2455,8 +2455,8 @@ const U2 = ({
|
|
|
2455
2455
|
viewBox: "0 0 24 24",
|
|
2456
2456
|
fill: "none",
|
|
2457
2457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2458
|
-
className:
|
|
2459
|
-
onClick:
|
|
2458
|
+
className: n,
|
|
2459
|
+
onClick: s,
|
|
2460
2460
|
children: [
|
|
2461
2461
|
/* @__PURE__ */ r(
|
|
2462
2462
|
"path",
|
|
@@ -2485,8 +2485,8 @@ const U2 = ({
|
|
|
2485
2485
|
width: i = 24,
|
|
2486
2486
|
height: e = 24,
|
|
2487
2487
|
color: t = w.GREY_DARK_2,
|
|
2488
|
-
className:
|
|
2489
|
-
onClick:
|
|
2488
|
+
className: n,
|
|
2489
|
+
onClick: s
|
|
2490
2490
|
}) => /* @__PURE__ */ r(
|
|
2491
2491
|
"svg",
|
|
2492
2492
|
{
|
|
@@ -2495,8 +2495,8 @@ const U2 = ({
|
|
|
2495
2495
|
viewBox: "0 0 24 24",
|
|
2496
2496
|
fill: "none",
|
|
2497
2497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2498
|
-
className:
|
|
2499
|
-
onClick:
|
|
2498
|
+
className: n,
|
|
2499
|
+
onClick: s,
|
|
2500
2500
|
children: /* @__PURE__ */ r(
|
|
2501
2501
|
"path",
|
|
2502
2502
|
{
|
|
@@ -2508,12 +2508,12 @@ const U2 = ({
|
|
|
2508
2508
|
}
|
|
2509
2509
|
)
|
|
2510
2510
|
}
|
|
2511
|
-
),
|
|
2511
|
+
), ne = ({
|
|
2512
2512
|
width: i = 24,
|
|
2513
2513
|
height: e = 24,
|
|
2514
2514
|
color: t = w.GREY_DARK_2,
|
|
2515
|
-
className:
|
|
2516
|
-
onClick:
|
|
2515
|
+
className: n,
|
|
2516
|
+
onClick: s
|
|
2517
2517
|
}) => /* @__PURE__ */ r(
|
|
2518
2518
|
"svg",
|
|
2519
2519
|
{
|
|
@@ -2522,8 +2522,8 @@ const U2 = ({
|
|
|
2522
2522
|
viewBox: "0 0 24 24",
|
|
2523
2523
|
fill: "none",
|
|
2524
2524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2525
|
-
className:
|
|
2526
|
-
onClick:
|
|
2525
|
+
className: n,
|
|
2526
|
+
onClick: s,
|
|
2527
2527
|
children: /* @__PURE__ */ r(
|
|
2528
2528
|
"path",
|
|
2529
2529
|
{
|
|
@@ -2535,23 +2535,23 @@ const U2 = ({
|
|
|
2535
2535
|
}
|
|
2536
2536
|
)
|
|
2537
2537
|
}
|
|
2538
|
-
),
|
|
2538
|
+
), n1 = ({
|
|
2539
2539
|
name: i,
|
|
2540
2540
|
width: e,
|
|
2541
2541
|
height: t,
|
|
2542
|
-
color:
|
|
2543
|
-
className:
|
|
2542
|
+
color: n,
|
|
2543
|
+
className: s,
|
|
2544
2544
|
disabled: o = !1,
|
|
2545
2545
|
onClick: c
|
|
2546
2546
|
}) => {
|
|
2547
|
-
const [a, C] =
|
|
2548
|
-
return
|
|
2549
|
-
if (
|
|
2550
|
-
h && !o && C(`${
|
|
2547
|
+
const [a, C] = A(s), { theme: d } = Q(e2), l = o ? d && d === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : n, h = o ? void 0 : c;
|
|
2548
|
+
return I(() => {
|
|
2549
|
+
if (s) {
|
|
2550
|
+
h && !o && C(`${s} clickable`);
|
|
2551
2551
|
return;
|
|
2552
2552
|
}
|
|
2553
2553
|
h && !o && C("clickable");
|
|
2554
|
-
}, [h,
|
|
2554
|
+
}, [h, s, o]), /* @__PURE__ */ r(U, { children: (() => {
|
|
2555
2555
|
switch (i) {
|
|
2556
2556
|
case "nextIcon":
|
|
2557
2557
|
return y5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
@@ -2568,9 +2568,9 @@ const U2 = ({
|
|
|
2568
2568
|
case "check":
|
|
2569
2569
|
return i5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2570
2570
|
case "cancel":
|
|
2571
|
-
return s5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2572
|
-
case "add":
|
|
2573
2571
|
return n5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2572
|
+
case "add":
|
|
2573
|
+
return s5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2574
2574
|
case "list":
|
|
2575
2575
|
return r5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2576
2576
|
case "dragAndDrop":
|
|
@@ -2672,19 +2672,19 @@ const U2 = ({
|
|
|
2672
2672
|
case "arrow2Left":
|
|
2673
2673
|
return e5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2674
2674
|
case "link":
|
|
2675
|
-
return
|
|
2675
|
+
return A5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2676
2676
|
case "telegram":
|
|
2677
2677
|
return Z5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2678
2678
|
case "mail":
|
|
2679
2679
|
return S5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2680
2680
|
case "github":
|
|
2681
|
-
return
|
|
2681
|
+
return I5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2682
2682
|
case "linkedIn":
|
|
2683
2683
|
return O5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2684
2684
|
case "emptyStateIcon":
|
|
2685
|
-
return D5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2686
|
-
case "filtersIcon":
|
|
2687
2685
|
return G5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2686
|
+
case "filtersIcon":
|
|
2687
|
+
return D5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2688
2688
|
case "dotMenuIcon":
|
|
2689
2689
|
return T5({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2690
2690
|
case "plusCircle":
|
|
@@ -2722,12 +2722,12 @@ const U2 = ({
|
|
|
2722
2722
|
case "community":
|
|
2723
2723
|
return ie({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2724
2724
|
case "docs":
|
|
2725
|
-
return
|
|
2725
|
+
return ne({ width: e, height: t, color: l, className: a, onClick: h });
|
|
2726
2726
|
default:
|
|
2727
2727
|
return /* @__PURE__ */ r(U, { children: "No Icon provided" });
|
|
2728
2728
|
}
|
|
2729
2729
|
})() });
|
|
2730
|
-
}, { Title:
|
|
2730
|
+
}, { Title: se, Text: re } = y1, oe = {
|
|
2731
2731
|
h1: 1,
|
|
2732
2732
|
h2: 2,
|
|
2733
2733
|
h3: 3,
|
|
@@ -2737,8 +2737,8 @@ const U2 = ({
|
|
|
2737
2737
|
align: i = "inherit",
|
|
2738
2738
|
variant: e = "body1",
|
|
2739
2739
|
color: t,
|
|
2740
|
-
children:
|
|
2741
|
-
onClick:
|
|
2740
|
+
children: n,
|
|
2741
|
+
onClick: s,
|
|
2742
2742
|
collapsed: o,
|
|
2743
2743
|
whiteSpace: c = "normal",
|
|
2744
2744
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
@@ -2746,8 +2746,8 @@ const U2 = ({
|
|
|
2746
2746
|
}, C) => {
|
|
2747
2747
|
const d = W(null);
|
|
2748
2748
|
H1(C, () => d.current);
|
|
2749
|
-
const [l, h] =
|
|
2750
|
-
|
|
2749
|
+
const [l, h] = A(!1);
|
|
2750
|
+
I(() => {
|
|
2751
2751
|
var v;
|
|
2752
2752
|
if (!a) return;
|
|
2753
2753
|
const f = () => {
|
|
@@ -2765,19 +2765,19 @@ const U2 = ({
|
|
|
2765
2765
|
const k = {
|
|
2766
2766
|
className: p,
|
|
2767
2767
|
style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
|
|
2768
|
-
onClick:
|
|
2768
|
+
onClick: s,
|
|
2769
2769
|
ref: d,
|
|
2770
2770
|
ellipsis: a && l ? {
|
|
2771
2771
|
tooltip: {
|
|
2772
|
-
title:
|
|
2772
|
+
title: n,
|
|
2773
2773
|
overlayClassName: "snmt-tooltip"
|
|
2774
2774
|
}
|
|
2775
2775
|
} : void 0
|
|
2776
2776
|
};
|
|
2777
|
-
return g ? /* @__PURE__ */ r(
|
|
2777
|
+
return g ? /* @__PURE__ */ r(se, { level: oe[e], ...k, children: n }) : /* @__PURE__ */ r(re, { ...k, children: n });
|
|
2778
2778
|
}
|
|
2779
2779
|
);
|
|
2780
|
-
var L = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.
|
|
2780
|
+
var L = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", 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_0_5 = "var(--blue-light-0-5)", 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.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(L || {});
|
|
2781
2781
|
const t2 = t1({
|
|
2782
2782
|
locale: "en",
|
|
2783
2783
|
theme: "light"
|
|
@@ -2787,16 +2787,16 @@ const le = ({
|
|
|
2787
2787
|
width: i = 20,
|
|
2788
2788
|
height: e = 20,
|
|
2789
2789
|
color: t = "#001E52",
|
|
2790
|
-
className:
|
|
2791
|
-
onClick:
|
|
2790
|
+
className: n,
|
|
2791
|
+
onClick: s
|
|
2792
2792
|
}) => /* @__PURE__ */ r(
|
|
2793
2793
|
"svg",
|
|
2794
2794
|
{
|
|
2795
2795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2796
2796
|
width: i,
|
|
2797
2797
|
height: e,
|
|
2798
|
-
className:
|
|
2799
|
-
onClick:
|
|
2798
|
+
className: n,
|
|
2799
|
+
onClick: s,
|
|
2800
2800
|
viewBox: "0 0 20 20",
|
|
2801
2801
|
fill: "none",
|
|
2802
2802
|
children: /* @__PURE__ */ r(
|
|
@@ -2814,15 +2814,15 @@ const le = ({
|
|
|
2814
2814
|
width: i = 20,
|
|
2815
2815
|
height: e = 20,
|
|
2816
2816
|
color: t = L.GREY_DARK_5,
|
|
2817
|
-
className:
|
|
2818
|
-
onClick:
|
|
2817
|
+
className: n,
|
|
2818
|
+
onClick: s
|
|
2819
2819
|
}) => /* @__PURE__ */ u(
|
|
2820
2820
|
"svg",
|
|
2821
2821
|
{
|
|
2822
2822
|
width: i,
|
|
2823
2823
|
height: e,
|
|
2824
|
-
className:
|
|
2825
|
-
onClick:
|
|
2824
|
+
className: n,
|
|
2825
|
+
onClick: s,
|
|
2826
2826
|
viewBox: "0 0 24 25",
|
|
2827
2827
|
fill: "none",
|
|
2828
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2854,16 +2854,16 @@ const le = ({
|
|
|
2854
2854
|
width: i = 20,
|
|
2855
2855
|
height: e = 20,
|
|
2856
2856
|
color: t = "#001E52",
|
|
2857
|
-
className:
|
|
2858
|
-
onClick:
|
|
2857
|
+
className: n,
|
|
2858
|
+
onClick: s
|
|
2859
2859
|
}) => /* @__PURE__ */ u(
|
|
2860
2860
|
"svg",
|
|
2861
2861
|
{
|
|
2862
2862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2863
2863
|
width: i,
|
|
2864
2864
|
height: e,
|
|
2865
|
-
className:
|
|
2866
|
-
onClick:
|
|
2865
|
+
className: n,
|
|
2866
|
+
onClick: s,
|
|
2867
2867
|
viewBox: "0 0 20 20",
|
|
2868
2868
|
fill: "none",
|
|
2869
2869
|
children: [
|
|
@@ -2889,15 +2889,15 @@ const le = ({
|
|
|
2889
2889
|
width: i = 20,
|
|
2890
2890
|
height: e = 20,
|
|
2891
2891
|
color: t = L.GREY_DARK_5,
|
|
2892
|
-
className:
|
|
2893
|
-
onClick:
|
|
2892
|
+
className: n,
|
|
2893
|
+
onClick: s
|
|
2894
2894
|
}) => /* @__PURE__ */ u(
|
|
2895
2895
|
"svg",
|
|
2896
2896
|
{
|
|
2897
2897
|
width: i,
|
|
2898
2898
|
height: e,
|
|
2899
|
-
className:
|
|
2900
|
-
onClick:
|
|
2899
|
+
className: n,
|
|
2900
|
+
onClick: s,
|
|
2901
2901
|
viewBox: "0 0 25 25",
|
|
2902
2902
|
fill: "none",
|
|
2903
2903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2916,15 +2916,15 @@ const le = ({
|
|
|
2916
2916
|
width: i = 20,
|
|
2917
2917
|
height: e = 20,
|
|
2918
2918
|
color: t = L.GREY_DARK_5,
|
|
2919
|
-
className:
|
|
2920
|
-
onClick:
|
|
2919
|
+
className: n,
|
|
2920
|
+
onClick: s
|
|
2921
2921
|
}) => /* @__PURE__ */ r(
|
|
2922
2922
|
"svg",
|
|
2923
2923
|
{
|
|
2924
2924
|
width: i,
|
|
2925
2925
|
height: e,
|
|
2926
|
-
className:
|
|
2927
|
-
onClick:
|
|
2926
|
+
className: n,
|
|
2927
|
+
onClick: s,
|
|
2928
2928
|
viewBox: "0 0 25 25",
|
|
2929
2929
|
fill: "none",
|
|
2930
2930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2940,15 +2940,15 @@ const le = ({
|
|
|
2940
2940
|
width: i = 20,
|
|
2941
2941
|
height: e = 20,
|
|
2942
2942
|
color: t = L.GREY_DARK_5,
|
|
2943
|
-
className:
|
|
2944
|
-
onClick:
|
|
2943
|
+
className: n,
|
|
2944
|
+
onClick: s
|
|
2945
2945
|
}) => /* @__PURE__ */ u(
|
|
2946
2946
|
"svg",
|
|
2947
2947
|
{
|
|
2948
2948
|
width: i,
|
|
2949
2949
|
height: e,
|
|
2950
|
-
className:
|
|
2951
|
-
onClick:
|
|
2950
|
+
className: n,
|
|
2951
|
+
onClick: s,
|
|
2952
2952
|
viewBox: "0 0 25 25",
|
|
2953
2953
|
fill: "none",
|
|
2954
2954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2967,15 +2967,15 @@ const le = ({
|
|
|
2967
2967
|
width: i = 20,
|
|
2968
2968
|
height: e = 20,
|
|
2969
2969
|
color: t = L.GREY_DARK_5,
|
|
2970
|
-
className:
|
|
2971
|
-
onClick:
|
|
2970
|
+
className: n,
|
|
2971
|
+
onClick: s
|
|
2972
2972
|
}) => /* @__PURE__ */ r(
|
|
2973
2973
|
"svg",
|
|
2974
2974
|
{
|
|
2975
2975
|
width: i,
|
|
2976
2976
|
height: e,
|
|
2977
|
-
className:
|
|
2978
|
-
onClick:
|
|
2977
|
+
className: n,
|
|
2978
|
+
onClick: s,
|
|
2979
2979
|
viewBox: "0 0 25 25",
|
|
2980
2980
|
fill: "none",
|
|
2981
2981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2991,8 +2991,8 @@ const le = ({
|
|
|
2991
2991
|
width: i = 20,
|
|
2992
2992
|
height: e = 20,
|
|
2993
2993
|
color: t = L.GREY_DARK_5,
|
|
2994
|
-
className:
|
|
2995
|
-
onClick:
|
|
2994
|
+
className: n,
|
|
2995
|
+
onClick: s
|
|
2996
2996
|
}) => /* @__PURE__ */ u(
|
|
2997
2997
|
"svg",
|
|
2998
2998
|
{
|
|
@@ -3001,8 +3001,8 @@ const le = ({
|
|
|
3001
3001
|
viewBox: "0 0 24 25",
|
|
3002
3002
|
fill: "none",
|
|
3003
3003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3004
|
-
className:
|
|
3005
|
-
onClick:
|
|
3004
|
+
className: n,
|
|
3005
|
+
onClick: s,
|
|
3006
3006
|
children: [
|
|
3007
3007
|
/* @__PURE__ */ r(
|
|
3008
3008
|
"path",
|
|
@@ -3038,8 +3038,8 @@ const le = ({
|
|
|
3038
3038
|
width: i = 20,
|
|
3039
3039
|
height: e = 20,
|
|
3040
3040
|
color: t = L.GREY_DARK_5,
|
|
3041
|
-
className:
|
|
3042
|
-
onClick:
|
|
3041
|
+
className: n,
|
|
3042
|
+
onClick: s
|
|
3043
3043
|
}) => /* @__PURE__ */ r(
|
|
3044
3044
|
"svg",
|
|
3045
3045
|
{
|
|
@@ -3048,8 +3048,8 @@ const le = ({
|
|
|
3048
3048
|
viewBox: "0 0 24 25",
|
|
3049
3049
|
fill: "none",
|
|
3050
3050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3051
|
-
className:
|
|
3052
|
-
onClick:
|
|
3051
|
+
className: n,
|
|
3052
|
+
onClick: s,
|
|
3053
3053
|
children: /* @__PURE__ */ r(
|
|
3054
3054
|
"path",
|
|
3055
3055
|
{
|
|
@@ -3062,8 +3062,8 @@ const le = ({
|
|
|
3062
3062
|
width: i = 20,
|
|
3063
3063
|
height: e = 20,
|
|
3064
3064
|
color: t = L.GREY_DARK_5,
|
|
3065
|
-
className:
|
|
3066
|
-
onClick:
|
|
3065
|
+
className: n,
|
|
3066
|
+
onClick: s
|
|
3067
3067
|
}) => /* @__PURE__ */ r(
|
|
3068
3068
|
"svg",
|
|
3069
3069
|
{
|
|
@@ -3072,8 +3072,8 @@ const le = ({
|
|
|
3072
3072
|
viewBox: "0 0 24 25",
|
|
3073
3073
|
fill: "none",
|
|
3074
3074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3075
|
-
className:
|
|
3076
|
-
onClick:
|
|
3075
|
+
className: n,
|
|
3076
|
+
onClick: s,
|
|
3077
3077
|
children: /* @__PURE__ */ r(
|
|
3078
3078
|
"path",
|
|
3079
3079
|
{
|
|
@@ -3086,8 +3086,8 @@ const le = ({
|
|
|
3086
3086
|
width: i = 20,
|
|
3087
3087
|
height: e = 20,
|
|
3088
3088
|
color: t = L.GREY_DARK_5,
|
|
3089
|
-
className:
|
|
3090
|
-
onClick:
|
|
3089
|
+
className: n,
|
|
3090
|
+
onClick: s
|
|
3091
3091
|
}) => /* @__PURE__ */ r(
|
|
3092
3092
|
"svg",
|
|
3093
3093
|
{
|
|
@@ -3096,8 +3096,8 @@ const le = ({
|
|
|
3096
3096
|
viewBox: "0 0 24 25",
|
|
3097
3097
|
fill: "none",
|
|
3098
3098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3099
|
-
className:
|
|
3100
|
-
onClick:
|
|
3099
|
+
className: n,
|
|
3100
|
+
onClick: s,
|
|
3101
3101
|
children: /* @__PURE__ */ r(
|
|
3102
3102
|
"path",
|
|
3103
3103
|
{
|
|
@@ -3110,8 +3110,8 @@ const le = ({
|
|
|
3110
3110
|
width: i = 20,
|
|
3111
3111
|
height: e = 20,
|
|
3112
3112
|
color: t = L.GREY_DARK_5,
|
|
3113
|
-
className:
|
|
3114
|
-
onClick:
|
|
3113
|
+
className: n,
|
|
3114
|
+
onClick: s
|
|
3115
3115
|
}) => /* @__PURE__ */ u(
|
|
3116
3116
|
"svg",
|
|
3117
3117
|
{
|
|
@@ -3120,8 +3120,8 @@ const le = ({
|
|
|
3120
3120
|
viewBox: "0 0 24 25",
|
|
3121
3121
|
fill: "none",
|
|
3122
3122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3123
|
-
className:
|
|
3124
|
-
onClick:
|
|
3123
|
+
className: n,
|
|
3124
|
+
onClick: s,
|
|
3125
3125
|
children: [
|
|
3126
3126
|
/* @__PURE__ */ r(
|
|
3127
3127
|
"path",
|
|
@@ -3171,8 +3171,8 @@ const le = ({
|
|
|
3171
3171
|
width: i = 20,
|
|
3172
3172
|
height: e = 20,
|
|
3173
3173
|
color: t = L.GREY_DARK_5,
|
|
3174
|
-
className:
|
|
3175
|
-
onClick:
|
|
3174
|
+
className: n,
|
|
3175
|
+
onClick: s
|
|
3176
3176
|
}) => /* @__PURE__ */ u(
|
|
3177
3177
|
"svg",
|
|
3178
3178
|
{
|
|
@@ -3181,8 +3181,8 @@ const le = ({
|
|
|
3181
3181
|
viewBox: "0 0 24 25",
|
|
3182
3182
|
fill: "none",
|
|
3183
3183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3184
|
-
className:
|
|
3185
|
-
onClick:
|
|
3184
|
+
className: n,
|
|
3185
|
+
onClick: s,
|
|
3186
3186
|
children: [
|
|
3187
3187
|
/* @__PURE__ */ r(
|
|
3188
3188
|
"path",
|
|
@@ -3218,8 +3218,8 @@ const le = ({
|
|
|
3218
3218
|
width: i = 20,
|
|
3219
3219
|
height: e = 20,
|
|
3220
3220
|
color: t = L.GREY_DARK_5,
|
|
3221
|
-
className:
|
|
3222
|
-
onClick:
|
|
3221
|
+
className: n,
|
|
3222
|
+
onClick: s
|
|
3223
3223
|
}) => /* @__PURE__ */ u(
|
|
3224
3224
|
"svg",
|
|
3225
3225
|
{
|
|
@@ -3228,8 +3228,8 @@ const le = ({
|
|
|
3228
3228
|
viewBox: "0 0 24 25",
|
|
3229
3229
|
fill: "none",
|
|
3230
3230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3231
|
-
className:
|
|
3232
|
-
onClick:
|
|
3231
|
+
className: n,
|
|
3232
|
+
onClick: s,
|
|
3233
3233
|
children: [
|
|
3234
3234
|
/* @__PURE__ */ r(
|
|
3235
3235
|
"path",
|
|
@@ -3258,15 +3258,15 @@ const le = ({
|
|
|
3258
3258
|
width: i = 20,
|
|
3259
3259
|
height: e = 20,
|
|
3260
3260
|
color: t = L.GREY_DARK_5,
|
|
3261
|
-
className:
|
|
3262
|
-
onClick:
|
|
3261
|
+
className: n,
|
|
3262
|
+
onClick: s
|
|
3263
3263
|
}) => /* @__PURE__ */ u(
|
|
3264
3264
|
"svg",
|
|
3265
3265
|
{
|
|
3266
3266
|
width: i,
|
|
3267
3267
|
height: e,
|
|
3268
|
-
className:
|
|
3269
|
-
onClick:
|
|
3268
|
+
className: n,
|
|
3269
|
+
onClick: s,
|
|
3270
3270
|
viewBox: "0 0 24 25",
|
|
3271
3271
|
fill: "none",
|
|
3272
3272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3298,8 +3298,8 @@ const le = ({
|
|
|
3298
3298
|
width: i = 20,
|
|
3299
3299
|
height: e = 20,
|
|
3300
3300
|
color: t = L.GREY_DARK_5,
|
|
3301
|
-
className:
|
|
3302
|
-
onClick:
|
|
3301
|
+
className: n,
|
|
3302
|
+
onClick: s
|
|
3303
3303
|
}) => /* @__PURE__ */ u(
|
|
3304
3304
|
"svg",
|
|
3305
3305
|
{
|
|
@@ -3307,8 +3307,8 @@ const le = ({
|
|
|
3307
3307
|
height: e,
|
|
3308
3308
|
viewBox: "0 0 24 25",
|
|
3309
3309
|
fill: "none",
|
|
3310
|
-
className:
|
|
3311
|
-
onClick:
|
|
3310
|
+
className: n,
|
|
3311
|
+
onClick: s,
|
|
3312
3312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3313
3313
|
children: [
|
|
3314
3314
|
/* @__PURE__ */ r(
|
|
@@ -3345,8 +3345,8 @@ const le = ({
|
|
|
3345
3345
|
width: i = 20,
|
|
3346
3346
|
height: e = 20,
|
|
3347
3347
|
color: t = L.GREY_DARK_5,
|
|
3348
|
-
className:
|
|
3349
|
-
onClick:
|
|
3348
|
+
className: n,
|
|
3349
|
+
onClick: s
|
|
3350
3350
|
}) => /* @__PURE__ */ u(
|
|
3351
3351
|
"svg",
|
|
3352
3352
|
{
|
|
@@ -3354,8 +3354,8 @@ const le = ({
|
|
|
3354
3354
|
height: e,
|
|
3355
3355
|
viewBox: "0 0 24 25",
|
|
3356
3356
|
fill: "none",
|
|
3357
|
-
className:
|
|
3358
|
-
onClick:
|
|
3357
|
+
className: n,
|
|
3358
|
+
onClick: s,
|
|
3359
3359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3360
3360
|
children: [
|
|
3361
3361
|
/* @__PURE__ */ r(
|
|
@@ -3392,8 +3392,8 @@ const le = ({
|
|
|
3392
3392
|
width: i = 20,
|
|
3393
3393
|
height: e = 20,
|
|
3394
3394
|
color: t = L.GREY_DARK_5,
|
|
3395
|
-
className:
|
|
3396
|
-
onClick:
|
|
3395
|
+
className: n,
|
|
3396
|
+
onClick: s
|
|
3397
3397
|
}) => /* @__PURE__ */ u(
|
|
3398
3398
|
"svg",
|
|
3399
3399
|
{
|
|
@@ -3401,8 +3401,8 @@ const le = ({
|
|
|
3401
3401
|
height: e,
|
|
3402
3402
|
viewBox: "0 0 24 25",
|
|
3403
3403
|
fill: "none",
|
|
3404
|
-
className:
|
|
3405
|
-
onClick:
|
|
3404
|
+
className: n,
|
|
3405
|
+
onClick: s,
|
|
3406
3406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3407
3407
|
children: [
|
|
3408
3408
|
/* @__PURE__ */ r(
|
|
@@ -3439,8 +3439,8 @@ const le = ({
|
|
|
3439
3439
|
width: i = 20,
|
|
3440
3440
|
height: e = 20,
|
|
3441
3441
|
color: t = L.GREY_DARK_5,
|
|
3442
|
-
className:
|
|
3443
|
-
onClick:
|
|
3442
|
+
className: n,
|
|
3443
|
+
onClick: s
|
|
3444
3444
|
}) => /* @__PURE__ */ u(
|
|
3445
3445
|
"svg",
|
|
3446
3446
|
{
|
|
@@ -3448,8 +3448,8 @@ const le = ({
|
|
|
3448
3448
|
height: e,
|
|
3449
3449
|
viewBox: "0 0 24 25",
|
|
3450
3450
|
fill: "none",
|
|
3451
|
-
className:
|
|
3452
|
-
onClick:
|
|
3451
|
+
className: n,
|
|
3452
|
+
onClick: s,
|
|
3453
3453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3454
3454
|
children: [
|
|
3455
3455
|
/* @__PURE__ */ r(
|
|
@@ -3479,8 +3479,8 @@ const le = ({
|
|
|
3479
3479
|
width: i = 20,
|
|
3480
3480
|
height: e = 20,
|
|
3481
3481
|
color: t = L.GREY_DARK_5,
|
|
3482
|
-
className:
|
|
3483
|
-
onClick:
|
|
3482
|
+
className: n,
|
|
3483
|
+
onClick: s
|
|
3484
3484
|
}) => /* @__PURE__ */ u(
|
|
3485
3485
|
"svg",
|
|
3486
3486
|
{
|
|
@@ -3488,8 +3488,8 @@ const le = ({
|
|
|
3488
3488
|
height: e,
|
|
3489
3489
|
viewBox: "0 0 24 25",
|
|
3490
3490
|
fill: "none",
|
|
3491
|
-
className:
|
|
3492
|
-
onClick:
|
|
3491
|
+
className: n,
|
|
3492
|
+
onClick: s,
|
|
3493
3493
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3494
3494
|
children: [
|
|
3495
3495
|
/* @__PURE__ */ r(
|
|
@@ -3512,8 +3512,8 @@ const le = ({
|
|
|
3512
3512
|
width: i = 20,
|
|
3513
3513
|
height: e = 20,
|
|
3514
3514
|
color: t = L.GREY_DARK_5,
|
|
3515
|
-
className:
|
|
3516
|
-
onClick:
|
|
3515
|
+
className: n,
|
|
3516
|
+
onClick: s
|
|
3517
3517
|
}) => /* @__PURE__ */ u(
|
|
3518
3518
|
"svg",
|
|
3519
3519
|
{
|
|
@@ -3522,8 +3522,8 @@ const le = ({
|
|
|
3522
3522
|
viewBox: "0 0 24 25",
|
|
3523
3523
|
fill: "none",
|
|
3524
3524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3525
|
-
className:
|
|
3526
|
-
onClick:
|
|
3525
|
+
className: n,
|
|
3526
|
+
onClick: s,
|
|
3527
3527
|
children: [
|
|
3528
3528
|
/* @__PURE__ */ r(
|
|
3529
3529
|
"path",
|
|
@@ -3545,8 +3545,8 @@ const le = ({
|
|
|
3545
3545
|
width: i = 20,
|
|
3546
3546
|
height: e = 20,
|
|
3547
3547
|
color: t = L.GREY_DARK_5,
|
|
3548
|
-
className:
|
|
3549
|
-
onClick:
|
|
3548
|
+
className: n,
|
|
3549
|
+
onClick: s
|
|
3550
3550
|
}) => /* @__PURE__ */ u(
|
|
3551
3551
|
"svg",
|
|
3552
3552
|
{
|
|
@@ -3554,8 +3554,8 @@ const le = ({
|
|
|
3554
3554
|
height: e,
|
|
3555
3555
|
viewBox: "0 0 24 25",
|
|
3556
3556
|
fill: "none",
|
|
3557
|
-
className:
|
|
3558
|
-
onClick:
|
|
3557
|
+
className: n,
|
|
3558
|
+
onClick: s,
|
|
3559
3559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3560
3560
|
children: [
|
|
3561
3561
|
/* @__PURE__ */ r(
|
|
@@ -3578,8 +3578,8 @@ const le = ({
|
|
|
3578
3578
|
width: i = 20,
|
|
3579
3579
|
height: e = 20,
|
|
3580
3580
|
color: t = L.GREY_DARK_5,
|
|
3581
|
-
className:
|
|
3582
|
-
onClick:
|
|
3581
|
+
className: n,
|
|
3582
|
+
onClick: s
|
|
3583
3583
|
}) => /* @__PURE__ */ u(
|
|
3584
3584
|
"svg",
|
|
3585
3585
|
{
|
|
@@ -3587,8 +3587,8 @@ const le = ({
|
|
|
3587
3587
|
height: e,
|
|
3588
3588
|
viewBox: "0 0 24 25",
|
|
3589
3589
|
fill: "none",
|
|
3590
|
-
className:
|
|
3591
|
-
onClick:
|
|
3590
|
+
className: n,
|
|
3591
|
+
onClick: s,
|
|
3592
3592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3593
3593
|
children: [
|
|
3594
3594
|
/* @__PURE__ */ r(
|
|
@@ -3611,8 +3611,8 @@ const le = ({
|
|
|
3611
3611
|
width: i = 20,
|
|
3612
3612
|
height: e = 20,
|
|
3613
3613
|
color: t = L.GREY_DARK_5,
|
|
3614
|
-
className:
|
|
3615
|
-
onClick:
|
|
3614
|
+
className: n,
|
|
3615
|
+
onClick: s
|
|
3616
3616
|
}) => /* @__PURE__ */ u(
|
|
3617
3617
|
"svg",
|
|
3618
3618
|
{
|
|
@@ -3620,8 +3620,8 @@ const le = ({
|
|
|
3620
3620
|
height: e,
|
|
3621
3621
|
viewBox: "0 0 24 25",
|
|
3622
3622
|
fill: "none",
|
|
3623
|
-
className:
|
|
3624
|
-
onClick:
|
|
3623
|
+
className: n,
|
|
3624
|
+
onClick: s,
|
|
3625
3625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3626
3626
|
children: [
|
|
3627
3627
|
/* @__PURE__ */ r(
|
|
@@ -3647,19 +3647,19 @@ const le = ({
|
|
|
3647
3647
|
)
|
|
3648
3648
|
]
|
|
3649
3649
|
}
|
|
3650
|
-
),
|
|
3650
|
+
), Ae = ({
|
|
3651
3651
|
width: i = 20,
|
|
3652
3652
|
height: e = 20,
|
|
3653
3653
|
color: t = L.GREY_DARK_5,
|
|
3654
|
-
className:
|
|
3655
|
-
onClick:
|
|
3654
|
+
className: n,
|
|
3655
|
+
onClick: s
|
|
3656
3656
|
}) => /* @__PURE__ */ u(
|
|
3657
3657
|
"svg",
|
|
3658
3658
|
{
|
|
3659
3659
|
width: i,
|
|
3660
3660
|
height: e,
|
|
3661
|
-
className:
|
|
3662
|
-
onClick:
|
|
3661
|
+
className: n,
|
|
3662
|
+
onClick: s,
|
|
3663
3663
|
viewBox: "0 0 24 25",
|
|
3664
3664
|
fill: "none",
|
|
3665
3665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3680,12 +3680,12 @@ const le = ({
|
|
|
3680
3680
|
)
|
|
3681
3681
|
]
|
|
3682
3682
|
}
|
|
3683
|
-
),
|
|
3683
|
+
), Ie = ({
|
|
3684
3684
|
width: i = 20,
|
|
3685
3685
|
height: e = 20,
|
|
3686
3686
|
color: t = L.GREY_DARK_5,
|
|
3687
|
-
className:
|
|
3688
|
-
onClick:
|
|
3687
|
+
className: n,
|
|
3688
|
+
onClick: s
|
|
3689
3689
|
}) => /* @__PURE__ */ u(
|
|
3690
3690
|
"svg",
|
|
3691
3691
|
{
|
|
@@ -3693,8 +3693,8 @@ const le = ({
|
|
|
3693
3693
|
height: e,
|
|
3694
3694
|
viewBox: "0 0 24 25",
|
|
3695
3695
|
fill: "none",
|
|
3696
|
-
className:
|
|
3697
|
-
onClick:
|
|
3696
|
+
className: n,
|
|
3697
|
+
onClick: s,
|
|
3698
3698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3699
3699
|
children: [
|
|
3700
3700
|
/* @__PURE__ */ r(
|
|
@@ -3717,15 +3717,15 @@ const le = ({
|
|
|
3717
3717
|
width: i = 20,
|
|
3718
3718
|
height: e = 20,
|
|
3719
3719
|
color: t = "#070739",
|
|
3720
|
-
className:
|
|
3721
|
-
onClick:
|
|
3720
|
+
className: n,
|
|
3721
|
+
onClick: s
|
|
3722
3722
|
}) => /* @__PURE__ */ u(
|
|
3723
3723
|
"svg",
|
|
3724
3724
|
{
|
|
3725
3725
|
width: i,
|
|
3726
3726
|
height: e,
|
|
3727
|
-
className:
|
|
3728
|
-
onClick:
|
|
3727
|
+
className: n,
|
|
3728
|
+
onClick: s,
|
|
3729
3729
|
viewBox: "0 0 20 20",
|
|
3730
3730
|
fill: "none",
|
|
3731
3731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3747,15 +3747,15 @@ const le = ({
|
|
|
3747
3747
|
width: i = 20,
|
|
3748
3748
|
height: e = 20,
|
|
3749
3749
|
color: t = "#070739",
|
|
3750
|
-
className:
|
|
3751
|
-
onClick:
|
|
3750
|
+
className: n,
|
|
3751
|
+
onClick: s
|
|
3752
3752
|
}) => /* @__PURE__ */ u(
|
|
3753
3753
|
"svg",
|
|
3754
3754
|
{
|
|
3755
3755
|
width: i,
|
|
3756
3756
|
height: e,
|
|
3757
|
-
className:
|
|
3758
|
-
onClick:
|
|
3757
|
+
className: n,
|
|
3758
|
+
onClick: s,
|
|
3759
3759
|
viewBox: "0 0 20 20",
|
|
3760
3760
|
fill: "none",
|
|
3761
3761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3785,15 +3785,15 @@ const le = ({
|
|
|
3785
3785
|
width: i = 9,
|
|
3786
3786
|
height: e = 5,
|
|
3787
3787
|
color: t = "#001E52",
|
|
3788
|
-
className:
|
|
3789
|
-
onClick:
|
|
3788
|
+
className: n,
|
|
3789
|
+
onClick: s
|
|
3790
3790
|
}) => /* @__PURE__ */ r(
|
|
3791
3791
|
"svg",
|
|
3792
3792
|
{
|
|
3793
3793
|
width: i,
|
|
3794
3794
|
height: e,
|
|
3795
|
-
className:
|
|
3796
|
-
onClick:
|
|
3795
|
+
className: n,
|
|
3796
|
+
onClick: s,
|
|
3797
3797
|
viewBox: "0 0 9 5",
|
|
3798
3798
|
fill: "none",
|
|
3799
3799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3807,19 +3807,19 @@ const le = ({
|
|
|
3807
3807
|
}
|
|
3808
3808
|
)
|
|
3809
3809
|
}
|
|
3810
|
-
),
|
|
3810
|
+
), Ge = ({
|
|
3811
3811
|
width: i = 20,
|
|
3812
3812
|
height: e = 20,
|
|
3813
3813
|
color: t = "#F2F2F7",
|
|
3814
|
-
className:
|
|
3815
|
-
onClick:
|
|
3814
|
+
className: n,
|
|
3815
|
+
onClick: s
|
|
3816
3816
|
}) => /* @__PURE__ */ u(
|
|
3817
3817
|
"svg",
|
|
3818
3818
|
{
|
|
3819
3819
|
width: i,
|
|
3820
3820
|
height: e,
|
|
3821
|
-
className:
|
|
3822
|
-
onClick:
|
|
3821
|
+
className: n,
|
|
3822
|
+
onClick: s,
|
|
3823
3823
|
viewBox: "0 0 20 20",
|
|
3824
3824
|
fill: "none",
|
|
3825
3825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3836,19 +3836,19 @@ const le = ({
|
|
|
3836
3836
|
)
|
|
3837
3837
|
]
|
|
3838
3838
|
}
|
|
3839
|
-
),
|
|
3839
|
+
), De = ({
|
|
3840
3840
|
width: i = 20,
|
|
3841
3841
|
height: e = 20,
|
|
3842
3842
|
color: t = "#004ED7",
|
|
3843
|
-
className:
|
|
3844
|
-
onClick:
|
|
3843
|
+
className: n,
|
|
3844
|
+
onClick: s
|
|
3845
3845
|
}) => /* @__PURE__ */ u(
|
|
3846
3846
|
"svg",
|
|
3847
3847
|
{
|
|
3848
3848
|
width: i,
|
|
3849
3849
|
height: e,
|
|
3850
|
-
className:
|
|
3851
|
-
onClick:
|
|
3850
|
+
className: n,
|
|
3851
|
+
onClick: s,
|
|
3852
3852
|
viewBox: "0 0 20 20",
|
|
3853
3853
|
fill: "none",
|
|
3854
3854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3869,15 +3869,15 @@ const le = ({
|
|
|
3869
3869
|
width: i = 10,
|
|
3870
3870
|
height: e = 10,
|
|
3871
3871
|
color: t = "#001E52",
|
|
3872
|
-
className:
|
|
3873
|
-
onClick:
|
|
3872
|
+
className: n,
|
|
3873
|
+
onClick: s
|
|
3874
3874
|
}) => /* @__PURE__ */ u(
|
|
3875
3875
|
"svg",
|
|
3876
3876
|
{
|
|
3877
3877
|
width: i,
|
|
3878
3878
|
height: e,
|
|
3879
|
-
className:
|
|
3880
|
-
onClick:
|
|
3879
|
+
className: n,
|
|
3880
|
+
onClick: s,
|
|
3881
3881
|
viewBox: "0 0 10 10",
|
|
3882
3882
|
fill: "none",
|
|
3883
3883
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3898,15 +3898,15 @@ const le = ({
|
|
|
3898
3898
|
width: i = 10,
|
|
3899
3899
|
height: e = 10,
|
|
3900
3900
|
color: t = "#001E52",
|
|
3901
|
-
className:
|
|
3902
|
-
onClick:
|
|
3901
|
+
className: n,
|
|
3902
|
+
onClick: s
|
|
3903
3903
|
}) => /* @__PURE__ */ u(
|
|
3904
3904
|
"svg",
|
|
3905
3905
|
{
|
|
3906
3906
|
width: i,
|
|
3907
3907
|
height: e,
|
|
3908
|
-
className:
|
|
3909
|
-
onClick:
|
|
3908
|
+
className: n,
|
|
3909
|
+
onClick: s,
|
|
3910
3910
|
viewBox: "0 0 10 10",
|
|
3911
3911
|
fill: "none",
|
|
3912
3912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3935,17 +3935,17 @@ const le = ({
|
|
|
3935
3935
|
className: i,
|
|
3936
3936
|
color: e = L.GREY_DARK_5,
|
|
3937
3937
|
height: t = 20,
|
|
3938
|
-
width:
|
|
3939
|
-
onClick:
|
|
3938
|
+
width: n = 20,
|
|
3939
|
+
onClick: s
|
|
3940
3940
|
}) => /* @__PURE__ */ u(
|
|
3941
3941
|
"svg",
|
|
3942
3942
|
{
|
|
3943
|
-
width:
|
|
3943
|
+
width: n,
|
|
3944
3944
|
height: t,
|
|
3945
3945
|
viewBox: "0 0 24 25",
|
|
3946
3946
|
fill: "none",
|
|
3947
3947
|
className: i,
|
|
3948
|
-
onClick:
|
|
3948
|
+
onClick: s,
|
|
3949
3949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3950
3950
|
children: [
|
|
3951
3951
|
/* @__PURE__ */ r(
|
|
@@ -3968,14 +3968,14 @@ const le = ({
|
|
|
3968
3968
|
className: i,
|
|
3969
3969
|
color: e = L.GREY_DARK_5,
|
|
3970
3970
|
height: t = 20,
|
|
3971
|
-
width:
|
|
3972
|
-
onClick:
|
|
3971
|
+
width: n = 20,
|
|
3972
|
+
onClick: s
|
|
3973
3973
|
}) => /* @__PURE__ */ r(
|
|
3974
3974
|
"svg",
|
|
3975
3975
|
{
|
|
3976
|
-
onClick:
|
|
3976
|
+
onClick: s,
|
|
3977
3977
|
className: i,
|
|
3978
|
-
width:
|
|
3978
|
+
width: n,
|
|
3979
3979
|
height: t,
|
|
3980
3980
|
viewBox: "0 0 8 14",
|
|
3981
3981
|
fill: "none",
|
|
@@ -3995,14 +3995,14 @@ const le = ({
|
|
|
3995
3995
|
className: i,
|
|
3996
3996
|
color: e = L.GREY_DARK_5,
|
|
3997
3997
|
height: t = 20,
|
|
3998
|
-
width:
|
|
3999
|
-
onClick:
|
|
3998
|
+
width: n = 20,
|
|
3999
|
+
onClick: s
|
|
4000
4000
|
}) => /* @__PURE__ */ r(
|
|
4001
4001
|
"svg",
|
|
4002
4002
|
{
|
|
4003
4003
|
className: i,
|
|
4004
|
-
onClick:
|
|
4005
|
-
width:
|
|
4004
|
+
onClick: s,
|
|
4005
|
+
width: n,
|
|
4006
4006
|
height: t,
|
|
4007
4007
|
viewBox: "0 0 8 14",
|
|
4008
4008
|
fill: "none",
|
|
@@ -4022,14 +4022,14 @@ const le = ({
|
|
|
4022
4022
|
className: i,
|
|
4023
4023
|
color: e = L.GREY_DARK_5,
|
|
4024
4024
|
height: t = 5,
|
|
4025
|
-
width:
|
|
4026
|
-
onClick:
|
|
4025
|
+
width: n = 10,
|
|
4026
|
+
onClick: s
|
|
4027
4027
|
}) => /* @__PURE__ */ r(
|
|
4028
4028
|
"svg",
|
|
4029
4029
|
{
|
|
4030
4030
|
className: i,
|
|
4031
|
-
onClick:
|
|
4032
|
-
width:
|
|
4031
|
+
onClick: s,
|
|
4032
|
+
width: n,
|
|
4033
4033
|
height: t,
|
|
4034
4034
|
viewBox: "0 0 10 5",
|
|
4035
4035
|
fill: "none",
|
|
@@ -4046,14 +4046,14 @@ const le = ({
|
|
|
4046
4046
|
className: i,
|
|
4047
4047
|
color: e = L.GREY_DARK_5,
|
|
4048
4048
|
height: t = 5,
|
|
4049
|
-
width:
|
|
4050
|
-
onClick:
|
|
4049
|
+
width: n = 10,
|
|
4050
|
+
onClick: s
|
|
4051
4051
|
}) => /* @__PURE__ */ r(
|
|
4052
4052
|
"svg",
|
|
4053
4053
|
{
|
|
4054
4054
|
className: i,
|
|
4055
|
-
onClick:
|
|
4056
|
-
width:
|
|
4055
|
+
onClick: s,
|
|
4056
|
+
width: n,
|
|
4057
4057
|
height: t,
|
|
4058
4058
|
viewBox: "0 0 10 5",
|
|
4059
4059
|
fill: "none",
|
|
@@ -4071,17 +4071,17 @@ const le = ({
|
|
|
4071
4071
|
className: i,
|
|
4072
4072
|
color: e = L.GREY_DARK_5,
|
|
4073
4073
|
height: t = 20,
|
|
4074
|
-
width:
|
|
4075
|
-
onClick:
|
|
4074
|
+
width: n = 20,
|
|
4075
|
+
onClick: s
|
|
4076
4076
|
}) => /* @__PURE__ */ u(
|
|
4077
4077
|
"svg",
|
|
4078
4078
|
{
|
|
4079
|
-
width:
|
|
4079
|
+
width: n,
|
|
4080
4080
|
height: t,
|
|
4081
4081
|
viewBox: "0 0 24 25",
|
|
4082
4082
|
fill: "none",
|
|
4083
4083
|
className: i,
|
|
4084
|
-
onClick:
|
|
4084
|
+
onClick: s,
|
|
4085
4085
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4086
4086
|
children: [
|
|
4087
4087
|
/* @__PURE__ */ r(
|
|
@@ -4104,15 +4104,15 @@ const le = ({
|
|
|
4104
4104
|
className: i,
|
|
4105
4105
|
color: e = L.GREY_DARK_5,
|
|
4106
4106
|
height: t = 24,
|
|
4107
|
-
width:
|
|
4108
|
-
onClick:
|
|
4107
|
+
width: n = 24,
|
|
4108
|
+
onClick: s
|
|
4109
4109
|
}) => /* @__PURE__ */ u(
|
|
4110
4110
|
"svg",
|
|
4111
4111
|
{
|
|
4112
|
-
width:
|
|
4112
|
+
width: n,
|
|
4113
4113
|
height: t,
|
|
4114
4114
|
className: i,
|
|
4115
|
-
onClick:
|
|
4115
|
+
onClick: s,
|
|
4116
4116
|
viewBox: "0 0 24 24",
|
|
4117
4117
|
fill: "none",
|
|
4118
4118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4143,15 +4143,15 @@ const le = ({
|
|
|
4143
4143
|
className: i,
|
|
4144
4144
|
color: e = L.GREY_DARK_5,
|
|
4145
4145
|
height: t = 24,
|
|
4146
|
-
width:
|
|
4147
|
-
onClick:
|
|
4146
|
+
width: n = 24,
|
|
4147
|
+
onClick: s
|
|
4148
4148
|
}) => /* @__PURE__ */ r(
|
|
4149
4149
|
"svg",
|
|
4150
4150
|
{
|
|
4151
|
-
width:
|
|
4151
|
+
width: n,
|
|
4152
4152
|
height: t,
|
|
4153
4153
|
className: i,
|
|
4154
|
-
onClick:
|
|
4154
|
+
onClick: s,
|
|
4155
4155
|
viewBox: "0 0 24 24",
|
|
4156
4156
|
fill: "none",
|
|
4157
4157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4170,15 +4170,15 @@ const le = ({
|
|
|
4170
4170
|
className: i,
|
|
4171
4171
|
color: e = L.GREY_DARK_5,
|
|
4172
4172
|
height: t = 24,
|
|
4173
|
-
width:
|
|
4174
|
-
onClick:
|
|
4173
|
+
width: n = 24,
|
|
4174
|
+
onClick: s
|
|
4175
4175
|
}) => /* @__PURE__ */ u(
|
|
4176
4176
|
"svg",
|
|
4177
4177
|
{
|
|
4178
|
-
width:
|
|
4178
|
+
width: n,
|
|
4179
4179
|
height: t,
|
|
4180
4180
|
className: i,
|
|
4181
|
-
onClick:
|
|
4181
|
+
onClick: s,
|
|
4182
4182
|
viewBox: "0 0 24 24",
|
|
4183
4183
|
fill: "none",
|
|
4184
4184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4229,15 +4229,15 @@ const le = ({
|
|
|
4229
4229
|
className: i,
|
|
4230
4230
|
color: e = L.GREY_DARK_5,
|
|
4231
4231
|
height: t = 24,
|
|
4232
|
-
width:
|
|
4233
|
-
onClick:
|
|
4232
|
+
width: n = 24,
|
|
4233
|
+
onClick: s
|
|
4234
4234
|
}) => /* @__PURE__ */ u(
|
|
4235
4235
|
"svg",
|
|
4236
4236
|
{
|
|
4237
|
-
width:
|
|
4237
|
+
width: n,
|
|
4238
4238
|
height: t,
|
|
4239
4239
|
className: i,
|
|
4240
|
-
onClick:
|
|
4240
|
+
onClick: s,
|
|
4241
4241
|
viewBox: "0 0 24 24",
|
|
4242
4242
|
fill: "none",
|
|
4243
4243
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4266,15 +4266,15 @@ const le = ({
|
|
|
4266
4266
|
className: i,
|
|
4267
4267
|
color: e = L.GREY_DARK_3,
|
|
4268
4268
|
height: t = 14,
|
|
4269
|
-
width:
|
|
4270
|
-
onClick:
|
|
4269
|
+
width: n = 14,
|
|
4270
|
+
onClick: s
|
|
4271
4271
|
}) => /* @__PURE__ */ u(
|
|
4272
4272
|
"svg",
|
|
4273
4273
|
{
|
|
4274
4274
|
className: i,
|
|
4275
|
-
width:
|
|
4275
|
+
width: n,
|
|
4276
4276
|
height: t,
|
|
4277
|
-
onClick:
|
|
4277
|
+
onClick: s,
|
|
4278
4278
|
viewBox: "0 0 14 14",
|
|
4279
4279
|
fill: "none",
|
|
4280
4280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4303,14 +4303,14 @@ const le = ({
|
|
|
4303
4303
|
className: i,
|
|
4304
4304
|
color: e = L.GREY_DARK_5,
|
|
4305
4305
|
height: t = 18,
|
|
4306
|
-
onClick:
|
|
4307
|
-
width:
|
|
4306
|
+
onClick: n,
|
|
4307
|
+
width: s = 18
|
|
4308
4308
|
}) => /* @__PURE__ */ r(
|
|
4309
4309
|
"svg",
|
|
4310
4310
|
{
|
|
4311
|
-
onClick:
|
|
4311
|
+
onClick: n,
|
|
4312
4312
|
className: i,
|
|
4313
|
-
width:
|
|
4313
|
+
width: s,
|
|
4314
4314
|
height: t,
|
|
4315
4315
|
viewBox: "0 0 20 20",
|
|
4316
4316
|
fill: "none",
|
|
@@ -4330,14 +4330,14 @@ const le = ({
|
|
|
4330
4330
|
className: i,
|
|
4331
4331
|
color: e = L.GREY_DARK_5,
|
|
4332
4332
|
height: t = 24,
|
|
4333
|
-
width:
|
|
4334
|
-
onClick:
|
|
4333
|
+
width: n = 24,
|
|
4334
|
+
onClick: s
|
|
4335
4335
|
}) => /* @__PURE__ */ u(
|
|
4336
4336
|
"svg",
|
|
4337
4337
|
{
|
|
4338
|
-
onClick:
|
|
4338
|
+
onClick: s,
|
|
4339
4339
|
className: i,
|
|
4340
|
-
width:
|
|
4340
|
+
width: n,
|
|
4341
4341
|
height: t,
|
|
4342
4342
|
viewBox: "0 0 24 24",
|
|
4343
4343
|
fill: "none",
|
|
@@ -4382,14 +4382,14 @@ const le = ({
|
|
|
4382
4382
|
className: i,
|
|
4383
4383
|
color: e = L.GREY_DARK_5,
|
|
4384
4384
|
height: t = 24,
|
|
4385
|
-
width:
|
|
4386
|
-
onClick:
|
|
4385
|
+
width: n = 24,
|
|
4386
|
+
onClick: s
|
|
4387
4387
|
}) => /* @__PURE__ */ u(
|
|
4388
4388
|
"svg",
|
|
4389
4389
|
{
|
|
4390
|
-
onClick:
|
|
4390
|
+
onClick: s,
|
|
4391
4391
|
className: i,
|
|
4392
|
-
width:
|
|
4392
|
+
width: n,
|
|
4393
4393
|
height: t,
|
|
4394
4394
|
viewBox: "0 0 24 24",
|
|
4395
4395
|
fill: "none",
|
|
@@ -4419,14 +4419,14 @@ const le = ({
|
|
|
4419
4419
|
className: i,
|
|
4420
4420
|
color: e = L.NOTIFICATION_WARNING_DARK,
|
|
4421
4421
|
height: t = 37,
|
|
4422
|
-
width:
|
|
4423
|
-
onClick:
|
|
4422
|
+
width: n = 36,
|
|
4423
|
+
onClick: s
|
|
4424
4424
|
}) => /* @__PURE__ */ u(
|
|
4425
4425
|
"svg",
|
|
4426
4426
|
{
|
|
4427
|
-
onClick:
|
|
4427
|
+
onClick: s,
|
|
4428
4428
|
className: i,
|
|
4429
|
-
width:
|
|
4429
|
+
width: n,
|
|
4430
4430
|
height: t,
|
|
4431
4431
|
viewBox: "0 0 36 37",
|
|
4432
4432
|
fill: "none",
|
|
@@ -4458,14 +4458,14 @@ const le = ({
|
|
|
4458
4458
|
className: i,
|
|
4459
4459
|
color: e = L.GREY_DARK_5,
|
|
4460
4460
|
height: t = 24,
|
|
4461
|
-
width:
|
|
4462
|
-
onClick:
|
|
4461
|
+
width: n = 24,
|
|
4462
|
+
onClick: s
|
|
4463
4463
|
}) => /* @__PURE__ */ r(
|
|
4464
4464
|
"svg",
|
|
4465
4465
|
{
|
|
4466
|
-
onClick:
|
|
4466
|
+
onClick: s,
|
|
4467
4467
|
className: i,
|
|
4468
|
-
width:
|
|
4468
|
+
width: n,
|
|
4469
4469
|
height: t,
|
|
4470
4470
|
viewBox: "0 0 24 24",
|
|
4471
4471
|
fill: "none",
|
|
@@ -4480,18 +4480,18 @@ const le = ({
|
|
|
4480
4480
|
}
|
|
4481
4481
|
)
|
|
4482
4482
|
}
|
|
4483
|
-
),
|
|
4483
|
+
), n7 = ({
|
|
4484
4484
|
className: i,
|
|
4485
4485
|
color: e = L.GREY_DARK_5,
|
|
4486
4486
|
height: t = 24,
|
|
4487
|
-
width:
|
|
4488
|
-
onClick:
|
|
4487
|
+
width: n = 24,
|
|
4488
|
+
onClick: s
|
|
4489
4489
|
}) => /* @__PURE__ */ u(
|
|
4490
4490
|
"svg",
|
|
4491
4491
|
{
|
|
4492
|
-
onClick:
|
|
4492
|
+
onClick: s,
|
|
4493
4493
|
className: i,
|
|
4494
|
-
width:
|
|
4494
|
+
width: n,
|
|
4495
4495
|
height: t,
|
|
4496
4496
|
viewBox: "0 0 24 24",
|
|
4497
4497
|
fill: "none",
|
|
@@ -4519,18 +4519,18 @@ const le = ({
|
|
|
4519
4519
|
)
|
|
4520
4520
|
]
|
|
4521
4521
|
}
|
|
4522
|
-
),
|
|
4522
|
+
), s7 = ({
|
|
4523
4523
|
className: i,
|
|
4524
4524
|
color: e = L.GREY_DARK_5,
|
|
4525
4525
|
height: t = 20,
|
|
4526
|
-
width:
|
|
4527
|
-
onClick:
|
|
4526
|
+
width: n = 20,
|
|
4527
|
+
onClick: s
|
|
4528
4528
|
}) => /* @__PURE__ */ u(
|
|
4529
4529
|
"svg",
|
|
4530
4530
|
{
|
|
4531
|
-
onClick:
|
|
4531
|
+
onClick: s,
|
|
4532
4532
|
className: i,
|
|
4533
|
-
width:
|
|
4533
|
+
width: n,
|
|
4534
4534
|
height: t,
|
|
4535
4535
|
viewBox: "0 0 24 25",
|
|
4536
4536
|
fill: "none",
|
|
@@ -4556,14 +4556,14 @@ const le = ({
|
|
|
4556
4556
|
className: i,
|
|
4557
4557
|
color: e = L.GREY_DARK_5,
|
|
4558
4558
|
height: t = 24,
|
|
4559
|
-
width:
|
|
4560
|
-
onClick:
|
|
4559
|
+
width: n = 24,
|
|
4560
|
+
onClick: s
|
|
4561
4561
|
}) => /* @__PURE__ */ u(
|
|
4562
4562
|
"svg",
|
|
4563
4563
|
{
|
|
4564
|
-
onClick:
|
|
4564
|
+
onClick: s,
|
|
4565
4565
|
className: i,
|
|
4566
|
-
width:
|
|
4566
|
+
width: n,
|
|
4567
4567
|
height: t,
|
|
4568
4568
|
viewBox: "0 0 24 24",
|
|
4569
4569
|
fill: "none",
|
|
@@ -4625,14 +4625,14 @@ const le = ({
|
|
|
4625
4625
|
className: i,
|
|
4626
4626
|
color: e = L.GREY_DARK_5,
|
|
4627
4627
|
height: t = 24,
|
|
4628
|
-
width:
|
|
4629
|
-
onClick:
|
|
4628
|
+
width: n = 24,
|
|
4629
|
+
onClick: s
|
|
4630
4630
|
}) => /* @__PURE__ */ u(
|
|
4631
4631
|
"svg",
|
|
4632
4632
|
{
|
|
4633
|
-
onClick:
|
|
4633
|
+
onClick: s,
|
|
4634
4634
|
className: i,
|
|
4635
|
-
width:
|
|
4635
|
+
width: n,
|
|
4636
4636
|
height: t,
|
|
4637
4637
|
viewBox: "0 0 24 24",
|
|
4638
4638
|
fill: "none",
|
|
@@ -4682,14 +4682,14 @@ const le = ({
|
|
|
4682
4682
|
className: i,
|
|
4683
4683
|
color: e = L.GREY_DARK_5,
|
|
4684
4684
|
height: t = 24,
|
|
4685
|
-
width:
|
|
4686
|
-
onClick:
|
|
4685
|
+
width: n = 24,
|
|
4686
|
+
onClick: s
|
|
4687
4687
|
}) => /* @__PURE__ */ u(
|
|
4688
4688
|
"svg",
|
|
4689
4689
|
{
|
|
4690
|
-
onClick:
|
|
4690
|
+
onClick: s,
|
|
4691
4691
|
className: i,
|
|
4692
|
-
width:
|
|
4692
|
+
width: n,
|
|
4693
4693
|
height: t,
|
|
4694
4694
|
viewBox: "0 0 24 24",
|
|
4695
4695
|
fill: "none",
|
|
@@ -4731,14 +4731,14 @@ const le = ({
|
|
|
4731
4731
|
className: i,
|
|
4732
4732
|
color: e = L.GREY_DARK_5,
|
|
4733
4733
|
height: t = 24,
|
|
4734
|
-
width:
|
|
4735
|
-
onClick:
|
|
4734
|
+
width: n = 24,
|
|
4735
|
+
onClick: s
|
|
4736
4736
|
}) => /* @__PURE__ */ r(
|
|
4737
4737
|
"svg",
|
|
4738
4738
|
{
|
|
4739
|
-
onClick:
|
|
4739
|
+
onClick: s,
|
|
4740
4740
|
className: i,
|
|
4741
|
-
width:
|
|
4741
|
+
width: n,
|
|
4742
4742
|
height: t,
|
|
4743
4743
|
viewBox: "0 0 24 24",
|
|
4744
4744
|
fill: "none",
|
|
@@ -4758,14 +4758,14 @@ const le = ({
|
|
|
4758
4758
|
className: i,
|
|
4759
4759
|
color: e = L.GREY_DARK_5,
|
|
4760
4760
|
height: t = 20,
|
|
4761
|
-
width:
|
|
4762
|
-
onClick:
|
|
4761
|
+
width: n = 20,
|
|
4762
|
+
onClick: s
|
|
4763
4763
|
}) => /* @__PURE__ */ u(
|
|
4764
4764
|
"svg",
|
|
4765
4765
|
{
|
|
4766
|
-
onClick:
|
|
4766
|
+
onClick: s,
|
|
4767
4767
|
className: i,
|
|
4768
|
-
width:
|
|
4768
|
+
width: n,
|
|
4769
4769
|
height: t,
|
|
4770
4770
|
viewBox: "0 0 20 20",
|
|
4771
4771
|
fill: "none",
|
|
@@ -4787,18 +4787,18 @@ const le = ({
|
|
|
4787
4787
|
className: i,
|
|
4788
4788
|
color: e = "#001E52",
|
|
4789
4789
|
height: t = 24,
|
|
4790
|
-
width:
|
|
4791
|
-
onClick:
|
|
4790
|
+
width: n = 24,
|
|
4791
|
+
onClick: s
|
|
4792
4792
|
}) => /* @__PURE__ */ r(
|
|
4793
4793
|
"svg",
|
|
4794
4794
|
{
|
|
4795
4795
|
width: t,
|
|
4796
|
-
height:
|
|
4796
|
+
height: n,
|
|
4797
4797
|
viewBox: "0 0 24 24",
|
|
4798
4798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4799
4799
|
fill: "none",
|
|
4800
4800
|
className: i,
|
|
4801
|
-
onClick:
|
|
4801
|
+
onClick: s,
|
|
4802
4802
|
children: /* @__PURE__ */ r(
|
|
4803
4803
|
"path",
|
|
4804
4804
|
{
|
|
@@ -4813,14 +4813,14 @@ const le = ({
|
|
|
4813
4813
|
className: i,
|
|
4814
4814
|
color: e = "#001E52",
|
|
4815
4815
|
height: t = 24,
|
|
4816
|
-
width:
|
|
4817
|
-
onClick:
|
|
4816
|
+
width: n = 24,
|
|
4817
|
+
onClick: s
|
|
4818
4818
|
}) => /* @__PURE__ */ r(
|
|
4819
4819
|
"svg",
|
|
4820
4820
|
{
|
|
4821
|
-
onClick:
|
|
4821
|
+
onClick: s,
|
|
4822
4822
|
className: i,
|
|
4823
|
-
width:
|
|
4823
|
+
width: n,
|
|
4824
4824
|
height: t,
|
|
4825
4825
|
fill: e,
|
|
4826
4826
|
version: "1.1",
|
|
@@ -4851,15 +4851,15 @@ const le = ({
|
|
|
4851
4851
|
width: i = 20,
|
|
4852
4852
|
height: e = 20,
|
|
4853
4853
|
color: t = L.GREY_DARK_5,
|
|
4854
|
-
className:
|
|
4855
|
-
onClick:
|
|
4854
|
+
className: n,
|
|
4855
|
+
onClick: s
|
|
4856
4856
|
}) => /* @__PURE__ */ r(
|
|
4857
4857
|
"svg",
|
|
4858
4858
|
{
|
|
4859
4859
|
width: i,
|
|
4860
4860
|
height: e,
|
|
4861
|
-
onClick:
|
|
4862
|
-
className:
|
|
4861
|
+
onClick: s,
|
|
4862
|
+
className: n,
|
|
4863
4863
|
viewBox: "0 0 24 24",
|
|
4864
4864
|
fill: "none",
|
|
4865
4865
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4875,8 +4875,8 @@ const le = ({
|
|
|
4875
4875
|
width: i = 24,
|
|
4876
4876
|
height: e = 24,
|
|
4877
4877
|
color: t = "#131314",
|
|
4878
|
-
className:
|
|
4879
|
-
onClick:
|
|
4878
|
+
className: n,
|
|
4879
|
+
onClick: s
|
|
4880
4880
|
}) => /* @__PURE__ */ u(
|
|
4881
4881
|
"svg",
|
|
4882
4882
|
{
|
|
@@ -4884,8 +4884,8 @@ const le = ({
|
|
|
4884
4884
|
height: e,
|
|
4885
4885
|
viewBox: "0 0 24 24",
|
|
4886
4886
|
fill: "none",
|
|
4887
|
-
className:
|
|
4888
|
-
onClick:
|
|
4887
|
+
className: n,
|
|
4888
|
+
onClick: s,
|
|
4889
4889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4890
4890
|
children: [
|
|
4891
4891
|
/* @__PURE__ */ r(
|
|
@@ -4908,15 +4908,15 @@ const le = ({
|
|
|
4908
4908
|
width: i = 20,
|
|
4909
4909
|
height: e = 20,
|
|
4910
4910
|
color: t = L.GREY_DARK_5,
|
|
4911
|
-
className:
|
|
4912
|
-
onClick:
|
|
4911
|
+
className: n,
|
|
4912
|
+
onClick: s
|
|
4913
4913
|
}) => /* @__PURE__ */ u(
|
|
4914
4914
|
"svg",
|
|
4915
4915
|
{
|
|
4916
4916
|
width: i,
|
|
4917
4917
|
height: e,
|
|
4918
|
-
className:
|
|
4919
|
-
onClick:
|
|
4918
|
+
className: n,
|
|
4919
|
+
onClick: s,
|
|
4920
4920
|
viewBox: "0 0 24 24",
|
|
4921
4921
|
fill: "none",
|
|
4922
4922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4941,8 +4941,8 @@ const le = ({
|
|
|
4941
4941
|
width: i = 24,
|
|
4942
4942
|
height: e = 24,
|
|
4943
4943
|
color: t = L.GREY_DARK_2,
|
|
4944
|
-
className:
|
|
4945
|
-
onClick:
|
|
4944
|
+
className: n,
|
|
4945
|
+
onClick: s
|
|
4946
4946
|
}) => /* @__PURE__ */ u(
|
|
4947
4947
|
"svg",
|
|
4948
4948
|
{
|
|
@@ -4951,8 +4951,8 @@ const le = ({
|
|
|
4951
4951
|
viewBox: "0 0 24 24",
|
|
4952
4952
|
fill: "none",
|
|
4953
4953
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4954
|
-
className:
|
|
4955
|
-
onClick:
|
|
4954
|
+
className: n,
|
|
4955
|
+
onClick: s,
|
|
4956
4956
|
children: [
|
|
4957
4957
|
/* @__PURE__ */ r(
|
|
4958
4958
|
"path",
|
|
@@ -4981,8 +4981,8 @@ const le = ({
|
|
|
4981
4981
|
width: i = 24,
|
|
4982
4982
|
height: e = 24,
|
|
4983
4983
|
color: t = L.GREY_DARK_2,
|
|
4984
|
-
className:
|
|
4985
|
-
onClick:
|
|
4984
|
+
className: n,
|
|
4985
|
+
onClick: s
|
|
4986
4986
|
}) => /* @__PURE__ */ r(
|
|
4987
4987
|
"svg",
|
|
4988
4988
|
{
|
|
@@ -4991,8 +4991,8 @@ const le = ({
|
|
|
4991
4991
|
viewBox: "0 0 24 24",
|
|
4992
4992
|
fill: "none",
|
|
4993
4993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4994
|
-
className:
|
|
4995
|
-
onClick:
|
|
4994
|
+
className: n,
|
|
4995
|
+
onClick: s,
|
|
4996
4996
|
children: /* @__PURE__ */ r(
|
|
4997
4997
|
"path",
|
|
4998
4998
|
{
|
|
@@ -5008,8 +5008,8 @@ const le = ({
|
|
|
5008
5008
|
width: i = 24,
|
|
5009
5009
|
height: e = 24,
|
|
5010
5010
|
color: t = L.GREY_DARK_2,
|
|
5011
|
-
className:
|
|
5012
|
-
onClick:
|
|
5011
|
+
className: n,
|
|
5012
|
+
onClick: s
|
|
5013
5013
|
}) => /* @__PURE__ */ r(
|
|
5014
5014
|
"svg",
|
|
5015
5015
|
{
|
|
@@ -5018,8 +5018,8 @@ const le = ({
|
|
|
5018
5018
|
viewBox: "0 0 24 24",
|
|
5019
5019
|
fill: "none",
|
|
5020
5020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5021
|
-
className:
|
|
5022
|
-
onClick:
|
|
5021
|
+
className: n,
|
|
5022
|
+
onClick: s,
|
|
5023
5023
|
children: /* @__PURE__ */ r(
|
|
5024
5024
|
"path",
|
|
5025
5025
|
{
|
|
@@ -5035,19 +5035,19 @@ const le = ({
|
|
|
5035
5035
|
name: i,
|
|
5036
5036
|
width: e,
|
|
5037
5037
|
height: t,
|
|
5038
|
-
color:
|
|
5039
|
-
className:
|
|
5038
|
+
color: n,
|
|
5039
|
+
className: s,
|
|
5040
5040
|
disabled: o = !1,
|
|
5041
5041
|
onClick: c
|
|
5042
5042
|
}) => {
|
|
5043
|
-
const [a, C] =
|
|
5044
|
-
return
|
|
5045
|
-
if (
|
|
5046
|
-
h && !o && C(`${
|
|
5043
|
+
const [a, C] = A(s), { theme: d } = Q(t2), l = o ? d && d === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : n, h = o ? void 0 : c;
|
|
5044
|
+
return I(() => {
|
|
5045
|
+
if (s) {
|
|
5046
|
+
h && !o && C(`${s} clickable`);
|
|
5047
5047
|
return;
|
|
5048
5048
|
}
|
|
5049
5049
|
h && !o && C("clickable");
|
|
5050
|
-
}, [h,
|
|
5050
|
+
}, [h, s, o]), /* @__PURE__ */ r(U, { children: (() => {
|
|
5051
5051
|
switch (i) {
|
|
5052
5052
|
case "nextIcon":
|
|
5053
5053
|
return Ye({ width: e, height: t, color: l, className: a, onClick: h });
|
|
@@ -5106,9 +5106,9 @@ const le = ({
|
|
|
5106
5106
|
case "settings2":
|
|
5107
5107
|
return Ve({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5108
5108
|
case "checkCircle":
|
|
5109
|
-
return Ie({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5110
|
-
case "cancelCircle":
|
|
5111
5109
|
return Ae({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5110
|
+
case "cancelCircle":
|
|
5111
|
+
return Ie({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5112
5112
|
case "visibilityIcon":
|
|
5113
5113
|
return Ze({
|
|
5114
5114
|
width: e,
|
|
@@ -5134,7 +5134,7 @@ const le = ({
|
|
|
5134
5134
|
onClick: h
|
|
5135
5135
|
});
|
|
5136
5136
|
case "expandArrowIcon":
|
|
5137
|
-
return
|
|
5137
|
+
return Ge({
|
|
5138
5138
|
width: e,
|
|
5139
5139
|
height: t,
|
|
5140
5140
|
color: l,
|
|
@@ -5142,7 +5142,7 @@ const le = ({
|
|
|
5142
5142
|
onClick: h
|
|
5143
5143
|
});
|
|
5144
5144
|
case "expandActiveArrowIcon":
|
|
5145
|
-
return
|
|
5145
|
+
return De({
|
|
5146
5146
|
width: e,
|
|
5147
5147
|
height: t,
|
|
5148
5148
|
color: l,
|
|
@@ -5190,9 +5190,9 @@ const le = ({
|
|
|
5190
5190
|
case "back":
|
|
5191
5191
|
return i7({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5192
5192
|
case "bell":
|
|
5193
|
-
return s7({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5194
|
-
case "copy":
|
|
5195
5193
|
return n7({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5194
|
+
case "copy":
|
|
5195
|
+
return s7({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5196
5196
|
case "contract":
|
|
5197
5197
|
return r7({ width: e, height: t, color: l, className: a, onClick: h });
|
|
5198
5198
|
case "resourceManager":
|
|
@@ -5224,7 +5224,7 @@ const le = ({
|
|
|
5224
5224
|
}
|
|
5225
5225
|
})() });
|
|
5226
5226
|
};
|
|
5227
|
-
var o1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.
|
|
5227
|
+
var o1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", 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_0_5 = "var(--blue-light-0-5)", 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.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(o1 || {});
|
|
5228
5228
|
const L7 = t1({
|
|
5229
5229
|
locale: "en",
|
|
5230
5230
|
theme: "light"
|
|
@@ -5234,12 +5234,12 @@ const i2 = ({
|
|
|
5234
5234
|
children: i,
|
|
5235
5235
|
width: e,
|
|
5236
5236
|
size: t = "small",
|
|
5237
|
-
onClose:
|
|
5238
|
-
closable:
|
|
5237
|
+
onClose: n,
|
|
5238
|
+
closable: s = !0,
|
|
5239
5239
|
disabled: o = !1
|
|
5240
5240
|
}) => {
|
|
5241
5241
|
const c = t === "small" ? 10 : 12.5, a = () => {
|
|
5242
|
-
o ||
|
|
5242
|
+
o || n == null || n();
|
|
5243
5243
|
};
|
|
5244
5244
|
return /* @__PURE__ */ r(
|
|
5245
5245
|
f2,
|
|
@@ -5257,7 +5257,7 @@ const i2 = ({
|
|
|
5257
5257
|
),
|
|
5258
5258
|
bordered: !1,
|
|
5259
5259
|
style: { width: e ?? "fit-content" },
|
|
5260
|
-
closable:
|
|
5260
|
+
closable: s,
|
|
5261
5261
|
children: typeof i == "string" ? /* @__PURE__ */ r(
|
|
5262
5262
|
ae,
|
|
5263
5263
|
{
|
|
@@ -5278,8 +5278,8 @@ const i2 = ({
|
|
|
5278
5278
|
align: i = "inherit",
|
|
5279
5279
|
variant: e = "body1",
|
|
5280
5280
|
color: t,
|
|
5281
|
-
children:
|
|
5282
|
-
onClick:
|
|
5281
|
+
children: n,
|
|
5282
|
+
onClick: s,
|
|
5283
5283
|
collapsed: o,
|
|
5284
5284
|
whiteSpace: c = "normal",
|
|
5285
5285
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
@@ -5287,8 +5287,8 @@ const i2 = ({
|
|
|
5287
5287
|
}, C) => {
|
|
5288
5288
|
const d = W(null);
|
|
5289
5289
|
H1(C, () => d.current);
|
|
5290
|
-
const [l, h] =
|
|
5291
|
-
|
|
5290
|
+
const [l, h] = A(!1);
|
|
5291
|
+
I(() => {
|
|
5292
5292
|
var v;
|
|
5293
5293
|
if (!a) return;
|
|
5294
5294
|
const f = () => {
|
|
@@ -5306,38 +5306,38 @@ const i2 = ({
|
|
|
5306
5306
|
const k = {
|
|
5307
5307
|
className: p,
|
|
5308
5308
|
style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
|
|
5309
|
-
onClick:
|
|
5309
|
+
onClick: s,
|
|
5310
5310
|
ref: d,
|
|
5311
5311
|
ellipsis: a && l ? {
|
|
5312
5312
|
tooltip: {
|
|
5313
|
-
title:
|
|
5313
|
+
title: n,
|
|
5314
5314
|
overlayClassName: "snmt-tooltip"
|
|
5315
5315
|
}
|
|
5316
5316
|
} : void 0
|
|
5317
5317
|
};
|
|
5318
|
-
return g ? /* @__PURE__ */ r(k7, { level: N7[e], ...k, children:
|
|
5318
|
+
return g ? /* @__PURE__ */ r(k7, { level: N7[e], ...k, children: n }) : /* @__PURE__ */ r(v7, { ...k, children: n });
|
|
5319
5319
|
}
|
|
5320
5320
|
), x7 = ({
|
|
5321
5321
|
children: i,
|
|
5322
5322
|
content: e,
|
|
5323
5323
|
isOpen: t,
|
|
5324
|
-
setIsOpen:
|
|
5325
|
-
placement:
|
|
5324
|
+
setIsOpen: n,
|
|
5325
|
+
placement: s = "topRight",
|
|
5326
5326
|
noPadding: o = !1,
|
|
5327
5327
|
trigger: c = "click"
|
|
5328
5328
|
}) => {
|
|
5329
|
-
const [a, C] =
|
|
5329
|
+
const [a, C] = A(!1);
|
|
5330
5330
|
return /* @__PURE__ */ r(
|
|
5331
5331
|
k2,
|
|
5332
5332
|
{
|
|
5333
5333
|
content: e,
|
|
5334
5334
|
arrow: !1,
|
|
5335
|
-
placement:
|
|
5335
|
+
placement: s,
|
|
5336
5336
|
trigger: c,
|
|
5337
5337
|
overlayClassName: `snmt-popover ${o ? "" : "padding"}`,
|
|
5338
5338
|
open: t ?? a,
|
|
5339
5339
|
onOpenChange: (d) => {
|
|
5340
|
-
C(d),
|
|
5340
|
+
C(d), n == null || n(d);
|
|
5341
5341
|
},
|
|
5342
5342
|
children: /* @__PURE__ */ r("div", { className: "wrapper", children: i })
|
|
5343
5343
|
}
|
|
@@ -5345,12 +5345,12 @@ const i2 = ({
|
|
|
5345
5345
|
};
|
|
5346
5346
|
var _7 = { exports: {} };
|
|
5347
5347
|
(function(i, e) {
|
|
5348
|
-
(function(t,
|
|
5349
|
-
i.exports =
|
|
5348
|
+
(function(t, n) {
|
|
5349
|
+
i.exports = n();
|
|
5350
5350
|
})(x2, function() {
|
|
5351
5351
|
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) {
|
|
5352
|
-
var
|
|
5353
|
-
return "[" + t + (
|
|
5352
|
+
var n = ["th", "st", "nd", "rd"], s = t % 100;
|
|
5353
|
+
return "[" + t + (n[(s - 20) % 10] || n[s] || n[0]) + "]";
|
|
5354
5354
|
} };
|
|
5355
5355
|
});
|
|
5356
5356
|
})(_7);
|
|
@@ -5358,13 +5358,13 @@ const M7 = ({
|
|
|
5358
5358
|
values: i,
|
|
5359
5359
|
onTagClose: e,
|
|
5360
5360
|
maxWidth: t,
|
|
5361
|
-
closable:
|
|
5362
|
-
disabled:
|
|
5361
|
+
closable: n = !0,
|
|
5362
|
+
disabled: s,
|
|
5363
5363
|
options: o,
|
|
5364
5364
|
extraOptions: c
|
|
5365
5365
|
}) => {
|
|
5366
|
-
const { locale: a } = Q(E1), { t: C } = B2("common", { lng: a }), [d, l] =
|
|
5367
|
-
if (
|
|
5366
|
+
const { locale: a } = Q(E1), { t: C } = B2("common", { lng: a }), [d, l] = A(!1);
|
|
5367
|
+
if (I(() => {
|
|
5368
5368
|
i.length || l(!1);
|
|
5369
5369
|
}, [i]), !i.length)
|
|
5370
5370
|
return null;
|
|
@@ -5381,8 +5381,8 @@ const M7 = ({
|
|
|
5381
5381
|
i2,
|
|
5382
5382
|
{
|
|
5383
5383
|
onClose: () => e(g),
|
|
5384
|
-
closable:
|
|
5385
|
-
disabled:
|
|
5384
|
+
closable: n,
|
|
5385
|
+
disabled: s,
|
|
5386
5386
|
children: h(g)
|
|
5387
5387
|
},
|
|
5388
5388
|
g
|
|
@@ -5402,21 +5402,21 @@ const M7 = ({
|
|
|
5402
5402
|
small: 20,
|
|
5403
5403
|
medium: 28,
|
|
5404
5404
|
large: 48
|
|
5405
|
-
},
|
|
5406
|
-
const t = b7[i],
|
|
5407
|
-
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`,
|
|
5405
|
+
}, G1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
|
|
5406
|
+
const t = b7[i], n = `no-repeat linear-gradient(${e}
|
|
5407
|
+
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
|
5408
5408
|
width: t,
|
|
5409
|
-
background: `${
|
|
5409
|
+
background: `${n} 0% 100%, ${n} 50% 100%, ${n} 100% 100%`,
|
|
5410
5410
|
backgroundSize: "20% calc(200% + 20px)"
|
|
5411
5411
|
};
|
|
5412
|
-
return /* @__PURE__ */ r("span", { className: "snmt-loader", style:
|
|
5412
|
+
return /* @__PURE__ */ r("span", { className: "snmt-loader", style: s });
|
|
5413
5413
|
}, y7 = h1(
|
|
5414
5414
|
({
|
|
5415
5415
|
value: i,
|
|
5416
5416
|
onChange: e,
|
|
5417
5417
|
placeholder: t,
|
|
5418
|
-
mode:
|
|
5419
|
-
search:
|
|
5418
|
+
mode: n,
|
|
5419
|
+
search: s = !1,
|
|
5420
5420
|
options: o,
|
|
5421
5421
|
width: c,
|
|
5422
5422
|
disabled: a = !1,
|
|
@@ -5435,12 +5435,12 @@ const M7 = ({
|
|
|
5435
5435
|
readOnly: m,
|
|
5436
5436
|
error: M
|
|
5437
5437
|
}, R) => {
|
|
5438
|
-
const [x,
|
|
5439
|
-
|
|
5438
|
+
const [x, D] = A(!1), [Y, i1] = A(!1), [$, c1] = A(!0), [V, P] = A(i), F = W(null);
|
|
5439
|
+
I(() => {
|
|
5440
5440
|
P(i);
|
|
5441
5441
|
}, [i]);
|
|
5442
5442
|
const q = (_) => {
|
|
5443
|
-
|
|
5443
|
+
D(_), g && g(_);
|
|
5444
5444
|
}, d1 = (_, H) => {
|
|
5445
5445
|
var T;
|
|
5446
5446
|
return !!((T = H == null ? void 0 : H.label) != null && T.toString().toLowerCase().includes(_.toLowerCase()));
|
|
@@ -5450,7 +5450,7 @@ const M7 = ({
|
|
|
5450
5450
|
i1(!1);
|
|
5451
5451
|
}, S = K(
|
|
5452
5452
|
(_) => {
|
|
5453
|
-
if (P(_),
|
|
5453
|
+
if (P(_), n) {
|
|
5454
5454
|
const T = _;
|
|
5455
5455
|
e == null || e(T);
|
|
5456
5456
|
return;
|
|
@@ -5458,16 +5458,16 @@ const M7 = ({
|
|
|
5458
5458
|
const H = _;
|
|
5459
5459
|
e == null || e(H);
|
|
5460
5460
|
},
|
|
5461
|
-
[
|
|
5461
|
+
[n, e]
|
|
5462
5462
|
), C1 = K(() => {
|
|
5463
5463
|
if (!(m || a)) {
|
|
5464
|
-
if (
|
|
5464
|
+
if (n) {
|
|
5465
5465
|
S([]);
|
|
5466
5466
|
return;
|
|
5467
5467
|
}
|
|
5468
5468
|
S("");
|
|
5469
5469
|
}
|
|
5470
|
-
}, [a, S,
|
|
5470
|
+
}, [a, S, n, m]), g1 = K(
|
|
5471
5471
|
(_) => {
|
|
5472
5472
|
const H = V.filter((T) => T !== _);
|
|
5473
5473
|
S(H), P(H);
|
|
@@ -5513,13 +5513,13 @@ const M7 = ({
|
|
|
5513
5513
|
), d2 = K(
|
|
5514
5514
|
({ label: _, value: H, mode: T }) => T === "filter" ? V1(H) : /* @__PURE__ */ r("div", { onMouseDown: l2, className: "tag-wrapper", children: /* @__PURE__ */ r(i2, { onClose: () => g1(H), disabled: a, children: typeof _ == "object" ? _ : k1(H) }) }),
|
|
5515
5515
|
[a, k1, g1, V1]
|
|
5516
|
-
),
|
|
5516
|
+
), A1 = Array.isArray(V) && V.length > 0 || !!V && typeof V == "string" && V.trim() !== "";
|
|
5517
5517
|
return /* @__PURE__ */ u("div", { className: "snmt-select-container", children: [
|
|
5518
5518
|
/* @__PURE__ */ u(
|
|
5519
5519
|
"div",
|
|
5520
5520
|
{
|
|
5521
5521
|
className: `snmt-select-1-15-6 ${Y ? "snmt-select-focused" : ""}
|
|
5522
|
-
${
|
|
5522
|
+
${n ? "" : "snmt-select-single"} ${m ? "snmt-select-read-only" : ""}`,
|
|
5523
5523
|
ref: F,
|
|
5524
5524
|
style: { width: c },
|
|
5525
5525
|
children: [
|
|
@@ -5530,16 +5530,16 @@ const M7 = ({
|
|
|
5530
5530
|
popupClassName: m ? "dropdown-read-only" : "",
|
|
5531
5531
|
id: v,
|
|
5532
5532
|
ref: R,
|
|
5533
|
-
showSearch: !!
|
|
5534
|
-
filterOption:
|
|
5533
|
+
showSearch: !!s,
|
|
5534
|
+
filterOption: s && d1,
|
|
5535
5535
|
onDropdownVisibleChange: q,
|
|
5536
5536
|
disabled: a,
|
|
5537
5537
|
value: V || void 0,
|
|
5538
5538
|
labelRender: (_) => {
|
|
5539
5539
|
const H = k1(_.value);
|
|
5540
|
-
return a ? /* @__PURE__ */ r("span", { style: { color:
|
|
5540
|
+
return a ? /* @__PURE__ */ r("span", { style: { color: G.GREY_DARK_1 }, children: H }) : H;
|
|
5541
5541
|
},
|
|
5542
|
-
mode:
|
|
5542
|
+
mode: n === "filter" ? "multiple" : n,
|
|
5543
5543
|
onChange: S,
|
|
5544
5544
|
onFocus: O,
|
|
5545
5545
|
onBlur: j,
|
|
@@ -5548,13 +5548,13 @@ const M7 = ({
|
|
|
5548
5548
|
},
|
|
5549
5549
|
onSelect: () => c1(!0),
|
|
5550
5550
|
onDeselect: () => c1(!0),
|
|
5551
|
-
tagRender: (_) => d2({ ..._, mode:
|
|
5551
|
+
tagRender: (_) => d2({ ..._, mode: n }),
|
|
5552
5552
|
maxTagCount: "responsive",
|
|
5553
5553
|
maxTagPlaceholder: c2,
|
|
5554
5554
|
onPopupScroll: h2,
|
|
5555
|
-
prefix: E && /* @__PURE__ */ r(
|
|
5556
|
-
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children:
|
|
5557
|
-
V && !!V.length && (
|
|
5555
|
+
prefix: E && /* @__PURE__ */ r(G1, { size: "small" }),
|
|
5556
|
+
suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: n !== "filter" && /* @__PURE__ */ u(U, { children: [
|
|
5557
|
+
V && !!V.length && (n || d) && /* @__PURE__ */ r(
|
|
5558
5558
|
"div",
|
|
5559
5559
|
{
|
|
5560
5560
|
onClick: C1,
|
|
@@ -5562,29 +5562,29 @@ const M7 = ({
|
|
|
5562
5562
|
cursor: a ? "not-allowed" : "pointer"
|
|
5563
5563
|
},
|
|
5564
5564
|
children: /* @__PURE__ */ r(
|
|
5565
|
-
|
|
5565
|
+
n1,
|
|
5566
5566
|
{
|
|
5567
5567
|
name: "cancel",
|
|
5568
|
-
color: a ?
|
|
5568
|
+
color: a ? G.GREY_DARK_1 : G.GREY_DARK_2
|
|
5569
5569
|
}
|
|
5570
5570
|
)
|
|
5571
5571
|
}
|
|
5572
5572
|
),
|
|
5573
5573
|
/* @__PURE__ */ r(
|
|
5574
|
-
|
|
5574
|
+
n1,
|
|
5575
5575
|
{
|
|
5576
5576
|
name: "selectArrowIcon",
|
|
5577
|
-
color: a ?
|
|
5577
|
+
color: a ? G.GREY_DARK_1 : G.GREY_DARK_5,
|
|
5578
5578
|
className: x ? "select-arrow-rotated" : "select-arrow",
|
|
5579
|
-
onClick: () =>
|
|
5579
|
+
onClick: () => D(!x)
|
|
5580
5580
|
}
|
|
5581
5581
|
)
|
|
5582
5582
|
] }) }),
|
|
5583
|
-
removeIcon: /* @__PURE__ */ r(
|
|
5583
|
+
removeIcon: /* @__PURE__ */ r(n1, { name: "cancelCircle", color: G.GREY_DARK_1 }),
|
|
5584
5584
|
options: o,
|
|
5585
5585
|
optionRender: (_) => b ? b(_.data) : /* @__PURE__ */ u(r1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
5586
5586
|
/* @__PURE__ */ u(r1, { alignItems: "center", gap: 12, children: [
|
|
5587
|
-
|
|
5587
|
+
n && /* @__PURE__ */ r(
|
|
5588
5588
|
W2,
|
|
5589
5589
|
{
|
|
5590
5590
|
checked: !!(V != null && V.includes(_.value))
|
|
@@ -5595,11 +5595,11 @@ const M7 = ({
|
|
|
5595
5595
|
/* @__PURE__ */ r("span", { children: _.label })
|
|
5596
5596
|
] })
|
|
5597
5597
|
] }),
|
|
5598
|
-
!
|
|
5598
|
+
!n && V === _.value && /* @__PURE__ */ r(n1, { name: "check", color: G.BLUE_DARK_1 })
|
|
5599
5599
|
] }),
|
|
5600
5600
|
dropdownRender: (_) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
|
|
5601
5601
|
/* @__PURE__ */ r("div", { className: "dropdown-menu", children: y ? y(_) : _ }),
|
|
5602
|
-
E && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(
|
|
5602
|
+
E && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(G1, {}) })
|
|
5603
5603
|
] })
|
|
5604
5604
|
}
|
|
5605
5605
|
),
|
|
@@ -5607,14 +5607,14 @@ const M7 = ({
|
|
|
5607
5607
|
/* @__PURE__ */ r(
|
|
5608
5608
|
"label",
|
|
5609
5609
|
{
|
|
5610
|
-
className: `${Y ||
|
|
5610
|
+
className: `${Y || A1 ? "label-floating" : ""} ${a ? "label-disabled" : ""} ${Y ? "label-focused" : ""} ${E ? "label-loading" : ""} ${M ? "label-error" : ""}`,
|
|
5611
5611
|
children: C ? `${t}*` : t
|
|
5612
5612
|
}
|
|
5613
5613
|
),
|
|
5614
5614
|
/* @__PURE__ */ r(
|
|
5615
5615
|
"fieldset",
|
|
5616
5616
|
{
|
|
5617
|
-
className: `${Y ? "fieldset-focused" : ""} ${a ? "fieldset-disabled" : ""} ${
|
|
5617
|
+
className: `${Y ? "fieldset-focused" : ""} ${a ? "fieldset-disabled" : ""} ${A1 ? "fieldset-filled" : ""} ${M ? "fieldset-error" : ""}`,
|
|
5618
5618
|
children: /* @__PURE__ */ r("legend", { children: /* @__PURE__ */ r("span", { children: C ? `${t}*` : t }) })
|
|
5619
5619
|
}
|
|
5620
5620
|
)
|
|
@@ -5624,75 +5624,75 @@ const M7 = ({
|
|
|
5624
5624
|
),
|
|
5625
5625
|
M && /* @__PURE__ */ u(r1, { justifyContent: "flex-start", gap: 6, children: [
|
|
5626
5626
|
/* @__PURE__ */ r(
|
|
5627
|
-
|
|
5627
|
+
n1,
|
|
5628
5628
|
{
|
|
5629
5629
|
name: "attention",
|
|
5630
|
-
color:
|
|
5630
|
+
color: G.NOTIFICATION_ERROR_DARK,
|
|
5631
5631
|
height: 16,
|
|
5632
5632
|
width: 16
|
|
5633
5633
|
}
|
|
5634
5634
|
),
|
|
5635
|
-
typeof M == "string" ? /* @__PURE__ */ r(R7, { color:
|
|
5635
|
+
typeof M == "string" ? /* @__PURE__ */ r(R7, { color: G.NOTIFICATION_ERROR_DARK, variant: "body4", children: M }) : M
|
|
5636
5636
|
] })
|
|
5637
5637
|
] });
|
|
5638
5638
|
}
|
|
5639
|
-
), N = (i) => typeof i == "string",
|
|
5639
|
+
), N = (i) => typeof i == "string", s1 = () => {
|
|
5640
5640
|
let i, e;
|
|
5641
|
-
const t = new Promise((
|
|
5642
|
-
i =
|
|
5641
|
+
const t = new Promise((n, s) => {
|
|
5642
|
+
i = n, e = s;
|
|
5643
5643
|
});
|
|
5644
5644
|
return t.resolve = i, t.reject = e, t;
|
|
5645
|
-
},
|
|
5646
|
-
i.forEach((
|
|
5647
|
-
e[
|
|
5645
|
+
}, D1 = (i) => i == null ? "" : "" + i, H7 = (i, e, t) => {
|
|
5646
|
+
i.forEach((n) => {
|
|
5647
|
+
e[n] && (t[n] = e[n]);
|
|
5648
5648
|
});
|
|
5649
5649
|
}, E7 = /###/g, T1 = (i) => i && i.indexOf("###") > -1 ? i.replace(E7, ".") : i, K1 = (i) => !i || N(i), a1 = (i, e, t) => {
|
|
5650
|
-
const
|
|
5651
|
-
let
|
|
5652
|
-
for (;
|
|
5650
|
+
const n = N(e) ? e.split(".") : e;
|
|
5651
|
+
let s = 0;
|
|
5652
|
+
for (; s < n.length - 1; ) {
|
|
5653
5653
|
if (K1(i)) return {};
|
|
5654
|
-
const o = T1(s
|
|
5655
|
-
!i[o] && t && (i[o] = new t()), Object.prototype.hasOwnProperty.call(i, o) ? i = i[o] : i = {}, ++
|
|
5654
|
+
const o = T1(n[s]);
|
|
5655
|
+
!i[o] && t && (i[o] = new t()), Object.prototype.hasOwnProperty.call(i, o) ? i = i[o] : i = {}, ++s;
|
|
5656
5656
|
}
|
|
5657
5657
|
return K1(i) ? {} : {
|
|
5658
5658
|
obj: i,
|
|
5659
|
-
k: T1(s
|
|
5659
|
+
k: T1(n[s])
|
|
5660
5660
|
};
|
|
5661
5661
|
}, B1 = (i, e, t) => {
|
|
5662
5662
|
const {
|
|
5663
|
-
obj:
|
|
5664
|
-
k:
|
|
5663
|
+
obj: n,
|
|
5664
|
+
k: s
|
|
5665
5665
|
} = a1(i, e, Object);
|
|
5666
|
-
if (
|
|
5667
|
-
s
|
|
5666
|
+
if (n !== void 0 || e.length === 1) {
|
|
5667
|
+
n[s] = t;
|
|
5668
5668
|
return;
|
|
5669
5669
|
}
|
|
5670
5670
|
let o = e[e.length - 1], c = e.slice(0, e.length - 1), a = a1(i, c, Object);
|
|
5671
5671
|
for (; a.obj === void 0 && c.length; )
|
|
5672
5672
|
o = `${c[c.length - 1]}.${o}`, c = c.slice(0, c.length - 1), a = a1(i, c, Object), a && a.obj && typeof a.obj[`${a.k}.${o}`] < "u" && (a.obj = void 0);
|
|
5673
5673
|
a.obj[`${a.k}.${o}`] = t;
|
|
5674
|
-
}, V7 = (i, e, t,
|
|
5674
|
+
}, V7 = (i, e, t, n) => {
|
|
5675
5675
|
const {
|
|
5676
|
-
obj:
|
|
5676
|
+
obj: s,
|
|
5677
5677
|
k: o
|
|
5678
5678
|
} = a1(i, e, Object);
|
|
5679
|
-
|
|
5679
|
+
s[o] = s[o] || [], s[o].push(t);
|
|
5680
5680
|
}, p1 = (i, e) => {
|
|
5681
5681
|
const {
|
|
5682
5682
|
obj: t,
|
|
5683
|
-
k:
|
|
5683
|
+
k: n
|
|
5684
5684
|
} = a1(i, e);
|
|
5685
5685
|
if (t)
|
|
5686
|
-
return t[
|
|
5687
|
-
},
|
|
5688
|
-
const
|
|
5689
|
-
return
|
|
5690
|
-
},
|
|
5691
|
-
for (const
|
|
5692
|
-
|
|
5686
|
+
return t[n];
|
|
5687
|
+
}, A7 = (i, e, t) => {
|
|
5688
|
+
const n = p1(i, t);
|
|
5689
|
+
return n !== void 0 ? n : p1(e, t);
|
|
5690
|
+
}, n2 = (i, e, t) => {
|
|
5691
|
+
for (const n in e)
|
|
5692
|
+
n !== "__proto__" && n !== "constructor" && (n in i ? N(i[n]) || i[n] instanceof String || N(e[n]) || e[n] instanceof String ? t && (i[n] = e[n]) : n2(i[n], e[n], t) : i[n] = e[n]);
|
|
5693
5693
|
return i;
|
|
5694
5694
|
}, X = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
5695
|
-
var
|
|
5695
|
+
var I7 = {
|
|
5696
5696
|
"&": "&",
|
|
5697
5697
|
"<": "<",
|
|
5698
5698
|
">": ">",
|
|
@@ -5700,7 +5700,7 @@ var A7 = {
|
|
|
5700
5700
|
"'": "'",
|
|
5701
5701
|
"/": "/"
|
|
5702
5702
|
};
|
|
5703
|
-
const Z7 = (i) => N(i) ? i.replace(/[&<>"'\/]/g, (e) =>
|
|
5703
|
+
const Z7 = (i) => N(i) ? i.replace(/[&<>"'\/]/g, (e) => I7[e]) : i;
|
|
5704
5704
|
class O7 {
|
|
5705
5705
|
constructor(e) {
|
|
5706
5706
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
@@ -5709,41 +5709,41 @@ class O7 {
|
|
|
5709
5709
|
const t = this.regExpMap.get(e);
|
|
5710
5710
|
if (t !== void 0)
|
|
5711
5711
|
return t;
|
|
5712
|
-
const
|
|
5713
|
-
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e,
|
|
5712
|
+
const n = new RegExp(e);
|
|
5713
|
+
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, n), this.regExpQueue.push(e), n;
|
|
5714
5714
|
}
|
|
5715
5715
|
}
|
|
5716
|
-
const S7 = [" ", ",", "?", "!", ";"],
|
|
5716
|
+
const S7 = [" ", ",", "?", "!", ";"], G7 = new O7(20), D7 = (i, e, t) => {
|
|
5717
5717
|
e = e || "", t = t || "";
|
|
5718
|
-
const
|
|
5719
|
-
if (
|
|
5720
|
-
const
|
|
5721
|
-
let o = !
|
|
5718
|
+
const n = S7.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
|
5719
|
+
if (n.length === 0) return !0;
|
|
5720
|
+
const s = G7.getRegExp(`(${n.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
|
5721
|
+
let o = !s.test(i);
|
|
5722
5722
|
if (!o) {
|
|
5723
5723
|
const c = i.indexOf(t);
|
|
5724
|
-
c > 0 && !
|
|
5724
|
+
c > 0 && !s.test(i.substring(0, c)) && (o = !0);
|
|
5725
5725
|
}
|
|
5726
5726
|
return o;
|
|
5727
5727
|
}, _1 = function(i, e) {
|
|
5728
5728
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ".";
|
|
5729
5729
|
if (!i) return;
|
|
5730
5730
|
if (i[e]) return i[e];
|
|
5731
|
-
const
|
|
5732
|
-
let
|
|
5733
|
-
for (let o = 0; o <
|
|
5734
|
-
if (!
|
|
5731
|
+
const n = e.split(t);
|
|
5732
|
+
let s = i;
|
|
5733
|
+
for (let o = 0; o < n.length; ) {
|
|
5734
|
+
if (!s || typeof s != "object")
|
|
5735
5735
|
return;
|
|
5736
5736
|
let c, a = "";
|
|
5737
|
-
for (let C = o; C <
|
|
5738
|
-
if (C !== o && (a += t), a +=
|
|
5739
|
-
if (["string", "number", "boolean"].indexOf(typeof c) > -1 && C <
|
|
5737
|
+
for (let C = o; C < n.length; ++C)
|
|
5738
|
+
if (C !== o && (a += t), a += n[C], c = s[a], c !== void 0) {
|
|
5739
|
+
if (["string", "number", "boolean"].indexOf(typeof c) > -1 && C < n.length - 1)
|
|
5740
5740
|
continue;
|
|
5741
5741
|
o += C - o + 1;
|
|
5742
5742
|
break;
|
|
5743
5743
|
}
|
|
5744
|
-
|
|
5744
|
+
s = c;
|
|
5745
5745
|
}
|
|
5746
|
-
return
|
|
5746
|
+
return s;
|
|
5747
5747
|
}, f1 = (i) => i && i.replace("_", "-"), T7 = {
|
|
5748
5748
|
type: "logger",
|
|
5749
5749
|
log(i) {
|
|
@@ -5769,27 +5769,27 @@ class m1 {
|
|
|
5769
5769
|
this.prefix = t.prefix || "i18next:", this.logger = e || T7, this.options = t, this.debug = t.debug;
|
|
5770
5770
|
}
|
|
5771
5771
|
log() {
|
|
5772
|
-
for (var e = arguments.length, t = new Array(e),
|
|
5773
|
-
t[
|
|
5772
|
+
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
5773
|
+
t[n] = arguments[n];
|
|
5774
5774
|
return this.forward(t, "log", "", !0);
|
|
5775
5775
|
}
|
|
5776
5776
|
warn() {
|
|
5777
|
-
for (var e = arguments.length, t = new Array(e),
|
|
5778
|
-
t[
|
|
5777
|
+
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
5778
|
+
t[n] = arguments[n];
|
|
5779
5779
|
return this.forward(t, "warn", "", !0);
|
|
5780
5780
|
}
|
|
5781
5781
|
error() {
|
|
5782
|
-
for (var e = arguments.length, t = new Array(e),
|
|
5783
|
-
t[
|
|
5782
|
+
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
5783
|
+
t[n] = arguments[n];
|
|
5784
5784
|
return this.forward(t, "error", "");
|
|
5785
5785
|
}
|
|
5786
5786
|
deprecate() {
|
|
5787
|
-
for (var e = arguments.length, t = new Array(e),
|
|
5788
|
-
t[
|
|
5787
|
+
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
5788
|
+
t[n] = arguments[n];
|
|
5789
5789
|
return this.forward(t, "warn", "WARNING DEPRECATED: ", !0);
|
|
5790
5790
|
}
|
|
5791
|
-
forward(e, t,
|
|
5792
|
-
return
|
|
5791
|
+
forward(e, t, n, s) {
|
|
5792
|
+
return s && !this.debug ? null : (N(e[0]) && (e[0] = `${n}${this.prefix} ${e[0]}`), this.logger[t](e));
|
|
5793
5793
|
}
|
|
5794
5794
|
create(e) {
|
|
5795
5795
|
return new m1(this.logger, {
|
|
@@ -5807,10 +5807,10 @@ class L1 {
|
|
|
5807
5807
|
this.observers = {};
|
|
5808
5808
|
}
|
|
5809
5809
|
on(e, t) {
|
|
5810
|
-
return e.split(" ").forEach((
|
|
5811
|
-
this.observers[
|
|
5812
|
-
const
|
|
5813
|
-
this.observers[
|
|
5810
|
+
return e.split(" ").forEach((n) => {
|
|
5811
|
+
this.observers[n] || (this.observers[n] = /* @__PURE__ */ new Map());
|
|
5812
|
+
const s = this.observers[n].get(t) || 0;
|
|
5813
|
+
this.observers[n].set(t, s + 1);
|
|
5814
5814
|
}), this;
|
|
5815
5815
|
}
|
|
5816
5816
|
off(e, t) {
|
|
@@ -5823,16 +5823,16 @@ class L1 {
|
|
|
5823
5823
|
}
|
|
5824
5824
|
}
|
|
5825
5825
|
emit(e) {
|
|
5826
|
-
for (var t = arguments.length,
|
|
5827
|
-
s
|
|
5826
|
+
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), s = 1; s < t; s++)
|
|
5827
|
+
n[s - 1] = arguments[s];
|
|
5828
5828
|
this.observers[e] && Array.from(this.observers[e].entries()).forEach((c) => {
|
|
5829
5829
|
let [a, C] = c;
|
|
5830
5830
|
for (let d = 0; d < C; d++)
|
|
5831
|
-
a(...
|
|
5831
|
+
a(...n);
|
|
5832
5832
|
}), this.observers["*"] && Array.from(this.observers["*"].entries()).forEach((c) => {
|
|
5833
5833
|
let [a, C] = c;
|
|
5834
5834
|
for (let d = 0; d < C; d++)
|
|
5835
|
-
a.apply(a, [e, ...
|
|
5835
|
+
a.apply(a, [e, ...n]);
|
|
5836
5836
|
});
|
|
5837
5837
|
}
|
|
5838
5838
|
}
|
|
@@ -5851,43 +5851,43 @@ class Y1 extends L1 {
|
|
|
5851
5851
|
const t = this.options.ns.indexOf(e);
|
|
5852
5852
|
t > -1 && this.options.ns.splice(t, 1);
|
|
5853
5853
|
}
|
|
5854
|
-
getResource(e, t,
|
|
5855
|
-
let
|
|
5856
|
-
const o =
|
|
5854
|
+
getResource(e, t, n) {
|
|
5855
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
5856
|
+
const o = s.keySeparator !== void 0 ? s.keySeparator : this.options.keySeparator, c = s.ignoreJSONStructure !== void 0 ? s.ignoreJSONStructure : this.options.ignoreJSONStructure;
|
|
5857
5857
|
let a;
|
|
5858
|
-
e.indexOf(".") > -1 ? a = e.split(".") : (a = [e, t],
|
|
5858
|
+
e.indexOf(".") > -1 ? a = e.split(".") : (a = [e, t], n && (Array.isArray(n) ? a.push(...n) : N(n) && o ? a.push(...n.split(o)) : a.push(n)));
|
|
5859
5859
|
const C = p1(this.data, a);
|
|
5860
|
-
return !C && !t && !
|
|
5860
|
+
return !C && !t && !n && e.indexOf(".") > -1 && (e = a[0], t = a[1], n = a.slice(2).join(".")), C || !c || !N(n) ? C : _1(this.data && this.data[e] && this.data[e][t], n, o);
|
|
5861
5861
|
}
|
|
5862
|
-
addResource(e, t,
|
|
5862
|
+
addResource(e, t, n, s) {
|
|
5863
5863
|
let o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
|
|
5864
5864
|
silent: !1
|
|
5865
5865
|
};
|
|
5866
5866
|
const c = o.keySeparator !== void 0 ? o.keySeparator : this.options.keySeparator;
|
|
5867
5867
|
let a = [e, t];
|
|
5868
|
-
|
|
5868
|
+
n && (a = a.concat(c ? n.split(c) : n)), e.indexOf(".") > -1 && (a = e.split("."), s = t, t = a[1]), this.addNamespaces(t), B1(this.data, a, s), o.silent || this.emit("added", e, t, n, s);
|
|
5869
5869
|
}
|
|
5870
|
-
addResources(e, t,
|
|
5871
|
-
let
|
|
5870
|
+
addResources(e, t, n) {
|
|
5871
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
|
|
5872
5872
|
silent: !1
|
|
5873
5873
|
};
|
|
5874
|
-
for (const o in
|
|
5875
|
-
(N(
|
|
5874
|
+
for (const o in n)
|
|
5875
|
+
(N(n[o]) || Array.isArray(n[o])) && this.addResource(e, t, o, n[o], {
|
|
5876
5876
|
silent: !0
|
|
5877
5877
|
});
|
|
5878
|
-
|
|
5878
|
+
s.silent || this.emit("added", e, t, n);
|
|
5879
5879
|
}
|
|
5880
|
-
addResourceBundle(e, t,
|
|
5880
|
+
addResourceBundle(e, t, n, s, o) {
|
|
5881
5881
|
let c = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : {
|
|
5882
5882
|
silent: !1,
|
|
5883
5883
|
skipCopy: !1
|
|
5884
5884
|
}, a = [e, t];
|
|
5885
|
-
e.indexOf(".") > -1 && (a = e.split("."),
|
|
5885
|
+
e.indexOf(".") > -1 && (a = e.split("."), s = n, n = t, t = a[1]), this.addNamespaces(t);
|
|
5886
5886
|
let C = p1(this.data, a) || {};
|
|
5887
|
-
c.skipCopy || (
|
|
5887
|
+
c.skipCopy || (n = JSON.parse(JSON.stringify(n))), s ? n2(C, n, o) : C = {
|
|
5888
5888
|
...C,
|
|
5889
|
-
...
|
|
5890
|
-
}, B1(this.data, a, C), c.silent || this.emit("added", e, t,
|
|
5889
|
+
...n
|
|
5890
|
+
}, B1(this.data, a, C), c.silent || this.emit("added", e, t, n);
|
|
5891
5891
|
}
|
|
5892
5892
|
removeResourceBundle(e, t) {
|
|
5893
5893
|
this.hasResourceBundle(e, t) && delete this.data[e][t], this.removeNamespaces(t), this.emit("removed", e, t);
|
|
@@ -5905,20 +5905,20 @@ class Y1 extends L1 {
|
|
|
5905
5905
|
}
|
|
5906
5906
|
hasLanguageSomeTranslations(e) {
|
|
5907
5907
|
const t = this.getDataByLanguage(e);
|
|
5908
|
-
return !!(t && Object.keys(t) || []).find((
|
|
5908
|
+
return !!(t && Object.keys(t) || []).find((s) => t[s] && Object.keys(t[s]).length > 0);
|
|
5909
5909
|
}
|
|
5910
5910
|
toJSON() {
|
|
5911
5911
|
return this.data;
|
|
5912
5912
|
}
|
|
5913
5913
|
}
|
|
5914
|
-
var
|
|
5914
|
+
var s2 = {
|
|
5915
5915
|
processors: {},
|
|
5916
5916
|
addPostProcessor(i) {
|
|
5917
5917
|
this.processors[i.name] = i;
|
|
5918
5918
|
},
|
|
5919
|
-
handle(i, e, t,
|
|
5919
|
+
handle(i, e, t, n, s) {
|
|
5920
5920
|
return i.forEach((o) => {
|
|
5921
|
-
this.processors[o] && (e = this.processors[o].process(e, t,
|
|
5921
|
+
this.processors[o] && (e = this.processors[o].process(e, t, n, s));
|
|
5922
5922
|
}), e;
|
|
5923
5923
|
}
|
|
5924
5924
|
};
|
|
@@ -5937,15 +5937,15 @@ class w1 extends L1 {
|
|
|
5937
5937
|
};
|
|
5938
5938
|
if (e == null)
|
|
5939
5939
|
return !1;
|
|
5940
|
-
const
|
|
5941
|
-
return
|
|
5940
|
+
const n = this.resolve(e, t);
|
|
5941
|
+
return n && n.res !== void 0;
|
|
5942
5942
|
}
|
|
5943
5943
|
extractFromKey(e, t) {
|
|
5944
|
-
let
|
|
5945
|
-
|
|
5946
|
-
const
|
|
5944
|
+
let n = t.nsSeparator !== void 0 ? t.nsSeparator : this.options.nsSeparator;
|
|
5945
|
+
n === void 0 && (n = ":");
|
|
5946
|
+
const s = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
5947
5947
|
let o = t.ns || this.options.defaultNS || [];
|
|
5948
|
-
const c =
|
|
5948
|
+
const c = n && e.indexOf(n) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !D7(e, n, s);
|
|
5949
5949
|
if (c && !a) {
|
|
5950
5950
|
const C = e.match(this.interpolator.nestingRegexp);
|
|
5951
5951
|
if (C && C.length > 0)
|
|
@@ -5953,27 +5953,27 @@ class w1 extends L1 {
|
|
|
5953
5953
|
key: e,
|
|
5954
5954
|
namespaces: N(o) ? [o] : o
|
|
5955
5955
|
};
|
|
5956
|
-
const d = e.split(
|
|
5957
|
-
(
|
|
5956
|
+
const d = e.split(n);
|
|
5957
|
+
(n !== s || n === s && this.options.ns.indexOf(d[0]) > -1) && (o = d.shift()), e = d.join(s);
|
|
5958
5958
|
}
|
|
5959
5959
|
return {
|
|
5960
5960
|
key: e,
|
|
5961
5961
|
namespaces: N(o) ? [o] : o
|
|
5962
5962
|
};
|
|
5963
5963
|
}
|
|
5964
|
-
translate(e, t,
|
|
5964
|
+
translate(e, t, n) {
|
|
5965
5965
|
if (typeof t != "object" && this.options.overloadTranslationOptionHandler && (t = this.options.overloadTranslationOptionHandler(arguments)), typeof t == "object" && (t = {
|
|
5966
5966
|
...t
|
|
5967
5967
|
}), t || (t = {}), e == null) return "";
|
|
5968
5968
|
Array.isArray(e) || (e = [String(e)]);
|
|
5969
|
-
const
|
|
5969
|
+
const s = t.returnDetails !== void 0 ? t.returnDetails : this.options.returnDetails, o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator, {
|
|
5970
5970
|
key: c,
|
|
5971
5971
|
namespaces: a
|
|
5972
5972
|
} = this.extractFromKey(e[e.length - 1], t), C = a[a.length - 1], d = t.lng || this.language, l = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
5973
5973
|
if (d && d.toLowerCase() === "cimode") {
|
|
5974
5974
|
if (l) {
|
|
5975
5975
|
const m = t.nsSeparator || this.options.nsSeparator;
|
|
5976
|
-
return
|
|
5976
|
+
return s ? {
|
|
5977
5977
|
res: `${C}${m}${c}`,
|
|
5978
5978
|
usedKey: c,
|
|
5979
5979
|
exactUsedKey: c,
|
|
@@ -5982,7 +5982,7 @@ class w1 extends L1 {
|
|
|
5982
5982
|
usedParams: this.getUsedParamsDetails(t)
|
|
5983
5983
|
} : `${C}${m}${c}`;
|
|
5984
5984
|
}
|
|
5985
|
-
return
|
|
5985
|
+
return s ? {
|
|
5986
5986
|
res: c,
|
|
5987
5987
|
usedKey: c,
|
|
5988
5988
|
exactUsedKey: c,
|
|
@@ -6001,28 +6001,28 @@ class w1 extends L1 {
|
|
|
6001
6001
|
...t,
|
|
6002
6002
|
ns: a
|
|
6003
6003
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
|
6004
|
-
return
|
|
6004
|
+
return s ? (h.res = m, h.usedParams = this.getUsedParamsDetails(t), h) : m;
|
|
6005
6005
|
}
|
|
6006
6006
|
if (o) {
|
|
6007
6007
|
const m = Array.isArray(g), M = m ? [] : {}, R = m ? k : p;
|
|
6008
6008
|
for (const x in g)
|
|
6009
6009
|
if (Object.prototype.hasOwnProperty.call(g, x)) {
|
|
6010
|
-
const
|
|
6011
|
-
M[x] = this.translate(
|
|
6010
|
+
const D = `${R}${o}${x}`;
|
|
6011
|
+
M[x] = this.translate(D, {
|
|
6012
6012
|
...t,
|
|
6013
6013
|
joinArrays: !1,
|
|
6014
6014
|
ns: a
|
|
6015
|
-
}), M[x] ===
|
|
6015
|
+
}), M[x] === D && (M[x] = g[x]);
|
|
6016
6016
|
}
|
|
6017
6017
|
g = M;
|
|
6018
6018
|
}
|
|
6019
6019
|
} else if (b && N(y) && Array.isArray(g))
|
|
6020
|
-
g = g.join(y), g && (g = this.extendTranslation(g, e, t,
|
|
6020
|
+
g = g.join(y), g && (g = this.extendTranslation(g, e, t, n));
|
|
6021
6021
|
else {
|
|
6022
6022
|
let m = !1, M = !1;
|
|
6023
|
-
const R = t.count !== void 0 && !N(t.count), x = w1.hasDefaultValue(t),
|
|
6023
|
+
const R = t.count !== void 0 && !N(t.count), x = w1.hasDefaultValue(t), D = R ? this.pluralResolver.getSuffix(d, t.count, t) : "", Y = t.ordinal && R ? this.pluralResolver.getSuffix(d, t.count, {
|
|
6024
6024
|
ordinal: !1
|
|
6025
|
-
}) : "", i1 = R && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), $ = i1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${
|
|
6025
|
+
}) : "", i1 = R && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), $ = i1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${D}`] || t[`defaultValue${Y}`] || t.defaultValue;
|
|
6026
6026
|
!this.isValidLookup(g) && x && (m = !0, g = $), this.isValidLookup(g) || (M = !0, g = c);
|
|
6027
6027
|
const V = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && M ? void 0 : g, P = x && $ !== g && this.options.updateMissing;
|
|
6028
6028
|
if (M || m || P) {
|
|
@@ -6050,68 +6050,68 @@ class w1 extends L1 {
|
|
|
6050
6050
|
});
|
|
6051
6051
|
}) : d1(F, c, $));
|
|
6052
6052
|
}
|
|
6053
|
-
g = this.extendTranslation(g, e, t, h,
|
|
6053
|
+
g = this.extendTranslation(g, e, t, h, n), M && g === c && this.options.appendNamespaceToMissingKey && (g = `${C}:${c}`), (M || m) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? g = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${C}:${c}` : c, m ? g : void 0) : g = this.options.parseMissingKeyHandler(g));
|
|
6054
6054
|
}
|
|
6055
|
-
return
|
|
6055
|
+
return s ? (h.res = g, h.usedParams = this.getUsedParamsDetails(t), h) : g;
|
|
6056
6056
|
}
|
|
6057
|
-
extendTranslation(e, t,
|
|
6057
|
+
extendTranslation(e, t, n, s, o) {
|
|
6058
6058
|
var c = this;
|
|
6059
6059
|
if (this.i18nFormat && this.i18nFormat.parse)
|
|
6060
6060
|
e = this.i18nFormat.parse(e, {
|
|
6061
6061
|
...this.options.interpolation.defaultVariables,
|
|
6062
|
-
...
|
|
6063
|
-
},
|
|
6064
|
-
resolved:
|
|
6062
|
+
...n
|
|
6063
|
+
}, n.lng || this.language || s.usedLng, s.usedNS, s.usedKey, {
|
|
6064
|
+
resolved: s
|
|
6065
6065
|
});
|
|
6066
|
-
else if (!
|
|
6067
|
-
|
|
6068
|
-
...
|
|
6066
|
+
else if (!n.skipInterpolation) {
|
|
6067
|
+
n.interpolation && this.interpolator.init({
|
|
6068
|
+
...n,
|
|
6069
6069
|
interpolation: {
|
|
6070
6070
|
...this.options.interpolation,
|
|
6071
|
-
...
|
|
6071
|
+
...n.interpolation
|
|
6072
6072
|
}
|
|
6073
6073
|
});
|
|
6074
|
-
const d = N(e) && (
|
|
6074
|
+
const d = N(e) && (n && n.interpolation && n.interpolation.skipOnVariables !== void 0 ? n.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
|
|
6075
6075
|
let l;
|
|
6076
6076
|
if (d) {
|
|
6077
6077
|
const g = e.match(this.interpolator.nestingRegexp);
|
|
6078
6078
|
l = g && g.length;
|
|
6079
6079
|
}
|
|
6080
|
-
let h =
|
|
6080
|
+
let h = n.replace && !N(n.replace) ? n.replace : n;
|
|
6081
6081
|
if (this.options.interpolation.defaultVariables && (h = {
|
|
6082
6082
|
...this.options.interpolation.defaultVariables,
|
|
6083
6083
|
...h
|
|
6084
|
-
}), e = this.interpolator.interpolate(e, h,
|
|
6084
|
+
}), e = this.interpolator.interpolate(e, h, n.lng || this.language || s.usedLng, n), d) {
|
|
6085
6085
|
const g = e.match(this.interpolator.nestingRegexp), p = g && g.length;
|
|
6086
|
-
l < p && (
|
|
6086
|
+
l < p && (n.nest = !1);
|
|
6087
6087
|
}
|
|
6088
|
-
!
|
|
6088
|
+
!n.lng && this.options.compatibilityAPI !== "v1" && s && s.res && (n.lng = this.language || s.usedLng), n.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
|
6089
6089
|
for (var g = arguments.length, p = new Array(g), k = 0; k < g; k++)
|
|
6090
6090
|
p[k] = arguments[k];
|
|
6091
|
-
return o && o[0] === p[0] && !
|
|
6092
|
-
},
|
|
6091
|
+
return o && o[0] === p[0] && !n.context ? (c.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${t[0]}`), null) : c.translate(...p, t);
|
|
6092
|
+
}, n)), n.interpolation && this.interpolator.reset();
|
|
6093
6093
|
}
|
|
6094
|
-
const a =
|
|
6095
|
-
return e != null && C && C.length &&
|
|
6094
|
+
const a = n.postProcess || this.options.postProcess, C = N(a) ? [a] : a;
|
|
6095
|
+
return e != null && C && C.length && n.applyPostProcessor !== !1 && (e = s2.handle(C, e, t, this.options && this.options.postProcessPassResolved ? {
|
|
6096
6096
|
i18nResolved: {
|
|
6097
|
-
...
|
|
6098
|
-
usedParams: this.getUsedParamsDetails(
|
|
6097
|
+
...s,
|
|
6098
|
+
usedParams: this.getUsedParamsDetails(n)
|
|
6099
6099
|
},
|
|
6100
|
-
...
|
|
6101
|
-
} :
|
|
6100
|
+
...n
|
|
6101
|
+
} : n, this)), e;
|
|
6102
6102
|
}
|
|
6103
6103
|
resolve(e) {
|
|
6104
|
-
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {},
|
|
6104
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n, s, o, c, a;
|
|
6105
6105
|
return N(e) && (e = [e]), e.forEach((C) => {
|
|
6106
|
-
if (this.isValidLookup(
|
|
6106
|
+
if (this.isValidLookup(n)) return;
|
|
6107
6107
|
const d = this.extractFromKey(C, t), l = d.key;
|
|
6108
|
-
|
|
6108
|
+
s = l;
|
|
6109
6109
|
let h = d.namespaces;
|
|
6110
6110
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
|
6111
6111
|
const g = t.count !== void 0 && !N(t.count), p = g && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), k = t.context !== void 0 && (N(t.context) || typeof t.context == "number") && t.context !== "", v = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
|
6112
6112
|
h.forEach((f) => {
|
|
6113
|
-
this.isValidLookup(
|
|
6114
|
-
if (this.isValidLookup(
|
|
6113
|
+
this.isValidLookup(n) || (a = f, !P1[`${v[0]}-${f}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(a) && (P1[`${v[0]}-${f}`] = !0, this.logger.warn(`key "${s}" for languages "${v.join(", ")}" won't get resolved as namespace "${a}" 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!!!")), v.forEach((y) => {
|
|
6114
|
+
if (this.isValidLookup(n)) return;
|
|
6115
6115
|
c = y;
|
|
6116
6116
|
const b = [l];
|
|
6117
6117
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
|
@@ -6127,12 +6127,12 @@ class w1 extends L1 {
|
|
|
6127
6127
|
}
|
|
6128
6128
|
let E;
|
|
6129
6129
|
for (; E = b.pop(); )
|
|
6130
|
-
this.isValidLookup(
|
|
6130
|
+
this.isValidLookup(n) || (o = E, n = this.getResource(y, f, E, t));
|
|
6131
6131
|
}));
|
|
6132
6132
|
});
|
|
6133
6133
|
}), {
|
|
6134
|
-
res:
|
|
6135
|
-
usedKey:
|
|
6134
|
+
res: n,
|
|
6135
|
+
usedKey: s,
|
|
6136
6136
|
exactUsedKey: o,
|
|
6137
6137
|
usedLng: c,
|
|
6138
6138
|
usedNS: a
|
|
@@ -6141,30 +6141,30 @@ class w1 extends L1 {
|
|
|
6141
6141
|
isValidLookup(e) {
|
|
6142
6142
|
return e !== void 0 && !(!this.options.returnNull && e === null) && !(!this.options.returnEmptyString && e === "");
|
|
6143
6143
|
}
|
|
6144
|
-
getResource(e, t,
|
|
6145
|
-
let
|
|
6146
|
-
return this.i18nFormat && this.i18nFormat.getResource ? this.i18nFormat.getResource(e, t,
|
|
6144
|
+
getResource(e, t, n) {
|
|
6145
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
6146
|
+
return this.i18nFormat && this.i18nFormat.getResource ? this.i18nFormat.getResource(e, t, n, s) : this.resourceStore.getResource(e, t, n, s);
|
|
6147
6147
|
}
|
|
6148
6148
|
getUsedParamsDetails() {
|
|
6149
6149
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
6150
|
-
const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"],
|
|
6151
|
-
let
|
|
6152
|
-
if (
|
|
6150
|
+
const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], n = e.replace && !N(e.replace);
|
|
6151
|
+
let s = n ? e.replace : e;
|
|
6152
|
+
if (n && typeof e.count < "u" && (s.count = e.count), this.options.interpolation.defaultVariables && (s = {
|
|
6153
6153
|
...this.options.interpolation.defaultVariables,
|
|
6154
|
-
...
|
|
6155
|
-
}), !
|
|
6156
|
-
|
|
6157
|
-
...
|
|
6154
|
+
...s
|
|
6155
|
+
}), !n) {
|
|
6156
|
+
s = {
|
|
6157
|
+
...s
|
|
6158
6158
|
};
|
|
6159
6159
|
for (const o of t)
|
|
6160
|
-
delete
|
|
6160
|
+
delete s[o];
|
|
6161
6161
|
}
|
|
6162
|
-
return
|
|
6162
|
+
return s;
|
|
6163
6163
|
}
|
|
6164
6164
|
static hasDefaultValue(e) {
|
|
6165
6165
|
const t = "defaultValue";
|
|
6166
|
-
for (const
|
|
6167
|
-
if (Object.prototype.hasOwnProperty.call(e,
|
|
6166
|
+
for (const n in e)
|
|
6167
|
+
if (Object.prototype.hasOwnProperty.call(e, n) && t === n.substring(0, t.length) && e[n] !== void 0)
|
|
6168
6168
|
return !0;
|
|
6169
6169
|
return !1;
|
|
6170
6170
|
}
|
|
@@ -6188,13 +6188,13 @@ class j1 {
|
|
|
6188
6188
|
if (N(e) && e.indexOf("-") > -1) {
|
|
6189
6189
|
if (typeof Intl < "u" && typeof Intl.getCanonicalLocales < "u")
|
|
6190
6190
|
try {
|
|
6191
|
-
let
|
|
6192
|
-
if (
|
|
6191
|
+
let s = Intl.getCanonicalLocales(e)[0];
|
|
6192
|
+
if (s && this.options.lowerCaseLng && (s = s.toLowerCase()), s) return s;
|
|
6193
6193
|
} catch {
|
|
6194
6194
|
}
|
|
6195
6195
|
const t = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"];
|
|
6196
|
-
let
|
|
6197
|
-
return this.options.lowerCaseLng ?
|
|
6196
|
+
let n = e.split("-");
|
|
6197
|
+
return this.options.lowerCaseLng ? n = n.map((s) => s.toLowerCase()) : n.length === 2 ? (n[0] = n[0].toLowerCase(), n[1] = n[1].toUpperCase(), t.indexOf(n[1].toLowerCase()) > -1 && (n[1] = N1(n[1].toLowerCase()))) : n.length === 3 && (n[0] = n[0].toLowerCase(), n[1].length === 2 && (n[1] = n[1].toUpperCase()), n[0] !== "sgn" && n[2].length === 2 && (n[2] = n[2].toUpperCase()), t.indexOf(n[1].toLowerCase()) > -1 && (n[1] = N1(n[1].toLowerCase())), t.indexOf(n[2].toLowerCase()) > -1 && (n[2] = N1(n[2].toLowerCase()))), n.join("-");
|
|
6198
6198
|
}
|
|
6199
6199
|
return this.options.cleanCode || this.options.lowerCaseLng ? e.toLowerCase() : e;
|
|
6200
6200
|
}
|
|
@@ -6204,17 +6204,17 @@ class j1 {
|
|
|
6204
6204
|
getBestMatchFromCodes(e) {
|
|
6205
6205
|
if (!e) return null;
|
|
6206
6206
|
let t;
|
|
6207
|
-
return e.forEach((
|
|
6207
|
+
return e.forEach((n) => {
|
|
6208
6208
|
if (t) return;
|
|
6209
|
-
const
|
|
6210
|
-
(!this.options.supportedLngs || this.isSupportedCode(
|
|
6211
|
-
}), !t && this.options.supportedLngs && e.forEach((
|
|
6209
|
+
const s = this.formatLanguageCode(n);
|
|
6210
|
+
(!this.options.supportedLngs || this.isSupportedCode(s)) && (t = s);
|
|
6211
|
+
}), !t && this.options.supportedLngs && e.forEach((n) => {
|
|
6212
6212
|
if (t) return;
|
|
6213
|
-
const
|
|
6214
|
-
if (this.isSupportedCode(
|
|
6213
|
+
const s = this.getLanguagePartFromCode(n);
|
|
6214
|
+
if (this.isSupportedCode(s)) return t = s;
|
|
6215
6215
|
t = this.options.supportedLngs.find((o) => {
|
|
6216
|
-
if (o ===
|
|
6217
|
-
if (!(o.indexOf("-") < 0 &&
|
|
6216
|
+
if (o === s) return o;
|
|
6217
|
+
if (!(o.indexOf("-") < 0 && s.indexOf("-") < 0) && (o.indexOf("-") > 0 && s.indexOf("-") < 0 && o.substring(0, o.indexOf("-")) === s || o.indexOf(s) === 0 && s.length > 1))
|
|
6218
6218
|
return o;
|
|
6219
6219
|
});
|
|
6220
6220
|
}), t || (t = this.getFallbackCodes(this.options.fallbackLng)[0]), t;
|
|
@@ -6223,16 +6223,16 @@ class j1 {
|
|
|
6223
6223
|
if (!e) return [];
|
|
6224
6224
|
if (typeof e == "function" && (e = e(t)), N(e) && (e = [e]), Array.isArray(e)) return e;
|
|
6225
6225
|
if (!t) return e.default || [];
|
|
6226
|
-
let
|
|
6227
|
-
return
|
|
6226
|
+
let n = e[t];
|
|
6227
|
+
return n || (n = e[this.getScriptPartFromCode(t)]), n || (n = e[this.formatLanguageCode(t)]), n || (n = e[this.getLanguagePartFromCode(t)]), n || (n = e.default), n || [];
|
|
6228
6228
|
}
|
|
6229
6229
|
toResolveHierarchy(e, t) {
|
|
6230
|
-
const
|
|
6231
|
-
c && (this.isSupportedCode(c) ?
|
|
6230
|
+
const n = this.getFallbackCodes(t || this.options.fallbackLng || [], e), s = [], o = (c) => {
|
|
6231
|
+
c && (this.isSupportedCode(c) ? s.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
|
|
6232
6232
|
};
|
|
6233
|
-
return N(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && o(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && o(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && o(this.getLanguagePartFromCode(e))) : N(e) && o(this.formatLanguageCode(e)),
|
|
6234
|
-
|
|
6235
|
-
}),
|
|
6233
|
+
return N(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && o(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && o(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && o(this.getLanguagePartFromCode(e))) : N(e) && o(this.formatLanguageCode(e)), n.forEach((c) => {
|
|
6234
|
+
s.indexOf(c) < 0 && o(this.formatLanguageCode(c));
|
|
6235
|
+
}), s;
|
|
6236
6236
|
}
|
|
6237
6237
|
}
|
|
6238
6238
|
let K7 = [{
|
|
@@ -6383,16 +6383,16 @@ class $7 {
|
|
|
6383
6383
|
getRule(e) {
|
|
6384
6384
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
6385
6385
|
if (this.shouldUseIntlApi()) {
|
|
6386
|
-
const
|
|
6387
|
-
cleanedCode:
|
|
6388
|
-
type:
|
|
6386
|
+
const n = f1(e === "dev" ? "en" : e), s = t.ordinal ? "ordinal" : "cardinal", o = JSON.stringify({
|
|
6387
|
+
cleanedCode: n,
|
|
6388
|
+
type: s
|
|
6389
6389
|
});
|
|
6390
6390
|
if (o in this.pluralRulesCache)
|
|
6391
6391
|
return this.pluralRulesCache[o];
|
|
6392
6392
|
let c;
|
|
6393
6393
|
try {
|
|
6394
|
-
c = new Intl.PluralRules(
|
|
6395
|
-
type:
|
|
6394
|
+
c = new Intl.PluralRules(n, {
|
|
6395
|
+
type: s
|
|
6396
6396
|
});
|
|
6397
6397
|
} catch {
|
|
6398
6398
|
if (!e.match(/-|_/)) return;
|
|
@@ -6405,37 +6405,37 @@ class $7 {
|
|
|
6405
6405
|
}
|
|
6406
6406
|
needsPlural(e) {
|
|
6407
6407
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
6408
|
-
const
|
|
6409
|
-
return this.shouldUseIntlApi() ?
|
|
6408
|
+
const n = this.getRule(e, t);
|
|
6409
|
+
return this.shouldUseIntlApi() ? n && n.resolvedOptions().pluralCategories.length > 1 : n && n.numbers.length > 1;
|
|
6410
6410
|
}
|
|
6411
6411
|
getPluralFormsOfKey(e, t) {
|
|
6412
|
-
let
|
|
6413
|
-
return this.getSuffixes(e,
|
|
6412
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
6413
|
+
return this.getSuffixes(e, n).map((s) => `${t}${s}`);
|
|
6414
6414
|
}
|
|
6415
6415
|
getSuffixes(e) {
|
|
6416
6416
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
6417
|
-
const
|
|
6418
|
-
return
|
|
6417
|
+
const n = this.getRule(e, t);
|
|
6418
|
+
return n ? this.shouldUseIntlApi() ? n.resolvedOptions().pluralCategories.sort((s, o) => $1[s] - $1[o]).map((s) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${s}`) : n.numbers.map((s) => this.getSuffix(e, s, t)) : [];
|
|
6419
6419
|
}
|
|
6420
6420
|
getSuffix(e, t) {
|
|
6421
|
-
let
|
|
6422
|
-
const
|
|
6423
|
-
return
|
|
6421
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
6422
|
+
const s = this.getRule(e, n);
|
|
6423
|
+
return s ? this.shouldUseIntlApi() ? `${this.options.prepend}${n.ordinal ? `ordinal${this.options.prepend}` : ""}${s.select(t)}` : this.getSuffixRetroCompatible(s, t) : (this.logger.warn(`no plural rule found for: ${e}`), "");
|
|
6424
6424
|
}
|
|
6425
6425
|
getSuffixRetroCompatible(e, t) {
|
|
6426
|
-
const
|
|
6427
|
-
let
|
|
6428
|
-
this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 && (
|
|
6429
|
-
const o = () => this.options.prepend &&
|
|
6430
|
-
return this.options.compatibilityJSON === "v1" ?
|
|
6426
|
+
const n = e.noAbs ? e.plurals(t) : e.plurals(Math.abs(t));
|
|
6427
|
+
let s = e.numbers[n];
|
|
6428
|
+
this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 && (s === 2 ? s = "plural" : s === 1 && (s = ""));
|
|
6429
|
+
const o = () => this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
|
6430
|
+
return this.options.compatibilityJSON === "v1" ? s === 1 ? "" : typeof s == "number" ? `_plural_${s.toString()}` : o() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? o() : this.options.prepend && n.toString() ? this.options.prepend + n.toString() : n.toString();
|
|
6431
6431
|
}
|
|
6432
6432
|
shouldUseIntlApi() {
|
|
6433
6433
|
return !Y7.includes(this.options.compatibilityJSON);
|
|
6434
6434
|
}
|
|
6435
6435
|
}
|
|
6436
6436
|
const F1 = function(i, e, t) {
|
|
6437
|
-
let
|
|
6438
|
-
return !o &&
|
|
6437
|
+
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = A7(i, e, t);
|
|
6438
|
+
return !o && s && N(t) && (o = _1(i, t, n), o === void 0 && (o = _1(e, t, n))), o;
|
|
6439
6439
|
}, R1 = (i) => i.replace(/\$/g, "$$$$");
|
|
6440
6440
|
class F7 {
|
|
6441
6441
|
constructor() {
|
|
@@ -6449,8 +6449,8 @@ class F7 {
|
|
|
6449
6449
|
});
|
|
6450
6450
|
const {
|
|
6451
6451
|
escape: t,
|
|
6452
|
-
escapeValue:
|
|
6453
|
-
useRawValueToEscape:
|
|
6452
|
+
escapeValue: n,
|
|
6453
|
+
useRawValueToEscape: s,
|
|
6454
6454
|
prefix: o,
|
|
6455
6455
|
prefixEscaped: c,
|
|
6456
6456
|
suffix: a,
|
|
@@ -6466,35 +6466,35 @@ class F7 {
|
|
|
6466
6466
|
maxReplaces: y,
|
|
6467
6467
|
alwaysFormat: b
|
|
6468
6468
|
} = e.interpolation;
|
|
6469
|
-
this.escape = t !== void 0 ? t : Z7, this.escapeValue =
|
|
6469
|
+
this.escape = t !== void 0 ? t : Z7, this.escapeValue = n !== void 0 ? n : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = o ? X(o) : c || "{{", this.suffix = a ? X(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? X(g) : p || X("$t("), this.nestingSuffix = k ? X(k) : v || X(")"), this.nestingOptionsSeparator = f || ",", this.maxReplaces = y || 1e3, this.alwaysFormat = b !== void 0 ? b : !1, this.resetRegExp();
|
|
6470
6470
|
}
|
|
6471
6471
|
reset() {
|
|
6472
6472
|
this.options && this.init(this.options);
|
|
6473
6473
|
}
|
|
6474
6474
|
resetRegExp() {
|
|
6475
|
-
const e = (t,
|
|
6475
|
+
const e = (t, n) => t && t.source === n ? (t.lastIndex = 0, t) : new RegExp(n, "g");
|
|
6476
6476
|
this.regexp = e(this.regexp, `${this.prefix}(.+?)${this.suffix}`), this.regexpUnescape = e(this.regexpUnescape, `${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`), this.nestingRegexp = e(this.nestingRegexp, `${this.nestingPrefix}(.+?)${this.nestingSuffix}`);
|
|
6477
6477
|
}
|
|
6478
|
-
interpolate(e, t,
|
|
6478
|
+
interpolate(e, t, n, s) {
|
|
6479
6479
|
let o, c, a;
|
|
6480
6480
|
const C = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, d = (p) => {
|
|
6481
6481
|
if (p.indexOf(this.formatSeparator) < 0) {
|
|
6482
6482
|
const y = F1(t, C, p, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
6483
|
-
return this.alwaysFormat ? this.format(y, void 0,
|
|
6484
|
-
...
|
|
6483
|
+
return this.alwaysFormat ? this.format(y, void 0, n, {
|
|
6484
|
+
...s,
|
|
6485
6485
|
...t,
|
|
6486
6486
|
interpolationkey: p
|
|
6487
6487
|
}) : y;
|
|
6488
6488
|
}
|
|
6489
6489
|
const k = p.split(this.formatSeparator), v = k.shift().trim(), f = k.join(this.formatSeparator).trim();
|
|
6490
|
-
return this.format(F1(t, C, v, this.options.keySeparator, this.options.ignoreJSONStructure), f,
|
|
6491
|
-
...
|
|
6490
|
+
return this.format(F1(t, C, v, this.options.keySeparator, this.options.ignoreJSONStructure), f, n, {
|
|
6491
|
+
...s,
|
|
6492
6492
|
...t,
|
|
6493
6493
|
interpolationkey: v
|
|
6494
6494
|
});
|
|
6495
6495
|
};
|
|
6496
6496
|
this.resetRegExp();
|
|
6497
|
-
const l =
|
|
6497
|
+
const l = s && s.missingInterpolationHandler || this.options.missingInterpolationHandler, h = s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
|
6498
6498
|
return [{
|
|
6499
6499
|
regex: this.regexpUnescape,
|
|
6500
6500
|
safeValue: (p) => R1(p)
|
|
@@ -6506,16 +6506,16 @@ class F7 {
|
|
|
6506
6506
|
const k = o[1].trim();
|
|
6507
6507
|
if (c = d(k), c === void 0)
|
|
6508
6508
|
if (typeof l == "function") {
|
|
6509
|
-
const f = l(e, o,
|
|
6509
|
+
const f = l(e, o, s);
|
|
6510
6510
|
c = N(f) ? f : "";
|
|
6511
|
-
} else if (
|
|
6511
|
+
} else if (s && Object.prototype.hasOwnProperty.call(s, k))
|
|
6512
6512
|
c = "";
|
|
6513
6513
|
else if (h) {
|
|
6514
6514
|
c = o[0];
|
|
6515
6515
|
continue;
|
|
6516
6516
|
} else
|
|
6517
6517
|
this.logger.warn(`missed to pass in variable ${k} for interpolating ${e}`), c = "";
|
|
6518
|
-
else !N(c) && !this.useRawValueToEscape && (c =
|
|
6518
|
+
else !N(c) && !this.useRawValueToEscape && (c = D1(c));
|
|
6519
6519
|
const v = p.safeValue(c);
|
|
6520
6520
|
if (e = e.replace(o[0], v), h ? (p.regex.lastIndex += c.length, p.regex.lastIndex -= o[0].length) : p.regex.lastIndex = 0, a++, a >= this.maxReplaces)
|
|
6521
6521
|
break;
|
|
@@ -6523,7 +6523,7 @@ class F7 {
|
|
|
6523
6523
|
}), e;
|
|
6524
6524
|
}
|
|
6525
6525
|
nest(e, t) {
|
|
6526
|
-
let
|
|
6526
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s, o, c;
|
|
6527
6527
|
const a = (C, d) => {
|
|
6528
6528
|
const l = this.nestingOptionsSeparator;
|
|
6529
6529
|
if (C.indexOf(l) < 0) return C;
|
|
@@ -6542,21 +6542,21 @@ class F7 {
|
|
|
6542
6542
|
}
|
|
6543
6543
|
return c.defaultValue && c.defaultValue.indexOf(this.prefix) > -1 && delete c.defaultValue, C;
|
|
6544
6544
|
};
|
|
6545
|
-
for (;
|
|
6545
|
+
for (; s = this.nestingRegexp.exec(e); ) {
|
|
6546
6546
|
let C = [];
|
|
6547
6547
|
c = {
|
|
6548
|
-
...
|
|
6548
|
+
...n
|
|
6549
6549
|
}, c = c.replace && !N(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
|
|
6550
6550
|
let d = !1;
|
|
6551
|
-
if (
|
|
6552
|
-
const l =
|
|
6553
|
-
|
|
6551
|
+
if (s[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(s[1])) {
|
|
6552
|
+
const l = s[1].split(this.formatSeparator).map((h) => h.trim());
|
|
6553
|
+
s[1] = l.shift(), C = l, d = !0;
|
|
6554
6554
|
}
|
|
6555
|
-
if (o = t(a.call(this,
|
|
6556
|
-
N(o) || (o =
|
|
6557
|
-
...
|
|
6558
|
-
interpolationkey:
|
|
6559
|
-
}), o.trim())), e = e.replace(
|
|
6555
|
+
if (o = t(a.call(this, s[1].trim(), c), c), o && s[0] === e && !N(o)) return o;
|
|
6556
|
+
N(o) || (o = D1(o)), o || (this.logger.warn(`missed to resolve ${s[1]} for nesting ${e}`), o = ""), d && (o = C.reduce((l, h) => this.format(l, h, n.lng, {
|
|
6557
|
+
...n,
|
|
6558
|
+
interpolationkey: s[1].trim()
|
|
6559
|
+
}), o.trim())), e = e.replace(s[0], o), this.regexp.lastIndex = 0;
|
|
6560
6560
|
}
|
|
6561
6561
|
return e;
|
|
6562
6562
|
}
|
|
@@ -6565,10 +6565,10 @@ const W7 = (i) => {
|
|
|
6565
6565
|
let e = i.toLowerCase().trim();
|
|
6566
6566
|
const t = {};
|
|
6567
6567
|
if (i.indexOf("(") > -1) {
|
|
6568
|
-
const
|
|
6569
|
-
e =
|
|
6570
|
-
const
|
|
6571
|
-
e === "currency" &&
|
|
6568
|
+
const n = i.split("(");
|
|
6569
|
+
e = n[0].toLowerCase().trim();
|
|
6570
|
+
const s = n[1].substring(0, n[1].length - 1);
|
|
6571
|
+
e === "currency" && s.indexOf(":") < 0 ? t.currency || (t.currency = s.trim()) : e === "relativetime" && s.indexOf(":") < 0 ? t.range || (t.range = s.trim()) : s.split(";").forEach((c) => {
|
|
6572
6572
|
if (c) {
|
|
6573
6573
|
const [a, ...C] = c.split(":"), d = C.join(":").trim().replace(/^'+|'+$/g, ""), l = a.trim();
|
|
6574
6574
|
t[l] || (t[l] = d), d === "false" && (t[l] = !1), d === "true" && (t[l] = !0), isNaN(d) || (t[l] = parseInt(d, 10));
|
|
@@ -6581,51 +6581,51 @@ const W7 = (i) => {
|
|
|
6581
6581
|
};
|
|
6582
6582
|
}, e1 = (i) => {
|
|
6583
6583
|
const e = {};
|
|
6584
|
-
return (t,
|
|
6585
|
-
let o =
|
|
6586
|
-
|
|
6584
|
+
return (t, n, s) => {
|
|
6585
|
+
let o = s;
|
|
6586
|
+
s && s.interpolationkey && s.formatParams && s.formatParams[s.interpolationkey] && s[s.interpolationkey] && (o = {
|
|
6587
6587
|
...o,
|
|
6588
|
-
[
|
|
6588
|
+
[s.interpolationkey]: void 0
|
|
6589
6589
|
});
|
|
6590
|
-
const c =
|
|
6590
|
+
const c = n + JSON.stringify(o);
|
|
6591
6591
|
let a = e[c];
|
|
6592
|
-
return a || (a = i(f1(
|
|
6592
|
+
return a || (a = i(f1(n), s), e[c] = a), a(t);
|
|
6593
6593
|
};
|
|
6594
6594
|
};
|
|
6595
6595
|
class U7 {
|
|
6596
6596
|
constructor() {
|
|
6597
6597
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
6598
6598
|
this.logger = B.create("formatter"), this.options = e, this.formats = {
|
|
6599
|
-
number: e1((t,
|
|
6600
|
-
const
|
|
6601
|
-
...
|
|
6599
|
+
number: e1((t, n) => {
|
|
6600
|
+
const s = new Intl.NumberFormat(t, {
|
|
6601
|
+
...n
|
|
6602
6602
|
});
|
|
6603
|
-
return (o) =>
|
|
6603
|
+
return (o) => s.format(o);
|
|
6604
6604
|
}),
|
|
6605
|
-
currency: e1((t,
|
|
6606
|
-
const
|
|
6607
|
-
...
|
|
6605
|
+
currency: e1((t, n) => {
|
|
6606
|
+
const s = new Intl.NumberFormat(t, {
|
|
6607
|
+
...n,
|
|
6608
6608
|
style: "currency"
|
|
6609
6609
|
});
|
|
6610
|
-
return (o) =>
|
|
6610
|
+
return (o) => s.format(o);
|
|
6611
6611
|
}),
|
|
6612
|
-
datetime: e1((t,
|
|
6613
|
-
const
|
|
6614
|
-
...
|
|
6612
|
+
datetime: e1((t, n) => {
|
|
6613
|
+
const s = new Intl.DateTimeFormat(t, {
|
|
6614
|
+
...n
|
|
6615
6615
|
});
|
|
6616
|
-
return (o) =>
|
|
6616
|
+
return (o) => s.format(o);
|
|
6617
6617
|
}),
|
|
6618
|
-
relativetime: e1((t,
|
|
6619
|
-
const
|
|
6620
|
-
...
|
|
6618
|
+
relativetime: e1((t, n) => {
|
|
6619
|
+
const s = new Intl.RelativeTimeFormat(t, {
|
|
6620
|
+
...n
|
|
6621
6621
|
});
|
|
6622
|
-
return (o) =>
|
|
6622
|
+
return (o) => s.format(o, n.range || "day");
|
|
6623
6623
|
}),
|
|
6624
|
-
list: e1((t,
|
|
6625
|
-
const
|
|
6626
|
-
...
|
|
6624
|
+
list: e1((t, n) => {
|
|
6625
|
+
const s = new Intl.ListFormat(t, {
|
|
6626
|
+
...n
|
|
6627
6627
|
});
|
|
6628
|
-
return (o) =>
|
|
6628
|
+
return (o) => s.format(o);
|
|
6629
6629
|
})
|
|
6630
6630
|
}, this.init(e);
|
|
6631
6631
|
}
|
|
@@ -6641,8 +6641,8 @@ class U7 {
|
|
|
6641
6641
|
addCached(e, t) {
|
|
6642
6642
|
this.formats[e.toLowerCase().trim()] = e1(t);
|
|
6643
6643
|
}
|
|
6644
|
-
format(e, t,
|
|
6645
|
-
let
|
|
6644
|
+
format(e, t, n) {
|
|
6645
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
6646
6646
|
const o = t.split(this.formatSeparator);
|
|
6647
6647
|
if (o.length > 1 && o[0].indexOf("(") > 1 && o[0].indexOf(")") < 0 && o.find((a) => a.indexOf(")") > -1)) {
|
|
6648
6648
|
const a = o.findIndex((C) => C.indexOf(")") > -1);
|
|
@@ -6656,10 +6656,10 @@ class U7 {
|
|
|
6656
6656
|
if (this.formats[d]) {
|
|
6657
6657
|
let h = a;
|
|
6658
6658
|
try {
|
|
6659
|
-
const g =
|
|
6659
|
+
const g = s && s.formatParams && s.formatParams[s.interpolationkey] || {}, p = g.locale || g.lng || s.locale || s.lng || n;
|
|
6660
6660
|
h = this.formats[d](a, p, {
|
|
6661
6661
|
...l,
|
|
6662
|
-
...
|
|
6662
|
+
...s,
|
|
6663
6663
|
...g
|
|
6664
6664
|
});
|
|
6665
6665
|
} catch (g) {
|
|
@@ -6676,24 +6676,24 @@ const z7 = (i, e) => {
|
|
|
6676
6676
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
|
6677
6677
|
};
|
|
6678
6678
|
class J7 extends L1 {
|
|
6679
|
-
constructor(e, t,
|
|
6680
|
-
let
|
|
6681
|
-
super(), this.backend = e, this.store = t, this.services =
|
|
6679
|
+
constructor(e, t, n) {
|
|
6680
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
6681
|
+
super(), this.backend = e, this.store = t, this.services = n, this.languageUtils = n.languageUtils, this.options = s, this.logger = B.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(n, s.backend, s);
|
|
6682
6682
|
}
|
|
6683
|
-
queueLoad(e, t,
|
|
6683
|
+
queueLoad(e, t, n, s) {
|
|
6684
6684
|
const o = {}, c = {}, a = {}, C = {};
|
|
6685
6685
|
return e.forEach((d) => {
|
|
6686
6686
|
let l = !0;
|
|
6687
6687
|
t.forEach((h) => {
|
|
6688
6688
|
const g = `${d}|${h}`;
|
|
6689
|
-
!
|
|
6689
|
+
!n.reload && this.store.hasResourceBundle(d, h) ? this.state[g] = 2 : this.state[g] < 0 || (this.state[g] === 1 ? c[g] === void 0 && (c[g] = !0) : (this.state[g] = 1, l = !1, c[g] === void 0 && (c[g] = !0), o[g] === void 0 && (o[g] = !0), C[h] === void 0 && (C[h] = !0)));
|
|
6690
6690
|
}), l || (a[d] = !0);
|
|
6691
6691
|
}), (Object.keys(o).length || Object.keys(c).length) && this.queue.push({
|
|
6692
6692
|
pending: c,
|
|
6693
6693
|
pendingCount: Object.keys(c).length,
|
|
6694
6694
|
loaded: {},
|
|
6695
6695
|
errors: [],
|
|
6696
|
-
callback:
|
|
6696
|
+
callback: s
|
|
6697
6697
|
}), {
|
|
6698
6698
|
toLoad: Object.keys(o),
|
|
6699
6699
|
pending: Object.keys(c),
|
|
@@ -6701,11 +6701,11 @@ class J7 extends L1 {
|
|
|
6701
6701
|
toLoadNamespaces: Object.keys(C)
|
|
6702
6702
|
};
|
|
6703
6703
|
}
|
|
6704
|
-
loaded(e, t,
|
|
6705
|
-
const
|
|
6706
|
-
t && this.emit("failedLoading", o, c, t), !t &&
|
|
6704
|
+
loaded(e, t, n) {
|
|
6705
|
+
const s = e.split("|"), o = s[0], c = s[1];
|
|
6706
|
+
t && this.emit("failedLoading", o, c, t), !t && n && this.store.addResourceBundle(o, c, n, void 0, void 0, {
|
|
6707
6707
|
skipCopy: !0
|
|
6708
|
-
}), this.state[e] = t ? -1 : 2, t &&
|
|
6708
|
+
}), this.state[e] = t ? -1 : 2, t && n && (this.state[e] = 0);
|
|
6709
6709
|
const a = {};
|
|
6710
6710
|
this.queue.forEach((C) => {
|
|
6711
6711
|
V7(C.loaded, [o], c), z7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
|
|
@@ -6717,15 +6717,15 @@ class J7 extends L1 {
|
|
|
6717
6717
|
}), C.done = !0, C.errors.length ? C.callback(C.errors) : C.callback());
|
|
6718
6718
|
}), this.emit("loaded", a), this.queue = this.queue.filter((C) => !C.done);
|
|
6719
6719
|
}
|
|
6720
|
-
read(e, t,
|
|
6721
|
-
let
|
|
6720
|
+
read(e, t, n) {
|
|
6721
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 0, o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : this.retryTimeout, c = arguments.length > 5 ? arguments[5] : void 0;
|
|
6722
6722
|
if (!e.length) return c(null, {});
|
|
6723
6723
|
if (this.readingCalls >= this.maxParallelReads) {
|
|
6724
6724
|
this.waitingReads.push({
|
|
6725
6725
|
lng: e,
|
|
6726
6726
|
ns: t,
|
|
6727
|
-
fcName:
|
|
6728
|
-
tried:
|
|
6727
|
+
fcName: n,
|
|
6728
|
+
tried: s,
|
|
6729
6729
|
wait: o,
|
|
6730
6730
|
callback: c
|
|
6731
6731
|
});
|
|
@@ -6737,14 +6737,14 @@ class J7 extends L1 {
|
|
|
6737
6737
|
const h = this.waitingReads.shift();
|
|
6738
6738
|
this.read(h.lng, h.ns, h.fcName, h.tried, h.wait, h.callback);
|
|
6739
6739
|
}
|
|
6740
|
-
if (d && l &&
|
|
6740
|
+
if (d && l && s < this.maxRetries) {
|
|
6741
6741
|
setTimeout(() => {
|
|
6742
|
-
this.read.call(this, e, t,
|
|
6742
|
+
this.read.call(this, e, t, n, s + 1, o * 2, c);
|
|
6743
6743
|
}, o);
|
|
6744
6744
|
return;
|
|
6745
6745
|
}
|
|
6746
6746
|
c(d, l);
|
|
6747
|
-
}, C = this.backend[
|
|
6747
|
+
}, C = this.backend[n].bind(this.backend);
|
|
6748
6748
|
if (C.length === 2) {
|
|
6749
6749
|
try {
|
|
6750
6750
|
const d = C(e, t);
|
|
@@ -6757,40 +6757,40 @@ class J7 extends L1 {
|
|
|
6757
6757
|
return C(e, t, a);
|
|
6758
6758
|
}
|
|
6759
6759
|
prepareLoading(e, t) {
|
|
6760
|
-
let
|
|
6760
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s = arguments.length > 3 ? arguments[3] : void 0;
|
|
6761
6761
|
if (!this.backend)
|
|
6762
|
-
return this.logger.warn("No backend was added via i18next.use. Will not load resources."),
|
|
6762
|
+
return this.logger.warn("No backend was added via i18next.use. Will not load resources."), s && s();
|
|
6763
6763
|
N(e) && (e = this.languageUtils.toResolveHierarchy(e)), N(t) && (t = [t]);
|
|
6764
|
-
const o = this.queueLoad(e, t,
|
|
6764
|
+
const o = this.queueLoad(e, t, n, s);
|
|
6765
6765
|
if (!o.toLoad.length)
|
|
6766
|
-
return o.pending.length ||
|
|
6766
|
+
return o.pending.length || s(), null;
|
|
6767
6767
|
o.toLoad.forEach((c) => {
|
|
6768
6768
|
this.loadOne(c);
|
|
6769
6769
|
});
|
|
6770
6770
|
}
|
|
6771
|
-
load(e, t,
|
|
6772
|
-
this.prepareLoading(e, t, {},
|
|
6771
|
+
load(e, t, n) {
|
|
6772
|
+
this.prepareLoading(e, t, {}, n);
|
|
6773
6773
|
}
|
|
6774
|
-
reload(e, t,
|
|
6774
|
+
reload(e, t, n) {
|
|
6775
6775
|
this.prepareLoading(e, t, {
|
|
6776
6776
|
reload: !0
|
|
6777
|
-
},
|
|
6777
|
+
}, n);
|
|
6778
6778
|
}
|
|
6779
6779
|
loadOne(e) {
|
|
6780
6780
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
|
|
6781
|
-
const
|
|
6782
|
-
this.read(
|
|
6783
|
-
c && this.logger.warn(`${t}loading namespace ${o} for language ${
|
|
6781
|
+
const n = e.split("|"), s = n[0], o = n[1];
|
|
6782
|
+
this.read(s, o, "read", void 0, void 0, (c, a) => {
|
|
6783
|
+
c && this.logger.warn(`${t}loading namespace ${o} for language ${s} failed`, c), !c && a && this.logger.log(`${t}loaded namespace ${o} for language ${s}`, a), this.loaded(e, c, a);
|
|
6784
6784
|
});
|
|
6785
6785
|
}
|
|
6786
|
-
saveMissing(e, t,
|
|
6786
|
+
saveMissing(e, t, n, s, o) {
|
|
6787
6787
|
let c = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : {}, a = arguments.length > 6 && arguments[6] !== void 0 ? arguments[6] : () => {
|
|
6788
6788
|
};
|
|
6789
6789
|
if (this.services.utils && this.services.utils.hasLoadedNamespace && !this.services.utils.hasLoadedNamespace(t)) {
|
|
6790
|
-
this.logger.warn(`did not save key "${
|
|
6790
|
+
this.logger.warn(`did not save key "${n}" as the namespace "${t}" 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!!!");
|
|
6791
6791
|
return;
|
|
6792
6792
|
}
|
|
6793
|
-
if (!(
|
|
6793
|
+
if (!(n == null || n === "")) {
|
|
6794
6794
|
if (this.backend && this.backend.create) {
|
|
6795
6795
|
const C = {
|
|
6796
6796
|
...c,
|
|
@@ -6799,14 +6799,14 @@ class J7 extends L1 {
|
|
|
6799
6799
|
if (d.length < 6)
|
|
6800
6800
|
try {
|
|
6801
6801
|
let l;
|
|
6802
|
-
d.length === 5 ? l = d(e, t,
|
|
6802
|
+
d.length === 5 ? l = d(e, t, n, s, C) : l = d(e, t, n, s), l && typeof l.then == "function" ? l.then((h) => a(null, h)).catch(a) : a(null, l);
|
|
6803
6803
|
} catch (l) {
|
|
6804
6804
|
a(l);
|
|
6805
6805
|
}
|
|
6806
6806
|
else
|
|
6807
|
-
d(e, t,
|
|
6807
|
+
d(e, t, n, s, a, C);
|
|
6808
6808
|
}
|
|
6809
|
-
!e || !e[0] || this.store.addResource(e[0], t,
|
|
6809
|
+
!e || !e[0] || this.store.addResource(e[0], t, n, s);
|
|
6810
6810
|
}
|
|
6811
6811
|
}
|
|
6812
6812
|
}
|
|
@@ -6847,8 +6847,8 @@ const W1 = () => ({
|
|
|
6847
6847
|
let e = {};
|
|
6848
6848
|
if (typeof i[1] == "object" && (e = i[1]), N(i[1]) && (e.defaultValue = i[1]), N(i[2]) && (e.tDescription = i[2]), typeof i[2] == "object" || typeof i[3] == "object") {
|
|
6849
6849
|
const t = i[3] || i[2];
|
|
6850
|
-
Object.keys(t).forEach((
|
|
6851
|
-
e[
|
|
6850
|
+
Object.keys(t).forEach((n) => {
|
|
6851
|
+
e[n] = t[n];
|
|
6852
6852
|
});
|
|
6853
6853
|
}
|
|
6854
6854
|
return e;
|
|
@@ -6887,15 +6887,15 @@ class l1 extends L1 {
|
|
|
6887
6887
|
}
|
|
6888
6888
|
init() {
|
|
6889
6889
|
var e = this;
|
|
6890
|
-
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
|
|
6891
|
-
this.isInitializing = !0, typeof t == "function" && (
|
|
6892
|
-
const
|
|
6890
|
+
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0;
|
|
6891
|
+
this.isInitializing = !0, typeof t == "function" && (n = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (N(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
|
|
6892
|
+
const s = W1();
|
|
6893
6893
|
this.options = {
|
|
6894
|
-
...
|
|
6894
|
+
...s,
|
|
6895
6895
|
...this.options,
|
|
6896
6896
|
...U1(t)
|
|
6897
6897
|
}, this.options.compatibilityAPI !== "v1" && (this.options.interpolation = {
|
|
6898
|
-
...
|
|
6898
|
+
...s.interpolation,
|
|
6899
6899
|
...this.options.interpolation
|
|
6900
6900
|
}), t.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = t.keySeparator), t.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = t.nsSeparator);
|
|
6901
6901
|
const o = (l) => l ? typeof l == "function" ? new l() : l : null;
|
|
@@ -6910,7 +6910,7 @@ class l1 extends L1 {
|
|
|
6910
6910
|
prepend: this.options.pluralSeparator,
|
|
6911
6911
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
6912
6912
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
6913
|
-
}), l && (!this.options.interpolation.format || this.options.interpolation.format ===
|
|
6913
|
+
}), l && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new F7(this.options), g.utils = {
|
|
6914
6914
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
6915
6915
|
}, g.backendConnector = new J7(o(this.modules.backend), g.resourceStore, g, this.options), g.backendConnector.on("*", function(p) {
|
|
6916
6916
|
for (var k = arguments.length, v = new Array(k > 1 ? k - 1 : 0), f = 1; f < k; f++)
|
|
@@ -6924,7 +6924,7 @@ class l1 extends L1 {
|
|
|
6924
6924
|
p.init && p.init(this);
|
|
6925
6925
|
});
|
|
6926
6926
|
}
|
|
6927
|
-
if (this.format = this.options.interpolation.format,
|
|
6927
|
+
if (this.format = this.options.interpolation.format, n || (n = u1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
6928
6928
|
const l = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
|
6929
6929
|
l.length > 0 && l[0] !== "dev" && (this.options.lng = l[0]);
|
|
6930
6930
|
}
|
|
@@ -6937,9 +6937,9 @@ class l1 extends L1 {
|
|
|
6937
6937
|
return e.store[l](...arguments), e;
|
|
6938
6938
|
};
|
|
6939
6939
|
});
|
|
6940
|
-
const C =
|
|
6940
|
+
const C = s1(), d = () => {
|
|
6941
6941
|
const l = (h, g) => {
|
|
6942
|
-
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), C.resolve(g),
|
|
6942
|
+
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), C.resolve(g), n(h, g);
|
|
6943
6943
|
};
|
|
6944
6944
|
if (this.languages && this.options.compatibilityAPI !== "v1" && !this.isInitialized) return l(null, this.t.bind(this));
|
|
6945
6945
|
this.changeLanguage(this.options.lng, l);
|
|
@@ -6947,55 +6947,55 @@ class l1 extends L1 {
|
|
|
6947
6947
|
return this.options.resources || !this.options.initImmediate ? d() : setTimeout(d, 0), C;
|
|
6948
6948
|
}
|
|
6949
6949
|
loadResources(e) {
|
|
6950
|
-
let
|
|
6951
|
-
const
|
|
6952
|
-
if (typeof e == "function" && (
|
|
6953
|
-
if (
|
|
6950
|
+
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
|
|
6951
|
+
const s = N(e) ? e : this.language;
|
|
6952
|
+
if (typeof e == "function" && (n = e), !this.options.resources || this.options.partialBundledLanguages) {
|
|
6953
|
+
if (s && s.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return n();
|
|
6954
6954
|
const o = [], c = (a) => {
|
|
6955
6955
|
if (!a || a === "cimode") return;
|
|
6956
6956
|
this.services.languageUtils.toResolveHierarchy(a).forEach((d) => {
|
|
6957
6957
|
d !== "cimode" && o.indexOf(d) < 0 && o.push(d);
|
|
6958
6958
|
});
|
|
6959
6959
|
};
|
|
6960
|
-
|
|
6961
|
-
!a && !this.resolvedLanguage && this.language && this.setResolvedLanguage(this.language),
|
|
6960
|
+
s ? c(s) : this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((C) => c(C)), this.options.preload && this.options.preload.forEach((a) => c(a)), this.services.backendConnector.load(o, this.options.ns, (a) => {
|
|
6961
|
+
!a && !this.resolvedLanguage && this.language && this.setResolvedLanguage(this.language), n(a);
|
|
6962
6962
|
});
|
|
6963
6963
|
} else
|
|
6964
|
-
|
|
6964
|
+
n(null);
|
|
6965
6965
|
}
|
|
6966
|
-
reloadResources(e, t,
|
|
6967
|
-
const
|
|
6968
|
-
return typeof e == "function" && (
|
|
6969
|
-
|
|
6970
|
-
}),
|
|
6966
|
+
reloadResources(e, t, n) {
|
|
6967
|
+
const s = s1();
|
|
6968
|
+
return typeof e == "function" && (n = e, e = void 0), typeof t == "function" && (n = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), n || (n = u1), this.services.backendConnector.reload(e, t, (o) => {
|
|
6969
|
+
s.resolve(), n(o);
|
|
6970
|
+
}), s;
|
|
6971
6971
|
}
|
|
6972
6972
|
use(e) {
|
|
6973
6973
|
if (!e) throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
|
|
6974
6974
|
if (!e.type) throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
|
|
6975
|
-
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" &&
|
|
6975
|
+
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" && s2.addPostProcessor(e), e.type === "formatter" && (this.modules.formatter = e), e.type === "3rdParty" && this.modules.external.push(e), this;
|
|
6976
6976
|
}
|
|
6977
6977
|
setResolvedLanguage(e) {
|
|
6978
6978
|
if (!(!e || !this.languages) && !(["cimode", "dev"].indexOf(e) > -1))
|
|
6979
6979
|
for (let t = 0; t < this.languages.length; t++) {
|
|
6980
|
-
const
|
|
6981
|
-
if (!(["cimode", "dev"].indexOf(
|
|
6982
|
-
this.resolvedLanguage =
|
|
6980
|
+
const n = this.languages[t];
|
|
6981
|
+
if (!(["cimode", "dev"].indexOf(n) > -1) && this.store.hasLanguageSomeTranslations(n)) {
|
|
6982
|
+
this.resolvedLanguage = n;
|
|
6983
6983
|
break;
|
|
6984
6984
|
}
|
|
6985
6985
|
}
|
|
6986
6986
|
}
|
|
6987
6987
|
changeLanguage(e, t) {
|
|
6988
|
-
var
|
|
6988
|
+
var n = this;
|
|
6989
6989
|
this.isLanguageChangingTo = e;
|
|
6990
|
-
const
|
|
6990
|
+
const s = s1();
|
|
6991
6991
|
this.emit("languageChanging", e);
|
|
6992
6992
|
const o = (C) => {
|
|
6993
6993
|
this.language = C, this.languages = this.services.languageUtils.toResolveHierarchy(C), this.resolvedLanguage = void 0, this.setResolvedLanguage(C);
|
|
6994
6994
|
}, c = (C, d) => {
|
|
6995
|
-
d ? (o(d), this.translator.changeLanguage(d), this.isLanguageChangingTo = void 0, this.emit("languageChanged", d), this.logger.log("languageChanged", d)) : this.isLanguageChangingTo = void 0,
|
|
6996
|
-
return
|
|
6995
|
+
d ? (o(d), this.translator.changeLanguage(d), this.isLanguageChangingTo = void 0, this.emit("languageChanged", d), this.logger.log("languageChanged", d)) : this.isLanguageChangingTo = void 0, s.resolve(function() {
|
|
6996
|
+
return n.t(...arguments);
|
|
6997
6997
|
}), t && t(C, function() {
|
|
6998
|
-
return
|
|
6998
|
+
return n.t(...arguments);
|
|
6999
6999
|
});
|
|
7000
7000
|
}, a = (C) => {
|
|
7001
7001
|
!e && !C && this.services.languageDetector && (C = []);
|
|
@@ -7004,26 +7004,26 @@ class l1 extends L1 {
|
|
|
7004
7004
|
c(l, d);
|
|
7005
7005
|
});
|
|
7006
7006
|
};
|
|
7007
|
-
return !e && this.services.languageDetector && !this.services.languageDetector.async ? a(this.services.languageDetector.detect()) : !e && this.services.languageDetector && this.services.languageDetector.async ? this.services.languageDetector.detect.length === 0 ? this.services.languageDetector.detect().then(a) : this.services.languageDetector.detect(a) : a(e),
|
|
7007
|
+
return !e && this.services.languageDetector && !this.services.languageDetector.async ? a(this.services.languageDetector.detect()) : !e && this.services.languageDetector && this.services.languageDetector.async ? this.services.languageDetector.detect.length === 0 ? this.services.languageDetector.detect().then(a) : this.services.languageDetector.detect(a) : a(e), s;
|
|
7008
7008
|
}
|
|
7009
|
-
getFixedT(e, t,
|
|
7010
|
-
var
|
|
7009
|
+
getFixedT(e, t, n) {
|
|
7010
|
+
var s = this;
|
|
7011
7011
|
const o = function(c, a) {
|
|
7012
7012
|
let C;
|
|
7013
7013
|
if (typeof a != "object") {
|
|
7014
7014
|
for (var d = arguments.length, l = new Array(d > 2 ? d - 2 : 0), h = 2; h < d; h++)
|
|
7015
7015
|
l[h - 2] = arguments[h];
|
|
7016
|
-
C =
|
|
7016
|
+
C = s.options.overloadTranslationOptionHandler([c, a].concat(l));
|
|
7017
7017
|
} else
|
|
7018
7018
|
C = {
|
|
7019
7019
|
...a
|
|
7020
7020
|
};
|
|
7021
|
-
C.lng = C.lng || o.lng, C.lngs = C.lngs || o.lngs, C.ns = C.ns || o.ns, C.keyPrefix !== "" && (C.keyPrefix = C.keyPrefix ||
|
|
7022
|
-
const g =
|
|
7021
|
+
C.lng = C.lng || o.lng, C.lngs = C.lngs || o.lngs, C.ns = C.ns || o.ns, C.keyPrefix !== "" && (C.keyPrefix = C.keyPrefix || n || o.keyPrefix);
|
|
7022
|
+
const g = s.options.keySeparator || ".";
|
|
7023
7023
|
let p;
|
|
7024
|
-
return C.keyPrefix && Array.isArray(c) ? p = c.map((k) => `${C.keyPrefix}${g}${k}`) : p = C.keyPrefix ? `${C.keyPrefix}${g}${c}` : c,
|
|
7024
|
+
return C.keyPrefix && Array.isArray(c) ? p = c.map((k) => `${C.keyPrefix}${g}${k}`) : p = C.keyPrefix ? `${C.keyPrefix}${g}${c}` : c, s.t(p, C);
|
|
7025
7025
|
};
|
|
7026
|
-
return N(e) ? o.lng = e : o.lngs = e, o.ns = t, o.keyPrefix =
|
|
7026
|
+
return N(e) ? o.lng = e : o.lngs = e, o.ns = t, o.keyPrefix = n, o;
|
|
7027
7027
|
}
|
|
7028
7028
|
t() {
|
|
7029
7029
|
return this.translator && this.translator.translate(...arguments);
|
|
@@ -7040,8 +7040,8 @@ class l1 extends L1 {
|
|
|
7040
7040
|
return this.logger.warn("hasLoadedNamespace: i18next was not initialized", this.languages), !1;
|
|
7041
7041
|
if (!this.languages || !this.languages.length)
|
|
7042
7042
|
return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty", this.languages), !1;
|
|
7043
|
-
const
|
|
7044
|
-
if (
|
|
7043
|
+
const n = t.lng || this.resolvedLanguage || this.languages[0], s = this.options ? this.options.fallbackLng : !1, o = this.languages[this.languages.length - 1];
|
|
7044
|
+
if (n.toLowerCase() === "cimode") return !0;
|
|
7045
7045
|
const c = (a, C) => {
|
|
7046
7046
|
const d = this.services.backendConnector.state[`${a}|${C}`];
|
|
7047
7047
|
return d === -1 || d === 0 || d === 2;
|
|
@@ -7050,28 +7050,28 @@ class l1 extends L1 {
|
|
|
7050
7050
|
const a = t.precheck(this, c);
|
|
7051
7051
|
if (a !== void 0) return a;
|
|
7052
7052
|
}
|
|
7053
|
-
return !!(this.hasResourceBundle(
|
|
7053
|
+
return !!(this.hasResourceBundle(n, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || c(n, e) && (!s || c(o, e)));
|
|
7054
7054
|
}
|
|
7055
7055
|
loadNamespaces(e, t) {
|
|
7056
|
-
const
|
|
7057
|
-
return this.options.ns ? (N(e) && (e = [e]), e.forEach((
|
|
7058
|
-
this.options.ns.indexOf(
|
|
7059
|
-
}), this.loadResources((
|
|
7060
|
-
|
|
7061
|
-
}),
|
|
7056
|
+
const n = s1();
|
|
7057
|
+
return this.options.ns ? (N(e) && (e = [e]), e.forEach((s) => {
|
|
7058
|
+
this.options.ns.indexOf(s) < 0 && this.options.ns.push(s);
|
|
7059
|
+
}), this.loadResources((s) => {
|
|
7060
|
+
n.resolve(), t && t(s);
|
|
7061
|
+
}), n) : (t && t(), Promise.resolve());
|
|
7062
7062
|
}
|
|
7063
7063
|
loadLanguages(e, t) {
|
|
7064
|
-
const
|
|
7064
|
+
const n = s1();
|
|
7065
7065
|
N(e) && (e = [e]);
|
|
7066
|
-
const
|
|
7067
|
-
return o.length ? (this.options.preload =
|
|
7068
|
-
|
|
7069
|
-
}),
|
|
7066
|
+
const s = this.options.preload || [], o = e.filter((c) => s.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
|
|
7067
|
+
return o.length ? (this.options.preload = s.concat(o), this.loadResources((c) => {
|
|
7068
|
+
n.resolve(), t && t(c);
|
|
7069
|
+
}), n) : (t && t(), Promise.resolve());
|
|
7070
7070
|
}
|
|
7071
7071
|
dir(e) {
|
|
7072
7072
|
if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
|
|
7073
|
-
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"],
|
|
7074
|
-
return t.indexOf(
|
|
7073
|
+
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"], n = this.services && this.services.languageUtils || new j1(W1());
|
|
7074
|
+
return t.indexOf(n.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
7075
7075
|
}
|
|
7076
7076
|
static createInstance() {
|
|
7077
7077
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
@@ -7079,24 +7079,24 @@ class l1 extends L1 {
|
|
|
7079
7079
|
}
|
|
7080
7080
|
cloneInstance() {
|
|
7081
7081
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
|
|
7082
|
-
const
|
|
7083
|
-
|
|
7084
|
-
const
|
|
7082
|
+
const n = e.forkResourceStore;
|
|
7083
|
+
n && delete e.forkResourceStore;
|
|
7084
|
+
const s = {
|
|
7085
7085
|
...this.options,
|
|
7086
7086
|
...e,
|
|
7087
7087
|
isClone: !0
|
|
7088
|
-
}, o = new l1(
|
|
7088
|
+
}, o = new l1(s);
|
|
7089
7089
|
return (e.debug !== void 0 || e.prefix !== void 0) && (o.logger = o.logger.clone(e)), ["store", "services", "language"].forEach((a) => {
|
|
7090
7090
|
o[a] = this[a];
|
|
7091
7091
|
}), o.services = {
|
|
7092
7092
|
...this.services
|
|
7093
7093
|
}, o.services.utils = {
|
|
7094
7094
|
hasLoadedNamespace: o.hasLoadedNamespace.bind(o)
|
|
7095
|
-
},
|
|
7095
|
+
}, n && (o.store = new Y1(this.store.data, s), o.services.resourceStore = o.store), o.translator = new w1(o.services, s), o.translator.on("*", function(a) {
|
|
7096
7096
|
for (var C = arguments.length, d = new Array(C > 1 ? C - 1 : 0), l = 1; l < C; l++)
|
|
7097
7097
|
d[l - 1] = arguments[l];
|
|
7098
7098
|
o.emit(a, ...d);
|
|
7099
|
-
}), o.init(
|
|
7099
|
+
}), o.init(s, t), o.translator.options = s, o.translator.backendConnector.services.utils = {
|
|
7100
7100
|
hasLoadedNamespace: o.hasLoadedNamespace.bind(o)
|
|
7101
7101
|
}, o;
|
|
7102
7102
|
}
|
|
@@ -7152,28 +7152,28 @@ const r2 = (i, e) => () => {
|
|
|
7152
7152
|
}
|
|
7153
7153
|
}, J1 = (i, e, t) => {
|
|
7154
7154
|
i.loadNamespaces(e, r2(i, t));
|
|
7155
|
-
}, Q1 = (i, e, t,
|
|
7156
|
-
J(t) && (t = [t]), t.forEach((
|
|
7157
|
-
i.options.ns.indexOf(
|
|
7158
|
-
}), i.loadLanguages(e, r2(i,
|
|
7155
|
+
}, Q1 = (i, e, t, n) => {
|
|
7156
|
+
J(t) && (t = [t]), t.forEach((s) => {
|
|
7157
|
+
i.options.ns.indexOf(s) < 0 && i.options.ns.push(s);
|
|
7158
|
+
}), i.loadLanguages(e, r2(i, n));
|
|
7159
7159
|
}, X7 = function(i, e) {
|
|
7160
7160
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7161
|
-
const
|
|
7162
|
-
if (
|
|
7161
|
+
const n = e.languages[0], s = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
|
|
7162
|
+
if (n.toLowerCase() === "cimode") return !0;
|
|
7163
7163
|
const c = (a, C) => {
|
|
7164
7164
|
const d = e.services.backendConnector.state[`${a}|${C}`];
|
|
7165
7165
|
return d === -1 || d === 2;
|
|
7166
7166
|
};
|
|
7167
|
-
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(
|
|
7167
|
+
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(n, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(n, i) && (!s || c(o, i)));
|
|
7168
7168
|
}, e0 = function(i, e) {
|
|
7169
7169
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7170
7170
|
return !e.languages || !e.languages.length ? (M1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
|
7171
7171
|
lng: t.lng,
|
|
7172
|
-
precheck: (
|
|
7173
|
-
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 &&
|
|
7172
|
+
precheck: (s, o) => {
|
|
7173
|
+
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !o(s.isLanguageChangingTo, i)) return !1;
|
|
7174
7174
|
}
|
|
7175
7175
|
}) : X7(i, e, t);
|
|
7176
|
-
}, J = (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,
|
|
7176
|
+
}, J = (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, n0 = {
|
|
7177
7177
|
"&": "&",
|
|
7178
7178
|
"&": "&",
|
|
7179
7179
|
"<": "<",
|
|
@@ -7194,7 +7194,7 @@ const r2 = (i, e) => () => {
|
|
|
7194
7194
|
"…": "…",
|
|
7195
7195
|
"/": "/",
|
|
7196
7196
|
"/": "/"
|
|
7197
|
-
},
|
|
7197
|
+
}, s0 = (i) => n0[i], r0 = (i) => i.replace(i0, s0);
|
|
7198
7198
|
let b1 = {
|
|
7199
7199
|
bindI18n: "languageChanged",
|
|
7200
7200
|
bindI18nStore: "",
|
|
@@ -7223,7 +7223,7 @@ const l0 = (i) => {
|
|
|
7223
7223
|
}, d0 = t1();
|
|
7224
7224
|
class C0 {
|
|
7225
7225
|
constructor() {
|
|
7226
|
-
|
|
7226
|
+
I1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
7227
7227
|
this.usedNamespaces = {};
|
|
7228
7228
|
}
|
|
7229
7229
|
addUsedNamespaces(e) {
|
|
@@ -7234,17 +7234,17 @@ class C0 {
|
|
|
7234
7234
|
}
|
|
7235
7235
|
const g0 = (i, e) => {
|
|
7236
7236
|
const t = W();
|
|
7237
|
-
return
|
|
7237
|
+
return I(() => {
|
|
7238
7238
|
t.current = i;
|
|
7239
7239
|
}, [i, e]), t.current;
|
|
7240
|
-
}, a2 = (i, e, t,
|
|
7240
|
+
}, a2 = (i, e, t, n) => i.getFixedT(e, t, n), u0 = (i, e, t, n) => K(a2(i, e, t, n), [i, e, t, n]), p0 = function(i) {
|
|
7241
7241
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7242
7242
|
const {
|
|
7243
7243
|
i18n: t
|
|
7244
7244
|
} = e, {
|
|
7245
|
-
i18n:
|
|
7246
|
-
defaultNS:
|
|
7247
|
-
} = Q(d0) || {}, o = t ||
|
|
7245
|
+
i18n: n,
|
|
7246
|
+
defaultNS: s
|
|
7247
|
+
} = Q(d0) || {}, o = t || n || h0();
|
|
7248
7248
|
if (o && !o.reportNamespaces && (o.reportNamespaces = new C0()), !o) {
|
|
7249
7249
|
M1("You will need to pass in an i18next instance by using initReactI18next");
|
|
7250
7250
|
const m = (R, x) => J(x) ? x : t0(x) && J(x.defaultValue) ? x.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, M = [m, {}, !1];
|
|
@@ -7261,11 +7261,11 @@ const g0 = (i, e) => {
|
|
|
7261
7261
|
} = c;
|
|
7262
7262
|
let d = i;
|
|
7263
7263
|
d = J(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
|
|
7264
|
-
const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => e0(m, o, c)), h = u0(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => a2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] =
|
|
7264
|
+
const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => e0(m, o, c)), h = u0(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => a2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = A(g);
|
|
7265
7265
|
let f = d.join();
|
|
7266
7266
|
e.lng && (f = `${e.lng}${f}`);
|
|
7267
7267
|
const y = g0(f), b = W(!0);
|
|
7268
|
-
|
|
7268
|
+
I(() => {
|
|
7269
7269
|
const {
|
|
7270
7270
|
bindI18n: m,
|
|
7271
7271
|
bindI18nStore: M
|
|
@@ -7281,7 +7281,7 @@ const g0 = (i, e) => {
|
|
|
7281
7281
|
return m && o && o.on(m, R), M && o && o.store.on(M, R), () => {
|
|
7282
7282
|
b.current = !1, m && o && m.split(" ").forEach((x) => o.off(x, R)), M && o && M.split(" ").forEach((x) => o.store.off(x, R));
|
|
7283
7283
|
};
|
|
7284
|
-
}, [o, f]),
|
|
7284
|
+
}, [o, f]), I(() => {
|
|
7285
7285
|
b.current && l && v(g);
|
|
7286
7286
|
}, [o, C, l]);
|
|
7287
7287
|
const E = [k, o, l];
|
|
@@ -7311,15 +7311,15 @@ const b0 = h1(
|
|
|
7311
7311
|
width: i,
|
|
7312
7312
|
selectedCity: e,
|
|
7313
7313
|
setSelectedCity: t,
|
|
7314
|
-
onChange:
|
|
7315
|
-
value:
|
|
7314
|
+
onChange: n,
|
|
7315
|
+
value: s,
|
|
7316
7316
|
id: o,
|
|
7317
7317
|
disabled: c,
|
|
7318
7318
|
required: a,
|
|
7319
7319
|
clearable: C,
|
|
7320
7320
|
error: d
|
|
7321
7321
|
}, l) => {
|
|
7322
|
-
const [h, g] =
|
|
7322
|
+
const [h, g] = A([]), [p, k] = A([]), [v, f] = A(!1), { locale: y, axiosPeople: b } = Q(u2);
|
|
7323
7323
|
if (!b)
|
|
7324
7324
|
throw new Error(
|
|
7325
7325
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
|
@@ -7336,22 +7336,22 @@ const b0 = h1(
|
|
|
7336
7336
|
f(!1);
|
|
7337
7337
|
}
|
|
7338
7338
|
}, [b]);
|
|
7339
|
-
|
|
7339
|
+
I(() => {
|
|
7340
7340
|
m();
|
|
7341
|
-
}, []),
|
|
7341
|
+
}, []), I(() => {
|
|
7342
7342
|
if (e) {
|
|
7343
7343
|
const R = e.split("-")[1], x = p.filter(
|
|
7344
|
-
(
|
|
7344
|
+
(D) => D.name.includes(R)
|
|
7345
7345
|
);
|
|
7346
7346
|
if (x.length) {
|
|
7347
|
-
const
|
|
7347
|
+
const D = x.map((Y) => ({
|
|
7348
7348
|
label: Y.name,
|
|
7349
7349
|
value: Y.name
|
|
7350
7350
|
}));
|
|
7351
|
-
|
|
7351
|
+
n(D[0].value);
|
|
7352
7352
|
}
|
|
7353
7353
|
}
|
|
7354
|
-
}, [e, p,
|
|
7354
|
+
}, [e, p, n]), I(() => {
|
|
7355
7355
|
const R = p.map((x) => ({
|
|
7356
7356
|
label: x.name,
|
|
7357
7357
|
value: x.name
|
|
@@ -7359,7 +7359,7 @@ const b0 = h1(
|
|
|
7359
7359
|
g(R);
|
|
7360
7360
|
}, [p]);
|
|
7361
7361
|
const M = (R) => {
|
|
7362
|
-
R === null ? (
|
|
7362
|
+
R === null ? (n(""), t && t("")) : (n(R), t && t(""));
|
|
7363
7363
|
};
|
|
7364
7364
|
return /* @__PURE__ */ r("div", { className: "snmt-country-select", children: /* @__PURE__ */ r(
|
|
7365
7365
|
y7,
|
|
@@ -7367,7 +7367,7 @@ const b0 = h1(
|
|
|
7367
7367
|
id: o,
|
|
7368
7368
|
width: i,
|
|
7369
7369
|
placeholder: E("placeholder"),
|
|
7370
|
-
value:
|
|
7370
|
+
value: s,
|
|
7371
7371
|
ref: l,
|
|
7372
7372
|
onChange: M,
|
|
7373
7373
|
options: h,
|