@syncfusion/ej2-angular-grids 20.2.46-ngcc → 20.2.48
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +29 -15
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +54 -17
- package/styles/bootstrap.css +54 -17
- package/styles/bootstrap4.css +56 -19
- package/styles/bootstrap5-dark.css +59 -21
- package/styles/bootstrap5.css +59 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +17 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +17 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +17 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +17 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +17 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +17 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +17 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +17 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +17 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +17 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +17 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +17 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +17 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +17 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +17 -1
- package/styles/fabric-dark.css +56 -19
- package/styles/fabric.css +56 -19
- package/styles/fluent-dark.css +56 -19
- package/styles/fluent.css +56 -19
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4349 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +51 -12
- package/styles/grid/bootstrap-dark.scss +21 -1
- package/styles/grid/bootstrap.css +51 -12
- package/styles/grid/bootstrap.scss +21 -1
- package/styles/grid/bootstrap4.css +53 -14
- package/styles/grid/bootstrap4.scss +21 -1
- package/styles/grid/bootstrap5-dark.css +56 -16
- package/styles/grid/bootstrap5-dark.scss +21 -1
- package/styles/grid/bootstrap5.css +56 -16
- package/styles/grid/bootstrap5.scss +21 -1
- package/styles/grid/fabric-dark.css +52 -13
- package/styles/grid/fabric-dark.scss +21 -1
- package/styles/grid/fabric.css +52 -13
- package/styles/grid/fabric.scss +21 -1
- package/styles/grid/fluent-dark.css +53 -14
- package/styles/grid/fluent-dark.scss +21 -1
- package/styles/grid/fluent.css +53 -14
- package/styles/grid/fluent.scss +21 -1
- package/styles/grid/highcontrast-light.css +52 -13
- package/styles/grid/highcontrast-light.scss +21 -1
- package/styles/grid/highcontrast.css +52 -13
- package/styles/grid/highcontrast.scss +21 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +52 -13
- package/styles/grid/material-dark.scss +21 -1
- package/styles/grid/material.css +52 -13
- package/styles/grid/material.scss +21 -1
- package/styles/grid/tailwind-dark.css +55 -16
- package/styles/grid/tailwind-dark.scss +21 -1
- package/styles/grid/tailwind.css +55 -16
- package/styles/grid/tailwind.scss +21 -1
- package/styles/highcontrast-light.css +56 -19
- package/styles/highcontrast.css +56 -19
- package/styles/material-dark.css +56 -19
- package/styles/material.css +56 -19
- package/styles/tailwind-dark.css +58 -21
- package/styles/tailwind.css +58 -21
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2703
- package/dist/ej2-angular-grids.umd.js +0 -1580
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -148,10 +150,6 @@
|
|
|
148
150
|
padding: 14px;
|
|
149
151
|
padding-top: 4px;
|
|
150
152
|
}
|
|
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
|
-
}
|
|
155
153
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
156
154
|
height: 26px;
|
|
157
155
|
line-height: 26px;
|
|
@@ -362,7 +360,7 @@
|
|
|
362
360
|
word-break: normal;
|
|
363
361
|
}
|
|
364
362
|
.e-excelfilter .e-chk-hidden {
|
|
365
|
-
-moz-appearance: none;
|
|
363
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
366
364
|
height: 1px;
|
|
367
365
|
opacity: 0;
|
|
368
366
|
width: 1px;
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
14
|
+
@import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
|
|
15
|
+
@import 'tailwind-dark-definition.scss';
|
|
16
|
+
@import 'icons/tailwind-dark.scss';
|
|
17
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -148,10 +150,6 @@
|
|
|
148
150
|
padding: 14px;
|
|
149
151
|
padding-top: 4px;
|
|
150
152
|
}
|
|
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
|
-
}
|
|
155
153
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
156
154
|
height: 26px;
|
|
157
155
|
line-height: 26px;
|
|
@@ -362,7 +360,7 @@
|
|
|
362
360
|
word-break: normal;
|
|
363
361
|
}
|
|
364
362
|
.e-excelfilter .e-chk-hidden {
|
|
365
|
-
-moz-appearance: none;
|
|
363
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
366
364
|
height: 1px;
|
|
367
365
|
opacity: 0;
|
|
368
366
|
width: 1px;
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
14
|
+
@import 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
15
|
+
@import 'tailwind-definition.scss';
|
|
16
|
+
@import 'icons/tailwind.scss';
|
|
17
|
+
@import 'all.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -79,6 +80,7 @@
|
|
|
79
80
|
height: 34px;
|
|
80
81
|
}
|
|
81
82
|
|
|
83
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
82
84
|
@keyframes material-spinner-rotate {
|
|
83
85
|
0% {
|
|
84
86
|
transform: rotate(0);
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
transform: rotate(360deg);
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
|
-
|
|
100
|
+
/* !component icons */
|
|
99
101
|
.e-icon-check::before {
|
|
100
102
|
content: "\e7ff";
|
|
101
103
|
}
|
|
@@ -131,10 +133,6 @@
|
|
|
131
133
|
padding: 28px 25px 10px;
|
|
132
134
|
padding-top: 4px;
|
|
133
135
|
}
|
|
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
|
-
}
|
|
138
136
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
139
137
|
height: 26px;
|
|
140
138
|
line-height: 26px;
|
|
@@ -345,7 +343,7 @@
|
|
|
345
343
|
word-break: normal;
|
|
346
344
|
}
|
|
347
345
|
.e-excelfilter .e-chk-hidden {
|
|
348
|
-
-moz-appearance: none;
|
|
346
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
347
|
height: 1px;
|
|
350
348
|
opacity: 0;
|
|
351
349
|
width: 1px;
|
|
@@ -489,6 +487,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
489
487
|
border-color: #0074cc;
|
|
490
488
|
}
|
|
491
489
|
|
|
490
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
491
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
492
492
|
@keyframes material-spinner-rotate {
|
|
493
493
|
0% {
|
|
494
494
|
transform: rotate(0);
|
|
@@ -505,7 +505,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
505
505
|
transform: rotate(360deg);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
|
|
508
|
+
/* !componenticons */
|
|
509
509
|
.e-icon-check::before {
|
|
510
510
|
content: "\e7ff";
|
|
511
511
|
}
|
|
@@ -736,6 +736,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
736
736
|
.e-bigger .e-grid,
|
|
737
737
|
.e-grid.e-bigger {
|
|
738
738
|
font-size: 14px;
|
|
739
|
+
/* stylelint-disable */
|
|
739
740
|
}
|
|
740
741
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
741
742
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1393,6 +1394,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1393
1394
|
font-size: 13px;
|
|
1394
1395
|
height: auto;
|
|
1395
1396
|
position: relative;
|
|
1397
|
+
/* stylelint-enable */
|
|
1398
|
+
/* stylelint-disable */
|
|
1399
|
+
/* stylelint-enable */
|
|
1396
1400
|
}
|
|
1397
1401
|
.e-grid .e-gridheader {
|
|
1398
1402
|
-webkit-user-select: none;
|
|
@@ -2300,7 +2304,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2300
2304
|
padding-left: 7px;
|
|
2301
2305
|
}
|
|
2302
2306
|
.e-grid .e-chk-hidden {
|
|
2303
|
-
-moz-appearance: none;
|
|
2307
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2304
2308
|
height: 1px;
|
|
2305
2309
|
opacity: 0;
|
|
2306
2310
|
width: 1px;
|
|
@@ -2314,7 +2318,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2314
2318
|
}
|
|
2315
2319
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2316
2320
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2317
|
-
-webkit-user-select: auto;
|
|
2321
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2318
2322
|
height: 20px;
|
|
2319
2323
|
line-height: 21px;
|
|
2320
2324
|
position: relative;
|
|
@@ -2510,7 +2514,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2510
2514
|
padding: 2px;
|
|
2511
2515
|
}
|
|
2512
2516
|
.e-grid .e-content {
|
|
2513
|
-
-webkit-overflow-scrolling: touch;
|
|
2517
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
2518
|
overflow-x: auto;
|
|
2515
2519
|
overflow-y: scroll;
|
|
2516
2520
|
position: relative;
|
|
@@ -2640,6 +2644,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2640
2644
|
border-width: 1px 0 0;
|
|
2641
2645
|
cursor: pointer;
|
|
2642
2646
|
}
|
|
2647
|
+
.e-grid .e-disablepointer {
|
|
2648
|
+
cursor: default;
|
|
2649
|
+
}
|
|
2643
2650
|
.e-grid .e-groupcaption {
|
|
2644
2651
|
border-style: solid;
|
|
2645
2652
|
border-width: 1px 0 0;
|
|
@@ -2861,6 +2868,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2861
2868
|
.e-grid .e-checkboxfiltertext {
|
|
2862
2869
|
width: 150px;
|
|
2863
2870
|
word-break: normal;
|
|
2871
|
+
/* stylelint-disable */
|
|
2872
|
+
/* stylelint-enable */
|
|
2864
2873
|
}
|
|
2865
2874
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2866
2875
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2920,10 +2929,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2920
2929
|
overflow: hidden;
|
|
2921
2930
|
}
|
|
2922
2931
|
.e-grid .e-frozenhdrcont {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2932
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2933
|
}
|
|
2925
2934
|
.e-grid .e-frozencontent {
|
|
2926
|
-
-ms-touch-action: none;
|
|
2935
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2927
2936
|
border-bottom-width: 1px;
|
|
2928
2937
|
float: left;
|
|
2929
2938
|
width: min-content;
|
|
@@ -2932,19 +2941,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2932
2941
|
float: right;
|
|
2933
2942
|
}
|
|
2934
2943
|
.e-grid .e-movablecontent {
|
|
2935
|
-
-ms-overflow-style: none;
|
|
2944
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2936
2945
|
-ms-flex: 1;
|
|
2937
2946
|
flex: 1;
|
|
2938
2947
|
overflow-x: auto;
|
|
2939
2948
|
overflow-y: hidden;
|
|
2940
2949
|
}
|
|
2941
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2950
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2951
|
display: none;
|
|
2943
2952
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2953
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2954
|
width: 7px;
|
|
2946
2955
|
}
|
|
2947
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2956
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2948
2957
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2949
2958
|
border-radius: 4px;
|
|
2950
2959
|
}
|
|
@@ -3321,7 +3330,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3321
3330
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3322
3331
|
display: inline-block;
|
|
3323
3332
|
}
|
|
3324
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3333
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3325
3334
|
text-overflow: clip;
|
|
3326
3335
|
}
|
|
3327
3336
|
.e-grid .e-clipboard {
|
|
@@ -3351,6 +3360,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3351
3360
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3352
3361
|
border-right: 0;
|
|
3353
3362
|
}
|
|
3363
|
+
.e-grid .e-mask {
|
|
3364
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3365
|
+
display: inline-block;
|
|
3366
|
+
height: 10px;
|
|
3367
|
+
width: 80%;
|
|
3368
|
+
}
|
|
3369
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3370
|
+
margin-left: 7px;
|
|
3371
|
+
width: 16px;
|
|
3372
|
+
}
|
|
3373
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3374
|
+
width: 16px;
|
|
3375
|
+
}
|
|
3376
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3377
|
+
margin-left: 3px;
|
|
3378
|
+
margin-right: 16px;
|
|
3379
|
+
width: 20px;
|
|
3380
|
+
}
|
|
3381
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3382
|
+
width: 13px;
|
|
3383
|
+
}
|
|
3384
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3385
|
+
margin-left: 8px;
|
|
3386
|
+
}
|
|
3387
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3388
|
+
margin-left: 12px;
|
|
3389
|
+
width: 12px;
|
|
3390
|
+
}
|
|
3354
3391
|
.e-grid.sf-grid .e-table {
|
|
3355
3392
|
border-spacing: 0.25px;
|
|
3356
3393
|
}
|
|
@@ -3931,7 +3968,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3931
3968
|
}
|
|
3932
3969
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3933
3970
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3934
|
-
-moz-appearance: none;
|
|
3971
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3935
3972
|
height: 1px;
|
|
3936
3973
|
opacity: 0;
|
|
3937
3974
|
width: 1px;
|
|
@@ -4203,7 +4240,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4203
4240
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4204
4241
|
border-right-color: #fff;
|
|
4205
4242
|
}
|
|
4206
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
4243
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4207
4244
|
background-color: #414040;
|
|
4208
4245
|
color: #fff;
|
|
4209
4246
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
height: 34px;
|
|
73
74
|
}
|
|
74
75
|
|
|
76
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
75
77
|
@keyframes material-spinner-rotate {
|
|
76
78
|
0% {
|
|
77
79
|
transform: rotate(0);
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
transform: rotate(360deg);
|
|
89
91
|
}
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
/* !component icons */
|
|
92
94
|
.e-icon-check::before {
|
|
93
95
|
content: "\e7ff";
|
|
94
96
|
}
|
|
@@ -124,10 +126,6 @@
|
|
|
124
126
|
padding: 28px 25px 10px;
|
|
125
127
|
padding-top: 4px;
|
|
126
128
|
}
|
|
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
|
-
}
|
|
131
129
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
132
130
|
height: 26px;
|
|
133
131
|
line-height: 26px;
|
|
@@ -338,7 +336,7 @@
|
|
|
338
336
|
word-break: normal;
|
|
339
337
|
}
|
|
340
338
|
.e-excelfilter .e-chk-hidden {
|
|
341
|
-
-moz-appearance: none;
|
|
339
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
342
340
|
height: 1px;
|
|
343
341
|
opacity: 0;
|
|
344
342
|
width: 1px;
|
|
@@ -482,6 +480,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
482
480
|
border-color: #0078d6;
|
|
483
481
|
}
|
|
484
482
|
|
|
483
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
484
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
485
485
|
@keyframes material-spinner-rotate {
|
|
486
486
|
0% {
|
|
487
487
|
transform: rotate(0);
|
|
@@ -498,7 +498,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
498
498
|
transform: rotate(360deg);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
|
|
501
|
+
/* !componenticons */
|
|
502
502
|
.e-icon-check::before {
|
|
503
503
|
content: "\e7ff";
|
|
504
504
|
}
|
|
@@ -729,6 +729,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
729
729
|
.e-bigger .e-grid,
|
|
730
730
|
.e-grid.e-bigger {
|
|
731
731
|
font-size: 14px;
|
|
732
|
+
/* stylelint-disable */
|
|
732
733
|
}
|
|
733
734
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
734
735
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1386,6 +1387,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1386
1387
|
font-size: 13px;
|
|
1387
1388
|
height: auto;
|
|
1388
1389
|
position: relative;
|
|
1390
|
+
/* stylelint-enable */
|
|
1391
|
+
/* stylelint-disable */
|
|
1392
|
+
/* stylelint-enable */
|
|
1389
1393
|
}
|
|
1390
1394
|
.e-grid .e-gridheader {
|
|
1391
1395
|
-webkit-user-select: none;
|
|
@@ -2293,7 +2297,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2293
2297
|
padding-left: 7px;
|
|
2294
2298
|
}
|
|
2295
2299
|
.e-grid .e-chk-hidden {
|
|
2296
|
-
-moz-appearance: none;
|
|
2300
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2297
2301
|
height: 1px;
|
|
2298
2302
|
opacity: 0;
|
|
2299
2303
|
width: 1px;
|
|
@@ -2307,7 +2311,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2307
2311
|
}
|
|
2308
2312
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2309
2313
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2310
|
-
-webkit-user-select: auto;
|
|
2314
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2311
2315
|
height: 20px;
|
|
2312
2316
|
line-height: 21px;
|
|
2313
2317
|
position: relative;
|
|
@@ -2503,7 +2507,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2503
2507
|
padding: 2px;
|
|
2504
2508
|
}
|
|
2505
2509
|
.e-grid .e-content {
|
|
2506
|
-
-webkit-overflow-scrolling: touch;
|
|
2510
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2507
2511
|
overflow-x: auto;
|
|
2508
2512
|
overflow-y: scroll;
|
|
2509
2513
|
position: relative;
|
|
@@ -2633,6 +2637,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2633
2637
|
border-width: 1px 0 0;
|
|
2634
2638
|
cursor: pointer;
|
|
2635
2639
|
}
|
|
2640
|
+
.e-grid .e-disablepointer {
|
|
2641
|
+
cursor: default;
|
|
2642
|
+
}
|
|
2636
2643
|
.e-grid .e-groupcaption {
|
|
2637
2644
|
border-style: solid;
|
|
2638
2645
|
border-width: 1px 0 0;
|
|
@@ -2854,6 +2861,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2854
2861
|
.e-grid .e-checkboxfiltertext {
|
|
2855
2862
|
width: 135px;
|
|
2856
2863
|
word-break: normal;
|
|
2864
|
+
/* stylelint-disable */
|
|
2865
|
+
/* stylelint-enable */
|
|
2857
2866
|
}
|
|
2858
2867
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2859
2868
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2913,10 +2922,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2913
2922
|
overflow: hidden;
|
|
2914
2923
|
}
|
|
2915
2924
|
.e-grid .e-frozenhdrcont {
|
|
2916
|
-
-ms-touch-action: none;
|
|
2925
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2917
2926
|
}
|
|
2918
2927
|
.e-grid .e-frozencontent {
|
|
2919
|
-
-ms-touch-action: none;
|
|
2928
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2920
2929
|
border-bottom-width: 1px;
|
|
2921
2930
|
float: left;
|
|
2922
2931
|
width: min-content;
|
|
@@ -2925,19 +2934,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2925
2934
|
float: right;
|
|
2926
2935
|
}
|
|
2927
2936
|
.e-grid .e-movablecontent {
|
|
2928
|
-
-ms-overflow-style: none;
|
|
2937
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2929
2938
|
-ms-flex: 1;
|
|
2930
2939
|
flex: 1;
|
|
2931
2940
|
overflow-x: auto;
|
|
2932
2941
|
overflow-y: hidden;
|
|
2933
2942
|
}
|
|
2934
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2943
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2935
2944
|
display: none;
|
|
2936
2945
|
}
|
|
2937
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2946
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2938
2947
|
width: 7px;
|
|
2939
2948
|
}
|
|
2940
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2949
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2941
2950
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2942
2951
|
border-radius: 4px;
|
|
2943
2952
|
}
|
|
@@ -3314,7 +3323,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3314
3323
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3315
3324
|
display: inline-block;
|
|
3316
3325
|
}
|
|
3317
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3326
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3318
3327
|
text-overflow: clip;
|
|
3319
3328
|
}
|
|
3320
3329
|
.e-grid .e-clipboard {
|
|
@@ -3344,6 +3353,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3344
3353
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3345
3354
|
border-right: 0;
|
|
3346
3355
|
}
|
|
3356
|
+
.e-grid .e-mask {
|
|
3357
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3358
|
+
display: inline-block;
|
|
3359
|
+
height: 10px;
|
|
3360
|
+
width: 80%;
|
|
3361
|
+
}
|
|
3362
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3363
|
+
margin-left: 7px;
|
|
3364
|
+
width: 16px;
|
|
3365
|
+
}
|
|
3366
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3367
|
+
width: 16px;
|
|
3368
|
+
}
|
|
3369
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3370
|
+
margin-left: 3px;
|
|
3371
|
+
margin-right: 16px;
|
|
3372
|
+
width: 20px;
|
|
3373
|
+
}
|
|
3374
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3375
|
+
width: 13px;
|
|
3376
|
+
}
|
|
3377
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3378
|
+
margin-left: 8px;
|
|
3379
|
+
}
|
|
3380
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3381
|
+
margin-left: 12px;
|
|
3382
|
+
width: 12px;
|
|
3383
|
+
}
|
|
3347
3384
|
.e-grid.sf-grid .e-table {
|
|
3348
3385
|
border-spacing: 0.25px;
|
|
3349
3386
|
}
|
|
@@ -3924,7 +3961,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3924
3961
|
}
|
|
3925
3962
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3926
3963
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3927
|
-
-moz-appearance: none;
|
|
3964
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3928
3965
|
height: 1px;
|
|
3929
3966
|
opacity: 0;
|
|
3930
3967
|
width: 1px;
|
|
@@ -4196,7 +4233,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4196
4233
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4197
4234
|
border-right-color: #0078d6;
|
|
4198
4235
|
}
|
|
4199
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
4236
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4200
4237
|
background-color: #f4f4f4;
|
|
4201
4238
|
color: #333;
|
|
4202
4239
|
}
|