@syncfusion/ej2-angular-grids 19.4.42 → 19.4.50
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 +26 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- 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 +7 -6
- package/styles/bootstrap.css +7 -6
- package/styles/bootstrap4.css +7 -6
- package/styles/bootstrap5-dark.css +7 -6
- package/styles/bootstrap5.css +7 -6
- package/styles/fabric-dark.css +7 -6
- package/styles/fabric.css +7 -6
- package/styles/grid/bootstrap-dark.css +7 -6
- package/styles/grid/bootstrap.css +7 -6
- package/styles/grid/bootstrap4.css +7 -6
- package/styles/grid/bootstrap5-dark.css +7 -6
- package/styles/grid/bootstrap5.css +7 -6
- package/styles/grid/fabric-dark.css +7 -6
- package/styles/grid/fabric.css +7 -6
- package/styles/grid/highcontrast-light.css +7 -6
- package/styles/grid/highcontrast.css +7 -6
- package/styles/grid/material-dark.css +7 -6
- package/styles/grid/material.css +7 -6
- package/styles/grid/tailwind-dark.css +7 -6
- package/styles/grid/tailwind.css +7 -6
- package/styles/highcontrast-light.css +7 -6
- package/styles/highcontrast.css +7 -6
- package/styles/material-dark.css +7 -6
- package/styles/material.css +7 -6
- package/styles/tailwind-dark.css +7 -6
- package/styles/tailwind.css +7 -6
package/styles/tailwind-dark.css
CHANGED
|
@@ -3706,7 +3706,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3706
3706
|
}
|
|
3707
3707
|
|
|
3708
3708
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3709
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3709
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3710
3710
|
border-left-style: solid;
|
|
3711
3711
|
border-left-width: 1px;
|
|
3712
3712
|
}
|
|
@@ -4852,7 +4852,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
4854
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4855
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4855
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4856
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4856
4857
|
border-left: 0;
|
|
4857
4858
|
}
|
|
4858
4859
|
|
|
@@ -4936,7 +4937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4936
4937
|
}
|
|
4937
4938
|
|
|
4938
4939
|
.e-grid-min-height .e-rowcell {
|
|
4939
|
-
line-height:
|
|
4940
|
+
line-height: normal;
|
|
4940
4941
|
padding-bottom: 0;
|
|
4941
4942
|
padding-top: 0;
|
|
4942
4943
|
}
|
|
@@ -5015,7 +5016,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5015
5016
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
5016
5017
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
5017
5018
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
5018
|
-
line-height:
|
|
5019
|
+
line-height: normal;
|
|
5019
5020
|
padding-bottom: 0;
|
|
5020
5021
|
padding-top: 0;
|
|
5021
5022
|
}
|
|
@@ -5588,11 +5589,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5588
5589
|
background-color: #1f2937;
|
|
5589
5590
|
}
|
|
5590
5591
|
|
|
5591
|
-
.e-grid .e-icons {
|
|
5592
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5592
5593
|
color: #d1d5db;
|
|
5593
5594
|
}
|
|
5594
5595
|
|
|
5595
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5596
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5596
5597
|
color: #d1d5db;
|
|
5597
5598
|
}
|
|
5598
5599
|
|
package/styles/tailwind.css
CHANGED
|
@@ -3706,7 +3706,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3706
3706
|
}
|
|
3707
3707
|
|
|
3708
3708
|
.e-grid.e-default .e-gridheader th.e-firstcell,
|
|
3709
|
-
.e-grid.e-default .e-gridheader th.e-
|
|
3709
|
+
.e-grid.e-default .e-gridheader th.e-laststackcell {
|
|
3710
3710
|
border-left-style: solid;
|
|
3711
3711
|
border-left-width: 1px;
|
|
3712
3712
|
}
|
|
@@ -4852,7 +4852,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
4854
|
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
|
|
4855
|
-
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor
|
|
4855
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,
|
|
4856
|
+
.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor {
|
|
4856
4857
|
border-left: 0;
|
|
4857
4858
|
}
|
|
4858
4859
|
|
|
@@ -4936,7 +4937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4936
4937
|
}
|
|
4937
4938
|
|
|
4938
4939
|
.e-grid-min-height .e-rowcell {
|
|
4939
|
-
line-height:
|
|
4940
|
+
line-height: normal;
|
|
4940
4941
|
padding-bottom: 0;
|
|
4941
4942
|
padding-top: 0;
|
|
4942
4943
|
}
|
|
@@ -5015,7 +5016,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5015
5016
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
5016
5017
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
5017
5018
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
5018
|
-
line-height:
|
|
5019
|
+
line-height: normal;
|
|
5019
5020
|
padding-bottom: 0;
|
|
5020
5021
|
padding-top: 0;
|
|
5021
5022
|
}
|
|
@@ -5588,11 +5589,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5588
5589
|
background-color: #fff;
|
|
5589
5590
|
}
|
|
5590
5591
|
|
|
5591
|
-
.e-grid .e-icons {
|
|
5592
|
+
.e-grid .e-icons:not(.e-btn-icon) {
|
|
5592
5593
|
color: #6b7280;
|
|
5593
5594
|
}
|
|
5594
5595
|
|
|
5595
|
-
.e-grid .e-unboundcelldiv .e-icons {
|
|
5596
|
+
.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon) {
|
|
5596
5597
|
color: #6b7280;
|
|
5597
5598
|
}
|
|
5598
5599
|
|