@syncfusion/ej2-react-grids 20.3.57 → 20.3.59

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 (49) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/ej2-react-grids.min.js +1 -1
  3. package/dist/ej2-react-grids.umd.min.js +1 -1
  4. package/package.json +6 -6
  5. package/styles/bootstrap-dark.css +11 -22
  6. package/styles/bootstrap.css +11 -22
  7. package/styles/bootstrap4.css +11 -22
  8. package/styles/bootstrap5-dark.css +11 -22
  9. package/styles/bootstrap5.css +11 -22
  10. package/styles/excel-filter/bootstrap-dark.css +1 -2
  11. package/styles/excel-filter/bootstrap.css +1 -2
  12. package/styles/excel-filter/bootstrap4.css +1 -2
  13. package/styles/excel-filter/bootstrap5-dark.css +1 -2
  14. package/styles/excel-filter/bootstrap5.css +1 -2
  15. package/styles/excel-filter/fabric-dark.css +1 -2
  16. package/styles/excel-filter/fabric.css +1 -2
  17. package/styles/excel-filter/fluent-dark.css +1 -2
  18. package/styles/excel-filter/fluent.css +1 -2
  19. package/styles/excel-filter/highcontrast-light.css +1 -2
  20. package/styles/excel-filter/highcontrast.css +1 -2
  21. package/styles/excel-filter/material-dark.css +1 -2
  22. package/styles/excel-filter/material.css +1 -2
  23. package/styles/excel-filter/tailwind-dark.css +1 -2
  24. package/styles/excel-filter/tailwind.css +1 -2
  25. package/styles/fabric-dark.css +11 -22
  26. package/styles/fabric.css +11 -22
  27. package/styles/fluent-dark.css +11 -22
  28. package/styles/fluent.css +11 -22
  29. package/styles/grid/bootstrap-dark.css +10 -20
  30. package/styles/grid/bootstrap.css +10 -20
  31. package/styles/grid/bootstrap4.css +10 -20
  32. package/styles/grid/bootstrap5-dark.css +10 -20
  33. package/styles/grid/bootstrap5.css +10 -20
  34. package/styles/grid/fabric-dark.css +10 -20
  35. package/styles/grid/fabric.css +10 -20
  36. package/styles/grid/fluent-dark.css +10 -20
  37. package/styles/grid/fluent.css +10 -20
  38. package/styles/grid/highcontrast-light.css +10 -20
  39. package/styles/grid/highcontrast.css +10 -20
  40. package/styles/grid/material-dark.css +10 -20
  41. package/styles/grid/material.css +10 -20
  42. package/styles/grid/tailwind-dark.css +10 -20
  43. package/styles/grid/tailwind.css +10 -20
  44. package/styles/highcontrast-light.css +11 -22
  45. package/styles/highcontrast.css +11 -22
  46. package/styles/material-dark.css +11 -22
  47. package/styles/material.css +11 -22
  48. package/styles/tailwind-dark.css +11 -22
  49. package/styles/tailwind.css +11 -22
@@ -1983,8 +1983,7 @@
1983
1983
  padding-left: 8px;
1984
1984
  }
1985
1985
  .e-grid .e-chk-hidden {
1986
- -moz-appearance: none;
1987
- /* stylelint-disable-line property-no-vendor-prefix */
1986
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1988
1987
  height: 1px;
1989
1988
  opacity: 0;
1990
1989
  width: 1px;
@@ -1998,8 +1997,7 @@
1998
1997
  }
1999
1998
  .e-grid .e-rowcell .e-checkbox-wrapper,
2000
1999
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2001
- -webkit-user-select: auto;
2002
- /* stylelint-disable-line property-no-vendor-prefix */
2000
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2003
2001
  height: 20px;
2004
2002
  line-height: 20px;
2005
2003
  position: relative;
@@ -2195,8 +2193,7 @@
2195
2193
  padding: 2px;
