@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
@@ -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 #edebe9;
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 #edebe9;
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: #e4e1de;
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: #e4e1de;
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: #e4e1de;
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,23 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import '../ribbon/fluent-definition.scss';
3
- @import 'ej2-buttons/styles/button/fluent-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/fluent-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
6
- @import 'ej2-buttons/styles/switch/fluent-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
8
- @import 'ej2-navigations/styles/tab/fluent-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
10
- @import 'ej2-navigations/styles/menu/fluent-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/fluent-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/fluent-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/fluent-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/fluent-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/fluent-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/fluent-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
21
- @import 'fluent-definition.scss';
22
- @import 'icons/fluent.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/fluent.scss';
@@ -1074,6 +1074,19 @@
1074
1074
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1075
1075
  right: 0;
1076
1076
  }
1077
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1078
+ border-left-color: transparent;
1079
+ }
1080
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1081
+ border-left: none;
1082
+ border-right: none;
1083
+ left: 0.5px;
1084
+ }
1085
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1086
+ border-left: none;
1087
+ border-right: none;
1088
+ right: 0.5px;
1089
+ }
1077
1090
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1078
1091
  position: relative;
1079
1092
  }
@@ -1513,33 +1526,36 @@
1513
1526
  font-family: "Calibri";
1514
1527
  }
1515
1528
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
1516
- font-family: "Courier";
1529
+ font-family: "Comic Sans MS";
1517
1530
  }
1518
1531
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1519
- font-family: "Courier New";
1532
+ font-family: "Courier";
1520
1533
  }
1521
1534
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1522
- font-family: "Din Condensed";
1535
+ font-family: "Courier New";
1523
1536
  }
1524
1537
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1525
- font-family: "Georgia";
1538
+ font-family: "Din Condensed";
1526
1539
  }
1527
1540
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1528
- font-family: "Helvetica";
1541
+ font-family: "Georgia";
1529
1542
  }
1530
1543
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1531
- font-family: "Helvetica New";
1544
+ font-family: "Helvetica";
1532
1545
  }
1533
1546
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1534
- font-family: "Roboto";
1547
+ font-family: "Helvetica New";
1535
1548
  }
1536
1549
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1537
- font-family: "Tahoma";
1550
+ font-family: "Roboto";
1538
1551
  }
1539
1552
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1540
- font-family: "Times New Roman";
1553
+ font-family: "Tahoma";
1541
1554
  }
1542
1555
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1556
+ font-family: "Times New Roman";
1557
+ }
1558
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
1543
1559
  font-family: "Verdana";
1544
1560
  }
1545
1561
  .e-dropdown-popup.e-aggregate-list {
@@ -2400,6 +2416,15 @@
2400
2416
  .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 {
2401
2417
  border-left-color: #000;
2402
2418
  }
2419
+ .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 {
2420
+ border-left-color: transparent;
2421
+ }
2422
+ .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 {
2423
+ border-left-color: #000;
2424
+ }
2425
+ .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 {
2426
+ border-right-color: #000;
2427
+ }
2403
2428
  .e-spreadsheet .e-copy-indicator div.e-top,
2404
2429
  .e-spreadsheet .e-range-indicator div.e-top,
2405
2430
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import '../ribbon/highcontrast-light-definition.scss';
3
- @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
6
- @import 'ej2-buttons/styles/switch/highcontrast-light-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
8
- @import 'ej2-navigations/styles/tab/highcontrast-light-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
10
- @import 'ej2-navigations/styles/menu/highcontrast-light-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/highcontrast-light-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/highcontrast-light-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-light-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/highcontrast-light-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/highcontrast-light-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/highcontrast-light-definition.scss';
21
- @import 'highcontrast-light-definition.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/highcontrast-light.scss';
@@ -1641,6 +1641,19 @@
1641
1641
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1642
1642
  right: 0;
1643
1643
  }
1644
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1645
+ border-left-color: transparent;
1646
+ }
1647
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1648
+ border-left: 1px solid #fff;
1649
+ border-right: none;
1650
+ left: 0.5px;
1651
+ }
1652
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1653
+ border-left: none;
1654
+ border-right: 1px solid #fff;
1655
+ right: 0.5px;
1656
+ }
1644
1657
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1645
1658
  position: relative;
