@syncfusion/ej2-angular-grids 20.2.45-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 (220) 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 +26 -12
  19. package/schematics/utils/lib-details.ts +2 -2
  20. package/src/grid/aggregate-columns.directive.d.ts +5 -0
  21. package/src/grid/aggregates.directive.d.ts +5 -0
  22. package/src/grid/columns.directive.d.ts +5 -0
  23. package/src/grid/grid-all.module.d.ts +6 -0
  24. package/src/grid/grid.component.d.ts +3 -0
  25. package/src/grid/grid.module.d.ts +10 -0
  26. package/src/grid/stacked-column.directive.d.ts +5 -0
  27. package/src/pager/pager-all.module.d.ts +6 -0
  28. package/src/pager/pager.component.d.ts +3 -0
  29. package/src/pager/pager.module.d.ts +6 -0
  30. package/styles/bootstrap-dark.css +23 -17
  31. package/styles/bootstrap.css +23 -17
  32. package/styles/bootstrap4.css +25 -19
  33. package/styles/bootstrap5-dark.css +28 -21
  34. package/styles/bootstrap5.css +28 -21
  35. package/styles/excel-filter/_all.scss +2 -0
  36. package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
  37. package/styles/excel-filter/_bootstrap-definition.scss +64 -0
  38. package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
  39. package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
  40. package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
  41. package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
  42. package/styles/excel-filter/_fabric-definition.scss +64 -0
  43. package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
  44. package/styles/excel-filter/_fluent-definition.scss +70 -0
  45. package/styles/excel-filter/_fusionnew-definition.scss +70 -0
  46. package/styles/excel-filter/_highcontrast-definition.scss +59 -0
  47. package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
  48. package/styles/excel-filter/_layout.scss +412 -0
  49. package/styles/excel-filter/_material-dark-definition.scss +61 -0
  50. package/styles/excel-filter/_material-definition.scss +62 -0
  51. package/styles/excel-filter/_material3-definition.scss +70 -0
  52. package/styles/excel-filter/_office-365-definition.scss +1 -0
  53. package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
  54. package/styles/excel-filter/_tailwind-definition.scss +69 -0
  55. package/styles/excel-filter/_theme.scss +28 -0
  56. package/styles/excel-filter/bootstrap-dark.css +3 -5
  57. package/styles/excel-filter/bootstrap-dark.scss +16 -1
  58. package/styles/excel-filter/bootstrap.css +3 -5
  59. package/styles/excel-filter/bootstrap.scss +16 -1
  60. package/styles/excel-filter/bootstrap4.css +3 -5
  61. package/styles/excel-filter/bootstrap4.scss +16 -1
  62. package/styles/excel-filter/bootstrap5-dark.css +3 -5
  63. package/styles/excel-filter/bootstrap5-dark.scss +16 -1
  64. package/styles/excel-filter/bootstrap5.css +3 -5
  65. package/styles/excel-filter/bootstrap5.scss +16 -1
  66. package/styles/excel-filter/fabric-dark.css +4 -6
  67. package/styles/excel-filter/fabric-dark.scss +16 -1
  68. package/styles/excel-filter/fabric.css +4 -6
  69. package/styles/excel-filter/fabric.scss +16 -1
  70. package/styles/excel-filter/fluent-dark.css +3 -5
  71. package/styles/excel-filter/fluent-dark.scss +16 -1
  72. package/styles/excel-filter/fluent.css +3 -5
  73. package/styles/excel-filter/fluent.scss +16 -1
  74. package/styles/excel-filter/highcontrast-light.css +4 -6
  75. package/styles/excel-filter/highcontrast-light.scss +16 -1
  76. package/styles/excel-filter/highcontrast.css +4 -6
  77. package/styles/excel-filter/highcontrast.scss +16 -1
  78. package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
  79. package/styles/excel-filter/icons/_bootstrap.scss +38 -0
  80. package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
  81. package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
  82. package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
  83. package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
  84. package/styles/excel-filter/icons/_fabric.scss +38 -0
  85. package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
  86. package/styles/excel-filter/icons/_fluent.scss +42 -0
  87. package/styles/excel-filter/icons/_fusionnew.scss +42 -0
  88. package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
  89. package/styles/excel-filter/icons/_highcontrast.scss +38 -0
  90. package/styles/excel-filter/icons/_material-dark.scss +38 -0
  91. package/styles/excel-filter/icons/_material.scss +38 -0
  92. package/styles/excel-filter/icons/_material3.scss +42 -0
  93. package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
  94. package/styles/excel-filter/icons/_tailwind.scss +42 -0
  95. package/styles/excel-filter/material-dark.css +4 -6
  96. package/styles/excel-filter/material-dark.scss +16 -1
  97. package/styles/excel-filter/material.css +4 -6
  98. package/styles/excel-filter/material.scss +16 -1
  99. package/styles/excel-filter/tailwind-dark.css +3 -5
  100. package/styles/excel-filter/tailwind-dark.scss +16 -1
  101. package/styles/excel-filter/tailwind.css +3 -5
  102. package/styles/excel-filter/tailwind.scss +16 -1
  103. package/styles/fabric-dark.css +25 -19
  104. package/styles/fabric.css +25 -19
  105. package/styles/fluent-dark.css +25 -19
  106. package/styles/fluent.css +25 -19
  107. package/styles/grid/_all.scss +2 -0
  108. package/styles/grid/_bootstrap-dark-definition.scss +596 -0
  109. package/styles/grid/_bootstrap-definition.scss +598 -0
  110. package/styles/grid/_bootstrap4-definition.scss +602 -0
  111. package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
  112. package/styles/grid/_bootstrap5-definition.scss +597 -0
  113. package/styles/grid/_fabric-dark-definition.scss +594 -0
  114. package/styles/grid/_fabric-definition.scss +594 -0
  115. package/styles/grid/_fluent-dark-definition.scss +1 -0
  116. package/styles/grid/_fluent-definition.scss +589 -0
  117. package/styles/grid/_fusionnew-definition.scss +574 -0
  118. package/styles/grid/_highcontrast-definition.scss +594 -0
  119. package/styles/grid/_highcontrast-light-definition.scss +590 -0
  120. package/styles/grid/_layout.scss +4310 -0
  121. package/styles/grid/_material-dark-definition.scss +594 -0
  122. package/styles/grid/_material-definition.scss +592 -0
  123. package/styles/grid/_material3-definition.scss +598 -0
  124. package/styles/grid/_office-365-definition.scss +1 -0
  125. package/styles/grid/_tailwind-dark-definition.scss +1 -0
  126. package/styles/grid/_tailwind-definition.scss +603 -0
  127. package/styles/grid/_theme.scss +603 -0
  128. package/styles/grid/bootstrap-dark.css +20 -12
  129. package/styles/grid/bootstrap-dark.scss +20 -1
  130. package/styles/grid/bootstrap.css +20 -12
  131. package/styles/grid/bootstrap.scss +20 -1
  132. package/styles/grid/bootstrap4.css +22 -14
  133. package/styles/grid/bootstrap4.scss +20 -1
  134. package/styles/grid/bootstrap5-dark.css +25 -16
  135. package/styles/grid/bootstrap5-dark.scss +20 -1
  136. package/styles/grid/bootstrap5.css +25 -16
  137. package/styles/grid/bootstrap5.scss +20 -1
  138. package/styles/grid/fabric-dark.css +21 -13
  139. package/styles/grid/fabric-dark.scss +20 -1
  140. package/styles/grid/fabric.css +21 -13
  141. package/styles/grid/fabric.scss +20 -1
  142. package/styles/grid/fluent-dark.css +22 -14
  143. package/styles/grid/fluent-dark.scss +20 -1
  144. package/styles/grid/fluent.css +22 -14
  145. package/styles/grid/fluent.scss +20 -1
  146. package/styles/grid/highcontrast-light.css +21 -13
  147. package/styles/grid/highcontrast-light.scss +20 -1
  148. package/styles/grid/highcontrast.css +21 -13
  149. package/styles/grid/highcontrast.scss +20 -1
  150. package/styles/grid/icons/_bootstrap-dark.scss +226 -0
  151. package/styles/grid/icons/_bootstrap.scss +226 -0
  152. package/styles/grid/icons/_bootstrap4.scss +225 -0
  153. package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
  154. package/styles/grid/icons/_bootstrap5.scss +246 -0
  155. package/styles/grid/icons/_fabric-dark.scss +225 -0
  156. package/styles/grid/icons/_fabric.scss +225 -0
  157. package/styles/grid/icons/_fluent-dark.scss +1 -0
  158. package/styles/grid/icons/_fluent.scss +246 -0
  159. package/styles/grid/icons/_fusionnew.scss +246 -0
  160. package/styles/grid/icons/_highcontrast-light.scss +225 -0
  161. package/styles/grid/icons/_highcontrast.scss +225 -0
  162. package/styles/grid/icons/_material-dark.scss +225 -0
  163. package/styles/grid/icons/_material.scss +225 -0
  164. package/styles/grid/icons/_material3.scss +246 -0
  165. package/styles/grid/icons/_tailwind-dark.scss +1 -0
  166. package/styles/grid/icons/_tailwind.scss +246 -0
  167. package/styles/grid/material-dark.css +21 -13
  168. package/styles/grid/material-dark.scss +20 -1
  169. package/styles/grid/material.css +21 -13
  170. package/styles/grid/material.scss +20 -1
  171. package/styles/grid/tailwind-dark.css +24 -16
  172. package/styles/grid/tailwind-dark.scss +20 -1
  173. package/styles/grid/tailwind.css +24 -16
  174. package/styles/grid/tailwind.scss +20 -1
  175. package/styles/highcontrast-light.css +25 -19
  176. package/styles/highcontrast.css +25 -19
  177. package/styles/material-dark.css +25 -19
  178. package/styles/material.css +25 -19
  179. package/styles/tailwind-dark.css +27 -21
  180. package/styles/tailwind.css +27 -21
  181. package/syncfusion-ej2-angular-grids.d.ts +5 -0
  182. package/@syncfusion/ej2-angular-grids.es5.js +0 -988
  183. package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
  184. package/@syncfusion/ej2-angular-grids.js +0 -927
  185. package/@syncfusion/ej2-angular-grids.js.map +0 -1
  186. package/CHANGELOG.md +0 -2701
  187. package/dist/ej2-angular-grids.umd.js +0 -1580
  188. package/dist/ej2-angular-grids.umd.js.map +0 -1
  189. package/dist/ej2-angular-grids.umd.min.js +0 -11
  190. package/dist/ej2-angular-grids.umd.min.js.map +0 -1
  191. package/ej2-angular-grids.d.ts +0 -6
  192. package/ej2-angular-grids.metadata.json +0 -1
  193. package/postinstall/tagchange.js +0 -18
  194. package/schematics/collection.json +0 -20
  195. package/schematics/generators/grid-default/index.d.ts +0 -3
  196. package/schematics/generators/grid-default/index.js +0 -8
  197. package/schematics/generators/grid-default/sample-details.d.ts +0 -5
  198. package/schematics/generators/grid-default/sample-details.js +0 -7
  199. package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  200. package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  201. package/schematics/generators/grid-default/schema.d.ts +0 -3
  202. package/schematics/generators/grid-default/schema.js +0 -2
  203. package/schematics/generators/grid-default/schema.json +0 -125
  204. package/schematics/generators/grid-feature/index.d.ts +0 -3
  205. package/schematics/generators/grid-feature/index.js +0 -8
  206. package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
  207. package/schematics/generators/grid-feature/sample-details.js +0 -7
  208. package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  209. package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  210. package/schematics/generators/grid-feature/schema.d.ts +0 -3
  211. package/schematics/generators/grid-feature/schema.js +0 -2
  212. package/schematics/generators/grid-feature/schema.json +0 -125
  213. package/schematics/ng-add/index.d.ts +0 -3
  214. package/schematics/ng-add/index.js +0 -9
  215. package/schematics/ng-add/schema.d.ts +0 -13
  216. package/schematics/ng-add/schema.js +0 -2
  217. package/schematics/ng-add/schema.json +0 -34
  218. package/schematics/tsconfig.json +0 -25
  219. package/schematics/utils/lib-details.d.ts +0 -4
  220. 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);
