@syncfusion/ej2-angular-grids 20.2.37-ngcc → 20.2.38-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 +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +16 -16
- package/schematics/generators/grid-default/schema.json +2 -3
- package/schematics/generators/grid-feature/schema.json +2 -3
- 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 +9 -2
- package/styles/bootstrap4.css +31 -15
- package/styles/bootstrap5-dark.css +11 -4
- package/styles/bootstrap5.css +11 -4
- package/styles/excel-filter/bootstrap-dark.css +4 -0
- package/styles/excel-filter/bootstrap.css +4 -0
- package/styles/excel-filter/bootstrap4.css +4 -0
- package/styles/excel-filter/bootstrap5-dark.css +4 -0
- package/styles/excel-filter/bootstrap5.css +4 -0
- package/styles/excel-filter/fabric-dark.css +4 -0
- package/styles/excel-filter/fabric.css +4 -0
- package/styles/excel-filter/fluent-dark.css +4 -0
- package/styles/excel-filter/fluent.css +4 -0
- package/styles/excel-filter/highcontrast-light.css +4 -0
- package/styles/excel-filter/highcontrast.css +4 -0
- package/styles/excel-filter/material-dark.css +4 -0
- package/styles/excel-filter/material.css +4 -0
- package/styles/excel-filter/tailwind-dark.css +4 -0
- package/styles/excel-filter/tailwind.css +4 -0
- package/styles/fabric-dark.css +9 -2
- package/styles/fabric.css +11 -4
- package/styles/fluent-dark.css +9 -2
- package/styles/fluent.css +9 -2
- package/styles/grid/bootstrap-dark.css +6 -3
- package/styles/grid/bootstrap.css +5 -2
- package/styles/grid/bootstrap4.css +27 -15
- package/styles/grid/bootstrap5-dark.css +7 -4
- package/styles/grid/bootstrap5.css +7 -4
- package/styles/grid/fabric-dark.css +5 -2
- package/styles/grid/fabric.css +7 -4
- package/styles/grid/fluent-dark.css +5 -2
- package/styles/grid/fluent.css +5 -2
- package/styles/grid/highcontrast-light.css +5 -2
- package/styles/grid/highcontrast.css +5 -2
- package/styles/grid/material-dark.css +6 -3
- package/styles/grid/material.css +5 -2
- package/styles/grid/tailwind-dark.css +9 -5
- package/styles/grid/tailwind.css +9 -5
- package/styles/highcontrast-light.css +9 -2
- package/styles/highcontrast.css +9 -2
- package/styles/material-dark.css +10 -3
- package/styles/material.css +9 -2
- package/styles/tailwind-dark.css +13 -5
- package/styles/tailwind.css +13 -5
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -2399,10 +2403,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2403
|
}
|
|
2400
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2401
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2402
2407
|
height: 20px;
|
|
2403
2408
|
line-height: 20px;
|
|
2404
2409
|
position: relative;
|
|
2405
2410
|
top: -2px;
|
|
2411
|
+
-ms-user-select: auto;
|
|
2412
|
+
user-select: auto;
|
|
2406
2413
|
}
|
|
2407
2414
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2408
2415
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2834,8 +2841,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2834
2841
|
padding-top: 2px;
|
|
2835
2842
|
}
|
|
2836
2843
|
.e-grid .e-row .e-input-group {
|
|
2837
|
-
margin-bottom:
|
|
2838
|
-
margin-top:
|
|
2844
|
+
margin-bottom: 1px;
|
|
2845
|
+
margin-top: 1px;
|
|
2839
2846
|
vertical-align: middle;
|
|
2840
2847
|
}
|
|
2841
2848
|
.e-grid .e-defaultcell.e-ralign,
|
|
@@ -3159,7 +3166,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3159
3166
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3160
3167
|
border-top: 2px solid;
|
|
3161
3168
|
}
|
|
3162
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3169
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3163
3170
|
margin-left: 0;
|
|
3164
3171
|
margin-right: 0;
|
|
3165
3172
|
}
|
|
@@ -3402,7 +3409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3402
3409
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3403
3410
|
display: inline-block;
|
|
3404
3411
|
}
|
|
3405
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3412
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3406
3413
|
text-overflow: clip;
|
|
3407
3414
|
}
|
|
3408
3415
|
.e-grid .e-clipboard {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -2399,10 +2403,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2403
|
}
|
|
2400
2404
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2401
2405
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
+
-webkit-user-select: auto;
|
|
2402
2407
|
height: 20px;
|
|
2403
2408
|
line-height: 20px;
|
|
2404
2409
|
position: relative;
|
|
2405
2410
|
top: -2px;
|
|
2411
|
+
-ms-user-select: auto;
|
|
2412
|
+
user-select: auto;
|
|
2406
2413
|
}
|
|
2407
2414
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2408
2415
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2834,8 +2841,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2834
2841
|
padding-top: 2px;
|
|
2835
2842
|
}
|
|
2836
2843
|
.e-grid .e-row .e-input-group {
|
|
2837
|
-
margin-bottom:
|
|
2838
|
-
margin-top:
|
|
2844
|
+
margin-bottom: 1px;
|
|
2845
|
+
margin-top: 1px;
|
|
2839
2846
|
vertical-align: middle;
|
|
2840
2847
|
}
|
|
2841
2848
|
.e-grid .e-defaultcell.e-ralign,
|
|
@@ -3159,7 +3166,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3159
3166
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3160
3167
|
border-top: 2px solid;
|
|
3161
3168
|
}
|
|
3162
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3169
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3163
3170
|
margin-left: 0;
|
|
3164
3171
|
margin-right: 0;
|
|
3165
3172
|
}
|
|
@@ -3402,7 +3409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3402
3409
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3403
3410
|
display: inline-block;
|
|
3404
3411
|
}
|
|
3405
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3412
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3406
3413
|
text-overflow: clip;
|
|
3407
3414
|
}
|
|
3408
3415
|
.e-grid .e-clipboard {
|
|
@@ -155,6 +155,10 @@
|
|
|
155
155
|
padding: 15px;
|
|
156
156
|
padding-top: 4px;
|
|
157
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
158
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
159
163
|
height: 26px;
|
|
160
164
|
line-height: 26px;
|
|
@@ -155,6 +155,10 @@
|
|
|
155
155
|
padding: 15px;
|
|
156
156
|
padding-top: 4px;
|
|
157
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
158
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
159
163
|
height: 26px;
|
|
160
164
|
line-height: 26px;
|
|
@@ -197,6 +197,10 @@
|
|
|
197
197
|
padding: 14px;
|
|
198
198
|
padding-top: 4px;
|
|
199
199
|
}
|
|
200
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
201
|
+
height: 26px;
|
|
202
|
+
line-height: 26px;
|
|
203
|
+
}
|
|
200
204
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
201
205
|
height: 26px;
|
|
202
206
|
line-height: 26px;
|
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -199,6 +199,10 @@
|
|
|
199
199
|
padding: 14px;
|
|
200
200
|
padding-top: 4px;
|
|
201
201
|
}
|
|
202
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
+
height: 26px;
|
|
204
|
+
line-height: 26px;
|
|
205
|
+
}
|
|
202
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
207
|
height: 26px;
|
|
204
208
|
line-height: 26px;
|
|
@@ -131,6 +131,10 @@
|
|
|
131
131
|
padding: 28px 25px 10px;
|
|
132
132
|
padding-top: 4px;
|
|
133
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
134
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
135
139
|
height: 26px;
|
|
136
140
|
line-height: 26px;
|
|
@@ -124,6 +124,10 @@
|
|
|
124
124
|
padding: 28px 25px 10px;
|
|
125
125
|
padding-top: 4px;
|
|
126
126
|
}
|
|
127
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
128
|
+
height: 26px;
|
|
129
|
+
line-height: 26px;
|
|
130
|
+
}
|
|
127
131
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
128
132
|
height: 26px;
|
|
129
133
|
line-height: 26px;
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
padding: 14px;
|
|
180
180
|
padding-top: 4px;
|
|
181
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
182
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
183
187
|
height: 26px;
|
|
184
188
|
line-height: 26px;
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
padding: 14px;
|
|
180
180
|
padding-top: 4px;
|
|
181
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
182
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
183
187
|
height: 26px;
|
|
184
188
|
line-height: 26px;
|
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
padding: 28px 25px 10px;
|
|
129
129
|
padding-top: 4px;
|
|
130
130
|
}
|
|
131
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
+
height: 26px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
}
|
|
131
135
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
132
136
|
height: 26px;
|
|
133
137
|
line-height: 26px;
|
|
@@ -128,6 +128,10 @@
|
|
|
128
128
|
padding: 28px 25px 10px;
|
|
129
129
|
padding-top: 4px;
|
|
130
130
|
}
|
|
131
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
+
height: 26px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
}
|
|
131
135
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
132
136
|
height: 26px;
|
|
133
137
|
line-height: 26px;
|
|
@@ -163,6 +163,10 @@
|
|
|
163
163
|
padding: 18px;
|
|
164
164
|
padding-top: 4px;
|
|
165
165
|
}
|
|
166
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
167
|
+
height: 26px;
|
|
168
|
+
line-height: 26px;
|
|
169
|
+
}
|
|
166
170
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
167
171
|
height: 26px;
|
|
168
172
|
line-height: 26px;
|
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
padding: 18px;
|
|
197
197
|
padding-top: 4px;
|
|
198
198
|
}
|
|
199
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
200
|
+
height: 26px;
|
|
201
|
+
line-height: 26px;
|
|
202
|
+
}
|
|
199
203
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
200
204
|
height: 26px;
|
|
201
205
|
line-height: 26px;
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
padding: 14px;
|
|
149
149
|
padding-top: 4px;
|
|
150
150
|
}
|
|
151
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
152
|
+
height: 26px;
|
|
153
|
+
line-height: 26px;
|
|
154
|
+
}
|
|
151
155
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
152
156
|
height: 26px;
|
|
153
157
|
line-height: 26px;
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
padding: 14px;
|
|
149
149
|
padding-top: 4px;
|
|
150
150
|
}
|
|
151
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
152
|
+
height: 26px;
|
|
153
|
+
line-height: 26px;
|
|
154
|
+
}
|
|
151
155
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
152
156
|
height: 26px;
|
|
153
157
|
line-height: 26px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -131,6 +131,10 @@
|
|
|
131
131
|
padding: 28px 25px 10px;
|
|
132
132
|
padding-top: 4px;
|
|
133
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
134
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
135
139
|
height: 26px;
|
|
136
140
|
line-height: 26px;
|
|
@@ -2310,10 +2314,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2310
2314
|
}
|
|
2311
2315
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2312
2316
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2317
|
+
-webkit-user-select: auto;
|
|
2313
2318
|
height: 20px;
|
|
2314
2319
|
line-height: 21px;
|
|
2315
2320
|
position: relative;
|
|
2316
2321
|
top: 0;
|
|
2322
|
+
-ms-user-select: auto;
|
|
2323
|
+
user-select: auto;
|
|
2317
2324
|
}
|
|
2318
2325
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2319
2326
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -3070,7 +3077,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3070
3077
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3071
3078
|
border-top: 1px solid;
|
|
3072
3079
|
}
|
|
3073
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3080
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3074
3081
|
margin-left: 0;
|
|
3075
3082
|
margin-right: 8px;
|
|
3076
3083
|
}
|
|
@@ -3313,7 +3320,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3313
3320
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3314
3321
|
display: inline-block;
|
|
3315
3322
|
}
|
|
3316
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3323
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3317
3324
|
text-overflow: clip;
|
|
3318
3325
|
}
|
|
3319
3326
|
.e-grid .e-clipboard {
|
package/styles/fabric.css
CHANGED
|
@@ -124,6 +124,10 @@
|
|
|
124
124
|
padding: 28px 25px 10px;
|
|
125
125
|
padding-top: 4px;
|
|
126
126
|
}
|
|
127
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
128
|
+
height: 26px;
|
|
129
|
+
line-height: 26px;
|
|
130
|
+
}
|
|
127
131
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
128
132
|
height: 26px;
|
|
129
133
|
line-height: 26px;
|
|
@@ -1238,7 +1242,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1238
1242
|
.e-grid.e-bigger span.e-ungroupbutton.e-icons {
|
|
1239
1243
|
font-size: 13px;
|
|
1240
1244
|
margin-left: 0;
|
|
1241
|
-
margin-top:
|
|
1245
|
+
margin-top: 0;
|
|
1242
1246
|
margin-right: 0;
|
|
1243
1247
|
}
|
|
1244
1248
|
.e-bigger .e-grid span.e-groupsort.e-icons,
|
|
@@ -2303,10 +2307,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2303
2307
|
}
|
|
2304
2308
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2305
2309
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2310
|
+
-webkit-user-select: auto;
|
|
2306
2311
|
height: 20px;
|
|
2307
2312
|
line-height: 21px;
|
|
2308
2313
|
position: relative;
|
|
2309
2314
|
top: 0;
|
|
2315
|
+
-ms-user-select: auto;
|
|
2316
|
+
user-select: auto;
|
|
2310
2317
|
}
|
|
2311
2318
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2312
2319
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2556,7 +2563,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2556
2563
|
.e-grid .e-groupheadercell span {
|
|
2557
2564
|
display: inline-block;
|
|
2558
2565
|
float: left;
|
|
2559
|
-
height:
|
|
2566
|
+
height: 24px;
|
|
2560
2567
|
line-height: 22px;
|
|
2561
2568
|
padding: 0;
|
|
2562
2569
|
vertical-align: middle;
|
|
@@ -3063,7 +3070,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3063
3070
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3064
3071
|
border-top: 1px solid;
|
|
3065
3072
|
}
|
|
3066
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3073
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3067
3074
|
margin-left: 0;
|
|
3068
3075
|
margin-right: 8px;
|
|
3069
3076
|
}
|
|
@@ -3306,7 +3313,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3306
3313
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3307
3314
|
display: inline-block;
|
|
3308
3315
|
}
|
|
3309
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3316
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3310
3317
|
text-overflow: clip;
|
|
3311
3318
|
}
|
|
3312
3319
|
.e-grid .e-clipboard {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
padding: 14px;
|
|
180
180
|
padding-top: 4px;
|
|
181
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
182
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
183
187
|
height: 26px;
|
|
184
188
|
line-height: 26px;
|
|
@@ -2411,11 +2415,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2411
2415
|
}
|
|
2412
2416
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2413
2417
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
+
-webkit-user-select: auto;
|
|
2414
2419
|
height: 20px;
|
|
2415
2420
|
line-height: 20px;
|
|
2416
2421
|
position: relative;
|
|
2417
2422
|
top: -4.5px;
|
|
2418
2423
|
border: 0;
|
|
2424
|
+
-ms-user-select: auto;
|
|
2425
|
+
user-select: auto;
|
|
2419
2426
|
}
|
|
2420
2427
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2421
2428
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -3176,7 +3183,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3176
3183
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3177
3184
|
border-top: 2px solid;
|
|
3178
3185
|
}
|
|
3179
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3186
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3180
3187
|
margin-left: 0;
|
|
3181
3188
|
margin-right: 0;
|
|
3182
3189
|
}
|
|
@@ -3419,7 +3426,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3419
3426
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3420
3427
|
display: inline-block;
|
|
3421
3428
|
}
|
|
3422
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3429
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3423
3430
|
text-overflow: clip;
|
|
3424
3431
|
}
|
|
3425
3432
|
.e-grid .e-clipboard {
|
package/styles/fluent.css
CHANGED
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
padding: 14px;
|
|
180
180
|
padding-top: 4px;
|
|
181
181
|
}
|
|
182
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
+
height: 26px;
|
|
184
|
+
line-height: 26px;
|
|
185
|
+
}
|
|
182
186
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
183
187
|
height: 26px;
|
|
184
188
|
line-height: 26px;
|
|
@@ -2411,11 +2415,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2411
2415
|
}
|
|
2412
2416
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2413
2417
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
+
-webkit-user-select: auto;
|
|
2414
2419
|
height: 20px;
|
|
2415
2420
|
line-height: 20px;
|
|
2416
2421
|
position: relative;
|
|
2417
2422
|
top: -4.5px;
|
|
2418
2423
|
border: 0;
|
|
2424
|
+
-ms-user-select: auto;
|
|
2425
|
+
user-select: auto;
|
|
2419
2426
|
}
|
|
2420
2427
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
2421
2428
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -3176,7 +3183,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3176
3183
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
3177
3184
|
border-top: 2px solid;
|
|
3178
3185
|
}
|
|
3179
|
-
.e-grid.e-rtl .e-grouptext {
|
|
3186
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
3180
3187
|
margin-left: 0;
|
|
3181
3188
|
margin-right: 0;
|
|
3182
3189
|
}
|
|
@@ -3419,7 +3426,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3419
3426
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3420
3427
|
display: inline-block;
|
|
3421
3428
|
}
|
|
3422
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3429
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3423
3430
|
text-overflow: clip;
|
|
3424
3431
|
}
|
|
3425
3432
|
.e-grid .e-clipboard {
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
.e-grid .e-gridheader .e-firstrow-dragborder, .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,
|
|
1034
1034
|
.e-grid .e-gridcontent .e-lastrow-dragborder, .e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder {
|
|
1035
1035
|
bottom: 0;
|
|
1036
|
-
background-color: #
|
|
1036
|
+
background-color: #0070f0;
|
|
1037
1037
|
height: 2px;
|
|
1038
1038
|
position: absolute;
|
|
1039
1039
|
}
|
|
@@ -1930,10 +1930,13 @@
|
|
|
1930
1930
|
}
|
|
1931
1931
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1932
1932
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1933
|
+
-webkit-user-select: auto;
|
|
1933
1934
|
height: 20px;
|
|
1934
1935
|
line-height: 20px;
|
|
1935
1936
|
position: relative;
|
|
1936
1937
|
top: 0;
|
|
1938
|
+
-ms-user-select: auto;
|
|
1939
|
+
user-select: auto;
|
|
1937
1940
|
}
|
|
1938
1941
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
1939
1942
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2690,7 +2693,7 @@
|
|
|
2690
2693
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
2691
2694
|
border-top: 2px solid;
|
|
2692
2695
|
}
|
|
2693
|
-
.e-grid.e-rtl .e-grouptext {
|
|
2696
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
2694
2697
|
margin-left: 0;
|
|
2695
2698
|
margin-right: 0;
|
|
2696
2699
|
}
|
|
@@ -2933,7 +2936,7 @@
|
|
|
2933
2936
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2934
2937
|
display: inline-block;
|
|
2935
2938
|
}
|
|
2936
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2939
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2937
2940
|
text-overflow: clip;
|
|
2938
2941
|
}
|
|
2939
2942
|
.e-grid .e-clipboard {
|
|
@@ -1931,10 +1931,13 @@
|
|
|
1931
1931
|
}
|
|
1932
1932
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1933
1933
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1934
|
+
-webkit-user-select: auto;
|
|
1934
1935
|
height: 20px;
|
|
1935
1936
|
line-height: 20px;
|
|
1936
1937
|
position: relative;
|
|
1937
1938
|
top: 0;
|
|
1939
|
+
-ms-user-select: auto;
|
|
1940
|
+
user-select: auto;
|
|
1938
1941
|
}
|
|
1939
1942
|
.e-grid .e-dialog.e-checkboxfilter,
|
|
1940
1943
|
.e-grid .e-dialog.e-flmenu {
|
|
@@ -2691,7 +2694,7 @@
|
|
|
2691
2694
|
.e-grid.e-rtl .e-grouptopleftcell {
|
|
2692
2695
|
border-top: 2px solid;
|
|
2693
2696
|
}
|
|
2694
|
-
.e-grid.e-rtl .e-grouptext {
|
|
2697
|
+
.e-grid.e-rtl .e-groupheadercell span.e-grouptext {
|
|
2695
2698
|
margin-left: 0;
|
|
2696
2699
|
margin-right: 0;
|
|
2697
2700
|
}
|
|
@@ -2934,7 +2937,7 @@
|
|
|
2934
2937
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2935
2938
|
display: inline-block;
|
|
2936
2939
|
}
|
|
2937
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2940
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2938
2941
|
text-overflow: clip;
|
|
2939
2942
|
}
|
|
2940
2943
|
.e-grid .e-clipboard {
|