@3sc/common-component 0.0.285 → 0.0.286
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44075,7 +44075,7 @@ function kw({ parent: e, column: t, sort: n, handleMenuClick: r, isManageable: o
|
|
|
44075
44075
|
handleSortClick: () => d({ column: t, sortDir: u, sortField: c, parent: e })
|
|
44076
44076
|
}
|
|
44077
44077
|
),
|
|
44078
|
-
o && !i && /* @__PURE__ */ y.jsx(
|
|
44078
|
+
o && !i && !e && /* @__PURE__ */ y.jsx(
|
|
44079
44079
|
qr,
|
|
44080
44080
|
{
|
|
44081
44081
|
onClick: (f) => r(f, t, e),
|
|
@@ -44828,7 +44828,7 @@ const Mw = ({
|
|
|
44828
44828
|
const l = gt(ka), { visibleGridColumns: c, triggerApi: u } = gt(Oa), [d, f] = De([]), [p, h] = De(!1);
|
|
44829
44829
|
Ct(() => {
|
|
44830
44830
|
if (i.length) {
|
|
44831
|
-
const E = i.length ? c.filter((P) => i.includes(P.id)) : c;
|
|
44831
|
+
const E = i.length ? c.filter((P) => i.includes(P.id)).map(({ children: P, ...M }) => M) : c;
|
|
44832
44832
|
f(E);
|
|
44833
44833
|
}
|
|
44834
44834
|
}, [i, c]);
|