@syncfusion/ej2-angular-grids 20.2.44-ngcc → 20.2.45

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 (219) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
  3. package/esm2020/src/grid/aggregates.directive.mjs +69 -0
  4. package/esm2020/src/grid/columns.directive.mjs +100 -0
  5. package/esm2020/src/grid/grid-all.module.mjs +98 -0
  6. package/esm2020/src/grid/grid.component.mjs +274 -0
  7. package/esm2020/src/grid/grid.module.mjs +61 -0
  8. package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
  9. package/esm2020/src/index.mjs +12 -0
  10. package/esm2020/src/pager/pager-all.module.mjs +23 -0
  11. package/esm2020/src/pager/pager.component.mjs +66 -0
  12. package/esm2020/src/pager/pager.module.mjs +25 -0
  13. package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
  14. package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
  15. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
  16. package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
  17. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
  18. package/package.json +29 -15
  19. package/src/grid/aggregate-columns.directive.d.ts +5 -0
  20. package/src/grid/aggregates.directive.d.ts +5 -0
  21. package/src/grid/columns.directive.d.ts +5 -0
  22. package/src/grid/grid-all.module.d.ts +6 -0
  23. package/src/grid/grid.component.d.ts +3 -0
  24. package/src/grid/grid.module.d.ts +10 -0
  25. package/src/grid/stacked-column.directive.d.ts +5 -0
  26. package/src/pager/pager-all.module.d.ts +6 -0
  27. package/src/pager/pager.component.d.ts +3 -0
  28. package/src/pager/pager.module.d.ts +6 -0
  29. package/styles/bootstrap-dark.css +23 -17
  30. package/styles/bootstrap.css +23 -17
  31. package/styles/bootstrap4.css +25 -19
  32. package/styles/bootstrap5-dark.css +28 -21
  33. package/styles/bootstrap5.css +28 -21
  34. package/styles/excel-filter/_all.scss +2 -0
  35. package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
  36. package/styles/excel-filter/_bootstrap-definition.scss +64 -0
  37. package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
  38. package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
  39. package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
  40. package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
  41. package/styles/excel-filter/_fabric-definition.scss +64 -0
  42. package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
  43. package/styles/excel-filter/_fluent-definition.scss +70 -0
  44. package/styles/excel-filter/_fusionnew-definition.scss +70 -0
  45. package/styles/excel-filter/_highcontrast-definition.scss +59 -0
  46. package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
  47. package/styles/excel-filter/_layout.scss +412 -0
  48. package/styles/excel-filter/_material-dark-definition.scss +61 -0
  49. package/styles/excel-filter/_material-definition.scss +62 -0
  50. package/styles/excel-filter/_material3-definition.scss +70 -0
  51. package/styles/excel-filter/_office-365-definition.scss +1 -0
  52. package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
  53. package/styles/excel-filter/_tailwind-definition.scss +69 -0
  54. package/styles/excel-filter/_theme.scss +28 -0
  55. package/styles/excel-filter/bootstrap-dark.css +3 -5
  56. package/styles/excel-filter/bootstrap-dark.scss +16 -1
  57. package/styles/excel-filter/bootstrap.css +3 -5
  58. package/styles/excel-filter/bootstrap.scss +16 -1
  59. package/styles/excel-filter/bootstrap4.css +3 -5
  60. package/styles/excel-filter/bootstrap4.scss +16 -1
  61. package/styles/excel-filter/bootstrap5-dark.css +3 -5
  62. package/styles/excel-filter/bootstrap5-dark.scss +16 -1
  63. package/styles/excel-filter/bootstrap5.css +3 -5
  64. package/styles/excel-filter/bootstrap5.scss +16 -1
  65. package/styles/excel-filter/fabric-dark.css +4 -6
  66. package/styles/excel-filter/fabric-dark.scss +16 -1
  67. package/styles/excel-filter/fabric.css +4 -6
  68. package/styles/excel-filter/fabric.scss +16 -1
  69. package/styles/excel-filter/fluent-dark.css +3 -5
  70. package/styles/excel-filter/fluent-dark.scss +16 -1
  71. package/styles/excel-filter/fluent.css +3 -5
  72. package/styles/excel-filter/fluent.scss +16 -1
  73. package/styles/excel-filter/highcontrast-light.css +4 -6
  74. package/styles/excel-filter/highcontrast-light.scss +16 -1
  75. package/styles/excel-filter/highcontrast.css +4 -6
  76. package/styles/excel-filter/highcontrast.scss +16 -1
  77. package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
  78. package/styles/excel-filter/icons/_bootstrap.scss +38 -0
  79. package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
  80. package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
  81. package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
  82. package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
  83. package/styles/excel-filter/icons/_fabric.scss +38 -0
  84. package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
  85. package/styles/excel-filter/icons/_fluent.scss +42 -0
  86. package/styles/excel-filter/icons/_fusionnew.scss +42 -0
  87. package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
  88. package/styles/excel-filter/icons/_highcontrast.scss +38 -0
  89. package/styles/excel-filter/icons/_material-dark.scss +38 -0
  90. package/styles/excel-filter/icons/_material.scss +38 -0
  91. package/styles/excel-filter/icons/_material3.scss +42 -0
  92. package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
  93. package/styles/excel-filter/icons/_tailwind.scss +42 -0
  94. package/styles/excel-filter/material-dark.css +4 -6
  95. package/styles/excel-filter/material-dark.scss +16 -1
  96. package/styles/excel-filter/material.css +4 -6
  97. package/styles/excel-filter/material.scss +16 -1
  98. package/styles/excel-filter/tailwind-dark.css +3 -5
  99. package/styles/excel-filter/tailwind-dark.scss +16 -1
  100. package/styles/excel-filter/tailwind.css +3 -5
  101. package/styles/excel-filter/tailwind.scss +16 -1
  102. package/styles/fabric-dark.css +25 -19
  103. package/styles/fabric.css +25 -19
  104. package/styles/fluent-dark.css +25 -19
  105. package/styles/fluent.css +25 -19
  106. package/styles/grid/_all.scss +2 -0
  107. package/styles/grid/_bootstrap-dark-definition.scss +596 -0
  108. package/styles/grid/_bootstrap-definition.scss +598 -0
  109. package/styles/grid/_bootstrap4-definition.scss +602 -0
  110. package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
  111. package/styles/grid/_bootstrap5-definition.scss +597 -0
  112. package/styles/grid/_fabric-dark-definition.scss +594 -0
  113. package/styles/grid/_fabric-definition.scss +594 -0
  114. package/styles/grid/_fluent-dark-definition.scss +1 -0
  115. package/styles/grid/_fluent-definition.scss +589 -0
  116. package/styles/grid/_fusionnew-definition.scss +574 -0
  117. package/styles/grid/_highcontrast-definition.scss +594 -0
  118. package/styles/grid/_highcontrast-light-definition.scss +590 -0
  119. package/styles/grid/_layout.scss +4310 -0
  120. package/styles/grid/_material-dark-definition.scss +594 -0
  121. package/styles/grid/_material-definition.scss +592 -0
  122. package/styles/grid/_material3-definition.scss +598 -0
  123. package/styles/grid/_office-365-definition.scss +1 -0
  124. package/styles/grid/_tailwind-dark-definition.scss +1 -0
  125. package/styles/grid/_tailwind-definition.scss +603 -0
  126. package/styles/grid/_theme.scss +603 -0
  127. package/styles/grid/bootstrap-dark.css +20 -12
  128. package/styles/grid/bootstrap-dark.scss +20 -1
  129. package/styles/grid/bootstrap.css +20 -12
  130. package/styles/grid/bootstrap.scss +20 -1
  131. package/styles/grid/bootstrap4.css +22 -14
  132. package/styles/grid/bootstrap4.scss +20 -1
  133. package/styles/grid/bootstrap5-dark.css +25 -16
  134. package/styles/grid/bootstrap5-dark.scss +20 -1
  135. package/styles/grid/bootstrap5.css +25 -16
  136. package/styles/grid/bootstrap5.scss +20 -1
  137. package/styles/grid/fabric-dark.css +21 -13
  138. package/styles/grid/fabric-dark.scss +20 -1
  139. package/styles/grid/fabric.css +21 -13
  140. package/styles/grid/fabric.scss +20 -1
  141. package/styles/grid/fluent-dark.css +22 -14
  142. package/styles/grid/fluent-dark.scss +20 -1
  143. package/styles/grid/fluent.css +22 -14
  144. package/styles/grid/fluent.scss +20 -1
  145. package/styles/grid/highcontrast-light.css +21 -13
  146. package/styles/grid/highcontrast-light.scss +20 -1
  147. package/styles/grid/highcontrast.css +21 -13
  148. package/styles/grid/highcontrast.scss +20 -1
  149. package/styles/grid/icons/_bootstrap-dark.scss +226 -0
  150. package/styles/grid/icons/_bootstrap.scss +226 -0
  151. package/styles/grid/icons/_bootstrap4.scss +225 -0
  152. package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
  153. package/styles/grid/icons/_bootstrap5.scss +246 -0
  154. package/styles/grid/icons/_fabric-dark.scss +225 -0
  155. package/styles/grid/icons/_fabric.scss +225 -0
  156. package/styles/grid/icons/_fluent-dark.scss +1 -0
  157. package/styles/grid/icons/_fluent.scss +246 -0
  158. package/styles/grid/icons/_fusionnew.scss +246 -0
  159. package/styles/grid/icons/_highcontrast-light.scss +225 -0
  160. package/styles/grid/icons/_highcontrast.scss +225 -0
  161. package/styles/grid/icons/_material-dark.scss +225 -0
  162. package/styles/grid/icons/_material.scss +225 -0
  163. package/styles/grid/icons/_material3.scss +246 -0
  164. package/styles/grid/icons/_tailwind-dark.scss +1 -0
  165. package/styles/grid/icons/_tailwind.scss +246 -0
  166. package/styles/grid/material-dark.css +21 -13
  167. package/styles/grid/material-dark.scss +20 -1
  168. package/styles/grid/material.css +21 -13
  169. package/styles/grid/material.scss +20 -1
  170. package/styles/grid/tailwind-dark.css +24 -16
  171. package/styles/grid/tailwind-dark.scss +20 -1
  172. package/styles/grid/tailwind.css +24 -16
  173. package/styles/grid/tailwind.scss +20 -1
  174. package/styles/highcontrast-light.css +25 -19
  175. package/styles/highcontrast.css +25 -19
  176. package/styles/material-dark.css +25 -19
  177. package/styles/material.css +25 -19
  178. package/styles/tailwind-dark.css +27 -21
  179. package/styles/tailwind.css +27 -21
  180. package/syncfusion-ej2-angular-grids.d.ts +5 -0
  181. package/@syncfusion/ej2-angular-grids.es5.js +0 -988
  182. package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
  183. package/@syncfusion/ej2-angular-grids.js +0 -927
  184. package/@syncfusion/ej2-angular-grids.js.map +0 -1
  185. package/CHANGELOG.md +0 -2692
  186. package/dist/ej2-angular-grids.umd.js +0 -1580
  187. package/dist/ej2-angular-grids.umd.js.map +0 -1
  188. package/dist/ej2-angular-grids.umd.min.js +0 -11
  189. package/dist/ej2-angular-grids.umd.min.js.map +0 -1
  190. package/ej2-angular-grids.d.ts +0 -6
  191. package/ej2-angular-grids.metadata.json +0 -1
  192. package/postinstall/tagchange.js +0 -18
  193. package/schematics/collection.json +0 -20
  194. package/schematics/generators/grid-default/index.d.ts +0 -3
  195. package/schematics/generators/grid-default/index.js +0 -8
  196. package/schematics/generators/grid-default/sample-details.d.ts +0 -5
  197. package/schematics/generators/grid-default/sample-details.js +0 -7
  198. package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  199. package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  200. package/schematics/generators/grid-default/schema.d.ts +0 -3
  201. package/schematics/generators/grid-default/schema.js +0 -2
  202. package/schematics/generators/grid-default/schema.json +0 -125
  203. package/schematics/generators/grid-feature/index.d.ts +0 -3
  204. package/schematics/generators/grid-feature/index.js +0 -8
  205. package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
  206. package/schematics/generators/grid-feature/sample-details.js +0 -7
  207. package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  208. package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  209. package/schematics/generators/grid-feature/schema.d.ts +0 -3
  210. package/schematics/generators/grid-feature/schema.js +0 -2
  211. package/schematics/generators/grid-feature/schema.json +0 -125
  212. package/schematics/ng-add/index.d.ts +0 -3
  213. package/schematics/ng-add/index.js +0 -9
  214. package/schematics/ng-add/schema.d.ts +0 -13
  215. package/schematics/ng-add/schema.js +0 -2
  216. package/schematics/ng-add/schema.json +0 -34
  217. package/schematics/tsconfig.json +0 -25
  218. package/schematics/utils/lib-details.d.ts +0 -4
  219. package/schematics/utils/lib-details.js +0 -6
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -103,6 +104,7 @@
103
104
  min-height: 34px;
