@abdellatifui/react 3.2.112 → 3.2.113
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/nextgen.js +2 -2
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -21212,7 +21212,7 @@ const T1 = de((e) => {
|
|
|
21212
21212
|
});
|
|
21213
21213
|
};
|
|
21214
21214
|
return q(() => {
|
|
21215
|
-
p(Array.from(new Set(s?.dataset?.map((w) => w[r?.field]
|
|
21215
|
+
p(Array.from(new Set(s?.dataset?.map((w) => w[r?.field]?.toString?.()))));
|
|
21216
21216
|
}, [a]), /* @__PURE__ */ c.jsxs("div", { className: "space-y-2", children: [
|
|
21217
21217
|
/* @__PURE__ */ c.jsxs("div", { className: "relative", children: [
|
|
21218
21218
|
/* @__PURE__ */ c.jsx($i, { className: "absolute left-2.5 top-1/2 -translate-y-1/2 w-3.5 h-3.5 text-slate-400" }),
|
|
@@ -21403,7 +21403,7 @@ const T1 = de((e) => {
|
|
|
21403
21403
|
type: l,
|
|
21404
21404
|
filter: C
|
|
21405
21405
|
};
|
|
21406
|
-
await r.setColumnFilterModel(n?.getColId(), C
|
|
21406
|
+
await r.setColumnFilterModel(n?.getColId(), C?.toString?.()?.trim?.() ? v : null), r?.onFilterChanged(), p(C);
|
|
21407
21407
|
}
|
|
21408
21408
|
}
|
|
21409
21409
|
)
|