@@ -352,6 +354,7 @@
352
354
  .e-bigger .e-grid,
353
355
  .e-grid.e-bigger {
354
356
  font-size: 14px;
357
+ /* stylelint-disable */
355
358
  }
356
359
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
357
360
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1009,6 +1012,9 @@
1009
1012
  font-size: 13px;
1010
1013
  height: auto;
1011
1014
  position: relative;
1015
+ /* stylelint-enable */
1016
+ /* stylelint-disable */
1017
+ /* stylelint-enable */
1012
1018
  }
1013
1019
  .e-grid .e-gridheader {
1014
1020
  -webkit-user-select: none;
@@ -1916,7 +1922,7 @@
1916
1922
  padding-left: 8px;
1917
1923
  }
1918
1924
  .e-grid .e-chk-hidden {
1919
- -moz-appearance: none;
1925
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1920
1926
  height: 1px;
1921
1927
  opacity: 0;
1922
1928
  width: 1px;
@@ -1930,7 +1936,7 @@
1930
1936
  }
1931
1937
  .e-grid .e-rowcell .e-checkbox-wrapper,
1932
1938
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1933
- -webkit-user-select: auto;
1939
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1934
1940
  height: 20px;
1935
1941
  line-height: 20px;
1936
1942
  position: relative;