2196
2194
  }
2197
2195
  .e-grid .e-content {
2198
- -webkit-overflow-scrolling: touch;
2199
- /* stylelint-disable-line property-no-vendor-prefix */
2196
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2200
2197
  overflow-x: auto;
2201
2198
  overflow-y: scroll;
2202
2199
  position: relative;
@@ -2611,12 +2608,10 @@
2611
2608
  overflow: hidden;
2612
2609
  }
2613
2610
  .e-grid .e-frozenhdrcont {
2614
- -ms-touch-action: none;
2615
- /* stylelint-disable-line property-no-vendor-prefix */
2611
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2616
2612
  }
2617
2613
  .e-grid .e-frozencontent {
2618
- -ms-touch-action: none;
2619
- /* stylelint-disable-line property-no-vendor-prefix */
2614
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2620
2615
  border-bottom-width: 1px;
2621
2616
  float: left;
2622
2617
  width: min-content;
@@ -2625,23 +2620,19 @@
2625
2620
  float: right;
2626
2621
  }
2627
2622
  .e-grid .e-movablecontent {
2628
- -ms-overflow-style: none;
2629
- /* stylelint-disable-line property-no-vendor-prefix */
2623
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2630
2624
  -ms-flex: 1;
2631
2625
  flex: 1;
2632
2626
  overflow-x: auto;
2633
2627
  overflow-y: hidden;
2634
2628
  }
2635
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2636
- /* stylelint-disable-line property-no-vendor-prefix */
2629
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2637
2630
  display: none;
2638
2631
  }
2639
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2640
- /* stylelint-disable-line property-no-vendor-prefix */
2632
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2641
2633
  width: 7px;
2642
2634
  }
2643
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2644
- /* stylelint-disable-line property-no-vendor-prefix */
2635
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2645
2636
  background-color: rgba(0, 0, 0, 0.5);
2646
2637
  border-radius: 4px;
2647
2638
  }
@@ -3668,8 +3659,7 @@
3668
3659
  }
3669
3660
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3670
3661
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3671
- -moz-appearance: none;
3672
- /* stylelint-disable-line property-no-vendor-prefix */
3662
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3673
3663
  height: 1px;
3674
3664
  opacity: 0;
3675
3665
  width: 1px;
@@ -1983,8 +1983,7 @@
1983
1983
  padding-left: 8px;
1984
1984
  }
1985
1985
  .e-grid .e-chk-hidden {
1986
- -moz-appearance: none;
1987
- /* stylelint-disable-line property-no-vendor-prefix */
1986
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1988
1987
  height: 1px;
1989
1988
  opacity: 0;
1990
1989
  width: 1px;
@@ -1998,8 +1997,7 @@
1998
1997
  }
1999
1998
  .e-grid .e-rowcell .e-checkbox-wrapper,
2000
1999
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2001
- -webkit-user-select: auto;
2002
- /* stylelint-disable-line property-no-vendor-prefix */
2000
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2003
2001
  height: 20px;
2004
2002
  line-height: 20px;
2005
2003
  position: relative;
@@ -2195,8 +2193,7 @@
2195
2193
  padding: 2px;
2196
2194
  }
2197
2195
  .e-grid .e-content {
2198
- -webkit-overflow-scrolling: touch;
2199
- /* stylelint-disable-line property-no-vendor-prefix */
2196
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2200
2197
  overflow-x: auto;
2201
2198
  overflow-y: scroll;
2202
2199
  position: relative;
@@ -2611,12 +2608,10 @@
2611
2608
  overflow: hidden;
2612
2609
  }
2613
2610
  .e-grid .e-frozenhdrcont {
2614
- -ms-touch-action: none;
2615
- /* stylelint-disable-line property-no-vendor-prefix */
2611
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2616
2612
  }
