biblio-react 2.0.19 → 2.0.21
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -14478,7 +14478,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14478
14478
|
c.splice(u, 1);
|
|
14479
14479
|
} else {
|
|
14480
14480
|
let u = c.findIndex(
|
|
14481
|
-
(m) => m.claveFila === i
|
|
14481
|
+
(m) => (m == null ? void 0 : m.claveFila) === i
|
|
14482
14482
|
);
|
|
14483
14483
|
const d = t.current.getRowIndexRelativeToVisibleRows(i);
|
|
14484
14484
|
u = u !== -1 ? u : d !== void 0 ? d : c.length, c[u] = { ...s, estado: a, claveFila: i };
|
|
@@ -16115,7 +16115,7 @@ const K0 = (e) => {
|
|
|
16115
16115
|
return /* @__PURE__ */ p(
|
|
16116
16116
|
st,
|
|
16117
16117
|
{
|
|
16118
|
-
onClick: (y) => typeof C == "function" ? C({ ...u, record: v }, O) : !1,
|
|
16118
|
+
onClick: (y) => (y.preventDefault(), typeof C == "function" ? C({ ...u, record: v }, O) : !1),
|
|
16119
16119
|
...T,
|
|
16120
16120
|
children: E
|
|
16121
16121
|
},
|