104
105
  }
105
106
 
107
+ /* stylelint-disable property-no-vendor-prefix */
106
108
  @keyframes material-spinner-rotate {
107
109
  0% {
108
110
  transform: rotate(0);
@@ -155,10 +157,6 @@
155
157
  padding: 15px;
156
158
  padding-top: 4px;
157
159
  }
158
- .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
159
- height: 26px;
160
- line-height: 26px;
161
- }
162
160
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
163
161
  height: 26px;
164
162
  line-height: 26px;
@@ -369,7 +367,7 @@
369
367
  word-break: normal;
370
368
  }
371
369
  .e-excelfilter .e-chk-hidden {
372
- -moz-appearance: none;
370
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
373
371
  height: 1px;
374
372
  opacity: 0;
375
373
  width: 1px;
@@ -513,6 +511,8 @@ li.e-separator.e-menu-item.e-excel-separator {
513
511
  border-color: #0070f0;
514
512
  }
515
513
 
514
+ /* stylelint-disable property-no-vendor-prefix */
515
+ /* stylelint-disable property-no-vendor-prefix */
516
516
  @keyframes material-spinner-rotate {
517
517
  0% {
518
518
  transform: rotate(0);
@@ -762,6 +762,7 @@ li.e-separator.e-menu-item.e-excel-separator {
762
762
  .e-bigger .e-grid,
763
763
  .e-grid.e-bigger {
764
764
  font-size: 14px;
765
+ /* stylelint-disable */
765
766
  }
766
767
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
767
768
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1419,6 +1420,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1419
1420
  font-size: 13px;
1420
1421
  height: auto;
1421
1422
  position: relative;
1423
+ /* stylelint-enable */
1424
+ /* stylelint-disable */
1425
+ /* stylelint-enable */
1422
1426
  }
1423
1427
  .e-grid .e-gridheader {
1424
1428
  -webkit-user-select: none;
@@ -2326,7 +2330,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2326
2330
  padding-left: 8px;
2327
2331
  }
2328
2332
  .e-grid .e-chk-hidden {
2329
- -moz-appearance: none;
2333
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2330
2334
  height: 1px;
2331
2335
  opacity: 0;
2332
2336
  width: 1px;
@@ -2340,7 +2344,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2340
2344
  }
2341
2345
  .e-grid .e-rowcell .e-checkbox-wrapper,
2342
2346
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2343
- -webkit-user-select: auto;
2347
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2344
2348
  height: 20px;
2345
2349
  line-height: 20px;
2346
2350
  position: relative;
@@ -2536,7 +2540,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2536
2540
  padding: 2px;
2537
2541
  }
2538
2542
  .e-grid .e-content {
2539
- -webkit-overflow-scrolling: touch;
2543
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2540
2544
  overflow-x: auto;
2541
2545
  overflow-y: scroll;
2542
2546
  position: relative;
@@ -2887,6 +2891,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2887
2891
  .e-grid .e-checkboxfiltertext {
2888
2892
  width: 150px;
2889
2893
  word-break: normal;
2894
+ /* stylelint-disable */
2895
+ /* stylelint-enable */
2890
2896
  }
2891
2897
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2892
2898
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2946,10 +2952,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2946
2952
  overflow: hidden;
2947
2953
  }
2948
2954
  .e-grid .e-frozenhdrcont {
2949
- -ms-touch-action: none;
2955
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2950
2956
  }
2951
2957
  .e-grid .e-frozencontent {
2952
- -ms-touch-action: none;
2958
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2953
2959
  border-bottom-width: 1px;
2954
2960
  float: left;
2955
2961
  width: min-content;
@@ -2958,19 +2964,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2958
2964
  float: right;
2959
2965
  }
2960
2966
  .e-grid .e-movablecontent {
2961
- -ms-overflow-style: none;
2967
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2962
2968
  -ms-flex: 1;
2963
2969
  flex: 1;
2964
2970
  overflow-x: auto;
2965
2971
  overflow-y: hidden;
2966
2972
  }
2967
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2973
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2968
2974
  display: none;
2969
2975
  }
2970
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2976
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2971
2977
  width: 7px;
2972
2978
  }
