@syncfusion/ej2-angular-grids 20.4.42 → 20.4.43-ngcc

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 (180) hide show
  1. package/@syncfusion/ej2-angular-grids.es5.js +988 -0
  2. package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-grids.js +927 -0
  4. package/@syncfusion/ej2-angular-grids.js.map +1 -0
  5. package/CHANGELOG.md +2697 -0
  6. package/dist/ej2-angular-grids.umd.js +1603 -0
  7. package/dist/ej2-angular-grids.umd.js.map +1 -0
  8. package/dist/ej2-angular-grids.umd.min.js +11 -0
  9. package/dist/ej2-angular-grids.umd.min.js.map +1 -0
  10. package/ej2-angular-grids.d.ts +6 -0
  11. package/ej2-angular-grids.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/grid/aggregate-columns.directive.d.ts +0 -5
  18. package/src/grid/aggregates.directive.d.ts +0 -5
  19. package/src/grid/columns.directive.d.ts +0 -5
  20. package/src/grid/grid-all.module.d.ts +0 -6
  21. package/src/grid/grid.component.d.ts +0 -3
  22. package/src/grid/grid.module.d.ts +0 -10
  23. package/src/grid/stacked-column.directive.d.ts +0 -5
  24. package/src/pager/pager-all.module.d.ts +0 -6
  25. package/src/pager/pager.component.d.ts +0 -3
  26. package/src/pager/pager.module.d.ts +0 -6
  27. package/styles/bootstrap-dark.css +10 -3
  28. package/styles/bootstrap.css +10 -3
  29. package/styles/bootstrap4.css +10 -3
  30. package/styles/bootstrap5-dark.css +10 -3
  31. package/styles/bootstrap5.css +10 -3
  32. package/styles/excel-filter/bootstrap-dark.scss +1 -17
  33. package/styles/excel-filter/bootstrap.scss +1 -17
  34. package/styles/excel-filter/bootstrap4.scss +1 -17
  35. package/styles/excel-filter/bootstrap5-dark.scss +1 -17
  36. package/styles/excel-filter/bootstrap5.scss +1 -17
  37. package/styles/excel-filter/fabric-dark.scss +1 -17
  38. package/styles/excel-filter/fabric.scss +1 -17
  39. package/styles/excel-filter/fluent-dark.scss +1 -17
  40. package/styles/excel-filter/fluent.scss +1 -17
  41. package/styles/excel-filter/highcontrast-light.scss +1 -17
  42. package/styles/excel-filter/highcontrast.scss +1 -17
  43. package/styles/excel-filter/material-dark.scss +1 -17
  44. package/styles/excel-filter/material.scss +1 -17
  45. package/styles/excel-filter/tailwind-dark.scss +1 -17
  46. package/styles/excel-filter/tailwind.scss +1 -17
  47. package/styles/fabric-dark.css +10 -3
  48. package/styles/fabric.css +10 -3
  49. package/styles/fluent-dark.css +10 -3
  50. package/styles/fluent.css +10 -3
  51. package/styles/grid/bootstrap-dark.css +10 -3
  52. package/styles/grid/bootstrap-dark.scss +1 -21
  53. package/styles/grid/bootstrap.css +10 -3
  54. package/styles/grid/bootstrap.scss +1 -21
  55. package/styles/grid/bootstrap4.css +10 -3
  56. package/styles/grid/bootstrap4.scss +1 -21
  57. package/styles/grid/bootstrap5-dark.css +10 -3
  58. package/styles/grid/bootstrap5-dark.scss +1 -21
  59. package/styles/grid/bootstrap5.css +10 -3
  60. package/styles/grid/bootstrap5.scss +1 -21
  61. package/styles/grid/fabric-dark.css +10 -3
  62. package/styles/grid/fabric-dark.scss +1 -21
  63. package/styles/grid/fabric.css +10 -3
  64. package/styles/grid/fabric.scss +1 -21
  65. package/styles/grid/fluent-dark.css +10 -3
  66. package/styles/grid/fluent-dark.scss +1 -21
  67. package/styles/grid/fluent.css +10 -3
  68. package/styles/grid/fluent.scss +1 -21
  69. package/styles/grid/highcontrast-light.css +10 -3
  70. package/styles/grid/highcontrast-light.scss +1 -21
  71. package/styles/grid/highcontrast.css +10 -3
  72. package/styles/grid/highcontrast.scss +1 -21
  73. package/styles/grid/material-dark.css +10 -3
  74. package/styles/grid/material-dark.scss +1 -21
  75. package/styles/grid/material.css +10 -3
  76. package/styles/grid/material.scss +1 -21
  77. package/styles/grid/tailwind-dark.css +10 -3
  78. package/styles/grid/tailwind-dark.scss +1 -21
  79. package/styles/grid/tailwind.css +10 -3
  80. package/styles/grid/tailwind.scss +1 -21
  81. package/styles/highcontrast-light.css +10 -3
  82. package/styles/highcontrast.css +10 -3
  83. package/styles/material-dark.css +10 -3
  84. package/styles/material.css +10 -3
  85. package/styles/tailwind-dark.css +10 -3
  86. package/styles/tailwind.css +10 -3
  87. package/esm2020/public_api.mjs +0 -3
  88. package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
  89. package/esm2020/src/grid/aggregates.directive.mjs +0 -69
  90. package/esm2020/src/grid/columns.directive.mjs +0 -100
  91. package/esm2020/src/grid/grid-all.module.mjs +0 -98
  92. package/esm2020/src/grid/grid.component.mjs +0 -274
  93. package/esm2020/src/grid/grid.module.mjs +0 -61
  94. package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
  95. package/esm2020/src/index.mjs +0 -12
  96. package/esm2020/src/pager/pager-all.module.mjs +0 -23
  97. package/esm2020/src/pager/pager.component.mjs +0 -66
  98. package/esm2020/src/pager/pager.module.mjs +0 -25
  99. package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
  100. package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
  101. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
  102. package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
  103. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
  104. package/styles/excel-filter/_all.scss +0 -2
  105. package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
  106. package/styles/excel-filter/_bootstrap-definition.scss +0 -64
  107. package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
  108. package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
  109. package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
  110. package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
  111. package/styles/excel-filter/_fabric-definition.scss +0 -64
  112. package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
  113. package/styles/excel-filter/_fluent-definition.scss +0 -70
  114. package/styles/excel-filter/_fusionnew-definition.scss +0 -70
  115. package/styles/excel-filter/_highcontrast-definition.scss +0 -59
  116. package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
  117. package/styles/excel-filter/_layout.scss +0 -417
  118. package/styles/excel-filter/_material-dark-definition.scss +0 -61
  119. package/styles/excel-filter/_material-definition.scss +0 -62
  120. package/styles/excel-filter/_material3-definition.scss +0 -70
  121. package/styles/excel-filter/_office-365-definition.scss +0 -1
  122. package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
  123. package/styles/excel-filter/_tailwind-definition.scss +0 -69
  124. package/styles/excel-filter/_theme.scss +0 -28
  125. package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
  126. package/styles/excel-filter/icons/_bootstrap.scss +0 -38
  127. package/styles/excel-filter/icons/_bootstrap4.scss +0 -42
  128. package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
  129. package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
  130. package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
  131. package/styles/excel-filter/icons/_fabric.scss +0 -38
  132. package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
  133. package/styles/excel-filter/icons/_fluent.scss +0 -42
  134. package/styles/excel-filter/icons/_fusionnew.scss +0 -42
  135. package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
  136. package/styles/excel-filter/icons/_highcontrast.scss +0 -38
  137. package/styles/excel-filter/icons/_material-dark.scss +0 -38
  138. package/styles/excel-filter/icons/_material.scss +0 -38
  139. package/styles/excel-filter/icons/_material3.scss +0 -42
  140. package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
  141. package/styles/excel-filter/icons/_tailwind.scss +0 -42
  142. package/styles/grid/_all.scss +0 -2
  143. package/styles/grid/_bootstrap-dark-definition.scss +0 -597
  144. package/styles/grid/_bootstrap-definition.scss +0 -599
  145. package/styles/grid/_bootstrap4-definition.scss +0 -603
  146. package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
  147. package/styles/grid/_bootstrap5-definition.scss +0 -598
  148. package/styles/grid/_fabric-dark-definition.scss +0 -595
  149. package/styles/grid/_fabric-definition.scss +0 -595
  150. package/styles/grid/_fluent-dark-definition.scss +0 -1
  151. package/styles/grid/_fluent-definition.scss +0 -590
  152. package/styles/grid/_fusionnew-definition.scss +0 -575
  153. package/styles/grid/_highcontrast-definition.scss +0 -595
  154. package/styles/grid/_highcontrast-light-definition.scss +0 -591
  155. package/styles/grid/_layout.scss +0 -4371
  156. package/styles/grid/_material-dark-definition.scss +0 -595
  157. package/styles/grid/_material-definition.scss +0 -593
  158. package/styles/grid/_material3-definition.scss +0 -599
  159. package/styles/grid/_office-365-definition.scss +0 -1
  160. package/styles/grid/_tailwind-dark-definition.scss +0 -1
  161. package/styles/grid/_tailwind-definition.scss +0 -604
  162. package/styles/grid/_theme.scss +0 -603
  163. package/styles/grid/icons/_bootstrap-dark.scss +0 -226
  164. package/styles/grid/icons/_bootstrap.scss +0 -226
  165. package/styles/grid/icons/_bootstrap4.scss +0 -225
  166. package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
  167. package/styles/grid/icons/_bootstrap5.scss +0 -246
  168. package/styles/grid/icons/_fabric-dark.scss +0 -225
  169. package/styles/grid/icons/_fabric.scss +0 -225
  170. package/styles/grid/icons/_fluent-dark.scss +0 -1
  171. package/styles/grid/icons/_fluent.scss +0 -246
  172. package/styles/grid/icons/_fusionnew.scss +0 -246
  173. package/styles/grid/icons/_highcontrast-light.scss +0 -225
  174. package/styles/grid/icons/_highcontrast.scss +0 -225
  175. package/styles/grid/icons/_material-dark.scss +0 -225
  176. package/styles/grid/icons/_material.scss +0 -225
  177. package/styles/grid/icons/_material3.scss +0 -246
  178. package/styles/grid/icons/_tailwind-dark.scss +0 -1
  179. package/styles/grid/icons/_tailwind.scss +0 -246
  180. package/syncfusion-ej2-angular-grids.d.ts +0 -5