1646
1659
  }
@@ -2080,33 +2093,36 @@
2080
2093
  font-family: "Calibri";
2081
2094
  }
2082
2095
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2083
- font-family: "Courier";
2096
+ font-family: "Comic Sans MS";
2084
2097
  }
2085
2098
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2086
- font-family: "Courier New";
2099
+ font-family: "Courier";
2087
2100
  }
2088
2101
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2089
- font-family: "Din Condensed";
2102
+ font-family: "Courier New";
2090
2103
  }
2091
2104
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2092
- font-family: "Georgia";
2105
+ font-family: "Din Condensed";
2093
2106
  }
2094
2107
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2095
- font-family: "Helvetica";
2108
+ font-family: "Georgia";
2096
2109
  }
2097
2110
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2098
- font-family: "Helvetica New";
2111
+ font-family: "Helvetica";
2099
2112
  }
2100
2113
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2101
- font-family: "Roboto";
2114
+ font-family: "Helvetica New";
2102
2115
  }
2103
2116
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2104
- font-family: "Tahoma";
2117
+ font-family: "Roboto";
2105
2118
  }
2106
2119
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2107
- font-family: "Times New Roman";
2120
+ font-family: "Tahoma";
2108
2121
  }
2109
2122
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2123
+ font-family: "Times New Roman";
2124
+ }
2125
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2110
2126
  font-family: "Verdana";
2111
2127
  }
2112
2128
  .e-dropdown-popup.e-aggregate-list {
@@ -2990,6 +3006,15 @@
2990
3006
  .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 {
2991
3007
  border-left-color: #969696;
2992
3008
  }
3009
+ .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 {
3010
+ border-left-color: transparent;
3011
+ }
3012
+ .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 {
3013
+ border-left-color: #969696;
3014
+ }
3015
+ .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 {
3016
+ border-right-color: #969696;
3017
+ }
2993
3018
  .e-spreadsheet .e-copy-indicator div.e-top,
2994
3019
  .e-spreadsheet .e-range-indicator div.e-top,
2995
3020
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import '../ribbon/highcontrast-definition.scss';
3
- @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
6
- @import 'ej2-buttons/styles/switch/highcontrast-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
8
- @import 'ej2-navigations/styles/tab/highcontrast-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
10
- @import 'ej2-navigations/styles/menu/highcontrast-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/highcontrast-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/highcontrast-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/highcontrast-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/highcontrast-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/highcontrast-definition.scss';
21
- @import 'highcontrast-definition.scss';
22
- @import 'icons/highcontrast.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/highcontrast.scss';
@@ -1685,6 +1685,19 @@
1685
1685
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1686
1686
  right: 0;
1687
1687
  }
1688
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1689
+ border-left-color: transparent;
1690
+ }
1691
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1692
+ border-left: 1px solid #616161;
1693
+ border-right: none;
1694
+ left: 0.5px;
1695
+ }
1696
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1697
+ border-left: none;
1698
+ border-right: 1px solid #616161;
1699
+ right: 0.5px;
1700
+ }
1688
1701
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1689
1702
  position: relative;
1690
1703
  }
@@ -2123,33 +2136,36 @@
2123
2136
  font-family: "Calibri";
2124
2137
  }
2125
2138
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2126
- font-family: "Courier";
2139
+ font-family: "Comic Sans MS";
2127
2140
  }
2128
2141
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2129
- font-family: "Courier New";
2142
+ font-family: "Courier";
2130
2143
  }
2131
2144
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2132
- font-family: "Din Condensed";
2145
+ font-family: "Courier New";
2133
2146
  }
2134
2147
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2135
- font-family: "Georgia";
2148
+ font-family: "Din Condensed";
2136
2149
  }
2137
2150
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2138
- font-family: "Helvetica";
2151
+ font-family: "Georgia";
2139
2152
  }
