@syncfusion/ej2-react-grids 20.3.56 → 20.3.57
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 +14 -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 +23 -12
- package/styles/bootstrap.css +23 -12
- package/styles/bootstrap4.css +23 -12
- package/styles/bootstrap5-dark.css +23 -12
- package/styles/bootstrap5.css +23 -12
- package/styles/excel-filter/bootstrap-dark.css +2 -1
- package/styles/excel-filter/bootstrap.css +2 -1
- package/styles/excel-filter/bootstrap4.css +2 -1
- package/styles/excel-filter/bootstrap5-dark.css +2 -1
- package/styles/excel-filter/bootstrap5.css +2 -1
- package/styles/excel-filter/fabric-dark.css +2 -1
- package/styles/excel-filter/fabric.css +2 -1
- package/styles/excel-filter/fluent-dark.css +2 -1
- package/styles/excel-filter/fluent.css +2 -1
- package/styles/excel-filter/highcontrast-light.css +2 -1
- package/styles/excel-filter/highcontrast.css +2 -1
- package/styles/excel-filter/material-dark.css +2 -1
- package/styles/excel-filter/material.css +2 -1
- package/styles/excel-filter/tailwind-dark.css +2 -1
- package/styles/excel-filter/tailwind.css +2 -1
- package/styles/fabric-dark.css +23 -12
- package/styles/fabric.css +23 -12
- package/styles/fluent-dark.css +23 -12
- package/styles/fluent.css +23 -12
- package/styles/grid/bootstrap-dark.css +21 -11
- package/styles/grid/bootstrap.css +21 -11
- package/styles/grid/bootstrap4.css +21 -11
- package/styles/grid/bootstrap5-dark.css +21 -11
- package/styles/grid/bootstrap5.css +21 -11
- package/styles/grid/fabric-dark.css +21 -11
- package/styles/grid/fabric.css +21 -11
- package/styles/grid/fluent-dark.css +21 -11
- package/styles/grid/fluent.css +21 -11
- package/styles/grid/highcontrast-light.css +21 -11
- package/styles/grid/highcontrast.css +21 -11
- package/styles/grid/material-dark.css +21 -11
- package/styles/grid/material.css +21 -11
- package/styles/grid/tailwind-dark.css +21 -11
- package/styles/grid/tailwind.css +21 -11
- package/styles/highcontrast-light.css +23 -12
- package/styles/highcontrast.css +23 -12
- package/styles/material-dark.css +23 -12
- package/styles/material.css +23 -12
- package/styles/tailwind-dark.css +23 -12
- package/styles/tailwind.css +23 -12
package/styles/highcontrast.css
CHANGED
|
@@ -344,7 +344,8 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none;
|
|
348
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
348
349
|
height: 1px;
|
|
349
350
|
opacity: 0;
|
|
350
351
|
width: 1px;
|
|
@@ -2013,7 +2014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2013
2014
|
text-overflow: ellipsis;
|
|
2014
2015
|
white-space: nowrap;
|
|
2015
2016
|
}
|
|
2016
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2017
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2017
2018
|
text-overflow: clip;
|
|
2018
2019
|
}
|
|
2019
2020
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2305,7 +2306,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2305
2306
|
padding-left: 7px;
|
|
2306
2307
|
}
|
|
2307
2308
|
.e-grid .e-chk-hidden {
|
|
2308
|
-
-moz-appearance: none;
|
|
2309
|
+
-moz-appearance: none;
|
|
2310
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2309
2311
|
height: 1px;
|
|
2310
2312
|
opacity: 0;
|
|
2311
2313
|
width: 1px;
|
|
@@ -2319,7 +2321,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2319
2321
|
}
|
|
2320
2322
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2321
2323
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2322
|
-
-webkit-user-select: auto;
|
|
2324
|
+
-webkit-user-select: auto;
|
|
2325
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2323
2326
|
height: 20px;
|
|
2324
2327
|
line-height: 20px;
|
|
2325
2328
|
position: relative;
|
|
@@ -2515,7 +2518,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2515
2518
|
padding: 2px;
|
|
2516
2519
|
}
|
|
2517
2520
|
.e-grid .e-content {
|
|
2518
|
-
-webkit-overflow-scrolling: touch;
|
|
2521
|
+
-webkit-overflow-scrolling: touch;
|
|
2522
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2523
|
overflow-x: auto;
|
|
2520
2524
|
overflow-y: scroll;
|
|
2521
2525
|
position: relative;
|
|
@@ -2930,10 +2934,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2930
2934
|
overflow: hidden;
|
|
2931
2935
|
}
|
|
2932
2936
|
.e-grid .e-frozenhdrcont {
|
|
2933
|
-
-ms-touch-action: none;
|
|
2937
|
+
-ms-touch-action: none;
|
|
2938
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2934
2939
|
}
|
|
2935
2940
|
.e-grid .e-frozencontent {
|
|
2936
|
-
-ms-touch-action: none;
|
|
2941
|
+
-ms-touch-action: none;
|
|
2942
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2937
2943
|
border-bottom-width: 1px;
|
|
2938
2944
|
float: left;
|
|
2939
2945
|
width: min-content;
|
|
@@ -2942,19 +2948,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2942
2948
|
float: right;
|
|
2943
2949
|
}
|
|
2944
2950
|
.e-grid .e-movablecontent {
|
|
2945
|
-
-ms-overflow-style: none;
|
|
2951
|
+
-ms-overflow-style: none;
|
|
2952
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2946
2953
|
-ms-flex: 1;
|
|
2947
2954
|
flex: 1;
|
|
2948
2955
|
overflow-x: auto;
|
|
2949
2956
|
overflow-y: hidden;
|
|
2950
2957
|
}
|
|
2951
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2958
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2959
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2952
2960
|
display: none;
|
|
2953
2961
|
}
|
|
2954
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2962
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2963
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2955
2964
|
width: 7px;
|
|
2956
2965
|
}
|
|
2957
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2966
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2967
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2958
2968
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2959
2969
|
border-radius: 4px;
|
|
2960
2970
|
}
|
|
@@ -3971,7 +3981,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3971
3981
|
}
|
|
3972
3982
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3973
3983
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3974
|
-
-moz-appearance: none;
|
|
3984
|
+
-moz-appearance: none;
|
|
3985
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3975
3986
|
height: 1px;
|
|
3976
3987
|
opacity: 0;
|
|
3977
3988
|
width: 1px;
|
package/styles/material-dark.css
CHANGED
|
@@ -379,7 +379,8 @@
|
|
|
379
379
|
word-break: normal;
|
|
380
380
|
}
|
|
381
381
|
.e-excelfilter .e-chk-hidden {
|
|
382
|
-
-moz-appearance: none;
|
|
382
|
+
-moz-appearance: none;
|
|
383
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
383
384
|
height: 1px;
|
|
384
385
|
opacity: 0;
|
|
385
386
|
width: 1px;
|
|
@@ -2063,7 +2064,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2063
2064
|
text-overflow: ellipsis;
|
|
2064
2065
|
white-space: nowrap;
|
|
2065
2066
|
}
|
|
2066
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2067
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2067
2068
|
text-overflow: clip;
|
|
2068
2069
|
}
|
|
2069
2070
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2355,7 +2356,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2355
2356
|
padding-left: 9px;
|
|
2356
2357
|
}
|
|
2357
2358
|
.e-grid .e-chk-hidden {
|
|
2358
|
-
-moz-appearance: none;
|
|
2359
|
+
-moz-appearance: none;
|
|
2360
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2359
2361
|
height: 1px;
|
|
2360
2362
|
opacity: 0;
|
|
2361
2363
|
width: 1px;
|
|
@@ -2369,7 +2371,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2369
2371
|
}
|
|
2370
2372
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2371
2373
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2372
|
-
-webkit-user-select: auto;
|
|
2374
|
+
-webkit-user-select: auto;
|
|
2375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2373
2376
|
height: 20px;
|
|
2374
2377
|
line-height: 20px;
|
|
2375
2378
|
position: relative;
|
|
@@ -2565,7 +2568,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2565
2568
|
padding: 2px;
|
|
2566
2569
|
}
|
|
2567
2570
|
.e-grid .e-content {
|
|
2568
|
-
-webkit-overflow-scrolling: touch;
|
|
2571
|
+
-webkit-overflow-scrolling: touch;
|
|
2572
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2569
2573
|
overflow-x: auto;
|
|
2570
2574
|
overflow-y: scroll;
|
|
2571
2575
|
position: relative;
|
|
@@ -2980,10 +2984,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2980
2984
|
overflow: hidden;
|
|
2981
2985
|
}
|
|
2982
2986
|
.e-grid .e-frozenhdrcont {
|
|
2983
|
-
-ms-touch-action: none;
|
|
2987
|
+
-ms-touch-action: none;
|
|
2988
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2984
2989
|
}
|
|
2985
2990
|
.e-grid .e-frozencontent {
|
|
2986
|
-
-ms-touch-action: none;
|
|
2991
|
+
-ms-touch-action: none;
|
|
2992
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2987
2993
|
border-bottom-width: 1px;
|
|
2988
2994
|
float: left;
|
|
2989
2995
|
width: min-content;
|
|
@@ -2992,19 +2998,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2992
2998
|
float: right;
|
|
2993
2999
|
}
|
|
2994
3000
|
.e-grid .e-movablecontent {
|
|
2995
|
-
-ms-overflow-style: none;
|
|
3001
|
+
-ms-overflow-style: none;
|
|
3002
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2996
3003
|
-ms-flex: 1;
|
|
2997
3004
|
flex: 1;
|
|
2998
3005
|
overflow-x: auto;
|
|
2999
3006
|
overflow-y: hidden;
|
|
3000
3007
|
}
|
|
3001
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3008
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3009
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3002
3010
|
display: none;
|
|
3003
3011
|
}
|
|
3004
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3012
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3013
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3005
3014
|
width: 7px;
|
|
3006
3015
|
}
|
|
3007
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3016
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3017
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3008
3018
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3009
3019
|
border-radius: 4px;
|
|
3010
3020
|
}
|
|
@@ -4021,7 +4031,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4021
4031
|
}
|
|
4022
4032
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4023
4033
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4024
|
-
-moz-appearance: none;
|
|
4034
|
+
-moz-appearance: none;
|
|
4035
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4025
4036
|
height: 1px;
|
|
4026
4037
|
opacity: 0;
|
|
4027
4038
|
width: 1px;
|
package/styles/material.css
CHANGED
|
@@ -412,7 +412,8 @@
|
|
|
412
412
|
word-break: normal;
|
|
413
413
|
}
|
|
414
414
|
.e-excelfilter .e-chk-hidden {
|
|
415
|
-
-moz-appearance: none;
|
|
415
|
+
-moz-appearance: none;
|
|
416
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
416
417
|
height: 1px;
|
|
417
418
|
opacity: 0;
|
|
418
419
|
width: 1px;
|
|
@@ -2105,7 +2106,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2105
2106
|
text-overflow: ellipsis;
|
|
2106
2107
|
white-space: nowrap;
|
|
2107
2108
|
}
|
|
2108
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2109
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2109
2110
|
text-overflow: clip;
|
|
2110
2111
|
}
|
|
2111
2112
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2397,7 +2398,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2397
2398
|
padding-left: 9px;
|
|
2398
2399
|
}
|
|
2399
2400
|
.e-grid .e-chk-hidden {
|
|
2400
|
-
-moz-appearance: none;
|
|
2401
|
+
-moz-appearance: none;
|
|
2402
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2401
2403
|
height: 1px;
|
|
2402
2404
|
opacity: 0;
|
|
2403
2405
|
width: 1px;
|
|
@@ -2411,7 +2413,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2411
2413
|
}
|
|
2412
2414
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2413
2415
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2414
|
-
-webkit-user-select: auto;
|
|
2416
|
+
-webkit-user-select: auto;
|
|
2417
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
2418
|
height: 20px;
|
|
2416
2419
|
line-height: 20px;
|
|
2417
2420
|
position: relative;
|
|
@@ -2607,7 +2610,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2607
2610
|
padding: 2px;
|
|
2608
2611
|
}
|
|
2609
2612
|
.e-grid .e-content {
|
|
2610
|
-
-webkit-overflow-scrolling: touch;
|
|
2613
|
+
-webkit-overflow-scrolling: touch;
|
|
2614
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
2615
|
overflow-x: auto;
|
|
2612
2616
|
overflow-y: scroll;
|
|
2613
2617
|
position: relative;
|
|
@@ -3022,10 +3026,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3022
3026
|
overflow: hidden;
|
|
3023
3027
|
}
|
|
3024
3028
|
.e-grid .e-frozenhdrcont {
|
|
3025
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3030
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
3031
|
}
|
|
3027
3032
|
.e-grid .e-frozencontent {
|
|
3028
|
-
-ms-touch-action: none;
|
|
3033
|
+
-ms-touch-action: none;
|
|
3034
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
3035
|
border-bottom-width: 1px;
|
|
3030
3036
|
float: left;
|
|
3031
3037
|
width: min-content;
|
|
@@ -3034,19 +3040,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3034
3040
|
float: right;
|
|
3035
3041
|
}
|
|
3036
3042
|
.e-grid .e-movablecontent {
|
|
3037
|
-
-ms-overflow-style: none;
|
|
3043
|
+
-ms-overflow-style: none;
|
|
3044
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
3045
|
-ms-flex: 1;
|
|
3039
3046
|
flex: 1;
|
|
3040
3047
|
overflow-x: auto;
|
|
3041
3048
|
overflow-y: hidden;
|
|
3042
3049
|
}
|
|
3043
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3050
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
3052
|
display: none;
|
|
3045
3053
|
}
|
|
3046
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3054
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3055
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
3056
|
width: 7px;
|
|
3048
3057
|
}
|
|
3049
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3058
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
3060
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3051
3061
|
border-radius: 4px;
|
|
3052
3062
|
}
|
|
@@ -4063,7 +4073,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4063
4073
|
}
|
|
4064
4074
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4065
4075
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4066
|
-
-moz-appearance: none;
|
|
4076
|
+
-moz-appearance: none;
|
|
4077
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4067
4078
|
height: 1px;
|
|
4068
4079
|
opacity: 0;
|
|
4069
4080
|
width: 1px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -365,7 +365,8 @@
|
|
|
365
365
|
word-break: normal;
|
|
366
366
|
}
|
|
367
367
|
.e-excelfilter .e-chk-hidden {
|
|
368
|
-
-moz-appearance: none;
|
|
368
|
+
-moz-appearance: none;
|
|
369
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
369
370
|
height: 1px;
|
|
370
371
|
opacity: 0;
|
|
371
372
|
width: 1px;
|
|
@@ -2102,7 +2103,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2102
2103
|
text-overflow: ellipsis;
|
|
2103
2104
|
white-space: nowrap;
|
|
2104
2105
|
}
|
|
2105
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2106
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2106
2107
|
text-overflow: clip;
|
|
2107
2108
|
}
|
|
2108
2109
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2410,7 +2411,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2410
2411
|
padding-left: 8px;
|
|
2411
2412
|
}
|
|
2412
2413
|
.e-grid .e-chk-hidden {
|
|
2413
|
-
-moz-appearance: none;
|
|
2414
|
+
-moz-appearance: none;
|
|
2415
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2414
2416
|
height: 1px;
|
|
2415
2417
|
opacity: 0;
|
|
2416
2418
|
width: 1px;
|
|
@@ -2424,7 +2426,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2424
2426
|
}
|
|
2425
2427
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2426
2428
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2427
|
-
-webkit-user-select: auto;
|
|
2429
|
+
-webkit-user-select: auto;
|
|
2430
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2428
2431
|
height: 20px;
|
|
2429
2432
|
line-height: 20px;
|
|
2430
2433
|
position: relative;
|
|
@@ -2621,7 +2624,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2621
2624
|
padding: 2px;
|
|
2622
2625
|
}
|
|
2623
2626
|
.e-grid .e-content {
|
|
2624
|
-
-webkit-overflow-scrolling: touch;
|
|
2627
|
+
-webkit-overflow-scrolling: touch;
|
|
2628
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2625
2629
|
overflow-x: auto;
|
|
2626
2630
|
overflow-y: scroll;
|
|
2627
2631
|
position: relative;
|
|
@@ -3043,10 +3047,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3043
3047
|
overflow: hidden;
|
|
3044
3048
|
}
|
|
3045
3049
|
.e-grid .e-frozenhdrcont {
|
|
3046
|
-
-ms-touch-action: none;
|
|
3050
|
+
-ms-touch-action: none;
|
|
3051
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
3052
|
}
|
|
3048
3053
|
.e-grid .e-frozencontent {
|
|
3049
|
-
-ms-touch-action: none;
|
|
3054
|
+
-ms-touch-action: none;
|
|
3055
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
3056
|
border-bottom-width: 1px;
|
|
3051
3057
|
float: left;
|
|
3052
3058
|
width: min-content;
|
|
@@ -3055,19 +3061,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3055
3061
|
float: right;
|
|
3056
3062
|
}
|
|
3057
3063
|
.e-grid .e-movablecontent {
|
|
3058
|
-
-ms-overflow-style: none;
|
|
3064
|
+
-ms-overflow-style: none;
|
|
3065
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3059
3066
|
-ms-flex: 1;
|
|
3060
3067
|
flex: 1;
|
|
3061
3068
|
overflow-x: auto;
|
|
3062
3069
|
overflow-y: hidden;
|
|
3063
3070
|
}
|
|
3064
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3071
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3072
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3065
3073
|
display: none;
|
|
3066
3074
|
}
|
|
3067
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3075
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3076
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3068
3077
|
width: 7px;
|
|
3069
3078
|
}
|
|
3070
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3079
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3080
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3071
3081
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3072
3082
|
border-radius: 4px;
|
|
3073
3083
|
}
|
|
@@ -4101,7 +4111,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4101
4111
|
}
|
|
4102
4112
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4103
4113
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4104
|
-
-moz-appearance: none;
|
|
4114
|
+
-moz-appearance: none;
|
|
4115
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4105
4116
|
height: 1px;
|
|
4106
4117
|
opacity: 0;
|
|
4107
4118
|
width: 1px;
|
package/styles/tailwind.css
CHANGED
|
@@ -365,7 +365,8 @@
|
|
|
365
365
|
word-break: normal;
|
|
366
366
|
}
|
|
367
367
|
.e-excelfilter .e-chk-hidden {
|
|
368
|
-
-moz-appearance: none;
|
|
368
|
+
-moz-appearance: none;
|
|
369
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
369
370
|
height: 1px;
|
|
370
371
|
opacity: 0;
|
|
371
372
|
width: 1px;
|
|
@@ -2102,7 +2103,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2102
2103
|
text-overflow: ellipsis;
|
|
2103
2104
|
white-space: nowrap;
|
|
2104
2105
|
}
|
|
2105
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2106
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2106
2107
|
text-overflow: clip;
|
|
2107
2108
|
}
|
|
2108
2109
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2410,7 +2411,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2410
2411
|
padding-left: 8px;
|
|
2411
2412
|
}
|
|
2412
2413
|
.e-grid .e-chk-hidden {
|
|
2413
|
-
-moz-appearance: none;
|
|
2414
|
+
-moz-appearance: none;
|
|
2415
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2414
2416
|
height: 1px;
|
|
2415
2417
|
opacity: 0;
|
|
2416
2418
|
width: 1px;
|
|
@@ -2424,7 +2426,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2424
2426
|
}
|
|
2425
2427
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2426
2428
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2427
|
-
-webkit-user-select: auto;
|
|
2429
|
+
-webkit-user-select: auto;
|
|
2430
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2428
2431
|
height: 20px;
|
|
2429
2432
|
line-height: 20px;
|
|
2430
2433
|
position: relative;
|
|
@@ -2621,7 +2624,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2621
2624
|
padding: 2px;
|
|
2622
2625
|
}
|
|
2623
2626
|
.e-grid .e-content {
|
|
2624
|
-
-webkit-overflow-scrolling: touch;
|
|
2627
|
+
-webkit-overflow-scrolling: touch;
|
|
2628
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2625
2629
|
overflow-x: auto;
|
|
2626
2630
|
overflow-y: scroll;
|
|
2627
2631
|
position: relative;
|
|
@@ -3043,10 +3047,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3043
3047
|
overflow: hidden;
|
|
3044
3048
|
}
|
|
3045
3049
|
.e-grid .e-frozenhdrcont {
|
|
3046
|
-
-ms-touch-action: none;
|
|
3050
|
+
-ms-touch-action: none;
|
|
3051
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
3052
|
}
|
|
3048
3053
|
.e-grid .e-frozencontent {
|
|
3049
|
-
-ms-touch-action: none;
|
|
3054
|
+
-ms-touch-action: none;
|
|
3055
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
3056
|
border-bottom-width: 1px;
|
|
3051
3057
|
float: left;
|
|
3052
3058
|
width: min-content;
|
|
@@ -3055,19 +3061,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3055
3061
|
float: right;
|
|
3056
3062
|
}
|
|
3057
3063
|
.e-grid .e-movablecontent {
|
|
3058
|
-
-ms-overflow-style: none;
|
|
3064
|
+
-ms-overflow-style: none;
|
|
3065
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3059
3066
|
-ms-flex: 1;
|
|
3060
3067
|
flex: 1;
|
|
3061
3068
|
overflow-x: auto;
|
|
3062
3069
|
overflow-y: hidden;
|
|
3063
3070
|
}
|
|
3064
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3071
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3072
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3065
3073
|
display: none;
|
|
3066
3074
|
}
|
|
3067
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3075
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3076
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3068
3077
|
width: 7px;
|
|
3069
3078
|
}
|
|
3070
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3079
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3080
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3071
3081
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3072
3082
|
border-radius: 4px;
|
|
3073
3083
|
}
|
|
@@ -4101,7 +4111,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4101
4111
|
}
|
|
4102
4112
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4103
4113
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4104
|
-
-moz-appearance: none;
|
|
4114
|
+
-moz-appearance: none;
|
|
4115
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4105
4116
|
height: 1px;
|
|
4106
4117
|
opacity: 0;
|
|
4107
4118
|
width: 1px;
|