@@ -1167,7 +1167,10 @@
1167
1167
  border-width: 1px 0 0 0;
1168
1168
  border-color: #292827;
1169
1169
  }
1170
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1170
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1171
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1172
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1173
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1171
1174
  border-bottom-width: 1px;
1172
1175
  }
1173
1176
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1734,7 +1737,7 @@
1734
1737
  border-left-style: solid;
1735
1738
  border-left-width: 1px;
1736
1739
  }
1737
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1740
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1738
1741
  border-left-width: 0;
1739
1742
  }
1740
1743
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3163,7 +3166,11 @@
3163
3166
  }
3164
3167
  .e-grid.sf-grid .e-movablecontent {
3165
3168
  height: inherit;
3166
- overflow: hidden;
3169
+ overflow-x: auto;
3170
+ scrollbar-width: none; /* firefox */
3171
+ }
3172
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3173
+ display: none; /* safari, chrome and edge */
3167
3174
  }
3168
3175
  .e-grid.sf-grid .e-frozencontent {
3169
3176
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'ej2-navigations/styles/pager/fluent-dark-definition.scss';
3
- @import '../excel-filter/fluent-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
6
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
11
- @import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/fluent-dark-definition.scss';
19
- @import 'fluent-dark-definition.scss';
20
- @import 'icons/fluent-dark.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/fluent-dark.scss';
@@ -1167,7 +1167,10 @@
1167
1167
  border-width: 1px 0 0 0;
1168
1168
  border-color: #edebe9;
1169
1169
  }