2140
2153
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2141
- font-family: "Helvetica New";
2154
+ font-family: "Helvetica";
2142
2155
  }
2143
2156
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2144
- font-family: "Roboto";
2157
+ font-family: "Helvetica New";
2145
2158
  }
2146
2159
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2147
- font-family: "Tahoma";
2160
+ font-family: "Roboto";
2148
2161
  }
2149
2162
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2150
- font-family: "Times New Roman";
2163
+ font-family: "Tahoma";
2151
2164
  }
2152
2165
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2166
+ font-family: "Times New Roman";
2167
+ }
2168
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2153
2169
  font-family: "Verdana";
2154
2170
  }
2155
2171
  .e-dropdown-popup.e-aggregate-list {
@@ -3031,6 +3047,15 @@
3031
3047
  .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 {
3032
3048
  border-left-color: #757575;
3033
3049
  }
3050
+ .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 {
3051
+ border-left-color: transparent;
3052
+ }
3053
+ .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 {
3054
+ border-left-color: #757575;
3055
+ }
3056
+ .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 {
3057
+ border-right-color: #757575;
3058
+ }
3034
3059
  .e-spreadsheet .e-copy-indicator div.e-top,
3035
3060
  .e-spreadsheet .e-range-indicator div.e-top,
3036
3061
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import '../ribbon/material-dark-definition.scss';
3
- @import 'ej2-buttons/styles/button/material-dark-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
6
- @import 'ej2-buttons/styles/switch/material-dark-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
8
- @import 'ej2-navigations/styles/tab/material-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
10
- @import 'ej2-navigations/styles/menu/material-dark-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/material-dark-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/material-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/material-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/material-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/material-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/material-dark-definition.scss';
21
- @import 'material-dark-definition.scss';
22
- @import 'icons/material-dark.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/material-dark.scss';
@@ -1724,6 +1724,19 @@
1724
1724
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1725
1725
  right: 0;
1726
1726
  }
1727
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1728
+ border-left-color: transparent;
1729
+ }
1730
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1731
+ border-left: 1px solid #e0e0e0;
1732
+ border-right: none;
1733
+ left: 0.5px;
1734
+ }
1735
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1736
+ border-left: none;
1737
+ border-right: 1px solid #e0e0e0;
1738
+ right: 0.5px;
1739
+ }
1727
1740
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1728
1741
  position: relative;
1729
1742
  }
@@ -2161,33 +2174,36 @@
2161
2174
  font-family: "Calibri";
2162
2175
  }
2163
2176
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2164
- font-family: "Courier";
2177
+ font-family: "Comic Sans MS";
2165
2178
  }
2166
2179
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2167
- font-family: "Courier New";
2180
+ font-family: "Courier";
2168
2181
  }
2169
2182
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2170
- font-family: "Din Condensed";
2183
+ font-family: "Courier New";
2171
2184
  }
2172
2185
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2173
- font-family: "Georgia";
2186
+ font-family: "Din Condensed";
2174
2187
  }
2175
2188
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2176
- font-family: "Helvetica";
2189
+ font-family: "Georgia";
2177
2190
  }
2178
2191
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2179
- font-family: "Helvetica New";
2192
+ font-family: "Helvetica";
2180
2193
  }
2181
2194
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2182
- font-family: "Roboto";
2195
+ font-family: "Helvetica New";
2183
2196
  }
2184
2197
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2185
- font-family: "Tahoma";
2198
+ font-family: "Roboto";
2186
2199
  }
2187
2200
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2188
- font-family: "Times New Roman";
2201
+ font-family: "Tahoma";
2189
2202
  }
2190
2203
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2204
+ font-family: "Times New Roman";
2205
+ }
2206
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2191
2207
  font-family: "Verdana";
2192
2208
  }
