@snmt-react-ui/country-select 2.9.9 → 2.9.11
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 +913 -1029
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var N2 = (l, e, t) => e in l ?
|
|
1
|
+
var k2 = Object.defineProperty;
|
|
2
|
+
var N2 = (l, e, t) => e in l ? k2(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t;
|
|
3
3
|
var D1 = (l, e, t) => N2(l, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
|
5
|
-
import { jsx as n, Fragment as
|
|
5
|
+
import { jsx as n, Fragment as $, jsxs as g } from "react/jsx-runtime";
|
|
6
6
|
import { COLORS as h, SNMTUiContext as Q } from "@snmt-react-ui/core";
|
|
7
|
-
import { Select as M2, Tag as y1, Flex as
|
|
8
|
-
import { forwardRef as q, useState as
|
|
7
|
+
import { Select as M2, Tag as y1, Flex as Z2, Checkbox as x2, Avatar as V2, Typography as d1, Popover as R2 } from "antd";
|
|
8
|
+
import { forwardRef as q, useState as E, useRef as P, useEffect as D, useCallback as O, useContext as T, useImperativeHandle as g1, createContext as e2 } from "react";
|
|
9
9
|
var H2 = Object.defineProperty, _2 = (l, e, t) => e in l ? H2(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t, b2 = (l, e, t) => _2(l, e + "", t), y2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
10
|
-
function
|
|
10
|
+
function E2() {
|
|
11
11
|
if (console && console.warn) {
|
|
12
12
|
for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
|
|
13
13
|
e[t] = arguments[t];
|
|
@@ -18,7 +18,7 @@ const K1 = {};
|
|
|
18
18
|
function R1() {
|
|
19
19
|
for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
|
|
20
20
|
e[t] = arguments[t];
|
|
21
|
-
z(e[0]) && K1[e[0]] || (z(e[0]) && (K1[e[0]] = /* @__PURE__ */ new Date()),
|
|
21
|
+
z(e[0]) && K1[e[0]] || (z(e[0]) && (K1[e[0]] = /* @__PURE__ */ new Date()), E2(...e));
|
|
22
22
|
}
|
|
23
23
|
const t2 = (l, e) => () => {
|
|
24
24
|
if (l.isInitialized)
|
|
@@ -37,7 +37,7 @@ const t2 = (l, e) => () => {
|
|
|
37
37
|
z(t) && (t = [t]), t.forEach((s) => {
|
|
38
38
|
l.options.ns.indexOf(s) < 0 && l.options.ns.push(s);
|
|
39
39
|
}), l.loadLanguages(e, t2(l, i));
|
|
40
|
-
},
|
|
40
|
+
}, A2 = function(l, e) {
|
|
41
41
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
42
42
|
const i = e.languages[0], s = e.options ? e.options.fallbackLng : !1, C = e.languages[e.languages.length - 1];
|
|
43
43
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -53,7 +53,7 @@ const t2 = (l, e) => () => {
|
|
|
53
53
|
precheck: (i, s) => {
|
|
54
54
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !s(i.isLanguageChangingTo, l)) return !1;
|
|
55
55
|
}
|
|
56
|
-
}) :
|
|
56
|
+
}) : A2(l, e, t);
|
|
57
57
|
}, z = (l) => typeof l == "string", K2 = (l) => typeof l == "object" && l !== null, G2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, B2 = {
|
|
58
58
|
"&": "&",
|
|
59
59
|
"&": "&",
|
|
@@ -75,7 +75,7 @@ const t2 = (l, e) => () => {
|
|
|
75
75
|
"…": "…",
|
|
76
76
|
"/": "/",
|
|
77
77
|
"/": "/"
|
|
78
|
-
},
|
|
78
|
+
}, Y2 = (l) => B2[l], S2 = (l) => l.replace(G2, Y2);
|
|
79
79
|
let O2 = {
|
|
80
80
|
bindI18n: "languageChanged",
|
|
81
81
|
bindI18nStore: "",
|
|
@@ -84,12 +84,12 @@ let O2 = {
|
|
|
84
84
|
transWrapTextNodes: "",
|
|
85
85
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
86
86
|
useSuspense: !0,
|
|
87
|
-
unescape:
|
|
87
|
+
unescape: S2
|
|
88
88
|
};
|
|
89
89
|
const I2 = () => O2;
|
|
90
|
-
let
|
|
91
|
-
const
|
|
92
|
-
class
|
|
90
|
+
let $2;
|
|
91
|
+
const P2 = () => $2, T2 = e2();
|
|
92
|
+
class F2 {
|
|
93
93
|
constructor() {
|
|
94
94
|
b2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
95
95
|
}
|
|
@@ -99,23 +99,23 @@ class P2 {
|
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
const
|
|
103
|
-
const t =
|
|
102
|
+
const j2 = (l, e) => {
|
|
103
|
+
const t = P();
|
|
104
104
|
return D(() => {
|
|
105
105
|
t.current = l;
|
|
106
106
|
}, [l, e]), t.current;
|
|
107
|
-
}, i2 = (l, e, t, i) => l.getFixedT(e, t, i),
|
|
107
|
+
}, i2 = (l, e, t, i) => l.getFixedT(e, t, i), U2 = (l, e, t, i) => O(i2(l, e, t, i), [l, e, t, i]), W2 = function(l) {
|
|
108
108
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
109
109
|
const {
|
|
110
110
|
i18n: t
|
|
111
111
|
} = e, {
|
|
112
112
|
i18n: i,
|
|
113
113
|
defaultNS: s
|
|
114
|
-
} = T(T2) || {}, C = t || i ||
|
|
115
|
-
if (C && !C.reportNamespaces && (C.reportNamespaces = new
|
|
114
|
+
} = T(T2) || {}, C = t || i || P2();
|
|
115
|
+
if (C && !C.reportNamespaces && (C.reportNamespaces = new F2()), !C) {
|
|
116
116
|
R1("You will need to pass in an i18next instance by using initReactI18next");
|
|
117
|
-
const
|
|
118
|
-
return R.t =
|
|
117
|
+
const v = (N, M) => z(M) ? M : K2(M) && z(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, R = [v, {}, !1];
|
|
118
|
+
return R.t = v, R.i18n = {}, R.ready = !1, R;
|
|
119
119
|
}
|
|
120
120
|
C.options.react && C.options.react.wait !== void 0 && R1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
121
121
|
const c = {
|
|
@@ -128,33 +128,33 @@ const W2 = (l, e) => {
|
|
|
128
128
|
} = c;
|
|
129
129
|
let o = l;
|
|
130
130
|
o = z(o) ? [o] : o || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(o);
|
|
131
|
-
const r = (C.isInitialized || C.initializedStoreOnce) && o.every((
|
|
131
|
+
const r = (C.isInitialized || C.initializedStoreOnce) && o.every((v) => D2(v, C, c)), p = U2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), w = () => p, f = () => i2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), [u, L] = E(w);
|
|
132
132
|
let m = o.join();
|
|
133
133
|
e.lng && (m = `${e.lng}${m}`);
|
|
134
|
-
const
|
|
134
|
+
const Z = j2(m), V = P(!0);
|
|
135
135
|
D(() => {
|
|
136
136
|
const {
|
|
137
|
-
bindI18n:
|
|
137
|
+
bindI18n: v,
|
|
138
138
|
bindI18nStore: R
|
|
139
139
|
} = c;
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
V.current = !0, !r && !d && (e.lng ? B1(C, e.lng, o, () => {
|
|
141
|
+
V.current && L(f);
|
|
142
142
|
}) : G1(C, o, () => {
|
|
143
|
-
|
|
144
|
-
})), r &&
|
|
143
|
+
V.current && L(f);
|
|
144
|
+
})), r && Z && Z !== m && V.current && L(f);
|
|
145
145
|
const N = () => {
|
|
146
|
-
|
|
146
|
+
V.current && L(f);
|
|
147
147
|
};
|
|
148
|
-
return
|
|
149
|
-
|
|
148
|
+
return v && C && C.on(v, N), R && C && C.store.on(R, N), () => {
|
|
149
|
+
V.current = !1, v && C && v.split(" ").forEach((M) => C.off(M, N)), R && C && R.split(" ").forEach((M) => C.store.off(M, N));
|
|
150
150
|
};
|
|
151
151
|
}, [C, m]), D(() => {
|
|
152
|
-
|
|
152
|
+
V.current && r && L(w);
|
|
153
153
|
}, [C, a, r]);
|
|
154
|
-
const b = [
|
|
155
|
-
if (b.t =
|
|
156
|
-
throw new Promise((
|
|
157
|
-
e.lng ? B1(C, e.lng, o, () =>
|
|
154
|
+
const b = [u, C, r];
|
|
155
|
+
if (b.t = u, b.i18n = C, b.ready = r, r || !r && !d) return b;
|
|
156
|
+
throw new Promise((v) => {
|
|
157
|
+
e.lng ? B1(C, e.lng, o, () => v()) : G1(C, o, () => v());
|
|
158
158
|
});
|
|
159
159
|
}, C1 = ({
|
|
160
160
|
children: l,
|
|
@@ -166,7 +166,7 @@ const W2 = (l, e) => {
|
|
|
166
166
|
gap: c,
|
|
167
167
|
padding: d
|
|
168
168
|
}) => /* @__PURE__ */ n(
|
|
169
|
-
|
|
169
|
+
Z2,
|
|
170
170
|
{
|
|
171
171
|
className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
|
|
172
172
|
vertical: e === "column",
|
|
@@ -183,7 +183,7 @@ const W2 = (l, e) => {
|
|
|
183
183
|
h2: 2,
|
|
184
184
|
h3: 3,
|
|
185
185
|
h4: 4
|
|
186
|
-
},
|
|
186
|
+
}, Y1 = q(
|
|
187
187
|
({
|
|
188
188
|
align: l = "inherit",
|
|
189
189
|
variant: e = "body1",
|
|
@@ -195,9 +195,9 @@ const W2 = (l, e) => {
|
|
|
195
195
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
196
196
|
trim: d = !1
|
|
197
197
|
}, a) => {
|
|
198
|
-
const o =
|
|
198
|
+
const o = P(null);
|
|
199
199
|
g1(a, () => o.current);
|
|
200
|
-
const [r, p] =
|
|
200
|
+
const [r, p] = E(!1);
|
|
201
201
|
D(() => {
|
|
202
202
|
var L;
|
|
203
203
|
if (!d) return;
|
|
@@ -205,16 +205,16 @@ const W2 = (l, e) => {
|
|
|
205
205
|
o.current && p(o.current.scrollWidth > o.current.clientWidth);
|
|
206
206
|
};
|
|
207
207
|
m();
|
|
208
|
-
const
|
|
209
|
-
return o.current &&
|
|
210
|
-
|
|
208
|
+
const Z = new ResizeObserver(m);
|
|
209
|
+
return o.current && Z.observe(o.current), (L = o.current) != null && L.parentElement && Z.observe(o.current.parentElement), () => {
|
|
210
|
+
Z.disconnect();
|
|
211
211
|
};
|
|
212
212
|
}, [d]);
|
|
213
213
|
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
214
|
-
let
|
|
215
|
-
l && l !== "inherit" && (
|
|
216
|
-
const
|
|
217
|
-
className:
|
|
214
|
+
let f = `snmt-typography snmt-typography-${e}`;
|
|
215
|
+
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
|
|
216
|
+
const u = {
|
|
217
|
+
className: f,
|
|
218
218
|
style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
|
|
219
219
|
onClick: s,
|
|
220
220
|
ref: o,
|
|
@@ -225,7 +225,7 @@ const W2 = (l, e) => {
|
|
|
225
225
|
}
|
|
226
226
|
} : void 0
|
|
227
227
|
};
|
|
228
|
-
return w ? /* @__PURE__ */ n(z2, { level: Q2[e], ...
|
|
228
|
+
return w ? /* @__PURE__ */ n(z2, { level: Q2[e], ...u, children: i }) : /* @__PURE__ */ n(J2, { ...u, children: i });
|
|
229
229
|
}
|
|
230
230
|
), q2 = ({ label: l, variant: e = "small", src: t, fallbackText: i }) => {
|
|
231
231
|
const s = t != null && t.trim() ? t : void 0, C = {
|
|
@@ -251,16 +251,16 @@ const W2 = (l, e) => {
|
|
|
251
251
|
style: { gap: l ? e === "large" || e === "medium" ? 12 : 8 : 0 },
|
|
252
252
|
children: [
|
|
253
253
|
/* @__PURE__ */ n(
|
|
254
|
-
|
|
254
|
+
V2,
|
|
255
255
|
{
|
|
256
256
|
className: `snmt-avatar ${s ? "image" : ""}`,
|
|
257
257
|
src: s,
|
|
258
258
|
size: C[e],
|
|
259
|
-
children: /* @__PURE__ */ n(
|
|
259
|
+
children: /* @__PURE__ */ n(Y1, { color: h.GREY_LIGHT_0, variant: c[e], children: !s && i })
|
|
260
260
|
}
|
|
261
261
|
),
|
|
262
262
|
l && /* @__PURE__ */ n(
|
|
263
|
-
|
|
263
|
+
Y1,
|
|
264
264
|
{
|
|
265
265
|
color: h.GREY_DARK_5,
|
|
266
266
|
variant: e ? d[e] : "body2",
|
|
@@ -287,9 +287,9 @@ const W2 = (l, e) => {
|
|
|
287
287
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
288
288
|
trim: d = !1
|
|
289
289
|
}, a) => {
|
|
290
|
-
const o =
|
|
290
|
+
const o = P(null);
|
|
291
291
|
g1(a, () => o.current);
|
|
292
|
-
const [r, p] =
|
|
292
|
+
const [r, p] = E(!1);
|
|
293
293
|
D(() => {
|
|
294
294
|
var L;
|
|
295
295
|
if (!d) return;
|
|
@@ -297,16 +297,16 @@ const W2 = (l, e) => {
|
|
|
297
297
|
o.current && p(o.current.scrollWidth > o.current.clientWidth);
|
|
298
298
|
};
|
|
299
299
|
m();
|
|
300
|
-
const
|
|
301
|
-
return o.current &&
|
|
302
|
-
|
|
300
|
+
const Z = new ResizeObserver(m);
|
|
301
|
+
return o.current && Z.observe(o.current), (L = o.current) != null && L.parentElement && Z.observe(o.current.parentElement), () => {
|
|
302
|
+
Z.disconnect();
|
|
303
303
|
};
|
|
304
304
|
}, [d]);
|
|
305
305
|
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
306
|
-
let
|
|
307
|
-
l && l !== "inherit" && (
|
|
308
|
-
const
|
|
309
|
-
className:
|
|
306
|
+
let f = `snmt-typography snmt-typography-${e}`;
|
|
307
|
+
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
|
|
308
|
+
const u = {
|
|
309
|
+
className: f,
|
|
310
310
|
style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
|
|
311
311
|
onClick: s,
|
|
312
312
|
ref: o,
|
|
@@ -317,7 +317,7 @@ const W2 = (l, e) => {
|
|
|
317
317
|
}
|
|
318
318
|
} : void 0
|
|
319
319
|
};
|
|
320
|
-
return w ? /* @__PURE__ */ n(X2, { level: t5[e], ...
|
|
320
|
+
return w ? /* @__PURE__ */ n(X2, { level: t5[e], ...u, children: i }) : /* @__PURE__ */ n(e5, { ...u, children: i });
|
|
321
321
|
}
|
|
322
322
|
), l5 = ({
|
|
323
323
|
checked: l = !0,
|
|
@@ -327,13 +327,13 @@ const W2 = (l, e) => {
|
|
|
327
327
|
disabled: s = !1,
|
|
328
328
|
disableUncheck: C = !1
|
|
329
329
|
}) => {
|
|
330
|
-
const [c, d] =
|
|
330
|
+
const [c, d] = E(l), [a, o] = E(e);
|
|
331
331
|
D(() => {
|
|
332
332
|
d(l), o(e);
|
|
333
333
|
}, [l, e]);
|
|
334
334
|
const { theme: r } = T(Q);
|
|
335
335
|
return /* @__PURE__ */ n(
|
|
336
|
-
|
|
336
|
+
x2,
|
|
337
337
|
{
|
|
338
338
|
className: `snmt-checkbox snmt-checkbox-${r}`,
|
|
339
339
|
checked: c,
|
|
@@ -677,7 +677,7 @@ const W2 = (l, e) => {
|
|
|
677
677
|
)
|
|
678
678
|
]
|
|
679
679
|
}
|
|
680
|
-
),
|
|
680
|
+
), f5 = ({
|
|
681
681
|
width: l = 20,
|
|
682
682
|
height: e = 20,
|
|
683
683
|
color: t = h.GREY_DARK_5,
|
|
@@ -748,7 +748,7 @@ const W2 = (l, e) => {
|
|
|
748
748
|
}
|
|
749
749
|
)
|
|
750
750
|
}
|
|
751
|
-
),
|
|
751
|
+
), u5 = ({
|
|
752
752
|
width: l = 20,
|
|
753
753
|
height: e = 20,
|
|
754
754
|
color: t = h.GREY_DARK_5,
|
|
@@ -857,7 +857,7 @@ const W2 = (l, e) => {
|
|
|
857
857
|
)
|
|
858
858
|
]
|
|
859
859
|
}
|
|
860
|
-
),
|
|
860
|
+
), v5 = ({
|
|
861
861
|
width: l = 20,
|
|
862
862
|
height: e = 20,
|
|
863
863
|
color: t = h.GREY_DARK_5,
|
|
@@ -904,7 +904,7 @@ const W2 = (l, e) => {
|
|
|
904
904
|
)
|
|
905
905
|
]
|
|
906
906
|
}
|
|
907
|
-
),
|
|
907
|
+
), k5 = ({
|
|
908
908
|
width: l = 20,
|
|
909
909
|
height: e = 20,
|
|
910
910
|
color: t = h.GREY_DARK_5,
|
|
@@ -1031,7 +1031,7 @@ const W2 = (l, e) => {
|
|
|
1031
1031
|
)
|
|
1032
1032
|
]
|
|
1033
1033
|
}
|
|
1034
|
-
),
|
|
1034
|
+
), Z5 = ({
|
|
1035
1035
|
width: l = 20,
|
|
1036
1036
|
height: e = 20,
|
|
1037
1037
|
color: t = h.GREY_DARK_5,
|
|
@@ -1078,7 +1078,7 @@ const W2 = (l, e) => {
|
|
|
1078
1078
|
)
|
|
1079
1079
|
]
|
|
1080
1080
|
}
|
|
1081
|
-
),
|
|
1081
|
+
), x5 = ({
|
|
1082
1082
|
width: l = 20,
|
|
1083
1083
|
height: e = 20,
|
|
1084
1084
|
color: t = h.GREY_DARK_5,
|
|
@@ -1125,7 +1125,7 @@ const W2 = (l, e) => {
|
|
|
1125
1125
|
)
|
|
1126
1126
|
]
|
|
1127
1127
|
}
|
|
1128
|
-
),
|
|
1128
|
+
), V5 = ({
|
|
1129
1129
|
width: l = 20,
|
|
1130
1130
|
height: e = 20,
|
|
1131
1131
|
color: t = h.GREY_DARK_5,
|
|
@@ -1337,7 +1337,7 @@ const W2 = (l, e) => {
|
|
|
1337
1337
|
)
|
|
1338
1338
|
]
|
|
1339
1339
|
}
|
|
1340
|
-
),
|
|
1340
|
+
), E5 = ({
|
|
1341
1341
|
width: l = 20,
|
|
1342
1342
|
height: e = 20,
|
|
1343
1343
|
color: t = h.GREY_DARK_5,
|
|
@@ -1370,7 +1370,7 @@ const W2 = (l, e) => {
|
|
|
1370
1370
|
)
|
|
1371
1371
|
]
|
|
1372
1372
|
}
|
|
1373
|
-
),
|
|
1373
|
+
), A5 = ({
|
|
1374
1374
|
width: l = 20,
|
|
1375
1375
|
height: e = 20,
|
|
1376
1376
|
color: t = h.GREY_DARK_5,
|
|
@@ -1537,7 +1537,7 @@ const W2 = (l, e) => {
|
|
|
1537
1537
|
)
|
|
1538
1538
|
]
|
|
1539
1539
|
}
|
|
1540
|
-
),
|
|
1540
|
+
), Y5 = ({
|
|
1541
1541
|
width: l = 20,
|
|
1542
1542
|
height: e = 20,
|
|
1543
1543
|
color: t = h.GREY_DARK_5,
|
|
@@ -1584,7 +1584,7 @@ const W2 = (l, e) => {
|
|
|
1584
1584
|
)
|
|
1585
1585
|
]
|
|
1586
1586
|
}
|
|
1587
|
-
),
|
|
1587
|
+
), S5 = ({
|
|
1588
1588
|
className: l,
|
|
1589
1589
|
color: e = h.GREY_DARK_5,
|
|
1590
1590
|
height: t = 20,
|
|
@@ -1666,7 +1666,7 @@ const W2 = (l, e) => {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
)
|
|
1668
1668
|
}
|
|
1669
|
-
),
|
|
1669
|
+
), $5 = ({
|
|
1670
1670
|
className: l,
|
|
1671
1671
|
color: e = h.GREY_DARK_5,
|
|
1672
1672
|
height: t = 20,
|
|
@@ -1699,7 +1699,7 @@ const W2 = (l, e) => {
|
|
|
1699
1699
|
)
|
|
1700
1700
|
]
|
|
1701
1701
|
}
|
|
1702
|
-
),
|
|
1702
|
+
), P5 = ({
|
|
1703
1703
|
className: l,
|
|
1704
1704
|
color: e = h.GREY_DARK_5,
|
|
1705
1705
|
height: t = 20,
|
|
@@ -1762,7 +1762,7 @@ const W2 = (l, e) => {
|
|
|
1762
1762
|
}
|
|
1763
1763
|
)
|
|
1764
1764
|
}
|
|
1765
|
-
),
|
|
1765
|
+
), F5 = ({
|
|
1766
1766
|
className: l,
|
|
1767
1767
|
color: e = h.GREY_DARK_5,
|
|
1768
1768
|
height: t = 20,
|
|
@@ -1809,7 +1809,7 @@ const W2 = (l, e) => {
|
|
|
1809
1809
|
)
|
|
1810
1810
|
]
|
|
1811
1811
|
}
|
|
1812
|
-
),
|
|
1812
|
+
), j5 = ({
|
|
1813
1813
|
className: l,
|
|
1814
1814
|
color: e = h.GREY_DARK_5,
|
|
1815
1815
|
height: t = 20,
|
|
@@ -1842,7 +1842,7 @@ const W2 = (l, e) => {
|
|
|
1842
1842
|
)
|
|
1843
1843
|
]
|
|
1844
1844
|
}
|
|
1845
|
-
),
|
|
1845
|
+
), U5 = ({
|
|
1846
1846
|
className: l,
|
|
1847
1847
|
color: e = h.GREY_DARK_5,
|
|
1848
1848
|
height: t = 20,
|
|
@@ -1879,7 +1879,7 @@ const W2 = (l, e) => {
|
|
|
1879
1879
|
)
|
|
1880
1880
|
]
|
|
1881
1881
|
}
|
|
1882
|
-
),
|
|
1882
|
+
), W5 = ({
|
|
1883
1883
|
className: l,
|
|
1884
1884
|
color: e = h.GREY_DARK_5,
|
|
1885
1885
|
height: t = 20,
|
|
@@ -2003,9 +2003,9 @@ const W2 = (l, e) => {
|
|
|
2003
2003
|
}
|
|
2004
2004
|
), Q5 = ({
|
|
2005
2005
|
className: l,
|
|
2006
|
-
color: e = h.
|
|
2007
|
-
height: t =
|
|
2008
|
-
width: i =
|
|
2006
|
+
color: e = h.GREY_DARK_5,
|
|
2007
|
+
height: t = 20,
|
|
2008
|
+
width: i = 20,
|
|
2009
2009
|
onClick: s
|
|
2010
2010
|
}) => /* @__PURE__ */ g(
|
|
2011
2011
|
"svg",
|
|
@@ -2014,28 +2014,29 @@ const W2 = (l, e) => {
|
|
|
2014
2014
|
className: l,
|
|
2015
2015
|
width: i,
|
|
2016
2016
|
height: t,
|
|
2017
|
-
viewBox: "0 0
|
|
2017
|
+
viewBox: "0 0 24 24",
|
|
2018
2018
|
fill: "none",
|
|
2019
2019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2020
2020
|
children: [
|
|
2021
2021
|
/* @__PURE__ */ n(
|
|
2022
2022
|
"path",
|
|
2023
2023
|
{
|
|
2024
|
-
d: "
|
|
2025
|
-
|
|
2026
|
-
strokeWidth: "2.25",
|
|
2027
|
-
strokeLinecap: "round"
|
|
2024
|
+
d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
|
|
2025
|
+
fill: e
|
|
2028
2026
|
}
|
|
2029
2027
|
),
|
|
2030
|
-
/* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
|
|
2031
2028
|
/* @__PURE__ */ n(
|
|
2032
2029
|
"path",
|
|
2033
2030
|
{
|
|
2034
|
-
d: "
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2031
|
+
d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
|
|
2032
|
+
fill: e
|
|
2033
|
+
}
|
|
2034
|
+
),
|
|
2035
|
+
/* @__PURE__ */ n(
|
|
2036
|
+
"path",
|
|
2037
|
+
{
|
|
2038
|
+
d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
|
|
2039
|
+
fill: e
|
|
2039
2040
|
}
|
|
2040
2041
|
)
|
|
2041
2042
|
]
|
|
@@ -2043,8 +2044,8 @@ const W2 = (l, e) => {
|
|
|
2043
2044
|
), q5 = ({
|
|
2044
2045
|
className: l,
|
|
2045
2046
|
color: e = h.GREY_DARK_5,
|
|
2046
|
-
height: t =
|
|
2047
|
-
width: i =
|
|
2047
|
+
height: t = 20,
|
|
2048
|
+
width: i = 20,
|
|
2048
2049
|
onClick: s
|
|
2049
2050
|
}) => /* @__PURE__ */ g(
|
|
2050
2051
|
"svg",
|
|
@@ -2060,21 +2061,15 @@ const W2 = (l, e) => {
|
|
|
2060
2061
|
/* @__PURE__ */ n(
|
|
2061
2062
|
"path",
|
|
2062
2063
|
{
|
|
2063
|
-
d: "
|
|
2064
|
-
|
|
2065
|
-
strokeWidth: "1.5",
|
|
2066
|
-
strokeLinecap: "round",
|
|
2067
|
-
strokeLinejoin: "round"
|
|
2064
|
+
d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
|
|
2065
|
+
fill: e
|
|
2068
2066
|
}
|
|
2069
2067
|
),
|
|
2070
2068
|
/* @__PURE__ */ n(
|
|
2071
2069
|
"path",
|
|
2072
2070
|
{
|
|
2073
|
-
d: "M13.
|
|
2074
|
-
|
|
2075
|
-
strokeWidth: "1.5",
|
|
2076
|
-
strokeLinecap: "round",
|
|
2077
|
-
strokeLinejoin: "round"
|
|
2071
|
+
d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
|
|
2072
|
+
fill: e
|
|
2078
2073
|
}
|
|
2079
2074
|
)
|
|
2080
2075
|
]
|
|
@@ -2115,8 +2110,8 @@ const W2 = (l, e) => {
|
|
|
2115
2110
|
), e7 = ({
|
|
2116
2111
|
className: l,
|
|
2117
2112
|
color: e = h.GREY_DARK_5,
|
|
2118
|
-
height: t =
|
|
2119
|
-
width: i =
|
|
2113
|
+
height: t = 20,
|
|
2114
|
+
width: i = 20,
|
|
2120
2115
|
onClick: s
|
|
2121
2116
|
}) => /* @__PURE__ */ g(
|
|
2122
2117
|
"svg",
|
|
@@ -2132,51 +2127,36 @@ const W2 = (l, e) => {
|
|
|
2132
2127
|
/* @__PURE__ */ n(
|
|
2133
2128
|
"path",
|
|
2134
2129
|
{
|
|
2135
|
-
d: "M4 21.
|
|
2136
|
-
|
|
2137
|
-
strokeWidth: "1.5",
|
|
2138
|
-
strokeLinecap: "round",
|
|
2139
|
-
strokeLinejoin: "round"
|
|
2130
|
+
d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
|
|
2131
|
+
fill: e
|
|
2140
2132
|
}
|
|
2141
2133
|
),
|
|
2142
2134
|
/* @__PURE__ */ n(
|
|
2143
2135
|
"path",
|
|
2144
2136
|
{
|
|
2145
|
-
d: "
|
|
2146
|
-
|
|
2147
|
-
strokeWidth: "1.5",
|
|
2148
|
-
strokeLinecap: "round",
|
|
2149
|
-
strokeLinejoin: "round"
|
|
2137
|
+
d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
|
|
2138
|
+
fill: e
|
|
2150
2139
|
}
|
|
2151
2140
|
),
|
|
2152
2141
|
/* @__PURE__ */ n(
|
|
2153
2142
|
"path",
|
|
2154
2143
|
{
|
|
2155
|
-
d: "
|
|
2156
|
-
|
|
2157
|
-
strokeWidth: "1.5",
|
|
2158
|
-
strokeLinecap: "round",
|
|
2159
|
-
strokeLinejoin: "round"
|
|
2144
|
+
d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
|
|
2145
|
+
fill: e
|
|
2160
2146
|
}
|
|
2161
2147
|
),
|
|
2162
2148
|
/* @__PURE__ */ n(
|
|
2163
2149
|
"path",
|
|
2164
2150
|
{
|
|
2165
|
-
d: "
|
|
2166
|
-
|
|
2167
|
-
strokeWidth: "1.5",
|
|
2168
|
-
strokeLinecap: "round",
|
|
2169
|
-
strokeLinejoin: "round"
|
|
2151
|
+
d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
|
|
2152
|
+
fill: e
|
|
2170
2153
|
}
|
|
2171
2154
|
),
|
|
2172
2155
|
/* @__PURE__ */ n(
|
|
2173
2156
|
"path",
|
|
2174
2157
|
{
|
|
2175
|
-
d: "
|
|
2176
|
-
|
|
2177
|
-
strokeWidth: "1.5",
|
|
2178
|
-
strokeLinecap: "round",
|
|
2179
|
-
strokeLinejoin: "round"
|
|
2158
|
+
d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
|
|
2159
|
+
fill: e
|
|
2180
2160
|
}
|
|
2181
2161
|
)
|
|
2182
2162
|
]
|
|
@@ -2184,8 +2164,8 @@ const W2 = (l, e) => {
|
|
|
2184
2164
|
), t7 = ({
|
|
2185
2165
|
className: l,
|
|
2186
2166
|
color: e = h.GREY_DARK_5,
|
|
2187
|
-
height: t =
|
|
2188
|
-
width: i =
|
|
2167
|
+
height: t = 20,
|
|
2168
|
+
width: i = 20,
|
|
2189
2169
|
onClick: s
|
|
2190
2170
|
}) => /* @__PURE__ */ g(
|
|
2191
2171
|
"svg",
|
|
@@ -2201,39 +2181,29 @@ const W2 = (l, e) => {
|
|
|
2201
2181
|
/* @__PURE__ */ n(
|
|
2202
2182
|
"path",
|
|
2203
2183
|
{
|
|
2204
|
-
d: "
|
|
2205
|
-
|
|
2206
|
-
strokeWidth: "1.5",
|
|
2207
|
-
strokeLinecap: "round",
|
|
2208
|
-
strokeLinejoin: "round"
|
|
2184
|
+
d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
|
|
2185
|
+
fill: e
|
|
2209
2186
|
}
|
|
2210
2187
|
),
|
|
2211
2188
|
/* @__PURE__ */ n(
|
|
2212
2189
|
"path",
|
|
2213
2190
|
{
|
|
2214
|
-
d: "M15.
|
|
2215
|
-
|
|
2216
|
-
strokeWidth: "1.5"
|
|
2191
|
+
d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
|
|
2192
|
+
fill: e
|
|
2217
2193
|
}
|
|
2218
2194
|
),
|
|
2219
2195
|
/* @__PURE__ */ n(
|
|
2220
2196
|
"path",
|
|
2221
2197
|
{
|
|
2222
|
-
d: "
|
|
2223
|
-
|
|
2224
|
-
strokeWidth: "1.5",
|
|
2225
|
-
strokeLinecap: "round",
|
|
2226
|
-
strokeLinejoin: "round"
|
|
2198
|
+
d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
|
|
2199
|
+
fill: e
|
|
2227
2200
|
}
|
|
2228
2201
|
),
|
|
2229
2202
|
/* @__PURE__ */ n(
|
|
2230
2203
|
"path",
|
|
2231
2204
|
{
|
|
2232
|
-
d: "
|
|
2233
|
-
|
|
2234
|
-
strokeWidth: "1.5",
|
|
2235
|
-
strokeLinecap: "round",
|
|
2236
|
-
strokeLinejoin: "round"
|
|
2205
|
+
d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
|
|
2206
|
+
fill: e
|
|
2237
2207
|
}
|
|
2238
2208
|
)
|
|
2239
2209
|
]
|
|
@@ -2241,8 +2211,8 @@ const W2 = (l, e) => {
|
|
|
2241
2211
|
), i7 = ({
|
|
2242
2212
|
className: l,
|
|
2243
2213
|
color: e = h.GREY_DARK_5,
|
|
2244
|
-
height: t =
|
|
2245
|
-
width: i =
|
|
2214
|
+
height: t = 20,
|
|
2215
|
+
width: i = 20,
|
|
2246
2216
|
onClick: s
|
|
2247
2217
|
}) => /* @__PURE__ */ g(
|
|
2248
2218
|
"svg",
|
|
@@ -2258,31 +2228,22 @@ const W2 = (l, e) => {
|
|
|
2258
2228
|
/* @__PURE__ */ n(
|
|
2259
2229
|
"path",
|
|
2260
2230
|
{
|
|
2261
|
-
d: "
|
|
2262
|
-
|
|
2263
|
-
strokeWidth: "1.5",
|
|
2264
|
-
strokeLinecap: "round",
|
|
2265
|
-
strokeLinejoin: "round"
|
|
2231
|
+
d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
|
|
2232
|
+
fill: e
|
|
2266
2233
|
}
|
|
2267
2234
|
),
|
|
2268
2235
|
/* @__PURE__ */ n(
|
|
2269
2236
|
"path",
|
|
2270
2237
|
{
|
|
2271
|
-
d: "
|
|
2272
|
-
|
|
2273
|
-
strokeWidth: "1.5",
|
|
2274
|
-
strokeLinecap: "round",
|
|
2275
|
-
strokeLinejoin: "round"
|
|
2238
|
+
d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
|
|
2239
|
+
fill: e
|
|
2276
2240
|
}
|
|
2277
2241
|
),
|
|
2278
2242
|
/* @__PURE__ */ n(
|
|
2279
2243
|
"path",
|
|
2280
2244
|
{
|
|
2281
|
-
d: "
|
|
2282
|
-
|
|
2283
|
-
strokeWidth: "1.5",
|
|
2284
|
-
strokeLinecap: "round",
|
|
2285
|
-
strokeLinejoin: "round"
|
|
2245
|
+
d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
|
|
2246
|
+
fill: e
|
|
2286
2247
|
}
|
|
2287
2248
|
)
|
|
2288
2249
|
]
|
|
@@ -2290,8 +2251,8 @@ const W2 = (l, e) => {
|
|
|
2290
2251
|
), l7 = ({
|
|
2291
2252
|
className: l,
|
|
2292
2253
|
color: e = h.GREY_DARK_5,
|
|
2293
|
-
height: t =
|
|
2294
|
-
width: i =
|
|
2254
|
+
height: t = 20,
|
|
2255
|
+
width: i = 20,
|
|
2295
2256
|
onClick: s
|
|
2296
2257
|
}) => /* @__PURE__ */ n(
|
|
2297
2258
|
"svg",
|
|
@@ -2306,11 +2267,8 @@ const W2 = (l, e) => {
|
|
|
2306
2267
|
children: /* @__PURE__ */ n(
|
|
2307
2268
|
"path",
|
|
2308
2269
|
{
|
|
2309
|
-
d: "M14.3632 5.
|
|
2310
|
-
|
|
2311
|
-
strokeWidth: "1.5",
|
|
2312
|
-
strokeLinecap: "round",
|
|
2313
|
-
strokeLinejoin: "round"
|
|
2270
|
+
d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
|
|
2271
|
+
fill: e
|
|
2314
2272
|
}
|
|
2315
2273
|
)
|
|
2316
2274
|
}
|
|
@@ -2586,12 +2544,12 @@ const W2 = (l, e) => {
|
|
|
2586
2544
|
]
|
|
2587
2545
|
}
|
|
2588
2546
|
), c7 = ({
|
|
2589
|
-
width: l =
|
|
2590
|
-
height: e =
|
|
2591
|
-
color: t = h.
|
|
2547
|
+
width: l = 20,
|
|
2548
|
+
height: e = 20,
|
|
2549
|
+
color: t = h.GREY_DARK_5,
|
|
2592
2550
|
className: i,
|
|
2593
2551
|
onClick: s
|
|
2594
|
-
}) => /* @__PURE__ */
|
|
2552
|
+
}) => /* @__PURE__ */ g(
|
|
2595
2553
|
"svg",
|
|
2596
2554
|
{
|
|
2597
2555
|
width: l,
|
|
@@ -2601,16 +2559,29 @@ const W2 = (l, e) => {
|
|
|
2601
2559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2602
2560
|
className: i,
|
|
2603
2561
|
onClick: s,
|
|
2604
|
-
children:
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2562
|
+
children: [
|
|
2563
|
+
/* @__PURE__ */ n(
|
|
2564
|
+
"path",
|
|
2565
|
+
{
|
|
2566
|
+
d: "M20.25 19V6.81055L16.1895 2.75L7 2.75C6.58579 2.75 6.25 2.41421 6.25 2C6.25 1.58579 6.58579 1.25 7 1.25L16.5 1.25C16.6989 1.25 16.8896 1.32907 17.0303 1.46973L21.5303 5.96973C21.6709 6.11038 21.75 6.30109 21.75 6.5V19C21.75 19.4142 21.4142 19.75 21 19.75C20.5858 19.75 20.25 19.4142 20.25 19Z",
|
|
2567
|
+
fill: t
|
|
2568
|
+
}
|
|
2569
|
+
),
|
|
2570
|
+
/* @__PURE__ */ n(
|
|
2571
|
+
"path",
|
|
2572
|
+
{
|
|
2573
|
+
d: "M18.75 20.5C18.75 21.7426 17.7426 22.75 16.5 22.75H4.5C3.25736 22.75 2.25 21.7426 2.25 20.5V6.5C2.25 5.25736 3.25736 4.25 4.5 4.25H14.252C14.6098 4.25013 14.953 4.39245 15.2061 4.64551L18.3545 7.79395C18.6076 8.04701 18.7499 8.39018 18.75 8.74805V20.5ZM3.75 20.5C3.75 20.9142 4.08579 21.25 4.5 21.25H16.5C16.9142 21.25 17.25 20.9142 17.25 20.5V8.81055L14.1895 5.75H4.5C4.08579 5.75 3.75 6.08579 3.75 6.5V20.5Z",
|
|
2574
|
+
fill: t
|
|
2575
|
+
}
|
|
2576
|
+
),
|
|
2577
|
+
/* @__PURE__ */ n(
|
|
2578
|
+
"path",
|
|
2579
|
+
{
|
|
2580
|
+
d: "M13.25 5C13.25 4.58579 13.5858 4.25 14 4.25C14.4142 4.25 14.75 4.58579 14.75 5V8.25H18C18.4142 8.25 18.75 8.58579 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75H14.5996C13.8543 9.74979 13.2502 9.14567 13.25 8.40039V5Z",
|
|
2581
|
+
fill: t
|
|
2582
|
+
}
|
|
2583
|
+
)
|
|
2584
|
+
]
|
|
2614
2585
|
}
|
|
2615
2586
|
), d7 = ({
|
|
2616
2587
|
width: l = 20,
|
|
@@ -2646,7 +2617,7 @@ const W2 = (l, e) => {
|
|
|
2646
2617
|
onClick: c
|
|
2647
2618
|
}) => {
|
|
2648
2619
|
const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
|
|
2649
|
-
return /* @__PURE__ */ n(
|
|
2620
|
+
return /* @__PURE__ */ n($, { children: (() => {
|
|
2650
2621
|
switch (l) {
|
|
2651
2622
|
case "arrow1Down":
|
|
2652
2623
|
return s5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
@@ -2663,27 +2634,27 @@ const W2 = (l, e) => {
|
|
|
2663
2634
|
case "unarchive":
|
|
2664
2635
|
return w5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2665
2636
|
case "calendar":
|
|
2666
|
-
return
|
|
2637
|
+
return f5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2667
2638
|
case "check":
|
|
2668
2639
|
return p5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2669
2640
|
case "cancel":
|
|
2670
|
-
return
|
|
2641
|
+
return u5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2671
2642
|
case "add":
|
|
2672
2643
|
return L5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2673
2644
|
case "list":
|
|
2674
2645
|
return m5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2675
2646
|
case "dragAndDrop":
|
|
2676
|
-
return k5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2677
|
-
case "filter1":
|
|
2678
2647
|
return v5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2648
|
+
case "filter1":
|
|
2649
|
+
return k5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2679
2650
|
case "filter2":
|
|
2680
|
-
return
|
|
2651
|
+
return W5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2681
2652
|
case "attention":
|
|
2682
2653
|
return N5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2683
2654
|
case "users":
|
|
2684
2655
|
return M5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2685
2656
|
case "mySkillsMatrix":
|
|
2686
|
-
return
|
|
2657
|
+
return Z5({
|
|
2687
2658
|
width: e,
|
|
2688
2659
|
height: t,
|
|
2689
2660
|
color: a,
|
|
@@ -2691,9 +2662,9 @@ const W2 = (l, e) => {
|
|
|
2691
2662
|
onClick: o
|
|
2692
2663
|
});
|
|
2693
2664
|
case "skills":
|
|
2694
|
-
return
|
|
2665
|
+
return x5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2695
2666
|
case "skillsMatrices":
|
|
2696
|
-
return
|
|
2667
|
+
return V5({
|
|
2697
2668
|
width: e,
|
|
2698
2669
|
height: t,
|
|
2699
2670
|
color: a,
|
|
@@ -2711,9 +2682,9 @@ const W2 = (l, e) => {
|
|
|
2711
2682
|
case "settings2":
|
|
2712
2683
|
return y5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2713
2684
|
case "checkCircle":
|
|
2714
|
-
return A5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2715
|
-
case "cancelCircle":
|
|
2716
2685
|
return E5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2686
|
+
case "cancelCircle":
|
|
2687
|
+
return A5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2717
2688
|
case "visibilityIcon":
|
|
2718
2689
|
return D5({
|
|
2719
2690
|
width: e,
|
|
@@ -2735,9 +2706,9 @@ const W2 = (l, e) => {
|
|
|
2735
2706
|
case "sortDown":
|
|
2736
2707
|
return B5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2737
2708
|
case "sortDouble":
|
|
2738
|
-
return S5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2739
|
-
case "search":
|
|
2740
2709
|
return Y5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2710
|
+
case "search":
|
|
2711
|
+
return S5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2741
2712
|
case "arrowUpFilled":
|
|
2742
2713
|
return I5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2743
2714
|
case "arrowDownFilled":
|
|
@@ -2751,17 +2722,17 @@ const W2 = (l, e) => {
|
|
|
2751
2722
|
case "arrow2Left":
|
|
2752
2723
|
return d5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2753
2724
|
case "link":
|
|
2754
|
-
return
|
|
2725
|
+
return $5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2755
2726
|
case "telegram":
|
|
2756
2727
|
return T5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2757
2728
|
case "mail":
|
|
2758
|
-
return
|
|
2729
|
+
return j5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2759
2730
|
case "github":
|
|
2760
|
-
return $5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2761
|
-
case "linkedIn":
|
|
2762
2731
|
return P5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2763
|
-
case "
|
|
2732
|
+
case "linkedIn":
|
|
2764
2733
|
return F5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2734
|
+
case "emptyStateIcon":
|
|
2735
|
+
return U5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2765
2736
|
case "dotMenuIcon":
|
|
2766
2737
|
return z5({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2767
2738
|
case "plusCircle":
|
|
@@ -2799,10 +2770,10 @@ const W2 = (l, e) => {
|
|
|
2799
2770
|
case "unpaidLeave":
|
|
2800
2771
|
return d7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
2801
2772
|
default:
|
|
2802
|
-
return /* @__PURE__ */ n(
|
|
2773
|
+
return /* @__PURE__ */ n($, { children: "No Icon provided" });
|
|
2803
2774
|
}
|
|
2804
2775
|
})() });
|
|
2805
|
-
}, { Title: g7, Text: w7 } = d1,
|
|
2776
|
+
}, { Title: g7, Text: w7 } = d1, f7 = {
|
|
2806
2777
|
h1: 1,
|
|
2807
2778
|
h2: 2,
|
|
2808
2779
|
h3: 3,
|
|
@@ -2819,9 +2790,9 @@ const W2 = (l, e) => {
|
|
|
2819
2790
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
2820
2791
|
trim: d = !1
|
|
2821
2792
|
}, a) => {
|
|
2822
|
-
const o =
|
|
2793
|
+
const o = P(null);
|
|
2823
2794
|
g1(a, () => o.current);
|
|
2824
|
-
const [r, p] =
|
|
2795
|
+
const [r, p] = E(!1);
|
|
2825
2796
|
D(() => {
|
|
2826
2797
|
var L;
|
|
2827
2798
|
if (!d) return;
|
|
@@ -2829,16 +2800,16 @@ const W2 = (l, e) => {
|
|
|
2829
2800
|
o.current && p(o.current.scrollWidth > o.current.clientWidth);
|
|
2830
2801
|
};
|
|
2831
2802
|
m();
|
|
2832
|
-
const
|
|
2833
|
-
return o.current &&
|
|
2834
|
-
|
|
2803
|
+
const Z = new ResizeObserver(m);
|
|
2804
|
+
return o.current && Z.observe(o.current), (L = o.current) != null && L.parentElement && Z.observe(o.current.parentElement), () => {
|
|
2805
|
+
Z.disconnect();
|
|
2835
2806
|
};
|
|
2836
2807
|
}, [d]);
|
|
2837
2808
|
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
2838
|
-
let
|
|
2839
|
-
l && l !== "inherit" && (
|
|
2840
|
-
const
|
|
2841
|
-
className:
|
|
2809
|
+
let f = `snmt-typography snmt-typography-${e}`;
|
|
2810
|
+
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
|
|
2811
|
+
const u = {
|
|
2812
|
+
className: f,
|
|
2842
2813
|
style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
|
|
2843
2814
|
onClick: s,
|
|
2844
2815
|
ref: o,
|
|
@@ -2849,9 +2820,9 @@ const W2 = (l, e) => {
|
|
|
2849
2820
|
}
|
|
2850
2821
|
} : void 0
|
|
2851
2822
|
};
|
|
2852
|
-
return w ? /* @__PURE__ */ n(g7, { level:
|
|
2823
|
+
return w ? /* @__PURE__ */ n(g7, { level: f7[e], ...u, children: i }) : /* @__PURE__ */ n(w7, { ...u, children: i });
|
|
2853
2824
|
}
|
|
2854
|
-
),
|
|
2825
|
+
), u7 = ({
|
|
2855
2826
|
width: l = 20,
|
|
2856
2827
|
height: e = 20,
|
|
2857
2828
|
color: t = h.GREY_DARK_5,
|
|
@@ -2923,7 +2894,7 @@ const W2 = (l, e) => {
|
|
|
2923
2894
|
}
|
|
2924
2895
|
)
|
|
2925
2896
|
}
|
|
2926
|
-
),
|
|
2897
|
+
), v7 = ({
|
|
2927
2898
|
width: l = 20,
|
|
2928
2899
|
height: e = 20,
|
|
2929
2900
|
color: t = h.GREY_DARK_5,
|
|
@@ -2948,7 +2919,7 @@ const W2 = (l, e) => {
|
|
|
2948
2919
|
}
|
|
2949
2920
|
)
|
|
2950
2921
|
}
|
|
2951
|
-
),
|
|
2922
|
+
), k7 = ({
|
|
2952
2923
|
width: l = 20,
|
|
2953
2924
|
height: e = 20,
|
|
2954
2925
|
color: t = h.GREY_DARK_5,
|
|
@@ -3039,7 +3010,7 @@ const W2 = (l, e) => {
|
|
|
3039
3010
|
}
|
|
3040
3011
|
)
|
|
3041
3012
|
}
|
|
3042
|
-
),
|
|
3013
|
+
), Z7 = ({
|
|
3043
3014
|
width: l = 20,
|
|
3044
3015
|
height: e = 20,
|
|
3045
3016
|
color: t = h.GREY_DARK_5,
|
|
@@ -3066,7 +3037,7 @@ const W2 = (l, e) => {
|
|
|
3066
3037
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3067
3038
|
]
|
|
3068
3039
|
}
|
|
3069
|
-
),
|
|
3040
|
+
), x7 = ({
|
|
3070
3041
|
width: l = 20,
|
|
3071
3042
|
height: e = 20,
|
|
3072
3043
|
color: t = h.GREY_DARK_5,
|
|
@@ -3090,7 +3061,7 @@ const W2 = (l, e) => {
|
|
|
3090
3061
|
}
|
|
3091
3062
|
)
|
|
3092
3063
|
}
|
|
3093
|
-
),
|
|
3064
|
+
), V7 = ({
|
|
3094
3065
|
width: l = 20,
|
|
3095
3066
|
height: e = 20,
|
|
3096
3067
|
color: t = h.GREY_DARK_5,
|
|
@@ -3295,7 +3266,7 @@ const W2 = (l, e) => {
|
|
|
3295
3266
|
}
|
|
3296
3267
|
)
|
|
3297
3268
|
}
|
|
3298
|
-
),
|
|
3269
|
+
), E7 = ({
|
|
3299
3270
|
width: l = 20,
|
|
3300
3271
|
height: e = 20,
|
|
3301
3272
|
color: t = h.GREY_DARK_5,
|
|
@@ -3356,7 +3327,7 @@ const W2 = (l, e) => {
|
|
|
3356
3327
|
)
|
|
3357
3328
|
]
|
|
3358
3329
|
}
|
|
3359
|
-
),
|
|
3330
|
+
), A7 = ({
|
|
3360
3331
|
width: l = 20,
|
|
3361
3332
|
height: e = 20,
|
|
3362
3333
|
color: t = h.GREY_DARK_5,
|
|
@@ -3577,7 +3548,7 @@ const W2 = (l, e) => {
|
|
|
3577
3548
|
)
|
|
3578
3549
|
]
|
|
3579
3550
|
}
|
|
3580
|
-
),
|
|
3551
|
+
), Y7 = ({
|
|
3581
3552
|
width: l = 20,
|
|
3582
3553
|
height: e = 20,
|
|
3583
3554
|
color: t = h.GREY_DARK_5,
|
|
@@ -3624,7 +3595,7 @@ const W2 = (l, e) => {
|
|
|
3624
3595
|
)
|
|
3625
3596
|
]
|
|
3626
3597
|
}
|
|
3627
|
-
),
|
|
3598
|
+
), S7 = ({
|
|
3628
3599
|
width: l = 20,
|
|
3629
3600
|
height: e = 20,
|
|
3630
3601
|
color: t = h.GREY_DARK_5,
|
|
@@ -3730,7 +3701,7 @@ const W2 = (l, e) => {
|
|
|
3730
3701
|
)
|
|
3731
3702
|
]
|
|
3732
3703
|
}
|
|
3733
|
-
),
|
|
3704
|
+
), $7 = ({
|
|
3734
3705
|
width: l = 20,
|
|
3735
3706
|
height: e = 20,
|
|
3736
3707
|
color: t = h.GREY_DARK_5,
|
|
@@ -3763,7 +3734,7 @@ const W2 = (l, e) => {
|
|
|
3763
3734
|
)
|
|
3764
3735
|
]
|
|
3765
3736
|
}
|
|
3766
|
-
),
|
|
3737
|
+
), P7 = ({
|
|
3767
3738
|
width: l = 20,
|
|
3768
3739
|
height: e = 20,
|
|
3769
3740
|
color: t = h.GREY_DARK_5,
|
|
@@ -3836,7 +3807,7 @@ const W2 = (l, e) => {
|
|
|
3836
3807
|
)
|
|
3837
3808
|
]
|
|
3838
3809
|
}
|
|
3839
|
-
),
|
|
3810
|
+
), F7 = ({
|
|
3840
3811
|
width: l = 20,
|
|
3841
3812
|
height: e = 20,
|
|
3842
3813
|
color: t = h.GREY_DARK_5,
|
|
@@ -3869,7 +3840,7 @@ const W2 = (l, e) => {
|
|
|
3869
3840
|
)
|
|
3870
3841
|
]
|
|
3871
3842
|
}
|
|
3872
|
-
),
|
|
3843
|
+
), j7 = ({
|
|
3873
3844
|
width: l = 20,
|
|
3874
3845
|
height: e = 20,
|
|
3875
3846
|
color: t = h.GREY_DARK_5,
|
|
@@ -3902,7 +3873,7 @@ const W2 = (l, e) => {
|
|
|
3902
3873
|
)
|
|
3903
3874
|
]
|
|
3904
3875
|
}
|
|
3905
|
-
),
|
|
3876
|
+
), U7 = ({
|
|
3906
3877
|
width: l = 20,
|
|
3907
3878
|
height: e = 20,
|
|
3908
3879
|
color: t = "#070739",
|
|
@@ -3932,7 +3903,7 @@ const W2 = (l, e) => {
|
|
|
3932
3903
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3933
3904
|
]
|
|
3934
3905
|
}
|
|
3935
|
-
),
|
|
3906
|
+
), W7 = ({
|
|
3936
3907
|
width: l = 20,
|
|
3937
3908
|
height: e = 20,
|
|
3938
3909
|
color: t = "#070739",
|
|
@@ -4502,9 +4473,9 @@ const W2 = (l, e) => {
|
|
|
4502
4473
|
}
|
|
4503
4474
|
), h9 = ({
|
|
4504
4475
|
className: l,
|
|
4505
|
-
color: e = h.
|
|
4506
|
-
height: t =
|
|
4507
|
-
width: i =
|
|
4476
|
+
color: e = h.GREY_DARK_5,
|
|
4477
|
+
height: t = 20,
|
|
4478
|
+
width: i = 20,
|
|
4508
4479
|
onClick: s
|
|
4509
4480
|
}) => /* @__PURE__ */ g(
|
|
4510
4481
|
"svg",
|
|
@@ -4513,28 +4484,29 @@ const W2 = (l, e) => {
|
|
|
4513
4484
|
className: l,
|
|
4514
4485
|
width: i,
|
|
4515
4486
|
height: t,
|
|
4516
|
-
viewBox: "0 0
|
|
4487
|
+
viewBox: "0 0 24 24",
|
|
4517
4488
|
fill: "none",
|
|
4518
4489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4519
4490
|
children: [
|
|
4520
4491
|
/* @__PURE__ */ n(
|
|
4521
4492
|
"path",
|
|
4522
4493
|
{
|
|
4523
|
-
d: "
|
|
4524
|
-
|
|
4525
|
-
strokeWidth: "2.25",
|
|
4526
|
-
strokeLinecap: "round"
|
|
4494
|
+
d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
|
|
4495
|
+
fill: e
|
|
4527
4496
|
}
|
|
4528
4497
|
),
|
|
4529
|
-
/* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
|
|
4530
4498
|
/* @__PURE__ */ n(
|
|
4531
4499
|
"path",
|
|
4532
4500
|
{
|
|
4533
|
-
d: "
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4501
|
+
d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
|
|
4502
|
+
fill: e
|
|
4503
|
+
}
|
|
4504
|
+
),
|
|
4505
|
+
/* @__PURE__ */ n(
|
|
4506
|
+
"path",
|
|
4507
|
+
{
|
|
4508
|
+
d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
|
|
4509
|
+
fill: e
|
|
4538
4510
|
}
|
|
4539
4511
|
)
|
|
4540
4512
|
]
|
|
@@ -4542,8 +4514,8 @@ const W2 = (l, e) => {
|
|
|
4542
4514
|
), c9 = ({
|
|
4543
4515
|
className: l,
|
|
4544
4516
|
color: e = h.GREY_DARK_5,
|
|
4545
|
-
height: t =
|
|
4546
|
-
width: i =
|
|
4517
|
+
height: t = 20,
|
|
4518
|
+
width: i = 20,
|
|
4547
4519
|
onClick: s
|
|
4548
4520
|
}) => /* @__PURE__ */ g(
|
|
4549
4521
|
"svg",
|
|
@@ -4559,21 +4531,15 @@ const W2 = (l, e) => {
|
|
|
4559
4531
|
/* @__PURE__ */ n(
|
|
4560
4532
|
"path",
|
|
4561
4533
|
{
|
|
4562
|
-
d: "
|
|
4563
|
-
|
|
4564
|
-
strokeWidth: "1.5",
|
|
4565
|
-
strokeLinecap: "round",
|
|
4566
|
-
strokeLinejoin: "round"
|
|
4534
|
+
d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
|
|
4535
|
+
fill: e
|
|
4567
4536
|
}
|
|
4568
4537
|
),
|
|
4569
4538
|
/* @__PURE__ */ n(
|
|
4570
4539
|
"path",
|
|
4571
4540
|
{
|
|
4572
|
-
d: "M13.
|
|
4573
|
-
|
|
4574
|
-
strokeWidth: "1.5",
|
|
4575
|
-
strokeLinecap: "round",
|
|
4576
|
-
strokeLinejoin: "round"
|
|
4541
|
+
d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
|
|
4542
|
+
fill: e
|
|
4577
4543
|
}
|
|
4578
4544
|
)
|
|
4579
4545
|
]
|
|
@@ -4614,8 +4580,8 @@ const W2 = (l, e) => {
|
|
|
4614
4580
|
), g9 = ({
|
|
4615
4581
|
className: l,
|
|
4616
4582
|
color: e = h.GREY_DARK_5,
|
|
4617
|
-
height: t =
|
|
4618
|
-
width: i =
|
|
4583
|
+
height: t = 20,
|
|
4584
|
+
width: i = 20,
|
|
4619
4585
|
onClick: s
|
|
4620
4586
|
}) => /* @__PURE__ */ g(
|
|
4621
4587
|
"svg",
|
|
@@ -4631,51 +4597,36 @@ const W2 = (l, e) => {
|
|
|
4631
4597
|
/* @__PURE__ */ n(
|
|
4632
4598
|
"path",
|
|
4633
4599
|
{
|
|
4634
|
-
d: "M4 21.
|
|
4635
|
-
|
|
4636
|
-
strokeWidth: "1.5",
|
|
4637
|
-
strokeLinecap: "round",
|
|
4638
|
-
strokeLinejoin: "round"
|
|
4600
|
+
d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
|
|
4601
|
+
fill: e
|
|
4639
4602
|
}
|
|
4640
4603
|
),
|
|
4641
4604
|
/* @__PURE__ */ n(
|
|
4642
4605
|
"path",
|
|
4643
4606
|
{
|
|
4644
|
-
d: "
|
|
4645
|
-
|
|
4646
|
-
strokeWidth: "1.5",
|
|
4647
|
-
strokeLinecap: "round",
|
|
4648
|
-
strokeLinejoin: "round"
|
|
4607
|
+
d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
|
|
4608
|
+
fill: e
|
|
4649
4609
|
}
|
|
4650
4610
|
),
|
|
4651
4611
|
/* @__PURE__ */ n(
|
|
4652
4612
|
"path",
|
|
4653
4613
|
{
|
|
4654
|
-
d: "
|
|
4655
|
-
|
|
4656
|
-
strokeWidth: "1.5",
|
|
4657
|
-
strokeLinecap: "round",
|
|
4658
|
-
strokeLinejoin: "round"
|
|
4614
|
+
d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
|
|
4615
|
+
fill: e
|
|
4659
4616
|
}
|
|
4660
4617
|
),
|
|
4661
4618
|
/* @__PURE__ */ n(
|
|
4662
4619
|
"path",
|
|
4663
4620
|
{
|
|
4664
|
-
d: "
|
|
4665
|
-
|
|
4666
|
-
strokeWidth: "1.5",
|
|
4667
|
-
strokeLinecap: "round",
|
|
4668
|
-
strokeLinejoin: "round"
|
|
4621
|
+
d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
|
|
4622
|
+
fill: e
|
|
4669
4623
|
}
|
|
4670
4624
|
),
|
|
4671
4625
|
/* @__PURE__ */ n(
|
|
4672
4626
|
"path",
|
|
4673
4627
|
{
|
|
4674
|
-
d: "
|
|
4675
|
-
|
|
4676
|
-
strokeWidth: "1.5",
|
|
4677
|
-
strokeLinecap: "round",
|
|
4678
|
-
strokeLinejoin: "round"
|
|
4628
|
+
d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
|
|
4629
|
+
fill: e
|
|
4679
4630
|
}
|
|
4680
4631
|
)
|
|
4681
4632
|
]
|
|
@@ -4683,8 +4634,8 @@ const W2 = (l, e) => {
|
|
|
4683
4634
|
), w9 = ({
|
|
4684
4635
|
className: l,
|
|
4685
4636
|
color: e = h.GREY_DARK_5,
|
|
4686
|
-
height: t =
|
|
4687
|
-
width: i =
|
|
4637
|
+
height: t = 20,
|
|
4638
|
+
width: i = 20,
|
|
4688
4639
|
onClick: s
|
|
4689
4640
|
}) => /* @__PURE__ */ g(
|
|
4690
4641
|
"svg",
|
|
@@ -4700,48 +4651,38 @@ const W2 = (l, e) => {
|
|
|
4700
4651
|
/* @__PURE__ */ n(
|
|
4701
4652
|
"path",
|
|
4702
4653
|
{
|
|
4703
|
-
d: "
|
|
4704
|
-
|
|
4705
|
-
strokeWidth: "1.5",
|
|
4706
|
-
strokeLinecap: "round",
|
|
4707
|
-
strokeLinejoin: "round"
|
|
4654
|
+
d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
|
|
4655
|
+
fill: e
|
|
4708
4656
|
}
|
|
4709
4657
|
),
|
|
4710
4658
|
/* @__PURE__ */ n(
|
|
4711
4659
|
"path",
|
|
4712
4660
|
{
|
|
4713
|
-
d: "M15.
|
|
4714
|
-
|
|
4715
|
-
strokeWidth: "1.5"
|
|
4661
|
+
d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
|
|
4662
|
+
fill: e
|
|
4716
4663
|
}
|
|
4717
4664
|
),
|
|
4718
4665
|
/* @__PURE__ */ n(
|
|
4719
4666
|
"path",
|
|
4720
4667
|
{
|
|
4721
|
-
d: "
|
|
4722
|
-
|
|
4723
|
-
strokeWidth: "1.5",
|
|
4724
|
-
strokeLinecap: "round",
|
|
4725
|
-
strokeLinejoin: "round"
|
|
4668
|
+
d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
|
|
4669
|
+
fill: e
|
|
4726
4670
|
}
|
|
4727
4671
|
),
|
|
4728
4672
|
/* @__PURE__ */ n(
|
|
4729
4673
|
"path",
|
|
4730
4674
|
{
|
|
4731
|
-
d: "
|
|
4732
|
-
|
|
4733
|
-
strokeWidth: "1.5",
|
|
4734
|
-
strokeLinecap: "round",
|
|
4735
|
-
strokeLinejoin: "round"
|
|
4675
|
+
d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
|
|
4676
|
+
fill: e
|
|
4736
4677
|
}
|
|
4737
4678
|
)
|
|
4738
4679
|
]
|
|
4739
4680
|
}
|
|
4740
|
-
),
|
|
4681
|
+
), f9 = ({
|
|
4741
4682
|
className: l,
|
|
4742
4683
|
color: e = h.GREY_DARK_5,
|
|
4743
|
-
height: t =
|
|
4744
|
-
width: i =
|
|
4684
|
+
height: t = 20,
|
|
4685
|
+
width: i = 20,
|
|
4745
4686
|
onClick: s
|
|
4746
4687
|
}) => /* @__PURE__ */ g(
|
|
4747
4688
|
"svg",
|
|
@@ -4757,31 +4698,22 @@ const W2 = (l, e) => {
|
|
|
4757
4698
|
/* @__PURE__ */ n(
|
|
4758
4699
|
"path",
|
|
4759
4700
|
{
|
|
4760
|
-
d: "
|
|
4761
|
-
|
|
4762
|
-
strokeWidth: "1.5",
|
|
4763
|
-
strokeLinecap: "round",
|
|
4764
|
-
strokeLinejoin: "round"
|
|
4701
|
+
d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
|
|
4702
|
+
fill: e
|
|
4765
4703
|
}
|
|
4766
4704
|
),
|
|
4767
4705
|
/* @__PURE__ */ n(
|
|
4768
4706
|
"path",
|
|
4769
4707
|
{
|
|
4770
|
-
d: "
|
|
4771
|
-
|
|
4772
|
-
strokeWidth: "1.5",
|
|
4773
|
-
strokeLinecap: "round",
|
|
4774
|
-
strokeLinejoin: "round"
|
|
4708
|
+
d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
|
|
4709
|
+
fill: e
|
|
4775
4710
|
}
|
|
4776
4711
|
),
|
|
4777
4712
|
/* @__PURE__ */ n(
|
|
4778
4713
|
"path",
|
|
4779
4714
|
{
|
|
4780
|
-
d: "
|
|
4781
|
-
|
|
4782
|
-
strokeWidth: "1.5",
|
|
4783
|
-
strokeLinecap: "round",
|
|
4784
|
-
strokeLinejoin: "round"
|
|
4715
|
+
d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
|
|
4716
|
+
fill: e
|
|
4785
4717
|
}
|
|
4786
4718
|
)
|
|
4787
4719
|
]
|
|
@@ -4789,8 +4721,8 @@ const W2 = (l, e) => {
|
|
|
4789
4721
|
), p9 = ({
|
|
4790
4722
|
className: l,
|
|
4791
4723
|
color: e = h.GREY_DARK_5,
|
|
4792
|
-
height: t =
|
|
4793
|
-
width: i =
|
|
4724
|
+
height: t = 20,
|
|
4725
|
+
width: i = 20,
|
|
4794
4726
|
onClick: s
|
|
4795
4727
|
}) => /* @__PURE__ */ n(
|
|
4796
4728
|
"svg",
|
|
@@ -4805,15 +4737,12 @@ const W2 = (l, e) => {
|
|
|
4805
4737
|
children: /* @__PURE__ */ n(
|
|
4806
4738
|
"path",
|
|
4807
4739
|
{
|
|
4808
|
-
d: "M14.3632 5.
|
|
4809
|
-
|
|
4810
|
-
strokeWidth: "1.5",
|
|
4811
|
-
strokeLinecap: "round",
|
|
4812
|
-
strokeLinejoin: "round"
|
|
4740
|
+
d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
|
|
4741
|
+
fill: e
|
|
4813
4742
|
}
|
|
4814
4743
|
)
|
|
4815
4744
|
}
|
|
4816
|
-
),
|
|
4745
|
+
), u9 = ({
|
|
4817
4746
|
className: l,
|
|
4818
4747
|
color: e = h.GREY_DARK_5,
|
|
4819
4748
|
height: t = 20,
|
|
@@ -4917,7 +4846,7 @@ const W2 = (l, e) => {
|
|
|
4917
4846
|
}
|
|
4918
4847
|
)
|
|
4919
4848
|
}
|
|
4920
|
-
),
|
|
4849
|
+
), v9 = ({
|
|
4921
4850
|
width: l = 24,
|
|
4922
4851
|
height: e = 24,
|
|
4923
4852
|
color: t = "#131314",
|
|
@@ -4950,7 +4879,7 @@ const W2 = (l, e) => {
|
|
|
4950
4879
|
)
|
|
4951
4880
|
]
|
|
4952
4881
|
}
|
|
4953
|
-
),
|
|
4882
|
+
), k9 = ({
|
|
4954
4883
|
width: l = 20,
|
|
4955
4884
|
height: e = 20,
|
|
4956
4885
|
color: t = h.GREY_DARK_5,
|
|
@@ -5084,13 +5013,13 @@ const W2 = (l, e) => {
|
|
|
5084
5013
|
)
|
|
5085
5014
|
]
|
|
5086
5015
|
}
|
|
5087
|
-
),
|
|
5088
|
-
width: l =
|
|
5089
|
-
height: e =
|
|
5090
|
-
color: t = h.
|
|
5016
|
+
), Z9 = ({
|
|
5017
|
+
width: l = 20,
|
|
5018
|
+
height: e = 20,
|
|
5019
|
+
color: t = h.GREY_DARK_5,
|
|
5091
5020
|
className: i,
|
|
5092
5021
|
onClick: s
|
|
5093
|
-
}) => /* @__PURE__ */
|
|
5022
|
+
}) => /* @__PURE__ */ g(
|
|
5094
5023
|
"svg",
|
|
5095
5024
|
{
|
|
5096
5025
|
width: l,
|
|
@@ -5100,18 +5029,31 @@ const W2 = (l, e) => {
|
|
|
5100
5029
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5101
5030
|
className: i,
|
|
5102
5031
|
onClick: s,
|
|
5103
|
-
children:
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5032
|
+
children: [
|
|
5033
|
+
/* @__PURE__ */ n(
|
|
5034
|
+
"path",
|
|
5035
|
+
{
|
|
5036
|
+
d: "M20.25 19V6.81055L16.1895 2.75L7 2.75C6.58579 2.75 6.25 2.41421 6.25 2C6.25 1.58579 6.58579 1.25 7 1.25L16.5 1.25C16.6989 1.25 16.8896 1.32907 17.0303 1.46973L21.5303 5.96973C21.6709 6.11038 21.75 6.30109 21.75 6.5V19C21.75 19.4142 21.4142 19.75 21 19.75C20.5858 19.75 20.25 19.4142 20.25 19Z",
|
|
5037
|
+
fill: t
|
|
5038
|
+
}
|
|
5039
|
+
),
|
|
5040
|
+
/* @__PURE__ */ n(
|
|
5041
|
+
"path",
|
|
5042
|
+
{
|
|
5043
|
+
d: "M18.75 20.5C18.75 21.7426 17.7426 22.75 16.5 22.75H4.5C3.25736 22.75 2.25 21.7426 2.25 20.5V6.5C2.25 5.25736 3.25736 4.25 4.5 4.25H14.252C14.6098 4.25013 14.953 4.39245 15.2061 4.64551L18.3545 7.79395C18.6076 8.04701 18.7499 8.39018 18.75 8.74805V20.5ZM3.75 20.5C3.75 20.9142 4.08579 21.25 4.5 21.25H16.5C16.9142 21.25 17.25 20.9142 17.25 20.5V8.81055L14.1895 5.75H4.5C4.08579 5.75 3.75 6.08579 3.75 6.5V20.5Z",
|
|
5044
|
+
fill: t
|
|
5045
|
+
}
|
|
5046
|
+
),
|
|
5047
|
+
/* @__PURE__ */ n(
|
|
5048
|
+
"path",
|
|
5049
|
+
{
|
|
5050
|
+
d: "M13.25 5C13.25 4.58579 13.5858 4.25 14 4.25C14.4142 4.25 14.75 4.58579 14.75 5V8.25H18C18.4142 8.25 18.75 8.58579 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75H14.5996C13.8543 9.74979 13.2502 9.14567 13.25 8.40039V5Z",
|
|
5051
|
+
fill: t
|
|
5052
|
+
}
|
|
5053
|
+
)
|
|
5054
|
+
]
|
|
5113
5055
|
}
|
|
5114
|
-
),
|
|
5056
|
+
), x9 = ({
|
|
5115
5057
|
width: l = 20,
|
|
5116
5058
|
height: e = 20,
|
|
5117
5059
|
color: t = h.GREY_DARK_5,
|
|
@@ -5135,7 +5077,7 @@ const W2 = (l, e) => {
|
|
|
5135
5077
|
}
|
|
5136
5078
|
)
|
|
5137
5079
|
}
|
|
5138
|
-
),
|
|
5080
|
+
), V9 = ({
|
|
5139
5081
|
name: l,
|
|
5140
5082
|
width: e,
|
|
5141
5083
|
height: t,
|
|
@@ -5145,20 +5087,20 @@ const W2 = (l, e) => {
|
|
|
5145
5087
|
onClick: c
|
|
5146
5088
|
}) => {
|
|
5147
5089
|
const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
|
|
5148
|
-
return /* @__PURE__ */ n(
|
|
5090
|
+
return /* @__PURE__ */ n($, { children: (() => {
|
|
5149
5091
|
switch (l) {
|
|
5150
5092
|
case "arrow1Down":
|
|
5151
|
-
return
|
|
5093
|
+
return u7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5152
5094
|
case "arrow1Up":
|
|
5153
5095
|
return L7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5154
5096
|
case "arrow1Right":
|
|
5155
5097
|
return m7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5156
5098
|
case "arrow1Left":
|
|
5157
|
-
return k7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5158
|
-
case "info":
|
|
5159
5099
|
return v7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5100
|
+
case "info":
|
|
5101
|
+
return k7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5160
5102
|
case "archive":
|
|
5161
|
-
return
|
|
5103
|
+
return V7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5162
5104
|
case "unarchive":
|
|
5163
5105
|
return R7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5164
5106
|
case "calendar":
|
|
@@ -5170,9 +5112,9 @@ const W2 = (l, e) => {
|
|
|
5170
5112
|
case "add":
|
|
5171
5113
|
return y7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5172
5114
|
case "list":
|
|
5173
|
-
return A7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5174
|
-
case "dragAndDrop":
|
|
5175
5115
|
return E7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5116
|
+
case "dragAndDrop":
|
|
5117
|
+
return A7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5176
5118
|
case "filter1":
|
|
5177
5119
|
return D7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5178
5120
|
case "filter2":
|
|
@@ -5190,9 +5132,9 @@ const W2 = (l, e) => {
|
|
|
5190
5132
|
onClick: o
|
|
5191
5133
|
});
|
|
5192
5134
|
case "skills":
|
|
5193
|
-
return
|
|
5135
|
+
return Y7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5194
5136
|
case "skillsMatrices":
|
|
5195
|
-
return
|
|
5137
|
+
return S7({
|
|
5196
5138
|
width: e,
|
|
5197
5139
|
height: t,
|
|
5198
5140
|
color: a,
|
|
@@ -5204,17 +5146,17 @@ const W2 = (l, e) => {
|
|
|
5204
5146
|
case "logOut":
|
|
5205
5147
|
return I7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5206
5148
|
case "settings":
|
|
5207
|
-
return j7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5208
|
-
case "trash":
|
|
5209
5149
|
return $7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5150
|
+
case "trash":
|
|
5151
|
+
return P7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5210
5152
|
case "settings2":
|
|
5211
5153
|
return T7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5212
5154
|
case "checkCircle":
|
|
5213
|
-
return
|
|
5155
|
+
return F7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5214
5156
|
case "cancelCircle":
|
|
5215
|
-
return
|
|
5157
|
+
return j7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5216
5158
|
case "visibilityIcon":
|
|
5217
|
-
return
|
|
5159
|
+
return U7({
|
|
5218
5160
|
width: e,
|
|
5219
5161
|
height: t,
|
|
5220
5162
|
color: a,
|
|
@@ -5222,7 +5164,7 @@ const W2 = (l, e) => {
|
|
|
5222
5164
|
onClick: o
|
|
5223
5165
|
});
|
|
5224
5166
|
case "visibilityOffIcon":
|
|
5225
|
-
return
|
|
5167
|
+
return W7({
|
|
5226
5168
|
width: e,
|
|
5227
5169
|
height: t,
|
|
5228
5170
|
color: a,
|
|
@@ -5246,9 +5188,9 @@ const W2 = (l, e) => {
|
|
|
5246
5188
|
case "arrow2Right":
|
|
5247
5189
|
return M7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5248
5190
|
case "arrow2Down":
|
|
5249
|
-
return
|
|
5191
|
+
return Z7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5250
5192
|
case "arrow2Left":
|
|
5251
|
-
return
|
|
5193
|
+
return x7({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5252
5194
|
case "link":
|
|
5253
5195
|
return t9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5254
5196
|
case "telegram":
|
|
@@ -5276,29 +5218,29 @@ const W2 = (l, e) => {
|
|
|
5276
5218
|
case "resourceManager":
|
|
5277
5219
|
return w9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5278
5220
|
case "image":
|
|
5279
|
-
return
|
|
5221
|
+
return f9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5280
5222
|
case "edit":
|
|
5281
5223
|
return p9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5282
5224
|
case "burgerMenu":
|
|
5283
|
-
return
|
|
5225
|
+
return u9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5284
5226
|
case "refresh":
|
|
5285
5227
|
return L9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5286
5228
|
case "projects":
|
|
5287
5229
|
return m9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5288
5230
|
case "user":
|
|
5289
|
-
return v9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5290
|
-
case "exit":
|
|
5291
5231
|
return k9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5232
|
+
case "exit":
|
|
5233
|
+
return v9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5292
5234
|
case "status":
|
|
5293
5235
|
return N9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5294
5236
|
case "community":
|
|
5295
5237
|
return M9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5296
5238
|
case "docs":
|
|
5297
|
-
return
|
|
5239
|
+
return Z9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5298
5240
|
case "unpaidLeave":
|
|
5299
|
-
return
|
|
5241
|
+
return x9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
5300
5242
|
default:
|
|
5301
|
-
return /* @__PURE__ */ n(
|
|
5243
|
+
return /* @__PURE__ */ n($, { children: "No Icon provided" });
|
|
5302
5244
|
}
|
|
5303
5245
|
})() });
|
|
5304
5246
|
}, l2 = ({
|
|
@@ -5317,7 +5259,7 @@ const W2 = (l, e) => {
|
|
|
5317
5259
|
{
|
|
5318
5260
|
className: `snmt-tag ${t} ${C ? "disabled" : ""}`,
|
|
5319
5261
|
closeIcon: /* @__PURE__ */ n(
|
|
5320
|
-
|
|
5262
|
+
V9,
|
|
5321
5263
|
{
|
|
5322
5264
|
name: "cancelCircle",
|
|
5323
5265
|
color: C ? h.GREY_DARK_1 : h.GREY_DARK_2,
|
|
@@ -5356,9 +5298,9 @@ const W2 = (l, e) => {
|
|
|
5356
5298
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5357
5299
|
trim: d = !1
|
|
5358
5300
|
}, a) => {
|
|
5359
|
-
const o =
|
|
5301
|
+
const o = P(null);
|
|
5360
5302
|
g1(a, () => o.current);
|
|
5361
|
-
const [r, p] =
|
|
5303
|
+
const [r, p] = E(!1);
|
|
5362
5304
|
D(() => {
|
|
5363
5305
|
var L;
|
|
5364
5306
|
if (!d) return;
|
|
@@ -5366,16 +5308,16 @@ const W2 = (l, e) => {
|
|
|
5366
5308
|
o.current && p(o.current.scrollWidth > o.current.clientWidth);
|
|
5367
5309
|
};
|
|
5368
5310
|
m();
|
|
5369
|
-
const
|
|
5370
|
-
return o.current &&
|
|
5371
|
-
|
|
5311
|
+
const Z = new ResizeObserver(m);
|
|
5312
|
+
return o.current && Z.observe(o.current), (L = o.current) != null && L.parentElement && Z.observe(o.current.parentElement), () => {
|
|
5313
|
+
Z.disconnect();
|
|
5372
5314
|
};
|
|
5373
5315
|
}, [d]);
|
|
5374
5316
|
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5375
|
-
let
|
|
5376
|
-
l && l !== "inherit" && (
|
|
5377
|
-
const
|
|
5378
|
-
className:
|
|
5317
|
+
let f = `snmt-typography snmt-typography-${e}`;
|
|
5318
|
+
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
|
|
5319
|
+
const u = {
|
|
5320
|
+
className: f,
|
|
5379
5321
|
style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
|
|
5380
5322
|
onClick: s,
|
|
5381
5323
|
ref: o,
|
|
@@ -5386,7 +5328,7 @@ const W2 = (l, e) => {
|
|
|
5386
5328
|
}
|
|
5387
5329
|
} : void 0
|
|
5388
5330
|
};
|
|
5389
|
-
return w ? /* @__PURE__ */ n(R9, { level: _9[e], ...
|
|
5331
|
+
return w ? /* @__PURE__ */ n(R9, { level: _9[e], ...u, children: i }) : /* @__PURE__ */ n(H9, { ...u, children: i });
|
|
5390
5332
|
}
|
|
5391
5333
|
), y9 = ({
|
|
5392
5334
|
children: l,
|
|
@@ -5397,7 +5339,7 @@ const W2 = (l, e) => {
|
|
|
5397
5339
|
noPadding: C = !1,
|
|
5398
5340
|
trigger: c = "click"
|
|
5399
5341
|
}) => {
|
|
5400
|
-
const [d, a] =
|
|
5342
|
+
const [d, a] = E(!1);
|
|
5401
5343
|
return /* @__PURE__ */ n(
|
|
5402
5344
|
R2,
|
|
5403
5345
|
{
|
|
@@ -5413,7 +5355,7 @@ const W2 = (l, e) => {
|
|
|
5413
5355
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: l })
|
|
5414
5356
|
}
|
|
5415
5357
|
);
|
|
5416
|
-
}, { Title:
|
|
5358
|
+
}, { Title: E9, Text: A9 } = d1, D9 = {
|
|
5417
5359
|
h1: 1,
|
|
5418
5360
|
h2: 2,
|
|
5419
5361
|
h3: 3,
|
|
@@ -5430,9 +5372,9 @@ const W2 = (l, e) => {
|
|
|
5430
5372
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5431
5373
|
trim: d = !1
|
|
5432
5374
|
}, a) => {
|
|
5433
|
-
const o =
|
|
5375
|
+
const o = P(null);
|
|
5434
5376
|
g1(a, () => o.current);
|
|
5435
|
-
const [r, p] =
|
|
5377
|
+
const [r, p] = E(!1);
|
|
5436
5378
|
D(() => {
|
|
5437
5379
|
var L;
|
|
5438
5380
|
if (!d) return;
|
|
@@ -5440,16 +5382,16 @@ const W2 = (l, e) => {
|
|
|
5440
5382
|
o.current && p(o.current.scrollWidth > o.current.clientWidth);
|
|
5441
5383
|
};
|
|
5442
5384
|
m();
|
|
5443
|
-
const
|
|
5444
|
-
return o.current &&
|
|
5445
|
-
|
|
5385
|
+
const Z = new ResizeObserver(m);
|
|
5386
|
+
return o.current && Z.observe(o.current), (L = o.current) != null && L.parentElement && Z.observe(o.current.parentElement), () => {
|
|
5387
|
+
Z.disconnect();
|
|
5446
5388
|
};
|
|
5447
5389
|
}, [d]);
|
|
5448
5390
|
const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5449
|
-
let
|
|
5450
|
-
l && l !== "inherit" && (
|
|
5451
|
-
const
|
|
5452
|
-
className:
|
|
5391
|
+
let f = `snmt-typography snmt-typography-${e}`;
|
|
5392
|
+
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
|
|
5393
|
+
const u = {
|
|
5394
|
+
className: f,
|
|
5453
5395
|
style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
|
|
5454
5396
|
onClick: s,
|
|
5455
5397
|
ref: o,
|
|
@@ -5460,7 +5402,7 @@ const W2 = (l, e) => {
|
|
|
5460
5402
|
}
|
|
5461
5403
|
} : void 0
|
|
5462
5404
|
};
|
|
5463
|
-
return w ? /* @__PURE__ */ n(
|
|
5405
|
+
return w ? /* @__PURE__ */ n(E9, { level: D9[e], ...u, children: i }) : /* @__PURE__ */ n(A9, { ...u, children: i });
|
|
5464
5406
|
}
|
|
5465
5407
|
), K9 = ({
|
|
5466
5408
|
width: l = 20,
|
|
@@ -5534,7 +5476,7 @@ const W2 = (l, e) => {
|
|
|
5534
5476
|
}
|
|
5535
5477
|
)
|
|
5536
5478
|
}
|
|
5537
|
-
),
|
|
5479
|
+
), Y9 = ({
|
|
5538
5480
|
width: l = 20,
|
|
5539
5481
|
height: e = 20,
|
|
5540
5482
|
color: t = h.GREY_DARK_5,
|
|
@@ -5559,7 +5501,7 @@ const W2 = (l, e) => {
|
|
|
5559
5501
|
}
|
|
5560
5502
|
)
|
|
5561
5503
|
}
|
|
5562
|
-
),
|
|
5504
|
+
), S9 = ({
|
|
5563
5505
|
width: l = 20,
|
|
5564
5506
|
height: e = 20,
|
|
5565
5507
|
color: t = h.GREY_DARK_5,
|
|
@@ -5650,7 +5592,7 @@ const W2 = (l, e) => {
|
|
|
5650
5592
|
}
|
|
5651
5593
|
)
|
|
5652
5594
|
}
|
|
5653
|
-
),
|
|
5595
|
+
), $9 = ({
|
|
5654
5596
|
width: l = 20,
|
|
5655
5597
|
height: e = 20,
|
|
5656
5598
|
color: t = h.GREY_DARK_5,
|
|
@@ -5677,7 +5619,7 @@ const W2 = (l, e) => {
|
|
|
5677
5619
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5678
5620
|
]
|
|
5679
5621
|
}
|
|
5680
|
-
),
|
|
5622
|
+
), P9 = ({
|
|
5681
5623
|
width: l = 20,
|
|
5682
5624
|
height: e = 20,
|
|
5683
5625
|
color: t = h.GREY_DARK_5,
|
|
@@ -5741,7 +5683,7 @@ const W2 = (l, e) => {
|
|
|
5741
5683
|
)
|
|
5742
5684
|
]
|
|
5743
5685
|
}
|
|
5744
|
-
),
|
|
5686
|
+
), F9 = ({
|
|
5745
5687
|
width: l = 20,
|
|
5746
5688
|
height: e = 20,
|
|
5747
5689
|
color: t = h.GREY_DARK_5,
|
|
@@ -5787,7 +5729,7 @@ const W2 = (l, e) => {
|
|
|
5787
5729
|
)
|
|
5788
5730
|
]
|
|
5789
5731
|
}
|
|
5790
|
-
),
|
|
5732
|
+
), j9 = ({
|
|
5791
5733
|
width: l = 20,
|
|
5792
5734
|
height: e = 20,
|
|
5793
5735
|
color: t = h.GREY_DARK_5,
|
|
@@ -5834,7 +5776,7 @@ const W2 = (l, e) => {
|
|
|
5834
5776
|
)
|
|
5835
5777
|
]
|
|
5836
5778
|
}
|
|
5837
|
-
),
|
|
5779
|
+
), U9 = ({
|
|
5838
5780
|
width: l = 20,
|
|
5839
5781
|
height: e = 20,
|
|
5840
5782
|
color: t = h.GREY_DARK_5,
|
|
@@ -5858,7 +5800,7 @@ const W2 = (l, e) => {
|
|
|
5858
5800
|
}
|
|
5859
5801
|
)
|
|
5860
5802
|
}
|
|
5861
|
-
),
|
|
5803
|
+
), W9 = ({
|
|
5862
5804
|
width: l = 20,
|
|
5863
5805
|
height: e = 20,
|
|
5864
5806
|
color: t = h.GREY_DARK_5,
|
|
@@ -6647,7 +6589,7 @@ const W2 = (l, e) => {
|
|
|
6647
6589
|
)
|
|
6648
6590
|
]
|
|
6649
6591
|
}
|
|
6650
|
-
),
|
|
6592
|
+
), f0 = ({
|
|
6651
6593
|
width: l = 20,
|
|
6652
6594
|
height: e = 20,
|
|
6653
6595
|
color: t = h.GREY_DARK_5,
|
|
@@ -6727,7 +6669,7 @@ const W2 = (l, e) => {
|
|
|
6727
6669
|
)
|
|
6728
6670
|
]
|
|
6729
6671
|
}
|
|
6730
|
-
),
|
|
6672
|
+
), u0 = ({
|
|
6731
6673
|
className: l,
|
|
6732
6674
|
color: e = h.GREY_DARK_5,
|
|
6733
6675
|
height: t = 5,
|
|
@@ -6809,7 +6751,7 @@ const W2 = (l, e) => {
|
|
|
6809
6751
|
)
|
|
6810
6752
|
]
|
|
6811
6753
|
}
|
|
6812
|
-
),
|
|
6754
|
+
), v0 = ({
|
|
6813
6755
|
className: l,
|
|
6814
6756
|
color: e = h.GREY_DARK_5,
|
|
6815
6757
|
height: t = 20,
|
|
@@ -6848,7 +6790,7 @@ const W2 = (l, e) => {
|
|
|
6848
6790
|
)
|
|
6849
6791
|
]
|
|
6850
6792
|
}
|
|
6851
|
-
),
|
|
6793
|
+
), k0 = ({
|
|
6852
6794
|
className: l,
|
|
6853
6795
|
color: e = h.GREY_DARK_5,
|
|
6854
6796
|
height: t = 20,
|
|
@@ -6952,7 +6894,7 @@ const W2 = (l, e) => {
|
|
|
6952
6894
|
)
|
|
6953
6895
|
]
|
|
6954
6896
|
}
|
|
6955
|
-
),
|
|
6897
|
+
), Z0 = ({
|
|
6956
6898
|
className: l,
|
|
6957
6899
|
color: e = h.GREY_DARK_5,
|
|
6958
6900
|
height: t = 20,
|
|
@@ -6989,7 +6931,7 @@ const W2 = (l, e) => {
|
|
|
6989
6931
|
)
|
|
6990
6932
|
]
|
|
6991
6933
|
}
|
|
6992
|
-
),
|
|
6934
|
+
), x0 = ({
|
|
6993
6935
|
className: l,
|
|
6994
6936
|
color: e = h.GREY_DARK_5,
|
|
6995
6937
|
height: t = 20,
|
|
@@ -7013,7 +6955,7 @@ const W2 = (l, e) => {
|
|
|
7013
6955
|
}
|
|
7014
6956
|
)
|
|
7015
6957
|
}
|
|
7016
|
-
),
|
|
6958
|
+
), V0 = ({
|
|
7017
6959
|
className: l,
|
|
7018
6960
|
color: e = h.GREY_DARK_5,
|
|
7019
6961
|
height: t = 20,
|
|
@@ -7113,9 +7055,9 @@ const W2 = (l, e) => {
|
|
|
7113
7055
|
}
|
|
7114
7056
|
), H0 = ({
|
|
7115
7057
|
className: l,
|
|
7116
|
-
color: e = h.
|
|
7117
|
-
height: t =
|
|
7118
|
-
width: i =
|
|
7058
|
+
color: e = h.GREY_DARK_5,
|
|
7059
|
+
height: t = 20,
|
|
7060
|
+
width: i = 20,
|
|
7119
7061
|
onClick: s
|
|
7120
7062
|
}) => /* @__PURE__ */ g(
|
|
7121
7063
|
"svg",
|
|
@@ -7124,28 +7066,29 @@ const W2 = (l, e) => {
|
|
|
7124
7066
|
className: l,
|
|
7125
7067
|
width: i,
|
|
7126
7068
|
height: t,
|
|
7127
|
-
viewBox: "0 0
|
|
7069
|
+
viewBox: "0 0 24 24",
|
|
7128
7070
|
fill: "none",
|
|
7129
7071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7130
7072
|
children: [
|
|
7131
7073
|
/* @__PURE__ */ n(
|
|
7132
7074
|
"path",
|
|
7133
7075
|
{
|
|
7134
|
-
d: "
|
|
7135
|
-
|
|
7136
|
-
strokeWidth: "2.25",
|
|
7137
|
-
strokeLinecap: "round"
|
|
7076
|
+
d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
|
|
7077
|
+
fill: e
|
|
7138
7078
|
}
|
|
7139
7079
|
),
|
|
7140
|
-
/* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
|
|
7141
7080
|
/* @__PURE__ */ n(
|
|
7142
7081
|
"path",
|
|
7143
7082
|
{
|
|
7144
|
-
d: "
|
|
7145
|
-
|
|
7146
|
-
|
|
7147
|
-
|
|
7148
|
-
|
|
7083
|
+
d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
|
|
7084
|
+
fill: e
|
|
7085
|
+
}
|
|
7086
|
+
),
|
|
7087
|
+
/* @__PURE__ */ n(
|
|
7088
|
+
"path",
|
|
7089
|
+
{
|
|
7090
|
+
d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
|
|
7091
|
+
fill: e
|
|
7149
7092
|
}
|
|
7150
7093
|
)
|
|
7151
7094
|
]
|
|
@@ -7153,8 +7096,8 @@ const W2 = (l, e) => {
|
|
|
7153
7096
|
), _0 = ({
|
|
7154
7097
|
className: l,
|
|
7155
7098
|
color: e = h.GREY_DARK_5,
|
|
7156
|
-
height: t =
|
|
7157
|
-
width: i =
|
|
7099
|
+
height: t = 20,
|
|
7100
|
+
width: i = 20,
|
|
7158
7101
|
onClick: s
|
|
7159
7102
|
}) => /* @__PURE__ */ g(
|
|
7160
7103
|
"svg",
|
|
@@ -7170,21 +7113,15 @@ const W2 = (l, e) => {
|
|
|
7170
7113
|
/* @__PURE__ */ n(
|
|
7171
7114
|
"path",
|
|
7172
7115
|
{
|
|
7173
|
-
d: "
|
|
7174
|
-
|
|
7175
|
-
strokeWidth: "1.5",
|
|
7176
|
-
strokeLinecap: "round",
|
|
7177
|
-
strokeLinejoin: "round"
|
|
7116
|
+
d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
|
|
7117
|
+
fill: e
|
|
7178
7118
|
}
|
|
7179
7119
|
),
|
|
7180
7120
|
/* @__PURE__ */ n(
|
|
7181
7121
|
"path",
|
|
7182
7122
|
{
|
|
7183
|
-
d: "M13.
|
|
7184
|
-
|
|
7185
|
-
strokeWidth: "1.5",
|
|
7186
|
-
strokeLinecap: "round",
|
|
7187
|
-
strokeLinejoin: "round"
|
|
7123
|
+
d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
|
|
7124
|
+
fill: e
|
|
7188
7125
|
}
|
|
7189
7126
|
)
|
|
7190
7127
|
]
|
|
@@ -7225,8 +7162,8 @@ const W2 = (l, e) => {
|
|
|
7225
7162
|
), y0 = ({
|
|
7226
7163
|
className: l,
|
|
7227
7164
|
color: e = h.GREY_DARK_5,
|
|
7228
|
-
height: t =
|
|
7229
|
-
width: i =
|
|
7165
|
+
height: t = 20,
|
|
7166
|
+
width: i = 20,
|
|
7230
7167
|
onClick: s
|
|
7231
7168
|
}) => /* @__PURE__ */ g(
|
|
7232
7169
|
"svg",
|
|
@@ -7242,60 +7179,45 @@ const W2 = (l, e) => {
|
|
|
7242
7179
|
/* @__PURE__ */ n(
|
|
7243
7180
|
"path",
|
|
7244
7181
|
{
|
|
7245
|
-
d: "M4 21.
|
|
7246
|
-
|
|
7247
|
-
strokeWidth: "1.5",
|
|
7248
|
-
strokeLinecap: "round",
|
|
7249
|
-
strokeLinejoin: "round"
|
|
7182
|
+
d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
|
|
7183
|
+
fill: e
|
|
7250
7184
|
}
|
|
7251
7185
|
),
|
|
7252
7186
|
/* @__PURE__ */ n(
|
|
7253
7187
|
"path",
|
|
7254
7188
|
{
|
|
7255
|
-
d: "
|
|
7256
|
-
|
|
7257
|
-
strokeWidth: "1.5",
|
|
7258
|
-
strokeLinecap: "round",
|
|
7259
|
-
strokeLinejoin: "round"
|
|
7189
|
+
d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
|
|
7190
|
+
fill: e
|
|
7260
7191
|
}
|
|
7261
7192
|
),
|
|
7262
7193
|
/* @__PURE__ */ n(
|
|
7263
7194
|
"path",
|
|
7264
7195
|
{
|
|
7265
|
-
d: "
|
|
7266
|
-
|
|
7267
|
-
strokeWidth: "1.5",
|
|
7268
|
-
strokeLinecap: "round",
|
|
7269
|
-
strokeLinejoin: "round"
|
|
7196
|
+
d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
|
|
7197
|
+
fill: e
|
|
7270
7198
|
}
|
|
7271
7199
|
),
|
|
7272
7200
|
/* @__PURE__ */ n(
|
|
7273
7201
|
"path",
|
|
7274
7202
|
{
|
|
7275
|
-
d: "
|
|
7276
|
-
|
|
7277
|
-
strokeWidth: "1.5",
|
|
7278
|
-
strokeLinecap: "round",
|
|
7279
|
-
strokeLinejoin: "round"
|
|
7203
|
+
d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
|
|
7204
|
+
fill: e
|
|
7280
7205
|
}
|
|
7281
7206
|
),
|
|
7282
7207
|
/* @__PURE__ */ n(
|
|
7283
7208
|
"path",
|
|
7284
7209
|
{
|
|
7285
|
-
d: "
|
|
7286
|
-
|
|
7287
|
-
strokeWidth: "1.5",
|
|
7288
|
-
strokeLinecap: "round",
|
|
7289
|
-
strokeLinejoin: "round"
|
|
7210
|
+
d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
|
|
7211
|
+
fill: e
|
|
7290
7212
|
}
|
|
7291
7213
|
)
|
|
7292
7214
|
]
|
|
7293
7215
|
}
|
|
7294
|
-
),
|
|
7216
|
+
), E0 = ({
|
|
7295
7217
|
className: l,
|
|
7296
7218
|
color: e = h.GREY_DARK_5,
|
|
7297
|
-
height: t =
|
|
7298
|
-
width: i =
|
|
7219
|
+
height: t = 20,
|
|
7220
|
+
width: i = 20,
|
|
7299
7221
|
onClick: s
|
|
7300
7222
|
}) => /* @__PURE__ */ g(
|
|
7301
7223
|
"svg",
|
|
@@ -7311,48 +7233,38 @@ const W2 = (l, e) => {
|
|
|
7311
7233
|
/* @__PURE__ */ n(
|
|
7312
7234
|
"path",
|
|
7313
7235
|
{
|
|
7314
|
-
d: "
|
|
7315
|
-
|
|
7316
|
-
strokeWidth: "1.5",
|
|
7317
|
-
strokeLinecap: "round",
|
|
7318
|
-
strokeLinejoin: "round"
|
|
7236
|
+
d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
|
|
7237
|
+
fill: e
|
|
7319
7238
|
}
|
|
7320
7239
|
),
|
|
7321
7240
|
/* @__PURE__ */ n(
|
|
7322
7241
|
"path",
|
|
7323
7242
|
{
|
|
7324
|
-
d: "M15.
|
|
7325
|
-
|
|
7326
|
-
strokeWidth: "1.5"
|
|
7243
|
+
d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
|
|
7244
|
+
fill: e
|
|
7327
7245
|
}
|
|
7328
7246
|
),
|
|
7329
7247
|
/* @__PURE__ */ n(
|
|
7330
7248
|
"path",
|
|
7331
7249
|
{
|
|
7332
|
-
d: "
|
|
7333
|
-
|
|
7334
|
-
strokeWidth: "1.5",
|
|
7335
|
-
strokeLinecap: "round",
|
|
7336
|
-
strokeLinejoin: "round"
|
|
7250
|
+
d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
|
|
7251
|
+
fill: e
|
|
7337
7252
|
}
|
|
7338
7253
|
),
|
|
7339
7254
|
/* @__PURE__ */ n(
|
|
7340
7255
|
"path",
|
|
7341
7256
|
{
|
|
7342
|
-
d: "
|
|
7343
|
-
|
|
7344
|
-
strokeWidth: "1.5",
|
|
7345
|
-
strokeLinecap: "round",
|
|
7346
|
-
strokeLinejoin: "round"
|
|
7257
|
+
d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
|
|
7258
|
+
fill: e
|
|
7347
7259
|
}
|
|
7348
7260
|
)
|
|
7349
7261
|
]
|
|
7350
7262
|
}
|
|
7351
|
-
),
|
|
7263
|
+
), A0 = ({
|
|
7352
7264
|
className: l,
|
|
7353
7265
|
color: e = h.GREY_DARK_5,
|
|
7354
|
-
height: t =
|
|
7355
|
-
width: i =
|
|
7266
|
+
height: t = 20,
|
|
7267
|
+
width: i = 20,
|
|
7356
7268
|
onClick: s
|
|
7357
7269
|
}) => /* @__PURE__ */ g(
|
|
7358
7270
|
"svg",
|
|
@@ -7368,31 +7280,22 @@ const W2 = (l, e) => {
|
|
|
7368
7280
|
/* @__PURE__ */ n(
|
|
7369
7281
|
"path",
|
|
7370
7282
|
{
|
|
7371
|
-
d: "
|
|
7372
|
-
|
|
7373
|
-
strokeWidth: "1.5",
|
|
7374
|
-
strokeLinecap: "round",
|
|
7375
|
-
strokeLinejoin: "round"
|
|
7283
|
+
d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
|
|
7284
|
+
fill: e
|
|
7376
7285
|
}
|
|
7377
7286
|
),
|
|
7378
7287
|
/* @__PURE__ */ n(
|
|
7379
7288
|
"path",
|
|
7380
7289
|
{
|
|
7381
|
-
d: "
|
|
7382
|
-
|
|
7383
|
-
strokeWidth: "1.5",
|
|
7384
|
-
strokeLinecap: "round",
|
|
7385
|
-
strokeLinejoin: "round"
|
|
7290
|
+
d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
|
|
7291
|
+
fill: e
|
|
7386
7292
|
}
|
|
7387
7293
|
),
|
|
7388
7294
|
/* @__PURE__ */ n(
|
|
7389
7295
|
"path",
|
|
7390
7296
|
{
|
|
7391
|
-
d: "
|
|
7392
|
-
|
|
7393
|
-
strokeWidth: "1.5",
|
|
7394
|
-
strokeLinecap: "round",
|
|
7395
|
-
strokeLinejoin: "round"
|
|
7297
|
+
d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
|
|
7298
|
+
fill: e
|
|
7396
7299
|
}
|
|
7397
7300
|
)
|
|
7398
7301
|
]
|
|
@@ -7400,8 +7303,8 @@ const W2 = (l, e) => {
|
|
|
7400
7303
|
), D0 = ({
|
|
7401
7304
|
className: l,
|
|
7402
7305
|
color: e = h.GREY_DARK_5,
|
|
7403
|
-
height: t =
|
|
7404
|
-
width: i =
|
|
7306
|
+
height: t = 20,
|
|
7307
|
+
width: i = 20,
|
|
7405
7308
|
onClick: s
|
|
7406
7309
|
}) => /* @__PURE__ */ n(
|
|
7407
7310
|
"svg",
|
|
@@ -7416,11 +7319,8 @@ const W2 = (l, e) => {
|
|
|
7416
7319
|
children: /* @__PURE__ */ n(
|
|
7417
7320
|
"path",
|
|
7418
7321
|
{
|
|
7419
|
-
d: "M14.3632 5.
|
|
7420
|
-
|
|
7421
|
-
strokeWidth: "1.5",
|
|
7422
|
-
strokeLinecap: "round",
|
|
7423
|
-
strokeLinejoin: "round"
|
|
7322
|
+
d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
|
|
7323
|
+
fill: e
|
|
7424
7324
|
}
|
|
7425
7325
|
)
|
|
7426
7326
|
}
|
|
@@ -7528,7 +7428,7 @@ const W2 = (l, e) => {
|
|
|
7528
7428
|
}
|
|
7529
7429
|
)
|
|
7530
7430
|
}
|
|
7531
|
-
),
|
|
7431
|
+
), Y0 = ({
|
|
7532
7432
|
width: l = 24,
|
|
7533
7433
|
height: e = 24,
|
|
7534
7434
|
color: t = "#131314",
|
|
@@ -7561,7 +7461,7 @@ const W2 = (l, e) => {
|
|
|
7561
7461
|
)
|
|
7562
7462
|
]
|
|
7563
7463
|
}
|
|
7564
|
-
),
|
|
7464
|
+
), S0 = ({
|
|
7565
7465
|
width: l = 20,
|
|
7566
7466
|
height: e = 20,
|
|
7567
7467
|
color: t = h.GREY_DARK_5,
|
|
@@ -7675,54 +7575,67 @@ const W2 = (l, e) => {
|
|
|
7675
7575
|
/* @__PURE__ */ n(
|
|
7676
7576
|
"path",
|
|
7677
7577
|
{
|
|
7678
|
-
d: "M14.25 9C14.25 7.75736 13.2426 6.75 12 6.75C10.7574 6.75 9.75 7.75736 9.75 9C9.75 10.2426 10.7574 11.25 12 11.25C13.2426 11.25 14.25 10.2426 14.25 9ZM15.75 9C15.75 11.0711 14.0711 12.75 12 12.75C9.92893 12.75 8.25 11.0711 8.25 9C8.25 6.92893 9.92893 5.25 12 5.25C14.0711 5.25 15.75 6.92893 15.75 9Z",
|
|
7578
|
+
d: "M14.25 9C14.25 7.75736 13.2426 6.75 12 6.75C10.7574 6.75 9.75 7.75736 9.75 9C9.75 10.2426 10.7574 11.25 12 11.25C13.2426 11.25 14.25 10.2426 14.25 9ZM15.75 9C15.75 11.0711 14.0711 12.75 12 12.75C9.92893 12.75 8.25 11.0711 8.25 9C8.25 6.92893 9.92893 5.25 12 5.25C14.0711 5.25 15.75 6.92893 15.75 9Z",
|
|
7579
|
+
fill: t
|
|
7580
|
+
}
|
|
7581
|
+
),
|
|
7582
|
+
/* @__PURE__ */ n(
|
|
7583
|
+
"path",
|
|
7584
|
+
{
|
|
7585
|
+
d: "M5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12ZM6.75 12C6.75 13.5188 5.51878 14.75 4 14.75C2.48122 14.75 1.25 13.5188 1.25 12C1.25 10.4812 2.48122 9.25 4 9.25C5.51878 9.25 6.75 10.4812 6.75 12Z",
|
|
7586
|
+
fill: t
|
|
7587
|
+
}
|
|
7588
|
+
),
|
|
7589
|
+
/* @__PURE__ */ n(
|
|
7590
|
+
"path",
|
|
7591
|
+
{
|
|
7592
|
+
d: "M21.25 12C21.25 11.3096 20.6904 10.75 20 10.75C19.3096 10.75 18.75 11.3096 18.75 12C18.75 12.6904 19.3096 13.25 20 13.25C20.6904 13.25 21.25 12.6904 21.25 12ZM22.75 12C22.75 13.5188 21.5188 14.75 20 14.75C18.4812 14.75 17.25 13.5188 17.25 12C17.25 10.4812 18.4812 9.25 20 9.25C21.5188 9.25 22.75 10.4812 22.75 12Z",
|
|
7593
|
+
fill: t
|
|
7594
|
+
}
|
|
7595
|
+
)
|
|
7596
|
+
]
|
|
7597
|
+
}
|
|
7598
|
+
), $0 = ({
|
|
7599
|
+
width: l = 20,
|
|
7600
|
+
height: e = 20,
|
|
7601
|
+
color: t = h.GREY_DARK_5,
|
|
7602
|
+
className: i,
|
|
7603
|
+
onClick: s
|
|
7604
|
+
}) => /* @__PURE__ */ g(
|
|
7605
|
+
"svg",
|
|
7606
|
+
{
|
|
7607
|
+
width: l,
|
|
7608
|
+
height: e,
|
|
7609
|
+
viewBox: "0 0 24 24",
|
|
7610
|
+
fill: "none",
|
|
7611
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7612
|
+
className: i,
|
|
7613
|
+
onClick: s,
|
|
7614
|
+
children: [
|
|
7615
|
+
/* @__PURE__ */ n(
|
|
7616
|
+
"path",
|
|
7617
|
+
{
|
|
7618
|
+
d: "M20.25 19V6.81055L16.1895 2.75L7 2.75C6.58579 2.75 6.25 2.41421 6.25 2C6.25 1.58579 6.58579 1.25 7 1.25L16.5 1.25C16.6989 1.25 16.8896 1.32907 17.0303 1.46973L21.5303 5.96973C21.6709 6.11038 21.75 6.30109 21.75 6.5V19C21.75 19.4142 21.4142 19.75 21 19.75C20.5858 19.75 20.25 19.4142 20.25 19Z",
|
|
7679
7619
|
fill: t
|
|
7680
7620
|
}
|
|
7681
7621
|
),
|
|
7682
7622
|
/* @__PURE__ */ n(
|
|
7683
7623
|
"path",
|
|
7684
7624
|
{
|
|
7685
|
-
d: "
|
|
7625
|
+
d: "M18.75 20.5C18.75 21.7426 17.7426 22.75 16.5 22.75H4.5C3.25736 22.75 2.25 21.7426 2.25 20.5V6.5C2.25 5.25736 3.25736 4.25 4.5 4.25H14.252C14.6098 4.25013 14.953 4.39245 15.2061 4.64551L18.3545 7.79395C18.6076 8.04701 18.7499 8.39018 18.75 8.74805V20.5ZM3.75 20.5C3.75 20.9142 4.08579 21.25 4.5 21.25H16.5C16.9142 21.25 17.25 20.9142 17.25 20.5V8.81055L14.1895 5.75H4.5C4.08579 5.75 3.75 6.08579 3.75 6.5V20.5Z",
|
|
7686
7626
|
fill: t
|
|
7687
7627
|
}
|
|
7688
7628
|
),
|
|
7689
7629
|
/* @__PURE__ */ n(
|
|
7690
7630
|
"path",
|
|
7691
7631
|
{
|
|
7692
|
-
d: "
|
|
7632
|
+
d: "M13.25 5C13.25 4.58579 13.5858 4.25 14 4.25C14.4142 4.25 14.75 4.58579 14.75 5V8.25H18C18.4142 8.25 18.75 8.58579 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75H14.5996C13.8543 9.74979 13.2502 9.14567 13.25 8.40039V5Z",
|
|
7693
7633
|
fill: t
|
|
7694
7634
|
}
|
|
7695
7635
|
)
|
|
7696
7636
|
]
|
|
7697
7637
|
}
|
|
7698
|
-
),
|
|
7699
|
-
width: l = 24,
|
|
7700
|
-
height: e = 24,
|
|
7701
|
-
color: t = h.GREY_DARK_2,
|
|
7702
|
-
className: i,
|
|
7703
|
-
onClick: s
|
|
7704
|
-
}) => /* @__PURE__ */ n(
|
|
7705
|
-
"svg",
|
|
7706
|
-
{
|
|
7707
|
-
width: l,
|
|
7708
|
-
height: e,
|
|
7709
|
-
viewBox: "0 0 24 24",
|
|
7710
|
-
fill: "none",
|
|
7711
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7712
|
-
className: i,
|
|
7713
|
-
onClick: s,
|
|
7714
|
-
children: /* @__PURE__ */ n(
|
|
7715
|
-
"path",
|
|
7716
|
-
{
|
|
7717
|
-
d: "M7 7H17M7 12H17M7 17H13M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z",
|
|
7718
|
-
stroke: t,
|
|
7719
|
-
strokeWidth: "1.5",
|
|
7720
|
-
strokeLinecap: "round",
|
|
7721
|
-
strokeLinejoin: "round"
|
|
7722
|
-
}
|
|
7723
|
-
)
|
|
7724
|
-
}
|
|
7725
|
-
), $0 = ({
|
|
7638
|
+
), P0 = ({
|
|
7726
7639
|
width: l = 20,
|
|
7727
7640
|
height: e = 20,
|
|
7728
7641
|
color: t = h.GREY_DARK_5,
|
|
@@ -7756,7 +7669,7 @@ const W2 = (l, e) => {
|
|
|
7756
7669
|
onClick: c
|
|
7757
7670
|
}) => {
|
|
7758
7671
|
const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
|
|
7759
|
-
return /* @__PURE__ */ n(
|
|
7672
|
+
return /* @__PURE__ */ n($, { children: (() => {
|
|
7760
7673
|
switch (l) {
|
|
7761
7674
|
case "arrow1Down":
|
|
7762
7675
|
return K9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
@@ -7765,19 +7678,19 @@ const W2 = (l, e) => {
|
|
|
7765
7678
|
case "arrow1Right":
|
|
7766
7679
|
return B9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7767
7680
|
case "arrow1Left":
|
|
7768
|
-
return S9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7769
|
-
case "info":
|
|
7770
7681
|
return Y9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7682
|
+
case "info":
|
|
7683
|
+
return S9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7771
7684
|
case "archive":
|
|
7772
7685
|
return T9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7773
7686
|
case "unarchive":
|
|
7774
|
-
return
|
|
7687
|
+
return F9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7775
7688
|
case "calendar":
|
|
7776
|
-
return
|
|
7689
|
+
return j9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7777
7690
|
case "check":
|
|
7778
|
-
return F9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7779
|
-
case "cancel":
|
|
7780
7691
|
return U9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7692
|
+
case "cancel":
|
|
7693
|
+
return W9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7781
7694
|
case "add":
|
|
7782
7695
|
return z9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7783
7696
|
case "list":
|
|
@@ -7787,7 +7700,7 @@ const W2 = (l, e) => {
|
|
|
7787
7700
|
case "filter1":
|
|
7788
7701
|
return q9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7789
7702
|
case "filter2":
|
|
7790
|
-
return
|
|
7703
|
+
return x0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7791
7704
|
case "attention":
|
|
7792
7705
|
return X9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7793
7706
|
case "users":
|
|
@@ -7845,35 +7758,35 @@ const W2 = (l, e) => {
|
|
|
7845
7758
|
case "sortDown":
|
|
7846
7759
|
return w0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7847
7760
|
case "sortDouble":
|
|
7848
|
-
return
|
|
7761
|
+
return f0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7849
7762
|
case "search":
|
|
7850
7763
|
return p0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7851
7764
|
case "arrowUpFilled":
|
|
7852
7765
|
return L0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7853
7766
|
case "arrowDownFilled":
|
|
7854
|
-
return
|
|
7767
|
+
return u0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7855
7768
|
case "arrow2Up":
|
|
7856
7769
|
return O9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7857
7770
|
case "arrow2Right":
|
|
7858
7771
|
return I9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7859
7772
|
case "arrow2Down":
|
|
7860
|
-
return j9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7861
|
-
case "arrow2Left":
|
|
7862
7773
|
return $9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7774
|
+
case "arrow2Left":
|
|
7775
|
+
return P9({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7863
7776
|
case "link":
|
|
7864
7777
|
return m0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7865
7778
|
case "telegram":
|
|
7866
|
-
return
|
|
7779
|
+
return k0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7867
7780
|
case "mail":
|
|
7868
7781
|
return M0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7869
7782
|
case "github":
|
|
7870
|
-
return
|
|
7783
|
+
return v0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7871
7784
|
case "linkedIn":
|
|
7872
7785
|
return N0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7873
7786
|
case "emptyStateIcon":
|
|
7874
|
-
return x0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7875
|
-
case "dotMenuIcon":
|
|
7876
7787
|
return Z0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7788
|
+
case "dotMenuIcon":
|
|
7789
|
+
return V0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7877
7790
|
case "plusCircle":
|
|
7878
7791
|
return R0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7879
7792
|
case "warning":
|
|
@@ -7885,9 +7798,9 @@ const W2 = (l, e) => {
|
|
|
7885
7798
|
case "contract":
|
|
7886
7799
|
return y0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7887
7800
|
case "resourceManager":
|
|
7888
|
-
return A0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7889
|
-
case "image":
|
|
7890
7801
|
return E0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7802
|
+
case "image":
|
|
7803
|
+
return A0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7891
7804
|
case "edit":
|
|
7892
7805
|
return D0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7893
7806
|
case "burgerMenu":
|
|
@@ -7897,19 +7810,19 @@ const W2 = (l, e) => {
|
|
|
7897
7810
|
case "projects":
|
|
7898
7811
|
return B0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7899
7812
|
case "user":
|
|
7900
|
-
return Y0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7901
|
-
case "exit":
|
|
7902
7813
|
return S0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7814
|
+
case "exit":
|
|
7815
|
+
return Y0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7903
7816
|
case "status":
|
|
7904
7817
|
return O0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7905
7818
|
case "community":
|
|
7906
7819
|
return I0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7907
7820
|
case "docs":
|
|
7908
|
-
return j0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7909
|
-
case "unpaidLeave":
|
|
7910
7821
|
return $0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7822
|
+
case "unpaidLeave":
|
|
7823
|
+
return P0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
7911
7824
|
default:
|
|
7912
|
-
return /* @__PURE__ */ n(
|
|
7825
|
+
return /* @__PURE__ */ n($, { children: "No Icon provided" });
|
|
7913
7826
|
}
|
|
7914
7827
|
})() });
|
|
7915
7828
|
}, T0 = ({
|
|
@@ -7938,7 +7851,7 @@ const W2 = (l, e) => {
|
|
|
7938
7851
|
children: /* @__PURE__ */ n(s2, { variant: s, color: h.GREY_DARK_4, children: l })
|
|
7939
7852
|
}
|
|
7940
7853
|
);
|
|
7941
|
-
},
|
|
7854
|
+
}, F0 = ({
|
|
7942
7855
|
text: l,
|
|
7943
7856
|
status: e,
|
|
7944
7857
|
withIcon: t = !1,
|
|
@@ -7987,8 +7900,8 @@ const W2 = (l, e) => {
|
|
|
7987
7900
|
]
|
|
7988
7901
|
}
|
|
7989
7902
|
);
|
|
7990
|
-
}, n2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(
|
|
7991
|
-
var
|
|
7903
|
+
}, n2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(F0, { ...l }) : /* @__PURE__ */ n(T0, { ...l });
|
|
7904
|
+
var j0 = { exports: {} };
|
|
7992
7905
|
(function(l, e) {
|
|
7993
7906
|
(function(t, i) {
|
|
7994
7907
|
l.exports = i();
|
|
@@ -7998,8 +7911,8 @@ var W0 = { exports: {} };
|
|
|
7998
7911
|
return "[" + t + (i[(s - 20) % 10] || i[s] || i[0]) + "]";
|
|
7999
7912
|
} };
|
|
8000
7913
|
});
|
|
8001
|
-
})(
|
|
8002
|
-
const
|
|
7914
|
+
})(j0);
|
|
7915
|
+
const U0 = ({
|
|
8003
7916
|
values: l,
|
|
8004
7917
|
onTagClose: e,
|
|
8005
7918
|
maxWidth: t,
|
|
@@ -8009,42 +7922,42 @@ const F0 = ({
|
|
|
8009
7922
|
extraOptions: c,
|
|
8010
7923
|
selectedItemVariant: d = "default"
|
|
8011
7924
|
}) => {
|
|
8012
|
-
const { locale: a } = T(Q), { t: o } =
|
|
7925
|
+
const { locale: a } = T(Q), { t: o } = W2("common", { lng: a }), [r, p] = E(!1);
|
|
8013
7926
|
if (D(() => {
|
|
8014
7927
|
l.length || p(!1);
|
|
8015
7928
|
}, [l]), !l.length)
|
|
8016
7929
|
return null;
|
|
8017
|
-
const w = (
|
|
8018
|
-
var
|
|
8019
|
-
return ((
|
|
7930
|
+
const w = (f) => {
|
|
7931
|
+
var u, L;
|
|
7932
|
+
return ((u = C == null ? void 0 : C.find((Z) => Z.value === f)) == null ? void 0 : u.label) || ((L = c == null ? void 0 : c.find((Z) => Z.value === f)) == null ? void 0 : L.label) || f;
|
|
8020
7933
|
};
|
|
8021
7934
|
return /* @__PURE__ */ g(
|
|
8022
7935
|
y9,
|
|
8023
7936
|
{
|
|
8024
7937
|
content: (
|
|
8025
7938
|
// 90: paddings + margins + gaps and so on
|
|
8026
|
-
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(C1, { gap: 6, flexWrap: "wrap", children: l.map(({ value:
|
|
8027
|
-
const
|
|
8028
|
-
(L) => L.label === w(
|
|
7939
|
+
/* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(C1, { gap: 6, flexWrap: "wrap", children: l.map(({ value: f }) => {
|
|
7940
|
+
const u = d === "badge" && C.find(
|
|
7941
|
+
(L) => L.label === w(f)
|
|
8029
7942
|
);
|
|
8030
7943
|
return d === "badge" ? /* @__PURE__ */ n(
|
|
8031
7944
|
n2,
|
|
8032
7945
|
{
|
|
8033
7946
|
variant: "regular",
|
|
8034
7947
|
size: "small",
|
|
8035
|
-
color:
|
|
8036
|
-
text: w(
|
|
7948
|
+
color: u ? u.color : void 0,
|
|
7949
|
+
text: w(f)
|
|
8037
7950
|
},
|
|
8038
|
-
|
|
7951
|
+
f
|
|
8039
7952
|
) : /* @__PURE__ */ n(
|
|
8040
7953
|
l2,
|
|
8041
7954
|
{
|
|
8042
|
-
onClose: () => e(
|
|
7955
|
+
onClose: () => e(f),
|
|
8043
7956
|
closable: i,
|
|
8044
7957
|
disabled: s,
|
|
8045
|
-
children: w(
|
|
7958
|
+
children: w(f)
|
|
8046
7959
|
},
|
|
8047
|
-
|
|
7960
|
+
f
|
|
8048
7961
|
);
|
|
8049
7962
|
}) }) })
|
|
8050
7963
|
),
|
|
@@ -8058,12 +7971,12 @@ const F0 = ({
|
|
|
8058
7971
|
]
|
|
8059
7972
|
}
|
|
8060
7973
|
);
|
|
8061
|
-
},
|
|
7974
|
+
}, W0 = {
|
|
8062
7975
|
small: 20,
|
|
8063
7976
|
medium: 28,
|
|
8064
7977
|
large: 48
|
|
8065
|
-
},
|
|
8066
|
-
const t =
|
|
7978
|
+
}, S1 = ({ size: l = "medium", color: e = "#004ed7" }) => {
|
|
7979
|
+
const t = W0[l], i = `no-repeat linear-gradient(${e}
|
|
8067
7980
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
|
|
8068
7981
|
width: t,
|
|
8069
7982
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
@@ -8749,7 +8662,7 @@ const F0 = ({
|
|
|
8749
8662
|
)
|
|
8750
8663
|
]
|
|
8751
8664
|
}
|
|
8752
|
-
),
|
|
8665
|
+
), f4 = ({
|
|
8753
8666
|
width: l = 20,
|
|
8754
8667
|
height: e = 20,
|
|
8755
8668
|
color: t = h.GREY_DARK_5,
|
|
@@ -8843,7 +8756,7 @@ const F0 = ({
|
|
|
8843
8756
|
)
|
|
8844
8757
|
]
|
|
8845
8758
|
}
|
|
8846
|
-
),
|
|
8759
|
+
), u4 = ({
|
|
8847
8760
|
width: l = 20,
|
|
8848
8761
|
height: e = 20,
|
|
8849
8762
|
color: t = h.GREY_DARK_5,
|
|
@@ -8949,7 +8862,7 @@ const F0 = ({
|
|
|
8949
8862
|
)
|
|
8950
8863
|
]
|
|
8951
8864
|
}
|
|
8952
|
-
),
|
|
8865
|
+
), v4 = ({
|
|
8953
8866
|
width: l = 20,
|
|
8954
8867
|
height: e = 20,
|
|
8955
8868
|
color: t = h.GREY_DARK_5,
|
|
@@ -8982,7 +8895,7 @@ const F0 = ({
|
|
|
8982
8895
|
)
|
|
8983
8896
|
]
|
|
8984
8897
|
}
|
|
8985
|
-
),
|
|
8898
|
+
), k4 = ({
|
|
8986
8899
|
width: l = 20,
|
|
8987
8900
|
height: e = 20,
|
|
8988
8901
|
color: t = h.GREY_DARK_5,
|
|
@@ -9088,7 +9001,7 @@ const F0 = ({
|
|
|
9088
9001
|
)
|
|
9089
9002
|
]
|
|
9090
9003
|
}
|
|
9091
|
-
),
|
|
9004
|
+
), Z4 = ({
|
|
9092
9005
|
width: l = 20,
|
|
9093
9006
|
height: e = 20,
|
|
9094
9007
|
color: t = h.GREY_DARK_5,
|
|
@@ -9121,7 +9034,7 @@ const F0 = ({
|
|
|
9121
9034
|
)
|
|
9122
9035
|
]
|
|
9123
9036
|
}
|
|
9124
|
-
),
|
|
9037
|
+
), x4 = ({
|
|
9125
9038
|
width: l = 20,
|
|
9126
9039
|
height: e = 20,
|
|
9127
9040
|
color: t = "#070739",
|
|
@@ -9151,7 +9064,7 @@ const F0 = ({
|
|
|
9151
9064
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
9152
9065
|
]
|
|
9153
9066
|
}
|
|
9154
|
-
),
|
|
9067
|
+
), V4 = ({
|
|
9155
9068
|
width: l = 20,
|
|
9156
9069
|
height: e = 20,
|
|
9157
9070
|
color: t = "#070739",
|
|
@@ -9359,7 +9272,7 @@ const F0 = ({
|
|
|
9359
9272
|
}
|
|
9360
9273
|
)
|
|
9361
9274
|
}
|
|
9362
|
-
),
|
|
9275
|
+
), E4 = ({
|
|
9363
9276
|
className: l,
|
|
9364
9277
|
color: e = h.GREY_DARK_5,
|
|
9365
9278
|
height: t = 5,
|
|
@@ -9384,7 +9297,7 @@ const F0 = ({
|
|
|
9384
9297
|
}
|
|
9385
9298
|
)
|
|
9386
9299
|
}
|
|
9387
|
-
),
|
|
9300
|
+
), A4 = ({
|
|
9388
9301
|
className: l,
|
|
9389
9302
|
color: e = h.GREY_DARK_5,
|
|
9390
9303
|
height: t = 20,
|
|
@@ -9560,7 +9473,7 @@ const F0 = ({
|
|
|
9560
9473
|
)
|
|
9561
9474
|
]
|
|
9562
9475
|
}
|
|
9563
|
-
),
|
|
9476
|
+
), Y4 = ({
|
|
9564
9477
|
className: l,
|
|
9565
9478
|
color: e = h.GREY_DARK_5,
|
|
9566
9479
|
height: t = 20,
|
|
@@ -9597,7 +9510,7 @@ const F0 = ({
|
|
|
9597
9510
|
)
|
|
9598
9511
|
]
|
|
9599
9512
|
}
|
|
9600
|
-
),
|
|
9513
|
+
), S4 = ({
|
|
9601
9514
|
className: l,
|
|
9602
9515
|
color: e = h.GREY_DARK_5,
|
|
9603
9516
|
height: t = 20,
|
|
@@ -9719,11 +9632,11 @@ const F0 = ({
|
|
|
9719
9632
|
)
|
|
9720
9633
|
]
|
|
9721
9634
|
}
|
|
9722
|
-
),
|
|
9635
|
+
), $4 = ({
|
|
9723
9636
|
className: l,
|
|
9724
|
-
color: e = h.
|
|
9725
|
-
height: t =
|
|
9726
|
-
width: i =
|
|
9637
|
+
color: e = h.GREY_DARK_5,
|
|
9638
|
+
height: t = 20,
|
|
9639
|
+
width: i = 20,
|
|
9727
9640
|
onClick: s
|
|
9728
9641
|
}) => /* @__PURE__ */ g(
|
|
9729
9642
|
"svg",
|
|
@@ -9732,37 +9645,38 @@ const F0 = ({
|
|
|
9732
9645
|
className: l,
|
|
9733
9646
|
width: i,
|
|
9734
9647
|
height: t,
|
|
9735
|
-
viewBox: "0 0
|
|
9648
|
+
viewBox: "0 0 24 24",
|
|
9736
9649
|
fill: "none",
|
|
9737
9650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9738
9651
|
children: [
|
|
9739
9652
|
/* @__PURE__ */ n(
|
|
9740
9653
|
"path",
|
|
9741
9654
|
{
|
|
9742
|
-
d: "
|
|
9743
|
-
|
|
9744
|
-
strokeWidth: "2.25",
|
|
9745
|
-
strokeLinecap: "round"
|
|
9655
|
+
d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
|
|
9656
|
+
fill: e
|
|
9746
9657
|
}
|
|
9747
9658
|
),
|
|
9748
|
-
/* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
|
|
9749
9659
|
/* @__PURE__ */ n(
|
|
9750
9660
|
"path",
|
|
9751
9661
|
{
|
|
9752
|
-
d: "
|
|
9753
|
-
|
|
9754
|
-
|
|
9755
|
-
|
|
9756
|
-
|
|
9662
|
+
d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
|
|
9663
|
+
fill: e
|
|
9664
|
+
}
|
|
9665
|
+
),
|
|
9666
|
+
/* @__PURE__ */ n(
|
|
9667
|
+
"path",
|
|
9668
|
+
{
|
|
9669
|
+
d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
|
|
9670
|
+
fill: e
|
|
9757
9671
|
}
|
|
9758
9672
|
)
|
|
9759
9673
|
]
|
|
9760
9674
|
}
|
|
9761
|
-
),
|
|
9675
|
+
), P4 = ({
|
|
9762
9676
|
className: l,
|
|
9763
9677
|
color: e = h.GREY_DARK_5,
|
|
9764
|
-
height: t =
|
|
9765
|
-
width: i =
|
|
9678
|
+
height: t = 20,
|
|
9679
|
+
width: i = 20,
|
|
9766
9680
|
onClick: s
|
|
9767
9681
|
}) => /* @__PURE__ */ g(
|
|
9768
9682
|
"svg",
|
|
@@ -9778,21 +9692,15 @@ const F0 = ({
|
|
|
9778
9692
|
/* @__PURE__ */ n(
|
|
9779
9693
|
"path",
|
|
9780
9694
|
{
|
|
9781
|
-
d: "
|
|
9782
|
-
|
|
9783
|
-
strokeWidth: "1.5",
|
|
9784
|
-
strokeLinecap: "round",
|
|
9785
|
-
strokeLinejoin: "round"
|
|
9695
|
+
d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
|
|
9696
|
+
fill: e
|
|
9786
9697
|
}
|
|
9787
9698
|
),
|
|
9788
9699
|
/* @__PURE__ */ n(
|
|
9789
9700
|
"path",
|
|
9790
9701
|
{
|
|
9791
|
-
d: "M13.
|
|
9792
|
-
|
|
9793
|
-
strokeWidth: "1.5",
|
|
9794
|
-
strokeLinecap: "round",
|
|
9795
|
-
strokeLinejoin: "round"
|
|
9702
|
+
d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
|
|
9703
|
+
fill: e
|
|
9796
9704
|
}
|
|
9797
9705
|
)
|
|
9798
9706
|
]
|
|
@@ -9830,11 +9738,11 @@ const F0 = ({
|
|
|
9830
9738
|
)
|
|
9831
9739
|
]
|
|
9832
9740
|
}
|
|
9833
|
-
),
|
|
9741
|
+
), F4 = ({
|
|
9834
9742
|
className: l,
|
|
9835
9743
|
color: e = h.GREY_DARK_5,
|
|
9836
|
-
height: t =
|
|
9837
|
-
width: i =
|
|
9744
|
+
height: t = 20,
|
|
9745
|
+
width: i = 20,
|
|
9838
9746
|
onClick: s
|
|
9839
9747
|
}) => /* @__PURE__ */ g(
|
|
9840
9748
|
"svg",
|
|
@@ -9850,60 +9758,45 @@ const F0 = ({
|
|
|
9850
9758
|
/* @__PURE__ */ n(
|
|
9851
9759
|
"path",
|
|
9852
9760
|
{
|
|
9853
|
-
d: "M4 21.
|
|
9854
|
-
|
|
9855
|
-
strokeWidth: "1.5",
|
|
9856
|
-
strokeLinecap: "round",
|
|
9857
|
-
strokeLinejoin: "round"
|
|
9761
|
+
d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
|
|
9762
|
+
fill: e
|
|
9858
9763
|
}
|
|
9859
9764
|
),
|
|
9860
9765
|
/* @__PURE__ */ n(
|
|
9861
9766
|
"path",
|
|
9862
9767
|
{
|
|
9863
|
-
d: "
|
|
9864
|
-
|
|
9865
|
-
strokeWidth: "1.5",
|
|
9866
|
-
strokeLinecap: "round",
|
|
9867
|
-
strokeLinejoin: "round"
|
|
9768
|
+
d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
|
|
9769
|
+
fill: e
|
|
9868
9770
|
}
|
|
9869
9771
|
),
|
|
9870
9772
|
/* @__PURE__ */ n(
|
|
9871
9773
|
"path",
|
|
9872
9774
|
{
|
|
9873
|
-
d: "
|
|
9874
|
-
|
|
9875
|
-
strokeWidth: "1.5",
|
|
9876
|
-
strokeLinecap: "round",
|
|
9877
|
-
strokeLinejoin: "round"
|
|
9775
|
+
d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
|
|
9776
|
+
fill: e
|
|
9878
9777
|
}
|
|
9879
9778
|
),
|
|
9880
9779
|
/* @__PURE__ */ n(
|
|
9881
9780
|
"path",
|
|
9882
9781
|
{
|
|
9883
|
-
d: "
|
|
9884
|
-
|
|
9885
|
-
strokeWidth: "1.5",
|
|
9886
|
-
strokeLinecap: "round",
|
|
9887
|
-
strokeLinejoin: "round"
|
|
9782
|
+
d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
|
|
9783
|
+
fill: e
|
|
9888
9784
|
}
|
|
9889
9785
|
),
|
|
9890
9786
|
/* @__PURE__ */ n(
|
|
9891
9787
|
"path",
|
|
9892
9788
|
{
|
|
9893
|
-
d: "
|
|
9894
|
-
|
|
9895
|
-
strokeWidth: "1.5",
|
|
9896
|
-
strokeLinecap: "round",
|
|
9897
|
-
strokeLinejoin: "round"
|
|
9789
|
+
d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
|
|
9790
|
+
fill: e
|
|
9898
9791
|
}
|
|
9899
9792
|
)
|
|
9900
9793
|
]
|
|
9901
9794
|
}
|
|
9902
|
-
),
|
|
9795
|
+
), j4 = ({
|
|
9903
9796
|
className: l,
|
|
9904
9797
|
color: e = h.GREY_DARK_5,
|
|
9905
|
-
height: t =
|
|
9906
|
-
width: i =
|
|
9798
|
+
height: t = 20,
|
|
9799
|
+
width: i = 20,
|
|
9907
9800
|
onClick: s
|
|
9908
9801
|
}) => /* @__PURE__ */ g(
|
|
9909
9802
|
"svg",
|
|
@@ -9919,48 +9812,38 @@ const F0 = ({
|
|
|
9919
9812
|
/* @__PURE__ */ n(
|
|
9920
9813
|
"path",
|
|
9921
9814
|
{
|
|
9922
|
-
d: "
|
|
9923
|
-
|
|
9924
|
-
strokeWidth: "1.5",
|
|
9925
|
-
strokeLinecap: "round",
|
|
9926
|
-
strokeLinejoin: "round"
|
|
9815
|
+
d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
|
|
9816
|
+
fill: e
|
|
9927
9817
|
}
|
|
9928
9818
|
),
|
|
9929
9819
|
/* @__PURE__ */ n(
|
|
9930
9820
|
"path",
|
|
9931
9821
|
{
|
|
9932
|
-
d: "M15.
|
|
9933
|
-
|
|
9934
|
-
strokeWidth: "1.5"
|
|
9822
|
+
d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
|
|
9823
|
+
fill: e
|
|
9935
9824
|
}
|
|
9936
9825
|
),
|
|
9937
9826
|
/* @__PURE__ */ n(
|
|
9938
9827
|
"path",
|
|
9939
9828
|
{
|
|
9940
|
-
d: "
|
|
9941
|
-
|
|
9942
|
-
strokeWidth: "1.5",
|
|
9943
|
-
strokeLinecap: "round",
|
|
9944
|
-
strokeLinejoin: "round"
|
|
9829
|
+
d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
|
|
9830
|
+
fill: e
|
|
9945
9831
|
}
|
|
9946
9832
|
),
|
|
9947
9833
|
/* @__PURE__ */ n(
|
|
9948
9834
|
"path",
|
|
9949
9835
|
{
|
|
9950
|
-
d: "
|
|
9951
|
-
|
|
9952
|
-
strokeWidth: "1.5",
|
|
9953
|
-
strokeLinecap: "round",
|
|
9954
|
-
strokeLinejoin: "round"
|
|
9836
|
+
d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
|
|
9837
|
+
fill: e
|
|
9955
9838
|
}
|
|
9956
9839
|
)
|
|
9957
9840
|
]
|
|
9958
9841
|
}
|
|
9959
|
-
),
|
|
9842
|
+
), U4 = ({
|
|
9960
9843
|
className: l,
|
|
9961
9844
|
color: e = h.GREY_DARK_5,
|
|
9962
|
-
height: t =
|
|
9963
|
-
width: i =
|
|
9845
|
+
height: t = 20,
|
|
9846
|
+
width: i = 20,
|
|
9964
9847
|
onClick: s
|
|
9965
9848
|
}) => /* @__PURE__ */ g(
|
|
9966
9849
|
"svg",
|
|
@@ -9976,40 +9859,31 @@ const F0 = ({
|
|
|
9976
9859
|
/* @__PURE__ */ n(
|
|
9977
9860
|
"path",
|
|
9978
9861
|
{
|
|
9979
|
-
d: "
|
|
9980
|
-
|
|
9981
|
-
strokeWidth: "1.5",
|
|
9982
|
-
strokeLinecap: "round",
|
|
9983
|
-
strokeLinejoin: "round"
|
|
9862
|
+
d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
|
|
9863
|
+
fill: e
|
|
9984
9864
|
}
|
|
9985
9865
|
),
|
|
9986
9866
|
/* @__PURE__ */ n(
|
|
9987
9867
|
"path",
|
|
9988
9868
|
{
|
|
9989
|
-
d: "
|
|
9990
|
-
|
|
9991
|
-
strokeWidth: "1.5",
|
|
9992
|
-
strokeLinecap: "round",
|
|
9993
|
-
strokeLinejoin: "round"
|
|
9869
|
+
d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
|
|
9870
|
+
fill: e
|
|
9994
9871
|
}
|
|
9995
9872
|
),
|
|
9996
9873
|
/* @__PURE__ */ n(
|
|
9997
9874
|
"path",
|
|
9998
9875
|
{
|
|
9999
|
-
d: "
|
|
10000
|
-
|
|
10001
|
-
strokeWidth: "1.5",
|
|
10002
|
-
strokeLinecap: "round",
|
|
10003
|
-
strokeLinejoin: "round"
|
|
9876
|
+
d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
|
|
9877
|
+
fill: e
|
|
10004
9878
|
}
|
|
10005
9879
|
)
|
|
10006
9880
|
]
|
|
10007
9881
|
}
|
|
10008
|
-
),
|
|
9882
|
+
), W4 = ({
|
|
10009
9883
|
className: l,
|
|
10010
9884
|
color: e = h.GREY_DARK_5,
|
|
10011
|
-
height: t =
|
|
10012
|
-
width: i =
|
|
9885
|
+
height: t = 20,
|
|
9886
|
+
width: i = 20,
|
|
10013
9887
|
onClick: s
|
|
10014
9888
|
}) => /* @__PURE__ */ n(
|
|
10015
9889
|
"svg",
|
|
@@ -10024,11 +9898,8 @@ const F0 = ({
|
|
|
10024
9898
|
children: /* @__PURE__ */ n(
|
|
10025
9899
|
"path",
|
|
10026
9900
|
{
|
|
10027
|
-
d: "M14.3632 5.
|
|
10028
|
-
|
|
10029
|
-
strokeWidth: "1.5",
|
|
10030
|
-
strokeLinecap: "round",
|
|
10031
|
-
strokeLinejoin: "round"
|
|
9901
|
+
d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
|
|
9902
|
+
fill: e
|
|
10032
9903
|
}
|
|
10033
9904
|
)
|
|
10034
9905
|
}
|
|
@@ -10304,12 +10175,12 @@ const F0 = ({
|
|
|
10304
10175
|
]
|
|
10305
10176
|
}
|
|
10306
10177
|
), i6 = ({
|
|
10307
|
-
width: l =
|
|
10308
|
-
height: e =
|
|
10309
|
-
color: t = h.
|
|
10178
|
+
width: l = 20,
|
|
10179
|
+
height: e = 20,
|
|
10180
|
+
color: t = h.GREY_DARK_5,
|
|
10310
10181
|
className: i,
|
|
10311
10182
|
onClick: s
|
|
10312
|
-
}) => /* @__PURE__ */
|
|
10183
|
+
}) => /* @__PURE__ */ g(
|
|
10313
10184
|
"svg",
|
|
10314
10185
|
{
|
|
10315
10186
|
width: l,
|
|
@@ -10319,16 +10190,29 @@ const F0 = ({
|
|
|
10319
10190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10320
10191
|
className: i,
|
|
10321
10192
|
onClick: s,
|
|
10322
|
-
children:
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
|
|
10326
|
-
|
|
10327
|
-
|
|
10328
|
-
|
|
10329
|
-
|
|
10330
|
-
|
|
10331
|
-
|
|
10193
|
+
children: [
|
|
10194
|
+
/* @__PURE__ */ n(
|
|
10195
|
+
"path",
|
|
10196
|
+
{
|
|
10197
|
+
d: "M20.25 19V6.81055L16.1895 2.75L7 2.75C6.58579 2.75 6.25 2.41421 6.25 2C6.25 1.58579 6.58579 1.25 7 1.25L16.5 1.25C16.6989 1.25 16.8896 1.32907 17.0303 1.46973L21.5303 5.96973C21.6709 6.11038 21.75 6.30109 21.75 6.5V19C21.75 19.4142 21.4142 19.75 21 19.75C20.5858 19.75 20.25 19.4142 20.25 19Z",
|
|
10198
|
+
fill: t
|
|
10199
|
+
}
|
|
10200
|
+
),
|
|
10201
|
+
/* @__PURE__ */ n(
|
|
10202
|
+
"path",
|
|
10203
|
+
{
|
|
10204
|
+
d: "M18.75 20.5C18.75 21.7426 17.7426 22.75 16.5 22.75H4.5C3.25736 22.75 2.25 21.7426 2.25 20.5V6.5C2.25 5.25736 3.25736 4.25 4.5 4.25H14.252C14.6098 4.25013 14.953 4.39245 15.2061 4.64551L18.3545 7.79395C18.6076 8.04701 18.7499 8.39018 18.75 8.74805V20.5ZM3.75 20.5C3.75 20.9142 4.08579 21.25 4.5 21.25H16.5C16.9142 21.25 17.25 20.9142 17.25 20.5V8.81055L14.1895 5.75H4.5C4.08579 5.75 3.75 6.08579 3.75 6.5V20.5Z",
|
|
10205
|
+
fill: t
|
|
10206
|
+
}
|
|
10207
|
+
),
|
|
10208
|
+
/* @__PURE__ */ n(
|
|
10209
|
+
"path",
|
|
10210
|
+
{
|
|
10211
|
+
d: "M13.25 5C13.25 4.58579 13.5858 4.25 14 4.25C14.4142 4.25 14.75 4.58579 14.75 5V8.25H18C18.4142 8.25 18.75 8.58579 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75H14.5996C13.8543 9.74979 13.2502 9.14567 13.25 8.40039V5Z",
|
|
10212
|
+
fill: t
|
|
10213
|
+
}
|
|
10214
|
+
)
|
|
10215
|
+
]
|
|
10332
10216
|
}
|
|
10333
10217
|
), l6 = ({
|
|
10334
10218
|
width: l = 20,
|
|
@@ -10364,7 +10248,7 @@ const F0 = ({
|
|
|
10364
10248
|
onClick: c
|
|
10365
10249
|
}) => {
|
|
10366
10250
|
const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
|
|
10367
|
-
return /* @__PURE__ */ n(
|
|
10251
|
+
return /* @__PURE__ */ n($, { children: (() => {
|
|
10368
10252
|
switch (l) {
|
|
10369
10253
|
case "arrow1Down":
|
|
10370
10254
|
return z0({ width: e, height: t, color: a, className: r, onClick: o });
|
|
@@ -10395,13 +10279,13 @@ const F0 = ({
|
|
|
10395
10279
|
case "filter1":
|
|
10396
10280
|
return d4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10397
10281
|
case "filter2":
|
|
10398
|
-
return
|
|
10282
|
+
return S4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10399
10283
|
case "attention":
|
|
10400
10284
|
return g4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10401
10285
|
case "users":
|
|
10402
10286
|
return w4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10403
10287
|
case "mySkillsMatrix":
|
|
10404
|
-
return
|
|
10288
|
+
return f4({
|
|
10405
10289
|
width: e,
|
|
10406
10290
|
height: t,
|
|
10407
10291
|
color: a,
|
|
@@ -10411,7 +10295,7 @@ const F0 = ({
|
|
|
10411
10295
|
case "skills":
|
|
10412
10296
|
return p4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10413
10297
|
case "skillsMatrices":
|
|
10414
|
-
return
|
|
10298
|
+
return u4({
|
|
10415
10299
|
width: e,
|
|
10416
10300
|
height: t,
|
|
10417
10301
|
color: a,
|
|
@@ -10423,17 +10307,17 @@ const F0 = ({
|
|
|
10423
10307
|
case "logOut":
|
|
10424
10308
|
return m4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10425
10309
|
case "settings":
|
|
10426
|
-
return k4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10427
|
-
case "trash":
|
|
10428
10310
|
return v4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10311
|
+
case "trash":
|
|
10312
|
+
return k4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10429
10313
|
case "settings2":
|
|
10430
10314
|
return N4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10431
10315
|
case "checkCircle":
|
|
10432
10316
|
return M4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10433
10317
|
case "cancelCircle":
|
|
10434
|
-
return
|
|
10318
|
+
return Z4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10435
10319
|
case "visibilityIcon":
|
|
10436
|
-
return
|
|
10320
|
+
return x4({
|
|
10437
10321
|
width: e,
|
|
10438
10322
|
height: t,
|
|
10439
10323
|
color: a,
|
|
@@ -10441,7 +10325,7 @@ const F0 = ({
|
|
|
10441
10325
|
onClick: o
|
|
10442
10326
|
});
|
|
10443
10327
|
case "visibilityOffIcon":
|
|
10444
|
-
return
|
|
10328
|
+
return V4({
|
|
10445
10329
|
width: e,
|
|
10446
10330
|
height: t,
|
|
10447
10331
|
color: a,
|
|
@@ -10457,7 +10341,7 @@ const F0 = ({
|
|
|
10457
10341
|
case "search":
|
|
10458
10342
|
return b4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10459
10343
|
case "arrowUpFilled":
|
|
10460
|
-
return
|
|
10344
|
+
return E4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10461
10345
|
case "arrowDownFilled":
|
|
10462
10346
|
return y4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10463
10347
|
case "arrow2Up":
|
|
@@ -10469,7 +10353,7 @@ const F0 = ({
|
|
|
10469
10353
|
case "arrow2Left":
|
|
10470
10354
|
return l4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10471
10355
|
case "link":
|
|
10472
|
-
return
|
|
10356
|
+
return A4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10473
10357
|
case "telegram":
|
|
10474
10358
|
return K4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10475
10359
|
case "mail":
|
|
@@ -10479,25 +10363,25 @@ const F0 = ({
|
|
|
10479
10363
|
case "linkedIn":
|
|
10480
10364
|
return G4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10481
10365
|
case "emptyStateIcon":
|
|
10482
|
-
return
|
|
10366
|
+
return Y4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10483
10367
|
case "dotMenuIcon":
|
|
10484
10368
|
return O4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10485
10369
|
case "plusCircle":
|
|
10486
10370
|
return I4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10487
10371
|
case "warning":
|
|
10488
|
-
return j4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10489
|
-
case "bell":
|
|
10490
10372
|
return $4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10373
|
+
case "bell":
|
|
10374
|
+
return P4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10491
10375
|
case "copy":
|
|
10492
10376
|
return T4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10493
10377
|
case "contract":
|
|
10494
|
-
return
|
|
10378
|
+
return F4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10495
10379
|
case "resourceManager":
|
|
10496
|
-
return
|
|
10380
|
+
return j4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10497
10381
|
case "image":
|
|
10498
|
-
return F4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10499
|
-
case "edit":
|
|
10500
10382
|
return U4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10383
|
+
case "edit":
|
|
10384
|
+
return W4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10501
10385
|
case "burgerMenu":
|
|
10502
10386
|
return z4({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10503
10387
|
case "refresh":
|
|
@@ -10517,7 +10401,7 @@ const F0 = ({
|
|
|
10517
10401
|
case "unpaidLeave":
|
|
10518
10402
|
return l6({ width: e, height: t, color: a, className: r, onClick: o });
|
|
10519
10403
|
default:
|
|
10520
|
-
return /* @__PURE__ */ n(
|
|
10404
|
+
return /* @__PURE__ */ n($, { children: "No Icon provided" });
|
|
10521
10405
|
}
|
|
10522
10406
|
})() });
|
|
10523
10407
|
}, n6 = ({
|
|
@@ -10564,14 +10448,14 @@ const r6 = q((l, e) => {
|
|
|
10564
10448
|
required: r = !1,
|
|
10565
10449
|
clearable: p = !0,
|
|
10566
10450
|
scrollThresholdValue: w = 50,
|
|
10567
|
-
onSearchChange:
|
|
10568
|
-
onDropdownVisibleChange:
|
|
10451
|
+
onSearchChange: f,
|
|
10452
|
+
onDropdownVisibleChange: u,
|
|
10569
10453
|
onScrollToEnd: L,
|
|
10570
10454
|
onPopupScroll: m,
|
|
10571
|
-
id:
|
|
10572
|
-
extraOptions:
|
|
10455
|
+
id: Z,
|
|
10456
|
+
extraOptions: V,
|
|
10573
10457
|
dropdownRender: b,
|
|
10574
|
-
optionRender:
|
|
10458
|
+
optionRender: v,
|
|
10575
10459
|
isLoading: R,
|
|
10576
10460
|
readOnly: N,
|
|
10577
10461
|
error: M,
|
|
@@ -10580,38 +10464,38 @@ const r6 = q((l, e) => {
|
|
|
10580
10464
|
} = l;
|
|
10581
10465
|
let X;
|
|
10582
10466
|
C && C !== "single" && (X = l.overflowBehaviour ?? "responsive");
|
|
10583
|
-
const [
|
|
10467
|
+
const [S, w1] = E(!1), [U, F] = E(!1), [j, W] = E(!1), [s1, A] = E(!0), [_, Y] = E(t), n1 = P(null), M1 = C === "single" && G === "badge";
|
|
10584
10468
|
D(() => {
|
|
10585
|
-
|
|
10469
|
+
Y(t);
|
|
10586
10470
|
}, [t]);
|
|
10587
|
-
const c2 = (
|
|
10588
|
-
w1(
|
|
10589
|
-
}, d2 = (
|
|
10471
|
+
const c2 = (k) => {
|
|
10472
|
+
w1(k), u && u(k);
|
|
10473
|
+
}, d2 = (k, H) => {
|
|
10590
10474
|
var y;
|
|
10591
|
-
return !!((y = H == null ? void 0 : H.label) != null && y.toString().toLowerCase().includes(
|
|
10475
|
+
return !!((y = H == null ? void 0 : H.label) != null && y.toString().toLowerCase().includes(k.toLowerCase()));
|
|
10592
10476
|
}, g2 = () => {
|
|
10593
|
-
|
|
10477
|
+
F(!0);
|
|
10594
10478
|
}, w2 = () => {
|
|
10595
|
-
|
|
10479
|
+
F(!1);
|
|
10596
10480
|
}, e1 = O(
|
|
10597
|
-
(
|
|
10481
|
+
(k) => {
|
|
10598
10482
|
let H = null;
|
|
10599
10483
|
if (M1) {
|
|
10600
|
-
const y = Array.isArray(
|
|
10484
|
+
const y = Array.isArray(k) ? k : [];
|
|
10601
10485
|
H = y.length > 1 ? [y[y.length - 1]] : y;
|
|
10602
10486
|
const o1 = H.length > 0 ? H[0] : null;
|
|
10603
|
-
i == null || i(o1),
|
|
10487
|
+
i == null || i(o1), Y(H);
|
|
10604
10488
|
return;
|
|
10605
10489
|
}
|
|
10606
10490
|
if (C && C !== "single") {
|
|
10607
|
-
const y =
|
|
10608
|
-
i == null || i(y),
|
|
10491
|
+
const y = k;
|
|
10492
|
+
i == null || i(y), Y(y);
|
|
10609
10493
|
return;
|
|
10610
10494
|
}
|
|
10611
|
-
H = Array.isArray(
|
|
10495
|
+
H = Array.isArray(k) ? null : k || null, i == null || i(H), Y(H);
|
|
10612
10496
|
},
|
|
10613
10497
|
[C, i, M1]
|
|
10614
|
-
),
|
|
10498
|
+
), f2 = O(() => {
|
|
10615
10499
|
if (!(N || o)) {
|
|
10616
10500
|
if (C) {
|
|
10617
10501
|
e1([]);
|
|
@@ -10619,54 +10503,54 @@ const r6 = q((l, e) => {
|
|
|
10619
10503
|
}
|
|
10620
10504
|
e1("");
|
|
10621
10505
|
}
|
|
10622
|
-
}, [o, e1, C, N]),
|
|
10623
|
-
(
|
|
10624
|
-
const H = _.filter((y) => y !==
|
|
10625
|
-
e1(H),
|
|
10506
|
+
}, [o, e1, C, N]), f1 = O(
|
|
10507
|
+
(k) => {
|
|
10508
|
+
const H = _.filter((y) => y !== k);
|
|
10509
|
+
e1(H), Y(H);
|
|
10626
10510
|
},
|
|
10627
10511
|
[e1, _]
|
|
10628
|
-
),
|
|
10629
|
-
(
|
|
10512
|
+
), E1 = O(
|
|
10513
|
+
(k) => (_ == null ? void 0 : _.indexOf(k)) === 0 ? (
|
|
10630
10514
|
// if the search input is empty
|
|
10631
10515
|
// then display the placeholder, else do not display it
|
|
10632
10516
|
/* @__PURE__ */ n("span", { className: "custom-placeholder", children: s1 ? s : "" })
|
|
10633
|
-
) : /* @__PURE__ */ n(
|
|
10517
|
+
) : /* @__PURE__ */ n($, {}),
|
|
10634
10518
|
[s1, _, s]
|
|
10635
|
-
), p2 = (
|
|
10636
|
-
|
|
10637
|
-
},
|
|
10638
|
-
const { target: H } =
|
|
10639
|
-
H.scrollTop + H.offsetHeight >= H.scrollHeight - w && (L == null || L(!0)), m && await m(
|
|
10640
|
-
},
|
|
10641
|
-
(
|
|
10519
|
+
), p2 = (k) => {
|
|
10520
|
+
k.preventDefault(), k.stopPropagation();
|
|
10521
|
+
}, u2 = async (k) => {
|
|
10522
|
+
const { target: H } = k;
|
|
10523
|
+
H.scrollTop + H.offsetHeight >= H.scrollHeight - w && (L == null || L(!0)), m && await m(k);
|
|
10524
|
+
}, Z1 = O(
|
|
10525
|
+
(k) => {
|
|
10642
10526
|
var H, y;
|
|
10643
|
-
return ((H = d.find((t1) => t1.value ===
|
|
10527
|
+
return ((H = d.find((t1) => t1.value === k)) == null ? void 0 : H.label) || ((y = V == null ? void 0 : V.find((t1) => t1.value === k)) == null ? void 0 : y.label) || k;
|
|
10644
10528
|
},
|
|
10645
|
-
[
|
|
10529
|
+
[V, d]
|
|
10646
10530
|
), L2 = O(
|
|
10647
|
-
(
|
|
10531
|
+
(k, H = "default") => {
|
|
10648
10532
|
var y;
|
|
10649
10533
|
return /* @__PURE__ */ n(
|
|
10650
|
-
|
|
10534
|
+
U0,
|
|
10651
10535
|
{
|
|
10652
|
-
values:
|
|
10653
|
-
onTagClose:
|
|
10536
|
+
values: k,
|
|
10537
|
+
onTagClose: f1,
|
|
10654
10538
|
maxWidth: ((y = n1.current) == null ? void 0 : y.clientWidth) || 0,
|
|
10655
10539
|
disabled: o,
|
|
10656
10540
|
closable: !N,
|
|
10657
10541
|
options: d,
|
|
10658
|
-
extraOptions:
|
|
10542
|
+
extraOptions: V,
|
|
10659
10543
|
selectedItemVariant: H
|
|
10660
10544
|
}
|
|
10661
10545
|
);
|
|
10662
10546
|
},
|
|
10663
|
-
[o,
|
|
10547
|
+
[o, V, f1, d, N]
|
|
10664
10548
|
), m2 = O(
|
|
10665
|
-
({ label:
|
|
10549
|
+
({ label: k, value: H, mode: y }) => {
|
|
10666
10550
|
if (y === "filter")
|
|
10667
|
-
return
|
|
10551
|
+
return E1(H);
|
|
10668
10552
|
{
|
|
10669
|
-
const o1 = G === "badge" && d.find((
|
|
10553
|
+
const o1 = G === "badge" && d.find((v2) => v2.label === k), t1 = typeof k == "object" ? k : Z1(H);
|
|
10670
10554
|
return /* @__PURE__ */ n("div", { onMouseDown: p2, className: "tag-wrapper", children: G === "badge" ? /* @__PURE__ */ n(
|
|
10671
10555
|
n2,
|
|
10672
10556
|
{
|
|
@@ -10675,11 +10559,11 @@ const r6 = q((l, e) => {
|
|
|
10675
10559
|
color: o1 ? o1.color : "cyan",
|
|
10676
10560
|
text: t1
|
|
10677
10561
|
}
|
|
10678
|
-
) : /* @__PURE__ */ n(l2, { onClose: () =>
|
|
10562
|
+
) : /* @__PURE__ */ n(l2, { onClose: () => f1(H), disabled: o, children: t1 }) });
|
|
10679
10563
|
}
|
|
10680
10564
|
},
|
|
10681
|
-
[o,
|
|
10682
|
-
),
|
|
10565
|
+
[o, Z1, f1, E1, G, d]
|
|
10566
|
+
), A1 = Array.isArray(_) && _.length > 0 || !!_ && typeof _ == "string" && _.trim() !== "";
|
|
10683
10567
|
return /* @__PURE__ */ g(
|
|
10684
10568
|
"div",
|
|
10685
10569
|
{
|
|
@@ -10688,7 +10572,7 @@ const r6 = q((l, e) => {
|
|
|
10688
10572
|
/* @__PURE__ */ g(
|
|
10689
10573
|
"div",
|
|
10690
10574
|
{
|
|
10691
|
-
className: `snmt-select ${
|
|
10575
|
+
className: `snmt-select ${U ? "snmt-select-focused" : ""}
|
|
10692
10576
|
${C ? "" : "snmt-select-single"}
|
|
10693
10577
|
${N ? "snmt-select-read-only" : ""}
|
|
10694
10578
|
${X === "static" ? "snmt-select-static" : ""}
|
|
@@ -10701,15 +10585,15 @@ const r6 = q((l, e) => {
|
|
|
10701
10585
|
{
|
|
10702
10586
|
className: "snmt-select-blank",
|
|
10703
10587
|
popupClassName: N ? "dropdown-read-only" : "",
|
|
10704
|
-
id:
|
|
10588
|
+
id: Z,
|
|
10705
10589
|
ref: e,
|
|
10706
10590
|
showSearch: !!c,
|
|
10707
10591
|
filterOption: c && d2,
|
|
10708
10592
|
onDropdownVisibleChange: c2,
|
|
10709
10593
|
disabled: o,
|
|
10710
10594
|
value: _ || void 0,
|
|
10711
|
-
labelRender: (
|
|
10712
|
-
const H =
|
|
10595
|
+
labelRender: (k) => {
|
|
10596
|
+
const H = Z1(k.value);
|
|
10713
10597
|
return o ? /* @__PURE__ */ n("span", { style: { color: h.GREY_DARK_1 }, children: H }) : H;
|
|
10714
10598
|
},
|
|
10715
10599
|
mode: C6(C, M1),
|
|
@@ -10717,23 +10601,23 @@ const r6 = q((l, e) => {
|
|
|
10717
10601
|
onChange: e1,
|
|
10718
10602
|
onFocus: g2,
|
|
10719
10603
|
onBlur: w2,
|
|
10720
|
-
onMouseEnter: () =>
|
|
10721
|
-
onMouseLeave: () =>
|
|
10722
|
-
onSearch: (
|
|
10723
|
-
|
|
10604
|
+
onMouseEnter: () => W(!0),
|
|
10605
|
+
onMouseLeave: () => W(!1),
|
|
10606
|
+
onSearch: (k) => {
|
|
10607
|
+
A(!k), f && f(k);
|
|
10724
10608
|
},
|
|
10725
|
-
onSelect: () =>
|
|
10726
|
-
onDeselect: () =>
|
|
10727
|
-
tagRender: (
|
|
10609
|
+
onSelect: () => A(!0),
|
|
10610
|
+
onDeselect: () => A(!0),
|
|
10611
|
+
tagRender: (k) => m2({ ...k, mode: C }),
|
|
10728
10612
|
maxTagCount: X === "responsive" ? "responsive" : void 0,
|
|
10729
|
-
maxTagPlaceholder: (
|
|
10730
|
-
onPopupScroll:
|
|
10731
|
-
prefix: R && /* @__PURE__ */ n(
|
|
10732
|
-
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: C !== "filter" && /* @__PURE__ */ g(
|
|
10613
|
+
maxTagPlaceholder: (k) => L2(k, G),
|
|
10614
|
+
onPopupScroll: u2,
|
|
10615
|
+
prefix: R && /* @__PURE__ */ n(S1, { size: "small" }),
|
|
10616
|
+
suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: C !== "filter" && /* @__PURE__ */ g($, { children: [
|
|
10733
10617
|
_ && !!_.length && p && /* @__PURE__ */ n(
|
|
10734
10618
|
"div",
|
|
10735
10619
|
{
|
|
10736
|
-
onClick:
|
|
10620
|
+
onClick: f2,
|
|
10737
10621
|
style: {
|
|
10738
10622
|
cursor: o ? "not-allowed" : "pointer"
|
|
10739
10623
|
},
|
|
@@ -10746,11 +10630,11 @@ const r6 = q((l, e) => {
|
|
|
10746
10630
|
)
|
|
10747
10631
|
}
|
|
10748
10632
|
),
|
|
10749
|
-
B === "borderless" && (
|
|
10633
|
+
B === "borderless" && (j || U) && /* @__PURE__ */ n(
|
|
10750
10634
|
n6,
|
|
10751
10635
|
{
|
|
10752
|
-
isActive:
|
|
10753
|
-
onClick: () => w1(!
|
|
10636
|
+
isActive: S,
|
|
10637
|
+
onClick: () => w1(!S)
|
|
10754
10638
|
}
|
|
10755
10639
|
),
|
|
10756
10640
|
B === "outlined" && /* @__PURE__ */ n(
|
|
@@ -10758,53 +10642,53 @@ const r6 = q((l, e) => {
|
|
|
10758
10642
|
{
|
|
10759
10643
|
name: "arrow2Down",
|
|
10760
10644
|
color: o ? h.GREY_DARK_1 : h.GREY_DARK_2,
|
|
10761
|
-
className:
|
|
10762
|
-
onClick: () => w1(!
|
|
10645
|
+
className: S ? "select-arrow-rotated" : "select-arrow",
|
|
10646
|
+
onClick: () => w1(!S)
|
|
10763
10647
|
}
|
|
10764
10648
|
)
|
|
10765
10649
|
] }) }),
|
|
10766
10650
|
removeIcon: /* @__PURE__ */ n(a1, { name: "cancelCircle", color: h.GREY_DARK_1 }),
|
|
10767
10651
|
options: d,
|
|
10768
|
-
optionRender: (
|
|
10652
|
+
optionRender: (k) => v ? v(k.data) : /* @__PURE__ */ g(C1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
10769
10653
|
/* @__PURE__ */ g(C1, { alignItems: "center", gap: 12, children: [
|
|
10770
10654
|
C && /* @__PURE__ */ n(
|
|
10771
10655
|
l5,
|
|
10772
10656
|
{
|
|
10773
|
-
checked: !!(_ != null && _.includes(
|
|
10657
|
+
checked: !!(_ != null && _.includes(k.value))
|
|
10774
10658
|
}
|
|
10775
10659
|
),
|
|
10776
10660
|
/* @__PURE__ */ g(C1, { alignItems: "center", gap: 8, children: [
|
|
10777
|
-
|
|
10661
|
+
k.data.image !== void 0 && /* @__PURE__ */ n(
|
|
10778
10662
|
q2,
|
|
10779
10663
|
{
|
|
10780
|
-
src:
|
|
10664
|
+
src: k.data.image,
|
|
10781
10665
|
variant: "xsmall",
|
|
10782
|
-
fallbackText:
|
|
10666
|
+
fallbackText: k.data.imageFallbackText ? k.data.imageFallbackText : ""
|
|
10783
10667
|
}
|
|
10784
10668
|
),
|
|
10785
|
-
/* @__PURE__ */ n("span", { children:
|
|
10669
|
+
/* @__PURE__ */ n("span", { children: k.label })
|
|
10786
10670
|
] })
|
|
10787
10671
|
] }),
|
|
10788
|
-
!C && _ ===
|
|
10672
|
+
!C && _ === k.value && /* @__PURE__ */ n(a1, { name: "check", color: h.BLUE_DARK_1 })
|
|
10789
10673
|
] }),
|
|
10790
|
-
dropdownRender: (
|
|
10791
|
-
/* @__PURE__ */ n("div", { className: "dropdown-menu", children: b ? b(
|
|
10792
|
-
R && /* @__PURE__ */ n("div", { className: "loading-overlay", children: /* @__PURE__ */ n(
|
|
10674
|
+
dropdownRender: (k) => /* @__PURE__ */ g("div", { className: "dropdown-container", children: [
|
|
10675
|
+
/* @__PURE__ */ n("div", { className: "dropdown-menu", children: b ? b(k) : k }),
|
|
10676
|
+
R && /* @__PURE__ */ n("div", { className: "loading-overlay", children: /* @__PURE__ */ n(S1, {}) })
|
|
10793
10677
|
] })
|
|
10794
10678
|
}
|
|
10795
10679
|
),
|
|
10796
10680
|
s && B !== "borderless" && /* @__PURE__ */ n(
|
|
10797
10681
|
"label",
|
|
10798
10682
|
{
|
|
10799
|
-
className: `${
|
|
10683
|
+
className: `${U || A1 ? "label-floating" : ""} ${o ? "label-disabled" : ""} ${U ? "label-focused" : ""} ${R ? "label-loading" : ""} ${M ? "label-error" : ""}`,
|
|
10800
10684
|
children: r ? `${s}*` : s
|
|
10801
10685
|
}
|
|
10802
10686
|
),
|
|
10803
10687
|
/* @__PURE__ */ n(
|
|
10804
10688
|
"fieldset",
|
|
10805
10689
|
{
|
|
10806
|
-
className: `${
|
|
10807
|
-
${
|
|
10690
|
+
className: `${U ? "fieldset-focused" : ""} ${o ? "fieldset-disabled" : ""} ${A1 ? "fieldset-filled" : ""} ${M ? "fieldset-error" : ""}
|
|
10691
|
+
${j ? "fieldset-hovered" : ""}`,
|
|
10808
10692
|
children: /* @__PURE__ */ n("legend", { children: s && B !== "borderless" && /* @__PURE__ */ n("span", { children: r ? `${s}*` : s }) })
|
|
10809
10693
|
}
|
|
10810
10694
|
)
|
|
@@ -10830,7 +10714,7 @@ const r6 = q((l, e) => {
|
|
|
10830
10714
|
function C6(l, e) {
|
|
10831
10715
|
return l === "filter" || e ? "multiple" : l === "single" ? void 0 : l;
|
|
10832
10716
|
}
|
|
10833
|
-
const
|
|
10717
|
+
const x = (l) => typeof l == "string", r1 = () => {
|
|
10834
10718
|
let l, e;
|
|
10835
10719
|
const t = new Promise((i, s) => {
|
|
10836
10720
|
l = i, e = s;
|
|
@@ -10840,19 +10724,19 @@ const V = (l) => typeof l == "string", r1 = () => {
|
|
|
10840
10724
|
l.forEach((i) => {
|
|
10841
10725
|
e[i] && (t[i] = e[i]);
|
|
10842
10726
|
});
|
|
10843
|
-
}, c6 = /###/g, I1 = (l) => l && l.indexOf("###") > -1 ? l.replace(c6, ".") : l,
|
|
10844
|
-
const i =
|
|
10727
|
+
}, c6 = /###/g, I1 = (l) => l && l.indexOf("###") > -1 ? l.replace(c6, ".") : l, $1 = (l) => !l || x(l), h1 = (l, e, t) => {
|
|
10728
|
+
const i = x(e) ? e.split(".") : e;
|
|
10845
10729
|
let s = 0;
|
|
10846
10730
|
for (; s < i.length - 1; ) {
|
|
10847
|
-
if (
|
|
10731
|
+
if ($1(l)) return {};
|
|
10848
10732
|
const C = I1(i[s]);
|
|
10849
10733
|
!l[C] && t && (l[C] = new t()), Object.prototype.hasOwnProperty.call(l, C) ? l = l[C] : l = {}, ++s;
|
|
10850
10734
|
}
|
|
10851
|
-
return
|
|
10735
|
+
return $1(l) ? {} : {
|
|
10852
10736
|
obj: l,
|
|
10853
10737
|
k: I1(i[s])
|
|
10854
10738
|
};
|
|
10855
|
-
},
|
|
10739
|
+
}, P1 = (l, e, t) => {
|
|
10856
10740
|
const {
|
|
10857
10741
|
obj: i,
|
|
10858
10742
|
k: s
|
|
@@ -10883,7 +10767,7 @@ const V = (l) => typeof l == "string", r1 = () => {
|
|
|
10883
10767
|
return i !== void 0 ? i : L1(e, t);
|
|
10884
10768
|
}, o2 = (l, e, t) => {
|
|
10885
10769
|
for (const i in e)
|
|
10886
|
-
i !== "__proto__" && i !== "constructor" && (i in l ?
|
|
10770
|
+
i !== "__proto__" && i !== "constructor" && (i in l ? x(l[i]) || l[i] instanceof String || x(e[i]) || e[i] instanceof String ? t && (l[i] = e[i]) : o2(l[i], e[i], t) : l[i] = e[i]);
|
|
10887
10771
|
return l;
|
|
10888
10772
|
}, i1 = (l) => l.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
10889
10773
|
var w6 = {
|
|
@@ -10894,7 +10778,7 @@ var w6 = {
|
|
|
10894
10778
|
"'": "'",
|
|
10895
10779
|
"/": "/"
|
|
10896
10780
|
};
|
|
10897
|
-
const
|
|
10781
|
+
const f6 = (l) => x(l) ? l.replace(/[&<>"'\/]/g, (e) => w6[e]) : l;
|
|
10898
10782
|
class p6 {
|
|
10899
10783
|
constructor(e) {
|
|
10900
10784
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
@@ -10907,9 +10791,9 @@ class p6 {
|
|
|
10907
10791
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
10908
10792
|
}
|
|
10909
10793
|
}
|
|
10910
|
-
const
|
|
10794
|
+
const u6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
|
|
10911
10795
|
e = e || "", t = t || "";
|
|
10912
|
-
const i =
|
|
10796
|
+
const i = u6.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
|
10913
10797
|
if (i.length === 0) return !0;
|
|
10914
10798
|
const s = L6.getRegExp(`(${i.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
|
10915
10799
|
let C = !s.test(l);
|
|
@@ -10938,7 +10822,7 @@ const f6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
|
|
|
10938
10822
|
s = c;
|
|
10939
10823
|
}
|
|
10940
10824
|
return s;
|
|
10941
|
-
}, m1 = (l) => l && l.replace("_", "-"),
|
|
10825
|
+
}, m1 = (l) => l && l.replace("_", "-"), v6 = {
|
|
10942
10826
|
type: "logger",
|
|
10943
10827
|
log(l) {
|
|
10944
10828
|
this.output("log", l);
|
|
@@ -10953,14 +10837,14 @@ const f6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
|
|
|
10953
10837
|
console && console[l] && console[l].apply(console, e);
|
|
10954
10838
|
}
|
|
10955
10839
|
};
|
|
10956
|
-
class
|
|
10840
|
+
class v1 {
|
|
10957
10841
|
constructor(e) {
|
|
10958
10842
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
10959
10843
|
this.init(e, t);
|
|
10960
10844
|
}
|
|
10961
10845
|
init(e) {
|
|
10962
10846
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
10963
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
10847
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || v6, this.options = t, this.debug = t.debug;
|
|
10964
10848
|
}
|
|
10965
10849
|
log() {
|
|
10966
10850
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -10983,19 +10867,19 @@ class k1 {
|
|
|
10983
10867
|
return this.forward(t, "warn", "WARNING DEPRECATED: ", !0);
|
|
10984
10868
|
}
|
|
10985
10869
|
forward(e, t, i, s) {
|
|
10986
|
-
return s && !this.debug ? null : (
|
|
10870
|
+
return s && !this.debug ? null : (x(e[0]) && (e[0] = `${i}${this.prefix} ${e[0]}`), this.logger[t](e));
|
|
10987
10871
|
}
|
|
10988
10872
|
create(e) {
|
|
10989
|
-
return new
|
|
10873
|
+
return new v1(this.logger, {
|
|
10990
10874
|
prefix: `${this.prefix}:${e}:`,
|
|
10991
10875
|
...this.options
|
|
10992
10876
|
});
|
|
10993
10877
|
}
|
|
10994
10878
|
clone(e) {
|
|
10995
|
-
return e = e || this.options, e.prefix = e.prefix || this.prefix, new
|
|
10879
|
+
return e = e || this.options, e.prefix = e.prefix || this.prefix, new v1(this.logger, e);
|
|
10996
10880
|
}
|
|
10997
10881
|
}
|
|
10998
|
-
var I = new
|
|
10882
|
+
var I = new v1();
|
|
10999
10883
|
class N1 {
|
|
11000
10884
|
constructor() {
|
|
11001
10885
|
this.observers = {};
|
|
@@ -11049,9 +10933,9 @@ class T1 extends N1 {
|
|
|
11049
10933
|
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
11050
10934
|
const C = s.keySeparator !== void 0 ? s.keySeparator : this.options.keySeparator, c = s.ignoreJSONStructure !== void 0 ? s.ignoreJSONStructure : this.options.ignoreJSONStructure;
|
|
11051
10935
|
let d;
|
|
11052
|
-
e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, t], i && (Array.isArray(i) ? d.push(...i) :
|
|
10936
|
+
e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, t], i && (Array.isArray(i) ? d.push(...i) : x(i) && C ? d.push(...i.split(C)) : d.push(i)));
|
|
11053
10937
|
const a = L1(this.data, d);
|
|
11054
|
-
return !a && !t && !i && e.indexOf(".") > -1 && (e = d[0], t = d[1], i = d.slice(2).join(".")), a || !c || !
|
|
10938
|
+
return !a && !t && !i && e.indexOf(".") > -1 && (e = d[0], t = d[1], i = d.slice(2).join(".")), a || !c || !x(i) ? a : H1(this.data && this.data[e] && this.data[e][t], i, C);
|
|
11055
10939
|
}
|
|
11056
10940
|
addResource(e, t, i, s) {
|
|
11057
10941
|
let C = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
|
|
@@ -11059,14 +10943,14 @@ class T1 extends N1 {
|
|
|
11059
10943
|
};
|
|
11060
10944
|
const c = C.keySeparator !== void 0 ? C.keySeparator : this.options.keySeparator;
|
|
11061
10945
|
let d = [e, t];
|
|
11062
|
-
i && (d = d.concat(c ? i.split(c) : i)), e.indexOf(".") > -1 && (d = e.split("."), s = t, t = d[1]), this.addNamespaces(t),
|
|
10946
|
+
i && (d = d.concat(c ? i.split(c) : i)), e.indexOf(".") > -1 && (d = e.split("."), s = t, t = d[1]), this.addNamespaces(t), P1(this.data, d, s), C.silent || this.emit("added", e, t, i, s);
|
|
11063
10947
|
}
|
|
11064
10948
|
addResources(e, t, i) {
|
|
11065
10949
|
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
|
|
11066
10950
|
silent: !1
|
|
11067
10951
|
};
|
|
11068
10952
|
for (const C in i)
|
|
11069
|
-
(
|
|
10953
|
+
(x(i[C]) || Array.isArray(i[C])) && this.addResource(e, t, C, i[C], {
|
|
11070
10954
|
silent: !0
|
|
11071
10955
|
});
|
|
11072
10956
|
s.silent || this.emit("added", e, t, i);
|
|
@@ -11081,7 +10965,7 @@ class T1 extends N1 {
|
|
|
11081
10965
|
c.skipCopy || (i = JSON.parse(JSON.stringify(i))), s ? o2(a, i, C) : a = {
|
|
11082
10966
|
...a,
|
|
11083
10967
|
...i
|
|
11084
|
-
},
|
|
10968
|
+
}, P1(this.data, d, a), c.silent || this.emit("added", e, t, i);
|
|
11085
10969
|
}
|
|
11086
10970
|
removeResourceBundle(e, t) {
|
|
11087
10971
|
this.hasResourceBundle(e, t) && delete this.data[e][t], this.removeNamespaces(t), this.emit("removed", e, t);
|
|
@@ -11116,8 +11000,8 @@ var a2 = {
|
|
|
11116
11000
|
}), e;
|
|
11117
11001
|
}
|
|
11118
11002
|
};
|
|
11119
|
-
const
|
|
11120
|
-
class
|
|
11003
|
+
const F1 = {};
|
|
11004
|
+
class k1 extends N1 {
|
|
11121
11005
|
constructor(e) {
|
|
11122
11006
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11123
11007
|
super(), h6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = I.create("translator");
|
|
@@ -11145,14 +11029,14 @@ class v1 extends N1 {
|
|
|
11145
11029
|
if (a && a.length > 0)
|
|
11146
11030
|
return {
|
|
11147
11031
|
key: e,
|
|
11148
|
-
namespaces:
|
|
11032
|
+
namespaces: x(C) ? [C] : C
|
|
11149
11033
|
};
|
|
11150
11034
|
const o = e.split(i);
|
|
11151
11035
|
(i !== s || i === s && this.options.ns.indexOf(o[0]) > -1) && (C = o.shift()), e = o.join(s);
|
|
11152
11036
|
}
|
|
11153
11037
|
return {
|
|
11154
11038
|
key: e,
|
|
11155
|
-
namespaces:
|
|
11039
|
+
namespaces: x(C) ? [C] : C
|
|
11156
11040
|
};
|
|
11157
11041
|
}
|
|
11158
11042
|
translate(e, t, i) {
|
|
@@ -11166,15 +11050,15 @@ class v1 extends N1 {
|
|
|
11166
11050
|
} = this.extractFromKey(e[e.length - 1], t), a = d[d.length - 1], o = t.lng || this.language, r = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
11167
11051
|
if (o && o.toLowerCase() === "cimode") {
|
|
11168
11052
|
if (r) {
|
|
11169
|
-
const
|
|
11053
|
+
const v = t.nsSeparator || this.options.nsSeparator;
|
|
11170
11054
|
return s ? {
|
|
11171
|
-
res: `${a}${
|
|
11055
|
+
res: `${a}${v}${c}`,
|
|
11172
11056
|
usedKey: c,
|
|
11173
11057
|
exactUsedKey: c,
|
|
11174
11058
|
usedLng: o,
|
|
11175
11059
|
usedNS: a,
|
|
11176
11060
|
usedParams: this.getUsedParamsDetails(t)
|
|
11177
|
-
} : `${a}${
|
|
11061
|
+
} : `${a}${v}${c}`;
|
|
11178
11062
|
}
|
|
11179
11063
|
return s ? {
|
|
11180
11064
|
res: c,
|
|
@@ -11187,18 +11071,18 @@ class v1 extends N1 {
|
|
|
11187
11071
|
}
|
|
11188
11072
|
const p = this.resolve(e, t);
|
|
11189
11073
|
let w = p && p.res;
|
|
11190
|
-
const
|
|
11191
|
-
if (
|
|
11074
|
+
const f = p && p.usedKey || c, u = p && p.exactUsedKey || c, L = Object.prototype.toString.apply(w), m = ["[object Number]", "[object Function]", "[object RegExp]"], Z = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, V = !this.i18nFormat || this.i18nFormat.handleAsObject, b = !x(w) && typeof w != "boolean" && typeof w != "number";
|
|
11075
|
+
if (V && w && b && m.indexOf(L) < 0 && !(x(Z) && Array.isArray(w))) {
|
|
11192
11076
|
if (!t.returnObjects && !this.options.returnObjects) {
|
|
11193
11077
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
11194
|
-
const
|
|
11078
|
+
const v = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(f, w, {
|
|
11195
11079
|
...t,
|
|
11196
11080
|
ns: d
|
|
11197
11081
|
}) : `key '${c} (${this.language})' returned an object instead of string.`;
|
|
11198
|
-
return s ? (p.res =
|
|
11082
|
+
return s ? (p.res = v, p.usedParams = this.getUsedParamsDetails(t), p) : v;
|
|
11199
11083
|
}
|
|
11200
11084
|
if (C) {
|
|
11201
|
-
const
|
|
11085
|
+
const v = Array.isArray(w), R = v ? [] : {}, N = v ? u : f;
|
|
11202
11086
|
for (const M in w)
|
|
11203
11087
|
if (Object.prototype.hasOwnProperty.call(w, M)) {
|
|
11204
11088
|
const G = `${N}${C}${M}`;
|
|
@@ -11210,41 +11094,41 @@ class v1 extends N1 {
|
|
|
11210
11094
|
}
|
|
11211
11095
|
w = R;
|
|
11212
11096
|
}
|
|
11213
|
-
} else if (
|
|
11214
|
-
w = w.join(
|
|
11097
|
+
} else if (V && x(Z) && Array.isArray(w))
|
|
11098
|
+
w = w.join(Z), w && (w = this.extendTranslation(w, e, t, i));
|
|
11215
11099
|
else {
|
|
11216
|
-
let
|
|
11217
|
-
const N = t.count !== void 0 && !
|
|
11100
|
+
let v = !1, R = !1;
|
|
11101
|
+
const N = t.count !== void 0 && !x(t.count), M = k1.hasDefaultValue(t), G = N ? this.pluralResolver.getSuffix(o, t.count, t) : "", B = t.ordinal && N ? this.pluralResolver.getSuffix(o, t.count, {
|
|
11218
11102
|
ordinal: !1
|
|
11219
|
-
}) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(),
|
|
11220
|
-
!this.isValidLookup(w) && M && (
|
|
11221
|
-
const
|
|
11222
|
-
if (R ||
|
|
11223
|
-
if (this.logger.log(
|
|
11224
|
-
const
|
|
11103
|
+
}) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), S = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${G}`] || t[`defaultValue${B}`] || t.defaultValue;
|
|
11104
|
+
!this.isValidLookup(w) && M && (v = !0, w = S), this.isValidLookup(w) || (R = !0, w = c);
|
|
11105
|
+
const U = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && R ? void 0 : w, F = M && S !== w && this.options.updateMissing;
|
|
11106
|
+
if (R || v || F) {
|
|
11107
|
+
if (this.logger.log(F ? "updateKey" : "missingKey", o, a, c, F ? S : w), C) {
|
|
11108
|
+
const A = this.resolve(c, {
|
|
11225
11109
|
...t,
|
|
11226
11110
|
keySeparator: !1
|
|
11227
11111
|
});
|
|
11228
|
-
|
|
11229
|
-
}
|
|
11230
|
-
let
|
|
11231
|
-
const
|
|
11232
|
-
if (this.options.saveMissingTo === "fallback" &&
|
|
11233
|
-
for (let
|
|
11234
|
-
|
|
11235
|
-
else this.options.saveMissingTo === "all" ?
|
|
11236
|
-
const s1 = (
|
|
11237
|
-
const n1 = M &&
|
|
11238
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(
|
|
11112
|
+
A && A.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
|
|
11113
|
+
}
|
|
11114
|
+
let j = [];
|
|
11115
|
+
const W = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
|
11116
|
+
if (this.options.saveMissingTo === "fallback" && W && W[0])
|
|
11117
|
+
for (let A = 0; A < W.length; A++)
|
|
11118
|
+
j.push(W[A]);
|
|
11119
|
+
else this.options.saveMissingTo === "all" ? j = this.languageUtils.toResolveHierarchy(t.lng || this.language) : j.push(t.lng || this.language);
|
|
11120
|
+
const s1 = (A, _, Y) => {
|
|
11121
|
+
const n1 = M && Y !== w ? Y : U;
|
|
11122
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(A, a, _, n1, F, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(A, a, _, n1, F, t), this.emit("missingKey", A, a, _, w);
|
|
11239
11123
|
};
|
|
11240
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && N ?
|
|
11241
|
-
const _ = this.pluralResolver.getSuffixes(
|
|
11242
|
-
X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((
|
|
11243
|
-
s1([
|
|
11124
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && N ? j.forEach((A) => {
|
|
11125
|
+
const _ = this.pluralResolver.getSuffixes(A, t);
|
|
11126
|
+
X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((Y) => {
|
|
11127
|
+
s1([A], c + Y, t[`defaultValue${Y}`] || S);
|
|
11244
11128
|
});
|
|
11245
|
-
}) : s1(
|
|
11129
|
+
}) : s1(j, c, S));
|
|
11246
11130
|
}
|
|
11247
|
-
w = this.extendTranslation(w, e, t, p, i), R && w === c && this.options.appendNamespaceToMissingKey && (w = `${a}:${c}`), (R ||
|
|
11131
|
+
w = this.extendTranslation(w, e, t, p, i), R && w === c && this.options.appendNamespaceToMissingKey && (w = `${a}:${c}`), (R || v) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? w = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${c}` : c, v ? w : void 0) : w = this.options.parseMissingKeyHandler(w));
|
|
11248
11132
|
}
|
|
11249
11133
|
return s ? (p.res = w, p.usedParams = this.getUsedParamsDetails(t), p) : w;
|
|
11250
11134
|
}
|
|
@@ -11265,27 +11149,27 @@ class v1 extends N1 {
|
|
|
11265
11149
|
...i.interpolation
|
|
11266
11150
|
}
|
|
11267
11151
|
});
|
|
11268
|
-
const o =
|
|
11152
|
+
const o = x(e) && (i && i.interpolation && i.interpolation.skipOnVariables !== void 0 ? i.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
|
|
11269
11153
|
let r;
|
|
11270
11154
|
if (o) {
|
|
11271
11155
|
const w = e.match(this.interpolator.nestingRegexp);
|
|
11272
11156
|
r = w && w.length;
|
|
11273
11157
|
}
|
|
11274
|
-
let p = i.replace && !
|
|
11158
|
+
let p = i.replace && !x(i.replace) ? i.replace : i;
|
|
11275
11159
|
if (this.options.interpolation.defaultVariables && (p = {
|
|
11276
11160
|
...this.options.interpolation.defaultVariables,
|
|
11277
11161
|
...p
|
|
11278
11162
|
}), e = this.interpolator.interpolate(e, p, i.lng || this.language || s.usedLng, i), o) {
|
|
11279
|
-
const w = e.match(this.interpolator.nestingRegexp),
|
|
11280
|
-
r <
|
|
11163
|
+
const w = e.match(this.interpolator.nestingRegexp), f = w && w.length;
|
|
11164
|
+
r < f && (i.nest = !1);
|
|
11281
11165
|
}
|
|
11282
11166
|
!i.lng && this.options.compatibilityAPI !== "v1" && s && s.res && (i.lng = this.language || s.usedLng), i.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
|
11283
|
-
for (var w = arguments.length,
|
|
11284
|
-
u
|
|
11285
|
-
return C && C[0] ===
|
|
11167
|
+
for (var w = arguments.length, f = new Array(w), u = 0; u < w; u++)
|
|
11168
|
+
f[u] = arguments[u];
|
|
11169
|
+
return C && C[0] === f[0] && !i.context ? (c.logger.warn(`It seems you are nesting recursively key: ${f[0]} in key: ${t[0]}`), null) : c.translate(...f, t);
|
|
11286
11170
|
}, i)), i.interpolation && this.interpolator.reset();
|
|
11287
11171
|
}
|
|
11288
|
-
const d = i.postProcess || this.options.postProcess, a =
|
|
11172
|
+
const d = i.postProcess || this.options.postProcess, a = x(d) ? [d] : d;
|
|
11289
11173
|
return e != null && a && a.length && i.applyPostProcessor !== !1 && (e = a2.handle(a, e, t, this.options && this.options.postProcessPassResolved ? {
|
|
11290
11174
|
i18nResolved: {
|
|
11291
11175
|
...s,
|
|
@@ -11296,32 +11180,32 @@ class v1 extends N1 {
|
|
|
11296
11180
|
}
|
|
11297
11181
|
resolve(e) {
|
|
11298
11182
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i, s, C, c, d;
|
|
11299
|
-
return
|
|
11183
|
+
return x(e) && (e = [e]), e.forEach((a) => {
|
|
11300
11184
|
if (this.isValidLookup(i)) return;
|
|
11301
11185
|
const o = this.extractFromKey(a, t), r = o.key;
|
|
11302
11186
|
s = r;
|
|
11303
11187
|
let p = o.namespaces;
|
|
11304
11188
|
this.options.fallbackNS && (p = p.concat(this.options.fallbackNS));
|
|
11305
|
-
const w = t.count !== void 0 && !
|
|
11189
|
+
const w = t.count !== void 0 && !x(t.count), f = w && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), u = t.context !== void 0 && (x(t.context) || typeof t.context == "number") && t.context !== "", L = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
|
11306
11190
|
p.forEach((m) => {
|
|
11307
|
-
this.isValidLookup(i) || (d = m, !
|
|
11191
|
+
this.isValidLookup(i) || (d = m, !F1[`${L[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(d) && (F1[`${L[0]}-${m}`] = !0, this.logger.warn(`key "${s}" for languages "${L.join(", ")}" won't get resolved as namespace "${d}" 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!!!")), L.forEach((Z) => {
|
|
11308
11192
|
if (this.isValidLookup(i)) return;
|
|
11309
|
-
c =
|
|
11310
|
-
const
|
|
11193
|
+
c = Z;
|
|
11194
|
+
const V = [r];
|
|
11311
11195
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
|
11312
|
-
this.i18nFormat.addLookupKeys(
|
|
11196
|
+
this.i18nFormat.addLookupKeys(V, r, Z, m, t);
|
|
11313
11197
|
else {
|
|
11314
|
-
let
|
|
11315
|
-
w && (
|
|
11198
|
+
let v;
|
|
11199
|
+
w && (v = this.pluralResolver.getSuffix(Z, t.count, t));
|
|
11316
11200
|
const R = `${this.options.pluralSeparator}zero`, N = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
11317
|
-
if (w && (
|
|
11201
|
+
if (w && (V.push(r + v), t.ordinal && v.indexOf(N) === 0 && V.push(r + v.replace(N, this.options.pluralSeparator)), f && V.push(r + R)), u) {
|
|
11318
11202
|
const M = `${r}${this.options.contextSeparator}${t.context}`;
|
|
11319
|
-
|
|
11203
|
+
V.push(M), w && (V.push(M + v), t.ordinal && v.indexOf(N) === 0 && V.push(M + v.replace(N, this.options.pluralSeparator)), f && V.push(M + R));
|
|
11320
11204
|
}
|
|
11321
11205
|
}
|
|
11322
11206
|
let b;
|
|
11323
|
-
for (; b =
|
|
11324
|
-
this.isValidLookup(i) || (C = b, i = this.getResource(
|
|
11207
|
+
for (; b = V.pop(); )
|
|
11208
|
+
this.isValidLookup(i) || (C = b, i = this.getResource(Z, m, b, t));
|
|
11325
11209
|
}));
|
|
11326
11210
|
});
|
|
11327
11211
|
}), {
|
|
@@ -11341,7 +11225,7 @@ class v1 extends N1 {
|
|
|
11341
11225
|
}
|
|
11342
11226
|
getUsedParamsDetails() {
|
|
11343
11227
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11344
|
-
const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], i = e.replace && !
|
|
11228
|
+
const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], i = e.replace && !x(e.replace);
|
|
11345
11229
|
let s = i ? e.replace : e;
|
|
11346
11230
|
if (i && typeof e.count < "u" && (s.count = e.count), this.options.interpolation.defaultVariables && (s = {
|
|
11347
11231
|
...this.options.interpolation.defaultVariables,
|
|
@@ -11363,8 +11247,8 @@ class v1 extends N1 {
|
|
|
11363
11247
|
return !1;
|
|
11364
11248
|
}
|
|
11365
11249
|
}
|
|
11366
|
-
const
|
|
11367
|
-
class
|
|
11250
|
+
const x1 = (l) => l.charAt(0).toUpperCase() + l.slice(1);
|
|
11251
|
+
class j1 {
|
|
11368
11252
|
constructor(e) {
|
|
11369
11253
|
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = I.create("languageUtils");
|
|
11370
11254
|
}
|
|
@@ -11379,7 +11263,7 @@ class W1 {
|
|
|
11379
11263
|
return this.formatLanguageCode(t[0]);
|
|
11380
11264
|
}
|
|
11381
11265
|
formatLanguageCode(e) {
|
|
11382
|
-
if (
|
|
11266
|
+
if (x(e) && e.indexOf("-") > -1) {
|
|
11383
11267
|
if (typeof Intl < "u" && typeof Intl.getCanonicalLocales < "u")
|
|
11384
11268
|
try {
|
|
11385
11269
|
let s = Intl.getCanonicalLocales(e)[0];
|
|
@@ -11388,7 +11272,7 @@ class W1 {
|
|
|
11388
11272
|
}
|
|
11389
11273
|
const t = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"];
|
|
11390
11274
|
let i = e.split("-");
|
|
11391
|
-
return this.options.lowerCaseLng ? i = i.map((s) => s.toLowerCase()) : i.length === 2 ? (i[0] = i[0].toLowerCase(), i[1] = i[1].toUpperCase(), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] =
|
|
11275
|
+
return this.options.lowerCaseLng ? i = i.map((s) => s.toLowerCase()) : i.length === 2 ? (i[0] = i[0].toLowerCase(), i[1] = i[1].toUpperCase(), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] = x1(i[1].toLowerCase()))) : i.length === 3 && (i[0] = i[0].toLowerCase(), i[1].length === 2 && (i[1] = i[1].toUpperCase()), i[0] !== "sgn" && i[2].length === 2 && (i[2] = i[2].toUpperCase()), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] = x1(i[1].toLowerCase())), t.indexOf(i[2].toLowerCase()) > -1 && (i[2] = x1(i[2].toLowerCase()))), i.join("-");
|
|
11392
11276
|
}
|
|
11393
11277
|
return this.options.cleanCode || this.options.lowerCaseLng ? e.toLowerCase() : e;
|
|
11394
11278
|
}
|
|
@@ -11415,7 +11299,7 @@ class W1 {
|
|
|
11415
11299
|
}
|
|
11416
11300
|
getFallbackCodes(e, t) {
|
|
11417
11301
|
if (!e) return [];
|
|
11418
|
-
if (typeof e == "function" && (e = e(t)),
|
|
11302
|
+
if (typeof e == "function" && (e = e(t)), x(e) && (e = [e]), Array.isArray(e)) return e;
|
|
11419
11303
|
if (!t) return e.default || [];
|
|
11420
11304
|
let i = e[t];
|
|
11421
11305
|
return i || (i = e[this.getScriptPartFromCode(t)]), i || (i = e[this.formatLanguageCode(t)]), i || (i = e[this.getLanguagePartFromCode(t)]), i || (i = e.default), i || [];
|
|
@@ -11424,12 +11308,12 @@ class W1 {
|
|
|
11424
11308
|
const i = this.getFallbackCodes(t || this.options.fallbackLng || [], e), s = [], C = (c) => {
|
|
11425
11309
|
c && (this.isSupportedCode(c) ? s.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
|
|
11426
11310
|
};
|
|
11427
|
-
return
|
|
11311
|
+
return x(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && C(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && C(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && C(this.getLanguagePartFromCode(e))) : x(e) && C(this.formatLanguageCode(e)), i.forEach((c) => {
|
|
11428
11312
|
s.indexOf(c) < 0 && C(this.formatLanguageCode(c));
|
|
11429
11313
|
}), s;
|
|
11430
11314
|
}
|
|
11431
11315
|
}
|
|
11432
|
-
let
|
|
11316
|
+
let k6 = [{
|
|
11433
11317
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11434
11318
|
nr: [1, 2],
|
|
11435
11319
|
fc: 1
|
|
@@ -11545,16 +11429,16 @@ let v6 = [{
|
|
|
11545
11429
|
21: (l) => l % 100 == 1 ? 1 : l % 100 == 2 ? 2 : l % 100 == 3 || l % 100 == 4 ? 3 : 0,
|
|
11546
11430
|
22: (l) => l == 1 ? 0 : l == 2 ? 1 : (l < 0 || l > 10) && l % 10 == 0 ? 2 : 3
|
|
11547
11431
|
};
|
|
11548
|
-
const M6 = ["v1", "v2", "v3"],
|
|
11432
|
+
const M6 = ["v1", "v2", "v3"], Z6 = ["v4"], U1 = {
|
|
11549
11433
|
zero: 0,
|
|
11550
11434
|
one: 1,
|
|
11551
11435
|
two: 2,
|
|
11552
11436
|
few: 3,
|
|
11553
11437
|
many: 4,
|
|
11554
11438
|
other: 5
|
|
11555
|
-
},
|
|
11439
|
+
}, x6 = () => {
|
|
11556
11440
|
const l = {};
|
|
11557
|
-
return
|
|
11441
|
+
return k6.forEach((e) => {
|
|
11558
11442
|
e.lngs.forEach((t) => {
|
|
11559
11443
|
l[t] = {
|
|
11560
11444
|
numbers: e.nr,
|
|
@@ -11563,10 +11447,10 @@ const M6 = ["v1", "v2", "v3"], x6 = ["v4"], F1 = {
|
|
|
11563
11447
|
});
|
|
11564
11448
|
}), l;
|
|
11565
11449
|
};
|
|
11566
|
-
class
|
|
11450
|
+
class V6 {
|
|
11567
11451
|
constructor(e) {
|
|
11568
11452
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11569
|
-
this.languageUtils = e, this.options = t, this.logger = I.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
11453
|
+
this.languageUtils = e, this.options = t, this.logger = I.create("pluralResolver"), (!this.options.compatibilityJSON || Z6.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = x6(), this.pluralRulesCache = {};
|
|
11570
11454
|
}
|
|
11571
11455
|
addRule(e, t) {
|
|
11572
11456
|
this.rules[e] = t;
|
|
@@ -11609,7 +11493,7 @@ class Z6 {
|
|
|
11609
11493
|
getSuffixes(e) {
|
|
11610
11494
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11611
11495
|
const i = this.getRule(e, t);
|
|
11612
|
-
return i ? this.shouldUseIntlApi() ? i.resolvedOptions().pluralCategories.sort((s, C) =>
|
|
11496
|
+
return i ? this.shouldUseIntlApi() ? i.resolvedOptions().pluralCategories.sort((s, C) => U1[s] - U1[C]).map((s) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${s}`) : i.numbers.map((s) => this.getSuffix(e, s, t)) : [];
|
|
11613
11497
|
}
|
|
11614
11498
|
getSuffix(e, t) {
|
|
11615
11499
|
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -11627,10 +11511,10 @@ class Z6 {
|
|
|
11627
11511
|
return !M6.includes(this.options.compatibilityJSON);
|
|
11628
11512
|
}
|
|
11629
11513
|
}
|
|
11630
|
-
const
|
|
11514
|
+
const W1 = function(l, e, t) {
|
|
11631
11515
|
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C = g6(l, e, t);
|
|
11632
|
-
return !C && s &&
|
|
11633
|
-
},
|
|
11516
|
+
return !C && s && x(t) && (C = H1(l, t, i), C === void 0 && (C = H1(e, t, i))), C;
|
|
11517
|
+
}, V1 = (l) => l.replace(/\$/g, "$$$$");
|
|
11634
11518
|
class R6 {
|
|
11635
11519
|
constructor() {
|
|
11636
11520
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
@@ -11653,14 +11537,14 @@ class R6 {
|
|
|
11653
11537
|
unescapeSuffix: r,
|
|
11654
11538
|
unescapePrefix: p,
|
|
11655
11539
|
nestingPrefix: w,
|
|
11656
|
-
nestingPrefixEscaped:
|
|
11657
|
-
nestingSuffix:
|
|
11540
|
+
nestingPrefixEscaped: f,
|
|
11541
|
+
nestingSuffix: u,
|
|
11658
11542
|
nestingSuffixEscaped: L,
|
|
11659
11543
|
nestingOptionsSeparator: m,
|
|
11660
|
-
maxReplaces:
|
|
11661
|
-
alwaysFormat:
|
|
11544
|
+
maxReplaces: Z,
|
|
11545
|
+
alwaysFormat: V
|
|
11662
11546
|
} = e.interpolation;
|
|
11663
|
-
this.escape = t !== void 0 ? t :
|
|
11547
|
+
this.escape = t !== void 0 ? t : f6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? i1(C) : c || "{{", this.suffix = d ? i1(d) : a || "}}", this.formatSeparator = o || ",", this.unescapePrefix = r ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? i1(w) : f || i1("$t("), this.nestingSuffix = u ? i1(u) : L || i1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = Z || 1e3, this.alwaysFormat = V !== void 0 ? V : !1, this.resetRegExp();
|
|
11664
11548
|
}
|
|
11665
11549
|
reset() {
|
|
11666
11550
|
this.options && this.init(this.options);
|
|
@@ -11671,17 +11555,17 @@ class R6 {
|
|
|
11671
11555
|
}
|
|
11672
11556
|
interpolate(e, t, i, s) {
|
|
11673
11557
|
let C, c, d;
|
|
11674
|
-
const a = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, o = (
|
|
11675
|
-
if (
|
|
11676
|
-
const
|
|
11677
|
-
return this.alwaysFormat ? this.format(
|
|
11558
|
+
const a = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, o = (f) => {
|
|
11559
|
+
if (f.indexOf(this.formatSeparator) < 0) {
|
|
11560
|
+
const Z = W1(t, a, f, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
11561
|
+
return this.alwaysFormat ? this.format(Z, void 0, i, {
|
|
11678
11562
|
...s,
|
|
11679
11563
|
...t,
|
|
11680
|
-
interpolationkey:
|
|
11681
|
-
}) :
|
|
11564
|
+
interpolationkey: f
|
|
11565
|
+
}) : Z;
|
|
11682
11566
|
}
|
|
11683
|
-
const
|
|
11684
|
-
return this.format(
|
|
11567
|
+
const u = f.split(this.formatSeparator), L = u.shift().trim(), m = u.join(this.formatSeparator).trim();
|
|
11568
|
+
return this.format(W1(t, a, L, this.options.keySeparator, this.options.ignoreJSONStructure), m, i, {
|
|
11685
11569
|
...s,
|
|
11686
11570
|
...t,
|
|
11687
11571
|
interpolationkey: L
|
|
@@ -11691,27 +11575,27 @@ class R6 {
|
|
|
11691
11575
|
const r = s && s.missingInterpolationHandler || this.options.missingInterpolationHandler, p = s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
|
11692
11576
|
return [{
|
|
11693
11577
|
regex: this.regexpUnescape,
|
|
11694
|
-
safeValue: (
|
|
11578
|
+
safeValue: (f) => V1(f)
|
|
11695
11579
|
}, {
|
|
11696
11580
|
regex: this.regexp,
|
|
11697
|
-
safeValue: (
|
|
11698
|
-
}].forEach((
|
|
11699
|
-
for (d = 0; C =
|
|
11700
|
-
const
|
|
11701
|
-
if (c = o(
|
|
11581
|
+
safeValue: (f) => this.escapeValue ? V1(this.escape(f)) : V1(f)
|
|
11582
|
+
}].forEach((f) => {
|
|
11583
|
+
for (d = 0; C = f.regex.exec(e); ) {
|
|
11584
|
+
const u = C[1].trim();
|
|
11585
|
+
if (c = o(u), c === void 0)
|
|
11702
11586
|
if (typeof r == "function") {
|
|
11703
11587
|
const m = r(e, C, s);
|
|
11704
|
-
c =
|
|
11705
|
-
} else if (s && Object.prototype.hasOwnProperty.call(s,
|
|
11588
|
+
c = x(m) ? m : "";
|
|
11589
|
+
} else if (s && Object.prototype.hasOwnProperty.call(s, u))
|
|
11706
11590
|
c = "";
|
|
11707
11591
|
else if (p) {
|
|
11708
11592
|
c = C[0];
|
|
11709
11593
|
continue;
|
|
11710
11594
|
} else
|
|
11711
|
-
this.logger.warn(`missed to pass in variable ${
|
|
11712
|
-
else !
|
|
11713
|
-
const L =
|
|
11714
|
-
if (e = e.replace(C[0], L), p ? (
|
|
11595
|
+
this.logger.warn(`missed to pass in variable ${u} for interpolating ${e}`), c = "";
|
|
11596
|
+
else !x(c) && !this.useRawValueToEscape && (c = O1(c));
|
|
11597
|
+
const L = f.safeValue(c);
|
|
11598
|
+
if (e = e.replace(C[0], L), p ? (f.regex.lastIndex += c.length, f.regex.lastIndex -= C[0].length) : f.regex.lastIndex = 0, d++, d >= this.maxReplaces)
|
|
11715
11599
|
break;
|
|
11716
11600
|
}
|
|
11717
11601
|
}), e;
|
|
@@ -11724,8 +11608,8 @@ class R6 {
|
|
|
11724
11608
|
const p = a.split(new RegExp(`${r}[ ]*{`));
|
|
11725
11609
|
let w = `{${p[1]}`;
|
|
11726
11610
|
a = p[0], w = this.interpolate(w, c);
|
|
11727
|
-
const
|
|
11728
|
-
(
|
|
11611
|
+
const f = w.match(/'/g), u = w.match(/"/g);
|
|
11612
|
+
(f && f.length % 2 === 0 && !u || u.length % 2 !== 0) && (w = w.replace(/'/g, '"'));
|
|
11729
11613
|
try {
|
|
11730
11614
|
c = JSON.parse(w), o && (c = {
|
|
11731
11615
|
...o,
|
|
@@ -11740,14 +11624,14 @@ class R6 {
|
|
|
11740
11624
|
let a = [];
|
|
11741
11625
|
c = {
|
|
11742
11626
|
...i
|
|
11743
|
-
}, c = c.replace && !
|
|
11627
|
+
}, c = c.replace && !x(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
|
|
11744
11628
|
let o = !1;
|
|
11745
11629
|
if (s[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(s[1])) {
|
|
11746
11630
|
const r = s[1].split(this.formatSeparator).map((p) => p.trim());
|
|
11747
11631
|
s[1] = r.shift(), a = r, o = !0;
|
|
11748
11632
|
}
|
|
11749
|
-
if (C = t(d.call(this, s[1].trim(), c), c), C && s[0] === e && !
|
|
11750
|
-
|
|
11633
|
+
if (C = t(d.call(this, s[1].trim(), c), c), C && s[0] === e && !x(C)) return C;
|
|
11634
|
+
x(C) || (C = O1(C)), C || (this.logger.warn(`missed to resolve ${s[1]} for nesting ${e}`), C = ""), o && (C = a.reduce((r, p) => this.format(r, p, i.lng, {
|
|
11751
11635
|
...i,
|
|
11752
11636
|
interpolationkey: s[1].trim()
|
|
11753
11637
|
}), C.trim())), e = e.replace(s[0], C), this.regexp.lastIndex = 0;
|
|
@@ -11850,8 +11734,8 @@ class _6 {
|
|
|
11850
11734
|
if (this.formats[o]) {
|
|
11851
11735
|
let p = d;
|
|
11852
11736
|
try {
|
|
11853
|
-
const w = s && s.formatParams && s.formatParams[s.interpolationkey] || {},
|
|
11854
|
-
p = this.formats[o](d,
|
|
11737
|
+
const w = s && s.formatParams && s.formatParams[s.interpolationkey] || {}, f = w.locale || w.lng || s.locale || s.lng || i;
|
|
11738
|
+
p = this.formats[o](d, f, {
|
|
11855
11739
|
...r,
|
|
11856
11740
|
...s,
|
|
11857
11741
|
...w
|
|
@@ -11954,7 +11838,7 @@ class y6 extends N1 {
|
|
|
11954
11838
|
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s = arguments.length > 3 ? arguments[3] : void 0;
|
|
11955
11839
|
if (!this.backend)
|
|
11956
11840
|
return this.logger.warn("No backend was added via i18next.use. Will not load resources."), s && s();
|
|
11957
|
-
|
|
11841
|
+
x(e) && (e = this.languageUtils.toResolveHierarchy(e)), x(t) && (t = [t]);
|
|
11958
11842
|
const C = this.queueLoad(e, t, i, s);
|
|
11959
11843
|
if (!C.toLoad.length)
|
|
11960
11844
|
return C.pending.length || s(), null;
|
|
@@ -12039,7 +11923,7 @@ const z1 = () => ({
|
|
|
12039
11923
|
appendNamespaceToCIMode: !1,
|
|
12040
11924
|
overloadTranslationOptionHandler: (l) => {
|
|
12041
11925
|
let e = {};
|
|
12042
|
-
if (typeof l[1] == "object" && (e = l[1]),
|
|
11926
|
+
if (typeof l[1] == "object" && (e = l[1]), x(l[1]) && (e.defaultValue = l[1]), x(l[2]) && (e.tDescription = l[2]), typeof l[2] == "object" || typeof l[3] == "object") {
|
|
12043
11927
|
const t = l[3] || l[2];
|
|
12044
11928
|
Object.keys(t).forEach((i) => {
|
|
12045
11929
|
e[i] = t[i];
|
|
@@ -12060,8 +11944,8 @@ const z1 = () => ({
|
|
|
12060
11944
|
maxReplaces: 1e3,
|
|
12061
11945
|
skipOnVariables: !0
|
|
12062
11946
|
}
|
|
12063
|
-
}), J1 = (l) => (
|
|
12064
|
-
},
|
|
11947
|
+
}), J1 = (l) => (x(l.ns) && (l.ns = [l.ns]), x(l.fallbackLng) && (l.fallbackLng = [l.fallbackLng]), x(l.fallbackNS) && (l.fallbackNS = [l.fallbackNS]), l.supportedLngs && l.supportedLngs.indexOf("cimode") < 0 && (l.supportedLngs = l.supportedLngs.concat(["cimode"])), l), u1 = () => {
|
|
11948
|
+
}, E6 = (l) => {
|
|
12065
11949
|
Object.getOwnPropertyNames(Object.getPrototypeOf(l)).forEach((t) => {
|
|
12066
11950
|
typeof l[t] == "function" && (l[t] = l[t].bind(l));
|
|
12067
11951
|
});
|
|
@@ -12071,7 +11955,7 @@ class c1 extends N1 {
|
|
|
12071
11955
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12072
11956
|
if (super(), this.options = J1(e), this.services = {}, this.logger = I, this.modules = {
|
|
12073
11957
|
external: []
|
|
12074
|
-
},
|
|
11958
|
+
}, E6(this), t && !this.isInitialized && !e.isClone) {
|
|
12075
11959
|
if (!this.options.initImmediate)
|
|
12076
11960
|
return this.init(e, t), this;
|
|
12077
11961
|
setTimeout(() => {
|
|
@@ -12082,7 +11966,7 @@ class c1 extends N1 {
|
|
|
12082
11966
|
init() {
|
|
12083
11967
|
var e = this;
|
|
12084
11968
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 ? arguments[1] : void 0;
|
|
12085
|
-
this.isInitializing = !0, typeof t == "function" && (i = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (
|
|
11969
|
+
this.isInitializing = !0, typeof t == "function" && (i = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (x(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
|
|
12086
11970
|
const s = z1();
|
|
12087
11971
|
this.options = {
|
|
12088
11972
|
...s,
|
|
@@ -12097,28 +11981,28 @@ class c1 extends N1 {
|
|
|
12097
11981
|
this.modules.logger ? I.init(C(this.modules.logger), this.options) : I.init(null, this.options);
|
|
12098
11982
|
let r;
|
|
12099
11983
|
this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r = _6);
|
|
12100
|
-
const p = new
|
|
11984
|
+
const p = new j1(this.options);
|
|
12101
11985
|
this.store = new T1(this.options.resources, this.options);
|
|
12102
11986
|
const w = this.services;
|
|
12103
|
-
w.logger = I, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new
|
|
11987
|
+
w.logger = I, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new V6(p, {
|
|
12104
11988
|
prepend: this.options.pluralSeparator,
|
|
12105
11989
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12106
11990
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12107
11991
|
}), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new R6(this.options), w.utils = {
|
|
12108
11992
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12109
|
-
}, w.backendConnector = new y6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(
|
|
12110
|
-
for (var
|
|
11993
|
+
}, w.backendConnector = new y6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(f) {
|
|
11994
|
+
for (var u = arguments.length, L = new Array(u > 1 ? u - 1 : 0), m = 1; m < u; m++)
|
|
12111
11995
|
L[m - 1] = arguments[m];
|
|
12112
|
-
e.emit(
|
|
12113
|
-
}), this.modules.languageDetector && (w.languageDetector = C(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = C(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new
|
|
12114
|
-
for (var
|
|
11996
|
+
e.emit(f, ...L);
|
|
11997
|
+
}), this.modules.languageDetector && (w.languageDetector = C(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = C(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new k1(this.services, this.options), this.translator.on("*", function(f) {
|
|
11998
|
+
for (var u = arguments.length, L = new Array(u > 1 ? u - 1 : 0), m = 1; m < u; m++)
|
|
12115
11999
|
L[m - 1] = arguments[m];
|
|
12116
|
-
e.emit(
|
|
12117
|
-
}), this.modules.external.forEach((
|
|
12118
|
-
|
|
12000
|
+
e.emit(f, ...L);
|
|
12001
|
+
}), this.modules.external.forEach((f) => {
|
|
12002
|
+
f.init && f.init(this);
|
|
12119
12003
|
});
|
|
12120
12004
|
}
|
|
12121
|
-
if (this.format = this.options.interpolation.format, i || (i =
|
|
12005
|
+
if (this.format = this.options.interpolation.format, i || (i = u1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
12122
12006
|
const r = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
|
12123
12007
|
r.length > 0 && r[0] !== "dev" && (this.options.lng = r[0]);
|
|
12124
12008
|
}
|
|
@@ -12141,8 +12025,8 @@ class c1 extends N1 {
|
|
|
12141
12025
|
return this.options.resources || !this.options.initImmediate ? o() : setTimeout(o, 0), a;
|
|
12142
12026
|
}
|
|
12143
12027
|
loadResources(e) {
|
|
12144
|
-
let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
12145
|
-
const s =
|
|
12028
|
+
let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
|
|
12029
|
+
const s = x(e) ? e : this.language;
|
|
12146
12030
|
if (typeof e == "function" && (i = e), !this.options.resources || this.options.partialBundledLanguages) {
|
|
12147
12031
|
if (s && s.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return i();
|
|
12148
12032
|
const C = [], c = (d) => {
|
|
@@ -12159,7 +12043,7 @@ class c1 extends N1 {
|
|
|
12159
12043
|
}
|
|
12160
12044
|
reloadResources(e, t, i) {
|
|
12161
12045
|
const s = r1();
|
|
12162
|
-
return typeof e == "function" && (i = e, e = void 0), typeof t == "function" && (i = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), i || (i =
|
|
12046
|
+
return typeof e == "function" && (i = e, e = void 0), typeof t == "function" && (i = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), i || (i = u1), this.services.backendConnector.reload(e, t, (C) => {
|
|
12163
12047
|
s.resolve(), i(C);
|
|
12164
12048
|
}), s;
|
|
12165
12049
|
}
|
|
@@ -12193,7 +12077,7 @@ class c1 extends N1 {
|
|
|
12193
12077
|
});
|
|
12194
12078
|
}, d = (a) => {
|
|
12195
12079
|
!e && !a && this.services.languageDetector && (a = []);
|
|
12196
|
-
const o =
|
|
12080
|
+
const o = x(a) ? a : this.services.languageUtils.getBestMatchFromCodes(a);
|
|
12197
12081
|
o && (this.language || C(o), this.translator.language || this.translator.changeLanguage(o), this.services.languageDetector && this.services.languageDetector.cacheUserLanguage && this.services.languageDetector.cacheUserLanguage(o)), this.loadResources(o, (r) => {
|
|
12198
12082
|
c(r, o);
|
|
12199
12083
|
});
|
|
@@ -12214,10 +12098,10 @@ class c1 extends N1 {
|
|
|
12214
12098
|
};
|
|
12215
12099
|
a.lng = a.lng || C.lng, a.lngs = a.lngs || C.lngs, a.ns = a.ns || C.ns, a.keyPrefix !== "" && (a.keyPrefix = a.keyPrefix || i || C.keyPrefix);
|
|
12216
12100
|
const w = s.options.keySeparator || ".";
|
|
12217
|
-
let
|
|
12218
|
-
return a.keyPrefix && Array.isArray(c) ?
|
|
12101
|
+
let f;
|
|
12102
|
+
return a.keyPrefix && Array.isArray(c) ? f = c.map((u) => `${a.keyPrefix}${w}${u}`) : f = a.keyPrefix ? `${a.keyPrefix}${w}${c}` : c, s.t(f, a);
|
|
12219
12103
|
};
|
|
12220
|
-
return
|
|
12104
|
+
return x(e) ? C.lng = e : C.lngs = e, C.ns = t, C.keyPrefix = i, C;
|
|
12221
12105
|
}
|
|
12222
12106
|
t() {
|
|
12223
12107
|
return this.translator && this.translator.translate(...arguments);
|
|
@@ -12248,7 +12132,7 @@ class c1 extends N1 {
|
|
|
12248
12132
|
}
|
|
12249
12133
|
loadNamespaces(e, t) {
|
|
12250
12134
|
const i = r1();
|
|
12251
|
-
return this.options.ns ? (
|
|
12135
|
+
return this.options.ns ? (x(e) && (e = [e]), e.forEach((s) => {
|
|
12252
12136
|
this.options.ns.indexOf(s) < 0 && this.options.ns.push(s);
|
|
12253
12137
|
}), this.loadResources((s) => {
|
|
12254
12138
|
i.resolve(), t && t(s);
|
|
@@ -12256,7 +12140,7 @@ class c1 extends N1 {
|
|
|
12256
12140
|
}
|
|
12257
12141
|
loadLanguages(e, t) {
|
|
12258
12142
|
const i = r1();
|
|
12259
|
-
|
|
12143
|
+
x(e) && (e = [e]);
|
|
12260
12144
|
const s = this.options.preload || [], C = e.filter((c) => s.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
|
|
12261
12145
|
return C.length ? (this.options.preload = s.concat(C), this.loadResources((c) => {
|
|
12262
12146
|
i.resolve(), t && t(c);
|
|
@@ -12264,7 +12148,7 @@ class c1 extends N1 {
|
|
|
12264
12148
|
}
|
|
12265
12149
|
dir(e) {
|
|
12266
12150
|
if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
|
|
12267
|
-
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"], i = this.services && this.services.languageUtils || new
|
|
12151
|
+
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"], i = this.services && this.services.languageUtils || new j1(z1());
|
|
12268
12152
|
return t.indexOf(i.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
12269
12153
|
}
|
|
12270
12154
|
static createInstance() {
|
|
@@ -12272,7 +12156,7 @@ class c1 extends N1 {
|
|
|
12272
12156
|
return new c1(e, t);
|
|
12273
12157
|
}
|
|
12274
12158
|
cloneInstance() {
|
|
12275
|
-
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
12159
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
|
|
12276
12160
|
const i = e.forkResourceStore;
|
|
12277
12161
|
i && delete e.forkResourceStore;
|
|
12278
12162
|
const s = {
|
|
@@ -12286,7 +12170,7 @@ class c1 extends N1 {
|
|
|
12286
12170
|
...this.services
|
|
12287
12171
|
}, C.services.utils = {
|
|
12288
12172
|
hasLoadedNamespace: C.hasLoadedNamespace.bind(C)
|
|
12289
|
-
}, i && (C.store = new T1(this.store.data, s), C.services.resourceStore = C.store), C.translator = new
|
|
12173
|
+
}, i && (C.store = new T1(this.store.data, s), C.services.resourceStore = C.store), C.translator = new k1(C.services, s), C.translator.on("*", function(d) {
|
|
12290
12174
|
for (var a = arguments.length, o = new Array(a > 1 ? a - 1 : 0), r = 1; r < a; r++)
|
|
12291
12175
|
o[r - 1] = arguments[r];
|
|
12292
12176
|
C.emit(d, ...o);
|
|
@@ -12320,7 +12204,7 @@ K.setDefaultNamespace;
|
|
|
12320
12204
|
K.hasLoadedNamespace;
|
|
12321
12205
|
K.loadNamespaces;
|
|
12322
12206
|
K.loadLanguages;
|
|
12323
|
-
function
|
|
12207
|
+
function A6() {
|
|
12324
12208
|
if (console && console.warn) {
|
|
12325
12209
|
for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
|
|
12326
12210
|
e[t] = arguments[t];
|
|
@@ -12331,7 +12215,7 @@ const Q1 = {};
|
|
|
12331
12215
|
function _1() {
|
|
12332
12216
|
for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
|
|
12333
12217
|
e[t] = arguments[t];
|
|
12334
|
-
J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()),
|
|
12218
|
+
J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()), A6(...e));
|
|
12335
12219
|
}
|
|
12336
12220
|
const r2 = (l, e) => () => {
|
|
12337
12221
|
if (l.isInitialized)
|
|
@@ -12367,7 +12251,7 @@ const r2 = (l, e) => () => {
|
|
|
12367
12251
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !C(s.isLanguageChangingTo, l)) return !1;
|
|
12368
12252
|
}
|
|
12369
12253
|
}) : D6(l, e, t);
|
|
12370
|
-
}, J = (l) => typeof l == "string", G6 = (l) => typeof l == "object" && l !== null, B6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,
|
|
12254
|
+
}, J = (l) => typeof l == "string", G6 = (l) => typeof l == "object" && l !== null, B6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Y6 = {
|
|
12371
12255
|
"&": "&",
|
|
12372
12256
|
"&": "&",
|
|
12373
12257
|
"<": "<",
|
|
@@ -12388,7 +12272,7 @@ const r2 = (l, e) => () => {
|
|
|
12388
12272
|
"…": "…",
|
|
12389
12273
|
"/": "/",
|
|
12390
12274
|
"/": "/"
|
|
12391
|
-
},
|
|
12275
|
+
}, S6 = (l) => Y6[l], O6 = (l) => l.replace(B6, S6);
|
|
12392
12276
|
let b1 = {
|
|
12393
12277
|
bindI18n: "languageChanged",
|
|
12394
12278
|
bindI18nStore: "",
|
|
@@ -12405,17 +12289,17 @@ const I6 = function() {
|
|
|
12405
12289
|
...b1,
|
|
12406
12290
|
...l
|
|
12407
12291
|
};
|
|
12408
|
-
},
|
|
12292
|
+
}, $6 = () => b1;
|
|
12409
12293
|
let C2;
|
|
12410
|
-
const
|
|
12294
|
+
const P6 = (l) => {
|
|
12411
12295
|
C2 = l;
|
|
12412
|
-
}, T6 = () => C2,
|
|
12296
|
+
}, T6 = () => C2, F6 = {
|
|
12413
12297
|
type: "3rdParty",
|
|
12414
12298
|
init(l) {
|
|
12415
|
-
I6(l.options.react),
|
|
12299
|
+
I6(l.options.react), P6(l);
|
|
12416
12300
|
}
|
|
12417
|
-
},
|
|
12418
|
-
class
|
|
12301
|
+
}, j6 = e2();
|
|
12302
|
+
class U6 {
|
|
12419
12303
|
constructor() {
|
|
12420
12304
|
D1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
12421
12305
|
this.usedNamespaces = {};
|
|
@@ -12426,8 +12310,8 @@ class F6 {
|
|
|
12426
12310
|
});
|
|
12427
12311
|
}
|
|
12428
12312
|
}
|
|
12429
|
-
const
|
|
12430
|
-
const t =
|
|
12313
|
+
const W6 = (l, e) => {
|
|
12314
|
+
const t = P();
|
|
12431
12315
|
return D(() => {
|
|
12432
12316
|
t.current = l;
|
|
12433
12317
|
}, [l, e]), t.current;
|
|
@@ -12438,15 +12322,15 @@ const U6 = (l, e) => {
|
|
|
12438
12322
|
} = e, {
|
|
12439
12323
|
i18n: i,
|
|
12440
12324
|
defaultNS: s
|
|
12441
|
-
} = T(
|
|
12442
|
-
if (C && !C.reportNamespaces && (C.reportNamespaces = new
|
|
12325
|
+
} = T(j6) || {}, C = t || i || T6();
|
|
12326
|
+
if (C && !C.reportNamespaces && (C.reportNamespaces = new U6()), !C) {
|
|
12443
12327
|
_1("You will need to pass in an i18next instance by using initReactI18next");
|
|
12444
|
-
const
|
|
12445
|
-
return R.t =
|
|
12328
|
+
const v = (N, M) => J(M) ? M : G6(M) && J(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, R = [v, {}, !1];
|
|
12329
|
+
return R.t = v, R.i18n = {}, R.ready = !1, R;
|
|
12446
12330
|
}
|
|
12447
12331
|
C.options.react && C.options.react.wait !== void 0 && _1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
12448
12332
|
const c = {
|
|
12449
|
-
|
|
12333
|
+
...$6(),
|
|
12450
12334
|
...C.options.react,
|
|
12451
12335
|
...e
|
|
12452
12336
|
}, {
|
|
@@ -12455,40 +12339,40 @@ const U6 = (l, e) => {
|
|
|
12455
12339
|
} = c;
|
|
12456
12340
|
let o = l;
|
|
12457
12341
|
o = J(o) ? [o] : o || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(o);
|
|
12458
|
-
const r = (C.isInitialized || C.initializedStoreOnce) && o.every((
|
|
12342
|
+
const r = (C.isInitialized || C.initializedStoreOnce) && o.every((v) => K6(v, C, c)), p = z6(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), w = () => p, f = () => h2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), [u, L] = E(w);
|
|
12459
12343
|
let m = o.join();
|
|
12460
12344
|
e.lng && (m = `${e.lng}${m}`);
|
|
12461
|
-
const
|
|
12345
|
+
const Z = W6(m), V = P(!0);
|
|
12462
12346
|
D(() => {
|
|
12463
12347
|
const {
|
|
12464
|
-
bindI18n:
|
|
12348
|
+
bindI18n: v,
|
|
12465
12349
|
bindI18nStore: R
|
|
12466
12350
|
} = c;
|
|
12467
|
-
|
|
12468
|
-
|
|
12351
|
+
V.current = !0, !r && !d && (e.lng ? X1(C, e.lng, o, () => {
|
|
12352
|
+
V.current && L(f);
|
|
12469
12353
|
}) : q1(C, o, () => {
|
|
12470
|
-
|
|
12471
|
-
})), r &&
|
|
12354
|
+
V.current && L(f);
|
|
12355
|
+
})), r && Z && Z !== m && V.current && L(f);
|
|
12472
12356
|
const N = () => {
|
|
12473
|
-
|
|
12357
|
+
V.current && L(f);
|
|
12474
12358
|
};
|
|
12475
|
-
return
|
|
12476
|
-
|
|
12359
|
+
return v && C && C.on(v, N), R && C && C.store.on(R, N), () => {
|
|
12360
|
+
V.current = !1, v && C && v.split(" ").forEach((M) => C.off(M, N)), R && C && R.split(" ").forEach((M) => C.store.off(M, N));
|
|
12477
12361
|
};
|
|
12478
12362
|
}, [C, m]), D(() => {
|
|
12479
|
-
|
|
12363
|
+
V.current && r && L(w);
|
|
12480
12364
|
}, [C, a, r]);
|
|
12481
|
-
const b = [
|
|
12482
|
-
if (b.t =
|
|
12483
|
-
throw new Promise((
|
|
12484
|
-
e.lng ? X1(C, e.lng, o, () =>
|
|
12365
|
+
const b = [u, C, r];
|
|
12366
|
+
if (b.t = u, b.i18n = C, b.ready = r, r || !r && !d) return b;
|
|
12367
|
+
throw new Promise((v) => {
|
|
12368
|
+
e.lng ? X1(C, e.lng, o, () => v()) : q1(C, o, () => v());
|
|
12485
12369
|
});
|
|
12486
12370
|
}, Q6 = "Country", q6 = {
|
|
12487
12371
|
placeholder: Q6
|
|
12488
|
-
}, X6 = "Страна",
|
|
12372
|
+
}, X6 = "Страна", e8 = {
|
|
12489
12373
|
placeholder: X6
|
|
12490
12374
|
};
|
|
12491
|
-
K.use(
|
|
12375
|
+
K.use(F6).init({
|
|
12492
12376
|
defaultNS: "common",
|
|
12493
12377
|
lng: "en",
|
|
12494
12378
|
resources: {
|
|
@@ -12496,11 +12380,11 @@ K.use(P6).init({
|
|
|
12496
12380
|
common: q6
|
|
12497
12381
|
},
|
|
12498
12382
|
ru: {
|
|
12499
|
-
common:
|
|
12383
|
+
common: e8
|
|
12500
12384
|
}
|
|
12501
12385
|
}
|
|
12502
12386
|
});
|
|
12503
|
-
const
|
|
12387
|
+
const a8 = q(
|
|
12504
12388
|
({
|
|
12505
12389
|
width: l,
|
|
12506
12390
|
selectedCity: e,
|
|
@@ -12513,28 +12397,28 @@ const a3 = q(
|
|
|
12513
12397
|
clearable: a,
|
|
12514
12398
|
error: o
|
|
12515
12399
|
}, r) => {
|
|
12516
|
-
const [p, w] =
|
|
12517
|
-
if (!
|
|
12400
|
+
const [p, w] = E([]), [f, u] = E([]), [L, m] = E(!1), { locale: Z, axiosPeople: V } = T(Q);
|
|
12401
|
+
if (!V)
|
|
12518
12402
|
throw new Error(
|
|
12519
12403
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
|
12520
12404
|
Please provide it via SNMTUiContext.`
|
|
12521
12405
|
);
|
|
12522
|
-
const { t: b } = J6("common", { lng:
|
|
12406
|
+
const { t: b } = J6("common", { lng: Z }), v = O(async () => {
|
|
12523
12407
|
m(!0);
|
|
12524
12408
|
try {
|
|
12525
|
-
const N = await
|
|
12526
|
-
|
|
12409
|
+
const N = await V.post("v1/countries/search");
|
|
12410
|
+
u(N == null ? void 0 : N.data.data);
|
|
12527
12411
|
} catch {
|
|
12528
12412
|
w([]);
|
|
12529
12413
|
} finally {
|
|
12530
12414
|
m(!1);
|
|
12531
12415
|
}
|
|
12532
|
-
}, [
|
|
12416
|
+
}, [V]);
|
|
12533
12417
|
D(() => {
|
|
12534
|
-
|
|
12418
|
+
v();
|
|
12535
12419
|
}, []), D(() => {
|
|
12536
12420
|
if (e) {
|
|
12537
|
-
const N = e.split("-")[1], M =
|
|
12421
|
+
const N = e.split("-")[1], M = f.filter(
|
|
12538
12422
|
(G) => G.name.includes(N)
|
|
12539
12423
|
);
|
|
12540
12424
|
if (M.length) {
|
|
@@ -12545,13 +12429,13 @@ const a3 = q(
|
|
|
12545
12429
|
i(G[0].value);
|
|
12546
12430
|
}
|
|
12547
12431
|
}
|
|
12548
|
-
}, [e,
|
|
12549
|
-
const N =
|
|
12432
|
+
}, [e, f, i]), D(() => {
|
|
12433
|
+
const N = f.map((M) => ({
|
|
12550
12434
|
label: M.name,
|
|
12551
12435
|
value: M.name
|
|
12552
12436
|
}));
|
|
12553
12437
|
w(N);
|
|
12554
|
-
}, [
|
|
12438
|
+
}, [f]);
|
|
12555
12439
|
const R = (N) => {
|
|
12556
12440
|
N === null ? (i(""), t && t("")) : (i(N), t && t(""));
|
|
12557
12441
|
};
|
|
@@ -12575,5 +12459,5 @@ const a3 = q(
|
|
|
12575
12459
|
}
|
|
12576
12460
|
);
|
|
12577
12461
|
export {
|
|
12578
|
-
|
|
12462
|
+
a8 as CountrySelect
|
|
12579
12463
|
};
|