1170
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1170
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1171
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1172
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1173
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1171
1174
  border-bottom-width: 1px;
1172
1175
  }
1173
1176
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1734,7 +1737,7 @@
1734
1737
  border-left-style: solid;
1735
1738
  border-left-width: 1px;
1736
1739
  }
1737
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1740
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1738
1741
  border-left-width: 0;
1739
1742
  }
1740
1743
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3163,7 +3166,11 @@
3163
3166
  }
3164
3167
  .e-grid.sf-grid .e-movablecontent {
3165
3168
  height: inherit;
3166
- overflow: hidden;
3169
+ overflow-x: auto;
3170
+ scrollbar-width: none; /* firefox */
3171
+ }
3172
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3173
+ display: none; /* safari, chrome and edge */
3167
3174
  }
3168
3175
  .e-grid.sf-grid .e-frozencontent {
3169
3176
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'ej2-navigations/styles/pager/fluent-definition.scss';
3
- @import '../excel-filter/fluent-definition.scss';
4
- @import 'ej2-inputs/styles/input/fluent-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
6
- @import 'ej2-buttons/styles/button/fluent-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/fluent-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/fluent-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
11
- @import 'ej2-popups/styles/dialog/fluent-definition.scss';
12
- @import 'ej2-popups/styles/spinner/fluent-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/fluent-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/fluent-definition.scss';
19
- @import 'fluent-definition.scss';
20
- @import 'icons/fluent.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/fluent.scss';
@@ -1076,7 +1076,10 @@
1076
1076
  border-width: 1px 0 0 0;
1077
1077
  border-color: #757575;
1078
1078
  }
