@syncfusion/ej2-angular-spreadsheet 20.3.61 → 20.4.38-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 (182) hide show
  1. package/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
  2. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
  4. package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
  5. package/CHANGELOG.md +1365 -0
  6. package/README.md +144 -67
  7. package/dist/ej2-angular-spreadsheet.umd.js +1583 -0
  8. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
  10. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  11. package/ej2-angular-spreadsheet.d.ts +5 -0
  12. package/ej2-angular-spreadsheet.metadata.json +1 -0
  13. package/package.json +38 -40
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/spreadsheet/cells.directive.d.ts +0 -5
  19. package/src/spreadsheet/chart.directive.d.ts +0 -5
  20. package/src/spreadsheet/columns.directive.d.ts +0 -5
  21. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  22. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  23. package/src/spreadsheet/image.directive.d.ts +0 -5
  24. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  25. package/src/spreadsheet/rows.directive.d.ts +0 -5
  26. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  27. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  28. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  29. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  30. package/styles/bootstrap-dark.css +34 -9
  31. package/styles/bootstrap.css +34 -9
  32. package/styles/bootstrap4.css +34 -9
  33. package/styles/bootstrap5-dark.css +34 -9
  34. package/styles/bootstrap5.css +34 -9
  35. package/styles/fabric-dark.css +34 -9
  36. package/styles/fabric.css +34 -9
  37. package/styles/fluent-dark.css +34 -9
  38. package/styles/fluent.css +34 -9
  39. package/styles/highcontrast-light.css +34 -9
  40. package/styles/highcontrast.css +34 -9
  41. package/styles/material-dark.css +34 -9
  42. package/styles/material.css +34 -9
  43. package/styles/ribbon/bootstrap-dark.scss +1 -4
  44. package/styles/ribbon/bootstrap.scss +1 -4
  45. package/styles/ribbon/bootstrap4.scss +1 -4
  46. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  47. package/styles/ribbon/bootstrap5.scss +1 -4
  48. package/styles/ribbon/fabric-dark.scss +1 -4
  49. package/styles/ribbon/fabric.scss +1 -4
  50. package/styles/ribbon/fluent-dark.scss +1 -4
  51. package/styles/ribbon/fluent.scss +1 -4
  52. package/styles/ribbon/highcontrast-light.scss +1 -3
  53. package/styles/ribbon/highcontrast.scss +1 -4
  54. package/styles/ribbon/material-dark.scss +1 -4
  55. package/styles/ribbon/material.scss +1 -4
  56. package/styles/ribbon/tailwind-dark.scss +1 -4
  57. package/styles/ribbon/tailwind.scss +1 -4
  58. package/styles/spreadsheet/bootstrap-dark.css +34 -9
  59. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  60. package/styles/spreadsheet/bootstrap.css +34 -9
  61. package/styles/spreadsheet/bootstrap.scss +1 -23
  62. package/styles/spreadsheet/bootstrap4.css +34 -9
  63. package/styles/spreadsheet/bootstrap4.scss +1 -23
  64. package/styles/spreadsheet/bootstrap5-dark.css +34 -9
  65. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  66. package/styles/spreadsheet/bootstrap5.css +34 -9
  67. package/styles/spreadsheet/bootstrap5.scss +1 -23
  68. package/styles/spreadsheet/fabric-dark.css +34 -9
  69. package/styles/spreadsheet/fabric-dark.scss +1 -23
  70. package/styles/spreadsheet/fabric.css +34 -9
  71. package/styles/spreadsheet/fabric.scss +1 -23
  72. package/styles/spreadsheet/fluent-dark.css +34 -9
  73. package/styles/spreadsheet/fluent-dark.scss +1 -22
  74. package/styles/spreadsheet/fluent.css +34 -9
  75. package/styles/spreadsheet/fluent.scss +1 -23
  76. package/styles/spreadsheet/highcontrast-light.css +34 -9
  77. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  78. package/styles/spreadsheet/highcontrast.css +34 -9
  79. package/styles/spreadsheet/highcontrast.scss +1 -23
  80. package/styles/spreadsheet/material-dark.css +34 -9
  81. package/styles/spreadsheet/material-dark.scss +1 -23
  82. package/styles/spreadsheet/material.css +34 -9
  83. package/styles/spreadsheet/material.scss +1 -23
  84. package/styles/spreadsheet/tailwind-dark.css +34 -9
  85. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  86. package/styles/spreadsheet/tailwind.css +34 -9
  87. package/styles/spreadsheet/tailwind.scss +1 -23
  88. package/styles/tailwind-dark.css +34 -9
  89. package/styles/tailwind.css +34 -9
  90. package/esm2020/public_api.mjs +0 -3
  91. package/esm2020/src/index.mjs +0 -14
  92. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  93. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  94. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  95. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  96. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  97. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  98. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  99. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  100. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  101. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  102. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  103. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  104. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  105. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  106. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  107. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  108. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  109. package/styles/ribbon/_all.scss +0 -2
  110. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  111. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  112. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  113. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  114. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  115. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  116. package/styles/ribbon/_fabric-definition.scss +0 -14
  117. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  118. package/styles/ribbon/_fluent-definition.scss +0 -14
  119. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  120. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  121. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  122. package/styles/ribbon/_layout.scss +0 -241
  123. package/styles/ribbon/_material-dark-definition.scss +0 -15
  124. package/styles/ribbon/_material-definition.scss +0 -12
  125. package/styles/ribbon/_material3-definition.scss +0 -15
  126. package/styles/ribbon/_mixin.scss +0 -89
  127. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  128. package/styles/ribbon/_tailwind-definition.scss +0 -13
  129. package/styles/ribbon/_theme.scss +0 -154
  130. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
  131. package/styles/ribbon/icons/_bootstrap.scss +0 -15
  132. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  133. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  134. package/styles/ribbon/icons/_bootstrap5.scss +0 -15
  135. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  136. package/styles/ribbon/icons/_fabric.scss +0 -9
  137. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  138. package/styles/ribbon/icons/_fluent.scss +0 -15
  139. package/styles/ribbon/icons/_fusionnew.scss +0 -15
  140. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  141. package/styles/ribbon/icons/_material-dark.scss +0 -15
  142. package/styles/ribbon/icons/_material.scss +0 -15
  143. package/styles/ribbon/icons/_material3.scss +0 -15
  144. package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
  145. package/styles/ribbon/icons/_tailwind.scss +0 -15
  146. package/styles/spreadsheet/_all.scss +0 -2
  147. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
  148. package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
  149. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
  150. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  151. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
  152. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
  153. package/styles/spreadsheet/_fabric-definition.scss +0 -151
  154. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  155. package/styles/spreadsheet/_fluent-definition.scss +0 -152
  156. package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
  157. package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
  158. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
  159. package/styles/spreadsheet/_layout.scss +0 -3015
  160. package/styles/spreadsheet/_material-dark-definition.scss +0 -153
  161. package/styles/spreadsheet/_material-definition.scss +0 -151
  162. package/styles/spreadsheet/_material3-definition.scss +0 -151
  163. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  164. package/styles/spreadsheet/_tailwind-definition.scss +0 -158
  165. package/styles/spreadsheet/_theme.scss +0 -1365
  166. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
  167. package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
  168. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
  169. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  170. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
  171. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
  172. package/styles/spreadsheet/icons/_fabric.scss +0 -994
  173. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  174. package/styles/spreadsheet/icons/_fluent.scss +0 -996
  175. package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
  176. package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
  177. package/styles/spreadsheet/icons/_material-dark.scss +0 -993
  178. package/styles/spreadsheet/icons/_material.scss +0 -995
  179. package/styles/spreadsheet/icons/_material3.scss +0 -996
  180. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
  181. package/styles/spreadsheet/icons/_tailwind.scss +0 -996
  182. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -1722,6 +1722,19 @@