2617
2613
  .e-grid .e-frozencontent {
2618
- -ms-touch-action: none;
2619
- /* stylelint-disable-line property-no-vendor-prefix */
2614
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2620
2615
  border-bottom-width: 1px;
2621
2616
  float: left;
2622
2617
  width: min-content;
@@ -2625,23 +2620,19 @@
2625
2620
  float: right;
2626
2621
  }
2627
2622
  .e-grid .e-movablecontent {
2628
- -ms-overflow-style: none;
2629
- /* stylelint-disable-line property-no-vendor-prefix */
2623
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2630
2624
  -ms-flex: 1;
2631
2625
  flex: 1;
2632
2626
  overflow-x: auto;
2633
2627
  overflow-y: hidden;
2634
2628
  }
2635
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2636
- /* stylelint-disable-line property-no-vendor-prefix */
2629
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2637
2630
  display: none;
2638
2631
  }
2639
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2640
- /* stylelint-disable-line property-no-vendor-prefix */
2632
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2641
2633
  width: 7px;
2642
2634
  }
2643
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2644
- /* stylelint-disable-line property-no-vendor-prefix */
2635
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2645
2636
  background-color: rgba(0, 0, 0, 0.5);
2646
2637
  border-radius: 4px;
2647
2638
  }
@@ -3668,8 +3659,7 @@
3668
3659
  }
3669
3660
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3670
3661
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3671
- -moz-appearance: none;
3672
- /* stylelint-disable-line property-no-vendor-prefix */
3662
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3673
3663
  height: 1px;
3674
3664
  opacity: 0;
3675
3665
  width: 1px;
@@ -1896,8 +1896,7 @@
1896
1896
  padding-left: 7px;
1897
1897
  }
1898
1898
  .e-grid .e-chk-hidden {
1899
- -moz-appearance: none;
1900
- /* stylelint-disable-line property-no-vendor-prefix */
1899
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1901
1900
  height: 1px;
1902
1901
  opacity: 0;
1903
1902
  width: 1px;
@@ -1911,8 +1910,7 @@
1911
1910
  }
1912
1911
  .e-grid .e-rowcell .e-checkbox-wrapper,
1913
1912
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1914
- -webkit-user-select: auto;
1915
- /* stylelint-disable-line property-no-vendor-prefix */
1913
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1916
1914
  height: 20px;
1917
1915
  line-height: 21px;
1918
1916
  position: relative;
@@ -2108,8 +2106,7 @@
2108
2106
  padding: 2px;
2109
2107
  }
2110
2108
  .e-grid .e-content {
2111
- -webkit-overflow-scrolling: touch;
2112
- /* stylelint-disable-line property-no-vendor-prefix */
2109
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2113
2110
  overflow-x: auto;
2114
2111
  overflow-y: scroll;
2115
2112
  position: relative;
@@ -2524,12 +2521,10 @@
2524
2521
  overflow: hidden;
2525
2522
  }
2526
2523
  .e-grid .e-frozenhdrcont {
2527
- -ms-touch-action: none;
2528
- /* stylelint-disable-line property-no-vendor-prefix */
2524
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2529
2525
  }
2530
2526
  .e-grid .e-frozencontent {
2531
- -ms-touch-action: none;
2532
- /* stylelint-disable-line property-no-vendor-prefix */
2527
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2533
2528
  border-bottom-width: 1px;
2534
2529
  float: left;
2535
2530
  width: min-content;
@@ -2538,23 +2533,19 @@
2538
2533
  float: right;
2539
2534
  }
2540
2535
  .e-grid .e-movablecontent {
2541
- -ms-overflow-style: none;
2542
- /* stylelint-disable-line property-no-vendor-prefix */
2536
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2543
2537
  -ms-flex: 1;
2544
2538
  flex: 1;
2545
2539
  overflow-x: auto;
2546
2540
  overflow-y: hidden;
2547
2541
  }
2548
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2549
- /* stylelint-disable-line property-no-vendor-prefix */
2542
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2550
2543
  display: none;