2973
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2979
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2974
2980
  background-color: rgba(0, 0, 0, 0.5);
2975
2981
  border-radius: 4px;
2976
2982
  }
@@ -3347,7 +3353,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3347
3353
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3348
3354
  display: inline-block;
3349
3355
  }
3350
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3356
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3351
3357
  text-overflow: clip;
3352
3358
  }
3353
3359
  .e-grid .e-clipboard {
@@ -3957,7 +3963,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3957
3963
  }
3958
3964
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3959
3965
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3960
- -moz-appearance: none;
3966
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3961
3967
  height: 1px;
3962
3968
  opacity: 0;
3963
3969
  width: 1px;
@@ -4229,7 +4235,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4229
4235
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4230
4236
  border-right-color: #9c9c9c;
4231
4237
  }
4232
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4238
+ .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4233
4239
  background-color: #393939;
4234
4240
  color: #f0f0f0;
4235
4241
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -103,6 +104,7 @@
103
104
  min-height: 34px;
104
105
  }
105
106
 
107
+ /* stylelint-disable property-no-vendor-prefix */
106
108
  @keyframes material-spinner-rotate {
107
109
  0% {
108
110
  transform: rotate(0);
@@ -155,10 +157,6 @@
155
157
  padding: 15px;
156
158
  padding-top: 4px;
157
159
  }
158
- .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
159
- height: 26px;
160
- line-height: 26px;
161
- }
162
160
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
163
161
  height: 26px;
