@syncfusion/ej2-angular-grids 20.4.42-ngcc → 20.4.43-ngcc
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 +16 -1
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +6 -6
- 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 +10 -3
- package/styles/bootstrap.css +10 -3
- package/styles/bootstrap4.css +10 -3
- package/styles/bootstrap5-dark.css +10 -3
- package/styles/bootstrap5.css +10 -3
- package/styles/fabric-dark.css +10 -3
- package/styles/fabric.css +10 -3
- package/styles/fluent-dark.css +10 -3
- package/styles/fluent.css +10 -3
- package/styles/grid/bootstrap-dark.css +10 -3
- package/styles/grid/bootstrap.css +10 -3
- package/styles/grid/bootstrap4.css +10 -3
- package/styles/grid/bootstrap5-dark.css +10 -3
- package/styles/grid/bootstrap5.css +10 -3
- package/styles/grid/fabric-dark.css +10 -3
- package/styles/grid/fabric.css +10 -3
- package/styles/grid/fluent-dark.css +10 -3
- package/styles/grid/fluent.css +10 -3
- package/styles/grid/highcontrast-light.css +10 -3
- package/styles/grid/highcontrast.css +10 -3
- package/styles/grid/material-dark.css +10 -3
- package/styles/grid/material.css +10 -3
- package/styles/grid/tailwind-dark.css +10 -3
- package/styles/grid/tailwind.css +10 -3
- package/styles/highcontrast-light.css +10 -3
- package/styles/highcontrast.css +10 -3
- package/styles/material-dark.css +10 -3
- package/styles/material.css +10 -3
- package/styles/tailwind-dark.css +10 -3
- package/styles/tailwind.css +10 -3
package/styles/grid/fabric.css
CHANGED
|
@@ -1072,7 +1072,10 @@
|
|
|
1072
1072
|
border-width: 1px 0 0 0;
|
|
1073
1073
|
border-color: #eaeaea;
|
|
1074
1074
|
}
|
|
1075
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1075
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1076
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1077
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1078
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1076
1079
|
border-bottom-width: 1px;
|
|
1077
1080
|
}
|
|
1078
1081
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1636,7 +1639,7 @@
|
|
|
1636
1639
|
border-left-style: solid;
|
|
1637
1640
|
border-left-width: 1px;
|
|
1638
1641
|
}
|
|
1639
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1642
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1640
1643
|
border-left-width: 0;
|
|
1641
1644
|
}
|
|
1642
1645
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3053,7 +3056,11 @@
|
|
|
3053
3056
|
}
|
|
3054
3057
|
.e-grid.sf-grid .e-movablecontent {
|
|
3055
3058
|
height: inherit;
|
|
3056
|
-
overflow:
|
|
3059
|
+
overflow-x: auto;
|
|
3060
|
+
scrollbar-width: none; /* firefox */
|
|
3061
|
+
}
|
|
3062
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3063
|
+
display: none; /* safari, chrome and edge */
|
|
3057
3064
|
}
|
|
3058
3065
|
.e-grid.sf-grid .e-frozencontent {
|
|
3059
3066
|
border-bottom-style: solid;
|
|
@@ -1167,7 +1167,10 @@
|
|
|
1167
1167
|
border-width: 1px 0 0 0;
|
|
1168
1168
|
border-color: #292827;
|
|
1169
1169
|
}
|
|
1170
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1170
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1171
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1172
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1173
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1171
1174
|
border-bottom-width: 1px;
|
|
1172
1175
|
}
|
|
1173
1176
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1734,7 +1737,7 @@
|
|
|
1734
1737
|
border-left-style: solid;
|
|
1735
1738
|
border-left-width: 1px;
|
|
1736
1739
|
}
|
|
1737
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1740
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1738
1741
|
border-left-width: 0;
|
|
1739
1742
|
}
|
|
1740
1743
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3163,7 +3166,11 @@
|
|
|
3163
3166
|
}
|
|
3164
3167
|
.e-grid.sf-grid .e-movablecontent {
|
|
3165
3168
|
height: inherit;
|
|
3166
|
-
overflow:
|
|
3169
|
+
overflow-x: auto;
|
|
3170
|
+
scrollbar-width: none; /* firefox */
|
|
3171
|
+
}
|
|
3172
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3173
|
+
display: none; /* safari, chrome and edge */
|
|
3167
3174
|
}
|
|
3168
3175
|
.e-grid.sf-grid .e-frozencontent {
|
|
3169
3176
|
border-bottom-style: solid;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1167,7 +1167,10 @@
|
|
|
1167
1167
|
border-width: 1px 0 0 0;
|
|
1168
1168
|
border-color: #edebe9;
|
|
1169
1169
|
}
|
|
1170
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1170
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1171
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1172
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1173
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1171
1174
|
border-bottom-width: 1px;
|
|
1172
1175
|
}
|
|
1173
1176
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1734,7 +1737,7 @@
|
|
|
1734
1737
|
border-left-style: solid;
|
|
1735
1738
|
border-left-width: 1px;
|
|
1736
1739
|
}
|
|
1737
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1740
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1738
1741
|
border-left-width: 0;
|
|
1739
1742
|
}
|
|
1740
1743
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3163,7 +3166,11 @@
|
|
|
3163
3166
|
}
|
|
3164
3167
|
.e-grid.sf-grid .e-movablecontent {
|
|
3165
3168
|
height: inherit;
|
|
3166
|
-
overflow:
|
|
3169
|
+
overflow-x: auto;
|
|
3170
|
+
scrollbar-width: none; /* firefox */
|
|
3171
|
+
}
|
|
3172
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3173
|
+
display: none; /* safari, chrome and edge */
|
|
3167
3174
|
}
|
|
3168
3175
|
.e-grid.sf-grid .e-frozencontent {
|
|
3169
3176
|
border-bottom-style: solid;
|
|
@@ -1076,7 +1076,10 @@
|
|
|
1076
1076
|
border-width: 1px 0 0 0;
|
|
1077
1077
|
border-color: #757575;
|
|
1078
1078
|
}
|
|
1079
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1079
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1080
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1081
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1082
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1080
1083
|
border-bottom-width: 1px;
|
|
1081
1084
|
}
|
|
1082
1085
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1640,7 +1643,7 @@
|
|
|
1640
1643
|
border-left-style: solid;
|
|
1641
1644
|
border-left-width: 1px;
|
|
1642
1645
|
}
|
|
1643
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1646
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1644
1647
|
border-left-width: 0;
|
|
1645
1648
|
}
|
|
1646
1649
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3057,7 +3060,11 @@
|
|
|
3057
3060
|
}
|
|
3058
3061
|
.e-grid.sf-grid .e-movablecontent {
|
|
3059
3062
|
height: inherit;
|
|
3060
|
-
overflow:
|
|
3063
|
+
overflow-x: auto;
|
|
3064
|
+
scrollbar-width: none; /* firefox */
|
|
3065
|
+
}
|
|
3066
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3067
|
+
display: none; /* safari, chrome and edge */
|
|
3061
3068
|
}
|
|
3062
3069
|
.e-grid.sf-grid .e-frozencontent {
|
|
3063
3070
|
border-bottom-style: solid;
|
|
@@ -1076,7 +1076,10 @@
|
|
|
1076
1076
|
border-width: 1px 0 0 0;
|
|
1077
1077
|
border-color: #969696;
|
|
1078
1078
|
}
|
|
1079
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1079
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1080
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1081
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1082
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1080
1083
|
border-bottom-width: 1px;
|
|
1081
1084
|
}
|
|
1082
1085
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1640,7 +1643,7 @@
|
|
|
1640
1643
|
border-left-style: solid;
|
|
1641
1644
|
border-left-width: 1px;
|
|
1642
1645
|
}
|
|
1643
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1646
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1644
1647
|
border-left-width: 0;
|
|
1645
1648
|
}
|
|
1646
1649
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3057,7 +3060,11 @@
|
|
|
3057
3060
|
}
|
|
3058
3061
|
.e-grid.sf-grid .e-movablecontent {
|
|
3059
3062
|
height: inherit;
|
|
3060
|
-
overflow:
|
|
3063
|
+
overflow-x: auto;
|
|
3064
|
+
scrollbar-width: none; /* firefox */
|
|
3065
|
+
}
|
|
3066
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3067
|
+
display: none; /* safari, chrome and edge */
|
|
3061
3068
|
}
|
|
3062
3069
|
.e-grid.sf-grid .e-frozencontent {
|
|
3063
3070
|
border-bottom-style: solid;
|
|
@@ -1120,7 +1120,10 @@
|
|
|
1120
1120
|
border-width: 1px 0 0 0;
|
|
1121
1121
|
border-color: #616161;
|
|
1122
1122
|
}
|
|
1123
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1123
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1124
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1125
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1126
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1124
1127
|
border-bottom-width: 1px;
|
|
1125
1128
|
}
|
|
1126
1129
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1684,7 +1687,7 @@
|
|
|
1684
1687
|
border-left-style: solid;
|
|
1685
1688
|
border-left-width: 1px;
|
|
1686
1689
|
}
|
|
1687
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1690
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1688
1691
|
border-left-width: 0;
|
|
1689
1692
|
}
|
|
1690
1693
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3101,7 +3104,11 @@
|
|
|
3101
3104
|
}
|
|
3102
3105
|
.e-grid.sf-grid .e-movablecontent {
|
|
3103
3106
|
height: inherit;
|
|
3104
|
-
overflow:
|
|
3107
|
+
overflow-x: auto;
|
|
3108
|
+
scrollbar-width: none; /* firefox */
|
|
3109
|
+
}
|
|
3110
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3111
|
+
display: none; /* safari, chrome and edge */
|
|
3105
3112
|
}
|
|
3106
3113
|
.e-grid.sf-grid .e-frozencontent {
|
|
3107
3114
|
border-bottom-style: solid;
|
package/styles/grid/material.css
CHANGED
|
@@ -1154,7 +1154,10 @@
|
|
|
1154
1154
|
border-width: 1px 0 0 0;
|
|
1155
1155
|
border-color: #e0e0e0;
|
|
1156
1156
|
}
|
|
1157
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1157
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1158
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1159
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1160
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1158
1161
|
border-bottom-width: 1px;
|
|
1159
1162
|
}
|
|
1160
1163
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1718,7 +1721,7 @@
|
|
|
1718
1721
|
border-left-style: solid;
|
|
1719
1722
|
border-left-width: 1px;
|
|
1720
1723
|
}
|
|
1721
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1724
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1722
1725
|
border-left-width: 0;
|
|
1723
1726
|
}
|
|
1724
1727
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3135,7 +3138,11 @@
|
|
|
3135
3138
|
}
|
|
3136
3139
|
.e-grid.sf-grid .e-movablecontent {
|
|
3137
3140
|
height: inherit;
|
|
3138
|
-
overflow:
|
|
3141
|
+
overflow-x: auto;
|
|
3142
|
+
scrollbar-width: none; /* firefox */
|
|
3143
|
+
}
|
|
3144
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3145
|
+
display: none; /* safari, chrome and edge */
|
|
3139
3146
|
}
|
|
3140
3147
|
.e-grid.sf-grid .e-frozencontent {
|
|
3141
3148
|
border-bottom-style: solid;
|
|
@@ -1156,7 +1156,10 @@
|
|
|
1156
1156
|
border-width: 1px 0 0 0;
|
|
1157
1157
|
border-color: #4b5563;
|
|
1158
1158
|
}
|
|
1159
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1159
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1160
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1161
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1162
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1160
1163
|
border-bottom-width: 1px;
|
|
1161
1164
|
}
|
|
1162
1165
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1725,7 +1728,7 @@
|
|
|
1725
1728
|
border-left-style: solid;
|
|
1726
1729
|
border-left-width: 1px;
|
|
1727
1730
|
}
|
|
1728
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1731
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1729
1732
|
border-left-width: 0;
|
|
1730
1733
|
}
|
|
1731
1734
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3171,7 +3174,11 @@
|
|
|
3171
3174
|
}
|
|
3172
3175
|
.e-grid.sf-grid .e-movablecontent {
|
|
3173
3176
|
height: inherit;
|
|
3174
|
-
overflow:
|
|
3177
|
+
overflow-x: auto;
|
|
3178
|
+
scrollbar-width: none; /* firefox */
|
|
3179
|
+
}
|
|
3180
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3181
|
+
display: none; /* safari, chrome and edge */
|
|
3175
3182
|
}
|
|
3176
3183
|
.e-grid.sf-grid .e-frozencontent {
|
|
3177
3184
|
border-bottom-style: solid;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1156,7 +1156,10 @@
|
|
|
1156
1156
|
border-width: 1px 0 0 0;
|
|
1157
1157
|
border-color: #e5e7eb;
|
|
1158
1158
|
}
|
|
1159
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1159
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1160
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1161
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1162
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1160
1163
|
border-bottom-width: 1px;
|
|
1161
1164
|
}
|
|
1162
1165
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -1725,7 +1728,7 @@
|
|
|
1725
1728
|
border-left-style: solid;
|
|
1726
1729
|
border-left-width: 1px;
|
|
1727
1730
|
}
|
|
1728
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1731
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
1729
1732
|
border-left-width: 0;
|
|
1730
1733
|
}
|
|
1731
1734
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3171,7 +3174,11 @@
|
|
|
3171
3174
|
}
|
|
3172
3175
|
.e-grid.sf-grid .e-movablecontent {
|
|
3173
3176
|
height: inherit;
|
|
3174
|
-
overflow:
|
|
3177
|
+
overflow-x: auto;
|
|
3178
|
+
scrollbar-width: none; /* firefox */
|
|
3179
|
+
}
|
|
3180
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3181
|
+
display: none; /* safari, chrome and edge */
|
|
3175
3182
|
}
|
|
3176
3183
|
.e-grid.sf-grid .e-frozencontent {
|
|
3177
3184
|
border-bottom-style: solid;
|
|
@@ -1488,7 +1488,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1488
1488
|
border-width: 1px 0 0 0;
|
|
1489
1489
|
border-color: #757575;
|
|
1490
1490
|
}
|
|
1491
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1491
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1492
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1493
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1494
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1492
1495
|
border-bottom-width: 1px;
|
|
1493
1496
|
}
|
|
1494
1497
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -2052,7 +2055,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2052
2055
|
border-left-style: solid;
|
|
2053
2056
|
border-left-width: 1px;
|
|
2054
2057
|
}
|
|
2055
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2058
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2056
2059
|
border-left-width: 0;
|
|
2057
2060
|
}
|
|
2058
2061
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3469,7 +3472,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3469
3472
|
}
|
|
3470
3473
|
.e-grid.sf-grid .e-movablecontent {
|
|
3471
3474
|
height: inherit;
|
|
3472
|
-
overflow:
|
|
3475
|
+
overflow-x: auto;
|
|
3476
|
+
scrollbar-width: none; /* firefox */
|
|
3477
|
+
}
|
|
3478
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3479
|
+
display: none; /* safari, chrome and edge */
|
|
3473
3480
|
}
|
|
3474
3481
|
.e-grid.sf-grid .e-frozencontent {
|
|
3475
3482
|
border-bottom-style: solid;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1488,7 +1488,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1488
1488
|
border-width: 1px 0 0 0;
|
|
1489
1489
|
border-color: #969696;
|
|
1490
1490
|
}
|
|
1491
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1491
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1492
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1493
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1494
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1492
1495
|
border-bottom-width: 1px;
|
|
1493
1496
|
}
|
|
1494
1497
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -2052,7 +2055,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2052
2055
|
border-left-style: solid;
|
|
2053
2056
|
border-left-width: 1px;
|
|
2054
2057
|
}
|
|
2055
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2058
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2056
2059
|
border-left-width: 0;
|
|
2057
2060
|
}
|
|
2058
2061
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3469,7 +3472,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3469
3472
|
}
|
|
3470
3473
|
.e-grid.sf-grid .e-movablecontent {
|
|
3471
3474
|
height: inherit;
|
|
3472
|
-
overflow:
|
|
3475
|
+
overflow-x: auto;
|
|
3476
|
+
scrollbar-width: none; /* firefox */
|
|
3477
|
+
}
|
|
3478
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3479
|
+
display: none; /* safari, chrome and edge */
|
|
3473
3480
|
}
|
|
3474
3481
|
.e-grid.sf-grid .e-frozencontent {
|
|
3475
3482
|
border-bottom-style: solid;
|
package/styles/material-dark.css
CHANGED
|
@@ -1538,7 +1538,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1538
1538
|
border-width: 1px 0 0 0;
|
|
1539
1539
|
border-color: #616161;
|
|
1540
1540
|
}
|
|
1541
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1541
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1542
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1543
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1544
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1542
1545
|
border-bottom-width: 1px;
|
|
1543
1546
|
}
|
|
1544
1547
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -2102,7 +2105,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2102
2105
|
border-left-style: solid;
|
|
2103
2106
|
border-left-width: 1px;
|
|
2104
2107
|
}
|
|
2105
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2108
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2106
2109
|
border-left-width: 0;
|
|
2107
2110
|
}
|
|
2108
2111
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3519,7 +3522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3519
3522
|
}
|
|
3520
3523
|
.e-grid.sf-grid .e-movablecontent {
|
|
3521
3524
|
height: inherit;
|
|
3522
|
-
overflow:
|
|
3525
|
+
overflow-x: auto;
|
|
3526
|
+
scrollbar-width: none; /* firefox */
|
|
3527
|
+
}
|
|
3528
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3529
|
+
display: none; /* safari, chrome and edge */
|
|
3523
3530
|
}
|
|
3524
3531
|
.e-grid.sf-grid .e-frozencontent {
|
|
3525
3532
|
border-bottom-style: solid;
|
package/styles/material.css
CHANGED
|
@@ -1580,7 +1580,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1580
1580
|
border-width: 1px 0 0 0;
|
|
1581
1581
|
border-color: #e0e0e0;
|
|
1582
1582
|
}
|
|
1583
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1583
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1584
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1585
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1586
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1584
1587
|
border-bottom-width: 1px;
|
|
1585
1588
|
}
|
|
1586
1589
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -2144,7 +2147,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2144
2147
|
border-left-style: solid;
|
|
2145
2148
|
border-left-width: 1px;
|
|
2146
2149
|
}
|
|
2147
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2150
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2148
2151
|
border-left-width: 0;
|
|
2149
2152
|
}
|
|
2150
2153
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3561,7 +3564,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3561
3564
|
}
|
|
3562
3565
|
.e-grid.sf-grid .e-movablecontent {
|
|
3563
3566
|
height: inherit;
|
|
3564
|
-
overflow:
|
|
3567
|
+
overflow-x: auto;
|
|
3568
|
+
scrollbar-width: none; /* firefox */
|
|
3569
|
+
}
|
|
3570
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3571
|
+
display: none; /* safari, chrome and edge */
|
|
3565
3572
|
}
|
|
3566
3573
|
.e-grid.sf-grid .e-frozencontent {
|
|
3567
3574
|
border-bottom-style: solid;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1572,7 +1572,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1572
1572
|
border-width: 1px 0 0 0;
|
|
1573
1573
|
border-color: #4b5563;
|
|
1574
1574
|
}
|
|
1575
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1575
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1576
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1577
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1578
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1576
1579
|
border-bottom-width: 1px;
|
|
1577
1580
|
}
|
|
1578
1581
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -2141,7 +2144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2141
2144
|
border-left-style: solid;
|
|
2142
2145
|
border-left-width: 1px;
|
|
2143
2146
|
}
|
|
2144
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2147
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2145
2148
|
border-left-width: 0;
|
|
2146
2149
|
}
|
|
2147
2150
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3587,7 +3590,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3587
3590
|
}
|
|
3588
3591
|
.e-grid.sf-grid .e-movablecontent {
|
|
3589
3592
|
height: inherit;
|
|
3590
|
-
overflow:
|
|
3593
|
+
overflow-x: auto;
|
|
3594
|
+
scrollbar-width: none; /* firefox */
|
|
3595
|
+
}
|
|
3596
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3597
|
+
display: none; /* safari, chrome and edge */
|
|
3591
3598
|
}
|
|
3592
3599
|
.e-grid.sf-grid .e-frozencontent {
|
|
3593
3600
|
border-bottom-style: solid;
|
package/styles/tailwind.css
CHANGED
|
@@ -1572,7 +1572,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1572
1572
|
border-width: 1px 0 0 0;
|
|
1573
1573
|
border-color: #e5e7eb;
|
|
1574
1574
|
}
|
|
1575
|
-
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1575
|
+
.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1576
|
+
.e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1577
|
+
.e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1578
|
+
.e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1576
1579
|
border-bottom-width: 1px;
|
|
1577
1580
|
}
|
|
1578
1581
|
.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
@@ -2141,7 +2144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2141
2144
|
border-left-style: solid;
|
|
2142
2145
|
border-left-width: 1px;
|
|
2143
2146
|
}
|
|
2144
|
-
.e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2147
|
+
.e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
|
|
2145
2148
|
border-left-width: 0;
|
|
2146
2149
|
}
|
|
2147
2150
|
.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
|
|
@@ -3587,7 +3590,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3587
3590
|
}
|
|
3588
3591
|
.e-grid.sf-grid .e-movablecontent {
|
|
3589
3592
|
height: inherit;
|
|
3590
|
-
overflow:
|
|
3593
|
+
overflow-x: auto;
|
|
3594
|
+
scrollbar-width: none; /* firefox */
|
|
3595
|
+
}
|
|
3596
|
+
.e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
|
|
3597
|
+
display: none; /* safari, chrome and edge */
|
|
3591
3598
|
}
|
|
3592
3599
|
.e-grid.sf-grid .e-frozencontent {
|
|
3593
3600
|
border-bottom-style: solid;
|