@syncfusion/ej2-angular-grids 20.3.57-ngcc → 20.3.58-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +2 -0
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- 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
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -2399,8 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2398
|
padding-left: 8px;
|
|
2400
2399
|
}
|
|
2401
2400
|
.e-grid .e-chk-hidden {
|
|
2402
|
-
-moz-appearance: none;
|
|
2403
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2401
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2404
2402
|
height: 1px;
|
|
2405
2403
|
opacity: 0;
|
|
2406
2404
|
width: 1px;
|
|
@@ -2414,8 +2412,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2414
2412
|
}
|
|
2415
2413
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2416
2414
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2417
|
-
-webkit-user-select: auto;
|
|
2418
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2416
|
height: 20px;
|
|
2420
2417
|
line-height: 20px;
|
|
2421
2418
|
position: relative;
|
|
@@ -2611,8 +2608,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2611
2608
|
padding: 2px;
|
|
2612
2609
|
}
|
|
2613
2610
|
.e-grid .e-content {
|
|
2614
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2612
|
overflow-x: auto;
|
|
2617
2613
|
overflow-y: scroll;
|
|
2618
2614
|
position: relative;
|
|
@@ -3027,12 +3023,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3027
3023
|
overflow: hidden;
|
|
3028
3024
|
}
|
|
3029
3025
|
.e-grid .e-frozenhdrcont {
|
|
3030
|
-
-ms-touch-action: none;
|
|
3031
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3032
3027
|
}
|
|
3033
3028
|
.e-grid .e-frozencontent {
|
|
3034
|
-
-ms-touch-action: none;
|
|
3035
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3036
3030
|
border-bottom-width: 1px;
|
|
3037
3031
|
float: left;
|
|
3038
3032
|
width: min-content;
|
|
@@ -3041,23 +3035,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3041
3035
|
float: right;
|
|
3042
3036
|
}
|
|
3043
3037
|
.e-grid .e-movablecontent {
|
|
3044
|
-
-ms-overflow-style: none;
|
|
3045
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3039
|
-ms-flex: 1;
|
|
3047
3040
|
flex: 1;
|
|
3048
3041
|
overflow-x: auto;
|
|
3049
3042
|
overflow-y: hidden;
|
|
3050
3043
|
}
|
|
3051
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3053
3045
|
display: none;
|
|
3054
3046
|
}
|
|
3055
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3057
3048
|
width: 7px;
|
|
3058
3049
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3061
3051
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3062
3052
|
border-radius: 4px;
|
|
3063
3053
|
}
|
|
@@ -4084,8 +4074,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4084
4074
|
}
|
|
4085
4075
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4086
4076
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4087
|
-
-moz-appearance: none;
|
|
4088
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4077
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4089
4078
|
height: 1px;
|
|
4090
4079
|
opacity: 0;
|
|
4091
4080
|
width: 1px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -2399,8 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2398
|
padding-left: 8px;
|
|
2400
2399
|
}
|
|
2401
2400
|
.e-grid .e-chk-hidden {
|
|
2402
|
-
-moz-appearance: none;
|
|
2403
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2401
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2404
2402
|
height: 1px;
|
|
2405
2403
|
opacity: 0;
|
|
2406
2404
|
width: 1px;
|
|
@@ -2414,8 +2412,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2414
2412
|
}
|
|
2415
2413
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2416
2414
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2417
|
-
-webkit-user-select: auto;
|
|
2418
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2416
|
height: 20px;
|
|
2420
2417
|
line-height: 20px;
|
|
2421
2418
|
position: relative;
|
|
@@ -2611,8 +2608,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2611
2608
|
padding: 2px;
|
|
2612
2609
|
}
|
|
2613
2610
|
.e-grid .e-content {
|
|
2614
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2612
|
overflow-x: auto;
|
|
2617
2613
|
overflow-y: scroll;
|
|
2618
2614
|
position: relative;
|
|
@@ -3027,12 +3023,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3027
3023
|
overflow: hidden;
|
|
3028
3024
|
}
|
|
3029
3025
|
.e-grid .e-frozenhdrcont {
|
|
3030
|
-
-ms-touch-action: none;
|
|
3031
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3032
3027
|
}
|
|
3033
3028
|
.e-grid .e-frozencontent {
|
|
3034
|
-
-ms-touch-action: none;
|
|
3035
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3036
3030
|
border-bottom-width: 1px;
|
|
3037
3031
|
float: left;
|
|
3038
3032
|
width: min-content;
|
|
@@ -3041,23 +3035,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3041
3035
|
float: right;
|
|
3042
3036
|
}
|
|
3043
3037
|
.e-grid .e-movablecontent {
|
|
3044
|
-
-ms-overflow-style: none;
|
|
3045
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3039
|
-ms-flex: 1;
|
|
3047
3040
|
flex: 1;
|
|
3048
3041
|
overflow-x: auto;
|
|
3049
3042
|
overflow-y: hidden;
|
|
3050
3043
|
}
|
|
3051
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3053
3045
|
display: none;
|
|
3054
3046
|
}
|
|
3055
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3057
3048
|
width: 7px;
|
|
3058
3049
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3061
3051
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3062
3052
|
border-radius: 4px;
|
|
3063
3053
|
}
|
|
@@ -4084,8 +4074,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4084
4074
|
}
|
|
4085
4075
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4086
4076
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4087
|
-
-moz-appearance: none;
|
|
4088
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4077
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4089
4078
|
height: 1px;
|
|
4090
4079
|
opacity: 0;
|
|
4091
4080
|
width: 1px;
|
|
@@ -371,8 +371,7 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
376
375
|
height: 1px;
|
|
377
376
|
opacity: 0;
|
|
378
377
|
width: 1px;
|
|
@@ -371,8 +371,7 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
376
375
|
height: 1px;
|
|
377
376
|
opacity: 0;
|
|
378
377
|
width: 1px;
|
|
@@ -416,8 +416,7 @@
|
|
|
416
416
|
word-break: normal;
|
|
417
417
|
}
|
|
418
418
|
.e-excelfilter .e-chk-hidden {
|
|
419
|
-
-moz-appearance: none;
|
|
420
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
421
420
|
height: 1px;
|
|
422
421
|
opacity: 0;
|
|
423
422
|
width: 1px;
|
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -344,8 +344,7 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
348
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
348
|
height: 1px;
|
|
350
349
|
opacity: 0;
|
|
351
350
|
width: 1px;
|
|
@@ -344,8 +344,7 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
348
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
348
|
height: 1px;
|
|
350
349
|
opacity: 0;
|
|
351
350
|
width: 1px;
|
|
@@ -379,8 +379,7 @@
|
|
|
379
379
|
word-break: normal;
|
|
380
380
|
}
|
|
381
381
|
.e-excelfilter .e-chk-hidden {
|
|
382
|
-
-moz-appearance: none;
|
|
383
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
382
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
384
383
|
height: 1px;
|
|
385
384
|
opacity: 0;
|
|
386
385
|
width: 1px;
|
|
@@ -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;
|
|
@@ -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;
|