biblio-react 2.0.14 → 2.0.15
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 +307 -316
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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 }
|
|
@@ -19285,7 +19285,7 @@ const mp = (e) => {
|
|
|
19285
19285
|
...u == null ? void 0 : u.panel
|
|
19286
19286
|
}
|
|
19287
19287
|
) }) }) });
|
|
19288
|
-
},
|
|
19288
|
+
}, MR = U(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
|
};
|
|
@@ -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 = U(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 = W(t,
|
|
22128
|
+
} = t, c = W(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
|
-
W(i,
|
|
22137
|
+
W(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 = W(v.props,
|
|
22148
|
+
} = v, O = W(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,7 +22154,7 @@ 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,
|
|
@@ -22170,8 +22164,8 @@ const A1 = ["alt", "children", "className", "component", "slots", "slotProps", "
|
|
|
22170
22164
|
root: ["root", r, o && "colorDefault"],
|
|
22171
22165
|
img: ["img"],
|
|
22172
22166
|
fallback: ["fallback"]
|
|
22173
|
-
},
|
|
22174
|
-
},
|
|
22167
|
+
}, w1, t);
|
|
22168
|
+
}, D1 = U("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 = U("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 = U(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 = W(o,
|
|
22281
|
+
} = o, g = W(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 = Se(s,
|
|
22410
|
+
}, c = Se(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 = U(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 = U("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 = U("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 = W(l,
|
|
22610
|
+
} = l, y = W(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
22745
|
return Se({
|
|
22752
22746
|
root: ["root"]
|
|
22753
|
-
},
|
|
22754
|
-
},
|
|
22747
|
+
}, G1, t);
|
|
22748
|
+
}, Y1 = U(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 = W(o,
|
|
22761
|
+
} = o, l = W(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
22807
|
return Se({
|
|
22814
22808
|
root: ["root", !r && "spacing"]
|
|
22815
|
-
},
|
|
22816
|
-
},
|
|
22809
|
+
}, Q1, t);
|
|
22810
|
+
}, J1 = U("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 = W(o,
|
|
22836
|
+
} = o, l = W(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 Se(i,
|
|
22919
|
-
},
|
|
22912
|
+
return Se(i, eF, t);
|
|
22913
|
+
}, aF = U("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 = U("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 = U("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 = W(o,
|
|
22980
|
+
} = o, f = W(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,11 +23191,11 @@ 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,
|
|
@@ -23210,8 +23204,8 @@ const uF = ["children", "className", "component", "dense", "disablePadding", "su
|
|
|
23210
23204
|
} = e;
|
|
23211
23205
|
return Se({
|
|
23212
23206
|
root: ["root", !r && "padding", o && "dense", a && "subheader"]
|
|
23213
|
-
},
|
|
23214
|
-
},
|
|
23207
|
+
}, sF, t);
|
|
23208
|
+
}, dF = U("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 = W(o,
|
|
23240
|
+
} = o, d = W(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 = W(t,
|
|
23344
|
+
} = t, f = W(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,15 +23469,15 @@ 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
23476
|
return Se({
|
|
23483
23477
|
root: ["root"],
|
|
23484
23478
|
paper: ["paper"]
|
|
23485
|
-
},
|
|
23486
|
-
},
|
|
23479
|
+
}, fF, t);
|
|
23480
|
+
}, vF = U(ll, {
|
|
23487
23481
|
name: "MuiPopover",
|
|
23488
23482
|
slot: "Root",
|
|
23489
23483
|
overridesResolver: (e, t) => t.root
|
|
@@ -23536,7 +23530,7 @@ const vF = (e) => {
|
|
|
23536
23530
|
onEntering: $
|
|
23537
23531
|
} = {},
|
|
23538
23532
|
disableScrollLock: w = !1
|
|
23539
|
-
} = l, R = W(l.TransitionProps,
|
|
23533
|
+
} = l, R = W(l.TransitionProps, mF), k = W(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();
|
|
@@ -23627,7 +23621,7 @@ 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 :
|
|
23624
|
+
const ne = v || (c ? Sr(Fn(c)).body : void 0), ce = (a = E == null ? void 0 : E.root) != null ? a : vF, ae = (i = E == null ? void 0 : E.paper) != null ? i : Hp, G = Rt({
|
|
23631
23625
|
elementType: ae,
|
|
23632
23626
|
externalSlotProps: S({}, D, {
|
|
23633
23627
|
style: J ? D.style : S({}, D.style, {
|
|
@@ -23658,7 +23652,7 @@ const vF = (e) => {
|
|
|
23658
23652
|
className: q(A.root, h)
|
|
23659
23653
|
}), {
|
|
23660
23654
|
slotProps: Pe
|
|
23661
|
-
} = Te, B = W(Te,
|
|
23655
|
+
} = Te, B = W(Te, gF);
|
|
23662
23656
|
return /* @__PURE__ */ p(ce, S({}, B, !bd(ce) && {
|
|
23663
23657
|
slotProps: Pe,
|
|
23664
23658
|
disableScrollLock: w
|
|
@@ -23853,17 +23847,17 @@ 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;
|
|
@@ -23871,13 +23865,13 @@ const xF = ["onEntering"], SF = ["autoFocus", "children", "className", "disableA
|
|
|
23871
23865
|
root: ["root"],
|
|
23872
23866
|
paper: ["paper"],
|
|
23873
23867
|
list: ["list"]
|
|
23874
|
-
},
|
|
23875
|
-
},
|
|
23868
|
+
}, yF, t);
|
|
23869
|
+
}, PF = U(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 = U(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 = U(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 = W(i.TransitionProps,
|
|
23914
|
+
} = i, T = W(i.TransitionProps, OF), y = W(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,
|
|
@@ -24110,13 +24104,13 @@ const So = fe("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
|
|
|
24110
24104
|
classes: l
|
|
24111
24105
|
} = e, c = Se({
|
|
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 = U(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 = W(o,
|
|
24206
|
+
} = o, h = W(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 = U(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 = U("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,
|
|
@@ -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 Se(i,
|
|
24834
|
-
},
|
|
24824
|
+
return Se(i, ZF, t);
|
|
24825
|
+
}, nw = U(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 = W(o,
|
|
24896
|
+
} = o, h = W(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
|