164
162
  line-height: 26px;
@@ -369,7 +367,7 @@
369
367
  word-break: normal;
370
368
  }
371
369
  .e-excelfilter .e-chk-hidden {
372
- -moz-appearance: none;
370
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
373
371
  height: 1px;
374
372
  opacity: 0;
375
373
  width: 1px;
@@ -513,6 +511,8 @@ li.e-separator.e-menu-item.e-excel-separator {
513
511
  border-color: #317ab9;
514
512
  }
515
513
 
514
+ /* stylelint-disable property-no-vendor-prefix */
515
+ /* stylelint-disable property-no-vendor-prefix */
516
516
  @keyframes material-spinner-rotate {
517
517
  0% {
518
518
  transform: rotate(0);
@@ -763,6 +763,7 @@ li.e-separator.e-menu-item.e-excel-separator {
763
763
  .e-bigger .e-grid,
764
764
  .e-grid.e-bigger {
765
765
  font-size: 14px;
766
+ /* stylelint-disable */
766
767
  }
767
768
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
768
769
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1420,6 +1421,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1420
1421
  font-size: 13px;
1421
1422
  height: auto;
1422
1423
  position: relative;
1424
+ /* stylelint-enable */
1425
+ /* stylelint-disable */
1426
+ /* stylelint-enable */
1423
1427
  }
1424
1428
  .e-grid .e-gridheader {
1425
1429
  -webkit-user-select: none;
@@ -2327,7 +2331,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2327
2331
  padding-left: 8px;
2328
2332
  }
2329
2333
  .e-grid .e-chk-hidden {
2330
- -moz-appearance: none;
2334
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2331
2335
  height: 1px;
2332
2336
  opacity: 0;
2333
2337
  width: 1px;
@@ -2341,7 +2345,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2341
2345
  }
2342
2346
  .e-grid .e-rowcell .e-checkbox-wrapper,
2343
2347
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2344
- -webkit-user-select: auto;
2348
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2345
2349
  height: 20px;
2346
2350
  line-height: 20px;
2347
2351
  position: relative;
@@ -2537,7 +2541,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2537
2541
  padding: 2px;
2538
2542
  }
2539
2543
  .e-grid .e-content {
2540
- -webkit-overflow-scrolling: touch;
2544
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2541
2545
  overflow-x: auto;
2542
2546
  overflow-y: scroll;
2543
2547
  position: relative;
@@ -2888,6 +2892,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2888
2892
  .e-grid .e-checkboxfiltertext {
2889
2893
  width: 150px;
2890
2894
  word-break: normal;
2895
+ /* stylelint-disable */
2896
+ /* stylelint-enable */
2891
2897
  }
2892
2898
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2893
2899
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2947,10 +2953,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2947
2953
  overflow: hidden;
2948
2954
  }
2949
2955
  .e-grid .e-frozenhdrcont {
2950
- -ms-touch-action: none;
2956
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2951
2957
  }
2952
2958
  .e-grid .e-frozencontent {
2953
- -ms-touch-action: none;
2959
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2954
2960
  border-bottom-width: 1px;
2955
2961
  float: left;
2956
2962
  width: min-content;
@@ -2959,19 +2965,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2959
2965
  float: right;
2960
2966
  }
2961
2967
  .e-grid .e-movablecontent {
2962
- -ms-overflow-style: none;
2968
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2963
2969
  -ms-flex: 1;
2964
2970
  flex: 1;
2965
2971
  overflow-x: auto;
2966
2972
  overflow-y: hidden;
2967
2973
  }
2968
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2974
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2969
2975
  display: none;
2970
2976
  }
2971
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2977
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2972
2978
  width: 7px;
2973
2979
  }
