chop-logic-components 3.5.2 → 3.5.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/index.cjs.js +2 -18
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +239 -257
- package/dist/index.es.js.map +1 -1
- package/package.json +23 -23
package/dist/index.es.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import './index.css';var I1 = Object.defineProperty, L1 = Object.defineProperties;
|
|
2
2
|
var S1 = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Ce = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var We = Object.prototype.hasOwnProperty, Ke = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var qe = (e, t, r) => t in e ? I1(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, p = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
We.call(t, r) && qe(e, r, t[r]);
|
|
8
8
|
if (Ce)
|
|
9
9
|
for (var r of Ce(t))
|
|
10
|
-
Ke.call(t, r) &&
|
|
10
|
+
Ke.call(t, r) && qe(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, b = (e, t) => L1(e, S1(t));
|
|
13
|
+
var m = (e, t) => {
|
|
14
14
|
var r = {};
|
|
15
15
|
for (var n in e)
|
|
16
|
-
|
|
16
|
+
We.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
17
17
|
if (e != null && Ce)
|
|
18
18
|
for (var n of Ce(e))
|
|
19
19
|
t.indexOf(n) < 0 && Ke.call(e, n) && (r[n] = e[n]);
|
|
@@ -21,16 +21,7 @@ var b = (e, t) => {
|
|
|
21
21
|
};
|
|
22
22
|
import A1, { useCallback as U, useState as S, useEffect as P, useRef as R, forwardRef as R1, useId as i1, createContext as d1, useMemo as u1, useContext as ce } from "react";
|
|
23
23
|
import z1 from "react-dom";
|
|
24
|
-
var
|
|
25
|
-
/**
|
|
26
|
-
* @license React
|
|
27
|
-
* react-jsx-runtime.production.js
|
|
28
|
-
*
|
|
29
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
30
|
-
*
|
|
31
|
-
* This source code is licensed under the MIT license found in the
|
|
32
|
-
* LICENSE file in the root directory of this source tree.
|
|
33
|
-
*/
|
|
24
|
+
var be = { exports: {} }, _e = {};
|
|
34
25
|
var Fe;
|
|
35
26
|
function B1() {
|
|
36
27
|
if (Fe) return _e;
|
|
@@ -54,22 +45,13 @@ function B1() {
|
|
|
54
45
|
return _e.Fragment = t, _e.jsx = r, _e.jsxs = r, _e;
|
|
55
46
|
}
|
|
56
47
|
var xe = {};
|
|
57
|
-
/**
|
|
58
|
-
* @license React
|
|
59
|
-
* react-jsx-runtime.development.js
|
|
60
|
-
*
|
|
61
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
62
|
-
*
|
|
63
|
-
* This source code is licensed under the MIT license found in the
|
|
64
|
-
* LICENSE file in the root directory of this source tree.
|
|
65
|
-
*/
|
|
66
48
|
var Ue;
|
|
67
49
|
function D1() {
|
|
68
50
|
return Ue || (Ue = 1, process.env.NODE_ENV !== "production" && function() {
|
|
69
51
|
function e(_) {
|
|
70
52
|
if (_ == null) return null;
|
|
71
53
|
if (typeof _ == "function")
|
|
72
|
-
return _.$$typeof ===
|
|
54
|
+
return _.$$typeof === q ? null : _.displayName || _.name || null;
|
|
73
55
|
if (typeof _ == "string") return _;
|
|
74
56
|
switch (_) {
|
|
75
57
|
case C:
|
|
@@ -82,7 +64,7 @@ function D1() {
|
|
|
82
64
|
return "Suspense";
|
|
83
65
|
case B:
|
|
84
66
|
return "SuspenseList";
|
|
85
|
-
case
|
|
67
|
+
case W:
|
|
86
68
|
return "Activity";
|
|
87
69
|
}
|
|
88
70
|
if (typeof _ == "object")
|
|
@@ -259,7 +241,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
259
241
|
function u(_) {
|
|
260
242
|
return typeof _ == "object" && _ !== null && _.$$typeof === f;
|
|
261
243
|
}
|
|
262
|
-
var x = A1, f = Symbol.for("react.transitional.element"), g = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), j = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), M = Symbol.for("react.consumer"), y = Symbol.for("react.context"), E = Symbol.for("react.forward_ref"), z = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), D = Symbol.for("react.memo"), $ = Symbol.for("react.lazy"),
|
|
244
|
+
var x = A1, f = Symbol.for("react.transitional.element"), g = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), j = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), M = Symbol.for("react.consumer"), y = Symbol.for("react.context"), E = Symbol.for("react.forward_ref"), z = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), D = Symbol.for("react.memo"), $ = Symbol.for("react.lazy"), W = Symbol.for("react.activity"), q = Symbol.for("react.client.reference"), Z = x.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, N = Object.prototype.hasOwnProperty, J = Array.isArray, A = console.createTask ? console.createTask : function() {
|
|
263
245
|
return null;
|
|
264
246
|
};
|
|
265
247
|
x = {
|
|
@@ -296,7 +278,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
296
278
|
}
|
|
297
279
|
var Ge;
|
|
298
280
|
function $1() {
|
|
299
|
-
return Ge || (Ge = 1, process.env.NODE_ENV === "production" ?
|
|
281
|
+
return Ge || (Ge = 1, process.env.NODE_ENV === "production" ? be.exports = B1() : be.exports = D1()), be.exports;
|
|
300
282
|
}
|
|
301
283
|
var s = $1(), Q = /* @__PURE__ */ ((e) => (e.Success = "success", e.Error = "error", e.Warning = "warning", e.Info = "info", e.Help = "help", e))(Q || {}), H = /* @__PURE__ */ ((e) => (e.Primary = "primary", e.Secondary = "secondary", e.Icon = "icon", e.Inner = "inner", e))(H || {}), v = /* @__PURE__ */ ((e) => (e.ArrowDown = "arrow-down", e.ArrowUp = "arrow-up", e.Back = "back", e.Cancel = "cancel", e.CheckboxChecked = "checkbox-checked", e.CheckboxUnchecked = "checkbox-unchecked", e.CheckMark = "check-mark", e.ChevronDown = "chevron-down", e.ChevronLeft = "chevron-left", e.ChevronRight = "chevron-right", e.ChevronUp = "chevron-up", e.ChopLogic = "chop-logic", e.Clear = "clear", e.Copy = "copy", e.Cut = "cut", e.Delete = "delete", e.Documents = "documents", e.Download = "download", e.Edit = "edit", e.Email = "email", e.Error = "error", e.Forward = "forward", e.Graduate = "graduate", e.Help = "help", e.Hide = "hide", e.Home = "home", e.Image = "image", e.Info = "info", e.Login = "login", e.Paste = "paste", e.Phone = "phone", e.PlusCircle = "plus-circle", e.Projects = "projects", e.Question = "question", e.Save = "save", e.Search = "search", e.Settings = "settings", e.Show = "show", e.Upload = "upload", e.Warning = "warning", e.Remove = "remove", e))(v || {}), ee = /* @__PURE__ */ ((e) => (e.Dots = "dots", e.Brackets = "brackets", e.Linear = "linear", e.Square = "square", e.Circle = "circle", e.Pulse = "pulse", e.Arrow = "arrow", e.Filler = "filler", e.Rotation = "rotation", e))(ee || {}), te = /* @__PURE__ */ ((e) => (e.Vertical = "vertical", e.Horizontal = "horizontal", e))(te || {}), ae = /* @__PURE__ */ ((e) => (e.Light = "cl-components-light-theme", e.Dark = "cl-components-dark-theme", e))(ae || {}), h1 = /* @__PURE__ */ ((e) => (e.Span = "span", e.Div = "div", e.P = "p", e.Strong = "strong", e.Em = "em", e))(h1 || {});
|
|
302
284
|
const T1 = "_figure_6etdm_2", N1 = "_figure_caption_6etdm_6", Ye = {
|
|
@@ -305,7 +287,7 @@ const T1 = "_figure_6etdm_2", N1 = "_figure_caption_6etdm_6", Ye = {
|
|
|
305
287
|
};
|
|
306
288
|
function H1(e) {
|
|
307
289
|
return (n) => {
|
|
308
|
-
var o = n, { caption: t } = o, r =
|
|
290
|
+
var o = n, { caption: t } = o, r = m(o, ["caption"]);
|
|
309
291
|
var l;
|
|
310
292
|
return (l = t == null ? void 0 : t.trim()) != null && l.length ? /* @__PURE__ */ s.jsxs("figure", { className: Ye.figure, children: [
|
|
311
293
|
/* @__PURE__ */ s.jsx(e, p({}, r)),
|
|
@@ -315,7 +297,7 @@ function H1(e) {
|
|
|
315
297
|
}
|
|
316
298
|
function P1(e) {
|
|
317
299
|
return (o) => {
|
|
318
|
-
var l = o, { tooltip: t, visibleOn: r } = l, n =
|
|
300
|
+
var l = o, { tooltip: t, visibleOn: r } = l, n = m(l, ["tooltip", "visibleOn"]);
|
|
319
301
|
return t != null && t.length ? /* @__PURE__ */ s.jsx(Qn, { tooltipContent: t, visibleOn: r, children: /* @__PURE__ */ s.jsx(e, p({}, n)) }) : /* @__PURE__ */ s.jsx(e, p({}, n));
|
|
320
302
|
};
|
|
321
303
|
}
|
|
@@ -366,18 +348,18 @@ function _1({
|
|
|
366
348
|
}
|
|
367
349
|
const V1 = "_extended_1i1tp_1", O1 = {
|
|
368
350
|
extended: V1
|
|
369
|
-
},
|
|
370
|
-
button:
|
|
351
|
+
}, q1 = "_button_3abjp_3", W1 = {
|
|
352
|
+
button: q1
|
|
371
353
|
}, K1 = (n) => {
|
|
372
|
-
var o = n, { children: e, className: t } = o, r =
|
|
373
|
-
return /* @__PURE__ */ s.jsx("button",
|
|
354
|
+
var o = n, { children: e, className: t } = o, r = m(o, ["children", "className"]);
|
|
355
|
+
return /* @__PURE__ */ s.jsx("button", b(p({}, r), { className: L([W1.button, t]), children: e }));
|
|
374
356
|
}, F1 = "_button_1hyki_51", U1 = {
|
|
375
357
|
button: F1
|
|
376
358
|
}, G1 = (c) => {
|
|
377
|
-
var a = c, { onClick: e, label: t, icon: r, disabled: n, className: o } = a, l =
|
|
359
|
+
var a = c, { onClick: e, label: t, icon: r, disabled: n, className: o } = a, l = m(a, ["onClick", "label", "icon", "disabled", "className"]);
|
|
378
360
|
return /* @__PURE__ */ s.jsx(
|
|
379
361
|
"button",
|
|
380
|
-
|
|
362
|
+
b(p({
|
|
381
363
|
className: L([U1.button, o]),
|
|
382
364
|
onClick: e,
|
|
383
365
|
"aria-label": t,
|
|
@@ -387,23 +369,23 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
387
369
|
children: /* @__PURE__ */ s.jsx(G, { name: r })
|
|
388
370
|
})
|
|
389
371
|
);
|
|
390
|
-
}, Y1 = "_button_f0p0n_3", Z1 = "_button_shadow_f0p0n_17", J1 = "_button_edge_f0p0n_29", X1 = "_button_front_f0p0n_38",
|
|
372
|
+
}, Y1 = "_button_f0p0n_3", Z1 = "_button_shadow_f0p0n_17", J1 = "_button_edge_f0p0n_29", X1 = "_button_front_f0p0n_38", me = {
|
|
391
373
|
button: Y1,
|
|
392
374
|
button_shadow: Z1,
|
|
393
375
|
button_edge: J1,
|
|
394
376
|
button_front: X1
|
|
395
377
|
}, Q1 = (n) => {
|
|
396
|
-
var o = n, { children: e, className: t } = o, r =
|
|
397
|
-
return /* @__PURE__ */ s.jsxs("button",
|
|
398
|
-
/* @__PURE__ */ s.jsx("span", { className:
|
|
399
|
-
/* @__PURE__ */ s.jsx("span", { className:
|
|
400
|
-
/* @__PURE__ */ s.jsx("span", { className:
|
|
378
|
+
var o = n, { children: e, className: t } = o, r = m(o, ["children", "className"]);
|
|
379
|
+
return /* @__PURE__ */ s.jsxs("button", b(p({}, r), { className: L([me.button, t]), children: [
|
|
380
|
+
/* @__PURE__ */ s.jsx("span", { className: me.button_shadow }),
|
|
381
|
+
/* @__PURE__ */ s.jsx("span", { className: me.button_edge }),
|
|
382
|
+
/* @__PURE__ */ s.jsx("span", { className: me.button_front, children: e })
|
|
401
383
|
] }));
|
|
402
|
-
}, et = "
|
|
384
|
+
}, et = "_button_1ch6k_3", tt = {
|
|
403
385
|
button: et
|
|
404
386
|
}, nt = (n) => {
|
|
405
|
-
var o = n, { children: e, className: t } = o, r =
|
|
406
|
-
return /* @__PURE__ */ s.jsx("button",
|
|
387
|
+
var o = n, { children: e, className: t } = o, r = m(o, ["children", "className"]);
|
|
388
|
+
return /* @__PURE__ */ s.jsx("button", b(p({}, r), { className: L([tt.button, t]), children: e }));
|
|
407
389
|
}, rt = (h) => {
|
|
408
390
|
var w = h, {
|
|
409
391
|
onClick: e,
|
|
@@ -415,7 +397,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
415
397
|
type: c = "button",
|
|
416
398
|
view: a = H.Primary,
|
|
417
399
|
className: i
|
|
418
|
-
} = w, d =
|
|
400
|
+
} = w, d = m(w, [
|
|
419
401
|
"onClick",
|
|
420
402
|
"text",
|
|
421
403
|
"icon",
|
|
@@ -431,7 +413,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
431
413
|
case H.Primary:
|
|
432
414
|
return /* @__PURE__ */ s.jsxs(
|
|
433
415
|
Q1,
|
|
434
|
-
|
|
416
|
+
b(p({
|
|
435
417
|
"aria-label": n,
|
|
436
418
|
type: c,
|
|
437
419
|
onClick: e,
|
|
@@ -447,7 +429,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
447
429
|
case H.Secondary:
|
|
448
430
|
return /* @__PURE__ */ s.jsxs(
|
|
449
431
|
nt,
|
|
450
|
-
|
|
432
|
+
b(p({
|
|
451
433
|
"aria-label": n,
|
|
452
434
|
type: c,
|
|
453
435
|
onClick: e,
|
|
@@ -463,7 +445,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
463
445
|
case H.Icon:
|
|
464
446
|
return /* @__PURE__ */ s.jsx(
|
|
465
447
|
K1,
|
|
466
|
-
|
|
448
|
+
b(p({
|
|
467
449
|
"aria-label": n,
|
|
468
450
|
type: c,
|
|
469
451
|
onClick: e,
|
|
@@ -476,7 +458,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
476
458
|
case H.Inner:
|
|
477
459
|
return /* @__PURE__ */ s.jsx(
|
|
478
460
|
G1,
|
|
479
|
-
|
|
461
|
+
b(p({
|
|
480
462
|
label: n,
|
|
481
463
|
icon: r,
|
|
482
464
|
onClick: e,
|
|
@@ -503,7 +485,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
503
485
|
onKeyDown: l,
|
|
504
486
|
className: c,
|
|
505
487
|
inputRef: a
|
|
506
|
-
} = h, i =
|
|
488
|
+
} = h, i = m(h, [
|
|
507
489
|
"multiline",
|
|
508
490
|
"value",
|
|
509
491
|
"placeholder",
|
|
@@ -538,7 +520,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
538
520
|
placeholder: t,
|
|
539
521
|
onClick: r,
|
|
540
522
|
className: n
|
|
541
|
-
} = c, o =
|
|
523
|
+
} = c, o = m(c, [
|
|
542
524
|
"value",
|
|
543
525
|
"placeholder",
|
|
544
526
|
"onClick",
|
|
@@ -549,7 +531,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
549
531
|
};
|
|
550
532
|
return /* @__PURE__ */ s.jsx(
|
|
551
533
|
"span",
|
|
552
|
-
|
|
534
|
+
b(p({
|
|
553
535
|
onClick: r,
|
|
554
536
|
className: n,
|
|
555
537
|
role: "button",
|
|
@@ -603,7 +585,7 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
603
585
|
multiline: c = !1,
|
|
604
586
|
placeholder: a = "Click to edit...",
|
|
605
587
|
readOnly: i = !1
|
|
606
|
-
} = w, d =
|
|
588
|
+
} = w, d = m(w, [
|
|
607
589
|
"value",
|
|
608
590
|
"isEditMode",
|
|
609
591
|
"onChange",
|
|
@@ -674,17 +656,17 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
674
656
|
{ [Ze.errorMessage__visible]: n }
|
|
675
657
|
]);
|
|
676
658
|
return /* @__PURE__ */ s.jsx("span", { id: e, className: l, "data-testid": t, "aria-hidden": !n, children: r });
|
|
677
|
-
}, ft = "
|
|
659
|
+
}, ft = "_header_148qy_2", wt = "_header_icon_148qy_6", pt = "_header__h1_148qy_10", Ct = "_header__h2_148qy_30", bt = "_header__h3_148qy_50", mt = "_header__h4_148qy_70", vt = "_header__h5_148qy_89", gt = "_header__h6_148qy_108", se = {
|
|
678
660
|
header: ft,
|
|
679
661
|
header_icon: wt,
|
|
680
662
|
header__h1: pt,
|
|
681
663
|
header__h2: Ct,
|
|
682
|
-
header__h3:
|
|
683
|
-
header__h4:
|
|
664
|
+
header__h3: bt,
|
|
665
|
+
header__h4: mt,
|
|
684
666
|
header__h5: vt,
|
|
685
667
|
header__h6: gt
|
|
686
668
|
}, f1 = (l) => {
|
|
687
|
-
var c = l, { as: e = "h1", icon: t, children: r, className: n } = c, o =
|
|
669
|
+
var c = l, { as: e = "h1", icon: t, children: r, className: n } = c, o = m(c, ["as", "icon", "children", "className"]);
|
|
688
670
|
const a = e, i = L([
|
|
689
671
|
n,
|
|
690
672
|
se.header,
|
|
@@ -697,17 +679,17 @@ const V1 = "_extended_1i1tp_1", O1 = {
|
|
|
697
679
|
[se.header__h6]: e === "h6"
|
|
698
680
|
}
|
|
699
681
|
]);
|
|
700
|
-
return /* @__PURE__ */ s.jsxs(a,
|
|
682
|
+
return /* @__PURE__ */ s.jsxs(a, b(p({ className: i }, o), { children: [
|
|
701
683
|
t && /* @__PURE__ */ s.jsx(G, { name: t, className: se.header_icon }),
|
|
702
684
|
" ",
|
|
703
685
|
r
|
|
704
686
|
] }));
|
|
705
687
|
};
|
|
706
688
|
function Te(r) {
|
|
707
|
-
var n = r, { title: e } = n, t =
|
|
689
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
708
690
|
return /* @__PURE__ */ s.jsxs(
|
|
709
691
|
"svg",
|
|
710
|
-
|
|
692
|
+
b(p({
|
|
711
693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
712
694
|
viewBox: "0 0 24 24",
|
|
713
695
|
fill: "currentColor",
|
|
@@ -723,10 +705,10 @@ function Te(r) {
|
|
|
723
705
|
);
|
|
724
706
|
}
|
|
725
707
|
function Ne(r) {
|
|
726
|
-
var n = r, { title: e } = n, t =
|
|
708
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
727
709
|
return /* @__PURE__ */ s.jsxs(
|
|
728
710
|
"svg",
|
|
729
|
-
|
|
711
|
+
b(p({
|
|
730
712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
731
713
|
viewBox: "0 0 24 24",
|
|
732
714
|
fill: "currentColor",
|
|
@@ -742,10 +724,10 @@ function Ne(r) {
|
|
|
742
724
|
);
|
|
743
725
|
}
|
|
744
726
|
function jt(r) {
|
|
745
|
-
var n = r, { title: e } = n, t =
|
|
727
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
746
728
|
return /* @__PURE__ */ s.jsxs(
|
|
747
729
|
"svg",
|
|
748
|
-
|
|
730
|
+
b(p({
|
|
749
731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
750
732
|
viewBox: "0 0 512 512",
|
|
751
733
|
fill: "currentColor",
|
|
@@ -771,10 +753,10 @@ function jt(r) {
|
|
|
771
753
|
);
|
|
772
754
|
}
|
|
773
755
|
function kt(r) {
|
|
774
|
-
var n = r, { title: e } = n, t =
|
|
756
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
775
757
|
return /* @__PURE__ */ s.jsxs(
|
|
776
758
|
"svg",
|
|
777
|
-
|
|
759
|
+
b(p({
|
|
778
760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
779
761
|
viewBox: "0 0 470 1000",
|
|
780
762
|
fill: "currentColor",
|
|
@@ -790,10 +772,10 @@ function kt(r) {
|
|
|
790
772
|
);
|
|
791
773
|
}
|
|
792
774
|
function w1(r) {
|
|
793
|
-
var n = r, { title: e } = n, t =
|
|
775
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
794
776
|
return /* @__PURE__ */ s.jsxs(
|
|
795
777
|
"svg",
|
|
796
|
-
|
|
778
|
+
b(p({
|
|
797
779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
798
780
|
viewBox: "0 0 16 16",
|
|
799
781
|
fill: "currentColor",
|
|
@@ -815,10 +797,10 @@ function w1(r) {
|
|
|
815
797
|
);
|
|
816
798
|
}
|
|
817
799
|
function p1(r) {
|
|
818
|
-
var n = r, { title: e } = n, t =
|
|
800
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
819
801
|
return /* @__PURE__ */ s.jsxs(
|
|
820
802
|
"svg",
|
|
821
|
-
|
|
803
|
+
b(p({
|
|
822
804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
823
805
|
viewBox: "0 0 16 16",
|
|
824
806
|
fill: "currentColor",
|
|
@@ -840,10 +822,10 @@ function p1(r) {
|
|
|
840
822
|
);
|
|
841
823
|
}
|
|
842
824
|
function C1(r) {
|
|
843
|
-
var n = r, { title: e } = n, t =
|
|
825
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
844
826
|
return /* @__PURE__ */ s.jsxs(
|
|
845
827
|
"svg",
|
|
846
|
-
|
|
828
|
+
b(p({
|
|
847
829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
848
830
|
viewBox: "0 0 512 512",
|
|
849
831
|
fill: "currentColor",
|
|
@@ -859,10 +841,10 @@ function C1(r) {
|
|
|
859
841
|
);
|
|
860
842
|
}
|
|
861
843
|
function yt(r) {
|
|
862
|
-
var n = r, { title: e } = n, t =
|
|
844
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
863
845
|
return /* @__PURE__ */ s.jsxs(
|
|
864
846
|
"svg",
|
|
865
|
-
|
|
847
|
+
b(p({
|
|
866
848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
867
849
|
fill: "currentColor",
|
|
868
850
|
viewBox: "0 0 16 16",
|
|
@@ -884,10 +866,10 @@ function yt(r) {
|
|
|
884
866
|
);
|
|
885
867
|
}
|
|
886
868
|
function Mt(r) {
|
|
887
|
-
var n = r, { title: e } = n, t =
|
|
869
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
888
870
|
return /* @__PURE__ */ s.jsxs(
|
|
889
871
|
"svg",
|
|
890
|
-
|
|
872
|
+
b(p({
|
|
891
873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
892
874
|
fill: "currentColor",
|
|
893
875
|
viewBox: "0 0 16 16",
|
|
@@ -909,10 +891,10 @@ function Mt(r) {
|
|
|
909
891
|
);
|
|
910
892
|
}
|
|
911
893
|
function Et(r) {
|
|
912
|
-
var n = r, { title: e } = n, t =
|
|
894
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
913
895
|
return /* @__PURE__ */ s.jsxs(
|
|
914
896
|
"svg",
|
|
915
|
-
|
|
897
|
+
b(p({
|
|
916
898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
917
899
|
fill: "currentColor",
|
|
918
900
|
viewBox: "0 0 16 16",
|
|
@@ -934,10 +916,10 @@ function Et(r) {
|
|
|
934
916
|
);
|
|
935
917
|
}
|
|
936
918
|
function It(r) {
|
|
937
|
-
var n = r, { title: e } = n, t =
|
|
919
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
938
920
|
return /* @__PURE__ */ s.jsxs(
|
|
939
921
|
"svg",
|
|
940
|
-
|
|
922
|
+
b(p({
|
|
941
923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
942
924
|
fill: "currentColor",
|
|
943
925
|
viewBox: "0 0 16 16",
|
|
@@ -959,10 +941,10 @@ function It(r) {
|
|
|
959
941
|
);
|
|
960
942
|
}
|
|
961
943
|
function Lt(r) {
|
|
962
|
-
var n = r, { title: e } = n, t =
|
|
944
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
963
945
|
return /* @__PURE__ */ s.jsxs(
|
|
964
946
|
"svg",
|
|
965
|
-
|
|
947
|
+
b(p({
|
|
966
948
|
version: "1.1",
|
|
967
949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
968
950
|
viewBox: "0 0 280 256",
|
|
@@ -1027,10 +1009,10 @@ function Lt(r) {
|
|
|
1027
1009
|
);
|
|
1028
1010
|
}
|
|
1029
1011
|
function St(r) {
|
|
1030
|
-
var n = r, { title: e } = n, t =
|
|
1012
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1031
1013
|
return /* @__PURE__ */ s.jsxs(
|
|
1032
1014
|
"svg",
|
|
1033
|
-
|
|
1015
|
+
b(p({
|
|
1034
1016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1035
1017
|
viewBox: "0 0 1024 1024",
|
|
1036
1018
|
fill: "currentColor",
|
|
@@ -1047,10 +1029,10 @@ function St(r) {
|
|
|
1047
1029
|
);
|
|
1048
1030
|
}
|
|
1049
1031
|
function At(r) {
|
|
1050
|
-
var n = r, { title: e } = n, t =
|
|
1032
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1051
1033
|
return /* @__PURE__ */ s.jsxs(
|
|
1052
1034
|
"svg",
|
|
1053
|
-
|
|
1035
|
+
b(p({
|
|
1054
1036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1055
1037
|
fill: "none",
|
|
1056
1038
|
stroke: "currentColor",
|
|
@@ -1071,10 +1053,10 @@ function At(r) {
|
|
|
1071
1053
|
);
|
|
1072
1054
|
}
|
|
1073
1055
|
function Rt(r) {
|
|
1074
|
-
var n = r, { title: e } = n, t =
|
|
1056
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1075
1057
|
return /* @__PURE__ */ s.jsxs(
|
|
1076
1058
|
"svg",
|
|
1077
|
-
|
|
1059
|
+
b(p({
|
|
1078
1060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1079
1061
|
fill: "none",
|
|
1080
1062
|
stroke: "currentColor",
|
|
@@ -1097,10 +1079,10 @@ function Rt(r) {
|
|
|
1097
1079
|
);
|
|
1098
1080
|
}
|
|
1099
1081
|
function zt(r) {
|
|
1100
|
-
var n = r, { title: e } = n, t =
|
|
1082
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1101
1083
|
return /* @__PURE__ */ s.jsxs(
|
|
1102
1084
|
"svg",
|
|
1103
|
-
|
|
1085
|
+
b(p({
|
|
1104
1086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1105
1087
|
viewBox: "0 0 1024 1024",
|
|
1106
1088
|
fill: "currentColor",
|
|
@@ -1116,10 +1098,10 @@ function zt(r) {
|
|
|
1116
1098
|
);
|
|
1117
1099
|
}
|
|
1118
1100
|
function Bt(r) {
|
|
1119
|
-
var n = r, { title: e } = n, t =
|
|
1101
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1120
1102
|
return /* @__PURE__ */ s.jsxs(
|
|
1121
1103
|
"svg",
|
|
1122
|
-
|
|
1104
|
+
b(p({
|
|
1123
1105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1124
1106
|
viewBox: "0 0 24 24",
|
|
1125
1107
|
width: "1em",
|
|
@@ -1142,10 +1124,10 @@ function Bt(r) {
|
|
|
1142
1124
|
);
|
|
1143
1125
|
}
|
|
1144
1126
|
function Dt(r) {
|
|
1145
|
-
var n = r, { title: e } = n, t =
|
|
1127
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1146
1128
|
return /* @__PURE__ */ s.jsxs(
|
|
1147
1129
|
"svg",
|
|
1148
|
-
|
|
1130
|
+
b(p({
|
|
1149
1131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1150
1132
|
viewBox: "0 0 1024 1024",
|
|
1151
1133
|
fill: "currentColor",
|
|
@@ -1161,10 +1143,10 @@ function Dt(r) {
|
|
|
1161
1143
|
);
|
|
1162
1144
|
}
|
|
1163
1145
|
function $t(r) {
|
|
1164
|
-
var n = r, { title: e } = n, t =
|
|
1146
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1165
1147
|
return /* @__PURE__ */ s.jsxs(
|
|
1166
1148
|
"svg",
|
|
1167
|
-
|
|
1149
|
+
b(p({
|
|
1168
1150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1169
1151
|
viewBox: "0 0 24 24",
|
|
1170
1152
|
width: "1em",
|
|
@@ -1189,10 +1171,10 @@ function $t(r) {
|
|
|
1189
1171
|
);
|
|
1190
1172
|
}
|
|
1191
1173
|
function Tt(r) {
|
|
1192
|
-
var n = r, { title: e } = n, t =
|
|
1174
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1193
1175
|
return /* @__PURE__ */ s.jsxs(
|
|
1194
1176
|
"svg",
|
|
1195
|
-
|
|
1177
|
+
b(p({
|
|
1196
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1197
1179
|
viewBox: "0 0 24 24",
|
|
1198
1180
|
width: "1em",
|
|
@@ -1213,10 +1195,10 @@ function Tt(r) {
|
|
|
1213
1195
|
);
|
|
1214
1196
|
}
|
|
1215
1197
|
function Nt(r) {
|
|
1216
|
-
var n = r, { title: e } = n, t =
|
|
1198
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1217
1199
|
return /* @__PURE__ */ s.jsxs(
|
|
1218
1200
|
"svg",
|
|
1219
|
-
|
|
1201
|
+
b(p({
|
|
1220
1202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1221
1203
|
viewBox: "0 0 24 24",
|
|
1222
1204
|
fill: "currentColor",
|
|
@@ -1233,10 +1215,10 @@ function Nt(r) {
|
|
|
1233
1215
|
);
|
|
1234
1216
|
}
|
|
1235
1217
|
function Ht(r) {
|
|
1236
|
-
var n = r, { title: e } = n, t =
|
|
1218
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1237
1219
|
return /* @__PURE__ */ s.jsxs(
|
|
1238
1220
|
"svg",
|
|
1239
|
-
|
|
1221
|
+
b(p({
|
|
1240
1222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1241
1223
|
viewBox: "0 0 512 512",
|
|
1242
1224
|
fill: "currentColor",
|
|
@@ -1262,10 +1244,10 @@ function Ht(r) {
|
|
|
1262
1244
|
);
|
|
1263
1245
|
}
|
|
1264
1246
|
const Pt = (r) => {
|
|
1265
|
-
var n = r, { title: e } = n, t =
|
|
1247
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1266
1248
|
return /* @__PURE__ */ s.jsxs(
|
|
1267
1249
|
"svg",
|
|
1268
|
-
|
|
1250
|
+
b(p({
|
|
1269
1251
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1270
1252
|
width: "1em",
|
|
1271
1253
|
height: "1em",
|
|
@@ -1281,10 +1263,10 @@ const Pt = (r) => {
|
|
|
1281
1263
|
);
|
|
1282
1264
|
};
|
|
1283
1265
|
function Vt(r) {
|
|
1284
|
-
var n = r, { title: e } = n, t =
|
|
1266
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1285
1267
|
return /* @__PURE__ */ s.jsxs(
|
|
1286
1268
|
"svg",
|
|
1287
|
-
|
|
1269
|
+
b(p({
|
|
1288
1270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1289
1271
|
viewBox: "0 0 512 512",
|
|
1290
1272
|
fill: "currentColor",
|
|
@@ -1300,10 +1282,10 @@ function Vt(r) {
|
|
|
1300
1282
|
);
|
|
1301
1283
|
}
|
|
1302
1284
|
function Ot(r) {
|
|
1303
|
-
var n = r, { title: e } = n, t =
|
|
1285
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1304
1286
|
return /* @__PURE__ */ s.jsxs(
|
|
1305
1287
|
"svg",
|
|
1306
|
-
|
|
1288
|
+
b(p({
|
|
1307
1289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1308
1290
|
viewBox: "0 0 24 24",
|
|
1309
1291
|
fill: "currentColor",
|
|
@@ -1318,11 +1300,11 @@ function Ot(r) {
|
|
|
1318
1300
|
})
|
|
1319
1301
|
);
|
|
1320
1302
|
}
|
|
1321
|
-
const
|
|
1322
|
-
var n = r, { title: e } = n, t =
|
|
1303
|
+
const qt = (r) => {
|
|
1304
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1323
1305
|
return /* @__PURE__ */ s.jsxs(
|
|
1324
1306
|
"svg",
|
|
1325
|
-
|
|
1307
|
+
b(p({
|
|
1326
1308
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1327
1309
|
width: "1em",
|
|
1328
1310
|
height: "1em",
|
|
@@ -1337,11 +1319,11 @@ const Wt = (r) => {
|
|
|
1337
1319
|
})
|
|
1338
1320
|
);
|
|
1339
1321
|
};
|
|
1340
|
-
function
|
|
1341
|
-
var n = r, { title: e } = n, t =
|
|
1322
|
+
function Wt(r) {
|
|
1323
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1342
1324
|
return /* @__PURE__ */ s.jsxs(
|
|
1343
1325
|
"svg",
|
|
1344
|
-
|
|
1326
|
+
b(p({
|
|
1345
1327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1346
1328
|
viewBox: "0 0 24 24",
|
|
1347
1329
|
width: "1em",
|
|
@@ -1369,10 +1351,10 @@ function qt(r) {
|
|
|
1369
1351
|
);
|
|
1370
1352
|
}
|
|
1371
1353
|
function Kt(r) {
|
|
1372
|
-
var n = r, { title: e } = n, t =
|
|
1354
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1373
1355
|
return /* @__PURE__ */ s.jsxs(
|
|
1374
1356
|
"svg",
|
|
1375
|
-
|
|
1357
|
+
b(p({
|
|
1376
1358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1377
1359
|
viewBox: "0 0 1024 1024",
|
|
1378
1360
|
fill: "currentColor",
|
|
@@ -1389,10 +1371,10 @@ function Kt(r) {
|
|
|
1389
1371
|
);
|
|
1390
1372
|
}
|
|
1391
1373
|
const Ft = (r) => {
|
|
1392
|
-
var n = r, { title: e } = n, t =
|
|
1374
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1393
1375
|
return /* @__PURE__ */ s.jsxs(
|
|
1394
1376
|
"svg",
|
|
1395
|
-
|
|
1377
|
+
b(p({
|
|
1396
1378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1397
1379
|
width: "1em",
|
|
1398
1380
|
height: "1em",
|
|
@@ -1408,10 +1390,10 @@ const Ft = (r) => {
|
|
|
1408
1390
|
);
|
|
1409
1391
|
};
|
|
1410
1392
|
function Ut(r) {
|
|
1411
|
-
var n = r, { title: e } = n, t =
|
|
1393
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1412
1394
|
return /* @__PURE__ */ s.jsxs(
|
|
1413
1395
|
"svg",
|
|
1414
|
-
|
|
1396
|
+
b(p({
|
|
1415
1397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1416
1398
|
viewBox: "0 0 24 24",
|
|
1417
1399
|
fill: "currentColor",
|
|
@@ -1427,10 +1409,10 @@ function Ut(r) {
|
|
|
1427
1409
|
);
|
|
1428
1410
|
}
|
|
1429
1411
|
function Gt(r) {
|
|
1430
|
-
var n = r, { title: e } = n, t =
|
|
1412
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1431
1413
|
return /* @__PURE__ */ s.jsxs(
|
|
1432
1414
|
"svg",
|
|
1433
|
-
|
|
1415
|
+
b(p({
|
|
1434
1416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1435
1417
|
viewBox: "0 0 24 24",
|
|
1436
1418
|
width: "1em",
|
|
@@ -1455,10 +1437,10 @@ function Gt(r) {
|
|
|
1455
1437
|
);
|
|
1456
1438
|
}
|
|
1457
1439
|
function Yt(r) {
|
|
1458
|
-
var n = r, { title: e } = n, t =
|
|
1440
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1459
1441
|
return /* @__PURE__ */ s.jsxs(
|
|
1460
1442
|
"svg",
|
|
1461
|
-
|
|
1443
|
+
b(p({
|
|
1462
1444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1463
1445
|
viewBox: "0 0 24 24",
|
|
1464
1446
|
width: "1em",
|
|
@@ -1483,10 +1465,10 @@ function Yt(r) {
|
|
|
1483
1465
|
);
|
|
1484
1466
|
}
|
|
1485
1467
|
function Zt(r) {
|
|
1486
|
-
var n = r, { title: e } = n, t =
|
|
1468
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1487
1469
|
return /* @__PURE__ */ s.jsxs(
|
|
1488
1470
|
"svg",
|
|
1489
|
-
|
|
1471
|
+
b(p({
|
|
1490
1472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1491
1473
|
viewBox: "0 0 24 24",
|
|
1492
1474
|
width: "1em",
|
|
@@ -1512,10 +1494,10 @@ function Zt(r) {
|
|
|
1512
1494
|
);
|
|
1513
1495
|
}
|
|
1514
1496
|
function Jt(r) {
|
|
1515
|
-
var n = r, { title: e } = n, t =
|
|
1497
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1516
1498
|
return /* @__PURE__ */ s.jsxs(
|
|
1517
1499
|
"svg",
|
|
1518
|
-
|
|
1500
|
+
b(p({
|
|
1519
1501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1520
1502
|
viewBox: "0 0 512 512",
|
|
1521
1503
|
fill: "currentColor",
|
|
@@ -1552,10 +1534,10 @@ function Jt(r) {
|
|
|
1552
1534
|
);
|
|
1553
1535
|
}
|
|
1554
1536
|
function Xt(r) {
|
|
1555
|
-
var n = r, { title: e } = n, t =
|
|
1537
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1556
1538
|
return /* @__PURE__ */ s.jsxs(
|
|
1557
1539
|
"svg",
|
|
1558
|
-
|
|
1540
|
+
b(p({
|
|
1559
1541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1560
1542
|
viewBox: "0 0 512 512",
|
|
1561
1543
|
fill: "currentColor",
|
|
@@ -1591,10 +1573,10 @@ function Xt(r) {
|
|
|
1591
1573
|
);
|
|
1592
1574
|
}
|
|
1593
1575
|
function Qt(r) {
|
|
1594
|
-
var n = r, { title: e } = n, t =
|
|
1576
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1595
1577
|
return /* @__PURE__ */ s.jsxs(
|
|
1596
1578
|
"svg",
|
|
1597
|
-
|
|
1579
|
+
b(p({
|
|
1598
1580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1599
1581
|
viewBox: "0 0 1024 1024",
|
|
1600
1582
|
fill: "currentColor",
|
|
@@ -1610,10 +1592,10 @@ function Qt(r) {
|
|
|
1610
1592
|
);
|
|
1611
1593
|
}
|
|
1612
1594
|
function en(r) {
|
|
1613
|
-
var n = r, { title: e } = n, t =
|
|
1595
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1614
1596
|
return /* @__PURE__ */ s.jsxs(
|
|
1615
1597
|
"svg",
|
|
1616
|
-
|
|
1598
|
+
b(p({
|
|
1617
1599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1618
1600
|
viewBox: "0 0 24 24",
|
|
1619
1601
|
width: "1em",
|
|
@@ -1638,10 +1620,10 @@ function en(r) {
|
|
|
1638
1620
|
);
|
|
1639
1621
|
}
|
|
1640
1622
|
function tn(r) {
|
|
1641
|
-
var n = r, { title: e } = n, t =
|
|
1623
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1642
1624
|
return /* @__PURE__ */ s.jsxs(
|
|
1643
1625
|
"svg",
|
|
1644
|
-
|
|
1626
|
+
b(p({
|
|
1645
1627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1646
1628
|
viewBox: "0 0 14 14",
|
|
1647
1629
|
width: "1em",
|
|
@@ -1665,10 +1647,10 @@ function tn(r) {
|
|
|
1665
1647
|
);
|
|
1666
1648
|
}
|
|
1667
1649
|
function nn(r) {
|
|
1668
|
-
var n = r, { title: e } = n, t =
|
|
1650
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1669
1651
|
return /* @__PURE__ */ s.jsxs(
|
|
1670
1652
|
"svg",
|
|
1671
|
-
|
|
1653
|
+
b(p({
|
|
1672
1654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1673
1655
|
viewBox: "0 0 24 24",
|
|
1674
1656
|
fill: "currentColor",
|
|
@@ -1685,10 +1667,10 @@ function nn(r) {
|
|
|
1685
1667
|
);
|
|
1686
1668
|
}
|
|
1687
1669
|
function rn(r) {
|
|
1688
|
-
var n = r, { title: e } = n, t =
|
|
1670
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1689
1671
|
return /* @__PURE__ */ s.jsxs(
|
|
1690
1672
|
"svg",
|
|
1691
|
-
|
|
1673
|
+
b(p({
|
|
1692
1674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1693
1675
|
fill: "currentColor",
|
|
1694
1676
|
viewBox: "0 0 16 16",
|
|
@@ -1705,10 +1687,10 @@ function rn(r) {
|
|
|
1705
1687
|
);
|
|
1706
1688
|
}
|
|
1707
1689
|
function sn(r) {
|
|
1708
|
-
var n = r, { title: e } = n, t =
|
|
1690
|
+
var n = r, { title: e } = n, t = m(n, ["title"]);
|
|
1709
1691
|
return /* @__PURE__ */ s.jsxs(
|
|
1710
1692
|
"svg",
|
|
1711
|
-
|
|
1693
|
+
b(p({
|
|
1712
1694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1713
1695
|
viewBox: "0 0 24 24",
|
|
1714
1696
|
fill: "currentColor",
|
|
@@ -1750,8 +1732,8 @@ const on = {
|
|
|
1750
1732
|
[v.Graduate]: Pt,
|
|
1751
1733
|
[v.Help]: Vt,
|
|
1752
1734
|
[v.Hide]: Ot,
|
|
1753
|
-
[v.Home]:
|
|
1754
|
-
[v.Image]:
|
|
1735
|
+
[v.Home]: qt,
|
|
1736
|
+
[v.Image]: Wt,
|
|
1755
1737
|
[v.Info]: Kt,
|
|
1756
1738
|
[v.Login]: Ft,
|
|
1757
1739
|
[v.Paste]: Ut,
|
|
@@ -1769,7 +1751,7 @@ const on = {
|
|
|
1769
1751
|
}, cn = "_icon_1a3u5_1", ln = {
|
|
1770
1752
|
icon: cn
|
|
1771
1753
|
}, G = (l) => {
|
|
1772
|
-
var c = l, { name: e, testId: t, className: r, hidden: n } = c, o =
|
|
1754
|
+
var c = l, { name: e, testId: t, className: r, hidden: n } = c, o = m(c, ["name", "testId", "className", "hidden"]);
|
|
1773
1755
|
if (!e) return null;
|
|
1774
1756
|
const a = on[e], i = L([r, ln.icon]);
|
|
1775
1757
|
return /* @__PURE__ */ s.jsx(a, p({ "data-testid": t, className: i, "aria-hidden": n }, o));
|
|
@@ -1780,7 +1762,7 @@ const on = {
|
|
|
1780
1762
|
fallback: hn,
|
|
1781
1763
|
fallback_icon: _n,
|
|
1782
1764
|
fallback_text: xn
|
|
1783
|
-
},
|
|
1765
|
+
}, b1 = ({
|
|
1784
1766
|
src: e,
|
|
1785
1767
|
alt: t,
|
|
1786
1768
|
width: r,
|
|
@@ -1806,7 +1788,7 @@ const on = {
|
|
|
1806
1788
|
/* @__PURE__ */ s.jsx(G, { name: v.Image, className: ue.fallback_icon }),
|
|
1807
1789
|
/* @__PURE__ */ s.jsx("span", { className: ue.fallback_text, children: "Image not available" })
|
|
1808
1790
|
] }), wn = (r) => {
|
|
1809
|
-
var n = r, { sources: e = [] } = n, t =
|
|
1791
|
+
var n = r, { sources: e = [] } = n, t = m(n, ["sources"]);
|
|
1810
1792
|
return /* @__PURE__ */ s.jsxs("picture", { className: ue.picture, children: [
|
|
1811
1793
|
e.map((o, l) => /* @__PURE__ */ s.jsx(
|
|
1812
1794
|
"source",
|
|
@@ -1817,7 +1799,7 @@ const on = {
|
|
|
1817
1799
|
},
|
|
1818
1800
|
`${o.src}-${l}`
|
|
1819
1801
|
)),
|
|
1820
|
-
/* @__PURE__ */ s.jsx(
|
|
1802
|
+
/* @__PURE__ */ s.jsx(b1, p({}, t))
|
|
1821
1803
|
] });
|
|
1822
1804
|
}, pn = (c) => {
|
|
1823
1805
|
var a = c, {
|
|
@@ -1826,7 +1808,7 @@ const on = {
|
|
|
1826
1808
|
className: r,
|
|
1827
1809
|
decorative: n = !1,
|
|
1828
1810
|
onError: o
|
|
1829
|
-
} = a, l =
|
|
1811
|
+
} = a, l = m(a, [
|
|
1830
1812
|
"alt",
|
|
1831
1813
|
"sources",
|
|
1832
1814
|
"className",
|
|
@@ -1836,17 +1818,17 @@ const on = {
|
|
|
1836
1818
|
const [i, d] = S(!1), h = L([ue.image, r]), w = t.length > 0, u = n ? "" : e, x = (f) => {
|
|
1837
1819
|
d(!0), o == null || o(f);
|
|
1838
1820
|
};
|
|
1839
|
-
return i ? /* @__PURE__ */ s.jsx(fn, {}) : w ? /* @__PURE__ */ s.jsx(wn, p({ alt: u, sources: t, onError: x }, l)) : /* @__PURE__ */ s.jsx("div", { className: h, children: /* @__PURE__ */ s.jsx(
|
|
1840
|
-
}, Es = H1(pn), Cn = "_wrapper_tssgj_3",
|
|
1821
|
+
return i ? /* @__PURE__ */ s.jsx(fn, {}) : w ? /* @__PURE__ */ s.jsx(wn, p({ alt: u, sources: t, onError: x }, l)) : /* @__PURE__ */ s.jsx("div", { className: h, children: /* @__PURE__ */ s.jsx(b1, p({ alt: u, onError: x }, l)) });
|
|
1822
|
+
}, Es = H1(pn), Cn = "_wrapper_tssgj_3", bn = "_input_tssgj_29", Je = {
|
|
1841
1823
|
wrapper: Cn,
|
|
1842
|
-
input:
|
|
1843
|
-
},
|
|
1844
|
-
var o = n, { children: e } = o, t =
|
|
1824
|
+
input: bn
|
|
1825
|
+
}, mn = (n, r) => {
|
|
1826
|
+
var o = n, { children: e } = o, t = m(o, ["children"]);
|
|
1845
1827
|
return /* @__PURE__ */ s.jsxs("div", { className: Je.wrapper, children: [
|
|
1846
|
-
/* @__PURE__ */ s.jsx("input",
|
|
1828
|
+
/* @__PURE__ */ s.jsx("input", b(p({}, t), { className: Je.input, ref: r })),
|
|
1847
1829
|
e
|
|
1848
1830
|
] });
|
|
1849
|
-
}, He = R1(
|
|
1831
|
+
}, He = R1(mn), vn = "_label_1x8vn_2", gn = {
|
|
1850
1832
|
label: vn
|
|
1851
1833
|
}, ie = ({
|
|
1852
1834
|
label: e,
|
|
@@ -1880,7 +1862,7 @@ const on = {
|
|
|
1880
1862
|
disabled: l = !1,
|
|
1881
1863
|
className: c,
|
|
1882
1864
|
target: a
|
|
1883
|
-
} = h, i =
|
|
1865
|
+
} = h, i = m(h, [
|
|
1884
1866
|
"href",
|
|
1885
1867
|
"children",
|
|
1886
1868
|
"icon",
|
|
@@ -1893,7 +1875,7 @@ const on = {
|
|
|
1893
1875
|
const w = L([ge.link, c, { [ge.link__disabled]: l }]), u = o || e.startsWith("http") || e.startsWith("//"), x = u ? a || "_blank" : a, f = r ? /* @__PURE__ */ s.jsx(G, { name: r, className: ge.link_icon, "aria-hidden": "true" }) : null, g = r && n === "left", C = r && n === "right";
|
|
1894
1876
|
return /* @__PURE__ */ s.jsxs(
|
|
1895
1877
|
"a",
|
|
1896
|
-
|
|
1878
|
+
b(p(b(p({
|
|
1897
1879
|
href: e,
|
|
1898
1880
|
className: w,
|
|
1899
1881
|
target: x
|
|
@@ -1923,12 +1905,12 @@ const on = {
|
|
|
1923
1905
|
loader: Nn
|
|
1924
1906
|
}, Pn = "_loader_pukbl_1", Vn = {
|
|
1925
1907
|
loader: Pn
|
|
1926
|
-
}, On = "_loader_zl0tq_1",
|
|
1908
|
+
}, On = "_loader_zl0tq_1", qn = {
|
|
1927
1909
|
loader: On
|
|
1928
|
-
},
|
|
1929
|
-
loader:
|
|
1910
|
+
}, Wn = "_loader_1alvx_1", Kn = {
|
|
1911
|
+
loader: Wn
|
|
1930
1912
|
}, Is = (r) => {
|
|
1931
|
-
var n = r, { view: e = ee.Circle } = n, t =
|
|
1913
|
+
var n = r, { view: e = ee.Circle } = n, t = m(n, ["view"]);
|
|
1932
1914
|
const o = L([
|
|
1933
1915
|
{
|
|
1934
1916
|
[Ln.loader]: e === ee.Arrow,
|
|
@@ -1938,7 +1920,7 @@ const on = {
|
|
|
1938
1920
|
[Tn.loader]: e === ee.Filler,
|
|
1939
1921
|
[Vn.loader]: e === ee.Pulse,
|
|
1940
1922
|
[Hn.loader]: e === ee.Linear,
|
|
1941
|
-
[
|
|
1923
|
+
[qn.loader]: e === ee.Rotation,
|
|
1942
1924
|
[Kn.loader]: e === ee.Square
|
|
1943
1925
|
}
|
|
1944
1926
|
]);
|
|
@@ -1948,7 +1930,7 @@ const on = {
|
|
|
1948
1930
|
return P(() => (document.body.appendChild(t), () => {
|
|
1949
1931
|
t.remove();
|
|
1950
1932
|
}), [t]), z1.createPortal(e, t);
|
|
1951
|
-
},
|
|
1933
|
+
}, m1 = ({
|
|
1952
1934
|
isOpened: e,
|
|
1953
1935
|
onClose: t,
|
|
1954
1936
|
autoClose: r = !0,
|
|
@@ -2131,7 +2113,7 @@ const Zn = ({ id: e, autoClose: t, autoCloseDelay: r }) => {
|
|
|
2131
2113
|
ref: c,
|
|
2132
2114
|
onClickOutsideHandler: h,
|
|
2133
2115
|
dependentRef: l
|
|
2134
|
-
}),
|
|
2116
|
+
}), m1({
|
|
2135
2117
|
isOpened: n,
|
|
2136
2118
|
onClose: h,
|
|
2137
2119
|
autoClose: t,
|
|
@@ -2161,7 +2143,7 @@ const Zn = ({ id: e, autoClose: t, autoCloseDelay: r }) => {
|
|
|
2161
2143
|
visibleOn: c = "hover",
|
|
2162
2144
|
autoClose: a = !1,
|
|
2163
2145
|
autoCloseDelay: i = 3e3
|
|
2164
|
-
} = w, d =
|
|
2146
|
+
} = w, d = m(w, [
|
|
2165
2147
|
"children",
|
|
2166
2148
|
"tooltipContent",
|
|
2167
2149
|
"id",
|
|
@@ -2201,8 +2183,8 @@ const Zn = ({ id: e, autoClose: t, autoCloseDelay: r }) => {
|
|
|
2201
2183
|
e,
|
|
2202
2184
|
y && /* @__PURE__ */ s.jsx(Pe, { children: /* @__PURE__ */ s.jsx(
|
|
2203
2185
|
"div",
|
|
2204
|
-
|
|
2205
|
-
style:
|
|
2186
|
+
b(p({
|
|
2187
|
+
style: b(p({}, n), { top: k, left: M }),
|
|
2206
2188
|
ref: z,
|
|
2207
2189
|
role: "tooltip",
|
|
2208
2190
|
id: j
|
|
@@ -2265,7 +2247,7 @@ const n0 = "_wrapper_tf9fv_50", r0 = "_wrapper__closing_tf9fv_74", s0 = "_conten
|
|
|
2265
2247
|
icon: l,
|
|
2266
2248
|
autoClose: c = !1,
|
|
2267
2249
|
autoCloseDelay: a = 3e3
|
|
2268
|
-
} = h, i =
|
|
2250
|
+
} = h, i = m(h, [
|
|
2269
2251
|
"isOpened",
|
|
2270
2252
|
"onClose",
|
|
2271
2253
|
"title",
|
|
@@ -2276,14 +2258,14 @@ const n0 = "_wrapper_tf9fv_50", r0 = "_wrapper__closing_tf9fv_74", s0 = "_conten
|
|
|
2276
2258
|
"autoCloseDelay"
|
|
2277
2259
|
]);
|
|
2278
2260
|
const w = v1(e), u = w && !e;
|
|
2279
|
-
if (
|
|
2261
|
+
if (m1({
|
|
2280
2262
|
isOpened: e,
|
|
2281
2263
|
onClose: t,
|
|
2282
2264
|
autoClose: c,
|
|
2283
2265
|
autoCloseDelay: a
|
|
2284
2266
|
}), !w) return null;
|
|
2285
2267
|
const x = e0(o, r), f = t0(o, l);
|
|
2286
|
-
return /* @__PURE__ */ s.jsx(Pe, { children: /* @__PURE__ */ s.jsx("div", { className: L([je.wrapper, { [je.wrapper__closing]: u }]), children: /* @__PURE__ */ s.jsxs("div",
|
|
2268
|
+
return /* @__PURE__ */ s.jsx(Pe, { children: /* @__PURE__ */ s.jsx("div", { className: L([je.wrapper, { [je.wrapper__closing]: u }]), children: /* @__PURE__ */ s.jsxs("div", b(p({}, i), { className: je.content, children: [
|
|
2287
2269
|
/* @__PURE__ */ s.jsx(
|
|
2288
2270
|
Y,
|
|
2289
2271
|
{
|
|
@@ -2319,7 +2301,7 @@ const n0 = "_wrapper_tf9fv_50", r0 = "_wrapper__closing_tf9fv_74", s0 = "_conten
|
|
|
2319
2301
|
style: n,
|
|
2320
2302
|
tabIndex: o,
|
|
2321
2303
|
title: l
|
|
2322
|
-
} = i, c =
|
|
2304
|
+
} = i, c = m(i, [
|
|
2323
2305
|
"items",
|
|
2324
2306
|
"className",
|
|
2325
2307
|
"id",
|
|
@@ -2330,7 +2312,7 @@ const n0 = "_wrapper_tf9fv_50", r0 = "_wrapper__closing_tf9fv_74", s0 = "_conten
|
|
|
2330
2312
|
const d = L([Ee.breadcrumbs, t]);
|
|
2331
2313
|
return !e || e.length === 0 ? null : /* @__PURE__ */ s.jsx(
|
|
2332
2314
|
"nav",
|
|
2333
|
-
|
|
2315
|
+
b(p({
|
|
2334
2316
|
"aria-label": "Breadcrumb",
|
|
2335
2317
|
className: d,
|
|
2336
2318
|
id: r,
|
|
@@ -2384,7 +2366,7 @@ const _0 = "_checkbox_1ub9b_3", x0 = "_checkbox__checked_1ub9b_28", f0 = "_check
|
|
|
2384
2366
|
onChange: a,
|
|
2385
2367
|
id: i,
|
|
2386
2368
|
className: d
|
|
2387
|
-
} = u, h =
|
|
2369
|
+
} = u, h = m(u, [
|
|
2388
2370
|
"name",
|
|
2389
2371
|
"label",
|
|
2390
2372
|
"disabled",
|
|
@@ -2404,7 +2386,7 @@ const _0 = "_checkbox_1ub9b_3", x0 = "_checkbox__checked_1ub9b_28", f0 = "_check
|
|
|
2404
2386
|
[ze.checkbox__checked]: f
|
|
2405
2387
|
}
|
|
2406
2388
|
]);
|
|
2407
|
-
return /* @__PURE__ */ s.jsxs("div",
|
|
2389
|
+
return /* @__PURE__ */ s.jsxs("div", b(p({}, h), { className: C, children: [
|
|
2408
2390
|
/* @__PURE__ */ s.jsx(
|
|
2409
2391
|
"input",
|
|
2410
2392
|
{
|
|
@@ -2469,7 +2451,7 @@ const _0 = "_checkbox_1ub9b_3", x0 = "_checkbox__checked_1ub9b_28", f0 = "_check
|
|
|
2469
2451
|
}
|
|
2470
2452
|
);
|
|
2471
2453
|
};
|
|
2472
|
-
function
|
|
2454
|
+
function b0({
|
|
2473
2455
|
name: e,
|
|
2474
2456
|
options: t,
|
|
2475
2457
|
initialValues: r,
|
|
@@ -2479,12 +2461,12 @@ function m0({
|
|
|
2479
2461
|
let l = !1;
|
|
2480
2462
|
return r != null && r[e] && Array.isArray(r[e]) && r[e].find(
|
|
2481
2463
|
(a) => a === o.id || (a == null ? void 0 : a.id) === o.id
|
|
2482
|
-
) && (l = !0), !(r != null && r[e]) && Array.isArray(n) && n.find((a) => a === o.id) && (l = !0),
|
|
2464
|
+
) && (l = !0), !(r != null && r[e]) && Array.isArray(n) && n.find((a) => a === o.id) && (l = !0), b(p({}, o), { selected: l });
|
|
2483
2465
|
});
|
|
2484
2466
|
}
|
|
2485
|
-
const Qe = (e) => e.filter((t) => t.selected).map((t) => t.id),
|
|
2467
|
+
const Qe = (e) => e.filter((t) => t.selected).map((t) => t.id), m0 = (e, t) => {
|
|
2486
2468
|
const r = e.find((n) => n.id === t);
|
|
2487
|
-
return e.map((n) => n.id === t ?
|
|
2469
|
+
return e.map((n) => n.id === t ? b(p({}, n), { selected: !(r != null && r.selected) }) : n);
|
|
2488
2470
|
};
|
|
2489
2471
|
function v0({
|
|
2490
2472
|
name: e,
|
|
@@ -2492,7 +2474,7 @@ function v0({
|
|
|
2492
2474
|
onChange: r,
|
|
2493
2475
|
options: n
|
|
2494
2476
|
}) {
|
|
2495
|
-
const [o, l] = S(!1), { onChangeFormInput: c, initialValues: a } = ce(le), i =
|
|
2477
|
+
const [o, l] = S(!1), { onChangeFormInput: c, initialValues: a } = ce(le), i = b0({
|
|
2496
2478
|
name: e,
|
|
2497
2479
|
options: n,
|
|
2498
2480
|
initialValues: a,
|
|
@@ -2500,7 +2482,7 @@ function v0({
|
|
|
2500
2482
|
}), [d, h] = S(i), w = R(c), u = R(i);
|
|
2501
2483
|
w.current = c, u.current = i;
|
|
2502
2484
|
const x = () => l(!1), f = () => l(!o), g = (j) => {
|
|
2503
|
-
const k =
|
|
2485
|
+
const k = m0(d, j);
|
|
2504
2486
|
h(k), r == null || r(k), c == null || c({ name: e, value: Qe(k) });
|
|
2505
2487
|
}, C = U(() => {
|
|
2506
2488
|
var j;
|
|
@@ -2585,7 +2567,7 @@ const g0 = "_dropdown_jmnrj_2", j0 = "_dropdown__opened_jmnrj_33", Ie = {
|
|
|
2585
2567
|
defaultValue: a,
|
|
2586
2568
|
id: i,
|
|
2587
2569
|
className: d
|
|
2588
|
-
} = u, h =
|
|
2570
|
+
} = u, h = m(u, [
|
|
2589
2571
|
"options",
|
|
2590
2572
|
"name",
|
|
2591
2573
|
"label",
|
|
@@ -2603,7 +2585,7 @@ const g0 = "_dropdown_jmnrj_2", j0 = "_dropdown__opened_jmnrj_33", Ie = {
|
|
|
2603
2585
|
defaultValue: a,
|
|
2604
2586
|
onChange: c
|
|
2605
2587
|
}), E = L([j1.wrapper, d]);
|
|
2606
|
-
return Le({ ref: x, onClickOutsideHandler: C }), Se({ keyCode: "Escape", ref: x, onKeyPress: C }), /* @__PURE__ */ s.jsxs("div",
|
|
2588
|
+
return Le({ ref: x, onClickOutsideHandler: C }), Se({ keyCode: "Escape", ref: x, onKeyPress: C }), /* @__PURE__ */ s.jsxs("div", b(p({ ref: x }, h), { className: E, children: [
|
|
2607
2589
|
/* @__PURE__ */ s.jsx(ie, { label: r, required: n, inputId: f }),
|
|
2608
2590
|
/* @__PURE__ */ s.jsx(
|
|
2609
2591
|
C0,
|
|
@@ -2662,11 +2644,11 @@ function A0({
|
|
|
2662
2644
|
k.current = d, M.current = w;
|
|
2663
2645
|
const y = ($) => {
|
|
2664
2646
|
g($);
|
|
2665
|
-
const
|
|
2666
|
-
j(
|
|
2647
|
+
const W = S0({ value: $, required: a, validator: i, maxValue: u, minValue: x });
|
|
2648
|
+
j(W), d == null || d({ name: e, value: $, valid: W });
|
|
2667
2649
|
}, E = ($) => {
|
|
2668
|
-
const
|
|
2669
|
-
y(
|
|
2650
|
+
const W = Number($.target.value);
|
|
2651
|
+
y(W), r == null || r($);
|
|
2670
2652
|
}, z = () => {
|
|
2671
2653
|
y(f + c), n == null || n(f + c);
|
|
2672
2654
|
}, B = () => {
|
|
@@ -2709,7 +2691,7 @@ const R0 = "_numeric_7tim7_3", z0 = "_errorMessage_7tim7_10", e1 = {
|
|
|
2709
2691
|
defaultValue: C = 0,
|
|
2710
2692
|
step: j = 1,
|
|
2711
2693
|
className: k
|
|
2712
|
-
} = E, M =
|
|
2694
|
+
} = E, M = m(E, [
|
|
2713
2695
|
"name",
|
|
2714
2696
|
"label",
|
|
2715
2697
|
"errorMessage",
|
|
@@ -2730,7 +2712,7 @@ const R0 = "_numeric_7tim7_3", z0 = "_errorMessage_7tim7_10", e1 = {
|
|
|
2730
2712
|
"step",
|
|
2731
2713
|
"className"
|
|
2732
2714
|
]);
|
|
2733
|
-
const { elementId: z, errorId: B } = re(h), { value: D, valid: $, handleChange:
|
|
2715
|
+
const { elementId: z, errorId: B } = re(h), { value: D, valid: $, handleChange: W, increment: q, decrement: Z, minValue: N, maxValue: J } = A0({
|
|
2734
2716
|
name: e,
|
|
2735
2717
|
defaultValue: C,
|
|
2736
2718
|
min: i,
|
|
@@ -2741,7 +2723,7 @@ const R0 = "_numeric_7tim7_3", z0 = "_errorMessage_7tim7_10", e1 = {
|
|
|
2741
2723
|
step: j,
|
|
2742
2724
|
onSpinButtonClick: c
|
|
2743
2725
|
}), A = L([e1.numeric, k]);
|
|
2744
|
-
return /* @__PURE__ */ s.jsxs("div",
|
|
2726
|
+
return /* @__PURE__ */ s.jsxs("div", b(p({}, M), { className: A, children: [
|
|
2745
2727
|
/* @__PURE__ */ s.jsx(ie, { label: t, required: x, inputId: z }),
|
|
2746
2728
|
/* @__PURE__ */ s.jsxs(
|
|
2747
2729
|
He,
|
|
@@ -2756,7 +2738,7 @@ const R0 = "_numeric_7tim7_3", z0 = "_errorMessage_7tim7_10", e1 = {
|
|
|
2756
2738
|
"aria-invalid": !$,
|
|
2757
2739
|
"aria-errormessage": B,
|
|
2758
2740
|
value: D.toString(),
|
|
2759
|
-
onChange:
|
|
2741
|
+
onChange: W,
|
|
2760
2742
|
min: N,
|
|
2761
2743
|
max: J,
|
|
2762
2744
|
step: j,
|
|
@@ -2778,7 +2760,7 @@ const R0 = "_numeric_7tim7_3", z0 = "_errorMessage_7tim7_10", e1 = {
|
|
|
2778
2760
|
/* @__PURE__ */ s.jsx(
|
|
2779
2761
|
Y,
|
|
2780
2762
|
{
|
|
2781
|
-
onClick:
|
|
2763
|
+
onClick: q,
|
|
2782
2764
|
view: H.Inner,
|
|
2783
2765
|
label: `Increment value for ${t}`,
|
|
2784
2766
|
icon: v.ChevronRight,
|
|
@@ -2839,7 +2821,7 @@ function B0({
|
|
|
2839
2821
|
handleKeyDown: M
|
|
2840
2822
|
};
|
|
2841
2823
|
}
|
|
2842
|
-
const D0 = "
|
|
2824
|
+
const D0 = "_wrapper_os981_1", $0 = {
|
|
2843
2825
|
wrapper: D0
|
|
2844
2826
|
}, Ns = (y) => {
|
|
2845
2827
|
var E = y, {
|
|
@@ -2862,7 +2844,7 @@ const D0 = "_wrapper_f04fr_1", $0 = {
|
|
|
2862
2844
|
autoComplete: C = "off",
|
|
2863
2845
|
debounceDelay: j = 500,
|
|
2864
2846
|
required: k
|
|
2865
|
-
} = E, M =
|
|
2847
|
+
} = E, M = m(E, [
|
|
2866
2848
|
"label",
|
|
2867
2849
|
"onSearch",
|
|
2868
2850
|
"onBlur",
|
|
@@ -2885,8 +2867,8 @@ const D0 = "_wrapper_f04fr_1", $0 = {
|
|
|
2885
2867
|
]);
|
|
2886
2868
|
const { elementId: z } = re(l), B = R(null), D = L([$0.wrapper, a]), {
|
|
2887
2869
|
searchValue: $,
|
|
2888
|
-
isSearchButtonVisible:
|
|
2889
|
-
isLabelIconVisible:
|
|
2870
|
+
isSearchButtonVisible: W,
|
|
2871
|
+
isLabelIconVisible: q,
|
|
2890
2872
|
isClearButtonVisible: Z,
|
|
2891
2873
|
isSearchValueValid: N,
|
|
2892
2874
|
handleChange: J,
|
|
@@ -2903,15 +2885,15 @@ const D0 = "_wrapper_f04fr_1", $0 = {
|
|
|
2903
2885
|
}), X = () => {
|
|
2904
2886
|
A(), B.current && B.current.focus();
|
|
2905
2887
|
};
|
|
2906
|
-
return /* @__PURE__ */ s.jsxs("div",
|
|
2888
|
+
return /* @__PURE__ */ s.jsxs("div", b(p({}, M), { className: D, children: [
|
|
2907
2889
|
/* @__PURE__ */ s.jsx(
|
|
2908
2890
|
ie,
|
|
2909
2891
|
{
|
|
2910
2892
|
label: e,
|
|
2911
2893
|
required: !!k,
|
|
2912
2894
|
inputId: z,
|
|
2913
|
-
icon:
|
|
2914
|
-
iconPosition:
|
|
2895
|
+
icon: q ? v.Search : void 0,
|
|
2896
|
+
iconPosition: q ? "left" : void 0
|
|
2915
2897
|
}
|
|
2916
2898
|
),
|
|
2917
2899
|
/* @__PURE__ */ s.jsx(
|
|
@@ -2944,7 +2926,7 @@ const D0 = "_wrapper_f04fr_1", $0 = {
|
|
|
2944
2926
|
icon: v.Remove
|
|
2945
2927
|
}
|
|
2946
2928
|
),
|
|
2947
|
-
|
|
2929
|
+
W && /* @__PURE__ */ s.jsx(
|
|
2948
2930
|
Y,
|
|
2949
2931
|
{
|
|
2950
2932
|
view: H.Inner,
|
|
@@ -3102,7 +3084,7 @@ const Hs = (w) => {
|
|
|
3102
3084
|
required: a = !1,
|
|
3103
3085
|
disabled: i = !1,
|
|
3104
3086
|
className: d
|
|
3105
|
-
} = u, h =
|
|
3087
|
+
} = u, h = m(u, [
|
|
3106
3088
|
"options",
|
|
3107
3089
|
"onChange",
|
|
3108
3090
|
"name",
|
|
@@ -3120,7 +3102,7 @@ const Hs = (w) => {
|
|
|
3120
3102
|
defaultValue: o,
|
|
3121
3103
|
name: r
|
|
3122
3104
|
}), z = L([j1.wrapper, d]);
|
|
3123
|
-
return Le({ ref: x, onClickOutsideHandler: j }), Se({ keyCode: "Escape", ref: x, onKeyPress: j }), /* @__PURE__ */ s.jsxs("div",
|
|
3105
|
+
return Le({ ref: x, onClickOutsideHandler: j }), Se({ keyCode: "Escape", ref: x, onKeyPress: j }), /* @__PURE__ */ s.jsxs("div", b(p({ ref: x }, h), { className: z, children: [
|
|
3124
3106
|
/* @__PURE__ */ s.jsx(ie, { label: n, required: a, inputId: f }),
|
|
3125
3107
|
/* @__PURE__ */ s.jsx(
|
|
3126
3108
|
T0,
|
|
@@ -3158,7 +3140,7 @@ function O0({
|
|
|
3158
3140
|
}) {
|
|
3159
3141
|
return (t == null ? void 0 : t[r]) !== void 0 ? !!(t != null && t[r]) : !!e;
|
|
3160
3142
|
}
|
|
3161
|
-
function
|
|
3143
|
+
function q0({
|
|
3162
3144
|
name: e,
|
|
3163
3145
|
defaultChecked: t,
|
|
3164
3146
|
onChange: r
|
|
@@ -3186,9 +3168,9 @@ function W0({
|
|
|
3186
3168
|
handleKeyDown: u
|
|
3187
3169
|
};
|
|
3188
3170
|
}
|
|
3189
|
-
const
|
|
3171
|
+
const W0 = "_switch_input_siod1_34", K0 = "_switch_label_siod1_39", F0 = "_switch_track_siod1_59", U0 = "_switch__checked_siod1_69", G0 = "_switch_thumb_siod1_72", Y0 = "_switch_indicator_siod1_86", Z0 = "_switch__disabled_siod1_110", oe = {
|
|
3190
3172
|
switch: "_switch_siod1_3",
|
|
3191
|
-
switch_input:
|
|
3173
|
+
switch_input: W0,
|
|
3192
3174
|
switch_label: K0,
|
|
3193
3175
|
switch_track: F0,
|
|
3194
3176
|
switch__checked: U0,
|
|
@@ -3210,7 +3192,7 @@ const q0 = "_switch_input_siod1_34", K0 = "_switch_label_siod1_39", F0 = "_switc
|
|
|
3210
3192
|
checked: d,
|
|
3211
3193
|
handleChange: h,
|
|
3212
3194
|
handleKeyDown: w
|
|
3213
|
-
} =
|
|
3195
|
+
} = q0({
|
|
3214
3196
|
name: c,
|
|
3215
3197
|
defaultChecked: e,
|
|
3216
3198
|
onChange: t
|
|
@@ -3325,7 +3307,7 @@ const er = "_wrapper_pivdt_3", tr = "_errorMessage_pivdt_10", t1 = {
|
|
|
3325
3307
|
autoComplete: j = "off",
|
|
3326
3308
|
type: k = "text",
|
|
3327
3309
|
className: M
|
|
3328
|
-
} = z, y =
|
|
3310
|
+
} = z, y = m(z, [
|
|
3329
3311
|
"name",
|
|
3330
3312
|
"label",
|
|
3331
3313
|
"errorMessage",
|
|
@@ -3347,7 +3329,7 @@ const er = "_wrapper_pivdt_3", tr = "_errorMessage_pivdt_10", t1 = {
|
|
|
3347
3329
|
"type",
|
|
3348
3330
|
"className"
|
|
3349
3331
|
]);
|
|
3350
|
-
const { value: B, valid: D, handleChange: $, handleClear:
|
|
3332
|
+
const { value: B, valid: D, handleChange: $, handleClear: W, passwordShown: q, togglePassword: Z } = Q0({
|
|
3351
3333
|
defaultValue: n,
|
|
3352
3334
|
name: e,
|
|
3353
3335
|
onChange: o,
|
|
@@ -3355,14 +3337,14 @@ const er = "_wrapper_pivdt_3", tr = "_errorMessage_pivdt_10", t1 = {
|
|
|
3355
3337
|
required: f,
|
|
3356
3338
|
validator: i
|
|
3357
3339
|
}), { elementId: N, errorId: J } = re(h), A = k === "password", K = L([t1.wrapper, M]);
|
|
3358
|
-
return /* @__PURE__ */ s.jsxs("div",
|
|
3340
|
+
return /* @__PURE__ */ s.jsxs("div", b(p({}, y), { className: K, children: [
|
|
3359
3341
|
/* @__PURE__ */ s.jsx(ie, { label: t, required: f, inputId: N }),
|
|
3360
3342
|
/* @__PURE__ */ s.jsxs(
|
|
3361
3343
|
He,
|
|
3362
3344
|
{
|
|
3363
3345
|
id: N,
|
|
3364
3346
|
name: e,
|
|
3365
|
-
type:
|
|
3347
|
+
type: q ? "text" : k,
|
|
3366
3348
|
disabled: x,
|
|
3367
3349
|
placeholder: u,
|
|
3368
3350
|
required: f,
|
|
@@ -3383,7 +3365,7 @@ const er = "_wrapper_pivdt_3", tr = "_errorMessage_pivdt_10", t1 = {
|
|
|
3383
3365
|
Y,
|
|
3384
3366
|
{
|
|
3385
3367
|
view: H.Inner,
|
|
3386
|
-
onClick:
|
|
3368
|
+
onClick: W,
|
|
3387
3369
|
label: `Clear input for ${t}`,
|
|
3388
3370
|
icon: v.Remove,
|
|
3389
3371
|
disabled: x
|
|
@@ -3395,7 +3377,7 @@ const er = "_wrapper_pivdt_3", tr = "_errorMessage_pivdt_10", t1 = {
|
|
|
3395
3377
|
onClick: Z,
|
|
3396
3378
|
view: H.Inner,
|
|
3397
3379
|
label: "Toggle password visibility",
|
|
3398
|
-
icon:
|
|
3380
|
+
icon: q ? v.Hide : v.Show,
|
|
3399
3381
|
disabled: x
|
|
3400
3382
|
}
|
|
3401
3383
|
)
|
|
@@ -3419,9 +3401,9 @@ const er = "_wrapper_pivdt_3", tr = "_errorMessage_pivdt_10", t1 = {
|
|
|
3419
3401
|
layout: sr,
|
|
3420
3402
|
layout_button: or
|
|
3421
3403
|
}, Os = (c) => {
|
|
3422
|
-
var a = c, { isOpened: e, onClose: t, title: r, children: n, icon: o } = a, l =
|
|
3404
|
+
var a = c, { isOpened: e, onClose: t, title: r, children: n, icon: o } = a, l = m(a, ["isOpened", "onClose", "title", "children", "icon"]);
|
|
3423
3405
|
const i = v1(e), d = i && !e, h = R(null);
|
|
3424
|
-
return Gn({ modalRef: h, isOpened: e }), Se({ keyCode: "Escape", ref: h, onKeyPress: t }), i ? /* @__PURE__ */ s.jsx(Pe, { children: /* @__PURE__ */ s.jsx("div", { className: L([ke.dialog, { [ke.dialog__closing]: d }]), children: /* @__PURE__ */ s.jsxs("div",
|
|
3406
|
+
return Gn({ modalRef: h, isOpened: e }), Se({ keyCode: "Escape", ref: h, onKeyPress: t }), i ? /* @__PURE__ */ s.jsx(Pe, { children: /* @__PURE__ */ s.jsx("div", { className: L([ke.dialog, { [ke.dialog__closing]: d }]), children: /* @__PURE__ */ s.jsxs("div", b(p({ ref: h, role: "dialog", "aria-modal": "true" }, l), { className: ke.layout, children: [
|
|
3425
3407
|
/* @__PURE__ */ s.jsx(
|
|
3426
3408
|
Y,
|
|
3427
3409
|
{
|
|
@@ -3454,7 +3436,7 @@ function ir({
|
|
|
3454
3436
|
const [o, l] = S(e), [c, a] = S(cr(e)), [i, d] = S(0);
|
|
3455
3437
|
return {
|
|
3456
3438
|
handleInputChange: (x) => {
|
|
3457
|
-
const f =
|
|
3439
|
+
const f = b(p({}, o), { [x.name]: x.value });
|
|
3458
3440
|
l(f), a(lr(c, x));
|
|
3459
3441
|
},
|
|
3460
3442
|
handleSubmit: (x) => {
|
|
@@ -3472,7 +3454,7 @@ function ir({
|
|
|
3472
3454
|
const dr = "_form_1lesb_2", ur = "_form_buttons_1lesb_24", n1 = {
|
|
3473
3455
|
form: dr,
|
|
3474
3456
|
form_buttons: ur
|
|
3475
|
-
},
|
|
3457
|
+
}, qs = (i) => {
|
|
3476
3458
|
var d = i, {
|
|
3477
3459
|
children: e,
|
|
3478
3460
|
initialValues: t,
|
|
@@ -3481,7 +3463,7 @@ const dr = "_form_1lesb_2", ur = "_form_buttons_1lesb_24", n1 = {
|
|
|
3481
3463
|
onClickSubmit: o,
|
|
3482
3464
|
hasReset: l = !0,
|
|
3483
3465
|
className: c
|
|
3484
|
-
} = d, a =
|
|
3466
|
+
} = d, a = m(d, [
|
|
3485
3467
|
"children",
|
|
3486
3468
|
"initialValues",
|
|
3487
3469
|
"onReset",
|
|
@@ -3499,7 +3481,7 @@ const dr = "_form_1lesb_2", ur = "_form_buttons_1lesb_24", n1 = {
|
|
|
3499
3481
|
() => ({ onChangeFormInput: h, initialValues: t, resetSignal: x }),
|
|
3500
3482
|
[h, t, x]
|
|
3501
3483
|
);
|
|
3502
|
-
return /* @__PURE__ */ s.jsx("form",
|
|
3484
|
+
return /* @__PURE__ */ s.jsx("form", b(p({ onSubmit: w, onReset: u }, a), { className: g, children: /* @__PURE__ */ s.jsxs(le.Provider, { value: C, children: [
|
|
3503
3485
|
e,
|
|
3504
3486
|
/* @__PURE__ */ s.jsxs("div", { className: n1.form_buttons, children: [
|
|
3505
3487
|
l && /* @__PURE__ */ s.jsx(Y, { type: "reset", text: "Reset", icon: v.Clear, view: H.Secondary }),
|
|
@@ -3542,7 +3524,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3542
3524
|
required: n = !1,
|
|
3543
3525
|
onChange: o,
|
|
3544
3526
|
checked: l = !1
|
|
3545
|
-
} = i, c =
|
|
3527
|
+
} = i, c = m(i, [
|
|
3546
3528
|
"name",
|
|
3547
3529
|
"label",
|
|
3548
3530
|
"disabled",
|
|
@@ -3583,8 +3565,8 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3583
3565
|
}
|
|
3584
3566
|
)
|
|
3585
3567
|
] });
|
|
3586
|
-
},
|
|
3587
|
-
cell:
|
|
3568
|
+
}, br = "_cell_veiud_1", mr = {
|
|
3569
|
+
cell: br
|
|
3588
3570
|
}, vr = ({
|
|
3589
3571
|
rowId: e,
|
|
3590
3572
|
isRowSelected: t,
|
|
@@ -3596,7 +3578,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3596
3578
|
const { checked: a } = c.target;
|
|
3597
3579
|
a ? r(e) : n(e);
|
|
3598
3580
|
};
|
|
3599
|
-
return /* @__PURE__ */ s.jsx("td", { className:
|
|
3581
|
+
return /* @__PURE__ */ s.jsx("td", { className: mr.cell, children: /* @__PURE__ */ s.jsx(
|
|
3600
3582
|
y1,
|
|
3601
3583
|
{
|
|
3602
3584
|
label: "Select row",
|
|
@@ -3746,10 +3728,10 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3746
3728
|
disabled: o
|
|
3747
3729
|
}
|
|
3748
3730
|
) });
|
|
3749
|
-
}, Or = "_head_8bsdh_2",
|
|
3731
|
+
}, Or = "_head_8bsdh_2", qr = "_head_row_8bsdh_22", s1 = {
|
|
3750
3732
|
head: Or,
|
|
3751
|
-
head_row:
|
|
3752
|
-
},
|
|
3733
|
+
head_row: qr
|
|
3734
|
+
}, Wr = ({
|
|
3753
3735
|
columns: e,
|
|
3754
3736
|
gridId: t,
|
|
3755
3737
|
selectAll: r,
|
|
@@ -3776,7 +3758,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3776
3758
|
},
|
|
3777
3759
|
`${a.title}_${t}`
|
|
3778
3760
|
))
|
|
3779
|
-
] }) }),
|
|
3761
|
+
] }) }), Ws = (d) => {
|
|
3780
3762
|
var h = d, {
|
|
3781
3763
|
columns: e,
|
|
3782
3764
|
data: t,
|
|
@@ -3786,7 +3768,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3786
3768
|
caption: l,
|
|
3787
3769
|
selectable: c = !1,
|
|
3788
3770
|
className: a
|
|
3789
|
-
} = h, i =
|
|
3771
|
+
} = h, i = m(h, [
|
|
3790
3772
|
"columns",
|
|
3791
3773
|
"data",
|
|
3792
3774
|
"id",
|
|
@@ -3806,11 +3788,11 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3806
3788
|
handleSelectRowById: j,
|
|
3807
3789
|
selectedIds: k
|
|
3808
3790
|
} = Rr({ id: r, data: t, onSelect: n });
|
|
3809
|
-
return /* @__PURE__ */ s.jsx("div", { className: Be.grid_wrapper, children: /* @__PURE__ */ s.jsxs("table",
|
|
3791
|
+
return /* @__PURE__ */ s.jsx("div", { className: Be.grid_wrapper, children: /* @__PURE__ */ s.jsxs("table", b(p({}, i), { className: L([Be.grid, a]), children: [
|
|
3810
3792
|
l && /* @__PURE__ */ s.jsx("caption", { className: Be.grid_caption, children: l }),
|
|
3811
3793
|
/* @__PURE__ */ s.jsx(Ar, { columns: e, selectable: c }),
|
|
3812
3794
|
/* @__PURE__ */ s.jsx(
|
|
3813
|
-
|
|
3795
|
+
Wr,
|
|
3814
3796
|
{
|
|
3815
3797
|
gridId: w,
|
|
3816
3798
|
columns: e,
|
|
@@ -3834,7 +3816,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3834
3816
|
}
|
|
3835
3817
|
)
|
|
3836
3818
|
] })) });
|
|
3837
|
-
}, Kr = "
|
|
3819
|
+
}, Kr = "_menuLeaf_ovlx9_3", Fr = {
|
|
3838
3820
|
menuLeaf: Kr
|
|
3839
3821
|
}, Ur = ({ item: e }) => {
|
|
3840
3822
|
const { icon: t, link: r, label: n, onFocus: o, onClick: l, onHover: c } = e, a = r ? /* @__PURE__ */ s.jsx("a", { href: r, target: "_blank", rel: "noreferrer", children: n }) : /* @__PURE__ */ s.jsx("span", { children: n }), i = (d) => {
|
|
@@ -3856,7 +3838,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3856
3838
|
]
|
|
3857
3839
|
}
|
|
3858
3840
|
);
|
|
3859
|
-
}, Gr = "
|
|
3841
|
+
}, Gr = "_subMenu_cfyxf_3", Yr = "_text_cfyxf_20", o1 = {
|
|
3860
3842
|
subMenu: Gr,
|
|
3861
3843
|
text: Yr
|
|
3862
3844
|
}, Zr = ({
|
|
@@ -3950,7 +3932,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3950
3932
|
mode: t = te.Vertical,
|
|
3951
3933
|
openedOn: r = "click",
|
|
3952
3934
|
className: n
|
|
3953
|
-
} = c, o =
|
|
3935
|
+
} = c, o = m(c, [
|
|
3954
3936
|
"items",
|
|
3955
3937
|
"mode",
|
|
3956
3938
|
"openedOn",
|
|
@@ -3961,7 +3943,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
3961
3943
|
n,
|
|
3962
3944
|
{ [l1.menuBar__vertical]: t === te.Vertical }
|
|
3963
3945
|
]);
|
|
3964
|
-
return /* @__PURE__ */ s.jsx("menu",
|
|
3946
|
+
return /* @__PURE__ */ s.jsx("menu", b(p({}, o), { className: a, children: e.map((i) => /* @__PURE__ */ s.jsx(M1, { item: i, mode: t, openedOn: r }, i.id)) }));
|
|
3965
3947
|
}, ts = "_tabContent_xjwqr_2", ns = {
|
|
3966
3948
|
tabContent: ts
|
|
3967
3949
|
}, rs = ({ tabs: e, selectedTabId: t, extendable: r, extendedTabContent: n }) => {
|
|
@@ -4080,10 +4062,10 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
4080
4062
|
g(N.target.value);
|
|
4081
4063
|
}, $ = (N) => {
|
|
4082
4064
|
const J = N.relatedTarget;
|
|
4083
|
-
(J == null ? void 0 : J.id) === j ||
|
|
4084
|
-
},
|
|
4085
|
-
N.key === "Enter" ? (N.preventDefault(),
|
|
4086
|
-
},
|
|
4065
|
+
(J == null ? void 0 : J.id) === j || q();
|
|
4066
|
+
}, W = (N) => {
|
|
4067
|
+
N.key === "Enter" ? (N.preventDefault(), q()) : N.key === "Escape" && (N.preventDefault(), Z());
|
|
4068
|
+
}, q = () => {
|
|
4087
4069
|
f.trim() && f !== e ? r == null || r(f.trim()) : g(e), x(!1);
|
|
4088
4070
|
}, Z = () => {
|
|
4089
4071
|
g(e), x(!1);
|
|
@@ -4096,8 +4078,8 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
4096
4078
|
isEditMode: u,
|
|
4097
4079
|
onInputChange: D,
|
|
4098
4080
|
onInputBlur: $,
|
|
4099
|
-
onInputKeyDown:
|
|
4100
|
-
onSave:
|
|
4081
|
+
onInputKeyDown: W,
|
|
4082
|
+
onSave: q,
|
|
4101
4083
|
onCancel: Z,
|
|
4102
4084
|
cancelButtonId: j
|
|
4103
4085
|
}
|
|
@@ -4138,11 +4120,11 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
4138
4120
|
)
|
|
4139
4121
|
] })
|
|
4140
4122
|
] }) });
|
|
4141
|
-
}, ps = "_tabList_tq8bk_1", Cs = "_tabList__vertical_tq8bk_13",
|
|
4123
|
+
}, ps = "_tabList_tq8bk_1", Cs = "_tabList__vertical_tq8bk_13", bs = "_tabList_addButton_tq8bk_23", $e = {
|
|
4142
4124
|
tabList: ps,
|
|
4143
4125
|
tabList__vertical: Cs,
|
|
4144
|
-
tabList_addButton:
|
|
4145
|
-
},
|
|
4126
|
+
tabList_addButton: bs
|
|
4127
|
+
}, ms = ({
|
|
4146
4128
|
tabs: e,
|
|
4147
4129
|
onTabSelect: t,
|
|
4148
4130
|
onTabTitleChange: r,
|
|
@@ -4215,7 +4197,7 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
4215
4197
|
onTabAdd: h,
|
|
4216
4198
|
onTabSelect: w,
|
|
4217
4199
|
onTabDelete: u
|
|
4218
|
-
} = g, x =
|
|
4200
|
+
} = g, x = m(g, [
|
|
4219
4201
|
"tabs",
|
|
4220
4202
|
"defaultTabId",
|
|
4221
4203
|
"className",
|
|
@@ -4230,15 +4212,15 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
4230
4212
|
"onTabSelect",
|
|
4231
4213
|
"onTabDelete"
|
|
4232
4214
|
]);
|
|
4233
|
-
const [C, j] = S(e), k = e.length, [M, y] = S(k + 1), E = C.map((A) => A.id), z = E.map((A) => `tabpanel_${A}`), B = t && E.includes(t) ? t : E[0], [D, $] = S(B),
|
|
4215
|
+
const [C, j] = S(e), k = e.length, [M, y] = S(k + 1), E = C.map((A) => A.id), z = E.map((A) => `tabpanel_${A}`), B = t && E.includes(t) ? t : E[0], [D, $] = S(B), W = L([
|
|
4234
4216
|
a1.tabs,
|
|
4235
4217
|
r,
|
|
4236
4218
|
{ [a1.tabs__vertical]: n === te.Vertical }
|
|
4237
|
-
]),
|
|
4219
|
+
]), q = (A) => {
|
|
4238
4220
|
$(A), w == null || w(A);
|
|
4239
4221
|
}, Z = (A, K) => {
|
|
4240
4222
|
j(
|
|
4241
|
-
(F) => F.map((X) => X.id === A ?
|
|
4223
|
+
(F) => F.map((X) => X.id === A ? b(p({}, X), { title: K }) : X)
|
|
4242
4224
|
), d == null || d(A, K);
|
|
4243
4225
|
}, N = () => {
|
|
4244
4226
|
const A = `added-tab-${M}`, K = a || `Tab ${M}`, F = {
|
|
@@ -4246,23 +4228,23 @@ const _r = "_cell_veiud_1", xr = {
|
|
|
4246
4228
|
title: K,
|
|
4247
4229
|
content: i || /* @__PURE__ */ s.jsx("div", {})
|
|
4248
4230
|
};
|
|
4249
|
-
j((X) => [...X, F]), y((X) => X + 1), h == null || h(),
|
|
4231
|
+
j((X) => [...X, F]), y((X) => X + 1), h == null || h(), q(A);
|
|
4250
4232
|
}, J = (A) => {
|
|
4251
4233
|
if (j((K) => K.filter((F) => F.id !== A)), D === A) {
|
|
4252
4234
|
const K = E.indexOf(A);
|
|
4253
4235
|
let F;
|
|
4254
|
-
K > 0 ? F = E[K - 1] : E.length > 1 ? F = E[1] : F = void 0, F &&
|
|
4236
|
+
K > 0 ? F = E[K - 1] : E.length > 1 ? F = E[1] : F = void 0, F && q(F);
|
|
4255
4237
|
}
|
|
4256
4238
|
u == null || u(A);
|
|
4257
4239
|
};
|
|
4258
|
-
return /* @__PURE__ */ s.jsxs("div",
|
|
4240
|
+
return /* @__PURE__ */ s.jsxs("div", b(p({}, x), { className: W, children: [
|
|
4259
4241
|
/* @__PURE__ */ s.jsx(
|
|
4260
|
-
|
|
4242
|
+
ms,
|
|
4261
4243
|
{
|
|
4262
4244
|
tabs: C,
|
|
4263
4245
|
selectedTabId: D,
|
|
4264
4246
|
tabPanelIds: z,
|
|
4265
|
-
onTabSelect:
|
|
4247
|
+
onTabSelect: q,
|
|
4266
4248
|
onTabTitleChange: Z,
|
|
4267
4249
|
mode: n,
|
|
4268
4250
|
tabIds: E,
|
|
@@ -4294,9 +4276,9 @@ export {
|
|
|
4294
4276
|
Os as Dialog,
|
|
4295
4277
|
Ms as EditableText,
|
|
4296
4278
|
x1 as ErrorMessage,
|
|
4297
|
-
|
|
4279
|
+
qs as Form,
|
|
4298
4280
|
le as FormContext,
|
|
4299
|
-
|
|
4281
|
+
Ws as Grid,
|
|
4300
4282
|
f1 as Header,
|
|
4301
4283
|
G as Icon,
|
|
4302
4284
|
v as IconName,
|
|
@@ -4321,7 +4303,7 @@ export {
|
|
|
4321
4303
|
Ss as ThemeProvider,
|
|
4322
4304
|
Qn as Tooltip,
|
|
4323
4305
|
h1 as TooltipContainer,
|
|
4324
|
-
|
|
4306
|
+
m1 as useAutoClose,
|
|
4325
4307
|
Le as useClickOutside,
|
|
4326
4308
|
Fn as useContainerDimensions,
|
|
4327
4309
|
Un as useDebounce,
|