@snmt-react-ui/async-select 1.7.5 → 1.7.7
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 +728 -680
- package/dist/index.css +1 -1
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import { jsx as t, Fragment as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { Select as
|
|
5
|
-
var j1 = Object.defineProperty,
|
|
6
|
-
function
|
|
2
|
+
import { jsx as t, Fragment as O, jsxs as c } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as r1, forwardRef as d1, useState as H, useRef as z, useEffect as B, useCallback as A, useContext as n1, useMemo as Z1, useImperativeHandle as W1 } from "react";
|
|
4
|
+
import { Select as I1, Flex as A1, Avatar as B1, Checkbox as G1, Typography as x1, Tag as y1, Popover as D1 } from "antd";
|
|
5
|
+
var j1 = Object.defineProperty, T1 = (i, o, e) => o in i ? j1(i, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[o] = e, Y1 = (i, o, e) => T1(i, o + "", e), K1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
6
|
+
function b1() {
|
|
7
7
|
if (console && console.warn) {
|
|
8
8
|
for (var i = arguments.length, o = new Array(i), e = 0; e < i; e++)
|
|
9
9
|
o[e] = arguments[e];
|
|
10
|
-
|
|
10
|
+
S(o[0]) && (o[0] = `react-i18next:: ${o[0]}`), console.warn(...o);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
const
|
|
14
|
-
function
|
|
13
|
+
const m1 = {};
|
|
14
|
+
function g1() {
|
|
15
15
|
for (var i = arguments.length, o = new Array(i), e = 0; e < i; e++)
|
|
16
16
|
o[e] = arguments[e];
|
|
17
|
-
|
|
17
|
+
S(o[0]) && m1[o[0]] || (S(o[0]) && (m1[o[0]] = /* @__PURE__ */ new Date()), b1(...o));
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const _1 = (i, o) => () => {
|
|
20
20
|
if (i.isInitialized)
|
|
21
21
|
o();
|
|
22
22
|
else {
|
|
@@ -27,30 +27,30 @@ const f1 = (i, o) => () => {
|
|
|
27
27
|
};
|
|
28
28
|
i.on("initialized", e);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
31
|
-
i.loadNamespaces(o,
|
|
32
|
-
},
|
|
33
|
-
|
|
30
|
+
}, u1 = (i, o, e) => {
|
|
31
|
+
i.loadNamespaces(o, _1(i, e));
|
|
32
|
+
}, v1 = (i, o, e, l) => {
|
|
33
|
+
S(e) && (e = [e]), e.forEach((r) => {
|
|
34
34
|
i.options.ns.indexOf(r) < 0 && i.options.ns.push(r);
|
|
35
|
-
}), i.loadLanguages(o,
|
|
36
|
-
},
|
|
35
|
+
}), i.loadLanguages(o, _1(i, l));
|
|
36
|
+
}, O1 = function(i, o) {
|
|
37
37
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
38
38
|
const l = o.languages[0], r = o.options ? o.options.fallbackLng : !1, a = o.languages[o.languages.length - 1];
|
|
39
39
|
if (l.toLowerCase() === "cimode") return !0;
|
|
40
|
-
const g = (n,
|
|
41
|
-
const k = o.services.backendConnector.state[`${n}|${
|
|
40
|
+
const g = (n, L) => {
|
|
41
|
+
const k = o.services.backendConnector.state[`${n}|${L}`];
|
|
42
42
|
return k === -1 || k === 2;
|
|
43
43
|
};
|
|
44
44
|
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !g(o.isLanguageChangingTo, i) ? !1 : !!(o.hasResourceBundle(l, i) || !o.services.backendConnector.backend || o.options.resources && !o.options.partialBundledLanguages || g(l, i) && (!r || g(a, i)));
|
|
45
|
-
},
|
|
45
|
+
}, S1 = function(i, o) {
|
|
46
46
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
47
|
-
return !o.languages || !o.languages.length ? (
|
|
47
|
+
return !o.languages || !o.languages.length ? (g1("i18n.languages were undefined or empty", o.languages), !0) : o.options.ignoreJSONStructure !== void 0 ? o.hasLoadedNamespace(i, {
|
|
48
48
|
lng: e.lng,
|
|
49
49
|
precheck: (l, r) => {
|
|
50
50
|
if (e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !r(l.isLanguageChangingTo, i)) return !1;
|
|
51
51
|
}
|
|
52
|
-
}) :
|
|
53
|
-
},
|
|
52
|
+
}) : O1(i, o, e);
|
|
53
|
+
}, S = (i) => typeof i == "string", F1 = (i) => typeof i == "object" && i !== null, U1 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, P1 = {
|
|
54
54
|
"&": "&",
|
|
55
55
|
"&": "&",
|
|
56
56
|
"<": "<",
|
|
@@ -71,8 +71,8 @@ const f1 = (i, o) => () => {
|
|
|
71
71
|
"…": "…",
|
|
72
72
|
"/": "/",
|
|
73
73
|
"/": "/"
|
|
74
|
-
},
|
|
75
|
-
let
|
|
74
|
+
}, $1 = (i) => P1[i], z1 = (i) => i.replace(U1, $1);
|
|
75
|
+
let J1 = {
|
|
76
76
|
bindI18n: "languageChanged",
|
|
77
77
|
bindI18nStore: "",
|
|
78
78
|
transEmptyNodeValue: "",
|
|
@@ -80,14 +80,14 @@ let z1 = {
|
|
|
80
80
|
transWrapTextNodes: "",
|
|
81
81
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
82
82
|
useSuspense: !0,
|
|
83
|
-
unescape:
|
|
83
|
+
unescape: z1
|
|
84
84
|
};
|
|
85
|
-
const
|
|
86
|
-
let
|
|
87
|
-
const
|
|
88
|
-
class
|
|
85
|
+
const q1 = () => J1;
|
|
86
|
+
let Q1;
|
|
87
|
+
const X1 = () => Q1, e2 = r1();
|
|
88
|
+
class o2 {
|
|
89
89
|
constructor() {
|
|
90
|
-
|
|
90
|
+
Y1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
91
91
|
}
|
|
92
92
|
addUsedNamespaces(o) {
|
|
93
93
|
o.forEach((e) => {
|
|
@@ -95,64 +95,64 @@ class e2 {
|
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
const
|
|
99
|
-
const e =
|
|
98
|
+
const i2 = (i, o) => {
|
|
99
|
+
const e = z();
|
|
100
100
|
return B(() => {
|
|
101
101
|
e.current = i;
|
|
102
102
|
}, [i, o]), e.current;
|
|
103
|
-
},
|
|
103
|
+
}, R1 = (i, o, e, l) => i.getFixedT(o, e, l), t2 = (i, o, e, l) => A(R1(i, o, e, l), [i, o, e, l]), l2 = function(i) {
|
|
104
104
|
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
105
105
|
const {
|
|
106
106
|
i18n: e
|
|
107
107
|
} = o, {
|
|
108
108
|
i18n: l,
|
|
109
109
|
defaultNS: r
|
|
110
|
-
} =
|
|
111
|
-
if (a && !a.reportNamespaces && (a.reportNamespaces = new
|
|
112
|
-
|
|
113
|
-
const
|
|
114
|
-
return
|
|
110
|
+
} = n1(e2) || {}, a = e || l || X1();
|
|
111
|
+
if (a && !a.reportNamespaces && (a.reportNamespaces = new o2()), !a) {
|
|
112
|
+
g1("You will need to pass in an i18next instance by using initReactI18next");
|
|
113
|
+
const f = (R, M) => S(M) ? M : F1(M) && S(M.defaultValue) ? M.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, m = [f, {}, !1];
|
|
114
|
+
return m.t = f, m.i18n = {}, m.ready = !1, m;
|
|
115
115
|
}
|
|
116
|
-
a.options.react && a.options.react.wait !== void 0 &&
|
|
116
|
+
a.options.react && a.options.react.wait !== void 0 && g1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
117
117
|
const g = {
|
|
118
|
-
...
|
|
118
|
+
...q1(),
|
|
119
119
|
...a.options.react,
|
|
120
120
|
...o
|
|
121
121
|
}, {
|
|
122
122
|
useSuspense: n,
|
|
123
|
-
keyPrefix:
|
|
123
|
+
keyPrefix: L
|
|
124
124
|
} = g;
|
|
125
125
|
let k = i;
|
|
126
|
-
k =
|
|
127
|
-
const h = (a.isInitialized || a.initializedStoreOnce) && k.every((
|
|
128
|
-
let
|
|
129
|
-
o.lng && (
|
|
130
|
-
const
|
|
126
|
+
k = S(k) ? [k] : k || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(k);
|
|
127
|
+
const h = (a.isInitialized || a.initializedStoreOnce) && k.every((f) => S1(f, a, g)), s = t2(a, o.lng || null, g.nsMode === "fallback" ? k : k[0], L), x = () => s, Z = () => R1(a, o.lng || null, g.nsMode === "fallback" ? k : k[0], L), [G, y] = H(x);
|
|
128
|
+
let _ = k.join();
|
|
129
|
+
o.lng && (_ = `${o.lng}${_}`);
|
|
130
|
+
const Y = i2(_), E = z(!0);
|
|
131
131
|
B(() => {
|
|
132
132
|
const {
|
|
133
|
-
bindI18n:
|
|
134
|
-
bindI18nStore:
|
|
133
|
+
bindI18n: f,
|
|
134
|
+
bindI18nStore: m
|
|
135
135
|
} = g;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}) :
|
|
139
|
-
|
|
140
|
-
})), h &&
|
|
141
|
-
const
|
|
142
|
-
|
|
136
|
+
E.current = !0, !h && !n && (o.lng ? v1(a, o.lng, k, () => {
|
|
137
|
+
E.current && y(Z);
|
|
138
|
+
}) : u1(a, k, () => {
|
|
139
|
+
E.current && y(Z);
|
|
140
|
+
})), h && Y && Y !== _ && E.current && y(Z);
|
|
141
|
+
const R = () => {
|
|
142
|
+
E.current && y(Z);
|
|
143
143
|
};
|
|
144
|
-
return
|
|
145
|
-
|
|
144
|
+
return f && a && a.on(f, R), m && a && a.store.on(m, R), () => {
|
|
145
|
+
E.current = !1, f && a && f.split(" ").forEach((M) => a.off(M, R)), m && a && m.split(" ").forEach((M) => a.store.off(M, R));
|
|
146
146
|
};
|
|
147
|
-
}, [a,
|
|
148
|
-
|
|
149
|
-
}, [a,
|
|
150
|
-
const v = [
|
|
151
|
-
if (v.t =
|
|
152
|
-
throw new Promise((
|
|
153
|
-
o.lng ?
|
|
147
|
+
}, [a, _]), B(() => {
|
|
148
|
+
E.current && h && y(x);
|
|
149
|
+
}, [a, L, h]);
|
|
150
|
+
const v = [G, a, h];
|
|
151
|
+
if (v.t = G, v.i18n = a, v.ready = h, h || !h && !n) return v;
|
|
152
|
+
throw new Promise((f) => {
|
|
153
|
+
o.lng ? v1(a, o.lng, k, () => f()) : u1(a, k, () => f());
|
|
154
154
|
});
|
|
155
|
-
},
|
|
155
|
+
}, t1 = ({
|
|
156
156
|
children: i,
|
|
157
157
|
direction: o = "row",
|
|
158
158
|
flexWrap: e = "nowrap",
|
|
@@ -162,7 +162,7 @@ const o2 = (i, o) => {
|
|
|
162
162
|
gap: g,
|
|
163
163
|
padding: n
|
|
164
164
|
}) => /* @__PURE__ */ t(
|
|
165
|
-
|
|
165
|
+
A1,
|
|
166
166
|
{
|
|
167
167
|
className: `snmt-flex${e === "inherit" ? " inherit" : ""}`,
|
|
168
168
|
vertical: o === "column",
|
|
@@ -174,7 +174,7 @@ const o2 = (i, o) => {
|
|
|
174
174
|
style: { padding: n },
|
|
175
175
|
children: i
|
|
176
176
|
}
|
|
177
|
-
),
|
|
177
|
+
), r2 = ({ shape: i = "circle", size: o = 32, children: e, ...l }) => {
|
|
178
178
|
const r = typeof l.src == "string";
|
|
179
179
|
return /* @__PURE__ */ t(
|
|
180
180
|
B1,
|
|
@@ -188,13 +188,13 @@ const o2 = (i, o) => {
|
|
|
188
188
|
}
|
|
189
189
|
);
|
|
190
190
|
};
|
|
191
|
-
var
|
|
192
|
-
const
|
|
191
|
+
var T = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(T || {});
|
|
192
|
+
const p1 = r1({
|
|
193
193
|
locale: "en",
|
|
194
194
|
theme: "light"
|
|
195
195
|
});
|
|
196
|
-
|
|
197
|
-
const
|
|
196
|
+
p1.Provider;
|
|
197
|
+
const n2 = ({
|
|
198
198
|
checked: i = !0,
|
|
199
199
|
indeterminate: o = !1,
|
|
200
200
|
children: e,
|
|
@@ -202,17 +202,17 @@ const r2 = ({
|
|
|
202
202
|
disabled: r = !1,
|
|
203
203
|
disableUncheck: a = !1
|
|
204
204
|
}) => {
|
|
205
|
-
const [g, n] = H(i), [
|
|
205
|
+
const [g, n] = H(i), [L, k] = H(o);
|
|
206
206
|
B(() => {
|
|
207
207
|
n(i), k(o);
|
|
208
208
|
}, [i, o]);
|
|
209
|
-
const { theme: h } =
|
|
209
|
+
const { theme: h } = n1(p1);
|
|
210
210
|
return /* @__PURE__ */ t(
|
|
211
|
-
|
|
211
|
+
G1,
|
|
212
212
|
{
|
|
213
213
|
className: `snmt-checkbox snmt-checkbox-${h}`,
|
|
214
214
|
checked: g,
|
|
215
|
-
indeterminate:
|
|
215
|
+
indeterminate: L,
|
|
216
216
|
onChange: (s) => {
|
|
217
217
|
a && g || (k(!1), n(s.target.checked), l && l(s));
|
|
218
218
|
},
|
|
@@ -222,12 +222,12 @@ const r2 = ({
|
|
|
222
222
|
);
|
|
223
223
|
};
|
|
224
224
|
var d = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", 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))(d || {});
|
|
225
|
-
const
|
|
225
|
+
const H1 = r1({
|
|
226
226
|
locale: "en",
|
|
227
227
|
theme: "light"
|
|
228
228
|
});
|
|
229
|
-
|
|
230
|
-
const
|
|
229
|
+
H1.Provider;
|
|
230
|
+
const s2 = ({
|
|
231
231
|
width: i = 20,
|
|
232
232
|
height: o = 20,
|
|
233
233
|
color: e = "#001E52",
|
|
@@ -254,7 +254,7 @@ const n2 = ({
|
|
|
254
254
|
}
|
|
255
255
|
)
|
|
256
256
|
}
|
|
257
|
-
),
|
|
257
|
+
), h2 = ({
|
|
258
258
|
width: i = 20,
|
|
259
259
|
height: o = 20,
|
|
260
260
|
color: e = "#001E52",
|
|
@@ -281,7 +281,7 @@ const n2 = ({
|
|
|
281
281
|
}
|
|
282
282
|
)
|
|
283
283
|
}
|
|
284
|
-
),
|
|
284
|
+
), c2 = ({
|
|
285
285
|
width: i = 16,
|
|
286
286
|
height: o = 16,
|
|
287
287
|
color: e = "#001E52",
|
|
@@ -309,7 +309,7 @@ const n2 = ({
|
|
|
309
309
|
)
|
|
310
310
|
]
|
|
311
311
|
}
|
|
312
|
-
),
|
|
312
|
+
), a2 = ({
|
|
313
313
|
width: i = 20,
|
|
314
314
|
height: o = 20,
|
|
315
315
|
color: e = "#001E52",
|
|
@@ -344,7 +344,7 @@ const n2 = ({
|
|
|
344
344
|
)
|
|
345
345
|
]
|
|
346
346
|
}
|
|
347
|
-
),
|
|
347
|
+
), C2 = ({
|
|
348
348
|
width: i = 18,
|
|
349
349
|
height: o = 18,
|
|
350
350
|
color: e = "#001E52",
|
|
@@ -383,7 +383,7 @@ const n2 = ({
|
|
|
383
383
|
)
|
|
384
384
|
]
|
|
385
385
|
}
|
|
386
|
-
),
|
|
386
|
+
), d2 = ({
|
|
387
387
|
width: i = 20,
|
|
388
388
|
height: o = 20,
|
|
389
389
|
color: e = "#001E52",
|
|
@@ -409,7 +409,7 @@ const n2 = ({
|
|
|
409
409
|
}
|
|
410
410
|
)
|
|
411
411
|
}
|
|
412
|
-
),
|
|
412
|
+
), w2 = ({
|
|
413
413
|
width: i = 20,
|
|
414
414
|
height: o = 20,
|
|
415
415
|
color: e = "#001E52",
|
|
@@ -430,7 +430,7 @@ const n2 = ({
|
|
|
430
430
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
431
431
|
]
|
|
432
432
|
}
|
|
433
|
-
),
|
|
433
|
+
), k2 = ({
|
|
434
434
|
width: i = 20,
|
|
435
435
|
height: o = 20,
|
|
436
436
|
color: e = "#001E52",
|
|
@@ -462,7 +462,7 @@ const n2 = ({
|
|
|
462
462
|
)
|
|
463
463
|
]
|
|
464
464
|
}
|
|
465
|
-
),
|
|
465
|
+
), g2 = ({
|
|
466
466
|
width: i = 20,
|
|
467
467
|
height: o = 20,
|
|
468
468
|
color: e = "#001E52",
|
|
@@ -516,7 +516,7 @@ const n2 = ({
|
|
|
516
516
|
)
|
|
517
517
|
]
|
|
518
518
|
}
|
|
519
|
-
),
|
|
519
|
+
), p2 = ({
|
|
520
520
|
width: i = 20,
|
|
521
521
|
height: o = 20,
|
|
522
522
|
color: e = "#001E52",
|
|
@@ -555,7 +555,7 @@ const n2 = ({
|
|
|
555
555
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
556
556
|
]
|
|
557
557
|
}
|
|
558
|
-
),
|
|
558
|
+
), L2 = ({
|
|
559
559
|
width: i = 16,
|
|
560
560
|
height: o = 12,
|
|
561
561
|
color: e = "#001E52",
|
|
@@ -604,7 +604,7 @@ const n2 = ({
|
|
|
604
604
|
)
|
|
605
605
|
] })
|
|
606
606
|
}
|
|
607
|
-
),
|
|
607
|
+
), m2 = ({
|
|
608
608
|
width: i = 16,
|
|
609
609
|
height: o = 16,
|
|
610
610
|
color: e = "#001E52",
|
|
@@ -638,7 +638,7 @@ const n2 = ({
|
|
|
638
638
|
)
|
|
639
639
|
]
|
|
640
640
|
}
|
|
641
|
-
),
|
|
641
|
+
), u2 = ({
|
|
642
642
|
width: i = 10,
|
|
643
643
|
height: o = 10,
|
|
644
644
|
color: e = "#001E52",
|
|
@@ -677,7 +677,7 @@ const n2 = ({
|
|
|
677
677
|
)
|
|
678
678
|
] })
|
|
679
679
|
}
|
|
680
|
-
),
|
|
680
|
+
), v2 = ({
|
|
681
681
|
width: i = 16,
|
|
682
682
|
height: o = 16,
|
|
683
683
|
color: e = "#001E52",
|
|
@@ -713,7 +713,7 @@ const n2 = ({
|
|
|
713
713
|
)
|
|
714
714
|
]
|
|
715
715
|
}
|
|
716
|
-
),
|
|
716
|
+
), N2 = ({
|
|
717
717
|
width: i = 11,
|
|
718
718
|
height: o = 32,
|
|
719
719
|
color: e = "#001E52",
|
|
@@ -751,7 +751,7 @@ const n2 = ({
|
|
|
751
751
|
/* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
|
|
752
752
|
]
|
|
753
753
|
}
|
|
754
|
-
),
|
|
754
|
+
), f2 = ({
|
|
755
755
|
width: i = 20,
|
|
756
756
|
height: o = 20,
|
|
757
757
|
color: e = "#001E52",
|
|
@@ -798,7 +798,7 @@ const n2 = ({
|
|
|
798
798
|
)
|
|
799
799
|
]
|
|
800
800
|
}
|
|
801
|
-
),
|
|
801
|
+
), M2 = ({
|
|
802
802
|
width: i = 20,
|
|
803
803
|
height: o = 20,
|
|
804
804
|
color: e = "#001E52",
|
|
@@ -831,7 +831,7 @@ const n2 = ({
|
|
|
831
831
|
)
|
|
832
832
|
]
|
|
833
833
|
}
|
|
834
|
-
),
|
|
834
|
+
), x2 = ({
|
|
835
835
|
width: i = 20,
|
|
836
836
|
height: o = 20,
|
|
837
837
|
color: e = "#001E52",
|
|
@@ -878,7 +878,7 @@ const n2 = ({
|
|
|
878
878
|
)
|
|
879
879
|
]
|
|
880
880
|
}
|
|
881
|
-
),
|
|
881
|
+
), _2 = ({
|
|
882
882
|
width: i = 20,
|
|
883
883
|
height: o = 20,
|
|
884
884
|
color: e = "#001E52",
|
|
@@ -911,7 +911,7 @@ const n2 = ({
|
|
|
911
911
|
)
|
|
912
912
|
]
|
|
913
913
|
}
|
|
914
|
-
),
|
|
914
|
+
), R2 = ({
|
|
915
915
|
width: i = 18,
|
|
916
916
|
height: o = 16,
|
|
917
917
|
color: e = "#001E52",
|
|
@@ -950,7 +950,7 @@ const n2 = ({
|
|
|
950
950
|
)
|
|
951
951
|
]
|
|
952
952
|
}
|
|
953
|
-
),
|
|
953
|
+
), H2 = ({
|
|
954
954
|
width: i = 20,
|
|
955
955
|
height: o = 20,
|
|
956
956
|
color: e = "#001E52",
|
|
@@ -983,7 +983,7 @@ const n2 = ({
|
|
|
983
983
|
)
|
|
984
984
|
]
|
|
985
985
|
}
|
|
986
|
-
),
|
|
986
|
+
), V2 = ({
|
|
987
987
|
width: i = 20,
|
|
988
988
|
height: o = 20,
|
|
989
989
|
color: e = "#001E52",
|
|
@@ -1007,7 +1007,7 @@ const n2 = ({
|
|
|
1007
1007
|
}
|
|
1008
1008
|
)
|
|
1009
1009
|
}
|
|
1010
|
-
),
|
|
1010
|
+
), E2 = ({
|
|
1011
1011
|
width: i = 20,
|
|
1012
1012
|
height: o = 20,
|
|
1013
1013
|
color: e = "#001E52",
|
|
@@ -1054,7 +1054,7 @@ const n2 = ({
|
|
|
1054
1054
|
)
|
|
1055
1055
|
]
|
|
1056
1056
|
}
|
|
1057
|
-
),
|
|
1057
|
+
), Z2 = ({
|
|
1058
1058
|
width: i = 20,
|
|
1059
1059
|
height: o = 20,
|
|
1060
1060
|
color: e = "#001E52",
|
|
@@ -1087,7 +1087,7 @@ const n2 = ({
|
|
|
1087
1087
|
)
|
|
1088
1088
|
]
|
|
1089
1089
|
}
|
|
1090
|
-
),
|
|
1090
|
+
), W2 = ({
|
|
1091
1091
|
width: i = 20,
|
|
1092
1092
|
height: o = 20,
|
|
1093
1093
|
color: e = "#001E52",
|
|
@@ -1120,7 +1120,7 @@ const n2 = ({
|
|
|
1120
1120
|
)
|
|
1121
1121
|
]
|
|
1122
1122
|
}
|
|
1123
|
-
),
|
|
1123
|
+
), I2 = ({
|
|
1124
1124
|
width: i = 20,
|
|
1125
1125
|
height: o = 23,
|
|
1126
1126
|
color: e = "#001E52",
|
|
@@ -1181,7 +1181,7 @@ const n2 = ({
|
|
|
1181
1181
|
)
|
|
1182
1182
|
]
|
|
1183
1183
|
}
|
|
1184
|
-
),
|
|
1184
|
+
), A2 = ({
|
|
1185
1185
|
width: i = 20,
|
|
1186
1186
|
height: o = 20,
|
|
1187
1187
|
color: e = "#001E52",
|
|
@@ -1221,7 +1221,7 @@ const n2 = ({
|
|
|
1221
1221
|
)
|
|
1222
1222
|
]
|
|
1223
1223
|
}
|
|
1224
|
-
),
|
|
1224
|
+
), B2 = ({
|
|
1225
1225
|
width: i = 32,
|
|
1226
1226
|
height: o = 25,
|
|
1227
1227
|
color: e = "#001E52",
|
|
@@ -1249,7 +1249,7 @@ const n2 = ({
|
|
|
1249
1249
|
)
|
|
1250
1250
|
]
|
|
1251
1251
|
}
|
|
1252
|
-
),
|
|
1252
|
+
), G2 = ({
|
|
1253
1253
|
width: i = 14,
|
|
1254
1254
|
height: o = 14,
|
|
1255
1255
|
color: e = "#10B981",
|
|
@@ -1278,7 +1278,7 @@ const n2 = ({
|
|
|
1278
1278
|
)
|
|
1279
1279
|
]
|
|
1280
1280
|
}
|
|
1281
|
-
),
|
|
1281
|
+
), y2 = ({
|
|
1282
1282
|
width: i = 11,
|
|
1283
1283
|
height: o = 11,
|
|
1284
1284
|
color: e = "#FFB020",
|
|
@@ -1388,7 +1388,7 @@ const n2 = ({
|
|
|
1388
1388
|
)
|
|
1389
1389
|
]
|
|
1390
1390
|
}
|
|
1391
|
-
),
|
|
1391
|
+
), T2 = ({
|
|
1392
1392
|
width: i = 14,
|
|
1393
1393
|
height: o = 14,
|
|
1394
1394
|
color: e = "#FFB020",
|
|
@@ -1422,7 +1422,7 @@ const n2 = ({
|
|
|
1422
1422
|
)
|
|
1423
1423
|
]
|
|
1424
1424
|
}
|
|
1425
|
-
),
|
|
1425
|
+
), Y2 = ({
|
|
1426
1426
|
width: i = 14,
|
|
1427
1427
|
height: o = 14,
|
|
1428
1428
|
color: e = "#D0421B",
|
|
@@ -1470,7 +1470,7 @@ const n2 = ({
|
|
|
1470
1470
|
)
|
|
1471
1471
|
]
|
|
1472
1472
|
}
|
|
1473
|
-
),
|
|
1473
|
+
), K2 = ({
|
|
1474
1474
|
width: i = 20,
|
|
1475
1475
|
height: o = 20,
|
|
1476
1476
|
color: e = "#070739",
|
|
@@ -1500,7 +1500,7 @@ const n2 = ({
|
|
|
1500
1500
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
1501
1501
|
]
|
|
1502
1502
|
}
|
|
1503
|
-
),
|
|
1503
|
+
), b2 = ({
|
|
1504
1504
|
width: i = 20,
|
|
1505
1505
|
height: o = 20,
|
|
1506
1506
|
color: e = "#070739",
|
|
@@ -1538,7 +1538,7 @@ const n2 = ({
|
|
|
1538
1538
|
)
|
|
1539
1539
|
]
|
|
1540
1540
|
}
|
|
1541
|
-
),
|
|
1541
|
+
), O2 = ({
|
|
1542
1542
|
width: i = 9,
|
|
1543
1543
|
height: o = 5,
|
|
1544
1544
|
color: e = "#001E52",
|
|
@@ -1564,7 +1564,7 @@ const n2 = ({
|
|
|
1564
1564
|
}
|
|
1565
1565
|
)
|
|
1566
1566
|
}
|
|
1567
|
-
),
|
|
1567
|
+
), S2 = ({
|
|
1568
1568
|
width: i = 20,
|
|
1569
1569
|
height: o = 20,
|
|
1570
1570
|
color: e = "#F2F2F7",
|
|
@@ -1622,7 +1622,7 @@ const n2 = ({
|
|
|
1622
1622
|
)
|
|
1623
1623
|
]
|
|
1624
1624
|
}
|
|
1625
|
-
),
|
|
1625
|
+
), U2 = ({
|
|
1626
1626
|
width: i = 248,
|
|
1627
1627
|
height: o = 248,
|
|
1628
1628
|
color: e = "#070739",
|
|
@@ -1659,7 +1659,7 @@ const n2 = ({
|
|
|
1659
1659
|
)
|
|
1660
1660
|
]
|
|
1661
1661
|
}
|
|
1662
|
-
),
|
|
1662
|
+
), P2 = ({
|
|
1663
1663
|
width: i = 24,
|
|
1664
1664
|
height: o = 24,
|
|
1665
1665
|
color: e = "#001E52",
|
|
@@ -1698,7 +1698,7 @@ const n2 = ({
|
|
|
1698
1698
|
)
|
|
1699
1699
|
]
|
|
1700
1700
|
}
|
|
1701
|
-
),
|
|
1701
|
+
), $2 = ({
|
|
1702
1702
|
width: i = 10,
|
|
1703
1703
|
height: o = 10,
|
|
1704
1704
|
color: e = "#001E52",
|
|
@@ -1727,7 +1727,7 @@ const n2 = ({
|
|
|
1727
1727
|
)
|
|
1728
1728
|
]
|
|
1729
1729
|
}
|
|
1730
|
-
),
|
|
1730
|
+
), z2 = ({
|
|
1731
1731
|
width: i = 10,
|
|
1732
1732
|
height: o = 10,
|
|
1733
1733
|
color: e = "#001E52",
|
|
@@ -1764,7 +1764,7 @@ const n2 = ({
|
|
|
1764
1764
|
)
|
|
1765
1765
|
]
|
|
1766
1766
|
}
|
|
1767
|
-
),
|
|
1767
|
+
), J2 = ({
|
|
1768
1768
|
width: i = 24,
|
|
1769
1769
|
height: o = 24,
|
|
1770
1770
|
color: e = d.GREY_DARK_5,
|
|
@@ -1803,7 +1803,7 @@ const n2 = ({
|
|
|
1803
1803
|
)
|
|
1804
1804
|
]
|
|
1805
1805
|
}
|
|
1806
|
-
),
|
|
1806
|
+
), q2 = ({
|
|
1807
1807
|
width: i = 20,
|
|
1808
1808
|
height: o = 20,
|
|
1809
1809
|
color: e = d.GREY_DARK_1,
|
|
@@ -1836,7 +1836,7 @@ const n2 = ({
|
|
|
1836
1836
|
)
|
|
1837
1837
|
]
|
|
1838
1838
|
}
|
|
1839
|
-
),
|
|
1839
|
+
), Q2 = ({
|
|
1840
1840
|
width: i = 81,
|
|
1841
1841
|
height: o = 80,
|
|
1842
1842
|
color: e = d.GREY_DARK_5,
|
|
@@ -1885,7 +1885,7 @@ const n2 = ({
|
|
|
1885
1885
|
)
|
|
1886
1886
|
]
|
|
1887
1887
|
}
|
|
1888
|
-
),
|
|
1888
|
+
), X2 = ({
|
|
1889
1889
|
className: i,
|
|
1890
1890
|
color: o = d.GREY_DARK_5,
|
|
1891
1891
|
height: e = 20,
|
|
@@ -1912,7 +1912,7 @@ const n2 = ({
|
|
|
1912
1912
|
}
|
|
1913
1913
|
)
|
|
1914
1914
|
}
|
|
1915
|
-
),
|
|
1915
|
+
), e5 = ({
|
|
1916
1916
|
className: i,
|
|
1917
1917
|
color: o = d.GREY_DARK_5,
|
|
1918
1918
|
height: e = 20,
|
|
@@ -1939,7 +1939,7 @@ const n2 = ({
|
|
|
1939
1939
|
}
|
|
1940
1940
|
)
|
|
1941
1941
|
}
|
|
1942
|
-
),
|
|
1942
|
+
), o5 = ({
|
|
1943
1943
|
className: i,
|
|
1944
1944
|
color: o = d.GREY_DARK_5,
|
|
1945
1945
|
height: e = 5,
|
|
@@ -1963,7 +1963,7 @@ const n2 = ({
|
|
|
1963
1963
|
}
|
|
1964
1964
|
)
|
|
1965
1965
|
}
|
|
1966
|
-
),
|
|
1966
|
+
), i5 = ({
|
|
1967
1967
|
className: i,
|
|
1968
1968
|
color: o = d.GREY_DARK_5,
|
|
1969
1969
|
height: e = 5,
|
|
@@ -1988,7 +1988,7 @@ const n2 = ({
|
|
|
1988
1988
|
}
|
|
1989
1989
|
)
|
|
1990
1990
|
}
|
|
1991
|
-
),
|
|
1991
|
+
), t5 = ({
|
|
1992
1992
|
className: i,
|
|
1993
1993
|
color: o = d.GREY_DARK_5,
|
|
1994
1994
|
height: e = 24,
|
|
@@ -2027,7 +2027,7 @@ const n2 = ({
|
|
|
2027
2027
|
)
|
|
2028
2028
|
]
|
|
2029
2029
|
}
|
|
2030
|
-
),
|
|
2030
|
+
), l5 = ({
|
|
2031
2031
|
className: i,
|
|
2032
2032
|
color: o = d.GREY_DARK_5,
|
|
2033
2033
|
height: e = 24,
|
|
@@ -2066,7 +2066,7 @@ const n2 = ({
|
|
|
2066
2066
|
)
|
|
2067
2067
|
]
|
|
2068
2068
|
}
|
|
2069
|
-
),
|
|
2069
|
+
), r5 = ({
|
|
2070
2070
|
className: i,
|
|
2071
2071
|
color: o = d.GREY_DARK_5,
|
|
2072
2072
|
height: e = 24,
|
|
@@ -2093,7 +2093,7 @@ const n2 = ({
|
|
|
2093
2093
|
}
|
|
2094
2094
|
)
|
|
2095
2095
|
}
|
|
2096
|
-
),
|
|
2096
|
+
), n5 = ({
|
|
2097
2097
|
className: i,
|
|
2098
2098
|
color: o = d.GREY_DARK_5,
|
|
2099
2099
|
height: e = 24,
|
|
@@ -2152,7 +2152,7 @@ const n2 = ({
|
|
|
2152
2152
|
)
|
|
2153
2153
|
]
|
|
2154
2154
|
}
|
|
2155
|
-
),
|
|
2155
|
+
), s5 = ({
|
|
2156
2156
|
className: i,
|
|
2157
2157
|
color: o = d.GREY_DARK_5,
|
|
2158
2158
|
height: e = 24,
|
|
@@ -2189,7 +2189,7 @@ const n2 = ({
|
|
|
2189
2189
|
)
|
|
2190
2190
|
]
|
|
2191
2191
|
}
|
|
2192
|
-
),
|
|
2192
|
+
), h5 = ({
|
|
2193
2193
|
className: i,
|
|
2194
2194
|
color: o = d.GREY_DARK_3,
|
|
2195
2195
|
height: e = 14,
|
|
@@ -2226,7 +2226,7 @@ const n2 = ({
|
|
|
2226
2226
|
)
|
|
2227
2227
|
]
|
|
2228
2228
|
}
|
|
2229
|
-
),
|
|
2229
|
+
), c5 = ({
|
|
2230
2230
|
className: i,
|
|
2231
2231
|
color: o = d.GREY_DARK_5,
|
|
2232
2232
|
height: e = 18,
|
|
@@ -2253,7 +2253,7 @@ const n2 = ({
|
|
|
2253
2253
|
}
|
|
2254
2254
|
)
|
|
2255
2255
|
}
|
|
2256
|
-
),
|
|
2256
|
+
), a5 = ({
|
|
2257
2257
|
className: i,
|
|
2258
2258
|
color: o = d.GREY_DARK_5,
|
|
2259
2259
|
height: e = 24,
|
|
@@ -2305,7 +2305,7 @@ const n2 = ({
|
|
|
2305
2305
|
)
|
|
2306
2306
|
]
|
|
2307
2307
|
}
|
|
2308
|
-
),
|
|
2308
|
+
), C5 = ({
|
|
2309
2309
|
className: i,
|
|
2310
2310
|
color: o = d.GREY_DARK_5,
|
|
2311
2311
|
height: e = 24,
|
|
@@ -2342,7 +2342,7 @@ const n2 = ({
|
|
|
2342
2342
|
)
|
|
2343
2343
|
]
|
|
2344
2344
|
}
|
|
2345
|
-
),
|
|
2345
|
+
), d5 = ({
|
|
2346
2346
|
className: i,
|
|
2347
2347
|
color: o = d.NOTIFICATION_WARNING_DARK,
|
|
2348
2348
|
height: e = 37,
|
|
@@ -2381,7 +2381,7 @@ const n2 = ({
|
|
|
2381
2381
|
)
|
|
2382
2382
|
]
|
|
2383
2383
|
}
|
|
2384
|
-
),
|
|
2384
|
+
), w5 = ({
|
|
2385
2385
|
className: i,
|
|
2386
2386
|
color: o = d.GREY_DARK_5,
|
|
2387
2387
|
height: e = 24,
|
|
@@ -2407,7 +2407,7 @@ const n2 = ({
|
|
|
2407
2407
|
}
|
|
2408
2408
|
)
|
|
2409
2409
|
}
|
|
2410
|
-
),
|
|
2410
|
+
), k5 = ({
|
|
2411
2411
|
className: i,
|
|
2412
2412
|
color: o = d.GREY_DARK_5,
|
|
2413
2413
|
height: e = 24,
|
|
@@ -2446,7 +2446,7 @@ const n2 = ({
|
|
|
2446
2446
|
)
|
|
2447
2447
|
]
|
|
2448
2448
|
}
|
|
2449
|
-
),
|
|
2449
|
+
), g5 = ({
|
|
2450
2450
|
className: i,
|
|
2451
2451
|
color: o = d.GREY_DARK_5,
|
|
2452
2452
|
height: e = 24,
|
|
@@ -2485,7 +2485,7 @@ const n2 = ({
|
|
|
2485
2485
|
)
|
|
2486
2486
|
]
|
|
2487
2487
|
}
|
|
2488
|
-
),
|
|
2488
|
+
), p5 = ({
|
|
2489
2489
|
className: i,
|
|
2490
2490
|
color: o = d.GREY_DARK_5,
|
|
2491
2491
|
height: e = 24,
|
|
@@ -2554,7 +2554,7 @@ const n2 = ({
|
|
|
2554
2554
|
)
|
|
2555
2555
|
]
|
|
2556
2556
|
}
|
|
2557
|
-
),
|
|
2557
|
+
), L5 = ({
|
|
2558
2558
|
className: i,
|
|
2559
2559
|
color: o = d.GREY_DARK_5,
|
|
2560
2560
|
height: e = 24,
|
|
@@ -2593,7 +2593,7 @@ const n2 = ({
|
|
|
2593
2593
|
)
|
|
2594
2594
|
]
|
|
2595
2595
|
}
|
|
2596
|
-
),
|
|
2596
|
+
), m5 = ({
|
|
2597
2597
|
className: i,
|
|
2598
2598
|
color: o = d.GREY_DARK_5,
|
|
2599
2599
|
height: e = 24,
|
|
@@ -2650,7 +2650,7 @@ const n2 = ({
|
|
|
2650
2650
|
)
|
|
2651
2651
|
]
|
|
2652
2652
|
}
|
|
2653
|
-
),
|
|
2653
|
+
), u5 = ({
|
|
2654
2654
|
className: i,
|
|
2655
2655
|
color: o = d.GREY_DARK_5,
|
|
2656
2656
|
height: e = 24,
|
|
@@ -2689,7 +2689,7 @@ const n2 = ({
|
|
|
2689
2689
|
)
|
|
2690
2690
|
]
|
|
2691
2691
|
}
|
|
2692
|
-
),
|
|
2692
|
+
), v5 = ({
|
|
2693
2693
|
className: i,
|
|
2694
2694
|
color: o = d.GREY_DARK_5,
|
|
2695
2695
|
height: e = 24,
|
|
@@ -2738,7 +2738,7 @@ const n2 = ({
|
|
|
2738
2738
|
)
|
|
2739
2739
|
]
|
|
2740
2740
|
}
|
|
2741
|
-
),
|
|
2741
|
+
), N5 = ({
|
|
2742
2742
|
className: i,
|
|
2743
2743
|
color: o = d.GREY_DARK_5,
|
|
2744
2744
|
height: e = 24,
|
|
@@ -2777,7 +2777,7 @@ const n2 = ({
|
|
|
2777
2777
|
)
|
|
2778
2778
|
]
|
|
2779
2779
|
}
|
|
2780
|
-
),
|
|
2780
|
+
), f5 = ({
|
|
2781
2781
|
className: i,
|
|
2782
2782
|
color: o = d.GREY_DARK_5,
|
|
2783
2783
|
height: e = 24,
|
|
@@ -2804,7 +2804,7 @@ const n2 = ({
|
|
|
2804
2804
|
}
|
|
2805
2805
|
)
|
|
2806
2806
|
}
|
|
2807
|
-
),
|
|
2807
|
+
), M5 = ({
|
|
2808
2808
|
className: i,
|
|
2809
2809
|
color: o = d.GREY_DARK_5,
|
|
2810
2810
|
height: e = 24,
|
|
@@ -2842,7 +2842,7 @@ const n2 = ({
|
|
|
2842
2842
|
)
|
|
2843
2843
|
]
|
|
2844
2844
|
}
|
|
2845
|
-
),
|
|
2845
|
+
), x5 = ({
|
|
2846
2846
|
className: i,
|
|
2847
2847
|
color: o = d.GREY_DARK_5,
|
|
2848
2848
|
height: e = 24,
|
|
@@ -2863,7 +2863,7 @@ const n2 = ({
|
|
|
2863
2863
|
/* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
2864
2864
|
]
|
|
2865
2865
|
}
|
|
2866
|
-
),
|
|
2866
|
+
), _5 = ({
|
|
2867
2867
|
className: i,
|
|
2868
2868
|
color: o = d.GREY_DARK_5,
|
|
2869
2869
|
height: e = 24,
|
|
@@ -2902,7 +2902,7 @@ const n2 = ({
|
|
|
2902
2902
|
)
|
|
2903
2903
|
]
|
|
2904
2904
|
}
|
|
2905
|
-
),
|
|
2905
|
+
), R5 = ({
|
|
2906
2906
|
className: i,
|
|
2907
2907
|
color: o = d.GREY_DARK_5,
|
|
2908
2908
|
height: e = 24,
|
|
@@ -2941,7 +2941,7 @@ const n2 = ({
|
|
|
2941
2941
|
)
|
|
2942
2942
|
]
|
|
2943
2943
|
}
|
|
2944
|
-
),
|
|
2944
|
+
), H5 = ({
|
|
2945
2945
|
className: i,
|
|
2946
2946
|
color: o = d.GREY_DARK_5,
|
|
2947
2947
|
height: e = 24,
|
|
@@ -2980,7 +2980,7 @@ const n2 = ({
|
|
|
2980
2980
|
)
|
|
2981
2981
|
]
|
|
2982
2982
|
}
|
|
2983
|
-
),
|
|
2983
|
+
), V5 = ({
|
|
2984
2984
|
className: i,
|
|
2985
2985
|
color: o = d.GREY_DARK_2,
|
|
2986
2986
|
height: e = 16,
|
|
@@ -3006,7 +3006,7 @@ const n2 = ({
|
|
|
3006
3006
|
}
|
|
3007
3007
|
)
|
|
3008
3008
|
}
|
|
3009
|
-
),
|
|
3009
|
+
), E5 = ({
|
|
3010
3010
|
className: i,
|
|
3011
3011
|
color: o = d.GREY_DARK_5,
|
|
3012
3012
|
height: e = 20,
|
|
@@ -3035,7 +3035,7 @@ const n2 = ({
|
|
|
3035
3035
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
3036
3036
|
]
|
|
3037
3037
|
}
|
|
3038
|
-
),
|
|
3038
|
+
), Z5 = ({
|
|
3039
3039
|
className: i,
|
|
3040
3040
|
color: o = d.GREY_DARK_5,
|
|
3041
3041
|
height: e = 20,
|
|
@@ -3064,7 +3064,7 @@ const n2 = ({
|
|
|
3064
3064
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
3065
3065
|
]
|
|
3066
3066
|
}
|
|
3067
|
-
),
|
|
3067
|
+
), W5 = ({
|
|
3068
3068
|
className: i,
|
|
3069
3069
|
color: o = d.GREY_DARK_5,
|
|
3070
3070
|
height: e = 20,
|
|
@@ -3093,7 +3093,7 @@ const n2 = ({
|
|
|
3093
3093
|
)
|
|
3094
3094
|
]
|
|
3095
3095
|
}
|
|
3096
|
-
),
|
|
3096
|
+
), I5 = ({
|
|
3097
3097
|
className: i,
|
|
3098
3098
|
color: o = d.GREY_DARK_5,
|
|
3099
3099
|
height: e = 20,
|
|
@@ -3122,7 +3122,7 @@ const n2 = ({
|
|
|
3122
3122
|
)
|
|
3123
3123
|
]
|
|
3124
3124
|
}
|
|
3125
|
-
),
|
|
3125
|
+
), A5 = ({
|
|
3126
3126
|
className: i,
|
|
3127
3127
|
color: o = "#001E52",
|
|
3128
3128
|
height: e = 24,
|
|
@@ -3148,7 +3148,7 @@ const n2 = ({
|
|
|
3148
3148
|
}
|
|
3149
3149
|
)
|
|
3150
3150
|
}
|
|
3151
|
-
),
|
|
3151
|
+
), B5 = ({
|
|
3152
3152
|
className: i,
|
|
3153
3153
|
color: o = "#131314",
|
|
3154
3154
|
height: e = 20,
|
|
@@ -3176,7 +3176,7 @@ const n2 = ({
|
|
|
3176
3176
|
}
|
|
3177
3177
|
)
|
|
3178
3178
|
}
|
|
3179
|
-
),
|
|
3179
|
+
), G5 = ({
|
|
3180
3180
|
className: i,
|
|
3181
3181
|
color: o = "#001E52",
|
|
3182
3182
|
height: e = 24,
|
|
@@ -3214,7 +3214,7 @@ const n2 = ({
|
|
|
3214
3214
|
)
|
|
3215
3215
|
] }) })
|
|
3216
3216
|
}
|
|
3217
|
-
),
|
|
3217
|
+
), y5 = ({
|
|
3218
3218
|
width: i = 20,
|
|
3219
3219
|
height: o = 20,
|
|
3220
3220
|
color: e = "#001E52",
|
|
@@ -3342,7 +3342,7 @@ const n2 = ({
|
|
|
3342
3342
|
)
|
|
3343
3343
|
]
|
|
3344
3344
|
}
|
|
3345
|
-
),
|
|
3345
|
+
), T5 = ({
|
|
3346
3346
|
width: i = 24,
|
|
3347
3347
|
height: o = 24,
|
|
3348
3348
|
color: e = d.GREY_DARK_2,
|
|
@@ -3369,7 +3369,7 @@ const n2 = ({
|
|
|
3369
3369
|
}
|
|
3370
3370
|
)
|
|
3371
3371
|
}
|
|
3372
|
-
),
|
|
3372
|
+
), Y5 = ({
|
|
3373
3373
|
width: i = 24,
|
|
3374
3374
|
height: o = 24,
|
|
3375
3375
|
color: e = d.GREY_DARK_2,
|
|
@@ -3409,7 +3409,7 @@ const n2 = ({
|
|
|
3409
3409
|
)
|
|
3410
3410
|
]
|
|
3411
3411
|
}
|
|
3412
|
-
),
|
|
3412
|
+
), K5 = ({
|
|
3413
3413
|
width: i = 24,
|
|
3414
3414
|
height: o = 24,
|
|
3415
3415
|
color: e = d.GREY_DARK_2,
|
|
@@ -3436,7 +3436,7 @@ const n2 = ({
|
|
|
3436
3436
|
}
|
|
3437
3437
|
)
|
|
3438
3438
|
}
|
|
3439
|
-
),
|
|
3439
|
+
), b5 = ({
|
|
3440
3440
|
width: i = 24,
|
|
3441
3441
|
height: o = 24,
|
|
3442
3442
|
color: e = d.GREY_DARK_2,
|
|
@@ -3463,7 +3463,7 @@ const n2 = ({
|
|
|
3463
3463
|
}
|
|
3464
3464
|
)
|
|
3465
3465
|
}
|
|
3466
|
-
),
|
|
3466
|
+
), i1 = ({
|
|
3467
3467
|
name: i,
|
|
3468
3468
|
width: o,
|
|
3469
3469
|
height: e,
|
|
@@ -3472,49 +3472,49 @@ const n2 = ({
|
|
|
3472
3472
|
disabled: a = !1,
|
|
3473
3473
|
onClick: g
|
|
3474
3474
|
}) => {
|
|
3475
|
-
const [n,
|
|
3475
|
+
const [n, L] = H(r), { theme: k } = n1(H1), h = a ? k && k === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : l, s = a ? void 0 : g;
|
|
3476
3476
|
return B(() => {
|
|
3477
3477
|
if (r) {
|
|
3478
|
-
s && !a &&
|
|
3478
|
+
s && !a && L(`${r} clickable`);
|
|
3479
3479
|
return;
|
|
3480
3480
|
}
|
|
3481
|
-
s && !a &&
|
|
3482
|
-
}, [s, r, a]), /* @__PURE__ */ t(
|
|
3481
|
+
s && !a && L("clickable");
|
|
3482
|
+
}, [s, r, a]), /* @__PURE__ */ t(O, { children: (() => {
|
|
3483
3483
|
switch (i) {
|
|
3484
3484
|
case "nextIcon":
|
|
3485
|
-
return Q2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3486
|
-
case "prevIcon":
|
|
3487
3485
|
return X2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3486
|
+
case "prevIcon":
|
|
3487
|
+
return e5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3488
3488
|
case "arrowUp":
|
|
3489
|
-
return n2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3490
|
-
case "arrowDown":
|
|
3491
3489
|
return s2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3492
|
-
case "
|
|
3490
|
+
case "arrowDown":
|
|
3493
3491
|
return h2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3494
|
-
case "
|
|
3492
|
+
case "info":
|
|
3495
3493
|
return c2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3496
|
-
case "
|
|
3494
|
+
case "arrowRight":
|
|
3497
3495
|
return a2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3498
|
-
case "
|
|
3496
|
+
case "calendar":
|
|
3499
3497
|
return C2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3500
|
-
case "
|
|
3498
|
+
case "ok":
|
|
3501
3499
|
return d2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3502
|
-
case "
|
|
3500
|
+
case "cancel":
|
|
3503
3501
|
return w2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3504
|
-
case "
|
|
3502
|
+
case "add":
|
|
3505
3503
|
return k2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3506
|
-
case "
|
|
3504
|
+
case "list":
|
|
3507
3505
|
return g2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3508
|
-
case "
|
|
3506
|
+
case "dragAndDrop":
|
|
3509
3507
|
return p2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3510
|
-
case "
|
|
3508
|
+
case "filter":
|
|
3511
3509
|
return L2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3512
|
-
case "
|
|
3510
|
+
case "attention":
|
|
3513
3511
|
return m2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3514
|
-
case "
|
|
3512
|
+
case "plus":
|
|
3515
3513
|
return u2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3514
|
+
case "time":
|
|
3515
|
+
return v2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3516
3516
|
case "arrowDownLong":
|
|
3517
|
-
return
|
|
3517
|
+
return N2({
|
|
3518
3518
|
width: o,
|
|
3519
3519
|
height: e,
|
|
3520
3520
|
color: h,
|
|
@@ -3522,9 +3522,9 @@ const n2 = ({
|
|
|
3522
3522
|
onClick: s
|
|
3523
3523
|
});
|
|
3524
3524
|
case "users":
|
|
3525
|
-
return
|
|
3525
|
+
return f2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3526
3526
|
case "mySkillsMatrix":
|
|
3527
|
-
return
|
|
3527
|
+
return M2({
|
|
3528
3528
|
width: o,
|
|
3529
3529
|
height: e,
|
|
3530
3530
|
color: h,
|
|
@@ -3532,9 +3532,9 @@ const n2 = ({
|
|
|
3532
3532
|
onClick: s
|
|
3533
3533
|
});
|
|
3534
3534
|
case "skills":
|
|
3535
|
-
return
|
|
3535
|
+
return x2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3536
3536
|
case "skillsMatrices":
|
|
3537
|
-
return
|
|
3537
|
+
return _2({
|
|
3538
3538
|
width: o,
|
|
3539
3539
|
height: e,
|
|
3540
3540
|
color: h,
|
|
@@ -3542,23 +3542,23 @@ const n2 = ({
|
|
|
3542
3542
|
onClick: s
|
|
3543
3543
|
});
|
|
3544
3544
|
case "history":
|
|
3545
|
-
return _2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3546
|
-
case "logOut":
|
|
3547
3545
|
return R2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3548
|
-
case "
|
|
3546
|
+
case "logOut":
|
|
3549
3547
|
return H2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3550
|
-
case "
|
|
3548
|
+
case "settings":
|
|
3551
3549
|
return V2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3552
|
-
case "
|
|
3550
|
+
case "addSkill":
|
|
3553
3551
|
return E2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3554
|
-
case "
|
|
3552
|
+
case "conversation":
|
|
3555
3553
|
return Z2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3556
|
-
case "
|
|
3554
|
+
case "trash":
|
|
3557
3555
|
return W2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3556
|
+
case "settings4":
|
|
3557
|
+
return I2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3558
3558
|
case "edit2":
|
|
3559
|
-
return
|
|
3559
|
+
return A2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3560
3560
|
case "notifications":
|
|
3561
|
-
return
|
|
3561
|
+
return B2({
|
|
3562
3562
|
width: o,
|
|
3563
3563
|
height: e,
|
|
3564
3564
|
color: h,
|
|
@@ -3566,9 +3566,9 @@ const n2 = ({
|
|
|
3566
3566
|
onClick: s
|
|
3567
3567
|
});
|
|
3568
3568
|
case "success":
|
|
3569
|
-
return
|
|
3569
|
+
return G2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3570
3570
|
case "attentionSmall":
|
|
3571
|
-
return
|
|
3571
|
+
return y2({
|
|
3572
3572
|
width: o,
|
|
3573
3573
|
height: e,
|
|
3574
3574
|
color: h,
|
|
@@ -3580,7 +3580,7 @@ const n2 = ({
|
|
|
3580
3580
|
case "infoMedium":
|
|
3581
3581
|
return j2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3582
3582
|
case "attentionMedium":
|
|
3583
|
-
return
|
|
3583
|
+
return T2({
|
|
3584
3584
|
width: o,
|
|
3585
3585
|
height: e,
|
|
3586
3586
|
color: h,
|
|
@@ -3588,9 +3588,9 @@ const n2 = ({
|
|
|
3588
3588
|
onClick: s
|
|
3589
3589
|
});
|
|
3590
3590
|
case "errorMedium":
|
|
3591
|
-
return
|
|
3591
|
+
return Y2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3592
3592
|
case "faviconSkills":
|
|
3593
|
-
return
|
|
3593
|
+
return U2({
|
|
3594
3594
|
width: o,
|
|
3595
3595
|
height: e,
|
|
3596
3596
|
color: h,
|
|
@@ -3598,7 +3598,7 @@ const n2 = ({
|
|
|
3598
3598
|
onClick: s
|
|
3599
3599
|
});
|
|
3600
3600
|
case "visibilityIcon":
|
|
3601
|
-
return
|
|
3601
|
+
return K2({
|
|
3602
3602
|
width: o,
|
|
3603
3603
|
height: e,
|
|
3604
3604
|
color: h,
|
|
@@ -3606,7 +3606,7 @@ const n2 = ({
|
|
|
3606
3606
|
onClick: s
|
|
3607
3607
|
});
|
|
3608
3608
|
case "visibilityOffIcon":
|
|
3609
|
-
return
|
|
3609
|
+
return b2({
|
|
3610
3610
|
width: o,
|
|
3611
3611
|
height: e,
|
|
3612
3612
|
color: h,
|
|
@@ -3614,7 +3614,7 @@ const n2 = ({
|
|
|
3614
3614
|
onClick: s
|
|
3615
3615
|
});
|
|
3616
3616
|
case "selectArrowIcon":
|
|
3617
|
-
return
|
|
3617
|
+
return O2({
|
|
3618
3618
|
width: o,
|
|
3619
3619
|
height: e,
|
|
3620
3620
|
color: h,
|
|
@@ -3622,7 +3622,7 @@ const n2 = ({
|
|
|
3622
3622
|
onClick: s
|
|
3623
3623
|
});
|
|
3624
3624
|
case "expandArrowIcon":
|
|
3625
|
-
return
|
|
3625
|
+
return S2({
|
|
3626
3626
|
width: o,
|
|
3627
3627
|
height: e,
|
|
3628
3628
|
color: h,
|
|
@@ -3638,111 +3638,111 @@ const n2 = ({
|
|
|
3638
3638
|
onClick: s
|
|
3639
3639
|
});
|
|
3640
3640
|
case "camera":
|
|
3641
|
-
return U2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3642
|
-
case "sortUp":
|
|
3643
3641
|
return P2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3644
|
-
case "
|
|
3642
|
+
case "sortUp":
|
|
3645
3643
|
return $2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3646
|
-
case "
|
|
3644
|
+
case "sortDown":
|
|
3647
3645
|
return z2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3648
|
-
case "
|
|
3646
|
+
case "logOut2":
|
|
3649
3647
|
return J2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3650
|
-
case "
|
|
3648
|
+
case "search":
|
|
3651
3649
|
return q2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3650
|
+
case "handRock":
|
|
3651
|
+
return Q2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3652
3652
|
case "arrowUpFilled":
|
|
3653
|
-
return
|
|
3653
|
+
return i5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3654
3654
|
case "arrowDownFilled":
|
|
3655
|
-
return
|
|
3655
|
+
return o5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3656
3656
|
case "link":
|
|
3657
|
-
return
|
|
3657
|
+
return t5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3658
3658
|
case "telegram":
|
|
3659
|
-
return
|
|
3659
|
+
return r5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3660
3660
|
case "mail":
|
|
3661
|
-
return
|
|
3661
|
+
return s5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3662
3662
|
case "github":
|
|
3663
|
-
return
|
|
3663
|
+
return l5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3664
3664
|
case "linkedIn":
|
|
3665
|
-
return
|
|
3665
|
+
return n5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3666
3666
|
case "emptyStateIcon":
|
|
3667
|
-
return s5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3668
|
-
case "filtersIcon":
|
|
3669
3667
|
return h5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3670
|
-
case "
|
|
3668
|
+
case "filtersIcon":
|
|
3671
3669
|
return c5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3672
|
-
case "
|
|
3670
|
+
case "dotMenuIcon":
|
|
3673
3671
|
return a5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3674
|
-
case "
|
|
3672
|
+
case "plusCircle":
|
|
3675
3673
|
return C5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3676
|
-
case "
|
|
3674
|
+
case "warning":
|
|
3677
3675
|
return d5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3678
|
-
case "
|
|
3676
|
+
case "back":
|
|
3679
3677
|
return w5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3678
|
+
case "bell":
|
|
3679
|
+
return k5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3680
3680
|
case "contract":
|
|
3681
|
-
return
|
|
3681
|
+
return p5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3682
3682
|
case "trash2":
|
|
3683
|
-
return
|
|
3683
|
+
return g5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3684
3684
|
case "manager":
|
|
3685
|
-
return p5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3686
|
-
case "resourceManager":
|
|
3687
3685
|
return L5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3688
|
-
case "
|
|
3686
|
+
case "resourceManager":
|
|
3689
3687
|
return m5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3690
|
-
case "
|
|
3688
|
+
case "settings2":
|
|
3691
3689
|
return u5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3692
|
-
case "
|
|
3690
|
+
case "image":
|
|
3693
3691
|
return v5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3694
|
-
case "
|
|
3692
|
+
case "upload":
|
|
3695
3693
|
return N5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3696
|
-
case "
|
|
3694
|
+
case "edit":
|
|
3697
3695
|
return f5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3698
|
-
case "
|
|
3696
|
+
case "location":
|
|
3699
3697
|
return M5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3700
|
-
case "
|
|
3698
|
+
case "plus2":
|
|
3701
3699
|
return x5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3702
|
-
case "
|
|
3700
|
+
case "search2":
|
|
3703
3701
|
return _5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3704
|
-
case "
|
|
3702
|
+
case "fastArrowLeft":
|
|
3705
3703
|
return R5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3706
|
-
case "
|
|
3704
|
+
case "fastArrowRight":
|
|
3707
3705
|
return H5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3706
|
+
case "crossInCircle":
|
|
3707
|
+
return V5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3708
3708
|
case "arrowUp2":
|
|
3709
|
-
return
|
|
3709
|
+
return Z5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3710
3710
|
case "arrowDown2":
|
|
3711
|
-
return
|
|
3711
|
+
return E5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3712
3712
|
case "filledArrowLeft":
|
|
3713
|
-
return Z5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3714
|
-
case "filledArrowRight":
|
|
3715
3713
|
return W5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3714
|
+
case "filledArrowRight":
|
|
3715
|
+
return I5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3716
3716
|
case "burgerMenu":
|
|
3717
|
-
return B5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3718
|
-
case "signOut":
|
|
3719
3717
|
return A5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3718
|
+
case "signOut":
|
|
3719
|
+
return B5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3720
3720
|
case "refresh":
|
|
3721
|
-
return I5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3722
|
-
case "projects":
|
|
3723
3721
|
return G5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3722
|
+
case "projects":
|
|
3723
|
+
return y5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3724
3724
|
case "exit":
|
|
3725
3725
|
return D5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3726
3726
|
case "client":
|
|
3727
3727
|
return j5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3728
3728
|
case "calendar2":
|
|
3729
|
-
return y5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3730
|
-
case "openPointCircle":
|
|
3731
3729
|
return T5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3732
|
-
case "
|
|
3730
|
+
case "openPointCircle":
|
|
3733
3731
|
return Y5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3734
|
-
case "
|
|
3732
|
+
case "community":
|
|
3735
3733
|
return K5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3734
|
+
case "docs":
|
|
3735
|
+
return b5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3736
3736
|
default:
|
|
3737
|
-
return /* @__PURE__ */ t(
|
|
3737
|
+
return /* @__PURE__ */ t(O, { children: "No Icon provided" });
|
|
3738
3738
|
}
|
|
3739
3739
|
})() });
|
|
3740
|
-
}, { Title:
|
|
3740
|
+
}, { Title: O5, Text: S5 } = x1, F5 = {
|
|
3741
3741
|
h1: 1,
|
|
3742
3742
|
h2: 2,
|
|
3743
3743
|
h3: 3,
|
|
3744
3744
|
h4: 4
|
|
3745
|
-
},
|
|
3745
|
+
}, U5 = d1(
|
|
3746
3746
|
({
|
|
3747
3747
|
align: i = "inherit",
|
|
3748
3748
|
variant: o = "body1",
|
|
@@ -3752,10 +3752,10 @@ const n2 = ({
|
|
|
3752
3752
|
collapsed: a,
|
|
3753
3753
|
whiteSpace: g = "normal"
|
|
3754
3754
|
}, n) => {
|
|
3755
|
-
const
|
|
3755
|
+
const L = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
3756
3756
|
let k = `snmt-typography snmt-typography-${o}`;
|
|
3757
|
-
return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), a && (k += " collapsed"),
|
|
3758
|
-
|
|
3757
|
+
return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), a && (k += " collapsed"), L ? /* @__PURE__ */ t(
|
|
3758
|
+
O5,
|
|
3759
3759
|
{
|
|
3760
3760
|
className: k,
|
|
3761
3761
|
style: { color: e, whiteSpace: g },
|
|
@@ -3765,7 +3765,7 @@ const n2 = ({
|
|
|
3765
3765
|
children: l
|
|
3766
3766
|
}
|
|
3767
3767
|
) : /* @__PURE__ */ t(
|
|
3768
|
-
|
|
3768
|
+
S5,
|
|
3769
3769
|
{
|
|
3770
3770
|
className: k,
|
|
3771
3771
|
style: { color: e, whiteSpace: g },
|
|
@@ -3777,12 +3777,12 @@ const n2 = ({
|
|
|
3777
3777
|
}
|
|
3778
3778
|
);
|
|
3779
3779
|
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.PURPLE_LIGHT = "var(--purple-light)", 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))(w || {});
|
|
3780
|
-
const
|
|
3780
|
+
const V1 = r1({
|
|
3781
3781
|
locale: "en",
|
|
3782
3782
|
theme: "light"
|
|
3783
3783
|
});
|
|
3784
|
-
|
|
3785
|
-
const
|
|
3784
|
+
V1.Provider;
|
|
3785
|
+
const P5 = ({
|
|
3786
3786
|
width: i = 20,
|
|
3787
3787
|
height: o = 20,
|
|
3788
3788
|
color: e = "#001E52",
|
|
@@ -3809,7 +3809,7 @@ const U5 = ({
|
|
|
3809
3809
|
}
|
|
3810
3810
|
)
|
|
3811
3811
|
}
|
|
3812
|
-
),
|
|
3812
|
+
), $5 = ({
|
|
3813
3813
|
width: i = 20,
|
|
3814
3814
|
height: o = 20,
|
|
3815
3815
|
color: e = "#001E52",
|
|
@@ -3836,7 +3836,7 @@ const U5 = ({
|
|
|
3836
3836
|
}
|
|
3837
3837
|
)
|
|
3838
3838
|
}
|
|
3839
|
-
),
|
|
3839
|
+
), z5 = ({
|
|
3840
3840
|
width: i = 16,
|
|
3841
3841
|
height: o = 16,
|
|
3842
3842
|
color: e = "#001E52",
|
|
@@ -3864,7 +3864,7 @@ const U5 = ({
|
|
|
3864
3864
|
)
|
|
3865
3865
|
]
|
|
3866
3866
|
}
|
|
3867
|
-
),
|
|
3867
|
+
), J5 = ({
|
|
3868
3868
|
width: i = 20,
|
|
3869
3869
|
height: o = 20,
|
|
3870
3870
|
color: e = "#001E52",
|
|
@@ -3899,7 +3899,7 @@ const U5 = ({
|
|
|
3899
3899
|
)
|
|
3900
3900
|
]
|
|
3901
3901
|
}
|
|
3902
|
-
),
|
|
3902
|
+
), q5 = ({
|
|
3903
3903
|
width: i = 18,
|
|
3904
3904
|
height: o = 18,
|
|
3905
3905
|
color: e = "#001E52",
|
|
@@ -3938,7 +3938,7 @@ const U5 = ({
|
|
|
3938
3938
|
)
|
|
3939
3939
|
]
|
|
3940
3940
|
}
|
|
3941
|
-
),
|
|
3941
|
+
), Q5 = ({
|
|
3942
3942
|
width: i = 20,
|
|
3943
3943
|
height: o = 20,
|
|
3944
3944
|
color: e = "#001E52",
|
|
@@ -3964,7 +3964,7 @@ const U5 = ({
|
|
|
3964
3964
|
}
|
|
3965
3965
|
)
|
|
3966
3966
|
}
|
|
3967
|
-
),
|
|
3967
|
+
), X5 = ({
|
|
3968
3968
|
width: i = 20,
|
|
3969
3969
|
height: o = 20,
|
|
3970
3970
|
color: e = "#001E52",
|
|
@@ -3985,7 +3985,7 @@ const U5 = ({
|
|
|
3985
3985
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
3986
3986
|
]
|
|
3987
3987
|
}
|
|
3988
|
-
),
|
|
3988
|
+
), e3 = ({
|
|
3989
3989
|
width: i = 20,
|
|
3990
3990
|
height: o = 20,
|
|
3991
3991
|
color: e = "#001E52",
|
|
@@ -4017,7 +4017,7 @@ const U5 = ({
|
|
|
4017
4017
|
)
|
|
4018
4018
|
]
|
|
4019
4019
|
}
|
|
4020
|
-
),
|
|
4020
|
+
), o3 = ({
|
|
4021
4021
|
width: i = 20,
|
|
4022
4022
|
height: o = 20,
|
|
4023
4023
|
color: e = "#001E52",
|
|
@@ -4071,7 +4071,7 @@ const U5 = ({
|
|
|
4071
4071
|
)
|
|
4072
4072
|
]
|
|
4073
4073
|
}
|
|
4074
|
-
),
|
|
4074
|
+
), i3 = ({
|
|
4075
4075
|
width: i = 20,
|
|
4076
4076
|
height: o = 20,
|
|
4077
4077
|
color: e = "#001E52",
|
|
@@ -4110,7 +4110,7 @@ const U5 = ({
|
|
|
4110
4110
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
4111
4111
|
]
|
|
4112
4112
|
}
|
|
4113
|
-
),
|
|
4113
|
+
), t3 = ({
|
|
4114
4114
|
width: i = 16,
|
|
4115
4115
|
height: o = 12,
|
|
4116
4116
|
color: e = "#001E52",
|
|
@@ -4159,7 +4159,7 @@ const U5 = ({
|
|
|
4159
4159
|
)
|
|
4160
4160
|
] })
|
|
4161
4161
|
}
|
|
4162
|
-
),
|
|
4162
|
+
), l3 = ({
|
|
4163
4163
|
width: i = 16,
|
|
4164
4164
|
height: o = 16,
|
|
4165
4165
|
color: e = "#001E52",
|
|
@@ -4193,7 +4193,7 @@ const U5 = ({
|
|
|
4193
4193
|
)
|
|
4194
4194
|
]
|
|
4195
4195
|
}
|
|
4196
|
-
),
|
|
4196
|
+
), r3 = ({
|
|
4197
4197
|
width: i = 10,
|
|
4198
4198
|
height: o = 10,
|
|
4199
4199
|
color: e = "#001E52",
|
|
@@ -4232,7 +4232,7 @@ const U5 = ({
|
|
|
4232
4232
|
)
|
|
4233
4233
|
] })
|
|
4234
4234
|
}
|
|
4235
|
-
),
|
|
4235
|
+
), n3 = ({
|
|
4236
4236
|
width: i = 16,
|
|
4237
4237
|
height: o = 16,
|
|
4238
4238
|
color: e = "#001E52",
|
|
@@ -4268,7 +4268,7 @@ const U5 = ({
|
|
|
4268
4268
|
)
|
|
4269
4269
|
]
|
|
4270
4270
|
}
|
|
4271
|
-
),
|
|
4271
|
+
), s3 = ({
|
|
4272
4272
|
width: i = 11,
|
|
4273
4273
|
height: o = 32,
|
|
4274
4274
|
color: e = "#001E52",
|
|
@@ -4306,7 +4306,7 @@ const U5 = ({
|
|
|
4306
4306
|
/* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
|
|
4307
4307
|
]
|
|
4308
4308
|
}
|
|
4309
|
-
),
|
|
4309
|
+
), h3 = ({
|
|
4310
4310
|
width: i = 20,
|
|
4311
4311
|
height: o = 20,
|
|
4312
4312
|
color: e = "#001E52",
|
|
@@ -4353,7 +4353,7 @@ const U5 = ({
|
|
|
4353
4353
|
)
|
|
4354
4354
|
]
|
|
4355
4355
|
}
|
|
4356
|
-
),
|
|
4356
|
+
), c3 = ({
|
|
4357
4357
|
width: i = 20,
|
|
4358
4358
|
height: o = 20,
|
|
4359
4359
|
color: e = "#001E52",
|
|
@@ -4386,7 +4386,7 @@ const U5 = ({
|
|
|
4386
4386
|
)
|
|
4387
4387
|
]
|
|
4388
4388
|
}
|
|
4389
|
-
),
|
|
4389
|
+
), a3 = ({
|
|
4390
4390
|
width: i = 20,
|
|
4391
4391
|
height: o = 20,
|
|
4392
4392
|
color: e = "#001E52",
|
|
@@ -4433,7 +4433,7 @@ const U5 = ({
|
|
|
4433
4433
|
)
|
|
4434
4434
|
]
|
|
4435
4435
|
}
|
|
4436
|
-
),
|
|
4436
|
+
), C3 = ({
|
|
4437
4437
|
width: i = 20,
|
|
4438
4438
|
height: o = 20,
|
|
4439
4439
|
color: e = "#001E52",
|
|
@@ -4466,7 +4466,7 @@ const U5 = ({
|
|
|
4466
4466
|
)
|
|
4467
4467
|
]
|
|
4468
4468
|
}
|
|
4469
|
-
),
|
|
4469
|
+
), d3 = ({
|
|
4470
4470
|
width: i = 18,
|
|
4471
4471
|
height: o = 16,
|
|
4472
4472
|
color: e = "#001E52",
|
|
@@ -4505,7 +4505,7 @@ const U5 = ({
|
|
|
4505
4505
|
)
|
|
4506
4506
|
]
|
|
4507
4507
|
}
|
|
4508
|
-
),
|
|
4508
|
+
), w3 = ({
|
|
4509
4509
|
width: i = 20,
|
|
4510
4510
|
height: o = 20,
|
|
4511
4511
|
color: e = "#001E52",
|
|
@@ -4538,7 +4538,7 @@ const U5 = ({
|
|
|
4538
4538
|
)
|
|
4539
4539
|
]
|
|
4540
4540
|
}
|
|
4541
|
-
),
|
|
4541
|
+
), k3 = ({
|
|
4542
4542
|
width: i = 20,
|
|
4543
4543
|
height: o = 20,
|
|
4544
4544
|
color: e = "#001E52",
|
|
@@ -4562,7 +4562,7 @@ const U5 = ({
|
|
|
4562
4562
|
}
|
|
4563
4563
|
)
|
|
4564
4564
|
}
|
|
4565
|
-
),
|
|
4565
|
+
), g3 = ({
|
|
4566
4566
|
width: i = 20,
|
|
4567
4567
|
height: o = 20,
|
|
4568
4568
|
color: e = "#001E52",
|
|
@@ -4609,7 +4609,7 @@ const U5 = ({
|
|
|
4609
4609
|
)
|
|
4610
4610
|
]
|
|
4611
4611
|
}
|
|
4612
|
-
),
|
|
4612
|
+
), p3 = ({
|
|
4613
4613
|
width: i = 20,
|
|
4614
4614
|
height: o = 20,
|
|
4615
4615
|
color: e = "#001E52",
|
|
@@ -4642,7 +4642,7 @@ const U5 = ({
|
|
|
4642
4642
|
)
|
|
4643
4643
|
]
|
|
4644
4644
|
}
|
|
4645
|
-
),
|
|
4645
|
+
), L3 = ({
|
|
4646
4646
|
width: i = 20,
|
|
4647
4647
|
height: o = 20,
|
|
4648
4648
|
color: e = "#001E52",
|
|
@@ -4675,7 +4675,7 @@ const U5 = ({
|
|
|
4675
4675
|
)
|
|
4676
4676
|
]
|
|
4677
4677
|
}
|
|
4678
|
-
),
|
|
4678
|
+
), m3 = ({
|
|
4679
4679
|
width: i = 20,
|
|
4680
4680
|
height: o = 23,
|
|
4681
4681
|
color: e = "#001E52",
|
|
@@ -4736,7 +4736,7 @@ const U5 = ({
|
|
|
4736
4736
|
)
|
|
4737
4737
|
]
|
|
4738
4738
|
}
|
|
4739
|
-
),
|
|
4739
|
+
), u3 = ({
|
|
4740
4740
|
width: i = 20,
|
|
4741
4741
|
height: o = 20,
|
|
4742
4742
|
color: e = "#001E52",
|
|
@@ -4776,7 +4776,7 @@ const U5 = ({
|
|
|
4776
4776
|
)
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
|
-
),
|
|
4779
|
+
), v3 = ({
|
|
4780
4780
|
width: i = 32,
|
|
4781
4781
|
height: o = 25,
|
|
4782
4782
|
color: e = "#001E52",
|
|
@@ -4804,7 +4804,7 @@ const U5 = ({
|
|
|
4804
4804
|
)
|
|
4805
4805
|
]
|
|
4806
4806
|
}
|
|
4807
|
-
),
|
|
4807
|
+
), N3 = ({
|
|
4808
4808
|
width: i = 14,
|
|
4809
4809
|
height: o = 14,
|
|
4810
4810
|
color: e = "#10B981",
|
|
@@ -4833,7 +4833,7 @@ const U5 = ({
|
|
|
4833
4833
|
)
|
|
4834
4834
|
]
|
|
4835
4835
|
}
|
|
4836
|
-
),
|
|
4836
|
+
), f3 = ({
|
|
4837
4837
|
width: i = 11,
|
|
4838
4838
|
height: o = 11,
|
|
4839
4839
|
color: e = "#FFB020",
|
|
@@ -4867,7 +4867,7 @@ const U5 = ({
|
|
|
4867
4867
|
)
|
|
4868
4868
|
]
|
|
4869
4869
|
}
|
|
4870
|
-
),
|
|
4870
|
+
), M3 = ({
|
|
4871
4871
|
width: i = 10,
|
|
4872
4872
|
height: o = 10,
|
|
4873
4873
|
color: e = "#88A4FF",
|
|
@@ -4915,7 +4915,7 @@ const U5 = ({
|
|
|
4915
4915
|
)
|
|
4916
4916
|
]
|
|
4917
4917
|
}
|
|
4918
|
-
),
|
|
4918
|
+
), x3 = ({
|
|
4919
4919
|
width: i = 14,
|
|
4920
4920
|
height: o = 14,
|
|
4921
4921
|
color: e = "#8E8E93",
|
|
@@ -4943,7 +4943,7 @@ const U5 = ({
|
|
|
4943
4943
|
)
|
|
4944
4944
|
]
|
|
4945
4945
|
}
|
|
4946
|
-
),
|
|
4946
|
+
), _3 = ({
|
|
4947
4947
|
width: i = 14,
|
|
4948
4948
|
height: o = 14,
|
|
4949
4949
|
color: e = "#FFB020",
|
|
@@ -4977,7 +4977,7 @@ const U5 = ({
|
|
|
4977
4977
|
)
|
|
4978
4978
|
]
|
|
4979
4979
|
}
|
|
4980
|
-
),
|
|
4980
|
+
), R3 = ({
|
|
4981
4981
|
width: i = 14,
|
|
4982
4982
|
height: o = 14,
|
|
4983
4983
|
color: e = "#D0421B",
|
|
@@ -5025,7 +5025,7 @@ const U5 = ({
|
|
|
5025
5025
|
)
|
|
5026
5026
|
]
|
|
5027
5027
|
}
|
|
5028
|
-
),
|
|
5028
|
+
), H3 = ({
|
|
5029
5029
|
width: i = 20,
|
|
5030
5030
|
height: o = 20,
|
|
5031
5031
|
color: e = "#070739",
|
|
@@ -5055,7 +5055,7 @@ const U5 = ({
|
|
|
5055
5055
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
5056
5056
|
]
|
|
5057
5057
|
}
|
|
5058
|
-
),
|
|
5058
|
+
), V3 = ({
|
|
5059
5059
|
width: i = 20,
|
|
5060
5060
|
height: o = 20,
|
|
5061
5061
|
color: e = "#070739",
|
|
@@ -5093,7 +5093,7 @@ const U5 = ({
|
|
|
5093
5093
|
)
|
|
5094
5094
|
]
|
|
5095
5095
|
}
|
|
5096
|
-
),
|
|
5096
|
+
), E3 = ({
|
|
5097
5097
|
width: i = 9,
|
|
5098
5098
|
height: o = 5,
|
|
5099
5099
|
color: e = "#001E52",
|
|
@@ -5119,7 +5119,7 @@ const U5 = ({
|
|
|
5119
5119
|
}
|
|
5120
5120
|
)
|
|
5121
5121
|
}
|
|
5122
|
-
),
|
|
5122
|
+
), Z3 = ({
|
|
5123
5123
|
width: i = 20,
|
|
5124
5124
|
height: o = 20,
|
|
5125
5125
|
color: e = "#F2F2F7",
|
|
@@ -5148,7 +5148,7 @@ const U5 = ({
|
|
|
5148
5148
|
)
|
|
5149
5149
|
]
|
|
5150
5150
|
}
|
|
5151
|
-
),
|
|
5151
|
+
), W3 = ({
|
|
5152
5152
|
width: i = 20,
|
|
5153
5153
|
height: o = 20,
|
|
5154
5154
|
color: e = "#004ED7",
|
|
@@ -5177,7 +5177,7 @@ const U5 = ({
|
|
|
5177
5177
|
)
|
|
5178
5178
|
]
|
|
5179
5179
|
}
|
|
5180
|
-
),
|
|
5180
|
+
), I3 = ({
|
|
5181
5181
|
width: i = 248,
|
|
5182
5182
|
height: o = 248,
|
|
5183
5183
|
color: e = "#070739",
|
|
@@ -5214,7 +5214,7 @@ const U5 = ({
|
|
|
5214
5214
|
)
|
|
5215
5215
|
]
|
|
5216
5216
|
}
|
|
5217
|
-
),
|
|
5217
|
+
), A3 = ({
|
|
5218
5218
|
width: i = 24,
|
|
5219
5219
|
height: o = 24,
|
|
5220
5220
|
color: e = "#001E52",
|
|
@@ -5253,7 +5253,7 @@ const U5 = ({
|
|
|
5253
5253
|
)
|
|
5254
5254
|
]
|
|
5255
5255
|
}
|
|
5256
|
-
),
|
|
5256
|
+
), B3 = ({
|
|
5257
5257
|
width: i = 10,
|
|
5258
5258
|
height: o = 10,
|
|
5259
5259
|
color: e = "#001E52",
|
|
@@ -5282,7 +5282,7 @@ const U5 = ({
|
|
|
5282
5282
|
)
|
|
5283
5283
|
]
|
|
5284
5284
|
}
|
|
5285
|
-
),
|
|
5285
|
+
), G3 = ({
|
|
5286
5286
|
width: i = 10,
|
|
5287
5287
|
height: o = 10,
|
|
5288
5288
|
color: e = "#001E52",
|
|
@@ -5319,7 +5319,7 @@ const U5 = ({
|
|
|
5319
5319
|
)
|
|
5320
5320
|
]
|
|
5321
5321
|
}
|
|
5322
|
-
),
|
|
5322
|
+
), y3 = ({
|
|
5323
5323
|
width: i = 24,
|
|
5324
5324
|
height: o = 24,
|
|
5325
5325
|
color: e = w.GREY_DARK_5,
|
|
@@ -5440,7 +5440,7 @@ const U5 = ({
|
|
|
5440
5440
|
)
|
|
5441
5441
|
]
|
|
5442
5442
|
}
|
|
5443
|
-
),
|
|
5443
|
+
), T3 = ({
|
|
5444
5444
|
className: i,
|
|
5445
5445
|
color: o = w.GREY_DARK_5,
|
|
5446
5446
|
height: e = 20,
|
|
@@ -5467,7 +5467,7 @@ const U5 = ({
|
|
|
5467
5467
|
}
|
|
5468
5468
|
)
|
|
5469
5469
|
}
|
|
5470
|
-
),
|
|
5470
|
+
), Y3 = ({
|
|
5471
5471
|
className: i,
|
|
5472
5472
|
color: o = w.GREY_DARK_5,
|
|
5473
5473
|
height: e = 20,
|
|
@@ -5494,7 +5494,7 @@ const U5 = ({
|
|
|
5494
5494
|
}
|
|
5495
5495
|
)
|
|
5496
5496
|
}
|
|
5497
|
-
),
|
|
5497
|
+
), K3 = ({
|
|
5498
5498
|
className: i,
|
|
5499
5499
|
color: o = w.GREY_DARK_5,
|
|
5500
5500
|
height: e = 5,
|
|
@@ -5518,7 +5518,7 @@ const U5 = ({
|
|
|
5518
5518
|
}
|
|
5519
5519
|
)
|
|
5520
5520
|
}
|
|
5521
|
-
),
|
|
5521
|
+
), b3 = ({
|
|
5522
5522
|
className: i,
|
|
5523
5523
|
color: o = w.GREY_DARK_5,
|
|
5524
5524
|
height: e = 5,
|
|
@@ -5543,7 +5543,7 @@ const U5 = ({
|
|
|
5543
5543
|
}
|
|
5544
5544
|
)
|
|
5545
5545
|
}
|
|
5546
|
-
),
|
|
5546
|
+
), O3 = ({
|
|
5547
5547
|
className: i,
|
|
5548
5548
|
color: o = w.GREY_DARK_5,
|
|
5549
5549
|
height: e = 24,
|
|
@@ -5582,7 +5582,7 @@ const U5 = ({
|
|
|
5582
5582
|
)
|
|
5583
5583
|
]
|
|
5584
5584
|
}
|
|
5585
|
-
),
|
|
5585
|
+
), S3 = ({
|
|
5586
5586
|
className: i,
|
|
5587
5587
|
color: o = w.GREY_DARK_5,
|
|
5588
5588
|
height: e = 24,
|
|
@@ -5648,7 +5648,7 @@ const U5 = ({
|
|
|
5648
5648
|
}
|
|
5649
5649
|
)
|
|
5650
5650
|
}
|
|
5651
|
-
),
|
|
5651
|
+
), U3 = ({
|
|
5652
5652
|
className: i,
|
|
5653
5653
|
color: o = w.GREY_DARK_5,
|
|
5654
5654
|
height: e = 24,
|
|
@@ -5707,7 +5707,7 @@ const U5 = ({
|
|
|
5707
5707
|
)
|
|
5708
5708
|
]
|
|
5709
5709
|
}
|
|
5710
|
-
),
|
|
5710
|
+
), P3 = ({
|
|
5711
5711
|
className: i,
|
|
5712
5712
|
color: o = w.GREY_DARK_5,
|
|
5713
5713
|
height: e = 24,
|
|
@@ -5744,7 +5744,7 @@ const U5 = ({
|
|
|
5744
5744
|
)
|
|
5745
5745
|
]
|
|
5746
5746
|
}
|
|
5747
|
-
),
|
|
5747
|
+
), $3 = ({
|
|
5748
5748
|
className: i,
|
|
5749
5749
|
color: o = w.GREY_DARK_3,
|
|
5750
5750
|
height: e = 14,
|
|
@@ -5781,7 +5781,7 @@ const U5 = ({
|
|
|
5781
5781
|
)
|
|
5782
5782
|
]
|
|
5783
5783
|
}
|
|
5784
|
-
),
|
|
5784
|
+
), z3 = ({
|
|
5785
5785
|
className: i,
|
|
5786
5786
|
color: o = w.GREY_DARK_5,
|
|
5787
5787
|
height: e = 18,
|
|
@@ -5808,7 +5808,7 @@ const U5 = ({
|
|
|
5808
5808
|
}
|
|
5809
5809
|
)
|
|
5810
5810
|
}
|
|
5811
|
-
),
|
|
5811
|
+
), J3 = ({
|
|
5812
5812
|
className: i,
|
|
5813
5813
|
color: o = w.GREY_DARK_5,
|
|
5814
5814
|
height: e = 24,
|
|
@@ -5860,7 +5860,7 @@ const U5 = ({
|
|
|
5860
5860
|
)
|
|
5861
5861
|
]
|
|
5862
5862
|
}
|
|
5863
|
-
),
|
|
5863
|
+
), q3 = ({
|
|
5864
5864
|
className: i,
|
|
5865
5865
|
color: o = w.GREY_DARK_5,
|
|
5866
5866
|
height: e = 24,
|
|
@@ -5897,7 +5897,7 @@ const U5 = ({
|
|
|
5897
5897
|
)
|
|
5898
5898
|
]
|
|
5899
5899
|
}
|
|
5900
|
-
),
|
|
5900
|
+
), Q3 = ({
|
|
5901
5901
|
className: i,
|
|
5902
5902
|
color: o = w.NOTIFICATION_WARNING_DARK,
|
|
5903
5903
|
height: e = 37,
|
|
@@ -5936,7 +5936,7 @@ const U5 = ({
|
|
|
5936
5936
|
)
|
|
5937
5937
|
]
|
|
5938
5938
|
}
|
|
5939
|
-
),
|
|
5939
|
+
), X3 = ({
|
|
5940
5940
|
className: i,
|
|
5941
5941
|
color: o = w.GREY_DARK_5,
|
|
5942
5942
|
height: e = 24,
|
|
@@ -5962,7 +5962,7 @@ const U5 = ({
|
|
|
5962
5962
|
}
|
|
5963
5963
|
)
|
|
5964
5964
|
}
|
|
5965
|
-
),
|
|
5965
|
+
), e0 = ({
|
|
5966
5966
|
className: i,
|
|
5967
5967
|
color: o = w.GREY_DARK_5,
|
|
5968
5968
|
height: e = 24,
|
|
@@ -6001,7 +6001,7 @@ const U5 = ({
|
|
|
6001
6001
|
)
|
|
6002
6002
|
]
|
|
6003
6003
|
}
|
|
6004
|
-
),
|
|
6004
|
+
), o0 = ({
|
|
6005
6005
|
className: i,
|
|
6006
6006
|
color: o = w.GREY_DARK_5,
|
|
6007
6007
|
height: e = 24,
|
|
@@ -6040,7 +6040,7 @@ const U5 = ({
|
|
|
6040
6040
|
)
|
|
6041
6041
|
]
|
|
6042
6042
|
}
|
|
6043
|
-
),
|
|
6043
|
+
), i0 = ({
|
|
6044
6044
|
className: i,
|
|
6045
6045
|
color: o = w.GREY_DARK_5,
|
|
6046
6046
|
height: e = 24,
|
|
@@ -6109,7 +6109,7 @@ const U5 = ({
|
|
|
6109
6109
|
)
|
|
6110
6110
|
]
|
|
6111
6111
|
}
|
|
6112
|
-
),
|
|
6112
|
+
), t0 = ({
|
|
6113
6113
|
className: i,
|
|
6114
6114
|
color: o = w.GREY_DARK_5,
|
|
6115
6115
|
height: e = 24,
|
|
@@ -6148,7 +6148,7 @@ const U5 = ({
|
|
|
6148
6148
|
)
|
|
6149
6149
|
]
|
|
6150
6150
|
}
|
|
6151
|
-
),
|
|
6151
|
+
), l0 = ({
|
|
6152
6152
|
className: i,
|
|
6153
6153
|
color: o = w.GREY_DARK_5,
|
|
6154
6154
|
height: e = 24,
|
|
@@ -6205,7 +6205,7 @@ const U5 = ({
|
|
|
6205
6205
|
)
|
|
6206
6206
|
]
|
|
6207
6207
|
}
|
|
6208
|
-
),
|
|
6208
|
+
), r0 = ({
|
|
6209
6209
|
className: i,
|
|
6210
6210
|
color: o = w.GREY_DARK_5,
|
|
6211
6211
|
height: e = 24,
|
|
@@ -6244,7 +6244,7 @@ const U5 = ({
|
|
|
6244
6244
|
)
|
|
6245
6245
|
]
|
|
6246
6246
|
}
|
|
6247
|
-
),
|
|
6247
|
+
), n0 = ({
|
|
6248
6248
|
className: i,
|
|
6249
6249
|
color: o = w.GREY_DARK_5,
|
|
6250
6250
|
height: e = 24,
|
|
@@ -6293,7 +6293,7 @@ const U5 = ({
|
|
|
6293
6293
|
)
|
|
6294
6294
|
]
|
|
6295
6295
|
}
|
|
6296
|
-
),
|
|
6296
|
+
), s0 = ({
|
|
6297
6297
|
className: i,
|
|
6298
6298
|
color: o = w.GREY_DARK_5,
|
|
6299
6299
|
height: e = 24,
|
|
@@ -6332,7 +6332,7 @@ const U5 = ({
|
|
|
6332
6332
|
)
|
|
6333
6333
|
]
|
|
6334
6334
|
}
|
|
6335
|
-
),
|
|
6335
|
+
), h0 = ({
|
|
6336
6336
|
className: i,
|
|
6337
6337
|
color: o = w.GREY_DARK_5,
|
|
6338
6338
|
height: e = 24,
|
|
@@ -6359,7 +6359,7 @@ const U5 = ({
|
|
|
6359
6359
|
}
|
|
6360
6360
|
)
|
|
6361
6361
|
}
|
|
6362
|
-
),
|
|
6362
|
+
), c0 = ({
|
|
6363
6363
|
className: i,
|
|
6364
6364
|
color: o = w.GREY_DARK_5,
|
|
6365
6365
|
height: e = 24,
|
|
@@ -6397,7 +6397,7 @@ const U5 = ({
|
|
|
6397
6397
|
)
|
|
6398
6398
|
]
|
|
6399
6399
|
}
|
|
6400
|
-
),
|
|
6400
|
+
), a0 = ({
|
|
6401
6401
|
className: i,
|
|
6402
6402
|
color: o = w.GREY_DARK_5,
|
|
6403
6403
|
height: e = 24,
|
|
@@ -6418,7 +6418,7 @@ const U5 = ({
|
|
|
6418
6418
|
/* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
6419
6419
|
]
|
|
6420
6420
|
}
|
|
6421
|
-
),
|
|
6421
|
+
), C0 = ({
|
|
6422
6422
|
className: i,
|
|
6423
6423
|
color: o = w.GREY_DARK_5,
|
|
6424
6424
|
height: e = 24,
|
|
@@ -6457,7 +6457,7 @@ const U5 = ({
|
|
|
6457
6457
|
)
|
|
6458
6458
|
]
|
|
6459
6459
|
}
|
|
6460
|
-
),
|
|
6460
|
+
), d0 = ({
|
|
6461
6461
|
className: i,
|
|
6462
6462
|
color: o = w.GREY_DARK_5,
|
|
6463
6463
|
height: e = 24,
|
|
@@ -6496,7 +6496,7 @@ const U5 = ({
|
|
|
6496
6496
|
)
|
|
6497
6497
|
]
|
|
6498
6498
|
}
|
|
6499
|
-
),
|
|
6499
|
+
), w0 = ({
|
|
6500
6500
|
className: i,
|
|
6501
6501
|
color: o = w.GREY_DARK_5,
|
|
6502
6502
|
height: e = 24,
|
|
@@ -6535,7 +6535,7 @@ const U5 = ({
|
|
|
6535
6535
|
)
|
|
6536
6536
|
]
|
|
6537
6537
|
}
|
|
6538
|
-
),
|
|
6538
|
+
), k0 = ({
|
|
6539
6539
|
className: i,
|
|
6540
6540
|
color: o = w.GREY_DARK_2,
|
|
6541
6541
|
height: e = 16,
|
|
@@ -6561,7 +6561,7 @@ const U5 = ({
|
|
|
6561
6561
|
}
|
|
6562
6562
|
)
|
|
6563
6563
|
}
|
|
6564
|
-
),
|
|
6564
|
+
), g0 = ({
|
|
6565
6565
|
className: i,
|
|
6566
6566
|
color: o = w.GREY_DARK_5,
|
|
6567
6567
|
height: e = 20,
|
|
@@ -6590,7 +6590,7 @@ const U5 = ({
|
|
|
6590
6590
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6591
6591
|
]
|
|
6592
6592
|
}
|
|
6593
|
-
),
|
|
6593
|
+
), p0 = ({
|
|
6594
6594
|
className: i,
|
|
6595
6595
|
color: o = w.GREY_DARK_5,
|
|
6596
6596
|
height: e = 20,
|
|
@@ -6619,7 +6619,7 @@ const U5 = ({
|
|
|
6619
6619
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6620
6620
|
]
|
|
6621
6621
|
}
|
|
6622
|
-
),
|
|
6622
|
+
), L0 = ({
|
|
6623
6623
|
className: i,
|
|
6624
6624
|
color: o = w.GREY_DARK_5,
|
|
6625
6625
|
height: e = 20,
|
|
@@ -6648,7 +6648,7 @@ const U5 = ({
|
|
|
6648
6648
|
)
|
|
6649
6649
|
]
|
|
6650
6650
|
}
|
|
6651
|
-
),
|
|
6651
|
+
), m0 = ({
|
|
6652
6652
|
className: i,
|
|
6653
6653
|
color: o = w.GREY_DARK_5,
|
|
6654
6654
|
height: e = 20,
|
|
@@ -6677,7 +6677,7 @@ const U5 = ({
|
|
|
6677
6677
|
)
|
|
6678
6678
|
]
|
|
6679
6679
|
}
|
|
6680
|
-
),
|
|
6680
|
+
), u0 = ({
|
|
6681
6681
|
className: i,
|
|
6682
6682
|
color: o = "#001E52",
|
|
6683
6683
|
height: e = 24,
|
|
@@ -6703,7 +6703,7 @@ const U5 = ({
|
|
|
6703
6703
|
}
|
|
6704
6704
|
)
|
|
6705
6705
|
}
|
|
6706
|
-
),
|
|
6706
|
+
), v0 = ({
|
|
6707
6707
|
className: i,
|
|
6708
6708
|
color: o = "#131314",
|
|
6709
6709
|
height: e = 20,
|
|
@@ -6731,7 +6731,7 @@ const U5 = ({
|
|
|
6731
6731
|
}
|
|
6732
6732
|
)
|
|
6733
6733
|
}
|
|
6734
|
-
),
|
|
6734
|
+
), N0 = ({
|
|
6735
6735
|
className: i,
|
|
6736
6736
|
color: o = "#001E52",
|
|
6737
6737
|
height: e = 24,
|
|
@@ -6769,7 +6769,7 @@ const U5 = ({
|
|
|
6769
6769
|
)
|
|
6770
6770
|
] }) })
|
|
6771
6771
|
}
|
|
6772
|
-
),
|
|
6772
|
+
), f0 = ({
|
|
6773
6773
|
width: i = 20,
|
|
6774
6774
|
height: o = 20,
|
|
6775
6775
|
color: e = "#001E52",
|
|
@@ -6825,7 +6825,7 @@ const U5 = ({
|
|
|
6825
6825
|
}
|
|
6826
6826
|
)
|
|
6827
6827
|
}
|
|
6828
|
-
),
|
|
6828
|
+
), M0 = ({
|
|
6829
6829
|
width: i = 24,
|
|
6830
6830
|
height: o = 24,
|
|
6831
6831
|
color: e = "#131314",
|
|
@@ -6858,7 +6858,7 @@ const U5 = ({
|
|
|
6858
6858
|
)
|
|
6859
6859
|
]
|
|
6860
6860
|
}
|
|
6861
|
-
),
|
|
6861
|
+
), x0 = ({
|
|
6862
6862
|
width: i = 24,
|
|
6863
6863
|
height: o = 24,
|
|
6864
6864
|
color: e = w.GREY_DARK_2,
|
|
@@ -6897,7 +6897,7 @@ const U5 = ({
|
|
|
6897
6897
|
)
|
|
6898
6898
|
]
|
|
6899
6899
|
}
|
|
6900
|
-
),
|
|
6900
|
+
), _0 = ({
|
|
6901
6901
|
width: i = 24,
|
|
6902
6902
|
height: o = 24,
|
|
6903
6903
|
color: e = w.GREY_DARK_2,
|
|
@@ -6924,7 +6924,7 @@ const U5 = ({
|
|
|
6924
6924
|
}
|
|
6925
6925
|
)
|
|
6926
6926
|
}
|
|
6927
|
-
),
|
|
6927
|
+
), R0 = ({
|
|
6928
6928
|
width: i = 24,
|
|
6929
6929
|
height: o = 24,
|
|
6930
6930
|
color: e = w.GREY_DARK_2,
|
|
@@ -6964,7 +6964,7 @@ const U5 = ({
|
|
|
6964
6964
|
)
|
|
6965
6965
|
]
|
|
6966
6966
|
}
|
|
6967
|
-
),
|
|
6967
|
+
), H0 = ({
|
|
6968
6968
|
width: i = 24,
|
|
6969
6969
|
height: o = 24,
|
|
6970
6970
|
color: e = w.GREY_DARK_2,
|
|
@@ -6991,7 +6991,7 @@ const U5 = ({
|
|
|
6991
6991
|
}
|
|
6992
6992
|
)
|
|
6993
6993
|
}
|
|
6994
|
-
),
|
|
6994
|
+
), V0 = ({
|
|
6995
6995
|
width: i = 24,
|
|
6996
6996
|
height: o = 24,
|
|
6997
6997
|
color: e = w.GREY_DARK_2,
|
|
@@ -7018,7 +7018,7 @@ const U5 = ({
|
|
|
7018
7018
|
}
|
|
7019
7019
|
)
|
|
7020
7020
|
}
|
|
7021
|
-
),
|
|
7021
|
+
), E0 = ({
|
|
7022
7022
|
name: i,
|
|
7023
7023
|
width: o,
|
|
7024
7024
|
height: e,
|
|
@@ -7027,49 +7027,49 @@ const U5 = ({
|
|
|
7027
7027
|
disabled: a = !1,
|
|
7028
7028
|
onClick: g
|
|
7029
7029
|
}) => {
|
|
7030
|
-
const [n,
|
|
7030
|
+
const [n, L] = H(r), { theme: k } = n1(V1), h = a ? k && k === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : l, s = a ? void 0 : g;
|
|
7031
7031
|
return B(() => {
|
|
7032
7032
|
if (r) {
|
|
7033
|
-
s && !a &&
|
|
7033
|
+
s && !a && L(`${r} clickable`);
|
|
7034
7034
|
return;
|
|
7035
7035
|
}
|
|
7036
|
-
s && !a &&
|
|
7037
|
-
}, [s, r, a]), /* @__PURE__ */ t(
|
|
7036
|
+
s && !a && L("clickable");
|
|
7037
|
+
}, [s, r, a]), /* @__PURE__ */ t(O, { children: (() => {
|
|
7038
7038
|
switch (i) {
|
|
7039
7039
|
case "nextIcon":
|
|
7040
|
-
return y3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7041
|
-
case "prevIcon":
|
|
7042
7040
|
return T3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7041
|
+
case "prevIcon":
|
|
7042
|
+
return Y3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7043
7043
|
case "arrowUp":
|
|
7044
|
-
return U5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7045
|
-
case "arrowDown":
|
|
7046
7044
|
return P5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7047
|
-
case "
|
|
7045
|
+
case "arrowDown":
|
|
7048
7046
|
return $5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7049
|
-
case "
|
|
7047
|
+
case "info":
|
|
7050
7048
|
return z5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7051
|
-
case "
|
|
7049
|
+
case "arrowRight":
|
|
7052
7050
|
return J5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7053
|
-
case "
|
|
7051
|
+
case "calendar":
|
|
7054
7052
|
return q5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7055
|
-
case "
|
|
7053
|
+
case "ok":
|
|
7056
7054
|
return Q5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7057
|
-
case "
|
|
7055
|
+
case "cancel":
|
|
7058
7056
|
return X5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7059
|
-
case "
|
|
7057
|
+
case "add":
|
|
7060
7058
|
return e3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7061
|
-
case "
|
|
7059
|
+
case "list":
|
|
7062
7060
|
return o3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7063
|
-
case "
|
|
7061
|
+
case "dragAndDrop":
|
|
7064
7062
|
return i3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7065
|
-
case "
|
|
7063
|
+
case "filter":
|
|
7066
7064
|
return t3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7067
|
-
case "
|
|
7065
|
+
case "attention":
|
|
7068
7066
|
return l3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7069
|
-
case "
|
|
7067
|
+
case "plus":
|
|
7070
7068
|
return r3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7069
|
+
case "time":
|
|
7070
|
+
return n3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7071
7071
|
case "arrowDownLong":
|
|
7072
|
-
return
|
|
7072
|
+
return s3({
|
|
7073
7073
|
width: o,
|
|
7074
7074
|
height: e,
|
|
7075
7075
|
color: h,
|
|
@@ -7077,9 +7077,9 @@ const U5 = ({
|
|
|
7077
7077
|
onClick: s
|
|
7078
7078
|
});
|
|
7079
7079
|
case "users":
|
|
7080
|
-
return
|
|
7080
|
+
return h3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7081
7081
|
case "mySkillsMatrix":
|
|
7082
|
-
return
|
|
7082
|
+
return c3({
|
|
7083
7083
|
width: o,
|
|
7084
7084
|
height: e,
|
|
7085
7085
|
color: h,
|
|
@@ -7087,9 +7087,9 @@ const U5 = ({
|
|
|
7087
7087
|
onClick: s
|
|
7088
7088
|
});
|
|
7089
7089
|
case "skills":
|
|
7090
|
-
return
|
|
7090
|
+
return a3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7091
7091
|
case "skillsMatrices":
|
|
7092
|
-
return
|
|
7092
|
+
return C3({
|
|
7093
7093
|
width: o,
|
|
7094
7094
|
height: e,
|
|
7095
7095
|
color: h,
|
|
@@ -7097,23 +7097,23 @@ const U5 = ({
|
|
|
7097
7097
|
onClick: s
|
|
7098
7098
|
});
|
|
7099
7099
|
case "history":
|
|
7100
|
-
return C3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7101
|
-
case "logOut":
|
|
7102
7100
|
return d3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7103
|
-
case "
|
|
7101
|
+
case "logOut":
|
|
7104
7102
|
return w3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7105
|
-
case "
|
|
7103
|
+
case "settings":
|
|
7106
7104
|
return k3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7107
|
-
case "
|
|
7105
|
+
case "addSkill":
|
|
7108
7106
|
return g3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7109
|
-
case "
|
|
7107
|
+
case "conversation":
|
|
7110
7108
|
return p3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7111
|
-
case "
|
|
7109
|
+
case "trash":
|
|
7112
7110
|
return L3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7113
|
-
case "
|
|
7111
|
+
case "settings4":
|
|
7114
7112
|
return m3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7113
|
+
case "edit2":
|
|
7114
|
+
return u3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7115
7115
|
case "notifications":
|
|
7116
|
-
return
|
|
7116
|
+
return v3({
|
|
7117
7117
|
width: o,
|
|
7118
7118
|
height: e,
|
|
7119
7119
|
color: h,
|
|
@@ -7121,9 +7121,9 @@ const U5 = ({
|
|
|
7121
7121
|
onClick: s
|
|
7122
7122
|
});
|
|
7123
7123
|
case "success":
|
|
7124
|
-
return
|
|
7124
|
+
return N3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7125
7125
|
case "attentionSmall":
|
|
7126
|
-
return
|
|
7126
|
+
return f3({
|
|
7127
7127
|
width: o,
|
|
7128
7128
|
height: e,
|
|
7129
7129
|
color: h,
|
|
@@ -7131,11 +7131,11 @@ const U5 = ({
|
|
|
7131
7131
|
onClick: s
|
|
7132
7132
|
});
|
|
7133
7133
|
case "errorSmall":
|
|
7134
|
-
return f3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7135
|
-
case "infoMedium":
|
|
7136
7134
|
return M3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7135
|
+
case "infoMedium":
|
|
7136
|
+
return x3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7137
7137
|
case "attentionMedium":
|
|
7138
|
-
return
|
|
7138
|
+
return _3({
|
|
7139
7139
|
width: o,
|
|
7140
7140
|
height: e,
|
|
7141
7141
|
color: h,
|
|
@@ -7143,9 +7143,9 @@ const U5 = ({
|
|
|
7143
7143
|
onClick: s
|
|
7144
7144
|
});
|
|
7145
7145
|
case "errorMedium":
|
|
7146
|
-
return
|
|
7146
|
+
return R3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7147
7147
|
case "faviconSkills":
|
|
7148
|
-
return
|
|
7148
|
+
return I3({
|
|
7149
7149
|
width: o,
|
|
7150
7150
|
height: e,
|
|
7151
7151
|
color: h,
|
|
@@ -7153,7 +7153,7 @@ const U5 = ({
|
|
|
7153
7153
|
onClick: s
|
|
7154
7154
|
});
|
|
7155
7155
|
case "visibilityIcon":
|
|
7156
|
-
return
|
|
7156
|
+
return H3({
|
|
7157
7157
|
width: o,
|
|
7158
7158
|
height: e,
|
|
7159
7159
|
color: h,
|
|
@@ -7161,7 +7161,7 @@ const U5 = ({
|
|
|
7161
7161
|
onClick: s
|
|
7162
7162
|
});
|
|
7163
7163
|
case "visibilityOffIcon":
|
|
7164
|
-
return
|
|
7164
|
+
return V3({
|
|
7165
7165
|
width: o,
|
|
7166
7166
|
height: e,
|
|
7167
7167
|
color: h,
|
|
@@ -7169,7 +7169,7 @@ const U5 = ({
|
|
|
7169
7169
|
onClick: s
|
|
7170
7170
|
});
|
|
7171
7171
|
case "selectArrowIcon":
|
|
7172
|
-
return
|
|
7172
|
+
return E3({
|
|
7173
7173
|
width: o,
|
|
7174
7174
|
height: e,
|
|
7175
7175
|
color: h,
|
|
@@ -7177,7 +7177,7 @@ const U5 = ({
|
|
|
7177
7177
|
onClick: s
|
|
7178
7178
|
});
|
|
7179
7179
|
case "expandArrowIcon":
|
|
7180
|
-
return
|
|
7180
|
+
return Z3({
|
|
7181
7181
|
width: o,
|
|
7182
7182
|
height: e,
|
|
7183
7183
|
color: h,
|
|
@@ -7185,7 +7185,7 @@ const U5 = ({
|
|
|
7185
7185
|
onClick: s
|
|
7186
7186
|
});
|
|
7187
7187
|
case "expandActiveArrowIcon":
|
|
7188
|
-
return
|
|
7188
|
+
return W3({
|
|
7189
7189
|
width: o,
|
|
7190
7190
|
height: e,
|
|
7191
7191
|
color: h,
|
|
@@ -7193,113 +7193,113 @@ const U5 = ({
|
|
|
7193
7193
|
onClick: s
|
|
7194
7194
|
});
|
|
7195
7195
|
case "camera":
|
|
7196
|
-
return B3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7197
|
-
case "sortUp":
|
|
7198
7196
|
return A3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7197
|
+
case "sortUp":
|
|
7198
|
+
return B3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7199
7199
|
case "sortDown":
|
|
7200
|
-
return I3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7201
|
-
case "logOut2":
|
|
7202
7200
|
return G3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7201
|
+
case "logOut2":
|
|
7202
|
+
return y3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7203
7203
|
case "search":
|
|
7204
7204
|
return D3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7205
7205
|
case "handRock":
|
|
7206
7206
|
return j3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7207
7207
|
case "arrowUpFilled":
|
|
7208
|
-
return
|
|
7208
|
+
return b3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7209
7209
|
case "arrowDownFilled":
|
|
7210
|
-
return
|
|
7210
|
+
return K3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7211
7211
|
case "link":
|
|
7212
|
-
return
|
|
7212
|
+
return O3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7213
7213
|
case "telegram":
|
|
7214
7214
|
return F3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7215
7215
|
case "mail":
|
|
7216
|
-
return
|
|
7216
|
+
return P3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7217
7217
|
case "github":
|
|
7218
|
-
return O3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7219
|
-
case "linkedIn":
|
|
7220
7218
|
return S3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7219
|
+
case "linkedIn":
|
|
7220
|
+
return U3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7221
7221
|
case "emptyStateIcon":
|
|
7222
|
-
return P3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7223
|
-
case "filtersIcon":
|
|
7224
7222
|
return $3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7225
|
-
case "
|
|
7223
|
+
case "filtersIcon":
|
|
7226
7224
|
return z3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7227
|
-
case "
|
|
7225
|
+
case "dotMenuIcon":
|
|
7228
7226
|
return J3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7229
|
-
case "
|
|
7227
|
+
case "plusCircle":
|
|
7230
7228
|
return q3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7231
|
-
case "
|
|
7229
|
+
case "warning":
|
|
7232
7230
|
return Q3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7233
|
-
case "
|
|
7231
|
+
case "back":
|
|
7234
7232
|
return X3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7233
|
+
case "bell":
|
|
7234
|
+
return e0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7235
7235
|
case "contract":
|
|
7236
|
-
return
|
|
7236
|
+
return i0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7237
7237
|
case "trash2":
|
|
7238
|
-
return
|
|
7238
|
+
return o0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7239
7239
|
case "manager":
|
|
7240
|
-
return i0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7241
|
-
case "resourceManager":
|
|
7242
7240
|
return t0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7243
|
-
case "
|
|
7241
|
+
case "resourceManager":
|
|
7244
7242
|
return l0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7245
|
-
case "
|
|
7243
|
+
case "settings2":
|
|
7246
7244
|
return r0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7247
|
-
case "
|
|
7245
|
+
case "image":
|
|
7248
7246
|
return n0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7249
|
-
case "
|
|
7247
|
+
case "upload":
|
|
7250
7248
|
return s0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7251
|
-
case "
|
|
7249
|
+
case "edit":
|
|
7252
7250
|
return h0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7253
|
-
case "
|
|
7251
|
+
case "location":
|
|
7254
7252
|
return c0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7255
|
-
case "
|
|
7253
|
+
case "plus2":
|
|
7256
7254
|
return a0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7257
|
-
case "
|
|
7255
|
+
case "search2":
|
|
7258
7256
|
return C0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7259
|
-
case "
|
|
7257
|
+
case "fastArrowLeft":
|
|
7260
7258
|
return d0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7261
|
-
case "
|
|
7259
|
+
case "fastArrowRight":
|
|
7262
7260
|
return w0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7261
|
+
case "crossInCircle":
|
|
7262
|
+
return k0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7263
7263
|
case "arrowUp2":
|
|
7264
|
-
return
|
|
7264
|
+
return p0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7265
7265
|
case "arrowDown2":
|
|
7266
|
-
return
|
|
7266
|
+
return g0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7267
7267
|
case "filledArrowLeft":
|
|
7268
|
-
return p0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7269
|
-
case "filledArrowRight":
|
|
7270
7268
|
return L0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7271
|
-
case "
|
|
7269
|
+
case "filledArrowRight":
|
|
7272
7270
|
return m0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7273
|
-
case "
|
|
7271
|
+
case "burgerMenu":
|
|
7274
7272
|
return u0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7275
|
-
case "
|
|
7273
|
+
case "signOut":
|
|
7276
7274
|
return v0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7277
|
-
case "
|
|
7275
|
+
case "refresh":
|
|
7278
7276
|
return N0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7279
|
-
case "
|
|
7277
|
+
case "projects":
|
|
7280
7278
|
return f0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7281
|
-
case "
|
|
7279
|
+
case "exit":
|
|
7282
7280
|
return M0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7283
|
-
case "
|
|
7281
|
+
case "client":
|
|
7284
7282
|
return x0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7285
|
-
case "
|
|
7283
|
+
case "calendar2":
|
|
7286
7284
|
return _0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7287
|
-
case "
|
|
7285
|
+
case "openPointCircle":
|
|
7288
7286
|
return R0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7289
|
-
case "
|
|
7287
|
+
case "community":
|
|
7290
7288
|
return H0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7289
|
+
case "docs":
|
|
7290
|
+
return V0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7291
7291
|
default:
|
|
7292
|
-
return /* @__PURE__ */ t(
|
|
7292
|
+
return /* @__PURE__ */ t(O, { children: "No Icon provided" });
|
|
7293
7293
|
}
|
|
7294
7294
|
})() });
|
|
7295
7295
|
};
|
|
7296
|
-
var
|
|
7297
|
-
const
|
|
7296
|
+
var l1 = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(l1 || {});
|
|
7297
|
+
const Z0 = r1({
|
|
7298
7298
|
locale: "en",
|
|
7299
7299
|
theme: "light"
|
|
7300
7300
|
});
|
|
7301
|
-
|
|
7302
|
-
const
|
|
7301
|
+
Z0.Provider;
|
|
7302
|
+
const E1 = ({
|
|
7303
7303
|
children: i,
|
|
7304
7304
|
width: o,
|
|
7305
7305
|
size: e = "small",
|
|
@@ -7311,14 +7311,14 @@ const R1 = ({
|
|
|
7311
7311
|
a || l == null || l();
|
|
7312
7312
|
};
|
|
7313
7313
|
return /* @__PURE__ */ t(
|
|
7314
|
-
|
|
7314
|
+
y1,
|
|
7315
7315
|
{
|
|
7316
7316
|
className: `snmt-tag ${e} ${a ? "disabled" : ""}`,
|
|
7317
7317
|
closeIcon: /* @__PURE__ */ t(
|
|
7318
|
-
|
|
7318
|
+
E0,
|
|
7319
7319
|
{
|
|
7320
7320
|
name: "errorSmall",
|
|
7321
|
-
color: a ?
|
|
7321
|
+
color: a ? l1.GREY_DARK_1 : l1.GREY_DARK_2,
|
|
7322
7322
|
width: g,
|
|
7323
7323
|
height: g,
|
|
7324
7324
|
onClick: n
|
|
@@ -7328,16 +7328,54 @@ const R1 = ({
|
|
|
7328
7328
|
style: { width: o ?? "fit-content" },
|
|
7329
7329
|
closable: r,
|
|
7330
7330
|
children: typeof i == "string" ? /* @__PURE__ */ t(
|
|
7331
|
-
|
|
7331
|
+
U5,
|
|
7332
7332
|
{
|
|
7333
7333
|
variant: e === "small" ? "body4" : "body2",
|
|
7334
|
-
color: a ?
|
|
7334
|
+
color: a ? l1.GREY_DARK_2 : l1.GREY_DARK_5,
|
|
7335
7335
|
children: i
|
|
7336
7336
|
}
|
|
7337
7337
|
) : i
|
|
7338
7338
|
}
|
|
7339
7339
|
);
|
|
7340
|
-
},
|
|
7340
|
+
}, { Title: W0, Text: I0 } = x1, A0 = {
|
|
7341
|
+
h1: 1,
|
|
7342
|
+
h2: 2,
|
|
7343
|
+
h3: 3,
|
|
7344
|
+
h4: 4
|
|
7345
|
+
}, B0 = d1(
|
|
7346
|
+
({
|
|
7347
|
+
align: i = "inherit",
|
|
7348
|
+
variant: o = "body1",
|
|
7349
|
+
color: e,
|
|
7350
|
+
children: l,
|
|
7351
|
+
onClick: r,
|
|
7352
|
+
collapsed: a,
|
|
7353
|
+
whiteSpace: g = "normal"
|
|
7354
|
+
}, n) => {
|
|
7355
|
+
const L = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
7356
|
+
let k = `snmt-typography snmt-typography-${o}`;
|
|
7357
|
+
return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), a && (k += " collapsed"), L ? /* @__PURE__ */ t(
|
|
7358
|
+
W0,
|
|
7359
|
+
{
|
|
7360
|
+
className: k,
|
|
7361
|
+
style: { color: e, whiteSpace: g },
|
|
7362
|
+
onClick: r,
|
|
7363
|
+
level: A0[o],
|
|
7364
|
+
ref: n,
|
|
7365
|
+
children: l
|
|
7366
|
+
}
|
|
7367
|
+
) : /* @__PURE__ */ t(
|
|
7368
|
+
I0,
|
|
7369
|
+
{
|
|
7370
|
+
className: k,
|
|
7371
|
+
style: { color: e, whiteSpace: g },
|
|
7372
|
+
onClick: r,
|
|
7373
|
+
ref: n,
|
|
7374
|
+
children: l
|
|
7375
|
+
}
|
|
7376
|
+
);
|
|
7377
|
+
}
|
|
7378
|
+
), G0 = ({
|
|
7341
7379
|
children: i,
|
|
7342
7380
|
content: o,
|
|
7343
7381
|
isOpen: e,
|
|
@@ -7355,25 +7393,25 @@ const R1 = ({
|
|
|
7355
7393
|
trigger: "click",
|
|
7356
7394
|
overlayClassName: `snmt-popover ${a ? "" : "padding"}`,
|
|
7357
7395
|
open: e ?? g,
|
|
7358
|
-
onOpenChange: (
|
|
7359
|
-
n(
|
|
7396
|
+
onOpenChange: (L) => {
|
|
7397
|
+
n(L), l == null || l(L);
|
|
7360
7398
|
},
|
|
7361
7399
|
children: /* @__PURE__ */ t("div", { className: "wrapper", children: i })
|
|
7362
7400
|
}
|
|
7363
7401
|
);
|
|
7364
7402
|
};
|
|
7365
|
-
var
|
|
7403
|
+
var y0 = { exports: {} };
|
|
7366
7404
|
(function(i, o) {
|
|
7367
7405
|
(function(e, l) {
|
|
7368
7406
|
i.exports = l();
|
|
7369
|
-
})(
|
|
7407
|
+
})(K1, function() {
|
|
7370
7408
|
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(e) {
|
|
7371
7409
|
var l = ["th", "st", "nd", "rd"], r = e % 100;
|
|
7372
7410
|
return "[" + e + (l[(r - 20) % 10] || l[r] || l[0]) + "]";
|
|
7373
7411
|
} };
|
|
7374
7412
|
});
|
|
7375
|
-
})(
|
|
7376
|
-
const
|
|
7413
|
+
})(y0);
|
|
7414
|
+
const D0 = ({
|
|
7377
7415
|
values: i,
|
|
7378
7416
|
onTagClose: o,
|
|
7379
7417
|
maxWidth: e,
|
|
@@ -7382,29 +7420,29 @@ const B0 = ({
|
|
|
7382
7420
|
options: a,
|
|
7383
7421
|
extraOptions: g
|
|
7384
7422
|
}) => {
|
|
7385
|
-
const { locale: n } =
|
|
7423
|
+
const { locale: n } = n1(p1), { t: L } = l2("common", { lng: n }), [k, h] = H(!1);
|
|
7386
7424
|
if (B(() => {
|
|
7387
7425
|
i.length || h(!1);
|
|
7388
7426
|
}, [i]), !i.length)
|
|
7389
7427
|
return null;
|
|
7390
|
-
const s = (
|
|
7391
|
-
var
|
|
7392
|
-
return ((
|
|
7428
|
+
const s = (x) => {
|
|
7429
|
+
var Z, G;
|
|
7430
|
+
return ((Z = a == null ? void 0 : a.find((_) => _.value === x)) == null ? void 0 : Z.label) || ((G = g == null ? void 0 : g.find((_) => _.value === x)) == null ? void 0 : G.label) || x;
|
|
7393
7431
|
};
|
|
7394
7432
|
return /* @__PURE__ */ c(
|
|
7395
|
-
|
|
7433
|
+
G0,
|
|
7396
7434
|
{
|
|
7397
7435
|
content: (
|
|
7398
7436
|
// 90: paddings + margins + gaps and so on
|
|
7399
|
-
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(
|
|
7400
|
-
|
|
7437
|
+
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(t1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: x }) => /* @__PURE__ */ t(
|
|
7438
|
+
E1,
|
|
7401
7439
|
{
|
|
7402
|
-
onClose: () => o(
|
|
7440
|
+
onClose: () => o(x),
|
|
7403
7441
|
closable: l,
|
|
7404
7442
|
disabled: r,
|
|
7405
|
-
children: s(
|
|
7443
|
+
children: s(x)
|
|
7406
7444
|
},
|
|
7407
|
-
|
|
7445
|
+
x
|
|
7408
7446
|
)) }) })
|
|
7409
7447
|
),
|
|
7410
7448
|
placement: "bottomRight",
|
|
@@ -7413,11 +7451,11 @@ const B0 = ({
|
|
|
7413
7451
|
children: [
|
|
7414
7452
|
i.length,
|
|
7415
7453
|
" ",
|
|
7416
|
-
|
|
7454
|
+
L("more")
|
|
7417
7455
|
]
|
|
7418
7456
|
}
|
|
7419
7457
|
);
|
|
7420
|
-
},
|
|
7458
|
+
}, N1 = ({ size: i = 30, color: o = "#004ed7" }) => {
|
|
7421
7459
|
const e = `no-repeat linear-gradient(${o}
|
|
7422
7460
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${o} 0)`, l = {
|
|
7423
7461
|
width: i,
|
|
@@ -7425,7 +7463,7 @@ const B0 = ({
|
|
|
7425
7463
|
backgroundSize: "20% calc(200% + 20px)"
|
|
7426
7464
|
};
|
|
7427
7465
|
return /* @__PURE__ */ t("span", { className: "snmt-loader", style: l });
|
|
7428
|
-
},
|
|
7466
|
+
}, f1 = d1(
|
|
7429
7467
|
({
|
|
7430
7468
|
value: i,
|
|
7431
7469
|
onChange: o,
|
|
@@ -7435,201 +7473,211 @@ const B0 = ({
|
|
|
7435
7473
|
options: a,
|
|
7436
7474
|
width: g,
|
|
7437
7475
|
disabled: n = !1,
|
|
7438
|
-
required:
|
|
7476
|
+
required: L = !1,
|
|
7439
7477
|
clearable: k = !1,
|
|
7440
7478
|
scrollThresholdValue: h = 50,
|
|
7441
7479
|
onSearchChange: s,
|
|
7442
|
-
onDropdownVisibleChange:
|
|
7443
|
-
onScrollToEnd:
|
|
7444
|
-
onPopupScroll:
|
|
7445
|
-
id:
|
|
7446
|
-
extraOptions:
|
|
7447
|
-
dropdownRender:
|
|
7448
|
-
optionRender:
|
|
7480
|
+
onDropdownVisibleChange: x,
|
|
7481
|
+
onScrollToEnd: Z,
|
|
7482
|
+
onPopupScroll: G,
|
|
7483
|
+
id: y,
|
|
7484
|
+
extraOptions: _,
|
|
7485
|
+
dropdownRender: Y,
|
|
7486
|
+
optionRender: E,
|
|
7449
7487
|
isLoading: v,
|
|
7450
|
-
readOnly:
|
|
7451
|
-
|
|
7452
|
-
|
|
7488
|
+
readOnly: f,
|
|
7489
|
+
error: m
|
|
7490
|
+
}, R) => {
|
|
7491
|
+
const [M, J] = H(!1), [W, K] = H(!1), [q, Q] = H(!0), [N, F] = H(i), X = z(null);
|
|
7453
7492
|
B(() => {
|
|
7454
|
-
|
|
7493
|
+
F(i);
|
|
7455
7494
|
}, [i]);
|
|
7456
|
-
const
|
|
7457
|
-
|
|
7458
|
-
},
|
|
7459
|
-
var
|
|
7460
|
-
return !!((
|
|
7461
|
-
}, X = () => {
|
|
7462
|
-
G(!0);
|
|
7495
|
+
const s1 = (C) => {
|
|
7496
|
+
J(C), x && x(C);
|
|
7497
|
+
}, e1 = (C, p) => {
|
|
7498
|
+
var V;
|
|
7499
|
+
return !!((V = p == null ? void 0 : p.label) != null && V.toString().toLowerCase().includes(C.toLowerCase()));
|
|
7463
7500
|
}, U = () => {
|
|
7464
|
-
|
|
7465
|
-
},
|
|
7501
|
+
K(!0);
|
|
7502
|
+
}, h1 = () => {
|
|
7503
|
+
K(!1);
|
|
7504
|
+
}, D = A(
|
|
7466
7505
|
(C) => {
|
|
7467
|
-
if (
|
|
7468
|
-
const
|
|
7469
|
-
o == null || o(
|
|
7506
|
+
if (F(C), l) {
|
|
7507
|
+
const V = C;
|
|
7508
|
+
o == null || o(V);
|
|
7470
7509
|
return;
|
|
7471
7510
|
}
|
|
7472
|
-
const
|
|
7473
|
-
o == null || o(
|
|
7511
|
+
const p = C;
|
|
7512
|
+
o == null || o(p);
|
|
7474
7513
|
},
|
|
7475
7514
|
[l, o]
|
|
7476
|
-
),
|
|
7477
|
-
if (!
|
|
7515
|
+
), c1 = A(() => {
|
|
7516
|
+
if (!f) {
|
|
7478
7517
|
if (l) {
|
|
7479
|
-
|
|
7518
|
+
D([]);
|
|
7480
7519
|
return;
|
|
7481
7520
|
}
|
|
7482
|
-
|
|
7521
|
+
D("");
|
|
7483
7522
|
}
|
|
7484
|
-
}, [
|
|
7523
|
+
}, [D, l, f]), b = A(
|
|
7485
7524
|
(C) => {
|
|
7486
|
-
const
|
|
7487
|
-
|
|
7525
|
+
const p = N.filter((V) => V !== C);
|
|
7526
|
+
D(p), F(p);
|
|
7488
7527
|
},
|
|
7489
|
-
[
|
|
7490
|
-
),
|
|
7491
|
-
(C) => (
|
|
7528
|
+
[D, N]
|
|
7529
|
+
), o1 = A(
|
|
7530
|
+
(C) => (N == null ? void 0 : N.indexOf(C)) === 0 ? (
|
|
7492
7531
|
// if the search input is empty
|
|
7493
7532
|
// then display the placeholder, else do not display it
|
|
7494
|
-
/* @__PURE__ */ t("span", { className: "custom-placeholder", children:
|
|
7495
|
-
) : /* @__PURE__ */ t(
|
|
7496
|
-
[
|
|
7497
|
-
),
|
|
7533
|
+
/* @__PURE__ */ t("span", { className: "custom-placeholder", children: q ? e : "" })
|
|
7534
|
+
) : /* @__PURE__ */ t(O, {}),
|
|
7535
|
+
[q, N, e]
|
|
7536
|
+
), a1 = (C) => {
|
|
7498
7537
|
C.preventDefault(), C.stopPropagation();
|
|
7499
|
-
},
|
|
7500
|
-
const { target:
|
|
7501
|
-
|
|
7502
|
-
}, P =
|
|
7538
|
+
}, C1 = async (C) => {
|
|
7539
|
+
const { target: p } = C;
|
|
7540
|
+
p.scrollTop + p.offsetHeight >= p.scrollHeight - h && (Z == null || Z(!0)), G && await G(C);
|
|
7541
|
+
}, P = A(
|
|
7503
7542
|
(C) => {
|
|
7504
|
-
var
|
|
7505
|
-
return ((
|
|
7506
|
-
(
|
|
7507
|
-
)) == null ? void 0 :
|
|
7543
|
+
var p, V;
|
|
7544
|
+
return ((p = a.find((w1) => w1.value === C)) == null ? void 0 : p.label) || ((V = _ == null ? void 0 : _.find(
|
|
7545
|
+
(w1) => w1.value === C
|
|
7546
|
+
)) == null ? void 0 : V.label) || C;
|
|
7508
7547
|
},
|
|
7509
|
-
[
|
|
7510
|
-
),
|
|
7548
|
+
[_, a]
|
|
7549
|
+
), u = A(
|
|
7511
7550
|
(C) => {
|
|
7512
|
-
var
|
|
7551
|
+
var p;
|
|
7513
7552
|
return /* @__PURE__ */ t(
|
|
7514
|
-
|
|
7553
|
+
D0,
|
|
7515
7554
|
{
|
|
7516
7555
|
values: C,
|
|
7517
|
-
onTagClose:
|
|
7518
|
-
maxWidth: ((
|
|
7556
|
+
onTagClose: b,
|
|
7557
|
+
maxWidth: ((p = X.current) == null ? void 0 : p.clientWidth) || 0,
|
|
7519
7558
|
disabled: n,
|
|
7520
|
-
closable: !
|
|
7559
|
+
closable: !f,
|
|
7521
7560
|
options: a,
|
|
7522
|
-
extraOptions:
|
|
7561
|
+
extraOptions: _
|
|
7523
7562
|
}
|
|
7524
7563
|
);
|
|
7525
7564
|
},
|
|
7526
|
-
[n,
|
|
7527
|
-
),
|
|
7528
|
-
({ label: C, value:
|
|
7529
|
-
[n, P,
|
|
7530
|
-
);
|
|
7565
|
+
[n, _, b, a, f]
|
|
7566
|
+
), I = A(
|
|
7567
|
+
({ label: C, value: p, mode: V }) => V === "filter" ? o1(p) : /* @__PURE__ */ t("div", { onMouseDown: a1, className: "tag-wrapper", children: /* @__PURE__ */ t(E1, { onClose: () => b(p), disabled: n, children: typeof C == "object" ? C : P(p) }) }),
|
|
7568
|
+
[n, P, b, o1]
|
|
7569
|
+
), j = Array.isArray(N) && N.length > 0 || !!N && typeof N == "string" && N.trim() !== "";
|
|
7531
7570
|
return /* @__PURE__ */ c(
|
|
7532
7571
|
"div",
|
|
7533
7572
|
{
|
|
7534
|
-
className: `snmt-select ${
|
|
7535
|
-
|
|
7536
|
-
ref:
|
|
7573
|
+
className: `snmt-select-1-15-6 ${W ? "snmt-select-focused" : ""}
|
|
7574
|
+
${l ? "" : "snmt-select-single"} ${f ? "snmt-select-read-only" : ""}`,
|
|
7575
|
+
ref: X,
|
|
7537
7576
|
style: { width: g },
|
|
7538
7577
|
children: [
|
|
7539
7578
|
/* @__PURE__ */ t(
|
|
7540
|
-
|
|
7579
|
+
I1,
|
|
7541
7580
|
{
|
|
7542
7581
|
className: "snmt-select-blank",
|
|
7543
|
-
popupClassName:
|
|
7544
|
-
id:
|
|
7545
|
-
ref:
|
|
7582
|
+
popupClassName: f ? "dropdown-read-only" : "",
|
|
7583
|
+
id: y,
|
|
7584
|
+
ref: R,
|
|
7546
7585
|
showSearch: !!r,
|
|
7547
|
-
filterOption: r &&
|
|
7548
|
-
onDropdownVisibleChange:
|
|
7549
|
-
placeholder: e ? p ? `${e}*` : e : void 0,
|
|
7586
|
+
filterOption: r && e1,
|
|
7587
|
+
onDropdownVisibleChange: s1,
|
|
7550
7588
|
disabled: n,
|
|
7551
|
-
value:
|
|
7589
|
+
value: N || void 0,
|
|
7552
7590
|
labelRender: (C) => P(C.value),
|
|
7553
7591
|
mode: l === "filter" ? "multiple" : l,
|
|
7554
|
-
onChange:
|
|
7555
|
-
onFocus:
|
|
7556
|
-
onBlur:
|
|
7592
|
+
onChange: D,
|
|
7593
|
+
onFocus: U,
|
|
7594
|
+
onBlur: h1,
|
|
7557
7595
|
onSearch: (C) => {
|
|
7558
|
-
|
|
7596
|
+
Q(!C), s && s(C);
|
|
7559
7597
|
},
|
|
7560
|
-
onSelect: () =>
|
|
7561
|
-
onDeselect: () =>
|
|
7562
|
-
tagRender: (C) =>
|
|
7598
|
+
onSelect: () => Q(!0),
|
|
7599
|
+
onDeselect: () => Q(!0),
|
|
7600
|
+
tagRender: (C) => I({ ...C, mode: l }),
|
|
7563
7601
|
maxTagCount: "responsive",
|
|
7564
|
-
maxTagPlaceholder:
|
|
7565
|
-
onPopupScroll:
|
|
7566
|
-
prefix: v && /* @__PURE__ */ t(
|
|
7567
|
-
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(
|
|
7568
|
-
|
|
7569
|
-
|
|
7602
|
+
maxTagPlaceholder: u,
|
|
7603
|
+
onPopupScroll: C1,
|
|
7604
|
+
prefix: v && /* @__PURE__ */ t(N1, { size: 15 }),
|
|
7605
|
+
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(O, { children: [
|
|
7606
|
+
N && !!N.length && (l || k) && /* @__PURE__ */ t("div", { onClick: c1, children: /* @__PURE__ */ t(
|
|
7607
|
+
i1,
|
|
7570
7608
|
{
|
|
7571
7609
|
name: "cancel",
|
|
7572
|
-
color: n ?
|
|
7610
|
+
color: n ? T.GREY_DARK_1 : T.GREY_DARK_5
|
|
7573
7611
|
}
|
|
7574
7612
|
) }),
|
|
7575
7613
|
/* @__PURE__ */ t(
|
|
7576
|
-
|
|
7614
|
+
i1,
|
|
7577
7615
|
{
|
|
7578
7616
|
name: "selectArrowIcon",
|
|
7579
|
-
color: n ?
|
|
7617
|
+
color: n ? T.GREY_DARK_1 : T.GREY_DARK_5,
|
|
7580
7618
|
className: M ? "select-arrow-rotated" : "select-arrow",
|
|
7581
|
-
onClick: () =>
|
|
7619
|
+
onClick: () => J(!M)
|
|
7582
7620
|
}
|
|
7583
7621
|
)
|
|
7584
7622
|
] }) }),
|
|
7585
|
-
removeIcon: /* @__PURE__ */ t(
|
|
7623
|
+
removeIcon: /* @__PURE__ */ t(i1, { name: "errorSmall", color: T.GREY_DARK_2 }),
|
|
7586
7624
|
options: a,
|
|
7587
|
-
optionRender: (C) =>
|
|
7588
|
-
/* @__PURE__ */ c(
|
|
7625
|
+
optionRender: (C) => E ? E(C.data) : /* @__PURE__ */ c(t1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
7626
|
+
/* @__PURE__ */ c(t1, { alignItems: "center", gap: 12, children: [
|
|
7589
7627
|
l && /* @__PURE__ */ t(
|
|
7590
|
-
|
|
7628
|
+
n2,
|
|
7591
7629
|
{
|
|
7592
|
-
checked: !!(
|
|
7630
|
+
checked: !!(N != null && N.includes(C.value))
|
|
7593
7631
|
}
|
|
7594
7632
|
),
|
|
7595
|
-
/* @__PURE__ */ c(
|
|
7596
|
-
C.data.image && /* @__PURE__ */ t(
|
|
7633
|
+
/* @__PURE__ */ c(t1, { alignItems: "center", gap: 8, children: [
|
|
7634
|
+
C.data.image && /* @__PURE__ */ t(r2, { src: C.data.image, size: 20 }),
|
|
7597
7635
|
/* @__PURE__ */ t("span", { children: C.label })
|
|
7598
7636
|
] })
|
|
7599
7637
|
] }),
|
|
7600
|
-
!l &&
|
|
7601
|
-
|
|
7638
|
+
!l && N === C.value && /* @__PURE__ */ t(
|
|
7639
|
+
i1,
|
|
7602
7640
|
{
|
|
7603
7641
|
name: "ok",
|
|
7604
|
-
color:
|
|
7642
|
+
color: T.BLUE_PRIMARY,
|
|
7605
7643
|
width: 16,
|
|
7606
7644
|
height: 16
|
|
7607
7645
|
}
|
|
7608
7646
|
)
|
|
7609
7647
|
] }),
|
|
7610
7648
|
dropdownRender: (C) => /* @__PURE__ */ c("div", { className: "dropdown-container", children: [
|
|
7611
|
-
/* @__PURE__ */ t("div", { className: "dropdown-menu", children:
|
|
7612
|
-
v && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(
|
|
7649
|
+
/* @__PURE__ */ t("div", { className: "dropdown-menu", children: Y ? Y(C) : C }),
|
|
7650
|
+
v && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(N1, { size: 28 }) })
|
|
7613
7651
|
] })
|
|
7614
7652
|
}
|
|
7615
7653
|
),
|
|
7616
|
-
/* @__PURE__ */
|
|
7617
|
-
|
|
7618
|
-
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
|
|
7623
|
-
|
|
7624
|
-
|
|
7625
|
-
|
|
7654
|
+
e && /* @__PURE__ */ c(O, { children: [
|
|
7655
|
+
/* @__PURE__ */ t(
|
|
7656
|
+
"label",
|
|
7657
|
+
{
|
|
7658
|
+
className: `${W || j ? "label-floating" : ""} ${n ? "label-disabled" : ""} ${W ? "label-focused" : ""} ${v ? "label-loading" : ""} ${m ? "label-error" : ""}`,
|
|
7659
|
+
children: L ? `${e}*` : e
|
|
7660
|
+
}
|
|
7661
|
+
),
|
|
7662
|
+
/* @__PURE__ */ t(
|
|
7663
|
+
"fieldset",
|
|
7664
|
+
{
|
|
7665
|
+
className: `${W ? "fieldset-focused" : ""} ${n ? "fieldset-disabled" : ""} ${j ? "fieldset-filled" : ""} ${m ? "fieldset-error" : ""}`,
|
|
7666
|
+
children: /* @__PURE__ */ t("legend", { children: /* @__PURE__ */ t("span", { children: L ? `${e}*` : e }) })
|
|
7667
|
+
}
|
|
7668
|
+
)
|
|
7669
|
+
] }),
|
|
7670
|
+
m && /* @__PURE__ */ c(t1, { justifyContent: "flex-start", gap: 6, children: [
|
|
7671
|
+
/* @__PURE__ */ t(i1, { name: "attention", color: T.NOTIFICATION_ERROR_DARK }),
|
|
7672
|
+
typeof m == "string" ? /* @__PURE__ */ t(B0, { color: T.NOTIFICATION_ERROR_DARK, variant: "body4", children: m }) : m
|
|
7673
|
+
] })
|
|
7626
7674
|
]
|
|
7627
7675
|
}
|
|
7628
7676
|
);
|
|
7629
7677
|
}
|
|
7630
7678
|
);
|
|
7631
|
-
function
|
|
7632
|
-
const e =
|
|
7679
|
+
function j0(i, o = 500) {
|
|
7680
|
+
const e = z();
|
|
7633
7681
|
return B(() => () => {
|
|
7634
7682
|
e.current && clearTimeout(e.current);
|
|
7635
7683
|
}, []), (...r) => {
|
|
@@ -7639,15 +7687,15 @@ function A0(i, o = 500) {
|
|
|
7639
7687
|
clearTimeout(e.current), e.current = a;
|
|
7640
7688
|
};
|
|
7641
7689
|
}
|
|
7642
|
-
function
|
|
7643
|
-
const o =
|
|
7690
|
+
function M1(i) {
|
|
7691
|
+
const o = z(i);
|
|
7644
7692
|
return B(() => {
|
|
7645
7693
|
o.current = i;
|
|
7646
7694
|
}, [i]), o.current;
|
|
7647
7695
|
}
|
|
7648
|
-
const
|
|
7696
|
+
const k1 = 100, $ = {
|
|
7649
7697
|
offset: 0
|
|
7650
|
-
},
|
|
7698
|
+
}, O0 = d1(
|
|
7651
7699
|
({
|
|
7652
7700
|
loadOptions: i,
|
|
7653
7701
|
width: o,
|
|
@@ -7657,150 +7705,150 @@ const d1 = 100, $ = {
|
|
|
7657
7705
|
disabled: a,
|
|
7658
7706
|
scrollThresholdValue: g,
|
|
7659
7707
|
placeholder: n,
|
|
7660
|
-
mode:
|
|
7708
|
+
mode: L,
|
|
7661
7709
|
loadOnClosedState: k,
|
|
7662
7710
|
preloadOptions: h,
|
|
7663
7711
|
extraOptions: s,
|
|
7664
|
-
onDropdownVisibleChange:
|
|
7665
|
-
optionRender:
|
|
7666
|
-
dropdownRender:
|
|
7667
|
-
readOnly:
|
|
7668
|
-
clearable:
|
|
7669
|
-
required:
|
|
7670
|
-
},
|
|
7671
|
-
const [v,
|
|
7712
|
+
onDropdownVisibleChange: x,
|
|
7713
|
+
optionRender: Z,
|
|
7714
|
+
dropdownRender: G,
|
|
7715
|
+
readOnly: y,
|
|
7716
|
+
clearable: _,
|
|
7717
|
+
required: Y = !1
|
|
7718
|
+
}, E) => {
|
|
7719
|
+
const [v, f] = H(), [m, R] = H($), [M, J] = H(!1), [W, K] = H(), [q, Q] = H(!1), [N, F] = H(
|
|
7672
7720
|
s ?? []
|
|
7673
|
-
),
|
|
7721
|
+
), X = M1(m.offset), s1 = M1(W), [e1, U] = H(!1), h1 = z(!1), D = A(
|
|
7674
7722
|
async ({
|
|
7675
|
-
limit:
|
|
7676
|
-
offset:
|
|
7677
|
-
search:
|
|
7723
|
+
limit: u = k1,
|
|
7724
|
+
offset: I,
|
|
7725
|
+
search: j
|
|
7678
7726
|
}) => {
|
|
7679
|
-
|
|
7727
|
+
J(!0);
|
|
7680
7728
|
try {
|
|
7681
|
-
const
|
|
7682
|
-
limit:
|
|
7683
|
-
offset:
|
|
7684
|
-
search:
|
|
7729
|
+
const C = await i({
|
|
7730
|
+
limit: u,
|
|
7731
|
+
offset: I,
|
|
7732
|
+
search: j
|
|
7685
7733
|
});
|
|
7686
|
-
|
|
7687
|
-
(
|
|
7688
|
-
),
|
|
7689
|
-
...
|
|
7690
|
-
count:
|
|
7734
|
+
f(
|
|
7735
|
+
(p) => I === 0 ? C.options : [...p ?? [], ...C.options]
|
|
7736
|
+
), R((p) => ({
|
|
7737
|
+
...p,
|
|
7738
|
+
count: C.count
|
|
7691
7739
|
}));
|
|
7692
|
-
} catch (
|
|
7693
|
-
return console.error("AsyncSelect. fetchOptions error",
|
|
7740
|
+
} catch (C) {
|
|
7741
|
+
return console.error("AsyncSelect. fetchOptions error", C), [];
|
|
7694
7742
|
} finally {
|
|
7695
|
-
|
|
7743
|
+
J(!1);
|
|
7696
7744
|
}
|
|
7697
7745
|
},
|
|
7698
7746
|
[i]
|
|
7699
|
-
),
|
|
7700
|
-
|
|
7701
|
-
}),
|
|
7702
|
-
(
|
|
7703
|
-
[
|
|
7704
|
-
),
|
|
7705
|
-
async (
|
|
7706
|
-
|
|
7707
|
-
...
|
|
7708
|
-
offset:
|
|
7747
|
+
), c1 = j0((u) => {
|
|
7748
|
+
K(u), u || R($);
|
|
7749
|
+
}), b = A(
|
|
7750
|
+
(u) => c1(u),
|
|
7751
|
+
[c1]
|
|
7752
|
+
), o1 = A(
|
|
7753
|
+
async (u) => {
|
|
7754
|
+
M || u && m.count && m.count > ((v == null ? void 0 : v.length) ?? 0) && R((I) => ({
|
|
7755
|
+
...I,
|
|
7756
|
+
offset: I.offset + k1
|
|
7709
7757
|
}));
|
|
7710
7758
|
},
|
|
7711
|
-
[
|
|
7712
|
-
),
|
|
7713
|
-
(
|
|
7714
|
-
|
|
7759
|
+
[M, v == null ? void 0 : v.length, m.count]
|
|
7760
|
+
), a1 = A(
|
|
7761
|
+
(u) => {
|
|
7762
|
+
Q(u), !u && W && (K(void 0), R($), U(!0)), x == null || x(u);
|
|
7715
7763
|
},
|
|
7716
|
-
[
|
|
7764
|
+
[x, W]
|
|
7717
7765
|
);
|
|
7718
7766
|
B(() => {
|
|
7719
|
-
if (!
|
|
7720
|
-
(
|
|
7721
|
-
}, [
|
|
7722
|
-
(k || h) &&
|
|
7767
|
+
if (!h1.current || M) return;
|
|
7768
|
+
(e1 || q && (X !== m.offset || s1 !== W || !v)) && (D({ offset: m.offset, limit: k1, search: W }), e1 && U(!1));
|
|
7769
|
+
}, [e1, q, m.offset, W, X, s1, v, M]), B(() => {
|
|
7770
|
+
(k || h) && D($), h1.current = !0;
|
|
7723
7771
|
}, []), B(() => {
|
|
7724
|
-
s &&
|
|
7725
|
-
const
|
|
7726
|
-
(
|
|
7772
|
+
s && F((u) => {
|
|
7773
|
+
const I = s.filter(
|
|
7774
|
+
(j) => !u.some((C) => C.value === j.value)
|
|
7727
7775
|
);
|
|
7728
|
-
return [...
|
|
7776
|
+
return [...u, ...I];
|
|
7729
7777
|
});
|
|
7730
7778
|
}, [s]);
|
|
7731
|
-
const
|
|
7732
|
-
(
|
|
7733
|
-
e && e(
|
|
7734
|
-
let
|
|
7735
|
-
if (
|
|
7736
|
-
const
|
|
7737
|
-
(
|
|
7779
|
+
const C1 = A(
|
|
7780
|
+
(u) => {
|
|
7781
|
+
e && e(u);
|
|
7782
|
+
let I = [];
|
|
7783
|
+
if (L ? I = Array.isArray(u) ? u : [] : I = u ? [u] : [], W) {
|
|
7784
|
+
const j = I.filter(
|
|
7785
|
+
(C) => !(N != null && N.some((p) => p.value === C))
|
|
7738
7786
|
);
|
|
7739
|
-
|
|
7740
|
-
...
|
|
7741
|
-
...
|
|
7742
|
-
const
|
|
7787
|
+
j.length > 0 && F((C = []) => [
|
|
7788
|
+
...C,
|
|
7789
|
+
...j.map((p) => {
|
|
7790
|
+
const V = v == null ? void 0 : v.find((L1) => L1.value === p);
|
|
7743
7791
|
return {
|
|
7744
|
-
value:
|
|
7745
|
-
label: (
|
|
7792
|
+
value: p,
|
|
7793
|
+
label: (V == null ? void 0 : V.label) ?? p
|
|
7746
7794
|
};
|
|
7747
7795
|
})
|
|
7748
|
-
]),
|
|
7796
|
+
]), K(void 0), R($), U(!0);
|
|
7749
7797
|
}
|
|
7750
7798
|
},
|
|
7751
|
-
[e,
|
|
7752
|
-
),
|
|
7799
|
+
[e, W, L, v, N]
|
|
7800
|
+
), P = Z1(
|
|
7753
7801
|
() => ({
|
|
7754
7802
|
id: r,
|
|
7755
7803
|
width: o,
|
|
7756
7804
|
options: v || [],
|
|
7757
|
-
onChange:
|
|
7758
|
-
ref:
|
|
7805
|
+
onChange: C1,
|
|
7806
|
+
ref: E,
|
|
7759
7807
|
placeholder: n,
|
|
7760
7808
|
search: !0,
|
|
7761
7809
|
value: l,
|
|
7762
|
-
onSearchChange:
|
|
7763
|
-
onDropdownVisibleChange:
|
|
7810
|
+
onSearchChange: b,
|
|
7811
|
+
onDropdownVisibleChange: a1,
|
|
7764
7812
|
scrollThresholdValue: g,
|
|
7765
|
-
onScrollToEnd:
|
|
7813
|
+
onScrollToEnd: o1,
|
|
7766
7814
|
disabled: a,
|
|
7767
|
-
extraOptions:
|
|
7768
|
-
isLoading:
|
|
7769
|
-
optionRender:
|
|
7770
|
-
dropdownRender:
|
|
7771
|
-
readOnly:
|
|
7772
|
-
clearable:
|
|
7773
|
-
required:
|
|
7815
|
+
extraOptions: N,
|
|
7816
|
+
isLoading: M,
|
|
7817
|
+
optionRender: Z,
|
|
7818
|
+
dropdownRender: G,
|
|
7819
|
+
readOnly: y,
|
|
7820
|
+
clearable: _,
|
|
7821
|
+
required: Y
|
|
7774
7822
|
}),
|
|
7775
7823
|
[
|
|
7776
7824
|
r,
|
|
7777
7825
|
o,
|
|
7778
7826
|
v,
|
|
7779
|
-
|
|
7780
|
-
|
|
7827
|
+
C1,
|
|
7828
|
+
E,
|
|
7781
7829
|
n,
|
|
7782
7830
|
l,
|
|
7783
|
-
|
|
7784
|
-
|
|
7831
|
+
b,
|
|
7832
|
+
a1,
|
|
7785
7833
|
g,
|
|
7786
|
-
|
|
7834
|
+
o1,
|
|
7787
7835
|
a,
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
|
|
7836
|
+
N,
|
|
7837
|
+
M,
|
|
7838
|
+
Z,
|
|
7839
|
+
G,
|
|
7840
|
+
y,
|
|
7841
|
+
_,
|
|
7842
|
+
Y
|
|
7795
7843
|
]
|
|
7796
7844
|
);
|
|
7797
|
-
return
|
|
7845
|
+
return W1(E, () => ({
|
|
7798
7846
|
refetchOptions: async () => {
|
|
7799
|
-
|
|
7847
|
+
R($), K(void 0), U(!0);
|
|
7800
7848
|
}
|
|
7801
|
-
})),
|
|
7849
|
+
})), L ? /* @__PURE__ */ t(f1, { ...P, value: l, mode: L }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(f1, { ...P, value: l }) });
|
|
7802
7850
|
}
|
|
7803
7851
|
);
|
|
7804
7852
|
export {
|
|
7805
|
-
|
|
7853
|
+
O0 as AsyncSelect
|
|
7806
7854
|
};
|