@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,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: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -155,10 +157,6 @@
|
|
|
155
157
|
padding: 15px;
|
|
156
158
|
padding-top: 4px;
|
|
157
159
|
}
|
|
158
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
-
height: 26px;
|
|
160
|
-
line-height: 26px;
|
|
161
|
-
}
|
|
162
160
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
163
161
|
height: 26px;
|
|
164
162
|
line-height: 26px;
|
|
@@ -369,7 +367,7 @@
|
|
|
369
367
|
word-break: normal;
|
|
370
368
|
}
|
|
371
369
|
.e-excelfilter .e-chk-hidden {
|
|
372
|
-
-moz-appearance: none;
|
|
370
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
373
371
|
height: 1px;
|
|
374
372
|
opacity: 0;
|
|
375
373
|
width: 1px;
|
|
@@ -513,6 +511,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
513
511
|
border-color: #0070f0;
|
|
514
512
|
}
|
|
515
513
|
|
|
514
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
515
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
516
516
|
@keyframes material-spinner-rotate {
|
|
517
517
|
0% {
|
|
518
518
|
transform: rotate(0);
|
|
@@ -762,6 +762,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
762
762
|
.e-bigger .e-grid,
|
|
763
763
|
.e-grid.e-bigger {
|
|
764
764
|
font-size: 14px;
|
|
765
|
+
/* stylelint-disable */
|
|
765
766
|
}
|
|
766
767
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
767
768
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1419,6 +1420,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1419
1420
|
font-size: 13px;
|
|
1420
1421
|
height: auto;
|
|
1421
1422
|
position: relative;
|
|
1423
|
+
/* stylelint-enable */
|
|
1424
|
+
/* stylelint-disable */
|
|
1425
|
+
/* stylelint-enable */
|
|
1422
1426
|
}
|
|
1423
1427
|
.e-grid .e-gridheader {
|
|
1424
1428
|
-webkit-user-select: none;
|
|
@@ -2326,7 +2330,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2326
2330
|
padding-left: 8px;
|
|
2327
2331
|
}
|
|
2328
2332
|
.e-grid .e-chk-hidden {
|
|
2329
|
-
-moz-appearance: none;
|
|
2333
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2330
2334
|
height: 1px;
|
|
2331
2335
|
opacity: 0;
|
|
2332
2336
|
width: 1px;
|
|
@@ -2340,7 +2344,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2340
2344
|
}
|
|
2341
2345
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2342
2346
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2343
|
-
-webkit-user-select: auto;
|
|
2347
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2344
2348
|
height: 20px;
|
|
2345
2349
|
line-height: 20px;
|
|
2346
2350
|
position: relative;
|
|
@@ -2504,16 +2508,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2504
2508
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2505
2509
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2506
2510
|
font-size: 10px;
|
|
2507
|
-
margin-left:
|
|
2508
|
-
margin-top: -
|
|
2511
|
+
margin-left: -2.5px;
|
|
2512
|
+
margin-top: -6.5px;
|
|
2509
2513
|
position: absolute;
|
|
2510
2514
|
z-index: 10;
|
|
2511
2515
|
}
|
|
2512
2516
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2513
|
-
margin-top: -
|
|
2517
|
+
margin-top: -6.5px;
|
|
2514
2518
|
}
|
|
2515
2519
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2516
|
-
margin-top:
|
|
2520
|
+
margin-top: 4px;
|
|
2517
2521
|
}
|
|
2518
2522
|
.e-grid td.e-active {
|
|
2519
2523
|
font-weight: normal;
|
|
@@ -2536,7 +2540,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2536
2540
|
padding: 2px;
|
|
2537
2541
|
}
|
|
2538
2542
|
.e-grid .e-content {
|
|
2539
|
-
-webkit-overflow-scrolling: touch;
|
|
2543
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2544
|
overflow-x: auto;
|
|
2541
2545
|
overflow-y: scroll;
|
|
2542
2546
|
position: relative;
|
|
@@ -2640,10 +2644,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2640
2644
|
}
|
|
2641
2645
|
.e-grid .e-icon-gdownarrow {
|
|
2642
2646
|
font-size: 10px;
|
|
2647
|
+
padding: 13px 9px 11px 10px;
|
|
2648
|
+
text-decoration: none;
|
|
2643
2649
|
text-indent: 11px;
|
|
2644
2650
|
}
|
|
2645
2651
|
.e-grid .e-icon-grightarrow {
|
|
2646
2652
|
font-size: 10px;
|
|
2653
|
+
padding: 12px 9px 12px 10px;
|
|
2654
|
+
text-decoration: none;
|
|
2647
2655
|
text-indent: 11px;
|
|
2648
2656
|
}
|
|
2649
2657
|
.e-grid .e-recordplusexpand {
|
|
@@ -2883,6 +2891,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2883
2891
|
.e-grid .e-checkboxfiltertext {
|
|
2884
2892
|
width: 150px;
|
|
2885
2893
|
word-break: normal;
|
|
2894
|
+
/* stylelint-disable */
|
|
2895
|
+
/* stylelint-enable */
|
|
2886
2896
|
}
|
|
2887
2897
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2888
2898
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2942,10 +2952,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2942
2952
|
overflow: hidden;
|
|
2943
2953
|
}
|
|
2944
2954
|
.e-grid .e-frozenhdrcont {
|
|
2945
|
-
-ms-touch-action: none;
|
|
2955
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2946
2956
|
}
|
|
2947
2957
|
.e-grid .e-frozencontent {
|
|
2948
|
-
-ms-touch-action: none;
|
|
2958
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2949
2959
|
border-bottom-width: 1px;
|
|
2950
2960
|
float: left;
|
|
2951
2961
|
width: min-content;
|
|
@@ -2954,19 +2964,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2954
2964
|
float: right;
|
|
2955
2965
|
}
|
|
2956
2966
|
.e-grid .e-movablecontent {
|
|
2957
|
-
-ms-overflow-style: none;
|
|
2967
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2958
2968
|
-ms-flex: 1;
|
|
2959
2969
|
flex: 1;
|
|
2960
2970
|
overflow-x: auto;
|
|
2961
2971
|
overflow-y: hidden;
|
|
2962
2972
|
}
|
|
2963
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2973
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2964
2974
|
display: none;
|
|
2965
2975
|
}
|
|
2966
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2976
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2967
2977
|
width: 7px;
|
|
2968
2978
|
}
|
|
2969
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2979
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2970
2980
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2971
2981
|
border-radius: 4px;
|
|
2972
2982
|
}
|
|
@@ -3346,7 +3356,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3346
3356
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3347
3357
|
display: inline-block;
|
|
3348
3358
|
}
|
|
3349
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3359
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3350
3360
|
text-overflow: clip;
|
|
3351
3361
|
}
|
|
3352
3362
|
.e-grid .e-clipboard {
|
|
@@ -3484,7 +3494,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3484
3494
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3485
3495
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3486
3496
|
font-size: 10px;
|
|
3487
|
-
margin-top: -1.5px;
|
|
3488
3497
|
}
|
|
3489
3498
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3490
3499
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3957,7 +3966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3957
3966
|
}
|
|
3958
3967
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3959
3968
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3960
|
-
-moz-appearance: none;
|
|
3969
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3961
3970
|
height: 1px;
|
|
3962
3971
|
opacity: 0;
|
|
3963
3972
|
width: 1px;
|
package/styles/bootstrap.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: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -155,10 +157,6 @@
|
|
|
155
157
|
padding: 15px;
|
|
156
158
|
padding-top: 4px;
|
|
157
159
|
}
|
|
158
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
-
height: 26px;
|
|
160
|
-
line-height: 26px;
|
|
161
|
-
}
|
|
162
160
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
163
161
|
height: 26px;
|
|
164
162
|
line-height: 26px;
|
|
@@ -369,7 +367,7 @@
|
|
|
369
367
|
word-break: normal;
|
|
370
368
|
}
|
|
371
369
|
.e-excelfilter .e-chk-hidden {
|
|
372
|
-
-moz-appearance: none;
|
|
370
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
373
371
|
height: 1px;
|
|
374
372
|
opacity: 0;
|
|
375
373
|
width: 1px;
|
|
@@ -513,6 +511,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
513
511
|
border-color: #317ab9;
|
|
514
512
|
}
|
|
515
513
|
|
|
514
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
515
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
516
516
|
@keyframes material-spinner-rotate {
|
|
517
517
|
0% {
|
|
518
518
|
transform: rotate(0);
|
|
@@ -763,6 +763,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
763
763
|
.e-bigger .e-grid,
|
|
764
764
|
.e-grid.e-bigger {
|
|
765
765
|
font-size: 14px;
|
|
766
|
+
/* stylelint-disable */
|
|
766
767
|
}
|
|
767
768
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
768
769
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1420,6 +1421,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1420
1421
|
font-size: 13px;
|
|
1421
1422
|
height: auto;
|
|
1422
1423
|
position: relative;
|
|
1424
|
+
/* stylelint-enable */
|
|
1425
|
+
/* stylelint-disable */
|
|
1426
|
+
/* stylelint-enable */
|
|
1423
1427
|
}
|
|
1424
1428
|
.e-grid .e-gridheader {
|
|
1425
1429
|
-webkit-user-select: none;
|
|
@@ -2327,7 +2331,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2327
2331
|
padding-left: 8px;
|
|
2328
2332
|
}
|
|
2329
2333
|
.e-grid .e-chk-hidden {
|
|
2330
|
-
-moz-appearance: none;
|
|
2334
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2331
2335
|
height: 1px;
|
|
2332
2336
|
opacity: 0;
|
|
2333
2337
|
width: 1px;
|
|
@@ -2341,7 +2345,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2341
2345
|
}
|
|
2342
2346
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2343
2347
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2344
|
-
-webkit-user-select: auto;
|
|
2348
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2345
2349
|
height: 20px;
|
|
2346
2350
|
line-height: 20px;
|
|
2347
2351
|
position: relative;
|
|
@@ -2505,16 +2509,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2505
2509
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2506
2510
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2507
2511
|
font-size: 10px;
|
|
2508
|
-
margin-left:
|
|
2509
|
-
margin-top: -
|
|
2512
|
+
margin-left: -2.5px;
|
|
2513
|
+
margin-top: -6.5px;
|
|
2510
2514
|
position: absolute;
|
|
2511
2515
|
z-index: 10;
|
|
2512
2516
|
}
|
|
2513
2517
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2514
|
-
margin-top: -
|
|
2518
|
+
margin-top: -6.5px;
|
|
2515
2519
|
}
|
|
2516
2520
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2517
|
-
margin-top:
|
|
2521
|
+
margin-top: 4px;
|
|
2518
2522
|
}
|
|
2519
2523
|
.e-grid td.e-active {
|
|
2520
2524
|
font-weight: normal;
|
|
@@ -2537,7 +2541,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2537
2541
|
padding: 2px;
|
|
2538
2542
|
}
|
|
2539
2543
|
.e-grid .e-content {
|
|
2540
|
-
-webkit-overflow-scrolling: touch;
|
|
2544
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2541
2545
|
overflow-x: auto;
|
|
2542
2546
|
overflow-y: scroll;
|
|
2543
2547
|
position: relative;
|
|
@@ -2641,10 +2645,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2641
2645
|
}
|
|
2642
2646
|
.e-grid .e-icon-gdownarrow {
|
|
2643
2647
|
font-size: 10px;
|
|
2648
|
+
padding: 13px 9px 11px 10px;
|
|
2649
|
+
text-decoration: none;
|
|
2644
2650
|
text-indent: 11px;
|
|
2645
2651
|
}
|
|
2646
2652
|
.e-grid .e-icon-grightarrow {
|
|
2647
2653
|
font-size: 10px;
|
|
2654
|
+
padding: 12px 9px 12px 10px;
|
|
2655
|
+
text-decoration: none;
|
|
2648
2656
|
text-indent: 11px;
|
|
2649
2657
|
}
|
|
2650
2658
|
.e-grid .e-recordplusexpand {
|
|
@@ -2884,6 +2892,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2884
2892
|
.e-grid .e-checkboxfiltertext {
|
|
2885
2893
|
width: 150px;
|
|
2886
2894
|
word-break: normal;
|
|
2895
|
+
/* stylelint-disable */
|
|
2896
|
+
/* stylelint-enable */
|
|
2887
2897
|
}
|
|
2888
2898
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2889
2899
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2943,10 +2953,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2943
2953
|
overflow: hidden;
|
|
2944
2954
|
}
|
|
2945
2955
|
.e-grid .e-frozenhdrcont {
|
|
2946
|
-
-ms-touch-action: none;
|
|
2956
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2947
2957
|
}
|
|
2948
2958
|
.e-grid .e-frozencontent {
|
|
2949
|
-
-ms-touch-action: none;
|
|
2959
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2950
2960
|
border-bottom-width: 1px;
|
|
2951
2961
|
float: left;
|
|
2952
2962
|
width: min-content;
|
|
@@ -2955,19 +2965,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2955
2965
|
float: right;
|
|
2956
2966
|
}
|
|
2957
2967
|
.e-grid .e-movablecontent {
|
|
2958
|
-
-ms-overflow-style: none;
|
|
2968
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2959
2969
|
-ms-flex: 1;
|
|
2960
2970
|
flex: 1;
|
|
2961
2971
|
overflow-x: auto;
|
|
2962
2972
|
overflow-y: hidden;
|
|
2963
2973
|
}
|
|
2964
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2974
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2965
2975
|
display: none;
|
|
2966
2976
|
}
|
|
2967
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2977
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2968
2978
|
width: 7px;
|
|
2969
2979
|
}
|
|
2970
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2980
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2971
2981
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2972
2982
|
border-radius: 4px;
|
|
2973
2983
|
}
|
|
@@ -3347,7 +3357,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3347
3357
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3348
3358
|
display: inline-block;
|
|
3349
3359
|
}
|
|
3350
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3360
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3351
3361
|
text-overflow: clip;
|
|
3352
3362
|
}
|
|
3353
3363
|
.e-grid .e-clipboard {
|
|
@@ -3485,7 +3495,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3485
3495
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3486
3496
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3487
3497
|
font-size: 10px;
|
|
3488
|
-
margin-top: -1.5px;
|
|
3489
3498
|
}
|
|
3490
3499
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3491
3500
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3958,7 +3967,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3958
3967
|
}
|
|
3959
3968
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3960
3969
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3961
|
-
-moz-appearance: none;
|
|
3970
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3962
3971
|
height: 1px;
|
|
3963
3972
|
opacity: 0;
|
|
3964
3973
|
width: 1px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
2
3
|
font-size: 8px;
|
|
3
4
|
}
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
min-height: 34px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0);
|
|
@@ -197,10 +199,6 @@
|
|
|
197
199
|
padding: 14px;
|
|
198
200
|
padding-top: 4px;
|
|
199
201
|
}
|
|
200
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
201
|
-
height: 26px;
|
|
202
|
-
line-height: 26px;
|
|
203
|
-
}
|
|
204
202
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
205
203
|
height: 26px;
|
|
206
204
|
line-height: 26px;
|
|
@@ -411,7 +409,7 @@
|
|
|
411
409
|
word-break: normal;
|
|
412
410
|
}
|
|
413
411
|
.e-excelfilter .e-chk-hidden {
|
|
414
|
-
-moz-appearance: none;
|
|
412
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
415
413
|
height: 1px;
|
|
416
414
|
opacity: 0;
|
|
417
415
|
width: 1px;
|
|
@@ -555,6 +553,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
555
553
|
border-color: #317ab9;
|
|
556
554
|
}
|
|
557
555
|
|
|
556
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
558
557
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
559
558
|
font-size: 8px;
|
|
560
559
|
}
|
|
@@ -563,6 +562,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
563
562
|
font-size: 10px;
|
|
564
563
|
}
|
|
565
564
|
|
|
565
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
566
566
|
@keyframes material-spinner-rotate {
|
|
567
567
|
0% {
|
|
568
568
|
transform: rotate(0);
|
|
@@ -810,6 +810,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
810
810
|
.e-bigger .e-grid,
|
|
811
811
|
.e-grid.e-bigger {
|
|
812
812
|
font-size: 16px;
|
|
813
|
+
/* stylelint-disable */
|
|
813
814
|
}
|
|
814
815
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
815
816
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1473,6 +1474,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1473
1474
|
font-size: 14px;
|
|
1474
1475
|
height: auto;
|
|
1475
1476
|
position: relative;
|
|
1477
|
+
/* stylelint-enable */
|
|
1478
|
+
/* stylelint-disable */
|
|
1479
|
+
/* stylelint-enable */
|
|
1476
1480
|
}
|
|
1477
1481
|
.e-grid .e-gridheader {
|
|
1478
1482
|
-webkit-user-select: none;
|
|
@@ -2380,7 +2384,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2380
2384
|
padding-left: 8px;
|
|
2381
2385
|
}
|
|
2382
2386
|
.e-grid .e-chk-hidden {
|
|
2383
|
-
-moz-appearance: none;
|
|
2387
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2384
2388
|
height: 1px;
|
|
2385
2389
|
opacity: 0;
|
|
2386
2390
|
width: 1px;
|
|
@@ -2394,7 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2394
2398
|
}
|
|
2395
2399
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2396
2400
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2397
|
-
-webkit-user-select: auto;
|
|
2401
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2398
2402
|
height: 20px;
|
|
2399
2403
|
line-height: 20px;
|
|
2400
2404
|
position: relative;
|
|
@@ -2558,16 +2562,16 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2558
2562
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2559
2563
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2560
2564
|
font-size: 12px;
|
|
2561
|
-
margin-left:
|
|
2562
|
-
margin-top:
|
|
2565
|
+
margin-left: -3.5px;
|
|
2566
|
+
margin-top: -7.5px;
|
|
2563
2567
|
position: absolute;
|
|
2564
2568
|
z-index: 10;
|
|
2565
2569
|
}
|
|
2566
2570
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2567
|
-
margin-top:
|
|
2571
|
+
margin-top: -7.5px;
|
|
2568
2572
|
}
|
|
2569
2573
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2570
|
-
margin-top:
|
|
2574
|
+
margin-top: 2.5px;
|
|
2571
2575
|
}
|
|
2572
2576
|
.e-grid td.e-active {
|
|
2573
2577
|
font-weight: normal;
|
|
@@ -2590,7 +2594,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2590
2594
|
padding: 2px;
|
|
2591
2595
|
}
|
|
2592
2596
|
.e-grid .e-content {
|
|
2593
|
-
-webkit-overflow-scrolling: touch;
|
|
2597
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2594
2598
|
overflow-x: auto;
|
|
2595
2599
|
overflow-y: scroll;
|
|
2596
2600
|
position: relative;
|
|
@@ -2696,10 +2700,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2696
2700
|
}
|
|
2697
2701
|
.e-grid .e-icon-gdownarrow {
|
|
2698
2702
|
font-size: 10px;
|
|
2703
|
+
padding: 13px 9px 11px 10px;
|
|
2704
|
+
text-decoration: none;
|
|
2699
2705
|
text-indent: 11px;
|
|
2700
2706
|
}
|
|
2701
2707
|
.e-grid .e-icon-grightarrow {
|
|
2702
2708
|
font-size: 10px;
|
|
2709
|
+
padding: 12px 9px 12px 10px;
|
|
2710
|
+
text-decoration: none;
|
|
2703
2711
|
text-indent: 11px;
|
|
2704
2712
|
}
|
|
2705
2713
|
.e-grid .e-recordplusexpand {
|
|
@@ -2939,6 +2947,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2939
2947
|
.e-grid .e-checkboxfiltertext {
|
|
2940
2948
|
width: 150px;
|
|
2941
2949
|
word-break: normal;
|
|
2950
|
+
/* stylelint-disable */
|
|
2951
|
+
/* stylelint-enable */
|
|
2942
2952
|
}
|
|
2943
2953
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2944
2954
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2998,10 +3008,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2998
3008
|
overflow: hidden;
|
|
2999
3009
|
}
|
|
3000
3010
|
.e-grid .e-frozenhdrcont {
|
|
3001
|
-
-ms-touch-action: none;
|
|
3011
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3002
3012
|
}
|
|
3003
3013
|
.e-grid .e-frozencontent {
|
|
3004
|
-
-ms-touch-action: none;
|
|
3014
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3005
3015
|
border-bottom-width: 1px;
|
|
3006
3016
|
float: left;
|
|
3007
3017
|
width: min-content;
|
|
@@ -3010,19 +3020,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3010
3020
|
float: right;
|
|
3011
3021
|
}
|
|
3012
3022
|
.e-grid .e-movablecontent {
|
|
3013
|
-
-ms-overflow-style: none;
|
|
3023
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3014
3024
|
-ms-flex: 1;
|
|
3015
3025
|
flex: 1;
|
|
3016
3026
|
overflow-x: auto;
|
|
3017
3027
|
overflow-y: hidden;
|
|
3018
3028
|
}
|
|
3019
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3029
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3020
3030
|
display: none;
|
|
3021
3031
|
}
|
|
3022
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3032
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3023
3033
|
width: 7px;
|
|
3024
3034
|
}
|
|
3025
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3035
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
3036
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3027
3037
|
border-radius: 4px;
|
|
3028
3038
|
}
|
|
@@ -3403,7 +3413,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3403
3413
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3404
3414
|
display: inline-block;
|
|
3405
3415
|
}
|
|
3406
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3416
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3407
3417
|
text-overflow: clip;
|
|
3408
3418
|
}
|
|
3409
3419
|
.e-grid .e-clipboard {
|
|
@@ -3541,7 +3551,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3541
3551
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3542
3552
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3543
3553
|
font-size: 12px;
|
|
3544
|
-
margin-top: 0;
|
|
3545
3554
|
}
|
|
3546
3555
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3547
3556
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -4014,7 +4023,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4014
4023
|
}
|
|
4015
4024
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4016
4025
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4017
|
-
-moz-appearance: none;
|
|
4026
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4018
4027
|
height: 1px;
|
|
4019
4028
|
opacity: 0;
|
|
4020
4029
|
width: 1px;
|