@oliasoft-open-source/react-ui-library 5.6.5-beta-4 → 5.6.5-beta-5
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.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3636,14 +3636,13 @@ const injectScopeIntoActions = (e, t) => {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
});
|
|
3638
3638
|
}, x = (e) => {
|
|
3639
|
-
e.preventDefault();
|
|
3640
3639
|
let t = e.target, n = Number(t.closest("td")?.dataset.rowIndex), r = Number(t.closest("td")?.dataset.columnIndex);
|
|
3641
3640
|
b(n, r), o || s({
|
|
3642
3641
|
row: n,
|
|
3643
3642
|
column: r
|
|
3644
3643
|
}), u(!0);
|
|
3645
3644
|
}, S = (e) => {
|
|
3646
|
-
|
|
3645
|
+
s(void 0), u(!1);
|
|
3647
3646
|
}, C = (e) => {
|
|
3648
3647
|
if (e.preventDefault(), !c) return;
|
|
3649
3648
|
let t = e.target, n = Number(t.closest("td")?.dataset.rowIndex), r = Number(t.closest("td")?.dataset.columnIndex);
|
package/package.json
CHANGED