@syncfusion/ej2-angular-spreadsheet 20.3.59 → 20.3.60-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 (181) 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 +1355 -0
  6. package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
  7. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  8. package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  10. package/ej2-angular-spreadsheet.d.ts +5 -0
  11. package/ej2-angular-spreadsheet.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/spreadsheet/cells.directive.d.ts +0 -5
  18. package/src/spreadsheet/chart.directive.d.ts +0 -5
  19. package/src/spreadsheet/columns.directive.d.ts +0 -5
  20. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  21. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  22. package/src/spreadsheet/image.directive.d.ts +0 -5
  23. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  24. package/src/spreadsheet/rows.directive.d.ts +0 -5
  25. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  26. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  27. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  28. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  29. package/styles/bootstrap-dark.css +34 -9
  30. package/styles/bootstrap.css +34 -9
  31. package/styles/bootstrap4.css +34 -9
  32. package/styles/bootstrap5-dark.css +34 -9
  33. package/styles/bootstrap5.css +34 -9
  34. package/styles/fabric-dark.css +34 -9
  35. package/styles/fabric.css +34 -9
  36. package/styles/fluent-dark.css +34 -9
  37. package/styles/fluent.css +34 -9
  38. package/styles/highcontrast-light.css +34 -9
  39. package/styles/highcontrast.css +34 -9
  40. package/styles/material-dark.css +34 -9
  41. package/styles/material.css +34 -9
  42. package/styles/ribbon/bootstrap-dark.scss +1 -4
  43. package/styles/ribbon/bootstrap.scss +1 -4
  44. package/styles/ribbon/bootstrap4.scss +1 -4
  45. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  46. package/styles/ribbon/bootstrap5.scss +1 -4
  47. package/styles/ribbon/fabric-dark.scss +1 -4
  48. package/styles/ribbon/fabric.scss +1 -4
  49. package/styles/ribbon/fluent-dark.scss +1 -4
  50. package/styles/ribbon/fluent.scss +1 -4
  51. package/styles/ribbon/highcontrast-light.scss +1 -3
  52. package/styles/ribbon/highcontrast.scss +1 -4
  53. package/styles/ribbon/material-dark.scss +1 -4
  54. package/styles/ribbon/material.scss +1 -4
  55. package/styles/ribbon/tailwind-dark.scss +1 -4
  56. package/styles/ribbon/tailwind.scss +1 -4
  57. package/styles/spreadsheet/bootstrap-dark.css +34 -9
  58. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  59. package/styles/spreadsheet/bootstrap.css +34 -9
  60. package/styles/spreadsheet/bootstrap.scss +1 -23
  61. package/styles/spreadsheet/bootstrap4.css +34 -9
  62. package/styles/spreadsheet/bootstrap4.scss +1 -23
  63. package/styles/spreadsheet/bootstrap5-dark.css +34 -9
  64. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  65. package/styles/spreadsheet/bootstrap5.css +34 -9
  66. package/styles/spreadsheet/bootstrap5.scss +1 -23
  67. package/styles/spreadsheet/fabric-dark.css +34 -9
  68. package/styles/spreadsheet/fabric-dark.scss +1 -23
  69. package/styles/spreadsheet/fabric.css +34 -9
  70. package/styles/spreadsheet/fabric.scss +1 -23
  71. package/styles/spreadsheet/fluent-dark.css +34 -9
  72. package/styles/spreadsheet/fluent-dark.scss +1 -22
  73. package/styles/spreadsheet/fluent.css +34 -9
  74. package/styles/spreadsheet/fluent.scss +1 -23
  75. package/styles/spreadsheet/highcontrast-light.css +34 -9
  76. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  77. package/styles/spreadsheet/highcontrast.css +34 -9
  78. package/styles/spreadsheet/highcontrast.scss +1 -23
  79. package/styles/spreadsheet/material-dark.css +34 -9
  80. package/styles/spreadsheet/material-dark.scss +1 -23
  81. package/styles/spreadsheet/material.css +34 -9
  82. package/styles/spreadsheet/material.scss +1 -23
  83. package/styles/spreadsheet/tailwind-dark.css +34 -9
  84. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  85. package/styles/spreadsheet/tailwind.css +34 -9
  86. package/styles/spreadsheet/tailwind.scss +1 -23
  87. package/styles/tailwind-dark.css +34 -9
  88. package/styles/tailwind.css +34 -9
  89. package/esm2020/public_api.mjs +0 -3
  90. package/esm2020/src/index.mjs +0 -14
  91. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  92. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  93. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  94. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  95. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  96. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  97. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  98. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  99. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  100. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  101. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  102. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  103. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  104. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  105. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  106. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  107. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  108. package/styles/ribbon/_all.scss +0 -2
  109. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  110. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  111. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  112. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  113. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  114. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  115. package/styles/ribbon/_fabric-definition.scss +0 -14
  116. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  117. package/styles/ribbon/_fluent-definition.scss +0 -14
  118. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  119. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  120. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  121. package/styles/ribbon/_layout.scss +0 -241
  122. package/styles/ribbon/_material-dark-definition.scss +0 -15
  123. package/styles/ribbon/_material-definition.scss +0 -12
  124. package/styles/ribbon/_material3-definition.scss +0 -15
  125. package/styles/ribbon/_mixin.scss +0 -89
  126. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  127. package/styles/ribbon/_tailwind-definition.scss +0 -13
  128. package/styles/ribbon/_theme.scss +0 -154
  129. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
  130. package/styles/ribbon/icons/_bootstrap.scss +0 -15
  131. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  132. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  133. package/styles/ribbon/icons/_bootstrap5.scss +0 -15
  134. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  135. package/styles/ribbon/icons/_fabric.scss +0 -9
  136. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  137. package/styles/ribbon/icons/_fluent.scss +0 -15
  138. package/styles/ribbon/icons/_fusionnew.scss +0 -15
  139. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  140. package/styles/ribbon/icons/_material-dark.scss +0 -15
  141. package/styles/ribbon/icons/_material.scss +0 -15
  142. package/styles/ribbon/icons/_material3.scss +0 -15
  143. package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
  144. package/styles/ribbon/icons/_tailwind.scss +0 -15
  145. package/styles/spreadsheet/_all.scss +0 -2
  146. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
  147. package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
  148. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
  149. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  150. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
  151. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
  152. package/styles/spreadsheet/_fabric-definition.scss +0 -151
  153. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  154. package/styles/spreadsheet/_fluent-definition.scss +0 -152
  155. package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
  156. package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
  157. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
  158. package/styles/spreadsheet/_layout.scss +0 -3015
  159. package/styles/spreadsheet/_material-dark-definition.scss +0 -153
  160. package/styles/spreadsheet/_material-definition.scss +0 -151
  161. package/styles/spreadsheet/_material3-definition.scss +0 -151
  162. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  163. package/styles/spreadsheet/_tailwind-definition.scss +0 -158
  164. package/styles/spreadsheet/_theme.scss +0 -1365
  165. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
  166. package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
  167. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
  168. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  169. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
  170. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
  171. package/styles/spreadsheet/icons/_fabric.scss +0 -994
  172. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  173. package/styles/spreadsheet/icons/_fluent.scss +0 -996
  174. package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
  175. package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
  176. package/styles/spreadsheet/icons/_material-dark.scss +0 -993
  177. package/styles/spreadsheet/icons/_material.scss +0 -995
  178. package/styles/spreadsheet/icons/_material3.scss +0 -996
  179. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
  180. package/styles/spreadsheet/icons/_tailwind.scss +0 -996
  181. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'bootstrap-dark-definition.scss';
