@syncfusion/ej2-angular-grids 19.4.48 → 19.4.53

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 (47) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-angular-grids.umd.js +1 -1
  4. package/dist/ej2-angular-grids.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/schematics/utils/lib-details.d.ts +2 -2
  7. package/schematics/utils/lib-details.js +2 -2
  8. package/schematics/utils/lib-details.ts +2 -2
  9. package/styles/bootstrap-dark.css +7 -3
  10. package/styles/bootstrap.css +7 -3
  11. package/styles/bootstrap4.css +7 -3
  12. package/styles/bootstrap5-dark.css +111 -107
  13. package/styles/bootstrap5.css +111 -107
  14. package/styles/excel-filter/bootstrap-dark.css +3 -0
  15. package/styles/excel-filter/bootstrap.css +3 -0
  16. package/styles/excel-filter/bootstrap4.css +3 -0
  17. package/styles/excel-filter/bootstrap5-dark.css +3 -0
  18. package/styles/excel-filter/bootstrap5.css +3 -0
  19. package/styles/excel-filter/fabric-dark.css +3 -0
  20. package/styles/excel-filter/fabric.css +3 -0
  21. package/styles/excel-filter/highcontrast-light.css +3 -0
  22. package/styles/excel-filter/highcontrast.css +3 -0
  23. package/styles/excel-filter/material-dark.css +3 -0
  24. package/styles/excel-filter/material.css +3 -0
  25. package/styles/excel-filter/tailwind-dark.css +3 -0
  26. package/styles/excel-filter/tailwind.css +3 -0
  27. package/styles/fabric-dark.css +7 -3
  28. package/styles/fabric.css +7 -3
  29. package/styles/grid/bootstrap-dark.css +4 -3
  30. package/styles/grid/bootstrap.css +4 -3
  31. package/styles/grid/bootstrap4.css +4 -3
  32. package/styles/grid/bootstrap5-dark.css +108 -107
  33. package/styles/grid/bootstrap5.css +108 -107
  34. package/styles/grid/fabric-dark.css +4 -3
  35. package/styles/grid/fabric.css +4 -3
  36. package/styles/grid/highcontrast-light.css +4 -3
  37. package/styles/grid/highcontrast.css +4 -3
  38. package/styles/grid/material-dark.css +4 -3
  39. package/styles/grid/material.css +4 -3
  40. package/styles/grid/tailwind-dark.css +121 -120
  41. package/styles/grid/tailwind.css +121 -120
  42. package/styles/highcontrast-light.css +7 -3
  43. package/styles/highcontrast.css +7 -3
  44. package/styles/material-dark.css +7 -3
  45. package/styles/material.css +7 -3
  46. package/styles/tailwind-dark.css +124 -120
  47. package/styles/tailwind.css +124 -120
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I364948` - column menu position issue when open last column is fixed.
10
+ - `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
11
+ - `#I366853` - Column menu icon is not showing in bigger tailwind theme.
12
+ - `#I357480` - Need to include `strikeThrough` style for excel export issue has been fixed.
13
+
14
+ ## 19.4.52 (2022-02-15)
15
+
16
+ ### Grid
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I359192` - Ellipsis is not showing for the cells in the Firefox browser has been fixed.
21
+ - `#I363178` - Filter dialog position mismatches when disable `ColumnMenu` for particular column is fixed.
22
+ - `#I357482` - Not able to set the pager dropdown value as All on initialization issue has been fixed.
23
+ - `#F172084` - `rowSelected` event arguments row data is incorrect while select rows with `Ctrl`, issue has been fixed.
24
+ - `#F171933` - Row hover is not shown after the row drag and drop action is fixed.
25
+ - `#F171832` - Wrong grid cell value in `pdfHeaderQueryCellInfo` event issue has been fixed.
26
+ - `#F171308` - Lint error while passing null value in `filterByColumn` method is fixed.
27
+ - `#I365287` - Script error thrown when refresh the grid with column template and details rows is fixed.
28
+ - `#F172138` - Script error while enabling sticky header with `react-i18next` has been fixed.
29
+
5
30
  ## 19.4.47 (2022-01-25)
6
31
 