1722
1722
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1723
1723
  right: 0;
1724
1724
  }
1725
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1726
+ border-left-color: transparent;
1727
+ }
1728
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1729
+ border-left: 1px solid #dee2e6;
1730
+ border-right: none;
1731
+ left: 0.5px;
1732
+ }
1733
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1734
+ border-left: none;
1735
+ border-right: 1px solid #dee2e6;
1736
+ right: 0.5px;
1737
+ }
1725
1738
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1726
1739
  position: relative;
1727
1740
  }
@@ -2165,33 +2178,36 @@
2165
2178
  font-family: "Calibri";
2166
2179
  }
2167
2180
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2168
- font-family: "Courier";
2181
+ font-family: "Comic Sans MS";
2169
2182
  }
2170
2183
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2171
- font-family: "Courier New";
2184
+ font-family: "Courier";
2172
2185
  }
2173
2186
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2174
- font-family: "Din Condensed";
2187
+ font-family: "Courier New";
2175
2188
  }
2176
2189
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2177
- font-family: "Georgia";
2190
+ font-family: "Din Condensed";
2178
2191
  }
2179
2192
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2180
- font-family: "Helvetica";
2193
+ font-family: "Georgia";
2181
2194
  }
2182
2195
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2183
- font-family: "Helvetica New";
2196
+ font-family: "Helvetica";
2184
2197
  }
