@syncfusion/ej2-angular-grids 19.4.51 → 19.4.54
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/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +10 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +10 -1
- package/package.json +71 -71
- 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/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +38 -34
- package/styles/bootstrap5.css +38 -34
- package/styles/excel-filter/bootstrap-dark.css +3 -0
- package/styles/excel-filter/bootstrap.css +3 -0
- package/styles/excel-filter/bootstrap4.css +3 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -0
- package/styles/excel-filter/bootstrap5.css +3 -0
- package/styles/excel-filter/fabric-dark.css +3 -0
- package/styles/excel-filter/fabric.css +3 -0
- package/styles/excel-filter/highcontrast-light.css +3 -0
- package/styles/excel-filter/highcontrast.css +3 -0
- package/styles/excel-filter/material-dark.css +3 -0
- package/styles/excel-filter/material.css +3 -0
- package/styles/excel-filter/tailwind-dark.css +3 -0
- package/styles/excel-filter/tailwind.css +3 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/grid/bootstrap-dark.css +1 -0
- package/styles/grid/bootstrap.css +1 -0
- package/styles/grid/bootstrap4.css +1 -0
- package/styles/grid/bootstrap5-dark.css +35 -34
- package/styles/grid/bootstrap5.css +35 -34
- package/styles/grid/fabric-dark.css +1 -0
- package/styles/grid/fabric.css +1 -0
- package/styles/grid/highcontrast-light.css +1 -0
- package/styles/grid/highcontrast.css +1 -0
- package/styles/grid/material-dark.css +1 -0
- package/styles/grid/material.css +1 -0
- package/styles/grid/tailwind-dark.css +27 -26
- package/styles/grid/tailwind.css +27 -26
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/tailwind-dark.css +30 -26
- package/styles/tailwind.css +30 -26
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F172908` - Script error is thrown when column has `sortComparer` set is fixed.
|
|
10
|
+
- `#I367180` - `RowDragandDrop` not working when page size set to `All` has been fixed.
|
|
11
|
+
- `#I365069` - column menu `popup` not closed after filtering using enter key is fixed.
|
|
12
|
+
|
|
13
|
+
## 19.4.53 (2022-02-22)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#I364948` - column menu position issue when open last column is fixed.
|
|
20
|
+
- `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
|
|
21
|
+
- `#I366853` - Column menu icon is not showing in bigger tailwind theme.
|
|
22
|
+
- `#I357480` - Need to include `strikeThrough` style for excel export issue has been fixed.
|
|
23
|
+
|
|
24
|
+
## 19.4.52 (2022-02-15)
|
|
6
25
|
|
|
7
26
|
### Grid
|
|
8
27
|
|
|
@@ -15,6 +34,8 @@
|
|
|
15
34
|
- `#F171933` - Row hover is not shown after the row drag and drop action is fixed.
|
|
16
35
|
- `#F171832` - Wrong grid cell value in `pdfHeaderQueryCellInfo` event issue has been fixed.
|
|
17
36
|
- `#F171308` - Lint error while passing null value in `filterByColumn` method is fixed.
|
|
37
|
+
- `#I365287` - Script error thrown when refresh the grid with column template and details rows is fixed.
|
|
38
|
+
- `#F172138` - Script error while enabling sticky header with `react-i18next` has been fixed.
|
|
18
39
|
|
|
19
40
|
## 19.4.47 (2022-01-25)
|
|
20
41
|
|
package/README.md
CHANGED
|
@@ -78,4 +78,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
|
|
|
78
78
|
|
|
79
79
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/grids/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-data-grid-npm)
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-grids.umd.js
|
|
3
|
+
* version : 19.4.54
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
+
*/
|
|
1
10
|
(function (global, factory) {
|
|
2
11
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-grids'), require('@angular/common')) :
|
|
3
12
|
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-grids', '@angular/common'], factory) :
|
|
@@ -1417,6 +1426,7 @@ exports.stickyScrollComplete = ej2Grids.stickyScrollComplete;
|
|
|
1417
1426
|
exports.captionActionComplete = ej2Grids.captionActionComplete;
|
|
1418
1427
|
exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
|
|
1419
1428
|
exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
|
|
1429
|
+
exports.afterFilterColumnMenuClose = ej2Grids.afterFilterColumnMenuClose;
|
|
1420
1430
|
exports.rowCell = ej2Grids.rowCell;
|
|
1421
1431
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1422
1432
|
exports.gridContent = ej2Grids.gridContent;
|