7
32
  ### Grid
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
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
81
+ © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 19.4.48
3
+ * version : 19.4.53
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.min.js
3
- * version : 19.4.48
3
+ * version : 19.4.53
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@19.4.47",
3
+ "_id": "@syncfusion/ej2-angular-grids@19.4.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-VZj6cNhOwGNa3Mj/8F5yGSbKsL1saL7+lw43xyEmJxbNnTDYLqZLmf1nGbv5qrBTyAKhl/PWGvyhgIsQ5CkWIg==",
5
+ "_integrity": "sha512-+fuIDijnttEpE5Fi7WAO9gQba/2lkmf0DQwKJMS9/wXl+XKhzazgzm/ScyO+1tHJoy2CrsNkhP4wVMzE8IgvNw==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-19.4.47.tgz",
23
- "_shasum": "29630664df78f1c34e0a9ca9f2384e1a5168afc2",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-19.4.52.tgz",
23
+ "_shasum": "91a77c73b6a2f37283d860d8c449fca8b2d5255c",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.4.48",
35
- "@syncfusion/ej2-base": "~19.4.48",
36
- "@syncfusion/ej2-grids": "19.4.48"
34
+ "@syncfusion/ej2-angular-base": "~19.4.52",
35
+ "@syncfusion/ej2-base": "~19.4.52",
36
+ "@syncfusion/ej2-grids": "19.4.53"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
@@ -69,5 +69,5 @@
69
69
  "schematics": "./schematics/collection.json",
70
70
  "sideEffects": false,
71
71
  "typings": "ej2-angular-grids.d.ts",
72
- "version": "19.4.48"
72
+ "version": "19.4.53"
73
73
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^19.4.47";
2
+ export declare const pkgVer = "^19.4.52";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~19.4.47";
4
+ export declare const themeVer = "~19.4.52";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^19.4.47';
4
+ exports.pkgVer = '^19.4.52';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~19.4.47';
6
+ exports.themeVer = '~19.4.52';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^19.4.47';
2
+ export const pkgVer = '^19.4.52';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~19.4.47';
4
+ export const themeVer = '~19.4.52';
@@ -1031,6 +1031,7 @@
1031
1031
  }
1032
1032
 
1033
1033
  .e-xlflmenu .e-radio + label .e-label {
1034
+ margin-top: 0;
1034
1035
  padding-left: 25px;
1035
1036
  padding-right: 9px;
1036
1037
  }
@@ -1172,6 +1173,7 @@
1172
1173
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1173
1174
  height: 40px;
1174
1175
  line-height: 40px;
1176
+ margin-right: 0;
1175
1177
  }
1176
1178
 
1177
1179
  .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
@@ -1305,6 +1307,7 @@
1305
1307
  .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1306
1308
  height: 36px;
1307
1309
  line-height: 36px;
1310
+ margin-right: 0;
1308
1311
  }
1309
1312
 
1310
1313
  .e-excelfilter .e-footer-content {
@@ -3690,6 +3693,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3690
3693
 
3691
3694
  .e-grid .e-groupdroparea {
3692
3695
  height: auto;
3696
+ line-height: normal;
3693
3697
  min-height: 52px;
3694
3698
  }
3695
3699
 
@@ -3868,7 +3872,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3868
3872
  font-size: 14px;
3869
3873
  line-height: 14px;
3870
3874
  overflow: hidden;
3871
- padding: .7em;
3875
+ padding: 0.7em;
3872
3876
  text-overflow: ellipsis;
3873
3877
  vertical-align: middle;
3874
3878
  white-space: nowrap;
@@ -4886,7 +4890,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4886
4890
  }
4887
4891
 
4888
4892
  .e-grid-min-height .e-rowcell {
4889
- line-height: 0;
4893
+ line-height: normal;
4890
4894
  padding-bottom: 0;
4891
4895
  padding-top: 0;
4892
4896
  }
@@ -4965,7 +4969,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4965
4969
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4966
4970
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4967
4971
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4968
- line-height: 0;
4972
+ line-height: normal;
4969
4973
  padding-bottom: 0;
4970
4974
  padding-top: 0;
