biblio-react 3.0.0-alpha95 → 3.0.0-alpha96
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 +8 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23165,23 +23165,19 @@ const DC = /* @__PURE__ */ a((e) => {
|
|
|
23165
23165
|
chkSeleccion: i = !1,
|
|
23166
23166
|
storeKey: s,
|
|
23167
23167
|
...l
|
|
23168
|
-
} = e, u = Te(rg), d = r === "ventana" ? cB : o1, { pathname: p, state: f } = Ti(), h = lm(), [m, g] = De(null), [b, v] = De(i), O = /* @__PURE__ */ a((
|
|
23169
|
-
v(
|
|
23168
|
+
} = e, u = Te(rg), d = r === "ventana" ? cB : o1, { pathname: p, state: f } = Ti(), h = lm(), [m, g] = De(null), [b, v] = De(i), O = /* @__PURE__ */ a((C) => {
|
|
23169
|
+
v(C.target.checked);
|
|
23170
23170
|
}, "handleChange");
|
|
23171
23171
|
if (Ge(() => {
|
|
23172
|
-
h.getGrillaConfig(t).then((
|
|
23173
|
-
g(
|
|
23174
|
-
}).catch((
|
|
23172
|
+
h.getGrillaConfig(t).then((C) => {
|
|
23173
|
+
g(C.data);
|
|
23174
|
+
}).catch((C) => {
|
|
23175
23175
|
m === null && g([]);
|
|
23176
23176
|
});
|
|
23177
23177
|
}, []), m === null)
|
|
23178
23178
|
return /* @__PURE__ */ y(Eg, { loadingPrimary: "", loadingSecondary: "" });
|
|
23179
|
-
let k = l.filter;
|
|
23180
|
-
|
|
23181
|
-
const { _scrollToTop: T, ...C } = f;
|
|
23182
|
-
k = C;
|
|
23183
|
-
}
|
|
23184
|
-
return /* @__PURE__ */ y(
|
|
23179
|
+
let k = l.filter, T = l.queryOptions;
|
|
23180
|
+
return f && p.substring(1) === t && (k = f.filter ?? l.filter, T = f != null && f.meta ? { meta: { ...f.meta } } : l.queryOptions), /* @__PURE__ */ y(
|
|
23185
23181
|
FN,
|
|
23186
23182
|
{
|
|
23187
23183
|
hasCreate: n,
|
|
@@ -23193,6 +23189,7 @@ const DC = /* @__PURE__ */ a((e) => {
|
|
|
23193
23189
|
{
|
|
23194
23190
|
...l,
|
|
23195
23191
|
filter: k,
|
|
23192
|
+
queryOptions: T,
|
|
23196
23193
|
sx: {
|
|
23197
23194
|
"& .MuiTablePagination-root": {
|
|
23198
23195
|
position: "sticky",
|