@syncfusion/ej2-angular-grids 20.2.46-ngcc → 20.2.48

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 +54 -17
  30. package/styles/bootstrap.css +54 -17
  31. package/styles/bootstrap4.css +56 -19
  32. package/styles/bootstrap5-dark.css +59 -21
  33. package/styles/bootstrap5.css +59 -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 +17 -1
  57. package/styles/excel-filter/bootstrap.css +3 -5
  58. package/styles/excel-filter/bootstrap.scss +17 -1
  59. package/styles/excel-filter/bootstrap4.css +3 -5
  60. package/styles/excel-filter/bootstrap4.scss +17 -1
  61. package/styles/excel-filter/bootstrap5-dark.css +3 -5
  62. package/styles/excel-filter/bootstrap5-dark.scss +17 -1
  63. package/styles/excel-filter/bootstrap5.css +3 -5
  64. package/styles/excel-filter/bootstrap5.scss +17 -1
  65. package/styles/excel-filter/fabric-dark.css +4 -6
  66. package/styles/excel-filter/fabric-dark.scss +17 -1
  67. package/styles/excel-filter/fabric.css +4 -6
  68. package/styles/excel-filter/fabric.scss +17 -1
  69. package/styles/excel-filter/fluent-dark.css +3 -5
  70. package/styles/excel-filter/fluent-dark.scss +17 -1
  71. package/styles/excel-filter/fluent.css +3 -5
  72. package/styles/excel-filter/fluent.scss +17 -1
  73. package/styles/excel-filter/highcontrast-light.css +4 -6
  74. package/styles/excel-filter/highcontrast-light.scss +17 -1
  75. package/styles/excel-filter/highcontrast.css +4 -6
  76. package/styles/excel-filter/highcontrast.scss +17 -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 +17 -1
  96. package/styles/excel-filter/material.css +4 -6
  97. package/styles/excel-filter/material.scss +17 -1
  98. package/styles/excel-filter/tailwind-dark.css +3 -5
  99. package/styles/excel-filter/tailwind-dark.scss +17 -1
  100. package/styles/excel-filter/tailwind.css +3 -5
  101. package/styles/excel-filter/tailwind.scss +17 -1
  102. package/styles/fabric-dark.css +56 -19
  103. package/styles/fabric.css +56 -19
  104. package/styles/fluent-dark.css +56 -19
  105. package/styles/fluent.css +56 -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 +4349 -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 +51 -12
  128. package/styles/grid/bootstrap-dark.scss +21 -1
  129. package/styles/grid/bootstrap.css +51 -12
  130. package/styles/grid/bootstrap.scss +21 -1
  131. package/styles/grid/bootstrap4.css +53 -14
  132. package/styles/grid/bootstrap4.scss +21 -1
  133. package/styles/grid/bootstrap5-dark.css +56 -16
  134. package/styles/grid/bootstrap5-dark.scss +21 -1
  135. package/styles/grid/bootstrap5.css +56 -16
  136. package/styles/grid/bootstrap5.scss +21 -1
  137. package/styles/grid/fabric-dark.css +52 -13
  138. package/styles/grid/fabric-dark.scss +21 -1
  139. package/styles/grid/fabric.css +52 -13
  140. package/styles/grid/fabric.scss +21 -1
  141. package/styles/grid/fluent-dark.css +53 -14
  142. package/styles/grid/fluent-dark.scss +21 -1
  143. package/styles/grid/fluent.css +53 -14
  144. package/styles/grid/fluent.scss +21 -1
  145. package/styles/grid/highcontrast-light.css +52 -13
  146. package/styles/grid/highcontrast-light.scss +21 -1
  147. package/styles/grid/highcontrast.css +52 -13
  148. package/styles/grid/highcontrast.scss +21 -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 +52 -13
  167. package/styles/grid/material-dark.scss +21 -1
  168. package/styles/grid/material.css +52 -13
  169. package/styles/grid/material.scss +21 -1
  170. package/styles/grid/tailwind-dark.css +55 -16
  171. package/styles/grid/tailwind-dark.scss +21 -1
  172. package/styles/grid/tailwind.css +55 -16
  173. package/styles/grid/tailwind.scss +21 -1
  174. package/styles/highcontrast-light.css +56 -19
  175. package/styles/highcontrast.css +56 -19
  176. package/styles/material-dark.css +56 -19
  177. package/styles/material.css +56 -19
  178. package/styles/tailwind-dark.css +58 -21
  179. package/styles/tailwind.css +58 -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 -2703
  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;
