@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
@@ -1994,8 +1994,7 @@
1994
1994
  padding-left: 8px;
1995
1995
  }
1996
1996
  .e-grid .e-chk-hidden {
1997
- -moz-appearance: none;
1998
- /* stylelint-disable-line property-no-vendor-prefix */
1997
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1999
1998
  height: 1px;
2000
1999
  opacity: 0;
2001
2000
  width: 1px;
@@ -2009,8 +2008,7 @@
2009
2008
  }
2010
2009
  .e-grid .e-rowcell .e-checkbox-wrapper,
2011
2010
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2012
- -webkit-user-select: auto;
2013
- /* stylelint-disable-line property-no-vendor-prefix */
2011
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2014
2012
  height: 20px;
2015
2013
  line-height: 20px;
2016
2014
  position: relative;
@@ -2207,8 +2205,7 @@
2207
2205
  padding: 2px;
2208
2206
  }
2209
2207
  .e-grid .e-content {
2210
- -webkit-overflow-scrolling: touch;
2211
- /* stylelint-disable-line property-no-vendor-prefix */
2208
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2212
2209
  overflow-x: auto;
2213
2210
  overflow-y: scroll;
2214
2211
  position: relative;
@@ -2627,12 +2624,10 @@
2627
2624
  overflow: hidden;
2628
2625
  }
2629
2626
  .e-grid .e-frozenhdrcont {
2630
- -ms-touch-action: none;
2631
- /* stylelint-disable-line property-no-vendor-prefix */
2627
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2632
2628
  }
2633
2629
  .e-grid .e-frozencontent {
2634
- -ms-touch-action: none;
2635
- /* stylelint-disable-line property-no-vendor-prefix */
2630
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2636
2631
  border-bottom-width: 1px;
2637
2632
  float: left;
2638
2633
  width: min-content;
@@ -2641,23 +2636,19 @@
2641
2636
  float: right;
2642
2637
  }
2643
2638
  .e-grid .e-movablecontent {
2644
- -ms-overflow-style: none;
2645
- /* stylelint-disable-line property-no-vendor-prefix */
2639
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2646
2640
  -ms-flex: 1;
2647
2641
  flex: 1;
2648
2642
  overflow-x: auto;
2649
2643
  overflow-y: hidden;
2650
2644
  }
2651
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2652
- /* stylelint-disable-line property-no-vendor-prefix */
2645
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2653
2646
  display: none;
2654
2647
  }
2655
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2656
- /* stylelint-disable-line property-no-vendor-prefix */
2648
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2657
2649
  width: 7px;
2658
2650
  }
2659
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2660
- /* stylelint-disable-line property-no-vendor-prefix */
2651
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2661
2652
  background-color: rgba(0, 0, 0, 0.5);
2662
2653
  border-radius: 4px;
2663
2654
  }
@@ -3688,8 +3679,7 @@
3688
3679
  }
3689
3680
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3690
3681
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3691
- -moz-appearance: none;
3692
- /* stylelint-disable-line property-no-vendor-prefix */
3682
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3693
3683
  height: 1px;
3694
3684
  opacity: 0;
3695
3685
  width: 1px;
@@ -1994,8 +1994,7 @@
1994
1994
  padding-left: 8px;
1995
1995
  }
1996
1996
  .e-grid .e-chk-hidden {
1997
- -moz-appearance: none;
1998
- /* stylelint-disable-line property-no-vendor-prefix */
1997
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1999
1998
  height: 1px;
2000
1999
  opacity: 0;
2001
2000
  width: 1px;
@@ -2009,8 +2008,7 @@
2009
2008
  }
2010
2009
  .e-grid .e-rowcell .e-checkbox-wrapper,
2011
2010
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2012
- -webkit-user-select: auto;
2013
- /* stylelint-disable-line property-no-vendor-prefix */
2011
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2014
2012
  height: 20px;
2015
2013
  line-height: 20px;
2016
2014
  position: relative;
@@ -2207,8 +2205,7 @@
2207
2205
  padding: 2px;
2208
2206
  }
