biblio-react 3.0.0-alpha78 → 3.0.0-alpha79

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 CHANGED
@@ -9014,7 +9014,10 @@ const $S = Rt(), El = /* @__PURE__ */ a(({ children: e }) => {
9014
9014
  const { apiRef: t, source: r, enviarTodo: n } = e, o = "N";
9015
9015
  return He(
9016
9016
  (i, s) => {
9017
- const l = GS(i), u = t.current.getRowsCount() + 1;
9017
+ const l = GS(i), u = Math.max(
9018
+ 0,
9019
+ ...t.current.getAllRowIds().filter((p) => typeof p == "number")
9020
+ ) + 1;
9018
9021
  t.current.updateRows([{ ...l, id: u }]);
9019
9022
  const d = n ? Array.from(t.current.getRowModels().values(), (p) => ({
9020
9023
  ...p,