@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.
Files changed (57) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-grids.js +1 -1
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -1
  5. package/CHANGELOG.md +2 -0
  6. package/dist/ej2-angular-grids.umd.js +2 -1
  7. package/dist/ej2-angular-grids.umd.js.map +1 -1
  8. package/dist/ej2-angular-grids.umd.min.js +2 -2
  9. package/package.json +6 -6
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/bootstrap-dark.css +11 -22
  14. package/styles/bootstrap.css +11 -22
  15. package/styles/bootstrap4.css +11 -22
  16. package/styles/bootstrap5-dark.css +11 -22
  17. package/styles/bootstrap5.css +11 -22
  18. package/styles/excel-filter/bootstrap-dark.css +1 -2
  19. package/styles/excel-filter/bootstrap.css +1 -2
  20. package/styles/excel-filter/bootstrap4.css +1 -2
  21. package/styles/excel-filter/bootstrap5-dark.css +1 -2
  22. package/styles/excel-filter/bootstrap5.css +1 -2
  23. package/styles/excel-filter/fabric-dark.css +1 -2
  24. package/styles/excel-filter/fabric.css +1 -2
  25. package/styles/excel-filter/fluent-dark.css +1 -2
  26. package/styles/excel-filter/fluent.css +1 -2
  27. package/styles/excel-filter/highcontrast-light.css +1 -2
  28. package/styles/excel-filter/highcontrast.css +1 -2
  29. package/styles/excel-filter/material-dark.css +1 -2
  30. package/styles/excel-filter/material.css +1 -2
  31. package/styles/excel-filter/tailwind-dark.css +1 -2
  32. package/styles/excel-filter/tailwind.css +1 -2
  33. package/styles/fabric-dark.css +11 -22
  34. package/styles/fabric.css +11 -22
  35. package/styles/fluent-dark.css +11 -22
  36. package/styles/fluent.css +11 -22
  37. package/styles/grid/bootstrap-dark.css +10 -20
  38. package/styles/grid/bootstrap.css +10 -20
  39. package/styles/grid/bootstrap4.css +10 -20
  40. package/styles/grid/bootstrap5-dark.css +10 -20
  41. package/styles/grid/bootstrap5.css +10 -20
  42. package/styles/grid/fabric-dark.css +10 -20
  43. package/styles/grid/fabric.css +10 -20
  44. package/styles/grid/fluent-dark.css +10 -20
  45. package/styles/grid/fluent.css +10 -20
  46. package/styles/grid/highcontrast-light.css +10 -20
  47. package/styles/grid/highcontrast.css +10 -20
  48. package/styles/grid/material-dark.css +10 -20
  49. package/styles/grid/material.css +10 -20
  50. package/styles/grid/tailwind-dark.css +10 -20
  51. package/styles/grid/tailwind.css +10 -20
  52. package/styles/highcontrast-light.css +11 -22
  53. package/styles/highcontrast.css +11 -22
  54. package/styles/material-dark.css +11 -22
  55. package/styles/material.css +11 -22
  56. package/styles/tailwind-dark.css +11 -22
  57. package/styles/tailwind.css +11 -22
@@ -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;
@@ -2306,8 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2306
2305
  padding-left: 7px;
2307
2306
  }
2308
2307
  .e-grid .e-chk-hidden {
2309
- -moz-appearance: none;
2310
- /* stylelint-disable-line property-no-vendor-prefix */
2308
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2311
2309
  height: 1px;
2312
2310
  opacity: 0;
2313
2311
  width: 1px;
@@ -2321,8 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2321
2319
  }
2322
2320
  .e-grid .e-rowcell .e-checkbox-wrapper,
2323
2321
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2324
- -webkit-user-select: auto;
2325
- /* stylelint-disable-line property-no-vendor-prefix */
2322
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2326
2323
  height: 20px;
2327
2324
  line-height: 20px;
2328
2325
  position: relative;
@@ -2518,8 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2518
2515
  padding: 2px;
2519
2516
  }