1079
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1079
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1080
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1081
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1082
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1080
1083
  border-bottom-width: 1px;
1081
1084
  }
1082
1085
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1640,7 +1643,7 @@
1640
1643
  border-left-style: solid;
1641
1644
  border-left-width: 1px;
1642
1645
  }
1643
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1646
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1644
1647
  border-left-width: 0;
1645
1648
  }
1646
1649
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3057,7 +3060,11 @@
3057
3060
  }
3058
3061
  .e-grid.sf-grid .e-movablecontent {
3059
3062
  height: inherit;
3060
- overflow: hidden;
3063
+ overflow-x: auto;
3064
+ scrollbar-width: none; /* firefox */
3065
+ }
3066
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3067
+ display: none; /* safari, chrome and edge */
3061
3068
  }
3062
3069
  .e-grid.sf-grid .e-frozencontent {
3063
3070
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'ej2-navigations/styles/pager/highcontrast-light-definition.scss';
3
- @import '../excel-filter/highcontrast-light-definition.scss';
4
- @import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
6
- @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/highcontrast-light-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
11
- @import 'ej2-popups/styles/dialog/highcontrast-light-definition.scss';
12
- @import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/highcontrast-light-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/highcontrast-light-definition.scss';
19
- @import 'highcontrast-light-definition.scss';
20
- @import 'icons/highcontrast-light.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/highcontrast-light.scss';
@@ -1076,7 +1076,10 @@
1076
1076
  border-width: 1px 0 0 0;
1077
1077
  border-color: #969696;
1078
1078
  }
1079
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1079
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1080
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1081
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1082
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1080
1083
  border-bottom-width: 1px;
1081
1084
  }
1082
1085
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1640,7 +1643,7 @@
1640
1643
  border-left-style: solid;
1641
1644
  border-left-width: 1px;
1642
1645
  }
1643
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1646
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1644
1647
  border-left-width: 0;
1645
1648
  }
1646
1649
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3057,7 +3060,11 @@
3057
3060
  }
3058
3061
  .e-grid.sf-grid .e-movablecontent {
3059
3062
  height: inherit;
3060
- overflow: hidden;
3063
+ overflow-x: auto;
3064
+ scrollbar-width: none; /* firefox */
3065
+ }
3066
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3067
+ display: none; /* safari, chrome and edge */
3061
3068
  }