2974
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2980
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2975
2981
  background-color: rgba(0, 0, 0, 0.5);
2976
2982
  border-radius: 4px;
2977
2983
  }
@@ -3348,7 +3354,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3348
3354
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3349
3355
  display: inline-block;
3350
3356
  }
3351
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3357
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3352
3358
  text-overflow: clip;
3353
3359
  }
3354
3360
  .e-grid .e-clipboard {
@@ -3958,7 +3964,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3958
3964
  }
3959
3965
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3960
3966
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3961
- -moz-appearance: none;
3967
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3962
3968
  height: 1px;
3963
3969
  opacity: 0;
3964
3970
  width: 1px;
@@ -4230,7 +4236,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4230
4236
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4231
4237
  border-right-color: #317ab9;
4232
4238
  }
4233
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4239
+ .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4234
4240
  background-color: #f5f5f5;
4235
4241
  color: #333;
4236
4242
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
2
3
  font-size: 8px;
3
4
  }
@@ -145,6 +146,7 @@
145
146
  min-height: 34px;
146
147
  }
147
148
 
149
+ /* stylelint-disable property-no-vendor-prefix */
148
150
  @keyframes material-spinner-rotate {
149
151
  0% {
150
152
  transform: rotate(0);
@@ -197,10 +199,6 @@
197
199
  padding: 14px;
198
200
  padding-top: 4px;
199
201
  }
200
- .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
201
- height: 26px;
202
- line-height: 26px;
203
- }
204
202
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
205
203
  height: 26px;
