@syncfusion/ej2-vue-grids 20.2.48 → 20.3.47
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/CHANGELOG.md +10 -82
- package/dist/ej2-vue-grids.umd.min.js +2 -2
- package/dist/ej2-vue-grids.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es2015.js +47 -44
- package/dist/es6/ej2-vue-grids.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-grids.es5.js +47 -44
- package/dist/es6/ej2-vue-grids.es5.js.map +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/src/grid/aggregate-columns.directive.d.ts +0 -1
- package/src/grid/aggregate-columns.directive.js +5 -6
- package/src/grid/aggregates.directive.d.ts +0 -1
- package/src/grid/aggregates.directive.js +5 -6
- package/src/grid/columns.directive.d.ts +0 -1
- package/src/grid/columns.directive.js +5 -6
- package/src/grid/grid.component.d.ts +3 -1
- package/src/grid/grid.component.js +13 -5
- package/src/grid/stacked-column.directive.d.ts +0 -1
- package/src/grid/stacked-column.directive.js +5 -6
- package/src/pager/pager.component.d.ts +0 -1
- package/src/pager/pager.component.js +3 -4
- 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.css +3 -1
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind.css +3 -1
- 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.css +51 -10
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material.css +52 -11
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind.css +51 -10
- 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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
word-break: normal;
|
|
343
345
|
}
|
|
344
346
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
348
|
height: 1px;
|
|
347
349
|
opacity: 0;
|
|
348
350
|
width: 1px;
|
|
@@ -486,6 +488,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
486
488
|
border-color: #400074;
|
|
487
489
|
}
|
|
488
490
|
|
|
491
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
492
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
489
493
|
@keyframes material-spinner-rotate {
|
|
490
494
|
0% {
|
|
491
495
|
transform: rotate(0);
|
|
@@ -502,7 +506,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
502
506
|
transform: rotate(360deg);
|
|
503
507
|
}
|
|
504
508
|
}
|
|
505
|
-
|
|
509
|
+
/* !componenticons */
|
|
506
510
|
.e-icon-check::before {
|
|
507
511
|
content: "\e7ff";
|
|
508
512
|
}
|
|
@@ -733,6 +737,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
733
737
|
.e-bigger .e-grid,
|
|
734
738
|
.e-grid.e-bigger {
|
|
735
739
|
font-size: 14px;
|
|
740
|
+
/* stylelint-disable */
|
|
736
741
|
}
|
|
737
742
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
738
743
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1390,6 +1395,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1390
1395
|
font-size: 13px;
|
|
1391
1396
|
height: auto;
|
|
1392
1397
|
position: relative;
|
|
1398
|
+
/* stylelint-enable */
|
|
1399
|
+
/* stylelint-disable */
|
|
1400
|
+
/* stylelint-enable */
|
|
1393
1401
|
}
|
|
1394
1402
|
.e-grid .e-gridheader {
|
|
1395
1403
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2305
|
padding-left: 7px;
|
|
2298
2306
|
}
|
|
2299
2307
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2308
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2301
2309
|
height: 1px;
|
|
2302
2310
|
opacity: 0;
|
|
2303
2311
|
width: 1px;
|
|
@@ -2311,7 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2319
|
}
|
|
2312
2320
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2321
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2322
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2315
2323
|
height: 20px;
|
|
2316
2324
|
line-height: 20px;
|
|
2317
2325
|
position: relative;
|
|
@@ -2507,7 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2515
|
padding: 2px;
|
|
2508
2516
|
}
|
|
2509
2517
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2518
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2519
|
overflow-x: auto;
|
|
2512
2520
|
overflow-y: scroll;
|
|
2513
2521
|
position: relative;
|
|
@@ -2637,6 +2645,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2637
2645
|
border-width: 1px 0 0;
|
|
2638
2646
|
cursor: pointer;
|
|
2639
2647
|
}
|
|
2648
|
+
.e-grid .e-disablepointer {
|
|
2649
|
+
cursor: default;
|
|
2650
|
+
}
|
|
2640
2651
|
.e-grid .e-groupcaption {
|
|
2641
2652
|
border-style: solid;
|
|
2642
2653
|
border-width: 1px 0 0;
|
|
@@ -2858,6 +2869,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2869
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2870
|
width: 135px;
|
|
2860
2871
|
word-break: normal;
|
|
2872
|
+
/* stylelint-disable */
|
|
2873
|
+
/* stylelint-enable */
|
|
2861
2874
|
}
|
|
2862
2875
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2863
2876
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2917,10 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2930
|
overflow: hidden;
|
|
2918
2931
|
}
|
|
2919
2932
|
.e-grid .e-frozenhdrcont {
|
|
2920
|
-
-ms-touch-action: none;
|
|
2933
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2921
2934
|
}
|
|
2922
2935
|
.e-grid .e-frozencontent {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2936
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2937
|
border-bottom-width: 1px;
|
|
2925
2938
|
float: left;
|
|
2926
2939
|
width: min-content;
|
|
@@ -2929,19 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2942
|
float: right;
|
|
2930
2943
|
}
|
|
2931
2944
|
.e-grid .e-movablecontent {
|
|
2932
|
-
-ms-overflow-style: none;
|
|
2945
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
2946
|
-ms-flex: 1;
|
|
2934
2947
|
flex: 1;
|
|
2935
2948
|
overflow-x: auto;
|
|
2936
2949
|
overflow-y: hidden;
|
|
2937
2950
|
}
|
|
2938
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2951
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2952
|
display: none;
|
|
2940
2953
|
}
|
|
2941
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2954
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2955
|
width: 7px;
|
|
2943
2956
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2957
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2958
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2946
2959
|
border-radius: 4px;
|
|
2947
2960
|
}
|
|
@@ -3348,9 +3361,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3348
3361
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3349
3362
|
border-right: 0;
|
|
3350
3363
|
}
|
|
3364
|
+
.e-grid .e-mask {
|
|
3365
|
+
display: inline-block;
|
|
3366
|
+
height: 10px;
|
|
3367
|
+
width: 80%;
|
|
3368
|
+
}
|
|
3369
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3370
|
+
margin-left: 7px;
|
|
3371
|
+
width: 16px;
|
|
3372
|
+
}
|
|
3373
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3374
|
+
width: 16px;
|
|
3375
|
+
}
|
|
3376
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3377
|
+
margin-left: 3px;
|
|
3378
|
+
margin-right: 16px;
|
|
3379
|
+
width: 20px;
|
|
3380
|
+
}
|
|
3381
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3382
|
+
width: 13px;
|
|
3383
|
+
}
|
|
3384
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3385
|
+
margin-left: 8px;
|
|
3386
|
+
}
|
|
3387
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3388
|
+
margin-left: 12px;
|
|
3389
|
+
width: 12px;
|
|
3390
|
+
}
|
|
3351
3391
|
.e-grid.sf-grid .e-table {
|
|
3352
3392
|
border-spacing: 0.25px;
|
|
3353
3393
|
}
|
|
3394
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3395
|
+
margin-left: 0;
|
|
3396
|
+
}
|
|
3354
3397
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3355
3398
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3356
3399
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3928,7 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3928
3971
|
}
|
|
3929
3972
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3930
3973
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3931
|
-
-moz-appearance: none;
|
|
3974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3932
3975
|
height: 1px;
|
|
3933
3976
|
opacity: 0;
|
|
3934
3977
|
width: 1px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
word-break: normal;
|
|
343
345
|
}
|
|
344
346
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
348
|
height: 1px;
|
|
347
349
|
opacity: 0;
|
|
348
350
|
width: 1px;
|
|
@@ -486,6 +488,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
486
488
|
border-color: #ffd939;
|
|
487
489
|
}
|
|
488
490
|
|
|
491
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
492
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
489
493
|
@keyframes material-spinner-rotate {
|
|
490
494
|
0% {
|
|
491
495
|
transform: rotate(0);
|
|
@@ -502,7 +506,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
502
506
|
transform: rotate(360deg);
|
|
503
507
|
}
|
|
504
508
|
}
|
|
505
|
-
|
|
509
|
+
/* !componenticons */
|
|
506
510
|
.e-icon-check::before {
|
|
507
511
|
content: "\e7ff";
|
|
508
512
|
}
|
|
@@ -733,6 +737,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
733
737
|
.e-bigger .e-grid,
|
|
734
738
|
.e-grid.e-bigger {
|
|
735
739
|
font-size: 14px;
|
|
740
|
+
/* stylelint-disable */
|
|
736
741
|
}
|
|
737
742
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
738
743
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1390,6 +1395,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1390
1395
|
font-size: 13px;
|
|
1391
1396
|
height: auto;
|
|
1392
1397
|
position: relative;
|
|
1398
|
+
/* stylelint-enable */
|
|
1399
|
+
/* stylelint-disable */
|
|
1400
|
+
/* stylelint-enable */
|
|
1393
1401
|
}
|
|
1394
1402
|
.e-grid .e-gridheader {
|
|
1395
1403
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2305
|
padding-left: 7px;
|
|
2298
2306
|
}
|
|
2299
2307
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2308
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2301
2309
|
height: 1px;
|
|
2302
2310
|
opacity: 0;
|
|
2303
2311
|
width: 1px;
|
|
@@ -2311,7 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2319
|
}
|
|
2312
2320
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2321
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2322
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2315
2323
|
height: 20px;
|
|
2316
2324
|
line-height: 20px;
|
|
2317
2325
|
position: relative;
|
|
@@ -2507,7 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2515
|
padding: 2px;
|
|
2508
2516
|
}
|
|
2509
2517
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2518
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2519
|
overflow-x: auto;
|
|
2512
2520
|
overflow-y: scroll;
|
|
2513
2521
|
position: relative;
|
|
@@ -2637,6 +2645,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2637
2645
|
border-width: 1px 0 0;
|
|
2638
2646
|
cursor: pointer;
|
|
2639
2647
|
}
|
|
2648
|
+
.e-grid .e-disablepointer {
|
|
2649
|
+
cursor: default;
|
|
2650
|
+
}
|
|
2640
2651
|
.e-grid .e-groupcaption {
|
|
2641
2652
|
border-style: solid;
|
|
2642
2653
|
border-width: 1px 0 0;
|
|
@@ -2858,6 +2869,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2869
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2870
|
width: 135px;
|
|
2860
2871
|
word-break: normal;
|
|
2872
|
+
/* stylelint-disable */
|
|
2873
|
+
/* stylelint-enable */
|
|
2861
2874
|
}
|
|
2862
2875
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2863
2876
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2917,10 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2930
|
overflow: hidden;
|
|
2918
2931
|
}
|
|
2919
2932
|
.e-grid .e-frozenhdrcont {
|
|
2920
|
-
-ms-touch-action: none;
|
|
2933
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2921
2934
|
}
|
|
2922
2935
|
.e-grid .e-frozencontent {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2936
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2937
|
border-bottom-width: 1px;
|
|
2925
2938
|
float: left;
|
|
2926
2939
|
width: min-content;
|
|
@@ -2929,19 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2942
|
float: right;
|
|
2930
2943
|
}
|
|
2931
2944
|
.e-grid .e-movablecontent {
|
|
2932
|
-
-ms-overflow-style: none;
|
|
2945
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
2946
|
-ms-flex: 1;
|
|
2934
2947
|
flex: 1;
|
|
2935
2948
|
overflow-x: auto;
|
|
2936
2949
|
overflow-y: hidden;
|
|
2937
2950
|
}
|
|
2938
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2951
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2952
|
display: none;
|
|
2940
2953
|
}
|
|
2941
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2954
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2955
|
width: 7px;
|
|
2943
2956
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2957
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2958
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2946
2959
|
border-radius: 4px;
|
|
2947
2960
|
}
|
|
@@ -3348,9 +3361,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3348
3361
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3349
3362
|
border-right: 0;
|
|
3350
3363
|
}
|
|
3364
|
+
.e-grid .e-mask {
|
|
3365
|
+
display: inline-block;
|
|
3366
|
+
height: 10px;
|
|
3367
|
+
width: 80%;
|
|
3368
|
+
}
|
|
3369
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3370
|
+
margin-left: 7px;
|
|
3371
|
+
width: 16px;
|
|
3372
|
+
}
|
|
3373
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3374
|
+
width: 16px;
|
|
3375
|
+
}
|
|
3376
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3377
|
+
margin-left: 3px;
|
|
3378
|
+
margin-right: 16px;
|
|
3379
|
+
width: 20px;
|
|
3380
|
+
}
|
|
3381
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3382
|
+
width: 13px;
|
|
3383
|
+
}
|
|
3384
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3385
|
+
margin-left: 8px;
|
|
3386
|
+
}
|
|
3387
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3388
|
+
margin-left: 12px;
|
|
3389
|
+
width: 12px;
|
|
3390
|
+
}
|
|
3351
3391
|
.e-grid.sf-grid .e-table {
|
|
3352
3392
|
border-spacing: 0.25px;
|
|
3353
3393
|
}
|
|
3394
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3395
|
+
margin-left: 0;
|
|
3396
|
+
}
|
|
3354
3397
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3355
3398
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3356
3399
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3928,7 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3928
3971
|
}
|
|
3929
3972
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3930
3973
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3931
|
-
-moz-appearance: none;
|
|
3974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3932
3975
|
height: 1px;
|
|
3933
3976
|
opacity: 0;
|
|
3934
3977
|
width: 1px;
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
padding: 5px 5px 5px 12px;
|
|
112
113
|
}
|
|
113
114
|
|
|
115
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
116
|
@keyframes material-spinner-rotate {
|
|
115
117
|
0% {
|
|
116
118
|
transform: rotate(0deg);
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
transform: rotate(360deg);
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
|
-
|
|
132
|
+
/* !componenticons */
|
|
131
133
|
.e-icon-check::before {
|
|
132
134
|
content: "\e7ff";
|
|
133
135
|
}
|
|
@@ -377,7 +379,7 @@
|
|
|
377
379
|
word-break: normal;
|
|
378
380
|
}
|
|
379
381
|
.e-excelfilter .e-chk-hidden {
|
|
380
|
-
-moz-appearance: none;
|
|
382
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
381
383
|
height: 1px;
|
|
382
384
|
opacity: 0;
|
|
383
385
|
width: 1px;
|
|
@@ -521,12 +523,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
521
523
|
border-color: #00b0ff;
|
|
522
524
|
}
|
|
523
525
|
|
|
526
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
524
527
|
@keyframes e-input-ripple {
|
|
525
528
|
100% {
|
|
526
529
|
opacity: 0;
|
|
527
530
|
transform: scale(4);
|
|
528
531
|
}
|
|
529
532
|
}
|
|
533
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
530
534
|
@keyframes material-spinner-rotate {
|
|
531
535
|
0% {
|
|
532
536
|
transform: rotate(0deg);
|
|
@@ -552,7 +556,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
552
556
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
553
557
|
}
|
|
554
558
|
}
|
|
555
|
-
|
|
559
|
+
/* !componenticons */
|
|
556
560
|
.e-icon-check::before {
|
|
557
561
|
content: "\e7ff";
|
|
558
562
|
}
|
|
@@ -783,6 +787,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
783
787
|
.e-bigger .e-grid,
|
|
784
788
|
.e-grid.e-bigger {
|
|
785
789
|
font-size: 13px;
|
|
790
|
+
/* stylelint-disable */
|
|
786
791
|
}
|
|
787
792
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
788
793
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1440,6 +1445,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1440
1445
|
font-size: 13px;
|
|
1441
1446
|
height: auto;
|
|
1442
1447
|
position: relative;
|
|
1448
|
+
/* stylelint-enable */
|
|
1449
|
+
/* stylelint-disable */
|
|
1450
|
+
/* stylelint-enable */
|
|
1443
1451
|
}
|
|
1444
1452
|
.e-grid .e-gridheader {
|
|
1445
1453
|
-webkit-user-select: none;
|
|
@@ -2347,7 +2355,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2347
2355
|
padding-left: 9px;
|
|
2348
2356
|
}
|
|
2349
2357
|
.e-grid .e-chk-hidden {
|
|
2350
|
-
-moz-appearance: none;
|
|
2358
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2351
2359
|
height: 1px;
|
|
2352
2360
|
opacity: 0;
|
|
2353
2361
|
width: 1px;
|
|
@@ -2361,7 +2369,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2361
2369
|
}
|
|
2362
2370
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2363
2371
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2364
|
-
-webkit-user-select: auto;
|
|
2372
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2365
2373
|
height: 20px;
|
|
2366
2374
|
line-height: 20px;
|
|
2367
2375
|
position: relative;
|
|
@@ -2557,7 +2565,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2557
2565
|
padding: 2px;
|
|
2558
2566
|
}
|
|
2559
2567
|
.e-grid .e-content {
|
|
2560
|
-
-webkit-overflow-scrolling: touch;
|
|
2568
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2569
|
overflow-x: auto;
|
|
2562
2570
|
overflow-y: scroll;
|
|
2563
2571
|
position: relative;
|
|
@@ -2687,6 +2695,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2687
2695
|
border-width: 1px 0 0;
|
|
2688
2696
|
cursor: pointer;
|
|
2689
2697
|
}
|
|
2698
|
+
.e-grid .e-disablepointer {
|
|
2699
|
+
cursor: default;
|
|
2700
|
+
}
|
|
2690
2701
|
.e-grid .e-groupcaption {
|
|
2691
2702
|
border-style: solid;
|
|
2692
2703
|
border-width: 1px 0 0;
|
|
@@ -2908,6 +2919,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2908
2919
|
.e-grid .e-checkboxfiltertext {
|
|
2909
2920
|
width: 150px;
|
|
2910
2921
|
word-break: normal;
|
|
2922
|
+
/* stylelint-disable */
|
|
2923
|
+
/* stylelint-enable */
|
|
2911
2924
|
}
|
|
2912
2925
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2913
2926
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2967,10 +2980,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2967
2980
|
overflow: hidden;
|
|
2968
2981
|
}
|
|
2969
2982
|
.e-grid .e-frozenhdrcont {
|
|
2970
|
-
-ms-touch-action: none;
|
|
2983
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2971
2984
|
}
|
|
2972
2985
|
.e-grid .e-frozencontent {
|
|
2973
|
-
-ms-touch-action: none;
|
|
2986
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2974
2987
|
border-bottom-width: 1px;
|
|
2975
2988
|
float: left;
|
|
2976
2989
|
width: min-content;
|
|
@@ -2979,19 +2992,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2979
2992
|
float: right;
|
|
2980
2993
|
}
|
|
2981
2994
|
.e-grid .e-movablecontent {
|
|
2982
|
-
-ms-overflow-style: none;
|
|
2995
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2983
2996
|
-ms-flex: 1;
|
|
2984
2997
|
flex: 1;
|
|
2985
2998
|
overflow-x: auto;
|
|
2986
2999
|
overflow-y: hidden;
|
|
2987
3000
|
}
|
|
2988
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3001
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2989
3002
|
display: none;
|
|
2990
3003
|
}
|
|
2991
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3004
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2992
3005
|
width: 7px;
|
|
2993
3006
|
}
|
|
2994
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3007
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2995
3008
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2996
3009
|
border-radius: 4px;
|
|
2997
3010
|
}
|
|
@@ -3398,9 +3411,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3398
3411
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3399
3412
|
border-right: 0;
|
|
3400
3413
|
}
|
|
3414
|
+
.e-grid .e-mask {
|
|
3415
|
+
display: inline-block;
|
|
3416
|
+
height: 10px;
|
|
3417
|
+
width: 80%;
|
|
3418
|
+
}
|
|
3419
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3420
|
+
margin-left: 7px;
|
|
3421
|
+
width: 16px;
|
|
3422
|
+
}
|
|
3423
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3424
|
+
width: 16px;
|
|
3425
|
+
}
|
|
3426
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3427
|
+
margin-left: 3px;
|
|
3428
|
+
margin-right: 16px;
|
|
3429
|
+
width: 20px;
|
|
3430
|
+
}
|
|
3431
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3432
|
+
width: 13px;
|
|
3433
|
+
}
|
|
3434
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3435
|
+
margin-left: 8px;
|
|
3436
|
+
}
|
|
3437
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3438
|
+
margin-left: 12px;
|
|
3439
|
+
width: 12px;
|
|
3440
|
+
}
|
|
3401
3441
|
.e-grid.sf-grid .e-table {
|
|
3402
3442
|
border-spacing: 0.25px;
|
|
3403
3443
|
}
|
|
3444
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3445
|
+
margin-left: 6px;
|
|
3446
|
+
}
|
|
3404
3447
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3405
3448
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3406
3449
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3978,7 +4021,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3978
4021
|
}
|
|
3979
4022
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3980
4023
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3981
|
-
-moz-appearance: none;
|
|
4024
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3982
4025
|
height: 1px;
|
|
3983
4026
|
opacity: 0;
|
|
3984
4027
|
width: 1px;
|