3062
3069
  .e-grid.sf-grid .e-frozencontent {
3063
3070
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'ej2-navigations/styles/pager/highcontrast-definition.scss';
3
- @import '../excel-filter/highcontrast-definition.scss';
4
- @import 'ej2-inputs/styles/input/highcontrast-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
6
- @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/highcontrast-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
11
- @import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
12
- @import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/highcontrast-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/highcontrast-definition.scss';
19
- @import 'highcontrast-definition.scss';
20
- @import 'icons/highcontrast.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/highcontrast.scss';
@@ -1120,7 +1120,10 @@
1120
1120
  border-width: 1px 0 0 0;
1121
1121
  border-color: #616161;
1122
1122
  }
1123
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1123
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1124
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1125
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1126
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1124
1127
  border-bottom-width: 1px;
1125
1128
  }
1126
1129
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1684,7 +1687,7 @@
1684
1687
  border-left-style: solid;
1685
1688
  border-left-width: 1px;
1686
1689
  }
1687
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1690
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1688
1691
  border-left-width: 0;
1689
1692
  }
1690
1693
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3101,7 +3104,11 @@
3101
3104
  }
3102
3105
  .e-grid.sf-grid .e-movablecontent {
3103
3106
  height: inherit;
3104
- overflow: hidden;
3107
+ overflow-x: auto;
3108
+ scrollbar-width: none; /* firefox */
3109
+ }
3110
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3111
+ display: none; /* safari, chrome and edge */
3105
3112
  }
3106
3113
  .e-grid.sf-grid .e-frozencontent {
3107
3114
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import 'ej2-navigations/styles/pager/material-dark-definition.scss';
3
- @import '../excel-filter/material-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/material-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
6
- @import 'ej2-buttons/styles/button/material-dark-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/material-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
11
- @import 'ej2-popups/styles/dialog/material-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/material-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/material-dark-definition.scss';
19
- @import 'material-dark-definition.scss';
20
- @import 'icons/material-dark.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/material-dark.scss';
@@ -1154,7 +1154,10 @@
1154
1154
  border-width: 1px 0 0 0;
1155
1155
  border-color: #e0e0e0;
1156
1156
  }
1157
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1157
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1158
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1159
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1160
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1158
1161
  border-bottom-width: 1px;
1159
1162
  }
1160
1163
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1718,7 +1721,7 @@
1718
1721
  border-left-style: solid;
1719
1722
  border-left-width: 1px;
1720
1723
  }
1721
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1724
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1722
1725
  border-left-width: 0;
1723
1726
  }
1724
1727
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3135,7 +3138,11 @@
3135
3138
  }
3136
3139
  .e-grid.sf-grid .e-movablecontent {
3137
3140
  height: inherit;
3138
- overflow: hidden;
3141
+ overflow-x: auto;
3142
+ scrollbar-width: none; /* firefox */
3143
+ }
3144
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3145
+ display: none; /* safari, chrome and edge */
3139
3146
  }
3140
3147
  .e-grid.sf-grid .e-frozencontent {
3141
3148
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'ej2-navigations/styles/pager/material-definition.scss';
3
- @import '../excel-filter/material-definition.scss';
4
- @import 'ej2-inputs/styles/input/material-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
6
- @import 'ej2-buttons/styles/button/material-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/material-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/material-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/material-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
11
- @import 'ej2-popups/styles/dialog/material-definition.scss';
12
- @import 'ej2-popups/styles/spinner/material-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/material-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/material-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/material-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/material-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/material-definition.scss';
19
- @import 'material-definition.scss';
20
- @import 'icons/material.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/material.scss';
@@ -1156,7 +1156,10 @@
1156
1156
  border-width: 1px 0 0 0;
1157
1157
  border-color: #4b5563;
1158
1158
  }
1159
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1159
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1160
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1161
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1162
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1160
1163
  border-bottom-width: 1px;
1161
1164
  }
1162
1165
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1725,7 +1728,7 @@
1725
1728
  border-left-style: solid;