@@ -2126,7 +2132,7 @@
2126
2132
  padding: 2px;
2127
2133
  }
2128
2134
  .e-grid .e-content {
2129
- -webkit-overflow-scrolling: touch;
2135
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2130
2136
  overflow-x: auto;
2131
2137
  overflow-y: scroll;
2132
2138
  position: relative;
@@ -2477,6 +2483,8 @@
2477
2483
  .e-grid .e-checkboxfiltertext {
2478
2484
  width: 150px;
2479
2485
  word-break: normal;
2486
+ /* stylelint-disable */
2487
+ /* stylelint-enable */
2480
2488
  }
2481
2489
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2482
2490
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2536,10 +2544,10 @@
2536
2544
  overflow: hidden;
2537
2545
  }
2538
2546
  .e-grid .e-frozenhdrcont {
2539
- -ms-touch-action: none;
2547
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2540
2548
  }
2541
2549
  .e-grid .e-frozencontent {
2542
- -ms-touch-action: none;
2550
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2543
2551
  border-bottom-width: 1px;
2544
2552
  float: left;
2545
2553
  width: min-content;
@@ -2548,19 +2556,19 @@
2548
2556
  float: right;
2549
2557
  }
2550
2558
  .e-grid .e-movablecontent {
2551
- -ms-overflow-style: none;
2559
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2552
2560
  -ms-flex: 1;
2553
2561
  flex: 1;
2554
2562
  overflow-x: auto;
2555
2563
  overflow-y: hidden;
2556
2564
  }
