biblio-react 2.0.14 → 2.0.16
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 +589 -598
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -89,7 +89,7 @@ function bu(e) {
|
|
|
89
89
|
}
|
|
90
90
|
});
|
|
91
91
|
}
|
|
92
|
-
var Wa = { exports: {} },
|
|
92
|
+
var Wa = { exports: {} }, ye = {};
|
|
93
93
|
/**
|
|
94
94
|
* @license React
|
|
95
95
|
* react-is.production.min.js
|
|
@@ -101,7 +101,7 @@ var Wa = { exports: {} }, ve = {};
|
|
|
101
101
|
*/
|
|
102
102
|
var cs;
|
|
103
103
|
function Rm() {
|
|
104
|
-
if (cs) return
|
|
104
|
+
if (cs) return ye;
|
|
105
105
|
cs = 1;
|
|
106
106
|
var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), l = Symbol.for("react.context"), s = Symbol.for("react.server_context"), c = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), v;
|
|
107
107
|
v = Symbol.for("react.module.reference");
|
|
@@ -135,39 +135,39 @@ function Rm() {
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
return
|
|
138
|
+
return ye.ContextConsumer = l, ye.ContextProvider = i, ye.Element = e, ye.ForwardRef = c, ye.Fragment = r, ye.Lazy = f, ye.Memo = m, ye.Portal = t, ye.Profiler = a, ye.StrictMode = o, ye.Suspense = u, ye.SuspenseList = d, ye.isAsyncMode = function() {
|
|
139
139
|
return !1;
|
|
140
|
-
},
|
|
140
|
+
}, ye.isConcurrentMode = function() {
|
|
141
141
|
return !1;
|
|
142
|
-
},
|
|
142
|
+
}, ye.isContextConsumer = function(b) {
|
|
143
143
|
return g(b) === l;
|
|
144
|
-
},
|
|
144
|
+
}, ye.isContextProvider = function(b) {
|
|
145
145
|
return g(b) === i;
|
|
146
|
-
},
|
|
146
|
+
}, ye.isElement = function(b) {
|
|
147
147
|
return typeof b == "object" && b !== null && b.$$typeof === e;
|
|
148
|
-
},
|
|
148
|
+
}, ye.isForwardRef = function(b) {
|
|
149
149
|
return g(b) === c;
|
|
150
|
-
},
|
|
150
|
+
}, ye.isFragment = function(b) {
|
|
151
151
|
return g(b) === r;
|
|
152
|
-
},
|
|
152
|
+
}, ye.isLazy = function(b) {
|
|
153
153
|
return g(b) === f;
|
|
154
|
-
},
|
|
154
|
+
}, ye.isMemo = function(b) {
|
|
155
155
|
return g(b) === m;
|
|
156
|
-
},
|
|
156
|
+
}, ye.isPortal = function(b) {
|
|
157
157
|
return g(b) === t;
|
|
158
|
-
},
|
|
158
|
+
}, ye.isProfiler = function(b) {
|
|
159
159
|
return g(b) === a;
|
|
160
|
-
},
|
|
160
|
+
}, ye.isStrictMode = function(b) {
|
|
161
161
|
return g(b) === o;
|
|
162
|
-
},
|
|
162
|
+
}, ye.isSuspense = function(b) {
|
|
163
163
|
return g(b) === u;
|
|
164
|
-
},
|
|
164
|
+
}, ye.isSuspenseList = function(b) {
|
|
165
165
|
return g(b) === d;
|
|
166
|
-
},
|
|
166
|
+
}, ye.isValidElementType = function(b) {
|
|
167
167
|
return typeof b == "string" || typeof b == "function" || b === r || b === a || b === o || b === u || b === d || b === h || typeof b == "object" && b !== null && (b.$$typeof === f || b.$$typeof === m || b.$$typeof === i || b.$$typeof === l || b.$$typeof === c || b.$$typeof === v || b.getModuleId !== void 0);
|
|
168
|
-
},
|
|
168
|
+
}, ye.typeOf = g, ye;
|
|
169
169
|
}
|
|
170
|
-
var
|
|
170
|
+
var Oe = {};
|
|
171
171
|
/**
|
|
172
172
|
* @license React
|
|
173
173
|
* react-is.development.js
|
|
@@ -231,7 +231,7 @@ function Mm() {
|
|
|
231
231
|
function re(I) {
|
|
232
232
|
return y(I) === l;
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function Te(I) {
|
|
235
235
|
return y(I) === i;
|
|
236
236
|
}
|
|
237
237
|
function oe(I) {
|
|
@@ -246,13 +246,13 @@ function Mm() {
|
|
|
246
246
|
function ce(I) {
|
|
247
247
|
return y(I) === f;
|
|
248
248
|
}
|
|
249
|
-
function
|
|
249
|
+
function ie(I) {
|
|
250
250
|
return y(I) === m;
|
|
251
251
|
}
|
|
252
|
-
function
|
|
252
|
+
function W(I) {
|
|
253
253
|
return y(I) === t;
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function ve(I) {
|
|
256
256
|
return y(I) === a;
|
|
257
257
|
}
|
|
258
258
|
function Pe(I) {
|
|
@@ -264,8 +264,8 @@ function Mm() {
|
|
|
264
264
|
function Z(I) {
|
|
265
265
|
return y(I) === d;
|
|
266
266
|
}
|
|
267
|
-
|
|
268
|
-
}()),
|
|
267
|
+
Oe.ContextConsumer = F, Oe.ContextProvider = P, Oe.Element = $, Oe.ForwardRef = w, Oe.Fragment = R, Oe.Lazy = k, Oe.Memo = D, Oe.Portal = L, Oe.Profiler = N, Oe.StrictMode = _, Oe.Suspense = A, Oe.SuspenseList = j, Oe.isAsyncMode = J, Oe.isConcurrentMode = Y, Oe.isContextConsumer = re, Oe.isContextProvider = Te, Oe.isElement = oe, Oe.isForwardRef = ee, Oe.isFragment = ne, Oe.isLazy = ce, Oe.isMemo = ie, Oe.isPortal = W, Oe.isProfiler = ve, Oe.isStrictMode = Pe, Oe.isSuspense = B, Oe.isSuspenseList = Z, Oe.isValidElementType = T, Oe.typeOf = y;
|
|
268
|
+
}()), Oe;
|
|
269
269
|
}
|
|
270
270
|
process.env.NODE_ENV === "production" ? Wa.exports = Rm() : Wa.exports = Mm();
|
|
271
271
|
var Ro = Wa.exports;
|
|
@@ -367,7 +367,7 @@ function Nm(...e) {
|
|
|
367
367
|
}, () => {
|
|
368
368
|
});
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function U(e, t) {
|
|
371
371
|
if (e == null) return {};
|
|
372
372
|
var r = {};
|
|
373
373
|
for (var o in e)
|
|
@@ -390,7 +390,7 @@ function q() {
|
|
|
390
390
|
for (var e, t, r = 0, o = "", a = arguments.length; r < a; r++) (e = arguments[r]) && (t = vu(e)) && (o && (o += " "), o += t);
|
|
391
391
|
return o;
|
|
392
392
|
}
|
|
393
|
-
function
|
|
393
|
+
function Ee(e, t, r = void 0) {
|
|
394
394
|
const o = {};
|
|
395
395
|
return Object.keys(e).forEach(
|
|
396
396
|
// `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.
|
|
@@ -481,7 +481,7 @@ function Ou(e) {
|
|
|
481
481
|
},
|
|
482
482
|
unit: r = "px",
|
|
483
483
|
step: o = 5
|
|
484
|
-
} = e, a =
|
|
484
|
+
} = e, a = U(e, Vm), i = Bm(t), l = Object.keys(i);
|
|
485
485
|
function s(f) {
|
|
486
486
|
return `@media (min-width:${typeof t[f] == "number" ? t[f] : f}${r})`;
|
|
487
487
|
}
|
|
@@ -1250,7 +1250,7 @@ function Go(e = {}, ...t) {
|
|
|
1250
1250
|
palette: o = {},
|
|
1251
1251
|
spacing: a,
|
|
1252
1252
|
shape: i = {}
|
|
1253
|
-
} = e, l =
|
|
1253
|
+
} = e, l = U(e, kh), s = Ou(r), c = Zm(a);
|
|
1254
1254
|
let u = bt({
|
|
1255
1255
|
breakpoints: s,
|
|
1256
1256
|
direction: "ltr",
|
|
@@ -1897,7 +1897,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
1897
1897
|
insert: c
|
|
1898
1898
|
};
|
|
1899
1899
|
return v.sheet.hydrate(s), v;
|
|
1900
|
-
}, Ya = { exports: {} },
|
|
1900
|
+
}, Ya = { exports: {} }, xe = {};
|
|
1901
1901
|
/** @license React v16.13.1
|
|
1902
1902
|
* react-is.production.min.js
|
|
1903
1903
|
*
|
|
@@ -1908,7 +1908,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
1908
1908
|
*/
|
|
1909
1909
|
var ys;
|
|
1910
1910
|
function mg() {
|
|
1911
|
-
if (ys) return
|
|
1911
|
+
if (ys) return xe;
|
|
1912
1912
|
ys = 1;
|
|
1913
1913
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, h = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, O = e ? Symbol.for("react.responder") : 60118, C = e ? Symbol.for("react.scope") : 60119;
|
|
1914
1914
|
function E(y) {
|
|
@@ -1944,35 +1944,35 @@ function mg() {
|
|
|
1944
1944
|
function T(y) {
|
|
1945
1945
|
return E(y) === u;
|
|
1946
1946
|
}
|
|
1947
|
-
return
|
|
1947
|
+
return xe.AsyncMode = c, xe.ConcurrentMode = u, xe.ContextConsumer = s, xe.ContextProvider = l, xe.Element = t, xe.ForwardRef = d, xe.Fragment = o, xe.Lazy = v, xe.Memo = h, xe.Portal = r, xe.Profiler = i, xe.StrictMode = a, xe.Suspense = m, xe.isAsyncMode = function(y) {
|
|
1948
1948
|
return T(y) || E(y) === c;
|
|
1949
|
-
},
|
|
1949
|
+
}, xe.isConcurrentMode = T, xe.isContextConsumer = function(y) {
|
|
1950
1950
|
return E(y) === s;
|
|
1951
|
-
},
|
|
1951
|
+
}, xe.isContextProvider = function(y) {
|
|
1952
1952
|
return E(y) === l;
|
|
1953
|
-
},
|
|
1953
|
+
}, xe.isElement = function(y) {
|
|
1954
1954
|
return typeof y == "object" && y !== null && y.$$typeof === t;
|
|
1955
|
-
},
|
|
1955
|
+
}, xe.isForwardRef = function(y) {
|
|
1956
1956
|
return E(y) === d;
|
|
1957
|
-
},
|
|
1957
|
+
}, xe.isFragment = function(y) {
|
|
1958
1958
|
return E(y) === o;
|
|
1959
|
-
},
|
|
1959
|
+
}, xe.isLazy = function(y) {
|
|
1960
1960
|
return E(y) === v;
|
|
1961
|
-
},
|
|
1961
|
+
}, xe.isMemo = function(y) {
|
|
1962
1962
|
return E(y) === h;
|
|
1963
|
-
},
|
|
1963
|
+
}, xe.isPortal = function(y) {
|
|
1964
1964
|
return E(y) === r;
|
|
1965
|
-
},
|
|
1965
|
+
}, xe.isProfiler = function(y) {
|
|
1966
1966
|
return E(y) === i;
|
|
1967
|
-
},
|
|
1967
|
+
}, xe.isStrictMode = function(y) {
|
|
1968
1968
|
return E(y) === a;
|
|
1969
|
-
},
|
|
1969
|
+
}, xe.isSuspense = function(y) {
|
|
1970
1970
|
return E(y) === m;
|
|
1971
|
-
},
|
|
1971
|
+
}, xe.isValidElementType = function(y) {
|
|
1972
1972
|
return typeof y == "string" || typeof y == "function" || y === o || y === u || y === i || y === a || y === m || y === f || typeof y == "object" && y !== null && (y.$$typeof === v || y.$$typeof === h || y.$$typeof === l || y.$$typeof === s || y.$$typeof === d || y.$$typeof === b || y.$$typeof === O || y.$$typeof === C || y.$$typeof === g);
|
|
1973
|
-
},
|
|
1973
|
+
}, xe.typeOf = E, xe;
|
|
1974
1974
|
}
|
|
1975
|
-
var
|
|
1975
|
+
var Se = {};
|
|
1976
1976
|
/** @license React v16.13.1
|
|
1977
1977
|
* react-is.development.js
|
|
1978
1978
|
*
|
|
@@ -2034,7 +2034,7 @@ function hg() {
|
|
|
2034
2034
|
function re(B) {
|
|
2035
2035
|
return T(B) === l;
|
|
2036
2036
|
}
|
|
2037
|
-
function
|
|
2037
|
+
function Te(B) {
|
|
2038
2038
|
return typeof B == "object" && B !== null && B.$$typeof === t;
|
|
2039
2039
|
}
|
|
2040
2040
|
function oe(B) {
|
|
@@ -2049,20 +2049,20 @@ function hg() {
|
|
|
2049
2049
|
function ce(B) {
|
|
2050
2050
|
return T(B) === h;
|
|
2051
2051
|
}
|
|
2052
|
-
function
|
|
2052
|
+
function ie(B) {
|
|
2053
2053
|
return T(B) === r;
|
|
2054
2054
|
}
|
|
2055
|
-
function
|
|
2055
|
+
function W(B) {
|
|
2056
2056
|
return T(B) === i;
|
|
2057
2057
|
}
|
|
2058
|
-
function
|
|
2058
|
+
function ve(B) {
|
|
2059
2059
|
return T(B) === a;
|
|
2060
2060
|
}
|
|
2061
2061
|
function Pe(B) {
|
|
2062
2062
|
return T(B) === m;
|
|
2063
2063
|
}
|
|
2064
|
-
|
|
2065
|
-
}()),
|
|
2064
|
+
Se.AsyncMode = y, Se.ConcurrentMode = F, Se.ContextConsumer = P, Se.ContextProvider = $, Se.Element = w, Se.ForwardRef = R, Se.Fragment = k, Se.Lazy = D, Se.Memo = L, Se.Portal = N, Se.Profiler = _, Se.StrictMode = A, Se.Suspense = j, Se.isAsyncMode = z, Se.isConcurrentMode = J, Se.isContextConsumer = Y, Se.isContextProvider = re, Se.isElement = Te, Se.isForwardRef = oe, Se.isFragment = ee, Se.isLazy = ne, Se.isMemo = ce, Se.isPortal = ie, Se.isProfiler = W, Se.isStrictMode = ve, Se.isSuspense = Pe, Se.isValidElementType = E, Se.typeOf = T;
|
|
2065
|
+
}()), Se;
|
|
2066
2066
|
}
|
|
2067
2067
|
process.env.NODE_ENV === "production" ? Ya.exports = mg() : Ya.exports = hg();
|
|
2068
2068
|
var gg = Ya.exports, Iu = gg, bg = {
|
|
@@ -2965,7 +2965,7 @@ const Qg = ["sx"], Xg = (e) => {
|
|
|
2965
2965
|
function la(e) {
|
|
2966
2966
|
const {
|
|
2967
2967
|
sx: t
|
|
2968
|
-
} = e, r =
|
|
2968
|
+
} = e, r = U(e, Qg), {
|
|
2969
2969
|
systemProps: o,
|
|
2970
2970
|
otherProps: a
|
|
2971
2971
|
} = Xg(r);
|
|
@@ -3455,7 +3455,7 @@ function Pb(e) {
|
|
|
3455
3455
|
mode: t = "light",
|
|
3456
3456
|
contrastThreshold: r = 3,
|
|
3457
3457
|
tonalOffset: o = 0.2
|
|
3458
|
-
} = e, a =
|
|
3458
|
+
} = e, a = U(e, vb), i = e.primary || yb(t), l = e.secondary || Ob(t), s = e.error || xb(t), c = e.info || Sb(t), u = e.success || Eb(t), d = e.warning || Tb(t);
|
|
3459
3459
|
function m(g) {
|
|
3460
3460
|
const b = Ns(g, wa.text.primary) >= r ? wa.text.primary : js.text.primary;
|
|
3461
3461
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -3572,7 +3572,7 @@ function wb(e, t) {
|
|
|
3572
3572
|
// Apply the CSS properties to all the variants.
|
|
3573
3573
|
allVariants: d,
|
|
3574
3574
|
pxToRem: m
|
|
3575
|
-
} = r, f =
|
|
3575
|
+
} = r, f = U(r, Cb);
|
|
3576
3576
|
process.env.NODE_ENV !== "production" && (typeof a != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof u != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
|
|
3577
3577
|
const h = a / 14, v = m || ((O) => `${O / u * h}rem`), g = (O, C, E, T, y) => S({
|
|
3578
3578
|
fontFamily: o,
|
|
@@ -3664,7 +3664,7 @@ function Nb(e) {
|
|
|
3664
3664
|
duration: l = r.standard,
|
|
3665
3665
|
easing: s = t.easeInOut,
|
|
3666
3666
|
delay: c = 0
|
|
3667
|
-
} = i, u =
|
|
3667
|
+
} = i, u = U(i, Lb);
|
|
3668
3668
|
if (process.env.NODE_ENV !== "production") {
|
|
3669
3669
|
const d = (f) => typeof f == "string", m = (f) => !isNaN(parseFloat(f));
|
|
3670
3670
|
!d(a) && !Array.isArray(a) && console.error('MUI: Argument "props" must be a string or Array.'), !m(l) && !d(l) && console.error(`MUI: Argument "duration" must be a number or a string but found ${l}.`), d(s) || console.error('MUI: Argument "easing" must be a string.'), !m(c) && !d(c) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof i != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
|
|
@@ -3693,7 +3693,7 @@ function rd(e = {}, ...t) {
|
|
|
3693
3693
|
palette: o = {},
|
|
3694
3694
|
transitions: a = {},
|
|
3695
3695
|
typography: i = {}
|
|
3696
|
-
} = e, l =
|
|
3696
|
+
} = e, l = U(e, jb);
|
|
3697
3697
|
if (e.vars)
|
|
3698
3698
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : Or(18));
|
|
3699
3699
|
const s = Pb(o), c = Go(e);
|
|
@@ -3965,7 +3965,7 @@ function sv(e = {}) {
|
|
|
3965
3965
|
function cv(e) {
|
|
3966
3966
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
3967
3967
|
}
|
|
3968
|
-
const Yo = (e) => cv(e) && e !== "classes",
|
|
3968
|
+
const Yo = (e) => cv(e) && e !== "classes", G = Kb({
|
|
3969
3969
|
themeId: Qr,
|
|
3970
3970
|
defaultTheme: Ui,
|
|
3971
3971
|
rootShouldForwardProp: Yo
|
|
@@ -3988,8 +3988,8 @@ const dv = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
3988
3988
|
} = e, a = {
|
|
3989
3989
|
root: ["root", t !== "inherit" && `color${X(t)}`, `fontSize${X(r)}`]
|
|
3990
3990
|
};
|
|
3991
|
-
return
|
|
3992
|
-
}, fv =
|
|
3991
|
+
return Ee(a, uv, o);
|
|
3992
|
+
}, fv = G("svg", {
|
|
3993
3993
|
name: "MuiSvgIcon",
|
|
3994
3994
|
slot: "Root",
|
|
3995
3995
|
overridesResolver: (e, t) => {
|
|
@@ -4042,7 +4042,7 @@ const dv = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
4042
4042
|
inheritViewBox: d = !1,
|
|
4043
4043
|
titleAccess: m,
|
|
4044
4044
|
viewBox: f = "0 0 24 24"
|
|
4045
|
-
} = o, h =
|
|
4045
|
+
} = o, h = U(o, dv), v = /* @__PURE__ */ x.isValidElement(a) && a.type === "svg", g = S({}, o, {
|
|
4046
4046
|
color: l,
|
|
4047
4047
|
component: s,
|
|
4048
4048
|
fontSize: c,
|
|
@@ -4485,7 +4485,7 @@ function Bv(e = {}) {
|
|
|
4485
4485
|
const d = Bi(r), m = la(c), {
|
|
4486
4486
|
className: f,
|
|
4487
4487
|
component: h = "div"
|
|
4488
|
-
} = m, v =
|
|
4488
|
+
} = m, v = U(m, Vv);
|
|
4489
4489
|
return /* @__PURE__ */ p(i, S({
|
|
4490
4490
|
as: h,
|
|
4491
4491
|
ref: u,
|
|
@@ -4521,7 +4521,7 @@ function Kv(e) {
|
|
|
4521
4521
|
function Pn(e, t) {
|
|
4522
4522
|
let {
|
|
4523
4523
|
ownerState: r
|
|
4524
|
-
} = t, o =
|
|
4524
|
+
} = t, o = U(t, zv);
|
|
4525
4525
|
const a = typeof e == "function" ? e(S({
|
|
4526
4526
|
ownerState: r
|
|
4527
4527
|
}, o)) : e;
|
|
@@ -4533,7 +4533,7 @@ function Pn(e, t) {
|
|
|
4533
4533
|
const {
|
|
4534
4534
|
variants: i = []
|
|
4535
4535
|
} = a;
|
|
4536
|
-
let s =
|
|
4536
|
+
let s = U(a, Hv);
|
|
4537
4537
|
return i.forEach((c) => {
|
|
4538
4538
|
let u = !0;
|
|
4539
4539
|
typeof c.props == "function" ? u = c.props(S({
|
|
@@ -4569,7 +4569,7 @@ function Yv(e = {}) {
|
|
|
4569
4569
|
// TODO v6: remove `lowercaseFirstLetter()` in the next major release
|
|
4570
4570
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
4571
4571
|
overridesResolver: f = Kv(Zs(u))
|
|
4572
|
-
} = s, h =
|
|
4572
|
+
} = s, h = U(s, Wv), v = d !== void 0 ? d : (
|
|
4573
4573
|
// TODO v6: remove `Root` in the next major release
|
|
4574
4574
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
4575
4575
|
u && u !== "Root" && u !== "root" || !1
|
|
@@ -4739,7 +4739,7 @@ const sy = ["value"], md = /* @__PURE__ */ x.createContext();
|
|
|
4739
4739
|
function hd(e) {
|
|
4740
4740
|
let {
|
|
4741
4741
|
value: t
|
|
4742
|
-
} = e, r =
|
|
4742
|
+
} = e, r = U(e, sy);
|
|
4743
4743
|
return /* @__PURE__ */ p(md.Provider, S({
|
|
4744
4744
|
value: t ?? !0
|
|
4745
4745
|
}, r));
|
|
@@ -4879,7 +4879,7 @@ function gy(e = {}) {
|
|
|
4879
4879
|
createStyledComponent: t = dy,
|
|
4880
4880
|
useThemeProps: r = py,
|
|
4881
4881
|
componentName: o = "MuiStack"
|
|
4882
|
-
} = e, a = () =>
|
|
4882
|
+
} = e, a = () => Ee({
|
|
4883
4883
|
root: ["root"]
|
|
4884
4884
|
}, (c) => me(o, c), {}), i = t(hy), l = /* @__PURE__ */ x.forwardRef(function(c, u) {
|
|
4885
4885
|
const d = r(c), m = la(d), {
|
|
@@ -4890,7 +4890,7 @@ function gy(e = {}) {
|
|
|
4890
4890
|
children: b,
|
|
4891
4891
|
className: O,
|
|
4892
4892
|
useFlexGap: C = !1
|
|
4893
|
-
} = m, E =
|
|
4893
|
+
} = m, E = U(m, cy), T = {
|
|
4894
4894
|
direction: h,
|
|
4895
4895
|
spacing: v,
|
|
4896
4896
|
useFlexGap: C
|
|
@@ -4920,7 +4920,7 @@ const by = ["theme"];
|
|
|
4920
4920
|
function Qi(e) {
|
|
4921
4921
|
let {
|
|
4922
4922
|
theme: t
|
|
4923
|
-
} = e, r =
|
|
4923
|
+
} = e, r = U(e, by);
|
|
4924
4924
|
const o = t[Qr];
|
|
4925
4925
|
return /* @__PURE__ */ p(In, S({}, r, {
|
|
4926
4926
|
themeId: o ? Qr : void 0,
|
|
@@ -5039,7 +5039,7 @@ function Rt(e) {
|
|
|
5039
5039
|
externalSlotProps: o,
|
|
5040
5040
|
ownerState: a,
|
|
5041
5041
|
skipResolvingSlotProps: i = !1
|
|
5042
|
-
} = e, l =
|
|
5042
|
+
} = e, l = U(e, $y), s = i ? {} : Od(o, a), {
|
|
5043
5043
|
props: c,
|
|
5044
5044
|
internalRef: u
|
|
5045
5045
|
} = xd(S({}, l, {
|
|
@@ -5662,7 +5662,7 @@ var Xy = function(t) {
|
|
|
5662
5662
|
return null;
|
|
5663
5663
|
var i = this.props, l = i.children;
|
|
5664
5664
|
i.in, i.mountOnEnter, i.unmountOnExit, i.appear, i.enter, i.exit, i.timeout, i.addEndListener, i.onEnter, i.onEntering, i.onEntered, i.onExit, i.onExiting, i.onExited, i.nodeRef;
|
|
5665
|
-
var s =
|
|
5665
|
+
var s = U(i, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
|
|
5666
5666
|
return (
|
|
5667
5667
|
// allows for nested Transitions
|
|
5668
5668
|
/* @__PURE__ */ _t.createElement(Nn.Provider, {
|
|
@@ -5981,7 +5981,7 @@ var rO = Object.values || function(e) {
|
|
|
5981
5981
|
};
|
|
5982
5982
|
}));
|
|
5983
5983
|
}, r.render = function() {
|
|
5984
|
-
var a = this.props, i = a.component, l = a.childFactory, s =
|
|
5984
|
+
var a = this.props, i = a.component, l = a.childFactory, s = U(a, ["component", "childFactory"]), c = this.state.contextValue, u = rO(this.state.children).map(l);
|
|
5985
5985
|
return delete s.appear, delete s.enter, delete s.exit, i === null ? /* @__PURE__ */ _t.createElement(Nn.Provider, {
|
|
5986
5986
|
value: c
|
|
5987
5987
|
}, u) : /* @__PURE__ */ _t.createElement(Nn.Provider, {
|
|
@@ -6084,7 +6084,7 @@ const nO = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
6084
6084
|
timeout: O = a,
|
|
6085
6085
|
// eslint-disable-next-line react/prop-types
|
|
6086
6086
|
TransitionComponent: C = kt
|
|
6087
|
-
} = t, E =
|
|
6087
|
+
} = t, E = U(t, nO), T = x.useRef(null), y = Ot(T, s.ref, r), F = (N) => (_) => {
|
|
6088
6088
|
if (N) {
|
|
6089
6089
|
const A = T.current;
|
|
6090
6090
|
_ === void 0 ? N(A) : N(A, _);
|
|
@@ -6217,10 +6217,10 @@ const lO = ["children", "className", "component", "components", "componentsProps
|
|
|
6217
6217
|
classes: t,
|
|
6218
6218
|
invisible: r
|
|
6219
6219
|
} = e;
|
|
6220
|
-
return
|
|
6220
|
+
return Ee({
|
|
6221
6221
|
root: ["root", r && "invisible"]
|
|
6222
6222
|
}, iO, t);
|
|
6223
|
-
}, cO =
|
|
6223
|
+
}, cO = G("div", {
|
|
6224
6224
|
name: "MuiBackdrop",
|
|
6225
6225
|
slot: "Root",
|
|
6226
6226
|
overridesResolver: (e, t) => {
|
|
@@ -6261,7 +6261,7 @@ const lO = ["children", "className", "component", "components", "componentsProps
|
|
|
6261
6261
|
slots: g = {},
|
|
6262
6262
|
TransitionComponent: b = al,
|
|
6263
6263
|
transitionDuration: O
|
|
6264
|
-
} = l, C =
|
|
6264
|
+
} = l, C = U(l, lO), E = S({}, l, {
|
|
6265
6265
|
component: u,
|
|
6266
6266
|
invisible: f
|
|
6267
6267
|
}), T = sO(E), y = (o = v.root) != null ? o : m.root;
|
|
@@ -6387,11 +6387,11 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6387
6387
|
exited: r,
|
|
6388
6388
|
classes: o
|
|
6389
6389
|
} = e;
|
|
6390
|
-
return
|
|
6390
|
+
return Ee({
|
|
6391
6391
|
root: ["root", !t && r && "hidden"],
|
|
6392
6392
|
backdrop: ["backdrop"]
|
|
6393
6393
|
}, uO, o);
|
|
6394
|
-
}, fO =
|
|
6394
|
+
}, fO = G("div", {
|
|
6395
6395
|
name: "MuiModal",
|
|
6396
6396
|
slot: "Root",
|
|
6397
6397
|
overridesResolver: (e, t) => {
|
|
@@ -6412,7 +6412,7 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6412
6412
|
left: 0
|
|
6413
6413
|
}, !t.open && t.exited && {
|
|
6414
6414
|
visibility: "hidden"
|
|
6415
|
-
})), mO =
|
|
6415
|
+
})), mO = G(il, {
|
|
6416
6416
|
name: "MuiModal",
|
|
6417
6417
|
slot: "Backdrop",
|
|
6418
6418
|
overridesResolver: (e, t) => t.backdrop
|
|
@@ -6446,7 +6446,7 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6446
6446
|
slotProps: L,
|
|
6447
6447
|
slots: N
|
|
6448
6448
|
// eslint-disable-next-line react/prop-types
|
|
6449
|
-
} = u, _ =
|
|
6449
|
+
} = u, _ = U(u, dO), A = S({}, u, {
|
|
6450
6450
|
closeAfterTransition: h,
|
|
6451
6451
|
disableAutoFocus: E,
|
|
6452
6452
|
disableEnforceFocus: T,
|
|
@@ -6463,22 +6463,22 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6463
6463
|
portalRef: J,
|
|
6464
6464
|
isTopModal: Y,
|
|
6465
6465
|
exited: re,
|
|
6466
|
-
hasTransition:
|
|
6466
|
+
hasTransition: Te
|
|
6467
6467
|
} = By(S({}, A, {
|
|
6468
6468
|
rootRef: r
|
|
6469
6469
|
})), oe = S({}, A, {
|
|
6470
6470
|
exited: re
|
|
6471
6471
|
}), ee = pO(oe), ne = {};
|
|
6472
|
-
if (v.props.tabIndex === void 0 && (ne.tabIndex = "-1"),
|
|
6472
|
+
if (v.props.tabIndex === void 0 && (ne.tabIndex = "-1"), Te) {
|
|
6473
6473
|
const {
|
|
6474
6474
|
onEnter: Z,
|
|
6475
6475
|
onExited: I
|
|
6476
6476
|
} = z();
|
|
6477
6477
|
ne.onEnter = Z, ne.onExited = I;
|
|
6478
6478
|
}
|
|
6479
|
-
const ce = (o = (a = N == null ? void 0 : N.root) != null ? a : O.Root) != null ? o : fO,
|
|
6479
|
+
const ce = (o = (a = N == null ? void 0 : N.root) != null ? a : O.Root) != null ? o : fO, ie = (i = (l = N == null ? void 0 : N.backdrop) != null ? l : O.Backdrop) != null ? i : d, W = (s = L == null ? void 0 : L.root) != null ? s : C.root, ve = (c = L == null ? void 0 : L.backdrop) != null ? c : C.backdrop, Pe = Rt({
|
|
6480
6480
|
elementType: ce,
|
|
6481
|
-
externalSlotProps:
|
|
6481
|
+
externalSlotProps: W,
|
|
6482
6482
|
externalForwardedProps: _,
|
|
6483
6483
|
getSlotProps: j,
|
|
6484
6484
|
additionalProps: {
|
|
@@ -6486,25 +6486,25 @@ const dO = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
6486
6486
|
as: b
|
|
6487
6487
|
},
|
|
6488
6488
|
ownerState: oe,
|
|
6489
|
-
className: q(f,
|
|
6489
|
+
className: q(f, W == null ? void 0 : W.className, ee == null ? void 0 : ee.root, !oe.open && oe.exited && (ee == null ? void 0 : ee.hidden))
|
|
6490
6490
|
}), B = Rt({
|
|
6491
|
-
elementType:
|
|
6492
|
-
externalSlotProps:
|
|
6491
|
+
elementType: ie,
|
|
6492
|
+
externalSlotProps: ve,
|
|
6493
6493
|
additionalProps: m,
|
|
6494
6494
|
getSlotProps: (Z) => M(S({}, Z, {
|
|
6495
6495
|
onClick: (I) => {
|
|
6496
6496
|
k && k(I), Z != null && Z.onClick && Z.onClick(I);
|
|
6497
6497
|
}
|
|
6498
6498
|
})),
|
|
6499
|
-
className: q(
|
|
6499
|
+
className: q(ve == null ? void 0 : ve.className, m == null ? void 0 : m.className, ee == null ? void 0 : ee.backdrop),
|
|
6500
6500
|
ownerState: oe
|
|
6501
6501
|
});
|
|
6502
|
-
return !R && !D && (!
|
|
6502
|
+
return !R && !D && (!Te || re) ? null : /* @__PURE__ */ p(Do, {
|
|
6503
6503
|
ref: J,
|
|
6504
6504
|
container: g,
|
|
6505
6505
|
disablePortal: F,
|
|
6506
6506
|
children: /* @__PURE__ */ V(ce, S({}, Pe, {
|
|
6507
|
-
children: [!w && d ? /* @__PURE__ */ p(
|
|
6507
|
+
children: [!w && d ? /* @__PURE__ */ p(ie, S({}, B)) : null, /* @__PURE__ */ p(Dn, {
|
|
6508
6508
|
disableEnforceFocus: T,
|
|
6509
6509
|
disableAutoFocus: E,
|
|
6510
6510
|
disableRestoreFocus: P,
|
|
@@ -6741,8 +6741,8 @@ const yO = ["className", "component", "elevation", "square", "variant"], OO = (e
|
|
|
6741
6741
|
} = e, i = {
|
|
6742
6742
|
root: ["root", o, !t && "rounded", o === "elevation" && `elevation${r}`]
|
|
6743
6743
|
};
|
|
6744
|
-
return
|
|
6745
|
-
}, xO =
|
|
6744
|
+
return Ee(i, vO, a);
|
|
6745
|
+
}, xO = G("div", {
|
|
6746
6746
|
name: "MuiPaper",
|
|
6747
6747
|
slot: "Root",
|
|
6748
6748
|
overridesResolver: (e, t) => {
|
|
@@ -6781,7 +6781,7 @@ const yO = ["className", "component", "elevation", "square", "variant"], OO = (e
|
|
|
6781
6781
|
elevation: l = 1,
|
|
6782
6782
|
square: s = !1,
|
|
6783
6783
|
variant: c = "elevation"
|
|
6784
|
-
} = o, u =
|
|
6784
|
+
} = o, u = U(o, yO), d = S({}, o, {
|
|
6785
6785
|
component: i,
|
|
6786
6786
|
elevation: l,
|
|
6787
6787
|
square: s,
|
|
@@ -6849,7 +6849,7 @@ function SO(e) {
|
|
|
6849
6849
|
}
|
|
6850
6850
|
const La = fe("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), sl = /* @__PURE__ */ x.createContext({});
|
|
6851
6851
|
process.env.NODE_ENV !== "production" && (sl.displayName = "DialogContext");
|
|
6852
|
-
const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], TO =
|
|
6852
|
+
const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], TO = G(il, {
|
|
6853
6853
|
name: "MuiDialog",
|
|
6854
6854
|
slot: "Backdrop",
|
|
6855
6855
|
overrides: (e, t) => t.backdrop
|
|
@@ -6868,8 +6868,8 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
6868
6868
|
container: ["container", `scroll${X(r)}`],
|
|
6869
6869
|
paper: ["paper", `paperScroll${X(r)}`, `paperWidth${X(String(o))}`, a && "paperFullWidth", i && "paperFullScreen"]
|
|
6870
6870
|
};
|
|
6871
|
-
return
|
|
6872
|
-
}, CO =
|
|
6871
|
+
return Ee(l, SO, t);
|
|
6872
|
+
}, CO = G(ll, {
|
|
6873
6873
|
name: "MuiDialog",
|
|
6874
6874
|
slot: "Root",
|
|
6875
6875
|
overridesResolver: (e, t) => t.root
|
|
@@ -6878,7 +6878,7 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
6878
6878
|
// Use !important to override the Modal inline-style.
|
|
6879
6879
|
position: "absolute !important"
|
|
6880
6880
|
}
|
|
6881
|
-
}), FO =
|
|
6881
|
+
}), FO = G("div", {
|
|
6882
6882
|
name: "MuiDialog",
|
|
6883
6883
|
slot: "Container",
|
|
6884
6884
|
overridesResolver: (e, t) => {
|
|
@@ -6911,7 +6911,7 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
6911
6911
|
height: "100%",
|
|
6912
6912
|
width: "0"
|
|
6913
6913
|
}
|
|
6914
|
-
})), wO =
|
|
6914
|
+
})), wO = G(cr, {
|
|
6915
6915
|
name: "MuiDialog",
|
|
6916
6916
|
slot: "Paper",
|
|
6917
6917
|
overridesResolver: (e, t) => {
|
|
@@ -6998,7 +6998,7 @@ const EO = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
6998
6998
|
TransitionComponent: P = al,
|
|
6999
6999
|
transitionDuration: $ = i,
|
|
7000
7000
|
TransitionProps: w
|
|
7001
|
-
} = o, R =
|
|
7001
|
+
} = o, R = U(o, EO), k = S({}, o, {
|
|
7002
7002
|
disableEscapeKeyDown: f,
|
|
7003
7003
|
fullScreen: h,
|
|
7004
7004
|
fullWidth: v,
|
|
@@ -7199,10 +7199,10 @@ const MO = ["className", "disableSpacing"], kO = (e) => {
|
|
|
7199
7199
|
classes: t,
|
|
7200
7200
|
disableSpacing: r
|
|
7201
7201
|
} = e;
|
|
7202
|
-
return
|
|
7202
|
+
return Ee({
|
|
7203
7203
|
root: ["root", !r && "spacing"]
|
|
7204
7204
|
}, RO, t);
|
|
7205
|
-
}, $O =
|
|
7205
|
+
}, $O = G("div", {
|
|
7206
7206
|
name: "MuiDialogActions",
|
|
7207
7207
|
slot: "Root",
|
|
7208
7208
|
overridesResolver: (e, t) => {
|
|
@@ -7230,7 +7230,7 @@ const MO = ["className", "disableSpacing"], kO = (e) => {
|
|
|
7230
7230
|
}), {
|
|
7231
7231
|
className: a,
|
|
7232
7232
|
disableSpacing: i = !1
|
|
7233
|
-
} = o, l =
|
|
7233
|
+
} = o, l = U(o, MO), s = S({}, o, {
|
|
7234
7234
|
disableSpacing: i
|
|
7235
7235
|
}), c = kO(s);
|
|
7236
7236
|
return /* @__PURE__ */ p($O, S({
|
|
@@ -7278,10 +7278,10 @@ const IO = fe("MuiDialogTitle", ["root"]), DO = ["className", "dividers"], NO =
|
|
|
7278
7278
|
classes: t,
|
|
7279
7279
|
dividers: r
|
|
7280
7280
|
} = e;
|
|
7281
|
-
return
|
|
7281
|
+
return Ee({
|
|
7282
7282
|
root: ["root", r && "dividers"]
|
|
7283
7283
|
}, LO, t);
|
|
7284
|
-
}, _O =
|
|
7284
|
+
}, _O = G("div", {
|
|
7285
7285
|
name: "MuiDialogContent",
|
|
7286
7286
|
slot: "Root",
|
|
7287
7287
|
overridesResolver: (e, t) => {
|
|
@@ -7314,7 +7314,7 @@ const IO = fe("MuiDialogTitle", ["root"]), DO = ["className", "dividers"], NO =
|
|
|
7314
7314
|
}), {
|
|
7315
7315
|
className: a,
|
|
7316
7316
|
dividers: i = !1
|
|
7317
|
-
} = o, l =
|
|
7317
|
+
} = o, l = U(o, DO), s = S({}, o, {
|
|
7318
7318
|
dividers: i
|
|
7319
7319
|
}), c = NO(s);
|
|
7320
7320
|
return /* @__PURE__ */ p(_O, S({
|
|
@@ -7365,8 +7365,8 @@ const VO = ["align", "className", "component", "gutterBottom", "noWrap", "paragr
|
|
|
7365
7365
|
} = e, s = {
|
|
7366
7366
|
root: ["root", i, e.align !== "inherit" && `align${X(t)}`, r && "gutterBottom", o && "noWrap", a && "paragraph"]
|
|
7367
7367
|
};
|
|
7368
|
-
return
|
|
7369
|
-
}, zO =
|
|
7368
|
+
return Ee(s, jO, l);
|
|
7369
|
+
}, zO = G("span", {
|
|
7370
7370
|
name: "MuiTypography",
|
|
7371
7371
|
slot: "Root",
|
|
7372
7372
|
overridesResolver: (e, t) => {
|
|
@@ -7426,7 +7426,7 @@ const VO = ["align", "className", "component", "gutterBottom", "noWrap", "paragr
|
|
|
7426
7426
|
paragraph: m = !1,
|
|
7427
7427
|
variant: f = "body1",
|
|
7428
7428
|
variantMapping: h = ic
|
|
7429
|
-
} = i, v =
|
|
7429
|
+
} = i, v = U(i, VO), g = S({}, i, {
|
|
7430
7430
|
align: l,
|
|
7431
7431
|
color: a,
|
|
7432
7432
|
className: s,
|
|
@@ -7526,11 +7526,11 @@ fe("MuiDialogContentText", ["root"]);
|
|
|
7526
7526
|
const GO = ["children", "className"], qO = (e) => {
|
|
7527
7527
|
const {
|
|
7528
7528
|
classes: t
|
|
7529
|
-
} = e, o =
|
|
7529
|
+
} = e, o = Ee({
|
|
7530
7530
|
root: ["root"]
|
|
7531
7531
|
}, UO, t);
|
|
7532
7532
|
return S({}, t, o);
|
|
7533
|
-
}, KO =
|
|
7533
|
+
}, KO = G(ir, {
|
|
7534
7534
|
shouldForwardProp: (e) => Yo(e) || e === "classes",
|
|
7535
7535
|
name: "MuiDialogContentText",
|
|
7536
7536
|
slot: "Root",
|
|
@@ -7541,7 +7541,7 @@ const GO = ["children", "className"], qO = (e) => {
|
|
|
7541
7541
|
name: "MuiDialogContentText"
|
|
7542
7542
|
}), {
|
|
7543
7543
|
className: a
|
|
7544
|
-
} = o, i =
|
|
7544
|
+
} = o, i = U(o, GO), l = qO(i);
|
|
7545
7545
|
return /* @__PURE__ */ p(KO, S({
|
|
7546
7546
|
component: "p",
|
|
7547
7547
|
variant: "body1",
|
|
@@ -7579,10 +7579,10 @@ const YO = ["className", "id"], QO = (e) => {
|
|
|
7579
7579
|
const {
|
|
7580
7580
|
classes: t
|
|
7581
7581
|
} = e;
|
|
7582
|
-
return
|
|
7582
|
+
return Ee({
|
|
7583
7583
|
root: ["root"]
|
|
7584
7584
|
}, AO, t);
|
|
7585
|
-
}, XO =
|
|
7585
|
+
}, XO = G(ir, {
|
|
7586
7586
|
name: "MuiDialogTitle",
|
|
7587
7587
|
slot: "Root",
|
|
7588
7588
|
overridesResolver: (e, t) => t.root
|
|
@@ -7596,7 +7596,7 @@ const YO = ["className", "id"], QO = (e) => {
|
|
|
7596
7596
|
}), {
|
|
7597
7597
|
className: a,
|
|
7598
7598
|
id: i
|
|
7599
|
-
} = o, l =
|
|
7599
|
+
} = o, l = U(o, YO), s = o, c = QO(s), {
|
|
7600
7600
|
titleId: u = i
|
|
7601
7601
|
} = x.useContext(sl);
|
|
7602
7602
|
return /* @__PURE__ */ p(XO, S({
|
|
@@ -14405,7 +14405,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14405
14405
|
...a
|
|
14406
14406
|
};
|
|
14407
14407
|
return !i && (t === "N" || t === "D" ? /* @__PURE__ */ p(Cf, { ...l }) : t === "F" ? /* @__PURE__ */ p(ls, { ...l }) : t === "Z" ? /* @__PURE__ */ p(ls, { ...l, showTime: !0 }) : /* @__PURE__ */ p(yn, { ...l }));
|
|
14408
|
-
},
|
|
14408
|
+
}, iR = (e, t, r) => (o) => /* @__PURE__ */ p(
|
|
14409
14409
|
Ff,
|
|
14410
14410
|
{
|
|
14411
14411
|
reference: r,
|
|
@@ -14487,7 +14487,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14487
14487
|
},
|
|
14488
14488
|
[t, r]
|
|
14489
14489
|
);
|
|
14490
|
-
},
|
|
14490
|
+
}, lR = (e) => {
|
|
14491
14491
|
const { [e.source]: t } = e.useFormulario(), r = { ...e, enviarTodo: !!(t != null && t.enviarTodo) }, o = _d(r), a = jd(r), i = Vd(r);
|
|
14492
14492
|
return {
|
|
14493
14493
|
addRow: o,
|
|
@@ -14498,7 +14498,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14498
14498
|
},
|
|
14499
14499
|
api: e.apiRef
|
|
14500
14500
|
};
|
|
14501
|
-
}, a0 =
|
|
14501
|
+
}, a0 = G("div")(({ theme: e }) => ({
|
|
14502
14502
|
display: "flex",
|
|
14503
14503
|
flexDirection: "column",
|
|
14504
14504
|
alignItems: "center",
|
|
@@ -14585,7 +14585,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14585
14585
|
}
|
|
14586
14586
|
),
|
|
14587
14587
|
/* @__PURE__ */ p(ke, { sx: { mt: 1 }, children: "No hay registros" })
|
|
14588
|
-
] }), i0 =
|
|
14588
|
+
] }), i0 = G(st, {
|
|
14589
14589
|
name: "EtrDeleteButton",
|
|
14590
14590
|
overridesResolver: (e, t) => t.root
|
|
14591
14591
|
})(({ theme: e }) => ({
|
|
@@ -14853,7 +14853,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14853
14853
|
}
|
|
14854
14854
|
)
|
|
14855
14855
|
] });
|
|
14856
|
-
}, m0 = pi({}, pa.esES),
|
|
14856
|
+
}, m0 = pi({}, pa.esES), sR = (e) => {
|
|
14857
14857
|
const {
|
|
14858
14858
|
filterBy: t = "",
|
|
14859
14859
|
claves: r,
|
|
@@ -14871,9 +14871,9 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14871
14871
|
} = e, [v, g] = Ue([]), b = qt(e), O = Mt(), { field: C } = Qc({ defaultValue: "", ...e }), {
|
|
14872
14872
|
isLoading: E,
|
|
14873
14873
|
fichaProps: { [f]: T }
|
|
14874
|
-
} = we(We), y = Ti((
|
|
14875
|
-
const
|
|
14876
|
-
return
|
|
14874
|
+
} = we(We), y = Ti((W) => {
|
|
14875
|
+
const ve = W.configInputs ? W.configInputs.filter((Pe) => Pe.id === f) : [];
|
|
14876
|
+
return ve[0] ? ve[0] : null;
|
|
14877
14877
|
}), { hidden: F } = y || {}, {
|
|
14878
14878
|
enviarTodo: P = !1,
|
|
14879
14879
|
disabled: $,
|
|
@@ -14884,14 +14884,14 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14884
14884
|
allowAdd: L,
|
|
14885
14885
|
allowRemove: N
|
|
14886
14886
|
} = T || {}, [_, A] = Ue(o), [{ field: j, sort: M }] = o, z = u || $, J = F !== void 0 ? F : w !== void 0 ? w : d, Y = L ?? l, re = N ?? s;
|
|
14887
|
-
let
|
|
14888
|
-
b && t.split(",").forEach((
|
|
14889
|
-
|
|
14887
|
+
let Te = {};
|
|
14888
|
+
b && t.split(",").forEach((W) => {
|
|
14889
|
+
W && (Te[W] = [
|
|
14890
14890
|
{
|
|
14891
14891
|
type: "string",
|
|
14892
14892
|
comparison: "eq",
|
|
14893
|
-
value: b[
|
|
14894
|
-
field:
|
|
14893
|
+
value: b[W],
|
|
14894
|
+
field: W
|
|
14895
14895
|
}
|
|
14896
14896
|
]);
|
|
14897
14897
|
}), ut(() => {
|
|
@@ -14904,14 +14904,14 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14904
14904
|
{
|
|
14905
14905
|
pagination: { page: 1, perPage: 200 },
|
|
14906
14906
|
sort: { field: j, order: M },
|
|
14907
|
-
filter:
|
|
14907
|
+
filter: Te
|
|
14908
14908
|
},
|
|
14909
14909
|
{
|
|
14910
14910
|
enabled: c && !E,
|
|
14911
|
-
onSuccess: (
|
|
14911
|
+
onSuccess: (W) => {
|
|
14912
14912
|
setTimeout(() => {
|
|
14913
14913
|
O.setValue(f, "");
|
|
14914
|
-
}, 1e3), g((
|
|
14914
|
+
}, 1e3), g((W == null ? void 0 : W.data) || []);
|
|
14915
14915
|
}
|
|
14916
14916
|
}
|
|
14917
14917
|
), ne = R({
|
|
@@ -14931,8 +14931,8 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14931
14931
|
headerAlign: "center",
|
|
14932
14932
|
sortable: !1,
|
|
14933
14933
|
disableClickEventBubbling: !0,
|
|
14934
|
-
renderCell: (
|
|
14935
|
-
if (
|
|
14934
|
+
renderCell: (W) => {
|
|
14935
|
+
if (W.rowNode.type !== "group")
|
|
14936
14936
|
return /* @__PURE__ */ p(
|
|
14937
14937
|
p0,
|
|
14938
14938
|
{
|
|
@@ -14942,7 +14942,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14942
14942
|
onAfterSubmitAsistente: D,
|
|
14943
14943
|
enviarTodo: P,
|
|
14944
14944
|
camposClaveFila: r,
|
|
14945
|
-
row:
|
|
14945
|
+
row: W.row
|
|
14946
14946
|
}
|
|
14947
14947
|
);
|
|
14948
14948
|
}
|
|
@@ -14951,7 +14951,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14951
14951
|
headerName: "",
|
|
14952
14952
|
sortable: !1,
|
|
14953
14953
|
width: 80,
|
|
14954
|
-
renderHeader: (
|
|
14954
|
+
renderHeader: (W) => /* @__PURE__ */ p(
|
|
14955
14955
|
d0,
|
|
14956
14956
|
{
|
|
14957
14957
|
...h,
|
|
@@ -14968,8 +14968,8 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14968
14968
|
headerAlign: "center",
|
|
14969
14969
|
sortable: !1,
|
|
14970
14970
|
disableClickEventBubbling: !0,
|
|
14971
|
-
renderCell: (
|
|
14972
|
-
if (
|
|
14971
|
+
renderCell: (W) => {
|
|
14972
|
+
if (W.rowNode.type !== "group")
|
|
14973
14973
|
return /* @__PURE__ */ p(
|
|
14974
14974
|
f0,
|
|
14975
14975
|
{
|
|
@@ -14979,12 +14979,12 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14979
14979
|
onAfterSubmitAsistente: D,
|
|
14980
14980
|
enviarTodo: P,
|
|
14981
14981
|
camposClaveFila: r,
|
|
14982
|
-
row:
|
|
14982
|
+
row: W.row
|
|
14983
14983
|
}
|
|
14984
14984
|
);
|
|
14985
14985
|
}
|
|
14986
14986
|
}));
|
|
14987
|
-
const
|
|
14987
|
+
const ie = Gt(() => ce, [JSON.stringify(ce)]);
|
|
14988
14988
|
return J ? null : /* @__PURE__ */ p(
|
|
14989
14989
|
cr,
|
|
14990
14990
|
{
|
|
@@ -15002,7 +15002,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
15002
15002
|
loading: oe || E,
|
|
15003
15003
|
sx: {
|
|
15004
15004
|
"& .MuiDataGrid-columnsContainer": {
|
|
15005
|
-
backgroundColor: (
|
|
15005
|
+
backgroundColor: (W) => W.palette.mode === "light" ? "#fafafa" : "#1d1d1d"
|
|
15006
15006
|
},
|
|
15007
15007
|
"& .MuiDataGrid-iconSeparator": {
|
|
15008
15008
|
display: "none"
|
|
@@ -15012,9 +15012,9 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
15012
15012
|
paginationModel: { page: 1, pageSize: 50 },
|
|
15013
15013
|
hideFooter: !0,
|
|
15014
15014
|
rows: v,
|
|
15015
|
-
columns:
|
|
15015
|
+
columns: ie,
|
|
15016
15016
|
sortModel: _,
|
|
15017
|
-
onSortModelChange: (
|
|
15017
|
+
onSortModelChange: (W) => A(W),
|
|
15018
15018
|
sortable: !1,
|
|
15019
15019
|
resizable: !1,
|
|
15020
15020
|
disableReorder: !0,
|
|
@@ -15033,7 +15033,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
15033
15033
|
] }) }) })
|
|
15034
15034
|
}
|
|
15035
15035
|
);
|
|
15036
|
-
}, h0 = pi({}, pa.esES),
|
|
15036
|
+
}, h0 = pi({}, pa.esES), cR = (e) => {
|
|
15037
15037
|
const {
|
|
15038
15038
|
filterBy: t = "",
|
|
15039
15039
|
sortModel: r,
|
|
@@ -15162,8 +15162,8 @@ const E0 = ["className", "color", "enableColorOnDark", "position"], T0 = (e) =>
|
|
|
15162
15162
|
} = e, a = {
|
|
15163
15163
|
root: ["root", `color${X(t)}`, `position${X(r)}`]
|
|
15164
15164
|
};
|
|
15165
|
-
return
|
|
15166
|
-
}, pn = (e, t) => e ? `${e == null ? void 0 : e.replace(")", "")}, ${t})` : t, P0 =
|
|
15165
|
+
return Ee(a, S0, o);
|
|
15166
|
+
}, pn = (e, t) => e ? `${e == null ? void 0 : e.replace(")", "")}, ${t})` : t, P0 = G(cr, {
|
|
15167
15167
|
name: "MuiAppBar",
|
|
15168
15168
|
slot: "Root",
|
|
15169
15169
|
overridesResolver: (e, t) => {
|
|
@@ -15250,7 +15250,7 @@ const E0 = ["className", "color", "enableColorOnDark", "position"], T0 = (e) =>
|
|
|
15250
15250
|
color: i = "primary",
|
|
15251
15251
|
enableColorOnDark: l = !1,
|
|
15252
15252
|
position: s = "fixed"
|
|
15253
|
-
} = o, c =
|
|
15253
|
+
} = o, c = U(o, E0), u = S({}, o, {
|
|
15254
15254
|
color: i,
|
|
15255
15255
|
position: s,
|
|
15256
15256
|
enableColorOnDark: l
|
|
@@ -15354,7 +15354,7 @@ const Gd = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
15354
15354
|
timeout: T = i,
|
|
15355
15355
|
// eslint-disable-next-line react/prop-types
|
|
15356
15356
|
TransitionComponent: y = kt
|
|
15357
|
-
} = t, F =
|
|
15357
|
+
} = t, F = U(t, C0), P = x.useRef(null), $ = Ot(c.ref, P, r), w = (M) => (z) => {
|
|
15358
15358
|
M && (z === void 0 ? M(P.current) : M(P.current, z));
|
|
15359
15359
|
}, R = w((M, z) => {
|
|
15360
15360
|
fn(d, M, u), nl(M), h && h(M, z);
|
|
@@ -15527,10 +15527,10 @@ const R0 = ["className", "component", "disableGutters", "variant"], M0 = (e) =>
|
|
|
15527
15527
|
disableGutters: r,
|
|
15528
15528
|
variant: o
|
|
15529
15529
|
} = e;
|
|
15530
|
-
return
|
|
15530
|
+
return Ee({
|
|
15531
15531
|
root: ["root", !r && "gutters", o]
|
|
15532
15532
|
}, w0, t);
|
|
15533
|
-
}, k0 =
|
|
15533
|
+
}, k0 = G("div", {
|
|
15534
15534
|
name: "MuiToolbar",
|
|
15535
15535
|
slot: "Root",
|
|
15536
15536
|
overridesResolver: (e, t) => {
|
|
@@ -15567,7 +15567,7 @@ const R0 = ["className", "component", "disableGutters", "variant"], M0 = (e) =>
|
|
|
15567
15567
|
component: i = "div",
|
|
15568
15568
|
disableGutters: l = !1,
|
|
15569
15569
|
variant: s = "regular"
|
|
15570
|
-
} = o, c =
|
|
15570
|
+
} = o, c = U(o, R0), u = S({}, o, {
|
|
15571
15571
|
component: i,
|
|
15572
15572
|
disableGutters: l,
|
|
15573
15573
|
variant: s
|
|
@@ -15951,10 +15951,10 @@ const K0 = (e) => {
|
|
|
15951
15951
|
width: 100,
|
|
15952
15952
|
hideable: !1,
|
|
15953
15953
|
getActions: (Y) => {
|
|
15954
|
-
const re = N.current.getRowNode(Y.id),
|
|
15954
|
+
const re = N.current.getRowNode(Y.id), Te = !Qd(
|
|
15955
15955
|
Y.row,
|
|
15956
15956
|
i
|
|
15957
|
-
), oe = b &&
|
|
15957
|
+
), oe = b && Te;
|
|
15958
15958
|
return Y.row.id ? [
|
|
15959
15959
|
...m ? [
|
|
15960
15960
|
oe ? /* @__PURE__ */ p(
|
|
@@ -15966,7 +15966,7 @@ const K0 = (e) => {
|
|
|
15966
15966
|
W0,
|
|
15967
15967
|
{
|
|
15968
15968
|
record: Y.row,
|
|
15969
|
-
disabled:
|
|
15969
|
+
disabled: Te
|
|
15970
15970
|
}
|
|
15971
15971
|
)
|
|
15972
15972
|
] : b ? [
|
|
@@ -15979,19 +15979,19 @@ const K0 = (e) => {
|
|
|
15979
15979
|
)
|
|
15980
15980
|
] : [],
|
|
15981
15981
|
...t.filter((ee) => !!ee).map((ee, ne) => {
|
|
15982
|
-
const { handler: ce, ...
|
|
15982
|
+
const { handler: ce, key: ie, ...W } = ee;
|
|
15983
15983
|
return /* @__PURE__ */ p(
|
|
15984
15984
|
xm,
|
|
15985
15985
|
{
|
|
15986
15986
|
showInMenu: !0,
|
|
15987
|
-
onClick: (
|
|
15987
|
+
onClick: (ve) => typeof ce == "function" ? ce(
|
|
15988
15988
|
{
|
|
15989
15989
|
...E,
|
|
15990
15990
|
record: Y.row
|
|
15991
15991
|
},
|
|
15992
|
-
|
|
15992
|
+
W.key
|
|
15993
15993
|
) : !1,
|
|
15994
|
-
...
|
|
15994
|
+
...W
|
|
15995
15995
|
},
|
|
15996
15996
|
`gaci-${ne}`
|
|
15997
15997
|
);
|
|
@@ -16154,11 +16154,11 @@ const cc = fe("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
|
|
|
16154
16154
|
textAlign: s,
|
|
16155
16155
|
variant: c
|
|
16156
16156
|
} = e;
|
|
16157
|
-
return
|
|
16157
|
+
return Ee({
|
|
16158
16158
|
root: ["root", t && "absolute", c, i && "light", l === "vertical" && "vertical", a && "flexItem", r && "withChildren", r && l === "vertical" && "withChildrenVertical", s === "right" && l !== "vertical" && "textAlignRight", s === "left" && l !== "vertical" && "textAlignLeft"],
|
|
16159
16159
|
wrapper: ["wrapper", l === "vertical" && "wrapperVertical"]
|
|
16160
16160
|
}, nE, o);
|
|
16161
|
-
}, lE =
|
|
16161
|
+
}, lE = G("div", {
|
|
16162
16162
|
name: "MuiDivider",
|
|
16163
16163
|
slot: "Root",
|
|
16164
16164
|
overridesResolver: (e, t) => {
|
|
@@ -16244,7 +16244,7 @@ const cc = fe("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
|
|
|
16244
16244
|
"&::after": {
|
|
16245
16245
|
width: "90%"
|
|
16246
16246
|
}
|
|
16247
|
-
})), sE =
|
|
16247
|
+
})), sE = G("span", {
|
|
16248
16248
|
name: "MuiDivider",
|
|
16249
16249
|
slot: "Wrapper",
|
|
16250
16250
|
overridesResolver: (e, t) => {
|
|
@@ -16278,7 +16278,7 @@ const cc = fe("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle",
|
|
|
16278
16278
|
role: m = s !== "hr" ? "separator" : void 0,
|
|
16279
16279
|
textAlign: f = "center",
|
|
16280
16280
|
variant: h = "fullWidth"
|
|
16281
|
-
} = o, v =
|
|
16281
|
+
} = o, v = U(o, aE), g = S({}, o, {
|
|
16282
16282
|
absolute: a,
|
|
16283
16283
|
component: s,
|
|
16284
16284
|
flexItem: c,
|
|
@@ -16484,7 +16484,7 @@ const ai = 550, pE = 80, fE = lo(uc || (uc = ba`
|
|
|
16484
16484
|
100% {
|
|
16485
16485
|
transform: scale(1);
|
|
16486
16486
|
}
|
|
16487
|
-
`)), gE =
|
|
16487
|
+
`)), gE = G("span", {
|
|
16488
16488
|
name: "MuiTouchRipple",
|
|
16489
16489
|
slot: "Root"
|
|
16490
16490
|
})({
|
|
@@ -16497,7 +16497,7 @@ const ai = 550, pE = 80, fE = lo(uc || (uc = ba`
|
|
|
16497
16497
|
bottom: 0,
|
|
16498
16498
|
left: 0,
|
|
16499
16499
|
borderRadius: "inherit"
|
|
16500
|
-
}), bE =
|
|
16500
|
+
}), bE = G(Xd, {
|
|
16501
16501
|
name: "MuiTouchRipple",
|
|
16502
16502
|
slot: "Ripple"
|
|
16503
16503
|
})(fc || (fc = ba`
|
|
@@ -16559,7 +16559,7 @@ const ai = 550, pE = 80, fE = lo(uc || (uc = ba`
|
|
|
16559
16559
|
center: a = !1,
|
|
16560
16560
|
classes: i = {},
|
|
16561
16561
|
className: l
|
|
16562
|
-
} = o, s =
|
|
16562
|
+
} = o, s = U(o, dE), [c, u] = x.useState([]), d = x.useRef(0), m = x.useRef(null);
|
|
16563
16563
|
x.useEffect(() => {
|
|
16564
16564
|
m.current && (m.current(), m.current = null);
|
|
16565
16565
|
}, [c]);
|
|
@@ -16690,11 +16690,11 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
|
|
|
16690
16690
|
focusVisible: r,
|
|
16691
16691
|
focusVisibleClassName: o,
|
|
16692
16692
|
classes: a
|
|
16693
|
-
} = e, l =
|
|
16693
|
+
} = e, l = Ee({
|
|
16694
16694
|
root: ["root", t && "disabled", r && "focusVisible"]
|
|
16695
16695
|
}, vE, a);
|
|
16696
16696
|
return r && o && (l.root += ` ${o}`), l;
|
|
16697
|
-
}, SE =
|
|
16697
|
+
}, SE = G("button", {
|
|
16698
16698
|
name: "MuiButtonBase",
|
|
16699
16699
|
slot: "Root",
|
|
16700
16700
|
overridesResolver: (e, t) => t.root
|
|
@@ -16770,11 +16770,11 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
|
|
|
16770
16770
|
TouchRippleProps: L,
|
|
16771
16771
|
touchRippleRef: N,
|
|
16772
16772
|
type: _
|
|
16773
|
-
} = o, A =
|
|
16773
|
+
} = o, A = U(o, OE), j = x.useRef(null), M = x.useRef(null), z = Ot(M, N), {
|
|
16774
16774
|
isFocusVisibleRef: J,
|
|
16775
16775
|
onFocus: Y,
|
|
16776
16776
|
onBlur: re,
|
|
16777
|
-
ref:
|
|
16777
|
+
ref: Te
|
|
16778
16778
|
} = ua(), [oe, ee] = x.useState(!1);
|
|
16779
16779
|
u && oe && ee(!1), x.useImperativeHandle(a, () => ({
|
|
16780
16780
|
focusVisible: () => {
|
|
@@ -16785,16 +16785,16 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
|
|
|
16785
16785
|
x.useEffect(() => {
|
|
16786
16786
|
ce(!0);
|
|
16787
16787
|
}, []);
|
|
16788
|
-
const
|
|
16788
|
+
const ie = ne && !d && !u;
|
|
16789
16789
|
x.useEffect(() => {
|
|
16790
16790
|
oe && f && !d && ne && M.current.pulsate();
|
|
16791
16791
|
}, [d, f, oe, ne]);
|
|
16792
|
-
function
|
|
16792
|
+
function W(Q, Ze, Lt = m) {
|
|
16793
16793
|
return jt((At) => (Ze && Ze(At), !Lt && M.current && M.current[Q](At), !0));
|
|
16794
16794
|
}
|
|
16795
|
-
const
|
|
16795
|
+
const ve = W("start", F), Pe = W("stop", b), B = W("stop", O), Z = W("stop", $), I = W("stop", (Q) => {
|
|
16796
16796
|
oe && Q.preventDefault(), P && P(Q);
|
|
16797
|
-
}), te =
|
|
16797
|
+
}), te = W("start", k), Re = W("stop", w), Ce = W("stop", R), pe = W("stop", (Q) => {
|
|
16798
16798
|
re(Q), J.current === !1 && ee(!1), v && v(Q);
|
|
16799
16799
|
}, !1), Je = jt((Q) => {
|
|
16800
16800
|
j.current || (j.current = Q.currentTarget), Y(Q), J.current === !0 && (ee(!0), E && E(Q)), C && C(Q);
|
|
@@ -16814,11 +16814,11 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
|
|
|
16814
16814
|
Me === "button" && (A.href || A.to) && (Me = h);
|
|
16815
16815
|
const tt = {};
|
|
16816
16816
|
Me === "button" ? (tt.type = _ === void 0 ? "button" : _, tt.disabled = u) : (!A.href && !A.to && (tt.role = "button"), u && (tt["aria-disabled"] = u));
|
|
16817
|
-
const Pt = Ot(r,
|
|
16817
|
+
const Pt = Ot(r, Te, j);
|
|
16818
16818
|
process.env.NODE_ENV !== "production" && x.useEffect(() => {
|
|
16819
|
-
|
|
16819
|
+
ie && !M.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(`
|
|
16820
16820
|
`));
|
|
16821
|
-
}, [
|
|
16821
|
+
}, [ie]);
|
|
16822
16822
|
const $t = S({}, o, {
|
|
16823
16823
|
centerRipple: i,
|
|
16824
16824
|
component: c,
|
|
@@ -16839,7 +16839,7 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
|
|
|
16839
16839
|
onFocus: Je,
|
|
16840
16840
|
onKeyDown: ze,
|
|
16841
16841
|
onKeyUp: et,
|
|
16842
|
-
onMouseDown:
|
|
16842
|
+
onMouseDown: ve,
|
|
16843
16843
|
onMouseLeave: I,
|
|
16844
16844
|
onMouseUp: Z,
|
|
16845
16845
|
onDragLeave: B,
|
|
@@ -16850,7 +16850,7 @@ const yE = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), OE = ["act
|
|
|
16850
16850
|
tabIndex: u ? -1 : D,
|
|
16851
16851
|
type: _
|
|
16852
16852
|
}, tt, A, {
|
|
16853
|
-
children: [l,
|
|
16853
|
+
children: [l, ie ? (
|
|
16854
16854
|
/* TouchRipple is only needed client-side, x2 boost on the server. */
|
|
16855
16855
|
/* @__PURE__ */ p(Zd, S({
|
|
16856
16856
|
ref: z,
|
|
@@ -17034,8 +17034,8 @@ const or = fe("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
|
|
|
17034
17034
|
root: ["root", i && l && "labelIcon", `textColor${X(r)}`, o && "fullWidth", a && "wrapped", s && "selected", c && "disabled"],
|
|
17035
17035
|
iconWrapper: ["iconWrapper"]
|
|
17036
17036
|
};
|
|
17037
|
-
return
|
|
17038
|
-
}, CE =
|
|
17037
|
+
return Ee(u, EE, t);
|
|
17038
|
+
}, CE = G(fo, {
|
|
17039
17039
|
name: "MuiTab",
|
|
17040
17040
|
slot: "Root",
|
|
17041
17041
|
overridesResolver: (e, t) => {
|
|
@@ -17135,7 +17135,7 @@ const or = fe("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
|
|
|
17135
17135
|
textColor: O = "inherit",
|
|
17136
17136
|
value: C,
|
|
17137
17137
|
wrapped: E = !1
|
|
17138
|
-
} = o, T =
|
|
17138
|
+
} = o, T = U(o, TE), y = S({}, o, {
|
|
17139
17139
|
disabled: i,
|
|
17140
17140
|
disableFocusRipple: l,
|
|
17141
17141
|
selected: g,
|
|
@@ -17313,7 +17313,7 @@ const kE = ["onChange"], $E = {
|
|
|
17313
17313
|
function tp(e) {
|
|
17314
17314
|
const {
|
|
17315
17315
|
onChange: t
|
|
17316
|
-
} = e, r =
|
|
17316
|
+
} = e, r = U(e, kE), o = x.useRef(), a = x.useRef(null), i = () => {
|
|
17317
17317
|
o.current = a.current.offsetHeight - a.current.clientHeight;
|
|
17318
17318
|
};
|
|
17319
17319
|
return Xo(() => {
|
|
@@ -17348,10 +17348,10 @@ const DE = fe("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
|
|
|
17348
17348
|
orientation: r,
|
|
17349
17349
|
disabled: o
|
|
17350
17350
|
} = e;
|
|
17351
|
-
return
|
|
17351
|
+
return Ee({
|
|
17352
17352
|
root: ["root", r, o && "disabled"]
|
|
17353
17353
|
}, IE, t);
|
|
17354
|
-
}, jE =
|
|
17354
|
+
}, jE = G(fo, {
|
|
17355
17355
|
name: "MuiTabScrollButton",
|
|
17356
17356
|
slot: "Root",
|
|
17357
17357
|
overridesResolver: (e, t) => {
|
|
@@ -17385,7 +17385,7 @@ const DE = fe("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
|
|
|
17385
17385
|
slots: s = {},
|
|
17386
17386
|
slotProps: c = {},
|
|
17387
17387
|
direction: u
|
|
17388
|
-
} = i, d =
|
|
17388
|
+
} = i, d = U(i, NE), m = da(), f = S({
|
|
17389
17389
|
isRtl: m
|
|
17390
17390
|
}, i), h = _E(f), v = (o = s.StartScrollButtonIcon) != null ? o : LE, g = (a = s.EndScrollButtonIcon) != null ? a : AE, b = Rt({
|
|
17391
17391
|
elementType: v,
|
|
@@ -17495,7 +17495,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
17495
17495
|
scrollButtonsHideMobile: s,
|
|
17496
17496
|
classes: c
|
|
17497
17497
|
} = e;
|
|
17498
|
-
return
|
|
17498
|
+
return Ee({
|
|
17499
17499
|
root: ["root", t && "vertical"],
|
|
17500
17500
|
scroller: ["scroller", r && "fixed", o && "hideScrollbar", a && "scrollableX", i && "scrollableY"],
|
|
17501
17501
|
flexContainer: ["flexContainer", t && "flexContainerVertical", l && "centered"],
|
|
@@ -17504,7 +17504,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
17504
17504
|
scrollableX: [a && "scrollableX"],
|
|
17505
17505
|
hideScrollbar: [o && "hideScrollbar"]
|
|
17506
17506
|
}, VE, c);
|
|
17507
|
-
}, HE =
|
|
17507
|
+
}, HE = G("div", {
|
|
17508
17508
|
name: "MuiTabs",
|
|
17509
17509
|
slot: "Root",
|
|
17510
17510
|
overridesResolver: (e, t) => {
|
|
@@ -17534,7 +17534,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
17534
17534
|
display: "none"
|
|
17535
17535
|
}
|
|
17536
17536
|
}
|
|
17537
|
-
})), WE =
|
|
17537
|
+
})), WE = G("div", {
|
|
17538
17538
|
name: "MuiTabs",
|
|
17539
17539
|
slot: "Scroller",
|
|
17540
17540
|
overridesResolver: (e, t) => {
|
|
@@ -17567,7 +17567,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
17567
17567
|
}, e.scrollableY && {
|
|
17568
17568
|
overflowY: "auto",
|
|
17569
17569
|
overflowX: "hidden"
|
|
17570
|
-
})), UE =
|
|
17570
|
+
})), UE = G("div", {
|
|
17571
17571
|
name: "MuiTabs",
|
|
17572
17572
|
slot: "FlexContainer",
|
|
17573
17573
|
overridesResolver: (e, t) => {
|
|
@@ -17584,7 +17584,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
17584
17584
|
flexDirection: "column"
|
|
17585
17585
|
}, e.centered && {
|
|
17586
17586
|
justifyContent: "center"
|
|
17587
|
-
})), GE =
|
|
17587
|
+
})), GE = G("span", {
|
|
17588
17588
|
name: "MuiTabs",
|
|
17589
17589
|
slot: "Indicator",
|
|
17590
17590
|
overridesResolver: (e, t) => t.indicator
|
|
@@ -17605,7 +17605,7 @@ const Da = fe("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
|
|
|
17605
17605
|
height: "100%",
|
|
17606
17606
|
width: 2,
|
|
17607
17607
|
right: 0
|
|
17608
|
-
})), qE =
|
|
17608
|
+
})), qE = G(tp)({
|
|
17609
17609
|
overflowX: "auto",
|
|
17610
17610
|
overflowY: "hidden",
|
|
17611
17611
|
// Hide dimensionless scrollbar on macOS
|
|
@@ -17644,7 +17644,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
17644
17644
|
value: w,
|
|
17645
17645
|
variant: R = "standard",
|
|
17646
17646
|
visibleScrollbar: k = !1
|
|
17647
|
-
} = o, D =
|
|
17647
|
+
} = o, D = U(o, BE), L = R === "scrollable", N = b === "vertical", _ = N ? "scrollTop" : "scrollLeft", A = N ? "top" : "left", j = N ? "bottom" : "right", M = N ? "clientHeight" : "clientWidth", z = N ? "height" : "width", J = S({}, o, {
|
|
17648
17648
|
component: f,
|
|
17649
17649
|
allowScrollButtonsMobile: h,
|
|
17650
17650
|
indicatorColor: v,
|
|
@@ -17664,13 +17664,13 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
17664
17664
|
elementType: T.StartScrollButtonIcon,
|
|
17665
17665
|
externalSlotProps: y.startScrollButtonIcon,
|
|
17666
17666
|
ownerState: J
|
|
17667
|
-
}),
|
|
17667
|
+
}), Te = Rt({
|
|
17668
17668
|
elementType: T.EndScrollButtonIcon,
|
|
17669
17669
|
externalSlotProps: y.endScrollButtonIcon,
|
|
17670
17670
|
ownerState: J
|
|
17671
17671
|
});
|
|
17672
17672
|
process.env.NODE_ENV !== "production" && u && L && console.error('MUI: You can not use the `centered={true}` and `variant="scrollable"` properties at the same time on a `Tabs` component.');
|
|
17673
|
-
const [oe, ee] = x.useState(!1), [ne, ce] = x.useState(gc), [
|
|
17673
|
+
const [oe, ee] = x.useState(!1), [ne, ce] = x.useState(gc), [ie, W] = x.useState(!1), [ve, Pe] = x.useState(!1), [B, Z] = x.useState(!1), [I, te] = x.useState({
|
|
17674
17674
|
overflow: "hidden",
|
|
17675
17675
|
scrollbarWidth: 0
|
|
17676
17676
|
}), Re = /* @__PURE__ */ new Map(), Ce = x.useRef(null), pe = x.useRef(null), Je = () => {
|
|
@@ -17765,7 +17765,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
17765
17765
|
onChange: Pt,
|
|
17766
17766
|
className: q(Y.scrollableX, Y.hideScrollbar)
|
|
17767
17767
|
}) : null;
|
|
17768
|
-
const se = L && (C === "auto" && (
|
|
17768
|
+
const se = L && (C === "auto" && (ie || ve) || C === !0);
|
|
17769
17769
|
return H.scrollButtonStart = se ? /* @__PURE__ */ p(O, S({
|
|
17770
17770
|
slots: {
|
|
17771
17771
|
StartScrollButtonIcon: T.StartScrollButtonIcon
|
|
@@ -17776,7 +17776,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
17776
17776
|
orientation: b,
|
|
17777
17777
|
direction: i ? "right" : "left",
|
|
17778
17778
|
onClick: Me,
|
|
17779
|
-
disabled: !
|
|
17779
|
+
disabled: !ie
|
|
17780
17780
|
}, P, {
|
|
17781
17781
|
className: q(Y.scrollButtons, P.className)
|
|
17782
17782
|
})) : null, H.scrollButtonEnd = se ? /* @__PURE__ */ p(O, S({
|
|
@@ -17784,12 +17784,12 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
17784
17784
|
EndScrollButtonIcon: T.EndScrollButtonIcon
|
|
17785
17785
|
},
|
|
17786
17786
|
slotProps: {
|
|
17787
|
-
endScrollButtonIcon:
|
|
17787
|
+
endScrollButtonIcon: Te
|
|
17788
17788
|
},
|
|
17789
17789
|
orientation: b,
|
|
17790
17790
|
direction: i ? "left" : "right",
|
|
17791
17791
|
onClick: tt,
|
|
17792
|
-
disabled: !
|
|
17792
|
+
disabled: !ve
|
|
17793
17793
|
}, P, {
|
|
17794
17794
|
className: q(Y.scrollButtons, P.className)
|
|
17795
17795
|
})) : null, H;
|
|
@@ -17847,7 +17847,7 @@ const op = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
17847
17847
|
root: Ce.current,
|
|
17848
17848
|
threshold: 0.99
|
|
17849
17849
|
}, qe = (Rr) => {
|
|
17850
|
-
|
|
17850
|
+
W(!Rr[0].isIntersecting);
|
|
17851
17851
|
}, pt = new IntersectionObserver(qe, Ae);
|
|
17852
17852
|
pt.observe(se);
|
|
17853
17853
|
const rr = (Rr) => {
|
|
@@ -18089,7 +18089,7 @@ process.env.NODE_ENV !== "production" && (op.propTypes = {
|
|
|
18089
18089
|
*/
|
|
18090
18090
|
visibleScrollbar: n.bool
|
|
18091
18091
|
});
|
|
18092
|
-
const
|
|
18092
|
+
const uR = (e) => {
|
|
18093
18093
|
const {
|
|
18094
18094
|
filterValues: t,
|
|
18095
18095
|
setFilters: r,
|
|
@@ -18850,7 +18850,7 @@ const at = (e) => {
|
|
|
18850
18850
|
useContenido: N = ur,
|
|
18851
18851
|
validate: _,
|
|
18852
18852
|
...A
|
|
18853
|
-
} = g, j = l || D === void 0 ? T : D, M = l || L === void 0 ? y : L, z = l || w === void 0 ? O : w, J = l || R === void 0 ? E : R, Y = l || k === void 0 ? C : k, re = Yt({ ...e, etrs: b, asisEtr: i }),
|
|
18853
|
+
} = g, j = l || D === void 0 ? T : D, M = l || L === void 0 ? y : L, z = l || w === void 0 ? O : w, J = l || R === void 0 ? E : R, Y = l || k === void 0 ? C : k, re = Yt({ ...e, etrs: b, asisEtr: i }), Te = N({
|
|
18854
18854
|
...P,
|
|
18855
18855
|
estado: r,
|
|
18856
18856
|
hidden: j,
|
|
@@ -18860,7 +18860,7 @@ const at = (e) => {
|
|
|
18860
18860
|
}), oe = Hn($.value);
|
|
18861
18861
|
if (ut(() => {
|
|
18862
18862
|
(c || u || d || m || f) && $.onBlur(re, r);
|
|
18863
|
-
}, [d, c, u, m, f]),
|
|
18863
|
+
}, [d, c, u, m, f]), Te === void 0)
|
|
18864
18864
|
throw new Error(
|
|
18865
18865
|
`useContenido está devolviendo undefined para el contenido ${t}
|
|
18866
18866
|
Asegúrese de incluir una instrucción return al final de la función`
|
|
@@ -18869,11 +18869,11 @@ const at = (e) => {
|
|
|
18869
18869
|
hidden: ee,
|
|
18870
18870
|
disabled: ne,
|
|
18871
18871
|
onFocus: ce,
|
|
18872
|
-
onChange:
|
|
18873
|
-
onBlur:
|
|
18874
|
-
validate:
|
|
18872
|
+
onChange: ie,
|
|
18873
|
+
onBlur: W,
|
|
18874
|
+
validate: ve,
|
|
18875
18875
|
...Pe
|
|
18876
|
-
} =
|
|
18876
|
+
} = Te, B = ce || z, Z = W || J, I = ie || Y, te = { ...re, prev: oe.current }, Re = Array.isArray(F) ? F : [F], Ce = Array.isArray(_) ? _ : [_], pe = Array.isArray(ve) ? ve : [ve], Je = [
|
|
18877
18877
|
...Re,
|
|
18878
18878
|
...Ce,
|
|
18879
18879
|
...pe,
|
|
@@ -18902,7 +18902,7 @@ const at = (e) => {
|
|
|
18902
18902
|
if (!(e instanceof Date) || isNaN(e.getDate())) return "";
|
|
18903
18903
|
const t = "00", r = e.getFullYear().toString(), o = (e.getMonth() + 1).toString(), a = e.getDate().toString();
|
|
18904
18904
|
return `${r}-${(t + o).slice(-2)}-${(t + a).slice(-2)}`;
|
|
18905
|
-
},
|
|
18905
|
+
}, dR = (e) => {
|
|
18906
18906
|
if (e == null || e === "")
|
|
18907
18907
|
return "";
|
|
18908
18908
|
if (e instanceof Date)
|
|
@@ -18912,12 +18912,12 @@ const at = (e) => {
|
|
|
18912
18912
|
return t[2] + "-" + t[1] + "-" + t[0];
|
|
18913
18913
|
}
|
|
18914
18914
|
return _n(new Date(e));
|
|
18915
|
-
},
|
|
18915
|
+
}, pR = (e) => {
|
|
18916
18916
|
if (!e)
|
|
18917
18917
|
return "";
|
|
18918
18918
|
const t = e.split("-");
|
|
18919
18919
|
return t[2] + "/" + t[1] + "/" + t[0];
|
|
18920
|
-
}, cP = /^\d{2}\/\d{2}\/\d{4}\s\d{2}:\d{2}$/,
|
|
18920
|
+
}, cP = /^\d{2}\/\d{2}\/\d{4}\s\d{2}:\d{2}$/, fR = (e) => {
|
|
18921
18921
|
if (e == null || e === "")
|
|
18922
18922
|
return "";
|
|
18923
18923
|
if (e instanceof Date)
|
|
@@ -18927,12 +18927,12 @@ const at = (e) => {
|
|
|
18927
18927
|
return r[2] + "-" + r[1] + "-" + r[0] + " " + t[1];
|
|
18928
18928
|
}
|
|
18929
18929
|
return _n(new Date(e));
|
|
18930
|
-
},
|
|
18930
|
+
}, mR = (e) => {
|
|
18931
18931
|
if (!e)
|
|
18932
18932
|
return "";
|
|
18933
18933
|
const t = e.split("T"), r = t[0].split("-");
|
|
18934
18934
|
return r[2] + "/" + r[1] + "/" + r[0] + " " + t[1];
|
|
18935
|
-
},
|
|
18935
|
+
}, hR = (e) => {
|
|
18936
18936
|
if (!e)
|
|
18937
18937
|
return "";
|
|
18938
18938
|
if (e instanceof Date)
|
|
@@ -18948,7 +18948,7 @@ const at = (e) => {
|
|
|
18948
18948
|
let r = /* @__PURE__ */ new Date();
|
|
18949
18949
|
return r.setHours(t[0]), r.setMinutes(t[1]), r.toString();
|
|
18950
18950
|
}
|
|
18951
|
-
},
|
|
18951
|
+
}, gR = (e, t) => e ? e.split(" ")[4].substring(0, 5) : "", uP = ({
|
|
18952
18952
|
className: e,
|
|
18953
18953
|
record: t,
|
|
18954
18954
|
hasEdit: r,
|
|
@@ -18974,10 +18974,10 @@ const at = (e) => {
|
|
|
18974
18974
|
displayedFilters: F,
|
|
18975
18975
|
sort: P,
|
|
18976
18976
|
...$
|
|
18977
|
-
}) => $,
|
|
18977
|
+
}) => $, bR = (e) => {
|
|
18978
18978
|
const { hidden: t } = at(e);
|
|
18979
18979
|
return !t && /* @__PURE__ */ p(ir, { variant: "h6", gutterBottom: !0, id: e.source, children: e.children });
|
|
18980
|
-
},
|
|
18980
|
+
}, vR = ({
|
|
18981
18981
|
children: e,
|
|
18982
18982
|
className: t,
|
|
18983
18983
|
data: r,
|
|
@@ -18988,7 +18988,7 @@ const at = (e) => {
|
|
|
18988
18988
|
e,
|
|
18989
18989
|
a && /* @__PURE__ */ p(Lf, { label: "ra.action.back", icon: /* @__PURE__ */ p(np, {}) }),
|
|
18990
18990
|
o && /* @__PURE__ */ p(Af, { record: r })
|
|
18991
|
-
] }), ip = kf(),
|
|
18991
|
+
] }), ip = kf(), yR = [ip, $f(1)], OR = { inputFormat: "dd/MM/yyyy" }, xR = (e) => (t, r) => {
|
|
18992
18992
|
const o = r[e];
|
|
18993
18993
|
if (t && o) {
|
|
18994
18994
|
const a = new Date(o.split("/").reverse().join("/")), i = new Date(t.split("/").reverse().join("/"));
|
|
@@ -18998,28 +18998,28 @@ const at = (e) => {
|
|
|
18998
18998
|
args: { menor: o }
|
|
18999
18999
|
};
|
|
19000
19000
|
}
|
|
19001
|
-
},
|
|
19001
|
+
}, SR = (e = "es") => ({
|
|
19002
19002
|
locale: e === "en" ? RT : iP
|
|
19003
|
-
}),
|
|
19003
|
+
}), ER = [
|
|
19004
19004
|
{ id: "1", name: "Aprobado" },
|
|
19005
19005
|
{ id: "2", name: "Rechazado" },
|
|
19006
19006
|
{ id: "3", name: "Pendiente" }
|
|
19007
|
-
],
|
|
19007
|
+
], TR = (e, t) => {
|
|
19008
19008
|
const r = document.createElement("a");
|
|
19009
19009
|
r.style.display = "none", document.body.appendChild(r), r.setAttribute("href", e), r.setAttribute("download", t), r.click();
|
|
19010
|
-
},
|
|
19010
|
+
}, PR = (e) => {
|
|
19011
19011
|
if (!e) return "";
|
|
19012
19012
|
const [t, r, o] = e.split("/").map(Number);
|
|
19013
19013
|
return new Date(o, r - 1, t);
|
|
19014
|
-
},
|
|
19014
|
+
}, CR = (e) => {
|
|
19015
19015
|
if (!e) return "";
|
|
19016
19016
|
const [t, r] = e.split(" "), [o, a, i] = t.split("/").map(Number), [l, s] = r.split(":").map(Number);
|
|
19017
19017
|
return new Date(i, a - 1, o, l, s);
|
|
19018
|
-
},
|
|
19018
|
+
}, FR = (e) => {
|
|
19019
19019
|
if (!e) return "";
|
|
19020
19020
|
const t = String(e.getDate()).padStart(2, "0"), r = String(e.getMonth() + 1).padStart(2, "0"), o = String(e.getFullYear());
|
|
19021
19021
|
return `${t}/${r}/${o}`;
|
|
19022
|
-
},
|
|
19022
|
+
}, wR = (e) => {
|
|
19023
19023
|
const t = {
|
|
19024
19024
|
day: "2-digit",
|
|
19025
19025
|
month: "2-digit",
|
|
@@ -19029,7 +19029,7 @@ const at = (e) => {
|
|
|
19029
19029
|
hour12: !1
|
|
19030
19030
|
};
|
|
19031
19031
|
return e.toLocaleString("es", t).replace(",", "");
|
|
19032
|
-
},
|
|
19032
|
+
}, RR = (e, t) => {
|
|
19033
19033
|
const r = Ge(), { data: o, isLoading: a, error: i } = Jc(
|
|
19034
19034
|
"cb_" + lP(r) + "_" + e,
|
|
19035
19035
|
{ id: t }
|
|
@@ -19060,7 +19060,7 @@ const sp = (e) => {
|
|
|
19060
19060
|
] });
|
|
19061
19061
|
}, cp = "RaFormDialogTitle", up = {
|
|
19062
19062
|
closeButton: `${cp}-closeButton`
|
|
19063
|
-
}, mP =
|
|
19063
|
+
}, mP = G(qc, {
|
|
19064
19064
|
name: cp,
|
|
19065
19065
|
overridesResolver: (e, t) => t.root
|
|
19066
19066
|
})(({ theme: e }) => ({
|
|
@@ -19285,7 +19285,7 @@ const mp = (e) => {
|
|
|
19285
19285
|
...u == null ? void 0 : u.panel
|
|
19286
19286
|
}
|
|
19287
19287
|
) }) }) });
|
|
19288
|
-
},
|
|
19288
|
+
}, MR = G(EP, {
|
|
19289
19289
|
name: Wr,
|
|
19290
19290
|
overridesResolver: (e, t) => t.root
|
|
19291
19291
|
})(({ theme: e }) => Pl(e)), TP = (e) => {
|
|
@@ -19381,7 +19381,7 @@ const mp = (e) => {
|
|
|
19381
19381
|
ButtonProps: a
|
|
19382
19382
|
}
|
|
19383
19383
|
);
|
|
19384
|
-
}, FP = /* @__PURE__ */ p(Jo, {}),
|
|
19384
|
+
}, FP = /* @__PURE__ */ p(Jo, {}), kR = (e) => {
|
|
19385
19385
|
const { tipo: t, ...r } = e;
|
|
19386
19386
|
return /* @__PURE__ */ p(KS, { children: /* @__PURE__ */ p(ul, { children: /* @__PURE__ */ p(t === "ventana" ? CP : tu, { ...r }) }) });
|
|
19387
19387
|
};
|
|
@@ -19398,8 +19398,8 @@ const RP = fe("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
19398
19398
|
} = e, l = {
|
|
19399
19399
|
root: ["root", r && "disabled", o !== "default" && `color${X(o)}`, a && `edge${X(a)}`, `size${X(i)}`]
|
|
19400
19400
|
};
|
|
19401
|
-
return
|
|
19402
|
-
}, $P =
|
|
19401
|
+
return Ee(l, wP, t);
|
|
19402
|
+
}, $P = G(fo, {
|
|
19403
19403
|
name: "MuiIconButton",
|
|
19404
19404
|
slot: "Root",
|
|
19405
19405
|
overridesResolver: (e, t) => {
|
|
@@ -19478,7 +19478,7 @@ const RP = fe("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimar
|
|
|
19478
19478
|
disabled: c = !1,
|
|
19479
19479
|
disableFocusRipple: u = !1,
|
|
19480
19480
|
size: d = "medium"
|
|
19481
|
-
} = o, m =
|
|
19481
|
+
} = o, m = U(o, MP), f = S({}, o, {
|
|
19482
19482
|
edge: a,
|
|
19483
19483
|
color: s,
|
|
19484
19484
|
disabled: c,
|
|
@@ -19588,7 +19588,7 @@ const AP = {
|
|
|
19588
19588
|
timeout: g = "auto",
|
|
19589
19589
|
// eslint-disable-next-line react/prop-types
|
|
19590
19590
|
TransitionComponent: b = kt
|
|
19591
|
-
} = t, O =
|
|
19591
|
+
} = t, O = U(t, LP), C = _r(), E = x.useRef(), T = Fr(), y = x.useRef(null), F = Ot(y, i.ref, r), P = (_) => (A) => {
|
|
19592
19592
|
if (_) {
|
|
19593
19593
|
const j = y.current;
|
|
19594
19594
|
A === void 0 ? _(j) : _(j, A);
|
|
@@ -20299,17 +20299,17 @@ function vC(e) {
|
|
|
20299
20299
|
if ($)
|
|
20300
20300
|
for (var J = v ? 3 : 1, Y = function(ee) {
|
|
20301
20301
|
var ne = T.find(function(ce) {
|
|
20302
|
-
var
|
|
20303
|
-
if (
|
|
20304
|
-
return
|
|
20305
|
-
return
|
|
20302
|
+
var ie = P.get(ce);
|
|
20303
|
+
if (ie)
|
|
20304
|
+
return ie.slice(0, ee).every(function(W) {
|
|
20305
|
+
return W;
|
|
20306
20306
|
});
|
|
20307
20307
|
});
|
|
20308
20308
|
if (ne)
|
|
20309
20309
|
return w = ne, "break";
|
|
20310
20310
|
}, re = J; re > 0; re--) {
|
|
20311
|
-
var
|
|
20312
|
-
if (
|
|
20311
|
+
var Te = Y(re);
|
|
20312
|
+
if (Te === "break") break;
|
|
20313
20313
|
}
|
|
20314
20314
|
t.placement !== w && (t.modifiersData[o]._skip = !0, t.placement = w, t.reset = !0);
|
|
20315
20315
|
}
|
|
@@ -20427,10 +20427,10 @@ function wC(e) {
|
|
|
20427
20427
|
};
|
|
20428
20428
|
if (F) {
|
|
20429
20429
|
if (i) {
|
|
20430
|
-
var L, N = T === "y" ? rt : ot, _ = T === "y" ? xt : St, A = T === "y" ? "height" : "width", j = F[T], M = j + b[N], z = j - b[_], J = h ? -$[A] / 2 : 0, Y = C === Jr ? P[A] : $[A], re = C === Jr ? -$[A] : -P[A],
|
|
20430
|
+
var L, N = T === "y" ? rt : ot, _ = T === "y" ? xt : St, A = T === "y" ? "height" : "width", j = F[T], M = j + b[N], z = j - b[_], J = h ? -$[A] / 2 : 0, Y = C === Jr ? P[A] : $[A], re = C === Jr ? -$[A] : -P[A], Te = t.elements.arrow, oe = h && Te ? wl(Te) : {
|
|
20431
20431
|
width: 0,
|
|
20432
20432
|
height: 0
|
|
20433
|
-
}, ee = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Op(), ne = ee[N], ce = ee[_],
|
|
20433
|
+
}, ee = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Op(), ne = ee[N], ce = ee[_], ie = Co(0, P[A], oe[A]), W = E ? P[A] / 2 - J - ie - ne - R.mainAxis : Y - ie - ne - R.mainAxis, ve = E ? -P[A] / 2 + J + ie + ce + R.mainAxis : re + ie + ce + R.mainAxis, Pe = t.elements.arrow && ln(t.elements.arrow), B = Pe ? T === "y" ? Pe.clientTop || 0 : Pe.clientLeft || 0 : 0, Z = (L = k == null ? void 0 : k[T]) != null ? L : 0, I = j + W - Z - B, te = j + ve - Z, Re = Co(h ? jn(M, I) : M, j, h ? br(z, te) : z);
|
|
20434
20434
|
F[T] = Re, D[T] = Re - j;
|
|
20435
20435
|
}
|
|
20436
20436
|
if (s) {
|
|
@@ -20707,7 +20707,7 @@ const YC = () => Lm({
|
|
|
20707
20707
|
TransitionProps: g
|
|
20708
20708
|
// @ts-ignore internal logic
|
|
20709
20709
|
// prevent from spreading to DOM, it can come from the parent component e.g. Select.
|
|
20710
|
-
} = t, b =
|
|
20710
|
+
} = t, b = U(t, UC), O = x.useRef(null), C = Gr(O, r), E = x.useRef(null), T = Gr(E, f), y = x.useRef(T);
|
|
20711
20711
|
Mo(() => {
|
|
20712
20712
|
y.current = T;
|
|
20713
20713
|
}, [T]), x.useImperativeHandle(f, () => E.current, []);
|
|
@@ -20792,7 +20792,7 @@ const YC = () => Lm({
|
|
|
20792
20792
|
transition: g = !1,
|
|
20793
20793
|
slotProps: b = {},
|
|
20794
20794
|
slots: O = {}
|
|
20795
|
-
} = t, C =
|
|
20795
|
+
} = t, C = U(t, GC), [E, T] = x.useState(!0), y = () => {
|
|
20796
20796
|
T(!1);
|
|
20797
20797
|
}, F = () => {
|
|
20798
20798
|
T(!0);
|
|
@@ -20993,7 +20993,7 @@ function r1(e = null) {
|
|
|
20993
20993
|
return !t || t1(t) ? e : t;
|
|
20994
20994
|
}
|
|
20995
20995
|
Rp = Ll.default = r1;
|
|
20996
|
-
const o1 = ["anchorEl", "component", "components", "componentsProps", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "transition", "slots", "slotProps"], n1 =
|
|
20996
|
+
const o1 = ["anchorEl", "component", "components", "componentsProps", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "transition", "slots", "slotProps"], n1 = G(wp, {
|
|
20997
20997
|
name: "MuiPopper",
|
|
20998
20998
|
slot: "Root",
|
|
20999
20999
|
overridesResolver: (e, t) => t.root
|
|
@@ -21018,7 +21018,7 @@ const o1 = ["anchorEl", "component", "components", "componentsProps", "container
|
|
|
21018
21018
|
transition: C,
|
|
21019
21019
|
slots: E,
|
|
21020
21020
|
slotProps: T
|
|
21021
|
-
} = i, y =
|
|
21021
|
+
} = i, y = U(i, o1), F = (o = E == null ? void 0 : E.root) != null ? o : c == null ? void 0 : c.Root, P = S({
|
|
21022
21022
|
anchorEl: l,
|
|
21023
21023
|
container: d,
|
|
21024
21024
|
disablePortal: m,
|
|
@@ -21187,8 +21187,8 @@ const s1 = (e) => {
|
|
|
21187
21187
|
tooltip: ["tooltip", o && "tooltipArrow", a && "touch", `tooltipPlacement${X(i.split("-")[0])}`],
|
|
21188
21188
|
arrow: ["arrow"]
|
|
21189
21189
|
};
|
|
21190
|
-
return
|
|
21191
|
-
}, c1 =
|
|
21190
|
+
return Ee(l, a1, t);
|
|
21191
|
+
}, c1 = G(Al, {
|
|
21192
21192
|
name: "MuiTooltip",
|
|
21193
21193
|
slot: "Popper",
|
|
21194
21194
|
overridesResolver: (e, t) => {
|
|
@@ -21249,7 +21249,7 @@ const s1 = (e) => {
|
|
|
21249
21249
|
transformOrigin: "0 0"
|
|
21250
21250
|
}
|
|
21251
21251
|
})
|
|
21252
|
-
})), u1 =
|
|
21252
|
+
})), u1 = G("div", {
|
|
21253
21253
|
name: "MuiTooltip",
|
|
21254
21254
|
slot: "Tooltip",
|
|
21255
21255
|
overridesResolver: (e, t) => {
|
|
@@ -21315,7 +21315,7 @@ const s1 = (e) => {
|
|
|
21315
21315
|
}, t.touch && {
|
|
21316
21316
|
marginTop: "24px"
|
|
21317
21317
|
})
|
|
21318
|
-
})), d1 =
|
|
21318
|
+
})), d1 = G("span", {
|
|
21319
21319
|
name: "MuiTooltip",
|
|
21320
21320
|
slot: "Arrow",
|
|
21321
21321
|
overridesResolver: (e, t) => t.arrow
|
|
@@ -21371,18 +21371,18 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
21371
21371
|
id: J,
|
|
21372
21372
|
leaveDelay: Y = 0,
|
|
21373
21373
|
leaveTouchDelay: re = 1500,
|
|
21374
|
-
onClose:
|
|
21374
|
+
onClose: Te,
|
|
21375
21375
|
onOpen: oe,
|
|
21376
21376
|
open: ee,
|
|
21377
21377
|
placement: ne = "bottom",
|
|
21378
21378
|
PopperComponent: ce,
|
|
21379
|
-
PopperProps:
|
|
21380
|
-
slotProps:
|
|
21381
|
-
slots:
|
|
21379
|
+
PopperProps: ie = {},
|
|
21380
|
+
slotProps: W = {},
|
|
21381
|
+
slots: ve = {},
|
|
21382
21382
|
title: Pe,
|
|
21383
21383
|
TransitionComponent: B = jo,
|
|
21384
21384
|
TransitionProps: Z
|
|
21385
|
-
} = F, I =
|
|
21385
|
+
} = F, I = U(F, i1), te = /* @__PURE__ */ x.isValidElement($) ? $ : /* @__PURE__ */ p("span", {
|
|
21386
21386
|
children: $
|
|
21387
21387
|
}), Re = Fr(), Ce = da(), [pe, Je] = x.useState(), [le, Be] = x.useState(null), ze = x.useRef(!1), et = N || z, Me = _r(), tt = _r(), Pt = _r(), $t = _r(), [Qt, Q] = ud({
|
|
21388
21388
|
controlled: ee,
|
|
@@ -21393,77 +21393,77 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
21393
21393
|
let Ze = Qt;
|
|
21394
21394
|
if (process.env.NODE_ENV !== "production") {
|
|
21395
21395
|
const {
|
|
21396
|
-
current:
|
|
21396
|
+
current: ae
|
|
21397
21397
|
} = x.useRef(ee !== void 0);
|
|
21398
21398
|
x.useEffect(() => {
|
|
21399
|
-
pe && pe.disabled && !
|
|
21399
|
+
pe && pe.disabled && !ae && Pe !== "" && pe.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(`
|
|
21400
21400
|
`));
|
|
21401
|
-
}, [Pe, pe,
|
|
21401
|
+
}, [Pe, pe, ae]);
|
|
21402
21402
|
}
|
|
21403
21403
|
const Lt = Gi(J), At = x.useRef(), pr = jt(() => {
|
|
21404
21404
|
At.current !== void 0 && (document.body.style.WebkitUserSelect = At.current, At.current = void 0), $t.clear();
|
|
21405
21405
|
});
|
|
21406
21406
|
x.useEffect(() => pr, [pr]);
|
|
21407
|
-
const wr = (
|
|
21408
|
-
Rc.clear(), gn = !0, Q(!0), oe && !Ze && oe(
|
|
21407
|
+
const wr = (ae) => {
|
|
21408
|
+
Rc.clear(), gn = !0, Q(!0), oe && !Ze && oe(ae);
|
|
21409
21409
|
}, H = jt(
|
|
21410
21410
|
/**
|
|
21411
21411
|
* @param {React.SyntheticEvent | Event} event
|
|
21412
21412
|
*/
|
|
21413
|
-
(
|
|
21413
|
+
(ae) => {
|
|
21414
21414
|
Rc.start(800 + Y, () => {
|
|
21415
21415
|
gn = !1;
|
|
21416
|
-
}), Q(!1),
|
|
21416
|
+
}), Q(!1), Te && Ze && Te(ae), Me.start(Re.transitions.duration.shortest, () => {
|
|
21417
21417
|
ze.current = !1;
|
|
21418
21418
|
});
|
|
21419
21419
|
}
|
|
21420
|
-
), K = (
|
|
21421
|
-
ze.current &&
|
|
21422
|
-
wr(
|
|
21423
|
-
}) : wr(
|
|
21424
|
-
}, se = (
|
|
21420
|
+
), K = (ae) => {
|
|
21421
|
+
ze.current && ae.type !== "touchstart" || (pe && pe.removeAttribute("title"), tt.clear(), Pt.clear(), A || gn && j ? tt.start(gn ? j : A, () => {
|
|
21422
|
+
wr(ae);
|
|
21423
|
+
}) : wr(ae));
|
|
21424
|
+
}, se = (ae) => {
|
|
21425
21425
|
tt.clear(), Pt.start(Y, () => {
|
|
21426
|
-
H(
|
|
21426
|
+
H(ae);
|
|
21427
21427
|
});
|
|
21428
21428
|
}, {
|
|
21429
21429
|
isFocusVisibleRef: ue,
|
|
21430
21430
|
onBlur: Ae,
|
|
21431
21431
|
onFocus: qe,
|
|
21432
21432
|
ref: pt
|
|
21433
|
-
} = ua(), [, rr] = x.useState(!1), Ct = (
|
|
21434
|
-
Ae(
|
|
21435
|
-
}, Rr = (
|
|
21436
|
-
pe || Je(
|
|
21437
|
-
}, Jl = (
|
|
21433
|
+
} = ua(), [, rr] = x.useState(!1), Ct = (ae) => {
|
|
21434
|
+
Ae(ae), ue.current === !1 && (rr(!1), se(ae));
|
|
21435
|
+
}, Rr = (ae) => {
|
|
21436
|
+
pe || Je(ae.currentTarget), qe(ae), ue.current === !0 && (rr(!0), K(ae));
|
|
21437
|
+
}, Jl = (ae) => {
|
|
21438
21438
|
ze.current = !0;
|
|
21439
21439
|
const it = te.props;
|
|
21440
|
-
it.onTouchStart && it.onTouchStart(
|
|
21441
|
-
}, ef = (
|
|
21442
|
-
Jl(
|
|
21443
|
-
document.body.style.WebkitUserSelect = At.current, K(
|
|
21440
|
+
it.onTouchStart && it.onTouchStart(ae);
|
|
21441
|
+
}, ef = (ae) => {
|
|
21442
|
+
Jl(ae), Pt.clear(), Me.clear(), pr(), At.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", $t.start(M, () => {
|
|
21443
|
+
document.body.style.WebkitUserSelect = At.current, K(ae);
|
|
21444
21444
|
});
|
|
21445
|
-
}, tf = (
|
|
21446
|
-
te.props.onTouchEnd && te.props.onTouchEnd(
|
|
21447
|
-
H(
|
|
21445
|
+
}, tf = (ae) => {
|
|
21446
|
+
te.props.onTouchEnd && te.props.onTouchEnd(ae), pr(), Pt.start(re, () => {
|
|
21447
|
+
H(ae);
|
|
21448
21448
|
});
|
|
21449
21449
|
};
|
|
21450
21450
|
x.useEffect(() => {
|
|
21451
21451
|
if (!Ze)
|
|
21452
21452
|
return;
|
|
21453
|
-
function
|
|
21453
|
+
function ae(it) {
|
|
21454
21454
|
(it.key === "Escape" || it.key === "Esc") && H(it);
|
|
21455
21455
|
}
|
|
21456
|
-
return document.addEventListener("keydown",
|
|
21457
|
-
document.removeEventListener("keydown",
|
|
21456
|
+
return document.addEventListener("keydown", ae), () => {
|
|
21457
|
+
document.removeEventListener("keydown", ae);
|
|
21458
21458
|
};
|
|
21459
21459
|
}, [H, Ze]);
|
|
21460
21460
|
const rf = Ot(te.ref, pt, Je, r);
|
|
21461
21461
|
!Pe && Pe !== 0 && (Ze = !1);
|
|
21462
|
-
const xa = x.useRef(), of = (
|
|
21462
|
+
const xa = x.useRef(), of = (ae) => {
|
|
21463
21463
|
const it = te.props;
|
|
21464
|
-
it.onMouseMove && it.onMouseMove(
|
|
21465
|
-
x:
|
|
21466
|
-
y:
|
|
21464
|
+
it.onMouseMove && it.onMouseMove(ae), Oo = {
|
|
21465
|
+
x: ae.clientX,
|
|
21466
|
+
y: ae.clientY
|
|
21467
21467
|
}, xa.current && xa.current.update();
|
|
21468
21468
|
}, mo = {}, Sa = typeof Pe == "string";
|
|
21469
21469
|
k ? (mo.title = !Ze && Sa && !L ? Pe : null, mo["aria-describedby"] = Ze ? Lt : null) : (mo["aria-label"] = Sa ? Pe : null, mo["aria-labelledby"] = Ze && !Sa ? Lt : null);
|
|
@@ -21482,7 +21482,7 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
21482
21482
|
_ || (ft.onTouchStart = ef, ft.onTouchEnd = tf), L || (ft.onMouseOver = bn(K, ft.onMouseOver), ft.onMouseLeave = bn(se, ft.onMouseLeave), et || (ho.onMouseOver = K, ho.onMouseLeave = se)), D || (ft.onFocus = bn(Rr, ft.onFocus), ft.onBlur = bn(Ct, ft.onBlur), et || (ho.onFocus = Rr, ho.onBlur = Ct)), process.env.NODE_ENV !== "production" && te.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${te.props.title}\` or the Tooltip component.`].join(`
|
|
21483
21483
|
`));
|
|
21484
21484
|
const nf = x.useMemo(() => {
|
|
21485
|
-
var
|
|
21485
|
+
var ae;
|
|
21486
21486
|
let it = [{
|
|
21487
21487
|
name: "arrow",
|
|
21488
21488
|
enabled: !!le,
|
|
@@ -21491,22 +21491,22 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
21491
21491
|
padding: 4
|
|
21492
21492
|
}
|
|
21493
21493
|
}];
|
|
21494
|
-
return (
|
|
21494
|
+
return (ae = ie.popperOptions) != null && ae.modifiers && (it = it.concat(ie.popperOptions.modifiers)), S({}, ie.popperOptions, {
|
|
21495
21495
|
modifiers: it
|
|
21496
21496
|
});
|
|
21497
|
-
}, [le,
|
|
21497
|
+
}, [le, ie]), go = S({}, F, {
|
|
21498
21498
|
isRtl: Ce,
|
|
21499
21499
|
arrow: P,
|
|
21500
21500
|
disableInteractive: et,
|
|
21501
21501
|
placement: ne,
|
|
21502
21502
|
PopperComponentProp: ce,
|
|
21503
21503
|
touch: ze.current
|
|
21504
|
-
}), Ea = s1(go), es = (o = (a =
|
|
21505
|
-
className: q(Ea.popper,
|
|
21506
|
-
}), go), lf = jr(ts, S({}, Z, (g =
|
|
21507
|
-
className: q(Ea.tooltip, (O = (C =
|
|
21508
|
-
}), go), cf = jr(os, S({}, (E =
|
|
21509
|
-
className: q(Ea.arrow, (T = (y =
|
|
21504
|
+
}), Ea = s1(go), es = (o = (a = ve.popper) != null ? a : w.Popper) != null ? o : c1, ts = (i = (l = (s = ve.transition) != null ? s : w.Transition) != null ? l : B) != null ? i : jo, rs = (c = (u = ve.tooltip) != null ? u : w.Tooltip) != null ? c : u1, os = (d = (m = ve.arrow) != null ? m : w.Arrow) != null ? d : d1, af = jr(es, S({}, ie, (f = W.popper) != null ? f : R.popper, {
|
|
21505
|
+
className: q(Ea.popper, ie == null ? void 0 : ie.className, (h = (v = W.popper) != null ? v : R.popper) == null ? void 0 : h.className)
|
|
21506
|
+
}), go), lf = jr(ts, S({}, Z, (g = W.transition) != null ? g : R.transition), go), sf = jr(rs, S({}, (b = W.tooltip) != null ? b : R.tooltip, {
|
|
21507
|
+
className: q(Ea.tooltip, (O = (C = W.tooltip) != null ? C : R.tooltip) == null ? void 0 : O.className)
|
|
21508
|
+
}), go), cf = jr(os, S({}, (E = W.arrow) != null ? E : R.arrow, {
|
|
21509
|
+
className: q(Ea.arrow, (T = (y = W.arrow) != null ? y : R.arrow) == null ? void 0 : T.className)
|
|
21510
21510
|
}), go);
|
|
21511
21511
|
return /* @__PURE__ */ V(x.Fragment, {
|
|
21512
21512
|
children: [/* @__PURE__ */ x.cloneElement(te, ft), /* @__PURE__ */ p(es, S({
|
|
@@ -21529,10 +21529,10 @@ const Il = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
21529
21529
|
}, ho, af, {
|
|
21530
21530
|
popperOptions: nf,
|
|
21531
21531
|
children: ({
|
|
21532
|
-
TransitionProps:
|
|
21532
|
+
TransitionProps: ae
|
|
21533
21533
|
}) => /* @__PURE__ */ p(ts, S({
|
|
21534
21534
|
timeout: Re.transitions.duration.shorter
|
|
21535
|
-
},
|
|
21535
|
+
}, ae, lf, {
|
|
21536
21536
|
children: /* @__PURE__ */ V(rs, S({}, sf, {
|
|
21537
21537
|
children: [Pe, P ? /* @__PURE__ */ p(os, S({}, cf, {
|
|
21538
21538
|
ref: Be
|
|
@@ -21747,39 +21747,33 @@ const p1 = ({
|
|
|
21747
21747
|
selectedIds: c,
|
|
21748
21748
|
redirect: u,
|
|
21749
21749
|
...d
|
|
21750
|
-
}) => d,
|
|
21750
|
+
}) => d, $R = (e) => {
|
|
21751
21751
|
const t = Xe(), {
|
|
21752
21752
|
resource: r,
|
|
21753
|
-
|
|
21754
|
-
|
|
21755
|
-
|
|
21756
|
-
|
|
21757
|
-
|
|
21758
|
-
} = e, c = qt(), [u, { isLoading: d }] = Bf(r, { id: c.id });
|
|
21753
|
+
className: o,
|
|
21754
|
+
icon: a = /* @__PURE__ */ p(el, {}),
|
|
21755
|
+
label: i = "ra.action.delete",
|
|
21756
|
+
...l
|
|
21757
|
+
} = e, s = qt(), [c, { isLoading: u }] = Bf(r, { id: s.id });
|
|
21759
21758
|
return /* @__PURE__ */ p(Il, { title: t("ra.action.delete"), children: /* @__PURE__ */ p(
|
|
21760
21759
|
zt,
|
|
21761
21760
|
{
|
|
21762
|
-
disabled:
|
|
21763
|
-
onClick: () =>
|
|
21764
|
-
label:
|
|
21765
|
-
className: q("ra-delete-button",
|
|
21766
|
-
...p1(
|
|
21761
|
+
disabled: u,
|
|
21762
|
+
onClick: () => c(),
|
|
21763
|
+
label: i,
|
|
21764
|
+
className: q("ra-delete-button", o),
|
|
21765
|
+
...p1(l),
|
|
21767
21766
|
size: "large",
|
|
21768
|
-
children:
|
|
21767
|
+
children: a
|
|
21769
21768
|
},
|
|
21770
21769
|
"button"
|
|
21771
21770
|
) });
|
|
21772
|
-
}
|
|
21773
|
-
f1.defaultProps = {
|
|
21774
|
-
redirect: "list",
|
|
21775
|
-
icon: /* @__PURE__ */ p(el, {})
|
|
21776
|
-
};
|
|
21777
|
-
const m1 = (e) => {
|
|
21771
|
+
}, f1 = (e) => {
|
|
21778
21772
|
const t = {};
|
|
21779
21773
|
for (const r in e)
|
|
21780
21774
|
typeof e[r] == "string" && e[r].trim().length === 0 || (e[r] == null && (e[r] = ""), t[r] = e[r]);
|
|
21781
21775
|
return t;
|
|
21782
|
-
},
|
|
21776
|
+
}, m1 = (e) => {
|
|
21783
21777
|
const {
|
|
21784
21778
|
useFormulario: t = ur,
|
|
21785
21779
|
mutationMode: r = "pessimistic",
|
|
@@ -21792,18 +21786,18 @@ const m1 = (e) => {
|
|
|
21792
21786
|
Hf,
|
|
21793
21787
|
{
|
|
21794
21788
|
mutationMode: r,
|
|
21795
|
-
transform:
|
|
21789
|
+
transform: f1,
|
|
21796
21790
|
...o,
|
|
21797
21791
|
...s == null ? void 0 : s.panel
|
|
21798
21792
|
}
|
|
21799
21793
|
) }) }) });
|
|
21800
|
-
},
|
|
21794
|
+
}, LR = G(m1, {
|
|
21801
21795
|
name: Wr,
|
|
21802
21796
|
overridesResolver: (e, t) => t.root
|
|
21803
|
-
})(({ theme: e }) => Pl(e)),
|
|
21797
|
+
})(({ theme: e }) => Pl(e)), h1 = fe("MuiBox", ["root"]), g1 = rd(), Dl = Bv({
|
|
21804
21798
|
themeId: Qr,
|
|
21805
|
-
defaultTheme:
|
|
21806
|
-
defaultClassName:
|
|
21799
|
+
defaultTheme: g1,
|
|
21800
|
+
defaultClassName: h1.root,
|
|
21807
21801
|
generateClassName: Ku.generate
|
|
21808
21802
|
});
|
|
21809
21803
|
process.env.NODE_ENV !== "production" && (Dl.propTypes = {
|
|
@@ -21825,7 +21819,7 @@ process.env.NODE_ENV !== "production" && (Dl.propTypes = {
|
|
|
21825
21819
|
*/
|
|
21826
21820
|
sx: n.oneOfType([n.arrayOf(n.oneOfType([n.func, n.object, n.bool])), n.func, n.object])
|
|
21827
21821
|
});
|
|
21828
|
-
const
|
|
21822
|
+
const AR = x.forwardRef((e, t) => {
|
|
21829
21823
|
const {
|
|
21830
21824
|
isOpen: r,
|
|
21831
21825
|
onSubmit: o,
|
|
@@ -21877,7 +21871,7 @@ const IR = x.forwardRef((e, t) => {
|
|
|
21877
21871
|
]
|
|
21878
21872
|
}
|
|
21879
21873
|
);
|
|
21880
|
-
}),
|
|
21874
|
+
}), b1 = {}, v1 = {
|
|
21881
21875
|
pointerEvents: "none",
|
|
21882
21876
|
backgroundColor: "#ffffff",
|
|
21883
21877
|
opacity: 0.6,
|
|
@@ -21889,7 +21883,7 @@ const IR = x.forwardRef((e, t) => {
|
|
|
21889
21883
|
}, []), ut(() => {
|
|
21890
21884
|
a || l.onLoadFicha && l.onLoadFicha(s, o, i);
|
|
21891
21885
|
}, [a]);
|
|
21892
|
-
const c = t.open ?
|
|
21886
|
+
const c = t.open ? v1 : b1;
|
|
21893
21887
|
return /* @__PURE__ */ V(
|
|
21894
21888
|
Kc,
|
|
21895
21889
|
{
|
|
@@ -21915,7 +21909,7 @@ const IR = x.forwardRef((e, t) => {
|
|
|
21915
21909
|
]
|
|
21916
21910
|
}
|
|
21917
21911
|
);
|
|
21918
|
-
},
|
|
21912
|
+
}, IR = (e) => {
|
|
21919
21913
|
const {
|
|
21920
21914
|
initialValues: t,
|
|
21921
21915
|
fichaProps: { config: r = {} }
|
|
@@ -21932,15 +21926,15 @@ const IR = x.forwardRef((e, t) => {
|
|
|
21932
21926
|
}
|
|
21933
21927
|
) : null;
|
|
21934
21928
|
};
|
|
21935
|
-
var Nl = {},
|
|
21929
|
+
var Nl = {}, y1 = $e;
|
|
21936
21930
|
Object.defineProperty(Nl, "__esModule", {
|
|
21937
21931
|
value: !0
|
|
21938
21932
|
});
|
|
21939
|
-
var $p = Nl.default = void 0,
|
|
21940
|
-
$p = Nl.default = (0,
|
|
21933
|
+
var $p = Nl.default = void 0, O1 = y1(De()), x1 = Ie;
|
|
21934
|
+
$p = Nl.default = (0, O1.default)(/* @__PURE__ */ (0, x1.jsx)("path", {
|
|
21941
21935
|
d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
21942
21936
|
}), "ExpandMore");
|
|
21943
|
-
const
|
|
21937
|
+
const S1 = (e) => {
|
|
21944
21938
|
const { handleToggle: t, isOpen: r, name: o, icon: a, children: i, dense: l } = e, s = Xe(), [c] = ru(), u = /* @__PURE__ */ V(Ba, { dense: l, onClick: t, children: [
|
|
21945
21939
|
/* @__PURE__ */ p(za, { sx: { minWidth: 5 }, children: r ? /* @__PURE__ */ p($p, {}) : a }),
|
|
21946
21940
|
/* @__PURE__ */ p(Hc, { variant: "inherit", color: "textSecondary", children: s(o) })
|
|
@@ -21973,7 +21967,7 @@ const E1 = (e) => {
|
|
|
21973
21967
|
return t && /* @__PURE__ */ p("div", { children: t.map((s) => {
|
|
21974
21968
|
const { name: c, menu: u, label: d, icon: m = "settings" } = s;
|
|
21975
21969
|
return u ? /* @__PURE__ */ p(
|
|
21976
|
-
|
|
21970
|
+
S1,
|
|
21977
21971
|
{
|
|
21978
21972
|
name: d,
|
|
21979
21973
|
handleToggle: () => i(c),
|
|
@@ -21996,7 +21990,7 @@ const E1 = (e) => {
|
|
|
21996
21990
|
c
|
|
21997
21991
|
);
|
|
21998
21992
|
}) });
|
|
21999
|
-
},
|
|
21993
|
+
}, E1 = ({ dense: e = !1 }) => {
|
|
22000
21994
|
const t = Xe(), [r, o] = Ue({ mnuPrueba: !1 }), a = Wn((f) => f.breakpoints.down("sm")), [i] = ru(), l = JSON.parse(localStorage.getItem("menus")), m = Lp({
|
|
22001
21995
|
items: l,
|
|
22002
21996
|
handleToggle: (f) => {
|
|
@@ -22042,16 +22036,16 @@ const E1 = (e) => {
|
|
|
22042
22036
|
] })
|
|
22043
22037
|
}
|
|
22044
22038
|
);
|
|
22045
|
-
},
|
|
22039
|
+
}, DR = (e) => /* @__PURE__ */ p(qf, { ...e, appBar: jv, menu: E1 }), T1 = (e, t) => {
|
|
22046
22040
|
alert("Falta implementar la función jsBotonGrilla");
|
|
22047
|
-
},
|
|
22041
|
+
}, P1 = (e) => {
|
|
22048
22042
|
const {
|
|
22049
22043
|
className: t,
|
|
22050
22044
|
filters: r,
|
|
22051
22045
|
hasCreate: o,
|
|
22052
22046
|
children: a,
|
|
22053
22047
|
hideFilterButton: i = !1,
|
|
22054
|
-
jsBotonGrilla: l =
|
|
22048
|
+
jsBotonGrilla: l = T1,
|
|
22055
22049
|
...s
|
|
22056
22050
|
} = e, {
|
|
22057
22051
|
sort: c,
|
|
@@ -22112,18 +22106,18 @@ const E1 = (e) => {
|
|
|
22112
22106
|
]
|
|
22113
22107
|
);
|
|
22114
22108
|
};
|
|
22115
|
-
function
|
|
22109
|
+
function C1(e) {
|
|
22116
22110
|
return he;
|
|
22117
22111
|
}
|
|
22118
|
-
const
|
|
22112
|
+
const F1 = sa(/* @__PURE__ */ p("path", {
|
|
22119
22113
|
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"
|
|
22120
22114
|
}), "Person");
|
|
22121
|
-
function
|
|
22115
|
+
function w1(e) {
|
|
22122
22116
|
return me("MuiAvatar", e);
|
|
22123
22117
|
}
|
|
22124
22118
|
fe("MuiAvatar", ["root", "colorDefault", "circular", "rounded", "square", "img", "fallback"]);
|
|
22125
|
-
const
|
|
22126
|
-
function
|
|
22119
|
+
const R1 = ["className", "elementType", "ownerState", "externalForwardedProps", "getSlotOwnerState", "internalForwardedProps"], M1 = ["component", "slots", "slotProps"], k1 = ["component"];
|
|
22120
|
+
function $1(e, t) {
|
|
22127
22121
|
const {
|
|
22128
22122
|
className: r,
|
|
22129
22123
|
elementType: o,
|
|
@@ -22131,7 +22125,7 @@ function L1(e, t) {
|
|
|
22131
22125
|
externalForwardedProps: i,
|
|
22132
22126
|
getSlotOwnerState: l,
|
|
22133
22127
|
internalForwardedProps: s
|
|
22134
|
-
} = t, c =
|
|
22128
|
+
} = t, c = U(t, R1), {
|
|
22135
22129
|
component: u,
|
|
22136
22130
|
slots: d = {
|
|
22137
22131
|
[e]: void 0
|
|
@@ -22140,7 +22134,7 @@ function L1(e, t) {
|
|
|
22140
22134
|
[e]: void 0
|
|
22141
22135
|
}
|
|
22142
22136
|
} = i;
|
|
22143
|
-
|
|
22137
|
+
U(i, M1);
|
|
22144
22138
|
const f = d[e] || o, h = Od(m[e], a), v = xd(S({
|
|
22145
22139
|
className: r
|
|
22146
22140
|
}, c, {
|
|
@@ -22151,7 +22145,7 @@ function L1(e, t) {
|
|
|
22151
22145
|
component: g
|
|
22152
22146
|
},
|
|
22153
22147
|
internalRef: b
|
|
22154
|
-
} = v, O =
|
|
22148
|
+
} = v, O = U(v.props, k1), C = Ot(b, h == null ? void 0 : h.ref, t.ref), E = l ? l(O) : {}, T = S({}, a, E), y = g, F = jr(f, S({}, e === "root", !d[e] && s, O, y && {
|
|
22155
22149
|
as: y
|
|
22156
22150
|
}, {
|
|
22157
22151
|
ref: C
|
|
@@ -22160,18 +22154,18 @@ function L1(e, t) {
|
|
|
22160
22154
|
delete F[P];
|
|
22161
22155
|
}), [f, F];
|
|
22162
22156
|
}
|
|
22163
|
-
const
|
|
22157
|
+
const L1 = ["alt", "children", "className", "component", "slots", "slotProps", "imgProps", "sizes", "src", "srcSet", "variant"], A1 = C1(), I1 = (e) => {
|
|
22164
22158
|
const {
|
|
22165
22159
|
classes: t,
|
|
22166
22160
|
variant: r,
|
|
22167
22161
|
colorDefault: o
|
|
22168
22162
|
} = e;
|
|
22169
|
-
return
|
|
22163
|
+
return Ee({
|
|
22170
22164
|
root: ["root", r, o && "colorDefault"],
|
|
22171
22165
|
img: ["img"],
|
|
22172
22166
|
fallback: ["fallback"]
|
|
22173
|
-
},
|
|
22174
|
-
},
|
|
22167
|
+
}, w1, t);
|
|
22168
|
+
}, D1 = G("div", {
|
|
22175
22169
|
name: "MuiAvatar",
|
|
22176
22170
|
slot: "Root",
|
|
22177
22171
|
overridesResolver: (e, t) => {
|
|
@@ -22224,7 +22218,7 @@ const A1 = ["alt", "children", "className", "component", "slots", "slotProps", "
|
|
|
22224
22218
|
backgroundColor: e.palette.grey[600]
|
|
22225
22219
|
})))
|
|
22226
22220
|
}]
|
|
22227
|
-
})),
|
|
22221
|
+
})), N1 = G("img", {
|
|
22228
22222
|
name: "MuiAvatar",
|
|
22229
22223
|
slot: "Img",
|
|
22230
22224
|
overridesResolver: (e, t) => t.img
|
|
@@ -22238,7 +22232,7 @@ const A1 = ["alt", "children", "className", "component", "slots", "slotProps", "
|
|
|
22238
22232
|
color: "transparent",
|
|
22239
22233
|
// Hide the image broken icon, only works on Chrome.
|
|
22240
22234
|
textIndent: 1e4
|
|
22241
|
-
}),
|
|
22235
|
+
}), _1 = G(F1, {
|
|
22242
22236
|
name: "MuiAvatar",
|
|
22243
22237
|
slot: "Fallback",
|
|
22244
22238
|
overridesResolver: (e, t) => t.fallback
|
|
@@ -22246,7 +22240,7 @@ const A1 = ["alt", "children", "className", "component", "slots", "slotProps", "
|
|
|
22246
22240
|
width: "75%",
|
|
22247
22241
|
height: "75%"
|
|
22248
22242
|
});
|
|
22249
|
-
function
|
|
22243
|
+
function j1({
|
|
22250
22244
|
crossOrigin: e,
|
|
22251
22245
|
referrerPolicy: t,
|
|
22252
22246
|
src: r,
|
|
@@ -22269,7 +22263,7 @@ function V1({
|
|
|
22269
22263
|
}, [e, t, r, o]), a;
|
|
22270
22264
|
}
|
|
22271
22265
|
const _l = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
22272
|
-
const o =
|
|
22266
|
+
const o = A1({
|
|
22273
22267
|
props: t,
|
|
22274
22268
|
name: "MuiAvatar"
|
|
22275
22269
|
}), {
|
|
@@ -22284,18 +22278,18 @@ const _l = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
22284
22278
|
src: f,
|
|
22285
22279
|
srcSet: h,
|
|
22286
22280
|
variant: v = "circular"
|
|
22287
|
-
} = o, g =
|
|
22281
|
+
} = o, g = U(o, L1);
|
|
22288
22282
|
let b = null;
|
|
22289
|
-
const O =
|
|
22283
|
+
const O = j1(S({}, d, {
|
|
22290
22284
|
src: f,
|
|
22291
22285
|
srcSet: h
|
|
22292
22286
|
})), C = f || h, E = C && O !== "error", T = S({}, o, {
|
|
22293
22287
|
colorDefault: !E,
|
|
22294
22288
|
component: s,
|
|
22295
22289
|
variant: v
|
|
22296
|
-
}), y =
|
|
22290
|
+
}), y = I1(T), [F, P] = $1("img", {
|
|
22297
22291
|
className: y.img,
|
|
22298
|
-
elementType:
|
|
22292
|
+
elementType: N1,
|
|
22299
22293
|
externalForwardedProps: {
|
|
22300
22294
|
slots: c,
|
|
22301
22295
|
slotProps: {
|
|
@@ -22310,10 +22304,10 @@ const _l = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
22310
22304
|
},
|
|
22311
22305
|
ownerState: T
|
|
22312
22306
|
});
|
|
22313
|
-
return E ? b = /* @__PURE__ */ p(F, S({}, P)) : i || i === 0 ? b = i : C && a ? b = a[0] : b = /* @__PURE__ */ p(
|
|
22307
|
+
return E ? b = /* @__PURE__ */ p(F, S({}, P)) : i || i === 0 ? b = i : C && a ? b = a[0] : b = /* @__PURE__ */ p(_1, {
|
|
22314
22308
|
ownerState: T,
|
|
22315
22309
|
className: y.fallback
|
|
22316
|
-
}), /* @__PURE__ */ p(
|
|
22310
|
+
}), /* @__PURE__ */ p(D1, S({
|
|
22317
22311
|
as: s,
|
|
22318
22312
|
ownerState: T,
|
|
22319
22313
|
className: q(y.root, l),
|
|
@@ -22393,14 +22387,14 @@ process.env.NODE_ENV !== "production" && (_l.propTypes = {
|
|
|
22393
22387
|
*/
|
|
22394
22388
|
variant: n.oneOfType([n.oneOf(["circular", "rounded", "square"]), n.string])
|
|
22395
22389
|
});
|
|
22396
|
-
function
|
|
22390
|
+
function V1(e) {
|
|
22397
22391
|
return me("MuiButton", e);
|
|
22398
22392
|
}
|
|
22399
22393
|
const vn = fe("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"]), Ap = /* @__PURE__ */ x.createContext({});
|
|
22400
22394
|
process.env.NODE_ENV !== "production" && (Ap.displayName = "ButtonGroupContext");
|
|
22401
22395
|
const Ip = /* @__PURE__ */ x.createContext(void 0);
|
|
22402
22396
|
process.env.NODE_ENV !== "production" && (Ip.displayName = "ButtonGroupButtonContext");
|
|
22403
|
-
const
|
|
22397
|
+
const B1 = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"], z1 = (e) => {
|
|
22404
22398
|
const {
|
|
22405
22399
|
color: t,
|
|
22406
22400
|
disableElevation: r,
|
|
@@ -22413,7 +22407,7 @@ const z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
22413
22407
|
label: ["label"],
|
|
22414
22408
|
startIcon: ["icon", "startIcon", `iconSize${X(a)}`],
|
|
22415
22409
|
endIcon: ["icon", "endIcon", `iconSize${X(a)}`]
|
|
22416
|
-
}, c =
|
|
22410
|
+
}, c = Ee(s, V1, l);
|
|
22417
22411
|
return S({}, l, c);
|
|
22418
22412
|
}, Dp = (e) => S({}, e.size === "small" && {
|
|
22419
22413
|
"& > *:nth-of-type(1)": {
|
|
@@ -22427,7 +22421,7 @@ const z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
22427
22421
|
"& > *:nth-of-type(1)": {
|
|
22428
22422
|
fontSize: 22
|
|
22429
22423
|
}
|
|
22430
|
-
}),
|
|
22424
|
+
}), H1 = G(fo, {
|
|
22431
22425
|
shouldForwardProp: (e) => Yo(e) || e === "classes",
|
|
22432
22426
|
name: "MuiButton",
|
|
22433
22427
|
slot: "Root",
|
|
@@ -22560,7 +22554,7 @@ const z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
22560
22554
|
[`&.${vn.disabled}`]: {
|
|
22561
22555
|
boxShadow: "none"
|
|
22562
22556
|
}
|
|
22563
|
-
}),
|
|
22557
|
+
}), W1 = G("span", {
|
|
22564
22558
|
name: "MuiButton",
|
|
22565
22559
|
slot: "StartIcon",
|
|
22566
22560
|
overridesResolver: (e, t) => {
|
|
@@ -22577,7 +22571,7 @@ const z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
22577
22571
|
marginLeft: -4
|
|
22578
22572
|
}, e.size === "small" && {
|
|
22579
22573
|
marginLeft: -2
|
|
22580
|
-
}, Dp(e))),
|
|
22574
|
+
}, Dp(e))), U1 = G("span", {
|
|
22581
22575
|
name: "MuiButton",
|
|
22582
22576
|
slot: "EndIcon",
|
|
22583
22577
|
overridesResolver: (e, t) => {
|
|
@@ -22613,7 +22607,7 @@ const z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
22613
22607
|
startIcon: C,
|
|
22614
22608
|
type: E,
|
|
22615
22609
|
variant: T = "text"
|
|
22616
|
-
} = l, y =
|
|
22610
|
+
} = l, y = U(l, B1), F = S({}, l, {
|
|
22617
22611
|
color: c,
|
|
22618
22612
|
component: u,
|
|
22619
22613
|
disabled: m,
|
|
@@ -22623,16 +22617,16 @@ const z1 = ["children", "color", "component", "className", "disabled", "disableE
|
|
|
22623
22617
|
size: O,
|
|
22624
22618
|
type: E,
|
|
22625
22619
|
variant: T
|
|
22626
|
-
}), P =
|
|
22620
|
+
}), P = z1(F), $ = C && /* @__PURE__ */ p(W1, {
|
|
22627
22621
|
className: P.startIcon,
|
|
22628
22622
|
ownerState: F,
|
|
22629
22623
|
children: C
|
|
22630
|
-
}), w = v && /* @__PURE__ */ p(
|
|
22624
|
+
}), w = v && /* @__PURE__ */ p(U1, {
|
|
22631
22625
|
className: P.endIcon,
|
|
22632
22626
|
ownerState: F,
|
|
22633
22627
|
children: v
|
|
22634
22628
|
}), R = a || "";
|
|
22635
|
-
return /* @__PURE__ */ V(
|
|
22629
|
+
return /* @__PURE__ */ V(H1, S({
|
|
22636
22630
|
ownerState: F,
|
|
22637
22631
|
className: q(o.className, P.root, d, R),
|
|
22638
22632
|
component: u,
|
|
@@ -22740,18 +22734,18 @@ process.env.NODE_ENV !== "production" && (oo.propTypes = {
|
|
|
22740
22734
|
*/
|
|
22741
22735
|
variant: n.oneOfType([n.oneOf(["contained", "outlined", "text"]), n.string])
|
|
22742
22736
|
});
|
|
22743
|
-
function
|
|
22737
|
+
function G1(e) {
|
|
22744
22738
|
return me("MuiCard", e);
|
|
22745
22739
|
}
|
|
22746
22740
|
fe("MuiCard", ["root"]);
|
|
22747
|
-
const
|
|
22741
|
+
const q1 = ["className", "raised"], K1 = (e) => {
|
|
22748
22742
|
const {
|
|
22749
22743
|
classes: t
|
|
22750
22744
|
} = e;
|
|
22751
|
-
return
|
|
22745
|
+
return Ee({
|
|
22752
22746
|
root: ["root"]
|
|
22753
|
-
},
|
|
22754
|
-
},
|
|
22747
|
+
}, G1, t);
|
|
22748
|
+
}, Y1 = G(cr, {
|
|
22755
22749
|
name: "MuiCard",
|
|
22756
22750
|
slot: "Root",
|
|
22757
22751
|
overridesResolver: (e, t) => t.root
|
|
@@ -22764,10 +22758,10 @@ const K1 = ["className", "raised"], Y1 = (e) => {
|
|
|
22764
22758
|
}), {
|
|
22765
22759
|
className: a,
|
|
22766
22760
|
raised: i = !1
|
|
22767
|
-
} = o, l =
|
|
22761
|
+
} = o, l = U(o, q1), s = S({}, o, {
|
|
22768
22762
|
raised: i
|
|
22769
|
-
}), c =
|
|
22770
|
-
return /* @__PURE__ */ p(
|
|
22763
|
+
}), c = K1(s);
|
|
22764
|
+
return /* @__PURE__ */ p(Y1, S({
|
|
22771
22765
|
className: q(c.root, a),
|
|
22772
22766
|
elevation: i ? 8 : void 0,
|
|
22773
22767
|
ref: r,
|
|
@@ -22801,19 +22795,19 @@ process.env.NODE_ENV !== "production" && (Np.propTypes = {
|
|
|
22801
22795
|
*/
|
|
22802
22796
|
sx: n.oneOfType([n.arrayOf(n.oneOfType([n.func, n.object, n.bool])), n.func, n.object])
|
|
22803
22797
|
});
|
|
22804
|
-
function
|
|
22798
|
+
function Q1(e) {
|
|
22805
22799
|
return me("MuiCardActions", e);
|
|
22806
22800
|
}
|
|
22807
22801
|
fe("MuiCardActions", ["root", "spacing"]);
|
|
22808
|
-
const
|
|
22802
|
+
const X1 = ["disableSpacing", "className"], Z1 = (e) => {
|
|
22809
22803
|
const {
|
|
22810
22804
|
classes: t,
|
|
22811
22805
|
disableSpacing: r
|
|
22812
22806
|
} = e;
|
|
22813
|
-
return
|
|
22807
|
+
return Ee({
|
|
22814
22808
|
root: ["root", !r && "spacing"]
|
|
22815
|
-
},
|
|
22816
|
-
},
|
|
22809
|
+
}, Q1, t);
|
|
22810
|
+
}, J1 = G("div", {
|
|
22817
22811
|
name: "MuiCardActions",
|
|
22818
22812
|
slot: "Root",
|
|
22819
22813
|
overridesResolver: (e, t) => {
|
|
@@ -22839,10 +22833,10 @@ const Z1 = ["disableSpacing", "className"], J1 = (e) => {
|
|
|
22839
22833
|
}), {
|
|
22840
22834
|
disableSpacing: a = !1,
|
|
22841
22835
|
className: i
|
|
22842
|
-
} = o, l =
|
|
22836
|
+
} = o, l = U(o, X1), s = S({}, o, {
|
|
22843
22837
|
disableSpacing: a
|
|
22844
|
-
}), c =
|
|
22845
|
-
return /* @__PURE__ */ p(
|
|
22838
|
+
}), c = Z1(s);
|
|
22839
|
+
return /* @__PURE__ */ p(J1, S({
|
|
22846
22840
|
className: q(c.root, i),
|
|
22847
22841
|
ownerState: s,
|
|
22848
22842
|
ref: r
|
|
@@ -22875,13 +22869,13 @@ process.env.NODE_ENV !== "production" && (_p.propTypes = {
|
|
|
22875
22869
|
*/
|
|
22876
22870
|
sx: n.oneOfType([n.arrayOf(n.oneOfType([n.func, n.object, n.bool])), n.func, n.object])
|
|
22877
22871
|
});
|
|
22878
|
-
function
|
|
22872
|
+
function eF(e) {
|
|
22879
22873
|
return me("MuiCircularProgress", e);
|
|
22880
22874
|
}
|
|
22881
22875
|
fe("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]);
|
|
22882
|
-
const
|
|
22876
|
+
const tF = ["className", "color", "disableShrink", "size", "style", "thickness", "value", "variant"];
|
|
22883
22877
|
let Oa = (e) => e, Mc, kc, $c, Lc;
|
|
22884
|
-
const nr = 44,
|
|
22878
|
+
const nr = 44, rF = lo(Mc || (Mc = Oa`
|
|
22885
22879
|
0% {
|
|
22886
22880
|
transform: rotate(0deg);
|
|
22887
22881
|
}
|
|
@@ -22889,7 +22883,7 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
22889
22883
|
100% {
|
|
22890
22884
|
transform: rotate(360deg);
|
|
22891
22885
|
}
|
|
22892
|
-
`)),
|
|
22886
|
+
`)), oF = lo(kc || (kc = Oa`
|
|
22893
22887
|
0% {
|
|
22894
22888
|
stroke-dasharray: 1px, 200px;
|
|
22895
22889
|
stroke-dashoffset: 0;
|
|
@@ -22904,7 +22898,7 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
22904
22898
|
stroke-dasharray: 100px, 200px;
|
|
22905
22899
|
stroke-dashoffset: -125px;
|
|
22906
22900
|
}
|
|
22907
|
-
`)),
|
|
22901
|
+
`)), nF = (e) => {
|
|
22908
22902
|
const {
|
|
22909
22903
|
classes: t,
|
|
22910
22904
|
variant: r,
|
|
@@ -22915,8 +22909,8 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
22915
22909
|
svg: ["svg"],
|
|
22916
22910
|
circle: ["circle", `circle${X(r)}`, a && "circleDisableShrink"]
|
|
22917
22911
|
};
|
|
22918
|
-
return
|
|
22919
|
-
},
|
|
22912
|
+
return Ee(i, eF, t);
|
|
22913
|
+
}, aF = G("span", {
|
|
22920
22914
|
name: "MuiCircularProgress",
|
|
22921
22915
|
slot: "Root",
|
|
22922
22916
|
overridesResolver: (e, t) => {
|
|
@@ -22938,14 +22932,14 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
22938
22932
|
ownerState: e
|
|
22939
22933
|
}) => e.variant === "indeterminate" && ia($c || ($c = Oa`
|
|
22940
22934
|
animation: ${0} 1.4s linear infinite;
|
|
22941
|
-
`),
|
|
22935
|
+
`), rF)), iF = G("svg", {
|
|
22942
22936
|
name: "MuiCircularProgress",
|
|
22943
22937
|
slot: "Svg",
|
|
22944
22938
|
overridesResolver: (e, t) => t.svg
|
|
22945
22939
|
})({
|
|
22946
22940
|
display: "block"
|
|
22947
22941
|
// Keeps the progress centered
|
|
22948
|
-
}),
|
|
22942
|
+
}), lF = G("circle", {
|
|
22949
22943
|
name: "MuiCircularProgress",
|
|
22950
22944
|
slot: "Circle",
|
|
22951
22945
|
overridesResolver: (e, t) => {
|
|
@@ -22970,7 +22964,7 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
22970
22964
|
ownerState: e
|
|
22971
22965
|
}) => e.variant === "indeterminate" && !e.disableShrink && ia(Lc || (Lc = Oa`
|
|
22972
22966
|
animation: ${0} 1.4s ease-in-out infinite;
|
|
22973
|
-
`),
|
|
22967
|
+
`), oF)), jp = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
22974
22968
|
const o = he({
|
|
22975
22969
|
props: t,
|
|
22976
22970
|
name: "MuiCircularProgress"
|
|
@@ -22983,19 +22977,19 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
22983
22977
|
thickness: u = 3.6,
|
|
22984
22978
|
value: d = 0,
|
|
22985
22979
|
variant: m = "indeterminate"
|
|
22986
|
-
} = o, f =
|
|
22980
|
+
} = o, f = U(o, tF), h = S({}, o, {
|
|
22987
22981
|
color: i,
|
|
22988
22982
|
disableShrink: l,
|
|
22989
22983
|
size: s,
|
|
22990
22984
|
thickness: u,
|
|
22991
22985
|
value: d,
|
|
22992
22986
|
variant: m
|
|
22993
|
-
}), v =
|
|
22987
|
+
}), v = nF(h), g = {}, b = {}, O = {};
|
|
22994
22988
|
if (m === "determinate") {
|
|
22995
22989
|
const C = 2 * Math.PI * ((nr - u) / 2);
|
|
22996
22990
|
g.strokeDasharray = C.toFixed(3), O["aria-valuenow"] = Math.round(d), g.strokeDashoffset = `${((100 - d) / 100 * C).toFixed(3)}px`, b.transform = "rotate(-90deg)";
|
|
22997
22991
|
}
|
|
22998
|
-
return /* @__PURE__ */ p(
|
|
22992
|
+
return /* @__PURE__ */ p(aF, S({
|
|
22999
22993
|
className: q(v.root, a),
|
|
23000
22994
|
style: S({
|
|
23001
22995
|
width: s,
|
|
@@ -23005,11 +22999,11 @@ const nr = 44, oF = lo(Mc || (Mc = Oa`
|
|
|
23005
22999
|
ref: r,
|
|
23006
23000
|
role: "progressbar"
|
|
23007
23001
|
}, O, f, {
|
|
23008
|
-
children: /* @__PURE__ */ p(
|
|
23002
|
+
children: /* @__PURE__ */ p(iF, {
|
|
23009
23003
|
className: v.svg,
|
|
23010
23004
|
ownerState: h,
|
|
23011
23005
|
viewBox: `${nr / 2} ${nr / 2} ${nr} ${nr}`,
|
|
23012
|
-
children: /* @__PURE__ */ p(
|
|
23006
|
+
children: /* @__PURE__ */ p(lF, {
|
|
23013
23007
|
className: v.circle,
|
|
23014
23008
|
style: g,
|
|
23015
23009
|
ownerState: h,
|
|
@@ -23081,7 +23075,7 @@ process.env.NODE_ENV !== "production" && (jp.propTypes = {
|
|
|
23081
23075
|
*/
|
|
23082
23076
|
variant: n.oneOf(["determinate", "indeterminate"])
|
|
23083
23077
|
});
|
|
23084
|
-
const
|
|
23078
|
+
const NR = (e) => {
|
|
23085
23079
|
const {
|
|
23086
23080
|
loginBackgroundImage: t,
|
|
23087
23081
|
nameSource: r = "username",
|
|
@@ -23197,21 +23191,21 @@ const _R = (e) => {
|
|
|
23197
23191
|
) });
|
|
23198
23192
|
}, Bn = /* @__PURE__ */ x.createContext({});
|
|
23199
23193
|
process.env.NODE_ENV !== "production" && (Bn.displayName = "ListContext");
|
|
23200
|
-
function
|
|
23194
|
+
function sF(e) {
|
|
23201
23195
|
return me("MuiList", e);
|
|
23202
23196
|
}
|
|
23203
23197
|
fe("MuiList", ["root", "padding", "dense", "subheader"]);
|
|
23204
|
-
const
|
|
23198
|
+
const cF = ["children", "className", "component", "dense", "disablePadding", "subheader"], uF = (e) => {
|
|
23205
23199
|
const {
|
|
23206
23200
|
classes: t,
|
|
23207
23201
|
disablePadding: r,
|
|
23208
23202
|
dense: o,
|
|
23209
23203
|
subheader: a
|
|
23210
23204
|
} = e;
|
|
23211
|
-
return
|
|
23205
|
+
return Ee({
|
|
23212
23206
|
root: ["root", !r && "padding", o && "dense", a && "subheader"]
|
|
23213
|
-
},
|
|
23214
|
-
},
|
|
23207
|
+
}, sF, t);
|
|
23208
|
+
}, dF = G("ul", {
|
|
23215
23209
|
name: "MuiList",
|
|
23216
23210
|
slot: "Root",
|
|
23217
23211
|
overridesResolver: (e, t) => {
|
|
@@ -23243,16 +23237,16 @@ const uF = ["children", "className", "component", "dense", "disablePadding", "su
|
|
|
23243
23237
|
dense: s = !1,
|
|
23244
23238
|
disablePadding: c = !1,
|
|
23245
23239
|
subheader: u
|
|
23246
|
-
} = o, d =
|
|
23240
|
+
} = o, d = U(o, cF), m = x.useMemo(() => ({
|
|
23247
23241
|
dense: s
|
|
23248
23242
|
}), [s]), f = S({}, o, {
|
|
23249
23243
|
component: l,
|
|
23250
23244
|
dense: s,
|
|
23251
23245
|
disablePadding: c
|
|
23252
|
-
}), h =
|
|
23246
|
+
}), h = uF(f);
|
|
23253
23247
|
return /* @__PURE__ */ p(Bn.Provider, {
|
|
23254
23248
|
value: m,
|
|
23255
|
-
children: /* @__PURE__ */ V(
|
|
23249
|
+
children: /* @__PURE__ */ V(dF, S({
|
|
23256
23250
|
as: l,
|
|
23257
23251
|
className: q(h.root, i),
|
|
23258
23252
|
ref: r,
|
|
@@ -23305,7 +23299,7 @@ process.env.NODE_ENV !== "production" && (Vp.propTypes = {
|
|
|
23305
23299
|
*/
|
|
23306
23300
|
sx: n.oneOfType([n.arrayOf(n.oneOfType([n.func, n.object, n.bool])), n.func, n.object])
|
|
23307
23301
|
});
|
|
23308
|
-
const
|
|
23302
|
+
const pF = ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"];
|
|
23309
23303
|
function Va(e, t, r) {
|
|
23310
23304
|
return e === t ? e.firstChild : t && t.nextElementSibling ? t.nextElementSibling : r ? null : e.firstChild;
|
|
23311
23305
|
}
|
|
@@ -23347,7 +23341,7 @@ const zp = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
|
23347
23341
|
disableListWrap: u = !1,
|
|
23348
23342
|
onKeyDown: d,
|
|
23349
23343
|
variant: m = "selectedMenu"
|
|
23350
|
-
} = t, f =
|
|
23344
|
+
} = t, f = U(t, pF), h = x.useRef(null), v = x.useRef({
|
|
23351
23345
|
keys: [],
|
|
23352
23346
|
repeating: !0,
|
|
23353
23347
|
previousKeyMatched: !0,
|
|
@@ -23456,11 +23450,11 @@ process.env.NODE_ENV !== "production" && (zp.propTypes = {
|
|
|
23456
23450
|
*/
|
|
23457
23451
|
variant: n.oneOf(["menu", "selectedMenu"])
|
|
23458
23452
|
});
|
|
23459
|
-
function
|
|
23453
|
+
function fF(e) {
|
|
23460
23454
|
return me("MuiPopover", e);
|
|
23461
23455
|
}
|
|
23462
23456
|
fe("MuiPopover", ["root", "paper"]);
|
|
23463
|
-
const
|
|
23457
|
+
const mF = ["onEntering"], hF = ["action", "anchorEl", "anchorOrigin", "anchorPosition", "anchorReference", "children", "className", "container", "elevation", "marginThreshold", "open", "PaperProps", "slots", "slotProps", "transformOrigin", "TransitionComponent", "transitionDuration", "TransitionProps", "disableScrollLock"], gF = ["slotProps"];
|
|
23464
23458
|
function Ic(e, t) {
|
|
23465
23459
|
let r = 0;
|
|
23466
23460
|
return typeof t == "number" ? r = t : t === "center" ? r = e.height / 2 : t === "bottom" && (r = e.height), r;
|
|
@@ -23475,19 +23469,19 @@ function Nc(e) {
|
|
|
23475
23469
|
function Fn(e) {
|
|
23476
23470
|
return typeof e == "function" ? e() : e;
|
|
23477
23471
|
}
|
|
23478
|
-
const
|
|
23472
|
+
const bF = (e) => {
|
|
23479
23473
|
const {
|
|
23480
23474
|
classes: t
|
|
23481
23475
|
} = e;
|
|
23482
|
-
return
|
|
23476
|
+
return Ee({
|
|
23483
23477
|
root: ["root"],
|
|
23484
23478
|
paper: ["paper"]
|
|
23485
|
-
},
|
|
23486
|
-
},
|
|
23479
|
+
}, fF, t);
|
|
23480
|
+
}, vF = G(ll, {
|
|
23487
23481
|
name: "MuiPopover",
|
|
23488
23482
|
slot: "Root",
|
|
23489
23483
|
overridesResolver: (e, t) => t.root
|
|
23490
|
-
})({}), Hp =
|
|
23484
|
+
})({}), Hp = G(cr, {
|
|
23491
23485
|
name: "MuiPopover",
|
|
23492
23486
|
slot: "Paper",
|
|
23493
23487
|
overridesResolver: (e, t) => t.paper
|
|
@@ -23536,7 +23530,7 @@ const vF = (e) => {
|
|
|
23536
23530
|
onEntering: $
|
|
23537
23531
|
} = {},
|
|
23538
23532
|
disableScrollLock: w = !1
|
|
23539
|
-
} = l, R =
|
|
23533
|
+
} = l, R = U(l.TransitionProps, mF), k = U(l, hF), D = (o = T == null ? void 0 : T.paper) != null ? o : C, L = x.useRef(), N = Ot(L, D.ref), _ = S({}, l, {
|
|
23540
23534
|
anchorOrigin: u,
|
|
23541
23535
|
anchorReference: m,
|
|
23542
23536
|
elevation: g,
|
|
@@ -23546,7 +23540,7 @@ const vF = (e) => {
|
|
|
23546
23540
|
TransitionComponent: F,
|
|
23547
23541
|
transitionDuration: P,
|
|
23548
23542
|
TransitionProps: R
|
|
23549
|
-
}), A =
|
|
23543
|
+
}), A = bF(_), j = x.useCallback(() => {
|
|
23550
23544
|
if (m === "anchorPosition")
|
|
23551
23545
|
return process.env.NODE_ENV !== "production" && (d || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), d;
|
|
23552
23546
|
const Z = Fn(c), I = Z && Z.nodeType === 1 ? Z : Sr(L.current).body, te = I.getBoundingClientRect();
|
|
@@ -23604,7 +23598,7 @@ const vF = (e) => {
|
|
|
23604
23598
|
I.top !== null && (Z.style.top = I.top), I.left !== null && (Z.style.left = I.left), Z.style.transformOrigin = I.transformOrigin, Y(!0);
|
|
23605
23599
|
}, [z]);
|
|
23606
23600
|
x.useEffect(() => (w && window.addEventListener("scroll", re), () => window.removeEventListener("scroll", re)), [c, w, re]);
|
|
23607
|
-
const
|
|
23601
|
+
const Te = (Z, I) => {
|
|
23608
23602
|
$ && $(Z, I), re();
|
|
23609
23603
|
}, oe = () => {
|
|
23610
23604
|
Y(!1);
|
|
@@ -23627,8 +23621,8 @@ const vF = (e) => {
|
|
|
23627
23621
|
}, [c, O, re]);
|
|
23628
23622
|
let ee = P;
|
|
23629
23623
|
P === "auto" && !F.muiSupportAuto && (ee = void 0);
|
|
23630
|
-
const ne = v || (c ? Sr(Fn(c)).body : void 0), ce = (a = E == null ? void 0 : E.root) != null ? a :
|
|
23631
|
-
elementType:
|
|
23624
|
+
const ne = v || (c ? Sr(Fn(c)).body : void 0), ce = (a = E == null ? void 0 : E.root) != null ? a : vF, ie = (i = E == null ? void 0 : E.paper) != null ? i : Hp, W = Rt({
|
|
23625
|
+
elementType: ie,
|
|
23632
23626
|
externalSlotProps: S({}, D, {
|
|
23633
23627
|
style: J ? D.style : S({}, D.style, {
|
|
23634
23628
|
opacity: 0
|
|
@@ -23640,7 +23634,7 @@ const vF = (e) => {
|
|
|
23640
23634
|
},
|
|
23641
23635
|
ownerState: _,
|
|
23642
23636
|
className: q(A.paper, D == null ? void 0 : D.className)
|
|
23643
|
-
}),
|
|
23637
|
+
}), ve = Rt({
|
|
23644
23638
|
elementType: ce,
|
|
23645
23639
|
externalSlotProps: (T == null ? void 0 : T.root) || {},
|
|
23646
23640
|
externalForwardedProps: k,
|
|
@@ -23658,7 +23652,7 @@ const vF = (e) => {
|
|
|
23658
23652
|
className: q(A.root, h)
|
|
23659
23653
|
}), {
|
|
23660
23654
|
slotProps: Pe
|
|
23661
|
-
} =
|
|
23655
|
+
} = ve, B = U(ve, gF);
|
|
23662
23656
|
return /* @__PURE__ */ p(ce, S({}, B, !bd(ce) && {
|
|
23663
23657
|
slotProps: Pe,
|
|
23664
23658
|
disableScrollLock: w
|
|
@@ -23666,11 +23660,11 @@ const vF = (e) => {
|
|
|
23666
23660
|
children: /* @__PURE__ */ p(F, S({
|
|
23667
23661
|
appear: !0,
|
|
23668
23662
|
in: O,
|
|
23669
|
-
onEntering:
|
|
23663
|
+
onEntering: Te,
|
|
23670
23664
|
onExited: oe,
|
|
23671
23665
|
timeout: ee
|
|
23672
23666
|
}, R, {
|
|
23673
|
-
children: /* @__PURE__ */ p(
|
|
23667
|
+
children: /* @__PURE__ */ p(ie, S({}, W, {
|
|
23674
23668
|
children: f
|
|
23675
23669
|
}))
|
|
23676
23670
|
}))
|
|
@@ -23853,31 +23847,31 @@ process.env.NODE_ENV !== "production" && (Wp.propTypes = {
|
|
|
23853
23847
|
*/
|
|
23854
23848
|
TransitionProps: n.object
|
|
23855
23849
|
});
|
|
23856
|
-
function
|
|
23850
|
+
function yF(e) {
|
|
23857
23851
|
return me("MuiMenu", e);
|
|
23858
23852
|
}
|
|
23859
23853
|
fe("MuiMenu", ["root", "paper", "list"]);
|
|
23860
|
-
const
|
|
23854
|
+
const OF = ["onEntering"], xF = ["autoFocus", "children", "className", "disableAutoFocusItem", "MenuListProps", "onClose", "open", "PaperProps", "PopoverClasses", "transitionDuration", "TransitionProps", "variant", "slots", "slotProps"], SF = {
|
|
23861
23855
|
vertical: "top",
|
|
23862
23856
|
horizontal: "right"
|
|
23863
|
-
},
|
|
23857
|
+
}, EF = {
|
|
23864
23858
|
vertical: "top",
|
|
23865
23859
|
horizontal: "left"
|
|
23866
|
-
},
|
|
23860
|
+
}, TF = (e) => {
|
|
23867
23861
|
const {
|
|
23868
23862
|
classes: t
|
|
23869
23863
|
} = e;
|
|
23870
|
-
return
|
|
23864
|
+
return Ee({
|
|
23871
23865
|
root: ["root"],
|
|
23872
23866
|
paper: ["paper"],
|
|
23873
23867
|
list: ["list"]
|
|
23874
|
-
},
|
|
23875
|
-
},
|
|
23868
|
+
}, yF, t);
|
|
23869
|
+
}, PF = G(Wp, {
|
|
23876
23870
|
shouldForwardProp: (e) => Yo(e) || e === "classes",
|
|
23877
23871
|
name: "MuiMenu",
|
|
23878
23872
|
slot: "Root",
|
|
23879
23873
|
overridesResolver: (e, t) => t.root
|
|
23880
|
-
})({}),
|
|
23874
|
+
})({}), CF = G(Hp, {
|
|
23881
23875
|
name: "MuiMenu",
|
|
23882
23876
|
slot: "Paper",
|
|
23883
23877
|
overridesResolver: (e, t) => t.paper
|
|
@@ -23888,7 +23882,7 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23888
23882
|
maxHeight: "calc(100% - 96px)",
|
|
23889
23883
|
// Add iOS momentum scrolling for iOS < 13.0
|
|
23890
23884
|
WebkitOverflowScrolling: "touch"
|
|
23891
|
-
}),
|
|
23885
|
+
}), FF = G(zp, {
|
|
23892
23886
|
name: "MuiMenu",
|
|
23893
23887
|
slot: "List",
|
|
23894
23888
|
overridesResolver: (e, t) => t.list
|
|
@@ -23917,7 +23911,7 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23917
23911
|
variant: O = "selectedMenu",
|
|
23918
23912
|
slots: C = {},
|
|
23919
23913
|
slotProps: E = {}
|
|
23920
|
-
} = i, T =
|
|
23914
|
+
} = i, T = U(i.TransitionProps, OF), y = U(i, xF), F = da(), P = S({}, i, {
|
|
23921
23915
|
autoFocus: l,
|
|
23922
23916
|
disableAutoFocusItem: u,
|
|
23923
23917
|
MenuListProps: d,
|
|
@@ -23926,7 +23920,7 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23926
23920
|
transitionDuration: g,
|
|
23927
23921
|
TransitionProps: T,
|
|
23928
23922
|
variant: O
|
|
23929
|
-
}), $ =
|
|
23923
|
+
}), $ = TF(P), w = l && !u && f, R = x.useRef(null), k = (M, z) => {
|
|
23930
23924
|
R.current && R.current.adjustStyleForScrollbar(M, {
|
|
23931
23925
|
direction: F ? "rtl" : "ltr"
|
|
23932
23926
|
}), b && b(M, z);
|
|
@@ -23938,7 +23932,7 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23938
23932
|
/* @__PURE__ */ x.isValidElement(M) && (process.env.NODE_ENV !== "production" && Ro.isFragment(M) && console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
|
23939
23933
|
`)), M.props.disabled || (O === "selectedMenu" && M.props.selected || L === -1) && (L = z));
|
|
23940
23934
|
});
|
|
23941
|
-
const N = (o = C.paper) != null ? o :
|
|
23935
|
+
const N = (o = C.paper) != null ? o : CF, _ = (a = E.paper) != null ? a : h, A = Rt({
|
|
23942
23936
|
elementType: C.root,
|
|
23943
23937
|
externalSlotProps: E.root,
|
|
23944
23938
|
ownerState: P,
|
|
@@ -23949,13 +23943,13 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23949
23943
|
ownerState: P,
|
|
23950
23944
|
className: $.paper
|
|
23951
23945
|
});
|
|
23952
|
-
return /* @__PURE__ */ p(
|
|
23946
|
+
return /* @__PURE__ */ p(PF, S({
|
|
23953
23947
|
onClose: m,
|
|
23954
23948
|
anchorOrigin: {
|
|
23955
23949
|
vertical: "bottom",
|
|
23956
23950
|
horizontal: F ? "right" : "left"
|
|
23957
23951
|
},
|
|
23958
|
-
transformOrigin: F ?
|
|
23952
|
+
transformOrigin: F ? SF : EF,
|
|
23959
23953
|
slots: {
|
|
23960
23954
|
paper: N,
|
|
23961
23955
|
root: C.root
|
|
@@ -23973,7 +23967,7 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23973
23967
|
ownerState: P
|
|
23974
23968
|
}, y, {
|
|
23975
23969
|
classes: v,
|
|
23976
|
-
children: /* @__PURE__ */ p(
|
|
23970
|
+
children: /* @__PURE__ */ p(FF, S({
|
|
23977
23971
|
onKeyDown: D,
|
|
23978
23972
|
actions: R,
|
|
23979
23973
|
autoFocus: l && (L === -1 || u),
|
|
@@ -24092,15 +24086,15 @@ process.env.NODE_ENV !== "production" && (Up.propTypes = {
|
|
|
24092
24086
|
variant: n.oneOf(["menu", "selectedMenu"])
|
|
24093
24087
|
});
|
|
24094
24088
|
const _c = fe("MuiListItemIcon", ["root", "alignItemsFlexStart"]), jc = fe("MuiListItemText", ["root", "multiline", "dense", "inset", "primary", "secondary"]);
|
|
24095
|
-
function
|
|
24089
|
+
function wF(e) {
|
|
24096
24090
|
return me("MuiMenuItem", e);
|
|
24097
24091
|
}
|
|
24098
|
-
const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divider", "gutters", "selected"]),
|
|
24092
|
+
const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divider", "gutters", "selected"]), RF = ["autoFocus", "component", "dense", "divider", "disableGutters", "focusVisibleClassName", "role", "tabIndex", "className"], MF = (e, t) => {
|
|
24099
24093
|
const {
|
|
24100
24094
|
ownerState: r
|
|
24101
24095
|
} = e;
|
|
24102
24096
|
return [t.root, r.dense && t.dense, r.divider && t.divider, !r.disableGutters && t.gutters];
|
|
24103
|
-
},
|
|
24097
|
+
}, kF = (e) => {
|
|
24104
24098
|
const {
|
|
24105
24099
|
disabled: t,
|
|
24106
24100
|
dense: r,
|
|
@@ -24108,15 +24102,15 @@ const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24108
24102
|
disableGutters: a,
|
|
24109
24103
|
selected: i,
|
|
24110
24104
|
classes: l
|
|
24111
|
-
} = e, c =
|
|
24105
|
+
} = e, c = Ee({
|
|
24112
24106
|
root: ["root", r && "dense", t && "disabled", !a && "gutters", o && "divider", i && "selected"]
|
|
24113
|
-
},
|
|
24107
|
+
}, wF, l);
|
|
24114
24108
|
return S({}, l, c);
|
|
24115
|
-
},
|
|
24109
|
+
}, $F = G(fo, {
|
|
24116
24110
|
shouldForwardProp: (e) => Yo(e) || e === "classes",
|
|
24117
24111
|
name: "MuiMenuItem",
|
|
24118
24112
|
slot: "Root",
|
|
24119
|
-
overridesResolver:
|
|
24113
|
+
overridesResolver: MF
|
|
24120
24114
|
})(({
|
|
24121
24115
|
theme: e,
|
|
24122
24116
|
ownerState: t
|
|
@@ -24209,7 +24203,7 @@ const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24209
24203
|
role: d = "menuitem",
|
|
24210
24204
|
tabIndex: m,
|
|
24211
24205
|
className: f
|
|
24212
|
-
} = o, h =
|
|
24206
|
+
} = o, h = U(o, RF), v = x.useContext(Bn), g = x.useMemo(() => ({
|
|
24213
24207
|
dense: l || v.dense || !1,
|
|
24214
24208
|
disableGutters: c
|
|
24215
24209
|
}), [v.dense, l, c]), b = x.useRef(null);
|
|
@@ -24220,11 +24214,11 @@ const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24220
24214
|
dense: g.dense,
|
|
24221
24215
|
divider: s,
|
|
24222
24216
|
disableGutters: c
|
|
24223
|
-
}), C =
|
|
24217
|
+
}), C = kF(o), E = Ot(b, r);
|
|
24224
24218
|
let T;
|
|
24225
24219
|
return o.disabled || (T = m !== void 0 ? m : -1), /* @__PURE__ */ p(Bn.Provider, {
|
|
24226
24220
|
value: g,
|
|
24227
|
-
children: /* @__PURE__ */ p(
|
|
24221
|
+
children: /* @__PURE__ */ p($F, S({
|
|
24228
24222
|
ref: E,
|
|
24229
24223
|
role: d,
|
|
24230
24224
|
tabIndex: T,
|
|
@@ -24312,12 +24306,12 @@ process.env.NODE_ENV !== "production" && (Gp.propTypes = {
|
|
|
24312
24306
|
*/
|
|
24313
24307
|
tabIndex: n.number
|
|
24314
24308
|
});
|
|
24315
|
-
const
|
|
24309
|
+
const LF = ({
|
|
24316
24310
|
displayedFilters: e,
|
|
24317
24311
|
filterValues: t,
|
|
24318
24312
|
showFilter: r,
|
|
24319
24313
|
...o
|
|
24320
|
-
}) => o,
|
|
24314
|
+
}) => o, _R = (e) => {
|
|
24321
24315
|
var b;
|
|
24322
24316
|
const {
|
|
24323
24317
|
className: t,
|
|
@@ -24331,7 +24325,7 @@ const AF = ({
|
|
|
24331
24325
|
}, g = (O) => {
|
|
24332
24326
|
u.current && u.current.contains(O.target) || c(!1);
|
|
24333
24327
|
};
|
|
24334
|
-
return /* @__PURE__ */ V(ke, { sx: { display: "inline-block" }, ...
|
|
24328
|
+
return /* @__PURE__ */ V(ke, { sx: { display: "inline-block" }, ...LF(l), children: [
|
|
24335
24329
|
/* @__PURE__ */ p(
|
|
24336
24330
|
st,
|
|
24337
24331
|
{
|
|
@@ -24369,7 +24363,7 @@ const AF = ({
|
|
|
24369
24363
|
O.label
|
|
24370
24364
|
)) })
|
|
24371
24365
|
] });
|
|
24372
|
-
},
|
|
24366
|
+
}, jR = (e) => {
|
|
24373
24367
|
const { fields: t, className: r, textAlign: o, sortable: a, ...i } = e, { campos: l, separador: s = "", secundario: c = [], hasSecundario: u } = t, d = qt(), m = l.map((f) => d[f] !== void 0 ? d[f] : f).join(`${s}`);
|
|
24374
24368
|
return /* @__PURE__ */ V(ir, { noWrap: !0, variant: "inherit", className: r, ...i, children: [
|
|
24375
24369
|
m,
|
|
@@ -24386,27 +24380,27 @@ const AF = ({
|
|
|
24386
24380
|
}
|
|
24387
24381
|
)
|
|
24388
24382
|
] });
|
|
24389
|
-
},
|
|
24383
|
+
}, AF = (e) => {
|
|
24390
24384
|
const { useFormulario: t = ur, ...r } = e, o = tm(r), { record: a, isLoading: i } = o, { fichaProps: l } = xl(e), s = Gt(
|
|
24391
24385
|
() => ({ estado: "M", initialValues: a, isLoading: i, fichaProps: l }),
|
|
24392
24386
|
[a, i, l]
|
|
24393
24387
|
);
|
|
24394
24388
|
return /* @__PURE__ */ p(fa, { children: /* @__PURE__ */ p(We.Provider, { value: s, children: /* @__PURE__ */ p(rm, { ...r, ...o, ...l == null ? void 0 : l.panel }) }) });
|
|
24395
|
-
},
|
|
24389
|
+
}, VR = G(AF, {
|
|
24396
24390
|
name: Wr,
|
|
24397
24391
|
overridesResolver: (e, t) => t.root
|
|
24398
|
-
})(({ theme: e }) => Pl(e)),
|
|
24392
|
+
})(({ theme: e }) => Pl(e)), IF = () => {
|
|
24399
24393
|
const e = xi(), t = Ha(":resource/create/*", e.pathname), r = Ha(":resource/:id/*", e.pathname);
|
|
24400
24394
|
return t ? t.pathnameBase : r ? r.pathnameBase : "";
|
|
24401
|
-
},
|
|
24395
|
+
}, DF = (e) => {
|
|
24402
24396
|
const {
|
|
24403
24397
|
children: t,
|
|
24404
24398
|
className: r,
|
|
24405
|
-
component: o =
|
|
24399
|
+
component: o = _F,
|
|
24406
24400
|
formRootPathname: a,
|
|
24407
24401
|
syncWithLocation: i = !0,
|
|
24408
|
-
tabs: l =
|
|
24409
|
-
toolbar: s =
|
|
24402
|
+
tabs: l = NF,
|
|
24403
|
+
toolbar: s = jF,
|
|
24410
24404
|
onChange: c,
|
|
24411
24405
|
...u
|
|
24412
24406
|
} = e, d = xi(), m = Om(""), f = Ge(e), [h, v] = Ue(0), {
|
|
@@ -24433,10 +24427,10 @@ const AF = ({
|
|
|
24433
24427
|
t
|
|
24434
24428
|
);
|
|
24435
24429
|
return /* @__PURE__ */ V(
|
|
24436
|
-
|
|
24430
|
+
BF,
|
|
24437
24431
|
{
|
|
24438
24432
|
className: q("tabbed-form", r),
|
|
24439
|
-
...
|
|
24433
|
+
...zF(u),
|
|
24440
24434
|
children: [
|
|
24441
24435
|
i ? /* @__PURE__ */ p(yi, { children: /* @__PURE__ */ p(Oi, { path: "/*", element: E() }) }) : E(),
|
|
24442
24436
|
/* @__PURE__ */ p(vf, {}),
|
|
@@ -24458,27 +24452,27 @@ const AF = ({
|
|
|
24458
24452
|
]
|
|
24459
24453
|
}
|
|
24460
24454
|
);
|
|
24461
|
-
},
|
|
24455
|
+
}, NF = /* @__PURE__ */ p(am, {}), _F = ({ children: e }) => /* @__PURE__ */ p(Kc, { children: e }), jF = /* @__PURE__ */ p(au, {}), qp = "RaTabbedForm", VF = {
|
|
24462
24456
|
errorTabButton: `${qp}-errorTabButton`
|
|
24463
|
-
},
|
|
24457
|
+
}, BF = G("div", {
|
|
24464
24458
|
name: qp,
|
|
24465
24459
|
overridesResolver: (e, t) => t.root
|
|
24466
24460
|
})(({ theme: e }) => ({
|
|
24467
|
-
[`& .MuiTab-root.${
|
|
24461
|
+
[`& .MuiTab-root.${VF.errorTabButton}`]: {
|
|
24468
24462
|
color: e.palette.error.main
|
|
24469
24463
|
}
|
|
24470
|
-
})),
|
|
24471
|
-
const { onChange: t, ...r } = e, o =
|
|
24464
|
+
})), zF = ({ record: e, resource: t, ...r }) => r, Kp = (e) => {
|
|
24465
|
+
const { onChange: t, ...r } = e, o = IF();
|
|
24472
24466
|
return /* @__PURE__ */ p(Ho, { formRootPathname: o, ...r, children: /* @__PURE__ */ p(
|
|
24473
|
-
|
|
24467
|
+
DF,
|
|
24474
24468
|
{
|
|
24475
24469
|
formRootPathname: o,
|
|
24476
|
-
...
|
|
24470
|
+
...HF(e)
|
|
24477
24471
|
}
|
|
24478
24472
|
) });
|
|
24479
24473
|
};
|
|
24480
24474
|
Kp.Tab = om;
|
|
24481
|
-
const
|
|
24475
|
+
const HF = ({
|
|
24482
24476
|
criteriaMode: e,
|
|
24483
24477
|
defaultValues: t,
|
|
24484
24478
|
delayError: r,
|
|
@@ -24497,27 +24491,24 @@ const WF = ({
|
|
|
24497
24491
|
validate: g,
|
|
24498
24492
|
warnWhenUnsavedChanges: b,
|
|
24499
24493
|
...O
|
|
24500
|
-
}) => O,
|
|
24501
|
-
const {
|
|
24502
|
-
initialValues:
|
|
24503
|
-
fichaProps: { config:
|
|
24504
|
-
} = we(We),
|
|
24505
|
-
return
|
|
24494
|
+
}) => O, BR = (e) => {
|
|
24495
|
+
const { syncWithLocation: t = !1, ...r } = e, {
|
|
24496
|
+
initialValues: o,
|
|
24497
|
+
fichaProps: { config: a = {} }
|
|
24498
|
+
} = we(We), i = hp(e);
|
|
24499
|
+
return o ? /* @__PURE__ */ p(
|
|
24506
24500
|
Kp,
|
|
24507
24501
|
{
|
|
24508
24502
|
mode: "onBlur",
|
|
24509
|
-
...
|
|
24510
|
-
|
|
24511
|
-
|
|
24503
|
+
...r,
|
|
24504
|
+
syncWithLocation: t,
|
|
24505
|
+
onSubmit: i,
|
|
24506
|
+
defaultValues: o,
|
|
24512
24507
|
component: kp,
|
|
24513
|
-
...
|
|
24508
|
+
...a
|
|
24514
24509
|
}
|
|
24515
24510
|
) : null;
|
|
24516
|
-
}
|
|
24517
|
-
UF.defaultProps = {
|
|
24518
|
-
syncWithLocation: !1
|
|
24519
|
-
};
|
|
24520
|
-
const GF = {
|
|
24511
|
+
}, WF = {
|
|
24521
24512
|
...Vr,
|
|
24522
24513
|
palette: {
|
|
24523
24514
|
...Vr.palette,
|
|
@@ -24561,7 +24552,7 @@ const GF = {
|
|
|
24561
24552
|
}
|
|
24562
24553
|
}
|
|
24563
24554
|
}
|
|
24564
|
-
},
|
|
24555
|
+
}, UF = {
|
|
24565
24556
|
...Vr,
|
|
24566
24557
|
palette: {
|
|
24567
24558
|
...Vr.palette,
|
|
@@ -24607,8 +24598,8 @@ const GF = {
|
|
|
24607
24598
|
}
|
|
24608
24599
|
}, zR = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24609
24600
|
__proto__: null,
|
|
24610
|
-
darkTheme:
|
|
24611
|
-
lightTheme:
|
|
24601
|
+
darkTheme: WF,
|
|
24602
|
+
lightTheme: UF
|
|
24612
24603
|
}, Symbol.toStringTag, { value: "Module" })), HR = (e) => {
|
|
24613
24604
|
const {
|
|
24614
24605
|
jsBotoneraPart: t,
|
|
@@ -24736,7 +24727,7 @@ const UR = {
|
|
|
24736
24727
|
const { propsContenido: t, hidden: r } = Dd(e), o = qt(), a = JSON.parse(JSON.stringify(o)), i = a[e.source];
|
|
24737
24728
|
return a[e.source] = i != "" && i != "0", !r && /* @__PURE__ */ p(im, { ...t, record: a });
|
|
24738
24729
|
}, ci = gy({
|
|
24739
|
-
createStyledComponent:
|
|
24730
|
+
createStyledComponent: G("div", {
|
|
24740
24731
|
name: "MuiStack",
|
|
24741
24732
|
slot: "Root",
|
|
24742
24733
|
overridesResolver: (e, t) => t.root
|
|
@@ -24790,38 +24781,38 @@ process.env.NODE_ENV !== "production" && (ci.propTypes = {
|
|
|
24790
24781
|
*/
|
|
24791
24782
|
useFlexGap: n.bool
|
|
24792
24783
|
});
|
|
24793
|
-
var jl = {},
|
|
24784
|
+
var jl = {}, GF = $e;
|
|
24794
24785
|
Object.defineProperty(jl, "__esModule", {
|
|
24795
24786
|
value: !0
|
|
24796
24787
|
});
|
|
24797
|
-
var Yp = jl.default = void 0,
|
|
24798
|
-
Yp = jl.default = (0,
|
|
24788
|
+
var Yp = jl.default = void 0, qF = GF(De()), KF = Ie;
|
|
24789
|
+
Yp = jl.default = (0, qF.default)(/* @__PURE__ */ (0, KF.jsx)("path", {
|
|
24799
24790
|
d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3"
|
|
24800
24791
|
}), "Visibility");
|
|
24801
|
-
var Vl = {},
|
|
24792
|
+
var Vl = {}, YF = $e;
|
|
24802
24793
|
Object.defineProperty(Vl, "__esModule", {
|
|
24803
24794
|
value: !0
|
|
24804
24795
|
});
|
|
24805
|
-
var Qp = Vl.default = void 0,
|
|
24806
|
-
Qp = Vl.default = (0,
|
|
24796
|
+
var Qp = Vl.default = void 0, QF = YF(De()), XF = Ie;
|
|
24797
|
+
Qp = Vl.default = (0, QF.default)(/* @__PURE__ */ (0, XF.jsx)("path", {
|
|
24807
24798
|
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"
|
|
24808
24799
|
}), "CloudDownload");
|
|
24809
|
-
function
|
|
24800
|
+
function ZF(e) {
|
|
24810
24801
|
return me("MuiLink", e);
|
|
24811
24802
|
}
|
|
24812
|
-
const
|
|
24803
|
+
const JF = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineAlways", "button", "focusVisible"]), Xp = {
|
|
24813
24804
|
primary: "primary.main",
|
|
24814
24805
|
textPrimary: "text.primary",
|
|
24815
24806
|
secondary: "secondary.main",
|
|
24816
24807
|
textSecondary: "text.secondary",
|
|
24817
24808
|
error: "error.main"
|
|
24818
|
-
},
|
|
24809
|
+
}, ew = (e) => Xp[e] || e, tw = ({
|
|
24819
24810
|
theme: e,
|
|
24820
24811
|
ownerState: t
|
|
24821
24812
|
}) => {
|
|
24822
|
-
const r =
|
|
24813
|
+
const r = ew(t.color), o = qr(e, `palette.${r}`, !1) || t.color, a = qr(e, `palette.${r}Channel`);
|
|
24823
24814
|
return "vars" in e && a ? `rgba(${a} / 0.4)` : Qe(o, 0.4);
|
|
24824
|
-
},
|
|
24815
|
+
}, rw = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"], ow = (e) => {
|
|
24825
24816
|
const {
|
|
24826
24817
|
classes: t,
|
|
24827
24818
|
component: r,
|
|
@@ -24830,8 +24821,8 @@ const tw = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
24830
24821
|
} = e, i = {
|
|
24831
24822
|
root: ["root", `underline${X(a)}`, r === "button" && "button", o && "focusVisible"]
|
|
24832
24823
|
};
|
|
24833
|
-
return
|
|
24834
|
-
},
|
|
24824
|
+
return Ee(i, ZF, t);
|
|
24825
|
+
}, nw = G(ir, {
|
|
24835
24826
|
name: "MuiLink",
|
|
24836
24827
|
slot: "Root",
|
|
24837
24828
|
overridesResolver: (e, t) => {
|
|
@@ -24853,7 +24844,7 @@ const tw = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
24853
24844
|
}, t.underline === "always" && S({
|
|
24854
24845
|
textDecoration: "underline"
|
|
24855
24846
|
}, t.color !== "inherit" && {
|
|
24856
|
-
textDecorationColor:
|
|
24847
|
+
textDecorationColor: tw({
|
|
24857
24848
|
theme: e,
|
|
24858
24849
|
ownerState: t
|
|
24859
24850
|
})
|
|
@@ -24885,7 +24876,7 @@ const tw = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
24885
24876
|
borderStyle: "none"
|
|
24886
24877
|
// Remove Firefox dotted outline.
|
|
24887
24878
|
},
|
|
24888
|
-
[`&.${
|
|
24879
|
+
[`&.${JF.focusVisible}`]: {
|
|
24889
24880
|
outline: "auto"
|
|
24890
24881
|
}
|
|
24891
24882
|
})), ui = /* @__PURE__ */ x.forwardRef(function(t, r) {
|
|
@@ -24902,7 +24893,7 @@ const tw = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
24902
24893
|
underline: d = "always",
|
|
24903
24894
|
variant: m = "inherit",
|
|
24904
24895
|
sx: f
|
|
24905
|
-
} = o, h =
|
|
24896
|
+
} = o, h = U(o, rw), {
|
|
24906
24897
|
isFocusVisibleRef: v,
|
|
24907
24898
|
onBlur: g,
|
|
24908
24899
|
onFocus: b,
|
|
@@ -24917,8 +24908,8 @@ const tw = fe("MuiLink", ["root", "underlineNone", "underlineHover", "underlineA
|
|
|
24917
24908
|
focusVisible: C,
|
|
24918
24909
|
underline: d,
|
|
24919
24910
|
variant: m
|
|
24920
|
-
}), $ =
|
|
24921
|
-
return /* @__PURE__ */ p(
|
|
24911
|
+
}), $ = ow(P);
|
|
24912
|
+
return /* @__PURE__ */ p(nw, S({
|
|
24922
24913
|
color: i,
|
|
24923
24914
|
className: q($.root, a),
|
|
24924
24915
|
classes: u,
|
|
@@ -24987,24 +24978,24 @@ process.env.NODE_ENV !== "production" && (ui.propTypes = {
|
|
|
24987
24978
|
*/
|
|
24988
24979
|
variant: n.oneOfType([n.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), n.string])
|
|
24989
24980
|
});
|
|
24990
|
-
var Bl = {},
|
|
24981
|
+
var Bl = {}, aw = $e;
|
|
24991
24982
|
Object.defineProperty(Bl, "__esModule", {
|
|
24992
24983
|
value: !0
|
|
24993
24984
|
});
|
|
24994
|
-
var Zp = Bl.default = void 0,
|
|
24995
|
-
Zp = Bl.default = (0,
|
|
24985
|
+
var Zp = Bl.default = void 0, iw = aw(De()), Vc = Ie;
|
|
24986
|
+
Zp = Bl.default = (0, iw.default)([/* @__PURE__ */ (0, Vc.jsx)("circle", {
|
|
24996
24987
|
cx: "12",
|
|
24997
24988
|
cy: "12",
|
|
24998
24989
|
r: "3.2"
|
|
24999
24990
|
}, "0"), /* @__PURE__ */ (0, Vc.jsx)("path", {
|
|
25000
24991
|
d: "M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5"
|
|
25001
24992
|
}, "1")], "PhotoCamera");
|
|
25002
|
-
var zl = {},
|
|
24993
|
+
var zl = {}, lw = $e;
|
|
25003
24994
|
Object.defineProperty(zl, "__esModule", {
|
|
25004
24995
|
value: !0
|
|
25005
24996
|
});
|
|
25006
|
-
var Jp = zl.default = void 0,
|
|
25007
|
-
Jp = zl.default = (0,
|
|
24997
|
+
var Jp = zl.default = void 0, sw = lw(De()), cw = Ie;
|
|
24998
|
+
Jp = zl.default = (0, sw.default)(/* @__PURE__ */ (0, cw.jsx)("path", {
|
|
25008
24999
|
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"
|
|
25009
25000
|
}), "AddAPhoto");
|
|
25010
25001
|
const Bc = (e) => {
|
|
@@ -25206,12 +25197,12 @@ const Bc = (e) => {
|
|
|
25206
25197
|
sx: { ...t, display: "inline-flex", margin: 1 }
|
|
25207
25198
|
}
|
|
25208
25199
|
);
|
|
25209
|
-
},
|
|
25200
|
+
}, uw = di((e, t) => /* @__PURE__ */ p(Un, { ref: t, ...e })), dw = (e) => {
|
|
25210
25201
|
var d;
|
|
25211
25202
|
const { callback: t, sx: r, isTC: o, onChange: a, ...i } = e, { isLoading: l, allChoices: s, availableChoices: c } = dm(), u = Hn(null);
|
|
25212
25203
|
return ut(() => {
|
|
25213
25204
|
l || typeof t == "function" && t(Object.values([s]));
|
|
25214
|
-
}, [s, t, l]), /* @__PURE__ */ p(
|
|
25205
|
+
}, [s, t, l]), /* @__PURE__ */ p(uw, { title: ((d = u.current) == null ? void 0 : d.value) || "", placement: "top", arrow: !0, children: /* @__PURE__ */ p(
|
|
25215
25206
|
ke,
|
|
25216
25207
|
{
|
|
25217
25208
|
sx: o ? { margin: 1, ...r } : {
|
|
@@ -25243,7 +25234,7 @@ const Bc = (e) => {
|
|
|
25243
25234
|
)
|
|
25244
25235
|
}
|
|
25245
25236
|
) });
|
|
25246
|
-
},
|
|
25237
|
+
}, pw = (e) => {
|
|
25247
25238
|
const { propsContenido: t, hidden: r } = at(e), o = Cr(), {
|
|
25248
25239
|
queryOptions: a,
|
|
25249
25240
|
asistant: i,
|
|
@@ -25270,7 +25261,7 @@ const Bc = (e) => {
|
|
|
25270
25261
|
filter: v,
|
|
25271
25262
|
queryOptions: a,
|
|
25272
25263
|
children: /* @__PURE__ */ p(
|
|
25273
|
-
|
|
25264
|
+
dw,
|
|
25274
25265
|
{
|
|
25275
25266
|
...s,
|
|
25276
25267
|
callback: h,
|
|
@@ -25325,54 +25316,54 @@ const Bc = (e) => {
|
|
|
25325
25316
|
const { propsContenido: t, hidden: r } = at(e);
|
|
25326
25317
|
return !r && /* @__PURE__ */ p(lu, { ...t });
|
|
25327
25318
|
};
|
|
25328
|
-
var Hl = {},
|
|
25319
|
+
var Hl = {}, fw = $e;
|
|
25329
25320
|
Object.defineProperty(Hl, "__esModule", {
|
|
25330
25321
|
value: !0
|
|
25331
25322
|
});
|
|
25332
|
-
var Wl = Hl.default = void 0,
|
|
25333
|
-
Wl = Hl.default = (0,
|
|
25323
|
+
var Wl = Hl.default = void 0, mw = fw(De()), hw = Ie;
|
|
25324
|
+
Wl = Hl.default = (0, mw.default)(/* @__PURE__ */ (0, hw.jsx)("path", {
|
|
25334
25325
|
d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
|
|
25335
25326
|
}), "Check");
|
|
25336
|
-
var Ul = {},
|
|
25327
|
+
var Ul = {}, gw = $e;
|
|
25337
25328
|
Object.defineProperty(Ul, "__esModule", {
|
|
25338
25329
|
value: !0
|
|
25339
25330
|
});
|
|
25340
|
-
var Gl = Ul.default = void 0,
|
|
25341
|
-
Gl = Ul.default = (0,
|
|
25331
|
+
var Gl = Ul.default = void 0, bw = gw(De()), vw = Ie;
|
|
25332
|
+
Gl = Ul.default = (0, bw.default)(/* @__PURE__ */ (0, vw.jsx)("path", {
|
|
25342
25333
|
d: "M7 11v2h10v-2zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
|
|
25343
25334
|
}), "RemoveCircleOutline");
|
|
25344
|
-
var ql = {},
|
|
25335
|
+
var ql = {}, yw = $e;
|
|
25345
25336
|
Object.defineProperty(ql, "__esModule", {
|
|
25346
25337
|
value: !0
|
|
25347
25338
|
});
|
|
25348
|
-
var Kl = ql.default = void 0,
|
|
25349
|
-
Kl = ql.default = (0,
|
|
25339
|
+
var Kl = ql.default = void 0, Ow = yw(De()), xw = Ie;
|
|
25340
|
+
Kl = ql.default = (0, Ow.default)(/* @__PURE__ */ (0, xw.jsx)("path", {
|
|
25350
25341
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
|
|
25351
25342
|
}), "Search");
|
|
25352
|
-
var Yl = {},
|
|
25343
|
+
var Yl = {}, Sw = $e;
|
|
25353
25344
|
Object.defineProperty(Yl, "__esModule", {
|
|
25354
25345
|
value: !0
|
|
25355
25346
|
});
|
|
25356
|
-
var Ql = Yl.default = void 0,
|
|
25357
|
-
Ql = Yl.default = (0,
|
|
25347
|
+
var Ql = Yl.default = void 0, Ew = Sw(De()), Tw = Ie;
|
|
25348
|
+
Ql = Yl.default = (0, Ew.default)(/* @__PURE__ */ (0, Tw.jsx)("path", {
|
|
25358
25349
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"
|
|
25359
25350
|
}), "CheckCircle");
|
|
25360
|
-
var Xl = {},
|
|
25351
|
+
var Xl = {}, Pw = $e;
|
|
25361
25352
|
Object.defineProperty(Xl, "__esModule", {
|
|
25362
25353
|
value: !0
|
|
25363
25354
|
});
|
|
25364
|
-
var Zl = Xl.default = void 0,
|
|
25365
|
-
Zl = Xl.default = (0,
|
|
25355
|
+
var Zl = Xl.default = void 0, Cw = Pw(De()), Fw = Ie;
|
|
25356
|
+
Zl = Xl.default = (0, Cw.default)(/* @__PURE__ */ (0, Fw.jsx)("path", {
|
|
25366
25357
|
d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
|
|
25367
25358
|
}), "ErrorOutline");
|
|
25368
|
-
const
|
|
25359
|
+
const ww = (e) => /* @__PURE__ */ p(
|
|
25369
25360
|
fu,
|
|
25370
25361
|
{
|
|
25371
25362
|
handle: "#draggable-dialog-title",
|
|
25372
25363
|
cancel: '[class*="MuiDialogContent-root"]',
|
|
25373
25364
|
children: /* @__PURE__ */ p(mi, { ...e })
|
|
25374
25365
|
}
|
|
25375
|
-
),
|
|
25366
|
+
), Rw = { cursor: "move" }, Mw = (e) => {
|
|
25376
25367
|
const {
|
|
25377
25368
|
isOpen: t = !1,
|
|
25378
25369
|
isLoading: r,
|
|
@@ -25401,10 +25392,10 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25401
25392
|
onClose: c,
|
|
25402
25393
|
onClick: g,
|
|
25403
25394
|
maxWidth: "md",
|
|
25404
|
-
PaperComponent:
|
|
25395
|
+
PaperComponent: ww,
|
|
25405
25396
|
"aria-labelledby": "draggable-dialog-title",
|
|
25406
25397
|
children: [
|
|
25407
|
-
/* @__PURE__ */ p(on, { style:
|
|
25398
|
+
/* @__PURE__ */ p(on, { style: Rw, id: "draggable-dialog-title", children: f(o, { _: o, ...m }) }),
|
|
25408
25399
|
/* @__PURE__ */ p(rn, { dividers: !0, children: a }),
|
|
25409
25400
|
/* @__PURE__ */ V(tn, { children: [
|
|
25410
25401
|
/* @__PURE__ */ V(oo, { disabled: r, onClick: c, children: [
|
|
@@ -25427,11 +25418,11 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25427
25418
|
]
|
|
25428
25419
|
}
|
|
25429
25420
|
);
|
|
25430
|
-
},
|
|
25421
|
+
}, kw = () => /* @__PURE__ */ p(Wt, {}), $w = {
|
|
25431
25422
|
seleccion: [],
|
|
25432
25423
|
all: !0,
|
|
25433
25424
|
none: !1
|
|
25434
|
-
},
|
|
25425
|
+
}, Lw = (e) => !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, Aw = (e) => e, tM = (e) => {
|
|
25435
25426
|
const { asistant: t, asistantResource: r, source: o, sx: a, ...i } = e, [l, s] = Ue(!1), {
|
|
25436
25427
|
hidden: c,
|
|
25437
25428
|
propsContenido: { disabled: u, label: d, onChange: m }
|
|
@@ -25470,13 +25461,13 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25470
25461
|
children: /* @__PURE__ */ p(
|
|
25471
25462
|
yr,
|
|
25472
25463
|
{
|
|
25473
|
-
defaultValue:
|
|
25464
|
+
defaultValue: $w,
|
|
25474
25465
|
...i,
|
|
25475
25466
|
source: o,
|
|
25476
25467
|
label: d,
|
|
25477
25468
|
disabled: !0,
|
|
25478
|
-
parse:
|
|
25479
|
-
format:
|
|
25469
|
+
parse: Aw,
|
|
25470
|
+
format: Lw,
|
|
25480
25471
|
helperText: !1,
|
|
25481
25472
|
InputProps: {
|
|
25482
25473
|
endAdornment: /* @__PURE__ */ V(vr, { children: [
|
|
@@ -25520,17 +25511,17 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25520
25511
|
}
|
|
25521
25512
|
),
|
|
25522
25513
|
/* @__PURE__ */ p(
|
|
25523
|
-
|
|
25514
|
+
Mw,
|
|
25524
25515
|
{
|
|
25525
25516
|
isOpen: l,
|
|
25526
25517
|
title: `Selección de ${d}`,
|
|
25527
25518
|
contentResource: r,
|
|
25528
25519
|
content: x.createElement(t, {
|
|
25529
|
-
bulkActionButtons: /* @__PURE__ */ p(
|
|
25520
|
+
bulkActionButtons: /* @__PURE__ */ p(kw, {}),
|
|
25530
25521
|
hasCreate: !1,
|
|
25531
25522
|
hasEdit: !1,
|
|
25532
25523
|
exporter: !1,
|
|
25533
|
-
actions: /* @__PURE__ */ p(
|
|
25524
|
+
actions: /* @__PURE__ */ p(P1, {}),
|
|
25534
25525
|
actionButtons: !1,
|
|
25535
25526
|
disableMultipleRowSelection: !1,
|
|
25536
25527
|
resource: r
|
|
@@ -25540,7 +25531,7 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25540
25531
|
}
|
|
25541
25532
|
)
|
|
25542
25533
|
] });
|
|
25543
|
-
},
|
|
25534
|
+
}, Iw = (e) => /* @__PURE__ */ p(
|
|
25544
25535
|
tu,
|
|
25545
25536
|
{
|
|
25546
25537
|
...e,
|
|
@@ -25556,8 +25547,8 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25556
25547
|
/* @__PURE__ */ p(yn, { source: "funprinom", sortable: !0, label: "Nombre" })
|
|
25557
25548
|
] })
|
|
25558
25549
|
}
|
|
25559
|
-
),
|
|
25560
|
-
const [t, r] = x.useState(
|
|
25550
|
+
), Dw = { fillista: "empcod=-1" }, Nw = (e) => {
|
|
25551
|
+
const [t, r] = x.useState(Dw), o = Yc(), a = Fe(
|
|
25561
25552
|
(l) => {
|
|
25562
25553
|
r({ fillista: l.node.key });
|
|
25563
25554
|
},
|
|
@@ -25582,16 +25573,16 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25582
25573
|
createChildren: i
|
|
25583
25574
|
}
|
|
25584
25575
|
) }),
|
|
25585
|
-
/* @__PURE__ */ p(ke, { flexGrow: 2, children: /* @__PURE__ */ p(
|
|
25576
|
+
/* @__PURE__ */ p(ke, { flexGrow: 2, children: /* @__PURE__ */ p(Iw, { resource: "form_224", filter: t }) })
|
|
25586
25577
|
] });
|
|
25587
|
-
},
|
|
25578
|
+
}, _w = (e) => /* @__PURE__ */ p(
|
|
25588
25579
|
fu,
|
|
25589
25580
|
{
|
|
25590
25581
|
handle: "#draggable-dialog-title",
|
|
25591
25582
|
cancel: '[class*="MuiDialogContent-root"]',
|
|
25592
25583
|
children: /* @__PURE__ */ p(mi, { ...e })
|
|
25593
25584
|
}
|
|
25594
|
-
),
|
|
25585
|
+
), jw = { cursor: "move" }, Vw = (e) => {
|
|
25595
25586
|
const {
|
|
25596
25587
|
isOpen: t = !1,
|
|
25597
25588
|
isLoading: r,
|
|
@@ -25619,11 +25610,11 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25619
25610
|
onClick: f,
|
|
25620
25611
|
fullWidth: !0,
|
|
25621
25612
|
maxWidth: "lg",
|
|
25622
|
-
PaperComponent:
|
|
25613
|
+
PaperComponent: _w,
|
|
25623
25614
|
"aria-labelledby": "draggable-dialog-title",
|
|
25624
25615
|
children: [
|
|
25625
|
-
/* @__PURE__ */ p(on, { style:
|
|
25626
|
-
/* @__PURE__ */ p(rn, { dividers: !0, children: /* @__PURE__ */ p(
|
|
25616
|
+
/* @__PURE__ */ p(on, { style: jw, id: "draggable-dialog-title", children: d(o, { _: o, ...u }) }),
|
|
25617
|
+
/* @__PURE__ */ p(rn, { dividers: !0, children: /* @__PURE__ */ p(Nw, {}) }),
|
|
25627
25618
|
/* @__PURE__ */ V(tn, { children: [
|
|
25628
25619
|
/* @__PURE__ */ V(oo, { disabled: r, onClick: s, children: [
|
|
25629
25620
|
/* @__PURE__ */ p(l, { sx: { paddingRight: "0.5em" } }),
|
|
@@ -25645,11 +25636,11 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25645
25636
|
]
|
|
25646
25637
|
}
|
|
25647
25638
|
);
|
|
25648
|
-
},
|
|
25639
|
+
}, Bw = {
|
|
25649
25640
|
seleccion: [],
|
|
25650
25641
|
all: !0,
|
|
25651
25642
|
none: !1
|
|
25652
|
-
},
|
|
25643
|
+
}, zw = (e) => String(e) === e ? e === "" ? "Ninguno" : "Selección (1)" : !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, Hw = (e) => e, rM = (e) => {
|
|
25653
25644
|
const {
|
|
25654
25645
|
asistant: t,
|
|
25655
25646
|
asistantResource: r,
|
|
@@ -25701,13 +25692,13 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25701
25692
|
children: /* @__PURE__ */ p(
|
|
25702
25693
|
yr,
|
|
25703
25694
|
{
|
|
25704
|
-
defaultValue:
|
|
25695
|
+
defaultValue: Bw,
|
|
25705
25696
|
...c,
|
|
25706
25697
|
source: i,
|
|
25707
25698
|
label: C,
|
|
25708
25699
|
disabled: !0,
|
|
25709
|
-
parse:
|
|
25710
|
-
format:
|
|
25700
|
+
parse: Hw,
|
|
25701
|
+
format: zw,
|
|
25711
25702
|
helperText: !1,
|
|
25712
25703
|
InputProps: {
|
|
25713
25704
|
endAdornment: /* @__PURE__ */ V(vr, { children: [
|
|
@@ -25751,7 +25742,7 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25751
25742
|
}
|
|
25752
25743
|
),
|
|
25753
25744
|
/* @__PURE__ */ p(
|
|
25754
|
-
|
|
25745
|
+
Vw,
|
|
25755
25746
|
{
|
|
25756
25747
|
isOpen: d,
|
|
25757
25748
|
title: `Selección de ${C}`,
|
|
@@ -25796,7 +25787,7 @@ const Mw = (e) => /* @__PURE__ */ p(
|
|
|
25796
25787
|
}
|
|
25797
25788
|
),
|
|
25798
25789
|
/* @__PURE__ */ p(
|
|
25799
|
-
|
|
25790
|
+
pw,
|
|
25800
25791
|
{
|
|
25801
25792
|
...e,
|
|
25802
25793
|
source: t,
|
|
@@ -25817,89 +25808,89 @@ export {
|
|
|
25817
25808
|
GR as BooleanField,
|
|
25818
25809
|
qR as Camino,
|
|
25819
25810
|
KR as CheckBox,
|
|
25820
|
-
|
|
25811
|
+
pw as ComboBox,
|
|
25821
25812
|
YR as ComboBoxManual,
|
|
25822
|
-
|
|
25813
|
+
MR as CreateEtriek,
|
|
25823
25814
|
N0 as CreateGridButton,
|
|
25824
|
-
|
|
25825
|
-
|
|
25815
|
+
$R as DeleteButtonNoWarning,
|
|
25816
|
+
LR as EditEtriek,
|
|
25826
25817
|
W0 as EditGridButton,
|
|
25827
|
-
|
|
25828
|
-
|
|
25818
|
+
sR as EtrGrid,
|
|
25819
|
+
vR as FichaActions,
|
|
25829
25820
|
We as FichaContext,
|
|
25830
|
-
|
|
25831
|
-
|
|
25821
|
+
Mw as FiltroAsisTBS,
|
|
25822
|
+
Vw as FiltroFuncionarios,
|
|
25832
25823
|
Na as FormClasses,
|
|
25833
|
-
|
|
25834
|
-
|
|
25824
|
+
AR as FormDialog,
|
|
25825
|
+
IR as FormEtriek,
|
|
25835
25826
|
HR as FormToolbar,
|
|
25836
|
-
|
|
25827
|
+
cR as GE,
|
|
25837
25828
|
bl as GridButton,
|
|
25838
25829
|
oE as GrillaEtriek,
|
|
25839
25830
|
QR as ImageField,
|
|
25840
|
-
|
|
25841
|
-
|
|
25831
|
+
DR as Layout,
|
|
25832
|
+
P1 as ListActionsEtriek,
|
|
25842
25833
|
XR as ListCheck,
|
|
25843
|
-
|
|
25844
|
-
|
|
25845
|
-
|
|
25846
|
-
|
|
25847
|
-
|
|
25834
|
+
kR as ListEtriek,
|
|
25835
|
+
NR as Login,
|
|
25836
|
+
E1 as Menu,
|
|
25837
|
+
_R as MenuButton,
|
|
25838
|
+
jR as MultiTextField,
|
|
25848
25839
|
ZR as Password,
|
|
25849
25840
|
JR as RadioButton,
|
|
25850
25841
|
eM as RadioButtonManual,
|
|
25851
|
-
|
|
25852
|
-
|
|
25842
|
+
bR as Separador,
|
|
25843
|
+
VR as ShowEtriek,
|
|
25853
25844
|
lc as ShowGridButton,
|
|
25854
|
-
|
|
25845
|
+
S1 as SubMenu,
|
|
25855
25846
|
rM as TBSF,
|
|
25856
|
-
|
|
25857
|
-
|
|
25847
|
+
BR as TabbedFormEtriek,
|
|
25848
|
+
uR as TabbedGrillaEtriek,
|
|
25858
25849
|
oM as TextArea,
|
|
25859
25850
|
nM as TextBox,
|
|
25860
25851
|
tM as TextBoxSelection,
|
|
25861
25852
|
aM as TextCombo,
|
|
25862
25853
|
n0 as TextField,
|
|
25863
|
-
|
|
25864
|
-
|
|
25865
|
-
|
|
25866
|
-
|
|
25867
|
-
|
|
25868
|
-
|
|
25869
|
-
|
|
25870
|
-
|
|
25854
|
+
ER as choicesEstado,
|
|
25855
|
+
dR as dateFormat,
|
|
25856
|
+
OR as dateFormatOptions,
|
|
25857
|
+
pR as dateParser,
|
|
25858
|
+
fR as dateTimeFormat,
|
|
25859
|
+
mR as dateTimeParser,
|
|
25860
|
+
wR as dateTimeToString,
|
|
25861
|
+
FR as dateToString,
|
|
25871
25862
|
QS as deleteRecargarComboBox,
|
|
25872
|
-
|
|
25863
|
+
TR as descargarLink,
|
|
25873
25864
|
WR as enMessages,
|
|
25874
25865
|
UR as esMessages,
|
|
25875
|
-
|
|
25866
|
+
xR as etrFechaMayorQue,
|
|
25876
25867
|
ip as etrRequerido,
|
|
25877
|
-
|
|
25868
|
+
yR as etrRequeridoNumerico,
|
|
25878
25869
|
lP as getFormcodFromResource,
|
|
25879
|
-
|
|
25870
|
+
SR as localeOptions,
|
|
25880
25871
|
YS as recargarComboBox,
|
|
25881
|
-
|
|
25872
|
+
iR as renderCellComboBox,
|
|
25882
25873
|
ZS as setDisableAction,
|
|
25883
25874
|
e0 as setErrorAction,
|
|
25884
25875
|
XS as setHiddenAction,
|
|
25885
25876
|
t0 as setLabelAction,
|
|
25886
25877
|
JS as setRequireAction,
|
|
25887
|
-
|
|
25888
|
-
|
|
25878
|
+
PR as stringToDate,
|
|
25879
|
+
CR as stringToDateTime,
|
|
25889
25880
|
zR as themes,
|
|
25890
|
-
|
|
25891
|
-
|
|
25881
|
+
hR as timeFormat,
|
|
25882
|
+
gR as timeParser,
|
|
25892
25883
|
pl as useAjax,
|
|
25893
25884
|
ma as useAsistente,
|
|
25894
25885
|
at as useContenidoController,
|
|
25895
|
-
|
|
25886
|
+
lR as useEtrActions,
|
|
25896
25887
|
Dd as useFieldController,
|
|
25897
25888
|
nn as useFormProgress,
|
|
25898
25889
|
hp as useFormSubmit,
|
|
25899
25890
|
r0 as useGetJson,
|
|
25900
25891
|
xl as useInitFicha,
|
|
25901
25892
|
KE as useNuevo,
|
|
25902
|
-
|
|
25893
|
+
RR as useReferenceLabel,
|
|
25903
25894
|
Yt as useUtils,
|
|
25904
25895
|
ha as useUtilsGrilla,
|
|
25905
25896
|
o0 as useUtilsSubmit
|