2209
2207
  .e-grid .e-content {
2210
- -webkit-overflow-scrolling: touch;
2211
- /* stylelint-disable-line property-no-vendor-prefix */
2208
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2212
2209
  overflow-x: auto;
2213
2210
  overflow-y: scroll;
2214
2211
  position: relative;
@@ -2627,12 +2624,10 @@
2627
2624
  overflow: hidden;
2628
2625
  }
2629
2626
  .e-grid .e-frozenhdrcont {
2630
- -ms-touch-action: none;
2631
- /* stylelint-disable-line property-no-vendor-prefix */
2627
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2632
2628
  }
2633
2629
  .e-grid .e-frozencontent {
2634
- -ms-touch-action: none;
2635
- /* stylelint-disable-line property-no-vendor-prefix */
2630
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2636
2631
  border-bottom-width: 1px;
2637
2632
  float: left;
2638
2633
  width: min-content;
@@ -2641,23 +2636,19 @@
2641
2636
  float: right;
2642
2637
  }
2643
2638
  .e-grid .e-movablecontent {
2644
- -ms-overflow-style: none;
2645
- /* stylelint-disable-line property-no-vendor-prefix */
2639
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2646
2640
  -ms-flex: 1;
2647
2641
  flex: 1;
2648
2642
  overflow-x: auto;
2649
2643
  overflow-y: hidden;
2650
2644
  }
2651
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2652
- /* stylelint-disable-line property-no-vendor-prefix */
2645
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2653
2646
  display: none;
2654
2647
  }
2655
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2656
- /* stylelint-disable-line property-no-vendor-prefix */
2648
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2657
2649
  width: 7px;
2658
2650
  }
2659
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2660
- /* stylelint-disable-line property-no-vendor-prefix */
2651
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2661
2652
  background-color: rgba(0, 0, 0, 0.5);
2662
2653
  border-radius: 4px;
2663
2654
  }
@@ -3688,8 +3679,7 @@
3688
3679
  }
3689
3680
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3690
3681
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3691
- -moz-appearance: none;
3692
- /* stylelint-disable-line property-no-vendor-prefix */
3682
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3693
3683
  height: 1px;
3694
3684
  opacity: 0;
3695
3685
  width: 1px;
@@ -1893,8 +1893,7 @@
1893
1893
  padding-left: 7px;
1894
1894
  }
1895
1895
  .e-grid .e-chk-hidden {
1896
- -moz-appearance: none;
1897
- /* stylelint-disable-line property-no-vendor-prefix */
1896
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1898
1897
  height: 1px;
1899
1898
  opacity: 0;
1900
1899
  width: 1px;
@@ -1908,8 +1907,7 @@
1908
1907
  }
1909
1908
  .e-grid .e-rowcell .e-checkbox-wrapper,
1910
1909
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1911
- -webkit-user-select: auto;
1912
- /* stylelint-disable-line property-no-vendor-prefix */
1910
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1913
1911
  height: 20px;
1914
1912
  line-height: 20px;
1915
1913
  position: relative;
@@ -2105,8 +2103,7 @@
2105
2103
  padding: 2px;
2106
2104
  }
2107
2105
  .e-grid .e-content {
2108
- -webkit-overflow-scrolling: touch;
2109
- /* stylelint-disable-line property-no-vendor-prefix */
2106
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2110
2107
  overflow-x: auto;
2111
2108
  overflow-y: scroll;
2112
2109
  position: relative;
@@ -2521,12 +2518,10 @@
2521
2518
  overflow: hidden;
2522
2519
  }
2523
2520
  .e-grid .e-frozenhdrcont {
2524
- -ms-touch-action: none;
2525
- /* stylelint-disable-line property-no-vendor-prefix */
2521
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2526
2522
  }
2527
2523
  .e-grid .e-frozencontent {
2528
- -ms-touch-action: none;
2529
- /* stylelint-disable-line property-no-vendor-prefix */
2524
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2530
2525
  border-bottom-width: 1px;
2531
2526
  float: left;
2532
2527
  width: min-content;
@@ -2535,23 +2530,19 @@
2535
2530
  float: right;
2536
2531
  }