2557
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2565
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2558
2566
  display: none;
2559
2567
  }
2560
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2568
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2561
2569
  width: 7px;
2562
2570
  }
2563
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2571
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2564
2572
  background-color: rgba(0, 0, 0, 0.5);
2565
2573
  border-radius: 4px;
2566
2574
  }
@@ -2937,7 +2945,7 @@
2937
2945
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
2938
2946
  display: inline-block;
2939
2947
  }
2940
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
2948
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
2941
2949
  text-overflow: clip;
2942
2950
  }
2943
2951
  .e-grid .e-clipboard {
@@ -3547,7 +3555,7 @@
3547
3555
  }
3548
3556
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3549
3557
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3550
- -moz-appearance: none;
3558
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3551
3559
  height: 1px;
3552
3560
  opacity: 0;
3553
3561
  width: 1px;
@@ -3819,7 +3827,7 @@
3819
3827
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
3820
3828
  border-right-color: #9c9c9c;
3821
3829
  }
3822
- .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) {
3830
+ .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) {
3823
3831
  background-color: #393939;
3824
3832
  color: #f0f0f0;
3825
3833
  }
@@ -1 +1,20 @@
1
- @import 'ej2-grids/styles/grid/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import 'ej2-navigations/styles/pager/bootstrap-dark-definition.scss';
3
+ @import '../excel-filter/bootstrap-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
6
+ @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
7
+ @import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
9
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
10
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
11
+ @import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
12
+ @import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
13
+ @import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
16
+ @import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
17
+ @import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
18
+ @import 'bootstrap-dark-definition.scss';
19
+ @import 'icons/bootstrap-dark.scss';
20
+ @import 'all.scss';
@@ -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);
@@ -353,6 +355,7 @@
353
355
  .e-bigger .e-grid,