2520
2517
  .e-grid .e-content {
2521
- -webkit-overflow-scrolling: touch;
2522
- /* stylelint-disable-line property-no-vendor-prefix */
2518
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2523
2519
  overflow-x: auto;
2524
2520
  overflow-y: scroll;
2525
2521
  position: relative;
@@ -2934,12 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2934
2930
  overflow: hidden;
2935
2931
  }
2936
2932
  .e-grid .e-frozenhdrcont {
2937
- -ms-touch-action: none;
2938
- /* stylelint-disable-line property-no-vendor-prefix */
2933
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2939
2934
  }
2940
2935
  .e-grid .e-frozencontent {
2941
- -ms-touch-action: none;
2942
- /* stylelint-disable-line property-no-vendor-prefix */
2936
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2943
2937
  border-bottom-width: 1px;
2944
2938
  float: left;
2945
2939
  width: min-content;
@@ -2948,23 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2948
2942
  float: right;
2949
2943
  }
2950
2944
  .e-grid .e-movablecontent {
2951
- -ms-overflow-style: none;
2952
- /* stylelint-disable-line property-no-vendor-prefix */
2945
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2953
2946
  -ms-flex: 1;
2954
2947
  flex: 1;
2955
2948
  overflow-x: auto;
2956
2949
  overflow-y: hidden;
2957
2950
  }
2958
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2959
- /* stylelint-disable-line property-no-vendor-prefix */
2951
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2960
2952
  display: none;
2961
2953
  }
2962
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2963
- /* stylelint-disable-line property-no-vendor-prefix */
2954
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2964
2955
  width: 7px;
2965
2956
  }
2966
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2967
- /* stylelint-disable-line property-no-vendor-prefix */
2957
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2968
2958
  background-color: rgba(0, 0, 0, 0.5);
2969
2959
  border-radius: 4px;
2970
2960
  }
@@ -3981,8 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3981
3971
  }
3982
3972
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3983
3973
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3984
- -moz-appearance: none;
3985
- /* stylelint-disable-line property-no-vendor-prefix */
3974
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3986
3975
  height: 1px;
3987
3976
  opacity: 0;
3988
3977
  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;
@@ -2306,8 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2306
2305
  padding-left: 7px;
2307
2306
  }
2308
2307
  .e-grid .e-chk-hidden {
2309
- -moz-appearance: none;
2310
- /* stylelint-disable-line property-no-vendor-prefix */
2308
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2311
2309
  height: 1px;
2312
2310
  opacity: 0;
2313
2311
  width: 1px;
@@ -2321,8 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2321
2319
  }
2322
2320
  .e-grid .e-rowcell .e-checkbox-wrapper,
2323
2321
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2324
- -webkit-user-select: auto;
2325
- /* stylelint-disable-line property-no-vendor-prefix */
2322
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2326
2323
  height: 20px;
2327
2324
  line-height: 20px;
2328
2325
  position: relative;
@@ -2518,8 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2518
2515
  padding: 2px;
2519
2516
  }
2520
2517
  .e-grid .e-content {
2521
- -webkit-overflow-scrolling: touch;
2522
- /* stylelint-disable-line property-no-vendor-prefix */
2518
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2523
2519
  overflow-x: auto;
2524
2520
  overflow-y: scroll;
2525
2521
  position: relative;
@@ -2934,12 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2934
2930
  overflow: hidden;
2935
2931
  }
2936
2932
  .e-grid .e-frozenhdrcont {
2937
- -ms-touch-action: none;
2938
- /* stylelint-disable-line property-no-vendor-prefix */
2933
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2939
2934
  }
2940
2935
  .e-grid .e-frozencontent {
2941
- -ms-touch-action: none;
2942
- /* stylelint-disable-line property-no-vendor-prefix */
2936
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2943
2937
  border-bottom-width: 1px;
2944
2938
  float: left;
2945
2939
  width: min-content;
@@ -2948,23 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2948
2942
  float: right;
2949
2943
  }
2950
2944
  .e-grid .e-movablecontent {
2951
- -ms-overflow-style: none;
2952
- /* stylelint-disable-line property-no-vendor-prefix */
2945
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2953
2946
  -ms-flex: 1;
2954
2947
  flex: 1;
2955
2948
  overflow-x: auto;
2956
2949
  overflow-y: hidden;
2957
2950
  }
