@syncfusion/ej2-angular-grids 20.2.39-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 +22 -16
- package/styles/bootstrap.css +22 -16
- package/styles/bootstrap4.css +22 -16
- package/styles/bootstrap5-dark.css +23 -16
- package/styles/bootstrap5.css +23 -16
- 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 +24 -18
- package/styles/fabric.css +24 -18
- package/styles/fluent-dark.css +22 -16
- package/styles/fluent.css +22 -16
- 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 +19 -11
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +19 -11
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +19 -11
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +20 -11
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +20 -11
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +20 -12
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +20 -12
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +19 -11
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +19 -11
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +20 -12
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +20 -12
- 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 +20 -12
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +20 -12
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +19 -11
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +19 -11
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +24 -18
- package/styles/highcontrast.css +24 -18
- package/styles/material-dark.css +24 -18
- package/styles/material.css +24 -18
- package/styles/tailwind-dark.css +22 -16
- package/styles/tailwind.css +22 -16
- 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 -2649
- package/dist/ej2-angular-grids.umd.js +0 -1578
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1,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;
|
|
@@ -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;
|
|
@@ -2887,6 +2891,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2887
2891
|
.e-grid .e-checkboxfiltertext {
|
|
2888
2892
|
width: 150px;
|
|
2889
2893
|
word-break: normal;
|
|
2894
|
+
/* stylelint-disable */
|
|
2895
|
+
/* stylelint-enable */
|
|
2890
2896
|
}
|
|
2891
2897
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2892
2898
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2946,10 +2952,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2946
2952
|
overflow: hidden;
|
|
2947
2953
|
}
|
|
2948
2954
|
.e-grid .e-frozenhdrcont {
|
|
2949
|
-
-ms-touch-action: none;
|
|
2955
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2950
2956
|
}
|
|
2951
2957
|
.e-grid .e-frozencontent {
|
|
2952
|
-
-ms-touch-action: none;
|
|
2958
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2953
2959
|
border-bottom-width: 1px;
|
|
2954
2960
|
float: left;
|
|
2955
2961
|
width: min-content;
|
|
@@ -2958,19 +2964,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2958
2964
|
float: right;
|
|
2959
2965
|
}
|
|
2960
2966
|
.e-grid .e-movablecontent {
|
|
2961
|
-
-ms-overflow-style: none;
|
|
2967
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2962
2968
|
-ms-flex: 1;
|
|
2963
2969
|
flex: 1;
|
|
2964
2970
|
overflow-x: auto;
|
|
2965
2971
|
overflow-y: hidden;
|
|
2966
2972
|
}
|
|
2967
|
-
.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 */
|
|
2968
2974
|
display: none;
|
|
2969
2975
|
}
|
|
2970
|
-
.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 */
|
|
2971
2977
|
width: 7px;
|
|
2972
2978
|
}
|
|
2973
|
-
.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 */
|
|
2974
2980
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2975
2981
|
border-radius: 4px;
|
|
2976
2982
|
}
|
|
@@ -3350,7 +3356,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3350
3356
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3351
3357
|
display: inline-block;
|
|
3352
3358
|
}
|
|
3353
|
-
.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 {
|
|
3354
3360
|
text-overflow: clip;
|
|
3355
3361
|
}
|
|
3356
3362
|
.e-grid .e-clipboard {
|
|
@@ -3960,7 +3966,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3960
3966
|
}
|
|
3961
3967
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3962
3968
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3963
|
-
-moz-appearance: none;
|
|
3969
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3964
3970
|
height: 1px;
|
|
3965
3971
|
opacity: 0;
|
|
3966
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;
|
|
@@ -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;
|
|
@@ -2888,6 +2892,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2888
2892
|
.e-grid .e-checkboxfiltertext {
|
|
2889
2893
|
width: 150px;
|
|
2890
2894
|
word-break: normal;
|
|
2895
|
+
/* stylelint-disable */
|
|
2896
|
+
/* stylelint-enable */
|
|
2891
2897
|
}
|
|
2892
2898
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2893
2899
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2947,10 +2953,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2947
2953
|
overflow: hidden;
|
|
2948
2954
|
}
|
|
2949
2955
|
.e-grid .e-frozenhdrcont {
|
|
2950
|
-
-ms-touch-action: none;
|
|
2956
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2951
2957
|
}
|
|
2952
2958
|
.e-grid .e-frozencontent {
|
|
2953
|
-
-ms-touch-action: none;
|
|
2959
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2954
2960
|
border-bottom-width: 1px;
|
|
2955
2961
|
float: left;
|
|
2956
2962
|
width: min-content;
|
|
@@ -2959,19 +2965,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2959
2965
|
float: right;
|
|
2960
2966
|
}
|
|
2961
2967
|
.e-grid .e-movablecontent {
|
|
2962
|
-
-ms-overflow-style: none;
|
|
2968
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2963
2969
|
-ms-flex: 1;
|
|
2964
2970
|
flex: 1;
|
|
2965
2971
|
overflow-x: auto;
|
|
2966
2972
|
overflow-y: hidden;
|
|
2967
2973
|
}
|
|
2968
|
-
.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 */
|
|
2969
2975
|
display: none;
|
|
2970
2976
|
}
|
|
2971
|
-
.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 */
|
|
2972
2978
|
width: 7px;
|
|
2973
2979
|
}
|
|
2974
|
-
.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 */
|
|
2975
2981
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2976
2982
|
border-radius: 4px;
|
|
2977
2983
|
}
|
|
@@ -3351,7 +3357,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3351
3357
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3352
3358
|
display: inline-block;
|
|
3353
3359
|
}
|
|
3354
|
-
.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 {
|
|
3355
3361
|
text-overflow: clip;
|
|
3356
3362
|
}
|
|
3357
3363
|
.e-grid .e-clipboard {
|
|
@@ -3961,7 +3967,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3961
3967
|
}
|
|
3962
3968
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3963
3969
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3964
|
-
-moz-appearance: none;
|
|
3970
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3965
3971
|
height: 1px;
|
|
3966
3972
|
opacity: 0;
|
|
3967
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;
|
|
@@ -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;
|
|
@@ -2943,6 +2947,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2943
2947
|
.e-grid .e-checkboxfiltertext {
|
|
2944
2948
|
width: 150px;
|
|
2945
2949
|
word-break: normal;
|
|
2950
|
+
/* stylelint-disable */
|
|
2951
|
+
/* stylelint-enable */
|
|
2946
2952
|
}
|
|
2947
2953
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2948
2954
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3002,10 +3008,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3002
3008
|
overflow: hidden;
|
|
3003
3009
|
}
|
|
3004
3010
|
.e-grid .e-frozenhdrcont {
|
|
3005
|
-
-ms-touch-action: none;
|
|
3011
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3006
3012
|
}
|
|
3007
3013
|
.e-grid .e-frozencontent {
|
|
3008
|
-
-ms-touch-action: none;
|
|
3014
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3009
3015
|
border-bottom-width: 1px;
|
|
3010
3016
|
float: left;
|
|
3011
3017
|
width: min-content;
|
|
@@ -3014,19 +3020,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3014
3020
|
float: right;
|
|
3015
3021
|
}
|
|
3016
3022
|
.e-grid .e-movablecontent {
|
|
3017
|
-
-ms-overflow-style: none;
|
|
3023
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3018
3024
|
-ms-flex: 1;
|
|
3019
3025
|
flex: 1;
|
|
3020
3026
|
overflow-x: auto;
|
|
3021
3027
|
overflow-y: hidden;
|
|
3022
3028
|
}
|
|
3023
|
-
.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 */
|
|
3024
3030
|
display: none;
|
|
3025
3031
|
}
|
|
3026
|
-
.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 */
|
|
3027
3033
|
width: 7px;
|
|
3028
3034
|
}
|
|
3029
|
-
.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 */
|
|
3030
3036
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3031
3037
|
border-radius: 4px;
|
|
3032
3038
|
}
|
|
@@ -3407,7 +3413,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3407
3413
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3408
3414
|
display: inline-block;
|
|
3409
3415
|
}
|
|
3410
|
-
.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 {
|
|
3411
3417
|
text-overflow: clip;
|
|
3412
3418
|
}
|
|
3413
3419
|
.e-grid .e-clipboard {
|
|
@@ -4017,7 +4023,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4017
4023
|
}
|
|
4018
4024
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4019
4025
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4020
|
-
-moz-appearance: none;
|
|
4026
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4021
4027
|
height: 1px;
|
|
4022
4028
|
opacity: 0;
|
|
4023
4029
|
width: 1px;
|
|
@@ -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;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
min-height: 34px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0);
|
|
@@ -199,10 +201,6 @@
|
|
|
199
201
|
padding: 14px;
|
|
200
202
|
padding-top: 4px;
|
|
201
203
|
}
|
|
202
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
203
|
-
height: 26px;
|
|
204
|
-
line-height: 26px;
|
|
205
|
-
}
|
|
206
204
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
207
205
|
height: 26px;
|
|
208
206
|
line-height: 26px;
|
|
@@ -413,7 +411,7 @@
|
|
|
413
411
|
word-break: normal;
|
|
414
412
|
}
|
|
415
413
|
.e-excelfilter .e-chk-hidden {
|
|
416
|
-
-moz-appearance: none;
|
|
414
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
417
415
|
height: 1px;
|
|
418
416
|
opacity: 0;
|
|
419
417
|
width: 1px;
|
|
@@ -557,6 +555,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
557
555
|
border-color: #0d6efd;
|
|
558
556
|
}
|
|
559
557
|
|
|
558
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
559
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
560
560
|
@keyframes material-spinner-rotate {
|
|
561
561
|
0% {
|
|
562
562
|
transform: rotate(0);
|
|
@@ -574,6 +574,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
577
|
+
/* stylelint-disable */
|
|
577
578
|
/*! component icons */
|
|
578
579
|
.e-icon-check::before {
|
|
579
580
|
content: "\e774";
|
|
@@ -818,6 +819,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
818
819
|
.e-bigger .e-grid,
|
|
819
820
|
.e-grid.e-bigger {
|
|
820
821
|
font-size: 16px;
|
|
822
|
+
/* stylelint-disable */
|
|
821
823
|
}
|
|
822
824
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
823
825
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1481,6 +1483,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1481
1483
|
font-size: 14px;
|
|
1482
1484
|
height: auto;
|
|
1483
1485
|
position: relative;
|
|
1486
|
+
/* stylelint-enable */
|
|
1487
|
+
/* stylelint-disable */
|
|
1488
|
+
/* stylelint-enable */
|
|
1484
1489
|
}
|
|
1485
1490
|
.e-grid .e-gridheader {
|
|
1486
1491
|
-webkit-user-select: none;
|
|
@@ -2389,7 +2394,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2389
2394
|
padding-left: 8px;
|
|
2390
2395
|
}
|
|
2391
2396
|
.e-grid .e-chk-hidden {
|
|
2392
|
-
-moz-appearance: none;
|
|
2397
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2393
2398
|
height: 1px;
|
|
2394
2399
|
opacity: 0;
|
|
2395
2400
|
width: 1px;
|
|
@@ -2403,7 +2408,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2403
2408
|
}
|
|
2404
2409
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2405
2410
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2406
|
-
-webkit-user-select: auto;
|
|
2411
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2407
2412
|
height: 20px;
|
|
2408
2413
|
line-height: 20px;
|
|
2409
2414
|
position: relative;
|
|
@@ -2599,7 +2604,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2599
2604
|
padding: 2px;
|
|
2600
2605
|
}
|
|
2601
2606
|
.e-grid .e-content {
|
|
2602
|
-
-webkit-overflow-scrolling: touch;
|
|
2607
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2608
|
overflow-x: auto;
|
|
2604
2609
|
overflow-y: scroll;
|
|
2605
2610
|
position: relative;
|
|
@@ -2950,6 +2955,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2950
2955
|
.e-grid .e-checkboxfiltertext {
|
|
2951
2956
|
width: 150px;
|
|
2952
2957
|
word-break: normal;
|
|
2958
|
+
/* stylelint-disable */
|
|
2959
|
+
/* stylelint-enable */
|
|
2953
2960
|
}
|
|
2954
2961
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2955
2962
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3009,10 +3016,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3009
3016
|
overflow: hidden;
|
|
3010
3017
|
}
|
|
3011
3018
|
.e-grid .e-frozenhdrcont {
|
|
3012
|
-
-ms-touch-action: none;
|
|
3019
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3013
3020
|
}
|
|
3014
3021
|
.e-grid .e-frozencontent {
|
|
3015
|
-
-ms-touch-action: none;
|
|
3022
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3016
3023
|
border-bottom-width: 1px;
|
|
3017
3024
|
float: left;
|
|
3018
3025
|
width: min-content;
|
|
@@ -3021,19 +3028,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3021
3028
|
float: right;
|
|
3022
3029
|
}
|
|
3023
3030
|
.e-grid .e-movablecontent {
|
|
3024
|
-
-ms-overflow-style: none;
|
|
3031
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3025
3032
|
-ms-flex: 1;
|
|
3026
3033
|
flex: 1;
|
|
3027
3034
|
overflow-x: auto;
|
|
3028
3035
|
overflow-y: hidden;
|
|
3029
3036
|
}
|
|
3030
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3037
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3031
3038
|
display: none;
|
|
3032
3039
|
}
|
|
3033
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3040
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3041
|
width: 7px;
|
|
3035
3042
|
}
|
|
3036
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3043
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3037
3044
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3038
3045
|
border-radius: 4px;
|
|
3039
3046
|
}
|
|
@@ -3413,7 +3420,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3413
3420
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3414
3421
|
display: inline-block;
|
|
3415
3422
|
}
|
|
3416
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3423
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3417
3424
|
text-overflow: clip;
|
|
3418
3425
|
}
|
|
3419
3426
|
.e-grid .e-clipboard {
|
|
@@ -4033,7 +4040,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4033
4040
|
}
|
|
4034
4041
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4035
4042
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4036
|
-
-moz-appearance: none;
|
|
4043
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4037
4044
|
height: 1px;
|
|
4038
4045
|
opacity: 0;
|
|
4039
4046
|
width: 1px;
|