@syncfusion/ej2-angular-spreadsheet 20.3.61-ngcc → 20.3.61

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 (179) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +14 -0
  3. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  4. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  5. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  6. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  7. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  8. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  9. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  10. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  11. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  12. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
  13. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
  14. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  15. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  17. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  19. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/package.json +27 -13
  21. package/schematics/utils/lib-details.d.ts +2 -2
  22. package/src/spreadsheet/cells.directive.d.ts +5 -0
  23. package/src/spreadsheet/chart.directive.d.ts +5 -0
  24. package/src/spreadsheet/columns.directive.d.ts +5 -0
  25. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  26. package/src/spreadsheet/definednames.directive.d.ts +5 -0
  27. package/src/spreadsheet/image.directive.d.ts +5 -0
  28. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  29. package/src/spreadsheet/rows.directive.d.ts +5 -0
  30. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  31. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  32. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  33. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  34. package/styles/bootstrap-dark.css +9 -34
  35. package/styles/bootstrap.css +9 -34
  36. package/styles/bootstrap4.css +9 -34
  37. package/styles/bootstrap5-dark.css +9 -34
  38. package/styles/bootstrap5.css +9 -34
  39. package/styles/fabric-dark.css +9 -34
  40. package/styles/fabric.css +9 -34
  41. package/styles/fluent-dark.css +9 -34
  42. package/styles/fluent.css +9 -34
  43. package/styles/highcontrast-light.css +9 -34
  44. package/styles/highcontrast.css +9 -34
  45. package/styles/material-dark.css +9 -34
  46. package/styles/material.css +9 -34
  47. package/styles/ribbon/_all.scss +2 -0
  48. package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
  49. package/styles/ribbon/_bootstrap-definition.scss +12 -0
  50. package/styles/ribbon/_bootstrap4-definition.scss +13 -0
  51. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  52. package/styles/ribbon/_bootstrap5-definition.scss +14 -0
  53. package/styles/ribbon/_fabric-dark-definition.scss +14 -0
  54. package/styles/ribbon/_fabric-definition.scss +14 -0
  55. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  56. package/styles/ribbon/_fluent-definition.scss +14 -0
  57. package/styles/ribbon/_fusionnew-definition.scss +14 -0
  58. package/styles/ribbon/_highcontrast-definition.scss +12 -0
  59. package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
  60. package/styles/ribbon/_layout.scss +241 -0
  61. package/styles/ribbon/_material-dark-definition.scss +15 -0
  62. package/styles/ribbon/_material-definition.scss +12 -0
  63. package/styles/ribbon/_material3-definition.scss +15 -0
  64. package/styles/ribbon/_mixin.scss +89 -0
  65. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  66. package/styles/ribbon/_tailwind-definition.scss +13 -0
  67. package/styles/ribbon/_theme.scss +154 -0
  68. package/styles/ribbon/bootstrap-dark.scss +4 -1
  69. package/styles/ribbon/bootstrap.scss +4 -1
  70. package/styles/ribbon/bootstrap4.scss +4 -1
  71. package/styles/ribbon/bootstrap5-dark.scss +4 -1
  72. package/styles/ribbon/bootstrap5.scss +4 -1
  73. package/styles/ribbon/fabric-dark.scss +4 -1
  74. package/styles/ribbon/fabric.scss +4 -1
  75. package/styles/ribbon/fluent-dark.scss +4 -1
  76. package/styles/ribbon/fluent.scss +4 -1
  77. package/styles/ribbon/highcontrast-light.scss +3 -1
  78. package/styles/ribbon/highcontrast.scss +4 -1
  79. package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
  80. package/styles/ribbon/icons/_bootstrap.scss +15 -0
  81. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  82. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/ribbon/icons/_bootstrap5.scss +15 -0
  84. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  85. package/styles/ribbon/icons/_fabric.scss +9 -0
  86. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  87. package/styles/ribbon/icons/_fluent.scss +15 -0
  88. package/styles/ribbon/icons/_fusionnew.scss +15 -0
  89. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  90. package/styles/ribbon/icons/_material-dark.scss +15 -0
  91. package/styles/ribbon/icons/_material.scss +15 -0
  92. package/styles/ribbon/icons/_material3.scss +15 -0
  93. package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
  94. package/styles/ribbon/icons/_tailwind.scss +15 -0
  95. package/styles/ribbon/material-dark.scss +4 -1
  96. package/styles/ribbon/material.scss +4 -1
  97. package/styles/ribbon/tailwind-dark.scss +4 -1
  98. package/styles/ribbon/tailwind.scss +4 -1
  99. package/styles/spreadsheet/_all.scss +2 -0
  100. package/styles/spreadsheet/_bootstrap-dark-definition.scss +154 -0
  101. package/styles/spreadsheet/_bootstrap-definition.scss +154 -0
  102. package/styles/spreadsheet/_bootstrap4-definition.scss +153 -0
  103. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
  104. package/styles/spreadsheet/_bootstrap5-definition.scss +156 -0
  105. package/styles/spreadsheet/_fabric-dark-definition.scss +151 -0
  106. package/styles/spreadsheet/_fabric-definition.scss +151 -0
  107. package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
  108. package/styles/spreadsheet/_fluent-definition.scss +152 -0
  109. package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
  110. package/styles/spreadsheet/_highcontrast-definition.scss +150 -0
  111. package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
  112. package/styles/spreadsheet/_layout.scss +3015 -0
  113. package/styles/spreadsheet/_material-dark-definition.scss +153 -0
  114. package/styles/spreadsheet/_material-definition.scss +151 -0
  115. package/styles/spreadsheet/_material3-definition.scss +151 -0
  116. package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
  117. package/styles/spreadsheet/_tailwind-definition.scss +158 -0
  118. package/styles/spreadsheet/_theme.scss +1365 -0
  119. package/styles/spreadsheet/bootstrap-dark.css +9 -34
  120. package/styles/spreadsheet/bootstrap-dark.scss +23 -1
  121. package/styles/spreadsheet/bootstrap.css +9 -34
  122. package/styles/spreadsheet/bootstrap.scss +23 -1
  123. package/styles/spreadsheet/bootstrap4.css +9 -34
  124. package/styles/spreadsheet/bootstrap4.scss +23 -1
  125. package/styles/spreadsheet/bootstrap5-dark.css +9 -34
  126. package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
  127. package/styles/spreadsheet/bootstrap5.css +9 -34
  128. package/styles/spreadsheet/bootstrap5.scss +23 -1
  129. package/styles/spreadsheet/fabric-dark.css +9 -34
  130. package/styles/spreadsheet/fabric-dark.scss +23 -1
  131. package/styles/spreadsheet/fabric.css +9 -34
  132. package/styles/spreadsheet/fabric.scss +23 -1
  133. package/styles/spreadsheet/fluent-dark.css +9 -34
  134. package/styles/spreadsheet/fluent-dark.scss +22 -1
  135. package/styles/spreadsheet/fluent.css +9 -34
  136. package/styles/spreadsheet/fluent.scss +23 -1
  137. package/styles/spreadsheet/highcontrast-light.css +9 -34
  138. package/styles/spreadsheet/highcontrast-light.scss +22 -1
  139. package/styles/spreadsheet/highcontrast.css +9 -34
  140. package/styles/spreadsheet/highcontrast.scss +23 -1
  141. package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
  142. package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
  143. package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
  144. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
  145. package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
  146. package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
  147. package/styles/spreadsheet/icons/_fabric.scss +994 -0
  148. package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
  149. package/styles/spreadsheet/icons/_fluent.scss +996 -0
  150. package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
  151. package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
  152. package/styles/spreadsheet/icons/_material-dark.scss +993 -0
  153. package/styles/spreadsheet/icons/_material.scss +995 -0
  154. package/styles/spreadsheet/icons/_material3.scss +996 -0
  155. package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
  156. package/styles/spreadsheet/icons/_tailwind.scss +996 -0
  157. package/styles/spreadsheet/material-dark.css +9 -34
  158. package/styles/spreadsheet/material-dark.scss +23 -1
  159. package/styles/spreadsheet/material.css +9 -34
  160. package/styles/spreadsheet/material.scss +23 -1
  161. package/styles/spreadsheet/tailwind-dark.css +9 -34
  162. package/styles/spreadsheet/tailwind-dark.scss +22 -1
  163. package/styles/spreadsheet/tailwind.css +9 -34
  164. package/styles/spreadsheet/tailwind.scss +23 -1
  165. package/styles/tailwind-dark.css +9 -34
  166. package/styles/tailwind.css +9 -34
  167. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  168. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
  169. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  170. package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
  171. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  172. package/CHANGELOG.md +0 -1358
  173. package/dist/ej2-angular-spreadsheet.umd.js +0 -1585
  174. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  175. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  176. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  177. package/ej2-angular-spreadsheet.d.ts +0 -5
  178. package/ej2-angular-spreadsheet.metadata.json +0 -1
  179. package/postinstall/tagchange.js +0 -18
