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

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 +51 -17
  30. package/styles/bootstrap.css +51 -17
  31. package/styles/bootstrap4.css +53 -19
  32. package/styles/bootstrap5-dark.css +56 -21
  33. package/styles/bootstrap5.css +56 -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 +53 -19
  103. package/styles/fabric.css +53 -19
  104. package/styles/fluent-dark.css +53 -19
  105. package/styles/fluent.css +53 -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 +4345 -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 +48 -12
  128. package/styles/grid/bootstrap-dark.scss +20 -1
  129. package/styles/grid/bootstrap.css +48 -12
  130. package/styles/grid/bootstrap.scss +20 -1
  131. package/styles/grid/bootstrap4.css +50 -14
  132. package/styles/grid/bootstrap4.scss +20 -1
  133. package/styles/grid/bootstrap5-dark.css +53 -16
  134. package/styles/grid/bootstrap5-dark.scss +20 -1
  135. package/styles/grid/bootstrap5.css +53 -16
  136. package/styles/grid/bootstrap5.scss +20 -1
  137. package/styles/grid/fabric-dark.css +49 -13
  138. package/styles/grid/fabric-dark.scss +20 -1
  139. package/styles/grid/fabric.css +49 -13
  140. package/styles/grid/fabric.scss +20 -1
  141. package/styles/grid/fluent-dark.css +50 -14
  142. package/styles/grid/fluent-dark.scss +20 -1
  143. package/styles/grid/fluent.css +50 -14
  144. package/styles/grid/fluent.scss +20 -1
  145. package/styles/grid/highcontrast-light.css +49 -13
  146. package/styles/grid/highcontrast-light.scss +20 -1
  147. package/styles/grid/highcontrast.css +49 -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 +49 -13
  167. package/styles/grid/material-dark.scss +20 -1
  168. package/styles/grid/material.css +49 -13
  169. package/styles/grid/material.scss +20 -1
  170. package/styles/grid/tailwind-dark.css +52 -16
  171. package/styles/grid/tailwind-dark.scss +20 -1
  172. package/styles/grid/tailwind.css +52 -16
  173. package/styles/grid/tailwind.scss +20 -1
  174. package/styles/highcontrast-light.css +53 -19
  175. package/styles/highcontrast.css +53 -19
  176. package/styles/material-dark.css +53 -19
  177. package/styles/material.css +53 -19
  178. package/styles/tailwind-dark.css +55 -21
  179. package/styles/tailwind.css +55 -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 -2701
  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 {
@@ -3377,6 +3383,34 @@ li.e-separator.e-menu-item.e-excel-separator {
3377
3383
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3378
3384
  border-right: 0;
3379
3385
  }
3386
+ .e-grid .e-mask {
3387
+ background-color: rgba(0, 0, 0, 0.1);
3388
+ display: inline-block;
3389
+ height: 10px;
3390
+ width: 80%;
3391
+ }
3392
+ .e-grid .e-mask.e-mask-group-intent {
3393
+ margin-left: 7px;
3394
+ width: 16px;
3395
+ }
3396
+ .e-grid .e-mask.e-mask-detail-intent {
3397
+ width: 16px;
3398
+ }
3399
+ .e-grid .e-mask.e-mask-checkbox-intent {
3400
+ margin-left: 3px;
3401
+ margin-right: 16px;
3402
+ width: 20px;
3403
+ }
3404
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3405
+ width: 13px;
3406
+ }
3407
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3408
+ margin-left: 8px;
3409
+ }
3410
+ .e-grid .e-mask.e-mask-drag-intent {
3411
+ margin-left: 12px;
3412
+ width: 12px;
3413
+ }
3380
3414
  .e-grid.sf-grid .e-table {
3381
3415
  border-spacing: 0.25px;
3382
3416
  }
@@ -3957,7 +3991,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3957
3991
  }
3958
3992
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3959
3993
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3960
- -moz-appearance: none;
3994
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3961
3995
  height: 1px;
3962
3996
  opacity: 0;
3963
3997
  width: 1px;
