@syncfusion/ej2-angular-grids 20.2.49 → 20.3.47-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2654 -0
- package/dist/ej2-angular-grids.umd.js +1600 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -16
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap.scss +1 -16
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap4.scss +1 -16
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -16
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/bootstrap5.scss +1 -16
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric-dark.scss +1 -16
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fabric.scss +1 -16
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent-dark.scss +1 -16
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/fluent.scss +1 -16
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast-light.scss +1 -16
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/highcontrast.scss +1 -16
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material-dark.scss +1 -16
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/material.scss +1 -16
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -16
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/excel-filter/tailwind.scss +1 -16
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +52 -11
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +51 -10
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -60
- package/styles/excel-filter/_bootstrap-definition.scss +0 -65
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -70
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -60
- package/styles/excel-filter/_fabric-definition.scss +0 -65
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -60
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -58
- package/styles/excel-filter/_layout.scss +0 -418
- package/styles/excel-filter/_material-dark-definition.scss +0 -62
- package/styles/excel-filter/_material-definition.scss +0 -63
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -27
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -37
- package/styles/excel-filter/icons/_bootstrap.scss +0 -37
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -37
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -41
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -37
- package/styles/excel-filter/icons/_fabric.scss +0 -37
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -41
- package/styles/excel-filter/icons/_fusionnew.scss +0 -41
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -37
- package/styles/excel-filter/icons/_highcontrast.scss +0 -37
- package/styles/excel-filter/icons/_material-dark.scss +0 -37
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -41
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -41
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -597
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -595
- package/styles/grid/_fabric-definition.scss +0 -595
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -588
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -591
- package/styles/grid/_layout.scss +0 -4323
- package/styles/grid/_material-dark-definition.scss +0 -593
- package/styles/grid/_material-definition.scss +0 -593
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -225
- package/styles/grid/icons/_bootstrap.scss +0 -225
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -245
- package/styles/grid/icons/_fabric-dark.scss +0 -224
- package/styles/grid/icons/_fabric.scss +0 -224
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -245
- package/styles/grid/icons/_fusionnew.scss +0 -245
- package/styles/grid/icons/_highcontrast-light.scss +0 -224
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -224
- package/styles/grid/icons/_material.scss +0 -224
- package/styles/grid/icons/_material3.scss +0 -245
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -245
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
package/styles/fabric.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
height: 34px;
|
|
73
74
|
}
|
|
74
75
|
|
|
76
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
75
77
|
@keyframes material-spinner-rotate {
|
|
76
78
|
0% {
|
|
77
79
|
transform: rotate(0);
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
transform: rotate(360deg);
|
|
89
91
|
}
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
/* !component icons */
|
|
92
94
|
.e-icon-check::before {
|
|
93
95
|
content: "\e7ff";
|
|
94
96
|
}
|
|
@@ -338,7 +340,7 @@
|
|
|
338
340
|
word-break: normal;
|
|
339
341
|
}
|
|
340
342
|
.e-excelfilter .e-chk-hidden {
|
|
341
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
342
344
|
height: 1px;
|
|
343
345
|
opacity: 0;
|
|
344
346
|
width: 1px;
|
|
@@ -482,6 +484,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
482
484
|
border-color: #0078d6;
|
|
483
485
|
}
|
|
484
486
|
|
|
487
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
488
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
485
489
|
@keyframes material-spinner-rotate {
|
|
486
490
|
0% {
|
|
487
491
|
transform: rotate(0);
|
|
@@ -498,7 +502,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
498
502
|
transform: rotate(360deg);
|
|
499
503
|
}
|
|
500
504
|
}
|
|
501
|
-
|
|
505
|
+
/* !componenticons */
|
|
502
506
|
.e-icon-check::before {
|
|
503
507
|
content: "\e7ff";
|
|
504
508
|
}
|
|
@@ -729,6 +733,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
729
733
|
.e-bigger .e-grid,
|
|
730
734
|
.e-grid.e-bigger {
|
|
731
735
|
font-size: 14px;
|
|
736
|
+
/* stylelint-disable */
|
|
732
737
|
}
|
|
733
738
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
734
739
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1386,6 +1391,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1386
1391
|
font-size: 13px;
|
|
1387
1392
|
height: auto;
|
|
1388
1393
|
position: relative;
|
|
1394
|
+
/* stylelint-enable */
|
|
1395
|
+
/* stylelint-disable */
|
|
1396
|
+
/* stylelint-enable */
|
|
1389
1397
|
}
|
|
1390
1398
|
.e-grid .e-gridheader {
|
|
1391
1399
|
-webkit-user-select: none;
|
|
@@ -2293,7 +2301,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2293
2301
|
padding-left: 7px;
|
|
2294
2302
|
}
|
|
2295
2303
|
.e-grid .e-chk-hidden {
|
|
2296
|
-
-moz-appearance: none;
|
|
2304
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2297
2305
|
height: 1px;
|
|
2298
2306
|
opacity: 0;
|
|
2299
2307
|
width: 1px;
|
|
@@ -2307,7 +2315,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2307
2315
|
}
|
|
2308
2316
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2309
2317
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2310
|
-
-webkit-user-select: auto;
|
|
2318
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2311
2319
|
height: 20px;
|
|
2312
2320
|
line-height: 21px;
|
|
2313
2321
|
position: relative;
|
|
@@ -2503,7 +2511,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2503
2511
|
padding: 2px;
|
|
2504
2512
|
}
|
|
2505
2513
|
.e-grid .e-content {
|
|
2506
|
-
-webkit-overflow-scrolling: touch;
|
|
2514
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2507
2515
|
overflow-x: auto;
|
|
2508
2516
|
overflow-y: scroll;
|
|
2509
2517
|
position: relative;
|
|
@@ -2633,6 +2641,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2633
2641
|
border-width: 1px 0 0;
|
|
2634
2642
|
cursor: pointer;
|
|
2635
2643
|
}
|
|
2644
|
+
.e-grid .e-disablepointer {
|
|
2645
|
+
cursor: default;
|
|
2646
|
+
}
|
|
2636
2647
|
.e-grid .e-groupcaption {
|
|
2637
2648
|
border-style: solid;
|
|
2638
2649
|
border-width: 1px 0 0;
|
|
@@ -2854,6 +2865,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2854
2865
|
.e-grid .e-checkboxfiltertext {
|
|
2855
2866
|
width: 135px;
|
|
2856
2867
|
word-break: normal;
|
|
2868
|
+
/* stylelint-disable */
|
|
2869
|
+
/* stylelint-enable */
|
|
2857
2870
|
}
|
|
2858
2871
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2859
2872
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2913,10 +2926,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2913
2926
|
overflow: hidden;
|
|
2914
2927
|
}
|
|
2915
2928
|
.e-grid .e-frozenhdrcont {
|
|
2916
|
-
-ms-touch-action: none;
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2917
2930
|
}
|
|
2918
2931
|
.e-grid .e-frozencontent {
|
|
2919
|
-
-ms-touch-action: none;
|
|
2932
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2920
2933
|
border-bottom-width: 1px;
|
|
2921
2934
|
float: left;
|
|
2922
2935
|
width: min-content;
|
|
@@ -2925,19 +2938,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2925
2938
|
float: right;
|
|
2926
2939
|
}
|
|
2927
2940
|
.e-grid .e-movablecontent {
|
|
2928
|
-
-ms-overflow-style: none;
|
|
2941
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2929
2942
|
-ms-flex: 1;
|
|
2930
2943
|
flex: 1;
|
|
2931
2944
|
overflow-x: auto;
|
|
2932
2945
|
overflow-y: hidden;
|
|
2933
2946
|
}
|
|
2934
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2947
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2935
2948
|
display: none;
|
|
2936
2949
|
}
|
|
2937
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2938
2951
|
width: 7px;
|
|
2939
2952
|
}
|
|
2940
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2953
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2941
2954
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2942
2955
|
border-radius: 4px;
|
|
2943
2956
|
}
|
|
@@ -3344,9 +3357,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3344
3357
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3345
3358
|
border-right: 0;
|
|
3346
3359
|
}
|
|
3360
|
+
.e-grid .e-mask {
|
|
3361
|
+
display: inline-block;
|
|
3362
|
+
height: 10px;
|
|
3363
|
+
width: 80%;
|
|
3364
|
+
}
|
|
3365
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3366
|
+
margin-left: 7px;
|
|
3367
|
+
width: 16px;
|
|
3368
|
+
}
|
|
3369
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3370
|
+
width: 16px;
|
|
3371
|
+
}
|
|
3372
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3373
|
+
margin-left: 3px;
|
|
3374
|
+
margin-right: 16px;
|
|
3375
|
+
width: 20px;
|
|
3376
|
+
}
|
|
3377
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3378
|
+
width: 13px;
|
|
3379
|
+
}
|
|
3380
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3381
|
+
margin-left: 8px;
|
|
3382
|
+
}
|
|
3383
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3384
|
+
margin-left: 12px;
|
|
3385
|
+
width: 12px;
|
|
3386
|
+
}
|
|
3347
3387
|
.e-grid.sf-grid .e-table {
|
|
3348
3388
|
border-spacing: 0.25px;
|
|
3349
3389
|
}
|
|
3390
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3391
|
+
margin-left: 0;
|
|
3392
|
+
}
|
|
3350
3393
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3351
3394
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3352
3395
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3924,7 +3967,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3924
3967
|
}
|
|
3925
3968
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3926
3969
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3927
|
-
-moz-appearance: none;
|
|
3970
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3928
3971
|
height: 1px;
|
|
3929
3972
|
opacity: 0;
|
|
3930
3973
|
width: 1px;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -393,7 +395,7 @@
|
|
|
393
395
|
word-break: normal;
|
|
394
396
|
}
|
|
395
397
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
399
|
height: 1px;
|
|
398
400
|
opacity: 0;
|
|
399
401
|
width: 1px;
|
|
@@ -537,6 +539,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
539
|
border-color: #0078d4;
|
|
538
540
|
}
|
|
539
541
|
|
|
542
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
543
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
544
|
@keyframes material-spinner-rotate {
|
|
541
545
|
0% {
|
|
542
546
|
transform: rotate(0);
|
|
@@ -797,6 +801,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
801
|
.e-bigger .e-grid,
|
|
798
802
|
.e-grid.e-bigger {
|
|
799
803
|
font-size: 16px;
|
|
804
|
+
/* stylelint-disable */
|
|
800
805
|
}
|
|
801
806
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
807
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1489,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1489
|
font-size: 14px;
|
|
1485
1490
|
height: auto;
|
|
1486
1491
|
position: relative;
|
|
1492
|
+
/* stylelint-enable */
|
|
1493
|
+
/* stylelint-disable */
|
|
1494
|
+
/* stylelint-enable */
|
|
1487
1495
|
}
|
|
1488
1496
|
.e-grid .e-gridheader {
|
|
1489
1497
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2409
|
padding-left: 8px;
|
|
2402
2410
|
}
|
|
2403
2411
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2412
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2413
|
height: 1px;
|
|
2406
2414
|
opacity: 0;
|
|
2407
2415
|
width: 1px;
|
|
@@ -2415,7 +2423,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2423
|
}
|
|
2416
2424
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2425
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2426
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2427
|
height: 20px;
|
|
2420
2428
|
line-height: 20px;
|
|
2421
2429
|
position: relative;
|
|
@@ -2612,7 +2620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2620
|
padding: 2px;
|
|
2613
2621
|
}
|
|
2614
2622
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2623
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2624
|
overflow-x: auto;
|
|
2617
2625
|
overflow-y: scroll;
|
|
2618
2626
|
position: relative;
|
|
@@ -2745,6 +2753,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2745
2753
|
border-width: 1px 0 0;
|
|
2746
2754
|
cursor: pointer;
|
|
2747
2755
|
}
|
|
2756
|
+
.e-grid .e-disablepointer {
|
|
2757
|
+
cursor: default;
|
|
2758
|
+
}
|
|
2748
2759
|
.e-grid .e-groupcaption {
|
|
2749
2760
|
border-style: solid;
|
|
2750
2761
|
border-width: 1px 0 0;
|
|
@@ -2966,7 +2977,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2977
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2978
|
width: 150px;
|
|
2968
2979
|
word-break: normal;
|
|
2980
|
+
/* stylelint-disable */
|
|
2969
2981
|
margin-left: 12px !important;
|
|
2982
|
+
/* stylelint-enable */
|
|
2970
2983
|
}
|
|
2971
2984
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2985
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3039,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3039
|
overflow: hidden;
|
|
3027
3040
|
}
|
|
3028
3041
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3043
|
}
|
|
3031
3044
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3045
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3046
|
border-bottom-width: 1px;
|
|
3034
3047
|
float: left;
|
|
3035
3048
|
width: min-content;
|
|
@@ -3038,19 +3051,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3051
|
float: right;
|
|
3039
3052
|
}
|
|
3040
3053
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3054
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3055
|
-ms-flex: 1;
|
|
3043
3056
|
flex: 1;
|
|
3044
3057
|
overflow-x: auto;
|
|
3045
3058
|
overflow-y: hidden;
|
|
3046
3059
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3060
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3061
|
display: none;
|
|
3049
3062
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3064
|
width: 7px;
|
|
3052
3065
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3066
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3067
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3068
|
border-radius: 4px;
|
|
3056
3069
|
}
|
|
@@ -3457,9 +3470,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3470
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3458
3471
|
border-right: 0;
|
|
3459
3472
|
}
|
|
3473
|
+
.e-grid .e-mask {
|
|
3474
|
+
display: inline-block;
|
|
3475
|
+
height: 10px;
|
|
3476
|
+
width: 80%;
|
|
3477
|
+
}
|
|
3478
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3479
|
+
margin-left: 7px;
|
|
3480
|
+
width: 16px;
|
|
3481
|
+
}
|
|
3482
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3483
|
+
width: 16px;
|
|
3484
|
+
}
|
|
3485
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3486
|
+
margin-left: 3px;
|
|
3487
|
+
margin-right: 16px;
|
|
3488
|
+
width: 20px;
|
|
3489
|
+
}
|
|
3490
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3491
|
+
width: 13px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3494
|
+
margin-left: 8px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3497
|
+
margin-left: 12px;
|
|
3498
|
+
width: 12px;
|
|
3499
|
+
}
|
|
3460
3500
|
.e-grid.sf-grid .e-table {
|
|
3461
3501
|
border-spacing: 0.25px;
|
|
3462
3502
|
}
|
|
3503
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3504
|
+
margin-left: -9px;
|
|
3505
|
+
}
|
|
3463
3506
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3464
3507
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3465
3508
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -4051,7 +4094,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4051
4094
|
}
|
|
4052
4095
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4053
4096
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4054
|
-
-moz-appearance: none;
|
|
4097
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4055
4098
|
height: 1px;
|
|
4056
4099
|
opacity: 0;
|
|
4057
4100
|
width: 1px;
|
package/styles/fluent.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -393,7 +395,7 @@
|
|
|
393
395
|
word-break: normal;
|
|
394
396
|
}
|
|
395
397
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
399
|
height: 1px;
|
|
398
400
|
opacity: 0;
|
|
399
401
|
width: 1px;
|
|
@@ -537,6 +539,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
539
|
border-color: #0078d4;
|
|
538
540
|
}
|
|
539
541
|
|
|
542
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
543
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
544
|
@keyframes material-spinner-rotate {
|
|
541
545
|
0% {
|
|
542
546
|
transform: rotate(0);
|
|
@@ -797,6 +801,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
801
|
.e-bigger .e-grid,
|
|
798
802
|
.e-grid.e-bigger {
|
|
799
803
|
font-size: 16px;
|
|
804
|
+
/* stylelint-disable */
|
|
800
805
|
}
|
|
801
806
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
807
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1489,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1489
|
font-size: 14px;
|
|
1485
1490
|
height: auto;
|
|
1486
1491
|
position: relative;
|
|
1492
|
+
/* stylelint-enable */
|
|
1493
|
+
/* stylelint-disable */
|
|
1494
|
+
/* stylelint-enable */
|
|
1487
1495
|
}
|
|
1488
1496
|
.e-grid .e-gridheader {
|
|
1489
1497
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2409
|
padding-left: 8px;
|
|
2402
2410
|
}
|
|
2403
2411
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2412
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2413
|
height: 1px;
|
|
2406
2414
|
opacity: 0;
|
|
2407
2415
|
width: 1px;
|
|
@@ -2415,7 +2423,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2423
|
}
|
|
2416
2424
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2425
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2426
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2427
|
height: 20px;
|
|
2420
2428
|
line-height: 20px;
|
|
2421
2429
|
position: relative;
|
|
@@ -2612,7 +2620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2620
|
padding: 2px;
|
|
2613
2621
|
}
|
|
2614
2622
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2623
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2624
|
overflow-x: auto;
|
|
2617
2625
|
overflow-y: scroll;
|
|
2618
2626
|
position: relative;
|
|
@@ -2745,6 +2753,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2745
2753
|
border-width: 1px 0 0;
|
|
2746
2754
|
cursor: pointer;
|
|
2747
2755
|
}
|
|
2756
|
+
.e-grid .e-disablepointer {
|
|
2757
|
+
cursor: default;
|
|
2758
|
+
}
|
|
2748
2759
|
.e-grid .e-groupcaption {
|
|
2749
2760
|
border-style: solid;
|
|
2750
2761
|
border-width: 1px 0 0;
|
|
@@ -2966,7 +2977,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2977
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2978
|
width: 150px;
|
|
2968
2979
|
word-break: normal;
|
|
2980
|
+
/* stylelint-disable */
|
|
2969
2981
|
margin-left: 12px !important;
|
|
2982
|
+
/* stylelint-enable */
|
|
2970
2983
|
}
|
|
2971
2984
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2985
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3039,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3039
|
overflow: hidden;
|
|
3027
3040
|
}
|
|
3028
3041
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3043
|
}
|
|
3031
3044
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3045
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3046
|
border-bottom-width: 1px;
|
|
3034
3047
|
float: left;
|
|
3035
3048
|
width: min-content;
|
|
@@ -3038,19 +3051,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3051
|
float: right;
|
|
3039
3052
|
}
|
|
3040
3053
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3054
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3055
|
-ms-flex: 1;
|
|
3043
3056
|
flex: 1;
|
|
3044
3057
|
overflow-x: auto;
|
|
3045
3058
|
overflow-y: hidden;
|
|
3046
3059
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3060
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3061
|
display: none;
|
|
3049
3062
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3064
|
width: 7px;
|
|
3052
3065
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3066
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3067
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3068
|
border-radius: 4px;
|
|
3056
3069
|
}
|
|
@@ -3457,9 +3470,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3470
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3458
3471
|
border-right: 0;
|
|
3459
3472
|
}
|
|
3473
|
+
.e-grid .e-mask {
|
|
3474
|
+
display: inline-block;
|
|
3475
|
+
height: 10px;
|
|
3476
|
+
width: 80%;
|
|
3477
|
+
}
|
|
3478
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3479
|
+
margin-left: 7px;
|
|
3480
|
+
width: 16px;
|
|
3481
|
+
}
|
|
3482
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3483
|
+
width: 16px;
|
|
3484
|
+
}
|
|
3485
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3486
|
+
margin-left: 3px;
|
|
3487
|
+
margin-right: 16px;
|
|
3488
|
+
width: 20px;
|
|
3489
|
+
}
|
|
3490
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3491
|
+
width: 13px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3494
|
+
margin-left: 8px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3497
|
+
margin-left: 12px;
|
|
3498
|
+
width: 12px;
|
|
3499
|
+
}
|
|
3460
3500
|
.e-grid.sf-grid .e-table {
|
|
3461
3501
|
border-spacing: 0.25px;
|
|
3462
3502
|
}
|
|
3503
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3504
|
+
margin-left: -9px;
|
|
3505
|
+
}
|
|
3463
3506
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3464
3507
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3465
3508
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -4051,7 +4094,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4051
4094
|
}
|
|
4052
4095
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4053
4096
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4054
|
-
-moz-appearance: none;
|
|
4097
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4055
4098
|
height: 1px;
|
|
4056
4099
|
opacity: 0;
|
|
4057
4100
|
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: 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);
|
|
@@ -352,6 +354,7 @@
|
|
|
352
354
|
.e-bigger .e-grid,
|
|
353
355
|
.e-grid.e-bigger {
|
|
354
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
357
360
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1009,6 +1012,9 @@
|
|
|
1009
1012
|
font-size: 13px;
|
|
1010
1013
|
height: auto;
|
|
1011
1014
|
position: relative;
|
|
1015
|
+
/* stylelint-enable */
|
|
1016
|
+
/* stylelint-disable */
|
|
1017
|
+
/* stylelint-enable */
|
|
1012
1018
|
}
|
|
1013
1019
|
.e-grid .e-gridheader {
|
|
1014
1020
|
-webkit-user-select: none;
|
|
@@ -1916,7 +1922,7 @@
|
|
|
1916
1922
|
padding-left: 8px;
|
|
1917
1923
|
}
|
|
1918
1924
|
.e-grid .e-chk-hidden {
|
|
1919
|
-
-moz-appearance: none;
|
|
1925
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1920
1926
|
height: 1px;
|
|
1921
1927
|
opacity: 0;
|
|
1922
1928
|
width: 1px;
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
}
|
|
1931
1937
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1932
1938
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1933
|
-
-webkit-user-select: auto;
|
|
1939
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1934
1940
|
height: 20px;
|
|
1935
1941
|
line-height: 20px;
|
|
1936
1942
|
position: relative;
|
|
@@ -2126,7 +2132,7 @@
|
|
|
2126
2132
|
padding: 2px;
|
|
2127
2133
|
}
|
|
2128
2134
|
.e-grid .e-content {
|
|
2129
|
-
-webkit-overflow-scrolling: touch;
|
|
2135
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2130
2136
|
overflow-x: auto;
|
|
2131
2137
|
overflow-y: scroll;
|
|
2132
2138
|
position: relative;
|
|
@@ -2256,6 +2262,9 @@
|
|
|
2256
2262
|
border-width: 1px 0 0;
|
|
2257
2263
|
cursor: pointer;
|
|
2258
2264
|
}
|
|
2265
|
+
.e-grid .e-disablepointer {
|
|
2266
|
+
cursor: default;
|
|
2267
|
+
}
|
|
2259
2268
|
.e-grid .e-groupcaption {
|
|
2260
2269
|
border-style: solid;
|
|
2261
2270
|
border-width: 1px 0 0;
|
|
@@ -2477,6 +2486,8 @@
|
|
|
2477
2486
|
.e-grid .e-checkboxfiltertext {
|
|
2478
2487
|
width: 150px;
|
|
2479
2488
|
word-break: normal;
|
|
2489
|
+
/* stylelint-disable */
|
|
2490
|
+
/* stylelint-enable */
|
|
2480
2491
|
}
|
|
2481
2492
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2482
2493
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2536,10 +2547,10 @@
|
|
|
2536
2547
|
overflow: hidden;
|
|
2537
2548
|
}
|
|
2538
2549
|
.e-grid .e-frozenhdrcont {
|
|
2539
|
-
-ms-touch-action: none;
|
|
2550
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2551
|
}
|
|
2541
2552
|
.e-grid .e-frozencontent {
|
|
2542
|
-
-ms-touch-action: none;
|
|
2553
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2554
|
border-bottom-width: 1px;
|
|
2544
2555
|
float: left;
|
|
2545
2556
|
width: min-content;
|
|
@@ -2548,19 +2559,19 @@
|
|
|
2548
2559
|
float: right;
|
|
2549
2560
|
}
|
|
2550
2561
|
.e-grid .e-movablecontent {
|
|
2551
|
-
-ms-overflow-style: none;
|
|
2562
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2552
2563
|
-ms-flex: 1;
|
|
2553
2564
|
flex: 1;
|
|
2554
2565
|
overflow-x: auto;
|
|
2555
2566
|
overflow-y: hidden;
|
|
2556
2567
|
}
|
|
2557
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2568
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2569
|
display: none;
|
|
2559
2570
|
}
|
|
2560
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2571
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2572
|
width: 7px;
|
|
2562
2573
|
}
|
|
2563
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2574
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2564
2575
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2565
2576
|
border-radius: 4px;
|
|
2566
2577
|
}
|
|
@@ -2967,9 +2978,39 @@
|
|
|
2967
2978
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2968
2979
|
border-right: 0;
|
|
2969
2980
|
}
|
|
2981
|
+
.e-grid .e-mask {
|
|
2982
|
+
display: inline-block;
|
|
2983
|
+
height: 10px;
|
|
2984
|
+
width: 80%;
|
|
2985
|
+
}
|
|
2986
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2987
|
+
margin-left: 7px;
|
|
2988
|
+
width: 16px;
|
|
2989
|
+
}
|
|
2990
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2991
|
+
width: 16px;
|
|
2992
|
+
}
|
|
2993
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2994
|
+
margin-left: 3px;
|
|
2995
|
+
margin-right: 16px;
|
|
2996
|
+
width: 20px;
|
|
2997
|
+
}
|
|
2998
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2999
|
+
width: 13px;
|
|
3000
|
+
}
|
|
3001
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3002
|
+
margin-left: 8px;
|
|
3003
|
+
}
|
|
3004
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3005
|
+
margin-left: 12px;
|
|
3006
|
+
width: 12px;
|
|
3007
|
+
}
|
|
2970
3008
|
.e-grid.sf-grid .e-table {
|
|
2971
3009
|
border-spacing: 0.25px;
|
|
2972
3010
|
}
|
|
3011
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3012
|
+
margin-left: -8px;
|
|
3013
|
+
}
|
|
2973
3014
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2974
3015
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2975
3016
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3547,7 +3588,7 @@
|
|
|
3547
3588
|
}
|
|
3548
3589
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3549
3590
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3550
|
-
-moz-appearance: none;
|
|
3591
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3551
3592
|
height: 1px;
|
|
3552
3593
|
opacity: 0;
|
|
3553
3594
|
width: 1px;
|