1726
1729
  border-left-width: 1px;
1727
1730
  }
1728
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1731
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1729
1732
  border-left-width: 0;
1730
1733
  }
1731
1734
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3171,7 +3174,11 @@
3171
3174
  }
3172
3175
  .e-grid.sf-grid .e-movablecontent {
3173
3176
  height: inherit;
3174
- overflow: hidden;
3177
+ overflow-x: auto;
3178
+ scrollbar-width: none; /* firefox */
3179
+ }
3180
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3181
+ display: none; /* safari, chrome and edge */
3175
3182
  }
3176
3183
  .e-grid.sf-grid .e-frozencontent {
3177
3184
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-navigations/styles/pager/tailwind-dark-definition.scss';
3
- @import '../excel-filter/tailwind-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
6
- @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
11
- @import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
19
- @import 'tailwind-dark-definition.scss';
20
- @import 'icons/tailwind-dark.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/tailwind-dark.scss';
@@ -1156,7 +1156,10 @@
1156
1156
  border-width: 1px 0 0 0;
1157
1157
  border-color: #e5e7eb;
1158
1158
  }
1159
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1159
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1160
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1161
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1162
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1160
1163
  border-bottom-width: 1px;
1161
1164
  }
1162
1165
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1725,7 +1728,7 @@
1725
1728
  border-left-style: solid;
1726
1729
  border-left-width: 1px;
1727
1730
  }
1728
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1731
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1729
1732
  border-left-width: 0;
1730
1733
  }
1731
1734
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3171,7 +3174,11 @@
3171
3174
  }
3172
3175
  .e-grid.sf-grid .e-movablecontent {
3173
3176
  height: inherit;
3174
- overflow: hidden;
3177
+ overflow-x: auto;
3178
+ scrollbar-width: none; /* firefox */
3179
+ }
3180
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3181
+ display: none; /* safari, chrome and edge */
3175
3182
  }
3176
3183
  .e-grid.sf-grid .e-frozencontent {
3177
3184
  border-bottom-style: solid;
@@ -1,21 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'ej2-navigations/styles/pager/tailwind-definition.scss';
3
- @import '../excel-filter/tailwind-definition.scss';
4
- @import 'ej2-inputs/styles/input/tailwind-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
6
- @import 'ej2-buttons/styles/button/tailwind-definition.scss';
7
- @import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
8
- @import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
9
- @import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
10
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
11
- @import 'ej2-popups/styles/dialog/tailwind-definition.scss';
12
- @import 'ej2-popups/styles/spinner/tailwind-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
14
- @import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
15
- @import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
16
- @import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
17
- @import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
18
- @import 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
19
- @import 'tailwind-definition.scss';
20
- @import 'icons/tailwind.scss';
21
- @import 'all.scss';
1
+ @import 'ej2-grids/styles/grid/tailwind.scss';
@@ -1488,7 +1488,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1488
1488
  border-width: 1px 0 0 0;
1489
1489
  border-color: #757575;
1490
1490
  }
1491
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1491
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1492
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1493
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1494
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1492
1495
  border-bottom-width: 1px;
1493
1496
  }
1494
1497
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2052,7 +2055,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2052
2055
  border-left-style: solid;
2053
2056
  border-left-width: 1px;
2054
2057
  }
2055
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2058
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2056
2059
  border-left-width: 0;
2057
2060
  }
2058
2061
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3469,7 +3472,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3469
3472
  }
3470
3473
  .e-grid.sf-grid .e-movablecontent {
3471
3474
  height: inherit;
3472
- overflow: hidden;
3475
+ overflow-x: auto;
3476
+ scrollbar-width: none; /* firefox */
3477
+ }
3478
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3479
+ display: none; /* safari, chrome and edge */
3473
3480
  }
3474
3481
  .e-grid.sf-grid .e-frozencontent {
3475
3482
  border-bottom-style: solid;
@@ -1488,7 +1488,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1488
1488
  border-width: 1px 0 0 0;
1489
1489
  border-color: #969696;
1490
1490
  }