@@ -1640,19 +1640,6 @@
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
- }
1656
1643
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1657
1644
  position: relative;
1658
1645
  }
@@ -2092,36 +2079,33 @@
2092
2079
  font-family: "Calibri";
2093
2080
  }
2094
2081
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2095
- font-family: "Comic Sans MS";
2096
- }
2097
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2098
2082
  font-family: "Courier";
2099
2083
  }
2100
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2084
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2101
2085
  font-family: "Courier New";
2102
2086
  }
2103
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2087
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2104
2088
  font-family: "Din Condensed";
2105
2089
  }
2106
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2090
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2107
2091
  font-family: "Georgia";
2108
2092
  }
2109
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2093
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2110
2094
  font-family: "Helvetica";
2111
2095
  }
2112
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2096
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2113
2097
  font-family: "Helvetica New";
2114
2098
  }
2115
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2099
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2116
2100
  font-family: "Roboto";
2117
2101
  }
2118
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2102
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2119
2103
  font-family: "Tahoma";
2120
2104
  }
2121
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2105
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2122
2106
  font-family: "Times New Roman";
2123
2107
  }
2124
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2108
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2125
2109
  font-family: "Verdana";
2126
2110
  }
2127
2111
  .e-dropdown-popup.e-aggregate-list {
@@ -3000,15 +2984,6 @@
3000
2984
  .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 {
3001
2985
  border-left-color: #d0d0d0;
3002
2986
  }
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
- }
3012
2987
  .e-spreadsheet .e-copy-indicator div.e-top,
