@snmt-react-ui/user-select 2.13.4 → 2.13.5
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/user-select.js +707 -567
- package/package.json +4 -4
package/dist/user-select.js
CHANGED
|
@@ -3,10 +3,10 @@ var y2 = (i, e, t) => e in i ? b2(i, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var W1 = (i, e, t) => y2(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import "./index.css";
|
|
5
5
|
import { jsx as n, Fragment as J, jsxs as g } from "react/jsx-runtime";
|
|
6
|
-
import { forwardRef as a1, useState as
|
|
7
|
-
import { Select as A2, Tag as F1, Flex as E2, Checkbox as D2, Avatar as K2, Typography as M1, Popover as
|
|
6
|
+
import { forwardRef as a1, useState as G, useRef as q, useCallback as y, useEffect as F, useMemo as z1, useImperativeHandle as h1, useContext as s1, createContext as L2, useLayoutEffect as N1 } from "react";
|
|
7
|
+
import { Select as A2, Tag as F1, Flex as E2, Checkbox as D2, Avatar as K2, Typography as M1, Popover as G2, Tooltip as x1 } from "antd";
|
|
8
8
|
import { COLORS as c, SNMTUiContext as c1 } from "@snmt-react-ui/core";
|
|
9
|
-
var
|
|
9
|
+
var B2 = Object.defineProperty, S2 = (i, e, t) => e in i ? B2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, Y2 = (i, e, t) => S2(i, e + "", t), O2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
10
10
|
function I2() {
|
|
11
11
|
if (console && console.warn) {
|
|
12
12
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
@@ -128,7 +128,7 @@ const t5 = (i, e) => {
|
|
|
128
128
|
} = h;
|
|
129
129
|
let a = i;
|
|
130
130
|
a = r1(a) ? [a] : a || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(a);
|
|
131
|
-
const r = (C.isInitialized || C.initializedStoreOnce) && a.every((L) => T2(L, C, h)), p = i5(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), w = () => p, f = () => v2(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), [u, M] =
|
|
131
|
+
const r = (C.isInitialized || C.initializedStoreOnce) && a.every((L) => T2(L, C, h)), p = i5(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), w = () => p, f = () => v2(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), [u, M] = G(w);
|
|
132
132
|
let k = a.join();
|
|
133
133
|
e.lng && (k = `${e.lng}${k}`);
|
|
134
134
|
const A = t5(k), V = q(!0);
|
|
@@ -179,7 +179,7 @@ const t5 = (i, e) => {
|
|
|
179
179
|
children: i
|
|
180
180
|
}
|
|
181
181
|
), s5 = (i, { enabled: e = !0 } = {}) => {
|
|
182
|
-
const [t, l] =
|
|
182
|
+
const [t, l] = G(!1), s = y(() => !e || !i || typeof i == "function" ? null : i.current, [e, i]), C = y(() => {
|
|
183
183
|
const h = s();
|
|
184
184
|
if (!h) {
|
|
185
185
|
l(!1);
|
|
@@ -295,7 +295,7 @@ const t5 = (i, e) => {
|
|
|
295
295
|
}
|
|
296
296
|
);
|
|
297
297
|
}, h5 = (i, { enabled: e = !0 } = {}) => {
|
|
298
|
-
const [t, l] =
|
|
298
|
+
const [t, l] = G(!1), s = y(() => !e || !i || typeof i == "function" ? null : i.current, [e, i]), C = y(() => {
|
|
299
299
|
const h = s();
|
|
300
300
|
if (!h) {
|
|
301
301
|
l(!1);
|
|
@@ -375,7 +375,7 @@ const t5 = (i, e) => {
|
|
|
375
375
|
disabled: s = !1,
|
|
376
376
|
disableUncheck: C = !1
|
|
377
377
|
}) => {
|
|
378
|
-
const [h, d] =
|
|
378
|
+
const [h, d] = G(i), [o, a] = G(e);
|
|
379
379
|
F(() => {
|
|
380
380
|
d(i), a(e);
|
|
381
381
|
}, [i, e]);
|
|
@@ -1032,7 +1032,7 @@ const t5 = (i, e) => {
|
|
|
1032
1032
|
)
|
|
1033
1033
|
]
|
|
1034
1034
|
}
|
|
1035
|
-
),
|
|
1035
|
+
), G5 = ({
|
|
1036
1036
|
width: i = 20,
|
|
1037
1037
|
height: e = 20,
|
|
1038
1038
|
color: t = c.GREY_DARK_5,
|
|
@@ -1079,7 +1079,7 @@ const t5 = (i, e) => {
|
|
|
1079
1079
|
)
|
|
1080
1080
|
]
|
|
1081
1081
|
}
|
|
1082
|
-
),
|
|
1082
|
+
), B5 = ({
|
|
1083
1083
|
width: i = 20,
|
|
1084
1084
|
height: e = 20,
|
|
1085
1085
|
color: t = c.GREY_DARK_5,
|
|
@@ -1126,7 +1126,7 @@ const t5 = (i, e) => {
|
|
|
1126
1126
|
)
|
|
1127
1127
|
]
|
|
1128
1128
|
}
|
|
1129
|
-
),
|
|
1129
|
+
), S5 = ({
|
|
1130
1130
|
width: i = 20,
|
|
1131
1131
|
height: e = 20,
|
|
1132
1132
|
color: t = c.GREY_DARK_5,
|
|
@@ -2655,6 +2655,39 @@ const t5 = (i, e) => {
|
|
|
2655
2655
|
}
|
|
2656
2656
|
)
|
|
2657
2657
|
}
|
|
2658
|
+
), V7 = ({
|
|
2659
|
+
width: i = 20,
|
|
2660
|
+
height: e = 20,
|
|
2661
|
+
color: t = c.GREY_DARK_5,
|
|
2662
|
+
className: l,
|
|
2663
|
+
onClick: s
|
|
2664
|
+
}) => /* @__PURE__ */ g(
|
|
2665
|
+
"svg",
|
|
2666
|
+
{
|
|
2667
|
+
width: i,
|
|
2668
|
+
height: e,
|
|
2669
|
+
className: l,
|
|
2670
|
+
viewBox: "0 0 24 24",
|
|
2671
|
+
fill: "none",
|
|
2672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2673
|
+
onClick: s,
|
|
2674
|
+
children: [
|
|
2675
|
+
/* @__PURE__ */ n(
|
|
2676
|
+
"path",
|
|
2677
|
+
{
|
|
2678
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
2679
|
+
fill: t
|
|
2680
|
+
}
|
|
2681
|
+
),
|
|
2682
|
+
/* @__PURE__ */ n(
|
|
2683
|
+
"path",
|
|
2684
|
+
{
|
|
2685
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
2686
|
+
fill: t
|
|
2687
|
+
}
|
|
2688
|
+
)
|
|
2689
|
+
]
|
|
2690
|
+
}
|
|
2658
2691
|
), u1 = ({
|
|
2659
2692
|
name: i,
|
|
2660
2693
|
width: e,
|
|
@@ -2700,9 +2733,9 @@ const t5 = (i, e) => {
|
|
|
2700
2733
|
case "attention":
|
|
2701
2734
|
return K5({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2702
2735
|
case "users":
|
|
2703
|
-
return
|
|
2736
|
+
return G5({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2704
2737
|
case "mySkillsMatrix":
|
|
2705
|
-
return
|
|
2738
|
+
return B5({
|
|
2706
2739
|
width: e,
|
|
2707
2740
|
height: t,
|
|
2708
2741
|
color: o,
|
|
@@ -2710,7 +2743,7 @@ const t5 = (i, e) => {
|
|
|
2710
2743
|
onClick: a
|
|
2711
2744
|
});
|
|
2712
2745
|
case "skills":
|
|
2713
|
-
return
|
|
2746
|
+
return S5({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2714
2747
|
case "skillsMatrices":
|
|
2715
2748
|
return Y5({
|
|
2716
2749
|
width: e,
|
|
@@ -2817,12 +2850,14 @@ const t5 = (i, e) => {
|
|
|
2817
2850
|
return x7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2818
2851
|
case "unpaidLeave":
|
|
2819
2852
|
return Z7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2853
|
+
case "time":
|
|
2854
|
+
return V7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2820
2855
|
default:
|
|
2821
2856
|
return /* @__PURE__ */ n(J, { children: "No Icon provided" });
|
|
2822
2857
|
}
|
|
2823
2858
|
})() });
|
|
2824
|
-
},
|
|
2825
|
-
const [t, l] =
|
|
2859
|
+
}, R7 = (i, { enabled: e = !0 } = {}) => {
|
|
2860
|
+
const [t, l] = G(!1), s = y(() => !e || !i || typeof i == "function" ? null : i.current, [e, i]), C = y(() => {
|
|
2826
2861
|
const h = s();
|
|
2827
2862
|
if (!h) {
|
|
2828
2863
|
l(!1);
|
|
@@ -2851,7 +2886,7 @@ const t5 = (i, e) => {
|
|
|
2851
2886
|
const d = new ResizeObserver(C);
|
|
2852
2887
|
return d.observe(h), () => d.disconnect();
|
|
2853
2888
|
}, [s, C]), t;
|
|
2854
|
-
},
|
|
2889
|
+
}, H7 = ({ children: i, title: e, arrow: t = !0, open: l, placement: s = "top" }) => /* @__PURE__ */ n(
|
|
2855
2890
|
x1,
|
|
2856
2891
|
{
|
|
2857
2892
|
overlayClassName: "snmt-tooltip",
|
|
@@ -2861,12 +2896,12 @@ const t5 = (i, e) => {
|
|
|
2861
2896
|
placement: s,
|
|
2862
2897
|
children: i
|
|
2863
2898
|
}
|
|
2864
|
-
), { Title:
|
|
2899
|
+
), { Title: _7, Text: b7 } = M1, y7 = {
|
|
2865
2900
|
h1: 1,
|
|
2866
2901
|
h2: 2,
|
|
2867
2902
|
h3: 3,
|
|
2868
2903
|
h4: 4
|
|
2869
|
-
},
|
|
2904
|
+
}, A7 = a1(
|
|
2870
2905
|
({
|
|
2871
2906
|
align: i = "inherit",
|
|
2872
2907
|
variant: e = "body1",
|
|
@@ -2879,7 +2914,7 @@ const t5 = (i, e) => {
|
|
|
2879
2914
|
}, d) => {
|
|
2880
2915
|
const o = q(null);
|
|
2881
2916
|
h1(d, () => o.current);
|
|
2882
|
-
const a =
|
|
2917
|
+
const a = R7(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
2883
2918
|
let p = `snmt-typography snmt-typography-${e}`;
|
|
2884
2919
|
i && i !== "inherit" && (p += ` snmt-typography-align-${i}`);
|
|
2885
2920
|
const w = h && a, f = {
|
|
@@ -2891,10 +2926,10 @@ const t5 = (i, e) => {
|
|
|
2891
2926
|
onClick: s,
|
|
2892
2927
|
ref: o,
|
|
2893
2928
|
ellipsis: w || void 0
|
|
2894
|
-
}, u = /* @__PURE__ */ n(
|
|
2895
|
-
return r ? /* @__PURE__ */ n(
|
|
2929
|
+
}, u = /* @__PURE__ */ n(b7, { ...f, children: l });
|
|
2930
|
+
return r ? /* @__PURE__ */ n(_7, { level: y7[e], ...f, children: l }) : /* @__PURE__ */ n(J, { children: w ? /* @__PURE__ */ n(H7, { title: l, children: u }) : u });
|
|
2896
2931
|
}
|
|
2897
|
-
),
|
|
2932
|
+
), E7 = ({
|
|
2898
2933
|
width: i = 20,
|
|
2899
2934
|
height: e = 20,
|
|
2900
2935
|
color: t = c.GREY_DARK_5,
|
|
@@ -2918,7 +2953,7 @@ const t5 = (i, e) => {
|
|
|
2918
2953
|
}
|
|
2919
2954
|
)
|
|
2920
2955
|
}
|
|
2921
|
-
),
|
|
2956
|
+
), D7 = ({
|
|
2922
2957
|
width: i = 20,
|
|
2923
2958
|
height: e = 20,
|
|
2924
2959
|
color: t = c.GREY_DARK_5,
|
|
@@ -2942,7 +2977,7 @@ const t5 = (i, e) => {
|
|
|
2942
2977
|
}
|
|
2943
2978
|
)
|
|
2944
2979
|
}
|
|
2945
|
-
),
|
|
2980
|
+
), K7 = ({
|
|
2946
2981
|
width: i = 20,
|
|
2947
2982
|
height: e = 20,
|
|
2948
2983
|
color: t = c.GREY_DARK_5,
|
|
@@ -2966,7 +3001,7 @@ const t5 = (i, e) => {
|
|
|
2966
3001
|
}
|
|
2967
3002
|
)
|
|
2968
3003
|
}
|
|
2969
|
-
),
|
|
3004
|
+
), G7 = ({
|
|
2970
3005
|
width: i = 20,
|
|
2971
3006
|
height: e = 20,
|
|
2972
3007
|
color: t = c.GREY_DARK_5,
|
|
@@ -2991,7 +3026,7 @@ const t5 = (i, e) => {
|
|
|
2991
3026
|
}
|
|
2992
3027
|
)
|
|
2993
3028
|
}
|
|
2994
|
-
),
|
|
3029
|
+
), B7 = ({
|
|
2995
3030
|
width: i = 20,
|
|
2996
3031
|
height: e = 20,
|
|
2997
3032
|
color: t = c.GREY_DARK_5,
|
|
@@ -3031,7 +3066,7 @@ const t5 = (i, e) => {
|
|
|
3031
3066
|
)
|
|
3032
3067
|
]
|
|
3033
3068
|
}
|
|
3034
|
-
),
|
|
3069
|
+
), S7 = ({
|
|
3035
3070
|
width: i = 20,
|
|
3036
3071
|
height: e = 20,
|
|
3037
3072
|
color: t = c.GREY_DARK_5,
|
|
@@ -3058,7 +3093,7 @@ const t5 = (i, e) => {
|
|
|
3058
3093
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3059
3094
|
]
|
|
3060
3095
|
}
|
|
3061
|
-
),
|
|
3096
|
+
), Y7 = ({
|
|
3062
3097
|
width: i = 20,
|
|
3063
3098
|
height: e = 20,
|
|
3064
3099
|
color: t = c.GREY_DARK_5,
|
|
@@ -3082,7 +3117,7 @@ const t5 = (i, e) => {
|
|
|
3082
3117
|
}
|
|
3083
3118
|
)
|
|
3084
3119
|
}
|
|
3085
|
-
),
|
|
3120
|
+
), O7 = ({
|
|
3086
3121
|
width: i = 20,
|
|
3087
3122
|
height: e = 20,
|
|
3088
3123
|
color: t = c.GREY_DARK_5,
|
|
@@ -3109,7 +3144,7 @@ const t5 = (i, e) => {
|
|
|
3109
3144
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3110
3145
|
]
|
|
3111
3146
|
}
|
|
3112
|
-
),
|
|
3147
|
+
), I7 = ({
|
|
3113
3148
|
width: i = 20,
|
|
3114
3149
|
height: e = 20,
|
|
3115
3150
|
color: t = c.GREY_DARK_5,
|
|
@@ -3133,7 +3168,7 @@ const t5 = (i, e) => {
|
|
|
3133
3168
|
}
|
|
3134
3169
|
)
|
|
3135
3170
|
}
|
|
3136
|
-
),
|
|
3171
|
+
), $7 = ({
|
|
3137
3172
|
width: i = 20,
|
|
3138
3173
|
height: e = 20,
|
|
3139
3174
|
color: t = c.GREY_DARK_5,
|
|
@@ -3173,7 +3208,7 @@ const t5 = (i, e) => {
|
|
|
3173
3208
|
)
|
|
3174
3209
|
]
|
|
3175
3210
|
}
|
|
3176
|
-
),
|
|
3211
|
+
), T7 = ({
|
|
3177
3212
|
width: i = 20,
|
|
3178
3213
|
height: e = 20,
|
|
3179
3214
|
color: t = c.GREY_DARK_5,
|
|
@@ -3219,7 +3254,7 @@ const t5 = (i, e) => {
|
|
|
3219
3254
|
)
|
|
3220
3255
|
]
|
|
3221
3256
|
}
|
|
3222
|
-
),
|
|
3257
|
+
), P7 = ({
|
|
3223
3258
|
width: i = 20,
|
|
3224
3259
|
height: e = 20,
|
|
3225
3260
|
color: t = c.GREY_DARK_5,
|
|
@@ -3266,7 +3301,7 @@ const t5 = (i, e) => {
|
|
|
3266
3301
|
)
|
|
3267
3302
|
]
|
|
3268
3303
|
}
|
|
3269
|
-
),
|
|
3304
|
+
), j7 = ({
|
|
3270
3305
|
width: i = 20,
|
|
3271
3306
|
height: e = 20,
|
|
3272
3307
|
color: t = c.GREY_DARK_5,
|
|
@@ -3290,7 +3325,7 @@ const t5 = (i, e) => {
|
|
|
3290
3325
|
}
|
|
3291
3326
|
)
|
|
3292
3327
|
}
|
|
3293
|
-
),
|
|
3328
|
+
), F7 = ({
|
|
3294
3329
|
width: i = 20,
|
|
3295
3330
|
height: e = 20,
|
|
3296
3331
|
color: t = c.GREY_DARK_5,
|
|
@@ -3314,7 +3349,7 @@ const t5 = (i, e) => {
|
|
|
3314
3349
|
}
|
|
3315
3350
|
)
|
|
3316
3351
|
}
|
|
3317
|
-
),
|
|
3352
|
+
), U7 = ({
|
|
3318
3353
|
width: i = 20,
|
|
3319
3354
|
height: e = 20,
|
|
3320
3355
|
color: t = c.GREY_DARK_5,
|
|
@@ -3338,7 +3373,7 @@ const t5 = (i, e) => {
|
|
|
3338
3373
|
}
|
|
3339
3374
|
)
|
|
3340
3375
|
}
|
|
3341
|
-
),
|
|
3376
|
+
), W7 = ({
|
|
3342
3377
|
width: i = 20,
|
|
3343
3378
|
height: e = 20,
|
|
3344
3379
|
color: t = c.GREY_DARK_5,
|
|
@@ -3399,7 +3434,7 @@ const t5 = (i, e) => {
|
|
|
3399
3434
|
)
|
|
3400
3435
|
]
|
|
3401
3436
|
}
|
|
3402
|
-
),
|
|
3437
|
+
), z7 = ({
|
|
3403
3438
|
width: i = 20,
|
|
3404
3439
|
height: e = 20,
|
|
3405
3440
|
color: t = c.GREY_DARK_5,
|
|
@@ -3446,7 +3481,7 @@ const t5 = (i, e) => {
|
|
|
3446
3481
|
)
|
|
3447
3482
|
]
|
|
3448
3483
|
}
|
|
3449
|
-
),
|
|
3484
|
+
), J7 = ({
|
|
3450
3485
|
width: i = 20,
|
|
3451
3486
|
height: e = 20,
|
|
3452
3487
|
color: t = c.GREY_DARK_5,
|
|
@@ -3486,7 +3521,7 @@ const t5 = (i, e) => {
|
|
|
3486
3521
|
)
|
|
3487
3522
|
]
|
|
3488
3523
|
}
|
|
3489
|
-
),
|
|
3524
|
+
), q7 = ({
|
|
3490
3525
|
width: i = 20,
|
|
3491
3526
|
height: e = 20,
|
|
3492
3527
|
color: t = c.GREY_DARK_5,
|
|
@@ -3526,7 +3561,7 @@ const t5 = (i, e) => {
|
|
|
3526
3561
|
)
|
|
3527
3562
|
]
|
|
3528
3563
|
}
|
|
3529
|
-
),
|
|
3564
|
+
), Q7 = ({
|
|
3530
3565
|
width: i = 20,
|
|
3531
3566
|
height: e = 20,
|
|
3532
3567
|
color: t = c.GREY_DARK_5,
|
|
@@ -3573,7 +3608,7 @@ const t5 = (i, e) => {
|
|
|
3573
3608
|
)
|
|
3574
3609
|
]
|
|
3575
3610
|
}
|
|
3576
|
-
),
|
|
3611
|
+
), X7 = ({
|
|
3577
3612
|
width: i = 20,
|
|
3578
3613
|
height: e = 20,
|
|
3579
3614
|
color: t = c.GREY_DARK_5,
|
|
@@ -3620,7 +3655,7 @@ const t5 = (i, e) => {
|
|
|
3620
3655
|
)
|
|
3621
3656
|
]
|
|
3622
3657
|
}
|
|
3623
|
-
),
|
|
3658
|
+
), e9 = ({
|
|
3624
3659
|
width: i = 20,
|
|
3625
3660
|
height: e = 20,
|
|
3626
3661
|
color: t = c.GREY_DARK_5,
|
|
@@ -3667,7 +3702,7 @@ const t5 = (i, e) => {
|
|
|
3667
3702
|
)
|
|
3668
3703
|
]
|
|
3669
3704
|
}
|
|
3670
|
-
),
|
|
3705
|
+
), t9 = ({
|
|
3671
3706
|
width: i = 20,
|
|
3672
3707
|
height: e = 20,
|
|
3673
3708
|
color: t = c.GREY_DARK_5,
|
|
@@ -3707,7 +3742,7 @@ const t5 = (i, e) => {
|
|
|
3707
3742
|
)
|
|
3708
3743
|
]
|
|
3709
3744
|
}
|
|
3710
|
-
),
|
|
3745
|
+
), i9 = ({
|
|
3711
3746
|
width: i = 20,
|
|
3712
3747
|
height: e = 20,
|
|
3713
3748
|
color: t = c.GREY_DARK_5,
|
|
@@ -3740,7 +3775,7 @@ const t5 = (i, e) => {
|
|
|
3740
3775
|
)
|
|
3741
3776
|
]
|
|
3742
3777
|
}
|
|
3743
|
-
),
|
|
3778
|
+
), l9 = ({
|
|
3744
3779
|
width: i = 20,
|
|
3745
3780
|
height: e = 20,
|
|
3746
3781
|
color: t = c.GREY_DARK_5,
|
|
@@ -3773,7 +3808,7 @@ const t5 = (i, e) => {
|
|
|
3773
3808
|
)
|
|
3774
3809
|
]
|
|
3775
3810
|
}
|
|
3776
|
-
),
|
|
3811
|
+
), s9 = ({
|
|
3777
3812
|
width: i = 20,
|
|
3778
3813
|
height: e = 20,
|
|
3779
3814
|
color: t = c.GREY_DARK_5,
|
|
@@ -3806,7 +3841,7 @@ const t5 = (i, e) => {
|
|
|
3806
3841
|
)
|
|
3807
3842
|
]
|
|
3808
3843
|
}
|
|
3809
|
-
),
|
|
3844
|
+
), n9 = ({
|
|
3810
3845
|
width: i = 20,
|
|
3811
3846
|
height: e = 20,
|
|
3812
3847
|
color: t = c.GREY_DARK_5,
|
|
@@ -3839,7 +3874,7 @@ const t5 = (i, e) => {
|
|
|
3839
3874
|
)
|
|
3840
3875
|
]
|
|
3841
3876
|
}
|
|
3842
|
-
),
|
|
3877
|
+
), o9 = ({
|
|
3843
3878
|
width: i = 20,
|
|
3844
3879
|
height: e = 20,
|
|
3845
3880
|
color: t = c.GREY_DARK_5,
|
|
@@ -3879,7 +3914,7 @@ const t5 = (i, e) => {
|
|
|
3879
3914
|
)
|
|
3880
3915
|
]
|
|
3881
3916
|
}
|
|
3882
|
-
),
|
|
3917
|
+
), a9 = ({
|
|
3883
3918
|
width: i = 20,
|
|
3884
3919
|
height: e = 20,
|
|
3885
3920
|
color: t = c.GREY_DARK_5,
|
|
@@ -3912,7 +3947,7 @@ const t5 = (i, e) => {
|
|
|
3912
3947
|
)
|
|
3913
3948
|
]
|
|
3914
3949
|
}
|
|
3915
|
-
),
|
|
3950
|
+
), r9 = ({
|
|
3916
3951
|
width: i = 20,
|
|
3917
3952
|
height: e = 20,
|
|
3918
3953
|
color: t = c.GREY_DARK_5,
|
|
@@ -3945,7 +3980,7 @@ const t5 = (i, e) => {
|
|
|
3945
3980
|
)
|
|
3946
3981
|
]
|
|
3947
3982
|
}
|
|
3948
|
-
),
|
|
3983
|
+
), C9 = ({
|
|
3949
3984
|
width: i = 20,
|
|
3950
3985
|
height: e = 20,
|
|
3951
3986
|
color: t = "#070739",
|
|
@@ -3975,7 +4010,7 @@ const t5 = (i, e) => {
|
|
|
3975
4010
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3976
4011
|
]
|
|
3977
4012
|
}
|
|
3978
|
-
),
|
|
4013
|
+
), h9 = ({
|
|
3979
4014
|
width: i = 20,
|
|
3980
4015
|
height: e = 20,
|
|
3981
4016
|
color: t = "#070739",
|
|
@@ -4013,7 +4048,7 @@ const t5 = (i, e) => {
|
|
|
4013
4048
|
)
|
|
4014
4049
|
]
|
|
4015
4050
|
}
|
|
4016
|
-
),
|
|
4051
|
+
), c9 = ({
|
|
4017
4052
|
width: i = 20,
|
|
4018
4053
|
height: e = 20,
|
|
4019
4054
|
color: t = c.GREY_DARK_5,
|
|
@@ -4046,7 +4081,7 @@ const t5 = (i, e) => {
|
|
|
4046
4081
|
)
|
|
4047
4082
|
]
|
|
4048
4083
|
}
|
|
4049
|
-
),
|
|
4084
|
+
), d9 = ({
|
|
4050
4085
|
width: i = 20,
|
|
4051
4086
|
height: e = 20,
|
|
4052
4087
|
color: t = c.GREY_DARK_5,
|
|
@@ -4079,7 +4114,7 @@ const t5 = (i, e) => {
|
|
|
4079
4114
|
)
|
|
4080
4115
|
]
|
|
4081
4116
|
}
|
|
4082
|
-
),
|
|
4117
|
+
), g9 = ({
|
|
4083
4118
|
width: i = 20,
|
|
4084
4119
|
height: e = 20,
|
|
4085
4120
|
color: t = c.GREY_DARK_5,
|
|
@@ -4126,7 +4161,7 @@ const t5 = (i, e) => {
|
|
|
4126
4161
|
)
|
|
4127
4162
|
]
|
|
4128
4163
|
}
|
|
4129
|
-
),
|
|
4164
|
+
), w9 = ({
|
|
4130
4165
|
className: i,
|
|
4131
4166
|
color: e = c.GREY_DARK_5,
|
|
4132
4167
|
height: t = 20,
|
|
@@ -4159,7 +4194,7 @@ const t5 = (i, e) => {
|
|
|
4159
4194
|
)
|
|
4160
4195
|
]
|
|
4161
4196
|
}
|
|
4162
|
-
),
|
|
4197
|
+
), f9 = ({
|
|
4163
4198
|
className: i,
|
|
4164
4199
|
color: e = c.GREY_DARK_5,
|
|
4165
4200
|
height: t = 5,
|
|
@@ -4183,7 +4218,7 @@ const t5 = (i, e) => {
|
|
|
4183
4218
|
}
|
|
4184
4219
|
)
|
|
4185
4220
|
}
|
|
4186
|
-
),
|
|
4221
|
+
), p9 = ({
|
|
4187
4222
|
className: i,
|
|
4188
4223
|
color: e = c.GREY_DARK_5,
|
|
4189
4224
|
height: t = 5,
|
|
@@ -4208,7 +4243,7 @@ const t5 = (i, e) => {
|
|
|
4208
4243
|
}
|
|
4209
4244
|
)
|
|
4210
4245
|
}
|
|
4211
|
-
),
|
|
4246
|
+
), u9 = ({
|
|
4212
4247
|
className: i,
|
|
4213
4248
|
color: e = c.GREY_DARK_5,
|
|
4214
4249
|
height: t = 20,
|
|
@@ -4241,7 +4276,7 @@ const t5 = (i, e) => {
|
|
|
4241
4276
|
)
|
|
4242
4277
|
]
|
|
4243
4278
|
}
|
|
4244
|
-
),
|
|
4279
|
+
), L9 = ({
|
|
4245
4280
|
className: i,
|
|
4246
4281
|
color: e = c.GREY_DARK_5,
|
|
4247
4282
|
height: t = 20,
|
|
@@ -4280,7 +4315,7 @@ const t5 = (i, e) => {
|
|
|
4280
4315
|
)
|
|
4281
4316
|
]
|
|
4282
4317
|
}
|
|
4283
|
-
),
|
|
4318
|
+
), m9 = ({
|
|
4284
4319
|
className: i,
|
|
4285
4320
|
color: e = c.GREY_DARK_5,
|
|
4286
4321
|
height: t = 20,
|
|
@@ -4304,7 +4339,7 @@ const t5 = (i, e) => {
|
|
|
4304
4339
|
}
|
|
4305
4340
|
)
|
|
4306
4341
|
}
|
|
4307
|
-
),
|
|
4342
|
+
), v9 = ({
|
|
4308
4343
|
className: i,
|
|
4309
4344
|
color: e = c.GREY_DARK_5,
|
|
4310
4345
|
height: t = 20,
|
|
@@ -4351,7 +4386,7 @@ const t5 = (i, e) => {
|
|
|
4351
4386
|
)
|
|
4352
4387
|
]
|
|
4353
4388
|
}
|
|
4354
|
-
),
|
|
4389
|
+
), k9 = ({
|
|
4355
4390
|
className: i,
|
|
4356
4391
|
color: e = c.GREY_DARK_5,
|
|
4357
4392
|
height: t = 20,
|
|
@@ -4384,7 +4419,7 @@ const t5 = (i, e) => {
|
|
|
4384
4419
|
)
|
|
4385
4420
|
]
|
|
4386
4421
|
}
|
|
4387
|
-
),
|
|
4422
|
+
), N9 = ({
|
|
4388
4423
|
className: i,
|
|
4389
4424
|
color: e = c.GREY_DARK_5,
|
|
4390
4425
|
height: t = 20,
|
|
@@ -4421,7 +4456,7 @@ const t5 = (i, e) => {
|
|
|
4421
4456
|
)
|
|
4422
4457
|
]
|
|
4423
4458
|
}
|
|
4424
|
-
),
|
|
4459
|
+
), M9 = ({
|
|
4425
4460
|
className: i,
|
|
4426
4461
|
color: e = c.GREY_DARK_5,
|
|
4427
4462
|
height: t = 20,
|
|
@@ -4445,7 +4480,7 @@ const t5 = (i, e) => {
|
|
|
4445
4480
|
}
|
|
4446
4481
|
)
|
|
4447
4482
|
}
|
|
4448
|
-
),
|
|
4483
|
+
), x9 = ({
|
|
4449
4484
|
className: i,
|
|
4450
4485
|
color: e = c.GREY_DARK_5,
|
|
4451
4486
|
height: t = 20,
|
|
@@ -4506,7 +4541,7 @@ const t5 = (i, e) => {
|
|
|
4506
4541
|
)
|
|
4507
4542
|
]
|
|
4508
4543
|
}
|
|
4509
|
-
),
|
|
4544
|
+
), Z9 = ({
|
|
4510
4545
|
className: i,
|
|
4511
4546
|
color: e = c.GREY_DARK_5,
|
|
4512
4547
|
height: t = 20,
|
|
@@ -4543,7 +4578,7 @@ const t5 = (i, e) => {
|
|
|
4543
4578
|
)
|
|
4544
4579
|
]
|
|
4545
4580
|
}
|
|
4546
|
-
),
|
|
4581
|
+
), V9 = ({
|
|
4547
4582
|
className: i,
|
|
4548
4583
|
color: e = c.GREY_DARK_5,
|
|
4549
4584
|
height: t = 20,
|
|
@@ -4583,7 +4618,7 @@ const t5 = (i, e) => {
|
|
|
4583
4618
|
)
|
|
4584
4619
|
]
|
|
4585
4620
|
}
|
|
4586
|
-
),
|
|
4621
|
+
), R9 = ({
|
|
4587
4622
|
className: i,
|
|
4588
4623
|
color: e = c.GREY_DARK_5,
|
|
4589
4624
|
height: t = 20,
|
|
@@ -4616,7 +4651,7 @@ const t5 = (i, e) => {
|
|
|
4616
4651
|
)
|
|
4617
4652
|
]
|
|
4618
4653
|
}
|
|
4619
|
-
),
|
|
4654
|
+
), H9 = ({
|
|
4620
4655
|
className: i,
|
|
4621
4656
|
color: e = c.GREY_DARK_5,
|
|
4622
4657
|
height: t = 20,
|
|
@@ -4649,7 +4684,7 @@ const t5 = (i, e) => {
|
|
|
4649
4684
|
)
|
|
4650
4685
|
]
|
|
4651
4686
|
}
|
|
4652
|
-
),
|
|
4687
|
+
), _9 = ({
|
|
4653
4688
|
className: i,
|
|
4654
4689
|
color: e = c.GREY_DARK_5,
|
|
4655
4690
|
height: t = 20,
|
|
@@ -4703,7 +4738,7 @@ const t5 = (i, e) => {
|
|
|
4703
4738
|
)
|
|
4704
4739
|
]
|
|
4705
4740
|
}
|
|
4706
|
-
),
|
|
4741
|
+
), b9 = ({
|
|
4707
4742
|
className: i,
|
|
4708
4743
|
color: e = c.GREY_DARK_5,
|
|
4709
4744
|
height: t = 20,
|
|
@@ -4750,7 +4785,7 @@ const t5 = (i, e) => {
|
|
|
4750
4785
|
)
|
|
4751
4786
|
]
|
|
4752
4787
|
}
|
|
4753
|
-
),
|
|
4788
|
+
), y9 = ({
|
|
4754
4789
|
className: i,
|
|
4755
4790
|
color: e = c.GREY_DARK_5,
|
|
4756
4791
|
height: t = 20,
|
|
@@ -4790,7 +4825,7 @@ const t5 = (i, e) => {
|
|
|
4790
4825
|
)
|
|
4791
4826
|
]
|
|
4792
4827
|
}
|
|
4793
|
-
),
|
|
4828
|
+
), A9 = ({
|
|
4794
4829
|
className: i,
|
|
4795
4830
|
color: e = c.GREY_DARK_5,
|
|
4796
4831
|
height: t = 20,
|
|
@@ -4814,7 +4849,7 @@ const t5 = (i, e) => {
|
|
|
4814
4849
|
}
|
|
4815
4850
|
)
|
|
4816
4851
|
}
|
|
4817
|
-
),
|
|
4852
|
+
), E9 = ({
|
|
4818
4853
|
className: i,
|
|
4819
4854
|
color: e = c.GREY_DARK_5,
|
|
4820
4855
|
height: t = 20,
|
|
@@ -4854,7 +4889,7 @@ const t5 = (i, e) => {
|
|
|
4854
4889
|
)
|
|
4855
4890
|
]
|
|
4856
4891
|
}
|
|
4857
|
-
),
|
|
4892
|
+
), D9 = ({
|
|
4858
4893
|
className: i,
|
|
4859
4894
|
color: e = c.GREY_DARK_5,
|
|
4860
4895
|
height: t = 20,
|
|
@@ -4894,7 +4929,7 @@ const t5 = (i, e) => {
|
|
|
4894
4929
|
)
|
|
4895
4930
|
]
|
|
4896
4931
|
}
|
|
4897
|
-
),
|
|
4932
|
+
), K9 = ({
|
|
4898
4933
|
width: i = 20,
|
|
4899
4934
|
height: e = 20,
|
|
4900
4935
|
color: t = c.GREY_DARK_5,
|
|
@@ -4918,7 +4953,7 @@ const t5 = (i, e) => {
|
|
|
4918
4953
|
}
|
|
4919
4954
|
)
|
|
4920
4955
|
}
|
|
4921
|
-
),
|
|
4956
|
+
), G9 = ({
|
|
4922
4957
|
width: i = 24,
|
|
4923
4958
|
height: e = 24,
|
|
4924
4959
|
color: t = "#131314",
|
|
@@ -4951,7 +4986,7 @@ const t5 = (i, e) => {
|
|
|
4951
4986
|
)
|
|
4952
4987
|
]
|
|
4953
4988
|
}
|
|
4954
|
-
),
|
|
4989
|
+
), B9 = ({
|
|
4955
4990
|
width: i = 20,
|
|
4956
4991
|
height: e = 20,
|
|
4957
4992
|
color: t = c.GREY_DARK_5,
|
|
@@ -4984,7 +5019,7 @@ const t5 = (i, e) => {
|
|
|
4984
5019
|
)
|
|
4985
5020
|
]
|
|
4986
5021
|
}
|
|
4987
|
-
),
|
|
5022
|
+
), S9 = ({
|
|
4988
5023
|
width: i = 20,
|
|
4989
5024
|
height: e = 20,
|
|
4990
5025
|
color: t = c.GREY_DARK_5,
|
|
@@ -5024,7 +5059,7 @@ const t5 = (i, e) => {
|
|
|
5024
5059
|
)
|
|
5025
5060
|
]
|
|
5026
5061
|
}
|
|
5027
|
-
),
|
|
5062
|
+
), Y9 = ({
|
|
5028
5063
|
width: i = 20,
|
|
5029
5064
|
height: e = 20,
|
|
5030
5065
|
color: t = c.GREY_DARK_5,
|
|
@@ -5085,7 +5120,7 @@ const t5 = (i, e) => {
|
|
|
5085
5120
|
)
|
|
5086
5121
|
]
|
|
5087
5122
|
}
|
|
5088
|
-
),
|
|
5123
|
+
), O9 = ({
|
|
5089
5124
|
width: i = 20,
|
|
5090
5125
|
height: e = 20,
|
|
5091
5126
|
color: t = c.GREY_DARK_5,
|
|
@@ -5125,7 +5160,7 @@ const t5 = (i, e) => {
|
|
|
5125
5160
|
)
|
|
5126
5161
|
]
|
|
5127
5162
|
}
|
|
5128
|
-
),
|
|
5163
|
+
), I9 = ({
|
|
5129
5164
|
width: i = 20,
|
|
5130
5165
|
height: e = 20,
|
|
5131
5166
|
color: t = c.GREY_DARK_5,
|
|
@@ -5149,7 +5184,40 @@ const t5 = (i, e) => {
|
|
|
5149
5184
|
}
|
|
5150
5185
|
)
|
|
5151
5186
|
}
|
|
5152
|
-
),
|
|
5187
|
+
), $9 = ({
|
|
5188
|
+
width: i = 20,
|
|
5189
|
+
height: e = 20,
|
|
5190
|
+
color: t = c.GREY_DARK_5,
|
|
5191
|
+
className: l,
|
|
5192
|
+
onClick: s
|
|
5193
|
+
}) => /* @__PURE__ */ g(
|
|
5194
|
+
"svg",
|
|
5195
|
+
{
|
|
5196
|
+
width: i,
|
|
5197
|
+
height: e,
|
|
5198
|
+
className: l,
|
|
5199
|
+
viewBox: "0 0 24 24",
|
|
5200
|
+
fill: "none",
|
|
5201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5202
|
+
onClick: s,
|
|
5203
|
+
children: [
|
|
5204
|
+
/* @__PURE__ */ n(
|
|
5205
|
+
"path",
|
|
5206
|
+
{
|
|
5207
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
5208
|
+
fill: t
|
|
5209
|
+
}
|
|
5210
|
+
),
|
|
5211
|
+
/* @__PURE__ */ n(
|
|
5212
|
+
"path",
|
|
5213
|
+
{
|
|
5214
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
5215
|
+
fill: t
|
|
5216
|
+
}
|
|
5217
|
+
)
|
|
5218
|
+
]
|
|
5219
|
+
}
|
|
5220
|
+
), T9 = ({
|
|
5153
5221
|
name: i,
|
|
5154
5222
|
width: e,
|
|
5155
5223
|
height: t,
|
|
@@ -5162,41 +5230,41 @@ const t5 = (i, e) => {
|
|
|
5162
5230
|
return /* @__PURE__ */ n(J, { children: (() => {
|
|
5163
5231
|
switch (i) {
|
|
5164
5232
|
case "arrow1Down":
|
|
5165
|
-
return A7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5166
|
-
case "arrow1Up":
|
|
5167
5233
|
return E7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5168
|
-
case "
|
|
5234
|
+
case "arrow1Up":
|
|
5169
5235
|
return D7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5170
|
-
case "
|
|
5236
|
+
case "arrow1Right":
|
|
5171
5237
|
return K7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5238
|
+
case "arrow1Left":
|
|
5239
|
+
return G7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5172
5240
|
case "info":
|
|
5173
|
-
return
|
|
5241
|
+
return B7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5174
5242
|
case "archive":
|
|
5175
|
-
return I7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5176
|
-
case "unarchive":
|
|
5177
5243
|
return $7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5178
|
-
case "
|
|
5244
|
+
case "unarchive":
|
|
5179
5245
|
return T7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5180
|
-
case "
|
|
5246
|
+
case "calendar":
|
|
5181
5247
|
return P7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5182
|
-
case "
|
|
5248
|
+
case "check":
|
|
5183
5249
|
return j7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5184
|
-
case "
|
|
5250
|
+
case "cancel":
|
|
5185
5251
|
return F7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5186
|
-
case "
|
|
5252
|
+
case "add":
|
|
5187
5253
|
return U7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5188
|
-
case "
|
|
5254
|
+
case "list":
|
|
5189
5255
|
return W7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5190
|
-
case "
|
|
5256
|
+
case "dragAndDrop":
|
|
5191
5257
|
return z7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5258
|
+
case "filter1":
|
|
5259
|
+
return J7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5192
5260
|
case "filter2":
|
|
5193
|
-
return
|
|
5261
|
+
return M9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5194
5262
|
case "attention":
|
|
5195
|
-
return J7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5196
|
-
case "users":
|
|
5197
5263
|
return q7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5264
|
+
case "users":
|
|
5265
|
+
return Q7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5198
5266
|
case "mySkillsMatrix":
|
|
5199
|
-
return
|
|
5267
|
+
return X7({
|
|
5200
5268
|
width: e,
|
|
5201
5269
|
height: t,
|
|
5202
5270
|
color: o,
|
|
@@ -5204,9 +5272,9 @@ const t5 = (i, e) => {
|
|
|
5204
5272
|
onClick: a
|
|
5205
5273
|
});
|
|
5206
5274
|
case "skills":
|
|
5207
|
-
return
|
|
5275
|
+
return e9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5208
5276
|
case "skillsMatrices":
|
|
5209
|
-
return
|
|
5277
|
+
return t9({
|
|
5210
5278
|
width: e,
|
|
5211
5279
|
height: t,
|
|
5212
5280
|
color: o,
|
|
@@ -5214,21 +5282,21 @@ const t5 = (i, e) => {
|
|
|
5214
5282
|
onClick: a
|
|
5215
5283
|
});
|
|
5216
5284
|
case "history":
|
|
5217
|
-
return t9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5218
|
-
case "logOut":
|
|
5219
5285
|
return i9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5220
|
-
case "
|
|
5286
|
+
case "logOut":
|
|
5221
5287
|
return l9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5222
|
-
case "
|
|
5288
|
+
case "settings":
|
|
5223
5289
|
return s9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5224
|
-
case "
|
|
5290
|
+
case "trash":
|
|
5225
5291
|
return n9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5226
|
-
case "
|
|
5292
|
+
case "settings2":
|
|
5227
5293
|
return o9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5228
|
-
case "
|
|
5294
|
+
case "checkCircle":
|
|
5229
5295
|
return a9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5296
|
+
case "cancelCircle":
|
|
5297
|
+
return r9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5230
5298
|
case "visibilityIcon":
|
|
5231
|
-
return
|
|
5299
|
+
return C9({
|
|
5232
5300
|
width: e,
|
|
5233
5301
|
height: t,
|
|
5234
5302
|
color: o,
|
|
@@ -5236,7 +5304,7 @@ const t5 = (i, e) => {
|
|
|
5236
5304
|
onClick: a
|
|
5237
5305
|
});
|
|
5238
5306
|
case "visibilityOffIcon":
|
|
5239
|
-
return
|
|
5307
|
+
return h9({
|
|
5240
5308
|
width: e,
|
|
5241
5309
|
height: t,
|
|
5242
5310
|
color: o,
|
|
@@ -5244,73 +5312,75 @@ const t5 = (i, e) => {
|
|
|
5244
5312
|
onClick: a
|
|
5245
5313
|
});
|
|
5246
5314
|
case "sortUp":
|
|
5247
|
-
return h9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5248
|
-
case "sortDown":
|
|
5249
5315
|
return c9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5250
|
-
case "
|
|
5316
|
+
case "sortDown":
|
|
5251
5317
|
return d9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5252
|
-
case "
|
|
5318
|
+
case "sortDouble":
|
|
5253
5319
|
return g9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5320
|
+
case "search":
|
|
5321
|
+
return w9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5254
5322
|
case "arrowUpFilled":
|
|
5255
|
-
return
|
|
5323
|
+
return p9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5256
5324
|
case "arrowDownFilled":
|
|
5257
|
-
return
|
|
5325
|
+
return f9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5258
5326
|
case "arrow2Up":
|
|
5259
|
-
return
|
|
5327
|
+
return S7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5260
5328
|
case "arrow2Right":
|
|
5261
|
-
return B7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5262
|
-
case "arrow2Down":
|
|
5263
5329
|
return Y7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5264
|
-
case "
|
|
5330
|
+
case "arrow2Down":
|
|
5265
5331
|
return O7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5332
|
+
case "arrow2Left":
|
|
5333
|
+
return I7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5266
5334
|
case "link":
|
|
5267
|
-
return
|
|
5335
|
+
return u9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5268
5336
|
case "telegram":
|
|
5269
|
-
return
|
|
5337
|
+
return m9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5270
5338
|
case "mail":
|
|
5271
|
-
return
|
|
5339
|
+
return k9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5272
5340
|
case "github":
|
|
5273
|
-
return
|
|
5341
|
+
return L9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5274
5342
|
case "linkedIn":
|
|
5275
|
-
return
|
|
5343
|
+
return v9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5276
5344
|
case "emptyStateIcon":
|
|
5277
|
-
return
|
|
5345
|
+
return N9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5278
5346
|
case "dotMenuIcon":
|
|
5279
|
-
return M9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5280
|
-
case "plusCircle":
|
|
5281
5347
|
return x9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5282
|
-
case "
|
|
5348
|
+
case "plusCircle":
|
|
5283
5349
|
return Z9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5284
|
-
case "
|
|
5350
|
+
case "warning":
|
|
5285
5351
|
return V9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5286
|
-
case "
|
|
5352
|
+
case "bell":
|
|
5287
5353
|
return R9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5288
|
-
case "
|
|
5354
|
+
case "copy":
|
|
5289
5355
|
return H9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5290
|
-
case "
|
|
5356
|
+
case "contract":
|
|
5291
5357
|
return _9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5292
|
-
case "
|
|
5358
|
+
case "resourceManager":
|
|
5293
5359
|
return b9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5294
|
-
case "
|
|
5360
|
+
case "image":
|
|
5295
5361
|
return y9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5296
|
-
case "
|
|
5362
|
+
case "edit":
|
|
5297
5363
|
return A9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5298
|
-
case "
|
|
5364
|
+
case "burgerMenu":
|
|
5299
5365
|
return E9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5300
|
-
case "
|
|
5366
|
+
case "refresh":
|
|
5301
5367
|
return D9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5368
|
+
case "projects":
|
|
5369
|
+
return K9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5302
5370
|
case "user":
|
|
5303
|
-
return
|
|
5371
|
+
return B9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5304
5372
|
case "exit":
|
|
5305
|
-
return K9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5306
|
-
case "status":
|
|
5307
5373
|
return G9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5374
|
+
case "status":
|
|
5375
|
+
return S9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5308
5376
|
case "community":
|
|
5309
|
-
return B9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5310
|
-
case "docs":
|
|
5311
5377
|
return Y9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5312
|
-
case "
|
|
5378
|
+
case "docs":
|
|
5313
5379
|
return O9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5380
|
+
case "unpaidLeave":
|
|
5381
|
+
return I9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5382
|
+
case "time":
|
|
5383
|
+
return $9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5314
5384
|
default:
|
|
5315
5385
|
return /* @__PURE__ */ n(J, { children: "No Icon provided" });
|
|
5316
5386
|
}
|
|
@@ -5331,7 +5401,7 @@ const t5 = (i, e) => {
|
|
|
5331
5401
|
{
|
|
5332
5402
|
className: `snmt-tag ${t} ${C ? "disabled" : ""}`,
|
|
5333
5403
|
closeIcon: /* @__PURE__ */ n(
|
|
5334
|
-
|
|
5404
|
+
T9,
|
|
5335
5405
|
{
|
|
5336
5406
|
name: "cancelCircle",
|
|
5337
5407
|
color: C ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5344,7 +5414,7 @@ const t5 = (i, e) => {
|
|
|
5344
5414
|
style: { width: e ?? "fit-content" },
|
|
5345
5415
|
closable: s,
|
|
5346
5416
|
children: typeof i == "string" ? /* @__PURE__ */ n(
|
|
5347
|
-
|
|
5417
|
+
A7,
|
|
5348
5418
|
{
|
|
5349
5419
|
variant: t === "small" ? "body4" : "body2",
|
|
5350
5420
|
color: C ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5353,8 +5423,8 @@ const t5 = (i, e) => {
|
|
|
5353
5423
|
) : i
|
|
5354
5424
|
}
|
|
5355
5425
|
);
|
|
5356
|
-
},
|
|
5357
|
-
const [t, l] =
|
|
5426
|
+
}, P9 = (i, { enabled: e = !0 } = {}) => {
|
|
5427
|
+
const [t, l] = G(!1), s = y(() => !e || !i || typeof i == "function" ? null : i.current, [e, i]), C = y(() => {
|
|
5358
5428
|
const h = s();
|
|
5359
5429
|
if (!h) {
|
|
5360
5430
|
l(!1);
|
|
@@ -5383,7 +5453,7 @@ const t5 = (i, e) => {
|
|
|
5383
5453
|
const d = new ResizeObserver(C);
|
|
5384
5454
|
return d.observe(h), () => d.disconnect();
|
|
5385
5455
|
}, [s, C]), t;
|
|
5386
|
-
},
|
|
5456
|
+
}, j9 = ({ children: i, title: e, arrow: t = !0, open: l, placement: s = "top" }) => /* @__PURE__ */ n(
|
|
5387
5457
|
x1,
|
|
5388
5458
|
{
|
|
5389
5459
|
overlayClassName: "snmt-tooltip",
|
|
@@ -5393,12 +5463,12 @@ const t5 = (i, e) => {
|
|
|
5393
5463
|
placement: s,
|
|
5394
5464
|
children: i
|
|
5395
5465
|
}
|
|
5396
|
-
), { Title:
|
|
5466
|
+
), { Title: F9, Text: U9 } = M1, W9 = {
|
|
5397
5467
|
h1: 1,
|
|
5398
5468
|
h2: 2,
|
|
5399
5469
|
h3: 3,
|
|
5400
5470
|
h4: 4
|
|
5401
|
-
},
|
|
5471
|
+
}, z9 = a1(
|
|
5402
5472
|
({
|
|
5403
5473
|
align: i = "inherit",
|
|
5404
5474
|
variant: e = "body1",
|
|
@@ -5411,7 +5481,7 @@ const t5 = (i, e) => {
|
|
|
5411
5481
|
}, d) => {
|
|
5412
5482
|
const o = q(null);
|
|
5413
5483
|
h1(d, () => o.current);
|
|
5414
|
-
const a =
|
|
5484
|
+
const a = P9(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5415
5485
|
let p = `snmt-typography snmt-typography-${e}`;
|
|
5416
5486
|
i && i !== "inherit" && (p += ` snmt-typography-align-${i}`);
|
|
5417
5487
|
const w = h && a, f = {
|
|
@@ -5423,10 +5493,10 @@ const t5 = (i, e) => {
|
|
|
5423
5493
|
onClick: s,
|
|
5424
5494
|
ref: o,
|
|
5425
5495
|
ellipsis: w || void 0
|
|
5426
|
-
}, u = /* @__PURE__ */ n(
|
|
5427
|
-
return r ? /* @__PURE__ */ n(
|
|
5496
|
+
}, u = /* @__PURE__ */ n(U9, { ...f, children: l });
|
|
5497
|
+
return r ? /* @__PURE__ */ n(F9, { level: W9[e], ...f, children: l }) : /* @__PURE__ */ n(J, { children: w ? /* @__PURE__ */ n(j9, { title: l, children: u }) : u });
|
|
5428
5498
|
}
|
|
5429
|
-
),
|
|
5499
|
+
), J9 = ({
|
|
5430
5500
|
children: i,
|
|
5431
5501
|
content: e,
|
|
5432
5502
|
isOpen: t,
|
|
@@ -5435,9 +5505,9 @@ const t5 = (i, e) => {
|
|
|
5435
5505
|
noPadding: C = !1,
|
|
5436
5506
|
trigger: h = "click"
|
|
5437
5507
|
}) => {
|
|
5438
|
-
const [d, o] =
|
|
5508
|
+
const [d, o] = G(!1);
|
|
5439
5509
|
return /* @__PURE__ */ n(
|
|
5440
|
-
|
|
5510
|
+
G2,
|
|
5441
5511
|
{
|
|
5442
5512
|
content: e,
|
|
5443
5513
|
arrow: !1,
|
|
@@ -5451,8 +5521,8 @@ const t5 = (i, e) => {
|
|
|
5451
5521
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: i })
|
|
5452
5522
|
}
|
|
5453
5523
|
);
|
|
5454
|
-
},
|
|
5455
|
-
const [t, l] =
|
|
5524
|
+
}, q9 = (i, { enabled: e = !0 } = {}) => {
|
|
5525
|
+
const [t, l] = G(!1), s = y(() => !e || !i || typeof i == "function" ? null : i.current, [e, i]), C = y(() => {
|
|
5456
5526
|
const h = s();
|
|
5457
5527
|
if (!h) {
|
|
5458
5528
|
l(!1);
|
|
@@ -5481,7 +5551,7 @@ const t5 = (i, e) => {
|
|
|
5481
5551
|
const d = new ResizeObserver(C);
|
|
5482
5552
|
return d.observe(h), () => d.disconnect();
|
|
5483
5553
|
}, [s, C]), t;
|
|
5484
|
-
},
|
|
5554
|
+
}, Q9 = ({ children: i, title: e, arrow: t = !0, open: l, placement: s = "top" }) => /* @__PURE__ */ n(
|
|
5485
5555
|
x1,
|
|
5486
5556
|
{
|
|
5487
5557
|
overlayClassName: "snmt-tooltip",
|
|
@@ -5491,7 +5561,7 @@ const t5 = (i, e) => {
|
|
|
5491
5561
|
placement: s,
|
|
5492
5562
|
children: i
|
|
5493
5563
|
}
|
|
5494
|
-
), { Title:
|
|
5564
|
+
), { Title: X9, Text: e0 } = M1, t0 = {
|
|
5495
5565
|
h1: 1,
|
|
5496
5566
|
h2: 2,
|
|
5497
5567
|
h3: 3,
|
|
@@ -5509,7 +5579,7 @@ const t5 = (i, e) => {
|
|
|
5509
5579
|
}, d) => {
|
|
5510
5580
|
const o = q(null);
|
|
5511
5581
|
h1(d, () => o.current);
|
|
5512
|
-
const a =
|
|
5582
|
+
const a = q9(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5513
5583
|
let p = `snmt-typography snmt-typography-${e}`;
|
|
5514
5584
|
i && i !== "inherit" && (p += ` snmt-typography-align-${i}`);
|
|
5515
5585
|
const w = h && a, f = {
|
|
@@ -5521,10 +5591,10 @@ const t5 = (i, e) => {
|
|
|
5521
5591
|
onClick: s,
|
|
5522
5592
|
ref: o,
|
|
5523
5593
|
ellipsis: w || void 0
|
|
5524
|
-
}, u = /* @__PURE__ */ n(
|
|
5525
|
-
return r ? /* @__PURE__ */ n(
|
|
5594
|
+
}, u = /* @__PURE__ */ n(e0, { ...f, children: l });
|
|
5595
|
+
return r ? /* @__PURE__ */ n(X9, { level: t0[e], ...f, children: l }) : /* @__PURE__ */ n(J, { children: w ? /* @__PURE__ */ n(Q9, { title: l, children: u }) : u });
|
|
5526
5596
|
}
|
|
5527
|
-
),
|
|
5597
|
+
), i0 = ({
|
|
5528
5598
|
width: i = 20,
|
|
5529
5599
|
height: e = 20,
|
|
5530
5600
|
color: t = c.GREY_DARK_5,
|
|
@@ -5548,7 +5618,7 @@ const t5 = (i, e) => {
|
|
|
5548
5618
|
}
|
|
5549
5619
|
)
|
|
5550
5620
|
}
|
|
5551
|
-
),
|
|
5621
|
+
), l0 = ({
|
|
5552
5622
|
width: i = 20,
|
|
5553
5623
|
height: e = 20,
|
|
5554
5624
|
color: t = c.GREY_DARK_5,
|
|
@@ -5572,7 +5642,7 @@ const t5 = (i, e) => {
|
|
|
5572
5642
|
}
|
|
5573
5643
|
)
|
|
5574
5644
|
}
|
|
5575
|
-
),
|
|
5645
|
+
), s0 = ({
|
|
5576
5646
|
width: i = 20,
|
|
5577
5647
|
height: e = 20,
|
|
5578
5648
|
color: t = c.GREY_DARK_5,
|
|
@@ -5596,7 +5666,7 @@ const t5 = (i, e) => {
|
|
|
5596
5666
|
}
|
|
5597
5667
|
)
|
|
5598
5668
|
}
|
|
5599
|
-
),
|
|
5669
|
+
), n0 = ({
|
|
5600
5670
|
width: i = 20,
|
|
5601
5671
|
height: e = 20,
|
|
5602
5672
|
color: t = c.GREY_DARK_5,
|
|
@@ -5621,7 +5691,7 @@ const t5 = (i, e) => {
|
|
|
5621
5691
|
}
|
|
5622
5692
|
)
|
|
5623
5693
|
}
|
|
5624
|
-
),
|
|
5694
|
+
), o0 = ({
|
|
5625
5695
|
width: i = 20,
|
|
5626
5696
|
height: e = 20,
|
|
5627
5697
|
color: t = c.GREY_DARK_5,
|
|
@@ -5661,7 +5731,7 @@ const t5 = (i, e) => {
|
|
|
5661
5731
|
)
|
|
5662
5732
|
]
|
|
5663
5733
|
}
|
|
5664
|
-
),
|
|
5734
|
+
), a0 = ({
|
|
5665
5735
|
width: i = 20,
|
|
5666
5736
|
height: e = 20,
|
|
5667
5737
|
color: t = c.GREY_DARK_5,
|
|
@@ -5688,7 +5758,7 @@ const t5 = (i, e) => {
|
|
|
5688
5758
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5689
5759
|
]
|
|
5690
5760
|
}
|
|
5691
|
-
),
|
|
5761
|
+
), r0 = ({
|
|
5692
5762
|
width: i = 20,
|
|
5693
5763
|
height: e = 20,
|
|
5694
5764
|
color: t = c.GREY_DARK_5,
|
|
@@ -5712,7 +5782,7 @@ const t5 = (i, e) => {
|
|
|
5712
5782
|
}
|
|
5713
5783
|
)
|
|
5714
5784
|
}
|
|
5715
|
-
),
|
|
5785
|
+
), C0 = ({
|
|
5716
5786
|
width: i = 20,
|
|
5717
5787
|
height: e = 20,
|
|
5718
5788
|
color: t = c.GREY_DARK_5,
|
|
@@ -5739,7 +5809,7 @@ const t5 = (i, e) => {
|
|
|
5739
5809
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5740
5810
|
]
|
|
5741
5811
|
}
|
|
5742
|
-
),
|
|
5812
|
+
), h0 = ({
|
|
5743
5813
|
width: i = 20,
|
|
5744
5814
|
height: e = 20,
|
|
5745
5815
|
color: t = c.GREY_DARK_5,
|
|
@@ -5763,7 +5833,7 @@ const t5 = (i, e) => {
|
|
|
5763
5833
|
}
|
|
5764
5834
|
)
|
|
5765
5835
|
}
|
|
5766
|
-
),
|
|
5836
|
+
), c0 = ({
|
|
5767
5837
|
width: i = 20,
|
|
5768
5838
|
height: e = 20,
|
|
5769
5839
|
color: t = c.GREY_DARK_5,
|
|
@@ -5803,7 +5873,7 @@ const t5 = (i, e) => {
|
|
|
5803
5873
|
)
|
|
5804
5874
|
]
|
|
5805
5875
|
}
|
|
5806
|
-
),
|
|
5876
|
+
), d0 = ({
|
|
5807
5877
|
width: i = 20,
|
|
5808
5878
|
height: e = 20,
|
|
5809
5879
|
color: t = c.GREY_DARK_5,
|
|
@@ -5849,7 +5919,7 @@ const t5 = (i, e) => {
|
|
|
5849
5919
|
)
|
|
5850
5920
|
]
|
|
5851
5921
|
}
|
|
5852
|
-
),
|
|
5922
|
+
), g0 = ({
|
|
5853
5923
|
width: i = 20,
|
|
5854
5924
|
height: e = 20,
|
|
5855
5925
|
color: t = c.GREY_DARK_5,
|
|
@@ -5896,7 +5966,7 @@ const t5 = (i, e) => {
|
|
|
5896
5966
|
)
|
|
5897
5967
|
]
|
|
5898
5968
|
}
|
|
5899
|
-
),
|
|
5969
|
+
), w0 = ({
|
|
5900
5970
|
width: i = 20,
|
|
5901
5971
|
height: e = 20,
|
|
5902
5972
|
color: t = c.GREY_DARK_5,
|
|
@@ -5920,7 +5990,7 @@ const t5 = (i, e) => {
|
|
|
5920
5990
|
}
|
|
5921
5991
|
)
|
|
5922
5992
|
}
|
|
5923
|
-
),
|
|
5993
|
+
), f0 = ({
|
|
5924
5994
|
width: i = 20,
|
|
5925
5995
|
height: e = 20,
|
|
5926
5996
|
color: t = c.GREY_DARK_5,
|
|
@@ -5944,7 +6014,7 @@ const t5 = (i, e) => {
|
|
|
5944
6014
|
}
|
|
5945
6015
|
)
|
|
5946
6016
|
}
|
|
5947
|
-
),
|
|
6017
|
+
), p0 = ({
|
|
5948
6018
|
width: i = 20,
|
|
5949
6019
|
height: e = 20,
|
|
5950
6020
|
color: t = c.GREY_DARK_5,
|
|
@@ -5968,7 +6038,7 @@ const t5 = (i, e) => {
|
|
|
5968
6038
|
}
|
|
5969
6039
|
)
|
|
5970
6040
|
}
|
|
5971
|
-
),
|
|
6041
|
+
), u0 = ({
|
|
5972
6042
|
width: i = 20,
|
|
5973
6043
|
height: e = 20,
|
|
5974
6044
|
color: t = c.GREY_DARK_5,
|
|
@@ -6029,7 +6099,7 @@ const t5 = (i, e) => {
|
|
|
6029
6099
|
)
|
|
6030
6100
|
]
|
|
6031
6101
|
}
|
|
6032
|
-
),
|
|
6102
|
+
), L0 = ({
|
|
6033
6103
|
width: i = 20,
|
|
6034
6104
|
height: e = 20,
|
|
6035
6105
|
color: t = c.GREY_DARK_5,
|
|
@@ -6076,7 +6146,7 @@ const t5 = (i, e) => {
|
|
|
6076
6146
|
)
|
|
6077
6147
|
]
|
|
6078
6148
|
}
|
|
6079
|
-
),
|
|
6149
|
+
), m0 = ({
|
|
6080
6150
|
width: i = 20,
|
|
6081
6151
|
height: e = 20,
|
|
6082
6152
|
color: t = c.GREY_DARK_5,
|
|
@@ -6116,7 +6186,7 @@ const t5 = (i, e) => {
|
|
|
6116
6186
|
)
|
|
6117
6187
|
]
|
|
6118
6188
|
}
|
|
6119
|
-
),
|
|
6189
|
+
), v0 = ({
|
|
6120
6190
|
width: i = 20,
|
|
6121
6191
|
height: e = 20,
|
|
6122
6192
|
color: t = c.GREY_DARK_5,
|
|
@@ -6156,7 +6226,7 @@ const t5 = (i, e) => {
|
|
|
6156
6226
|
)
|
|
6157
6227
|
]
|
|
6158
6228
|
}
|
|
6159
|
-
),
|
|
6229
|
+
), k0 = ({
|
|
6160
6230
|
width: i = 20,
|
|
6161
6231
|
height: e = 20,
|
|
6162
6232
|
color: t = c.GREY_DARK_5,
|
|
@@ -6203,7 +6273,7 @@ const t5 = (i, e) => {
|
|
|
6203
6273
|
)
|
|
6204
6274
|
]
|
|
6205
6275
|
}
|
|
6206
|
-
),
|
|
6276
|
+
), N0 = ({
|
|
6207
6277
|
width: i = 20,
|
|
6208
6278
|
height: e = 20,
|
|
6209
6279
|
color: t = c.GREY_DARK_5,
|
|
@@ -6250,7 +6320,7 @@ const t5 = (i, e) => {
|
|
|
6250
6320
|
)
|
|
6251
6321
|
]
|
|
6252
6322
|
}
|
|
6253
|
-
),
|
|
6323
|
+
), M0 = ({
|
|
6254
6324
|
width: i = 20,
|
|
6255
6325
|
height: e = 20,
|
|
6256
6326
|
color: t = c.GREY_DARK_5,
|
|
@@ -6297,7 +6367,7 @@ const t5 = (i, e) => {
|
|
|
6297
6367
|
)
|
|
6298
6368
|
]
|
|
6299
6369
|
}
|
|
6300
|
-
),
|
|
6370
|
+
), x0 = ({
|
|
6301
6371
|
width: i = 20,
|
|
6302
6372
|
height: e = 20,
|
|
6303
6373
|
color: t = c.GREY_DARK_5,
|
|
@@ -6337,7 +6407,7 @@ const t5 = (i, e) => {
|
|
|
6337
6407
|
)
|
|
6338
6408
|
]
|
|
6339
6409
|
}
|
|
6340
|
-
),
|
|
6410
|
+
), Z0 = ({
|
|
6341
6411
|
width: i = 20,
|
|
6342
6412
|
height: e = 20,
|
|
6343
6413
|
color: t = c.GREY_DARK_5,
|
|
@@ -6370,7 +6440,7 @@ const t5 = (i, e) => {
|
|
|
6370
6440
|
)
|
|
6371
6441
|
]
|
|
6372
6442
|
}
|
|
6373
|
-
),
|
|
6443
|
+
), V0 = ({
|
|
6374
6444
|
width: i = 20,
|
|
6375
6445
|
height: e = 20,
|
|
6376
6446
|
color: t = c.GREY_DARK_5,
|
|
@@ -6403,7 +6473,7 @@ const t5 = (i, e) => {
|
|
|
6403
6473
|
)
|
|
6404
6474
|
]
|
|
6405
6475
|
}
|
|
6406
|
-
),
|
|
6476
|
+
), R0 = ({
|
|
6407
6477
|
width: i = 20,
|
|
6408
6478
|
height: e = 20,
|
|
6409
6479
|
color: t = c.GREY_DARK_5,
|
|
@@ -6436,7 +6506,7 @@ const t5 = (i, e) => {
|
|
|
6436
6506
|
)
|
|
6437
6507
|
]
|
|
6438
6508
|
}
|
|
6439
|
-
),
|
|
6509
|
+
), H0 = ({
|
|
6440
6510
|
width: i = 20,
|
|
6441
6511
|
height: e = 20,
|
|
6442
6512
|
color: t = c.GREY_DARK_5,
|
|
@@ -6469,7 +6539,7 @@ const t5 = (i, e) => {
|
|
|
6469
6539
|
)
|
|
6470
6540
|
]
|
|
6471
6541
|
}
|
|
6472
|
-
),
|
|
6542
|
+
), _0 = ({
|
|
6473
6543
|
width: i = 20,
|
|
6474
6544
|
height: e = 20,
|
|
6475
6545
|
color: t = c.GREY_DARK_5,
|
|
@@ -6509,7 +6579,7 @@ const t5 = (i, e) => {
|
|
|
6509
6579
|
)
|
|
6510
6580
|
]
|
|
6511
6581
|
}
|
|
6512
|
-
),
|
|
6582
|
+
), b0 = ({
|
|
6513
6583
|
width: i = 20,
|
|
6514
6584
|
height: e = 20,
|
|
6515
6585
|
color: t = c.GREY_DARK_5,
|
|
@@ -6542,7 +6612,7 @@ const t5 = (i, e) => {
|
|
|
6542
6612
|
)
|
|
6543
6613
|
]
|
|
6544
6614
|
}
|
|
6545
|
-
),
|
|
6615
|
+
), y0 = ({
|
|
6546
6616
|
width: i = 20,
|
|
6547
6617
|
height: e = 20,
|
|
6548
6618
|
color: t = c.GREY_DARK_5,
|
|
@@ -6575,7 +6645,7 @@ const t5 = (i, e) => {
|
|
|
6575
6645
|
)
|
|
6576
6646
|
]
|
|
6577
6647
|
}
|
|
6578
|
-
),
|
|
6648
|
+
), A0 = ({
|
|
6579
6649
|
width: i = 20,
|
|
6580
6650
|
height: e = 20,
|
|
6581
6651
|
color: t = "#070739",
|
|
@@ -6605,7 +6675,7 @@ const t5 = (i, e) => {
|
|
|
6605
6675
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6606
6676
|
]
|
|
6607
6677
|
}
|
|
6608
|
-
),
|
|
6678
|
+
), E0 = ({
|
|
6609
6679
|
width: i = 20,
|
|
6610
6680
|
height: e = 20,
|
|
6611
6681
|
color: t = "#070739",
|
|
@@ -6643,7 +6713,7 @@ const t5 = (i, e) => {
|
|
|
6643
6713
|
)
|
|
6644
6714
|
]
|
|
6645
6715
|
}
|
|
6646
|
-
),
|
|
6716
|
+
), D0 = ({
|
|
6647
6717
|
width: i = 20,
|
|
6648
6718
|
height: e = 20,
|
|
6649
6719
|
color: t = c.GREY_DARK_5,
|
|
@@ -6676,7 +6746,7 @@ const t5 = (i, e) => {
|
|
|
6676
6746
|
)
|
|
6677
6747
|
]
|
|
6678
6748
|
}
|
|
6679
|
-
),
|
|
6749
|
+
), K0 = ({
|
|
6680
6750
|
width: i = 20,
|
|
6681
6751
|
height: e = 20,
|
|
6682
6752
|
color: t = c.GREY_DARK_5,
|
|
@@ -6709,7 +6779,7 @@ const t5 = (i, e) => {
|
|
|
6709
6779
|
)
|
|
6710
6780
|
]
|
|
6711
6781
|
}
|
|
6712
|
-
),
|
|
6782
|
+
), G0 = ({
|
|
6713
6783
|
width: i = 20,
|
|
6714
6784
|
height: e = 20,
|
|
6715
6785
|
color: t = c.GREY_DARK_5,
|
|
@@ -6756,7 +6826,7 @@ const t5 = (i, e) => {
|
|
|
6756
6826
|
)
|
|
6757
6827
|
]
|
|
6758
6828
|
}
|
|
6759
|
-
),
|
|
6829
|
+
), B0 = ({
|
|
6760
6830
|
className: i,
|
|
6761
6831
|
color: e = c.GREY_DARK_5,
|
|
6762
6832
|
height: t = 20,
|
|
@@ -6813,7 +6883,7 @@ const t5 = (i, e) => {
|
|
|
6813
6883
|
}
|
|
6814
6884
|
)
|
|
6815
6885
|
}
|
|
6816
|
-
),
|
|
6886
|
+
), Y0 = ({
|
|
6817
6887
|
className: i,
|
|
6818
6888
|
color: e = c.GREY_DARK_5,
|
|
6819
6889
|
height: t = 5,
|
|
@@ -6838,7 +6908,7 @@ const t5 = (i, e) => {
|
|
|
6838
6908
|
}
|
|
6839
6909
|
)
|
|
6840
6910
|
}
|
|
6841
|
-
),
|
|
6911
|
+
), O0 = ({
|
|
6842
6912
|
className: i,
|
|
6843
6913
|
color: e = c.GREY_DARK_5,
|
|
6844
6914
|
height: t = 20,
|
|
@@ -6871,7 +6941,7 @@ const t5 = (i, e) => {
|
|
|
6871
6941
|
)
|
|
6872
6942
|
]
|
|
6873
6943
|
}
|
|
6874
|
-
),
|
|
6944
|
+
), I0 = ({
|
|
6875
6945
|
className: i,
|
|
6876
6946
|
color: e = c.GREY_DARK_5,
|
|
6877
6947
|
height: t = 20,
|
|
@@ -6910,7 +6980,7 @@ const t5 = (i, e) => {
|
|
|
6910
6980
|
)
|
|
6911
6981
|
]
|
|
6912
6982
|
}
|
|
6913
|
-
),
|
|
6983
|
+
), $0 = ({
|
|
6914
6984
|
className: i,
|
|
6915
6985
|
color: e = c.GREY_DARK_5,
|
|
6916
6986
|
height: t = 20,
|
|
@@ -6934,7 +7004,7 @@ const t5 = (i, e) => {
|
|
|
6934
7004
|
}
|
|
6935
7005
|
)
|
|
6936
7006
|
}
|
|
6937
|
-
),
|
|
7007
|
+
), T0 = ({
|
|
6938
7008
|
className: i,
|
|
6939
7009
|
color: e = c.GREY_DARK_5,
|
|
6940
7010
|
height: t = 20,
|
|
@@ -6981,7 +7051,7 @@ const t5 = (i, e) => {
|
|
|
6981
7051
|
)
|
|
6982
7052
|
]
|
|
6983
7053
|
}
|
|
6984
|
-
),
|
|
7054
|
+
), P0 = ({
|
|
6985
7055
|
className: i,
|
|
6986
7056
|
color: e = c.GREY_DARK_5,
|
|
6987
7057
|
height: t = 20,
|
|
@@ -7014,7 +7084,7 @@ const t5 = (i, e) => {
|
|
|
7014
7084
|
)
|
|
7015
7085
|
]
|
|
7016
7086
|
}
|
|
7017
|
-
),
|
|
7087
|
+
), j0 = ({
|
|
7018
7088
|
className: i,
|
|
7019
7089
|
color: e = c.GREY_DARK_5,
|
|
7020
7090
|
height: t = 20,
|
|
@@ -7051,7 +7121,7 @@ const t5 = (i, e) => {
|
|
|
7051
7121
|
)
|
|
7052
7122
|
]
|
|
7053
7123
|
}
|
|
7054
|
-
),
|
|
7124
|
+
), F0 = ({
|
|
7055
7125
|
className: i,
|
|
7056
7126
|
color: e = c.GREY_DARK_5,
|
|
7057
7127
|
height: t = 20,
|
|
@@ -7075,7 +7145,7 @@ const t5 = (i, e) => {
|
|
|
7075
7145
|
}
|
|
7076
7146
|
)
|
|
7077
7147
|
}
|
|
7078
|
-
),
|
|
7148
|
+
), U0 = ({
|
|
7079
7149
|
className: i,
|
|
7080
7150
|
color: e = c.GREY_DARK_5,
|
|
7081
7151
|
height: t = 20,
|
|
@@ -7136,7 +7206,7 @@ const t5 = (i, e) => {
|
|
|
7136
7206
|
)
|
|
7137
7207
|
]
|
|
7138
7208
|
}
|
|
7139
|
-
),
|
|
7209
|
+
), W0 = ({
|
|
7140
7210
|
className: i,
|
|
7141
7211
|
color: e = c.GREY_DARK_5,
|
|
7142
7212
|
height: t = 20,
|
|
@@ -7173,7 +7243,7 @@ const t5 = (i, e) => {
|
|
|
7173
7243
|
)
|
|
7174
7244
|
]
|
|
7175
7245
|
}
|
|
7176
|
-
),
|
|
7246
|
+
), z0 = ({
|
|
7177
7247
|
className: i,
|
|
7178
7248
|
color: e = c.GREY_DARK_5,
|
|
7179
7249
|
height: t = 20,
|
|
@@ -7213,7 +7283,7 @@ const t5 = (i, e) => {
|
|
|
7213
7283
|
)
|
|
7214
7284
|
]
|
|
7215
7285
|
}
|
|
7216
|
-
),
|
|
7286
|
+
), J0 = ({
|
|
7217
7287
|
className: i,
|
|
7218
7288
|
color: e = c.GREY_DARK_5,
|
|
7219
7289
|
height: t = 20,
|
|
@@ -7246,7 +7316,7 @@ const t5 = (i, e) => {
|
|
|
7246
7316
|
)
|
|
7247
7317
|
]
|
|
7248
7318
|
}
|
|
7249
|
-
),
|
|
7319
|
+
), q0 = ({
|
|
7250
7320
|
className: i,
|
|
7251
7321
|
color: e = c.GREY_DARK_5,
|
|
7252
7322
|
height: t = 20,
|
|
@@ -7279,7 +7349,7 @@ const t5 = (i, e) => {
|
|
|
7279
7349
|
)
|
|
7280
7350
|
]
|
|
7281
7351
|
}
|
|
7282
|
-
),
|
|
7352
|
+
), Q0 = ({
|
|
7283
7353
|
className: i,
|
|
7284
7354
|
color: e = c.GREY_DARK_5,
|
|
7285
7355
|
height: t = 20,
|
|
@@ -7333,7 +7403,7 @@ const t5 = (i, e) => {
|
|
|
7333
7403
|
)
|
|
7334
7404
|
]
|
|
7335
7405
|
}
|
|
7336
|
-
),
|
|
7406
|
+
), X0 = ({
|
|
7337
7407
|
className: i,
|
|
7338
7408
|
color: e = c.GREY_DARK_5,
|
|
7339
7409
|
height: t = 20,
|
|
@@ -7380,7 +7450,7 @@ const t5 = (i, e) => {
|
|
|
7380
7450
|
)
|
|
7381
7451
|
]
|
|
7382
7452
|
}
|
|
7383
|
-
),
|
|
7453
|
+
), e4 = ({
|
|
7384
7454
|
className: i,
|
|
7385
7455
|
color: e = c.GREY_DARK_5,
|
|
7386
7456
|
height: t = 20,
|
|
@@ -7420,7 +7490,7 @@ const t5 = (i, e) => {
|
|
|
7420
7490
|
)
|
|
7421
7491
|
]
|
|
7422
7492
|
}
|
|
7423
|
-
),
|
|
7493
|
+
), t4 = ({
|
|
7424
7494
|
className: i,
|
|
7425
7495
|
color: e = c.GREY_DARK_5,
|
|
7426
7496
|
height: t = 20,
|
|
@@ -7444,7 +7514,7 @@ const t5 = (i, e) => {
|
|
|
7444
7514
|
}
|
|
7445
7515
|
)
|
|
7446
7516
|
}
|
|
7447
|
-
),
|
|
7517
|
+
), i4 = ({
|
|
7448
7518
|
className: i,
|
|
7449
7519
|
color: e = c.GREY_DARK_5,
|
|
7450
7520
|
height: t = 20,
|
|
@@ -7484,7 +7554,7 @@ const t5 = (i, e) => {
|
|
|
7484
7554
|
)
|
|
7485
7555
|
]
|
|
7486
7556
|
}
|
|
7487
|
-
),
|
|
7557
|
+
), l4 = ({
|
|
7488
7558
|
className: i,
|
|
7489
7559
|
color: e = c.GREY_DARK_5,
|
|
7490
7560
|
height: t = 20,
|
|
@@ -7524,7 +7594,7 @@ const t5 = (i, e) => {
|
|
|
7524
7594
|
)
|
|
7525
7595
|
]
|
|
7526
7596
|
}
|
|
7527
|
-
),
|
|
7597
|
+
), s4 = ({
|
|
7528
7598
|
width: i = 20,
|
|
7529
7599
|
height: e = 20,
|
|
7530
7600
|
color: t = c.GREY_DARK_5,
|
|
@@ -7548,7 +7618,7 @@ const t5 = (i, e) => {
|
|
|
7548
7618
|
}
|
|
7549
7619
|
)
|
|
7550
7620
|
}
|
|
7551
|
-
),
|
|
7621
|
+
), n4 = ({
|
|
7552
7622
|
width: i = 24,
|
|
7553
7623
|
height: e = 24,
|
|
7554
7624
|
color: t = "#131314",
|
|
@@ -7581,7 +7651,7 @@ const t5 = (i, e) => {
|
|
|
7581
7651
|
)
|
|
7582
7652
|
]
|
|
7583
7653
|
}
|
|
7584
|
-
),
|
|
7654
|
+
), o4 = ({
|
|
7585
7655
|
width: i = 20,
|
|
7586
7656
|
height: e = 20,
|
|
7587
7657
|
color: t = c.GREY_DARK_5,
|
|
@@ -7614,7 +7684,7 @@ const t5 = (i, e) => {
|
|
|
7614
7684
|
)
|
|
7615
7685
|
]
|
|
7616
7686
|
}
|
|
7617
|
-
),
|
|
7687
|
+
), a4 = ({
|
|
7618
7688
|
width: i = 20,
|
|
7619
7689
|
height: e = 20,
|
|
7620
7690
|
color: t = c.GREY_DARK_5,
|
|
@@ -7654,7 +7724,7 @@ const t5 = (i, e) => {
|
|
|
7654
7724
|
)
|
|
7655
7725
|
]
|
|
7656
7726
|
}
|
|
7657
|
-
),
|
|
7727
|
+
), r4 = ({
|
|
7658
7728
|
width: i = 20,
|
|
7659
7729
|
height: e = 20,
|
|
7660
7730
|
color: t = c.GREY_DARK_5,
|
|
@@ -7715,7 +7785,7 @@ const t5 = (i, e) => {
|
|
|
7715
7785
|
)
|
|
7716
7786
|
]
|
|
7717
7787
|
}
|
|
7718
|
-
),
|
|
7788
|
+
), C4 = ({
|
|
7719
7789
|
width: i = 20,
|
|
7720
7790
|
height: e = 20,
|
|
7721
7791
|
color: t = c.GREY_DARK_5,
|
|
@@ -7755,7 +7825,7 @@ const t5 = (i, e) => {
|
|
|
7755
7825
|
)
|
|
7756
7826
|
]
|
|
7757
7827
|
}
|
|
7758
|
-
),
|
|
7828
|
+
), h4 = ({
|
|
7759
7829
|
width: i = 20,
|
|
7760
7830
|
height: e = 20,
|
|
7761
7831
|
color: t = c.GREY_DARK_5,
|
|
@@ -7779,6 +7849,39 @@ const t5 = (i, e) => {
|
|
|
7779
7849
|
}
|
|
7780
7850
|
)
|
|
7781
7851
|
}
|
|
7852
|
+
), c4 = ({
|
|
7853
|
+
width: i = 20,
|
|
7854
|
+
height: e = 20,
|
|
7855
|
+
color: t = c.GREY_DARK_5,
|
|
7856
|
+
className: l,
|
|
7857
|
+
onClick: s
|
|
7858
|
+
}) => /* @__PURE__ */ g(
|
|
7859
|
+
"svg",
|
|
7860
|
+
{
|
|
7861
|
+
width: i,
|
|
7862
|
+
height: e,
|
|
7863
|
+
className: l,
|
|
7864
|
+
viewBox: "0 0 24 24",
|
|
7865
|
+
fill: "none",
|
|
7866
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7867
|
+
onClick: s,
|
|
7868
|
+
children: [
|
|
7869
|
+
/* @__PURE__ */ n(
|
|
7870
|
+
"path",
|
|
7871
|
+
{
|
|
7872
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
7873
|
+
fill: t
|
|
7874
|
+
}
|
|
7875
|
+
),
|
|
7876
|
+
/* @__PURE__ */ n(
|
|
7877
|
+
"path",
|
|
7878
|
+
{
|
|
7879
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
7880
|
+
fill: t
|
|
7881
|
+
}
|
|
7882
|
+
)
|
|
7883
|
+
]
|
|
7884
|
+
}
|
|
7782
7885
|
), y1 = ({
|
|
7783
7886
|
name: i,
|
|
7784
7887
|
width: e,
|
|
@@ -7792,41 +7895,41 @@ const t5 = (i, e) => {
|
|
|
7792
7895
|
return /* @__PURE__ */ n(J, { children: (() => {
|
|
7793
7896
|
switch (i) {
|
|
7794
7897
|
case "arrow1Down":
|
|
7795
|
-
return
|
|
7898
|
+
return i0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7796
7899
|
case "arrow1Up":
|
|
7797
|
-
return
|
|
7900
|
+
return l0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7798
7901
|
case "arrow1Right":
|
|
7799
|
-
return
|
|
7902
|
+
return s0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7800
7903
|
case "arrow1Left":
|
|
7801
|
-
return
|
|
7904
|
+
return n0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7802
7905
|
case "info":
|
|
7803
|
-
return
|
|
7906
|
+
return o0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7804
7907
|
case "archive":
|
|
7805
|
-
return
|
|
7908
|
+
return c0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7806
7909
|
case "unarchive":
|
|
7807
|
-
return
|
|
7910
|
+
return d0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7808
7911
|
case "calendar":
|
|
7809
|
-
return
|
|
7912
|
+
return g0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7810
7913
|
case "check":
|
|
7811
|
-
return
|
|
7914
|
+
return w0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7812
7915
|
case "cancel":
|
|
7813
|
-
return
|
|
7916
|
+
return f0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7814
7917
|
case "add":
|
|
7815
|
-
return
|
|
7918
|
+
return p0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7816
7919
|
case "list":
|
|
7817
|
-
return
|
|
7920
|
+
return u0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7818
7921
|
case "dragAndDrop":
|
|
7819
|
-
return
|
|
7922
|
+
return L0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7820
7923
|
case "filter1":
|
|
7821
|
-
return
|
|
7924
|
+
return m0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7822
7925
|
case "filter2":
|
|
7823
|
-
return
|
|
7926
|
+
return F0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7824
7927
|
case "attention":
|
|
7825
|
-
return
|
|
7928
|
+
return v0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7826
7929
|
case "users":
|
|
7827
|
-
return
|
|
7930
|
+
return k0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7828
7931
|
case "mySkillsMatrix":
|
|
7829
|
-
return
|
|
7932
|
+
return N0({
|
|
7830
7933
|
width: e,
|
|
7831
7934
|
height: t,
|
|
7832
7935
|
color: o,
|
|
@@ -7834,9 +7937,9 @@ const t5 = (i, e) => {
|
|
|
7834
7937
|
onClick: a
|
|
7835
7938
|
});
|
|
7836
7939
|
case "skills":
|
|
7837
|
-
return
|
|
7940
|
+
return M0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7838
7941
|
case "skillsMatrices":
|
|
7839
|
-
return
|
|
7942
|
+
return x0({
|
|
7840
7943
|
width: e,
|
|
7841
7944
|
height: t,
|
|
7842
7945
|
color: o,
|
|
@@ -7844,21 +7947,21 @@ const t5 = (i, e) => {
|
|
|
7844
7947
|
onClick: a
|
|
7845
7948
|
});
|
|
7846
7949
|
case "history":
|
|
7847
|
-
return
|
|
7950
|
+
return Z0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7848
7951
|
case "logOut":
|
|
7849
|
-
return
|
|
7952
|
+
return V0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7850
7953
|
case "settings":
|
|
7851
|
-
return
|
|
7954
|
+
return R0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7852
7955
|
case "trash":
|
|
7853
|
-
return
|
|
7956
|
+
return H0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7854
7957
|
case "settings2":
|
|
7855
|
-
return
|
|
7958
|
+
return _0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7856
7959
|
case "checkCircle":
|
|
7857
|
-
return
|
|
7960
|
+
return b0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7858
7961
|
case "cancelCircle":
|
|
7859
|
-
return
|
|
7962
|
+
return y0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7860
7963
|
case "visibilityIcon":
|
|
7861
|
-
return
|
|
7964
|
+
return A0({
|
|
7862
7965
|
width: e,
|
|
7863
7966
|
height: t,
|
|
7864
7967
|
color: o,
|
|
@@ -7866,7 +7969,7 @@ const t5 = (i, e) => {
|
|
|
7866
7969
|
onClick: a
|
|
7867
7970
|
});
|
|
7868
7971
|
case "visibilityOffIcon":
|
|
7869
|
-
return
|
|
7972
|
+
return E0({
|
|
7870
7973
|
width: e,
|
|
7871
7974
|
height: t,
|
|
7872
7975
|
color: o,
|
|
@@ -7874,78 +7977,80 @@ const t5 = (i, e) => {
|
|
|
7874
7977
|
onClick: a
|
|
7875
7978
|
});
|
|
7876
7979
|
case "sortUp":
|
|
7877
|
-
return
|
|
7980
|
+
return D0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7878
7981
|
case "sortDown":
|
|
7879
|
-
return
|
|
7982
|
+
return K0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7880
7983
|
case "sortDouble":
|
|
7881
|
-
return
|
|
7984
|
+
return G0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7882
7985
|
case "search":
|
|
7883
|
-
return
|
|
7986
|
+
return B0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7884
7987
|
case "arrowUpFilled":
|
|
7885
|
-
return
|
|
7988
|
+
return Y0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7886
7989
|
case "arrowDownFilled":
|
|
7887
7990
|
return S0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7888
7991
|
case "arrow2Up":
|
|
7889
|
-
return
|
|
7992
|
+
return a0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7890
7993
|
case "arrow2Right":
|
|
7891
|
-
return
|
|
7994
|
+
return r0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7892
7995
|
case "arrow2Down":
|
|
7893
|
-
return
|
|
7996
|
+
return C0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7894
7997
|
case "arrow2Left":
|
|
7895
|
-
return
|
|
7998
|
+
return h0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7896
7999
|
case "link":
|
|
7897
|
-
return B0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7898
|
-
case "telegram":
|
|
7899
8000
|
return O0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7900
|
-
case "
|
|
8001
|
+
case "telegram":
|
|
7901
8002
|
return $0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8003
|
+
case "mail":
|
|
8004
|
+
return P0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7902
8005
|
case "github":
|
|
7903
|
-
return Y0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7904
|
-
case "linkedIn":
|
|
7905
8006
|
return I0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7906
|
-
case "
|
|
8007
|
+
case "linkedIn":
|
|
7907
8008
|
return T0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7908
|
-
case "
|
|
8009
|
+
case "emptyStateIcon":
|
|
7909
8010
|
return j0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8011
|
+
case "dotMenuIcon":
|
|
8012
|
+
return U0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7910
8013
|
case "plusCircle":
|
|
7911
|
-
return
|
|
8014
|
+
return W0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7912
8015
|
case "warning":
|
|
7913
|
-
return
|
|
8016
|
+
return z0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7914
8017
|
case "bell":
|
|
7915
|
-
return
|
|
8018
|
+
return J0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7916
8019
|
case "copy":
|
|
7917
|
-
return
|
|
8020
|
+
return q0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7918
8021
|
case "contract":
|
|
7919
|
-
return
|
|
8022
|
+
return Q0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7920
8023
|
case "resourceManager":
|
|
7921
|
-
return
|
|
8024
|
+
return X0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7922
8025
|
case "image":
|
|
7923
|
-
return
|
|
8026
|
+
return e4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7924
8027
|
case "edit":
|
|
7925
|
-
return
|
|
8028
|
+
return t4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7926
8029
|
case "burgerMenu":
|
|
7927
|
-
return
|
|
8030
|
+
return i4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7928
8031
|
case "refresh":
|
|
7929
|
-
return
|
|
8032
|
+
return l4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7930
8033
|
case "projects":
|
|
7931
|
-
return i4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7932
|
-
case "user":
|
|
7933
8034
|
return s4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8035
|
+
case "user":
|
|
8036
|
+
return o4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7934
8037
|
case "exit":
|
|
7935
|
-
return l4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7936
|
-
case "status":
|
|
7937
8038
|
return n4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8039
|
+
case "status":
|
|
8040
|
+
return a4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7938
8041
|
case "community":
|
|
7939
|
-
return
|
|
8042
|
+
return r4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7940
8043
|
case "docs":
|
|
7941
|
-
return
|
|
8044
|
+
return C4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7942
8045
|
case "unpaidLeave":
|
|
7943
|
-
return
|
|
8046
|
+
return h4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8047
|
+
case "time":
|
|
8048
|
+
return c4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7944
8049
|
default:
|
|
7945
8050
|
return /* @__PURE__ */ n(J, { children: "No Icon provided" });
|
|
7946
8051
|
}
|
|
7947
8052
|
})() });
|
|
7948
|
-
},
|
|
8053
|
+
}, d4 = ({
|
|
7949
8054
|
text: i,
|
|
7950
8055
|
color: e = "cyan",
|
|
7951
8056
|
size: t = "medium",
|
|
@@ -7971,7 +8076,7 @@ const t5 = (i, e) => {
|
|
|
7971
8076
|
children: /* @__PURE__ */ n(N2, { variant: s, color: c.GREY_DARK_4, children: i })
|
|
7972
8077
|
}
|
|
7973
8078
|
);
|
|
7974
|
-
},
|
|
8079
|
+
}, g4 = ({
|
|
7975
8080
|
text: i,
|
|
7976
8081
|
status: e,
|
|
7977
8082
|
withIcon: t = !1,
|
|
@@ -7987,7 +8092,7 @@ const t5 = (i, e) => {
|
|
|
7987
8092
|
color: c.NOTIFICATION_SUCCESS_DARK
|
|
7988
8093
|
}
|
|
7989
8094
|
),
|
|
7990
|
-
pending: /* @__PURE__ */ n(y1, { name: "
|
|
8095
|
+
pending: /* @__PURE__ */ n(y1, { name: "time", width: 14, height: 14, color: c.NOTIFICATION_WARNING_DARK }),
|
|
7991
8096
|
rejected: /* @__PURE__ */ n(
|
|
7992
8097
|
y1,
|
|
7993
8098
|
{
|
|
@@ -8020,8 +8125,8 @@ const t5 = (i, e) => {
|
|
|
8020
8125
|
]
|
|
8021
8126
|
}
|
|
8022
8127
|
);
|
|
8023
|
-
}, M2 = (i) => i.variant === "status" ? /* @__PURE__ */ n(
|
|
8024
|
-
var
|
|
8128
|
+
}, M2 = (i) => i.variant === "status" ? /* @__PURE__ */ n(g4, { ...i }) : /* @__PURE__ */ n(d4, { ...i });
|
|
8129
|
+
var w4 = { exports: {} };
|
|
8025
8130
|
(function(i, e) {
|
|
8026
8131
|
(function(t, l) {
|
|
8027
8132
|
i.exports = l();
|
|
@@ -8031,8 +8136,8 @@ var c4 = { exports: {} };
|
|
|
8031
8136
|
return "[" + t + (l[(s - 20) % 10] || l[s] || l[0]) + "]";
|
|
8032
8137
|
} };
|
|
8033
8138
|
});
|
|
8034
|
-
})(
|
|
8035
|
-
const
|
|
8139
|
+
})(w4);
|
|
8140
|
+
const f4 = ({
|
|
8036
8141
|
values: i,
|
|
8037
8142
|
onTagClose: e,
|
|
8038
8143
|
maxWidth: t,
|
|
@@ -8042,7 +8147,7 @@ const d4 = ({
|
|
|
8042
8147
|
extraOptions: h,
|
|
8043
8148
|
selectedItemVariant: d = "default"
|
|
8044
8149
|
}) => {
|
|
8045
|
-
const { locale: o } = s1(c1), { t: a } = l5("common", { lng: o }), [r, p] =
|
|
8150
|
+
const { locale: o } = s1(c1), { t: a } = l5("common", { lng: o }), [r, p] = G(!1);
|
|
8046
8151
|
if (F(() => {
|
|
8047
8152
|
i.length || p(!1);
|
|
8048
8153
|
}, [i]), !i.length)
|
|
@@ -8052,7 +8157,7 @@ const d4 = ({
|
|
|
8052
8157
|
return ((u = C == null ? void 0 : C.find((k) => k.value === f)) == null ? void 0 : u.label) || ((M = h == null ? void 0 : h.find((k) => k.value === f)) == null ? void 0 : M.label) || f;
|
|
8053
8158
|
};
|
|
8054
8159
|
return /* @__PURE__ */ g(
|
|
8055
|
-
|
|
8160
|
+
J9,
|
|
8056
8161
|
{
|
|
8057
8162
|
content: (
|
|
8058
8163
|
// 90: paddings + margins + gaps and so on
|
|
@@ -8091,17 +8196,17 @@ const d4 = ({
|
|
|
8091
8196
|
]
|
|
8092
8197
|
}
|
|
8093
8198
|
);
|
|
8094
|
-
},
|
|
8199
|
+
}, p4 = {
|
|
8095
8200
|
small: 20,
|
|
8096
8201
|
medium: 28,
|
|
8097
8202
|
large: 48
|
|
8098
8203
|
}, e2 = ({ size: i = "medium", color: e = c.BLUE_PRIMARY }) => {
|
|
8099
8204
|
const t = {
|
|
8100
|
-
width:
|
|
8205
|
+
width: p4[i],
|
|
8101
8206
|
"--loader-color": e
|
|
8102
8207
|
};
|
|
8103
8208
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: t });
|
|
8104
|
-
},
|
|
8209
|
+
}, u4 = ({
|
|
8105
8210
|
width: i = 20,
|
|
8106
8211
|
height: e = 20,
|
|
8107
8212
|
color: t = c.GREY_DARK_5,
|
|
@@ -8125,7 +8230,7 @@ const d4 = ({
|
|
|
8125
8230
|
}
|
|
8126
8231
|
)
|
|
8127
8232
|
}
|
|
8128
|
-
),
|
|
8233
|
+
), L4 = ({
|
|
8129
8234
|
width: i = 20,
|
|
8130
8235
|
height: e = 20,
|
|
8131
8236
|
color: t = c.GREY_DARK_5,
|
|
@@ -8149,7 +8254,7 @@ const d4 = ({
|
|
|
8149
8254
|
}
|
|
8150
8255
|
)
|
|
8151
8256
|
}
|
|
8152
|
-
),
|
|
8257
|
+
), m4 = ({
|
|
8153
8258
|
width: i = 20,
|
|
8154
8259
|
height: e = 20,
|
|
8155
8260
|
color: t = c.GREY_DARK_5,
|
|
@@ -8173,7 +8278,7 @@ const d4 = ({
|
|
|
8173
8278
|
}
|
|
8174
8279
|
)
|
|
8175
8280
|
}
|
|
8176
|
-
),
|
|
8281
|
+
), v4 = ({
|
|
8177
8282
|
width: i = 20,
|
|
8178
8283
|
height: e = 20,
|
|
8179
8284
|
color: t = c.GREY_DARK_5,
|
|
@@ -8198,7 +8303,7 @@ const d4 = ({
|
|
|
8198
8303
|
}
|
|
8199
8304
|
)
|
|
8200
8305
|
}
|
|
8201
|
-
),
|
|
8306
|
+
), k4 = ({
|
|
8202
8307
|
width: i = 20,
|
|
8203
8308
|
height: e = 20,
|
|
8204
8309
|
color: t = c.GREY_DARK_5,
|
|
@@ -8238,7 +8343,7 @@ const d4 = ({
|
|
|
8238
8343
|
)
|
|
8239
8344
|
]
|
|
8240
8345
|
}
|
|
8241
|
-
),
|
|
8346
|
+
), N4 = ({
|
|
8242
8347
|
width: i = 20,
|
|
8243
8348
|
height: e = 20,
|
|
8244
8349
|
color: t = c.GREY_DARK_5,
|
|
@@ -8265,7 +8370,7 @@ const d4 = ({
|
|
|
8265
8370
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8266
8371
|
]
|
|
8267
8372
|
}
|
|
8268
|
-
),
|
|
8373
|
+
), M4 = ({
|
|
8269
8374
|
width: i = 20,
|
|
8270
8375
|
height: e = 20,
|
|
8271
8376
|
color: t = c.GREY_DARK_5,
|
|
@@ -8289,7 +8394,7 @@ const d4 = ({
|
|
|
8289
8394
|
}
|
|
8290
8395
|
)
|
|
8291
8396
|
}
|
|
8292
|
-
),
|
|
8397
|
+
), x4 = ({
|
|
8293
8398
|
width: i = 20,
|
|
8294
8399
|
height: e = 20,
|
|
8295
8400
|
color: t = c.GREY_DARK_5,
|
|
@@ -8316,7 +8421,7 @@ const d4 = ({
|
|
|
8316
8421
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8317
8422
|
]
|
|
8318
8423
|
}
|
|
8319
|
-
),
|
|
8424
|
+
), Z4 = ({
|
|
8320
8425
|
width: i = 20,
|
|
8321
8426
|
height: e = 20,
|
|
8322
8427
|
color: t = c.GREY_DARK_5,
|
|
@@ -8340,7 +8445,7 @@ const d4 = ({
|
|
|
8340
8445
|
}
|
|
8341
8446
|
)
|
|
8342
8447
|
}
|
|
8343
|
-
),
|
|
8448
|
+
), V4 = ({
|
|
8344
8449
|
width: i = 20,
|
|
8345
8450
|
height: e = 20,
|
|
8346
8451
|
color: t = c.GREY_DARK_5,
|
|
@@ -8380,7 +8485,7 @@ const d4 = ({
|
|
|
8380
8485
|
)
|
|
8381
8486
|
]
|
|
8382
8487
|
}
|
|
8383
|
-
),
|
|
8488
|
+
), R4 = ({
|
|
8384
8489
|
width: i = 20,
|
|
8385
8490
|
height: e = 20,
|
|
8386
8491
|
color: t = c.GREY_DARK_5,
|
|
@@ -8426,7 +8531,7 @@ const d4 = ({
|
|
|
8426
8531
|
)
|
|
8427
8532
|
]
|
|
8428
8533
|
}
|
|
8429
|
-
),
|
|
8534
|
+
), H4 = ({
|
|
8430
8535
|
width: i = 20,
|
|
8431
8536
|
height: e = 20,
|
|
8432
8537
|
color: t = c.GREY_DARK_5,
|
|
@@ -8473,7 +8578,7 @@ const d4 = ({
|
|
|
8473
8578
|
)
|
|
8474
8579
|
]
|
|
8475
8580
|
}
|
|
8476
|
-
),
|
|
8581
|
+
), _4 = ({
|
|
8477
8582
|
width: i = 20,
|
|
8478
8583
|
height: e = 20,
|
|
8479
8584
|
color: t = c.GREY_DARK_5,
|
|
@@ -8497,7 +8602,7 @@ const d4 = ({
|
|
|
8497
8602
|
}
|
|
8498
8603
|
)
|
|
8499
8604
|
}
|
|
8500
|
-
),
|
|
8605
|
+
), b4 = ({
|
|
8501
8606
|
width: i = 20,
|
|
8502
8607
|
height: e = 20,
|
|
8503
8608
|
color: t = c.GREY_DARK_5,
|
|
@@ -8521,7 +8626,7 @@ const d4 = ({
|
|
|
8521
8626
|
}
|
|
8522
8627
|
)
|
|
8523
8628
|
}
|
|
8524
|
-
),
|
|
8629
|
+
), y4 = ({
|
|
8525
8630
|
width: i = 20,
|
|
8526
8631
|
height: e = 20,
|
|
8527
8632
|
color: t = c.GREY_DARK_5,
|
|
@@ -8545,7 +8650,7 @@ const d4 = ({
|
|
|
8545
8650
|
}
|
|
8546
8651
|
)
|
|
8547
8652
|
}
|
|
8548
|
-
),
|
|
8653
|
+
), A4 = ({
|
|
8549
8654
|
width: i = 20,
|
|
8550
8655
|
height: e = 20,
|
|
8551
8656
|
color: t = c.GREY_DARK_5,
|
|
@@ -8606,7 +8711,7 @@ const d4 = ({
|
|
|
8606
8711
|
)
|
|
8607
8712
|
]
|
|
8608
8713
|
}
|
|
8609
|
-
),
|
|
8714
|
+
), E4 = ({
|
|
8610
8715
|
width: i = 20,
|
|
8611
8716
|
height: e = 20,
|
|
8612
8717
|
color: t = c.GREY_DARK_5,
|
|
@@ -8653,7 +8758,7 @@ const d4 = ({
|
|
|
8653
8758
|
)
|
|
8654
8759
|
]
|
|
8655
8760
|
}
|
|
8656
|
-
),
|
|
8761
|
+
), D4 = ({
|
|
8657
8762
|
width: i = 20,
|
|
8658
8763
|
height: e = 20,
|
|
8659
8764
|
color: t = c.GREY_DARK_5,
|
|
@@ -8693,7 +8798,7 @@ const d4 = ({
|
|
|
8693
8798
|
)
|
|
8694
8799
|
]
|
|
8695
8800
|
}
|
|
8696
|
-
),
|
|
8801
|
+
), K4 = ({
|
|
8697
8802
|
width: i = 20,
|
|
8698
8803
|
height: e = 20,
|
|
8699
8804
|
color: t = c.GREY_DARK_5,
|
|
@@ -8733,7 +8838,7 @@ const d4 = ({
|
|
|
8733
8838
|
)
|
|
8734
8839
|
]
|
|
8735
8840
|
}
|
|
8736
|
-
),
|
|
8841
|
+
), G4 = ({
|
|
8737
8842
|
width: i = 20,
|
|
8738
8843
|
height: e = 20,
|
|
8739
8844
|
color: t = c.GREY_DARK_5,
|
|
@@ -8780,7 +8885,7 @@ const d4 = ({
|
|
|
8780
8885
|
)
|
|
8781
8886
|
]
|
|
8782
8887
|
}
|
|
8783
|
-
),
|
|
8888
|
+
), B4 = ({
|
|
8784
8889
|
width: i = 20,
|
|
8785
8890
|
height: e = 20,
|
|
8786
8891
|
color: t = c.GREY_DARK_5,
|
|
@@ -8827,7 +8932,7 @@ const d4 = ({
|
|
|
8827
8932
|
)
|
|
8828
8933
|
]
|
|
8829
8934
|
}
|
|
8830
|
-
),
|
|
8935
|
+
), S4 = ({
|
|
8831
8936
|
width: i = 20,
|
|
8832
8937
|
height: e = 20,
|
|
8833
8938
|
color: t = c.GREY_DARK_5,
|
|
@@ -8874,7 +8979,7 @@ const d4 = ({
|
|
|
8874
8979
|
)
|
|
8875
8980
|
]
|
|
8876
8981
|
}
|
|
8877
|
-
),
|
|
8982
|
+
), Y4 = ({
|
|
8878
8983
|
width: i = 20,
|
|
8879
8984
|
height: e = 20,
|
|
8880
8985
|
color: t = c.GREY_DARK_5,
|
|
@@ -8914,7 +9019,7 @@ const d4 = ({
|
|
|
8914
9019
|
)
|
|
8915
9020
|
]
|
|
8916
9021
|
}
|
|
8917
|
-
),
|
|
9022
|
+
), O4 = ({
|
|
8918
9023
|
width: i = 20,
|
|
8919
9024
|
height: e = 20,
|
|
8920
9025
|
color: t = c.GREY_DARK_5,
|
|
@@ -8947,7 +9052,7 @@ const d4 = ({
|
|
|
8947
9052
|
)
|
|
8948
9053
|
]
|
|
8949
9054
|
}
|
|
8950
|
-
),
|
|
9055
|
+
), I4 = ({
|
|
8951
9056
|
width: i = 20,
|
|
8952
9057
|
height: e = 20,
|
|
8953
9058
|
color: t = c.GREY_DARK_5,
|
|
@@ -8980,7 +9085,7 @@ const d4 = ({
|
|
|
8980
9085
|
)
|
|
8981
9086
|
]
|
|
8982
9087
|
}
|
|
8983
|
-
),
|
|
9088
|
+
), $4 = ({
|
|
8984
9089
|
width: i = 20,
|
|
8985
9090
|
height: e = 20,
|
|
8986
9091
|
color: t = c.GREY_DARK_5,
|
|
@@ -9013,7 +9118,7 @@ const d4 = ({
|
|
|
9013
9118
|
)
|
|
9014
9119
|
]
|
|
9015
9120
|
}
|
|
9016
|
-
),
|
|
9121
|
+
), T4 = ({
|
|
9017
9122
|
width: i = 20,
|
|
9018
9123
|
height: e = 20,
|
|
9019
9124
|
color: t = c.GREY_DARK_5,
|
|
@@ -9046,7 +9151,7 @@ const d4 = ({
|
|
|
9046
9151
|
)
|
|
9047
9152
|
]
|
|
9048
9153
|
}
|
|
9049
|
-
),
|
|
9154
|
+
), P4 = ({
|
|
9050
9155
|
width: i = 20,
|
|
9051
9156
|
height: e = 20,
|
|
9052
9157
|
color: t = c.GREY_DARK_5,
|
|
@@ -9086,7 +9191,7 @@ const d4 = ({
|
|
|
9086
9191
|
)
|
|
9087
9192
|
]
|
|
9088
9193
|
}
|
|
9089
|
-
),
|
|
9194
|
+
), j4 = ({
|
|
9090
9195
|
width: i = 20,
|
|
9091
9196
|
height: e = 20,
|
|
9092
9197
|
color: t = c.GREY_DARK_5,
|
|
@@ -9119,7 +9224,7 @@ const d4 = ({
|
|
|
9119
9224
|
)
|
|
9120
9225
|
]
|
|
9121
9226
|
}
|
|
9122
|
-
),
|
|
9227
|
+
), F4 = ({
|
|
9123
9228
|
width: i = 20,
|
|
9124
9229
|
height: e = 20,
|
|
9125
9230
|
color: t = c.GREY_DARK_5,
|
|
@@ -9152,7 +9257,7 @@ const d4 = ({
|
|
|
9152
9257
|
)
|
|
9153
9258
|
]
|
|
9154
9259
|
}
|
|
9155
|
-
),
|
|
9260
|
+
), U4 = ({
|
|
9156
9261
|
width: i = 20,
|
|
9157
9262
|
height: e = 20,
|
|
9158
9263
|
color: t = "#070739",
|
|
@@ -9182,7 +9287,7 @@ const d4 = ({
|
|
|
9182
9287
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
9183
9288
|
]
|
|
9184
9289
|
}
|
|
9185
|
-
),
|
|
9290
|
+
), W4 = ({
|
|
9186
9291
|
width: i = 20,
|
|
9187
9292
|
height: e = 20,
|
|
9188
9293
|
color: t = "#070739",
|
|
@@ -9220,7 +9325,7 @@ const d4 = ({
|
|
|
9220
9325
|
)
|
|
9221
9326
|
]
|
|
9222
9327
|
}
|
|
9223
|
-
),
|
|
9328
|
+
), z4 = ({
|
|
9224
9329
|
width: i = 20,
|
|
9225
9330
|
height: e = 20,
|
|
9226
9331
|
color: t = c.GREY_DARK_5,
|
|
@@ -9253,7 +9358,7 @@ const d4 = ({
|
|
|
9253
9358
|
)
|
|
9254
9359
|
]
|
|
9255
9360
|
}
|
|
9256
|
-
),
|
|
9361
|
+
), J4 = ({
|
|
9257
9362
|
width: i = 20,
|
|
9258
9363
|
height: e = 20,
|
|
9259
9364
|
color: t = c.GREY_DARK_5,
|
|
@@ -9286,7 +9391,7 @@ const d4 = ({
|
|
|
9286
9391
|
)
|
|
9287
9392
|
]
|
|
9288
9393
|
}
|
|
9289
|
-
),
|
|
9394
|
+
), q4 = ({
|
|
9290
9395
|
width: i = 20,
|
|
9291
9396
|
height: e = 20,
|
|
9292
9397
|
color: t = c.GREY_DARK_5,
|
|
@@ -9333,7 +9438,7 @@ const d4 = ({
|
|
|
9333
9438
|
)
|
|
9334
9439
|
]
|
|
9335
9440
|
}
|
|
9336
|
-
),
|
|
9441
|
+
), Q4 = ({
|
|
9337
9442
|
className: i,
|
|
9338
9443
|
color: e = c.GREY_DARK_5,
|
|
9339
9444
|
height: t = 20,
|
|
@@ -9366,7 +9471,7 @@ const d4 = ({
|
|
|
9366
9471
|
)
|
|
9367
9472
|
]
|
|
9368
9473
|
}
|
|
9369
|
-
),
|
|
9474
|
+
), X4 = ({
|
|
9370
9475
|
className: i,
|
|
9371
9476
|
color: e = c.GREY_DARK_5,
|
|
9372
9477
|
height: t = 5,
|
|
@@ -9390,7 +9495,7 @@ const d4 = ({
|
|
|
9390
9495
|
}
|
|
9391
9496
|
)
|
|
9392
9497
|
}
|
|
9393
|
-
),
|
|
9498
|
+
), e6 = ({
|
|
9394
9499
|
className: i,
|
|
9395
9500
|
color: e = c.GREY_DARK_5,
|
|
9396
9501
|
height: t = 5,
|
|
@@ -9415,7 +9520,7 @@ const d4 = ({
|
|
|
9415
9520
|
}
|
|
9416
9521
|
)
|
|
9417
9522
|
}
|
|
9418
|
-
),
|
|
9523
|
+
), t6 = ({
|
|
9419
9524
|
className: i,
|
|
9420
9525
|
color: e = c.GREY_DARK_5,
|
|
9421
9526
|
height: t = 20,
|
|
@@ -9448,7 +9553,7 @@ const d4 = ({
|
|
|
9448
9553
|
)
|
|
9449
9554
|
]
|
|
9450
9555
|
}
|
|
9451
|
-
),
|
|
9556
|
+
), i6 = ({
|
|
9452
9557
|
className: i,
|
|
9453
9558
|
color: e = c.GREY_DARK_5,
|
|
9454
9559
|
height: t = 20,
|
|
@@ -9487,7 +9592,7 @@ const d4 = ({
|
|
|
9487
9592
|
)
|
|
9488
9593
|
]
|
|
9489
9594
|
}
|
|
9490
|
-
),
|
|
9595
|
+
), l6 = ({
|
|
9491
9596
|
className: i,
|
|
9492
9597
|
color: e = c.GREY_DARK_5,
|
|
9493
9598
|
height: t = 20,
|
|
@@ -9511,7 +9616,7 @@ const d4 = ({
|
|
|
9511
9616
|
}
|
|
9512
9617
|
)
|
|
9513
9618
|
}
|
|
9514
|
-
),
|
|
9619
|
+
), s6 = ({
|
|
9515
9620
|
className: i,
|
|
9516
9621
|
color: e = c.GREY_DARK_5,
|
|
9517
9622
|
height: t = 20,
|
|
@@ -9558,7 +9663,7 @@ const d4 = ({
|
|
|
9558
9663
|
)
|
|
9559
9664
|
]
|
|
9560
9665
|
}
|
|
9561
|
-
),
|
|
9666
|
+
), n6 = ({
|
|
9562
9667
|
className: i,
|
|
9563
9668
|
color: e = c.GREY_DARK_5,
|
|
9564
9669
|
height: t = 20,
|
|
@@ -9591,7 +9696,7 @@ const d4 = ({
|
|
|
9591
9696
|
)
|
|
9592
9697
|
]
|
|
9593
9698
|
}
|
|
9594
|
-
),
|
|
9699
|
+
), o6 = ({
|
|
9595
9700
|
className: i,
|
|
9596
9701
|
color: e = c.GREY_DARK_5,
|
|
9597
9702
|
height: t = 20,
|
|
@@ -9628,7 +9733,7 @@ const d4 = ({
|
|
|
9628
9733
|
)
|
|
9629
9734
|
]
|
|
9630
9735
|
}
|
|
9631
|
-
),
|
|
9736
|
+
), a6 = ({
|
|
9632
9737
|
className: i,
|
|
9633
9738
|
color: e = c.GREY_DARK_5,
|
|
9634
9739
|
height: t = 20,
|
|
@@ -9652,7 +9757,7 @@ const d4 = ({
|
|
|
9652
9757
|
}
|
|
9653
9758
|
)
|
|
9654
9759
|
}
|
|
9655
|
-
),
|
|
9760
|
+
), r6 = ({
|
|
9656
9761
|
className: i,
|
|
9657
9762
|
color: e = c.GREY_DARK_5,
|
|
9658
9763
|
height: t = 20,
|
|
@@ -9713,7 +9818,7 @@ const d4 = ({
|
|
|
9713
9818
|
)
|
|
9714
9819
|
]
|
|
9715
9820
|
}
|
|
9716
|
-
),
|
|
9821
|
+
), C6 = ({
|
|
9717
9822
|
className: i,
|
|
9718
9823
|
color: e = c.GREY_DARK_5,
|
|
9719
9824
|
height: t = 20,
|
|
@@ -9750,7 +9855,7 @@ const d4 = ({
|
|
|
9750
9855
|
)
|
|
9751
9856
|
]
|
|
9752
9857
|
}
|
|
9753
|
-
),
|
|
9858
|
+
), h6 = ({
|
|
9754
9859
|
className: i,
|
|
9755
9860
|
color: e = c.GREY_DARK_5,
|
|
9756
9861
|
height: t = 20,
|
|
@@ -9790,7 +9895,7 @@ const d4 = ({
|
|
|
9790
9895
|
)
|
|
9791
9896
|
]
|
|
9792
9897
|
}
|
|
9793
|
-
),
|
|
9898
|
+
), c6 = ({
|
|
9794
9899
|
className: i,
|
|
9795
9900
|
color: e = c.GREY_DARK_5,
|
|
9796
9901
|
height: t = 20,
|
|
@@ -9823,7 +9928,7 @@ const d4 = ({
|
|
|
9823
9928
|
)
|
|
9824
9929
|
]
|
|
9825
9930
|
}
|
|
9826
|
-
),
|
|
9931
|
+
), d6 = ({
|
|
9827
9932
|
className: i,
|
|
9828
9933
|
color: e = c.GREY_DARK_5,
|
|
9829
9934
|
height: t = 20,
|
|
@@ -9856,7 +9961,7 @@ const d4 = ({
|
|
|
9856
9961
|
)
|
|
9857
9962
|
]
|
|
9858
9963
|
}
|
|
9859
|
-
),
|
|
9964
|
+
), g6 = ({
|
|
9860
9965
|
className: i,
|
|
9861
9966
|
color: e = c.GREY_DARK_5,
|
|
9862
9967
|
height: t = 20,
|
|
@@ -9910,7 +10015,7 @@ const d4 = ({
|
|
|
9910
10015
|
)
|
|
9911
10016
|
]
|
|
9912
10017
|
}
|
|
9913
|
-
),
|
|
10018
|
+
), w6 = ({
|
|
9914
10019
|
className: i,
|
|
9915
10020
|
color: e = c.GREY_DARK_5,
|
|
9916
10021
|
height: t = 20,
|
|
@@ -9957,7 +10062,7 @@ const d4 = ({
|
|
|
9957
10062
|
)
|
|
9958
10063
|
]
|
|
9959
10064
|
}
|
|
9960
|
-
),
|
|
10065
|
+
), f6 = ({
|
|
9961
10066
|
className: i,
|
|
9962
10067
|
color: e = c.GREY_DARK_5,
|
|
9963
10068
|
height: t = 20,
|
|
@@ -9997,7 +10102,7 @@ const d4 = ({
|
|
|
9997
10102
|
)
|
|
9998
10103
|
]
|
|
9999
10104
|
}
|
|
10000
|
-
),
|
|
10105
|
+
), p6 = ({
|
|
10001
10106
|
className: i,
|
|
10002
10107
|
color: e = c.GREY_DARK_5,
|
|
10003
10108
|
height: t = 20,
|
|
@@ -10021,7 +10126,7 @@ const d4 = ({
|
|
|
10021
10126
|
}
|
|
10022
10127
|
)
|
|
10023
10128
|
}
|
|
10024
|
-
),
|
|
10129
|
+
), u6 = ({
|
|
10025
10130
|
className: i,
|
|
10026
10131
|
color: e = c.GREY_DARK_5,
|
|
10027
10132
|
height: t = 20,
|
|
@@ -10061,7 +10166,7 @@ const d4 = ({
|
|
|
10061
10166
|
)
|
|
10062
10167
|
]
|
|
10063
10168
|
}
|
|
10064
|
-
),
|
|
10169
|
+
), L6 = ({
|
|
10065
10170
|
className: i,
|
|
10066
10171
|
color: e = c.GREY_DARK_5,
|
|
10067
10172
|
height: t = 20,
|
|
@@ -10101,7 +10206,7 @@ const d4 = ({
|
|
|
10101
10206
|
)
|
|
10102
10207
|
]
|
|
10103
10208
|
}
|
|
10104
|
-
),
|
|
10209
|
+
), m6 = ({
|
|
10105
10210
|
width: i = 20,
|
|
10106
10211
|
height: e = 20,
|
|
10107
10212
|
color: t = c.GREY_DARK_5,
|
|
@@ -10125,7 +10230,7 @@ const d4 = ({
|
|
|
10125
10230
|
}
|
|
10126
10231
|
)
|
|
10127
10232
|
}
|
|
10128
|
-
),
|
|
10233
|
+
), v6 = ({
|
|
10129
10234
|
width: i = 24,
|
|
10130
10235
|
height: e = 24,
|
|
10131
10236
|
color: t = "#131314",
|
|
@@ -10158,7 +10263,7 @@ const d4 = ({
|
|
|
10158
10263
|
)
|
|
10159
10264
|
]
|
|
10160
10265
|
}
|
|
10161
|
-
),
|
|
10266
|
+
), k6 = ({
|
|
10162
10267
|
width: i = 20,
|
|
10163
10268
|
height: e = 20,
|
|
10164
10269
|
color: t = c.GREY_DARK_5,
|
|
@@ -10191,7 +10296,7 @@ const d4 = ({
|
|
|
10191
10296
|
)
|
|
10192
10297
|
]
|
|
10193
10298
|
}
|
|
10194
|
-
),
|
|
10299
|
+
), N6 = ({
|
|
10195
10300
|
width: i = 20,
|
|
10196
10301
|
height: e = 20,
|
|
10197
10302
|
color: t = c.GREY_DARK_5,
|
|
@@ -10231,7 +10336,7 @@ const d4 = ({
|
|
|
10231
10336
|
)
|
|
10232
10337
|
]
|
|
10233
10338
|
}
|
|
10234
|
-
),
|
|
10339
|
+
), M6 = ({
|
|
10235
10340
|
width: i = 20,
|
|
10236
10341
|
height: e = 20,
|
|
10237
10342
|
color: t = c.GREY_DARK_5,
|
|
@@ -10292,7 +10397,7 @@ const d4 = ({
|
|
|
10292
10397
|
)
|
|
10293
10398
|
]
|
|
10294
10399
|
}
|
|
10295
|
-
),
|
|
10400
|
+
), x6 = ({
|
|
10296
10401
|
width: i = 20,
|
|
10297
10402
|
height: e = 20,
|
|
10298
10403
|
color: t = c.GREY_DARK_5,
|
|
@@ -10332,7 +10437,7 @@ const d4 = ({
|
|
|
10332
10437
|
)
|
|
10333
10438
|
]
|
|
10334
10439
|
}
|
|
10335
|
-
),
|
|
10440
|
+
), Z6 = ({
|
|
10336
10441
|
width: i = 20,
|
|
10337
10442
|
height: e = 20,
|
|
10338
10443
|
color: t = c.GREY_DARK_5,
|
|
@@ -10356,7 +10461,40 @@ const d4 = ({
|
|
|
10356
10461
|
}
|
|
10357
10462
|
)
|
|
10358
10463
|
}
|
|
10359
|
-
),
|
|
10464
|
+
), V6 = ({
|
|
10465
|
+
width: i = 20,
|
|
10466
|
+
height: e = 20,
|
|
10467
|
+
color: t = c.GREY_DARK_5,
|
|
10468
|
+
className: l,
|
|
10469
|
+
onClick: s
|
|
10470
|
+
}) => /* @__PURE__ */ g(
|
|
10471
|
+
"svg",
|
|
10472
|
+
{
|
|
10473
|
+
width: i,
|
|
10474
|
+
height: e,
|
|
10475
|
+
className: l,
|
|
10476
|
+
viewBox: "0 0 24 24",
|
|
10477
|
+
fill: "none",
|
|
10478
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10479
|
+
onClick: s,
|
|
10480
|
+
children: [
|
|
10481
|
+
/* @__PURE__ */ n(
|
|
10482
|
+
"path",
|
|
10483
|
+
{
|
|
10484
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
10485
|
+
fill: t
|
|
10486
|
+
}
|
|
10487
|
+
),
|
|
10488
|
+
/* @__PURE__ */ n(
|
|
10489
|
+
"path",
|
|
10490
|
+
{
|
|
10491
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
10492
|
+
fill: t
|
|
10493
|
+
}
|
|
10494
|
+
)
|
|
10495
|
+
]
|
|
10496
|
+
}
|
|
10497
|
+
), R6 = ({
|
|
10360
10498
|
name: i,
|
|
10361
10499
|
width: e,
|
|
10362
10500
|
height: t,
|
|
@@ -10369,41 +10507,41 @@ const d4 = ({
|
|
|
10369
10507
|
return /* @__PURE__ */ n(J, { children: (() => {
|
|
10370
10508
|
switch (i) {
|
|
10371
10509
|
case "arrow1Down":
|
|
10372
|
-
return
|
|
10510
|
+
return u4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10373
10511
|
case "arrow1Up":
|
|
10374
|
-
return
|
|
10512
|
+
return L4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10375
10513
|
case "arrow1Right":
|
|
10376
|
-
return
|
|
10514
|
+
return m4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10377
10515
|
case "arrow1Left":
|
|
10378
|
-
return
|
|
10516
|
+
return v4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10379
10517
|
case "info":
|
|
10380
|
-
return
|
|
10518
|
+
return k4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10381
10519
|
case "archive":
|
|
10382
|
-
return
|
|
10520
|
+
return V4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10383
10521
|
case "unarchive":
|
|
10384
|
-
return
|
|
10522
|
+
return R4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10385
10523
|
case "calendar":
|
|
10386
|
-
return
|
|
10524
|
+
return H4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10387
10525
|
case "check":
|
|
10388
|
-
return
|
|
10526
|
+
return _4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10389
10527
|
case "cancel":
|
|
10390
|
-
return
|
|
10528
|
+
return b4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10391
10529
|
case "add":
|
|
10392
|
-
return
|
|
10530
|
+
return y4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10393
10531
|
case "list":
|
|
10394
|
-
return
|
|
10532
|
+
return A4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10395
10533
|
case "dragAndDrop":
|
|
10396
|
-
return
|
|
10534
|
+
return E4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10397
10535
|
case "filter1":
|
|
10398
|
-
return
|
|
10536
|
+
return D4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10399
10537
|
case "filter2":
|
|
10400
|
-
return
|
|
10538
|
+
return a6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10401
10539
|
case "attention":
|
|
10402
|
-
return
|
|
10540
|
+
return K4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10403
10541
|
case "users":
|
|
10404
|
-
return
|
|
10542
|
+
return G4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10405
10543
|
case "mySkillsMatrix":
|
|
10406
|
-
return
|
|
10544
|
+
return B4({
|
|
10407
10545
|
width: e,
|
|
10408
10546
|
height: t,
|
|
10409
10547
|
color: o,
|
|
@@ -10411,9 +10549,9 @@ const d4 = ({
|
|
|
10411
10549
|
onClick: a
|
|
10412
10550
|
});
|
|
10413
10551
|
case "skills":
|
|
10414
|
-
return
|
|
10552
|
+
return S4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10415
10553
|
case "skillsMatrices":
|
|
10416
|
-
return
|
|
10554
|
+
return Y4({
|
|
10417
10555
|
width: e,
|
|
10418
10556
|
height: t,
|
|
10419
10557
|
color: o,
|
|
@@ -10421,21 +10559,21 @@ const d4 = ({
|
|
|
10421
10559
|
onClick: a
|
|
10422
10560
|
});
|
|
10423
10561
|
case "history":
|
|
10424
|
-
return
|
|
10562
|
+
return O4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10425
10563
|
case "logOut":
|
|
10426
|
-
return
|
|
10564
|
+
return I4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10427
10565
|
case "settings":
|
|
10428
|
-
return
|
|
10566
|
+
return $4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10429
10567
|
case "trash":
|
|
10430
|
-
return
|
|
10568
|
+
return T4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10431
10569
|
case "settings2":
|
|
10432
|
-
return
|
|
10570
|
+
return P4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10433
10571
|
case "checkCircle":
|
|
10434
|
-
return
|
|
10572
|
+
return j4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10435
10573
|
case "cancelCircle":
|
|
10436
|
-
return
|
|
10574
|
+
return F4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10437
10575
|
case "visibilityIcon":
|
|
10438
|
-
return
|
|
10576
|
+
return U4({
|
|
10439
10577
|
width: e,
|
|
10440
10578
|
height: t,
|
|
10441
10579
|
color: o,
|
|
@@ -10443,7 +10581,7 @@ const d4 = ({
|
|
|
10443
10581
|
onClick: a
|
|
10444
10582
|
});
|
|
10445
10583
|
case "visibilityOffIcon":
|
|
10446
|
-
return
|
|
10584
|
+
return W4({
|
|
10447
10585
|
width: e,
|
|
10448
10586
|
height: t,
|
|
10449
10587
|
color: o,
|
|
@@ -10451,85 +10589,87 @@ const d4 = ({
|
|
|
10451
10589
|
onClick: a
|
|
10452
10590
|
});
|
|
10453
10591
|
case "sortUp":
|
|
10454
|
-
return
|
|
10592
|
+
return z4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10455
10593
|
case "sortDown":
|
|
10456
|
-
return
|
|
10594
|
+
return J4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10457
10595
|
case "sortDouble":
|
|
10458
|
-
return
|
|
10596
|
+
return q4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10459
10597
|
case "search":
|
|
10460
|
-
return
|
|
10598
|
+
return Q4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10461
10599
|
case "arrowUpFilled":
|
|
10462
|
-
return
|
|
10600
|
+
return e6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10463
10601
|
case "arrowDownFilled":
|
|
10464
|
-
return
|
|
10602
|
+
return X4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10465
10603
|
case "arrow2Up":
|
|
10466
|
-
return
|
|
10604
|
+
return N4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10467
10605
|
case "arrow2Right":
|
|
10468
|
-
return
|
|
10606
|
+
return M4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10469
10607
|
case "arrow2Down":
|
|
10470
|
-
return
|
|
10608
|
+
return x4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10471
10609
|
case "arrow2Left":
|
|
10472
|
-
return
|
|
10610
|
+
return Z4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10473
10611
|
case "link":
|
|
10474
|
-
return
|
|
10612
|
+
return t6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10475
10613
|
case "telegram":
|
|
10476
|
-
return
|
|
10614
|
+
return l6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10477
10615
|
case "mail":
|
|
10478
|
-
return
|
|
10616
|
+
return n6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10479
10617
|
case "github":
|
|
10480
|
-
return
|
|
10618
|
+
return i6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10481
10619
|
case "linkedIn":
|
|
10482
|
-
return
|
|
10620
|
+
return s6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10483
10621
|
case "emptyStateIcon":
|
|
10484
|
-
return
|
|
10622
|
+
return o6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10485
10623
|
case "dotMenuIcon":
|
|
10486
|
-
return
|
|
10624
|
+
return r6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10487
10625
|
case "plusCircle":
|
|
10488
|
-
return
|
|
10626
|
+
return C6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10489
10627
|
case "warning":
|
|
10490
|
-
return
|
|
10628
|
+
return h6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10491
10629
|
case "bell":
|
|
10492
|
-
return
|
|
10630
|
+
return c6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10493
10631
|
case "copy":
|
|
10494
|
-
return
|
|
10632
|
+
return d6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10495
10633
|
case "contract":
|
|
10496
|
-
return
|
|
10634
|
+
return g6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10497
10635
|
case "resourceManager":
|
|
10498
|
-
return
|
|
10636
|
+
return w6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10499
10637
|
case "image":
|
|
10500
|
-
return
|
|
10638
|
+
return f6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10501
10639
|
case "edit":
|
|
10502
|
-
return
|
|
10640
|
+
return p6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10503
10641
|
case "burgerMenu":
|
|
10504
|
-
return
|
|
10642
|
+
return u6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10505
10643
|
case "refresh":
|
|
10506
|
-
return
|
|
10644
|
+
return L6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10507
10645
|
case "projects":
|
|
10508
|
-
return
|
|
10646
|
+
return m6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10509
10647
|
case "user":
|
|
10510
|
-
return
|
|
10648
|
+
return k6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10511
10649
|
case "exit":
|
|
10512
|
-
return
|
|
10650
|
+
return v6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10513
10651
|
case "status":
|
|
10514
|
-
return
|
|
10652
|
+
return N6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10515
10653
|
case "community":
|
|
10516
|
-
return
|
|
10654
|
+
return M6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10517
10655
|
case "docs":
|
|
10518
|
-
return
|
|
10656
|
+
return x6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10519
10657
|
case "unpaidLeave":
|
|
10520
|
-
return
|
|
10658
|
+
return Z6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10659
|
+
case "time":
|
|
10660
|
+
return V6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10521
10661
|
default:
|
|
10522
10662
|
return /* @__PURE__ */ n(J, { children: "No Icon provided" });
|
|
10523
10663
|
}
|
|
10524
10664
|
})() });
|
|
10525
|
-
},
|
|
10665
|
+
}, H6 = ({
|
|
10526
10666
|
iconName: i = "arrow2Down",
|
|
10527
10667
|
isActive: e,
|
|
10528
10668
|
rotationDirection: t = "cw",
|
|
10529
10669
|
disabled: l = !1,
|
|
10530
10670
|
onClick: s
|
|
10531
10671
|
}) => {
|
|
10532
|
-
const C =
|
|
10672
|
+
const C = b6(e, l), h = _6(e, l);
|
|
10533
10673
|
return /* @__PURE__ */ n(
|
|
10534
10674
|
"button",
|
|
10535
10675
|
{
|
|
@@ -10537,7 +10677,7 @@ const d4 = ({
|
|
|
10537
10677
|
onClick: s,
|
|
10538
10678
|
disabled: l,
|
|
10539
10679
|
children: /* @__PURE__ */ n(
|
|
10540
|
-
|
|
10680
|
+
R6,
|
|
10541
10681
|
{
|
|
10542
10682
|
name: i,
|
|
10543
10683
|
className: "snmt-arrow-button-icon-rotation" + (e && !l ? `-${t}` : "-initial"),
|
|
@@ -10547,13 +10687,13 @@ const d4 = ({
|
|
|
10547
10687
|
}
|
|
10548
10688
|
);
|
|
10549
10689
|
};
|
|
10550
|
-
function
|
|
10690
|
+
function _6(i, e) {
|
|
10551
10691
|
return i && !e ? "-active" : e ? "-disabled" : "";
|
|
10552
10692
|
}
|
|
10553
|
-
function
|
|
10693
|
+
function b6(i, e) {
|
|
10554
10694
|
return e ? c.GREY_DARK_2 : i ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10555
10695
|
}
|
|
10556
|
-
const
|
|
10696
|
+
const y6 = a1((i, e) => {
|
|
10557
10697
|
const {
|
|
10558
10698
|
value: t,
|
|
10559
10699
|
onChange: l,
|
|
@@ -10582,12 +10722,12 @@ const R6 = a1((i, e) => {
|
|
|
10582
10722
|
} = i;
|
|
10583
10723
|
let X;
|
|
10584
10724
|
C && C !== "single" && (X = i.overflowBehaviour ?? "responsive");
|
|
10585
|
-
const [R,
|
|
10725
|
+
const [R, B] = G(!1), [T, P] = G(!1), [K, O] = G(!1), [W, H] = G(!0), [_, S] = G(t), n1 = q(null), d1 = C === "single" && Y === "badge";
|
|
10586
10726
|
F(() => {
|
|
10587
|
-
|
|
10727
|
+
S(t);
|
|
10588
10728
|
}, [t]);
|
|
10589
10729
|
const Z1 = (N) => {
|
|
10590
|
-
|
|
10730
|
+
B(N), u && u(N);
|
|
10591
10731
|
}, V1 = (N, b) => {
|
|
10592
10732
|
var I;
|
|
10593
10733
|
return !!((I = b == null ? void 0 : b.label) != null && I.toString().toLowerCase().includes(N.toLowerCase()));
|
|
@@ -10602,15 +10742,15 @@ const R6 = a1((i, e) => {
|
|
|
10602
10742
|
const I = Array.isArray(N) ? N : [];
|
|
10603
10743
|
b = I.length > 1 ? [I[I.length - 1]] : I;
|
|
10604
10744
|
const o1 = b.length > 0 ? b[0] : null;
|
|
10605
|
-
l == null || l(o1),
|
|
10745
|
+
l == null || l(o1), S(b);
|
|
10606
10746
|
return;
|
|
10607
10747
|
}
|
|
10608
10748
|
if (C && C !== "single") {
|
|
10609
10749
|
const I = N;
|
|
10610
|
-
l == null || l(I),
|
|
10750
|
+
l == null || l(I), S(I);
|
|
10611
10751
|
return;
|
|
10612
10752
|
}
|
|
10613
|
-
b = Array.isArray(N) ? null : N || null, l == null || l(b),
|
|
10753
|
+
b = Array.isArray(N) ? null : N || null, l == null || l(b), S(b);
|
|
10614
10754
|
},
|
|
10615
10755
|
[C, l, d1]
|
|
10616
10756
|
), _1 = y(() => {
|
|
@@ -10624,7 +10764,7 @@ const R6 = a1((i, e) => {
|
|
|
10624
10764
|
}, [a, l1, C, x]), g1 = y(
|
|
10625
10765
|
(N) => {
|
|
10626
10766
|
const b = _.filter((I) => I !== N);
|
|
10627
|
-
l1(b),
|
|
10767
|
+
l1(b), S(b);
|
|
10628
10768
|
},
|
|
10629
10769
|
[l1, _]
|
|
10630
10770
|
), E = y(
|
|
@@ -10649,7 +10789,7 @@ const R6 = a1((i, e) => {
|
|
|
10649
10789
|
(N, b = "default") => {
|
|
10650
10790
|
var I;
|
|
10651
10791
|
return /* @__PURE__ */ n(
|
|
10652
|
-
|
|
10792
|
+
f4,
|
|
10653
10793
|
{
|
|
10654
10794
|
values: N,
|
|
10655
10795
|
onTagClose: g1,
|
|
@@ -10714,7 +10854,7 @@ const R6 = a1((i, e) => {
|
|
|
10714
10854
|
const b = j(N.value);
|
|
10715
10855
|
return a ? /* @__PURE__ */ n("span", { style: { color: c.GREY_DARK_1 }, children: b }) : b;
|
|
10716
10856
|
},
|
|
10717
|
-
mode:
|
|
10857
|
+
mode: A6(C, d1),
|
|
10718
10858
|
variant: $,
|
|
10719
10859
|
onChange: l1,
|
|
10720
10860
|
onFocus: R1,
|
|
@@ -10749,10 +10889,10 @@ const R6 = a1((i, e) => {
|
|
|
10749
10889
|
}
|
|
10750
10890
|
),
|
|
10751
10891
|
$ === "borderless" && (K || T) && /* @__PURE__ */ n(
|
|
10752
|
-
|
|
10892
|
+
H6,
|
|
10753
10893
|
{
|
|
10754
10894
|
isActive: R,
|
|
10755
|
-
onClick: () =>
|
|
10895
|
+
onClick: () => B(!R)
|
|
10756
10896
|
}
|
|
10757
10897
|
),
|
|
10758
10898
|
$ === "outlined" && /* @__PURE__ */ n(
|
|
@@ -10761,7 +10901,7 @@ const R6 = a1((i, e) => {
|
|
|
10761
10901
|
name: "arrow2Down",
|
|
10762
10902
|
color: a ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
10763
10903
|
className: R ? "select-arrow-rotated" : "select-arrow",
|
|
10764
|
-
onClick: () =>
|
|
10904
|
+
onClick: () => B(!R)
|
|
10765
10905
|
}
|
|
10766
10906
|
)
|
|
10767
10907
|
] }) }),
|
|
@@ -10823,16 +10963,16 @@ const R6 = a1((i, e) => {
|
|
|
10823
10963
|
width: 16
|
|
10824
10964
|
}
|
|
10825
10965
|
),
|
|
10826
|
-
typeof v == "string" ? /* @__PURE__ */ n(
|
|
10966
|
+
typeof v == "string" ? /* @__PURE__ */ n(z9, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: v }) : v
|
|
10827
10967
|
] })
|
|
10828
10968
|
]
|
|
10829
10969
|
}
|
|
10830
10970
|
);
|
|
10831
10971
|
});
|
|
10832
|
-
function
|
|
10972
|
+
function A6(i, e) {
|
|
10833
10973
|
return i === "filter" || e ? "multiple" : i === "single" ? void 0 : i;
|
|
10834
10974
|
}
|
|
10835
|
-
function
|
|
10975
|
+
function E6(i, e = 500) {
|
|
10836
10976
|
const t = q();
|
|
10837
10977
|
return F(() => () => {
|
|
10838
10978
|
t.current && clearTimeout(t.current);
|
|
@@ -10872,9 +11012,9 @@ const Y1 = 100, w1 = {
|
|
|
10872
11012
|
required: V = !1,
|
|
10873
11013
|
error: D,
|
|
10874
11014
|
variant: L = "outlined"
|
|
10875
|
-
} = i, [m, x] =
|
|
11015
|
+
} = i, [m, x] = G(), [v, Y] = G(w1), [$, X] = G(!1), [R, B] = G(), [T, P] = G(!1), [K, O] = G(
|
|
10876
11016
|
w ?? []
|
|
10877
|
-
), W = t2(v.offset), H = t2(R), [_,
|
|
11017
|
+
), W = t2(v.offset), H = t2(R), [_, S] = G(!1), n1 = q(!1), d1 = y(
|
|
10878
11018
|
async ({
|
|
10879
11019
|
limit: E = Y1,
|
|
10880
11020
|
offset: z,
|
|
@@ -10900,8 +11040,8 @@ const Y1 = 100, w1 = {
|
|
|
10900
11040
|
}
|
|
10901
11041
|
},
|
|
10902
11042
|
[t]
|
|
10903
|
-
), Z1 =
|
|
10904
|
-
|
|
11043
|
+
), Z1 = E6((E) => {
|
|
11044
|
+
B(E), E || Y(w1);
|
|
10905
11045
|
}), V1 = y(
|
|
10906
11046
|
(E) => Z1(E),
|
|
10907
11047
|
[Z1]
|
|
@@ -10915,12 +11055,12 @@ const Y1 = 100, w1 = {
|
|
|
10915
11055
|
[$, m == null ? void 0 : m.length, v.count]
|
|
10916
11056
|
), H1 = y(
|
|
10917
11057
|
(E) => {
|
|
10918
|
-
P(E), !E && R && (
|
|
11058
|
+
P(E), !E && R && (B(void 0), Y(w1), S(!0)), f == null || f(E);
|
|
10919
11059
|
},
|
|
10920
11060
|
[f, R]
|
|
10921
11061
|
);
|
|
10922
11062
|
F(() => {
|
|
10923
|
-
!n1.current || $ || (_ || T && (W !== v.offset || H !== R || !m)) && (d1({ offset: v.offset, limit: Y1, search: R }), _ &&
|
|
11063
|
+
!n1.current || $ || (_ || T && (W !== v.offset || H !== R || !m)) && (d1({ offset: v.offset, limit: Y1, search: R }), _ && S(!1));
|
|
10924
11064
|
}, [_, T, v.offset, R, W, H, m, $]), F(() => {
|
|
10925
11065
|
(r || p) && d1(w1), n1.current = !0;
|
|
10926
11066
|
}, []), F(() => {
|
|
@@ -10950,7 +11090,7 @@ const Y1 = 100, w1 = {
|
|
|
10950
11090
|
image: (t1 == null ? void 0 : t1.image) ?? void 0
|
|
10951
11091
|
};
|
|
10952
11092
|
})
|
|
10953
|
-
]),
|
|
11093
|
+
]), B(void 0), Y(w1), S(!0);
|
|
10954
11094
|
}
|
|
10955
11095
|
},
|
|
10956
11096
|
[s, R, a, m, K]
|
|
@@ -10999,7 +11139,7 @@ const Y1 = 100, w1 = {
|
|
|
10999
11139
|
);
|
|
11000
11140
|
h1(e, () => ({
|
|
11001
11141
|
refetchOptions: async () => {
|
|
11002
|
-
Y(w1),
|
|
11142
|
+
Y(w1), B(void 0), S(!0);
|
|
11003
11143
|
}
|
|
11004
11144
|
}));
|
|
11005
11145
|
const g1 = z1(() => {
|
|
@@ -11019,21 +11159,21 @@ const Y1 = 100, w1 = {
|
|
|
11019
11159
|
extraOptions: j
|
|
11020
11160
|
};
|
|
11021
11161
|
}, [a, i, _1, K, m]);
|
|
11022
|
-
return /* @__PURE__ */ n("div", { className: "snmt-async-select", children: /* @__PURE__ */ n(
|
|
11162
|
+
return /* @__PURE__ */ n("div", { className: "snmt-async-select", children: /* @__PURE__ */ n(y6, { ...g1 }) });
|
|
11023
11163
|
});
|
|
11024
11164
|
var E1 = /* @__PURE__ */ ((i) => (i.ACTIVE = "Active", i.ARCHIVED = "Archived", i))(E1 || {});
|
|
11025
|
-
const
|
|
11165
|
+
const D6 = {
|
|
11026
11166
|
small: 20,
|
|
11027
11167
|
medium: 28,
|
|
11028
11168
|
large: 48
|
|
11029
|
-
},
|
|
11169
|
+
}, K6 = ({ size: i = "medium", color: e = c.BLUE_PRIMARY }) => {
|
|
11030
11170
|
const t = {
|
|
11031
|
-
width:
|
|
11171
|
+
width: D6[i],
|
|
11032
11172
|
"--loader-color": e
|
|
11033
11173
|
};
|
|
11034
11174
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: t });
|
|
11035
11175
|
};
|
|
11036
|
-
function
|
|
11176
|
+
function G6() {
|
|
11037
11177
|
if (console && console.warn) {
|
|
11038
11178
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
11039
11179
|
e[t] = arguments[t];
|
|
@@ -11044,7 +11184,7 @@ const l2 = {};
|
|
|
11044
11184
|
function T1() {
|
|
11045
11185
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
|
11046
11186
|
e[t] = arguments[t];
|
|
11047
|
-
C1(e[0]) && l2[e[0]] || (C1(e[0]) && (l2[e[0]] = /* @__PURE__ */ new Date()),
|
|
11187
|
+
C1(e[0]) && l2[e[0]] || (C1(e[0]) && (l2[e[0]] = /* @__PURE__ */ new Date()), G6(...e));
|
|
11048
11188
|
}
|
|
11049
11189
|
const x2 = (i, e) => () => {
|
|
11050
11190
|
if (i.isInitialized)
|
|
@@ -11063,7 +11203,7 @@ const x2 = (i, e) => () => {
|
|
|
11063
11203
|
C1(t) && (t = [t]), t.forEach((s) => {
|
|
11064
11204
|
i.options.ns.indexOf(s) < 0 && i.options.ns.push(s);
|
|
11065
11205
|
}), i.loadLanguages(e, x2(i, l));
|
|
11066
|
-
},
|
|
11206
|
+
}, B6 = function(i, e) {
|
|
11067
11207
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
11068
11208
|
const l = e.languages[0], s = e.options ? e.options.fallbackLng : !1, C = e.languages[e.languages.length - 1];
|
|
11069
11209
|
if (l.toLowerCase() === "cimode") return !0;
|
|
@@ -11072,15 +11212,15 @@ const x2 = (i, e) => () => {
|
|
|
11072
11212
|
return a === -1 || a === 2;
|
|
11073
11213
|
};
|
|
11074
11214
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !h(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(l, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || h(l, i) && (!s || h(C, i)));
|
|
11075
|
-
},
|
|
11215
|
+
}, S6 = function(i, e) {
|
|
11076
11216
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
11077
11217
|
return !e.languages || !e.languages.length ? (T1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
|
11078
11218
|
lng: t.lng,
|
|
11079
11219
|
precheck: (s, C) => {
|
|
11080
11220
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !C(s.isLanguageChangingTo, i)) return !1;
|
|
11081
11221
|
}
|
|
11082
|
-
}) :
|
|
11083
|
-
}, C1 = (i) => typeof i == "string",
|
|
11222
|
+
}) : B6(i, e, t);
|
|
11223
|
+
}, C1 = (i) => typeof i == "string", Y6 = (i) => typeof i == "object" && i !== null, O6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, I6 = {
|
|
11084
11224
|
"&": "&",
|
|
11085
11225
|
"&": "&",
|
|
11086
11226
|
"<": "<",
|
|
@@ -11101,7 +11241,7 @@ const x2 = (i, e) => () => {
|
|
|
11101
11241
|
"…": "…",
|
|
11102
11242
|
"/": "/",
|
|
11103
11243
|
"/": "/"
|
|
11104
|
-
},
|
|
11244
|
+
}, $6 = (i) => I6[i], T6 = (i) => i.replace(O6, $6);
|
|
11105
11245
|
let P1 = {
|
|
11106
11246
|
bindI18n: "languageChanged",
|
|
11107
11247
|
bindI18nStore: "",
|
|
@@ -11110,25 +11250,25 @@ let P1 = {
|
|
|
11110
11250
|
transWrapTextNodes: "",
|
|
11111
11251
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
11112
11252
|
useSuspense: !0,
|
|
11113
|
-
unescape:
|
|
11253
|
+
unescape: T6
|
|
11114
11254
|
};
|
|
11115
|
-
const
|
|
11255
|
+
const P6 = function() {
|
|
11116
11256
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11117
11257
|
P1 = {
|
|
11118
11258
|
...P1,
|
|
11119
11259
|
...i
|
|
11120
11260
|
};
|
|
11121
|
-
},
|
|
11261
|
+
}, j6 = () => P1;
|
|
11122
11262
|
let Z2;
|
|
11123
|
-
const
|
|
11263
|
+
const F6 = (i) => {
|
|
11124
11264
|
Z2 = i;
|
|
11125
|
-
},
|
|
11265
|
+
}, U6 = () => Z2, W6 = {
|
|
11126
11266
|
type: "3rdParty",
|
|
11127
11267
|
init(i) {
|
|
11128
|
-
|
|
11268
|
+
P6(i.options.react), F6(i);
|
|
11129
11269
|
}
|
|
11130
|
-
},
|
|
11131
|
-
class
|
|
11270
|
+
}, z6 = L2();
|
|
11271
|
+
class J6 {
|
|
11132
11272
|
constructor() {
|
|
11133
11273
|
W1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
11134
11274
|
this.usedNamespaces = {};
|
|
@@ -11139,27 +11279,27 @@ class F6 {
|
|
|
11139
11279
|
});
|
|
11140
11280
|
}
|
|
11141
11281
|
}
|
|
11142
|
-
const
|
|
11282
|
+
const q6 = (i, e) => {
|
|
11143
11283
|
const t = q();
|
|
11144
11284
|
return F(() => {
|
|
11145
11285
|
t.current = i;
|
|
11146
11286
|
}, [i, e]), t.current;
|
|
11147
|
-
}, V2 = (i, e, t, l) => i.getFixedT(e, t, l),
|
|
11287
|
+
}, V2 = (i, e, t, l) => i.getFixedT(e, t, l), Q6 = (i, e, t, l) => y(V2(i, e, t, l), [i, e, t, l]), X6 = function(i) {
|
|
11148
11288
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11149
11289
|
const {
|
|
11150
11290
|
i18n: t
|
|
11151
11291
|
} = e, {
|
|
11152
11292
|
i18n: l,
|
|
11153
11293
|
defaultNS: s
|
|
11154
|
-
} = s1(
|
|
11155
|
-
if (C && !C.reportNamespaces && (C.reportNamespaces = new
|
|
11294
|
+
} = s1(z6) || {}, C = t || l || U6();
|
|
11295
|
+
if (C && !C.reportNamespaces && (C.reportNamespaces = new J6()), !C) {
|
|
11156
11296
|
T1("You will need to pass in an i18next instance by using initReactI18next");
|
|
11157
|
-
const L = (x, v) => C1(v) ? v :
|
|
11297
|
+
const L = (x, v) => C1(v) ? v : Y6(v) && C1(v.defaultValue) ? v.defaultValue : Array.isArray(x) ? x[x.length - 1] : x, m = [L, {}, !1];
|
|
11158
11298
|
return m.t = L, m.i18n = {}, m.ready = !1, m;
|
|
11159
11299
|
}
|
|
11160
11300
|
C.options.react && C.options.react.wait !== void 0 && T1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
11161
11301
|
const h = {
|
|
11162
|
-
...
|
|
11302
|
+
...j6(),
|
|
11163
11303
|
...C.options.react,
|
|
11164
11304
|
...e
|
|
11165
11305
|
}, {
|
|
@@ -11168,10 +11308,10 @@ const U6 = (i, e) => {
|
|
|
11168
11308
|
} = h;
|
|
11169
11309
|
let a = i;
|
|
11170
11310
|
a = C1(a) ? [a] : a || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(a);
|
|
11171
|
-
const r = (C.isInitialized || C.initializedStoreOnce) && a.every((L) =>
|
|
11311
|
+
const r = (C.isInitialized || C.initializedStoreOnce) && a.every((L) => S6(L, C, h)), p = Q6(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), w = () => p, f = () => V2(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), [u, M] = G(w);
|
|
11172
11312
|
let k = a.join();
|
|
11173
11313
|
e.lng && (k = `${e.lng}${k}`);
|
|
11174
|
-
const A =
|
|
11314
|
+
const A = q6(k), V = q(!0);
|
|
11175
11315
|
F(() => {
|
|
11176
11316
|
const {
|
|
11177
11317
|
bindI18n: L,
|
|
@@ -11202,11 +11342,11 @@ const U6 = (i, e) => {
|
|
|
11202
11342
|
i = l, e = s;
|
|
11203
11343
|
});
|
|
11204
11344
|
return t.resolve = i, t.reject = e, t;
|
|
11205
|
-
}, o2 = (i) => i == null ? "" : "" + i,
|
|
11345
|
+
}, o2 = (i) => i == null ? "" : "" + i, e8 = (i, e, t) => {
|
|
11206
11346
|
i.forEach((l) => {
|
|
11207
11347
|
e[l] && (t[l] = e[l]);
|
|
11208
11348
|
});
|
|
11209
|
-
},
|
|
11349
|
+
}, t8 = /###/g, a2 = (i) => i && i.indexOf("###") > -1 ? i.replace(t8, ".") : i, r2 = (i) => !i || Z(i), v1 = (i, e, t) => {
|
|
11210
11350
|
const l = Z(e) ? e.split(".") : e;
|
|
11211
11351
|
let s = 0;
|
|
11212
11352
|
for (; s < l.length - 1; ) {
|
|
@@ -11231,7 +11371,7 @@ const U6 = (i, e) => {
|
|
|
11231
11371
|
for (; d.obj === void 0 && h.length; )
|
|
11232
11372
|
C = `${h[h.length - 1]}.${C}`, h = h.slice(0, h.length - 1), d = v1(i, h, Object), d && d.obj && typeof d.obj[`${d.k}.${C}`] < "u" && (d.obj = void 0);
|
|
11233
11373
|
d.obj[`${d.k}.${C}`] = t;
|
|
11234
|
-
},
|
|
11374
|
+
}, i8 = (i, e, t, l) => {
|
|
11235
11375
|
const {
|
|
11236
11376
|
obj: s,
|
|
11237
11377
|
k: C
|
|
@@ -11244,7 +11384,7 @@ const U6 = (i, e) => {
|
|
|
11244
11384
|
} = v1(i, e);
|
|
11245
11385
|
if (t)
|
|
11246
11386
|
return t[l];
|
|
11247
|
-
},
|
|
11387
|
+
}, l8 = (i, e, t) => {
|
|
11248
11388
|
const l = D1(i, t);
|
|
11249
11389
|
return l !== void 0 ? l : D1(e, t);
|
|
11250
11390
|
}, R2 = (i, e, t) => {
|
|
@@ -11252,7 +11392,7 @@ const U6 = (i, e) => {
|
|
|
11252
11392
|
l !== "__proto__" && l !== "constructor" && (l in i ? Z(i[l]) || i[l] instanceof String || Z(e[l]) || e[l] instanceof String ? t && (i[l] = e[l]) : R2(i[l], e[l], t) : i[l] = e[l]);
|
|
11253
11393
|
return i;
|
|
11254
11394
|
}, f1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
11255
|
-
var
|
|
11395
|
+
var s8 = {
|
|
11256
11396
|
"&": "&",
|
|
11257
11397
|
"<": "<",
|
|
11258
11398
|
">": ">",
|
|
@@ -11260,8 +11400,8 @@ var e8 = {
|
|
|
11260
11400
|
"'": "'",
|
|
11261
11401
|
"/": "/"
|
|
11262
11402
|
};
|
|
11263
|
-
const
|
|
11264
|
-
class
|
|
11403
|
+
const n8 = (i) => Z(i) ? i.replace(/[&<>"'\/]/g, (e) => s8[e]) : i;
|
|
11404
|
+
class o8 {
|
|
11265
11405
|
constructor(e) {
|
|
11266
11406
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
11267
11407
|
}
|
|
@@ -11273,11 +11413,11 @@ class i8 {
|
|
|
11273
11413
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, l), this.regExpQueue.push(e), l;
|
|
11274
11414
|
}
|
|
11275
11415
|
}
|
|
11276
|
-
const
|
|
11416
|
+
const a8 = [" ", ",", "?", "!", ";"], r8 = new o8(20), C8 = (i, e, t) => {
|
|
11277
11417
|
e = e || "", t = t || "";
|
|
11278
|
-
const l =
|
|
11418
|
+
const l = a8.filter((h) => e.indexOf(h) < 0 && t.indexOf(h) < 0);
|
|
11279
11419
|
if (l.length === 0) return !0;
|
|
11280
|
-
const s =
|
|
11420
|
+
const s = r8.getRegExp(`(${l.map((h) => h === "?" ? "\\?" : h).join("|")})`);
|
|
11281
11421
|
let C = !s.test(i);
|
|
11282
11422
|
if (!C) {
|
|
11283
11423
|
const h = i.indexOf(t);
|
|
@@ -11304,7 +11444,7 @@ const l8 = [" ", ",", "?", "!", ";"], s8 = new i8(20), n8 = (i, e, t) => {
|
|
|
11304
11444
|
s = h;
|
|
11305
11445
|
}
|
|
11306
11446
|
return s;
|
|
11307
|
-
}, K1 = (i) => i && i.replace("_", "-"),
|
|
11447
|
+
}, K1 = (i) => i && i.replace("_", "-"), h8 = {
|
|
11308
11448
|
type: "logger",
|
|
11309
11449
|
log(i) {
|
|
11310
11450
|
this.output("log", i);
|
|
@@ -11319,14 +11459,14 @@ const l8 = [" ", ",", "?", "!", ";"], s8 = new i8(20), n8 = (i, e, t) => {
|
|
|
11319
11459
|
console && console[i] && console[i].apply(console, e);
|
|
11320
11460
|
}
|
|
11321
11461
|
};
|
|
11322
|
-
class
|
|
11462
|
+
class G1 {
|
|
11323
11463
|
constructor(e) {
|
|
11324
11464
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11325
11465
|
this.init(e, t);
|
|
11326
11466
|
}
|
|
11327
11467
|
init(e) {
|
|
11328
11468
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11329
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
11469
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || h8, this.options = t, this.debug = t.debug;
|
|
11330
11470
|
}
|
|
11331
11471
|
log() {
|
|
11332
11472
|
for (var e = arguments.length, t = new Array(e), l = 0; l < e; l++)
|
|
@@ -11352,17 +11492,17 @@ class S1 {
|
|
|
11352
11492
|
return s && !this.debug ? null : (Z(e[0]) && (e[0] = `${l}${this.prefix} ${e[0]}`), this.logger[t](e));
|
|
11353
11493
|
}
|
|
11354
11494
|
create(e) {
|
|
11355
|
-
return new
|
|
11495
|
+
return new G1(this.logger, {
|
|
11356
11496
|
prefix: `${this.prefix}:${e}:`,
|
|
11357
11497
|
...this.options
|
|
11358
11498
|
});
|
|
11359
11499
|
}
|
|
11360
11500
|
clone(e) {
|
|
11361
|
-
return e = e || this.options, e.prefix = e.prefix || this.prefix, new
|
|
11501
|
+
return e = e || this.options, e.prefix = e.prefix || this.prefix, new G1(this.logger, e);
|
|
11362
11502
|
}
|
|
11363
11503
|
}
|
|
11364
|
-
var i1 = new
|
|
11365
|
-
class
|
|
11504
|
+
var i1 = new G1();
|
|
11505
|
+
class S1 {
|
|
11366
11506
|
constructor() {
|
|
11367
11507
|
this.observers = {};
|
|
11368
11508
|
}
|
|
@@ -11396,7 +11536,7 @@ class B1 {
|
|
|
11396
11536
|
});
|
|
11397
11537
|
}
|
|
11398
11538
|
}
|
|
11399
|
-
class h2 extends
|
|
11539
|
+
class h2 extends S1 {
|
|
11400
11540
|
constructor(e) {
|
|
11401
11541
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
11402
11542
|
ns: ["translation"],
|
|
@@ -11483,10 +11623,10 @@ var H2 = {
|
|
|
11483
11623
|
}
|
|
11484
11624
|
};
|
|
11485
11625
|
const c2 = {};
|
|
11486
|
-
class
|
|
11626
|
+
class B1 extends S1 {
|
|
11487
11627
|
constructor(e) {
|
|
11488
11628
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11489
|
-
super(),
|
|
11629
|
+
super(), e8(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = i1.create("translator");
|
|
11490
11630
|
}
|
|
11491
11631
|
changeLanguage(e) {
|
|
11492
11632
|
e && (this.language = e);
|
|
@@ -11505,7 +11645,7 @@ class G1 extends B1 {
|
|
|
11505
11645
|
l === void 0 && (l = ":");
|
|
11506
11646
|
const s = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11507
11647
|
let C = t.ns || this.options.defaultNS || [];
|
|
11508
|
-
const h = l && e.indexOf(l) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
11648
|
+
const h = l && e.indexOf(l) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !C8(e, l, s);
|
|
11509
11649
|
if (h && !d) {
|
|
11510
11650
|
const o = e.match(this.interpolator.nestingRegexp);
|
|
11511
11651
|
if (o && o.length > 0)
|
|
@@ -11580,7 +11720,7 @@ class G1 extends B1 {
|
|
|
11580
11720
|
w = w.join(A), w && (w = this.extendTranslation(w, e, t, l));
|
|
11581
11721
|
else {
|
|
11582
11722
|
let L = !1, m = !1;
|
|
11583
|
-
const x = t.count !== void 0 && !Z(t.count), v =
|
|
11723
|
+
const x = t.count !== void 0 && !Z(t.count), v = B1.hasDefaultValue(t), Y = x ? this.pluralResolver.getSuffix(a, t.count, t) : "", $ = t.ordinal && x ? this.pluralResolver.getSuffix(a, t.count, {
|
|
11584
11724
|
ordinal: !1
|
|
11585
11725
|
}) : "", X = x && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), R = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${Y}`] || t[`defaultValue${$}`] || t.defaultValue;
|
|
11586
11726
|
!this.isValidLookup(w) && v && (L = !0, w = R), this.isValidLookup(w) || (m = !0, w = h);
|
|
@@ -11599,14 +11739,14 @@ class G1 extends B1 {
|
|
|
11599
11739
|
for (let H = 0; H < O.length; H++)
|
|
11600
11740
|
K.push(O[H]);
|
|
11601
11741
|
else this.options.saveMissingTo === "all" ? K = this.languageUtils.toResolveHierarchy(t.lng || this.language) : K.push(t.lng || this.language);
|
|
11602
|
-
const W = (H, _,
|
|
11603
|
-
const n1 = v &&
|
|
11742
|
+
const W = (H, _, S) => {
|
|
11743
|
+
const n1 = v && S !== w ? S : T;
|
|
11604
11744
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(H, o, _, n1, P, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(H, o, _, n1, P, t), this.emit("missingKey", H, o, _, w);
|
|
11605
11745
|
};
|
|
11606
11746
|
this.options.saveMissing && (this.options.saveMissingPlurals && x ? K.forEach((H) => {
|
|
11607
11747
|
const _ = this.pluralResolver.getSuffixes(H, t);
|
|
11608
|
-
X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((
|
|
11609
|
-
W([H], h +
|
|
11748
|
+
X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((S) => {
|
|
11749
|
+
W([H], h + S, t[`defaultValue${S}`] || R);
|
|
11610
11750
|
});
|
|
11611
11751
|
}) : W(K, h, R));
|
|
11612
11752
|
}
|
|
@@ -11795,7 +11935,7 @@ class d2 {
|
|
|
11795
11935
|
}), s;
|
|
11796
11936
|
}
|
|
11797
11937
|
}
|
|
11798
|
-
let
|
|
11938
|
+
let c8 = [{
|
|
11799
11939
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11800
11940
|
nr: [1, 2],
|
|
11801
11941
|
fc: 1
|
|
@@ -11887,7 +12027,7 @@ let a8 = [{
|
|
|
11887
12027
|
lngs: ["he", "iw"],
|
|
11888
12028
|
nr: [1, 2, 20, 21],
|
|
11889
12029
|
fc: 22
|
|
11890
|
-
}],
|
|
12030
|
+
}], d8 = {
|
|
11891
12031
|
1: (i) => +(i > 1),
|
|
11892
12032
|
2: (i) => +(i != 1),
|
|
11893
12033
|
3: (i) => 0,
|
|
@@ -11911,28 +12051,28 @@ let a8 = [{
|
|
|
11911
12051
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
|
11912
12052
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
|
11913
12053
|
};
|
|
11914
|
-
const
|
|
12054
|
+
const g8 = ["v1", "v2", "v3"], w8 = ["v4"], g2 = {
|
|
11915
12055
|
zero: 0,
|
|
11916
12056
|
one: 1,
|
|
11917
12057
|
two: 2,
|
|
11918
12058
|
few: 3,
|
|
11919
12059
|
many: 4,
|
|
11920
12060
|
other: 5
|
|
11921
|
-
},
|
|
12061
|
+
}, f8 = () => {
|
|
11922
12062
|
const i = {};
|
|
11923
|
-
return
|
|
12063
|
+
return c8.forEach((e) => {
|
|
11924
12064
|
e.lngs.forEach((t) => {
|
|
11925
12065
|
i[t] = {
|
|
11926
12066
|
numbers: e.nr,
|
|
11927
|
-
plurals:
|
|
12067
|
+
plurals: d8[e.fc]
|
|
11928
12068
|
};
|
|
11929
12069
|
});
|
|
11930
12070
|
}), i;
|
|
11931
12071
|
};
|
|
11932
|
-
class
|
|
12072
|
+
class p8 {
|
|
11933
12073
|
constructor(e) {
|
|
11934
12074
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11935
|
-
this.languageUtils = e, this.options = t, this.logger = i1.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
12075
|
+
this.languageUtils = e, this.options = t, this.logger = i1.create("pluralResolver"), (!this.options.compatibilityJSON || w8.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = f8(), this.pluralRulesCache = {};
|
|
11936
12076
|
}
|
|
11937
12077
|
addRule(e, t) {
|
|
11938
12078
|
this.rules[e] = t;
|
|
@@ -11990,14 +12130,14 @@ class d8 {
|
|
|
11990
12130
|
return this.options.compatibilityJSON === "v1" ? s === 1 ? "" : typeof s == "number" ? `_plural_${s.toString()}` : C() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? C() : this.options.prepend && l.toString() ? this.options.prepend + l.toString() : l.toString();
|
|
11991
12131
|
}
|
|
11992
12132
|
shouldUseIntlApi() {
|
|
11993
|
-
return !
|
|
12133
|
+
return !g8.includes(this.options.compatibilityJSON);
|
|
11994
12134
|
}
|
|
11995
12135
|
}
|
|
11996
12136
|
const w2 = function(i, e, t) {
|
|
11997
|
-
let l = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C =
|
|
12137
|
+
let l = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C = l8(i, e, t);
|
|
11998
12138
|
return !C && s && Z(t) && (C = j1(i, t, l), C === void 0 && (C = j1(e, t, l))), C;
|
|
11999
12139
|
}, I1 = (i) => i.replace(/\$/g, "$$$$");
|
|
12000
|
-
class
|
|
12140
|
+
class u8 {
|
|
12001
12141
|
constructor() {
|
|
12002
12142
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12003
12143
|
this.logger = i1.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -12026,7 +12166,7 @@ class g8 {
|
|
|
12026
12166
|
maxReplaces: A,
|
|
12027
12167
|
alwaysFormat: V
|
|
12028
12168
|
} = e.interpolation;
|
|
12029
|
-
this.escape = t !== void 0 ? t :
|
|
12169
|
+
this.escape = t !== void 0 ? t : n8, this.escapeValue = l !== void 0 ? l : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? f1(C) : h || "{{", this.suffix = d ? f1(d) : o || "}}", this.formatSeparator = a || ",", this.unescapePrefix = r ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? f1(w) : f || f1("$t("), this.nestingSuffix = u ? f1(u) : M || f1(")"), this.nestingOptionsSeparator = k || ",", this.maxReplaces = A || 1e3, this.alwaysFormat = V !== void 0 ? V : !1, this.resetRegExp();
|
|
12030
12170
|
}
|
|
12031
12171
|
reset() {
|
|
12032
12172
|
this.options && this.init(this.options);
|
|
@@ -12121,7 +12261,7 @@ class g8 {
|
|
|
12121
12261
|
return e;
|
|
12122
12262
|
}
|
|
12123
12263
|
}
|
|
12124
|
-
const
|
|
12264
|
+
const L8 = (i) => {
|
|
12125
12265
|
let e = i.toLowerCase().trim();
|
|
12126
12266
|
const t = {};
|
|
12127
12267
|
if (i.indexOf("(") > -1) {
|
|
@@ -12152,7 +12292,7 @@ const w8 = (i) => {
|
|
|
12152
12292
|
return d || (d = i(K1(l), s), e[h] = d), d(t);
|
|
12153
12293
|
};
|
|
12154
12294
|
};
|
|
12155
|
-
class
|
|
12295
|
+
class m8 {
|
|
12156
12296
|
constructor() {
|
|
12157
12297
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12158
12298
|
this.logger = i1.create("formatter"), this.options = e, this.formats = {
|
|
@@ -12212,7 +12352,7 @@ class f8 {
|
|
|
12212
12352
|
const {
|
|
12213
12353
|
formatName: a,
|
|
12214
12354
|
formatOptions: r
|
|
12215
|
-
} =
|
|
12355
|
+
} = L8(o);
|
|
12216
12356
|
if (this.formats[a]) {
|
|
12217
12357
|
let p = d;
|
|
12218
12358
|
try {
|
|
@@ -12232,10 +12372,10 @@ class f8 {
|
|
|
12232
12372
|
}, e);
|
|
12233
12373
|
}
|
|
12234
12374
|
}
|
|
12235
|
-
const
|
|
12375
|
+
const v8 = (i, e) => {
|
|
12236
12376
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
|
12237
12377
|
};
|
|
12238
|
-
class
|
|
12378
|
+
class k8 extends S1 {
|
|
12239
12379
|
constructor(e, t, l) {
|
|
12240
12380
|
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
12241
12381
|
super(), this.backend = e, this.store = t, this.services = l, this.languageUtils = l.languageUtils, this.options = s, this.logger = i1.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(l, s.backend, s);
|
|
@@ -12268,7 +12408,7 @@ class u8 extends B1 {
|
|
|
12268
12408
|
}), this.state[e] = t ? -1 : 2, t && l && (this.state[e] = 0);
|
|
12269
12409
|
const d = {};
|
|
12270
12410
|
this.queue.forEach((o) => {
|
|
12271
|
-
|
|
12411
|
+
i8(o.loaded, [C], h), v8(o, e), t && o.errors.push(t), o.pendingCount === 0 && !o.done && (Object.keys(o.loaded).forEach((a) => {
|
|
12272
12412
|
d[a] || (d[a] = {});
|
|
12273
12413
|
const r = o.loaded[a];
|
|
12274
12414
|
r.length && r.forEach((p) => {
|
|
@@ -12427,17 +12567,17 @@ const f2 = () => ({
|
|
|
12427
12567
|
skipOnVariables: !0
|
|
12428
12568
|
}
|
|
12429
12569
|
}), p2 = (i) => (Z(i.ns) && (i.ns = [i.ns]), Z(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), Z(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), A1 = () => {
|
|
12430
|
-
},
|
|
12570
|
+
}, N8 = (i) => {
|
|
12431
12571
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
|
12432
12572
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
|
12433
12573
|
});
|
|
12434
12574
|
};
|
|
12435
|
-
class k1 extends
|
|
12575
|
+
class k1 extends S1 {
|
|
12436
12576
|
constructor() {
|
|
12437
12577
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12438
12578
|
if (super(), this.options = p2(e), this.services = {}, this.logger = i1, this.modules = {
|
|
12439
12579
|
external: []
|
|
12440
|
-
},
|
|
12580
|
+
}, N8(this), t && !this.isInitialized && !e.isClone) {
|
|
12441
12581
|
if (!this.options.initImmediate)
|
|
12442
12582
|
return this.init(e, t), this;
|
|
12443
12583
|
setTimeout(() => {
|
|
@@ -12462,21 +12602,21 @@ class k1 extends B1 {
|
|
|
12462
12602
|
if (!this.options.isClone) {
|
|
12463
12603
|
this.modules.logger ? i1.init(C(this.modules.logger), this.options) : i1.init(null, this.options);
|
|
12464
12604
|
let r;
|
|
12465
|
-
this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r =
|
|
12605
|
+
this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r = m8);
|
|
12466
12606
|
const p = new d2(this.options);
|
|
12467
12607
|
this.store = new h2(this.options.resources, this.options);
|
|
12468
12608
|
const w = this.services;
|
|
12469
|
-
w.logger = i1, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new
|
|
12609
|
+
w.logger = i1, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new p8(p, {
|
|
12470
12610
|
prepend: this.options.pluralSeparator,
|
|
12471
12611
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12472
12612
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12473
|
-
}), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new
|
|
12613
|
+
}), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new u8(this.options), w.utils = {
|
|
12474
12614
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12475
|
-
}, w.backendConnector = new
|
|
12615
|
+
}, w.backendConnector = new k8(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(f) {
|
|
12476
12616
|
for (var u = arguments.length, M = new Array(u > 1 ? u - 1 : 0), k = 1; k < u; k++)
|
|
12477
12617
|
M[k - 1] = arguments[k];
|
|
12478
12618
|
e.emit(f, ...M);
|
|
12479
|
-
}), this.modules.languageDetector && (w.languageDetector = C(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = C(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new
|
|
12619
|
+
}), this.modules.languageDetector && (w.languageDetector = C(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = C(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new B1(this.services, this.options), this.translator.on("*", function(f) {
|
|
12480
12620
|
for (var u = arguments.length, M = new Array(u > 1 ? u - 1 : 0), k = 1; k < u; k++)
|
|
12481
12621
|
M[k - 1] = arguments[k];
|
|
12482
12622
|
e.emit(f, ...M);
|
|
@@ -12652,7 +12792,7 @@ class k1 extends B1 {
|
|
|
12652
12792
|
...this.services
|
|
12653
12793
|
}, C.services.utils = {
|
|
12654
12794
|
hasLoadedNamespace: C.hasLoadedNamespace.bind(C)
|
|
12655
|
-
}, l && (C.store = new h2(this.store.data, s), C.services.resourceStore = C.store), C.translator = new
|
|
12795
|
+
}, l && (C.store = new h2(this.store.data, s), C.services.resourceStore = C.store), C.translator = new B1(C.services, s), C.translator.on("*", function(d) {
|
|
12656
12796
|
for (var o = arguments.length, a = new Array(o > 1 ? o - 1 : 0), r = 1; r < o; r++)
|
|
12657
12797
|
a[r - 1] = arguments[r];
|
|
12658
12798
|
C.emit(d, ...a);
|
|
@@ -12686,26 +12826,26 @@ U.setDefaultNamespace;
|
|
|
12686
12826
|
U.hasLoadedNamespace;
|
|
12687
12827
|
U.loadNamespaces;
|
|
12688
12828
|
U.loadLanguages;
|
|
12689
|
-
const
|
|
12690
|
-
archived:
|
|
12691
|
-
deleted:
|
|
12692
|
-
},
|
|
12693
|
-
archived:
|
|
12694
|
-
deleted:
|
|
12829
|
+
const M8 = "Archived", x8 = "Deleted", Z8 = {
|
|
12830
|
+
archived: M8,
|
|
12831
|
+
deleted: x8
|
|
12832
|
+
}, V8 = "Заархивирован", R8 = "Удалён", H8 = {
|
|
12833
|
+
archived: V8,
|
|
12834
|
+
deleted: R8
|
|
12695
12835
|
};
|
|
12696
|
-
U.use(
|
|
12836
|
+
U.use(W6).init({
|
|
12697
12837
|
defaultNS: "common",
|
|
12698
12838
|
lng: "en",
|
|
12699
12839
|
resources: {
|
|
12700
12840
|
en: {
|
|
12701
|
-
common:
|
|
12841
|
+
common: Z8
|
|
12702
12842
|
},
|
|
12703
12843
|
ru: {
|
|
12704
|
-
common:
|
|
12844
|
+
common: H8
|
|
12705
12845
|
}
|
|
12706
12846
|
}
|
|
12707
12847
|
});
|
|
12708
|
-
const
|
|
12848
|
+
const K8 = a1(
|
|
12709
12849
|
({
|
|
12710
12850
|
fetchParams: i,
|
|
12711
12851
|
mode: e = void 0,
|
|
@@ -12720,7 +12860,7 @@ const y8 = a1(
|
|
|
12720
12860
|
required: r,
|
|
12721
12861
|
error: p
|
|
12722
12862
|
}, w) => {
|
|
12723
|
-
const { axiosPeople: f, locale: u } = s1(c1), { t: M } =
|
|
12863
|
+
const { axiosPeople: f, locale: u } = s1(c1), { t: M } = X6("common", { lng: u }), [k, A] = G([]), [V, D] = G(!0), L = q(k), m = q(null);
|
|
12724
12864
|
if (h1(w, () => m.current), !f)
|
|
12725
12865
|
throw new Error(
|
|
12726
12866
|
`UserSelect requires "axiosPeople" to fetch users.
|
|
@@ -12728,31 +12868,31 @@ const y8 = a1(
|
|
|
12728
12868
|
);
|
|
12729
12869
|
const x = y(
|
|
12730
12870
|
(R) => {
|
|
12731
|
-
let
|
|
12732
|
-
return R.deletedAt && (
|
|
12871
|
+
let B = "";
|
|
12872
|
+
return R.deletedAt && (B += `[${M("deleted")}] `), R.status === E1.ARCHIVED && (B += `[${M("archived")}] `), `${B}${R.firstName} ${R.lastName}`;
|
|
12733
12873
|
},
|
|
12734
12874
|
[M]
|
|
12735
12875
|
), v = y(
|
|
12736
12876
|
async ({
|
|
12737
12877
|
offset: R,
|
|
12738
|
-
limit:
|
|
12878
|
+
limit: B,
|
|
12739
12879
|
search: T
|
|
12740
12880
|
}) => {
|
|
12741
12881
|
var P, K, O;
|
|
12742
12882
|
try {
|
|
12743
12883
|
const W = await f.post("v1/users/search", {
|
|
12744
12884
|
offset: R,
|
|
12745
|
-
limit:
|
|
12885
|
+
limit: B,
|
|
12746
12886
|
search: T,
|
|
12747
12887
|
...i,
|
|
12748
12888
|
includeCount: !0
|
|
12749
12889
|
}), { data: H, metadata: _ } = W.data;
|
|
12750
12890
|
return {
|
|
12751
|
-
options: H.map((
|
|
12752
|
-
value:
|
|
12753
|
-
label: x(
|
|
12754
|
-
image: o ?
|
|
12755
|
-
imageFallbackText:
|
|
12891
|
+
options: H.map((S) => ({
|
|
12892
|
+
value: S.id,
|
|
12893
|
+
label: x(S),
|
|
12894
|
+
image: o ? S.avatarUrl : void 0,
|
|
12895
|
+
imageFallbackText: S.avatarUrl ? "" : u2(`${S.firstName} ${S.lastName}`)
|
|
12756
12896
|
})),
|
|
12757
12897
|
count: _.count
|
|
12758
12898
|
};
|
|
@@ -12769,7 +12909,7 @@ const y8 = a1(
|
|
|
12769
12909
|
[f, i, x, o, h]
|
|
12770
12910
|
), Y = y(
|
|
12771
12911
|
async (R) => {
|
|
12772
|
-
var
|
|
12912
|
+
var B, T, P;
|
|
12773
12913
|
try {
|
|
12774
12914
|
const K = R.filter(
|
|
12775
12915
|
(H) => !L.current.some((_) => _.value === H)
|
|
@@ -12790,7 +12930,7 @@ const y8 = a1(
|
|
|
12790
12930
|
return [...L.current, ...W];
|
|
12791
12931
|
} catch (K) {
|
|
12792
12932
|
return h && h({
|
|
12793
|
-
status: ((
|
|
12933
|
+
status: ((B = K.response) == null ? void 0 : B.status) ?? 500,
|
|
12794
12934
|
message: ((P = (T = K.response) == null ? void 0 : T.data) == null ? void 0 : P.message) ?? "Error while fetching selected items"
|
|
12795
12935
|
}), [];
|
|
12796
12936
|
}
|
|
@@ -12808,23 +12948,23 @@ const y8 = a1(
|
|
|
12808
12948
|
return;
|
|
12809
12949
|
}
|
|
12810
12950
|
(async () => {
|
|
12811
|
-
const
|
|
12951
|
+
const B = Array.isArray(s) ? s.filter(Boolean) : [s], T = await Y(B);
|
|
12812
12952
|
A(T), D(!1);
|
|
12813
12953
|
})();
|
|
12814
12954
|
}, [Y, s]);
|
|
12815
12955
|
const $ = y(
|
|
12816
12956
|
async ({
|
|
12817
12957
|
limit: R,
|
|
12818
|
-
offset:
|
|
12958
|
+
offset: B,
|
|
12819
12959
|
search: T
|
|
12820
12960
|
}) => {
|
|
12821
12961
|
const { count: P, ...K } = await v({
|
|
12822
|
-
offset:
|
|
12962
|
+
offset: B,
|
|
12823
12963
|
limit: R,
|
|
12824
12964
|
search: T
|
|
12825
12965
|
});
|
|
12826
12966
|
let O = K.options;
|
|
12827
|
-
return d &&
|
|
12967
|
+
return d && B === 0 && (O = [{ value: null, label: d }, ...O]), {
|
|
12828
12968
|
options: O,
|
|
12829
12969
|
count: P,
|
|
12830
12970
|
limit: R
|
|
@@ -12833,7 +12973,7 @@ const y8 = a1(
|
|
|
12833
12973
|
[d, v]
|
|
12834
12974
|
);
|
|
12835
12975
|
if (V)
|
|
12836
|
-
return /* @__PURE__ */ n(
|
|
12976
|
+
return /* @__PURE__ */ n(K6, {});
|
|
12837
12977
|
const X = {
|
|
12838
12978
|
ref: m,
|
|
12839
12979
|
placeholder: t,
|
|
@@ -12876,5 +13016,5 @@ const y8 = a1(
|
|
|
12876
13016
|
return e;
|
|
12877
13017
|
};
|
|
12878
13018
|
export {
|
|
12879
|
-
|
|
13019
|
+
K8 as UserSelect
|
|
12880
13020
|
};
|