@syncfusion/ej2-react-grids 20.2.49 → 20.3.48
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 +15 -87
- package/diConfig.json +10 -0
- package/dist/ej2-react-grids.min.js +10 -0
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- 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
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;
|
|
@@ -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);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 14px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1010,6 +1013,9 @@
|
|
|
1010
1013
|
font-size: 13px;
|
|
1011
1014
|
height: auto;
|
|
1012
1015
|
position: relative;
|
|
1016
|
+
/* stylelint-enable */
|
|
1017
|
+
/* stylelint-disable */
|
|
1018
|
+
/* stylelint-enable */
|
|
1013
1019
|
}
|
|
1014
1020
|
.e-grid .e-gridheader {
|
|
1015
1021
|
-webkit-user-select: none;
|
|
@@ -1917,7 +1923,7 @@
|
|
|
1917
1923
|
padding-left: 8px;
|
|
1918
1924
|
}
|
|
1919
1925
|
.e-grid .e-chk-hidden {
|
|
1920
|
-
-moz-appearance: none;
|
|
1926
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1921
1927
|
height: 1px;
|
|
1922
1928
|
opacity: 0;
|
|
1923
1929
|
width: 1px;
|
|
@@ -1931,7 +1937,7 @@
|
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1933
1939
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1934
|
-
-webkit-user-select: auto;
|
|
1940
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1935
1941
|
height: 20px;
|
|
1936
1942
|
line-height: 20px;
|
|
1937
1943
|
position: relative;
|
|
@@ -2127,7 +2133,7 @@
|
|
|
2127
2133
|
padding: 2px;
|
|
2128
2134
|
}
|
|
2129
2135
|
.e-grid .e-content {
|
|
2130
|
-
-webkit-overflow-scrolling: touch;
|
|
2136
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2131
2137
|
overflow-x: auto;
|
|
2132
2138
|
overflow-y: scroll;
|
|
2133
2139
|
position: relative;
|
|
@@ -2257,6 +2263,9 @@
|
|
|
2257
2263
|
border-width: 1px 0 0;
|
|
2258
2264
|
cursor: pointer;
|
|
2259
2265
|
}
|
|
2266
|
+
.e-grid .e-disablepointer {
|
|
2267
|
+
cursor: default;
|
|
2268
|
+
}
|
|
2260
2269
|
.e-grid .e-groupcaption {
|
|
2261
2270
|
border-style: solid;
|
|
2262
2271
|
border-width: 1px 0 0;
|
|
@@ -2478,6 +2487,8 @@
|
|
|
2478
2487
|
.e-grid .e-checkboxfiltertext {
|
|
2479
2488
|
width: 150px;
|
|
2480
2489
|
word-break: normal;
|
|
2490
|
+
/* stylelint-disable */
|
|
2491
|
+
/* stylelint-enable */
|
|
2481
2492
|
}
|
|
2482
2493
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2483
2494
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2537,10 +2548,10 @@
|
|
|
2537
2548
|
overflow: hidden;
|
|
2538
2549
|
}
|
|
2539
2550
|
.e-grid .e-frozenhdrcont {
|
|
2540
|
-
-ms-touch-action: none;
|
|
2551
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2541
2552
|
}
|
|
2542
2553
|
.e-grid .e-frozencontent {
|
|
2543
|
-
-ms-touch-action: none;
|
|
2554
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2544
2555
|
border-bottom-width: 1px;
|
|
2545
2556
|
float: left;
|
|
2546
2557
|
width: min-content;
|
|
@@ -2549,19 +2560,19 @@
|
|
|
2549
2560
|
float: right;
|
|
2550
2561
|
}
|
|
2551
2562
|
.e-grid .e-movablecontent {
|
|
2552
|
-
-ms-overflow-style: none;
|
|
2563
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2553
2564
|
-ms-flex: 1;
|
|
2554
2565
|
flex: 1;
|
|
2555
2566
|
overflow-x: auto;
|
|
2556
2567
|
overflow-y: hidden;
|
|
2557
2568
|
}
|
|
2558
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2569
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2559
2570
|
display: none;
|
|
2560
2571
|
}
|
|
2561
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2572
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2562
2573
|
width: 7px;
|
|
2563
2574
|
}
|
|
2564
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2575
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2565
2576
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2566
2577
|
border-radius: 4px;
|
|
2567
2578
|
}
|
|
@@ -2968,9 +2979,39 @@
|
|
|
2968
2979
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2969
2980
|
border-right: 0;
|
|
2970
2981
|
}
|
|
2982
|
+
.e-grid .e-mask {
|
|
2983
|
+
display: inline-block;
|
|
2984
|
+
height: 10px;
|
|
2985
|
+
width: 80%;
|
|
2986
|
+
}
|
|
2987
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2988
|
+
margin-left: 7px;
|
|
2989
|
+
width: 16px;
|
|
2990
|
+
}
|
|
2991
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2992
|
+
width: 16px;
|
|
2993
|
+
}
|
|
2994
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2995
|
+
margin-left: 3px;
|
|
2996
|
+
margin-right: 16px;
|
|
2997
|
+
width: 20px;
|
|
2998
|
+
}
|
|
2999
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3000
|
+
width: 13px;
|
|
3001
|
+
}
|
|
3002
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3003
|
+
margin-left: 8px;
|
|
3004
|
+
}
|
|
3005
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3006
|
+
margin-left: 12px;
|
|
3007
|
+
width: 12px;
|
|
3008
|
+
}
|
|
2971
3009
|
.e-grid.sf-grid .e-table {
|
|
2972
3010
|
border-spacing: 0.25px;
|
|
2973
3011
|
}
|
|
3012
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3013
|
+
margin-left: -8px;
|
|
3014
|
+
}
|
|
2974
3015
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2975
3016
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2976
3017
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3548,7 +3589,7 @@
|
|
|
3548
3589
|
}
|
|
3549
3590
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3550
3591
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3551
|
-
-moz-appearance: none;
|
|
3592
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3552
3593
|
height: 1px;
|
|
3553
3594
|
opacity: 0;
|
|
3554
3595
|
width: 1px;
|