@syncfusion/ej2-grids 29.1.37 → 29.1.38
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-grids.min.js +1 -1
- package/dist/ej2-grids.umd.min.js +1 -1
- package/dist/global/ej2-grids.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/styles/bds-lite.css +10 -0
- package/styles/bds.css +10 -0
- package/styles/bootstrap-dark-lite.css +10 -0
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap-lite.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4-lite.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark-lite.css +13 -0
- package/styles/bootstrap5-dark.css +13 -0
- package/styles/bootstrap5-lite.css +13 -0
- package/styles/bootstrap5.3-lite.css +14 -1
- package/styles/bootstrap5.3.css +14 -1
- package/styles/bootstrap5.css +13 -0
- package/styles/fabric-dark-lite.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric-lite.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark-lite.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent-lite.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/fluent2-lite.css +10 -0
- package/styles/fluent2.css +10 -0
- package/styles/grid/_bootstrap5.3-definition.scss +1 -1
- package/styles/grid/_highcontrast-definition.scss +1 -1
- package/styles/grid/_highcontrast-light-definition.scss +1 -1
- package/styles/grid/_layout.scss +17 -0
- package/styles/grid/_tailwind3-definition.scss +1 -1
- package/styles/grid/bds.css +10 -0
- package/styles/grid/bootstrap-dark.css +10 -0
- package/styles/grid/bootstrap.css +10 -0
- package/styles/grid/bootstrap4.css +10 -0
- package/styles/grid/bootstrap5-dark.css +13 -0
- package/styles/grid/bootstrap5.3.css +14 -1
- package/styles/grid/bootstrap5.css +13 -0
- package/styles/grid/fabric-dark.css +10 -0
- package/styles/grid/fabric.css +10 -0
- package/styles/grid/fluent-dark.css +10 -0
- package/styles/grid/fluent.css +10 -0
- package/styles/grid/fluent2.css +10 -0
- package/styles/grid/highcontrast-light.css +11 -1
- package/styles/grid/highcontrast.css +11 -1
- package/styles/grid/material-dark.css +10 -0
- package/styles/grid/material.css +10 -0
- package/styles/grid/material3-dark.css +10 -0
- package/styles/grid/material3.css +10 -0
- package/styles/grid/tailwind-dark.css +10 -0
- package/styles/grid/tailwind.css +10 -0
- package/styles/grid/tailwind3.css +11 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material-lite.css +10 -0
- package/styles/material.css +10 -0
- package/styles/material3-dark-lite.css +10 -0
- package/styles/material3-dark.css +10 -0
- package/styles/material3-lite.css +10 -0
- package/styles/material3.css +10 -0
- package/styles/tailwind-dark-lite.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind-lite.css +10 -0
- package/styles/tailwind.css +10 -0
- package/styles/tailwind3-lite.css +11 -1
- package/styles/tailwind3.css +11 -1
package/styles/grid/bds.css
CHANGED
|
@@ -3436,6 +3436,16 @@
|
|
|
3436
3436
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3437
3437
|
line-height: normal;
|
|
3438
3438
|
}
|
|
3439
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3440
|
+
/* stylelint-disable declaration-no-important */
|
|
3441
|
+
/* stylelint-enable declaration-no-important */
|
|
3442
|
+
}
|
|
3443
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3444
|
+
border-spacing: 0 !important;
|
|
3445
|
+
}
|
|
3446
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3447
|
+
line-height: 1;
|
|
3448
|
+
}
|
|
3439
3449
|
}
|
|
3440
3450
|
/* stylelint-enable function-url-quotes */
|
|
3441
3451
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3158,6 +3158,16 @@
|
|
|
3158
3158
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3159
3159
|
line-height: normal;
|
|
3160
3160
|
}
|
|
3161
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3162
|
+
/* stylelint-disable declaration-no-important */
|
|
3163
|
+
/* stylelint-enable declaration-no-important */
|
|
3164
|
+
}
|
|
3165
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3166
|
+
border-spacing: 0 !important;
|
|
3167
|
+
}
|
|
3168
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3169
|
+
line-height: 1;
|
|
3170
|
+
}
|
|
3161
3171
|
}
|
|
3162
3172
|
/* stylelint-enable function-url-quotes */
|
|
3163
3173
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3158,6 +3158,16 @@
|
|
|
3158
3158
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3159
3159
|
line-height: normal;
|
|
3160
3160
|
}
|
|
3161
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3162
|
+
/* stylelint-disable declaration-no-important */
|
|
3163
|
+
/* stylelint-enable declaration-no-important */
|
|
3164
|
+
}
|
|
3165
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3166
|
+
border-spacing: 0 !important;
|
|
3167
|
+
}
|
|
3168
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3169
|
+
line-height: 1;
|
|
3170
|
+
}
|
|
3161
3171
|
}
|
|
3162
3172
|
/* stylelint-enable function-url-quotes */
|
|
3163
3173
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3185,6 +3185,16 @@
|
|
|
3185
3185
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3186
3186
|
line-height: normal;
|
|
3187
3187
|
}
|
|
3188
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3189
|
+
/* stylelint-disable declaration-no-important */
|
|
3190
|
+
/* stylelint-enable declaration-no-important */
|
|
3191
|
+
}
|
|
3192
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3193
|
+
border-spacing: 0 !important;
|
|
3194
|
+
}
|
|
3195
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3196
|
+
line-height: 1;
|
|
3197
|
+
}
|
|
3188
3198
|
}
|
|
3189
3199
|
/* stylelint-enable function-url-quotes */
|
|
3190
3200
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1705,6 +1705,9 @@
|
|
|
1705
1705
|
margin: -13px -18px -12px 8px;
|
|
1706
1706
|
padding: 2px;
|
|
1707
1707
|
}
|
|
1708
|
+
.e-grid .e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
1709
|
+
margin-top: -11px;
|
|
1710
|
+
}
|
|
1708
1711
|
.e-grid.e-wrap .e-columnmenu, .e-grid.e-wrap .e-grid.e-rtl .e-columnmenu {
|
|
1709
1712
|
line-height: 3px;
|
|
1710
1713
|
}
|
|
@@ -3189,6 +3192,16 @@
|
|
|
3189
3192
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3190
3193
|
line-height: normal;
|
|
3191
3194
|
}
|
|
3195
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3196
|
+
/* stylelint-disable declaration-no-important */
|
|
3197
|
+
/* stylelint-enable declaration-no-important */
|
|
3198
|
+
}
|
|
3199
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3200
|
+
border-spacing: 0 !important;
|
|
3201
|
+
}
|
|
3202
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3203
|
+
line-height: 1;
|
|
3204
|
+
}
|
|
3192
3205
|
}
|
|
3193
3206
|
/* stylelint-enable function-url-quotes */
|
|
3194
3207
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
font-weight: 700;
|
|
1207
1207
|
height: 18px;
|
|
1208
1208
|
line-height: 18px;
|
|
1209
|
-
padding: 0 0.4em;
|
|
1209
|
+
padding: 0 1.5em 0 0.4em;
|
|
1210
1210
|
margin: -7px -7px -7px -8px;
|
|
1211
1211
|
overflow: hidden;
|
|
1212
1212
|
text-align: left;
|
|
@@ -1710,6 +1710,9 @@
|
|
|
1710
1710
|
margin: -13px -18px -12px 8px;
|
|
1711
1711
|
padding: 2px;
|
|
1712
1712
|
}
|
|
1713
|
+
.e-grid .e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
1714
|
+
margin-top: -11px;
|
|
1715
|
+
}
|
|
1713
1716
|
.e-grid.e-wrap .e-columnmenu, .e-grid.e-wrap .e-grid.e-rtl .e-columnmenu {
|
|
1714
1717
|
line-height: 3px;
|
|
1715
1718
|
}
|
|
@@ -3191,6 +3194,16 @@
|
|
|
3191
3194
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3192
3195
|
line-height: normal;
|
|
3193
3196
|
}
|
|
3197
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3198
|
+
/* stylelint-disable declaration-no-important */
|
|
3199
|
+
/* stylelint-enable declaration-no-important */
|
|
3200
|
+
}
|
|
3201
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3202
|
+
border-spacing: 0 !important;
|
|
3203
|
+
}
|
|
3204
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3205
|
+
line-height: 1;
|
|
3206
|
+
}
|
|
3194
3207
|
}
|
|
3195
3208
|
/* stylelint-enable function-url-quotes */
|
|
3196
3209
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1705,6 +1705,9 @@
|
|
|
1705
1705
|
margin: -13px -18px -12px 8px;
|
|
1706
1706
|
padding: 2px;
|
|
1707
1707
|
}
|
|
1708
|
+
.e-grid .e-table:not(.e-sortfilter) .e-headercell .e-columnmenu {
|
|
1709
|
+
margin-top: -11px;
|
|
1710
|
+
}
|
|
1708
1711
|
.e-grid.e-wrap .e-columnmenu, .e-grid.e-wrap .e-grid.e-rtl .e-columnmenu {
|
|
1709
1712
|
line-height: 3px;
|
|
1710
1713
|
}
|
|
@@ -3189,6 +3192,16 @@
|
|
|
3189
3192
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3190
3193
|
line-height: normal;
|
|
3191
3194
|
}
|
|
3195
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3196
|
+
/* stylelint-disable declaration-no-important */
|
|
3197
|
+
/* stylelint-enable declaration-no-important */
|
|
3198
|
+
}
|
|
3199
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3200
|
+
border-spacing: 0 !important;
|
|
3201
|
+
}
|
|
3202
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3203
|
+
line-height: 1;
|
|
3204
|
+
}
|
|
3192
3205
|
}
|
|
3193
3206
|
/* stylelint-enable function-url-quotes */
|
|
3194
3207
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3130,6 +3130,16 @@
|
|
|
3130
3130
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3131
3131
|
line-height: normal;
|
|
3132
3132
|
}
|
|
3133
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3134
|
+
/* stylelint-disable declaration-no-important */
|
|
3135
|
+
/* stylelint-enable declaration-no-important */
|
|
3136
|
+
}
|
|
3137
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3138
|
+
border-spacing: 0 !important;
|
|
3139
|
+
}
|
|
3140
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3141
|
+
line-height: 1;
|
|
3142
|
+
}
|
|
3133
3143
|
}
|
|
3134
3144
|
/* stylelint-enable function-url-quotes */
|
|
3135
3145
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/grid/fabric.css
CHANGED
|
@@ -3133,6 +3133,16 @@
|
|
|
3133
3133
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3134
3134
|
line-height: normal;
|
|
3135
3135
|
}
|
|
3136
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3137
|
+
/* stylelint-disable declaration-no-important */
|
|
3138
|
+
/* stylelint-enable declaration-no-important */
|
|
3139
|
+
}
|
|
3140
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3141
|
+
border-spacing: 0 !important;
|
|
3142
|
+
}
|
|
3143
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3144
|
+
line-height: 1;
|
|
3145
|
+
}
|
|
3136
3146
|
}
|
|
3137
3147
|
/* stylelint-enable function-url-quotes */
|
|
3138
3148
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3209,6 +3209,16 @@
|
|
|
3209
3209
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3210
3210
|
line-height: normal;
|
|
3211
3211
|
}
|
|
3212
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3213
|
+
/* stylelint-disable declaration-no-important */
|
|
3214
|
+
/* stylelint-enable declaration-no-important */
|
|
3215
|
+
}
|
|
3216
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3217
|
+
border-spacing: 0 !important;
|
|
3218
|
+
}
|
|
3219
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3220
|
+
line-height: 1;
|
|
3221
|
+
}
|
|
3212
3222
|
}
|
|
3213
3223
|
/* stylelint-enable function-url-quotes */
|
|
3214
3224
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/grid/fluent.css
CHANGED
|
@@ -3209,6 +3209,16 @@
|
|
|
3209
3209
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3210
3210
|
line-height: normal;
|
|
3211
3211
|
}
|
|
3212
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3213
|
+
/* stylelint-disable declaration-no-important */
|
|
3214
|
+
/* stylelint-enable declaration-no-important */
|
|
3215
|
+
}
|
|
3216
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3217
|
+
border-spacing: 0 !important;
|
|
3218
|
+
}
|
|
3219
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3220
|
+
line-height: 1;
|
|
3221
|
+
}
|
|
3212
3222
|
}
|
|
3213
3223
|
/* stylelint-enable function-url-quotes */
|
|
3214
3224
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/grid/fluent2.css
CHANGED
|
@@ -3410,6 +3410,16 @@
|
|
|
3410
3410
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3411
3411
|
line-height: normal;
|
|
3412
3412
|
}
|
|
3413
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3414
|
+
/* stylelint-disable declaration-no-important */
|
|
3415
|
+
/* stylelint-enable declaration-no-important */
|
|
3416
|
+
}
|
|
3417
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3418
|
+
border-spacing: 0 !important;
|
|
3419
|
+
}
|
|
3420
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3421
|
+
line-height: 1;
|
|
3422
|
+
}
|
|
3413
3423
|
}
|
|
3414
3424
|
/* stylelint-enable function-url-quotes */
|
|
3415
3425
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
font-weight: normal;
|
|
1151
1151
|
height: 29px;
|
|
1152
1152
|
line-height: 29px;
|
|
1153
|
-
padding: 0;
|
|
1153
|
+
padding: 0 7px 0 0;
|
|
1154
1154
|
margin: 0;
|
|
1155
1155
|
overflow: hidden;
|
|
1156
1156
|
text-align: left;
|
|
@@ -3141,6 +3141,16 @@
|
|
|
3141
3141
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3142
3142
|
line-height: normal;
|
|
3143
3143
|
}
|
|
3144
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3145
|
+
/* stylelint-disable declaration-no-important */
|
|
3146
|
+
/* stylelint-enable declaration-no-important */
|
|
3147
|
+
}
|
|
3148
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3149
|
+
border-spacing: 0 !important;
|
|
3150
|
+
}
|
|
3151
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3152
|
+
line-height: 1;
|
|
3153
|
+
}
|
|
3144
3154
|
}
|
|
3145
3155
|
/* stylelint-enable function-url-quotes */
|
|
3146
3156
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
font-weight: normal;
|
|
1151
1151
|
height: 29px;
|
|
1152
1152
|
line-height: 29px;
|
|
1153
|
-
padding: 0;
|
|
1153
|
+
padding: 0 7px 0 0;
|
|
1154
1154
|
margin: 0;
|
|
1155
1155
|
overflow: hidden;
|
|
1156
1156
|
text-align: left;
|
|
@@ -3141,6 +3141,16 @@
|
|
|
3141
3141
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3142
3142
|
line-height: normal;
|
|
3143
3143
|
}
|
|
3144
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3145
|
+
/* stylelint-disable declaration-no-important */
|
|
3146
|
+
/* stylelint-enable declaration-no-important */
|
|
3147
|
+
}
|
|
3148
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3149
|
+
border-spacing: 0 !important;
|
|
3150
|
+
}
|
|
3151
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3152
|
+
line-height: 1;
|
|
3153
|
+
}
|
|
3144
3154
|
}
|
|
3145
3155
|
/* stylelint-enable function-url-quotes */
|
|
3146
3156
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3222,6 +3222,16 @@
|
|
|
3222
3222
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3223
3223
|
line-height: normal;
|
|
3224
3224
|
}
|
|
3225
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3226
|
+
/* stylelint-disable declaration-no-important */
|
|
3227
|
+
/* stylelint-enable declaration-no-important */
|
|
3228
|
+
}
|
|
3229
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3230
|
+
border-spacing: 0 !important;
|
|
3231
|
+
}
|
|
3232
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3233
|
+
line-height: 1;
|
|
3234
|
+
}
|
|
3225
3235
|
}
|
|
3226
3236
|
/* stylelint-enable function-url-quotes */
|
|
3227
3237
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/grid/material.css
CHANGED
|
@@ -3246,6 +3246,16 @@
|
|
|
3246
3246
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3247
3247
|
line-height: normal;
|
|
3248
3248
|
}
|
|
3249
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3250
|
+
/* stylelint-disable declaration-no-important */
|
|
3251
|
+
/* stylelint-enable declaration-no-important */
|
|
3252
|
+
}
|
|
3253
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3254
|
+
border-spacing: 0 !important;
|
|
3255
|
+
}
|
|
3256
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3257
|
+
line-height: 1;
|
|
3258
|
+
}
|
|
3249
3259
|
}
|
|
3250
3260
|
/* stylelint-enable function-url-quotes */
|
|
3251
3261
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3272,6 +3272,16 @@
|
|
|
3272
3272
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3273
3273
|
line-height: normal;
|
|
3274
3274
|
}
|
|
3275
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3276
|
+
/* stylelint-disable declaration-no-important */
|
|
3277
|
+
/* stylelint-enable declaration-no-important */
|
|
3278
|
+
}
|
|
3279
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3280
|
+
border-spacing: 0 !important;
|
|
3281
|
+
}
|
|
3282
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3283
|
+
line-height: 1;
|
|
3284
|
+
}
|
|
3275
3285
|
}
|
|
3276
3286
|
/* stylelint-enable function-url-quotes */
|
|
3277
3287
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3274,6 +3274,16 @@
|
|
|
3274
3274
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3275
3275
|
line-height: normal;
|
|
3276
3276
|
}
|
|
3277
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3278
|
+
/* stylelint-disable declaration-no-important */
|
|
3279
|
+
/* stylelint-enable declaration-no-important */
|
|
3280
|
+
}
|
|
3281
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3282
|
+
border-spacing: 0 !important;
|
|
3283
|
+
}
|
|
3284
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3285
|
+
line-height: 1;
|
|
3286
|
+
}
|
|
3277
3287
|
}
|
|
3278
3288
|
/* stylelint-enable function-url-quotes */
|
|
3279
3289
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3195,6 +3195,16 @@
|
|
|
3195
3195
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3196
3196
|
line-height: normal;
|
|
3197
3197
|
}
|
|
3198
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3199
|
+
/* stylelint-disable declaration-no-important */
|
|
3200
|
+
/* stylelint-enable declaration-no-important */
|
|
3201
|
+
}
|
|
3202
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3203
|
+
border-spacing: 0 !important;
|
|
3204
|
+
}
|
|
3205
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3206
|
+
line-height: 1;
|
|
3207
|
+
}
|
|
3198
3208
|
}
|
|
3199
3209
|
/* stylelint-enable function-url-quotes */
|
|
3200
3210
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -3195,6 +3195,16 @@
|
|
|
3195
3195
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3196
3196
|
line-height: normal;
|
|
3197
3197
|
}
|
|
3198
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3199
|
+
/* stylelint-disable declaration-no-important */
|
|
3200
|
+
/* stylelint-enable declaration-no-important */
|
|
3201
|
+
}
|
|
3202
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3203
|
+
border-spacing: 0 !important;
|
|
3204
|
+
}
|
|
3205
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3206
|
+
line-height: 1;
|
|
3207
|
+
}
|
|
3198
3208
|
}
|
|
3199
3209
|
/* stylelint-enable function-url-quotes */
|
|
3200
3210
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
font-weight: 600;
|
|
1227
1227
|
height: 20px;
|
|
1228
1228
|
line-height: 20px;
|
|
1229
|
-
padding: 0 0.4em;
|
|
1229
|
+
padding: 0 1.5em 0 0.4em;
|
|
1230
1230
|
margin: -7px -7px -7px -8px;
|
|
1231
1231
|
overflow: hidden;
|
|
1232
1232
|
text-align: left;
|
|
@@ -3241,6 +3241,16 @@
|
|
|
3241
3241
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3242
3242
|
line-height: normal;
|
|
3243
3243
|
}
|
|
3244
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3245
|
+
/* stylelint-disable declaration-no-important */
|
|
3246
|
+
/* stylelint-enable declaration-no-important */
|
|
3247
|
+
}
|
|
3248
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3249
|
+
border-spacing: 0 !important;
|
|
3250
|
+
}
|
|
3251
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3252
|
+
line-height: 1;
|
|
3253
|
+
}
|
|
3244
3254
|
}
|
|
3245
3255
|
/* stylelint-enable function-url-quotes */
|
|
3246
3256
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1442,7 +1442,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1442
1442
|
font-weight: normal;
|
|
1443
1443
|
height: 29px;
|
|
1444
1444
|
line-height: 29px;
|
|
1445
|
-
padding: 0;
|
|
1445
|
+
padding: 0 7px 0 0;
|
|
1446
1446
|
margin: 0;
|
|
1447
1447
|
overflow: hidden;
|
|
1448
1448
|
text-align: left;
|
|
@@ -3433,6 +3433,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3433
3433
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3434
3434
|
line-height: normal;
|
|
3435
3435
|
}
|
|
3436
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3437
|
+
/* stylelint-disable declaration-no-important */
|
|
3438
|
+
/* stylelint-enable declaration-no-important */
|
|
3439
|
+
}
|
|
3440
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3441
|
+
border-spacing: 0 !important;
|
|
3442
|
+
}
|
|
3443
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3444
|
+
line-height: 1;
|
|
3445
|
+
}
|
|
3436
3446
|
}
|
|
3437
3447
|
/* stylelint-enable function-url-quotes */
|
|
3438
3448
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1559,7 +1559,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1559
1559
|
font-weight: normal;
|
|
1560
1560
|
height: 29px;
|
|
1561
1561
|
line-height: 29px;
|
|
1562
|
-
padding: 0;
|
|
1562
|
+
padding: 0 7px 0 0;
|
|
1563
1563
|
margin: 0;
|
|
1564
1564
|
overflow: hidden;
|
|
1565
1565
|
text-align: left;
|
|
@@ -3550,6 +3550,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3550
3550
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3551
3551
|
line-height: normal;
|
|
3552
3552
|
}
|
|
3553
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3554
|
+
/* stylelint-disable declaration-no-important */
|
|
3555
|
+
/* stylelint-enable declaration-no-important */
|
|
3556
|
+
}
|
|
3557
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3558
|
+
border-spacing: 0 !important;
|
|
3559
|
+
}
|
|
3560
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3561
|
+
line-height: 1;
|
|
3562
|
+
}
|
|
3553
3563
|
}
|
|
3554
3564
|
/* stylelint-enable function-url-quotes */
|
|
3555
3565
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -1442,7 +1442,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1442
1442
|
font-weight: normal;
|
|
1443
1443
|
height: 29px;
|
|
1444
1444
|
line-height: 29px;
|
|
1445
|
-
padding: 0;
|
|
1445
|
+
padding: 0 7px 0 0;
|
|
1446
1446
|
margin: 0;
|
|
1447
1447
|
overflow: hidden;
|
|
1448
1448
|
text-align: left;
|
|
@@ -3433,6 +3433,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3433
3433
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3434
3434
|
line-height: normal;
|
|
3435
3435
|
}
|
|
3436
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3437
|
+
/* stylelint-disable declaration-no-important */
|
|
3438
|
+
/* stylelint-enable declaration-no-important */
|
|
3439
|
+
}
|
|
3440
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3441
|
+
border-spacing: 0 !important;
|
|
3442
|
+
}
|
|
3443
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3444
|
+
line-height: 1;
|
|
3445
|
+
}
|
|
3436
3446
|
}
|
|
3437
3447
|
/* stylelint-enable function-url-quotes */
|
|
3438
3448
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/highcontrast.css
CHANGED
|
@@ -1559,7 +1559,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1559
1559
|
font-weight: normal;
|
|
1560
1560
|
height: 29px;
|
|
1561
1561
|
line-height: 29px;
|
|
1562
|
-
padding: 0;
|
|
1562
|
+
padding: 0 7px 0 0;
|
|
1563
1563
|
margin: 0;
|
|
1564
1564
|
overflow: hidden;
|
|
1565
1565
|
text-align: left;
|
|
@@ -3550,6 +3550,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3550
3550
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3551
3551
|
line-height: normal;
|
|
3552
3552
|
}
|
|
3553
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3554
|
+
/* stylelint-disable declaration-no-important */
|
|
3555
|
+
/* stylelint-enable declaration-no-important */
|
|
3556
|
+
}
|
|
3557
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3558
|
+
border-spacing: 0 !important;
|
|
3559
|
+
}
|
|
3560
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3561
|
+
line-height: 1;
|
|
3562
|
+
}
|
|
3553
3563
|
}
|
|
3554
3564
|
/* stylelint-enable function-url-quotes */
|
|
3555
3565
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3515,6 +3515,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3515
3515
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3516
3516
|
line-height: normal;
|
|
3517
3517
|
}
|
|
3518
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3519
|
+
/* stylelint-disable declaration-no-important */
|
|
3520
|
+
/* stylelint-enable declaration-no-important */
|
|
3521
|
+
}
|
|
3522
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3523
|
+
border-spacing: 0 !important;
|
|
3524
|
+
}
|
|
3525
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3526
|
+
line-height: 1;
|
|
3527
|
+
}
|
|
3518
3528
|
}
|
|
3519
3529
|
/* stylelint-enable function-url-quotes */
|
|
3520
3530
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/material-dark.css
CHANGED
|
@@ -3632,6 +3632,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3632
3632
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3633
3633
|
line-height: normal;
|
|
3634
3634
|
}
|
|
3635
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3636
|
+
/* stylelint-disable declaration-no-important */
|
|
3637
|
+
/* stylelint-enable declaration-no-important */
|
|
3638
|
+
}
|
|
3639
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3640
|
+
border-spacing: 0 !important;
|
|
3641
|
+
}
|
|
3642
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3643
|
+
line-height: 1;
|
|
3644
|
+
}
|
|
3635
3645
|
}
|
|
3636
3646
|
/* stylelint-enable function-url-quotes */
|
|
3637
3647
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/material-lite.css
CHANGED
|
@@ -3539,6 +3539,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3539
3539
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3540
3540
|
line-height: normal;
|
|
3541
3541
|
}
|
|
3542
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3543
|
+
/* stylelint-disable declaration-no-important */
|
|
3544
|
+
/* stylelint-enable declaration-no-important */
|
|
3545
|
+
}
|
|
3546
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3547
|
+
border-spacing: 0 !important;
|
|
3548
|
+
}
|
|
3549
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3550
|
+
line-height: 1;
|
|
3551
|
+
}
|
|
3542
3552
|
}
|
|
3543
3553
|
/* stylelint-enable function-url-quotes */
|
|
3544
3554
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
package/styles/material.css
CHANGED
|
@@ -3656,6 +3656,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3656
3656
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3657
3657
|
line-height: normal;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3660
|
+
/* stylelint-disable declaration-no-important */
|
|
3661
|
+
/* stylelint-enable declaration-no-important */
|
|
3662
|
+
}
|
|
3663
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3664
|
+
border-spacing: 0 !important;
|
|
3665
|
+
}
|
|
3666
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3667
|
+
line-height: 1;
|
|
3668
|
+
}
|
|
3659
3669
|
}
|
|
3660
3670
|
/* stylelint-enable function-url-quotes */
|
|
3661
3671
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3581,6 +3581,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3581
3581
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3582
3582
|
line-height: normal;
|
|
3583
3583
|
}
|
|
3584
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3585
|
+
/* stylelint-disable declaration-no-important */
|
|
3586
|
+
/* stylelint-enable declaration-no-important */
|
|
3587
|
+
}
|
|
3588
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3589
|
+
border-spacing: 0 !important;
|
|
3590
|
+
}
|
|
3591
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3592
|
+
line-height: 1;
|
|
3593
|
+
}
|
|
3584
3594
|
}
|
|
3585
3595
|
/* stylelint-enable function-url-quotes */
|
|
3586
3596
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3714,6 +3714,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3714
3714
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3715
3715
|
line-height: normal;
|
|
3716
3716
|
}
|
|
3717
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3718
|
+
/* stylelint-disable declaration-no-important */
|
|
3719
|
+
/* stylelint-enable declaration-no-important */
|
|
3720
|
+
}
|
|
3721
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3722
|
+
border-spacing: 0 !important;
|
|
3723
|
+
}
|
|
3724
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3725
|
+
line-height: 1;
|
|
3726
|
+
}
|
|
3717
3727
|
}
|
|
3718
3728
|
/* stylelint-enable function-url-quotes */
|
|
3719
3729
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|
|
@@ -3582,6 +3582,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3582
3582
|
.e-grid-min-height .e-icon-gdownarrow {
|
|
3583
3583
|
line-height: normal;
|
|
3584
3584
|
}
|
|
3585
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable {
|
|
3586
|
+
/* stylelint-disable declaration-no-important */
|
|
3587
|
+
/* stylelint-enable declaration-no-important */
|
|
3588
|
+
}
|
|
3589
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
|
|
3590
|
+
border-spacing: 0 !important;
|
|
3591
|
+
}
|
|
3592
|
+
.e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
|
|
3593
|
+
line-height: 1;
|
|
3594
|
+
}
|
|
3585
3595
|
}
|
|
3586
3596
|
/* stylelint-enable function-url-quotes */
|
|
3587
3597
|
.e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
|