@syncfusion/ej2-angular-grids 20.2.38-ngcc → 20.2.39
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 +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- 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 +30 -21
- package/styles/bootstrap.css +30 -21
- package/styles/bootstrap4.css +30 -21
- package/styles/bootstrap5-dark.css +31 -17
- package/styles/bootstrap5.css +31 -17
- 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 +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -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 +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +32 -23
- package/styles/fabric.css +32 -23
- package/styles/fluent-dark.css +34 -21
- package/styles/fluent.css +34 -21
- 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 +4315 -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 +27 -16
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +27 -16
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +27 -16
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +28 -12
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +28 -12
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +28 -17
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +28 -17
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +31 -16
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +31 -16
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +24 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +28 -17
- package/styles/grid/highcontrast.scss +20 -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 +28 -17
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +28 -17
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +23 -12
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +23 -12
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +28 -19
- package/styles/highcontrast.css +32 -23
- package/styles/material-dark.css +32 -23
- package/styles/material.css +32 -23
- package/styles/tailwind-dark.css +26 -17
- package/styles/tailwind.css +26 -17
- 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 -2632
- package/dist/ej2-angular-grids.umd.js +0 -1577
- 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 -124
- 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 -124
- 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 +1,16 @@
|
|
|
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 'tailwind-dark-definition.scss';
|
|
15
|
+
@import 'icons/tailwind-dark.scss';
|
|
16
|
+
@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,16 @@
|
|
|
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 'tailwind-definition.scss';
|
|
15
|
+
@import 'icons/tailwind.scss';
|
|
16
|
+
@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;
|
|
@@ -2478,16 +2482,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2478
2482
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2479
2483
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2480
2484
|
font-size: 8px;
|
|
2481
|
-
margin-left:
|
|
2482
|
-
margin-top:
|
|
2485
|
+
margin-left: -1.5px;
|
|
2486
|
+
margin-top: -4.5px;
|
|
2483
2487
|
position: absolute;
|
|
2484
2488
|
z-index: 10;
|
|
2485
2489
|
}
|
|
2486
2490
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2487
|
-
margin-top:
|
|
2491
|
+
margin-top: -4.5px;
|
|
2488
2492
|
}
|
|
2489
2493
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2490
|
-
margin-top:
|
|
2494
|
+
margin-top: 4px;
|
|
2491
2495
|
}
|
|
2492
2496
|
.e-grid td.e-active {
|
|
2493
2497
|
font-weight: normal;
|
|
@@ -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;
|
|
@@ -2614,10 +2618,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2614
2618
|
}
|
|
2615
2619
|
.e-grid .e-icon-gdownarrow {
|
|
2616
2620
|
font-size: 12px;
|
|
2621
|
+
padding: 16px 8px 13px 9px;
|
|
2622
|
+
text-decoration: none;
|
|
2617
2623
|
text-indent: 8px;
|
|
2618
2624
|
}
|
|
2619
2625
|
.e-grid .e-icon-grightarrow {
|
|
2620
2626
|
font-size: 12px;
|
|
2627
|
+
padding: 14px 9px 15px 9px;
|
|
2628
|
+
text-decoration: none;
|
|
2621
2629
|
text-indent: 8px;
|
|
2622
2630
|
}
|
|
2623
2631
|
.e-grid .e-recordplusexpand {
|
|
@@ -2857,6 +2865,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2857
2865
|
.e-grid .e-checkboxfiltertext {
|
|
2858
2866
|
width: 150px;
|
|
2859
2867
|
word-break: normal;
|
|
2868
|
+
/* stylelint-disable */
|
|
2869
|
+
/* stylelint-enable */
|
|
2860
2870
|
}
|
|
2861
2871
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2862
2872
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2916,10 +2926,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2916
2926
|
overflow: hidden;
|
|
2917
2927
|
}
|
|
2918
2928
|
.e-grid .e-frozenhdrcont {
|
|
2919
|
-
-ms-touch-action: none;
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2920
2930
|
}
|
|
2921
2931
|
.e-grid .e-frozencontent {
|
|
2922
|
-
-ms-touch-action: none;
|
|
2932
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2923
2933
|
border-bottom-width: 1px;
|
|
2924
2934
|
float: left;
|
|
2925
2935
|
width: min-content;
|
|
@@ -2928,19 +2938,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2928
2938
|
float: right;
|
|
2929
2939
|
}
|
|
2930
2940
|
.e-grid .e-movablecontent {
|
|
2931
|
-
-ms-overflow-style: none;
|
|
2941
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2932
2942
|
-ms-flex: 1;
|
|
2933
2943
|
flex: 1;
|
|
2934
2944
|
overflow-x: auto;
|
|
2935
2945
|
overflow-y: hidden;
|
|
2936
2946
|
}
|
|
2937
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2947
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2938
2948
|
display: none;
|
|
2939
2949
|
}
|
|
2940
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2941
2951
|
width: 7px;
|
|
2942
2952
|
}
|
|
2943
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2953
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2944
2954
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2945
2955
|
border-radius: 4px;
|
|
2946
2956
|
}
|
|
@@ -3320,7 +3330,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3320
3330
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3321
3331
|
display: inline-block;
|
|
3322
3332
|
}
|
|
3323
|
-
.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 {
|
|
3324
3334
|
text-overflow: clip;
|
|
3325
3335
|
}
|
|
3326
3336
|
.e-grid .e-clipboard {
|
|
@@ -3458,7 +3468,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3458
3468
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3459
3469
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3460
3470
|
font-size: 8px;
|
|
3461
|
-
margin-top: 0;
|
|
3462
3471
|
}
|
|
3463
3472
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3464
3473
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3931,7 +3940,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3931
3940
|
}
|
|
3932
3941
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3933
3942
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3934
|
-
-moz-appearance: none;
|
|
3943
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3935
3944
|
height: 1px;
|
|
3936
3945
|
opacity: 0;
|
|
3937
3946
|
width: 1px;
|
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;
|
|
@@ -2471,16 +2475,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2471
2475
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2472
2476
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2473
2477
|
font-size: 8px;
|
|
2474
|
-
margin-left:
|
|
2475
|
-
margin-top:
|
|
2478
|
+
margin-left: -1.5px;
|
|
2479
|
+
margin-top: -4.5px;
|
|
2476
2480
|
position: absolute;
|
|
2477
2481
|
z-index: 10;
|
|
2478
2482
|
}
|
|
2479
2483
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2480
|
-
margin-top:
|
|
2484
|
+
margin-top: -4.5px;
|
|
2481
2485
|
}
|
|
2482
2486
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2483
|
-
margin-top:
|
|
2487
|
+
margin-top: 4px;
|
|
2484
2488
|
}
|
|
2485
2489
|
.e-grid td.e-active {
|
|
2486
2490
|
font-weight: normal;
|
|
@@ -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;
|
|
@@ -2607,10 +2611,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2607
2611
|
}
|
|
2608
2612
|
.e-grid .e-icon-gdownarrow {
|
|
2609
2613
|
font-size: 12px;
|
|
2614
|
+
padding: 16px 8px 13px 9px;
|
|
2615
|
+
text-decoration: none;
|
|
2610
2616
|
text-indent: 8px;
|
|
2611
2617
|
}
|
|
2612
2618
|
.e-grid .e-icon-grightarrow {
|
|
2613
2619
|
font-size: 12px;
|
|
2620
|
+
padding: 14px 9px 15px 9px;
|
|
2621
|
+
text-decoration: none;
|
|
2614
2622
|
text-indent: 8px;
|
|
2615
2623
|
}
|
|
2616
2624
|
.e-grid .e-recordplusexpand {
|
|
@@ -2850,6 +2858,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2850
2858
|
.e-grid .e-checkboxfiltertext {
|
|
2851
2859
|
width: 135px;
|
|
2852
2860
|
word-break: normal;
|
|
2861
|
+
/* stylelint-disable */
|
|
2862
|
+
/* stylelint-enable */
|
|
2853
2863
|
}
|
|
2854
2864
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2855
2865
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2909,10 +2919,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2909
2919
|
overflow: hidden;
|
|
2910
2920
|
}
|
|
2911
2921
|
.e-grid .e-frozenhdrcont {
|
|
2912
|
-
-ms-touch-action: none;
|
|
2922
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2913
2923
|
}
|
|
2914
2924
|
.e-grid .e-frozencontent {
|
|
2915
|
-
-ms-touch-action: none;
|
|
2925
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2916
2926
|
border-bottom-width: 1px;
|
|
2917
2927
|
float: left;
|
|
2918
2928
|
width: min-content;
|
|
@@ -2921,19 +2931,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2921
2931
|
float: right;
|
|
2922
2932
|
}
|
|
2923
2933
|
.e-grid .e-movablecontent {
|
|
2924
|
-
-ms-overflow-style: none;
|
|
2934
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2925
2935
|
-ms-flex: 1;
|
|
2926
2936
|
flex: 1;
|
|
2927
2937
|
overflow-x: auto;
|
|
2928
2938
|
overflow-y: hidden;
|
|
2929
2939
|
}
|
|
2930
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2940
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2931
2941
|
display: none;
|
|
2932
2942
|
}
|
|
2933
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2943
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2934
2944
|
width: 7px;
|
|
2935
2945
|
}
|
|
2936
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2946
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2937
2947
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2938
2948
|
border-radius: 4px;
|
|
2939
2949
|
}
|
|
@@ -3313,7 +3323,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3313
3323
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3314
3324
|
display: inline-block;
|
|
3315
3325
|
}
|
|
3316
|
-
.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 {
|
|
3317
3327
|
text-overflow: clip;
|
|
3318
3328
|
}
|
|
3319
3329
|
.e-grid .e-clipboard {
|
|
@@ -3451,7 +3461,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3451
3461
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3452
3462
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3453
3463
|
font-size: 8px;
|
|
3454
|
-
margin-top: 0;
|
|
3455
3464
|
}
|
|
3456
3465
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3457
3466
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3924,7 +3933,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3924
3933
|
}
|
|
3925
3934
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3926
3935
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3927
|
-
-moz-appearance: none;
|
|
3936
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3928
3937
|
height: 1px;
|
|
3929
3938
|
opacity: 0;
|
|
3930
3939
|
width: 1px;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -179,10 +181,6 @@
|
|
|
179
181
|
padding: 14px;
|
|
180
182
|
padding-top: 4px;
|
|
181
183
|
}
|
|
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
|
-
}
|
|
186
184
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
187
185
|
height: 26px;
|
|
188
186
|
line-height: 26px;
|
|
@@ -393,7 +391,7 @@
|
|
|
393
391
|
word-break: normal;
|
|
394
392
|
}
|
|
395
393
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
395
|
height: 1px;
|
|
398
396
|
opacity: 0;
|
|
399
397
|
width: 1px;
|
|
@@ -537,6 +535,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
535
|
border-color: #0078d4;
|
|
538
536
|
}
|
|
539
537
|
|
|
538
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,6 +797,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
+
/* stylelint-disable */
|
|
800
801
|
}
|
|
801
802
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
803
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1485,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1485
|
font-size: 14px;
|
|
1485
1486
|
height: auto;
|
|
1486
1487
|
position: relative;
|
|
1488
|
+
/* stylelint-enable */
|
|
1489
|
+
/* stylelint-disable */
|
|
1490
|
+
/* stylelint-enable */
|
|
1487
1491
|
}
|
|
1488
1492
|
.e-grid .e-gridheader {
|
|
1489
1493
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2405,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2405
|
padding-left: 8px;
|
|
2402
2406
|
}
|
|
2403
2407
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2408
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2409
|
height: 1px;
|
|
2406
2410
|
opacity: 0;
|
|
2407
2411
|
width: 1px;
|
|
@@ -2415,7 +2419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2419
|
}
|
|
2416
2420
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2421
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2422
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2423
|
height: 20px;
|
|
2420
2424
|
line-height: 20px;
|
|
2421
2425
|
position: relative;
|
|
@@ -2581,15 +2585,15 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2581
2585
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2582
2586
|
font-size: 10px;
|
|
2583
2587
|
margin-left: -2px;
|
|
2584
|
-
margin-top: -
|
|
2588
|
+
margin-top: -6.5px;
|
|
2585
2589
|
position: absolute;
|
|
2586
2590
|
z-index: 10;
|
|
2587
2591
|
}
|
|
2588
2592
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2589
|
-
margin-top: -
|
|
2593
|
+
margin-top: -6.5px;
|
|
2590
2594
|
}
|
|
2591
2595
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2592
|
-
margin-top:
|
|
2596
|
+
margin-top: 4.5px;
|
|
2593
2597
|
}
|
|
2594
2598
|
.e-grid td.e-active {
|
|
2595
2599
|
font-weight: 400;
|
|
@@ -2612,7 +2616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2616
|
padding: 2px;
|
|
2613
2617
|
}
|
|
2614
2618
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2619
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2620
|
overflow-x: auto;
|
|
2617
2621
|
overflow-y: scroll;
|
|
2618
2622
|
position: relative;
|
|
@@ -2719,10 +2723,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2719
2723
|
}
|
|
2720
2724
|
.e-grid .e-icon-gdownarrow {
|
|
2721
2725
|
font-size: 16px;
|
|
2726
|
+
padding: 9px 7px 9px 7px;
|
|
2727
|
+
text-decoration: none;
|
|
2722
2728
|
text-indent: 11px;
|
|
2723
2729
|
}
|
|
2724
2730
|
.e-grid .e-icon-grightarrow {
|
|
2725
2731
|
font-size: 16px;
|
|
2732
|
+
padding: 8px 7px 11px 7px;
|
|
2733
|
+
text-decoration: none;
|
|
2726
2734
|
text-indent: 11px;
|
|
2727
2735
|
}
|
|
2728
2736
|
.e-grid .e-recordplusexpand {
|
|
@@ -2962,7 +2970,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2962
2970
|
.e-grid .e-checkboxfiltertext {
|
|
2963
2971
|
width: 150px;
|
|
2964
2972
|
word-break: normal;
|
|
2973
|
+
/* stylelint-disable */
|
|
2965
2974
|
margin-left: 12px !important;
|
|
2975
|
+
/* stylelint-enable */
|
|
2966
2976
|
}
|
|
2967
2977
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2968
2978
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3022,10 +3032,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3022
3032
|
overflow: hidden;
|
|
3023
3033
|
}
|
|
3024
3034
|
.e-grid .e-frozenhdrcont {
|
|
3025
|
-
-ms-touch-action: none;
|
|
3035
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
3036
|
}
|
|
3027
3037
|
.e-grid .e-frozencontent {
|
|
3028
|
-
-ms-touch-action: none;
|
|
3038
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
3039
|
border-bottom-width: 1px;
|
|
3030
3040
|
float: left;
|
|
3031
3041
|
width: min-content;
|
|
@@ -3034,19 +3044,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3034
3044
|
float: right;
|
|
3035
3045
|
}
|
|
3036
3046
|
.e-grid .e-movablecontent {
|
|
3037
|
-
-ms-overflow-style: none;
|
|
3047
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
3048
|
-ms-flex: 1;
|
|
3039
3049
|
flex: 1;
|
|
3040
3050
|
overflow-x: auto;
|
|
3041
3051
|
overflow-y: hidden;
|
|
3042
3052
|
}
|
|
3043
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3053
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
3054
|
display: none;
|
|
3045
3055
|
}
|
|
3046
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
3057
|
width: 7px;
|
|
3048
3058
|
}
|
|
3049
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
3060
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3051
3061
|
border-radius: 4px;
|
|
3052
3062
|
}
|
|
@@ -3426,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3426
3436
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3427
3437
|
display: inline-block;
|
|
3428
3438
|
}
|
|
3429
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3439
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3430
3440
|
text-overflow: clip;
|
|
3431
3441
|
}
|
|
3432
3442
|
.e-grid .e-clipboard {
|
|
@@ -3519,7 +3529,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3519
3529
|
margin-top: 0;
|
|
3520
3530
|
}
|
|
3521
3531
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3522
|
-
margin-top:
|
|
3532
|
+
margin-top: 0;
|
|
3523
3533
|
}
|
|
3524
3534
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3525
3535
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3564,7 +3574,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3564
3574
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3565
3575
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3566
3576
|
font-size: 14px;
|
|
3567
|
-
|
|
3577
|
+
}
|
|
3578
|
+
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3579
|
+
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3580
|
+
margin-top: -9px;
|
|
3568
3581
|
}
|
|
3569
3582
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3570
3583
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -4047,7 +4060,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4047
4060
|
}
|
|
4048
4061
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4049
4062
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4050
|
-
-moz-appearance: none;
|
|
4063
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4051
4064
|
height: 1px;
|
|
4052
4065
|
opacity: 0;
|
|
4053
4066
|
width: 1px;
|