prosperita-dumbo-react 1.3.20 → 1.3.22
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/prosperita-dumbo-react.es.js +248 -244
- package/dist/prosperita-dumbo-react.umd.js +21 -21
- package/dist/types/Components/TableColumnDrag/index.d.ts +2 -1
- package/dist/types/Components/TableColumnDrag/index.d.ts.map +1 -1
- package/dist/types/Components/TableExpandableDrag/index.d.ts +2 -1
- package/dist/types/Components/TableExpandableDrag/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1063,7 +1063,7 @@ function fg() {
|
|
|
1063
1063
|
function $(P) {
|
|
1064
1064
|
return P.displayName || "Context";
|
|
1065
1065
|
}
|
|
1066
|
-
function
|
|
1066
|
+
function W(P) {
|
|
1067
1067
|
if (P == null)
|
|
1068
1068
|
return null;
|
|
1069
1069
|
if (typeof P.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof P == "function")
|
|
@@ -1096,11 +1096,11 @@ function fg() {
|
|
|
1096
1096
|
return ee(P, P.render, "ForwardRef");
|
|
1097
1097
|
case u:
|
|
1098
1098
|
var fe = P.displayName || null;
|
|
1099
|
-
return fe !== null ? fe :
|
|
1099
|
+
return fe !== null ? fe : W(P.type) || "Memo";
|
|
1100
1100
|
case f: {
|
|
1101
1101
|
var De = P, Ve = De._payload, Ie = De._init;
|
|
1102
1102
|
try {
|
|
1103
|
-
return
|
|
1103
|
+
return W(Ie(Ve));
|
|
1104
1104
|
} catch {
|
|
1105
1105
|
return null;
|
|
1106
1106
|
}
|
|
@@ -1112,7 +1112,7 @@ function fg() {
|
|
|
1112
1112
|
function Q() {
|
|
1113
1113
|
}
|
|
1114
1114
|
Q.__reactDisabledLog = !0;
|
|
1115
|
-
function
|
|
1115
|
+
function H() {
|
|
1116
1116
|
{
|
|
1117
1117
|
if (R === 0) {
|
|
1118
1118
|
M = console.log, Y = console.info, j = console.warn, U = console.error, oe = console.group, xe = console.groupCollapsed, k = console.groupEnd;
|
|
@@ -1171,7 +1171,7 @@ function fg() {
|
|
|
1171
1171
|
}
|
|
1172
1172
|
}
|
|
1173
1173
|
var ue = b.ReactCurrentDispatcher, ve;
|
|
1174
|
-
function
|
|
1174
|
+
function _(P, Z, te) {
|
|
1175
1175
|
{
|
|
1176
1176
|
if (ve === void 0)
|
|
1177
1177
|
try {
|
|
@@ -1202,7 +1202,7 @@ function fg() {
|
|
|
1202
1202
|
var De = Error.prepareStackTrace;
|
|
1203
1203
|
Error.prepareStackTrace = void 0;
|
|
1204
1204
|
var Ve;
|
|
1205
|
-
Ve = ue.current, ue.current = null,
|
|
1205
|
+
Ve = ue.current, ue.current = null, H();
|
|
1206
1206
|
try {
|
|
1207
1207
|
if (Z) {
|
|
1208
1208
|
var Ie = function() {
|
|
@@ -1257,7 +1257,7 @@ function fg() {
|
|
|
1257
1257
|
} finally {
|
|
1258
1258
|
L = !1, ue.current = Ve, F(), Error.prepareStackTrace = De;
|
|
1259
1259
|
}
|
|
1260
|
-
var xn = P ? P.displayName || P.name : "", Ut = xn ?
|
|
1260
|
+
var xn = P ? P.displayName || P.name : "", Ut = xn ? _(xn) : "";
|
|
1261
1261
|
return typeof P == "function" && pe.set(P, Ut), Ut;
|
|
1262
1262
|
}
|
|
1263
1263
|
function Re(P, Z, te) {
|
|
@@ -1273,12 +1273,12 @@ function fg() {
|
|
|
1273
1273
|
if (typeof P == "function")
|
|
1274
1274
|
return z(P, it(P));
|
|
1275
1275
|
if (typeof P == "string")
|
|
1276
|
-
return
|
|
1276
|
+
return _(P);
|
|
1277
1277
|
switch (P) {
|
|
1278
1278
|
case d:
|
|
1279
|
-
return
|
|
1279
|
+
return _("Suspense");
|
|
1280
1280
|
case p:
|
|
1281
|
-
return
|
|
1281
|
+
return _("SuspenseList");
|
|
1282
1282
|
}
|
|
1283
1283
|
if (typeof P == "object")
|
|
1284
1284
|
switch (P.$$typeof) {
|
|
@@ -1457,7 +1457,7 @@ function fg() {
|
|
|
1457
1457
|
function Yl() {
|
|
1458
1458
|
{
|
|
1459
1459
|
if (si.current) {
|
|
1460
|
-
var P =
|
|
1460
|
+
var P = W(si.current.type);
|
|
1461
1461
|
if (P)
|
|
1462
1462
|
return `
|
|
1463
1463
|
|
|
@@ -1492,7 +1492,7 @@ Check the top-level render call using <` + te + ">.");
|
|
|
1492
1492
|
return;
|
|
1493
1493
|
Jl[te] = !0;
|
|
1494
1494
|
var fe = "";
|
|
1495
|
-
P && P._owner && P._owner !== si.current && (fe = " It was passed a child from " +
|
|
1495
|
+
P && P._owner && P._owner !== si.current && (fe = " It was passed a child from " + W(P._owner.type) + "."), vn(P), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', te, fe), vn(null);
|
|
1496
1496
|
}
|
|
1497
1497
|
}
|
|
1498
1498
|
function Ql(P, Z) {
|
|
@@ -1529,11 +1529,11 @@ Check the top-level render call using <` + te + ">.");
|
|
|
1529
1529
|
else
|
|
1530
1530
|
return;
|
|
1531
1531
|
if (te) {
|
|
1532
|
-
var fe =
|
|
1532
|
+
var fe = W(Z);
|
|
1533
1533
|
ri(te, P.props, "prop", fe, P);
|
|
1534
1534
|
} else if (Z.PropTypes !== void 0 && !ci) {
|
|
1535
1535
|
ci = !0;
|
|
1536
|
-
var De =
|
|
1536
|
+
var De = W(Z);
|
|
1537
1537
|
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", De || "Unknown");
|
|
1538
1538
|
}
|
|
1539
1539
|
typeof Z.getDefaultProps == "function" && !Z.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -1561,7 +1561,7 @@ Check the top-level render call using <` + te + ">.");
|
|
|
1561
1561
|
var nt = _f();
|
|
1562
1562
|
nt ? ye += nt : ye += Yl();
|
|
1563
1563
|
var ze;
|
|
1564
|
-
P === null ? ze = "null" : V(P) ? ze = "array" : P !== void 0 && P.$$typeof === t ? (ze = "<" + (
|
|
1564
|
+
P === null ? ze = "null" : V(P) ? ze = "array" : P !== void 0 && P.$$typeof === t ? (ze = "<" + (W(P.type) || "Unknown") + " />", ye = " Did you accidentally export a JSX literal instead of a component?") : ze = typeof P, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ze, ye);
|
|
1565
1565
|
}
|
|
1566
1566
|
var Xe = Hf(P, Z, te, De, Ve);
|
|
1567
1567
|
if (Xe == null)
|
|
@@ -1580,7 +1580,7 @@ Check the top-level render call using <` + te + ">.");
|
|
|
1580
1580
|
Ql(mt, P);
|
|
1581
1581
|
}
|
|
1582
1582
|
if (Jt.call(Z, "key")) {
|
|
1583
|
-
var Ut =
|
|
1583
|
+
var Ut = W(P), at = Object.keys(Z).filter(function(Qf) {
|
|
1584
1584
|
return Qf !== "key";
|
|
1585
1585
|
}), ui = at.length > 0 ? "{key: someKey, " + at.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1586
1586
|
if (!Kl[Ut + ui]) {
|
|
@@ -2604,23 +2604,23 @@ function vh(e, t, n) {
|
|
|
2604
2604
|
var b = new mh(n, f, o ? r.componentStyle : void 0);
|
|
2605
2605
|
function w(D, E) {
|
|
2606
2606
|
return function(A, S, T) {
|
|
2607
|
-
var G = A.attrs, X = A.componentStyle, ee = A.defaultProps, $ = A.foldedComponentIds,
|
|
2608
|
-
process.env.NODE_ENV !== "production" && es(
|
|
2607
|
+
var G = A.attrs, X = A.componentStyle, ee = A.defaultProps, $ = A.foldedComponentIds, W = A.styledComponentId, N = A.target, R = me.useContext(k1), M = bs(), Y = A.shouldForwardProp || M.shouldForwardProp;
|
|
2608
|
+
process.env.NODE_ENV !== "production" && es(W);
|
|
2609
2609
|
var j = Gg(S, R, ee) || Sn, U = function(F, ue, ve) {
|
|
2610
|
-
for (var
|
|
2611
|
-
var Ce = Dn(
|
|
2610
|
+
for (var _, L = lt(lt({}, ue), { className: void 0, theme: ve }), pe = 0; pe < F.length; pe += 1) {
|
|
2611
|
+
var Ce = Dn(_ = F[pe]) ? _(L) : _;
|
|
2612
2612
|
for (var z in Ce) L[z] = z === "className" ? nn(L[z], Ce[z]) : z === "style" ? lt(lt({}, L[z]), Ce[z]) : Ce[z];
|
|
2613
2613
|
}
|
|
2614
2614
|
return ue.className && (L.className = nn(L.className, ue.className)), L;
|
|
2615
2615
|
}(G, S, j), oe = U.as || N, xe = {};
|
|
2616
2616
|
for (var k in U) U[k] === void 0 || k[0] === "$" || k === "as" || k === "theme" && U.theme === j || (k === "forwardedAs" ? xe.as = U.forwardedAs : Y && !Y(k, oe) || (xe[k] = U[k], Y || process.env.NODE_ENV !== "development" || bg(k) || vs.has(k) || !ia.has(oe) || (vs.add(k), console.warn('styled-components: it looks like an unknown prop "'.concat(k, '" 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.)')))));
|
|
2617
2617
|
var Q = function(F, ue) {
|
|
2618
|
-
var ve = bs(),
|
|
2619
|
-
return process.env.NODE_ENV !== "production" && es(
|
|
2618
|
+
var ve = bs(), _ = F.generateAndInjectStyles(ue, ve.styleSheet, ve.stylis);
|
|
2619
|
+
return process.env.NODE_ENV !== "production" && es(_), _;
|
|
2620
2620
|
}(X, U);
|
|
2621
2621
|
process.env.NODE_ENV !== "production" && A.warnTooManyClasses && A.warnTooManyClasses(Q);
|
|
2622
|
-
var
|
|
2623
|
-
return Q && (
|
|
2622
|
+
var H = nn($, W);
|
|
2623
|
+
return Q && (H += " " + Q), U.className && (H += " " + U.className), xe[hi(oe) && !ia.has(oe) ? "class" : "className"] = H, T && (xe.ref = T), La(oe, xe);
|
|
2624
2624
|
}(I, D, E);
|
|
2625
2625
|
}
|
|
2626
2626
|
w.displayName = u;
|
|
@@ -3765,7 +3765,7 @@ const Kh = /* @__PURE__ */ l("svg", { width: "16", height: "20", viewBox: "0 0 1
|
|
|
3765
3765
|
const [E, A] = q(i || h), [S, T] = q("password"), [G, X] = q(n === "number" ? 0 : ""), ee = se(null), $ = (j) => {
|
|
3766
3766
|
const U = j.target.value.length, oe = j.target.maxLength || 0;
|
|
3767
3767
|
A(oe - U), I && I(j);
|
|
3768
|
-
},
|
|
3768
|
+
}, W = () => {
|
|
3769
3769
|
T(
|
|
3770
3770
|
(j) => j === "password" ? "text" : "password"
|
|
3771
3771
|
);
|
|
@@ -3951,7 +3951,7 @@ const Kh = /* @__PURE__ */ l("svg", { width: "16", height: "20", viewBox: "0 0 1
|
|
|
3951
3951
|
n === "password" && /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
3952
3952
|
Ph,
|
|
3953
3953
|
{
|
|
3954
|
-
onClick:
|
|
3954
|
+
onClick: W,
|
|
3955
3955
|
size: s,
|
|
3956
3956
|
type: n,
|
|
3957
3957
|
children: S === "password" ? Rh : Mh
|
|
@@ -4384,30 +4384,30 @@ const yi = y.div`
|
|
|
4384
4384
|
}) => {
|
|
4385
4385
|
const [I, D] = q(i || b), [E, A] = q(b), S = se(null), T = () => {
|
|
4386
4386
|
if (S.current) {
|
|
4387
|
-
const
|
|
4388
|
-
A(
|
|
4387
|
+
const W = Number(S.current.value) + 1;
|
|
4388
|
+
A(W.toString());
|
|
4389
4389
|
const N = {
|
|
4390
|
-
value:
|
|
4390
|
+
value: W.toString(),
|
|
4391
4391
|
name: h
|
|
4392
4392
|
};
|
|
4393
4393
|
m && m({ target: N });
|
|
4394
4394
|
}
|
|
4395
4395
|
}, G = () => {
|
|
4396
4396
|
if (S.current) {
|
|
4397
|
-
const
|
|
4398
|
-
A(
|
|
4397
|
+
const W = Number(S.current.value) - 1;
|
|
4398
|
+
A(W.toString());
|
|
4399
4399
|
const N = {
|
|
4400
|
-
value:
|
|
4400
|
+
value: W.toString(),
|
|
4401
4401
|
name: h
|
|
4402
4402
|
};
|
|
4403
4403
|
m && m({ target: N });
|
|
4404
4404
|
}
|
|
4405
|
-
}, X = (
|
|
4406
|
-
const { value: N } =
|
|
4407
|
-
D(
|
|
4408
|
-
}, ee = (
|
|
4409
|
-
const N =
|
|
4410
|
-
A(n === "number" ? Number(N) : N), m && m(
|
|
4405
|
+
}, X = (W) => {
|
|
4406
|
+
const { value: N } = W.target;
|
|
4407
|
+
D(W.target.maxLength - N.length), m && m(W);
|
|
4408
|
+
}, ee = (W) => {
|
|
4409
|
+
const N = W.target.value;
|
|
4410
|
+
A(n === "number" ? Number(N) : N), m && m(W);
|
|
4411
4411
|
}, $ = {
|
|
4412
4412
|
position: "absolute",
|
|
4413
4413
|
right: "0",
|
|
@@ -5684,7 +5684,7 @@ const Zb = {
|
|
|
5684
5684
|
b((Y) => Y.filter((j, U) => U !== M)), E(
|
|
5685
5685
|
(Y) => Y.filter((j) => j !== M)
|
|
5686
5686
|
), o && o(M);
|
|
5687
|
-
},
|
|
5687
|
+
}, W = (M) => {
|
|
5688
5688
|
M.preventDefault(), I(!0);
|
|
5689
5689
|
}, N = () => {
|
|
5690
5690
|
I(!1);
|
|
@@ -5763,7 +5763,7 @@ const Zb = {
|
|
|
5763
5763
|
Ws,
|
|
5764
5764
|
{
|
|
5765
5765
|
...e,
|
|
5766
|
-
onDragOver:
|
|
5766
|
+
onDragOver: W,
|
|
5767
5767
|
onDragLeave: N,
|
|
5768
5768
|
onDrop: R,
|
|
5769
5769
|
on: w,
|
|
@@ -6411,7 +6411,7 @@ letter-spacing: 0.16px;
|
|
|
6411
6411
|
const R = $(N.label).toLowerCase(), M = $(w || "").toLowerCase();
|
|
6412
6412
|
return R.includes(M);
|
|
6413
6413
|
});
|
|
6414
|
-
const
|
|
6414
|
+
const W = a;
|
|
6415
6415
|
return he(() => {
|
|
6416
6416
|
v && I(s || "Selecione");
|
|
6417
6417
|
}, [v, d]), he(() => (document.addEventListener("click", G), () => {
|
|
@@ -6548,7 +6548,7 @@ letter-spacing: 0.16px;
|
|
|
6548
6548
|
padding: "0",
|
|
6549
6549
|
height: "auto"
|
|
6550
6550
|
},
|
|
6551
|
-
children: /* @__PURE__ */ l(f2, { show: D, ...e, children:
|
|
6551
|
+
children: /* @__PURE__ */ l(f2, { show: D, ...e, children: W.map((N, R) => /* @__PURE__ */ l(g2, { show: D, ...e, children: /* @__PURE__ */ C(
|
|
6552
6552
|
m2,
|
|
6553
6553
|
{
|
|
6554
6554
|
onClick: () => S(N),
|
|
@@ -7259,7 +7259,7 @@ function V2(e) {
|
|
|
7259
7259
|
}, [d]), $ = ne(function(j, U) {
|
|
7260
7260
|
var oe;
|
|
7261
7261
|
typeof p == "function" && (oe = p(j, U)), w(oe !== void 0 ? oe : j);
|
|
7262
|
-
}, [p]),
|
|
7262
|
+
}, [p]), W = ne(function() {
|
|
7263
7263
|
typeof f == "function" && f(), A(!0);
|
|
7264
7264
|
}, [f]), N = ne(function() {
|
|
7265
7265
|
typeof u == "function" && u(), A(!1);
|
|
@@ -7270,7 +7270,7 @@ function V2(e) {
|
|
|
7270
7270
|
onChange: ee,
|
|
7271
7271
|
onInputChange: $,
|
|
7272
7272
|
onMenuClose: N,
|
|
7273
|
-
onMenuOpen:
|
|
7273
|
+
onMenuOpen: W,
|
|
7274
7274
|
value: Y
|
|
7275
7275
|
});
|
|
7276
7276
|
}
|
|
@@ -8043,7 +8043,7 @@ function x5() {
|
|
|
8043
8043
|
}
|
|
8044
8044
|
}
|
|
8045
8045
|
}
|
|
8046
|
-
var E = s, A = d, S = c, T = a, G = t, X = p, ee = o, $ = x,
|
|
8046
|
+
var E = s, A = d, S = c, T = a, G = t, X = p, ee = o, $ = x, W = h, N = n, R = i, M = r, Y = u, j = !1;
|
|
8047
8047
|
function U(z) {
|
|
8048
8048
|
return j || (j = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), oe(z) || D(z) === s;
|
|
8049
8049
|
}
|
|
@@ -8059,7 +8059,7 @@ function x5() {
|
|
|
8059
8059
|
function Q(z) {
|
|
8060
8060
|
return typeof z == "object" && z !== null && z.$$typeof === t;
|
|
8061
8061
|
}
|
|
8062
|
-
function
|
|
8062
|
+
function H(z) {
|
|
8063
8063
|
return D(z) === p;
|
|
8064
8064
|
}
|
|
8065
8065
|
function F(z) {
|
|
@@ -8071,7 +8071,7 @@ function x5() {
|
|
|
8071
8071
|
function ve(z) {
|
|
8072
8072
|
return D(z) === h;
|
|
8073
8073
|
}
|
|
8074
|
-
function
|
|
8074
|
+
function _(z) {
|
|
8075
8075
|
return D(z) === n;
|
|
8076
8076
|
}
|
|
8077
8077
|
function L(z) {
|
|
@@ -8083,7 +8083,7 @@ function x5() {
|
|
|
8083
8083
|
function Ce(z) {
|
|
8084
8084
|
return D(z) === u;
|
|
8085
8085
|
}
|
|
8086
|
-
Ne.AsyncMode = E, Ne.ConcurrentMode = A, Ne.ContextConsumer = S, Ne.ContextProvider = T, Ne.Element = G, Ne.ForwardRef = X, Ne.Fragment = ee, Ne.Lazy = $, Ne.Memo =
|
|
8086
|
+
Ne.AsyncMode = E, Ne.ConcurrentMode = A, Ne.ContextConsumer = S, Ne.ContextProvider = T, Ne.Element = G, Ne.ForwardRef = X, Ne.Fragment = ee, Ne.Lazy = $, Ne.Memo = W, Ne.Portal = N, Ne.Profiler = R, Ne.StrictMode = M, Ne.Suspense = Y, Ne.isAsyncMode = U, Ne.isConcurrentMode = oe, Ne.isContextConsumer = xe, Ne.isContextProvider = k, Ne.isElement = Q, Ne.isForwardRef = H, Ne.isFragment = F, Ne.isLazy = ue, Ne.isMemo = ve, Ne.isPortal = _, Ne.isProfiler = L, Ne.isStrictMode = pe, Ne.isSuspense = Ce, Ne.isValidElementType = I, Ne.typeOf = D;
|
|
8087
8087
|
}()), Ne;
|
|
8088
8088
|
}
|
|
8089
8089
|
process.env.NODE_ENV === "production" ? ma.exports = v5() : ma.exports = x5();
|
|
@@ -8789,10 +8789,10 @@ function bm(e) {
|
|
|
8789
8789
|
};
|
|
8790
8790
|
if (!a && G >= o || a && S >= o) {
|
|
8791
8791
|
i && _r(s, X, $);
|
|
8792
|
-
var
|
|
8792
|
+
var W = a ? S - D : G - D;
|
|
8793
8793
|
return {
|
|
8794
8794
|
placement: "bottom",
|
|
8795
|
-
maxHeight:
|
|
8795
|
+
maxHeight: W
|
|
8796
8796
|
};
|
|
8797
8797
|
}
|
|
8798
8798
|
if (r === "auto" || a) {
|
|
@@ -9552,9 +9552,9 @@ var R9 = process.env.NODE_ENV === "production" ? {
|
|
|
9552
9552
|
}, [u]), G = Me(function() {
|
|
9553
9553
|
var R = "";
|
|
9554
9554
|
if (n && T.onChange) {
|
|
9555
|
-
var M = n.option, Y = n.options, j = n.removedValue, U = n.removedValues, oe = n.value, xe = function(
|
|
9556
|
-
return Array.isArray(
|
|
9557
|
-
}, k = j || M || xe(oe), Q = k ? f(k) : "",
|
|
9555
|
+
var M = n.option, Y = n.options, j = n.removedValue, U = n.removedValues, oe = n.value, xe = function(_) {
|
|
9556
|
+
return Array.isArray(_) ? null : _;
|
|
9557
|
+
}, k = j || M || xe(oe), Q = k ? f(k) : "", H = Y || U || void 0, F = H ? H.map(f) : [], ue = de({
|
|
9558
9558
|
// multiSelected items are usually items that have already been selected
|
|
9559
9559
|
// or set by the user as a default value so we assume they are not disabled
|
|
9560
9560
|
isDisabled: k && v(k, c),
|
|
@@ -9592,7 +9592,7 @@ var R9 = process.env.NODE_ENV === "production" ? {
|
|
|
9592
9592
|
});
|
|
9593
9593
|
}
|
|
9594
9594
|
return R;
|
|
9595
|
-
}, [i, h, b, T, w, I, E]), $ = (n == null ? void 0 : n.action) === "initial-input-focus",
|
|
9595
|
+
}, [i, h, b, T, w, I, E]), $ = (n == null ? void 0 : n.action) === "initial-input-focus", W = Me(function() {
|
|
9596
9596
|
var R = "";
|
|
9597
9597
|
if (T.guidance) {
|
|
9598
9598
|
var M = r ? "value" : b ? "menu" : "input";
|
|
@@ -9615,7 +9615,7 @@ var R9 = process.env.NODE_ENV === "production" ? {
|
|
|
9615
9615
|
id: "aria-results"
|
|
9616
9616
|
}, ee), ae("span", {
|
|
9617
9617
|
id: "aria-guidance"
|
|
9618
|
-
},
|
|
9618
|
+
}, W));
|
|
9619
9619
|
return ae(ea, null, ae($c, {
|
|
9620
9620
|
id: d
|
|
9621
9621
|
}, $ && N), ae($c, {
|
|
@@ -10923,8 +10923,8 @@ var H0 = function(t) {
|
|
|
10923
10923
|
onTouchEnd: function() {
|
|
10924
10924
|
return r.removeValue(T);
|
|
10925
10925
|
},
|
|
10926
|
-
onMouseDown: function(
|
|
10927
|
-
|
|
10926
|
+
onMouseDown: function(W) {
|
|
10927
|
+
W.preventDefault();
|
|
10928
10928
|
}
|
|
10929
10929
|
},
|
|
10930
10930
|
data: T
|
|
@@ -10998,28 +10998,28 @@ var H0 = function(t) {
|
|
|
10998
10998
|
}, {
|
|
10999
10999
|
key: "renderMenu",
|
|
11000
11000
|
value: function() {
|
|
11001
|
-
var r = this, i = this.getComponents(), a = i.Group, c = i.GroupHeading, s = i.Menu, d = i.MenuList, p = i.MenuPortal, u = i.LoadingMessage, f = i.NoOptionsMessage, h = i.Option, x = this.commonProps, v = this.state.focusedOption, m = this.props, b = m.captureMenuScroll, w = m.inputValue, I = m.isLoading, D = m.loadingMessage, E = m.minMenuHeight, A = m.maxMenuHeight, S = m.menuIsOpen, T = m.menuPlacement, G = m.menuPosition, X = m.menuPortalTarget, ee = m.menuShouldBlockScroll, $ = m.menuShouldScrollIntoView,
|
|
11001
|
+
var r = this, i = this.getComponents(), a = i.Group, c = i.GroupHeading, s = i.Menu, d = i.MenuList, p = i.MenuPortal, u = i.LoadingMessage, f = i.NoOptionsMessage, h = i.Option, x = this.commonProps, v = this.state.focusedOption, m = this.props, b = m.captureMenuScroll, w = m.inputValue, I = m.isLoading, D = m.loadingMessage, E = m.minMenuHeight, A = m.maxMenuHeight, S = m.menuIsOpen, T = m.menuPlacement, G = m.menuPosition, X = m.menuPortalTarget, ee = m.menuShouldBlockScroll, $ = m.menuShouldScrollIntoView, W = m.noOptionsMessage, N = m.onMenuScrollToTop, R = m.onMenuScrollToBottom;
|
|
11002
11002
|
if (!S) return null;
|
|
11003
|
-
var M = function(Q,
|
|
11004
|
-
var F = Q.type, ue = Q.data, ve = Q.isDisabled,
|
|
11003
|
+
var M = function(Q, H) {
|
|
11004
|
+
var F = Q.type, ue = Q.data, ve = Q.isDisabled, _ = Q.isSelected, L = Q.label, pe = Q.value, Ce = v === ue, z = ve ? void 0 : function() {
|
|
11005
11005
|
return r.onOptionHover(ue);
|
|
11006
11006
|
}, Re = ve ? void 0 : function() {
|
|
11007
11007
|
return r.selectOption(ue);
|
|
11008
|
-
}, it = "".concat(r.getElementId("option"), "-").concat(
|
|
11008
|
+
}, it = "".concat(r.getElementId("option"), "-").concat(H), It = {
|
|
11009
11009
|
id: it,
|
|
11010
11010
|
onClick: Re,
|
|
11011
11011
|
onMouseMove: z,
|
|
11012
11012
|
onMouseOver: z,
|
|
11013
11013
|
tabIndex: -1,
|
|
11014
11014
|
role: "option",
|
|
11015
|
-
"aria-selected": r.isAppleDevice ? void 0 :
|
|
11015
|
+
"aria-selected": r.isAppleDevice ? void 0 : _
|
|
11016
11016
|
// is not supported on Apple devices
|
|
11017
11017
|
};
|
|
11018
11018
|
return /* @__PURE__ */ J.createElement(h, ce({}, x, {
|
|
11019
11019
|
innerProps: It,
|
|
11020
11020
|
data: ue,
|
|
11021
11021
|
isDisabled: ve,
|
|
11022
|
-
isSelected:
|
|
11022
|
+
isSelected: _,
|
|
11023
11023
|
key: it,
|
|
11024
11024
|
label: L,
|
|
11025
11025
|
type: F,
|
|
@@ -11031,19 +11031,19 @@ var H0 = function(t) {
|
|
|
11031
11031
|
if (this.hasOptions())
|
|
11032
11032
|
Y = this.getCategorizedOptions().map(function(k) {
|
|
11033
11033
|
if (k.type === "group") {
|
|
11034
|
-
var Q = k.data,
|
|
11034
|
+
var Q = k.data, H = k.options, F = k.index, ue = "".concat(r.getElementId("group"), "-").concat(F), ve = "".concat(ue, "-heading");
|
|
11035
11035
|
return /* @__PURE__ */ J.createElement(a, ce({}, x, {
|
|
11036
11036
|
key: ue,
|
|
11037
11037
|
data: Q,
|
|
11038
|
-
options:
|
|
11038
|
+
options: H,
|
|
11039
11039
|
Heading: c,
|
|
11040
11040
|
headingProps: {
|
|
11041
11041
|
id: ve,
|
|
11042
11042
|
data: k.data
|
|
11043
11043
|
},
|
|
11044
11044
|
label: r.formatGroupLabel(k.data)
|
|
11045
|
-
}), k.options.map(function(
|
|
11046
|
-
return M(
|
|
11045
|
+
}), k.options.map(function(_) {
|
|
11046
|
+
return M(_, "".concat(F, "-").concat(_.index));
|
|
11047
11047
|
}));
|
|
11048
11048
|
} else if (k.type === "option")
|
|
11049
11049
|
return M(k, "".concat(k.index));
|
|
@@ -11055,7 +11055,7 @@ var H0 = function(t) {
|
|
|
11055
11055
|
if (j === null) return null;
|
|
11056
11056
|
Y = /* @__PURE__ */ J.createElement(u, x, j);
|
|
11057
11057
|
} else {
|
|
11058
|
-
var U =
|
|
11058
|
+
var U = W({
|
|
11059
11059
|
inputValue: w
|
|
11060
11060
|
});
|
|
11061
11061
|
if (U === null) return null;
|
|
@@ -11068,7 +11068,7 @@ var H0 = function(t) {
|
|
|
11068
11068
|
menuPosition: G,
|
|
11069
11069
|
menuShouldScrollIntoView: $
|
|
11070
11070
|
}, xe = /* @__PURE__ */ J.createElement(xm, ce({}, x, oe), function(k) {
|
|
11071
|
-
var Q = k.ref,
|
|
11071
|
+
var Q = k.ref, H = k.placerProps, F = H.placement, ue = H.maxHeight;
|
|
11072
11072
|
return /* @__PURE__ */ J.createElement(s, ce({}, x, oe, {
|
|
11073
11073
|
innerRef: Q,
|
|
11074
11074
|
innerProps: {
|
|
@@ -12310,10 +12310,10 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12310
12310
|
rowSizes: f
|
|
12311
12311
|
}) => {
|
|
12312
12312
|
const [h, x] = q(0), [v, m] = q(t[0]), [b, w] = q([]), I = ($) => {
|
|
12313
|
-
const
|
|
12313
|
+
const W = $.target.value.toLocaleLowerCase(), N = e.filter((R) => i.some((M) => {
|
|
12314
12314
|
var j;
|
|
12315
12315
|
const Y = (j = String(R[typeof M == "string" ? M : ""])) == null ? void 0 : j.toLocaleLowerCase();
|
|
12316
|
-
return Y == null ? void 0 : Y.includes(
|
|
12316
|
+
return Y == null ? void 0 : Y.includes(W);
|
|
12317
12317
|
}));
|
|
12318
12318
|
w(N), x(0);
|
|
12319
12319
|
}, D = b.length > 0 ? b : e, E = Me(
|
|
@@ -12327,24 +12327,24 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12327
12327
|
[h, v]
|
|
12328
12328
|
), T = ne(() => {
|
|
12329
12329
|
x(($) => {
|
|
12330
|
-
const
|
|
12331
|
-
return
|
|
12330
|
+
const W = $ + v;
|
|
12331
|
+
return W >= D.length ? $ : W;
|
|
12332
12332
|
});
|
|
12333
12333
|
}, [v, D.length]), G = ne(() => {
|
|
12334
12334
|
x(($) => {
|
|
12335
|
-
const
|
|
12336
|
-
return
|
|
12335
|
+
const W = $ - v;
|
|
12336
|
+
return W < 0 ? 0 : W;
|
|
12337
12337
|
});
|
|
12338
12338
|
}, [v]), X = ne(
|
|
12339
12339
|
($) => {
|
|
12340
|
-
const
|
|
12341
|
-
x((
|
|
12340
|
+
const W = Number($.target.value);
|
|
12341
|
+
x((W - 1) * v);
|
|
12342
12342
|
},
|
|
12343
12343
|
[v]
|
|
12344
12344
|
), ee = ne(
|
|
12345
12345
|
($) => {
|
|
12346
|
-
const
|
|
12347
|
-
m(
|
|
12346
|
+
const W = Number($.target.value);
|
|
12347
|
+
m(W), x(0);
|
|
12348
12348
|
},
|
|
12349
12349
|
[]
|
|
12350
12350
|
);
|
|
@@ -12374,7 +12374,7 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12374
12374
|
onChange: I
|
|
12375
12375
|
}
|
|
12376
12376
|
),
|
|
12377
|
-
/* @__PURE__ */ l("div", { style: { display: "flex", alignItems: "center" }, children: n == null ? void 0 : n.filter(($) => $.position === "left").map(($,
|
|
12377
|
+
/* @__PURE__ */ l("div", { style: { display: "flex", alignItems: "center" }, children: n == null ? void 0 : n.filter(($) => $.position === "left").map(($, W) => /* @__PURE__ */ l("div", { style: { marginLeft: "1px" }, children: /* @__PURE__ */ l(
|
|
12378
12378
|
He,
|
|
12379
12379
|
{
|
|
12380
12380
|
hasIconSvg: $.hasIconSvg,
|
|
@@ -12388,8 +12388,8 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12388
12388
|
disabled: $.disabled,
|
|
12389
12389
|
borderNone: !0
|
|
12390
12390
|
}
|
|
12391
|
-
) },
|
|
12392
|
-
/* @__PURE__ */ l("div", { style: { display: "flex", alignItems: "center" }, children: n == null ? void 0 : n.filter(($) => $.position === "right").map(($,
|
|
12391
|
+
) }, W)) }),
|
|
12392
|
+
/* @__PURE__ */ l("div", { style: { display: "flex", alignItems: "center" }, children: n == null ? void 0 : n.filter(($) => $.position === "right").map(($, W) => /* @__PURE__ */ l("div", { style: { marginRight: "1px" }, children: /* @__PURE__ */ l(
|
|
12393
12393
|
He,
|
|
12394
12394
|
{
|
|
12395
12395
|
hasIconSvg: $.hasIconSvg,
|
|
@@ -12405,7 +12405,7 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12405
12405
|
disabled: $.disabled,
|
|
12406
12406
|
borderNone: !0
|
|
12407
12407
|
}
|
|
12408
|
-
) },
|
|
12408
|
+
) }, W)) })
|
|
12409
12409
|
] }),
|
|
12410
12410
|
e && e.length > 0 ? /* @__PURE__ */ C(B, { children: [
|
|
12411
12411
|
(u == null ? void 0 : u.active) && /* @__PURE__ */ l("div", { style: {
|
|
@@ -12444,14 +12444,14 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12444
12444
|
/* @__PURE__ */ C(Q4, { children: [
|
|
12445
12445
|
/* @__PURE__ */ C(K4, { children: [
|
|
12446
12446
|
/* @__PURE__ */ l(jc, {}),
|
|
12447
|
-
i.map(($,
|
|
12447
|
+
i.map(($, W) => /* @__PURE__ */ l(jc, { children: /* @__PURE__ */ l(n6, { children: $ }) }, W))
|
|
12448
12448
|
] }),
|
|
12449
|
-
E.map(($,
|
|
12449
|
+
E.map(($, W) => /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
12450
12450
|
e6,
|
|
12451
12451
|
{
|
|
12452
12452
|
children: s == null ? void 0 : s.map((N, R) => /* @__PURE__ */ l(q4, { rowSizes: f, columnTitles: i, rowData: e, pageSizes: t, children: typeof N == "string" ? $[N] : N }, R))
|
|
12453
12453
|
},
|
|
12454
|
-
|
|
12454
|
+
W
|
|
12455
12455
|
) }))
|
|
12456
12456
|
] }),
|
|
12457
12457
|
/* @__PURE__ */ C(r6, { children: [
|
|
@@ -12464,7 +12464,7 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12464
12464
|
borderRight: `1px solid ${g.borderSubtle00}`
|
|
12465
12465
|
},
|
|
12466
12466
|
children: [
|
|
12467
|
-
/* @__PURE__ */ l(Uc, { name: "select", onChange: ee, children: t.map(($,
|
|
12467
|
+
/* @__PURE__ */ l(Uc, { name: "select", onChange: ee, children: t.map(($, W) => /* @__PURE__ */ l(Jc, { value: $, children: $ }, W)) }),
|
|
12468
12468
|
/* @__PURE__ */ C(Qc, { children: [
|
|
12469
12469
|
h + 1,
|
|
12470
12470
|
" – ",
|
|
@@ -12494,7 +12494,7 @@ const a6 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
12494
12494
|
name: "select",
|
|
12495
12495
|
value: S,
|
|
12496
12496
|
onChange: X,
|
|
12497
|
-
children: Array.from({ length: A }, ($,
|
|
12497
|
+
children: Array.from({ length: A }, ($, W) => /* @__PURE__ */ l(Jc, { value: W + 1, children: W + 1 }, W + 1))
|
|
12498
12498
|
}
|
|
12499
12499
|
),
|
|
12500
12500
|
/* @__PURE__ */ C(Qc, { children: [
|
|
@@ -13603,7 +13603,7 @@ function my(e) {
|
|
|
13603
13603
|
});
|
|
13604
13604
|
return we;
|
|
13605
13605
|
});
|
|
13606
|
-
}, [f.validate, f.validationSchema, ee, T, G]),
|
|
13606
|
+
}, [f.validate, f.validationSchema, ee, T, G]), W = vt(function(V) {
|
|
13607
13607
|
return V === void 0 && (V = A.values), S({
|
|
13608
13608
|
type: "SET_ISVALIDATING",
|
|
13609
13609
|
payload: !0
|
|
@@ -13618,8 +13618,8 @@ function my(e) {
|
|
|
13618
13618
|
});
|
|
13619
13619
|
});
|
|
13620
13620
|
he(function() {
|
|
13621
|
-
a && b.current === !0 && qt(h.current, f.initialValues) &&
|
|
13622
|
-
}, [a,
|
|
13621
|
+
a && b.current === !0 && qt(h.current, f.initialValues) && W(h.current);
|
|
13622
|
+
}, [a, W]);
|
|
13623
13623
|
var N = ne(function(V) {
|
|
13624
13624
|
var K = V && V.values ? V.values : h.current, re = V && V.errors ? V.errors : x.current ? x.current : f.initialErrors || {}, le = V && V.touched ? V.touched : v.current ? v.current : f.initialTouched || {}, ge = V && V.status ? V.status : m.current ? m.current : f.initialStatus;
|
|
13625
13625
|
h.current = K, x.current = re, v.current = le, m.current = ge;
|
|
@@ -13644,8 +13644,8 @@ function my(e) {
|
|
|
13644
13644
|
we();
|
|
13645
13645
|
}, [f.initialErrors, f.initialStatus, f.initialTouched, f.onReset]);
|
|
13646
13646
|
he(function() {
|
|
13647
|
-
b.current === !0 && !qt(h.current, f.initialValues) && d && (h.current = f.initialValues, N(), a &&
|
|
13648
|
-
}, [d, f.initialValues, N, a,
|
|
13647
|
+
b.current === !0 && !qt(h.current, f.initialValues) && d && (h.current = f.initialValues, N(), a && W(h.current));
|
|
13648
|
+
}, [d, f.initialValues, N, a, W]), he(function() {
|
|
13649
13649
|
d && b.current === !0 && !qt(x.current, f.initialErrors) && (x.current = f.initialErrors || Qt, S({
|
|
13650
13650
|
type: "SET_ERRORS",
|
|
13651
13651
|
payload: f.initialErrors || Qt
|
|
@@ -13719,7 +13719,7 @@ function my(e) {
|
|
|
13719
13719
|
payload: V
|
|
13720
13720
|
});
|
|
13721
13721
|
var re = K === void 0 ? r : K;
|
|
13722
|
-
return re ?
|
|
13722
|
+
return re ? W(A.values) : Promise.resolve();
|
|
13723
13723
|
}), U = ne(function(V) {
|
|
13724
13724
|
S({
|
|
13725
13725
|
type: "SET_ERRORS",
|
|
@@ -13732,7 +13732,7 @@ function my(e) {
|
|
|
13732
13732
|
payload: re
|
|
13733
13733
|
});
|
|
13734
13734
|
var le = K === void 0 ? n : K;
|
|
13735
|
-
return le ?
|
|
13735
|
+
return le ? W(re) : Promise.resolve();
|
|
13736
13736
|
}), xe = ne(function(V, K) {
|
|
13737
13737
|
S({
|
|
13738
13738
|
type: "SET_FIELD_ERROR",
|
|
@@ -13750,7 +13750,7 @@ function my(e) {
|
|
|
13750
13750
|
}
|
|
13751
13751
|
});
|
|
13752
13752
|
var le = re === void 0 ? n : re;
|
|
13753
|
-
return le ?
|
|
13753
|
+
return le ? W(an(A.values, V, K)) : Promise.resolve();
|
|
13754
13754
|
}), Q = ne(function(V, K) {
|
|
13755
13755
|
var re = K, le = V, ge;
|
|
13756
13756
|
if (!Ti(V)) {
|
|
@@ -13763,7 +13763,7 @@ function my(e) {
|
|
|
13763
13763
|
}), le = /number|range/.test(Ze) ? (ge = parseFloat(_n), isNaN(ge) ? "" : ge) : /checkbox/.test(Ze) ? wy(ut(A.values, re), ii, _n) : Vr && li ? Cy(Vr) : _n;
|
|
13764
13764
|
}
|
|
13765
13765
|
re && k(re, le);
|
|
13766
|
-
}, [k, A.values]),
|
|
13766
|
+
}, [k, A.values]), H = vt(function(V) {
|
|
13767
13767
|
if (Ti(V))
|
|
13768
13768
|
return function(K) {
|
|
13769
13769
|
return Q(K, V);
|
|
@@ -13778,7 +13778,7 @@ function my(e) {
|
|
|
13778
13778
|
}
|
|
13779
13779
|
});
|
|
13780
13780
|
var le = re === void 0 ? r : re;
|
|
13781
|
-
return le ?
|
|
13781
|
+
return le ? W(A.values) : Promise.resolve();
|
|
13782
13782
|
}), ue = ne(function(V, K) {
|
|
13783
13783
|
V.persist && V.persist();
|
|
13784
13784
|
var re = V.target, le = re.name, ge = re.id, we = re.outerHTML, Ze = K || le || ge;
|
|
@@ -13793,7 +13793,7 @@ function my(e) {
|
|
|
13793
13793
|
return ue(K, V);
|
|
13794
13794
|
};
|
|
13795
13795
|
ue(V);
|
|
13796
|
-
}),
|
|
13796
|
+
}), _ = ne(function(V) {
|
|
13797
13797
|
Et(V) ? S({
|
|
13798
13798
|
type: "SET_FORMIK_STATE",
|
|
13799
13799
|
payload: V
|
|
@@ -13816,7 +13816,7 @@ function my(e) {
|
|
|
13816
13816
|
}, []), Ce = vt(function() {
|
|
13817
13817
|
return S({
|
|
13818
13818
|
type: "SUBMIT_ATTEMPT"
|
|
13819
|
-
}),
|
|
13819
|
+
}), W().then(function(V) {
|
|
13820
13820
|
var K = V instanceof Error, re = !K && Object.keys(V).length === 0;
|
|
13821
13821
|
if (re) {
|
|
13822
13822
|
var le;
|
|
@@ -13851,7 +13851,7 @@ function my(e) {
|
|
|
13851
13851
|
});
|
|
13852
13852
|
}), Re = {
|
|
13853
13853
|
resetForm: N,
|
|
13854
|
-
validateForm:
|
|
13854
|
+
validateForm: W,
|
|
13855
13855
|
validateField: R,
|
|
13856
13856
|
setErrors: U,
|
|
13857
13857
|
setFieldError: xe,
|
|
@@ -13861,7 +13861,7 @@ function my(e) {
|
|
|
13861
13861
|
setSubmitting: pe,
|
|
13862
13862
|
setTouched: j,
|
|
13863
13863
|
setValues: oe,
|
|
13864
|
-
setFormikState:
|
|
13864
|
+
setFormikState: _,
|
|
13865
13865
|
submitForm: Ce
|
|
13866
13866
|
}, it = vt(function() {
|
|
13867
13867
|
return p(A.values, Re);
|
|
@@ -13892,7 +13892,7 @@ function my(e) {
|
|
|
13892
13892
|
var K = Jo(V), re = K ? V.name : V, le = ut(A.values, re), ge = {
|
|
13893
13893
|
name: re,
|
|
13894
13894
|
value: le,
|
|
13895
|
-
onChange:
|
|
13895
|
+
onChange: H,
|
|
13896
13896
|
onBlur: ve
|
|
13897
13897
|
};
|
|
13898
13898
|
if (K) {
|
|
@@ -13900,7 +13900,7 @@ function my(e) {
|
|
|
13900
13900
|
we === "checkbox" ? Ze === void 0 ? ge.checked = !!le : (ge.checked = !!(Array.isArray(le) && ~le.indexOf(Ze)), ge.value = Ze) : we === "radio" ? (ge.checked = le === Ze, ge.value = Ze) : dt === "select" && mn && (ge.value = ge.value || [], ge.multiple = !0);
|
|
13901
13901
|
}
|
|
13902
13902
|
return ge;
|
|
13903
|
-
}, [ve,
|
|
13903
|
+
}, [ve, H, A.values]), Ft = Me(function() {
|
|
13904
13904
|
return !qt(h.current, A.values);
|
|
13905
13905
|
}, [h.current, A.values]), ri = Me(function() {
|
|
13906
13906
|
return typeof c < "u" ? Ft ? A.errors && Object.keys(A.errors).length === 0 : c !== !1 && Et(c) ? c(f) : c : A.errors && Object.keys(A.errors).length === 0;
|
|
@@ -13910,12 +13910,12 @@ function my(e) {
|
|
|
13910
13910
|
initialTouched: v.current,
|
|
13911
13911
|
initialStatus: m.current,
|
|
13912
13912
|
handleBlur: ve,
|
|
13913
|
-
handleChange:
|
|
13913
|
+
handleChange: H,
|
|
13914
13914
|
handleReset: It,
|
|
13915
13915
|
handleSubmit: z,
|
|
13916
13916
|
resetForm: N,
|
|
13917
13917
|
setErrors: U,
|
|
13918
|
-
setFormikState:
|
|
13918
|
+
setFormikState: _,
|
|
13919
13919
|
setFieldTouched: F,
|
|
13920
13920
|
setFieldValue: k,
|
|
13921
13921
|
setFieldError: xe,
|
|
@@ -13924,7 +13924,7 @@ function my(e) {
|
|
|
13924
13924
|
setTouched: j,
|
|
13925
13925
|
setValues: oe,
|
|
13926
13926
|
submitForm: Ce,
|
|
13927
|
-
validateForm:
|
|
13927
|
+
validateForm: W,
|
|
13928
13928
|
validateField: R,
|
|
13929
13929
|
isValid: ri,
|
|
13930
13930
|
dirty: Ft,
|
|
@@ -14556,7 +14556,7 @@ const ky = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
14556
14556
|
f((R - 1) * h);
|
|
14557
14557
|
},
|
|
14558
14558
|
[h]
|
|
14559
|
-
),
|
|
14559
|
+
), W = ne(
|
|
14560
14560
|
(N) => {
|
|
14561
14561
|
const R = Number(N.target.value);
|
|
14562
14562
|
x(R), f(0);
|
|
@@ -14667,7 +14667,7 @@ const ky = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
14667
14667
|
borderRight: `1px solid ${g.borderSubtle00}`
|
|
14668
14668
|
},
|
|
14669
14669
|
children: [
|
|
14670
|
-
/* @__PURE__ */ l(Bd, { name: "select", onChange:
|
|
14670
|
+
/* @__PURE__ */ l(Bd, { name: "select", onChange: W, children: t.map((N, R) => /* @__PURE__ */ l(Rd, { value: N, children: N }, R)) }),
|
|
14671
14671
|
/* @__PURE__ */ C($d, { children: [
|
|
14672
14672
|
u + 1,
|
|
14673
14673
|
" – ",
|
|
@@ -15112,7 +15112,7 @@ const dS = ({
|
|
|
15112
15112
|
D((R - 1) * b);
|
|
15113
15113
|
},
|
|
15114
15114
|
[b]
|
|
15115
|
-
),
|
|
15115
|
+
), W = ne(
|
|
15116
15116
|
(N) => {
|
|
15117
15117
|
const R = Number(N.target.value);
|
|
15118
15118
|
w(R), D(0);
|
|
@@ -15306,7 +15306,7 @@ const dS = ({
|
|
|
15306
15306
|
borderRight: `1px solid ${g.borderSubtle01}`
|
|
15307
15307
|
},
|
|
15308
15308
|
children: [
|
|
15309
|
-
/* @__PURE__ */ l(zd, { name: "select", onChange:
|
|
15309
|
+
/* @__PURE__ */ l(zd, { name: "select", onChange: W, children: p.map((N, R) => /* @__PURE__ */ l(Wd, { value: N, children: N }, R)) }),
|
|
15310
15310
|
/* @__PURE__ */ C(Zd, { children: [
|
|
15311
15311
|
I + 1,
|
|
15312
15312
|
" – ",
|
|
@@ -15694,7 +15694,7 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
15694
15694
|
), $ = Me(
|
|
15695
15695
|
() => Math.floor(b / I) + 1,
|
|
15696
15696
|
[b, I]
|
|
15697
|
-
),
|
|
15697
|
+
), W = ne(() => {
|
|
15698
15698
|
w((k) => {
|
|
15699
15699
|
const Q = k + I;
|
|
15700
15700
|
return Q >= G.length ? k : Q;
|
|
@@ -15718,8 +15718,8 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
15718
15718
|
[]
|
|
15719
15719
|
), Y = (k) => {
|
|
15720
15720
|
T((Q) => {
|
|
15721
|
-
const
|
|
15722
|
-
return
|
|
15721
|
+
const H = [...Q];
|
|
15722
|
+
return H[k] = !H[k], H;
|
|
15723
15723
|
});
|
|
15724
15724
|
}, j = (k) => S[k] ? "up" : "down", U = se(null), [oe, xe] = q(0);
|
|
15725
15725
|
return he(() => {
|
|
@@ -15771,8 +15771,8 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
15771
15771
|
/* @__PURE__ */ l("div", { style: { display: "flex", alignItems: "center" }, children: n == null ? void 0 : n.filter((k) => k.position === "right").map((k, Q) => /* @__PURE__ */ l("div", { style: { marginRight: "1px" }, children: /* @__PURE__ */ l(
|
|
15772
15772
|
He,
|
|
15773
15773
|
{
|
|
15774
|
-
onClick: (
|
|
15775
|
-
k.onClick && k.onClick(),
|
|
15774
|
+
onClick: (H) => {
|
|
15775
|
+
k.onClick && k.onClick(), H.stopPropagation(), H.preventDefault();
|
|
15776
15776
|
},
|
|
15777
15777
|
kind: k.kind,
|
|
15778
15778
|
size: k.size || "small",
|
|
@@ -15892,8 +15892,8 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
15892
15892
|
kind: "ghost",
|
|
15893
15893
|
size: "small",
|
|
15894
15894
|
label: "",
|
|
15895
|
-
onClick: (
|
|
15896
|
-
|
|
15895
|
+
onClick: (H) => {
|
|
15896
|
+
H.stopPropagation(), T((F) => {
|
|
15897
15897
|
const ue = [...F];
|
|
15898
15898
|
return ue[Q] = !ue[Q], ue;
|
|
15899
15899
|
});
|
|
@@ -15905,14 +15905,14 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
15905
15905
|
)
|
|
15906
15906
|
}
|
|
15907
15907
|
),
|
|
15908
|
-
d == null ? void 0 : d.map((
|
|
15908
|
+
d == null ? void 0 : d.map((H, F) => /* @__PURE__ */ l(
|
|
15909
15909
|
Ri,
|
|
15910
15910
|
{
|
|
15911
15911
|
rowSizes: h,
|
|
15912
15912
|
columnTitles: i,
|
|
15913
15913
|
rowData: e,
|
|
15914
15914
|
pageSizes: t,
|
|
15915
|
-
children: typeof
|
|
15915
|
+
children: typeof H == "string" ? k[H] : H
|
|
15916
15916
|
},
|
|
15917
15917
|
F
|
|
15918
15918
|
))
|
|
@@ -15940,7 +15940,7 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
15940
15940
|
minHeight: "100px",
|
|
15941
15941
|
width: "95%",
|
|
15942
15942
|
borderTop: `1px solid ${g.borderSubtle00}`
|
|
15943
|
-
}, children: /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l("div", { style: { width: "90%", margin: "20px auto" }, children: s == null ? void 0 : s.map((
|
|
15943
|
+
}, children: /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l("div", { style: { width: "90%", margin: "20px auto" }, children: s == null ? void 0 : s.map((H) => /* @__PURE__ */ l("p", { style: { margin: "2px" }, children: H + "" + k[typeof H == "string" ? H : ""] })) }) }) })
|
|
15944
15944
|
}
|
|
15945
15945
|
)
|
|
15946
15946
|
}
|
|
@@ -16021,7 +16021,7 @@ const n7 = /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l(
|
|
|
16021
16021
|
/* @__PURE__ */ l(_e, { align: "top-right", size: "small", label: "Próxima página", width: "110px", children: /* @__PURE__ */ l(
|
|
16022
16022
|
Yd,
|
|
16023
16023
|
{
|
|
16024
|
-
onClick:
|
|
16024
|
+
onClick: W,
|
|
16025
16025
|
disabled: b + I >= G.length,
|
|
16026
16026
|
style: {
|
|
16027
16027
|
borderRight: "none",
|
|
@@ -17609,28 +17609,28 @@ function L8(e, t, n, {
|
|
|
17609
17609
|
z = T;
|
|
17610
17610
|
}
|
|
17611
17611
|
return z;
|
|
17612
|
-
}, [T, p]), $ = J.useContext(ee),
|
|
17613
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
17612
|
+
}, [T, p]), $ = J.useContext(ee), W = !!S.store && !!S.store.getState && !!S.store.dispatch, N = !!$ && !!$.store;
|
|
17613
|
+
if (process.env.NODE_ENV !== "production" && !W && !N)
|
|
17614
17614
|
throw new Error(
|
|
17615
17615
|
`Could not find "store" in the context of "${w}". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to ${w} in connect options.`
|
|
17616
17616
|
);
|
|
17617
|
-
const R =
|
|
17617
|
+
const R = W ? S.store : $.store, M = N ? $.getServerState : R.getState, Y = J.useMemo(() => c8(R.dispatch, I), [R]), [j, U] = J.useMemo(() => {
|
|
17618
17618
|
if (!x) return R8;
|
|
17619
17619
|
const z = Np(
|
|
17620
17620
|
R,
|
|
17621
|
-
|
|
17621
|
+
W ? void 0 : $.subscription
|
|
17622
17622
|
), Re = z.notifyNestedSubs.bind(z);
|
|
17623
17623
|
return [z, Re];
|
|
17624
|
-
}, [R,
|
|
17624
|
+
}, [R, W, $]), oe = J.useMemo(() => W ? $ : {
|
|
17625
17625
|
...$,
|
|
17626
17626
|
subscription: j
|
|
17627
|
-
}, [
|
|
17627
|
+
}, [W, $, j]), xe = J.useRef(void 0), k = J.useRef(X), Q = J.useRef(void 0), H = J.useRef(!1), F = J.useRef(!1), ue = J.useRef(
|
|
17628
17628
|
void 0
|
|
17629
17629
|
);
|
|
17630
17630
|
So(() => (F.current = !0, () => {
|
|
17631
17631
|
F.current = !1;
|
|
17632
17632
|
}), []);
|
|
17633
|
-
const ve = J.useMemo(() => () => Q.current && X === k.current ? Q.current : Y(R.getState(), X), [R, X]),
|
|
17633
|
+
const ve = J.useMemo(() => () => Q.current && X === k.current ? Q.current : Y(R.getState(), X), [R, X]), _ = J.useMemo(() => (Re) => j ? k8(
|
|
17634
17634
|
x,
|
|
17635
17635
|
R,
|
|
17636
17636
|
j,
|
|
@@ -17638,7 +17638,7 @@ function L8(e, t, n, {
|
|
|
17638
17638
|
Y,
|
|
17639
17639
|
k,
|
|
17640
17640
|
xe,
|
|
17641
|
-
|
|
17641
|
+
H,
|
|
17642
17642
|
F,
|
|
17643
17643
|
Q,
|
|
17644
17644
|
U,
|
|
@@ -17648,7 +17648,7 @@ function L8(e, t, n, {
|
|
|
17648
17648
|
$8(M8, [
|
|
17649
17649
|
k,
|
|
17650
17650
|
xe,
|
|
17651
|
-
|
|
17651
|
+
H,
|
|
17652
17652
|
X,
|
|
17653
17653
|
Q,
|
|
17654
17654
|
U
|
|
@@ -17657,7 +17657,7 @@ function L8(e, t, n, {
|
|
|
17657
17657
|
try {
|
|
17658
17658
|
L = J.useSyncExternalStore(
|
|
17659
17659
|
// TODO We're passing through a big wrapper that does a bunch of extra side effects besides subscribing
|
|
17660
|
-
|
|
17660
|
+
_,
|
|
17661
17661
|
// TODO This is incredibly hacky. We've already processed the store update and calculated new child props,
|
|
17662
17662
|
// TODO and we're just passing that through so it triggers a re-render for us rather than relying on `uSES`.
|
|
17663
17663
|
ve,
|
|
@@ -22918,10 +22918,10 @@ const xA = (e) => {
|
|
|
22918
22918
|
shouldAnimate: e.shouldAnimatePlaceholder
|
|
22919
22919
|
}, ({
|
|
22920
22920
|
onClose: $,
|
|
22921
|
-
data:
|
|
22921
|
+
data: W,
|
|
22922
22922
|
animate: N
|
|
22923
22923
|
}) => me.createElement(fA, {
|
|
22924
|
-
placeholder:
|
|
22924
|
+
placeholder: W,
|
|
22925
22925
|
onClose: $,
|
|
22926
22926
|
innerRef: E,
|
|
22927
22927
|
animate: N,
|
|
@@ -22944,7 +22944,7 @@ const xA = (e) => {
|
|
|
22944
22944
|
return null;
|
|
22945
22945
|
const {
|
|
22946
22946
|
dragging: $,
|
|
22947
|
-
render:
|
|
22947
|
+
render: W
|
|
22948
22948
|
} = v, N = me.createElement(Rf, {
|
|
22949
22949
|
draggableId: $.draggableId,
|
|
22950
22950
|
index: $.source.index,
|
|
@@ -22952,7 +22952,7 @@ const xA = (e) => {
|
|
|
22952
22952
|
isEnabled: !0,
|
|
22953
22953
|
shouldRespectForcePress: !1,
|
|
22954
22954
|
canDragInteractiveElements: !0
|
|
22955
|
-
}, (R, M) =>
|
|
22955
|
+
}, (R, M) => W(R, M, $));
|
|
22956
22956
|
return qf.createPortal(N, b());
|
|
22957
22957
|
}
|
|
22958
22958
|
return me.createElement(zl.Provider, {
|
|
@@ -23470,14 +23470,14 @@ const vS = ({
|
|
|
23470
23470
|
radiusButtonFilter: w
|
|
23471
23471
|
}) => {
|
|
23472
23472
|
var ve;
|
|
23473
|
-
const [I, D] = q(d), [E, A] = q(e), [S, T] = q(0), [G, X] = q(t[0]), [ee, $] = q([]), [
|
|
23474
|
-
if (!
|
|
23475
|
-
const L = Array.from(E), [pe] = L.splice(
|
|
23476
|
-
L.splice(
|
|
23473
|
+
const [I, D] = q(d), [E, A] = q(e), [S, T] = q(0), [G, X] = q(t[0]), [ee, $] = q([]), [W, N] = q(Array(n.length).fill(!1)), R = (_) => {
|
|
23474
|
+
if (!_.destination) return;
|
|
23475
|
+
const L = Array.from(E), [pe] = L.splice(_.source.index, 1);
|
|
23476
|
+
L.splice(_.destination.index, 0, pe), A(L);
|
|
23477
23477
|
const Ce = L.map((z) => z.id);
|
|
23478
23478
|
localStorage.setItem(m, JSON.stringify(Ce));
|
|
23479
|
-
}, M = (
|
|
23480
|
-
const L =
|
|
23479
|
+
}, M = (_) => {
|
|
23480
|
+
const L = _.target.value.toLocaleLowerCase(), pe = n.filter((Ce) => (console.log(Ce), e.some((z) => {
|
|
23481
23481
|
var it;
|
|
23482
23482
|
const Re = (it = String(Ce[z.id])) == null ? void 0 : it.toLocaleLowerCase();
|
|
23483
23483
|
return Re == null ? void 0 : Re.includes(L);
|
|
@@ -23493,24 +23493,24 @@ const vS = ({
|
|
|
23493
23493
|
() => Math.floor(S / G) + 1,
|
|
23494
23494
|
[S, G]
|
|
23495
23495
|
), xe = ne(() => {
|
|
23496
|
-
T((
|
|
23497
|
-
const L =
|
|
23498
|
-
return L >= Y.length ?
|
|
23496
|
+
T((_) => {
|
|
23497
|
+
const L = _ + G;
|
|
23498
|
+
return L >= Y.length ? _ : L;
|
|
23499
23499
|
});
|
|
23500
23500
|
}, [G, Y.length]), k = ne(() => {
|
|
23501
|
-
T((
|
|
23502
|
-
const L =
|
|
23501
|
+
T((_) => {
|
|
23502
|
+
const L = _ - G;
|
|
23503
23503
|
return L < 0 ? 0 : L;
|
|
23504
23504
|
});
|
|
23505
23505
|
}, [G]), Q = ne(
|
|
23506
|
-
(
|
|
23507
|
-
const L = Number(
|
|
23506
|
+
(_) => {
|
|
23507
|
+
const L = Number(_.target.value);
|
|
23508
23508
|
T((L - 1) * G);
|
|
23509
23509
|
},
|
|
23510
23510
|
[G]
|
|
23511
|
-
),
|
|
23512
|
-
(
|
|
23513
|
-
const L = Number(
|
|
23511
|
+
), H = ne(
|
|
23512
|
+
(_) => {
|
|
23513
|
+
const L = Number(_.target.value);
|
|
23514
23514
|
X(L), T(0);
|
|
23515
23515
|
},
|
|
23516
23516
|
[]
|
|
@@ -23518,18 +23518,18 @@ const vS = ({
|
|
|
23518
23518
|
he(() => {
|
|
23519
23519
|
I && D(!1);
|
|
23520
23520
|
}, [I]), he(() => {
|
|
23521
|
-
const
|
|
23522
|
-
if (
|
|
23523
|
-
const L = JSON.parse(
|
|
23521
|
+
const _ = localStorage.getItem(m);
|
|
23522
|
+
if (_) {
|
|
23523
|
+
const L = JSON.parse(_), pe = L.map((z) => E.find((Re) => Re.id === z)).filter(Boolean), Ce = E.filter((z) => !L.includes(z.id));
|
|
23524
23524
|
A([...pe, ...Ce]);
|
|
23525
23525
|
}
|
|
23526
23526
|
}, []);
|
|
23527
|
-
const F = (
|
|
23527
|
+
const F = (_) => {
|
|
23528
23528
|
N((L) => {
|
|
23529
23529
|
const pe = [...L];
|
|
23530
|
-
return pe[
|
|
23530
|
+
return pe[_] = !pe[_], pe;
|
|
23531
23531
|
});
|
|
23532
|
-
}, ue = (
|
|
23532
|
+
}, ue = (_) => W[_] ? "up" : "down";
|
|
23533
23533
|
return he(() => {
|
|
23534
23534
|
A(e);
|
|
23535
23535
|
}, [e]), /* @__PURE__ */ C(
|
|
@@ -23566,16 +23566,17 @@ const vS = ({
|
|
|
23566
23566
|
/* @__PURE__ */ l("div", { style: {
|
|
23567
23567
|
display: "flex",
|
|
23568
23568
|
alignItems: "center"
|
|
23569
|
-
}, children: (ve = r == null ? void 0 : r.filter((
|
|
23569
|
+
}, children: (ve = r == null ? void 0 : r.filter((_) => _.position === "left")) == null ? void 0 : ve.map((_, L) => /* @__PURE__ */ l("div", { style: { marginLeft: "1px" }, children: /* @__PURE__ */ l(
|
|
23570
23570
|
He,
|
|
23571
23571
|
{
|
|
23572
|
-
onClick:
|
|
23573
|
-
kind:
|
|
23574
|
-
size:
|
|
23575
|
-
icon:
|
|
23576
|
-
label:
|
|
23577
|
-
width:
|
|
23578
|
-
dimension:
|
|
23572
|
+
onClick: _.onClick,
|
|
23573
|
+
kind: _.kind,
|
|
23574
|
+
size: _.size || "small",
|
|
23575
|
+
icon: _.icon,
|
|
23576
|
+
label: _.label,
|
|
23577
|
+
width: _.width,
|
|
23578
|
+
dimension: _.dimension,
|
|
23579
|
+
hasIconSvg: _.hasIconSvg,
|
|
23579
23580
|
borderNone: L !== w,
|
|
23580
23581
|
fortableRadius: L === w
|
|
23581
23582
|
}
|
|
@@ -23584,18 +23585,19 @@ const vS = ({
|
|
|
23584
23585
|
display: "flex",
|
|
23585
23586
|
alignItems: "center",
|
|
23586
23587
|
borderRadius: "50px"
|
|
23587
|
-
}, children: r == null ? void 0 : r.filter((
|
|
23588
|
+
}, children: r == null ? void 0 : r.filter((_) => _.position === "right").map((_, L) => /* @__PURE__ */ l("div", { style: { marginRight: "1px" }, children: /* @__PURE__ */ l(
|
|
23588
23589
|
He,
|
|
23589
23590
|
{
|
|
23590
23591
|
onClick: (pe) => {
|
|
23591
|
-
|
|
23592
|
+
_.onClick && _.onClick(), pe.stopPropagation(), pe.preventDefault();
|
|
23592
23593
|
},
|
|
23593
|
-
kind:
|
|
23594
|
-
size:
|
|
23595
|
-
icon:
|
|
23596
|
-
label:
|
|
23597
|
-
width:
|
|
23598
|
-
|
|
23594
|
+
kind: _.kind,
|
|
23595
|
+
size: _.size || "small",
|
|
23596
|
+
icon: _.icon,
|
|
23597
|
+
label: _.label,
|
|
23598
|
+
width: _.width,
|
|
23599
|
+
hasIconSvg: _.hasIconSvg,
|
|
23600
|
+
dimension: _.dimension,
|
|
23599
23601
|
borderNone: L !== w,
|
|
23600
23602
|
fortableRadius: L === w
|
|
23601
23603
|
}
|
|
@@ -23620,26 +23622,26 @@ const vS = ({
|
|
|
23620
23622
|
gap: "10px",
|
|
23621
23623
|
marginRight: "10px",
|
|
23622
23624
|
alignItems: "center"
|
|
23623
|
-
}, children: v == null ? void 0 : v.map((
|
|
23624
|
-
/* @__PURE__ */ l("div", { style: { width:
|
|
23625
|
+
}, children: v == null ? void 0 : v.map((_) => /* @__PURE__ */ C(B, { children: [
|
|
23626
|
+
/* @__PURE__ */ l("div", { style: { width: _.width }, children: /* @__PURE__ */ l(
|
|
23625
23627
|
He,
|
|
23626
23628
|
{
|
|
23627
23629
|
borderNone: !0,
|
|
23628
23630
|
kind: "primary",
|
|
23629
|
-
size:
|
|
23630
|
-
noPadding:
|
|
23631
|
-
label:
|
|
23632
|
-
hasIconSvg:
|
|
23633
|
-
icon:
|
|
23634
|
-
onClick:
|
|
23631
|
+
size: _.size,
|
|
23632
|
+
noPadding: _.noPadding,
|
|
23633
|
+
label: _.text,
|
|
23634
|
+
hasIconSvg: _.hasIconSvg || !1,
|
|
23635
|
+
icon: _.icon,
|
|
23636
|
+
onClick: _.onClick
|
|
23635
23637
|
}
|
|
23636
23638
|
) }),
|
|
23637
|
-
|
|
23639
|
+
_.feature && /* @__PURE__ */ l("div", { style: { height: "20px", width: "1px", background: "white" } })
|
|
23638
23640
|
] })) })
|
|
23639
23641
|
] }) }),
|
|
23640
23642
|
n && n.length > 0 ? /* @__PURE__ */ C(B, { children: [
|
|
23641
23643
|
/* @__PURE__ */ l(Pf, { onDragEnd: R, children: /* @__PURE__ */ C(EA, { children: [
|
|
23642
|
-
/* @__PURE__ */ l(Gf, { droppableId: "droppable", direction: "horizontal", type: "column", children: (
|
|
23644
|
+
/* @__PURE__ */ l(Gf, { droppableId: "droppable", direction: "horizontal", type: "column", children: (_) => /* @__PURE__ */ C(qi, { ref: _.innerRef, ..._.droppableProps, children: [
|
|
23643
23645
|
/* @__PURE__ */ l(e1, { children: /* @__PURE__ */ l(
|
|
23644
23646
|
"div",
|
|
23645
23647
|
{
|
|
@@ -23738,9 +23740,9 @@ const vS = ({
|
|
|
23738
23740
|
]
|
|
23739
23741
|
}
|
|
23740
23742
|
) }, L.id)),
|
|
23741
|
-
|
|
23743
|
+
_.placeholder
|
|
23742
23744
|
] }) }),
|
|
23743
|
-
j.map((
|
|
23745
|
+
j.map((_, L) => /* @__PURE__ */ C(B, { children: [
|
|
23744
23746
|
/* @__PURE__ */ C(
|
|
23745
23747
|
qi,
|
|
23746
23748
|
{
|
|
@@ -23805,7 +23807,7 @@ const vS = ({
|
|
|
23805
23807
|
columnTitles: e,
|
|
23806
23808
|
pageSizes: t,
|
|
23807
23809
|
rowData: n,
|
|
23808
|
-
children:
|
|
23810
|
+
children: _[pe.id]
|
|
23809
23811
|
},
|
|
23810
23812
|
pe.id
|
|
23811
23813
|
)),
|
|
@@ -23819,7 +23821,7 @@ const vS = ({
|
|
|
23819
23821
|
columnTitles: e,
|
|
23820
23822
|
rowData: n,
|
|
23821
23823
|
pageSizes: t,
|
|
23822
|
-
children: typeof pe == "string" ?
|
|
23824
|
+
children: typeof pe == "string" ? _[pe] : pe
|
|
23823
23825
|
},
|
|
23824
23826
|
Ce
|
|
23825
23827
|
))
|
|
@@ -23827,7 +23829,7 @@ const vS = ({
|
|
|
23827
23829
|
},
|
|
23828
23830
|
L
|
|
23829
23831
|
),
|
|
23830
|
-
|
|
23832
|
+
W[L] && /* @__PURE__ */ l(
|
|
23831
23833
|
qi,
|
|
23832
23834
|
{
|
|
23833
23835
|
children: /* @__PURE__ */ l(
|
|
@@ -23850,7 +23852,7 @@ const vS = ({
|
|
|
23850
23852
|
minHeight: "100px",
|
|
23851
23853
|
width: "95%",
|
|
23852
23854
|
borderTop: `1px solid ${g.borderSubtle01}`
|
|
23853
|
-
}, children: /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l("div", { style: { width: "90%", margin: "20px auto" }, children: h == null ? void 0 : h.map((pe) => /* @__PURE__ */ l("p", { style: { margin: "2px" }, children: pe + "" +
|
|
23855
|
+
}, children: /* @__PURE__ */ l(B, { children: /* @__PURE__ */ l("div", { style: { width: "90%", margin: "20px auto" }, children: h == null ? void 0 : h.map((pe) => /* @__PURE__ */ l("p", { style: { margin: "2px" }, children: pe + "" + _[typeof pe == "string" ? pe : ""] })) }) }) })
|
|
23854
23856
|
}
|
|
23855
23857
|
)
|
|
23856
23858
|
}
|
|
@@ -23867,7 +23869,7 @@ const vS = ({
|
|
|
23867
23869
|
borderRadius: "0 0 10px 10px"
|
|
23868
23870
|
},
|
|
23869
23871
|
children: [
|
|
23870
|
-
/* @__PURE__ */ l(t1, { name: "select", onChange:
|
|
23872
|
+
/* @__PURE__ */ l(t1, { name: "select", onChange: H, children: t.map((_, L) => /* @__PURE__ */ l(r1, { value: _, children: _ }, L)) }),
|
|
23871
23873
|
/* @__PURE__ */ C(o1, { children: [
|
|
23872
23874
|
S + 1,
|
|
23873
23875
|
" – ",
|
|
@@ -23898,7 +23900,7 @@ const vS = ({
|
|
|
23898
23900
|
name: "select",
|
|
23899
23901
|
value: oe,
|
|
23900
23902
|
onChange: Q,
|
|
23901
|
-
children: Array.from({ length: U }, (
|
|
23903
|
+
children: Array.from({ length: U }, (_, L) => /* @__PURE__ */ l(r1, { value: L + 1, children: L + 1 }, L + 1))
|
|
23902
23904
|
}
|
|
23903
23905
|
),
|
|
23904
23906
|
/* @__PURE__ */ C(o1, { children: [
|
|
@@ -24209,20 +24211,20 @@ letter-spacing: 0.16px;
|
|
|
24209
24211
|
datePicker: w,
|
|
24210
24212
|
nofilter: I
|
|
24211
24213
|
}) => {
|
|
24212
|
-
const [D, E] = q(d), [A, S] = q(e), [T, G] = q(0), [X, ee] = q(t[0]), [$,
|
|
24213
|
-
if (!
|
|
24214
|
-
const F = Array.from(A), [ue] = F.splice(
|
|
24215
|
-
F.splice(
|
|
24216
|
-
const ve = F.map((
|
|
24214
|
+
const [D, E] = q(d), [A, S] = q(e), [T, G] = q(0), [X, ee] = q(t[0]), [$, W] = q([]), N = (H) => {
|
|
24215
|
+
if (!H.destination) return;
|
|
24216
|
+
const F = Array.from(A), [ue] = F.splice(H.source.index, 1);
|
|
24217
|
+
F.splice(H.destination.index, 0, ue), S(F);
|
|
24218
|
+
const ve = F.map((_) => _.id);
|
|
24217
24219
|
localStorage.setItem(v, JSON.stringify(ve));
|
|
24218
|
-
}, R = (
|
|
24219
|
-
const F =
|
|
24220
|
+
}, R = (H) => {
|
|
24221
|
+
const F = H.target.value.toLocaleLowerCase().trim(), ue = n.filter((ve) => e.some((_) => {
|
|
24220
24222
|
var z, Re;
|
|
24221
|
-
let L = (Re = (z = String(ve[
|
|
24223
|
+
let L = (Re = (z = String(ve[_.id])) == null ? void 0 : z.toLocaleLowerCase()) == null ? void 0 : Re.trim();
|
|
24222
24224
|
const Ce = /^\d{3}\.\d{3}\.\d{3}-\d{2}$/.test(L) ? L.replace(/[.\-\/]/g, "").replace(/\-/g, "") : L.toLocaleLowerCase().trim();
|
|
24223
24225
|
return Ce == null ? void 0 : Ce.includes(F);
|
|
24224
24226
|
}));
|
|
24225
|
-
|
|
24227
|
+
W(ue), G(0);
|
|
24226
24228
|
}, M = $.length > 0 ? $ : n, Y = Me(
|
|
24227
24229
|
() => M.slice(T, T + X),
|
|
24228
24230
|
[M, T, X]
|
|
@@ -24233,24 +24235,24 @@ letter-spacing: 0.16px;
|
|
|
24233
24235
|
() => Math.floor(T / X) + 1,
|
|
24234
24236
|
[T, X]
|
|
24235
24237
|
), oe = ne(() => {
|
|
24236
|
-
G((
|
|
24237
|
-
const F =
|
|
24238
|
-
return F >= M.length ?
|
|
24238
|
+
G((H) => {
|
|
24239
|
+
const F = H + X;
|
|
24240
|
+
return F >= M.length ? H : F;
|
|
24239
24241
|
});
|
|
24240
24242
|
}, [X, M.length]), xe = ne(() => {
|
|
24241
|
-
G((
|
|
24242
|
-
const F =
|
|
24243
|
+
G((H) => {
|
|
24244
|
+
const F = H - X;
|
|
24243
24245
|
return F < 0 ? 0 : F;
|
|
24244
24246
|
});
|
|
24245
24247
|
}, [X]), k = ne(
|
|
24246
|
-
(
|
|
24247
|
-
const F = Number(
|
|
24248
|
+
(H) => {
|
|
24249
|
+
const F = Number(H.target.value);
|
|
24248
24250
|
G((F - 1) * X);
|
|
24249
24251
|
},
|
|
24250
24252
|
[X]
|
|
24251
24253
|
), Q = ne(
|
|
24252
|
-
(
|
|
24253
|
-
const F = Number(
|
|
24254
|
+
(H) => {
|
|
24255
|
+
const F = Number(H.target.value);
|
|
24254
24256
|
ee(F), G(0);
|
|
24255
24257
|
},
|
|
24256
24258
|
[]
|
|
@@ -24258,9 +24260,9 @@ letter-spacing: 0.16px;
|
|
|
24258
24260
|
return he(() => {
|
|
24259
24261
|
D && E(!1);
|
|
24260
24262
|
}, [D]), he(() => {
|
|
24261
|
-
const
|
|
24262
|
-
if (
|
|
24263
|
-
const F = JSON.parse(
|
|
24263
|
+
const H = localStorage.getItem(v);
|
|
24264
|
+
if (H) {
|
|
24265
|
+
const F = JSON.parse(H), ue = F.map((_) => A.find((L) => L.id === _)).filter(Boolean), ve = A.filter((_) => !F.includes(_.id));
|
|
24264
24266
|
S([...ue, ...ve]);
|
|
24265
24267
|
}
|
|
24266
24268
|
}, []), he(() => {
|
|
@@ -24309,16 +24311,17 @@ letter-spacing: 0.16px;
|
|
|
24309
24311
|
/* @__PURE__ */ l("div", { style: {
|
|
24310
24312
|
display: "flex",
|
|
24311
24313
|
alignItems: "center"
|
|
24312
|
-
}, children: r == null ? void 0 : r.filter((
|
|
24314
|
+
}, children: r == null ? void 0 : r.filter((H) => H.position === "left").map((H, F) => /* @__PURE__ */ l("div", { style: { marginLeft: "1px" }, children: /* @__PURE__ */ l(
|
|
24313
24315
|
He,
|
|
24314
24316
|
{
|
|
24315
|
-
onClick:
|
|
24316
|
-
kind:
|
|
24317
|
-
size:
|
|
24318
|
-
icon:
|
|
24319
|
-
label:
|
|
24320
|
-
width:
|
|
24321
|
-
|
|
24317
|
+
onClick: H.onClick,
|
|
24318
|
+
kind: H.kind,
|
|
24319
|
+
size: H.size || "small",
|
|
24320
|
+
icon: H.icon,
|
|
24321
|
+
label: H.label,
|
|
24322
|
+
width: H.width,
|
|
24323
|
+
hasIconSvg: H.hasIconSvg,
|
|
24324
|
+
dimension: H.dimension,
|
|
24322
24325
|
borderNone: F !== 0,
|
|
24323
24326
|
fortableRadius: F === 0
|
|
24324
24327
|
}
|
|
@@ -24327,18 +24330,19 @@ letter-spacing: 0.16px;
|
|
|
24327
24330
|
display: "flex",
|
|
24328
24331
|
alignItems: "center",
|
|
24329
24332
|
borderRadius: "50px"
|
|
24330
|
-
}, children: r == null ? void 0 : r.filter((
|
|
24333
|
+
}, children: r == null ? void 0 : r.filter((H) => H.position === "right").map((H, F) => /* @__PURE__ */ l("div", { style: { marginRight: "1px" }, children: /* @__PURE__ */ l(
|
|
24331
24334
|
He,
|
|
24332
24335
|
{
|
|
24333
24336
|
onClick: (ue) => {
|
|
24334
|
-
|
|
24337
|
+
H.onClick && H.onClick(), ue.stopPropagation(), ue.preventDefault();
|
|
24335
24338
|
},
|
|
24336
|
-
kind:
|
|
24337
|
-
size:
|
|
24338
|
-
icon:
|
|
24339
|
-
|
|
24340
|
-
|
|
24341
|
-
|
|
24339
|
+
kind: H.kind,
|
|
24340
|
+
size: H.size || "small",
|
|
24341
|
+
icon: H.icon,
|
|
24342
|
+
hasIconSvg: H.hasIconSvg,
|
|
24343
|
+
label: H.label,
|
|
24344
|
+
width: H.width,
|
|
24345
|
+
dimension: H.dimension,
|
|
24342
24346
|
borderNone: F !== x,
|
|
24343
24347
|
fortableRadius: F === x
|
|
24344
24348
|
}
|
|
@@ -24364,26 +24368,26 @@ letter-spacing: 0.16px;
|
|
|
24364
24368
|
gap: "10px",
|
|
24365
24369
|
marginRight: "10px",
|
|
24366
24370
|
alignItems: "center"
|
|
24367
|
-
}, children: u == null ? void 0 : u.map((
|
|
24368
|
-
/* @__PURE__ */ l("div", { style: { width:
|
|
24371
|
+
}, children: u == null ? void 0 : u.map((H) => /* @__PURE__ */ C(B, { children: [
|
|
24372
|
+
/* @__PURE__ */ l("div", { style: { width: H.width }, children: /* @__PURE__ */ l(
|
|
24369
24373
|
He,
|
|
24370
24374
|
{
|
|
24371
24375
|
borderNone: !0,
|
|
24372
24376
|
kind: "primary",
|
|
24373
|
-
size:
|
|
24374
|
-
noPadding:
|
|
24375
|
-
label:
|
|
24376
|
-
hasIconSvg:
|
|
24377
|
-
icon:
|
|
24378
|
-
onClick:
|
|
24377
|
+
size: H.size,
|
|
24378
|
+
noPadding: H.noPadding,
|
|
24379
|
+
label: H.text,
|
|
24380
|
+
hasIconSvg: H.hasIconSvg || !1,
|
|
24381
|
+
icon: H.icon,
|
|
24382
|
+
onClick: H.onClick
|
|
24379
24383
|
}
|
|
24380
24384
|
) }),
|
|
24381
|
-
|
|
24385
|
+
H.feature && /* @__PURE__ */ l("div", { style: { height: "20px", width: "1px", background: "white" } })
|
|
24382
24386
|
] })) })
|
|
24383
24387
|
] }) }),
|
|
24384
24388
|
n && n.length > 0 ? /* @__PURE__ */ C(B, { children: [
|
|
24385
24389
|
/* @__PURE__ */ l(Pf, { onDragEnd: N, children: /* @__PURE__ */ C(kA, { children: [
|
|
24386
|
-
/* @__PURE__ */ l(Gf, { droppableId: "droppable", direction: "horizontal", type: "column", children: (
|
|
24390
|
+
/* @__PURE__ */ l(Gf, { droppableId: "droppable", direction: "horizontal", type: "column", children: (H) => /* @__PURE__ */ C(a1, { ref: H.innerRef, ...H.droppableProps, children: [
|
|
24387
24391
|
A == null ? void 0 : A.map((F, ue) => /* @__PURE__ */ l(Bf, { draggableId: F.id, index: ue, children: (ve) => /* @__PURE__ */ C(
|
|
24388
24392
|
GA,
|
|
24389
24393
|
{
|
|
@@ -24470,9 +24474,9 @@ letter-spacing: 0.16px;
|
|
|
24470
24474
|
]
|
|
24471
24475
|
}
|
|
24472
24476
|
) }, F.id)),
|
|
24473
|
-
|
|
24477
|
+
H.placeholder
|
|
24474
24478
|
] }) }),
|
|
24475
|
-
Y.map((
|
|
24479
|
+
Y.map((H, F) => /* @__PURE__ */ l(
|
|
24476
24480
|
a1,
|
|
24477
24481
|
{
|
|
24478
24482
|
children: A.map((ue) => /* @__PURE__ */ l(
|
|
@@ -24482,7 +24486,7 @@ letter-spacing: 0.16px;
|
|
|
24482
24486
|
padding: h || "15px 8px",
|
|
24483
24487
|
boxSizing: "border-box"
|
|
24484
24488
|
},
|
|
24485
|
-
children:
|
|
24489
|
+
children: H[ue.id]
|
|
24486
24490
|
},
|
|
24487
24491
|
ue.id
|
|
24488
24492
|
))
|
|
@@ -24500,7 +24504,7 @@ letter-spacing: 0.16px;
|
|
|
24500
24504
|
borderRadius: "0 0 10px 10px"
|
|
24501
24505
|
},
|
|
24502
24506
|
children: [
|
|
24503
|
-
/* @__PURE__ */ l(l1, { name: "select", onChange: Q, children: t.map((
|
|
24507
|
+
/* @__PURE__ */ l(l1, { name: "select", onChange: Q, children: t.map((H, F) => /* @__PURE__ */ l(c1, { value: H, children: H }, F)) }),
|
|
24504
24508
|
/* @__PURE__ */ C(d1, { children: [
|
|
24505
24509
|
T + 1,
|
|
24506
24510
|
" – ",
|
|
@@ -24531,7 +24535,7 @@ letter-spacing: 0.16px;
|
|
|
24531
24535
|
name: "select",
|
|
24532
24536
|
value: U,
|
|
24533
24537
|
onChange: k,
|
|
24534
|
-
children: Array.from({ length: j }, (
|
|
24538
|
+
children: Array.from({ length: j }, (H, F) => /* @__PURE__ */ l(c1, { value: F + 1, children: F + 1 }, F + 1))
|
|
24535
24539
|
}
|
|
24536
24540
|
),
|
|
24537
24541
|
/* @__PURE__ */ C(d1, { children: [
|