2537
2532
  .e-grid .e-movablecontent {
2538
- -ms-overflow-style: none;
2539
- /* stylelint-disable-line property-no-vendor-prefix */
2533
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2540
2534
  -ms-flex: 1;
2541
2535
  flex: 1;
2542
2536
  overflow-x: auto;
2543
2537
  overflow-y: hidden;
2544
2538
  }
2545
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2546
- /* stylelint-disable-line property-no-vendor-prefix */
2539
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2547
2540
  display: none;
2548
2541
  }
2549
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2550
- /* stylelint-disable-line property-no-vendor-prefix */
2542
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2551
2543
  width: 7px;
2552
2544
  }
2553
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2554
- /* stylelint-disable-line property-no-vendor-prefix */
2545
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2555
2546
  background-color: rgba(0, 0, 0, 0.5);
2556
2547
  border-radius: 4px;
2557
2548
  }
@@ -3568,8 +3559,7 @@
3568
3559
  }
3569
3560
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3570
3561
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3571
- -moz-appearance: none;
3572
- /* stylelint-disable-line property-no-vendor-prefix */
3562
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3573
3563
  height: 1px;
3574
3564
  opacity: 0;
3575
3565
  width: 1px;
@@ -1893,8 +1893,7 @@
1893
1893
  padding-left: 7px;
1894
1894
  }
1895
1895
  .e-grid .e-chk-hidden {
1896
- -moz-appearance: none;
1897
- /* stylelint-disable-line property-no-vendor-prefix */
1896
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1898
1897
  height: 1px;
1899
1898
  opacity: 0;
1900
1899
  width: 1px;
@@ -1908,8 +1907,7 @@
1908
1907
  }
1909
1908
  .e-grid .e-rowcell .e-checkbox-wrapper,
1910
1909
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1911
- -webkit-user-select: auto;
1912
- /* stylelint-disable-line property-no-vendor-prefix */
1910
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1913
1911
  height: 20px;
1914
1912
  line-height: 20px;
1915
1913
  position: relative;
@@ -2105,8 +2103,7 @@
2105
2103
  padding: 2px;
2106
2104
  }
2107
2105
  .e-grid .e-content {
2108
- -webkit-overflow-scrolling: touch;
2109
- /* stylelint-disable-line property-no-vendor-prefix */
2106
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2110
2107
  overflow-x: auto;
2111
2108
  overflow-y: scroll;
2112
2109
  position: relative;
@@ -2521,12 +2518,10 @@
2521
2518
  overflow: hidden;
2522
2519
  }
2523
2520
  .e-grid .e-frozenhdrcont {
2524
- -ms-touch-action: none;
2525
- /* stylelint-disable-line property-no-vendor-prefix */
2521
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2526
2522
  }
2527
2523
  .e-grid .e-frozencontent {
2528
- -ms-touch-action: none;
2529
- /* stylelint-disable-line property-no-vendor-prefix */
2524
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2530
2525
  border-bottom-width: 1px;
2531
2526
  float: left;
2532
2527
  width: min-content;
@@ -2535,23 +2530,19 @@
2535
2530
  float: right;
2536
2531
  }
2537
2532
  .e-grid .e-movablecontent {
2538
- -ms-overflow-style: none;
2539
- /* stylelint-disable-line property-no-vendor-prefix */
2533
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2540
2534
  -ms-flex: 1;
2541
2535
  flex: 1;
2542
2536
  overflow-x: auto;
2543
2537
  overflow-y: hidden;
2544
2538
  }
2545
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2546
- /* stylelint-disable-line property-no-vendor-prefix */
2539
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2547
2540
  display: none;
2548
2541
  }
2549
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2550
- /* stylelint-disable-line property-no-vendor-prefix */
2542
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2551
2543
  width: 7px;
2552
2544
  }
2553
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2554
- /* stylelint-disable-line property-no-vendor-prefix */
2545
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2555
2546
  background-color: rgba(0, 0, 0, 0.5);
2556
2547
  border-radius: 4px;
2557
2548
  }
@@ -3568,8 +3559,7 @@
3568
3559
  }
3569
3560
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3570
3561
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3571
- -moz-appearance: none;
3572
- /* stylelint-disable-line property-no-vendor-prefix */
3562
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3573
3563
  height: 1px;
3574
3564
  opacity: 0;
3575
3565
  width: 1px;