3013
2988
  .e-spreadsheet .e-range-indicator div.e-top,
3014
2989
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1 +1,23 @@
1
- @import 'ej2-spreadsheet/styles/spreadsheet/fabric.scss';
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';
@@ -1687,19 +1687,6 @@
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
- }
1703
1690
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1704
1691
  position: relative;
1705
1692
  }
@@ -2141,36 +2128,33 @@
2141
2128
  font-family: "Calibri";
2142
2129
  }
2143
2130
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2144
- font-family: "Comic Sans MS";
2145
- }
2146
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2147
2131
  font-family: "Courier";
2148
2132
  }
2149
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2133
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2150
2134
  font-family: "Courier New";
2151
2135
  }
2152
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2136
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2153
2137
  font-family: "Din Condensed";
2154
2138
  }
2155
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2139
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2156
2140
  font-family: "Georgia";
2157
2141
  }
2158
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2142
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2159
2143
  font-family: "Helvetica";
2160
2144
  }
2161
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2145
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2162
2146
  font-family: "Helvetica New";
2163
2147
  }
2164
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2148
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2165
2149
  font-family: "Roboto";
2166
2150
  }
2167
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2151
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2168
2152
  font-family: "Tahoma";
2169
2153
  }
2170
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2154
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2171
2155
  font-family: "Times New Roman";
2172
2156
  }
2173
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2157
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2174
2158
  font-family: "Verdana";
2175
2159
  }
2176
2160
  .e-dropdown-popup.e-aggregate-list {
@@ -3101,15 +3085,6 @@
3101
3085
  .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
3086
  border-left-color: #1f1e1d;
3103
3087
  }
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
- }
3113
3088
  .e-spreadsheet .e-copy-indicator div.e-top,
3114
3089
  .e-spreadsheet .e-range-indicator div.e-top,
3115
3090
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1 +1,22 @@
1
- @import 'ej2-spreadsheet/styles/spreadsheet/fluent-dark.scss';
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';
@@ -1687,19 +1687,6 @@
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
- }
1703
1690
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1704
1691
  position: relative;
1705
1692
  }
@@ -2141,36 +2128,33 @@
2141
2128
  font-family: "Calibri";
2142
2129
  }
2143
2130
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2144
- font-family: "Comic Sans MS";
2145
- }
2146
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2147
2131
  font-family: "Courier";
2148
2132
  }
2149
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2133
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2150
2134
  font-family: "Courier New";
2151
2135
  }
2152
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2136
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2153
2137
  font-family: "Din Condensed";
2154
2138
  }
2155
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2139
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2156
2140
  font-family: "Georgia";
2157
2141
  }
2158
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2142
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2159
2143
  font-family: "Helvetica";
2160
2144
  }
