biblio-react 3.0.6 → 3.0.7
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 +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30618,7 +30618,7 @@ const t9 = x.memo(/* @__PURE__ */ s(function({
|
|
|
30618
30618
|
}, "onClick")
|
|
30619
30619
|
},
|
|
30620
30620
|
`show-${we}`
|
|
30621
|
-
) : null, rn = M || Ou && !Ht, on = e.filter((it) => vi(hl, it)).map((it, Nt) => {
|
|
30621
|
+
) : null, rn = M || Ou && !Ht, on = (e || []).filter((it) => vi(hl, it)).map((it, Nt) => {
|
|
30622
30622
|
const { handler: qt, key: nr, sx: pr, ...yl } = it;
|
|
30623
30623
|
return /* @__PURE__ */ b(
|
|
30624
30624
|
Zs,
|
|
@@ -31434,7 +31434,9 @@ const t9 = x.memo(/* @__PURE__ */ s(function({
|
|
|
31434
31434
|
pivotActive: y = !1,
|
|
31435
31435
|
forceListView: v,
|
|
31436
31436
|
...S
|
|
31437
|
-
} = t, E = x.useRef(null), w = nt(Pn) || {}, C = Ic(w, "borrar") || Ic(w, "delete"), T = m && !C, O = y ? [] : i
|
|
31437
|
+
} = t, E = x.useRef(null), w = nt(Pn) || {}, C = Ic(w, "borrar") || Ic(w, "delete"), T = m && !C, O = y ? [] : (i || []).filter(
|
|
31438
|
+
(z) => vi(w, z)
|
|
31439
|
+
), M = !!(!y && (l || p || g || T || O.length)), { sort: D } = zo(), I = /* @__PURE__ */ s(() => E.current, "container"), $ = Ir((z) => z.breakpoints.down("md")), P = v ?? $, k = v && !$, A = Lv(), {
|
|
31438
31440
|
props: { gridContainerRef: L }
|
|
31439
31441
|
} = Jo(), [R, N] = x.useState({
|
|
31440
31442
|
overlay: null,
|