4971
4975
  }
@@ -1031,6 +1031,7 @@
1031
1031
  }
1032
1032
 
1033
1033
  .e-xlflmenu .e-radio + label .e-label {
1034
+ margin-top: 0;
1034
1035
  padding-left: 25px;
1035
1036
  padding-right: 9px;
1036
1037
  }
@@ -1172,6 +1173,7 @@
1172
1173
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1173
1174
  height: 40px;
1174
1175
  line-height: 40px;
1176
+ margin-right: 0;
1175
1177
  }
1176
1178
 
1177
1179
  .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
@@ -1305,6 +1307,7 @@
1305
1307
  .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1306
1308
  height: 36px;
1307
1309
  line-height: 36px;
1310
+ margin-right: 0;
1308
1311
  }
1309
1312
 
1310
1313
  .e-excelfilter .e-footer-content {
@@ -3691,6 +3694,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3691
3694
 
3692
3695
  .e-grid .e-groupdroparea {
3693
3696
  height: auto;
3697
+ line-height: normal;
3694
3698
  min-height: 52px;
3695
3699
  }
3696
3700
 
@@ -3869,7 +3873,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3869
3873
  font-size: 14px;
3870
3874
  line-height: 14px;
3871
3875
  overflow: hidden;
3872
- padding: .7em;
3876
+ padding: 0.7em;
3873
3877
  text-overflow: ellipsis;
3874
3878
  vertical-align: middle;
3875
3879
  white-space: nowrap;
@@ -4887,7 +4891,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4887
4891
  }
4888
4892
 
4889
4893
  .e-grid-min-height .e-rowcell {
4890
- line-height: 0;
4894
+ line-height: normal;
4891
4895
  padding-bottom: 0;
4892
4896
  padding-top: 0;
4893
4897
  }
@@ -4966,7 +4970,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4966
4970
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4967
4971
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4968
4972
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4969
- line-height: 0;
4973
+ line-height: normal;
4970
4974
  padding-bottom: 0;
4971
4975
  padding-top: 0;
4972
4976
  }
@@ -1072,6 +1072,7 @@
1072
1072
  }
1073
1073
 
1074
1074
  .e-xlflmenu .e-radio + label .e-label {
1075
+ margin-top: 0;
1075
1076
  padding-left: 25px;
1076
1077
  padding-right: 9px;
1077
1078
  }
@@ -1213,6 +1214,7 @@
1213
1214
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1214
1215
  height: 40px;
1215
1216
  line-height: 40px;
1217
+ margin-right: 0;
1216
1218
  }
1217
1219
 
1218
1220
  .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
@@ -1346,6 +1348,7 @@
1346
1348
  .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1347
1349
  height: 36px;
1348
1350
  line-height: 36px;
1351
+ margin-right: 0;
1349
1352
  }
1350
1353
 
1351
1354
  .e-excelfilter .e-footer-content {
@@ -3739,6 +3742,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3739
3742
 
3740
3743
  .e-grid .e-groupdroparea {
3741
3744
  height: auto;
3745
+ line-height: normal;
3742
3746
  min-height: 52px;
3743
3747
  }
3744
3748
 
@@ -3917,7 +3921,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3917
3921
  font-size: 14px;
3918
3922
  line-height: 14px;
3919
3923
  overflow: hidden;
3920
- padding: .7em;
3924
+ padding: 0.7em;
3921
3925
  text-overflow: ellipsis;
3922
3926
  vertical-align: middle;
3923
3927
  white-space: nowrap;
@@ -4935,7 +4939,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4935
4939
  }
4936
4940
 
4937
4941
  .e-grid-min-height .e-rowcell {
4938
- line-height: 0;
4942
+ line-height: normal;
4939
4943
  padding-bottom: 0;
4940
4944
  padding-top: 0;
4941
4945
  }
@@ -5014,7 +5018,7 @@ li.e-separator.e-menu-item.e-excel-separator {
5014
5018
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
5015
5019
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
5016
5020
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
5017
- line-height: 0;
5021
+ line-height: normal;
5018
5022
  padding-bottom: 0;
5019
5023
  padding-top: 0;
5020
5024
  }