2551
2544
  }
2552
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2553
- /* stylelint-disable-line property-no-vendor-prefix */
2545
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2554
2546
  width: 7px;
2555
2547
  }
2556
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2557
- /* stylelint-disable-line property-no-vendor-prefix */
2548
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2558
2549
  background-color: rgba(0, 0, 0, 0.5);
2559
2550
  border-radius: 4px;
2560
2551
  }
@@ -3571,8 +3562,7 @@
3571
3562
  }
3572
3563
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3573
3564
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3574
- -moz-appearance: none;
3575
- /* stylelint-disable-line property-no-vendor-prefix */
3565
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3576
3566
  height: 1px;
3577
3567
  opacity: 0;
3578
3568
  width: 1px;
@@ -1889,8 +1889,7 @@
1889
1889
  padding-left: 7px;
1890
1890
  }
1891
1891
  .e-grid .e-chk-hidden {
1892
- -moz-appearance: none;
1893
- /* stylelint-disable-line property-no-vendor-prefix */
1892
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1894
1893
  height: 1px;
1895
1894
  opacity: 0;
1896
1895
  width: 1px;
@@ -1904,8 +1903,7 @@
1904
1903
  }
1905
1904
  .e-grid .e-rowcell .e-checkbox-wrapper,
1906
1905
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1907
- -webkit-user-select: auto;
1908
- /* stylelint-disable-line property-no-vendor-prefix */
1906
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1909
1907
  height: 20px;
1910
1908
  line-height: 21px;
1911
1909
  position: relative;
@@ -2101,8 +2099,7 @@
2101
2099
  padding: 2px;
2102
2100
  }
2103
2101
  .e-grid .e-content {
2104
- -webkit-overflow-scrolling: touch;
2105
- /* stylelint-disable-line property-no-vendor-prefix */
2102
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2106
2103
  overflow-x: auto;
2107
2104
  overflow-y: scroll;
2108
2105
  position: relative;
@@ -2517,12 +2514,10 @@
2517
2514
  overflow: hidden;
2518
2515
  }
2519
2516
  .e-grid .e-frozenhdrcont {
2520
- -ms-touch-action: none;
2521
- /* stylelint-disable-line property-no-vendor-prefix */
2517
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2522
2518
  }
2523
2519
  .e-grid .e-frozencontent {
2524
- -ms-touch-action: none;
2525
- /* stylelint-disable-line property-no-vendor-prefix */
2520
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2526
2521
  border-bottom-width: 1px;
2527
2522
  float: left;
2528
2523
  width: min-content;
@@ -2531,23 +2526,19 @@
2531
2526
  float: right;
2532
2527
  }
2533
2528
  .e-grid .e-movablecontent {
2534
- -ms-overflow-style: none;
2535
- /* stylelint-disable-line property-no-vendor-prefix */
2529
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2536
2530
  -ms-flex: 1;
2537
2531
  flex: 1;
2538
2532
  overflow-x: auto;
2539
2533
  overflow-y: hidden;
2540
2534
  }
2541
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2542
- /* stylelint-disable-line property-no-vendor-prefix */
2535
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2543
2536
  display: none;
2544
2537
  }
2545
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2546
- /* stylelint-disable-line property-no-vendor-prefix */
2538
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2547
2539
  width: 7px;
2548
2540
  }
2549
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2550
- /* stylelint-disable-line property-no-vendor-prefix */
2541
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2551
2542
  background-color: rgba(0, 0, 0, 0.5);
2552
2543
  border-radius: 4px;
2553
2544
  }
@@ -3564,8 +3555,7 @@
3564
3555
  }
3565
3556
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3566
3557
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3567
- -moz-appearance: none;
3568
- /* stylelint-disable-line property-no-vendor-prefix */
3558
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3569
3559
  height: 1px;
3570
3560
  opacity: 0;
3571
3561
  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;
@@ -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;