206
204
  line-height: 26px;
@@ -411,7 +409,7 @@
411
409
  word-break: normal;
412
410
  }
413
411
  .e-excelfilter .e-chk-hidden {
414
- -moz-appearance: none;
412
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
415
413
  height: 1px;
416
414
  opacity: 0;
417
415
  width: 1px;
@@ -555,6 +553,7 @@ li.e-separator.e-menu-item.e-excel-separator {
555
553
  border-color: #317ab9;
556
554
  }
557
555
 
556
+ /* stylelint-disable property-no-vendor-prefix */
558
557
  .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
559
558
  font-size: 8px;
560
559
  }
@@ -563,6 +562,7 @@ li.e-separator.e-menu-item.e-excel-separator {
563
562
  font-size: 10px;
564
563
  }
565
564
 
565
+ /* stylelint-disable property-no-vendor-prefix */
566
566
  @keyframes material-spinner-rotate {
567
567
  0% {
568
568
  transform: rotate(0);
@@ -810,6 +810,7 @@ li.e-separator.e-menu-item.e-excel-separator {
810
810
  .e-bigger .e-grid,
811
811
  .e-grid.e-bigger {
812
812
  font-size: 16px;
813
+ /* stylelint-disable */
813
814
  }
814
815
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
815
816
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1473,6 +1474,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1473
1474
  font-size: 14px;
1474
1475
  height: auto;
1475
1476
  position: relative;
1477
+ /* stylelint-enable */
1478
+ /* stylelint-disable */
1479
+ /* stylelint-enable */
1476
1480
  }
1477
1481
  .e-grid .e-gridheader {
1478
1482
  -webkit-user-select: none;
@@ -2380,7 +2384,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2380
2384
  padding-left: 8px;
2381
2385
  }
2382
2386
  .e-grid .e-chk-hidden {
2383
- -moz-appearance: none;
2387
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2384
2388
  height: 1px;
2385
2389
  opacity: 0;
2386
2390
  width: 1px;
@@ -2394,7 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2394
2398
  }
2395
2399
  .e-grid .e-rowcell .e-checkbox-wrapper,
2396
2400
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2397
- -webkit-user-select: auto;
2401
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2398
2402
  height: 20px;
2399
2403
  line-height: 20px;
2400
2404
  position: relative;
@@ -2590,7 +2594,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2590
2594
  padding: 2px;
2591
2595
  }
2592
2596
  .e-grid .e-content {
2593
- -webkit-overflow-scrolling: touch;
2597
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2594
2598
  overflow-x: auto;
2595
2599
  overflow-y: scroll;
2596
2600
  position: relative;
@@ -2943,6 +2947,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2943
2947
  .e-grid .e-checkboxfiltertext {
2944
2948
  width: 150px;
2945
2949
  word-break: normal;
2950
+ /* stylelint-disable */
2951
+ /* stylelint-enable */
2946
2952
  }
2947
2953
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2948
2954
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -3002,10 +3008,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3002
3008
  overflow: hidden;
3003
3009
  }
3004
3010
  .e-grid .e-frozenhdrcont {
3005
- -ms-touch-action: none;
3011
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
3006
3012
  }
3007
3013
  .e-grid .e-frozencontent {
3008
- -ms-touch-action: none;
3014
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
3009
3015
  border-bottom-width: 1px;
3010
3016
  float: left;
3011
3017
  width: min-content;
@@ -3014,19 +3020,19 @@ li.e-separator.e-menu-item.e-excel-separator {
3014
3020
  float: right;
3015
3021
  }
3016
3022
  .e-grid .e-movablecontent {
3017
- -ms-overflow-style: none;
3023
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
3018
3024
  -ms-flex: 1;
3019
3025
  flex: 1;
3020
3026
  overflow-x: auto;
3021
3027
  overflow-y: hidden;
3022
3028
  }
3023
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
3029
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3024
3030
  display: none;
3025
3031
  }
3026
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
3032
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3027
3033
  width: 7px;
3028
3034
  }