2161
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2145
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2162
2146
  font-family: "Helvetica New";
2163
2147
  }
2164
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2148
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2165
2149
  font-family: "Roboto";
2166
2150
  }
2167
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2151
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2168
2152
  font-family: "Tahoma";
2169
2153
  }
2170
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2154
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2171
2155
  font-family: "Times New Roman";
2172
2156
  }
2173
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2157
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2174
2158
  font-family: "Verdana";
2175
2159
  }
2176
2160
  .e-dropdown-popup.e-aggregate-list {
@@ -3101,15 +3085,6 @@
3101
3085
  .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
3086
  border-left-color: #e4e1de;
3103
3087
  }
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
- }
3113
3088
  .e-spreadsheet .e-copy-indicator div.e-top,
3114
3089
  .e-spreadsheet .e-range-indicator div.e-top,
3115
3090
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1 +1,23 @@
1
- @import 'ej2-spreadsheet/styles/spreadsheet/fluent.scss';
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';
@@ -1074,19 +1074,6 @@
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
- }
1090
1077
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1091
1078
  position: relative;
1092
1079
  }
@@ -1526,36 +1513,33 @@
1526
1513
  font-family: "Calibri";
1527
1514
  }
1528
1515
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
1529
- font-family: "Comic Sans MS";
1530
- }
1531
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1532
1516
  font-family: "Courier";
1533
1517
  }
1534
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1518
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1535
1519
  font-family: "Courier New";
1536
1520
  }
1537
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1521
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1538
1522
  font-family: "Din Condensed";
1539
1523
  }
1540
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1524
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1541
1525
  font-family: "Georgia";
1542
1526
  }
1543
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1527
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1544
1528
  font-family: "Helvetica";
1545
1529
  }
1546
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1530
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1547
1531
  font-family: "Helvetica New";
1548
1532
  }
1549
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1533
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1550
1534
  font-family: "Roboto";
1551
1535
  }
1552
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1536
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1553
1537
  font-family: "Tahoma";
1554
1538
  }
1555
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1539
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1556
1540
  font-family: "Times New Roman";
1557
1541
  }
1558
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
1542
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1559
1543
  font-family: "Verdana";
1560
1544
  }
1561
1545
  .e-dropdown-popup.e-aggregate-list {
@@ -2416,15 +2400,6 @@
2416
2400
  .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 {
2417
2401
  border-left-color: #000;
2418
2402
  }
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
- }
2428
2403
  .e-spreadsheet .e-copy-indicator div.e-top,
2429
2404
  .e-spreadsheet .e-range-indicator div.e-top,
2430
2405
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1 +1,22 @@
1
- @import 'ej2-spreadsheet/styles/spreadsheet/highcontrast-light.scss';
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';
@@ -1641,19 +1641,6 @@
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
- }
1657
1644
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1658
1645
  position: relative;
1659
1646
  }
@@ -2093,36 +2080,33 @@
2093
2080
  font-family: "Calibri";
2094
2081
  }
2095
2082
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2096
- font-family: "Comic Sans MS";
2097
- }
2098
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2099
2083
  font-family: "Courier";
2100
2084
  }
2101
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2085
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2102
2086
  font-family: "Courier New";
2103
2087
  }
2104
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2088
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2105
2089
  font-family: "Din Condensed";
2106
2090
  }
2107
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2091
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2108
2092
  font-family: "Georgia";
2109
2093
  }
2110
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2094
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2111
2095
  font-family: "Helvetica";
2112
2096
  }
2113
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2097
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2114
2098
  font-family: "Helvetica New";
2115
2099
  }
2116
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2100
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2117
2101
  font-family: "Roboto";
2118
2102
  }
2119
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2103
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2120
2104
  font-family: "Tahoma";
2121
2105
  }
2122
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2106
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2123
2107
  font-family: "Times New Roman";
2124
2108
  }
2125
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2109
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2126
2110
  font-family: "Verdana";
2127
2111
  }
2128
2112
  .e-dropdown-popup.e-aggregate-list {
@@ -3006,15 +2990,6 @@
3006
2990
  .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 {
3007
2991
  border-left-color: #969696;
3008
2992
  }
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
- }
3018
2993
  .e-spreadsheet .e-copy-indicator div.e-top,
3019
2994
  .e-spreadsheet .e-range-indicator div.e-top,
3020
2995
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1 +1,23 @@
1
- @import 'ej2-spreadsheet/styles/spreadsheet/highcontrast.scss';
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';