@@ -2666,6 +2670,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2666
2670
  border-width: 1px 0 0;
2667
2671
  cursor: pointer;
2668
2672
  }
2673
+ .e-grid .e-disablepointer {
2674
+ cursor: default;
2675
+ }
2669
2676
  .e-grid .e-groupcaption {
2670
2677
  border-style: solid;
2671
2678
  border-width: 1px 0 0;
@@ -2887,6 +2894,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2887
2894
  .e-grid .e-checkboxfiltertext {
2888
2895
  width: 150px;
2889
2896
  word-break: normal;
2897
+ /* stylelint-disable */
2898
+ /* stylelint-enable */
2890
2899
  }
2891
2900
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2892
2901
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2946,10 +2955,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2946
2955
  overflow: hidden;
2947
2956
  }
2948
2957
  .e-grid .e-frozenhdrcont {
2949
- -ms-touch-action: none;
2958
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2950
2959
  }
2951
2960
  .e-grid .e-frozencontent {
2952
- -ms-touch-action: none;
2961
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2953
2962
  border-bottom-width: 1px;
2954
2963
  float: left;
2955
2964
  width: min-content;
@@ -2958,19 +2967,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2958
2967
  float: right;
2959
2968
  }
2960
2969
  .e-grid .e-movablecontent {
2961
- -ms-overflow-style: none;
2970
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2962
2971
  -ms-flex: 1;
2963
2972
  flex: 1;
2964
2973
  overflow-x: auto;
2965
2974
  overflow-y: hidden;
2966
2975
  }
2967
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2976
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2968
2977
  display: none;
2969
2978
  }
2970
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2979
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2971
2980
  width: 7px;
2972
2981
  }
2973
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2982
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2974
2983
  background-color: rgba(0, 0, 0, 0.5);
2975
2984
  border-radius: 4px;
2976
2985
  }
@@ -3347,7 +3356,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3347
3356
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3348
3357
  display: inline-block;
3349
3358
  }
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 {
3359
+ .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
3360
  text-overflow: clip;
3352
3361
  }
3353
3362
  .e-grid .e-clipboard {
@@ -3377,6 +3386,34 @@ li.e-separator.e-menu-item.e-excel-separator {
3377
3386
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3378
3387
  border-right: 0;
3379
3388
  }
3389
+ .e-grid .e-mask {
3390
+ background-color: rgba(0, 0, 0, 0.1);
3391
+ display: inline-block;
3392
+ height: 10px;
3393
+ width: 80%;
3394
+ }
3395
+ .e-grid .e-mask.e-mask-group-intent {
3396
+ margin-left: 7px;
3397
+ width: 16px;
3398
+ }
3399
+ .e-grid .e-mask.e-mask-detail-intent {
3400
+ width: 16px;
3401
+ }
3402
+ .e-grid .e-mask.e-mask-checkbox-intent {
3403
+ margin-left: 3px;
3404
+ margin-right: 16px;
3405
+ width: 20px;
3406
+ }
3407
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3408
+ width: 13px;
3409
+ }
3410
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3411
+ margin-left: 8px;
3412
+ }
3413
+ .e-grid .e-mask.e-mask-drag-intent {
3414
+ margin-left: 12px;
3415
+ width: 12px;
3416
+ }
3380
3417
  .e-grid.sf-grid .e-table {
3381
3418
  border-spacing: 0.25px;
3382
3419
  }
@@ -3957,7 +3994,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3957
3994
  }
3958
3995
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3959
3996
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3960
- -moz-appearance: none;
3997
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3961
3998
  height: 1px;
3962
3999
  opacity: 0;
3963
4000
  width: 1px;
@@ -4229,7 +4266,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4229
4266
  .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
4267
  border-right-color: #9c9c9c;
4231
4268
  }
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) {
4269
+ .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
4270
  background-color: #393939;
4234
4271
  color: #f0f0f0;
4235
4272
  }
@@ -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;
@@ -2667,6 +2671,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2667
2671
  border-width: 1px 0 0;
