@syncfusion/ej2-react-grids 23.1.43 → 23.2.4
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/CHANGELOG.md +21 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/grid/grid.component.d.ts +2 -2
- package/src/pager/pager.component.d.ts +2 -2
- package/styles/bootstrap-dark.css +32 -6
- package/styles/bootstrap.css +32 -6
- package/styles/bootstrap4.css +32 -6
- package/styles/bootstrap5-dark.css +32 -6
- package/styles/bootstrap5.css +32 -6
- package/styles/fabric-dark.css +32 -6
- package/styles/fabric.css +32 -6
- package/styles/fluent-dark.css +32 -6
- package/styles/fluent.css +32 -6
- package/styles/grid/bootstrap-dark.css +32 -6
- package/styles/grid/bootstrap.css +32 -6
- package/styles/grid/bootstrap4.css +32 -6
- package/styles/grid/bootstrap5-dark.css +32 -6
- package/styles/grid/bootstrap5.css +32 -6
- package/styles/grid/fabric-dark.css +32 -6
- package/styles/grid/fabric.css +32 -6
- package/styles/grid/fluent-dark.css +32 -6
- package/styles/grid/fluent.css +32 -6
- package/styles/grid/highcontrast-light.css +32 -6
- package/styles/grid/highcontrast.css +32 -6
- package/styles/grid/material-dark.css +32 -6
- package/styles/grid/material.css +32 -6
- package/styles/grid/material3-dark.css +32 -6
- package/styles/grid/material3.css +32 -6
- package/styles/grid/tailwind-dark.css +32 -6
- package/styles/grid/tailwind.css +32 -6
- package/styles/highcontrast-light.css +32 -6
- package/styles/highcontrast.css +32 -6
- package/styles/material-dark.css +32 -6
- package/styles/material.css +32 -6
- package/styles/material3-dark.css +32 -6
- package/styles/material3.css +32 -6
- package/styles/tailwind-dark.css +32 -6
- package/styles/tailwind.css +32 -6
package/styles/tailwind.css
CHANGED
|
@@ -1649,6 +1649,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1649
1649
|
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1650
1650
|
border-bottom-width: 1px;
|
|
1651
1651
|
}
|
|
1652
|
+
.e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-bigger .e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption, .e-grid.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell,
|
|
1653
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-groupcaption,
|
|
1654
|
+
.e-grid .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell.e-summarycell {
|
|
1655
|
+
border-bottom-width: 0;
|
|
1656
|
+
}
|
|
1652
1657
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
1653
1658
|
position: relative;
|
|
1654
1659
|
left: -5px;
|
|
@@ -2246,7 +2251,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2246
2251
|
.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) {
|
|
2247
2252
|
border-left-width: 0;
|
|
2248
2253
|
}
|
|
2249
|
-
.e-grid.e-default.e-bothlines .e-headercell, .e-grid.e-default.e-bothlines .e-detailheadercell {
|
|
2254
|
+
.e-grid:not(.sf-grid).e-default.e-bothlines .e-headercell, .e-grid:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
2250
2255
|
border-width: 0 0 0 1px;
|
|
2251
2256
|
}
|
|
2252
2257
|
.e-grid:not(.sf-grid).e-default table th[rowspan] {
|
|
@@ -2741,7 +2746,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2741
2746
|
border-left-style: solid;
|
|
2742
2747
|
border-left-width: 1px;
|
|
2743
2748
|
}
|
|
2744
|
-
.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
2749
|
+
.e-grid:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
2745
2750
|
border-bottom-style: solid;
|
|
2746
2751
|
border-bottom-width: 1px;
|
|
2747
2752
|
border-left-style: solid;
|
|
@@ -3632,7 +3637,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3632
3637
|
margin-right: -8px;
|
|
3633
3638
|
padding-top: 4px;
|
|
3634
3639
|
}
|
|
3635
|
-
.e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
3640
|
+
.e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-headercell, .e-grid.e-rtl:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
3636
3641
|
border-width: 0 0 0 1px;
|
|
3637
3642
|
}
|
|
3638
3643
|
.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, .e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, .e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop, .e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop {
|
|
@@ -3647,7 +3652,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3647
3652
|
border-left: 1px solid;
|
|
3648
3653
|
border-right: 0;
|
|
3649
3654
|
}
|
|
3650
|
-
.e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3655
|
+
.e-grid.e-rtl:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3651
3656
|
border-bottom-style: solid;
|
|
3652
3657
|
border-bottom-width: 1px;
|
|
3653
3658
|
}
|
|
@@ -3955,7 +3960,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3955
3960
|
.e-grid.sf-grid .e-fltrtempdiv .e-multiselect.e-input-group:not(.e-rtl) {
|
|
3956
3961
|
text-align: left;
|
|
3957
3962
|
}
|
|
3958
|
-
.e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
|
|
3963
|
+
.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3959
3964
|
border-width: 0 0 0 1px;
|
|
3960
3965
|
}
|
|
3961
3966
|
.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]),
|
|
@@ -3975,7 +3980,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3975
3980
|
.e-grid.sf-grid.e-default table th:not([rowspan="1"]).e-fixedfreeze.e-freezerightborder {
|
|
3976
3981
|
border-right-width: 1px;
|
|
3977
3982
|
}
|
|
3978
|
-
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3983
|
+
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]):not(.e-detailcell, .e-detailindentcell, .e-stackedheadercell) {
|
|
3979
3984
|
border-width: 0 1px 0 0;
|
|
3980
3985
|
}
|
|
3981
3986
|
.e-grid.sf-grid.e-rtl.e-default table th:not([rowspan="1"]).e-leftfreeze.e-freezeleftborder {
|
|
@@ -3996,6 +4001,27 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3996
4001
|
.e-grid.sf-grid.e-resize-lines.e-rtl.e-default table th:not([rowspan="1"]) {
|
|
3997
4002
|
border-right: 0;
|
|
3998
4003
|
}
|
|
4004
|
+
.e-grid.sf-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
4005
|
+
border-bottom-style: solid;
|
|
4006
|
+
border-bottom-width: 1px;
|
|
4007
|
+
}
|
|
4008
|
+
.e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
4009
|
+
border-width: 0 0 0 1px;
|
|
4010
|
+
}
|
|
4011
|
+
.e-grid.sf-grid.e-resize-lines th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder), .e-grid.sf-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
|
|
4012
|
+
border-left: 0;
|
|
4013
|
+
border-right: 0;
|
|
4014
|
+
border-top: 0;
|
|
4015
|
+
}
|
|
4016
|
+
.e-grid.sf-grid.e-default.e-bothlines .e-headercell, .e-grid.sf-grid.e-default.e-bothlines .e-detailheadercell {
|
|
4017
|
+
border-width: 0 0 0 1px;
|
|
4018
|
+
}
|
|
4019
|
+
.e-grid.sf-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
4020
|
+
border-bottom-style: solid;
|
|
4021
|
+
border-bottom-width: 1px;
|
|
4022
|
+
border-left-style: solid;
|
|
4023
|
+
border-left-width: 1px;
|
|
4024
|
+
}
|
|
3999
4025
|
.e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid .e-gridheader table th:not([rowspan="1"]), .e-grid.sf-grid .e-bigger .e-grid.sf-grid.e-grid.sf-grid.e-device .e-gridheader table th:not([rowspan="1"]),
|
|
4000
4026
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger .e-gridheader table th:not([rowspan="1"]),
|
|
4001
4027
|
.e-grid.sf-grid .e-grid.sf-grid.e-grid.sf-grid.e-bigger.e-device .e-gridheader table th:not([rowspan="1"]) {
|