1491
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1491
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1492
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1493
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1494
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1492
1495
  border-bottom-width: 1px;
1493
1496
  }
1494
1497
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2052,7 +2055,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2052
2055
  border-left-style: solid;
2053
2056
  border-left-width: 1px;
2054
2057
  }
2055
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2058
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2056
2059
  border-left-width: 0;
2057
2060
  }
2058
2061
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3469,7 +3472,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3469
3472
  }
3470
3473
  .e-grid.sf-grid .e-movablecontent {
3471
3474
  height: inherit;
3472
- overflow: hidden;
3475
+ overflow-x: auto;
3476
+ scrollbar-width: none; /* firefox */
3477
+ }
3478
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3479
+ display: none; /* safari, chrome and edge */
3473
3480
  }
3474
3481
  .e-grid.sf-grid .e-frozencontent {
3475
3482
  border-bottom-style: solid;
@@ -1538,7 +1538,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1538
1538
  border-width: 1px 0 0 0;
1539
1539
  border-color: #616161;
1540
1540
  }
1541
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1541
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1542
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1543
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1544
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1542
1545
  border-bottom-width: 1px;
1543
1546
  }
1544
1547
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2102,7 +2105,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2102
2105
  border-left-style: solid;
2103
2106
  border-left-width: 1px;
2104
2107
  }
2105
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2108
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2106
2109
  border-left-width: 0;
2107
2110
  }
2108
2111
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3519,7 +3522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3519
3522
  }
3520
3523
  .e-grid.sf-grid .e-movablecontent {
3521
3524
  height: inherit;
3522
- overflow: hidden;
3525
+ overflow-x: auto;
3526
+ scrollbar-width: none; /* firefox */
3527
+ }
3528
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3529
+ display: none; /* safari, chrome and edge */
3523
3530
  }
3524
3531
  .e-grid.sf-grid .e-frozencontent {
3525
3532
  border-bottom-style: solid;
@@ -1580,7 +1580,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1580
1580
  border-width: 1px 0 0 0;
1581
1581
  border-color: #e0e0e0;
1582
1582
  }
1583
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1583
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1584
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1585
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1586
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1584
1587
  border-bottom-width: 1px;
1585
1588
  }
1586
1589
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2144,7 +2147,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2144
2147
  border-left-style: solid;
2145
2148
  border-left-width: 1px;
2146
2149
  }
2147
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2150
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2148
2151
  border-left-width: 0;
2149
2152
  }
2150
2153
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3561,7 +3564,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3561
3564
  }
3562
3565
  .e-grid.sf-grid .e-movablecontent {
3563
3566
  height: inherit;
3564
- overflow: hidden;
3567
+ overflow-x: auto;
3568
+ scrollbar-width: none; /* firefox */
3569
+ }
3570
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3571
+ display: none; /* safari, chrome and edge */
3565
3572
  }
3566
3573
  .e-grid.sf-grid .e-frozencontent {
3567
3574
  border-bottom-style: solid;
@@ -1572,7 +1572,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1572
1572
  border-width: 1px 0 0 0;
1573
1573
  border-color: #4b5563;
1574
1574
  }
1575
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1575
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1576
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1577
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1578
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1576
1579
  border-bottom-width: 1px;
1577
1580
  }
1578
1581
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2141,7 +2144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2141
2144
  border-left-style: solid;
2142
2145
  border-left-width: 1px;
2143
2146
  }
2144
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2147
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2145
2148
  border-left-width: 0;
2146
2149
  }
2147
2150
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3587,7 +3590,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3587
3590
  }
3588
3591
  .e-grid.sf-grid .e-movablecontent {
3589
3592
  height: inherit;
3590
- overflow: hidden;
3593
+ overflow-x: auto;
3594
+ scrollbar-width: none; /* firefox */
3595
+ }
3596
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3597
+ display: none; /* safari, chrome and edge */
3591
3598
  }
3592
3599
  .e-grid.sf-grid .e-frozencontent {
3593
3600
  border-bottom-style: solid;