2193
2209
  .e-dropdown-popup.e-aggregate-list {
@@ -3059,6 +3075,15 @@
3059
3075
  .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 {
3060
3076
  border-left-color: #cccccc;
3061
3077
  }
3078
+ .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 {
3079
+ border-left-color: transparent;
3080
+ }
3081
+ .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 {
3082
+ border-left-color: #cccccc;
3083
+ }
3084
+ .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 {
3085
+ border-right-color: #cccccc;
3086
+ }
3062
3087
  .e-spreadsheet .e-copy-indicator div.e-top,
3063
3088
  .e-spreadsheet .e-range-indicator div.e-top,
3064
3089
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import '../ribbon/material-definition.scss';
3
- @import 'ej2-buttons/styles/button/material-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/material-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/material-definition.scss';
6
- @import 'ej2-buttons/styles/switch/material-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/material-definition.scss';
8
- @import 'ej2-navigations/styles/tab/material-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/material-definition.scss';
10
- @import 'ej2-navigations/styles/menu/material-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/material-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/material-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/material-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/material-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/material-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/material-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/material-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/material-definition.scss';
21
- @import 'material-definition.scss';
22
- @import 'icons/material.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/material.scss';
@@ -1683,6 +1683,19 @@
1683
1683
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1684
1684
  right: 0;
1685
1685
  }
1686
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1687
+ border-left-color: transparent;
1688
+ }
1689
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1690
+ border-left: 1px solid #4b5563;
1691
+ border-right: none;
1692
+ left: 0.5px;
1693
+ }
1694
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1695
+ border-left: none;
1696
+ border-right: 1px solid #4b5563;
1697
+ right: 0.5px;
1698
+ }
1686
1699
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1687
1700
  position: relative;
1688
1701
  }
@@ -2137,33 +2150,36 @@
2137
2150
  font-family: "Calibri";
2138
2151
  }
2139
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2140
- font-family: "Courier";
2153
+ font-family: "Comic Sans MS";
2141
2154
  }
2142
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2143
- font-family: "Courier New";
2156
+ font-family: "Courier";
2144
2157
  }
2145
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2146
- font-family: "Din Condensed";
2159
+ font-family: "Courier New";
2147
2160
  }
2148
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2149
- font-family: "Georgia";
2162
+ font-family: "Din Condensed";
2150
2163
  }
2151
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2152
- font-family: "Helvetica";
2165
+ font-family: "Georgia";
2153
2166
  }
2154
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2155
- font-family: "Helvetica New";
2168
+ font-family: "Helvetica";
2156
2169
  }
2157
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2158
- font-family: "Roboto";
2171
+ font-family: "Helvetica New";
2159
2172
  }
2160
2173
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2161
- font-family: "Tahoma";
2174
+ font-family: "Roboto";
2162
2175
  }
2163
2176
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2164
- font-family: "Times New Roman";
2177
+ font-family: "Tahoma";
2165
2178
  }
2166
2179
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2180
+ font-family: "Times New Roman";
2181
+ }
2182
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2167
2183
  font-family: "Verdana";
2168
2184
  }
2169
2185
  .e-dropdown-popup.e-aggregate-list {
@@ -3066,6 +3082,15 @@
3066
3082
  .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 {
3067
3083
  border-left-color: #39414c;
3068
3084
  }
3085
+ .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 {
3086
+ border-left-color: transparent;
3087
+ }
3088
+ .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 {
3089
+ border-left-color: #39414c;
3090
+ }
3091
+ .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 {
3092
+ border-right-color: #39414c;
3093
+ }
3069
3094
  .e-spreadsheet .e-copy-indicator div.e-top,
3070
3095
  .e-spreadsheet .e-range-indicator div.e-top,
3071
3096
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
3
- @import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
5
- @import 'ej2-buttons/styles/switch/tailwind-dark-definition.scss';
6
- @import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
7
- @import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
8
- @import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
9
- @import 'ej2-navigations/styles/menu/tailwind-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
11
- @import 'ej2-grids/styles/excel-filter/tailwind-dark-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
14
- @import 'ej2-inputs/styles/color-picker/tailwind-dark-definition.scss';
15
- @import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/split-button/tailwind-dark-definition.scss';
17
- @import 'ej2-dropdowns/styles/list-box/tailwind-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
20
- @import 'tailwind-dark-definition.scss';
21
- @import 'icons/tailwind-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/tailwind-dark.scss';