@snmt-react-ui/async-select 1.10.4 → 1.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/async-select.js +509 -813
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import { jsx as o, Fragment as F, jsxs as
|
|
3
|
-
import { forwardRef as g1, useState as R, useRef as O, useEffect as G, useCallback as
|
|
4
|
-
import { Select as G1, Tag as I1, Flex as D1, Checkbox as
|
|
5
|
-
var
|
|
2
|
+
import { jsx as o, Fragment as F, jsxs as a } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as g1, useState as R, useRef as O, useEffect as G, useCallback as T, useContext as n1, createContext as r1, useImperativeHandle as p1, useMemo as A1 } from "react";
|
|
4
|
+
import { Select as G1, Tag as I1, Flex as D1, Checkbox as T1, Avatar as y1, Typography as M1, Popover as B1 } from "antd";
|
|
5
|
+
var K1 = Object.defineProperty, Y1 = (i, l, e) => l in i ? K1(i, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[l] = e, b1 = (i, l, e) => Y1(i, l + "", e), W1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
6
6
|
function O1() {
|
|
7
7
|
if (console && console.warn) {
|
|
8
8
|
for (var i = arguments.length, l = new Array(i), e = 0; e < i; e++)
|
|
@@ -10,13 +10,13 @@ function O1() {
|
|
|
10
10
|
P(l[0]) && (l[0] = `react-i18next:: ${l[0]}`), console.warn(...l);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
const
|
|
13
|
+
const m1 = {};
|
|
14
14
|
function k1() {
|
|
15
15
|
for (var i = arguments.length, l = new Array(i), e = 0; e < i; e++)
|
|
16
16
|
l[e] = arguments[e];
|
|
17
|
-
P(l[0]) &&
|
|
17
|
+
P(l[0]) && m1[l[0]] || (P(l[0]) && (m1[l[0]] = /* @__PURE__ */ new Date()), O1(...l));
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const H1 = (i, l) => () => {
|
|
20
20
|
if (i.isInitialized)
|
|
21
21
|
l();
|
|
22
22
|
else {
|
|
@@ -28,20 +28,20 @@ const x1 = (i, l) => () => {
|
|
|
28
28
|
i.on("initialized", e);
|
|
29
29
|
}
|
|
30
30
|
}, v1 = (i, l, e) => {
|
|
31
|
-
i.loadNamespaces(l,
|
|
31
|
+
i.loadNamespaces(l, H1(i, e));
|
|
32
32
|
}, f1 = (i, l, e, t) => {
|
|
33
33
|
P(e) && (e = [e]), e.forEach((n) => {
|
|
34
34
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
|
35
|
-
}), i.loadLanguages(l,
|
|
35
|
+
}), i.loadLanguages(l, H1(i, t));
|
|
36
36
|
}, j1 = function(i, l) {
|
|
37
37
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
38
|
-
const t = l.languages[0], n = l.options ? l.options.fallbackLng : !1,
|
|
38
|
+
const t = l.languages[0], n = l.options ? l.options.fallbackLng : !1, h = l.languages[l.languages.length - 1];
|
|
39
39
|
if (t.toLowerCase() === "cimode") return !0;
|
|
40
|
-
const k = (r,
|
|
41
|
-
const c = l.services.backendConnector.state[`${r}|${
|
|
40
|
+
const k = (r, u) => {
|
|
41
|
+
const c = l.services.backendConnector.state[`${r}|${u}`];
|
|
42
42
|
return c === -1 || c === 2;
|
|
43
43
|
};
|
|
44
|
-
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !k(l.isLanguageChangingTo, i) ? !1 : !!(l.hasResourceBundle(t, i) || !l.services.backendConnector.backend || l.options.resources && !l.options.partialBundledLanguages || k(t, i) && (!n || k(
|
|
44
|
+
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !k(l.isLanguageChangingTo, i) ? !1 : !!(l.hasResourceBundle(t, i) || !l.services.backendConnector.backend || l.options.resources && !l.options.partialBundledLanguages || k(t, i) && (!n || k(h, i)));
|
|
45
45
|
}, S1 = function(i, l) {
|
|
46
46
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
47
47
|
return !l.languages || !l.languages.length ? (k1("i18n.languages were undefined or empty", l.languages), !0) : l.options.ignoreJSONStructure !== void 0 ? l.hasLoadedNamespace(i, {
|
|
@@ -100,57 +100,57 @@ const i2 = (i, l) => {
|
|
|
100
100
|
return G(() => {
|
|
101
101
|
e.current = i;
|
|
102
102
|
}, [i, l]), e.current;
|
|
103
|
-
},
|
|
103
|
+
}, x1 = (i, l, e, t) => i.getFixedT(l, e, t), o2 = (i, l, e, t) => T(x1(i, l, e, t), [i, l, e, t]), t2 = function(i) {
|
|
104
104
|
let l = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
105
105
|
const {
|
|
106
106
|
i18n: e
|
|
107
107
|
} = l, {
|
|
108
108
|
i18n: t,
|
|
109
109
|
defaultNS: n
|
|
110
|
-
} = n1(e2) || {},
|
|
111
|
-
if (
|
|
110
|
+
} = n1(e2) || {}, h = e || t || X1();
|
|
111
|
+
if (h && !h.reportNamespaces && (h.reportNamespaces = new l2()), !h) {
|
|
112
112
|
k1("You will need to pass in an i18next instance by using initReactI18next");
|
|
113
|
-
const p = (M,
|
|
114
|
-
return
|
|
113
|
+
const p = (M, H) => P(H) ? H : U1(H) && P(H.defaultValue) ? H.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
|
|
114
|
+
return x.t = p, x.i18n = {}, x.ready = !1, x;
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
h.options.react && h.options.react.wait !== void 0 && k1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
117
117
|
const k = {
|
|
118
118
|
...q1(),
|
|
119
|
-
...
|
|
119
|
+
...h.options.react,
|
|
120
120
|
...l
|
|
121
121
|
}, {
|
|
122
122
|
useSuspense: r,
|
|
123
|
-
keyPrefix:
|
|
123
|
+
keyPrefix: u
|
|
124
124
|
} = k;
|
|
125
125
|
let c = i;
|
|
126
|
-
c = P(c) ? [c] : c || ["translation"],
|
|
127
|
-
const C = (
|
|
128
|
-
let
|
|
129
|
-
l.lng && (
|
|
130
|
-
const A = i2(
|
|
126
|
+
c = P(c) ? [c] : c || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(c);
|
|
127
|
+
const C = (h.isInitialized || h.initializedStoreOnce) && c.every((p) => S1(p, h, k)), s = o2(h, l.lng || null, k.nsMode === "fallback" ? c : c[0], u), f = () => s, N = () => x1(h, l.lng || null, k.nsMode === "fallback" ? c : c[0], u), [Z, E] = R(f);
|
|
128
|
+
let m = c.join();
|
|
129
|
+
l.lng && (m = `${l.lng}${m}`);
|
|
130
|
+
const A = i2(m), D = O(!0);
|
|
131
131
|
G(() => {
|
|
132
132
|
const {
|
|
133
133
|
bindI18n: p,
|
|
134
|
-
bindI18nStore:
|
|
134
|
+
bindI18nStore: x
|
|
135
135
|
} = k;
|
|
136
|
-
D.current = !0, !C && !r && (l.lng ? f1(
|
|
136
|
+
D.current = !0, !C && !r && (l.lng ? f1(h, l.lng, c, () => {
|
|
137
137
|
D.current && E(N);
|
|
138
|
-
}) : v1(
|
|
138
|
+
}) : v1(h, c, () => {
|
|
139
139
|
D.current && E(N);
|
|
140
|
-
})), C && A && A !==
|
|
140
|
+
})), C && A && A !== m && D.current && E(N);
|
|
141
141
|
const M = () => {
|
|
142
142
|
D.current && E(N);
|
|
143
143
|
};
|
|
144
|
-
return p &&
|
|
145
|
-
D.current = !1, p &&
|
|
144
|
+
return p && h && h.on(p, M), x && h && h.store.on(x, M), () => {
|
|
145
|
+
D.current = !1, p && h && p.split(" ").forEach((H) => h.off(H, M)), x && h && x.split(" ").forEach((H) => h.store.off(H, M));
|
|
146
146
|
};
|
|
147
|
-
}, [
|
|
147
|
+
}, [h, m]), G(() => {
|
|
148
148
|
D.current && C && E(f);
|
|
149
|
-
}, [
|
|
150
|
-
const y = [
|
|
151
|
-
if (y.t =
|
|
149
|
+
}, [h, u, C]);
|
|
150
|
+
const y = [Z, h, C];
|
|
151
|
+
if (y.t = Z, y.i18n = h, y.ready = C, C || !C && !r) return y;
|
|
152
152
|
throw new Promise((p) => {
|
|
153
|
-
l.lng ? f1(
|
|
153
|
+
l.lng ? f1(h, l.lng, c, () => p()) : v1(h, c, () => p());
|
|
154
154
|
});
|
|
155
155
|
}, o1 = ({
|
|
156
156
|
children: i,
|
|
@@ -158,7 +158,7 @@ const i2 = (i, l) => {
|
|
|
158
158
|
flexWrap: e = "nowrap",
|
|
159
159
|
alignItems: t = "normal",
|
|
160
160
|
justifyContent: n = "normal",
|
|
161
|
-
flex:
|
|
161
|
+
flex: h,
|
|
162
162
|
gap: k,
|
|
163
163
|
padding: r
|
|
164
164
|
}) => /* @__PURE__ */ o(
|
|
@@ -169,7 +169,7 @@ const i2 = (i, l) => {
|
|
|
169
169
|
wrap: e,
|
|
170
170
|
align: t,
|
|
171
171
|
justify: n,
|
|
172
|
-
flex:
|
|
172
|
+
flex: h,
|
|
173
173
|
gap: k,
|
|
174
174
|
style: { padding: r },
|
|
175
175
|
children: i
|
|
@@ -188,33 +188,33 @@ const i2 = (i, l) => {
|
|
|
188
188
|
}
|
|
189
189
|
);
|
|
190
190
|
};
|
|
191
|
-
var
|
|
192
|
-
const
|
|
191
|
+
var Y = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(Y || {});
|
|
192
|
+
const u1 = r1({
|
|
193
193
|
locale: "en",
|
|
194
194
|
theme: "light"
|
|
195
195
|
});
|
|
196
|
-
|
|
196
|
+
u1.Provider;
|
|
197
197
|
const r2 = ({
|
|
198
198
|
checked: i = !0,
|
|
199
199
|
indeterminate: l = !1,
|
|
200
200
|
children: e,
|
|
201
201
|
onChange: t,
|
|
202
202
|
disabled: n = !1,
|
|
203
|
-
disableUncheck:
|
|
203
|
+
disableUncheck: h = !1
|
|
204
204
|
}) => {
|
|
205
|
-
const [k, r] = R(i), [
|
|
205
|
+
const [k, r] = R(i), [u, c] = R(l);
|
|
206
206
|
G(() => {
|
|
207
207
|
r(i), c(l);
|
|
208
208
|
}, [i, l]);
|
|
209
|
-
const { theme: C } = n1(
|
|
209
|
+
const { theme: C } = n1(u1);
|
|
210
210
|
return /* @__PURE__ */ o(
|
|
211
|
-
|
|
211
|
+
T1,
|
|
212
212
|
{
|
|
213
213
|
className: `snmt-checkbox snmt-checkbox-${C}`,
|
|
214
214
|
checked: k,
|
|
215
|
-
indeterminate:
|
|
215
|
+
indeterminate: u,
|
|
216
216
|
onChange: (s) => {
|
|
217
|
-
|
|
217
|
+
h && k || (c(!1), r(s.target.checked), t && t(s));
|
|
218
218
|
},
|
|
219
219
|
disabled: n,
|
|
220
220
|
children: e
|
|
@@ -222,11 +222,11 @@ const r2 = ({
|
|
|
222
222
|
);
|
|
223
223
|
};
|
|
224
224
|
var w = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(w || {});
|
|
225
|
-
const
|
|
225
|
+
const V1 = r1({
|
|
226
226
|
locale: "en",
|
|
227
227
|
theme: "light"
|
|
228
228
|
});
|
|
229
|
-
|
|
229
|
+
V1.Provider;
|
|
230
230
|
const s2 = ({
|
|
231
231
|
width: i = 20,
|
|
232
232
|
height: l = 20,
|
|
@@ -260,7 +260,7 @@ const s2 = ({
|
|
|
260
260
|
color: e = w.GREY_DARK_5,
|
|
261
261
|
className: t,
|
|
262
262
|
onClick: n
|
|
263
|
-
}) => /* @__PURE__ */
|
|
263
|
+
}) => /* @__PURE__ */ a(
|
|
264
264
|
"svg",
|
|
265
265
|
{
|
|
266
266
|
width: i,
|
|
@@ -294,13 +294,13 @@ const s2 = ({
|
|
|
294
294
|
)
|
|
295
295
|
]
|
|
296
296
|
}
|
|
297
|
-
),
|
|
297
|
+
), a2 = ({
|
|
298
298
|
width: i = 20,
|
|
299
299
|
height: l = 20,
|
|
300
300
|
color: e = "#001E52",
|
|
301
301
|
className: t,
|
|
302
302
|
onClick: n
|
|
303
|
-
}) => /* @__PURE__ */
|
|
303
|
+
}) => /* @__PURE__ */ a(
|
|
304
304
|
"svg",
|
|
305
305
|
{
|
|
306
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -329,13 +329,13 @@ const s2 = ({
|
|
|
329
329
|
)
|
|
330
330
|
]
|
|
331
331
|
}
|
|
332
|
-
),
|
|
332
|
+
), h2 = ({
|
|
333
333
|
width: i = 20,
|
|
334
334
|
height: l = 20,
|
|
335
335
|
color: e = w.GREY_DARK_5,
|
|
336
336
|
className: t,
|
|
337
337
|
onClick: n
|
|
338
|
-
}) => /* @__PURE__ */
|
|
338
|
+
}) => /* @__PURE__ */ a(
|
|
339
339
|
"svg",
|
|
340
340
|
{
|
|
341
341
|
width: i,
|
|
@@ -454,7 +454,7 @@ const s2 = ({
|
|
|
454
454
|
color: e = w.GREY_DARK_5,
|
|
455
455
|
className: t,
|
|
456
456
|
onClick: n
|
|
457
|
-
}) => /* @__PURE__ */
|
|
457
|
+
}) => /* @__PURE__ */ a(
|
|
458
458
|
"svg",
|
|
459
459
|
{
|
|
460
460
|
width: i,
|
|
@@ -515,7 +515,7 @@ const s2 = ({
|
|
|
515
515
|
color: e = w.GREY_DARK_5,
|
|
516
516
|
className: t,
|
|
517
517
|
onClick: n
|
|
518
|
-
}) => /* @__PURE__ */
|
|
518
|
+
}) => /* @__PURE__ */ a(
|
|
519
519
|
"svg",
|
|
520
520
|
{
|
|
521
521
|
width: i,
|
|
@@ -562,7 +562,7 @@ const s2 = ({
|
|
|
562
562
|
color: e = w.GREY_DARK_5,
|
|
563
563
|
className: t,
|
|
564
564
|
onClick: n
|
|
565
|
-
}) => /* @__PURE__ */
|
|
565
|
+
}) => /* @__PURE__ */ a(
|
|
566
566
|
"svg",
|
|
567
567
|
{
|
|
568
568
|
width: i,
|
|
@@ -602,7 +602,7 @@ const s2 = ({
|
|
|
602
602
|
color: e = w.GREY_DARK_5,
|
|
603
603
|
className: t,
|
|
604
604
|
onClick: n
|
|
605
|
-
}) => /* @__PURE__ */
|
|
605
|
+
}) => /* @__PURE__ */ a(
|
|
606
606
|
"svg",
|
|
607
607
|
{
|
|
608
608
|
width: i,
|
|
@@ -636,13 +636,13 @@ const s2 = ({
|
|
|
636
636
|
)
|
|
637
637
|
]
|
|
638
638
|
}
|
|
639
|
-
),
|
|
639
|
+
), u2 = ({
|
|
640
640
|
width: i = 20,
|
|
641
641
|
height: l = 20,
|
|
642
642
|
color: e = w.GREY_DARK_5,
|
|
643
643
|
className: t,
|
|
644
644
|
onClick: n
|
|
645
|
-
}) => /* @__PURE__ */
|
|
645
|
+
}) => /* @__PURE__ */ a(
|
|
646
646
|
"svg",
|
|
647
647
|
{
|
|
648
648
|
width: i,
|
|
@@ -683,13 +683,13 @@ const s2 = ({
|
|
|
683
683
|
)
|
|
684
684
|
]
|
|
685
685
|
}
|
|
686
|
-
),
|
|
686
|
+
), m2 = ({
|
|
687
687
|
width: i = 20,
|
|
688
688
|
height: l = 20,
|
|
689
689
|
color: e = w.GREY_DARK_5,
|
|
690
690
|
className: t,
|
|
691
691
|
onClick: n
|
|
692
|
-
}) => /* @__PURE__ */
|
|
692
|
+
}) => /* @__PURE__ */ a(
|
|
693
693
|
"svg",
|
|
694
694
|
{
|
|
695
695
|
width: i,
|
|
@@ -736,7 +736,7 @@ const s2 = ({
|
|
|
736
736
|
color: e = w.GREY_DARK_5,
|
|
737
737
|
className: t,
|
|
738
738
|
onClick: n
|
|
739
|
-
}) => /* @__PURE__ */
|
|
739
|
+
}) => /* @__PURE__ */ a(
|
|
740
740
|
"svg",
|
|
741
741
|
{
|
|
742
742
|
width: i,
|
|
@@ -783,7 +783,7 @@ const s2 = ({
|
|
|
783
783
|
color: e = w.GREY_DARK_5,
|
|
784
784
|
className: t,
|
|
785
785
|
onClick: n
|
|
786
|
-
}) => /* @__PURE__ */
|
|
786
|
+
}) => /* @__PURE__ */ a(
|
|
787
787
|
"svg",
|
|
788
788
|
{
|
|
789
789
|
width: i,
|
|
@@ -823,7 +823,7 @@ const s2 = ({
|
|
|
823
823
|
color: e = w.GREY_DARK_5,
|
|
824
824
|
className: t,
|
|
825
825
|
onClick: n
|
|
826
|
-
}) => /* @__PURE__ */
|
|
826
|
+
}) => /* @__PURE__ */ a(
|
|
827
827
|
"svg",
|
|
828
828
|
{
|
|
829
829
|
width: i,
|
|
@@ -856,7 +856,7 @@ const s2 = ({
|
|
|
856
856
|
color: e = w.GREY_DARK_5,
|
|
857
857
|
className: t,
|
|
858
858
|
onClick: n
|
|
859
|
-
}) => /* @__PURE__ */
|
|
859
|
+
}) => /* @__PURE__ */ a(
|
|
860
860
|
"svg",
|
|
861
861
|
{
|
|
862
862
|
width: i,
|
|
@@ -889,7 +889,7 @@ const s2 = ({
|
|
|
889
889
|
color: e = w.GREY_DARK_5,
|
|
890
890
|
className: t,
|
|
891
891
|
onClick: n
|
|
892
|
-
}) => /* @__PURE__ */
|
|
892
|
+
}) => /* @__PURE__ */ a(
|
|
893
893
|
"svg",
|
|
894
894
|
{
|
|
895
895
|
width: i,
|
|
@@ -922,7 +922,7 @@ const s2 = ({
|
|
|
922
922
|
color: e = w.GREY_DARK_5,
|
|
923
923
|
className: t,
|
|
924
924
|
onClick: n
|
|
925
|
-
}) => /* @__PURE__ */
|
|
925
|
+
}) => /* @__PURE__ */ a(
|
|
926
926
|
"svg",
|
|
927
927
|
{
|
|
928
928
|
width: i,
|
|
@@ -949,13 +949,13 @@ const s2 = ({
|
|
|
949
949
|
)
|
|
950
950
|
]
|
|
951
951
|
}
|
|
952
|
-
),
|
|
952
|
+
), H2 = ({
|
|
953
953
|
width: i = 20,
|
|
954
954
|
height: l = 20,
|
|
955
955
|
color: e = w.GREY_DARK_5,
|
|
956
956
|
className: t,
|
|
957
957
|
onClick: n
|
|
958
|
-
}) => /* @__PURE__ */
|
|
958
|
+
}) => /* @__PURE__ */ a(
|
|
959
959
|
"svg",
|
|
960
960
|
{
|
|
961
961
|
width: i,
|
|
@@ -989,42 +989,13 @@ const s2 = ({
|
|
|
989
989
|
)
|
|
990
990
|
]
|
|
991
991
|
}
|
|
992
|
-
),
|
|
993
|
-
width: i = 14,
|
|
994
|
-
height: l = 14,
|
|
995
|
-
color: e = "#10B981",
|
|
996
|
-
className: t,
|
|
997
|
-
onClick: n
|
|
998
|
-
}) => /* @__PURE__ */ h(
|
|
999
|
-
"svg",
|
|
1000
|
-
{
|
|
1001
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1002
|
-
width: i,
|
|
1003
|
-
height: l,
|
|
1004
|
-
className: t,
|
|
1005
|
-
onClick: n,
|
|
1006
|
-
viewBox: "0 0 14 14",
|
|
1007
|
-
fill: "none",
|
|
1008
|
-
children: [
|
|
1009
|
-
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "7", fill: e }),
|
|
1010
|
-
/* @__PURE__ */ o(
|
|
1011
|
-
"path",
|
|
1012
|
-
{
|
|
1013
|
-
d: "M4 7L6.12271 8.94582C6.15555 8.97592 6.20643 8.97422 6.23718 8.942L10 5",
|
|
1014
|
-
stroke: "white",
|
|
1015
|
-
strokeWidth: "1.28571",
|
|
1016
|
-
strokeLinecap: "round"
|
|
1017
|
-
}
|
|
1018
|
-
)
|
|
1019
|
-
]
|
|
1020
|
-
}
|
|
1021
|
-
), Z2 = ({
|
|
992
|
+
), x2 = ({
|
|
1022
993
|
width: i = 20,
|
|
1023
994
|
height: l = 20,
|
|
1024
995
|
color: e = w.GREY_DARK_5,
|
|
1025
996
|
className: t,
|
|
1026
997
|
onClick: n
|
|
1027
|
-
}) => /* @__PURE__ */
|
|
998
|
+
}) => /* @__PURE__ */ a(
|
|
1028
999
|
"svg",
|
|
1029
1000
|
{
|
|
1030
1001
|
width: i,
|
|
@@ -1057,7 +1028,7 @@ const s2 = ({
|
|
|
1057
1028
|
color: e = w.GREY_DARK_5,
|
|
1058
1029
|
className: t,
|
|
1059
1030
|
onClick: n
|
|
1060
|
-
}) => /* @__PURE__ */
|
|
1031
|
+
}) => /* @__PURE__ */ a(
|
|
1061
1032
|
"svg",
|
|
1062
1033
|
{
|
|
1063
1034
|
width: i,
|
|
@@ -1084,123 +1055,13 @@ const s2 = ({
|
|
|
1084
1055
|
)
|
|
1085
1056
|
]
|
|
1086
1057
|
}
|
|
1087
|
-
),
|
|
1088
|
-
width: i = 14,
|
|
1089
|
-
height: l = 14,
|
|
1090
|
-
color: e = "#8E8E93",
|
|
1091
|
-
className: t,
|
|
1092
|
-
onClick: n
|
|
1093
|
-
}) => /* @__PURE__ */ h(
|
|
1094
|
-
"svg",
|
|
1095
|
-
{
|
|
1096
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1097
|
-
width: i,
|
|
1098
|
-
height: l,
|
|
1099
|
-
className: t,
|
|
1100
|
-
onClick: n,
|
|
1101
|
-
viewBox: "0 0 14 14",
|
|
1102
|
-
fill: "none",
|
|
1103
|
-
children: [
|
|
1104
|
-
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "7", fill: e }),
|
|
1105
|
-
/* @__PURE__ */ o("path", { d: "M6.125 5.6875H7.875V10.9668H6.125V5.6875Z", fill: "white" }),
|
|
1106
|
-
/* @__PURE__ */ o(
|
|
1107
|
-
"path",
|
|
1108
|
-
{
|
|
1109
|
-
d: "M6.125 3.9375C6.125 3.45425 6.51675 3.0625 7 3.0625C7.48325 3.0625 7.875 3.45425 7.875 3.9375C7.875 4.42075 7.48325 4.8125 7 4.8125C6.51675 4.8125 6.125 4.42075 6.125 3.9375Z",
|
|
1110
|
-
fill: "white"
|
|
1111
|
-
}
|
|
1112
|
-
)
|
|
1113
|
-
]
|
|
1114
|
-
}
|
|
1115
|
-
), A2 = ({
|
|
1116
|
-
width: i = 14,
|
|
1117
|
-
height: l = 14,
|
|
1118
|
-
color: e = "#FFB020",
|
|
1119
|
-
className: t,
|
|
1120
|
-
onClick: n
|
|
1121
|
-
}) => /* @__PURE__ */ h(
|
|
1122
|
-
"svg",
|
|
1123
|
-
{
|
|
1124
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1125
|
-
width: i,
|
|
1126
|
-
height: l,
|
|
1127
|
-
className: t,
|
|
1128
|
-
onClick: n,
|
|
1129
|
-
viewBox: "0 0 14 14",
|
|
1130
|
-
fill: "none",
|
|
1131
|
-
children: [
|
|
1132
|
-
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "6.36364", fill: e, stroke: e, strokeWidth: "1.27273" }),
|
|
1133
|
-
/* @__PURE__ */ o(
|
|
1134
|
-
"path",
|
|
1135
|
-
{
|
|
1136
|
-
d: "M6.125 3.9375C6.125 3.45425 6.51675 3.0625 7 3.0625C7.48325 3.0625 7.875 3.45425 7.875 3.9375V7.46677C7.875 7.95002 7.48325 8.34177 7 8.34177C6.51675 8.34177 6.125 7.95002 6.125 7.46677V3.9375Z",
|
|
1137
|
-
fill: "white"
|
|
1138
|
-
}
|
|
1139
|
-
),
|
|
1140
|
-
/* @__PURE__ */ o(
|
|
1141
|
-
"path",
|
|
1142
|
-
{
|
|
1143
|
-
d: "M6.125 10.0913C6.125 9.60806 6.51675 9.21631 7 9.21631C7.48325 9.21631 7.875 9.60806 7.875 10.0913C7.875 10.5746 7.48325 10.9663 7 10.9663C6.51675 10.9663 6.125 10.5746 6.125 10.0913Z",
|
|
1144
|
-
fill: "white"
|
|
1145
|
-
}
|
|
1146
|
-
)
|
|
1147
|
-
]
|
|
1148
|
-
}
|
|
1149
|
-
), G2 = ({
|
|
1150
|
-
width: i = 14,
|
|
1151
|
-
height: l = 14,
|
|
1152
|
-
color: e = "#D0421B",
|
|
1153
|
-
className: t,
|
|
1154
|
-
onClick: n
|
|
1155
|
-
}) => /* @__PURE__ */ h(
|
|
1156
|
-
"svg",
|
|
1157
|
-
{
|
|
1158
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1159
|
-
width: i,
|
|
1160
|
-
height: l,
|
|
1161
|
-
className: t,
|
|
1162
|
-
onClick: n,
|
|
1163
|
-
viewBox: "0 0 14 14",
|
|
1164
|
-
fill: "none",
|
|
1165
|
-
children: [
|
|
1166
|
-
/* @__PURE__ */ o(
|
|
1167
|
-
"path",
|
|
1168
|
-
{
|
|
1169
|
-
d: "M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14Z",
|
|
1170
|
-
fill: e
|
|
1171
|
-
}
|
|
1172
|
-
),
|
|
1173
|
-
/* @__PURE__ */ o(
|
|
1174
|
-
"path",
|
|
1175
|
-
{
|
|
1176
|
-
d: "M9.76064 9.67873L4.32288 4.24097",
|
|
1177
|
-
stroke: "white",
|
|
1178
|
-
strokeWidth: "1.55114",
|
|
1179
|
-
strokeMiterlimit: "10",
|
|
1180
|
-
strokeLinecap: "round",
|
|
1181
|
-
strokeLinejoin: "round"
|
|
1182
|
-
}
|
|
1183
|
-
),
|
|
1184
|
-
/* @__PURE__ */ o(
|
|
1185
|
-
"path",
|
|
1186
|
-
{
|
|
1187
|
-
d: "M9.68019 4.31763L4.24243 9.75539",
|
|
1188
|
-
stroke: "white",
|
|
1189
|
-
strokeWidth: "1.55114",
|
|
1190
|
-
strokeMiterlimit: "10",
|
|
1191
|
-
strokeLinecap: "round",
|
|
1192
|
-
strokeLinejoin: "round"
|
|
1193
|
-
}
|
|
1194
|
-
)
|
|
1195
|
-
]
|
|
1196
|
-
}
|
|
1197
|
-
), I2 = ({
|
|
1058
|
+
), Z2 = ({
|
|
1198
1059
|
width: i = 20,
|
|
1199
1060
|
height: l = 20,
|
|
1200
1061
|
color: e = "#070739",
|
|
1201
1062
|
className: t,
|
|
1202
1063
|
onClick: n
|
|
1203
|
-
}) => /* @__PURE__ */
|
|
1064
|
+
}) => /* @__PURE__ */ a(
|
|
1204
1065
|
"svg",
|
|
1205
1066
|
{
|
|
1206
1067
|
width: i,
|
|
@@ -1224,13 +1085,13 @@ const s2 = ({
|
|
|
1224
1085
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
1225
1086
|
]
|
|
1226
1087
|
}
|
|
1227
|
-
),
|
|
1088
|
+
), E2 = ({
|
|
1228
1089
|
width: i = 20,
|
|
1229
1090
|
height: l = 20,
|
|
1230
1091
|
color: e = "#070739",
|
|
1231
1092
|
className: t,
|
|
1232
1093
|
onClick: n
|
|
1233
|
-
}) => /* @__PURE__ */
|
|
1094
|
+
}) => /* @__PURE__ */ a(
|
|
1234
1095
|
"svg",
|
|
1235
1096
|
{
|
|
1236
1097
|
width: i,
|
|
@@ -1262,7 +1123,7 @@ const s2 = ({
|
|
|
1262
1123
|
)
|
|
1263
1124
|
]
|
|
1264
1125
|
}
|
|
1265
|
-
),
|
|
1126
|
+
), A2 = ({
|
|
1266
1127
|
width: i = 9,
|
|
1267
1128
|
height: l = 5,
|
|
1268
1129
|
color: e = "#001E52",
|
|
@@ -1288,13 +1149,13 @@ const s2 = ({
|
|
|
1288
1149
|
}
|
|
1289
1150
|
)
|
|
1290
1151
|
}
|
|
1291
|
-
),
|
|
1152
|
+
), G2 = ({
|
|
1292
1153
|
width: i = 20,
|
|
1293
1154
|
height: l = 20,
|
|
1294
1155
|
color: e = "#F2F2F7",
|
|
1295
1156
|
className: t,
|
|
1296
1157
|
onClick: n
|
|
1297
|
-
}) => /* @__PURE__ */
|
|
1158
|
+
}) => /* @__PURE__ */ a(
|
|
1298
1159
|
"svg",
|
|
1299
1160
|
{
|
|
1300
1161
|
width: i,
|
|
@@ -1317,13 +1178,13 @@ const s2 = ({
|
|
|
1317
1178
|
)
|
|
1318
1179
|
]
|
|
1319
1180
|
}
|
|
1320
|
-
),
|
|
1181
|
+
), I2 = ({
|
|
1321
1182
|
width: i = 20,
|
|
1322
1183
|
height: l = 20,
|
|
1323
1184
|
color: e = "#004ED7",
|
|
1324
1185
|
className: t,
|
|
1325
1186
|
onClick: n
|
|
1326
|
-
}) => /* @__PURE__ */
|
|
1187
|
+
}) => /* @__PURE__ */ a(
|
|
1327
1188
|
"svg",
|
|
1328
1189
|
{
|
|
1329
1190
|
width: i,
|
|
@@ -1346,13 +1207,13 @@ const s2 = ({
|
|
|
1346
1207
|
)
|
|
1347
1208
|
]
|
|
1348
1209
|
}
|
|
1349
|
-
),
|
|
1210
|
+
), D2 = ({
|
|
1350
1211
|
width: i = 10,
|
|
1351
1212
|
height: l = 10,
|
|
1352
1213
|
color: e = "#001E52",
|
|
1353
1214
|
className: t,
|
|
1354
1215
|
onClick: n
|
|
1355
|
-
}) => /* @__PURE__ */
|
|
1216
|
+
}) => /* @__PURE__ */ a(
|
|
1356
1217
|
"svg",
|
|
1357
1218
|
{
|
|
1358
1219
|
width: i,
|
|
@@ -1375,13 +1236,13 @@ const s2 = ({
|
|
|
1375
1236
|
)
|
|
1376
1237
|
]
|
|
1377
1238
|
}
|
|
1378
|
-
),
|
|
1239
|
+
), T2 = ({
|
|
1379
1240
|
width: i = 10,
|
|
1380
1241
|
height: l = 10,
|
|
1381
1242
|
color: e = "#001E52",
|
|
1382
1243
|
className: t,
|
|
1383
1244
|
onClick: n
|
|
1384
|
-
}) => /* @__PURE__ */
|
|
1245
|
+
}) => /* @__PURE__ */ a(
|
|
1385
1246
|
"svg",
|
|
1386
1247
|
{
|
|
1387
1248
|
width: i,
|
|
@@ -1412,13 +1273,13 @@ const s2 = ({
|
|
|
1412
1273
|
)
|
|
1413
1274
|
]
|
|
1414
1275
|
}
|
|
1415
|
-
),
|
|
1276
|
+
), y2 = ({
|
|
1416
1277
|
className: i,
|
|
1417
1278
|
color: l = w.GREY_DARK_5,
|
|
1418
1279
|
height: e = 20,
|
|
1419
1280
|
width: t = 20,
|
|
1420
1281
|
onClick: n
|
|
1421
|
-
}) => /* @__PURE__ */
|
|
1282
|
+
}) => /* @__PURE__ */ a(
|
|
1422
1283
|
"svg",
|
|
1423
1284
|
{
|
|
1424
1285
|
width: t,
|
|
@@ -1445,7 +1306,7 @@ const s2 = ({
|
|
|
1445
1306
|
)
|
|
1446
1307
|
]
|
|
1447
1308
|
}
|
|
1448
|
-
),
|
|
1309
|
+
), B2 = ({
|
|
1449
1310
|
className: i,
|
|
1450
1311
|
color: l = w.GREY_DARK_5,
|
|
1451
1312
|
height: e = 20,
|
|
@@ -1472,7 +1333,7 @@ const s2 = ({
|
|
|
1472
1333
|
}
|
|
1473
1334
|
)
|
|
1474
1335
|
}
|
|
1475
|
-
),
|
|
1336
|
+
), K2 = ({
|
|
1476
1337
|
className: i,
|
|
1477
1338
|
color: l = w.GREY_DARK_5,
|
|
1478
1339
|
height: e = 20,
|
|
@@ -1499,7 +1360,7 @@ const s2 = ({
|
|
|
1499
1360
|
}
|
|
1500
1361
|
)
|
|
1501
1362
|
}
|
|
1502
|
-
),
|
|
1363
|
+
), Y2 = ({
|
|
1503
1364
|
className: i,
|
|
1504
1365
|
color: l = w.GREY_DARK_5,
|
|
1505
1366
|
height: e = 5,
|
|
@@ -1523,7 +1384,7 @@ const s2 = ({
|
|
|
1523
1384
|
}
|
|
1524
1385
|
)
|
|
1525
1386
|
}
|
|
1526
|
-
),
|
|
1387
|
+
), b2 = ({
|
|
1527
1388
|
className: i,
|
|
1528
1389
|
color: l = w.GREY_DARK_5,
|
|
1529
1390
|
height: e = 5,
|
|
@@ -1548,13 +1409,13 @@ const s2 = ({
|
|
|
1548
1409
|
}
|
|
1549
1410
|
)
|
|
1550
1411
|
}
|
|
1551
|
-
),
|
|
1412
|
+
), W2 = ({
|
|
1552
1413
|
className: i,
|
|
1553
1414
|
color: l = w.GREY_DARK_5,
|
|
1554
1415
|
height: e = 20,
|
|
1555
1416
|
width: t = 20,
|
|
1556
1417
|
onClick: n
|
|
1557
|
-
}) => /* @__PURE__ */
|
|
1418
|
+
}) => /* @__PURE__ */ a(
|
|
1558
1419
|
"svg",
|
|
1559
1420
|
{
|
|
1560
1421
|
width: t,
|
|
@@ -1581,13 +1442,13 @@ const s2 = ({
|
|
|
1581
1442
|
)
|
|
1582
1443
|
]
|
|
1583
1444
|
}
|
|
1584
|
-
),
|
|
1445
|
+
), O2 = ({
|
|
1585
1446
|
className: i,
|
|
1586
1447
|
color: l = w.GREY_DARK_5,
|
|
1587
1448
|
height: e = 24,
|
|
1588
1449
|
width: t = 24,
|
|
1589
1450
|
onClick: n
|
|
1590
|
-
}) => /* @__PURE__ */
|
|
1451
|
+
}) => /* @__PURE__ */ a(
|
|
1591
1452
|
"svg",
|
|
1592
1453
|
{
|
|
1593
1454
|
width: t,
|
|
@@ -1620,7 +1481,7 @@ const s2 = ({
|
|
|
1620
1481
|
)
|
|
1621
1482
|
]
|
|
1622
1483
|
}
|
|
1623
|
-
),
|
|
1484
|
+
), j2 = ({
|
|
1624
1485
|
className: i,
|
|
1625
1486
|
color: l = w.GREY_DARK_5,
|
|
1626
1487
|
height: e = 24,
|
|
@@ -1647,13 +1508,13 @@ const s2 = ({
|
|
|
1647
1508
|
}
|
|
1648
1509
|
)
|
|
1649
1510
|
}
|
|
1650
|
-
),
|
|
1511
|
+
), S2 = ({
|
|
1651
1512
|
className: i,
|
|
1652
1513
|
color: l = w.GREY_DARK_5,
|
|
1653
1514
|
height: e = 24,
|
|
1654
1515
|
width: t = 24,
|
|
1655
1516
|
onClick: n
|
|
1656
|
-
}) => /* @__PURE__ */
|
|
1517
|
+
}) => /* @__PURE__ */ a(
|
|
1657
1518
|
"svg",
|
|
1658
1519
|
{
|
|
1659
1520
|
width: t,
|
|
@@ -1706,13 +1567,13 @@ const s2 = ({
|
|
|
1706
1567
|
)
|
|
1707
1568
|
]
|
|
1708
1569
|
}
|
|
1709
|
-
),
|
|
1570
|
+
), U2 = ({
|
|
1710
1571
|
className: i,
|
|
1711
1572
|
color: l = w.GREY_DARK_5,
|
|
1712
1573
|
height: e = 24,
|
|
1713
1574
|
width: t = 24,
|
|
1714
1575
|
onClick: n
|
|
1715
|
-
}) => /* @__PURE__ */
|
|
1576
|
+
}) => /* @__PURE__ */ a(
|
|
1716
1577
|
"svg",
|
|
1717
1578
|
{
|
|
1718
1579
|
width: t,
|
|
@@ -1743,13 +1604,13 @@ const s2 = ({
|
|
|
1743
1604
|
)
|
|
1744
1605
|
]
|
|
1745
1606
|
}
|
|
1746
|
-
),
|
|
1607
|
+
), F2 = ({
|
|
1747
1608
|
className: i,
|
|
1748
1609
|
color: l = w.GREY_DARK_3,
|
|
1749
1610
|
height: e = 14,
|
|
1750
1611
|
width: t = 14,
|
|
1751
1612
|
onClick: n
|
|
1752
|
-
}) => /* @__PURE__ */
|
|
1613
|
+
}) => /* @__PURE__ */ a(
|
|
1753
1614
|
"svg",
|
|
1754
1615
|
{
|
|
1755
1616
|
className: i,
|
|
@@ -1780,7 +1641,7 @@ const s2 = ({
|
|
|
1780
1641
|
)
|
|
1781
1642
|
]
|
|
1782
1643
|
}
|
|
1783
|
-
),
|
|
1644
|
+
), P2 = ({
|
|
1784
1645
|
className: i,
|
|
1785
1646
|
color: l = w.GREY_DARK_5,
|
|
1786
1647
|
height: e = 18,
|
|
@@ -1807,13 +1668,13 @@ const s2 = ({
|
|
|
1807
1668
|
}
|
|
1808
1669
|
)
|
|
1809
1670
|
}
|
|
1810
|
-
),
|
|
1671
|
+
), $2 = ({
|
|
1811
1672
|
className: i,
|
|
1812
1673
|
color: l = w.GREY_DARK_5,
|
|
1813
1674
|
height: e = 24,
|
|
1814
1675
|
width: t = 24,
|
|
1815
1676
|
onClick: n
|
|
1816
|
-
}) => /* @__PURE__ */
|
|
1677
|
+
}) => /* @__PURE__ */ a(
|
|
1817
1678
|
"svg",
|
|
1818
1679
|
{
|
|
1819
1680
|
onClick: n,
|
|
@@ -1859,13 +1720,13 @@ const s2 = ({
|
|
|
1859
1720
|
)
|
|
1860
1721
|
]
|
|
1861
1722
|
}
|
|
1862
|
-
),
|
|
1723
|
+
), z2 = ({
|
|
1863
1724
|
className: i,
|
|
1864
1725
|
color: l = w.GREY_DARK_5,
|
|
1865
1726
|
height: e = 24,
|
|
1866
1727
|
width: t = 24,
|
|
1867
1728
|
onClick: n
|
|
1868
|
-
}) => /* @__PURE__ */
|
|
1729
|
+
}) => /* @__PURE__ */ a(
|
|
1869
1730
|
"svg",
|
|
1870
1731
|
{
|
|
1871
1732
|
onClick: n,
|
|
@@ -1896,13 +1757,13 @@ const s2 = ({
|
|
|
1896
1757
|
)
|
|
1897
1758
|
]
|
|
1898
1759
|
}
|
|
1899
|
-
),
|
|
1760
|
+
), J2 = ({
|
|
1900
1761
|
className: i,
|
|
1901
1762
|
color: l = w.NOTIFICATION_WARNING_DARK,
|
|
1902
1763
|
height: e = 37,
|
|
1903
1764
|
width: t = 36,
|
|
1904
1765
|
onClick: n
|
|
1905
|
-
}) => /* @__PURE__ */
|
|
1766
|
+
}) => /* @__PURE__ */ a(
|
|
1906
1767
|
"svg",
|
|
1907
1768
|
{
|
|
1908
1769
|
onClick: n,
|
|
@@ -1935,7 +1796,7 @@ const s2 = ({
|
|
|
1935
1796
|
)
|
|
1936
1797
|
]
|
|
1937
1798
|
}
|
|
1938
|
-
),
|
|
1799
|
+
), q2 = ({
|
|
1939
1800
|
className: i,
|
|
1940
1801
|
color: l = w.GREY_DARK_5,
|
|
1941
1802
|
height: e = 24,
|
|
@@ -1961,13 +1822,13 @@ const s2 = ({
|
|
|
1961
1822
|
}
|
|
1962
1823
|
)
|
|
1963
1824
|
}
|
|
1964
|
-
),
|
|
1825
|
+
), Q2 = ({
|
|
1965
1826
|
className: i,
|
|
1966
1827
|
color: l = w.GREY_DARK_5,
|
|
1967
1828
|
height: e = 24,
|
|
1968
1829
|
width: t = 24,
|
|
1969
1830
|
onClick: n
|
|
1970
|
-
}) => /* @__PURE__ */
|
|
1831
|
+
}) => /* @__PURE__ */ a(
|
|
1971
1832
|
"svg",
|
|
1972
1833
|
{
|
|
1973
1834
|
onClick: n,
|
|
@@ -2000,13 +1861,13 @@ const s2 = ({
|
|
|
2000
1861
|
)
|
|
2001
1862
|
]
|
|
2002
1863
|
}
|
|
2003
|
-
),
|
|
1864
|
+
), X2 = ({
|
|
2004
1865
|
className: i,
|
|
2005
1866
|
color: l = w.GREY_DARK_5,
|
|
2006
1867
|
height: e = 20,
|
|
2007
1868
|
width: t = 20,
|
|
2008
1869
|
onClick: n
|
|
2009
|
-
}) => /* @__PURE__ */
|
|
1870
|
+
}) => /* @__PURE__ */ a(
|
|
2010
1871
|
"svg",
|
|
2011
1872
|
{
|
|
2012
1873
|
onClick: n,
|
|
@@ -2033,13 +1894,13 @@ const s2 = ({
|
|
|
2033
1894
|
)
|
|
2034
1895
|
]
|
|
2035
1896
|
}
|
|
2036
|
-
),
|
|
1897
|
+
), e5 = ({
|
|
2037
1898
|
className: i,
|
|
2038
1899
|
color: l = w.GREY_DARK_5,
|
|
2039
1900
|
height: e = 24,
|
|
2040
1901
|
width: t = 24,
|
|
2041
1902
|
onClick: n
|
|
2042
|
-
}) => /* @__PURE__ */
|
|
1903
|
+
}) => /* @__PURE__ */ a(
|
|
2043
1904
|
"svg",
|
|
2044
1905
|
{
|
|
2045
1906
|
onClick: n,
|
|
@@ -2102,13 +1963,13 @@ const s2 = ({
|
|
|
2102
1963
|
)
|
|
2103
1964
|
]
|
|
2104
1965
|
}
|
|
2105
|
-
),
|
|
1966
|
+
), l5 = ({
|
|
2106
1967
|
className: i,
|
|
2107
1968
|
color: l = w.GREY_DARK_5,
|
|
2108
1969
|
height: e = 24,
|
|
2109
1970
|
width: t = 24,
|
|
2110
1971
|
onClick: n
|
|
2111
|
-
}) => /* @__PURE__ */
|
|
1972
|
+
}) => /* @__PURE__ */ a(
|
|
2112
1973
|
"svg",
|
|
2113
1974
|
{
|
|
2114
1975
|
onClick: n,
|
|
@@ -2159,13 +2020,13 @@ const s2 = ({
|
|
|
2159
2020
|
)
|
|
2160
2021
|
]
|
|
2161
2022
|
}
|
|
2162
|
-
),
|
|
2023
|
+
), i5 = ({
|
|
2163
2024
|
className: i,
|
|
2164
2025
|
color: l = w.GREY_DARK_5,
|
|
2165
2026
|
height: e = 24,
|
|
2166
2027
|
width: t = 24,
|
|
2167
2028
|
onClick: n
|
|
2168
|
-
}) => /* @__PURE__ */
|
|
2029
|
+
}) => /* @__PURE__ */ a(
|
|
2169
2030
|
"svg",
|
|
2170
2031
|
{
|
|
2171
2032
|
onClick: n,
|
|
@@ -2208,7 +2069,7 @@ const s2 = ({
|
|
|
2208
2069
|
)
|
|
2209
2070
|
]
|
|
2210
2071
|
}
|
|
2211
|
-
),
|
|
2072
|
+
), o5 = ({
|
|
2212
2073
|
className: i,
|
|
2213
2074
|
color: l = w.GREY_DARK_5,
|
|
2214
2075
|
height: e = 24,
|
|
@@ -2235,13 +2096,13 @@ const s2 = ({
|
|
|
2235
2096
|
}
|
|
2236
2097
|
)
|
|
2237
2098
|
}
|
|
2238
|
-
),
|
|
2099
|
+
), t5 = ({
|
|
2239
2100
|
className: i,
|
|
2240
2101
|
color: l = w.GREY_DARK_5,
|
|
2241
2102
|
height: e = 20,
|
|
2242
2103
|
width: t = 20,
|
|
2243
2104
|
onClick: n
|
|
2244
|
-
}) => /* @__PURE__ */
|
|
2105
|
+
}) => /* @__PURE__ */ a(
|
|
2245
2106
|
"svg",
|
|
2246
2107
|
{
|
|
2247
2108
|
onClick: n,
|
|
@@ -2264,7 +2125,7 @@ const s2 = ({
|
|
|
2264
2125
|
)
|
|
2265
2126
|
]
|
|
2266
2127
|
}
|
|
2267
|
-
),
|
|
2128
|
+
), n5 = ({
|
|
2268
2129
|
className: i,
|
|
2269
2130
|
color: l = "#001E52",
|
|
2270
2131
|
height: e = 24,
|
|
@@ -2290,7 +2151,7 @@ const s2 = ({
|
|
|
2290
2151
|
}
|
|
2291
2152
|
)
|
|
2292
2153
|
}
|
|
2293
|
-
),
|
|
2154
|
+
), r5 = ({
|
|
2294
2155
|
className: i,
|
|
2295
2156
|
color: l = "#001E52",
|
|
2296
2157
|
height: e = 24,
|
|
@@ -2307,7 +2168,7 @@ const s2 = ({
|
|
|
2307
2168
|
version: "1.1",
|
|
2308
2169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2309
2170
|
viewBox: "0 0 489.698 489.698",
|
|
2310
|
-
children: /* @__PURE__ */ o("g", { children: /* @__PURE__ */
|
|
2171
|
+
children: /* @__PURE__ */ o("g", { children: /* @__PURE__ */ a("g", { children: [
|
|
2311
2172
|
/* @__PURE__ */ o(
|
|
2312
2173
|
"path",
|
|
2313
2174
|
{
|
|
@@ -2328,7 +2189,7 @@ const s2 = ({
|
|
|
2328
2189
|
)
|
|
2329
2190
|
] }) })
|
|
2330
2191
|
}
|
|
2331
|
-
),
|
|
2192
|
+
), s5 = ({
|
|
2332
2193
|
width: i = 20,
|
|
2333
2194
|
height: l = 20,
|
|
2334
2195
|
color: e = "#001E52",
|
|
@@ -2384,13 +2245,13 @@ const s2 = ({
|
|
|
2384
2245
|
}
|
|
2385
2246
|
)
|
|
2386
2247
|
}
|
|
2387
|
-
),
|
|
2248
|
+
), C5 = ({
|
|
2388
2249
|
width: i = 24,
|
|
2389
2250
|
height: l = 24,
|
|
2390
2251
|
color: e = "#131314",
|
|
2391
2252
|
className: t,
|
|
2392
2253
|
onClick: n
|
|
2393
|
-
}) => /* @__PURE__ */
|
|
2254
|
+
}) => /* @__PURE__ */ a(
|
|
2394
2255
|
"svg",
|
|
2395
2256
|
{
|
|
2396
2257
|
width: i,
|
|
@@ -2417,13 +2278,13 @@ const s2 = ({
|
|
|
2417
2278
|
)
|
|
2418
2279
|
]
|
|
2419
2280
|
}
|
|
2420
|
-
),
|
|
2281
|
+
), a5 = ({
|
|
2421
2282
|
width: i = 24,
|
|
2422
2283
|
height: l = 24,
|
|
2423
2284
|
color: e = w.GREY_DARK_2,
|
|
2424
2285
|
className: t,
|
|
2425
2286
|
onClick: n
|
|
2426
|
-
}) => /* @__PURE__ */
|
|
2287
|
+
}) => /* @__PURE__ */ a(
|
|
2427
2288
|
"svg",
|
|
2428
2289
|
{
|
|
2429
2290
|
width: i,
|
|
@@ -2456,13 +2317,13 @@ const s2 = ({
|
|
|
2456
2317
|
)
|
|
2457
2318
|
]
|
|
2458
2319
|
}
|
|
2459
|
-
),
|
|
2320
|
+
), h5 = ({
|
|
2460
2321
|
width: i = 24,
|
|
2461
2322
|
height: l = 24,
|
|
2462
2323
|
color: e = w.GREY_DARK_2,
|
|
2463
2324
|
className: t,
|
|
2464
2325
|
onClick: n
|
|
2465
|
-
}) => /* @__PURE__ */
|
|
2326
|
+
}) => /* @__PURE__ */ a(
|
|
2466
2327
|
"svg",
|
|
2467
2328
|
{
|
|
2468
2329
|
width: i,
|
|
@@ -2496,7 +2357,7 @@ const s2 = ({
|
|
|
2496
2357
|
)
|
|
2497
2358
|
]
|
|
2498
2359
|
}
|
|
2499
|
-
),
|
|
2360
|
+
), c5 = ({
|
|
2500
2361
|
width: i = 24,
|
|
2501
2362
|
height: l = 24,
|
|
2502
2363
|
color: e = w.GREY_DARK_2,
|
|
@@ -2523,7 +2384,7 @@ const s2 = ({
|
|
|
2523
2384
|
}
|
|
2524
2385
|
)
|
|
2525
2386
|
}
|
|
2526
|
-
),
|
|
2387
|
+
), d5 = ({
|
|
2527
2388
|
width: i = 24,
|
|
2528
2389
|
height: l = 24,
|
|
2529
2390
|
color: e = w.GREY_DARK_2,
|
|
@@ -2550,7 +2411,7 @@ const s2 = ({
|
|
|
2550
2411
|
}
|
|
2551
2412
|
)
|
|
2552
2413
|
}
|
|
2553
|
-
),
|
|
2414
|
+
), w5 = ({
|
|
2554
2415
|
width: i = 20,
|
|
2555
2416
|
height: l = 20,
|
|
2556
2417
|
color: e = "#001E52",
|
|
@@ -2582,30 +2443,30 @@ const s2 = ({
|
|
|
2582
2443
|
height: e,
|
|
2583
2444
|
color: t,
|
|
2584
2445
|
className: n,
|
|
2585
|
-
disabled:
|
|
2446
|
+
disabled: h = !1,
|
|
2586
2447
|
onClick: k
|
|
2587
2448
|
}) => {
|
|
2588
|
-
const [r,
|
|
2449
|
+
const [r, u] = R(n), { theme: c } = n1(V1), C = h ? c && c === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : t, s = h ? void 0 : k;
|
|
2589
2450
|
return G(() => {
|
|
2590
2451
|
if (n) {
|
|
2591
|
-
s && !
|
|
2452
|
+
s && !h && u(`${n} clickable`);
|
|
2592
2453
|
return;
|
|
2593
2454
|
}
|
|
2594
|
-
s && !
|
|
2595
|
-
}, [s, n,
|
|
2455
|
+
s && !h && u("clickable");
|
|
2456
|
+
}, [s, n, h]), /* @__PURE__ */ o(F, { children: (() => {
|
|
2596
2457
|
switch (i) {
|
|
2597
2458
|
case "nextIcon":
|
|
2598
|
-
return
|
|
2459
|
+
return B2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2599
2460
|
case "prevIcon":
|
|
2600
|
-
return
|
|
2461
|
+
return K2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2601
2462
|
case "arrowDown":
|
|
2602
2463
|
return s2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2603
2464
|
case "info":
|
|
2604
2465
|
return C2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2605
2466
|
case "arrowRight":
|
|
2606
|
-
return h2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2607
|
-
case "calendar":
|
|
2608
2467
|
return a2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2468
|
+
case "calendar":
|
|
2469
|
+
return h2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2609
2470
|
case "check":
|
|
2610
2471
|
return c2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2611
2472
|
case "cancel":
|
|
@@ -2621,9 +2482,9 @@ const s2 = ({
|
|
|
2621
2482
|
case "attention":
|
|
2622
2483
|
return p2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2623
2484
|
case "users":
|
|
2624
|
-
return
|
|
2485
|
+
return u2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2625
2486
|
case "mySkillsMatrix":
|
|
2626
|
-
return
|
|
2487
|
+
return m2({
|
|
2627
2488
|
width: l,
|
|
2628
2489
|
height: e,
|
|
2629
2490
|
color: C,
|
|
@@ -2649,27 +2510,14 @@ const s2 = ({
|
|
|
2649
2510
|
case "trash":
|
|
2650
2511
|
return M2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2651
2512
|
case "settings2":
|
|
2652
|
-
return x2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2653
|
-
case "success":
|
|
2654
2513
|
return H2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2655
2514
|
case "checkCircle":
|
|
2656
|
-
return
|
|
2515
|
+
return x2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2657
2516
|
case "cancelCircle":
|
|
2658
2517
|
return V2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2659
2518
|
case "infoMedium":
|
|
2660
|
-
return E2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2661
|
-
case "attentionMedium":
|
|
2662
|
-
return A2({
|
|
2663
|
-
width: l,
|
|
2664
|
-
height: e,
|
|
2665
|
-
color: C,
|
|
2666
|
-
className: r,
|
|
2667
|
-
onClick: s
|
|
2668
|
-
});
|
|
2669
|
-
case "errorMedium":
|
|
2670
|
-
return G2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2671
2519
|
case "visibilityIcon":
|
|
2672
|
-
return
|
|
2520
|
+
return Z2({
|
|
2673
2521
|
width: l,
|
|
2674
2522
|
height: e,
|
|
2675
2523
|
color: C,
|
|
@@ -2677,7 +2525,7 @@ const s2 = ({
|
|
|
2677
2525
|
onClick: s
|
|
2678
2526
|
});
|
|
2679
2527
|
case "visibilityOffIcon":
|
|
2680
|
-
return
|
|
2528
|
+
return E2({
|
|
2681
2529
|
width: l,
|
|
2682
2530
|
height: e,
|
|
2683
2531
|
color: C,
|
|
@@ -2685,7 +2533,7 @@ const s2 = ({
|
|
|
2685
2533
|
onClick: s
|
|
2686
2534
|
});
|
|
2687
2535
|
case "selectArrowIcon":
|
|
2688
|
-
return
|
|
2536
|
+
return A2({
|
|
2689
2537
|
width: l,
|
|
2690
2538
|
height: e,
|
|
2691
2539
|
color: C,
|
|
@@ -2693,7 +2541,7 @@ const s2 = ({
|
|
|
2693
2541
|
onClick: s
|
|
2694
2542
|
});
|
|
2695
2543
|
case "expandArrowIcon":
|
|
2696
|
-
return
|
|
2544
|
+
return G2({
|
|
2697
2545
|
width: l,
|
|
2698
2546
|
height: e,
|
|
2699
2547
|
color: C,
|
|
@@ -2701,7 +2549,7 @@ const s2 = ({
|
|
|
2701
2549
|
onClick: s
|
|
2702
2550
|
});
|
|
2703
2551
|
case "expandActiveArrowIcon":
|
|
2704
|
-
return
|
|
2552
|
+
return I2({
|
|
2705
2553
|
width: l,
|
|
2706
2554
|
height: e,
|
|
2707
2555
|
color: C,
|
|
@@ -2709,109 +2557,109 @@ const s2 = ({
|
|
|
2709
2557
|
onClick: s
|
|
2710
2558
|
});
|
|
2711
2559
|
case "sortUp":
|
|
2712
|
-
return
|
|
2560
|
+
return D2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2713
2561
|
case "sortDown":
|
|
2714
|
-
return
|
|
2562
|
+
return T2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2715
2563
|
case "search":
|
|
2716
|
-
return
|
|
2564
|
+
return y2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2717
2565
|
case "arrowUpFilled":
|
|
2718
|
-
return
|
|
2566
|
+
return b2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2719
2567
|
case "arrowDownFilled":
|
|
2720
|
-
return
|
|
2568
|
+
return Y2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2721
2569
|
case "link":
|
|
2722
|
-
return
|
|
2570
|
+
return W2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2723
2571
|
case "telegram":
|
|
2724
|
-
return
|
|
2572
|
+
return j2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2725
2573
|
case "mail":
|
|
2726
|
-
return
|
|
2574
|
+
return U2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2727
2575
|
case "github":
|
|
2728
|
-
return
|
|
2576
|
+
return O2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2729
2577
|
case "linkedIn":
|
|
2730
|
-
return
|
|
2578
|
+
return S2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2731
2579
|
case "emptyStateIcon":
|
|
2732
|
-
return
|
|
2580
|
+
return F2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2733
2581
|
case "filtersIcon":
|
|
2734
|
-
return
|
|
2582
|
+
return P2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2735
2583
|
case "dotMenuIcon":
|
|
2736
|
-
return
|
|
2584
|
+
return $2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2737
2585
|
case "plusCircle":
|
|
2738
|
-
return
|
|
2586
|
+
return z2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2739
2587
|
case "warning":
|
|
2740
|
-
return
|
|
2588
|
+
return J2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2741
2589
|
case "back":
|
|
2742
|
-
return
|
|
2590
|
+
return q2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2743
2591
|
case "bell":
|
|
2744
|
-
return
|
|
2592
|
+
return Q2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2745
2593
|
case "copy":
|
|
2746
|
-
return
|
|
2594
|
+
return X2({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2747
2595
|
case "contract":
|
|
2748
|
-
return
|
|
2596
|
+
return e5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2749
2597
|
case "resourceManager":
|
|
2750
|
-
return
|
|
2598
|
+
return l5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2751
2599
|
case "image":
|
|
2752
|
-
return
|
|
2600
|
+
return i5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2753
2601
|
case "edit":
|
|
2754
|
-
return
|
|
2602
|
+
return o5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2755
2603
|
case "filledArrowRight":
|
|
2756
|
-
return
|
|
2604
|
+
return t5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2757
2605
|
case "burgerMenu":
|
|
2758
|
-
return
|
|
2606
|
+
return n5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2759
2607
|
case "refresh":
|
|
2760
|
-
return
|
|
2608
|
+
return r5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2761
2609
|
case "projects":
|
|
2762
|
-
return
|
|
2610
|
+
return s5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2763
2611
|
case "profile":
|
|
2764
|
-
return
|
|
2612
|
+
return w5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2765
2613
|
case "exit":
|
|
2766
|
-
return
|
|
2614
|
+
return C5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2767
2615
|
case "client":
|
|
2768
|
-
return
|
|
2616
|
+
return a5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2769
2617
|
case "openPointCircle":
|
|
2770
|
-
return
|
|
2618
|
+
return h5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2771
2619
|
case "community":
|
|
2772
|
-
return
|
|
2620
|
+
return c5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2773
2621
|
case "docs":
|
|
2774
|
-
return
|
|
2622
|
+
return d5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2775
2623
|
default:
|
|
2776
2624
|
return /* @__PURE__ */ o(F, { children: "No Icon provided" });
|
|
2777
2625
|
}
|
|
2778
2626
|
})() });
|
|
2779
|
-
}, { Title:
|
|
2627
|
+
}, { Title: g5, Text: L5 } = M1, k5 = {
|
|
2780
2628
|
h1: 1,
|
|
2781
2629
|
h2: 2,
|
|
2782
2630
|
h3: 3,
|
|
2783
2631
|
h4: 4
|
|
2784
|
-
},
|
|
2632
|
+
}, p5 = g1(
|
|
2785
2633
|
({
|
|
2786
2634
|
align: i = "inherit",
|
|
2787
2635
|
variant: l = "body1",
|
|
2788
2636
|
color: e,
|
|
2789
2637
|
children: t,
|
|
2790
2638
|
onClick: n,
|
|
2791
|
-
collapsed:
|
|
2639
|
+
collapsed: h,
|
|
2792
2640
|
whiteSpace: k = "normal",
|
|
2793
2641
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
2794
2642
|
trim: r = !1
|
|
2795
|
-
},
|
|
2643
|
+
}, u) => {
|
|
2796
2644
|
const c = O(null);
|
|
2797
|
-
p1(
|
|
2645
|
+
p1(u, () => c.current);
|
|
2798
2646
|
const [C, s] = R(!1);
|
|
2799
2647
|
G(() => {
|
|
2800
2648
|
var E;
|
|
2801
2649
|
if (!r) return;
|
|
2802
|
-
const
|
|
2650
|
+
const m = () => {
|
|
2803
2651
|
c.current && s(c.current.scrollWidth > c.current.clientWidth);
|
|
2804
2652
|
};
|
|
2805
|
-
|
|
2806
|
-
const A = new ResizeObserver(
|
|
2653
|
+
m();
|
|
2654
|
+
const A = new ResizeObserver(m);
|
|
2807
2655
|
return c.current && A.observe(c.current), (E = c.current) != null && E.parentElement && A.observe(c.current.parentElement), () => {
|
|
2808
2656
|
A.disconnect();
|
|
2809
2657
|
};
|
|
2810
2658
|
}, [r]);
|
|
2811
2659
|
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
2812
2660
|
let N = `snmt-typography snmt-typography-${l}`;
|
|
2813
|
-
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`),
|
|
2814
|
-
const
|
|
2661
|
+
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`), h && (N += " collapsed");
|
|
2662
|
+
const Z = {
|
|
2815
2663
|
className: N,
|
|
2816
2664
|
style: { color: e, whiteSpace: r ? "nowrap" : k, display: r ? "block" : "" },
|
|
2817
2665
|
onClick: n,
|
|
@@ -2823,16 +2671,16 @@ const s2 = ({
|
|
|
2823
2671
|
}
|
|
2824
2672
|
} : void 0
|
|
2825
2673
|
};
|
|
2826
|
-
return f ? /* @__PURE__ */ o(
|
|
2674
|
+
return f ? /* @__PURE__ */ o(g5, { level: k5[l], ...Z, children: t }) : /* @__PURE__ */ o(L5, { ...Z, children: t });
|
|
2827
2675
|
}
|
|
2828
2676
|
);
|
|
2829
2677
|
var g = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(g || {});
|
|
2830
|
-
const
|
|
2678
|
+
const Z1 = r1({
|
|
2831
2679
|
locale: "en",
|
|
2832
2680
|
theme: "light"
|
|
2833
2681
|
});
|
|
2834
|
-
|
|
2835
|
-
const
|
|
2682
|
+
Z1.Provider;
|
|
2683
|
+
const u5 = ({
|
|
2836
2684
|
width: i = 20,
|
|
2837
2685
|
height: l = 20,
|
|
2838
2686
|
color: e = "#001E52",
|
|
@@ -2859,13 +2707,13 @@ const N5 = ({
|
|
|
2859
2707
|
}
|
|
2860
2708
|
)
|
|
2861
2709
|
}
|
|
2862
|
-
),
|
|
2710
|
+
), m5 = ({
|
|
2863
2711
|
width: i = 20,
|
|
2864
2712
|
height: l = 20,
|
|
2865
2713
|
color: e = g.GREY_DARK_5,
|
|
2866
2714
|
className: t,
|
|
2867
2715
|
onClick: n
|
|
2868
|
-
}) => /* @__PURE__ */
|
|
2716
|
+
}) => /* @__PURE__ */ a(
|
|
2869
2717
|
"svg",
|
|
2870
2718
|
{
|
|
2871
2719
|
width: i,
|
|
@@ -2899,13 +2747,13 @@ const N5 = ({
|
|
|
2899
2747
|
)
|
|
2900
2748
|
]
|
|
2901
2749
|
}
|
|
2902
|
-
),
|
|
2750
|
+
), v5 = ({
|
|
2903
2751
|
width: i = 20,
|
|
2904
2752
|
height: l = 20,
|
|
2905
2753
|
color: e = "#001E52",
|
|
2906
2754
|
className: t,
|
|
2907
2755
|
onClick: n
|
|
2908
|
-
}) => /* @__PURE__ */
|
|
2756
|
+
}) => /* @__PURE__ */ a(
|
|
2909
2757
|
"svg",
|
|
2910
2758
|
{
|
|
2911
2759
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2934,13 +2782,13 @@ const N5 = ({
|
|
|
2934
2782
|
)
|
|
2935
2783
|
]
|
|
2936
2784
|
}
|
|
2937
|
-
),
|
|
2785
|
+
), f5 = ({
|
|
2938
2786
|
width: i = 20,
|
|
2939
2787
|
height: l = 20,
|
|
2940
2788
|
color: e = g.GREY_DARK_5,
|
|
2941
2789
|
className: t,
|
|
2942
2790
|
onClick: n
|
|
2943
|
-
}) => /* @__PURE__ */
|
|
2791
|
+
}) => /* @__PURE__ */ a(
|
|
2944
2792
|
"svg",
|
|
2945
2793
|
{
|
|
2946
2794
|
width: i,
|
|
@@ -2981,7 +2829,7 @@ const N5 = ({
|
|
|
2981
2829
|
)
|
|
2982
2830
|
]
|
|
2983
2831
|
}
|
|
2984
|
-
),
|
|
2832
|
+
), N5 = ({
|
|
2985
2833
|
width: i = 20,
|
|
2986
2834
|
height: l = 20,
|
|
2987
2835
|
color: e = g.GREY_DARK_5,
|
|
@@ -3005,7 +2853,7 @@ const N5 = ({
|
|
|
3005
2853
|
}
|
|
3006
2854
|
)
|
|
3007
2855
|
}
|
|
3008
|
-
),
|
|
2856
|
+
), _5 = ({
|
|
3009
2857
|
width: i = 20,
|
|
3010
2858
|
height: l = 20,
|
|
3011
2859
|
color: e = g.GREY_DARK_5,
|
|
@@ -3029,7 +2877,7 @@ const N5 = ({
|
|
|
3029
2877
|
}
|
|
3030
2878
|
)
|
|
3031
2879
|
}
|
|
3032
|
-
),
|
|
2880
|
+
), R5 = ({
|
|
3033
2881
|
width: i = 20,
|
|
3034
2882
|
height: l = 20,
|
|
3035
2883
|
color: e = g.GREY_DARK_5,
|
|
@@ -3053,13 +2901,13 @@ const N5 = ({
|
|
|
3053
2901
|
}
|
|
3054
2902
|
)
|
|
3055
2903
|
}
|
|
3056
|
-
),
|
|
2904
|
+
), M5 = ({
|
|
3057
2905
|
width: i = 20,
|
|
3058
2906
|
height: l = 20,
|
|
3059
2907
|
color: e = g.GREY_DARK_5,
|
|
3060
2908
|
className: t,
|
|
3061
2909
|
onClick: n
|
|
3062
|
-
}) => /* @__PURE__ */
|
|
2910
|
+
}) => /* @__PURE__ */ a(
|
|
3063
2911
|
"svg",
|
|
3064
2912
|
{
|
|
3065
2913
|
width: i,
|
|
@@ -3114,13 +2962,13 @@ const N5 = ({
|
|
|
3114
2962
|
)
|
|
3115
2963
|
]
|
|
3116
2964
|
}
|
|
3117
|
-
),
|
|
2965
|
+
), H5 = ({
|
|
3118
2966
|
width: i = 20,
|
|
3119
2967
|
height: l = 20,
|
|
3120
2968
|
color: e = g.GREY_DARK_5,
|
|
3121
2969
|
className: t,
|
|
3122
2970
|
onClick: n
|
|
3123
|
-
}) => /* @__PURE__ */
|
|
2971
|
+
}) => /* @__PURE__ */ a(
|
|
3124
2972
|
"svg",
|
|
3125
2973
|
{
|
|
3126
2974
|
width: i,
|
|
@@ -3161,13 +3009,13 @@ const N5 = ({
|
|
|
3161
3009
|
)
|
|
3162
3010
|
]
|
|
3163
3011
|
}
|
|
3164
|
-
),
|
|
3012
|
+
), x5 = ({
|
|
3165
3013
|
width: i = 20,
|
|
3166
3014
|
height: l = 20,
|
|
3167
3015
|
color: e = g.GREY_DARK_5,
|
|
3168
3016
|
className: t,
|
|
3169
3017
|
onClick: n
|
|
3170
|
-
}) => /* @__PURE__ */
|
|
3018
|
+
}) => /* @__PURE__ */ a(
|
|
3171
3019
|
"svg",
|
|
3172
3020
|
{
|
|
3173
3021
|
width: i,
|
|
@@ -3201,13 +3049,13 @@ const N5 = ({
|
|
|
3201
3049
|
)
|
|
3202
3050
|
]
|
|
3203
3051
|
}
|
|
3204
|
-
),
|
|
3052
|
+
), V5 = ({
|
|
3205
3053
|
width: i = 20,
|
|
3206
3054
|
height: l = 20,
|
|
3207
3055
|
color: e = g.GREY_DARK_5,
|
|
3208
3056
|
className: t,
|
|
3209
3057
|
onClick: n
|
|
3210
|
-
}) => /* @__PURE__ */
|
|
3058
|
+
}) => /* @__PURE__ */ a(
|
|
3211
3059
|
"svg",
|
|
3212
3060
|
{
|
|
3213
3061
|
width: i,
|
|
@@ -3241,13 +3089,13 @@ const N5 = ({
|
|
|
3241
3089
|
)
|
|
3242
3090
|
]
|
|
3243
3091
|
}
|
|
3244
|
-
),
|
|
3092
|
+
), Z5 = ({
|
|
3245
3093
|
width: i = 20,
|
|
3246
3094
|
height: l = 20,
|
|
3247
3095
|
color: e = g.GREY_DARK_5,
|
|
3248
3096
|
className: t,
|
|
3249
3097
|
onClick: n
|
|
3250
|
-
}) => /* @__PURE__ */
|
|
3098
|
+
}) => /* @__PURE__ */ a(
|
|
3251
3099
|
"svg",
|
|
3252
3100
|
{
|
|
3253
3101
|
width: i,
|
|
@@ -3288,13 +3136,13 @@ const N5 = ({
|
|
|
3288
3136
|
)
|
|
3289
3137
|
]
|
|
3290
3138
|
}
|
|
3291
|
-
),
|
|
3139
|
+
), E5 = ({
|
|
3292
3140
|
width: i = 20,
|
|
3293
3141
|
height: l = 20,
|
|
3294
3142
|
color: e = g.GREY_DARK_5,
|
|
3295
3143
|
className: t,
|
|
3296
3144
|
onClick: n
|
|
3297
|
-
}) => /* @__PURE__ */
|
|
3145
|
+
}) => /* @__PURE__ */ a(
|
|
3298
3146
|
"svg",
|
|
3299
3147
|
{
|
|
3300
3148
|
width: i,
|
|
@@ -3335,13 +3183,13 @@ const N5 = ({
|
|
|
3335
3183
|
)
|
|
3336
3184
|
]
|
|
3337
3185
|
}
|
|
3338
|
-
),
|
|
3186
|
+
), A5 = ({
|
|
3339
3187
|
width: i = 20,
|
|
3340
3188
|
height: l = 20,
|
|
3341
3189
|
color: e = g.GREY_DARK_5,
|
|
3342
3190
|
className: t,
|
|
3343
3191
|
onClick: n
|
|
3344
|
-
}) => /* @__PURE__ */
|
|
3192
|
+
}) => /* @__PURE__ */ a(
|
|
3345
3193
|
"svg",
|
|
3346
3194
|
{
|
|
3347
3195
|
width: i,
|
|
@@ -3382,13 +3230,13 @@ const N5 = ({
|
|
|
3382
3230
|
)
|
|
3383
3231
|
]
|
|
3384
3232
|
}
|
|
3385
|
-
),
|
|
3233
|
+
), G5 = ({
|
|
3386
3234
|
width: i = 20,
|
|
3387
3235
|
height: l = 20,
|
|
3388
3236
|
color: e = g.GREY_DARK_5,
|
|
3389
3237
|
className: t,
|
|
3390
3238
|
onClick: n
|
|
3391
|
-
}) => /* @__PURE__ */
|
|
3239
|
+
}) => /* @__PURE__ */ a(
|
|
3392
3240
|
"svg",
|
|
3393
3241
|
{
|
|
3394
3242
|
width: i,
|
|
@@ -3422,13 +3270,13 @@ const N5 = ({
|
|
|
3422
3270
|
)
|
|
3423
3271
|
]
|
|
3424
3272
|
}
|
|
3425
|
-
),
|
|
3273
|
+
), I5 = ({
|
|
3426
3274
|
width: i = 20,
|
|
3427
3275
|
height: l = 20,
|
|
3428
3276
|
color: e = g.GREY_DARK_5,
|
|
3429
3277
|
className: t,
|
|
3430
3278
|
onClick: n
|
|
3431
|
-
}) => /* @__PURE__ */
|
|
3279
|
+
}) => /* @__PURE__ */ a(
|
|
3432
3280
|
"svg",
|
|
3433
3281
|
{
|
|
3434
3282
|
width: i,
|
|
@@ -3455,13 +3303,13 @@ const N5 = ({
|
|
|
3455
3303
|
)
|
|
3456
3304
|
]
|
|
3457
3305
|
}
|
|
3458
|
-
),
|
|
3306
|
+
), D5 = ({
|
|
3459
3307
|
width: i = 20,
|
|
3460
3308
|
height: l = 20,
|
|
3461
3309
|
color: e = g.GREY_DARK_5,
|
|
3462
3310
|
className: t,
|
|
3463
3311
|
onClick: n
|
|
3464
|
-
}) => /* @__PURE__ */
|
|
3312
|
+
}) => /* @__PURE__ */ a(
|
|
3465
3313
|
"svg",
|
|
3466
3314
|
{
|
|
3467
3315
|
width: i,
|
|
@@ -3488,13 +3336,13 @@ const N5 = ({
|
|
|
3488
3336
|
)
|
|
3489
3337
|
]
|
|
3490
3338
|
}
|
|
3491
|
-
),
|
|
3339
|
+
), T5 = ({
|
|
3492
3340
|
width: i = 20,
|
|
3493
3341
|
height: l = 20,
|
|
3494
3342
|
color: e = g.GREY_DARK_5,
|
|
3495
3343
|
className: t,
|
|
3496
3344
|
onClick: n
|
|
3497
|
-
}) => /* @__PURE__ */
|
|
3345
|
+
}) => /* @__PURE__ */ a(
|
|
3498
3346
|
"svg",
|
|
3499
3347
|
{
|
|
3500
3348
|
width: i,
|
|
@@ -3521,13 +3369,13 @@ const N5 = ({
|
|
|
3521
3369
|
)
|
|
3522
3370
|
]
|
|
3523
3371
|
}
|
|
3524
|
-
),
|
|
3372
|
+
), y5 = ({
|
|
3525
3373
|
width: i = 20,
|
|
3526
3374
|
height: l = 20,
|
|
3527
3375
|
color: e = g.GREY_DARK_5,
|
|
3528
3376
|
className: t,
|
|
3529
3377
|
onClick: n
|
|
3530
|
-
}) => /* @__PURE__ */
|
|
3378
|
+
}) => /* @__PURE__ */ a(
|
|
3531
3379
|
"svg",
|
|
3532
3380
|
{
|
|
3533
3381
|
width: i,
|
|
@@ -3554,13 +3402,13 @@ const N5 = ({
|
|
|
3554
3402
|
)
|
|
3555
3403
|
]
|
|
3556
3404
|
}
|
|
3557
|
-
),
|
|
3405
|
+
), B5 = ({
|
|
3558
3406
|
width: i = 20,
|
|
3559
3407
|
height: l = 20,
|
|
3560
3408
|
color: e = g.GREY_DARK_5,
|
|
3561
3409
|
className: t,
|
|
3562
3410
|
onClick: n
|
|
3563
|
-
}) => /* @__PURE__ */
|
|
3411
|
+
}) => /* @__PURE__ */ a(
|
|
3564
3412
|
"svg",
|
|
3565
3413
|
{
|
|
3566
3414
|
width: i,
|
|
@@ -3594,42 +3442,13 @@ const N5 = ({
|
|
|
3594
3442
|
)
|
|
3595
3443
|
]
|
|
3596
3444
|
}
|
|
3597
|
-
),
|
|
3598
|
-
width: i = 14,
|
|
3599
|
-
height: l = 14,
|
|
3600
|
-
color: e = "#10B981",
|
|
3601
|
-
className: t,
|
|
3602
|
-
onClick: n
|
|
3603
|
-
}) => /* @__PURE__ */ h(
|
|
3604
|
-
"svg",
|
|
3605
|
-
{
|
|
3606
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3607
|
-
width: i,
|
|
3608
|
-
height: l,
|
|
3609
|
-
className: t,
|
|
3610
|
-
onClick: n,
|
|
3611
|
-
viewBox: "0 0 14 14",
|
|
3612
|
-
fill: "none",
|
|
3613
|
-
children: [
|
|
3614
|
-
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "7", fill: e }),
|
|
3615
|
-
/* @__PURE__ */ o(
|
|
3616
|
-
"path",
|
|
3617
|
-
{
|
|
3618
|
-
d: "M4 7L6.12271 8.94582C6.15555 8.97592 6.20643 8.97422 6.23718 8.942L10 5",
|
|
3619
|
-
stroke: "white",
|
|
3620
|
-
strokeWidth: "1.28571",
|
|
3621
|
-
strokeLinecap: "round"
|
|
3622
|
-
}
|
|
3623
|
-
)
|
|
3624
|
-
]
|
|
3625
|
-
}
|
|
3626
|
-
), j5 = ({
|
|
3445
|
+
), K5 = ({
|
|
3627
3446
|
width: i = 20,
|
|
3628
3447
|
height: l = 20,
|
|
3629
3448
|
color: e = g.GREY_DARK_5,
|
|
3630
3449
|
className: t,
|
|
3631
3450
|
onClick: n
|
|
3632
|
-
}) => /* @__PURE__ */
|
|
3451
|
+
}) => /* @__PURE__ */ a(
|
|
3633
3452
|
"svg",
|
|
3634
3453
|
{
|
|
3635
3454
|
width: i,
|
|
@@ -3656,13 +3475,13 @@ const N5 = ({
|
|
|
3656
3475
|
)
|
|
3657
3476
|
]
|
|
3658
3477
|
}
|
|
3659
|
-
),
|
|
3478
|
+
), Y5 = ({
|
|
3660
3479
|
width: i = 20,
|
|
3661
3480
|
height: l = 20,
|
|
3662
3481
|
color: e = g.GREY_DARK_5,
|
|
3663
3482
|
className: t,
|
|
3664
3483
|
onClick: n
|
|
3665
|
-
}) => /* @__PURE__ */
|
|
3484
|
+
}) => /* @__PURE__ */ a(
|
|
3666
3485
|
"svg",
|
|
3667
3486
|
{
|
|
3668
3487
|
width: i,
|
|
@@ -3689,123 +3508,13 @@ const N5 = ({
|
|
|
3689
3508
|
)
|
|
3690
3509
|
]
|
|
3691
3510
|
}
|
|
3692
|
-
),
|
|
3693
|
-
width: i = 14,
|
|
3694
|
-
height: l = 14,
|
|
3695
|
-
color: e = "#8E8E93",
|
|
3696
|
-
className: t,
|
|
3697
|
-
onClick: n
|
|
3698
|
-
}) => /* @__PURE__ */ h(
|
|
3699
|
-
"svg",
|
|
3700
|
-
{
|
|
3701
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3702
|
-
width: i,
|
|
3703
|
-
height: l,
|
|
3704
|
-
className: t,
|
|
3705
|
-
onClick: n,
|
|
3706
|
-
viewBox: "0 0 14 14",
|
|
3707
|
-
fill: "none",
|
|
3708
|
-
children: [
|
|
3709
|
-
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "7", fill: e }),
|
|
3710
|
-
/* @__PURE__ */ o("path", { d: "M6.125 5.6875H7.875V10.9668H6.125V5.6875Z", fill: "white" }),
|
|
3711
|
-
/* @__PURE__ */ o(
|
|
3712
|
-
"path",
|
|
3713
|
-
{
|
|
3714
|
-
d: "M6.125 3.9375C6.125 3.45425 6.51675 3.0625 7 3.0625C7.48325 3.0625 7.875 3.45425 7.875 3.9375C7.875 4.42075 7.48325 4.8125 7 4.8125C6.51675 4.8125 6.125 4.42075 6.125 3.9375Z",
|
|
3715
|
-
fill: "white"
|
|
3716
|
-
}
|
|
3717
|
-
)
|
|
3718
|
-
]
|
|
3719
|
-
}
|
|
3720
|
-
), F5 = ({
|
|
3721
|
-
width: i = 14,
|
|
3722
|
-
height: l = 14,
|
|
3723
|
-
color: e = "#FFB020",
|
|
3724
|
-
className: t,
|
|
3725
|
-
onClick: n
|
|
3726
|
-
}) => /* @__PURE__ */ h(
|
|
3727
|
-
"svg",
|
|
3728
|
-
{
|
|
3729
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3730
|
-
width: i,
|
|
3731
|
-
height: l,
|
|
3732
|
-
className: t,
|
|
3733
|
-
onClick: n,
|
|
3734
|
-
viewBox: "0 0 14 14",
|
|
3735
|
-
fill: "none",
|
|
3736
|
-
children: [
|
|
3737
|
-
/* @__PURE__ */ o("circle", { cx: "7", cy: "7", r: "6.36364", fill: e, stroke: e, strokeWidth: "1.27273" }),
|
|
3738
|
-
/* @__PURE__ */ o(
|
|
3739
|
-
"path",
|
|
3740
|
-
{
|
|
3741
|
-
d: "M6.125 3.9375C6.125 3.45425 6.51675 3.0625 7 3.0625C7.48325 3.0625 7.875 3.45425 7.875 3.9375V7.46677C7.875 7.95002 7.48325 8.34177 7 8.34177C6.51675 8.34177 6.125 7.95002 6.125 7.46677V3.9375Z",
|
|
3742
|
-
fill: "white"
|
|
3743
|
-
}
|
|
3744
|
-
),
|
|
3745
|
-
/* @__PURE__ */ o(
|
|
3746
|
-
"path",
|
|
3747
|
-
{
|
|
3748
|
-
d: "M6.125 10.0913C6.125 9.60806 6.51675 9.21631 7 9.21631C7.48325 9.21631 7.875 9.60806 7.875 10.0913C7.875 10.5746 7.48325 10.9663 7 10.9663C6.51675 10.9663 6.125 10.5746 6.125 10.0913Z",
|
|
3749
|
-
fill: "white"
|
|
3750
|
-
}
|
|
3751
|
-
)
|
|
3752
|
-
]
|
|
3753
|
-
}
|
|
3754
|
-
), P5 = ({
|
|
3755
|
-
width: i = 14,
|
|
3756
|
-
height: l = 14,
|
|
3757
|
-
color: e = "#D0421B",
|
|
3758
|
-
className: t,
|
|
3759
|
-
onClick: n
|
|
3760
|
-
}) => /* @__PURE__ */ h(
|
|
3761
|
-
"svg",
|
|
3762
|
-
{
|
|
3763
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3764
|
-
width: i,
|
|
3765
|
-
height: l,
|
|
3766
|
-
className: t,
|
|
3767
|
-
onClick: n,
|
|
3768
|
-
viewBox: "0 0 14 14",
|
|
3769
|
-
fill: "none",
|
|
3770
|
-
children: [
|
|
3771
|
-
/* @__PURE__ */ o(
|
|
3772
|
-
"path",
|
|
3773
|
-
{
|
|
3774
|
-
d: "M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14Z",
|
|
3775
|
-
fill: e
|
|
3776
|
-
}
|
|
3777
|
-
),
|
|
3778
|
-
/* @__PURE__ */ o(
|
|
3779
|
-
"path",
|
|
3780
|
-
{
|
|
3781
|
-
d: "M9.76064 9.67873L4.32288 4.24097",
|
|
3782
|
-
stroke: "white",
|
|
3783
|
-
strokeWidth: "1.55114",
|
|
3784
|
-
strokeMiterlimit: "10",
|
|
3785
|
-
strokeLinecap: "round",
|
|
3786
|
-
strokeLinejoin: "round"
|
|
3787
|
-
}
|
|
3788
|
-
),
|
|
3789
|
-
/* @__PURE__ */ o(
|
|
3790
|
-
"path",
|
|
3791
|
-
{
|
|
3792
|
-
d: "M9.68019 4.31763L4.24243 9.75539",
|
|
3793
|
-
stroke: "white",
|
|
3794
|
-
strokeWidth: "1.55114",
|
|
3795
|
-
strokeMiterlimit: "10",
|
|
3796
|
-
strokeLinecap: "round",
|
|
3797
|
-
strokeLinejoin: "round"
|
|
3798
|
-
}
|
|
3799
|
-
)
|
|
3800
|
-
]
|
|
3801
|
-
}
|
|
3802
|
-
), $5 = ({
|
|
3511
|
+
), b5 = ({
|
|
3803
3512
|
width: i = 20,
|
|
3804
3513
|
height: l = 20,
|
|
3805
3514
|
color: e = "#070739",
|
|
3806
3515
|
className: t,
|
|
3807
3516
|
onClick: n
|
|
3808
|
-
}) => /* @__PURE__ */
|
|
3517
|
+
}) => /* @__PURE__ */ a(
|
|
3809
3518
|
"svg",
|
|
3810
3519
|
{
|
|
3811
3520
|
width: i,
|
|
@@ -3829,13 +3538,13 @@ const N5 = ({
|
|
|
3829
3538
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
3830
3539
|
]
|
|
3831
3540
|
}
|
|
3832
|
-
),
|
|
3541
|
+
), W5 = ({
|
|
3833
3542
|
width: i = 20,
|
|
3834
3543
|
height: l = 20,
|
|
3835
3544
|
color: e = "#070739",
|
|
3836
3545
|
className: t,
|
|
3837
3546
|
onClick: n
|
|
3838
|
-
}) => /* @__PURE__ */
|
|
3547
|
+
}) => /* @__PURE__ */ a(
|
|
3839
3548
|
"svg",
|
|
3840
3549
|
{
|
|
3841
3550
|
width: i,
|
|
@@ -3867,7 +3576,7 @@ const N5 = ({
|
|
|
3867
3576
|
)
|
|
3868
3577
|
]
|
|
3869
3578
|
}
|
|
3870
|
-
),
|
|
3579
|
+
), O5 = ({
|
|
3871
3580
|
width: i = 9,
|
|
3872
3581
|
height: l = 5,
|
|
3873
3582
|
color: e = "#001E52",
|
|
@@ -3893,13 +3602,13 @@ const N5 = ({
|
|
|
3893
3602
|
}
|
|
3894
3603
|
)
|
|
3895
3604
|
}
|
|
3896
|
-
),
|
|
3605
|
+
), j5 = ({
|
|
3897
3606
|
width: i = 20,
|
|
3898
3607
|
height: l = 20,
|
|
3899
3608
|
color: e = "#F2F2F7",
|
|
3900
3609
|
className: t,
|
|
3901
3610
|
onClick: n
|
|
3902
|
-
}) => /* @__PURE__ */
|
|
3611
|
+
}) => /* @__PURE__ */ a(
|
|
3903
3612
|
"svg",
|
|
3904
3613
|
{
|
|
3905
3614
|
width: i,
|
|
@@ -3922,13 +3631,13 @@ const N5 = ({
|
|
|
3922
3631
|
)
|
|
3923
3632
|
]
|
|
3924
3633
|
}
|
|
3925
|
-
),
|
|
3634
|
+
), S5 = ({
|
|
3926
3635
|
width: i = 20,
|
|
3927
3636
|
height: l = 20,
|
|
3928
3637
|
color: e = "#004ED7",
|
|
3929
3638
|
className: t,
|
|
3930
3639
|
onClick: n
|
|
3931
|
-
}) => /* @__PURE__ */
|
|
3640
|
+
}) => /* @__PURE__ */ a(
|
|
3932
3641
|
"svg",
|
|
3933
3642
|
{
|
|
3934
3643
|
width: i,
|
|
@@ -3951,13 +3660,13 @@ const N5 = ({
|
|
|
3951
3660
|
)
|
|
3952
3661
|
]
|
|
3953
3662
|
}
|
|
3954
|
-
),
|
|
3663
|
+
), U5 = ({
|
|
3955
3664
|
width: i = 10,
|
|
3956
3665
|
height: l = 10,
|
|
3957
3666
|
color: e = "#001E52",
|
|
3958
3667
|
className: t,
|
|
3959
3668
|
onClick: n
|
|
3960
|
-
}) => /* @__PURE__ */
|
|
3669
|
+
}) => /* @__PURE__ */ a(
|
|
3961
3670
|
"svg",
|
|
3962
3671
|
{
|
|
3963
3672
|
width: i,
|
|
@@ -3980,13 +3689,13 @@ const N5 = ({
|
|
|
3980
3689
|
)
|
|
3981
3690
|
]
|
|
3982
3691
|
}
|
|
3983
|
-
),
|
|
3692
|
+
), F5 = ({
|
|
3984
3693
|
width: i = 10,
|
|
3985
3694
|
height: l = 10,
|
|
3986
3695
|
color: e = "#001E52",
|
|
3987
3696
|
className: t,
|
|
3988
3697
|
onClick: n
|
|
3989
|
-
}) => /* @__PURE__ */
|
|
3698
|
+
}) => /* @__PURE__ */ a(
|
|
3990
3699
|
"svg",
|
|
3991
3700
|
{
|
|
3992
3701
|
width: i,
|
|
@@ -4017,13 +3726,13 @@ const N5 = ({
|
|
|
4017
3726
|
)
|
|
4018
3727
|
]
|
|
4019
3728
|
}
|
|
4020
|
-
),
|
|
3729
|
+
), P5 = ({
|
|
4021
3730
|
className: i,
|
|
4022
3731
|
color: l = g.GREY_DARK_5,
|
|
4023
3732
|
height: e = 20,
|
|
4024
3733
|
width: t = 20,
|
|
4025
3734
|
onClick: n
|
|
4026
|
-
}) => /* @__PURE__ */
|
|
3735
|
+
}) => /* @__PURE__ */ a(
|
|
4027
3736
|
"svg",
|
|
4028
3737
|
{
|
|
4029
3738
|
width: t,
|
|
@@ -4050,7 +3759,7 @@ const N5 = ({
|
|
|
4050
3759
|
)
|
|
4051
3760
|
]
|
|
4052
3761
|
}
|
|
4053
|
-
),
|
|
3762
|
+
), $5 = ({
|
|
4054
3763
|
className: i,
|
|
4055
3764
|
color: l = g.GREY_DARK_5,
|
|
4056
3765
|
height: e = 20,
|
|
@@ -4077,7 +3786,7 @@ const N5 = ({
|
|
|
4077
3786
|
}
|
|
4078
3787
|
)
|
|
4079
3788
|
}
|
|
4080
|
-
),
|
|
3789
|
+
), z5 = ({
|
|
4081
3790
|
className: i,
|
|
4082
3791
|
color: l = g.GREY_DARK_5,
|
|
4083
3792
|
height: e = 20,
|
|
@@ -4104,7 +3813,7 @@ const N5 = ({
|
|
|
4104
3813
|
}
|
|
4105
3814
|
)
|
|
4106
3815
|
}
|
|
4107
|
-
),
|
|
3816
|
+
), J5 = ({
|
|
4108
3817
|
className: i,
|
|
4109
3818
|
color: l = g.GREY_DARK_5,
|
|
4110
3819
|
height: e = 5,
|
|
@@ -4128,7 +3837,7 @@ const N5 = ({
|
|
|
4128
3837
|
}
|
|
4129
3838
|
)
|
|
4130
3839
|
}
|
|
4131
|
-
),
|
|
3840
|
+
), q5 = ({
|
|
4132
3841
|
className: i,
|
|
4133
3842
|
color: l = g.GREY_DARK_5,
|
|
4134
3843
|
height: e = 5,
|
|
@@ -4153,13 +3862,13 @@ const N5 = ({
|
|
|
4153
3862
|
}
|
|
4154
3863
|
)
|
|
4155
3864
|
}
|
|
4156
|
-
),
|
|
3865
|
+
), Q5 = ({
|
|
4157
3866
|
className: i,
|
|
4158
3867
|
color: l = g.GREY_DARK_5,
|
|
4159
3868
|
height: e = 20,
|
|
4160
3869
|
width: t = 20,
|
|
4161
3870
|
onClick: n
|
|
4162
|
-
}) => /* @__PURE__ */
|
|
3871
|
+
}) => /* @__PURE__ */ a(
|
|
4163
3872
|
"svg",
|
|
4164
3873
|
{
|
|
4165
3874
|
width: t,
|
|
@@ -4186,13 +3895,13 @@ const N5 = ({
|
|
|
4186
3895
|
)
|
|
4187
3896
|
]
|
|
4188
3897
|
}
|
|
4189
|
-
),
|
|
3898
|
+
), X5 = ({
|
|
4190
3899
|
className: i,
|
|
4191
3900
|
color: l = g.GREY_DARK_5,
|
|
4192
3901
|
height: e = 24,
|
|
4193
3902
|
width: t = 24,
|
|
4194
3903
|
onClick: n
|
|
4195
|
-
}) => /* @__PURE__ */
|
|
3904
|
+
}) => /* @__PURE__ */ a(
|
|
4196
3905
|
"svg",
|
|
4197
3906
|
{
|
|
4198
3907
|
width: t,
|
|
@@ -4225,7 +3934,7 @@ const N5 = ({
|
|
|
4225
3934
|
)
|
|
4226
3935
|
]
|
|
4227
3936
|
}
|
|
4228
|
-
),
|
|
3937
|
+
), e7 = ({
|
|
4229
3938
|
className: i,
|
|
4230
3939
|
color: l = g.GREY_DARK_5,
|
|
4231
3940
|
height: e = 24,
|
|
@@ -4252,13 +3961,13 @@ const N5 = ({
|
|
|
4252
3961
|
}
|
|
4253
3962
|
)
|
|
4254
3963
|
}
|
|
4255
|
-
),
|
|
3964
|
+
), l7 = ({
|
|
4256
3965
|
className: i,
|
|
4257
3966
|
color: l = g.GREY_DARK_5,
|
|
4258
3967
|
height: e = 24,
|
|
4259
3968
|
width: t = 24,
|
|
4260
3969
|
onClick: n
|
|
4261
|
-
}) => /* @__PURE__ */
|
|
3970
|
+
}) => /* @__PURE__ */ a(
|
|
4262
3971
|
"svg",
|
|
4263
3972
|
{
|
|
4264
3973
|
width: t,
|
|
@@ -4311,13 +4020,13 @@ const N5 = ({
|
|
|
4311
4020
|
)
|
|
4312
4021
|
]
|
|
4313
4022
|
}
|
|
4314
|
-
),
|
|
4023
|
+
), i7 = ({
|
|
4315
4024
|
className: i,
|
|
4316
4025
|
color: l = g.GREY_DARK_5,
|
|
4317
4026
|
height: e = 24,
|
|
4318
4027
|
width: t = 24,
|
|
4319
4028
|
onClick: n
|
|
4320
|
-
}) => /* @__PURE__ */
|
|
4029
|
+
}) => /* @__PURE__ */ a(
|
|
4321
4030
|
"svg",
|
|
4322
4031
|
{
|
|
4323
4032
|
width: t,
|
|
@@ -4348,13 +4057,13 @@ const N5 = ({
|
|
|
4348
4057
|
)
|
|
4349
4058
|
]
|
|
4350
4059
|
}
|
|
4351
|
-
),
|
|
4060
|
+
), o7 = ({
|
|
4352
4061
|
className: i,
|
|
4353
4062
|
color: l = g.GREY_DARK_3,
|
|
4354
4063
|
height: e = 14,
|
|
4355
4064
|
width: t = 14,
|
|
4356
4065
|
onClick: n
|
|
4357
|
-
}) => /* @__PURE__ */
|
|
4066
|
+
}) => /* @__PURE__ */ a(
|
|
4358
4067
|
"svg",
|
|
4359
4068
|
{
|
|
4360
4069
|
className: i,
|
|
@@ -4385,7 +4094,7 @@ const N5 = ({
|
|
|
4385
4094
|
)
|
|
4386
4095
|
]
|
|
4387
4096
|
}
|
|
4388
|
-
),
|
|
4097
|
+
), t7 = ({
|
|
4389
4098
|
className: i,
|
|
4390
4099
|
color: l = g.GREY_DARK_5,
|
|
4391
4100
|
height: e = 18,
|
|
@@ -4412,13 +4121,13 @@ const N5 = ({
|
|
|
4412
4121
|
}
|
|
4413
4122
|
)
|
|
4414
4123
|
}
|
|
4415
|
-
),
|
|
4124
|
+
), n7 = ({
|
|
4416
4125
|
className: i,
|
|
4417
4126
|
color: l = g.GREY_DARK_5,
|
|
4418
4127
|
height: e = 24,
|
|
4419
4128
|
width: t = 24,
|
|
4420
4129
|
onClick: n
|
|
4421
|
-
}) => /* @__PURE__ */
|
|
4130
|
+
}) => /* @__PURE__ */ a(
|
|
4422
4131
|
"svg",
|
|
4423
4132
|
{
|
|
4424
4133
|
onClick: n,
|
|
@@ -4464,13 +4173,13 @@ const N5 = ({
|
|
|
4464
4173
|
)
|
|
4465
4174
|
]
|
|
4466
4175
|
}
|
|
4467
|
-
),
|
|
4176
|
+
), r7 = ({
|
|
4468
4177
|
className: i,
|
|
4469
4178
|
color: l = g.GREY_DARK_5,
|
|
4470
4179
|
height: e = 24,
|
|
4471
4180
|
width: t = 24,
|
|
4472
4181
|
onClick: n
|
|
4473
|
-
}) => /* @__PURE__ */
|
|
4182
|
+
}) => /* @__PURE__ */ a(
|
|
4474
4183
|
"svg",
|
|
4475
4184
|
{
|
|
4476
4185
|
onClick: n,
|
|
@@ -4501,13 +4210,13 @@ const N5 = ({
|
|
|
4501
4210
|
)
|
|
4502
4211
|
]
|
|
4503
4212
|
}
|
|
4504
|
-
),
|
|
4213
|
+
), s7 = ({
|
|
4505
4214
|
className: i,
|
|
4506
4215
|
color: l = g.NOTIFICATION_WARNING_DARK,
|
|
4507
4216
|
height: e = 37,
|
|
4508
4217
|
width: t = 36,
|
|
4509
4218
|
onClick: n
|
|
4510
|
-
}) => /* @__PURE__ */
|
|
4219
|
+
}) => /* @__PURE__ */ a(
|
|
4511
4220
|
"svg",
|
|
4512
4221
|
{
|
|
4513
4222
|
onClick: n,
|
|
@@ -4540,7 +4249,7 @@ const N5 = ({
|
|
|
4540
4249
|
)
|
|
4541
4250
|
]
|
|
4542
4251
|
}
|
|
4543
|
-
),
|
|
4252
|
+
), C7 = ({
|
|
4544
4253
|
className: i,
|
|
4545
4254
|
color: l = g.GREY_DARK_5,
|
|
4546
4255
|
height: e = 24,
|
|
@@ -4566,13 +4275,13 @@ const N5 = ({
|
|
|
4566
4275
|
}
|
|
4567
4276
|
)
|
|
4568
4277
|
}
|
|
4569
|
-
),
|
|
4278
|
+
), a7 = ({
|
|
4570
4279
|
className: i,
|
|
4571
4280
|
color: l = g.GREY_DARK_5,
|
|
4572
4281
|
height: e = 24,
|
|
4573
4282
|
width: t = 24,
|
|
4574
4283
|
onClick: n
|
|
4575
|
-
}) => /* @__PURE__ */
|
|
4284
|
+
}) => /* @__PURE__ */ a(
|
|
4576
4285
|
"svg",
|
|
4577
4286
|
{
|
|
4578
4287
|
onClick: n,
|
|
@@ -4605,13 +4314,13 @@ const N5 = ({
|
|
|
4605
4314
|
)
|
|
4606
4315
|
]
|
|
4607
4316
|
}
|
|
4608
|
-
),
|
|
4317
|
+
), h7 = ({
|
|
4609
4318
|
className: i,
|
|
4610
4319
|
color: l = g.GREY_DARK_5,
|
|
4611
4320
|
height: e = 20,
|
|
4612
4321
|
width: t = 20,
|
|
4613
4322
|
onClick: n
|
|
4614
|
-
}) => /* @__PURE__ */
|
|
4323
|
+
}) => /* @__PURE__ */ a(
|
|
4615
4324
|
"svg",
|
|
4616
4325
|
{
|
|
4617
4326
|
onClick: n,
|
|
@@ -4638,13 +4347,13 @@ const N5 = ({
|
|
|
4638
4347
|
)
|
|
4639
4348
|
]
|
|
4640
4349
|
}
|
|
4641
|
-
),
|
|
4350
|
+
), c7 = ({
|
|
4642
4351
|
className: i,
|
|
4643
4352
|
color: l = g.GREY_DARK_5,
|
|
4644
4353
|
height: e = 24,
|
|
4645
4354
|
width: t = 24,
|
|
4646
4355
|
onClick: n
|
|
4647
|
-
}) => /* @__PURE__ */
|
|
4356
|
+
}) => /* @__PURE__ */ a(
|
|
4648
4357
|
"svg",
|
|
4649
4358
|
{
|
|
4650
4359
|
onClick: n,
|
|
@@ -4707,13 +4416,13 @@ const N5 = ({
|
|
|
4707
4416
|
)
|
|
4708
4417
|
]
|
|
4709
4418
|
}
|
|
4710
|
-
),
|
|
4419
|
+
), d7 = ({
|
|
4711
4420
|
className: i,
|
|
4712
4421
|
color: l = g.GREY_DARK_5,
|
|
4713
4422
|
height: e = 24,
|
|
4714
4423
|
width: t = 24,
|
|
4715
4424
|
onClick: n
|
|
4716
|
-
}) => /* @__PURE__ */
|
|
4425
|
+
}) => /* @__PURE__ */ a(
|
|
4717
4426
|
"svg",
|
|
4718
4427
|
{
|
|
4719
4428
|
onClick: n,
|
|
@@ -4764,13 +4473,13 @@ const N5 = ({
|
|
|
4764
4473
|
)
|
|
4765
4474
|
]
|
|
4766
4475
|
}
|
|
4767
|
-
),
|
|
4476
|
+
), w7 = ({
|
|
4768
4477
|
className: i,
|
|
4769
4478
|
color: l = g.GREY_DARK_5,
|
|
4770
4479
|
height: e = 24,
|
|
4771
4480
|
width: t = 24,
|
|
4772
4481
|
onClick: n
|
|
4773
|
-
}) => /* @__PURE__ */
|
|
4482
|
+
}) => /* @__PURE__ */ a(
|
|
4774
4483
|
"svg",
|
|
4775
4484
|
{
|
|
4776
4485
|
onClick: n,
|
|
@@ -4813,7 +4522,7 @@ const N5 = ({
|
|
|
4813
4522
|
)
|
|
4814
4523
|
]
|
|
4815
4524
|
}
|
|
4816
|
-
),
|
|
4525
|
+
), g7 = ({
|
|
4817
4526
|
className: i,
|
|
4818
4527
|
color: l = g.GREY_DARK_5,
|
|
4819
4528
|
height: e = 24,
|
|
@@ -4840,13 +4549,13 @@ const N5 = ({
|
|
|
4840
4549
|
}
|
|
4841
4550
|
)
|
|
4842
4551
|
}
|
|
4843
|
-
),
|
|
4552
|
+
), L7 = ({
|
|
4844
4553
|
className: i,
|
|
4845
4554
|
color: l = g.GREY_DARK_5,
|
|
4846
4555
|
height: e = 20,
|
|
4847
4556
|
width: t = 20,
|
|
4848
4557
|
onClick: n
|
|
4849
|
-
}) => /* @__PURE__ */
|
|
4558
|
+
}) => /* @__PURE__ */ a(
|
|
4850
4559
|
"svg",
|
|
4851
4560
|
{
|
|
4852
4561
|
onClick: n,
|
|
@@ -4869,7 +4578,7 @@ const N5 = ({
|
|
|
4869
4578
|
)
|
|
4870
4579
|
]
|
|
4871
4580
|
}
|
|
4872
|
-
),
|
|
4581
|
+
), k7 = ({
|
|
4873
4582
|
className: i,
|
|
4874
4583
|
color: l = "#001E52",
|
|
4875
4584
|
height: e = 24,
|
|
@@ -4895,7 +4604,7 @@ const N5 = ({
|
|
|
4895
4604
|
}
|
|
4896
4605
|
)
|
|
4897
4606
|
}
|
|
4898
|
-
),
|
|
4607
|
+
), p7 = ({
|
|
4899
4608
|
className: i,
|
|
4900
4609
|
color: l = "#001E52",
|
|
4901
4610
|
height: e = 24,
|
|
@@ -4912,7 +4621,7 @@ const N5 = ({
|
|
|
4912
4621
|
version: "1.1",
|
|
4913
4622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4914
4623
|
viewBox: "0 0 489.698 489.698",
|
|
4915
|
-
children: /* @__PURE__ */ o("g", { children: /* @__PURE__ */
|
|
4624
|
+
children: /* @__PURE__ */ o("g", { children: /* @__PURE__ */ a("g", { children: [
|
|
4916
4625
|
/* @__PURE__ */ o(
|
|
4917
4626
|
"path",
|
|
4918
4627
|
{
|
|
@@ -4933,7 +4642,7 @@ const N5 = ({
|
|
|
4933
4642
|
)
|
|
4934
4643
|
] }) })
|
|
4935
4644
|
}
|
|
4936
|
-
),
|
|
4645
|
+
), u7 = ({
|
|
4937
4646
|
width: i = 20,
|
|
4938
4647
|
height: l = 20,
|
|
4939
4648
|
color: e = "#001E52",
|
|
@@ -4989,13 +4698,13 @@ const N5 = ({
|
|
|
4989
4698
|
}
|
|
4990
4699
|
)
|
|
4991
4700
|
}
|
|
4992
|
-
),
|
|
4701
|
+
), m7 = ({
|
|
4993
4702
|
width: i = 24,
|
|
4994
4703
|
height: l = 24,
|
|
4995
4704
|
color: e = "#131314",
|
|
4996
4705
|
className: t,
|
|
4997
4706
|
onClick: n
|
|
4998
|
-
}) => /* @__PURE__ */
|
|
4707
|
+
}) => /* @__PURE__ */ a(
|
|
4999
4708
|
"svg",
|
|
5000
4709
|
{
|
|
5001
4710
|
width: i,
|
|
@@ -5022,13 +4731,13 @@ const N5 = ({
|
|
|
5022
4731
|
)
|
|
5023
4732
|
]
|
|
5024
4733
|
}
|
|
5025
|
-
),
|
|
4734
|
+
), v7 = ({
|
|
5026
4735
|
width: i = 24,
|
|
5027
4736
|
height: l = 24,
|
|
5028
4737
|
color: e = g.GREY_DARK_2,
|
|
5029
4738
|
className: t,
|
|
5030
4739
|
onClick: n
|
|
5031
|
-
}) => /* @__PURE__ */
|
|
4740
|
+
}) => /* @__PURE__ */ a(
|
|
5032
4741
|
"svg",
|
|
5033
4742
|
{
|
|
5034
4743
|
width: i,
|
|
@@ -5061,13 +4770,13 @@ const N5 = ({
|
|
|
5061
4770
|
)
|
|
5062
4771
|
]
|
|
5063
4772
|
}
|
|
5064
|
-
),
|
|
4773
|
+
), f7 = ({
|
|
5065
4774
|
width: i = 24,
|
|
5066
4775
|
height: l = 24,
|
|
5067
4776
|
color: e = g.GREY_DARK_2,
|
|
5068
4777
|
className: t,
|
|
5069
4778
|
onClick: n
|
|
5070
|
-
}) => /* @__PURE__ */
|
|
4779
|
+
}) => /* @__PURE__ */ a(
|
|
5071
4780
|
"svg",
|
|
5072
4781
|
{
|
|
5073
4782
|
width: i,
|
|
@@ -5101,7 +4810,7 @@ const N5 = ({
|
|
|
5101
4810
|
)
|
|
5102
4811
|
]
|
|
5103
4812
|
}
|
|
5104
|
-
),
|
|
4813
|
+
), N7 = ({
|
|
5105
4814
|
width: i = 24,
|
|
5106
4815
|
height: l = 24,
|
|
5107
4816
|
color: e = g.GREY_DARK_2,
|
|
@@ -5128,7 +4837,7 @@ const N5 = ({
|
|
|
5128
4837
|
}
|
|
5129
4838
|
)
|
|
5130
4839
|
}
|
|
5131
|
-
),
|
|
4840
|
+
), _7 = ({
|
|
5132
4841
|
width: i = 24,
|
|
5133
4842
|
height: l = 24,
|
|
5134
4843
|
color: e = g.GREY_DARK_2,
|
|
@@ -5155,7 +4864,7 @@ const N5 = ({
|
|
|
5155
4864
|
}
|
|
5156
4865
|
)
|
|
5157
4866
|
}
|
|
5158
|
-
),
|
|
4867
|
+
), R7 = ({
|
|
5159
4868
|
width: i = 20,
|
|
5160
4869
|
height: l = 20,
|
|
5161
4870
|
color: e = "#001E52",
|
|
@@ -5181,54 +4890,54 @@ const N5 = ({
|
|
|
5181
4890
|
}
|
|
5182
4891
|
)
|
|
5183
4892
|
}
|
|
5184
|
-
),
|
|
4893
|
+
), M7 = ({
|
|
5185
4894
|
name: i,
|
|
5186
4895
|
width: l,
|
|
5187
4896
|
height: e,
|
|
5188
4897
|
color: t,
|
|
5189
4898
|
className: n,
|
|
5190
|
-
disabled:
|
|
4899
|
+
disabled: h = !1,
|
|
5191
4900
|
onClick: k
|
|
5192
4901
|
}) => {
|
|
5193
|
-
const [r,
|
|
4902
|
+
const [r, u] = R(n), { theme: c } = n1(Z1), C = h ? c && c === "dark" ? g.GREY_LIGHT_4 : g.GREY_DARK_1 : t, s = h ? void 0 : k;
|
|
5194
4903
|
return G(() => {
|
|
5195
4904
|
if (n) {
|
|
5196
|
-
s && !
|
|
4905
|
+
s && !h && u(`${n} clickable`);
|
|
5197
4906
|
return;
|
|
5198
4907
|
}
|
|
5199
|
-
s && !
|
|
5200
|
-
}, [s, n,
|
|
4908
|
+
s && !h && u("clickable");
|
|
4909
|
+
}, [s, n, h]), /* @__PURE__ */ o(F, { children: (() => {
|
|
5201
4910
|
switch (i) {
|
|
5202
4911
|
case "nextIcon":
|
|
5203
|
-
return
|
|
4912
|
+
return $5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5204
4913
|
case "prevIcon":
|
|
5205
|
-
return
|
|
4914
|
+
return z5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5206
4915
|
case "arrowDown":
|
|
5207
|
-
return
|
|
4916
|
+
return u5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5208
4917
|
case "info":
|
|
5209
|
-
return
|
|
4918
|
+
return m5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5210
4919
|
case "arrowRight":
|
|
5211
|
-
return
|
|
4920
|
+
return v5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5212
4921
|
case "calendar":
|
|
5213
|
-
return
|
|
4922
|
+
return f5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5214
4923
|
case "check":
|
|
5215
|
-
return
|
|
4924
|
+
return N5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5216
4925
|
case "cancel":
|
|
5217
|
-
return
|
|
4926
|
+
return _5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5218
4927
|
case "add":
|
|
5219
|
-
return
|
|
4928
|
+
return R5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5220
4929
|
case "list":
|
|
5221
|
-
return
|
|
4930
|
+
return M5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5222
4931
|
case "dragAndDrop":
|
|
5223
|
-
return
|
|
4932
|
+
return H5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5224
4933
|
case "filter":
|
|
5225
|
-
return
|
|
4934
|
+
return x5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5226
4935
|
case "attention":
|
|
5227
|
-
return
|
|
4936
|
+
return V5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5228
4937
|
case "users":
|
|
5229
|
-
return
|
|
4938
|
+
return Z5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5230
4939
|
case "mySkillsMatrix":
|
|
5231
|
-
return
|
|
4940
|
+
return E5({
|
|
5232
4941
|
width: l,
|
|
5233
4942
|
height: e,
|
|
5234
4943
|
color: C,
|
|
@@ -5236,9 +4945,9 @@ const N5 = ({
|
|
|
5236
4945
|
onClick: s
|
|
5237
4946
|
});
|
|
5238
4947
|
case "skills":
|
|
5239
|
-
return
|
|
4948
|
+
return A5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5240
4949
|
case "skillsMatrices":
|
|
5241
|
-
return
|
|
4950
|
+
return G5({
|
|
5242
4951
|
width: l,
|
|
5243
4952
|
height: e,
|
|
5244
4953
|
color: C,
|
|
@@ -5246,35 +4955,22 @@ const N5 = ({
|
|
|
5246
4955
|
onClick: s
|
|
5247
4956
|
});
|
|
5248
4957
|
case "history":
|
|
5249
|
-
return
|
|
4958
|
+
return I5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5250
4959
|
case "logOut":
|
|
5251
|
-
return
|
|
4960
|
+
return D5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5252
4961
|
case "settings":
|
|
5253
|
-
return
|
|
4962
|
+
return T5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5254
4963
|
case "trash":
|
|
5255
|
-
return
|
|
4964
|
+
return y5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5256
4965
|
case "settings2":
|
|
5257
|
-
return
|
|
5258
|
-
case "success":
|
|
5259
|
-
return O5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
4966
|
+
return B5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5260
4967
|
case "checkCircle":
|
|
5261
|
-
return
|
|
4968
|
+
return K5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5262
4969
|
case "cancelCircle":
|
|
5263
|
-
return
|
|
4970
|
+
return Y5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5264
4971
|
case "infoMedium":
|
|
5265
|
-
return U5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5266
|
-
case "attentionMedium":
|
|
5267
|
-
return F5({
|
|
5268
|
-
width: l,
|
|
5269
|
-
height: e,
|
|
5270
|
-
color: C,
|
|
5271
|
-
className: r,
|
|
5272
|
-
onClick: s
|
|
5273
|
-
});
|
|
5274
|
-
case "errorMedium":
|
|
5275
|
-
return P5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5276
4972
|
case "visibilityIcon":
|
|
5277
|
-
return
|
|
4973
|
+
return b5({
|
|
5278
4974
|
width: l,
|
|
5279
4975
|
height: e,
|
|
5280
4976
|
color: C,
|
|
@@ -5282,7 +4978,7 @@ const N5 = ({
|
|
|
5282
4978
|
onClick: s
|
|
5283
4979
|
});
|
|
5284
4980
|
case "visibilityOffIcon":
|
|
5285
|
-
return
|
|
4981
|
+
return W5({
|
|
5286
4982
|
width: l,
|
|
5287
4983
|
height: e,
|
|
5288
4984
|
color: C,
|
|
@@ -5290,7 +4986,7 @@ const N5 = ({
|
|
|
5290
4986
|
onClick: s
|
|
5291
4987
|
});
|
|
5292
4988
|
case "selectArrowIcon":
|
|
5293
|
-
return
|
|
4989
|
+
return O5({
|
|
5294
4990
|
width: l,
|
|
5295
4991
|
height: e,
|
|
5296
4992
|
color: C,
|
|
@@ -5298,7 +4994,7 @@ const N5 = ({
|
|
|
5298
4994
|
onClick: s
|
|
5299
4995
|
});
|
|
5300
4996
|
case "expandArrowIcon":
|
|
5301
|
-
return
|
|
4997
|
+
return j5({
|
|
5302
4998
|
width: l,
|
|
5303
4999
|
height: e,
|
|
5304
5000
|
color: C,
|
|
@@ -5306,7 +5002,7 @@ const N5 = ({
|
|
|
5306
5002
|
onClick: s
|
|
5307
5003
|
});
|
|
5308
5004
|
case "expandActiveArrowIcon":
|
|
5309
|
-
return
|
|
5005
|
+
return S5({
|
|
5310
5006
|
width: l,
|
|
5311
5007
|
height: e,
|
|
5312
5008
|
color: C,
|
|
@@ -5314,100 +5010,100 @@ const N5 = ({
|
|
|
5314
5010
|
onClick: s
|
|
5315
5011
|
});
|
|
5316
5012
|
case "sortUp":
|
|
5317
|
-
return
|
|
5013
|
+
return U5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5318
5014
|
case "sortDown":
|
|
5319
|
-
return
|
|
5015
|
+
return F5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5320
5016
|
case "search":
|
|
5321
|
-
return
|
|
5017
|
+
return P5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5322
5018
|
case "arrowUpFilled":
|
|
5323
|
-
return
|
|
5019
|
+
return q5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5324
5020
|
case "arrowDownFilled":
|
|
5325
|
-
return
|
|
5021
|
+
return J5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5326
5022
|
case "link":
|
|
5327
|
-
return
|
|
5023
|
+
return Q5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5328
5024
|
case "telegram":
|
|
5329
|
-
return
|
|
5025
|
+
return e7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5330
5026
|
case "mail":
|
|
5331
|
-
return
|
|
5027
|
+
return i7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5332
5028
|
case "github":
|
|
5333
|
-
return
|
|
5029
|
+
return X5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5334
5030
|
case "linkedIn":
|
|
5335
|
-
return
|
|
5031
|
+
return l7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5336
5032
|
case "emptyStateIcon":
|
|
5337
|
-
return
|
|
5033
|
+
return o7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5338
5034
|
case "filtersIcon":
|
|
5339
|
-
return
|
|
5035
|
+
return t7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5340
5036
|
case "dotMenuIcon":
|
|
5341
|
-
return
|
|
5037
|
+
return n7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5342
5038
|
case "plusCircle":
|
|
5343
|
-
return
|
|
5039
|
+
return r7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5344
5040
|
case "warning":
|
|
5345
|
-
return
|
|
5041
|
+
return s7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5346
5042
|
case "back":
|
|
5347
|
-
return
|
|
5043
|
+
return C7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5348
5044
|
case "bell":
|
|
5349
|
-
return
|
|
5045
|
+
return a7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5350
5046
|
case "copy":
|
|
5351
|
-
return
|
|
5047
|
+
return h7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5352
5048
|
case "contract":
|
|
5353
|
-
return
|
|
5049
|
+
return c7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5354
5050
|
case "resourceManager":
|
|
5355
|
-
return
|
|
5051
|
+
return d7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5356
5052
|
case "image":
|
|
5357
|
-
return
|
|
5053
|
+
return w7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5358
5054
|
case "edit":
|
|
5359
|
-
return
|
|
5055
|
+
return g7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5360
5056
|
case "filledArrowRight":
|
|
5361
|
-
return
|
|
5057
|
+
return L7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5362
5058
|
case "burgerMenu":
|
|
5363
|
-
return
|
|
5059
|
+
return k7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5364
5060
|
case "refresh":
|
|
5365
|
-
return
|
|
5061
|
+
return p7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5366
5062
|
case "projects":
|
|
5367
|
-
return
|
|
5063
|
+
return u7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5368
5064
|
case "profile":
|
|
5369
|
-
return
|
|
5065
|
+
return R7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5370
5066
|
case "exit":
|
|
5371
|
-
return
|
|
5067
|
+
return m7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5372
5068
|
case "client":
|
|
5373
|
-
return
|
|
5069
|
+
return v7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5374
5070
|
case "openPointCircle":
|
|
5375
|
-
return
|
|
5071
|
+
return f7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5376
5072
|
case "community":
|
|
5377
|
-
return
|
|
5073
|
+
return N7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5378
5074
|
case "docs":
|
|
5379
|
-
return
|
|
5075
|
+
return _7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5380
5076
|
default:
|
|
5381
5077
|
return /* @__PURE__ */ o(F, { children: "No Icon provided" });
|
|
5382
5078
|
}
|
|
5383
5079
|
})() });
|
|
5384
5080
|
};
|
|
5385
5081
|
var t1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(t1 || {});
|
|
5386
|
-
const
|
|
5082
|
+
const H7 = r1({
|
|
5387
5083
|
locale: "en",
|
|
5388
5084
|
theme: "light"
|
|
5389
5085
|
});
|
|
5390
|
-
|
|
5086
|
+
H7.Provider;
|
|
5391
5087
|
const E1 = ({
|
|
5392
5088
|
children: i,
|
|
5393
5089
|
width: l,
|
|
5394
5090
|
size: e = "small",
|
|
5395
5091
|
onClose: t,
|
|
5396
5092
|
closable: n = !0,
|
|
5397
|
-
disabled:
|
|
5093
|
+
disabled: h = !1
|
|
5398
5094
|
}) => {
|
|
5399
5095
|
const k = e === "small" ? 10 : 12.5, r = () => {
|
|
5400
|
-
|
|
5096
|
+
h || t == null || t();
|
|
5401
5097
|
};
|
|
5402
5098
|
return /* @__PURE__ */ o(
|
|
5403
5099
|
I1,
|
|
5404
5100
|
{
|
|
5405
|
-
className: `snmt-tag ${e} ${
|
|
5101
|
+
className: `snmt-tag ${e} ${h ? "disabled" : ""}`,
|
|
5406
5102
|
closeIcon: /* @__PURE__ */ o(
|
|
5407
|
-
|
|
5103
|
+
M7,
|
|
5408
5104
|
{
|
|
5409
5105
|
name: "cancelCircle",
|
|
5410
|
-
color:
|
|
5106
|
+
color: h ? t1.GREY_DARK_1 : t1.GREY_DARK_2,
|
|
5411
5107
|
width: k,
|
|
5412
5108
|
height: k,
|
|
5413
5109
|
onClick: r
|
|
@@ -5417,51 +5113,51 @@ const E1 = ({
|
|
|
5417
5113
|
style: { width: l ?? "fit-content" },
|
|
5418
5114
|
closable: n,
|
|
5419
5115
|
children: typeof i == "string" ? /* @__PURE__ */ o(
|
|
5420
|
-
|
|
5116
|
+
p5,
|
|
5421
5117
|
{
|
|
5422
5118
|
variant: e === "small" ? "body4" : "body2",
|
|
5423
|
-
color:
|
|
5119
|
+
color: h ? t1.GREY_DARK_2 : t1.GREY_DARK_5,
|
|
5424
5120
|
children: i
|
|
5425
5121
|
}
|
|
5426
5122
|
) : i
|
|
5427
5123
|
}
|
|
5428
5124
|
);
|
|
5429
|
-
}, { Title:
|
|
5125
|
+
}, { Title: x7, Text: V7 } = M1, Z7 = {
|
|
5430
5126
|
h1: 1,
|
|
5431
5127
|
h2: 2,
|
|
5432
5128
|
h3: 3,
|
|
5433
5129
|
h4: 4
|
|
5434
|
-
},
|
|
5130
|
+
}, E7 = g1(
|
|
5435
5131
|
({
|
|
5436
5132
|
align: i = "inherit",
|
|
5437
5133
|
variant: l = "body1",
|
|
5438
5134
|
color: e,
|
|
5439
5135
|
children: t,
|
|
5440
5136
|
onClick: n,
|
|
5441
|
-
collapsed:
|
|
5137
|
+
collapsed: h,
|
|
5442
5138
|
whiteSpace: k = "normal",
|
|
5443
5139
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5444
5140
|
trim: r = !1
|
|
5445
|
-
},
|
|
5141
|
+
}, u) => {
|
|
5446
5142
|
const c = O(null);
|
|
5447
|
-
p1(
|
|
5143
|
+
p1(u, () => c.current);
|
|
5448
5144
|
const [C, s] = R(!1);
|
|
5449
5145
|
G(() => {
|
|
5450
5146
|
var E;
|
|
5451
5147
|
if (!r) return;
|
|
5452
|
-
const
|
|
5148
|
+
const m = () => {
|
|
5453
5149
|
c.current && s(c.current.scrollWidth > c.current.clientWidth);
|
|
5454
5150
|
};
|
|
5455
|
-
|
|
5456
|
-
const A = new ResizeObserver(
|
|
5151
|
+
m();
|
|
5152
|
+
const A = new ResizeObserver(m);
|
|
5457
5153
|
return c.current && A.observe(c.current), (E = c.current) != null && E.parentElement && A.observe(c.current.parentElement), () => {
|
|
5458
5154
|
A.disconnect();
|
|
5459
5155
|
};
|
|
5460
5156
|
}, [r]);
|
|
5461
5157
|
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
5462
5158
|
let N = `snmt-typography snmt-typography-${l}`;
|
|
5463
|
-
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`),
|
|
5464
|
-
const
|
|
5159
|
+
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`), h && (N += " collapsed");
|
|
5160
|
+
const Z = {
|
|
5465
5161
|
className: N,
|
|
5466
5162
|
style: { color: e, whiteSpace: r ? "nowrap" : k, display: r ? "block" : "" },
|
|
5467
5163
|
onClick: n,
|
|
@@ -5473,34 +5169,34 @@ const E1 = ({
|
|
|
5473
5169
|
}
|
|
5474
5170
|
} : void 0
|
|
5475
5171
|
};
|
|
5476
|
-
return f ? /* @__PURE__ */ o(
|
|
5172
|
+
return f ? /* @__PURE__ */ o(x7, { level: Z7[l], ...Z, children: t }) : /* @__PURE__ */ o(V7, { ...Z, children: t });
|
|
5477
5173
|
}
|
|
5478
|
-
),
|
|
5174
|
+
), A7 = ({
|
|
5479
5175
|
children: i,
|
|
5480
5176
|
content: l,
|
|
5481
5177
|
isOpen: e,
|
|
5482
5178
|
setIsOpen: t,
|
|
5483
5179
|
placement: n = "topRight",
|
|
5484
|
-
noPadding:
|
|
5180
|
+
noPadding: h = !1
|
|
5485
5181
|
}) => {
|
|
5486
5182
|
const [k, r] = R(!1);
|
|
5487
5183
|
return /* @__PURE__ */ o(
|
|
5488
|
-
|
|
5184
|
+
B1,
|
|
5489
5185
|
{
|
|
5490
5186
|
content: l,
|
|
5491
5187
|
arrow: !1,
|
|
5492
5188
|
placement: n,
|
|
5493
5189
|
trigger: "click",
|
|
5494
|
-
overlayClassName: `snmt-popover ${
|
|
5190
|
+
overlayClassName: `snmt-popover ${h ? "" : "padding"}`,
|
|
5495
5191
|
open: e ?? k,
|
|
5496
|
-
onOpenChange: (
|
|
5497
|
-
r(
|
|
5192
|
+
onOpenChange: (u) => {
|
|
5193
|
+
r(u), t == null || t(u);
|
|
5498
5194
|
},
|
|
5499
5195
|
children: /* @__PURE__ */ o("div", { className: "wrapper", children: i })
|
|
5500
5196
|
}
|
|
5501
5197
|
);
|
|
5502
5198
|
};
|
|
5503
|
-
var
|
|
5199
|
+
var G7 = { exports: {} };
|
|
5504
5200
|
(function(i, l) {
|
|
5505
5201
|
(function(e, t) {
|
|
5506
5202
|
i.exports = t();
|
|
@@ -5510,27 +5206,27 @@ var b7 = { exports: {} };
|
|
|
5510
5206
|
return "[" + e + (t[(n - 20) % 10] || t[n] || t[0]) + "]";
|
|
5511
5207
|
} };
|
|
5512
5208
|
});
|
|
5513
|
-
})(
|
|
5514
|
-
const
|
|
5209
|
+
})(G7);
|
|
5210
|
+
const I7 = ({
|
|
5515
5211
|
values: i,
|
|
5516
5212
|
onTagClose: l,
|
|
5517
5213
|
maxWidth: e,
|
|
5518
5214
|
closable: t = !0,
|
|
5519
5215
|
disabled: n,
|
|
5520
|
-
options:
|
|
5216
|
+
options: h,
|
|
5521
5217
|
extraOptions: k
|
|
5522
5218
|
}) => {
|
|
5523
|
-
const { locale: r } = n1(
|
|
5219
|
+
const { locale: r } = n1(u1), { t: u } = t2("common", { lng: r }), [c, C] = R(!1);
|
|
5524
5220
|
if (G(() => {
|
|
5525
5221
|
i.length || C(!1);
|
|
5526
5222
|
}, [i]), !i.length)
|
|
5527
5223
|
return null;
|
|
5528
5224
|
const s = (f) => {
|
|
5529
|
-
var N,
|
|
5530
|
-
return ((N =
|
|
5225
|
+
var N, Z;
|
|
5226
|
+
return ((N = h == null ? void 0 : h.find((m) => m.value === f)) == null ? void 0 : N.label) || ((Z = k == null ? void 0 : k.find((m) => m.value === f)) == null ? void 0 : Z.label) || f;
|
|
5531
5227
|
};
|
|
5532
|
-
return /* @__PURE__ */
|
|
5533
|
-
|
|
5228
|
+
return /* @__PURE__ */ a(
|
|
5229
|
+
A7,
|
|
5534
5230
|
{
|
|
5535
5231
|
content: (
|
|
5536
5232
|
// 90: paddings + margins + gaps and so on
|
|
@@ -5551,16 +5247,16 @@ const W7 = ({
|
|
|
5551
5247
|
children: [
|
|
5552
5248
|
i.length,
|
|
5553
5249
|
" ",
|
|
5554
|
-
|
|
5250
|
+
u("more")
|
|
5555
5251
|
]
|
|
5556
5252
|
}
|
|
5557
5253
|
);
|
|
5558
|
-
},
|
|
5254
|
+
}, D7 = {
|
|
5559
5255
|
small: 20,
|
|
5560
5256
|
medium: 28,
|
|
5561
5257
|
large: 48
|
|
5562
5258
|
}, N1 = ({ size: i = "medium", color: l = "#004ed7" }) => {
|
|
5563
|
-
const e =
|
|
5259
|
+
const e = D7[i], t = `no-repeat linear-gradient(${l}
|
|
5564
5260
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${l} 0)`, n = {
|
|
5565
5261
|
width: e,
|
|
5566
5262
|
background: `${t} 0% 100%, ${t} 50% 100%, ${t} 100% 100%`,
|
|
@@ -5574,27 +5270,27 @@ const W7 = ({
|
|
|
5574
5270
|
placeholder: e,
|
|
5575
5271
|
mode: t,
|
|
5576
5272
|
search: n = !1,
|
|
5577
|
-
options:
|
|
5273
|
+
options: h,
|
|
5578
5274
|
width: k,
|
|
5579
5275
|
disabled: r = !1,
|
|
5580
|
-
required:
|
|
5276
|
+
required: u = !1,
|
|
5581
5277
|
clearable: c = !1,
|
|
5582
5278
|
scrollThresholdValue: C = 50,
|
|
5583
5279
|
onSearchChange: s,
|
|
5584
5280
|
onDropdownVisibleChange: f,
|
|
5585
5281
|
onScrollToEnd: N,
|
|
5586
|
-
onPopupScroll:
|
|
5282
|
+
onPopupScroll: Z,
|
|
5587
5283
|
id: E,
|
|
5588
|
-
extraOptions:
|
|
5284
|
+
extraOptions: m,
|
|
5589
5285
|
dropdownRender: A,
|
|
5590
5286
|
optionRender: D,
|
|
5591
5287
|
isLoading: y,
|
|
5592
5288
|
readOnly: p,
|
|
5593
|
-
error:
|
|
5289
|
+
error: x
|
|
5594
5290
|
}, M) => {
|
|
5595
|
-
const [
|
|
5291
|
+
const [H, b] = R(!1), [j, B] = R(!1), [S, $] = R(!0), [V, K] = R(i), Q = O(null);
|
|
5596
5292
|
G(() => {
|
|
5597
|
-
|
|
5293
|
+
K(i);
|
|
5598
5294
|
}, [i]);
|
|
5599
5295
|
const s1 = (d) => {
|
|
5600
5296
|
b(d), f && f(d);
|
|
@@ -5602,12 +5298,12 @@ const W7 = ({
|
|
|
5602
5298
|
var _;
|
|
5603
5299
|
return !!((_ = L == null ? void 0 : L.label) != null && _.toString().toLowerCase().includes(d.toLowerCase()));
|
|
5604
5300
|
}, X = () => {
|
|
5605
|
-
|
|
5301
|
+
B(!0);
|
|
5606
5302
|
}, z = () => {
|
|
5607
|
-
|
|
5608
|
-
}, W =
|
|
5303
|
+
B(!1);
|
|
5304
|
+
}, W = T(
|
|
5609
5305
|
(d) => {
|
|
5610
|
-
if (
|
|
5306
|
+
if (K(d), t) {
|
|
5611
5307
|
const _ = d;
|
|
5612
5308
|
l == null || l(_);
|
|
5613
5309
|
return;
|
|
@@ -5616,7 +5312,7 @@ const W7 = ({
|
|
|
5616
5312
|
l == null || l(L);
|
|
5617
5313
|
},
|
|
5618
5314
|
[t, l]
|
|
5619
|
-
),
|
|
5315
|
+
), a1 = T(() => {
|
|
5620
5316
|
if (!(p || r)) {
|
|
5621
5317
|
if (t) {
|
|
5622
5318
|
W([]);
|
|
@@ -5624,55 +5320,55 @@ const W7 = ({
|
|
|
5624
5320
|
}
|
|
5625
5321
|
W("");
|
|
5626
5322
|
}
|
|
5627
|
-
}, [r, W, t, p]), U =
|
|
5323
|
+
}, [r, W, t, p]), U = T(
|
|
5628
5324
|
(d) => {
|
|
5629
|
-
const L =
|
|
5630
|
-
W(L),
|
|
5325
|
+
const L = V.filter((_) => _ !== d);
|
|
5326
|
+
W(L), K(L);
|
|
5631
5327
|
},
|
|
5632
|
-
[W,
|
|
5633
|
-
), e1 =
|
|
5634
|
-
(d) => (
|
|
5328
|
+
[W, V]
|
|
5329
|
+
), e1 = T(
|
|
5330
|
+
(d) => (V == null ? void 0 : V.indexOf(d)) === 0 ? (
|
|
5635
5331
|
// if the search input is empty
|
|
5636
5332
|
// then display the placeholder, else do not display it
|
|
5637
5333
|
/* @__PURE__ */ o("span", { className: "custom-placeholder", children: S ? e : "" })
|
|
5638
5334
|
) : /* @__PURE__ */ o(F, {}),
|
|
5639
|
-
[S,
|
|
5640
|
-
),
|
|
5335
|
+
[S, V, e]
|
|
5336
|
+
), h1 = (d) => {
|
|
5641
5337
|
d.preventDefault(), d.stopPropagation();
|
|
5642
5338
|
}, c1 = async (d) => {
|
|
5643
5339
|
const { target: L } = d;
|
|
5644
|
-
L.scrollTop + L.offsetHeight >= L.scrollHeight - C && (N == null || N(!0)),
|
|
5645
|
-
}, J =
|
|
5340
|
+
L.scrollTop + L.offsetHeight >= L.scrollHeight - C && (N == null || N(!0)), Z && await Z(d);
|
|
5341
|
+
}, J = T(
|
|
5646
5342
|
(d) => {
|
|
5647
5343
|
var L, _;
|
|
5648
|
-
return ((L =
|
|
5344
|
+
return ((L = h.find((l1) => l1.value === d)) == null ? void 0 : L.label) || ((_ = m == null ? void 0 : m.find(
|
|
5649
5345
|
(l1) => l1.value === d
|
|
5650
5346
|
)) == null ? void 0 : _.label) || d;
|
|
5651
5347
|
},
|
|
5652
|
-
[
|
|
5653
|
-
), d1 =
|
|
5348
|
+
[m, h]
|
|
5349
|
+
), d1 = T(
|
|
5654
5350
|
(d) => {
|
|
5655
5351
|
var L;
|
|
5656
5352
|
return /* @__PURE__ */ o(
|
|
5657
|
-
|
|
5353
|
+
I7,
|
|
5658
5354
|
{
|
|
5659
5355
|
values: d,
|
|
5660
5356
|
onTagClose: U,
|
|
5661
5357
|
maxWidth: ((L = Q.current) == null ? void 0 : L.clientWidth) || 0,
|
|
5662
5358
|
disabled: r,
|
|
5663
5359
|
closable: !p,
|
|
5664
|
-
options:
|
|
5665
|
-
extraOptions:
|
|
5360
|
+
options: h,
|
|
5361
|
+
extraOptions: m
|
|
5666
5362
|
}
|
|
5667
5363
|
);
|
|
5668
5364
|
},
|
|
5669
|
-
[r,
|
|
5670
|
-
), v =
|
|
5671
|
-
({ label: d, value: L, mode: _ }) => _ === "filter" ? e1(L) : /* @__PURE__ */ o("div", { onMouseDown:
|
|
5365
|
+
[r, m, U, h, p]
|
|
5366
|
+
), v = T(
|
|
5367
|
+
({ label: d, value: L, mode: _ }) => _ === "filter" ? e1(L) : /* @__PURE__ */ o("div", { onMouseDown: h1, className: "tag-wrapper", children: /* @__PURE__ */ o(E1, { onClose: () => U(L), disabled: r, children: typeof d == "object" ? d : J(L) }) }),
|
|
5672
5368
|
[r, J, U, e1]
|
|
5673
|
-
), I = Array.isArray(
|
|
5674
|
-
return /* @__PURE__ */
|
|
5675
|
-
/* @__PURE__ */
|
|
5369
|
+
), I = Array.isArray(V) && V.length > 0 || !!V && typeof V == "string" && V.trim() !== "";
|
|
5370
|
+
return /* @__PURE__ */ a("div", { className: "snmt-select-container", children: [
|
|
5371
|
+
/* @__PURE__ */ a(
|
|
5676
5372
|
"div",
|
|
5677
5373
|
{
|
|
5678
5374
|
className: `snmt-select-1-15-6 ${j ? "snmt-select-focused" : ""}
|
|
@@ -5691,10 +5387,10 @@ const W7 = ({
|
|
|
5691
5387
|
filterOption: n && C1,
|
|
5692
5388
|
onDropdownVisibleChange: s1,
|
|
5693
5389
|
disabled: r,
|
|
5694
|
-
value:
|
|
5390
|
+
value: V || void 0,
|
|
5695
5391
|
labelRender: (d) => {
|
|
5696
5392
|
const L = J(d.value);
|
|
5697
|
-
return r ? /* @__PURE__ */ o("span", { style: { color:
|
|
5393
|
+
return r ? /* @__PURE__ */ o("span", { style: { color: Y.GREY_DARK_1 }, children: L }) : L;
|
|
5698
5394
|
},
|
|
5699
5395
|
mode: t === "filter" ? "multiple" : t,
|
|
5700
5396
|
onChange: W,
|
|
@@ -5710,11 +5406,11 @@ const W7 = ({
|
|
|
5710
5406
|
maxTagPlaceholder: d1,
|
|
5711
5407
|
onPopupScroll: c1,
|
|
5712
5408
|
prefix: y && /* @__PURE__ */ o(N1, { size: "small" }),
|
|
5713
|
-
suffixIcon: /* @__PURE__ */ o("div", { className: "wrapper-suffix-icon", children: t !== "filter" && /* @__PURE__ */
|
|
5714
|
-
|
|
5409
|
+
suffixIcon: /* @__PURE__ */ o("div", { className: "wrapper-suffix-icon", children: t !== "filter" && /* @__PURE__ */ a(F, { children: [
|
|
5410
|
+
V && !!V.length && (t || c) && /* @__PURE__ */ o(
|
|
5715
5411
|
"div",
|
|
5716
5412
|
{
|
|
5717
|
-
onClick:
|
|
5413
|
+
onClick: a1,
|
|
5718
5414
|
style: {
|
|
5719
5415
|
cursor: r ? "not-allowed" : "pointer"
|
|
5720
5416
|
},
|
|
@@ -5722,7 +5418,7 @@ const W7 = ({
|
|
|
5722
5418
|
i1,
|
|
5723
5419
|
{
|
|
5724
5420
|
name: "cancel",
|
|
5725
|
-
color: r ?
|
|
5421
|
+
color: r ? Y.GREY_DARK_1 : Y.GREY_DARK_2
|
|
5726
5422
|
}
|
|
5727
5423
|
)
|
|
5728
5424
|
}
|
|
@@ -5731,78 +5427,78 @@ const W7 = ({
|
|
|
5731
5427
|
i1,
|
|
5732
5428
|
{
|
|
5733
5429
|
name: "selectArrowIcon",
|
|
5734
|
-
color: r ?
|
|
5735
|
-
className:
|
|
5736
|
-
onClick: () => b(!
|
|
5430
|
+
color: r ? Y.GREY_DARK_1 : Y.GREY_DARK_5,
|
|
5431
|
+
className: H ? "select-arrow-rotated" : "select-arrow",
|
|
5432
|
+
onClick: () => b(!H)
|
|
5737
5433
|
}
|
|
5738
5434
|
)
|
|
5739
5435
|
] }) }),
|
|
5740
|
-
removeIcon: /* @__PURE__ */ o(i1, { name: "cancelCircle", color:
|
|
5741
|
-
options:
|
|
5742
|
-
optionRender: (d) => D ? D(d.data) : /* @__PURE__ */
|
|
5743
|
-
/* @__PURE__ */
|
|
5436
|
+
removeIcon: /* @__PURE__ */ o(i1, { name: "cancelCircle", color: Y.GREY_DARK_1 }),
|
|
5437
|
+
options: h,
|
|
5438
|
+
optionRender: (d) => D ? D(d.data) : /* @__PURE__ */ a(o1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
5439
|
+
/* @__PURE__ */ a(o1, { alignItems: "center", gap: 12, children: [
|
|
5744
5440
|
t && /* @__PURE__ */ o(
|
|
5745
5441
|
r2,
|
|
5746
5442
|
{
|
|
5747
|
-
checked: !!(
|
|
5443
|
+
checked: !!(V != null && V.includes(d.value))
|
|
5748
5444
|
}
|
|
5749
5445
|
),
|
|
5750
|
-
/* @__PURE__ */
|
|
5446
|
+
/* @__PURE__ */ a(o1, { alignItems: "center", gap: 8, children: [
|
|
5751
5447
|
d.data.image && /* @__PURE__ */ o(n2, { src: d.data.image, size: 20 }),
|
|
5752
5448
|
/* @__PURE__ */ o("span", { children: d.label })
|
|
5753
5449
|
] })
|
|
5754
5450
|
] }),
|
|
5755
|
-
!t &&
|
|
5451
|
+
!t && V === d.value && /* @__PURE__ */ o(i1, { name: "check", color: Y.BLUE_DARK_1 })
|
|
5756
5452
|
] }),
|
|
5757
|
-
dropdownRender: (d) => /* @__PURE__ */
|
|
5453
|
+
dropdownRender: (d) => /* @__PURE__ */ a("div", { className: "dropdown-container", children: [
|
|
5758
5454
|
/* @__PURE__ */ o("div", { className: "dropdown-menu", children: A ? A(d) : d }),
|
|
5759
5455
|
y && /* @__PURE__ */ o("div", { className: "loading-overlay", children: /* @__PURE__ */ o(N1, {}) })
|
|
5760
5456
|
] })
|
|
5761
5457
|
}
|
|
5762
5458
|
),
|
|
5763
|
-
e && /* @__PURE__ */
|
|
5459
|
+
e && /* @__PURE__ */ a(F, { children: [
|
|
5764
5460
|
/* @__PURE__ */ o(
|
|
5765
5461
|
"label",
|
|
5766
5462
|
{
|
|
5767
|
-
className: `${j || I ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${j ? "label-focused" : ""} ${y ? "label-loading" : ""} ${
|
|
5768
|
-
children:
|
|
5463
|
+
className: `${j || I ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${j ? "label-focused" : ""} ${y ? "label-loading" : ""} ${x ? "label-error" : ""}`,
|
|
5464
|
+
children: u ? `${e}*` : e
|
|
5769
5465
|
}
|
|
5770
5466
|
),
|
|
5771
5467
|
/* @__PURE__ */ o(
|
|
5772
5468
|
"fieldset",
|
|
5773
5469
|
{
|
|
5774
|
-
className: `${j ? "fieldset-focused" : ""} ${r ? "fieldset-disabled" : ""} ${I ? "fieldset-filled" : ""} ${
|
|
5775
|
-
children: /* @__PURE__ */ o("legend", { children: /* @__PURE__ */ o("span", { children:
|
|
5470
|
+
className: `${j ? "fieldset-focused" : ""} ${r ? "fieldset-disabled" : ""} ${I ? "fieldset-filled" : ""} ${x ? "fieldset-error" : ""}`,
|
|
5471
|
+
children: /* @__PURE__ */ o("legend", { children: /* @__PURE__ */ o("span", { children: u ? `${e}*` : e }) })
|
|
5776
5472
|
}
|
|
5777
5473
|
)
|
|
5778
5474
|
] })
|
|
5779
5475
|
]
|
|
5780
5476
|
}
|
|
5781
5477
|
),
|
|
5782
|
-
|
|
5478
|
+
x && /* @__PURE__ */ a(o1, { justifyContent: "flex-start", gap: 6, children: [
|
|
5783
5479
|
/* @__PURE__ */ o(
|
|
5784
5480
|
i1,
|
|
5785
5481
|
{
|
|
5786
5482
|
name: "attention",
|
|
5787
|
-
color:
|
|
5483
|
+
color: Y.NOTIFICATION_ERROR_DARK,
|
|
5788
5484
|
height: 16,
|
|
5789
5485
|
width: 16
|
|
5790
5486
|
}
|
|
5791
5487
|
),
|
|
5792
|
-
typeof
|
|
5488
|
+
typeof x == "string" ? /* @__PURE__ */ o(E7, { color: Y.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
|
|
5793
5489
|
] })
|
|
5794
5490
|
] });
|
|
5795
5491
|
}
|
|
5796
5492
|
);
|
|
5797
|
-
function
|
|
5493
|
+
function T7(i, l = 500) {
|
|
5798
5494
|
const e = O();
|
|
5799
5495
|
return G(() => () => {
|
|
5800
5496
|
e.current && clearTimeout(e.current);
|
|
5801
5497
|
}, []), (...n) => {
|
|
5802
|
-
const
|
|
5498
|
+
const h = setTimeout(() => {
|
|
5803
5499
|
i(...n);
|
|
5804
5500
|
}, l);
|
|
5805
|
-
clearTimeout(e.current), e.current =
|
|
5501
|
+
clearTimeout(e.current), e.current = h;
|
|
5806
5502
|
};
|
|
5807
5503
|
}
|
|
5808
5504
|
function R1(i) {
|
|
@@ -5813,31 +5509,31 @@ function R1(i) {
|
|
|
5813
5509
|
}
|
|
5814
5510
|
const L1 = 100, q = {
|
|
5815
5511
|
offset: 0
|
|
5816
|
-
},
|
|
5512
|
+
}, b7 = g1(
|
|
5817
5513
|
({
|
|
5818
5514
|
loadOptions: i,
|
|
5819
5515
|
width: l,
|
|
5820
5516
|
onChange: e,
|
|
5821
5517
|
value: t,
|
|
5822
5518
|
id: n,
|
|
5823
|
-
disabled:
|
|
5519
|
+
disabled: h,
|
|
5824
5520
|
scrollThresholdValue: k,
|
|
5825
5521
|
placeholder: r,
|
|
5826
|
-
mode:
|
|
5522
|
+
mode: u,
|
|
5827
5523
|
loadOnClosedState: c,
|
|
5828
5524
|
preloadOptions: C,
|
|
5829
5525
|
extraOptions: s,
|
|
5830
5526
|
onDropdownVisibleChange: f,
|
|
5831
5527
|
optionRender: N,
|
|
5832
|
-
dropdownRender:
|
|
5528
|
+
dropdownRender: Z,
|
|
5833
5529
|
readOnly: E,
|
|
5834
|
-
clearable:
|
|
5530
|
+
clearable: m = !1,
|
|
5835
5531
|
required: A = !1,
|
|
5836
5532
|
error: D
|
|
5837
5533
|
}, y) => {
|
|
5838
|
-
const [p,
|
|
5534
|
+
const [p, x] = R(), [M, H] = R(q), [b, j] = R(!1), [B, S] = R(), [$, V] = R(!1), [K, Q] = R(
|
|
5839
5535
|
s ?? []
|
|
5840
|
-
), s1 = R1(M.offset), C1 = R1(
|
|
5536
|
+
), s1 = R1(M.offset), C1 = R1(B), [X, z] = R(!1), W = O(!1), a1 = T(
|
|
5841
5537
|
async ({
|
|
5842
5538
|
limit: v = L1,
|
|
5843
5539
|
offset: I,
|
|
@@ -5850,9 +5546,9 @@ const L1 = 100, q = {
|
|
|
5850
5546
|
offset: I,
|
|
5851
5547
|
search: d
|
|
5852
5548
|
});
|
|
5853
|
-
|
|
5549
|
+
x(
|
|
5854
5550
|
(_) => I === 0 ? L.options : [..._ ?? [], ...L.options]
|
|
5855
|
-
),
|
|
5551
|
+
), H((_) => ({
|
|
5856
5552
|
..._,
|
|
5857
5553
|
count: L.count
|
|
5858
5554
|
}));
|
|
@@ -5863,30 +5559,30 @@ const L1 = 100, q = {
|
|
|
5863
5559
|
}
|
|
5864
5560
|
},
|
|
5865
5561
|
[i]
|
|
5866
|
-
), U =
|
|
5867
|
-
S(v), v ||
|
|
5868
|
-
}), e1 =
|
|
5562
|
+
), U = T7((v) => {
|
|
5563
|
+
S(v), v || H(q);
|
|
5564
|
+
}), e1 = T(
|
|
5869
5565
|
(v) => U(v),
|
|
5870
5566
|
[U]
|
|
5871
|
-
),
|
|
5567
|
+
), h1 = T(
|
|
5872
5568
|
async (v) => {
|
|
5873
|
-
b || v && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) &&
|
|
5569
|
+
b || v && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && H((I) => ({
|
|
5874
5570
|
...I,
|
|
5875
5571
|
offset: I.offset + L1
|
|
5876
5572
|
}));
|
|
5877
5573
|
},
|
|
5878
5574
|
[b, p == null ? void 0 : p.length, M.count]
|
|
5879
|
-
), c1 =
|
|
5575
|
+
), c1 = T(
|
|
5880
5576
|
(v) => {
|
|
5881
|
-
|
|
5577
|
+
V(v), !v && B && (S(void 0), H(q), z(!0)), f == null || f(v);
|
|
5882
5578
|
},
|
|
5883
|
-
[f,
|
|
5579
|
+
[f, B]
|
|
5884
5580
|
);
|
|
5885
5581
|
G(() => {
|
|
5886
5582
|
if (!W.current || b) return;
|
|
5887
|
-
(X || $ && (s1 !== M.offset || C1 !==
|
|
5888
|
-
}, [X, $, M.offset,
|
|
5889
|
-
(c || C) &&
|
|
5583
|
+
(X || $ && (s1 !== M.offset || C1 !== B || !p)) && (a1({ offset: M.offset, limit: L1, search: B }), X && z(!1));
|
|
5584
|
+
}, [X, $, M.offset, B, s1, C1, p, b]), G(() => {
|
|
5585
|
+
(c || C) && a1(q), W.current = !0;
|
|
5890
5586
|
}, []), G(() => {
|
|
5891
5587
|
s && Q((v) => {
|
|
5892
5588
|
const I = s.filter(
|
|
@@ -5895,13 +5591,13 @@ const L1 = 100, q = {
|
|
|
5895
5591
|
return [...v, ...I];
|
|
5896
5592
|
});
|
|
5897
5593
|
}, [s]);
|
|
5898
|
-
const J =
|
|
5594
|
+
const J = T(
|
|
5899
5595
|
(v) => {
|
|
5900
5596
|
e && e(v);
|
|
5901
5597
|
let I = [];
|
|
5902
|
-
if (
|
|
5598
|
+
if (u ? I = Array.isArray(v) ? v : [] : I = v ? [v] : [], B) {
|
|
5903
5599
|
const d = I.filter(
|
|
5904
|
-
(L) => !(
|
|
5600
|
+
(L) => !(K != null && K.some((_) => _.value === L))
|
|
5905
5601
|
);
|
|
5906
5602
|
d.length > 0 && Q((L = []) => [
|
|
5907
5603
|
...L,
|
|
@@ -5912,10 +5608,10 @@ const L1 = 100, q = {
|
|
|
5912
5608
|
label: (w1 == null ? void 0 : w1.label) ?? _
|
|
5913
5609
|
};
|
|
5914
5610
|
})
|
|
5915
|
-
]), S(void 0),
|
|
5611
|
+
]), S(void 0), H(q), z(!0);
|
|
5916
5612
|
}
|
|
5917
5613
|
},
|
|
5918
|
-
[e,
|
|
5614
|
+
[e, B, u, p, K]
|
|
5919
5615
|
), d1 = A1(
|
|
5920
5616
|
() => ({
|
|
5921
5617
|
id: n,
|
|
@@ -5929,14 +5625,14 @@ const L1 = 100, q = {
|
|
|
5929
5625
|
onSearchChange: e1,
|
|
5930
5626
|
onDropdownVisibleChange: c1,
|
|
5931
5627
|
scrollThresholdValue: k,
|
|
5932
|
-
onScrollToEnd:
|
|
5933
|
-
disabled:
|
|
5934
|
-
extraOptions:
|
|
5628
|
+
onScrollToEnd: h1,
|
|
5629
|
+
disabled: h,
|
|
5630
|
+
extraOptions: K,
|
|
5935
5631
|
isLoading: b,
|
|
5936
5632
|
optionRender: N,
|
|
5937
|
-
dropdownRender:
|
|
5633
|
+
dropdownRender: Z,
|
|
5938
5634
|
readOnly: E,
|
|
5939
|
-
clearable:
|
|
5635
|
+
clearable: m,
|
|
5940
5636
|
required: A,
|
|
5941
5637
|
error: D
|
|
5942
5638
|
}),
|
|
@@ -5951,25 +5647,25 @@ const L1 = 100, q = {
|
|
|
5951
5647
|
e1,
|
|
5952
5648
|
c1,
|
|
5953
5649
|
k,
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5650
|
+
h1,
|
|
5651
|
+
h,
|
|
5652
|
+
K,
|
|
5957
5653
|
b,
|
|
5958
5654
|
N,
|
|
5959
|
-
|
|
5655
|
+
Z,
|
|
5960
5656
|
E,
|
|
5961
|
-
|
|
5657
|
+
m,
|
|
5962
5658
|
A,
|
|
5963
5659
|
D
|
|
5964
5660
|
]
|
|
5965
5661
|
);
|
|
5966
5662
|
return p1(y, () => ({
|
|
5967
5663
|
refetchOptions: async () => {
|
|
5968
|
-
|
|
5664
|
+
H(q), S(void 0), z(!0);
|
|
5969
5665
|
}
|
|
5970
|
-
})),
|
|
5666
|
+
})), u ? /* @__PURE__ */ o(_1, { ...d1, value: t, mode: u }) : /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(_1, { ...d1, value: t }) });
|
|
5971
5667
|
}
|
|
5972
5668
|
);
|
|
5973
5669
|
export {
|
|
5974
|
-
|
|
5670
|
+
b7 as AsyncSelect
|
|
5975
5671
|
};
|