kelt-ui-kit-react 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +50 -50
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/badge/Badge.tsx +1 -1
- package/src/badge/badge.css +5 -4
- package/src/index.css +6 -0
- package/src/sidebar/Sidebar.tsx +1 -3
package/dist/index.js
CHANGED
|
@@ -137,14 +137,14 @@ function An() {
|
|
|
137
137
|
}
|
|
138
138
|
return null;
|
|
139
139
|
}
|
|
140
|
-
var ie = Object.assign, ve = 0, He, Se, ze, K, ue, de,
|
|
140
|
+
var ie = Object.assign, ve = 0, He, Se, ze, K, ue, de, U;
|
|
141
141
|
function Ce() {
|
|
142
142
|
}
|
|
143
143
|
Ce.__reactDisabledLog = !0;
|
|
144
144
|
function Ve() {
|
|
145
145
|
{
|
|
146
146
|
if (ve === 0) {
|
|
147
|
-
He = console.log, Se = console.info, ze = console.warn, K = console.error, ue = console.group, de = console.groupCollapsed,
|
|
147
|
+
He = console.log, Se = console.info, ze = console.warn, K = console.error, ue = console.group, de = console.groupCollapsed, U = console.groupEnd;
|
|
148
148
|
var s = {
|
|
149
149
|
configurable: !0,
|
|
150
150
|
enumerable: !0,
|
|
@@ -192,7 +192,7 @@ function An() {
|
|
|
192
192
|
value: de
|
|
193
193
|
}),
|
|
194
194
|
groupEnd: ie({}, s, {
|
|
195
|
-
value:
|
|
195
|
+
value: U
|
|
196
196
|
})
|
|
197
197
|
});
|
|
198
198
|
}
|
|
@@ -267,14 +267,14 @@ function An() {
|
|
|
267
267
|
} catch (G) {
|
|
268
268
|
if (G && C && typeof G.stack == "string") {
|
|
269
269
|
for (var _ = G.stack.split(`
|
|
270
|
-
`),
|
|
271
|
-
`), F = _.length - 1, z =
|
|
270
|
+
`), q = C.stack.split(`
|
|
271
|
+
`), F = _.length - 1, z = q.length - 1; F >= 1 && z >= 0 && _[F] !== q[z]; )
|
|
272
272
|
z--;
|
|
273
273
|
for (; F >= 1 && z >= 0; F--, z--)
|
|
274
|
-
if (_[F] !==
|
|
274
|
+
if (_[F] !== q[z]) {
|
|
275
275
|
if (F !== 1 || z !== 1)
|
|
276
276
|
do
|
|
277
|
-
if (F--, z--, z < 0 || _[F] !==
|
|
277
|
+
if (F--, z--, z < 0 || _[F] !== q[z]) {
|
|
278
278
|
var J = `
|
|
279
279
|
` + _[F].replace(" at new ", " at ");
|
|
280
280
|
return s.displayName && J.includes("<anonymous>") && (J = J.replace("<anonymous>", s.displayName)), typeof s == "function" && pe.set(s, J), J;
|
|
@@ -341,8 +341,8 @@ function An() {
|
|
|
341
341
|
var _ = void 0;
|
|
342
342
|
try {
|
|
343
343
|
if (typeof s[P] != "function") {
|
|
344
|
-
var
|
|
345
|
-
throw
|
|
344
|
+
var q = Error((C || "React class") + ": " + b + " type `" + P + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[P] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
345
|
+
throw q.name = "Invariant Violation", q;
|
|
346
346
|
}
|
|
347
347
|
_ = s[P](d, P, C, b, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
348
348
|
} catch (F) {
|
|
@@ -454,8 +454,8 @@ function An() {
|
|
|
454
454
|
};
|
|
455
455
|
function yn(s, d, b, C, O) {
|
|
456
456
|
{
|
|
457
|
-
var I, P = {}, _ = null,
|
|
458
|
-
b !== void 0 && (Kt(b), _ = "" + b), pn(d) && (Kt(d.key), _ = "" + d.key), fn(d) && (
|
|
457
|
+
var I, P = {}, _ = null, q = null;
|
|
458
|
+
b !== void 0 && (Kt(b), _ = "" + b), pn(d) && (Kt(d.key), _ = "" + d.key), fn(d) && (q = d.ref, hn(d, O));
|
|
459
459
|
for (I in d)
|
|
460
460
|
Be.call(d, I) && !dn.hasOwnProperty(I) && (P[I] = d[I]);
|
|
461
461
|
if (s && s.defaultProps) {
|
|
@@ -463,11 +463,11 @@ function An() {
|
|
|
463
463
|
for (I in F)
|
|
464
464
|
P[I] === void 0 && (P[I] = F[I]);
|
|
465
465
|
}
|
|
466
|
-
if (_ ||
|
|
466
|
+
if (_ || q) {
|
|
467
467
|
var z = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
|
|
468
|
-
_ && mn(P, z),
|
|
468
|
+
_ && mn(P, z), q && gn(P, z);
|
|
469
469
|
}
|
|
470
|
-
return vn(s, _,
|
|
470
|
+
return vn(s, _, q, O, C, Jt.current, P);
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
473
|
var bt = j.ReactCurrentOwner, er = j.ReactDebugCurrentFrame;
|
|
@@ -587,8 +587,8 @@ Check the top-level render call using <` + b + ">.");
|
|
|
587
587
|
if (!P) {
|
|
588
588
|
var _ = "";
|
|
589
589
|
(s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (_ += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
590
|
-
var
|
|
591
|
-
|
|
590
|
+
var q = xn();
|
|
591
|
+
q ? _ += q : _ += tr();
|
|
592
592
|
var F;
|
|
593
593
|
s === null ? F = "null" : xt(s) ? F = "array" : s !== void 0 && s.$$typeof === t ? (F = "<" + (Q(s.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : F = typeof s, x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", F, _);
|
|
594
594
|
}
|
|
@@ -654,7 +654,7 @@ const M = ({ classIcon: e, size: t }) => /* @__PURE__ */ a.jsx("i", { className:
|
|
|
654
654
|
className: `badge ${e || ""}`,
|
|
655
655
|
children: [
|
|
656
656
|
o && /* @__PURE__ */ a.jsx(M, { size: n, classIcon: o }),
|
|
657
|
-
/* @__PURE__ */ a.jsx("span", {
|
|
657
|
+
/* @__PURE__ */ a.jsx("span", { children: r })
|
|
658
658
|
]
|
|
659
659
|
}
|
|
660
660
|
);
|
|
@@ -761,7 +761,7 @@ var Mn = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|def
|
|
|
761
761
|
return Mn.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
|
|
762
762
|
}
|
|
763
763
|
/* Z+1 */
|
|
764
|
-
), D = "-ms-",
|
|
764
|
+
), D = "-ms-", qe = "-moz-", T = "-webkit-", Ar = "comm", dt = "rule", zt = "decl", Ln = "@import", Ir = "@keyframes", zn = "@layer", $r = Math.abs, Vt = String.fromCharCode, _t = Object.assign;
|
|
765
765
|
function Vn(e, t) {
|
|
766
766
|
return W(e, 0) ^ 45 ? (((t << 2 ^ W(e, 0)) << 2 ^ W(e, 1)) << 2 ^ W(e, 2)) << 2 ^ W(e, 3) : 0;
|
|
767
767
|
}
|
|
@@ -789,7 +789,7 @@ function oe(e) {
|
|
|
789
789
|
function Mr(e) {
|
|
790
790
|
return e.length;
|
|
791
791
|
}
|
|
792
|
-
function
|
|
792
|
+
function Ue(e, t) {
|
|
793
793
|
return t.push(e), e;
|
|
794
794
|
}
|
|
795
795
|
function Bn(e, t) {
|
|
@@ -810,7 +810,7 @@ function me(e, t) {
|
|
|
810
810
|
function Pe(e) {
|
|
811
811
|
for (; e.root; )
|
|
812
812
|
e = me(e.root, { children: [e] });
|
|
813
|
-
|
|
813
|
+
Ue(e, e.siblings);
|
|
814
814
|
}
|
|
815
815
|
function Wn() {
|
|
816
816
|
return V;
|
|
@@ -862,10 +862,10 @@ function Pt(e) {
|
|
|
862
862
|
}
|
|
863
863
|
return 0;
|
|
864
864
|
}
|
|
865
|
-
function
|
|
865
|
+
function Un(e) {
|
|
866
866
|
return ft = Ie = 1, Fr = oe(Fe = e), Z = 0, [];
|
|
867
867
|
}
|
|
868
|
-
function
|
|
868
|
+
function qn(e) {
|
|
869
869
|
return Fe = "", e;
|
|
870
870
|
}
|
|
871
871
|
function St(e) {
|
|
@@ -911,7 +911,7 @@ function Kn(e) {
|
|
|
911
911
|
return ht(e, Z);
|
|
912
912
|
}
|
|
913
913
|
function Jn(e) {
|
|
914
|
-
return
|
|
914
|
+
return qn(nt("", null, null, null, [""], e = Un(e), 0, [0], e));
|
|
915
915
|
}
|
|
916
916
|
function nt(e, t, r, n, o, i, c, u, l) {
|
|
917
917
|
for (var p = 0, g = 0, v = c, h = 0, f = 0, m = 0, y = 1, w = 1, j = 1, x = 0, E = "", R = o, A = i, N = n, S = E; w; )
|
|
@@ -939,7 +939,7 @@ function nt(e, t, r, n, o, i, c, u, l) {
|
|
|
939
939
|
switch (we()) {
|
|
940
940
|
case 42:
|
|
941
941
|
case 47:
|
|
942
|
-
|
|
942
|
+
Ue(Zn(Xn(ne(), rt()), t, r, l), l);
|
|
943
943
|
break;
|
|
944
944
|
default:
|
|
945
945
|
S += "/";
|
|
@@ -955,12 +955,12 @@ function nt(e, t, r, n, o, i, c, u, l) {
|
|
|
955
955
|
case 125:
|
|
956
956
|
w = 0;
|
|
957
957
|
case 59 + g:
|
|
958
|
-
j == -1 && (S = k(S, /\f/g, "")), f > 0 && oe(S) - v &&
|
|
958
|
+
j == -1 && (S = k(S, /\f/g, "")), f > 0 && oe(S) - v && Ue(f > 32 ? fr(S + ";", n, r, v - 1, l) : fr(k(S, " ", "") + ";", n, r, v - 2, l), l);
|
|
959
959
|
break;
|
|
960
960
|
case 59:
|
|
961
961
|
S += ";";
|
|
962
962
|
default:
|
|
963
|
-
if (
|
|
963
|
+
if (Ue(N = dr(S, t, r, p, g, o, u, E, R = [], A = [], v, i), i), x === 123)
|
|
964
964
|
if (g === 0)
|
|
965
965
|
nt(S, t, N, N, R, i, v, u, A);
|
|
966
966
|
else
|
|
@@ -969,7 +969,7 @@ function nt(e, t, r, n, o, i, c, u, l) {
|
|
|
969
969
|
case 108:
|
|
970
970
|
case 109:
|
|
971
971
|
case 115:
|
|
972
|
-
nt(e, N, N, n &&
|
|
972
|
+
nt(e, N, N, n && Ue(dr(e, N, N, 0, 0, o, u, E, o, R = [], v, A), A), o, A, v, u, n ? R : A);
|
|
973
973
|
break;
|
|
974
974
|
default:
|
|
975
975
|
nt(S, N, N, N, [""], A, 0, u, A);
|
|
@@ -1045,13 +1045,13 @@ function Lr(e, t, r) {
|
|
|
1045
1045
|
case 3829:
|
|
1046
1046
|
return T + e + e;
|
|
1047
1047
|
case 4789:
|
|
1048
|
-
return
|
|
1048
|
+
return qe + e + e;
|
|
1049
1049
|
case 5349:
|
|
1050
1050
|
case 4246:
|
|
1051
1051
|
case 4810:
|
|
1052
1052
|
case 6968:
|
|
1053
1053
|
case 2756:
|
|
1054
|
-
return T + e +
|
|
1054
|
+
return T + e + qe + e + D + e + e;
|
|
1055
1055
|
case 5936:
|
|
1056
1056
|
switch (W(e, t + 11)) {
|
|
1057
1057
|
case 114:
|
|
@@ -1127,7 +1127,7 @@ function Lr(e, t, r) {
|
|
|
1127
1127
|
if (W(e, t + 4) !== 45)
|
|
1128
1128
|
break;
|
|
1129
1129
|
case 102:
|
|
1130
|
-
return k(e, /(.+:)(.+)-([^]+)/, "$1" + T + "$2-$3$1" +
|
|
1130
|
+
return k(e, /(.+:)(.+)-([^]+)/, "$1" + T + "$2-$3$1" + qe + (W(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
|
|
1131
1131
|
case 115:
|
|
1132
1132
|
return ~tt(e, "stretch", 0) ? Lr(k(e, "stretch", "fill-available"), t, r) + e : e;
|
|
1133
1133
|
}
|
|
@@ -1206,10 +1206,10 @@ function rs(e, t, r, n) {
|
|
|
1206
1206
|
switch (le(o, n = /(::plac\w+|:read-\w+)/)) {
|
|
1207
1207
|
case ":read-only":
|
|
1208
1208
|
case ":read-write":
|
|
1209
|
-
Pe(me(e, { props: [k(o, /:(read-\w+)/, ":" +
|
|
1209
|
+
Pe(me(e, { props: [k(o, /:(read-\w+)/, ":" + qe + "$1")] })), Pe(me(e, { props: [o] })), _t(e, { props: ur(r, n) });
|
|
1210
1210
|
break;
|
|
1211
1211
|
case "::placeholder":
|
|
1212
|
-
Pe(me(e, { props: [k(o, /:(plac\w+)/, ":" + T + "input-$1")] })), Pe(me(e, { props: [k(o, /:(plac\w+)/, ":" +
|
|
1212
|
+
Pe(me(e, { props: [k(o, /:(plac\w+)/, ":" + T + "input-$1")] })), Pe(me(e, { props: [k(o, /:(plac\w+)/, ":" + qe + "$1")] })), Pe(me(e, { props: [k(o, /:(plac\w+)/, D + "input-$1")] })), Pe(me(e, { props: [o] })), _t(e, { props: ur(r, n) });
|
|
1213
1213
|
break;
|
|
1214
1214
|
}
|
|
1215
1215
|
return "";
|
|
@@ -1313,9 +1313,9 @@ function Yr(e) {
|
|
|
1313
1313
|
function Rt(e) {
|
|
1314
1314
|
return typeof e == "string" && (process.env.NODE_ENV === "production" || e.charAt(0) === e.charAt(0).toLowerCase());
|
|
1315
1315
|
}
|
|
1316
|
-
var
|
|
1316
|
+
var Ur = typeof Symbol == "function" && Symbol.for, qr = Ur ? Symbol.for("react.memo") : 60115, ds = Ur ? Symbol.for("react.forward_ref") : 60112, fs = { childContextTypes: !0, contextType: !0, contextTypes: !0, defaultProps: !0, displayName: !0, getDefaultProps: !0, getDerivedStateFromError: !0, getDerivedStateFromProps: !0, mixins: !0, propTypes: !0, type: !0 }, ps = { name: !0, length: !0, prototype: !0, caller: !0, callee: !0, arguments: !0, arity: !0 }, Gr = { $$typeof: !0, compare: !0, defaultProps: !0, displayName: !0, propTypes: !0, type: !0 }, hs = ((Ct = {})[ds] = { $$typeof: !0, render: !0, defaultProps: !0, displayName: !0, propTypes: !0 }, Ct[qr] = Gr, Ct);
|
|
1317
1317
|
function gr(e) {
|
|
1318
|
-
return ("type" in (t = e) && t.type.$$typeof) ===
|
|
1318
|
+
return ("type" in (t = e) && t.type.$$typeof) === qr ? Gr : "$$typeof" in e ? hs[e.$$typeof] : fs;
|
|
1319
1319
|
var t;
|
|
1320
1320
|
}
|
|
1321
1321
|
var ms = Object.defineProperty, gs = Object.getOwnPropertyNames, vr = Object.getOwnPropertySymbols, vs = Object.getOwnPropertyDescriptor, ys = Object.getPrototypeOf, yr = Object.prototype;
|
|
@@ -1738,7 +1738,7 @@ function Vs(e, t, r) {
|
|
|
1738
1738
|
}
|
|
1739
1739
|
return ce.className && (te.className = be(te.className, ce.className)), te;
|
|
1740
1740
|
}(X, S, ze), ue = K.as || ie, de = {};
|
|
1741
|
-
for (var
|
|
1741
|
+
for (var U in K) K[U] === void 0 || U[0] === "$" || U === "as" || U === "theme" && K.theme === ze || (U === "forwardedAs" ? de.as = K.forwardedAs : Se && !Se(U, ue) || (de[U] = K[U], Se || process.env.NODE_ENV !== "development" || Fn(U) || Cr.has(U) || !Tt.has(ue) || (Cr.add(U), console.warn('styled-components: it looks like an unknown prop "'.concat(U, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
|
|
1742
1742
|
var Ce = function(Re, ce) {
|
|
1743
1743
|
var fe = jr(), ee = Re.generateAndInjectStyles(ce, fe.styleSheet, fe.stylis);
|
|
1744
1744
|
return process.env.NODE_ENV !== "production" && ir(ee), ee;
|
|
@@ -1806,9 +1806,9 @@ function Dt(e, t, r) {
|
|
|
1806
1806
|
}
|
|
1807
1807
|
var rn = function(e) {
|
|
1808
1808
|
return Dt(Vs, e);
|
|
1809
|
-
},
|
|
1809
|
+
}, Ut = rn;
|
|
1810
1810
|
Tt.forEach(function(e) {
|
|
1811
|
-
|
|
1811
|
+
Ut[e] = rn(e);
|
|
1812
1812
|
});
|
|
1813
1813
|
process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
1814
1814
|
Perhaps you're looking to import 'styled-components/native'?
|
|
@@ -1817,7 +1817,7 @@ var et = "__sc-".concat(Ee, "__");
|
|
|
1817
1817
|
process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof window < "u" && (window[et] || (window[et] = 0), window[et] === 1 && console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
|
|
1818
1818
|
|
|
1819
1819
|
See https://s-c.sh/2BAXzed for more info.`), window[et] += 1);
|
|
1820
|
-
const Bs =
|
|
1820
|
+
const Bs = Ut.div`
|
|
1821
1821
|
position: absolute;
|
|
1822
1822
|
z-index: 5;
|
|
1823
1823
|
top: ${({ $top: e }) => e}px;
|
|
@@ -1827,7 +1827,7 @@ const Bs = qt.div`
|
|
|
1827
1827
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
1828
1828
|
border-radius: 2px;
|
|
1829
1829
|
border: 1px solid #ede;
|
|
1830
|
-
`,
|
|
1830
|
+
`, qt = Mt(
|
|
1831
1831
|
({
|
|
1832
1832
|
referenceElement: e,
|
|
1833
1833
|
position: t,
|
|
@@ -1972,7 +1972,7 @@ const Bs = qt.div`
|
|
|
1972
1972
|
}
|
|
1973
1973
|
),
|
|
1974
1974
|
n && l && u.current && /* @__PURE__ */ a.jsx(
|
|
1975
|
-
|
|
1975
|
+
qt,
|
|
1976
1976
|
{
|
|
1977
1977
|
show: l,
|
|
1978
1978
|
position: o,
|
|
@@ -2043,7 +2043,7 @@ const Bs = qt.div`
|
|
|
2043
2043
|
}
|
|
2044
2044
|
),
|
|
2045
2045
|
p && l.current && /* @__PURE__ */ a.jsx(
|
|
2046
|
-
|
|
2046
|
+
qt,
|
|
2047
2047
|
{
|
|
2048
2048
|
position: c,
|
|
2049
2049
|
show: p,
|
|
@@ -2237,7 +2237,7 @@ const Bs = qt.div`
|
|
|
2237
2237
|
return g;
|
|
2238
2238
|
}, [i, c, u]);
|
|
2239
2239
|
return /* @__PURE__ */ a.jsx("div", { className: "damier", children: p });
|
|
2240
|
-
},
|
|
2240
|
+
}, Us = ({
|
|
2241
2241
|
currentExpand: e,
|
|
2242
2242
|
item: t,
|
|
2243
2243
|
className: r,
|
|
@@ -2284,7 +2284,7 @@ const Bs = qt.div`
|
|
|
2284
2284
|
return Y(() => {
|
|
2285
2285
|
r(e.currentItem);
|
|
2286
2286
|
}, [e.currentItem, r, document.activeElement]), /* @__PURE__ */ a.jsx("div", { className: `expands ${e.className || ""}`, children: e.items.map((o) => /* @__PURE__ */ a.jsx(
|
|
2287
|
-
|
|
2287
|
+
Us,
|
|
2288
2288
|
{
|
|
2289
2289
|
item: o,
|
|
2290
2290
|
showArrow: e.showArrow,
|
|
@@ -2330,7 +2330,7 @@ const Bs = qt.div`
|
|
|
2330
2330
|
c
|
|
2331
2331
|
))
|
|
2332
2332
|
] });
|
|
2333
|
-
},
|
|
2333
|
+
}, qs = Mt(
|
|
2334
2334
|
({ initialForm: e, title: t, onSubmit: r, onChange: n, hideSubmit: o }, i) => {
|
|
2335
2335
|
const [c, u] = L(() => {
|
|
2336
2336
|
const w = {};
|
|
@@ -2410,7 +2410,7 @@ const Bs = qt.div`
|
|
|
2410
2410
|
}
|
|
2411
2411
|
);
|
|
2412
2412
|
var nn = /* @__PURE__ */ ((e) => (e.TEXT = "text", e.BUTTON = "button", e.EMAIL = "email", e.HIDDEN = "hidden", e.PASSWORD = "password", e.NUMBER = "number", e.CHECKBOX = "checkbox", e.RADIO = "radio", e))(nn || {});
|
|
2413
|
-
const he = (e = 12) => `${e / 12 * 100}%`, Gs =
|
|
2413
|
+
const he = (e = 12) => `${e / 12 * 100}%`, Gs = Ut.div`
|
|
2414
2414
|
padding: 0 15px;
|
|
2415
2415
|
flex: 0 0 ${({ $xs: e }) => he(e)};
|
|
2416
2416
|
max-width: ${({ $xs: e }) => he(e)};
|
|
@@ -2463,7 +2463,7 @@ const he = (e = 12) => `${e / 12 * 100}%`, Gs = qt.div`
|
|
|
2463
2463
|
e,
|
|
2464
2464
|
/* @__PURE__ */ a.jsx("div", { ref: c, onClick: p, children: /* @__PURE__ */ a.jsx(M, { size: ae.MEDIUM, classIcon: "bi-person-circle" }) }),
|
|
2465
2465
|
u && c.current && /* @__PURE__ */ a.jsx(
|
|
2466
|
-
|
|
2466
|
+
qt,
|
|
2467
2467
|
{
|
|
2468
2468
|
position: "bottomRight",
|
|
2469
2469
|
show: u,
|
|
@@ -2609,7 +2609,7 @@ const he = (e = 12) => `${e / 12 * 100}%`, Gs = qt.div`
|
|
|
2609
2609
|
}
|
|
2610
2610
|
})), /* @__PURE__ */ a.jsxs("div", { className: "search", children: [
|
|
2611
2611
|
/* @__PURE__ */ a.jsx(
|
|
2612
|
-
|
|
2612
|
+
qs,
|
|
2613
2613
|
{
|
|
2614
2614
|
ref: f,
|
|
2615
2615
|
onSubmit: j,
|
|
@@ -2643,7 +2643,7 @@ const he = (e = 12) => `${e / 12 * 100}%`, Gs = qt.div`
|
|
|
2643
2643
|
displayOverlay: l = !0
|
|
2644
2644
|
}) => {
|
|
2645
2645
|
const [p, g] = L(e || !1), v = se(null), h = se(null);
|
|
2646
|
-
Y(() => (h.current || (h.current = document.createElement("div"), h.current.id = `sidebar-root-${i ||
|
|
2646
|
+
Y(() => (h.current || (h.current = document.createElement("div"), h.current.id = `sidebar-root-${i || crypto.randomUUID()}`, document.body.appendChild(h.current)), () => {
|
|
2647
2647
|
h.current && h.current.parentNode && (document.body.removeChild(h.current), h.current = null);
|
|
2648
2648
|
}), [i]), Y(() => {
|
|
2649
2649
|
g(e || !1);
|
|
@@ -2725,7 +2725,7 @@ export {
|
|
|
2725
2725
|
so as Card,
|
|
2726
2726
|
oo as Carousel,
|
|
2727
2727
|
ao as Damier,
|
|
2728
|
-
|
|
2728
|
+
qs as DynamicForm,
|
|
2729
2729
|
io as Expands,
|
|
2730
2730
|
co as FilAriane,
|
|
2731
2731
|
lo as Grid,
|
|
@@ -2735,7 +2735,7 @@ export {
|
|
|
2735
2735
|
fo as Loader,
|
|
2736
2736
|
Or as Menus,
|
|
2737
2737
|
po as Modal,
|
|
2738
|
-
|
|
2738
|
+
qt as OverlayPanel,
|
|
2739
2739
|
ro as OverlayProvider,
|
|
2740
2740
|
ho as Quantity,
|
|
2741
2741
|
mo as Search,
|