@@ -1937,8 +1937,7 @@
1937
1937
  padding-left: 9px;
1938
1938
  }
1939
1939
  .e-grid .e-chk-hidden {
1940
- -moz-appearance: none;
1941
- /* stylelint-disable-line property-no-vendor-prefix */
1940
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1942
1941
  height: 1px;
1943
1942
  opacity: 0;
1944
1943
  width: 1px;
@@ -1952,8 +1951,7 @@
1952
1951
  }
1953
1952
  .e-grid .e-rowcell .e-checkbox-wrapper,
1954
1953
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1955
- -webkit-user-select: auto;
1956
- /* stylelint-disable-line property-no-vendor-prefix */
1954
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1957
1955
  height: 20px;
1958
1956
  line-height: 20px;
1959
1957
  position: relative;
@@ -2149,8 +2147,7 @@
2149
2147
  padding: 2px;
2150
2148
  }
2151
2149
  .e-grid .e-content {
2152
- -webkit-overflow-scrolling: touch;
2153
- /* stylelint-disable-line property-no-vendor-prefix */
2150
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2154
2151
  overflow-x: auto;
2155
2152
  overflow-y: scroll;
2156
2153
  position: relative;
@@ -2565,12 +2562,10 @@
2565
2562
  overflow: hidden;
2566
2563
  }
2567
2564
  .e-grid .e-frozenhdrcont {
2568
- -ms-touch-action: none;
2569
- /* stylelint-disable-line property-no-vendor-prefix */
2565
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2570
2566
  }
2571
2567
  .e-grid .e-frozencontent {
2572
- -ms-touch-action: none;
2573
- /* stylelint-disable-line property-no-vendor-prefix */
2568
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2574
2569
  border-bottom-width: 1px;
2575
2570
  float: left;
2576
2571
  width: min-content;
@@ -2579,23 +2574,19 @@
2579
2574
  float: right;
2580
2575
  }
2581
2576
  .e-grid .e-movablecontent {
2582
- -ms-overflow-style: none;
2583
- /* stylelint-disable-line property-no-vendor-prefix */
2577
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2584
2578
  -ms-flex: 1;
2585
2579
  flex: 1;
2586
2580
  overflow-x: auto;
2587
2581
  overflow-y: hidden;
2588
2582
  }
2589
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2590
- /* stylelint-disable-line property-no-vendor-prefix */
2583
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2591
2584
  display: none;
2592
2585
  }
2593
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2594
- /* stylelint-disable-line property-no-vendor-prefix */
2586
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2595
2587
  width: 7px;
2596
2588
  }
2597
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2598
- /* stylelint-disable-line property-no-vendor-prefix */
2589
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2599
2590
  background-color: rgba(0, 0, 0, 0.5);
2600
2591
  border-radius: 4px;
2601
2592
  }
@@ -3612,8 +3603,7 @@
3612
3603
  }
3613
3604
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3614
3605
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3615
- -moz-appearance: none;
3616
- /* stylelint-disable-line property-no-vendor-prefix */
3606
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3617
3607
  height: 1px;
3618
3608
  opacity: 0;
3619
3609
  width: 1px;
@@ -1971,8 +1971,7 @@
1971
1971
  padding-left: 9px;
1972
1972
  }
1973
1973
  .e-grid .e-chk-hidden {
1974
- -moz-appearance: none;
1975
- /* stylelint-disable-line property-no-vendor-prefix */
1974
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1976
1975
  height: 1px;
1977
1976
  opacity: 0;
1978
1977
  width: 1px;
@@ -1986,8 +1985,7 @@
1986
1985
  }
1987
1986
  .e-grid .e-rowcell .e-checkbox-wrapper,
1988
1987
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1989
- -webkit-user-select: auto;
1990
- /* stylelint-disable-line property-no-vendor-prefix */
1988
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1991
1989
  height: 20px;
1992
1990
  line-height: 20px;
1993
1991
  position: relative;
@@ -2183,8 +2181,7 @@
2183
2181
  padding: 2px;
2184
2182
  }