2185
2198
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2186
- font-family: "Roboto";
2199
+ font-family: "Helvetica New";
2187
2200
  }
2188
2201
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2189
- font-family: "Tahoma";
2202
+ font-family: "Roboto";
2190
2203
  }
2191
2204
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2192
- font-family: "Times New Roman";
2205
+ font-family: "Tahoma";
2193
2206
  }
2194
2207
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2208
+ font-family: "Times New Roman";
2209
+ }
2210
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2195
2211
  font-family: "Verdana";
2196
2212
  }
2197
2213
  .e-dropdown-popup.e-aggregate-list {
@@ -3098,6 +3114,15 @@
3098
3114
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3099
3115
  border-left-color: #adb5bd;
3100
3116
  }
3117
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3118
+ border-left-color: transparent;
3119
+ }
3120
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3121
+ border-left-color: #adb5bd;
3122
+ }
3123
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3124
+ border-right-color: #adb5bd;
3125
+ }
3101
3126
  .e-spreadsheet .e-copy-indicator div.e-top,
3102
3127
  .e-spreadsheet .e-range-indicator div.e-top,
3103
3128
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import '../ribbon/bootstrap4-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap4-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap4-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap4-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap4-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap4-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap4-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
21
- @import 'bootstrap4-definition.scss';
22
- @import 'icons/bootstrap4.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap4.scss';
@@ -1704,6 +1704,19 @@
1704
1704
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1705
1705
  right: 0;
1706
1706
  }
1707
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1708
+ border-left-color: transparent;
1709
+ }
1710
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1711
+ border-left: 1px solid #444c54;
1712
+ border-right: none;
1713
+ left: 0.5px;
1714
+ }
1715
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1716
+ border-left: none;
1717
+ border-right: 1px solid #444c54;
1718
+ right: 0.5px;
1719
+ }
1707
1720
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1708
1721
  position: relative;
1709
1722
  }
@@ -2149,33 +2162,36 @@
2149
2162
  font-family: "Calibri";
2150
2163
  }
2151
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2152
- font-family: "Courier";
2165
+ font-family: "Comic Sans MS";
2153
2166
  }
2154
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2155
- font-family: "Courier New";
2168
+ font-family: "Courier";
2156
2169
  }
2157
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2158
- font-family: "Din Condensed";
2171
+ font-family: "Courier New";
2159
2172
  }
2160
2173
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2161
- font-family: "Georgia";
2174
+ font-family: "Din Condensed";
2162
2175
  }
2163
2176
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2164
- font-family: "Helvetica";
2177
+ font-family: "Georgia";
2165
2178
  }
2166
2179
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2167
- font-family: "Helvetica New";
2180
+ font-family: "Helvetica";
2168
2181
  }
2169
2182
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2170
- font-family: "Roboto";
2183
+ font-family: "Helvetica New";
2171
2184
  }
2172
2185
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2173
- font-family: "Tahoma";
2186
+ font-family: "Roboto";
2174
2187
  }
2175
2188
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2176
- font-family: "Times New Roman";
2189
+ font-family: "Tahoma";
2177
2190
  }
2178
2191
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2192
+ font-family: "Times New Roman";
2193
+ }
2194
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2179
2195
  font-family: "Verdana";
2180
2196
  }
2181
2197
  .e-dropdown-popup.e-aggregate-list {
@@ -3101,6 +3117,15 @@
3101
3117
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3102
3118
  border-left-color: #32373d;
3103
3119
  }
3120
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3121
+ border-left-color: transparent;
3122
+ }
3123
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3124
+ border-left-color: #32373d;
3125
+ }
3126
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3127
+ border-right-color: #32373d;
3128
+ }
3104
3129
  .e-spreadsheet .e-copy-indicator div.e-top,
