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

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.
@@ -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