biblio-react 3.0.0-alpha11 → 3.0.0-alpha12
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -20247,7 +20247,14 @@ const of = /* @__PURE__ */ n((e) => {
|
|
|
20247
20247
|
);
|
|
20248
20248
|
}, "ListInDialogButton"), RE = /* @__PURE__ */ f(pn, {}), n$ = /* @__PURE__ */ n((e) => {
|
|
20249
20249
|
const { tipo: t, ...r } = e, a = t === "ventana" ? wE : Qu, i = Ee(Bl);
|
|
20250
|
-
return /* @__PURE__ */ f(X0, { children: /* @__PURE__ */ f(_l, { children: /* @__PURE__ */ f(
|
|
20250
|
+
return /* @__PURE__ */ f(X0, { children: /* @__PURE__ */ f(_l, { children: /* @__PURE__ */ f(
|
|
20251
|
+
a,
|
|
20252
|
+
{
|
|
20253
|
+
...r,
|
|
20254
|
+
disableSyncWithLocation: !!i,
|
|
20255
|
+
storeKey: `${r.resource}.listParams`
|
|
20256
|
+
}
|
|
20257
|
+
) }) });
|
|
20251
20258
|
}, "ListEtriek");
|
|
20252
20259
|
function kE(e) {
|
|
20253
20260
|
return de("MuiIconButton", e);
|