@snmt-react-ui/async-select 1.10.7 → 1.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/async-select.js +881 -792
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
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
|
|
4
|
-
import { Select as G1, Tag as I1, Flex as D1, Checkbox as
|
|
5
|
-
var
|
|
6
|
-
function
|
|
3
|
+
import { forwardRef as g1, useState as R, useRef as W, useEffect as G, useCallback as K, 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 K1, Avatar as Y1, Typography as M1, Popover as B1 } from "antd";
|
|
5
|
+
var T1 = Object.defineProperty, y1 = (i, l, e) => l in i ? T1(i, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[l] = e, b1 = (i, l, e) => y1(i, l + "", e), O1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
6
|
+
function W1() {
|
|
7
7
|
if (console && console.warn) {
|
|
8
8
|
for (var i = arguments.length, l = new Array(i), e = 0; e < i; e++)
|
|
9
9
|
l[e] = arguments[e];
|
|
10
10
|
P(l[0]) && (l[0] = `react-i18next:: ${l[0]}`), console.warn(...l);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
const
|
|
13
|
+
const u1 = {};
|
|
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]) && u1[l[0]] || (P(l[0]) && (u1[l[0]] = /* @__PURE__ */ new Date()), W1(...l));
|
|
18
18
|
}
|
|
19
19
|
const H1 = (i, l) => () => {
|
|
20
20
|
if (i.isInitialized)
|
|
@@ -35,13 +35,13 @@ const H1 = (i, l) => () => {
|
|
|
35
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, c = l.languages[l.languages.length - 1];
|
|
39
39
|
if (t.toLowerCase() === "cimode") return !0;
|
|
40
|
-
const k = (r,
|
|
41
|
-
const
|
|
42
|
-
return
|
|
40
|
+
const k = (r, m) => {
|
|
41
|
+
const C = l.services.backendConnector.state[`${r}|${m}`];
|
|
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(c, 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, {
|
|
@@ -83,8 +83,8 @@ let J1 = {
|
|
|
83
83
|
unescape: z1
|
|
84
84
|
};
|
|
85
85
|
const q1 = () => J1;
|
|
86
|
-
let
|
|
87
|
-
const
|
|
86
|
+
let X1;
|
|
87
|
+
const Q1 = () => X1, e2 = r1();
|
|
88
88
|
class l2 {
|
|
89
89
|
constructor() {
|
|
90
90
|
b1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
@@ -96,61 +96,61 @@ class l2 {
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
const i2 = (i, l) => {
|
|
99
|
-
const e =
|
|
99
|
+
const e = W();
|
|
100
100
|
return G(() => {
|
|
101
101
|
e.current = i;
|
|
102
102
|
}, [i, l]), e.current;
|
|
103
|
-
}, x1 = (i, l, e, t) => i.getFixedT(l, e, t), o2 = (i, l, e, t) =>
|
|
103
|
+
}, x1 = (i, l, e, t) => i.getFixedT(l, e, t), o2 = (i, l, e, t) => K(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) || {}, c = e || t || Q1();
|
|
111
|
+
if (c && !c.reportNamespaces && (c.reportNamespaces = new l2()), !c) {
|
|
112
112
|
k1("You will need to pass in an i18next instance by using initReactI18next");
|
|
113
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
114
|
return x.t = p, x.i18n = {}, x.ready = !1, x;
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
c.options.react && c.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
|
+
...c.options.react,
|
|
120
120
|
...l
|
|
121
121
|
}, {
|
|
122
122
|
useSuspense: r,
|
|
123
|
-
keyPrefix:
|
|
123
|
+
keyPrefix: m
|
|
124
124
|
} = k;
|
|
125
|
-
let
|
|
126
|
-
|
|
127
|
-
const
|
|
128
|
-
let
|
|
129
|
-
l.lng && (
|
|
130
|
-
const A = i2(
|
|
125
|
+
let C = i;
|
|
126
|
+
C = P(C) ? [C] : C || ["translation"], c.reportNamespaces.addUsedNamespaces && c.reportNamespaces.addUsedNamespaces(C);
|
|
127
|
+
const h = (c.isInitialized || c.initializedStoreOnce) && C.every((p) => S1(p, c, k)), s = o2(c, l.lng || null, k.nsMode === "fallback" ? C : C[0], m), f = () => s, N = () => x1(c, l.lng || null, k.nsMode === "fallback" ? C : C[0], m), [V, E] = R(f);
|
|
128
|
+
let u = C.join();
|
|
129
|
+
l.lng && (u = `${l.lng}${u}`);
|
|
130
|
+
const A = i2(u), D = W(!0);
|
|
131
131
|
G(() => {
|
|
132
132
|
const {
|
|
133
133
|
bindI18n: p,
|
|
134
134
|
bindI18nStore: x
|
|
135
135
|
} = k;
|
|
136
|
-
D.current = !0, !
|
|
136
|
+
D.current = !0, !h && !r && (l.lng ? f1(c, l.lng, C, () => {
|
|
137
137
|
D.current && E(N);
|
|
138
|
-
}) : v1(
|
|
138
|
+
}) : v1(c, C, () => {
|
|
139
139
|
D.current && E(N);
|
|
140
|
-
})),
|
|
140
|
+
})), h && A && A !== u && 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 && c && c.on(p, M), x && c && c.store.on(x, M), () => {
|
|
145
|
+
D.current = !1, p && c && p.split(" ").forEach((H) => c.off(H, M)), x && c && x.split(" ").forEach((H) => c.store.off(H, M));
|
|
146
146
|
};
|
|
147
|
-
}, [
|
|
148
|
-
D.current &&
|
|
149
|
-
}, [
|
|
150
|
-
const
|
|
151
|
-
if (
|
|
147
|
+
}, [c, u]), G(() => {
|
|
148
|
+
D.current && h && E(f);
|
|
149
|
+
}, [c, m, h]);
|
|
150
|
+
const Y = [V, c, h];
|
|
151
|
+
if (Y.t = V, Y.i18n = c, Y.ready = h, h || !h && !r) return Y;
|
|
152
152
|
throw new Promise((p) => {
|
|
153
|
-
l.lng ? f1(
|
|
153
|
+
l.lng ? f1(c, l.lng, C, () => p()) : v1(c, 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: c,
|
|
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: c,
|
|
173
173
|
gap: k,
|
|
174
174
|
style: { padding: r },
|
|
175
175
|
children: i
|
|
@@ -177,7 +177,7 @@ const i2 = (i, l) => {
|
|
|
177
177
|
), n2 = ({ shape: i = "circle", size: l = 32, children: e, ...t }) => {
|
|
178
178
|
const n = typeof t.src == "string";
|
|
179
179
|
return /* @__PURE__ */ o(
|
|
180
|
-
|
|
180
|
+
Y1,
|
|
181
181
|
{
|
|
182
182
|
className: `snmt-avatar ${n ? "image" : ""}`,
|
|
183
183
|
shape: i,
|
|
@@ -188,45 +188,45 @@ 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 m1 = r1({
|
|
193
193
|
locale: "en",
|
|
194
194
|
theme: "light"
|
|
195
195
|
});
|
|
196
|
-
|
|
196
|
+
m1.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: c = !1
|
|
204
204
|
}) => {
|
|
205
|
-
const [k, r] = R(i), [
|
|
205
|
+
const [k, r] = R(i), [m, C] = R(l);
|
|
206
206
|
G(() => {
|
|
207
|
-
r(i),
|
|
207
|
+
r(i), C(l);
|
|
208
208
|
}, [i, l]);
|
|
209
|
-
const { theme:
|
|
209
|
+
const { theme: h } = n1(m1);
|
|
210
210
|
return /* @__PURE__ */ o(
|
|
211
|
-
|
|
211
|
+
K1,
|
|
212
212
|
{
|
|
213
|
-
className: `snmt-checkbox snmt-checkbox-${
|
|
213
|
+
className: `snmt-checkbox snmt-checkbox-${h}`,
|
|
214
214
|
checked: k,
|
|
215
|
-
indeterminate:
|
|
215
|
+
indeterminate: m,
|
|
216
216
|
onChange: (s) => {
|
|
217
|
-
|
|
217
|
+
c && k || (C(!1), r(s.target.checked), t && t(s));
|
|
218
218
|
},
|
|
219
219
|
disabled: n,
|
|
220
220
|
children: e
|
|
221
221
|
}
|
|
222
222
|
);
|
|
223
223
|
};
|
|
224
|
-
var
|
|
225
|
-
const
|
|
224
|
+
var d = /* @__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))(d || {});
|
|
225
|
+
const Z1 = r1({
|
|
226
226
|
locale: "en",
|
|
227
227
|
theme: "light"
|
|
228
228
|
});
|
|
229
|
-
|
|
229
|
+
Z1.Provider;
|
|
230
230
|
const s2 = ({
|
|
231
231
|
width: i = 20,
|
|
232
232
|
height: l = 20,
|
|
@@ -254,10 +254,10 @@ const s2 = ({
|
|
|
254
254
|
}
|
|
255
255
|
)
|
|
256
256
|
}
|
|
257
|
-
),
|
|
257
|
+
), h2 = ({
|
|
258
258
|
width: i = 20,
|
|
259
259
|
height: l = 20,
|
|
260
|
-
color: e =
|
|
260
|
+
color: e = d.GREY_DARK_5,
|
|
261
261
|
className: t,
|
|
262
262
|
onClick: n
|
|
263
263
|
}) => /* @__PURE__ */ a(
|
|
@@ -329,10 +329,112 @@ const s2 = ({
|
|
|
329
329
|
)
|
|
330
330
|
]
|
|
331
331
|
}
|
|
332
|
-
),
|
|
332
|
+
), c2 = ({
|
|
333
333
|
width: i = 20,
|
|
334
334
|
height: l = 20,
|
|
335
|
-
color: e =
|
|
335
|
+
color: e = d.GREY_DARK_5,
|
|
336
|
+
className: t,
|
|
337
|
+
onClick: n
|
|
338
|
+
}) => /* @__PURE__ */ a(
|
|
339
|
+
"svg",
|
|
340
|
+
{
|
|
341
|
+
width: i,
|
|
342
|
+
height: l,
|
|
343
|
+
className: t,
|
|
344
|
+
onClick: n,
|
|
345
|
+
viewBox: "0 0 25 25",
|
|
346
|
+
fill: "none",
|
|
347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
348
|
+
children: [
|
|
349
|
+
/* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1_2043)", children: /* @__PURE__ */ o(
|
|
350
|
+
"path",
|
|
351
|
+
{
|
|
352
|
+
d: "M5.96967 14.9697C5.67678 15.2626 5.67678 15.7373 5.96967 16.0302C6.26256 16.3231 6.73732 16.3231 7.03022 16.0302L12.4999 10.5605L17.9697 16.0302L18.0263 16.082C18.3209 16.3223 18.7556 16.3048 19.0302 16.0302C19.3048 15.7556 19.3223 15.3209 19.082 15.0263L19.0302 14.9697L13.0302 8.96967C12.7373 8.67678 12.2626 8.67678 11.9697 8.96967L5.96967 14.9697Z",
|
|
353
|
+
fill: e
|
|
354
|
+
}
|
|
355
|
+
) }),
|
|
356
|
+
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
), C2 = ({
|
|
360
|
+
width: i = 20,
|
|
361
|
+
height: l = 20,
|
|
362
|
+
color: e = d.GREY_DARK_5,
|
|
363
|
+
className: t,
|
|
364
|
+
onClick: n
|
|
365
|
+
}) => /* @__PURE__ */ o(
|
|
366
|
+
"svg",
|
|
367
|
+
{
|
|
368
|
+
width: i,
|
|
369
|
+
height: l,
|
|
370
|
+
className: t,
|
|
371
|
+
onClick: n,
|
|
372
|
+
viewBox: "0 0 25 25",
|
|
373
|
+
fill: "none",
|
|
374
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
375
|
+
children: /* @__PURE__ */ o(
|
|
376
|
+
"path",
|
|
377
|
+
{
|
|
378
|
+
d: "M10.0303 5.96967C9.73744 5.67678 9.26268 5.67678 8.96978 5.96967C8.67689 6.26256 8.67689 6.73732 8.96978 7.03022L14.4395 12.4999L8.96978 17.9697L8.91803 18.0263C8.67772 18.3209 8.69518 18.7556 8.96978 19.0302C9.24439 19.3048 9.67911 19.3223 9.97369 19.082L10.0303 19.0302L16.0303 13.0302C16.3232 12.7373 16.3232 12.2626 16.0303 11.9697L10.0303 5.96967Z",
|
|
379
|
+
fill: e
|
|
380
|
+
}
|
|
381
|
+
)
|
|
382
|
+
}
|
|
383
|
+
), d2 = ({
|
|
384
|
+
width: i = 20,
|
|
385
|
+
height: l = 20,
|
|
386
|
+
color: e = d.GREY_DARK_5,
|
|
387
|
+
className: t,
|
|
388
|
+
onClick: n
|
|
389
|
+
}) => /* @__PURE__ */ a(
|
|
390
|
+
"svg",
|
|
391
|
+
{
|
|
392
|
+
width: i,
|
|
393
|
+
height: l,
|
|
394
|
+
className: t,
|
|
395
|
+
onClick: n,
|
|
396
|
+
viewBox: "0 0 25 25",
|
|
397
|
+
fill: "none",
|
|
398
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
399
|
+
children: [
|
|
400
|
+
/* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1_2039)", children: /* @__PURE__ */ o(
|
|
401
|
+
"path",
|
|
402
|
+
{
|
|
403
|
+
d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
|
|
404
|
+
fill: e
|
|
405
|
+
}
|
|
406
|
+
) }),
|
|
407
|
+
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
), w2 = ({
|
|
411
|
+
width: i = 20,
|
|
412
|
+
height: l = 20,
|
|
413
|
+
color: e = d.GREY_DARK_5,
|
|
414
|
+
className: t,
|
|
415
|
+
onClick: n
|
|
416
|
+
}) => /* @__PURE__ */ o(
|
|
417
|
+
"svg",
|
|
418
|
+
{
|
|
419
|
+
width: i,
|
|
420
|
+
height: l,
|
|
421
|
+
className: t,
|
|
422
|
+
onClick: n,
|
|
423
|
+
viewBox: "0 0 25 25",
|
|
424
|
+
fill: "none",
|
|
425
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
426
|
+
children: /* @__PURE__ */ o(
|
|
427
|
+
"path",
|
|
428
|
+
{
|
|
429
|
+
d: "M14.9697 5.96967C15.2626 5.67678 15.7373 5.67678 16.0302 5.96967C16.3231 6.26256 16.3231 6.73732 16.0302 7.03022L10.5605 12.4999L16.0302 17.9697L16.082 18.0263C16.3223 18.3209 16.3048 18.7556 16.0302 19.0302C15.7556 19.3048 15.3209 19.3223 15.0263 19.082L14.9697 19.0302L8.96967 13.0302C8.67678 12.7373 8.67678 12.2626 8.96967 11.9697L14.9697 5.96967Z",
|
|
430
|
+
fill: e
|
|
431
|
+
}
|
|
432
|
+
)
|
|
433
|
+
}
|
|
434
|
+
), g2 = ({
|
|
435
|
+
width: i = 20,
|
|
436
|
+
height: l = 20,
|
|
437
|
+
color: e = d.GREY_DARK_5,
|
|
336
438
|
className: t,
|
|
337
439
|
onClick: n
|
|
338
440
|
}) => /* @__PURE__ */ a(
|
|
@@ -376,10 +478,10 @@ const s2 = ({
|
|
|
376
478
|
)
|
|
377
479
|
]
|
|
378
480
|
}
|
|
379
|
-
),
|
|
481
|
+
), L2 = ({
|
|
380
482
|
width: i = 20,
|
|
381
483
|
height: l = 20,
|
|
382
|
-
color: e =
|
|
484
|
+
color: e = d.GREY_DARK_5,
|
|
383
485
|
className: t,
|
|
384
486
|
onClick: n
|
|
385
487
|
}) => /* @__PURE__ */ o(
|
|
@@ -400,10 +502,10 @@ const s2 = ({
|
|
|
400
502
|
}
|
|
401
503
|
)
|
|
402
504
|
}
|
|
403
|
-
),
|
|
505
|
+
), k2 = ({
|
|
404
506
|
width: i = 20,
|
|
405
507
|
height: l = 20,
|
|
406
|
-
color: e =
|
|
508
|
+
color: e = d.GREY_DARK_5,
|
|
407
509
|
className: t,
|
|
408
510
|
onClick: n
|
|
409
511
|
}) => /* @__PURE__ */ o(
|
|
@@ -424,10 +526,10 @@ const s2 = ({
|
|
|
424
526
|
}
|
|
425
527
|
)
|
|
426
528
|
}
|
|
427
|
-
),
|
|
529
|
+
), p2 = ({
|
|
428
530
|
width: i = 20,
|
|
429
531
|
height: l = 20,
|
|
430
|
-
color: e =
|
|
532
|
+
color: e = d.GREY_DARK_5,
|
|
431
533
|
className: t,
|
|
432
534
|
onClick: n
|
|
433
535
|
}) => /* @__PURE__ */ o(
|
|
@@ -448,10 +550,10 @@ const s2 = ({
|
|
|
448
550
|
}
|
|
449
551
|
)
|
|
450
552
|
}
|
|
451
|
-
),
|
|
553
|
+
), m2 = ({
|
|
452
554
|
width: i = 20,
|
|
453
555
|
height: l = 20,
|
|
454
|
-
color: e =
|
|
556
|
+
color: e = d.GREY_DARK_5,
|
|
455
557
|
className: t,
|
|
456
558
|
onClick: n
|
|
457
559
|
}) => /* @__PURE__ */ a(
|
|
@@ -509,10 +611,10 @@ const s2 = ({
|
|
|
509
611
|
)
|
|
510
612
|
]
|
|
511
613
|
}
|
|
512
|
-
),
|
|
614
|
+
), u2 = ({
|
|
513
615
|
width: i = 20,
|
|
514
616
|
height: l = 20,
|
|
515
|
-
color: e =
|
|
617
|
+
color: e = d.GREY_DARK_5,
|
|
516
618
|
className: t,
|
|
517
619
|
onClick: n
|
|
518
620
|
}) => /* @__PURE__ */ a(
|
|
@@ -556,10 +658,10 @@ const s2 = ({
|
|
|
556
658
|
)
|
|
557
659
|
]
|
|
558
660
|
}
|
|
559
|
-
),
|
|
661
|
+
), v2 = ({
|
|
560
662
|
width: i = 20,
|
|
561
663
|
height: l = 20,
|
|
562
|
-
color: e =
|
|
664
|
+
color: e = d.GREY_DARK_5,
|
|
563
665
|
className: t,
|
|
564
666
|
onClick: n
|
|
565
667
|
}) => /* @__PURE__ */ a(
|
|
@@ -596,10 +698,10 @@ const s2 = ({
|
|
|
596
698
|
)
|
|
597
699
|
]
|
|
598
700
|
}
|
|
599
|
-
),
|
|
701
|
+
), f2 = ({
|
|
600
702
|
width: i = 20,
|
|
601
703
|
height: l = 20,
|
|
602
|
-
color: e =
|
|
704
|
+
color: e = d.GREY_DARK_5,
|
|
603
705
|
className: t,
|
|
604
706
|
onClick: n
|
|
605
707
|
}) => /* @__PURE__ */ a(
|
|
@@ -636,10 +738,10 @@ const s2 = ({
|
|
|
636
738
|
)
|
|
637
739
|
]
|
|
638
740
|
}
|
|
639
|
-
),
|
|
741
|
+
), N2 = ({
|
|
640
742
|
width: i = 20,
|
|
641
743
|
height: l = 20,
|
|
642
|
-
color: e =
|
|
744
|
+
color: e = d.GREY_DARK_5,
|
|
643
745
|
className: t,
|
|
644
746
|
onClick: n
|
|
645
747
|
}) => /* @__PURE__ */ a(
|
|
@@ -683,10 +785,10 @@ const s2 = ({
|
|
|
683
785
|
)
|
|
684
786
|
]
|
|
685
787
|
}
|
|
686
|
-
),
|
|
788
|
+
), _2 = ({
|
|
687
789
|
width: i = 20,
|
|
688
790
|
height: l = 20,
|
|
689
|
-
color: e =
|
|
791
|
+
color: e = d.GREY_DARK_5,
|
|
690
792
|
className: t,
|
|
691
793
|
onClick: n
|
|
692
794
|
}) => /* @__PURE__ */ a(
|
|
@@ -730,10 +832,10 @@ const s2 = ({
|
|
|
730
832
|
)
|
|
731
833
|
]
|
|
732
834
|
}
|
|
733
|
-
),
|
|
835
|
+
), R2 = ({
|
|
734
836
|
width: i = 20,
|
|
735
837
|
height: l = 20,
|
|
736
|
-
color: e =
|
|
838
|
+
color: e = d.GREY_DARK_5,
|
|
737
839
|
className: t,
|
|
738
840
|
onClick: n
|
|
739
841
|
}) => /* @__PURE__ */ a(
|
|
@@ -777,10 +879,10 @@ const s2 = ({
|
|
|
777
879
|
)
|
|
778
880
|
]
|
|
779
881
|
}
|
|
780
|
-
),
|
|
882
|
+
), M2 = ({
|
|
781
883
|
width: i = 20,
|
|
782
884
|
height: l = 20,
|
|
783
|
-
color: e =
|
|
885
|
+
color: e = d.GREY_DARK_5,
|
|
784
886
|
className: t,
|
|
785
887
|
onClick: n
|
|
786
888
|
}) => /* @__PURE__ */ a(
|
|
@@ -817,10 +919,10 @@ const s2 = ({
|
|
|
817
919
|
)
|
|
818
920
|
]
|
|
819
921
|
}
|
|
820
|
-
),
|
|
922
|
+
), H2 = ({
|
|
821
923
|
width: i = 20,
|
|
822
924
|
height: l = 20,
|
|
823
|
-
color: e =
|
|
925
|
+
color: e = d.GREY_DARK_5,
|
|
824
926
|
className: t,
|
|
825
927
|
onClick: n
|
|
826
928
|
}) => /* @__PURE__ */ a(
|
|
@@ -850,10 +952,10 @@ const s2 = ({
|
|
|
850
952
|
)
|
|
851
953
|
]
|
|
852
954
|
}
|
|
853
|
-
),
|
|
955
|
+
), x2 = ({
|
|
854
956
|
width: i = 20,
|
|
855
957
|
height: l = 20,
|
|
856
|
-
color: e =
|
|
958
|
+
color: e = d.GREY_DARK_5,
|
|
857
959
|
className: t,
|
|
858
960
|
onClick: n
|
|
859
961
|
}) => /* @__PURE__ */ a(
|
|
@@ -883,10 +985,10 @@ const s2 = ({
|
|
|
883
985
|
)
|
|
884
986
|
]
|
|
885
987
|
}
|
|
886
|
-
),
|
|
988
|
+
), Z2 = ({
|
|
887
989
|
width: i = 20,
|
|
888
990
|
height: l = 20,
|
|
889
|
-
color: e =
|
|
991
|
+
color: e = d.GREY_DARK_5,
|
|
890
992
|
className: t,
|
|
891
993
|
onClick: n
|
|
892
994
|
}) => /* @__PURE__ */ a(
|
|
@@ -916,10 +1018,10 @@ const s2 = ({
|
|
|
916
1018
|
)
|
|
917
1019
|
]
|
|
918
1020
|
}
|
|
919
|
-
),
|
|
1021
|
+
), V2 = ({
|
|
920
1022
|
width: i = 20,
|
|
921
1023
|
height: l = 20,
|
|
922
|
-
color: e =
|
|
1024
|
+
color: e = d.GREY_DARK_5,
|
|
923
1025
|
className: t,
|
|
924
1026
|
onClick: n
|
|
925
1027
|
}) => /* @__PURE__ */ a(
|
|
@@ -949,10 +1051,10 @@ const s2 = ({
|
|
|
949
1051
|
)
|
|
950
1052
|
]
|
|
951
1053
|
}
|
|
952
|
-
),
|
|
1054
|
+
), E2 = ({
|
|
953
1055
|
width: i = 20,
|
|
954
1056
|
height: l = 20,
|
|
955
|
-
color: e =
|
|
1057
|
+
color: e = d.GREY_DARK_5,
|
|
956
1058
|
className: t,
|
|
957
1059
|
onClick: n
|
|
958
1060
|
}) => /* @__PURE__ */ a(
|
|
@@ -989,10 +1091,10 @@ const s2 = ({
|
|
|
989
1091
|
)
|
|
990
1092
|
]
|
|
991
1093
|
}
|
|
992
|
-
),
|
|
1094
|
+
), A2 = ({
|
|
993
1095
|
width: i = 20,
|
|
994
1096
|
height: l = 20,
|
|
995
|
-
color: e =
|
|
1097
|
+
color: e = d.GREY_DARK_5,
|
|
996
1098
|
className: t,
|
|
997
1099
|
onClick: n
|
|
998
1100
|
}) => /* @__PURE__ */ a(
|
|
@@ -1022,10 +1124,10 @@ const s2 = ({
|
|
|
1022
1124
|
)
|
|
1023
1125
|
]
|
|
1024
1126
|
}
|
|
1025
|
-
),
|
|
1127
|
+
), G2 = ({
|
|
1026
1128
|
width: i = 20,
|
|
1027
1129
|
height: l = 20,
|
|
1028
|
-
color: e =
|
|
1130
|
+
color: e = d.GREY_DARK_5,
|
|
1029
1131
|
className: t,
|
|
1030
1132
|
onClick: n
|
|
1031
1133
|
}) => /* @__PURE__ */ a(
|
|
@@ -1055,7 +1157,7 @@ const s2 = ({
|
|
|
1055
1157
|
)
|
|
1056
1158
|
]
|
|
1057
1159
|
}
|
|
1058
|
-
),
|
|
1160
|
+
), I2 = ({
|
|
1059
1161
|
width: i = 20,
|
|
1060
1162
|
height: l = 20,
|
|
1061
1163
|
color: e = "#070739",
|
|
@@ -1085,7 +1187,7 @@ const s2 = ({
|
|
|
1085
1187
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
1086
1188
|
]
|
|
1087
1189
|
}
|
|
1088
|
-
),
|
|
1190
|
+
), D2 = ({
|
|
1089
1191
|
width: i = 20,
|
|
1090
1192
|
height: l = 20,
|
|
1091
1193
|
color: e = "#070739",
|
|
@@ -1123,7 +1225,7 @@ const s2 = ({
|
|
|
1123
1225
|
)
|
|
1124
1226
|
]
|
|
1125
1227
|
}
|
|
1126
|
-
),
|
|
1228
|
+
), K2 = ({
|
|
1127
1229
|
width: i = 9,
|
|
1128
1230
|
height: l = 5,
|
|
1129
1231
|
color: e = "#001E52",
|
|
@@ -1149,7 +1251,7 @@ const s2 = ({
|
|
|
1149
1251
|
}
|
|
1150
1252
|
)
|
|
1151
1253
|
}
|
|
1152
|
-
),
|
|
1254
|
+
), Y2 = ({
|
|
1153
1255
|
width: i = 20,
|
|
1154
1256
|
height: l = 20,
|
|
1155
1257
|
color: e = "#F2F2F7",
|
|
@@ -1178,7 +1280,7 @@ const s2 = ({
|
|
|
1178
1280
|
)
|
|
1179
1281
|
]
|
|
1180
1282
|
}
|
|
1181
|
-
),
|
|
1283
|
+
), B2 = ({
|
|
1182
1284
|
width: i = 20,
|
|
1183
1285
|
height: l = 20,
|
|
1184
1286
|
color: e = "#004ED7",
|
|
@@ -1207,7 +1309,7 @@ const s2 = ({
|
|
|
1207
1309
|
)
|
|
1208
1310
|
]
|
|
1209
1311
|
}
|
|
1210
|
-
),
|
|
1312
|
+
), T2 = ({
|
|
1211
1313
|
width: i = 10,
|
|
1212
1314
|
height: l = 10,
|
|
1213
1315
|
color: e = "#001E52",
|
|
@@ -1236,7 +1338,7 @@ const s2 = ({
|
|
|
1236
1338
|
)
|
|
1237
1339
|
]
|
|
1238
1340
|
}
|
|
1239
|
-
),
|
|
1341
|
+
), y2 = ({
|
|
1240
1342
|
width: i = 10,
|
|
1241
1343
|
height: l = 10,
|
|
1242
1344
|
color: e = "#001E52",
|
|
@@ -1273,9 +1375,9 @@ const s2 = ({
|
|
|
1273
1375
|
)
|
|
1274
1376
|
]
|
|
1275
1377
|
}
|
|
1276
|
-
),
|
|
1378
|
+
), b2 = ({
|
|
1277
1379
|
className: i,
|
|
1278
|
-
color: l =
|
|
1380
|
+
color: l = d.GREY_DARK_5,
|
|
1279
1381
|
height: e = 20,
|
|
1280
1382
|
width: t = 20,
|
|
1281
1383
|
onClick: n
|
|
@@ -1306,9 +1408,9 @@ const s2 = ({
|
|
|
1306
1408
|
)
|
|
1307
1409
|
]
|
|
1308
1410
|
}
|
|
1309
|
-
),
|
|
1411
|
+
), O2 = ({
|
|
1310
1412
|
className: i,
|
|
1311
|
-
color: l =
|
|
1413
|
+
color: l = d.GREY_DARK_5,
|
|
1312
1414
|
height: e = 20,
|
|
1313
1415
|
width: t = 20,
|
|
1314
1416
|
onClick: n
|
|
@@ -1333,9 +1435,9 @@ const s2 = ({
|
|
|
1333
1435
|
}
|
|
1334
1436
|
)
|
|
1335
1437
|
}
|
|
1336
|
-
),
|
|
1438
|
+
), W2 = ({
|
|
1337
1439
|
className: i,
|
|
1338
|
-
color: l =
|
|
1440
|
+
color: l = d.GREY_DARK_5,
|
|
1339
1441
|
height: e = 20,
|
|
1340
1442
|
width: t = 20,
|
|
1341
1443
|
onClick: n
|
|
@@ -1360,9 +1462,9 @@ const s2 = ({
|
|
|
1360
1462
|
}
|
|
1361
1463
|
)
|
|
1362
1464
|
}
|
|
1363
|
-
),
|
|
1465
|
+
), j2 = ({
|
|
1364
1466
|
className: i,
|
|
1365
|
-
color: l =
|
|
1467
|
+
color: l = d.GREY_DARK_5,
|
|
1366
1468
|
height: e = 5,
|
|
1367
1469
|
width: t = 10,
|
|
1368
1470
|
onClick: n
|
|
@@ -1384,9 +1486,9 @@ const s2 = ({
|
|
|
1384
1486
|
}
|
|
1385
1487
|
)
|
|
1386
1488
|
}
|
|
1387
|
-
),
|
|
1489
|
+
), S2 = ({
|
|
1388
1490
|
className: i,
|
|
1389
|
-
color: l =
|
|
1491
|
+
color: l = d.GREY_DARK_5,
|
|
1390
1492
|
height: e = 5,
|
|
1391
1493
|
width: t = 10,
|
|
1392
1494
|
onClick: n
|
|
@@ -1409,9 +1511,9 @@ const s2 = ({
|
|
|
1409
1511
|
}
|
|
1410
1512
|
)
|
|
1411
1513
|
}
|
|
1412
|
-
),
|
|
1514
|
+
), U2 = ({
|
|
1413
1515
|
className: i,
|
|
1414
|
-
color: l =
|
|
1516
|
+
color: l = d.GREY_DARK_5,
|
|
1415
1517
|
height: e = 20,
|
|
1416
1518
|
width: t = 20,
|
|
1417
1519
|
onClick: n
|
|
@@ -1442,9 +1544,9 @@ const s2 = ({
|
|
|
1442
1544
|
)
|
|
1443
1545
|
]
|
|
1444
1546
|
}
|
|
1445
|
-
),
|
|
1547
|
+
), F2 = ({
|
|
1446
1548
|
className: i,
|
|
1447
|
-
color: l =
|
|
1549
|
+
color: l = d.GREY_DARK_5,
|
|
1448
1550
|
height: e = 24,
|
|
1449
1551
|
width: t = 24,
|
|
1450
1552
|
onClick: n
|
|
@@ -1481,9 +1583,9 @@ const s2 = ({
|
|
|
1481
1583
|
)
|
|
1482
1584
|
]
|
|
1483
1585
|
}
|
|
1484
|
-
),
|
|
1586
|
+
), P2 = ({
|
|
1485
1587
|
className: i,
|
|
1486
|
-
color: l =
|
|
1588
|
+
color: l = d.GREY_DARK_5,
|
|
1487
1589
|
height: e = 24,
|
|
1488
1590
|
width: t = 24,
|
|
1489
1591
|
onClick: n
|
|
@@ -1508,9 +1610,9 @@ const s2 = ({
|
|
|
1508
1610
|
}
|
|
1509
1611
|
)
|
|
1510
1612
|
}
|
|
1511
|
-
),
|
|
1613
|
+
), $2 = ({
|
|
1512
1614
|
className: i,
|
|
1513
|
-
color: l =
|
|
1615
|
+
color: l = d.GREY_DARK_5,
|
|
1514
1616
|
height: e = 24,
|
|
1515
1617
|
width: t = 24,
|
|
1516
1618
|
onClick: n
|
|
@@ -1567,9 +1669,9 @@ const s2 = ({
|
|
|
1567
1669
|
)
|
|
1568
1670
|
]
|
|
1569
1671
|
}
|
|
1570
|
-
),
|
|
1672
|
+
), z2 = ({
|
|
1571
1673
|
className: i,
|
|
1572
|
-
color: l =
|
|
1674
|
+
color: l = d.GREY_DARK_5,
|
|
1573
1675
|
height: e = 24,
|
|
1574
1676
|
width: t = 24,
|
|
1575
1677
|
onClick: n
|
|
@@ -1604,9 +1706,9 @@ const s2 = ({
|
|
|
1604
1706
|
)
|
|
1605
1707
|
]
|
|
1606
1708
|
}
|
|
1607
|
-
),
|
|
1709
|
+
), J2 = ({
|
|
1608
1710
|
className: i,
|
|
1609
|
-
color: l =
|
|
1711
|
+
color: l = d.GREY_DARK_3,
|
|
1610
1712
|
height: e = 14,
|
|
1611
1713
|
width: t = 14,
|
|
1612
1714
|
onClick: n
|
|
@@ -1641,9 +1743,9 @@ const s2 = ({
|
|
|
1641
1743
|
)
|
|
1642
1744
|
]
|
|
1643
1745
|
}
|
|
1644
|
-
),
|
|
1746
|
+
), q2 = ({
|
|
1645
1747
|
className: i,
|
|
1646
|
-
color: l =
|
|
1748
|
+
color: l = d.GREY_DARK_5,
|
|
1647
1749
|
height: e = 18,
|
|
1648
1750
|
onClick: t,
|
|
1649
1751
|
width: n = 18
|
|
@@ -1668,9 +1770,9 @@ const s2 = ({
|
|
|
1668
1770
|
}
|
|
1669
1771
|
)
|
|
1670
1772
|
}
|
|
1671
|
-
),
|
|
1773
|
+
), X2 = ({
|
|
1672
1774
|
className: i,
|
|
1673
|
-
color: l =
|
|
1775
|
+
color: l = d.GREY_DARK_5,
|
|
1674
1776
|
height: e = 24,
|
|
1675
1777
|
width: t = 24,
|
|
1676
1778
|
onClick: n
|
|
@@ -1720,9 +1822,9 @@ const s2 = ({
|
|
|
1720
1822
|
)
|
|
1721
1823
|
]
|
|
1722
1824
|
}
|
|
1723
|
-
),
|
|
1825
|
+
), Q2 = ({
|
|
1724
1826
|
className: i,
|
|
1725
|
-
color: l =
|
|
1827
|
+
color: l = d.GREY_DARK_5,
|
|
1726
1828
|
height: e = 24,
|
|
1727
1829
|
width: t = 24,
|
|
1728
1830
|
onClick: n
|
|
@@ -1757,9 +1859,9 @@ const s2 = ({
|
|
|
1757
1859
|
)
|
|
1758
1860
|
]
|
|
1759
1861
|
}
|
|
1760
|
-
),
|
|
1862
|
+
), e5 = ({
|
|
1761
1863
|
className: i,
|
|
1762
|
-
color: l =
|
|
1864
|
+
color: l = d.NOTIFICATION_WARNING_DARK,
|
|
1763
1865
|
height: e = 37,
|
|
1764
1866
|
width: t = 36,
|
|
1765
1867
|
onClick: n
|
|
@@ -1796,9 +1898,9 @@ const s2 = ({
|
|
|
1796
1898
|
)
|
|
1797
1899
|
]
|
|
1798
1900
|
}
|
|
1799
|
-
),
|
|
1901
|
+
), l5 = ({
|
|
1800
1902
|
className: i,
|
|
1801
|
-
color: l =
|
|
1903
|
+
color: l = d.GREY_DARK_5,
|
|
1802
1904
|
height: e = 24,
|
|
1803
1905
|
width: t = 24,
|
|
1804
1906
|
onClick: n
|
|
@@ -1822,9 +1924,9 @@ const s2 = ({
|
|
|
1822
1924
|
}
|
|
1823
1925
|
)
|
|
1824
1926
|
}
|
|
1825
|
-
),
|
|
1927
|
+
), i5 = ({
|
|
1826
1928
|
className: i,
|
|
1827
|
-
color: l =
|
|
1929
|
+
color: l = d.GREY_DARK_5,
|
|
1828
1930
|
height: e = 24,
|
|
1829
1931
|
width: t = 24,
|
|
1830
1932
|
onClick: n
|
|
@@ -1861,9 +1963,9 @@ const s2 = ({
|
|
|
1861
1963
|
)
|
|
1862
1964
|
]
|
|
1863
1965
|
}
|
|
1864
|
-
),
|
|
1966
|
+
), o5 = ({
|
|
1865
1967
|
className: i,
|
|
1866
|
-
color: l =
|
|
1968
|
+
color: l = d.GREY_DARK_5,
|
|
1867
1969
|
height: e = 20,
|
|
1868
1970
|
width: t = 20,
|
|
1869
1971
|
onClick: n
|
|
@@ -1894,9 +1996,9 @@ const s2 = ({
|
|
|
1894
1996
|
)
|
|
1895
1997
|
]
|
|
1896
1998
|
}
|
|
1897
|
-
),
|
|
1999
|
+
), t5 = ({
|
|
1898
2000
|
className: i,
|
|
1899
|
-
color: l =
|
|
2001
|
+
color: l = d.GREY_DARK_5,
|
|
1900
2002
|
height: e = 24,
|
|
1901
2003
|
width: t = 24,
|
|
1902
2004
|
onClick: n
|
|
@@ -1963,9 +2065,9 @@ const s2 = ({
|
|
|
1963
2065
|
)
|
|
1964
2066
|
]
|
|
1965
2067
|
}
|
|
1966
|
-
),
|
|
2068
|
+
), n5 = ({
|
|
1967
2069
|
className: i,
|
|
1968
|
-
color: l =
|
|
2070
|
+
color: l = d.GREY_DARK_5,
|
|
1969
2071
|
height: e = 24,
|
|
1970
2072
|
width: t = 24,
|
|
1971
2073
|
onClick: n
|
|
@@ -2020,9 +2122,9 @@ const s2 = ({
|
|
|
2020
2122
|
)
|
|
2021
2123
|
]
|
|
2022
2124
|
}
|
|
2023
|
-
),
|
|
2125
|
+
), r5 = ({
|
|
2024
2126
|
className: i,
|
|
2025
|
-
color: l =
|
|
2127
|
+
color: l = d.GREY_DARK_5,
|
|
2026
2128
|
height: e = 24,
|
|
2027
2129
|
width: t = 24,
|
|
2028
2130
|
onClick: n
|
|
@@ -2069,9 +2171,9 @@ const s2 = ({
|
|
|
2069
2171
|
)
|
|
2070
2172
|
]
|
|
2071
2173
|
}
|
|
2072
|
-
),
|
|
2174
|
+
), s5 = ({
|
|
2073
2175
|
className: i,
|
|
2074
|
-
color: l =
|
|
2176
|
+
color: l = d.GREY_DARK_5,
|
|
2075
2177
|
height: e = 24,
|
|
2076
2178
|
width: t = 24,
|
|
2077
2179
|
onClick: n
|
|
@@ -2096,9 +2198,9 @@ const s2 = ({
|
|
|
2096
2198
|
}
|
|
2097
2199
|
)
|
|
2098
2200
|
}
|
|
2099
|
-
),
|
|
2201
|
+
), h5 = ({
|
|
2100
2202
|
className: i,
|
|
2101
|
-
color: l =
|
|
2203
|
+
color: l = d.GREY_DARK_5,
|
|
2102
2204
|
height: e = 20,
|
|
2103
2205
|
width: t = 20,
|
|
2104
2206
|
onClick: n
|
|
@@ -2113,7 +2215,7 @@ const s2 = ({
|
|
|
2113
2215
|
fill: "none",
|
|
2114
2216
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2115
2217
|
children: [
|
|
2116
|
-
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2218
|
+
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
|
|
2117
2219
|
/* @__PURE__ */ o(
|
|
2118
2220
|
"path",
|
|
2119
2221
|
{
|
|
@@ -2125,7 +2227,7 @@ const s2 = ({
|
|
|
2125
2227
|
)
|
|
2126
2228
|
]
|
|
2127
2229
|
}
|
|
2128
|
-
),
|
|
2230
|
+
), a5 = ({
|
|
2129
2231
|
className: i,
|
|
2130
2232
|
color: l = "#001E52",
|
|
2131
2233
|
height: e = 24,
|
|
@@ -2151,7 +2253,7 @@ const s2 = ({
|
|
|
2151
2253
|
}
|
|
2152
2254
|
)
|
|
2153
2255
|
}
|
|
2154
|
-
),
|
|
2256
|
+
), c5 = ({
|
|
2155
2257
|
className: i,
|
|
2156
2258
|
color: l = "#001E52",
|
|
2157
2259
|
height: e = 24,
|
|
@@ -2189,63 +2291,31 @@ const s2 = ({
|
|
|
2189
2291
|
)
|
|
2190
2292
|
] }) })
|
|
2191
2293
|
}
|
|
2192
|
-
),
|
|
2294
|
+
), C5 = ({
|
|
2193
2295
|
width: i = 20,
|
|
2194
2296
|
height: l = 20,
|
|
2195
|
-
color: e =
|
|
2297
|
+
color: e = d.GREY_DARK_5,
|
|
2196
2298
|
className: t,
|
|
2197
2299
|
onClick: n
|
|
2198
2300
|
}) => /* @__PURE__ */ o(
|
|
2199
2301
|
"svg",
|
|
2200
2302
|
{
|
|
2201
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2202
2303
|
width: i,
|
|
2203
2304
|
height: l,
|
|
2204
|
-
className: t,
|
|
2205
2305
|
onClick: n,
|
|
2206
|
-
|
|
2306
|
+
className: t,
|
|
2307
|
+
viewBox: "0 0 24 24",
|
|
2207
2308
|
fill: "none",
|
|
2309
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2208
2310
|
children: /* @__PURE__ */ o(
|
|
2209
2311
|
"path",
|
|
2210
2312
|
{
|
|
2211
|
-
|
|
2212
|
-
clipRule: "evenodd",
|
|
2213
|
-
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
|
2214
|
-
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
|
2215
|
-
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
|
2216
|
-
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
|
2217
|
-
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
|
2218
|
-
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
|
2219
|
-
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
|
2220
|
-
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
|
2221
|
-
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
|
2222
|
-
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
|
2223
|
-
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
|
2224
|
-
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
|
2225
|
-
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
|
2226
|
-
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
|
2227
|
-
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
|
2228
|
-
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
|
2229
|
-
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
|
2230
|
-
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
|
2231
|
-
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
|
2232
|
-
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
|
2233
|
-
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
|
2234
|
-
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
|
2235
|
-
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
|
2236
|
-
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
|
2237
|
-
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
|
2238
|
-
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
|
2239
|
-
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
|
2240
|
-
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
|
2241
|
-
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
|
2242
|
-
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
|
2243
|
-
15 12.7083H10.8333Z`,
|
|
2313
|
+
d: "M6.06939 16.5692C6.3622 16.2765 6.83706 16.2767 7.12994 16.5692C7.4228 16.8621 7.42273 17.3369 7.12994 17.6298L5.12994 19.6298C4.98929 19.7704 4.79858 19.8495 4.59967 19.8495C4.45045 19.8495 4.30597 19.8052 4.18365 19.7235L4.06939 19.6298L3.26959 18.83L3.21783 18.7733C2.97763 18.4787 2.99503 18.044 3.26959 17.7694C3.54417 17.495 3.97896 17.4775 4.2735 17.7177L4.33014 17.7694L4.59967 18.0389L6.06939 16.5692ZM20.0001 17.7499L20.0762 17.7538C20.4546 17.7921 20.75 18.1115 20.7501 18.4999C20.7501 18.8883 20.4546 19.2077 20.0762 19.246L20.0001 19.2499H9.00006C8.58584 19.2499 8.25006 18.9141 8.25006 18.4999C8.25007 18.0857 8.58585 17.7499 9.00006 17.7499H20.0001ZM5.55475 13.0145C5.27614 13.3209 4.80164 13.3438 4.49518 13.0653C4.18868 12.7867 4.16675 12.3122 4.44537 12.0057L5.55475 13.0145ZM20.0001 11.7499L20.0762 11.7538C20.4546 11.7921 20.75 12.1115 20.7501 12.4999C20.7501 12.8883 20.4546 13.2077 20.0762 13.246L20.0001 13.2499H9.00006C8.58584 13.2499 8.25006 12.9141 8.25006 12.4999C8.25007 12.0857 8.58585 11.7499 9.00006 11.7499H20.0001ZM4.50982 11.9403C4.79264 11.6865 5.22745 11.6831 5.51471 11.9442C5.80181 12.2055 5.8394 12.6386 5.61334 12.9442L5.56451 13.0038L5.55475 13.0145L4.44537 12.0057L4.45514 11.994L4.50982 11.9403ZM5.55475 7.01453C5.27614 7.32089 4.80164 7.3438 4.49518 7.06532C4.18868 6.78668 4.16674 6.31224 4.44537 6.00575L5.55475 7.01453ZM20.0001 5.74989L20.0762 5.75379C20.4546 5.79206 20.75 6.11146 20.7501 6.49989C20.7501 6.88832 20.4546 7.20771 20.0762 7.24598L20.0001 7.24989H9.00006C8.58584 7.24989 8.25006 6.9141 8.25006 6.49989C8.25007 6.08568 8.58585 5.74989 9.00006 5.74989H20.0001ZM4.45514 5.99403C4.73381 5.68784 5.20832 5.66569 5.51471 5.94422C5.8209 6.22289 5.84305 6.69741 5.56451 7.00379L5.55475 7.01453L4.44537 6.00575L4.45514 5.99403Z",
|
|
2244
2314
|
fill: e
|
|
2245
2315
|
}
|
|
2246
2316
|
)
|
|
2247
2317
|
}
|
|
2248
|
-
),
|
|
2318
|
+
), d5 = ({
|
|
2249
2319
|
width: i = 24,
|
|
2250
2320
|
height: l = 24,
|
|
2251
2321
|
color: e = "#131314",
|
|
@@ -2278,10 +2348,10 @@ const s2 = ({
|
|
|
2278
2348
|
)
|
|
2279
2349
|
]
|
|
2280
2350
|
}
|
|
2281
|
-
),
|
|
2282
|
-
width: i =
|
|
2283
|
-
height: l =
|
|
2284
|
-
color: e =
|
|
2351
|
+
), w5 = ({
|
|
2352
|
+
width: i = 20,
|
|
2353
|
+
height: l = 20,
|
|
2354
|
+
color: e = d.GREY_DARK_5,
|
|
2285
2355
|
className: t,
|
|
2286
2356
|
onClick: n
|
|
2287
2357
|
}) => /* @__PURE__ */ a(
|
|
@@ -2289,38 +2359,32 @@ const s2 = ({
|
|
|
2289
2359
|
{
|
|
2290
2360
|
width: i,
|
|
2291
2361
|
height: l,
|
|
2362
|
+
className: t,
|
|
2363
|
+
onClick: n,
|
|
2292
2364
|
viewBox: "0 0 24 24",
|
|
2293
2365
|
fill: "none",
|
|
2294
2366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2295
|
-
className: t,
|
|
2296
|
-
onClick: n,
|
|
2297
2367
|
children: [
|
|
2298
2368
|
/* @__PURE__ */ o(
|
|
2299
2369
|
"path",
|
|
2300
2370
|
{
|
|
2301
|
-
d: "
|
|
2302
|
-
|
|
2303
|
-
strokeWidth: "1.5",
|
|
2304
|
-
strokeLinecap: "round",
|
|
2305
|
-
strokeLinejoin: "round"
|
|
2371
|
+
d: "M18.25 20.5V19.5C18.25 16.0482 15.4518 13.25 12 13.25C8.54822 13.25 5.75 16.0482 5.75 19.5V20.5C5.75 20.9142 5.41421 21.25 5 21.25C4.58579 21.25 4.25 20.9142 4.25 20.5V19.5C4.25 15.2198 7.71979 11.75 12 11.75C16.2802 11.75 19.75 15.2198 19.75 19.5V20.5C19.75 20.9142 19.4142 21.25 19 21.25C18.5858 21.25 18.25 20.9142 18.25 20.5Z",
|
|
2372
|
+
fill: e
|
|
2306
2373
|
}
|
|
2307
2374
|
),
|
|
2308
2375
|
/* @__PURE__ */ o(
|
|
2309
2376
|
"path",
|
|
2310
2377
|
{
|
|
2311
|
-
d: "
|
|
2312
|
-
|
|
2313
|
-
strokeWidth: "1.5",
|
|
2314
|
-
strokeLinecap: "round",
|
|
2315
|
-
strokeLinejoin: "round"
|
|
2378
|
+
d: "M15.25 8.5C15.25 6.70507 13.7949 5.25 12 5.25C10.2051 5.25 8.75 6.70507 8.75 8.5C8.75 10.2949 10.2051 11.75 12 11.75C13.7949 11.75 15.25 10.2949 15.25 8.5ZM16.75 8.5C16.75 11.1234 14.6234 13.25 12 13.25C9.37665 13.25 7.25 11.1234 7.25 8.5C7.25 5.87665 9.37665 3.75 12 3.75C14.6234 3.75 16.75 5.87665 16.75 8.5Z",
|
|
2379
|
+
fill: e
|
|
2316
2380
|
}
|
|
2317
2381
|
)
|
|
2318
2382
|
]
|
|
2319
2383
|
}
|
|
2320
|
-
),
|
|
2384
|
+
), g5 = ({
|
|
2321
2385
|
width: i = 24,
|
|
2322
2386
|
height: l = 24,
|
|
2323
|
-
color: e =
|
|
2387
|
+
color: e = d.GREY_DARK_2,
|
|
2324
2388
|
className: t,
|
|
2325
2389
|
onClick: n
|
|
2326
2390
|
}) => /* @__PURE__ */ a(
|
|
@@ -2357,10 +2421,10 @@ const s2 = ({
|
|
|
2357
2421
|
)
|
|
2358
2422
|
]
|
|
2359
2423
|
}
|
|
2360
|
-
),
|
|
2424
|
+
), L5 = ({
|
|
2361
2425
|
width: i = 24,
|
|
2362
2426
|
height: l = 24,
|
|
2363
|
-
color: e =
|
|
2427
|
+
color: e = d.GREY_DARK_2,
|
|
2364
2428
|
className: t,
|
|
2365
2429
|
onClick: n
|
|
2366
2430
|
}) => /* @__PURE__ */ o(
|
|
@@ -2384,10 +2448,10 @@ const s2 = ({
|
|
|
2384
2448
|
}
|
|
2385
2449
|
)
|
|
2386
2450
|
}
|
|
2387
|
-
),
|
|
2451
|
+
), k5 = ({
|
|
2388
2452
|
width: i = 24,
|
|
2389
2453
|
height: l = 24,
|
|
2390
|
-
color: e =
|
|
2454
|
+
color: e = d.GREY_DARK_2,
|
|
2391
2455
|
className: t,
|
|
2392
2456
|
onClick: n
|
|
2393
2457
|
}) => /* @__PURE__ */ o(
|
|
@@ -2411,275 +2475,255 @@ const s2 = ({
|
|
|
2411
2475
|
}
|
|
2412
2476
|
)
|
|
2413
2477
|
}
|
|
2414
|
-
), w5 = ({
|
|
2415
|
-
width: i = 20,
|
|
2416
|
-
height: l = 20,
|
|
2417
|
-
color: e = "#001E52",
|
|
2418
|
-
className: t,
|
|
2419
|
-
onClick: n
|
|
2420
|
-
}) => /* @__PURE__ */ o(
|
|
2421
|
-
"svg",
|
|
2422
|
-
{
|
|
2423
|
-
width: i,
|
|
2424
|
-
height: l,
|
|
2425
|
-
viewBox: "0 0 20 20",
|
|
2426
|
-
fill: "none",
|
|
2427
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2428
|
-
className: t,
|
|
2429
|
-
onClick: n,
|
|
2430
|
-
children: /* @__PURE__ */ o(
|
|
2431
|
-
"path",
|
|
2432
|
-
{
|
|
2433
|
-
fillRule: "evenodd",
|
|
2434
|
-
clipRule: "evenodd",
|
|
2435
|
-
d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
|
|
2436
|
-
fill: e
|
|
2437
|
-
}
|
|
2438
|
-
)
|
|
2439
|
-
}
|
|
2440
2478
|
), i1 = ({
|
|
2441
2479
|
name: i,
|
|
2442
2480
|
width: l,
|
|
2443
2481
|
height: e,
|
|
2444
2482
|
color: t,
|
|
2445
2483
|
className: n,
|
|
2446
|
-
disabled:
|
|
2484
|
+
disabled: c = !1,
|
|
2447
2485
|
onClick: k
|
|
2448
2486
|
}) => {
|
|
2449
|
-
const [r,
|
|
2487
|
+
const [r, m] = R(n), { theme: C } = n1(Z1), h = c ? C && C === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : t, s = c ? void 0 : k;
|
|
2450
2488
|
return G(() => {
|
|
2451
2489
|
if (n) {
|
|
2452
|
-
s && !
|
|
2490
|
+
s && !c && m(`${n} clickable`);
|
|
2453
2491
|
return;
|
|
2454
2492
|
}
|
|
2455
|
-
s && !
|
|
2456
|
-
}, [s, n,
|
|
2493
|
+
s && !c && m("clickable");
|
|
2494
|
+
}, [s, n, c]), /* @__PURE__ */ o(F, { children: (() => {
|
|
2457
2495
|
switch (i) {
|
|
2458
2496
|
case "nextIcon":
|
|
2459
|
-
return
|
|
2497
|
+
return O2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2460
2498
|
case "prevIcon":
|
|
2461
|
-
return
|
|
2499
|
+
return W2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2462
2500
|
case "arrowDown":
|
|
2463
|
-
return s2({ width: l, height: e, color:
|
|
2501
|
+
return s2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2464
2502
|
case "info":
|
|
2465
|
-
return
|
|
2503
|
+
return h2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2466
2504
|
case "arrowRight":
|
|
2467
|
-
return a2({ width: l, height: e, color:
|
|
2505
|
+
return a2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2468
2506
|
case "calendar":
|
|
2469
|
-
return
|
|
2507
|
+
return g2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2470
2508
|
case "check":
|
|
2471
|
-
return
|
|
2509
|
+
return L2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2472
2510
|
case "cancel":
|
|
2473
|
-
return
|
|
2511
|
+
return k2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2474
2512
|
case "add":
|
|
2475
|
-
return
|
|
2513
|
+
return p2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2476
2514
|
case "list":
|
|
2477
|
-
return
|
|
2515
|
+
return m2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2478
2516
|
case "dragAndDrop":
|
|
2479
|
-
return
|
|
2517
|
+
return u2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2480
2518
|
case "filter":
|
|
2481
|
-
return
|
|
2519
|
+
return v2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2482
2520
|
case "attention":
|
|
2483
|
-
return
|
|
2521
|
+
return f2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2484
2522
|
case "users":
|
|
2485
|
-
return
|
|
2523
|
+
return N2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2486
2524
|
case "mySkillsMatrix":
|
|
2487
|
-
return
|
|
2525
|
+
return _2({
|
|
2488
2526
|
width: l,
|
|
2489
2527
|
height: e,
|
|
2490
|
-
color:
|
|
2528
|
+
color: h,
|
|
2491
2529
|
className: r,
|
|
2492
2530
|
onClick: s
|
|
2493
2531
|
});
|
|
2494
2532
|
case "skills":
|
|
2495
|
-
return
|
|
2533
|
+
return R2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2496
2534
|
case "skillsMatrices":
|
|
2497
|
-
return
|
|
2535
|
+
return M2({
|
|
2498
2536
|
width: l,
|
|
2499
2537
|
height: e,
|
|
2500
|
-
color:
|
|
2538
|
+
color: h,
|
|
2501
2539
|
className: r,
|
|
2502
2540
|
onClick: s
|
|
2503
2541
|
});
|
|
2504
2542
|
case "history":
|
|
2505
|
-
return
|
|
2543
|
+
return H2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2506
2544
|
case "logOut":
|
|
2507
|
-
return
|
|
2545
|
+
return x2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2508
2546
|
case "settings":
|
|
2509
|
-
return
|
|
2547
|
+
return Z2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2510
2548
|
case "trash":
|
|
2511
|
-
return
|
|
2549
|
+
return V2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2512
2550
|
case "settings2":
|
|
2513
|
-
return
|
|
2551
|
+
return E2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2514
2552
|
case "checkCircle":
|
|
2515
|
-
return
|
|
2553
|
+
return A2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2516
2554
|
case "cancelCircle":
|
|
2517
|
-
return
|
|
2555
|
+
return G2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2518
2556
|
case "visibilityIcon":
|
|
2519
|
-
return
|
|
2557
|
+
return I2({
|
|
2520
2558
|
width: l,
|
|
2521
2559
|
height: e,
|
|
2522
|
-
color:
|
|
2560
|
+
color: h,
|
|
2523
2561
|
className: r,
|
|
2524
2562
|
onClick: s
|
|
2525
2563
|
});
|
|
2526
2564
|
case "visibilityOffIcon":
|
|
2527
|
-
return
|
|
2565
|
+
return D2({
|
|
2528
2566
|
width: l,
|
|
2529
2567
|
height: e,
|
|
2530
|
-
color:
|
|
2568
|
+
color: h,
|
|
2531
2569
|
className: r,
|
|
2532
2570
|
onClick: s
|
|
2533
2571
|
});
|
|
2534
2572
|
case "selectArrowIcon":
|
|
2535
|
-
return
|
|
2573
|
+
return K2({
|
|
2536
2574
|
width: l,
|
|
2537
2575
|
height: e,
|
|
2538
|
-
color:
|
|
2576
|
+
color: h,
|
|
2539
2577
|
className: r,
|
|
2540
2578
|
onClick: s
|
|
2541
2579
|
});
|
|
2542
2580
|
case "expandArrowIcon":
|
|
2543
|
-
return
|
|
2581
|
+
return Y2({
|
|
2544
2582
|
width: l,
|
|
2545
2583
|
height: e,
|
|
2546
|
-
color:
|
|
2584
|
+
color: h,
|
|
2547
2585
|
className: r,
|
|
2548
2586
|
onClick: s
|
|
2549
2587
|
});
|
|
2550
2588
|
case "expandActiveArrowIcon":
|
|
2551
|
-
return
|
|
2589
|
+
return B2({
|
|
2552
2590
|
width: l,
|
|
2553
2591
|
height: e,
|
|
2554
|
-
color:
|
|
2592
|
+
color: h,
|
|
2555
2593
|
className: r,
|
|
2556
2594
|
onClick: s
|
|
2557
2595
|
});
|
|
2558
2596
|
case "sortUp":
|
|
2559
|
-
return
|
|
2597
|
+
return T2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2560
2598
|
case "sortDown":
|
|
2561
|
-
return
|
|
2599
|
+
return y2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2562
2600
|
case "search":
|
|
2563
|
-
return
|
|
2601
|
+
return b2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2564
2602
|
case "arrowUpFilled":
|
|
2565
|
-
return
|
|
2603
|
+
return S2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2566
2604
|
case "arrowDownFilled":
|
|
2567
|
-
return
|
|
2605
|
+
return j2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2606
|
+
case "arrow2Up":
|
|
2607
|
+
return c2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2608
|
+
case "arrow2Right":
|
|
2609
|
+
return C2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2610
|
+
case "arrow2Down":
|
|
2611
|
+
return d2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2612
|
+
case "arrow2Left":
|
|
2613
|
+
return w2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2568
2614
|
case "link":
|
|
2569
|
-
return
|
|
2615
|
+
return U2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2570
2616
|
case "telegram":
|
|
2571
|
-
return
|
|
2617
|
+
return P2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2572
2618
|
case "mail":
|
|
2573
|
-
return
|
|
2619
|
+
return z2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2574
2620
|
case "github":
|
|
2575
|
-
return
|
|
2621
|
+
return F2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2576
2622
|
case "linkedIn":
|
|
2577
|
-
return
|
|
2623
|
+
return $2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2578
2624
|
case "emptyStateIcon":
|
|
2579
|
-
return
|
|
2625
|
+
return J2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2580
2626
|
case "filtersIcon":
|
|
2581
|
-
return
|
|
2627
|
+
return q2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2582
2628
|
case "dotMenuIcon":
|
|
2583
|
-
return
|
|
2629
|
+
return X2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2584
2630
|
case "plusCircle":
|
|
2585
|
-
return
|
|
2631
|
+
return Q2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2586
2632
|
case "warning":
|
|
2587
|
-
return
|
|
2633
|
+
return e5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2588
2634
|
case "back":
|
|
2589
|
-
return
|
|
2635
|
+
return l5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2590
2636
|
case "bell":
|
|
2591
|
-
return
|
|
2637
|
+
return i5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2592
2638
|
case "copy":
|
|
2593
|
-
return
|
|
2639
|
+
return o5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2594
2640
|
case "contract":
|
|
2595
|
-
return
|
|
2641
|
+
return t5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2596
2642
|
case "resourceManager":
|
|
2597
|
-
return
|
|
2643
|
+
return n5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2598
2644
|
case "image":
|
|
2599
|
-
return
|
|
2645
|
+
return r5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2600
2646
|
case "edit":
|
|
2601
|
-
return
|
|
2647
|
+
return s5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2602
2648
|
case "filledArrowRight":
|
|
2603
|
-
return
|
|
2649
|
+
return h5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2604
2650
|
case "burgerMenu":
|
|
2605
|
-
return
|
|
2651
|
+
return a5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2606
2652
|
case "refresh":
|
|
2607
|
-
return
|
|
2653
|
+
return c5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2608
2654
|
case "projects":
|
|
2609
|
-
return
|
|
2610
|
-
case "
|
|
2611
|
-
return w5({ width: l, height: e, color:
|
|
2655
|
+
return C5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2656
|
+
case "user":
|
|
2657
|
+
return w5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2612
2658
|
case "exit":
|
|
2613
|
-
return
|
|
2614
|
-
case "client":
|
|
2615
|
-
return a5({ width: l, height: e, color: C, className: r, onClick: s });
|
|
2659
|
+
return d5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2616
2660
|
case "openPointCircle":
|
|
2617
|
-
return
|
|
2661
|
+
return g5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2618
2662
|
case "community":
|
|
2619
|
-
return
|
|
2663
|
+
return L5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2620
2664
|
case "docs":
|
|
2621
|
-
return
|
|
2665
|
+
return k5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2622
2666
|
default:
|
|
2623
2667
|
return /* @__PURE__ */ o(F, { children: "No Icon provided" });
|
|
2624
2668
|
}
|
|
2625
2669
|
})() });
|
|
2626
|
-
}, { Title:
|
|
2670
|
+
}, { Title: p5, Text: m5 } = M1, u5 = {
|
|
2627
2671
|
h1: 1,
|
|
2628
2672
|
h2: 2,
|
|
2629
2673
|
h3: 3,
|
|
2630
2674
|
h4: 4
|
|
2631
|
-
},
|
|
2675
|
+
}, v5 = g1(
|
|
2632
2676
|
({
|
|
2633
2677
|
align: i = "inherit",
|
|
2634
2678
|
variant: l = "body1",
|
|
2635
2679
|
color: e,
|
|
2636
2680
|
children: t,
|
|
2637
2681
|
onClick: n,
|
|
2638
|
-
collapsed:
|
|
2682
|
+
collapsed: c,
|
|
2639
2683
|
whiteSpace: k = "normal",
|
|
2640
2684
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
2641
2685
|
trim: r = !1
|
|
2642
|
-
},
|
|
2643
|
-
const
|
|
2644
|
-
p1(
|
|
2645
|
-
const [
|
|
2686
|
+
}, m) => {
|
|
2687
|
+
const C = W(null);
|
|
2688
|
+
p1(m, () => C.current);
|
|
2689
|
+
const [h, s] = R(!1);
|
|
2646
2690
|
G(() => {
|
|
2647
2691
|
var E;
|
|
2648
2692
|
if (!r) return;
|
|
2649
|
-
const
|
|
2650
|
-
|
|
2693
|
+
const u = () => {
|
|
2694
|
+
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
2651
2695
|
};
|
|
2652
|
-
|
|
2653
|
-
const A = new ResizeObserver(
|
|
2654
|
-
return
|
|
2696
|
+
u();
|
|
2697
|
+
const A = new ResizeObserver(u);
|
|
2698
|
+
return C.current && A.observe(C.current), (E = C.current) != null && E.parentElement && A.observe(C.current.parentElement), () => {
|
|
2655
2699
|
A.disconnect();
|
|
2656
2700
|
};
|
|
2657
2701
|
}, [r]);
|
|
2658
2702
|
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
2659
2703
|
let N = `snmt-typography snmt-typography-${l}`;
|
|
2660
|
-
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`),
|
|
2661
|
-
const
|
|
2704
|
+
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`), c && (N += " collapsed");
|
|
2705
|
+
const V = {
|
|
2662
2706
|
className: N,
|
|
2663
2707
|
style: { color: e, whiteSpace: r ? "nowrap" : k, display: r ? "block" : "" },
|
|
2664
2708
|
onClick: n,
|
|
2665
|
-
ref:
|
|
2666
|
-
ellipsis: r &&
|
|
2709
|
+
ref: C,
|
|
2710
|
+
ellipsis: r && h ? {
|
|
2667
2711
|
tooltip: {
|
|
2668
2712
|
title: t,
|
|
2669
2713
|
overlayClassName: "snmt-tooltip"
|
|
2670
2714
|
}
|
|
2671
2715
|
} : void 0
|
|
2672
2716
|
};
|
|
2673
|
-
return f ? /* @__PURE__ */ o(
|
|
2717
|
+
return f ? /* @__PURE__ */ o(p5, { level: u5[l], ...V, children: t }) : /* @__PURE__ */ o(m5, { ...V, children: t });
|
|
2674
2718
|
}
|
|
2675
2719
|
);
|
|
2676
|
-
var
|
|
2677
|
-
const
|
|
2720
|
+
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 || {});
|
|
2721
|
+
const V1 = r1({
|
|
2678
2722
|
locale: "en",
|
|
2679
2723
|
theme: "light"
|
|
2680
2724
|
});
|
|
2681
|
-
|
|
2682
|
-
const
|
|
2725
|
+
V1.Provider;
|
|
2726
|
+
const f5 = ({
|
|
2683
2727
|
width: i = 20,
|
|
2684
2728
|
height: l = 20,
|
|
2685
2729
|
color: e = "#001E52",
|
|
@@ -2706,10 +2750,10 @@ const u5 = ({
|
|
|
2706
2750
|
}
|
|
2707
2751
|
)
|
|
2708
2752
|
}
|
|
2709
|
-
),
|
|
2753
|
+
), N5 = ({
|
|
2710
2754
|
width: i = 20,
|
|
2711
2755
|
height: l = 20,
|
|
2712
|
-
color: e =
|
|
2756
|
+
color: e = w.GREY_DARK_5,
|
|
2713
2757
|
className: t,
|
|
2714
2758
|
onClick: n
|
|
2715
2759
|
}) => /* @__PURE__ */ a(
|
|
@@ -2746,45 +2790,147 @@ const u5 = ({
|
|
|
2746
2790
|
)
|
|
2747
2791
|
]
|
|
2748
2792
|
}
|
|
2749
|
-
),
|
|
2793
|
+
), _5 = ({
|
|
2794
|
+
width: i = 20,
|
|
2795
|
+
height: l = 20,
|
|
2796
|
+
color: e = "#001E52",
|
|
2797
|
+
className: t,
|
|
2798
|
+
onClick: n
|
|
2799
|
+
}) => /* @__PURE__ */ a(
|
|
2800
|
+
"svg",
|
|
2801
|
+
{
|
|
2802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2803
|
+
width: i,
|
|
2804
|
+
height: l,
|
|
2805
|
+
className: t,
|
|
2806
|
+
onClick: n,
|
|
2807
|
+
viewBox: "0 0 20 20",
|
|
2808
|
+
fill: "none",
|
|
2809
|
+
children: [
|
|
2810
|
+
/* @__PURE__ */ o(
|
|
2811
|
+
"path",
|
|
2812
|
+
{
|
|
2813
|
+
fillRule: "evenodd",
|
|
2814
|
+
clipRule: "evenodd",
|
|
2815
|
+
d: "M8.50264 13.4974C8.80563 13.8004 9.29688 13.8004 9.59987 13.4974L13.0481 10.0491C13.3511 9.74609 13.3511 9.25485 13.0481 8.95185L9.59987 5.50358C9.29688 5.20058 8.80563 5.20058 8.50264 5.50358C8.19964 5.80657 8.19964 6.29782 8.50264 6.60081L11.4023 9.50047L8.50264 12.4001C8.19964 12.7031 8.19964 13.1944 8.50264 13.4974Z",
|
|
2816
|
+
fill: e
|
|
2817
|
+
}
|
|
2818
|
+
),
|
|
2819
|
+
/* @__PURE__ */ o(
|
|
2820
|
+
"path",
|
|
2821
|
+
{
|
|
2822
|
+
d: "M5 8.87524C4.65482 8.87524 4.375 9.15507 4.375 9.50024C4.375 9.84542 4.65482 10.1252 5 10.1252V8.87524ZM12.5 8.87524H5V10.1252H12.5V8.87524Z",
|
|
2823
|
+
fill: e
|
|
2824
|
+
}
|
|
2825
|
+
)
|
|
2826
|
+
]
|
|
2827
|
+
}
|
|
2828
|
+
), R5 = ({
|
|
2829
|
+
width: i = 20,
|
|
2830
|
+
height: l = 20,
|
|
2831
|
+
color: e = w.GREY_DARK_5,
|
|
2832
|
+
className: t,
|
|
2833
|
+
onClick: n
|
|
2834
|
+
}) => /* @__PURE__ */ a(
|
|
2835
|
+
"svg",
|
|
2836
|
+
{
|
|
2837
|
+
width: i,
|
|
2838
|
+
height: l,
|
|
2839
|
+
className: t,
|
|
2840
|
+
onClick: n,
|
|
2841
|
+
viewBox: "0 0 25 25",
|
|
2842
|
+
fill: "none",
|
|
2843
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2844
|
+
children: [
|
|
2845
|
+
/* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1_2043)", children: /* @__PURE__ */ o(
|
|
2846
|
+
"path",
|
|
2847
|
+
{
|
|
2848
|
+
d: "M5.96967 14.9697C5.67678 15.2626 5.67678 15.7373 5.96967 16.0302C6.26256 16.3231 6.73732 16.3231 7.03022 16.0302L12.4999 10.5605L17.9697 16.0302L18.0263 16.082C18.3209 16.3223 18.7556 16.3048 19.0302 16.0302C19.3048 15.7556 19.3223 15.3209 19.082 15.0263L19.0302 14.9697L13.0302 8.96967C12.7373 8.67678 12.2626 8.67678 11.9697 8.96967L5.96967 14.9697Z",
|
|
2849
|
+
fill: e
|
|
2850
|
+
}
|
|
2851
|
+
) }),
|
|
2852
|
+
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
2853
|
+
]
|
|
2854
|
+
}
|
|
2855
|
+
), M5 = ({
|
|
2856
|
+
width: i = 20,
|
|
2857
|
+
height: l = 20,
|
|
2858
|
+
color: e = w.GREY_DARK_5,
|
|
2859
|
+
className: t,
|
|
2860
|
+
onClick: n
|
|
2861
|
+
}) => /* @__PURE__ */ o(
|
|
2862
|
+
"svg",
|
|
2863
|
+
{
|
|
2864
|
+
width: i,
|
|
2865
|
+
height: l,
|
|
2866
|
+
className: t,
|
|
2867
|
+
onClick: n,
|
|
2868
|
+
viewBox: "0 0 25 25",
|
|
2869
|
+
fill: "none",
|
|
2870
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2871
|
+
children: /* @__PURE__ */ o(
|
|
2872
|
+
"path",
|
|
2873
|
+
{
|
|
2874
|
+
d: "M10.0303 5.96967C9.73744 5.67678 9.26268 5.67678 8.96978 5.96967C8.67689 6.26256 8.67689 6.73732 8.96978 7.03022L14.4395 12.4999L8.96978 17.9697L8.91803 18.0263C8.67772 18.3209 8.69518 18.7556 8.96978 19.0302C9.24439 19.3048 9.67911 19.3223 9.97369 19.082L10.0303 19.0302L16.0303 13.0302C16.3232 12.7373 16.3232 12.2626 16.0303 11.9697L10.0303 5.96967Z",
|
|
2875
|
+
fill: e
|
|
2876
|
+
}
|
|
2877
|
+
)
|
|
2878
|
+
}
|
|
2879
|
+
), H5 = ({
|
|
2750
2880
|
width: i = 20,
|
|
2751
2881
|
height: l = 20,
|
|
2752
|
-
color: e =
|
|
2882
|
+
color: e = w.GREY_DARK_5,
|
|
2753
2883
|
className: t,
|
|
2754
2884
|
onClick: n
|
|
2755
2885
|
}) => /* @__PURE__ */ a(
|
|
2756
2886
|
"svg",
|
|
2757
2887
|
{
|
|
2758
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2759
2888
|
width: i,
|
|
2760
2889
|
height: l,
|
|
2761
2890
|
className: t,
|
|
2762
2891
|
onClick: n,
|
|
2763
|
-
viewBox: "0 0
|
|
2892
|
+
viewBox: "0 0 25 25",
|
|
2764
2893
|
fill: "none",
|
|
2894
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2765
2895
|
children: [
|
|
2766
|
-
/* @__PURE__ */ o(
|
|
2767
|
-
"path",
|
|
2768
|
-
{
|
|
2769
|
-
fillRule: "evenodd",
|
|
2770
|
-
clipRule: "evenodd",
|
|
2771
|
-
d: "M8.50264 13.4974C8.80563 13.8004 9.29688 13.8004 9.59987 13.4974L13.0481 10.0491C13.3511 9.74609 13.3511 9.25485 13.0481 8.95185L9.59987 5.50358C9.29688 5.20058 8.80563 5.20058 8.50264 5.50358C8.19964 5.80657 8.19964 6.29782 8.50264 6.60081L11.4023 9.50047L8.50264 12.4001C8.19964 12.7031 8.19964 13.1944 8.50264 13.4974Z",
|
|
2772
|
-
fill: e
|
|
2773
|
-
}
|
|
2774
|
-
),
|
|
2775
|
-
/* @__PURE__ */ o(
|
|
2896
|
+
/* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1_2039)", children: /* @__PURE__ */ o(
|
|
2776
2897
|
"path",
|
|
2777
2898
|
{
|
|
2778
|
-
d: "M5 8.
|
|
2899
|
+
d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
|
|
2779
2900
|
fill: e
|
|
2780
2901
|
}
|
|
2781
|
-
)
|
|
2902
|
+
) }),
|
|
2903
|
+
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
2782
2904
|
]
|
|
2783
2905
|
}
|
|
2784
|
-
),
|
|
2906
|
+
), x5 = ({
|
|
2907
|
+
width: i = 20,
|
|
2908
|
+
height: l = 20,
|
|
2909
|
+
color: e = w.GREY_DARK_5,
|
|
2910
|
+
className: t,
|
|
2911
|
+
onClick: n
|
|
2912
|
+
}) => /* @__PURE__ */ o(
|
|
2913
|
+
"svg",
|
|
2914
|
+
{
|
|
2915
|
+
width: i,
|
|
2916
|
+
height: l,
|
|
2917
|
+
className: t,
|
|
2918
|
+
onClick: n,
|
|
2919
|
+
viewBox: "0 0 25 25",
|
|
2920
|
+
fill: "none",
|
|
2921
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2922
|
+
children: /* @__PURE__ */ o(
|
|
2923
|
+
"path",
|
|
2924
|
+
{
|
|
2925
|
+
d: "M14.9697 5.96967C15.2626 5.67678 15.7373 5.67678 16.0302 5.96967C16.3231 6.26256 16.3231 6.73732 16.0302 7.03022L10.5605 12.4999L16.0302 17.9697L16.082 18.0263C16.3223 18.3209 16.3048 18.7556 16.0302 19.0302C15.7556 19.3048 15.3209 19.3223 15.0263 19.082L14.9697 19.0302L8.96967 13.0302C8.67678 12.7373 8.67678 12.2626 8.96967 11.9697L14.9697 5.96967Z",
|
|
2926
|
+
fill: e
|
|
2927
|
+
}
|
|
2928
|
+
)
|
|
2929
|
+
}
|
|
2930
|
+
), Z5 = ({
|
|
2785
2931
|
width: i = 20,
|
|
2786
2932
|
height: l = 20,
|
|
2787
|
-
color: e =
|
|
2933
|
+
color: e = w.GREY_DARK_5,
|
|
2788
2934
|
className: t,
|
|
2789
2935
|
onClick: n
|
|
2790
2936
|
}) => /* @__PURE__ */ a(
|
|
@@ -2828,10 +2974,10 @@ const u5 = ({
|
|
|
2828
2974
|
)
|
|
2829
2975
|
]
|
|
2830
2976
|
}
|
|
2831
|
-
),
|
|
2977
|
+
), V5 = ({
|
|
2832
2978
|
width: i = 20,
|
|
2833
2979
|
height: l = 20,
|
|
2834
|
-
color: e =
|
|
2980
|
+
color: e = w.GREY_DARK_5,
|
|
2835
2981
|
className: t,
|
|
2836
2982
|
onClick: n
|
|
2837
2983
|
}) => /* @__PURE__ */ o(
|
|
@@ -2852,10 +2998,10 @@ const u5 = ({
|
|
|
2852
2998
|
}
|
|
2853
2999
|
)
|
|
2854
3000
|
}
|
|
2855
|
-
),
|
|
3001
|
+
), E5 = ({
|
|
2856
3002
|
width: i = 20,
|
|
2857
3003
|
height: l = 20,
|
|
2858
|
-
color: e =
|
|
3004
|
+
color: e = w.GREY_DARK_5,
|
|
2859
3005
|
className: t,
|
|
2860
3006
|
onClick: n
|
|
2861
3007
|
}) => /* @__PURE__ */ o(
|
|
@@ -2876,10 +3022,10 @@ const u5 = ({
|
|
|
2876
3022
|
}
|
|
2877
3023
|
)
|
|
2878
3024
|
}
|
|
2879
|
-
),
|
|
3025
|
+
), A5 = ({
|
|
2880
3026
|
width: i = 20,
|
|
2881
3027
|
height: l = 20,
|
|
2882
|
-
color: e =
|
|
3028
|
+
color: e = w.GREY_DARK_5,
|
|
2883
3029
|
className: t,
|
|
2884
3030
|
onClick: n
|
|
2885
3031
|
}) => /* @__PURE__ */ o(
|
|
@@ -2900,10 +3046,10 @@ const u5 = ({
|
|
|
2900
3046
|
}
|
|
2901
3047
|
)
|
|
2902
3048
|
}
|
|
2903
|
-
),
|
|
3049
|
+
), G5 = ({
|
|
2904
3050
|
width: i = 20,
|
|
2905
3051
|
height: l = 20,
|
|
2906
|
-
color: e =
|
|
3052
|
+
color: e = w.GREY_DARK_5,
|
|
2907
3053
|
className: t,
|
|
2908
3054
|
onClick: n
|
|
2909
3055
|
}) => /* @__PURE__ */ a(
|
|
@@ -2961,10 +3107,10 @@ const u5 = ({
|
|
|
2961
3107
|
)
|
|
2962
3108
|
]
|
|
2963
3109
|
}
|
|
2964
|
-
),
|
|
3110
|
+
), I5 = ({
|
|
2965
3111
|
width: i = 20,
|
|
2966
3112
|
height: l = 20,
|
|
2967
|
-
color: e =
|
|
3113
|
+
color: e = w.GREY_DARK_5,
|
|
2968
3114
|
className: t,
|
|
2969
3115
|
onClick: n
|
|
2970
3116
|
}) => /* @__PURE__ */ a(
|
|
@@ -3008,10 +3154,10 @@ const u5 = ({
|
|
|
3008
3154
|
)
|
|
3009
3155
|
]
|
|
3010
3156
|
}
|
|
3011
|
-
),
|
|
3157
|
+
), D5 = ({
|
|
3012
3158
|
width: i = 20,
|
|
3013
3159
|
height: l = 20,
|
|
3014
|
-
color: e =
|
|
3160
|
+
color: e = w.GREY_DARK_5,
|
|
3015
3161
|
className: t,
|
|
3016
3162
|
onClick: n
|
|
3017
3163
|
}) => /* @__PURE__ */ a(
|
|
@@ -3048,10 +3194,10 @@ const u5 = ({
|
|
|
3048
3194
|
)
|
|
3049
3195
|
]
|
|
3050
3196
|
}
|
|
3051
|
-
),
|
|
3197
|
+
), K5 = ({
|
|
3052
3198
|
width: i = 20,
|
|
3053
3199
|
height: l = 20,
|
|
3054
|
-
color: e =
|
|
3200
|
+
color: e = w.GREY_DARK_5,
|
|
3055
3201
|
className: t,
|
|
3056
3202
|
onClick: n
|
|
3057
3203
|
}) => /* @__PURE__ */ a(
|
|
@@ -3088,10 +3234,10 @@ const u5 = ({
|
|
|
3088
3234
|
)
|
|
3089
3235
|
]
|
|
3090
3236
|
}
|
|
3091
|
-
),
|
|
3237
|
+
), Y5 = ({
|
|
3092
3238
|
width: i = 20,
|
|
3093
3239
|
height: l = 20,
|
|
3094
|
-
color: e =
|
|
3240
|
+
color: e = w.GREY_DARK_5,
|
|
3095
3241
|
className: t,
|
|
3096
3242
|
onClick: n
|
|
3097
3243
|
}) => /* @__PURE__ */ a(
|
|
@@ -3135,10 +3281,10 @@ const u5 = ({
|
|
|
3135
3281
|
)
|
|
3136
3282
|
]
|
|
3137
3283
|
}
|
|
3138
|
-
),
|
|
3284
|
+
), B5 = ({
|
|
3139
3285
|
width: i = 20,
|
|
3140
3286
|
height: l = 20,
|
|
3141
|
-
color: e =
|
|
3287
|
+
color: e = w.GREY_DARK_5,
|
|
3142
3288
|
className: t,
|
|
3143
3289
|
onClick: n
|
|
3144
3290
|
}) => /* @__PURE__ */ a(
|
|
@@ -3182,10 +3328,10 @@ const u5 = ({
|
|
|
3182
3328
|
)
|
|
3183
3329
|
]
|
|
3184
3330
|
}
|
|
3185
|
-
),
|
|
3331
|
+
), T5 = ({
|
|
3186
3332
|
width: i = 20,
|
|
3187
3333
|
height: l = 20,
|
|
3188
|
-
color: e =
|
|
3334
|
+
color: e = w.GREY_DARK_5,
|
|
3189
3335
|
className: t,
|
|
3190
3336
|
onClick: n
|
|
3191
3337
|
}) => /* @__PURE__ */ a(
|
|
@@ -3229,10 +3375,10 @@ const u5 = ({
|
|
|
3229
3375
|
)
|
|
3230
3376
|
]
|
|
3231
3377
|
}
|
|
3232
|
-
),
|
|
3378
|
+
), y5 = ({
|
|
3233
3379
|
width: i = 20,
|
|
3234
3380
|
height: l = 20,
|
|
3235
|
-
color: e =
|
|
3381
|
+
color: e = w.GREY_DARK_5,
|
|
3236
3382
|
className: t,
|
|
3237
3383
|
onClick: n
|
|
3238
3384
|
}) => /* @__PURE__ */ a(
|
|
@@ -3269,10 +3415,10 @@ const u5 = ({
|
|
|
3269
3415
|
)
|
|
3270
3416
|
]
|
|
3271
3417
|
}
|
|
3272
|
-
),
|
|
3418
|
+
), b5 = ({
|
|
3273
3419
|
width: i = 20,
|
|
3274
3420
|
height: l = 20,
|
|
3275
|
-
color: e =
|
|
3421
|
+
color: e = w.GREY_DARK_5,
|
|
3276
3422
|
className: t,
|
|
3277
3423
|
onClick: n
|
|
3278
3424
|
}) => /* @__PURE__ */ a(
|
|
@@ -3302,10 +3448,10 @@ const u5 = ({
|
|
|
3302
3448
|
)
|
|
3303
3449
|
]
|
|
3304
3450
|
}
|
|
3305
|
-
),
|
|
3451
|
+
), O5 = ({
|
|
3306
3452
|
width: i = 20,
|
|
3307
3453
|
height: l = 20,
|
|
3308
|
-
color: e =
|
|
3454
|
+
color: e = w.GREY_DARK_5,
|
|
3309
3455
|
className: t,
|
|
3310
3456
|
onClick: n
|
|
3311
3457
|
}) => /* @__PURE__ */ a(
|
|
@@ -3335,10 +3481,10 @@ const u5 = ({
|
|
|
3335
3481
|
)
|
|
3336
3482
|
]
|
|
3337
3483
|
}
|
|
3338
|
-
),
|
|
3484
|
+
), W5 = ({
|
|
3339
3485
|
width: i = 20,
|
|
3340
3486
|
height: l = 20,
|
|
3341
|
-
color: e =
|
|
3487
|
+
color: e = w.GREY_DARK_5,
|
|
3342
3488
|
className: t,
|
|
3343
3489
|
onClick: n
|
|
3344
3490
|
}) => /* @__PURE__ */ a(
|
|
@@ -3368,10 +3514,10 @@ const u5 = ({
|
|
|
3368
3514
|
)
|
|
3369
3515
|
]
|
|
3370
3516
|
}
|
|
3371
|
-
),
|
|
3517
|
+
), j5 = ({
|
|
3372
3518
|
width: i = 20,
|
|
3373
3519
|
height: l = 20,
|
|
3374
|
-
color: e =
|
|
3520
|
+
color: e = w.GREY_DARK_5,
|
|
3375
3521
|
className: t,
|
|
3376
3522
|
onClick: n
|
|
3377
3523
|
}) => /* @__PURE__ */ a(
|
|
@@ -3401,10 +3547,10 @@ const u5 = ({
|
|
|
3401
3547
|
)
|
|
3402
3548
|
]
|
|
3403
3549
|
}
|
|
3404
|
-
),
|
|
3550
|
+
), S5 = ({
|
|
3405
3551
|
width: i = 20,
|
|
3406
3552
|
height: l = 20,
|
|
3407
|
-
color: e =
|
|
3553
|
+
color: e = w.GREY_DARK_5,
|
|
3408
3554
|
className: t,
|
|
3409
3555
|
onClick: n
|
|
3410
3556
|
}) => /* @__PURE__ */ a(
|
|
@@ -3441,10 +3587,10 @@ const u5 = ({
|
|
|
3441
3587
|
)
|
|
3442
3588
|
]
|
|
3443
3589
|
}
|
|
3444
|
-
),
|
|
3590
|
+
), U5 = ({
|
|
3445
3591
|
width: i = 20,
|
|
3446
3592
|
height: l = 20,
|
|
3447
|
-
color: e =
|
|
3593
|
+
color: e = w.GREY_DARK_5,
|
|
3448
3594
|
className: t,
|
|
3449
3595
|
onClick: n
|
|
3450
3596
|
}) => /* @__PURE__ */ a(
|
|
@@ -3474,10 +3620,10 @@ const u5 = ({
|
|
|
3474
3620
|
)
|
|
3475
3621
|
]
|
|
3476
3622
|
}
|
|
3477
|
-
),
|
|
3623
|
+
), F5 = ({
|
|
3478
3624
|
width: i = 20,
|
|
3479
3625
|
height: l = 20,
|
|
3480
|
-
color: e =
|
|
3626
|
+
color: e = w.GREY_DARK_5,
|
|
3481
3627
|
className: t,
|
|
3482
3628
|
onClick: n
|
|
3483
3629
|
}) => /* @__PURE__ */ a(
|
|
@@ -3507,7 +3653,7 @@ const u5 = ({
|
|
|
3507
3653
|
)
|
|
3508
3654
|
]
|
|
3509
3655
|
}
|
|
3510
|
-
),
|
|
3656
|
+
), P5 = ({
|
|
3511
3657
|
width: i = 20,
|
|
3512
3658
|
height: l = 20,
|
|
3513
3659
|
color: e = "#070739",
|
|
@@ -3537,7 +3683,7 @@ const u5 = ({
|
|
|
3537
3683
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
3538
3684
|
]
|
|
3539
3685
|
}
|
|
3540
|
-
),
|
|
3686
|
+
), $5 = ({
|
|
3541
3687
|
width: i = 20,
|
|
3542
3688
|
height: l = 20,
|
|
3543
3689
|
color: e = "#070739",
|
|
@@ -3575,7 +3721,7 @@ const u5 = ({
|
|
|
3575
3721
|
)
|
|
3576
3722
|
]
|
|
3577
3723
|
}
|
|
3578
|
-
),
|
|
3724
|
+
), z5 = ({
|
|
3579
3725
|
width: i = 9,
|
|
3580
3726
|
height: l = 5,
|
|
3581
3727
|
color: e = "#001E52",
|
|
@@ -3601,7 +3747,7 @@ const u5 = ({
|
|
|
3601
3747
|
}
|
|
3602
3748
|
)
|
|
3603
3749
|
}
|
|
3604
|
-
),
|
|
3750
|
+
), J5 = ({
|
|
3605
3751
|
width: i = 20,
|
|
3606
3752
|
height: l = 20,
|
|
3607
3753
|
color: e = "#F2F2F7",
|
|
@@ -3630,7 +3776,7 @@ const u5 = ({
|
|
|
3630
3776
|
)
|
|
3631
3777
|
]
|
|
3632
3778
|
}
|
|
3633
|
-
),
|
|
3779
|
+
), q5 = ({
|
|
3634
3780
|
width: i = 20,
|
|
3635
3781
|
height: l = 20,
|
|
3636
3782
|
color: e = "#004ED7",
|
|
@@ -3659,7 +3805,7 @@ const u5 = ({
|
|
|
3659
3805
|
)
|
|
3660
3806
|
]
|
|
3661
3807
|
}
|
|
3662
|
-
),
|
|
3808
|
+
), X5 = ({
|
|
3663
3809
|
width: i = 10,
|
|
3664
3810
|
height: l = 10,
|
|
3665
3811
|
color: e = "#001E52",
|
|
@@ -3688,7 +3834,7 @@ const u5 = ({
|
|
|
3688
3834
|
)
|
|
3689
3835
|
]
|
|
3690
3836
|
}
|
|
3691
|
-
),
|
|
3837
|
+
), Q5 = ({
|
|
3692
3838
|
width: i = 10,
|
|
3693
3839
|
height: l = 10,
|
|
3694
3840
|
color: e = "#001E52",
|
|
@@ -3725,9 +3871,9 @@ const u5 = ({
|
|
|
3725
3871
|
)
|
|
3726
3872
|
]
|
|
3727
3873
|
}
|
|
3728
|
-
),
|
|
3874
|
+
), e7 = ({
|
|
3729
3875
|
className: i,
|
|
3730
|
-
color: l =
|
|
3876
|
+
color: l = w.GREY_DARK_5,
|
|
3731
3877
|
height: e = 20,
|
|
3732
3878
|
width: t = 20,
|
|
3733
3879
|
onClick: n
|
|
@@ -3758,9 +3904,9 @@ const u5 = ({
|
|
|
3758
3904
|
)
|
|
3759
3905
|
]
|
|
3760
3906
|
}
|
|
3761
|
-
),
|
|
3907
|
+
), l7 = ({
|
|
3762
3908
|
className: i,
|
|
3763
|
-
color: l =
|
|
3909
|
+
color: l = w.GREY_DARK_5,
|
|
3764
3910
|
height: e = 20,
|
|
3765
3911
|
width: t = 20,
|
|
3766
3912
|
onClick: n
|
|
@@ -3785,9 +3931,9 @@ const u5 = ({
|
|
|
3785
3931
|
}
|
|
3786
3932
|
)
|
|
3787
3933
|
}
|
|
3788
|
-
),
|
|
3934
|
+
), i7 = ({
|
|
3789
3935
|
className: i,
|
|
3790
|
-
color: l =
|
|
3936
|
+
color: l = w.GREY_DARK_5,
|
|
3791
3937
|
height: e = 20,
|
|
3792
3938
|
width: t = 20,
|
|
3793
3939
|
onClick: n
|
|
@@ -3812,9 +3958,9 @@ const u5 = ({
|
|
|
3812
3958
|
}
|
|
3813
3959
|
)
|
|
3814
3960
|
}
|
|
3815
|
-
),
|
|
3961
|
+
), o7 = ({
|
|
3816
3962
|
className: i,
|
|
3817
|
-
color: l =
|
|
3963
|
+
color: l = w.GREY_DARK_5,
|
|
3818
3964
|
height: e = 5,
|
|
3819
3965
|
width: t = 10,
|
|
3820
3966
|
onClick: n
|
|
@@ -3836,9 +3982,9 @@ const u5 = ({
|
|
|
3836
3982
|
}
|
|
3837
3983
|
)
|
|
3838
3984
|
}
|
|
3839
|
-
),
|
|
3985
|
+
), t7 = ({
|
|
3840
3986
|
className: i,
|
|
3841
|
-
color: l =
|
|
3987
|
+
color: l = w.GREY_DARK_5,
|
|
3842
3988
|
height: e = 5,
|
|
3843
3989
|
width: t = 10,
|
|
3844
3990
|
onClick: n
|
|
@@ -3861,9 +4007,9 @@ const u5 = ({
|
|
|
3861
4007
|
}
|
|
3862
4008
|
)
|
|
3863
4009
|
}
|
|
3864
|
-
),
|
|
4010
|
+
), n7 = ({
|
|
3865
4011
|
className: i,
|
|
3866
|
-
color: l =
|
|
4012
|
+
color: l = w.GREY_DARK_5,
|
|
3867
4013
|
height: e = 20,
|
|
3868
4014
|
width: t = 20,
|
|
3869
4015
|
onClick: n
|
|
@@ -3894,9 +4040,9 @@ const u5 = ({
|
|
|
3894
4040
|
)
|
|
3895
4041
|
]
|
|
3896
4042
|
}
|
|
3897
|
-
),
|
|
4043
|
+
), r7 = ({
|
|
3898
4044
|
className: i,
|
|
3899
|
-
color: l =
|
|
4045
|
+
color: l = w.GREY_DARK_5,
|
|
3900
4046
|
height: e = 24,
|
|
3901
4047
|
width: t = 24,
|
|
3902
4048
|
onClick: n
|
|
@@ -3933,9 +4079,9 @@ const u5 = ({
|
|
|
3933
4079
|
)
|
|
3934
4080
|
]
|
|
3935
4081
|
}
|
|
3936
|
-
),
|
|
4082
|
+
), s7 = ({
|
|
3937
4083
|
className: i,
|
|
3938
|
-
color: l =
|
|
4084
|
+
color: l = w.GREY_DARK_5,
|
|
3939
4085
|
height: e = 24,
|
|
3940
4086
|
width: t = 24,
|
|
3941
4087
|
onClick: n
|
|
@@ -3960,9 +4106,9 @@ const u5 = ({
|
|
|
3960
4106
|
}
|
|
3961
4107
|
)
|
|
3962
4108
|
}
|
|
3963
|
-
),
|
|
4109
|
+
), h7 = ({
|
|
3964
4110
|
className: i,
|
|
3965
|
-
color: l =
|
|
4111
|
+
color: l = w.GREY_DARK_5,
|
|
3966
4112
|
height: e = 24,
|
|
3967
4113
|
width: t = 24,
|
|
3968
4114
|
onClick: n
|
|
@@ -4019,9 +4165,9 @@ const u5 = ({
|
|
|
4019
4165
|
)
|
|
4020
4166
|
]
|
|
4021
4167
|
}
|
|
4022
|
-
),
|
|
4168
|
+
), a7 = ({
|
|
4023
4169
|
className: i,
|
|
4024
|
-
color: l =
|
|
4170
|
+
color: l = w.GREY_DARK_5,
|
|
4025
4171
|
height: e = 24,
|
|
4026
4172
|
width: t = 24,
|
|
4027
4173
|
onClick: n
|
|
@@ -4056,9 +4202,9 @@ const u5 = ({
|
|
|
4056
4202
|
)
|
|
4057
4203
|
]
|
|
4058
4204
|
}
|
|
4059
|
-
),
|
|
4205
|
+
), c7 = ({
|
|
4060
4206
|
className: i,
|
|
4061
|
-
color: l =
|
|
4207
|
+
color: l = w.GREY_DARK_3,
|
|
4062
4208
|
height: e = 14,
|
|
4063
4209
|
width: t = 14,
|
|
4064
4210
|
onClick: n
|
|
@@ -4093,9 +4239,9 @@ const u5 = ({
|
|
|
4093
4239
|
)
|
|
4094
4240
|
]
|
|
4095
4241
|
}
|
|
4096
|
-
),
|
|
4242
|
+
), C7 = ({
|
|
4097
4243
|
className: i,
|
|
4098
|
-
color: l =
|
|
4244
|
+
color: l = w.GREY_DARK_5,
|
|
4099
4245
|
height: e = 18,
|
|
4100
4246
|
onClick: t,
|
|
4101
4247
|
width: n = 18
|
|
@@ -4120,9 +4266,9 @@ const u5 = ({
|
|
|
4120
4266
|
}
|
|
4121
4267
|
)
|
|
4122
4268
|
}
|
|
4123
|
-
),
|
|
4269
|
+
), d7 = ({
|
|
4124
4270
|
className: i,
|
|
4125
|
-
color: l =
|
|
4271
|
+
color: l = w.GREY_DARK_5,
|
|
4126
4272
|
height: e = 24,
|
|
4127
4273
|
width: t = 24,
|
|
4128
4274
|
onClick: n
|
|
@@ -4172,9 +4318,9 @@ const u5 = ({
|
|
|
4172
4318
|
)
|
|
4173
4319
|
]
|
|
4174
4320
|
}
|
|
4175
|
-
),
|
|
4321
|
+
), w7 = ({
|
|
4176
4322
|
className: i,
|
|
4177
|
-
color: l =
|
|
4323
|
+
color: l = w.GREY_DARK_5,
|
|
4178
4324
|
height: e = 24,
|
|
4179
4325
|
width: t = 24,
|
|
4180
4326
|
onClick: n
|
|
@@ -4209,9 +4355,9 @@ const u5 = ({
|
|
|
4209
4355
|
)
|
|
4210
4356
|
]
|
|
4211
4357
|
}
|
|
4212
|
-
),
|
|
4358
|
+
), g7 = ({
|
|
4213
4359
|
className: i,
|
|
4214
|
-
color: l =
|
|
4360
|
+
color: l = w.NOTIFICATION_WARNING_DARK,
|
|
4215
4361
|
height: e = 37,
|
|
4216
4362
|
width: t = 36,
|
|
4217
4363
|
onClick: n
|
|
@@ -4248,9 +4394,9 @@ const u5 = ({
|
|
|
4248
4394
|
)
|
|
4249
4395
|
]
|
|
4250
4396
|
}
|
|
4251
|
-
),
|
|
4397
|
+
), L7 = ({
|
|
4252
4398
|
className: i,
|
|
4253
|
-
color: l =
|
|
4399
|
+
color: l = w.GREY_DARK_5,
|
|
4254
4400
|
height: e = 24,
|
|
4255
4401
|
width: t = 24,
|
|
4256
4402
|
onClick: n
|
|
@@ -4274,9 +4420,9 @@ const u5 = ({
|
|
|
4274
4420
|
}
|
|
4275
4421
|
)
|
|
4276
4422
|
}
|
|
4277
|
-
),
|
|
4423
|
+
), k7 = ({
|
|
4278
4424
|
className: i,
|
|
4279
|
-
color: l =
|
|
4425
|
+
color: l = w.GREY_DARK_5,
|
|
4280
4426
|
height: e = 24,
|
|
4281
4427
|
width: t = 24,
|
|
4282
4428
|
onClick: n
|
|
@@ -4313,9 +4459,9 @@ const u5 = ({
|
|
|
4313
4459
|
)
|
|
4314
4460
|
]
|
|
4315
4461
|
}
|
|
4316
|
-
),
|
|
4462
|
+
), p7 = ({
|
|
4317
4463
|
className: i,
|
|
4318
|
-
color: l =
|
|
4464
|
+
color: l = w.GREY_DARK_5,
|
|
4319
4465
|
height: e = 20,
|
|
4320
4466
|
width: t = 20,
|
|
4321
4467
|
onClick: n
|
|
@@ -4346,9 +4492,9 @@ const u5 = ({
|
|
|
4346
4492
|
)
|
|
4347
4493
|
]
|
|
4348
4494
|
}
|
|
4349
|
-
),
|
|
4495
|
+
), m7 = ({
|
|
4350
4496
|
className: i,
|
|
4351
|
-
color: l =
|
|
4497
|
+
color: l = w.GREY_DARK_5,
|
|
4352
4498
|
height: e = 24,
|
|
4353
4499
|
width: t = 24,
|
|
4354
4500
|
onClick: n
|
|
@@ -4415,9 +4561,9 @@ const u5 = ({
|
|
|
4415
4561
|
)
|
|
4416
4562
|
]
|
|
4417
4563
|
}
|
|
4418
|
-
),
|
|
4564
|
+
), u7 = ({
|
|
4419
4565
|
className: i,
|
|
4420
|
-
color: l =
|
|
4566
|
+
color: l = w.GREY_DARK_5,
|
|
4421
4567
|
height: e = 24,
|
|
4422
4568
|
width: t = 24,
|
|
4423
4569
|
onClick: n
|
|
@@ -4472,9 +4618,9 @@ const u5 = ({
|
|
|
4472
4618
|
)
|
|
4473
4619
|
]
|
|
4474
4620
|
}
|
|
4475
|
-
),
|
|
4621
|
+
), v7 = ({
|
|
4476
4622
|
className: i,
|
|
4477
|
-
color: l =
|
|
4623
|
+
color: l = w.GREY_DARK_5,
|
|
4478
4624
|
height: e = 24,
|
|
4479
4625
|
width: t = 24,
|
|
4480
4626
|
onClick: n
|
|
@@ -4521,9 +4667,9 @@ const u5 = ({
|
|
|
4521
4667
|
)
|
|
4522
4668
|
]
|
|
4523
4669
|
}
|
|
4524
|
-
),
|
|
4670
|
+
), f7 = ({
|
|
4525
4671
|
className: i,
|
|
4526
|
-
color: l =
|
|
4672
|
+
color: l = w.GREY_DARK_5,
|
|
4527
4673
|
height: e = 24,
|
|
4528
4674
|
width: t = 24,
|
|
4529
4675
|
onClick: n
|
|
@@ -4548,9 +4694,9 @@ const u5 = ({
|
|
|
4548
4694
|
}
|
|
4549
4695
|
)
|
|
4550
4696
|
}
|
|
4551
|
-
),
|
|
4697
|
+
), N7 = ({
|
|
4552
4698
|
className: i,
|
|
4553
|
-
color: l =
|
|
4699
|
+
color: l = w.GREY_DARK_5,
|
|
4554
4700
|
height: e = 20,
|
|
4555
4701
|
width: t = 20,
|
|
4556
4702
|
onClick: n
|
|
@@ -4565,7 +4711,7 @@ const u5 = ({
|
|
|
4565
4711
|
fill: "none",
|
|
4566
4712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4567
4713
|
children: [
|
|
4568
|
-
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill:
|
|
4714
|
+
/* @__PURE__ */ o("rect", { width: "20", height: "20", rx: "4", fill: w.GREY_LIGHT_2 }),
|
|
4569
4715
|
/* @__PURE__ */ o(
|
|
4570
4716
|
"path",
|
|
4571
4717
|
{
|
|
@@ -4577,7 +4723,7 @@ const u5 = ({
|
|
|
4577
4723
|
)
|
|
4578
4724
|
]
|
|
4579
4725
|
}
|
|
4580
|
-
),
|
|
4726
|
+
), _7 = ({
|
|
4581
4727
|
className: i,
|
|
4582
4728
|
color: l = "#001E52",
|
|
4583
4729
|
height: e = 24,
|
|
@@ -4603,7 +4749,7 @@ const u5 = ({
|
|
|
4603
4749
|
}
|
|
4604
4750
|
)
|
|
4605
4751
|
}
|
|
4606
|
-
),
|
|
4752
|
+
), R7 = ({
|
|
4607
4753
|
className: i,
|
|
4608
4754
|
color: l = "#001E52",
|
|
4609
4755
|
height: e = 24,
|
|
@@ -4641,63 +4787,31 @@ const u5 = ({
|
|
|
4641
4787
|
)
|
|
4642
4788
|
] }) })
|
|
4643
4789
|
}
|
|
4644
|
-
),
|
|
4790
|
+
), M7 = ({
|
|
4645
4791
|
width: i = 20,
|
|
4646
4792
|
height: l = 20,
|
|
4647
|
-
color: e =
|
|
4793
|
+
color: e = w.GREY_DARK_5,
|
|
4648
4794
|
className: t,
|
|
4649
4795
|
onClick: n
|
|
4650
4796
|
}) => /* @__PURE__ */ o(
|
|
4651
4797
|
"svg",
|
|
4652
4798
|
{
|
|
4653
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4654
4799
|
width: i,
|
|
4655
4800
|
height: l,
|
|
4656
|
-
className: t,
|
|
4657
4801
|
onClick: n,
|
|
4658
|
-
|
|
4802
|
+
className: t,
|
|
4803
|
+
viewBox: "0 0 24 24",
|
|
4659
4804
|
fill: "none",
|
|
4805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4660
4806
|
children: /* @__PURE__ */ o(
|
|
4661
4807
|
"path",
|
|
4662
4808
|
{
|
|
4663
|
-
|
|
4664
|
-
clipRule: "evenodd",
|
|
4665
|
-
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
|
4666
|
-
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
|
4667
|
-
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
|
4668
|
-
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
|
4669
|
-
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
|
4670
|
-
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
|
4671
|
-
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
|
4672
|
-
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
|
4673
|
-
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
|
4674
|
-
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
|
4675
|
-
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
|
4676
|
-
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
|
4677
|
-
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
|
4678
|
-
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
|
4679
|
-
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
|
4680
|
-
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
|
4681
|
-
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
|
4682
|
-
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
|
4683
|
-
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
|
4684
|
-
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
|
4685
|
-
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
|
4686
|
-
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
|
4687
|
-
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
|
4688
|
-
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
|
4689
|
-
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
|
4690
|
-
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
|
4691
|
-
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
|
4692
|
-
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
|
4693
|
-
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
|
4694
|
-
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
|
4695
|
-
15 12.7083H10.8333Z`,
|
|
4809
|
+
d: "M6.06939 16.5692C6.3622 16.2765 6.83706 16.2767 7.12994 16.5692C7.4228 16.8621 7.42273 17.3369 7.12994 17.6298L5.12994 19.6298C4.98929 19.7704 4.79858 19.8495 4.59967 19.8495C4.45045 19.8495 4.30597 19.8052 4.18365 19.7235L4.06939 19.6298L3.26959 18.83L3.21783 18.7733C2.97763 18.4787 2.99503 18.044 3.26959 17.7694C3.54417 17.495 3.97896 17.4775 4.2735 17.7177L4.33014 17.7694L4.59967 18.0389L6.06939 16.5692ZM20.0001 17.7499L20.0762 17.7538C20.4546 17.7921 20.75 18.1115 20.7501 18.4999C20.7501 18.8883 20.4546 19.2077 20.0762 19.246L20.0001 19.2499H9.00006C8.58584 19.2499 8.25006 18.9141 8.25006 18.4999C8.25007 18.0857 8.58585 17.7499 9.00006 17.7499H20.0001ZM5.55475 13.0145C5.27614 13.3209 4.80164 13.3438 4.49518 13.0653C4.18868 12.7867 4.16675 12.3122 4.44537 12.0057L5.55475 13.0145ZM20.0001 11.7499L20.0762 11.7538C20.4546 11.7921 20.75 12.1115 20.7501 12.4999C20.7501 12.8883 20.4546 13.2077 20.0762 13.246L20.0001 13.2499H9.00006C8.58584 13.2499 8.25006 12.9141 8.25006 12.4999C8.25007 12.0857 8.58585 11.7499 9.00006 11.7499H20.0001ZM4.50982 11.9403C4.79264 11.6865 5.22745 11.6831 5.51471 11.9442C5.80181 12.2055 5.8394 12.6386 5.61334 12.9442L5.56451 13.0038L5.55475 13.0145L4.44537 12.0057L4.45514 11.994L4.50982 11.9403ZM5.55475 7.01453C5.27614 7.32089 4.80164 7.3438 4.49518 7.06532C4.18868 6.78668 4.16674 6.31224 4.44537 6.00575L5.55475 7.01453ZM20.0001 5.74989L20.0762 5.75379C20.4546 5.79206 20.75 6.11146 20.7501 6.49989C20.7501 6.88832 20.4546 7.20771 20.0762 7.24598L20.0001 7.24989H9.00006C8.58584 7.24989 8.25006 6.9141 8.25006 6.49989C8.25007 6.08568 8.58585 5.74989 9.00006 5.74989H20.0001ZM4.45514 5.99403C4.73381 5.68784 5.20832 5.66569 5.51471 5.94422C5.8209 6.22289 5.84305 6.69741 5.56451 7.00379L5.55475 7.01453L4.44537 6.00575L4.45514 5.99403Z",
|
|
4696
4810
|
fill: e
|
|
4697
4811
|
}
|
|
4698
4812
|
)
|
|
4699
4813
|
}
|
|
4700
|
-
),
|
|
4814
|
+
), H7 = ({
|
|
4701
4815
|
width: i = 24,
|
|
4702
4816
|
height: l = 24,
|
|
4703
4817
|
color: e = "#131314",
|
|
@@ -4730,10 +4844,10 @@ const u5 = ({
|
|
|
4730
4844
|
)
|
|
4731
4845
|
]
|
|
4732
4846
|
}
|
|
4733
|
-
),
|
|
4734
|
-
width: i =
|
|
4735
|
-
height: l =
|
|
4736
|
-
color: e =
|
|
4847
|
+
), x7 = ({
|
|
4848
|
+
width: i = 20,
|
|
4849
|
+
height: l = 20,
|
|
4850
|
+
color: e = w.GREY_DARK_5,
|
|
4737
4851
|
className: t,
|
|
4738
4852
|
onClick: n
|
|
4739
4853
|
}) => /* @__PURE__ */ a(
|
|
@@ -4741,38 +4855,32 @@ const u5 = ({
|
|
|
4741
4855
|
{
|
|
4742
4856
|
width: i,
|
|
4743
4857
|
height: l,
|
|
4858
|
+
className: t,
|
|
4859
|
+
onClick: n,
|
|
4744
4860
|
viewBox: "0 0 24 24",
|
|
4745
4861
|
fill: "none",
|
|
4746
4862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4747
|
-
className: t,
|
|
4748
|
-
onClick: n,
|
|
4749
4863
|
children: [
|
|
4750
4864
|
/* @__PURE__ */ o(
|
|
4751
4865
|
"path",
|
|
4752
4866
|
{
|
|
4753
|
-
d: "
|
|
4754
|
-
|
|
4755
|
-
strokeWidth: "1.5",
|
|
4756
|
-
strokeLinecap: "round",
|
|
4757
|
-
strokeLinejoin: "round"
|
|
4867
|
+
d: "M18.25 20.5V19.5C18.25 16.0482 15.4518 13.25 12 13.25C8.54822 13.25 5.75 16.0482 5.75 19.5V20.5C5.75 20.9142 5.41421 21.25 5 21.25C4.58579 21.25 4.25 20.9142 4.25 20.5V19.5C4.25 15.2198 7.71979 11.75 12 11.75C16.2802 11.75 19.75 15.2198 19.75 19.5V20.5C19.75 20.9142 19.4142 21.25 19 21.25C18.5858 21.25 18.25 20.9142 18.25 20.5Z",
|
|
4868
|
+
fill: e
|
|
4758
4869
|
}
|
|
4759
4870
|
),
|
|
4760
4871
|
/* @__PURE__ */ o(
|
|
4761
4872
|
"path",
|
|
4762
4873
|
{
|
|
4763
|
-
d: "
|
|
4764
|
-
|
|
4765
|
-
strokeWidth: "1.5",
|
|
4766
|
-
strokeLinecap: "round",
|
|
4767
|
-
strokeLinejoin: "round"
|
|
4874
|
+
d: "M15.25 8.5C15.25 6.70507 13.7949 5.25 12 5.25C10.2051 5.25 8.75 6.70507 8.75 8.5C8.75 10.2949 10.2051 11.75 12 11.75C13.7949 11.75 15.25 10.2949 15.25 8.5ZM16.75 8.5C16.75 11.1234 14.6234 13.25 12 13.25C9.37665 13.25 7.25 11.1234 7.25 8.5C7.25 5.87665 9.37665 3.75 12 3.75C14.6234 3.75 16.75 5.87665 16.75 8.5Z",
|
|
4875
|
+
fill: e
|
|
4768
4876
|
}
|
|
4769
4877
|
)
|
|
4770
4878
|
]
|
|
4771
4879
|
}
|
|
4772
|
-
),
|
|
4880
|
+
), Z7 = ({
|
|
4773
4881
|
width: i = 24,
|
|
4774
4882
|
height: l = 24,
|
|
4775
|
-
color: e =
|
|
4883
|
+
color: e = w.GREY_DARK_2,
|
|
4776
4884
|
className: t,
|
|
4777
4885
|
onClick: n
|
|
4778
4886
|
}) => /* @__PURE__ */ a(
|
|
@@ -4809,10 +4917,10 @@ const u5 = ({
|
|
|
4809
4917
|
)
|
|
4810
4918
|
]
|
|
4811
4919
|
}
|
|
4812
|
-
),
|
|
4920
|
+
), V7 = ({
|
|
4813
4921
|
width: i = 24,
|
|
4814
4922
|
height: l = 24,
|
|
4815
|
-
color: e =
|
|
4923
|
+
color: e = w.GREY_DARK_2,
|
|
4816
4924
|
className: t,
|
|
4817
4925
|
onClick: n
|
|
4818
4926
|
}) => /* @__PURE__ */ o(
|
|
@@ -4836,10 +4944,10 @@ const u5 = ({
|
|
|
4836
4944
|
}
|
|
4837
4945
|
)
|
|
4838
4946
|
}
|
|
4839
|
-
),
|
|
4947
|
+
), E7 = ({
|
|
4840
4948
|
width: i = 24,
|
|
4841
4949
|
height: l = 24,
|
|
4842
|
-
color: e =
|
|
4950
|
+
color: e = w.GREY_DARK_2,
|
|
4843
4951
|
className: t,
|
|
4844
4952
|
onClick: n
|
|
4845
4953
|
}) => /* @__PURE__ */ o(
|
|
@@ -4863,245 +4971,225 @@ const u5 = ({
|
|
|
4863
4971
|
}
|
|
4864
4972
|
)
|
|
4865
4973
|
}
|
|
4866
|
-
),
|
|
4867
|
-
width: i = 20,
|
|
4868
|
-
height: l = 20,
|
|
4869
|
-
color: e = "#001E52",
|
|
4870
|
-
className: t,
|
|
4871
|
-
onClick: n
|
|
4872
|
-
}) => /* @__PURE__ */ o(
|
|
4873
|
-
"svg",
|
|
4874
|
-
{
|
|
4875
|
-
width: i,
|
|
4876
|
-
height: l,
|
|
4877
|
-
viewBox: "0 0 20 20",
|
|
4878
|
-
fill: "none",
|
|
4879
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4880
|
-
className: t,
|
|
4881
|
-
onClick: n,
|
|
4882
|
-
children: /* @__PURE__ */ o(
|
|
4883
|
-
"path",
|
|
4884
|
-
{
|
|
4885
|
-
fillRule: "evenodd",
|
|
4886
|
-
clipRule: "evenodd",
|
|
4887
|
-
d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
|
|
4888
|
-
fill: e
|
|
4889
|
-
}
|
|
4890
|
-
)
|
|
4891
|
-
}
|
|
4892
|
-
), M7 = ({
|
|
4974
|
+
), A7 = ({
|
|
4893
4975
|
name: i,
|
|
4894
4976
|
width: l,
|
|
4895
4977
|
height: e,
|
|
4896
4978
|
color: t,
|
|
4897
4979
|
className: n,
|
|
4898
|
-
disabled:
|
|
4980
|
+
disabled: c = !1,
|
|
4899
4981
|
onClick: k
|
|
4900
4982
|
}) => {
|
|
4901
|
-
const [r,
|
|
4983
|
+
const [r, m] = R(n), { theme: C } = n1(V1), h = c ? C && C === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : t, s = c ? void 0 : k;
|
|
4902
4984
|
return G(() => {
|
|
4903
4985
|
if (n) {
|
|
4904
|
-
s && !
|
|
4986
|
+
s && !c && m(`${n} clickable`);
|
|
4905
4987
|
return;
|
|
4906
4988
|
}
|
|
4907
|
-
s && !
|
|
4908
|
-
}, [s, n,
|
|
4989
|
+
s && !c && m("clickable");
|
|
4990
|
+
}, [s, n, c]), /* @__PURE__ */ o(F, { children: (() => {
|
|
4909
4991
|
switch (i) {
|
|
4910
4992
|
case "nextIcon":
|
|
4911
|
-
return
|
|
4993
|
+
return l7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4912
4994
|
case "prevIcon":
|
|
4913
|
-
return
|
|
4995
|
+
return i7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4914
4996
|
case "arrowDown":
|
|
4915
|
-
return
|
|
4997
|
+
return f5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4916
4998
|
case "info":
|
|
4917
|
-
return
|
|
4999
|
+
return N5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4918
5000
|
case "arrowRight":
|
|
4919
|
-
return
|
|
5001
|
+
return _5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4920
5002
|
case "calendar":
|
|
4921
|
-
return
|
|
5003
|
+
return Z5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4922
5004
|
case "check":
|
|
4923
|
-
return
|
|
5005
|
+
return V5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4924
5006
|
case "cancel":
|
|
4925
|
-
return
|
|
5007
|
+
return E5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4926
5008
|
case "add":
|
|
4927
|
-
return
|
|
5009
|
+
return A5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4928
5010
|
case "list":
|
|
4929
|
-
return
|
|
5011
|
+
return G5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4930
5012
|
case "dragAndDrop":
|
|
4931
|
-
return
|
|
5013
|
+
return I5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4932
5014
|
case "filter":
|
|
4933
|
-
return
|
|
5015
|
+
return D5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4934
5016
|
case "attention":
|
|
4935
|
-
return
|
|
5017
|
+
return K5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4936
5018
|
case "users":
|
|
4937
|
-
return
|
|
5019
|
+
return Y5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4938
5020
|
case "mySkillsMatrix":
|
|
4939
|
-
return
|
|
5021
|
+
return B5({
|
|
4940
5022
|
width: l,
|
|
4941
5023
|
height: e,
|
|
4942
|
-
color:
|
|
5024
|
+
color: h,
|
|
4943
5025
|
className: r,
|
|
4944
5026
|
onClick: s
|
|
4945
5027
|
});
|
|
4946
5028
|
case "skills":
|
|
4947
|
-
return
|
|
5029
|
+
return T5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4948
5030
|
case "skillsMatrices":
|
|
4949
|
-
return
|
|
5031
|
+
return y5({
|
|
4950
5032
|
width: l,
|
|
4951
5033
|
height: e,
|
|
4952
|
-
color:
|
|
5034
|
+
color: h,
|
|
4953
5035
|
className: r,
|
|
4954
5036
|
onClick: s
|
|
4955
5037
|
});
|
|
4956
5038
|
case "history":
|
|
4957
|
-
return
|
|
5039
|
+
return b5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4958
5040
|
case "logOut":
|
|
4959
|
-
return
|
|
5041
|
+
return O5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4960
5042
|
case "settings":
|
|
4961
|
-
return
|
|
5043
|
+
return W5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4962
5044
|
case "trash":
|
|
4963
|
-
return
|
|
5045
|
+
return j5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4964
5046
|
case "settings2":
|
|
4965
|
-
return
|
|
5047
|
+
return S5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4966
5048
|
case "checkCircle":
|
|
4967
|
-
return
|
|
5049
|
+
return U5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4968
5050
|
case "cancelCircle":
|
|
4969
|
-
return
|
|
5051
|
+
return F5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4970
5052
|
case "visibilityIcon":
|
|
4971
|
-
return
|
|
5053
|
+
return P5({
|
|
4972
5054
|
width: l,
|
|
4973
5055
|
height: e,
|
|
4974
|
-
color:
|
|
5056
|
+
color: h,
|
|
4975
5057
|
className: r,
|
|
4976
5058
|
onClick: s
|
|
4977
5059
|
});
|
|
4978
5060
|
case "visibilityOffIcon":
|
|
4979
|
-
return
|
|
5061
|
+
return $5({
|
|
4980
5062
|
width: l,
|
|
4981
5063
|
height: e,
|
|
4982
|
-
color:
|
|
5064
|
+
color: h,
|
|
4983
5065
|
className: r,
|
|
4984
5066
|
onClick: s
|
|
4985
5067
|
});
|
|
4986
5068
|
case "selectArrowIcon":
|
|
4987
|
-
return
|
|
5069
|
+
return z5({
|
|
4988
5070
|
width: l,
|
|
4989
5071
|
height: e,
|
|
4990
|
-
color:
|
|
5072
|
+
color: h,
|
|
4991
5073
|
className: r,
|
|
4992
5074
|
onClick: s
|
|
4993
5075
|
});
|
|
4994
5076
|
case "expandArrowIcon":
|
|
4995
|
-
return
|
|
5077
|
+
return J5({
|
|
4996
5078
|
width: l,
|
|
4997
5079
|
height: e,
|
|
4998
|
-
color:
|
|
5080
|
+
color: h,
|
|
4999
5081
|
className: r,
|
|
5000
5082
|
onClick: s
|
|
5001
5083
|
});
|
|
5002
5084
|
case "expandActiveArrowIcon":
|
|
5003
|
-
return
|
|
5085
|
+
return q5({
|
|
5004
5086
|
width: l,
|
|
5005
5087
|
height: e,
|
|
5006
|
-
color:
|
|
5088
|
+
color: h,
|
|
5007
5089
|
className: r,
|
|
5008
5090
|
onClick: s
|
|
5009
5091
|
});
|
|
5010
5092
|
case "sortUp":
|
|
5011
|
-
return
|
|
5093
|
+
return X5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5012
5094
|
case "sortDown":
|
|
5013
|
-
return
|
|
5095
|
+
return Q5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5014
5096
|
case "search":
|
|
5015
|
-
return
|
|
5097
|
+
return e7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5016
5098
|
case "arrowUpFilled":
|
|
5017
|
-
return
|
|
5099
|
+
return t7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5018
5100
|
case "arrowDownFilled":
|
|
5019
|
-
return
|
|
5101
|
+
return o7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5102
|
+
case "arrow2Up":
|
|
5103
|
+
return R5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5104
|
+
case "arrow2Right":
|
|
5105
|
+
return M5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5106
|
+
case "arrow2Down":
|
|
5107
|
+
return H5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5108
|
+
case "arrow2Left":
|
|
5109
|
+
return x5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5020
5110
|
case "link":
|
|
5021
|
-
return
|
|
5111
|
+
return n7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5022
5112
|
case "telegram":
|
|
5023
|
-
return
|
|
5113
|
+
return s7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5024
5114
|
case "mail":
|
|
5025
|
-
return
|
|
5115
|
+
return a7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5026
5116
|
case "github":
|
|
5027
|
-
return
|
|
5117
|
+
return r7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5028
5118
|
case "linkedIn":
|
|
5029
|
-
return
|
|
5119
|
+
return h7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5030
5120
|
case "emptyStateIcon":
|
|
5031
|
-
return
|
|
5121
|
+
return c7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5032
5122
|
case "filtersIcon":
|
|
5033
|
-
return
|
|
5123
|
+
return C7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5034
5124
|
case "dotMenuIcon":
|
|
5035
|
-
return
|
|
5125
|
+
return d7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5036
5126
|
case "plusCircle":
|
|
5037
|
-
return
|
|
5127
|
+
return w7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5038
5128
|
case "warning":
|
|
5039
|
-
return
|
|
5129
|
+
return g7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5040
5130
|
case "back":
|
|
5041
|
-
return
|
|
5131
|
+
return L7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5042
5132
|
case "bell":
|
|
5043
|
-
return
|
|
5133
|
+
return k7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5044
5134
|
case "copy":
|
|
5045
|
-
return
|
|
5135
|
+
return p7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5046
5136
|
case "contract":
|
|
5047
|
-
return
|
|
5137
|
+
return m7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5048
5138
|
case "resourceManager":
|
|
5049
|
-
return
|
|
5139
|
+
return u7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5050
5140
|
case "image":
|
|
5051
|
-
return
|
|
5141
|
+
return v7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5052
5142
|
case "edit":
|
|
5053
|
-
return
|
|
5143
|
+
return f7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5054
5144
|
case "filledArrowRight":
|
|
5055
|
-
return
|
|
5145
|
+
return N7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5056
5146
|
case "burgerMenu":
|
|
5057
|
-
return
|
|
5147
|
+
return _7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5058
5148
|
case "refresh":
|
|
5059
|
-
return
|
|
5149
|
+
return R7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5060
5150
|
case "projects":
|
|
5061
|
-
return
|
|
5062
|
-
case "
|
|
5063
|
-
return
|
|
5151
|
+
return M7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5152
|
+
case "user":
|
|
5153
|
+
return x7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5064
5154
|
case "exit":
|
|
5065
|
-
return
|
|
5066
|
-
case "client":
|
|
5067
|
-
return v7({ width: l, height: e, color: C, className: r, onClick: s });
|
|
5155
|
+
return H7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5068
5156
|
case "openPointCircle":
|
|
5069
|
-
return
|
|
5157
|
+
return Z7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5070
5158
|
case "community":
|
|
5071
|
-
return
|
|
5159
|
+
return V7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5072
5160
|
case "docs":
|
|
5073
|
-
return
|
|
5161
|
+
return E7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5074
5162
|
default:
|
|
5075
5163
|
return /* @__PURE__ */ o(F, { children: "No Icon provided" });
|
|
5076
5164
|
}
|
|
5077
5165
|
})() });
|
|
5078
5166
|
};
|
|
5079
5167
|
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 || {});
|
|
5080
|
-
const
|
|
5168
|
+
const G7 = r1({
|
|
5081
5169
|
locale: "en",
|
|
5082
5170
|
theme: "light"
|
|
5083
5171
|
});
|
|
5084
|
-
|
|
5172
|
+
G7.Provider;
|
|
5085
5173
|
const E1 = ({
|
|
5086
5174
|
children: i,
|
|
5087
5175
|
width: l,
|
|
5088
5176
|
size: e = "small",
|
|
5089
5177
|
onClose: t,
|
|
5090
5178
|
closable: n = !0,
|
|
5091
|
-
disabled:
|
|
5179
|
+
disabled: c = !1
|
|
5092
5180
|
}) => {
|
|
5093
5181
|
const k = e === "small" ? 10 : 12.5, r = () => {
|
|
5094
|
-
|
|
5182
|
+
c || t == null || t();
|
|
5095
5183
|
};
|
|
5096
5184
|
return /* @__PURE__ */ o(
|
|
5097
5185
|
I1,
|
|
5098
5186
|
{
|
|
5099
|
-
className: `snmt-tag ${e} ${
|
|
5187
|
+
className: `snmt-tag ${e} ${c ? "disabled" : ""}`,
|
|
5100
5188
|
closeIcon: /* @__PURE__ */ o(
|
|
5101
|
-
|
|
5189
|
+
A7,
|
|
5102
5190
|
{
|
|
5103
5191
|
name: "cancelCircle",
|
|
5104
|
-
color:
|
|
5192
|
+
color: c ? t1.GREY_DARK_1 : t1.GREY_DARK_2,
|
|
5105
5193
|
width: k,
|
|
5106
5194
|
height: k,
|
|
5107
5195
|
onClick: r
|
|
@@ -5111,120 +5199,121 @@ const E1 = ({
|
|
|
5111
5199
|
style: { width: l ?? "fit-content" },
|
|
5112
5200
|
closable: n,
|
|
5113
5201
|
children: typeof i == "string" ? /* @__PURE__ */ o(
|
|
5114
|
-
|
|
5202
|
+
v5,
|
|
5115
5203
|
{
|
|
5116
5204
|
variant: e === "small" ? "body4" : "body2",
|
|
5117
|
-
color:
|
|
5205
|
+
color: c ? t1.GREY_DARK_2 : t1.GREY_DARK_5,
|
|
5118
5206
|
children: i
|
|
5119
5207
|
}
|
|
5120
5208
|
) : i
|
|
5121
5209
|
}
|
|
5122
5210
|
);
|
|
5123
|
-
}, { Title:
|
|
5211
|
+
}, { Title: I7, Text: D7 } = M1, K7 = {
|
|
5124
5212
|
h1: 1,
|
|
5125
5213
|
h2: 2,
|
|
5126
5214
|
h3: 3,
|
|
5127
5215
|
h4: 4
|
|
5128
|
-
},
|
|
5216
|
+
}, Y7 = g1(
|
|
5129
5217
|
({
|
|
5130
5218
|
align: i = "inherit",
|
|
5131
5219
|
variant: l = "body1",
|
|
5132
5220
|
color: e,
|
|
5133
5221
|
children: t,
|
|
5134
5222
|
onClick: n,
|
|
5135
|
-
collapsed:
|
|
5223
|
+
collapsed: c,
|
|
5136
5224
|
whiteSpace: k = "normal",
|
|
5137
5225
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5138
5226
|
trim: r = !1
|
|
5139
|
-
},
|
|
5140
|
-
const
|
|
5141
|
-
p1(
|
|
5142
|
-
const [
|
|
5227
|
+
}, m) => {
|
|
5228
|
+
const C = W(null);
|
|
5229
|
+
p1(m, () => C.current);
|
|
5230
|
+
const [h, s] = R(!1);
|
|
5143
5231
|
G(() => {
|
|
5144
5232
|
var E;
|
|
5145
5233
|
if (!r) return;
|
|
5146
|
-
const
|
|
5147
|
-
|
|
5234
|
+
const u = () => {
|
|
5235
|
+
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
5148
5236
|
};
|
|
5149
|
-
|
|
5150
|
-
const A = new ResizeObserver(
|
|
5151
|
-
return
|
|
5237
|
+
u();
|
|
5238
|
+
const A = new ResizeObserver(u);
|
|
5239
|
+
return C.current && A.observe(C.current), (E = C.current) != null && E.parentElement && A.observe(C.current.parentElement), () => {
|
|
5152
5240
|
A.disconnect();
|
|
5153
5241
|
};
|
|
5154
5242
|
}, [r]);
|
|
5155
5243
|
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
5156
5244
|
let N = `snmt-typography snmt-typography-${l}`;
|
|
5157
|
-
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`),
|
|
5158
|
-
const
|
|
5245
|
+
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`), c && (N += " collapsed");
|
|
5246
|
+
const V = {
|
|
5159
5247
|
className: N,
|
|
5160
5248
|
style: { color: e, whiteSpace: r ? "nowrap" : k, display: r ? "block" : "" },
|
|
5161
5249
|
onClick: n,
|
|
5162
|
-
ref:
|
|
5163
|
-
ellipsis: r &&
|
|
5250
|
+
ref: C,
|
|
5251
|
+
ellipsis: r && h ? {
|
|
5164
5252
|
tooltip: {
|
|
5165
5253
|
title: t,
|
|
5166
5254
|
overlayClassName: "snmt-tooltip"
|
|
5167
5255
|
}
|
|
5168
5256
|
} : void 0
|
|
5169
5257
|
};
|
|
5170
|
-
return f ? /* @__PURE__ */ o(
|
|
5258
|
+
return f ? /* @__PURE__ */ o(I7, { level: K7[l], ...V, children: t }) : /* @__PURE__ */ o(D7, { ...V, children: t });
|
|
5171
5259
|
}
|
|
5172
|
-
),
|
|
5260
|
+
), B7 = ({
|
|
5173
5261
|
children: i,
|
|
5174
5262
|
content: l,
|
|
5175
5263
|
isOpen: e,
|
|
5176
5264
|
setIsOpen: t,
|
|
5177
5265
|
placement: n = "topRight",
|
|
5178
|
-
noPadding:
|
|
5266
|
+
noPadding: c = !1,
|
|
5267
|
+
trigger: k = "click"
|
|
5179
5268
|
}) => {
|
|
5180
|
-
const [
|
|
5269
|
+
const [r, m] = R(!1);
|
|
5181
5270
|
return /* @__PURE__ */ o(
|
|
5182
5271
|
B1,
|
|
5183
5272
|
{
|
|
5184
5273
|
content: l,
|
|
5185
5274
|
arrow: !1,
|
|
5186
5275
|
placement: n,
|
|
5187
|
-
trigger:
|
|
5188
|
-
overlayClassName: `snmt-popover ${
|
|
5189
|
-
open: e ??
|
|
5190
|
-
onOpenChange: (
|
|
5191
|
-
|
|
5276
|
+
trigger: k,
|
|
5277
|
+
overlayClassName: `snmt-popover ${c ? "" : "padding"}`,
|
|
5278
|
+
open: e ?? r,
|
|
5279
|
+
onOpenChange: (C) => {
|
|
5280
|
+
m(C), t == null || t(C);
|
|
5192
5281
|
},
|
|
5193
5282
|
children: /* @__PURE__ */ o("div", { className: "wrapper", children: i })
|
|
5194
5283
|
}
|
|
5195
5284
|
);
|
|
5196
5285
|
};
|
|
5197
|
-
var
|
|
5286
|
+
var T7 = { exports: {} };
|
|
5198
5287
|
(function(i, l) {
|
|
5199
5288
|
(function(e, t) {
|
|
5200
5289
|
i.exports = t();
|
|
5201
|
-
})(
|
|
5290
|
+
})(O1, function() {
|
|
5202
5291
|
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(e) {
|
|
5203
5292
|
var t = ["th", "st", "nd", "rd"], n = e % 100;
|
|
5204
5293
|
return "[" + e + (t[(n - 20) % 10] || t[n] || t[0]) + "]";
|
|
5205
5294
|
} };
|
|
5206
5295
|
});
|
|
5207
|
-
})(
|
|
5208
|
-
const
|
|
5296
|
+
})(T7);
|
|
5297
|
+
const y7 = ({
|
|
5209
5298
|
values: i,
|
|
5210
5299
|
onTagClose: l,
|
|
5211
5300
|
maxWidth: e,
|
|
5212
5301
|
closable: t = !0,
|
|
5213
5302
|
disabled: n,
|
|
5214
|
-
options:
|
|
5303
|
+
options: c,
|
|
5215
5304
|
extraOptions: k
|
|
5216
5305
|
}) => {
|
|
5217
|
-
const { locale: r } = n1(
|
|
5306
|
+
const { locale: r } = n1(m1), { t: m } = t2("common", { lng: r }), [C, h] = R(!1);
|
|
5218
5307
|
if (G(() => {
|
|
5219
|
-
i.length ||
|
|
5308
|
+
i.length || h(!1);
|
|
5220
5309
|
}, [i]), !i.length)
|
|
5221
5310
|
return null;
|
|
5222
5311
|
const s = (f) => {
|
|
5223
|
-
var N,
|
|
5224
|
-
return ((N =
|
|
5312
|
+
var N, V;
|
|
5313
|
+
return ((N = c == null ? void 0 : c.find((u) => u.value === f)) == null ? void 0 : N.label) || ((V = k == null ? void 0 : k.find((u) => u.value === f)) == null ? void 0 : V.label) || f;
|
|
5225
5314
|
};
|
|
5226
5315
|
return /* @__PURE__ */ a(
|
|
5227
|
-
|
|
5316
|
+
B7,
|
|
5228
5317
|
{
|
|
5229
5318
|
content: (
|
|
5230
5319
|
// 90: paddings + margins + gaps and so on
|
|
@@ -5240,21 +5329,21 @@ const I7 = ({
|
|
|
5240
5329
|
)) }) })
|
|
5241
5330
|
),
|
|
5242
5331
|
placement: "bottomRight",
|
|
5243
|
-
isOpen:
|
|
5244
|
-
setIsOpen:
|
|
5332
|
+
isOpen: C,
|
|
5333
|
+
setIsOpen: h,
|
|
5245
5334
|
children: [
|
|
5246
5335
|
i.length,
|
|
5247
5336
|
" ",
|
|
5248
|
-
|
|
5337
|
+
m("more")
|
|
5249
5338
|
]
|
|
5250
5339
|
}
|
|
5251
5340
|
);
|
|
5252
|
-
},
|
|
5341
|
+
}, b7 = {
|
|
5253
5342
|
small: 20,
|
|
5254
5343
|
medium: 28,
|
|
5255
5344
|
large: 48
|
|
5256
5345
|
}, N1 = ({ size: i = "medium", color: l = "#004ed7" }) => {
|
|
5257
|
-
const e =
|
|
5346
|
+
const e = b7[i], t = `no-repeat linear-gradient(${l}
|
|
5258
5347
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${l} 0)`, n = {
|
|
5259
5348
|
width: e,
|
|
5260
5349
|
background: `${t} 0% 100%, ${t} 50% 100%, ${t} 100% 100%`,
|
|
@@ -5268,110 +5357,110 @@ const I7 = ({
|
|
|
5268
5357
|
placeholder: e,
|
|
5269
5358
|
mode: t,
|
|
5270
5359
|
search: n = !1,
|
|
5271
|
-
options:
|
|
5360
|
+
options: c,
|
|
5272
5361
|
width: k,
|
|
5273
5362
|
disabled: r = !1,
|
|
5274
|
-
required:
|
|
5275
|
-
clearable:
|
|
5276
|
-
scrollThresholdValue:
|
|
5363
|
+
required: m = !1,
|
|
5364
|
+
clearable: C = !1,
|
|
5365
|
+
scrollThresholdValue: h = 50,
|
|
5277
5366
|
onSearchChange: s,
|
|
5278
5367
|
onDropdownVisibleChange: f,
|
|
5279
5368
|
onScrollToEnd: N,
|
|
5280
|
-
onPopupScroll:
|
|
5369
|
+
onPopupScroll: V,
|
|
5281
5370
|
id: E,
|
|
5282
|
-
extraOptions:
|
|
5371
|
+
extraOptions: u,
|
|
5283
5372
|
dropdownRender: A,
|
|
5284
5373
|
optionRender: D,
|
|
5285
|
-
isLoading:
|
|
5374
|
+
isLoading: Y,
|
|
5286
5375
|
readOnly: p,
|
|
5287
5376
|
error: x
|
|
5288
5377
|
}, M) => {
|
|
5289
|
-
const [H, b] = R(!1), [j, B] = R(!1), [S, $] = R(!0), [
|
|
5378
|
+
const [H, b] = R(!1), [j, B] = R(!1), [S, $] = R(!0), [Z, T] = R(i), X = W(null);
|
|
5290
5379
|
G(() => {
|
|
5291
|
-
|
|
5380
|
+
T(i);
|
|
5292
5381
|
}, [i]);
|
|
5293
|
-
const s1 = (
|
|
5294
|
-
b(
|
|
5295
|
-
},
|
|
5382
|
+
const s1 = (g) => {
|
|
5383
|
+
b(g), f && f(g);
|
|
5384
|
+
}, h1 = (g, L) => {
|
|
5296
5385
|
var _;
|
|
5297
|
-
return !!((_ = L == null ? void 0 : L.label) != null && _.toString().toLowerCase().includes(
|
|
5298
|
-
},
|
|
5386
|
+
return !!((_ = L == null ? void 0 : L.label) != null && _.toString().toLowerCase().includes(g.toLowerCase()));
|
|
5387
|
+
}, Q = () => {
|
|
5299
5388
|
B(!0);
|
|
5300
5389
|
}, z = () => {
|
|
5301
5390
|
B(!1);
|
|
5302
|
-
},
|
|
5303
|
-
(
|
|
5304
|
-
if (
|
|
5305
|
-
const _ =
|
|
5391
|
+
}, O = K(
|
|
5392
|
+
(g) => {
|
|
5393
|
+
if (T(g), t) {
|
|
5394
|
+
const _ = g;
|
|
5306
5395
|
l == null || l(_);
|
|
5307
5396
|
return;
|
|
5308
5397
|
}
|
|
5309
|
-
const L =
|
|
5398
|
+
const L = g;
|
|
5310
5399
|
l == null || l(L);
|
|
5311
5400
|
},
|
|
5312
5401
|
[t, l]
|
|
5313
|
-
), a1 =
|
|
5402
|
+
), a1 = K(() => {
|
|
5314
5403
|
if (!(p || r)) {
|
|
5315
5404
|
if (t) {
|
|
5316
|
-
|
|
5405
|
+
O([]);
|
|
5317
5406
|
return;
|
|
5318
5407
|
}
|
|
5319
|
-
|
|
5408
|
+
O("");
|
|
5320
5409
|
}
|
|
5321
|
-
}, [r,
|
|
5322
|
-
(
|
|
5323
|
-
const L =
|
|
5324
|
-
|
|
5410
|
+
}, [r, O, t, p]), U = K(
|
|
5411
|
+
(g) => {
|
|
5412
|
+
const L = Z.filter((_) => _ !== g);
|
|
5413
|
+
O(L), T(L);
|
|
5325
5414
|
},
|
|
5326
|
-
[
|
|
5327
|
-
), e1 =
|
|
5328
|
-
(
|
|
5415
|
+
[O, Z]
|
|
5416
|
+
), e1 = K(
|
|
5417
|
+
(g) => (Z == null ? void 0 : Z.indexOf(g)) === 0 ? (
|
|
5329
5418
|
// if the search input is empty
|
|
5330
5419
|
// then display the placeholder, else do not display it
|
|
5331
5420
|
/* @__PURE__ */ o("span", { className: "custom-placeholder", children: S ? e : "" })
|
|
5332
5421
|
) : /* @__PURE__ */ o(F, {}),
|
|
5333
|
-
[S,
|
|
5334
|
-
),
|
|
5335
|
-
|
|
5336
|
-
},
|
|
5337
|
-
const { target: L } =
|
|
5338
|
-
L.scrollTop + L.offsetHeight >= L.scrollHeight -
|
|
5339
|
-
}, J =
|
|
5340
|
-
(
|
|
5422
|
+
[S, Z, e]
|
|
5423
|
+
), c1 = (g) => {
|
|
5424
|
+
g.preventDefault(), g.stopPropagation();
|
|
5425
|
+
}, C1 = async (g) => {
|
|
5426
|
+
const { target: L } = g;
|
|
5427
|
+
L.scrollTop + L.offsetHeight >= L.scrollHeight - h && (N == null || N(!0)), V && await V(g);
|
|
5428
|
+
}, J = K(
|
|
5429
|
+
(g) => {
|
|
5341
5430
|
var L, _;
|
|
5342
|
-
return ((L =
|
|
5343
|
-
(l1) => l1.value ===
|
|
5344
|
-
)) == null ? void 0 : _.label) ||
|
|
5431
|
+
return ((L = c.find((l1) => l1.value === g)) == null ? void 0 : L.label) || ((_ = u == null ? void 0 : u.find(
|
|
5432
|
+
(l1) => l1.value === g
|
|
5433
|
+
)) == null ? void 0 : _.label) || g;
|
|
5345
5434
|
},
|
|
5346
|
-
[
|
|
5347
|
-
), d1 =
|
|
5348
|
-
(
|
|
5435
|
+
[u, c]
|
|
5436
|
+
), d1 = K(
|
|
5437
|
+
(g) => {
|
|
5349
5438
|
var L;
|
|
5350
5439
|
return /* @__PURE__ */ o(
|
|
5351
|
-
|
|
5440
|
+
y7,
|
|
5352
5441
|
{
|
|
5353
|
-
values:
|
|
5442
|
+
values: g,
|
|
5354
5443
|
onTagClose: U,
|
|
5355
|
-
maxWidth: ((L =
|
|
5444
|
+
maxWidth: ((L = X.current) == null ? void 0 : L.clientWidth) || 0,
|
|
5356
5445
|
disabled: r,
|
|
5357
5446
|
closable: !p,
|
|
5358
|
-
options:
|
|
5359
|
-
extraOptions:
|
|
5447
|
+
options: c,
|
|
5448
|
+
extraOptions: u
|
|
5360
5449
|
}
|
|
5361
5450
|
);
|
|
5362
5451
|
},
|
|
5363
|
-
[r,
|
|
5364
|
-
), v =
|
|
5365
|
-
({ label:
|
|
5452
|
+
[r, u, U, c, p]
|
|
5453
|
+
), v = K(
|
|
5454
|
+
({ label: g, value: L, mode: _ }) => _ === "filter" ? e1(L) : /* @__PURE__ */ o("div", { onMouseDown: c1, className: "tag-wrapper", children: /* @__PURE__ */ o(E1, { onClose: () => U(L), disabled: r, children: typeof g == "object" ? g : J(L) }) }),
|
|
5366
5455
|
[r, J, U, e1]
|
|
5367
|
-
), I = Array.isArray(
|
|
5456
|
+
), I = Array.isArray(Z) && Z.length > 0 || !!Z && typeof Z == "string" && Z.trim() !== "";
|
|
5368
5457
|
return /* @__PURE__ */ a("div", { className: "snmt-select-container", children: [
|
|
5369
5458
|
/* @__PURE__ */ a(
|
|
5370
5459
|
"div",
|
|
5371
5460
|
{
|
|
5372
5461
|
className: `snmt-select-1-15-6 ${j ? "snmt-select-focused" : ""}
|
|
5373
5462
|
${t ? "" : "snmt-select-single"} ${p ? "snmt-select-read-only" : ""}`,
|
|
5374
|
-
ref:
|
|
5463
|
+
ref: X,
|
|
5375
5464
|
style: { width: k },
|
|
5376
5465
|
children: [
|
|
5377
5466
|
/* @__PURE__ */ o(
|
|
@@ -5382,30 +5471,30 @@ const I7 = ({
|
|
|
5382
5471
|
id: E,
|
|
5383
5472
|
ref: M,
|
|
5384
5473
|
showSearch: !!n,
|
|
5385
|
-
filterOption: n &&
|
|
5474
|
+
filterOption: n && h1,
|
|
5386
5475
|
onDropdownVisibleChange: s1,
|
|
5387
5476
|
disabled: r,
|
|
5388
|
-
value:
|
|
5389
|
-
labelRender: (
|
|
5390
|
-
const L = J(
|
|
5391
|
-
return r ? /* @__PURE__ */ o("span", { style: { color:
|
|
5477
|
+
value: Z || void 0,
|
|
5478
|
+
labelRender: (g) => {
|
|
5479
|
+
const L = J(g.value);
|
|
5480
|
+
return r ? /* @__PURE__ */ o("span", { style: { color: y.GREY_DARK_1 }, children: L }) : L;
|
|
5392
5481
|
},
|
|
5393
5482
|
mode: t === "filter" ? "multiple" : t,
|
|
5394
|
-
onChange:
|
|
5395
|
-
onFocus:
|
|
5483
|
+
onChange: O,
|
|
5484
|
+
onFocus: Q,
|
|
5396
5485
|
onBlur: z,
|
|
5397
|
-
onSearch: (
|
|
5398
|
-
$(!
|
|
5486
|
+
onSearch: (g) => {
|
|
5487
|
+
$(!g), s && s(g);
|
|
5399
5488
|
},
|
|
5400
5489
|
onSelect: () => $(!0),
|
|
5401
5490
|
onDeselect: () => $(!0),
|
|
5402
|
-
tagRender: (
|
|
5491
|
+
tagRender: (g) => v({ ...g, mode: t }),
|
|
5403
5492
|
maxTagCount: "responsive",
|
|
5404
5493
|
maxTagPlaceholder: d1,
|
|
5405
|
-
onPopupScroll:
|
|
5406
|
-
prefix:
|
|
5494
|
+
onPopupScroll: C1,
|
|
5495
|
+
prefix: Y && /* @__PURE__ */ o(N1, { size: "small" }),
|
|
5407
5496
|
suffixIcon: /* @__PURE__ */ o("div", { className: "wrapper-suffix-icon", children: t !== "filter" && /* @__PURE__ */ a(F, { children: [
|
|
5408
|
-
|
|
5497
|
+
Z && !!Z.length && (t || C) && /* @__PURE__ */ o(
|
|
5409
5498
|
"div",
|
|
5410
5499
|
{
|
|
5411
5500
|
onClick: a1,
|
|
@@ -5416,7 +5505,7 @@ const I7 = ({
|
|
|
5416
5505
|
i1,
|
|
5417
5506
|
{
|
|
5418
5507
|
name: "cancel",
|
|
5419
|
-
color: r ?
|
|
5508
|
+
color: r ? y.GREY_DARK_1 : y.GREY_DARK_2
|
|
5420
5509
|
}
|
|
5421
5510
|
)
|
|
5422
5511
|
}
|
|
@@ -5425,32 +5514,32 @@ const I7 = ({
|
|
|
5425
5514
|
i1,
|
|
5426
5515
|
{
|
|
5427
5516
|
name: "selectArrowIcon",
|
|
5428
|
-
color: r ?
|
|
5517
|
+
color: r ? y.GREY_DARK_1 : y.GREY_DARK_5,
|
|
5429
5518
|
className: H ? "select-arrow-rotated" : "select-arrow",
|
|
5430
5519
|
onClick: () => b(!H)
|
|
5431
5520
|
}
|
|
5432
5521
|
)
|
|
5433
5522
|
] }) }),
|
|
5434
|
-
removeIcon: /* @__PURE__ */ o(i1, { name: "cancelCircle", color:
|
|
5435
|
-
options:
|
|
5436
|
-
optionRender: (
|
|
5523
|
+
removeIcon: /* @__PURE__ */ o(i1, { name: "cancelCircle", color: y.GREY_DARK_1 }),
|
|
5524
|
+
options: c,
|
|
5525
|
+
optionRender: (g) => D ? D(g.data) : /* @__PURE__ */ a(o1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
5437
5526
|
/* @__PURE__ */ a(o1, { alignItems: "center", gap: 12, children: [
|
|
5438
5527
|
t && /* @__PURE__ */ o(
|
|
5439
5528
|
r2,
|
|
5440
5529
|
{
|
|
5441
|
-
checked: !!(
|
|
5530
|
+
checked: !!(Z != null && Z.includes(g.value))
|
|
5442
5531
|
}
|
|
5443
5532
|
),
|
|
5444
5533
|
/* @__PURE__ */ a(o1, { alignItems: "center", gap: 8, children: [
|
|
5445
|
-
|
|
5446
|
-
/* @__PURE__ */ o("span", { children:
|
|
5534
|
+
g.data.image && /* @__PURE__ */ o(n2, { src: g.data.image, size: 20 }),
|
|
5535
|
+
/* @__PURE__ */ o("span", { children: g.label })
|
|
5447
5536
|
] })
|
|
5448
5537
|
] }),
|
|
5449
|
-
!t &&
|
|
5538
|
+
!t && Z === g.value && /* @__PURE__ */ o(i1, { name: "check", color: y.BLUE_DARK_1 })
|
|
5450
5539
|
] }),
|
|
5451
|
-
dropdownRender: (
|
|
5452
|
-
/* @__PURE__ */ o("div", { className: "dropdown-menu", children: A ? A(
|
|
5453
|
-
|
|
5540
|
+
dropdownRender: (g) => /* @__PURE__ */ a("div", { className: "dropdown-container", children: [
|
|
5541
|
+
/* @__PURE__ */ o("div", { className: "dropdown-menu", children: A ? A(g) : g }),
|
|
5542
|
+
Y && /* @__PURE__ */ o("div", { className: "loading-overlay", children: /* @__PURE__ */ o(N1, {}) })
|
|
5454
5543
|
] })
|
|
5455
5544
|
}
|
|
5456
5545
|
),
|
|
@@ -5458,15 +5547,15 @@ const I7 = ({
|
|
|
5458
5547
|
/* @__PURE__ */ o(
|
|
5459
5548
|
"label",
|
|
5460
5549
|
{
|
|
5461
|
-
className: `${j || I ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${j ? "label-focused" : ""} ${
|
|
5462
|
-
children:
|
|
5550
|
+
className: `${j || I ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${j ? "label-focused" : ""} ${Y ? "label-loading" : ""} ${x ? "label-error" : ""}`,
|
|
5551
|
+
children: m ? `${e}*` : e
|
|
5463
5552
|
}
|
|
5464
5553
|
),
|
|
5465
5554
|
/* @__PURE__ */ o(
|
|
5466
5555
|
"fieldset",
|
|
5467
5556
|
{
|
|
5468
5557
|
className: `${j ? "fieldset-focused" : ""} ${r ? "fieldset-disabled" : ""} ${I ? "fieldset-filled" : ""} ${x ? "fieldset-error" : ""}`,
|
|
5469
|
-
children: /* @__PURE__ */ o("legend", { children: /* @__PURE__ */ o("span", { children:
|
|
5558
|
+
children: /* @__PURE__ */ o("legend", { children: /* @__PURE__ */ o("span", { children: m ? `${e}*` : e }) })
|
|
5470
5559
|
}
|
|
5471
5560
|
)
|
|
5472
5561
|
] })
|
|
@@ -5478,71 +5567,71 @@ const I7 = ({
|
|
|
5478
5567
|
i1,
|
|
5479
5568
|
{
|
|
5480
5569
|
name: "attention",
|
|
5481
|
-
color:
|
|
5570
|
+
color: y.NOTIFICATION_ERROR_DARK,
|
|
5482
5571
|
height: 16,
|
|
5483
5572
|
width: 16
|
|
5484
5573
|
}
|
|
5485
5574
|
),
|
|
5486
|
-
typeof x == "string" ? /* @__PURE__ */ o(
|
|
5575
|
+
typeof x == "string" ? /* @__PURE__ */ o(Y7, { color: y.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
|
|
5487
5576
|
] })
|
|
5488
5577
|
] });
|
|
5489
5578
|
}
|
|
5490
5579
|
);
|
|
5491
|
-
function
|
|
5492
|
-
const e =
|
|
5580
|
+
function O7(i, l = 500) {
|
|
5581
|
+
const e = W();
|
|
5493
5582
|
return G(() => () => {
|
|
5494
5583
|
e.current && clearTimeout(e.current);
|
|
5495
5584
|
}, []), (...n) => {
|
|
5496
|
-
const
|
|
5585
|
+
const c = setTimeout(() => {
|
|
5497
5586
|
i(...n);
|
|
5498
5587
|
}, l);
|
|
5499
|
-
clearTimeout(e.current), e.current =
|
|
5588
|
+
clearTimeout(e.current), e.current = c;
|
|
5500
5589
|
};
|
|
5501
5590
|
}
|
|
5502
5591
|
function R1(i) {
|
|
5503
|
-
const l =
|
|
5592
|
+
const l = W(i);
|
|
5504
5593
|
return G(() => {
|
|
5505
5594
|
l.current = i;
|
|
5506
5595
|
}, [i]), l.current;
|
|
5507
5596
|
}
|
|
5508
5597
|
const L1 = 100, q = {
|
|
5509
5598
|
offset: 0
|
|
5510
|
-
},
|
|
5599
|
+
}, F7 = g1(
|
|
5511
5600
|
({
|
|
5512
5601
|
loadOptions: i,
|
|
5513
5602
|
width: l,
|
|
5514
5603
|
onChange: e,
|
|
5515
5604
|
value: t,
|
|
5516
5605
|
id: n,
|
|
5517
|
-
disabled:
|
|
5606
|
+
disabled: c,
|
|
5518
5607
|
scrollThresholdValue: k,
|
|
5519
5608
|
placeholder: r,
|
|
5520
|
-
mode:
|
|
5521
|
-
loadOnClosedState:
|
|
5522
|
-
preloadOptions:
|
|
5609
|
+
mode: m,
|
|
5610
|
+
loadOnClosedState: C,
|
|
5611
|
+
preloadOptions: h,
|
|
5523
5612
|
extraOptions: s,
|
|
5524
5613
|
onDropdownVisibleChange: f,
|
|
5525
5614
|
optionRender: N,
|
|
5526
|
-
dropdownRender:
|
|
5615
|
+
dropdownRender: V,
|
|
5527
5616
|
readOnly: E,
|
|
5528
|
-
clearable:
|
|
5617
|
+
clearable: u = !1,
|
|
5529
5618
|
required: A = !1,
|
|
5530
5619
|
error: D
|
|
5531
|
-
},
|
|
5532
|
-
const [p, x] = R(), [M, H] = R(q), [b, j] = R(!1), [B, S] = R(), [$,
|
|
5620
|
+
}, Y) => {
|
|
5621
|
+
const [p, x] = R(), [M, H] = R(q), [b, j] = R(!1), [B, S] = R(), [$, Z] = R(!1), [T, X] = R(
|
|
5533
5622
|
s ?? []
|
|
5534
|
-
), s1 = R1(M.offset),
|
|
5623
|
+
), s1 = R1(M.offset), h1 = R1(B), [Q, z] = R(!1), O = W(!1), a1 = K(
|
|
5535
5624
|
async ({
|
|
5536
5625
|
limit: v = L1,
|
|
5537
5626
|
offset: I,
|
|
5538
|
-
search:
|
|
5627
|
+
search: g
|
|
5539
5628
|
}) => {
|
|
5540
5629
|
j(!0);
|
|
5541
5630
|
try {
|
|
5542
5631
|
const L = await i({
|
|
5543
5632
|
limit: v,
|
|
5544
5633
|
offset: I,
|
|
5545
|
-
search:
|
|
5634
|
+
search: g
|
|
5546
5635
|
});
|
|
5547
5636
|
x(
|
|
5548
5637
|
(_) => I === 0 ? L.options : [..._ ?? [], ...L.options]
|
|
@@ -5557,12 +5646,12 @@ const L1 = 100, q = {
|
|
|
5557
5646
|
}
|
|
5558
5647
|
},
|
|
5559
5648
|
[i]
|
|
5560
|
-
), U =
|
|
5649
|
+
), U = O7((v) => {
|
|
5561
5650
|
S(v), v || H(q);
|
|
5562
|
-
}), e1 =
|
|
5651
|
+
}), e1 = K(
|
|
5563
5652
|
(v) => U(v),
|
|
5564
5653
|
[U]
|
|
5565
|
-
),
|
|
5654
|
+
), c1 = K(
|
|
5566
5655
|
async (v) => {
|
|
5567
5656
|
b || v && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && H((I) => ({
|
|
5568
5657
|
...I,
|
|
@@ -5570,36 +5659,36 @@ const L1 = 100, q = {
|
|
|
5570
5659
|
}));
|
|
5571
5660
|
},
|
|
5572
5661
|
[b, p == null ? void 0 : p.length, M.count]
|
|
5573
|
-
),
|
|
5662
|
+
), C1 = K(
|
|
5574
5663
|
(v) => {
|
|
5575
|
-
|
|
5664
|
+
Z(v), !v && B && (S(void 0), H(q), z(!0)), f == null || f(v);
|
|
5576
5665
|
},
|
|
5577
5666
|
[f, B]
|
|
5578
5667
|
);
|
|
5579
5668
|
G(() => {
|
|
5580
|
-
if (!
|
|
5581
|
-
(
|
|
5582
|
-
}, [
|
|
5583
|
-
(
|
|
5669
|
+
if (!O.current || b) return;
|
|
5670
|
+
(Q || $ && (s1 !== M.offset || h1 !== B || !p)) && (a1({ offset: M.offset, limit: L1, search: B }), Q && z(!1));
|
|
5671
|
+
}, [Q, $, M.offset, B, s1, h1, p, b]), G(() => {
|
|
5672
|
+
(C || h) && a1(q), O.current = !0;
|
|
5584
5673
|
}, []), G(() => {
|
|
5585
|
-
s &&
|
|
5674
|
+
s && X((v) => {
|
|
5586
5675
|
const I = s.filter(
|
|
5587
|
-
(
|
|
5676
|
+
(g) => !v.some((L) => L.value === g.value)
|
|
5588
5677
|
);
|
|
5589
5678
|
return [...v, ...I];
|
|
5590
5679
|
});
|
|
5591
5680
|
}, [s]);
|
|
5592
|
-
const J =
|
|
5681
|
+
const J = K(
|
|
5593
5682
|
(v) => {
|
|
5594
5683
|
e && e(v);
|
|
5595
5684
|
let I = [];
|
|
5596
|
-
if (
|
|
5597
|
-
const
|
|
5598
|
-
(L) => !(
|
|
5685
|
+
if (m ? I = Array.isArray(v) ? v : [] : I = v ? [v] : [], B) {
|
|
5686
|
+
const g = I.filter(
|
|
5687
|
+
(L) => !(T != null && T.some((_) => _.value === L))
|
|
5599
5688
|
);
|
|
5600
|
-
|
|
5689
|
+
g.length > 0 && X((L = []) => [
|
|
5601
5690
|
...L,
|
|
5602
|
-
...
|
|
5691
|
+
...g.map((_) => {
|
|
5603
5692
|
const w1 = p == null ? void 0 : p.find((l1) => l1.value === _);
|
|
5604
5693
|
return {
|
|
5605
5694
|
value: _,
|
|
@@ -5609,28 +5698,28 @@ const L1 = 100, q = {
|
|
|
5609
5698
|
]), S(void 0), H(q), z(!0);
|
|
5610
5699
|
}
|
|
5611
5700
|
},
|
|
5612
|
-
[e, B,
|
|
5701
|
+
[e, B, m, p, T]
|
|
5613
5702
|
), d1 = A1(
|
|
5614
5703
|
() => ({
|
|
5615
5704
|
id: n,
|
|
5616
5705
|
width: l,
|
|
5617
5706
|
options: p || [],
|
|
5618
5707
|
onChange: J,
|
|
5619
|
-
ref:
|
|
5708
|
+
ref: Y,
|
|
5620
5709
|
placeholder: r,
|
|
5621
5710
|
search: !0,
|
|
5622
5711
|
value: t,
|
|
5623
5712
|
onSearchChange: e1,
|
|
5624
|
-
onDropdownVisibleChange:
|
|
5713
|
+
onDropdownVisibleChange: C1,
|
|
5625
5714
|
scrollThresholdValue: k,
|
|
5626
|
-
onScrollToEnd:
|
|
5627
|
-
disabled:
|
|
5628
|
-
extraOptions:
|
|
5715
|
+
onScrollToEnd: c1,
|
|
5716
|
+
disabled: c,
|
|
5717
|
+
extraOptions: T,
|
|
5629
5718
|
isLoading: b,
|
|
5630
5719
|
optionRender: N,
|
|
5631
|
-
dropdownRender:
|
|
5720
|
+
dropdownRender: V,
|
|
5632
5721
|
readOnly: E,
|
|
5633
|
-
clearable:
|
|
5722
|
+
clearable: u,
|
|
5634
5723
|
required: A,
|
|
5635
5724
|
error: D
|
|
5636
5725
|
}),
|
|
@@ -5639,31 +5728,31 @@ const L1 = 100, q = {
|
|
|
5639
5728
|
l,
|
|
5640
5729
|
p,
|
|
5641
5730
|
J,
|
|
5642
|
-
|
|
5731
|
+
Y,
|
|
5643
5732
|
r,
|
|
5644
5733
|
t,
|
|
5645
5734
|
e1,
|
|
5646
|
-
|
|
5735
|
+
C1,
|
|
5647
5736
|
k,
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5737
|
+
c1,
|
|
5738
|
+
c,
|
|
5739
|
+
T,
|
|
5651
5740
|
b,
|
|
5652
5741
|
N,
|
|
5653
|
-
|
|
5742
|
+
V,
|
|
5654
5743
|
E,
|
|
5655
|
-
|
|
5744
|
+
u,
|
|
5656
5745
|
A,
|
|
5657
5746
|
D
|
|
5658
5747
|
]
|
|
5659
5748
|
);
|
|
5660
|
-
return p1(
|
|
5749
|
+
return p1(Y, () => ({
|
|
5661
5750
|
refetchOptions: async () => {
|
|
5662
5751
|
H(q), S(void 0), z(!0);
|
|
5663
5752
|
}
|
|
5664
|
-
})),
|
|
5753
|
+
})), m ? /* @__PURE__ */ o(_1, { ...d1, value: t, mode: m }) : /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(_1, { ...d1, value: t }) });
|
|
5665
5754
|
}
|
|
5666
5755
|
);
|
|
5667
5756
|
export {
|
|
5668
|
-
|
|
5757
|
+
F7 as AsyncSelect
|
|
5669
5758
|
};
|