@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
@@ -1015,6 +1015,7 @@
1015
1015
  }
1016
1016
 
1017
1017
  .e-xlflmenu .e-radio + label .e-label {
1018
+ margin-top: 0;
1018
1019
  padding-left: 25px;
1019
1020
  padding-right: 8px;
1020
1021
  }
@@ -1156,6 +1157,7 @@
1156
1157
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1157
1158
  height: 48px;
1158
1159
  line-height: 48px;
1160
+ margin-right: 0;
1159
1161
  }
1160
1162
 
1161
1163
  .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
@@ -1289,6 +1291,7 @@
1289
1291
  .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1290
1292
  height: 36px;
1291
1293
  line-height: 36px;
1294
+ margin-right: 0;
1292
1295
  }
1293
1296
 
1294
1297
  .e-excelfilter .e-footer-content {
@@ -3674,6 +3677,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3674
3677
 
3675
3678
  .e-grid .e-groupdroparea {
3676
3679
  height: auto;
3680
+ line-height: normal;
3677
3681
  min-height: 59px;
3678
3682
  }
3679
3683
 
@@ -3852,7 +3856,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3852
3856
  font-size: 15px;
3853
3857
  line-height: 20px;
3854
3858
  overflow: hidden;
3855
- padding: .7em;
3859
+ padding: 0.7em;
3856
3860
  text-overflow: ellipsis;
3857
3861
  vertical-align: middle;
3858
3862
  white-space: nowrap;
@@ -4870,7 +4874,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4870
4874
  }
4871
4875
 
4872
4876
  .e-grid-min-height .e-rowcell {
4873
- line-height: 0;
4877
+ line-height: normal;
4874
4878
  padding-bottom: 0;
4875
4879
  padding-top: 0;
4876
4880
  }
@@ -4949,7 +4953,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4949
4953
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4950
4954
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4951
4955
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4952
- line-height: 0;
4956
+ line-height: normal;
4953
4957
  padding-bottom: 0;
4954
4958
  padding-top: 0;
4955
4959
  }
@@ -1015,6 +1015,7 @@
1015
1015
  }
1016
1016
 
1017
1017
  .e-xlflmenu .e-radio + label .e-label {
1018
+ margin-top: 0;
1018
1019
  padding-left: 25px;
1019
1020
  padding-right: 8px;
1020
1021
  }
@@ -1156,6 +1157,7 @@
1156
1157
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1157
1158
  height: 48px;
1158
1159
  line-height: 48px;
1160
+ margin-right: 0;
1159
1161
  }
1160
1162
 
1161
1163
  .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
@@ -1289,6 +1291,7 @@
1289
1291
  .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1290
1292
  height: 36px;
1291
1293
  line-height: 36px;
1294
+ margin-right: 0;
1292
1295
  }
1293
1296
 
1294
1297
  .e-excelfilter .e-footer-content {
@@ -3674,6 +3677,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3674
3677
 
3675
3678
  .e-grid .e-groupdroparea {
3676
3679
  height: auto;
3680
+ line-height: normal;
3677
3681
  min-height: 59px;
3678
3682
  }
3679
3683
 
@@ -3852,7 +3856,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3852
3856
  font-size: 15px;
3853
3857
  line-height: 20px;
3854
3858
  overflow: hidden;
3855
- padding: .7em;
3859
+ padding: 0.7em;
3856
3860
  text-overflow: ellipsis;
3857
3861
  vertical-align: middle;
3858
3862
  white-space: nowrap;
@@ -4870,7 +4874,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4870
4874
  }
4871
4875
 
4872
4876
  .e-grid-min-height .e-rowcell {
4873
- line-height: 0;
4877
+ line-height: normal;
4874
4878
  padding-bottom: 0;
4875
4879
  padding-top: 0;
4876
4880
  }
@@ -4949,7 +4953,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4949
4953
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4950
4954
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4951
4955
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4952
- line-height: 0;
4956
+ line-height: normal;
4953
4957
  padding-bottom: 0;
4954
4958
  padding-top: 0;
4955
4959
  }
@@ -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: 23px;
1035
1036
  padding-right: 13px;
1036
1037
  }
@@ -1172,6 +1173,7 @@
1172
1173
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1173
1174
  height: 48px;
1174
1175
  line-height: 48px;
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 {
@@ -3707,6 +3710,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3707
3710
 
3708
3711
  .e-grid .e-groupdroparea {
3709
3712
  height: auto;
3713
+ line-height: normal;
3710
3714
  min-height: 48px;
3711
3715
  }
3712
3716
 
@@ -3885,7 +3889,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3885
3889
  font-size: 12px;
3886
3890
  line-height: 20px;
3887
3891
  overflow: hidden;
3888
- padding: .7em;
3892
+ padding: 0.7em;
3889
3893
  text-overflow: ellipsis;
3890
3894
  vertical-align: middle;
3891
3895
  white-space: nowrap;
@@ -4903,7 +4907,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4903
4907
  }
4904
4908
 
4905
4909
  .e-grid-min-height .e-rowcell {
4906
- line-height: 0;
4910
+ line-height: normal;
4907
4911
  padding-bottom: 0;
4908
4912
  padding-top: 0;
4909
4913
  }
@@ -4982,7 +4986,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4982
4986
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
4983
4987
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
4984
4988
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
4985
- line-height: 0;
4989
+ line-height: normal;
4986
4990
  padding-bottom: 0;
4987
4991
  padding-top: 0;
4988
4992
  }
@@ -1065,6 +1065,7 @@
1065
1065
  }
1066
1066
 
1067
1067
  .e-xlflmenu .e-radio + label .e-label {
1068
+ margin-top: 0;
1068
1069
  padding-left: 23px;
1069
1070
  padding-right: 13px;
1070
1071
  }
@@ -1206,6 +1207,7 @@
1206
1207
  .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1207
1208
  height: 48px;
1208
1209
  line-height: 48px;
1210
+ margin-right: 0;
1209
1211
  }
1210
1212
 
1211
1213
  .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
@@ -1339,6 +1341,7 @@
1339
1341
  .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
1340
1342
  height: 36px;
1341
1343
  line-height: 36px;
1344
+ margin-right: 0;
1342
1345
  }
1343
1346
 
1344
1347
  .e-excelfilter .e-footer-content {
@@ -3751,6 +3754,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3751
3754
 
3752
3755
  .e-grid .e-groupdroparea {
3753
3756
  height: auto;
3757
+ line-height: normal;
3754
3758
  min-height: 48px;
3755
3759
  }
3756
3760
 
@@ -3929,7 +3933,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3929
3933
  font-size: 12px;
3930
3934
  line-height: 20px;
3931
3935
  overflow: hidden;
3932
- padding: .7em;
3936
+ padding: 0.7em;
3933
3937
  text-overflow: ellipsis;
3934
3938
  vertical-align: middle;
3935
3939
  white-space: nowrap;
@@ -4947,7 +4951,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4947
4951
  }
4948
4952
 
4949
4953
  .e-grid-min-height .e-rowcell {
4950
- line-height: 0;
4954
+ line-height: normal;
4951
4955
  padding-bottom: 0;
4952
4956
  padding-top: 0;
4953
4957
  }
@@ -5026,7 +5030,7 @@ li.e-separator.e-menu-item.e-excel-separator {
5026
5030
  .e-bigger .e-grid.e-grid-min-height .e-rowcell,
5027
5031
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
5028
5032
  .e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
5029
- line-height: 0;
5033
+ line-height: normal;
5030
5034
  padding-bottom: 0;
5031
5035
  padding-top: 0;
5032
5036
  }