354
356
  .e-grid.e-bigger {
355
357
  font-size: 14px;
358
+ /* stylelint-disable */
356
359
  }
357
360
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
358
361
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1010,6 +1013,9 @@
1010
1013
  font-size: 13px;
1011
1014
  height: auto;
1012
1015
  position: relative;
1016
+ /* stylelint-enable */
1017
+ /* stylelint-disable */
1018
+ /* stylelint-enable */
1013
1019
  }
1014
1020
  .e-grid .e-gridheader {
1015
1021
  -webkit-user-select: none;
@@ -1917,7 +1923,7 @@
1917
1923
  padding-left: 8px;
1918
1924
  }
1919
1925
  .e-grid .e-chk-hidden {
1920
- -moz-appearance: none;
1926
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1921
1927
  height: 1px;
1922
1928
  opacity: 0;
1923
1929
  width: 1px;
@@ -1931,7 +1937,7 @@
1931
1937
  }
1932
1938
  .e-grid .e-rowcell .e-checkbox-wrapper,
1933
1939
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1934
- -webkit-user-select: auto;
1940
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1935
1941
  height: 20px;
1936
1942
  line-height: 20px;
1937
1943
  position: relative;
@@ -2127,7 +2133,7 @@
2127
2133
  padding: 2px;
2128
2134
  }
2129
2135
  .e-grid .e-content {
2130
- -webkit-overflow-scrolling: touch;
2136
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2131
2137
  overflow-x: auto;
2132
2138
  overflow-y: scroll;
2133
2139
  position: relative;
@@ -2478,6 +2484,8 @@
2478
2484
  .e-grid .e-checkboxfiltertext {
2479
2485
  width: 150px;
2480
2486
  word-break: normal;
2487
+ /* stylelint-disable */
2488
+ /* stylelint-enable */
2481
2489
  }
2482
2490
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2483
2491
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2537,10 +2545,10 @@
2537
2545
  overflow: hidden;
2538
2546
  }
2539
2547
  .e-grid .e-frozenhdrcont {
2540
- -ms-touch-action: none;
2548
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2541
2549
  }
2542
2550
  .e-grid .e-frozencontent {
2543
- -ms-touch-action: none;
2551
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2544
2552
  border-bottom-width: 1px;
2545
2553
  float: left;
2546
2554
  width: min-content;
@@ -2549,19 +2557,19 @@
2549
2557
  float: right;
2550
2558
  }
2551
2559
  .e-grid .e-movablecontent {
2552
- -ms-overflow-style: none;
2560
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2553
2561
  -ms-flex: 1;
2554
2562
  flex: 1;
2555
2563
  overflow-x: auto;
2556
2564
  overflow-y: hidden;
2557
2565
  }
2558
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2566
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2559
2567
  display: none;
2560
2568
  }
2561
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2569
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2562
2570
  width: 7px;
2563
2571
  }
2564
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2572
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2565
2573
  background-color: rgba(0, 0, 0, 0.5);
2566
2574
  border-radius: 4px;
2567
2575
  }
