igniteui-angular 14.2.20 → 14.2.22

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.
@@ -63982,8 +63982,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
63982
63982
  // commit pending states prior to adding a row
63983
63983
  this.crudService.endEdit(true);
63984
63984
  this.gridAPI.addRowToData(data);
63985
- this.rowAddedNotifier.next({ data: data, owner: this });
63986
63985
  this.pipeTrigger++;
63986
+ this.rowAddedNotifier.next({ data: data, owner: this });
63987
63987
  this.notifyChanges();
63988
63988
  }
63989
63989
  /**
@@ -64271,6 +64271,7 @@ class IgxGridBaseDirective extends DisplayDensityBase {
64271
64271
  this.crudService.endEdit(true);
64272
64272
  this.selectionService.clearHeaderCBState();
64273
64273
  this.summaryService.clearSummaryCache();
64274
+ this.summaryPipeTrigger++;
64274
64275
  this.cdr.detectChanges();
64275
64276
  }
64276
64277
  // TODO: We have return values here. Move them to event args ??