3029
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
3035
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
3030
3036
  background-color: rgba(0, 0, 0, 0.5);
3031
3037
  border-radius: 4px;
3032
3038
  }
@@ -3390,10 +3396,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3390
3396
  text-overflow: ellipsis;
3391
3397
  }
3392
3398
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3393
- margin: -34px 3px;
3399
+ margin: -30px 10px;
3394
3400
  }
3395
3401
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3396
- margin: -34px -5px;
3402
+ margin: -30px -5px;
3397
3403
  }
3398
3404
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3399
3405
  margin: -27px 20px -29px 0;
@@ -3404,7 +3410,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3404
3410
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3405
3411
  display: inline-block;
3406
3412
  }
3407
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3413
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3408
3414
  text-overflow: clip;
3409
3415
  }
3410
3416
  .e-grid .e-clipboard {
@@ -4014,7 +4020,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4014
4020
  }
4015
4021
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
4016
4022
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
4017
- -moz-appearance: none;
4023
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
4018
4024
  height: 1px;
4019
4025
  opacity: 0;
4020
4026
  width: 1px;
@@ -4286,7 +4292,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4286
4292
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4287
4293
  border-right-color: #6c757d;
4288
4294
  }
4289
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4295
+ .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4290
4296
  background-color: rgba(0, 0, 0, 0.08);
4291
4297
  color: #212529;
4292
4298
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  .e-popup.e-ddl {
2
3
  border-radius: 4px;
3
4
  box-shadow: none;
@@ -144,6 +145,7 @@
144
145
  min-height: 34px;
145
146
  }
146
147
 
148
+ /* stylelint-disable property-no-vendor-prefix */
147
149
  @keyframes material-spinner-rotate {
148
150
  0% {
149
151
  transform: rotate(0);
@@ -199,10 +201,6 @@
199
201
  padding: 14px;
200
202
  padding-top: 4px;
201
203
  }
202
- .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
203
- height: 26px;
204
- line-height: 26px;
205
- }
206
204
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
207
205
  height: 26px;
208
206
  line-height: 26px;
@@ -413,7 +411,7 @@
413
411
  word-break: normal;
414
412
  }
