@syncfusion/ej2-angular-grids 31.2.18-ngcc → 32.1.19-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.
- package/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/dist/ej2-angular-grids.umd.js +0 -11
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -10
- package/package.json +46 -15
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 31.2.18
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
10
1
|
(function (global, factory) {
|
|
11
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-grids'), require('@angular/common')) :
|
|
12
3
|
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-grids', '@angular/common'], factory) :
|
|
@@ -1143,7 +1134,6 @@ exports.applyBiggerTheme = ej2Grids.applyBiggerTheme;
|
|
|
1143
1134
|
exports.getScrollWidth = ej2Grids.getScrollWidth;
|
|
1144
1135
|
exports.resetColspanGroupCaption = ej2Grids.resetColspanGroupCaption;
|
|
1145
1136
|
exports.groupCaptionRowLeftRightPos = ej2Grids.groupCaptionRowLeftRightPos;
|
|
1146
|
-
exports.getColumnWidth = ej2Grids.getColumnWidth;
|
|
1147
1137
|
exports.ensureLastRow = ej2Grids.ensureLastRow;
|
|
1148
1138
|
exports.ensureFirstRow = ej2Grids.ensureFirstRow;
|
|
1149
1139
|
exports.isRowEnteredInGrid = ej2Grids.isRowEnteredInGrid;
|
|
@@ -1325,7 +1315,6 @@ exports.addComplete = ej2Grids.addComplete;
|
|
|
1325
1315
|
exports.saveComplete = ej2Grids.saveComplete;
|
|
1326
1316
|
exports.deleteBegin = ej2Grids.deleteBegin;
|
|
1327
1317
|
exports.deleteComplete = ej2Grids.deleteComplete;
|
|
1328
|
-
exports.refreshAggregateComplete = ej2Grids.refreshAggregateComplete;
|
|
1329
1318
|
exports.preventBatch = ej2Grids.preventBatch;
|
|
1330
1319
|
exports.dialogDestroy = ej2Grids.dialogDestroy;
|
|
1331
1320
|
exports.crudAction = ej2Grids.crudAction;
|