@syncfusion/ej2-angular-grids 19.4.43 → 19.4.51
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.map +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +0 -9
- package/dist/ej2-angular-grids.umd.min.js +0 -9
- 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 +8 -7
- package/styles/bootstrap.css +8 -7
- package/styles/bootstrap4.css +8 -7
- package/styles/bootstrap5-dark.css +95 -94
- package/styles/bootstrap5.css +95 -94
- package/styles/fabric-dark.css +8 -7
- package/styles/fabric.css +8 -7
- package/styles/grid/bootstrap-dark.css +8 -7
- package/styles/grid/bootstrap.css +8 -7
- package/styles/grid/bootstrap4.css +8 -7
- package/styles/grid/bootstrap5-dark.css +95 -94
- package/styles/grid/bootstrap5.css +95 -94
- package/styles/grid/fabric-dark.css +8 -7
- package/styles/grid/fabric.css +8 -7
- package/styles/grid/highcontrast-light.css +8 -7
- package/styles/grid/highcontrast.css +8 -7
- package/styles/grid/material-dark.css +8 -7
- package/styles/grid/material.css +8 -7
- package/styles/grid/tailwind-dark.css +105 -104
- package/styles/grid/tailwind.css +105 -104
- package/styles/highcontrast-light.css +8 -7
- package/styles/highcontrast.css +8 -7
- package/styles/material-dark.css +8 -7
- package/styles/material.css +8 -7
- package/styles/tailwind-dark.css +105 -104
- package/styles/tailwind.css +105 -104
|
@@ -3639,7 +3639,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
3641
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3642
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3642
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3643
3643
|
border-left-style: solid;
|
|
3644
3644
|
border-left-width: 1px;
|
|
3645
3645
|
}
|
|
@@ -3852,7 +3852,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3852
3852
|
font-size: 15px;
|
|
3853
3853
|
line-height: 20px;
|
|
3854
3854
|
overflow: hidden;
|
|
3855
|
-
padding: .7em;
|
|
3855
|
+
padding: 0.7em;
|
|
3856
3856
|
text-overflow: ellipsis;
|
|
3857
3857
|
vertical-align: middle;
|
|
3858
3858
|
white-space: nowrap;
|
|
@@ -4785,7 +4785,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
4787
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4788
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4788
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4789
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4789
4790
|
border-left: 0;
|
|
4790
4791
|
}
|
|
4791
4792
|
|
|
@@ -4869,7 +4870,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4869
4870
|
}
|
|
4870
4871
|
|
|
4871
4872
|
.e-grid-min-height .e-rowcell {
|
|
4872
|
-
line-height:
|
|
4873
|
+
line-height: normal;
|
|
4873
4874
|
padding-bottom: 0;
|
|
4874
4875
|
padding-top: 0;
|
|
4875
4876
|
}
|
|
@@ -4948,7 +4949,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4948
4949
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4949
4950
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4950
4951
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4951
|
-
line-height:
|
|
4952
|
+
line-height: normal;
|
|
4952
4953
|
padding-bottom: 0;
|
|
4953
4954
|
padding-top: 0;
|
|
4954
4955
|
}
|
|
@@ -5521,11 +5522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5521
5522
|
background-color: #fff;
|
|
5522
5523
|
}
|
|
5523
5524
|
|
|
5524
|
-
.e-grid .e-icons {
|
|
5525
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5525
5526
|
color: #000;
|
|
5526
5527
|
}
|
|
5527
5528
|
|
|
5528
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5529
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5529
5530
|
color: #000;
|
|
5530
5531
|
}
|
|
5531
5532
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -3639,7 +3639,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
3641
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3642
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3642
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3643
3643
|
border-left-style: solid;
|
|
3644
3644
|
border-left-width: 1px;
|
|
3645
3645
|
}
|
|
@@ -3852,7 +3852,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3852
3852
|
font-size: 15px;
|
|
3853
3853
|
line-height: 20px;
|
|
3854
3854
|
overflow: hidden;
|
|
3855
|
-
padding: .7em;
|
|
3855
|
+
padding: 0.7em;
|
|
3856
3856
|
text-overflow: ellipsis;
|
|
3857
3857
|
vertical-align: middle;
|
|
3858
3858
|
white-space: nowrap;
|
|
@@ -4785,7 +4785,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
4787
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4788
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4788
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4789
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4789
4790
|
border-left: 0;
|
|
4790
4791
|
}
|
|
4791
4792
|
|
|
@@ -4869,7 +4870,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4869
4870
|
}
|
|
4870
4871
|
|
|
4871
4872
|
.e-grid-min-height .e-rowcell {
|
|
4872
|
-
line-height:
|
|
4873
|
+
line-height: normal;
|
|
4873
4874
|
padding-bottom: 0;
|
|
4874
4875
|
padding-top: 0;
|
|
4875
4876
|
}
|
|
@@ -4948,7 +4949,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4948
4949
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4949
4950
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4950
4951
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4951
|
-
line-height:
|
|
4952
|
+
line-height: normal;
|
|
4952
4953
|
padding-bottom: 0;
|
|
4953
4954
|
padding-top: 0;
|
|
4954
4955
|
}
|
|
@@ -5521,11 +5522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5521
5522
|
background-color: #000;
|
|
5522
5523
|
}
|
|
5523
5524
|
|
|
5524
|
-
.e-grid .e-icons {
|
|
5525
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5525
5526
|
color: #fff;
|
|
5526
5527
|
}
|
|
5527
5528
|
|
|
5528
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5529
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5529
5530
|
color: #fff;
|
|
5530
5531
|
}
|
|
5531
5532
|
|
package/styles/material-dark.css
CHANGED
|
@@ -3672,7 +3672,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3672
3672
|
}
|
|
3673
3673
|
|
|
3674
3674
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3675
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3675
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3676
3676
|
border-left-style: solid;
|
|
3677
3677
|
border-left-width: 1px;
|
|
3678
3678
|
}
|
|
@@ -3885,7 +3885,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3885
3885
|
font-size: 12px;
|
|
3886
3886
|
line-height: 20px;
|
|
3887
3887
|
overflow: hidden;
|
|
3888
|
-
padding: .7em;
|
|
3888
|
+
padding: 0.7em;
|
|
3889
3889
|
text-overflow: ellipsis;
|
|
3890
3890
|
vertical-align: middle;
|
|
3891
3891
|
white-space: nowrap;
|
|
@@ -4818,7 +4818,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4818
4818
|
}
|
|
4819
4819
|
|
|
4820
4820
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4821
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4821
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4822
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4822
4823
|
border-left: 0;
|
|
4823
4824
|
}
|
|
4824
4825
|
|
|
@@ -4902,7 +4903,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4902
4903
|
}
|
|
4903
4904
|
|
|
4904
4905
|
.e-grid-min-height .e-rowcell {
|
|
4905
|
-
line-height:
|
|
4906
|
+
line-height: normal;
|
|
4906
4907
|
padding-bottom: 0;
|
|
4907
4908
|
padding-top: 0;
|
|
4908
4909
|
}
|
|
@@ -4981,7 +4982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4981
4982
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4982
4983
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4983
4984
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4984
|
-
line-height:
|
|
4985
|
+
line-height: normal;
|
|
4985
4986
|
padding-bottom: 0;
|
|
4986
4987
|
padding-top: 0;
|
|
4987
4988
|
}
|
|
@@ -5554,11 +5555,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5554
5555
|
background-color: #303030;
|
|
5555
5556
|
}
|
|
5556
5557
|
|
|
5557
|
-
.e-grid .e-icons {
|
|
5558
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5558
5559
|
color: #fff;
|
|
5559
5560
|
}
|
|
5560
5561
|
|
|
5561
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5562
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5562
5563
|
color: #fff;
|
|
5563
5564
|
}
|
|
5564
5565
|
|
package/styles/material.css
CHANGED
|
@@ -3716,7 +3716,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
3718
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3719
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3719
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3720
3720
|
border-left-style: solid;
|
|
3721
3721
|
border-left-width: 1px;
|
|
3722
3722
|
}
|
|
@@ -3929,7 +3929,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3929
3929
|
font-size: 12px;
|
|
3930
3930
|
line-height: 20px;
|
|
3931
3931
|
overflow: hidden;
|
|
3932
|
-
padding: .7em;
|
|
3932
|
+
padding: 0.7em;
|
|
3933
3933
|
text-overflow: ellipsis;
|
|
3934
3934
|
vertical-align: middle;
|
|
3935
3935
|
white-space: nowrap;
|
|
@@ -4862,7 +4862,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4862
4862
|
}
|
|
4863
4863
|
|
|
4864
4864
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4865
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4865
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4866
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4866
4867
|
border-left: 0;
|
|
4867
4868
|
}
|
|
4868
4869
|
|
|
@@ -4946,7 +4947,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4946
4947
|
}
|
|
4947
4948
|
|
|
4948
4949
|
.e-grid-min-height .e-rowcell {
|
|
4949
|
-
line-height:
|
|
4950
|
+
line-height: normal;
|
|
4950
4951
|
padding-bottom: 0;
|
|
4951
4952
|
padding-top: 0;
|
|
4952
4953
|
}
|
|
@@ -5025,7 +5026,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5025
5026
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
5026
5027
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
5027
5028
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
5028
|
-
line-height:
|
|
5029
|
+
line-height: normal;
|
|
5029
5030
|
padding-bottom: 0;
|
|
5030
5031
|
padding-top: 0;
|
|
5031
5032
|
}
|
|
@@ -5598,11 +5599,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5598
5599
|
background-color: #fff;
|
|
5599
5600
|
}
|
|
5600
5601
|
|
|
5601
|
-
.e-grid .e-icons {
|
|
5602
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5602
5603
|
color: #000;
|
|
5603
5604
|
}
|
|
5604
5605
|
|
|
5605
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5606
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5606
5607
|
color: #000;
|
|
5607
5608
|
}
|
|
5608
5609
|
|