@syncfusion/ej2-angular-grids 32.2.9-ngcc → 33.1.44-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.
Files changed (102) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +3 -3
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-grids.js +3 -3
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -1
  5. package/README.md +16 -8
  6. package/dist/ej2-angular-grids.umd.js +12 -3
  7. package/dist/ej2-angular-grids.umd.js.map +1 -1
  8. package/dist/ej2-angular-grids.umd.min.js +2 -2
  9. package/dist/ej2-angular-grids.umd.min.js.map +1 -1
  10. package/ej2-angular-grids.metadata.json +1 -1
  11. package/package.json +15 -46
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/grid/aggregate-columns.directive.d.ts +2 -2
  16. package/src/grid/columns.directive.d.ts +1 -1
  17. package/src/grid/grid.component.d.ts +5 -3
  18. package/src/grid/stacked-column.directive.d.ts +1 -1
  19. package/styles/bds-lite.scss +1 -1
  20. package/styles/bds.scss +2 -2
  21. package/styles/bootstrap-dark-lite.scss +1 -1
  22. package/styles/bootstrap-dark.scss +2 -2
  23. package/styles/bootstrap-lite.scss +1 -1
  24. package/styles/bootstrap.scss +2 -2
  25. package/styles/bootstrap4-lite.scss +1 -1
  26. package/styles/bootstrap4.scss +2 -2
  27. package/styles/bootstrap5-dark-lite.scss +1 -1
  28. package/styles/bootstrap5-dark.scss +2 -2
  29. package/styles/bootstrap5-lite.scss +1 -1
  30. package/styles/bootstrap5.3-lite.scss +1 -1
  31. package/styles/bootstrap5.3.scss +2 -2
  32. package/styles/bootstrap5.scss +2 -2
  33. package/styles/excel-filter/bds.scss +1 -1
  34. package/styles/excel-filter/bootstrap-dark.scss +1 -1
  35. package/styles/excel-filter/bootstrap.scss +1 -1
  36. package/styles/excel-filter/bootstrap4.scss +1 -1
  37. package/styles/excel-filter/bootstrap5-dark.scss +1 -1
  38. package/styles/excel-filter/bootstrap5.3.scss +1 -1
  39. package/styles/excel-filter/bootstrap5.scss +1 -1
  40. package/styles/excel-filter/fabric-dark.scss +1 -1
  41. package/styles/excel-filter/fabric.scss +1 -1
  42. package/styles/excel-filter/fluent-dark.scss +1 -1
  43. package/styles/excel-filter/fluent.scss +1 -1
  44. package/styles/excel-filter/fluent2.scss +1 -1
  45. package/styles/excel-filter/highcontrast-light.scss +1 -1
  46. package/styles/excel-filter/highcontrast.scss +1 -1
  47. package/styles/excel-filter/material-dark.scss +1 -1
  48. package/styles/excel-filter/material.scss +1 -1
  49. package/styles/excel-filter/material3-dark.scss +1 -2
  50. package/styles/excel-filter/material3.scss +1 -2
  51. package/styles/excel-filter/tailwind-dark.scss +1 -1
  52. package/styles/excel-filter/tailwind.scss +1 -1
  53. package/styles/excel-filter/tailwind3.scss +1 -1
  54. package/styles/fabric-dark-lite.scss +1 -1
  55. package/styles/fabric-dark.scss +2 -2
  56. package/styles/fabric-lite.scss +1 -1
  57. package/styles/fabric.scss +2 -2
  58. package/styles/fluent-dark-lite.scss +1 -1
  59. package/styles/fluent-dark.scss +2 -2
  60. package/styles/fluent-lite.scss +1 -1
  61. package/styles/fluent.scss +2 -2
  62. package/styles/fluent2-lite.scss +1 -1
  63. package/styles/fluent2.scss +2 -2
  64. package/styles/grid/bds.scss +1 -1
  65. package/styles/grid/bootstrap-dark.scss +1 -1
  66. package/styles/grid/bootstrap.scss +1 -1
  67. package/styles/grid/bootstrap4.scss +1 -1
  68. package/styles/grid/bootstrap5-dark.scss +1 -1
  69. package/styles/grid/bootstrap5.3.scss +1 -1
  70. package/styles/grid/bootstrap5.scss +1 -1
  71. package/styles/grid/fabric-dark.scss +1 -1
  72. package/styles/grid/fabric.scss +1 -1
  73. package/styles/grid/fluent-dark.scss +1 -1
  74. package/styles/grid/fluent.scss +1 -1
  75. package/styles/grid/fluent2.scss +1 -1
  76. package/styles/grid/highcontrast-light.scss +1 -1
  77. package/styles/grid/highcontrast.scss +1 -1
  78. package/styles/grid/material-dark.scss +1 -1
  79. package/styles/grid/material.scss +1 -1
  80. package/styles/grid/material3-dark.scss +1 -2
  81. package/styles/grid/material3.scss +1 -2
  82. package/styles/grid/tailwind-dark.scss +1 -1
  83. package/styles/grid/tailwind.scss +1 -1
  84. package/styles/grid/tailwind3.scss +1 -1
  85. package/styles/highcontrast-light-lite.scss +1 -1
  86. package/styles/highcontrast-light.scss +2 -2
  87. package/styles/highcontrast-lite.scss +1 -1
  88. package/styles/highcontrast.scss +2 -2
  89. package/styles/material-dark-lite.scss +1 -1
  90. package/styles/material-dark.scss +2 -2
  91. package/styles/material-lite.scss +1 -1
  92. package/styles/material.scss +2 -2
  93. package/styles/material3-dark-lite.scss +1 -1
  94. package/styles/material3-dark.scss +2 -3
  95. package/styles/material3-lite.scss +1 -1
  96. package/styles/material3.scss +2 -3
  97. package/styles/tailwind-dark-lite.scss +1 -1
  98. package/styles/tailwind-dark.scss +2 -2
  99. package/styles/tailwind-lite.scss +1 -1
  100. package/styles/tailwind.scss +2 -2
  101. package/styles/tailwind3-lite.scss +1 -1
  102. package/styles/tailwind3.scss +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Angular Data Grid Component
