igniteui-angular 11.1.37 → 11.1.38
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/bundles/igniteui-angular.umd.js +3 -0
- package/bundles/igniteui-angular.umd.js.map +1 -1
- package/bundles/igniteui-angular.umd.min.js +1 -1
- package/bundles/igniteui-angular.umd.min.js.map +1 -1
- package/esm2015/lib/grids/summaries/grid-summary.service.js +3 -1
- package/fesm2015/igniteui-angular.js +2 -0
- package/fesm2015/igniteui-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -48494,10 +48494,13 @@
|
|
|
48494
48494
|
return rowSummaries;
|
|
48495
48495
|
};
|
|
48496
48496
|
IgxGridSummaryService.prototype.resetSummaryHeight = function () {
|
|
48497
|
+
var _this = this;
|
|
48497
48498
|
this.summaryHeight = 0;
|
|
48498
48499
|
this.grid._summaryPipeTrigger++;
|
|
48499
48500
|
if (this.grid.rootSummariesEnabled) {
|
|
48501
|
+
this.grid.summariesHeight = 0;
|
|
48500
48502
|
this.retriggerRootPipe++;
|
|
48503
|
+
Promise.resolve().then(function () { return _this.grid.notifyChanges(true); });
|
|
48501
48504
|
}
|
|
48502
48505
|
};
|
|
48503
48506
|
IgxGridSummaryService.prototype.updateSummaryCache = function (groupingArgs) {
|