@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
package/styles/material.css
CHANGED
|
@@ -412,8 +412,7 @@
|
|
|
412
412
|
word-break: normal;
|
|
413
413
|
}
|
|
414
414
|
.e-excelfilter .e-chk-hidden {
|
|
415
|
-
-moz-appearance: none;
|
|
416
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
415
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
417
416
|
height: 1px;
|
|
418
417
|
opacity: 0;
|
|
419
418
|
width: 1px;
|
|
@@ -2398,8 +2397,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2398
2397
|
padding-left: 9px;
|
|
2399
2398
|
}
|
|
2400
2399
|
.e-grid .e-chk-hidden {
|
|
2401
|
-
-moz-appearance: none;
|
|
2402
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2400
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2403
2401
|
height: 1px;
|
|
2404
2402
|
opacity: 0;
|
|
2405
2403
|
width: 1px;
|
|
@@ -2413,8 +2411,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2413
2411
|
}
|
|
2414
2412
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2415
2413
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2416
|
-
-webkit-user-select: auto;
|
|
2417
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2414
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2418
2415
|
height: 20px;
|
|
2419
2416
|
line-height: 20px;
|
|
2420
2417
|
position: relative;
|
|
@@ -2610,8 +2607,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2610
2607
|
padding: 2px;
|
|
2611
2608
|
}
|
|
2612
2609
|
.e-grid .e-content {
|
|
2613
|
-
-webkit-overflow-scrolling: touch;
|
|
2614
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2610
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2615
2611
|
overflow-x: auto;
|
|
2616
2612
|
overflow-y: scroll;
|
|
2617
2613
|
position: relative;
|
|
@@ -3026,12 +3022,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3022
|
overflow: hidden;
|
|
3027
3023
|
}
|
|
3028
3024
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3030
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3025
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3031
3026
|
}
|
|
3032
3027
|
.e-grid .e-frozencontent {
|
|
3033
|
-
-ms-touch-action: none;
|
|
3034
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3028
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3035
3029
|
border-bottom-width: 1px;
|
|
3036
3030
|
float: left;
|
|
3037
3031
|
width: min-content;
|
|
@@ -3040,23 +3034,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3040
3034
|
float: right;
|
|
3041
3035
|
}
|
|
3042
3036
|
.e-grid .e-movablecontent {
|
|
3043
|
-
-ms-overflow-style: none;
|
|
3044
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3037
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
3038
|
-ms-flex: 1;
|
|
3046
3039
|
flex: 1;
|
|
3047
3040
|
overflow-x: auto;
|
|
3048
3041
|
overflow-y: hidden;
|
|
3049
3042
|
}
|
|
3050
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3043
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3044
|
display: none;
|
|
3053
3045
|
}
|
|
3054
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3055
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3056
3047
|
width: 7px;
|
|
3057
3048
|
}
|
|
3058
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3049
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3060
3050
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3061
3051
|
border-radius: 4px;
|
|
3062
3052
|
}
|
|
@@ -4073,8 +4063,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4073
4063
|
}
|
|
4074
4064
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4075
4065
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4076
|
-
-moz-appearance: none;
|
|
4077
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4066
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4078
4067
|
height: 1px;
|
|
4079
4068
|
opacity: 0;
|
|
4080
4069
|
width: 1px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -365,8 +365,7 @@
|
|
|
365
365
|
word-break: normal;
|
|
366
366
|
}
|
|
367
367
|
.e-excelfilter .e-chk-hidden {
|
|
368
|
-
-moz-appearance: none;
|
|
369
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
368
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
370
369
|
height: 1px;
|
|
371
370
|
opacity: 0;
|
|
372
371
|
width: 1px;
|
|
@@ -2411,8 +2410,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2411
2410
|
padding-left: 8px;
|
|
2412
2411
|
}
|
|
2413
2412
|
.e-grid .e-chk-hidden {
|
|
2414
|
-
-moz-appearance: none;
|
|
2415
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2413
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2416
2414
|
height: 1px;
|
|
2417
2415
|
opacity: 0;
|
|
2418
2416
|
width: 1px;
|
|
@@ -2426,8 +2424,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2426
2424
|
}
|
|
2427
2425
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2428
2426
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2429
|
-
-webkit-user-select: auto;
|
|
2430
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2427
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2431
2428
|
height: 20px;
|
|
2432
2429
|
line-height: 20px;
|
|
2433
2430
|
position: relative;
|
|
@@ -2624,8 +2621,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2624
2621
|
padding: 2px;
|
|
2625
2622
|
}
|
|
2626
2623
|
.e-grid .e-content {
|
|
2627
|
-
-webkit-overflow-scrolling: touch;
|
|
2628
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2625
|
overflow-x: auto;
|
|
2630
2626
|
overflow-y: scroll;
|
|
2631
2627
|
position: relative;
|
|
@@ -3047,12 +3043,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3047
3043
|
overflow: hidden;
|
|
3048
3044
|
}
|
|
3049
3045
|
.e-grid .e-frozenhdrcont {
|
|
3050
|
-
-ms-touch-action: none;
|
|
3051
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3047
|
}
|
|
3053
3048
|
.e-grid .e-frozencontent {
|
|
3054
|
-
-ms-touch-action: none;
|
|
3055
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3049
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3056
3050
|
border-bottom-width: 1px;
|
|
3057
3051
|
float: left;
|
|
3058
3052
|
width: min-content;
|
|
@@ -3061,23 +3055,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3061
3055
|
float: right;
|
|
3062
3056
|
}
|
|
3063
3057
|
.e-grid .e-movablecontent {
|
|
3064
|
-
-ms-overflow-style: none;
|
|
3065
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3058
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3066
3059
|
-ms-flex: 1;
|
|
3067
3060
|
flex: 1;
|
|
3068
3061
|
overflow-x: auto;
|
|
3069
3062
|
overflow-y: hidden;
|
|
3070
3063
|
}
|
|
3071
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3072
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3064
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3073
3065
|
display: none;
|
|
3074
3066
|
}
|
|
3075
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3076
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3067
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3077
3068
|
width: 7px;
|
|
3078
3069
|
}
|
|
3079
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3080
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3070
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3081
3071
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3082
3072
|
border-radius: 4px;
|
|
3083
3073
|
}
|
|
@@ -4111,8 +4101,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4111
4101
|
}
|
|
4112
4102
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4113
4103
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4114
|
-
-moz-appearance: none;
|
|
4115
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4104
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4116
4105
|
height: 1px;
|
|
4117
4106
|
opacity: 0;
|
|
4118
4107
|
width: 1px;
|
package/styles/tailwind.css
CHANGED
|
@@ -365,8 +365,7 @@
|
|
|
365
365
|
word-break: normal;
|
|
366
366
|
}
|
|
367
367
|
.e-excelfilter .e-chk-hidden {
|
|
368
|
-
-moz-appearance: none;
|
|
369
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
368
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
370
369
|
height: 1px;
|
|
371
370
|
opacity: 0;
|
|
372
371
|
width: 1px;
|
|
@@ -2411,8 +2410,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2411
2410
|
padding-left: 8px;
|
|
2412
2411
|
}
|
|
2413
2412
|
.e-grid .e-chk-hidden {
|
|
2414
|
-
-moz-appearance: none;
|
|
2415
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2413
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2416
2414
|
height: 1px;
|
|
2417
2415
|
opacity: 0;
|
|
2418
2416
|
width: 1px;
|
|
@@ -2426,8 +2424,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2426
2424
|
}
|
|
2427
2425
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2428
2426
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2429
|
-
-webkit-user-select: auto;
|
|
2430
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2427
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2431
2428
|
height: 20px;
|
|
2432
2429
|
line-height: 20px;
|
|
2433
2430
|
position: relative;
|
|
@@ -2624,8 +2621,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2624
2621
|
padding: 2px;
|
|
2625
2622
|
}
|
|
2626
2623
|
.e-grid .e-content {
|
|
2627
|
-
-webkit-overflow-scrolling: touch;
|
|
2628
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2625
|
overflow-x: auto;
|
|
2630
2626
|
overflow-y: scroll;
|
|
2631
2627
|
position: relative;
|
|
@@ -3047,12 +3043,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3047
3043
|
overflow: hidden;
|
|
3048
3044
|
}
|
|
3049
3045
|
.e-grid .e-frozenhdrcont {
|
|
3050
|
-
-ms-touch-action: none;
|
|
3051
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3047
|
}
|
|
3053
3048
|
.e-grid .e-frozencontent {
|
|
3054
|
-
-ms-touch-action: none;
|
|
3055
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3049
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3056
3050
|
border-bottom-width: 1px;
|
|
3057
3051
|
float: left;
|
|
3058
3052
|
width: min-content;
|
|
@@ -3061,23 +3055,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3061
3055
|
float: right;
|
|
3062
3056
|
}
|
|
3063
3057
|
.e-grid .e-movablecontent {
|
|
3064
|
-
-ms-overflow-style: none;
|
|
3065
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3058
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3066
3059
|
-ms-flex: 1;
|
|
3067
3060
|
flex: 1;
|
|
3068
3061
|
overflow-x: auto;
|
|
3069
3062
|
overflow-y: hidden;
|
|
3070
3063
|
}
|
|
3071
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3072
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3064
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3073
3065
|
display: none;
|
|
3074
3066
|
}
|
|
3075
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3076
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3067
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3077
3068
|
width: 7px;
|
|
3078
3069
|
}
|
|
3079
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3080
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3070
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3081
3071
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3082
3072
|
border-radius: 4px;
|
|
3083
3073
|
}
|
|
@@ -4111,8 +4101,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4111
4101
|
}
|
|
4112
4102
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4113
4103
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4114
|
-
-moz-appearance: none;
|
|
4115
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4104
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4116
4105
|
height: 1px;
|
|
4117
4106
|
opacity: 0;
|
|
4118
4107
|
width: 1px;
|