@snmt-react-ui/async-select 1.10.9 → 1.10.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/async-select.js +555 -499
- package/dist/index.css +1 -1
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
|
4
|
-
import { Select as G1, Tag as I1, Flex as D1, Checkbox as
|
|
5
|
-
var
|
|
3
|
+
import { forwardRef as n1, useState as R, useRef as W, useEffect as G, useCallback as y, useContext as r1, createContext as s1, useImperativeHandle as L1, useMemo as A1 } from "react";
|
|
4
|
+
import { Select as G1, Tag as I1, Flex as D1, Checkbox as y1, Avatar as Y1, Typography as m1, Popover as K1 } from "antd";
|
|
5
|
+
var B1 = Object.defineProperty, T1 = (i, l, e) => l in i ? B1(i, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[l] = e, b1 = (i, l, e) => T1(i, l + "", e), O1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
6
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++)
|
|
@@ -10,11 +10,11 @@ function W1() {
|
|
|
10
10
|
P(l[0]) && (l[0] = `react-i18next:: ${l[0]}`), console.warn(...l);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
const
|
|
14
|
-
function
|
|
13
|
+
const v1 = {};
|
|
14
|
+
function p1() {
|
|
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]) && v1[l[0]] || (P(l[0]) && (v1[l[0]] = /* @__PURE__ */ new Date()), W1(...l));
|
|
18
18
|
}
|
|
19
19
|
const H1 = (i, l) => () => {
|
|
20
20
|
if (i.isInitialized)
|
|
@@ -27,9 +27,9 @@ const H1 = (i, l) => () => {
|
|
|
27
27
|
};
|
|
28
28
|
i.on("initialized", e);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
30
|
+
}, f1 = (i, l, e) => {
|
|
31
31
|
i.loadNamespaces(l, H1(i, e));
|
|
32
|
-
},
|
|
32
|
+
}, N1 = (i, l, e, t) => {
|
|
33
33
|
P(e) && (e = [e]), e.forEach((n) => {
|
|
34
34
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
|
35
35
|
}), i.loadLanguages(l, H1(i, t));
|
|
@@ -37,14 +37,14 @@ const H1 = (i, l) => () => {
|
|
|
37
37
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
38
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
|
|
40
|
+
const L = (r, m) => {
|
|
41
41
|
const C = l.services.backendConnector.state[`${r}|${m}`];
|
|
42
42
|
return C === -1 || C === 2;
|
|
43
43
|
};
|
|
44
|
-
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !
|
|
44
|
+
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !L(l.isLanguageChangingTo, i) ? !1 : !!(l.hasResourceBundle(t, i) || !l.services.backendConnector.backend || l.options.resources && !l.options.partialBundledLanguages || L(t, i) && (!n || L(c, i)));
|
|
45
45
|
}, S1 = function(i, l) {
|
|
46
46
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
47
|
-
return !l.languages || !l.languages.length ? (
|
|
47
|
+
return !l.languages || !l.languages.length ? (p1("i18n.languages were undefined or empty", l.languages), !0) : l.options.ignoreJSONStructure !== void 0 ? l.hasLoadedNamespace(i, {
|
|
48
48
|
lng: e.lng,
|
|
49
49
|
precheck: (t, n) => {
|
|
50
50
|
if (e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && t.services.backendConnector.backend && t.isLanguageChangingTo && !n(t.isLanguageChangingTo, i)) return !1;
|
|
@@ -83,8 +83,8 @@ let J1 = {
|
|
|
83
83
|
unescape: z1
|
|
84
84
|
};
|
|
85
85
|
const q1 = () => J1;
|
|
86
|
-
let
|
|
87
|
-
const
|
|
86
|
+
let Q1;
|
|
87
|
+
const X1 = () => Q1, e2 = s1();
|
|
88
88
|
class l2 {
|
|
89
89
|
constructor() {
|
|
90
90
|
b1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
@@ -100,57 +100,57 @@ const i2 = (i, l) => {
|
|
|
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) => y(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
|
-
} =
|
|
110
|
+
} = r1(e2) || {}, c = e || t || X1();
|
|
111
111
|
if (c && !c.reportNamespaces && (c.reportNamespaces = new l2()), !c) {
|
|
112
|
-
|
|
113
|
-
const p = (
|
|
114
|
-
return
|
|
112
|
+
p1("You will need to pass in an i18next instance by using initReactI18next");
|
|
113
|
+
const p = (Z, V) => P(V) ? V : U1(V) && P(V.defaultValue) ? V.defaultValue : Array.isArray(Z) ? Z[Z.length - 1] : Z, E = [p, {}, !1];
|
|
114
|
+
return E.t = p, E.i18n = {}, E.ready = !1, E;
|
|
115
115
|
}
|
|
116
|
-
c.options.react && c.options.react.wait !== void 0 &&
|
|
117
|
-
const
|
|
116
|
+
c.options.react && c.options.react.wait !== void 0 && p1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
117
|
+
const L = {
|
|
118
118
|
...q1(),
|
|
119
119
|
...c.options.react,
|
|
120
120
|
...l
|
|
121
121
|
}, {
|
|
122
122
|
useSuspense: r,
|
|
123
123
|
keyPrefix: m
|
|
124
|
-
} =
|
|
124
|
+
} = L;
|
|
125
125
|
let C = i;
|
|
126
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,
|
|
127
|
+
const h = (c.isInitialized || c.initializedStoreOnce) && C.every((p) => S1(p, c, L)), s = o2(c, l.lng || null, L.nsMode === "fallback" ? C : C[0], m), f = () => s, v = () => x1(c, l.lng || null, L.nsMode === "fallback" ? C : C[0], m), [M, H] = R(f);
|
|
128
128
|
let u = C.join();
|
|
129
129
|
l.lng && (u = `${l.lng}${u}`);
|
|
130
|
-
const
|
|
130
|
+
const x = i2(u), D = W(!0);
|
|
131
131
|
G(() => {
|
|
132
132
|
const {
|
|
133
133
|
bindI18n: p,
|
|
134
|
-
bindI18nStore:
|
|
135
|
-
} =
|
|
136
|
-
D.current = !0, !h && !r && (l.lng ?
|
|
137
|
-
D.current &&
|
|
138
|
-
}) :
|
|
139
|
-
D.current &&
|
|
140
|
-
})), h &&
|
|
141
|
-
const
|
|
142
|
-
D.current &&
|
|
134
|
+
bindI18nStore: E
|
|
135
|
+
} = L;
|
|
136
|
+
D.current = !0, !h && !r && (l.lng ? N1(c, l.lng, C, () => {
|
|
137
|
+
D.current && H(v);
|
|
138
|
+
}) : f1(c, C, () => {
|
|
139
|
+
D.current && H(v);
|
|
140
|
+
})), h && x && x !== u && D.current && H(v);
|
|
141
|
+
const Z = () => {
|
|
142
|
+
D.current && H(v);
|
|
143
143
|
};
|
|
144
|
-
return p && c && c.on(p,
|
|
145
|
-
D.current = !1, p && c && p.split(" ").forEach((
|
|
144
|
+
return p && c && c.on(p, Z), E && c && c.store.on(E, Z), () => {
|
|
145
|
+
D.current = !1, p && c && p.split(" ").forEach((V) => c.off(V, Z)), E && c && E.split(" ").forEach((V) => c.store.off(V, Z));
|
|
146
146
|
};
|
|
147
147
|
}, [c, u]), G(() => {
|
|
148
|
-
D.current && h &&
|
|
148
|
+
D.current && h && H(f);
|
|
149
149
|
}, [c, m, h]);
|
|
150
|
-
const Y = [
|
|
151
|
-
if (Y.t =
|
|
150
|
+
const Y = [M, c, h];
|
|
151
|
+
if (Y.t = M, Y.i18n = c, Y.ready = h, h || !h && !r) return Y;
|
|
152
152
|
throw new Promise((p) => {
|
|
153
|
-
l.lng ?
|
|
153
|
+
l.lng ? N1(c, l.lng, C, () => p()) : f1(c, C, () => p());
|
|
154
154
|
});
|
|
155
155
|
}, o1 = ({
|
|
156
156
|
children: i,
|
|
@@ -159,7 +159,7 @@ const i2 = (i, l) => {
|
|
|
159
159
|
alignItems: t = "normal",
|
|
160
160
|
justifyContent: n = "normal",
|
|
161
161
|
flex: c,
|
|
162
|
-
gap:
|
|
162
|
+
gap: L,
|
|
163
163
|
padding: r
|
|
164
164
|
}) => /* @__PURE__ */ o(
|
|
165
165
|
D1,
|
|
@@ -170,7 +170,7 @@ const i2 = (i, l) => {
|
|
|
170
170
|
align: t,
|
|
171
171
|
justify: n,
|
|
172
172
|
flex: c,
|
|
173
|
-
gap:
|
|
173
|
+
gap: L,
|
|
174
174
|
style: { padding: r },
|
|
175
175
|
children: i
|
|
176
176
|
}
|
|
@@ -188,46 +188,102 @@ const i2 = (i, l) => {
|
|
|
188
188
|
}
|
|
189
189
|
);
|
|
190
190
|
};
|
|
191
|
-
var
|
|
192
|
-
const
|
|
191
|
+
var K = /* @__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))(K || {});
|
|
192
|
+
const u1 = s1({
|
|
193
193
|
locale: "en",
|
|
194
194
|
theme: "light"
|
|
195
195
|
});
|
|
196
|
-
|
|
197
|
-
const r2 =
|
|
196
|
+
u1.Provider;
|
|
197
|
+
const { Title: r2, Text: s2 } = m1, h2 = {
|
|
198
|
+
h1: 1,
|
|
199
|
+
h2: 2,
|
|
200
|
+
h3: 3,
|
|
201
|
+
h4: 4
|
|
202
|
+
}, a2 = n1(
|
|
203
|
+
({
|
|
204
|
+
align: i = "inherit",
|
|
205
|
+
variant: l = "body1",
|
|
206
|
+
color: e,
|
|
207
|
+
children: t,
|
|
208
|
+
onClick: n,
|
|
209
|
+
collapsed: c,
|
|
210
|
+
whiteSpace: L = "normal",
|
|
211
|
+
/** This prop allows you to enable tooltip if text size is too big */
|
|
212
|
+
trim: r = !1
|
|
213
|
+
}, m) => {
|
|
214
|
+
const C = W(null);
|
|
215
|
+
L1(m, () => C.current);
|
|
216
|
+
const [h, s] = R(!1);
|
|
217
|
+
G(() => {
|
|
218
|
+
var H;
|
|
219
|
+
if (!r) return;
|
|
220
|
+
const u = () => {
|
|
221
|
+
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
222
|
+
};
|
|
223
|
+
u();
|
|
224
|
+
const x = new ResizeObserver(u);
|
|
225
|
+
return C.current && x.observe(C.current), (H = C.current) != null && H.parentElement && x.observe(C.current.parentElement), () => {
|
|
226
|
+
x.disconnect();
|
|
227
|
+
};
|
|
228
|
+
}, [r]);
|
|
229
|
+
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
230
|
+
let v = `snmt-typography snmt-typography-${l}`;
|
|
231
|
+
i && i !== "inherit" && (v += ` snmt-typography-align-${i}`), c && (v += " collapsed");
|
|
232
|
+
const M = {
|
|
233
|
+
className: v,
|
|
234
|
+
style: { color: e, whiteSpace: r ? "nowrap" : L, display: r ? "block" : "" },
|
|
235
|
+
onClick: n,
|
|
236
|
+
ref: C,
|
|
237
|
+
ellipsis: r && h ? {
|
|
238
|
+
tooltip: {
|
|
239
|
+
title: t,
|
|
240
|
+
overlayClassName: "snmt-tooltip"
|
|
241
|
+
}
|
|
242
|
+
} : void 0
|
|
243
|
+
};
|
|
244
|
+
return f ? /* @__PURE__ */ o(r2, { level: h2[l], ...M, children: t }) : /* @__PURE__ */ o(s2, { ...M, children: t });
|
|
245
|
+
}
|
|
246
|
+
), c2 = ({
|
|
198
247
|
checked: i = !0,
|
|
199
248
|
indeterminate: l = !1,
|
|
200
|
-
|
|
249
|
+
label: e,
|
|
201
250
|
onChange: t,
|
|
202
251
|
disabled: n = !1,
|
|
203
252
|
disableUncheck: c = !1
|
|
204
253
|
}) => {
|
|
205
|
-
const [
|
|
254
|
+
const [L, r] = R(i), [m, C] = R(l);
|
|
206
255
|
G(() => {
|
|
207
256
|
r(i), C(l);
|
|
208
257
|
}, [i, l]);
|
|
209
|
-
const { theme: h } =
|
|
258
|
+
const { theme: h } = r1(u1);
|
|
210
259
|
return /* @__PURE__ */ o(
|
|
211
|
-
|
|
260
|
+
y1,
|
|
212
261
|
{
|
|
213
262
|
className: `snmt-checkbox snmt-checkbox-${h}`,
|
|
214
|
-
checked:
|
|
263
|
+
checked: L,
|
|
215
264
|
indeterminate: m,
|
|
216
265
|
onChange: (s) => {
|
|
217
|
-
c &&
|
|
266
|
+
c && L || (C(!1), r(s.target.checked), t && t(s));
|
|
218
267
|
},
|
|
219
268
|
disabled: n,
|
|
220
|
-
children: e
|
|
269
|
+
children: e && /* @__PURE__ */ o(
|
|
270
|
+
a2,
|
|
271
|
+
{
|
|
272
|
+
variant: "body2",
|
|
273
|
+
color: n ? K.GREY_DARK_2 : K.GREY_DARK_5,
|
|
274
|
+
children: e
|
|
275
|
+
}
|
|
276
|
+
)
|
|
221
277
|
}
|
|
222
278
|
);
|
|
223
279
|
};
|
|
224
280
|
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 =
|
|
281
|
+
const Z1 = s1({
|
|
226
282
|
locale: "en",
|
|
227
283
|
theme: "light"
|
|
228
284
|
});
|
|
229
285
|
Z1.Provider;
|
|
230
|
-
const
|
|
286
|
+
const C2 = ({
|
|
231
287
|
width: i = 20,
|
|
232
288
|
height: l = 20,
|
|
233
289
|
color: e = "#001E52",
|
|
@@ -254,7 +310,7 @@ const s2 = ({
|
|
|
254
310
|
}
|
|
255
311
|
)
|
|
256
312
|
}
|
|
257
|
-
),
|
|
313
|
+
), d2 = ({
|
|
258
314
|
width: i = 20,
|
|
259
315
|
height: l = 20,
|
|
260
316
|
color: e = d.GREY_DARK_5,
|
|
@@ -294,7 +350,7 @@ const s2 = ({
|
|
|
294
350
|
)
|
|
295
351
|
]
|
|
296
352
|
}
|
|
297
|
-
),
|
|
353
|
+
), w2 = ({
|
|
298
354
|
width: i = 20,
|
|
299
355
|
height: l = 20,
|
|
300
356
|
color: e = "#001E52",
|
|
@@ -329,7 +385,7 @@ const s2 = ({
|
|
|
329
385
|
)
|
|
330
386
|
]
|
|
331
387
|
}
|
|
332
|
-
),
|
|
388
|
+
), g2 = ({
|
|
333
389
|
width: i = 20,
|
|
334
390
|
height: l = 20,
|
|
335
391
|
color: e = d.GREY_DARK_5,
|
|
@@ -356,7 +412,7 @@ const s2 = ({
|
|
|
356
412
|
/* @__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
413
|
]
|
|
358
414
|
}
|
|
359
|
-
),
|
|
415
|
+
), L2 = ({
|
|
360
416
|
width: i = 20,
|
|
361
417
|
height: l = 20,
|
|
362
418
|
color: e = d.GREY_DARK_5,
|
|
@@ -380,7 +436,7 @@ const s2 = ({
|
|
|
380
436
|
}
|
|
381
437
|
)
|
|
382
438
|
}
|
|
383
|
-
),
|
|
439
|
+
), k2 = ({
|
|
384
440
|
width: i = 20,
|
|
385
441
|
height: l = 20,
|
|
386
442
|
color: e = d.GREY_DARK_5,
|
|
@@ -407,7 +463,7 @@ const s2 = ({
|
|
|
407
463
|
/* @__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
464
|
]
|
|
409
465
|
}
|
|
410
|
-
),
|
|
466
|
+
), p2 = ({
|
|
411
467
|
width: i = 20,
|
|
412
468
|
height: l = 20,
|
|
413
469
|
color: e = d.GREY_DARK_5,
|
|
@@ -431,7 +487,7 @@ const s2 = ({
|
|
|
431
487
|
}
|
|
432
488
|
)
|
|
433
489
|
}
|
|
434
|
-
),
|
|
490
|
+
), m2 = ({
|
|
435
491
|
width: i = 20,
|
|
436
492
|
height: l = 20,
|
|
437
493
|
color: e = d.GREY_DARK_5,
|
|
@@ -478,7 +534,7 @@ const s2 = ({
|
|
|
478
534
|
)
|
|
479
535
|
]
|
|
480
536
|
}
|
|
481
|
-
),
|
|
537
|
+
), u2 = ({
|
|
482
538
|
width: i = 20,
|
|
483
539
|
height: l = 20,
|
|
484
540
|
color: e = d.GREY_DARK_5,
|
|
@@ -502,7 +558,7 @@ const s2 = ({
|
|
|
502
558
|
}
|
|
503
559
|
)
|
|
504
560
|
}
|
|
505
|
-
),
|
|
561
|
+
), v2 = ({
|
|
506
562
|
width: i = 20,
|
|
507
563
|
height: l = 20,
|
|
508
564
|
color: e = d.GREY_DARK_5,
|
|
@@ -526,7 +582,7 @@ const s2 = ({
|
|
|
526
582
|
}
|
|
527
583
|
)
|
|
528
584
|
}
|
|
529
|
-
),
|
|
585
|
+
), f2 = ({
|
|
530
586
|
width: i = 20,
|
|
531
587
|
height: l = 20,
|
|
532
588
|
color: e = d.GREY_DARK_5,
|
|
@@ -550,7 +606,7 @@ const s2 = ({
|
|
|
550
606
|
}
|
|
551
607
|
)
|
|
552
608
|
}
|
|
553
|
-
),
|
|
609
|
+
), N2 = ({
|
|
554
610
|
width: i = 20,
|
|
555
611
|
height: l = 20,
|
|
556
612
|
color: e = d.GREY_DARK_5,
|
|
@@ -611,7 +667,7 @@ const s2 = ({
|
|
|
611
667
|
)
|
|
612
668
|
]
|
|
613
669
|
}
|
|
614
|
-
),
|
|
670
|
+
), _2 = ({
|
|
615
671
|
width: i = 20,
|
|
616
672
|
height: l = 20,
|
|
617
673
|
color: e = d.GREY_DARK_5,
|
|
@@ -658,7 +714,7 @@ const s2 = ({
|
|
|
658
714
|
)
|
|
659
715
|
]
|
|
660
716
|
}
|
|
661
|
-
),
|
|
717
|
+
), R2 = ({
|
|
662
718
|
width: i = 20,
|
|
663
719
|
height: l = 20,
|
|
664
720
|
color: e = d.GREY_DARK_5,
|
|
@@ -698,7 +754,7 @@ const s2 = ({
|
|
|
698
754
|
)
|
|
699
755
|
]
|
|
700
756
|
}
|
|
701
|
-
),
|
|
757
|
+
), M2 = ({
|
|
702
758
|
width: i = 20,
|
|
703
759
|
height: l = 20,
|
|
704
760
|
color: e = d.GREY_DARK_5,
|
|
@@ -738,7 +794,7 @@ const s2 = ({
|
|
|
738
794
|
)
|
|
739
795
|
]
|
|
740
796
|
}
|
|
741
|
-
),
|
|
797
|
+
), H2 = ({
|
|
742
798
|
width: i = 20,
|
|
743
799
|
height: l = 20,
|
|
744
800
|
color: e = d.GREY_DARK_5,
|
|
@@ -785,7 +841,7 @@ const s2 = ({
|
|
|
785
841
|
)
|
|
786
842
|
]
|
|
787
843
|
}
|
|
788
|
-
),
|
|
844
|
+
), x2 = ({
|
|
789
845
|
width: i = 20,
|
|
790
846
|
height: l = 20,
|
|
791
847
|
color: e = d.GREY_DARK_5,
|
|
@@ -832,7 +888,7 @@ const s2 = ({
|
|
|
832
888
|
)
|
|
833
889
|
]
|
|
834
890
|
}
|
|
835
|
-
),
|
|
891
|
+
), Z2 = ({
|
|
836
892
|
width: i = 20,
|
|
837
893
|
height: l = 20,
|
|
838
894
|
color: e = d.GREY_DARK_5,
|
|
@@ -879,7 +935,7 @@ const s2 = ({
|
|
|
879
935
|
)
|
|
880
936
|
]
|
|
881
937
|
}
|
|
882
|
-
),
|
|
938
|
+
), V2 = ({
|
|
883
939
|
width: i = 20,
|
|
884
940
|
height: l = 20,
|
|
885
941
|
color: e = d.GREY_DARK_5,
|
|
@@ -919,7 +975,7 @@ const s2 = ({
|
|
|
919
975
|
)
|
|
920
976
|
]
|
|
921
977
|
}
|
|
922
|
-
),
|
|
978
|
+
), E2 = ({
|
|
923
979
|
width: i = 20,
|
|
924
980
|
height: l = 20,
|
|
925
981
|
color: e = d.GREY_DARK_5,
|
|
@@ -952,7 +1008,7 @@ const s2 = ({
|
|
|
952
1008
|
)
|
|
953
1009
|
]
|
|
954
1010
|
}
|
|
955
|
-
),
|
|
1011
|
+
), A2 = ({
|
|
956
1012
|
width: i = 20,
|
|
957
1013
|
height: l = 20,
|
|
958
1014
|
color: e = d.GREY_DARK_5,
|
|
@@ -985,7 +1041,7 @@ const s2 = ({
|
|
|
985
1041
|
)
|
|
986
1042
|
]
|
|
987
1043
|
}
|
|
988
|
-
),
|
|
1044
|
+
), G2 = ({
|
|
989
1045
|
width: i = 20,
|
|
990
1046
|
height: l = 20,
|
|
991
1047
|
color: e = d.GREY_DARK_5,
|
|
@@ -1018,7 +1074,7 @@ const s2 = ({
|
|
|
1018
1074
|
)
|
|
1019
1075
|
]
|
|
1020
1076
|
}
|
|
1021
|
-
),
|
|
1077
|
+
), I2 = ({
|
|
1022
1078
|
width: i = 20,
|
|
1023
1079
|
height: l = 20,
|
|
1024
1080
|
color: e = d.GREY_DARK_5,
|
|
@@ -1051,7 +1107,7 @@ const s2 = ({
|
|
|
1051
1107
|
)
|
|
1052
1108
|
]
|
|
1053
1109
|
}
|
|
1054
|
-
),
|
|
1110
|
+
), D2 = ({
|
|
1055
1111
|
width: i = 20,
|
|
1056
1112
|
height: l = 20,
|
|
1057
1113
|
color: e = d.GREY_DARK_5,
|
|
@@ -1091,7 +1147,7 @@ const s2 = ({
|
|
|
1091
1147
|
)
|
|
1092
1148
|
]
|
|
1093
1149
|
}
|
|
1094
|
-
),
|
|
1150
|
+
), y2 = ({
|
|
1095
1151
|
width: i = 20,
|
|
1096
1152
|
height: l = 20,
|
|
1097
1153
|
color: e = d.GREY_DARK_5,
|
|
@@ -1124,7 +1180,7 @@ const s2 = ({
|
|
|
1124
1180
|
)
|
|
1125
1181
|
]
|
|
1126
1182
|
}
|
|
1127
|
-
),
|
|
1183
|
+
), Y2 = ({
|
|
1128
1184
|
width: i = 20,
|
|
1129
1185
|
height: l = 20,
|
|
1130
1186
|
color: e = d.GREY_DARK_5,
|
|
@@ -1157,7 +1213,7 @@ const s2 = ({
|
|
|
1157
1213
|
)
|
|
1158
1214
|
]
|
|
1159
1215
|
}
|
|
1160
|
-
),
|
|
1216
|
+
), K2 = ({
|
|
1161
1217
|
width: i = 20,
|
|
1162
1218
|
height: l = 20,
|
|
1163
1219
|
color: e = "#070739",
|
|
@@ -1187,7 +1243,7 @@ const s2 = ({
|
|
|
1187
1243
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
1188
1244
|
]
|
|
1189
1245
|
}
|
|
1190
|
-
),
|
|
1246
|
+
), B2 = ({
|
|
1191
1247
|
width: i = 20,
|
|
1192
1248
|
height: l = 20,
|
|
1193
1249
|
color: e = "#070739",
|
|
@@ -1225,7 +1281,7 @@ const s2 = ({
|
|
|
1225
1281
|
)
|
|
1226
1282
|
]
|
|
1227
1283
|
}
|
|
1228
|
-
),
|
|
1284
|
+
), T2 = ({
|
|
1229
1285
|
width: i = 9,
|
|
1230
1286
|
height: l = 5,
|
|
1231
1287
|
color: e = "#001E52",
|
|
@@ -1251,7 +1307,7 @@ const s2 = ({
|
|
|
1251
1307
|
}
|
|
1252
1308
|
)
|
|
1253
1309
|
}
|
|
1254
|
-
),
|
|
1310
|
+
), b2 = ({
|
|
1255
1311
|
width: i = 20,
|
|
1256
1312
|
height: l = 20,
|
|
1257
1313
|
color: e = "#F2F2F7",
|
|
@@ -1280,7 +1336,7 @@ const s2 = ({
|
|
|
1280
1336
|
)
|
|
1281
1337
|
]
|
|
1282
1338
|
}
|
|
1283
|
-
),
|
|
1339
|
+
), O2 = ({
|
|
1284
1340
|
width: i = 20,
|
|
1285
1341
|
height: l = 20,
|
|
1286
1342
|
color: e = "#004ED7",
|
|
@@ -1309,7 +1365,7 @@ const s2 = ({
|
|
|
1309
1365
|
)
|
|
1310
1366
|
]
|
|
1311
1367
|
}
|
|
1312
|
-
),
|
|
1368
|
+
), W2 = ({
|
|
1313
1369
|
width: i = 10,
|
|
1314
1370
|
height: l = 10,
|
|
1315
1371
|
color: e = "#001E52",
|
|
@@ -1338,7 +1394,7 @@ const s2 = ({
|
|
|
1338
1394
|
)
|
|
1339
1395
|
]
|
|
1340
1396
|
}
|
|
1341
|
-
),
|
|
1397
|
+
), j2 = ({
|
|
1342
1398
|
width: i = 10,
|
|
1343
1399
|
height: l = 10,
|
|
1344
1400
|
color: e = "#001E52",
|
|
@@ -1375,7 +1431,7 @@ const s2 = ({
|
|
|
1375
1431
|
)
|
|
1376
1432
|
]
|
|
1377
1433
|
}
|
|
1378
|
-
),
|
|
1434
|
+
), S2 = ({
|
|
1379
1435
|
className: i,
|
|
1380
1436
|
color: l = d.GREY_DARK_5,
|
|
1381
1437
|
height: e = 20,
|
|
@@ -1408,7 +1464,7 @@ const s2 = ({
|
|
|
1408
1464
|
)
|
|
1409
1465
|
]
|
|
1410
1466
|
}
|
|
1411
|
-
),
|
|
1467
|
+
), U2 = ({
|
|
1412
1468
|
className: i,
|
|
1413
1469
|
color: l = d.GREY_DARK_5,
|
|
1414
1470
|
height: e = 20,
|
|
@@ -1435,7 +1491,7 @@ const s2 = ({
|
|
|
1435
1491
|
}
|
|
1436
1492
|
)
|
|
1437
1493
|
}
|
|
1438
|
-
),
|
|
1494
|
+
), F2 = ({
|
|
1439
1495
|
className: i,
|
|
1440
1496
|
color: l = d.GREY_DARK_5,
|
|
1441
1497
|
height: e = 20,
|
|
@@ -1462,7 +1518,7 @@ const s2 = ({
|
|
|
1462
1518
|
}
|
|
1463
1519
|
)
|
|
1464
1520
|
}
|
|
1465
|
-
),
|
|
1521
|
+
), P2 = ({
|
|
1466
1522
|
className: i,
|
|
1467
1523
|
color: l = d.GREY_DARK_5,
|
|
1468
1524
|
height: e = 5,
|
|
@@ -1486,7 +1542,7 @@ const s2 = ({
|
|
|
1486
1542
|
}
|
|
1487
1543
|
)
|
|
1488
1544
|
}
|
|
1489
|
-
),
|
|
1545
|
+
), $2 = ({
|
|
1490
1546
|
className: i,
|
|
1491
1547
|
color: l = d.GREY_DARK_5,
|
|
1492
1548
|
height: e = 5,
|
|
@@ -1511,7 +1567,7 @@ const s2 = ({
|
|
|
1511
1567
|
}
|
|
1512
1568
|
)
|
|
1513
1569
|
}
|
|
1514
|
-
),
|
|
1570
|
+
), z2 = ({
|
|
1515
1571
|
className: i,
|
|
1516
1572
|
color: l = d.GREY_DARK_5,
|
|
1517
1573
|
height: e = 20,
|
|
@@ -1544,7 +1600,7 @@ const s2 = ({
|
|
|
1544
1600
|
)
|
|
1545
1601
|
]
|
|
1546
1602
|
}
|
|
1547
|
-
),
|
|
1603
|
+
), J2 = ({
|
|
1548
1604
|
className: i,
|
|
1549
1605
|
color: l = d.GREY_DARK_5,
|
|
1550
1606
|
height: e = 24,
|
|
@@ -1583,7 +1639,7 @@ const s2 = ({
|
|
|
1583
1639
|
)
|
|
1584
1640
|
]
|
|
1585
1641
|
}
|
|
1586
|
-
),
|
|
1642
|
+
), q2 = ({
|
|
1587
1643
|
className: i,
|
|
1588
1644
|
color: l = d.GREY_DARK_5,
|
|
1589
1645
|
height: e = 24,
|
|
@@ -1610,7 +1666,7 @@ const s2 = ({
|
|
|
1610
1666
|
}
|
|
1611
1667
|
)
|
|
1612
1668
|
}
|
|
1613
|
-
),
|
|
1669
|
+
), Q2 = ({
|
|
1614
1670
|
className: i,
|
|
1615
1671
|
color: l = d.GREY_DARK_5,
|
|
1616
1672
|
height: e = 24,
|
|
@@ -1669,7 +1725,7 @@ const s2 = ({
|
|
|
1669
1725
|
)
|
|
1670
1726
|
]
|
|
1671
1727
|
}
|
|
1672
|
-
),
|
|
1728
|
+
), X2 = ({
|
|
1673
1729
|
className: i,
|
|
1674
1730
|
color: l = d.GREY_DARK_5,
|
|
1675
1731
|
height: e = 24,
|
|
@@ -1706,7 +1762,7 @@ const s2 = ({
|
|
|
1706
1762
|
)
|
|
1707
1763
|
]
|
|
1708
1764
|
}
|
|
1709
|
-
),
|
|
1765
|
+
), e5 = ({
|
|
1710
1766
|
className: i,
|
|
1711
1767
|
color: l = d.GREY_DARK_3,
|
|
1712
1768
|
height: e = 14,
|
|
@@ -1743,7 +1799,7 @@ const s2 = ({
|
|
|
1743
1799
|
)
|
|
1744
1800
|
]
|
|
1745
1801
|
}
|
|
1746
|
-
),
|
|
1802
|
+
), l5 = ({
|
|
1747
1803
|
className: i,
|
|
1748
1804
|
color: l = d.GREY_DARK_5,
|
|
1749
1805
|
height: e = 18,
|
|
@@ -1770,7 +1826,7 @@ const s2 = ({
|
|
|
1770
1826
|
}
|
|
1771
1827
|
)
|
|
1772
1828
|
}
|
|
1773
|
-
),
|
|
1829
|
+
), i5 = ({
|
|
1774
1830
|
className: i,
|
|
1775
1831
|
color: l = d.GREY_DARK_5,
|
|
1776
1832
|
height: e = 24,
|
|
@@ -1822,7 +1878,7 @@ const s2 = ({
|
|
|
1822
1878
|
)
|
|
1823
1879
|
]
|
|
1824
1880
|
}
|
|
1825
|
-
),
|
|
1881
|
+
), o5 = ({
|
|
1826
1882
|
className: i,
|
|
1827
1883
|
color: l = d.GREY_DARK_5,
|
|
1828
1884
|
height: e = 24,
|
|
@@ -1859,7 +1915,7 @@ const s2 = ({
|
|
|
1859
1915
|
)
|
|
1860
1916
|
]
|
|
1861
1917
|
}
|
|
1862
|
-
),
|
|
1918
|
+
), t5 = ({
|
|
1863
1919
|
className: i,
|
|
1864
1920
|
color: l = d.NOTIFICATION_WARNING_DARK,
|
|
1865
1921
|
height: e = 37,
|
|
@@ -1898,7 +1954,7 @@ const s2 = ({
|
|
|
1898
1954
|
)
|
|
1899
1955
|
]
|
|
1900
1956
|
}
|
|
1901
|
-
),
|
|
1957
|
+
), n5 = ({
|
|
1902
1958
|
className: i,
|
|
1903
1959
|
color: l = d.GREY_DARK_5,
|
|
1904
1960
|
height: e = 24,
|
|
@@ -1924,7 +1980,7 @@ const s2 = ({
|
|
|
1924
1980
|
}
|
|
1925
1981
|
)
|
|
1926
1982
|
}
|
|
1927
|
-
),
|
|
1983
|
+
), r5 = ({
|
|
1928
1984
|
className: i,
|
|
1929
1985
|
color: l = d.GREY_DARK_5,
|
|
1930
1986
|
height: e = 24,
|
|
@@ -1963,7 +2019,7 @@ const s2 = ({
|
|
|
1963
2019
|
)
|
|
1964
2020
|
]
|
|
1965
2021
|
}
|
|
1966
|
-
),
|
|
2022
|
+
), s5 = ({
|
|
1967
2023
|
className: i,
|
|
1968
2024
|
color: l = d.GREY_DARK_5,
|
|
1969
2025
|
height: e = 20,
|
|
@@ -1996,7 +2052,7 @@ const s2 = ({
|
|
|
1996
2052
|
)
|
|
1997
2053
|
]
|
|
1998
2054
|
}
|
|
1999
|
-
),
|
|
2055
|
+
), h5 = ({
|
|
2000
2056
|
className: i,
|
|
2001
2057
|
color: l = d.GREY_DARK_5,
|
|
2002
2058
|
height: e = 24,
|
|
@@ -2065,7 +2121,7 @@ const s2 = ({
|
|
|
2065
2121
|
)
|
|
2066
2122
|
]
|
|
2067
2123
|
}
|
|
2068
|
-
),
|
|
2124
|
+
), a5 = ({
|
|
2069
2125
|
className: i,
|
|
2070
2126
|
color: l = d.GREY_DARK_5,
|
|
2071
2127
|
height: e = 24,
|
|
@@ -2122,7 +2178,7 @@ const s2 = ({
|
|
|
2122
2178
|
)
|
|
2123
2179
|
]
|
|
2124
2180
|
}
|
|
2125
|
-
),
|
|
2181
|
+
), c5 = ({
|
|
2126
2182
|
className: i,
|
|
2127
2183
|
color: l = d.GREY_DARK_5,
|
|
2128
2184
|
height: e = 24,
|
|
@@ -2171,7 +2227,7 @@ const s2 = ({
|
|
|
2171
2227
|
)
|
|
2172
2228
|
]
|
|
2173
2229
|
}
|
|
2174
|
-
),
|
|
2230
|
+
), C5 = ({
|
|
2175
2231
|
className: i,
|
|
2176
2232
|
color: l = d.GREY_DARK_5,
|
|
2177
2233
|
height: e = 24,
|
|
@@ -2198,7 +2254,7 @@ const s2 = ({
|
|
|
2198
2254
|
}
|
|
2199
2255
|
)
|
|
2200
2256
|
}
|
|
2201
|
-
),
|
|
2257
|
+
), d5 = ({
|
|
2202
2258
|
className: i,
|
|
2203
2259
|
color: l = d.GREY_DARK_5,
|
|
2204
2260
|
height: e = 20,
|
|
@@ -2227,7 +2283,7 @@ const s2 = ({
|
|
|
2227
2283
|
)
|
|
2228
2284
|
]
|
|
2229
2285
|
}
|
|
2230
|
-
),
|
|
2286
|
+
), w5 = ({
|
|
2231
2287
|
className: i,
|
|
2232
2288
|
color: l = "#001E52",
|
|
2233
2289
|
height: e = 24,
|
|
@@ -2253,7 +2309,7 @@ const s2 = ({
|
|
|
2253
2309
|
}
|
|
2254
2310
|
)
|
|
2255
2311
|
}
|
|
2256
|
-
),
|
|
2312
|
+
), g5 = ({
|
|
2257
2313
|
className: i,
|
|
2258
2314
|
color: l = "#001E52",
|
|
2259
2315
|
height: e = 24,
|
|
@@ -2291,7 +2347,7 @@ const s2 = ({
|
|
|
2291
2347
|
)
|
|
2292
2348
|
] }) })
|
|
2293
2349
|
}
|
|
2294
|
-
),
|
|
2350
|
+
), L5 = ({
|
|
2295
2351
|
width: i = 20,
|
|
2296
2352
|
height: l = 20,
|
|
2297
2353
|
color: e = d.GREY_DARK_5,
|
|
@@ -2315,7 +2371,7 @@ const s2 = ({
|
|
|
2315
2371
|
}
|
|
2316
2372
|
)
|
|
2317
2373
|
}
|
|
2318
|
-
),
|
|
2374
|
+
), k5 = ({
|
|
2319
2375
|
width: i = 24,
|
|
2320
2376
|
height: l = 24,
|
|
2321
2377
|
color: e = "#131314",
|
|
@@ -2348,7 +2404,7 @@ const s2 = ({
|
|
|
2348
2404
|
)
|
|
2349
2405
|
]
|
|
2350
2406
|
}
|
|
2351
|
-
),
|
|
2407
|
+
), p5 = ({
|
|
2352
2408
|
width: i = 20,
|
|
2353
2409
|
height: l = 20,
|
|
2354
2410
|
color: e = d.GREY_DARK_5,
|
|
@@ -2381,7 +2437,7 @@ const s2 = ({
|
|
|
2381
2437
|
)
|
|
2382
2438
|
]
|
|
2383
2439
|
}
|
|
2384
|
-
),
|
|
2440
|
+
), m5 = ({
|
|
2385
2441
|
width: i = 24,
|
|
2386
2442
|
height: l = 24,
|
|
2387
2443
|
color: e = d.GREY_DARK_2,
|
|
@@ -2421,7 +2477,7 @@ const s2 = ({
|
|
|
2421
2477
|
)
|
|
2422
2478
|
]
|
|
2423
2479
|
}
|
|
2424
|
-
),
|
|
2480
|
+
), u5 = ({
|
|
2425
2481
|
width: i = 24,
|
|
2426
2482
|
height: l = 24,
|
|
2427
2483
|
color: e = d.GREY_DARK_2,
|
|
@@ -2448,7 +2504,7 @@ const s2 = ({
|
|
|
2448
2504
|
}
|
|
2449
2505
|
)
|
|
2450
2506
|
}
|
|
2451
|
-
),
|
|
2507
|
+
), v5 = ({
|
|
2452
2508
|
width: i = 24,
|
|
2453
2509
|
height: l = 24,
|
|
2454
2510
|
color: e = d.GREY_DARK_2,
|
|
@@ -2482,9 +2538,9 @@ const s2 = ({
|
|
|
2482
2538
|
color: t,
|
|
2483
2539
|
className: n,
|
|
2484
2540
|
disabled: c = !1,
|
|
2485
|
-
onClick:
|
|
2541
|
+
onClick: L
|
|
2486
2542
|
}) => {
|
|
2487
|
-
const [r, m] = R(n), { theme: C } =
|
|
2543
|
+
const [r, m] = R(n), { theme: C } = r1(Z1), h = c ? C && C === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : t, s = c ? void 0 : L;
|
|
2488
2544
|
return G(() => {
|
|
2489
2545
|
if (n) {
|
|
2490
2546
|
s && !c && m(`${n} clickable`);
|
|
@@ -2494,35 +2550,35 @@ const s2 = ({
|
|
|
2494
2550
|
}, [s, n, c]), /* @__PURE__ */ o(F, { children: (() => {
|
|
2495
2551
|
switch (i) {
|
|
2496
2552
|
case "nextIcon":
|
|
2497
|
-
return
|
|
2553
|
+
return U2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2498
2554
|
case "prevIcon":
|
|
2499
|
-
return
|
|
2555
|
+
return F2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2500
2556
|
case "arrowDown":
|
|
2501
|
-
return
|
|
2557
|
+
return C2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2502
2558
|
case "info":
|
|
2503
|
-
return
|
|
2559
|
+
return d2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2504
2560
|
case "arrowRight":
|
|
2505
|
-
return
|
|
2561
|
+
return w2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2506
2562
|
case "calendar":
|
|
2507
|
-
return
|
|
2563
|
+
return m2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2508
2564
|
case "check":
|
|
2509
|
-
return
|
|
2565
|
+
return u2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2510
2566
|
case "cancel":
|
|
2511
|
-
return
|
|
2567
|
+
return v2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2512
2568
|
case "add":
|
|
2513
|
-
return
|
|
2569
|
+
return f2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2514
2570
|
case "list":
|
|
2515
|
-
return
|
|
2571
|
+
return N2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2516
2572
|
case "dragAndDrop":
|
|
2517
|
-
return
|
|
2573
|
+
return _2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2518
2574
|
case "filter":
|
|
2519
|
-
return
|
|
2575
|
+
return R2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2520
2576
|
case "attention":
|
|
2521
|
-
return
|
|
2577
|
+
return M2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2522
2578
|
case "users":
|
|
2523
|
-
return
|
|
2579
|
+
return H2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2524
2580
|
case "mySkillsMatrix":
|
|
2525
|
-
return
|
|
2581
|
+
return x2({
|
|
2526
2582
|
width: l,
|
|
2527
2583
|
height: e,
|
|
2528
2584
|
color: h,
|
|
@@ -2530,9 +2586,9 @@ const s2 = ({
|
|
|
2530
2586
|
onClick: s
|
|
2531
2587
|
});
|
|
2532
2588
|
case "skills":
|
|
2533
|
-
return
|
|
2589
|
+
return Z2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2534
2590
|
case "skillsMatrices":
|
|
2535
|
-
return
|
|
2591
|
+
return V2({
|
|
2536
2592
|
width: l,
|
|
2537
2593
|
height: e,
|
|
2538
2594
|
color: h,
|
|
@@ -2540,21 +2596,21 @@ const s2 = ({
|
|
|
2540
2596
|
onClick: s
|
|
2541
2597
|
});
|
|
2542
2598
|
case "history":
|
|
2543
|
-
return
|
|
2599
|
+
return E2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2544
2600
|
case "logOut":
|
|
2545
|
-
return
|
|
2601
|
+
return A2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2546
2602
|
case "settings":
|
|
2547
|
-
return
|
|
2603
|
+
return G2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2548
2604
|
case "trash":
|
|
2549
|
-
return
|
|
2605
|
+
return I2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2550
2606
|
case "settings2":
|
|
2551
|
-
return
|
|
2607
|
+
return D2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2552
2608
|
case "checkCircle":
|
|
2553
|
-
return
|
|
2609
|
+
return y2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2554
2610
|
case "cancelCircle":
|
|
2555
|
-
return
|
|
2611
|
+
return Y2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2556
2612
|
case "visibilityIcon":
|
|
2557
|
-
return
|
|
2613
|
+
return K2({
|
|
2558
2614
|
width: l,
|
|
2559
2615
|
height: e,
|
|
2560
2616
|
color: h,
|
|
@@ -2562,7 +2618,7 @@ const s2 = ({
|
|
|
2562
2618
|
onClick: s
|
|
2563
2619
|
});
|
|
2564
2620
|
case "visibilityOffIcon":
|
|
2565
|
-
return
|
|
2621
|
+
return B2({
|
|
2566
2622
|
width: l,
|
|
2567
2623
|
height: e,
|
|
2568
2624
|
color: h,
|
|
@@ -2570,7 +2626,7 @@ const s2 = ({
|
|
|
2570
2626
|
onClick: s
|
|
2571
2627
|
});
|
|
2572
2628
|
case "selectArrowIcon":
|
|
2573
|
-
return
|
|
2629
|
+
return T2({
|
|
2574
2630
|
width: l,
|
|
2575
2631
|
height: e,
|
|
2576
2632
|
color: h,
|
|
@@ -2578,7 +2634,7 @@ const s2 = ({
|
|
|
2578
2634
|
onClick: s
|
|
2579
2635
|
});
|
|
2580
2636
|
case "expandArrowIcon":
|
|
2581
|
-
return
|
|
2637
|
+
return b2({
|
|
2582
2638
|
width: l,
|
|
2583
2639
|
height: e,
|
|
2584
2640
|
color: h,
|
|
@@ -2586,7 +2642,7 @@ const s2 = ({
|
|
|
2586
2642
|
onClick: s
|
|
2587
2643
|
});
|
|
2588
2644
|
case "expandActiveArrowIcon":
|
|
2589
|
-
return
|
|
2645
|
+
return O2({
|
|
2590
2646
|
width: l,
|
|
2591
2647
|
height: e,
|
|
2592
2648
|
color: h,
|
|
@@ -2594,85 +2650,85 @@ const s2 = ({
|
|
|
2594
2650
|
onClick: s
|
|
2595
2651
|
});
|
|
2596
2652
|
case "sortUp":
|
|
2597
|
-
return
|
|
2653
|
+
return W2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2598
2654
|
case "sortDown":
|
|
2599
|
-
return
|
|
2655
|
+
return j2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2600
2656
|
case "search":
|
|
2601
|
-
return b2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2602
|
-
case "arrowUpFilled":
|
|
2603
2657
|
return S2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2658
|
+
case "arrowUpFilled":
|
|
2659
|
+
return $2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2604
2660
|
case "arrowDownFilled":
|
|
2605
|
-
return
|
|
2661
|
+
return P2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2606
2662
|
case "arrow2Up":
|
|
2607
|
-
return
|
|
2663
|
+
return g2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2608
2664
|
case "arrow2Right":
|
|
2609
|
-
return
|
|
2665
|
+
return L2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2610
2666
|
case "arrow2Down":
|
|
2611
|
-
return
|
|
2667
|
+
return k2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2612
2668
|
case "arrow2Left":
|
|
2613
|
-
return
|
|
2669
|
+
return p2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2614
2670
|
case "link":
|
|
2615
|
-
return
|
|
2671
|
+
return z2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2616
2672
|
case "telegram":
|
|
2617
|
-
return
|
|
2673
|
+
return q2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2618
2674
|
case "mail":
|
|
2619
|
-
return
|
|
2675
|
+
return X2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2620
2676
|
case "github":
|
|
2621
|
-
return
|
|
2677
|
+
return J2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2622
2678
|
case "linkedIn":
|
|
2623
|
-
return
|
|
2679
|
+
return Q2({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2624
2680
|
case "emptyStateIcon":
|
|
2625
|
-
return
|
|
2681
|
+
return e5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2626
2682
|
case "filtersIcon":
|
|
2627
|
-
return
|
|
2683
|
+
return l5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2628
2684
|
case "dotMenuIcon":
|
|
2629
|
-
return
|
|
2685
|
+
return i5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2630
2686
|
case "plusCircle":
|
|
2631
|
-
return
|
|
2687
|
+
return o5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2632
2688
|
case "warning":
|
|
2633
|
-
return
|
|
2689
|
+
return t5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2634
2690
|
case "back":
|
|
2635
|
-
return
|
|
2691
|
+
return n5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2636
2692
|
case "bell":
|
|
2637
|
-
return
|
|
2693
|
+
return r5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2638
2694
|
case "copy":
|
|
2639
|
-
return
|
|
2695
|
+
return s5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2640
2696
|
case "contract":
|
|
2641
|
-
return
|
|
2697
|
+
return h5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2642
2698
|
case "resourceManager":
|
|
2643
|
-
return
|
|
2699
|
+
return a5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2644
2700
|
case "image":
|
|
2645
|
-
return
|
|
2701
|
+
return c5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2646
2702
|
case "edit":
|
|
2647
|
-
return
|
|
2703
|
+
return C5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2648
2704
|
case "filledArrowRight":
|
|
2649
|
-
return
|
|
2705
|
+
return d5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2650
2706
|
case "burgerMenu":
|
|
2651
|
-
return
|
|
2707
|
+
return w5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2652
2708
|
case "refresh":
|
|
2653
|
-
return
|
|
2709
|
+
return g5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2654
2710
|
case "projects":
|
|
2655
|
-
return
|
|
2711
|
+
return L5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2656
2712
|
case "user":
|
|
2657
|
-
return
|
|
2713
|
+
return p5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2658
2714
|
case "exit":
|
|
2659
|
-
return
|
|
2715
|
+
return k5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2660
2716
|
case "openPointCircle":
|
|
2661
|
-
return
|
|
2717
|
+
return m5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2662
2718
|
case "community":
|
|
2663
|
-
return
|
|
2719
|
+
return u5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2664
2720
|
case "docs":
|
|
2665
|
-
return
|
|
2721
|
+
return v5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
2666
2722
|
default:
|
|
2667
2723
|
return /* @__PURE__ */ o(F, { children: "No Icon provided" });
|
|
2668
2724
|
}
|
|
2669
2725
|
})() });
|
|
2670
|
-
}, { Title:
|
|
2726
|
+
}, { Title: f5, Text: N5 } = m1, _5 = {
|
|
2671
2727
|
h1: 1,
|
|
2672
2728
|
h2: 2,
|
|
2673
2729
|
h3: 3,
|
|
2674
2730
|
h4: 4
|
|
2675
|
-
},
|
|
2731
|
+
}, R5 = n1(
|
|
2676
2732
|
({
|
|
2677
2733
|
align: i = "inherit",
|
|
2678
2734
|
variant: l = "body1",
|
|
@@ -2680,31 +2736,31 @@ const s2 = ({
|
|
|
2680
2736
|
children: t,
|
|
2681
2737
|
onClick: n,
|
|
2682
2738
|
collapsed: c,
|
|
2683
|
-
whiteSpace:
|
|
2739
|
+
whiteSpace: L = "normal",
|
|
2684
2740
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
2685
2741
|
trim: r = !1
|
|
2686
2742
|
}, m) => {
|
|
2687
2743
|
const C = W(null);
|
|
2688
|
-
|
|
2744
|
+
L1(m, () => C.current);
|
|
2689
2745
|
const [h, s] = R(!1);
|
|
2690
2746
|
G(() => {
|
|
2691
|
-
var
|
|
2747
|
+
var H;
|
|
2692
2748
|
if (!r) return;
|
|
2693
2749
|
const u = () => {
|
|
2694
2750
|
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
2695
2751
|
};
|
|
2696
2752
|
u();
|
|
2697
|
-
const
|
|
2698
|
-
return C.current &&
|
|
2699
|
-
|
|
2753
|
+
const x = new ResizeObserver(u);
|
|
2754
|
+
return C.current && x.observe(C.current), (H = C.current) != null && H.parentElement && x.observe(C.current.parentElement), () => {
|
|
2755
|
+
x.disconnect();
|
|
2700
2756
|
};
|
|
2701
2757
|
}, [r]);
|
|
2702
2758
|
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
2703
|
-
let
|
|
2704
|
-
i && i !== "inherit" && (
|
|
2705
|
-
const
|
|
2706
|
-
className:
|
|
2707
|
-
style: { color: e, whiteSpace: r ? "nowrap" :
|
|
2759
|
+
let v = `snmt-typography snmt-typography-${l}`;
|
|
2760
|
+
i && i !== "inherit" && (v += ` snmt-typography-align-${i}`), c && (v += " collapsed");
|
|
2761
|
+
const M = {
|
|
2762
|
+
className: v,
|
|
2763
|
+
style: { color: e, whiteSpace: r ? "nowrap" : L, display: r ? "block" : "" },
|
|
2708
2764
|
onClick: n,
|
|
2709
2765
|
ref: C,
|
|
2710
2766
|
ellipsis: r && h ? {
|
|
@@ -2714,16 +2770,16 @@ const s2 = ({
|
|
|
2714
2770
|
}
|
|
2715
2771
|
} : void 0
|
|
2716
2772
|
};
|
|
2717
|
-
return f ? /* @__PURE__ */ o(
|
|
2773
|
+
return f ? /* @__PURE__ */ o(f5, { level: _5[l], ...M, children: t }) : /* @__PURE__ */ o(N5, { ...M, children: t });
|
|
2718
2774
|
}
|
|
2719
2775
|
);
|
|
2720
2776
|
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 =
|
|
2777
|
+
const V1 = s1({
|
|
2722
2778
|
locale: "en",
|
|
2723
2779
|
theme: "light"
|
|
2724
2780
|
});
|
|
2725
2781
|
V1.Provider;
|
|
2726
|
-
const
|
|
2782
|
+
const M5 = ({
|
|
2727
2783
|
width: i = 20,
|
|
2728
2784
|
height: l = 20,
|
|
2729
2785
|
color: e = "#001E52",
|
|
@@ -2750,7 +2806,7 @@ const f5 = ({
|
|
|
2750
2806
|
}
|
|
2751
2807
|
)
|
|
2752
2808
|
}
|
|
2753
|
-
),
|
|
2809
|
+
), H5 = ({
|
|
2754
2810
|
width: i = 20,
|
|
2755
2811
|
height: l = 20,
|
|
2756
2812
|
color: e = w.GREY_DARK_5,
|
|
@@ -2790,7 +2846,7 @@ const f5 = ({
|
|
|
2790
2846
|
)
|
|
2791
2847
|
]
|
|
2792
2848
|
}
|
|
2793
|
-
),
|
|
2849
|
+
), x5 = ({
|
|
2794
2850
|
width: i = 20,
|
|
2795
2851
|
height: l = 20,
|
|
2796
2852
|
color: e = "#001E52",
|
|
@@ -2825,7 +2881,7 @@ const f5 = ({
|
|
|
2825
2881
|
)
|
|
2826
2882
|
]
|
|
2827
2883
|
}
|
|
2828
|
-
),
|
|
2884
|
+
), Z5 = ({
|
|
2829
2885
|
width: i = 20,
|
|
2830
2886
|
height: l = 20,
|
|
2831
2887
|
color: e = w.GREY_DARK_5,
|
|
@@ -2852,7 +2908,7 @@ const f5 = ({
|
|
|
2852
2908
|
/* @__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
2909
|
]
|
|
2854
2910
|
}
|
|
2855
|
-
),
|
|
2911
|
+
), V5 = ({
|
|
2856
2912
|
width: i = 20,
|
|
2857
2913
|
height: l = 20,
|
|
2858
2914
|
color: e = w.GREY_DARK_5,
|
|
@@ -2876,7 +2932,7 @@ const f5 = ({
|
|
|
2876
2932
|
}
|
|
2877
2933
|
)
|
|
2878
2934
|
}
|
|
2879
|
-
),
|
|
2935
|
+
), E5 = ({
|
|
2880
2936
|
width: i = 20,
|
|
2881
2937
|
height: l = 20,
|
|
2882
2938
|
color: e = w.GREY_DARK_5,
|
|
@@ -2903,7 +2959,7 @@ const f5 = ({
|
|
|
2903
2959
|
/* @__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)" }) }) })
|
|
2904
2960
|
]
|
|
2905
2961
|
}
|
|
2906
|
-
),
|
|
2962
|
+
), A5 = ({
|
|
2907
2963
|
width: i = 20,
|
|
2908
2964
|
height: l = 20,
|
|
2909
2965
|
color: e = w.GREY_DARK_5,
|
|
@@ -2927,7 +2983,7 @@ const f5 = ({
|
|
|
2927
2983
|
}
|
|
2928
2984
|
)
|
|
2929
2985
|
}
|
|
2930
|
-
),
|
|
2986
|
+
), G5 = ({
|
|
2931
2987
|
width: i = 20,
|
|
2932
2988
|
height: l = 20,
|
|
2933
2989
|
color: e = w.GREY_DARK_5,
|
|
@@ -2974,7 +3030,7 @@ const f5 = ({
|
|
|
2974
3030
|
)
|
|
2975
3031
|
]
|
|
2976
3032
|
}
|
|
2977
|
-
),
|
|
3033
|
+
), I5 = ({
|
|
2978
3034
|
width: i = 20,
|
|
2979
3035
|
height: l = 20,
|
|
2980
3036
|
color: e = w.GREY_DARK_5,
|
|
@@ -2998,7 +3054,7 @@ const f5 = ({
|
|
|
2998
3054
|
}
|
|
2999
3055
|
)
|
|
3000
3056
|
}
|
|
3001
|
-
),
|
|
3057
|
+
), D5 = ({
|
|
3002
3058
|
width: i = 20,
|
|
3003
3059
|
height: l = 20,
|
|
3004
3060
|
color: e = w.GREY_DARK_5,
|
|
@@ -3022,7 +3078,7 @@ const f5 = ({
|
|
|
3022
3078
|
}
|
|
3023
3079
|
)
|
|
3024
3080
|
}
|
|
3025
|
-
),
|
|
3081
|
+
), y5 = ({
|
|
3026
3082
|
width: i = 20,
|
|
3027
3083
|
height: l = 20,
|
|
3028
3084
|
color: e = w.GREY_DARK_5,
|
|
@@ -3046,7 +3102,7 @@ const f5 = ({
|
|
|
3046
3102
|
}
|
|
3047
3103
|
)
|
|
3048
3104
|
}
|
|
3049
|
-
),
|
|
3105
|
+
), Y5 = ({
|
|
3050
3106
|
width: i = 20,
|
|
3051
3107
|
height: l = 20,
|
|
3052
3108
|
color: e = w.GREY_DARK_5,
|
|
@@ -3107,7 +3163,7 @@ const f5 = ({
|
|
|
3107
3163
|
)
|
|
3108
3164
|
]
|
|
3109
3165
|
}
|
|
3110
|
-
),
|
|
3166
|
+
), K5 = ({
|
|
3111
3167
|
width: i = 20,
|
|
3112
3168
|
height: l = 20,
|
|
3113
3169
|
color: e = w.GREY_DARK_5,
|
|
@@ -3154,7 +3210,7 @@ const f5 = ({
|
|
|
3154
3210
|
)
|
|
3155
3211
|
]
|
|
3156
3212
|
}
|
|
3157
|
-
),
|
|
3213
|
+
), B5 = ({
|
|
3158
3214
|
width: i = 20,
|
|
3159
3215
|
height: l = 20,
|
|
3160
3216
|
color: e = w.GREY_DARK_5,
|
|
@@ -3194,7 +3250,7 @@ const f5 = ({
|
|
|
3194
3250
|
)
|
|
3195
3251
|
]
|
|
3196
3252
|
}
|
|
3197
|
-
),
|
|
3253
|
+
), T5 = ({
|
|
3198
3254
|
width: i = 20,
|
|
3199
3255
|
height: l = 20,
|
|
3200
3256
|
color: e = w.GREY_DARK_5,
|
|
@@ -3234,7 +3290,7 @@ const f5 = ({
|
|
|
3234
3290
|
)
|
|
3235
3291
|
]
|
|
3236
3292
|
}
|
|
3237
|
-
),
|
|
3293
|
+
), b5 = ({
|
|
3238
3294
|
width: i = 20,
|
|
3239
3295
|
height: l = 20,
|
|
3240
3296
|
color: e = w.GREY_DARK_5,
|
|
@@ -3281,7 +3337,7 @@ const f5 = ({
|
|
|
3281
3337
|
)
|
|
3282
3338
|
]
|
|
3283
3339
|
}
|
|
3284
|
-
),
|
|
3340
|
+
), O5 = ({
|
|
3285
3341
|
width: i = 20,
|
|
3286
3342
|
height: l = 20,
|
|
3287
3343
|
color: e = w.GREY_DARK_5,
|
|
@@ -3328,7 +3384,7 @@ const f5 = ({
|
|
|
3328
3384
|
)
|
|
3329
3385
|
]
|
|
3330
3386
|
}
|
|
3331
|
-
),
|
|
3387
|
+
), W5 = ({
|
|
3332
3388
|
width: i = 20,
|
|
3333
3389
|
height: l = 20,
|
|
3334
3390
|
color: e = w.GREY_DARK_5,
|
|
@@ -3375,7 +3431,7 @@ const f5 = ({
|
|
|
3375
3431
|
)
|
|
3376
3432
|
]
|
|
3377
3433
|
}
|
|
3378
|
-
),
|
|
3434
|
+
), j5 = ({
|
|
3379
3435
|
width: i = 20,
|
|
3380
3436
|
height: l = 20,
|
|
3381
3437
|
color: e = w.GREY_DARK_5,
|
|
@@ -3415,7 +3471,7 @@ const f5 = ({
|
|
|
3415
3471
|
)
|
|
3416
3472
|
]
|
|
3417
3473
|
}
|
|
3418
|
-
),
|
|
3474
|
+
), S5 = ({
|
|
3419
3475
|
width: i = 20,
|
|
3420
3476
|
height: l = 20,
|
|
3421
3477
|
color: e = w.GREY_DARK_5,
|
|
@@ -3448,7 +3504,7 @@ const f5 = ({
|
|
|
3448
3504
|
)
|
|
3449
3505
|
]
|
|
3450
3506
|
}
|
|
3451
|
-
),
|
|
3507
|
+
), U5 = ({
|
|
3452
3508
|
width: i = 20,
|
|
3453
3509
|
height: l = 20,
|
|
3454
3510
|
color: e = w.GREY_DARK_5,
|
|
@@ -3481,7 +3537,7 @@ const f5 = ({
|
|
|
3481
3537
|
)
|
|
3482
3538
|
]
|
|
3483
3539
|
}
|
|
3484
|
-
),
|
|
3540
|
+
), F5 = ({
|
|
3485
3541
|
width: i = 20,
|
|
3486
3542
|
height: l = 20,
|
|
3487
3543
|
color: e = w.GREY_DARK_5,
|
|
@@ -3514,7 +3570,7 @@ const f5 = ({
|
|
|
3514
3570
|
)
|
|
3515
3571
|
]
|
|
3516
3572
|
}
|
|
3517
|
-
),
|
|
3573
|
+
), P5 = ({
|
|
3518
3574
|
width: i = 20,
|
|
3519
3575
|
height: l = 20,
|
|
3520
3576
|
color: e = w.GREY_DARK_5,
|
|
@@ -3547,7 +3603,7 @@ const f5 = ({
|
|
|
3547
3603
|
)
|
|
3548
3604
|
]
|
|
3549
3605
|
}
|
|
3550
|
-
),
|
|
3606
|
+
), $5 = ({
|
|
3551
3607
|
width: i = 20,
|
|
3552
3608
|
height: l = 20,
|
|
3553
3609
|
color: e = w.GREY_DARK_5,
|
|
@@ -3587,7 +3643,7 @@ const f5 = ({
|
|
|
3587
3643
|
)
|
|
3588
3644
|
]
|
|
3589
3645
|
}
|
|
3590
|
-
),
|
|
3646
|
+
), z5 = ({
|
|
3591
3647
|
width: i = 20,
|
|
3592
3648
|
height: l = 20,
|
|
3593
3649
|
color: e = w.GREY_DARK_5,
|
|
@@ -3620,7 +3676,7 @@ const f5 = ({
|
|
|
3620
3676
|
)
|
|
3621
3677
|
]
|
|
3622
3678
|
}
|
|
3623
|
-
),
|
|
3679
|
+
), J5 = ({
|
|
3624
3680
|
width: i = 20,
|
|
3625
3681
|
height: l = 20,
|
|
3626
3682
|
color: e = w.GREY_DARK_5,
|
|
@@ -3653,7 +3709,7 @@ const f5 = ({
|
|
|
3653
3709
|
)
|
|
3654
3710
|
]
|
|
3655
3711
|
}
|
|
3656
|
-
),
|
|
3712
|
+
), q5 = ({
|
|
3657
3713
|
width: i = 20,
|
|
3658
3714
|
height: l = 20,
|
|
3659
3715
|
color: e = "#070739",
|
|
@@ -3683,7 +3739,7 @@ const f5 = ({
|
|
|
3683
3739
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
3684
3740
|
]
|
|
3685
3741
|
}
|
|
3686
|
-
),
|
|
3742
|
+
), Q5 = ({
|
|
3687
3743
|
width: i = 20,
|
|
3688
3744
|
height: l = 20,
|
|
3689
3745
|
color: e = "#070739",
|
|
@@ -3721,7 +3777,7 @@ const f5 = ({
|
|
|
3721
3777
|
)
|
|
3722
3778
|
]
|
|
3723
3779
|
}
|
|
3724
|
-
),
|
|
3780
|
+
), X5 = ({
|
|
3725
3781
|
width: i = 9,
|
|
3726
3782
|
height: l = 5,
|
|
3727
3783
|
color: e = "#001E52",
|
|
@@ -3747,7 +3803,7 @@ const f5 = ({
|
|
|
3747
3803
|
}
|
|
3748
3804
|
)
|
|
3749
3805
|
}
|
|
3750
|
-
),
|
|
3806
|
+
), e7 = ({
|
|
3751
3807
|
width: i = 20,
|
|
3752
3808
|
height: l = 20,
|
|
3753
3809
|
color: e = "#F2F2F7",
|
|
@@ -3776,7 +3832,7 @@ const f5 = ({
|
|
|
3776
3832
|
)
|
|
3777
3833
|
]
|
|
3778
3834
|
}
|
|
3779
|
-
),
|
|
3835
|
+
), l7 = ({
|
|
3780
3836
|
width: i = 20,
|
|
3781
3837
|
height: l = 20,
|
|
3782
3838
|
color: e = "#004ED7",
|
|
@@ -3805,7 +3861,7 @@ const f5 = ({
|
|
|
3805
3861
|
)
|
|
3806
3862
|
]
|
|
3807
3863
|
}
|
|
3808
|
-
),
|
|
3864
|
+
), i7 = ({
|
|
3809
3865
|
width: i = 10,
|
|
3810
3866
|
height: l = 10,
|
|
3811
3867
|
color: e = "#001E52",
|
|
@@ -3834,7 +3890,7 @@ const f5 = ({
|
|
|
3834
3890
|
)
|
|
3835
3891
|
]
|
|
3836
3892
|
}
|
|
3837
|
-
),
|
|
3893
|
+
), o7 = ({
|
|
3838
3894
|
width: i = 10,
|
|
3839
3895
|
height: l = 10,
|
|
3840
3896
|
color: e = "#001E52",
|
|
@@ -3871,7 +3927,7 @@ const f5 = ({
|
|
|
3871
3927
|
)
|
|
3872
3928
|
]
|
|
3873
3929
|
}
|
|
3874
|
-
),
|
|
3930
|
+
), t7 = ({
|
|
3875
3931
|
className: i,
|
|
3876
3932
|
color: l = w.GREY_DARK_5,
|
|
3877
3933
|
height: e = 20,
|
|
@@ -3904,7 +3960,7 @@ const f5 = ({
|
|
|
3904
3960
|
)
|
|
3905
3961
|
]
|
|
3906
3962
|
}
|
|
3907
|
-
),
|
|
3963
|
+
), n7 = ({
|
|
3908
3964
|
className: i,
|
|
3909
3965
|
color: l = w.GREY_DARK_5,
|
|
3910
3966
|
height: e = 20,
|
|
@@ -3931,7 +3987,7 @@ const f5 = ({
|
|
|
3931
3987
|
}
|
|
3932
3988
|
)
|
|
3933
3989
|
}
|
|
3934
|
-
),
|
|
3990
|
+
), r7 = ({
|
|
3935
3991
|
className: i,
|
|
3936
3992
|
color: l = w.GREY_DARK_5,
|
|
3937
3993
|
height: e = 20,
|
|
@@ -3958,7 +4014,7 @@ const f5 = ({
|
|
|
3958
4014
|
}
|
|
3959
4015
|
)
|
|
3960
4016
|
}
|
|
3961
|
-
),
|
|
4017
|
+
), s7 = ({
|
|
3962
4018
|
className: i,
|
|
3963
4019
|
color: l = w.GREY_DARK_5,
|
|
3964
4020
|
height: e = 5,
|
|
@@ -3982,7 +4038,7 @@ const f5 = ({
|
|
|
3982
4038
|
}
|
|
3983
4039
|
)
|
|
3984
4040
|
}
|
|
3985
|
-
),
|
|
4041
|
+
), h7 = ({
|
|
3986
4042
|
className: i,
|
|
3987
4043
|
color: l = w.GREY_DARK_5,
|
|
3988
4044
|
height: e = 5,
|
|
@@ -4007,7 +4063,7 @@ const f5 = ({
|
|
|
4007
4063
|
}
|
|
4008
4064
|
)
|
|
4009
4065
|
}
|
|
4010
|
-
),
|
|
4066
|
+
), a7 = ({
|
|
4011
4067
|
className: i,
|
|
4012
4068
|
color: l = w.GREY_DARK_5,
|
|
4013
4069
|
height: e = 20,
|
|
@@ -4040,7 +4096,7 @@ const f5 = ({
|
|
|
4040
4096
|
)
|
|
4041
4097
|
]
|
|
4042
4098
|
}
|
|
4043
|
-
),
|
|
4099
|
+
), c7 = ({
|
|
4044
4100
|
className: i,
|
|
4045
4101
|
color: l = w.GREY_DARK_5,
|
|
4046
4102
|
height: e = 24,
|
|
@@ -4079,7 +4135,7 @@ const f5 = ({
|
|
|
4079
4135
|
)
|
|
4080
4136
|
]
|
|
4081
4137
|
}
|
|
4082
|
-
),
|
|
4138
|
+
), C7 = ({
|
|
4083
4139
|
className: i,
|
|
4084
4140
|
color: l = w.GREY_DARK_5,
|
|
4085
4141
|
height: e = 24,
|
|
@@ -4106,7 +4162,7 @@ const f5 = ({
|
|
|
4106
4162
|
}
|
|
4107
4163
|
)
|
|
4108
4164
|
}
|
|
4109
|
-
),
|
|
4165
|
+
), d7 = ({
|
|
4110
4166
|
className: i,
|
|
4111
4167
|
color: l = w.GREY_DARK_5,
|
|
4112
4168
|
height: e = 24,
|
|
@@ -4165,7 +4221,7 @@ const f5 = ({
|
|
|
4165
4221
|
)
|
|
4166
4222
|
]
|
|
4167
4223
|
}
|
|
4168
|
-
),
|
|
4224
|
+
), w7 = ({
|
|
4169
4225
|
className: i,
|
|
4170
4226
|
color: l = w.GREY_DARK_5,
|
|
4171
4227
|
height: e = 24,
|
|
@@ -4202,7 +4258,7 @@ const f5 = ({
|
|
|
4202
4258
|
)
|
|
4203
4259
|
]
|
|
4204
4260
|
}
|
|
4205
|
-
),
|
|
4261
|
+
), g7 = ({
|
|
4206
4262
|
className: i,
|
|
4207
4263
|
color: l = w.GREY_DARK_3,
|
|
4208
4264
|
height: e = 14,
|
|
@@ -4239,7 +4295,7 @@ const f5 = ({
|
|
|
4239
4295
|
)
|
|
4240
4296
|
]
|
|
4241
4297
|
}
|
|
4242
|
-
),
|
|
4298
|
+
), L7 = ({
|
|
4243
4299
|
className: i,
|
|
4244
4300
|
color: l = w.GREY_DARK_5,
|
|
4245
4301
|
height: e = 18,
|
|
@@ -4266,7 +4322,7 @@ const f5 = ({
|
|
|
4266
4322
|
}
|
|
4267
4323
|
)
|
|
4268
4324
|
}
|
|
4269
|
-
),
|
|
4325
|
+
), k7 = ({
|
|
4270
4326
|
className: i,
|
|
4271
4327
|
color: l = w.GREY_DARK_5,
|
|
4272
4328
|
height: e = 24,
|
|
@@ -4318,7 +4374,7 @@ const f5 = ({
|
|
|
4318
4374
|
)
|
|
4319
4375
|
]
|
|
4320
4376
|
}
|
|
4321
|
-
),
|
|
4377
|
+
), p7 = ({
|
|
4322
4378
|
className: i,
|
|
4323
4379
|
color: l = w.GREY_DARK_5,
|
|
4324
4380
|
height: e = 24,
|
|
@@ -4355,7 +4411,7 @@ const f5 = ({
|
|
|
4355
4411
|
)
|
|
4356
4412
|
]
|
|
4357
4413
|
}
|
|
4358
|
-
),
|
|
4414
|
+
), m7 = ({
|
|
4359
4415
|
className: i,
|
|
4360
4416
|
color: l = w.NOTIFICATION_WARNING_DARK,
|
|
4361
4417
|
height: e = 37,
|
|
@@ -4394,7 +4450,7 @@ const f5 = ({
|
|
|
4394
4450
|
)
|
|
4395
4451
|
]
|
|
4396
4452
|
}
|
|
4397
|
-
),
|
|
4453
|
+
), u7 = ({
|
|
4398
4454
|
className: i,
|
|
4399
4455
|
color: l = w.GREY_DARK_5,
|
|
4400
4456
|
height: e = 24,
|
|
@@ -4420,7 +4476,7 @@ const f5 = ({
|
|
|
4420
4476
|
}
|
|
4421
4477
|
)
|
|
4422
4478
|
}
|
|
4423
|
-
),
|
|
4479
|
+
), v7 = ({
|
|
4424
4480
|
className: i,
|
|
4425
4481
|
color: l = w.GREY_DARK_5,
|
|
4426
4482
|
height: e = 24,
|
|
@@ -4459,7 +4515,7 @@ const f5 = ({
|
|
|
4459
4515
|
)
|
|
4460
4516
|
]
|
|
4461
4517
|
}
|
|
4462
|
-
),
|
|
4518
|
+
), f7 = ({
|
|
4463
4519
|
className: i,
|
|
4464
4520
|
color: l = w.GREY_DARK_5,
|
|
4465
4521
|
height: e = 20,
|
|
@@ -4492,7 +4548,7 @@ const f5 = ({
|
|
|
4492
4548
|
)
|
|
4493
4549
|
]
|
|
4494
4550
|
}
|
|
4495
|
-
),
|
|
4551
|
+
), N7 = ({
|
|
4496
4552
|
className: i,
|
|
4497
4553
|
color: l = w.GREY_DARK_5,
|
|
4498
4554
|
height: e = 24,
|
|
@@ -4561,7 +4617,7 @@ const f5 = ({
|
|
|
4561
4617
|
)
|
|
4562
4618
|
]
|
|
4563
4619
|
}
|
|
4564
|
-
),
|
|
4620
|
+
), _7 = ({
|
|
4565
4621
|
className: i,
|
|
4566
4622
|
color: l = w.GREY_DARK_5,
|
|
4567
4623
|
height: e = 24,
|
|
@@ -4618,7 +4674,7 @@ const f5 = ({
|
|
|
4618
4674
|
)
|
|
4619
4675
|
]
|
|
4620
4676
|
}
|
|
4621
|
-
),
|
|
4677
|
+
), R7 = ({
|
|
4622
4678
|
className: i,
|
|
4623
4679
|
color: l = w.GREY_DARK_5,
|
|
4624
4680
|
height: e = 24,
|
|
@@ -4667,7 +4723,7 @@ const f5 = ({
|
|
|
4667
4723
|
)
|
|
4668
4724
|
]
|
|
4669
4725
|
}
|
|
4670
|
-
),
|
|
4726
|
+
), M7 = ({
|
|
4671
4727
|
className: i,
|
|
4672
4728
|
color: l = w.GREY_DARK_5,
|
|
4673
4729
|
height: e = 24,
|
|
@@ -4694,7 +4750,7 @@ const f5 = ({
|
|
|
4694
4750
|
}
|
|
4695
4751
|
)
|
|
4696
4752
|
}
|
|
4697
|
-
),
|
|
4753
|
+
), H7 = ({
|
|
4698
4754
|
className: i,
|
|
4699
4755
|
color: l = w.GREY_DARK_5,
|
|
4700
4756
|
height: e = 20,
|
|
@@ -4723,7 +4779,7 @@ const f5 = ({
|
|
|
4723
4779
|
)
|
|
4724
4780
|
]
|
|
4725
4781
|
}
|
|
4726
|
-
),
|
|
4782
|
+
), x7 = ({
|
|
4727
4783
|
className: i,
|
|
4728
4784
|
color: l = "#001E52",
|
|
4729
4785
|
height: e = 24,
|
|
@@ -4749,7 +4805,7 @@ const f5 = ({
|
|
|
4749
4805
|
}
|
|
4750
4806
|
)
|
|
4751
4807
|
}
|
|
4752
|
-
),
|
|
4808
|
+
), Z7 = ({
|
|
4753
4809
|
className: i,
|
|
4754
4810
|
color: l = "#001E52",
|
|
4755
4811
|
height: e = 24,
|
|
@@ -4787,7 +4843,7 @@ const f5 = ({
|
|
|
4787
4843
|
)
|
|
4788
4844
|
] }) })
|
|
4789
4845
|
}
|
|
4790
|
-
),
|
|
4846
|
+
), V7 = ({
|
|
4791
4847
|
width: i = 20,
|
|
4792
4848
|
height: l = 20,
|
|
4793
4849
|
color: e = w.GREY_DARK_5,
|
|
@@ -4811,7 +4867,7 @@ const f5 = ({
|
|
|
4811
4867
|
}
|
|
4812
4868
|
)
|
|
4813
4869
|
}
|
|
4814
|
-
),
|
|
4870
|
+
), E7 = ({
|
|
4815
4871
|
width: i = 24,
|
|
4816
4872
|
height: l = 24,
|
|
4817
4873
|
color: e = "#131314",
|
|
@@ -4844,7 +4900,7 @@ const f5 = ({
|
|
|
4844
4900
|
)
|
|
4845
4901
|
]
|
|
4846
4902
|
}
|
|
4847
|
-
),
|
|
4903
|
+
), A7 = ({
|
|
4848
4904
|
width: i = 20,
|
|
4849
4905
|
height: l = 20,
|
|
4850
4906
|
color: e = w.GREY_DARK_5,
|
|
@@ -4877,7 +4933,7 @@ const f5 = ({
|
|
|
4877
4933
|
)
|
|
4878
4934
|
]
|
|
4879
4935
|
}
|
|
4880
|
-
),
|
|
4936
|
+
), G7 = ({
|
|
4881
4937
|
width: i = 24,
|
|
4882
4938
|
height: l = 24,
|
|
4883
4939
|
color: e = w.GREY_DARK_2,
|
|
@@ -4917,7 +4973,7 @@ const f5 = ({
|
|
|
4917
4973
|
)
|
|
4918
4974
|
]
|
|
4919
4975
|
}
|
|
4920
|
-
),
|
|
4976
|
+
), I7 = ({
|
|
4921
4977
|
width: i = 24,
|
|
4922
4978
|
height: l = 24,
|
|
4923
4979
|
color: e = w.GREY_DARK_2,
|
|
@@ -4944,7 +5000,7 @@ const f5 = ({
|
|
|
4944
5000
|
}
|
|
4945
5001
|
)
|
|
4946
5002
|
}
|
|
4947
|
-
),
|
|
5003
|
+
), D7 = ({
|
|
4948
5004
|
width: i = 24,
|
|
4949
5005
|
height: l = 24,
|
|
4950
5006
|
color: e = w.GREY_DARK_2,
|
|
@@ -4971,16 +5027,16 @@ const f5 = ({
|
|
|
4971
5027
|
}
|
|
4972
5028
|
)
|
|
4973
5029
|
}
|
|
4974
|
-
),
|
|
5030
|
+
), y7 = ({
|
|
4975
5031
|
name: i,
|
|
4976
5032
|
width: l,
|
|
4977
5033
|
height: e,
|
|
4978
5034
|
color: t,
|
|
4979
5035
|
className: n,
|
|
4980
5036
|
disabled: c = !1,
|
|
4981
|
-
onClick:
|
|
5037
|
+
onClick: L
|
|
4982
5038
|
}) => {
|
|
4983
|
-
const [r, m] = R(n), { theme: C } =
|
|
5039
|
+
const [r, m] = R(n), { theme: C } = r1(V1), h = c ? C && C === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : t, s = c ? void 0 : L;
|
|
4984
5040
|
return G(() => {
|
|
4985
5041
|
if (n) {
|
|
4986
5042
|
s && !c && m(`${n} clickable`);
|
|
@@ -4990,35 +5046,35 @@ const f5 = ({
|
|
|
4990
5046
|
}, [s, n, c]), /* @__PURE__ */ o(F, { children: (() => {
|
|
4991
5047
|
switch (i) {
|
|
4992
5048
|
case "nextIcon":
|
|
4993
|
-
return
|
|
5049
|
+
return n7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4994
5050
|
case "prevIcon":
|
|
4995
|
-
return
|
|
5051
|
+
return r7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4996
5052
|
case "arrowDown":
|
|
4997
|
-
return
|
|
5053
|
+
return M5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
4998
5054
|
case "info":
|
|
4999
|
-
return
|
|
5055
|
+
return H5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5000
5056
|
case "arrowRight":
|
|
5001
|
-
return
|
|
5057
|
+
return x5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5002
5058
|
case "calendar":
|
|
5003
|
-
return
|
|
5059
|
+
return G5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5004
5060
|
case "check":
|
|
5005
|
-
return
|
|
5061
|
+
return I5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5006
5062
|
case "cancel":
|
|
5007
|
-
return
|
|
5063
|
+
return D5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5008
5064
|
case "add":
|
|
5009
|
-
return
|
|
5065
|
+
return y5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5010
5066
|
case "list":
|
|
5011
|
-
return
|
|
5067
|
+
return Y5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5012
5068
|
case "dragAndDrop":
|
|
5013
|
-
return
|
|
5069
|
+
return K5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5014
5070
|
case "filter":
|
|
5015
|
-
return
|
|
5071
|
+
return B5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5016
5072
|
case "attention":
|
|
5017
|
-
return
|
|
5073
|
+
return T5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5018
5074
|
case "users":
|
|
5019
|
-
return
|
|
5075
|
+
return b5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5020
5076
|
case "mySkillsMatrix":
|
|
5021
|
-
return
|
|
5077
|
+
return O5({
|
|
5022
5078
|
width: l,
|
|
5023
5079
|
height: e,
|
|
5024
5080
|
color: h,
|
|
@@ -5026,9 +5082,9 @@ const f5 = ({
|
|
|
5026
5082
|
onClick: s
|
|
5027
5083
|
});
|
|
5028
5084
|
case "skills":
|
|
5029
|
-
return
|
|
5085
|
+
return W5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5030
5086
|
case "skillsMatrices":
|
|
5031
|
-
return
|
|
5087
|
+
return j5({
|
|
5032
5088
|
width: l,
|
|
5033
5089
|
height: e,
|
|
5034
5090
|
color: h,
|
|
@@ -5036,21 +5092,21 @@ const f5 = ({
|
|
|
5036
5092
|
onClick: s
|
|
5037
5093
|
});
|
|
5038
5094
|
case "history":
|
|
5039
|
-
return
|
|
5095
|
+
return S5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5040
5096
|
case "logOut":
|
|
5041
|
-
return
|
|
5097
|
+
return U5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5042
5098
|
case "settings":
|
|
5043
|
-
return
|
|
5099
|
+
return F5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5044
5100
|
case "trash":
|
|
5045
|
-
return
|
|
5101
|
+
return P5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5046
5102
|
case "settings2":
|
|
5047
|
-
return
|
|
5103
|
+
return $5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5048
5104
|
case "checkCircle":
|
|
5049
|
-
return
|
|
5105
|
+
return z5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5050
5106
|
case "cancelCircle":
|
|
5051
|
-
return
|
|
5107
|
+
return J5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5052
5108
|
case "visibilityIcon":
|
|
5053
|
-
return
|
|
5109
|
+
return q5({
|
|
5054
5110
|
width: l,
|
|
5055
5111
|
height: e,
|
|
5056
5112
|
color: h,
|
|
@@ -5058,7 +5114,7 @@ const f5 = ({
|
|
|
5058
5114
|
onClick: s
|
|
5059
5115
|
});
|
|
5060
5116
|
case "visibilityOffIcon":
|
|
5061
|
-
return
|
|
5117
|
+
return Q5({
|
|
5062
5118
|
width: l,
|
|
5063
5119
|
height: e,
|
|
5064
5120
|
color: h,
|
|
@@ -5066,7 +5122,7 @@ const f5 = ({
|
|
|
5066
5122
|
onClick: s
|
|
5067
5123
|
});
|
|
5068
5124
|
case "selectArrowIcon":
|
|
5069
|
-
return
|
|
5125
|
+
return X5({
|
|
5070
5126
|
width: l,
|
|
5071
5127
|
height: e,
|
|
5072
5128
|
color: h,
|
|
@@ -5074,7 +5130,7 @@ const f5 = ({
|
|
|
5074
5130
|
onClick: s
|
|
5075
5131
|
});
|
|
5076
5132
|
case "expandArrowIcon":
|
|
5077
|
-
return
|
|
5133
|
+
return e7({
|
|
5078
5134
|
width: l,
|
|
5079
5135
|
height: e,
|
|
5080
5136
|
color: h,
|
|
@@ -5082,7 +5138,7 @@ const f5 = ({
|
|
|
5082
5138
|
onClick: s
|
|
5083
5139
|
});
|
|
5084
5140
|
case "expandActiveArrowIcon":
|
|
5085
|
-
return
|
|
5141
|
+
return l7({
|
|
5086
5142
|
width: l,
|
|
5087
5143
|
height: e,
|
|
5088
5144
|
color: h,
|
|
@@ -5090,86 +5146,86 @@ const f5 = ({
|
|
|
5090
5146
|
onClick: s
|
|
5091
5147
|
});
|
|
5092
5148
|
case "sortUp":
|
|
5093
|
-
return
|
|
5149
|
+
return i7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5094
5150
|
case "sortDown":
|
|
5095
|
-
return
|
|
5151
|
+
return o7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5096
5152
|
case "search":
|
|
5097
|
-
return e7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5098
|
-
case "arrowUpFilled":
|
|
5099
5153
|
return t7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5154
|
+
case "arrowUpFilled":
|
|
5155
|
+
return h7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5100
5156
|
case "arrowDownFilled":
|
|
5101
|
-
return
|
|
5157
|
+
return s7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5102
5158
|
case "arrow2Up":
|
|
5103
|
-
return
|
|
5159
|
+
return Z5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5104
5160
|
case "arrow2Right":
|
|
5105
|
-
return
|
|
5161
|
+
return V5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5106
5162
|
case "arrow2Down":
|
|
5107
|
-
return
|
|
5163
|
+
return E5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5108
5164
|
case "arrow2Left":
|
|
5109
|
-
return
|
|
5165
|
+
return A5({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5110
5166
|
case "link":
|
|
5111
|
-
return
|
|
5167
|
+
return a7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5112
5168
|
case "telegram":
|
|
5113
|
-
return
|
|
5169
|
+
return C7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5114
5170
|
case "mail":
|
|
5115
|
-
return
|
|
5171
|
+
return w7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5116
5172
|
case "github":
|
|
5117
|
-
return
|
|
5173
|
+
return c7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5118
5174
|
case "linkedIn":
|
|
5119
|
-
return
|
|
5175
|
+
return d7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5120
5176
|
case "emptyStateIcon":
|
|
5121
|
-
return
|
|
5177
|
+
return g7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5122
5178
|
case "filtersIcon":
|
|
5123
|
-
return
|
|
5179
|
+
return L7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5124
5180
|
case "dotMenuIcon":
|
|
5125
|
-
return
|
|
5181
|
+
return k7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5126
5182
|
case "plusCircle":
|
|
5127
|
-
return
|
|
5183
|
+
return p7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5128
5184
|
case "warning":
|
|
5129
|
-
return
|
|
5185
|
+
return m7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5130
5186
|
case "back":
|
|
5131
|
-
return
|
|
5187
|
+
return u7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5132
5188
|
case "bell":
|
|
5133
|
-
return
|
|
5189
|
+
return v7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5134
5190
|
case "copy":
|
|
5135
|
-
return
|
|
5191
|
+
return f7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5136
5192
|
case "contract":
|
|
5137
|
-
return
|
|
5193
|
+
return N7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5138
5194
|
case "resourceManager":
|
|
5139
|
-
return
|
|
5195
|
+
return _7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5140
5196
|
case "image":
|
|
5141
|
-
return
|
|
5197
|
+
return R7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5142
5198
|
case "edit":
|
|
5143
|
-
return
|
|
5199
|
+
return M7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5144
5200
|
case "filledArrowRight":
|
|
5145
|
-
return
|
|
5201
|
+
return H7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5146
5202
|
case "burgerMenu":
|
|
5147
|
-
return
|
|
5203
|
+
return x7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5148
5204
|
case "refresh":
|
|
5149
|
-
return
|
|
5205
|
+
return Z7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5150
5206
|
case "projects":
|
|
5151
|
-
return
|
|
5207
|
+
return V7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5152
5208
|
case "user":
|
|
5153
|
-
return
|
|
5209
|
+
return A7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5154
5210
|
case "exit":
|
|
5155
|
-
return
|
|
5211
|
+
return E7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5156
5212
|
case "openPointCircle":
|
|
5157
|
-
return
|
|
5213
|
+
return G7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5158
5214
|
case "community":
|
|
5159
|
-
return
|
|
5215
|
+
return I7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5160
5216
|
case "docs":
|
|
5161
|
-
return
|
|
5217
|
+
return D7({ width: l, height: e, color: h, className: r, onClick: s });
|
|
5162
5218
|
default:
|
|
5163
5219
|
return /* @__PURE__ */ o(F, { children: "No Icon provided" });
|
|
5164
5220
|
}
|
|
5165
5221
|
})() });
|
|
5166
5222
|
};
|
|
5167
5223
|
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 || {});
|
|
5168
|
-
const
|
|
5224
|
+
const Y7 = s1({
|
|
5169
5225
|
locale: "en",
|
|
5170
5226
|
theme: "light"
|
|
5171
5227
|
});
|
|
5172
|
-
|
|
5228
|
+
Y7.Provider;
|
|
5173
5229
|
const E1 = ({
|
|
5174
5230
|
children: i,
|
|
5175
5231
|
width: l,
|
|
@@ -5178,7 +5234,7 @@ const E1 = ({
|
|
|
5178
5234
|
closable: n = !0,
|
|
5179
5235
|
disabled: c = !1
|
|
5180
5236
|
}) => {
|
|
5181
|
-
const
|
|
5237
|
+
const L = e === "small" ? 10 : 12.5, r = () => {
|
|
5182
5238
|
c || t == null || t();
|
|
5183
5239
|
};
|
|
5184
5240
|
return /* @__PURE__ */ o(
|
|
@@ -5186,12 +5242,12 @@ const E1 = ({
|
|
|
5186
5242
|
{
|
|
5187
5243
|
className: `snmt-tag ${e} ${c ? "disabled" : ""}`,
|
|
5188
5244
|
closeIcon: /* @__PURE__ */ o(
|
|
5189
|
-
|
|
5245
|
+
y7,
|
|
5190
5246
|
{
|
|
5191
5247
|
name: "cancelCircle",
|
|
5192
5248
|
color: c ? t1.GREY_DARK_1 : t1.GREY_DARK_2,
|
|
5193
|
-
width:
|
|
5194
|
-
height:
|
|
5249
|
+
width: L,
|
|
5250
|
+
height: L,
|
|
5195
5251
|
onClick: r
|
|
5196
5252
|
}
|
|
5197
5253
|
),
|
|
@@ -5199,7 +5255,7 @@ const E1 = ({
|
|
|
5199
5255
|
style: { width: l ?? "fit-content" },
|
|
5200
5256
|
closable: n,
|
|
5201
5257
|
children: typeof i == "string" ? /* @__PURE__ */ o(
|
|
5202
|
-
|
|
5258
|
+
R5,
|
|
5203
5259
|
{
|
|
5204
5260
|
variant: e === "small" ? "body4" : "body2",
|
|
5205
5261
|
color: c ? t1.GREY_DARK_2 : t1.GREY_DARK_5,
|
|
@@ -5208,12 +5264,12 @@ const E1 = ({
|
|
|
5208
5264
|
) : i
|
|
5209
5265
|
}
|
|
5210
5266
|
);
|
|
5211
|
-
}, { Title:
|
|
5267
|
+
}, { Title: K7, Text: B7 } = m1, T7 = {
|
|
5212
5268
|
h1: 1,
|
|
5213
5269
|
h2: 2,
|
|
5214
5270
|
h3: 3,
|
|
5215
5271
|
h4: 4
|
|
5216
|
-
},
|
|
5272
|
+
}, b7 = n1(
|
|
5217
5273
|
({
|
|
5218
5274
|
align: i = "inherit",
|
|
5219
5275
|
variant: l = "body1",
|
|
@@ -5221,31 +5277,31 @@ const E1 = ({
|
|
|
5221
5277
|
children: t,
|
|
5222
5278
|
onClick: n,
|
|
5223
5279
|
collapsed: c,
|
|
5224
|
-
whiteSpace:
|
|
5280
|
+
whiteSpace: L = "normal",
|
|
5225
5281
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5226
5282
|
trim: r = !1
|
|
5227
5283
|
}, m) => {
|
|
5228
5284
|
const C = W(null);
|
|
5229
|
-
|
|
5285
|
+
L1(m, () => C.current);
|
|
5230
5286
|
const [h, s] = R(!1);
|
|
5231
5287
|
G(() => {
|
|
5232
|
-
var
|
|
5288
|
+
var H;
|
|
5233
5289
|
if (!r) return;
|
|
5234
5290
|
const u = () => {
|
|
5235
5291
|
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
5236
5292
|
};
|
|
5237
5293
|
u();
|
|
5238
|
-
const
|
|
5239
|
-
return C.current &&
|
|
5240
|
-
|
|
5294
|
+
const x = new ResizeObserver(u);
|
|
5295
|
+
return C.current && x.observe(C.current), (H = C.current) != null && H.parentElement && x.observe(C.current.parentElement), () => {
|
|
5296
|
+
x.disconnect();
|
|
5241
5297
|
};
|
|
5242
5298
|
}, [r]);
|
|
5243
5299
|
const f = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
5244
|
-
let
|
|
5245
|
-
i && i !== "inherit" && (
|
|
5246
|
-
const
|
|
5247
|
-
className:
|
|
5248
|
-
style: { color: e, whiteSpace: r ? "nowrap" :
|
|
5300
|
+
let v = `snmt-typography snmt-typography-${l}`;
|
|
5301
|
+
i && i !== "inherit" && (v += ` snmt-typography-align-${i}`), c && (v += " collapsed");
|
|
5302
|
+
const M = {
|
|
5303
|
+
className: v,
|
|
5304
|
+
style: { color: e, whiteSpace: r ? "nowrap" : L, display: r ? "block" : "" },
|
|
5249
5305
|
onClick: n,
|
|
5250
5306
|
ref: C,
|
|
5251
5307
|
ellipsis: r && h ? {
|
|
@@ -5255,25 +5311,25 @@ const E1 = ({
|
|
|
5255
5311
|
}
|
|
5256
5312
|
} : void 0
|
|
5257
5313
|
};
|
|
5258
|
-
return f ? /* @__PURE__ */ o(
|
|
5314
|
+
return f ? /* @__PURE__ */ o(K7, { level: T7[l], ...M, children: t }) : /* @__PURE__ */ o(B7, { ...M, children: t });
|
|
5259
5315
|
}
|
|
5260
|
-
),
|
|
5316
|
+
), O7 = ({
|
|
5261
5317
|
children: i,
|
|
5262
5318
|
content: l,
|
|
5263
5319
|
isOpen: e,
|
|
5264
5320
|
setIsOpen: t,
|
|
5265
5321
|
placement: n = "topRight",
|
|
5266
5322
|
noPadding: c = !1,
|
|
5267
|
-
trigger:
|
|
5323
|
+
trigger: L = "click"
|
|
5268
5324
|
}) => {
|
|
5269
5325
|
const [r, m] = R(!1);
|
|
5270
5326
|
return /* @__PURE__ */ o(
|
|
5271
|
-
|
|
5327
|
+
K1,
|
|
5272
5328
|
{
|
|
5273
5329
|
content: l,
|
|
5274
5330
|
arrow: !1,
|
|
5275
5331
|
placement: n,
|
|
5276
|
-
trigger:
|
|
5332
|
+
trigger: L,
|
|
5277
5333
|
overlayClassName: `snmt-popover ${c ? "" : "padding"}`,
|
|
5278
5334
|
open: e ?? r,
|
|
5279
5335
|
onOpenChange: (C) => {
|
|
@@ -5283,7 +5339,7 @@ const E1 = ({
|
|
|
5283
5339
|
}
|
|
5284
5340
|
);
|
|
5285
5341
|
};
|
|
5286
|
-
var
|
|
5342
|
+
var W7 = { exports: {} };
|
|
5287
5343
|
(function(i, l) {
|
|
5288
5344
|
(function(e, t) {
|
|
5289
5345
|
i.exports = t();
|
|
@@ -5293,27 +5349,27 @@ var T7 = { exports: {} };
|
|
|
5293
5349
|
return "[" + e + (t[(n - 20) % 10] || t[n] || t[0]) + "]";
|
|
5294
5350
|
} };
|
|
5295
5351
|
});
|
|
5296
|
-
})(
|
|
5297
|
-
const
|
|
5352
|
+
})(W7);
|
|
5353
|
+
const j7 = ({
|
|
5298
5354
|
values: i,
|
|
5299
5355
|
onTagClose: l,
|
|
5300
5356
|
maxWidth: e,
|
|
5301
5357
|
closable: t = !0,
|
|
5302
5358
|
disabled: n,
|
|
5303
5359
|
options: c,
|
|
5304
|
-
extraOptions:
|
|
5360
|
+
extraOptions: L
|
|
5305
5361
|
}) => {
|
|
5306
|
-
const { locale: r } =
|
|
5362
|
+
const { locale: r } = r1(u1), { t: m } = t2("common", { lng: r }), [C, h] = R(!1);
|
|
5307
5363
|
if (G(() => {
|
|
5308
5364
|
i.length || h(!1);
|
|
5309
5365
|
}, [i]), !i.length)
|
|
5310
5366
|
return null;
|
|
5311
5367
|
const s = (f) => {
|
|
5312
|
-
var
|
|
5313
|
-
return ((
|
|
5368
|
+
var v, M;
|
|
5369
|
+
return ((v = c == null ? void 0 : c.find((u) => u.value === f)) == null ? void 0 : v.label) || ((M = L == null ? void 0 : L.find((u) => u.value === f)) == null ? void 0 : M.label) || f;
|
|
5314
5370
|
};
|
|
5315
5371
|
return /* @__PURE__ */ a(
|
|
5316
|
-
|
|
5372
|
+
O7,
|
|
5317
5373
|
{
|
|
5318
5374
|
content: (
|
|
5319
5375
|
// 90: paddings + margins + gaps and so on
|
|
@@ -5338,19 +5394,19 @@ const y7 = ({
|
|
|
5338
5394
|
]
|
|
5339
5395
|
}
|
|
5340
5396
|
);
|
|
5341
|
-
},
|
|
5397
|
+
}, S7 = {
|
|
5342
5398
|
small: 20,
|
|
5343
5399
|
medium: 28,
|
|
5344
5400
|
large: 48
|
|
5345
|
-
},
|
|
5346
|
-
const e =
|
|
5401
|
+
}, _1 = ({ size: i = "medium", color: l = "#004ed7" }) => {
|
|
5402
|
+
const e = S7[i], t = `no-repeat linear-gradient(${l}
|
|
5347
5403
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${l} 0)`, n = {
|
|
5348
5404
|
width: e,
|
|
5349
5405
|
background: `${t} 0% 100%, ${t} 50% 100%, ${t} 100% 100%`,
|
|
5350
5406
|
backgroundSize: "20% calc(200% + 20px)"
|
|
5351
5407
|
};
|
|
5352
5408
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: n });
|
|
5353
|
-
},
|
|
5409
|
+
}, R1 = n1(
|
|
5354
5410
|
({
|
|
5355
5411
|
value: i,
|
|
5356
5412
|
onChange: l,
|
|
@@ -5358,48 +5414,48 @@ const y7 = ({
|
|
|
5358
5414
|
mode: t,
|
|
5359
5415
|
search: n = !1,
|
|
5360
5416
|
options: c,
|
|
5361
|
-
width:
|
|
5417
|
+
width: L,
|
|
5362
5418
|
disabled: r = !1,
|
|
5363
5419
|
required: m = !1,
|
|
5364
5420
|
clearable: C = !1,
|
|
5365
5421
|
scrollThresholdValue: h = 50,
|
|
5366
5422
|
onSearchChange: s,
|
|
5367
5423
|
onDropdownVisibleChange: f,
|
|
5368
|
-
onScrollToEnd:
|
|
5369
|
-
onPopupScroll:
|
|
5370
|
-
id:
|
|
5424
|
+
onScrollToEnd: v,
|
|
5425
|
+
onPopupScroll: M,
|
|
5426
|
+
id: H,
|
|
5371
5427
|
extraOptions: u,
|
|
5372
|
-
dropdownRender:
|
|
5428
|
+
dropdownRender: x,
|
|
5373
5429
|
optionRender: D,
|
|
5374
5430
|
isLoading: Y,
|
|
5375
5431
|
readOnly: p,
|
|
5376
|
-
error:
|
|
5377
|
-
},
|
|
5378
|
-
const [
|
|
5432
|
+
error: E
|
|
5433
|
+
}, Z) => {
|
|
5434
|
+
const [V, b] = R(!1), [j, B] = R(!1), [S, $] = R(!0), [A, T] = R(i), Q = W(null);
|
|
5379
5435
|
G(() => {
|
|
5380
5436
|
T(i);
|
|
5381
5437
|
}, [i]);
|
|
5382
|
-
const
|
|
5438
|
+
const h1 = (g) => {
|
|
5383
5439
|
b(g), f && f(g);
|
|
5384
|
-
},
|
|
5440
|
+
}, a1 = (g, k) => {
|
|
5385
5441
|
var _;
|
|
5386
|
-
return !!((_ =
|
|
5387
|
-
},
|
|
5442
|
+
return !!((_ = k == null ? void 0 : k.label) != null && _.toString().toLowerCase().includes(g.toLowerCase()));
|
|
5443
|
+
}, X = () => {
|
|
5388
5444
|
B(!0);
|
|
5389
5445
|
}, z = () => {
|
|
5390
5446
|
B(!1);
|
|
5391
|
-
}, O =
|
|
5447
|
+
}, O = y(
|
|
5392
5448
|
(g) => {
|
|
5393
5449
|
if (T(g), t) {
|
|
5394
5450
|
const _ = g;
|
|
5395
5451
|
l == null || l(_);
|
|
5396
5452
|
return;
|
|
5397
5453
|
}
|
|
5398
|
-
const
|
|
5399
|
-
l == null || l(
|
|
5454
|
+
const k = g;
|
|
5455
|
+
l == null || l(k);
|
|
5400
5456
|
},
|
|
5401
5457
|
[t, l]
|
|
5402
|
-
),
|
|
5458
|
+
), c1 = y(() => {
|
|
5403
5459
|
if (!(p || r)) {
|
|
5404
5460
|
if (t) {
|
|
5405
5461
|
O([]);
|
|
@@ -5407,41 +5463,41 @@ const y7 = ({
|
|
|
5407
5463
|
}
|
|
5408
5464
|
O("");
|
|
5409
5465
|
}
|
|
5410
|
-
}, [r, O, t, p]), U =
|
|
5466
|
+
}, [r, O, t, p]), U = y(
|
|
5411
5467
|
(g) => {
|
|
5412
|
-
const
|
|
5413
|
-
O(
|
|
5468
|
+
const k = A.filter((_) => _ !== g);
|
|
5469
|
+
O(k), T(k);
|
|
5414
5470
|
},
|
|
5415
|
-
[O,
|
|
5416
|
-
), e1 =
|
|
5417
|
-
(g) => (
|
|
5471
|
+
[O, A]
|
|
5472
|
+
), e1 = y(
|
|
5473
|
+
(g) => (A == null ? void 0 : A.indexOf(g)) === 0 ? (
|
|
5418
5474
|
// if the search input is empty
|
|
5419
5475
|
// then display the placeholder, else do not display it
|
|
5420
5476
|
/* @__PURE__ */ o("span", { className: "custom-placeholder", children: S ? e : "" })
|
|
5421
5477
|
) : /* @__PURE__ */ o(F, {}),
|
|
5422
|
-
[S,
|
|
5423
|
-
),
|
|
5478
|
+
[S, A, e]
|
|
5479
|
+
), C1 = (g) => {
|
|
5424
5480
|
g.preventDefault(), g.stopPropagation();
|
|
5425
|
-
},
|
|
5426
|
-
const { target:
|
|
5427
|
-
|
|
5428
|
-
}, J =
|
|
5481
|
+
}, d1 = async (g) => {
|
|
5482
|
+
const { target: k } = g;
|
|
5483
|
+
k.scrollTop + k.offsetHeight >= k.scrollHeight - h && (v == null || v(!0)), M && await M(g);
|
|
5484
|
+
}, J = y(
|
|
5429
5485
|
(g) => {
|
|
5430
|
-
var
|
|
5431
|
-
return ((
|
|
5486
|
+
var k, _;
|
|
5487
|
+
return ((k = c.find((l1) => l1.value === g)) == null ? void 0 : k.label) || ((_ = u == null ? void 0 : u.find(
|
|
5432
5488
|
(l1) => l1.value === g
|
|
5433
5489
|
)) == null ? void 0 : _.label) || g;
|
|
5434
5490
|
},
|
|
5435
5491
|
[u, c]
|
|
5436
|
-
),
|
|
5492
|
+
), w1 = y(
|
|
5437
5493
|
(g) => {
|
|
5438
|
-
var
|
|
5494
|
+
var k;
|
|
5439
5495
|
return /* @__PURE__ */ o(
|
|
5440
|
-
|
|
5496
|
+
j7,
|
|
5441
5497
|
{
|
|
5442
5498
|
values: g,
|
|
5443
5499
|
onTagClose: U,
|
|
5444
|
-
maxWidth: ((
|
|
5500
|
+
maxWidth: ((k = Q.current) == null ? void 0 : k.clientWidth) || 0,
|
|
5445
5501
|
disabled: r,
|
|
5446
5502
|
closable: !p,
|
|
5447
5503
|
options: c,
|
|
@@ -5450,54 +5506,54 @@ const y7 = ({
|
|
|
5450
5506
|
);
|
|
5451
5507
|
},
|
|
5452
5508
|
[r, u, U, c, p]
|
|
5453
|
-
),
|
|
5454
|
-
({ label: g, value:
|
|
5509
|
+
), N = y(
|
|
5510
|
+
({ label: g, value: k, mode: _ }) => _ === "filter" ? e1(k) : /* @__PURE__ */ o("div", { onMouseDown: C1, className: "tag-wrapper", children: /* @__PURE__ */ o(E1, { onClose: () => U(k), disabled: r, children: typeof g == "object" ? g : J(k) }) }),
|
|
5455
5511
|
[r, J, U, e1]
|
|
5456
|
-
), I = Array.isArray(
|
|
5512
|
+
), I = Array.isArray(A) && A.length > 0 || !!A && typeof A == "string" && A.trim() !== "";
|
|
5457
5513
|
return /* @__PURE__ */ a("div", { className: "snmt-select-container", children: [
|
|
5458
5514
|
/* @__PURE__ */ a(
|
|
5459
5515
|
"div",
|
|
5460
5516
|
{
|
|
5461
5517
|
className: `snmt-select-1-15-6 ${j ? "snmt-select-focused" : ""}
|
|
5462
5518
|
${t ? "" : "snmt-select-single"} ${p ? "snmt-select-read-only" : ""}`,
|
|
5463
|
-
ref:
|
|
5464
|
-
style: { width:
|
|
5519
|
+
ref: Q,
|
|
5520
|
+
style: { width: L },
|
|
5465
5521
|
children: [
|
|
5466
5522
|
/* @__PURE__ */ o(
|
|
5467
5523
|
G1,
|
|
5468
5524
|
{
|
|
5469
5525
|
className: "snmt-select-blank",
|
|
5470
5526
|
popupClassName: p ? "dropdown-read-only" : "",
|
|
5471
|
-
id:
|
|
5472
|
-
ref:
|
|
5527
|
+
id: H,
|
|
5528
|
+
ref: Z,
|
|
5473
5529
|
showSearch: !!n,
|
|
5474
|
-
filterOption: n &&
|
|
5475
|
-
onDropdownVisibleChange:
|
|
5530
|
+
filterOption: n && a1,
|
|
5531
|
+
onDropdownVisibleChange: h1,
|
|
5476
5532
|
disabled: r,
|
|
5477
|
-
value:
|
|
5533
|
+
value: A || void 0,
|
|
5478
5534
|
labelRender: (g) => {
|
|
5479
|
-
const
|
|
5480
|
-
return r ? /* @__PURE__ */ o("span", { style: { color:
|
|
5535
|
+
const k = J(g.value);
|
|
5536
|
+
return r ? /* @__PURE__ */ o("span", { style: { color: K.GREY_DARK_1 }, children: k }) : k;
|
|
5481
5537
|
},
|
|
5482
5538
|
mode: t === "filter" ? "multiple" : t,
|
|
5483
5539
|
onChange: O,
|
|
5484
|
-
onFocus:
|
|
5540
|
+
onFocus: X,
|
|
5485
5541
|
onBlur: z,
|
|
5486
5542
|
onSearch: (g) => {
|
|
5487
5543
|
$(!g), s && s(g);
|
|
5488
5544
|
},
|
|
5489
5545
|
onSelect: () => $(!0),
|
|
5490
5546
|
onDeselect: () => $(!0),
|
|
5491
|
-
tagRender: (g) =>
|
|
5547
|
+
tagRender: (g) => N({ ...g, mode: t }),
|
|
5492
5548
|
maxTagCount: "responsive",
|
|
5493
|
-
maxTagPlaceholder:
|
|
5494
|
-
onPopupScroll:
|
|
5495
|
-
prefix: Y && /* @__PURE__ */ o(
|
|
5549
|
+
maxTagPlaceholder: w1,
|
|
5550
|
+
onPopupScroll: d1,
|
|
5551
|
+
prefix: Y && /* @__PURE__ */ o(_1, { size: "small" }),
|
|
5496
5552
|
suffixIcon: /* @__PURE__ */ o("div", { className: "wrapper-suffix-icon", children: t !== "filter" && /* @__PURE__ */ a(F, { children: [
|
|
5497
|
-
|
|
5553
|
+
A && !!A.length && (t || C) && /* @__PURE__ */ o(
|
|
5498
5554
|
"div",
|
|
5499
5555
|
{
|
|
5500
|
-
onClick:
|
|
5556
|
+
onClick: c1,
|
|
5501
5557
|
style: {
|
|
5502
5558
|
cursor: r ? "not-allowed" : "pointer"
|
|
5503
5559
|
},
|
|
@@ -5505,7 +5561,7 @@ const y7 = ({
|
|
|
5505
5561
|
i1,
|
|
5506
5562
|
{
|
|
5507
5563
|
name: "cancel",
|
|
5508
|
-
color: r ?
|
|
5564
|
+
color: r ? K.GREY_DARK_1 : K.GREY_DARK_2
|
|
5509
5565
|
}
|
|
5510
5566
|
)
|
|
5511
5567
|
}
|
|
@@ -5514,20 +5570,20 @@ const y7 = ({
|
|
|
5514
5570
|
i1,
|
|
5515
5571
|
{
|
|
5516
5572
|
name: "selectArrowIcon",
|
|
5517
|
-
color: r ?
|
|
5518
|
-
className:
|
|
5519
|
-
onClick: () => b(!
|
|
5573
|
+
color: r ? K.GREY_DARK_1 : K.GREY_DARK_5,
|
|
5574
|
+
className: V ? "select-arrow-rotated" : "select-arrow",
|
|
5575
|
+
onClick: () => b(!V)
|
|
5520
5576
|
}
|
|
5521
5577
|
)
|
|
5522
5578
|
] }) }),
|
|
5523
|
-
removeIcon: /* @__PURE__ */ o(i1, { name: "cancelCircle", color:
|
|
5579
|
+
removeIcon: /* @__PURE__ */ o(i1, { name: "cancelCircle", color: K.GREY_DARK_1 }),
|
|
5524
5580
|
options: c,
|
|
5525
5581
|
optionRender: (g) => D ? D(g.data) : /* @__PURE__ */ a(o1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
5526
5582
|
/* @__PURE__ */ a(o1, { alignItems: "center", gap: 12, children: [
|
|
5527
5583
|
t && /* @__PURE__ */ o(
|
|
5528
|
-
|
|
5584
|
+
c2,
|
|
5529
5585
|
{
|
|
5530
|
-
checked: !!(
|
|
5586
|
+
checked: !!(A != null && A.includes(g.value))
|
|
5531
5587
|
}
|
|
5532
5588
|
),
|
|
5533
5589
|
/* @__PURE__ */ a(o1, { alignItems: "center", gap: 8, children: [
|
|
@@ -5535,11 +5591,11 @@ const y7 = ({
|
|
|
5535
5591
|
/* @__PURE__ */ o("span", { children: g.label })
|
|
5536
5592
|
] })
|
|
5537
5593
|
] }),
|
|
5538
|
-
!t &&
|
|
5594
|
+
!t && A === g.value && /* @__PURE__ */ o(i1, { name: "check", color: K.BLUE_DARK_1 })
|
|
5539
5595
|
] }),
|
|
5540
5596
|
dropdownRender: (g) => /* @__PURE__ */ a("div", { className: "dropdown-container", children: [
|
|
5541
|
-
/* @__PURE__ */ o("div", { className: "dropdown-menu", children:
|
|
5542
|
-
Y && /* @__PURE__ */ o("div", { className: "loading-overlay", children: /* @__PURE__ */ o(
|
|
5597
|
+
/* @__PURE__ */ o("div", { className: "dropdown-menu", children: x ? x(g) : g }),
|
|
5598
|
+
Y && /* @__PURE__ */ o("div", { className: "loading-overlay", children: /* @__PURE__ */ o(_1, {}) })
|
|
5543
5599
|
] })
|
|
5544
5600
|
}
|
|
5545
5601
|
),
|
|
@@ -5547,14 +5603,14 @@ const y7 = ({
|
|
|
5547
5603
|
/* @__PURE__ */ o(
|
|
5548
5604
|
"label",
|
|
5549
5605
|
{
|
|
5550
|
-
className: `${j || I ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${j ? "label-focused" : ""} ${Y ? "label-loading" : ""} ${
|
|
5606
|
+
className: `${j || I ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${j ? "label-focused" : ""} ${Y ? "label-loading" : ""} ${E ? "label-error" : ""}`,
|
|
5551
5607
|
children: m ? `${e}*` : e
|
|
5552
5608
|
}
|
|
5553
5609
|
),
|
|
5554
5610
|
/* @__PURE__ */ o(
|
|
5555
5611
|
"fieldset",
|
|
5556
5612
|
{
|
|
5557
|
-
className: `${j ? "fieldset-focused" : ""} ${r ? "fieldset-disabled" : ""} ${I ? "fieldset-filled" : ""} ${
|
|
5613
|
+
className: `${j ? "fieldset-focused" : ""} ${r ? "fieldset-disabled" : ""} ${I ? "fieldset-filled" : ""} ${E ? "fieldset-error" : ""}`,
|
|
5558
5614
|
children: /* @__PURE__ */ o("legend", { children: /* @__PURE__ */ o("span", { children: m ? `${e}*` : e }) })
|
|
5559
5615
|
}
|
|
5560
5616
|
)
|
|
@@ -5562,22 +5618,22 @@ const y7 = ({
|
|
|
5562
5618
|
]
|
|
5563
5619
|
}
|
|
5564
5620
|
),
|
|
5565
|
-
|
|
5621
|
+
E && /* @__PURE__ */ a(o1, { justifyContent: "flex-start", gap: 6, children: [
|
|
5566
5622
|
/* @__PURE__ */ o(
|
|
5567
5623
|
i1,
|
|
5568
5624
|
{
|
|
5569
5625
|
name: "attention",
|
|
5570
|
-
color:
|
|
5626
|
+
color: K.NOTIFICATION_ERROR_DARK,
|
|
5571
5627
|
height: 16,
|
|
5572
5628
|
width: 16
|
|
5573
5629
|
}
|
|
5574
5630
|
),
|
|
5575
|
-
typeof
|
|
5631
|
+
typeof E == "string" ? /* @__PURE__ */ o(b7, { color: K.NOTIFICATION_ERROR_DARK, variant: "body4", children: E }) : E
|
|
5576
5632
|
] })
|
|
5577
5633
|
] });
|
|
5578
5634
|
}
|
|
5579
5635
|
);
|
|
5580
|
-
function
|
|
5636
|
+
function U7(i, l = 500) {
|
|
5581
5637
|
const e = W();
|
|
5582
5638
|
return G(() => () => {
|
|
5583
5639
|
e.current && clearTimeout(e.current);
|
|
@@ -5588,15 +5644,15 @@ function O7(i, l = 500) {
|
|
|
5588
5644
|
clearTimeout(e.current), e.current = c;
|
|
5589
5645
|
};
|
|
5590
5646
|
}
|
|
5591
|
-
function
|
|
5647
|
+
function M1(i) {
|
|
5592
5648
|
const l = W(i);
|
|
5593
5649
|
return G(() => {
|
|
5594
5650
|
l.current = i;
|
|
5595
5651
|
}, [i]), l.current;
|
|
5596
5652
|
}
|
|
5597
|
-
const
|
|
5653
|
+
const k1 = 100, q = {
|
|
5598
5654
|
offset: 0
|
|
5599
|
-
},
|
|
5655
|
+
}, J7 = n1(
|
|
5600
5656
|
({
|
|
5601
5657
|
loadOptions: i,
|
|
5602
5658
|
width: l,
|
|
@@ -5604,102 +5660,102 @@ const L1 = 100, q = {
|
|
|
5604
5660
|
value: t,
|
|
5605
5661
|
id: n,
|
|
5606
5662
|
disabled: c,
|
|
5607
|
-
scrollThresholdValue:
|
|
5663
|
+
scrollThresholdValue: L,
|
|
5608
5664
|
placeholder: r,
|
|
5609
5665
|
mode: m,
|
|
5610
5666
|
loadOnClosedState: C,
|
|
5611
5667
|
preloadOptions: h,
|
|
5612
5668
|
extraOptions: s,
|
|
5613
5669
|
onDropdownVisibleChange: f,
|
|
5614
|
-
optionRender:
|
|
5615
|
-
dropdownRender:
|
|
5616
|
-
readOnly:
|
|
5670
|
+
optionRender: v,
|
|
5671
|
+
dropdownRender: M,
|
|
5672
|
+
readOnly: H,
|
|
5617
5673
|
clearable: u = !1,
|
|
5618
|
-
required:
|
|
5674
|
+
required: x = !1,
|
|
5619
5675
|
error: D
|
|
5620
5676
|
}, Y) => {
|
|
5621
|
-
const [p,
|
|
5677
|
+
const [p, E] = R(), [Z, V] = R(q), [b, j] = R(!1), [B, S] = R(), [$, A] = R(!1), [T, Q] = R(
|
|
5622
5678
|
s ?? []
|
|
5623
|
-
),
|
|
5679
|
+
), h1 = M1(Z.offset), a1 = M1(B), [X, z] = R(!1), O = W(!1), c1 = y(
|
|
5624
5680
|
async ({
|
|
5625
|
-
limit:
|
|
5681
|
+
limit: N = k1,
|
|
5626
5682
|
offset: I,
|
|
5627
5683
|
search: g
|
|
5628
5684
|
}) => {
|
|
5629
5685
|
j(!0);
|
|
5630
5686
|
try {
|
|
5631
|
-
const
|
|
5632
|
-
limit:
|
|
5687
|
+
const k = await i({
|
|
5688
|
+
limit: N,
|
|
5633
5689
|
offset: I,
|
|
5634
5690
|
search: g
|
|
5635
5691
|
});
|
|
5636
|
-
|
|
5637
|
-
(_) => I === 0 ?
|
|
5638
|
-
),
|
|
5692
|
+
E(
|
|
5693
|
+
(_) => I === 0 ? k.options : [..._ ?? [], ...k.options]
|
|
5694
|
+
), V((_) => ({
|
|
5639
5695
|
..._,
|
|
5640
|
-
count:
|
|
5696
|
+
count: k.count
|
|
5641
5697
|
}));
|
|
5642
|
-
} catch (
|
|
5643
|
-
return console.error("AsyncSelect. fetchOptions error",
|
|
5698
|
+
} catch (k) {
|
|
5699
|
+
return console.error("AsyncSelect. fetchOptions error", k), [];
|
|
5644
5700
|
} finally {
|
|
5645
5701
|
j(!1);
|
|
5646
5702
|
}
|
|
5647
5703
|
},
|
|
5648
5704
|
[i]
|
|
5649
|
-
), U =
|
|
5650
|
-
S(
|
|
5651
|
-
}), e1 =
|
|
5652
|
-
(
|
|
5705
|
+
), U = U7((N) => {
|
|
5706
|
+
S(N), N || V(q);
|
|
5707
|
+
}), e1 = y(
|
|
5708
|
+
(N) => U(N),
|
|
5653
5709
|
[U]
|
|
5654
|
-
),
|
|
5655
|
-
async (
|
|
5656
|
-
b ||
|
|
5710
|
+
), C1 = y(
|
|
5711
|
+
async (N) => {
|
|
5712
|
+
b || N && Z.count && Z.count > ((p == null ? void 0 : p.length) ?? 0) && V((I) => ({
|
|
5657
5713
|
...I,
|
|
5658
|
-
offset: I.offset +
|
|
5714
|
+
offset: I.offset + k1
|
|
5659
5715
|
}));
|
|
5660
5716
|
},
|
|
5661
|
-
[b, p == null ? void 0 : p.length,
|
|
5662
|
-
),
|
|
5663
|
-
(
|
|
5664
|
-
|
|
5717
|
+
[b, p == null ? void 0 : p.length, Z.count]
|
|
5718
|
+
), d1 = y(
|
|
5719
|
+
(N) => {
|
|
5720
|
+
A(N), !N && B && (S(void 0), V(q), z(!0)), f == null || f(N);
|
|
5665
5721
|
},
|
|
5666
5722
|
[f, B]
|
|
5667
5723
|
);
|
|
5668
5724
|
G(() => {
|
|
5669
5725
|
if (!O.current || b) return;
|
|
5670
|
-
(
|
|
5671
|
-
}, [
|
|
5672
|
-
(C || h) &&
|
|
5726
|
+
(X || $ && (h1 !== Z.offset || a1 !== B || !p)) && (c1({ offset: Z.offset, limit: k1, search: B }), X && z(!1));
|
|
5727
|
+
}, [X, $, Z.offset, B, h1, a1, p, b]), G(() => {
|
|
5728
|
+
(C || h) && c1(q), O.current = !0;
|
|
5673
5729
|
}, []), G(() => {
|
|
5674
|
-
s &&
|
|
5730
|
+
s && Q((N) => {
|
|
5675
5731
|
const I = s.filter(
|
|
5676
|
-
(g) => !
|
|
5732
|
+
(g) => !N.some((k) => k.value === g.value)
|
|
5677
5733
|
);
|
|
5678
|
-
return [...
|
|
5734
|
+
return [...N, ...I];
|
|
5679
5735
|
});
|
|
5680
5736
|
}, [s]);
|
|
5681
|
-
const J =
|
|
5682
|
-
(
|
|
5683
|
-
e && e(
|
|
5737
|
+
const J = y(
|
|
5738
|
+
(N) => {
|
|
5739
|
+
e && e(N);
|
|
5684
5740
|
let I = [];
|
|
5685
|
-
if (m ? I = Array.isArray(
|
|
5741
|
+
if (m ? I = Array.isArray(N) ? N : [] : I = N ? [N] : [], B) {
|
|
5686
5742
|
const g = I.filter(
|
|
5687
|
-
(
|
|
5743
|
+
(k) => !(T != null && T.some((_) => _.value === k))
|
|
5688
5744
|
);
|
|
5689
|
-
g.length > 0 &&
|
|
5690
|
-
...
|
|
5745
|
+
g.length > 0 && Q((k = []) => [
|
|
5746
|
+
...k,
|
|
5691
5747
|
...g.map((_) => {
|
|
5692
|
-
const
|
|
5748
|
+
const g1 = p == null ? void 0 : p.find((l1) => l1.value === _);
|
|
5693
5749
|
return {
|
|
5694
5750
|
value: _,
|
|
5695
|
-
label: (
|
|
5751
|
+
label: (g1 == null ? void 0 : g1.label) ?? _
|
|
5696
5752
|
};
|
|
5697
5753
|
})
|
|
5698
|
-
]), S(void 0),
|
|
5754
|
+
]), S(void 0), V(q), z(!0);
|
|
5699
5755
|
}
|
|
5700
5756
|
},
|
|
5701
5757
|
[e, B, m, p, T]
|
|
5702
|
-
),
|
|
5758
|
+
), w1 = A1(
|
|
5703
5759
|
() => ({
|
|
5704
5760
|
id: n,
|
|
5705
5761
|
width: l,
|
|
@@ -5710,17 +5766,17 @@ const L1 = 100, q = {
|
|
|
5710
5766
|
search: !0,
|
|
5711
5767
|
value: t,
|
|
5712
5768
|
onSearchChange: e1,
|
|
5713
|
-
onDropdownVisibleChange:
|
|
5714
|
-
scrollThresholdValue:
|
|
5715
|
-
onScrollToEnd:
|
|
5769
|
+
onDropdownVisibleChange: d1,
|
|
5770
|
+
scrollThresholdValue: L,
|
|
5771
|
+
onScrollToEnd: C1,
|
|
5716
5772
|
disabled: c,
|
|
5717
5773
|
extraOptions: T,
|
|
5718
5774
|
isLoading: b,
|
|
5719
|
-
optionRender:
|
|
5720
|
-
dropdownRender:
|
|
5721
|
-
readOnly:
|
|
5775
|
+
optionRender: v,
|
|
5776
|
+
dropdownRender: M,
|
|
5777
|
+
readOnly: H,
|
|
5722
5778
|
clearable: u,
|
|
5723
|
-
required:
|
|
5779
|
+
required: x,
|
|
5724
5780
|
error: D
|
|
5725
5781
|
}),
|
|
5726
5782
|
[
|
|
@@ -5732,27 +5788,27 @@ const L1 = 100, q = {
|
|
|
5732
5788
|
r,
|
|
5733
5789
|
t,
|
|
5734
5790
|
e1,
|
|
5791
|
+
d1,
|
|
5792
|
+
L,
|
|
5735
5793
|
C1,
|
|
5736
|
-
k,
|
|
5737
|
-
c1,
|
|
5738
5794
|
c,
|
|
5739
5795
|
T,
|
|
5740
5796
|
b,
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5797
|
+
v,
|
|
5798
|
+
M,
|
|
5799
|
+
H,
|
|
5744
5800
|
u,
|
|
5745
|
-
|
|
5801
|
+
x,
|
|
5746
5802
|
D
|
|
5747
5803
|
]
|
|
5748
5804
|
);
|
|
5749
|
-
return
|
|
5805
|
+
return L1(Y, () => ({
|
|
5750
5806
|
refetchOptions: async () => {
|
|
5751
|
-
|
|
5807
|
+
V(q), S(void 0), z(!0);
|
|
5752
5808
|
}
|
|
5753
|
-
})), m ? /* @__PURE__ */ o(
|
|
5809
|
+
})), m ? /* @__PURE__ */ o(R1, { ...w1, value: t, mode: m }) : /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(R1, { ...w1, value: t }) });
|
|
5754
5810
|
}
|
|
5755
5811
|
);
|
|
5756
5812
|
export {
|
|
5757
|
-
|
|
5813
|
+
J7 as AsyncSelect
|
|
5758
5814
|
};
|