2958
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2959
- /* stylelint-disable-line property-no-vendor-prefix */
2951
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2960
2952
  display: none;
2961
2953
  }
2962
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2963
- /* stylelint-disable-line property-no-vendor-prefix */
2954
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2964
2955
  width: 7px;
2965
2956
  }
2966
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2967
- /* stylelint-disable-line property-no-vendor-prefix */
2957
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2968
2958
  background-color: rgba(0, 0, 0, 0.5);
2969
2959
  border-radius: 4px;
2970
2960
  }
@@ -3981,8 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3981
3971
  }
3982
3972
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3983
3973
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3984
- -moz-appearance: none;
3985
- /* stylelint-disable-line property-no-vendor-prefix */
3974
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3986
3975
  height: 1px;
3987
3976
  opacity: 0;
3988
3977
  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;
@@ -2356,8 +2355,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2356
2355
  padding-left: 9px;
2357
2356
  }
2358
2357
  .e-grid .e-chk-hidden {
2359
- -moz-appearance: none;
2360
- /* stylelint-disable-line property-no-vendor-prefix */
2358
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2361
2359
  height: 1px;
2362
2360
  opacity: 0;
2363
2361
  width: 1px;
@@ -2371,8 +2369,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2371
2369
  }
2372
2370
  .e-grid .e-rowcell .e-checkbox-wrapper,
2373
2371
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2374
- -webkit-user-select: auto;
2375
- /* stylelint-disable-line property-no-vendor-prefix */
2372
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2376
2373
  height: 20px;
2377
2374
  line-height: 20px;
2378
2375
  position: relative;
@@ -2568,8 +2565,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2568
2565
  padding: 2px;
2569
2566
  }
2570
2567
  .e-grid .e-content {
2571
- -webkit-overflow-scrolling: touch;
2572
- /* stylelint-disable-line property-no-vendor-prefix */
2568
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2573
2569
  overflow-x: auto;
2574
2570
  overflow-y: scroll;
2575
2571
  position: relative;
@@ -2984,12 +2980,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2984
2980
  overflow: hidden;
2985
2981
  }
2986
2982
  .e-grid .e-frozenhdrcont {
2987
- -ms-touch-action: none;
2988
- /* stylelint-disable-line property-no-vendor-prefix */
2983
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2989
2984
  }
2990
2985
  .e-grid .e-frozencontent {
2991
- -ms-touch-action: none;
2992
- /* stylelint-disable-line property-no-vendor-prefix */
2986
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2993
2987
  border-bottom-width: 1px;
2994
2988
  float: left;
2995
2989
  width: min-content;
@@ -2998,23 +2992,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2998
2992
  float: right;
2999
2993
  }
3000
2994
  .e-grid .e-movablecontent {
3001
- -ms-overflow-style: none;
3002
- /* stylelint-disable-line property-no-vendor-prefix */
2995
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
3003
2996
  -ms-flex: 1;
3004
2997
  flex: 1;
3005
2998
  overflow-x: auto;
3006
2999
  overflow-y: hidden;
3007
3000
  }
3008
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
3009
- /* stylelint-disable-line property-no-vendor-prefix */
3001
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3010
3002
  display: none;
3011
3003
  }
3012
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
3013
- /* stylelint-disable-line property-no-vendor-prefix */
3004
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3014
3005
  width: 7px;
3015
3006
  }
3016
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
3017
- /* stylelint-disable-line property-no-vendor-prefix */
3007
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
3018
3008
  background-color: rgba(0, 0, 0, 0.5);
3019
3009
  border-radius: 4px;
3020
3010
  }
@@ -4031,8 +4021,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4031
4021
  }
4032
4022
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
4033
4023
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
4034
- -moz-appearance: none;
4035
- /* stylelint-disable-line property-no-vendor-prefix */
4024
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
4036
4025
  height: 1px;
4037
4026
  opacity: 0;
4038
4027
  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;
@@ -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;
@@ -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;
@@ -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;