@snmt-react-ui/country-select 2.9.2 → 2.9.3
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/country-select.js +626 -522
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
|
@@ -33,7 +33,7 @@ const t2 = (s, e) => () => {
|
|
|
33
33
|
}
|
|
34
34
|
}, B1 = (s, e, t) => {
|
|
35
35
|
s.loadNamespaces(e, t2(s, t));
|
|
36
|
-
},
|
|
36
|
+
}, G1 = (s, e, t, i) => {
|
|
37
37
|
z(t) && (t = [t]), t.forEach((o) => {
|
|
38
38
|
s.options.ns.indexOf(o) < 0 && s.options.ns.push(o);
|
|
39
39
|
}), s.loadLanguages(e, t2(s, i));
|
|
@@ -54,7 +54,7 @@ const t2 = (s, e) => () => {
|
|
|
54
54
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !o(i.isLanguageChangingTo, s)) return !1;
|
|
55
55
|
}
|
|
56
56
|
}) : A2(s, e, t);
|
|
57
|
-
}, z = (s) => typeof s == "string", K2 = (s) => typeof s == "object" && s !== null, B2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,
|
|
57
|
+
}, z = (s) => typeof s == "string", K2 = (s) => typeof s == "object" && s !== null, B2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, G2 = {
|
|
58
58
|
"&": "&",
|
|
59
59
|
"&": "&",
|
|
60
60
|
"<": "<",
|
|
@@ -75,7 +75,7 @@ const t2 = (s, e) => () => {
|
|
|
75
75
|
"…": "…",
|
|
76
76
|
"/": "/",
|
|
77
77
|
"/": "/"
|
|
78
|
-
},
|
|
78
|
+
}, S2 = (s) => G2[s], Y2 = (s) => s.replace(B2, S2);
|
|
79
79
|
let I2 = {
|
|
80
80
|
bindI18n: "languageChanged",
|
|
81
81
|
bindI18nStore: "",
|
|
@@ -137,7 +137,7 @@ const P2 = (s, e) => {
|
|
|
137
137
|
bindI18n: k,
|
|
138
138
|
bindI18nStore: Z
|
|
139
139
|
} = C;
|
|
140
|
-
V.current = !0, !a && !d && (e.lng ?
|
|
140
|
+
V.current = !0, !a && !d && (e.lng ? G1(h, e.lng, l, () => {
|
|
141
141
|
V.current && L(w);
|
|
142
142
|
}) : B1(h, l, () => {
|
|
143
143
|
V.current && L(w);
|
|
@@ -154,7 +154,7 @@ const P2 = (s, e) => {
|
|
|
154
154
|
const b = [f, h, a];
|
|
155
155
|
if (b.t = f, b.i18n = h, b.ready = a, a || !a && !d) return b;
|
|
156
156
|
throw new Promise((k) => {
|
|
157
|
-
e.lng ?
|
|
157
|
+
e.lng ? G1(h, e.lng, l, () => k()) : B1(h, l, () => k());
|
|
158
158
|
});
|
|
159
159
|
}, h1 = ({
|
|
160
160
|
children: s,
|
|
@@ -183,7 +183,7 @@ const P2 = (s, e) => {
|
|
|
183
183
|
h2: 2,
|
|
184
184
|
h3: 3,
|
|
185
185
|
h4: 4
|
|
186
|
-
},
|
|
186
|
+
}, S1 = q(
|
|
187
187
|
({
|
|
188
188
|
align: s = "inherit",
|
|
189
189
|
variant: e = "body1",
|
|
@@ -256,11 +256,11 @@ const P2 = (s, e) => {
|
|
|
256
256
|
className: `snmt-avatar ${o ? "image" : ""}`,
|
|
257
257
|
src: o,
|
|
258
258
|
size: h[e],
|
|
259
|
-
children: /* @__PURE__ */ n(
|
|
259
|
+
children: /* @__PURE__ */ n(S1, { color: c.GREY_LIGHT_0, variant: C[e], children: !o && i })
|
|
260
260
|
}
|
|
261
261
|
),
|
|
262
262
|
s && /* @__PURE__ */ n(
|
|
263
|
-
|
|
263
|
+
S1,
|
|
264
264
|
{
|
|
265
265
|
color: c.GREY_DARK_5,
|
|
266
266
|
variant: e ? d[e] : "body2",
|
|
@@ -1500,7 +1500,7 @@ const P2 = (s, e) => {
|
|
|
1500
1500
|
)
|
|
1501
1501
|
]
|
|
1502
1502
|
}
|
|
1503
|
-
),
|
|
1503
|
+
), G5 = ({
|
|
1504
1504
|
className: s,
|
|
1505
1505
|
color: e = c.GREY_DARK_5,
|
|
1506
1506
|
height: t = 20,
|
|
@@ -1533,7 +1533,7 @@ const P2 = (s, e) => {
|
|
|
1533
1533
|
)
|
|
1534
1534
|
]
|
|
1535
1535
|
}
|
|
1536
|
-
),
|
|
1536
|
+
), S5 = ({
|
|
1537
1537
|
className: s,
|
|
1538
1538
|
color: e = c.GREY_DARK_5,
|
|
1539
1539
|
height: t = 20,
|
|
@@ -2600,6 +2600,30 @@ const P2 = (s, e) => {
|
|
|
2600
2600
|
}
|
|
2601
2601
|
)
|
|
2602
2602
|
}
|
|
2603
|
+
), u7 = ({
|
|
2604
|
+
width: s = 20,
|
|
2605
|
+
height: e = 20,
|
|
2606
|
+
color: t = c.GREY_DARK_5,
|
|
2607
|
+
className: i,
|
|
2608
|
+
onClick: o
|
|
2609
|
+
}) => /* @__PURE__ */ n(
|
|
2610
|
+
"svg",
|
|
2611
|
+
{
|
|
2612
|
+
width: s,
|
|
2613
|
+
height: e,
|
|
2614
|
+
viewBox: "0 0 24 24",
|
|
2615
|
+
fill: "none",
|
|
2616
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2617
|
+
className: i,
|
|
2618
|
+
onClick: o,
|
|
2619
|
+
children: /* @__PURE__ */ n(
|
|
2620
|
+
"path",
|
|
2621
|
+
{
|
|
2622
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
2623
|
+
fill: t
|
|
2624
|
+
}
|
|
2625
|
+
)
|
|
2626
|
+
}
|
|
2603
2627
|
), r1 = ({
|
|
2604
2628
|
name: s,
|
|
2605
2629
|
width: e,
|
|
@@ -2613,7 +2637,7 @@ const P2 = (s, e) => {
|
|
|
2613
2637
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
2614
2638
|
switch (s) {
|
|
2615
2639
|
case "nextIcon":
|
|
2616
|
-
return
|
|
2640
|
+
return S5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2617
2641
|
case "prevIcon":
|
|
2618
2642
|
return Y5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2619
2643
|
case "arrowDown":
|
|
@@ -2717,7 +2741,7 @@ const P2 = (s, e) => {
|
|
|
2717
2741
|
case "sortDown":
|
|
2718
2742
|
return B5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2719
2743
|
case "search":
|
|
2720
|
-
return
|
|
2744
|
+
return G5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2721
2745
|
case "arrowUpFilled":
|
|
2722
2746
|
return O5({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2723
2747
|
case "arrowDownFilled":
|
|
@@ -2782,16 +2806,18 @@ const P2 = (s, e) => {
|
|
|
2782
2806
|
return d7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2783
2807
|
case "docs":
|
|
2784
2808
|
return g7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2809
|
+
case "unpaidLeave":
|
|
2810
|
+
return u7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2785
2811
|
default:
|
|
2786
2812
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
2787
2813
|
}
|
|
2788
2814
|
})() });
|
|
2789
|
-
}, { Title:
|
|
2815
|
+
}, { Title: w7, Text: p7 } = d1, f7 = {
|
|
2790
2816
|
h1: 1,
|
|
2791
2817
|
h2: 2,
|
|
2792
2818
|
h3: 3,
|
|
2793
2819
|
h4: 4
|
|
2794
|
-
},
|
|
2820
|
+
}, L7 = q(
|
|
2795
2821
|
({
|
|
2796
2822
|
align: s = "inherit",
|
|
2797
2823
|
variant: e = "body1",
|
|
@@ -2833,9 +2859,9 @@ const P2 = (s, e) => {
|
|
|
2833
2859
|
}
|
|
2834
2860
|
} : void 0
|
|
2835
2861
|
};
|
|
2836
|
-
return u ? /* @__PURE__ */ n(
|
|
2862
|
+
return u ? /* @__PURE__ */ n(w7, { level: f7[e], ...f, children: i }) : /* @__PURE__ */ n(p7, { ...f, children: i });
|
|
2837
2863
|
}
|
|
2838
|
-
),
|
|
2864
|
+
), m7 = ({
|
|
2839
2865
|
width: s = 20,
|
|
2840
2866
|
height: e = 20,
|
|
2841
2867
|
color: t = "#001E52",
|
|
@@ -2862,7 +2888,7 @@ const P2 = (s, e) => {
|
|
|
2862
2888
|
}
|
|
2863
2889
|
)
|
|
2864
2890
|
}
|
|
2865
|
-
),
|
|
2891
|
+
), k7 = ({
|
|
2866
2892
|
width: s = 20,
|
|
2867
2893
|
height: e = 20,
|
|
2868
2894
|
color: t = c.GREY_DARK_5,
|
|
@@ -2902,7 +2928,7 @@ const P2 = (s, e) => {
|
|
|
2902
2928
|
)
|
|
2903
2929
|
]
|
|
2904
2930
|
}
|
|
2905
|
-
),
|
|
2931
|
+
), v7 = ({
|
|
2906
2932
|
width: s = 20,
|
|
2907
2933
|
height: e = 20,
|
|
2908
2934
|
color: t = "#001E52",
|
|
@@ -2937,7 +2963,7 @@ const P2 = (s, e) => {
|
|
|
2937
2963
|
)
|
|
2938
2964
|
]
|
|
2939
2965
|
}
|
|
2940
|
-
),
|
|
2966
|
+
), N7 = ({
|
|
2941
2967
|
width: s = 20,
|
|
2942
2968
|
height: e = 20,
|
|
2943
2969
|
color: t = c.GREY_DARK_5,
|
|
@@ -2964,7 +2990,7 @@ const P2 = (s, e) => {
|
|
|
2964
2990
|
/* @__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)" }) }) })
|
|
2965
2991
|
]
|
|
2966
2992
|
}
|
|
2967
|
-
),
|
|
2993
|
+
), x7 = ({
|
|
2968
2994
|
width: s = 20,
|
|
2969
2995
|
height: e = 20,
|
|
2970
2996
|
color: t = c.GREY_DARK_5,
|
|
@@ -2988,7 +3014,7 @@ const P2 = (s, e) => {
|
|
|
2988
3014
|
}
|
|
2989
3015
|
)
|
|
2990
3016
|
}
|
|
2991
|
-
),
|
|
3017
|
+
), M7 = ({
|
|
2992
3018
|
width: s = 20,
|
|
2993
3019
|
height: e = 20,
|
|
2994
3020
|
color: t = c.GREY_DARK_5,
|
|
@@ -3015,7 +3041,7 @@ const P2 = (s, e) => {
|
|
|
3015
3041
|
/* @__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)" }) }) })
|
|
3016
3042
|
]
|
|
3017
3043
|
}
|
|
3018
|
-
),
|
|
3044
|
+
), R7 = ({
|
|
3019
3045
|
width: s = 20,
|
|
3020
3046
|
height: e = 20,
|
|
3021
3047
|
color: t = c.GREY_DARK_5,
|
|
@@ -3039,7 +3065,7 @@ const P2 = (s, e) => {
|
|
|
3039
3065
|
}
|
|
3040
3066
|
)
|
|
3041
3067
|
}
|
|
3042
|
-
),
|
|
3068
|
+
), V7 = ({
|
|
3043
3069
|
width: s = 20,
|
|
3044
3070
|
height: e = 20,
|
|
3045
3071
|
color: t = c.GREY_DARK_5,
|
|
@@ -3086,7 +3112,7 @@ const P2 = (s, e) => {
|
|
|
3086
3112
|
)
|
|
3087
3113
|
]
|
|
3088
3114
|
}
|
|
3089
|
-
),
|
|
3115
|
+
), Z7 = ({
|
|
3090
3116
|
width: s = 20,
|
|
3091
3117
|
height: e = 20,
|
|
3092
3118
|
color: t = c.GREY_DARK_5,
|
|
@@ -3110,7 +3136,7 @@ const P2 = (s, e) => {
|
|
|
3110
3136
|
}
|
|
3111
3137
|
)
|
|
3112
3138
|
}
|
|
3113
|
-
),
|
|
3139
|
+
), H7 = ({
|
|
3114
3140
|
width: s = 20,
|
|
3115
3141
|
height: e = 20,
|
|
3116
3142
|
color: t = c.GREY_DARK_5,
|
|
@@ -3134,7 +3160,7 @@ const P2 = (s, e) => {
|
|
|
3134
3160
|
}
|
|
3135
3161
|
)
|
|
3136
3162
|
}
|
|
3137
|
-
),
|
|
3163
|
+
), _7 = ({
|
|
3138
3164
|
width: s = 20,
|
|
3139
3165
|
height: e = 20,
|
|
3140
3166
|
color: t = c.GREY_DARK_5,
|
|
@@ -3158,7 +3184,7 @@ const P2 = (s, e) => {
|
|
|
3158
3184
|
}
|
|
3159
3185
|
)
|
|
3160
3186
|
}
|
|
3161
|
-
),
|
|
3187
|
+
), b7 = ({
|
|
3162
3188
|
width: s = 20,
|
|
3163
3189
|
height: e = 20,
|
|
3164
3190
|
color: t = c.GREY_DARK_5,
|
|
@@ -3219,7 +3245,7 @@ const P2 = (s, e) => {
|
|
|
3219
3245
|
)
|
|
3220
3246
|
]
|
|
3221
3247
|
}
|
|
3222
|
-
),
|
|
3248
|
+
), y7 = ({
|
|
3223
3249
|
width: s = 20,
|
|
3224
3250
|
height: e = 20,
|
|
3225
3251
|
color: t = c.GREY_DARK_5,
|
|
@@ -3266,7 +3292,7 @@ const P2 = (s, e) => {
|
|
|
3266
3292
|
)
|
|
3267
3293
|
]
|
|
3268
3294
|
}
|
|
3269
|
-
),
|
|
3295
|
+
), E7 = ({
|
|
3270
3296
|
width: s = 20,
|
|
3271
3297
|
height: e = 20,
|
|
3272
3298
|
color: t = c.GREY_DARK_5,
|
|
@@ -3306,7 +3332,7 @@ const P2 = (s, e) => {
|
|
|
3306
3332
|
)
|
|
3307
3333
|
]
|
|
3308
3334
|
}
|
|
3309
|
-
),
|
|
3335
|
+
), A7 = ({
|
|
3310
3336
|
width: s = 20,
|
|
3311
3337
|
height: e = 20,
|
|
3312
3338
|
color: t = c.GREY_DARK_5,
|
|
@@ -3346,7 +3372,7 @@ const P2 = (s, e) => {
|
|
|
3346
3372
|
)
|
|
3347
3373
|
]
|
|
3348
3374
|
}
|
|
3349
|
-
),
|
|
3375
|
+
), D7 = ({
|
|
3350
3376
|
width: s = 20,
|
|
3351
3377
|
height: e = 20,
|
|
3352
3378
|
color: t = c.GREY_DARK_5,
|
|
@@ -3393,7 +3419,7 @@ const P2 = (s, e) => {
|
|
|
3393
3419
|
)
|
|
3394
3420
|
]
|
|
3395
3421
|
}
|
|
3396
|
-
),
|
|
3422
|
+
), K7 = ({
|
|
3397
3423
|
width: s = 20,
|
|
3398
3424
|
height: e = 20,
|
|
3399
3425
|
color: t = c.GREY_DARK_5,
|
|
@@ -3440,7 +3466,7 @@ const P2 = (s, e) => {
|
|
|
3440
3466
|
)
|
|
3441
3467
|
]
|
|
3442
3468
|
}
|
|
3443
|
-
),
|
|
3469
|
+
), B7 = ({
|
|
3444
3470
|
width: s = 20,
|
|
3445
3471
|
height: e = 20,
|
|
3446
3472
|
color: t = c.GREY_DARK_5,
|
|
@@ -3487,7 +3513,7 @@ const P2 = (s, e) => {
|
|
|
3487
3513
|
)
|
|
3488
3514
|
]
|
|
3489
3515
|
}
|
|
3490
|
-
),
|
|
3516
|
+
), G7 = ({
|
|
3491
3517
|
width: s = 20,
|
|
3492
3518
|
height: e = 20,
|
|
3493
3519
|
color: t = c.GREY_DARK_5,
|
|
@@ -3560,7 +3586,7 @@ const P2 = (s, e) => {
|
|
|
3560
3586
|
)
|
|
3561
3587
|
]
|
|
3562
3588
|
}
|
|
3563
|
-
),
|
|
3589
|
+
), Y7 = ({
|
|
3564
3590
|
width: s = 20,
|
|
3565
3591
|
height: e = 20,
|
|
3566
3592
|
color: t = c.GREY_DARK_5,
|
|
@@ -3593,7 +3619,7 @@ const P2 = (s, e) => {
|
|
|
3593
3619
|
)
|
|
3594
3620
|
]
|
|
3595
3621
|
}
|
|
3596
|
-
),
|
|
3622
|
+
), I7 = ({
|
|
3597
3623
|
width: s = 20,
|
|
3598
3624
|
height: e = 20,
|
|
3599
3625
|
color: t = c.GREY_DARK_5,
|
|
@@ -3626,7 +3652,7 @@ const P2 = (s, e) => {
|
|
|
3626
3652
|
)
|
|
3627
3653
|
]
|
|
3628
3654
|
}
|
|
3629
|
-
),
|
|
3655
|
+
), O7 = ({
|
|
3630
3656
|
width: s = 20,
|
|
3631
3657
|
height: e = 20,
|
|
3632
3658
|
color: t = c.GREY_DARK_5,
|
|
@@ -3659,7 +3685,7 @@ const P2 = (s, e) => {
|
|
|
3659
3685
|
)
|
|
3660
3686
|
]
|
|
3661
3687
|
}
|
|
3662
|
-
),
|
|
3688
|
+
), j7 = ({
|
|
3663
3689
|
width: s = 20,
|
|
3664
3690
|
height: e = 20,
|
|
3665
3691
|
color: t = c.GREY_DARK_5,
|
|
@@ -3699,7 +3725,7 @@ const P2 = (s, e) => {
|
|
|
3699
3725
|
)
|
|
3700
3726
|
]
|
|
3701
3727
|
}
|
|
3702
|
-
),
|
|
3728
|
+
), W7 = ({
|
|
3703
3729
|
width: s = 20,
|
|
3704
3730
|
height: e = 20,
|
|
3705
3731
|
color: t = c.GREY_DARK_5,
|
|
@@ -3732,7 +3758,7 @@ const P2 = (s, e) => {
|
|
|
3732
3758
|
)
|
|
3733
3759
|
]
|
|
3734
3760
|
}
|
|
3735
|
-
),
|
|
3761
|
+
), $7 = ({
|
|
3736
3762
|
width: s = 20,
|
|
3737
3763
|
height: e = 20,
|
|
3738
3764
|
color: t = c.GREY_DARK_5,
|
|
@@ -3765,7 +3791,7 @@ const P2 = (s, e) => {
|
|
|
3765
3791
|
)
|
|
3766
3792
|
]
|
|
3767
3793
|
}
|
|
3768
|
-
),
|
|
3794
|
+
), T7 = ({
|
|
3769
3795
|
width: s = 20,
|
|
3770
3796
|
height: e = 20,
|
|
3771
3797
|
color: t = "#070739",
|
|
@@ -3795,7 +3821,7 @@ const P2 = (s, e) => {
|
|
|
3795
3821
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3796
3822
|
]
|
|
3797
3823
|
}
|
|
3798
|
-
),
|
|
3824
|
+
), P7 = ({
|
|
3799
3825
|
width: s = 20,
|
|
3800
3826
|
height: e = 20,
|
|
3801
3827
|
color: t = "#070739",
|
|
@@ -3833,7 +3859,7 @@ const P2 = (s, e) => {
|
|
|
3833
3859
|
)
|
|
3834
3860
|
]
|
|
3835
3861
|
}
|
|
3836
|
-
),
|
|
3862
|
+
), F7 = ({
|
|
3837
3863
|
width: s = 9,
|
|
3838
3864
|
height: e = 5,
|
|
3839
3865
|
color: t = "#001E52",
|
|
@@ -3859,7 +3885,7 @@ const P2 = (s, e) => {
|
|
|
3859
3885
|
}
|
|
3860
3886
|
)
|
|
3861
3887
|
}
|
|
3862
|
-
),
|
|
3888
|
+
), U7 = ({
|
|
3863
3889
|
width: s = 20,
|
|
3864
3890
|
height: e = 20,
|
|
3865
3891
|
color: t = "#F2F2F7",
|
|
@@ -3888,7 +3914,7 @@ const P2 = (s, e) => {
|
|
|
3888
3914
|
)
|
|
3889
3915
|
]
|
|
3890
3916
|
}
|
|
3891
|
-
),
|
|
3917
|
+
), z7 = ({
|
|
3892
3918
|
width: s = 20,
|
|
3893
3919
|
height: e = 20,
|
|
3894
3920
|
color: t = "#004ED7",
|
|
@@ -3917,7 +3943,7 @@ const P2 = (s, e) => {
|
|
|
3917
3943
|
)
|
|
3918
3944
|
]
|
|
3919
3945
|
}
|
|
3920
|
-
),
|
|
3946
|
+
), J7 = ({
|
|
3921
3947
|
width: s = 10,
|
|
3922
3948
|
height: e = 10,
|
|
3923
3949
|
color: t = "#001E52",
|
|
@@ -3946,7 +3972,7 @@ const P2 = (s, e) => {
|
|
|
3946
3972
|
)
|
|
3947
3973
|
]
|
|
3948
3974
|
}
|
|
3949
|
-
),
|
|
3975
|
+
), Q7 = ({
|
|
3950
3976
|
width: s = 10,
|
|
3951
3977
|
height: e = 10,
|
|
3952
3978
|
color: t = "#001E52",
|
|
@@ -3983,7 +4009,7 @@ const P2 = (s, e) => {
|
|
|
3983
4009
|
)
|
|
3984
4010
|
]
|
|
3985
4011
|
}
|
|
3986
|
-
),
|
|
4012
|
+
), q7 = ({
|
|
3987
4013
|
className: s,
|
|
3988
4014
|
color: e = c.GREY_DARK_5,
|
|
3989
4015
|
height: t = 20,
|
|
@@ -4016,7 +4042,7 @@ const P2 = (s, e) => {
|
|
|
4016
4042
|
)
|
|
4017
4043
|
]
|
|
4018
4044
|
}
|
|
4019
|
-
),
|
|
4045
|
+
), X7 = ({
|
|
4020
4046
|
className: s,
|
|
4021
4047
|
color: e = c.GREY_DARK_5,
|
|
4022
4048
|
height: t = 20,
|
|
@@ -4043,7 +4069,7 @@ const P2 = (s, e) => {
|
|
|
4043
4069
|
}
|
|
4044
4070
|
)
|
|
4045
4071
|
}
|
|
4046
|
-
),
|
|
4072
|
+
), e0 = ({
|
|
4047
4073
|
className: s,
|
|
4048
4074
|
color: e = c.GREY_DARK_5,
|
|
4049
4075
|
height: t = 20,
|
|
@@ -4070,7 +4096,7 @@ const P2 = (s, e) => {
|
|
|
4070
4096
|
}
|
|
4071
4097
|
)
|
|
4072
4098
|
}
|
|
4073
|
-
),
|
|
4099
|
+
), t0 = ({
|
|
4074
4100
|
className: s,
|
|
4075
4101
|
color: e = c.GREY_DARK_5,
|
|
4076
4102
|
height: t = 5,
|
|
@@ -4094,7 +4120,7 @@ const P2 = (s, e) => {
|
|
|
4094
4120
|
}
|
|
4095
4121
|
)
|
|
4096
4122
|
}
|
|
4097
|
-
),
|
|
4123
|
+
), i0 = ({
|
|
4098
4124
|
className: s,
|
|
4099
4125
|
color: e = c.GREY_DARK_5,
|
|
4100
4126
|
height: t = 5,
|
|
@@ -4119,7 +4145,7 @@ const P2 = (s, e) => {
|
|
|
4119
4145
|
}
|
|
4120
4146
|
)
|
|
4121
4147
|
}
|
|
4122
|
-
),
|
|
4148
|
+
), s0 = ({
|
|
4123
4149
|
className: s,
|
|
4124
4150
|
color: e = c.GREY_DARK_5,
|
|
4125
4151
|
height: t = 20,
|
|
@@ -4152,7 +4178,7 @@ const P2 = (s, e) => {
|
|
|
4152
4178
|
)
|
|
4153
4179
|
]
|
|
4154
4180
|
}
|
|
4155
|
-
),
|
|
4181
|
+
), o0 = ({
|
|
4156
4182
|
className: s,
|
|
4157
4183
|
color: e = c.GREY_DARK_5,
|
|
4158
4184
|
height: t = 24,
|
|
@@ -4191,7 +4217,7 @@ const P2 = (s, e) => {
|
|
|
4191
4217
|
)
|
|
4192
4218
|
]
|
|
4193
4219
|
}
|
|
4194
|
-
),
|
|
4220
|
+
), n0 = ({
|
|
4195
4221
|
className: s,
|
|
4196
4222
|
color: e = c.GREY_DARK_5,
|
|
4197
4223
|
height: t = 24,
|
|
@@ -4218,7 +4244,7 @@ const P2 = (s, e) => {
|
|
|
4218
4244
|
}
|
|
4219
4245
|
)
|
|
4220
4246
|
}
|
|
4221
|
-
),
|
|
4247
|
+
), l0 = ({
|
|
4222
4248
|
className: s,
|
|
4223
4249
|
color: e = c.GREY_DARK_5,
|
|
4224
4250
|
height: t = 24,
|
|
@@ -4277,7 +4303,7 @@ const P2 = (s, e) => {
|
|
|
4277
4303
|
)
|
|
4278
4304
|
]
|
|
4279
4305
|
}
|
|
4280
|
-
),
|
|
4306
|
+
), r0 = ({
|
|
4281
4307
|
className: s,
|
|
4282
4308
|
color: e = c.GREY_DARK_5,
|
|
4283
4309
|
height: t = 24,
|
|
@@ -4314,7 +4340,7 @@ const P2 = (s, e) => {
|
|
|
4314
4340
|
)
|
|
4315
4341
|
]
|
|
4316
4342
|
}
|
|
4317
|
-
),
|
|
4343
|
+
), a0 = ({
|
|
4318
4344
|
className: s,
|
|
4319
4345
|
color: e = c.GREY_DARK_3,
|
|
4320
4346
|
height: t = 14,
|
|
@@ -4351,7 +4377,7 @@ const P2 = (s, e) => {
|
|
|
4351
4377
|
)
|
|
4352
4378
|
]
|
|
4353
4379
|
}
|
|
4354
|
-
),
|
|
4380
|
+
), h0 = ({
|
|
4355
4381
|
className: s,
|
|
4356
4382
|
color: e = c.GREY_DARK_5,
|
|
4357
4383
|
height: t = 18,
|
|
@@ -4378,7 +4404,7 @@ const P2 = (s, e) => {
|
|
|
4378
4404
|
}
|
|
4379
4405
|
)
|
|
4380
4406
|
}
|
|
4381
|
-
),
|
|
4407
|
+
), c0 = ({
|
|
4382
4408
|
className: s,
|
|
4383
4409
|
color: e = c.GREY_DARK_5,
|
|
4384
4410
|
height: t = 24,
|
|
@@ -4430,7 +4456,7 @@ const P2 = (s, e) => {
|
|
|
4430
4456
|
)
|
|
4431
4457
|
]
|
|
4432
4458
|
}
|
|
4433
|
-
),
|
|
4459
|
+
), C0 = ({
|
|
4434
4460
|
className: s,
|
|
4435
4461
|
color: e = c.GREY_DARK_5,
|
|
4436
4462
|
height: t = 24,
|
|
@@ -4467,7 +4493,7 @@ const P2 = (s, e) => {
|
|
|
4467
4493
|
)
|
|
4468
4494
|
]
|
|
4469
4495
|
}
|
|
4470
|
-
),
|
|
4496
|
+
), d0 = ({
|
|
4471
4497
|
className: s,
|
|
4472
4498
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
4473
4499
|
height: t = 37,
|
|
@@ -4506,7 +4532,7 @@ const P2 = (s, e) => {
|
|
|
4506
4532
|
)
|
|
4507
4533
|
]
|
|
4508
4534
|
}
|
|
4509
|
-
),
|
|
4535
|
+
), g0 = ({
|
|
4510
4536
|
className: s,
|
|
4511
4537
|
color: e = c.GREY_DARK_5,
|
|
4512
4538
|
height: t = 24,
|
|
@@ -4532,7 +4558,7 @@ const P2 = (s, e) => {
|
|
|
4532
4558
|
}
|
|
4533
4559
|
)
|
|
4534
4560
|
}
|
|
4535
|
-
),
|
|
4561
|
+
), u0 = ({
|
|
4536
4562
|
className: s,
|
|
4537
4563
|
color: e = c.GREY_DARK_5,
|
|
4538
4564
|
height: t = 24,
|
|
@@ -4571,7 +4597,7 @@ const P2 = (s, e) => {
|
|
|
4571
4597
|
)
|
|
4572
4598
|
]
|
|
4573
4599
|
}
|
|
4574
|
-
),
|
|
4600
|
+
), w0 = ({
|
|
4575
4601
|
className: s,
|
|
4576
4602
|
color: e = c.GREY_DARK_5,
|
|
4577
4603
|
height: t = 20,
|
|
@@ -4604,7 +4630,7 @@ const P2 = (s, e) => {
|
|
|
4604
4630
|
)
|
|
4605
4631
|
]
|
|
4606
4632
|
}
|
|
4607
|
-
),
|
|
4633
|
+
), p0 = ({
|
|
4608
4634
|
className: s,
|
|
4609
4635
|
color: e = c.GREY_DARK_5,
|
|
4610
4636
|
height: t = 24,
|
|
@@ -4673,7 +4699,7 @@ const P2 = (s, e) => {
|
|
|
4673
4699
|
)
|
|
4674
4700
|
]
|
|
4675
4701
|
}
|
|
4676
|
-
),
|
|
4702
|
+
), f0 = ({
|
|
4677
4703
|
className: s,
|
|
4678
4704
|
color: e = c.GREY_DARK_5,
|
|
4679
4705
|
height: t = 24,
|
|
@@ -4730,7 +4756,7 @@ const P2 = (s, e) => {
|
|
|
4730
4756
|
)
|
|
4731
4757
|
]
|
|
4732
4758
|
}
|
|
4733
|
-
),
|
|
4759
|
+
), L0 = ({
|
|
4734
4760
|
className: s,
|
|
4735
4761
|
color: e = c.GREY_DARK_5,
|
|
4736
4762
|
height: t = 24,
|
|
@@ -4779,7 +4805,7 @@ const P2 = (s, e) => {
|
|
|
4779
4805
|
)
|
|
4780
4806
|
]
|
|
4781
4807
|
}
|
|
4782
|
-
),
|
|
4808
|
+
), m0 = ({
|
|
4783
4809
|
className: s,
|
|
4784
4810
|
color: e = c.GREY_DARK_5,
|
|
4785
4811
|
height: t = 24,
|
|
@@ -4806,7 +4832,7 @@ const P2 = (s, e) => {
|
|
|
4806
4832
|
}
|
|
4807
4833
|
)
|
|
4808
4834
|
}
|
|
4809
|
-
),
|
|
4835
|
+
), k0 = ({
|
|
4810
4836
|
className: s,
|
|
4811
4837
|
color: e = c.GREY_DARK_5,
|
|
4812
4838
|
height: t = 20,
|
|
@@ -4835,7 +4861,7 @@ const P2 = (s, e) => {
|
|
|
4835
4861
|
)
|
|
4836
4862
|
]
|
|
4837
4863
|
}
|
|
4838
|
-
),
|
|
4864
|
+
), v0 = ({
|
|
4839
4865
|
className: s,
|
|
4840
4866
|
color: e = "#001E52",
|
|
4841
4867
|
height: t = 24,
|
|
@@ -4861,7 +4887,7 @@ const P2 = (s, e) => {
|
|
|
4861
4887
|
}
|
|
4862
4888
|
)
|
|
4863
4889
|
}
|
|
4864
|
-
),
|
|
4890
|
+
), N0 = ({
|
|
4865
4891
|
className: s,
|
|
4866
4892
|
color: e = "#001E52",
|
|
4867
4893
|
height: t = 24,
|
|
@@ -4899,7 +4925,7 @@ const P2 = (s, e) => {
|
|
|
4899
4925
|
)
|
|
4900
4926
|
] }) })
|
|
4901
4927
|
}
|
|
4902
|
-
),
|
|
4928
|
+
), x0 = ({
|
|
4903
4929
|
width: s = 20,
|
|
4904
4930
|
height: e = 20,
|
|
4905
4931
|
color: t = c.GREY_DARK_5,
|
|
@@ -4923,7 +4949,7 @@ const P2 = (s, e) => {
|
|
|
4923
4949
|
}
|
|
4924
4950
|
)
|
|
4925
4951
|
}
|
|
4926
|
-
),
|
|
4952
|
+
), M0 = ({
|
|
4927
4953
|
width: s = 24,
|
|
4928
4954
|
height: e = 24,
|
|
4929
4955
|
color: t = "#131314",
|
|
@@ -4956,7 +4982,7 @@ const P2 = (s, e) => {
|
|
|
4956
4982
|
)
|
|
4957
4983
|
]
|
|
4958
4984
|
}
|
|
4959
|
-
),
|
|
4985
|
+
), R0 = ({
|
|
4960
4986
|
width: s = 20,
|
|
4961
4987
|
height: e = 20,
|
|
4962
4988
|
color: t = c.GREY_DARK_5,
|
|
@@ -4989,7 +5015,7 @@ const P2 = (s, e) => {
|
|
|
4989
5015
|
)
|
|
4990
5016
|
]
|
|
4991
5017
|
}
|
|
4992
|
-
),
|
|
5018
|
+
), V0 = ({
|
|
4993
5019
|
width: s = 24,
|
|
4994
5020
|
height: e = 24,
|
|
4995
5021
|
color: t = c.GREY_DARK_2,
|
|
@@ -5029,7 +5055,7 @@ const P2 = (s, e) => {
|
|
|
5029
5055
|
)
|
|
5030
5056
|
]
|
|
5031
5057
|
}
|
|
5032
|
-
),
|
|
5058
|
+
), Z0 = ({
|
|
5033
5059
|
width: s = 24,
|
|
5034
5060
|
height: e = 24,
|
|
5035
5061
|
color: t = c.GREY_DARK_2,
|
|
@@ -5056,7 +5082,7 @@ const P2 = (s, e) => {
|
|
|
5056
5082
|
}
|
|
5057
5083
|
)
|
|
5058
5084
|
}
|
|
5059
|
-
),
|
|
5085
|
+
), H0 = ({
|
|
5060
5086
|
width: s = 24,
|
|
5061
5087
|
height: e = 24,
|
|
5062
5088
|
color: t = c.GREY_DARK_2,
|
|
@@ -5083,7 +5109,31 @@ const P2 = (s, e) => {
|
|
|
5083
5109
|
}
|
|
5084
5110
|
)
|
|
5085
5111
|
}
|
|
5086
|
-
),
|
|
5112
|
+
), _0 = ({
|
|
5113
|
+
width: s = 20,
|
|
5114
|
+
height: e = 20,
|
|
5115
|
+
color: t = c.GREY_DARK_5,
|
|
5116
|
+
className: i,
|
|
5117
|
+
onClick: o
|
|
5118
|
+
}) => /* @__PURE__ */ n(
|
|
5119
|
+
"svg",
|
|
5120
|
+
{
|
|
5121
|
+
width: s,
|
|
5122
|
+
height: e,
|
|
5123
|
+
viewBox: "0 0 24 24",
|
|
5124
|
+
fill: "none",
|
|
5125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5126
|
+
className: i,
|
|
5127
|
+
onClick: o,
|
|
5128
|
+
children: /* @__PURE__ */ n(
|
|
5129
|
+
"path",
|
|
5130
|
+
{
|
|
5131
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
5132
|
+
fill: t
|
|
5133
|
+
}
|
|
5134
|
+
)
|
|
5135
|
+
}
|
|
5136
|
+
), b0 = ({
|
|
5087
5137
|
name: s,
|
|
5088
5138
|
width: e,
|
|
5089
5139
|
height: t,
|
|
@@ -5096,35 +5146,35 @@ const P2 = (s, e) => {
|
|
|
5096
5146
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
5097
5147
|
switch (s) {
|
|
5098
5148
|
case "nextIcon":
|
|
5099
|
-
return q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5100
|
-
case "prevIcon":
|
|
5101
5149
|
return X7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
|
+
case "prevIcon":
|
|
5151
|
+
return e0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5102
5152
|
case "arrowDown":
|
|
5103
|
-
return L7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5104
|
-
case "info":
|
|
5105
5153
|
return m7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5106
|
-
case "
|
|
5154
|
+
case "info":
|
|
5107
5155
|
return k7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
|
+
case "arrowRight":
|
|
5157
|
+
return v7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5108
5158
|
case "calendar":
|
|
5109
|
-
return R7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5110
|
-
case "check":
|
|
5111
5159
|
return V7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5112
|
-
case "
|
|
5160
|
+
case "check":
|
|
5113
5161
|
return Z7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5114
|
-
case "
|
|
5162
|
+
case "cancel":
|
|
5115
5163
|
return H7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5116
|
-
case "
|
|
5164
|
+
case "add":
|
|
5117
5165
|
return _7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5118
|
-
case "
|
|
5166
|
+
case "list":
|
|
5119
5167
|
return b7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5120
|
-
case "
|
|
5168
|
+
case "dragAndDrop":
|
|
5121
5169
|
return y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5122
|
-
case "
|
|
5170
|
+
case "filter":
|
|
5123
5171
|
return E7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5124
|
-
case "
|
|
5172
|
+
case "attention":
|
|
5125
5173
|
return A7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5174
|
+
case "users":
|
|
5175
|
+
return D7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5126
5176
|
case "mySkillsMatrix":
|
|
5127
|
-
return
|
|
5177
|
+
return K7({
|
|
5128
5178
|
width: e,
|
|
5129
5179
|
height: t,
|
|
5130
5180
|
color: r,
|
|
@@ -5132,9 +5182,9 @@ const P2 = (s, e) => {
|
|
|
5132
5182
|
onClick: l
|
|
5133
5183
|
});
|
|
5134
5184
|
case "skills":
|
|
5135
|
-
return
|
|
5185
|
+
return B7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5136
5186
|
case "skillsMatrices":
|
|
5137
|
-
return
|
|
5187
|
+
return G7({
|
|
5138
5188
|
width: e,
|
|
5139
5189
|
height: t,
|
|
5140
5190
|
color: r,
|
|
@@ -5144,19 +5194,19 @@ const P2 = (s, e) => {
|
|
|
5144
5194
|
case "history":
|
|
5145
5195
|
return S7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5146
5196
|
case "logOut":
|
|
5147
|
-
return G7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5148
|
-
case "settings":
|
|
5149
5197
|
return Y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
|
-
case "
|
|
5198
|
+
case "settings":
|
|
5151
5199
|
return I7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5152
|
-
case "
|
|
5200
|
+
case "trash":
|
|
5153
5201
|
return O7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5154
|
-
case "
|
|
5202
|
+
case "settings2":
|
|
5155
5203
|
return j7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
|
-
case "
|
|
5204
|
+
case "checkCircle":
|
|
5157
5205
|
return W7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
|
+
case "cancelCircle":
|
|
5207
|
+
return $7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5158
5208
|
case "visibilityIcon":
|
|
5159
|
-
return
|
|
5209
|
+
return T7({
|
|
5160
5210
|
width: e,
|
|
5161
5211
|
height: t,
|
|
5162
5212
|
color: r,
|
|
@@ -5164,7 +5214,7 @@ const P2 = (s, e) => {
|
|
|
5164
5214
|
onClick: l
|
|
5165
5215
|
});
|
|
5166
5216
|
case "visibilityOffIcon":
|
|
5167
|
-
return
|
|
5217
|
+
return P7({
|
|
5168
5218
|
width: e,
|
|
5169
5219
|
height: t,
|
|
5170
5220
|
color: r,
|
|
@@ -5172,7 +5222,7 @@ const P2 = (s, e) => {
|
|
|
5172
5222
|
onClick: l
|
|
5173
5223
|
});
|
|
5174
5224
|
case "selectArrowIcon":
|
|
5175
|
-
return
|
|
5225
|
+
return F7({
|
|
5176
5226
|
width: e,
|
|
5177
5227
|
height: t,
|
|
5178
5228
|
color: r,
|
|
@@ -5180,7 +5230,7 @@ const P2 = (s, e) => {
|
|
|
5180
5230
|
onClick: l
|
|
5181
5231
|
});
|
|
5182
5232
|
case "expandArrowIcon":
|
|
5183
|
-
return
|
|
5233
|
+
return U7({
|
|
5184
5234
|
width: e,
|
|
5185
5235
|
height: t,
|
|
5186
5236
|
color: r,
|
|
@@ -5188,7 +5238,7 @@ const P2 = (s, e) => {
|
|
|
5188
5238
|
onClick: l
|
|
5189
5239
|
});
|
|
5190
5240
|
case "expandActiveArrowIcon":
|
|
5191
|
-
return
|
|
5241
|
+
return z7({
|
|
5192
5242
|
width: e,
|
|
5193
5243
|
height: t,
|
|
5194
5244
|
color: r,
|
|
@@ -5196,75 +5246,77 @@ const P2 = (s, e) => {
|
|
|
5196
5246
|
onClick: l
|
|
5197
5247
|
});
|
|
5198
5248
|
case "sortUp":
|
|
5199
|
-
return z7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5200
|
-
case "sortDown":
|
|
5201
5249
|
return J7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5202
|
-
case "
|
|
5250
|
+
case "sortDown":
|
|
5203
5251
|
return Q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
|
+
case "search":
|
|
5253
|
+
return q7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5204
5254
|
case "arrowUpFilled":
|
|
5205
|
-
return
|
|
5255
|
+
return i0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
5256
|
case "arrowDownFilled":
|
|
5207
|
-
return
|
|
5257
|
+
return t0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5208
5258
|
case "arrow2Up":
|
|
5209
|
-
return v7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5210
|
-
case "arrow2Right":
|
|
5211
5259
|
return N7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5212
|
-
case "
|
|
5260
|
+
case "arrow2Right":
|
|
5213
5261
|
return x7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5214
|
-
case "
|
|
5262
|
+
case "arrow2Down":
|
|
5215
5263
|
return M7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
|
+
case "arrow2Left":
|
|
5265
|
+
return R7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5216
5266
|
case "link":
|
|
5217
|
-
return
|
|
5267
|
+
return s0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5218
5268
|
case "telegram":
|
|
5219
|
-
return
|
|
5269
|
+
return n0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5220
5270
|
case "mail":
|
|
5221
|
-
return
|
|
5271
|
+
return r0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5222
5272
|
case "github":
|
|
5223
|
-
return
|
|
5273
|
+
return o0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5224
5274
|
case "linkedIn":
|
|
5225
|
-
return
|
|
5275
|
+
return l0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5226
5276
|
case "emptyStateIcon":
|
|
5227
|
-
return r0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5228
|
-
case "filtersIcon":
|
|
5229
5277
|
return a0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5230
|
-
case "
|
|
5278
|
+
case "filtersIcon":
|
|
5231
5279
|
return h0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5232
|
-
case "
|
|
5280
|
+
case "dotMenuIcon":
|
|
5233
5281
|
return c0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5234
|
-
case "
|
|
5282
|
+
case "plusCircle":
|
|
5235
5283
|
return C0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5236
|
-
case "
|
|
5284
|
+
case "warning":
|
|
5237
5285
|
return d0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5238
|
-
case "
|
|
5286
|
+
case "back":
|
|
5239
5287
|
return g0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5240
|
-
case "
|
|
5288
|
+
case "bell":
|
|
5241
5289
|
return u0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5242
|
-
case "
|
|
5290
|
+
case "copy":
|
|
5243
5291
|
return w0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5244
|
-
case "
|
|
5292
|
+
case "contract":
|
|
5245
5293
|
return p0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5246
|
-
case "
|
|
5294
|
+
case "resourceManager":
|
|
5247
5295
|
return f0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5248
|
-
case "
|
|
5296
|
+
case "image":
|
|
5249
5297
|
return L0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5250
|
-
case "
|
|
5298
|
+
case "edit":
|
|
5251
5299
|
return m0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
|
-
case "
|
|
5300
|
+
case "filledArrowRight":
|
|
5253
5301
|
return k0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5254
|
-
case "
|
|
5302
|
+
case "burgerMenu":
|
|
5255
5303
|
return v0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5256
|
-
case "
|
|
5304
|
+
case "refresh":
|
|
5257
5305
|
return N0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5306
|
+
case "projects":
|
|
5307
|
+
return x0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5258
5308
|
case "user":
|
|
5259
|
-
return
|
|
5309
|
+
return R0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5260
5310
|
case "exit":
|
|
5261
|
-
return
|
|
5311
|
+
return M0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5262
5312
|
case "openPointCircle":
|
|
5263
|
-
return R0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
|
-
case "community":
|
|
5265
5313
|
return V0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5266
|
-
case "
|
|
5314
|
+
case "community":
|
|
5267
5315
|
return Z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5316
|
+
case "docs":
|
|
5317
|
+
return H0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5318
|
+
case "unpaidLeave":
|
|
5319
|
+
return _0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5268
5320
|
default:
|
|
5269
5321
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
5270
5322
|
}
|
|
@@ -5285,7 +5337,7 @@ const P2 = (s, e) => {
|
|
|
5285
5337
|
{
|
|
5286
5338
|
className: `snmt-tag ${t} ${h ? "disabled" : ""}`,
|
|
5287
5339
|
closeIcon: /* @__PURE__ */ n(
|
|
5288
|
-
|
|
5340
|
+
b0,
|
|
5289
5341
|
{
|
|
5290
5342
|
name: "cancelCircle",
|
|
5291
5343
|
color: h ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5298,7 +5350,7 @@ const P2 = (s, e) => {
|
|
|
5298
5350
|
style: { width: e ?? "fit-content" },
|
|
5299
5351
|
closable: o,
|
|
5300
5352
|
children: typeof s == "string" ? /* @__PURE__ */ n(
|
|
5301
|
-
|
|
5353
|
+
L7,
|
|
5302
5354
|
{
|
|
5303
5355
|
variant: t === "small" ? "body4" : "body2",
|
|
5304
5356
|
color: h ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5307,12 +5359,12 @@ const P2 = (s, e) => {
|
|
|
5307
5359
|
) : s
|
|
5308
5360
|
}
|
|
5309
5361
|
);
|
|
5310
|
-
}, { Title:
|
|
5362
|
+
}, { Title: y0, Text: E0 } = d1, A0 = {
|
|
5311
5363
|
h1: 1,
|
|
5312
5364
|
h2: 2,
|
|
5313
5365
|
h3: 3,
|
|
5314
5366
|
h4: 4
|
|
5315
|
-
},
|
|
5367
|
+
}, D0 = q(
|
|
5316
5368
|
({
|
|
5317
5369
|
align: s = "inherit",
|
|
5318
5370
|
variant: e = "body1",
|
|
@@ -5354,9 +5406,9 @@ const P2 = (s, e) => {
|
|
|
5354
5406
|
}
|
|
5355
5407
|
} : void 0
|
|
5356
5408
|
};
|
|
5357
|
-
return u ? /* @__PURE__ */ n(
|
|
5409
|
+
return u ? /* @__PURE__ */ n(y0, { level: A0[e], ...f, children: i }) : /* @__PURE__ */ n(E0, { ...f, children: i });
|
|
5358
5410
|
}
|
|
5359
|
-
),
|
|
5411
|
+
), K0 = ({
|
|
5360
5412
|
children: s,
|
|
5361
5413
|
content: e,
|
|
5362
5414
|
isOpen: t,
|
|
@@ -5381,7 +5433,7 @@ const P2 = (s, e) => {
|
|
|
5381
5433
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: s })
|
|
5382
5434
|
}
|
|
5383
5435
|
);
|
|
5384
|
-
}, { Title:
|
|
5436
|
+
}, { Title: B0, Text: G0 } = d1, S0 = {
|
|
5385
5437
|
h1: 1,
|
|
5386
5438
|
h2: 2,
|
|
5387
5439
|
h3: 3,
|
|
@@ -5428,9 +5480,9 @@ const P2 = (s, e) => {
|
|
|
5428
5480
|
}
|
|
5429
5481
|
} : void 0
|
|
5430
5482
|
};
|
|
5431
|
-
return u ? /* @__PURE__ */ n(
|
|
5483
|
+
return u ? /* @__PURE__ */ n(B0, { level: S0[e], ...f, children: i }) : /* @__PURE__ */ n(G0, { ...f, children: i });
|
|
5432
5484
|
}
|
|
5433
|
-
),
|
|
5485
|
+
), Y0 = ({
|
|
5434
5486
|
width: s = 20,
|
|
5435
5487
|
height: e = 20,
|
|
5436
5488
|
color: t = "#001E52",
|
|
@@ -5457,7 +5509,7 @@ const P2 = (s, e) => {
|
|
|
5457
5509
|
}
|
|
5458
5510
|
)
|
|
5459
5511
|
}
|
|
5460
|
-
),
|
|
5512
|
+
), I0 = ({
|
|
5461
5513
|
width: s = 20,
|
|
5462
5514
|
height: e = 20,
|
|
5463
5515
|
color: t = c.GREY_DARK_5,
|
|
@@ -5497,7 +5549,7 @@ const P2 = (s, e) => {
|
|
|
5497
5549
|
)
|
|
5498
5550
|
]
|
|
5499
5551
|
}
|
|
5500
|
-
),
|
|
5552
|
+
), O0 = ({
|
|
5501
5553
|
width: s = 20,
|
|
5502
5554
|
height: e = 20,
|
|
5503
5555
|
color: t = "#001E52",
|
|
@@ -5532,7 +5584,7 @@ const P2 = (s, e) => {
|
|
|
5532
5584
|
)
|
|
5533
5585
|
]
|
|
5534
5586
|
}
|
|
5535
|
-
),
|
|
5587
|
+
), j0 = ({
|
|
5536
5588
|
width: s = 20,
|
|
5537
5589
|
height: e = 20,
|
|
5538
5590
|
color: t = c.GREY_DARK_5,
|
|
@@ -5559,7 +5611,7 @@ const P2 = (s, e) => {
|
|
|
5559
5611
|
/* @__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)" }) }) })
|
|
5560
5612
|
]
|
|
5561
5613
|
}
|
|
5562
|
-
),
|
|
5614
|
+
), W0 = ({
|
|
5563
5615
|
width: s = 20,
|
|
5564
5616
|
height: e = 20,
|
|
5565
5617
|
color: t = c.GREY_DARK_5,
|
|
@@ -5583,7 +5635,7 @@ const P2 = (s, e) => {
|
|
|
5583
5635
|
}
|
|
5584
5636
|
)
|
|
5585
5637
|
}
|
|
5586
|
-
),
|
|
5638
|
+
), $0 = ({
|
|
5587
5639
|
width: s = 20,
|
|
5588
5640
|
height: e = 20,
|
|
5589
5641
|
color: t = c.GREY_DARK_5,
|
|
@@ -5610,7 +5662,7 @@ const P2 = (s, e) => {
|
|
|
5610
5662
|
/* @__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)" }) }) })
|
|
5611
5663
|
]
|
|
5612
5664
|
}
|
|
5613
|
-
),
|
|
5665
|
+
), T0 = ({
|
|
5614
5666
|
width: s = 20,
|
|
5615
5667
|
height: e = 20,
|
|
5616
5668
|
color: t = c.GREY_DARK_5,
|
|
@@ -5634,7 +5686,7 @@ const P2 = (s, e) => {
|
|
|
5634
5686
|
}
|
|
5635
5687
|
)
|
|
5636
5688
|
}
|
|
5637
|
-
),
|
|
5689
|
+
), P0 = ({
|
|
5638
5690
|
width: s = 20,
|
|
5639
5691
|
height: e = 20,
|
|
5640
5692
|
color: t = c.GREY_DARK_5,
|
|
@@ -5681,7 +5733,7 @@ const P2 = (s, e) => {
|
|
|
5681
5733
|
)
|
|
5682
5734
|
]
|
|
5683
5735
|
}
|
|
5684
|
-
),
|
|
5736
|
+
), F0 = ({
|
|
5685
5737
|
width: s = 20,
|
|
5686
5738
|
height: e = 20,
|
|
5687
5739
|
color: t = c.GREY_DARK_5,
|
|
@@ -5705,7 +5757,7 @@ const P2 = (s, e) => {
|
|
|
5705
5757
|
}
|
|
5706
5758
|
)
|
|
5707
5759
|
}
|
|
5708
|
-
),
|
|
5760
|
+
), U0 = ({
|
|
5709
5761
|
width: s = 20,
|
|
5710
5762
|
height: e = 20,
|
|
5711
5763
|
color: t = c.GREY_DARK_5,
|
|
@@ -5729,7 +5781,7 @@ const P2 = (s, e) => {
|
|
|
5729
5781
|
}
|
|
5730
5782
|
)
|
|
5731
5783
|
}
|
|
5732
|
-
),
|
|
5784
|
+
), z0 = ({
|
|
5733
5785
|
width: s = 20,
|
|
5734
5786
|
height: e = 20,
|
|
5735
5787
|
color: t = c.GREY_DARK_5,
|
|
@@ -5753,7 +5805,7 @@ const P2 = (s, e) => {
|
|
|
5753
5805
|
}
|
|
5754
5806
|
)
|
|
5755
5807
|
}
|
|
5756
|
-
),
|
|
5808
|
+
), J0 = ({
|
|
5757
5809
|
width: s = 20,
|
|
5758
5810
|
height: e = 20,
|
|
5759
5811
|
color: t = c.GREY_DARK_5,
|
|
@@ -5814,7 +5866,7 @@ const P2 = (s, e) => {
|
|
|
5814
5866
|
)
|
|
5815
5867
|
]
|
|
5816
5868
|
}
|
|
5817
|
-
),
|
|
5869
|
+
), Q0 = ({
|
|
5818
5870
|
width: s = 20,
|
|
5819
5871
|
height: e = 20,
|
|
5820
5872
|
color: t = c.GREY_DARK_5,
|
|
@@ -5861,7 +5913,7 @@ const P2 = (s, e) => {
|
|
|
5861
5913
|
)
|
|
5862
5914
|
]
|
|
5863
5915
|
}
|
|
5864
|
-
),
|
|
5916
|
+
), q0 = ({
|
|
5865
5917
|
width: s = 20,
|
|
5866
5918
|
height: e = 20,
|
|
5867
5919
|
color: t = c.GREY_DARK_5,
|
|
@@ -5901,7 +5953,7 @@ const P2 = (s, e) => {
|
|
|
5901
5953
|
)
|
|
5902
5954
|
]
|
|
5903
5955
|
}
|
|
5904
|
-
),
|
|
5956
|
+
), X0 = ({
|
|
5905
5957
|
width: s = 20,
|
|
5906
5958
|
height: e = 20,
|
|
5907
5959
|
color: t = c.GREY_DARK_5,
|
|
@@ -5941,7 +5993,7 @@ const P2 = (s, e) => {
|
|
|
5941
5993
|
)
|
|
5942
5994
|
]
|
|
5943
5995
|
}
|
|
5944
|
-
),
|
|
5996
|
+
), e9 = ({
|
|
5945
5997
|
width: s = 20,
|
|
5946
5998
|
height: e = 20,
|
|
5947
5999
|
color: t = c.GREY_DARK_5,
|
|
@@ -5988,7 +6040,7 @@ const P2 = (s, e) => {
|
|
|
5988
6040
|
)
|
|
5989
6041
|
]
|
|
5990
6042
|
}
|
|
5991
|
-
),
|
|
6043
|
+
), t9 = ({
|
|
5992
6044
|
width: s = 20,
|
|
5993
6045
|
height: e = 20,
|
|
5994
6046
|
color: t = c.GREY_DARK_5,
|
|
@@ -6035,7 +6087,7 @@ const P2 = (s, e) => {
|
|
|
6035
6087
|
)
|
|
6036
6088
|
]
|
|
6037
6089
|
}
|
|
6038
|
-
),
|
|
6090
|
+
), i9 = ({
|
|
6039
6091
|
width: s = 20,
|
|
6040
6092
|
height: e = 20,
|
|
6041
6093
|
color: t = c.GREY_DARK_5,
|
|
@@ -6082,7 +6134,7 @@ const P2 = (s, e) => {
|
|
|
6082
6134
|
)
|
|
6083
6135
|
]
|
|
6084
6136
|
}
|
|
6085
|
-
),
|
|
6137
|
+
), s9 = ({
|
|
6086
6138
|
width: s = 20,
|
|
6087
6139
|
height: e = 20,
|
|
6088
6140
|
color: t = c.GREY_DARK_5,
|
|
@@ -6122,7 +6174,7 @@ const P2 = (s, e) => {
|
|
|
6122
6174
|
)
|
|
6123
6175
|
]
|
|
6124
6176
|
}
|
|
6125
|
-
),
|
|
6177
|
+
), o9 = ({
|
|
6126
6178
|
width: s = 20,
|
|
6127
6179
|
height: e = 20,
|
|
6128
6180
|
color: t = c.GREY_DARK_5,
|
|
@@ -6155,7 +6207,7 @@ const P2 = (s, e) => {
|
|
|
6155
6207
|
)
|
|
6156
6208
|
]
|
|
6157
6209
|
}
|
|
6158
|
-
),
|
|
6210
|
+
), n9 = ({
|
|
6159
6211
|
width: s = 20,
|
|
6160
6212
|
height: e = 20,
|
|
6161
6213
|
color: t = c.GREY_DARK_5,
|
|
@@ -6188,7 +6240,7 @@ const P2 = (s, e) => {
|
|
|
6188
6240
|
)
|
|
6189
6241
|
]
|
|
6190
6242
|
}
|
|
6191
|
-
),
|
|
6243
|
+
), l9 = ({
|
|
6192
6244
|
width: s = 20,
|
|
6193
6245
|
height: e = 20,
|
|
6194
6246
|
color: t = c.GREY_DARK_5,
|
|
@@ -6221,7 +6273,7 @@ const P2 = (s, e) => {
|
|
|
6221
6273
|
)
|
|
6222
6274
|
]
|
|
6223
6275
|
}
|
|
6224
|
-
),
|
|
6276
|
+
), r9 = ({
|
|
6225
6277
|
width: s = 20,
|
|
6226
6278
|
height: e = 20,
|
|
6227
6279
|
color: t = c.GREY_DARK_5,
|
|
@@ -6254,7 +6306,7 @@ const P2 = (s, e) => {
|
|
|
6254
6306
|
)
|
|
6255
6307
|
]
|
|
6256
6308
|
}
|
|
6257
|
-
),
|
|
6309
|
+
), a9 = ({
|
|
6258
6310
|
width: s = 20,
|
|
6259
6311
|
height: e = 20,
|
|
6260
6312
|
color: t = c.GREY_DARK_5,
|
|
@@ -6294,7 +6346,7 @@ const P2 = (s, e) => {
|
|
|
6294
6346
|
)
|
|
6295
6347
|
]
|
|
6296
6348
|
}
|
|
6297
|
-
),
|
|
6349
|
+
), h9 = ({
|
|
6298
6350
|
width: s = 20,
|
|
6299
6351
|
height: e = 20,
|
|
6300
6352
|
color: t = c.GREY_DARK_5,
|
|
@@ -6327,7 +6379,7 @@ const P2 = (s, e) => {
|
|
|
6327
6379
|
)
|
|
6328
6380
|
]
|
|
6329
6381
|
}
|
|
6330
|
-
),
|
|
6382
|
+
), c9 = ({
|
|
6331
6383
|
width: s = 20,
|
|
6332
6384
|
height: e = 20,
|
|
6333
6385
|
color: t = c.GREY_DARK_5,
|
|
@@ -6360,7 +6412,7 @@ const P2 = (s, e) => {
|
|
|
6360
6412
|
)
|
|
6361
6413
|
]
|
|
6362
6414
|
}
|
|
6363
|
-
),
|
|
6415
|
+
), C9 = ({
|
|
6364
6416
|
width: s = 20,
|
|
6365
6417
|
height: e = 20,
|
|
6366
6418
|
color: t = "#070739",
|
|
@@ -6390,7 +6442,7 @@ const P2 = (s, e) => {
|
|
|
6390
6442
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6391
6443
|
]
|
|
6392
6444
|
}
|
|
6393
|
-
),
|
|
6445
|
+
), d9 = ({
|
|
6394
6446
|
width: s = 20,
|
|
6395
6447
|
height: e = 20,
|
|
6396
6448
|
color: t = "#070739",
|
|
@@ -6428,7 +6480,7 @@ const P2 = (s, e) => {
|
|
|
6428
6480
|
)
|
|
6429
6481
|
]
|
|
6430
6482
|
}
|
|
6431
|
-
),
|
|
6483
|
+
), g9 = ({
|
|
6432
6484
|
width: s = 9,
|
|
6433
6485
|
height: e = 5,
|
|
6434
6486
|
color: t = "#001E52",
|
|
@@ -6454,7 +6506,7 @@ const P2 = (s, e) => {
|
|
|
6454
6506
|
}
|
|
6455
6507
|
)
|
|
6456
6508
|
}
|
|
6457
|
-
),
|
|
6509
|
+
), u9 = ({
|
|
6458
6510
|
width: s = 20,
|
|
6459
6511
|
height: e = 20,
|
|
6460
6512
|
color: t = "#F2F2F7",
|
|
@@ -6483,7 +6535,7 @@ const P2 = (s, e) => {
|
|
|
6483
6535
|
)
|
|
6484
6536
|
]
|
|
6485
6537
|
}
|
|
6486
|
-
),
|
|
6538
|
+
), w9 = ({
|
|
6487
6539
|
width: s = 20,
|
|
6488
6540
|
height: e = 20,
|
|
6489
6541
|
color: t = "#004ED7",
|
|
@@ -6512,7 +6564,7 @@ const P2 = (s, e) => {
|
|
|
6512
6564
|
)
|
|
6513
6565
|
]
|
|
6514
6566
|
}
|
|
6515
|
-
),
|
|
6567
|
+
), p9 = ({
|
|
6516
6568
|
width: s = 10,
|
|
6517
6569
|
height: e = 10,
|
|
6518
6570
|
color: t = "#001E52",
|
|
@@ -6541,7 +6593,7 @@ const P2 = (s, e) => {
|
|
|
6541
6593
|
)
|
|
6542
6594
|
]
|
|
6543
6595
|
}
|
|
6544
|
-
),
|
|
6596
|
+
), f9 = ({
|
|
6545
6597
|
width: s = 10,
|
|
6546
6598
|
height: e = 10,
|
|
6547
6599
|
color: t = "#001E52",
|
|
@@ -6578,7 +6630,7 @@ const P2 = (s, e) => {
|
|
|
6578
6630
|
)
|
|
6579
6631
|
]
|
|
6580
6632
|
}
|
|
6581
|
-
),
|
|
6633
|
+
), L9 = ({
|
|
6582
6634
|
className: s,
|
|
6583
6635
|
color: e = c.GREY_DARK_5,
|
|
6584
6636
|
height: t = 20,
|
|
@@ -6611,7 +6663,7 @@ const P2 = (s, e) => {
|
|
|
6611
6663
|
)
|
|
6612
6664
|
]
|
|
6613
6665
|
}
|
|
6614
|
-
),
|
|
6666
|
+
), m9 = ({
|
|
6615
6667
|
className: s,
|
|
6616
6668
|
color: e = c.GREY_DARK_5,
|
|
6617
6669
|
height: t = 20,
|
|
@@ -6638,7 +6690,7 @@ const P2 = (s, e) => {
|
|
|
6638
6690
|
}
|
|
6639
6691
|
)
|
|
6640
6692
|
}
|
|
6641
|
-
),
|
|
6693
|
+
), k9 = ({
|
|
6642
6694
|
className: s,
|
|
6643
6695
|
color: e = c.GREY_DARK_5,
|
|
6644
6696
|
height: t = 20,
|
|
@@ -6665,7 +6717,7 @@ const P2 = (s, e) => {
|
|
|
6665
6717
|
}
|
|
6666
6718
|
)
|
|
6667
6719
|
}
|
|
6668
|
-
),
|
|
6720
|
+
), v9 = ({
|
|
6669
6721
|
className: s,
|
|
6670
6722
|
color: e = c.GREY_DARK_5,
|
|
6671
6723
|
height: t = 5,
|
|
@@ -6689,7 +6741,7 @@ const P2 = (s, e) => {
|
|
|
6689
6741
|
}
|
|
6690
6742
|
)
|
|
6691
6743
|
}
|
|
6692
|
-
),
|
|
6744
|
+
), N9 = ({
|
|
6693
6745
|
className: s,
|
|
6694
6746
|
color: e = c.GREY_DARK_5,
|
|
6695
6747
|
height: t = 5,
|
|
@@ -6714,7 +6766,7 @@ const P2 = (s, e) => {
|
|
|
6714
6766
|
}
|
|
6715
6767
|
)
|
|
6716
6768
|
}
|
|
6717
|
-
),
|
|
6769
|
+
), x9 = ({
|
|
6718
6770
|
className: s,
|
|
6719
6771
|
color: e = c.GREY_DARK_5,
|
|
6720
6772
|
height: t = 20,
|
|
@@ -6747,7 +6799,7 @@ const P2 = (s, e) => {
|
|
|
6747
6799
|
)
|
|
6748
6800
|
]
|
|
6749
6801
|
}
|
|
6750
|
-
),
|
|
6802
|
+
), M9 = ({
|
|
6751
6803
|
className: s,
|
|
6752
6804
|
color: e = c.GREY_DARK_5,
|
|
6753
6805
|
height: t = 24,
|
|
@@ -6786,7 +6838,7 @@ const P2 = (s, e) => {
|
|
|
6786
6838
|
)
|
|
6787
6839
|
]
|
|
6788
6840
|
}
|
|
6789
|
-
),
|
|
6841
|
+
), R9 = ({
|
|
6790
6842
|
className: s,
|
|
6791
6843
|
color: e = c.GREY_DARK_5,
|
|
6792
6844
|
height: t = 24,
|
|
@@ -6813,7 +6865,7 @@ const P2 = (s, e) => {
|
|
|
6813
6865
|
}
|
|
6814
6866
|
)
|
|
6815
6867
|
}
|
|
6816
|
-
),
|
|
6868
|
+
), V9 = ({
|
|
6817
6869
|
className: s,
|
|
6818
6870
|
color: e = c.GREY_DARK_5,
|
|
6819
6871
|
height: t = 24,
|
|
@@ -6872,7 +6924,7 @@ const P2 = (s, e) => {
|
|
|
6872
6924
|
)
|
|
6873
6925
|
]
|
|
6874
6926
|
}
|
|
6875
|
-
),
|
|
6927
|
+
), Z9 = ({
|
|
6876
6928
|
className: s,
|
|
6877
6929
|
color: e = c.GREY_DARK_5,
|
|
6878
6930
|
height: t = 24,
|
|
@@ -6909,7 +6961,7 @@ const P2 = (s, e) => {
|
|
|
6909
6961
|
)
|
|
6910
6962
|
]
|
|
6911
6963
|
}
|
|
6912
|
-
),
|
|
6964
|
+
), H9 = ({
|
|
6913
6965
|
className: s,
|
|
6914
6966
|
color: e = c.GREY_DARK_3,
|
|
6915
6967
|
height: t = 14,
|
|
@@ -6946,7 +6998,7 @@ const P2 = (s, e) => {
|
|
|
6946
6998
|
)
|
|
6947
6999
|
]
|
|
6948
7000
|
}
|
|
6949
|
-
),
|
|
7001
|
+
), _9 = ({
|
|
6950
7002
|
className: s,
|
|
6951
7003
|
color: e = c.GREY_DARK_5,
|
|
6952
7004
|
height: t = 18,
|
|
@@ -6973,7 +7025,7 @@ const P2 = (s, e) => {
|
|
|
6973
7025
|
}
|
|
6974
7026
|
)
|
|
6975
7027
|
}
|
|
6976
|
-
),
|
|
7028
|
+
), b9 = ({
|
|
6977
7029
|
className: s,
|
|
6978
7030
|
color: e = c.GREY_DARK_5,
|
|
6979
7031
|
height: t = 24,
|
|
@@ -7025,7 +7077,7 @@ const P2 = (s, e) => {
|
|
|
7025
7077
|
)
|
|
7026
7078
|
]
|
|
7027
7079
|
}
|
|
7028
|
-
),
|
|
7080
|
+
), y9 = ({
|
|
7029
7081
|
className: s,
|
|
7030
7082
|
color: e = c.GREY_DARK_5,
|
|
7031
7083
|
height: t = 24,
|
|
@@ -7062,7 +7114,7 @@ const P2 = (s, e) => {
|
|
|
7062
7114
|
)
|
|
7063
7115
|
]
|
|
7064
7116
|
}
|
|
7065
|
-
),
|
|
7117
|
+
), E9 = ({
|
|
7066
7118
|
className: s,
|
|
7067
7119
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
7068
7120
|
height: t = 37,
|
|
@@ -7101,7 +7153,7 @@ const P2 = (s, e) => {
|
|
|
7101
7153
|
)
|
|
7102
7154
|
]
|
|
7103
7155
|
}
|
|
7104
|
-
),
|
|
7156
|
+
), A9 = ({
|
|
7105
7157
|
className: s,
|
|
7106
7158
|
color: e = c.GREY_DARK_5,
|
|
7107
7159
|
height: t = 24,
|
|
@@ -7127,7 +7179,7 @@ const P2 = (s, e) => {
|
|
|
7127
7179
|
}
|
|
7128
7180
|
)
|
|
7129
7181
|
}
|
|
7130
|
-
),
|
|
7182
|
+
), D9 = ({
|
|
7131
7183
|
className: s,
|
|
7132
7184
|
color: e = c.GREY_DARK_5,
|
|
7133
7185
|
height: t = 24,
|
|
@@ -7166,7 +7218,7 @@ const P2 = (s, e) => {
|
|
|
7166
7218
|
)
|
|
7167
7219
|
]
|
|
7168
7220
|
}
|
|
7169
|
-
),
|
|
7221
|
+
), K9 = ({
|
|
7170
7222
|
className: s,
|
|
7171
7223
|
color: e = c.GREY_DARK_5,
|
|
7172
7224
|
height: t = 20,
|
|
@@ -7199,7 +7251,7 @@ const P2 = (s, e) => {
|
|
|
7199
7251
|
)
|
|
7200
7252
|
]
|
|
7201
7253
|
}
|
|
7202
|
-
),
|
|
7254
|
+
), B9 = ({
|
|
7203
7255
|
className: s,
|
|
7204
7256
|
color: e = c.GREY_DARK_5,
|
|
7205
7257
|
height: t = 24,
|
|
@@ -7268,7 +7320,7 @@ const P2 = (s, e) => {
|
|
|
7268
7320
|
)
|
|
7269
7321
|
]
|
|
7270
7322
|
}
|
|
7271
|
-
),
|
|
7323
|
+
), G9 = ({
|
|
7272
7324
|
className: s,
|
|
7273
7325
|
color: e = c.GREY_DARK_5,
|
|
7274
7326
|
height: t = 24,
|
|
@@ -7325,7 +7377,7 @@ const P2 = (s, e) => {
|
|
|
7325
7377
|
)
|
|
7326
7378
|
]
|
|
7327
7379
|
}
|
|
7328
|
-
),
|
|
7380
|
+
), S9 = ({
|
|
7329
7381
|
className: s,
|
|
7330
7382
|
color: e = c.GREY_DARK_5,
|
|
7331
7383
|
height: t = 24,
|
|
@@ -7374,7 +7426,7 @@ const P2 = (s, e) => {
|
|
|
7374
7426
|
)
|
|
7375
7427
|
]
|
|
7376
7428
|
}
|
|
7377
|
-
),
|
|
7429
|
+
), Y9 = ({
|
|
7378
7430
|
className: s,
|
|
7379
7431
|
color: e = c.GREY_DARK_5,
|
|
7380
7432
|
height: t = 24,
|
|
@@ -7401,7 +7453,7 @@ const P2 = (s, e) => {
|
|
|
7401
7453
|
}
|
|
7402
7454
|
)
|
|
7403
7455
|
}
|
|
7404
|
-
),
|
|
7456
|
+
), I9 = ({
|
|
7405
7457
|
className: s,
|
|
7406
7458
|
color: e = c.GREY_DARK_5,
|
|
7407
7459
|
height: t = 20,
|
|
@@ -7430,7 +7482,7 @@ const P2 = (s, e) => {
|
|
|
7430
7482
|
)
|
|
7431
7483
|
]
|
|
7432
7484
|
}
|
|
7433
|
-
),
|
|
7485
|
+
), O9 = ({
|
|
7434
7486
|
className: s,
|
|
7435
7487
|
color: e = "#001E52",
|
|
7436
7488
|
height: t = 24,
|
|
@@ -7456,7 +7508,7 @@ const P2 = (s, e) => {
|
|
|
7456
7508
|
}
|
|
7457
7509
|
)
|
|
7458
7510
|
}
|
|
7459
|
-
),
|
|
7511
|
+
), j9 = ({
|
|
7460
7512
|
className: s,
|
|
7461
7513
|
color: e = "#001E52",
|
|
7462
7514
|
height: t = 24,
|
|
@@ -7494,7 +7546,7 @@ const P2 = (s, e) => {
|
|
|
7494
7546
|
)
|
|
7495
7547
|
] }) })
|
|
7496
7548
|
}
|
|
7497
|
-
),
|
|
7549
|
+
), W9 = ({
|
|
7498
7550
|
width: s = 20,
|
|
7499
7551
|
height: e = 20,
|
|
7500
7552
|
color: t = c.GREY_DARK_5,
|
|
@@ -7518,7 +7570,7 @@ const P2 = (s, e) => {
|
|
|
7518
7570
|
}
|
|
7519
7571
|
)
|
|
7520
7572
|
}
|
|
7521
|
-
),
|
|
7573
|
+
), $9 = ({
|
|
7522
7574
|
width: s = 24,
|
|
7523
7575
|
height: e = 24,
|
|
7524
7576
|
color: t = "#131314",
|
|
@@ -7551,7 +7603,7 @@ const P2 = (s, e) => {
|
|
|
7551
7603
|
)
|
|
7552
7604
|
]
|
|
7553
7605
|
}
|
|
7554
|
-
),
|
|
7606
|
+
), T9 = ({
|
|
7555
7607
|
width: s = 20,
|
|
7556
7608
|
height: e = 20,
|
|
7557
7609
|
color: t = c.GREY_DARK_5,
|
|
@@ -7584,7 +7636,7 @@ const P2 = (s, e) => {
|
|
|
7584
7636
|
)
|
|
7585
7637
|
]
|
|
7586
7638
|
}
|
|
7587
|
-
),
|
|
7639
|
+
), P9 = ({
|
|
7588
7640
|
width: s = 24,
|
|
7589
7641
|
height: e = 24,
|
|
7590
7642
|
color: t = c.GREY_DARK_2,
|
|
@@ -7624,7 +7676,7 @@ const P2 = (s, e) => {
|
|
|
7624
7676
|
)
|
|
7625
7677
|
]
|
|
7626
7678
|
}
|
|
7627
|
-
),
|
|
7679
|
+
), F9 = ({
|
|
7628
7680
|
width: s = 24,
|
|
7629
7681
|
height: e = 24,
|
|
7630
7682
|
color: t = c.GREY_DARK_2,
|
|
@@ -7651,7 +7703,7 @@ const P2 = (s, e) => {
|
|
|
7651
7703
|
}
|
|
7652
7704
|
)
|
|
7653
7705
|
}
|
|
7654
|
-
),
|
|
7706
|
+
), U9 = ({
|
|
7655
7707
|
width: s = 24,
|
|
7656
7708
|
height: e = 24,
|
|
7657
7709
|
color: t = c.GREY_DARK_2,
|
|
@@ -7678,6 +7730,30 @@ const P2 = (s, e) => {
|
|
|
7678
7730
|
}
|
|
7679
7731
|
)
|
|
7680
7732
|
}
|
|
7733
|
+
), z9 = ({
|
|
7734
|
+
width: s = 20,
|
|
7735
|
+
height: e = 20,
|
|
7736
|
+
color: t = c.GREY_DARK_5,
|
|
7737
|
+
className: i,
|
|
7738
|
+
onClick: o
|
|
7739
|
+
}) => /* @__PURE__ */ n(
|
|
7740
|
+
"svg",
|
|
7741
|
+
{
|
|
7742
|
+
width: s,
|
|
7743
|
+
height: e,
|
|
7744
|
+
viewBox: "0 0 24 24",
|
|
7745
|
+
fill: "none",
|
|
7746
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7747
|
+
className: i,
|
|
7748
|
+
onClick: o,
|
|
7749
|
+
children: /* @__PURE__ */ n(
|
|
7750
|
+
"path",
|
|
7751
|
+
{
|
|
7752
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
7753
|
+
fill: t
|
|
7754
|
+
}
|
|
7755
|
+
)
|
|
7756
|
+
}
|
|
7681
7757
|
), p1 = ({
|
|
7682
7758
|
name: s,
|
|
7683
7759
|
width: e,
|
|
@@ -7691,35 +7767,35 @@ const P2 = (s, e) => {
|
|
|
7691
7767
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
7692
7768
|
switch (s) {
|
|
7693
7769
|
case "nextIcon":
|
|
7694
|
-
return
|
|
7770
|
+
return m9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7695
7771
|
case "prevIcon":
|
|
7696
|
-
return
|
|
7772
|
+
return k9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7697
7773
|
case "arrowDown":
|
|
7698
|
-
return
|
|
7774
|
+
return Y0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7699
7775
|
case "info":
|
|
7700
|
-
return
|
|
7776
|
+
return I0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7701
7777
|
case "arrowRight":
|
|
7702
|
-
return
|
|
7778
|
+
return O0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7703
7779
|
case "calendar":
|
|
7704
|
-
return
|
|
7780
|
+
return P0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7705
7781
|
case "check":
|
|
7706
|
-
return
|
|
7782
|
+
return F0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7707
7783
|
case "cancel":
|
|
7708
|
-
return
|
|
7784
|
+
return U0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7709
7785
|
case "add":
|
|
7710
|
-
return
|
|
7786
|
+
return z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7711
7787
|
case "list":
|
|
7712
|
-
return
|
|
7788
|
+
return J0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7713
7789
|
case "dragAndDrop":
|
|
7714
|
-
return
|
|
7790
|
+
return Q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7715
7791
|
case "filter":
|
|
7716
|
-
return
|
|
7792
|
+
return q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7717
7793
|
case "attention":
|
|
7718
|
-
return
|
|
7794
|
+
return X0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7719
7795
|
case "users":
|
|
7720
|
-
return
|
|
7796
|
+
return e9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7721
7797
|
case "mySkillsMatrix":
|
|
7722
|
-
return
|
|
7798
|
+
return t9({
|
|
7723
7799
|
width: e,
|
|
7724
7800
|
height: t,
|
|
7725
7801
|
color: r,
|
|
@@ -7727,9 +7803,9 @@ const P2 = (s, e) => {
|
|
|
7727
7803
|
onClick: l
|
|
7728
7804
|
});
|
|
7729
7805
|
case "skills":
|
|
7730
|
-
return
|
|
7806
|
+
return i9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7731
7807
|
case "skillsMatrices":
|
|
7732
|
-
return
|
|
7808
|
+
return s9({
|
|
7733
7809
|
width: e,
|
|
7734
7810
|
height: t,
|
|
7735
7811
|
color: r,
|
|
@@ -7737,21 +7813,21 @@ const P2 = (s, e) => {
|
|
|
7737
7813
|
onClick: l
|
|
7738
7814
|
});
|
|
7739
7815
|
case "history":
|
|
7740
|
-
return
|
|
7816
|
+
return o9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7741
7817
|
case "logOut":
|
|
7742
|
-
return
|
|
7818
|
+
return n9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7743
7819
|
case "settings":
|
|
7744
|
-
return
|
|
7820
|
+
return l9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7745
7821
|
case "trash":
|
|
7746
|
-
return
|
|
7822
|
+
return r9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7747
7823
|
case "settings2":
|
|
7748
|
-
return
|
|
7824
|
+
return a9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7749
7825
|
case "checkCircle":
|
|
7750
|
-
return
|
|
7826
|
+
return h9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7751
7827
|
case "cancelCircle":
|
|
7752
|
-
return
|
|
7828
|
+
return c9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7753
7829
|
case "visibilityIcon":
|
|
7754
|
-
return
|
|
7830
|
+
return C9({
|
|
7755
7831
|
width: e,
|
|
7756
7832
|
height: t,
|
|
7757
7833
|
color: r,
|
|
@@ -7759,7 +7835,7 @@ const P2 = (s, e) => {
|
|
|
7759
7835
|
onClick: l
|
|
7760
7836
|
});
|
|
7761
7837
|
case "visibilityOffIcon":
|
|
7762
|
-
return
|
|
7838
|
+
return d9({
|
|
7763
7839
|
width: e,
|
|
7764
7840
|
height: t,
|
|
7765
7841
|
color: r,
|
|
@@ -7767,7 +7843,7 @@ const P2 = (s, e) => {
|
|
|
7767
7843
|
onClick: l
|
|
7768
7844
|
});
|
|
7769
7845
|
case "selectArrowIcon":
|
|
7770
|
-
return
|
|
7846
|
+
return g9({
|
|
7771
7847
|
width: e,
|
|
7772
7848
|
height: t,
|
|
7773
7849
|
color: r,
|
|
@@ -7775,7 +7851,7 @@ const P2 = (s, e) => {
|
|
|
7775
7851
|
onClick: l
|
|
7776
7852
|
});
|
|
7777
7853
|
case "expandArrowIcon":
|
|
7778
|
-
return
|
|
7854
|
+
return u9({
|
|
7779
7855
|
width: e,
|
|
7780
7856
|
height: t,
|
|
7781
7857
|
color: r,
|
|
@@ -7783,7 +7859,7 @@ const P2 = (s, e) => {
|
|
|
7783
7859
|
onClick: l
|
|
7784
7860
|
});
|
|
7785
7861
|
case "expandActiveArrowIcon":
|
|
7786
|
-
return
|
|
7862
|
+
return w9({
|
|
7787
7863
|
width: e,
|
|
7788
7864
|
height: t,
|
|
7789
7865
|
color: r,
|
|
@@ -7791,80 +7867,82 @@ const P2 = (s, e) => {
|
|
|
7791
7867
|
onClick: l
|
|
7792
7868
|
});
|
|
7793
7869
|
case "sortUp":
|
|
7794
|
-
return
|
|
7870
|
+
return p9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7795
7871
|
case "sortDown":
|
|
7796
|
-
return
|
|
7872
|
+
return f9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7797
7873
|
case "search":
|
|
7798
|
-
return
|
|
7874
|
+
return L9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7799
7875
|
case "arrowUpFilled":
|
|
7800
|
-
return
|
|
7876
|
+
return N9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7801
7877
|
case "arrowDownFilled":
|
|
7802
|
-
return
|
|
7878
|
+
return v9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7803
7879
|
case "arrow2Up":
|
|
7804
|
-
return
|
|
7880
|
+
return j0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7805
7881
|
case "arrow2Right":
|
|
7806
|
-
return
|
|
7882
|
+
return W0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7807
7883
|
case "arrow2Down":
|
|
7808
|
-
return
|
|
7884
|
+
return $0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7809
7885
|
case "arrow2Left":
|
|
7810
|
-
return
|
|
7886
|
+
return T0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7811
7887
|
case "link":
|
|
7812
|
-
return v9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7813
|
-
case "telegram":
|
|
7814
7888
|
return x9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7815
|
-
case "
|
|
7889
|
+
case "telegram":
|
|
7816
7890
|
return R9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7891
|
+
case "mail":
|
|
7892
|
+
return Z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7817
7893
|
case "github":
|
|
7818
|
-
return N9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7819
|
-
case "linkedIn":
|
|
7820
7894
|
return M9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7821
|
-
case "
|
|
7895
|
+
case "linkedIn":
|
|
7822
7896
|
return V9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7897
|
+
case "emptyStateIcon":
|
|
7898
|
+
return H9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7823
7899
|
case "filtersIcon":
|
|
7824
|
-
return
|
|
7900
|
+
return _9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7825
7901
|
case "dotMenuIcon":
|
|
7826
|
-
return
|
|
7902
|
+
return b9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7827
7903
|
case "plusCircle":
|
|
7828
|
-
return
|
|
7904
|
+
return y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7829
7905
|
case "warning":
|
|
7830
|
-
return
|
|
7906
|
+
return E9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7831
7907
|
case "back":
|
|
7832
|
-
return
|
|
7908
|
+
return A9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7833
7909
|
case "bell":
|
|
7834
|
-
return
|
|
7910
|
+
return D9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7835
7911
|
case "copy":
|
|
7836
|
-
return
|
|
7912
|
+
return K9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7837
7913
|
case "contract":
|
|
7838
|
-
return
|
|
7914
|
+
return B9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7839
7915
|
case "resourceManager":
|
|
7840
|
-
return
|
|
7916
|
+
return G9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7841
7917
|
case "image":
|
|
7842
|
-
return B9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7843
|
-
case "edit":
|
|
7844
7918
|
return S9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7919
|
+
case "edit":
|
|
7920
|
+
return Y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7845
7921
|
case "filledArrowRight":
|
|
7846
|
-
return
|
|
7922
|
+
return I9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7847
7923
|
case "burgerMenu":
|
|
7848
|
-
return
|
|
7924
|
+
return O9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7849
7925
|
case "refresh":
|
|
7850
|
-
return
|
|
7926
|
+
return j9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7851
7927
|
case "projects":
|
|
7852
|
-
return O9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7853
|
-
case "user":
|
|
7854
7928
|
return W9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7929
|
+
case "user":
|
|
7930
|
+
return T9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7855
7931
|
case "exit":
|
|
7856
|
-
return j9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7857
|
-
case "openPointCircle":
|
|
7858
7932
|
return $9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7933
|
+
case "openPointCircle":
|
|
7934
|
+
return P9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7859
7935
|
case "community":
|
|
7860
|
-
return
|
|
7936
|
+
return F9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7861
7937
|
case "docs":
|
|
7862
|
-
return
|
|
7938
|
+
return U9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7939
|
+
case "unpaidLeave":
|
|
7940
|
+
return z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7863
7941
|
default:
|
|
7864
7942
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
7865
7943
|
}
|
|
7866
7944
|
})() });
|
|
7867
|
-
},
|
|
7945
|
+
}, J9 = ({
|
|
7868
7946
|
text: s,
|
|
7869
7947
|
color: e = "cyan",
|
|
7870
7948
|
size: t = "medium",
|
|
@@ -7890,7 +7968,7 @@ const P2 = (s, e) => {
|
|
|
7890
7968
|
children: /* @__PURE__ */ n(o2, { variant: o, color: c.GREY_DARK_4, children: s })
|
|
7891
7969
|
}
|
|
7892
7970
|
);
|
|
7893
|
-
},
|
|
7971
|
+
}, Q9 = ({
|
|
7894
7972
|
text: s,
|
|
7895
7973
|
status: e,
|
|
7896
7974
|
withIcon: t = !1,
|
|
@@ -7939,8 +8017,8 @@ const P2 = (s, e) => {
|
|
|
7939
8017
|
]
|
|
7940
8018
|
}
|
|
7941
8019
|
);
|
|
7942
|
-
}, n2 = (s) => s.variant === "status" ? /* @__PURE__ */ n(
|
|
7943
|
-
var
|
|
8020
|
+
}, n2 = (s) => s.variant === "status" ? /* @__PURE__ */ n(Q9, { ...s }) : /* @__PURE__ */ n(J9, { ...s });
|
|
8021
|
+
var q9 = { exports: {} };
|
|
7944
8022
|
(function(s, e) {
|
|
7945
8023
|
(function(t, i) {
|
|
7946
8024
|
s.exports = i();
|
|
@@ -7950,8 +8028,8 @@ var z9 = { exports: {} };
|
|
|
7950
8028
|
return "[" + t + (i[(o - 20) % 10] || i[o] || i[0]) + "]";
|
|
7951
8029
|
} };
|
|
7952
8030
|
});
|
|
7953
|
-
})(
|
|
7954
|
-
const
|
|
8031
|
+
})(q9);
|
|
8032
|
+
const X9 = ({
|
|
7955
8033
|
values: s,
|
|
7956
8034
|
onTagClose: e,
|
|
7957
8035
|
maxWidth: t,
|
|
@@ -7971,7 +8049,7 @@ const J9 = ({
|
|
|
7971
8049
|
return ((f = h == null ? void 0 : h.find((M) => M.value === w)) == null ? void 0 : f.label) || ((L = C == null ? void 0 : C.find((M) => M.value === w)) == null ? void 0 : L.label) || w;
|
|
7972
8050
|
};
|
|
7973
8051
|
return /* @__PURE__ */ g(
|
|
7974
|
-
|
|
8052
|
+
K0,
|
|
7975
8053
|
{
|
|
7976
8054
|
content: (
|
|
7977
8055
|
// 90: paddings + margins + gaps and so on
|
|
@@ -8010,19 +8088,19 @@ const J9 = ({
|
|
|
8010
8088
|
]
|
|
8011
8089
|
}
|
|
8012
8090
|
);
|
|
8013
|
-
},
|
|
8091
|
+
}, e4 = {
|
|
8014
8092
|
small: 20,
|
|
8015
8093
|
medium: 28,
|
|
8016
8094
|
large: 48
|
|
8017
8095
|
}, Y1 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
8018
|
-
const t =
|
|
8096
|
+
const t = e4[s], i = `no-repeat linear-gradient(${e}
|
|
8019
8097
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, o = {
|
|
8020
8098
|
width: t,
|
|
8021
8099
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
8022
8100
|
backgroundSize: "20% calc(200% + 20px)"
|
|
8023
8101
|
};
|
|
8024
8102
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: o });
|
|
8025
|
-
},
|
|
8103
|
+
}, t4 = ({
|
|
8026
8104
|
width: s = 20,
|
|
8027
8105
|
height: e = 20,
|
|
8028
8106
|
color: t = "#001E52",
|
|
@@ -8049,7 +8127,7 @@ const J9 = ({
|
|
|
8049
8127
|
}
|
|
8050
8128
|
)
|
|
8051
8129
|
}
|
|
8052
|
-
),
|
|
8130
|
+
), i4 = ({
|
|
8053
8131
|
width: s = 20,
|
|
8054
8132
|
height: e = 20,
|
|
8055
8133
|
color: t = c.GREY_DARK_5,
|
|
@@ -8089,7 +8167,7 @@ const J9 = ({
|
|
|
8089
8167
|
)
|
|
8090
8168
|
]
|
|
8091
8169
|
}
|
|
8092
|
-
),
|
|
8170
|
+
), s4 = ({
|
|
8093
8171
|
width: s = 20,
|
|
8094
8172
|
height: e = 20,
|
|
8095
8173
|
color: t = "#001E52",
|
|
@@ -8124,7 +8202,7 @@ const J9 = ({
|
|
|
8124
8202
|
)
|
|
8125
8203
|
]
|
|
8126
8204
|
}
|
|
8127
|
-
),
|
|
8205
|
+
), o4 = ({
|
|
8128
8206
|
width: s = 20,
|
|
8129
8207
|
height: e = 20,
|
|
8130
8208
|
color: t = c.GREY_DARK_5,
|
|
@@ -8151,7 +8229,7 @@ const J9 = ({
|
|
|
8151
8229
|
/* @__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)" }) }) })
|
|
8152
8230
|
]
|
|
8153
8231
|
}
|
|
8154
|
-
),
|
|
8232
|
+
), n4 = ({
|
|
8155
8233
|
width: s = 20,
|
|
8156
8234
|
height: e = 20,
|
|
8157
8235
|
color: t = c.GREY_DARK_5,
|
|
@@ -8175,7 +8253,7 @@ const J9 = ({
|
|
|
8175
8253
|
}
|
|
8176
8254
|
)
|
|
8177
8255
|
}
|
|
8178
|
-
),
|
|
8256
|
+
), l4 = ({
|
|
8179
8257
|
width: s = 20,
|
|
8180
8258
|
height: e = 20,
|
|
8181
8259
|
color: t = c.GREY_DARK_5,
|
|
@@ -8202,7 +8280,7 @@ const J9 = ({
|
|
|
8202
8280
|
/* @__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)" }) }) })
|
|
8203
8281
|
]
|
|
8204
8282
|
}
|
|
8205
|
-
),
|
|
8283
|
+
), r4 = ({
|
|
8206
8284
|
width: s = 20,
|
|
8207
8285
|
height: e = 20,
|
|
8208
8286
|
color: t = c.GREY_DARK_5,
|
|
@@ -8226,7 +8304,7 @@ const J9 = ({
|
|
|
8226
8304
|
}
|
|
8227
8305
|
)
|
|
8228
8306
|
}
|
|
8229
|
-
),
|
|
8307
|
+
), a4 = ({
|
|
8230
8308
|
width: s = 20,
|
|
8231
8309
|
height: e = 20,
|
|
8232
8310
|
color: t = c.GREY_DARK_5,
|
|
@@ -8273,7 +8351,7 @@ const J9 = ({
|
|
|
8273
8351
|
)
|
|
8274
8352
|
]
|
|
8275
8353
|
}
|
|
8276
|
-
),
|
|
8354
|
+
), h4 = ({
|
|
8277
8355
|
width: s = 20,
|
|
8278
8356
|
height: e = 20,
|
|
8279
8357
|
color: t = c.GREY_DARK_5,
|
|
@@ -8297,7 +8375,7 @@ const J9 = ({
|
|
|
8297
8375
|
}
|
|
8298
8376
|
)
|
|
8299
8377
|
}
|
|
8300
|
-
),
|
|
8378
|
+
), c4 = ({
|
|
8301
8379
|
width: s = 20,
|
|
8302
8380
|
height: e = 20,
|
|
8303
8381
|
color: t = c.GREY_DARK_5,
|
|
@@ -8321,7 +8399,7 @@ const J9 = ({
|
|
|
8321
8399
|
}
|
|
8322
8400
|
)
|
|
8323
8401
|
}
|
|
8324
|
-
),
|
|
8402
|
+
), C4 = ({
|
|
8325
8403
|
width: s = 20,
|
|
8326
8404
|
height: e = 20,
|
|
8327
8405
|
color: t = c.GREY_DARK_5,
|
|
@@ -8345,7 +8423,7 @@ const J9 = ({
|
|
|
8345
8423
|
}
|
|
8346
8424
|
)
|
|
8347
8425
|
}
|
|
8348
|
-
),
|
|
8426
|
+
), d4 = ({
|
|
8349
8427
|
width: s = 20,
|
|
8350
8428
|
height: e = 20,
|
|
8351
8429
|
color: t = c.GREY_DARK_5,
|
|
@@ -8406,7 +8484,7 @@ const J9 = ({
|
|
|
8406
8484
|
)
|
|
8407
8485
|
]
|
|
8408
8486
|
}
|
|
8409
|
-
),
|
|
8487
|
+
), g4 = ({
|
|
8410
8488
|
width: s = 20,
|
|
8411
8489
|
height: e = 20,
|
|
8412
8490
|
color: t = c.GREY_DARK_5,
|
|
@@ -8453,7 +8531,7 @@ const J9 = ({
|
|
|
8453
8531
|
)
|
|
8454
8532
|
]
|
|
8455
8533
|
}
|
|
8456
|
-
),
|
|
8534
|
+
), u4 = ({
|
|
8457
8535
|
width: s = 20,
|
|
8458
8536
|
height: e = 20,
|
|
8459
8537
|
color: t = c.GREY_DARK_5,
|
|
@@ -8493,7 +8571,7 @@ const J9 = ({
|
|
|
8493
8571
|
)
|
|
8494
8572
|
]
|
|
8495
8573
|
}
|
|
8496
|
-
),
|
|
8574
|
+
), w4 = ({
|
|
8497
8575
|
width: s = 20,
|
|
8498
8576
|
height: e = 20,
|
|
8499
8577
|
color: t = c.GREY_DARK_5,
|
|
@@ -8533,7 +8611,7 @@ const J9 = ({
|
|
|
8533
8611
|
)
|
|
8534
8612
|
]
|
|
8535
8613
|
}
|
|
8536
|
-
),
|
|
8614
|
+
), p4 = ({
|
|
8537
8615
|
width: s = 20,
|
|
8538
8616
|
height: e = 20,
|
|
8539
8617
|
color: t = c.GREY_DARK_5,
|
|
@@ -8580,7 +8658,7 @@ const J9 = ({
|
|
|
8580
8658
|
)
|
|
8581
8659
|
]
|
|
8582
8660
|
}
|
|
8583
|
-
),
|
|
8661
|
+
), f4 = ({
|
|
8584
8662
|
width: s = 20,
|
|
8585
8663
|
height: e = 20,
|
|
8586
8664
|
color: t = c.GREY_DARK_5,
|
|
@@ -8627,7 +8705,7 @@ const J9 = ({
|
|
|
8627
8705
|
)
|
|
8628
8706
|
]
|
|
8629
8707
|
}
|
|
8630
|
-
),
|
|
8708
|
+
), L4 = ({
|
|
8631
8709
|
width: s = 20,
|
|
8632
8710
|
height: e = 20,
|
|
8633
8711
|
color: t = c.GREY_DARK_5,
|
|
@@ -8674,7 +8752,7 @@ const J9 = ({
|
|
|
8674
8752
|
)
|
|
8675
8753
|
]
|
|
8676
8754
|
}
|
|
8677
|
-
),
|
|
8755
|
+
), m4 = ({
|
|
8678
8756
|
width: s = 20,
|
|
8679
8757
|
height: e = 20,
|
|
8680
8758
|
color: t = c.GREY_DARK_5,
|
|
@@ -8714,7 +8792,7 @@ const J9 = ({
|
|
|
8714
8792
|
)
|
|
8715
8793
|
]
|
|
8716
8794
|
}
|
|
8717
|
-
),
|
|
8795
|
+
), k4 = ({
|
|
8718
8796
|
width: s = 20,
|
|
8719
8797
|
height: e = 20,
|
|
8720
8798
|
color: t = c.GREY_DARK_5,
|
|
@@ -8747,7 +8825,7 @@ const J9 = ({
|
|
|
8747
8825
|
)
|
|
8748
8826
|
]
|
|
8749
8827
|
}
|
|
8750
|
-
),
|
|
8828
|
+
), v4 = ({
|
|
8751
8829
|
width: s = 20,
|
|
8752
8830
|
height: e = 20,
|
|
8753
8831
|
color: t = c.GREY_DARK_5,
|
|
@@ -8780,7 +8858,7 @@ const J9 = ({
|
|
|
8780
8858
|
)
|
|
8781
8859
|
]
|
|
8782
8860
|
}
|
|
8783
|
-
),
|
|
8861
|
+
), N4 = ({
|
|
8784
8862
|
width: s = 20,
|
|
8785
8863
|
height: e = 20,
|
|
8786
8864
|
color: t = c.GREY_DARK_5,
|
|
@@ -8813,7 +8891,7 @@ const J9 = ({
|
|
|
8813
8891
|
)
|
|
8814
8892
|
]
|
|
8815
8893
|
}
|
|
8816
|
-
),
|
|
8894
|
+
), x4 = ({
|
|
8817
8895
|
width: s = 20,
|
|
8818
8896
|
height: e = 20,
|
|
8819
8897
|
color: t = c.GREY_DARK_5,
|
|
@@ -8846,7 +8924,7 @@ const J9 = ({
|
|
|
8846
8924
|
)
|
|
8847
8925
|
]
|
|
8848
8926
|
}
|
|
8849
|
-
),
|
|
8927
|
+
), M4 = ({
|
|
8850
8928
|
width: s = 20,
|
|
8851
8929
|
height: e = 20,
|
|
8852
8930
|
color: t = c.GREY_DARK_5,
|
|
@@ -8886,7 +8964,7 @@ const J9 = ({
|
|
|
8886
8964
|
)
|
|
8887
8965
|
]
|
|
8888
8966
|
}
|
|
8889
|
-
),
|
|
8967
|
+
), R4 = ({
|
|
8890
8968
|
width: s = 20,
|
|
8891
8969
|
height: e = 20,
|
|
8892
8970
|
color: t = c.GREY_DARK_5,
|
|
@@ -8919,7 +8997,7 @@ const J9 = ({
|
|
|
8919
8997
|
)
|
|
8920
8998
|
]
|
|
8921
8999
|
}
|
|
8922
|
-
),
|
|
9000
|
+
), V4 = ({
|
|
8923
9001
|
width: s = 20,
|
|
8924
9002
|
height: e = 20,
|
|
8925
9003
|
color: t = c.GREY_DARK_5,
|
|
@@ -8952,7 +9030,7 @@ const J9 = ({
|
|
|
8952
9030
|
)
|
|
8953
9031
|
]
|
|
8954
9032
|
}
|
|
8955
|
-
),
|
|
9033
|
+
), Z4 = ({
|
|
8956
9034
|
width: s = 20,
|
|
8957
9035
|
height: e = 20,
|
|
8958
9036
|
color: t = "#070739",
|
|
@@ -8982,7 +9060,7 @@ const J9 = ({
|
|
|
8982
9060
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
8983
9061
|
]
|
|
8984
9062
|
}
|
|
8985
|
-
),
|
|
9063
|
+
), H4 = ({
|
|
8986
9064
|
width: s = 20,
|
|
8987
9065
|
height: e = 20,
|
|
8988
9066
|
color: t = "#070739",
|
|
@@ -9020,7 +9098,7 @@ const J9 = ({
|
|
|
9020
9098
|
)
|
|
9021
9099
|
]
|
|
9022
9100
|
}
|
|
9023
|
-
),
|
|
9101
|
+
), _4 = ({
|
|
9024
9102
|
width: s = 9,
|
|
9025
9103
|
height: e = 5,
|
|
9026
9104
|
color: t = "#001E52",
|
|
@@ -9046,7 +9124,7 @@ const J9 = ({
|
|
|
9046
9124
|
}
|
|
9047
9125
|
)
|
|
9048
9126
|
}
|
|
9049
|
-
),
|
|
9127
|
+
), b4 = ({
|
|
9050
9128
|
width: s = 20,
|
|
9051
9129
|
height: e = 20,
|
|
9052
9130
|
color: t = "#F2F2F7",
|
|
@@ -9075,7 +9153,7 @@ const J9 = ({
|
|
|
9075
9153
|
)
|
|
9076
9154
|
]
|
|
9077
9155
|
}
|
|
9078
|
-
),
|
|
9156
|
+
), y4 = ({
|
|
9079
9157
|
width: s = 20,
|
|
9080
9158
|
height: e = 20,
|
|
9081
9159
|
color: t = "#004ED7",
|
|
@@ -9104,7 +9182,7 @@ const J9 = ({
|
|
|
9104
9182
|
)
|
|
9105
9183
|
]
|
|
9106
9184
|
}
|
|
9107
|
-
),
|
|
9185
|
+
), E4 = ({
|
|
9108
9186
|
width: s = 10,
|
|
9109
9187
|
height: e = 10,
|
|
9110
9188
|
color: t = "#001E52",
|
|
@@ -9133,7 +9211,7 @@ const J9 = ({
|
|
|
9133
9211
|
)
|
|
9134
9212
|
]
|
|
9135
9213
|
}
|
|
9136
|
-
),
|
|
9214
|
+
), A4 = ({
|
|
9137
9215
|
width: s = 10,
|
|
9138
9216
|
height: e = 10,
|
|
9139
9217
|
color: t = "#001E52",
|
|
@@ -9170,7 +9248,7 @@ const J9 = ({
|
|
|
9170
9248
|
)
|
|
9171
9249
|
]
|
|
9172
9250
|
}
|
|
9173
|
-
),
|
|
9251
|
+
), D4 = ({
|
|
9174
9252
|
className: s,
|
|
9175
9253
|
color: e = c.GREY_DARK_5,
|
|
9176
9254
|
height: t = 20,
|
|
@@ -9203,7 +9281,7 @@ const J9 = ({
|
|
|
9203
9281
|
)
|
|
9204
9282
|
]
|
|
9205
9283
|
}
|
|
9206
|
-
),
|
|
9284
|
+
), K4 = ({
|
|
9207
9285
|
className: s,
|
|
9208
9286
|
color: e = c.GREY_DARK_5,
|
|
9209
9287
|
height: t = 20,
|
|
@@ -9230,7 +9308,7 @@ const J9 = ({
|
|
|
9230
9308
|
}
|
|
9231
9309
|
)
|
|
9232
9310
|
}
|
|
9233
|
-
),
|
|
9311
|
+
), B4 = ({
|
|
9234
9312
|
className: s,
|
|
9235
9313
|
color: e = c.GREY_DARK_5,
|
|
9236
9314
|
height: t = 20,
|
|
@@ -9257,7 +9335,7 @@ const J9 = ({
|
|
|
9257
9335
|
}
|
|
9258
9336
|
)
|
|
9259
9337
|
}
|
|
9260
|
-
),
|
|
9338
|
+
), G4 = ({
|
|
9261
9339
|
className: s,
|
|
9262
9340
|
color: e = c.GREY_DARK_5,
|
|
9263
9341
|
height: t = 5,
|
|
@@ -9281,7 +9359,7 @@ const J9 = ({
|
|
|
9281
9359
|
}
|
|
9282
9360
|
)
|
|
9283
9361
|
}
|
|
9284
|
-
),
|
|
9362
|
+
), S4 = ({
|
|
9285
9363
|
className: s,
|
|
9286
9364
|
color: e = c.GREY_DARK_5,
|
|
9287
9365
|
height: t = 5,
|
|
@@ -9306,7 +9384,7 @@ const J9 = ({
|
|
|
9306
9384
|
}
|
|
9307
9385
|
)
|
|
9308
9386
|
}
|
|
9309
|
-
),
|
|
9387
|
+
), Y4 = ({
|
|
9310
9388
|
className: s,
|
|
9311
9389
|
color: e = c.GREY_DARK_5,
|
|
9312
9390
|
height: t = 20,
|
|
@@ -9339,7 +9417,7 @@ const J9 = ({
|
|
|
9339
9417
|
)
|
|
9340
9418
|
]
|
|
9341
9419
|
}
|
|
9342
|
-
),
|
|
9420
|
+
), I4 = ({
|
|
9343
9421
|
className: s,
|
|
9344
9422
|
color: e = c.GREY_DARK_5,
|
|
9345
9423
|
height: t = 24,
|
|
@@ -9378,7 +9456,7 @@ const J9 = ({
|
|
|
9378
9456
|
)
|
|
9379
9457
|
]
|
|
9380
9458
|
}
|
|
9381
|
-
),
|
|
9459
|
+
), O4 = ({
|
|
9382
9460
|
className: s,
|
|
9383
9461
|
color: e = c.GREY_DARK_5,
|
|
9384
9462
|
height: t = 24,
|
|
@@ -9405,7 +9483,7 @@ const J9 = ({
|
|
|
9405
9483
|
}
|
|
9406
9484
|
)
|
|
9407
9485
|
}
|
|
9408
|
-
),
|
|
9486
|
+
), j4 = ({
|
|
9409
9487
|
className: s,
|
|
9410
9488
|
color: e = c.GREY_DARK_5,
|
|
9411
9489
|
height: t = 24,
|
|
@@ -9464,7 +9542,7 @@ const J9 = ({
|
|
|
9464
9542
|
)
|
|
9465
9543
|
]
|
|
9466
9544
|
}
|
|
9467
|
-
),
|
|
9545
|
+
), W4 = ({
|
|
9468
9546
|
className: s,
|
|
9469
9547
|
color: e = c.GREY_DARK_5,
|
|
9470
9548
|
height: t = 24,
|
|
@@ -9501,7 +9579,7 @@ const J9 = ({
|
|
|
9501
9579
|
)
|
|
9502
9580
|
]
|
|
9503
9581
|
}
|
|
9504
|
-
),
|
|
9582
|
+
), $4 = ({
|
|
9505
9583
|
className: s,
|
|
9506
9584
|
color: e = c.GREY_DARK_3,
|
|
9507
9585
|
height: t = 14,
|
|
@@ -9538,7 +9616,7 @@ const J9 = ({
|
|
|
9538
9616
|
)
|
|
9539
9617
|
]
|
|
9540
9618
|
}
|
|
9541
|
-
),
|
|
9619
|
+
), T4 = ({
|
|
9542
9620
|
className: s,
|
|
9543
9621
|
color: e = c.GREY_DARK_5,
|
|
9544
9622
|
height: t = 18,
|
|
@@ -9565,7 +9643,7 @@ const J9 = ({
|
|
|
9565
9643
|
}
|
|
9566
9644
|
)
|
|
9567
9645
|
}
|
|
9568
|
-
),
|
|
9646
|
+
), P4 = ({
|
|
9569
9647
|
className: s,
|
|
9570
9648
|
color: e = c.GREY_DARK_5,
|
|
9571
9649
|
height: t = 24,
|
|
@@ -9617,7 +9695,7 @@ const J9 = ({
|
|
|
9617
9695
|
)
|
|
9618
9696
|
]
|
|
9619
9697
|
}
|
|
9620
|
-
),
|
|
9698
|
+
), F4 = ({
|
|
9621
9699
|
className: s,
|
|
9622
9700
|
color: e = c.GREY_DARK_5,
|
|
9623
9701
|
height: t = 24,
|
|
@@ -9654,7 +9732,7 @@ const J9 = ({
|
|
|
9654
9732
|
)
|
|
9655
9733
|
]
|
|
9656
9734
|
}
|
|
9657
|
-
),
|
|
9735
|
+
), U4 = ({
|
|
9658
9736
|
className: s,
|
|
9659
9737
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
9660
9738
|
height: t = 37,
|
|
@@ -9693,7 +9771,7 @@ const J9 = ({
|
|
|
9693
9771
|
)
|
|
9694
9772
|
]
|
|
9695
9773
|
}
|
|
9696
|
-
),
|
|
9774
|
+
), z4 = ({
|
|
9697
9775
|
className: s,
|
|
9698
9776
|
color: e = c.GREY_DARK_5,
|
|
9699
9777
|
height: t = 24,
|
|
@@ -9719,7 +9797,7 @@ const J9 = ({
|
|
|
9719
9797
|
}
|
|
9720
9798
|
)
|
|
9721
9799
|
}
|
|
9722
|
-
),
|
|
9800
|
+
), J4 = ({
|
|
9723
9801
|
className: s,
|
|
9724
9802
|
color: e = c.GREY_DARK_5,
|
|
9725
9803
|
height: t = 24,
|
|
@@ -9758,7 +9836,7 @@ const J9 = ({
|
|
|
9758
9836
|
)
|
|
9759
9837
|
]
|
|
9760
9838
|
}
|
|
9761
|
-
),
|
|
9839
|
+
), Q4 = ({
|
|
9762
9840
|
className: s,
|
|
9763
9841
|
color: e = c.GREY_DARK_5,
|
|
9764
9842
|
height: t = 20,
|
|
@@ -9791,7 +9869,7 @@ const J9 = ({
|
|
|
9791
9869
|
)
|
|
9792
9870
|
]
|
|
9793
9871
|
}
|
|
9794
|
-
),
|
|
9872
|
+
), q4 = ({
|
|
9795
9873
|
className: s,
|
|
9796
9874
|
color: e = c.GREY_DARK_5,
|
|
9797
9875
|
height: t = 24,
|
|
@@ -9860,7 +9938,7 @@ const J9 = ({
|
|
|
9860
9938
|
)
|
|
9861
9939
|
]
|
|
9862
9940
|
}
|
|
9863
|
-
),
|
|
9941
|
+
), X4 = ({
|
|
9864
9942
|
className: s,
|
|
9865
9943
|
color: e = c.GREY_DARK_5,
|
|
9866
9944
|
height: t = 24,
|
|
@@ -9917,7 +9995,7 @@ const J9 = ({
|
|
|
9917
9995
|
)
|
|
9918
9996
|
]
|
|
9919
9997
|
}
|
|
9920
|
-
),
|
|
9998
|
+
), e6 = ({
|
|
9921
9999
|
className: s,
|
|
9922
10000
|
color: e = c.GREY_DARK_5,
|
|
9923
10001
|
height: t = 24,
|
|
@@ -9966,7 +10044,7 @@ const J9 = ({
|
|
|
9966
10044
|
)
|
|
9967
10045
|
]
|
|
9968
10046
|
}
|
|
9969
|
-
),
|
|
10047
|
+
), t6 = ({
|
|
9970
10048
|
className: s,
|
|
9971
10049
|
color: e = c.GREY_DARK_5,
|
|
9972
10050
|
height: t = 24,
|
|
@@ -9993,7 +10071,7 @@ const J9 = ({
|
|
|
9993
10071
|
}
|
|
9994
10072
|
)
|
|
9995
10073
|
}
|
|
9996
|
-
),
|
|
10074
|
+
), i6 = ({
|
|
9997
10075
|
className: s,
|
|
9998
10076
|
color: e = c.GREY_DARK_5,
|
|
9999
10077
|
height: t = 20,
|
|
@@ -10022,7 +10100,7 @@ const J9 = ({
|
|
|
10022
10100
|
)
|
|
10023
10101
|
]
|
|
10024
10102
|
}
|
|
10025
|
-
),
|
|
10103
|
+
), s6 = ({
|
|
10026
10104
|
className: s,
|
|
10027
10105
|
color: e = "#001E52",
|
|
10028
10106
|
height: t = 24,
|
|
@@ -10048,7 +10126,7 @@ const J9 = ({
|
|
|
10048
10126
|
}
|
|
10049
10127
|
)
|
|
10050
10128
|
}
|
|
10051
|
-
),
|
|
10129
|
+
), o6 = ({
|
|
10052
10130
|
className: s,
|
|
10053
10131
|
color: e = "#001E52",
|
|
10054
10132
|
height: t = 24,
|
|
@@ -10086,7 +10164,7 @@ const J9 = ({
|
|
|
10086
10164
|
)
|
|
10087
10165
|
] }) })
|
|
10088
10166
|
}
|
|
10089
|
-
),
|
|
10167
|
+
), n6 = ({
|
|
10090
10168
|
width: s = 20,
|
|
10091
10169
|
height: e = 20,
|
|
10092
10170
|
color: t = c.GREY_DARK_5,
|
|
@@ -10110,7 +10188,7 @@ const J9 = ({
|
|
|
10110
10188
|
}
|
|
10111
10189
|
)
|
|
10112
10190
|
}
|
|
10113
|
-
),
|
|
10191
|
+
), l6 = ({
|
|
10114
10192
|
width: s = 24,
|
|
10115
10193
|
height: e = 24,
|
|
10116
10194
|
color: t = "#131314",
|
|
@@ -10143,7 +10221,7 @@ const J9 = ({
|
|
|
10143
10221
|
)
|
|
10144
10222
|
]
|
|
10145
10223
|
}
|
|
10146
|
-
),
|
|
10224
|
+
), r6 = ({
|
|
10147
10225
|
width: s = 20,
|
|
10148
10226
|
height: e = 20,
|
|
10149
10227
|
color: t = c.GREY_DARK_5,
|
|
@@ -10176,7 +10254,7 @@ const J9 = ({
|
|
|
10176
10254
|
)
|
|
10177
10255
|
]
|
|
10178
10256
|
}
|
|
10179
|
-
),
|
|
10257
|
+
), a6 = ({
|
|
10180
10258
|
width: s = 24,
|
|
10181
10259
|
height: e = 24,
|
|
10182
10260
|
color: t = c.GREY_DARK_2,
|
|
@@ -10216,7 +10294,7 @@ const J9 = ({
|
|
|
10216
10294
|
)
|
|
10217
10295
|
]
|
|
10218
10296
|
}
|
|
10219
|
-
),
|
|
10297
|
+
), h6 = ({
|
|
10220
10298
|
width: s = 24,
|
|
10221
10299
|
height: e = 24,
|
|
10222
10300
|
color: t = c.GREY_DARK_2,
|
|
@@ -10243,7 +10321,7 @@ const J9 = ({
|
|
|
10243
10321
|
}
|
|
10244
10322
|
)
|
|
10245
10323
|
}
|
|
10246
|
-
),
|
|
10324
|
+
), c6 = ({
|
|
10247
10325
|
width: s = 24,
|
|
10248
10326
|
height: e = 24,
|
|
10249
10327
|
color: t = c.GREY_DARK_2,
|
|
@@ -10270,7 +10348,31 @@ const J9 = ({
|
|
|
10270
10348
|
}
|
|
10271
10349
|
)
|
|
10272
10350
|
}
|
|
10273
|
-
),
|
|
10351
|
+
), C6 = ({
|
|
10352
|
+
width: s = 20,
|
|
10353
|
+
height: e = 20,
|
|
10354
|
+
color: t = c.GREY_DARK_5,
|
|
10355
|
+
className: i,
|
|
10356
|
+
onClick: o
|
|
10357
|
+
}) => /* @__PURE__ */ n(
|
|
10358
|
+
"svg",
|
|
10359
|
+
{
|
|
10360
|
+
width: s,
|
|
10361
|
+
height: e,
|
|
10362
|
+
viewBox: "0 0 24 24",
|
|
10363
|
+
fill: "none",
|
|
10364
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10365
|
+
className: i,
|
|
10366
|
+
onClick: o,
|
|
10367
|
+
children: /* @__PURE__ */ n(
|
|
10368
|
+
"path",
|
|
10369
|
+
{
|
|
10370
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
10371
|
+
fill: t
|
|
10372
|
+
}
|
|
10373
|
+
)
|
|
10374
|
+
}
|
|
10375
|
+
), d6 = ({
|
|
10274
10376
|
name: s,
|
|
10275
10377
|
width: e,
|
|
10276
10378
|
height: t,
|
|
@@ -10283,35 +10385,35 @@ const J9 = ({
|
|
|
10283
10385
|
return /* @__PURE__ */ n(j, { children: (() => {
|
|
10284
10386
|
switch (s) {
|
|
10285
10387
|
case "nextIcon":
|
|
10286
|
-
return
|
|
10388
|
+
return K4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10287
10389
|
case "prevIcon":
|
|
10288
|
-
return
|
|
10390
|
+
return B4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10289
10391
|
case "arrowDown":
|
|
10290
|
-
return
|
|
10392
|
+
return t4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10291
10393
|
case "info":
|
|
10292
|
-
return
|
|
10394
|
+
return i4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10293
10395
|
case "arrowRight":
|
|
10294
|
-
return
|
|
10396
|
+
return s4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10295
10397
|
case "calendar":
|
|
10296
|
-
return
|
|
10398
|
+
return a4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10297
10399
|
case "check":
|
|
10298
|
-
return
|
|
10400
|
+
return h4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10299
10401
|
case "cancel":
|
|
10300
|
-
return
|
|
10402
|
+
return c4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10301
10403
|
case "add":
|
|
10302
|
-
return
|
|
10404
|
+
return C4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10303
10405
|
case "list":
|
|
10304
|
-
return
|
|
10406
|
+
return d4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10305
10407
|
case "dragAndDrop":
|
|
10306
|
-
return
|
|
10408
|
+
return g4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10307
10409
|
case "filter":
|
|
10308
|
-
return
|
|
10410
|
+
return u4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10309
10411
|
case "attention":
|
|
10310
|
-
return
|
|
10412
|
+
return w4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10311
10413
|
case "users":
|
|
10312
|
-
return
|
|
10414
|
+
return p4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10313
10415
|
case "mySkillsMatrix":
|
|
10314
|
-
return
|
|
10416
|
+
return f4({
|
|
10315
10417
|
width: e,
|
|
10316
10418
|
height: t,
|
|
10317
10419
|
color: r,
|
|
@@ -10319,9 +10421,9 @@ const J9 = ({
|
|
|
10319
10421
|
onClick: l
|
|
10320
10422
|
});
|
|
10321
10423
|
case "skills":
|
|
10322
|
-
return
|
|
10424
|
+
return L4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10323
10425
|
case "skillsMatrices":
|
|
10324
|
-
return
|
|
10426
|
+
return m4({
|
|
10325
10427
|
width: e,
|
|
10326
10428
|
height: t,
|
|
10327
10429
|
color: r,
|
|
@@ -10329,21 +10431,21 @@ const J9 = ({
|
|
|
10329
10431
|
onClick: l
|
|
10330
10432
|
});
|
|
10331
10433
|
case "history":
|
|
10332
|
-
return
|
|
10434
|
+
return k4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10333
10435
|
case "logOut":
|
|
10334
|
-
return
|
|
10436
|
+
return v4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10335
10437
|
case "settings":
|
|
10336
|
-
return
|
|
10438
|
+
return N4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10337
10439
|
case "trash":
|
|
10338
|
-
return
|
|
10440
|
+
return x4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10339
10441
|
case "settings2":
|
|
10340
|
-
return
|
|
10442
|
+
return M4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10341
10443
|
case "checkCircle":
|
|
10342
|
-
return
|
|
10444
|
+
return R4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10343
10445
|
case "cancelCircle":
|
|
10344
|
-
return
|
|
10446
|
+
return V4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10345
10447
|
case "visibilityIcon":
|
|
10346
|
-
return
|
|
10448
|
+
return Z4({
|
|
10347
10449
|
width: e,
|
|
10348
10450
|
height: t,
|
|
10349
10451
|
color: r,
|
|
@@ -10351,7 +10453,7 @@ const J9 = ({
|
|
|
10351
10453
|
onClick: l
|
|
10352
10454
|
});
|
|
10353
10455
|
case "visibilityOffIcon":
|
|
10354
|
-
return
|
|
10456
|
+
return H4({
|
|
10355
10457
|
width: e,
|
|
10356
10458
|
height: t,
|
|
10357
10459
|
color: r,
|
|
@@ -10359,7 +10461,7 @@ const J9 = ({
|
|
|
10359
10461
|
onClick: l
|
|
10360
10462
|
});
|
|
10361
10463
|
case "selectArrowIcon":
|
|
10362
|
-
return
|
|
10464
|
+
return _4({
|
|
10363
10465
|
width: e,
|
|
10364
10466
|
height: t,
|
|
10365
10467
|
color: r,
|
|
@@ -10367,7 +10469,7 @@ const J9 = ({
|
|
|
10367
10469
|
onClick: l
|
|
10368
10470
|
});
|
|
10369
10471
|
case "expandArrowIcon":
|
|
10370
|
-
return
|
|
10472
|
+
return b4({
|
|
10371
10473
|
width: e,
|
|
10372
10474
|
height: t,
|
|
10373
10475
|
color: r,
|
|
@@ -10375,7 +10477,7 @@ const J9 = ({
|
|
|
10375
10477
|
onClick: l
|
|
10376
10478
|
});
|
|
10377
10479
|
case "expandActiveArrowIcon":
|
|
10378
|
-
return
|
|
10480
|
+
return y4({
|
|
10379
10481
|
width: e,
|
|
10380
10482
|
height: t,
|
|
10381
10483
|
color: r,
|
|
@@ -10383,87 +10485,89 @@ const J9 = ({
|
|
|
10383
10485
|
onClick: l
|
|
10384
10486
|
});
|
|
10385
10487
|
case "sortUp":
|
|
10386
|
-
return
|
|
10488
|
+
return E4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10387
10489
|
case "sortDown":
|
|
10388
|
-
return
|
|
10490
|
+
return A4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10389
10491
|
case "search":
|
|
10390
|
-
return
|
|
10492
|
+
return D4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10391
10493
|
case "arrowUpFilled":
|
|
10392
|
-
return
|
|
10494
|
+
return S4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10393
10495
|
case "arrowDownFilled":
|
|
10394
|
-
return
|
|
10496
|
+
return G4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10395
10497
|
case "arrow2Up":
|
|
10396
|
-
return
|
|
10498
|
+
return o4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10397
10499
|
case "arrow2Right":
|
|
10398
|
-
return
|
|
10500
|
+
return n4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10399
10501
|
case "arrow2Down":
|
|
10400
|
-
return
|
|
10502
|
+
return l4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10401
10503
|
case "arrow2Left":
|
|
10402
|
-
return
|
|
10504
|
+
return r4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10403
10505
|
case "link":
|
|
10404
|
-
return
|
|
10506
|
+
return Y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10405
10507
|
case "telegram":
|
|
10406
|
-
return
|
|
10508
|
+
return O4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10407
10509
|
case "mail":
|
|
10408
|
-
return
|
|
10510
|
+
return W4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10409
10511
|
case "github":
|
|
10410
|
-
return
|
|
10512
|
+
return I4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10411
10513
|
case "linkedIn":
|
|
10412
|
-
return
|
|
10514
|
+
return j4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10413
10515
|
case "emptyStateIcon":
|
|
10414
|
-
return
|
|
10516
|
+
return $4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10415
10517
|
case "filtersIcon":
|
|
10416
|
-
return
|
|
10518
|
+
return T4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10417
10519
|
case "dotMenuIcon":
|
|
10418
|
-
return
|
|
10520
|
+
return P4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10419
10521
|
case "plusCircle":
|
|
10420
|
-
return
|
|
10522
|
+
return F4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10421
10523
|
case "warning":
|
|
10422
|
-
return
|
|
10524
|
+
return U4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10423
10525
|
case "back":
|
|
10424
|
-
return
|
|
10526
|
+
return z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10425
10527
|
case "bell":
|
|
10426
|
-
return
|
|
10528
|
+
return J4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10427
10529
|
case "copy":
|
|
10428
|
-
return
|
|
10530
|
+
return Q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10429
10531
|
case "contract":
|
|
10430
|
-
return
|
|
10532
|
+
return q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10431
10533
|
case "resourceManager":
|
|
10432
|
-
return
|
|
10534
|
+
return X4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10433
10535
|
case "image":
|
|
10434
|
-
return
|
|
10536
|
+
return e6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10435
10537
|
case "edit":
|
|
10436
|
-
return
|
|
10538
|
+
return t6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10437
10539
|
case "filledArrowRight":
|
|
10438
|
-
return
|
|
10540
|
+
return i6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10439
10541
|
case "burgerMenu":
|
|
10440
|
-
return
|
|
10542
|
+
return s6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10441
10543
|
case "refresh":
|
|
10442
|
-
return
|
|
10544
|
+
return o6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10443
10545
|
case "projects":
|
|
10444
|
-
return
|
|
10546
|
+
return n6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10445
10547
|
case "user":
|
|
10446
|
-
return
|
|
10548
|
+
return r6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10447
10549
|
case "exit":
|
|
10448
|
-
return
|
|
10550
|
+
return l6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10449
10551
|
case "openPointCircle":
|
|
10450
|
-
return
|
|
10552
|
+
return a6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10451
10553
|
case "community":
|
|
10452
|
-
return
|
|
10554
|
+
return h6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10453
10555
|
case "docs":
|
|
10454
|
-
return
|
|
10556
|
+
return c6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10557
|
+
case "unpaidLeave":
|
|
10558
|
+
return C6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10455
10559
|
default:
|
|
10456
10560
|
return /* @__PURE__ */ n(j, { children: "No Icon provided" });
|
|
10457
10561
|
}
|
|
10458
10562
|
})() });
|
|
10459
|
-
},
|
|
10563
|
+
}, g6 = ({
|
|
10460
10564
|
iconName: s = "arrow2Down",
|
|
10461
10565
|
isActive: e,
|
|
10462
10566
|
rotationDirection: t = "cw",
|
|
10463
10567
|
disabled: i = !1,
|
|
10464
10568
|
onClick: o
|
|
10465
10569
|
}) => {
|
|
10466
|
-
const h =
|
|
10570
|
+
const h = w6(e, i), C = u6(e, i);
|
|
10467
10571
|
return /* @__PURE__ */ n(
|
|
10468
10572
|
"button",
|
|
10469
10573
|
{
|
|
@@ -10471,7 +10575,7 @@ const J9 = ({
|
|
|
10471
10575
|
onClick: o,
|
|
10472
10576
|
disabled: i,
|
|
10473
10577
|
children: /* @__PURE__ */ n(
|
|
10474
|
-
|
|
10578
|
+
d6,
|
|
10475
10579
|
{
|
|
10476
10580
|
name: s,
|
|
10477
10581
|
className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
|
|
@@ -10481,13 +10585,13 @@ const J9 = ({
|
|
|
10481
10585
|
}
|
|
10482
10586
|
);
|
|
10483
10587
|
};
|
|
10484
|
-
function
|
|
10588
|
+
function u6(s, e) {
|
|
10485
10589
|
return s && !e ? "-active" : e ? "-disabled" : "";
|
|
10486
10590
|
}
|
|
10487
|
-
function
|
|
10591
|
+
function w6(s, e) {
|
|
10488
10592
|
return e ? c.GREY_DARK_2 : s ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10489
10593
|
}
|
|
10490
|
-
const
|
|
10594
|
+
const p6 = q((s, e) => {
|
|
10491
10595
|
const {
|
|
10492
10596
|
value: t,
|
|
10493
10597
|
onChange: i,
|
|
@@ -10512,13 +10616,13 @@ const d3 = q((s, e) => {
|
|
|
10512
10616
|
readOnly: N,
|
|
10513
10617
|
error: x,
|
|
10514
10618
|
selectedItemVariant: B = "default",
|
|
10515
|
-
variant:
|
|
10619
|
+
variant: G = "outlined"
|
|
10516
10620
|
} = s;
|
|
10517
10621
|
let X;
|
|
10518
10622
|
h && h !== "single" && (X = s.overflowBehaviour ?? "responsive");
|
|
10519
|
-
const [Y, u1] = E(!1), [F, T] = E(!1), [P, U] = E(!1), [o1, A] = E(!0), [_,
|
|
10623
|
+
const [Y, u1] = E(!1), [F, T] = E(!1), [P, U] = E(!1), [o1, A] = E(!0), [_, S] = E(t), n1 = W(null), x1 = h === "single" && B === "badge";
|
|
10520
10624
|
D(() => {
|
|
10521
|
-
|
|
10625
|
+
S(t);
|
|
10522
10626
|
}, [t]);
|
|
10523
10627
|
const C2 = (v) => {
|
|
10524
10628
|
u1(v), f && f(v);
|
|
@@ -10536,15 +10640,15 @@ const d3 = q((s, e) => {
|
|
|
10536
10640
|
const y = Array.isArray(v) ? v : [];
|
|
10537
10641
|
H = y.length > 1 ? [y[y.length - 1]] : y;
|
|
10538
10642
|
const l1 = H.length > 0 ? H[0] : null;
|
|
10539
|
-
i == null || i(l1),
|
|
10643
|
+
i == null || i(l1), S(H);
|
|
10540
10644
|
return;
|
|
10541
10645
|
}
|
|
10542
10646
|
if (h && h !== "single") {
|
|
10543
10647
|
const y = v;
|
|
10544
|
-
i == null || i(y),
|
|
10648
|
+
i == null || i(y), S(y);
|
|
10545
10649
|
return;
|
|
10546
10650
|
}
|
|
10547
|
-
H = Array.isArray(v) ? null : v || null, i == null || i(H),
|
|
10651
|
+
H = Array.isArray(v) ? null : v || null, i == null || i(H), S(H);
|
|
10548
10652
|
},
|
|
10549
10653
|
[h, i, x1]
|
|
10550
10654
|
), w2 = I(() => {
|
|
@@ -10558,7 +10662,7 @@ const d3 = q((s, e) => {
|
|
|
10558
10662
|
}, [l, e1, h, N]), w1 = I(
|
|
10559
10663
|
(v) => {
|
|
10560
10664
|
const H = _.filter((y) => y !== v);
|
|
10561
|
-
e1(H),
|
|
10665
|
+
e1(H), S(H);
|
|
10562
10666
|
},
|
|
10563
10667
|
[e1, _]
|
|
10564
10668
|
), E1 = I(
|
|
@@ -10583,7 +10687,7 @@ const d3 = q((s, e) => {
|
|
|
10583
10687
|
(v, H = "default") => {
|
|
10584
10688
|
var y;
|
|
10585
10689
|
return /* @__PURE__ */ n(
|
|
10586
|
-
|
|
10690
|
+
X9,
|
|
10587
10691
|
{
|
|
10588
10692
|
values: v,
|
|
10589
10693
|
onTagClose: w1,
|
|
@@ -10619,7 +10723,7 @@ const d3 = q((s, e) => {
|
|
|
10619
10723
|
return /* @__PURE__ */ g(
|
|
10620
10724
|
"div",
|
|
10621
10725
|
{
|
|
10622
|
-
className: `snmt-select-container ${
|
|
10726
|
+
className: `snmt-select-container ${G === "borderless" ? "snmt-select-container-borderless" : ""}`,
|
|
10623
10727
|
children: [
|
|
10624
10728
|
/* @__PURE__ */ g(
|
|
10625
10729
|
"div",
|
|
@@ -10628,7 +10732,7 @@ const d3 = q((s, e) => {
|
|
|
10628
10732
|
${h ? "" : "snmt-select-single"}
|
|
10629
10733
|
${N ? "snmt-select-read-only" : ""}
|
|
10630
10734
|
${X === "static" ? "snmt-select-static" : ""}
|
|
10631
|
-
${
|
|
10735
|
+
${G === "borderless" ? "snmt-select-borderless" : ""}`,
|
|
10632
10736
|
ref: n1,
|
|
10633
10737
|
style: { width: r },
|
|
10634
10738
|
children: [
|
|
@@ -10648,8 +10752,8 @@ const d3 = q((s, e) => {
|
|
|
10648
10752
|
const H = M1(v.value);
|
|
10649
10753
|
return l ? /* @__PURE__ */ n("span", { style: { color: c.GREY_DARK_1 }, children: H }) : H;
|
|
10650
10754
|
},
|
|
10651
|
-
mode:
|
|
10652
|
-
variant:
|
|
10755
|
+
mode: f6(h, x1),
|
|
10756
|
+
variant: G,
|
|
10653
10757
|
onChange: e1,
|
|
10654
10758
|
onFocus: g2,
|
|
10655
10759
|
onBlur: u2,
|
|
@@ -10682,14 +10786,14 @@ const d3 = q((s, e) => {
|
|
|
10682
10786
|
)
|
|
10683
10787
|
}
|
|
10684
10788
|
),
|
|
10685
|
-
|
|
10686
|
-
|
|
10789
|
+
G === "borderless" && (P || F) && /* @__PURE__ */ n(
|
|
10790
|
+
g6,
|
|
10687
10791
|
{
|
|
10688
10792
|
isActive: Y,
|
|
10689
10793
|
onClick: () => u1(!Y)
|
|
10690
10794
|
}
|
|
10691
10795
|
),
|
|
10692
|
-
|
|
10796
|
+
G === "outlined" && /* @__PURE__ */ n(
|
|
10693
10797
|
r1,
|
|
10694
10798
|
{
|
|
10695
10799
|
name: "selectArrowIcon",
|
|
@@ -10729,7 +10833,7 @@ const d3 = q((s, e) => {
|
|
|
10729
10833
|
] })
|
|
10730
10834
|
}
|
|
10731
10835
|
),
|
|
10732
|
-
o &&
|
|
10836
|
+
o && G !== "borderless" && /* @__PURE__ */ n(
|
|
10733
10837
|
"label",
|
|
10734
10838
|
{
|
|
10735
10839
|
className: `${F || A1 ? "label-floating" : ""} ${l ? "label-disabled" : ""} ${F ? "label-focused" : ""} ${Z ? "label-loading" : ""} ${x ? "label-error" : ""}`,
|
|
@@ -10741,7 +10845,7 @@ const d3 = q((s, e) => {
|
|
|
10741
10845
|
{
|
|
10742
10846
|
className: `${F ? "fieldset-focused" : ""} ${l ? "fieldset-disabled" : ""} ${A1 ? "fieldset-filled" : ""} ${x ? "fieldset-error" : ""}
|
|
10743
10847
|
${P ? "fieldset-hovered" : ""}`,
|
|
10744
|
-
children: /* @__PURE__ */ n("legend", { children: o &&
|
|
10848
|
+
children: /* @__PURE__ */ n("legend", { children: o && G !== "borderless" && /* @__PURE__ */ n("span", { children: a ? `${o}*` : o }) })
|
|
10745
10849
|
}
|
|
10746
10850
|
)
|
|
10747
10851
|
]
|
|
@@ -10757,13 +10861,13 @@ const d3 = q((s, e) => {
|
|
|
10757
10861
|
width: 16
|
|
10758
10862
|
}
|
|
10759
10863
|
),
|
|
10760
|
-
typeof x == "string" ? /* @__PURE__ */ n(
|
|
10864
|
+
typeof x == "string" ? /* @__PURE__ */ n(D0, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
|
|
10761
10865
|
] })
|
|
10762
10866
|
]
|
|
10763
10867
|
}
|
|
10764
10868
|
);
|
|
10765
10869
|
});
|
|
10766
|
-
function
|
|
10870
|
+
function f6(s, e) {
|
|
10767
10871
|
return s === "filter" || e ? "multiple" : s === "single" ? void 0 : s;
|
|
10768
10872
|
}
|
|
10769
10873
|
const R = (s) => typeof s == "string", a1 = () => {
|
|
@@ -10772,11 +10876,11 @@ const R = (s) => typeof s == "string", a1 = () => {
|
|
|
10772
10876
|
s = i, e = o;
|
|
10773
10877
|
});
|
|
10774
10878
|
return t.resolve = s, t.reject = e, t;
|
|
10775
|
-
}, I1 = (s) => s == null ? "" : "" + s,
|
|
10879
|
+
}, I1 = (s) => s == null ? "" : "" + s, L6 = (s, e, t) => {
|
|
10776
10880
|
s.forEach((i) => {
|
|
10777
10881
|
e[i] && (t[i] = e[i]);
|
|
10778
10882
|
});
|
|
10779
|
-
},
|
|
10883
|
+
}, m6 = /###/g, O1 = (s) => s && s.indexOf("###") > -1 ? s.replace(m6, ".") : s, j1 = (s) => !s || R(s), c1 = (s, e, t) => {
|
|
10780
10884
|
const i = R(e) ? e.split(".") : e;
|
|
10781
10885
|
let o = 0;
|
|
10782
10886
|
for (; o < i.length - 1; ) {
|
|
@@ -10801,7 +10905,7 @@ const R = (s) => typeof s == "string", a1 = () => {
|
|
|
10801
10905
|
for (; d.obj === void 0 && C.length; )
|
|
10802
10906
|
h = `${C[C.length - 1]}.${h}`, C = C.slice(0, C.length - 1), d = c1(s, C, Object), d && d.obj && typeof d.obj[`${d.k}.${h}`] < "u" && (d.obj = void 0);
|
|
10803
10907
|
d.obj[`${d.k}.${h}`] = t;
|
|
10804
|
-
},
|
|
10908
|
+
}, k6 = (s, e, t, i) => {
|
|
10805
10909
|
const {
|
|
10806
10910
|
obj: o,
|
|
10807
10911
|
k: h
|
|
@@ -10814,7 +10918,7 @@ const R = (s) => typeof s == "string", a1 = () => {
|
|
|
10814
10918
|
} = c1(s, e);
|
|
10815
10919
|
if (t)
|
|
10816
10920
|
return t[i];
|
|
10817
|
-
},
|
|
10921
|
+
}, v6 = (s, e, t) => {
|
|
10818
10922
|
const i = L1(s, t);
|
|
10819
10923
|
return i !== void 0 ? i : L1(e, t);
|
|
10820
10924
|
}, l2 = (s, e, t) => {
|
|
@@ -10822,7 +10926,7 @@ const R = (s) => typeof s == "string", a1 = () => {
|
|
|
10822
10926
|
i !== "__proto__" && i !== "constructor" && (i in s ? R(s[i]) || s[i] instanceof String || R(e[i]) || e[i] instanceof String ? t && (s[i] = e[i]) : l2(s[i], e[i], t) : s[i] = e[i]);
|
|
10823
10927
|
return s;
|
|
10824
10928
|
}, i1 = (s) => s.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
10825
|
-
var
|
|
10929
|
+
var N6 = {
|
|
10826
10930
|
"&": "&",
|
|
10827
10931
|
"<": "<",
|
|
10828
10932
|
">": ">",
|
|
@@ -10830,8 +10934,8 @@ var L3 = {
|
|
|
10830
10934
|
"'": "'",
|
|
10831
10935
|
"/": "/"
|
|
10832
10936
|
};
|
|
10833
|
-
const
|
|
10834
|
-
class
|
|
10937
|
+
const x6 = (s) => R(s) ? s.replace(/[&<>"'\/]/g, (e) => N6[e]) : s;
|
|
10938
|
+
class M6 {
|
|
10835
10939
|
constructor(e) {
|
|
10836
10940
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
10837
10941
|
}
|
|
@@ -10843,11 +10947,11 @@ class k3 {
|
|
|
10843
10947
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
10844
10948
|
}
|
|
10845
10949
|
}
|
|
10846
|
-
const
|
|
10950
|
+
const R6 = [" ", ",", "?", "!", ";"], V6 = new M6(20), Z6 = (s, e, t) => {
|
|
10847
10951
|
e = e || "", t = t || "";
|
|
10848
|
-
const i =
|
|
10952
|
+
const i = R6.filter((C) => e.indexOf(C) < 0 && t.indexOf(C) < 0);
|
|
10849
10953
|
if (i.length === 0) return !0;
|
|
10850
|
-
const o =
|
|
10954
|
+
const o = V6.getRegExp(`(${i.map((C) => C === "?" ? "\\?" : C).join("|")})`);
|
|
10851
10955
|
let h = !o.test(s);
|
|
10852
10956
|
if (!h) {
|
|
10853
10957
|
const C = s.indexOf(t);
|
|
@@ -10874,7 +10978,7 @@ const v3 = [" ", ",", "?", "!", ";"], N3 = new k3(20), x3 = (s, e, t) => {
|
|
|
10874
10978
|
o = C;
|
|
10875
10979
|
}
|
|
10876
10980
|
return o;
|
|
10877
|
-
}, m1 = (s) => s && s.replace("_", "-"),
|
|
10981
|
+
}, m1 = (s) => s && s.replace("_", "-"), H6 = {
|
|
10878
10982
|
type: "logger",
|
|
10879
10983
|
log(s) {
|
|
10880
10984
|
this.output("log", s);
|
|
@@ -10896,7 +11000,7 @@ class k1 {
|
|
|
10896
11000
|
}
|
|
10897
11001
|
init(e) {
|
|
10898
11002
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
10899
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
11003
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || H6, this.options = t, this.debug = t.debug;
|
|
10900
11004
|
}
|
|
10901
11005
|
log() {
|
|
10902
11006
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -11056,7 +11160,7 @@ const T1 = {};
|
|
|
11056
11160
|
class v1 extends N1 {
|
|
11057
11161
|
constructor(e) {
|
|
11058
11162
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11059
|
-
super(),
|
|
11163
|
+
super(), L6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = O.create("translator");
|
|
11060
11164
|
}
|
|
11061
11165
|
changeLanguage(e) {
|
|
11062
11166
|
e && (this.language = e);
|
|
@@ -11075,7 +11179,7 @@ class v1 extends N1 {
|
|
|
11075
11179
|
i === void 0 && (i = ":");
|
|
11076
11180
|
const o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11077
11181
|
let h = t.ns || this.options.defaultNS || [];
|
|
11078
|
-
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
11182
|
+
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !Z6(e, i, o);
|
|
11079
11183
|
if (C && !d) {
|
|
11080
11184
|
const r = e.match(this.interpolator.nestingRegexp);
|
|
11081
11185
|
if (r && r.length > 0)
|
|
@@ -11150,9 +11254,9 @@ class v1 extends N1 {
|
|
|
11150
11254
|
u = u.join(M), u && (u = this.extendTranslation(u, e, t, i));
|
|
11151
11255
|
else {
|
|
11152
11256
|
let k = !1, Z = !1;
|
|
11153
|
-
const N = t.count !== void 0 && !R(t.count), x = v1.hasDefaultValue(t), B = N ? this.pluralResolver.getSuffix(l, t.count, t) : "",
|
|
11257
|
+
const N = t.count !== void 0 && !R(t.count), x = v1.hasDefaultValue(t), B = N ? this.pluralResolver.getSuffix(l, t.count, t) : "", G = t.ordinal && N ? this.pluralResolver.getSuffix(l, t.count, {
|
|
11154
11258
|
ordinal: !1
|
|
11155
|
-
}) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), Y = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${B}`] || t[`defaultValue${
|
|
11259
|
+
}) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), Y = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${B}`] || t[`defaultValue${G}`] || t.defaultValue;
|
|
11156
11260
|
!this.isValidLookup(u) && x && (k = !0, u = Y), this.isValidLookup(u) || (Z = !0, u = C);
|
|
11157
11261
|
const F = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && Z ? void 0 : u, T = x && Y !== u && this.options.updateMissing;
|
|
11158
11262
|
if (Z || k || T) {
|
|
@@ -11169,14 +11273,14 @@ class v1 extends N1 {
|
|
|
11169
11273
|
for (let A = 0; A < U.length; A++)
|
|
11170
11274
|
P.push(U[A]);
|
|
11171
11275
|
else this.options.saveMissingTo === "all" ? P = this.languageUtils.toResolveHierarchy(t.lng || this.language) : P.push(t.lng || this.language);
|
|
11172
|
-
const o1 = (A, _,
|
|
11173
|
-
const n1 = x &&
|
|
11276
|
+
const o1 = (A, _, S) => {
|
|
11277
|
+
const n1 = x && S !== u ? S : F;
|
|
11174
11278
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(A, r, _, n1, T, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(A, r, _, n1, T, t), this.emit("missingKey", A, r, _, u);
|
|
11175
11279
|
};
|
|
11176
11280
|
this.options.saveMissing && (this.options.saveMissingPlurals && N ? P.forEach((A) => {
|
|
11177
11281
|
const _ = this.pluralResolver.getSuffixes(A, t);
|
|
11178
|
-
X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((
|
|
11179
|
-
o1([A], C +
|
|
11282
|
+
X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((S) => {
|
|
11283
|
+
o1([A], C + S, t[`defaultValue${S}`] || Y);
|
|
11180
11284
|
});
|
|
11181
11285
|
}) : o1(P, C, Y));
|
|
11182
11286
|
}
|
|
@@ -11365,7 +11469,7 @@ class P1 {
|
|
|
11365
11469
|
}), o;
|
|
11366
11470
|
}
|
|
11367
11471
|
}
|
|
11368
|
-
let
|
|
11472
|
+
let _6 = [{
|
|
11369
11473
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11370
11474
|
nr: [1, 2],
|
|
11371
11475
|
fc: 1
|
|
@@ -11457,7 +11561,7 @@ let R3 = [{
|
|
|
11457
11561
|
lngs: ["he", "iw"],
|
|
11458
11562
|
nr: [1, 2, 20, 21],
|
|
11459
11563
|
fc: 22
|
|
11460
|
-
}],
|
|
11564
|
+
}], b6 = {
|
|
11461
11565
|
1: (s) => +(s > 1),
|
|
11462
11566
|
2: (s) => +(s != 1),
|
|
11463
11567
|
3: (s) => 0,
|
|
@@ -11481,28 +11585,28 @@ let R3 = [{
|
|
|
11481
11585
|
21: (s) => s % 100 == 1 ? 1 : s % 100 == 2 ? 2 : s % 100 == 3 || s % 100 == 4 ? 3 : 0,
|
|
11482
11586
|
22: (s) => s == 1 ? 0 : s == 2 ? 1 : (s < 0 || s > 10) && s % 10 == 0 ? 2 : 3
|
|
11483
11587
|
};
|
|
11484
|
-
const
|
|
11588
|
+
const y6 = ["v1", "v2", "v3"], E6 = ["v4"], F1 = {
|
|
11485
11589
|
zero: 0,
|
|
11486
11590
|
one: 1,
|
|
11487
11591
|
two: 2,
|
|
11488
11592
|
few: 3,
|
|
11489
11593
|
many: 4,
|
|
11490
11594
|
other: 5
|
|
11491
|
-
},
|
|
11595
|
+
}, A6 = () => {
|
|
11492
11596
|
const s = {};
|
|
11493
|
-
return
|
|
11597
|
+
return _6.forEach((e) => {
|
|
11494
11598
|
e.lngs.forEach((t) => {
|
|
11495
11599
|
s[t] = {
|
|
11496
11600
|
numbers: e.nr,
|
|
11497
|
-
plurals:
|
|
11601
|
+
plurals: b6[e.fc]
|
|
11498
11602
|
};
|
|
11499
11603
|
});
|
|
11500
11604
|
}), s;
|
|
11501
11605
|
};
|
|
11502
|
-
class
|
|
11606
|
+
class D6 {
|
|
11503
11607
|
constructor(e) {
|
|
11504
11608
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11505
|
-
this.languageUtils = e, this.options = t, this.logger = O.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
11609
|
+
this.languageUtils = e, this.options = t, this.logger = O.create("pluralResolver"), (!this.options.compatibilityJSON || E6.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 = A6(), this.pluralRulesCache = {};
|
|
11506
11610
|
}
|
|
11507
11611
|
addRule(e, t) {
|
|
11508
11612
|
this.rules[e] = t;
|
|
@@ -11560,14 +11664,14 @@ class b3 {
|
|
|
11560
11664
|
return this.options.compatibilityJSON === "v1" ? o === 1 ? "" : typeof o == "number" ? `_plural_${o.toString()}` : h() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? h() : this.options.prepend && i.toString() ? this.options.prepend + i.toString() : i.toString();
|
|
11561
11665
|
}
|
|
11562
11666
|
shouldUseIntlApi() {
|
|
11563
|
-
return !
|
|
11667
|
+
return !y6.includes(this.options.compatibilityJSON);
|
|
11564
11668
|
}
|
|
11565
11669
|
}
|
|
11566
11670
|
const U1 = function(s, e, t) {
|
|
11567
|
-
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h =
|
|
11671
|
+
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h = v6(s, e, t);
|
|
11568
11672
|
return !h && o && R(t) && (h = H1(s, t, i), h === void 0 && (h = H1(e, t, i))), h;
|
|
11569
11673
|
}, V1 = (s) => s.replace(/\$/g, "$$$$");
|
|
11570
|
-
class
|
|
11674
|
+
class K6 {
|
|
11571
11675
|
constructor() {
|
|
11572
11676
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11573
11677
|
this.logger = O.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -11596,7 +11700,7 @@ class y3 {
|
|
|
11596
11700
|
maxReplaces: M,
|
|
11597
11701
|
alwaysFormat: V
|
|
11598
11702
|
} = e.interpolation;
|
|
11599
|
-
this.escape = t !== void 0 ? t :
|
|
11703
|
+
this.escape = t !== void 0 ? t : x6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = o !== void 0 ? o : !1, this.prefix = h ? i1(h) : C || "{{", this.suffix = d ? i1(d) : r || "}}", this.formatSeparator = l || ",", this.unescapePrefix = a ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? i1(u) : w || i1("$t("), this.nestingSuffix = f ? i1(f) : L || i1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = M || 1e3, this.alwaysFormat = V !== void 0 ? V : !1, this.resetRegExp();
|
|
11600
11704
|
}
|
|
11601
11705
|
reset() {
|
|
11602
11706
|
this.options && this.init(this.options);
|
|
@@ -11691,7 +11795,7 @@ class y3 {
|
|
|
11691
11795
|
return e;
|
|
11692
11796
|
}
|
|
11693
11797
|
}
|
|
11694
|
-
const
|
|
11798
|
+
const B6 = (s) => {
|
|
11695
11799
|
let e = s.toLowerCase().trim();
|
|
11696
11800
|
const t = {};
|
|
11697
11801
|
if (s.indexOf("(") > -1) {
|
|
@@ -11722,7 +11826,7 @@ const E3 = (s) => {
|
|
|
11722
11826
|
return d || (d = s(m1(i), o), e[C] = d), d(t);
|
|
11723
11827
|
};
|
|
11724
11828
|
};
|
|
11725
|
-
class
|
|
11829
|
+
class G6 {
|
|
11726
11830
|
constructor() {
|
|
11727
11831
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11728
11832
|
this.logger = O.create("formatter"), this.options = e, this.formats = {
|
|
@@ -11782,7 +11886,7 @@ class A3 {
|
|
|
11782
11886
|
const {
|
|
11783
11887
|
formatName: l,
|
|
11784
11888
|
formatOptions: a
|
|
11785
|
-
} =
|
|
11889
|
+
} = B6(r);
|
|
11786
11890
|
if (this.formats[l]) {
|
|
11787
11891
|
let p = d;
|
|
11788
11892
|
try {
|
|
@@ -11802,10 +11906,10 @@ class A3 {
|
|
|
11802
11906
|
}, e);
|
|
11803
11907
|
}
|
|
11804
11908
|
}
|
|
11805
|
-
const
|
|
11909
|
+
const S6 = (s, e) => {
|
|
11806
11910
|
s.pending[e] !== void 0 && (delete s.pending[e], s.pendingCount--);
|
|
11807
11911
|
};
|
|
11808
|
-
class
|
|
11912
|
+
class Y6 extends N1 {
|
|
11809
11913
|
constructor(e, t, i) {
|
|
11810
11914
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
11811
11915
|
super(), this.backend = e, this.store = t, this.services = i, this.languageUtils = i.languageUtils, this.options = o, this.logger = O.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = o.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = o.maxRetries >= 0 ? o.maxRetries : 5, this.retryTimeout = o.retryTimeout >= 1 ? o.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(i, o.backend, o);
|
|
@@ -11838,7 +11942,7 @@ class K3 extends N1 {
|
|
|
11838
11942
|
}), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
|
|
11839
11943
|
const d = {};
|
|
11840
11944
|
this.queue.forEach((r) => {
|
|
11841
|
-
|
|
11945
|
+
k6(r.loaded, [h], C), S6(r, e), t && r.errors.push(t), r.pendingCount === 0 && !r.done && (Object.keys(r.loaded).forEach((l) => {
|
|
11842
11946
|
d[l] || (d[l] = {});
|
|
11843
11947
|
const a = r.loaded[l];
|
|
11844
11948
|
a.length && a.forEach((p) => {
|
|
@@ -11997,7 +12101,7 @@ const z1 = () => ({
|
|
|
11997
12101
|
skipOnVariables: !0
|
|
11998
12102
|
}
|
|
11999
12103
|
}), J1 = (s) => (R(s.ns) && (s.ns = [s.ns]), R(s.fallbackLng) && (s.fallbackLng = [s.fallbackLng]), R(s.fallbackNS) && (s.fallbackNS = [s.fallbackNS]), s.supportedLngs && s.supportedLngs.indexOf("cimode") < 0 && (s.supportedLngs = s.supportedLngs.concat(["cimode"])), s), f1 = () => {
|
|
12000
|
-
},
|
|
12104
|
+
}, I6 = (s) => {
|
|
12001
12105
|
Object.getOwnPropertyNames(Object.getPrototypeOf(s)).forEach((t) => {
|
|
12002
12106
|
typeof s[t] == "function" && (s[t] = s[t].bind(s));
|
|
12003
12107
|
});
|
|
@@ -12007,7 +12111,7 @@ class C1 extends N1 {
|
|
|
12007
12111
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12008
12112
|
if (super(), this.options = J1(e), this.services = {}, this.logger = O, this.modules = {
|
|
12009
12113
|
external: []
|
|
12010
|
-
},
|
|
12114
|
+
}, I6(this), t && !this.isInitialized && !e.isClone) {
|
|
12011
12115
|
if (!this.options.initImmediate)
|
|
12012
12116
|
return this.init(e, t), this;
|
|
12013
12117
|
setTimeout(() => {
|
|
@@ -12032,17 +12136,17 @@ class C1 extends N1 {
|
|
|
12032
12136
|
if (!this.options.isClone) {
|
|
12033
12137
|
this.modules.logger ? O.init(h(this.modules.logger), this.options) : O.init(null, this.options);
|
|
12034
12138
|
let a;
|
|
12035
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
12139
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = G6);
|
|
12036
12140
|
const p = new P1(this.options);
|
|
12037
12141
|
this.store = new $1(this.options.resources, this.options);
|
|
12038
12142
|
const u = this.services;
|
|
12039
|
-
u.logger = O, u.resourceStore = this.store, u.languageUtils = p, u.pluralResolver = new
|
|
12143
|
+
u.logger = O, u.resourceStore = this.store, u.languageUtils = p, u.pluralResolver = new D6(p, {
|
|
12040
12144
|
prepend: this.options.pluralSeparator,
|
|
12041
12145
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12042
12146
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12043
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (u.formatter = h(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new
|
|
12147
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (u.formatter = h(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new K6(this.options), u.utils = {
|
|
12044
12148
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12045
|
-
}, u.backendConnector = new
|
|
12149
|
+
}, u.backendConnector = new Y6(h(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(w) {
|
|
12046
12150
|
for (var f = arguments.length, L = new Array(f > 1 ? f - 1 : 0), m = 1; m < f; m++)
|
|
12047
12151
|
L[m - 1] = arguments[m];
|
|
12048
12152
|
e.emit(w, ...L);
|
|
@@ -12256,7 +12360,7 @@ K.setDefaultNamespace;
|
|
|
12256
12360
|
K.hasLoadedNamespace;
|
|
12257
12361
|
K.loadNamespaces;
|
|
12258
12362
|
K.loadLanguages;
|
|
12259
|
-
function
|
|
12363
|
+
function O6() {
|
|
12260
12364
|
if (console && console.warn) {
|
|
12261
12365
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
12262
12366
|
e[t] = arguments[t];
|
|
@@ -12267,7 +12371,7 @@ const Q1 = {};
|
|
|
12267
12371
|
function _1() {
|
|
12268
12372
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
12269
12373
|
e[t] = arguments[t];
|
|
12270
|
-
J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()),
|
|
12374
|
+
J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()), O6(...e));
|
|
12271
12375
|
}
|
|
12272
12376
|
const a2 = (s, e) => () => {
|
|
12273
12377
|
if (s.isInitialized)
|
|
@@ -12286,7 +12390,7 @@ const a2 = (s, e) => () => {
|
|
|
12286
12390
|
J(t) && (t = [t]), t.forEach((o) => {
|
|
12287
12391
|
s.options.ns.indexOf(o) < 0 && s.options.ns.push(o);
|
|
12288
12392
|
}), s.loadLanguages(e, a2(s, i));
|
|
12289
|
-
},
|
|
12393
|
+
}, j6 = function(s, e) {
|
|
12290
12394
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12291
12395
|
const i = e.languages[0], o = e.options ? e.options.fallbackLng : !1, h = e.languages[e.languages.length - 1];
|
|
12292
12396
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -12295,15 +12399,15 @@ const a2 = (s, e) => () => {
|
|
|
12295
12399
|
return l === -1 || l === 2;
|
|
12296
12400
|
};
|
|
12297
12401
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !C(e.isLanguageChangingTo, s) ? !1 : !!(e.hasResourceBundle(i, s) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || C(i, s) && (!o || C(h, s)));
|
|
12298
|
-
},
|
|
12402
|
+
}, W6 = function(s, e) {
|
|
12299
12403
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12300
12404
|
return !e.languages || !e.languages.length ? (_1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(s, {
|
|
12301
12405
|
lng: t.lng,
|
|
12302
12406
|
precheck: (o, h) => {
|
|
12303
12407
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !h(o.isLanguageChangingTo, s)) return !1;
|
|
12304
12408
|
}
|
|
12305
|
-
}) :
|
|
12306
|
-
}, J = (s) => typeof s == "string",
|
|
12409
|
+
}) : j6(s, e, t);
|
|
12410
|
+
}, J = (s) => typeof s == "string", $6 = (s) => typeof s == "object" && s !== null, T6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, P6 = {
|
|
12307
12411
|
"&": "&",
|
|
12308
12412
|
"&": "&",
|
|
12309
12413
|
"<": "<",
|
|
@@ -12324,7 +12428,7 @@ const a2 = (s, e) => () => {
|
|
|
12324
12428
|
"…": "…",
|
|
12325
12429
|
"/": "/",
|
|
12326
12430
|
"/": "/"
|
|
12327
|
-
},
|
|
12431
|
+
}, F6 = (s) => P6[s], U6 = (s) => s.replace(T6, F6);
|
|
12328
12432
|
let b1 = {
|
|
12329
12433
|
bindI18n: "languageChanged",
|
|
12330
12434
|
bindI18nStore: "",
|
|
@@ -12333,25 +12437,25 @@ let b1 = {
|
|
|
12333
12437
|
transWrapTextNodes: "",
|
|
12334
12438
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
12335
12439
|
useSuspense: !0,
|
|
12336
|
-
unescape:
|
|
12440
|
+
unescape: U6
|
|
12337
12441
|
};
|
|
12338
|
-
const
|
|
12442
|
+
const z6 = function() {
|
|
12339
12443
|
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12340
12444
|
b1 = {
|
|
12341
12445
|
...b1,
|
|
12342
12446
|
...s
|
|
12343
12447
|
};
|
|
12344
|
-
},
|
|
12448
|
+
}, J6 = () => b1;
|
|
12345
12449
|
let h2;
|
|
12346
|
-
const
|
|
12450
|
+
const Q6 = (s) => {
|
|
12347
12451
|
h2 = s;
|
|
12348
|
-
},
|
|
12452
|
+
}, q6 = () => h2, X6 = {
|
|
12349
12453
|
type: "3rdParty",
|
|
12350
12454
|
init(s) {
|
|
12351
|
-
|
|
12455
|
+
z6(s.options.react), Q6(s);
|
|
12352
12456
|
}
|
|
12353
|
-
},
|
|
12354
|
-
class
|
|
12457
|
+
}, e3 = e2();
|
|
12458
|
+
class t3 {
|
|
12355
12459
|
constructor() {
|
|
12356
12460
|
D1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
12357
12461
|
this.usedNamespaces = {};
|
|
@@ -12362,27 +12466,27 @@ class Q3 {
|
|
|
12362
12466
|
});
|
|
12363
12467
|
}
|
|
12364
12468
|
}
|
|
12365
|
-
const
|
|
12469
|
+
const i3 = (s, e) => {
|
|
12366
12470
|
const t = W();
|
|
12367
12471
|
return D(() => {
|
|
12368
12472
|
t.current = s;
|
|
12369
12473
|
}, [s, e]), t.current;
|
|
12370
|
-
}, c2 = (s, e, t, i) => s.getFixedT(e, t, i),
|
|
12474
|
+
}, c2 = (s, e, t, i) => s.getFixedT(e, t, i), s3 = (s, e, t, i) => I(c2(s, e, t, i), [s, e, t, i]), o3 = function(s) {
|
|
12371
12475
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
12372
12476
|
const {
|
|
12373
12477
|
i18n: t
|
|
12374
12478
|
} = e, {
|
|
12375
12479
|
i18n: i,
|
|
12376
12480
|
defaultNS: o
|
|
12377
|
-
} = $(
|
|
12378
|
-
if (h && !h.reportNamespaces && (h.reportNamespaces = new
|
|
12481
|
+
} = $(e3) || {}, h = t || i || q6();
|
|
12482
|
+
if (h && !h.reportNamespaces && (h.reportNamespaces = new t3()), !h) {
|
|
12379
12483
|
_1("You will need to pass in an i18next instance by using initReactI18next");
|
|
12380
|
-
const k = (N, x) => J(x) ? x :
|
|
12484
|
+
const k = (N, x) => J(x) ? x : $6(x) && J(x.defaultValue) ? x.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, Z = [k, {}, !1];
|
|
12381
12485
|
return Z.t = k, Z.i18n = {}, Z.ready = !1, Z;
|
|
12382
12486
|
}
|
|
12383
12487
|
h.options.react && h.options.react.wait !== void 0 && _1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
12384
12488
|
const C = {
|
|
12385
|
-
...
|
|
12489
|
+
...J6(),
|
|
12386
12490
|
...h.options.react,
|
|
12387
12491
|
...e
|
|
12388
12492
|
}, {
|
|
@@ -12391,10 +12495,10 @@ const q3 = (s, e) => {
|
|
|
12391
12495
|
} = C;
|
|
12392
12496
|
let l = s;
|
|
12393
12497
|
l = J(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
12394
|
-
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) =>
|
|
12498
|
+
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((k) => W6(k, h, C)), p = s3(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), u = () => p, w = () => c2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [f, L] = E(u);
|
|
12395
12499
|
let m = l.join();
|
|
12396
12500
|
e.lng && (m = `${e.lng}${m}`);
|
|
12397
|
-
const M =
|
|
12501
|
+
const M = i3(m), V = W(!0);
|
|
12398
12502
|
D(() => {
|
|
12399
12503
|
const {
|
|
12400
12504
|
bindI18n: k,
|
|
@@ -12419,24 +12523,24 @@ const q3 = (s, e) => {
|
|
|
12419
12523
|
throw new Promise((k) => {
|
|
12420
12524
|
e.lng ? X1(h, e.lng, l, () => k()) : q1(h, l, () => k());
|
|
12421
12525
|
});
|
|
12422
|
-
},
|
|
12423
|
-
placeholder:
|
|
12424
|
-
},
|
|
12425
|
-
placeholder:
|
|
12526
|
+
}, n3 = "Country", l3 = {
|
|
12527
|
+
placeholder: n3
|
|
12528
|
+
}, r3 = "Страна", a3 = {
|
|
12529
|
+
placeholder: r3
|
|
12426
12530
|
};
|
|
12427
|
-
K.use(
|
|
12531
|
+
K.use(X6).init({
|
|
12428
12532
|
defaultNS: "common",
|
|
12429
12533
|
lng: "en",
|
|
12430
12534
|
resources: {
|
|
12431
12535
|
en: {
|
|
12432
|
-
common:
|
|
12536
|
+
common: l3
|
|
12433
12537
|
},
|
|
12434
12538
|
ru: {
|
|
12435
|
-
common:
|
|
12539
|
+
common: a3
|
|
12436
12540
|
}
|
|
12437
12541
|
}
|
|
12438
12542
|
});
|
|
12439
|
-
const
|
|
12543
|
+
const w3 = q(
|
|
12440
12544
|
({
|
|
12441
12545
|
width: s,
|
|
12442
12546
|
selectedCity: e,
|
|
@@ -12455,7 +12559,7 @@ const C6 = q(
|
|
|
12455
12559
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
|
12456
12560
|
Please provide it via SNMTUiContext.`
|
|
12457
12561
|
);
|
|
12458
|
-
const { t: b } =
|
|
12562
|
+
const { t: b } = o3("common", { lng: M }), k = I(async () => {
|
|
12459
12563
|
m(!0);
|
|
12460
12564
|
try {
|
|
12461
12565
|
const N = await V.post("v1/countries/search");
|
|
@@ -12474,9 +12578,9 @@ const C6 = q(
|
|
|
12474
12578
|
(B) => B.name.includes(N)
|
|
12475
12579
|
);
|
|
12476
12580
|
if (x.length) {
|
|
12477
|
-
const B = x.map((
|
|
12478
|
-
label:
|
|
12479
|
-
value:
|
|
12581
|
+
const B = x.map((G) => ({
|
|
12582
|
+
label: G.name,
|
|
12583
|
+
value: G.name
|
|
12480
12584
|
}));
|
|
12481
12585
|
i(B[0].value);
|
|
12482
12586
|
}
|
|
@@ -12492,7 +12596,7 @@ const C6 = q(
|
|
|
12492
12596
|
N === null ? (i(""), t && t("")) : (i(N), t && t(""));
|
|
12493
12597
|
};
|
|
12494
12598
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
|
12495
|
-
|
|
12599
|
+
p6,
|
|
12496
12600
|
{
|
|
12497
12601
|
id: h,
|
|
12498
12602
|
width: s,
|
|
@@ -12511,5 +12615,5 @@ const C6 = q(
|
|
|
12511
12615
|
}
|
|
12512
12616
|
);
|
|
12513
12617
|
export {
|
|
12514
|
-
|
|
12618
|
+
w3 as CountrySelect
|
|
12515
12619
|
};
|