415
413
  .e-excelfilter .e-chk-hidden {
416
- -moz-appearance: none;
414
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
417
415
  height: 1px;
418
416
  opacity: 0;
419
417
  width: 1px;
@@ -557,6 +555,8 @@ li.e-separator.e-menu-item.e-excel-separator {
557
555
  border-color: #0d6efd;
558
556
  }
559
557
 
558
+ /* stylelint-disable property-no-vendor-prefix */
559
+ /* stylelint-disable property-no-vendor-prefix */
560
560
  @keyframes material-spinner-rotate {
561
561
  0% {
562
562
  transform: rotate(0);
@@ -574,6 +574,7 @@ li.e-separator.e-menu-item.e-excel-separator {
574
574
  }
575
575
  }
576
576
  /*! Toolbar's bootstrap5 theme wise override definitions and variables */
577
+ /* stylelint-disable */
577
578
  /*! component icons */
578
579
  .e-icon-check::before {
579
580
  content: "\e774";
@@ -818,6 +819,7 @@ li.e-separator.e-menu-item.e-excel-separator {
818
819
  .e-bigger .e-grid,
819
820
  .e-grid.e-bigger {
820
821
  font-size: 16px;
822
+ /* stylelint-disable */
821
823
  }
822
824
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
823
825
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1481,6 +1483,9 @@ li.e-separator.e-menu-item.e-excel-separator {
1481
1483
  font-size: 14px;
1482
1484
  height: auto;
1483
1485
  position: relative;
1486
+ /* stylelint-enable */
1487
+ /* stylelint-disable */
1488
+ /* stylelint-enable */
1484
1489
  }
1485
1490
  .e-grid .e-gridheader {
1486
1491
  -webkit-user-select: none;
@@ -2389,7 +2394,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2389
2394
  padding-left: 8px;
2390
2395
  }
2391
2396
  .e-grid .e-chk-hidden {
2392
- -moz-appearance: none;
2397
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
2393
2398
  height: 1px;
2394
2399
  opacity: 0;
2395
2400
  width: 1px;
@@ -2403,7 +2408,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2403
2408
  }
2404
2409
  .e-grid .e-rowcell .e-checkbox-wrapper,
2405
2410
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2406
- -webkit-user-select: auto;
2411
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
2407
2412
  height: 20px;
2408
2413
  line-height: 20px;
2409
2414
  position: relative;
@@ -2599,7 +2604,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2599
2604
  padding: 2px;
2600
2605
  }
2601
2606
  .e-grid .e-content {
2602
- -webkit-overflow-scrolling: touch;
2607
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2603
2608
  overflow-x: auto;
2604
2609
  overflow-y: scroll;
2605
2610
  position: relative;
@@ -2950,6 +2955,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2950
2955
  .e-grid .e-checkboxfiltertext {
2951
2956
  width: 150px;
2952
2957
  word-break: normal;
2958
+ /* stylelint-disable */
2959
+ /* stylelint-enable */
2953
2960
  }
2954
2961
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2955
2962
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -3009,10 +3016,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3009
3016
  overflow: hidden;
3010
3017
  }
3011
3018
  .e-grid .e-frozenhdrcont {
3012
- -ms-touch-action: none;
3019
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
3013
3020
  }
3014
3021
  .e-grid .e-frozencontent {
3015
- -ms-touch-action: none;
3022
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
3016
3023
  border-bottom-width: 1px;
3017
3024
  float: left;
3018
3025
  width: min-content;
@@ -3021,19 +3028,19 @@ li.e-separator.e-menu-item.e-excel-separator {
3021
3028
  float: right;
3022
3029
  }
3023
3030
  .e-grid .e-movablecontent {
3024
- -ms-overflow-style: none;
3031
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
3025
3032
  -ms-flex: 1;
3026
3033
  flex: 1;
3027
3034
  overflow-x: auto;
3028
3035
  overflow-y: hidden;
3029
3036
  }
3030
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
3037
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3031
3038
  display: none;
3032
3039
  }
3033
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
3040
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3034
3041
  width: 7px;
3035
3042
  }
3036
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
3043
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
3037
3044
  background-color: rgba(0, 0, 0, 0.5);
3038
3045
  border-radius: 4px;
3039
3046
  }
@@ -3396,21 +3403,21 @@ li.e-separator.e-menu-item.e-excel-separator {
3396
3403
  text-overflow: ellipsis;
3397
3404
  }
3398
3405
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3399
- margin: -20px 3px;
3406
+ margin: -30px 10px;
3400
3407
  }
3401
3408
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3402
- margin: -20px -5px;
3409
+ margin: -30px -5px;
3403
3410
  }
3404
3411
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3405
- margin: -14px 20px -29px 0;
3412
+ margin: -27px 20px -29px 0;
3406
3413
  }
3407
3414
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3408
- margin: -14px 0;
3415
+ margin: -28px 0;
3409
3416
  }
3410
3417
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3411
3418
  display: inline-block;
3412
3419
  }
3413
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3420
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3414
3421
  text-overflow: clip;
3415
3422
  }
3416
3423
  .e-grid .e-clipboard {
@@ -4030,7 +4037,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4030
4037
  }
4031
4038
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
4032
4039
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
4033
- -moz-appearance: none;
4040
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
4034
4041
  height: 1px;
4035
4042
  opacity: 0;
4036
4043
  width: 1px;
@@ -4306,7 +4313,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4306
4313
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4307
4314
  border-right-color: #444c54;
4308
4315
  }
4309
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4316
+ .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4310
4317
  background-color: #31373d;
4311
4318
  color: #fff;
4312
4319
  }