3
- @import 'icons/bootstrap-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/bootstrap-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'bootstrap-definition.scss';
3
- @import 'icons/bootstrap.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/bootstrap.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'bootstrap4-definition.scss';
3
- @import 'icons/bootstrap4.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/bootstrap4.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'icons/bootstrap5-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/bootstrap5-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import 'bootstrap5-definition.scss';
3
- @import 'icons/bootstrap5.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/bootstrap5.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import 'fabric-dark-definition.scss';
3
- @import 'icons/fabric-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/fabric-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import 'fabric-definition.scss';
3
- @import 'icons/fabric.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/fabric.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'icons/fluent-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/fluent-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'fluent-definition.scss';
3
- @import 'icons/fluent.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/fluent.scss';
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'highcontrast-light-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/highcontrast-light.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'highcontrast-definition.scss';
3
- @import 'icons/highcontrast.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/highcontrast.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import 'material-dark-definition.scss';
3
- @import 'icons/material-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/material-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'material-definition.scss';
3
- @import 'icons/material.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/material.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'tailwind-dark-definition.scss';
3
- @import 'icons/tailwind-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/tailwind-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'tailwind-definition.scss';
3
- @import 'icons/tailwind.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/ribbon/tailwind.scss';
@@ -1653,6 +1653,19 @@
1653
1653
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1654
1654
  right: 0;
1655
1655
  }
1656
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1657
+ border-left-color: transparent;
1658
+ }
1659
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1660
+ border-left: 1px solid #484848;
1661
+ border-right: none;
1662
+ left: 0.5px;
1663
+ }
1664
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1665
+ border-left: none;
1666
+ border-right: 1px solid #484848;
1667
+ right: 0.5px;
1668
+ }
1656
1669
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1657
1670
  position: relative;
