@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
package/styles/highcontrast.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
padding: 28px 25px 10px;
|
|
129
131
|
padding-top: 4px;
|
|
130
132
|
}
|
|
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
|
-
}
|
|
135
133
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
136
134
|
height: 26px;
|
|
137
135
|
line-height: 26px;
|
|
@@ -342,7 +340,7 @@
|
|
|
342
340
|
word-break: normal;
|
|
343
341
|
}
|
|
344
342
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
344
|
height: 1px;
|
|
347
345
|
opacity: 0;
|
|
348
346
|
width: 1px;
|
|
@@ -486,6 +484,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
486
484
|
border-color: #ffd939;
|
|
487
485
|
}
|
|
488
486
|
|
|
487
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
488
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
489
489
|
@keyframes material-spinner-rotate {
|
|
490
490
|
0% {
|
|
491
491
|
transform: rotate(0);
|
|
@@ -502,7 +502,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
502
502
|
transform: rotate(360deg);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
|
|
505
|
+
/* !componenticons */
|
|
506
506
|
.e-icon-check::before {
|
|
507
507
|
content: "\e7ff";
|
|
508
508
|
}
|
|
@@ -733,6 +733,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
733
733
|
.e-bigger .e-grid,
|
|
734
734
|
.e-grid.e-bigger {
|
|
735
735
|
font-size: 14px;
|
|
736
|
+
/* stylelint-disable */
|
|
736
737
|
}
|
|
737
738
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
738
739
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1390,6 +1391,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1390
1391
|
font-size: 13px;
|
|
1391
1392
|
height: auto;
|
|
1392
1393
|
position: relative;
|
|
1394
|
+
/* stylelint-enable */
|
|
1395
|
+
/* stylelint-disable */
|
|
1396
|
+
/* stylelint-enable */
|
|
1393
1397
|
}
|
|
1394
1398
|
.e-grid .e-gridheader {
|
|
1395
1399
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2301,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2301
|
padding-left: 7px;
|
|
2298
2302
|
}
|
|
2299
2303
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2304
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2301
2305
|
height: 1px;
|
|
2302
2306
|
opacity: 0;
|
|
2303
2307
|
width: 1px;
|
|
@@ -2311,7 +2315,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2315
|
}
|
|
2312
2316
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2317
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2318
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2315
2319
|
height: 20px;
|
|
2316
2320
|
line-height: 20px;
|
|
2317
2321
|
position: relative;
|
|
@@ -2475,16 +2479,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2475
2479
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2476
2480
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2477
2481
|
font-size: 8px;
|
|
2478
|
-
margin-left:
|
|
2479
|
-
margin-top:
|
|
2482
|
+
margin-left: -1.5px;
|
|
2483
|
+
margin-top: -5px;
|
|
2480
2484
|
position: absolute;
|
|
2481
2485
|
z-index: 10;
|
|
2482
2486
|
}
|
|
2483
2487
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2484
|
-
margin-top:
|
|
2488
|
+
margin-top: -5px;
|
|
2485
2489
|
}
|
|
2486
2490
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2487
|
-
margin-top:
|
|
2491
|
+
margin-top: 4px;
|
|
2488
2492
|
}
|
|
2489
2493
|
.e-grid td.e-active {
|
|
2490
2494
|
font-weight: normal;
|
|
@@ -2507,7 +2511,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2511
|
padding: 2px;
|
|
2508
2512
|
}
|
|
2509
2513
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2514
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2515
|
overflow-x: auto;
|
|
2512
2516
|
overflow-y: scroll;
|
|
2513
2517
|
position: relative;
|
|
@@ -2611,10 +2615,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2611
2615
|
}
|
|
2612
2616
|
.e-grid .e-icon-gdownarrow {
|
|
2613
2617
|
font-size: 12px;
|
|
2618
|
+
padding: 16px 9px 13px 8px;
|
|
2619
|
+
text-decoration: none;
|
|
2614
2620
|
text-indent: 8px;
|
|
2615
2621
|
}
|
|
2616
2622
|
.e-grid .e-icon-grightarrow {
|
|
2617
2623
|
font-size: 12px;
|
|
2624
|
+
padding: 15px 9px 15px 8px;
|
|
2625
|
+
text-decoration: none;
|
|
2618
2626
|
text-indent: 8px;
|
|
2619
2627
|
}
|
|
2620
2628
|
.e-grid .e-recordplusexpand {
|
|
@@ -2854,6 +2862,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2854
2862
|
.e-grid .e-checkboxfiltertext {
|
|
2855
2863
|
width: 135px;
|
|
2856
2864
|
word-break: normal;
|
|
2865
|
+
/* stylelint-disable */
|
|
2866
|
+
/* stylelint-enable */
|
|
2857
2867
|
}
|
|
2858
2868
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2859
2869
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2913,10 +2923,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2913
2923
|
overflow: hidden;
|
|
2914
2924
|
}
|
|
2915
2925
|
.e-grid .e-frozenhdrcont {
|
|
2916
|
-
-ms-touch-action: none;
|
|
2926
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2917
2927
|
}
|
|
2918
2928
|
.e-grid .e-frozencontent {
|
|
2919
|
-
-ms-touch-action: none;
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2920
2930
|
border-bottom-width: 1px;
|
|
2921
2931
|
float: left;
|
|
2922
2932
|
width: min-content;
|
|
@@ -2925,19 +2935,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2925
2935
|
float: right;
|
|
2926
2936
|
}
|
|
2927
2937
|
.e-grid .e-movablecontent {
|
|
2928
|
-
-ms-overflow-style: none;
|
|
2938
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2929
2939
|
-ms-flex: 1;
|
|
2930
2940
|
flex: 1;
|
|
2931
2941
|
overflow-x: auto;
|
|
2932
2942
|
overflow-y: hidden;
|
|
2933
2943
|
}
|
|
2934
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2944
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2935
2945
|
display: none;
|
|
2936
2946
|
}
|
|
2937
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2947
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2938
2948
|
width: 7px;
|
|
2939
2949
|
}
|
|
2940
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2941
2951
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2942
2952
|
border-radius: 4px;
|
|
2943
2953
|
}
|
|
@@ -3317,7 +3327,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3317
3327
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3318
3328
|
display: inline-block;
|
|
3319
3329
|
}
|
|
3320
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3330
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3321
3331
|
text-overflow: clip;
|
|
3322
3332
|
}
|
|
3323
3333
|
.e-grid .e-clipboard {
|
|
@@ -3455,7 +3465,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3455
3465
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3456
3466
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3457
3467
|
font-size: 8px;
|
|
3458
|
-
margin-top: 0;
|
|
3459
3468
|
}
|
|
3460
3469
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3461
3470
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3928,7 +3937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3928
3937
|
}
|
|
3929
3938
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3930
3939
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3931
|
-
-moz-appearance: none;
|
|
3940
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3932
3941
|
height: 1px;
|
|
3933
3942
|
opacity: 0;
|
|
3934
3943
|
width: 1px;
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
padding: 5px 5px 5px 12px;
|
|
112
113
|
}
|
|
113
114
|
|
|
115
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
116
|
@keyframes material-spinner-rotate {
|
|
115
117
|
0% {
|
|
116
118
|
transform: rotate(0deg);
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
transform: rotate(360deg);
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
|
-
|
|
132
|
+
/* !componenticons */
|
|
131
133
|
.e-icon-check::before {
|
|
132
134
|
content: "\e7ff";
|
|
133
135
|
}
|
|
@@ -163,10 +165,6 @@
|
|
|
163
165
|
padding: 18px;
|
|
164
166
|
padding-top: 4px;
|
|
165
167
|
}
|
|
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
|
-
}
|
|
170
168
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
171
169
|
height: 26px;
|
|
172
170
|
line-height: 26px;
|
|
@@ -377,7 +375,7 @@
|
|
|
377
375
|
word-break: normal;
|
|
378
376
|
}
|
|
379
377
|
.e-excelfilter .e-chk-hidden {
|
|
380
|
-
-moz-appearance: none;
|
|
378
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
381
379
|
height: 1px;
|
|
382
380
|
opacity: 0;
|
|
383
381
|
width: 1px;
|
|
@@ -521,12 +519,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
521
519
|
border-color: #00b0ff;
|
|
522
520
|
}
|
|
523
521
|
|
|
522
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
524
523
|
@keyframes e-input-ripple {
|
|
525
524
|
100% {
|
|
526
525
|
opacity: 0;
|
|
527
526
|
transform: scale(4);
|
|
528
527
|
}
|
|
529
528
|
}
|
|
529
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
530
530
|
@keyframes material-spinner-rotate {
|
|
531
531
|
0% {
|
|
532
532
|
transform: rotate(0deg);
|
|
@@ -552,7 +552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
552
552
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
|
-
|
|
555
|
+
/* !componenticons */
|
|
556
556
|
.e-icon-check::before {
|
|
557
557
|
content: "\e7ff";
|
|
558
558
|
}
|
|
@@ -783,6 +783,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
783
783
|
.e-bigger .e-grid,
|
|
784
784
|
.e-grid.e-bigger {
|
|
785
785
|
font-size: 13px;
|
|
786
|
+
/* stylelint-disable */
|
|
786
787
|
}
|
|
787
788
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
788
789
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1440,6 +1441,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1440
1441
|
font-size: 13px;
|
|
1441
1442
|
height: auto;
|
|
1442
1443
|
position: relative;
|
|
1444
|
+
/* stylelint-enable */
|
|
1445
|
+
/* stylelint-disable */
|
|
1446
|
+
/* stylelint-enable */
|
|
1443
1447
|
}
|
|
1444
1448
|
.e-grid .e-gridheader {
|
|
1445
1449
|
-webkit-user-select: none;
|
|
@@ -2347,7 +2351,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2347
2351
|
padding-left: 9px;
|
|
2348
2352
|
}
|
|
2349
2353
|
.e-grid .e-chk-hidden {
|
|
2350
|
-
-moz-appearance: none;
|
|
2354
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2351
2355
|
height: 1px;
|
|
2352
2356
|
opacity: 0;
|
|
2353
2357
|
width: 1px;
|
|
@@ -2361,7 +2365,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2361
2365
|
}
|
|
2362
2366
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2363
2367
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2364
|
-
-webkit-user-select: auto;
|
|
2368
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2365
2369
|
height: 20px;
|
|
2366
2370
|
line-height: 20px;
|
|
2367
2371
|
position: relative;
|
|
@@ -2525,16 +2529,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2525
2529
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2526
2530
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2527
2531
|
font-size: 8px;
|
|
2528
|
-
margin-left:
|
|
2529
|
-
margin-top:
|
|
2532
|
+
margin-left: -1px;
|
|
2533
|
+
margin-top: -4.5px;
|
|
2530
2534
|
position: absolute;
|
|
2531
2535
|
z-index: 10;
|
|
2532
2536
|
}
|
|
2533
2537
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2534
|
-
margin-top:
|
|
2538
|
+
margin-top: -4.5px;
|
|
2535
2539
|
}
|
|
2536
2540
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2537
|
-
margin-top:
|
|
2541
|
+
margin-top: 4.5px;
|
|
2538
2542
|
}
|
|
2539
2543
|
.e-grid td.e-active {
|
|
2540
2544
|
font-weight: normal;
|
|
@@ -2557,7 +2561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2557
2561
|
padding: 2px;
|
|
2558
2562
|
}
|
|
2559
2563
|
.e-grid .e-content {
|
|
2560
|
-
-webkit-overflow-scrolling: touch;
|
|
2564
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2565
|
overflow-x: auto;
|
|
2562
2566
|
overflow-y: scroll;
|
|
2563
2567
|
position: relative;
|
|
@@ -2661,10 +2665,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2661
2665
|
}
|
|
2662
2666
|
.e-grid .e-icon-gdownarrow {
|
|
2663
2667
|
font-size: 11px;
|
|
2668
|
+
padding: 14px 9px 12px 9px;
|
|
2669
|
+
text-decoration: none;
|
|
2664
2670
|
text-indent: 12px;
|
|
2665
2671
|
}
|
|
2666
2672
|
.e-grid .e-icon-grightarrow {
|
|
2667
2673
|
font-size: 10px;
|
|
2674
|
+
padding: 14px 9px 14px 10px;
|
|
2675
|
+
text-decoration: none;
|
|
2668
2676
|
text-indent: 12px;
|
|
2669
2677
|
}
|
|
2670
2678
|
.e-grid .e-recordplusexpand {
|
|
@@ -2904,6 +2912,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2904
2912
|
.e-grid .e-checkboxfiltertext {
|
|
2905
2913
|
width: 150px;
|
|
2906
2914
|
word-break: normal;
|
|
2915
|
+
/* stylelint-disable */
|
|
2916
|
+
/* stylelint-enable */
|
|
2907
2917
|
}
|
|
2908
2918
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2909
2919
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2963,10 +2973,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2963
2973
|
overflow: hidden;
|
|
2964
2974
|
}
|
|
2965
2975
|
.e-grid .e-frozenhdrcont {
|
|
2966
|
-
-ms-touch-action: none;
|
|
2976
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2967
2977
|
}
|
|
2968
2978
|
.e-grid .e-frozencontent {
|
|
2969
|
-
-ms-touch-action: none;
|
|
2979
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2970
2980
|
border-bottom-width: 1px;
|
|
2971
2981
|
float: left;
|
|
2972
2982
|
width: min-content;
|
|
@@ -2975,19 +2985,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2975
2985
|
float: right;
|
|
2976
2986
|
}
|
|
2977
2987
|
.e-grid .e-movablecontent {
|
|
2978
|
-
-ms-overflow-style: none;
|
|
2988
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2979
2989
|
-ms-flex: 1;
|
|
2980
2990
|
flex: 1;
|
|
2981
2991
|
overflow-x: auto;
|
|
2982
2992
|
overflow-y: hidden;
|
|
2983
2993
|
}
|
|
2984
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2994
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2985
2995
|
display: none;
|
|
2986
2996
|
}
|
|
2987
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2997
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2988
2998
|
width: 7px;
|
|
2989
2999
|
}
|
|
2990
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3000
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2991
3001
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2992
3002
|
border-radius: 4px;
|
|
2993
3003
|
}
|
|
@@ -3367,7 +3377,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3367
3377
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3368
3378
|
display: inline-block;
|
|
3369
3379
|
}
|
|
3370
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3380
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3371
3381
|
text-overflow: clip;
|
|
3372
3382
|
}
|
|
3373
3383
|
.e-grid .e-clipboard {
|
|
@@ -3505,7 +3515,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3505
3515
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3506
3516
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3507
3517
|
font-size: 8px;
|
|
3508
|
-
margin-top: 0;
|
|
3509
3518
|
}
|
|
3510
3519
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3511
3520
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3978,7 +3987,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3978
3987
|
}
|
|
3979
3988
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3980
3989
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3981
|
-
-moz-appearance: none;
|
|
3990
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3982
3991
|
height: 1px;
|
|
3983
3992
|
opacity: 0;
|
|
3984
3993
|
width: 1px;
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
padding: 4px 8px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0deg);
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
transform: rotate(360deg);
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
|
-
|
|
165
|
+
/* !component icons */
|
|
164
166
|
.e-icon-check::before {
|
|
165
167
|
content: "\e7ff";
|
|
166
168
|
}
|
|
@@ -196,10 +198,6 @@
|
|
|
196
198
|
padding: 18px;
|
|
197
199
|
padding-top: 4px;
|
|
198
200
|
}
|
|
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
|
-
}
|
|
203
201
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
204
202
|
height: 26px;
|
|
205
203
|
line-height: 26px;
|
|
@@ -410,7 +408,7 @@
|
|
|
410
408
|
word-break: normal;
|
|
411
409
|
}
|
|
412
410
|
.e-excelfilter .e-chk-hidden {
|
|
413
|
-
-moz-appearance: none;
|
|
411
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
414
412
|
height: 1px;
|
|
415
413
|
opacity: 0;
|
|
416
414
|
width: 1px;
|
|
@@ -554,6 +552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
554
552
|
border-color: #e3165b;
|
|
555
553
|
}
|
|
556
554
|
|
|
555
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
557
556
|
@keyframes e-input-ripple {
|
|
558
557
|
100% {
|
|
559
558
|
opacity: 0;
|
|
@@ -568,6 +567,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
568
567
|
transform: translate3d(0, 0, 0) scale(1);
|
|
569
568
|
}
|
|
570
569
|
}
|
|
570
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
571
571
|
@keyframes material-spinner-rotate {
|
|
572
572
|
0% {
|
|
573
573
|
transform: rotate(0deg);
|
|
@@ -594,7 +594,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
594
594
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
|
|
597
|
+
/* !componenticons */
|
|
598
598
|
.e-icon-check::before {
|
|
599
599
|
content: "\e7ff";
|
|
600
600
|
}
|
|
@@ -825,6 +825,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
825
825
|
.e-bigger .e-grid,
|
|
826
826
|
.e-grid.e-bigger {
|
|
827
827
|
font-size: 13px;
|
|
828
|
+
/* stylelint-disable */
|
|
828
829
|
}
|
|
829
830
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
830
831
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1482,6 +1483,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1482
1483
|
font-size: 13px;
|
|
1483
1484
|
height: auto;
|
|
1484
1485
|
position: relative;
|
|
1486
|
+
/* stylelint-enable */
|
|
1487
|
+
/* stylelint-disable */
|
|
1488
|
+
/* stylelint-enable */
|
|
1485
1489
|
}
|
|
1486
1490
|
.e-grid .e-gridheader {
|
|
1487
1491
|
-webkit-user-select: none;
|
|
@@ -2389,7 +2393,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2389
2393
|
padding-left: 9px;
|
|
2390
2394
|
}
|
|
2391
2395
|
.e-grid .e-chk-hidden {
|
|
2392
|
-
-moz-appearance: none;
|
|
2396
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2393
2397
|
height: 1px;
|
|
2394
2398
|
opacity: 0;
|
|
2395
2399
|
width: 1px;
|
|
@@ -2403,7 +2407,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2403
2407
|
}
|
|
2404
2408
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2405
2409
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
-
-webkit-user-select: auto;
|
|
2410
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2407
2411
|
height: 20px;
|
|
2408
2412
|
line-height: 20px;
|
|
2409
2413
|
position: relative;
|
|
@@ -2567,16 +2571,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2567
2571
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2568
2572
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2569
2573
|
font-size: 8px;
|
|
2570
|
-
margin-left:
|
|
2571
|
-
margin-top:
|
|
2574
|
+
margin-left: -1px;
|
|
2575
|
+
margin-top: -4.5px;
|
|
2572
2576
|
position: absolute;
|
|
2573
2577
|
z-index: 10;
|
|
2574
2578
|
}
|
|
2575
2579
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2576
|
-
margin-top:
|
|
2580
|
+
margin-top: -4.5px;
|
|
2577
2581
|
}
|
|
2578
2582
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2579
|
-
margin-top:
|
|
2583
|
+
margin-top: 4.5px;
|
|
2580
2584
|
}
|
|
2581
2585
|
.e-grid td.e-active {
|
|
2582
2586
|
font-weight: normal;
|
|
@@ -2599,7 +2603,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2599
2603
|
padding: 2px;
|
|
2600
2604
|
}
|
|
2601
2605
|
.e-grid .e-content {
|
|
2602
|
-
-webkit-overflow-scrolling: touch;
|
|
2606
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2607
|
overflow-x: auto;
|
|
2604
2608
|
overflow-y: scroll;
|
|
2605
2609
|
position: relative;
|
|
@@ -2703,10 +2707,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2703
2707
|
}
|
|
2704
2708
|
.e-grid .e-icon-gdownarrow {
|
|
2705
2709
|
font-size: 11px;
|
|
2710
|
+
padding: 14px 9px 12px 9px;
|
|
2711
|
+
text-decoration: none;
|
|
2706
2712
|
text-indent: 12px;
|
|
2707
2713
|
}
|
|
2708
2714
|
.e-grid .e-icon-grightarrow {
|
|
2709
2715
|
font-size: 10px;
|
|
2716
|
+
padding: 14px 9px 14px 10px;
|
|
2717
|
+
text-decoration: none;
|
|
2710
2718
|
text-indent: 12px;
|
|
2711
2719
|
}
|
|
2712
2720
|
.e-grid .e-recordplusexpand {
|
|
@@ -2946,6 +2954,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2946
2954
|
.e-grid .e-checkboxfiltertext {
|
|
2947
2955
|
width: 150px;
|
|
2948
2956
|
word-break: normal;
|
|
2957
|
+
/* stylelint-disable */
|
|
2958
|
+
/* stylelint-enable */
|
|
2949
2959
|
}
|
|
2950
2960
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2951
2961
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3005,10 +3015,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3005
3015
|
overflow: hidden;
|
|
3006
3016
|
}
|
|
3007
3017
|
.e-grid .e-frozenhdrcont {
|
|
3008
|
-
-ms-touch-action: none;
|
|
3018
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3009
3019
|
}
|
|
3010
3020
|
.e-grid .e-frozencontent {
|
|
3011
|
-
-ms-touch-action: none;
|
|
3021
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3012
3022
|
border-bottom-width: 1px;
|
|
3013
3023
|
float: left;
|
|
3014
3024
|
width: min-content;
|
|
@@ -3017,19 +3027,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3017
3027
|
float: right;
|
|
3018
3028
|
}
|
|
3019
3029
|
.e-grid .e-movablecontent {
|
|
3020
|
-
-ms-overflow-style: none;
|
|
3030
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3021
3031
|
-ms-flex: 1;
|
|
3022
3032
|
flex: 1;
|
|
3023
3033
|
overflow-x: auto;
|
|
3024
3034
|
overflow-y: hidden;
|
|
3025
3035
|
}
|
|
3026
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3036
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3027
3037
|
display: none;
|
|
3028
3038
|
}
|
|
3029
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3039
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3040
|
width: 7px;
|
|
3031
3041
|
}
|
|
3032
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3042
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3043
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3034
3044
|
border-radius: 4px;
|
|
3035
3045
|
}
|
|
@@ -3409,7 +3419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3409
3419
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3410
3420
|
display: inline-block;
|
|
3411
3421
|
}
|
|
3412
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3422
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3413
3423
|
text-overflow: clip;
|
|
3414
3424
|
}
|
|
3415
3425
|
.e-grid .e-clipboard {
|
|
@@ -3547,7 +3557,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3547
3557
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3548
3558
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3549
3559
|
font-size: 8px;
|
|
3550
|
-
margin-top: 0;
|
|
3551
3560
|
}
|
|
3552
3561
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3553
3562
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -4020,7 +4029,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4020
4029
|
}
|
|
4021
4030
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4022
4031
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4023
|
-
-moz-appearance: none;
|
|
4032
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4024
4033
|
height: 1px;
|
|
4025
4034
|
opacity: 0;
|
|
4026
4035
|
width: 1px;
|