biblio-react 2.0.22 → 2.0.23
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14452,7 +14452,7 @@ const Fd = no(), fa = ({ children: e }) => {
|
|
|
14452
14452
|
(g) => typeof i == "number" ? (g == null ? void 0 : g._id) === i : (g == null ? void 0 : g.claveFila) === i
|
|
14453
14453
|
);
|
|
14454
14454
|
const f = t.current.getRowIndexRelativeToVisibleRows(i);
|
|
14455
|
-
m = m !== -1 ? m : f !== void 0 ? f :
|
|
14455
|
+
m = m !== -1 ? m : f !== void 0 ? f : d.length, d[m] = {
|
|
14456
14456
|
...u,
|
|
14457
14457
|
claveFila: ((h = d[m]) == null ? void 0 : h.estado) === "N" ? "" : i,
|
|
14458
14458
|
_id: i,
|