2668
2672
  cursor: pointer;
2669
2673
  }
2674
+ .e-grid .e-disablepointer {
2675
+ cursor: default;
2676
+ }
2670
2677
  .e-grid .e-groupcaption {
2671
2678
  border-style: solid;
2672
2679
  border-width: 1px 0 0;
@@ -2888,6 +2895,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2888
2895
  .e-grid .e-checkboxfiltertext {
2889
2896
  width: 150px;
2890
2897
  word-break: normal;
2898
+ /* stylelint-disable */
2899
+ /* stylelint-enable */
2891
2900
  }
2892
2901
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2893
2902
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2947,10 +2956,10 @@ li.e-separator.e-menu-item.e-excel-separator {
2947
2956
  overflow: hidden;
2948
2957
  }
2949
2958
  .e-grid .e-frozenhdrcont {
2950
- -ms-touch-action: none;
2959
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2951
2960
  }
2952
2961
  .e-grid .e-frozencontent {
2953
- -ms-touch-action: none;
2962
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2954
2963
  border-bottom-width: 1px;
2955
2964
  float: left;
2956
2965
  width: min-content;
@@ -2959,19 +2968,19 @@ li.e-separator.e-menu-item.e-excel-separator {
2959
2968
  float: right;
2960
2969
  }
2961
2970
  .e-grid .e-movablecontent {
2962
- -ms-overflow-style: none;
2971
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2963
2972
  -ms-flex: 1;
2964
2973
  flex: 1;
2965
2974
  overflow-x: auto;
2966
2975
  overflow-y: hidden;
2967
2976
  }
2968
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2977
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2969
2978
  display: none;
2970
2979
  }
2971
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2980
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2972
2981
  width: 7px;
2973
2982
  }
2974
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2983
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2975
2984
  background-color: rgba(0, 0, 0, 0.5);
2976
2985
  border-radius: 4px;
2977
2986
  }
@@ -3348,7 +3357,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3348
3357
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3349
3358
  display: inline-block;
3350
3359
  }
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 {
3360
+ .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
3361
  text-overflow: clip;
3353
3362
  }
3354
3363
  .e-grid .e-clipboard {
@@ -3378,6 +3387,34 @@ li.e-separator.e-menu-item.e-excel-separator {
3378
3387
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3379
3388
  border-right: 0;
3380
3389
  }
3390
+ .e-grid .e-mask {
3391
+ background-color: rgba(0, 0, 0, 0.1);
3392
+ display: inline-block;
3393
+ height: 10px;
3394
+ width: 80%;
3395
+ }
3396
+ .e-grid .e-mask.e-mask-group-intent {
3397
+ margin-left: 7px;
3398
+ width: 16px;
3399
+ }
3400
+ .e-grid .e-mask.e-mask-detail-intent {
3401
+ width: 16px;
3402
+ }
3403
+ .e-grid .e-mask.e-mask-checkbox-intent {
3404
+ margin-left: 3px;
3405
+ margin-right: 16px;
3406
+ width: 20px;
3407
+ }
3408
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3409
+ width: 13px;
3410
+ }
3411
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3412
+ margin-left: 8px;
3413
+ }
3414
+ .e-grid .e-mask.e-mask-drag-intent {
3415
+ margin-left: 12px;
3416
+ width: 12px;
3417
+ }
3381
3418
  .e-grid.sf-grid .e-table {
3382
3419
  border-spacing: 0.25px;
3383
3420
  }
@@ -3958,7 +3995,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3958
3995
  }
3959
3996
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3960
3997
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3961
- -moz-appearance: none;
3998
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3962
3999
  height: 1px;
3963
4000
  opacity: 0;
3964
4001
  width: 1px;
@@ -4230,7 +4267,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4230
4267
  .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
4268
  border-right-color: #317ab9;
4232
4269
  }
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) {
4270
+ .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
4271
  background-color: #f5f5f5;
4235
4272
  color: #333;
4236
4273
  }
@@ -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;
@@ -2722,6 +2726,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2722
2726
  border-width: 1px 0 0;
2723
2727
  cursor: pointer;
2724
2728
  }