1658
1671
  }
@@ -2092,33 +2105,36 @@
2092
2105
  font-family: "Calibri";
2093
2106
  }
2094
2107
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2095
- font-family: "Courier";
2108
+ font-family: "Comic Sans MS";
2096
2109
  }
2097
2110
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2098
- font-family: "Courier New";
2111
+ font-family: "Courier";
2099
2112
  }
2100
2113
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2101
- font-family: "Din Condensed";
2114
+ font-family: "Courier New";
2102
2115
  }
2103
2116
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2104
- font-family: "Georgia";
2117
+ font-family: "Din Condensed";
2105
2118
  }
2106
2119
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2107
- font-family: "Helvetica";
2120
+ font-family: "Georgia";
2108
2121
  }
2109
2122
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2110
- font-family: "Helvetica New";
2123
+ font-family: "Helvetica";
2111
2124
  }
2112
2125
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2113
- font-family: "Roboto";
2126
+ font-family: "Helvetica New";
2114
2127
  }
2115
2128
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2116
- font-family: "Tahoma";
2129
+ font-family: "Roboto";
2117
2130
  }
2118
2131
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2119
- font-family: "Times New Roman";
2132
+ font-family: "Tahoma";
2120
2133
  }
2121
2134
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2135
+ font-family: "Times New Roman";
2136
+ }
2137
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2122
2138
  font-family: "Verdana";
2123
2139
  }
2124
2140
  .e-dropdown-popup.e-aggregate-list {
@@ -2992,6 +3008,15 @@
2992
3008
  .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 {
2993
3009
  border-left-color: #767676;
2994
3010
  }
3011
+ .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 {
3012
+ border-left-color: transparent;
3013
+ }
3014
+ .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 {
3015
+ border-left-color: #767676;
3016
+ }
3017
+ .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 {
3018
+ border-right-color: #767676;
3019
+ }
2995
3020
  .e-spreadsheet .e-copy-indicator div.e-top,
2996
3021
  .e-spreadsheet .e-range-indicator div.e-top,
2997
3022
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import '../ribbon/bootstrap-dark-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap-dark-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap-dark-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
21
- @import 'bootstrap-dark-definition.scss';
22
- @import 'icons/bootstrap-dark.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark.scss';
@@ -1678,6 +1678,19 @@
1678
1678
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1679
1679
  right: 0;
1680
1680
  }
1681
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1682
+ border-left-color: transparent;
1683
+ }
1684
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1685
+ border-left: 1px solid #e6e6e6;
1686
+ border-right: none;
1687
+ left: 0.5px;
1688
+ }
1689
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1690
+ border-left: none;
1691
+ border-right: 1px solid #e6e6e6;
1692
+ right: 0.5px;
1693
+ }
1681
1694
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1682
1695
  position: relative;
1683
1696
  }
@@ -2117,33 +2130,36 @@
2117
2130
  font-family: "Calibri";
2118
2131
  }
2119
2132
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2120
- font-family: "Courier";
2133
+ font-family: "Comic Sans MS";
2121
2134
  }
2122
2135
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2123
- font-family: "Courier New";
2136
+ font-family: "Courier";
2124
2137
  }
2125
2138
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2126
- font-family: "Din Condensed";
2139
+ font-family: "Courier New";
2127
2140
  }
2128
2141
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2129
- font-family: "Georgia";
2142
+ font-family: "Din Condensed";
2130
2143
  }
2131
2144
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2132
- font-family: "Helvetica";
2145
+ font-family: "Georgia";
2133
2146
  }
2134
2147
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2135
- font-family: "Helvetica New";
2148
+ font-family: "Helvetica";
2136
2149
  }
2137
2150
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2138
- font-family: "Roboto";
2151
+ font-family: "Helvetica New";
2139
2152
  }
2140
2153
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2141
- font-family: "Tahoma";
2154
+ font-family: "Roboto";
2142
2155
  }
2143
2156
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2144
- font-family: "Times New Roman";
2157
+ font-family: "Tahoma";
2145
2158
  }
2146
2159
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2160
+ font-family: "Times New Roman";
2161
+ }
2162
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2147
2163
  font-family: "Verdana";
2148
2164
  }
2149
2165
  .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: #ccc;
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: #ccc;
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: #ccc;
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/bootstrap-definition.scss';
2
- @import '../ribbon/bootstrap-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
21
- @import 'bootstrap-definition.scss';
22
- @import 'icons/bootstrap.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap.scss';