3105
3130
  .e-spreadsheet .e-range-indicator div.e-top,
3106
3131
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
- @import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
5
- @import 'ej2-buttons/styles/switch/bootstrap5-dark-definition.scss';
6
- @import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
7
- @import 'ej2-navigations/styles/tab/bootstrap5-dark-definition.scss';
8
- @import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
9
- @import 'ej2-navigations/styles/menu/bootstrap5-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
11
- @import 'ej2-grids/styles/excel-filter/bootstrap5-dark-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
14
- @import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
15
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark-definition.scss';
17
- @import 'ej2-dropdowns/styles/list-box/bootstrap5-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
20
- @import 'bootstrap5-dark-definition.scss';
21
- @import 'icons/bootstrap5-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark.scss';
@@ -1704,6 +1704,19 @@
1704
1704
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1705
1705
  right: 0;
1706
1706
  }
1707
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1708
+ border-left-color: transparent;
1709
+ }
1710
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1711
+ border-left: 1px solid #dee2e6;
1712
+ border-right: none;
1713
+ left: 0.5px;
1714
+ }
1715
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1716
+ border-left: none;
1717
+ border-right: 1px solid #dee2e6;
1718
+ right: 0.5px;
1719
+ }
1707
1720
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1708
1721
  position: relative;
1709
1722
  }
@@ -2149,33 +2162,36 @@
2149
2162
  font-family: "Calibri";
2150
2163
  }
2151
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2152
- font-family: "Courier";
2165
+ font-family: "Comic Sans MS";
2153
2166
  }
2154
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2155
- font-family: "Courier New";
2168
+ font-family: "Courier";
2156
2169
  }
2157
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2158
- font-family: "Din Condensed";
2171
+ font-family: "Courier New";
2159
2172
  }
2160
2173
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2161
- font-family: "Georgia";
2174
+ font-family: "Din Condensed";
2162
2175
  }
2163
2176
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2164
- font-family: "Helvetica";
2177
+ font-family: "Georgia";
2165
2178
  }
2166
2179
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2167
- font-family: "Helvetica New";
2180
+ font-family: "Helvetica";
2168
2181
  }
2169
2182
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2170
- font-family: "Roboto";
2183
+ font-family: "Helvetica New";
2171
2184
  }
2172
2185
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2173
- font-family: "Tahoma";
2186
+ font-family: "Roboto";
2174
2187
  }
2175
2188
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2176
- font-family: "Times New Roman";
2189
+ font-family: "Tahoma";
2177
2190
  }
2178
2191
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2192
+ font-family: "Times New Roman";
2193
+ }
2194
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2179
2195
  font-family: "Verdana";
2180
2196
  }
2181
2197
  .e-dropdown-popup.e-aggregate-list {
@@ -3101,6 +3117,15 @@
3101
3117
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3102
3118
  border-left-color: #c7ced4;
3103
3119
  }
3120
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3121
+ border-left-color: transparent;
3122
+ }
3123
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3124
+ border-left-color: #c7ced4;
3125
+ }
3126
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3127
+ border-right-color: #c7ced4;
3128
+ }
3104
3129
  .e-spreadsheet .e-copy-indicator div.e-top,
3105
3130
  .e-spreadsheet .e-range-indicator div.e-top,
3106
3131
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import '../ribbon/bootstrap5-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap5-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap5-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap5-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap5-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap5-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap5-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
21
- @import 'bootstrap5-definition.scss';
22
- @import 'icons/bootstrap5.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5.scss';
@@ -1632,6 +1632,19 @@
1632
1632
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1633
1633
  right: 0;
1634
1634
  }
1635
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1636
+ border-left-color: transparent;
1637
+ }
1638
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1639
+ border-left: 1px solid #514f4f;
1640
+ border-right: none;
1641
+ left: 0.5px;
1642
+ }
1643
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1644
+ border-left: none;
1645
+ border-right: 1px solid #514f4f;
1646
+ right: 0.5px;
1647
+ }
1635
1648
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1636
1649
  position: relative;
1637
1650
  }
@@ -2071,33 +2084,36 @@
2071
2084
  font-family: "Calibri";
2072
2085
  }
