@applica-software-guru/react-admin 1.5.350 → 1.5.352

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.
@@ -31745,8 +31745,8 @@ function h6e({ children: e = /* @__PURE__ */ g(Nle, { source: "", title: "" }),
31745
31745
  );
31746
31746
  }
31747
31747
  function g6e(e) {
31748
- const { source: t } = e, { id: n } = oo(e);
31749
- return /* @__PURE__ */ g(Xle, { ...e, children: /* @__PURE__ */ g(i1e, { entityId: String(n), source: t }) });
31748
+ const { source: t } = e, n = oo(e), { id: r } = n ?? {};
31749
+ return /* @__PURE__ */ g(Xle, { ...e, children: /* @__PURE__ */ g(i1e, { entityId: String(r), source: t }) });
31750
31750
  }
31751
31751
  function i1e(e) {
31752
31752
  const t = oo();
@@ -34635,7 +34635,7 @@ function O6e(e) {
34635
34635
  reference: a,
34636
34636
  source: l
34637
34637
  } = e, { field: d } = R2({ source: l }), { value: u, onChange: f } = d ?? {}, h = !Q.isEmpty(u), { open: p, handleOpen: m, handleClose: v } = iw(!1), b = _e(
34638
- () => Q.chain(n ?? {}).clone().extend({ id__ne: u }).value(),
34638
+ () => Q.isEmpty(u) ? n : Q.chain(n ?? {}).clone().extend({ id__ne: u }).value(),
34639
34639
  [n, u]
34640
34640
  ), x = _e(
34641
34641
  () => o ?? [/* @__PURE__ */ g(Nw, { source: "keyword", alwaysOn: !0 }, "keyword")],
@@ -34691,7 +34691,7 @@ function P6e(e) {
34691
34691
  reference: a,
34692
34692
  source: l
34693
34693
  } = e, { field: d } = R2({ source: l }), { value: u, onChange: f } = d ?? {}, h = !Q.isEmpty(u), { open: p, handleOpen: m, handleClose: v } = iw(!1), b = _e(
34694
- () => Q.chain(n ?? {}).clone().extend({ id__nin: u }).value(),
34694
+ () => Q.isEmpty(u) ? n : Q.chain(n ?? {}).clone().extend({ id__nin: u }).value(),
34695
34695
  [n, u]
34696
34696
  ), x = _e(
34697
34697
  () => o ?? [/* @__PURE__ */ g(Nw, { source: "keyword", alwaysOn: !0 }, "keyword")],
Binary file