2185
2183
  .e-grid .e-content {
2186
- -webkit-overflow-scrolling: touch;
2187
- /* stylelint-disable-line property-no-vendor-prefix */
2184
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2188
2185
  overflow-x: auto;
2189
2186
  overflow-y: scroll;
2190
2187
  position: relative;
@@ -2599,12 +2596,10 @@
2599
2596
  overflow: hidden;
2600
2597
  }
2601
2598
  .e-grid .e-frozenhdrcont {
2602
- -ms-touch-action: none;
2603
- /* stylelint-disable-line property-no-vendor-prefix */
2599
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2604
2600
  }
2605
2601
  .e-grid .e-frozencontent {
2606
- -ms-touch-action: none;
2607
- /* stylelint-disable-line property-no-vendor-prefix */
2602
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2608
2603
  border-bottom-width: 1px;
2609
2604
  float: left;
2610
2605
  width: min-content;
@@ -2613,23 +2608,19 @@
2613
2608
  float: right;
2614
2609
  }
2615
2610
  .e-grid .e-movablecontent {
2616
- -ms-overflow-style: none;
2617
- /* stylelint-disable-line property-no-vendor-prefix */
2611
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2618
2612
  -ms-flex: 1;
2619
2613
  flex: 1;
2620
2614
  overflow-x: auto;
2621
2615
  overflow-y: hidden;
2622
2616
  }
2623
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2624
- /* stylelint-disable-line property-no-vendor-prefix */
2617
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2625
2618
  display: none;
2626
2619
  }
2627
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2628
- /* stylelint-disable-line property-no-vendor-prefix */
2620
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2629
2621
  width: 7px;
2630
2622
  }
2631
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2632
- /* stylelint-disable-line property-no-vendor-prefix */
2623
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2633
2624
  background-color: rgba(0, 0, 0, 0.5);
2634
2625
  border-radius: 4px;
2635
2626
  }
@@ -3646,8 +3637,7 @@
3646
3637
  }
3647
3638
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3648
3639
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3649
- -moz-appearance: none;
3650
- /* stylelint-disable-line property-no-vendor-prefix */
3640
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3651
3641
  height: 1px;
3652
3642
  opacity: 0;
3653
3643
  width: 1px;
@@ -1994,8 +1994,7 @@
1994
1994
  padding-left: 8px;
1995
1995
  }
1996
1996
  .e-grid .e-chk-hidden {
1997
- -moz-appearance: none;
1998
- /* stylelint-disable-line property-no-vendor-prefix */
1997
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1999
1998
  height: 1px;
2000
1999
  opacity: 0;
2001
2000
  width: 1px;
@@ -2009,8 +2008,7 @@
2009
2008
  }
2010
2009
  .e-grid .e-rowcell .e-checkbox-wrapper,
2011
2010
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2012
- -webkit-user-select: auto;
2013
- /* stylelint-disable-line property-no-vendor-prefix */
2011
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2014
2012
  height: 20px;
2015
2013
  line-height: 20px;
2016
2014
  position: relative;
@@ -2207,8 +2205,7 @@
2207
2205
  padding: 2px;
2208
2206
  }
2209
2207
  .e-grid .e-content {
2210
- -webkit-overflow-scrolling: touch;
2211
- /* stylelint-disable-line property-no-vendor-prefix */
2208
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2212
2209
  overflow-x: auto;
2213
2210
  overflow-y: scroll;
2214
2211
  position: relative;
@@ -2630,12 +2627,10 @@
2630
2627
  overflow: hidden;
2631
2628
  }
2632
2629
  .e-grid .e-frozenhdrcont {
2633
- -ms-touch-action: none;
2634
- /* stylelint-disable-line property-no-vendor-prefix */
2630
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2635
2631
  }
2636
2632
  .e-grid .e-frozencontent {
2637
- -ms-touch-action: none;
2638
- /* stylelint-disable-line property-no-vendor-prefix */
2633
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2639
2634
  border-bottom-width: 1px;
2640
2635
  float: left;
2641
2636
  width: min-content;
@@ -2644,23 +2639,19 @@
2644
2639
  float: right;
2645
2640
  }