2
2
 
3
- The [Angular Data Grid](https://www.syncfusion.com/angular-ui-components/angular-grid?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm) component is a powerful and flexible tool for displaying and manipulating tabular data. Angular Data Grid component is its ability to bind to a wide range of data sources, including arrays of JSON objects, `OData web services`, and the Syncfusion [DataManager](https://ej2.syncfusion.com/angular/documentation/data/data-binding/?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm). This makes it easy to integrate the grid into your application and display data from a variety of sources. In addition to its data binding capabilities, the Angular Data Grid also offers support for features such as sorting, filtering, paging, grouping, editing, frozen rows and columns, virtualization, and more. These features allow you to easily manipulate and present large datasets in an efficient and user-friendly way.
3
+ The [Angular Data Grid](https://www.syncfusion.com/angular-ui-components/angular-grid?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm) component is a powerful and flexible tool for displaying and manipulating tabular data. Angular Data Grid component is its ability to bind to a wide range of data sources, including arrays of JSON objects, `OData web services`, and the Syncfusion<sup>®</sup> [DataManager](https://ej2.syncfusion.com/angular/documentation/data/data-binding/?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm). This makes it easy to integrate the grid into your application and display data from a variety of sources. In addition to its data binding capabilities, the Angular Data Grid also offers support for features such as sorting, filtering, paging, grouping, editing, frozen rows and columns, virtualization, and more. These features allow you to easily manipulate and present large datasets in an efficient and user-friendly way.
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://ej2.syncfusion.com/angular/documentation/grid/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm">Getting Started</a> .
@@ -13,7 +13,7 @@ The [Angular Data Grid](https://www.syncfusion.com/angular-ui-components/angular
13
13
  <p align="center">
14
14
  Trusted by the world's leading companies
15
15
  <a href="https://www.syncfusion.com">
16
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
16
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
17
17
  </a>
18
18
  </p>
19
19
 
@@ -34,9 +34,9 @@ ng new my-app
34
34
  cd my-app
35
35
  ```
36
36
 
37
- ### Adding Syncfusion Grid package
37
+ ### Adding Syncfusion<sup>®</sup> Grid package
38
38
 
39
- All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular grid package, use the following command.
39
+ All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular grid package, use the following command.
40
40
 
41
41
  ```bash
42
42
  ng add @syncfusion/ej2-angular-grids
@@ -46,13 +46,13 @@ The above command does the below configuration to your Angular app.
46
46
 
47
47
  * Adds `@syncfusion/ej2-angular-grids` package and its peer dependencies to your `package.json` file.
48
48
  * Imports the `GridModule` in your application module `app.module.ts`.
49
- * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
49
+ * Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
50
50
 
51
- This makes it easy to add the Syncfusion Angular Grids module to your project and start using it in your application.
51
+ This makes it easy to add the Syncfusion<sup>®</sup> Angular Grids module to your project and start using it in your application.
52
52
 
53
53
  ### Add Grid component
54
54
 
55
- In **src/app/app.component.ts**, use `<ejs-grid>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Grid component.
55
+ In **src/app/app.component.ts**, use `<ejs-grid>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Grid component.
56
56
 
57
57
  ```typescript
58
58
  import { Component, OnInit } from '@angular/core';
@@ -123,6 +123,14 @@ Grid component is also offered in the following list of frameworks.
123
123
  * [Accessibility](https://ej2.syncfusion.com/angular/documentation/grid/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm#wai-aria): Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the grid can be effectively used with assistive technologies such as screen readers.
124
124
  * [Localization](https://ej2.syncfusion.com/angular/documentation/grid/global-local/?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm#localization): The Localization library enables you to adapt the default text content of the grid to fit the language and cultural preferences of your target audience.
125
125
 
126
+ ## Resources
127
+
128
+ * [Documentation](https://ej2.syncfusion.com/angular/documentation/grid/getting-started)
129
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
130
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
131
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
132
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
133
+
126
134
  ## Support
127
135
 
128
136
  Product support is available through the following mediums.
@@ -139,7 +147,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
139
147
 
140
148
  ## License and copyright
141
149
 
142
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
150
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
143
151
 
144
152
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
145
153
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 32.2.9
3
+ * version : 33.1.44
4
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
@@ -443,8 +443,8 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
443
443
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
444
444
  return Reflect.metadata(k, v);
445
445
  };
446
- var inputs = ['adaptiveUIMode', 'aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoFit', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'currentViewData', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'emptyRecordTemplate', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnSpan', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRowSpan', 'enableRtl', 'enableStickyHeader', 'enableVirtualMaskRow', 'enableVirtualization', 'exportGrids', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'loadingIndicator', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'showHider', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width'];
447
- var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeCustomFilterOpen', 'beforeDataBound', 'beforeDetailTemplateDetach', 'beforeExcelExport', 'beforeOpenAdaptiveDialog', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuClose', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuClose', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailDataBound', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportDetailTemplate', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick', 'dataSourceChange'];
446
+ var inputs = ['adaptiveUIMode', 'aggregates', 'allowExcelExport', 'allowFiltering', 'allowGrouping', 'allowKeyboard', 'allowMultiSorting', 'allowPaging', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTextWrap', 'autoFit', 'childGrid', 'clipMode', 'columnChooserSettings', 'columnMenuItems', 'columnQueryMode', 'columns', 'contextMenuItems', 'cssClass', 'currencyCode', 'currentAction', 'currentViewData', 'dataSource', 'detailTemplate', 'editSettings', 'ej2StatePersistenceVersion', 'emptyRecordTemplate', 'enableAdaptiveUI', 'enableAltRow', 'enableAutoFill', 'enableColumnSpan', 'enableColumnVirtualization', 'enableHeaderFocus', 'enableHover', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableInfiniteScrolling', 'enablePersistence', 'enableRowSpan', 'enableRtl', 'enableStickyHeader', 'enableVirtualMaskRow', 'enableVirtualization', 'exportGrids', 'filterSettings', 'frozenColumns', 'frozenRows', 'gridLines', 'groupSettings', 'height', 'hierarchyPrintMode', 'infiniteScrollSettings', 'isRowPinned', 'isRowSelectable', 'loadingIndicator', 'locale', 'pageSettings', 'pagerTemplate', 'parentDetails', 'printMode', 'query', 'queryString', 'resizeSettings', 'rowDropSettings', 'rowHeight', 'rowRenderingMode', 'rowTemplate', 'searchSettings', 'selectedRowIndex', 'selectionSettings', 'showColumnChooser', 'showColumnMenu', 'showHider', 'sortSettings', 'textWrapSettings', 'toolbar', 'toolbarTemplate', 'width'];
447
+ var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'batchAdd', 'batchCancel', 'batchDelete', 'beforeAutoFill', 'beforeBatchAdd', 'beforeBatchDelete', 'beforeBatchSave', 'beforeCopy', 'beforeCustomFilterOpen', 'beforeDataBound', 'beforeDetailTemplateDetach', 'beforeExcelExport', 'beforeOpenAdaptiveDialog', 'beforeOpenColumnChooser', 'beforePaste', 'beforePdfExport', 'beforePrint', 'beginEdit', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSave', 'cellSaved', 'cellSelected', 'cellSelecting', 'checkBoxChange', 'columnDataStateChange', 'columnDeselected', 'columnDeselecting', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuClose', 'columnMenuOpen', 'columnSelected', 'columnSelecting', 'commandClick', 'contextMenuClick', 'contextMenuClose', 'contextMenuOpen', 'created', 'dataBound', 'dataSourceChanged', 'dataStateChange', 'destroyed', 'detailCollapse', 'detailDataBound', 'detailExpand', 'excelAggregateQueryCellInfo', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'exportDetailDataBound', 'exportDetailTemplate', 'exportGroupCaption', 'headerCellInfo', 'keyPressed', 'lazyLoadGroupCollapse', 'lazyLoadGroupExpand', 'load', 'pdfAggregateQueryCellInfo', 'pdfExportComplete', 'pdfHeaderQueryCellInfo', 'pdfQueryCellInfo', 'printComplete', 'queryCellInfo', 'recordClick', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'toolbarClick', 'dataSourceChange'];
448
448
  var twoWays = ['dataSource'];
449
449
  /**
450
450
  * `ejs-grid` represents the Angular Grid Component.
@@ -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;
@@ -1191,10 +1192,14 @@ exports.findCellIndex = ej2Grids.findCellIndex;
1191
1192
  exports.capitalizeFirstLetter = ej2Grids.capitalizeFirstLetter;
1192
1193
  exports.checkIsVirtual = ej2Grids.checkIsVirtual;
1193
1194
  exports.getVisiblePage = ej2Grids.getVisiblePage;
1195
+ exports.getSerachFilteredData = ej2Grids.getSerachFilteredData;
1196
+ exports.isEnableSeamlessScrolling = ej2Grids.isEnableSeamlessScrolling;
1197
+ exports.setEnableSeamlessScrolling = ej2Grids.setEnableSeamlessScrolling;
1194
1198
  exports.created = ej2Grids.created;
1195
1199
  exports.destroyed = ej2Grids.destroyed;
1196
1200
  exports.load = ej2Grids.load;
1197
1201
  exports.rowDataBound = ej2Grids.rowDataBound;
1202
+ exports.isRowPinned = ej2Grids.isRowPinned;
1198
1203
  exports.queryCellInfo = ej2Grids.queryCellInfo;
1199
1204
  exports.headerCellInfo = ej2Grids.headerCellInfo;
1200
1205
  exports.actionBegin = ej2Grids.actionBegin;
@@ -1223,6 +1228,8 @@ exports.rowDrop = ej2Grids.rowDrop;
1223
1228
  exports.beforePrint = ej2Grids.beforePrint;
1224
1229
  exports.printComplete = ej2Grids.printComplete;
1225
1230
  exports.detailDataBound = ej2Grids.detailDataBound;
1231
+ exports.detailExpand = ej2Grids.detailExpand;
1232
+ exports.detailCollapse = ej2Grids.detailCollapse;
1226
1233
  exports.toolbarClick = ej2Grids.toolbarClick;
1227
1234
  exports.batchAdd = ej2Grids.batchAdd;
1228
1235
  exports.batchCancel = ej2Grids.batchCancel;
@@ -1324,6 +1331,7 @@ exports.addComplete = ej2Grids.addComplete;
1324
1331
  exports.saveComplete = ej2Grids.saveComplete;
1325
1332
  exports.deleteBegin = ej2Grids.deleteBegin;
1326
1333
  exports.deleteComplete = ej2Grids.deleteComplete;
1334
+ exports.refreshAggregateComplete = ej2Grids.refreshAggregateComplete;
1327
1335
  exports.preventBatch = ej2Grids.preventBatch;
1328
1336
  exports.dialogDestroy = ej2Grids.dialogDestroy;
1329
1337
  exports.crudAction = ej2Grids.crudAction;
@@ -1489,6 +1497,7 @@ exports.columnChooserUpdate = ej2Grids.columnChooserUpdate;
1489
1497
  exports.destroyEditForm = ej2Grids.destroyEditForm;
1490
1498
  exports.beforeDetailTemplateDetach = ej2Grids.beforeDetailTemplateDetach;
1491
1499
  exports.detachDetailTemplate = ej2Grids.detachDetailTemplate;
1500
+ exports.beforeSetPartialRecords = ej2Grids.beforeSetPartialRecords;
1492
1501
  exports.rowCell = ej2Grids.rowCell;
1493
1502
  exports.gridHeader = ej2Grids.gridHeader;
1494
1503
  exports.gridContent = ej2Grids.gridContent;