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.
|
@@ -64201,8 +64201,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
64201
64201
|
// commit pending states prior to adding a row
|
|
64202
64202
|
this.crudService.endEdit(true);
|
|
64203
64203
|
this.gridAPI.addRowToData(data);
|
|
64204
|
-
this.rowAddedNotifier.next({ data: data, owner: this });
|
|
64205
64204
|
this.pipeTrigger++;
|
|
64205
|
+
this.rowAddedNotifier.next({ data: data, owner: this });
|
|
64206
64206
|
this.notifyChanges();
|
|
64207
64207
|
}
|
|
64208
64208
|
/**
|
|
@@ -64490,6 +64490,7 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
64490
64490
|
this.crudService.endEdit(true);
|
|
64491
64491
|
this.selectionService.clearHeaderCBState();
|
|
64492
64492
|
this.summaryService.clearSummaryCache();
|
|
64493
|
+
this.summaryPipeTrigger++;
|
|
64493
64494
|
this.cdr.detectChanges();
|
|
64494
64495
|
}
|
|
64495
64496
|
// TODO: We have return values here. Move them to event args ??
|