@syncfusion/ej2-react-grids 20.3.57 → 20.3.58
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 +2 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +11 -22
- package/styles/bootstrap.css +11 -22
- package/styles/bootstrap4.css +11 -22
- package/styles/bootstrap5-dark.css +11 -22
- package/styles/bootstrap5.css +11 -22
- package/styles/excel-filter/bootstrap-dark.css +1 -2
- package/styles/excel-filter/bootstrap.css +1 -2
- package/styles/excel-filter/bootstrap4.css +1 -2
- package/styles/excel-filter/bootstrap5-dark.css +1 -2
- package/styles/excel-filter/bootstrap5.css +1 -2
- package/styles/excel-filter/fabric-dark.css +1 -2
- package/styles/excel-filter/fabric.css +1 -2
- package/styles/excel-filter/fluent-dark.css +1 -2
- package/styles/excel-filter/fluent.css +1 -2
- package/styles/excel-filter/highcontrast-light.css +1 -2
- package/styles/excel-filter/highcontrast.css +1 -2
- package/styles/excel-filter/material-dark.css +1 -2
- package/styles/excel-filter/material.css +1 -2
- package/styles/excel-filter/tailwind-dark.css +1 -2
- package/styles/excel-filter/tailwind.css +1 -2
- package/styles/fabric-dark.css +11 -22
- package/styles/fabric.css +11 -22
- package/styles/fluent-dark.css +11 -22
- package/styles/fluent.css +11 -22
- package/styles/grid/bootstrap-dark.css +10 -20
- package/styles/grid/bootstrap.css +10 -20
- package/styles/grid/bootstrap4.css +10 -20
- package/styles/grid/bootstrap5-dark.css +10 -20
- package/styles/grid/bootstrap5.css +10 -20
- package/styles/grid/fabric-dark.css +10 -20
- package/styles/grid/fabric.css +10 -20
- package/styles/grid/fluent-dark.css +10 -20
- package/styles/grid/fluent.css +10 -20
- package/styles/grid/highcontrast-light.css +10 -20
- package/styles/grid/highcontrast.css +10 -20
- package/styles/grid/material-dark.css +10 -20
- package/styles/grid/material.css +10 -20
- package/styles/grid/tailwind-dark.css +10 -20
- package/styles/grid/tailwind.css +10 -20
- package/styles/highcontrast-light.css +11 -22
- package/styles/highcontrast.css +11 -22
- package/styles/material-dark.css +11 -22
- package/styles/material.css +11 -22
- package/styles/tailwind-dark.css +11 -22
- package/styles/tailwind.css +11 -22
|
@@ -364,8 +364,7 @@
|
|
|
364
364
|
word-break: normal;
|
|
365
365
|
}
|
|
366
366
|
.e-excelfilter .e-chk-hidden {
|
|
367
|
-
-moz-appearance: none;
|
|
368
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
367
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
369
368
|
height: 1px;
|
|
370
369
|
opacity: 0;
|
|
371
370
|
width: 1px;
|
|
@@ -364,8 +364,7 @@
|
|
|
364
364
|
word-break: normal;
|
|
365
365
|
}
|
|
366
366
|
.e-excelfilter .e-chk-hidden {
|
|
367
|
-
-moz-appearance: none;
|
|
368
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
367
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
369
368
|
height: 1px;
|
|
370
369
|
opacity: 0;
|
|
371
370
|
width: 1px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -347,8 +347,7 @@
|
|
|
347
347
|
word-break: normal;
|
|
348
348
|
}
|
|
349
349
|
.e-excelfilter .e-chk-hidden {
|
|
350
|
-
-moz-appearance: none;
|
|
351
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
350
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
352
351
|
height: 1px;
|
|
353
352
|
opacity: 0;
|
|
354
353
|
width: 1px;
|
|
@@ -2309,8 +2308,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2309
2308
|
padding-left: 7px;
|
|
2310
2309
|
}
|
|
2311
2310
|
.e-grid .e-chk-hidden {
|
|
2312
|
-
-moz-appearance: none;
|
|
2313
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2311
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2314
2312
|
height: 1px;
|
|
2315
2313
|
opacity: 0;
|
|
2316
2314
|
width: 1px;
|
|
@@ -2324,8 +2322,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2324
2322
|
}
|
|
2325
2323
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2326
2324
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2327
|
-
-webkit-user-select: auto;
|
|
2328
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2325
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2329
2326
|
height: 20px;
|
|
2330
2327
|
line-height: 21px;
|
|
2331
2328
|
position: relative;
|
|
@@ -2521,8 +2518,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2521
2518
|
padding: 2px;
|
|
2522
2519
|
}
|
|
2523
2520
|
.e-grid .e-content {
|
|
2524
|
-
-webkit-overflow-scrolling: touch;
|
|
2525
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2521
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2526
2522
|
overflow-x: auto;
|
|
2527
2523
|
overflow-y: scroll;
|
|
2528
2524
|
position: relative;
|
|
@@ -2937,12 +2933,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2937
2933
|
overflow: hidden;
|
|
2938
2934
|
}
|
|
2939
2935
|
.e-grid .e-frozenhdrcont {
|
|
2940
|
-
-ms-touch-action: none;
|
|
2941
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2936
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2937
|
}
|
|
2943
2938
|
.e-grid .e-frozencontent {
|
|
2944
|
-
-ms-touch-action: none;
|
|
2945
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2946
2940
|
border-bottom-width: 1px;
|
|
2947
2941
|
float: left;
|
|
2948
2942
|
width: min-content;
|
|
@@ -2951,23 +2945,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2951
2945
|
float: right;
|
|
2952
2946
|
}
|
|
2953
2947
|
.e-grid .e-movablecontent {
|
|
2954
|
-
-ms-overflow-style: none;
|
|
2955
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2948
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2956
2949
|
-ms-flex: 1;
|
|
2957
2950
|
flex: 1;
|
|
2958
2951
|
overflow-x: auto;
|
|
2959
2952
|
overflow-y: hidden;
|
|
2960
2953
|
}
|
|
2961
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2962
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2954
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2963
2955
|
display: none;
|
|
2964
2956
|
}
|
|
2965
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2966
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2957
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2967
2958
|
width: 7px;
|
|
2968
2959
|
}
|
|
2969
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2970
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2960
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2971
2961
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2972
2962
|
border-radius: 4px;
|
|
2973
2963
|
}
|
|
@@ -3984,8 +3974,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3984
3974
|
}
|
|
3985
3975
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3986
3976
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3987
|
-
-moz-appearance: none;
|
|
3988
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3977
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3989
3978
|
height: 1px;
|
|
3990
3979
|
opacity: 0;
|
|
3991
3980
|
width: 1px;
|
package/styles/fabric.css
CHANGED
|
@@ -340,8 +340,7 @@
|
|
|
340
340
|
word-break: normal;
|
|
341
341
|
}
|
|
342
342
|
.e-excelfilter .e-chk-hidden {
|
|
343
|
-
-moz-appearance: none;
|
|
344
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
345
344
|
height: 1px;
|
|
346
345
|
opacity: 0;
|
|
347
346
|
width: 1px;
|
|
@@ -2302,8 +2301,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2302
2301
|
padding-left: 7px;
|
|
2303
2302
|
}
|
|
2304
2303
|
.e-grid .e-chk-hidden {
|
|
2305
|
-
-moz-appearance: none;
|
|
2306
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2304
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2307
2305
|
height: 1px;
|
|
2308
2306
|
opacity: 0;
|
|
2309
2307
|
width: 1px;
|
|
@@ -2317,8 +2315,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2317
2315
|
}
|
|
2318
2316
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2319
2317
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2320
|
-
-webkit-user-select: auto;
|
|
2321
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2318
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2322
2319
|
height: 20px;
|
|
2323
2320
|
line-height: 21px;
|
|
2324
2321
|
position: relative;
|
|
@@ -2514,8 +2511,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2514
2511
|
padding: 2px;
|
|
2515
2512
|
}
|
|
2516
2513
|
.e-grid .e-content {
|
|
2517
|
-
-webkit-overflow-scrolling: touch;
|
|
2518
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2515
|
overflow-x: auto;
|
|
2520
2516
|
overflow-y: scroll;
|
|
2521
2517
|
position: relative;
|
|
@@ -2930,12 +2926,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2930
2926
|
overflow: hidden;
|
|
2931
2927
|
}
|
|
2932
2928
|
.e-grid .e-frozenhdrcont {
|
|
2933
|
-
-ms-touch-action: none;
|
|
2934
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2935
2930
|
}
|
|
2936
2931
|
.e-grid .e-frozencontent {
|
|
2937
|
-
-ms-touch-action: none;
|
|
2938
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2932
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2933
|
border-bottom-width: 1px;
|
|
2940
2934
|
float: left;
|
|
2941
2935
|
width: min-content;
|
|
@@ -2944,23 +2938,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2944
2938
|
float: right;
|
|
2945
2939
|
}
|
|
2946
2940
|
.e-grid .e-movablecontent {
|
|
2947
|
-
-ms-overflow-style: none;
|
|
2948
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2941
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2949
2942
|
-ms-flex: 1;
|
|
2950
2943
|
flex: 1;
|
|
2951
2944
|
overflow-x: auto;
|
|
2952
2945
|
overflow-y: hidden;
|
|
2953
2946
|
}
|
|
2954
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2955
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2947
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2956
2948
|
display: none;
|
|
2957
2949
|
}
|
|
2958
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2959
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2960
2951
|
width: 7px;
|
|
2961
2952
|
}
|
|
2962
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2963
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2953
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2964
2954
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2965
2955
|
border-radius: 4px;
|
|
2966
2956
|
}
|
|
@@ -3977,8 +3967,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3977
3967
|
}
|
|
3978
3968
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3979
3969
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3980
|
-
-moz-appearance: none;
|
|
3981
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3970
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3982
3971
|
height: 1px;
|
|
3983
3972
|
opacity: 0;
|
|
3984
3973
|
width: 1px;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -395,8 +395,7 @@
|
|
|
395
395
|
word-break: normal;
|
|
396
396
|
}
|
|
397
397
|
.e-excelfilter .e-chk-hidden {
|
|
398
|
-
-moz-appearance: none;
|
|
399
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
400
399
|
height: 1px;
|
|
401
400
|
opacity: 0;
|
|
402
401
|
width: 1px;
|
|
@@ -2410,8 +2409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2410
2409
|
padding-left: 8px;
|
|
2411
2410
|
}
|
|
2412
2411
|
.e-grid .e-chk-hidden {
|
|
2413
|
-
-moz-appearance: none;
|
|
2414
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2412
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
2413
|
height: 1px;
|
|
2416
2414
|
opacity: 0;
|
|
2417
2415
|
width: 1px;
|
|
@@ -2425,8 +2423,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2425
2423
|
}
|
|
2426
2424
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2427
2425
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2428
|
-
-webkit-user-select: auto;
|
|
2429
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2426
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2430
2427
|
height: 20px;
|
|
2431
2428
|
line-height: 20px;
|
|
2432
2429
|
position: relative;
|
|
@@ -2623,8 +2620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2623
2620
|
padding: 2px;
|
|
2624
2621
|
}
|
|
2625
2622
|
.e-grid .e-content {
|
|
2626
|
-
-webkit-overflow-scrolling: touch;
|
|
2627
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2628
2624
|
overflow-x: auto;
|
|
2629
2625
|
overflow-y: scroll;
|
|
2630
2626
|
position: relative;
|
|
@@ -3043,12 +3039,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3043
3039
|
overflow: hidden;
|
|
3044
3040
|
}
|
|
3045
3041
|
.e-grid .e-frozenhdrcont {
|
|
3046
|
-
-ms-touch-action: none;
|
|
3047
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3043
|
}
|
|
3049
3044
|
.e-grid .e-frozencontent {
|
|
3050
|
-
-ms-touch-action: none;
|
|
3051
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3046
|
border-bottom-width: 1px;
|
|
3053
3047
|
float: left;
|
|
3054
3048
|
width: min-content;
|
|
@@ -3057,23 +3051,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3057
3051
|
float: right;
|
|
3058
3052
|
}
|
|
3059
3053
|
.e-grid .e-movablecontent {
|
|
3060
|
-
-ms-overflow-style: none;
|
|
3061
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3062
3055
|
-ms-flex: 1;
|
|
3063
3056
|
flex: 1;
|
|
3064
3057
|
overflow-x: auto;
|
|
3065
3058
|
overflow-y: hidden;
|
|
3066
3059
|
}
|
|
3067
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3068
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3060
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3069
3061
|
display: none;
|
|
3070
3062
|
}
|
|
3071
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3072
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3073
3064
|
width: 7px;
|
|
3074
3065
|
}
|
|
3075
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3076
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3066
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3077
3067
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3078
3068
|
border-radius: 4px;
|
|
3079
3069
|
}
|
|
@@ -4104,8 +4094,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4104
4094
|
}
|
|
4105
4095
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4106
4096
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4107
|
-
-moz-appearance: none;
|
|
4108
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4097
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4109
4098
|
height: 1px;
|
|
4110
4099
|
opacity: 0;
|
|
4111
4100
|
width: 1px;
|
package/styles/fluent.css
CHANGED
|
@@ -395,8 +395,7 @@
|
|
|
395
395
|
word-break: normal;
|
|
396
396
|
}
|
|
397
397
|
.e-excelfilter .e-chk-hidden {
|
|
398
|
-
-moz-appearance: none;
|
|
399
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
400
399
|
height: 1px;
|
|
401
400
|
opacity: 0;
|
|
402
401
|
width: 1px;
|
|
@@ -2410,8 +2409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2410
2409
|
padding-left: 8px;
|
|
2411
2410
|
}
|
|
2412
2411
|
.e-grid .e-chk-hidden {
|
|
2413
|
-
-moz-appearance: none;
|
|
2414
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2412
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
2413
|
height: 1px;
|
|
2416
2414
|
opacity: 0;
|
|
2417
2415
|
width: 1px;
|
|
@@ -2425,8 +2423,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2425
2423
|
}
|
|
2426
2424
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2427
2425
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2428
|
-
-webkit-user-select: auto;
|
|
2429
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2426
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2430
2427
|
height: 20px;
|
|
2431
2428
|
line-height: 20px;
|
|
2432
2429
|
position: relative;
|
|
@@ -2623,8 +2620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2623
2620
|
padding: 2px;
|
|
2624
2621
|
}
|
|
2625
2622
|
.e-grid .e-content {
|
|
2626
|
-
-webkit-overflow-scrolling: touch;
|
|
2627
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2628
2624
|
overflow-x: auto;
|
|
2629
2625
|
overflow-y: scroll;
|
|
2630
2626
|
position: relative;
|
|
@@ -3043,12 +3039,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3043
3039
|
overflow: hidden;
|
|
3044
3040
|
}
|
|
3045
3041
|
.e-grid .e-frozenhdrcont {
|
|
3046
|
-
-ms-touch-action: none;
|
|
3047
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3043
|
}
|
|
3049
3044
|
.e-grid .e-frozencontent {
|
|
3050
|
-
-ms-touch-action: none;
|
|
3051
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3046
|
border-bottom-width: 1px;
|
|
3053
3047
|
float: left;
|
|
3054
3048
|
width: min-content;
|
|
@@ -3057,23 +3051,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3057
3051
|
float: right;
|
|
3058
3052
|
}
|
|
3059
3053
|
.e-grid .e-movablecontent {
|
|
3060
|
-
-ms-overflow-style: none;
|
|
3061
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3062
3055
|
-ms-flex: 1;
|
|
3063
3056
|
flex: 1;
|
|
3064
3057
|
overflow-x: auto;
|
|
3065
3058
|
overflow-y: hidden;
|
|
3066
3059
|
}
|
|
3067
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3068
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3060
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3069
3061
|
display: none;
|
|
3070
3062
|
}
|
|
3071
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3072
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3073
3064
|
width: 7px;
|
|
3074
3065
|
}
|
|
3075
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3076
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3066
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3077
3067
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3078
3068
|
border-radius: 4px;
|
|
3079
3069
|
}
|
|
@@ -4104,8 +4094,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4104
4094
|
}
|
|
4105
4095
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4106
4096
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4107
|
-
-moz-appearance: none;
|
|
4108
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4097
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4109
4098
|
height: 1px;
|
|
4110
4099
|
opacity: 0;
|
|
4111
4100
|
width: 1px;
|
|
@@ -1922,8 +1922,7 @@
|
|
|
1922
1922
|
padding-left: 8px;
|
|
1923
1923
|
}
|
|
1924
1924
|
.e-grid .e-chk-hidden {
|
|
1925
|
-
-moz-appearance: none;
|
|
1926
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1925
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1927
1926
|
height: 1px;
|
|
1928
1927
|
opacity: 0;
|
|
1929
1928
|
width: 1px;
|
|
@@ -1937,8 +1936,7 @@
|
|
|
1937
1936
|
}
|
|
1938
1937
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1939
1938
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1940
|
-
-webkit-user-select: auto;
|
|
1941
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1939
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1942
1940
|
height: 20px;
|
|
1943
1941
|
line-height: 20px;
|
|
1944
1942
|
position: relative;
|
|
@@ -2134,8 +2132,7 @@
|
|
|
2134
2132
|
padding: 2px;
|
|
2135
2133
|
}
|
|
2136
2134
|
.e-grid .e-content {
|
|
2137
|
-
-webkit-overflow-scrolling: touch;
|
|
2138
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2135
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2139
2136
|
overflow-x: auto;
|
|
2140
2137
|
overflow-y: scroll;
|
|
2141
2138
|
position: relative;
|
|
@@ -2550,12 +2547,10 @@
|
|
|
2550
2547
|
overflow: hidden;
|
|
2551
2548
|
}
|
|
2552
2549
|
.e-grid .e-frozenhdrcont {
|
|
2553
|
-
-ms-touch-action: none;
|
|
2554
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2550
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2555
2551
|
}
|
|
2556
2552
|
.e-grid .e-frozencontent {
|
|
2557
|
-
-ms-touch-action: none;
|
|
2558
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2553
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2559
2554
|
border-bottom-width: 1px;
|
|
2560
2555
|
float: left;
|
|
2561
2556
|
width: min-content;
|
|
@@ -2564,23 +2559,19 @@
|
|
|
2564
2559
|
float: right;
|
|
2565
2560
|
}
|
|
2566
2561
|
.e-grid .e-movablecontent {
|
|
2567
|
-
-ms-overflow-style: none;
|
|
2568
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2562
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2569
2563
|
-ms-flex: 1;
|
|
2570
2564
|
flex: 1;
|
|
2571
2565
|
overflow-x: auto;
|
|
2572
2566
|
overflow-y: hidden;
|
|
2573
2567
|
}
|
|
2574
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2575
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2568
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2576
2569
|
display: none;
|
|
2577
2570
|
}
|
|
2578
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2579
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2571
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2580
2572
|
width: 7px;
|
|
2581
2573
|
}
|
|
2582
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2583
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2574
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2584
2575
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2585
2576
|
border-radius: 4px;
|
|
2586
2577
|
}
|
|
@@ -3597,8 +3588,7 @@
|
|
|
3597
3588
|
}
|
|
3598
3589
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3599
3590
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3600
|
-
-moz-appearance: none;
|
|
3601
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3591
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3602
3592
|
height: 1px;
|
|
3603
3593
|
opacity: 0;
|
|
3604
3594
|
width: 1px;
|
|
@@ -1923,8 +1923,7 @@
|
|
|
1923
1923
|
padding-left: 8px;
|
|
1924
1924
|
}
|
|
1925
1925
|
.e-grid .e-chk-hidden {
|
|
1926
|
-
-moz-appearance: none;
|
|
1927
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1926
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1928
1927
|
height: 1px;
|
|
1929
1928
|
opacity: 0;
|
|
1930
1929
|
width: 1px;
|
|
@@ -1938,8 +1937,7 @@
|
|
|
1938
1937
|
}
|
|
1939
1938
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1940
1939
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1941
|
-
-webkit-user-select: auto;
|
|
1942
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1940
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1943
1941
|
height: 20px;
|
|
1944
1942
|
line-height: 20px;
|
|
1945
1943
|
position: relative;
|
|
@@ -2135,8 +2133,7 @@
|
|
|
2135
2133
|
padding: 2px;
|
|
2136
2134
|
}
|
|
2137
2135
|
.e-grid .e-content {
|
|
2138
|
-
-webkit-overflow-scrolling: touch;
|
|
2139
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2136
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2140
2137
|
overflow-x: auto;
|
|
2141
2138
|
overflow-y: scroll;
|
|
2142
2139
|
position: relative;
|
|
@@ -2551,12 +2548,10 @@
|
|
|
2551
2548
|
overflow: hidden;
|
|
2552
2549
|
}
|
|
2553
2550
|
.e-grid .e-frozenhdrcont {
|
|
2554
|
-
-ms-touch-action: none;
|
|
2555
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2551
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2556
2552
|
}
|
|
2557
2553
|
.e-grid .e-frozencontent {
|
|
2558
|
-
-ms-touch-action: none;
|
|
2559
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2554
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2560
2555
|
border-bottom-width: 1px;
|
|
2561
2556
|
float: left;
|
|
2562
2557
|
width: min-content;
|
|
@@ -2565,23 +2560,19 @@
|
|
|
2565
2560
|
float: right;
|
|
2566
2561
|
}
|
|
2567
2562
|
.e-grid .e-movablecontent {
|
|
2568
|
-
-ms-overflow-style: none;
|
|
2569
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2563
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2570
2564
|
-ms-flex: 1;
|
|
2571
2565
|
flex: 1;
|
|
2572
2566
|
overflow-x: auto;
|
|
2573
2567
|
overflow-y: hidden;
|
|
2574
2568
|
}
|
|
2575
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2576
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2569
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2577
2570
|
display: none;
|
|
2578
2571
|
}
|
|
2579
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2580
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2572
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2581
2573
|
width: 7px;
|
|
2582
2574
|
}
|
|
2583
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2584
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2575
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2585
2576
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2586
2577
|
border-radius: 4px;
|
|
2587
2578
|
}
|
|
@@ -3598,8 +3589,7 @@
|
|
|
3598
3589
|
}
|
|
3599
3590
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3600
3591
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3601
|
-
-moz-appearance: none;
|
|
3602
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3592
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3603
3593
|
height: 1px;
|
|
3604
3594
|
opacity: 0;
|
|
3605
3595
|
width: 1px;
|
|
@@ -1968,8 +1968,7 @@
|
|
|
1968
1968
|
padding-left: 8px;
|
|
1969
1969
|
}
|
|
1970
1970
|
.e-grid .e-chk-hidden {
|
|
1971
|
-
-moz-appearance: none;
|
|
1972
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1971
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1973
1972
|
height: 1px;
|
|
1974
1973
|
opacity: 0;
|
|
1975
1974
|
width: 1px;
|
|
@@ -1983,8 +1982,7 @@
|
|
|
1983
1982
|
}
|
|
1984
1983
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1985
1984
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1986
|
-
-webkit-user-select: auto;
|
|
1987
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1985
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1988
1986
|
height: 20px;
|
|
1989
1987
|
line-height: 20px;
|
|
1990
1988
|
position: relative;
|
|
@@ -2180,8 +2178,7 @@
|
|
|
2180
2178
|
padding: 2px;
|
|
2181
2179
|
}
|
|
2182
2180
|
.e-grid .e-content {
|
|
2183
|
-
-webkit-overflow-scrolling: touch;
|
|
2184
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2181
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2185
2182
|
overflow-x: auto;
|
|
2186
2183
|
overflow-y: scroll;
|
|
2187
2184
|
position: relative;
|
|
@@ -2598,12 +2595,10 @@
|
|
|
2598
2595
|
overflow: hidden;
|
|
2599
2596
|
}
|
|
2600
2597
|
.e-grid .e-frozenhdrcont {
|
|
2601
|
-
-ms-touch-action: none;
|
|
2602
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2598
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2599
|
}
|
|
2604
2600
|
.e-grid .e-frozencontent {
|
|
2605
|
-
-ms-touch-action: none;
|
|
2606
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2601
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2607
2602
|
border-bottom-width: 1px;
|
|
2608
2603
|
float: left;
|
|
2609
2604
|
width: min-content;
|
|
@@ -2612,23 +2607,19 @@
|
|
|
2612
2607
|
float: right;
|
|
2613
2608
|
}
|
|
2614
2609
|
.e-grid .e-movablecontent {
|
|
2615
|
-
-ms-overflow-style: none;
|
|
2616
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2610
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2611
|
-ms-flex: 1;
|
|
2618
2612
|
flex: 1;
|
|
2619
2613
|
overflow-x: auto;
|
|
2620
2614
|
overflow-y: hidden;
|
|
2621
2615
|
}
|
|
2622
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2623
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2617
|
display: none;
|
|
2625
2618
|
}
|
|
2626
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2627
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2619
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2628
2620
|
width: 7px;
|
|
2629
2621
|
}
|
|
2630
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2631
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2622
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2623
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2633
2624
|
border-radius: 4px;
|
|
2634
2625
|
}
|
|
@@ -3646,8 +3637,7 @@
|
|
|
3646
3637
|
}
|
|
3647
3638
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3648
3639
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3649
|
-
-moz-appearance: none;
|
|
3650
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3640
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3651
3641
|
height: 1px;
|
|
3652
3642
|
opacity: 0;
|
|
3653
3643
|
width: 1px;
|