biblio-react 3.0.0-alpha237-popup → 3.0.0-alpha238-popup

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 CHANGED
@@ -26916,19 +26916,35 @@ const rk = Bt({ resolve: null }), lre = /* @__PURE__ */ a(({ resolve: t, childre
26916
26916
  }
26917
26917
  );
26918
26918
  }, "GrillaSm"), SW = /* @__PURE__ */ a((t) => {
26919
- const e = cr((p) => p.breakpoints.down("md")), { hasEdit: n, options: r } = Hg(t), { hasDelete: o, ...i } = t, s = o === !1 ? o : r == null ? void 0 : r.borra, {
26920
- props: { viewMode: l = "grilla", setViewMode: u }
26921
- } = ri(), d = l === "pivot";
26922
- return /* @__PURE__ */ v(Ue, { sx: { display: "flex", flexDirection: "column", gap: 1 }, children: !d && (e ? !0 : l === "ficha") ? /* @__PURE__ */ v(
26919
+ const e = cr((b) => b.breakpoints.down("md")), { hasEdit: n, options: r } = Hg(t), {
26920
+ hasDelete: o,
26921
+ editIcon: i,
26922
+ deleteIcon: s,
26923
+ ...l
26924
+ } = t, u = o === !1 ? o : r == null ? void 0 : r.borra, d = i ?? (r == null ? void 0 : r.editIcon), f = s ?? (r == null ? void 0 : r.deleteIcon), {
26925
+ props: { viewMode: p = "grilla", setViewMode: h }
26926
+ } = ri(), m = p === "pivot";
26927
+ return /* @__PURE__ */ v(Ue, { sx: { display: "flex", flexDirection: "column", gap: 1 }, children: !m && (e ? !0 : p === "ficha") ? /* @__PURE__ */ v(
26923
26928
  CW,
26924
26929
  {
26925
- ...i,
26930
+ ...l,
26926
26931
  hasEdit: n,
26927
- borra: s,
26928
- pivotActive: d,
26932
+ borra: u,
26933
+ editIcon: d,
26934
+ deleteIcon: f,
26935
+ pivotActive: m,
26929
26936
  forceListView: !0
26930
26937
  }
26931
- ) : /* @__PURE__ */ v(sk, { ...i, hasEdit: n, borra: s }) });
26938
+ ) : /* @__PURE__ */ v(
26939
+ sk,
26940
+ {
26941
+ ...l,
26942
+ hasEdit: n,
26943
+ borra: u,
26944
+ editIcon: d,
26945
+ deleteIcon: f
26946
+ }
26947
+ ) });
26932
26948
  }, "GrillaEtriek"), wW = ee(Fn, {
26933
26949
  name: "EtrDeleteButton",
26934
26950
  overridesResolver: /* @__PURE__ */ a((t, e) => e.root, "overridesResolver")