@snmt-react-ui/async-select 1.8.23 → 1.8.24
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 +607 -643
- 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 n1, forwardRef as g1,
|
|
4
|
-
import { Select as
|
|
5
|
-
var D1 = Object.defineProperty,
|
|
6
|
-
function
|
|
2
|
+
import { jsx as t, Fragment as S, jsxs as c } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as n1, forwardRef as g1, useState as H, useRef as q, useEffect as A, useCallback as Z, useContext as r1, useMemo as V1, useImperativeHandle as Z1 } from "react";
|
|
4
|
+
import { Select as A1, Flex as G1, Avatar as B1, Checkbox as W1, Typography as R1, Tag as y1, Popover as T1 } from "antd";
|
|
5
|
+
var D1 = Object.defineProperty, b1 = (i, o, e) => o in i ? D1(i, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[o] = e, K1 = (i, o, e) => b1(i, o + "", e), j1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
6
|
+
function Y1() {
|
|
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
|
+
U(o[0]) && (o[0] = `react-i18next:: ${o[0]}`), console.warn(...o);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
const L1 = {};
|
|
14
14
|
function p1() {
|
|
15
15
|
for (var i = arguments.length, o = new Array(i), e = 0; e < i; e++)
|
|
16
16
|
o[e] = arguments[e];
|
|
17
|
-
|
|
17
|
+
U(o[0]) && L1[o[0]] || (U(o[0]) && (L1[o[0]] = /* @__PURE__ */ new Date()), Y1(...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 H1 = (i, o) => () => {
|
|
|
27
27
|
};
|
|
28
28
|
i.on("initialized", e);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
31
|
-
i.loadNamespaces(o,
|
|
32
|
-
},
|
|
33
|
-
|
|
30
|
+
}, m1 = (i, o, e) => {
|
|
31
|
+
i.loadNamespaces(o, _1(i, e));
|
|
32
|
+
}, v1 = (i, o, e, l) => {
|
|
33
|
+
U(e) && (e = [e]), e.forEach((n) => {
|
|
34
34
|
i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
|
|
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], n = o.options ? o.options.fallbackLng : !1, a = o.languages[o.languages.length - 1];
|
|
39
39
|
if (l.toLowerCase() === "cimode") return !0;
|
|
40
|
-
const p = (r,
|
|
41
|
-
const
|
|
42
|
-
return
|
|
40
|
+
const p = (r, L) => {
|
|
41
|
+
const d = o.services.backendConnector.state[`${r}|${L}`];
|
|
42
|
+
return d === -1 || d === 2;
|
|
43
43
|
};
|
|
44
44
|
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !p(o.isLanguageChangingTo, i) ? !1 : !!(o.hasResourceBundle(l, i) || !o.services.backendConnector.backend || o.options.resources && !o.options.partialBundledLanguages || p(l, i) && (!n || p(a, i)));
|
|
45
|
-
},
|
|
45
|
+
}, F1 = function(i, o) {
|
|
46
46
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
47
47
|
return !o.languages || !o.languages.length ? (p1("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, n) => {
|
|
50
50
|
if (e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !n(l.isLanguageChangingTo, i)) return !1;
|
|
51
51
|
}
|
|
52
|
-
}) :
|
|
53
|
-
},
|
|
52
|
+
}) : O1(i, o, e);
|
|
53
|
+
}, U = (i) => typeof i == "string", S1 = (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 H1 = (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 q1 = {
|
|
|
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 = n1();
|
|
88
|
+
class o2 {
|
|
89
89
|
constructor() {
|
|
90
|
-
|
|
90
|
+
K1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
91
91
|
}
|
|
92
92
|
addUsedNamespaces(o) {
|
|
93
93
|
o.forEach((e) => {
|
|
@@ -95,62 +95,62 @@ class i2 {
|
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
const
|
|
99
|
-
const e =
|
|
98
|
+
const i2 = (i, o) => {
|
|
99
|
+
const e = q();
|
|
100
100
|
return A(() => {
|
|
101
101
|
e.current = i;
|
|
102
102
|
}, [i, o]), e.current;
|
|
103
|
-
},
|
|
103
|
+
}, x1 = (i, o, e, l) => i.getFixedT(o, e, l), t2 = (i, o, e, l) => Z(x1(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: n
|
|
110
|
-
} = r1(
|
|
111
|
-
if (a && !a.reportNamespaces && (a.reportNamespaces = new
|
|
110
|
+
} = r1(e2) || {}, a = e || l || X1();
|
|
111
|
+
if (a && !a.reportNamespaces && (a.reportNamespaces = new o2()), !a) {
|
|
112
112
|
p1("You will need to pass in an i18next instance by using initReactI18next");
|
|
113
|
-
const u = (
|
|
114
|
-
return
|
|
113
|
+
const u = (N, f) => U(f) ? f : S1(f) && U(f.defaultValue) ? f.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, _ = [u, {}, !1];
|
|
114
|
+
return _.t = u, _.i18n = {}, _.ready = !1, _;
|
|
115
115
|
}
|
|
116
116
|
a.options.react && a.options.react.wait !== void 0 && p1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
117
117
|
const p = {
|
|
118
|
-
...
|
|
118
|
+
...q1(),
|
|
119
119
|
...a.options.react,
|
|
120
120
|
...o
|
|
121
121
|
}, {
|
|
122
122
|
useSuspense: r,
|
|
123
|
-
keyPrefix:
|
|
123
|
+
keyPrefix: L
|
|
124
124
|
} = p;
|
|
125
|
-
let
|
|
126
|
-
|
|
127
|
-
const h = (a.isInitialized || a.initializedStoreOnce) &&
|
|
128
|
-
let
|
|
129
|
-
o.lng && (
|
|
130
|
-
const
|
|
125
|
+
let d = i;
|
|
126
|
+
d = U(d) ? [d] : d || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(d);
|
|
127
|
+
const h = (a.isInitialized || a.initializedStoreOnce) && d.every((u) => F1(u, a, p)), s = t2(a, o.lng || null, p.nsMode === "fallback" ? d : d[0], L), M = () => s, I = () => x1(a, o.lng || null, p.nsMode === "fallback" ? d : d[0], L), [B, W] = H(M);
|
|
128
|
+
let R = d.join();
|
|
129
|
+
o.lng && (R = `${o.lng}${R}`);
|
|
130
|
+
const j = i2(R), V = q(!0);
|
|
131
131
|
A(() => {
|
|
132
132
|
const {
|
|
133
133
|
bindI18n: u,
|
|
134
|
-
bindI18nStore:
|
|
134
|
+
bindI18nStore: _
|
|
135
135
|
} = p;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}) :
|
|
139
|
-
|
|
140
|
-
})), h &&
|
|
141
|
-
const
|
|
142
|
-
|
|
136
|
+
V.current = !0, !h && !r && (o.lng ? v1(a, o.lng, d, () => {
|
|
137
|
+
V.current && W(I);
|
|
138
|
+
}) : m1(a, d, () => {
|
|
139
|
+
V.current && W(I);
|
|
140
|
+
})), h && j && j !== R && V.current && W(I);
|
|
141
|
+
const N = () => {
|
|
142
|
+
V.current && W(I);
|
|
143
143
|
};
|
|
144
|
-
return u && a && a.on(u,
|
|
145
|
-
|
|
144
|
+
return u && a && a.on(u, N), _ && a && a.store.on(_, N), () => {
|
|
145
|
+
V.current = !1, u && a && u.split(" ").forEach((f) => a.off(f, N)), _ && a && _.split(" ").forEach((f) => a.store.off(f, N));
|
|
146
146
|
};
|
|
147
|
-
}, [a,
|
|
148
|
-
|
|
149
|
-
}, [a,
|
|
150
|
-
const
|
|
151
|
-
if (
|
|
147
|
+
}, [a, R]), A(() => {
|
|
148
|
+
V.current && h && W(M);
|
|
149
|
+
}, [a, L, h]);
|
|
150
|
+
const G = [B, a, h];
|
|
151
|
+
if (G.t = B, G.i18n = a, G.ready = h, h || !h && !r) return G;
|
|
152
152
|
throw new Promise((u) => {
|
|
153
|
-
o.lng ?
|
|
153
|
+
o.lng ? v1(a, o.lng, d, () => u()) : m1(a, d, () => u());
|
|
154
154
|
});
|
|
155
155
|
}, t1 = ({
|
|
156
156
|
children: i,
|
|
@@ -162,7 +162,7 @@ const t2 = (i, o) => {
|
|
|
162
162
|
gap: p,
|
|
163
163
|
padding: r
|
|
164
164
|
}) => /* @__PURE__ */ t(
|
|
165
|
-
|
|
165
|
+
G1,
|
|
166
166
|
{
|
|
167
167
|
className: `snmt-flex${e === "inherit" ? " inherit" : ""}`,
|
|
168
168
|
vertical: o === "column",
|
|
@@ -174,10 +174,10 @@ const t2 = (i, o) => {
|
|
|
174
174
|
style: { padding: r },
|
|
175
175
|
children: i
|
|
176
176
|
}
|
|
177
|
-
),
|
|
177
|
+
), n2 = ({ shape: i = "circle", size: o = 32, children: e, ...l }) => {
|
|
178
178
|
const n = typeof l.src == "string";
|
|
179
179
|
return /* @__PURE__ */ t(
|
|
180
|
-
|
|
180
|
+
B1,
|
|
181
181
|
{
|
|
182
182
|
className: `snmt-avatar ${n ? "image" : ""}`,
|
|
183
183
|
shape: i,
|
|
@@ -189,12 +189,12 @@ const t2 = (i, o) => {
|
|
|
189
189
|
);
|
|
190
190
|
};
|
|
191
191
|
var D = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_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 || {});
|
|
192
|
-
const
|
|
192
|
+
const u1 = n1({
|
|
193
193
|
locale: "en",
|
|
194
194
|
theme: "light"
|
|
195
195
|
});
|
|
196
|
-
|
|
197
|
-
const
|
|
196
|
+
u1.Provider;
|
|
197
|
+
const r2 = ({
|
|
198
198
|
checked: i = !0,
|
|
199
199
|
indeterminate: o = !1,
|
|
200
200
|
children: e,
|
|
@@ -202,19 +202,19 @@ const s2 = ({
|
|
|
202
202
|
disabled: n = !1,
|
|
203
203
|
disableUncheck: a = !1
|
|
204
204
|
}) => {
|
|
205
|
-
const [p, r] =
|
|
205
|
+
const [p, r] = H(i), [L, d] = H(o);
|
|
206
206
|
A(() => {
|
|
207
|
-
r(i),
|
|
207
|
+
r(i), d(o);
|
|
208
208
|
}, [i, o]);
|
|
209
|
-
const { theme: h } = r1(
|
|
209
|
+
const { theme: h } = r1(u1);
|
|
210
210
|
return /* @__PURE__ */ t(
|
|
211
|
-
|
|
211
|
+
W1,
|
|
212
212
|
{
|
|
213
213
|
className: `snmt-checkbox snmt-checkbox-${h}`,
|
|
214
214
|
checked: p,
|
|
215
|
-
indeterminate:
|
|
215
|
+
indeterminate: L,
|
|
216
216
|
onChange: (s) => {
|
|
217
|
-
a && p || (
|
|
217
|
+
a && p || (d(!1), r(s.target.checked), l && l(s));
|
|
218
218
|
},
|
|
219
219
|
disabled: n,
|
|
220
220
|
children: e
|
|
@@ -222,12 +222,12 @@ const s2 = ({
|
|
|
222
222
|
);
|
|
223
223
|
};
|
|
224
224
|
var g = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_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))(g || {});
|
|
225
|
-
const
|
|
225
|
+
const H1 = n1({
|
|
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 h2 = ({
|
|
|
254
254
|
}
|
|
255
255
|
)
|
|
256
256
|
}
|
|
257
|
-
),
|
|
257
|
+
), h2 = ({
|
|
258
258
|
width: i = 20,
|
|
259
259
|
height: o = 20,
|
|
260
260
|
color: e = g.GREY_DARK_5,
|
|
@@ -294,7 +294,7 @@ const h2 = ({
|
|
|
294
294
|
)
|
|
295
295
|
]
|
|
296
296
|
}
|
|
297
|
-
),
|
|
297
|
+
), c2 = ({
|
|
298
298
|
width: i = 20,
|
|
299
299
|
height: o = 20,
|
|
300
300
|
color: e = "#001E52",
|
|
@@ -329,7 +329,7 @@ const h2 = ({
|
|
|
329
329
|
)
|
|
330
330
|
]
|
|
331
331
|
}
|
|
332
|
-
),
|
|
332
|
+
), a2 = ({
|
|
333
333
|
width: i = 18,
|
|
334
334
|
height: o = 18,
|
|
335
335
|
color: e = "#001E52",
|
|
@@ -368,7 +368,7 @@ const h2 = ({
|
|
|
368
368
|
)
|
|
369
369
|
]
|
|
370
370
|
}
|
|
371
|
-
),
|
|
371
|
+
), C2 = ({
|
|
372
372
|
width: i = 20,
|
|
373
373
|
height: o = 20,
|
|
374
374
|
color: e = "#001E52",
|
|
@@ -394,7 +394,7 @@ const h2 = ({
|
|
|
394
394
|
}
|
|
395
395
|
)
|
|
396
396
|
}
|
|
397
|
-
),
|
|
397
|
+
), d2 = ({
|
|
398
398
|
width: i = 20,
|
|
399
399
|
height: o = 20,
|
|
400
400
|
color: e = "#001E52",
|
|
@@ -415,7 +415,7 @@ const h2 = ({
|
|
|
415
415
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
416
416
|
]
|
|
417
417
|
}
|
|
418
|
-
),
|
|
418
|
+
), w2 = ({
|
|
419
419
|
width: i = 20,
|
|
420
420
|
height: o = 20,
|
|
421
421
|
color: e = "#001E52",
|
|
@@ -447,7 +447,7 @@ const h2 = ({
|
|
|
447
447
|
)
|
|
448
448
|
]
|
|
449
449
|
}
|
|
450
|
-
),
|
|
450
|
+
), g2 = ({
|
|
451
451
|
width: i = 20,
|
|
452
452
|
height: o = 20,
|
|
453
453
|
color: e = "#001E52",
|
|
@@ -501,7 +501,7 @@ const h2 = ({
|
|
|
501
501
|
)
|
|
502
502
|
]
|
|
503
503
|
}
|
|
504
|
-
),
|
|
504
|
+
), k2 = ({
|
|
505
505
|
width: i = 20,
|
|
506
506
|
height: o = 20,
|
|
507
507
|
color: e = "#001E52",
|
|
@@ -540,7 +540,7 @@ const h2 = ({
|
|
|
540
540
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
541
541
|
]
|
|
542
542
|
}
|
|
543
|
-
),
|
|
543
|
+
), p2 = ({
|
|
544
544
|
width: i = 16,
|
|
545
545
|
height: o = 12,
|
|
546
546
|
color: e = "#001E52",
|
|
@@ -589,7 +589,7 @@ const h2 = ({
|
|
|
589
589
|
)
|
|
590
590
|
] })
|
|
591
591
|
}
|
|
592
|
-
),
|
|
592
|
+
), u2 = ({
|
|
593
593
|
width: i = 20,
|
|
594
594
|
height: o = 20,
|
|
595
595
|
color: e = g.GREY_DARK_5,
|
|
@@ -676,7 +676,7 @@ const h2 = ({
|
|
|
676
676
|
)
|
|
677
677
|
]
|
|
678
678
|
}
|
|
679
|
-
),
|
|
679
|
+
), m2 = ({
|
|
680
680
|
width: i = 20,
|
|
681
681
|
height: o = 20,
|
|
682
682
|
color: e = "#001E52",
|
|
@@ -709,7 +709,7 @@ const h2 = ({
|
|
|
709
709
|
)
|
|
710
710
|
]
|
|
711
711
|
}
|
|
712
|
-
),
|
|
712
|
+
), v2 = ({
|
|
713
713
|
width: i = 20,
|
|
714
714
|
height: o = 20,
|
|
715
715
|
color: e = "#001E52",
|
|
@@ -756,7 +756,7 @@ const h2 = ({
|
|
|
756
756
|
)
|
|
757
757
|
]
|
|
758
758
|
}
|
|
759
|
-
),
|
|
759
|
+
), N2 = ({
|
|
760
760
|
width: i = 20,
|
|
761
761
|
height: o = 20,
|
|
762
762
|
color: e = "#001E52",
|
|
@@ -789,7 +789,7 @@ const h2 = ({
|
|
|
789
789
|
)
|
|
790
790
|
]
|
|
791
791
|
}
|
|
792
|
-
),
|
|
792
|
+
), f2 = ({
|
|
793
793
|
width: i = 18,
|
|
794
794
|
height: o = 16,
|
|
795
795
|
color: e = "#001E52",
|
|
@@ -828,7 +828,7 @@ const h2 = ({
|
|
|
828
828
|
)
|
|
829
829
|
]
|
|
830
830
|
}
|
|
831
|
-
),
|
|
831
|
+
), M2 = ({
|
|
832
832
|
width: i = 20,
|
|
833
833
|
height: o = 20,
|
|
834
834
|
color: e = "#001E52",
|
|
@@ -861,7 +861,7 @@ const h2 = ({
|
|
|
861
861
|
)
|
|
862
862
|
]
|
|
863
863
|
}
|
|
864
|
-
),
|
|
864
|
+
), R2 = ({
|
|
865
865
|
width: i = 20,
|
|
866
866
|
height: o = 20,
|
|
867
867
|
color: e = "#001E52",
|
|
@@ -885,7 +885,7 @@ const h2 = ({
|
|
|
885
885
|
}
|
|
886
886
|
)
|
|
887
887
|
}
|
|
888
|
-
),
|
|
888
|
+
), _2 = ({
|
|
889
889
|
width: i = 20,
|
|
890
890
|
height: o = 20,
|
|
891
891
|
color: e = "#001E52",
|
|
@@ -918,7 +918,7 @@ const h2 = ({
|
|
|
918
918
|
)
|
|
919
919
|
]
|
|
920
920
|
}
|
|
921
|
-
),
|
|
921
|
+
), x2 = ({
|
|
922
922
|
width: i = 20,
|
|
923
923
|
height: o = 23,
|
|
924
924
|
color: e = "#001E52",
|
|
@@ -979,7 +979,7 @@ const h2 = ({
|
|
|
979
979
|
)
|
|
980
980
|
]
|
|
981
981
|
}
|
|
982
|
-
),
|
|
982
|
+
), H2 = ({
|
|
983
983
|
width: i = 14,
|
|
984
984
|
height: o = 14,
|
|
985
985
|
color: e = "#10B981",
|
|
@@ -1008,7 +1008,7 @@ const h2 = ({
|
|
|
1008
1008
|
)
|
|
1009
1009
|
]
|
|
1010
1010
|
}
|
|
1011
|
-
),
|
|
1011
|
+
), E2 = ({
|
|
1012
1012
|
width: i = 20,
|
|
1013
1013
|
height: o = 20,
|
|
1014
1014
|
color: e = g.GREY_DARK_5,
|
|
@@ -1041,7 +1041,7 @@ const h2 = ({
|
|
|
1041
1041
|
)
|
|
1042
1042
|
]
|
|
1043
1043
|
}
|
|
1044
|
-
),
|
|
1044
|
+
), I2 = ({
|
|
1045
1045
|
width: i = 10,
|
|
1046
1046
|
height: o = 10,
|
|
1047
1047
|
color: e = "#88A4FF",
|
|
@@ -1089,7 +1089,7 @@ const h2 = ({
|
|
|
1089
1089
|
)
|
|
1090
1090
|
]
|
|
1091
1091
|
}
|
|
1092
|
-
),
|
|
1092
|
+
), V2 = ({
|
|
1093
1093
|
width: i = 14,
|
|
1094
1094
|
height: o = 14,
|
|
1095
1095
|
color: e = "#8E8E93",
|
|
@@ -1117,7 +1117,7 @@ const h2 = ({
|
|
|
1117
1117
|
)
|
|
1118
1118
|
]
|
|
1119
1119
|
}
|
|
1120
|
-
),
|
|
1120
|
+
), Z2 = ({
|
|
1121
1121
|
width: i = 14,
|
|
1122
1122
|
height: o = 14,
|
|
1123
1123
|
color: e = "#FFB020",
|
|
@@ -1151,7 +1151,7 @@ const h2 = ({
|
|
|
1151
1151
|
)
|
|
1152
1152
|
]
|
|
1153
1153
|
}
|
|
1154
|
-
),
|
|
1154
|
+
), A2 = ({
|
|
1155
1155
|
width: i = 14,
|
|
1156
1156
|
height: o = 14,
|
|
1157
1157
|
color: e = "#D0421B",
|
|
@@ -1199,7 +1199,7 @@ const h2 = ({
|
|
|
1199
1199
|
)
|
|
1200
1200
|
]
|
|
1201
1201
|
}
|
|
1202
|
-
),
|
|
1202
|
+
), G2 = ({
|
|
1203
1203
|
width: i = 20,
|
|
1204
1204
|
height: o = 20,
|
|
1205
1205
|
color: e = "#070739",
|
|
@@ -1229,7 +1229,7 @@ const h2 = ({
|
|
|
1229
1229
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
1230
1230
|
]
|
|
1231
1231
|
}
|
|
1232
|
-
),
|
|
1232
|
+
), B2 = ({
|
|
1233
1233
|
width: i = 20,
|
|
1234
1234
|
height: o = 20,
|
|
1235
1235
|
color: e = "#070739",
|
|
@@ -1267,7 +1267,7 @@ const h2 = ({
|
|
|
1267
1267
|
)
|
|
1268
1268
|
]
|
|
1269
1269
|
}
|
|
1270
|
-
),
|
|
1270
|
+
), W2 = ({
|
|
1271
1271
|
width: i = 9,
|
|
1272
1272
|
height: o = 5,
|
|
1273
1273
|
color: e = "#001E52",
|
|
@@ -1293,7 +1293,7 @@ const h2 = ({
|
|
|
1293
1293
|
}
|
|
1294
1294
|
)
|
|
1295
1295
|
}
|
|
1296
|
-
),
|
|
1296
|
+
), y2 = ({
|
|
1297
1297
|
width: i = 20,
|
|
1298
1298
|
height: o = 20,
|
|
1299
1299
|
color: e = "#F2F2F7",
|
|
@@ -1322,7 +1322,7 @@ const h2 = ({
|
|
|
1322
1322
|
)
|
|
1323
1323
|
]
|
|
1324
1324
|
}
|
|
1325
|
-
),
|
|
1325
|
+
), T2 = ({
|
|
1326
1326
|
width: i = 20,
|
|
1327
1327
|
height: o = 20,
|
|
1328
1328
|
color: e = "#004ED7",
|
|
@@ -1380,7 +1380,7 @@ const h2 = ({
|
|
|
1380
1380
|
)
|
|
1381
1381
|
]
|
|
1382
1382
|
}
|
|
1383
|
-
),
|
|
1383
|
+
), b2 = ({
|
|
1384
1384
|
width: i = 10,
|
|
1385
1385
|
height: o = 10,
|
|
1386
1386
|
color: e = "#001E52",
|
|
@@ -1417,7 +1417,7 @@ const h2 = ({
|
|
|
1417
1417
|
)
|
|
1418
1418
|
]
|
|
1419
1419
|
}
|
|
1420
|
-
),
|
|
1420
|
+
), K2 = ({
|
|
1421
1421
|
className: i,
|
|
1422
1422
|
color: o = g.GREY_DARK_5,
|
|
1423
1423
|
height: e = 24,
|
|
@@ -1456,7 +1456,7 @@ const h2 = ({
|
|
|
1456
1456
|
)
|
|
1457
1457
|
]
|
|
1458
1458
|
}
|
|
1459
|
-
),
|
|
1459
|
+
), j2 = ({
|
|
1460
1460
|
className: i,
|
|
1461
1461
|
color: o = g.GREY_DARK_5,
|
|
1462
1462
|
height: e = 20,
|
|
@@ -1483,7 +1483,7 @@ const h2 = ({
|
|
|
1483
1483
|
}
|
|
1484
1484
|
)
|
|
1485
1485
|
}
|
|
1486
|
-
),
|
|
1486
|
+
), Y2 = ({
|
|
1487
1487
|
className: i,
|
|
1488
1488
|
color: o = g.GREY_DARK_5,
|
|
1489
1489
|
height: e = 20,
|
|
@@ -1510,7 +1510,7 @@ const h2 = ({
|
|
|
1510
1510
|
}
|
|
1511
1511
|
)
|
|
1512
1512
|
}
|
|
1513
|
-
),
|
|
1513
|
+
), O2 = ({
|
|
1514
1514
|
className: i,
|
|
1515
1515
|
color: o = g.GREY_DARK_5,
|
|
1516
1516
|
height: e = 5,
|
|
@@ -1534,7 +1534,7 @@ const h2 = ({
|
|
|
1534
1534
|
}
|
|
1535
1535
|
)
|
|
1536
1536
|
}
|
|
1537
|
-
),
|
|
1537
|
+
), F2 = ({
|
|
1538
1538
|
className: i,
|
|
1539
1539
|
color: o = g.GREY_DARK_5,
|
|
1540
1540
|
height: e = 5,
|
|
@@ -1559,7 +1559,7 @@ const h2 = ({
|
|
|
1559
1559
|
}
|
|
1560
1560
|
)
|
|
1561
1561
|
}
|
|
1562
|
-
),
|
|
1562
|
+
), S2 = ({
|
|
1563
1563
|
className: i,
|
|
1564
1564
|
color: o = g.GREY_DARK_5,
|
|
1565
1565
|
height: e = 24,
|
|
@@ -1598,7 +1598,7 @@ const h2 = ({
|
|
|
1598
1598
|
)
|
|
1599
1599
|
]
|
|
1600
1600
|
}
|
|
1601
|
-
),
|
|
1601
|
+
), U2 = ({
|
|
1602
1602
|
className: i,
|
|
1603
1603
|
color: o = g.GREY_DARK_5,
|
|
1604
1604
|
height: e = 24,
|
|
@@ -1637,7 +1637,7 @@ const h2 = ({
|
|
|
1637
1637
|
)
|
|
1638
1638
|
]
|
|
1639
1639
|
}
|
|
1640
|
-
),
|
|
1640
|
+
), P2 = ({
|
|
1641
1641
|
className: i,
|
|
1642
1642
|
color: o = g.GREY_DARK_5,
|
|
1643
1643
|
height: e = 24,
|
|
@@ -1664,7 +1664,7 @@ const h2 = ({
|
|
|
1664
1664
|
}
|
|
1665
1665
|
)
|
|
1666
1666
|
}
|
|
1667
|
-
),
|
|
1667
|
+
), $2 = ({
|
|
1668
1668
|
className: i,
|
|
1669
1669
|
color: o = g.GREY_DARK_5,
|
|
1670
1670
|
height: e = 24,
|
|
@@ -1723,7 +1723,7 @@ const h2 = ({
|
|
|
1723
1723
|
)
|
|
1724
1724
|
]
|
|
1725
1725
|
}
|
|
1726
|
-
),
|
|
1726
|
+
), z2 = ({
|
|
1727
1727
|
className: i,
|
|
1728
1728
|
color: o = g.GREY_DARK_5,
|
|
1729
1729
|
height: e = 24,
|
|
@@ -1760,7 +1760,7 @@ const h2 = ({
|
|
|
1760
1760
|
)
|
|
1761
1761
|
]
|
|
1762
1762
|
}
|
|
1763
|
-
),
|
|
1763
|
+
), J2 = ({
|
|
1764
1764
|
className: i,
|
|
1765
1765
|
color: o = g.GREY_DARK_3,
|
|
1766
1766
|
height: e = 14,
|
|
@@ -1797,7 +1797,7 @@ const h2 = ({
|
|
|
1797
1797
|
)
|
|
1798
1798
|
]
|
|
1799
1799
|
}
|
|
1800
|
-
),
|
|
1800
|
+
), q2 = ({
|
|
1801
1801
|
className: i,
|
|
1802
1802
|
color: o = g.GREY_DARK_5,
|
|
1803
1803
|
height: e = 18,
|
|
@@ -1824,7 +1824,7 @@ const h2 = ({
|
|
|
1824
1824
|
}
|
|
1825
1825
|
)
|
|
1826
1826
|
}
|
|
1827
|
-
),
|
|
1827
|
+
), Q2 = ({
|
|
1828
1828
|
className: i,
|
|
1829
1829
|
color: o = g.GREY_DARK_5,
|
|
1830
1830
|
height: e = 24,
|
|
@@ -1876,7 +1876,7 @@ const h2 = ({
|
|
|
1876
1876
|
)
|
|
1877
1877
|
]
|
|
1878
1878
|
}
|
|
1879
|
-
),
|
|
1879
|
+
), X2 = ({
|
|
1880
1880
|
className: i,
|
|
1881
1881
|
color: o = g.GREY_DARK_5,
|
|
1882
1882
|
height: e = 24,
|
|
@@ -1913,7 +1913,7 @@ const h2 = ({
|
|
|
1913
1913
|
)
|
|
1914
1914
|
]
|
|
1915
1915
|
}
|
|
1916
|
-
),
|
|
1916
|
+
), e5 = ({
|
|
1917
1917
|
className: i,
|
|
1918
1918
|
color: o = g.NOTIFICATION_WARNING_DARK,
|
|
1919
1919
|
height: e = 37,
|
|
@@ -1952,7 +1952,7 @@ const h2 = ({
|
|
|
1952
1952
|
)
|
|
1953
1953
|
]
|
|
1954
1954
|
}
|
|
1955
|
-
),
|
|
1955
|
+
), o5 = ({
|
|
1956
1956
|
className: i,
|
|
1957
1957
|
color: o = g.GREY_DARK_5,
|
|
1958
1958
|
height: e = 24,
|
|
@@ -1978,7 +1978,7 @@ const h2 = ({
|
|
|
1978
1978
|
}
|
|
1979
1979
|
)
|
|
1980
1980
|
}
|
|
1981
|
-
),
|
|
1981
|
+
), i5 = ({
|
|
1982
1982
|
className: i,
|
|
1983
1983
|
color: o = g.GREY_DARK_5,
|
|
1984
1984
|
height: e = 24,
|
|
@@ -2017,7 +2017,7 @@ const h2 = ({
|
|
|
2017
2017
|
)
|
|
2018
2018
|
]
|
|
2019
2019
|
}
|
|
2020
|
-
),
|
|
2020
|
+
), t5 = ({
|
|
2021
2021
|
className: i,
|
|
2022
2022
|
color: o = g.GREY_DARK_5,
|
|
2023
2023
|
height: e = 24,
|
|
@@ -2056,7 +2056,7 @@ const h2 = ({
|
|
|
2056
2056
|
)
|
|
2057
2057
|
]
|
|
2058
2058
|
}
|
|
2059
|
-
),
|
|
2059
|
+
), l5 = ({
|
|
2060
2060
|
className: i,
|
|
2061
2061
|
color: o = g.GREY_DARK_5,
|
|
2062
2062
|
height: e = 24,
|
|
@@ -2125,7 +2125,7 @@ const h2 = ({
|
|
|
2125
2125
|
)
|
|
2126
2126
|
]
|
|
2127
2127
|
}
|
|
2128
|
-
),
|
|
2128
|
+
), n5 = ({
|
|
2129
2129
|
className: i,
|
|
2130
2130
|
color: o = g.GREY_DARK_5,
|
|
2131
2131
|
height: e = 24,
|
|
@@ -2182,7 +2182,7 @@ const h2 = ({
|
|
|
2182
2182
|
)
|
|
2183
2183
|
]
|
|
2184
2184
|
}
|
|
2185
|
-
),
|
|
2185
|
+
), r5 = ({
|
|
2186
2186
|
className: i,
|
|
2187
2187
|
color: o = g.GREY_DARK_5,
|
|
2188
2188
|
height: e = 24,
|
|
@@ -2221,7 +2221,7 @@ const h2 = ({
|
|
|
2221
2221
|
)
|
|
2222
2222
|
]
|
|
2223
2223
|
}
|
|
2224
|
-
),
|
|
2224
|
+
), s5 = ({
|
|
2225
2225
|
className: i,
|
|
2226
2226
|
color: o = g.GREY_DARK_5,
|
|
2227
2227
|
height: e = 24,
|
|
@@ -2270,7 +2270,7 @@ const h2 = ({
|
|
|
2270
2270
|
)
|
|
2271
2271
|
]
|
|
2272
2272
|
}
|
|
2273
|
-
),
|
|
2273
|
+
), h5 = ({
|
|
2274
2274
|
className: i,
|
|
2275
2275
|
color: o = g.GREY_DARK_5,
|
|
2276
2276
|
height: e = 24,
|
|
@@ -2297,7 +2297,7 @@ const h2 = ({
|
|
|
2297
2297
|
}
|
|
2298
2298
|
)
|
|
2299
2299
|
}
|
|
2300
|
-
),
|
|
2300
|
+
), c5 = ({
|
|
2301
2301
|
className: i,
|
|
2302
2302
|
color: o = g.GREY_DARK_5,
|
|
2303
2303
|
height: e = 20,
|
|
@@ -2326,7 +2326,7 @@ const h2 = ({
|
|
|
2326
2326
|
)
|
|
2327
2327
|
]
|
|
2328
2328
|
}
|
|
2329
|
-
),
|
|
2329
|
+
), a5 = ({
|
|
2330
2330
|
className: i,
|
|
2331
2331
|
color: o = "#001E52",
|
|
2332
2332
|
height: e = 24,
|
|
@@ -2352,7 +2352,7 @@ const h2 = ({
|
|
|
2352
2352
|
}
|
|
2353
2353
|
)
|
|
2354
2354
|
}
|
|
2355
|
-
),
|
|
2355
|
+
), C5 = ({
|
|
2356
2356
|
className: i,
|
|
2357
2357
|
color: o = "#131314",
|
|
2358
2358
|
height: e = 20,
|
|
@@ -2380,7 +2380,7 @@ const h2 = ({
|
|
|
2380
2380
|
}
|
|
2381
2381
|
)
|
|
2382
2382
|
}
|
|
2383
|
-
),
|
|
2383
|
+
), d5 = ({
|
|
2384
2384
|
className: i,
|
|
2385
2385
|
color: o = "#001E52",
|
|
2386
2386
|
height: e = 24,
|
|
@@ -2418,7 +2418,7 @@ const h2 = ({
|
|
|
2418
2418
|
)
|
|
2419
2419
|
] }) })
|
|
2420
2420
|
}
|
|
2421
|
-
),
|
|
2421
|
+
), w5 = ({
|
|
2422
2422
|
width: i = 20,
|
|
2423
2423
|
height: o = 20,
|
|
2424
2424
|
color: e = "#001E52",
|
|
@@ -2474,7 +2474,7 @@ const h2 = ({
|
|
|
2474
2474
|
}
|
|
2475
2475
|
)
|
|
2476
2476
|
}
|
|
2477
|
-
),
|
|
2477
|
+
), g5 = ({
|
|
2478
2478
|
width: i = 24,
|
|
2479
2479
|
height: o = 24,
|
|
2480
2480
|
color: e = "#131314",
|
|
@@ -2507,7 +2507,7 @@ const h2 = ({
|
|
|
2507
2507
|
)
|
|
2508
2508
|
]
|
|
2509
2509
|
}
|
|
2510
|
-
),
|
|
2510
|
+
), k5 = ({
|
|
2511
2511
|
width: i = 24,
|
|
2512
2512
|
height: o = 24,
|
|
2513
2513
|
color: e = g.GREY_DARK_2,
|
|
@@ -2546,7 +2546,7 @@ const h2 = ({
|
|
|
2546
2546
|
)
|
|
2547
2547
|
]
|
|
2548
2548
|
}
|
|
2549
|
-
),
|
|
2549
|
+
), p5 = ({
|
|
2550
2550
|
width: i = 24,
|
|
2551
2551
|
height: o = 24,
|
|
2552
2552
|
color: e = g.GREY_DARK_2,
|
|
@@ -2573,7 +2573,7 @@ const h2 = ({
|
|
|
2573
2573
|
}
|
|
2574
2574
|
)
|
|
2575
2575
|
}
|
|
2576
|
-
),
|
|
2576
|
+
), u5 = ({
|
|
2577
2577
|
width: i = 24,
|
|
2578
2578
|
height: o = 24,
|
|
2579
2579
|
color: e = g.GREY_DARK_2,
|
|
@@ -2640,7 +2640,7 @@ const h2 = ({
|
|
|
2640
2640
|
}
|
|
2641
2641
|
)
|
|
2642
2642
|
}
|
|
2643
|
-
),
|
|
2643
|
+
), m5 = ({
|
|
2644
2644
|
width: i = 24,
|
|
2645
2645
|
height: o = 24,
|
|
2646
2646
|
color: e = g.GREY_DARK_2,
|
|
@@ -2667,7 +2667,7 @@ const h2 = ({
|
|
|
2667
2667
|
}
|
|
2668
2668
|
)
|
|
2669
2669
|
}
|
|
2670
|
-
),
|
|
2670
|
+
), v5 = ({
|
|
2671
2671
|
width: i = 20,
|
|
2672
2672
|
height: o = 20,
|
|
2673
2673
|
color: e = "#001E52",
|
|
@@ -2702,45 +2702,45 @@ const h2 = ({
|
|
|
2702
2702
|
disabled: a = !1,
|
|
2703
2703
|
onClick: p
|
|
2704
2704
|
}) => {
|
|
2705
|
-
const [r,
|
|
2705
|
+
const [r, L] = H(n), { theme: d } = r1(H1), h = a ? d && d === "dark" ? g.GREY_LIGHT_4 : g.GREY_DARK_1 : l, s = a ? void 0 : p;
|
|
2706
2706
|
return A(() => {
|
|
2707
2707
|
if (n) {
|
|
2708
|
-
s && !a &&
|
|
2708
|
+
s && !a && L(`${n} clickable`);
|
|
2709
2709
|
return;
|
|
2710
2710
|
}
|
|
2711
|
-
s && !a &&
|
|
2712
|
-
}, [s, n, a]), /* @__PURE__ */ t(
|
|
2711
|
+
s && !a && L("clickable");
|
|
2712
|
+
}, [s, n, a]), /* @__PURE__ */ t(S, { children: (() => {
|
|
2713
2713
|
switch (i) {
|
|
2714
2714
|
case "nextIcon":
|
|
2715
|
-
return
|
|
2715
|
+
return j2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2716
2716
|
case "prevIcon":
|
|
2717
|
-
return
|
|
2717
|
+
return Y2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2718
2718
|
case "arrowDown":
|
|
2719
|
-
return
|
|
2719
|
+
return s2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2720
2720
|
case "info":
|
|
2721
|
-
return
|
|
2721
|
+
return h2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2722
2722
|
case "arrowRight":
|
|
2723
|
-
return
|
|
2723
|
+
return c2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2724
2724
|
case "calendar":
|
|
2725
|
-
return
|
|
2725
|
+
return a2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2726
2726
|
case "ok":
|
|
2727
|
-
return
|
|
2727
|
+
return C2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2728
2728
|
case "cancel":
|
|
2729
|
-
return
|
|
2729
|
+
return d2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2730
2730
|
case "add":
|
|
2731
|
-
return
|
|
2731
|
+
return w2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2732
2732
|
case "list":
|
|
2733
|
-
return
|
|
2733
|
+
return g2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2734
2734
|
case "dragAndDrop":
|
|
2735
|
-
return
|
|
2735
|
+
return k2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2736
2736
|
case "filter":
|
|
2737
|
-
return
|
|
2737
|
+
return p2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2738
2738
|
case "attention":
|
|
2739
|
-
return
|
|
2739
|
+
return u2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2740
2740
|
case "users":
|
|
2741
2741
|
return L2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2742
2742
|
case "mySkillsMatrix":
|
|
2743
|
-
return
|
|
2743
|
+
return m2({
|
|
2744
2744
|
width: o,
|
|
2745
2745
|
height: e,
|
|
2746
2746
|
color: h,
|
|
@@ -2748,9 +2748,9 @@ const h2 = ({
|
|
|
2748
2748
|
onClick: s
|
|
2749
2749
|
});
|
|
2750
2750
|
case "skills":
|
|
2751
|
-
return
|
|
2751
|
+
return v2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2752
2752
|
case "skillsMatrices":
|
|
2753
|
-
return
|
|
2753
|
+
return N2({
|
|
2754
2754
|
width: o,
|
|
2755
2755
|
height: e,
|
|
2756
2756
|
color: h,
|
|
@@ -2758,25 +2758,25 @@ const h2 = ({
|
|
|
2758
2758
|
onClick: s
|
|
2759
2759
|
});
|
|
2760
2760
|
case "history":
|
|
2761
|
-
return
|
|
2761
|
+
return f2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2762
2762
|
case "logOut":
|
|
2763
|
-
return
|
|
2763
|
+
return M2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2764
2764
|
case "settings":
|
|
2765
|
-
return
|
|
2765
|
+
return R2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2766
2766
|
case "trash":
|
|
2767
|
-
return
|
|
2767
|
+
return _2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2768
2768
|
case "settings4":
|
|
2769
|
-
return
|
|
2769
|
+
return x2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2770
2770
|
case "success":
|
|
2771
|
-
return
|
|
2771
|
+
return H2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2772
2772
|
case "checkCircle":
|
|
2773
|
-
return
|
|
2773
|
+
return E2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2774
2774
|
case "errorSmall":
|
|
2775
|
-
return
|
|
2775
|
+
return I2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2776
2776
|
case "infoMedium":
|
|
2777
|
-
return
|
|
2777
|
+
return V2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2778
2778
|
case "attentionMedium":
|
|
2779
|
-
return
|
|
2779
|
+
return Z2({
|
|
2780
2780
|
width: o,
|
|
2781
2781
|
height: e,
|
|
2782
2782
|
color: h,
|
|
@@ -2784,9 +2784,9 @@ const h2 = ({
|
|
|
2784
2784
|
onClick: s
|
|
2785
2785
|
});
|
|
2786
2786
|
case "errorMedium":
|
|
2787
|
-
return
|
|
2787
|
+
return A2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2788
2788
|
case "visibilityIcon":
|
|
2789
|
-
return
|
|
2789
|
+
return G2({
|
|
2790
2790
|
width: o,
|
|
2791
2791
|
height: e,
|
|
2792
2792
|
color: h,
|
|
@@ -2794,7 +2794,7 @@ const h2 = ({
|
|
|
2794
2794
|
onClick: s
|
|
2795
2795
|
});
|
|
2796
2796
|
case "visibilityOffIcon":
|
|
2797
|
-
return
|
|
2797
|
+
return B2({
|
|
2798
2798
|
width: o,
|
|
2799
2799
|
height: e,
|
|
2800
2800
|
color: h,
|
|
@@ -2802,7 +2802,7 @@ const h2 = ({
|
|
|
2802
2802
|
onClick: s
|
|
2803
2803
|
});
|
|
2804
2804
|
case "selectArrowIcon":
|
|
2805
|
-
return
|
|
2805
|
+
return W2({
|
|
2806
2806
|
width: o,
|
|
2807
2807
|
height: e,
|
|
2808
2808
|
color: h,
|
|
@@ -2810,7 +2810,7 @@ const h2 = ({
|
|
|
2810
2810
|
onClick: s
|
|
2811
2811
|
});
|
|
2812
2812
|
case "expandArrowIcon":
|
|
2813
|
-
return
|
|
2813
|
+
return y2({
|
|
2814
2814
|
width: o,
|
|
2815
2815
|
height: e,
|
|
2816
2816
|
color: h,
|
|
@@ -2818,7 +2818,7 @@ const h2 = ({
|
|
|
2818
2818
|
onClick: s
|
|
2819
2819
|
});
|
|
2820
2820
|
case "expandActiveArrowIcon":
|
|
2821
|
-
return
|
|
2821
|
+
return T2({
|
|
2822
2822
|
width: o,
|
|
2823
2823
|
height: e,
|
|
2824
2824
|
color: h,
|
|
@@ -2828,93 +2828,83 @@ const h2 = ({
|
|
|
2828
2828
|
case "sortUp":
|
|
2829
2829
|
return D2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2830
2830
|
case "sortDown":
|
|
2831
|
-
return
|
|
2831
|
+
return b2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2832
2832
|
case "search":
|
|
2833
|
-
return
|
|
2833
|
+
return K2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2834
2834
|
case "arrowUpFilled":
|
|
2835
|
-
return S2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2836
|
-
case "arrowDownFilled":
|
|
2837
2835
|
return F2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2836
|
+
case "arrowDownFilled":
|
|
2837
|
+
return O2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2838
2838
|
case "link":
|
|
2839
|
-
return
|
|
2839
|
+
return S2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2840
2840
|
case "telegram":
|
|
2841
|
-
return
|
|
2841
|
+
return P2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2842
2842
|
case "mail":
|
|
2843
|
-
return
|
|
2843
|
+
return z2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2844
2844
|
case "github":
|
|
2845
|
-
return
|
|
2845
|
+
return U2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2846
2846
|
case "linkedIn":
|
|
2847
|
-
return
|
|
2847
|
+
return $2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2848
2848
|
case "emptyStateIcon":
|
|
2849
|
-
return
|
|
2849
|
+
return J2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2850
2850
|
case "filtersIcon":
|
|
2851
|
-
return
|
|
2851
|
+
return q2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2852
2852
|
case "dotMenuIcon":
|
|
2853
|
-
return
|
|
2853
|
+
return Q2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2854
2854
|
case "plusCircle":
|
|
2855
|
-
return
|
|
2855
|
+
return X2({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2856
2856
|
case "warning":
|
|
2857
|
-
return
|
|
2857
|
+
return e5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2858
2858
|
case "back":
|
|
2859
|
-
return
|
|
2859
|
+
return o5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2860
2860
|
case "bell":
|
|
2861
|
-
return
|
|
2861
|
+
return i5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2862
2862
|
case "contract":
|
|
2863
|
-
return n5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2864
|
-
case "trash2":
|
|
2865
2863
|
return l5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2864
|
+
case "trash2":
|
|
2865
|
+
return t5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2866
2866
|
case "resourceManager":
|
|
2867
|
-
return
|
|
2867
|
+
return n5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2868
2868
|
case "settings2":
|
|
2869
|
-
return
|
|
2869
|
+
return r5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2870
2870
|
case "image":
|
|
2871
|
-
return
|
|
2871
|
+
return s5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2872
2872
|
case "edit":
|
|
2873
|
-
return
|
|
2873
|
+
return h5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2874
2874
|
case "filledArrowRight":
|
|
2875
|
-
return
|
|
2875
|
+
return c5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2876
2876
|
case "burgerMenu":
|
|
2877
|
-
return
|
|
2877
|
+
return a5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2878
2878
|
case "signOut":
|
|
2879
|
-
return
|
|
2879
|
+
return C5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2880
2880
|
case "refresh":
|
|
2881
|
-
return
|
|
2881
|
+
return d5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2882
2882
|
case "projects":
|
|
2883
|
-
return
|
|
2883
|
+
return w5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2884
2884
|
case "profile":
|
|
2885
|
-
return
|
|
2885
|
+
return v5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2886
2886
|
case "exit":
|
|
2887
|
-
return
|
|
2887
|
+
return g5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2888
2888
|
case "client":
|
|
2889
|
-
return
|
|
2889
|
+
return k5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2890
2890
|
case "calendar2":
|
|
2891
|
-
return
|
|
2891
|
+
return p5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2892
2892
|
case "openPointCircle":
|
|
2893
|
-
return
|
|
2893
|
+
return u5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2894
2894
|
case "community":
|
|
2895
2895
|
return L5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2896
2896
|
case "docs":
|
|
2897
|
-
return
|
|
2897
|
+
return m5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
2898
2898
|
default:
|
|
2899
|
-
return /* @__PURE__ */ t(
|
|
2899
|
+
return /* @__PURE__ */ t(S, { children: "No Icon provided" });
|
|
2900
2900
|
}
|
|
2901
2901
|
})() });
|
|
2902
|
-
},
|
|
2903
|
-
_1,
|
|
2904
|
-
{
|
|
2905
|
-
overlayClassName: "snmt-tooltip",
|
|
2906
|
-
title: o,
|
|
2907
|
-
arrow: e,
|
|
2908
|
-
open: l,
|
|
2909
|
-
placement: n,
|
|
2910
|
-
children: i
|
|
2911
|
-
}
|
|
2912
|
-
), { Title: M5, Text: R5 } = x1, _5 = {
|
|
2902
|
+
}, { Title: N5, Text: f5 } = R1, M5 = {
|
|
2913
2903
|
h1: 1,
|
|
2914
2904
|
h2: 2,
|
|
2915
2905
|
h3: 3,
|
|
2916
2906
|
h4: 4
|
|
2917
|
-
},
|
|
2907
|
+
}, R5 = g1(
|
|
2918
2908
|
({
|
|
2919
2909
|
align: i = "inherit",
|
|
2920
2910
|
variant: o = "body1",
|
|
@@ -2925,41 +2915,33 @@ const h2 = ({
|
|
|
2925
2915
|
whiteSpace: p = "normal",
|
|
2926
2916
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
2927
2917
|
trim: r = !1
|
|
2928
|
-
},
|
|
2929
|
-
const
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
if (!r) return;
|
|
2935
|
-
const G = () => {
|
|
2936
|
-
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
2937
|
-
};
|
|
2938
|
-
G();
|
|
2939
|
-
const M = new ResizeObserver(G);
|
|
2940
|
-
return C.current && M.observe(C.current), (L = C.current) != null && L.parentElement && M.observe(C.current.parentElement), () => {
|
|
2941
|
-
M.disconnect();
|
|
2942
|
-
};
|
|
2943
|
-
}, [r]);
|
|
2944
|
-
const f = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
2945
|
-
let N = `snmt-typography snmt-typography-${o}`;
|
|
2946
|
-
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`), a && (N += " collapsed"), r && (N += " collapsed");
|
|
2947
|
-
const V = {
|
|
2948
|
-
className: N,
|
|
2918
|
+
}, L) => {
|
|
2919
|
+
const d = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
2920
|
+
let h = `snmt-typography snmt-typography-${o}`;
|
|
2921
|
+
i && i !== "inherit" && (h += ` snmt-typography-align-${i}`), a && (h += " collapsed");
|
|
2922
|
+
const s = {
|
|
2923
|
+
className: h,
|
|
2949
2924
|
style: { color: e, whiteSpace: r ? "nowrap" : p, display: r ? "block" : "" },
|
|
2950
2925
|
onClick: n,
|
|
2951
|
-
ref:
|
|
2952
|
-
|
|
2953
|
-
|
|
2926
|
+
ref: L,
|
|
2927
|
+
ellipsis: r ? {
|
|
2928
|
+
tooltip: {
|
|
2929
|
+
title: l,
|
|
2930
|
+
arrow: !0,
|
|
2931
|
+
overlayClassName: "snmt-tooltip"
|
|
2932
|
+
}
|
|
2933
|
+
} : void 0
|
|
2934
|
+
};
|
|
2935
|
+
return d ? /* @__PURE__ */ t(N5, { level: M5[o], ...s, children: l }) : /* @__PURE__ */ t(f5, { ...s, children: l });
|
|
2954
2936
|
}
|
|
2955
2937
|
);
|
|
2956
2938
|
var k = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_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))(k || {});
|
|
2957
|
-
const
|
|
2939
|
+
const E1 = n1({
|
|
2958
2940
|
locale: "en",
|
|
2959
2941
|
theme: "light"
|
|
2960
2942
|
});
|
|
2961
|
-
|
|
2962
|
-
const
|
|
2943
|
+
E1.Provider;
|
|
2944
|
+
const _5 = ({
|
|
2963
2945
|
width: i = 20,
|
|
2964
2946
|
height: o = 20,
|
|
2965
2947
|
color: e = "#001E52",
|
|
@@ -2986,7 +2968,7 @@ const H5 = ({
|
|
|
2986
2968
|
}
|
|
2987
2969
|
)
|
|
2988
2970
|
}
|
|
2989
|
-
),
|
|
2971
|
+
), x5 = ({
|
|
2990
2972
|
width: i = 20,
|
|
2991
2973
|
height: o = 20,
|
|
2992
2974
|
color: e = k.GREY_DARK_5,
|
|
@@ -3026,7 +3008,7 @@ const H5 = ({
|
|
|
3026
3008
|
)
|
|
3027
3009
|
]
|
|
3028
3010
|
}
|
|
3029
|
-
),
|
|
3011
|
+
), H5 = ({
|
|
3030
3012
|
width: i = 20,
|
|
3031
3013
|
height: o = 20,
|
|
3032
3014
|
color: e = "#001E52",
|
|
@@ -3061,7 +3043,7 @@ const H5 = ({
|
|
|
3061
3043
|
)
|
|
3062
3044
|
]
|
|
3063
3045
|
}
|
|
3064
|
-
),
|
|
3046
|
+
), E5 = ({
|
|
3065
3047
|
width: i = 18,
|
|
3066
3048
|
height: o = 18,
|
|
3067
3049
|
color: e = "#001E52",
|
|
@@ -3100,7 +3082,7 @@ const H5 = ({
|
|
|
3100
3082
|
)
|
|
3101
3083
|
]
|
|
3102
3084
|
}
|
|
3103
|
-
),
|
|
3085
|
+
), I5 = ({
|
|
3104
3086
|
width: i = 20,
|
|
3105
3087
|
height: o = 20,
|
|
3106
3088
|
color: e = "#001E52",
|
|
@@ -3126,7 +3108,7 @@ const H5 = ({
|
|
|
3126
3108
|
}
|
|
3127
3109
|
)
|
|
3128
3110
|
}
|
|
3129
|
-
),
|
|
3111
|
+
), V5 = ({
|
|
3130
3112
|
width: i = 20,
|
|
3131
3113
|
height: o = 20,
|
|
3132
3114
|
color: e = "#001E52",
|
|
@@ -3147,7 +3129,7 @@ const H5 = ({
|
|
|
3147
3129
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
3148
3130
|
]
|
|
3149
3131
|
}
|
|
3150
|
-
),
|
|
3132
|
+
), Z5 = ({
|
|
3151
3133
|
width: i = 20,
|
|
3152
3134
|
height: o = 20,
|
|
3153
3135
|
color: e = "#001E52",
|
|
@@ -3179,7 +3161,7 @@ const H5 = ({
|
|
|
3179
3161
|
)
|
|
3180
3162
|
]
|
|
3181
3163
|
}
|
|
3182
|
-
),
|
|
3164
|
+
), A5 = ({
|
|
3183
3165
|
width: i = 20,
|
|
3184
3166
|
height: o = 20,
|
|
3185
3167
|
color: e = "#001E52",
|
|
@@ -3233,7 +3215,7 @@ const H5 = ({
|
|
|
3233
3215
|
)
|
|
3234
3216
|
]
|
|
3235
3217
|
}
|
|
3236
|
-
),
|
|
3218
|
+
), G5 = ({
|
|
3237
3219
|
width: i = 20,
|
|
3238
3220
|
height: o = 20,
|
|
3239
3221
|
color: e = "#001E52",
|
|
@@ -3272,7 +3254,7 @@ const H5 = ({
|
|
|
3272
3254
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
3273
3255
|
]
|
|
3274
3256
|
}
|
|
3275
|
-
),
|
|
3257
|
+
), B5 = ({
|
|
3276
3258
|
width: i = 16,
|
|
3277
3259
|
height: o = 12,
|
|
3278
3260
|
color: e = "#001E52",
|
|
@@ -3321,7 +3303,7 @@ const H5 = ({
|
|
|
3321
3303
|
)
|
|
3322
3304
|
] })
|
|
3323
3305
|
}
|
|
3324
|
-
),
|
|
3306
|
+
), W5 = ({
|
|
3325
3307
|
width: i = 20,
|
|
3326
3308
|
height: o = 20,
|
|
3327
3309
|
color: e = k.GREY_DARK_5,
|
|
@@ -3361,7 +3343,7 @@ const H5 = ({
|
|
|
3361
3343
|
)
|
|
3362
3344
|
]
|
|
3363
3345
|
}
|
|
3364
|
-
),
|
|
3346
|
+
), y5 = ({
|
|
3365
3347
|
width: i = 20,
|
|
3366
3348
|
height: o = 20,
|
|
3367
3349
|
color: e = "#001E52",
|
|
@@ -3408,7 +3390,7 @@ const H5 = ({
|
|
|
3408
3390
|
)
|
|
3409
3391
|
]
|
|
3410
3392
|
}
|
|
3411
|
-
),
|
|
3393
|
+
), T5 = ({
|
|
3412
3394
|
width: i = 20,
|
|
3413
3395
|
height: o = 20,
|
|
3414
3396
|
color: e = "#001E52",
|
|
@@ -3441,7 +3423,7 @@ const H5 = ({
|
|
|
3441
3423
|
)
|
|
3442
3424
|
]
|
|
3443
3425
|
}
|
|
3444
|
-
),
|
|
3426
|
+
), D5 = ({
|
|
3445
3427
|
width: i = 20,
|
|
3446
3428
|
height: o = 20,
|
|
3447
3429
|
color: e = "#001E52",
|
|
@@ -3488,7 +3470,7 @@ const H5 = ({
|
|
|
3488
3470
|
)
|
|
3489
3471
|
]
|
|
3490
3472
|
}
|
|
3491
|
-
),
|
|
3473
|
+
), b5 = ({
|
|
3492
3474
|
width: i = 20,
|
|
3493
3475
|
height: o = 20,
|
|
3494
3476
|
color: e = "#001E52",
|
|
@@ -3521,7 +3503,7 @@ const H5 = ({
|
|
|
3521
3503
|
)
|
|
3522
3504
|
]
|
|
3523
3505
|
}
|
|
3524
|
-
),
|
|
3506
|
+
), K5 = ({
|
|
3525
3507
|
width: i = 18,
|
|
3526
3508
|
height: o = 16,
|
|
3527
3509
|
color: e = "#001E52",
|
|
@@ -3560,7 +3542,7 @@ const H5 = ({
|
|
|
3560
3542
|
)
|
|
3561
3543
|
]
|
|
3562
3544
|
}
|
|
3563
|
-
),
|
|
3545
|
+
), j5 = ({
|
|
3564
3546
|
width: i = 20,
|
|
3565
3547
|
height: o = 20,
|
|
3566
3548
|
color: e = "#001E52",
|
|
@@ -3593,7 +3575,7 @@ const H5 = ({
|
|
|
3593
3575
|
)
|
|
3594
3576
|
]
|
|
3595
3577
|
}
|
|
3596
|
-
),
|
|
3578
|
+
), Y5 = ({
|
|
3597
3579
|
width: i = 20,
|
|
3598
3580
|
height: o = 20,
|
|
3599
3581
|
color: e = "#001E52",
|
|
@@ -3617,7 +3599,7 @@ const H5 = ({
|
|
|
3617
3599
|
}
|
|
3618
3600
|
)
|
|
3619
3601
|
}
|
|
3620
|
-
),
|
|
3602
|
+
), O5 = ({
|
|
3621
3603
|
width: i = 20,
|
|
3622
3604
|
height: o = 20,
|
|
3623
3605
|
color: e = "#001E52",
|
|
@@ -3650,7 +3632,7 @@ const H5 = ({
|
|
|
3650
3632
|
)
|
|
3651
3633
|
]
|
|
3652
3634
|
}
|
|
3653
|
-
),
|
|
3635
|
+
), F5 = ({
|
|
3654
3636
|
width: i = 20,
|
|
3655
3637
|
height: o = 23,
|
|
3656
3638
|
color: e = "#001E52",
|
|
@@ -3711,7 +3693,7 @@ const H5 = ({
|
|
|
3711
3693
|
)
|
|
3712
3694
|
]
|
|
3713
3695
|
}
|
|
3714
|
-
),
|
|
3696
|
+
), S5 = ({
|
|
3715
3697
|
width: i = 14,
|
|
3716
3698
|
height: o = 14,
|
|
3717
3699
|
color: e = "#10B981",
|
|
@@ -3740,7 +3722,7 @@ const H5 = ({
|
|
|
3740
3722
|
)
|
|
3741
3723
|
]
|
|
3742
3724
|
}
|
|
3743
|
-
),
|
|
3725
|
+
), U5 = ({
|
|
3744
3726
|
width: i = 20,
|
|
3745
3727
|
height: o = 20,
|
|
3746
3728
|
color: e = k.GREY_DARK_5,
|
|
@@ -3773,7 +3755,7 @@ const H5 = ({
|
|
|
3773
3755
|
)
|
|
3774
3756
|
]
|
|
3775
3757
|
}
|
|
3776
|
-
),
|
|
3758
|
+
), P5 = ({
|
|
3777
3759
|
width: i = 10,
|
|
3778
3760
|
height: o = 10,
|
|
3779
3761
|
color: e = "#88A4FF",
|
|
@@ -3821,7 +3803,7 @@ const H5 = ({
|
|
|
3821
3803
|
)
|
|
3822
3804
|
]
|
|
3823
3805
|
}
|
|
3824
|
-
),
|
|
3806
|
+
), $5 = ({
|
|
3825
3807
|
width: i = 14,
|
|
3826
3808
|
height: o = 14,
|
|
3827
3809
|
color: e = "#8E8E93",
|
|
@@ -3849,7 +3831,7 @@ const H5 = ({
|
|
|
3849
3831
|
)
|
|
3850
3832
|
]
|
|
3851
3833
|
}
|
|
3852
|
-
),
|
|
3834
|
+
), z5 = ({
|
|
3853
3835
|
width: i = 14,
|
|
3854
3836
|
height: o = 14,
|
|
3855
3837
|
color: e = "#FFB020",
|
|
@@ -3883,7 +3865,7 @@ const H5 = ({
|
|
|
3883
3865
|
)
|
|
3884
3866
|
]
|
|
3885
3867
|
}
|
|
3886
|
-
),
|
|
3868
|
+
), J5 = ({
|
|
3887
3869
|
width: i = 14,
|
|
3888
3870
|
height: o = 14,
|
|
3889
3871
|
color: e = "#D0421B",
|
|
@@ -3931,7 +3913,7 @@ const H5 = ({
|
|
|
3931
3913
|
)
|
|
3932
3914
|
]
|
|
3933
3915
|
}
|
|
3934
|
-
),
|
|
3916
|
+
), q5 = ({
|
|
3935
3917
|
width: i = 20,
|
|
3936
3918
|
height: o = 20,
|
|
3937
3919
|
color: e = "#070739",
|
|
@@ -3961,7 +3943,7 @@ const H5 = ({
|
|
|
3961
3943
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
3962
3944
|
]
|
|
3963
3945
|
}
|
|
3964
|
-
),
|
|
3946
|
+
), Q5 = ({
|
|
3965
3947
|
width: i = 20,
|
|
3966
3948
|
height: o = 20,
|
|
3967
3949
|
color: e = "#070739",
|
|
@@ -3999,7 +3981,7 @@ const H5 = ({
|
|
|
3999
3981
|
)
|
|
4000
3982
|
]
|
|
4001
3983
|
}
|
|
4002
|
-
),
|
|
3984
|
+
), X5 = ({
|
|
4003
3985
|
width: i = 9,
|
|
4004
3986
|
height: o = 5,
|
|
4005
3987
|
color: e = "#001E52",
|
|
@@ -4025,7 +4007,7 @@ const H5 = ({
|
|
|
4025
4007
|
}
|
|
4026
4008
|
)
|
|
4027
4009
|
}
|
|
4028
|
-
),
|
|
4010
|
+
), e3 = ({
|
|
4029
4011
|
width: i = 20,
|
|
4030
4012
|
height: o = 20,
|
|
4031
4013
|
color: e = "#F2F2F7",
|
|
@@ -4054,7 +4036,7 @@ const H5 = ({
|
|
|
4054
4036
|
)
|
|
4055
4037
|
]
|
|
4056
4038
|
}
|
|
4057
|
-
),
|
|
4039
|
+
), o3 = ({
|
|
4058
4040
|
width: i = 20,
|
|
4059
4041
|
height: o = 20,
|
|
4060
4042
|
color: e = "#004ED7",
|
|
@@ -4083,7 +4065,7 @@ const H5 = ({
|
|
|
4083
4065
|
)
|
|
4084
4066
|
]
|
|
4085
4067
|
}
|
|
4086
|
-
),
|
|
4068
|
+
), i3 = ({
|
|
4087
4069
|
width: i = 10,
|
|
4088
4070
|
height: o = 10,
|
|
4089
4071
|
color: e = "#001E52",
|
|
@@ -4112,7 +4094,7 @@ const H5 = ({
|
|
|
4112
4094
|
)
|
|
4113
4095
|
]
|
|
4114
4096
|
}
|
|
4115
|
-
),
|
|
4097
|
+
), t3 = ({
|
|
4116
4098
|
width: i = 10,
|
|
4117
4099
|
height: o = 10,
|
|
4118
4100
|
color: e = "#001E52",
|
|
@@ -4149,7 +4131,7 @@ const H5 = ({
|
|
|
4149
4131
|
)
|
|
4150
4132
|
]
|
|
4151
4133
|
}
|
|
4152
|
-
),
|
|
4134
|
+
), l3 = ({
|
|
4153
4135
|
className: i,
|
|
4154
4136
|
color: o = k.GREY_DARK_5,
|
|
4155
4137
|
height: e = 24,
|
|
@@ -4188,7 +4170,7 @@ const H5 = ({
|
|
|
4188
4170
|
)
|
|
4189
4171
|
]
|
|
4190
4172
|
}
|
|
4191
|
-
),
|
|
4173
|
+
), n3 = ({
|
|
4192
4174
|
className: i,
|
|
4193
4175
|
color: o = k.GREY_DARK_5,
|
|
4194
4176
|
height: e = 20,
|
|
@@ -4215,7 +4197,7 @@ const H5 = ({
|
|
|
4215
4197
|
}
|
|
4216
4198
|
)
|
|
4217
4199
|
}
|
|
4218
|
-
),
|
|
4200
|
+
), r3 = ({
|
|
4219
4201
|
className: i,
|
|
4220
4202
|
color: o = k.GREY_DARK_5,
|
|
4221
4203
|
height: e = 20,
|
|
@@ -4242,7 +4224,7 @@ const H5 = ({
|
|
|
4242
4224
|
}
|
|
4243
4225
|
)
|
|
4244
4226
|
}
|
|
4245
|
-
),
|
|
4227
|
+
), s3 = ({
|
|
4246
4228
|
className: i,
|
|
4247
4229
|
color: o = k.GREY_DARK_5,
|
|
4248
4230
|
height: e = 5,
|
|
@@ -4266,7 +4248,7 @@ const H5 = ({
|
|
|
4266
4248
|
}
|
|
4267
4249
|
)
|
|
4268
4250
|
}
|
|
4269
|
-
),
|
|
4251
|
+
), h3 = ({
|
|
4270
4252
|
className: i,
|
|
4271
4253
|
color: o = k.GREY_DARK_5,
|
|
4272
4254
|
height: e = 5,
|
|
@@ -4291,7 +4273,7 @@ const H5 = ({
|
|
|
4291
4273
|
}
|
|
4292
4274
|
)
|
|
4293
4275
|
}
|
|
4294
|
-
),
|
|
4276
|
+
), c3 = ({
|
|
4295
4277
|
className: i,
|
|
4296
4278
|
color: o = k.GREY_DARK_5,
|
|
4297
4279
|
height: e = 24,
|
|
@@ -4330,7 +4312,7 @@ const H5 = ({
|
|
|
4330
4312
|
)
|
|
4331
4313
|
]
|
|
4332
4314
|
}
|
|
4333
|
-
),
|
|
4315
|
+
), a3 = ({
|
|
4334
4316
|
className: i,
|
|
4335
4317
|
color: o = k.GREY_DARK_5,
|
|
4336
4318
|
height: e = 24,
|
|
@@ -4369,7 +4351,7 @@ const H5 = ({
|
|
|
4369
4351
|
)
|
|
4370
4352
|
]
|
|
4371
4353
|
}
|
|
4372
|
-
),
|
|
4354
|
+
), C3 = ({
|
|
4373
4355
|
className: i,
|
|
4374
4356
|
color: o = k.GREY_DARK_5,
|
|
4375
4357
|
height: e = 24,
|
|
@@ -4396,7 +4378,7 @@ const H5 = ({
|
|
|
4396
4378
|
}
|
|
4397
4379
|
)
|
|
4398
4380
|
}
|
|
4399
|
-
),
|
|
4381
|
+
), d3 = ({
|
|
4400
4382
|
className: i,
|
|
4401
4383
|
color: o = k.GREY_DARK_5,
|
|
4402
4384
|
height: e = 24,
|
|
@@ -4455,7 +4437,7 @@ const H5 = ({
|
|
|
4455
4437
|
)
|
|
4456
4438
|
]
|
|
4457
4439
|
}
|
|
4458
|
-
),
|
|
4440
|
+
), w3 = ({
|
|
4459
4441
|
className: i,
|
|
4460
4442
|
color: o = k.GREY_DARK_5,
|
|
4461
4443
|
height: e = 24,
|
|
@@ -4492,7 +4474,7 @@ const H5 = ({
|
|
|
4492
4474
|
)
|
|
4493
4475
|
]
|
|
4494
4476
|
}
|
|
4495
|
-
),
|
|
4477
|
+
), g3 = ({
|
|
4496
4478
|
className: i,
|
|
4497
4479
|
color: o = k.GREY_DARK_3,
|
|
4498
4480
|
height: e = 14,
|
|
@@ -4529,7 +4511,7 @@ const H5 = ({
|
|
|
4529
4511
|
)
|
|
4530
4512
|
]
|
|
4531
4513
|
}
|
|
4532
|
-
),
|
|
4514
|
+
), k3 = ({
|
|
4533
4515
|
className: i,
|
|
4534
4516
|
color: o = k.GREY_DARK_5,
|
|
4535
4517
|
height: e = 18,
|
|
@@ -4556,7 +4538,7 @@ const H5 = ({
|
|
|
4556
4538
|
}
|
|
4557
4539
|
)
|
|
4558
4540
|
}
|
|
4559
|
-
),
|
|
4541
|
+
), p3 = ({
|
|
4560
4542
|
className: i,
|
|
4561
4543
|
color: o = k.GREY_DARK_5,
|
|
4562
4544
|
height: e = 24,
|
|
@@ -4608,7 +4590,7 @@ const H5 = ({
|
|
|
4608
4590
|
)
|
|
4609
4591
|
]
|
|
4610
4592
|
}
|
|
4611
|
-
),
|
|
4593
|
+
), u3 = ({
|
|
4612
4594
|
className: i,
|
|
4613
4595
|
color: o = k.GREY_DARK_5,
|
|
4614
4596
|
height: e = 24,
|
|
@@ -4645,7 +4627,7 @@ const H5 = ({
|
|
|
4645
4627
|
)
|
|
4646
4628
|
]
|
|
4647
4629
|
}
|
|
4648
|
-
),
|
|
4630
|
+
), L3 = ({
|
|
4649
4631
|
className: i,
|
|
4650
4632
|
color: o = k.NOTIFICATION_WARNING_DARK,
|
|
4651
4633
|
height: e = 37,
|
|
@@ -4684,7 +4666,7 @@ const H5 = ({
|
|
|
4684
4666
|
)
|
|
4685
4667
|
]
|
|
4686
4668
|
}
|
|
4687
|
-
),
|
|
4669
|
+
), m3 = ({
|
|
4688
4670
|
className: i,
|
|
4689
4671
|
color: o = k.GREY_DARK_5,
|
|
4690
4672
|
height: e = 24,
|
|
@@ -4710,7 +4692,7 @@ const H5 = ({
|
|
|
4710
4692
|
}
|
|
4711
4693
|
)
|
|
4712
4694
|
}
|
|
4713
|
-
),
|
|
4695
|
+
), v3 = ({
|
|
4714
4696
|
className: i,
|
|
4715
4697
|
color: o = k.GREY_DARK_5,
|
|
4716
4698
|
height: e = 24,
|
|
@@ -4749,7 +4731,7 @@ const H5 = ({
|
|
|
4749
4731
|
)
|
|
4750
4732
|
]
|
|
4751
4733
|
}
|
|
4752
|
-
),
|
|
4734
|
+
), N3 = ({
|
|
4753
4735
|
className: i,
|
|
4754
4736
|
color: o = k.GREY_DARK_5,
|
|
4755
4737
|
height: e = 24,
|
|
@@ -4788,7 +4770,7 @@ const H5 = ({
|
|
|
4788
4770
|
)
|
|
4789
4771
|
]
|
|
4790
4772
|
}
|
|
4791
|
-
),
|
|
4773
|
+
), f3 = ({
|
|
4792
4774
|
className: i,
|
|
4793
4775
|
color: o = k.GREY_DARK_5,
|
|
4794
4776
|
height: e = 24,
|
|
@@ -4857,7 +4839,7 @@ const H5 = ({
|
|
|
4857
4839
|
)
|
|
4858
4840
|
]
|
|
4859
4841
|
}
|
|
4860
|
-
),
|
|
4842
|
+
), M3 = ({
|
|
4861
4843
|
className: i,
|
|
4862
4844
|
color: o = k.GREY_DARK_5,
|
|
4863
4845
|
height: e = 24,
|
|
@@ -4914,7 +4896,7 @@ const H5 = ({
|
|
|
4914
4896
|
)
|
|
4915
4897
|
]
|
|
4916
4898
|
}
|
|
4917
|
-
),
|
|
4899
|
+
), R3 = ({
|
|
4918
4900
|
className: i,
|
|
4919
4901
|
color: o = k.GREY_DARK_5,
|
|
4920
4902
|
height: e = 24,
|
|
@@ -4953,7 +4935,7 @@ const H5 = ({
|
|
|
4953
4935
|
)
|
|
4954
4936
|
]
|
|
4955
4937
|
}
|
|
4956
|
-
),
|
|
4938
|
+
), _3 = ({
|
|
4957
4939
|
className: i,
|
|
4958
4940
|
color: o = k.GREY_DARK_5,
|
|
4959
4941
|
height: e = 24,
|
|
@@ -5002,7 +4984,7 @@ const H5 = ({
|
|
|
5002
4984
|
)
|
|
5003
4985
|
]
|
|
5004
4986
|
}
|
|
5005
|
-
),
|
|
4987
|
+
), x3 = ({
|
|
5006
4988
|
className: i,
|
|
5007
4989
|
color: o = k.GREY_DARK_5,
|
|
5008
4990
|
height: e = 24,
|
|
@@ -5029,7 +5011,7 @@ const H5 = ({
|
|
|
5029
5011
|
}
|
|
5030
5012
|
)
|
|
5031
5013
|
}
|
|
5032
|
-
),
|
|
5014
|
+
), H3 = ({
|
|
5033
5015
|
className: i,
|
|
5034
5016
|
color: o = k.GREY_DARK_5,
|
|
5035
5017
|
height: e = 20,
|
|
@@ -5058,7 +5040,7 @@ const H5 = ({
|
|
|
5058
5040
|
)
|
|
5059
5041
|
]
|
|
5060
5042
|
}
|
|
5061
|
-
),
|
|
5043
|
+
), E3 = ({
|
|
5062
5044
|
className: i,
|
|
5063
5045
|
color: o = "#001E52",
|
|
5064
5046
|
height: e = 24,
|
|
@@ -5084,7 +5066,7 @@ const H5 = ({
|
|
|
5084
5066
|
}
|
|
5085
5067
|
)
|
|
5086
5068
|
}
|
|
5087
|
-
),
|
|
5069
|
+
), I3 = ({
|
|
5088
5070
|
className: i,
|
|
5089
5071
|
color: o = "#131314",
|
|
5090
5072
|
height: e = 20,
|
|
@@ -5112,7 +5094,7 @@ const H5 = ({
|
|
|
5112
5094
|
}
|
|
5113
5095
|
)
|
|
5114
5096
|
}
|
|
5115
|
-
),
|
|
5097
|
+
), V3 = ({
|
|
5116
5098
|
className: i,
|
|
5117
5099
|
color: o = "#001E52",
|
|
5118
5100
|
height: e = 24,
|
|
@@ -5150,7 +5132,7 @@ const H5 = ({
|
|
|
5150
5132
|
)
|
|
5151
5133
|
] }) })
|
|
5152
5134
|
}
|
|
5153
|
-
),
|
|
5135
|
+
), Z3 = ({
|
|
5154
5136
|
width: i = 20,
|
|
5155
5137
|
height: o = 20,
|
|
5156
5138
|
color: e = "#001E52",
|
|
@@ -5206,7 +5188,7 @@ const H5 = ({
|
|
|
5206
5188
|
}
|
|
5207
5189
|
)
|
|
5208
5190
|
}
|
|
5209
|
-
),
|
|
5191
|
+
), A3 = ({
|
|
5210
5192
|
width: i = 24,
|
|
5211
5193
|
height: o = 24,
|
|
5212
5194
|
color: e = "#131314",
|
|
@@ -5239,7 +5221,7 @@ const H5 = ({
|
|
|
5239
5221
|
)
|
|
5240
5222
|
]
|
|
5241
5223
|
}
|
|
5242
|
-
),
|
|
5224
|
+
), G3 = ({
|
|
5243
5225
|
width: i = 24,
|
|
5244
5226
|
height: o = 24,
|
|
5245
5227
|
color: e = k.GREY_DARK_2,
|
|
@@ -5278,7 +5260,7 @@ const H5 = ({
|
|
|
5278
5260
|
)
|
|
5279
5261
|
]
|
|
5280
5262
|
}
|
|
5281
|
-
),
|
|
5263
|
+
), B3 = ({
|
|
5282
5264
|
width: i = 24,
|
|
5283
5265
|
height: o = 24,
|
|
5284
5266
|
color: e = k.GREY_DARK_2,
|
|
@@ -5305,7 +5287,7 @@ const H5 = ({
|
|
|
5305
5287
|
}
|
|
5306
5288
|
)
|
|
5307
5289
|
}
|
|
5308
|
-
),
|
|
5290
|
+
), W3 = ({
|
|
5309
5291
|
width: i = 24,
|
|
5310
5292
|
height: o = 24,
|
|
5311
5293
|
color: e = k.GREY_DARK_2,
|
|
@@ -5345,7 +5327,7 @@ const H5 = ({
|
|
|
5345
5327
|
)
|
|
5346
5328
|
]
|
|
5347
5329
|
}
|
|
5348
|
-
),
|
|
5330
|
+
), y3 = ({
|
|
5349
5331
|
width: i = 24,
|
|
5350
5332
|
height: o = 24,
|
|
5351
5333
|
color: e = k.GREY_DARK_2,
|
|
@@ -5372,7 +5354,7 @@ const H5 = ({
|
|
|
5372
5354
|
}
|
|
5373
5355
|
)
|
|
5374
5356
|
}
|
|
5375
|
-
),
|
|
5357
|
+
), T3 = ({
|
|
5376
5358
|
width: i = 24,
|
|
5377
5359
|
height: o = 24,
|
|
5378
5360
|
color: e = k.GREY_DARK_2,
|
|
@@ -5399,7 +5381,7 @@ const H5 = ({
|
|
|
5399
5381
|
}
|
|
5400
5382
|
)
|
|
5401
5383
|
}
|
|
5402
|
-
),
|
|
5384
|
+
), D3 = ({
|
|
5403
5385
|
width: i = 20,
|
|
5404
5386
|
height: o = 20,
|
|
5405
5387
|
color: e = "#001E52",
|
|
@@ -5425,7 +5407,7 @@ const H5 = ({
|
|
|
5425
5407
|
}
|
|
5426
5408
|
)
|
|
5427
5409
|
}
|
|
5428
|
-
),
|
|
5410
|
+
), b3 = ({
|
|
5429
5411
|
name: i,
|
|
5430
5412
|
width: o,
|
|
5431
5413
|
height: e,
|
|
@@ -5434,45 +5416,45 @@ const H5 = ({
|
|
|
5434
5416
|
disabled: a = !1,
|
|
5435
5417
|
onClick: p
|
|
5436
5418
|
}) => {
|
|
5437
|
-
const [r,
|
|
5419
|
+
const [r, L] = H(n), { theme: d } = r1(E1), h = a ? d && d === "dark" ? k.GREY_LIGHT_4 : k.GREY_DARK_1 : l, s = a ? void 0 : p;
|
|
5438
5420
|
return A(() => {
|
|
5439
5421
|
if (n) {
|
|
5440
|
-
s && !a &&
|
|
5422
|
+
s && !a && L(`${n} clickable`);
|
|
5441
5423
|
return;
|
|
5442
5424
|
}
|
|
5443
|
-
s && !a &&
|
|
5444
|
-
}, [s, n, a]), /* @__PURE__ */ t(
|
|
5425
|
+
s && !a && L("clickable");
|
|
5426
|
+
}, [s, n, a]), /* @__PURE__ */ t(S, { children: (() => {
|
|
5445
5427
|
switch (i) {
|
|
5446
5428
|
case "nextIcon":
|
|
5447
|
-
return
|
|
5429
|
+
return n3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5448
5430
|
case "prevIcon":
|
|
5449
|
-
return
|
|
5431
|
+
return r3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5450
5432
|
case "arrowDown":
|
|
5451
|
-
return
|
|
5433
|
+
return _5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5452
5434
|
case "info":
|
|
5453
|
-
return
|
|
5435
|
+
return x5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5454
5436
|
case "arrowRight":
|
|
5455
|
-
return
|
|
5437
|
+
return H5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5456
5438
|
case "calendar":
|
|
5457
|
-
return
|
|
5439
|
+
return E5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5458
5440
|
case "ok":
|
|
5459
|
-
return
|
|
5441
|
+
return I5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5460
5442
|
case "cancel":
|
|
5461
|
-
return
|
|
5443
|
+
return V5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5462
5444
|
case "add":
|
|
5463
|
-
return
|
|
5445
|
+
return Z5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5464
5446
|
case "list":
|
|
5465
|
-
return
|
|
5447
|
+
return A5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5466
5448
|
case "dragAndDrop":
|
|
5467
|
-
return
|
|
5449
|
+
return G5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5468
5450
|
case "filter":
|
|
5469
|
-
return
|
|
5451
|
+
return B5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5470
5452
|
case "attention":
|
|
5471
|
-
return
|
|
5453
|
+
return W5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5472
5454
|
case "users":
|
|
5473
|
-
return
|
|
5455
|
+
return y5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5474
5456
|
case "mySkillsMatrix":
|
|
5475
|
-
return
|
|
5457
|
+
return T5({
|
|
5476
5458
|
width: o,
|
|
5477
5459
|
height: e,
|
|
5478
5460
|
color: h,
|
|
@@ -5480,9 +5462,9 @@ const H5 = ({
|
|
|
5480
5462
|
onClick: s
|
|
5481
5463
|
});
|
|
5482
5464
|
case "skills":
|
|
5483
|
-
return
|
|
5465
|
+
return D5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5484
5466
|
case "skillsMatrices":
|
|
5485
|
-
return
|
|
5467
|
+
return b5({
|
|
5486
5468
|
width: o,
|
|
5487
5469
|
height: e,
|
|
5488
5470
|
color: h,
|
|
@@ -5490,25 +5472,25 @@ const H5 = ({
|
|
|
5490
5472
|
onClick: s
|
|
5491
5473
|
});
|
|
5492
5474
|
case "history":
|
|
5493
|
-
return
|
|
5475
|
+
return K5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5494
5476
|
case "logOut":
|
|
5495
|
-
return
|
|
5477
|
+
return j5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5496
5478
|
case "settings":
|
|
5497
|
-
return
|
|
5479
|
+
return Y5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5498
5480
|
case "trash":
|
|
5499
|
-
return
|
|
5481
|
+
return O5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5500
5482
|
case "settings4":
|
|
5501
|
-
return
|
|
5483
|
+
return F5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5502
5484
|
case "success":
|
|
5503
|
-
return
|
|
5485
|
+
return S5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5504
5486
|
case "checkCircle":
|
|
5505
|
-
return
|
|
5487
|
+
return U5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5506
5488
|
case "errorSmall":
|
|
5507
|
-
return
|
|
5489
|
+
return P5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5508
5490
|
case "infoMedium":
|
|
5509
|
-
return
|
|
5491
|
+
return $5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5510
5492
|
case "attentionMedium":
|
|
5511
|
-
return
|
|
5493
|
+
return z5({
|
|
5512
5494
|
width: o,
|
|
5513
5495
|
height: e,
|
|
5514
5496
|
color: h,
|
|
@@ -5516,9 +5498,9 @@ const H5 = ({
|
|
|
5516
5498
|
onClick: s
|
|
5517
5499
|
});
|
|
5518
5500
|
case "errorMedium":
|
|
5519
|
-
return
|
|
5501
|
+
return J5({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5520
5502
|
case "visibilityIcon":
|
|
5521
|
-
return
|
|
5503
|
+
return q5({
|
|
5522
5504
|
width: o,
|
|
5523
5505
|
height: e,
|
|
5524
5506
|
color: h,
|
|
@@ -5526,7 +5508,7 @@ const H5 = ({
|
|
|
5526
5508
|
onClick: s
|
|
5527
5509
|
});
|
|
5528
5510
|
case "visibilityOffIcon":
|
|
5529
|
-
return
|
|
5511
|
+
return Q5({
|
|
5530
5512
|
width: o,
|
|
5531
5513
|
height: e,
|
|
5532
5514
|
color: h,
|
|
@@ -5534,7 +5516,7 @@ const H5 = ({
|
|
|
5534
5516
|
onClick: s
|
|
5535
5517
|
});
|
|
5536
5518
|
case "selectArrowIcon":
|
|
5537
|
-
return
|
|
5519
|
+
return X5({
|
|
5538
5520
|
width: o,
|
|
5539
5521
|
height: e,
|
|
5540
5522
|
color: h,
|
|
@@ -5542,7 +5524,7 @@ const H5 = ({
|
|
|
5542
5524
|
onClick: s
|
|
5543
5525
|
});
|
|
5544
5526
|
case "expandArrowIcon":
|
|
5545
|
-
return
|
|
5527
|
+
return e3({
|
|
5546
5528
|
width: o,
|
|
5547
5529
|
height: e,
|
|
5548
5530
|
color: h,
|
|
@@ -5550,7 +5532,7 @@ const H5 = ({
|
|
|
5550
5532
|
onClick: s
|
|
5551
5533
|
});
|
|
5552
5534
|
case "expandActiveArrowIcon":
|
|
5553
|
-
return
|
|
5535
|
+
return o3({
|
|
5554
5536
|
width: o,
|
|
5555
5537
|
height: e,
|
|
5556
5538
|
color: h,
|
|
@@ -5558,87 +5540,87 @@ const H5 = ({
|
|
|
5558
5540
|
onClick: s
|
|
5559
5541
|
});
|
|
5560
5542
|
case "sortUp":
|
|
5561
|
-
return
|
|
5543
|
+
return i3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5562
5544
|
case "sortDown":
|
|
5563
|
-
return
|
|
5545
|
+
return t3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5564
5546
|
case "search":
|
|
5565
|
-
return
|
|
5547
|
+
return l3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5566
5548
|
case "arrowUpFilled":
|
|
5567
|
-
return
|
|
5549
|
+
return h3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5568
5550
|
case "arrowDownFilled":
|
|
5569
|
-
return
|
|
5551
|
+
return s3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5570
5552
|
case "link":
|
|
5571
|
-
return
|
|
5553
|
+
return c3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5572
5554
|
case "telegram":
|
|
5573
|
-
return
|
|
5555
|
+
return C3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5574
5556
|
case "mail":
|
|
5575
|
-
return
|
|
5557
|
+
return w3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5576
5558
|
case "github":
|
|
5577
|
-
return
|
|
5559
|
+
return a3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5578
5560
|
case "linkedIn":
|
|
5579
|
-
return
|
|
5561
|
+
return d3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5580
5562
|
case "emptyStateIcon":
|
|
5581
|
-
return
|
|
5563
|
+
return g3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5582
5564
|
case "filtersIcon":
|
|
5583
|
-
return
|
|
5565
|
+
return k3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5584
5566
|
case "dotMenuIcon":
|
|
5585
|
-
return
|
|
5567
|
+
return p3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5586
5568
|
case "plusCircle":
|
|
5587
|
-
return
|
|
5569
|
+
return u3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5588
5570
|
case "warning":
|
|
5589
|
-
return
|
|
5571
|
+
return L3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5590
5572
|
case "back":
|
|
5591
|
-
return
|
|
5573
|
+
return m3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5592
5574
|
case "bell":
|
|
5593
|
-
return
|
|
5575
|
+
return v3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5594
5576
|
case "contract":
|
|
5595
|
-
return
|
|
5577
|
+
return f3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5596
5578
|
case "trash2":
|
|
5597
|
-
return
|
|
5579
|
+
return N3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5598
5580
|
case "resourceManager":
|
|
5599
|
-
return
|
|
5581
|
+
return M3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5600
5582
|
case "settings2":
|
|
5601
|
-
return
|
|
5583
|
+
return R3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5602
5584
|
case "image":
|
|
5603
|
-
return
|
|
5585
|
+
return _3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5604
5586
|
case "edit":
|
|
5605
|
-
return
|
|
5587
|
+
return x3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5606
5588
|
case "filledArrowRight":
|
|
5607
|
-
return
|
|
5589
|
+
return H3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5608
5590
|
case "burgerMenu":
|
|
5609
|
-
return
|
|
5591
|
+
return E3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5610
5592
|
case "signOut":
|
|
5611
|
-
return
|
|
5593
|
+
return I3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5612
5594
|
case "refresh":
|
|
5613
|
-
return
|
|
5595
|
+
return V3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5614
5596
|
case "projects":
|
|
5615
|
-
return
|
|
5597
|
+
return Z3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5616
5598
|
case "profile":
|
|
5617
|
-
return
|
|
5599
|
+
return D3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5618
5600
|
case "exit":
|
|
5619
|
-
return
|
|
5601
|
+
return A3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5620
5602
|
case "client":
|
|
5621
|
-
return
|
|
5603
|
+
return G3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5622
5604
|
case "calendar2":
|
|
5623
|
-
return
|
|
5605
|
+
return B3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5624
5606
|
case "openPointCircle":
|
|
5625
|
-
return
|
|
5607
|
+
return W3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5626
5608
|
case "community":
|
|
5627
|
-
return
|
|
5609
|
+
return y3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5628
5610
|
case "docs":
|
|
5629
|
-
return
|
|
5611
|
+
return T3({ width: o, height: e, color: h, className: r, onClick: s });
|
|
5630
5612
|
default:
|
|
5631
|
-
return /* @__PURE__ */ t(
|
|
5613
|
+
return /* @__PURE__ */ t(S, { children: "No Icon provided" });
|
|
5632
5614
|
}
|
|
5633
5615
|
})() });
|
|
5634
5616
|
};
|
|
5635
5617
|
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.BLUE_DARK_3 = "var(--blue-dark-3)", 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 || {});
|
|
5636
|
-
const
|
|
5618
|
+
const K3 = n1({
|
|
5637
5619
|
locale: "en",
|
|
5638
5620
|
theme: "light"
|
|
5639
5621
|
});
|
|
5640
|
-
|
|
5641
|
-
const
|
|
5622
|
+
K3.Provider;
|
|
5623
|
+
const I1 = ({
|
|
5642
5624
|
children: i,
|
|
5643
5625
|
width: o,
|
|
5644
5626
|
size: e = "small",
|
|
@@ -5650,11 +5632,11 @@ const Z1 = ({
|
|
|
5650
5632
|
a || l == null || l();
|
|
5651
5633
|
};
|
|
5652
5634
|
return /* @__PURE__ */ t(
|
|
5653
|
-
|
|
5635
|
+
y1,
|
|
5654
5636
|
{
|
|
5655
5637
|
className: `snmt-tag ${e} ${a ? "disabled" : ""}`,
|
|
5656
5638
|
closeIcon: /* @__PURE__ */ t(
|
|
5657
|
-
|
|
5639
|
+
b3,
|
|
5658
5640
|
{
|
|
5659
5641
|
name: "errorSmall",
|
|
5660
5642
|
color: a ? l1.GREY_DARK_1 : l1.GREY_DARK_2,
|
|
@@ -5667,7 +5649,7 @@ const Z1 = ({
|
|
|
5667
5649
|
style: { width: o ?? "fit-content" },
|
|
5668
5650
|
closable: n,
|
|
5669
5651
|
children: typeof i == "string" ? /* @__PURE__ */ t(
|
|
5670
|
-
|
|
5652
|
+
R5,
|
|
5671
5653
|
{
|
|
5672
5654
|
variant: e === "small" ? "body4" : "body2",
|
|
5673
5655
|
color: a ? l1.GREY_DARK_2 : l1.GREY_DARK_5,
|
|
@@ -5676,22 +5658,12 @@ const Z1 = ({
|
|
|
5676
5658
|
) : i
|
|
5677
5659
|
}
|
|
5678
5660
|
);
|
|
5679
|
-
},
|
|
5680
|
-
_1,
|
|
5681
|
-
{
|
|
5682
|
-
overlayClassName: "snmt-tooltip",
|
|
5683
|
-
title: o,
|
|
5684
|
-
arrow: e,
|
|
5685
|
-
open: l,
|
|
5686
|
-
placement: n,
|
|
5687
|
-
children: i
|
|
5688
|
-
}
|
|
5689
|
-
), { Title: F3, Text: S3 } = x1, U3 = {
|
|
5661
|
+
}, { Title: j3, Text: Y3 } = R1, O3 = {
|
|
5690
5662
|
h1: 1,
|
|
5691
5663
|
h2: 2,
|
|
5692
5664
|
h3: 3,
|
|
5693
5665
|
h4: 4
|
|
5694
|
-
},
|
|
5666
|
+
}, F3 = g1(
|
|
5695
5667
|
({
|
|
5696
5668
|
align: i = "inherit",
|
|
5697
5669
|
variant: o = "body1",
|
|
@@ -5702,34 +5674,26 @@ const Z1 = ({
|
|
|
5702
5674
|
whiteSpace: p = "normal",
|
|
5703
5675
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5704
5676
|
trim: r = !1
|
|
5705
|
-
},
|
|
5706
|
-
const
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
if (!r) return;
|
|
5712
|
-
const G = () => {
|
|
5713
|
-
C.current && s(C.current.scrollWidth > C.current.clientWidth);
|
|
5714
|
-
};
|
|
5715
|
-
G();
|
|
5716
|
-
const M = new ResizeObserver(G);
|
|
5717
|
-
return C.current && M.observe(C.current), (L = C.current) != null && L.parentElement && M.observe(C.current.parentElement), () => {
|
|
5718
|
-
M.disconnect();
|
|
5719
|
-
};
|
|
5720
|
-
}, [r]);
|
|
5721
|
-
const f = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
5722
|
-
let N = `snmt-typography snmt-typography-${o}`;
|
|
5723
|
-
i && i !== "inherit" && (N += ` snmt-typography-align-${i}`), a && (N += " collapsed"), r && (N += " collapsed");
|
|
5724
|
-
const V = {
|
|
5725
|
-
className: N,
|
|
5677
|
+
}, L) => {
|
|
5678
|
+
const d = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
5679
|
+
let h = `snmt-typography snmt-typography-${o}`;
|
|
5680
|
+
i && i !== "inherit" && (h += ` snmt-typography-align-${i}`), a && (h += " collapsed");
|
|
5681
|
+
const s = {
|
|
5682
|
+
className: h,
|
|
5726
5683
|
style: { color: e, whiteSpace: r ? "nowrap" : p, display: r ? "block" : "" },
|
|
5727
5684
|
onClick: n,
|
|
5728
|
-
ref:
|
|
5729
|
-
|
|
5730
|
-
|
|
5685
|
+
ref: L,
|
|
5686
|
+
ellipsis: r ? {
|
|
5687
|
+
tooltip: {
|
|
5688
|
+
title: l,
|
|
5689
|
+
arrow: !0,
|
|
5690
|
+
overlayClassName: "snmt-tooltip"
|
|
5691
|
+
}
|
|
5692
|
+
} : void 0
|
|
5693
|
+
};
|
|
5694
|
+
return d ? /* @__PURE__ */ t(j3, { level: O3[o], ...s, children: l }) : /* @__PURE__ */ t(Y3, { ...s, children: l });
|
|
5731
5695
|
}
|
|
5732
|
-
),
|
|
5696
|
+
), S3 = ({
|
|
5733
5697
|
children: i,
|
|
5734
5698
|
content: o,
|
|
5735
5699
|
isOpen: e,
|
|
@@ -5737,9 +5701,9 @@ const Z1 = ({
|
|
|
5737
5701
|
placement: n = "topRight",
|
|
5738
5702
|
noPadding: a = !1
|
|
5739
5703
|
}) => {
|
|
5740
|
-
const [p, r] =
|
|
5704
|
+
const [p, r] = H(!1);
|
|
5741
5705
|
return /* @__PURE__ */ t(
|
|
5742
|
-
|
|
5706
|
+
T1,
|
|
5743
5707
|
{
|
|
5744
5708
|
content: o,
|
|
5745
5709
|
arrow: !1,
|
|
@@ -5747,25 +5711,25 @@ const Z1 = ({
|
|
|
5747
5711
|
trigger: "click",
|
|
5748
5712
|
overlayClassName: `snmt-popover ${a ? "" : "padding"}`,
|
|
5749
5713
|
open: e ?? p,
|
|
5750
|
-
onOpenChange: (
|
|
5751
|
-
r(
|
|
5714
|
+
onOpenChange: (L) => {
|
|
5715
|
+
r(L), l == null || l(L);
|
|
5752
5716
|
},
|
|
5753
5717
|
children: /* @__PURE__ */ t("div", { className: "wrapper", children: i })
|
|
5754
5718
|
}
|
|
5755
5719
|
);
|
|
5756
5720
|
};
|
|
5757
|
-
var
|
|
5721
|
+
var U3 = { exports: {} };
|
|
5758
5722
|
(function(i, o) {
|
|
5759
5723
|
(function(e, l) {
|
|
5760
5724
|
i.exports = l();
|
|
5761
|
-
})(
|
|
5725
|
+
})(j1, function() {
|
|
5762
5726
|
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) {
|
|
5763
5727
|
var l = ["th", "st", "nd", "rd"], n = e % 100;
|
|
5764
5728
|
return "[" + e + (l[(n - 20) % 10] || l[n] || l[0]) + "]";
|
|
5765
5729
|
} };
|
|
5766
5730
|
});
|
|
5767
|
-
})(
|
|
5768
|
-
const
|
|
5731
|
+
})(U3);
|
|
5732
|
+
const P3 = ({
|
|
5769
5733
|
values: i,
|
|
5770
5734
|
onTagClose: o,
|
|
5771
5735
|
maxWidth: e,
|
|
@@ -5774,42 +5738,42 @@ const J3 = ({
|
|
|
5774
5738
|
options: a,
|
|
5775
5739
|
extraOptions: p
|
|
5776
5740
|
}) => {
|
|
5777
|
-
const { locale: r } = r1(
|
|
5741
|
+
const { locale: r } = r1(u1), { t: L } = l2("common", { lng: r }), [d, h] = H(!1);
|
|
5778
5742
|
if (A(() => {
|
|
5779
5743
|
i.length || h(!1);
|
|
5780
5744
|
}, [i]), !i.length)
|
|
5781
5745
|
return null;
|
|
5782
|
-
const s = (
|
|
5783
|
-
var
|
|
5784
|
-
return ((
|
|
5746
|
+
const s = (M) => {
|
|
5747
|
+
var I, B;
|
|
5748
|
+
return ((I = a == null ? void 0 : a.find((R) => R.value === M)) == null ? void 0 : I.label) || ((B = p == null ? void 0 : p.find((R) => R.value === M)) == null ? void 0 : B.label) || M;
|
|
5785
5749
|
};
|
|
5786
5750
|
return /* @__PURE__ */ c(
|
|
5787
|
-
|
|
5751
|
+
S3,
|
|
5788
5752
|
{
|
|
5789
5753
|
content: (
|
|
5790
5754
|
// 90: paddings + margins + gaps and so on
|
|
5791
|
-
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(t1, { gap: 6, flexWrap: "wrap", children: i.map(({ value:
|
|
5792
|
-
|
|
5755
|
+
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(t1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: M }) => /* @__PURE__ */ t(
|
|
5756
|
+
I1,
|
|
5793
5757
|
{
|
|
5794
|
-
onClose: () => o(
|
|
5758
|
+
onClose: () => o(M),
|
|
5795
5759
|
closable: l,
|
|
5796
5760
|
disabled: n,
|
|
5797
|
-
children: s(
|
|
5761
|
+
children: s(M)
|
|
5798
5762
|
},
|
|
5799
|
-
|
|
5763
|
+
M
|
|
5800
5764
|
)) }) })
|
|
5801
5765
|
),
|
|
5802
5766
|
placement: "bottomRight",
|
|
5803
|
-
isOpen:
|
|
5767
|
+
isOpen: d,
|
|
5804
5768
|
setIsOpen: h,
|
|
5805
5769
|
children: [
|
|
5806
5770
|
i.length,
|
|
5807
5771
|
" ",
|
|
5808
|
-
|
|
5772
|
+
L("more")
|
|
5809
5773
|
]
|
|
5810
5774
|
}
|
|
5811
5775
|
);
|
|
5812
|
-
},
|
|
5776
|
+
}, N1 = ({ size: i = 30, color: o = "#004ed7" }) => {
|
|
5813
5777
|
const e = `no-repeat linear-gradient(${o}
|
|
5814
5778
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${o} 0)`, l = {
|
|
5815
5779
|
width: i,
|
|
@@ -5817,7 +5781,7 @@ const J3 = ({
|
|
|
5817
5781
|
backgroundSize: "20% calc(200% + 20px)"
|
|
5818
5782
|
};
|
|
5819
5783
|
return /* @__PURE__ */ t("span", { className: "snmt-loader", style: l });
|
|
5820
|
-
},
|
|
5784
|
+
}, f1 = g1(
|
|
5821
5785
|
({
|
|
5822
5786
|
value: i,
|
|
5823
5787
|
onChange: o,
|
|
@@ -5827,141 +5791,141 @@ const J3 = ({
|
|
|
5827
5791
|
options: a,
|
|
5828
5792
|
width: p,
|
|
5829
5793
|
disabled: r = !1,
|
|
5830
|
-
required:
|
|
5831
|
-
clearable:
|
|
5794
|
+
required: L = !1,
|
|
5795
|
+
clearable: d = !1,
|
|
5832
5796
|
scrollThresholdValue: h = 50,
|
|
5833
5797
|
onSearchChange: s,
|
|
5834
|
-
onDropdownVisibleChange:
|
|
5835
|
-
onScrollToEnd:
|
|
5836
|
-
onPopupScroll:
|
|
5837
|
-
id:
|
|
5838
|
-
extraOptions:
|
|
5839
|
-
dropdownRender:
|
|
5840
|
-
optionRender:
|
|
5841
|
-
isLoading:
|
|
5798
|
+
onDropdownVisibleChange: M,
|
|
5799
|
+
onScrollToEnd: I,
|
|
5800
|
+
onPopupScroll: B,
|
|
5801
|
+
id: W,
|
|
5802
|
+
extraOptions: R,
|
|
5803
|
+
dropdownRender: j,
|
|
5804
|
+
optionRender: V,
|
|
5805
|
+
isLoading: G,
|
|
5842
5806
|
readOnly: u,
|
|
5843
|
-
error:
|
|
5844
|
-
},
|
|
5845
|
-
const [
|
|
5807
|
+
error: _
|
|
5808
|
+
}, N) => {
|
|
5809
|
+
const [f, b] = H(!1), [Y, y] = H(!1), [O, P] = H(!0), [x, T] = H(i), Q = q(null);
|
|
5846
5810
|
A(() => {
|
|
5847
|
-
|
|
5811
|
+
T(i);
|
|
5848
5812
|
}, [i]);
|
|
5849
|
-
const s1 = (
|
|
5850
|
-
|
|
5851
|
-
}, h1 = (
|
|
5852
|
-
var
|
|
5853
|
-
return !!((
|
|
5813
|
+
const s1 = (C) => {
|
|
5814
|
+
b(C), M && M(C);
|
|
5815
|
+
}, h1 = (C, w) => {
|
|
5816
|
+
var v;
|
|
5817
|
+
return !!((v = w == null ? void 0 : w.label) != null && v.toString().toLowerCase().includes(C.toLowerCase()));
|
|
5854
5818
|
}, X = () => {
|
|
5855
|
-
|
|
5856
|
-
},
|
|
5857
|
-
|
|
5858
|
-
},
|
|
5859
|
-
(
|
|
5860
|
-
if (
|
|
5861
|
-
const
|
|
5862
|
-
o == null || o(
|
|
5819
|
+
y(!0);
|
|
5820
|
+
}, $ = () => {
|
|
5821
|
+
y(!1);
|
|
5822
|
+
}, K = Z(
|
|
5823
|
+
(C) => {
|
|
5824
|
+
if (T(C), l) {
|
|
5825
|
+
const v = C;
|
|
5826
|
+
o == null || o(v);
|
|
5863
5827
|
return;
|
|
5864
5828
|
}
|
|
5865
|
-
const w =
|
|
5829
|
+
const w = C;
|
|
5866
5830
|
o == null || o(w);
|
|
5867
5831
|
},
|
|
5868
5832
|
[l, o]
|
|
5869
|
-
), c1 =
|
|
5833
|
+
), c1 = Z(() => {
|
|
5870
5834
|
if (!(u || r)) {
|
|
5871
5835
|
if (l) {
|
|
5872
|
-
|
|
5836
|
+
K([]);
|
|
5873
5837
|
return;
|
|
5874
5838
|
}
|
|
5875
|
-
|
|
5839
|
+
K("");
|
|
5876
5840
|
}
|
|
5877
|
-
}, [r,
|
|
5878
|
-
(
|
|
5879
|
-
const w =
|
|
5880
|
-
|
|
5841
|
+
}, [r, K, l, u]), F = Z(
|
|
5842
|
+
(C) => {
|
|
5843
|
+
const w = x.filter((v) => v !== C);
|
|
5844
|
+
K(w), T(w);
|
|
5881
5845
|
},
|
|
5882
|
-
[
|
|
5883
|
-
), e1 =
|
|
5884
|
-
(
|
|
5846
|
+
[K, x]
|
|
5847
|
+
), e1 = Z(
|
|
5848
|
+
(C) => (x == null ? void 0 : x.indexOf(C)) === 0 ? (
|
|
5885
5849
|
// if the search input is empty
|
|
5886
5850
|
// then display the placeholder, else do not display it
|
|
5887
|
-
/* @__PURE__ */ t("span", { className: "custom-placeholder", children:
|
|
5888
|
-
) : /* @__PURE__ */ t(
|
|
5889
|
-
[
|
|
5890
|
-
), a1 = (
|
|
5891
|
-
|
|
5892
|
-
}, C1 = async (
|
|
5893
|
-
const { target: w } =
|
|
5894
|
-
w.scrollTop + w.offsetHeight >= w.scrollHeight - h && (
|
|
5895
|
-
},
|
|
5896
|
-
(
|
|
5897
|
-
var w,
|
|
5898
|
-
return ((w = a.find((o1) => o1.value ===
|
|
5899
|
-
(o1) => o1.value ===
|
|
5900
|
-
)) == null ? void 0 :
|
|
5851
|
+
/* @__PURE__ */ t("span", { className: "custom-placeholder", children: O ? e : "" })
|
|
5852
|
+
) : /* @__PURE__ */ t(S, {}),
|
|
5853
|
+
[O, x, e]
|
|
5854
|
+
), a1 = (C) => {
|
|
5855
|
+
C.preventDefault(), C.stopPropagation();
|
|
5856
|
+
}, C1 = async (C) => {
|
|
5857
|
+
const { target: w } = C;
|
|
5858
|
+
w.scrollTop + w.offsetHeight >= w.scrollHeight - h && (I == null || I(!0)), B && await B(C);
|
|
5859
|
+
}, z = Z(
|
|
5860
|
+
(C) => {
|
|
5861
|
+
var w, v;
|
|
5862
|
+
return ((w = a.find((o1) => o1.value === C)) == null ? void 0 : w.label) || ((v = R == null ? void 0 : R.find(
|
|
5863
|
+
(o1) => o1.value === C
|
|
5864
|
+
)) == null ? void 0 : v.label) || C;
|
|
5901
5865
|
},
|
|
5902
|
-
[
|
|
5903
|
-
), d1 =
|
|
5904
|
-
(
|
|
5866
|
+
[R, a]
|
|
5867
|
+
), d1 = Z(
|
|
5868
|
+
(C) => {
|
|
5905
5869
|
var w;
|
|
5906
5870
|
return /* @__PURE__ */ t(
|
|
5907
|
-
|
|
5871
|
+
P3,
|
|
5908
5872
|
{
|
|
5909
|
-
values:
|
|
5910
|
-
onTagClose:
|
|
5873
|
+
values: C,
|
|
5874
|
+
onTagClose: F,
|
|
5911
5875
|
maxWidth: ((w = Q.current) == null ? void 0 : w.clientWidth) || 0,
|
|
5912
5876
|
disabled: r,
|
|
5913
5877
|
closable: !u,
|
|
5914
5878
|
options: a,
|
|
5915
|
-
extraOptions:
|
|
5879
|
+
extraOptions: R
|
|
5916
5880
|
}
|
|
5917
5881
|
);
|
|
5918
5882
|
},
|
|
5919
|
-
[r,
|
|
5920
|
-
),
|
|
5921
|
-
({ label:
|
|
5922
|
-
[r,
|
|
5923
|
-
),
|
|
5883
|
+
[r, R, F, a, u]
|
|
5884
|
+
), m = Z(
|
|
5885
|
+
({ label: C, value: w, mode: v }) => v === "filter" ? e1(w) : /* @__PURE__ */ t("div", { onMouseDown: a1, className: "tag-wrapper", children: /* @__PURE__ */ t(I1, { onClose: () => F(w), disabled: r, children: typeof C == "object" ? C : z(w) }) }),
|
|
5886
|
+
[r, z, F, e1]
|
|
5887
|
+
), E = Array.isArray(x) && x.length > 0 || !!x && typeof x == "string" && x.trim() !== "";
|
|
5924
5888
|
return /* @__PURE__ */ c("div", { className: "snmt-select-container", children: [
|
|
5925
5889
|
/* @__PURE__ */ c(
|
|
5926
5890
|
"div",
|
|
5927
5891
|
{
|
|
5928
|
-
className: `snmt-select-1-15-6 ${
|
|
5892
|
+
className: `snmt-select-1-15-6 ${Y ? "snmt-select-focused" : ""}
|
|
5929
5893
|
${l ? "" : "snmt-select-single"} ${u ? "snmt-select-read-only" : ""}`,
|
|
5930
5894
|
ref: Q,
|
|
5931
5895
|
style: { width: p },
|
|
5932
5896
|
children: [
|
|
5933
5897
|
/* @__PURE__ */ t(
|
|
5934
|
-
|
|
5898
|
+
A1,
|
|
5935
5899
|
{
|
|
5936
5900
|
className: "snmt-select-blank",
|
|
5937
5901
|
popupClassName: u ? "dropdown-read-only" : "",
|
|
5938
|
-
id:
|
|
5939
|
-
ref:
|
|
5902
|
+
id: W,
|
|
5903
|
+
ref: N,
|
|
5940
5904
|
showSearch: !!n,
|
|
5941
5905
|
filterOption: n && h1,
|
|
5942
5906
|
onDropdownVisibleChange: s1,
|
|
5943
5907
|
disabled: r,
|
|
5944
|
-
value:
|
|
5945
|
-
labelRender: (
|
|
5946
|
-
const w =
|
|
5908
|
+
value: x || void 0,
|
|
5909
|
+
labelRender: (C) => {
|
|
5910
|
+
const w = z(C.value);
|
|
5947
5911
|
return r ? /* @__PURE__ */ t("span", { style: { color: D.GREY_DARK_1 }, children: w }) : w;
|
|
5948
5912
|
},
|
|
5949
5913
|
mode: l === "filter" ? "multiple" : l,
|
|
5950
|
-
onChange:
|
|
5914
|
+
onChange: K,
|
|
5951
5915
|
onFocus: X,
|
|
5952
|
-
onBlur:
|
|
5953
|
-
onSearch: (
|
|
5954
|
-
|
|
5916
|
+
onBlur: $,
|
|
5917
|
+
onSearch: (C) => {
|
|
5918
|
+
P(!C), s && s(C);
|
|
5955
5919
|
},
|
|
5956
|
-
onSelect: () =>
|
|
5957
|
-
onDeselect: () =>
|
|
5958
|
-
tagRender: (
|
|
5920
|
+
onSelect: () => P(!0),
|
|
5921
|
+
onDeselect: () => P(!0),
|
|
5922
|
+
tagRender: (C) => m({ ...C, mode: l }),
|
|
5959
5923
|
maxTagCount: "responsive",
|
|
5960
5924
|
maxTagPlaceholder: d1,
|
|
5961
5925
|
onPopupScroll: C1,
|
|
5962
|
-
prefix:
|
|
5963
|
-
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(
|
|
5964
|
-
|
|
5926
|
+
prefix: G && /* @__PURE__ */ t(N1, { size: 15 }),
|
|
5927
|
+
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(S, { children: [
|
|
5928
|
+
x && !!x.length && (l || d) && /* @__PURE__ */ t(
|
|
5965
5929
|
"div",
|
|
5966
5930
|
{
|
|
5967
5931
|
onClick: c1,
|
|
@@ -5982,27 +5946,27 @@ const J3 = ({
|
|
|
5982
5946
|
{
|
|
5983
5947
|
name: "selectArrowIcon",
|
|
5984
5948
|
color: r ? D.GREY_DARK_1 : D.GREY_DARK_5,
|
|
5985
|
-
className:
|
|
5986
|
-
onClick: () =>
|
|
5949
|
+
className: f ? "select-arrow-rotated" : "select-arrow",
|
|
5950
|
+
onClick: () => b(!f)
|
|
5987
5951
|
}
|
|
5988
5952
|
)
|
|
5989
5953
|
] }) }),
|
|
5990
5954
|
removeIcon: /* @__PURE__ */ t(i1, { name: "errorSmall", color: D.GREY_DARK_1 }),
|
|
5991
5955
|
options: a,
|
|
5992
|
-
optionRender: (
|
|
5956
|
+
optionRender: (C) => V ? V(C.data) : /* @__PURE__ */ c(t1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
5993
5957
|
/* @__PURE__ */ c(t1, { alignItems: "center", gap: 12, children: [
|
|
5994
5958
|
l && /* @__PURE__ */ t(
|
|
5995
|
-
|
|
5959
|
+
r2,
|
|
5996
5960
|
{
|
|
5997
|
-
checked: !!(
|
|
5961
|
+
checked: !!(x != null && x.includes(C.value))
|
|
5998
5962
|
}
|
|
5999
5963
|
),
|
|
6000
5964
|
/* @__PURE__ */ c(t1, { alignItems: "center", gap: 8, children: [
|
|
6001
|
-
|
|
6002
|
-
/* @__PURE__ */ t("span", { children:
|
|
5965
|
+
C.data.image && /* @__PURE__ */ t(n2, { src: C.data.image, size: 20 }),
|
|
5966
|
+
/* @__PURE__ */ t("span", { children: C.label })
|
|
6003
5967
|
] })
|
|
6004
5968
|
] }),
|
|
6005
|
-
!l &&
|
|
5969
|
+
!l && x === C.value && /* @__PURE__ */ t(
|
|
6006
5970
|
i1,
|
|
6007
5971
|
{
|
|
6008
5972
|
name: "ok",
|
|
@@ -6012,32 +5976,32 @@ const J3 = ({
|
|
|
6012
5976
|
}
|
|
6013
5977
|
)
|
|
6014
5978
|
] }),
|
|
6015
|
-
dropdownRender: (
|
|
6016
|
-
/* @__PURE__ */ t("div", { className: "dropdown-menu", children:
|
|
6017
|
-
|
|
5979
|
+
dropdownRender: (C) => /* @__PURE__ */ c("div", { className: "dropdown-container", children: [
|
|
5980
|
+
/* @__PURE__ */ t("div", { className: "dropdown-menu", children: j ? j(C) : C }),
|
|
5981
|
+
G && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(N1, { size: 28 }) })
|
|
6018
5982
|
] })
|
|
6019
5983
|
}
|
|
6020
5984
|
),
|
|
6021
|
-
e && /* @__PURE__ */ c(
|
|
5985
|
+
e && /* @__PURE__ */ c(S, { children: [
|
|
6022
5986
|
/* @__PURE__ */ t(
|
|
6023
5987
|
"label",
|
|
6024
5988
|
{
|
|
6025
|
-
className: `${
|
|
6026
|
-
children:
|
|
5989
|
+
className: `${Y || E ? "label-floating" : ""} ${r ? "label-disabled" : ""} ${Y ? "label-focused" : ""} ${G ? "label-loading" : ""} ${_ ? "label-error" : ""}`,
|
|
5990
|
+
children: L ? `${e}*` : e
|
|
6027
5991
|
}
|
|
6028
5992
|
),
|
|
6029
5993
|
/* @__PURE__ */ t(
|
|
6030
5994
|
"fieldset",
|
|
6031
5995
|
{
|
|
6032
|
-
className: `${
|
|
6033
|
-
children: /* @__PURE__ */ t("legend", { children: /* @__PURE__ */ t("span", { children:
|
|
5996
|
+
className: `${Y ? "fieldset-focused" : ""} ${r ? "fieldset-disabled" : ""} ${E ? "fieldset-filled" : ""} ${_ ? "fieldset-error" : ""}`,
|
|
5997
|
+
children: /* @__PURE__ */ t("legend", { children: /* @__PURE__ */ t("span", { children: L ? `${e}*` : e }) })
|
|
6034
5998
|
}
|
|
6035
5999
|
)
|
|
6036
6000
|
] })
|
|
6037
6001
|
]
|
|
6038
6002
|
}
|
|
6039
6003
|
),
|
|
6040
|
-
|
|
6004
|
+
_ && /* @__PURE__ */ c(t1, { justifyContent: "flex-start", gap: 6, children: [
|
|
6041
6005
|
/* @__PURE__ */ t(
|
|
6042
6006
|
i1,
|
|
6043
6007
|
{
|
|
@@ -6047,13 +6011,13 @@ const J3 = ({
|
|
|
6047
6011
|
width: 16
|
|
6048
6012
|
}
|
|
6049
6013
|
),
|
|
6050
|
-
typeof
|
|
6014
|
+
typeof _ == "string" ? /* @__PURE__ */ t(F3, { color: D.NOTIFICATION_ERROR_DARK, variant: "body4", children: _ }) : _
|
|
6051
6015
|
] })
|
|
6052
6016
|
] });
|
|
6053
6017
|
}
|
|
6054
6018
|
);
|
|
6055
|
-
function
|
|
6056
|
-
const e =
|
|
6019
|
+
function $3(i, o = 500) {
|
|
6020
|
+
const e = q();
|
|
6057
6021
|
return A(() => () => {
|
|
6058
6022
|
e.current && clearTimeout(e.current);
|
|
6059
6023
|
}, []), (...n) => {
|
|
@@ -6063,15 +6027,15 @@ function q3(i, o = 500) {
|
|
|
6063
6027
|
clearTimeout(e.current), e.current = a;
|
|
6064
6028
|
};
|
|
6065
6029
|
}
|
|
6066
|
-
function
|
|
6067
|
-
const o =
|
|
6030
|
+
function M1(i) {
|
|
6031
|
+
const o = q(i);
|
|
6068
6032
|
return A(() => {
|
|
6069
6033
|
o.current = i;
|
|
6070
6034
|
}, [i]), o.current;
|
|
6071
6035
|
}
|
|
6072
|
-
const k1 = 100,
|
|
6036
|
+
const k1 = 100, J = {
|
|
6073
6037
|
offset: 0
|
|
6074
|
-
},
|
|
6038
|
+
}, X3 = g1(
|
|
6075
6039
|
({
|
|
6076
6040
|
loadOptions: i,
|
|
6077
6041
|
width: o,
|
|
@@ -6081,106 +6045,106 @@ const k1 = 100, q = {
|
|
|
6081
6045
|
disabled: a,
|
|
6082
6046
|
scrollThresholdValue: p,
|
|
6083
6047
|
placeholder: r,
|
|
6084
|
-
mode:
|
|
6085
|
-
loadOnClosedState:
|
|
6048
|
+
mode: L,
|
|
6049
|
+
loadOnClosedState: d,
|
|
6086
6050
|
preloadOptions: h,
|
|
6087
6051
|
extraOptions: s,
|
|
6088
|
-
onDropdownVisibleChange:
|
|
6089
|
-
optionRender:
|
|
6090
|
-
dropdownRender:
|
|
6091
|
-
readOnly:
|
|
6092
|
-
clearable:
|
|
6093
|
-
required:
|
|
6094
|
-
error:
|
|
6095
|
-
},
|
|
6096
|
-
const [u,
|
|
6052
|
+
onDropdownVisibleChange: M,
|
|
6053
|
+
optionRender: I,
|
|
6054
|
+
dropdownRender: B,
|
|
6055
|
+
readOnly: W,
|
|
6056
|
+
clearable: R = !1,
|
|
6057
|
+
required: j = !1,
|
|
6058
|
+
error: V
|
|
6059
|
+
}, G) => {
|
|
6060
|
+
const [u, _] = H(), [N, f] = H(J), [b, Y] = H(!1), [y, O] = H(), [P, x] = H(!1), [T, Q] = H(
|
|
6097
6061
|
s ?? []
|
|
6098
|
-
), s1 =
|
|
6062
|
+
), s1 = M1(N.offset), h1 = M1(y), [X, $] = H(!1), K = q(!1), c1 = Z(
|
|
6099
6063
|
async ({
|
|
6100
|
-
limit:
|
|
6101
|
-
offset:
|
|
6102
|
-
search:
|
|
6064
|
+
limit: m = k1,
|
|
6065
|
+
offset: E,
|
|
6066
|
+
search: C
|
|
6103
6067
|
}) => {
|
|
6104
|
-
|
|
6068
|
+
Y(!0);
|
|
6105
6069
|
try {
|
|
6106
6070
|
const w = await i({
|
|
6107
|
-
limit:
|
|
6108
|
-
offset:
|
|
6109
|
-
search:
|
|
6071
|
+
limit: m,
|
|
6072
|
+
offset: E,
|
|
6073
|
+
search: C
|
|
6110
6074
|
});
|
|
6111
|
-
|
|
6112
|
-
(
|
|
6113
|
-
),
|
|
6114
|
-
...
|
|
6075
|
+
_(
|
|
6076
|
+
(v) => E === 0 ? w.options : [...v ?? [], ...w.options]
|
|
6077
|
+
), f((v) => ({
|
|
6078
|
+
...v,
|
|
6115
6079
|
count: w.count
|
|
6116
6080
|
}));
|
|
6117
6081
|
} catch (w) {
|
|
6118
6082
|
return console.error("AsyncSelect. fetchOptions error", w), [];
|
|
6119
6083
|
} finally {
|
|
6120
|
-
|
|
6084
|
+
Y(!1);
|
|
6121
6085
|
}
|
|
6122
6086
|
},
|
|
6123
6087
|
[i]
|
|
6124
|
-
),
|
|
6125
|
-
|
|
6126
|
-
}), e1 =
|
|
6127
|
-
(
|
|
6128
|
-
[
|
|
6129
|
-
), a1 =
|
|
6130
|
-
async (
|
|
6131
|
-
|
|
6132
|
-
...
|
|
6133
|
-
offset:
|
|
6088
|
+
), F = $3((m) => {
|
|
6089
|
+
O(m), m || f(J);
|
|
6090
|
+
}), e1 = Z(
|
|
6091
|
+
(m) => F(m),
|
|
6092
|
+
[F]
|
|
6093
|
+
), a1 = Z(
|
|
6094
|
+
async (m) => {
|
|
6095
|
+
b || m && N.count && N.count > ((u == null ? void 0 : u.length) ?? 0) && f((E) => ({
|
|
6096
|
+
...E,
|
|
6097
|
+
offset: E.offset + k1
|
|
6134
6098
|
}));
|
|
6135
6099
|
},
|
|
6136
|
-
[
|
|
6137
|
-
), C1 =
|
|
6138
|
-
(
|
|
6139
|
-
|
|
6100
|
+
[b, u == null ? void 0 : u.length, N.count]
|
|
6101
|
+
), C1 = Z(
|
|
6102
|
+
(m) => {
|
|
6103
|
+
x(m), !m && y && (O(void 0), f(J), $(!0)), M == null || M(m);
|
|
6140
6104
|
},
|
|
6141
|
-
[
|
|
6105
|
+
[M, y]
|
|
6142
6106
|
);
|
|
6143
6107
|
A(() => {
|
|
6144
|
-
if (!
|
|
6145
|
-
(X ||
|
|
6146
|
-
}, [X,
|
|
6147
|
-
(
|
|
6108
|
+
if (!K.current || b) return;
|
|
6109
|
+
(X || P && (s1 !== N.offset || h1 !== y || !u)) && (c1({ offset: N.offset, limit: k1, search: y }), X && $(!1));
|
|
6110
|
+
}, [X, P, N.offset, y, s1, h1, u, b]), A(() => {
|
|
6111
|
+
(d || h) && c1(J), K.current = !0;
|
|
6148
6112
|
}, []), A(() => {
|
|
6149
|
-
s && Q((
|
|
6150
|
-
const
|
|
6151
|
-
(
|
|
6113
|
+
s && Q((m) => {
|
|
6114
|
+
const E = s.filter(
|
|
6115
|
+
(C) => !m.some((w) => w.value === C.value)
|
|
6152
6116
|
);
|
|
6153
|
-
return [...
|
|
6117
|
+
return [...m, ...E];
|
|
6154
6118
|
});
|
|
6155
6119
|
}, [s]);
|
|
6156
|
-
const
|
|
6157
|
-
(
|
|
6158
|
-
e && e(
|
|
6159
|
-
let
|
|
6160
|
-
if (
|
|
6161
|
-
const
|
|
6162
|
-
(w) => !(
|
|
6120
|
+
const z = Z(
|
|
6121
|
+
(m) => {
|
|
6122
|
+
e && e(m);
|
|
6123
|
+
let E = [];
|
|
6124
|
+
if (L ? E = Array.isArray(m) ? m : [] : E = m ? [m] : [], y) {
|
|
6125
|
+
const C = E.filter(
|
|
6126
|
+
(w) => !(T != null && T.some((v) => v.value === w))
|
|
6163
6127
|
);
|
|
6164
|
-
|
|
6128
|
+
C.length > 0 && Q((w = []) => [
|
|
6165
6129
|
...w,
|
|
6166
|
-
...
|
|
6167
|
-
const w1 = u == null ? void 0 : u.find((o1) => o1.value ===
|
|
6130
|
+
...C.map((v) => {
|
|
6131
|
+
const w1 = u == null ? void 0 : u.find((o1) => o1.value === v);
|
|
6168
6132
|
return {
|
|
6169
|
-
value:
|
|
6170
|
-
label: (w1 == null ? void 0 : w1.label) ??
|
|
6133
|
+
value: v,
|
|
6134
|
+
label: (w1 == null ? void 0 : w1.label) ?? v
|
|
6171
6135
|
};
|
|
6172
6136
|
})
|
|
6173
|
-
]),
|
|
6137
|
+
]), O(void 0), f(J), $(!0);
|
|
6174
6138
|
}
|
|
6175
6139
|
},
|
|
6176
|
-
[e,
|
|
6177
|
-
), d1 =
|
|
6140
|
+
[e, y, L, u, T]
|
|
6141
|
+
), d1 = V1(
|
|
6178
6142
|
() => ({
|
|
6179
6143
|
id: n,
|
|
6180
6144
|
width: o,
|
|
6181
6145
|
options: u || [],
|
|
6182
|
-
onChange:
|
|
6183
|
-
ref:
|
|
6146
|
+
onChange: z,
|
|
6147
|
+
ref: G,
|
|
6184
6148
|
placeholder: r,
|
|
6185
6149
|
search: !0,
|
|
6186
6150
|
value: l,
|
|
@@ -6189,21 +6153,21 @@ const k1 = 100, q = {
|
|
|
6189
6153
|
scrollThresholdValue: p,
|
|
6190
6154
|
onScrollToEnd: a1,
|
|
6191
6155
|
disabled: a,
|
|
6192
|
-
extraOptions:
|
|
6193
|
-
isLoading:
|
|
6194
|
-
optionRender:
|
|
6195
|
-
dropdownRender:
|
|
6196
|
-
readOnly:
|
|
6197
|
-
clearable:
|
|
6198
|
-
required:
|
|
6199
|
-
error:
|
|
6156
|
+
extraOptions: T,
|
|
6157
|
+
isLoading: b,
|
|
6158
|
+
optionRender: I,
|
|
6159
|
+
dropdownRender: B,
|
|
6160
|
+
readOnly: W,
|
|
6161
|
+
clearable: R,
|
|
6162
|
+
required: j,
|
|
6163
|
+
error: V
|
|
6200
6164
|
}),
|
|
6201
6165
|
[
|
|
6202
6166
|
n,
|
|
6203
6167
|
o,
|
|
6204
6168
|
u,
|
|
6205
|
-
|
|
6206
|
-
|
|
6169
|
+
z,
|
|
6170
|
+
G,
|
|
6207
6171
|
r,
|
|
6208
6172
|
l,
|
|
6209
6173
|
e1,
|
|
@@ -6211,23 +6175,23 @@ const k1 = 100, q = {
|
|
|
6211
6175
|
p,
|
|
6212
6176
|
a1,
|
|
6213
6177
|
a,
|
|
6178
|
+
T,
|
|
6214
6179
|
b,
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
M
|
|
6180
|
+
I,
|
|
6181
|
+
B,
|
|
6182
|
+
W,
|
|
6183
|
+
R,
|
|
6184
|
+
j,
|
|
6185
|
+
V
|
|
6222
6186
|
]
|
|
6223
6187
|
);
|
|
6224
|
-
return
|
|
6188
|
+
return Z1(G, () => ({
|
|
6225
6189
|
refetchOptions: async () => {
|
|
6226
|
-
|
|
6190
|
+
f(J), O(void 0), $(!0);
|
|
6227
6191
|
}
|
|
6228
|
-
})),
|
|
6192
|
+
})), L ? /* @__PURE__ */ t(f1, { ...d1, value: l, mode: L }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(f1, { ...d1, value: l }) });
|
|
6229
6193
|
}
|
|
6230
6194
|
);
|
|
6231
6195
|
export {
|
|
6232
|
-
|
|
6196
|
+
X3 as AsyncSelect
|
|
6233
6197
|
};
|