@@ -4229,7 +4263,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4229
4263
  .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
4264
  border-right-color: #9c9c9c;
4231
4265
  }
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) {
4266
+ .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
4267
  background-color: #393939;
4234
4268
  color: #f0f0f0;
4235
4269
  }
@@ -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 {
@@ -3378,6 +3384,34 @@ li.e-separator.e-menu-item.e-excel-separator {
3378
3384
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3379
3385
  border-right: 0;
3380
3386
  }
3387
+ .e-grid .e-mask {
3388
+ background-color: rgba(0, 0, 0, 0.1);
3389
+ display: inline-block;
3390
+ height: 10px;
3391
+ width: 80%;
3392
+ }
3393
+ .e-grid .e-mask.e-mask-group-intent {
3394
+ margin-left: 7px;
3395
+ width: 16px;
3396
+ }
3397
+ .e-grid .e-mask.e-mask-detail-intent {
3398
+ width: 16px;
3399
+ }
3400
+ .e-grid .e-mask.e-mask-checkbox-intent {
3401
+ margin-left: 3px;
3402
+ margin-right: 16px;
3403
+ width: 20px;
3404
+ }
3405
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3406
+ width: 13px;
3407
+ }
3408
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3409
+ margin-left: 8px;
3410
+ }
3411
+ .e-grid .e-mask.e-mask-drag-intent {
3412
+ margin-left: 12px;
3413
+ width: 12px;
3414
+ }
3381
3415
  .e-grid.sf-grid .e-table {
3382
3416
  border-spacing: 0.25px;
3383
3417
  }
@@ -3958,7 +3992,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3958
3992
  }
3959
3993
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3960
3994
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3961
- -moz-appearance: none;
3995
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3962
3996
  height: 1px;
3963
3997
  opacity: 0;
3964
3998
  width: 1px;
@@ -4230,7 +4264,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4230
4264
  .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
4265
  border-right-color: #317ab9;
4232
4266
  }
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) {
4267
+ .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
4268
  background-color: #f5f5f5;
4235
4269
  color: #333;
4236
4270
  }
@@ -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 {
@@ -3434,6 +3440,34 @@ li.e-separator.e-menu-item.e-excel-separator {
3434
3440
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
3435
3441
  border-right: 0;
3436
3442
  }
3443
+ .e-grid .e-mask {
3444
+ background-color: rgba(0, 0, 0, 0.1);
3445
+ display: inline-block;
3446
+ height: 10px;
3447
+ width: 80%;
3448
+ }
3449
+ .e-grid .e-mask.e-mask-group-intent {
3450
+ margin-left: 7px;
3451
+ width: 16px;
3452
+ }
3453
+ .e-grid .e-mask.e-mask-detail-intent {
3454
+ width: 16px;
3455
+ }
3456
+ .e-grid .e-mask.e-mask-checkbox-intent {
3457
+ margin-left: 3px;
3458
+ margin-right: 16px;
3459
+ width: 20px;
3460
+ }
3461
+ .e-grid .e-mask.e-mask-checkbox-filter-intent {
3462
+ width: 13px;
3463
+ }
3464
+ .e-grid .e-mask.e-mask-checkbox-filter-span-intent {
3465
+ margin-left: 8px;
3466
+ }
3467
+ .e-grid .e-mask.e-mask-drag-intent {
3468
+ margin-left: 12px;
3469
+ width: 12px;
3470
+ }
3437
3471
  .e-grid.sf-grid .e-table {
3438
3472
  border-spacing: 0.25px;
3439
3473
  }
@@ -4014,7 +4048,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4014
4048
  }
4015
4049
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
4016
4050
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
4017
- -moz-appearance: none;
4051
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
4018
4052
  height: 1px;
4019
4053
  opacity: 0;
4020
4054
  width: 1px;
@@ -4286,7 +4320,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4286
4320
  .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
4321
  border-right-color: #6c757d;
4288
4322
  }
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) {
4323
+ .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
4324
  background-color: rgba(0, 0, 0, 0.08);
4291
4325
  color: #212529;
4292
4326
  }