biblio-react 2.2.13 → 2.2.14
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 +802 -798
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,10 +2,10 @@ var yf = Object.defineProperty;
|
|
|
2
2
|
var o = (e, t) => yf(e, "name", { value: t, configurable: !0 });
|
|
3
3
|
import De, { jsx as f, jsxs as B, Fragment as lr } from "react/jsx-runtime";
|
|
4
4
|
import * as S from "react";
|
|
5
|
-
import Vt, { forwardRef as bi, useContext as me, createElement as ds, Children as Wn, isValidElement as vr, cloneElement as Jt, createContext as Fr, useState as
|
|
5
|
+
import Vt, { forwardRef as bi, useContext as me, createElement as ds, Children as Wn, isValidElement as vr, cloneElement as Jt, createContext as Fr, useState as We, useMemo as Mt, useCallback as Re, useEffect as at, Fragment as Gt, memo as Of, useRef as Un } from "react";
|
|
6
6
|
import a from "prop-types";
|
|
7
7
|
import { MenuItem as Ga, ListItemIcon as qa, ListItemText as ps, useMediaQuery as Gn, Typography as Zc, Box as $e, alpha as xf, createTheme as yi, StyledEngineProvider as Jc, Stack as eu, Card as Sf, CircularProgress as tu, Dialog as Oi, DialogTitle as ru, DialogContent as Ef, DialogActions as Pf, Tooltip as qn, IconButton as Rn, ThemeProvider as Tf, Paper as xi, CardContent as ou, Collapse as Cf, List as Ff, Divider as wf, Button as fs } from "@mui/material";
|
|
8
|
-
import { useTranslate as
|
|
8
|
+
import { useTranslate as et, useUserMenu as Rf, useResourceDefinitions as kf, AppBar as Mf, UserMenu as $f, Logout as Lf, useDataProvider as nu, useListContext as qr, useNotify as tr, useRedirect as Wo, useRefresh as Af, useResourceContext as qe, useUnselectAll as If, NumberField as Df, DateField as ms, TextField as On, ReferenceField as Nf, Button as dt, useRecordContext as Kt, useInput as au, useGetList as iu, useSafeSetState as Si, Confirm as Ei, Form as Uo, SaveButton as Kn, useCreatePath as Yn, useResourceDefinition as lu, DatagridRoot as _f, DatagridClasses as hs, BulkActionsToolbar as jf, SimpleList as Vf, useGetOne as su, required as Bf, minValue as zf, TopToolbar as cu, ListButton as Hf, ShowButton as Wf, useCreateController as Uf, CreateContextProvider as Gf, useSaveContext as qf, Create as Kf, useListController as Yf, ListContextProvider as Qf, List as uu, useDelete as Xf, useEditController as Zf, Edit as Jf, SimpleForm as em, useSidebarState as du, Menu as tm, DashboardMenuItem as rm, MenuItemLink as pu, Layout as om, FilterContext as nm, sanitizeListRestProps as am, FilterButton as im, CreateButton as lm, ExportButton as sm, useLogin as cm, TextInput as Or, PasswordInput as fu, FieldTitle as um, useShowController as dm, Show as pm, FormTab as fm, getTabbedFormTabFullPath as mm, TabbedFormTabs as hm, Toolbar as mu, defaultTheme as zr, BooleanField as gm, ImageInput as bm, ImageField as vm, FileInput as ym, BooleanInput as Om, ReferenceInput as hu, useChoicesContext as xm, AutocompleteInput as Sm, SelectInput as Em, ReferenceArrayInput as Pm, SelectArrayInput as Tm, RadioButtonGroupInput as gu, useRecordSelection as bu, Datagrid as Cm, NumberInput as Fm, DateInput as wm, DateTimeInput as Rm } from "react-admin";
|
|
9
9
|
import { Link as Ro, useNavigate as km, Routes as Pi, Route as Ti, useLocation as Qn, matchPath as Ka, useResolvedPath as Mm } from "react-router-dom";
|
|
10
10
|
import { DataGridPremium as Ci, useGridApiContext as Fi, useGridApiRef as vu, useKeepGroupedColumnsHidden as yu, GridActionsCellItem as gs } from "@mui/x-data-grid-premium";
|
|
11
11
|
import { useFormContext as $t, useFormState as $m } from "react-hook-form";
|
|
@@ -15,7 +15,7 @@ import * as Am from "react-dom";
|
|
|
15
15
|
import cn from "react-dom";
|
|
16
16
|
import { isAfter as Im } from "date-fns";
|
|
17
17
|
import xu from "ra-language-english";
|
|
18
|
-
import
|
|
18
|
+
import Tt from "@blackbox-vision/ra-language-spanish";
|
|
19
19
|
import Su from "react-draggable";
|
|
20
20
|
import { TreeView as Dm } from "devextreme-react";
|
|
21
21
|
function Yt(e) {
|
|
@@ -201,19 +201,19 @@ function Vm() {
|
|
|
201
201
|
o(x, "isValidElementType");
|
|
202
202
|
function O(D) {
|
|
203
203
|
if (typeof D == "object" && D !== null) {
|
|
204
|
-
var
|
|
205
|
-
switch (
|
|
204
|
+
var ae = D.$$typeof;
|
|
205
|
+
switch (ae) {
|
|
206
206
|
case e:
|
|
207
|
-
var
|
|
208
|
-
switch (
|
|
207
|
+
var we = D.type;
|
|
208
|
+
switch (we) {
|
|
209
209
|
case r:
|
|
210
210
|
case i:
|
|
211
211
|
case n:
|
|
212
212
|
case d:
|
|
213
213
|
case p:
|
|
214
|
-
return
|
|
214
|
+
return we;
|
|
215
215
|
default:
|
|
216
|
-
var Fe =
|
|
216
|
+
var Fe = we && we.$$typeof;
|
|
217
217
|
switch (Fe) {
|
|
218
218
|
case c:
|
|
219
219
|
case s:
|
|
@@ -223,11 +223,11 @@ function Vm() {
|
|
|
223
223
|
case l:
|
|
224
224
|
return Fe;
|
|
225
225
|
default:
|
|
226
|
-
return
|
|
226
|
+
return ae;
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
case t:
|
|
230
|
-
return
|
|
230
|
+
return ae;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
}
|
|
@@ -237,22 +237,22 @@ function Vm() {
|
|
|
237
237
|
return k || (k = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
238
238
|
}
|
|
239
239
|
o(te, "isAsyncMode");
|
|
240
|
-
function
|
|
240
|
+
function pe(D) {
|
|
241
241
|
return H || (H = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
242
242
|
}
|
|
243
|
-
o(
|
|
244
|
-
function
|
|
243
|
+
o(pe, "isConcurrentMode");
|
|
244
|
+
function se(D) {
|
|
245
245
|
return O(D) === s;
|
|
246
246
|
}
|
|
247
|
-
o(
|
|
248
|
-
function
|
|
247
|
+
o(se, "isContextConsumer");
|
|
248
|
+
function ke(D) {
|
|
249
249
|
return O(D) === l;
|
|
250
250
|
}
|
|
251
|
-
o(
|
|
252
|
-
function
|
|
251
|
+
o(ke, "isContextProvider");
|
|
252
|
+
function re(D) {
|
|
253
253
|
return typeof D == "object" && D !== null && D.$$typeof === e;
|
|
254
254
|
}
|
|
255
|
-
o(
|
|
255
|
+
o(re, "isElement");
|
|
256
256
|
function U(D) {
|
|
257
257
|
return O(D) === u;
|
|
258
258
|
}
|
|
@@ -261,22 +261,22 @@ function Vm() {
|
|
|
261
261
|
return O(D) === r;
|
|
262
262
|
}
|
|
263
263
|
o(oe, "isFragment");
|
|
264
|
-
function
|
|
264
|
+
function ge(D) {
|
|
265
265
|
return O(D) === m;
|
|
266
266
|
}
|
|
267
|
-
o(
|
|
268
|
-
function
|
|
267
|
+
o(ge, "isLazy");
|
|
268
|
+
function ne(D) {
|
|
269
269
|
return O(D) === h;
|
|
270
270
|
}
|
|
271
|
-
o(
|
|
271
|
+
o(ne, "isMemo");
|
|
272
272
|
function ee(D) {
|
|
273
273
|
return O(D) === t;
|
|
274
274
|
}
|
|
275
275
|
o(ee, "isPortal");
|
|
276
|
-
function
|
|
276
|
+
function be(D) {
|
|
277
277
|
return O(D) === i;
|
|
278
278
|
}
|
|
279
|
-
o(
|
|
279
|
+
o(be, "isProfiler");
|
|
280
280
|
function Q(D) {
|
|
281
281
|
return O(D) === n;
|
|
282
282
|
}
|
|
@@ -288,7 +288,7 @@ function Vm() {
|
|
|
288
288
|
function X(D) {
|
|
289
289
|
return O(D) === p;
|
|
290
290
|
}
|
|
291
|
-
o(X, "isSuspenseList"), Ee.ContextConsumer = w, Ee.ContextProvider = F, Ee.Element = L, Ee.ForwardRef = R, Ee.Fragment = M, Ee.Lazy = $, Ee.Memo = N, Ee.Portal = A, Ee.Profiler = _, Ee.StrictMode = j, Ee.Suspense = I, Ee.SuspenseList = V, Ee.isAsyncMode = te, Ee.isConcurrentMode =
|
|
291
|
+
o(X, "isSuspenseList"), Ee.ContextConsumer = w, Ee.ContextProvider = F, Ee.Element = L, Ee.ForwardRef = R, Ee.Fragment = M, Ee.Lazy = $, Ee.Memo = N, Ee.Portal = A, Ee.Profiler = _, Ee.StrictMode = j, Ee.Suspense = I, Ee.SuspenseList = V, Ee.isAsyncMode = te, Ee.isConcurrentMode = pe, Ee.isContextConsumer = se, Ee.isContextProvider = ke, Ee.isElement = re, Ee.isForwardRef = U, Ee.isFragment = oe, Ee.isLazy = ge, Ee.isMemo = ne, Ee.isPortal = ee, Ee.isProfiler = be, Ee.isStrictMode = Q, Ee.isSuspense = z, Ee.isSuspenseList = X, Ee.isValidElementType = x, Ee.typeOf = O;
|
|
292
292
|
}()), Ee;
|
|
293
293
|
}
|
|
294
294
|
o(Vm, "requireReactIs_development$1");
|
|
@@ -486,19 +486,19 @@ function wu(e) {
|
|
|
486
486
|
}), t;
|
|
487
487
|
}
|
|
488
488
|
o(wu, "deepClone");
|
|
489
|
-
function
|
|
489
|
+
function yt(e, t, r = {
|
|
490
490
|
clone: !0
|
|
491
491
|
}) {
|
|
492
492
|
const n = r.clone ? P({}, e) : e;
|
|
493
493
|
return Zt(e) && Zt(t) && Object.keys(t).forEach((i) => {
|
|
494
494
|
Zt(t[i]) && // Avoid prototype pollution
|
|
495
|
-
Object.prototype.hasOwnProperty.call(e, i) && Zt(e[i]) ? n[i] =
|
|
495
|
+
Object.prototype.hasOwnProperty.call(e, i) && Zt(e[i]) ? n[i] = yt(e[i], t[i], r) : r.clone ? n[i] = Zt(t[i]) ? wu(t[i]) : t[i] : n[i] = t[i];
|
|
496
496
|
}), n;
|
|
497
497
|
}
|
|
498
|
-
o(
|
|
498
|
+
o(yt, "deepmerge$1");
|
|
499
499
|
const Ym = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
500
500
|
__proto__: null,
|
|
501
|
-
default:
|
|
501
|
+
default: yt,
|
|
502
502
|
isPlainObject: Zt
|
|
503
503
|
}, Symbol.toStringTag, { value: "Module" })), Qm = ["values", "unit", "step"], Xm = /* @__PURE__ */ o((e) => {
|
|
504
504
|
const t = Object.keys(e).map((r) => ({
|
|
@@ -565,7 +565,7 @@ const Zm = {
|
|
|
565
565
|
borderRadius: 4
|
|
566
566
|
}, cr = process.env.NODE_ENV !== "production" ? a.oneOfType([a.number, a.string, a.object, a.array]) : {};
|
|
567
567
|
function To(e, t) {
|
|
568
|
-
return t ?
|
|
568
|
+
return t ? yt(e, t, {
|
|
569
569
|
clone: !1
|
|
570
570
|
// No need to clone deep, it's way faster.
|
|
571
571
|
}) : e;
|
|
@@ -626,7 +626,7 @@ function Mu(e, t) {
|
|
|
626
626
|
}
|
|
627
627
|
o(Mu, "removeUnusedBreakpoints");
|
|
628
628
|
function Jm(e, ...t) {
|
|
629
|
-
const r = ku(e), n = [r, ...t].reduce((i, l) =>
|
|
629
|
+
const r = ku(e), n = [r, ...t].reduce((i, l) => yt(i, l), {});
|
|
630
630
|
return Mu(Object.keys(r), n);
|
|
631
631
|
}
|
|
632
632
|
o(Jm, "mergeBreakpointsInOrder");
|
|
@@ -789,19 +789,19 @@ function Jn(...e) {
|
|
|
789
789
|
return r.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((n, i) => Object.assign(n, i.propTypes), {}) : {}, r.filterProps = e.reduce((n, i) => n.concat(i.filterProps), []), r;
|
|
790
790
|
}
|
|
791
791
|
o(Jn, "compose");
|
|
792
|
-
function
|
|
792
|
+
function vt(e) {
|
|
793
793
|
return typeof e != "number" ? e : `${e}px solid`;
|
|
794
794
|
}
|
|
795
|
-
o(
|
|
796
|
-
function
|
|
795
|
+
o(vt, "borderTransform");
|
|
796
|
+
function Ct(e, t) {
|
|
797
797
|
return Ve({
|
|
798
798
|
prop: e,
|
|
799
799
|
themeKey: "borders",
|
|
800
800
|
transform: t
|
|
801
801
|
});
|
|
802
802
|
}
|
|
803
|
-
o(
|
|
804
|
-
const ch =
|
|
803
|
+
o(Ct, "createBorderStyle");
|
|
804
|
+
const ch = Ct("border", vt), uh = Ct("borderTop", vt), dh = Ct("borderRight", vt), ph = Ct("borderBottom", vt), fh = Ct("borderLeft", vt), mh = Ct("borderColor"), hh = Ct("borderTopColor"), gh = Ct("borderRightColor"), bh = Ct("borderBottomColor"), vh = Ct("borderLeftColor"), yh = Ct("outline", vt), Oh = Ct("outlineColor"), ea = /* @__PURE__ */ o((e) => {
|
|
805
805
|
if (e.borderRadius !== void 0 && e.borderRadius !== null) {
|
|
806
806
|
const t = Go(e.theme, "shape.borderRadius", 4, "borderRadius"), r = /* @__PURE__ */ o((n) => ({
|
|
807
807
|
borderRadius: Sr(t, n)
|
|
@@ -893,13 +893,13 @@ const kh = Ve({
|
|
|
893
893
|
transform: Hr
|
|
894
894
|
});
|
|
895
895
|
Jn(kh, Mh, $h);
|
|
896
|
-
function
|
|
896
|
+
function ut(e) {
|
|
897
897
|
return e <= 1 && e !== 0 ? `${e * 100}%` : e;
|
|
898
898
|
}
|
|
899
|
-
o(
|
|
899
|
+
o(ut, "sizingTransform");
|
|
900
900
|
const Lh = Ve({
|
|
901
901
|
prop: "width",
|
|
902
|
-
transform:
|
|
902
|
+
transform: ut
|
|
903
903
|
}), Ii = /* @__PURE__ */ o((e) => {
|
|
904
904
|
if (e.maxWidth !== void 0 && e.maxWidth !== null) {
|
|
905
905
|
const t = /* @__PURE__ */ o((r) => {
|
|
@@ -910,7 +910,7 @@ const Lh = Ve({
|
|
|
910
910
|
} : {
|
|
911
911
|
maxWidth: l
|
|
912
912
|
} : {
|
|
913
|
-
maxWidth:
|
|
913
|
+
maxWidth: ut(r)
|
|
914
914
|
};
|
|
915
915
|
}, "styleFromPropValue");
|
|
916
916
|
return Rt(e, e.maxWidth, t);
|
|
@@ -920,26 +920,26 @@ const Lh = Ve({
|
|
|
920
920
|
Ii.filterProps = ["maxWidth"];
|
|
921
921
|
const Ah = Ve({
|
|
922
922
|
prop: "minWidth",
|
|
923
|
-
transform:
|
|
923
|
+
transform: ut
|
|
924
924
|
}), Ih = Ve({
|
|
925
925
|
prop: "height",
|
|
926
|
-
transform:
|
|
926
|
+
transform: ut
|
|
927
927
|
}), Dh = Ve({
|
|
928
928
|
prop: "maxHeight",
|
|
929
|
-
transform:
|
|
929
|
+
transform: ut
|
|
930
930
|
}), Nh = Ve({
|
|
931
931
|
prop: "minHeight",
|
|
932
|
-
transform:
|
|
932
|
+
transform: ut
|
|
933
933
|
});
|
|
934
934
|
Ve({
|
|
935
935
|
prop: "size",
|
|
936
936
|
cssProperty: "width",
|
|
937
|
-
transform:
|
|
937
|
+
transform: ut
|
|
938
938
|
});
|
|
939
939
|
Ve({
|
|
940
940
|
prop: "size",
|
|
941
941
|
cssProperty: "height",
|
|
942
|
-
transform:
|
|
942
|
+
transform: ut
|
|
943
943
|
});
|
|
944
944
|
const _h = Ve({
|
|
945
945
|
prop: "boxSizing"
|
|
@@ -949,23 +949,23 @@ const qo = {
|
|
|
949
949
|
// borders
|
|
950
950
|
border: {
|
|
951
951
|
themeKey: "borders",
|
|
952
|
-
transform:
|
|
952
|
+
transform: vt
|
|
953
953
|
},
|
|
954
954
|
borderTop: {
|
|
955
955
|
themeKey: "borders",
|
|
956
|
-
transform:
|
|
956
|
+
transform: vt
|
|
957
957
|
},
|
|
958
958
|
borderRight: {
|
|
959
959
|
themeKey: "borders",
|
|
960
|
-
transform:
|
|
960
|
+
transform: vt
|
|
961
961
|
},
|
|
962
962
|
borderBottom: {
|
|
963
963
|
themeKey: "borders",
|
|
964
|
-
transform:
|
|
964
|
+
transform: vt
|
|
965
965
|
},
|
|
966
966
|
borderLeft: {
|
|
967
967
|
themeKey: "borders",
|
|
968
|
-
transform:
|
|
968
|
+
transform: vt
|
|
969
969
|
},
|
|
970
970
|
borderColor: {
|
|
971
971
|
themeKey: "palette"
|
|
@@ -984,7 +984,7 @@ const qo = {
|
|
|
984
984
|
},
|
|
985
985
|
outline: {
|
|
986
986
|
themeKey: "borders",
|
|
987
|
-
transform:
|
|
987
|
+
transform: vt
|
|
988
988
|
},
|
|
989
989
|
outlineColor: {
|
|
990
990
|
themeKey: "palette"
|
|
@@ -1190,22 +1190,22 @@ const qo = {
|
|
|
1190
1190
|
},
|
|
1191
1191
|
// sizing
|
|
1192
1192
|
width: {
|
|
1193
|
-
transform:
|
|
1193
|
+
transform: ut
|
|
1194
1194
|
},
|
|
1195
1195
|
maxWidth: {
|
|
1196
1196
|
style: Ii
|
|
1197
1197
|
},
|
|
1198
1198
|
minWidth: {
|
|
1199
|
-
transform:
|
|
1199
|
+
transform: ut
|
|
1200
1200
|
},
|
|
1201
1201
|
height: {
|
|
1202
|
-
transform:
|
|
1202
|
+
transform: ut
|
|
1203
1203
|
},
|
|
1204
1204
|
maxHeight: {
|
|
1205
|
-
transform:
|
|
1205
|
+
transform: ut
|
|
1206
1206
|
},
|
|
1207
1207
|
minHeight: {
|
|
1208
|
-
transform:
|
|
1208
|
+
transform: ut
|
|
1209
1209
|
},
|
|
1210
1210
|
boxSizing: {},
|
|
1211
1211
|
// typography
|
|
@@ -1332,7 +1332,7 @@ function Ko(e = {}, ...t) {
|
|
|
1332
1332
|
spacing: i,
|
|
1333
1333
|
shape: l = {}
|
|
1334
1334
|
} = e, s = G(e, Bh), c = Ru(r), u = sh(i);
|
|
1335
|
-
let d =
|
|
1335
|
+
let d = yt({
|
|
1336
1336
|
breakpoints: c,
|
|
1337
1337
|
direction: "ltr",
|
|
1338
1338
|
components: {},
|
|
@@ -1343,7 +1343,7 @@ function Ko(e = {}, ...t) {
|
|
|
1343
1343
|
spacing: u,
|
|
1344
1344
|
shape: P({}, Zm, l)
|
|
1345
1345
|
}, s);
|
|
1346
|
-
return d.applyStyles = Au, d = t.reduce((p, h) =>
|
|
1346
|
+
return d.applyStyles = Au, d = t.reduce((p, h) => yt(p, h), d), d.unstable_sxConfig = P({}, qo, s == null ? void 0 : s.unstable_sxConfig), d.unstable_sx = /* @__PURE__ */ o(function(h) {
|
|
1347
1347
|
return io({
|
|
1348
1348
|
sx: h,
|
|
1349
1349
|
theme: this
|
|
@@ -1418,9 +1418,9 @@ var qh = /* @__PURE__ */ function() {
|
|
|
1418
1418
|
return n.parentNode && n.parentNode.removeChild(n);
|
|
1419
1419
|
}), this.tags = [], this.ctr = 0, process.env.NODE_ENV !== "production" && (this._alreadyInsertedOrderInsensitiveRule = !1);
|
|
1420
1420
|
}, "flush"), e;
|
|
1421
|
-
}(),
|
|
1421
|
+
}(), Ze = "-ms-", Mn = "-moz-", Oe = "-webkit-", Di = "comm", Ni = "rule", _i = "decl", Kh = "@import", Du = "@keyframes", Yh = "@layer", Qh = Math.abs, na = String.fromCharCode, Xh = Object.assign;
|
|
1422
1422
|
function Zh(e, t) {
|
|
1423
|
-
return
|
|
1423
|
+
return Qe(e, 0) ^ 45 ? (((t << 2 ^ Qe(e, 0)) << 2 ^ Qe(e, 1)) << 2 ^ Qe(e, 2)) << 2 ^ Qe(e, 3) : 0;
|
|
1424
1424
|
}
|
|
1425
1425
|
o(Zh, "hash$2");
|
|
1426
1426
|
function Nu(e) {
|
|
@@ -1439,10 +1439,10 @@ function Za(e, t) {
|
|
|
1439
1439
|
return e.indexOf(t);
|
|
1440
1440
|
}
|
|
1441
1441
|
o(Za, "indexof");
|
|
1442
|
-
function
|
|
1442
|
+
function Qe(e, t) {
|
|
1443
1443
|
return e.charCodeAt(t) | 0;
|
|
1444
1444
|
}
|
|
1445
|
-
o(
|
|
1445
|
+
o(Qe, "charat");
|
|
1446
1446
|
function $o(e, t, r) {
|
|
1447
1447
|
return e.slice(t, r);
|
|
1448
1448
|
}
|
|
@@ -1463,7 +1463,7 @@ function eg(e, t) {
|
|
|
1463
1463
|
return e.map(t).join("");
|
|
1464
1464
|
}
|
|
1465
1465
|
o(eg, "combine");
|
|
1466
|
-
var aa = 1, Qr = 1, _u = 0, it = 0,
|
|
1466
|
+
var aa = 1, Qr = 1, _u = 0, it = 0, He = 0, lo = "";
|
|
1467
1467
|
function ia(e, t, r, n, i, l, s) {
|
|
1468
1468
|
return { value: e, root: t, parent: r, type: n, props: i, children: l, line: aa, column: Qr, length: s, return: "" };
|
|
1469
1469
|
}
|
|
@@ -1473,19 +1473,19 @@ function vo(e, t) {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
o(vo, "copy");
|
|
1475
1475
|
function tg() {
|
|
1476
|
-
return
|
|
1476
|
+
return He;
|
|
1477
1477
|
}
|
|
1478
1478
|
o(tg, "char");
|
|
1479
1479
|
function rg() {
|
|
1480
|
-
return
|
|
1480
|
+
return He = it > 0 ? Qe(lo, --it) : 0, Qr--, He === 10 && (Qr = 1, aa--), He;
|
|
1481
1481
|
}
|
|
1482
1482
|
o(rg, "prev");
|
|
1483
|
-
function
|
|
1484
|
-
return
|
|
1483
|
+
function pt() {
|
|
1484
|
+
return He = it < _u ? Qe(lo, it++) : 0, Qr++, He === 10 && (Qr = 1, aa++), He;
|
|
1485
1485
|
}
|
|
1486
|
-
o(
|
|
1486
|
+
o(pt, "next");
|
|
1487
1487
|
function Ht() {
|
|
1488
|
-
return
|
|
1488
|
+
return Qe(lo, it);
|
|
1489
1489
|
}
|
|
1490
1490
|
o(Ht, "peek");
|
|
1491
1491
|
function xn() {
|
|
@@ -1542,46 +1542,46 @@ function Sn(e) {
|
|
|
1542
1542
|
}
|
|
1543
1543
|
o(Sn, "delimit");
|
|
1544
1544
|
function og(e) {
|
|
1545
|
-
for (; (
|
|
1546
|
-
|
|
1547
|
-
return Lo(e) > 2 || Lo(
|
|
1545
|
+
for (; (He = Ht()) && He < 33; )
|
|
1546
|
+
pt();
|
|
1547
|
+
return Lo(e) > 2 || Lo(He) > 3 ? "" : " ";
|
|
1548
1548
|
}
|
|
1549
1549
|
o(og, "whitespace");
|
|
1550
1550
|
function ng(e, t) {
|
|
1551
|
-
for (; --t &&
|
|
1551
|
+
for (; --t && pt() && !(He < 48 || He > 102 || He > 57 && He < 65 || He > 70 && He < 97); )
|
|
1552
1552
|
;
|
|
1553
|
-
return Yo(e, xn() + (t < 6 && Ht() == 32 &&
|
|
1553
|
+
return Yo(e, xn() + (t < 6 && Ht() == 32 && pt() == 32));
|
|
1554
1554
|
}
|
|
1555
1555
|
o(ng, "escaping");
|
|
1556
1556
|
function Ja(e) {
|
|
1557
|
-
for (;
|
|
1558
|
-
switch (
|
|
1557
|
+
for (; pt(); )
|
|
1558
|
+
switch (He) {
|
|
1559
1559
|
case e:
|
|
1560
1560
|
return it;
|
|
1561
1561
|
case 34:
|
|
1562
1562
|
case 39:
|
|
1563
|
-
e !== 34 && e !== 39 && Ja(
|
|
1563
|
+
e !== 34 && e !== 39 && Ja(He);
|
|
1564
1564
|
break;
|
|
1565
1565
|
case 40:
|
|
1566
1566
|
e === 41 && Ja(e);
|
|
1567
1567
|
break;
|
|
1568
1568
|
case 92:
|
|
1569
|
-
|
|
1569
|
+
pt();
|
|
1570
1570
|
break;
|
|
1571
1571
|
}
|
|
1572
1572
|
return it;
|
|
1573
1573
|
}
|
|
1574
1574
|
o(Ja, "delimiter");
|
|
1575
1575
|
function ag(e, t) {
|
|
1576
|
-
for (;
|
|
1577
|
-
if (e +
|
|
1576
|
+
for (; pt() && e + He !== 57; )
|
|
1577
|
+
if (e + He === 84 && Ht() === 47)
|
|
1578
1578
|
break;
|
|
1579
|
-
return "/*" + Yo(t, it - 1) + "*" + na(e === 47 ? e :
|
|
1579
|
+
return "/*" + Yo(t, it - 1) + "*" + na(e === 47 ? e : pt());
|
|
1580
1580
|
}
|
|
1581
1581
|
o(ag, "commenter");
|
|
1582
1582
|
function ig(e) {
|
|
1583
1583
|
for (; !Lo(Ht()); )
|
|
1584
|
-
|
|
1584
|
+
pt();
|
|
1585
1585
|
return Yo(e, it);
|
|
1586
1586
|
}
|
|
1587
1587
|
o(ig, "identifier");
|
|
@@ -1591,9 +1591,9 @@ function lg(e) {
|
|
|
1591
1591
|
o(lg, "compile");
|
|
1592
1592
|
function En(e, t, r, n, i, l, s, c, u) {
|
|
1593
1593
|
for (var d = 0, p = 0, h = s, m = 0, b = 0, v = 0, g = 1, y = 1, T = 1, C = 0, E = "", x = i, O = l, w = n, F = E; y; )
|
|
1594
|
-
switch (v = C, C =
|
|
1594
|
+
switch (v = C, C = pt()) {
|
|
1595
1595
|
case 40:
|
|
1596
|
-
if (v != 108 &&
|
|
1596
|
+
if (v != 108 && Qe(F, h - 1) == 58) {
|
|
1597
1597
|
Za(F += xe(Sn(C), "&", "&\f"), "&\f") != -1 && (T = -1);
|
|
1598
1598
|
break;
|
|
1599
1599
|
}
|
|
@@ -1615,7 +1615,7 @@ function En(e, t, r, n, i, l, s, c, u) {
|
|
|
1615
1615
|
switch (Ht()) {
|
|
1616
1616
|
case 42:
|
|
1617
1617
|
case 47:
|
|
1618
|
-
un(sg(ag(
|
|
1618
|
+
un(sg(ag(pt(), xn()), t, r), u);
|
|
1619
1619
|
break;
|
|
1620
1620
|
default:
|
|
1621
1621
|
F += "/";
|
|
@@ -1640,7 +1640,7 @@ function En(e, t, r, n, i, l, s, c, u) {
|
|
|
1640
1640
|
if (p === 0)
|
|
1641
1641
|
En(F, t, w, w, x, l, h, c, O);
|
|
1642
1642
|
else
|
|
1643
|
-
switch (m === 99 &&
|
|
1643
|
+
switch (m === 99 && Qe(F, 3) === 110 ? 100 : m) {
|
|
1644
1644
|
case 100:
|
|
1645
1645
|
case 108:
|
|
1646
1646
|
case 109:
|
|
@@ -1670,7 +1670,7 @@ function En(e, t, r, n, i, l, s, c, u) {
|
|
|
1670
1670
|
c[d++] = (Nt(F) - 1) * T, T = 1;
|
|
1671
1671
|
break;
|
|
1672
1672
|
case 64:
|
|
1673
|
-
Ht() === 45 && (F += Sn(
|
|
1673
|
+
Ht() === 45 && (F += Sn(pt())), m = Ht(), p = h = Nt(E = F += ig(xn())), C++;
|
|
1674
1674
|
break;
|
|
1675
1675
|
case 45:
|
|
1676
1676
|
v === 45 && Nt(F) == 2 && (g = 0);
|
|
@@ -1734,7 +1734,7 @@ function dg(e) {
|
|
|
1734
1734
|
o(dg, "rulesheet");
|
|
1735
1735
|
var pg = /* @__PURE__ */ o(function(t, r, n) {
|
|
1736
1736
|
for (var i = 0, l = 0; i = l, l = Ht(), i === 38 && l === 12 && (r[n] = 1), !Lo(l); )
|
|
1737
|
-
|
|
1737
|
+
pt();
|
|
1738
1738
|
return Yo(t, it);
|
|
1739
1739
|
}, "identifierWithPointTracking"), fg = /* @__PURE__ */ o(function(t, r) {
|
|
1740
1740
|
var n = -1, i = 44;
|
|
@@ -1754,7 +1754,7 @@ var pg = /* @__PURE__ */ o(function(t, r, n) {
|
|
|
1754
1754
|
default:
|
|
1755
1755
|
t[n] += na(i);
|
|
1756
1756
|
}
|
|
1757
|
-
while (i =
|
|
1757
|
+
while (i = pt());
|
|
1758
1758
|
return t;
|
|
1759
1759
|
}, "toRules"), mg = /* @__PURE__ */ o(function(t, r) {
|
|
1760
1760
|
return Vu(fg(ju(t), r));
|
|
@@ -1851,24 +1851,24 @@ function zu(e, t) {
|
|
|
1851
1851
|
case 4810:
|
|
1852
1852
|
case 6968:
|
|
1853
1853
|
case 2756:
|
|
1854
|
-
return Oe + e + Mn + e +
|
|
1854
|
+
return Oe + e + Mn + e + Ze + e + e;
|
|
1855
1855
|
case 6828:
|
|
1856
1856
|
case 4268:
|
|
1857
|
-
return Oe + e +
|
|
1857
|
+
return Oe + e + Ze + e + e;
|
|
1858
1858
|
case 6165:
|
|
1859
|
-
return Oe + e +
|
|
1859
|
+
return Oe + e + Ze + "flex-" + e + e;
|
|
1860
1860
|
case 5187:
|
|
1861
|
-
return Oe + e + xe(e, /(\w+).+(:[^]+)/, Oe + "box-$1$2" +
|
|
1861
|
+
return Oe + e + xe(e, /(\w+).+(:[^]+)/, Oe + "box-$1$2" + Ze + "flex-$1$2") + e;
|
|
1862
1862
|
case 5443:
|
|
1863
|
-
return Oe + e +
|
|
1863
|
+
return Oe + e + Ze + "flex-item-" + xe(e, /flex-|-self/, "") + e;
|
|
1864
1864
|
case 4675:
|
|
1865
|
-
return Oe + e +
|
|
1865
|
+
return Oe + e + Ze + "flex-line-pack" + xe(e, /align-content|flex-|-self/, "") + e;
|
|
1866
1866
|
case 5548:
|
|
1867
|
-
return Oe + e +
|
|
1867
|
+
return Oe + e + Ze + xe(e, "shrink", "negative") + e;
|
|
1868
1868
|
case 5292:
|
|
1869
|
-
return Oe + e +
|
|
1869
|
+
return Oe + e + Ze + xe(e, "basis", "preferred-size") + e;
|
|
1870
1870
|
case 6060:
|
|
1871
|
-
return Oe + "box-" + xe(e, "-grow", "") + Oe + e +
|
|
1871
|
+
return Oe + "box-" + xe(e, "-grow", "") + Oe + e + Ze + xe(e, "grow", "positive") + e;
|
|
1872
1872
|
case 4554:
|
|
1873
1873
|
return Oe + xe(e, /([^-])(transform)/g, "$1" + Oe + "$2") + e;
|
|
1874
1874
|
case 6187:
|
|
@@ -1877,7 +1877,7 @@ function zu(e, t) {
|
|
|
1877
1877
|
case 3959:
|
|
1878
1878
|
return xe(e, /(image-set\([^]*)/, Oe + "$1$`$1");
|
|
1879
1879
|
case 4968:
|
|
1880
|
-
return xe(xe(e, /(.+:)(flex-)?(.*)/, Oe + "box-pack:$3" +
|
|
1880
|
+
return xe(xe(e, /(.+:)(flex-)?(.*)/, Oe + "box-pack:$3" + Ze + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + Oe + e + e;
|
|
1881
1881
|
case 4095:
|
|
1882
1882
|
case 3583:
|
|
1883
1883
|
case 4068:
|
|
@@ -1895,35 +1895,35 @@ function zu(e, t) {
|
|
|
1895
1895
|
case 5789:
|
|
1896
1896
|
case 5021:
|
|
1897
1897
|
case 4765:
|
|
1898
|
-
if (Nt(e) - 1 - t > 6) switch (
|
|
1898
|
+
if (Nt(e) - 1 - t > 6) switch (Qe(e, t + 1)) {
|
|
1899
1899
|
case 109:
|
|
1900
|
-
if (
|
|
1900
|
+
if (Qe(e, t + 4) !== 45) break;
|
|
1901
1901
|
case 102:
|
|
1902
|
-
return xe(e, /(.+:)(.+)-([^]+)/, "$1" + Oe + "$2-$3$1" + Mn + (
|
|
1902
|
+
return xe(e, /(.+:)(.+)-([^]+)/, "$1" + Oe + "$2-$3$1" + Mn + (Qe(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
|
|
1903
1903
|
case 115:
|
|
1904
1904
|
return ~Za(e, "stretch") ? zu(xe(e, "stretch", "fill-available"), t) + e : e;
|
|
1905
1905
|
}
|
|
1906
1906
|
break;
|
|
1907
1907
|
case 4949:
|
|
1908
|
-
if (
|
|
1908
|
+
if (Qe(e, t + 1) !== 115) break;
|
|
1909
1909
|
case 6444:
|
|
1910
|
-
switch (
|
|
1910
|
+
switch (Qe(e, Nt(e) - 3 - (~Za(e, "!important") && 10))) {
|
|
1911
1911
|
case 107:
|
|
1912
1912
|
return xe(e, ":", ":" + Oe) + e;
|
|
1913
1913
|
case 101:
|
|
1914
|
-
return xe(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + Oe + (
|
|
1914
|
+
return xe(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + Oe + (Qe(e, 14) === 45 ? "inline-" : "") + "box$3$1" + Oe + "$2$3$1" + Ze + "$2box$3") + e;
|
|
1915
1915
|
}
|
|
1916
1916
|
break;
|
|
1917
1917
|
case 5936:
|
|
1918
|
-
switch (
|
|
1918
|
+
switch (Qe(e, t + 11)) {
|
|
1919
1919
|
case 114:
|
|
1920
|
-
return Oe + e +
|
|
1920
|
+
return Oe + e + Ze + xe(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
|
|
1921
1921
|
case 108:
|
|
1922
|
-
return Oe + e +
|
|
1922
|
+
return Oe + e + Ze + xe(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
|
|
1923
1923
|
case 45:
|
|
1924
|
-
return Oe + e +
|
|
1924
|
+
return Oe + e + Ze + xe(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
|
|
1925
1925
|
}
|
|
1926
|
-
return Oe + e +
|
|
1926
|
+
return Oe + e + Ze + e + e;
|
|
1927
1927
|
}
|
|
1928
1928
|
return e;
|
|
1929
1929
|
}
|
|
@@ -1951,7 +1951,7 @@ var Sg = /* @__PURE__ */ o(function(t, r, n, i) {
|
|
|
1951
1951
|
}), vo(t, {
|
|
1952
1952
|
props: [xe(l, /:(plac\w+)/, ":" + Mn + "$1")]
|
|
1953
1953
|
}), vo(t, {
|
|
1954
|
-
props: [xe(l, /:(plac\w+)/,
|
|
1954
|
+
props: [xe(l, /:(plac\w+)/, Ze + "input-$1")]
|
|
1955
1955
|
})], i);
|
|
1956
1956
|
}
|
|
1957
1957
|
return "";
|
|
@@ -2131,14 +2131,14 @@ function Tg() {
|
|
|
2131
2131
|
case h:
|
|
2132
2132
|
return D;
|
|
2133
2133
|
default:
|
|
2134
|
-
var
|
|
2135
|
-
switch (
|
|
2134
|
+
var ae = D && D.$$typeof;
|
|
2135
|
+
switch (ae) {
|
|
2136
2136
|
case c:
|
|
2137
2137
|
case p:
|
|
2138
2138
|
case v:
|
|
2139
2139
|
case b:
|
|
2140
2140
|
case s:
|
|
2141
|
-
return
|
|
2141
|
+
return ae;
|
|
2142
2142
|
default:
|
|
2143
2143
|
return X;
|
|
2144
2144
|
}
|
|
@@ -2158,22 +2158,22 @@ function Tg() {
|
|
|
2158
2158
|
return x(z) === d;
|
|
2159
2159
|
}
|
|
2160
2160
|
o(te, "isConcurrentMode");
|
|
2161
|
-
function
|
|
2161
|
+
function pe(z) {
|
|
2162
2162
|
return x(z) === c;
|
|
2163
2163
|
}
|
|
2164
|
-
o(
|
|
2165
|
-
function
|
|
2164
|
+
o(pe, "isContextConsumer");
|
|
2165
|
+
function se(z) {
|
|
2166
2166
|
return x(z) === s;
|
|
2167
2167
|
}
|
|
2168
|
-
o(
|
|
2169
|
-
function
|
|
2168
|
+
o(se, "isContextProvider");
|
|
2169
|
+
function ke(z) {
|
|
2170
2170
|
return typeof z == "object" && z !== null && z.$$typeof === t;
|
|
2171
2171
|
}
|
|
2172
|
-
o(
|
|
2173
|
-
function
|
|
2172
|
+
o(ke, "isElement");
|
|
2173
|
+
function re(z) {
|
|
2174
2174
|
return x(z) === p;
|
|
2175
2175
|
}
|
|
2176
|
-
o(
|
|
2176
|
+
o(re, "isForwardRef");
|
|
2177
2177
|
function U(z) {
|
|
2178
2178
|
return x(z) === n;
|
|
2179
2179
|
}
|
|
@@ -2182,26 +2182,26 @@ function Tg() {
|
|
|
2182
2182
|
return x(z) === v;
|
|
2183
2183
|
}
|
|
2184
2184
|
o(oe, "isLazy");
|
|
2185
|
-
function
|
|
2185
|
+
function ge(z) {
|
|
2186
2186
|
return x(z) === b;
|
|
2187
2187
|
}
|
|
2188
|
-
o(
|
|
2189
|
-
function
|
|
2188
|
+
o(ge, "isMemo");
|
|
2189
|
+
function ne(z) {
|
|
2190
2190
|
return x(z) === r;
|
|
2191
2191
|
}
|
|
2192
|
-
o(
|
|
2192
|
+
o(ne, "isPortal");
|
|
2193
2193
|
function ee(z) {
|
|
2194
2194
|
return x(z) === l;
|
|
2195
2195
|
}
|
|
2196
2196
|
o(ee, "isProfiler");
|
|
2197
|
-
function
|
|
2197
|
+
function be(z) {
|
|
2198
2198
|
return x(z) === i;
|
|
2199
2199
|
}
|
|
2200
|
-
o(
|
|
2200
|
+
o(be, "isStrictMode");
|
|
2201
2201
|
function Q(z) {
|
|
2202
2202
|
return x(z) === h;
|
|
2203
2203
|
}
|
|
2204
|
-
o(Q, "isSuspense"), Te.AsyncMode = O, Te.ConcurrentMode = w, Te.ContextConsumer = F, Te.ContextProvider = L, Te.Element = R, Te.ForwardRef = M, Te.Fragment = $, Te.Lazy = N, Te.Memo = A, Te.Portal = _, Te.Profiler = j, Te.StrictMode = I, Te.Suspense = V, Te.isAsyncMode = H, Te.isConcurrentMode = te, Te.isContextConsumer =
|
|
2204
|
+
o(Q, "isSuspense"), Te.AsyncMode = O, Te.ConcurrentMode = w, Te.ContextConsumer = F, Te.ContextProvider = L, Te.Element = R, Te.ForwardRef = M, Te.Fragment = $, Te.Lazy = N, Te.Memo = A, Te.Portal = _, Te.Profiler = j, Te.StrictMode = I, Te.Suspense = V, Te.isAsyncMode = H, Te.isConcurrentMode = te, Te.isContextConsumer = pe, Te.isContextProvider = se, Te.isElement = ke, Te.isForwardRef = re, Te.isFragment = U, Te.isLazy = oe, Te.isMemo = ge, Te.isPortal = ne, Te.isProfiler = ee, Te.isStrictMode = be, Te.isSuspense = Q, Te.isValidElementType = E, Te.typeOf = x;
|
|
2205
2205
|
}()), Te;
|
|
2206
2206
|
}
|
|
2207
2207
|
o(Tg, "requireReactIs_development");
|
|
@@ -3167,11 +3167,11 @@ const sb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3167
3167
|
required: "required",
|
|
3168
3168
|
selected: "selected"
|
|
3169
3169
|
};
|
|
3170
|
-
function
|
|
3170
|
+
function ve(e, t, r = "Mui") {
|
|
3171
3171
|
const n = ub[t];
|
|
3172
3172
|
return n ? `${r}-${n}` : `${od.generate(e)}-${t}`;
|
|
3173
3173
|
}
|
|
3174
|
-
o(
|
|
3174
|
+
o(ve, "generateUtilityClass$1");
|
|
3175
3175
|
function db(e, t) {
|
|
3176
3176
|
return P({
|
|
3177
3177
|
toolbar: {
|
|
@@ -3202,11 +3202,11 @@ var ad = Le;
|
|
|
3202
3202
|
Object.defineProperty(Be, "__esModule", {
|
|
3203
3203
|
value: !0
|
|
3204
3204
|
});
|
|
3205
|
-
var
|
|
3205
|
+
var Je = Be.alpha = cd;
|
|
3206
3206
|
Be.blend = Cb;
|
|
3207
3207
|
Be.colorChannel = void 0;
|
|
3208
3208
|
var hb = Be.darken = qi;
|
|
3209
|
-
Be.decomposeColor =
|
|
3209
|
+
Be.decomposeColor = xt;
|
|
3210
3210
|
Be.emphasize = ud;
|
|
3211
3211
|
var Us = Be.getContrastRatio = xb;
|
|
3212
3212
|
Be.getLuminance = Ln;
|
|
@@ -3237,11 +3237,11 @@ function vb(e) {
|
|
|
3237
3237
|
return t.length === 1 ? `0${t}` : t;
|
|
3238
3238
|
}
|
|
3239
3239
|
o(vb, "intToHex");
|
|
3240
|
-
function
|
|
3240
|
+
function xt(e) {
|
|
3241
3241
|
if (e.type)
|
|
3242
3242
|
return e;
|
|
3243
3243
|
if (e.charAt(0) === "#")
|
|
3244
|
-
return
|
|
3244
|
+
return xt(id(e));
|
|
3245
3245
|
const t = e.indexOf("("), r = e.substring(0, t);
|
|
3246
3246
|
if (["rgb", "rgba", "hsl", "hsla", "color"].indexOf(r) === -1)
|
|
3247
3247
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
|
|
@@ -3259,9 +3259,9 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
|
|
|
3259
3259
|
colorSpace: i
|
|
3260
3260
|
};
|
|
3261
3261
|
}
|
|
3262
|
-
o(
|
|
3262
|
+
o(xt, "decomposeColor$1");
|
|
3263
3263
|
const ld = /* @__PURE__ */ o((e) => {
|
|
3264
|
-
const t =
|
|
3264
|
+
const t = xt(e);
|
|
3265
3265
|
return t.values.slice(0, 3).map((r, n) => t.type.indexOf("hsl") !== -1 && n !== 0 ? `${r}%` : r).join(" ");
|
|
3266
3266
|
}, "colorChannel");
|
|
3267
3267
|
Be.colorChannel = ld;
|
|
@@ -3289,12 +3289,12 @@ function Ob(e) {
|
|
|
3289
3289
|
return e;
|
|
3290
3290
|
const {
|
|
3291
3291
|
values: t
|
|
3292
|
-
} =
|
|
3292
|
+
} = xt(e);
|
|
3293
3293
|
return `#${t.map((r, n) => vb(n === 3 ? Math.round(255 * r) : r)).join("")}`;
|
|
3294
3294
|
}
|
|
3295
3295
|
o(Ob, "rgbToHex");
|
|
3296
3296
|
function sd(e) {
|
|
3297
|
-
e =
|
|
3297
|
+
e = xt(e);
|
|
3298
3298
|
const {
|
|
3299
3299
|
values: t
|
|
3300
3300
|
} = e, r = t[0], n = t[1] / 100, i = t[2] / 100, l = n * Math.min(i, 1 - i), s = /* @__PURE__ */ o((d, p = (d + r / 30) % 12) => i - l * Math.max(Math.min(p - 3, 9 - p, 1), -1), "f");
|
|
@@ -3307,8 +3307,8 @@ function sd(e) {
|
|
|
3307
3307
|
}
|
|
3308
3308
|
o(sd, "hslToRgb");
|
|
3309
3309
|
function Ln(e) {
|
|
3310
|
-
e =
|
|
3311
|
-
let t = e.type === "hsl" || e.type === "hsla" ?
|
|
3310
|
+
e = xt(e);
|
|
3311
|
+
let t = e.type === "hsl" || e.type === "hsla" ? xt(sd(e)).values : e.values;
|
|
3312
3312
|
return t = t.map((r) => (e.type !== "color" && (r /= 255), r <= 0.03928 ? r / 12.92 : ((r + 0.055) / 1.055) ** 2.4)), Number((0.2126 * t[0] + 0.7152 * t[1] + 0.0722 * t[2]).toFixed(3));
|
|
3313
3313
|
}
|
|
3314
3314
|
o(Ln, "getLuminance");
|
|
@@ -3318,7 +3318,7 @@ function xb(e, t) {
|
|
|
3318
3318
|
}
|
|
3319
3319
|
o(xb, "getContrastRatio");
|
|
3320
3320
|
function cd(e, t) {
|
|
3321
|
-
return e =
|
|
3321
|
+
return e = xt(e), t = Gi(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, co(e);
|
|
3322
3322
|
}
|
|
3323
3323
|
o(cd, "alpha$1");
|
|
3324
3324
|
function Sb(e, t, r) {
|
|
@@ -3330,7 +3330,7 @@ function Sb(e, t, r) {
|
|
|
3330
3330
|
}
|
|
3331
3331
|
o(Sb, "private_safeAlpha");
|
|
3332
3332
|
function qi(e, t) {
|
|
3333
|
-
if (e =
|
|
3333
|
+
if (e = xt(e), t = Gi(t), e.type.indexOf("hsl") !== -1)
|
|
3334
3334
|
e.values[2] *= 1 - t;
|
|
3335
3335
|
else if (e.type.indexOf("rgb") !== -1 || e.type.indexOf("color") !== -1)
|
|
3336
3336
|
for (let r = 0; r < 3; r += 1)
|
|
@@ -3347,7 +3347,7 @@ function Eb(e, t, r) {
|
|
|
3347
3347
|
}
|
|
3348
3348
|
o(Eb, "private_safeDarken");
|
|
3349
3349
|
function Ki(e, t) {
|
|
3350
|
-
if (e =
|
|
3350
|
+
if (e = xt(e), t = Gi(t), e.type.indexOf("hsl") !== -1)
|
|
3351
3351
|
e.values[2] += (100 - e.values[2]) * t;
|
|
3352
3352
|
else if (e.type.indexOf("rgb") !== -1)
|
|
3353
3353
|
for (let r = 0; r < 3; r += 1)
|
|
@@ -3379,7 +3379,7 @@ function Tb(e, t, r) {
|
|
|
3379
3379
|
}
|
|
3380
3380
|
o(Tb, "private_safeEmphasize");
|
|
3381
3381
|
function Cb(e, t, r, n = 1) {
|
|
3382
|
-
const i = /* @__PURE__ */ o((u, d) => Math.round((u ** (1 / n) * (1 - r) + d ** (1 / n) * r) ** n), "blendChannel"), l =
|
|
3382
|
+
const i = /* @__PURE__ */ o((u, d) => Math.round((u ** (1 / n) * (1 - r) + d ** (1 / n) * r) ** n), "blendChannel"), l = xt(e), s = xt(t), c = [i(l.values[0], s.values[0]), i(l.values[1], s.values[1]), i(l.values[2], s.values[2])];
|
|
3383
3383
|
return co({
|
|
3384
3384
|
type: "rgb",
|
|
3385
3385
|
values: c
|
|
@@ -3681,7 +3681,7 @@ const theme2 = createTheme({ palette: {
|
|
|
3681
3681
|
dark: La,
|
|
3682
3682
|
light: qs
|
|
3683
3683
|
};
|
|
3684
|
-
return process.env.NODE_ENV !== "production" && (b[t] || console.error(`MUI: The palette mode \`${t}\` is not supported.`)),
|
|
3684
|
+
return process.env.NODE_ENV !== "production" && (b[t] || console.error(`MUI: The palette mode \`${t}\` is not supported.`)), yt(P({
|
|
3685
3685
|
// A collection of common colors.
|
|
3686
3686
|
common: P({}, Io),
|
|
3687
3687
|
// prevent mutable object.
|
|
@@ -3793,7 +3793,7 @@ function _b(e, t) {
|
|
|
3793
3793
|
letterSpacing: "inherit"
|
|
3794
3794
|
}
|
|
3795
3795
|
};
|
|
3796
|
-
return
|
|
3796
|
+
return yt(P({
|
|
3797
3797
|
htmlFontSize: d,
|
|
3798
3798
|
pxToRem: v,
|
|
3799
3799
|
fontFamily: n,
|
|
@@ -3890,7 +3890,7 @@ function dd(e = {}, ...t) {
|
|
|
3890
3890
|
if (e.vars)
|
|
3891
3891
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : xr(18));
|
|
3892
3892
|
const c = Ib(n), u = Ko(e);
|
|
3893
|
-
let d =
|
|
3893
|
+
let d = yt(u, {
|
|
3894
3894
|
mixins: db(u.breakpoints, r),
|
|
3895
3895
|
palette: c,
|
|
3896
3896
|
// Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
|
|
@@ -3899,14 +3899,14 @@ function dd(e = {}, ...t) {
|
|
|
3899
3899
|
transitions: qb(i),
|
|
3900
3900
|
zIndex: P({}, Kb)
|
|
3901
3901
|
});
|
|
3902
|
-
if (d =
|
|
3902
|
+
if (d = yt(d, s), d = t.reduce((p, h) => yt(p, h), d), process.env.NODE_ENV !== "production") {
|
|
3903
3903
|
const p = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], h = /* @__PURE__ */ o((m, b) => {
|
|
3904
3904
|
let v;
|
|
3905
3905
|
for (v in m) {
|
|
3906
3906
|
const g = m[v];
|
|
3907
3907
|
if (p.indexOf(v) !== -1 && Object.keys(g).length > 0) {
|
|
3908
3908
|
if (process.env.NODE_ENV !== "production") {
|
|
3909
|
-
const y =
|
|
3909
|
+
const y = ve("", v);
|
|
3910
3910
|
console.error([`MUI: The \`${b}\` component increases the CSS specificity of the \`${v}\` internal state.`, "You can not override it like this: ", JSON.stringify(m, null, 2), "", `Instead, you need to use the '&.${y}' syntax:`, JSON.stringify({
|
|
3911
3911
|
root: {
|
|
3912
3912
|
[`&.${y}`]: g
|
|
@@ -3932,7 +3932,7 @@ function dd(e = {}, ...t) {
|
|
|
3932
3932
|
}
|
|
3933
3933
|
o(dd, "createTheme");
|
|
3934
3934
|
const Yi = dd(), Zr = "$$material";
|
|
3935
|
-
function
|
|
3935
|
+
function ye({
|
|
3936
3936
|
props: e,
|
|
3937
3937
|
name: t
|
|
3938
3938
|
}) {
|
|
@@ -3943,7 +3943,7 @@ function ve({
|
|
|
3943
3943
|
themeId: Zr
|
|
3944
3944
|
});
|
|
3945
3945
|
}
|
|
3946
|
-
o(
|
|
3946
|
+
o(ye, "useThemeProps$1");
|
|
3947
3947
|
var Qo = {}, Aa = { exports: {} }, Zs;
|
|
3948
3948
|
function Qb() {
|
|
3949
3949
|
return Zs || (Zs = 1, function(e) {
|
|
@@ -4006,7 +4006,7 @@ Object.defineProperty(Qo, "__esModule", {
|
|
|
4006
4006
|
var nv = Qo.default = vv;
|
|
4007
4007
|
Qo.shouldForwardProp = Pn;
|
|
4008
4008
|
Qo.systemDefaultTheme = void 0;
|
|
4009
|
-
var
|
|
4009
|
+
var gt = uo(Qu()), oi = uo(Qb()), ec = fv(pd), av = Xb, iv = uo(Zb), lv = uo(tv), sv = uo(rv), cv = uo(ov);
|
|
4010
4010
|
const uv = ["ownerState"], dv = ["variants"], pv = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
|
|
4011
4011
|
function gd(e) {
|
|
4012
4012
|
if (typeof WeakMap != "function") return null;
|
|
@@ -4061,11 +4061,11 @@ function Tn(e, t) {
|
|
|
4061
4061
|
let {
|
|
4062
4062
|
ownerState: r
|
|
4063
4063
|
} = t, n = (0, oi.default)(t, uv);
|
|
4064
|
-
const i = typeof e == "function" ? e((0,
|
|
4064
|
+
const i = typeof e == "function" ? e((0, gt.default)({
|
|
4065
4065
|
ownerState: r
|
|
4066
4066
|
}, n)) : e;
|
|
4067
4067
|
if (Array.isArray(i))
|
|
4068
|
-
return i.flatMap((l) => Tn(l, (0,
|
|
4068
|
+
return i.flatMap((l) => Tn(l, (0, gt.default)({
|
|
4069
4069
|
ownerState: r
|
|
4070
4070
|
}, n)));
|
|
4071
4071
|
if (i && typeof i == "object" && Array.isArray(i.variants)) {
|
|
@@ -4075,11 +4075,11 @@ function Tn(e, t) {
|
|
|
4075
4075
|
let c = (0, oi.default)(i, dv);
|
|
4076
4076
|
return l.forEach((u) => {
|
|
4077
4077
|
let d = !0;
|
|
4078
|
-
typeof u.props == "function" ? d = u.props((0,
|
|
4078
|
+
typeof u.props == "function" ? d = u.props((0, gt.default)({
|
|
4079
4079
|
ownerState: r
|
|
4080
4080
|
}, n, r)) : Object.keys(u.props).forEach((p) => {
|
|
4081
4081
|
(r == null ? void 0 : r[p]) !== u.props[p] && n[p] !== u.props[p] && (d = !1);
|
|
4082
|
-
}), d && (Array.isArray(c) || (c = [c]), c.push(typeof u.style == "function" ? u.style((0,
|
|
4082
|
+
}), d && (Array.isArray(c) || (c = [c]), c.push(typeof u.style == "function" ? u.style((0, gt.default)({
|
|
4083
4083
|
ownerState: r
|
|
4084
4084
|
}, n, r)) : u.style));
|
|
4085
4085
|
}), c;
|
|
@@ -4093,8 +4093,8 @@ function vv(e = {}) {
|
|
|
4093
4093
|
defaultTheme: r = gv,
|
|
4094
4094
|
rootShouldForwardProp: n = Pn,
|
|
4095
4095
|
slotShouldForwardProp: i = Pn
|
|
4096
|
-
} = e, l = /* @__PURE__ */ o((s) => (0, cv.default)((0,
|
|
4097
|
-
theme: dn((0,
|
|
4096
|
+
} = e, l = /* @__PURE__ */ o((s) => (0, cv.default)((0, gt.default)({}, s, {
|
|
4097
|
+
theme: dn((0, gt.default)({}, s, {
|
|
4098
4098
|
defaultTheme: r,
|
|
4099
4099
|
themeId: t
|
|
4100
4100
|
}))
|
|
@@ -4118,10 +4118,10 @@ function vv(e = {}) {
|
|
|
4118
4118
|
process.env.NODE_ENV !== "production" && u && (y = `${u}-${tc(d || "Root")}`);
|
|
4119
4119
|
let T = Pn;
|
|
4120
4120
|
d === "Root" || d === "root" ? T = n : d ? T = i : hv(s) && (T = void 0);
|
|
4121
|
-
const C = (0, ec.default)(s, (0,
|
|
4121
|
+
const C = (0, ec.default)(s, (0, gt.default)({
|
|
4122
4122
|
shouldForwardProp: T,
|
|
4123
4123
|
label: y
|
|
4124
|
-
}, b)), E = /* @__PURE__ */ o((O) => typeof O == "function" && O.__emotion_real !== O || (0, av.isPlainObject)(O) ? (w) => Tn(O, (0,
|
|
4124
|
+
}, b)), E = /* @__PURE__ */ o((O) => typeof O == "function" && O.__emotion_real !== O || (0, av.isPlainObject)(O) ? (w) => Tn(O, (0, gt.default)({}, w, {
|
|
4125
4125
|
theme: dn({
|
|
4126
4126
|
theme: w.theme,
|
|
4127
4127
|
defaultTheme: r,
|
|
@@ -4131,7 +4131,7 @@ function vv(e = {}) {
|
|
|
4131
4131
|
let F = E(O);
|
|
4132
4132
|
const L = w ? w.map(E) : [];
|
|
4133
4133
|
u && m && L.push(($) => {
|
|
4134
|
-
const N = dn((0,
|
|
4134
|
+
const N = dn((0, gt.default)({}, $, {
|
|
4135
4135
|
defaultTheme: r,
|
|
4136
4136
|
themeId: t
|
|
4137
4137
|
}));
|
|
@@ -4139,19 +4139,19 @@ function vv(e = {}) {
|
|
|
4139
4139
|
return null;
|
|
4140
4140
|
const A = N.components[u].styleOverrides, _ = {};
|
|
4141
4141
|
return Object.entries(A).forEach(([j, I]) => {
|
|
4142
|
-
_[j] = Tn(I, (0,
|
|
4142
|
+
_[j] = Tn(I, (0, gt.default)({}, $, {
|
|
4143
4143
|
theme: N
|
|
4144
4144
|
}));
|
|
4145
4145
|
}), m($, _);
|
|
4146
4146
|
}), u && !v && L.push(($) => {
|
|
4147
4147
|
var N;
|
|
4148
|
-
const A = dn((0,
|
|
4148
|
+
const A = dn((0, gt.default)({}, $, {
|
|
4149
4149
|
defaultTheme: r,
|
|
4150
4150
|
themeId: t
|
|
4151
4151
|
})), _ = A == null || (N = A.components) == null || (N = N[u]) == null ? void 0 : N.variants;
|
|
4152
4152
|
return Tn({
|
|
4153
4153
|
variants: _
|
|
4154
|
-
}, (0,
|
|
4154
|
+
}, (0, gt.default)({}, $, {
|
|
4155
4155
|
theme: A
|
|
4156
4156
|
}));
|
|
4157
4157
|
}), g || L.push(l);
|
|
@@ -4183,12 +4183,12 @@ const Xo = /* @__PURE__ */ o((e) => yv(e) && e !== "classes", "rootShouldForward
|
|
|
4183
4183
|
function he(e, t, r = "Mui") {
|
|
4184
4184
|
const n = {};
|
|
4185
4185
|
return t.forEach((i) => {
|
|
4186
|
-
n[i] =
|
|
4186
|
+
n[i] = ve(e, i, r);
|
|
4187
4187
|
}), n;
|
|
4188
4188
|
}
|
|
4189
4189
|
o(he, "generateUtilityClasses$1");
|
|
4190
4190
|
function Ov(e) {
|
|
4191
|
-
return
|
|
4191
|
+
return ve("MuiSvgIcon", e);
|
|
4192
4192
|
}
|
|
4193
4193
|
o(Ov, "getSvgIconUtilityClass");
|
|
4194
4194
|
he("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
@@ -4241,7 +4241,7 @@ const xv = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
4241
4241
|
}[t.color]
|
|
4242
4242
|
};
|
|
4243
4243
|
}), An = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
4244
|
-
const n =
|
|
4244
|
+
const n = ye({
|
|
4245
4245
|
props: t,
|
|
4246
4246
|
name: "MuiSvgIcon"
|
|
4247
4247
|
}), {
|
|
@@ -4485,14 +4485,14 @@ function Bt(e) {
|
|
|
4485
4485
|
)).current;
|
|
4486
4486
|
}
|
|
4487
4487
|
o(Bt, "useEventCallback");
|
|
4488
|
-
function
|
|
4488
|
+
function St(...e) {
|
|
4489
4489
|
return S.useMemo(() => e.every((t) => t == null) ? null : (t) => {
|
|
4490
4490
|
e.forEach((r) => {
|
|
4491
4491
|
bd(r, t);
|
|
4492
4492
|
});
|
|
4493
4493
|
}, e);
|
|
4494
4494
|
}
|
|
4495
|
-
o(
|
|
4495
|
+
o(St, "useForkRef");
|
|
4496
4496
|
const nc = {};
|
|
4497
4497
|
function wv(e, t) {
|
|
4498
4498
|
const r = S.useRef(nc);
|
|
@@ -4624,7 +4624,7 @@ const _v = {
|
|
|
4624
4624
|
unsupportedProp: vd,
|
|
4625
4625
|
useControlled: yd,
|
|
4626
4626
|
useEventCallback: Bt,
|
|
4627
|
-
useForkRef:
|
|
4627
|
+
useForkRef: St,
|
|
4628
4628
|
useIsFocusVisible: ma
|
|
4629
4629
|
}, Symbol.toStringTag, { value: "Module" })), Vv = /* @__PURE__ */ Yt(jv);
|
|
4630
4630
|
var ac;
|
|
@@ -4660,7 +4660,7 @@ Od = Zi.default = (0, Uv.default)(/* @__PURE__ */ (0, Gv.jsx)("path", {
|
|
|
4660
4660
|
d: "M22 4v-.5C22 2.12 20.88 1 19.5 1S17 2.12 17 3.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1m-.8 0h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7zm-2.28 8c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45 1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1zM10 20.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L8 16v1c0 1.1.9 2 2 2z"
|
|
4661
4661
|
}), "VpnLock");
|
|
4662
4662
|
const qv = bi((e, t) => {
|
|
4663
|
-
const r =
|
|
4663
|
+
const r = et(), { onClose: n } = Rf(), i = kf(), l = i.form_275, s = i.form_59;
|
|
4664
4664
|
return [
|
|
4665
4665
|
l ? /* @__PURE__ */ ds(
|
|
4666
4666
|
Ga,
|
|
@@ -5119,7 +5119,7 @@ const Py = /* @__PURE__ */ o((e) => ({
|
|
|
5119
5119
|
const m = d > 0 ? l[p[d - 1]] : "column";
|
|
5120
5120
|
l[u] = m;
|
|
5121
5121
|
}
|
|
5122
|
-
}), r =
|
|
5122
|
+
}), r = yt(r, Rt({
|
|
5123
5123
|
theme: t
|
|
5124
5124
|
}, s, /* @__PURE__ */ o((u, d) => e.useFlexGap ? {
|
|
5125
5125
|
gap: Sr(n, u)
|
|
@@ -5144,7 +5144,7 @@ function Cy(e = {}) {
|
|
|
5144
5144
|
componentName: n = "MuiStack"
|
|
5145
5145
|
} = e, i = /* @__PURE__ */ o(() => Ce({
|
|
5146
5146
|
root: ["root"]
|
|
5147
|
-
}, (u) =>
|
|
5147
|
+
}, (u) => ve(n, u), {}), "useUtilityClasses"), l = t(Ty), s = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(u, d) {
|
|
5148
5148
|
const p = r(u), h = da(p), {
|
|
5149
5149
|
component: m = "div",
|
|
5150
5150
|
direction: b = "column",
|
|
@@ -6394,7 +6394,7 @@ const fO = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
6394
6394
|
timeout: T = i,
|
|
6395
6395
|
// eslint-disable-next-line react/prop-types
|
|
6396
6396
|
TransitionComponent: C = Lt
|
|
6397
|
-
} = t, E = G(t, fO), x = S.useRef(null), O =
|
|
6397
|
+
} = t, E = G(t, fO), x = S.useRef(null), O = St(x, c.ref, r), w = /* @__PURE__ */ o((_) => (j) => {
|
|
6398
6398
|
if (_) {
|
|
6399
6399
|
const I = x.current;
|
|
6400
6400
|
j === void 0 ? _(I) : _(I, j);
|
|
@@ -6519,7 +6519,7 @@ process.env.NODE_ENV !== "production" && (sl.propTypes = {
|
|
|
6519
6519
|
})])
|
|
6520
6520
|
});
|
|
6521
6521
|
function hO(e) {
|
|
6522
|
-
return
|
|
6522
|
+
return ve("MuiBackdrop", e);
|
|
6523
6523
|
}
|
|
6524
6524
|
o(hO, "getBackdropUtilityClass");
|
|
6525
6525
|
he("MuiBackdrop", ["root", "invisible"]);
|
|
@@ -6557,7 +6557,7 @@ const gO = ["children", "className", "component", "components", "componentsProps
|
|
|
6557
6557
|
backgroundColor: "transparent"
|
|
6558
6558
|
})), cl = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
6559
6559
|
var n, i, l;
|
|
6560
|
-
const s =
|
|
6560
|
+
const s = ye({
|
|
6561
6561
|
props: t,
|
|
6562
6562
|
name: "MuiBackdrop"
|
|
6563
6563
|
}), {
|
|
@@ -6689,7 +6689,7 @@ process.env.NODE_ENV !== "production" && (cl.propTypes = {
|
|
|
6689
6689
|
})])
|
|
6690
6690
|
});
|
|
6691
6691
|
function yO(e) {
|
|
6692
|
-
return
|
|
6692
|
+
return ve("MuiModal", e);
|
|
6693
6693
|
}
|
|
6694
6694
|
o(yO, "getModalUtilityClass");
|
|
6695
6695
|
he("MuiModal", ["root", "hidden", "backdrop"]);
|
|
@@ -6732,7 +6732,7 @@ const OO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6732
6732
|
zIndex: -1
|
|
6733
6733
|
}), ul = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
6734
6734
|
var n, i, l, s, c, u;
|
|
6735
|
-
const d =
|
|
6735
|
+
const d = ye({
|
|
6736
6736
|
name: "MuiModal",
|
|
6737
6737
|
props: t
|
|
6738
6738
|
}), {
|
|
@@ -6773,23 +6773,23 @@ const OO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6773
6773
|
getBackdropProps: k,
|
|
6774
6774
|
getTransitionProps: H,
|
|
6775
6775
|
portalRef: te,
|
|
6776
|
-
isTopModal:
|
|
6777
|
-
exited:
|
|
6778
|
-
hasTransition:
|
|
6776
|
+
isTopModal: pe,
|
|
6777
|
+
exited: se,
|
|
6778
|
+
hasTransition: ke
|
|
6779
6779
|
} = Qy(P({}, I, {
|
|
6780
6780
|
rootRef: r
|
|
6781
|
-
})),
|
|
6782
|
-
exited:
|
|
6783
|
-
}), U = xO(
|
|
6784
|
-
if (v.props.tabIndex === void 0 && (oe.tabIndex = "-1"),
|
|
6781
|
+
})), re = P({}, I, {
|
|
6782
|
+
exited: se
|
|
6783
|
+
}), U = xO(re), oe = {};
|
|
6784
|
+
if (v.props.tabIndex === void 0 && (oe.tabIndex = "-1"), ke) {
|
|
6785
6785
|
const {
|
|
6786
6786
|
onEnter: X,
|
|
6787
6787
|
onExited: D
|
|
6788
6788
|
} = H();
|
|
6789
6789
|
oe.onEnter = X, oe.onExited = D;
|
|
6790
6790
|
}
|
|
6791
|
-
const
|
|
6792
|
-
elementType:
|
|
6791
|
+
const ge = (n = (i = _ == null ? void 0 : _.root) != null ? i : T.Root) != null ? n : SO, ne = (l = (s = _ == null ? void 0 : _.backdrop) != null ? s : T.Backdrop) != null ? l : p, ee = (c = A == null ? void 0 : A.root) != null ? c : C.root, be = (u = A == null ? void 0 : A.backdrop) != null ? u : C.backdrop, Q = kt({
|
|
6792
|
+
elementType: ge,
|
|
6793
6793
|
externalSlotProps: ee,
|
|
6794
6794
|
externalForwardedProps: j,
|
|
6795
6795
|
getSlotProps: V,
|
|
@@ -6797,30 +6797,30 @@ const OO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6797
6797
|
ref: r,
|
|
6798
6798
|
as: y
|
|
6799
6799
|
},
|
|
6800
|
-
ownerState:
|
|
6801
|
-
className: K(m, ee == null ? void 0 : ee.className, U == null ? void 0 : U.root, !
|
|
6800
|
+
ownerState: re,
|
|
6801
|
+
className: K(m, ee == null ? void 0 : ee.className, U == null ? void 0 : U.root, !re.open && re.exited && (U == null ? void 0 : U.hidden))
|
|
6802
6802
|
}), z = kt({
|
|
6803
|
-
elementType:
|
|
6804
|
-
externalSlotProps:
|
|
6803
|
+
elementType: ne,
|
|
6804
|
+
externalSlotProps: be,
|
|
6805
6805
|
additionalProps: h,
|
|
6806
6806
|
getSlotProps: /* @__PURE__ */ o((X) => k(P({}, X, {
|
|
6807
6807
|
onClick: /* @__PURE__ */ o((D) => {
|
|
6808
6808
|
$ && $(D), X != null && X.onClick && X.onClick(D);
|
|
6809
6809
|
}, "onClick")
|
|
6810
6810
|
})), "getSlotProps"),
|
|
6811
|
-
className: K(
|
|
6812
|
-
ownerState:
|
|
6811
|
+
className: K(be == null ? void 0 : be.className, h == null ? void 0 : h.className, U == null ? void 0 : U.backdrop),
|
|
6812
|
+
ownerState: re
|
|
6813
6813
|
});
|
|
6814
|
-
return !M && !N && (!
|
|
6814
|
+
return !M && !N && (!ke || se) ? null : /* @__PURE__ */ f(_o, {
|
|
6815
6815
|
ref: te,
|
|
6816
6816
|
container: g,
|
|
6817
6817
|
disablePortal: w,
|
|
6818
|
-
children: /* @__PURE__ */ B(
|
|
6819
|
-
children: [!R && p ? /* @__PURE__ */ f(
|
|
6818
|
+
children: /* @__PURE__ */ B(ge, P({}, Q, {
|
|
6819
|
+
children: [!R && p ? /* @__PURE__ */ f(ne, P({}, z)) : null, /* @__PURE__ */ f(Nn, {
|
|
6820
6820
|
disableEnforceFocus: x,
|
|
6821
6821
|
disableAutoFocus: E,
|
|
6822
6822
|
disableRestoreFocus: F,
|
|
6823
|
-
isEnabled:
|
|
6823
|
+
isEnabled: pe,
|
|
6824
6824
|
open: N,
|
|
6825
6825
|
children: /* @__PURE__ */ S.cloneElement(v, oe)
|
|
6826
6826
|
})]
|
|
@@ -7046,7 +7046,7 @@ Ad.isRequired = Ld;
|
|
|
7046
7046
|
si.isRequired = si;
|
|
7047
7047
|
const Id = process.env.NODE_ENV === "production" ? si : Ad;
|
|
7048
7048
|
function FO(e) {
|
|
7049
|
-
return
|
|
7049
|
+
return ve("MuiPaper", e);
|
|
7050
7050
|
}
|
|
7051
7051
|
o(FO, "getPaperUtilityClass");
|
|
7052
7052
|
he("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
|
|
@@ -7085,12 +7085,12 @@ const wO = ["className", "component", "elevation", "square", "variant"], RO = /*
|
|
|
7085
7085
|
}, t.variant === "elevation" && P({
|
|
7086
7086
|
boxShadow: (e.vars || e).shadows[t.elevation]
|
|
7087
7087
|
}, !e.vars && e.palette.mode === "dark" && {
|
|
7088
|
-
backgroundImage: `linear-gradient(${
|
|
7088
|
+
backgroundImage: `linear-gradient(${Je("#fff", cc(t.elevation))}, ${Je("#fff", cc(t.elevation))})`
|
|
7089
7089
|
}, e.vars && {
|
|
7090
7090
|
backgroundImage: (r = e.vars.overlays) == null ? void 0 : r[t.elevation]
|
|
7091
7091
|
}));
|
|
7092
7092
|
}), dr = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7093
|
-
const n =
|
|
7093
|
+
const n = ye({
|
|
7094
7094
|
props: t,
|
|
7095
7095
|
name: "MuiPaper"
|
|
7096
7096
|
}), {
|
|
@@ -7163,7 +7163,7 @@ process.env.NODE_ENV !== "production" && (dr.propTypes = {
|
|
|
7163
7163
|
variant: a.oneOfType([a.oneOf(["elevation", "outlined"]), a.string])
|
|
7164
7164
|
});
|
|
7165
7165
|
function MO(e) {
|
|
7166
|
-
return
|
|
7166
|
+
return ve("MuiDialog", e);
|
|
7167
7167
|
}
|
|
7168
7168
|
o(MO, "getDialogUtilityClass");
|
|
7169
7169
|
const _a = he("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), dl = /* @__PURE__ */ S.createContext({});
|
|
@@ -7290,7 +7290,7 @@ const $O = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
7290
7290
|
maxWidth: "100%"
|
|
7291
7291
|
}
|
|
7292
7292
|
})), tn = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7293
|
-
const n =
|
|
7293
|
+
const n = ye({
|
|
7294
7294
|
props: t,
|
|
7295
7295
|
name: "MuiDialog"
|
|
7296
7296
|
}), i = Rr(), l = {
|
|
@@ -7510,7 +7510,7 @@ process.env.NODE_ENV !== "production" && (tn.propTypes = {
|
|
|
7510
7510
|
TransitionProps: a.object
|
|
7511
7511
|
});
|
|
7512
7512
|
function _O(e) {
|
|
7513
|
-
return
|
|
7513
|
+
return ve("MuiDialogActions", e);
|
|
7514
7514
|
}
|
|
7515
7515
|
o(_O, "getDialogActionsUtilityClass");
|
|
7516
7516
|
he("MuiDialogActions", ["root", "spacing"]);
|
|
@@ -7544,7 +7544,7 @@ const jO = ["className", "disableSpacing"], VO = /* @__PURE__ */ o((e) => {
|
|
|
7544
7544
|
marginLeft: 8
|
|
7545
7545
|
}
|
|
7546
7546
|
})), rn = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7547
|
-
const n =
|
|
7547
|
+
const n = ye({
|
|
7548
7548
|
props: t,
|
|
7549
7549
|
name: "MuiDialogActions"
|
|
7550
7550
|
}), {
|
|
@@ -7587,12 +7587,12 @@ process.env.NODE_ENV !== "production" && (rn.propTypes = {
|
|
|
7587
7587
|
sx: a.oneOfType([a.arrayOf(a.oneOfType([a.func, a.object, a.bool])), a.func, a.object])
|
|
7588
7588
|
});
|
|
7589
7589
|
function zO(e) {
|
|
7590
|
-
return
|
|
7590
|
+
return ve("MuiDialogContent", e);
|
|
7591
7591
|
}
|
|
7592
7592
|
o(zO, "getDialogContentUtilityClass");
|
|
7593
7593
|
he("MuiDialogContent", ["root", "dividers"]);
|
|
7594
7594
|
function HO(e) {
|
|
7595
|
-
return
|
|
7595
|
+
return ve("MuiDialogTitle", e);
|
|
7596
7596
|
}
|
|
7597
7597
|
o(HO, "getDialogTitleUtilityClass");
|
|
7598
7598
|
const WO = he("MuiDialogTitle", ["root"]), UO = ["className", "dividers"], GO = /* @__PURE__ */ o((e) => {
|
|
@@ -7630,7 +7630,7 @@ const WO = he("MuiDialogTitle", ["root"]), UO = ["className", "dividers"], GO =
|
|
|
7630
7630
|
paddingTop: 0
|
|
7631
7631
|
}
|
|
7632
7632
|
})), on = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7633
|
-
const n =
|
|
7633
|
+
const n = ye({
|
|
7634
7634
|
props: t,
|
|
7635
7635
|
name: "MuiDialogContent"
|
|
7636
7636
|
}), {
|
|
@@ -7673,7 +7673,7 @@ process.env.NODE_ENV !== "production" && (on.propTypes = {
|
|
|
7673
7673
|
sx: a.oneOfType([a.arrayOf(a.oneOfType([a.func, a.object, a.bool])), a.func, a.object])
|
|
7674
7674
|
});
|
|
7675
7675
|
function KO(e) {
|
|
7676
|
-
return
|
|
7676
|
+
return ve("MuiTypography", e);
|
|
7677
7677
|
}
|
|
7678
7678
|
o(KO, "getTypographyUtilityClass");
|
|
7679
7679
|
he("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
@@ -7735,7 +7735,7 @@ const YO = ["align", "className", "component", "gutterBottom", "noWrap", "paragr
|
|
|
7735
7735
|
textSecondary: "text.secondary",
|
|
7736
7736
|
error: "error.main"
|
|
7737
7737
|
}, JO = /* @__PURE__ */ o((e) => ZO[e] || e, "transformDeprecatedColors$1"), sr = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7738
|
-
const n =
|
|
7738
|
+
const n = ye({
|
|
7739
7739
|
props: t,
|
|
7740
7740
|
name: "MuiTypography"
|
|
7741
7741
|
}), i = JO(n.color), l = da(P({}, n, {
|
|
@@ -7843,7 +7843,7 @@ process.env.NODE_ENV !== "production" && (sr.propTypes = {
|
|
|
7843
7843
|
variantMapping: a.object
|
|
7844
7844
|
});
|
|
7845
7845
|
function ex(e) {
|
|
7846
|
-
return
|
|
7846
|
+
return ve("MuiDialogContentText", e);
|
|
7847
7847
|
}
|
|
7848
7848
|
o(ex, "getDialogContentTextUtilityClass");
|
|
7849
7849
|
he("MuiDialogContentText", ["root"]);
|
|
@@ -7860,7 +7860,7 @@ const tx = ["children", "className"], rx = /* @__PURE__ */ o((e) => {
|
|
|
7860
7860
|
slot: "Root",
|
|
7861
7861
|
overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
|
|
7862
7862
|
})({}), pl = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7863
|
-
const n =
|
|
7863
|
+
const n = ye({
|
|
7864
7864
|
props: t,
|
|
7865
7865
|
name: "MuiDialogContentText"
|
|
7866
7866
|
}), {
|
|
@@ -7914,7 +7914,7 @@ const nx = ["className", "id"], ax = /* @__PURE__ */ o((e) => {
|
|
|
7914
7914
|
padding: "16px 24px",
|
|
7915
7915
|
flex: "0 0 auto"
|
|
7916
7916
|
}), nn = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
7917
|
-
const n =
|
|
7917
|
+
const n = ye({
|
|
7918
7918
|
props: t,
|
|
7919
7919
|
name: "MuiDialogTitle"
|
|
7920
7920
|
}), {
|
|
@@ -9417,7 +9417,7 @@ function ci() {
|
|
|
9417
9417
|
}, ci.apply(null, arguments);
|
|
9418
9418
|
}
|
|
9419
9419
|
o(ci, "_extends");
|
|
9420
|
-
const
|
|
9420
|
+
const de = /* @__PURE__ */ o((e, t) => {
|
|
9421
9421
|
var r, n;
|
|
9422
9422
|
return {
|
|
9423
9423
|
components: {
|
|
@@ -9574,7 +9574,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
9574
9574
|
aggregationFunctionLabelMin: "الحد الادنى",
|
|
9575
9575
|
aggregationFunctionLabelMax: "الحد الاقصى",
|
|
9576
9576
|
aggregationFunctionLabelSize: "الحجم"
|
|
9577
|
-
}, Vx =
|
|
9577
|
+
}, Vx = de(jx, lx), Bx = {
|
|
9578
9578
|
components: {
|
|
9579
9579
|
MuiTablePagination: {
|
|
9580
9580
|
defaultProps: {
|
|
@@ -9762,7 +9762,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
9762
9762
|
aggregationFunctionLabelMin: "мінімум",
|
|
9763
9763
|
aggregationFunctionLabelMax: "максімум",
|
|
9764
9764
|
aggregationFunctionLabelSize: "памер"
|
|
9765
|
-
}, Wx =
|
|
9765
|
+
}, Wx = de(Hx, Bx), Ux = {
|
|
9766
9766
|
// Root
|
|
9767
9767
|
noRowsLabel: "Няма редове",
|
|
9768
9768
|
noResultsOverlayLabel: "Няма намерени резултати.",
|
|
@@ -9906,7 +9906,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
9906
9906
|
aggregationFunctionLabelMin: "мин",
|
|
9907
9907
|
aggregationFunctionLabelMax: "макс",
|
|
9908
9908
|
aggregationFunctionLabelSize: "размер"
|
|
9909
|
-
}, Gx =
|
|
9909
|
+
}, Gx = de(Ux, sx), qx = {
|
|
9910
9910
|
// Root
|
|
9911
9911
|
noRowsLabel: "Žádné záznamy",
|
|
9912
9912
|
noResultsOverlayLabel: "Nenašly se žadné výsledky.",
|
|
@@ -10062,7 +10062,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10062
10062
|
aggregationFunctionLabelMin: "min",
|
|
10063
10063
|
aggregationFunctionLabelMax: "max",
|
|
10064
10064
|
aggregationFunctionLabelSize: "počet"
|
|
10065
|
-
}, Kx =
|
|
10065
|
+
}, Kx = de(qx, cx), Yx = {
|
|
10066
10066
|
// Root
|
|
10067
10067
|
noRowsLabel: "Ingen rækker",
|
|
10068
10068
|
noResultsOverlayLabel: "Ingen resultater",
|
|
@@ -10206,7 +10206,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10206
10206
|
aggregationFunctionLabelMin: "min",
|
|
10207
10207
|
aggregationFunctionLabelMax: "max",
|
|
10208
10208
|
aggregationFunctionLabelSize: "størrelse"
|
|
10209
|
-
}, Qx =
|
|
10209
|
+
}, Qx = de(Yx, ux), Xx = {
|
|
10210
10210
|
// Root
|
|
10211
10211
|
noRowsLabel: "Keine Einträge",
|
|
10212
10212
|
noResultsOverlayLabel: "Keine Ergebnisse gefunden.",
|
|
@@ -10350,7 +10350,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10350
10350
|
aggregationFunctionLabelMin: "Minimum",
|
|
10351
10351
|
aggregationFunctionLabelMax: "Maximum",
|
|
10352
10352
|
aggregationFunctionLabelSize: "Anzahl"
|
|
10353
|
-
}, Zx =
|
|
10353
|
+
}, Zx = de(Xx, dx), Jx = {
|
|
10354
10354
|
// Root
|
|
10355
10355
|
noRowsLabel: "Δεν υπάρχουν καταχωρήσεις",
|
|
10356
10356
|
noResultsOverlayLabel: "Δεν βρέθηκαν αποτελέσματα.",
|
|
@@ -10494,7 +10494,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10494
10494
|
aggregationFunctionLabelMin: "ελάχιστο",
|
|
10495
10495
|
aggregationFunctionLabelMax: "μέγιστο",
|
|
10496
10496
|
aggregationFunctionLabelSize: "μέγεθος"
|
|
10497
|
-
}, eS =
|
|
10497
|
+
}, eS = de(Jx, px), tS = {
|
|
10498
10498
|
// Root
|
|
10499
10499
|
noRowsLabel: "No rows",
|
|
10500
10500
|
noResultsOverlayLabel: "No results found.",
|
|
@@ -10640,7 +10640,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10640
10640
|
aggregationFunctionLabelMin: "min",
|
|
10641
10641
|
aggregationFunctionLabelMax: "max",
|
|
10642
10642
|
aggregationFunctionLabelSize: "size"
|
|
10643
|
-
}, rS =
|
|
10643
|
+
}, rS = de(tS, fx), oS = {
|
|
10644
10644
|
// Root
|
|
10645
10645
|
noRowsLabel: "Sin filas",
|
|
10646
10646
|
noResultsOverlayLabel: "Resultados no encontrados",
|
|
@@ -10784,7 +10784,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10784
10784
|
aggregationFunctionLabelMin: "mínimo",
|
|
10785
10785
|
aggregationFunctionLabelMax: "máximo",
|
|
10786
10786
|
aggregationFunctionLabelSize: "tamaño"
|
|
10787
|
-
}, nS =
|
|
10787
|
+
}, nS = de(oS, mx), aS = {
|
|
10788
10788
|
// Root
|
|
10789
10789
|
noRowsLabel: "بدون سطر",
|
|
10790
10790
|
noResultsOverlayLabel: "نتیجهای پیدا نشد.",
|
|
@@ -10928,7 +10928,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
10928
10928
|
aggregationFunctionLabelMin: "حداقل",
|
|
10929
10929
|
aggregationFunctionLabelMax: "حداکثر",
|
|
10930
10930
|
aggregationFunctionLabelSize: "اندازه"
|
|
10931
|
-
}, iS =
|
|
10931
|
+
}, iS = de(aS, hx), lS = {
|
|
10932
10932
|
// Root
|
|
10933
10933
|
noRowsLabel: "Ei rivejä",
|
|
10934
10934
|
noResultsOverlayLabel: "Ei tuloksia.",
|
|
@@ -11072,7 +11072,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11072
11072
|
aggregationFunctionLabelMin: "min.",
|
|
11073
11073
|
aggregationFunctionLabelMax: "maks.",
|
|
11074
11074
|
aggregationFunctionLabelSize: "koko"
|
|
11075
|
-
}, sS =
|
|
11075
|
+
}, sS = de(lS, gx), cS = {
|
|
11076
11076
|
// Root
|
|
11077
11077
|
noRowsLabel: "Pas de résultats",
|
|
11078
11078
|
noResultsOverlayLabel: "Aucun résultat.",
|
|
@@ -11216,7 +11216,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11216
11216
|
aggregationFunctionLabelMin: "Minimum",
|
|
11217
11217
|
aggregationFunctionLabelMax: "Maximum",
|
|
11218
11218
|
aggregationFunctionLabelSize: "Nombre d'éléments"
|
|
11219
|
-
}, uS =
|
|
11219
|
+
}, uS = de(cS, bx), dS = {
|
|
11220
11220
|
// Root
|
|
11221
11221
|
noRowsLabel: "אין שורות",
|
|
11222
11222
|
noResultsOverlayLabel: "לא נמצאו תוצאות.",
|
|
@@ -11360,7 +11360,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11360
11360
|
aggregationFunctionLabelMin: "מינימום",
|
|
11361
11361
|
aggregationFunctionLabelMax: "מקסימום",
|
|
11362
11362
|
aggregationFunctionLabelSize: "גודל"
|
|
11363
|
-
}, pS =
|
|
11363
|
+
}, pS = de(dS, vx), fS = {
|
|
11364
11364
|
// Root
|
|
11365
11365
|
noRowsLabel: "Nincsenek sorok",
|
|
11366
11366
|
noResultsOverlayLabel: "Nincs találat.",
|
|
@@ -11504,7 +11504,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11504
11504
|
aggregationFunctionLabelMin: "Minimum",
|
|
11505
11505
|
aggregationFunctionLabelMax: "Maximum",
|
|
11506
11506
|
aggregationFunctionLabelSize: "Darabszám"
|
|
11507
|
-
}, mS =
|
|
11507
|
+
}, mS = de(fS, Ox), hS = {
|
|
11508
11508
|
// Root
|
|
11509
11509
|
noRowsLabel: "Nessun record",
|
|
11510
11510
|
noResultsOverlayLabel: "Nessun record trovato.",
|
|
@@ -11648,7 +11648,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11648
11648
|
aggregationFunctionLabelMin: "minimo",
|
|
11649
11649
|
aggregationFunctionLabelMax: "massimo",
|
|
11650
11650
|
aggregationFunctionLabelSize: "numero di elementi"
|
|
11651
|
-
}, gS =
|
|
11651
|
+
}, gS = de(hS, xx), bS = {
|
|
11652
11652
|
// Root
|
|
11653
11653
|
noRowsLabel: "行がありません。",
|
|
11654
11654
|
noResultsOverlayLabel: "結果がありません。",
|
|
@@ -11792,7 +11792,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11792
11792
|
aggregationFunctionLabelMin: "最小値",
|
|
11793
11793
|
aggregationFunctionLabelMax: "最大値",
|
|
11794
11794
|
aggregationFunctionLabelSize: "サイズ"
|
|
11795
|
-
}, vS =
|
|
11795
|
+
}, vS = de(bS, Sx), yS = {
|
|
11796
11796
|
// Root
|
|
11797
11797
|
noRowsLabel: "행이 없습니다.",
|
|
11798
11798
|
noResultsOverlayLabel: "결과값이 없습니다.",
|
|
@@ -11936,7 +11936,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
11936
11936
|
aggregationFunctionLabelMin: "최소값",
|
|
11937
11937
|
aggregationFunctionLabelMax: "최대값",
|
|
11938
11938
|
aggregationFunctionLabelSize: "크기"
|
|
11939
|
-
}, OS =
|
|
11939
|
+
}, OS = de(yS, Ex), xS = {
|
|
11940
11940
|
// Root
|
|
11941
11941
|
noRowsLabel: "Ingen rader",
|
|
11942
11942
|
noResultsOverlayLabel: "Fant ingen resultat.",
|
|
@@ -12080,7 +12080,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12080
12080
|
aggregationFunctionLabelMin: "min",
|
|
12081
12081
|
aggregationFunctionLabelMax: "maks",
|
|
12082
12082
|
aggregationFunctionLabelSize: "størrelse"
|
|
12083
|
-
}, SS =
|
|
12083
|
+
}, SS = de(xS, Px), ES = {
|
|
12084
12084
|
// Root
|
|
12085
12085
|
noRowsLabel: "Geen resultaten.",
|
|
12086
12086
|
noResultsOverlayLabel: "Geen resultaten gevonden.",
|
|
@@ -12224,7 +12224,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12224
12224
|
aggregationFunctionLabelMin: "min",
|
|
12225
12225
|
aggregationFunctionLabelMax: "max",
|
|
12226
12226
|
aggregationFunctionLabelSize: "grootte"
|
|
12227
|
-
}, PS =
|
|
12227
|
+
}, PS = de(ES, Tx), TS = {
|
|
12228
12228
|
// Root
|
|
12229
12229
|
noRowsLabel: "Brak danych",
|
|
12230
12230
|
noResultsOverlayLabel: "Nie znaleziono wyników.",
|
|
@@ -12368,7 +12368,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12368
12368
|
// aggregationFunctionLabelMin: 'min',
|
|
12369
12369
|
// aggregationFunctionLabelMax: 'max',
|
|
12370
12370
|
// aggregationFunctionLabelSize: 'size',
|
|
12371
|
-
}, CS =
|
|
12371
|
+
}, CS = de(TS, Cx), FS = {
|
|
12372
12372
|
// Root
|
|
12373
12373
|
noRowsLabel: "Nenhuma linha",
|
|
12374
12374
|
noResultsOverlayLabel: "Nenhum resultado encontrado.",
|
|
@@ -12512,7 +12512,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12512
12512
|
aggregationFunctionLabelMin: "mín",
|
|
12513
12513
|
aggregationFunctionLabelMax: "máx",
|
|
12514
12514
|
aggregationFunctionLabelSize: "tamanho"
|
|
12515
|
-
}, wS =
|
|
12515
|
+
}, wS = de(FS, Fx), RS = {
|
|
12516
12516
|
// Root
|
|
12517
12517
|
noRowsLabel: "Lipsă date",
|
|
12518
12518
|
noResultsOverlayLabel: "Nu au fost găsite rezultate.",
|
|
@@ -12656,7 +12656,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12656
12656
|
aggregationFunctionLabelMin: "Minim",
|
|
12657
12657
|
aggregationFunctionLabelMax: "Maxim",
|
|
12658
12658
|
aggregationFunctionLabelSize: "Numărul elementelor"
|
|
12659
|
-
}, kS =
|
|
12659
|
+
}, kS = de(RS, Rx), MS = {
|
|
12660
12660
|
// Root
|
|
12661
12661
|
noRowsLabel: "Нет строк",
|
|
12662
12662
|
noResultsOverlayLabel: "Данные не найдены.",
|
|
@@ -12812,7 +12812,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12812
12812
|
aggregationFunctionLabelMin: "мин",
|
|
12813
12813
|
aggregationFunctionLabelMax: "макс",
|
|
12814
12814
|
aggregationFunctionLabelSize: "счет"
|
|
12815
|
-
}, $S =
|
|
12815
|
+
}, $S = de(MS, kx), LS = {
|
|
12816
12816
|
// Root
|
|
12817
12817
|
noRowsLabel: "Žiadne záznamy",
|
|
12818
12818
|
noResultsOverlayLabel: "Nenašli sa žadne výsledky.",
|
|
@@ -12968,7 +12968,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
12968
12968
|
aggregationFunctionLabelMin: "min",
|
|
12969
12969
|
aggregationFunctionLabelMax: "max",
|
|
12970
12970
|
aggregationFunctionLabelSize: "počet"
|
|
12971
|
-
}, AS =
|
|
12971
|
+
}, AS = de(LS, Mx), IS = {
|
|
12972
12972
|
// Root
|
|
12973
12973
|
noRowsLabel: "Inga rader",
|
|
12974
12974
|
noResultsOverlayLabel: "Inga resultat funna.",
|
|
@@ -13112,7 +13112,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13112
13112
|
aggregationFunctionLabelMin: "min",
|
|
13113
13113
|
aggregationFunctionLabelMax: "max",
|
|
13114
13114
|
aggregationFunctionLabelSize: "antal"
|
|
13115
|
-
}, DS =
|
|
13115
|
+
}, DS = de(IS, $x), NS = {
|
|
13116
13116
|
// Root
|
|
13117
13117
|
noRowsLabel: "Satır yok",
|
|
13118
13118
|
noResultsOverlayLabel: "Sonuç bulunamadı.",
|
|
@@ -13256,7 +13256,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13256
13256
|
aggregationFunctionLabelMin: "min",
|
|
13257
13257
|
aggregationFunctionLabelMax: "maks",
|
|
13258
13258
|
aggregationFunctionLabelSize: "boyut"
|
|
13259
|
-
}, _S =
|
|
13259
|
+
}, _S = de(NS, Lx), Va = /* @__PURE__ */ o((e, t) => {
|
|
13260
13260
|
let r = t.many;
|
|
13261
13261
|
const n = e % 10;
|
|
13262
13262
|
return n > 1 && n < 5 ? r = t.few : n === 1 && (r = t.one), `${e} ${r}`;
|
|
@@ -13416,7 +13416,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13416
13416
|
aggregationFunctionLabelMin: "мін",
|
|
13417
13417
|
aggregationFunctionLabelMax: "макс",
|
|
13418
13418
|
aggregationFunctionLabelSize: "кількість"
|
|
13419
|
-
}, VS =
|
|
13419
|
+
}, VS = de(jS, Ax), BS = {
|
|
13420
13420
|
// Root
|
|
13421
13421
|
noRowsLabel: "کوئی قطاریں نہیں",
|
|
13422
13422
|
noResultsOverlayLabel: "کوئی نتائج نہیں",
|
|
@@ -13560,7 +13560,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13560
13560
|
aggregationFunctionLabelMin: "کم از کم",
|
|
13561
13561
|
aggregationFunctionLabelMax: "زیادہ سے زیادہ",
|
|
13562
13562
|
aggregationFunctionLabelSize: "سائز"
|
|
13563
|
-
}, zS =
|
|
13563
|
+
}, zS = de(BS, zx), HS = {
|
|
13564
13564
|
// Root
|
|
13565
13565
|
noRowsLabel: "Không có dữ liệu",
|
|
13566
13566
|
noResultsOverlayLabel: "Không tìm thấy kết quả.",
|
|
@@ -13704,7 +13704,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13704
13704
|
aggregationFunctionLabelMin: "Tối thiểu",
|
|
13705
13705
|
aggregationFunctionLabelMax: "Tối đa",
|
|
13706
13706
|
aggregationFunctionLabelSize: "Kích cỡ"
|
|
13707
|
-
}, WS =
|
|
13707
|
+
}, WS = de(HS, Ix), US = {
|
|
13708
13708
|
// Root
|
|
13709
13709
|
noRowsLabel: "没有数据。",
|
|
13710
13710
|
noResultsOverlayLabel: "未找到数据。",
|
|
@@ -13848,7 +13848,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13848
13848
|
aggregationFunctionLabelMin: "最小",
|
|
13849
13849
|
aggregationFunctionLabelMax: "最大",
|
|
13850
13850
|
aggregationFunctionLabelSize: "大小"
|
|
13851
|
-
}, GS =
|
|
13851
|
+
}, GS = de(US, Dx), qS = {
|
|
13852
13852
|
// Root
|
|
13853
13853
|
noRowsLabel: "沒有資料",
|
|
13854
13854
|
noResultsOverlayLabel: "沒有結果",
|
|
@@ -13992,7 +13992,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
13992
13992
|
aggregationFunctionLabelMin: "最小",
|
|
13993
13993
|
aggregationFunctionLabelMax: "最大",
|
|
13994
13994
|
aggregationFunctionLabelSize: "尺寸"
|
|
13995
|
-
}, KS =
|
|
13995
|
+
}, KS = de(qS, _x), YS = {
|
|
13996
13996
|
// Root
|
|
13997
13997
|
noRowsLabel: "Nema redova",
|
|
13998
13998
|
noResultsOverlayLabel: "Nema rezultata.",
|
|
@@ -14136,7 +14136,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
14136
14136
|
aggregationFunctionLabelMin: "min",
|
|
14137
14137
|
aggregationFunctionLabelMax: "max",
|
|
14138
14138
|
aggregationFunctionLabelSize: "veličina"
|
|
14139
|
-
}, QS =
|
|
14139
|
+
}, QS = de(YS, yx), XS = {
|
|
14140
14140
|
// Root
|
|
14141
14141
|
noRowsLabel: "Nenhuma linha",
|
|
14142
14142
|
noResultsOverlayLabel: "Nenhum resultado encontrado.",
|
|
@@ -14280,7 +14280,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
14280
14280
|
aggregationFunctionLabelMin: "min",
|
|
14281
14281
|
aggregationFunctionLabelMax: "máx.",
|
|
14282
14282
|
aggregationFunctionLabelSize: "tamanho"
|
|
14283
|
-
}, ZS =
|
|
14283
|
+
}, ZS = de(XS, wx), JS = {
|
|
14284
14284
|
// Root
|
|
14285
14285
|
noRowsLabel: "沒有行",
|
|
14286
14286
|
noResultsOverlayLabel: "未找到結果。",
|
|
@@ -14424,7 +14424,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
14424
14424
|
aggregationFunctionLabelMin: "分分鐘",
|
|
14425
14425
|
aggregationFunctionLabelMax: "最大限度",
|
|
14426
14426
|
aggregationFunctionLabelSize: "尺寸"
|
|
14427
|
-
}, e0 =
|
|
14427
|
+
}, e0 = de(JS, Nx), t0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14428
14428
|
__proto__: null,
|
|
14429
14429
|
arSD: Vx,
|
|
14430
14430
|
beBY: Wx,
|
|
@@ -14476,7 +14476,7 @@ const pe = /* @__PURE__ */ o((e, t) => {
|
|
|
14476
14476
|
});
|
|
14477
14477
|
})(ba);
|
|
14478
14478
|
const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
14479
|
-
const [t, r] =
|
|
14479
|
+
const [t, r] = We(!1), n = Mt(
|
|
14480
14480
|
() => ({
|
|
14481
14481
|
open: t,
|
|
14482
14482
|
show: /* @__PURE__ */ o(() => r(!0), "show"),
|
|
@@ -14486,7 +14486,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14486
14486
|
);
|
|
14487
14487
|
return /* @__PURE__ */ f(Dd.Provider, { value: n, children: e });
|
|
14488
14488
|
}, "ProgressProvider"), an = /* @__PURE__ */ o(() => me(Dd), "useFormProgress"), Nd = Fr(), fl = /* @__PURE__ */ o(({ children: e }) => {
|
|
14489
|
-
const [t, r] =
|
|
14489
|
+
const [t, r] = We(!1), [n, i] = We({}), l = Mt(
|
|
14490
14490
|
() => ({
|
|
14491
14491
|
open: t,
|
|
14492
14492
|
props: n,
|
|
@@ -14499,7 +14499,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14499
14499
|
);
|
|
14500
14500
|
return /* @__PURE__ */ f(Nd.Provider, { value: l, children: e });
|
|
14501
14501
|
}, "AsistenteProvider"), ya = /* @__PURE__ */ o(() => me(Nd), "useAsistente"), _d = Fr(), o0 = /* @__PURE__ */ o(({ children: e }) => {
|
|
14502
|
-
const [t, r] =
|
|
14502
|
+
const [t, r] = We({}), n = Mt(
|
|
14503
14503
|
() => ({
|
|
14504
14504
|
props: t,
|
|
14505
14505
|
setProps: /* @__PURE__ */ o((i) => {
|
|
@@ -14552,7 +14552,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14552
14552
|
}
|
|
14553
14553
|
}), "setLabelAction"), jd = /* @__PURE__ */ o(() => {
|
|
14554
14554
|
const e = wr();
|
|
14555
|
-
return
|
|
14555
|
+
return Re(
|
|
14556
14556
|
(t, r, n, i) => {
|
|
14557
14557
|
e(n0(t, r, n, i));
|
|
14558
14558
|
},
|
|
@@ -14560,7 +14560,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14560
14560
|
);
|
|
14561
14561
|
}, "useRecargarComboBox"), Vd = /* @__PURE__ */ o(() => {
|
|
14562
14562
|
const e = wr();
|
|
14563
|
-
return
|
|
14563
|
+
return Re(
|
|
14564
14564
|
(t, r) => {
|
|
14565
14565
|
e(i0(t, r));
|
|
14566
14566
|
},
|
|
@@ -14568,7 +14568,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14568
14568
|
);
|
|
14569
14569
|
}, "useSetHidden"), Bd = /* @__PURE__ */ o(() => {
|
|
14570
14570
|
const e = wr();
|
|
14571
|
-
return
|
|
14571
|
+
return Re(
|
|
14572
14572
|
(t, r) => {
|
|
14573
14573
|
e(l0(t, r));
|
|
14574
14574
|
},
|
|
@@ -14576,7 +14576,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14576
14576
|
);
|
|
14577
14577
|
}, "useSetDisable"), zd = /* @__PURE__ */ o(() => {
|
|
14578
14578
|
const e = wr();
|
|
14579
|
-
return
|
|
14579
|
+
return Re(
|
|
14580
14580
|
(t, r) => {
|
|
14581
14581
|
e(s0(t, r));
|
|
14582
14582
|
},
|
|
@@ -14584,7 +14584,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14584
14584
|
);
|
|
14585
14585
|
}, "useSetRequire"), Hd = /* @__PURE__ */ o(() => {
|
|
14586
14586
|
const e = wr();
|
|
14587
|
-
return
|
|
14587
|
+
return Re(
|
|
14588
14588
|
(t, r) => {
|
|
14589
14589
|
e(c0(t, r));
|
|
14590
14590
|
},
|
|
@@ -14592,7 +14592,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14592
14592
|
);
|
|
14593
14593
|
}, "useSetError"), Wd = /* @__PURE__ */ o(() => {
|
|
14594
14594
|
const e = wr();
|
|
14595
|
-
return
|
|
14595
|
+
return Re(
|
|
14596
14596
|
(t, r) => {
|
|
14597
14597
|
e(u0(t, r));
|
|
14598
14598
|
},
|
|
@@ -14610,7 +14610,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14610
14610
|
return { mutateAsync: i, isLoading: l };
|
|
14611
14611
|
}, "useGetJson"), hl = /* @__PURE__ */ o((e, t) => {
|
|
14612
14612
|
const { mutateAsync: r, isLoading: n } = d0(e, void 0, t);
|
|
14613
|
-
return [
|
|
14613
|
+
return [Re(
|
|
14614
14614
|
(l, s, c) => r(
|
|
14615
14615
|
{ method: l, params: s },
|
|
14616
14616
|
{ onSuccess: c, onError: c }
|
|
@@ -14618,7 +14618,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14618
14618
|
[]
|
|
14619
14619
|
), n];
|
|
14620
14620
|
}, "useAjax"), pr = /* @__PURE__ */ o((e) => ({}), "useDefaultHook"), Oa = /* @__PURE__ */ o((e) => {
|
|
14621
|
-
const t = qr(e), r = tr(), n = Wo(), i = Af(), l = qe(e), s = If(l), c = ya(), u = ml(), d =
|
|
14621
|
+
const t = qr(e), r = tr(), n = Wo(), i = Af(), l = qe(e), s = If(l), c = ya(), u = ml(), d = et(), [p] = hl(l);
|
|
14622
14622
|
return {
|
|
14623
14623
|
ajax: p,
|
|
14624
14624
|
data: t,
|
|
@@ -14659,7 +14659,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14659
14659
|
progress: c,
|
|
14660
14660
|
asistente: m,
|
|
14661
14661
|
ficha: { propsContenidos: b, setPropsContenidos: v },
|
|
14662
|
-
setHidden:
|
|
14662
|
+
setHidden: Re(
|
|
14663
14663
|
(E, x) => {
|
|
14664
14664
|
r(E, x), setTimeout(() => {
|
|
14665
14665
|
C(E);
|
|
@@ -14667,7 +14667,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14667
14667
|
},
|
|
14668
14668
|
[r, C]
|
|
14669
14669
|
),
|
|
14670
|
-
setDisable:
|
|
14670
|
+
setDisable: Re(
|
|
14671
14671
|
(E, x) => {
|
|
14672
14672
|
n(E, x), setTimeout(() => {
|
|
14673
14673
|
C(E);
|
|
@@ -14675,7 +14675,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14675
14675
|
},
|
|
14676
14676
|
[n, C]
|
|
14677
14677
|
),
|
|
14678
|
-
setRequire:
|
|
14678
|
+
setRequire: Re(
|
|
14679
14679
|
(E, x) => {
|
|
14680
14680
|
i(E, x), setTimeout(() => {
|
|
14681
14681
|
C(E);
|
|
@@ -14683,7 +14683,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14683
14683
|
},
|
|
14684
14684
|
[i, C]
|
|
14685
14685
|
),
|
|
14686
|
-
setError:
|
|
14686
|
+
setError: Re(
|
|
14687
14687
|
(E, x) => {
|
|
14688
14688
|
l(E, x), setTimeout(() => {
|
|
14689
14689
|
C(E);
|
|
@@ -14691,7 +14691,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14691
14691
|
},
|
|
14692
14692
|
[l, C]
|
|
14693
14693
|
),
|
|
14694
|
-
setLabel:
|
|
14694
|
+
setLabel: Re(
|
|
14695
14695
|
(E, x) => {
|
|
14696
14696
|
s(E, x), setTimeout(() => {
|
|
14697
14697
|
C(E);
|
|
@@ -14702,8 +14702,8 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14702
14702
|
etrs: y,
|
|
14703
14703
|
asisEtr: T
|
|
14704
14704
|
};
|
|
14705
|
-
}, "useUtilsFicha"),
|
|
14706
|
-
const [r, n] =
|
|
14705
|
+
}, "useUtilsFicha"), Ue = Fr({}), fo = Fr(void 0), gl = Fr(), bl = /* @__PURE__ */ o(({ value: e, children: t }) => {
|
|
14706
|
+
const [r, n] = We({}), i = Mt(
|
|
14707
14707
|
() => ({
|
|
14708
14708
|
estado: e.estado,
|
|
14709
14709
|
initialValues: e.initialValues,
|
|
@@ -14723,9 +14723,9 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14723
14723
|
e.fichaProps
|
|
14724
14724
|
]
|
|
14725
14725
|
);
|
|
14726
|
-
return /* @__PURE__ */ f(
|
|
14727
|
-
}, "FichaProvider"), vl = /* @__PURE__ */ o(() => me(
|
|
14728
|
-
const { estado: t, isLoading: r, fichaProps: n = {} } = me(
|
|
14726
|
+
return /* @__PURE__ */ f(Ue.Provider, { value: i, children: t });
|
|
14727
|
+
}, "FichaProvider"), vl = /* @__PURE__ */ o(() => me(Ue), "useFicha"), Ud = /* @__PURE__ */ o((e) => {
|
|
14728
|
+
const { estado: t, isLoading: r, fichaProps: n = {} } = me(Ue), { [e.source]: i = {} } = n, { hidden: l = !1, ...s } = e, {
|
|
14729
14729
|
hidden: c,
|
|
14730
14730
|
useContenido: u = pr,
|
|
14731
14731
|
...d
|
|
@@ -14768,7 +14768,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14768
14768
|
return delete t.id, t;
|
|
14769
14769
|
}, "getSubmitValues"), qd = /* @__PURE__ */ o((e) => {
|
|
14770
14770
|
const { apiRef: t, source: r, enviarTodo: n } = e, i = "N";
|
|
14771
|
-
return
|
|
14771
|
+
return Re(
|
|
14772
14772
|
(l, s) => {
|
|
14773
14773
|
const c = Gd(l), u = t.current.getRowsCount() + 1;
|
|
14774
14774
|
t.current.updateRows([{ ...c, id: u }]);
|
|
@@ -14788,7 +14788,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14788
14788
|
);
|
|
14789
14789
|
}, "useAddRow"), Kd = /* @__PURE__ */ o((e) => {
|
|
14790
14790
|
const { apiRef: t, source: r, enviarTodo: n } = e, i = "M";
|
|
14791
|
-
return
|
|
14791
|
+
return Re(
|
|
14792
14792
|
(l, s, c) => {
|
|
14793
14793
|
var b, v;
|
|
14794
14794
|
const u = typeof l == "number" ? "N" : i, d = Gd(s);
|
|
@@ -14812,7 +14812,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14812
14812
|
);
|
|
14813
14813
|
}, "useEditRow"), Yd = /* @__PURE__ */ o((e) => {
|
|
14814
14814
|
const { apiRef: t, source: r, enviarTodo: n } = e, i = "B";
|
|
14815
|
-
return
|
|
14815
|
+
return Re(
|
|
14816
14816
|
(l, s) => {
|
|
14817
14817
|
const c = t.current.getRowModels().get(l);
|
|
14818
14818
|
t.current.updateRows([{ id: l, _action: "delete" }]);
|
|
@@ -14937,7 +14937,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14937
14937
|
}
|
|
14938
14938
|
),
|
|
14939
14939
|
/* @__PURE__ */ f($e, { sx: { mt: 1 }, children: "No hay registros" })
|
|
14940
|
-
] }), "CustomNoRowsOverlay"), h0 = q(
|
|
14940
|
+
] }), "CustomNoRowsOverlay"), h0 = q(dt, {
|
|
14941
14941
|
name: "EtrDeleteButton",
|
|
14942
14942
|
overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
|
|
14943
14943
|
})(({ theme: e }) => ({
|
|
@@ -15003,7 +15003,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15003
15003
|
open: u
|
|
15004
15004
|
} = e, { dirtyFields: d, isValid: p } = $m(), {
|
|
15005
15005
|
fichaProps: { [e.source]: h = {}, etrs: m }
|
|
15006
|
-
} = me(
|
|
15006
|
+
} = me(Ue), b = an(), v = me(fo), { onAfterRenderAsistente: g, ...y } = h, T = Qt({ resource: r, etrs: m, asisEtr: v });
|
|
15007
15007
|
return at(() => {
|
|
15008
15008
|
u && typeof g == "function" && g({ ...T, form: t }, n);
|
|
15009
15009
|
}, [u]), /* @__PURE__ */ B(lr, { children: [
|
|
@@ -15028,7 +15028,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15028
15028
|
}
|
|
15029
15029
|
),
|
|
15030
15030
|
/* @__PURE__ */ f(
|
|
15031
|
-
|
|
15031
|
+
dt,
|
|
15032
15032
|
{
|
|
15033
15033
|
label: "ra.action.cancel",
|
|
15034
15034
|
onClick: /* @__PURE__ */ o((C) => {
|
|
@@ -15053,10 +15053,10 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15053
15053
|
} = e, [d, p] = Si(!1), h = qe(e), m = $t(), b = Fi(), v = qd({ apiRef: b, source: l, enviarTodo: s }), g = "N", {
|
|
15054
15054
|
estado: y,
|
|
15055
15055
|
fichaProps: { etrs: T }
|
|
15056
|
-
} = me(
|
|
15056
|
+
} = me(Ue), C = me(fo), E = Qt({ etrs: T, asisEtr: C }), O = et()("ra.action.create");
|
|
15057
15057
|
return /* @__PURE__ */ B(lr, { children: [
|
|
15058
15058
|
/* @__PURE__ */ f(
|
|
15059
|
-
|
|
15059
|
+
dt,
|
|
15060
15060
|
{
|
|
15061
15061
|
onClick: /* @__PURE__ */ o((F) => {
|
|
15062
15062
|
p(!0), F.stopPropagation();
|
|
@@ -15113,13 +15113,13 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15113
15113
|
enviarTodo: c,
|
|
15114
15114
|
onBeforeSubmitAsistente: u = eo,
|
|
15115
15115
|
onAfterSubmitAsistente: d = eo
|
|
15116
|
-
} = e, p =
|
|
15116
|
+
} = e, p = et(), [h, m] = Si(!1), b = Fi(), v = $t(), g = Kd({ apiRef: b, source: l, enviarTodo: c }), y = "M", {
|
|
15117
15117
|
estado: T,
|
|
15118
15118
|
fichaProps: { etrs: C }
|
|
15119
|
-
} = me(
|
|
15119
|
+
} = me(Ue), E = me(fo), x = Qt({ etrs: C, asisEtr: E }), O = p("ra.action.edit");
|
|
15120
15120
|
return /* @__PURE__ */ B(lr, { children: [
|
|
15121
15121
|
/* @__PURE__ */ f(
|
|
15122
|
-
|
|
15122
|
+
dt,
|
|
15123
15123
|
{
|
|
15124
15124
|
onClick: /* @__PURE__ */ o((F) => {
|
|
15125
15125
|
m(!0), F.stopPropagation();
|
|
@@ -15178,7 +15178,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15178
15178
|
} = e, [u, d] = Si(!1), p = Fi(), h = $t(), m = Yd({ apiRef: p, source: i, enviarTodo: l }), {
|
|
15179
15179
|
estado: b,
|
|
15180
15180
|
fichaProps: { etrs: v }
|
|
15181
|
-
} = me(
|
|
15181
|
+
} = me(Ue), g = Qt({ etrs: v });
|
|
15182
15182
|
return /* @__PURE__ */ B(Gt, { children: [
|
|
15183
15183
|
/* @__PURE__ */ f(
|
|
15184
15184
|
h0,
|
|
@@ -15222,10 +15222,10 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15222
15222
|
sxContainer: b = {},
|
|
15223
15223
|
filter: v,
|
|
15224
15224
|
...g
|
|
15225
|
-
} = e, [y, T] =
|
|
15225
|
+
} = e, [y, T] = We([]), C = Kt(e), E = $t(), { field: x } = au({ defaultValue: "", ...e }), {
|
|
15226
15226
|
isLoading: O,
|
|
15227
15227
|
fichaProps: { [m]: w }
|
|
15228
|
-
} = me(
|
|
15228
|
+
} = me(Ue), F = wi((Q) => {
|
|
15229
15229
|
const z = Q.configInputs ? Q.configInputs.filter((X) => X.id === m) : [];
|
|
15230
15230
|
return z[0] ? z[0] : null;
|
|
15231
15231
|
}), { hidden: L } = F || {}, {
|
|
@@ -15237,7 +15237,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15237
15237
|
onAfterSubmitAsistente: _,
|
|
15238
15238
|
allowAdd: j,
|
|
15239
15239
|
allowRemove: I
|
|
15240
|
-
} = w || {}, [V, k] =
|
|
15240
|
+
} = w || {}, [V, k] = We(n), [{ field: H, sort: te }] = n, pe = d || M, se = L !== void 0 ? L : $ !== void 0 ? $ : p, ke = j ?? s, re = I ?? c;
|
|
15241
15241
|
let U = { ...v };
|
|
15242
15242
|
C && t.split(",").forEach((Q) => {
|
|
15243
15243
|
Q && (U[Q] = [
|
|
@@ -15253,7 +15253,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15253
15253
|
E.setValue(m, "");
|
|
15254
15254
|
}, 1e3);
|
|
15255
15255
|
}, [u]);
|
|
15256
|
-
const { isLoading: oe, refetch:
|
|
15256
|
+
const { isLoading: oe, refetch: ge } = iu(
|
|
15257
15257
|
l,
|
|
15258
15258
|
{
|
|
15259
15259
|
pagination: { page: 1, perPage: 200 },
|
|
@@ -15268,17 +15268,17 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15268
15268
|
}, 1e3), T((Q == null ? void 0 : Q.data) || []);
|
|
15269
15269
|
}, "onSuccess")
|
|
15270
15270
|
}
|
|
15271
|
-
),
|
|
15271
|
+
), ne = N({
|
|
15272
15272
|
...e,
|
|
15273
|
-
refetch:
|
|
15273
|
+
refetch: ge
|
|
15274
15274
|
});
|
|
15275
|
-
if (
|
|
15275
|
+
if (ne === void 0)
|
|
15276
15276
|
throw new Error(
|
|
15277
15277
|
`useContenido está devolviendo undefined para el contenido ${m}
|
|
15278
15278
|
Asegúrese de incluir una instrucción return al final de la función`
|
|
15279
15279
|
);
|
|
15280
15280
|
const ee = i;
|
|
15281
|
-
|
|
15281
|
+
pe || (ee.push({
|
|
15282
15282
|
field: " ",
|
|
15283
15283
|
width: 80,
|
|
15284
15284
|
headerName: "",
|
|
@@ -15300,7 +15300,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15300
15300
|
}
|
|
15301
15301
|
);
|
|
15302
15302
|
}, "renderCell")
|
|
15303
|
-
}),
|
|
15303
|
+
}), ke === !0 && ee.unshift({
|
|
15304
15304
|
field: "BTN",
|
|
15305
15305
|
headerName: "",
|
|
15306
15306
|
sortable: !1,
|
|
@@ -15316,7 +15316,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15316
15316
|
camposClaveFila: r
|
|
15317
15317
|
}
|
|
15318
15318
|
), "renderHeader")
|
|
15319
|
-
}),
|
|
15319
|
+
}), re && ee.push({
|
|
15320
15320
|
field: " ",
|
|
15321
15321
|
headerName: "",
|
|
15322
15322
|
headerAlign: "center",
|
|
@@ -15338,8 +15338,8 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15338
15338
|
);
|
|
15339
15339
|
}, "renderCell")
|
|
15340
15340
|
}));
|
|
15341
|
-
const
|
|
15342
|
-
return
|
|
15341
|
+
const be = Mt(() => ee, [JSON.stringify(ee)]);
|
|
15342
|
+
return se ? null : /* @__PURE__ */ f(
|
|
15343
15343
|
dr,
|
|
15344
15344
|
{
|
|
15345
15345
|
sx: {
|
|
@@ -15367,7 +15367,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15367
15367
|
paginationModel: { page: 1, pageSize: 50 },
|
|
15368
15368
|
hideFooter: !0,
|
|
15369
15369
|
rows: y,
|
|
15370
|
-
columns:
|
|
15370
|
+
columns: be,
|
|
15371
15371
|
sortModel: V,
|
|
15372
15372
|
onSortModelChange: /* @__PURE__ */ o((Q) => k(Q), "onSortModelChange"),
|
|
15373
15373
|
sortable: !1,
|
|
@@ -15381,7 +15381,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15381
15381
|
noRowsOverlay: yl
|
|
15382
15382
|
},
|
|
15383
15383
|
...g,
|
|
15384
|
-
...
|
|
15384
|
+
...ne
|
|
15385
15385
|
}
|
|
15386
15386
|
),
|
|
15387
15387
|
/* @__PURE__ */ f("input", { type: "hidden", ...x })
|
|
@@ -15397,7 +15397,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15397
15397
|
enableLoad: l = !0,
|
|
15398
15398
|
initialState: s,
|
|
15399
15399
|
...c
|
|
15400
|
-
} = e, { isLoading: u } = me(
|
|
15400
|
+
} = e, { isLoading: u } = me(Ue), d = Kt(), [p, h] = We(r), [{ field: m, sort: b }] = r, v = Mt(
|
|
15401
15401
|
() => [...n],
|
|
15402
15402
|
[JSON.stringify(n)]
|
|
15403
15403
|
);
|
|
@@ -15416,7 +15416,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
15416
15416
|
estado: y,
|
|
15417
15417
|
isLoading: T,
|
|
15418
15418
|
fichaProps: C = {}
|
|
15419
|
-
} = me(
|
|
15419
|
+
} = me(Ue), E = Qt(e), { [e.source]: x = {} } = C, { useContenido: O = pr, ...w } = x, {
|
|
15420
15420
|
data: F = [],
|
|
15421
15421
|
isLoading: L,
|
|
15422
15422
|
refetch: R
|
|
@@ -15506,7 +15506,7 @@ ui = xl.default = (0, R0.default)(/* @__PURE__ */ (0, k0.jsx)("path", {
|
|
|
15506
15506
|
d: "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12s4.48 10 10 10 10-4.48 10-10m-10 1H8v-2h4V8l4 4-4 4z"
|
|
15507
15507
|
}), "ArrowCircleRight");
|
|
15508
15508
|
function M0(e) {
|
|
15509
|
-
return
|
|
15509
|
+
return ve("MuiAppBar", e);
|
|
15510
15510
|
}
|
|
15511
15511
|
o(M0, "getAppBarUtilityClass");
|
|
15512
15512
|
he("MuiAppBar", ["root", "positionFixed", "positionAbsolute", "positionSticky", "positionStatic", "positionRelative", "colorDefault", "colorPrimary", "colorSecondary", "colorInherit", "colorTransparent", "colorError", "colorInfo", "colorSuccess", "colorWarning"]);
|
|
@@ -15598,7 +15598,7 @@ const $0 = ["className", "color", "enableColorOnDark", "position"], L0 = /* @__P
|
|
|
15598
15598
|
color: "inherit"
|
|
15599
15599
|
}));
|
|
15600
15600
|
}), Jd = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
15601
|
-
const n =
|
|
15601
|
+
const n = ye({
|
|
15602
15602
|
props: t,
|
|
15603
15603
|
name: "MuiAppBar"
|
|
15604
15604
|
}), {
|
|
@@ -15713,7 +15713,7 @@ const tp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
15713
15713
|
timeout: x = l,
|
|
15714
15714
|
// eslint-disable-next-line react/prop-types
|
|
15715
15715
|
TransitionComponent: O = Lt
|
|
15716
|
-
} = t, w = G(t, I0), F = S.useRef(null), L =
|
|
15716
|
+
} = t, w = G(t, I0), F = S.useRef(null), L = St(u.ref, F, r), R = /* @__PURE__ */ o((k) => (H) => {
|
|
15717
15717
|
k && (H === void 0 ? k(F.current) : k(F.current, H));
|
|
15718
15718
|
}, "normalizedTransitionCallback"), M = R((k, H) => {
|
|
15719
15719
|
mn(p, k, d), ll(k), b && b(k, H);
|
|
@@ -15877,7 +15877,7 @@ process.env.NODE_ENV !== "production" && (tp.propTypes = {
|
|
|
15877
15877
|
})])
|
|
15878
15878
|
});
|
|
15879
15879
|
function N0(e) {
|
|
15880
|
-
return
|
|
15880
|
+
return ve("MuiToolbar", e);
|
|
15881
15881
|
}
|
|
15882
15882
|
o(N0, "getToolbarUtilityClass");
|
|
15883
15883
|
he("MuiToolbar", ["root", "gutters", "regular", "dense"]);
|
|
@@ -15919,7 +15919,7 @@ const _0 = ["className", "component", "disableGutters", "variant"], j0 = /* @__P
|
|
|
15919
15919
|
theme: e,
|
|
15920
15920
|
ownerState: t
|
|
15921
15921
|
}) => t.variant === "regular" && e.mixins.toolbar), rp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
15922
|
-
const n =
|
|
15922
|
+
const n = ye({
|
|
15923
15923
|
props: t,
|
|
15924
15924
|
name: "MuiToolbar"
|
|
15925
15925
|
}), {
|
|
@@ -16029,7 +16029,7 @@ const B0 = S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
16029
16029
|
icon: O = /* @__PURE__ */ f(ui, {}),
|
|
16030
16030
|
handler: w
|
|
16031
16031
|
}, F) => /* @__PURE__ */ f(
|
|
16032
|
-
|
|
16032
|
+
dt,
|
|
16033
16033
|
{
|
|
16034
16034
|
label: x,
|
|
16035
16035
|
disabled: t,
|
|
@@ -16040,7 +16040,7 @@ const B0 = S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
16040
16040
|
)
|
|
16041
16041
|
),
|
|
16042
16042
|
b && /* @__PURE__ */ f(
|
|
16043
|
-
|
|
16043
|
+
dt,
|
|
16044
16044
|
{
|
|
16045
16045
|
label: "ra.action.cancel",
|
|
16046
16046
|
disabled: t,
|
|
@@ -16074,7 +16074,7 @@ const B0 = S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
16074
16074
|
icon: O = /* @__PURE__ */ f(ui, {}),
|
|
16075
16075
|
handler: w
|
|
16076
16076
|
}, F) => /* @__PURE__ */ f(
|
|
16077
|
-
|
|
16077
|
+
dt,
|
|
16078
16078
|
{
|
|
16079
16079
|
label: x,
|
|
16080
16080
|
disabled: t,
|
|
@@ -16085,7 +16085,7 @@ const B0 = S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
16085
16085
|
)
|
|
16086
16086
|
),
|
|
16087
16087
|
/* @__PURE__ */ f(
|
|
16088
|
-
|
|
16088
|
+
dt,
|
|
16089
16089
|
{
|
|
16090
16090
|
label: "ra.action.cancel",
|
|
16091
16091
|
disabled: t,
|
|
@@ -16110,7 +16110,7 @@ const B0 = S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
16110
16110
|
size: c = "small",
|
|
16111
16111
|
to: u,
|
|
16112
16112
|
...d
|
|
16113
|
-
} = e, p =
|
|
16113
|
+
} = e, p = et(), h = l ? p(l, { _: l }) : void 0, m = z0(u);
|
|
16114
16114
|
return l && !i ? /* @__PURE__ */ f(qn, { title: h, children: /* @__PURE__ */ f(
|
|
16115
16115
|
Rn,
|
|
16116
16116
|
{
|
|
@@ -16287,7 +16287,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16287
16287
|
disableMultipleRowSelection: C = !0,
|
|
16288
16288
|
borra: E = !0,
|
|
16289
16289
|
...x
|
|
16290
|
-
} = e, O = Oa(e), w =
|
|
16290
|
+
} = e, O = Oa(e), w = et(), F = qe(e), {
|
|
16291
16291
|
props: { hasBulkActionButtons: L = !0, ...R }
|
|
16292
16292
|
} = ml(), {
|
|
16293
16293
|
data: M = [],
|
|
@@ -16315,7 +16315,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16315
16315
|
headerName: U.headerName !== "" ? w(`resources.${F}.fields.${U.field}`, {
|
|
16316
16316
|
_: U.headerName
|
|
16317
16317
|
}) : U.headerName
|
|
16318
|
-
})),
|
|
16318
|
+
})), pe = t.length > 0 || m ? te.concat([
|
|
16319
16319
|
{
|
|
16320
16320
|
field: "actions",
|
|
16321
16321
|
type: "actions",
|
|
@@ -16323,16 +16323,16 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16323
16323
|
hideable: !1,
|
|
16324
16324
|
renderHeader: /* @__PURE__ */ o(() => /* @__PURE__ */ f(lr, { children: r }), "renderHeader"),
|
|
16325
16325
|
getActions: /* @__PURE__ */ o((U) => {
|
|
16326
|
-
const oe = k.current.getRowNode(U.id),
|
|
16326
|
+
const oe = k.current.getRowNode(U.id), ge = !ap(
|
|
16327
16327
|
U.row,
|
|
16328
16328
|
s
|
|
16329
|
-
),
|
|
16330
|
-
const { handler: z, key: X, ...D } =
|
|
16329
|
+
), ne = T && ge, ee = t.filter((be) => !!be).map((be, Q) => {
|
|
16330
|
+
const { handler: z, key: X, ...D } = be;
|
|
16331
16331
|
return /* @__PURE__ */ f(
|
|
16332
16332
|
gs,
|
|
16333
16333
|
{
|
|
16334
16334
|
showInMenu: !0,
|
|
16335
|
-
onClick: /* @__PURE__ */ o((
|
|
16335
|
+
onClick: /* @__PURE__ */ o((ae) => typeof z == "function" ? z(
|
|
16336
16336
|
{
|
|
16337
16337
|
...O,
|
|
16338
16338
|
record: U.row
|
|
@@ -16345,7 +16345,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16345
16345
|
);
|
|
16346
16346
|
});
|
|
16347
16347
|
if (E) {
|
|
16348
|
-
const
|
|
16348
|
+
const be = /* @__PURE__ */ o(() => {
|
|
16349
16349
|
const Q = I({
|
|
16350
16350
|
type: "edit",
|
|
16351
16351
|
resource: F,
|
|
@@ -16362,7 +16362,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16362
16362
|
/* @__PURE__ */ f(
|
|
16363
16363
|
gs,
|
|
16364
16364
|
{
|
|
16365
|
-
onClick:
|
|
16365
|
+
onClick: be,
|
|
16366
16366
|
label: w("ra.action.delete"),
|
|
16367
16367
|
icon: /* @__PURE__ */ f(ga, {}),
|
|
16368
16368
|
showInMenu: !0
|
|
@@ -16373,7 +16373,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16373
16373
|
}
|
|
16374
16374
|
return U.row.id ? [
|
|
16375
16375
|
...m ? [
|
|
16376
|
-
|
|
16376
|
+
ne ? /* @__PURE__ */ f(
|
|
16377
16377
|
hc,
|
|
16378
16378
|
{
|
|
16379
16379
|
record: U.row
|
|
@@ -16382,7 +16382,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16382
16382
|
J0,
|
|
16383
16383
|
{
|
|
16384
16384
|
record: U.row,
|
|
16385
|
-
disabled:
|
|
16385
|
+
disabled: ge
|
|
16386
16386
|
}
|
|
16387
16387
|
)
|
|
16388
16388
|
] : T ? [
|
|
@@ -16413,15 +16413,15 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16413
16413
|
] : [];
|
|
16414
16414
|
}, "getActions")
|
|
16415
16415
|
}
|
|
16416
|
-
]) : te,
|
|
16417
|
-
$ || (
|
|
16418
|
-
}, "handleSelectionChange"),
|
|
16416
|
+
]) : te, se = L && vr(n), ke = /* @__PURE__ */ o((U) => {
|
|
16417
|
+
$ || (se && !C ? A(U) : k.current.isRowSelected(U[0]) ? A([]) : A(U));
|
|
16418
|
+
}, "handleSelectionChange"), re = /* @__PURE__ */ o((U) => {
|
|
16419
16419
|
j(v(U), _);
|
|
16420
16420
|
}, "handleFilterChange");
|
|
16421
16421
|
return /* @__PURE__ */ B(Gt, { children: [
|
|
16422
16422
|
/* @__PURE__ */ f(Sl, { isLoading: $ }),
|
|
16423
16423
|
/* @__PURE__ */ B(_f, { sx: i, className: hs.root, children: [
|
|
16424
|
-
|
|
16424
|
+
se ? /* @__PURE__ */ f(jf, { selectedIds: N, children: n }) : null,
|
|
16425
16425
|
/* @__PURE__ */ f(
|
|
16426
16426
|
$e,
|
|
16427
16427
|
{
|
|
@@ -16438,18 +16438,18 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16438
16438
|
//toolbar: GridToolbar,
|
|
16439
16439
|
noRowsOverlay: yl
|
|
16440
16440
|
},
|
|
16441
|
-
columns:
|
|
16441
|
+
columns: pe,
|
|
16442
16442
|
rows: M,
|
|
16443
16443
|
apiRef: k,
|
|
16444
16444
|
loading: $,
|
|
16445
16445
|
hideFooterSelectedRowCount: !0,
|
|
16446
16446
|
hideFooter: !0,
|
|
16447
16447
|
disableMultipleRowSelection: C,
|
|
16448
|
-
checkboxSelection:
|
|
16448
|
+
checkboxSelection: se,
|
|
16449
16449
|
filterMode: "server",
|
|
16450
|
-
onFilterModelChange:
|
|
16450
|
+
onFilterModelChange: re,
|
|
16451
16451
|
rowSelectionModel: N,
|
|
16452
|
-
onRowSelectionModelChange:
|
|
16452
|
+
onRowSelectionModelChange: ke,
|
|
16453
16453
|
isRowSelectable: /* @__PURE__ */ o((U) => U.row.id, "isRowSelectable"),
|
|
16454
16454
|
initialState: H,
|
|
16455
16455
|
...x,
|
|
@@ -16512,7 +16512,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16512
16512
|
...x
|
|
16513
16513
|
} = g;
|
|
16514
16514
|
return /* @__PURE__ */ f(
|
|
16515
|
-
|
|
16515
|
+
dt,
|
|
16516
16516
|
{
|
|
16517
16517
|
onClick: /* @__PURE__ */ o((O) => (O.preventDefault(), typeof C == "function" ? C({ ...d, record: v }, T) : !1), "onClick"),
|
|
16518
16518
|
...x,
|
|
@@ -16540,7 +16540,7 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16540
16540
|
return t && i === !1 ? /* @__PURE__ */ f(dE, { ...e, hasEdit: r, borra: n == null ? void 0 : n.borra }) : /* @__PURE__ */ f(uE, { ...e, hasEdit: r, borra: n == null ? void 0 : n.borra });
|
|
16541
16541
|
}, "GrillaEtriek");
|
|
16542
16542
|
function fE(e) {
|
|
16543
|
-
return
|
|
16543
|
+
return ve("MuiDivider", e);
|
|
16544
16544
|
}
|
|
16545
16545
|
o(fE, "getDividerUtilityClass");
|
|
16546
16546
|
const bc = he("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]), mE = ["absolute", "children", "className", "component", "flexItem", "light", "orientation", "role", "textAlign", "variant"], hE = /* @__PURE__ */ o((e) => {
|
|
@@ -16584,7 +16584,7 @@ const bc = he("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
|
|
|
16584
16584
|
left: 0,
|
|
16585
16585
|
width: "100%"
|
|
16586
16586
|
}, t.light && {
|
|
16587
|
-
borderColor: e.vars ? `rgba(${e.vars.palette.dividerChannel} / 0.08)` :
|
|
16587
|
+
borderColor: e.vars ? `rgba(${e.vars.palette.dividerChannel} / 0.08)` : Je(e.palette.divider, 0.08)
|
|
16588
16588
|
}, t.variant === "inset" && {
|
|
16589
16589
|
marginLeft: 72
|
|
16590
16590
|
}, t.variant === "middle" && t.orientation === "horizontal" && {
|
|
@@ -16664,7 +16664,7 @@ const bc = he("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
|
|
|
16664
16664
|
paddingTop: `calc(${e.spacing(1)} * 1.2)`,
|
|
16665
16665
|
paddingBottom: `calc(${e.spacing(1)} * 1.2)`
|
|
16666
16666
|
})), Vo = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
16667
|
-
const n =
|
|
16667
|
+
const n = ye({
|
|
16668
16668
|
props: t,
|
|
16669
16669
|
name: "MuiDivider"
|
|
16670
16670
|
}), {
|
|
@@ -16855,7 +16855,7 @@ process.env.NODE_ENV !== "production" && (ip.propTypes = {
|
|
|
16855
16855
|
*/
|
|
16856
16856
|
timeout: a.number.isRequired
|
|
16857
16857
|
});
|
|
16858
|
-
const
|
|
16858
|
+
const bt = he("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsate", "child", "childLeaving", "childPulsate"]), OE = ["center", "classes", "className"];
|
|
16859
16859
|
let Sa = /* @__PURE__ */ o((e) => e, "_$1"), vc, yc, Oc, xc;
|
|
16860
16860
|
const di = 550, xE = 80, SE = so(vc || (vc = Sa`
|
|
16861
16861
|
0% {
|
|
@@ -16946,16 +16946,16 @@ const di = 550, xE = 80, SE = so(vc || (vc = Sa`
|
|
|
16946
16946
|
animation-iteration-count: infinite;
|
|
16947
16947
|
animation-delay: 200ms;
|
|
16948
16948
|
}
|
|
16949
|
-
`),
|
|
16949
|
+
`), bt.rippleVisible, SE, di, ({
|
|
16950
16950
|
theme: e
|
|
16951
|
-
}) => e.transitions.easing.easeInOut,
|
|
16951
|
+
}) => e.transitions.easing.easeInOut, bt.ripplePulsate, ({
|
|
16952
16952
|
theme: e
|
|
16953
|
-
}) => e.transitions.duration.shorter,
|
|
16953
|
+
}) => e.transitions.duration.shorter, bt.child, bt.childLeaving, EE, di, ({
|
|
16954
16954
|
theme: e
|
|
16955
|
-
}) => e.transitions.easing.easeInOut,
|
|
16955
|
+
}) => e.transitions.easing.easeInOut, bt.childPulsate, PE, ({
|
|
16956
16956
|
theme: e
|
|
16957
16957
|
}) => e.transitions.easing.easeInOut), lp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
16958
|
-
const n =
|
|
16958
|
+
const n = ye({
|
|
16959
16959
|
props: t,
|
|
16960
16960
|
name: "MuiTouchRipple"
|
|
16961
16961
|
}), {
|
|
@@ -16976,12 +16976,12 @@ const di = 550, xE = 80, SE = so(vc || (vc = Sa`
|
|
|
16976
16976
|
} = x;
|
|
16977
16977
|
d((M) => [...M, /* @__PURE__ */ f(CE, {
|
|
16978
16978
|
classes: {
|
|
16979
|
-
ripple: K(l.ripple,
|
|
16980
|
-
rippleVisible: K(l.rippleVisible,
|
|
16981
|
-
ripplePulsate: K(l.ripplePulsate,
|
|
16982
|
-
child: K(l.child,
|
|
16983
|
-
childLeaving: K(l.childLeaving,
|
|
16984
|
-
childPulsate: K(l.childPulsate,
|
|
16979
|
+
ripple: K(l.ripple, bt.ripple),
|
|
16980
|
+
rippleVisible: K(l.rippleVisible, bt.rippleVisible),
|
|
16981
|
+
ripplePulsate: K(l.ripplePulsate, bt.ripplePulsate),
|
|
16982
|
+
child: K(l.child, bt.child),
|
|
16983
|
+
childLeaving: K(l.childLeaving, bt.childLeaving),
|
|
16984
|
+
childPulsate: K(l.childPulsate, bt.childPulsate)
|
|
16985
16985
|
},
|
|
16986
16986
|
timeout: di,
|
|
16987
16987
|
pulsate: O,
|
|
@@ -17059,7 +17059,7 @@ const di = 550, xE = 80, SE = so(vc || (vc = Sa`
|
|
|
17059
17059
|
start: T,
|
|
17060
17060
|
stop: E
|
|
17061
17061
|
}), [C, T, E]), /* @__PURE__ */ f(TE, P({
|
|
17062
|
-
className: K(
|
|
17062
|
+
className: K(bt.root, l.root, s),
|
|
17063
17063
|
ref: g
|
|
17064
17064
|
}, c, {
|
|
17065
17065
|
children: /* @__PURE__ */ f(il, {
|
|
@@ -17085,7 +17085,7 @@ process.env.NODE_ENV !== "production" && (lp.propTypes = {
|
|
|
17085
17085
|
className: a.string
|
|
17086
17086
|
});
|
|
17087
17087
|
function FE(e) {
|
|
17088
|
-
return
|
|
17088
|
+
return ve("MuiButtonBase", e);
|
|
17089
17089
|
}
|
|
17090
17090
|
o(FE, "getButtonBaseUtilityClass");
|
|
17091
17091
|
const wE = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), RE = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"], kE = /* @__PURE__ */ o((e) => {
|
|
@@ -17142,7 +17142,7 @@ const wE = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), RE = ["act
|
|
|
17142
17142
|
colorAdjust: "exact"
|
|
17143
17143
|
}
|
|
17144
17144
|
}), mo = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
17145
|
-
const n =
|
|
17145
|
+
const n = ye({
|
|
17146
17146
|
props: t,
|
|
17147
17147
|
name: "MuiButtonBase"
|
|
17148
17148
|
}), {
|
|
@@ -17174,56 +17174,56 @@ const wE = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), RE = ["act
|
|
|
17174
17174
|
TouchRippleProps: A,
|
|
17175
17175
|
touchRippleRef: _,
|
|
17176
17176
|
type: j
|
|
17177
|
-
} = n, I = G(n, RE), V = S.useRef(null), k = S.useRef(null), H =
|
|
17177
|
+
} = n, I = G(n, RE), V = S.useRef(null), k = S.useRef(null), H = St(k, _), {
|
|
17178
17178
|
isFocusVisibleRef: te,
|
|
17179
|
-
onFocus:
|
|
17180
|
-
onBlur:
|
|
17181
|
-
ref:
|
|
17182
|
-
} = ma(), [
|
|
17183
|
-
d &&
|
|
17179
|
+
onFocus: pe,
|
|
17180
|
+
onBlur: se,
|
|
17181
|
+
ref: ke
|
|
17182
|
+
} = ma(), [re, U] = S.useState(!1);
|
|
17183
|
+
d && re && U(!1), S.useImperativeHandle(i, () => ({
|
|
17184
17184
|
focusVisible: /* @__PURE__ */ o(() => {
|
|
17185
17185
|
U(!0), V.current.focus();
|
|
17186
17186
|
}, "focusVisible")
|
|
17187
17187
|
}), []);
|
|
17188
|
-
const [oe,
|
|
17188
|
+
const [oe, ge] = S.useState(!1);
|
|
17189
17189
|
S.useEffect(() => {
|
|
17190
|
-
|
|
17190
|
+
ge(!0);
|
|
17191
17191
|
}, []);
|
|
17192
|
-
const
|
|
17192
|
+
const ne = oe && !p && !d;
|
|
17193
17193
|
S.useEffect(() => {
|
|
17194
|
-
|
|
17195
|
-
}, [p, m,
|
|
17196
|
-
function ee(Z,
|
|
17197
|
-
return Bt((Dt) => (
|
|
17194
|
+
re && m && !p && oe && k.current.pulsate();
|
|
17195
|
+
}, [p, m, re, oe]);
|
|
17196
|
+
function ee(Z, rt, It = h) {
|
|
17197
|
+
return Bt((Dt) => (rt && rt(Dt), !It && k.current && k.current[Z](Dt), !0));
|
|
17198
17198
|
}
|
|
17199
17199
|
o(ee, "useRippleHandler");
|
|
17200
|
-
const
|
|
17201
|
-
|
|
17202
|
-
}),
|
|
17203
|
-
|
|
17204
|
-
}, !1),
|
|
17205
|
-
V.current || (V.current = Z.currentTarget),
|
|
17206
|
-
}),
|
|
17200
|
+
const be = ee("start", w), Q = ee("stop", y), z = ee("stop", T), X = ee("stop", L), D = ee("stop", (Z) => {
|
|
17201
|
+
re && Z.preventDefault(), F && F(Z);
|
|
17202
|
+
}), ae = ee("start", $), we = ee("stop", R), Fe = ee("stop", M), fe = ee("stop", (Z) => {
|
|
17203
|
+
se(Z), te.current === !1 && U(!1), v && v(Z);
|
|
17204
|
+
}, !1), tt = Bt((Z) => {
|
|
17205
|
+
V.current || (V.current = Z.currentTarget), pe(Z), te.current === !0 && (U(!0), E && E(Z)), C && C(Z);
|
|
17206
|
+
}), Me = /* @__PURE__ */ o(() => {
|
|
17207
17207
|
const Z = V.current;
|
|
17208
17208
|
return u && u !== "button" && !(Z.tagName === "A" && Z.href);
|
|
17209
|
-
}, "isNonNativeButton"),
|
|
17210
|
-
m && !
|
|
17209
|
+
}, "isNonNativeButton"), Ge = S.useRef(!1), ze = Bt((Z) => {
|
|
17210
|
+
m && !Ge.current && re && k.current && Z.key === " " && (Ge.current = !0, k.current.stop(Z, () => {
|
|
17211
17211
|
k.current.start(Z);
|
|
17212
|
-
})), Z.target === Z.currentTarget &&
|
|
17213
|
-
}),
|
|
17214
|
-
m && Z.key === " " && k.current &&
|
|
17212
|
+
})), Z.target === Z.currentTarget && Me() && Z.key === " " && Z.preventDefault(), x && x(Z), Z.target === Z.currentTarget && Me() && Z.key === "Enter" && !d && (Z.preventDefault(), g && g(Z));
|
|
17213
|
+
}), Xe = Bt((Z) => {
|
|
17214
|
+
m && Z.key === " " && k.current && re && !Z.defaultPrevented && (Ge.current = !1, k.current.stop(Z, () => {
|
|
17215
17215
|
k.current.pulsate(Z);
|
|
17216
|
-
})), O && O(Z), g && Z.target === Z.currentTarget &&
|
|
17216
|
+
})), O && O(Z), g && Z.target === Z.currentTarget && Me() && Z.key === " " && !Z.defaultPrevented && g(Z);
|
|
17217
17217
|
});
|
|
17218
|
-
let
|
|
17219
|
-
|
|
17220
|
-
const
|
|
17221
|
-
|
|
17222
|
-
const
|
|
17218
|
+
let le = u;
|
|
17219
|
+
le === "button" && (I.href || I.to) && (le = b);
|
|
17220
|
+
const Ke = {};
|
|
17221
|
+
le === "button" ? (Ke.type = j === void 0 ? "button" : j, Ke.disabled = d) : (!I.href && !I.to && (Ke.role = "button"), d && (Ke["aria-disabled"] = d));
|
|
17222
|
+
const st = St(r, ke, V);
|
|
17223
17223
|
process.env.NODE_ENV !== "production" && S.useEffect(() => {
|
|
17224
|
-
|
|
17224
|
+
ne && !k.current && console.error(["MUI: The `component` prop provided to ButtonBase is invalid.", "Please make sure the children prop is rendered in this custom component."].join(`
|
|
17225
17225
|
`));
|
|
17226
|
-
}, [
|
|
17226
|
+
}, [ne]);
|
|
17227
17227
|
const At = P({}, n, {
|
|
17228
17228
|
centerRipple: l,
|
|
17229
17229
|
component: u,
|
|
@@ -17232,30 +17232,30 @@ const wE = he("MuiButtonBase", ["root", "disabled", "focusVisible"]), RE = ["act
|
|
|
17232
17232
|
disableTouchRipple: h,
|
|
17233
17233
|
focusRipple: m,
|
|
17234
17234
|
tabIndex: N,
|
|
17235
|
-
focusVisible:
|
|
17235
|
+
focusVisible: re
|
|
17236
17236
|
}), Xt = kE(At);
|
|
17237
17237
|
return /* @__PURE__ */ B(ME, P({
|
|
17238
|
-
as:
|
|
17238
|
+
as: le,
|
|
17239
17239
|
className: K(Xt.root, c),
|
|
17240
17240
|
ownerState: At,
|
|
17241
17241
|
onBlur: fe,
|
|
17242
17242
|
onClick: g,
|
|
17243
17243
|
onContextMenu: Q,
|
|
17244
|
-
onFocus:
|
|
17245
|
-
onKeyDown:
|
|
17246
|
-
onKeyUp:
|
|
17247
|
-
onMouseDown:
|
|
17244
|
+
onFocus: tt,
|
|
17245
|
+
onKeyDown: ze,
|
|
17246
|
+
onKeyUp: Xe,
|
|
17247
|
+
onMouseDown: be,
|
|
17248
17248
|
onMouseLeave: D,
|
|
17249
17249
|
onMouseUp: X,
|
|
17250
17250
|
onDragLeave: z,
|
|
17251
|
-
onTouchEnd:
|
|
17251
|
+
onTouchEnd: we,
|
|
17252
17252
|
onTouchMove: Fe,
|
|
17253
|
-
onTouchStart:
|
|
17254
|
-
ref:
|
|
17253
|
+
onTouchStart: ae,
|
|
17254
|
+
ref: st,
|
|
17255
17255
|
tabIndex: d ? -1 : N,
|
|
17256
17256
|
type: j
|
|
17257
|
-
},
|
|
17258
|
-
children: [s,
|
|
17257
|
+
}, Ke, I, {
|
|
17258
|
+
children: [s, ne ? (
|
|
17259
17259
|
/* TouchRipple is only needed client-side, x2 boost on the server. */
|
|
17260
17260
|
/* @__PURE__ */ f(lp, P({
|
|
17261
17261
|
ref: H,
|
|
@@ -17423,7 +17423,7 @@ process.env.NODE_ENV !== "production" && (mo.propTypes = {
|
|
|
17423
17423
|
type: a.oneOfType([a.oneOf(["button", "reset", "submit"]), a.string])
|
|
17424
17424
|
});
|
|
17425
17425
|
function $E(e) {
|
|
17426
|
-
return
|
|
17426
|
+
return ve("MuiTab", e);
|
|
17427
17427
|
}
|
|
17428
17428
|
o($E, "getTabUtilityClass");
|
|
17429
17429
|
const nr = he("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper"]), LE = ["className", "disabled", "disableFocusRipple", "fullWidth", "icon", "iconPosition", "indicator", "label", "onChange", "onClick", "onFocus", "selected", "selectionFollowsFocus", "textColor", "value", "wrapped"], AE = /* @__PURE__ */ o((e) => {
|
|
@@ -17516,7 +17516,7 @@ const nr = he("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
|
|
|
17516
17516
|
}, t.wrapped && {
|
|
17517
17517
|
fontSize: e.typography.pxToRem(12)
|
|
17518
17518
|
})), sp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
17519
|
-
const n =
|
|
17519
|
+
const n = ye({
|
|
17520
17520
|
props: t,
|
|
17521
17521
|
name: "MuiTab"
|
|
17522
17522
|
}), {
|
|
@@ -17752,7 +17752,7 @@ const zE = pa(/* @__PURE__ */ f("path", {
|
|
|
17752
17752
|
d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"
|
|
17753
17753
|
}), "KeyboardArrowRight");
|
|
17754
17754
|
function WE(e) {
|
|
17755
|
-
return
|
|
17755
|
+
return ve("MuiTabScrollButton", e);
|
|
17756
17756
|
}
|
|
17757
17757
|
o(WE, "getTabScrollButtonUtilityClass");
|
|
17758
17758
|
const UE = he("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled"]), GE = ["className", "slots", "slotProps", "direction", "orientation", "disabled"], qE = /* @__PURE__ */ o((e) => {
|
|
@@ -17790,7 +17790,7 @@ const UE = he("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
|
|
|
17790
17790
|
}
|
|
17791
17791
|
})), dp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
17792
17792
|
var n, i;
|
|
17793
|
-
const l =
|
|
17793
|
+
const l = ye({
|
|
17794
17794
|
props: t,
|
|
17795
17795
|
name: "MuiTabScrollButton"
|
|
17796
17796
|
}), {
|
|
@@ -17879,7 +17879,7 @@ process.env.NODE_ENV !== "production" && (dp.propTypes = {
|
|
|
17879
17879
|
sx: a.oneOfType([a.arrayOf(a.oneOfType([a.func, a.object, a.bool])), a.func, a.object])
|
|
17880
17880
|
});
|
|
17881
17881
|
function YE(e) {
|
|
17882
|
-
return
|
|
17882
|
+
return ve("MuiTabs", e);
|
|
17883
17883
|
}
|
|
17884
17884
|
o(YE, "getTabsUtilityClass");
|
|
17885
17885
|
const Ba = he("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVertical", "centered", "scroller", "fixed", "scrollableX", "scrollableY", "hideScrollbar", "scrollButtons", "scrollButtonsHideMobile", "indicator"]), QE = ["aria-label", "aria-labelledby", "action", "centered", "children", "className", "component", "allowScrollButtonsMobile", "indicatorColor", "onChange", "orientation", "ScrollButtonComponent", "scrollButtons", "selectionFollowsFocus", "slots", "slotProps", "TabIndicatorProps", "TabScrollButtonProps", "textColor", "value", "variant", "visibleScrollbar"], Sc = /* @__PURE__ */ o((e, t) => e === t ? e.firstChild : t && t.nextElementSibling ? t.nextElementSibling : e.firstChild, "nextItem$1"), Ec = /* @__PURE__ */ o((e, t) => e === t ? e.lastChild : t && t.previousElementSibling ? t.previousElementSibling : e.lastChild, "previousItem$1"), hn = /* @__PURE__ */ o((e, t, r) => {
|
|
@@ -18032,7 +18032,7 @@ const Ba = he("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
18032
18032
|
}), Pc = {};
|
|
18033
18033
|
let Tc = !1;
|
|
18034
18034
|
const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
18035
|
-
const n =
|
|
18035
|
+
const n = ye({
|
|
18036
18036
|
props: t,
|
|
18037
18037
|
name: "MuiTabs"
|
|
18038
18038
|
}), i = Rr(), l = ha(), {
|
|
@@ -18074,42 +18074,42 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18074
18074
|
scrollableY: A && _,
|
|
18075
18075
|
centered: d && !A,
|
|
18076
18076
|
scrollButtonsHideMobile: !b
|
|
18077
|
-
}),
|
|
18077
|
+
}), pe = XE(te), se = kt({
|
|
18078
18078
|
elementType: x.StartScrollButtonIcon,
|
|
18079
18079
|
externalSlotProps: O.startScrollButtonIcon,
|
|
18080
18080
|
ownerState: te
|
|
18081
|
-
}),
|
|
18081
|
+
}), ke = kt({
|
|
18082
18082
|
elementType: x.EndScrollButtonIcon,
|
|
18083
18083
|
externalSlotProps: O.endScrollButtonIcon,
|
|
18084
18084
|
ownerState: te
|
|
18085
18085
|
});
|
|
18086
18086
|
process.env.NODE_ENV !== "production" && d && A && console.error('MUI: You can not use the `centered={true}` and `variant="scrollable"` properties at the same time on a `Tabs` component.');
|
|
18087
|
-
const [
|
|
18087
|
+
const [re, U] = S.useState(!1), [oe, ge] = S.useState(Pc), [ne, ee] = S.useState(!1), [be, Q] = S.useState(!1), [z, X] = S.useState(!1), [D, ae] = S.useState({
|
|
18088
18088
|
overflow: "hidden",
|
|
18089
18089
|
scrollbarWidth: 0
|
|
18090
|
-
}),
|
|
18090
|
+
}), we = /* @__PURE__ */ new Map(), Fe = S.useRef(null), fe = S.useRef(null), tt = /* @__PURE__ */ o(() => {
|
|
18091
18091
|
const W = Fe.current;
|
|
18092
18092
|
let Y;
|
|
18093
18093
|
if (W) {
|
|
18094
|
-
const
|
|
18094
|
+
const ue = W.getBoundingClientRect();
|
|
18095
18095
|
Y = {
|
|
18096
18096
|
clientWidth: W.clientWidth,
|
|
18097
18097
|
scrollLeft: W.scrollLeft,
|
|
18098
18098
|
scrollTop: W.scrollTop,
|
|
18099
18099
|
scrollLeftNormalized: NE(W, l ? "rtl" : "ltr"),
|
|
18100
18100
|
scrollWidth: W.scrollWidth,
|
|
18101
|
-
top:
|
|
18102
|
-
bottom:
|
|
18103
|
-
left:
|
|
18104
|
-
right:
|
|
18101
|
+
top: ue.top,
|
|
18102
|
+
bottom: ue.bottom,
|
|
18103
|
+
left: ue.left,
|
|
18104
|
+
right: ue.right
|
|
18105
18105
|
};
|
|
18106
18106
|
}
|
|
18107
18107
|
let ce;
|
|
18108
18108
|
if (W && R !== !1) {
|
|
18109
|
-
const
|
|
18110
|
-
if (
|
|
18111
|
-
const Ie =
|
|
18112
|
-
process.env.NODE_ENV !== "production" && (Ie || console.error(["MUI: The `value` provided to the Tabs component is invalid.", `None of the Tabs' children match with "${R}".`,
|
|
18109
|
+
const ue = fe.current.children;
|
|
18110
|
+
if (ue.length > 0) {
|
|
18111
|
+
const Ie = ue[we.get(R)];
|
|
18112
|
+
process.env.NODE_ENV !== "production" && (Ie || console.error(["MUI: The `value` provided to the Tabs component is invalid.", `None of the Tabs' children match with "${R}".`, we.keys ? `You can provide one of the following values: ${Array.from(we.keys()).join(", ")}.` : null].join(`
|
|
18113
18113
|
`))), ce = Ie ? Ie.getBoundingClientRect() : null, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && !Tc && ce && ce.width === 0 && ce.height === 0 && // if the whole Tabs component is hidden, don't warn
|
|
18114
18114
|
Y.clientWidth !== 0 && (Y = null, console.error(["MUI: The `value` provided to the Tabs component is invalid.", `The Tab with this \`value\` ("${R}") is not part of the document layout.`, "Make sure the tab item is present in the document or that it's not `display: none`."].join(`
|
|
18115
18115
|
`)), Tc = !0);
|
|
@@ -18119,108 +18119,108 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18119
18119
|
tabsMeta: Y,
|
|
18120
18120
|
tabMeta: ce
|
|
18121
18121
|
};
|
|
18122
|
-
}, "getTabsMeta"),
|
|
18122
|
+
}, "getTabsMeta"), Me = Bt(() => {
|
|
18123
18123
|
const {
|
|
18124
18124
|
tabsMeta: W,
|
|
18125
18125
|
tabMeta: Y
|
|
18126
|
-
} =
|
|
18127
|
-
let ce = 0,
|
|
18126
|
+
} = tt();
|
|
18127
|
+
let ce = 0, ue;
|
|
18128
18128
|
if (_)
|
|
18129
|
-
|
|
18130
|
-
else if (
|
|
18131
|
-
const
|
|
18132
|
-
ce = (l ? -1 : 1) * (Y[
|
|
18129
|
+
ue = "top", Y && W && (ce = Y.top - W.top + W.scrollTop);
|
|
18130
|
+
else if (ue = l ? "right" : "left", Y && W) {
|
|
18131
|
+
const Ye = l ? W.scrollLeftNormalized + W.clientWidth - W.scrollWidth : W.scrollLeft;
|
|
18132
|
+
ce = (l ? -1 : 1) * (Y[ue] - W[ue] + Ye);
|
|
18133
18133
|
}
|
|
18134
18134
|
const Ie = {
|
|
18135
|
-
[
|
|
18135
|
+
[ue]: ce,
|
|
18136
18136
|
// May be wrong until the font is loaded.
|
|
18137
18137
|
[H]: Y ? Y[H] : 0
|
|
18138
18138
|
};
|
|
18139
|
-
if (isNaN(oe[
|
|
18140
|
-
|
|
18139
|
+
if (isNaN(oe[ue]) || isNaN(oe[H]))
|
|
18140
|
+
ge(Ie);
|
|
18141
18141
|
else {
|
|
18142
|
-
const
|
|
18143
|
-
(
|
|
18142
|
+
const Ye = Math.abs(oe[ue] - Ie[ue]), mt = Math.abs(oe[H] - Ie[H]);
|
|
18143
|
+
(Ye >= 1 || mt >= 1) && ge(Ie);
|
|
18144
18144
|
}
|
|
18145
|
-
}),
|
|
18145
|
+
}), Ge = /* @__PURE__ */ o((W, {
|
|
18146
18146
|
animation: Y = !0
|
|
18147
18147
|
} = {}) => {
|
|
18148
18148
|
Y ? jE(j, Fe.current, W, {
|
|
18149
18149
|
duration: i.transitions.duration.standard
|
|
18150
18150
|
}) : Fe.current[j] = W;
|
|
18151
|
-
}, "scroll"),
|
|
18151
|
+
}, "scroll"), ze = /* @__PURE__ */ o((W) => {
|
|
18152
18152
|
let Y = Fe.current[j];
|
|
18153
|
-
_ ? Y += W : (Y += W * (l ? -1 : 1), Y *= l && cp() === "reverse" ? -1 : 1),
|
|
18154
|
-
}, "moveTabsScroll"),
|
|
18153
|
+
_ ? Y += W : (Y += W * (l ? -1 : 1), Y *= l && cp() === "reverse" ? -1 : 1), Ge(Y);
|
|
18154
|
+
}, "moveTabsScroll"), Xe = /* @__PURE__ */ o(() => {
|
|
18155
18155
|
const W = Fe.current[k];
|
|
18156
18156
|
let Y = 0;
|
|
18157
18157
|
const ce = Array.from(fe.current.children);
|
|
18158
|
-
for (let
|
|
18159
|
-
const Ie = ce[
|
|
18158
|
+
for (let ue = 0; ue < ce.length; ue += 1) {
|
|
18159
|
+
const Ie = ce[ue];
|
|
18160
18160
|
if (Y + Ie[k] > W) {
|
|
18161
|
-
|
|
18161
|
+
ue === 0 && (Y = W);
|
|
18162
18162
|
break;
|
|
18163
18163
|
}
|
|
18164
18164
|
Y += Ie[k];
|
|
18165
18165
|
}
|
|
18166
18166
|
return Y;
|
|
18167
|
-
}, "getScrollSize"),
|
|
18168
|
-
|
|
18169
|
-
}, "handleStartScrollClick"),
|
|
18170
|
-
|
|
18171
|
-
}, "handleEndScrollClick"),
|
|
18172
|
-
|
|
18167
|
+
}, "getScrollSize"), le = /* @__PURE__ */ o(() => {
|
|
18168
|
+
ze(-1 * Xe());
|
|
18169
|
+
}, "handleStartScrollClick"), Ke = /* @__PURE__ */ o(() => {
|
|
18170
|
+
ze(Xe());
|
|
18171
|
+
}, "handleEndScrollClick"), st = S.useCallback((W) => {
|
|
18172
|
+
ae({
|
|
18173
18173
|
overflow: null,
|
|
18174
18174
|
scrollbarWidth: W
|
|
18175
18175
|
});
|
|
18176
18176
|
}, []), At = /* @__PURE__ */ o(() => {
|
|
18177
18177
|
const W = {};
|
|
18178
18178
|
W.scrollbarSizeListener = A ? /* @__PURE__ */ f(rP, {
|
|
18179
|
-
onChange:
|
|
18180
|
-
className: K(
|
|
18179
|
+
onChange: st,
|
|
18180
|
+
className: K(pe.scrollableX, pe.hideScrollbar)
|
|
18181
18181
|
}) : null;
|
|
18182
|
-
const ce = A && (C === "auto" && (
|
|
18182
|
+
const ce = A && (C === "auto" && (ne || be) || C === !0);
|
|
18183
18183
|
return W.scrollButtonStart = ce ? /* @__PURE__ */ f(T, P({
|
|
18184
18184
|
slots: {
|
|
18185
18185
|
StartScrollButtonIcon: x.StartScrollButtonIcon
|
|
18186
18186
|
},
|
|
18187
18187
|
slotProps: {
|
|
18188
|
-
startScrollButtonIcon:
|
|
18188
|
+
startScrollButtonIcon: se
|
|
18189
18189
|
},
|
|
18190
18190
|
orientation: y,
|
|
18191
18191
|
direction: l ? "right" : "left",
|
|
18192
|
-
onClick:
|
|
18193
|
-
disabled: !
|
|
18192
|
+
onClick: le,
|
|
18193
|
+
disabled: !ne
|
|
18194
18194
|
}, F, {
|
|
18195
|
-
className: K(
|
|
18195
|
+
className: K(pe.scrollButtons, F.className)
|
|
18196
18196
|
})) : null, W.scrollButtonEnd = ce ? /* @__PURE__ */ f(T, P({
|
|
18197
18197
|
slots: {
|
|
18198
18198
|
EndScrollButtonIcon: x.EndScrollButtonIcon
|
|
18199
18199
|
},
|
|
18200
18200
|
slotProps: {
|
|
18201
|
-
endScrollButtonIcon:
|
|
18201
|
+
endScrollButtonIcon: ke
|
|
18202
18202
|
},
|
|
18203
18203
|
orientation: y,
|
|
18204
18204
|
direction: l ? "left" : "right",
|
|
18205
|
-
onClick:
|
|
18206
|
-
disabled: !
|
|
18205
|
+
onClick: Ke,
|
|
18206
|
+
disabled: !be
|
|
18207
18207
|
}, F, {
|
|
18208
|
-
className: K(
|
|
18208
|
+
className: K(pe.scrollButtons, F.className)
|
|
18209
18209
|
})) : null, W;
|
|
18210
18210
|
}, "getConditionalElements"), Xt = Bt((W) => {
|
|
18211
18211
|
const {
|
|
18212
18212
|
tabsMeta: Y,
|
|
18213
18213
|
tabMeta: ce
|
|
18214
|
-
} =
|
|
18214
|
+
} = tt();
|
|
18215
18215
|
if (!(!ce || !Y)) {
|
|
18216
18216
|
if (ce[I] < Y[I]) {
|
|
18217
|
-
const
|
|
18218
|
-
|
|
18217
|
+
const ue = Y[j] + (ce[I] - Y[I]);
|
|
18218
|
+
Ge(ue, {
|
|
18219
18219
|
animation: W
|
|
18220
18220
|
});
|
|
18221
18221
|
} else if (ce[V] > Y[V]) {
|
|
18222
|
-
const
|
|
18223
|
-
|
|
18222
|
+
const ue = Y[j] + (ce[V] - Y[V]);
|
|
18223
|
+
Ge(ue, {
|
|
18224
18224
|
animation: W
|
|
18225
18225
|
});
|
|
18226
18226
|
}
|
|
@@ -18230,59 +18230,59 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18230
18230
|
});
|
|
18231
18231
|
S.useEffect(() => {
|
|
18232
18232
|
const W = Zo(() => {
|
|
18233
|
-
Fe.current &&
|
|
18233
|
+
Fe.current && Me();
|
|
18234
18234
|
});
|
|
18235
18235
|
let Y;
|
|
18236
|
-
const ce = /* @__PURE__ */ o((
|
|
18237
|
-
|
|
18238
|
-
|
|
18236
|
+
const ce = /* @__PURE__ */ o((Ye) => {
|
|
18237
|
+
Ye.forEach((mt) => {
|
|
18238
|
+
mt.removedNodes.forEach((or) => {
|
|
18239
18239
|
var Ft;
|
|
18240
18240
|
(Ft = Y) == null || Ft.unobserve(or);
|
|
18241
|
-
}),
|
|
18241
|
+
}), mt.addedNodes.forEach((or) => {
|
|
18242
18242
|
var Ft;
|
|
18243
18243
|
(Ft = Y) == null || Ft.observe(or);
|
|
18244
18244
|
});
|
|
18245
18245
|
}), W(), Z();
|
|
18246
|
-
}, "handleMutation"),
|
|
18247
|
-
|
|
18246
|
+
}, "handleMutation"), ue = Pr(Fe.current);
|
|
18247
|
+
ue.addEventListener("resize", W);
|
|
18248
18248
|
let Ie;
|
|
18249
|
-
return typeof ResizeObserver < "u" && (Y = new ResizeObserver(W), Array.from(fe.current.children).forEach((
|
|
18250
|
-
Y.observe(
|
|
18249
|
+
return typeof ResizeObserver < "u" && (Y = new ResizeObserver(W), Array.from(fe.current.children).forEach((Ye) => {
|
|
18250
|
+
Y.observe(Ye);
|
|
18251
18251
|
})), typeof MutationObserver < "u" && (Ie = new MutationObserver(ce), Ie.observe(fe.current, {
|
|
18252
18252
|
childList: !0
|
|
18253
18253
|
})), () => {
|
|
18254
|
-
var
|
|
18255
|
-
W.clear(),
|
|
18254
|
+
var Ye, mt;
|
|
18255
|
+
W.clear(), ue.removeEventListener("resize", W), (Ye = Ie) == null || Ye.disconnect(), (mt = Y) == null || mt.disconnect();
|
|
18256
18256
|
};
|
|
18257
|
-
}, [
|
|
18257
|
+
}, [Me, Z]), S.useEffect(() => {
|
|
18258
18258
|
const W = Array.from(fe.current.children), Y = W.length;
|
|
18259
18259
|
if (typeof IntersectionObserver < "u" && Y > 0 && A && C !== !1) {
|
|
18260
|
-
const ce = W[0],
|
|
18260
|
+
const ce = W[0], ue = W[Y - 1], Ie = {
|
|
18261
18261
|
root: Fe.current,
|
|
18262
18262
|
threshold: 0.99
|
|
18263
|
-
},
|
|
18263
|
+
}, Ye = /* @__PURE__ */ o((Mr) => {
|
|
18264
18264
|
ee(!Mr[0].isIntersecting);
|
|
18265
|
-
}, "handleScrollButtonStart"),
|
|
18266
|
-
|
|
18265
|
+
}, "handleScrollButtonStart"), mt = new IntersectionObserver(Ye, Ie);
|
|
18266
|
+
mt.observe(ce);
|
|
18267
18267
|
const or = /* @__PURE__ */ o((Mr) => {
|
|
18268
18268
|
Q(!Mr[0].isIntersecting);
|
|
18269
18269
|
}, "handleScrollButtonEnd"), Ft = new IntersectionObserver(or, Ie);
|
|
18270
|
-
return Ft.observe(
|
|
18271
|
-
|
|
18270
|
+
return Ft.observe(ue), () => {
|
|
18271
|
+
mt.disconnect(), Ft.disconnect();
|
|
18272
18272
|
};
|
|
18273
18273
|
}
|
|
18274
18274
|
}, [A, C, z, p == null ? void 0 : p.length]), S.useEffect(() => {
|
|
18275
18275
|
U(!0);
|
|
18276
18276
|
}, []), S.useEffect(() => {
|
|
18277
|
-
|
|
18277
|
+
Me();
|
|
18278
18278
|
}), S.useEffect(() => {
|
|
18279
18279
|
Xt(Pc !== oe);
|
|
18280
18280
|
}, [Xt, oe]), S.useImperativeHandle(u, () => ({
|
|
18281
|
-
updateIndicator:
|
|
18281
|
+
updateIndicator: Me,
|
|
18282
18282
|
updateScrollButtons: Z
|
|
18283
|
-
}), [
|
|
18284
|
-
const
|
|
18285
|
-
className: K(
|
|
18283
|
+
}), [Me, Z]);
|
|
18284
|
+
const rt = /* @__PURE__ */ f(tP, P({}, w, {
|
|
18285
|
+
className: K(pe.indicator, w.className),
|
|
18286
18286
|
ownerState: te,
|
|
18287
18287
|
style: P({}, oe, w.style)
|
|
18288
18288
|
}));
|
|
@@ -18293,11 +18293,11 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18293
18293
|
process.env.NODE_ENV !== "production" && ko.isFragment(W) && console.error(["MUI: The Tabs component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
18294
18294
|
`));
|
|
18295
18295
|
const Y = W.props.value === void 0 ? It : W.props.value;
|
|
18296
|
-
|
|
18296
|
+
we.set(Y, It);
|
|
18297
18297
|
const ce = Y === R;
|
|
18298
18298
|
return It += 1, /* @__PURE__ */ S.cloneElement(W, P({
|
|
18299
18299
|
fullWidth: M === "fullWidth",
|
|
18300
|
-
indicator: ce && !
|
|
18300
|
+
indicator: ce && !re && rt,
|
|
18301
18301
|
selected: ce,
|
|
18302
18302
|
selectionFollowsFocus: E,
|
|
18303
18303
|
onChange: g,
|
|
@@ -18310,12 +18310,12 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18310
18310
|
const Y = fe.current, ce = Er(Y).activeElement;
|
|
18311
18311
|
if (ce.getAttribute("role") !== "tab")
|
|
18312
18312
|
return;
|
|
18313
|
-
let Ie = y === "horizontal" ? "ArrowLeft" : "ArrowUp",
|
|
18314
|
-
switch (y === "horizontal" && l && (Ie = "ArrowRight",
|
|
18313
|
+
let Ie = y === "horizontal" ? "ArrowLeft" : "ArrowUp", Ye = y === "horizontal" ? "ArrowRight" : "ArrowDown";
|
|
18314
|
+
switch (y === "horizontal" && l && (Ie = "ArrowRight", Ye = "ArrowLeft"), W.key) {
|
|
18315
18315
|
case Ie:
|
|
18316
18316
|
W.preventDefault(), hn(Y, ce, Ec);
|
|
18317
18317
|
break;
|
|
18318
|
-
case
|
|
18318
|
+
case Ye:
|
|
18319
18319
|
W.preventDefault(), hn(Y, ce, Sc);
|
|
18320
18320
|
break;
|
|
18321
18321
|
case "Home":
|
|
@@ -18327,13 +18327,13 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18327
18327
|
}
|
|
18328
18328
|
}, "handleKeyDown"), kr = At();
|
|
18329
18329
|
return /* @__PURE__ */ B(ZE, P({
|
|
18330
|
-
className: K(
|
|
18330
|
+
className: K(pe.root, h),
|
|
18331
18331
|
ownerState: te,
|
|
18332
18332
|
ref: r,
|
|
18333
18333
|
as: m
|
|
18334
18334
|
}, N, {
|
|
18335
18335
|
children: [kr.scrollButtonStart, kr.scrollbarSizeListener, /* @__PURE__ */ B(JE, {
|
|
18336
|
-
className:
|
|
18336
|
+
className: pe.scroller,
|
|
18337
18337
|
ownerState: te,
|
|
18338
18338
|
style: {
|
|
18339
18339
|
overflow: D.overflow,
|
|
@@ -18344,13 +18344,13 @@ const pp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
18344
18344
|
"aria-label": s,
|
|
18345
18345
|
"aria-labelledby": c,
|
|
18346
18346
|
"aria-orientation": y === "vertical" ? "vertical" : null,
|
|
18347
|
-
className:
|
|
18347
|
+
className: pe.flexContainer,
|
|
18348
18348
|
ownerState: te,
|
|
18349
18349
|
onKeyDown: mr,
|
|
18350
18350
|
ref: fe,
|
|
18351
18351
|
role: "tablist",
|
|
18352
18352
|
children: Dt
|
|
18353
|
-
}),
|
|
18353
|
+
}), re && rt]
|
|
18354
18354
|
}), kr.scrollButtonEnd]
|
|
18355
18355
|
}));
|
|
18356
18356
|
}, "Tabs"));
|
|
@@ -19349,9 +19349,9 @@ const TP = /^(\d+)(th|st|nd|rd)?/i, CP = /\d+/i, FP = {
|
|
|
19349
19349
|
firstWeekContainsDate: 1
|
|
19350
19350
|
}
|
|
19351
19351
|
}, lt = /* @__PURE__ */ o((e) => {
|
|
19352
|
-
const { source: t } = e, { estado: r, isLoading: n, fichaProps: i = {} } = me(
|
|
19353
|
-
const
|
|
19354
|
-
return
|
|
19352
|
+
const { source: t } = e, { estado: r, isLoading: n, fichaProps: i = {} } = me(Ue), l = me(fo), s = l !== void 0, c = wi((le) => {
|
|
19353
|
+
const Ke = le.configInputs ? le.configInputs.filter((st) => st.id === t) : [];
|
|
19354
|
+
return Ke[0] ? Ke[0] : null;
|
|
19355
19355
|
}), {
|
|
19356
19356
|
disabled: u,
|
|
19357
19357
|
hidden: d,
|
|
@@ -19365,63 +19365,67 @@ const TP = /^(\d+)(th|st|nd|rd)?/i, CP = /\d+/i, FP = {
|
|
|
19365
19365
|
hidden: x = !1,
|
|
19366
19366
|
disabled: O = !1,
|
|
19367
19367
|
validate: w,
|
|
19368
|
-
|
|
19369
|
-
|
|
19370
|
-
|
|
19371
|
-
|
|
19372
|
-
|
|
19373
|
-
|
|
19374
|
-
|
|
19375
|
-
|
|
19376
|
-
|
|
19377
|
-
|
|
19378
|
-
|
|
19379
|
-
...
|
|
19368
|
+
required: F,
|
|
19369
|
+
...L
|
|
19370
|
+
} = e, { field: R } = au(e), {
|
|
19371
|
+
onFocus: M,
|
|
19372
|
+
onBlur: $,
|
|
19373
|
+
onChange: N,
|
|
19374
|
+
hidden: A,
|
|
19375
|
+
disabled: _,
|
|
19376
|
+
useContenido: j = pr,
|
|
19377
|
+
validate: I,
|
|
19378
|
+
required: V,
|
|
19379
|
+
...k
|
|
19380
|
+
} = g, H = s || A === void 0 ? x : A, te = s || _ === void 0 ? O : _, pe = s || M === void 0 ? T : M, se = s || $ === void 0 ? E : $, ke = s || N === void 0 ? C : N, re = Qt({ ...e, etrs: y, asisEtr: l }), U = j({
|
|
19381
|
+
...L,
|
|
19380
19382
|
estado: r,
|
|
19381
|
-
hidden:
|
|
19383
|
+
hidden: H,
|
|
19382
19384
|
isLoading: n,
|
|
19383
|
-
utils:
|
|
19384
|
-
...
|
|
19385
|
-
}),
|
|
19385
|
+
utils: re,
|
|
19386
|
+
...k
|
|
19387
|
+
}), oe = Un(R.value);
|
|
19386
19388
|
if (at(() => {
|
|
19387
|
-
(u || d || p || h || m) &&
|
|
19388
|
-
}, [p, u, d, h, m]),
|
|
19389
|
+
(u || d || p || h || m) && R.onBlur(re, r);
|
|
19390
|
+
}, [p, u, d, h, m]), U === void 0)
|
|
19389
19391
|
throw new Error(
|
|
19390
19392
|
`useContenido está devolviendo undefined para el contenido ${t}
|
|
19391
19393
|
Asegúrese de incluir una instrucción return al final de la función`
|
|
19392
19394
|
);
|
|
19393
19395
|
const {
|
|
19394
|
-
hidden:
|
|
19395
|
-
disabled:
|
|
19396
|
-
onFocus:
|
|
19397
|
-
onChange:
|
|
19398
|
-
onBlur:
|
|
19399
|
-
validate:
|
|
19400
|
-
|
|
19401
|
-
|
|
19402
|
-
|
|
19403
|
-
...
|
|
19404
|
-
...
|
|
19396
|
+
hidden: ge,
|
|
19397
|
+
disabled: ne,
|
|
19398
|
+
onFocus: ee,
|
|
19399
|
+
onChange: be,
|
|
19400
|
+
onBlur: Q,
|
|
19401
|
+
validate: z,
|
|
19402
|
+
required: X,
|
|
19403
|
+
...D
|
|
19404
|
+
} = U, ae = ee || pe, we = Q || se, Fe = be || ke, fe = p !== void 0 ? p : X !== void 0 ? X : s || V === void 0 ? F : V, tt = { ...re, prev: oe.current }, Me = Array.isArray(w) ? w : [w], Ge = Array.isArray(I) ? I : [I], ze = Array.isArray(z) ? z : [z], Xe = [
|
|
19405
|
+
...Me,
|
|
19406
|
+
...Ge,
|
|
19407
|
+
...ze,
|
|
19405
19408
|
b,
|
|
19406
19409
|
v
|
|
19407
|
-
].filter((
|
|
19410
|
+
].filter((le) => le !== void 0);
|
|
19408
19411
|
return {
|
|
19409
19412
|
propsContenido: {
|
|
19410
19413
|
sx: { mt: 1, mb: 1, ml: { xs: 0, md: 1 }, mr: { xs: 0, md: 1 } },
|
|
19411
|
-
onFocus: /* @__PURE__ */ o((
|
|
19412
|
-
|
|
19414
|
+
onFocus: /* @__PURE__ */ o((le) => {
|
|
19415
|
+
ae && pe(re, r, le), oe.current = le.target.value;
|
|
19413
19416
|
}, "onFocus"),
|
|
19414
|
-
onBlur: /* @__PURE__ */ o((
|
|
19415
|
-
onChange: /* @__PURE__ */ o((
|
|
19417
|
+
onBlur: /* @__PURE__ */ o((le) => we && we(tt, r, le), "onBlur"),
|
|
19418
|
+
onChange: /* @__PURE__ */ o((le) => Fe && Fe(tt, r, le), "onChange"),
|
|
19416
19419
|
helperText: !1,
|
|
19417
|
-
validate:
|
|
19418
|
-
...
|
|
19419
|
-
...
|
|
19420
|
-
...
|
|
19421
|
-
disabled: u !== void 0 ? u :
|
|
19422
|
-
...m ? { label: m } : {}
|
|
19420
|
+
validate: Xe,
|
|
19421
|
+
...L,
|
|
19422
|
+
...k,
|
|
19423
|
+
...D,
|
|
19424
|
+
disabled: u !== void 0 ? u : ne !== void 0 ? ne : te,
|
|
19425
|
+
...m ? { label: m } : {},
|
|
19426
|
+
required: fe
|
|
19423
19427
|
},
|
|
19424
|
-
hidden: d !== void 0 ? d :
|
|
19428
|
+
hidden: d !== void 0 ? d : ge !== void 0 ? ge : H
|
|
19425
19429
|
};
|
|
19426
19430
|
}, "useContenidoController"), gT = /* @__PURE__ */ o((e) => e.split("_")[1], "getFormcodFromResource"), bT = /^\d{2}\/\d{2}\/\d{4}$/, jn = /* @__PURE__ */ o((e) => {
|
|
19427
19431
|
if (!(e instanceof Date) || isNaN(e.getDate())) return "";
|
|
@@ -19579,7 +19583,7 @@ gp = Rl.default = (0, ST.default)(/* @__PURE__ */ (0, ET.jsx)("path", {
|
|
|
19579
19583
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
19580
19584
|
}), "Close");
|
|
19581
19585
|
const bp = /* @__PURE__ */ o((e) => {
|
|
19582
|
-
const t =
|
|
19586
|
+
const t = et(), { defaultTitle: r, onClose: n, record: i, title: l } = e;
|
|
19583
19587
|
return /* @__PURE__ */ B(PT, { id: "edit-dialog-title", children: [
|
|
19584
19588
|
vr(l) ? Jt(l, { record: i }) : l ? t(l, { _: l }) : r,
|
|
19585
19589
|
/* @__PURE__ */ f(
|
|
@@ -19697,9 +19701,9 @@ Sp = kl.default = (0, wT.default)(/* @__PURE__ */ (0, RT.jsx)("path", {
|
|
|
19697
19701
|
d: "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3z"
|
|
19698
19702
|
}), "OpenInNew");
|
|
19699
19703
|
const Ep = /* @__PURE__ */ o((e) => {
|
|
19700
|
-
const t =
|
|
19704
|
+
const t = et(), [r, n] = We(!1), i = Re(() => {
|
|
19701
19705
|
n(!0);
|
|
19702
|
-
}, []), l =
|
|
19706
|
+
}, []), l = Re(() => {
|
|
19703
19707
|
n(!1);
|
|
19704
19708
|
}, []), s = Mt(
|
|
19705
19709
|
() => ({
|
|
@@ -19714,7 +19718,7 @@ const Ep = /* @__PURE__ */ o((e) => {
|
|
|
19714
19718
|
inline: d,
|
|
19715
19719
|
dialog: p,
|
|
19716
19720
|
ButtonProps: h
|
|
19717
|
-
} = e, m =
|
|
19721
|
+
} = e, m = Re(
|
|
19718
19722
|
(g) => {
|
|
19719
19723
|
i(), g.stopPropagation();
|
|
19720
19724
|
},
|
|
@@ -19729,7 +19733,7 @@ const Ep = /* @__PURE__ */ o((e) => {
|
|
|
19729
19733
|
onClick: m,
|
|
19730
19734
|
children: c
|
|
19731
19735
|
}
|
|
19732
|
-
) }) : /* @__PURE__ */ f(
|
|
19736
|
+
) }) : /* @__PURE__ */ f(dt, { label: b, ...h, onClick: m, children: c });
|
|
19733
19737
|
return /* @__PURE__ */ B(Op.Provider, { value: s, children: [
|
|
19734
19738
|
v,
|
|
19735
19739
|
p
|
|
@@ -19784,7 +19788,7 @@ const Ep = /* @__PURE__ */ o((e) => {
|
|
|
19784
19788
|
const {
|
|
19785
19789
|
fichaProps: { onBeforeSubmitFicha: t, etrs: r },
|
|
19786
19790
|
estado: n
|
|
19787
|
-
} = me(
|
|
19791
|
+
} = me(Ue), i = p0({ ...e, etrs: r }), l = tr(), { save: s } = qf(), c = Re(
|
|
19788
19792
|
async (u) => {
|
|
19789
19793
|
const d = t && await t(
|
|
19790
19794
|
{
|
|
@@ -19925,7 +19929,7 @@ const Ep = /* @__PURE__ */ o((e) => {
|
|
|
19925
19929
|
return /* @__PURE__ */ f(o0, { children: /* @__PURE__ */ f(fl, { children: /* @__PURE__ */ f(n, { ...r, disableSyncWithLocation: !!i }) }) });
|
|
19926
19930
|
}, "ListEtriek");
|
|
19927
19931
|
function _T(e) {
|
|
19928
|
-
return
|
|
19932
|
+
return ve("MuiIconButton", e);
|
|
19929
19933
|
}
|
|
19930
19934
|
o(_T, "getIconButtonUtilityClass");
|
|
19931
19935
|
const jT = he("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorError", "colorInfo", "colorSuccess", "colorWarning", "edgeStart", "edgeEnd", "sizeSmall", "sizeMedium", "sizeLarge"]), VT = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"], BT = /* @__PURE__ */ o((e) => {
|
|
@@ -19965,7 +19969,7 @@ const jT = he("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
19965
19969
|
})
|
|
19966
19970
|
}, !t.disableRipple && {
|
|
19967
19971
|
"&:hover": {
|
|
19968
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
19972
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.action.activeChannel} / ${e.vars.palette.action.hoverOpacity})` : Je(e.palette.action.active, e.palette.action.hoverOpacity),
|
|
19969
19973
|
// Reset on touch devices, it doesn't add specificity
|
|
19970
19974
|
"@media (hover: none)": {
|
|
19971
19975
|
backgroundColor: "transparent"
|
|
@@ -19987,7 +19991,7 @@ const jT = he("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
19987
19991
|
color: n == null ? void 0 : n.main
|
|
19988
19992
|
}, !t.disableRipple && {
|
|
19989
19993
|
"&:hover": P({}, n && {
|
|
19990
|
-
backgroundColor: e.vars ? `rgba(${n.mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
19994
|
+
backgroundColor: e.vars ? `rgba(${n.mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Je(n.main, e.palette.action.hoverOpacity)
|
|
19991
19995
|
}, {
|
|
19992
19996
|
// Reset on touch devices, it doesn't add specificity
|
|
19993
19997
|
"@media (hover: none)": {
|
|
@@ -20007,7 +20011,7 @@ const jT = he("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
20007
20011
|
}
|
|
20008
20012
|
});
|
|
20009
20013
|
}), Wt = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
20010
|
-
const n =
|
|
20014
|
+
const n = ye({
|
|
20011
20015
|
props: t,
|
|
20012
20016
|
name: "MuiIconButton"
|
|
20013
20017
|
}), {
|
|
@@ -20129,7 +20133,7 @@ const WT = {
|
|
|
20129
20133
|
timeout: g = "auto",
|
|
20130
20134
|
// eslint-disable-next-line react/prop-types
|
|
20131
20135
|
TransitionComponent: y = Lt
|
|
20132
|
-
} = t, T = G(t, HT), C = Vr(), E = S.useRef(), x = Rr(), O = S.useRef(null), w =
|
|
20136
|
+
} = t, T = G(t, HT), C = Vr(), E = S.useRef(), x = Rr(), O = S.useRef(null), w = St(O, l.ref, r), F = /* @__PURE__ */ o((j) => (I) => {
|
|
20133
20137
|
if (j) {
|
|
20134
20138
|
const V = O.current;
|
|
20135
20139
|
I === void 0 ? j(V) : j(V, I);
|
|
@@ -20278,7 +20282,7 @@ process.env.NODE_ENV !== "production" && (Bo.propTypes = {
|
|
|
20278
20282
|
})])
|
|
20279
20283
|
});
|
|
20280
20284
|
Bo.muiSupportAuto = !0;
|
|
20281
|
-
var ot = "top",
|
|
20285
|
+
var ot = "top", Et = "bottom", Pt = "right", nt = "left", $l = "auto", ln = [ot, Et, Pt, nt], to = "start", zo = "end", UT = "clippingParents", Tp = "viewport", Oo = "popper", GT = "reference", wc = /* @__PURE__ */ ln.reduce(function(e, t) {
|
|
20282
20286
|
return e.concat([t + "-" + to, t + "-" + zo]);
|
|
20283
20287
|
}, []), Cp = /* @__PURE__ */ [].concat(ln, [$l]).reduce(function(e, t) {
|
|
20284
20288
|
return e.concat([t, t + "-" + to, t + "-" + zo]);
|
|
@@ -20287,7 +20291,7 @@ function qt(e) {
|
|
|
20287
20291
|
return e ? (e.nodeName || "").toLowerCase() : null;
|
|
20288
20292
|
}
|
|
20289
20293
|
o(qt, "getNodeName");
|
|
20290
|
-
function
|
|
20294
|
+
function ft(e) {
|
|
20291
20295
|
if (e == null)
|
|
20292
20296
|
return window;
|
|
20293
20297
|
if (e.toString() !== "[object Window]") {
|
|
@@ -20296,21 +20300,21 @@ function pt(e) {
|
|
|
20296
20300
|
}
|
|
20297
20301
|
return e;
|
|
20298
20302
|
}
|
|
20299
|
-
o(
|
|
20303
|
+
o(ft, "getWindow");
|
|
20300
20304
|
function Cr(e) {
|
|
20301
|
-
var t =
|
|
20305
|
+
var t = ft(e).Element;
|
|
20302
20306
|
return e instanceof t || e instanceof Element;
|
|
20303
20307
|
}
|
|
20304
20308
|
o(Cr, "isElement");
|
|
20305
|
-
function
|
|
20306
|
-
var t =
|
|
20309
|
+
function Ot(e) {
|
|
20310
|
+
var t = ft(e).HTMLElement;
|
|
20307
20311
|
return e instanceof t || e instanceof HTMLElement;
|
|
20308
20312
|
}
|
|
20309
|
-
o(
|
|
20313
|
+
o(Ot, "isHTMLElement$1");
|
|
20310
20314
|
function Ll(e) {
|
|
20311
20315
|
if (typeof ShadowRoot > "u")
|
|
20312
20316
|
return !1;
|
|
20313
|
-
var t =
|
|
20317
|
+
var t = ft(e).ShadowRoot;
|
|
20314
20318
|
return e instanceof t || e instanceof ShadowRoot;
|
|
20315
20319
|
}
|
|
20316
20320
|
o(Ll, "isShadowRoot");
|
|
@@ -20318,7 +20322,7 @@ function oC(e) {
|
|
|
20318
20322
|
var t = e.state;
|
|
20319
20323
|
Object.keys(t.elements).forEach(function(r) {
|
|
20320
20324
|
var n = t.styles[r] || {}, i = t.attributes[r] || {}, l = t.elements[r];
|
|
20321
|
-
!
|
|
20325
|
+
!Ot(l) || !qt(l) || (Object.assign(l.style, n), Object.keys(i).forEach(function(s) {
|
|
20322
20326
|
var c = i[s];
|
|
20323
20327
|
c === !1 ? l.removeAttribute(s) : l.setAttribute(s, c === !0 ? "" : c);
|
|
20324
20328
|
}));
|
|
@@ -20343,7 +20347,7 @@ function nC(e) {
|
|
|
20343
20347
|
var i = t.elements[n], l = t.attributes[n] || {}, s = Object.keys(t.styles.hasOwnProperty(n) ? t.styles[n] : r[n]), c = s.reduce(function(u, d) {
|
|
20344
20348
|
return u[d] = "", u;
|
|
20345
20349
|
}, {});
|
|
20346
|
-
!
|
|
20350
|
+
!Ot(i) || !qt(i) || (Object.assign(i.style, c), Object.keys(l).forEach(function(u) {
|
|
20347
20351
|
i.removeAttribute(u);
|
|
20348
20352
|
}));
|
|
20349
20353
|
});
|
|
@@ -20377,8 +20381,8 @@ o(Fp, "isLayoutViewport");
|
|
|
20377
20381
|
function oo(e, t, r) {
|
|
20378
20382
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
20379
20383
|
var n = e.getBoundingClientRect(), i = 1, l = 1;
|
|
20380
|
-
t &&
|
|
20381
|
-
var s = Cr(e) ?
|
|
20384
|
+
t && Ot(e) && (i = e.offsetWidth > 0 && ro(n.width) / e.offsetWidth || 1, l = e.offsetHeight > 0 && ro(n.height) / e.offsetHeight || 1);
|
|
20385
|
+
var s = Cr(e) ? ft(e) : window, c = s.visualViewport, u = !Fp() && r, d = (n.left + (u && c ? c.offsetLeft : 0)) / i, p = (n.top + (u && c ? c.offsetTop : 0)) / l, h = n.width / i, m = n.height / l;
|
|
20382
20386
|
return {
|
|
20383
20387
|
width: h,
|
|
20384
20388
|
height: m,
|
|
@@ -20417,7 +20421,7 @@ function wp(e, t) {
|
|
|
20417
20421
|
}
|
|
20418
20422
|
o(wp, "contains");
|
|
20419
20423
|
function er(e) {
|
|
20420
|
-
return
|
|
20424
|
+
return ft(e).getComputedStyle(e);
|
|
20421
20425
|
}
|
|
20422
20426
|
o(er, "getComputedStyle");
|
|
20423
20427
|
function iC(e) {
|
|
@@ -20445,19 +20449,19 @@ function Ea(e) {
|
|
|
20445
20449
|
}
|
|
20446
20450
|
o(Ea, "getParentNode");
|
|
20447
20451
|
function Rc(e) {
|
|
20448
|
-
return !
|
|
20452
|
+
return !Ot(e) || // https://github.com/popperjs/popper-core/issues/837
|
|
20449
20453
|
er(e).position === "fixed" ? null : e.offsetParent;
|
|
20450
20454
|
}
|
|
20451
20455
|
o(Rc, "getTrueOffsetParent");
|
|
20452
20456
|
function lC(e) {
|
|
20453
20457
|
var t = /firefox/i.test(fi()), r = /Trident/i.test(fi());
|
|
20454
|
-
if (r &&
|
|
20458
|
+
if (r && Ot(e)) {
|
|
20455
20459
|
var n = er(e);
|
|
20456
20460
|
if (n.position === "fixed")
|
|
20457
20461
|
return null;
|
|
20458
20462
|
}
|
|
20459
20463
|
var i = Ea(e);
|
|
20460
|
-
for (Ll(i) && (i = i.host);
|
|
20464
|
+
for (Ll(i) && (i = i.host); Ot(i) && ["html", "body"].indexOf(qt(i)) < 0; ) {
|
|
20461
20465
|
var l = er(i);
|
|
20462
20466
|
if (l.transform !== "none" || l.perspective !== "none" || l.contain === "paint" || ["transform", "perspective"].indexOf(l.willChange) !== -1 || t && l.willChange === "filter" || t && l.filter && l.filter !== "none")
|
|
20463
20467
|
return i;
|
|
@@ -20467,7 +20471,7 @@ function lC(e) {
|
|
|
20467
20471
|
}
|
|
20468
20472
|
o(lC, "getContainingBlock");
|
|
20469
20473
|
function sn(e) {
|
|
20470
|
-
for (var t =
|
|
20474
|
+
for (var t = ft(e), r = Rc(e); r && iC(r) && er(r).position === "static"; )
|
|
20471
20475
|
r = Rc(r);
|
|
20472
20476
|
return r && (qt(r) === "html" || qt(r) === "body" && er(r).position === "static") ? t : r || lC(e) || t;
|
|
20473
20477
|
}
|
|
@@ -20510,9 +20514,9 @@ var cC = /* @__PURE__ */ o(function(t, r) {
|
|
|
20510
20514
|
})) : t, kp(typeof t != "number" ? t : Mp(t, ln));
|
|
20511
20515
|
}, "toPaddingObject");
|
|
20512
20516
|
function uC(e) {
|
|
20513
|
-
var t, r = e.state, n = e.name, i = e.options, l = r.elements.arrow, s = r.modifiersData.popperOffsets, c = Ut(r.placement), u = Il(c), d = [nt,
|
|
20517
|
+
var t, r = e.state, n = e.name, i = e.options, l = r.elements.arrow, s = r.modifiersData.popperOffsets, c = Ut(r.placement), u = Il(c), d = [nt, Pt].indexOf(c) >= 0, p = d ? "height" : "width";
|
|
20514
20518
|
if (!(!l || !s)) {
|
|
20515
|
-
var h = cC(i.padding, r), m = Al(l), b = u === "y" ? ot : nt, v = u === "y" ?
|
|
20519
|
+
var h = cC(i.padding, r), m = Al(l), b = u === "y" ? ot : nt, v = u === "y" ? Et : Pt, g = r.rects.reference[p] + r.rects.reference[u] - s[u] - r.rects.popper[p], y = s[u] - r.rects.reference[u], T = sn(l), C = T ? u === "y" ? T.clientHeight || 0 : T.clientWidth || 0 : 0, E = g / 2 - y / 2, x = h[b], O = C - m[p] - h[v], w = C / 2 - m[p] / 2 + E, F = Fo(x, w, O), L = u;
|
|
20516
20520
|
r.modifiersData[n] = (t = {}, t[L] = F, t.centerOffset = F - w, t);
|
|
20517
20521
|
}
|
|
20518
20522
|
}
|
|
@@ -20561,16 +20565,16 @@ function kc(e) {
|
|
|
20561
20565
|
var T = s.hasOwnProperty("x"), C = s.hasOwnProperty("y"), E = nt, x = ot, O = window;
|
|
20562
20566
|
if (d) {
|
|
20563
20567
|
var w = sn(r), F = "clientHeight", L = "clientWidth";
|
|
20564
|
-
if (w ===
|
|
20565
|
-
x =
|
|
20568
|
+
if (w === ft(r) && (w = fr(r), er(w).position !== "static" && c === "absolute" && (F = "scrollHeight", L = "scrollWidth")), w = w, i === ot || (i === nt || i === Pt) && l === zo) {
|
|
20569
|
+
x = Et;
|
|
20566
20570
|
var R = h && w === O && O.visualViewport ? O.visualViewport.height : (
|
|
20567
20571
|
// $FlowFixMe[prop-missing]
|
|
20568
20572
|
w[F]
|
|
20569
20573
|
);
|
|
20570
20574
|
g -= R - n.height, g *= u ? 1 : -1;
|
|
20571
20575
|
}
|
|
20572
|
-
if (i === nt || (i === ot || i ===
|
|
20573
|
-
E =
|
|
20576
|
+
if (i === nt || (i === ot || i === Et) && l === zo) {
|
|
20577
|
+
E = Pt;
|
|
20574
20578
|
var M = h && w === O && O.visualViewport ? O.visualViewport.width : (
|
|
20575
20579
|
// $FlowFixMe[prop-missing]
|
|
20576
20580
|
w[L]
|
|
@@ -20583,7 +20587,7 @@ function kc(e) {
|
|
|
20583
20587
|
}, d && fC), N = p === !0 ? mC({
|
|
20584
20588
|
x: b,
|
|
20585
20589
|
y: g
|
|
20586
|
-
},
|
|
20590
|
+
}, ft(r)) : {
|
|
20587
20591
|
x: b,
|
|
20588
20592
|
y: g
|
|
20589
20593
|
};
|
|
@@ -20629,7 +20633,7 @@ var gn = {
|
|
|
20629
20633
|
passive: !0
|
|
20630
20634
|
};
|
|
20631
20635
|
function bC(e) {
|
|
20632
|
-
var t = e.state, r = e.instance, n = e.options, i = n.scroll, l = i === void 0 ? !0 : i, s = n.resize, c = s === void 0 ? !0 : s, u =
|
|
20636
|
+
var t = e.state, r = e.instance, n = e.options, i = n.scroll, l = i === void 0 ? !0 : i, s = n.resize, c = s === void 0 ? !0 : s, u = ft(t.elements.popper), d = [].concat(t.scrollParents.reference, t.scrollParents.popper);
|
|
20633
20637
|
return l && d.forEach(function(p) {
|
|
20634
20638
|
p.addEventListener("scroll", r.update, gn);
|
|
20635
20639
|
}), c && u.addEventListener("resize", r.update, gn), function() {
|
|
@@ -20671,7 +20675,7 @@ function Mc(e) {
|
|
|
20671
20675
|
}
|
|
20672
20676
|
o(Mc, "getOppositeVariationPlacement");
|
|
20673
20677
|
function Dl(e) {
|
|
20674
|
-
var t =
|
|
20678
|
+
var t = ft(e), r = t.pageXOffset, n = t.pageYOffset;
|
|
20675
20679
|
return {
|
|
20676
20680
|
scrollLeft: r,
|
|
20677
20681
|
scrollTop: n
|
|
@@ -20683,7 +20687,7 @@ function Nl(e) {
|
|
|
20683
20687
|
}
|
|
20684
20688
|
o(Nl, "getWindowScrollBarX");
|
|
20685
20689
|
function xC(e, t) {
|
|
20686
|
-
var r =
|
|
20690
|
+
var r = ft(e), n = fr(e), i = r.visualViewport, l = n.clientWidth, s = n.clientHeight, c = 0, u = 0;
|
|
20687
20691
|
if (i) {
|
|
20688
20692
|
l = i.width, s = i.height;
|
|
20689
20693
|
var d = Fp();
|
|
@@ -20713,13 +20717,13 @@ function _l(e) {
|
|
|
20713
20717
|
}
|
|
20714
20718
|
o(_l, "isScrollParent");
|
|
20715
20719
|
function $p(e) {
|
|
20716
|
-
return ["html", "body", "#document"].indexOf(qt(e)) >= 0 ? e.ownerDocument.body :
|
|
20720
|
+
return ["html", "body", "#document"].indexOf(qt(e)) >= 0 ? e.ownerDocument.body : Ot(e) && _l(e) ? e : $p(Ea(e));
|
|
20717
20721
|
}
|
|
20718
20722
|
o($p, "getScrollParent");
|
|
20719
20723
|
function wo(e, t) {
|
|
20720
20724
|
var r;
|
|
20721
20725
|
t === void 0 && (t = []);
|
|
20722
|
-
var n = $p(e), i = n === ((r = e.ownerDocument) == null ? void 0 : r.body), l =
|
|
20726
|
+
var n = $p(e), i = n === ((r = e.ownerDocument) == null ? void 0 : r.body), l = ft(n), s = i ? [l].concat(l.visualViewport || [], _l(n) ? n : []) : n, c = t.concat(s);
|
|
20723
20727
|
return i ? c : (
|
|
20724
20728
|
// $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
|
|
20725
20729
|
c.concat(wo(Ea(s)))
|
|
@@ -20745,7 +20749,7 @@ function $c(e, t, r) {
|
|
|
20745
20749
|
}
|
|
20746
20750
|
o($c, "getClientRectFromMixedType");
|
|
20747
20751
|
function PC(e) {
|
|
20748
|
-
var t = wo(Ea(e)), r = ["absolute", "fixed"].indexOf(er(e).position) >= 0, n = r &&
|
|
20752
|
+
var t = wo(Ea(e)), r = ["absolute", "fixed"].indexOf(er(e).position) >= 0, n = r && Ot(e) ? sn(e) : e;
|
|
20749
20753
|
return Cr(n) ? t.filter(function(i) {
|
|
20750
20754
|
return Cr(i) && wp(i, n) && qt(i) !== "body";
|
|
20751
20755
|
}) : [];
|
|
@@ -20768,13 +20772,13 @@ function Lp(e) {
|
|
|
20768
20772
|
y: t.y - r.height
|
|
20769
20773
|
};
|
|
20770
20774
|
break;
|
|
20771
|
-
case
|
|
20775
|
+
case Et:
|
|
20772
20776
|
u = {
|
|
20773
20777
|
x: s,
|
|
20774
20778
|
y: t.y + t.height
|
|
20775
20779
|
};
|
|
20776
20780
|
break;
|
|
20777
|
-
case
|
|
20781
|
+
case Pt:
|
|
20778
20782
|
u = {
|
|
20779
20783
|
x: t.x + t.width,
|
|
20780
20784
|
y: c
|
|
@@ -20823,7 +20827,7 @@ function Ho(e, t) {
|
|
|
20823
20827
|
if (m === Oo && $) {
|
|
20824
20828
|
var N = $[i];
|
|
20825
20829
|
Object.keys(M).forEach(function(A) {
|
|
20826
|
-
var _ = [
|
|
20830
|
+
var _ = [Pt, Et].indexOf(A) >= 0 ? 1 : -1, j = [ot, Et].indexOf(A) >= 0 ? "y" : "x";
|
|
20827
20831
|
M[A] += N[j] * _;
|
|
20828
20832
|
});
|
|
20829
20833
|
}
|
|
@@ -20861,8 +20865,8 @@ o(FC, "getExpandedFallbackPlacements");
|
|
|
20861
20865
|
function wC(e) {
|
|
20862
20866
|
var t = e.state, r = e.options, n = e.name;
|
|
20863
20867
|
if (!t.modifiersData[n]._skip) {
|
|
20864
|
-
for (var i = r.mainAxis, l = i === void 0 ? !0 : i, s = r.altAxis, c = s === void 0 ? !0 : s, u = r.fallbackPlacements, d = r.padding, p = r.boundary, h = r.rootBoundary, m = r.altBoundary, b = r.flipVariations, v = b === void 0 ? !0 : b, g = r.allowedAutoPlacements, y = t.options.placement, T = Ut(y), C = T === y, E = u || (C || !v ? [Fn(y)] : FC(y)), x = [y].concat(E).reduce(function(
|
|
20865
|
-
return
|
|
20868
|
+
for (var i = r.mainAxis, l = i === void 0 ? !0 : i, s = r.altAxis, c = s === void 0 ? !0 : s, u = r.fallbackPlacements, d = r.padding, p = r.boundary, h = r.rootBoundary, m = r.altBoundary, b = r.flipVariations, v = b === void 0 ? !0 : b, g = r.allowedAutoPlacements, y = t.options.placement, T = Ut(y), C = T === y, E = u || (C || !v ? [Fn(y)] : FC(y)), x = [y].concat(E).reduce(function(re, U) {
|
|
20869
|
+
return re.concat(Ut(U) === $l ? CC(t, {
|
|
20866
20870
|
placement: U,
|
|
20867
20871
|
boundary: p,
|
|
20868
20872
|
rootBoundary: h,
|
|
@@ -20871,17 +20875,17 @@ function wC(e) {
|
|
|
20871
20875
|
allowedAutoPlacements: g
|
|
20872
20876
|
}) : U);
|
|
20873
20877
|
}, []), O = t.rects.reference, w = t.rects.popper, F = /* @__PURE__ */ new Map(), L = !0, R = x[0], M = 0; M < x.length; M++) {
|
|
20874
|
-
var $ = x[M], N = Ut($), A = no($) === to, _ = [ot,
|
|
20878
|
+
var $ = x[M], N = Ut($), A = no($) === to, _ = [ot, Et].indexOf(N) >= 0, j = _ ? "width" : "height", I = Ho(t, {
|
|
20875
20879
|
placement: $,
|
|
20876
20880
|
boundary: p,
|
|
20877
20881
|
rootBoundary: h,
|
|
20878
20882
|
altBoundary: m,
|
|
20879
20883
|
padding: d
|
|
20880
|
-
}), V = _ ? A ?
|
|
20884
|
+
}), V = _ ? A ? Pt : nt : A ? Et : ot;
|
|
20881
20885
|
O[j] > w[j] && (V = Fn(V));
|
|
20882
20886
|
var k = Fn(V), H = [];
|
|
20883
|
-
if (l && H.push(I[N] <= 0), c && H.push(I[V] <= 0, I[k] <= 0), H.every(function(
|
|
20884
|
-
return
|
|
20887
|
+
if (l && H.push(I[N] <= 0), c && H.push(I[V] <= 0, I[k] <= 0), H.every(function(re) {
|
|
20888
|
+
return re;
|
|
20885
20889
|
})) {
|
|
20886
20890
|
R = $, L = !1;
|
|
20887
20891
|
break;
|
|
@@ -20889,19 +20893,19 @@ function wC(e) {
|
|
|
20889
20893
|
F.set($, H);
|
|
20890
20894
|
}
|
|
20891
20895
|
if (L)
|
|
20892
|
-
for (var te = v ? 3 : 1,
|
|
20893
|
-
var oe = x.find(function(
|
|
20894
|
-
var
|
|
20895
|
-
if (
|
|
20896
|
-
return
|
|
20896
|
+
for (var te = v ? 3 : 1, pe = /* @__PURE__ */ o(function(U) {
|
|
20897
|
+
var oe = x.find(function(ge) {
|
|
20898
|
+
var ne = F.get(ge);
|
|
20899
|
+
if (ne)
|
|
20900
|
+
return ne.slice(0, U).every(function(ee) {
|
|
20897
20901
|
return ee;
|
|
20898
20902
|
});
|
|
20899
20903
|
});
|
|
20900
20904
|
if (oe)
|
|
20901
20905
|
return R = oe, "break";
|
|
20902
|
-
}, "_loop"),
|
|
20903
|
-
var
|
|
20904
|
-
if (
|
|
20906
|
+
}, "_loop"), se = te; se > 0; se--) {
|
|
20907
|
+
var ke = pe(se);
|
|
20908
|
+
if (ke === "break") break;
|
|
20905
20909
|
}
|
|
20906
20910
|
t.placement !== R && (t.modifiersData[n]._skip = !0, t.placement = R, t.reset = !0);
|
|
20907
20911
|
}
|
|
@@ -20930,7 +20934,7 @@ function Lc(e, t, r) {
|
|
|
20930
20934
|
}
|
|
20931
20935
|
o(Lc, "getSideOffsets");
|
|
20932
20936
|
function Ac(e) {
|
|
20933
|
-
return [ot,
|
|
20937
|
+
return [ot, Pt, Et, nt].some(function(t) {
|
|
20934
20938
|
return e[t] >= 0;
|
|
20935
20939
|
});
|
|
20936
20940
|
}
|
|
@@ -20963,7 +20967,7 @@ function $C(e, t, r) {
|
|
|
20963
20967
|
var n = Ut(e), i = [nt, ot].indexOf(n) >= 0 ? -1 : 1, l = typeof r == "function" ? r(Object.assign({}, t, {
|
|
20964
20968
|
placement: e
|
|
20965
20969
|
})) : r, s = l[0], c = l[1];
|
|
20966
|
-
return s = s || 0, c = (c || 0) * i, [nt,
|
|
20970
|
+
return s = s || 0, c = (c || 0) * i, [nt, Pt].indexOf(n) >= 0 ? {
|
|
20967
20971
|
x: c,
|
|
20968
20972
|
y: s
|
|
20969
20973
|
} : {
|
|
@@ -21027,15 +21031,15 @@ function _C(e) {
|
|
|
21027
21031
|
};
|
|
21028
21032
|
if (w) {
|
|
21029
21033
|
if (l) {
|
|
21030
|
-
var A, _ = x === "y" ? ot : nt, j = x === "y" ?
|
|
21034
|
+
var A, _ = x === "y" ? ot : nt, j = x === "y" ? Et : Pt, I = x === "y" ? "height" : "width", V = w[x], k = V + y[_], H = V - y[j], te = b ? -L[I] / 2 : 0, pe = C === to ? F[I] : L[I], se = C === to ? -L[I] : -F[I], ke = t.elements.arrow, re = b && ke ? Al(ke) : {
|
|
21031
21035
|
width: 0,
|
|
21032
21036
|
height: 0
|
|
21033
|
-
}, U = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Rp(), oe = U[_],
|
|
21034
|
-
w[x] =
|
|
21037
|
+
}, U = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Rp(), oe = U[_], ge = U[j], ne = Fo(0, F[I], re[I]), ee = E ? F[I] / 2 - te - ne - oe - M.mainAxis : pe - ne - oe - M.mainAxis, be = E ? -F[I] / 2 + te + ne + ge + M.mainAxis : se + ne + ge + M.mainAxis, Q = t.elements.arrow && sn(t.elements.arrow), z = Q ? x === "y" ? Q.clientTop || 0 : Q.clientLeft || 0 : 0, X = (A = $ == null ? void 0 : $[x]) != null ? A : 0, D = V + ee - X - z, ae = V + be - X, we = Fo(b ? Vn(k, D) : k, V, b ? yr(H, ae) : H);
|
|
21038
|
+
w[x] = we, N[x] = we - V;
|
|
21035
21039
|
}
|
|
21036
21040
|
if (c) {
|
|
21037
|
-
var Fe, fe = x === "x" ? ot : nt,
|
|
21038
|
-
w[O] = Xt, N[O] = Xt -
|
|
21041
|
+
var Fe, fe = x === "x" ? ot : nt, tt = x === "x" ? Et : Pt, Me = w[O], Ge = O === "y" ? "height" : "width", ze = Me + y[fe], Xe = Me - y[tt], le = [ot, nt].indexOf(T) !== -1, Ke = (Fe = $ == null ? void 0 : $[O]) != null ? Fe : 0, st = le ? ze : Me - F[Ge] - L[Ge] - Ke + M.altAxis, At = le ? Me + F[Ge] + L[Ge] - Ke - M.altAxis : Xe, Xt = b && le ? sC(st, Me, At) : Fo(b ? st : ze, Me, b ? At : Xe);
|
|
21042
|
+
w[O] = Xt, N[O] = Xt - Me;
|
|
21039
21043
|
}
|
|
21040
21044
|
t.modifiersData[n] = N;
|
|
21041
21045
|
}
|
|
@@ -21056,7 +21060,7 @@ function VC(e) {
|
|
|
21056
21060
|
}
|
|
21057
21061
|
o(VC, "getHTMLElementScroll");
|
|
21058
21062
|
function BC(e) {
|
|
21059
|
-
return e ===
|
|
21063
|
+
return e === ft(e) || !Ot(e) ? Dl(e) : VC(e);
|
|
21060
21064
|
}
|
|
21061
21065
|
o(BC, "getNodeScroll");
|
|
21062
21066
|
function zC(e) {
|
|
@@ -21066,7 +21070,7 @@ function zC(e) {
|
|
|
21066
21070
|
o(zC, "isElementScaled");
|
|
21067
21071
|
function HC(e, t, r) {
|
|
21068
21072
|
r === void 0 && (r = !1);
|
|
21069
|
-
var n =
|
|
21073
|
+
var n = Ot(t), i = Ot(t) && zC(t), l = fr(t), s = oo(e, i, r), c = {
|
|
21070
21074
|
scrollLeft: 0,
|
|
21071
21075
|
scrollTop: 0
|
|
21072
21076
|
}, u = {
|
|
@@ -21074,7 +21078,7 @@ function HC(e, t, r) {
|
|
|
21074
21078
|
y: 0
|
|
21075
21079
|
};
|
|
21076
21080
|
return (n || !n && !r) && ((qt(t) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
|
21077
|
-
_l(l)) && (c = BC(t)),
|
|
21081
|
+
_l(l)) && (c = BC(t)), Ot(t) ? (u = oo(t, !0), u.x += t.clientLeft, u.y += t.clientTop) : l && (u.x = Nl(l))), {
|
|
21078
21082
|
x: s.left + c.scrollLeft - u.x,
|
|
21079
21083
|
y: s.top + c.scrollTop - u.y,
|
|
21080
21084
|
width: s.width,
|
|
@@ -21624,7 +21628,7 @@ const f1 = ["anchorEl", "component", "components", "componentsProps", "container
|
|
|
21624
21628
|
overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
|
|
21625
21629
|
})({}), Vl = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
21626
21630
|
var n;
|
|
21627
|
-
const i = _p(), l =
|
|
21631
|
+
const i = _p(), l = ye({
|
|
21628
21632
|
props: t,
|
|
21629
21633
|
name: "MuiPopper"
|
|
21630
21634
|
}), {
|
|
@@ -21794,7 +21798,7 @@ process.env.NODE_ENV !== "production" && (Vl.propTypes = {
|
|
|
21794
21798
|
transition: a.bool
|
|
21795
21799
|
});
|
|
21796
21800
|
function h1(e) {
|
|
21797
|
-
return
|
|
21801
|
+
return ve("MuiTooltip", e);
|
|
21798
21802
|
}
|
|
21799
21803
|
o(h1, "getTooltipUtilityClass");
|
|
21800
21804
|
const ir = he("MuiTooltip", ["popper", "popperInteractive", "popperArrow", "popperClose", "tooltip", "tooltipArrow", "touch", "tooltipPlacementLeft", "tooltipPlacementRight", "tooltipPlacementTop", "tooltipPlacementBottom", "arrow"]), g1 = ["arrow", "children", "classes", "components", "componentsProps", "describeChild", "disableFocusListener", "disableHoverListener", "disableInteractive", "disableTouchListener", "enterDelay", "enterNextDelay", "enterTouchDelay", "followCursor", "id", "leaveDelay", "leaveTouchDelay", "onClose", "onOpen", "open", "placement", "PopperComponent", "PopperProps", "slotProps", "slots", "title", "TransitionComponent", "TransitionProps"];
|
|
@@ -21889,7 +21893,7 @@ const v1 = /* @__PURE__ */ o((e) => {
|
|
|
21889
21893
|
theme: e,
|
|
21890
21894
|
ownerState: t
|
|
21891
21895
|
}) => P({
|
|
21892
|
-
backgroundColor: e.vars ? e.vars.palette.Tooltip.bg :
|
|
21896
|
+
backgroundColor: e.vars ? e.vars.palette.Tooltip.bg : Je(e.palette.grey[700], 0.92),
|
|
21893
21897
|
borderRadius: (e.vars || e).shape.borderRadius,
|
|
21894
21898
|
color: (e.vars || e).palette.common.white,
|
|
21895
21899
|
fontFamily: e.typography.fontFamily,
|
|
@@ -21954,7 +21958,7 @@ const v1 = /* @__PURE__ */ o((e) => {
|
|
|
21954
21958
|
width: "1em",
|
|
21955
21959
|
height: "0.71em",
|
|
21956
21960
|
boxSizing: "border-box",
|
|
21957
|
-
color: e.vars ? e.vars.palette.Tooltip.bg :
|
|
21961
|
+
color: e.vars ? e.vars.palette.Tooltip.bg : Je(e.palette.grey[700], 0.9),
|
|
21958
21962
|
"&::before": {
|
|
21959
21963
|
content: '""',
|
|
21960
21964
|
margin: "auto",
|
|
@@ -21979,7 +21983,7 @@ function vn(e, t) {
|
|
|
21979
21983
|
o(vn, "composeEventHandler");
|
|
21980
21984
|
const Bl = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
21981
21985
|
var n, i, l, s, c, u, d, p, h, m, b, v, g, y, T, C, E, x, O;
|
|
21982
|
-
const w =
|
|
21986
|
+
const w = ye({
|
|
21983
21987
|
props: t,
|
|
21984
21988
|
name: "MuiTooltip"
|
|
21985
21989
|
}), {
|
|
@@ -21997,148 +22001,148 @@ const Bl = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
21997
22001
|
enterTouchDelay: k = 700,
|
|
21998
22002
|
followCursor: H = !1,
|
|
21999
22003
|
id: te,
|
|
22000
|
-
leaveDelay:
|
|
22001
|
-
leaveTouchDelay:
|
|
22002
|
-
onClose:
|
|
22003
|
-
onOpen:
|
|
22004
|
+
leaveDelay: pe = 0,
|
|
22005
|
+
leaveTouchDelay: se = 1500,
|
|
22006
|
+
onClose: ke,
|
|
22007
|
+
onOpen: re,
|
|
22004
22008
|
open: U,
|
|
22005
22009
|
placement: oe = "bottom",
|
|
22006
|
-
PopperComponent:
|
|
22007
|
-
PopperProps:
|
|
22010
|
+
PopperComponent: ge,
|
|
22011
|
+
PopperProps: ne = {},
|
|
22008
22012
|
slotProps: ee = {},
|
|
22009
|
-
slots:
|
|
22013
|
+
slots: be = {},
|
|
22010
22014
|
title: Q,
|
|
22011
22015
|
TransitionComponent: z = Bo,
|
|
22012
22016
|
TransitionProps: X
|
|
22013
|
-
} = w, D = G(w, g1),
|
|
22017
|
+
} = w, D = G(w, g1), ae = /* @__PURE__ */ S.isValidElement(L) ? L : /* @__PURE__ */ f("span", {
|
|
22014
22018
|
children: L
|
|
22015
|
-
}),
|
|
22019
|
+
}), we = Rr(), Fe = ha(), [fe, tt] = S.useState(), [Me, Ge] = S.useState(null), ze = S.useRef(!1), Xe = _ || H, le = Vr(), Ke = Vr(), st = Vr(), At = Vr(), [Xt, Z] = yd({
|
|
22016
22020
|
controlled: U,
|
|
22017
22021
|
default: !1,
|
|
22018
22022
|
name: "Tooltip",
|
|
22019
22023
|
state: "open"
|
|
22020
22024
|
});
|
|
22021
|
-
let
|
|
22025
|
+
let rt = Xt;
|
|
22022
22026
|
if (process.env.NODE_ENV !== "production") {
|
|
22023
22027
|
const {
|
|
22024
|
-
current:
|
|
22028
|
+
current: ie
|
|
22025
22029
|
} = S.useRef(U !== void 0);
|
|
22026
22030
|
S.useEffect(() => {
|
|
22027
|
-
fe && fe.disabled && !
|
|
22031
|
+
fe && fe.disabled && !ie && Q !== "" && fe.tagName.toLowerCase() === "button" && console.error(["MUI: You are providing a disabled `button` child to the Tooltip component.", "A disabled element does not fire events.", "Tooltip needs to listen to the child element's events to display the title.", "", "Add a simple wrapper element, such as a `span`."].join(`
|
|
22028
22032
|
`));
|
|
22029
|
-
}, [Q, fe,
|
|
22033
|
+
}, [Q, fe, ie]);
|
|
22030
22034
|
}
|
|
22031
22035
|
const It = Qi(te), Dt = S.useRef(), mr = Bt(() => {
|
|
22032
22036
|
Dt.current !== void 0 && (document.body.style.WebkitUserSelect = Dt.current, Dt.current = void 0), At.clear();
|
|
22033
22037
|
});
|
|
22034
22038
|
S.useEffect(() => mr, [mr]);
|
|
22035
|
-
const kr = /* @__PURE__ */ o((
|
|
22036
|
-
Nc.clear(), bn = !0, Z(!0),
|
|
22039
|
+
const kr = /* @__PURE__ */ o((ie) => {
|
|
22040
|
+
Nc.clear(), bn = !0, Z(!0), re && !rt && re(ie);
|
|
22037
22041
|
}, "handleOpen"), W = Bt(
|
|
22038
22042
|
/**
|
|
22039
22043
|
* @param {React.SyntheticEvent | Event} event
|
|
22040
22044
|
*/
|
|
22041
|
-
(
|
|
22042
|
-
Nc.start(800 +
|
|
22045
|
+
(ie) => {
|
|
22046
|
+
Nc.start(800 + pe, () => {
|
|
22043
22047
|
bn = !1;
|
|
22044
|
-
}), Z(!1),
|
|
22045
|
-
|
|
22048
|
+
}), Z(!1), ke && rt && ke(ie), le.start(we.transitions.duration.shortest, () => {
|
|
22049
|
+
ze.current = !1;
|
|
22046
22050
|
});
|
|
22047
22051
|
}
|
|
22048
|
-
), Y = /* @__PURE__ */ o((
|
|
22049
|
-
|
|
22050
|
-
kr(
|
|
22051
|
-
}) : kr(
|
|
22052
|
-
}, "handleMouseOver"), ce = /* @__PURE__ */ o((
|
|
22053
|
-
|
|
22054
|
-
W(
|
|
22052
|
+
), Y = /* @__PURE__ */ o((ie) => {
|
|
22053
|
+
ze.current && ie.type !== "touchstart" || (fe && fe.removeAttribute("title"), Ke.clear(), st.clear(), I || bn && V ? Ke.start(bn ? V : I, () => {
|
|
22054
|
+
kr(ie);
|
|
22055
|
+
}) : kr(ie));
|
|
22056
|
+
}, "handleMouseOver"), ce = /* @__PURE__ */ o((ie) => {
|
|
22057
|
+
Ke.clear(), st.start(pe, () => {
|
|
22058
|
+
W(ie);
|
|
22055
22059
|
});
|
|
22056
22060
|
}, "handleMouseLeave"), {
|
|
22057
|
-
isFocusVisibleRef:
|
|
22061
|
+
isFocusVisibleRef: ue,
|
|
22058
22062
|
onBlur: Ie,
|
|
22059
|
-
onFocus:
|
|
22060
|
-
ref:
|
|
22061
|
-
} = ma(), [, or] = S.useState(!1), Ft = /* @__PURE__ */ o((
|
|
22062
|
-
Ie(
|
|
22063
|
-
}, "handleBlur"), Mr = /* @__PURE__ */ o((
|
|
22064
|
-
fe ||
|
|
22065
|
-
}, "handleFocus"), is = /* @__PURE__ */ o((
|
|
22066
|
-
|
|
22067
|
-
const
|
|
22068
|
-
|
|
22069
|
-
}, "detectTouchStart"), uf = /* @__PURE__ */ o((
|
|
22070
|
-
is(
|
|
22071
|
-
document.body.style.WebkitUserSelect = Dt.current, Y(
|
|
22063
|
+
onFocus: Ye,
|
|
22064
|
+
ref: mt
|
|
22065
|
+
} = ma(), [, or] = S.useState(!1), Ft = /* @__PURE__ */ o((ie) => {
|
|
22066
|
+
Ie(ie), ue.current === !1 && (or(!1), ce(ie));
|
|
22067
|
+
}, "handleBlur"), Mr = /* @__PURE__ */ o((ie) => {
|
|
22068
|
+
fe || tt(ie.currentTarget), Ye(ie), ue.current === !0 && (or(!0), Y(ie));
|
|
22069
|
+
}, "handleFocus"), is = /* @__PURE__ */ o((ie) => {
|
|
22070
|
+
ze.current = !0;
|
|
22071
|
+
const ct = ae.props;
|
|
22072
|
+
ct.onTouchStart && ct.onTouchStart(ie);
|
|
22073
|
+
}, "detectTouchStart"), uf = /* @__PURE__ */ o((ie) => {
|
|
22074
|
+
is(ie), st.clear(), le.clear(), mr(), Dt.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", At.start(k, () => {
|
|
22075
|
+
document.body.style.WebkitUserSelect = Dt.current, Y(ie);
|
|
22072
22076
|
});
|
|
22073
|
-
}, "handleTouchStart"), df = /* @__PURE__ */ o((
|
|
22074
|
-
|
|
22075
|
-
W(
|
|
22077
|
+
}, "handleTouchStart"), df = /* @__PURE__ */ o((ie) => {
|
|
22078
|
+
ae.props.onTouchEnd && ae.props.onTouchEnd(ie), mr(), st.start(se, () => {
|
|
22079
|
+
W(ie);
|
|
22076
22080
|
});
|
|
22077
22081
|
}, "handleTouchEnd");
|
|
22078
22082
|
S.useEffect(() => {
|
|
22079
|
-
if (!
|
|
22083
|
+
if (!rt)
|
|
22080
22084
|
return;
|
|
22081
|
-
function
|
|
22082
|
-
(
|
|
22085
|
+
function ie(ct) {
|
|
22086
|
+
(ct.key === "Escape" || ct.key === "Esc") && W(ct);
|
|
22083
22087
|
}
|
|
22084
|
-
return o(
|
|
22085
|
-
document.removeEventListener("keydown",
|
|
22088
|
+
return o(ie, "handleKeyDown"), document.addEventListener("keydown", ie), () => {
|
|
22089
|
+
document.removeEventListener("keydown", ie);
|
|
22086
22090
|
};
|
|
22087
|
-
}, [W,
|
|
22088
|
-
const pf =
|
|
22089
|
-
!Q && Q !== 0 && (
|
|
22090
|
-
const Ca = S.useRef(), ff = /* @__PURE__ */ o((
|
|
22091
|
-
const
|
|
22092
|
-
|
|
22093
|
-
x:
|
|
22094
|
-
y:
|
|
22091
|
+
}, [W, rt]);
|
|
22092
|
+
const pf = St(ae.ref, mt, tt, r);
|
|
22093
|
+
!Q && Q !== 0 && (rt = !1);
|
|
22094
|
+
const Ca = S.useRef(), ff = /* @__PURE__ */ o((ie) => {
|
|
22095
|
+
const ct = ae.props;
|
|
22096
|
+
ct.onMouseMove && ct.onMouseMove(ie), xo = {
|
|
22097
|
+
x: ie.clientX,
|
|
22098
|
+
y: ie.clientY
|
|
22095
22099
|
}, Ca.current && Ca.current.update();
|
|
22096
22100
|
}, "handleMouseMove"), ho = {}, Fa = typeof Q == "string";
|
|
22097
|
-
$ ? (ho.title = !
|
|
22098
|
-
const
|
|
22099
|
-
className: K(D.className,
|
|
22101
|
+
$ ? (ho.title = !rt && Fa && !A ? Q : null, ho["aria-describedby"] = rt ? It : null) : (ho["aria-label"] = Fa ? Q : null, ho["aria-labelledby"] = rt && !Fa ? It : null);
|
|
22102
|
+
const ht = P({}, ho, D, ae.props, {
|
|
22103
|
+
className: K(D.className, ae.props.className),
|
|
22100
22104
|
onTouchStart: is,
|
|
22101
22105
|
ref: pf
|
|
22102
22106
|
}, H ? {
|
|
22103
22107
|
onMouseMove: ff
|
|
22104
22108
|
} : {});
|
|
22105
|
-
process.env.NODE_ENV !== "production" && (
|
|
22109
|
+
process.env.NODE_ENV !== "production" && (ht["data-mui-internal-clone-element"] = !0, S.useEffect(() => {
|
|
22106
22110
|
fe && !fe.getAttribute("data-mui-internal-clone-element") && console.error(["MUI: The `children` component of the Tooltip is not forwarding its props correctly.", "Please make sure that props are spread on the same element that the ref is applied to."].join(`
|
|
22107
22111
|
`));
|
|
22108
22112
|
}, [fe]));
|
|
22109
22113
|
const go = {};
|
|
22110
|
-
j || (
|
|
22114
|
+
j || (ht.onTouchStart = uf, ht.onTouchEnd = df), A || (ht.onMouseOver = vn(Y, ht.onMouseOver), ht.onMouseLeave = vn(ce, ht.onMouseLeave), Xe || (go.onMouseOver = Y, go.onMouseLeave = ce)), N || (ht.onFocus = vn(Mr, ht.onFocus), ht.onBlur = vn(Ft, ht.onBlur), Xe || (go.onFocus = Mr, go.onBlur = Ft)), process.env.NODE_ENV !== "production" && ae.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${ae.props.title}\` or the Tooltip component.`].join(`
|
|
22111
22115
|
`));
|
|
22112
22116
|
const mf = S.useMemo(() => {
|
|
22113
|
-
var
|
|
22114
|
-
let
|
|
22117
|
+
var ie;
|
|
22118
|
+
let ct = [{
|
|
22115
22119
|
name: "arrow",
|
|
22116
|
-
enabled: !!
|
|
22120
|
+
enabled: !!Me,
|
|
22117
22121
|
options: {
|
|
22118
|
-
element:
|
|
22122
|
+
element: Me,
|
|
22119
22123
|
padding: 4
|
|
22120
22124
|
}
|
|
22121
22125
|
}];
|
|
22122
|
-
return (
|
|
22123
|
-
modifiers:
|
|
22126
|
+
return (ie = ne.popperOptions) != null && ie.modifiers && (ct = ct.concat(ne.popperOptions.modifiers)), P({}, ne.popperOptions, {
|
|
22127
|
+
modifiers: ct
|
|
22124
22128
|
});
|
|
22125
|
-
}, [
|
|
22129
|
+
}, [Me, ne]), bo = P({}, w, {
|
|
22126
22130
|
isRtl: Fe,
|
|
22127
22131
|
arrow: F,
|
|
22128
|
-
disableInteractive:
|
|
22132
|
+
disableInteractive: Xe,
|
|
22129
22133
|
placement: oe,
|
|
22130
|
-
PopperComponentProp:
|
|
22131
|
-
touch:
|
|
22132
|
-
}), wa = v1(bo), ls = (n = (i =
|
|
22133
|
-
className: K(wa.popper,
|
|
22134
|
+
PopperComponentProp: ge,
|
|
22135
|
+
touch: ze.current
|
|
22136
|
+
}), wa = v1(bo), ls = (n = (i = be.popper) != null ? i : R.Popper) != null ? n : y1, ss = (l = (s = (c = be.transition) != null ? c : R.Transition) != null ? s : z) != null ? l : Bo, cs = (u = (d = be.tooltip) != null ? d : R.Tooltip) != null ? u : O1, us = (p = (h = be.arrow) != null ? h : R.Arrow) != null ? p : x1, hf = Br(ls, P({}, ne, (m = ee.popper) != null ? m : M.popper, {
|
|
22137
|
+
className: K(wa.popper, ne == null ? void 0 : ne.className, (b = (v = ee.popper) != null ? v : M.popper) == null ? void 0 : b.className)
|
|
22134
22138
|
}), bo), gf = Br(ss, P({}, X, (g = ee.transition) != null ? g : M.transition), bo), bf = Br(cs, P({}, (y = ee.tooltip) != null ? y : M.tooltip, {
|
|
22135
22139
|
className: K(wa.tooltip, (T = (C = ee.tooltip) != null ? C : M.tooltip) == null ? void 0 : T.className)
|
|
22136
22140
|
}), bo), vf = Br(us, P({}, (E = ee.arrow) != null ? E : M.arrow, {
|
|
22137
22141
|
className: K(wa.arrow, (x = (O = ee.arrow) != null ? O : M.arrow) == null ? void 0 : x.className)
|
|
22138
22142
|
}), bo);
|
|
22139
22143
|
return /* @__PURE__ */ B(S.Fragment, {
|
|
22140
|
-
children: [/* @__PURE__ */ S.cloneElement(
|
|
22141
|
-
as:
|
|
22144
|
+
children: [/* @__PURE__ */ S.cloneElement(ae, ht), /* @__PURE__ */ f(ls, P({
|
|
22145
|
+
as: ge ?? Vl,
|
|
22142
22146
|
placement: oe,
|
|
22143
22147
|
anchorEl: H ? {
|
|
22144
22148
|
getBoundingClientRect: /* @__PURE__ */ o(() => ({
|
|
@@ -22151,19 +22155,19 @@ const Bl = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
22151
22155
|
}), "getBoundingClientRect")
|
|
22152
22156
|
} : fe,
|
|
22153
22157
|
popperRef: Ca,
|
|
22154
|
-
open: fe ?
|
|
22158
|
+
open: fe ? rt : !1,
|
|
22155
22159
|
id: It,
|
|
22156
22160
|
transition: !0
|
|
22157
22161
|
}, go, hf, {
|
|
22158
22162
|
popperOptions: mf,
|
|
22159
22163
|
children: /* @__PURE__ */ o(({
|
|
22160
|
-
TransitionProps:
|
|
22164
|
+
TransitionProps: ie
|
|
22161
22165
|
}) => /* @__PURE__ */ f(ss, P({
|
|
22162
|
-
timeout:
|
|
22163
|
-
},
|
|
22166
|
+
timeout: we.transitions.duration.shorter
|
|
22167
|
+
}, ie, gf, {
|
|
22164
22168
|
children: /* @__PURE__ */ B(cs, P({}, bf, {
|
|
22165
22169
|
children: [Q, F ? /* @__PURE__ */ f(us, P({}, vf, {
|
|
22166
|
-
ref:
|
|
22170
|
+
ref: Ge
|
|
22167
22171
|
})) : null]
|
|
22168
22172
|
}))
|
|
22169
22173
|
})), "children")
|
|
@@ -22376,7 +22380,7 @@ const S1 = /* @__PURE__ */ o(({
|
|
|
22376
22380
|
redirect: d,
|
|
22377
22381
|
...p
|
|
22378
22382
|
}) => p, "sanitizeRestProps$2"), HR = /* @__PURE__ */ o((e) => {
|
|
22379
|
-
const t =
|
|
22383
|
+
const t = et(), {
|
|
22380
22384
|
resource: r,
|
|
22381
22385
|
className: n,
|
|
22382
22386
|
icon: i = /* @__PURE__ */ f(ga, {}),
|
|
@@ -22484,7 +22488,7 @@ const UR = S.forwardRef((e, t) => {
|
|
|
22484
22488
|
] }),
|
|
22485
22489
|
(u || d) && /* @__PURE__ */ B(rn, { children: [
|
|
22486
22490
|
d && /* @__PURE__ */ f(
|
|
22487
|
-
|
|
22491
|
+
dt,
|
|
22488
22492
|
{
|
|
22489
22493
|
label: "ra.action.cancel",
|
|
22490
22494
|
disabled: p,
|
|
@@ -22515,7 +22519,7 @@ const UR = S.forwardRef((e, t) => {
|
|
|
22515
22519
|
pointerEvents: t ? "none" : "auto"
|
|
22516
22520
|
})), Vp = /* @__PURE__ */ o((e) => {
|
|
22517
22521
|
var h;
|
|
22518
|
-
const t = an(), r = qe(e), n = Qn(), { estado: i, isLoading: l, initialValues: s, fichaProps: c } = me(
|
|
22522
|
+
const t = an(), r = qe(e), n = Qn(), { estado: i, isLoading: l, initialValues: s, fichaProps: c } = me(Ue), u = Qt({ resource: r, etrs: c.etrs });
|
|
22519
22523
|
at(() => {
|
|
22520
22524
|
c.onRenderFicha && c.onRenderFicha(u, i);
|
|
22521
22525
|
}, []), at(() => {
|
|
@@ -22551,7 +22555,7 @@ const UR = S.forwardRef((e, t) => {
|
|
|
22551
22555
|
const {
|
|
22552
22556
|
initialValues: t,
|
|
22553
22557
|
fichaProps: { config: r = {} }
|
|
22554
|
-
} = me(
|
|
22558
|
+
} = me(Ue), n = Pp(e);
|
|
22555
22559
|
return t ? /* @__PURE__ */ f(
|
|
22556
22560
|
em,
|
|
22557
22561
|
{
|
|
@@ -22573,7 +22577,7 @@ Bp = Hl.default = (0, M1.default)(/* @__PURE__ */ (0, $1.jsx)("path", {
|
|
|
22573
22577
|
d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
22574
22578
|
}), "ExpandMore");
|
|
22575
22579
|
const L1 = /* @__PURE__ */ o((e) => {
|
|
22576
|
-
const { handleToggle: t, isOpen: r, name: n, icon: i, children: l, dense: s } = e, c =
|
|
22580
|
+
const { handleToggle: t, isOpen: r, name: n, icon: i, children: l, dense: s } = e, c = et(), [u] = du(), d = /* @__PURE__ */ B(Ga, { dense: s, onClick: t, children: [
|
|
22577
22581
|
/* @__PURE__ */ f(qa, { sx: { minWidth: 5 }, children: r ? /* @__PURE__ */ f(Bp, {}) : i }),
|
|
22578
22582
|
/* @__PURE__ */ f(Zc, { variant: "inherit", color: "textSecondary", children: c(n) })
|
|
22579
22583
|
] });
|
|
@@ -22629,7 +22633,7 @@ const L1 = /* @__PURE__ */ o((e) => {
|
|
|
22629
22633
|
);
|
|
22630
22634
|
}) });
|
|
22631
22635
|
}, "renderMenu"), A1 = /* @__PURE__ */ o(({ dense: e = !1 }) => {
|
|
22632
|
-
const t =
|
|
22636
|
+
const t = et(), [r, n] = We({ mnuPrueba: !1 }), i = Gn((m) => m.breakpoints.down("sm")), [l] = du(), s = JSON.parse(localStorage.getItem("menus")), h = zp({
|
|
22633
22637
|
items: s,
|
|
22634
22638
|
handleToggle: /* @__PURE__ */ o((m) => {
|
|
22635
22639
|
n((b) => ({ ...b, [m]: !b[m] }));
|
|
@@ -22748,14 +22752,14 @@ const L1 = /* @__PURE__ */ o((e) => {
|
|
|
22748
22752
|
);
|
|
22749
22753
|
}, "ListActionsEtriek");
|
|
22750
22754
|
function N1(e) {
|
|
22751
|
-
return
|
|
22755
|
+
return ye;
|
|
22752
22756
|
}
|
|
22753
22757
|
o(N1, "createUseThemeProps");
|
|
22754
22758
|
const _1 = pa(/* @__PURE__ */ f("path", {
|
|
22755
22759
|
d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
|
|
22756
22760
|
}), "Person");
|
|
22757
22761
|
function j1(e) {
|
|
22758
|
-
return
|
|
22762
|
+
return ve("MuiAvatar", e);
|
|
22759
22763
|
}
|
|
22760
22764
|
o(j1, "getAvatarUtilityClass");
|
|
22761
22765
|
he("MuiAvatar", ["root", "colorDefault", "circular", "rounded", "square", "img", "fallback"]);
|
|
@@ -22788,7 +22792,7 @@ function H1(e, t) {
|
|
|
22788
22792
|
component: g
|
|
22789
22793
|
},
|
|
22790
22794
|
internalRef: y
|
|
22791
|
-
} = v, T = G(v.props, z1), C =
|
|
22795
|
+
} = v, T = G(v.props, z1), C = St(y, b == null ? void 0 : b.ref, t.ref), E = s ? s(T) : {}, x = P({}, i, E), O = g, w = Br(m, P({}, e === "root", !p[e] && c, T, O && {
|
|
22792
22796
|
as: O
|
|
22793
22797
|
}, {
|
|
22794
22798
|
ref: C
|
|
@@ -23033,7 +23037,7 @@ process.env.NODE_ENV !== "production" && (Wl.propTypes = {
|
|
|
23033
23037
|
variant: a.oneOfType([a.oneOf(["circular", "rounded", "square"]), a.string])
|
|
23034
23038
|
});
|
|
23035
23039
|
function X1(e) {
|
|
23036
|
-
return
|
|
23040
|
+
return ve("MuiButton", e);
|
|
23037
23041
|
}
|
|
23038
23042
|
o(X1, "getButtonUtilityClass");
|
|
23039
23043
|
const yn = he("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), Hp = /* @__PURE__ */ S.createContext({});
|
|
@@ -23092,20 +23096,20 @@ const Z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
23092
23096
|
}),
|
|
23093
23097
|
"&:hover": P({
|
|
23094
23098
|
textDecoration: "none",
|
|
23095
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
23099
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})` : Je(e.palette.text.primary, e.palette.action.hoverOpacity),
|
|
23096
23100
|
// Reset on touch devices, it doesn't add specificity
|
|
23097
23101
|
"@media (hover: none)": {
|
|
23098
23102
|
backgroundColor: "transparent"
|
|
23099
23103
|
}
|
|
23100
23104
|
}, t.variant === "text" && t.color !== "inherit" && {
|
|
23101
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
23105
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Je(e.palette[t.color].main, e.palette.action.hoverOpacity),
|
|
23102
23106
|
// Reset on touch devices, it doesn't add specificity
|
|
23103
23107
|
"@media (hover: none)": {
|
|
23104
23108
|
backgroundColor: "transparent"
|
|
23105
23109
|
}
|
|
23106
23110
|
}, t.variant === "outlined" && t.color !== "inherit" && {
|
|
23107
23111
|
border: `1px solid ${(e.vars || e).palette[t.color].main}`,
|
|
23108
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` :
|
|
23112
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette[t.color].mainChannel} / ${e.vars.palette.action.hoverOpacity})` : Je(e.palette[t.color].main, e.palette.action.hoverOpacity),
|
|
23109
23113
|
// Reset on touch devices, it doesn't add specificity
|
|
23110
23114
|
"@media (hover: none)": {
|
|
23111
23115
|
backgroundColor: "transparent"
|
|
@@ -23149,7 +23153,7 @@ const Z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
23149
23153
|
border: "1px solid currentColor"
|
|
23150
23154
|
}, t.variant === "outlined" && t.color !== "inherit" && {
|
|
23151
23155
|
color: (e.vars || e).palette[t.color].main,
|
|
23152
|
-
border: e.vars ? `1px solid rgba(${e.vars.palette[t.color].mainChannel} / 0.5)` : `1px solid ${
|
|
23156
|
+
border: e.vars ? `1px solid rgba(${e.vars.palette[t.color].mainChannel} / 0.5)` : `1px solid ${Je(e.palette[t.color].main, 0.5)}`
|
|
23153
23157
|
}, t.variant === "contained" && {
|
|
23154
23158
|
color: e.vars ? (
|
|
23155
23159
|
// this is safe because grey does not change between default light/dark mode
|
|
@@ -23235,7 +23239,7 @@ const Z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
23235
23239
|
}, e.size === "small" && {
|
|
23236
23240
|
marginRight: -2
|
|
23237
23241
|
}, Up(e))), ao = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
23238
|
-
const n = S.useContext(Hp), i = S.useContext(Wp), l = $i(n, t), s =
|
|
23242
|
+
const n = S.useContext(Hp), i = S.useContext(Wp), l = $i(n, t), s = ye({
|
|
23239
23243
|
props: l,
|
|
23240
23244
|
name: "MuiButton"
|
|
23241
23245
|
}), {
|
|
@@ -23381,7 +23385,7 @@ process.env.NODE_ENV !== "production" && (ao.propTypes = {
|
|
|
23381
23385
|
variant: a.oneOfType([a.oneOf(["contained", "outlined", "text"]), a.string])
|
|
23382
23386
|
});
|
|
23383
23387
|
function oF(e) {
|
|
23384
|
-
return
|
|
23388
|
+
return ve("MuiCard", e);
|
|
23385
23389
|
}
|
|
23386
23390
|
o(oF, "getCardUtilityClass");
|
|
23387
23391
|
he("MuiCard", ["root"]);
|
|
@@ -23399,7 +23403,7 @@ const nF = ["className", "raised"], aF = /* @__PURE__ */ o((e) => {
|
|
|
23399
23403
|
})(() => ({
|
|
23400
23404
|
overflow: "hidden"
|
|
23401
23405
|
})), Gp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
23402
|
-
const n =
|
|
23406
|
+
const n = ye({
|
|
23403
23407
|
props: t,
|
|
23404
23408
|
name: "MuiCard"
|
|
23405
23409
|
}), {
|
|
@@ -23443,7 +23447,7 @@ process.env.NODE_ENV !== "production" && (Gp.propTypes = {
|
|
|
23443
23447
|
sx: a.oneOfType([a.arrayOf(a.oneOfType([a.func, a.object, a.bool])), a.func, a.object])
|
|
23444
23448
|
});
|
|
23445
23449
|
function lF(e) {
|
|
23446
|
-
return
|
|
23450
|
+
return ve("MuiCardActions", e);
|
|
23447
23451
|
}
|
|
23448
23452
|
o(lF, "getCardActionsUtilityClass");
|
|
23449
23453
|
he("MuiCardActions", ["root", "spacing"]);
|
|
@@ -23475,7 +23479,7 @@ const sF = ["disableSpacing", "className"], cF = /* @__PURE__ */ o((e) => {
|
|
|
23475
23479
|
marginLeft: 8
|
|
23476
23480
|
}
|
|
23477
23481
|
})), qp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
23478
|
-
const n =
|
|
23482
|
+
const n = ye({
|
|
23479
23483
|
props: t,
|
|
23480
23484
|
name: "MuiCardActions"
|
|
23481
23485
|
}), {
|
|
@@ -23518,7 +23522,7 @@ process.env.NODE_ENV !== "production" && (qp.propTypes = {
|
|
|
23518
23522
|
sx: a.oneOfType([a.arrayOf(a.oneOfType([a.func, a.object, a.bool])), a.func, a.object])
|
|
23519
23523
|
});
|
|
23520
23524
|
function dF(e) {
|
|
23521
|
-
return
|
|
23525
|
+
return ve("MuiCircularProgress", e);
|
|
23522
23526
|
}
|
|
23523
23527
|
o(dF, "getCircularProgressUtilityClass");
|
|
23524
23528
|
he("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]);
|
|
@@ -23614,7 +23618,7 @@ const ar = 44, fF = so(_c || (_c = Ta`
|
|
|
23614
23618
|
}) => e.variant === "indeterminate" && !e.disableShrink && ua(Bc || (Bc = Ta`
|
|
23615
23619
|
animation: ${0} 1.4s ease-in-out infinite;
|
|
23616
23620
|
`), mF)), Kp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
23617
|
-
const n =
|
|
23621
|
+
const n = ye({
|
|
23618
23622
|
props: t,
|
|
23619
23623
|
name: "MuiCircularProgress"
|
|
23620
23624
|
}), {
|
|
@@ -23729,7 +23733,7 @@ const KR = /* @__PURE__ */ o((e) => {
|
|
|
23729
23733
|
loginBackgroundImage: t,
|
|
23730
23734
|
nameSource: r = "username",
|
|
23731
23735
|
passwordSource: n = "password"
|
|
23732
|
-
} = e, [i, l] =
|
|
23736
|
+
} = e, [i, l] = We(!1), s = et(), c = s("ra.auth.sign_in"), u = tr(), d = cm(), p = Qn();
|
|
23733
23737
|
return /* @__PURE__ */ f(Uo, { onSubmit: /* @__PURE__ */ o((b) => {
|
|
23734
23738
|
l(!0), d(b, p.state ? p.state.nextPathname : "/").catch(
|
|
23735
23739
|
(v) => {
|
|
@@ -23841,7 +23845,7 @@ const KR = /* @__PURE__ */ o((e) => {
|
|
|
23841
23845
|
}, "Login"), zn = /* @__PURE__ */ S.createContext({});
|
|
23842
23846
|
process.env.NODE_ENV !== "production" && (zn.displayName = "ListContext");
|
|
23843
23847
|
function yF(e) {
|
|
23844
|
-
return
|
|
23848
|
+
return ve("MuiList", e);
|
|
23845
23849
|
}
|
|
23846
23850
|
o(yF, "getListUtilityClass");
|
|
23847
23851
|
he("MuiList", ["root", "padding", "dense", "subheader"]);
|
|
@@ -23877,7 +23881,7 @@ const OF = ["children", "className", "component", "dense", "disablePadding", "su
|
|
|
23877
23881
|
}, e.subheader && {
|
|
23878
23882
|
paddingTop: 0
|
|
23879
23883
|
})), Yp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
23880
|
-
const n =
|
|
23884
|
+
const n = ye({
|
|
23881
23885
|
props: t,
|
|
23882
23886
|
name: "MuiList"
|
|
23883
23887
|
}), {
|
|
@@ -24032,7 +24036,7 @@ const Xp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
|
24032
24036
|
F.previousKeyMatched && (M || So(x, w, !1, u, Ua, F)) ? E.preventDefault() : F.previousKeyMatched = !1;
|
|
24033
24037
|
}
|
|
24034
24038
|
p && p(E);
|
|
24035
|
-
}, "handleKeyDown"), y =
|
|
24039
|
+
}, "handleKeyDown"), y = St(b, r);
|
|
24036
24040
|
let T = -1;
|
|
24037
24041
|
S.Children.forEach(s, (E, x) => {
|
|
24038
24042
|
if (!/* @__PURE__ */ S.isValidElement(E)) {
|
|
@@ -24105,7 +24109,7 @@ process.env.NODE_ENV !== "production" && (Xp.propTypes = {
|
|
|
24105
24109
|
variant: a.oneOf(["menu", "selectedMenu"])
|
|
24106
24110
|
});
|
|
24107
24111
|
function PF(e) {
|
|
24108
|
-
return
|
|
24112
|
+
return ve("MuiPopover", e);
|
|
24109
24113
|
}
|
|
24110
24114
|
o(PF, "getPopoverUtilityClass");
|
|
24111
24115
|
he("MuiPopover", ["root", "paper"]);
|
|
@@ -24158,7 +24162,7 @@ const wF = /* @__PURE__ */ o((e) => {
|
|
|
24158
24162
|
outline: 0
|
|
24159
24163
|
}), Jp = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
24160
24164
|
var n, i, l;
|
|
24161
|
-
const s =
|
|
24165
|
+
const s = ye({
|
|
24162
24166
|
props: t,
|
|
24163
24167
|
name: "MuiPopover"
|
|
24164
24168
|
}), {
|
|
@@ -24189,7 +24193,7 @@ const wF = /* @__PURE__ */ o((e) => {
|
|
|
24189
24193
|
onEntering: L
|
|
24190
24194
|
} = {},
|
|
24191
24195
|
disableScrollLock: R = !1
|
|
24192
|
-
} = s, M = G(s.TransitionProps, TF), $ = G(s, CF), N = (n = x == null ? void 0 : x.paper) != null ? n : C, A = S.useRef(), _ =
|
|
24196
|
+
} = s, M = G(s.TransitionProps, TF), $ = G(s, CF), N = (n = x == null ? void 0 : x.paper) != null ? n : C, A = S.useRef(), _ = St(A, N.ref), j = P({}, s, {
|
|
24193
24197
|
anchorOrigin: d,
|
|
24194
24198
|
anchorReference: h,
|
|
24195
24199
|
elevation: g,
|
|
@@ -24202,15 +24206,15 @@ const wF = /* @__PURE__ */ o((e) => {
|
|
|
24202
24206
|
}), I = wF(j), V = S.useCallback(() => {
|
|
24203
24207
|
if (h === "anchorPosition")
|
|
24204
24208
|
return process.env.NODE_ENV !== "production" && (p || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), p;
|
|
24205
|
-
const X = wn(u), D = X && X.nodeType === 1 ? X : Er(A.current).body,
|
|
24209
|
+
const X = wn(u), D = X && X.nodeType === 1 ? X : Er(A.current).body, ae = D.getBoundingClientRect();
|
|
24206
24210
|
if (process.env.NODE_ENV !== "production") {
|
|
24207
|
-
const
|
|
24208
|
-
process.env.NODE_ENV !== "test" &&
|
|
24211
|
+
const we = D.getBoundingClientRect();
|
|
24212
|
+
process.env.NODE_ENV !== "test" && we.top === 0 && we.left === 0 && we.right === 0 && we.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
|
|
24209
24213
|
`));
|
|
24210
24214
|
}
|
|
24211
24215
|
return {
|
|
24212
|
-
top:
|
|
24213
|
-
left:
|
|
24216
|
+
top: ae.top + Hc(ae, d.vertical),
|
|
24217
|
+
left: ae.left + Wc(ae, d.horizontal)
|
|
24214
24218
|
};
|
|
24215
24219
|
}, [u, d.horizontal, d.vertical, p, h]), k = S.useCallback((X) => ({
|
|
24216
24220
|
vertical: Hc(X, O.vertical),
|
|
@@ -24219,69 +24223,69 @@ const wF = /* @__PURE__ */ o((e) => {
|
|
|
24219
24223
|
const D = {
|
|
24220
24224
|
width: X.offsetWidth,
|
|
24221
24225
|
height: X.offsetHeight
|
|
24222
|
-
},
|
|
24226
|
+
}, ae = k(D);
|
|
24223
24227
|
if (h === "none")
|
|
24224
24228
|
return {
|
|
24225
24229
|
top: null,
|
|
24226
24230
|
left: null,
|
|
24227
|
-
transformOrigin: Uc(
|
|
24231
|
+
transformOrigin: Uc(ae)
|
|
24228
24232
|
};
|
|
24229
|
-
const
|
|
24230
|
-
let Fe =
|
|
24231
|
-
const
|
|
24233
|
+
const we = V();
|
|
24234
|
+
let Fe = we.top - ae.vertical, fe = we.left - ae.horizontal;
|
|
24235
|
+
const tt = Fe + D.height, Me = fe + D.width, Ge = Pr(wn(u)), ze = Ge.innerHeight - y, Xe = Ge.innerWidth - y;
|
|
24232
24236
|
if (y !== null && Fe < y) {
|
|
24233
|
-
const
|
|
24234
|
-
Fe -=
|
|
24235
|
-
} else if (y !== null &&
|
|
24236
|
-
const
|
|
24237
|
-
Fe -=
|
|
24237
|
+
const le = Fe - y;
|
|
24238
|
+
Fe -= le, ae.vertical += le;
|
|
24239
|
+
} else if (y !== null && tt > ze) {
|
|
24240
|
+
const le = tt - ze;
|
|
24241
|
+
Fe -= le, ae.vertical += le;
|
|
24238
24242
|
}
|
|
24239
|
-
if (process.env.NODE_ENV !== "production" && D.height >
|
|
24243
|
+
if (process.env.NODE_ENV !== "production" && D.height > ze && D.height && ze && console.error(["MUI: The popover component is too tall.", `Some part of it can not be seen on the screen (${D.height - ze}px).`, "Please consider adding a `max-height` to improve the user-experience."].join(`
|
|
24240
24244
|
`)), y !== null && fe < y) {
|
|
24241
|
-
const
|
|
24242
|
-
fe -=
|
|
24243
|
-
} else if (
|
|
24244
|
-
const
|
|
24245
|
-
fe -=
|
|
24245
|
+
const le = fe - y;
|
|
24246
|
+
fe -= le, ae.horizontal += le;
|
|
24247
|
+
} else if (Me > Xe) {
|
|
24248
|
+
const le = Me - Xe;
|
|
24249
|
+
fe -= le, ae.horizontal += le;
|
|
24246
24250
|
}
|
|
24247
24251
|
return {
|
|
24248
24252
|
top: `${Math.round(Fe)}px`,
|
|
24249
24253
|
left: `${Math.round(fe)}px`,
|
|
24250
|
-
transformOrigin: Uc(
|
|
24254
|
+
transformOrigin: Uc(ae)
|
|
24251
24255
|
};
|
|
24252
|
-
}, [u, h, V, k, y]), [te,
|
|
24256
|
+
}, [u, h, V, k, y]), [te, pe] = S.useState(T), se = S.useCallback(() => {
|
|
24253
24257
|
const X = A.current;
|
|
24254
24258
|
if (!X)
|
|
24255
24259
|
return;
|
|
24256
24260
|
const D = H(X);
|
|
24257
|
-
D.top !== null && (X.style.top = D.top), D.left !== null && (X.style.left = D.left), X.style.transformOrigin = D.transformOrigin,
|
|
24261
|
+
D.top !== null && (X.style.top = D.top), D.left !== null && (X.style.left = D.left), X.style.transformOrigin = D.transformOrigin, pe(!0);
|
|
24258
24262
|
}, [H]);
|
|
24259
|
-
S.useEffect(() => (R && window.addEventListener("scroll",
|
|
24260
|
-
const
|
|
24261
|
-
L && L(X, D),
|
|
24262
|
-
}, "handleEntering"),
|
|
24263
|
-
|
|
24263
|
+
S.useEffect(() => (R && window.addEventListener("scroll", se), () => window.removeEventListener("scroll", se)), [u, R, se]);
|
|
24264
|
+
const ke = /* @__PURE__ */ o((X, D) => {
|
|
24265
|
+
L && L(X, D), se();
|
|
24266
|
+
}, "handleEntering"), re = /* @__PURE__ */ o(() => {
|
|
24267
|
+
pe(!1);
|
|
24264
24268
|
}, "handleExited");
|
|
24265
24269
|
S.useEffect(() => {
|
|
24266
|
-
T &&
|
|
24270
|
+
T && se();
|
|
24267
24271
|
}), S.useImperativeHandle(c, () => T ? {
|
|
24268
24272
|
updatePosition: /* @__PURE__ */ o(() => {
|
|
24269
|
-
|
|
24273
|
+
se();
|
|
24270
24274
|
}, "updatePosition")
|
|
24271
|
-
} : null, [T,
|
|
24275
|
+
} : null, [T, se]), S.useEffect(() => {
|
|
24272
24276
|
if (!T)
|
|
24273
24277
|
return;
|
|
24274
24278
|
const X = Zo(() => {
|
|
24275
|
-
|
|
24279
|
+
se();
|
|
24276
24280
|
}), D = Pr(u);
|
|
24277
24281
|
return D.addEventListener("resize", X), () => {
|
|
24278
24282
|
X.clear(), D.removeEventListener("resize", X);
|
|
24279
24283
|
};
|
|
24280
|
-
}, [u, T,
|
|
24284
|
+
}, [u, T, se]);
|
|
24281
24285
|
let U = F;
|
|
24282
24286
|
F === "auto" && !w.muiSupportAuto && (U = void 0);
|
|
24283
|
-
const oe = v || (u ? Er(wn(u)).body : void 0),
|
|
24284
|
-
elementType:
|
|
24287
|
+
const oe = v || (u ? Er(wn(u)).body : void 0), ge = (i = E == null ? void 0 : E.root) != null ? i : RF, ne = (l = E == null ? void 0 : E.paper) != null ? l : Zp, ee = kt({
|
|
24288
|
+
elementType: ne,
|
|
24285
24289
|
externalSlotProps: P({}, N, {
|
|
24286
24290
|
style: te ? N.style : P({}, N.style, {
|
|
24287
24291
|
opacity: 0
|
|
@@ -24293,8 +24297,8 @@ const wF = /* @__PURE__ */ o((e) => {
|
|
|
24293
24297
|
},
|
|
24294
24298
|
ownerState: j,
|
|
24295
24299
|
className: K(I.paper, N == null ? void 0 : N.className)
|
|
24296
|
-
}),
|
|
24297
|
-
elementType:
|
|
24300
|
+
}), be = kt({
|
|
24301
|
+
elementType: ge,
|
|
24298
24302
|
externalSlotProps: (x == null ? void 0 : x.root) || {},
|
|
24299
24303
|
externalForwardedProps: $,
|
|
24300
24304
|
additionalProps: {
|
|
@@ -24311,19 +24315,19 @@ const wF = /* @__PURE__ */ o((e) => {
|
|
|
24311
24315
|
className: K(I.root, b)
|
|
24312
24316
|
}), {
|
|
24313
24317
|
slotProps: Q
|
|
24314
|
-
} =
|
|
24315
|
-
return /* @__PURE__ */ f(
|
|
24318
|
+
} = be, z = G(be, FF);
|
|
24319
|
+
return /* @__PURE__ */ f(ge, P({}, z, !Cd(ge) && {
|
|
24316
24320
|
slotProps: Q,
|
|
24317
24321
|
disableScrollLock: R
|
|
24318
24322
|
}, {
|
|
24319
24323
|
children: /* @__PURE__ */ f(w, P({
|
|
24320
24324
|
appear: !0,
|
|
24321
24325
|
in: T,
|
|
24322
|
-
onEntering:
|
|
24323
|
-
onExited:
|
|
24326
|
+
onEntering: ke,
|
|
24327
|
+
onExited: re,
|
|
24324
24328
|
timeout: U
|
|
24325
24329
|
}, M, {
|
|
24326
|
-
children: /* @__PURE__ */ f(
|
|
24330
|
+
children: /* @__PURE__ */ f(ne, P({}, ee, {
|
|
24327
24331
|
children: m
|
|
24328
24332
|
}))
|
|
24329
24333
|
}))
|
|
@@ -24507,7 +24511,7 @@ process.env.NODE_ENV !== "production" && (Jp.propTypes = {
|
|
|
24507
24511
|
TransitionProps: a.object
|
|
24508
24512
|
});
|
|
24509
24513
|
function kF(e) {
|
|
24510
|
-
return
|
|
24514
|
+
return ve("MuiMenu", e);
|
|
24511
24515
|
}
|
|
24512
24516
|
o(kF, "getMenuUtilityClass");
|
|
24513
24517
|
he("MuiMenu", ["root", "paper", "list"]);
|
|
@@ -24551,7 +24555,7 @@ const MF = ["onEntering"], $F = ["autoFocus", "children", "className", "disableA
|
|
|
24551
24555
|
outline: 0
|
|
24552
24556
|
}), ef = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
24553
24557
|
var n, i;
|
|
24554
|
-
const l =
|
|
24558
|
+
const l = ye({
|
|
24555
24559
|
props: t,
|
|
24556
24560
|
name: "MuiMenu"
|
|
24557
24561
|
}), {
|
|
@@ -24747,7 +24751,7 @@ process.env.NODE_ENV !== "production" && (ef.propTypes = {
|
|
|
24747
24751
|
});
|
|
24748
24752
|
const Gc = he("MuiListItemIcon", ["root", "alignItemsFlexStart"]), qc = he("MuiListItemText", ["root", "multiline", "dense", "inset", "primary", "secondary"]);
|
|
24749
24753
|
function jF(e) {
|
|
24750
|
-
return
|
|
24754
|
+
return ve("MuiMenuItem", e);
|
|
24751
24755
|
}
|
|
24752
24756
|
o(jF, "getMenuItemUtilityClass");
|
|
24753
24757
|
const Eo = he("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divider", "gutters", "selected"]), VF = ["autoFocus", "component", "dense", "divider", "disableGutters", "focusVisibleClassName", "role", "tabIndex", "className"], BF = /* @__PURE__ */ o((e, t) => {
|
|
@@ -24802,16 +24806,16 @@ const Eo = he("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24802
24806
|
}
|
|
24803
24807
|
},
|
|
24804
24808
|
[`&.${Eo.selected}`]: {
|
|
24805
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
24809
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Je(e.palette.primary.main, e.palette.action.selectedOpacity),
|
|
24806
24810
|
[`&.${Eo.focusVisible}`]: {
|
|
24807
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` :
|
|
24811
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.focusOpacity}))` : Je(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.focusOpacity)
|
|
24808
24812
|
}
|
|
24809
24813
|
},
|
|
24810
24814
|
[`&.${Eo.selected}:hover`]: {
|
|
24811
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` :
|
|
24815
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))` : Je(e.palette.primary.main, e.palette.action.selectedOpacity + e.palette.action.hoverOpacity),
|
|
24812
24816
|
// Reset on touch devices, it doesn't add specificity
|
|
24813
24817
|
"@media (hover: none)": {
|
|
24814
|
-
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` :
|
|
24818
|
+
backgroundColor: e.vars ? `rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})` : Je(e.palette.primary.main, e.palette.action.selectedOpacity)
|
|
24815
24819
|
}
|
|
24816
24820
|
},
|
|
24817
24821
|
[`&.${Eo.focusVisible}`]: {
|
|
@@ -24851,7 +24855,7 @@ const Eo = he("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24851
24855
|
fontSize: "1.25rem"
|
|
24852
24856
|
}
|
|
24853
24857
|
}))), tf = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
24854
|
-
const n =
|
|
24858
|
+
const n = ye({
|
|
24855
24859
|
props: t,
|
|
24856
24860
|
name: "MuiMenuItem"
|
|
24857
24861
|
}), {
|
|
@@ -24875,7 +24879,7 @@ const Eo = he("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24875
24879
|
dense: g.dense,
|
|
24876
24880
|
divider: c,
|
|
24877
24881
|
disableGutters: u
|
|
24878
|
-
}), C = zF(n), E =
|
|
24882
|
+
}), C = zF(n), E = St(y, r);
|
|
24879
24883
|
let x;
|
|
24880
24884
|
return n.disabled || (x = h !== void 0 ? h : -1), /* @__PURE__ */ f(zn.Provider, {
|
|
24881
24885
|
value: g,
|
|
@@ -24982,14 +24986,14 @@ const WF = /* @__PURE__ */ o(({
|
|
|
24982
24986
|
showItemLabel: s = !1,
|
|
24983
24987
|
initialSelectedIndex: c = 0,
|
|
24984
24988
|
...u
|
|
24985
|
-
} = e, [d, p] =
|
|
24989
|
+
} = e, [d, p] = We(!1), h = Un(), [m, b] = We(c), v = qe(e), g = /* @__PURE__ */ o((E, x) => (b(x), p(!1), !0), "handleMenuItemClick"), y = /* @__PURE__ */ o((E) => {
|
|
24986
24990
|
E.preventDefault(), p(!0), h.current = E.currentTarget;
|
|
24987
24991
|
}, "handleToggle"), T = /* @__PURE__ */ o((E) => {
|
|
24988
24992
|
h.current && h.current.contains(E.target) || p(!1);
|
|
24989
24993
|
}, "handleClose"), C = r[m];
|
|
24990
24994
|
return /* @__PURE__ */ B($e, { sx: { display: "inline-block" }, ...WF(u), children: [
|
|
24991
24995
|
/* @__PURE__ */ f(
|
|
24992
|
-
|
|
24996
|
+
dt,
|
|
24993
24997
|
{
|
|
24994
24998
|
size: "large",
|
|
24995
24999
|
className: "add-filter",
|
|
@@ -25078,9 +25082,9 @@ const WF = /* @__PURE__ */ o(({
|
|
|
25078
25082
|
toolbar: c = QF,
|
|
25079
25083
|
onChange: u,
|
|
25080
25084
|
...d
|
|
25081
|
-
} = e, p = Qn(), h = Mm(""), m = qe(e), [b, v] =
|
|
25085
|
+
} = e, p = Qn(), h = Mm(""), m = qe(e), [b, v] = We(0), {
|
|
25082
25086
|
fichaProps: { etrs: g }
|
|
25083
|
-
} = me(
|
|
25087
|
+
} = me(Ue), y = Qt({ ...e, etrs: g }), { estado: T } = me(Ue), C = /* @__PURE__ */ o((x, O) => {
|
|
25084
25088
|
l || (v(O), u && u(
|
|
25085
25089
|
y,
|
|
25086
25090
|
T,
|
|
@@ -25283,7 +25287,7 @@ const ew = /* @__PURE__ */ o(({
|
|
|
25283
25287
|
incluyeAcciones: i = !1,
|
|
25284
25288
|
resource: l,
|
|
25285
25289
|
...s
|
|
25286
|
-
} = e, [c, u] =
|
|
25290
|
+
} = e, [c, u] = We(!1), d = Qt(s), p = tr(), { trigger: h } = $t(), m = Re(
|
|
25287
25291
|
async (b, v, g) => {
|
|
25288
25292
|
typeof t == "function" ? await h() ? (u(!0), t(d, v, g, b).finally(() => {
|
|
25289
25293
|
u(!1);
|
|
@@ -25296,7 +25300,7 @@ const ew = /* @__PURE__ */ o(({
|
|
|
25296
25300
|
return /* @__PURE__ */ B(mu, { children: [
|
|
25297
25301
|
i ? /* @__PURE__ */ f(Kn, { sx: { mr: 1 } }) : null,
|
|
25298
25302
|
n.map((b) => /* @__PURE__ */ f(
|
|
25299
|
-
|
|
25303
|
+
dt,
|
|
25300
25304
|
{
|
|
25301
25305
|
label: b.label,
|
|
25302
25306
|
disabled: c,
|
|
@@ -25349,19 +25353,19 @@ const tk = {
|
|
|
25349
25353
|
}
|
|
25350
25354
|
//...resources
|
|
25351
25355
|
};
|
|
25352
|
-
|
|
25353
|
-
|
|
25354
|
-
|
|
25355
|
-
|
|
25356
|
-
|
|
25357
|
-
|
|
25358
|
-
|
|
25359
|
-
|
|
25360
|
-
|
|
25361
|
-
|
|
25362
|
-
|
|
25356
|
+
Tt.ra.notification.created = "Datos guardados correctamente";
|
|
25357
|
+
Tt.ra.action.bulk_actions = "1 seleccionado |||| %{smart_count} seleccionados";
|
|
25358
|
+
Tt.ra.page.dashboard = "Inicio";
|
|
25359
|
+
Tt.ra.page.empty = "Sin registros todavía";
|
|
25360
|
+
Tt.ra.page.invite = "¿Quiere agregar uno?";
|
|
25361
|
+
Tt.ra.page.list = "%{name}";
|
|
25362
|
+
Tt.ra.page.edit = "Editar %{name}";
|
|
25363
|
+
Tt.ra.action.back = "Volver";
|
|
25364
|
+
Tt.ra.message.delete_title = "Eliminar";
|
|
25365
|
+
Tt.ra.input.file.upload_single = "Seleccione o arrastre archivo";
|
|
25366
|
+
Tt.ra.input.image.upload_single = "Seleccione o arrastre imagen";
|
|
25363
25367
|
const rk = {
|
|
25364
|
-
...
|
|
25368
|
+
...Tt,
|
|
25365
25369
|
from_camera: "Desde camara",
|
|
25366
25370
|
take_foto: "Tomar foto",
|
|
25367
25371
|
login: {
|
|
@@ -25407,7 +25411,7 @@ const rk = {
|
|
|
25407
25411
|
slot: "Root",
|
|
25408
25412
|
overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
|
|
25409
25413
|
}),
|
|
25410
|
-
useThemeProps: /* @__PURE__ */ o((e) =>
|
|
25414
|
+
useThemeProps: /* @__PURE__ */ o((e) => ye({
|
|
25411
25415
|
props: e,
|
|
25412
25416
|
name: "MuiStack"
|
|
25413
25417
|
}), "useThemeProps")
|
|
@@ -25473,7 +25477,7 @@ af = Gl.default = (0, lw.default)(/* @__PURE__ */ (0, sw.jsx)("path", {
|
|
|
25473
25477
|
d: "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M17 13l-5 5-5-5h3V9h4v4z"
|
|
25474
25478
|
}), "CloudDownload");
|
|
25475
25479
|
function cw(e) {
|
|
25476
|
-
return
|
|
25480
|
+
return ve("MuiLink", e);
|
|
25477
25481
|
}
|
|
25478
25482
|
o(cw, "getLinkUtilityClass");
|
|
25479
25483
|
const uw = he("MuiLink", ["root", "underlineNone", "underlineHover", "underlineAlways", "button", "focusVisible"]), lf = {
|
|
@@ -25487,7 +25491,7 @@ const uw = he("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
25487
25491
|
ownerState: t
|
|
25488
25492
|
}) => {
|
|
25489
25493
|
const r = dw(t.color), n = Yr(e, `palette.${r}`, !1) || t.color, i = Yr(e, `palette.${r}Channel`);
|
|
25490
|
-
return "vars" in e && i ? `rgba(${i} / 0.4)` :
|
|
25494
|
+
return "vars" in e && i ? `rgba(${i} / 0.4)` : Je(n, 0.4);
|
|
25491
25495
|
}, "getTextDecoration"), fw = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"], mw = /* @__PURE__ */ o((e) => {
|
|
25492
25496
|
const {
|
|
25493
25497
|
classes: t,
|
|
@@ -25556,7 +25560,7 @@ const uw = he("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
25556
25560
|
outline: "auto"
|
|
25557
25561
|
}
|
|
25558
25562
|
})), gi = /* @__PURE__ */ S.forwardRef(/* @__PURE__ */ o(function(t, r) {
|
|
25559
|
-
const n =
|
|
25563
|
+
const n = ye({
|
|
25560
25564
|
props: t,
|
|
25561
25565
|
name: "MuiLink"
|
|
25562
25566
|
}), {
|
|
@@ -25574,7 +25578,7 @@ const uw = he("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
25574
25578
|
onBlur: g,
|
|
25575
25579
|
onFocus: y,
|
|
25576
25580
|
ref: T
|
|
25577
|
-
} = ma(), [C, E] = S.useState(!1), x =
|
|
25581
|
+
} = ma(), [C, E] = S.useState(!1), x = St(r, T), O = /* @__PURE__ */ o((R) => {
|
|
25578
25582
|
g(R), v.current === !1 && E(!1), c && c(R);
|
|
25579
25583
|
}, "handleBlur"), w = /* @__PURE__ */ o((R) => {
|
|
25580
25584
|
y(R), v.current === !0 && E(!0), u && u(R);
|
|
@@ -25675,7 +25679,7 @@ cf = Kl.default = (0, yw.default)(/* @__PURE__ */ (0, Ow.jsx)("path", {
|
|
|
25675
25679
|
d: "M3 4V1h2v3h3v2H5v3H3V6H0V4zm3 6V7h3V4h7l1.83 2H21c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V10zm7 9c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5m-3.2-5c0 1.77 1.43 3.2 3.2 3.2s3.2-1.43 3.2-3.2-1.43-3.2-3.2-3.2-3.2 1.43-3.2 3.2"
|
|
25676
25680
|
}), "AddAPhoto");
|
|
25677
25681
|
const Yc = /* @__PURE__ */ o((e) => {
|
|
25678
|
-
const [t, r] =
|
|
25682
|
+
const [t, r] = We(!1), [n, i] = We(!1), l = tr(), s = et(), { field: c, sx: u } = e;
|
|
25679
25683
|
return at(() => {
|
|
25680
25684
|
t && (/* @__PURE__ */ o(async () => {
|
|
25681
25685
|
let p = null;
|
|
@@ -25783,7 +25787,7 @@ const Yc = /* @__PURE__ */ o((e) => {
|
|
|
25783
25787
|
accept: d = "",
|
|
25784
25788
|
download: p = !0,
|
|
25785
25789
|
...h
|
|
25786
|
-
} = t, m =
|
|
25790
|
+
} = t, m = et(), b = Kt(e), v = Gn((x) => x.breakpoints.down("sm")), g = $t(), [y, T] = We(
|
|
25787
25791
|
b && c ? `${c}/${b[h.source]}` : void 0
|
|
25788
25792
|
);
|
|
25789
25793
|
if (!g)
|
|
@@ -25918,7 +25922,7 @@ const Yc = /* @__PURE__ */ o((e) => {
|
|
|
25918
25922
|
}
|
|
25919
25923
|
) });
|
|
25920
25924
|
}, "SelectInputEtriek"), Ew = /* @__PURE__ */ o((e) => {
|
|
25921
|
-
const { propsContenido: t, hidden: r } = lt(e), n = wr(), { isLoading: i } = me(
|
|
25925
|
+
const { propsContenido: t, hidden: r } = lt(e), n = wr(), { isLoading: i } = me(Ue), {
|
|
25922
25926
|
queryOptions: l,
|
|
25923
25927
|
asistant: s,
|
|
25924
25928
|
asistantResource: c,
|
|
@@ -25972,7 +25976,7 @@ const Yc = /* @__PURE__ */ o((e) => {
|
|
|
25972
25976
|
const { title: t, source: r, src: n } = e, i = Kt(e), l = `${n}/${i[r]}`;
|
|
25973
25977
|
return /* @__PURE__ */ f(Wl, { title: t, src: l });
|
|
25974
25978
|
}, "ImageField"), sk = /* @__PURE__ */ o((e) => {
|
|
25975
|
-
const { propsContenido: t, hidden: r } = lt(e), { isLoading: n } = me(
|
|
25979
|
+
const { propsContenido: t, hidden: r } = lt(e), { isLoading: n } = me(Ue), { source: i, reference: l } = e;
|
|
25976
25980
|
return !r && !n ? /* @__PURE__ */ f(Pm, { source: i, reference: l, children: /* @__PURE__ */ f(
|
|
25977
25981
|
Tm,
|
|
25978
25982
|
{
|
|
@@ -25985,7 +25989,7 @@ const Yc = /* @__PURE__ */ o((e) => {
|
|
|
25985
25989
|
const { propsContenido: t, hidden: r } = lt(e);
|
|
25986
25990
|
return !r && /* @__PURE__ */ f(fu, { ...t });
|
|
25987
25991
|
}, "Password"), uk = /* @__PURE__ */ o((e) => {
|
|
25988
|
-
const { propsContenido: t, hidden: r } = lt(e), { isLoading: n } = me(
|
|
25992
|
+
const { propsContenido: t, hidden: r } = lt(e), { isLoading: n } = me(Ue), { source: i, reference: l } = e;
|
|
25989
25993
|
return !r && !n ? /* @__PURE__ */ f(hu, { source: i, reference: l, children: /* @__PURE__ */ f(
|
|
25990
25994
|
gu,
|
|
25991
25995
|
{
|
|
@@ -26059,12 +26063,12 @@ const jw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26059
26063
|
onConfirm: d,
|
|
26060
26064
|
contentResource: p,
|
|
26061
26065
|
translateOptions: h = {}
|
|
26062
|
-
} = e, m =
|
|
26066
|
+
} = e, m = et(), [b] = bu(p), v = Re(
|
|
26063
26067
|
(y, T) => {
|
|
26064
26068
|
y.stopPropagation(), d(y, b);
|
|
26065
26069
|
},
|
|
26066
26070
|
[b, d]
|
|
26067
|
-
), g =
|
|
26071
|
+
), g = Re((y) => {
|
|
26068
26072
|
y.stopPropagation();
|
|
26069
26073
|
}, []);
|
|
26070
26074
|
return /* @__PURE__ */ B(
|
|
@@ -26105,14 +26109,14 @@ const jw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26105
26109
|
all: !0,
|
|
26106
26110
|
none: !1
|
|
26107
26111
|
}, Ww = /* @__PURE__ */ o((e) => !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, "format$1"), Uw = /* @__PURE__ */ o((e) => e, "parse$1"), pk = /* @__PURE__ */ o((e) => {
|
|
26108
|
-
const { asistant: t, asistantResource: r, source: n, sx: i, ...l } = e, [s, c] =
|
|
26112
|
+
const { asistant: t, asistantResource: r, source: n, sx: i, ...l } = e, [s, c] = We(!1), {
|
|
26109
26113
|
hidden: u,
|
|
26110
26114
|
propsContenido: { disabled: d, label: p, onChange: h }
|
|
26111
26115
|
} = lt(e), m = $t();
|
|
26112
26116
|
at(() => {
|
|
26113
26117
|
y();
|
|
26114
26118
|
}, []);
|
|
26115
|
-
const b =
|
|
26119
|
+
const b = Re(() => {
|
|
26116
26120
|
c(!1);
|
|
26117
26121
|
}, [c]), v = /* @__PURE__ */ o((T, C) => {
|
|
26118
26122
|
c(!1), m.setValue(n, {
|
|
@@ -26249,12 +26253,12 @@ const jw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26249
26253
|
)
|
|
26250
26254
|
}
|
|
26251
26255
|
), "AsistenteList"), qw = { fillista: "empcod=-1" }, Kw = /* @__PURE__ */ o((e) => {
|
|
26252
|
-
const [t, r] = S.useState(qw), n = nu(), i =
|
|
26256
|
+
const [t, r] = S.useState(qw), n = nu(), i = Re(
|
|
26253
26257
|
(s) => {
|
|
26254
26258
|
r({ fillista: s.node.key });
|
|
26255
26259
|
},
|
|
26256
26260
|
[r]
|
|
26257
|
-
), l =
|
|
26261
|
+
), l = Re(
|
|
26258
26262
|
(s) => {
|
|
26259
26263
|
const c = s ? s.itemData.id : "";
|
|
26260
26264
|
return n.getChildNodes("form_224", { parentId: c }).then((u) => u.data).catch(() => {
|
|
@@ -26330,12 +26334,12 @@ const jw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26330
26334
|
onClose: c,
|
|
26331
26335
|
onConfirm: u,
|
|
26332
26336
|
translateOptions: d = {}
|
|
26333
|
-
} = e, p =
|
|
26337
|
+
} = e, p = et(), h = Re(
|
|
26334
26338
|
(b, v) => {
|
|
26335
26339
|
b.stopPropagation(), u(b, v);
|
|
26336
26340
|
},
|
|
26337
26341
|
[u]
|
|
26338
|
-
), m =
|
|
26342
|
+
), m = Re((b) => {
|
|
26339
26343
|
b.stopPropagation();
|
|
26340
26344
|
}, []);
|
|
26341
26345
|
return /* @__PURE__ */ B(
|
|
@@ -26386,14 +26390,14 @@ const jw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26386
26390
|
sx: s,
|
|
26387
26391
|
onChange: c,
|
|
26388
26392
|
...u
|
|
26389
|
-
} = e, [d] = bu("form_224"), [p, h] =
|
|
26393
|
+
} = e, [d] = bu("form_224"), [p, h] = We(!1), m = $t(), { estado: b, fichaProps: v = {} } = me(Ue), g = me(fo), {
|
|
26390
26394
|
hidden: y,
|
|
26391
26395
|
propsContenido: { disabled: T, label: C = "Funcionarios" }
|
|
26392
26396
|
} = lt(e), { [l]: E = {}, etrs: x } = v, O = Qt({ ...e, etrs: x, asisEtr: g }), w = E.onChange === void 0 ? c : E.onChange;
|
|
26393
26397
|
at(() => {
|
|
26394
26398
|
m.setValue(l, Xc);
|
|
26395
26399
|
}, []);
|
|
26396
|
-
const F =
|
|
26400
|
+
const F = Re(() => {
|
|
26397
26401
|
h(!1);
|
|
26398
26402
|
}, [h]), L = /* @__PURE__ */ o(($, N) => {
|
|
26399
26403
|
h(!1), m.setValue(l, {
|
|
@@ -26553,7 +26557,7 @@ export {
|
|
|
26553
26557
|
J0 as EditGridButton,
|
|
26554
26558
|
yR as EtrGrid,
|
|
26555
26559
|
RR as FichaActions,
|
|
26556
|
-
|
|
26560
|
+
Ue as FichaContext,
|
|
26557
26561
|
bl as FichaProvider,
|
|
26558
26562
|
Bw as FiltroAsisTBS,
|
|
26559
26563
|
Xw as FiltroFuncionarios,
|