2073
2086
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2074
- font-family: "Courier";
2087
+ font-family: "Comic Sans MS";
2075
2088
  }
2076
2089
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2077
- font-family: "Courier New";
2090
+ font-family: "Courier";
2078
2091
  }
2079
2092
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2080
- font-family: "Din Condensed";
2093
+ font-family: "Courier New";
2081
2094
  }
2082
2095
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2083
- font-family: "Georgia";
2096
+ font-family: "Din Condensed";
2084
2097
  }
2085
2098
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2086
- font-family: "Helvetica";
2099
+ font-family: "Georgia";
2087
2100
  }
2088
2101
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2089
- font-family: "Helvetica New";
2102
+ font-family: "Helvetica";
2090
2103
  }
2091
2104
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2092
- font-family: "Roboto";
2105
+ font-family: "Helvetica New";
2093
2106
  }
2094
2107
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2095
- font-family: "Tahoma";
2108
+ font-family: "Roboto";
2096
2109
  }
2097
2110
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2098
- font-family: "Times New Roman";
2111
+ font-family: "Tahoma";
2099
2112
  }
2100
2113
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2114
+ font-family: "Times New Roman";
2115
+ }
2116
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2101
2117
  font-family: "Verdana";
2102
2118
  }
2103
2119
  .e-dropdown-popup.e-aggregate-list {
@@ -2972,6 +2988,15 @@
2972
2988
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
2973
2989
  border-left-color: #6f6c6c;
2974
2990
  }
2991
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
2992
+ border-left-color: transparent;
2993
+ }
2994
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
2995
+ border-left-color: #6f6c6c;
2996
+ }
2997
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
2998
+ border-right-color: #6f6c6c;
2999
+ }
2975
3000
  .e-spreadsheet .e-copy-indicator div.e-top,
2976
3001
  .e-spreadsheet .e-range-indicator div.e-top,
2977
3002
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import '../ribbon/fabric-dark-definition.scss';
3
- @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
6
- @import 'ej2-buttons/styles/switch/fabric-dark-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
8
- @import 'ej2-navigations/styles/tab/fabric-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
10
- @import 'ej2-navigations/styles/menu/fabric-dark-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/fabric-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/fabric-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/fabric-dark-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/fabric-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/fabric-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
21
- @import 'fabric-dark-definition.scss';
22
- @import 'icons/fabric-dark.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/fabric-dark.scss';
@@ -1640,6 +1640,19 @@
1640
1640
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1641
1641
  right: 0;
1642
1642
  }
1643
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1644
+ border-left-color: transparent;
1645
+ }
1646
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1647
+ border-left: 1px solid #eaeaea;
1648
+ border-right: none;
1649
+ left: 0.5px;
1650
+ }
1651
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1652
+ border-left: none;
1653
+ border-right: 1px solid #eaeaea;
1654
+ right: 0.5px;
1655
+ }
1643
1656
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1644
1657
  position: relative;
1645
1658
  }
@@ -2079,33 +2092,36 @@
2079
2092
  font-family: "Calibri";
2080
2093
  }
2081
2094
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2082
- font-family: "Courier";
2095
+ font-family: "Comic Sans MS";
2083
2096
  }
2084
2097
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2085
- font-family: "Courier New";
2098
+ font-family: "Courier";
2086
2099
  }
2087
2100
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2088
- font-family: "Din Condensed";
2101
+ font-family: "Courier New";
2089
2102
  }
2090
2103
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2091
- font-family: "Georgia";
2104
+ font-family: "Din Condensed";
2092
2105
  }
2093
2106
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2094
- font-family: "Helvetica";
2107
+ font-family: "Georgia";
2095
2108
  }
2096
2109
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2097
- font-family: "Helvetica New";
2110
+ font-family: "Helvetica";
2098
2111
  }
2099
2112
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2100
- font-family: "Roboto";
2113
+ font-family: "Helvetica New";
2101
2114
  }
2102
2115
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2103
- font-family: "Tahoma";
2116
+ font-family: "Roboto";
2104
2117
  }
2105
2118
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2106
- font-family: "Times New Roman";
2119
+ font-family: "Tahoma";
2107
2120
  }
2108
2121
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2122
+ font-family: "Times New Roman";
2123
+ }
2124
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2109
2125
  font-family: "Verdana";
2110
2126
  }