2729
+ .e-grid .e-disablepointer {
2730
+ cursor: default;
2731
+ }
2725
2732
  .e-grid .e-groupcaption {
2726
2733
  border-style: solid;
2727
2734
  border-width: 1px 0 0;
@@ -2943,6 +2950,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2943
2950
  .e-grid .e-checkboxfiltertext {
2944
2951
  width: 150px;
2945
2952
  word-break: normal;
2953
+ /* stylelint-disable */
2954
+ /* stylelint-enable */
2946
2955
  }
2947
2956
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2948
2957
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -3002,10 +3011,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3002
3011
  overflow: hidden;
3003
3012
  }
3004
3013
  .e-grid .e-frozenhdrcont {
3005
- -ms-touch-action: none;
3014
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
3006
3015
  }
3007
3016
  .e-grid .e-frozencontent {
3008
- -ms-touch-action: none;
3017
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
3009
3018
  border-bottom-width: 1px;
3010
3019
  float: left;
3011
3020
  width: min-content;
@@ -3014,19 +3023,19 @@ li.e-separator.e-menu-item.e-excel-separator {
3014
3023
  float: right;
3015
3024
  }
3016
3025
  .e-grid .e-movablecontent {
3017
- -ms-overflow-style: none;
3026
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
3018
3027
  -ms-flex: 1;
3019
3028
  flex: 1;
3020
3029
  overflow-x: auto;
3021
3030
  overflow-y: hidden;
3022
3031
  }
3023
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
3032
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3024
3033
  display: none;
3025
3034
  }
3026
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
3035
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
3027
3036
  width: 7px;
3028
3037
  }
3029
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
3038
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
3030
3039
  background-color: rgba(0, 0, 0, 0.5);
3031
3040
  border-radius: 4px;
3032
3041
  }
@@ -3390,10 +3399,10 @@ li.e-separator.e-menu-item.e-excel-separator {
3390
3399
  text-overflow: ellipsis;
3391
3400
  }
3392
3401
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3393
- margin: -34px 3px;
3402
+ margin: -30px 10px;
3394
3403
  }
3395
3404
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3396
- margin: -34px -5px;
3405
+ margin: -30px -5px;
3397
3406
  }
3398
3407
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3399
3408
  margin: -27px 20px -29px 0;
@@ -3404,7 +3413,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3404
3413
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3405
3414
  display: inline-block;
3406
3415
  }
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 {
3416
+ .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
3417
  text-overflow: clip;
3409
3418
  }
3410
3419
  .e-grid .e-clipboard {
@@ -3434,6 +3443,34 @@ li.e-separator.e-menu-item.e-excel-separator {
3434
3443
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3435
3444
  border-right: 0;
3436
3445
  }
3446
+ .e-grid .e-mask {
3447
+ background-color: rgba(0, 0, 0, 0.1);
3448
+ display: inline-block;
3449
+ height: 10px;
3450
+ width: 80%;
3451
+ }
3452
+ .e-grid .e-mask.e-mask-group-intent {
3453
+ margin-left: 7px;
3454
+ width: 16px;
3455
+ }
3456
+ .e-grid .e-mask.e-mask-detail-intent {
3457
+ width: 16px;
3458
+ }
3459
+ .e-grid .e-mask.e-mask-checkbox-intent {
3460
+ margin-left: 3px;
3461
+ margin-right: 16px;
3462
+ width: 20px;
3463
+ }
3464
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3465
+ width: 13px;
3466
+ }
3467
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3468
+ margin-left: 8px;
3469
+ }
3470
+ .e-grid .e-mask.e-mask-drag-intent {
3471
+ margin-left: 12px;
3472
+ width: 12px;
3473
+ }
3437
3474
  .e-grid.sf-grid .e-table {
3438
3475
  border-spacing: 0.25px;
3439
3476
  }
@@ -4014,7 +4051,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4014
4051
  }
4015
4052
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
4016
4053
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
4017
- -moz-appearance: none;
4054
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
4018
4055
  height: 1px;
4019
4056
  opacity: 0;
4020
4057
  width: 1px;
@@ -4286,7 +4323,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4286
4323
  .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
4324
  border-right-color: #6c757d;
4288
4325
  }
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) {
4326
+ .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
4327
  background-color: rgba(0, 0, 0, 0.08);
4291
4328
  color: #212529;
4292
4329
  }