@snmt-react-ui/async-select 1.8.10 → 1.8.12
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 +402 -566
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import "./index.css";
|
2
2
|
import { jsx as t, Fragment as S, jsxs as c } from "react/jsx-runtime";
|
3
|
-
import { createContext as r1, forwardRef as g1, useState as H, useRef as q, useEffect as
|
4
|
-
import { Select as
|
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, j1 = (i, o, e) => b1(i, o + "", e),
|
3
|
+
import { createContext as r1, forwardRef as g1, useState as H, useRef as q, useEffect as Z, useCallback as A, useContext as n1, useMemo as V1, useImperativeHandle as A1 } from "react";
|
4
|
+
import { Select as Z1, Flex as G1, Avatar as W1, Checkbox as B1, 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, j1 = (i, o, e) => b1(i, o + "", e), K1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
6
6
|
function O1() {
|
7
7
|
if (console && console.warn) {
|
8
8
|
for (var i = arguments.length, o = new Array(i), e = 0; e < i; e++)
|
@@ -10,11 +10,11 @@ function O1() {
|
|
10
10
|
U(o[0]) && (o[0] = `react-i18next:: ${o[0]}`), console.warn(...o);
|
11
11
|
}
|
12
12
|
}
|
13
|
-
const
|
13
|
+
const m1 = {};
|
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
|
-
U(o[0]) &&
|
17
|
+
U(o[0]) && m1[o[0]] || (U(o[0]) && (m1[o[0]] = /* @__PURE__ */ new Date()), O1(...o));
|
18
18
|
}
|
19
19
|
const _1 = (i, o) => () => {
|
20
20
|
if (i.isInitialized)
|
@@ -27,18 +27,18 @@ const _1 = (i, o) => () => {
|
|
27
27
|
};
|
28
28
|
i.on("initialized", e);
|
29
29
|
}
|
30
|
-
},
|
30
|
+
}, L1 = (i, o, e) => {
|
31
31
|
i.loadNamespaces(o, _1(i, e));
|
32
32
|
}, v1 = (i, o, e, l) => {
|
33
33
|
U(e) && (e = [e]), e.forEach((r) => {
|
34
34
|
i.options.ns.indexOf(r) < 0 && i.options.ns.push(r);
|
35
35
|
}), i.loadLanguages(o, _1(i, l));
|
36
|
-
},
|
36
|
+
}, Y1 = function(i, o) {
|
37
37
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
38
38
|
const l = o.languages[0], r = o.options ? o.options.fallbackLng : !1, a = o.languages[o.languages.length - 1];
|
39
39
|
if (l.toLowerCase() === "cimode") return !0;
|
40
|
-
const w = (n,
|
41
|
-
const d = o.services.backendConnector.state[`${n}|${
|
40
|
+
const w = (n, m) => {
|
41
|
+
const d = o.services.backendConnector.state[`${n}|${m}`];
|
42
42
|
return d === -1 || d === 2;
|
43
43
|
};
|
44
44
|
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !w(o.isLanguageChangingTo, i) ? !1 : !!(o.hasResourceBundle(l, i) || !o.services.backendConnector.backend || o.options.resources && !o.options.partialBundledLanguages || w(l, i) && (!r || w(a, i)));
|
@@ -49,7 +49,7 @@ const _1 = (i, o) => () => {
|
|
49
49
|
precheck: (l, r) => {
|
50
50
|
if (e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !r(l.isLanguageChangingTo, i)) return !1;
|
51
51
|
}
|
52
|
-
}) :
|
52
|
+
}) : Y1(i, o, e);
|
53
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
|
"&": "&",
|
@@ -97,10 +97,10 @@ class o2 {
|
|
97
97
|
}
|
98
98
|
const i2 = (i, o) => {
|
99
99
|
const e = q();
|
100
|
-
return
|
100
|
+
return Z(() => {
|
101
101
|
e.current = i;
|
102
102
|
}, [i, o]), e.current;
|
103
|
-
}, x1 = (i, o, e, l) => i.getFixedT(o, e, l), t2 = (i, o, e, l) =>
|
103
|
+
}, x1 = (i, o, e, l) => i.getFixedT(o, e, l), t2 = (i, o, e, l) => A(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
|
@@ -120,37 +120,37 @@ const i2 = (i, o) => {
|
|
120
120
|
...o
|
121
121
|
}, {
|
122
122
|
useSuspense: n,
|
123
|
-
keyPrefix:
|
123
|
+
keyPrefix: m
|
124
124
|
} = w;
|
125
125
|
let d = i;
|
126
126
|
d = U(d) ? [d] : d || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(d);
|
127
|
-
const h = (a.isInitialized || a.initializedStoreOnce) && d.every((k) => F1(k, a, w)), s = t2(a, o.lng || null, w.nsMode === "fallback" ? d : d[0],
|
127
|
+
const h = (a.isInitialized || a.initializedStoreOnce) && d.every((k) => F1(k, a, w)), s = t2(a, o.lng || null, w.nsMode === "fallback" ? d : d[0], m), M = () => s, I = () => x1(a, o.lng || null, w.nsMode === "fallback" ? d : d[0], m), [W, B] = H(M);
|
128
128
|
let R = d.join();
|
129
129
|
o.lng && (R = `${o.lng}${R}`);
|
130
|
-
const
|
131
|
-
|
130
|
+
const K = i2(R), V = q(!0);
|
131
|
+
Z(() => {
|
132
132
|
const {
|
133
133
|
bindI18n: k,
|
134
134
|
bindI18nStore: _
|
135
135
|
} = w;
|
136
136
|
V.current = !0, !h && !n && (o.lng ? v1(a, o.lng, d, () => {
|
137
137
|
V.current && B(I);
|
138
|
-
}) :
|
138
|
+
}) : L1(a, d, () => {
|
139
139
|
V.current && B(I);
|
140
|
-
})), h &&
|
140
|
+
})), h && K && K !== R && V.current && B(I);
|
141
141
|
const N = () => {
|
142
142
|
V.current && B(I);
|
143
143
|
};
|
144
144
|
return k && a && a.on(k, N), _ && a && a.store.on(_, N), () => {
|
145
145
|
V.current = !1, k && a && k.split(" ").forEach((f) => a.off(f, N)), _ && a && _.split(" ").forEach((f) => a.store.off(f, N));
|
146
146
|
};
|
147
|
-
}, [a, R]),
|
147
|
+
}, [a, R]), Z(() => {
|
148
148
|
V.current && h && B(M);
|
149
|
-
}, [a,
|
150
|
-
const
|
151
|
-
if (
|
149
|
+
}, [a, m, h]);
|
150
|
+
const G = [W, a, h];
|
151
|
+
if (G.t = W, G.i18n = a, G.ready = h, h || !h && !n) return G;
|
152
152
|
throw new Promise((k) => {
|
153
|
-
o.lng ? v1(a, o.lng, d, () => k()) :
|
153
|
+
o.lng ? v1(a, o.lng, d, () => k()) : L1(a, d, () => k());
|
154
154
|
});
|
155
155
|
}, t1 = ({
|
156
156
|
children: i,
|
@@ -162,7 +162,7 @@ const i2 = (i, o) => {
|
|
162
162
|
gap: w,
|
163
163
|
padding: n
|
164
164
|
}) => /* @__PURE__ */ t(
|
165
|
-
|
165
|
+
G1,
|
166
166
|
{
|
167
167
|
className: `snmt-flex${e === "inherit" ? " inherit" : ""}`,
|
168
168
|
vertical: o === "column",
|
@@ -177,7 +177,7 @@ const i2 = (i, o) => {
|
|
177
177
|
), r2 = ({ shape: i = "circle", size: o = 32, children: e, ...l }) => {
|
178
178
|
const r = typeof l.src == "string";
|
179
179
|
return /* @__PURE__ */ t(
|
180
|
-
|
180
|
+
W1,
|
181
181
|
{
|
182
182
|
className: `snmt-avatar ${r ? "image" : ""}`,
|
183
183
|
shape: i,
|
@@ -202,8 +202,8 @@ const n2 = ({
|
|
202
202
|
disabled: r = !1,
|
203
203
|
disableUncheck: a = !1
|
204
204
|
}) => {
|
205
|
-
const [w, n] = H(i), [
|
206
|
-
|
205
|
+
const [w, n] = H(i), [m, d] = H(o);
|
206
|
+
Z(() => {
|
207
207
|
n(i), d(o);
|
208
208
|
}, [i, o]);
|
209
209
|
const { theme: h } = n1(u1);
|
@@ -212,7 +212,7 @@ const n2 = ({
|
|
212
212
|
{
|
213
213
|
className: `snmt-checkbox snmt-checkbox-${h}`,
|
214
214
|
checked: w,
|
215
|
-
indeterminate:
|
215
|
+
indeterminate: m,
|
216
216
|
onChange: (s) => {
|
217
217
|
a && w || (d(!1), n(s.target.checked), l && l(s));
|
218
218
|
},
|
@@ -611,79 +611,7 @@ const s2 = ({
|
|
611
611
|
)
|
612
612
|
]
|
613
613
|
}
|
614
|
-
), L2 = ({
|
615
|
-
width: i = 11,
|
616
|
-
height: o = 32,
|
617
|
-
color: e = "#001E52",
|
618
|
-
className: l,
|
619
|
-
onClick: r
|
620
|
-
}) => /* @__PURE__ */ c(
|
621
|
-
"svg",
|
622
|
-
{
|
623
|
-
xmlns: "http://www.w3.org/2000/svg",
|
624
|
-
width: i,
|
625
|
-
height: o,
|
626
|
-
className: l,
|
627
|
-
onClick: r,
|
628
|
-
viewBox: "0 0 11 32",
|
629
|
-
fill: "none",
|
630
|
-
children: [
|
631
|
-
/* @__PURE__ */ t(
|
632
|
-
"path",
|
633
|
-
{
|
634
|
-
fillRule: "evenodd",
|
635
|
-
clipRule: "evenodd",
|
636
|
-
d: "M6.22724 31.222C6.53024 31.525 7.02149 31.525 7.32448 31.222L10.7728 27.7737C11.0757 27.4707 11.0757 26.9795 10.7728 26.6765L7.32448 23.2282C7.02149 22.9252 6.53024 22.9252 6.22724 23.2282C5.92425 23.5312 5.92425 24.0224 6.22724 24.3254L9.1269 27.2251L6.22724 30.1247C5.92425 30.4277 5.92425 30.919 6.22724 31.222Z",
|
637
|
-
fill: e
|
638
|
-
}
|
639
|
-
),
|
640
|
-
/* @__PURE__ */ t(
|
641
|
-
"path",
|
642
|
-
{
|
643
|
-
d: "M10 27.2597H4C3.44772 27.2597 3 26.812 3 26.2597V6",
|
644
|
-
stroke: e,
|
645
|
-
strokeWidth: "1.25",
|
646
|
-
strokeLinecap: "round"
|
647
|
-
}
|
648
|
-
),
|
649
|
-
/* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
|
650
|
-
]
|
651
|
-
}
|
652
614
|
), m2 = ({
|
653
|
-
width: i = 10,
|
654
|
-
height: o = 23,
|
655
|
-
color: e = "#001E52",
|
656
|
-
className: l,
|
657
|
-
onClick: r
|
658
|
-
}) => /* @__PURE__ */ c(
|
659
|
-
"svg",
|
660
|
-
{
|
661
|
-
xmlns: "http://www.w3.org/2000/svg",
|
662
|
-
width: i,
|
663
|
-
height: o,
|
664
|
-
className: l,
|
665
|
-
onClick: r,
|
666
|
-
viewBox: "0 0 10 23",
|
667
|
-
fill: "none",
|
668
|
-
children: [
|
669
|
-
/* @__PURE__ */ t(
|
670
|
-
"path",
|
671
|
-
{
|
672
|
-
fillRule: "evenodd",
|
673
|
-
clipRule: "evenodd",
|
674
|
-
d: `M1.00621 18.2272C0.70322 18.5302 0.70322 19.0215 1.00621
|
675
|
-
19.3245L4.45449 22.7728C4.75748 23.0757 5.24873 23.0757 5.55172
|
676
|
-
22.7728L9 19.3245C9.30299 19.0215 9.30299 18.5302 9 18.2272C8.69701 17.9243
|
677
|
-
8.20576 17.9243 7.90277 18.2272L5.00311 21.1269L2.10345 18.2272C1.80045 17.9243
|
678
|
-
1.30921 17.9243 1.00621 18.2272Z`,
|
679
|
-
fill: e
|
680
|
-
}
|
681
|
-
),
|
682
|
-
/* @__PURE__ */ t("path", { d: "M5 21L5 3", stroke: e, strokeWidth: "1.25", strokeLinecap: "round" }),
|
683
|
-
/* @__PURE__ */ t("circle", { cx: "5", cy: "3", r: "3", fill: e })
|
684
|
-
]
|
685
|
-
}
|
686
|
-
), v2 = ({
|
687
615
|
width: i = 20,
|
688
616
|
height: o = 20,
|
689
617
|
color: e = "#001E52",
|
@@ -730,7 +658,7 @@ const s2 = ({
|
|
730
658
|
)
|
731
659
|
]
|
732
660
|
}
|
733
|
-
),
|
661
|
+
), L2 = ({
|
734
662
|
width: i = 20,
|
735
663
|
height: o = 20,
|
736
664
|
color: e = "#001E52",
|
@@ -763,7 +691,7 @@ const s2 = ({
|
|
763
691
|
)
|
764
692
|
]
|
765
693
|
}
|
766
|
-
),
|
694
|
+
), v2 = ({
|
767
695
|
width: i = 20,
|
768
696
|
height: o = 20,
|
769
697
|
color: e = "#001E52",
|
@@ -810,7 +738,7 @@ const s2 = ({
|
|
810
738
|
)
|
811
739
|
]
|
812
740
|
}
|
813
|
-
),
|
741
|
+
), N2 = ({
|
814
742
|
width: i = 20,
|
815
743
|
height: o = 20,
|
816
744
|
color: e = "#001E52",
|
@@ -843,7 +771,7 @@ const s2 = ({
|
|
843
771
|
)
|
844
772
|
]
|
845
773
|
}
|
846
|
-
),
|
774
|
+
), f2 = ({
|
847
775
|
width: i = 18,
|
848
776
|
height: o = 16,
|
849
777
|
color: e = "#001E52",
|
@@ -882,7 +810,7 @@ const s2 = ({
|
|
882
810
|
)
|
883
811
|
]
|
884
812
|
}
|
885
|
-
),
|
813
|
+
), M2 = ({
|
886
814
|
width: i = 20,
|
887
815
|
height: o = 20,
|
888
816
|
color: e = "#001E52",
|
@@ -915,7 +843,7 @@ const s2 = ({
|
|
915
843
|
)
|
916
844
|
]
|
917
845
|
}
|
918
|
-
),
|
846
|
+
), R2 = ({
|
919
847
|
width: i = 20,
|
920
848
|
height: o = 20,
|
921
849
|
color: e = "#001E52",
|
@@ -939,7 +867,7 @@ const s2 = ({
|
|
939
867
|
}
|
940
868
|
)
|
941
869
|
}
|
942
|
-
),
|
870
|
+
), _2 = ({
|
943
871
|
width: i = 20,
|
944
872
|
height: o = 20,
|
945
873
|
color: e = "#001E52",
|
@@ -972,7 +900,7 @@ const s2 = ({
|
|
972
900
|
)
|
973
901
|
]
|
974
902
|
}
|
975
|
-
),
|
903
|
+
), x2 = ({
|
976
904
|
width: i = 20,
|
977
905
|
height: o = 23,
|
978
906
|
color: e = "#001E52",
|
@@ -1033,7 +961,7 @@ const s2 = ({
|
|
1033
961
|
)
|
1034
962
|
]
|
1035
963
|
}
|
1036
|
-
),
|
964
|
+
), H2 = ({
|
1037
965
|
width: i = 14,
|
1038
966
|
height: o = 14,
|
1039
967
|
color: e = "#10B981",
|
@@ -1062,7 +990,7 @@ const s2 = ({
|
|
1062
990
|
)
|
1063
991
|
]
|
1064
992
|
}
|
1065
|
-
),
|
993
|
+
), E2 = ({
|
1066
994
|
width: i = 10,
|
1067
995
|
height: o = 10,
|
1068
996
|
color: e = "#88A4FF",
|
@@ -1110,7 +1038,7 @@ const s2 = ({
|
|
1110
1038
|
)
|
1111
1039
|
]
|
1112
1040
|
}
|
1113
|
-
),
|
1041
|
+
), I2 = ({
|
1114
1042
|
width: i = 14,
|
1115
1043
|
height: o = 14,
|
1116
1044
|
color: e = "#8E8E93",
|
@@ -1138,7 +1066,7 @@ const s2 = ({
|
|
1138
1066
|
)
|
1139
1067
|
]
|
1140
1068
|
}
|
1141
|
-
),
|
1069
|
+
), V2 = ({
|
1142
1070
|
width: i = 14,
|
1143
1071
|
height: o = 14,
|
1144
1072
|
color: e = "#FFB020",
|
@@ -1172,7 +1100,7 @@ const s2 = ({
|
|
1172
1100
|
)
|
1173
1101
|
]
|
1174
1102
|
}
|
1175
|
-
),
|
1103
|
+
), A2 = ({
|
1176
1104
|
width: i = 14,
|
1177
1105
|
height: o = 14,
|
1178
1106
|
color: e = "#D0421B",
|
@@ -1220,7 +1148,7 @@ const s2 = ({
|
|
1220
1148
|
)
|
1221
1149
|
]
|
1222
1150
|
}
|
1223
|
-
),
|
1151
|
+
), Z2 = ({
|
1224
1152
|
width: i = 20,
|
1225
1153
|
height: o = 20,
|
1226
1154
|
color: e = "#070739",
|
@@ -1250,7 +1178,7 @@ const s2 = ({
|
|
1250
1178
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
1251
1179
|
]
|
1252
1180
|
}
|
1253
|
-
),
|
1181
|
+
), G2 = ({
|
1254
1182
|
width: i = 20,
|
1255
1183
|
height: o = 20,
|
1256
1184
|
color: e = "#070739",
|
@@ -1288,7 +1216,7 @@ const s2 = ({
|
|
1288
1216
|
)
|
1289
1217
|
]
|
1290
1218
|
}
|
1291
|
-
),
|
1219
|
+
), W2 = ({
|
1292
1220
|
width: i = 9,
|
1293
1221
|
height: o = 5,
|
1294
1222
|
color: e = "#001E52",
|
@@ -1314,7 +1242,7 @@ const s2 = ({
|
|
1314
1242
|
}
|
1315
1243
|
)
|
1316
1244
|
}
|
1317
|
-
),
|
1245
|
+
), B2 = ({
|
1318
1246
|
width: i = 20,
|
1319
1247
|
height: o = 20,
|
1320
1248
|
color: e = "#F2F2F7",
|
@@ -1343,7 +1271,7 @@ const s2 = ({
|
|
1343
1271
|
)
|
1344
1272
|
]
|
1345
1273
|
}
|
1346
|
-
),
|
1274
|
+
), y2 = ({
|
1347
1275
|
width: i = 20,
|
1348
1276
|
height: o = 20,
|
1349
1277
|
color: e = "#004ED7",
|
@@ -1372,7 +1300,7 @@ const s2 = ({
|
|
1372
1300
|
)
|
1373
1301
|
]
|
1374
1302
|
}
|
1375
|
-
),
|
1303
|
+
), T2 = ({
|
1376
1304
|
width: i = 10,
|
1377
1305
|
height: o = 10,
|
1378
1306
|
color: e = "#001E52",
|
@@ -1401,7 +1329,7 @@ const s2 = ({
|
|
1401
1329
|
)
|
1402
1330
|
]
|
1403
1331
|
}
|
1404
|
-
),
|
1332
|
+
), D2 = ({
|
1405
1333
|
width: i = 10,
|
1406
1334
|
height: o = 10,
|
1407
1335
|
color: e = "#001E52",
|
@@ -1438,7 +1366,7 @@ const s2 = ({
|
|
1438
1366
|
)
|
1439
1367
|
]
|
1440
1368
|
}
|
1441
|
-
),
|
1369
|
+
), b2 = ({
|
1442
1370
|
className: i,
|
1443
1371
|
color: o = p.GREY_DARK_5,
|
1444
1372
|
height: e = 24,
|
@@ -1477,7 +1405,7 @@ const s2 = ({
|
|
1477
1405
|
)
|
1478
1406
|
]
|
1479
1407
|
}
|
1480
|
-
),
|
1408
|
+
), j2 = ({
|
1481
1409
|
className: i,
|
1482
1410
|
color: o = p.GREY_DARK_5,
|
1483
1411
|
height: e = 20,
|
@@ -1531,7 +1459,7 @@ const s2 = ({
|
|
1531
1459
|
}
|
1532
1460
|
)
|
1533
1461
|
}
|
1534
|
-
),
|
1462
|
+
), O2 = ({
|
1535
1463
|
className: i,
|
1536
1464
|
color: o = p.GREY_DARK_5,
|
1537
1465
|
height: e = 5,
|
@@ -1555,7 +1483,7 @@ const s2 = ({
|
|
1555
1483
|
}
|
1556
1484
|
)
|
1557
1485
|
}
|
1558
|
-
),
|
1486
|
+
), Y2 = ({
|
1559
1487
|
className: i,
|
1560
1488
|
color: o = p.GREY_DARK_5,
|
1561
1489
|
height: e = 5,
|
@@ -1580,7 +1508,7 @@ const s2 = ({
|
|
1580
1508
|
}
|
1581
1509
|
)
|
1582
1510
|
}
|
1583
|
-
),
|
1511
|
+
), F2 = ({
|
1584
1512
|
className: i,
|
1585
1513
|
color: o = p.GREY_DARK_5,
|
1586
1514
|
height: e = 24,
|
@@ -1619,7 +1547,7 @@ const s2 = ({
|
|
1619
1547
|
)
|
1620
1548
|
]
|
1621
1549
|
}
|
1622
|
-
),
|
1550
|
+
), S2 = ({
|
1623
1551
|
className: i,
|
1624
1552
|
color: o = p.GREY_DARK_5,
|
1625
1553
|
height: e = 24,
|
@@ -1658,7 +1586,7 @@ const s2 = ({
|
|
1658
1586
|
)
|
1659
1587
|
]
|
1660
1588
|
}
|
1661
|
-
),
|
1589
|
+
), U2 = ({
|
1662
1590
|
className: i,
|
1663
1591
|
color: o = p.GREY_DARK_5,
|
1664
1592
|
height: e = 24,
|
@@ -1685,7 +1613,7 @@ const s2 = ({
|
|
1685
1613
|
}
|
1686
1614
|
)
|
1687
1615
|
}
|
1688
|
-
),
|
1616
|
+
), P2 = ({
|
1689
1617
|
className: i,
|
1690
1618
|
color: o = p.GREY_DARK_5,
|
1691
1619
|
height: e = 24,
|
@@ -1744,7 +1672,7 @@ const s2 = ({
|
|
1744
1672
|
)
|
1745
1673
|
]
|
1746
1674
|
}
|
1747
|
-
),
|
1675
|
+
), $2 = ({
|
1748
1676
|
className: i,
|
1749
1677
|
color: o = p.GREY_DARK_5,
|
1750
1678
|
height: e = 24,
|
@@ -1781,7 +1709,7 @@ const s2 = ({
|
|
1781
1709
|
)
|
1782
1710
|
]
|
1783
1711
|
}
|
1784
|
-
),
|
1712
|
+
), z2 = ({
|
1785
1713
|
className: i,
|
1786
1714
|
color: o = p.GREY_DARK_3,
|
1787
1715
|
height: e = 14,
|
@@ -1818,7 +1746,7 @@ const s2 = ({
|
|
1818
1746
|
)
|
1819
1747
|
]
|
1820
1748
|
}
|
1821
|
-
),
|
1749
|
+
), J2 = ({
|
1822
1750
|
className: i,
|
1823
1751
|
color: o = p.GREY_DARK_5,
|
1824
1752
|
height: e = 18,
|
@@ -1845,7 +1773,7 @@ const s2 = ({
|
|
1845
1773
|
}
|
1846
1774
|
)
|
1847
1775
|
}
|
1848
|
-
),
|
1776
|
+
), q2 = ({
|
1849
1777
|
className: i,
|
1850
1778
|
color: o = p.GREY_DARK_5,
|
1851
1779
|
height: e = 24,
|
@@ -1897,7 +1825,7 @@ const s2 = ({
|
|
1897
1825
|
)
|
1898
1826
|
]
|
1899
1827
|
}
|
1900
|
-
),
|
1828
|
+
), Q2 = ({
|
1901
1829
|
className: i,
|
1902
1830
|
color: o = p.GREY_DARK_5,
|
1903
1831
|
height: e = 24,
|
@@ -1934,7 +1862,7 @@ const s2 = ({
|
|
1934
1862
|
)
|
1935
1863
|
]
|
1936
1864
|
}
|
1937
|
-
),
|
1865
|
+
), X2 = ({
|
1938
1866
|
className: i,
|
1939
1867
|
color: o = p.NOTIFICATION_WARNING_DARK,
|
1940
1868
|
height: e = 37,
|
@@ -1973,7 +1901,7 @@ const s2 = ({
|
|
1973
1901
|
)
|
1974
1902
|
]
|
1975
1903
|
}
|
1976
|
-
),
|
1904
|
+
), e5 = ({
|
1977
1905
|
className: i,
|
1978
1906
|
color: o = p.GREY_DARK_5,
|
1979
1907
|
height: e = 24,
|
@@ -1999,7 +1927,7 @@ const s2 = ({
|
|
1999
1927
|
}
|
2000
1928
|
)
|
2001
1929
|
}
|
2002
|
-
),
|
1930
|
+
), o5 = ({
|
2003
1931
|
className: i,
|
2004
1932
|
color: o = p.GREY_DARK_5,
|
2005
1933
|
height: e = 24,
|
@@ -2038,7 +1966,7 @@ const s2 = ({
|
|
2038
1966
|
)
|
2039
1967
|
]
|
2040
1968
|
}
|
2041
|
-
),
|
1969
|
+
), i5 = ({
|
2042
1970
|
className: i,
|
2043
1971
|
color: o = p.GREY_DARK_5,
|
2044
1972
|
height: e = 24,
|
@@ -2077,7 +2005,7 @@ const s2 = ({
|
|
2077
2005
|
)
|
2078
2006
|
]
|
2079
2007
|
}
|
2080
|
-
),
|
2008
|
+
), t5 = ({
|
2081
2009
|
className: i,
|
2082
2010
|
color: o = p.GREY_DARK_5,
|
2083
2011
|
height: e = 24,
|
@@ -2146,7 +2074,7 @@ const s2 = ({
|
|
2146
2074
|
)
|
2147
2075
|
]
|
2148
2076
|
}
|
2149
|
-
),
|
2077
|
+
), l5 = ({
|
2150
2078
|
className: i,
|
2151
2079
|
color: o = p.GREY_DARK_5,
|
2152
2080
|
height: e = 24,
|
@@ -2203,7 +2131,7 @@ const s2 = ({
|
|
2203
2131
|
)
|
2204
2132
|
]
|
2205
2133
|
}
|
2206
|
-
),
|
2134
|
+
), r5 = ({
|
2207
2135
|
className: i,
|
2208
2136
|
color: o = p.GREY_DARK_5,
|
2209
2137
|
height: e = 24,
|
@@ -2242,7 +2170,7 @@ const s2 = ({
|
|
2242
2170
|
)
|
2243
2171
|
]
|
2244
2172
|
}
|
2245
|
-
),
|
2173
|
+
), n5 = ({
|
2246
2174
|
className: i,
|
2247
2175
|
color: o = p.GREY_DARK_5,
|
2248
2176
|
height: e = 24,
|
@@ -2291,7 +2219,7 @@ const s2 = ({
|
|
2291
2219
|
)
|
2292
2220
|
]
|
2293
2221
|
}
|
2294
|
-
),
|
2222
|
+
), s5 = ({
|
2295
2223
|
className: i,
|
2296
2224
|
color: o = p.GREY_DARK_5,
|
2297
2225
|
height: e = 24,
|
@@ -2318,7 +2246,7 @@ const s2 = ({
|
|
2318
2246
|
}
|
2319
2247
|
)
|
2320
2248
|
}
|
2321
|
-
),
|
2249
|
+
), h5 = ({
|
2322
2250
|
className: i,
|
2323
2251
|
color: o = p.GREY_DARK_5,
|
2324
2252
|
height: e = 20,
|
@@ -2347,7 +2275,7 @@ const s2 = ({
|
|
2347
2275
|
)
|
2348
2276
|
]
|
2349
2277
|
}
|
2350
|
-
),
|
2278
|
+
), c5 = ({
|
2351
2279
|
className: i,
|
2352
2280
|
color: o = "#001E52",
|
2353
2281
|
height: e = 24,
|
@@ -2373,7 +2301,7 @@ const s2 = ({
|
|
2373
2301
|
}
|
2374
2302
|
)
|
2375
2303
|
}
|
2376
|
-
),
|
2304
|
+
), a5 = ({
|
2377
2305
|
className: i,
|
2378
2306
|
color: o = "#131314",
|
2379
2307
|
height: e = 20,
|
@@ -2401,7 +2329,7 @@ const s2 = ({
|
|
2401
2329
|
}
|
2402
2330
|
)
|
2403
2331
|
}
|
2404
|
-
),
|
2332
|
+
), C5 = ({
|
2405
2333
|
className: i,
|
2406
2334
|
color: o = "#001E52",
|
2407
2335
|
height: e = 24,
|
@@ -2439,7 +2367,7 @@ const s2 = ({
|
|
2439
2367
|
)
|
2440
2368
|
] }) })
|
2441
2369
|
}
|
2442
|
-
),
|
2370
|
+
), d5 = ({
|
2443
2371
|
width: i = 20,
|
2444
2372
|
height: o = 20,
|
2445
2373
|
color: e = "#001E52",
|
@@ -2495,7 +2423,7 @@ const s2 = ({
|
|
2495
2423
|
}
|
2496
2424
|
)
|
2497
2425
|
}
|
2498
|
-
),
|
2426
|
+
), w5 = ({
|
2499
2427
|
width: i = 24,
|
2500
2428
|
height: o = 24,
|
2501
2429
|
color: e = "#131314",
|
@@ -2528,7 +2456,7 @@ const s2 = ({
|
|
2528
2456
|
)
|
2529
2457
|
]
|
2530
2458
|
}
|
2531
|
-
),
|
2459
|
+
), g5 = ({
|
2532
2460
|
width: i = 24,
|
2533
2461
|
height: o = 24,
|
2534
2462
|
color: e = p.GREY_DARK_2,
|
@@ -2567,7 +2495,7 @@ const s2 = ({
|
|
2567
2495
|
)
|
2568
2496
|
]
|
2569
2497
|
}
|
2570
|
-
),
|
2498
|
+
), k5 = ({
|
2571
2499
|
width: i = 24,
|
2572
2500
|
height: o = 24,
|
2573
2501
|
color: e = p.GREY_DARK_2,
|
@@ -2594,7 +2522,7 @@ const s2 = ({
|
|
2594
2522
|
}
|
2595
2523
|
)
|
2596
2524
|
}
|
2597
|
-
),
|
2525
|
+
), p5 = ({
|
2598
2526
|
width: i = 24,
|
2599
2527
|
height: o = 24,
|
2600
2528
|
color: e = p.GREY_DARK_2,
|
@@ -2634,7 +2562,7 @@ const s2 = ({
|
|
2634
2562
|
)
|
2635
2563
|
]
|
2636
2564
|
}
|
2637
|
-
),
|
2565
|
+
), u5 = ({
|
2638
2566
|
width: i = 24,
|
2639
2567
|
height: o = 24,
|
2640
2568
|
color: e = p.GREY_DARK_2,
|
@@ -2661,7 +2589,7 @@ const s2 = ({
|
|
2661
2589
|
}
|
2662
2590
|
)
|
2663
2591
|
}
|
2664
|
-
),
|
2592
|
+
), m5 = ({
|
2665
2593
|
width: i = 24,
|
2666
2594
|
height: o = 24,
|
2667
2595
|
color: e = p.GREY_DARK_2,
|
@@ -2688,7 +2616,7 @@ const s2 = ({
|
|
2688
2616
|
}
|
2689
2617
|
)
|
2690
2618
|
}
|
2691
|
-
),
|
2619
|
+
), L5 = ({
|
2692
2620
|
width: i = 20,
|
2693
2621
|
height: o = 20,
|
2694
2622
|
color: e = "#001E52",
|
@@ -2723,17 +2651,17 @@ const s2 = ({
|
|
2723
2651
|
disabled: a = !1,
|
2724
2652
|
onClick: w
|
2725
2653
|
}) => {
|
2726
|
-
const [n,
|
2727
|
-
return
|
2654
|
+
const [n, m] = H(r), { theme: d } = n1(H1), h = a ? d && d === "dark" ? p.GREY_LIGHT_4 : p.GREY_DARK_1 : l, s = a ? void 0 : w;
|
2655
|
+
return Z(() => {
|
2728
2656
|
if (r) {
|
2729
|
-
s && !a &&
|
2657
|
+
s && !a && m(`${r} clickable`);
|
2730
2658
|
return;
|
2731
2659
|
}
|
2732
|
-
s && !a &&
|
2660
|
+
s && !a && m("clickable");
|
2733
2661
|
}, [s, r, a]), /* @__PURE__ */ t(S, { children: (() => {
|
2734
2662
|
switch (i) {
|
2735
2663
|
case "nextIcon":
|
2736
|
-
return
|
2664
|
+
return j2({ width: o, height: e, color: h, className: n, onClick: s });
|
2737
2665
|
case "prevIcon":
|
2738
2666
|
return K2({ width: o, height: e, color: h, className: n, onClick: s });
|
2739
2667
|
case "arrowDown":
|
@@ -2758,20 +2686,10 @@ const s2 = ({
|
|
2758
2686
|
return p2({ width: o, height: e, color: h, className: n, onClick: s });
|
2759
2687
|
case "attention":
|
2760
2688
|
return u2({ width: o, height: e, color: h, className: n, onClick: s });
|
2761
|
-
case "arrowDownLong":
|
2762
|
-
return L2({
|
2763
|
-
width: o,
|
2764
|
-
height: e,
|
2765
|
-
color: h,
|
2766
|
-
className: n,
|
2767
|
-
onClick: s
|
2768
|
-
});
|
2769
|
-
case "dotArrowDown":
|
2770
|
-
return m2({ width: o, height: e, color: h, className: n, onClick: s });
|
2771
2689
|
case "users":
|
2772
|
-
return
|
2690
|
+
return m2({ width: o, height: e, color: h, className: n, onClick: s });
|
2773
2691
|
case "mySkillsMatrix":
|
2774
|
-
return
|
2692
|
+
return L2({
|
2775
2693
|
width: o,
|
2776
2694
|
height: e,
|
2777
2695
|
color: h,
|
@@ -2779,9 +2697,9 @@ const s2 = ({
|
|
2779
2697
|
onClick: s
|
2780
2698
|
});
|
2781
2699
|
case "skills":
|
2782
|
-
return
|
2700
|
+
return v2({ width: o, height: e, color: h, className: n, onClick: s });
|
2783
2701
|
case "skillsMatrices":
|
2784
|
-
return
|
2702
|
+
return N2({
|
2785
2703
|
width: o,
|
2786
2704
|
height: e,
|
2787
2705
|
color: h,
|
@@ -2789,23 +2707,23 @@ const s2 = ({
|
|
2789
2707
|
onClick: s
|
2790
2708
|
});
|
2791
2709
|
case "history":
|
2792
|
-
return
|
2710
|
+
return f2({ width: o, height: e, color: h, className: n, onClick: s });
|
2793
2711
|
case "logOut":
|
2794
|
-
return
|
2712
|
+
return M2({ width: o, height: e, color: h, className: n, onClick: s });
|
2795
2713
|
case "settings":
|
2796
|
-
return
|
2714
|
+
return R2({ width: o, height: e, color: h, className: n, onClick: s });
|
2797
2715
|
case "trash":
|
2798
|
-
return
|
2716
|
+
return _2({ width: o, height: e, color: h, className: n, onClick: s });
|
2799
2717
|
case "settings4":
|
2800
|
-
return
|
2718
|
+
return x2({ width: o, height: e, color: h, className: n, onClick: s });
|
2801
2719
|
case "success":
|
2802
|
-
return
|
2720
|
+
return H2({ width: o, height: e, color: h, className: n, onClick: s });
|
2803
2721
|
case "errorSmall":
|
2804
|
-
return
|
2722
|
+
return E2({ width: o, height: e, color: h, className: n, onClick: s });
|
2805
2723
|
case "infoMedium":
|
2806
|
-
return
|
2724
|
+
return I2({ width: o, height: e, color: h, className: n, onClick: s });
|
2807
2725
|
case "attentionMedium":
|
2808
|
-
return
|
2726
|
+
return V2({
|
2809
2727
|
width: o,
|
2810
2728
|
height: e,
|
2811
2729
|
color: h,
|
@@ -2813,9 +2731,9 @@ const s2 = ({
|
|
2813
2731
|
onClick: s
|
2814
2732
|
});
|
2815
2733
|
case "errorMedium":
|
2816
|
-
return
|
2734
|
+
return A2({ width: o, height: e, color: h, className: n, onClick: s });
|
2817
2735
|
case "visibilityIcon":
|
2818
|
-
return
|
2736
|
+
return Z2({
|
2819
2737
|
width: o,
|
2820
2738
|
height: e,
|
2821
2739
|
color: h,
|
@@ -2823,7 +2741,7 @@ const s2 = ({
|
|
2823
2741
|
onClick: s
|
2824
2742
|
});
|
2825
2743
|
case "visibilityOffIcon":
|
2826
|
-
return
|
2744
|
+
return G2({
|
2827
2745
|
width: o,
|
2828
2746
|
height: e,
|
2829
2747
|
color: h,
|
@@ -2831,7 +2749,7 @@ const s2 = ({
|
|
2831
2749
|
onClick: s
|
2832
2750
|
});
|
2833
2751
|
case "selectArrowIcon":
|
2834
|
-
return
|
2752
|
+
return W2({
|
2835
2753
|
width: o,
|
2836
2754
|
height: e,
|
2837
2755
|
color: h,
|
@@ -2839,7 +2757,7 @@ const s2 = ({
|
|
2839
2757
|
onClick: s
|
2840
2758
|
});
|
2841
2759
|
case "expandArrowIcon":
|
2842
|
-
return
|
2760
|
+
return B2({
|
2843
2761
|
width: o,
|
2844
2762
|
height: e,
|
2845
2763
|
color: h,
|
@@ -2847,7 +2765,7 @@ const s2 = ({
|
|
2847
2765
|
onClick: s
|
2848
2766
|
});
|
2849
2767
|
case "expandActiveArrowIcon":
|
2850
|
-
return
|
2768
|
+
return y2({
|
2851
2769
|
width: o,
|
2852
2770
|
height: e,
|
2853
2771
|
color: h,
|
@@ -2855,85 +2773,85 @@ const s2 = ({
|
|
2855
2773
|
onClick: s
|
2856
2774
|
});
|
2857
2775
|
case "sortUp":
|
2858
|
-
return
|
2776
|
+
return T2({ width: o, height: e, color: h, className: n, onClick: s });
|
2859
2777
|
case "sortDown":
|
2860
|
-
return
|
2778
|
+
return D2({ width: o, height: e, color: h, className: n, onClick: s });
|
2861
2779
|
case "search":
|
2862
|
-
return
|
2780
|
+
return b2({ width: o, height: e, color: h, className: n, onClick: s });
|
2863
2781
|
case "arrowUpFilled":
|
2864
|
-
return
|
2782
|
+
return Y2({ width: o, height: e, color: h, className: n, onClick: s });
|
2865
2783
|
case "arrowDownFilled":
|
2866
|
-
return
|
2784
|
+
return O2({ width: o, height: e, color: h, className: n, onClick: s });
|
2867
2785
|
case "link":
|
2868
|
-
return
|
2786
|
+
return F2({ width: o, height: e, color: h, className: n, onClick: s });
|
2869
2787
|
case "telegram":
|
2870
|
-
return
|
2788
|
+
return U2({ width: o, height: e, color: h, className: n, onClick: s });
|
2871
2789
|
case "mail":
|
2872
|
-
return
|
2790
|
+
return $2({ width: o, height: e, color: h, className: n, onClick: s });
|
2873
2791
|
case "github":
|
2874
|
-
return
|
2792
|
+
return S2({ width: o, height: e, color: h, className: n, onClick: s });
|
2875
2793
|
case "linkedIn":
|
2876
|
-
return
|
2794
|
+
return P2({ width: o, height: e, color: h, className: n, onClick: s });
|
2877
2795
|
case "emptyStateIcon":
|
2878
|
-
return
|
2796
|
+
return z2({ width: o, height: e, color: h, className: n, onClick: s });
|
2879
2797
|
case "filtersIcon":
|
2880
|
-
return
|
2798
|
+
return J2({ width: o, height: e, color: h, className: n, onClick: s });
|
2881
2799
|
case "dotMenuIcon":
|
2882
|
-
return
|
2800
|
+
return q2({ width: o, height: e, color: h, className: n, onClick: s });
|
2883
2801
|
case "plusCircle":
|
2884
|
-
return
|
2802
|
+
return Q2({ width: o, height: e, color: h, className: n, onClick: s });
|
2885
2803
|
case "warning":
|
2886
|
-
return
|
2804
|
+
return X2({ width: o, height: e, color: h, className: n, onClick: s });
|
2887
2805
|
case "back":
|
2888
|
-
return
|
2806
|
+
return e5({ width: o, height: e, color: h, className: n, onClick: s });
|
2889
2807
|
case "bell":
|
2890
|
-
return
|
2808
|
+
return o5({ width: o, height: e, color: h, className: n, onClick: s });
|
2891
2809
|
case "contract":
|
2892
|
-
return
|
2810
|
+
return t5({ width: o, height: e, color: h, className: n, onClick: s });
|
2893
2811
|
case "trash2":
|
2894
|
-
return
|
2812
|
+
return i5({ width: o, height: e, color: h, className: n, onClick: s });
|
2895
2813
|
case "resourceManager":
|
2896
|
-
return
|
2814
|
+
return l5({ width: o, height: e, color: h, className: n, onClick: s });
|
2897
2815
|
case "settings2":
|
2898
|
-
return
|
2816
|
+
return r5({ width: o, height: e, color: h, className: n, onClick: s });
|
2899
2817
|
case "image":
|
2900
|
-
return
|
2818
|
+
return n5({ width: o, height: e, color: h, className: n, onClick: s });
|
2901
2819
|
case "edit":
|
2902
|
-
return
|
2820
|
+
return s5({ width: o, height: e, color: h, className: n, onClick: s });
|
2903
2821
|
case "filledArrowRight":
|
2904
|
-
return
|
2822
|
+
return h5({ width: o, height: e, color: h, className: n, onClick: s });
|
2905
2823
|
case "burgerMenu":
|
2906
|
-
return
|
2824
|
+
return c5({ width: o, height: e, color: h, className: n, onClick: s });
|
2907
2825
|
case "signOut":
|
2908
|
-
return
|
2826
|
+
return a5({ width: o, height: e, color: h, className: n, onClick: s });
|
2909
2827
|
case "refresh":
|
2910
|
-
return
|
2828
|
+
return C5({ width: o, height: e, color: h, className: n, onClick: s });
|
2911
2829
|
case "projects":
|
2912
|
-
return
|
2830
|
+
return d5({ width: o, height: e, color: h, className: n, onClick: s });
|
2913
2831
|
case "profile":
|
2914
|
-
return
|
2832
|
+
return L5({ width: o, height: e, color: h, className: n, onClick: s });
|
2915
2833
|
case "exit":
|
2916
|
-
return
|
2834
|
+
return w5({ width: o, height: e, color: h, className: n, onClick: s });
|
2917
2835
|
case "client":
|
2918
|
-
return
|
2836
|
+
return g5({ width: o, height: e, color: h, className: n, onClick: s });
|
2919
2837
|
case "calendar2":
|
2920
|
-
return
|
2838
|
+
return k5({ width: o, height: e, color: h, className: n, onClick: s });
|
2921
2839
|
case "openPointCircle":
|
2922
|
-
return
|
2840
|
+
return p5({ width: o, height: e, color: h, className: n, onClick: s });
|
2923
2841
|
case "community":
|
2924
|
-
return
|
2842
|
+
return u5({ width: o, height: e, color: h, className: n, onClick: s });
|
2925
2843
|
case "docs":
|
2926
|
-
return
|
2844
|
+
return m5({ width: o, height: e, color: h, className: n, onClick: s });
|
2927
2845
|
default:
|
2928
2846
|
return /* @__PURE__ */ t(S, { children: "No Icon provided" });
|
2929
2847
|
}
|
2930
2848
|
})() });
|
2931
|
-
}, { Title:
|
2849
|
+
}, { Title: v5, Text: N5 } = R1, f5 = {
|
2932
2850
|
h1: 1,
|
2933
2851
|
h2: 2,
|
2934
2852
|
h3: 3,
|
2935
2853
|
h4: 4
|
2936
|
-
},
|
2854
|
+
}, M5 = g1(
|
2937
2855
|
({
|
2938
2856
|
align: i = "inherit",
|
2939
2857
|
variant: o = "body1",
|
@@ -2943,20 +2861,20 @@ const s2 = ({
|
|
2943
2861
|
collapsed: a,
|
2944
2862
|
whiteSpace: w = "normal"
|
2945
2863
|
}, n) => {
|
2946
|
-
const
|
2864
|
+
const m = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
2947
2865
|
let d = `snmt-typography snmt-typography-${o}`;
|
2948
|
-
return i && i !== "inherit" && (d += ` snmt-typography-align-${i}`), a && (d += " collapsed"),
|
2949
|
-
|
2866
|
+
return i && i !== "inherit" && (d += ` snmt-typography-align-${i}`), a && (d += " collapsed"), m ? /* @__PURE__ */ t(
|
2867
|
+
v5,
|
2950
2868
|
{
|
2951
2869
|
className: d,
|
2952
2870
|
style: { color: e, whiteSpace: w },
|
2953
2871
|
onClick: r,
|
2954
|
-
level:
|
2872
|
+
level: f5[o],
|
2955
2873
|
ref: n,
|
2956
2874
|
children: l
|
2957
2875
|
}
|
2958
2876
|
) : /* @__PURE__ */ t(
|
2959
|
-
|
2877
|
+
N5,
|
2960
2878
|
{
|
2961
2879
|
className: d,
|
2962
2880
|
style: { color: e, whiteSpace: w },
|
@@ -2973,7 +2891,7 @@ const E1 = r1({
|
|
2973
2891
|
theme: "light"
|
2974
2892
|
});
|
2975
2893
|
E1.Provider;
|
2976
|
-
const
|
2894
|
+
const R5 = ({
|
2977
2895
|
width: i = 20,
|
2978
2896
|
height: o = 20,
|
2979
2897
|
color: e = "#001E52",
|
@@ -3000,7 +2918,7 @@ const x5 = ({
|
|
3000
2918
|
}
|
3001
2919
|
)
|
3002
2920
|
}
|
3003
|
-
),
|
2921
|
+
), _5 = ({
|
3004
2922
|
width: i = 16,
|
3005
2923
|
height: o = 16,
|
3006
2924
|
color: e = "#001E52",
|
@@ -3028,7 +2946,7 @@ const x5 = ({
|
|
3028
2946
|
)
|
3029
2947
|
]
|
3030
2948
|
}
|
3031
|
-
),
|
2949
|
+
), x5 = ({
|
3032
2950
|
width: i = 20,
|
3033
2951
|
height: o = 20,
|
3034
2952
|
color: e = "#001E52",
|
@@ -3063,7 +2981,7 @@ const x5 = ({
|
|
3063
2981
|
)
|
3064
2982
|
]
|
3065
2983
|
}
|
3066
|
-
),
|
2984
|
+
), H5 = ({
|
3067
2985
|
width: i = 18,
|
3068
2986
|
height: o = 18,
|
3069
2987
|
color: e = "#001E52",
|
@@ -3102,7 +3020,7 @@ const x5 = ({
|
|
3102
3020
|
)
|
3103
3021
|
]
|
3104
3022
|
}
|
3105
|
-
),
|
3023
|
+
), E5 = ({
|
3106
3024
|
width: i = 20,
|
3107
3025
|
height: o = 20,
|
3108
3026
|
color: e = "#001E52",
|
@@ -3128,7 +3046,7 @@ const x5 = ({
|
|
3128
3046
|
}
|
3129
3047
|
)
|
3130
3048
|
}
|
3131
|
-
),
|
3049
|
+
), I5 = ({
|
3132
3050
|
width: i = 20,
|
3133
3051
|
height: o = 20,
|
3134
3052
|
color: e = "#001E52",
|
@@ -3149,7 +3067,7 @@ const x5 = ({
|
|
3149
3067
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
3150
3068
|
]
|
3151
3069
|
}
|
3152
|
-
),
|
3070
|
+
), V5 = ({
|
3153
3071
|
width: i = 20,
|
3154
3072
|
height: o = 20,
|
3155
3073
|
color: e = "#001E52",
|
@@ -3181,7 +3099,7 @@ const x5 = ({
|
|
3181
3099
|
)
|
3182
3100
|
]
|
3183
3101
|
}
|
3184
|
-
),
|
3102
|
+
), A5 = ({
|
3185
3103
|
width: i = 20,
|
3186
3104
|
height: o = 20,
|
3187
3105
|
color: e = "#001E52",
|
@@ -3235,7 +3153,7 @@ const x5 = ({
|
|
3235
3153
|
)
|
3236
3154
|
]
|
3237
3155
|
}
|
3238
|
-
),
|
3156
|
+
), Z5 = ({
|
3239
3157
|
width: i = 20,
|
3240
3158
|
height: o = 20,
|
3241
3159
|
color: e = "#001E52",
|
@@ -3274,7 +3192,7 @@ const x5 = ({
|
|
3274
3192
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
3275
3193
|
]
|
3276
3194
|
}
|
3277
|
-
),
|
3195
|
+
), G5 = ({
|
3278
3196
|
width: i = 16,
|
3279
3197
|
height: o = 12,
|
3280
3198
|
color: e = "#001E52",
|
@@ -3305,99 +3223,27 @@ const x5 = ({
|
|
3305
3223
|
"path",
|
3306
3224
|
{
|
3307
3225
|
id: "Vector 7",
|
3308
|
-
d: "M4 6H12",
|
3309
|
-
stroke: e,
|
3310
|
-
strokeWidth: "2",
|
3311
|
-
strokeLinecap: "round"
|
3312
|
-
}
|
3313
|
-
),
|
3314
|
-
/* @__PURE__ */ t(
|
3315
|
-
"path",
|
3316
|
-
{
|
3317
|
-
id: "Vector 8",
|
3318
|
-
d: "M6 11H10",
|
3319
|
-
stroke: e,
|
3320
|
-
strokeWidth: "2",
|
3321
|
-
strokeLinecap: "round"
|
3322
|
-
}
|
3323
|
-
)
|
3324
|
-
] })
|
3325
|
-
}
|
3326
|
-
), y5 = ({
|
3327
|
-
width: i = 16,
|
3328
|
-
height: o = 16,
|
3329
|
-
color: e = "#001E52",
|
3330
|
-
className: l,
|
3331
|
-
onClick: r
|
3332
|
-
}) => /* @__PURE__ */ c(
|
3333
|
-
"svg",
|
3334
|
-
{
|
3335
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3336
|
-
width: i,
|
3337
|
-
height: o,
|
3338
|
-
className: l,
|
3339
|
-
onClick: r,
|
3340
|
-
viewBox: "0 0 16 16",
|
3341
|
-
fill: "none",
|
3342
|
-
children: [
|
3343
|
-
/* @__PURE__ */ t("circle", { cx: "8", cy: "8", r: "7.27273", stroke: e, strokeWidth: "1.45455" }),
|
3344
|
-
/* @__PURE__ */ t(
|
3345
|
-
"path",
|
3346
|
-
{
|
3347
|
-
d: "M7 4.5C7 3.94772 7.44772 3.5 8 3.5C8.55228 3.5 9 3.94772 9 4.5V8.53345C9 9.08574 8.55228 9.53345 8 9.53345C7.44772 9.53345 7 9.08574 7 8.53345V4.5Z",
|
3348
|
-
fill: e
|
3349
|
-
}
|
3350
|
-
),
|
3351
|
-
/* @__PURE__ */ t(
|
3352
|
-
"path",
|
3353
|
-
{
|
3354
|
-
d: "M7 11.5327C7 10.9804 7.44772 10.5327 8 10.5327C8.55228 10.5327 9 10.9804 9 11.5327C9 12.085 8.55228 12.5327 8 12.5327C7.44772 12.5327 7 12.085 7 11.5327Z",
|
3355
|
-
fill: e
|
3356
|
-
}
|
3357
|
-
)
|
3358
|
-
]
|
3359
|
-
}
|
3360
|
-
), T5 = ({
|
3361
|
-
width: i = 11,
|
3362
|
-
height: o = 32,
|
3363
|
-
color: e = "#001E52",
|
3364
|
-
className: l,
|
3365
|
-
onClick: r
|
3366
|
-
}) => /* @__PURE__ */ c(
|
3367
|
-
"svg",
|
3368
|
-
{
|
3369
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3370
|
-
width: i,
|
3371
|
-
height: o,
|
3372
|
-
className: l,
|
3373
|
-
onClick: r,
|
3374
|
-
viewBox: "0 0 11 32",
|
3375
|
-
fill: "none",
|
3376
|
-
children: [
|
3377
|
-
/* @__PURE__ */ t(
|
3378
|
-
"path",
|
3379
|
-
{
|
3380
|
-
fillRule: "evenodd",
|
3381
|
-
clipRule: "evenodd",
|
3382
|
-
d: "M6.22724 31.222C6.53024 31.525 7.02149 31.525 7.32448 31.222L10.7728 27.7737C11.0757 27.4707 11.0757 26.9795 10.7728 26.6765L7.32448 23.2282C7.02149 22.9252 6.53024 22.9252 6.22724 23.2282C5.92425 23.5312 5.92425 24.0224 6.22724 24.3254L9.1269 27.2251L6.22724 30.1247C5.92425 30.4277 5.92425 30.919 6.22724 31.222Z",
|
3383
|
-
fill: e
|
3226
|
+
d: "M4 6H12",
|
3227
|
+
stroke: e,
|
3228
|
+
strokeWidth: "2",
|
3229
|
+
strokeLinecap: "round"
|
3384
3230
|
}
|
3385
3231
|
),
|
3386
3232
|
/* @__PURE__ */ t(
|
3387
3233
|
"path",
|
3388
3234
|
{
|
3389
|
-
|
3235
|
+
id: "Vector 8",
|
3236
|
+
d: "M6 11H10",
|
3390
3237
|
stroke: e,
|
3391
|
-
strokeWidth: "
|
3238
|
+
strokeWidth: "2",
|
3392
3239
|
strokeLinecap: "round"
|
3393
3240
|
}
|
3394
|
-
)
|
3395
|
-
|
3396
|
-
]
|
3241
|
+
)
|
3242
|
+
] })
|
3397
3243
|
}
|
3398
|
-
),
|
3399
|
-
width: i =
|
3400
|
-
height: o =
|
3244
|
+
), W5 = ({
|
3245
|
+
width: i = 16,
|
3246
|
+
height: o = 16,
|
3401
3247
|
color: e = "#001E52",
|
3402
3248
|
className: l,
|
3403
3249
|
onClick: r
|
@@ -3409,27 +3255,27 @@ const x5 = ({
|
|
3409
3255
|
height: o,
|
3410
3256
|
className: l,
|
3411
3257
|
onClick: r,
|
3412
|
-
viewBox: "0 0
|
3258
|
+
viewBox: "0 0 16 16",
|
3413
3259
|
fill: "none",
|
3414
3260
|
children: [
|
3261
|
+
/* @__PURE__ */ t("circle", { cx: "8", cy: "8", r: "7.27273", stroke: e, strokeWidth: "1.45455" }),
|
3415
3262
|
/* @__PURE__ */ t(
|
3416
3263
|
"path",
|
3417
3264
|
{
|
3418
|
-
|
3419
|
-
clipRule: "evenodd",
|
3420
|
-
d: `M1.00621 18.2272C0.70322 18.5302 0.70322 19.0215 1.00621
|
3421
|
-
19.3245L4.45449 22.7728C4.75748 23.0757 5.24873 23.0757 5.55172
|
3422
|
-
22.7728L9 19.3245C9.30299 19.0215 9.30299 18.5302 9 18.2272C8.69701 17.9243
|
3423
|
-
8.20576 17.9243 7.90277 18.2272L5.00311 21.1269L2.10345 18.2272C1.80045 17.9243
|
3424
|
-
1.30921 17.9243 1.00621 18.2272Z`,
|
3265
|
+
d: "M7 4.5C7 3.94772 7.44772 3.5 8 3.5C8.55228 3.5 9 3.94772 9 4.5V8.53345C9 9.08574 8.55228 9.53345 8 9.53345C7.44772 9.53345 7 9.08574 7 8.53345V4.5Z",
|
3425
3266
|
fill: e
|
3426
3267
|
}
|
3427
3268
|
),
|
3428
|
-
/* @__PURE__ */ t(
|
3429
|
-
|
3269
|
+
/* @__PURE__ */ t(
|
3270
|
+
"path",
|
3271
|
+
{
|
3272
|
+
d: "M7 11.5327C7 10.9804 7.44772 10.5327 8 10.5327C8.55228 10.5327 9 10.9804 9 11.5327C9 12.085 8.55228 12.5327 8 12.5327C7.44772 12.5327 7 12.085 7 11.5327Z",
|
3273
|
+
fill: e
|
3274
|
+
}
|
3275
|
+
)
|
3430
3276
|
]
|
3431
3277
|
}
|
3432
|
-
),
|
3278
|
+
), B5 = ({
|
3433
3279
|
width: i = 20,
|
3434
3280
|
height: o = 20,
|
3435
3281
|
color: e = "#001E52",
|
@@ -3476,7 +3322,7 @@ const x5 = ({
|
|
3476
3322
|
)
|
3477
3323
|
]
|
3478
3324
|
}
|
3479
|
-
),
|
3325
|
+
), y5 = ({
|
3480
3326
|
width: i = 20,
|
3481
3327
|
height: o = 20,
|
3482
3328
|
color: e = "#001E52",
|
@@ -3509,7 +3355,7 @@ const x5 = ({
|
|
3509
3355
|
)
|
3510
3356
|
]
|
3511
3357
|
}
|
3512
|
-
),
|
3358
|
+
), T5 = ({
|
3513
3359
|
width: i = 20,
|
3514
3360
|
height: o = 20,
|
3515
3361
|
color: e = "#001E52",
|
@@ -3556,7 +3402,7 @@ const x5 = ({
|
|
3556
3402
|
)
|
3557
3403
|
]
|
3558
3404
|
}
|
3559
|
-
),
|
3405
|
+
), D5 = ({
|
3560
3406
|
width: i = 20,
|
3561
3407
|
height: o = 20,
|
3562
3408
|
color: e = "#001E52",
|
@@ -3589,7 +3435,7 @@ const x5 = ({
|
|
3589
3435
|
)
|
3590
3436
|
]
|
3591
3437
|
}
|
3592
|
-
),
|
3438
|
+
), b5 = ({
|
3593
3439
|
width: i = 18,
|
3594
3440
|
height: o = 16,
|
3595
3441
|
color: e = "#001E52",
|
@@ -3628,7 +3474,7 @@ const x5 = ({
|
|
3628
3474
|
)
|
3629
3475
|
]
|
3630
3476
|
}
|
3631
|
-
),
|
3477
|
+
), j5 = ({
|
3632
3478
|
width: i = 20,
|
3633
3479
|
height: o = 20,
|
3634
3480
|
color: e = "#001E52",
|
@@ -3661,7 +3507,7 @@ const x5 = ({
|
|
3661
3507
|
)
|
3662
3508
|
]
|
3663
3509
|
}
|
3664
|
-
),
|
3510
|
+
), K5 = ({
|
3665
3511
|
width: i = 20,
|
3666
3512
|
height: o = 20,
|
3667
3513
|
color: e = "#001E52",
|
@@ -3685,7 +3531,7 @@ const x5 = ({
|
|
3685
3531
|
}
|
3686
3532
|
)
|
3687
3533
|
}
|
3688
|
-
),
|
3534
|
+
), O5 = ({
|
3689
3535
|
width: i = 20,
|
3690
3536
|
height: o = 20,
|
3691
3537
|
color: e = "#001E52",
|
@@ -3718,7 +3564,7 @@ const x5 = ({
|
|
3718
3564
|
)
|
3719
3565
|
]
|
3720
3566
|
}
|
3721
|
-
),
|
3567
|
+
), Y5 = ({
|
3722
3568
|
width: i = 20,
|
3723
3569
|
height: o = 23,
|
3724
3570
|
color: e = "#001E52",
|
@@ -3779,7 +3625,7 @@ const x5 = ({
|
|
3779
3625
|
)
|
3780
3626
|
]
|
3781
3627
|
}
|
3782
|
-
),
|
3628
|
+
), F5 = ({
|
3783
3629
|
width: i = 14,
|
3784
3630
|
height: o = 14,
|
3785
3631
|
color: e = "#10B981",
|
@@ -3808,7 +3654,7 @@ const x5 = ({
|
|
3808
3654
|
)
|
3809
3655
|
]
|
3810
3656
|
}
|
3811
|
-
),
|
3657
|
+
), S5 = ({
|
3812
3658
|
width: i = 10,
|
3813
3659
|
height: o = 10,
|
3814
3660
|
color: e = "#88A4FF",
|
@@ -3856,7 +3702,7 @@ const x5 = ({
|
|
3856
3702
|
)
|
3857
3703
|
]
|
3858
3704
|
}
|
3859
|
-
),
|
3705
|
+
), U5 = ({
|
3860
3706
|
width: i = 14,
|
3861
3707
|
height: o = 14,
|
3862
3708
|
color: e = "#8E8E93",
|
@@ -3884,7 +3730,7 @@ const x5 = ({
|
|
3884
3730
|
)
|
3885
3731
|
]
|
3886
3732
|
}
|
3887
|
-
),
|
3733
|
+
), P5 = ({
|
3888
3734
|
width: i = 14,
|
3889
3735
|
height: o = 14,
|
3890
3736
|
color: e = "#FFB020",
|
@@ -3918,7 +3764,7 @@ const x5 = ({
|
|
3918
3764
|
)
|
3919
3765
|
]
|
3920
3766
|
}
|
3921
|
-
),
|
3767
|
+
), $5 = ({
|
3922
3768
|
width: i = 14,
|
3923
3769
|
height: o = 14,
|
3924
3770
|
color: e = "#D0421B",
|
@@ -3966,7 +3812,7 @@ const x5 = ({
|
|
3966
3812
|
)
|
3967
3813
|
]
|
3968
3814
|
}
|
3969
|
-
),
|
3815
|
+
), z5 = ({
|
3970
3816
|
width: i = 20,
|
3971
3817
|
height: o = 20,
|
3972
3818
|
color: e = "#070739",
|
@@ -3996,7 +3842,7 @@ const x5 = ({
|
|
3996
3842
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
3997
3843
|
]
|
3998
3844
|
}
|
3999
|
-
),
|
3845
|
+
), J5 = ({
|
4000
3846
|
width: i = 20,
|
4001
3847
|
height: o = 20,
|
4002
3848
|
color: e = "#070739",
|
@@ -4034,7 +3880,7 @@ const x5 = ({
|
|
4034
3880
|
)
|
4035
3881
|
]
|
4036
3882
|
}
|
4037
|
-
),
|
3883
|
+
), q5 = ({
|
4038
3884
|
width: i = 9,
|
4039
3885
|
height: o = 5,
|
4040
3886
|
color: e = "#001E52",
|
@@ -4060,7 +3906,7 @@ const x5 = ({
|
|
4060
3906
|
}
|
4061
3907
|
)
|
4062
3908
|
}
|
4063
|
-
),
|
3909
|
+
), Q5 = ({
|
4064
3910
|
width: i = 20,
|
4065
3911
|
height: o = 20,
|
4066
3912
|
color: e = "#F2F2F7",
|
@@ -4089,7 +3935,7 @@ const x5 = ({
|
|
4089
3935
|
)
|
4090
3936
|
]
|
4091
3937
|
}
|
4092
|
-
),
|
3938
|
+
), X5 = ({
|
4093
3939
|
width: i = 20,
|
4094
3940
|
height: o = 20,
|
4095
3941
|
color: e = "#004ED7",
|
@@ -4118,7 +3964,7 @@ const x5 = ({
|
|
4118
3964
|
)
|
4119
3965
|
]
|
4120
3966
|
}
|
4121
|
-
),
|
3967
|
+
), e3 = ({
|
4122
3968
|
width: i = 10,
|
4123
3969
|
height: o = 10,
|
4124
3970
|
color: e = "#001E52",
|
@@ -4147,7 +3993,7 @@ const x5 = ({
|
|
4147
3993
|
)
|
4148
3994
|
]
|
4149
3995
|
}
|
4150
|
-
),
|
3996
|
+
), o3 = ({
|
4151
3997
|
width: i = 10,
|
4152
3998
|
height: o = 10,
|
4153
3999
|
color: e = "#001E52",
|
@@ -4184,7 +4030,7 @@ const x5 = ({
|
|
4184
4030
|
)
|
4185
4031
|
]
|
4186
4032
|
}
|
4187
|
-
),
|
4033
|
+
), i3 = ({
|
4188
4034
|
className: i,
|
4189
4035
|
color: o = u.GREY_DARK_5,
|
4190
4036
|
height: e = 24,
|
@@ -4223,7 +4069,7 @@ const x5 = ({
|
|
4223
4069
|
)
|
4224
4070
|
]
|
4225
4071
|
}
|
4226
|
-
),
|
4072
|
+
), t3 = ({
|
4227
4073
|
className: i,
|
4228
4074
|
color: o = u.GREY_DARK_5,
|
4229
4075
|
height: e = 20,
|
@@ -4250,7 +4096,7 @@ const x5 = ({
|
|
4250
4096
|
}
|
4251
4097
|
)
|
4252
4098
|
}
|
4253
|
-
),
|
4099
|
+
), l3 = ({
|
4254
4100
|
className: i,
|
4255
4101
|
color: o = u.GREY_DARK_5,
|
4256
4102
|
height: e = 20,
|
@@ -4277,7 +4123,7 @@ const x5 = ({
|
|
4277
4123
|
}
|
4278
4124
|
)
|
4279
4125
|
}
|
4280
|
-
),
|
4126
|
+
), r3 = ({
|
4281
4127
|
className: i,
|
4282
4128
|
color: o = u.GREY_DARK_5,
|
4283
4129
|
height: e = 5,
|
@@ -4301,7 +4147,7 @@ const x5 = ({
|
|
4301
4147
|
}
|
4302
4148
|
)
|
4303
4149
|
}
|
4304
|
-
),
|
4150
|
+
), n3 = ({
|
4305
4151
|
className: i,
|
4306
4152
|
color: o = u.GREY_DARK_5,
|
4307
4153
|
height: e = 5,
|
@@ -4326,7 +4172,7 @@ const x5 = ({
|
|
4326
4172
|
}
|
4327
4173
|
)
|
4328
4174
|
}
|
4329
|
-
),
|
4175
|
+
), s3 = ({
|
4330
4176
|
className: i,
|
4331
4177
|
color: o = u.GREY_DARK_5,
|
4332
4178
|
height: e = 24,
|
@@ -4365,7 +4211,7 @@ const x5 = ({
|
|
4365
4211
|
)
|
4366
4212
|
]
|
4367
4213
|
}
|
4368
|
-
),
|
4214
|
+
), h3 = ({
|
4369
4215
|
className: i,
|
4370
4216
|
color: o = u.GREY_DARK_5,
|
4371
4217
|
height: e = 24,
|
@@ -4404,7 +4250,7 @@ const x5 = ({
|
|
4404
4250
|
)
|
4405
4251
|
]
|
4406
4252
|
}
|
4407
|
-
),
|
4253
|
+
), c3 = ({
|
4408
4254
|
className: i,
|
4409
4255
|
color: o = u.GREY_DARK_5,
|
4410
4256
|
height: e = 24,
|
@@ -4431,7 +4277,7 @@ const x5 = ({
|
|
4431
4277
|
}
|
4432
4278
|
)
|
4433
4279
|
}
|
4434
|
-
),
|
4280
|
+
), a3 = ({
|
4435
4281
|
className: i,
|
4436
4282
|
color: o = u.GREY_DARK_5,
|
4437
4283
|
height: e = 24,
|
@@ -4490,7 +4336,7 @@ const x5 = ({
|
|
4490
4336
|
)
|
4491
4337
|
]
|
4492
4338
|
}
|
4493
|
-
),
|
4339
|
+
), C3 = ({
|
4494
4340
|
className: i,
|
4495
4341
|
color: o = u.GREY_DARK_5,
|
4496
4342
|
height: e = 24,
|
@@ -4527,7 +4373,7 @@ const x5 = ({
|
|
4527
4373
|
)
|
4528
4374
|
]
|
4529
4375
|
}
|
4530
|
-
),
|
4376
|
+
), d3 = ({
|
4531
4377
|
className: i,
|
4532
4378
|
color: o = u.GREY_DARK_3,
|
4533
4379
|
height: e = 14,
|
@@ -4564,7 +4410,7 @@ const x5 = ({
|
|
4564
4410
|
)
|
4565
4411
|
]
|
4566
4412
|
}
|
4567
|
-
),
|
4413
|
+
), w3 = ({
|
4568
4414
|
className: i,
|
4569
4415
|
color: o = u.GREY_DARK_5,
|
4570
4416
|
height: e = 18,
|
@@ -4591,7 +4437,7 @@ const x5 = ({
|
|
4591
4437
|
}
|
4592
4438
|
)
|
4593
4439
|
}
|
4594
|
-
),
|
4440
|
+
), g3 = ({
|
4595
4441
|
className: i,
|
4596
4442
|
color: o = u.GREY_DARK_5,
|
4597
4443
|
height: e = 24,
|
@@ -4643,7 +4489,7 @@ const x5 = ({
|
|
4643
4489
|
)
|
4644
4490
|
]
|
4645
4491
|
}
|
4646
|
-
),
|
4492
|
+
), k3 = ({
|
4647
4493
|
className: i,
|
4648
4494
|
color: o = u.GREY_DARK_5,
|
4649
4495
|
height: e = 24,
|
@@ -4680,7 +4526,7 @@ const x5 = ({
|
|
4680
4526
|
)
|
4681
4527
|
]
|
4682
4528
|
}
|
4683
|
-
),
|
4529
|
+
), p3 = ({
|
4684
4530
|
className: i,
|
4685
4531
|
color: o = u.NOTIFICATION_WARNING_DARK,
|
4686
4532
|
height: e = 37,
|
@@ -4719,7 +4565,7 @@ const x5 = ({
|
|
4719
4565
|
)
|
4720
4566
|
]
|
4721
4567
|
}
|
4722
|
-
),
|
4568
|
+
), u3 = ({
|
4723
4569
|
className: i,
|
4724
4570
|
color: o = u.GREY_DARK_5,
|
4725
4571
|
height: e = 24,
|
@@ -4745,7 +4591,7 @@ const x5 = ({
|
|
4745
4591
|
}
|
4746
4592
|
)
|
4747
4593
|
}
|
4748
|
-
),
|
4594
|
+
), m3 = ({
|
4749
4595
|
className: i,
|
4750
4596
|
color: o = u.GREY_DARK_5,
|
4751
4597
|
height: e = 24,
|
@@ -4784,7 +4630,7 @@ const x5 = ({
|
|
4784
4630
|
)
|
4785
4631
|
]
|
4786
4632
|
}
|
4787
|
-
),
|
4633
|
+
), L3 = ({
|
4788
4634
|
className: i,
|
4789
4635
|
color: o = u.GREY_DARK_5,
|
4790
4636
|
height: e = 24,
|
@@ -4823,7 +4669,7 @@ const x5 = ({
|
|
4823
4669
|
)
|
4824
4670
|
]
|
4825
4671
|
}
|
4826
|
-
),
|
4672
|
+
), v3 = ({
|
4827
4673
|
className: i,
|
4828
4674
|
color: o = u.GREY_DARK_5,
|
4829
4675
|
height: e = 24,
|
@@ -4892,7 +4738,7 @@ const x5 = ({
|
|
4892
4738
|
)
|
4893
4739
|
]
|
4894
4740
|
}
|
4895
|
-
),
|
4741
|
+
), N3 = ({
|
4896
4742
|
className: i,
|
4897
4743
|
color: o = u.GREY_DARK_5,
|
4898
4744
|
height: e = 24,
|
@@ -4949,7 +4795,7 @@ const x5 = ({
|
|
4949
4795
|
)
|
4950
4796
|
]
|
4951
4797
|
}
|
4952
|
-
),
|
4798
|
+
), f3 = ({
|
4953
4799
|
className: i,
|
4954
4800
|
color: o = u.GREY_DARK_5,
|
4955
4801
|
height: e = 24,
|
@@ -4988,7 +4834,7 @@ const x5 = ({
|
|
4988
4834
|
)
|
4989
4835
|
]
|
4990
4836
|
}
|
4991
|
-
),
|
4837
|
+
), M3 = ({
|
4992
4838
|
className: i,
|
4993
4839
|
color: o = u.GREY_DARK_5,
|
4994
4840
|
height: e = 24,
|
@@ -5037,7 +4883,7 @@ const x5 = ({
|
|
5037
4883
|
)
|
5038
4884
|
]
|
5039
4885
|
}
|
5040
|
-
),
|
4886
|
+
), R3 = ({
|
5041
4887
|
className: i,
|
5042
4888
|
color: o = u.GREY_DARK_5,
|
5043
4889
|
height: e = 24,
|
@@ -5064,7 +4910,7 @@ const x5 = ({
|
|
5064
4910
|
}
|
5065
4911
|
)
|
5066
4912
|
}
|
5067
|
-
),
|
4913
|
+
), _3 = ({
|
5068
4914
|
className: i,
|
5069
4915
|
color: o = u.GREY_DARK_5,
|
5070
4916
|
height: e = 20,
|
@@ -5093,7 +4939,7 @@ const x5 = ({
|
|
5093
4939
|
)
|
5094
4940
|
]
|
5095
4941
|
}
|
5096
|
-
),
|
4942
|
+
), x3 = ({
|
5097
4943
|
className: i,
|
5098
4944
|
color: o = "#001E52",
|
5099
4945
|
height: e = 24,
|
@@ -5119,7 +4965,7 @@ const x5 = ({
|
|
5119
4965
|
}
|
5120
4966
|
)
|
5121
4967
|
}
|
5122
|
-
),
|
4968
|
+
), H3 = ({
|
5123
4969
|
className: i,
|
5124
4970
|
color: o = "#131314",
|
5125
4971
|
height: e = 20,
|
@@ -5147,7 +4993,7 @@ const x5 = ({
|
|
5147
4993
|
}
|
5148
4994
|
)
|
5149
4995
|
}
|
5150
|
-
),
|
4996
|
+
), E3 = ({
|
5151
4997
|
className: i,
|
5152
4998
|
color: o = "#001E52",
|
5153
4999
|
height: e = 24,
|
@@ -5185,7 +5031,7 @@ const x5 = ({
|
|
5185
5031
|
)
|
5186
5032
|
] }) })
|
5187
5033
|
}
|
5188
|
-
),
|
5034
|
+
), I3 = ({
|
5189
5035
|
width: i = 20,
|
5190
5036
|
height: o = 20,
|
5191
5037
|
color: e = "#001E52",
|
@@ -5241,7 +5087,7 @@ const x5 = ({
|
|
5241
5087
|
}
|
5242
5088
|
)
|
5243
5089
|
}
|
5244
|
-
),
|
5090
|
+
), V3 = ({
|
5245
5091
|
width: i = 24,
|
5246
5092
|
height: o = 24,
|
5247
5093
|
color: e = "#131314",
|
@@ -5274,7 +5120,7 @@ const x5 = ({
|
|
5274
5120
|
)
|
5275
5121
|
]
|
5276
5122
|
}
|
5277
|
-
),
|
5123
|
+
), A3 = ({
|
5278
5124
|
width: i = 24,
|
5279
5125
|
height: o = 24,
|
5280
5126
|
color: e = u.GREY_DARK_2,
|
@@ -5313,7 +5159,7 @@ const x5 = ({
|
|
5313
5159
|
)
|
5314
5160
|
]
|
5315
5161
|
}
|
5316
|
-
),
|
5162
|
+
), Z3 = ({
|
5317
5163
|
width: i = 24,
|
5318
5164
|
height: o = 24,
|
5319
5165
|
color: e = u.GREY_DARK_2,
|
@@ -5340,7 +5186,7 @@ const x5 = ({
|
|
5340
5186
|
}
|
5341
5187
|
)
|
5342
5188
|
}
|
5343
|
-
),
|
5189
|
+
), G3 = ({
|
5344
5190
|
width: i = 24,
|
5345
5191
|
height: o = 24,
|
5346
5192
|
color: e = u.GREY_DARK_2,
|
@@ -5380,7 +5226,7 @@ const x5 = ({
|
|
5380
5226
|
)
|
5381
5227
|
]
|
5382
5228
|
}
|
5383
|
-
),
|
5229
|
+
), W3 = ({
|
5384
5230
|
width: i = 24,
|
5385
5231
|
height: o = 24,
|
5386
5232
|
color: e = u.GREY_DARK_2,
|
@@ -5407,7 +5253,7 @@ const x5 = ({
|
|
5407
5253
|
}
|
5408
5254
|
)
|
5409
5255
|
}
|
5410
|
-
),
|
5256
|
+
), B3 = ({
|
5411
5257
|
width: i = 24,
|
5412
5258
|
height: o = 24,
|
5413
5259
|
color: e = u.GREY_DARK_2,
|
@@ -5434,7 +5280,7 @@ const x5 = ({
|
|
5434
5280
|
}
|
5435
5281
|
)
|
5436
5282
|
}
|
5437
|
-
),
|
5283
|
+
), y3 = ({
|
5438
5284
|
width: i = 20,
|
5439
5285
|
height: o = 20,
|
5440
5286
|
color: e = "#001E52",
|
@@ -5460,7 +5306,7 @@ const x5 = ({
|
|
5460
5306
|
}
|
5461
5307
|
)
|
5462
5308
|
}
|
5463
|
-
),
|
5309
|
+
), T3 = ({
|
5464
5310
|
name: i,
|
5465
5311
|
width: o,
|
5466
5312
|
height: e,
|
@@ -5469,55 +5315,45 @@ const x5 = ({
|
|
5469
5315
|
disabled: a = !1,
|
5470
5316
|
onClick: w
|
5471
5317
|
}) => {
|
5472
|
-
const [n,
|
5473
|
-
return
|
5318
|
+
const [n, m] = H(r), { theme: d } = n1(E1), h = a ? d && d === "dark" ? u.GREY_LIGHT_4 : u.GREY_DARK_1 : l, s = a ? void 0 : w;
|
5319
|
+
return Z(() => {
|
5474
5320
|
if (r) {
|
5475
|
-
s && !a &&
|
5321
|
+
s && !a && m(`${r} clickable`);
|
5476
5322
|
return;
|
5477
5323
|
}
|
5478
|
-
s && !a &&
|
5324
|
+
s && !a && m("clickable");
|
5479
5325
|
}, [s, r, a]), /* @__PURE__ */ t(S, { children: (() => {
|
5480
5326
|
switch (i) {
|
5481
5327
|
case "nextIcon":
|
5482
|
-
return
|
5328
|
+
return t3({ width: o, height: e, color: h, className: n, onClick: s });
|
5483
5329
|
case "prevIcon":
|
5484
|
-
return
|
5330
|
+
return l3({ width: o, height: e, color: h, className: n, onClick: s });
|
5485
5331
|
case "arrowDown":
|
5486
|
-
return
|
5332
|
+
return R5({ width: o, height: e, color: h, className: n, onClick: s });
|
5487
5333
|
case "info":
|
5488
|
-
return
|
5334
|
+
return _5({ width: o, height: e, color: h, className: n, onClick: s });
|
5489
5335
|
case "arrowRight":
|
5490
|
-
return
|
5336
|
+
return x5({ width: o, height: e, color: h, className: n, onClick: s });
|
5491
5337
|
case "calendar":
|
5492
|
-
return
|
5338
|
+
return H5({ width: o, height: e, color: h, className: n, onClick: s });
|
5493
5339
|
case "ok":
|
5494
|
-
return
|
5340
|
+
return E5({ width: o, height: e, color: h, className: n, onClick: s });
|
5495
5341
|
case "cancel":
|
5496
|
-
return
|
5342
|
+
return I5({ width: o, height: e, color: h, className: n, onClick: s });
|
5497
5343
|
case "add":
|
5498
|
-
return
|
5344
|
+
return V5({ width: o, height: e, color: h, className: n, onClick: s });
|
5499
5345
|
case "list":
|
5500
|
-
return
|
5346
|
+
return A5({ width: o, height: e, color: h, className: n, onClick: s });
|
5501
5347
|
case "dragAndDrop":
|
5502
|
-
return
|
5348
|
+
return Z5({ width: o, height: e, color: h, className: n, onClick: s });
|
5503
5349
|
case "filter":
|
5504
|
-
return
|
5350
|
+
return G5({ width: o, height: e, color: h, className: n, onClick: s });
|
5505
5351
|
case "attention":
|
5506
|
-
return
|
5507
|
-
case "arrowDownLong":
|
5508
|
-
return T5({
|
5509
|
-
width: o,
|
5510
|
-
height: e,
|
5511
|
-
color: h,
|
5512
|
-
className: n,
|
5513
|
-
onClick: s
|
5514
|
-
});
|
5515
|
-
case "dotArrowDown":
|
5516
|
-
return D5({ width: o, height: e, color: h, className: n, onClick: s });
|
5352
|
+
return W5({ width: o, height: e, color: h, className: n, onClick: s });
|
5517
5353
|
case "users":
|
5518
|
-
return
|
5354
|
+
return B5({ width: o, height: e, color: h, className: n, onClick: s });
|
5519
5355
|
case "mySkillsMatrix":
|
5520
|
-
return
|
5356
|
+
return y5({
|
5521
5357
|
width: o,
|
5522
5358
|
height: e,
|
5523
5359
|
color: h,
|
@@ -5525,9 +5361,9 @@ const x5 = ({
|
|
5525
5361
|
onClick: s
|
5526
5362
|
});
|
5527
5363
|
case "skills":
|
5528
|
-
return
|
5364
|
+
return T5({ width: o, height: e, color: h, className: n, onClick: s });
|
5529
5365
|
case "skillsMatrices":
|
5530
|
-
return
|
5366
|
+
return D5({
|
5531
5367
|
width: o,
|
5532
5368
|
height: e,
|
5533
5369
|
color: h,
|
@@ -5535,23 +5371,23 @@ const x5 = ({
|
|
5535
5371
|
onClick: s
|
5536
5372
|
});
|
5537
5373
|
case "history":
|
5538
|
-
return
|
5374
|
+
return b5({ width: o, height: e, color: h, className: n, onClick: s });
|
5539
5375
|
case "logOut":
|
5540
|
-
return
|
5376
|
+
return j5({ width: o, height: e, color: h, className: n, onClick: s });
|
5541
5377
|
case "settings":
|
5542
|
-
return
|
5378
|
+
return K5({ width: o, height: e, color: h, className: n, onClick: s });
|
5543
5379
|
case "trash":
|
5544
|
-
return
|
5380
|
+
return O5({ width: o, height: e, color: h, className: n, onClick: s });
|
5545
5381
|
case "settings4":
|
5546
|
-
return
|
5382
|
+
return Y5({ width: o, height: e, color: h, className: n, onClick: s });
|
5547
5383
|
case "success":
|
5548
|
-
return
|
5384
|
+
return F5({ width: o, height: e, color: h, className: n, onClick: s });
|
5549
5385
|
case "errorSmall":
|
5550
|
-
return
|
5386
|
+
return S5({ width: o, height: e, color: h, className: n, onClick: s });
|
5551
5387
|
case "infoMedium":
|
5552
|
-
return
|
5388
|
+
return U5({ width: o, height: e, color: h, className: n, onClick: s });
|
5553
5389
|
case "attentionMedium":
|
5554
|
-
return
|
5390
|
+
return P5({
|
5555
5391
|
width: o,
|
5556
5392
|
height: e,
|
5557
5393
|
color: h,
|
@@ -5559,9 +5395,9 @@ const x5 = ({
|
|
5559
5395
|
onClick: s
|
5560
5396
|
});
|
5561
5397
|
case "errorMedium":
|
5562
|
-
return
|
5398
|
+
return $5({ width: o, height: e, color: h, className: n, onClick: s });
|
5563
5399
|
case "visibilityIcon":
|
5564
|
-
return
|
5400
|
+
return z5({
|
5565
5401
|
width: o,
|
5566
5402
|
height: e,
|
5567
5403
|
color: h,
|
@@ -5569,7 +5405,7 @@ const x5 = ({
|
|
5569
5405
|
onClick: s
|
5570
5406
|
});
|
5571
5407
|
case "visibilityOffIcon":
|
5572
|
-
return
|
5408
|
+
return J5({
|
5573
5409
|
width: o,
|
5574
5410
|
height: e,
|
5575
5411
|
color: h,
|
@@ -5577,7 +5413,7 @@ const x5 = ({
|
|
5577
5413
|
onClick: s
|
5578
5414
|
});
|
5579
5415
|
case "selectArrowIcon":
|
5580
|
-
return
|
5416
|
+
return q5({
|
5581
5417
|
width: o,
|
5582
5418
|
height: e,
|
5583
5419
|
color: h,
|
@@ -5585,7 +5421,7 @@ const x5 = ({
|
|
5585
5421
|
onClick: s
|
5586
5422
|
});
|
5587
5423
|
case "expandArrowIcon":
|
5588
|
-
return
|
5424
|
+
return Q5({
|
5589
5425
|
width: o,
|
5590
5426
|
height: e,
|
5591
5427
|
color: h,
|
@@ -5593,7 +5429,7 @@ const x5 = ({
|
|
5593
5429
|
onClick: s
|
5594
5430
|
});
|
5595
5431
|
case "expandActiveArrowIcon":
|
5596
|
-
return
|
5432
|
+
return X5({
|
5597
5433
|
width: o,
|
5598
5434
|
height: e,
|
5599
5435
|
color: h,
|
@@ -5601,86 +5437,86 @@ const x5 = ({
|
|
5601
5437
|
onClick: s
|
5602
5438
|
});
|
5603
5439
|
case "sortUp":
|
5604
|
-
return
|
5440
|
+
return e3({ width: o, height: e, color: h, className: n, onClick: s });
|
5605
5441
|
case "sortDown":
|
5606
|
-
return
|
5442
|
+
return o3({ width: o, height: e, color: h, className: n, onClick: s });
|
5607
5443
|
case "search":
|
5608
|
-
return
|
5444
|
+
return i3({ width: o, height: e, color: h, className: n, onClick: s });
|
5609
5445
|
case "arrowUpFilled":
|
5610
|
-
return
|
5446
|
+
return n3({ width: o, height: e, color: h, className: n, onClick: s });
|
5611
5447
|
case "arrowDownFilled":
|
5612
|
-
return
|
5448
|
+
return r3({ width: o, height: e, color: h, className: n, onClick: s });
|
5613
5449
|
case "link":
|
5614
|
-
return
|
5450
|
+
return s3({ width: o, height: e, color: h, className: n, onClick: s });
|
5615
5451
|
case "telegram":
|
5616
|
-
return
|
5452
|
+
return c3({ width: o, height: e, color: h, className: n, onClick: s });
|
5617
5453
|
case "mail":
|
5618
|
-
return
|
5454
|
+
return C3({ width: o, height: e, color: h, className: n, onClick: s });
|
5619
5455
|
case "github":
|
5620
|
-
return
|
5456
|
+
return h3({ width: o, height: e, color: h, className: n, onClick: s });
|
5621
5457
|
case "linkedIn":
|
5622
|
-
return
|
5458
|
+
return a3({ width: o, height: e, color: h, className: n, onClick: s });
|
5623
5459
|
case "emptyStateIcon":
|
5624
|
-
return
|
5460
|
+
return d3({ width: o, height: e, color: h, className: n, onClick: s });
|
5625
5461
|
case "filtersIcon":
|
5626
|
-
return
|
5462
|
+
return w3({ width: o, height: e, color: h, className: n, onClick: s });
|
5627
5463
|
case "dotMenuIcon":
|
5628
|
-
return
|
5464
|
+
return g3({ width: o, height: e, color: h, className: n, onClick: s });
|
5629
5465
|
case "plusCircle":
|
5630
|
-
return
|
5466
|
+
return k3({ width: o, height: e, color: h, className: n, onClick: s });
|
5631
5467
|
case "warning":
|
5632
|
-
return
|
5468
|
+
return p3({ width: o, height: e, color: h, className: n, onClick: s });
|
5633
5469
|
case "back":
|
5634
|
-
return
|
5470
|
+
return u3({ width: o, height: e, color: h, className: n, onClick: s });
|
5635
5471
|
case "bell":
|
5636
|
-
return
|
5472
|
+
return m3({ width: o, height: e, color: h, className: n, onClick: s });
|
5637
5473
|
case "contract":
|
5638
|
-
return
|
5474
|
+
return v3({ width: o, height: e, color: h, className: n, onClick: s });
|
5639
5475
|
case "trash2":
|
5640
|
-
return
|
5476
|
+
return L3({ width: o, height: e, color: h, className: n, onClick: s });
|
5641
5477
|
case "resourceManager":
|
5642
|
-
return
|
5478
|
+
return N3({ width: o, height: e, color: h, className: n, onClick: s });
|
5643
5479
|
case "settings2":
|
5644
|
-
return
|
5480
|
+
return f3({ width: o, height: e, color: h, className: n, onClick: s });
|
5645
5481
|
case "image":
|
5646
|
-
return
|
5482
|
+
return M3({ width: o, height: e, color: h, className: n, onClick: s });
|
5647
5483
|
case "edit":
|
5648
|
-
return
|
5484
|
+
return R3({ width: o, height: e, color: h, className: n, onClick: s });
|
5649
5485
|
case "filledArrowRight":
|
5650
|
-
return
|
5486
|
+
return _3({ width: o, height: e, color: h, className: n, onClick: s });
|
5651
5487
|
case "burgerMenu":
|
5652
|
-
return
|
5488
|
+
return x3({ width: o, height: e, color: h, className: n, onClick: s });
|
5653
5489
|
case "signOut":
|
5654
|
-
return
|
5490
|
+
return H3({ width: o, height: e, color: h, className: n, onClick: s });
|
5655
5491
|
case "refresh":
|
5656
|
-
return
|
5492
|
+
return E3({ width: o, height: e, color: h, className: n, onClick: s });
|
5657
5493
|
case "projects":
|
5658
|
-
return
|
5494
|
+
return I3({ width: o, height: e, color: h, className: n, onClick: s });
|
5659
5495
|
case "profile":
|
5660
|
-
return
|
5496
|
+
return y3({ width: o, height: e, color: h, className: n, onClick: s });
|
5661
5497
|
case "exit":
|
5662
|
-
return
|
5498
|
+
return V3({ width: o, height: e, color: h, className: n, onClick: s });
|
5663
5499
|
case "client":
|
5664
|
-
return
|
5500
|
+
return A3({ width: o, height: e, color: h, className: n, onClick: s });
|
5665
5501
|
case "calendar2":
|
5666
|
-
return
|
5502
|
+
return Z3({ width: o, height: e, color: h, className: n, onClick: s });
|
5667
5503
|
case "openPointCircle":
|
5668
|
-
return
|
5504
|
+
return G3({ width: o, height: e, color: h, className: n, onClick: s });
|
5669
5505
|
case "community":
|
5670
|
-
return
|
5506
|
+
return W3({ width: o, height: e, color: h, className: n, onClick: s });
|
5671
5507
|
case "docs":
|
5672
|
-
return
|
5508
|
+
return B3({ width: o, height: e, color: h, className: n, onClick: s });
|
5673
5509
|
default:
|
5674
5510
|
return /* @__PURE__ */ t(S, { children: "No Icon provided" });
|
5675
5511
|
}
|
5676
5512
|
})() });
|
5677
5513
|
};
|
5678
5514
|
var l1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(l1 || {});
|
5679
|
-
const
|
5515
|
+
const D3 = r1({
|
5680
5516
|
locale: "en",
|
5681
5517
|
theme: "light"
|
5682
5518
|
});
|
5683
|
-
|
5519
|
+
D3.Provider;
|
5684
5520
|
const I1 = ({
|
5685
5521
|
children: i,
|
5686
5522
|
width: o,
|
@@ -5697,7 +5533,7 @@ const I1 = ({
|
|
5697
5533
|
{
|
5698
5534
|
className: `snmt-tag ${e} ${a ? "disabled" : ""}`,
|
5699
5535
|
closeIcon: /* @__PURE__ */ t(
|
5700
|
-
|
5536
|
+
T3,
|
5701
5537
|
{
|
5702
5538
|
name: "errorSmall",
|
5703
5539
|
color: a ? l1.GREY_DARK_1 : l1.GREY_DARK_2,
|
@@ -5710,7 +5546,7 @@ const I1 = ({
|
|
5710
5546
|
style: { width: o ?? "fit-content" },
|
5711
5547
|
closable: r,
|
5712
5548
|
children: typeof i == "string" ? /* @__PURE__ */ t(
|
5713
|
-
|
5549
|
+
M5,
|
5714
5550
|
{
|
5715
5551
|
variant: e === "small" ? "body4" : "body2",
|
5716
5552
|
color: a ? l1.GREY_DARK_2 : l1.GREY_DARK_5,
|
@@ -5719,12 +5555,12 @@ const I1 = ({
|
|
5719
5555
|
) : i
|
5720
5556
|
}
|
5721
5557
|
);
|
5722
|
-
}, { Title:
|
5558
|
+
}, { Title: b3, Text: j3 } = R1, K3 = {
|
5723
5559
|
h1: 1,
|
5724
5560
|
h2: 2,
|
5725
5561
|
h3: 3,
|
5726
5562
|
h4: 4
|
5727
|
-
},
|
5563
|
+
}, O3 = g1(
|
5728
5564
|
({
|
5729
5565
|
align: i = "inherit",
|
5730
5566
|
variant: o = "body1",
|
@@ -5734,20 +5570,20 @@ const I1 = ({
|
|
5734
5570
|
collapsed: a,
|
5735
5571
|
whiteSpace: w = "normal"
|
5736
5572
|
}, n) => {
|
5737
|
-
const
|
5573
|
+
const m = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
5738
5574
|
let d = `snmt-typography snmt-typography-${o}`;
|
5739
|
-
return i && i !== "inherit" && (d += ` snmt-typography-align-${i}`), a && (d += " collapsed"),
|
5740
|
-
|
5575
|
+
return i && i !== "inherit" && (d += ` snmt-typography-align-${i}`), a && (d += " collapsed"), m ? /* @__PURE__ */ t(
|
5576
|
+
b3,
|
5741
5577
|
{
|
5742
5578
|
className: d,
|
5743
5579
|
style: { color: e, whiteSpace: w },
|
5744
5580
|
onClick: r,
|
5745
|
-
level:
|
5581
|
+
level: K3[o],
|
5746
5582
|
ref: n,
|
5747
5583
|
children: l
|
5748
5584
|
}
|
5749
5585
|
) : /* @__PURE__ */ t(
|
5750
|
-
|
5586
|
+
j3,
|
5751
5587
|
{
|
5752
5588
|
className: d,
|
5753
5589
|
style: { color: e, whiteSpace: w },
|
@@ -5757,7 +5593,7 @@ const I1 = ({
|
|
5757
5593
|
}
|
5758
5594
|
);
|
5759
5595
|
}
|
5760
|
-
),
|
5596
|
+
), Y3 = ({
|
5761
5597
|
children: i,
|
5762
5598
|
content: o,
|
5763
5599
|
isOpen: e,
|
@@ -5775,25 +5611,25 @@ const I1 = ({
|
|
5775
5611
|
trigger: "click",
|
5776
5612
|
overlayClassName: `snmt-popover ${a ? "" : "padding"}`,
|
5777
5613
|
open: e ?? w,
|
5778
|
-
onOpenChange: (
|
5779
|
-
n(
|
5614
|
+
onOpenChange: (m) => {
|
5615
|
+
n(m), l == null || l(m);
|
5780
5616
|
},
|
5781
5617
|
children: /* @__PURE__ */ t("div", { className: "wrapper", children: i })
|
5782
5618
|
}
|
5783
5619
|
);
|
5784
5620
|
};
|
5785
|
-
var
|
5621
|
+
var F3 = { exports: {} };
|
5786
5622
|
(function(i, o) {
|
5787
5623
|
(function(e, l) {
|
5788
5624
|
i.exports = l();
|
5789
|
-
})(
|
5625
|
+
})(K1, function() {
|
5790
5626
|
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) {
|
5791
5627
|
var l = ["th", "st", "nd", "rd"], r = e % 100;
|
5792
5628
|
return "[" + e + (l[(r - 20) % 10] || l[r] || l[0]) + "]";
|
5793
5629
|
} };
|
5794
5630
|
});
|
5795
|
-
})(
|
5796
|
-
const
|
5631
|
+
})(F3);
|
5632
|
+
const S3 = ({
|
5797
5633
|
values: i,
|
5798
5634
|
onTagClose: o,
|
5799
5635
|
maxWidth: e,
|
@@ -5802,17 +5638,17 @@ const z3 = ({
|
|
5802
5638
|
options: a,
|
5803
5639
|
extraOptions: w
|
5804
5640
|
}) => {
|
5805
|
-
const { locale: n } = n1(u1), { t:
|
5806
|
-
if (
|
5641
|
+
const { locale: n } = n1(u1), { t: m } = l2("common", { lng: n }), [d, h] = H(!1);
|
5642
|
+
if (Z(() => {
|
5807
5643
|
i.length || h(!1);
|
5808
5644
|
}, [i]), !i.length)
|
5809
5645
|
return null;
|
5810
5646
|
const s = (M) => {
|
5811
|
-
var I,
|
5812
|
-
return ((I = a == null ? void 0 : a.find((R) => R.value === M)) == null ? void 0 : I.label) || ((
|
5647
|
+
var I, W;
|
5648
|
+
return ((I = a == null ? void 0 : a.find((R) => R.value === M)) == null ? void 0 : I.label) || ((W = w == null ? void 0 : w.find((R) => R.value === M)) == null ? void 0 : W.label) || M;
|
5813
5649
|
};
|
5814
5650
|
return /* @__PURE__ */ c(
|
5815
|
-
|
5651
|
+
Y3,
|
5816
5652
|
{
|
5817
5653
|
content: (
|
5818
5654
|
// 90: paddings + margins + gaps and so on
|
@@ -5833,7 +5669,7 @@ const z3 = ({
|
|
5833
5669
|
children: [
|
5834
5670
|
i.length,
|
5835
5671
|
" ",
|
5836
|
-
|
5672
|
+
m("more")
|
5837
5673
|
]
|
5838
5674
|
}
|
5839
5675
|
);
|
@@ -5855,23 +5691,23 @@ const z3 = ({
|
|
5855
5691
|
options: a,
|
5856
5692
|
width: w,
|
5857
5693
|
disabled: n = !1,
|
5858
|
-
required:
|
5694
|
+
required: m = !1,
|
5859
5695
|
clearable: d = !1,
|
5860
5696
|
scrollThresholdValue: h = 50,
|
5861
5697
|
onSearchChange: s,
|
5862
5698
|
onDropdownVisibleChange: M,
|
5863
5699
|
onScrollToEnd: I,
|
5864
|
-
onPopupScroll:
|
5700
|
+
onPopupScroll: W,
|
5865
5701
|
id: B,
|
5866
5702
|
extraOptions: R,
|
5867
|
-
dropdownRender:
|
5703
|
+
dropdownRender: K,
|
5868
5704
|
optionRender: V,
|
5869
|
-
isLoading:
|
5705
|
+
isLoading: G,
|
5870
5706
|
readOnly: k,
|
5871
5707
|
error: _
|
5872
5708
|
}, N) => {
|
5873
|
-
const [f, b] = H(!1), [O, y] = H(!1), [
|
5874
|
-
|
5709
|
+
const [f, b] = H(!1), [O, y] = H(!1), [Y, P] = H(!0), [x, T] = H(i), Q = q(null);
|
5710
|
+
Z(() => {
|
5875
5711
|
T(i);
|
5876
5712
|
}, [i]);
|
5877
5713
|
const s1 = (C) => {
|
@@ -5883,7 +5719,7 @@ const z3 = ({
|
|
5883
5719
|
y(!0);
|
5884
5720
|
}, $ = () => {
|
5885
5721
|
y(!1);
|
5886
|
-
}, j =
|
5722
|
+
}, j = A(
|
5887
5723
|
(C) => {
|
5888
5724
|
if (T(C), l) {
|
5889
5725
|
const v = C;
|
@@ -5894,7 +5730,7 @@ const z3 = ({
|
|
5894
5730
|
o == null || o(g);
|
5895
5731
|
},
|
5896
5732
|
[l, o]
|
5897
|
-
), c1 =
|
5733
|
+
), c1 = A(() => {
|
5898
5734
|
if (!(k || n)) {
|
5899
5735
|
if (l) {
|
5900
5736
|
j([]);
|
@@ -5902,25 +5738,25 @@ const z3 = ({
|
|
5902
5738
|
}
|
5903
5739
|
j("");
|
5904
5740
|
}
|
5905
|
-
}, [n, j, l, k]), F =
|
5741
|
+
}, [n, j, l, k]), F = A(
|
5906
5742
|
(C) => {
|
5907
5743
|
const g = x.filter((v) => v !== C);
|
5908
5744
|
j(g), T(g);
|
5909
5745
|
},
|
5910
5746
|
[j, x]
|
5911
|
-
), e1 =
|
5747
|
+
), e1 = A(
|
5912
5748
|
(C) => (x == null ? void 0 : x.indexOf(C)) === 0 ? (
|
5913
5749
|
// if the search input is empty
|
5914
5750
|
// then display the placeholder, else do not display it
|
5915
|
-
/* @__PURE__ */ t("span", { className: "custom-placeholder", children:
|
5751
|
+
/* @__PURE__ */ t("span", { className: "custom-placeholder", children: Y ? e : "" })
|
5916
5752
|
) : /* @__PURE__ */ t(S, {}),
|
5917
|
-
[
|
5753
|
+
[Y, x, e]
|
5918
5754
|
), a1 = (C) => {
|
5919
5755
|
C.preventDefault(), C.stopPropagation();
|
5920
5756
|
}, C1 = async (C) => {
|
5921
5757
|
const { target: g } = C;
|
5922
|
-
g.scrollTop + g.offsetHeight >= g.scrollHeight - h && (I == null || I(!0)),
|
5923
|
-
}, z =
|
5758
|
+
g.scrollTop + g.offsetHeight >= g.scrollHeight - h && (I == null || I(!0)), W && await W(C);
|
5759
|
+
}, z = A(
|
5924
5760
|
(C) => {
|
5925
5761
|
var g, v;
|
5926
5762
|
return ((g = a.find((o1) => o1.value === C)) == null ? void 0 : g.label) || ((v = R == null ? void 0 : R.find(
|
@@ -5928,11 +5764,11 @@ const z3 = ({
|
|
5928
5764
|
)) == null ? void 0 : v.label) || C;
|
5929
5765
|
},
|
5930
5766
|
[R, a]
|
5931
|
-
), d1 =
|
5767
|
+
), d1 = A(
|
5932
5768
|
(C) => {
|
5933
5769
|
var g;
|
5934
5770
|
return /* @__PURE__ */ t(
|
5935
|
-
|
5771
|
+
S3,
|
5936
5772
|
{
|
5937
5773
|
values: C,
|
5938
5774
|
onTagClose: F,
|
@@ -5945,7 +5781,7 @@ const z3 = ({
|
|
5945
5781
|
);
|
5946
5782
|
},
|
5947
5783
|
[n, R, F, a, k]
|
5948
|
-
),
|
5784
|
+
), L = A(
|
5949
5785
|
({ label: C, value: g, mode: v }) => v === "filter" ? e1(g) : /* @__PURE__ */ t("div", { onMouseDown: a1, className: "tag-wrapper", children: /* @__PURE__ */ t(I1, { onClose: () => F(g), disabled: n, children: typeof C == "object" ? C : z(g) }) }),
|
5950
5786
|
[n, z, F, e1]
|
5951
5787
|
), E = Array.isArray(x) && x.length > 0 || !!x && typeof x == "string" && x.trim() !== "";
|
@@ -5959,7 +5795,7 @@ const z3 = ({
|
|
5959
5795
|
style: { width: w },
|
5960
5796
|
children: [
|
5961
5797
|
/* @__PURE__ */ t(
|
5962
|
-
|
5798
|
+
Z1,
|
5963
5799
|
{
|
5964
5800
|
className: "snmt-select-blank",
|
5965
5801
|
popupClassName: k ? "dropdown-read-only" : "",
|
@@ -5983,11 +5819,11 @@ const z3 = ({
|
|
5983
5819
|
},
|
5984
5820
|
onSelect: () => P(!0),
|
5985
5821
|
onDeselect: () => P(!0),
|
5986
|
-
tagRender: (C) =>
|
5822
|
+
tagRender: (C) => L({ ...C, mode: l }),
|
5987
5823
|
maxTagCount: "responsive",
|
5988
5824
|
maxTagPlaceholder: d1,
|
5989
5825
|
onPopupScroll: C1,
|
5990
|
-
prefix:
|
5826
|
+
prefix: G && /* @__PURE__ */ t(N1, { size: 15 }),
|
5991
5827
|
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(S, { children: [
|
5992
5828
|
x && !!x.length && (l || d) && /* @__PURE__ */ t(
|
5993
5829
|
"div",
|
@@ -6041,8 +5877,8 @@ const z3 = ({
|
|
6041
5877
|
)
|
6042
5878
|
] }),
|
6043
5879
|
dropdownRender: (C) => /* @__PURE__ */ c("div", { className: "dropdown-container", children: [
|
6044
|
-
/* @__PURE__ */ t("div", { className: "dropdown-menu", children:
|
6045
|
-
|
5880
|
+
/* @__PURE__ */ t("div", { className: "dropdown-menu", children: K ? K(C) : C }),
|
5881
|
+
G && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(N1, { size: 28 }) })
|
6046
5882
|
] })
|
6047
5883
|
}
|
6048
5884
|
),
|
@@ -6050,15 +5886,15 @@ const z3 = ({
|
|
6050
5886
|
/* @__PURE__ */ t(
|
6051
5887
|
"label",
|
6052
5888
|
{
|
6053
|
-
className: `${O || E ? "label-floating" : ""} ${n ? "label-disabled" : ""} ${O ? "label-focused" : ""} ${
|
6054
|
-
children:
|
5889
|
+
className: `${O || E ? "label-floating" : ""} ${n ? "label-disabled" : ""} ${O ? "label-focused" : ""} ${G ? "label-loading" : ""} ${_ ? "label-error" : ""}`,
|
5890
|
+
children: m ? `${e}*` : e
|
6055
5891
|
}
|
6056
5892
|
),
|
6057
5893
|
/* @__PURE__ */ t(
|
6058
5894
|
"fieldset",
|
6059
5895
|
{
|
6060
5896
|
className: `${O ? "fieldset-focused" : ""} ${n ? "fieldset-disabled" : ""} ${E ? "fieldset-filled" : ""} ${_ ? "fieldset-error" : ""}`,
|
6061
|
-
children: /* @__PURE__ */ t("legend", { children: /* @__PURE__ */ t("span", { children:
|
5897
|
+
children: /* @__PURE__ */ t("legend", { children: /* @__PURE__ */ t("span", { children: m ? `${e}*` : e }) })
|
6062
5898
|
}
|
6063
5899
|
)
|
6064
5900
|
] })
|
@@ -6067,14 +5903,14 @@ const z3 = ({
|
|
6067
5903
|
),
|
6068
5904
|
_ && /* @__PURE__ */ c(t1, { justifyContent: "flex-start", gap: 6, children: [
|
6069
5905
|
/* @__PURE__ */ t(i1, { name: "attention", color: D.NOTIFICATION_ERROR_DARK }),
|
6070
|
-
typeof _ == "string" ? /* @__PURE__ */ t(
|
5906
|
+
typeof _ == "string" ? /* @__PURE__ */ t(O3, { color: D.NOTIFICATION_ERROR_DARK, variant: "body4", children: _ }) : _
|
6071
5907
|
] })
|
6072
5908
|
] });
|
6073
5909
|
}
|
6074
5910
|
);
|
6075
|
-
function
|
5911
|
+
function U3(i, o = 500) {
|
6076
5912
|
const e = q();
|
6077
|
-
return
|
5913
|
+
return Z(() => () => {
|
6078
5914
|
e.current && clearTimeout(e.current);
|
6079
5915
|
}, []), (...r) => {
|
6080
5916
|
const a = setTimeout(() => {
|
@@ -6085,13 +5921,13 @@ function J3(i, o = 500) {
|
|
6085
5921
|
}
|
6086
5922
|
function M1(i) {
|
6087
5923
|
const o = q(i);
|
6088
|
-
return
|
5924
|
+
return Z(() => {
|
6089
5925
|
o.current = i;
|
6090
5926
|
}, [i]), o.current;
|
6091
5927
|
}
|
6092
5928
|
const k1 = 100, J = {
|
6093
5929
|
offset: 0
|
6094
|
-
},
|
5930
|
+
}, q3 = g1(
|
6095
5931
|
({
|
6096
5932
|
loadOptions: i,
|
6097
5933
|
width: o,
|
@@ -6101,30 +5937,30 @@ const k1 = 100, J = {
|
|
6101
5937
|
disabled: a,
|
6102
5938
|
scrollThresholdValue: w,
|
6103
5939
|
placeholder: n,
|
6104
|
-
mode:
|
5940
|
+
mode: m,
|
6105
5941
|
loadOnClosedState: d,
|
6106
5942
|
preloadOptions: h,
|
6107
5943
|
extraOptions: s,
|
6108
5944
|
onDropdownVisibleChange: M,
|
6109
5945
|
optionRender: I,
|
6110
|
-
dropdownRender:
|
5946
|
+
dropdownRender: W,
|
6111
5947
|
readOnly: B,
|
6112
5948
|
clearable: R = !1,
|
6113
|
-
required:
|
5949
|
+
required: K = !1,
|
6114
5950
|
error: V
|
6115
|
-
},
|
6116
|
-
const [k, _] = H(), [N, f] = H(J), [b, O] = H(!1), [y,
|
5951
|
+
}, G) => {
|
5952
|
+
const [k, _] = H(), [N, f] = H(J), [b, O] = H(!1), [y, Y] = H(), [P, x] = H(!1), [T, Q] = H(
|
6117
5953
|
s ?? []
|
6118
|
-
), s1 = M1(N.offset), h1 = M1(y), [X, $] = H(!1), j = q(!1), c1 =
|
5954
|
+
), s1 = M1(N.offset), h1 = M1(y), [X, $] = H(!1), j = q(!1), c1 = A(
|
6119
5955
|
async ({
|
6120
|
-
limit:
|
5956
|
+
limit: L = k1,
|
6121
5957
|
offset: E,
|
6122
5958
|
search: C
|
6123
5959
|
}) => {
|
6124
5960
|
O(!0);
|
6125
5961
|
try {
|
6126
5962
|
const g = await i({
|
6127
|
-
limit:
|
5963
|
+
limit: L,
|
6128
5964
|
offset: E,
|
6129
5965
|
search: C
|
6130
5966
|
});
|
@@ -6141,43 +5977,43 @@ const k1 = 100, J = {
|
|
6141
5977
|
}
|
6142
5978
|
},
|
6143
5979
|
[i]
|
6144
|
-
), F =
|
6145
|
-
|
6146
|
-
}), e1 =
|
6147
|
-
(
|
5980
|
+
), F = U3((L) => {
|
5981
|
+
Y(L), L || f(J);
|
5982
|
+
}), e1 = A(
|
5983
|
+
(L) => F(L),
|
6148
5984
|
[F]
|
6149
|
-
), a1 =
|
6150
|
-
async (
|
6151
|
-
b ||
|
5985
|
+
), a1 = A(
|
5986
|
+
async (L) => {
|
5987
|
+
b || L && N.count && N.count > ((k == null ? void 0 : k.length) ?? 0) && f((E) => ({
|
6152
5988
|
...E,
|
6153
5989
|
offset: E.offset + k1
|
6154
5990
|
}));
|
6155
5991
|
},
|
6156
5992
|
[b, k == null ? void 0 : k.length, N.count]
|
6157
|
-
), C1 =
|
6158
|
-
(
|
6159
|
-
x(
|
5993
|
+
), C1 = A(
|
5994
|
+
(L) => {
|
5995
|
+
x(L), !L && y && (Y(void 0), f(J), $(!0)), M == null || M(L);
|
6160
5996
|
},
|
6161
5997
|
[M, y]
|
6162
5998
|
);
|
6163
|
-
|
5999
|
+
Z(() => {
|
6164
6000
|
if (!j.current || b) return;
|
6165
6001
|
(X || P && (s1 !== N.offset || h1 !== y || !k)) && (c1({ offset: N.offset, limit: k1, search: y }), X && $(!1));
|
6166
|
-
}, [X, P, N.offset, y, s1, h1, k, b]),
|
6002
|
+
}, [X, P, N.offset, y, s1, h1, k, b]), Z(() => {
|
6167
6003
|
(d || h) && c1(J), j.current = !0;
|
6168
|
-
}, []),
|
6169
|
-
s && Q((
|
6004
|
+
}, []), Z(() => {
|
6005
|
+
s && Q((L) => {
|
6170
6006
|
const E = s.filter(
|
6171
|
-
(C) => !
|
6007
|
+
(C) => !L.some((g) => g.value === C.value)
|
6172
6008
|
);
|
6173
|
-
return [...
|
6009
|
+
return [...L, ...E];
|
6174
6010
|
});
|
6175
6011
|
}, [s]);
|
6176
|
-
const z =
|
6177
|
-
(
|
6178
|
-
e && e(
|
6012
|
+
const z = A(
|
6013
|
+
(L) => {
|
6014
|
+
e && e(L);
|
6179
6015
|
let E = [];
|
6180
|
-
if (
|
6016
|
+
if (m ? E = Array.isArray(L) ? L : [] : E = L ? [L] : [], y) {
|
6181
6017
|
const C = E.filter(
|
6182
6018
|
(g) => !(T != null && T.some((v) => v.value === g))
|
6183
6019
|
);
|
@@ -6190,17 +6026,17 @@ const k1 = 100, J = {
|
|
6190
6026
|
label: (w1 == null ? void 0 : w1.label) ?? v
|
6191
6027
|
};
|
6192
6028
|
})
|
6193
|
-
]),
|
6029
|
+
]), Y(void 0), f(J), $(!0);
|
6194
6030
|
}
|
6195
6031
|
},
|
6196
|
-
[e, y,
|
6032
|
+
[e, y, m, k, T]
|
6197
6033
|
), d1 = V1(
|
6198
6034
|
() => ({
|
6199
6035
|
id: r,
|
6200
6036
|
width: o,
|
6201
6037
|
options: k || [],
|
6202
6038
|
onChange: z,
|
6203
|
-
ref:
|
6039
|
+
ref: G,
|
6204
6040
|
placeholder: n,
|
6205
6041
|
search: !0,
|
6206
6042
|
value: l,
|
@@ -6212,10 +6048,10 @@ const k1 = 100, J = {
|
|
6212
6048
|
extraOptions: T,
|
6213
6049
|
isLoading: b,
|
6214
6050
|
optionRender: I,
|
6215
|
-
dropdownRender:
|
6051
|
+
dropdownRender: W,
|
6216
6052
|
readOnly: B,
|
6217
6053
|
clearable: R,
|
6218
|
-
required:
|
6054
|
+
required: K,
|
6219
6055
|
error: V
|
6220
6056
|
}),
|
6221
6057
|
[
|
@@ -6223,7 +6059,7 @@ const k1 = 100, J = {
|
|
6223
6059
|
o,
|
6224
6060
|
k,
|
6225
6061
|
z,
|
6226
|
-
|
6062
|
+
G,
|
6227
6063
|
n,
|
6228
6064
|
l,
|
6229
6065
|
e1,
|
@@ -6234,20 +6070,20 @@ const k1 = 100, J = {
|
|
6234
6070
|
T,
|
6235
6071
|
b,
|
6236
6072
|
I,
|
6237
|
-
|
6073
|
+
W,
|
6238
6074
|
B,
|
6239
6075
|
R,
|
6240
|
-
|
6076
|
+
K,
|
6241
6077
|
V
|
6242
6078
|
]
|
6243
6079
|
);
|
6244
|
-
return
|
6080
|
+
return A1(G, () => ({
|
6245
6081
|
refetchOptions: async () => {
|
6246
|
-
f(J),
|
6082
|
+
f(J), Y(void 0), $(!0);
|
6247
6083
|
}
|
6248
|
-
})),
|
6084
|
+
})), m ? /* @__PURE__ */ t(f1, { ...d1, value: l, mode: m }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(f1, { ...d1, value: l }) });
|
6249
6085
|
}
|
6250
6086
|
);
|
6251
6087
|
export {
|
6252
|
-
|
6088
|
+
q3 as AsyncSelect
|
6253
6089
|
};
|