@baosight/er4j 0.0.55 → 0.0.56

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.
@@ -32007,7 +32007,7 @@ var D;
32007
32007
  const s = this.getGrid(r);
32008
32008
  let c;
32009
32009
  if (s) {
32010
- a === "default" && (a = this.getGridOptions(r, "insertAtTop") || "default"), a === "default" && (a = ((p = (g = (h = s == null ? void 0 : s.gridOptions) == null ? void 0 : h.context) == null ? void 0 : g.options) == null ? void 0 : p.insertAtTop) || "default"), (s == null ? void 0 : s.gridOptions.api).stopEditing();
32010
+ s.gridOptions.context = s.gridOptions.context || {}, s.gridOptions.context.options = s.gridOptions.context.options || {}, s.gridOptions.context.options.autoCheckNewRow = o, a === "default" && (a = this.getGridOptions(r, "insertAtTop") || "default"), a === "default" && (a = ((p = (g = (h = s == null ? void 0 : s.gridOptions) == null ? void 0 : h.context) == null ? void 0 : g.options) == null ? void 0 : p.insertAtTop) || "default"), (s == null ? void 0 : s.gridOptions.api).stopEditing();
32011
32011
  const S = this.getGridSelectRows(s);
32012
32012
  if (S.length === 0) {
32013
32013
  const y = this.getGridCurrentRow(s);