@3sc/common-component 0.0.164 → 0.0.166
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 +6 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -41318,10 +41318,12 @@ const y2 = ({
|
|
|
41318
41318
|
var w, T, S, E, R, O, k;
|
|
41319
41319
|
const a = ut(ca), { visibleGridColumns: l, triggerApi: c } = ut(Oc), [u, d] = Ve(""), [p, f] = Ve([]), [m, g] = Ve([]);
|
|
41320
41320
|
Ft(() => {
|
|
41321
|
-
|
|
41322
|
-
|
|
41323
|
-
|
|
41324
|
-
|
|
41321
|
+
if (s.length) {
|
|
41322
|
+
const D = s.length ? l.filter((M) => s.includes(M.id)) : l;
|
|
41323
|
+
f(D);
|
|
41324
|
+
const j = I(D, u);
|
|
41325
|
+
g(j);
|
|
41326
|
+
}
|
|
41325
41327
|
}, [s, l]);
|
|
41326
41328
|
const h = async (D) => {
|
|
41327
41329
|
try {
|
|
@@ -46018,9 +46020,6 @@ const J7 = ({ sortKey: e, sortDir: t, column: n }) => /* @__PURE__ */ y.jsx(y.Fr
|
|
|
46018
46020
|
justifyContent: "space-between",
|
|
46019
46021
|
alignItems: "center",
|
|
46020
46022
|
flexGrow: 1,
|
|
46021
|
-
sx: {
|
|
46022
|
-
marginRight: "3rem"
|
|
46023
|
-
},
|
|
46024
46023
|
children: [
|
|
46025
46024
|
/* @__PURE__ */ y.jsxs(
|
|
46026
46025
|
Mt,
|