@hybr1d-tech/charizard 1.1.100 → 1.1.101
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/hybr1d-ui.js +1 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -9599,7 +9599,7 @@ function Fm({
|
|
|
9599
9599
|
if (d !== "selection" || u || o) return;
|
|
9600
9600
|
const M = (i == null ? void 0 : i.checked_state) || [];
|
|
9601
9601
|
h(M), R(M);
|
|
9602
|
-
}, [i == null ? void 0 : i.checked_state]);
|
|
9602
|
+
}, [{ isPending: o, isError: u, variant: d, columns: i == null ? void 0 : i.checked_state }]);
|
|
9603
9603
|
const z = v.filter((M) => M.checked), w = v.filter((M) => !M.checked), R = (M) => {
|
|
9604
9604
|
M.forEach((Y) => {
|
|
9605
9605
|
const L = l.getColumn(Y.id);
|