@@ -2938,7 +2946,7 @@
2938
2946
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
2939
2947
  display: inline-block;
2940
2948
  }
2941
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
2949
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
2942
2950
  text-overflow: clip;
2943
2951
  }
2944
2952
  .e-grid .e-clipboard {
@@ -3548,7 +3556,7 @@
3548
3556
  }
3549
3557
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3550
3558
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3551
- -moz-appearance: none;
3559
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3552
3560
  height: 1px;
3553
3561
  opacity: 0;
3554
3562
  width: 1px;
@@ -3820,7 +3828,7 @@
3820
3828
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
3821
3829
  border-right-color: #317ab9;
3822
3830
  }
3823
- .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) {
3831
+ .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) {
3824
3832
  background-color: #f5f5f5;
3825
3833
  color: #333;
3826
3834
  }
@@ -1 +1,20 @@
1
- @import 'ej2-grids/styles/grid/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import 'ej2-navigations/styles/pager/bootstrap-definition.scss';
3
+ @import '../excel-filter/bootstrap-definition.scss';
4
+ @import 'ej2-inputs/styles/input/bootstrap-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
6
+ @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
7
+ @import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
8
+ @import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
9
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
10
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
11
+ @import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
12
+ @import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
13
+ @import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
14
+ @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
15
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
16
+ @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
17
+ @import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
18
+ @import 'bootstrap-definition.scss';
19
+ @import 'icons/bootstrap.scss';
20
+ @import 'all.scss';
@@ -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);
@@ -392,6 +394,7 @@
392
394
  .e-bigger .e-grid,
393
395
  .e-grid.e-bigger {
394
396
  font-size: 16px;
397
+ /* stylelint-disable */
395
398
  }
396
399
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
397
400
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1055,6 +1058,9 @@
1055
1058
  font-size: 14px;
1056
1059
  height: auto;
1057
1060
  position: relative;
1061
+ /* stylelint-enable */
1062
+ /* stylelint-disable */
1063
+ /* stylelint-enable */
1058
1064
  }
1059
1065
  .e-grid .e-gridheader {
1060
1066
  -webkit-user-select: none;
@@ -1962,7 +1968,7 @@
1962
1968
  padding-left: 8px;
1963
1969
  }
1964
1970
  .e-grid .e-chk-hidden {
1965
- -moz-appearance: none;
1971
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1966
1972
  height: 1px;
1967
1973
  opacity: 0;
1968
1974
  width: 1px;
@@ -1976,7 +1982,7 @@
1976
1982
  }
1977
1983
  .e-grid .e-rowcell .e-checkbox-wrapper,
1978
1984
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1979
- -webkit-user-select: auto;
1985
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1980
1986
  height: 20px;
1981
1987
  line-height: 20px;
1982
1988
  position: relative;
@@ -2172,7 +2178,7 @@
2172
2178
  padding: 2px;
2173
2179
  }
2174
2180
  .e-grid .e-content {
2175
- -webkit-overflow-scrolling: touch;
2181
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2176
2182
  overflow-x: auto;
2177
2183
  overflow-y: scroll;
2178
2184
  position: relative;
@@ -2525,6 +2531,8 @@
2525
2531
  .e-grid .e-checkboxfiltertext {
2526
2532
  width: 150px;
2527
2533
  word-break: normal;
2534
+ /* stylelint-disable */
2535
+ /* stylelint-enable */
2528
2536
  }
2529
2537
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2530
2538
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2584,10 +2592,10 @@
2584
2592
  overflow: hidden;
2585
2593
  }
2586
2594
  .e-grid .e-frozenhdrcont {
2587
- -ms-touch-action: none;
2595
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2588
2596
  }
2589
2597
  .e-grid .e-frozencontent {
2590
- -ms-touch-action: none;
2598
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2591
2599
  border-bottom-width: 1px;
2592
2600
  float: left;
2593
2601
  width: min-content;
@@ -2596,19 +2604,19 @@
2596
2604
  float: right;
2597
2605
  }
