@syncfusion/ej2-react-grids 26.1.38 → 26.1.40
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/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +7 -3
- package/styles/bootstrap.css +7 -3
- package/styles/bootstrap4.css +7 -3
- package/styles/bootstrap5-dark.css +7 -3
- package/styles/bootstrap5.css +7 -3
- package/styles/excel-filter/fluent2.css +5 -13
- package/styles/fabric-dark.css +7 -3
- package/styles/fabric.css +7 -3
- package/styles/fluent-dark.css +7 -3
- package/styles/fluent.css +7 -3
- package/styles/fluent2.css +21 -33
- package/styles/grid/bootstrap-dark.css +7 -3
- package/styles/grid/bootstrap.css +7 -3
- package/styles/grid/bootstrap4.css +7 -3
- package/styles/grid/bootstrap5-dark.css +7 -3
- package/styles/grid/bootstrap5.css +7 -3
- package/styles/grid/fabric-dark.css +7 -3
- package/styles/grid/fabric.css +7 -3
- package/styles/grid/fluent-dark.css +7 -3
- package/styles/grid/fluent.css +7 -3
- package/styles/grid/fluent2.css +16 -20
- package/styles/grid/highcontrast-light.css +7 -3
- package/styles/grid/highcontrast.css +7 -3
- package/styles/grid/material-dark.css +7 -3
- package/styles/grid/material.css +7 -3
- package/styles/grid/material3-dark.css +8 -4
- package/styles/grid/material3.css +8 -4
- package/styles/grid/tailwind-dark.css +7 -3
- package/styles/grid/tailwind.css +7 -3
- package/styles/highcontrast-light.css +7 -3
- package/styles/highcontrast.css +7 -3
- package/styles/material-dark.css +7 -3
- package/styles/material.css +7 -3
- package/styles/material3-dark.css +8 -4
- package/styles/material3.css +8 -4
- package/styles/tailwind-dark.css +7 -3
- package/styles/tailwind.css +7 -3
package/styles/material.css
CHANGED
|
@@ -2278,7 +2278,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2278
2278
|
line-height: 18px;
|
|
2279
2279
|
padding: 8px 21px;
|
|
2280
2280
|
white-space: normal;
|
|
2281
|
-
|
|
2281
|
+
text-wrap: nowrap;
|
|
2282
|
+
text-overflow: ellipsis;
|
|
2283
|
+
overflow: hidden;
|
|
2282
2284
|
}
|
|
2283
2285
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2284
2286
|
border-bottom-width: 1px;
|
|
@@ -3593,7 +3595,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3593
3595
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3594
3596
|
border-left-width: 0;
|
|
3595
3597
|
}
|
|
3596
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3598
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3597
3599
|
border-left: 0;
|
|
3598
3600
|
}
|
|
3599
3601
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5030,7 +5032,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5030
5032
|
border-color: #e0e0e0;
|
|
5031
5033
|
}
|
|
5032
5034
|
.e-grid .e-headercell,
|
|
5033
|
-
.e-grid .e-detailheadercell
|
|
5035
|
+
.e-grid .e-detailheadercell {
|
|
5036
|
+
background-color: #fff;
|
|
5037
|
+
}
|
|
5034
5038
|
.e-grid .e-gridcontent {
|
|
5035
5039
|
background-color: #fff;
|
|
5036
5040
|
}
|
|
@@ -2623,7 +2623,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2623
2623
|
line-height: 20px;
|
|
2624
2624
|
padding: 8px 8px;
|
|
2625
2625
|
white-space: normal;
|
|
2626
|
-
|
|
2626
|
+
text-wrap: nowrap;
|
|
2627
|
+
text-overflow: ellipsis;
|
|
2628
|
+
overflow: hidden;
|
|
2627
2629
|
}
|
|
2628
2630
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2629
2631
|
border-bottom-width: 1px;
|
|
@@ -3499,7 +3501,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3499
3501
|
}
|
|
3500
3502
|
.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
|
|
3501
3503
|
margin-top: 0;
|
|
3502
|
-
padding:
|
|
3504
|
+
padding: 8px;
|
|
3503
3505
|
}
|
|
3504
3506
|
.e-grid .e-edit-dialog {
|
|
3505
3507
|
min-height: 350px;
|
|
@@ -3984,7 +3986,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3984
3986
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3985
3987
|
border-left-width: 0;
|
|
3986
3988
|
}
|
|
3987
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3989
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3988
3990
|
border-left: 0;
|
|
3989
3991
|
}
|
|
3990
3992
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5447,7 +5449,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5447
5449
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
5448
5450
|
}
|
|
5449
5451
|
.e-grid .e-headercell,
|
|
5450
|
-
.e-grid .e-detailheadercell
|
|
5452
|
+
.e-grid .e-detailheadercell {
|
|
5453
|
+
background-color: rgba(var(--color-sf-surface));
|
|
5454
|
+
}
|
|
5451
5455
|
.e-grid .e-gridcontent {
|
|
5452
5456
|
background-color: rgba(var(--color-sf-surface));
|
|
5453
5457
|
}
|
package/styles/material3.css
CHANGED
|
@@ -2847,7 +2847,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2847
2847
|
line-height: 20px;
|
|
2848
2848
|
padding: 8px 8px;
|
|
2849
2849
|
white-space: normal;
|
|
2850
|
-
|
|
2850
|
+
text-wrap: nowrap;
|
|
2851
|
+
text-overflow: ellipsis;
|
|
2852
|
+
overflow: hidden;
|
|
2851
2853
|
}
|
|
2852
2854
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2853
2855
|
border-bottom-width: 1px;
|
|
@@ -3723,7 +3725,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3723
3725
|
}
|
|
3724
3726
|
.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
|
|
3725
3727
|
margin-top: 0;
|
|
3726
|
-
padding:
|
|
3728
|
+
padding: 8px;
|
|
3727
3729
|
}
|
|
3728
3730
|
.e-grid .e-edit-dialog {
|
|
3729
3731
|
min-height: 350px;
|
|
@@ -4208,7 +4210,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4208
4210
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
4209
4211
|
border-left-width: 0;
|
|
4210
4212
|
}
|
|
4211
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
4213
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
4212
4214
|
border-left: 0;
|
|
4213
4215
|
}
|
|
4214
4216
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5671,7 +5673,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5671
5673
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
5672
5674
|
}
|
|
5673
5675
|
.e-grid .e-headercell,
|
|
5674
|
-
.e-grid .e-detailheadercell
|
|
5676
|
+
.e-grid .e-detailheadercell {
|
|
5677
|
+
background-color: rgba(var(--color-sf-surface));
|
|
5678
|
+
}
|
|
5675
5679
|
.e-grid .e-gridcontent {
|
|
5676
5680
|
background-color: rgba(var(--color-sf-surface));
|
|
5677
5681
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2216,7 +2216,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2216
2216
|
padding: 6px 8px;
|
|
2217
2217
|
padding: 0.7em 8px;
|
|
2218
2218
|
white-space: normal;
|
|
2219
|
-
|
|
2219
|
+
text-wrap: nowrap;
|
|
2220
|
+
text-overflow: ellipsis;
|
|
2221
|
+
overflow: hidden;
|
|
2220
2222
|
}
|
|
2221
2223
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2222
2224
|
border-bottom-width: 1px;
|
|
@@ -3559,7 +3561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3559
3561
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3560
3562
|
border-left-width: 0;
|
|
3561
3563
|
}
|
|
3562
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3564
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3563
3565
|
border-left: 0;
|
|
3564
3566
|
}
|
|
3565
3567
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5003,7 +5005,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5003
5005
|
border-color: #4b5563;
|
|
5004
5006
|
}
|
|
5005
5007
|
.e-grid .e-headercell,
|
|
5006
|
-
.e-grid .e-detailheadercell
|
|
5008
|
+
.e-grid .e-detailheadercell {
|
|
5009
|
+
background-color: #232e3e;
|
|
5010
|
+
}
|
|
5007
5011
|
.e-grid .e-gridcontent {
|
|
5008
5012
|
background-color: #1f2937;
|
|
5009
5013
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -2216,7 +2216,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2216
2216
|
padding: 6px 8px;
|
|
2217
2217
|
padding: 0.7em 8px;
|
|
2218
2218
|
white-space: normal;
|
|
2219
|
-
|
|
2219
|
+
text-wrap: nowrap;
|
|
2220
|
+
text-overflow: ellipsis;
|
|
2221
|
+
overflow: hidden;
|
|
2220
2222
|
}
|
|
2221
2223
|
.e-grid .e-summarycell.e-lastrowcell {
|
|
2222
2224
|
border-bottom-width: 1px;
|
|
@@ -3559,7 +3561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3559
3561
|
.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
|
|
3560
3562
|
border-left-width: 0;
|
|
3561
3563
|
}
|
|
3562
|
-
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
|
|
3564
|
+
.e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
|
|
3563
3565
|
border-left: 0;
|
|
3564
3566
|
}
|
|
3565
3567
|
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
|
|
@@ -5003,7 +5005,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5003
5005
|
border-color: #e5e7eb;
|
|
5004
5006
|
}
|
|
5005
5007
|
.e-grid .e-headercell,
|
|
5006
|
-
.e-grid .e-detailheadercell
|
|
5008
|
+
.e-grid .e-detailheadercell {
|
|
5009
|
+
background-color: #f9fafb;
|
|
5010
|
+
}
|
|
5007
5011
|
.e-grid .e-gridcontent {
|
|
5008
5012
|
background-color: #fff;
|
|
5009
5013
|
}
|