2646
2641
  .e-grid .e-movablecontent {
2647
- -ms-overflow-style: none;
2648
- /* stylelint-disable-line property-no-vendor-prefix */
2642
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2649
2643
  -ms-flex: 1;
2650
2644
  flex: 1;
2651
2645
  overflow-x: auto;
2652
2646
  overflow-y: hidden;
2653
2647
  }
2654
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2655
- /* stylelint-disable-line property-no-vendor-prefix */
2648
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2656
2649
  display: none;
2657
2650
  }
2658
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2659
- /* stylelint-disable-line property-no-vendor-prefix */
2651
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2660
2652
  width: 7px;
2661
2653
  }
2662
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2663
- /* stylelint-disable-line property-no-vendor-prefix */
2654
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2664
2655
  background-color: rgba(0, 0, 0, 0.5);
2665
2656
  border-radius: 4px;
2666
2657
  }
@@ -3694,8 +3685,7 @@
3694
3685
  }
3695
3686
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3696
3687
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3697
- -moz-appearance: none;
3698
- /* stylelint-disable-line property-no-vendor-prefix */
3688
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3699
3689
  height: 1px;
3700
3690
  opacity: 0;
3701
3691
  width: 1px;
@@ -1994,8 +1994,7 @@
1994
1994
  padding-left: 8px;
1995
1995
  }
1996
1996
  .e-grid .e-chk-hidden {
1997
- -moz-appearance: none;
1998
- /* stylelint-disable-line property-no-vendor-prefix */
1997
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1999
1998
  height: 1px;
2000
1999
  opacity: 0;
2001
2000
  width: 1px;
@@ -2009,8 +2008,7 @@
2009
2008
  }
2010
2009
  .e-grid .e-rowcell .e-checkbox-wrapper,
2011
2010
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2012
- -webkit-user-select: auto;
2013
- /* stylelint-disable-line property-no-vendor-prefix */
2011
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2014
2012
  height: 20px;
2015
2013
  line-height: 20px;
2016
2014
  position: relative;
@@ -2207,8 +2205,7 @@
2207
2205
  padding: 2px;
2208
2206
  }
2209
2207
  .e-grid .e-content {
2210
- -webkit-overflow-scrolling: touch;
2211
- /* stylelint-disable-line property-no-vendor-prefix */
2208
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2212
2209
  overflow-x: auto;
2213
2210
  overflow-y: scroll;
2214
2211
  position: relative;
@@ -2630,12 +2627,10 @@
2630
2627
  overflow: hidden;
2631
2628
  }
2632
2629
  .e-grid .e-frozenhdrcont {
2633
- -ms-touch-action: none;
2634
- /* stylelint-disable-line property-no-vendor-prefix */
2630
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2635
2631
  }
2636
2632
  .e-grid .e-frozencontent {
2637
- -ms-touch-action: none;
2638
- /* stylelint-disable-line property-no-vendor-prefix */
2633
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2639
2634
  border-bottom-width: 1px;
2640
2635
  float: left;
2641
2636
  width: min-content;
@@ -2644,23 +2639,19 @@
2644
2639
  float: right;
2645
2640
  }
2646
2641
  .e-grid .e-movablecontent {
2647
- -ms-overflow-style: none;
2648
- /* stylelint-disable-line property-no-vendor-prefix */
2642
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2649
2643
  -ms-flex: 1;
2650
2644
  flex: 1;
2651
2645
  overflow-x: auto;
2652
2646
  overflow-y: hidden;
2653
2647
  }
2654
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2655
- /* stylelint-disable-line property-no-vendor-prefix */
2648
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2656
2649
  display: none;
2657
2650
  }
2658
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2659
- /* stylelint-disable-line property-no-vendor-prefix */
2651
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2660
2652
  width: 7px;
2661
2653
  }
2662
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2663
- /* stylelint-disable-line property-no-vendor-prefix */
2654
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2664
2655
  background-color: rgba(0, 0, 0, 0.5);
2665
2656
  border-radius: 4px;
2666
2657
  }
@@ -3694,8 +3685,7 @@
3694
3685
  }
3695
3686
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3696
3687
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3697
- -moz-appearance: none;
3698
- /* stylelint-disable-line property-no-vendor-prefix */
3688
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3699
3689
  height: 1px;
3700
3690
  opacity: 0;
3701
3691
  width: 1px;