2598
2606
  .e-grid .e-movablecontent {
2599
- -ms-overflow-style: none;
2607
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2600
2608
  -ms-flex: 1;
2601
2609
  flex: 1;
2602
2610
  overflow-x: auto;
2603
2611
  overflow-y: hidden;
2604
2612
  }
2605
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2613
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2606
2614
  display: none;
2607
2615
  }
2608
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2616
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2609
2617
  width: 7px;
2610
2618
  }
2611
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2619
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2612
2620
  background-color: rgba(0, 0, 0, 0.5);
2613
2621
  border-radius: 4px;
2614
2622
  }
@@ -2972,10 +2980,10 @@
2972
2980
  text-overflow: ellipsis;
2973
2981
  }
2974
2982
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2975
- margin: -34px 3px;
2983
+ margin: -30px 10px;
2976
2984
  }
2977
2985
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
2978
- margin: -34px -5px;
2986
+ margin: -30px -5px;
2979
2987
  }
2980
2988
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
2981
2989
  margin: -27px 20px -29px 0;
@@ -2986,7 +2994,7 @@
2986
2994
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
2987
2995
  display: inline-block;
2988
2996
  }
2989
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
2997
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
2990
2998
  text-overflow: clip;
2991
2999
  }
2992
3000
  .e-grid .e-clipboard {
@@ -3596,7 +3604,7 @@
3596
3604
  }
3597
3605
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3598
3606
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3599
- -moz-appearance: none;
3607
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3600
3608
  height: 1px;
3601
3609
  opacity: 0;
3602
3610
  width: 1px;
@@ -3868,7 +3876,7 @@
3868
3876
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
3869
3877
  border-right-color: #6c757d;
3870
3878
  }
3871
- .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) {
3879
+ .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) {
3872
3880
  background-color: rgba(0, 0, 0, 0.08);
3873
3881
  color: #212529;
3874
3882
  }
@@ -1 +1,20 @@
1
- @import 'ej2-grids/styles/grid/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import 'ej2-navigations/styles/pager/bootstrap4-definition.scss';
3
+ @import '../excel-filter/bootstrap4-definition.scss';
4
+ @import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
6
+ @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
7
+ @import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
8
+ @import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
9
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
10
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
11
+ @import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
12
+ @import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
13
+ @import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
14
+ @import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
15
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
16
+ @import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
17
+ @import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
18
+ @import 'bootstrap4-definition.scss';
19
+ @import 'icons/bootstrap4.scss';
20
+ @import 'all.scss';
@@ -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);
@@ -161,6 +163,7 @@
161
163
  }
162
164
  }
163
165
  /*! Toolbar's bootstrap5 theme wise override definitions and variables */
166
+ /* stylelint-disable */
164
167
  /*! component icons */
165
168
  .e-icon-check::before {
166
169
  content: "\e774";
@@ -405,6 +408,7 @@
405
408
  .e-bigger .e-grid,
406
409
  .e-grid.e-bigger {
407
410
  font-size: 16px;
411
+ /* stylelint-disable */
408
412
  }
409
413
  .e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
410
414
  .e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
@@ -1068,6 +1072,9 @@
1068
1072
  font-size: 14px;
1069
1073
  height: auto;
1070
1074
  position: relative;
1075
+ /* stylelint-enable */
1076
+ /* stylelint-disable */
1077
+ /* stylelint-enable */
1071
1078
  }
1072
1079
  .e-grid .e-gridheader {
1073
1080
  -webkit-user-select: none;
@@ -1976,7 +1983,7 @@
1976
1983
  padding-left: 8px;
1977
1984
  }
1978
1985
  .e-grid .e-chk-hidden {
1979
- -moz-appearance: none;
1986
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
1980
1987
  height: 1px;
1981
1988
  opacity: 0;
1982
1989
  width: 1px;
@@ -1990,7 +1997,7 @@
1990
1997
  }
1991
1998
  .e-grid .e-rowcell .e-checkbox-wrapper,
1992
1999
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
1993
- -webkit-user-select: auto;
2000
+ -webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
1994
2001
  height: 20px;
