@syncfusion/ej2-angular-grids 31.1.21-ngcc → 31.1.22-ngcc

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.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 31.1.21
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.1.22
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
@@ -1143,6 +1143,7 @@ exports.applyBiggerTheme = ej2Grids.applyBiggerTheme;
1143
1143
  exports.getScrollWidth = ej2Grids.getScrollWidth;
1144
1144
  exports.resetColspanGroupCaption = ej2Grids.resetColspanGroupCaption;
1145
1145
  exports.groupCaptionRowLeftRightPos = ej2Grids.groupCaptionRowLeftRightPos;
1146
+ exports.getColumnWidth = ej2Grids.getColumnWidth;
1146
1147
  exports.ensureLastRow = ej2Grids.ensureLastRow;
1147
1148
  exports.ensureFirstRow = ej2Grids.ensureFirstRow;
1148
1149
  exports.isRowEnteredInGrid = ej2Grids.isRowEnteredInGrid;
@@ -1324,6 +1325,7 @@ exports.addComplete = ej2Grids.addComplete;
1324
1325
  exports.saveComplete = ej2Grids.saveComplete;
1325
1326
  exports.deleteBegin = ej2Grids.deleteBegin;
1326
1327
  exports.deleteComplete = ej2Grids.deleteComplete;
1328
+ exports.refreshAggregateComplete = ej2Grids.refreshAggregateComplete;
1327
1329
  exports.preventBatch = ej2Grids.preventBatch;
1328
1330
  exports.dialogDestroy = ej2Grids.dialogDestroy;
1329
1331
  exports.crudAction = ej2Grids.crudAction;