@epam/ai-dial-ui-kit 0.3.0-rc.41 → 0.3.0-rc.43
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/dial-ui-kit.cjs.js +2 -2
- package/dist/dial-ui-kit.es.js +390 -365
- package/dist/index.css +1 -1
- package/dist/src/components/FileName/FileName.d.ts +20 -0
- package/dist/src/components/Input/Input.d.ts +1 -1
- package/dist/src/components/InputField/InputField.d.ts +3 -3
- package/dist/src/components/PasswordInput/PasswordInputField.d.ts +1 -1
- package/dist/src/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as i, jsxs as
|
|
1
|
+
import { jsx as i, jsxs as w, Fragment as pe } from "react/jsx-runtime";
|
|
2
2
|
import b from "classnames";
|
|
3
3
|
import { useFloating as Dt, offset as hr, flip as mr, shift as Cr, arrow as vn, autoUpdate as vr, useHover as br, useFocus as bn, useDismiss as St, useRole as Lt, useInteractions as It, useMergeRefs as yr, FloatingPortal as Tt, FloatingArrow as yn, autoPlacement as wn, size as xn, useClick as Dn, FloatingFocusManager as wr, FloatingOverlay as Sn } from "@floating-ui/react";
|
|
4
4
|
import * as E from "react";
|
|
@@ -60,7 +60,7 @@ const De = ({ errorText: e }) => e && /* @__PURE__ */ i("span", { className: "te
|
|
|
60
60
|
return /* @__PURE__ */ i(kr.Provider, { value: r, children: e });
|
|
61
61
|
}, Mr = Sr(function({ style: t, ...r }, n) {
|
|
62
62
|
const o = Rr(), s = yr([o.refs.setFloating, n]);
|
|
63
|
-
return o.open ? /* @__PURE__ */ i(Tt, { id: "tooltip-portal", children: /* @__PURE__ */
|
|
63
|
+
return o.open ? /* @__PURE__ */ i(Tt, { id: "tooltip-portal", children: /* @__PURE__ */ w(
|
|
64
64
|
"div",
|
|
65
65
|
{
|
|
66
66
|
ref: s,
|
|
@@ -113,7 +113,7 @@ const De = ({ errorText: e }) => e && /* @__PURE__ */ i("span", { className: "te
|
|
|
113
113
|
triggerClassName: n,
|
|
114
114
|
contentClassName: o,
|
|
115
115
|
...s
|
|
116
|
-
}) => /* @__PURE__ */
|
|
116
|
+
}) => /* @__PURE__ */ w(Pr, { ...s, children: [
|
|
117
117
|
/* @__PURE__ */ i(Vr, { className: b(n, "truncate"), children: r }),
|
|
118
118
|
/* @__PURE__ */ i(
|
|
119
119
|
Mr,
|
|
@@ -127,14 +127,14 @@ const De = ({ errorText: e }) => e && /* @__PURE__ */ i("span", { className: "te
|
|
|
127
127
|
children: t
|
|
128
128
|
}
|
|
129
129
|
)
|
|
130
|
-
] }), W = ({ icon: e, className: t }) => e ? /* @__PURE__ */ i("span", { className: b("flex-shrink-0", t), children: e }) : null,
|
|
130
|
+
] }), W = ({ icon: e, className: t }) => e ? /* @__PURE__ */ i("span", { className: b("flex-shrink-0", t), children: e }) : null, ke = ({
|
|
131
131
|
fieldTitle: e,
|
|
132
132
|
htmlFor: t,
|
|
133
133
|
optional: r,
|
|
134
134
|
optionalText: n,
|
|
135
135
|
cssClass: o,
|
|
136
136
|
description: s
|
|
137
|
-
}) => e ? /* @__PURE__ */
|
|
137
|
+
}) => e ? /* @__PURE__ */ w(
|
|
138
138
|
"label",
|
|
139
139
|
{
|
|
140
140
|
className: b(
|
|
@@ -185,7 +185,7 @@ const Co = {
|
|
|
185
185
|
r,
|
|
186
186
|
"focus-visible:outline outline-offset-0"
|
|
187
187
|
);
|
|
188
|
-
return /* @__PURE__ */
|
|
188
|
+
return /* @__PURE__ */ w(
|
|
189
189
|
"button",
|
|
190
190
|
{
|
|
191
191
|
ref: o,
|
|
@@ -213,13 +213,13 @@ const vo = {
|
|
|
213
213
|
[Oe.Success]: "bg-success border-success text-success",
|
|
214
214
|
[Oe.Warning]: "bg-warning border-warning text-warning",
|
|
215
215
|
[Oe.Error]: "bg-error border-error text-error"
|
|
216
|
-
}, yo = "items-center justify-between gap-2 p-3 border border-solid dial-small-150 rounded flex",
|
|
216
|
+
}, yo = "items-center justify-between gap-2 p-3 border border-solid dial-small-150 rounded flex", Ba = ({
|
|
217
217
|
variant: e = Oe.Info,
|
|
218
218
|
message: t,
|
|
219
219
|
cssClass: r,
|
|
220
220
|
closable: n = !1,
|
|
221
221
|
onClose: o
|
|
222
|
-
}) => /* @__PURE__ */
|
|
222
|
+
}) => /* @__PURE__ */ w(
|
|
223
223
|
"div",
|
|
224
224
|
{
|
|
225
225
|
role: "alert",
|
|
@@ -229,7 +229,7 @@ const vo = {
|
|
|
229
229
|
r
|
|
230
230
|
),
|
|
231
231
|
children: [
|
|
232
|
-
/* @__PURE__ */
|
|
232
|
+
/* @__PURE__ */ w("div", { className: "flex items-center gap-2", children: [
|
|
233
233
|
/* @__PURE__ */ i(W, { icon: vo[e] }),
|
|
234
234
|
/* @__PURE__ */ i("div", { className: "text-primary", children: t })
|
|
235
235
|
] }),
|
|
@@ -302,7 +302,7 @@ const vo = {
|
|
|
302
302
|
"mr-2 border rounded",
|
|
303
303
|
o ? "bg-layer-4 border-icon-secondary" : ""
|
|
304
304
|
);
|
|
305
|
-
return /* @__PURE__ */
|
|
305
|
+
return /* @__PURE__ */ w("label", { className: d, htmlFor: t, children: [
|
|
306
306
|
n ? /* @__PURE__ */ i(kn, { className: u, ...X }) : r ? /* @__PURE__ */ i(Tr, { className: u, ...X }) : null,
|
|
307
307
|
e && (typeof e == "string" ? /* @__PURE__ */ i(ve, { tooltip: e, triggerClassName: "flex-1 min-w-0", children: /* @__PURE__ */ i("span", { className: "text-primary w-full truncate", children: e }) }) : e),
|
|
308
308
|
/* @__PURE__ */ i(
|
|
@@ -366,7 +366,7 @@ const So = (e, t) => {
|
|
|
366
366
|
onChangeStep: n
|
|
367
367
|
}) => {
|
|
368
368
|
const o = "h-[32px] flex flex-1 min-w-[180px] items-center dial-tiny border-t-2 cursor-pointer", s = "w-[22px] h-[22px] flex justify-center items-center mr-2 rounded-full text-white", a = () => r === e.id && e.status === ae.ERROR ? /* @__PURE__ */ i(Et, { stroke: 2, size: 16 }) : r !== e.id && e.status === ae.VALID ? /* @__PURE__ */ i(Tr, { stroke: 2, size: 16 }) : t + 1;
|
|
369
|
-
return /* @__PURE__ */
|
|
369
|
+
return /* @__PURE__ */ w(
|
|
370
370
|
"button",
|
|
371
371
|
{
|
|
372
372
|
className: b(o, So(e, r)),
|
|
@@ -383,7 +383,7 @@ const So = (e, t) => {
|
|
|
383
383
|
]
|
|
384
384
|
}
|
|
385
385
|
);
|
|
386
|
-
},
|
|
386
|
+
}, Ga = ({
|
|
387
387
|
steps: e,
|
|
388
388
|
currentStep: t,
|
|
389
389
|
onChangeStep: r
|
|
@@ -427,8 +427,8 @@ const So = (e, t) => {
|
|
|
427
427
|
"dial-tiny mt-2 ml-[26px] text-secondary",
|
|
428
428
|
u
|
|
429
429
|
);
|
|
430
|
-
return /* @__PURE__ */
|
|
431
|
-
/* @__PURE__ */
|
|
430
|
+
return /* @__PURE__ */ w("div", { className: v, children: [
|
|
431
|
+
/* @__PURE__ */ w("div", { className: "flex flex-row items-center", children: [
|
|
432
432
|
/* @__PURE__ */ i(
|
|
433
433
|
"input",
|
|
434
434
|
{
|
|
@@ -641,9 +641,9 @@ const ko = "w-full flex", Ro = {
|
|
|
641
641
|
c = u + (c.length > 0 ? " " + c : c);
|
|
642
642
|
continue;
|
|
643
643
|
}
|
|
644
|
-
let
|
|
644
|
+
let x = !!m, L = n(x ? v.substring(0, m) : v);
|
|
645
645
|
if (!L) {
|
|
646
|
-
if (!
|
|
646
|
+
if (!x) {
|
|
647
647
|
c = u + (c.length > 0 ? " " + c : c);
|
|
648
648
|
continue;
|
|
649
649
|
}
|
|
@@ -651,13 +651,13 @@ const ko = "w-full flex", Ro = {
|
|
|
651
651
|
c = u + (c.length > 0 ? " " + c : c);
|
|
652
652
|
continue;
|
|
653
653
|
}
|
|
654
|
-
|
|
654
|
+
x = !1;
|
|
655
655
|
}
|
|
656
656
|
const C = s(h).join(":"), y = f ? C + gt : C, O = y + L;
|
|
657
657
|
if (a.includes(O))
|
|
658
658
|
continue;
|
|
659
659
|
a.push(O);
|
|
660
|
-
const R = o(L,
|
|
660
|
+
const R = o(L, x);
|
|
661
661
|
for (let P = 0; P < R.length; ++P) {
|
|
662
662
|
const $ = R[P];
|
|
663
663
|
a.push(y + $);
|
|
@@ -705,14 +705,14 @@ const q = (e) => {
|
|
|
705
705
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
706
706
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
707
707
|
Xo.test(e) && !Yo.test(e)
|
|
708
|
-
), jr = () => !1, ts = (e) => Ko.test(e), rs = (e) => Jo.test(e), ns = (e) => !
|
|
708
|
+
), jr = () => !1, ts = (e) => Ko.test(e), rs = (e) => Jo.test(e), ns = (e) => !D(e) && !S(e), os = (e) => Re(e, $r, jr), D = (e) => _r.test(e), ye = (e) => Re(e, Wr, es), st = (e) => Re(e, cs, k), Wt = (e) => Re(e, Br, jr), ss = (e) => Re(e, Gr, rs), Be = (e) => Re(e, Ur, ts), S = (e) => zr.test(e), Ve = (e) => Pe(e, Wr), is = (e) => Pe(e, ds), Ut = (e) => Pe(e, Br), as = (e) => Pe(e, $r), ls = (e) => Pe(e, Gr), Ge = (e) => Pe(e, Ur, !0), Re = (e, t, r) => {
|
|
709
709
|
const n = _r.exec(e);
|
|
710
710
|
return n ? n[1] ? t(n[1]) : r(n[2]) : !1;
|
|
711
|
-
},
|
|
711
|
+
}, Pe = (e, t, r = !1) => {
|
|
712
712
|
const n = zr.exec(e);
|
|
713
713
|
return n ? n[1] ? t(n[1]) : r : !1;
|
|
714
714
|
}, Br = (e) => e === "position" || e === "percentage", Gr = (e) => e === "image" || e === "url", $r = (e) => e === "length" || e === "size" || e === "bg-size", Wr = (e) => e === "length", cs = (e) => e === "number", ds = (e) => e === "family-name", Ur = (e) => e === "shadow", us = () => {
|
|
715
|
-
const e = q("color"), t = q("font"), r = q("text"), n = q("font-weight"), o = q("tracking"), s = q("leading"), a = q("breakpoint"), l = q("container"), c = q("spacing"), d = q("radius"), u = q("shadow"), p = q("inset-shadow"), h = q("text-shadow"), f = q("drop-shadow"), v = q("blur"), m = q("perspective"),
|
|
715
|
+
const e = q("color"), t = q("font"), r = q("text"), n = q("font-weight"), o = q("tracking"), s = q("leading"), a = q("breakpoint"), l = q("container"), c = q("spacing"), d = q("radius"), u = q("shadow"), p = q("inset-shadow"), h = q("text-shadow"), f = q("drop-shadow"), v = q("blur"), m = q("perspective"), x = q("aspect"), L = q("ease"), C = q("animate"), y = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], O = () => [
|
|
716
716
|
"center",
|
|
717
717
|
"top",
|
|
718
718
|
"bottom",
|
|
@@ -730,30 +730,30 @@ const q = (e) => {
|
|
|
730
730
|
"bottom-left",
|
|
731
731
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
732
732
|
"left-bottom"
|
|
733
|
-
], R = () => [...O(),
|
|
734
|
-
span: ["full", me,
|
|
735
|
-
}, me,
|
|
736
|
-
position: [
|
|
733
|
+
], R = () => [...O(), S, D], P = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", "contain", "none"], I = () => [S, D, c], j = () => [Le, "full", "auto", ...I()], _ = () => [me, "none", "subgrid", S, D], M = () => ["auto", {
|
|
734
|
+
span: ["full", me, S, D]
|
|
735
|
+
}, me, S, D], V = () => [me, "auto", S, D], ee = () => ["auto", "min", "max", "fr", S, D], de = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], Y = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], te = () => ["auto", ...I()], re = () => [Le, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...I()], T = () => [e, S, D], ue = () => [...O(), Ut, Wt, {
|
|
736
|
+
position: [S, D]
|
|
737
737
|
}], ge = () => ["no-repeat", {
|
|
738
738
|
repeat: ["", "x", "y", "space", "round"]
|
|
739
739
|
}], he = () => ["auto", "cover", "contain", as, os, {
|
|
740
|
-
size: [
|
|
741
|
-
}], oe = () => [ot,
|
|
740
|
+
size: [S, D]
|
|
741
|
+
}], oe = () => [ot, Ve, ye], U = () => [
|
|
742
742
|
// Deprecated since Tailwind CSS v4.0.0
|
|
743
743
|
"",
|
|
744
744
|
"none",
|
|
745
745
|
"full",
|
|
746
746
|
d,
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
], K = () => ["", k,
|
|
747
|
+
S,
|
|
748
|
+
D
|
|
749
|
+
], K = () => ["", k, Ve, ye], g = () => ["solid", "dashed", "dotted", "double"], H = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], F = () => [k, ot, Ut, Wt], ce = () => [
|
|
750
750
|
// Deprecated since Tailwind CSS v4.0.0
|
|
751
751
|
"",
|
|
752
752
|
"none",
|
|
753
753
|
v,
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
], be = () => ["none", k,
|
|
754
|
+
S,
|
|
755
|
+
D
|
|
756
|
+
], be = () => ["none", k, S, D], ze = () => ["none", k, S, D], nt = () => [k, S, D], je = () => [Le, "full", ...I()];
|
|
757
757
|
return {
|
|
758
758
|
cacheSize: 500,
|
|
759
759
|
theme: {
|
|
@@ -786,7 +786,7 @@ const q = (e) => {
|
|
|
786
786
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
787
787
|
*/
|
|
788
788
|
aspect: [{
|
|
789
|
-
aspect: ["auto", "square", Le,
|
|
789
|
+
aspect: ["auto", "square", Le, D, S, x]
|
|
790
790
|
}],
|
|
791
791
|
/**
|
|
792
792
|
* Container
|
|
@@ -799,7 +799,7 @@ const q = (e) => {
|
|
|
799
799
|
* @see https://tailwindcss.com/docs/columns
|
|
800
800
|
*/
|
|
801
801
|
columns: [{
|
|
802
|
-
columns: [k,
|
|
802
|
+
columns: [k, D, S, l]
|
|
803
803
|
}],
|
|
804
804
|
/**
|
|
805
805
|
* Break After
|
|
@@ -999,7 +999,7 @@ const q = (e) => {
|
|
|
999
999
|
* @see https://tailwindcss.com/docs/z-index
|
|
1000
1000
|
*/
|
|
1001
1001
|
z: [{
|
|
1002
|
-
z: [me, "auto",
|
|
1002
|
+
z: [me, "auto", S, D]
|
|
1003
1003
|
}],
|
|
1004
1004
|
// ------------------------
|
|
1005
1005
|
// --- Flexbox and Grid ---
|
|
@@ -1030,28 +1030,28 @@ const q = (e) => {
|
|
|
1030
1030
|
* @see https://tailwindcss.com/docs/flex
|
|
1031
1031
|
*/
|
|
1032
1032
|
flex: [{
|
|
1033
|
-
flex: [k, Le, "auto", "initial", "none",
|
|
1033
|
+
flex: [k, Le, "auto", "initial", "none", D]
|
|
1034
1034
|
}],
|
|
1035
1035
|
/**
|
|
1036
1036
|
* Flex Grow
|
|
1037
1037
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1038
1038
|
*/
|
|
1039
1039
|
grow: [{
|
|
1040
|
-
grow: ["", k,
|
|
1040
|
+
grow: ["", k, S, D]
|
|
1041
1041
|
}],
|
|
1042
1042
|
/**
|
|
1043
1043
|
* Flex Shrink
|
|
1044
1044
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1045
1045
|
*/
|
|
1046
1046
|
shrink: [{
|
|
1047
|
-
shrink: ["", k,
|
|
1047
|
+
shrink: ["", k, S, D]
|
|
1048
1048
|
}],
|
|
1049
1049
|
/**
|
|
1050
1050
|
* Order
|
|
1051
1051
|
* @see https://tailwindcss.com/docs/order
|
|
1052
1052
|
*/
|
|
1053
1053
|
order: [{
|
|
1054
|
-
order: [me, "first", "last", "none",
|
|
1054
|
+
order: [me, "first", "last", "none", S, D]
|
|
1055
1055
|
}],
|
|
1056
1056
|
/**
|
|
1057
1057
|
* Grid Template Columns
|
|
@@ -1446,7 +1446,7 @@ const q = (e) => {
|
|
|
1446
1446
|
* @see https://tailwindcss.com/docs/font-size
|
|
1447
1447
|
*/
|
|
1448
1448
|
"font-size": [{
|
|
1449
|
-
text: ["base", r,
|
|
1449
|
+
text: ["base", r, Ve, ye]
|
|
1450
1450
|
}],
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Font Smoothing
|
|
@@ -1463,21 +1463,21 @@ const q = (e) => {
|
|
|
1463
1463
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1464
1464
|
*/
|
|
1465
1465
|
"font-weight": [{
|
|
1466
|
-
font: [n,
|
|
1466
|
+
font: [n, S, st]
|
|
1467
1467
|
}],
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Font Stretch
|
|
1470
1470
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1471
1471
|
*/
|
|
1472
1472
|
"font-stretch": [{
|
|
1473
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ot,
|
|
1473
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ot, D]
|
|
1474
1474
|
}],
|
|
1475
1475
|
/**
|
|
1476
1476
|
* Font Family
|
|
1477
1477
|
* @see https://tailwindcss.com/docs/font-family
|
|
1478
1478
|
*/
|
|
1479
1479
|
"font-family": [{
|
|
1480
|
-
font: [is,
|
|
1480
|
+
font: [is, D, t]
|
|
1481
1481
|
}],
|
|
1482
1482
|
/**
|
|
1483
1483
|
* Font Variant Numeric
|
|
@@ -1514,14 +1514,14 @@ const q = (e) => {
|
|
|
1514
1514
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1515
1515
|
*/
|
|
1516
1516
|
tracking: [{
|
|
1517
|
-
tracking: [o,
|
|
1517
|
+
tracking: [o, S, D]
|
|
1518
1518
|
}],
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Line Clamp
|
|
1521
1521
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1522
1522
|
*/
|
|
1523
1523
|
"line-clamp": [{
|
|
1524
|
-
"line-clamp": [k, "none",
|
|
1524
|
+
"line-clamp": [k, "none", S, st]
|
|
1525
1525
|
}],
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Line Height
|
|
@@ -1539,7 +1539,7 @@ const q = (e) => {
|
|
|
1539
1539
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1540
1540
|
*/
|
|
1541
1541
|
"list-image": [{
|
|
1542
|
-
"list-image": ["none",
|
|
1542
|
+
"list-image": ["none", S, D]
|
|
1543
1543
|
}],
|
|
1544
1544
|
/**
|
|
1545
1545
|
* List Style Position
|
|
@@ -1553,7 +1553,7 @@ const q = (e) => {
|
|
|
1553
1553
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1554
1554
|
*/
|
|
1555
1555
|
"list-style-type": [{
|
|
1556
|
-
list: ["disc", "decimal", "none",
|
|
1556
|
+
list: ["disc", "decimal", "none", S, D]
|
|
1557
1557
|
}],
|
|
1558
1558
|
/**
|
|
1559
1559
|
* Text Alignment
|
|
@@ -1594,7 +1594,7 @@ const q = (e) => {
|
|
|
1594
1594
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1595
1595
|
*/
|
|
1596
1596
|
"text-decoration-thickness": [{
|
|
1597
|
-
decoration: [k, "from-font", "auto",
|
|
1597
|
+
decoration: [k, "from-font", "auto", S, ye]
|
|
1598
1598
|
}],
|
|
1599
1599
|
/**
|
|
1600
1600
|
* Text Decoration Color
|
|
@@ -1608,7 +1608,7 @@ const q = (e) => {
|
|
|
1608
1608
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1609
1609
|
*/
|
|
1610
1610
|
"underline-offset": [{
|
|
1611
|
-
"underline-offset": [k, "auto",
|
|
1611
|
+
"underline-offset": [k, "auto", S, D]
|
|
1612
1612
|
}],
|
|
1613
1613
|
/**
|
|
1614
1614
|
* Text Transform
|
|
@@ -1639,7 +1639,7 @@ const q = (e) => {
|
|
|
1639
1639
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1640
1640
|
*/
|
|
1641
1641
|
"vertical-align": [{
|
|
1642
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1642
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", S, D]
|
|
1643
1643
|
}],
|
|
1644
1644
|
/**
|
|
1645
1645
|
* Whitespace
|
|
@@ -1674,7 +1674,7 @@ const q = (e) => {
|
|
|
1674
1674
|
* @see https://tailwindcss.com/docs/content
|
|
1675
1675
|
*/
|
|
1676
1676
|
content: [{
|
|
1677
|
-
content: ["none",
|
|
1677
|
+
content: ["none", S, D]
|
|
1678
1678
|
}],
|
|
1679
1679
|
// -------------------
|
|
1680
1680
|
// --- Backgrounds ---
|
|
@@ -1729,9 +1729,9 @@ const q = (e) => {
|
|
|
1729
1729
|
bg: ["none", {
|
|
1730
1730
|
linear: [{
|
|
1731
1731
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1732
|
-
}, me,
|
|
1733
|
-
radial: ["",
|
|
1734
|
-
conic: [me,
|
|
1732
|
+
}, me, S, D],
|
|
1733
|
+
radial: ["", S, D],
|
|
1734
|
+
conic: [me, S, D]
|
|
1735
1735
|
}, ls, ss]
|
|
1736
1736
|
}],
|
|
1737
1737
|
/**
|
|
@@ -2074,14 +2074,14 @@ const q = (e) => {
|
|
|
2074
2074
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2075
2075
|
*/
|
|
2076
2076
|
"outline-offset": [{
|
|
2077
|
-
"outline-offset": [k,
|
|
2077
|
+
"outline-offset": [k, S, D]
|
|
2078
2078
|
}],
|
|
2079
2079
|
/**
|
|
2080
2080
|
* Outline Width
|
|
2081
2081
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2082
2082
|
*/
|
|
2083
2083
|
"outline-w": [{
|
|
2084
|
-
outline: ["", k,
|
|
2084
|
+
outline: ["", k, Ve, ye]
|
|
2085
2085
|
}],
|
|
2086
2086
|
/**
|
|
2087
2087
|
* Outline Color
|
|
@@ -2200,7 +2200,7 @@ const q = (e) => {
|
|
|
2200
2200
|
* @see https://tailwindcss.com/docs/opacity
|
|
2201
2201
|
*/
|
|
2202
2202
|
opacity: [{
|
|
2203
|
-
opacity: [k,
|
|
2203
|
+
opacity: [k, S, D]
|
|
2204
2204
|
}],
|
|
2205
2205
|
/**
|
|
2206
2206
|
* Mix Blend Mode
|
|
@@ -2322,7 +2322,7 @@ const q = (e) => {
|
|
|
2322
2322
|
"mask-y-to": T()
|
|
2323
2323
|
}],
|
|
2324
2324
|
"mask-image-radial": [{
|
|
2325
|
-
"mask-radial": [
|
|
2325
|
+
"mask-radial": [S, D]
|
|
2326
2326
|
}],
|
|
2327
2327
|
"mask-image-radial-from-pos": [{
|
|
2328
2328
|
"mask-radial-from": F()
|
|
@@ -2410,7 +2410,7 @@ const q = (e) => {
|
|
|
2410
2410
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2411
2411
|
*/
|
|
2412
2412
|
"mask-image": [{
|
|
2413
|
-
mask: ["none",
|
|
2413
|
+
mask: ["none", S, D]
|
|
2414
2414
|
}],
|
|
2415
2415
|
// ---------------
|
|
2416
2416
|
// --- Filters ---
|
|
@@ -2424,8 +2424,8 @@ const q = (e) => {
|
|
|
2424
2424
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2425
2425
|
"",
|
|
2426
2426
|
"none",
|
|
2427
|
-
|
|
2428
|
-
|
|
2427
|
+
S,
|
|
2428
|
+
D
|
|
2429
2429
|
]
|
|
2430
2430
|
}],
|
|
2431
2431
|
/**
|
|
@@ -2440,14 +2440,14 @@ const q = (e) => {
|
|
|
2440
2440
|
* @see https://tailwindcss.com/docs/brightness
|
|
2441
2441
|
*/
|
|
2442
2442
|
brightness: [{
|
|
2443
|
-
brightness: [k,
|
|
2443
|
+
brightness: [k, S, D]
|
|
2444
2444
|
}],
|
|
2445
2445
|
/**
|
|
2446
2446
|
* Contrast
|
|
2447
2447
|
* @see https://tailwindcss.com/docs/contrast
|
|
2448
2448
|
*/
|
|
2449
2449
|
contrast: [{
|
|
2450
|
-
contrast: [k,
|
|
2450
|
+
contrast: [k, S, D]
|
|
2451
2451
|
}],
|
|
2452
2452
|
/**
|
|
2453
2453
|
* Drop Shadow
|
|
@@ -2475,35 +2475,35 @@ const q = (e) => {
|
|
|
2475
2475
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2476
2476
|
*/
|
|
2477
2477
|
grayscale: [{
|
|
2478
|
-
grayscale: ["", k,
|
|
2478
|
+
grayscale: ["", k, S, D]
|
|
2479
2479
|
}],
|
|
2480
2480
|
/**
|
|
2481
2481
|
* Hue Rotate
|
|
2482
2482
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2483
2483
|
*/
|
|
2484
2484
|
"hue-rotate": [{
|
|
2485
|
-
"hue-rotate": [k,
|
|
2485
|
+
"hue-rotate": [k, S, D]
|
|
2486
2486
|
}],
|
|
2487
2487
|
/**
|
|
2488
2488
|
* Invert
|
|
2489
2489
|
* @see https://tailwindcss.com/docs/invert
|
|
2490
2490
|
*/
|
|
2491
2491
|
invert: [{
|
|
2492
|
-
invert: ["", k,
|
|
2492
|
+
invert: ["", k, S, D]
|
|
2493
2493
|
}],
|
|
2494
2494
|
/**
|
|
2495
2495
|
* Saturate
|
|
2496
2496
|
* @see https://tailwindcss.com/docs/saturate
|
|
2497
2497
|
*/
|
|
2498
2498
|
saturate: [{
|
|
2499
|
-
saturate: [k,
|
|
2499
|
+
saturate: [k, S, D]
|
|
2500
2500
|
}],
|
|
2501
2501
|
/**
|
|
2502
2502
|
* Sepia
|
|
2503
2503
|
* @see https://tailwindcss.com/docs/sepia
|
|
2504
2504
|
*/
|
|
2505
2505
|
sepia: [{
|
|
2506
|
-
sepia: ["", k,
|
|
2506
|
+
sepia: ["", k, S, D]
|
|
2507
2507
|
}],
|
|
2508
2508
|
/**
|
|
2509
2509
|
* Backdrop Filter
|
|
@@ -2514,8 +2514,8 @@ const q = (e) => {
|
|
|
2514
2514
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2515
2515
|
"",
|
|
2516
2516
|
"none",
|
|
2517
|
-
|
|
2518
|
-
|
|
2517
|
+
S,
|
|
2518
|
+
D
|
|
2519
2519
|
]
|
|
2520
2520
|
}],
|
|
2521
2521
|
/**
|
|
@@ -2530,56 +2530,56 @@ const q = (e) => {
|
|
|
2530
2530
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2531
2531
|
*/
|
|
2532
2532
|
"backdrop-brightness": [{
|
|
2533
|
-
"backdrop-brightness": [k,
|
|
2533
|
+
"backdrop-brightness": [k, S, D]
|
|
2534
2534
|
}],
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Backdrop Contrast
|
|
2537
2537
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2538
2538
|
*/
|
|
2539
2539
|
"backdrop-contrast": [{
|
|
2540
|
-
"backdrop-contrast": [k,
|
|
2540
|
+
"backdrop-contrast": [k, S, D]
|
|
2541
2541
|
}],
|
|
2542
2542
|
/**
|
|
2543
2543
|
* Backdrop Grayscale
|
|
2544
2544
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2545
2545
|
*/
|
|
2546
2546
|
"backdrop-grayscale": [{
|
|
2547
|
-
"backdrop-grayscale": ["", k,
|
|
2547
|
+
"backdrop-grayscale": ["", k, S, D]
|
|
2548
2548
|
}],
|
|
2549
2549
|
/**
|
|
2550
2550
|
* Backdrop Hue Rotate
|
|
2551
2551
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2552
2552
|
*/
|
|
2553
2553
|
"backdrop-hue-rotate": [{
|
|
2554
|
-
"backdrop-hue-rotate": [k,
|
|
2554
|
+
"backdrop-hue-rotate": [k, S, D]
|
|
2555
2555
|
}],
|
|
2556
2556
|
/**
|
|
2557
2557
|
* Backdrop Invert
|
|
2558
2558
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2559
2559
|
*/
|
|
2560
2560
|
"backdrop-invert": [{
|
|
2561
|
-
"backdrop-invert": ["", k,
|
|
2561
|
+
"backdrop-invert": ["", k, S, D]
|
|
2562
2562
|
}],
|
|
2563
2563
|
/**
|
|
2564
2564
|
* Backdrop Opacity
|
|
2565
2565
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2566
2566
|
*/
|
|
2567
2567
|
"backdrop-opacity": [{
|
|
2568
|
-
"backdrop-opacity": [k,
|
|
2568
|
+
"backdrop-opacity": [k, S, D]
|
|
2569
2569
|
}],
|
|
2570
2570
|
/**
|
|
2571
2571
|
* Backdrop Saturate
|
|
2572
2572
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2573
2573
|
*/
|
|
2574
2574
|
"backdrop-saturate": [{
|
|
2575
|
-
"backdrop-saturate": [k,
|
|
2575
|
+
"backdrop-saturate": [k, S, D]
|
|
2576
2576
|
}],
|
|
2577
2577
|
/**
|
|
2578
2578
|
* Backdrop Sepia
|
|
2579
2579
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2580
2580
|
*/
|
|
2581
2581
|
"backdrop-sepia": [{
|
|
2582
|
-
"backdrop-sepia": ["", k,
|
|
2582
|
+
"backdrop-sepia": ["", k, S, D]
|
|
2583
2583
|
}],
|
|
2584
2584
|
// --------------
|
|
2585
2585
|
// --- Tables ---
|
|
@@ -2634,7 +2634,7 @@ const q = (e) => {
|
|
|
2634
2634
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2635
2635
|
*/
|
|
2636
2636
|
transition: [{
|
|
2637
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2637
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", S, D]
|
|
2638
2638
|
}],
|
|
2639
2639
|
/**
|
|
2640
2640
|
* Transition Behavior
|
|
@@ -2648,28 +2648,28 @@ const q = (e) => {
|
|
|
2648
2648
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2649
2649
|
*/
|
|
2650
2650
|
duration: [{
|
|
2651
|
-
duration: [k, "initial",
|
|
2651
|
+
duration: [k, "initial", S, D]
|
|
2652
2652
|
}],
|
|
2653
2653
|
/**
|
|
2654
2654
|
* Transition Timing Function
|
|
2655
2655
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2656
2656
|
*/
|
|
2657
2657
|
ease: [{
|
|
2658
|
-
ease: ["linear", "initial", L,
|
|
2658
|
+
ease: ["linear", "initial", L, S, D]
|
|
2659
2659
|
}],
|
|
2660
2660
|
/**
|
|
2661
2661
|
* Transition Delay
|
|
2662
2662
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2663
2663
|
*/
|
|
2664
2664
|
delay: [{
|
|
2665
|
-
delay: [k,
|
|
2665
|
+
delay: [k, S, D]
|
|
2666
2666
|
}],
|
|
2667
2667
|
/**
|
|
2668
2668
|
* Animation
|
|
2669
2669
|
* @see https://tailwindcss.com/docs/animation
|
|
2670
2670
|
*/
|
|
2671
2671
|
animate: [{
|
|
2672
|
-
animate: ["none", C,
|
|
2672
|
+
animate: ["none", C, S, D]
|
|
2673
2673
|
}],
|
|
2674
2674
|
// ------------------
|
|
2675
2675
|
// --- Transforms ---
|
|
@@ -2686,7 +2686,7 @@ const q = (e) => {
|
|
|
2686
2686
|
* @see https://tailwindcss.com/docs/perspective
|
|
2687
2687
|
*/
|
|
2688
2688
|
perspective: [{
|
|
2689
|
-
perspective: [m,
|
|
2689
|
+
perspective: [m, S, D]
|
|
2690
2690
|
}],
|
|
2691
2691
|
/**
|
|
2692
2692
|
* Perspective Origin
|
|
@@ -2782,7 +2782,7 @@ const q = (e) => {
|
|
|
2782
2782
|
* @see https://tailwindcss.com/docs/transform
|
|
2783
2783
|
*/
|
|
2784
2784
|
transform: [{
|
|
2785
|
-
transform: [
|
|
2785
|
+
transform: [S, D, "", "none", "gpu", "cpu"]
|
|
2786
2786
|
}],
|
|
2787
2787
|
/**
|
|
2788
2788
|
* Transform Origin
|
|
@@ -2867,7 +2867,7 @@ const q = (e) => {
|
|
|
2867
2867
|
* @see https://tailwindcss.com/docs/cursor
|
|
2868
2868
|
*/
|
|
2869
2869
|
cursor: [{
|
|
2870
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2870
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", S, D]
|
|
2871
2871
|
}],
|
|
2872
2872
|
/**
|
|
2873
2873
|
* Field Sizing
|
|
@@ -3089,7 +3089,7 @@ const q = (e) => {
|
|
|
3089
3089
|
* @see https://tailwindcss.com/docs/will-change
|
|
3090
3090
|
*/
|
|
3091
3091
|
"will-change": [{
|
|
3092
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
3092
|
+
"will-change": ["auto", "scroll", "contents", "transform", S, D]
|
|
3093
3093
|
}],
|
|
3094
3094
|
// -----------
|
|
3095
3095
|
// --- SVG ---
|
|
@@ -3106,7 +3106,7 @@ const q = (e) => {
|
|
|
3106
3106
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3107
3107
|
*/
|
|
3108
3108
|
"stroke-w": [{
|
|
3109
|
-
stroke: [k,
|
|
3109
|
+
stroke: [k, Ve, ye, st]
|
|
3110
3110
|
}],
|
|
3111
3111
|
/**
|
|
3112
3112
|
* Stroke
|
|
@@ -3203,7 +3203,7 @@ const kt = ({
|
|
|
3203
3203
|
defaultEmptyText: v,
|
|
3204
3204
|
children: m
|
|
3205
3205
|
}) => {
|
|
3206
|
-
const
|
|
3206
|
+
const x = `${e}-label`, L = o ? `${e}-desc` : void 0, C = s ? `${e}-err` : void 0, y = `${e}-caption-desc`, O = [L, C].filter(Boolean).join(" ") || void 0, R = A(() => typeof s == "boolean" ? null : typeof s == "string" || typeof s > "u" ? s ? /* @__PURE__ */ i(
|
|
3207
3207
|
"div",
|
|
3208
3208
|
{
|
|
3209
3209
|
id: C,
|
|
@@ -3222,11 +3222,11 @@ const kt = ({
|
|
|
3222
3222
|
children: s
|
|
3223
3223
|
}
|
|
3224
3224
|
), [s, u, C]), P = A(() => f ? typeof f == "string" || typeof f == "number" ? /* @__PURE__ */ i("span", { "aria-readonly": "true", children: f }) : f : /* @__PURE__ */ i("span", { "aria-readonly": "true", children: v ?? "None" }), [f, v]);
|
|
3225
|
-
return /* @__PURE__ */
|
|
3225
|
+
return /* @__PURE__ */ w(
|
|
3226
3226
|
"div",
|
|
3227
3227
|
{
|
|
3228
3228
|
role: "group",
|
|
3229
|
-
"aria-labelledby": t ?
|
|
3229
|
+
"aria-labelledby": t ? x : void 0,
|
|
3230
3230
|
"aria-describedby": O,
|
|
3231
3231
|
className: Z(
|
|
3232
3232
|
ko,
|
|
@@ -3237,10 +3237,10 @@ const kt = ({
|
|
|
3237
3237
|
t && /* @__PURE__ */ i(
|
|
3238
3238
|
"div",
|
|
3239
3239
|
{
|
|
3240
|
-
id:
|
|
3240
|
+
id: x,
|
|
3241
3241
|
className: Z(a === "horizontal" && "shrink-0"),
|
|
3242
3242
|
children: /* @__PURE__ */ i(
|
|
3243
|
-
|
|
3243
|
+
ke,
|
|
3244
3244
|
{
|
|
3245
3245
|
htmlFor: e,
|
|
3246
3246
|
fieldTitle: t,
|
|
@@ -3255,7 +3255,7 @@ const kt = ({
|
|
|
3255
3255
|
)
|
|
3256
3256
|
}
|
|
3257
3257
|
),
|
|
3258
|
-
/* @__PURE__ */
|
|
3258
|
+
/* @__PURE__ */ w("div", { className: "min-w-0 w-full", children: [
|
|
3259
3259
|
h ? /* @__PURE__ */ i("div", { className: "dial-input px-3 py-2", children: P() }) : m,
|
|
3260
3260
|
p && /* @__PURE__ */ i(
|
|
3261
3261
|
"div",
|
|
@@ -3299,7 +3299,7 @@ const kt = ({
|
|
|
3299
3299
|
Oo,
|
|
3300
3300
|
No[l]
|
|
3301
3301
|
),
|
|
3302
|
-
children: s.map((d) => /* @__PURE__ */
|
|
3302
|
+
children: s.map((d) => /* @__PURE__ */ w("div", { className: "flex flex-col", children: [
|
|
3303
3303
|
/* @__PURE__ */ i(
|
|
3304
3304
|
To,
|
|
3305
3305
|
{
|
|
@@ -3323,11 +3323,11 @@ const kt = ({
|
|
|
3323
3323
|
icon: e,
|
|
3324
3324
|
title: t,
|
|
3325
3325
|
description: r
|
|
3326
|
-
}) => /* @__PURE__ */
|
|
3326
|
+
}) => /* @__PURE__ */ w("div", { className: "h-full w-full flex flex-col items-center justify-center text-secondary", children: [
|
|
3327
3327
|
e || /* @__PURE__ */ i(Or, { width: 60, height: 60 }),
|
|
3328
3328
|
/* @__PURE__ */ i("span", { className: "dial-small mt-2 text-primary", children: t }),
|
|
3329
3329
|
r && /* @__PURE__ */ i("span", { className: "mt-1 text-primary", children: r })
|
|
3330
|
-
] }), hs = 60,
|
|
3330
|
+
] }), hs = 60, $a = ({
|
|
3331
3331
|
containerCssClass: e,
|
|
3332
3332
|
children: t,
|
|
3333
3333
|
width: r,
|
|
@@ -3346,7 +3346,7 @@ const kt = ({
|
|
|
3346
3346
|
]), f = () => {
|
|
3347
3347
|
c(d ? hs : r), u(!d);
|
|
3348
3348
|
};
|
|
3349
|
-
return /* @__PURE__ */
|
|
3349
|
+
return /* @__PURE__ */ w(
|
|
3350
3350
|
"div",
|
|
3351
3351
|
{
|
|
3352
3352
|
className: b([
|
|
@@ -3366,7 +3366,7 @@ const kt = ({
|
|
|
3366
3366
|
}
|
|
3367
3367
|
),
|
|
3368
3368
|
/* @__PURE__ */ i("div", { className: p, children: n }),
|
|
3369
|
-
/* @__PURE__ */
|
|
3369
|
+
/* @__PURE__ */ w("div", { className: h, children: [
|
|
3370
3370
|
d && a,
|
|
3371
3371
|
/* @__PURE__ */ i(
|
|
3372
3372
|
Q,
|
|
@@ -3392,18 +3392,18 @@ const kt = ({
|
|
|
3392
3392
|
]
|
|
3393
3393
|
}
|
|
3394
3394
|
);
|
|
3395
|
-
},
|
|
3395
|
+
}, Wa = ({
|
|
3396
3396
|
label: e,
|
|
3397
3397
|
text: t,
|
|
3398
3398
|
children: r,
|
|
3399
3399
|
postfix: n
|
|
3400
|
-
}) => /* @__PURE__ */
|
|
3400
|
+
}) => /* @__PURE__ */ w(
|
|
3401
3401
|
"div",
|
|
3402
3402
|
{
|
|
3403
3403
|
className: b("flex flex-col", r ? "" : "max-w-[200px]"),
|
|
3404
3404
|
children: [
|
|
3405
3405
|
/* @__PURE__ */ i("label", { className: "dial-tiny mb-2 text-secondary", children: e }),
|
|
3406
|
-
r || /* @__PURE__ */
|
|
3406
|
+
r || /* @__PURE__ */ w("div", { className: "flex flex-row items-center", children: [
|
|
3407
3407
|
/* @__PURE__ */ i(ve, { triggerClassName: "text-primary", tooltip: t, children: t }),
|
|
3408
3408
|
n || null
|
|
3409
3409
|
] })
|
|
@@ -3414,7 +3414,7 @@ var Rt = /* @__PURE__ */ ((e) => (e.Default = "default", e))(Rt || {});
|
|
|
3414
3414
|
const ms = {
|
|
3415
3415
|
[Rt.Default]: "border-icon-secondary bg-layer-3"
|
|
3416
3416
|
// TODO: Add other variants here once they are finalized with the UI/UX team
|
|
3417
|
-
}, Cs = "text-primary",
|
|
3417
|
+
}, Cs = "text-primary", Ne = ({
|
|
3418
3418
|
text: e,
|
|
3419
3419
|
cssClass: t,
|
|
3420
3420
|
contentClassName: r,
|
|
@@ -3425,8 +3425,8 @@ const ms = {
|
|
|
3425
3425
|
const m = s.current;
|
|
3426
3426
|
if (!m) return;
|
|
3427
3427
|
d(m.textContent ?? "");
|
|
3428
|
-
const
|
|
3429
|
-
l(L >
|
|
3428
|
+
const x = m.clientWidth, L = m.scrollWidth, C = Math.ceil(m.getBoundingClientRect().width);
|
|
3429
|
+
l(L > x || L > C);
|
|
3430
3430
|
}, h = A(() => {
|
|
3431
3431
|
u.current && cancelAnimationFrame(u.current), u.current = requestAnimationFrame(p);
|
|
3432
3432
|
}, []);
|
|
@@ -3434,16 +3434,16 @@ const ms = {
|
|
|
3434
3434
|
h();
|
|
3435
3435
|
const m = () => h();
|
|
3436
3436
|
window.addEventListener("resize", m);
|
|
3437
|
-
let
|
|
3438
|
-
return "ResizeObserver" in window && s.current && (
|
|
3439
|
-
window.removeEventListener("resize", m),
|
|
3437
|
+
let x = null;
|
|
3438
|
+
return "ResizeObserver" in window && s.current && (x = new ResizeObserver(() => h()), x.observe(s.current)), () => {
|
|
3439
|
+
window.removeEventListener("resize", m), x && x.disconnect(), u.current && cancelAnimationFrame(u.current);
|
|
3440
3440
|
};
|
|
3441
3441
|
}, [e, h]);
|
|
3442
3442
|
const f = B(
|
|
3443
3443
|
() => typeof e == "string" ? e : c,
|
|
3444
3444
|
[c, e]
|
|
3445
3445
|
), v = B(() => n ? "" : a ? f : "", [f, n, a]);
|
|
3446
|
-
return /* @__PURE__ */
|
|
3446
|
+
return /* @__PURE__ */ w(Pr, { ...o, children: [
|
|
3447
3447
|
/* @__PURE__ */ i(
|
|
3448
3448
|
Vr,
|
|
3449
3449
|
{
|
|
@@ -3492,9 +3492,9 @@ const ms = {
|
|
|
3492
3492
|
s ? "border" : "border-transparent",
|
|
3493
3493
|
t
|
|
3494
3494
|
);
|
|
3495
|
-
return /* @__PURE__ */
|
|
3495
|
+
return /* @__PURE__ */ w("div", { className: l, children: [
|
|
3496
3496
|
/* @__PURE__ */ i(W, { icon: o }),
|
|
3497
|
-
/* @__PURE__ */ i(
|
|
3497
|
+
/* @__PURE__ */ i(Ne, { text: e }),
|
|
3498
3498
|
r && /* @__PURE__ */ i(
|
|
3499
3499
|
Q,
|
|
3500
3500
|
{
|
|
@@ -3588,12 +3588,12 @@ function Zr(e, t, r) {
|
|
|
3588
3588
|
throw new Error(process.env.NODE_ENV === "production" ? se(4) : "Expected the listener to be a function. Instead, received: '" + Ie(m) + "'");
|
|
3589
3589
|
if (c)
|
|
3590
3590
|
throw new Error(process.env.NODE_ENV === "production" ? se(5) : "You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");
|
|
3591
|
-
var
|
|
3591
|
+
var x = !0;
|
|
3592
3592
|
return d(), l.push(m), function() {
|
|
3593
|
-
if (
|
|
3593
|
+
if (x) {
|
|
3594
3594
|
if (c)
|
|
3595
3595
|
throw new Error(process.env.NODE_ENV === "production" ? se(6) : "You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");
|
|
3596
|
-
|
|
3596
|
+
x = !1, d();
|
|
3597
3597
|
var C = l.indexOf(m);
|
|
3598
3598
|
l.splice(C, 1), a = null;
|
|
3599
3599
|
}
|
|
@@ -3611,8 +3611,8 @@ function Zr(e, t, r) {
|
|
|
3611
3611
|
} finally {
|
|
3612
3612
|
c = !1;
|
|
3613
3613
|
}
|
|
3614
|
-
for (var
|
|
3615
|
-
var C =
|
|
3614
|
+
for (var x = a = l, L = 0; L < x.length; L++) {
|
|
3615
|
+
var C = x[L];
|
|
3616
3616
|
C();
|
|
3617
3617
|
}
|
|
3618
3618
|
return m;
|
|
@@ -3625,7 +3625,7 @@ function Zr(e, t, r) {
|
|
|
3625
3625
|
});
|
|
3626
3626
|
}
|
|
3627
3627
|
function v() {
|
|
3628
|
-
var m,
|
|
3628
|
+
var m, x = p;
|
|
3629
3629
|
return m = {
|
|
3630
3630
|
/**
|
|
3631
3631
|
* The minimal observable subscription method.
|
|
@@ -3642,7 +3642,7 @@ function Zr(e, t, r) {
|
|
|
3642
3642
|
C.next && C.next(u());
|
|
3643
3643
|
}
|
|
3644
3644
|
y();
|
|
3645
|
-
var O =
|
|
3645
|
+
var O = x(y);
|
|
3646
3646
|
return {
|
|
3647
3647
|
unsubscribe: O
|
|
3648
3648
|
};
|
|
@@ -3957,11 +3957,11 @@ function Qs(e) {
|
|
|
3957
3957
|
const { clientOffset: t, initialClientOffset: r } = e;
|
|
3958
3958
|
return !t || !r ? null : Yr(t, r);
|
|
3959
3959
|
}
|
|
3960
|
-
const
|
|
3961
|
-
|
|
3960
|
+
const Ae = [], Ht = [];
|
|
3961
|
+
Ae.__IS_NONE__ = !0;
|
|
3962
3962
|
Ht.__IS_ALL__ = !0;
|
|
3963
3963
|
function ei(e, t) {
|
|
3964
|
-
return e ===
|
|
3964
|
+
return e === Ae ? !1 : e === Ht || typeof t > "u" ? !0 : Ts(t, e).length > 0;
|
|
3965
3965
|
}
|
|
3966
3966
|
class ti {
|
|
3967
3967
|
subscribeToStateChange(t, r = {}) {
|
|
@@ -4348,7 +4348,7 @@ function wi(e, t, r = bi) {
|
|
|
4348
4348
|
return !1;
|
|
4349
4349
|
return !0;
|
|
4350
4350
|
}
|
|
4351
|
-
function xi(e =
|
|
4351
|
+
function xi(e = Ae, t) {
|
|
4352
4352
|
switch (t.type) {
|
|
4353
4353
|
case Qe:
|
|
4354
4354
|
break;
|
|
@@ -4356,7 +4356,7 @@ function xi(e = He, t) {
|
|
|
4356
4356
|
case Ft:
|
|
4357
4357
|
case rt:
|
|
4358
4358
|
case _t:
|
|
4359
|
-
return
|
|
4359
|
+
return Ae;
|
|
4360
4360
|
case Je:
|
|
4361
4361
|
case Vt:
|
|
4362
4362
|
case tt:
|
|
@@ -4366,7 +4366,7 @@ function xi(e = He, t) {
|
|
|
4366
4366
|
}
|
|
4367
4367
|
const { targetIds: r = [], prevTargetIds: n = [] } = t.payload, o = Is(r, n);
|
|
4368
4368
|
if (!(o.length > 0 || !wi(r, n)))
|
|
4369
|
-
return
|
|
4369
|
+
return Ae;
|
|
4370
4370
|
const a = n[n.length - 1], l = r[r.length - 1];
|
|
4371
4371
|
return a !== l && (a && o.push(a), l && o.push(l)), o;
|
|
4372
4372
|
}
|
|
@@ -5052,12 +5052,12 @@ class n1 {
|
|
|
5052
5052
|
}), this.handlerId = null, this.dropTargetRef = null, this.dropTargetOptionsInternal = null, this.lastConnectedHandlerId = null, this.lastConnectedDropTarget = null, this.lastConnectedDropTargetOptions = null, this.backend = t;
|
|
5053
5053
|
}
|
|
5054
5054
|
}
|
|
5055
|
-
function
|
|
5055
|
+
function Me() {
|
|
5056
5056
|
const { dragDropManager: e } = Dr(qr);
|
|
5057
5057
|
return N(e != null, "Expected drag drop context"), e;
|
|
5058
5058
|
}
|
|
5059
5059
|
function o1(e, t) {
|
|
5060
|
-
const r =
|
|
5060
|
+
const r = Me(), n = B(
|
|
5061
5061
|
() => new r1(r.getBackend()),
|
|
5062
5062
|
[
|
|
5063
5063
|
r
|
|
@@ -5072,7 +5072,7 @@ function o1(e, t) {
|
|
|
5072
5072
|
]), n;
|
|
5073
5073
|
}
|
|
5074
5074
|
function s1() {
|
|
5075
|
-
const e =
|
|
5075
|
+
const e = Me();
|
|
5076
5076
|
return B(
|
|
5077
5077
|
() => new Xi(e),
|
|
5078
5078
|
[
|
|
@@ -5125,7 +5125,7 @@ function l1(e) {
|
|
|
5125
5125
|
]);
|
|
5126
5126
|
}
|
|
5127
5127
|
function c1(e, t, r) {
|
|
5128
|
-
const n =
|
|
5128
|
+
const n = Me(), o = a1(e, t, r), s = l1(e);
|
|
5129
5129
|
Se(function() {
|
|
5130
5130
|
if (s != null) {
|
|
5131
5131
|
const [l, c] = Ji(s, o, n);
|
|
@@ -5158,7 +5158,7 @@ function u1(e) {
|
|
|
5158
5158
|
);
|
|
5159
5159
|
}
|
|
5160
5160
|
function f1(e) {
|
|
5161
|
-
const t =
|
|
5161
|
+
const t = Me(), r = B(
|
|
5162
5162
|
() => new n1(t.getBackend()),
|
|
5163
5163
|
[
|
|
5164
5164
|
t
|
|
@@ -5169,7 +5169,7 @@ function f1(e) {
|
|
|
5169
5169
|
]), r;
|
|
5170
5170
|
}
|
|
5171
5171
|
function p1() {
|
|
5172
|
-
const e =
|
|
5172
|
+
const e = Me();
|
|
5173
5173
|
return B(
|
|
5174
5174
|
() => new Yi(e),
|
|
5175
5175
|
[
|
|
@@ -5217,7 +5217,7 @@ function m1(e, t) {
|
|
|
5217
5217
|
]), r;
|
|
5218
5218
|
}
|
|
5219
5219
|
function C1(e, t, r) {
|
|
5220
|
-
const n =
|
|
5220
|
+
const n = Me(), o = m1(e, t), s = g1(e);
|
|
5221
5221
|
Se(function() {
|
|
5222
5222
|
const [l, c] = Ki(s, o, n);
|
|
5223
5223
|
return t.receiveHandlerId(l), r.receiveHandlerId(l), c;
|
|
@@ -5238,7 +5238,7 @@ function on(e, t) {
|
|
|
5238
5238
|
u1(o)
|
|
5239
5239
|
];
|
|
5240
5240
|
}
|
|
5241
|
-
const or = "column", v1 = "flex items-center", b1 = "mr-3 cursor-move text-secondary",
|
|
5241
|
+
const or = "column", v1 = "flex items-center", b1 = "mr-3 cursor-move text-secondary", Ua = ({
|
|
5242
5242
|
id: e,
|
|
5243
5243
|
children: t,
|
|
5244
5244
|
cssClass: r,
|
|
@@ -5274,7 +5274,7 @@ const or = "column", v1 = "flex items-center", b1 = "mr-3 cursor-move text-secon
|
|
|
5274
5274
|
}),
|
|
5275
5275
|
[n, o, e]
|
|
5276
5276
|
);
|
|
5277
|
-
return p(h(l)), u(a), /* @__PURE__ */
|
|
5277
|
+
return p(h(l)), u(a), /* @__PURE__ */ w(
|
|
5278
5278
|
"div",
|
|
5279
5279
|
{
|
|
5280
5280
|
ref: l,
|
|
@@ -5341,7 +5341,7 @@ const or = "column", v1 = "flex items-center", b1 = "mr-3 cursor-move text-secon
|
|
|
5341
5341
|
".xml": (e) => z(An, e),
|
|
5342
5342
|
".zip": (e) => z(Hn, e),
|
|
5343
5343
|
default: (e) => z(Vn, e)
|
|
5344
|
-
},
|
|
5344
|
+
}, T1 = ({
|
|
5345
5345
|
extension: e,
|
|
5346
5346
|
size: t = X.size,
|
|
5347
5347
|
stroke: r = X.stroke,
|
|
@@ -5357,18 +5357,18 @@ const or = "column", v1 = "flex items-center", b1 = "mr-3 cursor-move text-secon
|
|
|
5357
5357
|
size: t,
|
|
5358
5358
|
stroke: r
|
|
5359
5359
|
}), u = s ?? `${l.slice(1).toUpperCase()} file icon`;
|
|
5360
|
-
return /* @__PURE__ */
|
|
5360
|
+
return /* @__PURE__ */ w(
|
|
5361
5361
|
"span",
|
|
5362
5362
|
{
|
|
5363
5363
|
className: b("inline-flex relative", n),
|
|
5364
5364
|
...o ? { "aria-hidden": !0 } : { role: "img", "aria-label": u },
|
|
5365
5365
|
children: [
|
|
5366
5366
|
/* @__PURE__ */ i(W, { icon: d, className: "inline-block align-middle" }),
|
|
5367
|
-
a && /* @__PURE__ */ i("span", { className: "absolute bottom-0 left-0", children: a })
|
|
5367
|
+
a && /* @__PURE__ */ i("span", { className: "absolute -bottom-0.5 -left-0.5", children: a })
|
|
5368
5368
|
]
|
|
5369
5369
|
}
|
|
5370
5370
|
);
|
|
5371
|
-
},
|
|
5371
|
+
}, O1 = ({
|
|
5372
5372
|
label: e = "Shared entity",
|
|
5373
5373
|
size: t = 10,
|
|
5374
5374
|
cssClass: r,
|
|
@@ -5389,28 +5389,52 @@ const or = "column", v1 = "flex items-center", b1 = "mr-3 cursor-move text-secon
|
|
|
5389
5389
|
}
|
|
5390
5390
|
)
|
|
5391
5391
|
}
|
|
5392
|
-
)
|
|
5392
|
+
), qa = ({
|
|
5393
|
+
name: e,
|
|
5394
|
+
cssClass: t,
|
|
5395
|
+
shared: r = !1
|
|
5396
|
+
}) => {
|
|
5397
|
+
const n = e.includes(".") ? e.split(".").pop() : null;
|
|
5398
|
+
return /* @__PURE__ */ w("div", { className: Z("flex items-center gap-2 w-full", t), children: [
|
|
5399
|
+
n && /* @__PURE__ */ i(
|
|
5400
|
+
T1,
|
|
5401
|
+
{
|
|
5402
|
+
extension: n,
|
|
5403
|
+
cssClass: "text-secondary",
|
|
5404
|
+
indicator: r ? /* @__PURE__ */ i(O1, {}) : null,
|
|
5405
|
+
label: "File type icon"
|
|
5406
|
+
}
|
|
5407
|
+
),
|
|
5408
|
+
/* @__PURE__ */ i(
|
|
5409
|
+
Ne,
|
|
5410
|
+
{
|
|
5411
|
+
cssClass: "text-primary dial-small flex-1 min-w-0",
|
|
5412
|
+
text: e
|
|
5413
|
+
}
|
|
5414
|
+
)
|
|
5415
|
+
] });
|
|
5416
|
+
};
|
|
5393
5417
|
var yt = /* @__PURE__ */ ((e) => (e.Horizontal = "horizontal", e.Vertical = "vertical", e))(yt || {});
|
|
5394
|
-
const ir = () => typeof window < "u" && window.innerWidth < 1024,
|
|
5418
|
+
const ir = () => typeof window < "u" && window.innerWidth < 1024, E1 = () => {
|
|
5395
5419
|
const [e, t] = G(ir());
|
|
5396
5420
|
return ne(() => {
|
|
5397
5421
|
const r = () => t(ir());
|
|
5398
5422
|
return window.addEventListener("resize", r), () => window.removeEventListener("resize", r);
|
|
5399
5423
|
}, []), e;
|
|
5400
5424
|
};
|
|
5401
|
-
var
|
|
5402
|
-
const
|
|
5425
|
+
var N1 = /* @__PURE__ */ ((e) => (e.Dropdown = "dropdown", e.Menu = "menu", e))(N1 || {}), xe = /* @__PURE__ */ ((e) => (e.Click = "click", e.Hover = "hover", e.ContextMenu = "contextMenu", e))(xe || {}), sn = /* @__PURE__ */ ((e) => (e.Item = "item", e.Divider = "divider", e))(sn || {});
|
|
5426
|
+
const k1 = b(
|
|
5403
5427
|
"flex items-center gap-2 align-middle",
|
|
5404
5428
|
"h-auto px-0 bg-transparent border-0"
|
|
5405
|
-
),
|
|
5429
|
+
), R1 = b(
|
|
5406
5430
|
"z-[53] overflow-auto rounded bg-layer-0 text-primary shadow focus-visible:outline-none",
|
|
5407
5431
|
"w-max"
|
|
5408
|
-
),
|
|
5432
|
+
), P1 = b(
|
|
5409
5433
|
"flex w-full cursor-pointer items-center gap-3",
|
|
5410
5434
|
"focus-visible:border-none focus-visible:outline-none",
|
|
5411
5435
|
"hover:bg-accent-primary-alpha px-3",
|
|
5412
5436
|
"dial-small h-[34px] rounded text-primary"
|
|
5413
|
-
),
|
|
5437
|
+
), M1 = "opacity-75 !cursor-not-allowed", V1 = "text-error", H1 = "my-1 border-t border-hover", He = 8, an = ({
|
|
5414
5438
|
ariaLabel: e,
|
|
5415
5439
|
cssClass: t,
|
|
5416
5440
|
size: r = 24,
|
|
@@ -5440,7 +5464,7 @@ const E1 = b(
|
|
|
5440
5464
|
outsidePressIgnoreRef: f,
|
|
5441
5465
|
outsideClosable: v = !0,
|
|
5442
5466
|
allowedPlacements: m,
|
|
5443
|
-
anchorToMouse:
|
|
5467
|
+
anchorToMouse: x = !1,
|
|
5444
5468
|
matchReferenceWidth: L = !0
|
|
5445
5469
|
}) => {
|
|
5446
5470
|
const [C, y] = G(l), O = a !== void 0, R = O ? !!a : C, P = A(
|
|
@@ -5454,16 +5478,16 @@ const E1 = b(
|
|
|
5454
5478
|
onOpenChange: P,
|
|
5455
5479
|
whileElementsMounted: vr,
|
|
5456
5480
|
middleware: [
|
|
5457
|
-
hr({ mainAxis:
|
|
5481
|
+
hr({ mainAxis: He, crossAxis: 0 }),
|
|
5458
5482
|
I ? wn({
|
|
5459
5483
|
alignment: "start",
|
|
5460
5484
|
crossAxis: !0,
|
|
5461
|
-
padding:
|
|
5485
|
+
padding: He,
|
|
5462
5486
|
allowedPlacements: m
|
|
5463
|
-
}) : mr({ padding:
|
|
5464
|
-
Cr({ padding:
|
|
5487
|
+
}) : mr({ padding: He }),
|
|
5488
|
+
Cr({ padding: He }),
|
|
5465
5489
|
xn({
|
|
5466
|
-
padding:
|
|
5490
|
+
padding: He,
|
|
5467
5491
|
apply({ availableWidth: g, availableHeight: H, elements: F }) {
|
|
5468
5492
|
const ce = F.floating, be = j(F.reference);
|
|
5469
5493
|
ce.style.setProperty(
|
|
@@ -5514,14 +5538,14 @@ const E1 = b(
|
|
|
5514
5538
|
[_]
|
|
5515
5539
|
), ge = A(
|
|
5516
5540
|
(g) => {
|
|
5517
|
-
!n.includes(xe.ContextMenu) || s || (g.preventDefault(),
|
|
5541
|
+
!n.includes(xe.ContextMenu) || s || (g.preventDefault(), x && ue(g.clientX, g.clientY), P(!0));
|
|
5518
5542
|
},
|
|
5519
|
-
[
|
|
5543
|
+
[x, s, P, ue, n]
|
|
5520
5544
|
), he = A(
|
|
5521
5545
|
(g) => {
|
|
5522
|
-
!
|
|
5546
|
+
!x || s || ue(g.clientX, g.clientY);
|
|
5523
5547
|
},
|
|
5524
|
-
[
|
|
5548
|
+
[x, s, ue]
|
|
5525
5549
|
);
|
|
5526
5550
|
ne(() => {
|
|
5527
5551
|
s && R && P(!1);
|
|
@@ -5531,25 +5555,25 @@ const E1 = b(
|
|
|
5531
5555
|
g.disabled || (g.onClick?.({ key: g.key, domEvent: H }), t?.onClick?.({ key: g.key, domEvent: H }), P(!1));
|
|
5532
5556
|
},
|
|
5533
5557
|
[t, P]
|
|
5534
|
-
), U = B(() => r ? r() : t ? /* @__PURE__ */
|
|
5558
|
+
), U = B(() => r ? r() : t ? /* @__PURE__ */ w(pe, { children: [
|
|
5535
5559
|
t.header && /* @__PURE__ */ i(pe, { children: typeof t.header == "function" ? t.header() : t.header }),
|
|
5536
5560
|
/* @__PURE__ */ i("div", { role: "none", className: "py-1", children: t.items.map((g) => g.type === sn.Divider ? /* @__PURE__ */ i(
|
|
5537
5561
|
"div",
|
|
5538
5562
|
{
|
|
5539
5563
|
role: "separator",
|
|
5540
|
-
className:
|
|
5564
|
+
className: H1
|
|
5541
5565
|
},
|
|
5542
5566
|
g.key
|
|
5543
|
-
) : /* @__PURE__ */
|
|
5567
|
+
) : /* @__PURE__ */ w(
|
|
5544
5568
|
"button",
|
|
5545
5569
|
{
|
|
5546
5570
|
role: "menuitem",
|
|
5547
5571
|
type: "button",
|
|
5548
5572
|
"aria-disabled": !!g.disabled,
|
|
5549
5573
|
className: b(
|
|
5550
|
-
|
|
5551
|
-
g.disabled &&
|
|
5552
|
-
g.danger &&
|
|
5574
|
+
P1,
|
|
5575
|
+
g.disabled && M1,
|
|
5576
|
+
g.danger && V1
|
|
5553
5577
|
),
|
|
5554
5578
|
disabled: g.disabled,
|
|
5555
5579
|
onClick: oe(g),
|
|
@@ -5584,13 +5608,13 @@ const E1 = b(
|
|
|
5584
5608
|
onContextMenu: ge,
|
|
5585
5609
|
onMouseDown: he
|
|
5586
5610
|
});
|
|
5587
|
-
return /* @__PURE__ */
|
|
5611
|
+
return /* @__PURE__ */ w(pe, { children: [
|
|
5588
5612
|
/* @__PURE__ */ i(
|
|
5589
5613
|
"span",
|
|
5590
5614
|
{
|
|
5591
5615
|
ref: _.setReference,
|
|
5592
5616
|
className: b(
|
|
5593
|
-
|
|
5617
|
+
k1,
|
|
5594
5618
|
s && "!cursor-not-allowed opacity-75",
|
|
5595
5619
|
p
|
|
5596
5620
|
),
|
|
@@ -5608,14 +5632,14 @@ const E1 = b(
|
|
|
5608
5632
|
modal: !1,
|
|
5609
5633
|
initialFocus: -1,
|
|
5610
5634
|
returnFocus: !0,
|
|
5611
|
-
children: /* @__PURE__ */
|
|
5635
|
+
children: /* @__PURE__ */ w(
|
|
5612
5636
|
"div",
|
|
5613
5637
|
{
|
|
5614
5638
|
id: $,
|
|
5615
5639
|
ref: _.setFloating,
|
|
5616
5640
|
style: M,
|
|
5617
5641
|
className: b(
|
|
5618
|
-
|
|
5642
|
+
R1,
|
|
5619
5643
|
!L && "w-max",
|
|
5620
5644
|
h
|
|
5621
5645
|
),
|
|
@@ -5658,7 +5682,7 @@ const E1 = b(
|
|
|
5658
5682
|
},
|
|
5659
5683
|
o
|
|
5660
5684
|
);
|
|
5661
|
-
return /* @__PURE__ */
|
|
5685
|
+
return /* @__PURE__ */ w(
|
|
5662
5686
|
"button",
|
|
5663
5687
|
{
|
|
5664
5688
|
role: "tab",
|
|
@@ -5667,7 +5691,7 @@ const E1 = b(
|
|
|
5667
5691
|
disabled: r,
|
|
5668
5692
|
children: [
|
|
5669
5693
|
/* @__PURE__ */ i(
|
|
5670
|
-
|
|
5694
|
+
Ne,
|
|
5671
5695
|
{
|
|
5672
5696
|
text: e.name,
|
|
5673
5697
|
contentClassName: "max-w-[200px]",
|
|
@@ -5678,13 +5702,13 @@ const E1 = b(
|
|
|
5678
5702
|
]
|
|
5679
5703
|
}
|
|
5680
5704
|
);
|
|
5681
|
-
}, ar = 12,
|
|
5705
|
+
}, ar = 12, Za = ({
|
|
5682
5706
|
tabs: e,
|
|
5683
5707
|
activeTab: t,
|
|
5684
5708
|
onClick: r,
|
|
5685
5709
|
orientation: n = yt.Horizontal
|
|
5686
5710
|
}) => {
|
|
5687
|
-
const [o, s] = G(!1), [a, l] = G(!1), [c, d] = G(!1), u =
|
|
5711
|
+
const [o, s] = G(!1), [a, l] = G(!1), [c, d] = G(!1), u = E1(), p = n === yt.Horizontal, h = le(null), f = le(null), v = le(null), m = e.find((C) => C.id === t), x = B(
|
|
5688
5712
|
() => b(
|
|
5689
5713
|
"flex gap-3",
|
|
5690
5714
|
p ? "flex-row flex-nowrap overflow-x-auto" : "flex-col flex-wrap w-full"
|
|
@@ -5729,7 +5753,7 @@ const E1 = b(
|
|
|
5729
5753
|
},
|
|
5730
5754
|
C.id
|
|
5731
5755
|
)),
|
|
5732
|
-
children: /* @__PURE__ */
|
|
5756
|
+
children: /* @__PURE__ */ w("div", { className: "flex gap-2 items-center h-11 cursor-pointer", children: [
|
|
5733
5757
|
/* @__PURE__ */ i(
|
|
5734
5758
|
$e,
|
|
5735
5759
|
{
|
|
@@ -5754,8 +5778,8 @@ const E1 = b(
|
|
|
5754
5778
|
}
|
|
5755
5779
|
) }) : (
|
|
5756
5780
|
// Desktop
|
|
5757
|
-
/* @__PURE__ */
|
|
5758
|
-
/* @__PURE__ */ i("div", { ref: f, className:
|
|
5781
|
+
/* @__PURE__ */ w("div", { ref: h, className: "flex w-full items-start", children: [
|
|
5782
|
+
/* @__PURE__ */ i("div", { ref: f, className: x, children: e.map((C) => /* @__PURE__ */ i(
|
|
5759
5783
|
"div",
|
|
5760
5784
|
{
|
|
5761
5785
|
ref: t === C.id ? v : void 0,
|
|
@@ -5806,7 +5830,7 @@ const E1 = b(
|
|
|
5806
5830
|
) })
|
|
5807
5831
|
] })
|
|
5808
5832
|
);
|
|
5809
|
-
},
|
|
5833
|
+
}, A1 = "w-full overflow-x-auto", F1 = "flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap", _1 = "flex items-center gap-2 min-w-0 shrink-0 dial-small", lr = "inline-flex items-center gap-1 min-w-0 transition-colors", z1 = "text-secondary hover:text-accent-primary", j1 = "text-primary cursor-default", B1 = "flex-none inline-flex items-center leading-none text-icon-secondary", ln = /* @__PURE__ */ i(ao, { size: 16, "aria-hidden": "true" }), G1 = ({
|
|
5810
5834
|
title: e,
|
|
5811
5835
|
href: t,
|
|
5812
5836
|
onClick: r,
|
|
@@ -5817,14 +5841,14 @@ const E1 = b(
|
|
|
5817
5841
|
iconBefore: l,
|
|
5818
5842
|
titleCssClass: c
|
|
5819
5843
|
}) => {
|
|
5820
|
-
const d = Z(
|
|
5821
|
-
return /* @__PURE__ */
|
|
5822
|
-
u ? /* @__PURE__ */
|
|
5844
|
+
const d = Z(_1, a), u = !!t && !o && !n, p = typeof e == "string" ? /* @__PURE__ */ i(Ne, { text: e }) : e;
|
|
5845
|
+
return /* @__PURE__ */ w("li", { className: d, children: [
|
|
5846
|
+
u ? /* @__PURE__ */ w(
|
|
5823
5847
|
"a",
|
|
5824
5848
|
{
|
|
5825
5849
|
className: Z(
|
|
5826
5850
|
lr,
|
|
5827
|
-
|
|
5851
|
+
z1,
|
|
5828
5852
|
c
|
|
5829
5853
|
),
|
|
5830
5854
|
href: t,
|
|
@@ -5834,12 +5858,12 @@ const E1 = b(
|
|
|
5834
5858
|
p
|
|
5835
5859
|
]
|
|
5836
5860
|
}
|
|
5837
|
-
) : /* @__PURE__ */
|
|
5861
|
+
) : /* @__PURE__ */ w(
|
|
5838
5862
|
"span",
|
|
5839
5863
|
{
|
|
5840
5864
|
className: Z(
|
|
5841
5865
|
lr,
|
|
5842
|
-
|
|
5866
|
+
j1,
|
|
5843
5867
|
n && "pointer-events-none opacity-75",
|
|
5844
5868
|
c
|
|
5845
5869
|
),
|
|
@@ -5851,9 +5875,9 @@ const E1 = b(
|
|
|
5851
5875
|
]
|
|
5852
5876
|
}
|
|
5853
5877
|
),
|
|
5854
|
-
!o && /* @__PURE__ */ i("span", { className:
|
|
5878
|
+
!o && /* @__PURE__ */ i("span", { className: B1, children: s })
|
|
5855
5879
|
] });
|
|
5856
|
-
},
|
|
5880
|
+
}, Xa = ({
|
|
5857
5881
|
pathItems: e,
|
|
5858
5882
|
separator: t = ln,
|
|
5859
5883
|
ariaLabel: r = "Breadcrumb",
|
|
@@ -5862,7 +5886,7 @@ const E1 = b(
|
|
|
5862
5886
|
titleCssClass: s
|
|
5863
5887
|
}) => {
|
|
5864
5888
|
const a = e?.length ? e.map((l, c) => /* @__PURE__ */ i(
|
|
5865
|
-
|
|
5889
|
+
G1,
|
|
5866
5890
|
{
|
|
5867
5891
|
...l,
|
|
5868
5892
|
isLast: c === e.length - 1,
|
|
@@ -5882,11 +5906,11 @@ const E1 = b(
|
|
|
5882
5906
|
"nav",
|
|
5883
5907
|
{
|
|
5884
5908
|
"aria-label": r,
|
|
5885
|
-
className: Z(
|
|
5886
|
-
children: /* @__PURE__ */ i("ol", { className:
|
|
5909
|
+
className: Z(A1, n),
|
|
5910
|
+
children: /* @__PURE__ */ i("ol", { className: F1, children: a })
|
|
5887
5911
|
}
|
|
5888
5912
|
);
|
|
5889
|
-
},
|
|
5913
|
+
}, $1 = ({
|
|
5890
5914
|
iconClass: e,
|
|
5891
5915
|
...t
|
|
5892
5916
|
}) => /* @__PURE__ */ i(
|
|
@@ -5895,7 +5919,7 @@ const E1 = b(
|
|
|
5895
5919
|
iconBefore: /* @__PURE__ */ i(Nr, { ...X, className: e || "" }),
|
|
5896
5920
|
...t
|
|
5897
5921
|
}
|
|
5898
|
-
),
|
|
5922
|
+
), W1 = ({
|
|
5899
5923
|
value: e,
|
|
5900
5924
|
textareaId: t,
|
|
5901
5925
|
placeholder: r,
|
|
@@ -5929,7 +5953,7 @@ const E1 = b(
|
|
|
5929
5953
|
}
|
|
5930
5954
|
)
|
|
5931
5955
|
}
|
|
5932
|
-
),
|
|
5956
|
+
), U1 = [
|
|
5933
5957
|
"ArrowLeft",
|
|
5934
5958
|
"ArrowRight",
|
|
5935
5959
|
"ArrowUp",
|
|
@@ -5941,8 +5965,8 @@ const E1 = b(
|
|
|
5941
5965
|
"Escape",
|
|
5942
5966
|
"Home",
|
|
5943
5967
|
"End"
|
|
5944
|
-
],
|
|
5945
|
-
if ((t === "number" || r !== void 0 || n !== void 0) &&
|
|
5968
|
+
], q1 = (e, t, r, n) => {
|
|
5969
|
+
if ((t === "number" || r !== void 0 || n !== void 0) && !U1.includes(e.key) && !(e.key === "-" && e.currentTarget.selectionStart === 0 && (r === void 0 || r < 0)) && !(e.key === "." && t === "number" && !e.currentTarget.value.includes("."))) {
|
|
5946
5970
|
if (!/^[0-9]$/.test(e.key)) {
|
|
5947
5971
|
e.preventDefault();
|
|
5948
5972
|
return;
|
|
@@ -5978,7 +6002,7 @@ const E1 = b(
|
|
|
5978
6002
|
onChange: f,
|
|
5979
6003
|
min: v,
|
|
5980
6004
|
max: m,
|
|
5981
|
-
prefix:
|
|
6005
|
+
prefix: x,
|
|
5982
6006
|
suffix: L,
|
|
5983
6007
|
textBeforeInput: C,
|
|
5984
6008
|
textAfterInput: y,
|
|
@@ -5987,7 +6011,7 @@ const E1 = b(
|
|
|
5987
6011
|
tooltipText: P
|
|
5988
6012
|
}) => {
|
|
5989
6013
|
const $ = (M) => M.target.blur(), I = d === "number" || v !== void 0 || m !== void 0, j = (M) => {
|
|
5990
|
-
|
|
6014
|
+
q1(M, d, v, m);
|
|
5991
6015
|
}, _ = (M) => {
|
|
5992
6016
|
const V = M.currentTarget.value;
|
|
5993
6017
|
if (I && V !== "") {
|
|
@@ -5995,9 +6019,9 @@ const E1 = b(
|
|
|
5995
6019
|
if (isNaN(ee) && V !== "-" && V !== "." || !isNaN(ee) && (v !== void 0 && ee < v || m !== void 0 && ee > m))
|
|
5996
6020
|
return;
|
|
5997
6021
|
}
|
|
5998
|
-
f?.(V);
|
|
6022
|
+
f?.(V || null);
|
|
5999
6023
|
};
|
|
6000
|
-
return /* @__PURE__ */
|
|
6024
|
+
return /* @__PURE__ */ w(
|
|
6001
6025
|
"div",
|
|
6002
6026
|
{
|
|
6003
6027
|
className: b(
|
|
@@ -6022,9 +6046,9 @@ const E1 = b(
|
|
|
6022
6046
|
elementId: C + "textBefore"
|
|
6023
6047
|
}
|
|
6024
6048
|
) }),
|
|
6025
|
-
|
|
6049
|
+
x && /* @__PURE__ */ w("p", { className: "text-secondary dial-small mr-2", children: [
|
|
6026
6050
|
" ",
|
|
6027
|
-
|
|
6051
|
+
x
|
|
6028
6052
|
] }),
|
|
6029
6053
|
/* @__PURE__ */ i(W, { icon: e }),
|
|
6030
6054
|
/* @__PURE__ */ i(
|
|
@@ -6054,7 +6078,7 @@ const E1 = b(
|
|
|
6054
6078
|
}
|
|
6055
6079
|
),
|
|
6056
6080
|
/* @__PURE__ */ i(W, { icon: t }),
|
|
6057
|
-
L && /* @__PURE__ */
|
|
6081
|
+
L && /* @__PURE__ */ w("p", { className: "text-secondary dial-small ml-2", children: [
|
|
6058
6082
|
" ",
|
|
6059
6083
|
L
|
|
6060
6084
|
] }),
|
|
@@ -6071,7 +6095,7 @@ const E1 = b(
|
|
|
6071
6095
|
]
|
|
6072
6096
|
}
|
|
6073
6097
|
);
|
|
6074
|
-
},
|
|
6098
|
+
}, Z1 = /^0+\.(\d+)?$/, X1 = /^0+/, cn = ({
|
|
6075
6099
|
fieldTitle: e,
|
|
6076
6100
|
errorText: t,
|
|
6077
6101
|
optional: r,
|
|
@@ -6105,14 +6129,14 @@ const E1 = b(
|
|
|
6105
6129
|
}
|
|
6106
6130
|
)
|
|
6107
6131
|
}
|
|
6108
|
-
),
|
|
6132
|
+
), Ya = ({
|
|
6109
6133
|
onChange: e,
|
|
6110
6134
|
value: t,
|
|
6111
6135
|
min: r,
|
|
6112
6136
|
max: n,
|
|
6113
6137
|
...o
|
|
6114
6138
|
}) => {
|
|
6115
|
-
const s = (a) => String(a)?.match(
|
|
6139
|
+
const s = (a) => String(a)?.match(Z1) ? String(a)?.replace(X1, "0") : Number(a);
|
|
6116
6140
|
return /* @__PURE__ */ i(
|
|
6117
6141
|
cn,
|
|
6118
6142
|
{
|
|
@@ -6124,7 +6148,7 @@ const E1 = b(
|
|
|
6124
6148
|
...o
|
|
6125
6149
|
}
|
|
6126
6150
|
);
|
|
6127
|
-
},
|
|
6151
|
+
}, Ka = ({
|
|
6128
6152
|
onChange: e,
|
|
6129
6153
|
...t
|
|
6130
6154
|
}) => /* @__PURE__ */ i(
|
|
@@ -6134,7 +6158,7 @@ const E1 = b(
|
|
|
6134
6158
|
onChange: (r) => e?.(r),
|
|
6135
6159
|
...t
|
|
6136
6160
|
}
|
|
6137
|
-
),
|
|
6161
|
+
), Ja = ({
|
|
6138
6162
|
fieldTitle: e,
|
|
6139
6163
|
optional: t,
|
|
6140
6164
|
elementId: r,
|
|
@@ -6143,9 +6167,9 @@ const E1 = b(
|
|
|
6143
6167
|
elementContainerCssClass: s,
|
|
6144
6168
|
errorText: a,
|
|
6145
6169
|
...l
|
|
6146
|
-
}) => /* @__PURE__ */
|
|
6170
|
+
}) => /* @__PURE__ */ w("div", { className: Z("flex flex-col", o), children: [
|
|
6147
6171
|
/* @__PURE__ */ i(
|
|
6148
|
-
|
|
6172
|
+
ke,
|
|
6149
6173
|
{
|
|
6150
6174
|
fieldTitle: e,
|
|
6151
6175
|
optional: t,
|
|
@@ -6153,7 +6177,7 @@ const E1 = b(
|
|
|
6153
6177
|
}
|
|
6154
6178
|
),
|
|
6155
6179
|
/* @__PURE__ */ i(
|
|
6156
|
-
|
|
6180
|
+
W1,
|
|
6157
6181
|
{
|
|
6158
6182
|
textareaId: r,
|
|
6159
6183
|
cssClass: n,
|
|
@@ -6162,7 +6186,7 @@ const E1 = b(
|
|
|
6162
6186
|
}
|
|
6163
6187
|
),
|
|
6164
6188
|
/* @__PURE__ */ i(De, { errorText: a })
|
|
6165
|
-
] }),
|
|
6189
|
+
] }), Qa = ({
|
|
6166
6190
|
title: e,
|
|
6167
6191
|
switchId: t,
|
|
6168
6192
|
isOn: r = !1,
|
|
@@ -6180,7 +6204,7 @@ const E1 = b(
|
|
|
6180
6204
|
},
|
|
6181
6205
|
[o, r]
|
|
6182
6206
|
);
|
|
6183
|
-
return /* @__PURE__ */
|
|
6207
|
+
return /* @__PURE__ */ w("div", { className: "flex flex-row items-center", children: [
|
|
6184
6208
|
/* @__PURE__ */ i(
|
|
6185
6209
|
"input",
|
|
6186
6210
|
{
|
|
@@ -6205,7 +6229,7 @@ const E1 = b(
|
|
|
6205
6229
|
] });
|
|
6206
6230
|
};
|
|
6207
6231
|
var Ce = /* @__PURE__ */ ((e) => (e.Sm = "sm", e.Md = "md", e.Lg = "lg", e))(Ce || {});
|
|
6208
|
-
const
|
|
6232
|
+
const Y1 = "z-[52] flex items-center justify-center bg-blackout md:p-4", K1 = "divide-tertiary divide-y", J1 = "flex flex-row justify-between py-4 px-6 items-center", Q1 = {
|
|
6209
6233
|
[Ce.Sm]: "dial-sm-popup",
|
|
6210
6234
|
[Ce.Md]: "dial-md-popup",
|
|
6211
6235
|
[Ce.Lg]: "dial-lg-popup"
|
|
@@ -6229,10 +6253,10 @@ const Z1 = "z-[52] flex items-center justify-center bg-blackout md:p-4", X1 = "d
|
|
|
6229
6253
|
}
|
|
6230
6254
|
}), f = Lt(h, { role: "dialog" }), v = St(h, { outsidePress: !0 }), { getFloatingProps: m } = It([f, v]);
|
|
6231
6255
|
if (!e) return null;
|
|
6232
|
-
const
|
|
6256
|
+
const x = typeof t == "string" ? "dial-popup-heading" : void 0, L = (C) => C ? typeof C == "string" ? /* @__PURE__ */ i(
|
|
6233
6257
|
"h3",
|
|
6234
6258
|
{
|
|
6235
|
-
id:
|
|
6259
|
+
id: x,
|
|
6236
6260
|
className: b(
|
|
6237
6261
|
"flex-1 min-w-0 mr-3 truncate dial-h3 text-primary",
|
|
6238
6262
|
s
|
|
@@ -6240,22 +6264,22 @@ const Z1 = "z-[52] flex items-center justify-center bg-blackout md:p-4", X1 = "d
|
|
|
6240
6264
|
children: /* @__PURE__ */ i(ve, { tooltip: C, children: C })
|
|
6241
6265
|
}
|
|
6242
6266
|
) : C : /* @__PURE__ */ i("span", {});
|
|
6243
|
-
return /* @__PURE__ */ i(Tt, { id: r, children: /* @__PURE__ */ i(Sn, { className: b(
|
|
6267
|
+
return /* @__PURE__ */ i(Tt, { id: r, children: /* @__PURE__ */ i(Sn, { className: b(Y1, o), children: /* @__PURE__ */ i(wr, { context: h, children: /* @__PURE__ */ w(
|
|
6244
6268
|
"div",
|
|
6245
6269
|
{
|
|
6246
6270
|
ref: p.setFloating,
|
|
6247
6271
|
...m(),
|
|
6248
6272
|
role: "dialog",
|
|
6249
6273
|
"aria-modal": "true",
|
|
6250
|
-
"aria-labelledby":
|
|
6274
|
+
"aria-labelledby": x,
|
|
6251
6275
|
className: b(
|
|
6252
6276
|
"dial-popup",
|
|
6253
|
-
|
|
6254
|
-
a &&
|
|
6277
|
+
Q1[u],
|
|
6278
|
+
a && K1,
|
|
6255
6279
|
n
|
|
6256
6280
|
),
|
|
6257
6281
|
children: [
|
|
6258
|
-
/* @__PURE__ */
|
|
6282
|
+
/* @__PURE__ */ w("div", { className: J1, children: [
|
|
6259
6283
|
L(t),
|
|
6260
6284
|
/* @__PURE__ */ i(
|
|
6261
6285
|
an,
|
|
@@ -6272,7 +6296,7 @@ const Z1 = "z-[52] flex items-center justify-center bg-blackout md:p-4", X1 = "d
|
|
|
6272
6296
|
) }) }) });
|
|
6273
6297
|
};
|
|
6274
6298
|
var Ye = /* @__PURE__ */ ((e) => (e.Info = "info", e.Danger = "danger", e))(Ye || {});
|
|
6275
|
-
const
|
|
6299
|
+
const ea = "flex justify-end gap-2 px-6 py-4", ta = "text-secondary dial-small-150 px-6 py-4", ra = "Cancel", na = "Ok", cr = {
|
|
6276
6300
|
[Ye.Info]: {
|
|
6277
6301
|
confirmVariant: J.Primary,
|
|
6278
6302
|
cancelVariant: J.Secondary
|
|
@@ -6282,13 +6306,13 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6282
6306
|
confirmVariant: J.Danger,
|
|
6283
6307
|
cancelVariant: J.Secondary
|
|
6284
6308
|
}
|
|
6285
|
-
},
|
|
6309
|
+
}, el = ({
|
|
6286
6310
|
title: e,
|
|
6287
6311
|
description: t,
|
|
6288
6312
|
descriptionCssClass: r,
|
|
6289
6313
|
open: n = !1,
|
|
6290
|
-
confirmLabel: o =
|
|
6291
|
-
cancelLabel: s =
|
|
6314
|
+
confirmLabel: o = na,
|
|
6315
|
+
cancelLabel: s = ra,
|
|
6292
6316
|
isLoading: a = !1,
|
|
6293
6317
|
disableConfirmButton: l = !1,
|
|
6294
6318
|
cssClass: c,
|
|
@@ -6299,10 +6323,10 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6299
6323
|
children: f,
|
|
6300
6324
|
dividers: v = !1,
|
|
6301
6325
|
variant: m = Ye.Info,
|
|
6302
|
-
size:
|
|
6326
|
+
size: x = Ce.Sm,
|
|
6303
6327
|
footer: L
|
|
6304
6328
|
}) => {
|
|
6305
|
-
const C = a ? null : /* @__PURE__ */
|
|
6329
|
+
const C = a ? null : /* @__PURE__ */ w("div", { className: ea, children: [
|
|
6306
6330
|
/* @__PURE__ */ i(
|
|
6307
6331
|
Q,
|
|
6308
6332
|
{
|
|
@@ -6324,7 +6348,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6324
6348
|
] }), y = A(() => a ? /* @__PURE__ */ i("div", { className: "px-6 py-4 h-[120px]", children: /* @__PURE__ */ i(Hr, { size: 50 }) }) : f ?? (t ? /* @__PURE__ */ i(
|
|
6325
6349
|
"div",
|
|
6326
6350
|
{
|
|
6327
|
-
className: b(
|
|
6351
|
+
className: b(ta, r),
|
|
6328
6352
|
children: t
|
|
6329
6353
|
}
|
|
6330
6354
|
) : null), [f, t, a, r]);
|
|
@@ -6337,7 +6361,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6337
6361
|
dividers: v,
|
|
6338
6362
|
onClose: () => u?.(),
|
|
6339
6363
|
footer: L ?? C,
|
|
6340
|
-
size:
|
|
6364
|
+
size: x,
|
|
6341
6365
|
children: y()
|
|
6342
6366
|
}
|
|
6343
6367
|
);
|
|
@@ -6357,7 +6381,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6357
6381
|
}
|
|
6358
6382
|
) }) }, n))
|
|
6359
6383
|
}
|
|
6360
|
-
), dr = (e) => /* @__PURE__ */ E.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ E.createElement("path", { d: "M2.25 13.5V12C2.25 11.5858 2.58579 11.25 3 11.25C3.41421 11.25 3.75 11.5858 3.75 12V13.5C3.75 13.6989 3.82907 13.8896 3.96973 14.0303C4.11038 14.1709 4.30109 14.25 4.5 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H4.5C3.90326 15.75 3.33114 15.5128 2.90918 15.0908C2.48722 14.6689 2.25 14.0967 2.25 13.5ZM14.25 6V4.5C14.25 4.30109 14.1709 4.11038 14.0303 3.96973C13.8896 3.82907 13.6989 3.75 13.5 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25H13.5C14.0967 2.25 14.6689 2.48722 15.0908 2.90918C15.5128 3.33114 15.75 3.90326 15.75 4.5V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6Z", fill: "currentColor" })),
|
|
6384
|
+
), dr = (e) => /* @__PURE__ */ E.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ E.createElement("path", { d: "M2.25 13.5V12C2.25 11.5858 2.58579 11.25 3 11.25C3.41421 11.25 3.75 11.5858 3.75 12V13.5C3.75 13.6989 3.82907 13.8896 3.96973 14.0303C4.11038 14.1709 4.30109 14.25 4.5 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H4.5C3.90326 15.75 3.33114 15.5128 2.90918 15.0908C2.48722 14.6689 2.25 14.0967 2.25 13.5ZM14.25 6V4.5C14.25 4.30109 14.1709 4.11038 14.0303 3.96973C13.8896 3.82907 13.6989 3.75 13.5 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25H13.5C14.0967 2.25 14.6689 2.48722 15.0908 2.90918C15.5128 3.33114 15.75 3.90326 15.75 4.5V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6Z", fill: "currentColor" })), oa = ({
|
|
6361
6385
|
children: e,
|
|
6362
6386
|
open: t,
|
|
6363
6387
|
disabled: r = !1,
|
|
@@ -6370,8 +6394,8 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6370
6394
|
emptyValueText: d
|
|
6371
6395
|
}) => {
|
|
6372
6396
|
const u = Array.isArray(n) && n.length > 0, p = typeof n == "string" && !!n.trim(), h = u || p ? n : d, f = r ? void 0 : a;
|
|
6373
|
-
return /* @__PURE__ */
|
|
6374
|
-
u ? /* @__PURE__ */ i("div", { className: "w-full", onClick: f, children: /* @__PURE__ */
|
|
6397
|
+
return /* @__PURE__ */ w(pe, { children: [
|
|
6398
|
+
u ? /* @__PURE__ */ i("div", { className: "w-full", onClick: f, children: /* @__PURE__ */ w(
|
|
6375
6399
|
"div",
|
|
6376
6400
|
{
|
|
6377
6401
|
className: b(
|
|
@@ -6395,7 +6419,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6395
6419
|
) })
|
|
6396
6420
|
]
|
|
6397
6421
|
}
|
|
6398
|
-
) }) : /* @__PURE__ */
|
|
6422
|
+
) }) : /* @__PURE__ */ w(pe, { children: [
|
|
6399
6423
|
/* @__PURE__ */ i(
|
|
6400
6424
|
"button",
|
|
6401
6425
|
{
|
|
@@ -6404,7 +6428,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6404
6428
|
onClick: f,
|
|
6405
6429
|
"aria-label": "open-popup",
|
|
6406
6430
|
id: l,
|
|
6407
|
-
children: /* @__PURE__ */
|
|
6431
|
+
children: /* @__PURE__ */ w(
|
|
6408
6432
|
"div",
|
|
6409
6433
|
{
|
|
6410
6434
|
className: b(
|
|
@@ -6437,7 +6461,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6437
6461
|
] }),
|
|
6438
6462
|
t && po(e, document.body)
|
|
6439
6463
|
] });
|
|
6440
|
-
},
|
|
6464
|
+
}, tl = ({
|
|
6441
6465
|
fieldTitle: e,
|
|
6442
6466
|
htmlFor: t,
|
|
6443
6467
|
disabled: r,
|
|
@@ -6454,7 +6478,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6454
6478
|
cancelButtonTitle: f = "Cancel",
|
|
6455
6479
|
applyButtonTitle: v = "Apply",
|
|
6456
6480
|
isValid: m,
|
|
6457
|
-
selectedRadioValue:
|
|
6481
|
+
selectedRadioValue: x,
|
|
6458
6482
|
onChangeRadioField: L,
|
|
6459
6483
|
id: C,
|
|
6460
6484
|
size: y = Ce.Md
|
|
@@ -6466,10 +6490,10 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6466
6490
|
}, [d]), I = A(() => {
|
|
6467
6491
|
h(), $();
|
|
6468
6492
|
}, [h, $]);
|
|
6469
|
-
return /* @__PURE__ */
|
|
6470
|
-
/* @__PURE__ */ i(
|
|
6493
|
+
return /* @__PURE__ */ w("div", { className: "flex flex-col", children: [
|
|
6494
|
+
/* @__PURE__ */ i(ke, { fieldTitle: e, htmlFor: t }),
|
|
6471
6495
|
/* @__PURE__ */ i(
|
|
6472
|
-
|
|
6496
|
+
oa,
|
|
6473
6497
|
{
|
|
6474
6498
|
disabled: r,
|
|
6475
6499
|
open: O,
|
|
@@ -6486,7 +6510,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6486
6510
|
title: u,
|
|
6487
6511
|
portalId: p,
|
|
6488
6512
|
size: y,
|
|
6489
|
-
footer: /* @__PURE__ */
|
|
6513
|
+
footer: /* @__PURE__ */ w("div", { className: "flex flex-row items-center justify-end gap-2 px-6 py-4", children: [
|
|
6490
6514
|
/* @__PURE__ */ i(
|
|
6491
6515
|
Q,
|
|
6492
6516
|
{
|
|
@@ -6510,7 +6534,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6510
6534
|
{
|
|
6511
6535
|
radioButtons: o,
|
|
6512
6536
|
labelCssClass: "dial-small",
|
|
6513
|
-
activeRadioButton:
|
|
6537
|
+
activeRadioButton: x,
|
|
6514
6538
|
onChange: L,
|
|
6515
6539
|
elementId: C,
|
|
6516
6540
|
orientation: Ze.Column
|
|
@@ -6521,11 +6545,11 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6521
6545
|
}
|
|
6522
6546
|
)
|
|
6523
6547
|
] });
|
|
6524
|
-
},
|
|
6548
|
+
}, sa = "Create", ia = "Cancel", aa = "flex items-center justify-end gap-2 px-6 py-3", rl = ({
|
|
6525
6549
|
title: e,
|
|
6526
6550
|
open: t = !1,
|
|
6527
|
-
submitLabel: r =
|
|
6528
|
-
cancelLabel: n =
|
|
6551
|
+
submitLabel: r = sa,
|
|
6552
|
+
cancelLabel: n = ia,
|
|
6529
6553
|
isLoading: o = !1,
|
|
6530
6554
|
disableSubmitButton: s = !1,
|
|
6531
6555
|
cssClass: a,
|
|
@@ -6538,7 +6562,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6538
6562
|
size: f = Ce.Md,
|
|
6539
6563
|
footer: v
|
|
6540
6564
|
}) => {
|
|
6541
|
-
const m = o ? null : /* @__PURE__ */
|
|
6565
|
+
const m = o ? null : /* @__PURE__ */ w("div", { className: aa, children: [
|
|
6542
6566
|
/* @__PURE__ */ i(
|
|
6543
6567
|
Q,
|
|
6544
6568
|
{
|
|
@@ -6557,7 +6581,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6557
6581
|
onClick: () => d()
|
|
6558
6582
|
}
|
|
6559
6583
|
)
|
|
6560
|
-
] }),
|
|
6584
|
+
] }), x = A(() => o ? /* @__PURE__ */ i("div", { className: "px-6 py-4 h-[120px]", children: /* @__PURE__ */ i(Hr, { size: 50 }) }) : p ?? null, [p, o]);
|
|
6561
6585
|
return /* @__PURE__ */ i(
|
|
6562
6586
|
zt,
|
|
6563
6587
|
{
|
|
@@ -6568,10 +6592,10 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6568
6592
|
onClose: () => c?.(),
|
|
6569
6593
|
footer: v ?? m,
|
|
6570
6594
|
size: f,
|
|
6571
|
-
children:
|
|
6595
|
+
children: x()
|
|
6572
6596
|
}
|
|
6573
6597
|
);
|
|
6574
|
-
},
|
|
6598
|
+
}, la = ({ onClick: e }) => /* @__PURE__ */ i(
|
|
6575
6599
|
lo,
|
|
6576
6600
|
{
|
|
6577
6601
|
...X,
|
|
@@ -6580,7 +6604,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6580
6604
|
role: "button",
|
|
6581
6605
|
"aria-label": "hide"
|
|
6582
6606
|
}
|
|
6583
|
-
),
|
|
6607
|
+
), ca = ({ onClick: e }) => /* @__PURE__ */ i(
|
|
6584
6608
|
co,
|
|
6585
6609
|
{
|
|
6586
6610
|
...X,
|
|
@@ -6589,7 +6613,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6589
6613
|
role: "button",
|
|
6590
6614
|
"aria-label": "show"
|
|
6591
6615
|
}
|
|
6592
|
-
),
|
|
6616
|
+
), da = ({ ...e }) => {
|
|
6593
6617
|
const [t, r] = G(!1), n = A((o) => {
|
|
6594
6618
|
r(o);
|
|
6595
6619
|
}, []);
|
|
@@ -6598,19 +6622,19 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6598
6622
|
{
|
|
6599
6623
|
type: t ? "text" : "password",
|
|
6600
6624
|
...e,
|
|
6601
|
-
iconAfter: t ? /* @__PURE__ */ i(
|
|
6625
|
+
iconAfter: t ? /* @__PURE__ */ i(la, { onClick: () => n(!1) }) : /* @__PURE__ */ i(ca, { onClick: () => n(!0) })
|
|
6602
6626
|
}
|
|
6603
6627
|
);
|
|
6604
|
-
},
|
|
6628
|
+
}, nl = ({
|
|
6605
6629
|
fieldTitle: e,
|
|
6606
6630
|
optional: t,
|
|
6607
6631
|
elementCssClass: r,
|
|
6608
6632
|
elementId: n,
|
|
6609
6633
|
errorText: o,
|
|
6610
6634
|
...s
|
|
6611
|
-
}) => /* @__PURE__ */
|
|
6635
|
+
}) => /* @__PURE__ */ w("div", { className: "flex flex-col", children: [
|
|
6612
6636
|
/* @__PURE__ */ i(
|
|
6613
|
-
|
|
6637
|
+
ke,
|
|
6614
6638
|
{
|
|
6615
6639
|
fieldTitle: e,
|
|
6616
6640
|
optional: t,
|
|
@@ -6618,7 +6642,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6618
6642
|
}
|
|
6619
6643
|
),
|
|
6620
6644
|
/* @__PURE__ */ i(
|
|
6621
|
-
|
|
6645
|
+
da,
|
|
6622
6646
|
{
|
|
6623
6647
|
cssClass: r,
|
|
6624
6648
|
elementId: n,
|
|
@@ -6629,7 +6653,7 @@ const J1 = "flex justify-end gap-2 px-6 py-4", Q1 = "text-secondary dial-small-1
|
|
|
6629
6653
|
/* @__PURE__ */ i(De, { errorText: o })
|
|
6630
6654
|
] });
|
|
6631
6655
|
var Ke = /* @__PURE__ */ ((e) => (e.Small = "small", e.Base = "base", e))(Ke || {});
|
|
6632
|
-
const
|
|
6656
|
+
const ua = {
|
|
6633
6657
|
[Ke.Small]: {
|
|
6634
6658
|
textClass: "text-xs px-1",
|
|
6635
6659
|
containerClass: "px-[6px] py-1 h-[22px]",
|
|
@@ -6642,7 +6666,7 @@ const ca = {
|
|
|
6642
6666
|
iconSize: 18,
|
|
6643
6667
|
iconStroke: 1.5
|
|
6644
6668
|
}
|
|
6645
|
-
},
|
|
6669
|
+
}, fa = ({
|
|
6646
6670
|
elementId: e,
|
|
6647
6671
|
value: t,
|
|
6648
6672
|
placeholder: r = "Search...",
|
|
@@ -6663,10 +6687,10 @@ const ca = {
|
|
|
6663
6687
|
p(m), c?.(m);
|
|
6664
6688
|
},
|
|
6665
6689
|
[c]
|
|
6666
|
-
), f =
|
|
6690
|
+
), f = ua[d], v = A(() => {
|
|
6667
6691
|
h("");
|
|
6668
6692
|
}, [h]);
|
|
6669
|
-
return /* @__PURE__ */
|
|
6693
|
+
return /* @__PURE__ */ w(
|
|
6670
6694
|
"div",
|
|
6671
6695
|
{
|
|
6672
6696
|
className: b(
|
|
@@ -6728,7 +6752,7 @@ const ca = {
|
|
|
6728
6752
|
]
|
|
6729
6753
|
}
|
|
6730
6754
|
);
|
|
6731
|
-
},
|
|
6755
|
+
}, ol = ({
|
|
6732
6756
|
placeholder: e = "",
|
|
6733
6757
|
selectedItems: t = [],
|
|
6734
6758
|
updateSelected: r,
|
|
@@ -6748,7 +6772,7 @@ const ca = {
|
|
|
6748
6772
|
},
|
|
6749
6773
|
[c]
|
|
6750
6774
|
);
|
|
6751
|
-
return /* @__PURE__ */
|
|
6775
|
+
return /* @__PURE__ */ w(
|
|
6752
6776
|
"div",
|
|
6753
6777
|
{
|
|
6754
6778
|
className: b([
|
|
@@ -6778,7 +6802,7 @@ const ca = {
|
|
|
6778
6802
|
]
|
|
6779
6803
|
}
|
|
6780
6804
|
);
|
|
6781
|
-
},
|
|
6805
|
+
}, sl = ({
|
|
6782
6806
|
initialTags: e = [],
|
|
6783
6807
|
fieldTitle: t,
|
|
6784
6808
|
optional: r,
|
|
@@ -6789,14 +6813,14 @@ const ca = {
|
|
|
6789
6813
|
disabled: l,
|
|
6790
6814
|
onChange: c
|
|
6791
6815
|
}) => {
|
|
6792
|
-
const d = le(null), [u, p] = G(e), [h, f] = G(""), [v, m] = G(!1),
|
|
6816
|
+
const d = le(null), [u, p] = G(e), [h, f] = G(""), [v, m] = G(!1), x = (y) => {
|
|
6793
6817
|
const O = y.trim().replace(/,$/, "");
|
|
6794
6818
|
if (O && !u.includes(O)) {
|
|
6795
6819
|
const R = [O, ...u];
|
|
6796
6820
|
p(R), c?.(R);
|
|
6797
6821
|
}
|
|
6798
6822
|
}, L = (y) => {
|
|
6799
|
-
(y.key === "," || y.key === "Enter") && (y.preventDefault(),
|
|
6823
|
+
(y.key === "," || y.key === "Enter") && (y.preventDefault(), x(h), f(""));
|
|
6800
6824
|
}, C = (y) => {
|
|
6801
6825
|
const O = u.filter((R, P) => P !== y);
|
|
6802
6826
|
p(O), c?.(O);
|
|
@@ -6809,9 +6833,9 @@ const ca = {
|
|
|
6809
6833
|
}
|
|
6810
6834
|
});
|
|
6811
6835
|
return d.current && y.observe(d.current), () => y.disconnect();
|
|
6812
|
-
}, [u]), /* @__PURE__ */
|
|
6836
|
+
}, [u]), /* @__PURE__ */ w("div", { className: b("flex flex-col w-full"), children: [
|
|
6813
6837
|
/* @__PURE__ */ i(
|
|
6814
|
-
|
|
6838
|
+
ke,
|
|
6815
6839
|
{
|
|
6816
6840
|
fieldTitle: t,
|
|
6817
6841
|
optional: r,
|
|
@@ -6826,7 +6850,7 @@ const ca = {
|
|
|
6826
6850
|
a && "dial-input-error",
|
|
6827
6851
|
l && "dial-input-disable"
|
|
6828
6852
|
),
|
|
6829
|
-
children: /* @__PURE__ */
|
|
6853
|
+
children: /* @__PURE__ */ w(
|
|
6830
6854
|
"div",
|
|
6831
6855
|
{
|
|
6832
6856
|
ref: d,
|
|
@@ -6864,7 +6888,7 @@ const ca = {
|
|
|
6864
6888
|
),
|
|
6865
6889
|
/* @__PURE__ */ i(De, { errorText: s })
|
|
6866
6890
|
] });
|
|
6867
|
-
},
|
|
6891
|
+
}, pa = "dial-input flex px-3 py-2 w-full items-center justify-between gap-2 dial-small min-h-[38px]", ga = "w-full rounded", dt = "flex w-full items-center justify-between gap-2 px-3 h-[34px] dial-small text-primary truncate hover:bg-accent-primary-alpha focus:bg-accent-primary-alpha focus:outline-none", ha = "bg-accent-primary-alpha", ma = "bg-accent-primary-alpha border-l border-accent-primary border-1", ur = "opacity-75", Ca = /* @__PURE__ */ i(Er, { size: 16 }), un = ({
|
|
6868
6892
|
options: e,
|
|
6869
6893
|
selectedValues: t,
|
|
6870
6894
|
handleRemoveTag: r
|
|
@@ -6880,7 +6904,7 @@ const ca = {
|
|
|
6880
6904
|
},
|
|
6881
6905
|
n
|
|
6882
6906
|
);
|
|
6883
|
-
}) }),
|
|
6907
|
+
}) }), va = ({
|
|
6884
6908
|
options: e,
|
|
6885
6909
|
multiple: t = !1,
|
|
6886
6910
|
value: r,
|
|
@@ -6897,7 +6921,7 @@ const ca = {
|
|
|
6897
6921
|
cssClass: f,
|
|
6898
6922
|
closable: v = !1,
|
|
6899
6923
|
onClose: m,
|
|
6900
|
-
onChange:
|
|
6924
|
+
onChange: x
|
|
6901
6925
|
}) => {
|
|
6902
6926
|
const [L, C] = G(!1), [y, O] = G(""), R = Lr(), P = r !== void 0, [$, I] = G(n), j = P ? r : $, _ = B(() => t ? Array.isArray(j) ? j : [] : typeof j == "string" ? [j] : [], [j, t]), M = B(() => {
|
|
6903
6927
|
const g = y.trim().toLowerCase();
|
|
@@ -6908,9 +6932,9 @@ const ca = {
|
|
|
6908
6932
|
}, [L]);
|
|
6909
6933
|
const V = A(
|
|
6910
6934
|
(g) => {
|
|
6911
|
-
P || I(g),
|
|
6935
|
+
P || I(g), x?.(g);
|
|
6912
6936
|
},
|
|
6913
|
-
[P,
|
|
6937
|
+
[P, x]
|
|
6914
6938
|
), ee = (g) => {
|
|
6915
6939
|
if (t) {
|
|
6916
6940
|
const H = new Set(_);
|
|
@@ -6952,9 +6976,9 @@ const ca = {
|
|
|
6952
6976
|
selectedValues: _,
|
|
6953
6977
|
handleRemoveTag: de
|
|
6954
6978
|
}
|
|
6955
|
-
), [t, e, _, de]), K = A(() => t ? ge ? U() : /* @__PURE__ */ i("span", { className: "text-secondary truncate", children: o }) : oe ? /* @__PURE__ */
|
|
6979
|
+
), [t, e, _, de]), K = A(() => t ? ge ? U() : /* @__PURE__ */ i("span", { className: "text-secondary truncate", children: o }) : oe ? /* @__PURE__ */ w(pe, { children: [
|
|
6956
6980
|
oe.icon && /* @__PURE__ */ i(W, { icon: oe.icon }),
|
|
6957
|
-
/* @__PURE__ */ i(
|
|
6981
|
+
/* @__PURE__ */ i(Ne, { text: oe.label })
|
|
6958
6982
|
] }) : /* @__PURE__ */ i("span", { className: "text-secondary truncate", children: o }), [ge, t, o, U, oe]);
|
|
6959
6983
|
return /* @__PURE__ */ i(
|
|
6960
6984
|
wt,
|
|
@@ -6966,17 +6990,17 @@ const ca = {
|
|
|
6966
6990
|
onClose: m,
|
|
6967
6991
|
placement: "bottom-start",
|
|
6968
6992
|
allowedPlacements: ["bottom-start", "top-start"],
|
|
6969
|
-
renderOverlay: () => /* @__PURE__ */
|
|
6993
|
+
renderOverlay: () => /* @__PURE__ */ w(
|
|
6970
6994
|
"div",
|
|
6971
6995
|
{
|
|
6972
6996
|
id: R,
|
|
6973
6997
|
role: "listbox",
|
|
6974
6998
|
"aria-multiselectable": t || void 0,
|
|
6975
|
-
className:
|
|
6999
|
+
className: ga,
|
|
6976
7000
|
children: [
|
|
6977
|
-
(s || v) && /* @__PURE__ */
|
|
7001
|
+
(s || v) && /* @__PURE__ */ w("div", { className: "flex items-center gap-2 px-2 pt-2", children: [
|
|
6978
7002
|
s && /* @__PURE__ */ i(
|
|
6979
|
-
|
|
7003
|
+
fa,
|
|
6980
7004
|
{
|
|
6981
7005
|
placeholder: a,
|
|
6982
7006
|
onChange: O,
|
|
@@ -7021,7 +7045,7 @@ const ca = {
|
|
|
7021
7045
|
{
|
|
7022
7046
|
className: b(
|
|
7023
7047
|
dt,
|
|
7024
|
-
H &&
|
|
7048
|
+
H && ha,
|
|
7025
7049
|
g.disabled && ur,
|
|
7026
7050
|
"w-full"
|
|
7027
7051
|
),
|
|
@@ -7029,7 +7053,7 @@ const ca = {
|
|
|
7029
7053
|
Bt,
|
|
7030
7054
|
{
|
|
7031
7055
|
id: `${R}-${g.value}`,
|
|
7032
|
-
label: /* @__PURE__ */
|
|
7056
|
+
label: /* @__PURE__ */ w("span", { className: "flex w-full flex-1 min-w-0 items-center gap-2 text-primary", children: [
|
|
7033
7057
|
g.icon && /* @__PURE__ */ i(W, { icon: g.icon }),
|
|
7034
7058
|
/* @__PURE__ */ i("span", { className: "truncate", children: g.label })
|
|
7035
7059
|
] }),
|
|
@@ -7051,13 +7075,13 @@ const ca = {
|
|
|
7051
7075
|
disabled: g.disabled,
|
|
7052
7076
|
className: b(
|
|
7053
7077
|
dt,
|
|
7054
|
-
H &&
|
|
7078
|
+
H && ma,
|
|
7055
7079
|
g.disabled && ur
|
|
7056
7080
|
),
|
|
7057
7081
|
onClick: () => !g.disabled && ee(g.value),
|
|
7058
|
-
children: /* @__PURE__ */
|
|
7082
|
+
children: /* @__PURE__ */ w("div", { className: "flex items-center gap-2 w-full", children: [
|
|
7059
7083
|
g.icon && /* @__PURE__ */ i(W, { icon: g.icon }),
|
|
7060
|
-
/* @__PURE__ */ i(
|
|
7084
|
+
/* @__PURE__ */ i(Ne, { text: g.label })
|
|
7061
7085
|
] })
|
|
7062
7086
|
},
|
|
7063
7087
|
g.value
|
|
@@ -7066,7 +7090,7 @@ const ca = {
|
|
|
7066
7090
|
]
|
|
7067
7091
|
}
|
|
7068
7092
|
),
|
|
7069
|
-
children: /* @__PURE__ */
|
|
7093
|
+
children: /* @__PURE__ */ w(
|
|
7070
7094
|
"button",
|
|
7071
7095
|
{
|
|
7072
7096
|
type: "button",
|
|
@@ -7074,7 +7098,7 @@ const ca = {
|
|
|
7074
7098
|
"aria-expanded": L,
|
|
7075
7099
|
"aria-controls": R,
|
|
7076
7100
|
className: Z(
|
|
7077
|
-
|
|
7101
|
+
pa,
|
|
7078
7102
|
h && "opacity-75 !cursor-not-allowed",
|
|
7079
7103
|
f
|
|
7080
7104
|
),
|
|
@@ -7084,7 +7108,7 @@ const ca = {
|
|
|
7084
7108
|
/* @__PURE__ */ i(
|
|
7085
7109
|
W,
|
|
7086
7110
|
{
|
|
7087
|
-
icon:
|
|
7111
|
+
icon: Ca,
|
|
7088
7112
|
className: b("text-primary", L && "rotate-180")
|
|
7089
7113
|
}
|
|
7090
7114
|
)
|
|
@@ -7093,7 +7117,7 @@ const ca = {
|
|
|
7093
7117
|
)
|
|
7094
7118
|
}
|
|
7095
7119
|
);
|
|
7096
|
-
},
|
|
7120
|
+
}, il = ({
|
|
7097
7121
|
fieldTitle: e,
|
|
7098
7122
|
optional: t,
|
|
7099
7123
|
captionDescription: r,
|
|
@@ -7139,7 +7163,7 @@ const ca = {
|
|
|
7139
7163
|
value: h(),
|
|
7140
7164
|
defaultEmptyText: u,
|
|
7141
7165
|
children: /* @__PURE__ */ i(
|
|
7142
|
-
|
|
7166
|
+
va,
|
|
7143
7167
|
{
|
|
7144
7168
|
cssClass: o,
|
|
7145
7169
|
value: d,
|
|
@@ -7153,12 +7177,12 @@ function fn(e) {
|
|
|
7153
7177
|
let t = null;
|
|
7154
7178
|
return () => (t == null && (t = e()), t);
|
|
7155
7179
|
}
|
|
7156
|
-
function
|
|
7180
|
+
function ba(e, t) {
|
|
7157
7181
|
return e.filter(
|
|
7158
7182
|
(r) => r !== t
|
|
7159
7183
|
);
|
|
7160
7184
|
}
|
|
7161
|
-
function
|
|
7185
|
+
function ya(e, t) {
|
|
7162
7186
|
const r = /* @__PURE__ */ new Set(), n = (s) => r.add(s);
|
|
7163
7187
|
e.forEach(n), t.forEach(n);
|
|
7164
7188
|
const o = [];
|
|
@@ -7166,16 +7190,16 @@ function va(e, t) {
|
|
|
7166
7190
|
(s) => o.push(s)
|
|
7167
7191
|
), o;
|
|
7168
7192
|
}
|
|
7169
|
-
class
|
|
7193
|
+
class wa {
|
|
7170
7194
|
enter(t) {
|
|
7171
7195
|
const r = this.entered.length, n = (o) => this.isNodeInDocument(o) && (!o.contains || o.contains(t));
|
|
7172
|
-
return this.entered =
|
|
7196
|
+
return this.entered = ya(this.entered.filter(n), [
|
|
7173
7197
|
t
|
|
7174
7198
|
]), r === 0 && this.entered.length > 0;
|
|
7175
7199
|
}
|
|
7176
7200
|
leave(t) {
|
|
7177
7201
|
const r = this.entered.length;
|
|
7178
|
-
return this.entered =
|
|
7202
|
+
return this.entered = ba(this.entered.filter(this.isNodeInDocument), t), r > 0 && this.entered.length === 0;
|
|
7179
7203
|
}
|
|
7180
7204
|
reset() {
|
|
7181
7205
|
this.entered = [];
|
|
@@ -7184,7 +7208,7 @@ class ba {
|
|
|
7184
7208
|
this.entered = [], this.isNodeInDocument = t;
|
|
7185
7209
|
}
|
|
7186
7210
|
}
|
|
7187
|
-
class
|
|
7211
|
+
class xa {
|
|
7188
7212
|
initializeExposedProperties() {
|
|
7189
7213
|
Object.keys(this.config.exposeProperties).forEach((t) => {
|
|
7190
7214
|
Object.defineProperty(this.item, t, {
|
|
@@ -7281,11 +7305,11 @@ const xt = {
|
|
|
7281
7305
|
]
|
|
7282
7306
|
}
|
|
7283
7307
|
};
|
|
7284
|
-
function
|
|
7308
|
+
function Da(e, t) {
|
|
7285
7309
|
const r = xt[e];
|
|
7286
7310
|
if (!r)
|
|
7287
7311
|
throw new Error(`native type ${e} has no configuration`);
|
|
7288
|
-
const n = new
|
|
7312
|
+
const n = new xa(r);
|
|
7289
7313
|
return n.loadDataTransfer(t), n;
|
|
7290
7314
|
}
|
|
7291
7315
|
function ft(e) {
|
|
@@ -7299,7 +7323,7 @@ function ft(e) {
|
|
|
7299
7323
|
) : !1;
|
|
7300
7324
|
})[0] || null;
|
|
7301
7325
|
}
|
|
7302
|
-
const
|
|
7326
|
+
const Sa = fn(
|
|
7303
7327
|
() => /firefox/i.test(navigator.userAgent)
|
|
7304
7328
|
), mn = fn(
|
|
7305
7329
|
() => !!window.safari
|
|
@@ -7345,8 +7369,8 @@ class pr {
|
|
|
7345
7369
|
d.push(0);
|
|
7346
7370
|
else {
|
|
7347
7371
|
l = s[f];
|
|
7348
|
-
const
|
|
7349
|
-
d.push(3 * L / ((L +
|
|
7372
|
+
const x = s[f + 1], L = l + x;
|
|
7373
|
+
d.push(3 * L / ((L + x) / v + (L + l) / m));
|
|
7350
7374
|
}
|
|
7351
7375
|
}
|
|
7352
7376
|
d.push(a[a.length - 1]);
|
|
@@ -7354,15 +7378,15 @@ class pr {
|
|
|
7354
7378
|
let h;
|
|
7355
7379
|
for (let f = 0; f < d.length - 1; f++) {
|
|
7356
7380
|
h = a[f];
|
|
7357
|
-
const v = d[f], m = 1 / s[f],
|
|
7358
|
-
u.push((h - v -
|
|
7381
|
+
const v = d[f], m = 1 / s[f], x = v + d[f + 1] - h - h;
|
|
7382
|
+
u.push((h - v - x) * m), p.push(x * m * m);
|
|
7359
7383
|
}
|
|
7360
7384
|
this.xs = t, this.ys = r, this.c1s = d, this.c2s = u, this.c3s = p;
|
|
7361
7385
|
}
|
|
7362
7386
|
}
|
|
7363
|
-
const
|
|
7387
|
+
const La = 1;
|
|
7364
7388
|
function Cn(e) {
|
|
7365
|
-
const t = e.nodeType ===
|
|
7389
|
+
const t = e.nodeType === La ? e : e.parentElement;
|
|
7366
7390
|
if (!t)
|
|
7367
7391
|
return null;
|
|
7368
7392
|
const { top: r, left: n } = t.getBoundingClientRect();
|
|
@@ -7377,22 +7401,22 @@ function We(e) {
|
|
|
7377
7401
|
y: e.clientY
|
|
7378
7402
|
};
|
|
7379
7403
|
}
|
|
7380
|
-
function
|
|
7404
|
+
function Ia(e) {
|
|
7381
7405
|
var t;
|
|
7382
|
-
return e.nodeName === "IMG" && (
|
|
7406
|
+
return e.nodeName === "IMG" && (Sa() || !(!((t = document.documentElement) === null || t === void 0) && t.contains(e)));
|
|
7383
7407
|
}
|
|
7384
|
-
function
|
|
7408
|
+
function Ta(e, t, r, n) {
|
|
7385
7409
|
let o = e ? t.width : r, s = e ? t.height : n;
|
|
7386
7410
|
return mn() && e && (s /= window.devicePixelRatio, o /= window.devicePixelRatio), {
|
|
7387
7411
|
dragPreviewWidth: o,
|
|
7388
7412
|
dragPreviewHeight: s
|
|
7389
7413
|
};
|
|
7390
7414
|
}
|
|
7391
|
-
function
|
|
7392
|
-
const s =
|
|
7415
|
+
function Oa(e, t, r, n, o) {
|
|
7416
|
+
const s = Ia(t), l = Cn(s ? e : t), c = {
|
|
7393
7417
|
x: r.x - l.x,
|
|
7394
7418
|
y: r.y - l.y
|
|
7395
|
-
}, { offsetWidth: d, offsetHeight: u } = e, { anchorX: p, anchorY: h } = n, { dragPreviewWidth: f, dragPreviewHeight: v } =
|
|
7419
|
+
}, { offsetWidth: d, offsetHeight: u } = e, { anchorX: p, anchorY: h } = n, { dragPreviewWidth: f, dragPreviewHeight: v } = Ta(s, t, d, u), m = () => {
|
|
7396
7420
|
let P = new pr([
|
|
7397
7421
|
0,
|
|
7398
7422
|
0.5,
|
|
@@ -7406,7 +7430,7 @@ function Ia(e, t, r, n, o) {
|
|
|
7406
7430
|
c.y + v - u
|
|
7407
7431
|
]).interpolate(h);
|
|
7408
7432
|
return mn() && s && (P += (window.devicePixelRatio - 1) * v), P;
|
|
7409
|
-
},
|
|
7433
|
+
}, x = () => new pr([
|
|
7410
7434
|
0,
|
|
7411
7435
|
0.5,
|
|
7412
7436
|
1
|
|
@@ -7419,11 +7443,11 @@ function Ia(e, t, r, n, o) {
|
|
|
7419
7443
|
c.x + f - d
|
|
7420
7444
|
]).interpolate(p), { offsetX: L, offsetY: C } = o, y = L === 0 || L, O = C === 0 || C;
|
|
7421
7445
|
return {
|
|
7422
|
-
x: y ? L :
|
|
7446
|
+
x: y ? L : x(),
|
|
7423
7447
|
y: O ? C : m()
|
|
7424
7448
|
};
|
|
7425
7449
|
}
|
|
7426
|
-
class
|
|
7450
|
+
class Ea {
|
|
7427
7451
|
get window() {
|
|
7428
7452
|
if (this.globalContext)
|
|
7429
7453
|
return this.globalContext;
|
|
@@ -7442,7 +7466,7 @@ class Ta {
|
|
|
7442
7466
|
this.ownerDocument = null, this.globalContext = t, this.optionsArgs = r;
|
|
7443
7467
|
}
|
|
7444
7468
|
}
|
|
7445
|
-
function
|
|
7469
|
+
function Na(e, t, r) {
|
|
7446
7470
|
return t in e ? Object.defineProperty(e, t, {
|
|
7447
7471
|
value: r,
|
|
7448
7472
|
enumerable: !0,
|
|
@@ -7456,12 +7480,12 @@ function gr(e) {
|
|
|
7456
7480
|
typeof Object.getOwnPropertySymbols == "function" && (n = n.concat(Object.getOwnPropertySymbols(r).filter(function(o) {
|
|
7457
7481
|
return Object.getOwnPropertyDescriptor(r, o).enumerable;
|
|
7458
7482
|
}))), n.forEach(function(o) {
|
|
7459
|
-
|
|
7483
|
+
Na(e, o, r[o]);
|
|
7460
7484
|
});
|
|
7461
7485
|
}
|
|
7462
7486
|
return e;
|
|
7463
7487
|
}
|
|
7464
|
-
class
|
|
7488
|
+
class ka {
|
|
7465
7489
|
/**
|
|
7466
7490
|
* Generate profiling statistics for the HTML5Backend.
|
|
7467
7491
|
*/
|
|
@@ -7554,7 +7578,7 @@ class Ea {
|
|
|
7554
7578
|
);
|
|
7555
7579
|
}
|
|
7556
7580
|
beginDragNativeItem(t, r) {
|
|
7557
|
-
this.clearCurrentDragSourceNode(), this.currentNativeSource =
|
|
7581
|
+
this.clearCurrentDragSourceNode(), this.currentNativeSource = Da(t, r), this.currentNativeHandle = this.registry.addSource(t, this.currentNativeSource), this.actions.beginDrag([
|
|
7558
7582
|
this.currentNativeHandle
|
|
7559
7583
|
]);
|
|
7560
7584
|
}
|
|
@@ -7623,12 +7647,12 @@ class Ea {
|
|
|
7623
7647
|
if (l && typeof l.setDragImage == "function") {
|
|
7624
7648
|
const u = this.monitor.getSourceId(), p = this.sourceNodes.get(u), h = this.sourcePreviewNodes.get(u) || p;
|
|
7625
7649
|
if (h) {
|
|
7626
|
-
const { anchorX: f, anchorY: v, offsetX: m, offsetY:
|
|
7650
|
+
const { anchorX: f, anchorY: v, offsetX: m, offsetY: x } = this.getCurrentSourcePreviewNodeOptions(), y = Oa(p, h, a, {
|
|
7627
7651
|
anchorX: f,
|
|
7628
7652
|
anchorY: v
|
|
7629
7653
|
}, {
|
|
7630
7654
|
offsetX: m,
|
|
7631
|
-
offsetY:
|
|
7655
|
+
offsetY: x
|
|
7632
7656
|
});
|
|
7633
7657
|
l.setDragImage(h, y.x, y.y);
|
|
7634
7658
|
}
|
|
@@ -7705,12 +7729,12 @@ class Ea {
|
|
|
7705
7729
|
}, this.handleSelectStart = (o) => {
|
|
7706
7730
|
const s = o.target;
|
|
7707
7731
|
typeof s.dragDrop == "function" && (s.tagName === "INPUT" || s.tagName === "SELECT" || s.tagName === "TEXTAREA" || s.isContentEditable || (o.preventDefault(), s.dragDrop()));
|
|
7708
|
-
}, this.options = new
|
|
7732
|
+
}, this.options = new Ea(r, n), this.actions = t.getActions(), this.monitor = t.getMonitor(), this.registry = t.getRegistry(), this.enterLeaveCounter = new wa(this.isNodeInDocument);
|
|
7709
7733
|
}
|
|
7710
7734
|
}
|
|
7711
|
-
const
|
|
7712
|
-
return new
|
|
7713
|
-
},
|
|
7735
|
+
const Ra = function(t, r, n) {
|
|
7736
|
+
return new ka(t, r, n);
|
|
7737
|
+
}, Pa = ({
|
|
7714
7738
|
onChange: e,
|
|
7715
7739
|
emptyTextFirstLine: t,
|
|
7716
7740
|
emptyTextSecondLine: r,
|
|
@@ -7722,7 +7746,7 @@ const Na = function(t, r, n) {
|
|
|
7722
7746
|
fileCountError: c,
|
|
7723
7747
|
getIsFileFormatError: d
|
|
7724
7748
|
}) => {
|
|
7725
|
-
const u = le(null), p = le(null), [h, f] = G([]), [v, m] = G(!1),
|
|
7749
|
+
const u = le(null), p = le(null), [h, f] = G([]), [v, m] = G(!1), x = A(
|
|
7726
7750
|
(M) => {
|
|
7727
7751
|
const V = M.target.files;
|
|
7728
7752
|
if (V && V.length > 0) {
|
|
@@ -7752,7 +7776,7 @@ const Na = function(t, r, n) {
|
|
|
7752
7776
|
canDrop: M.canDrop()
|
|
7753
7777
|
})
|
|
7754
7778
|
}),
|
|
7755
|
-
[
|
|
7779
|
+
[x]
|
|
7756
7780
|
), $ = (M) => {
|
|
7757
7781
|
(M.key === "Enter" || M.key === "Space") && (M.preventDefault(), p.current?.click());
|
|
7758
7782
|
}, I = (M) => {
|
|
@@ -7767,8 +7791,8 @@ const Na = function(t, r, n) {
|
|
|
7767
7791
|
R && (O ? "border-accent-primary" : "border-hover"),
|
|
7768
7792
|
C && "border-error"
|
|
7769
7793
|
);
|
|
7770
|
-
return P(u), /* @__PURE__ */
|
|
7771
|
-
/* @__PURE__ */
|
|
7794
|
+
return P(u), /* @__PURE__ */ w(pe, { children: [
|
|
7795
|
+
/* @__PURE__ */ w(
|
|
7772
7796
|
"div",
|
|
7773
7797
|
{
|
|
7774
7798
|
className: _,
|
|
@@ -7776,7 +7800,7 @@ const Na = function(t, r, n) {
|
|
|
7776
7800
|
onDragOver: I,
|
|
7777
7801
|
onDragLeave: j,
|
|
7778
7802
|
children: [
|
|
7779
|
-
/* @__PURE__ */
|
|
7803
|
+
/* @__PURE__ */ w(
|
|
7780
7804
|
"label",
|
|
7781
7805
|
{
|
|
7782
7806
|
htmlFor: "file",
|
|
@@ -7806,7 +7830,7 @@ const Na = function(t, r, n) {
|
|
|
7806
7830
|
ref: p,
|
|
7807
7831
|
hidden: !0,
|
|
7808
7832
|
accept: o,
|
|
7809
|
-
onChange:
|
|
7833
|
+
onChange: x
|
|
7810
7834
|
}
|
|
7811
7835
|
)
|
|
7812
7836
|
]
|
|
@@ -7814,7 +7838,7 @@ const Na = function(t, r, n) {
|
|
|
7814
7838
|
),
|
|
7815
7839
|
/* @__PURE__ */ i(pe, { children: v ? /* @__PURE__ */ i(De, { errorText: l }) : L(h) && /* @__PURE__ */ i(De, { errorText: c }) })
|
|
7816
7840
|
] });
|
|
7817
|
-
},
|
|
7841
|
+
}, Ma = ({
|
|
7818
7842
|
iconBefore: e,
|
|
7819
7843
|
cssClass: t,
|
|
7820
7844
|
errorText: r,
|
|
@@ -7832,7 +7856,7 @@ const Na = function(t, r, n) {
|
|
|
7832
7856
|
hideBorder: !0
|
|
7833
7857
|
}
|
|
7834
7858
|
);
|
|
7835
|
-
},
|
|
7859
|
+
}, Va = (e) => {
|
|
7836
7860
|
const {
|
|
7837
7861
|
files: t,
|
|
7838
7862
|
iconBeforeInput: r,
|
|
@@ -7844,7 +7868,7 @@ const Na = function(t, r, n) {
|
|
|
7844
7868
|
} = e, c = (p, h) => {
|
|
7845
7869
|
p.stopPropagation(), o(t?.filter((f) => f.name !== h) || []);
|
|
7846
7870
|
}, d = (p) => /* @__PURE__ */ i(
|
|
7847
|
-
|
|
7871
|
+
$1,
|
|
7848
7872
|
{
|
|
7849
7873
|
ariaLabel: l,
|
|
7850
7874
|
onClick: (h) => c(h, p)
|
|
@@ -7852,8 +7876,8 @@ const Na = function(t, r, n) {
|
|
|
7852
7876
|
), u = (p) => {
|
|
7853
7877
|
o(p);
|
|
7854
7878
|
};
|
|
7855
|
-
return !t || t.length === 0 ? /* @__PURE__ */ i(Fi, { backend:
|
|
7856
|
-
|
|
7879
|
+
return !t || t.length === 0 ? /* @__PURE__ */ i(Fi, { backend: Ra, children: /* @__PURE__ */ i(Pa, { ...e, onChange: u }) }) : /* @__PURE__ */ i("div", { className: "flex-1 min-h-0 border border-solid border-primary rounded", children: t && t.length > 0 && /* @__PURE__ */ i("div", { className: "max-h-full overflow-y-auto", children: t.map((p, h) => /* @__PURE__ */ i(
|
|
7880
|
+
Ma,
|
|
7857
7881
|
{
|
|
7858
7882
|
elementId: p.name,
|
|
7859
7883
|
value: p.name,
|
|
@@ -7864,7 +7888,7 @@ const Na = function(t, r, n) {
|
|
|
7864
7888
|
},
|
|
7865
7889
|
p.name + h
|
|
7866
7890
|
)) }) });
|
|
7867
|
-
},
|
|
7891
|
+
}, al = ({
|
|
7868
7892
|
onChange: e,
|
|
7869
7893
|
fieldTitle: t,
|
|
7870
7894
|
elementId: r,
|
|
@@ -7885,7 +7909,7 @@ const Na = function(t, r, n) {
|
|
|
7885
7909
|
(C) => C.type === "" || !(c === "/" || c?.toLowerCase()?.includes(C?.type?.toLowerCase()))
|
|
7886
7910
|
),
|
|
7887
7911
|
[c]
|
|
7888
|
-
),
|
|
7912
|
+
), x = A(
|
|
7889
7913
|
(L) => {
|
|
7890
7914
|
const C = L.target.files;
|
|
7891
7915
|
if (C && C.length > 0) {
|
|
@@ -7895,16 +7919,16 @@ const Na = function(t, r, n) {
|
|
|
7895
7919
|
},
|
|
7896
7920
|
[e, n, m]
|
|
7897
7921
|
);
|
|
7898
|
-
return /* @__PURE__ */
|
|
7899
|
-
/* @__PURE__ */
|
|
7922
|
+
return /* @__PURE__ */ w("div", { className: "h-full flex flex-col", children: [
|
|
7923
|
+
/* @__PURE__ */ w("div", { className: "flex justify-between items-center pb-1 min-h-[42px]", children: [
|
|
7900
7924
|
/* @__PURE__ */ i(
|
|
7901
|
-
|
|
7925
|
+
ke,
|
|
7902
7926
|
{
|
|
7903
7927
|
fieldTitle: `${t}: ${l ? n?.length || 0 : ""}`,
|
|
7904
7928
|
htmlFor: r
|
|
7905
7929
|
}
|
|
7906
7930
|
),
|
|
7907
|
-
l && !!n?.length && /* @__PURE__ */
|
|
7931
|
+
l && !!n?.length && /* @__PURE__ */ w("div", { className: "flex flex-row items-center gap-x-2", children: [
|
|
7908
7932
|
/* @__PURE__ */ i(
|
|
7909
7933
|
Q,
|
|
7910
7934
|
{
|
|
@@ -7935,11 +7959,11 @@ const Na = function(t, r, n) {
|
|
|
7935
7959
|
ref: h,
|
|
7936
7960
|
hidden: !0,
|
|
7937
7961
|
accept: c,
|
|
7938
|
-
onChange:
|
|
7962
|
+
onChange: x
|
|
7939
7963
|
}
|
|
7940
7964
|
),
|
|
7941
7965
|
/* @__PURE__ */ i(
|
|
7942
|
-
|
|
7966
|
+
Va,
|
|
7943
7967
|
{
|
|
7944
7968
|
files: n,
|
|
7945
7969
|
onChange: e,
|
|
@@ -7958,54 +7982,55 @@ export {
|
|
|
7958
7982
|
Oe as AlertVariant,
|
|
7959
7983
|
J as ButtonVariant,
|
|
7960
7984
|
Ye as ConfirmationPopupVariant,
|
|
7961
|
-
|
|
7962
|
-
|
|
7985
|
+
Ba as DialAlert,
|
|
7986
|
+
ol as DialAutocompleteInput,
|
|
7963
7987
|
dn as DialAutocompleteInputValue,
|
|
7964
|
-
|
|
7965
|
-
|
|
7988
|
+
Xa as DialBreadcrumb,
|
|
7989
|
+
G1 as DialBreadcrumbItem,
|
|
7966
7990
|
Q as DialButton,
|
|
7967
7991
|
Bt as DialCheckbox,
|
|
7968
7992
|
an as DialCloseButton,
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7993
|
+
$a as DialCollapsibleSidebar,
|
|
7994
|
+
el as DialConfirmationPopup,
|
|
7995
|
+
Ua as DialDraggableItem,
|
|
7972
7996
|
wt as DialDropdown,
|
|
7973
|
-
|
|
7997
|
+
Ne as DialEllipsisTooltip,
|
|
7974
7998
|
De as DialErrorText,
|
|
7975
|
-
|
|
7976
|
-
|
|
7999
|
+
ke as DialFieldLabel,
|
|
8000
|
+
T1 as DialFileIcon,
|
|
8001
|
+
qa as DialFileName,
|
|
7977
8002
|
kt as DialFormItem,
|
|
7978
|
-
|
|
8003
|
+
rl as DialFormPopup,
|
|
7979
8004
|
W as DialIcon,
|
|
7980
8005
|
Fe as DialInput,
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
8006
|
+
oa as DialInputPopup,
|
|
8007
|
+
Wa as DialLabelledText,
|
|
8008
|
+
al as DialLoadFileAreaField,
|
|
7984
8009
|
Hr as DialLoader,
|
|
7985
8010
|
gs as DialNoDataContent,
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
8011
|
+
Ya as DialNumberInputField,
|
|
8012
|
+
da as DialPasswordInput,
|
|
8013
|
+
nl as DialPasswordInputField,
|
|
7989
8014
|
zt as DialPopup,
|
|
7990
8015
|
To as DialRadioButton,
|
|
7991
8016
|
ps as DialRadioGroup,
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
|
|
7996
|
-
|
|
7997
|
-
|
|
7998
|
-
|
|
7999
|
-
|
|
8017
|
+
tl as DialRadioGroupPopupField,
|
|
8018
|
+
$1 as DialRemoveButton,
|
|
8019
|
+
fa as DialSearch,
|
|
8020
|
+
va as DialSelect,
|
|
8021
|
+
il as DialSelectField,
|
|
8022
|
+
O1 as DialSharedEntityIndicator,
|
|
8023
|
+
Ga as DialSteps,
|
|
8024
|
+
Qa as DialSwitch,
|
|
8000
8025
|
$e as DialTab,
|
|
8001
|
-
|
|
8026
|
+
Za as DialTabs,
|
|
8002
8027
|
Pt as DialTag,
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
|
|
8006
|
-
|
|
8028
|
+
sl as DialTagInput,
|
|
8029
|
+
Ja as DialTextAreaField,
|
|
8030
|
+
Ka as DialTextInputField,
|
|
8031
|
+
W1 as DialTextarea,
|
|
8007
8032
|
ve as DialTooltip,
|
|
8008
|
-
|
|
8033
|
+
N1 as DropdownType,
|
|
8009
8034
|
Xe as FormItemOrientation,
|
|
8010
8035
|
Ce as PopupSize,
|
|
8011
8036
|
Ze as RadioGroupOrientation,
|