@syncfusion/ej2-angular-grids 27.2.5-ngcc → 28.1.33-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/README.md +2 -2
- package/dist/ej2-angular-grids.umd.js +3 -2
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +3 -3
- package/package.json +9 -9
- 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
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +2 -0
- package/styles/excel-filter/bds.css +1 -0
- package/styles/excel-filter/bds.scss +1 -0
- package/styles/excel-filter/tailwind3.css +1 -0
- package/styles/excel-filter/tailwind3.scss +1 -0
- package/styles/grid/bds.css +1 -0
- package/styles/grid/bds.scss +1 -0
- package/styles/grid/tailwind3.css +1 -0
- package/styles/grid/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +2 -0
package/README.md
CHANGED
|
@@ -139,10 +139,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
139
139
|
|
|
140
140
|
## License and copyright
|
|
141
141
|
|
|
142
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
142
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [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).
|
|
143
143
|
|
|
144
144
|
> 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
145
|
|
|
146
146
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-grid-npm) for more info.
|
|
147
147
|
|
|
148
|
-
© Copyright 2024 Syncfusion
|
|
148
|
+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.33
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
@@ -1463,6 +1463,7 @@ exports.renderResponsiveColumnChooserDiv = ej2Grids.renderResponsiveColumnChoose
|
|
|
1463
1463
|
exports.showAddNewRowFocus = ej2Grids.showAddNewRowFocus;
|
|
1464
1464
|
exports.infiniteScrollComplete = ej2Grids.infiniteScrollComplete;
|
|
1465
1465
|
exports.lastRowCellBorderUpdated = ej2Grids.lastRowCellBorderUpdated;
|
|
1466
|
+
exports.destroyEditForm = ej2Grids.destroyEditForm;
|
|
1466
1467
|
exports.rowCell = ej2Grids.rowCell;
|
|
1467
1468
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1468
1469
|
exports.gridContent = ej2Grids.gridContent;
|