1995
2002
  line-height: 20px;
1996
2003
  position: relative;
@@ -2186,7 +2193,7 @@
2186
2193
  padding: 2px;
2187
2194
  }
2188
2195
  .e-grid .e-content {
2189
- -webkit-overflow-scrolling: touch;
2196
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
2190
2197
  overflow-x: auto;
2191
2198
  overflow-y: scroll;
2192
2199
  position: relative;
@@ -2537,6 +2544,8 @@
2537
2544
  .e-grid .e-checkboxfiltertext {
2538
2545
  width: 150px;
2539
2546
  word-break: normal;
2547
+ /* stylelint-disable */
2548
+ /* stylelint-enable */
2540
2549
  }
2541
2550
  .e-grid .e-frozenhdrcont .e-headercontent > .e-table,
2542
2551
  .e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
@@ -2596,10 +2605,10 @@
2596
2605
  overflow: hidden;
2597
2606
  }
2598
2607
  .e-grid .e-frozenhdrcont {
2599
- -ms-touch-action: none;
2608
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2600
2609
  }
2601
2610
  .e-grid .e-frozencontent {
2602
- -ms-touch-action: none;
2611
+ -ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
2603
2612
  border-bottom-width: 1px;
2604
2613
  float: left;
2605
2614
  width: min-content;
@@ -2608,19 +2617,19 @@
2608
2617
  float: right;
2609
2618
  }
2610
2619
  .e-grid .e-movablecontent {
2611
- -ms-overflow-style: none;
2620
+ -ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
2612
2621
  -ms-flex: 1;
2613
2622
  flex: 1;
2614
2623
  overflow-x: auto;
2615
2624
  overflow-y: hidden;
2616
2625
  }
2617
- .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
2626
+ .e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2618
2627
  display: none;
2619
2628
  }
2620
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar {
2629
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
2621
2630
  width: 7px;
2622
2631
  }
2623
- .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
2632
+ .e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
2624
2633
  background-color: rgba(0, 0, 0, 0.5);
2625
2634
  border-radius: 4px;
2626
2635
  }
@@ -2983,21 +2992,21 @@
2983
2992
  text-overflow: ellipsis;
2984
2993
  }
2985
2994
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2986
- margin: -20px 3px;
2995
+ margin: -30px 10px;
2987
2996
  }
2988
2997
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
2989
- margin: -20px -5px;
2998
+ margin: -30px -5px;
2990
2999
  }
2991
3000
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
2992
- margin: -14px 20px -29px 0;
3001
+ margin: -27px 20px -29px 0;
2993
3002
  }
2994
3003
  .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 {
2995
- margin: -14px 0;
3004
+ margin: -28px 0;
2996
3005
  }
2997
3006
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
2998
3007
  display: inline-block;
2999
3008
  }
3000
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3009
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3001
3010
  text-overflow: clip;
3002
3011
  }
3003
3012
  .e-grid .e-clipboard {
@@ -3617,7 +3626,7 @@
3617
3626
  }
3618
3627
  .e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
3619
3628
  .e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
3620
- -moz-appearance: none;
3629
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
3621
3630
  height: 1px;
3622
3631
  opacity: 0;
3623
3632
  width: 1px;
@@ -3893,7 +3902,7 @@
3893
3902
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
3894
3903
  border-right-color: #444c54;
3895
3904
  }
3896
- .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) {
3905
+ .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) {
3897
3906
  background-color: #31373d;
3898
3907
  color: #fff;
3899
3908
  }
@@ -1 +1,20 @@
1
- @import 'ej2-grids/styles/grid/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'ej2-navigations/styles/pager/bootstrap5-dark-definition.scss';
3
+ @import '../excel-filter/bootstrap5-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
6
+ @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
7
+ @import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
9
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
10
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
11
+ @import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
12
+ @import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
13
+ @import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
16
+ @import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
17
+ @import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
18
+ @import 'bootstrap5-dark-definition.scss';
19
+ @import 'icons/bootstrap5-dark.scss';
20
+ @import 'all.scss';