@syncfusion/ej2-angular-grids 20.1.48 → 20.1.55
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 +25 -0
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +8 -8
- 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 +282 -1600
- package/styles/bootstrap.css +282 -1600
- package/styles/bootstrap4.css +281 -1598
- package/styles/bootstrap5-dark.css +286 -1618
- package/styles/bootstrap5.css +286 -1618
- package/styles/excel-filter/bootstrap-dark.css +14 -102
- package/styles/excel-filter/bootstrap.css +14 -102
- package/styles/excel-filter/bootstrap4.css +14 -101
- package/styles/excel-filter/bootstrap5-dark.css +15 -103
- package/styles/excel-filter/bootstrap5.css +15 -103
- package/styles/excel-filter/fabric-dark.css +14 -100
- package/styles/excel-filter/fabric.css +14 -100
- package/styles/excel-filter/fluent-dark.css +14 -101
- package/styles/excel-filter/fluent.css +14 -101
- package/styles/excel-filter/highcontrast-light.css +12 -111
- package/styles/excel-filter/highcontrast.css +12 -111
- package/styles/excel-filter/material-dark.css +10 -90
- package/styles/excel-filter/material.css +10 -91
- package/styles/excel-filter/tailwind-dark.css +11 -91
- package/styles/excel-filter/tailwind.css +11 -91
- package/styles/fabric-dark.css +281 -1597
- package/styles/fabric.css +281 -1597
- package/styles/fluent-dark.css +285 -1616
- package/styles/fluent.css +285 -1616
- package/styles/grid/bootstrap-dark.css +229 -1302
- package/styles/grid/bootstrap.css +229 -1302
- package/styles/grid/bootstrap4.css +229 -1301
- package/styles/grid/bootstrap5-dark.css +233 -1311
- package/styles/grid/bootstrap5.css +233 -1311
- package/styles/grid/fabric-dark.css +229 -1300
- package/styles/grid/fabric.css +229 -1300
- package/styles/grid/fluent-dark.css +232 -1317
- package/styles/grid/fluent.css +232 -1317
- package/styles/grid/highcontrast-light.css +227 -1311
- package/styles/grid/highcontrast.css +227 -1311
- package/styles/grid/material-dark.css +225 -1291
- package/styles/grid/material.css +225 -1292
- package/styles/grid/tailwind-dark.css +232 -1318
- package/styles/grid/tailwind.css +232 -1318
- package/styles/highcontrast-light.css +279 -1608
- package/styles/highcontrast.css +279 -1608
- package/styles/material-dark.css +277 -1589
- package/styles/material.css +277 -1591
- package/styles/pager/bootstrap-dark.css +45 -211
- package/styles/pager/bootstrap.css +45 -211
- package/styles/pager/bootstrap4.css +44 -210
- package/styles/pager/bootstrap5-dark.css +44 -218
- package/styles/pager/bootstrap5.css +44 -218
- package/styles/pager/fabric-dark.css +44 -210
- package/styles/pager/fabric.css +44 -210
- package/styles/pager/fluent-dark.css +44 -210
- package/styles/pager/fluent.css +44 -210
- package/styles/pager/highcontrast-light.css +44 -210
- package/styles/pager/highcontrast.css +44 -210
- package/styles/pager/material-dark.css +44 -210
- package/styles/pager/material.css +44 -210
- package/styles/pager/tailwind-dark.css +46 -241
- package/styles/pager/tailwind.css +46 -241
- package/styles/tailwind-dark.css +287 -1648
- package/styles/tailwind.css +287 -1648
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.1.52 (2022-05-04)
|
|
6
|
+
|
|
7
|
+
### Grid
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
|
|
12
|
+
- `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
|
|
13
|
+
- `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
|
|
14
|
+
|
|
15
|
+
## 20.1.51 (2022-04-26)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I367001` - Script error thrown when adding rows with template has been fixed.
|
|
22
|
+
- `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
|
|
23
|
+
- `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
|
|
24
|
+
- `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
|
|
25
|
+
- `#I370329,#I373234` - Command column not working properly for default action is fixed.
|
|
26
|
+
- `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
|
|
27
|
+
|
|
28
|
+
## 20.1.48 (2022-04-12)
|
|
29
|
+
|
|
5
30
|
### Grid
|
|
6
31
|
|
|
7
32
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.55
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
|
@@ -1427,6 +1427,7 @@ exports.captionActionComplete = ej2Grids.captionActionComplete;
|
|
|
1427
1427
|
exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
|
|
1428
1428
|
exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
|
|
1429
1429
|
exports.afterFilterColumnMenuClose = ej2Grids.afterFilterColumnMenuClose;
|
|
1430
|
+
exports.beforeCheckboxfilterRenderer = ej2Grids.beforeCheckboxfilterRenderer;
|
|
1430
1431
|
exports.rowCell = ej2Grids.rowCell;
|
|
1431
1432
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1432
1433
|
exports.gridContent = ej2Grids.gridContent;
|