2111
2127
  .e-dropdown-popup.e-aggregate-list {
@@ -2984,6 +3000,15 @@
2984
3000
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
2985
3001
  border-left-color: #d0d0d0;
2986
3002
  }
3003
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3004
+ border-left-color: transparent;
3005
+ }
3006
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3007
+ border-left-color: #d0d0d0;
3008
+ }
3009
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3010
+ border-right-color: #d0d0d0;
3011
+ }
2987
3012
  .e-spreadsheet .e-copy-indicator div.e-top,
2988
3013
  .e-spreadsheet .e-range-indicator div.e-top,
2989
3014
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import '../ribbon/fabric-definition.scss';
3
- @import 'ej2-buttons/styles/button/fabric-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/fabric-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
6
- @import 'ej2-buttons/styles/switch/fabric-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
8
- @import 'ej2-navigations/styles/tab/fabric-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
10
- @import 'ej2-navigations/styles/menu/fabric-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/fabric-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/fabric-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/fabric-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/fabric-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/fabric-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/fabric-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/fabric-definition.scss';
21
- @import 'fabric-definition.scss';
22
- @import 'icons/fabric.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/fabric.scss';
@@ -1687,6 +1687,19 @@
1687
1687
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1688
1688
  right: 0;
1689
1689
  }
1690
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1691
+ border-left-color: transparent;
1692
+ }
1693
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1694
+ border-left: 1px solid #292827;
1695
+ border-right: none;
1696
+ left: 0.5px;
1697
+ }
1698
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1699
+ border-left: none;
1700
+ border-right: 1px solid #292827;
1701
+ right: 0.5px;
1702
+ }
1690
1703
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1691
1704
  position: relative;
1692
1705
  }
@@ -2128,33 +2141,36 @@
2128
2141
  font-family: "Calibri";
2129
2142
  }
2130
2143
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2131
- font-family: "Courier";
2144
+ font-family: "Comic Sans MS";
2132
2145
  }
2133
2146
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2134
- font-family: "Courier New";
2147
+ font-family: "Courier";
2135
2148
  }
2136
2149
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2137
- font-family: "Din Condensed";
2150
+ font-family: "Courier New";
2138
2151
  }
2139
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2140
- font-family: "Georgia";
2153
+ font-family: "Din Condensed";
2141
2154
  }
2142
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2143
- font-family: "Helvetica";
2156
+ font-family: "Georgia";
2144
2157
  }
2145
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2146
- font-family: "Helvetica New";
2159
+ font-family: "Helvetica";
2147
2160
  }
2148
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2149
- font-family: "Roboto";
2162
+ font-family: "Helvetica New";
2150
2163
  }
2151
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2152
- font-family: "Tahoma";
2165
+ font-family: "Roboto";
2153
2166
  }
2154
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2155
- font-family: "Times New Roman";
2168
+ font-family: "Tahoma";
2156
2169
  }
2157
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2171
+ font-family: "Times New Roman";
2172
+ }
2173
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2158
2174
  font-family: "Verdana";
2159
2175
  }
2160
2176
  .e-dropdown-popup.e-aggregate-list {
@@ -3085,6 +3101,15 @@
3085
3101
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3086
3102
  border-left-color: #1f1e1d;
3087
3103
  }
3104
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3105
+ border-left-color: transparent;
3106
+ }
3107
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3108
+ border-left-color: #1f1e1d;
3109
+ }
3110
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3111
+ border-right-color: #1f1e1d;
3112
+ }
3088
3113
  .e-spreadsheet .e-copy-indicator div.e-top,
3089
3114
  .e-spreadsheet .e-range-indicator div.e-top,
3090
3115
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
- @import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
5
- @import 'ej2-buttons/styles/switch/fluent-dark-definition.scss';
6
- @import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
7
- @import 'ej2-navigations/styles/tab/fluent-dark-definition.scss';
8
- @import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
9
- @import 'ej2-navigations/styles/menu/fluent-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
11
- @import 'ej2-grids/styles/excel-filter/fluent-dark-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
14
- @import 'ej2-inputs/styles/color-picker/fluent-dark-definition.scss';
15
- @import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
17
- @import 'ej2-dropdowns/styles/list-box/fluent-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
20
- @import 'fluent-dark-definition.scss';
21
- @import 'icons/fluent-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/fluent-dark.scss';