@abdellatifui/react 3.2.111 → 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 +6 -3
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -6006,7 +6006,10 @@ const sh = Ce("flex items-center justify-center z-1 css-iuur1", {
|
|
|
6006
6006
|
hf,
|
|
6007
6007
|
{
|
|
6008
6008
|
onClickAway: (W) => {
|
|
6009
|
-
O({ event: W, open: n, applyStackRules: M, isLastItemInArray: g, ref: w, container: $, children: x, props: e, _children: s, id: r }), S
|
|
6009
|
+
if (O({ event: W, open: n, applyStackRules: M, isLastItemInArray: g, ref: w, container: $, children: x, props: e, _children: s, id: r }), S) {
|
|
6010
|
+
if (M && !g) return;
|
|
6011
|
+
_();
|
|
6012
|
+
}
|
|
6010
6013
|
},
|
|
6011
6014
|
children: s || x
|
|
6012
6015
|
}
|
|
@@ -21209,7 +21212,7 @@ const T1 = de((e) => {
|
|
|
21209
21212
|
});
|
|
21210
21213
|
};
|
|
21211
21214
|
return q(() => {
|
|
21212
|
-
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?.()))));
|
|
21213
21216
|
}, [a]), /* @__PURE__ */ c.jsxs("div", { className: "space-y-2", children: [
|
|
21214
21217
|
/* @__PURE__ */ c.jsxs("div", { className: "relative", children: [
|
|
21215
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" }),
|
|
@@ -21400,7 +21403,7 @@ const T1 = de((e) => {
|
|
|
21400
21403
|
type: l,
|
|
21401
21404
|
filter: C
|
|
21402
21405
|
};
|
|
21403
|
-
await r.setColumnFilterModel(n?.getColId(), C
|
|
21406
|
+
await r.setColumnFilterModel(n?.getColId(), C?.toString?.()?.trim?.() ? v : null), r?.onFilterChanged(), p(C);
|
|
21404
21407
|
}
|
|
21405
21408
|
}
|
|
21406
21409
|
)
|