@syncfusion/ej2-angular-navigations 20.2.50 → 20.3.47-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 (1190) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1805 -0
  6. package/README.md +14 -0
  7. package/dist/ej2-angular-navigations.umd.js +2113 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +19 -30
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +155 -0
  16. package/schematics/generators/accordion-default/index.d.ts +3 -0
  17. package/schematics/generators/accordion-default/index.js +8 -0
  18. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  19. package/schematics/generators/accordion-default/sample-details.js +7 -0
  20. package/{styles/sidebar/_layout.scss → schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css} +0 -0
  21. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  22. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  23. package/schematics/generators/accordion-default/schema.js +2 -0
  24. package/schematics/generators/accordion-default/schema.json +125 -0
  25. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  26. package/schematics/generators/accordion-html-template/index.js +8 -0
  27. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  28. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  29. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  30. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  31. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  32. package/schematics/generators/accordion-html-template/schema.js +2 -0
  33. package/schematics/generators/accordion-html-template/schema.json +125 -0
  34. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  35. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  36. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  37. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  38. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  39. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  40. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  41. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  42. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  43. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  44. package/schematics/generators/accordion-nested/index.js +8 -0
  45. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  46. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  47. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  48. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  49. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  50. package/schematics/generators/accordion-nested/schema.js +2 -0
  51. package/schematics/generators/accordion-nested/schema.json +125 -0
  52. package/schematics/generators/contextmenu-default/index.d.ts +3 -0
  53. package/schematics/generators/contextmenu-default/index.js +8 -0
  54. package/schematics/generators/contextmenu-default/sample-details.d.ts +5 -0
  55. package/schematics/generators/contextmenu-default/sample-details.js +7 -0
  56. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  57. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  58. package/schematics/generators/contextmenu-default/schema.d.ts +3 -0
  59. package/schematics/generators/contextmenu-default/schema.js +2 -0
  60. package/schematics/generators/contextmenu-default/schema.json +125 -0
  61. package/schematics/generators/menu-default/index.d.ts +3 -0
  62. package/schematics/generators/menu-default/index.js +8 -0
  63. package/schematics/generators/menu-default/sample-details.d.ts +5 -0
  64. package/schematics/generators/menu-default/sample-details.js +7 -0
  65. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +52 -0
  66. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  67. package/schematics/generators/menu-default/schema.d.ts +3 -0
  68. package/schematics/generators/menu-default/schema.js +2 -0
  69. package/schematics/generators/menu-default/schema.json +125 -0
  70. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  71. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  72. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  73. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  74. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  75. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  76. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  78. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  79. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  80. package/schematics/generators/sidebar-dock/index.js +8 -0
  81. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  82. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  83. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  84. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  85. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  86. package/schematics/generators/sidebar-dock/schema.js +2 -0
  87. package/schematics/generators/sidebar-dock/schema.json +125 -0
  88. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  89. package/schematics/generators/sidebar-target/index.js +8 -0
  90. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  91. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  92. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  93. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  94. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  95. package/schematics/generators/sidebar-target/schema.js +2 -0
  96. package/schematics/generators/sidebar-target/schema.json +125 -0
  97. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  98. package/schematics/generators/sidebar-types/index.js +8 -0
  99. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  100. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  101. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  102. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  103. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  104. package/schematics/generators/sidebar-types/schema.js +2 -0
  105. package/schematics/generators/sidebar-types/schema.json +125 -0
  106. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  107. package/schematics/generators/tab-html-template/index.js +8 -0
  108. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  109. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  110. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  111. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  112. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  113. package/schematics/generators/tab-html-template/schema.js +2 -0
  114. package/schematics/generators/tab-html-template/schema.json +125 -0
  115. package/schematics/generators/tab-icon/index.d.ts +3 -0
  116. package/schematics/generators/tab-icon/index.js +8 -0
  117. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  118. package/schematics/generators/tab-icon/sample-details.js +7 -0
  119. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  120. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  121. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  122. package/schematics/generators/tab-icon/schema.js +2 -0
  123. package/schematics/generators/tab-icon/schema.json +125 -0
  124. package/schematics/generators/tab-nested/index.d.ts +3 -0
  125. package/schematics/generators/tab-nested/index.js +8 -0
  126. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  127. package/schematics/generators/tab-nested/sample-details.js +7 -0
  128. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  129. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  130. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  131. package/schematics/generators/tab-nested/schema.js +2 -0
  132. package/schematics/generators/tab-nested/schema.json +125 -0
  133. package/schematics/generators/tab-popup/index.d.ts +3 -0
  134. package/schematics/generators/tab-popup/index.js +8 -0
  135. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  136. package/schematics/generators/tab-popup/sample-details.js +7 -0
  137. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  138. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  139. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  140. package/schematics/generators/tab-popup/schema.js +2 -0
  141. package/schematics/generators/tab-popup/schema.json +125 -0
  142. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  143. package/schematics/generators/tab-scrollable/index.js +8 -0
  144. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  145. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  146. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  147. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  148. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  149. package/schematics/generators/tab-scrollable/schema.js +2 -0
  150. package/schematics/generators/tab-scrollable/schema.json +125 -0
  151. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  152. package/schematics/generators/tab-vertical/index.js +8 -0
  153. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  154. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  155. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  156. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  157. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  158. package/schematics/generators/tab-vertical/schema.js +2 -0
  159. package/schematics/generators/tab-vertical/schema.json +125 -0
  160. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  161. package/schematics/generators/toolbar-alignment/index.js +8 -0
  162. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  163. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  164. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  165. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  166. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  167. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  168. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  169. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  170. package/schematics/generators/toolbar-extended/index.js +8 -0
  171. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  172. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  173. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  174. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  175. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  176. package/schematics/generators/toolbar-extended/schema.js +2 -0
  177. package/schematics/generators/toolbar-extended/schema.json +125 -0
  178. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  179. package/schematics/generators/toolbar-html-template/index.js +8 -0
  180. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  181. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  182. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  183. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  184. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  185. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  186. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  187. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  188. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  189. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  190. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  191. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  192. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  193. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  194. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  195. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  196. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  197. package/schematics/generators/toolbar-popup/index.js +8 -0
  198. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  199. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  200. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  201. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  202. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  203. package/schematics/generators/toolbar-popup/schema.js +2 -0
  204. package/schematics/generators/toolbar-popup/schema.json +125 -0
  205. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  206. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  207. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  208. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  209. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  210. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  211. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  212. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  213. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  214. package/schematics/generators/treeview-checkbox/index.d.ts +3 -0
  215. package/schematics/generators/treeview-checkbox/index.js +8 -0
  216. package/schematics/generators/treeview-checkbox/sample-details.d.ts +5 -0
  217. package/schematics/generators/treeview-checkbox/sample-details.js +7 -0
  218. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  219. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  220. package/schematics/generators/treeview-checkbox/schema.d.ts +3 -0
  221. package/schematics/generators/treeview-checkbox/schema.js +2 -0
  222. package/schematics/generators/treeview-checkbox/schema.json +125 -0
  223. package/schematics/generators/treeview-default/index.d.ts +3 -0
  224. package/schematics/generators/treeview-default/index.js +8 -0
  225. package/schematics/generators/treeview-default/sample-details.d.ts +5 -0
  226. package/schematics/generators/treeview-default/sample-details.js +7 -0
  227. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  228. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  229. package/schematics/generators/treeview-default/schema.d.ts +3 -0
  230. package/schematics/generators/treeview-default/schema.js +2 -0
  231. package/schematics/generators/treeview-default/schema.json +125 -0
  232. package/schematics/generators/treeview-draganddrop/index.d.ts +3 -0
  233. package/schematics/generators/treeview-draganddrop/index.js +8 -0
  234. package/schematics/generators/treeview-draganddrop/sample-details.d.ts +5 -0
  235. package/schematics/generators/treeview-draganddrop/sample-details.js +7 -0
  236. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  237. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  238. package/schematics/generators/treeview-draganddrop/schema.d.ts +3 -0
  239. package/schematics/generators/treeview-draganddrop/schema.js +2 -0
  240. package/schematics/generators/treeview-draganddrop/schema.json +125 -0
  241. package/schematics/generators/treeview-multiselection/index.d.ts +3 -0
  242. package/schematics/generators/treeview-multiselection/index.js +8 -0
  243. package/schematics/generators/treeview-multiselection/sample-details.d.ts +5 -0
  244. package/schematics/generators/treeview-multiselection/sample-details.js +7 -0
  245. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  246. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  247. package/schematics/generators/treeview-multiselection/schema.d.ts +3 -0
  248. package/schematics/generators/treeview-multiselection/schema.js +2 -0
  249. package/schematics/generators/treeview-multiselection/schema.json +125 -0
  250. package/schematics/generators/treeview-nodeediting/index.d.ts +3 -0
  251. package/schematics/generators/treeview-nodeediting/index.js +8 -0
  252. package/schematics/generators/treeview-nodeediting/sample-details.d.ts +5 -0
  253. package/schematics/generators/treeview-nodeediting/sample-details.js +7 -0
  254. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  255. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  256. package/schematics/generators/treeview-nodeediting/schema.d.ts +3 -0
  257. package/schematics/generators/treeview-nodeediting/schema.js +2 -0
  258. package/schematics/generators/treeview-nodeediting/schema.json +125 -0
  259. package/schematics/generators/treeview-remotedata/index.d.ts +3 -0
  260. package/schematics/generators/treeview-remotedata/index.js +8 -0
  261. package/schematics/generators/treeview-remotedata/sample-details.d.ts +5 -0
  262. package/schematics/generators/treeview-remotedata/sample-details.js +7 -0
  263. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  264. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  265. package/schematics/generators/treeview-remotedata/schema.d.ts +3 -0
  266. package/schematics/generators/treeview-remotedata/schema.js +2 -0
  267. package/schematics/generators/treeview-remotedata/schema.json +125 -0
  268. package/schematics/generators/treeview-treetemplate/index.d.ts +3 -0
  269. package/schematics/generators/treeview-treetemplate/index.js +8 -0
  270. package/schematics/generators/treeview-treetemplate/sample-details.d.ts +5 -0
  271. package/schematics/generators/treeview-treetemplate/sample-details.js +7 -0
  272. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  273. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  274. package/schematics/generators/treeview-treetemplate/schema.d.ts +3 -0
  275. package/schematics/generators/treeview-treetemplate/schema.js +2 -0
  276. package/schematics/generators/treeview-treetemplate/schema.json +125 -0
  277. package/schematics/ng-add/index.d.ts +3 -0
  278. package/schematics/ng-add/index.js +9 -0
  279. package/schematics/ng-add/schema.d.ts +13 -0
  280. package/schematics/ng-add/schema.js +2 -0
  281. package/schematics/ng-add/schema.json +34 -0
  282. package/schematics/tsconfig.json +25 -0
  283. package/schematics/utils/lib-details.d.ts +4 -0
  284. package/schematics/utils/lib-details.js +6 -0
  285. package/schematics/utils/lib-details.ts +3 -3
  286. package/src/accordion/accordion-all.module.d.ts +0 -6
  287. package/src/accordion/accordion.component.d.ts +0 -3
  288. package/src/accordion/accordion.module.d.ts +0 -7
  289. package/src/accordion/items.directive.d.ts +0 -5
  290. package/src/appbar/appbar-all.module.d.ts +5 -0
  291. package/src/appbar/appbar.component.d.ts +29 -0
  292. package/src/appbar/appbar.module.d.ts +5 -0
  293. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  294. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  295. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  296. package/src/breadcrumb/items.directive.d.ts +0 -5
  297. package/src/carousel/carousel-all.module.d.ts +0 -6
  298. package/src/carousel/carousel.component.d.ts +0 -3
  299. package/src/carousel/carousel.module.d.ts +0 -7
  300. package/src/carousel/items.directive.d.ts +0 -5
  301. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  302. package/src/context-menu/contextmenu.component.d.ts +0 -3
  303. package/src/context-menu/contextmenu.module.d.ts +0 -6
  304. package/src/index.d.ts +3 -0
  305. package/src/menu/items.directive.d.ts +0 -5
  306. package/src/menu/menu-all.module.d.ts +0 -6
  307. package/src/menu/menu.component.d.ts +0 -3
  308. package/src/menu/menu.module.d.ts +0 -7
  309. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  310. package/src/sidebar/sidebar.component.d.ts +0 -3
  311. package/src/sidebar/sidebar.module.d.ts +0 -6
  312. package/src/tab/items.directive.d.ts +0 -5
  313. package/src/tab/tab-all.module.d.ts +0 -6
  314. package/src/tab/tab.component.d.ts +0 -3
  315. package/src/tab/tab.module.d.ts +0 -7
  316. package/src/toolbar/items.directive.d.ts +0 -5
  317. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  318. package/src/toolbar/toolbar.component.d.ts +0 -3
  319. package/src/toolbar/toolbar.module.d.ts +0 -7
  320. package/src/treeview/treeview-all.module.d.ts +0 -6
  321. package/src/treeview/treeview.component.d.ts +0 -3
  322. package/src/treeview/treeview.module.d.ts +0 -6
  323. package/styles/accordion/bootstrap-dark.css +1 -0
  324. package/styles/accordion/bootstrap-dark.scss +1 -4
  325. package/styles/accordion/bootstrap.css +1 -0
  326. package/styles/accordion/bootstrap.scss +1 -4
  327. package/styles/accordion/bootstrap4.css +1 -0
  328. package/styles/accordion/bootstrap4.scss +1 -4
  329. package/styles/accordion/bootstrap5-dark.css +2 -0
  330. package/styles/accordion/bootstrap5-dark.scss +1 -4
  331. package/styles/accordion/bootstrap5.css +2 -0
  332. package/styles/accordion/bootstrap5.scss +1 -4
  333. package/styles/accordion/fabric-dark.css +1 -0
  334. package/styles/accordion/fabric-dark.scss +1 -4
  335. package/styles/accordion/fabric.css +1 -0
  336. package/styles/accordion/fabric.scss +1 -4
  337. package/styles/accordion/fluent-dark.css +1 -0
  338. package/styles/accordion/fluent-dark.scss +1 -4
  339. package/styles/accordion/fluent.css +1 -0
  340. package/styles/accordion/fluent.scss +1 -4
  341. package/styles/accordion/highcontrast-light.css +1 -0
  342. package/styles/accordion/highcontrast-light.scss +1 -4
  343. package/styles/accordion/highcontrast.css +1 -0
  344. package/styles/accordion/highcontrast.scss +1 -4
  345. package/styles/accordion/material-dark.css +1 -0
  346. package/styles/accordion/material-dark.scss +1 -4
  347. package/styles/accordion/material.css +1 -0
  348. package/styles/accordion/material.scss +1 -4
  349. package/styles/accordion/tailwind-dark.css +1 -0
  350. package/styles/accordion/tailwind-dark.scss +1 -4
  351. package/styles/accordion/tailwind.css +1 -0
  352. package/styles/accordion/tailwind.scss +1 -4
  353. package/styles/appbar/bootstrap-dark.css +244 -0
  354. package/styles/appbar/bootstrap-dark.scss +1 -0
  355. package/styles/appbar/bootstrap.css +244 -0
  356. package/styles/appbar/bootstrap.scss +1 -0
  357. package/styles/appbar/bootstrap4.css +244 -0
  358. package/styles/appbar/bootstrap4.scss +1 -0
  359. package/styles/appbar/bootstrap5-dark.css +244 -0
  360. package/styles/appbar/bootstrap5-dark.scss +1 -0
  361. package/styles/appbar/bootstrap5.css +244 -0
  362. package/styles/appbar/bootstrap5.scss +1 -0
  363. package/styles/appbar/fabric-dark.css +244 -0
  364. package/styles/appbar/fabric-dark.scss +1 -0
  365. package/styles/appbar/fabric.css +244 -0
  366. package/styles/appbar/fabric.scss +1 -0
  367. package/styles/appbar/fluent-dark.css +244 -0
  368. package/styles/appbar/fluent-dark.scss +1 -0
  369. package/styles/appbar/fluent.css +244 -0
  370. package/styles/appbar/fluent.scss +1 -0
  371. package/styles/appbar/highcontrast-light.css +244 -0
  372. package/styles/appbar/highcontrast-light.scss +1 -0
  373. package/styles/appbar/highcontrast.css +244 -0
  374. package/styles/appbar/highcontrast.scss +1 -0
  375. package/styles/appbar/material-dark.css +245 -0
  376. package/styles/appbar/material-dark.scss +1 -0
  377. package/styles/appbar/material.css +245 -0
  378. package/styles/appbar/material.scss +1 -0
  379. package/styles/appbar/tailwind-dark.css +245 -0
  380. package/styles/appbar/tailwind-dark.scss +1 -0
  381. package/styles/appbar/tailwind.css +245 -0
  382. package/styles/appbar/tailwind.scss +1 -0
  383. package/styles/bootstrap-dark.css +340 -21
  384. package/styles/bootstrap-dark.scss +1 -0
  385. package/styles/bootstrap.css +345 -26
  386. package/styles/bootstrap.scss +1 -0
  387. package/styles/bootstrap4.css +348 -29
  388. package/styles/bootstrap4.scss +1 -0
  389. package/styles/bootstrap5-dark.css +360 -36
  390. package/styles/bootstrap5-dark.scss +1 -0
  391. package/styles/bootstrap5.css +360 -36
  392. package/styles/bootstrap5.scss +1 -0
  393. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  394. package/styles/breadcrumb/bootstrap.scss +1 -4
  395. package/styles/breadcrumb/bootstrap4.scss +1 -4
  396. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  397. package/styles/breadcrumb/bootstrap5.scss +1 -4
  398. package/styles/breadcrumb/fabric-dark.scss +1 -4
  399. package/styles/breadcrumb/fabric.scss +1 -4
  400. package/styles/breadcrumb/fluent-dark.scss +1 -4
  401. package/styles/breadcrumb/fluent.scss +1 -4
  402. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  403. package/styles/breadcrumb/highcontrast.scss +1 -4
  404. package/styles/breadcrumb/material-dark.scss +1 -4
  405. package/styles/breadcrumb/material.scss +1 -4
  406. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  407. package/styles/breadcrumb/tailwind.scss +1 -4
  408. package/styles/carousel/bootstrap-dark.css +46 -11
  409. package/styles/carousel/bootstrap-dark.scss +1 -5
  410. package/styles/carousel/bootstrap.css +46 -11
  411. package/styles/carousel/bootstrap.scss +1 -5
  412. package/styles/carousel/bootstrap4.css +46 -11
  413. package/styles/carousel/bootstrap4.scss +1 -5
  414. package/styles/carousel/bootstrap5-dark.css +46 -11
  415. package/styles/carousel/bootstrap5-dark.scss +1 -5
  416. package/styles/carousel/bootstrap5.css +46 -11
  417. package/styles/carousel/bootstrap5.scss +1 -5
  418. package/styles/carousel/fabric-dark.css +46 -11
  419. package/styles/carousel/fabric-dark.scss +1 -5
  420. package/styles/carousel/fabric.css +46 -11
  421. package/styles/carousel/fabric.scss +1 -5
  422. package/styles/carousel/fluent-dark.css +46 -11
  423. package/styles/carousel/fluent-dark.scss +1 -5
  424. package/styles/carousel/fluent.css +46 -11
  425. package/styles/carousel/fluent.scss +1 -5
  426. package/styles/carousel/highcontrast-light.css +46 -11
  427. package/styles/carousel/highcontrast-light.scss +1 -5
  428. package/styles/carousel/highcontrast.css +46 -11
  429. package/styles/carousel/highcontrast.scss +1 -5
  430. package/styles/carousel/material-dark.css +46 -11
  431. package/styles/carousel/material-dark.scss +1 -5
  432. package/styles/carousel/material.css +46 -11
  433. package/styles/carousel/material.scss +1 -5
  434. package/styles/carousel/tailwind-dark.css +46 -11
  435. package/styles/carousel/tailwind-dark.scss +1 -5
  436. package/styles/carousel/tailwind.css +46 -11
  437. package/styles/carousel/tailwind.scss +1 -5
  438. package/styles/context-menu/bootstrap-dark.scss +1 -7
  439. package/styles/context-menu/bootstrap.scss +1 -7
  440. package/styles/context-menu/bootstrap4.css +2 -2
  441. package/styles/context-menu/bootstrap4.scss +1 -7
  442. package/styles/context-menu/bootstrap5-dark.css +3 -3
  443. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  444. package/styles/context-menu/bootstrap5.css +3 -3
  445. package/styles/context-menu/bootstrap5.scss +1 -7
  446. package/styles/context-menu/fabric-dark.scss +1 -7
  447. package/styles/context-menu/fabric.scss +1 -7
  448. package/styles/context-menu/fluent-dark.css +1 -1
  449. package/styles/context-menu/fluent-dark.scss +1 -7
  450. package/styles/context-menu/fluent.css +1 -1
  451. package/styles/context-menu/fluent.scss +1 -7
  452. package/styles/context-menu/highcontrast-light.scss +1 -7
  453. package/styles/context-menu/highcontrast.scss +1 -7
  454. package/styles/context-menu/material-dark.scss +1 -7
  455. package/styles/context-menu/material.scss +1 -7
  456. package/styles/context-menu/tailwind-dark.css +1 -1
  457. package/styles/context-menu/tailwind-dark.scss +1 -7
  458. package/styles/context-menu/tailwind.css +1 -1
  459. package/styles/context-menu/tailwind.scss +1 -7
  460. package/styles/fabric-dark.css +340 -21
  461. package/styles/fabric-dark.scss +1 -0
  462. package/styles/fabric.css +340 -21
  463. package/styles/fabric.scss +1 -0
  464. package/styles/fluent-dark.css +352 -33
  465. package/styles/fluent-dark.scss +1 -0
  466. package/styles/fluent.css +352 -33
  467. package/styles/fluent.scss +1 -0
  468. package/styles/h-scroll/bootstrap-dark.css +0 -2
  469. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  470. package/styles/h-scroll/bootstrap.css +0 -2
  471. package/styles/h-scroll/bootstrap.scss +1 -4
  472. package/styles/h-scroll/bootstrap4.css +0 -2
  473. package/styles/h-scroll/bootstrap4.scss +1 -4
  474. package/styles/h-scroll/bootstrap5-dark.css +0 -2
  475. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  476. package/styles/h-scroll/bootstrap5.css +0 -2
  477. package/styles/h-scroll/bootstrap5.scss +1 -4
  478. package/styles/h-scroll/fabric-dark.css +0 -2
  479. package/styles/h-scroll/fabric-dark.scss +1 -4
  480. package/styles/h-scroll/fabric.css +0 -2
  481. package/styles/h-scroll/fabric.scss +1 -4
  482. package/styles/h-scroll/fluent-dark.css +0 -2
  483. package/styles/h-scroll/fluent-dark.scss +1 -4
  484. package/styles/h-scroll/fluent.css +0 -2
  485. package/styles/h-scroll/fluent.scss +1 -4
  486. package/styles/h-scroll/highcontrast-light.css +0 -2
  487. package/styles/h-scroll/highcontrast-light.scss +1 -4
  488. package/styles/h-scroll/highcontrast.css +0 -2
  489. package/styles/h-scroll/highcontrast.scss +1 -4
  490. package/styles/h-scroll/material-dark.css +0 -2
  491. package/styles/h-scroll/material-dark.scss +1 -4
  492. package/styles/h-scroll/material.css +0 -2
  493. package/styles/h-scroll/material.scss +1 -4
  494. package/styles/h-scroll/tailwind-dark.css +0 -2
  495. package/styles/h-scroll/tailwind-dark.scss +1 -4
  496. package/styles/h-scroll/tailwind.css +0 -2
  497. package/styles/h-scroll/tailwind.scss +1 -4
  498. package/styles/highcontrast-light.css +339 -20
  499. package/styles/highcontrast-light.scss +1 -0
  500. package/styles/highcontrast.css +339 -20
  501. package/styles/highcontrast.scss +1 -0
  502. package/styles/material-dark.css +339 -20
  503. package/styles/material-dark.scss +1 -0
  504. package/styles/material.css +339 -20
  505. package/styles/material.scss +1 -0
  506. package/styles/menu/bootstrap-dark.css +22 -0
  507. package/styles/menu/bootstrap-dark.scss +1 -8
  508. package/styles/menu/bootstrap.css +22 -0
  509. package/styles/menu/bootstrap.scss +1 -8
  510. package/styles/menu/bootstrap4.css +22 -0
  511. package/styles/menu/bootstrap4.scss +1 -8
  512. package/styles/menu/bootstrap5-dark.css +23 -1
  513. package/styles/menu/bootstrap5-dark.scss +1 -8
  514. package/styles/menu/bootstrap5.css +23 -1
  515. package/styles/menu/bootstrap5.scss +1 -8
  516. package/styles/menu/fabric-dark.css +22 -0
  517. package/styles/menu/fabric-dark.scss +1 -8
  518. package/styles/menu/fabric.css +22 -0
  519. package/styles/menu/fabric.scss +1 -8
  520. package/styles/menu/fluent-dark.css +23 -1
  521. package/styles/menu/fluent-dark.scss +1 -8
  522. package/styles/menu/fluent.css +23 -1
  523. package/styles/menu/fluent.scss +1 -8
  524. package/styles/menu/highcontrast-light.css +22 -0
  525. package/styles/menu/highcontrast-light.scss +1 -8
  526. package/styles/menu/highcontrast.css +22 -0
  527. package/styles/menu/highcontrast.scss +1 -8
  528. package/styles/menu/material-dark.css +22 -0
  529. package/styles/menu/material-dark.scss +1 -8
  530. package/styles/menu/material.css +22 -0
  531. package/styles/menu/material.scss +1 -8
  532. package/styles/menu/tailwind-dark.css +23 -1
  533. package/styles/menu/tailwind-dark.scss +1 -8
  534. package/styles/menu/tailwind.css +23 -1
  535. package/styles/menu/tailwind.scss +1 -8
  536. package/styles/pager/bootstrap-dark.css +5 -3
  537. package/styles/pager/bootstrap-dark.scss +1 -4
  538. package/styles/pager/bootstrap.css +10 -8
  539. package/styles/pager/bootstrap.scss +1 -4
  540. package/styles/pager/bootstrap4.css +11 -9
  541. package/styles/pager/bootstrap4.scss +1 -4
  542. package/styles/pager/bootstrap5-dark.css +14 -12
  543. package/styles/pager/bootstrap5-dark.scss +1 -4
  544. package/styles/pager/bootstrap5.css +14 -12
  545. package/styles/pager/bootstrap5.scss +1 -4
  546. package/styles/pager/fabric-dark.css +5 -3
  547. package/styles/pager/fabric-dark.scss +1 -4
  548. package/styles/pager/fabric.css +5 -3
  549. package/styles/pager/fabric.scss +1 -4
  550. package/styles/pager/fluent-dark.css +6 -4
  551. package/styles/pager/fluent-dark.scss +1 -4
  552. package/styles/pager/fluent.css +6 -4
  553. package/styles/pager/fluent.scss +1 -4
  554. package/styles/pager/highcontrast-light.css +4 -2
  555. package/styles/pager/highcontrast-light.scss +1 -4
  556. package/styles/pager/highcontrast.css +4 -2
  557. package/styles/pager/highcontrast.scss +1 -4
  558. package/styles/pager/material-dark.css +4 -2
  559. package/styles/pager/material-dark.scss +1 -4
  560. package/styles/pager/material.css +4 -2
  561. package/styles/pager/material.scss +1 -4
  562. package/styles/pager/tailwind-dark.css +19 -17
  563. package/styles/pager/tailwind-dark.scss +1 -4
  564. package/styles/pager/tailwind.css +19 -17
  565. package/styles/pager/tailwind.scss +1 -4
  566. package/styles/sidebar/bootstrap-dark.css +4 -0
  567. package/styles/sidebar/bootstrap-dark.scss +1 -3
  568. package/styles/sidebar/bootstrap.css +4 -0
  569. package/styles/sidebar/bootstrap.scss +1 -3
  570. package/styles/sidebar/bootstrap4.css +4 -0
  571. package/styles/sidebar/bootstrap4.scss +1 -3
  572. package/styles/sidebar/bootstrap5-dark.css +4 -0
  573. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  574. package/styles/sidebar/bootstrap5.css +4 -0
  575. package/styles/sidebar/bootstrap5.scss +1 -3
  576. package/styles/sidebar/fabric-dark.css +4 -0
  577. package/styles/sidebar/fabric-dark.scss +1 -3
  578. package/styles/sidebar/fabric.css +4 -0
  579. package/styles/sidebar/fabric.scss +1 -3
  580. package/styles/sidebar/fluent-dark.css +4 -0
  581. package/styles/sidebar/fluent-dark.scss +1 -3
  582. package/styles/sidebar/fluent.css +4 -0
  583. package/styles/sidebar/fluent.scss +1 -3
  584. package/styles/sidebar/highcontrast-light.css +4 -0
  585. package/styles/sidebar/highcontrast-light.scss +1 -3
  586. package/styles/sidebar/highcontrast.css +4 -0
  587. package/styles/sidebar/highcontrast.scss +1 -3
  588. package/styles/sidebar/material-dark.css +4 -0
  589. package/styles/sidebar/material-dark.scss +1 -3
  590. package/styles/sidebar/material.css +4 -0
  591. package/styles/sidebar/material.scss +1 -3
  592. package/styles/sidebar/tailwind-dark.css +4 -0
  593. package/styles/sidebar/tailwind-dark.scss +1 -3
  594. package/styles/sidebar/tailwind.css +4 -0
  595. package/styles/sidebar/tailwind.scss +1 -3
  596. package/styles/tab/bootstrap-dark.css +1 -1
  597. package/styles/tab/bootstrap-dark.scss +1 -5
  598. package/styles/tab/bootstrap.css +1 -1
  599. package/styles/tab/bootstrap.scss +1 -5
  600. package/styles/tab/bootstrap4.css +1 -1
  601. package/styles/tab/bootstrap4.scss +1 -5
  602. package/styles/tab/bootstrap5-dark.css +5 -2
  603. package/styles/tab/bootstrap5-dark.scss +1 -5
  604. package/styles/tab/bootstrap5.css +5 -2
  605. package/styles/tab/bootstrap5.scss +1 -5
  606. package/styles/tab/fabric-dark.css +1 -1
  607. package/styles/tab/fabric-dark.scss +1 -5
  608. package/styles/tab/fabric.css +1 -1
  609. package/styles/tab/fabric.scss +1 -5
  610. package/styles/tab/fluent-dark.css +5 -5
  611. package/styles/tab/fluent-dark.scss +1 -5
  612. package/styles/tab/fluent.css +5 -5
  613. package/styles/tab/fluent.scss +1 -5
  614. package/styles/tab/highcontrast-light.css +1 -1
  615. package/styles/tab/highcontrast-light.scss +1 -5
  616. package/styles/tab/highcontrast.css +1 -1
  617. package/styles/tab/highcontrast.scss +1 -5
  618. package/styles/tab/material-dark.css +1 -1
  619. package/styles/tab/material-dark.scss +1 -5
  620. package/styles/tab/material.css +1 -1
  621. package/styles/tab/material.scss +1 -5
  622. package/styles/tab/tailwind-dark.css +1 -1
  623. package/styles/tab/tailwind-dark.scss +1 -5
  624. package/styles/tab/tailwind.css +1 -1
  625. package/styles/tab/tailwind.scss +1 -5
  626. package/styles/tailwind-dark.css +359 -38
  627. package/styles/tailwind-dark.scss +1 -0
  628. package/styles/tailwind.css +359 -38
  629. package/styles/tailwind.scss +1 -0
  630. package/styles/toolbar/bootstrap-dark.css +10 -2
  631. package/styles/toolbar/bootstrap-dark.scss +1 -8
  632. package/styles/toolbar/bootstrap.css +10 -2
  633. package/styles/toolbar/bootstrap.scss +1 -8
  634. package/styles/toolbar/bootstrap4.css +10 -2
  635. package/styles/toolbar/bootstrap4.scss +1 -8
  636. package/styles/toolbar/bootstrap5-dark.css +12 -3
  637. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  638. package/styles/toolbar/bootstrap5.css +12 -3
  639. package/styles/toolbar/bootstrap5.scss +1 -8
  640. package/styles/toolbar/fabric-dark.css +10 -2
  641. package/styles/toolbar/fabric-dark.scss +1 -8
  642. package/styles/toolbar/fabric.css +10 -2
  643. package/styles/toolbar/fabric.scss +1 -8
  644. package/styles/toolbar/fluent-dark.css +15 -7
  645. package/styles/toolbar/fluent-dark.scss +1 -8
  646. package/styles/toolbar/fluent.css +15 -7
  647. package/styles/toolbar/fluent.scss +1 -8
  648. package/styles/toolbar/highcontrast-light.css +10 -2
  649. package/styles/toolbar/highcontrast-light.scss +1 -8
  650. package/styles/toolbar/highcontrast.css +10 -2
  651. package/styles/toolbar/highcontrast.scss +1 -8
  652. package/styles/toolbar/material-dark.css +10 -2
  653. package/styles/toolbar/material-dark.scss +1 -8
  654. package/styles/toolbar/material.css +10 -2
  655. package/styles/toolbar/material.scss +1 -8
  656. package/styles/toolbar/tailwind-dark.css +11 -3
  657. package/styles/toolbar/tailwind-dark.scss +1 -8
  658. package/styles/toolbar/tailwind.css +11 -3
  659. package/styles/toolbar/tailwind.scss +1 -8
  660. package/styles/treeview/bootstrap-dark.css +6 -0
  661. package/styles/treeview/bootstrap-dark.scss +1 -6
  662. package/styles/treeview/bootstrap.css +6 -0
  663. package/styles/treeview/bootstrap.scss +1 -6
  664. package/styles/treeview/bootstrap4.css +6 -0
  665. package/styles/treeview/bootstrap4.scss +1 -6
  666. package/styles/treeview/bootstrap5-dark.css +6 -0
  667. package/styles/treeview/bootstrap5-dark.scss +1 -6
  668. package/styles/treeview/bootstrap5.css +6 -0
  669. package/styles/treeview/bootstrap5.scss +1 -6
  670. package/styles/treeview/fabric-dark.css +6 -0
  671. package/styles/treeview/fabric-dark.scss +1 -6
  672. package/styles/treeview/fabric.css +6 -0
  673. package/styles/treeview/fabric.scss +1 -6
  674. package/styles/treeview/fluent-dark.css +6 -0
  675. package/styles/treeview/fluent-dark.scss +1 -6
  676. package/styles/treeview/fluent.css +6 -0
  677. package/styles/treeview/fluent.scss +1 -6
  678. package/styles/treeview/highcontrast-light.css +6 -0
  679. package/styles/treeview/highcontrast-light.scss +1 -6
  680. package/styles/treeview/highcontrast.css +6 -0
  681. package/styles/treeview/highcontrast.scss +1 -6
  682. package/styles/treeview/material-dark.css +6 -0
  683. package/styles/treeview/material-dark.scss +1 -6
  684. package/styles/treeview/material.css +6 -0
  685. package/styles/treeview/material.scss +1 -6
  686. package/styles/treeview/tailwind-dark.css +7 -0
  687. package/styles/treeview/tailwind-dark.scss +1 -6
  688. package/styles/treeview/tailwind.css +7 -0
  689. package/styles/treeview/tailwind.scss +1 -6
  690. package/styles/v-scroll/bootstrap-dark.css +0 -2
  691. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  692. package/styles/v-scroll/bootstrap.css +0 -2
  693. package/styles/v-scroll/bootstrap.scss +1 -4
  694. package/styles/v-scroll/bootstrap4.css +0 -2
  695. package/styles/v-scroll/bootstrap4.scss +1 -4
  696. package/styles/v-scroll/bootstrap5-dark.css +0 -2
  697. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  698. package/styles/v-scroll/bootstrap5.css +0 -2
  699. package/styles/v-scroll/bootstrap5.scss +1 -4
  700. package/styles/v-scroll/fabric-dark.css +0 -2
  701. package/styles/v-scroll/fabric-dark.scss +1 -4
  702. package/styles/v-scroll/fabric.css +0 -2
  703. package/styles/v-scroll/fabric.scss +1 -4
  704. package/styles/v-scroll/fluent-dark.css +0 -2
  705. package/styles/v-scroll/fluent-dark.scss +1 -4
  706. package/styles/v-scroll/fluent.css +0 -2
  707. package/styles/v-scroll/fluent.scss +1 -4
  708. package/styles/v-scroll/highcontrast-light.css +0 -2
  709. package/styles/v-scroll/highcontrast-light.scss +1 -4
  710. package/styles/v-scroll/highcontrast.css +0 -2
  711. package/styles/v-scroll/highcontrast.scss +1 -4
  712. package/styles/v-scroll/material-dark.css +0 -2
  713. package/styles/v-scroll/material-dark.scss +1 -4
  714. package/styles/v-scroll/material.css +0 -2
  715. package/styles/v-scroll/material.scss +1 -4
  716. package/styles/v-scroll/tailwind-dark.css +0 -2
  717. package/styles/v-scroll/tailwind-dark.scss +1 -4
  718. package/styles/v-scroll/tailwind.css +0 -2
  719. package/styles/v-scroll/tailwind.scss +1 -4
  720. package/esm2020/public_api.mjs +0 -3
  721. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  722. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  723. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  724. package/esm2020/src/accordion/items.directive.mjs +0 -72
  725. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  726. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  727. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  728. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  729. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  730. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  731. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  732. package/esm2020/src/carousel/items.directive.mjs +0 -66
  733. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  734. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  735. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  736. package/esm2020/src/index.mjs +0 -35
  737. package/esm2020/src/menu/items.directive.mjs +0 -46
  738. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  739. package/esm2020/src/menu/menu.component.mjs +0 -71
  740. package/esm2020/src/menu/menu.module.mjs +0 -34
  741. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  742. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  743. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  744. package/esm2020/src/tab/items.directive.mjs +0 -78
  745. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  746. package/esm2020/src/tab/tab.component.mjs +0 -64
  747. package/esm2020/src/tab/tab.module.mjs +0 -34
  748. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  749. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  750. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  751. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  752. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  753. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  754. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  755. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  756. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1352
  757. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  758. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1352
  759. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  760. package/styles/accordion/_all.scss +0 -2
  761. package/styles/accordion/_bootstrap-dark-definition.scss +0 -72
  762. package/styles/accordion/_bootstrap-definition.scss +0 -80
  763. package/styles/accordion/_bootstrap4-definition.scss +0 -86
  764. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  765. package/styles/accordion/_bootstrap5-definition.scss +0 -85
  766. package/styles/accordion/_fabric-dark-definition.scss +0 -79
  767. package/styles/accordion/_fabric-definition.scss +0 -83
  768. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  769. package/styles/accordion/_fluent-definition.scss +0 -85
  770. package/styles/accordion/_fusionnew-definition.scss +0 -85
  771. package/styles/accordion/_highcontrast-definition.scss +0 -110
  772. package/styles/accordion/_highcontrast-light-definition.scss +0 -108
  773. package/styles/accordion/_layout.scss +0 -417
  774. package/styles/accordion/_material-dark-definition.scss +0 -79
  775. package/styles/accordion/_material-definition.scss +0 -76
  776. package/styles/accordion/_material3-definition.scss +0 -85
  777. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  778. package/styles/accordion/_tailwind-definition.scss +0 -83
  779. package/styles/accordion/_theme.scss +0 -548
  780. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  781. package/styles/accordion/icons/_bootstrap.scss +0 -17
  782. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  783. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  784. package/styles/accordion/icons/_bootstrap5.scss +0 -18
  785. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  786. package/styles/accordion/icons/_fabric.scss +0 -17
  787. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  788. package/styles/accordion/icons/_fluent.scss +0 -18
  789. package/styles/accordion/icons/_fusionnew.scss +0 -18
  790. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  791. package/styles/accordion/icons/_highcontrast.scss +0 -17
  792. package/styles/accordion/icons/_material-dark.scss +0 -17
  793. package/styles/accordion/icons/_material.scss +0 -17
  794. package/styles/accordion/icons/_material3.scss +0 -18
  795. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  796. package/styles/accordion/icons/_tailwind.scss +0 -18
  797. package/styles/breadcrumb/_all.scss +0 -2
  798. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -55
  799. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  800. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  801. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  802. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  803. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  804. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  805. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  806. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  807. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  808. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  809. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  810. package/styles/breadcrumb/_layout.scss +0 -490
  811. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  812. package/styles/breadcrumb/_material-definition.scss +0 -50
  813. package/styles/breadcrumb/_material3-definition.scss +0 -59
  814. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  815. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  816. package/styles/breadcrumb/_theme.scss +0 -159
  817. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  818. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  819. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  820. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  821. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  822. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  823. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  824. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  825. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  826. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  827. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  828. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  829. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  830. package/styles/breadcrumb/icons/_material.scss +0 -25
  831. package/styles/breadcrumb/icons/_material3.scss +0 -25
  832. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  833. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  834. package/styles/carousel/_all.scss +0 -2
  835. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  836. package/styles/carousel/_bootstrap-definition.scss +0 -22
  837. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  838. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  839. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  840. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  841. package/styles/carousel/_fabric-definition.scss +0 -22
  842. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  843. package/styles/carousel/_fluent-definition.scss +0 -22
  844. package/styles/carousel/_fusionnew-definition.scss +0 -22
  845. package/styles/carousel/_highcontrast-definition.scss +0 -22
  846. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  847. package/styles/carousel/_layout.scss +0 -179
  848. package/styles/carousel/_material-dark-definition.scss +0 -22
  849. package/styles/carousel/_material-definition.scss +0 -22
  850. package/styles/carousel/_material3-definition.scss +0 -22
  851. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  852. package/styles/carousel/_tailwind-definition.scss +0 -22
  853. package/styles/carousel/_theme.scss +0 -56
  854. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  855. package/styles/carousel/icons/_bootstrap.scss +0 -30
  856. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  857. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  858. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  859. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  860. package/styles/carousel/icons/_fabric.scss +0 -30
  861. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  862. package/styles/carousel/icons/_fluent.scss +0 -30
  863. package/styles/carousel/icons/_fusionnew.scss +0 -30
  864. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  865. package/styles/carousel/icons/_highcontrast.scss +0 -30
  866. package/styles/carousel/icons/_material-dark.scss +0 -30
  867. package/styles/carousel/icons/_material.scss +0 -30
  868. package/styles/carousel/icons/_material3.scss +0 -30
  869. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  870. package/styles/carousel/icons/_tailwind.scss +0 -30
  871. package/styles/context-menu/_all.scss +0 -2
  872. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -52
  873. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  874. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  875. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  876. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  877. package/styles/context-menu/_fabric-dark-definition.scss +0 -52
  878. package/styles/context-menu/_fabric-definition.scss +0 -50
  879. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  880. package/styles/context-menu/_fluent-definition.scss +0 -52
  881. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  882. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  883. package/styles/context-menu/_highcontrast-light-definition.scss +0 -52
  884. package/styles/context-menu/_layout-mixin.scss +0 -169
  885. package/styles/context-menu/_layout.scss +0 -149
  886. package/styles/context-menu/_material-dark-definition.scss +0 -52
  887. package/styles/context-menu/_material-definition.scss +0 -50
  888. package/styles/context-menu/_material3-definition.scss +0 -52
  889. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  890. package/styles/context-menu/_tailwind-definition.scss +0 -53
  891. package/styles/context-menu/_theme-mixin.scss +0 -59
  892. package/styles/context-menu/_theme.scss +0 -49
  893. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -32
  894. package/styles/context-menu/icons/_bootstrap.scss +0 -32
  895. package/styles/context-menu/icons/_bootstrap4.scss +0 -32
  896. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  897. package/styles/context-menu/icons/_bootstrap5.scss +0 -32
  898. package/styles/context-menu/icons/_fabric-dark.scss +0 -32
  899. package/styles/context-menu/icons/_fabric.scss +0 -32
  900. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  901. package/styles/context-menu/icons/_fluent.scss +0 -32
  902. package/styles/context-menu/icons/_fusionnew.scss +0 -32
  903. package/styles/context-menu/icons/_highcontrast-light.scss +0 -32
  904. package/styles/context-menu/icons/_highcontrast.scss +0 -32
  905. package/styles/context-menu/icons/_material-dark.scss +0 -32
  906. package/styles/context-menu/icons/_material.scss +0 -32
  907. package/styles/context-menu/icons/_material3.scss +0 -32
  908. package/styles/context-menu/icons/_tailwind-dark.scss +0 -32
  909. package/styles/context-menu/icons/_tailwind.scss +0 -32
  910. package/styles/h-scroll/_all.scss +0 -2
  911. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -49
  912. package/styles/h-scroll/_bootstrap-definition.scss +0 -50
  913. package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
  914. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  915. package/styles/h-scroll/_bootstrap5-definition.scss +0 -78
  916. package/styles/h-scroll/_fabric-dark-definition.scss +0 -50
  917. package/styles/h-scroll/_fabric-definition.scss +0 -48
  918. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  919. package/styles/h-scroll/_fluent-definition.scss +0 -78
  920. package/styles/h-scroll/_fusionnew-definition.scss +0 -78
  921. package/styles/h-scroll/_highcontrast-definition.scss +0 -52
  922. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -54
  923. package/styles/h-scroll/_layout.scss +0 -202
  924. package/styles/h-scroll/_material-dark-definition.scss +0 -77
  925. package/styles/h-scroll/_material-definition.scss +0 -77
  926. package/styles/h-scroll/_material3-definition.scss +0 -78
  927. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  928. package/styles/h-scroll/_tailwind-definition.scss +0 -78
  929. package/styles/h-scroll/_theme.scss +0 -162
  930. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -50
  931. package/styles/h-scroll/icons/_bootstrap.scss +0 -50
  932. package/styles/h-scroll/icons/_bootstrap4.scss +0 -50
  933. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  934. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  935. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  936. package/styles/h-scroll/icons/_fabric.scss +0 -49
  937. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  938. package/styles/h-scroll/icons/_fluent.scss +0 -49
  939. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  940. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  941. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  942. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  943. package/styles/h-scroll/icons/_material.scss +0 -49
  944. package/styles/h-scroll/icons/_material3.scss +0 -49
  945. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  946. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  947. package/styles/menu/_all.scss +0 -2
  948. package/styles/menu/_bootstrap-dark-definition.scss +0 -63
  949. package/styles/menu/_bootstrap-definition.scss +0 -65
  950. package/styles/menu/_bootstrap4-definition.scss +0 -64
  951. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  952. package/styles/menu/_bootstrap5-definition.scss +0 -67
  953. package/styles/menu/_fabric-dark-definition.scss +0 -63
  954. package/styles/menu/_fabric-definition.scss +0 -64
  955. package/styles/menu/_fluent-dark-definition.scss +0 -1
  956. package/styles/menu/_fluent-definition.scss +0 -68
  957. package/styles/menu/_fusionnew-definition.scss +0 -67
  958. package/styles/menu/_highcontrast-definition.scss +0 -65
  959. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  960. package/styles/menu/_layout.scss +0 -708
  961. package/styles/menu/_material-dark-definition.scss +0 -63
  962. package/styles/menu/_material-definition.scss +0 -64
  963. package/styles/menu/_material3-definition.scss +0 -67
  964. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  965. package/styles/menu/_tailwind-definition.scss +0 -67
  966. package/styles/menu/_theme.scss +0 -261
  967. package/styles/menu/icons/_bootstrap-dark.scss +0 -133
  968. package/styles/menu/icons/_bootstrap.scss +0 -133
  969. package/styles/menu/icons/_bootstrap4.scss +0 -133
  970. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  971. package/styles/menu/icons/_bootstrap5.scss +0 -133
  972. package/styles/menu/icons/_fabric-dark.scss +0 -133
  973. package/styles/menu/icons/_fabric.scss +0 -133
  974. package/styles/menu/icons/_fluent-dark.scss +0 -1
  975. package/styles/menu/icons/_fluent.scss +0 -133
  976. package/styles/menu/icons/_fusionnew.scss +0 -133
  977. package/styles/menu/icons/_highcontrast-light.scss +0 -133
  978. package/styles/menu/icons/_highcontrast.scss +0 -133
  979. package/styles/menu/icons/_material-dark.scss +0 -133
  980. package/styles/menu/icons/_material.scss +0 -133
  981. package/styles/menu/icons/_material3.scss +0 -133
  982. package/styles/menu/icons/_tailwind-dark.scss +0 -133
  983. package/styles/menu/icons/_tailwind.scss +0 -133
  984. package/styles/pager/_all.scss +0 -2
  985. package/styles/pager/_bootstrap-dark-definition.scss +0 -132
  986. package/styles/pager/_bootstrap-definition.scss +0 -132
  987. package/styles/pager/_bootstrap4-definition.scss +0 -131
  988. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  989. package/styles/pager/_bootstrap5-definition.scss +0 -146
  990. package/styles/pager/_fabric-dark-definition.scss +0 -131
  991. package/styles/pager/_fabric-definition.scss +0 -130
  992. package/styles/pager/_fluent-dark-definition.scss +0 -1
  993. package/styles/pager/_fluent-definition.scss +0 -133
  994. package/styles/pager/_fusionnew-definition.scss +0 -146
  995. package/styles/pager/_highcontrast-definition.scss +0 -130
  996. package/styles/pager/_highcontrast-light-definition.scss +0 -130
  997. package/styles/pager/_layout.scss +0 -899
  998. package/styles/pager/_material-dark-definition.scss +0 -132
  999. package/styles/pager/_material-definition.scss +0 -131
  1000. package/styles/pager/_material3-definition.scss +0 -146
  1001. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  1002. package/styles/pager/_tailwind-definition.scss +0 -132
  1003. package/styles/pager/_theme.scss +0 -153
  1004. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  1005. package/styles/pager/icons/_bootstrap.scss +0 -49
  1006. package/styles/pager/icons/_bootstrap4.scss +0 -49
  1007. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  1008. package/styles/pager/icons/_bootstrap5.scss +0 -50
  1009. package/styles/pager/icons/_fabric-dark.scss +0 -50
  1010. package/styles/pager/icons/_fabric.scss +0 -50
  1011. package/styles/pager/icons/_fluent-dark.scss +0 -1
  1012. package/styles/pager/icons/_fluent.scss +0 -50
  1013. package/styles/pager/icons/_fusionnew.scss +0 -50
  1014. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  1015. package/styles/pager/icons/_highcontrast.scss +0 -41
  1016. package/styles/pager/icons/_material-dark.scss +0 -50
  1017. package/styles/pager/icons/_material.scss +0 -41
  1018. package/styles/pager/icons/_material3.scss +0 -50
  1019. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  1020. package/styles/pager/icons/_tailwind.scss +0 -50
  1021. package/styles/sidebar/_all.scss +0 -3
  1022. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  1023. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  1024. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  1025. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  1026. package/styles/sidebar/_bootstrap5-definition.scss +0 -5
  1027. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  1028. package/styles/sidebar/_fabric-definition.scss +0 -6
  1029. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  1030. package/styles/sidebar/_fluent-definition.scss +0 -5
  1031. package/styles/sidebar/_fusionnew-definition.scss +0 -5
  1032. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  1033. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  1034. package/styles/sidebar/_icons.scss +0 -1
  1035. package/styles/sidebar/_material-dark-definition.scss +0 -4
  1036. package/styles/sidebar/_material-definition.scss +0 -6
  1037. package/styles/sidebar/_material3-definition.scss +0 -5
  1038. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  1039. package/styles/sidebar/_tailwind-definition.scss +0 -5
  1040. package/styles/sidebar/_theme.scss +0 -191
  1041. package/styles/tab/_all.scss +0 -2
  1042. package/styles/tab/_bootstrap-dark-definition.scss +0 -397
  1043. package/styles/tab/_bootstrap-definition.scss +0 -407
  1044. package/styles/tab/_bootstrap4-definition.scss +0 -411
  1045. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  1046. package/styles/tab/_bootstrap5-definition.scss +0 -401
  1047. package/styles/tab/_fabric-dark-definition.scss +0 -406
  1048. package/styles/tab/_fabric-definition.scss +0 -422
  1049. package/styles/tab/_fluent-dark-definition.scss +0 -1
  1050. package/styles/tab/_fluent-definition.scss +0 -409
  1051. package/styles/tab/_fusionnew-definition.scss +0 -401
  1052. package/styles/tab/_highcontrast-definition.scss +0 -446
  1053. package/styles/tab/_highcontrast-light-definition.scss +0 -435
  1054. package/styles/tab/_icons.scss +0 -43
  1055. package/styles/tab/_layout.scss +0 -4115
  1056. package/styles/tab/_material-dark-definition.scss +0 -418
  1057. package/styles/tab/_material-definition.scss +0 -428
  1058. package/styles/tab/_material3-definition.scss +0 -401
  1059. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  1060. package/styles/tab/_tailwind-definition.scss +0 -431
  1061. package/styles/tab/_theme.scss +0 -2026
  1062. package/styles/tab/icons/_bootstrap-dark.scss +0 -140
  1063. package/styles/tab/icons/_bootstrap.scss +0 -140
  1064. package/styles/tab/icons/_bootstrap4.scss +0 -140
  1065. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  1066. package/styles/tab/icons/_bootstrap5.scss +0 -141
  1067. package/styles/tab/icons/_fabric-dark.scss +0 -140
  1068. package/styles/tab/icons/_fabric.scss +0 -140
  1069. package/styles/tab/icons/_fluent-dark.scss +0 -1
  1070. package/styles/tab/icons/_fluent.scss +0 -141
  1071. package/styles/tab/icons/_fusionnew.scss +0 -141
  1072. package/styles/tab/icons/_highcontrast-light.scss +0 -140
  1073. package/styles/tab/icons/_highcontrast.scss +0 -140
  1074. package/styles/tab/icons/_material-dark.scss +0 -140
  1075. package/styles/tab/icons/_material.scss +0 -140
  1076. package/styles/tab/icons/_material3.scss +0 -141
  1077. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  1078. package/styles/tab/icons/_tailwind.scss +0 -141
  1079. package/styles/toolbar/_all.scss +0 -2
  1080. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -142
  1081. package/styles/toolbar/_bootstrap-definition.scss +0 -141
  1082. package/styles/toolbar/_bootstrap4-definition.scss +0 -146
  1083. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  1084. package/styles/toolbar/_bootstrap5-definition.scss +0 -162
  1085. package/styles/toolbar/_fabric-dark-definition.scss +0 -161
  1086. package/styles/toolbar/_fabric-definition.scss +0 -147
  1087. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  1088. package/styles/toolbar/_fluent-definition.scss +0 -150
  1089. package/styles/toolbar/_fusionnew-definition.scss +0 -162
  1090. package/styles/toolbar/_highcontrast-definition.scss +0 -157
  1091. package/styles/toolbar/_highcontrast-light-definition.scss +0 -172
  1092. package/styles/toolbar/_layout.scss +0 -1468
  1093. package/styles/toolbar/_material-dark-definition.scss +0 -186
  1094. package/styles/toolbar/_material-definition.scss +0 -171
  1095. package/styles/toolbar/_material3-definition.scss +0 -162
  1096. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  1097. package/styles/toolbar/_tailwind-definition.scss +0 -150
  1098. package/styles/toolbar/_theme.scss +0 -553
  1099. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  1100. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  1101. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  1102. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  1103. package/styles/toolbar/icons/_bootstrap5.scss +0 -17
  1104. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  1105. package/styles/toolbar/icons/_fabric.scss +0 -16
  1106. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  1107. package/styles/toolbar/icons/_fluent.scss +0 -17
  1108. package/styles/toolbar/icons/_fusionnew.scss +0 -17
  1109. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  1110. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  1111. package/styles/toolbar/icons/_material-dark.scss +0 -16
  1112. package/styles/toolbar/icons/_material.scss +0 -16
  1113. package/styles/toolbar/icons/_material3.scss +0 -17
  1114. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  1115. package/styles/toolbar/icons/_tailwind.scss +0 -17
  1116. package/styles/treeview/_all.scss +0 -2
  1117. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  1118. package/styles/treeview/_bootstrap-definition.scss +0 -113
  1119. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  1120. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  1121. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  1122. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  1123. package/styles/treeview/_fabric-definition.scss +0 -112
  1124. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  1125. package/styles/treeview/_fluent-definition.scss +0 -120
  1126. package/styles/treeview/_fusionnew-definition.scss +0 -120
  1127. package/styles/treeview/_highcontrast-definition.scss +0 -118
  1128. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  1129. package/styles/treeview/_layout.scss +0 -1034
  1130. package/styles/treeview/_material-dark-definition.scss +0 -114
  1131. package/styles/treeview/_material-definition.scss +0 -112
  1132. package/styles/treeview/_material3-definition.scss +0 -120
  1133. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  1134. package/styles/treeview/_tailwind-definition.scss +0 -124
  1135. package/styles/treeview/_theme.scss +0 -361
  1136. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  1137. package/styles/treeview/icons/_bootstrap.scss +0 -39
  1138. package/styles/treeview/icons/_bootstrap4.scss +0 -40
  1139. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  1140. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  1141. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  1142. package/styles/treeview/icons/_fabric.scss +0 -43
  1143. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  1144. package/styles/treeview/icons/_fluent.scss +0 -43
  1145. package/styles/treeview/icons/_fusionnew.scss +0 -43
  1146. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  1147. package/styles/treeview/icons/_highcontrast.scss +0 -43
  1148. package/styles/treeview/icons/_material-dark.scss +0 -43
  1149. package/styles/treeview/icons/_material.scss +0 -43
  1150. package/styles/treeview/icons/_material3.scss +0 -43
  1151. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  1152. package/styles/treeview/icons/_tailwind.scss +0 -43
  1153. package/styles/v-scroll/_all.scss +0 -2
  1154. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -50
  1155. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  1156. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  1157. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  1158. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  1159. package/styles/v-scroll/_fabric-dark-definition.scss +0 -51
  1160. package/styles/v-scroll/_fabric-definition.scss +0 -50
  1161. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  1162. package/styles/v-scroll/_fluent-definition.scss +0 -49
  1163. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  1164. package/styles/v-scroll/_highcontrast-definition.scss +0 -51
  1165. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  1166. package/styles/v-scroll/_layout.scss +0 -162
  1167. package/styles/v-scroll/_material-dark-definition.scss +0 -78
  1168. package/styles/v-scroll/_material-definition.scss +0 -77
  1169. package/styles/v-scroll/_material3-definition.scss +0 -49
  1170. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  1171. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  1172. package/styles/v-scroll/_theme.scss +0 -133
  1173. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  1174. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  1175. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  1176. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  1177. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  1178. package/styles/v-scroll/icons/_fabric-dark.scss +0 -26
  1179. package/styles/v-scroll/icons/_fabric.scss +0 -26
  1180. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  1181. package/styles/v-scroll/icons/_fluent.scss +0 -27
  1182. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  1183. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -26
  1184. package/styles/v-scroll/icons/_highcontrast.scss +0 -26
  1185. package/styles/v-scroll/icons/_material-dark.scss +0 -26
  1186. package/styles/v-scroll/icons/_material.scss +0 -26
  1187. package/styles/v-scroll/icons/_material3.scss +0 -27
  1188. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  1189. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  1190. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,1805 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### AppBar
6
+
7
+ The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
8
+
9
+
10
+ - **Modes** - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
11
+ - **Content arrangement** - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
12
+ - **Color** - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
13
+ - **Position** - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
14
+
15
+ ### Carousel
16
+
17
+ #### New Features
18
+
19
+ - Provided partial visible functionality to carousel which enables the active slide with partial previous/next slide.
20
+
21
+ ### Tab
22
+
23
+ #### New Features
24
+
25
+ - `#I237390` - Provided support to disable the animation while switching the tab item.
26
+
27
+ ## 20.2.49 (2022-09-13)
28
+
29
+ ### ContextMenu
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I400719` - Script error thrown when we provided remove item is not available in the menu items has been fixed.
34
+
35
+ ## 20.2.48 (2022-09-06)
36
+
37
+ ### Menu
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved.
42
+
43
+ ## 20.2.46 (2022-08-30)
44
+
45
+ ### Menu
46
+
47
+ #### Bug Fixes
48
+
49
+ - `#I387276` - The issue with "Enable Scrolling not working properly when we dynamically set scroll to menu bar" has been resolved.
50
+
51
+ ## 20.2.44 (2022-08-16)
52
+
53
+ ### TreeView
54
+
55
+ #### Bug Fixes
56
+
57
+ - `#F176651` - The issue with "Checkbox state is not maintained properly for multilevel nodes in the TreeView component" has been resolved.
58
+
59
+ ## 20.2.39 (2022-07-19)
60
+
61
+ ### Tab
62
+
63
+ #### Bug fixes
64
+
65
+ - `#I388161` - An issue with "Removing the selected tab item" has been fixed.
66
+ - `#I390262` - An issue with "Tab item dropped in wrong position" has been fixed.
67
+
68
+ ## 20.2.36 (2022-06-30)
69
+
70
+ ### Carousel
71
+
72
+ #### New Features
73
+
74
+ - Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
75
+
76
+ #### Breaking Changes
77
+
78
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
79
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
80
+
81
+ **Previous**
82
+
83
+
84
+ ```typescript
85
+
86
+ const carouselObj: Carousel = new Carousel({
87
+ animation: { customEffect: "parallax" }
88
+ });
89
+
90
+ ```
91
+
92
+ **Now**
93
+
94
+
95
+ ```typescript
96
+
97
+ const carouselObj: Carousel = new Carousel({
98
+ cssClass: 'parallax',
99
+ animationEffect: 'custom'
100
+ });
101
+
102
+ ```
103
+
104
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
105
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
106
+
107
+ **Previous**
108
+
109
+
110
+ ```typescript
111
+
112
+ @Component({
113
+ template: `<ejs-carousel [animation]="carouselAnimation"></ejs-carousel>`
114
+ })
115
+
116
+ export class AppComponent {
117
+ public carouselAnimation: CarouselAnimationSettingsModel = {
118
+ customEffect: "parallax",
119
+ };
120
+ }
121
+
122
+ ```
123
+
124
+ **Now**
125
+
126
+
127
+ ```typescript
128
+
129
+ @Component({
130
+ template: `<ejs-carousel [animationEffect]="custom" [cssClass]="parallax"></ejs-carousel>`
131
+ })
132
+
133
+ ```
134
+
135
+ ### TreeView
136
+
137
+ #### Bug Fixes
138
+
139
+ - `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
140
+
141
+ ## 20.1.61 (2022-06-21)
142
+
143
+ ### Tab
144
+
145
+ #### Bug Fixes
146
+
147
+ - `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
148
+
149
+ ## 20.1.60 (2022-06-14)
150
+
151
+ ### Sidebar
152
+
153
+ #### Bug Fixes
154
+
155
+ - `#F175215` - The issue with "Sidebar showBackdrop property is not working properly while setting the target property" has been resolved.
156
+
157
+ ## 20.1.58 (2022-05-31)
158
+
159
+ ### Tab
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#I377292` - Accessibility issues in tab has been fixed.
164
+
165
+ ## 20.1.56 (2022-05-17)
166
+
167
+ ### Menu
168
+
169
+ #### Bug Fixes
170
+
171
+ - `#I373045` - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.
172
+
173
+ ### TreeView
174
+
175
+ #### Bug Fixes
176
+
177
+ - `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
178
+
179
+ ### Tab
180
+
181
+ #### Bug Fixes
182
+
183
+ - `#F174831` - An issue with drag not works when adding multiple tab items has been fixed.
184
+
185
+ ## 20.1.51 (2022-04-26)
186
+
187
+ ### TreeView
188
+
189
+ #### Bug Fixes
190
+
191
+ - `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
192
+
193
+ ### Tab
194
+
195
+ #### Bug Fixes
196
+
197
+ - `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
198
+
199
+ ## 20.1.48 (2022-04-12)
200
+
201
+ ### Menu
202
+
203
+ #### Bug Fixes
204
+
205
+ - `#I371293` - Resolved the "Context menu not closed properly when the two separate context menu binded in the DOM" in menu component.
206
+ - `#I369007` - An issue with "Script error throws when we remove items with hamburger mode in mobile view" has been resolved.
207
+
208
+ ### Toolbar
209
+
210
+ #### Bug Fixes
211
+
212
+ - `#I372768` - An issue with the toolbar scrollable buttons accessibility issue has been fixed.
213
+
214
+ ## 20.1.47 (2022-04-04)
215
+
216
+ ### Carousel
217
+
218
+ The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
219
+
220
+
221
+ - **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
222
+ - **Animation** - Supports animation effects for moving previous/next item of Carousel.
223
+ - **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
224
+ - **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
225
+ - **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
226
+
227
+ ### Tab
228
+
229
+ #### Bug Fixes
230
+
231
+ - `SF-369202, #F173364` - An issue with another tab item content is rendered in newly added tab item content has been fixed.
232
+
233
+ ## 19.4.55 (2022-03-08)
234
+
235
+ ### Menu
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#I368643` - Resolved theme related issue in menu component.
240
+
241
+ ### Tab
242
+
243
+ #### Bug Fixes
244
+
245
+ - `SF-369303` - An issue with hiding tab item dynamically with `visible` property not working has been fixed.
246
+
247
+ ## 19.4.53 (2022-02-22)
248
+
249
+ ### Sidebar
250
+
251
+ #### Bug Fixes
252
+
253
+ - `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
254
+
255
+ ## 19.4.52 (2022-02-15)
256
+
257
+ ### Toolbar
258
+
259
+ #### Bug Fixes
260
+
261
+ - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
262
+
263
+ ## 19.4.50 (2022-02-08)
264
+
265
+ ### Menu
266
+
267
+ #### Bug Fixes
268
+
269
+ - Issue with `setItem` method has been fixed.
270
+
271
+ ## 19.4.47 (2022-01-25)
272
+
273
+ ### Breadcrumb
274
+
275
+ #### Bug Fixes
276
+
277
+ - Issue with CSS validation has been fixed.
278
+
279
+ ### Tab
280
+
281
+ #### Bug Fixes
282
+
283
+ - `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
284
+
285
+ ## 19.4.41 (2022-01-04)
286
+
287
+ ### Menu
288
+
289
+ #### Bug Fixes
290
+
291
+ - Sub menu position alignment issue in menu has been resolved.
292
+
293
+ ### Tab
294
+
295
+ #### Bug Fixes
296
+
297
+ - `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
298
+
299
+ ## 19.4.40 (2021-12-28)
300
+
301
+ ### Context Menu
302
+
303
+ #### Bug Fixes
304
+
305
+ - `#I346314` - Issue with `stopPropagation` not works for context menu has been resolved.
306
+
307
+ ## 19.4.38 (2021-12-17)
308
+
309
+ ### Tab
310
+
311
+ #### New Features
312
+
313
+ - `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
314
+ - `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
315
+
316
+ ### TreeView
317
+
318
+ #### New Features
319
+
320
+ - `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
321
+
322
+ ### Breadcrumb
323
+
324
+ #### New Features
325
+
326
+ - Provided new types of overflow mode and as follows:
327
+
328
+ 1. **Menu**: Shows the number of breadcrumb items that can be accommodated within the container space, and creates a sub menu with the remaining items.
329
+ 2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
330
+ 3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
331
+ 4. **None**: Shows all the items on a single line.
332
+
333
+
334
+ 5. Provided `cancel` support in `beforeItemRender` event.
335
+
336
+ #### Breaking Changes
337
+
338
+ - Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
339
+ - Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
340
+
341
+ ## 19.3.57 (2021-12-07)
342
+
343
+ ### Sidebar
344
+
345
+ #### Bug Fixes
346
+
347
+ - `#I347551` - The issue with "The sidebar main content margin value changes when using Sidebar type as Over and dock support" has been fixed.
348
+
349
+ ## 19.3.56 (2021-12-02)
350
+
351
+ ### TreeView
352
+
353
+ #### Bug Fixes
354
+
355
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
356
+
357
+ ## 19.3.54 (2021-11-17)
358
+
359
+ ### Tab
360
+
361
+ #### Bug Fixes
362
+
363
+ - `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
364
+ - `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
365
+
366
+ ## 19.3.46 (2021-10-19)
367
+
368
+ ### Tab
369
+
370
+ #### Bug Fixes
371
+
372
+ - `#I344626` - An issue with the tab header and content items are not updated on state change has been fixed.
373
+
374
+ ## 19.3.45 (2021-10-12)
375
+
376
+ ### Breadcrumb
377
+
378
+ #### Bug Fixes
379
+
380
+ - Disabled item get tab focus when item's URL is specified issue has been resolved.
381
+
382
+ ## 19.3.43 (2021-09-30)
383
+
384
+ ### Tab
385
+
386
+ #### Bug Fixes
387
+
388
+ - `#I341589` - An issue with the tab content not updated properly on the initial load has been fixed.
389
+
390
+ ### Breadcrumb
391
+
392
+ Breadcrumb is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
393
+
394
+
395
+ - **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
396
+ - **Icons** - Icons can be specified in Breadcrumb items.
397
+ - **Template** - Supports template for item and separator.
398
+ - **Bind To Location** - Supports items to be rendered based on the URL or current location.
399
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
400
+
401
+ ### Sidebar
402
+
403
+ #### Bug Fixes
404
+
405
+ - The issue with "The Sidebar background color is not correct in high-contrast theme" has been resolved.
406
+
407
+ ## 19.2.62 (2021-09-14)
408
+
409
+ ### Sidebar
410
+
411
+ #### Bug Fixes
412
+
413
+ - `#I341648` - The issue with "The resize event is not unwired after destroying the Sidebar component" has been resolved.
414
+
415
+ ## 19.2.59 (2021-08-31)
416
+
417
+ ### Tab
418
+
419
+ #### Bug Fixes
420
+
421
+ - `#I339402` - An issue with the tab `visible` property is not working on the initial load has been fixed.
422
+
423
+ ## 19.2.56 (2021-08-17)
424
+
425
+ ### Sidebar
426
+
427
+ #### Bug Fixes
428
+
429
+ - `#FB27112` - The issue with "The Sidebar flickering at initial loading" has been resolved.
430
+
431
+ ### Tab
432
+
433
+ #### Bug Fixes
434
+
435
+ - `#F167809` - Tab content item class white space issue is fixed.
436
+
437
+ ## 19.2.55 (2021-08-11)
438
+
439
+ ### TreeView
440
+
441
+ #### Bug Fixes
442
+
443
+ - `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
444
+
445
+ ### Tab
446
+
447
+ #### Bug Fixes
448
+
449
+ - `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
450
+
451
+ ## 19.2.51 (2021-08-03)
452
+
453
+ ### Tab
454
+
455
+ #### Bug Fixes
456
+
457
+ - `#F167176` - An issue with Tab item drag has been fixed.
458
+
459
+ ## 19.2.48 (2021-07-20)
460
+
461
+ ### Toolbar
462
+
463
+ #### Bug Fixes
464
+
465
+ - `#I335318` - An issue with Toolbar arrow icons when enabled RTL mode has been fixed.
466
+
467
+ ### Tab
468
+
469
+ #### Bug Fixes
470
+
471
+ - `#I333305` - An issue with script error thrown when rendering other components inside tab at initial load has been fixed.
472
+
473
+ ## 19.2.46 (2021-07-06)
474
+
475
+ ### Context Menu
476
+
477
+ #### Bug Fixes
478
+
479
+ - Role Attribute issue in context menu has been fixed.
480
+
481
+ ### Menu
482
+
483
+ - `#I330684` - Submenu not aligned properly while using templates issue has been fixed.
484
+
485
+ ### Tab
486
+
487
+ #### Bug Fixes
488
+
489
+ - `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
490
+
491
+ ## 19.1.69 (2021-06-15)
492
+
493
+ ### Tab
494
+
495
+ #### Bug Fixes
496
+
497
+ - `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
498
+
499
+ ## 19.1.67 (2021-06-08)
500
+
501
+ ### Toolbar
502
+
503
+ #### Bug Fixes
504
+
505
+ - `#F165830` - An issue with Toolbar template when state of component changed in functional based components has been fixed.
506
+
507
+ ## 19.1.66 (2021-06-01)
508
+
509
+ ### Menu
510
+
511
+ #### Bug Fixes
512
+
513
+ - `#I326704` - Provided an option to close the menu.
514
+ - `#I316367` - The issue with Menu Scroll bar using template in angular has been resolved.
515
+ - `#I328143` - The issue with Hamburger mode when changing items dynamically has been resolved.
516
+
517
+ ### TreeView
518
+
519
+ #### Bug Fixes
520
+
521
+ - `#I328435` - Added the `!default` flag to the dark theme definition files.
522
+ - `#I326667` - The issue with "The getNode method returns invalid hasChildren attribute value while disabling the loadOnDemand support" has been resolved.
523
+ - `#FB24632` - Resolved the issue with "Unable to drop a node as child node while dropping it into the template node text" in the TreeView component.
524
+
525
+ ## 19.1.63 (2021-05-13)
526
+
527
+ ### Accordion
528
+
529
+ #### Bug Fixes
530
+
531
+ - `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
532
+
533
+ ### TreeView
534
+
535
+ #### Bug Fixes
536
+
537
+ - `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
538
+
539
+ ### Menu
540
+
541
+ #### New Features
542
+
543
+ - `#315809` - Delay support on hovering the menu.
544
+
545
+ ## 19.1.59 (2021-05-04)
546
+
547
+ ### Menu
548
+
549
+ #### Bug Fixes
550
+
551
+ - The issue with "Script error occurs while calling the refresh method in angular" has been resolved.
552
+
553
+ ## 19.1.58 (2021-04-27)
554
+
555
+ ### TreeView
556
+
557
+ #### Bug Fixes
558
+
559
+ - `#I320271` - The issue with "While performing drag and drop action between two TreeView components, the `dataSourceChanged` event is not triggered for the source TreeView" has been resolved.
560
+ - `#F158127` - The issue with "The TreeView `getAllCheckedNodes` method returns invalid data while setting invalid IDs to the `CheckedNodes` property" has been resolved.
561
+
562
+ ## 19.1.57 (2021-04-20)
563
+
564
+ ### Menu
565
+
566
+ #### Bug Fixes
567
+
568
+ - `#I316367` - Menu Scroll bar not working when window resized issue fixed.
569
+
570
+ ## 19.1.54 (2021-03-30)
571
+
572
+ ### Accordion
573
+
574
+ #### Breaking Changes
575
+
576
+ - The following properties type was changed.
577
+
578
+ | Property | Previous Type | Current Type |
579
+ |---|---|---|
580
+ | Disabled | `anonymous` | `boolean` |
581
+ | Expanded | `anonymous` | `boolean` |
582
+ | Visible | `anonymous` | `boolean` |
583
+
584
+ ## 18.4.47 (2021-03-09)
585
+
586
+ ### TreeView
587
+
588
+ #### Bug Fixes
589
+
590
+ - `#310875` - The issue with "The `isChecked` attribute is not working when using the `sortOrder` property in TreeView" has been resolved.
591
+ - `#282214` - Now the `isChecked` attribute value is updated properly in the `NodeChecked` event arguments in the TreeView component.
592
+
593
+ ## 18.4.44 (2021-02-23)
594
+
595
+ ### Tab
596
+
597
+ #### Bug Fixes
598
+
599
+ - `#311688` - An issue with getting console error in tab navigation has been fixed.
600
+
601
+ ## 18.4.42 (2021-02-09)
602
+
603
+ ### Sidebar
604
+
605
+ #### Bug Fixes
606
+
607
+ - `#309065` - The issue with "The Sidebar destroy method throws error when continuously called two times" has been resolved.
608
+
609
+ ### Tab
610
+
611
+ #### Bug Fixes
612
+
613
+ - `#299892` - An issue with the Tab destroy method throws error has been resolved.
614
+
615
+ ## 18.4.41 (2021-02-02)
616
+
617
+ ### Menu
618
+
619
+ #### Bug Fixes
620
+
621
+ - `291781` - The issue with caret icon alignment is fixed.
622
+
623
+ ## 18.4.39 (2021-01-28)
624
+
625
+ ### Toolbar
626
+
627
+ #### Bug Fixes
628
+
629
+ - `#303821` - An issue with toolbar content is not aligned properly in IOS devices has been fixed.
630
+
631
+ ### TreeView
632
+
633
+ #### Bug Fixes
634
+
635
+ - `#302025` - The issue with "The TreeView template node content disappears while calling the `refreshNode` method" has been resolved.
636
+ - `#300093` - Now, the TreeView template node custom events will be triggered after using the `refreshNode` method.
637
+
638
+ ## 18.4.35 (2021-01-19)
639
+
640
+ ### TreeView
641
+
642
+ #### Bug Fixes
643
+
644
+ - `#307712` - The issue in getting the invalid `isChecked` attribute value in the `getTreeData` method for the dynamically added nodes has been resolved.
645
+
646
+ ## 18.4.34 (2021-01-12)
647
+
648
+ ### Accordion
649
+
650
+ #### Bug Fixes
651
+
652
+ - `#309133` - Accordion item is automatically closed when the `onChange` is raised in input element has been fixed.
653
+
654
+ ### Tab
655
+
656
+ #### Bug Fixes
657
+
658
+ - `#301347` - An issue with `refreshActiveTab` public method has been fixed.
659
+
660
+ ## 18.4.33 (2021-01-05)
661
+
662
+ ### Context Menu
663
+
664
+ #### Bug Fixes
665
+
666
+ - `F160329` - The issue with template item focus in ContextMenu is fixed.
667
+
668
+ ### TreeView
669
+
670
+ #### Bug Fixes
671
+
672
+ - `#307778` - Now, the Expanded attribute value will be updated properly in the `nodeCollapsed` event.
673
+
674
+ ### Tab
675
+
676
+ #### Bug Fixes
677
+
678
+ - `#306302` - The original event parameter is exposed in tab selecting event.
679
+ - `#306228` - An issue with closing the tab item clear the content of all the tab items has been fixed.
680
+ - `F159991` - An issue with Contents of the tab content are displayed incorrectly has been fixed.
681
+
682
+ ## 18.4.31 (2020-12-22)
683
+
684
+ ### Menu
685
+
686
+ #### Bug Fixes
687
+
688
+ - An issue with menu closing has been fixed.
689
+
690
+ ## 18.3.50 (2020-11-17)
691
+
692
+ ### Tab
693
+
694
+ #### New Features
695
+
696
+ - `#298781, #159033, #301025, #299403, #301347` - Provided `refreshActiveTab` public method to refresh the active tab item.
697
+
698
+ ## 18.3.47 (2020-11-05)
699
+
700
+ ### TreeView
701
+
702
+ #### New Features
703
+
704
+ - `#295977` - Provided an option to identify the dragged node's dropping position which is relative to the dropped node.
705
+ - `#F158142` - Now, the TreeView template node interaction is enabled.
706
+
707
+ ## 18.3.42 (2020-10-20)
708
+
709
+ ### TreeView
710
+
711
+ #### Bug Fixes
712
+
713
+ - `#286629` - The issue with "when quickly clicking on the different nodes then it is interpreted as double click" has been resolved.
714
+
715
+ ## 18.3.40 (2020-10-13)
716
+
717
+ ### Tab
718
+
719
+ #### Bug Fixes
720
+
721
+ - `#I292579` - An issue with when we set the `heightAujustMode` as Fill it makes container height too high has been resolved.
722
+
723
+ ## 18.3.35 (2020-10-01)
724
+
725
+ ### TreeView
726
+
727
+ #### Bug Fixes
728
+
729
+ - Standardized the spacing between two TreeView nodes in the Bootstrap4 theme.
730
+
731
+ ## 18.2.54 (2020-08-18)
732
+
733
+ ### TreeView
734
+
735
+ #### Bug Fixes
736
+
737
+ - `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
738
+
739
+ ## 18.2.47 (2020-07-28)
740
+
741
+ ### Tab
742
+
743
+ #### Bug Fixes
744
+
745
+ - `#279134` - An issue with cross side scripting validation has been fixed.
746
+
747
+ ## 18.2.44 (2020-07-07)
748
+
749
+ ### Menu
750
+
751
+ #### Bug Fixes
752
+
753
+ - An issue with menu selection has been fixed.
754
+ - An issue with hamburger mode has been fixed.
755
+
756
+ ### Context Menu
757
+
758
+ #### Bug Fixes
759
+
760
+ - An issue with sub menu after preventing first sub menu has been fixed.
761
+
762
+ ### Accordion
763
+
764
+ #### Bug Fixes
765
+
766
+ - `#275090` - An issue with Ripple effect when destroy and rendered nested accordions has been fixed.
767
+ - `#273054` - An issue with cross side scripting validation has been fixed.
768
+ - `#275509` - An issue with `addItem` public method when passing multiple items has been fixed.
769
+
770
+ ### Tab
771
+
772
+ #### Bug Fixes
773
+
774
+ - `#273054` - An issue with cross side scripting validation has been fixed.
775
+
776
+ ### Toolbar
777
+
778
+ #### Bug Fixes
779
+
780
+ - `#275422` - An issue with toolbar scrolling is not working properly after perform window resize has been fixed.
781
+
782
+ ### TreeView
783
+
784
+ #### Bug Fixes
785
+
786
+ - `#276986` - Now, the previous state will be restored in the TreeView when the CRUD operation is failed at the server side.
787
+
788
+ ### Sidebar
789
+
790
+ #### Bug Fixes
791
+
792
+ - `#272991` - The issue with "Unable to use the same target for more than one Sidebar component" has been resolved.
793
+
794
+ ## 18.1.54 (2020-05-26)
795
+
796
+ ### Menu
797
+
798
+ #### Bug Fixes
799
+
800
+ - Provided 'getItemIndex' public method to get the index of the menu item.
801
+
802
+ ### TreeView
803
+
804
+ #### Bug Fixes
805
+
806
+ - `#269540` -The issue with `The getAllCheckedNodes method which is not returning the proper checkedNodes values in the TreeView component` has been fixed.
807
+
808
+ #### New Features
809
+
810
+ - `#274084` - Provided an option to set the drag area in TreeView component.
811
+
812
+ ## 18.1.45 (2020-04-21)
813
+
814
+ ### Menu
815
+
816
+ #### Bug Fixes
817
+
818
+ - Menu selection issue has been resolved.
819
+
820
+ ## 18.1.43 (2020-04-07)
821
+
822
+ ### ContextMenu
823
+
824
+ #### Bug Fixes
825
+
826
+ - `F152308` - Context menu popup position misaligned while using `beforeOpen` event has been resolved.
827
+
828
+ ### Menu
829
+
830
+ #### Bug Fixes
831
+
832
+ - Menu not working properly when collapsing the sub menu in hamburger mode has been resolved.
833
+
834
+ ## 18.1.36-beta (2020-03-19)
835
+
836
+ ### TreeView
837
+
838
+ #### New Features
839
+
840
+ - `#253508` - Now, the `actionFailure` event triggers when failure occurs while performing the CRUD operations in TreeView remote data.
841
+ - `#227878` - Provided an option to disable the TreeView component.
842
+ - `#255907, #F146305` - Provided an option to enable the entire TreeView node as navigable.
843
+
844
+ #### Breaking Changes
845
+
846
+ - Using the remote data and performing CRUD operation in TreeView requires the controller part to handle the CRUD operation at server-side. But, it doesn’t require controller part while using the offline remote data.
847
+ - `#227540` - Reverted the support for rendering TreeView data in single server request while disabling the loadOnDemand. But, this support can be achieved by specifying the offline as `true` in remote data.
848
+
849
+ ### Tab
850
+
851
+ #### Bug Fixes
852
+
853
+ - `#266275` - An issue with tab navigation is not working after removed the first tab has been fixed.
854
+
855
+ ### Accordion
856
+
857
+ #### Bug Fixes
858
+
859
+ - `#263853` - An issue with height is not properly set to the accordion item when perform expand or collapse has been fixed.
860
+
861
+ - `#259370, #259573, #253809` - An issue with `datasource` not get changed while using ng-for in template property has been fixed.
862
+ - `#257298` - An issue with the Accordion items was resolved when we dynamically change the ng-if in the template property.
863
+
864
+ ## 17.4.50 (2020-02-18)
865
+
866
+ ### TreeView
867
+
868
+ #### Breaking Changes
869
+
870
+ - `#263334` - Standardized the right-click interaction in TreeView component. Now, the TreeView node will not be selected when you right-click it.
871
+
872
+ ## 17.4.49 (2020-02-11)
873
+
874
+ ### TreeView
875
+
876
+ #### Bug Fixes
877
+
878
+ - `#262276` - Resolved the performance issue occurred when check or uncheck the parent node in TreeView component.
879
+
880
+ ### Menu
881
+
882
+ #### Bug Fixes
883
+
884
+ - An issue when setting id as number in menu Item is fixed.
885
+
886
+ ## 17.4.46 (2020-01-30)
887
+
888
+ ### Tab
889
+
890
+ #### Bug Fixes
891
+
892
+ - `#260479` - An issue with selected event is triggered unnecessarily after the refresh tab has been fixed.
893
+
894
+ ## 17.4.44 (2021-01-21)
895
+
896
+ ### Menu
897
+
898
+ #### Bug Fixes
899
+
900
+ - Issue with closing sub menu is fixed.
901
+
902
+ ## 17.4.43 (2020-01-14)
903
+
904
+ ### TreeView
905
+
906
+ #### Bug Fixes
907
+
908
+ - `#258993` - Now, expand and collapse is working properly after enabling the ripple effect.
909
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
910
+
911
+ ## 17.4.39 (2019-12-17)
912
+
913
+ ### TreeView
914
+
915
+ #### New Features
916
+
917
+ - `#249238` - Provided the support for refreshing a specific node in tree view.
918
+ - `#253508` - Now, the `actionFailure` event triggers while fetching data from the invalid path.
919
+ - `#247333` - Support has been provided to get the disabled nodes in the tree view.
920
+
921
+ ### Tab
922
+
923
+ #### Breaking Changes
924
+
925
+ - An issue with duplicate Tab item id while rendering more than one Tab in same page has been fixed.
926
+
927
+ #### Bug Fixes
928
+
929
+ - An issue with bootstrap CSS file generation has been fixed.
930
+
931
+ ### Accordion
932
+
933
+ #### Bug Fixes
934
+
935
+ - An issue with bootstrap CSS file generation has been fixed.
936
+
937
+ ### Toolbar
938
+
939
+ #### Bug Fixes
940
+
941
+ - `#248406` - An issue with destroying sub control rendered inside toolbar is fixed.
942
+
943
+ ## 17.3.27 (2019-11-12)
944
+
945
+ ### Tab
946
+
947
+ #### Bug Fixes
948
+
949
+ - `#253216` - An issue with destroying Tab component in IE11 has been fixed.
950
+
951
+ ### TreeView
952
+
953
+ #### Bug Fixes
954
+
955
+ - #242926 - Now the drop indicator has been shown correctly while hovering the expand and collapse icon.
956
+
957
+ ## 17.3.17 (2019-10-15)
958
+
959
+ ### Tab
960
+
961
+ #### Bug Fixes
962
+
963
+ - `#250013` - An issue with nested tab rendering while `headerPlacement` is set as `Bottom` has been fixed.
964
+
965
+ ## 17.3.16 (2019-10-09)
966
+
967
+ ### Toolbar
968
+
969
+ #### Bug Fixes
970
+
971
+ - `#246126` - An issue with toolbar is not working properly in overflow as popup mode when we used input elements in it has been fixed.
972
+
973
+ ## 17.3.14 (2019-10-03)
974
+
975
+ ### Accordion
976
+
977
+ #### Bug Fixes
978
+
979
+ - #245474 - Improper rendering of other components inside the accordion content issue has been fixed.
980
+ - Material dark theme issue has been resolved.
981
+ - Accessing multiple cssClass property issue with accordion has been fixed.
982
+
983
+ ### Tab
984
+
985
+ #### New Features
986
+
987
+ - Provided scroll step customization support for tab header.
988
+
989
+ ### TreeView
990
+
991
+ #### Bug Fixes
992
+
993
+ - #246937 - The unchecking checkbox performance issue has been resolved.
994
+
995
+ ## 17.3.9-beta (2019-09-20)
996
+
997
+ ### Tab
998
+
999
+ #### New Features
1000
+
1001
+ - Provided template support for tab header.
1002
+
1003
+ ### Accordion
1004
+
1005
+ #### New Features
1006
+
1007
+ - Provided item template support for accorion.
1008
+
1009
+ ### TreeView
1010
+
1011
+ #### Bug Fixes
1012
+
1013
+ - #242926 - Now the drop indicator has been shown correctly while enabling the checkbox.
1014
+
1015
+ ## 17.2.49 (2019-09-04)
1016
+
1017
+ ### Menu
1018
+
1019
+ #### Bug Fixes
1020
+
1021
+ - Issue with modifying item in 'beforeOpen' event creates extra Item in Context Menu is fixed.
1022
+
1023
+ ## 17.2.48-beta (2019-08-28)
1024
+
1025
+ ### Toolbar
1026
+
1027
+ #### New Features
1028
+
1029
+ - `enableItems` public method will now support number type.
1030
+
1031
+ ### Accordion
1032
+
1033
+ #### Breaking Changes
1034
+
1035
+ - The `expanded` event type changed from `ExpandEventArgs` to `ExpandedEventArgs`.
1036
+
1037
+ ## 17.2.41 (2019-08-14)
1038
+
1039
+ ### TreeView
1040
+
1041
+ #### Bug Fixes
1042
+
1043
+ - Issue with custom icon size changed while double clicking the tree node has been fixed.
1044
+
1045
+ ## 17.2.40 (2019-08-06)
1046
+
1047
+ ### TreeView
1048
+
1049
+ #### Bug Fixes
1050
+
1051
+ - #242925 - Issue with checked and unchecked the checkbox using keyboard interaction even disable the checkbox has been fixed.
1052
+
1053
+ ## 17.2.39 (2019-07-30)
1054
+
1055
+ ### TreeView
1056
+
1057
+ #### Bug Fixes
1058
+
1059
+ - #242589 - Issue with getting checked nodes value using `checkedNodes` property has been fixed.
1060
+
1061
+ ## 17.2.34 (2019-07-11)
1062
+
1063
+ ### Accordion
1064
+
1065
+ #### Bug Fixes
1066
+
1067
+ - #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed
1068
+
1069
+ ## 17.2.28-beta (2019-06-27)
1070
+
1071
+ ### Menu
1072
+
1073
+ #### Bug Fixes
1074
+
1075
+ - #237136 - Issue with Parent Menu click in mobile mode.
1076
+ - #236458 - Issue with Menu Item hovering while a page contains multiple menus.
1077
+
1078
+ ### Sidebar
1079
+
1080
+ #### Breaking Changes
1081
+
1082
+ - Change event will trigger only after the expand or collapse transition of the Sidebar.
1083
+
1084
+ ## 17.1.49 (2019-05-29)
1085
+
1086
+ ### TreeView
1087
+
1088
+ #### Bug Fixes
1089
+
1090
+ - #234147 - Issue with getting checked nodes value using `getAllCheckedNodes` method has been fixed.
1091
+
1092
+ ## 17.1.48 (2019-05-21)
1093
+
1094
+ ### Sidebar
1095
+
1096
+ #### Bug Fixes
1097
+
1098
+ - #236219 - On initial rendering, right positioned sidebar opens and closes irrespective of type and isOpen properties has been fixed.
1099
+
1100
+ ### Tab
1101
+
1102
+ #### Bug Fixes
1103
+
1104
+ - #235397 - The cancel parameter is exposed in tab selecting event.
1105
+ - #235274 - Incorrect selected content had been getting in tab selected event issue has been fixed.
1106
+
1107
+ ## 17.1.47 (2019-05-14)
1108
+
1109
+ ### Menu
1110
+
1111
+ #### New Features
1112
+
1113
+ - #230456 - Provided hamburger menu support for adaptive view.
1114
+
1115
+ ### TreeView
1116
+
1117
+ #### New Features
1118
+
1119
+ - #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand
1120
+
1121
+ ## 17.1.43 (2019-04-30)
1122
+
1123
+ ### Toolbar
1124
+
1125
+ #### Bug Fixes
1126
+
1127
+ - #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.
1128
+
1129
+ ### TreeView
1130
+
1131
+ #### Bug Fixes
1132
+
1133
+ - #234147 - Issue with maintaining checked states while giving `id` and `parentID` value as string type in data source has been fixed.
1134
+
1135
+ ## 17.1.41 (2019-04-16)
1136
+
1137
+ ### Accordion
1138
+
1139
+ #### Bug Fixes
1140
+
1141
+ - Content value getting changed while updating header dynamically issue has been fixed.
1142
+
1143
+ ### TreeView
1144
+
1145
+ #### Bug Fixes
1146
+
1147
+ - #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.
1148
+
1149
+ ### Tab
1150
+
1151
+ #### Bug Fixes
1152
+
1153
+ - #231048 - An issue with tab content not rendering in IE11 when we use multiple refresh on dynamic content update is fixed.
1154
+
1155
+ ## 17.1.40 (2019-04-09)
1156
+
1157
+ ### TreeView
1158
+
1159
+ #### Bug Fixes
1160
+
1161
+ - Now the selected node background color is removed before collapsing the parent node.
1162
+
1163
+ ### Tab
1164
+
1165
+ #### Bug Fixes
1166
+
1167
+ - Support to restrict add and remove functionalities of Tab has been provided.
1168
+
1169
+ ## 17.1.38 (2019-03-29)
1170
+
1171
+ ### Menu
1172
+
1173
+ #### Bug Fixes
1174
+
1175
+ - Support provided for dynamically updating the self referential data.
1176
+
1177
+ ### Accordion
1178
+
1179
+ #### Bug Fixes
1180
+
1181
+ - An issue with the expand action of Accordion when set to single mode, with the items being rendered using content template is fixed now.
1182
+
1183
+ ## 17.1.32-beta (2019-03-13)
1184
+
1185
+ ### ContextMenu
1186
+
1187
+ #### Bug Fixes
1188
+
1189
+ - Submenu items styles are not proper in ContextMenu issue is fixed.
1190
+
1191
+ ### Sidebar
1192
+
1193
+ #### New Features
1194
+
1195
+ - `MediaQuery` property will now support both string and `MediaQueryList` object types.
1196
+
1197
+ #### Bug Fixes
1198
+
1199
+ - Multiple event bindings issue on calling show and hide methods when `closeOnDocumentClick` property is enabled has been fixed.
1200
+
1201
+ ### TreeView
1202
+
1203
+ #### New Features
1204
+
1205
+ - Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
1206
+ - Now it is possible to select or unselect the collapsed child nodes by selecting its parent node through checkbox selection, with Load-On-Demand mode enabled.
1207
+
1208
+ ## 16.4.54 (2019-02-19)
1209
+
1210
+ ### Tab
1211
+
1212
+ #### Breaking Changes
1213
+
1214
+ - The initial focus set on active tab item is removed from the component on initial load.
1215
+
1216
+ #### Bug Fixes
1217
+
1218
+ - An issue with destroy method of Tab component getting called twice while using it with ng-template has been fixed.
1219
+
1220
+ ## 16.4.53 (2019-02-13)
1221
+
1222
+ ### Accordion
1223
+
1224
+ #### Bug Fixes
1225
+
1226
+ - Resolved the issue with accessing Accordion item object in clicked event arguments.
1227
+
1228
+ #### New Features
1229
+
1230
+ - Schematic samples are added by feature wise for `Accordion` component.
1231
+
1232
+ ### Tab
1233
+
1234
+ #### New Features
1235
+
1236
+ - Schematic samples are added by feature wise for `Tab` component.
1237
+
1238
+ ### TreeView
1239
+
1240
+ #### New Features
1241
+
1242
+ - Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
1243
+
1244
+ ### Toolbar
1245
+
1246
+ #### New Features
1247
+
1248
+ - Schematic samples are added by feature wise for `Toolbar` component.
1249
+
1250
+ ## 16.4.52 (2019-02-05)
1251
+
1252
+ ### Sidebar
1253
+
1254
+ #### Bug Fixes
1255
+
1256
+ - Tabindex support has been provided.
1257
+
1258
+ #### Breaking Changes
1259
+
1260
+ - Sidebar with type `Auto` will always expand on initial rendering, irrespective of `enableDock` and `isOpen` properties.
1261
+ - When dynamically changing the type property of the Sidebar with invalid property value (For ex:`Pushs`), will reset the type of the Sidebar to its default type as `Auto`.
1262
+
1263
+ ## 17.1.1-beta (2019-01-29)
1264
+
1265
+ ### Menu
1266
+
1267
+ #### Bug Fixes
1268
+
1269
+ - Popup not opened properly when two menu rendered side by side issue fixed.
1270
+
1271
+ ### TreeView
1272
+
1273
+ #### Bug Fixes
1274
+
1275
+ - The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.
1276
+
1277
+ ## 16.4.45 (2019-01-02)
1278
+
1279
+ ### Toolbar
1280
+
1281
+ #### Bug Fixes
1282
+
1283
+ - While resizing, Toolbar items are not moving from popup to toolbar in `extended` overflow mode issue is fixed.
1284
+
1285
+ ### Menu
1286
+
1287
+ #### Bug Fixes
1288
+
1289
+ - Getting custom properties from menu items in `beforeItemRender` event issue fixed.
1290
+
1291
+ ### Sidebar
1292
+
1293
+ #### Bug Fixes
1294
+
1295
+ - Fixed the issue with rendering the Sidebar using `isOpen` property and type `Auto`.
1296
+
1297
+ ### Accordion
1298
+
1299
+ #### Bug Fixes
1300
+
1301
+ - Accordion rendering issue with ng-template is fixed.
1302
+
1303
+ ## 16.4.44 (2018-12-24)
1304
+
1305
+ ### Accordion
1306
+
1307
+ #### Bug Fixes
1308
+
1309
+ - Parent accordion collapsing issue is fixed when Tab renders within it.
1310
+
1311
+ - Content loading issue while using ng-template and ngIf is fixed.
1312
+
1313
+
1314
+ ## 16.4.40-beta (2018-12-10)
1315
+
1316
+ ### Tab
1317
+
1318
+ #### New Features
1319
+
1320
+ - Tab vertical orientation support was provided.
1321
+
1322
+ ### ContextMenu
1323
+
1324
+ #### Breaking Changes
1325
+
1326
+ - The `animationSettings` property type changed from `AnimationSettings` to `AnimationSettingsModel`
1327
+
1328
+ ### Menu
1329
+
1330
+ #### New Features
1331
+
1332
+ - Provided scrollable option in Menu for rendering large menus and submenus in an adaptive way.
1333
+
1334
+ #### Breaking Changes
1335
+
1336
+ - Type changes done for the following property.
1337
+
1338
+ | Property Name | Old Type | New Type |
1339
+ |---|---|---|
1340
+ | `animationSettings` | AnimationSettings | AnimationSettingsModel |
1341
+ | `fields` | FieldSettings | FieldSettingsModel |
1342
+
1343
+ ### TreeView
1344
+
1345
+ #### New Features
1346
+
1347
+ - Provided an option to disable child nodes when load-on-demand support is enabled.
1348
+ - Provided an option to disable the load-on-demand support in TreeView control.
1349
+
1350
+ ## 16.3.33 (2018-11-20)
1351
+
1352
+ ### Sidebar
1353
+
1354
+ #### Bug Fixes
1355
+
1356
+ - Added the `event` and `isInteracted` event arguments in open and close events of Sidebar.
1357
+
1358
+ ### TreeView
1359
+
1360
+ #### Bug Fixes
1361
+
1362
+ - In TreeView, scrolling is not working smoothly for iPad device issue is resolved
1363
+
1364
+ ## 16.3.29 (2018-10-31)
1365
+
1366
+ ### TreeView
1367
+
1368
+ #### New Features
1369
+
1370
+ - Provided an option to prevent the tree node from auto checking when checked state of the parent or child tree node is modified.
1371
+ - Provided support to use hierarchical data as remote data source of the TreeView component by using offline mode of data manager plugin.
1372
+
1373
+ ## 16.3.27 (2018-10-23)
1374
+
1375
+ ### Menu
1376
+
1377
+ #### Bug Fixes
1378
+
1379
+ - Destroy method issue while using multiple menu is fixed.
1380
+
1381
+ ## 16.3.25 (2018-10-15)
1382
+
1383
+ ### Menu
1384
+
1385
+ #### Bug Fixes
1386
+
1387
+ - Issue with sub menu positioning fixed.
1388
+
1389
+ ## 16.3.23 (2018-10-03)
1390
+
1391
+ ### Sidebar
1392
+
1393
+ #### New Features
1394
+
1395
+ - Two-way binding support has been provided for `isOpen` property.
1396
+
1397
+ ### Tab
1398
+
1399
+ #### Bug Fixes
1400
+
1401
+ - The issue with tab selection after remove other tabs has been fixed.
1402
+
1403
+ ## 16.3.21 (2018-09-22)
1404
+
1405
+ ### TreeView
1406
+
1407
+ #### Bug Fixes
1408
+
1409
+ - The `nodeData` argument in `nodeSelected` event showing wrong value issue has been fixed.
1410
+
1411
+ ## 16.3.17 (2018-09-12)
1412
+
1413
+ ### Menu
1414
+
1415
+ Menu is a graphical user interface that serves as navigation header for your application or site. Menu can be populated from a data source such as an array of JavaScript objects that can be either structured as hierarchical or self-referential data. The following key features are available in Menu component.
1416
+
1417
+
1418
+ - **Rendering** - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
1419
+ - **Separator** - Supports menu items grouping by using the Separator.
1420
+ - **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
1421
+ - **Template and Multilevel Nesting** - Supports template and multilevel nesting in Menu.
1422
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
1423
+
1424
+ ### TreeView
1425
+
1426
+ #### New Features
1427
+
1428
+ - Provided an option to get updated data source of tree view after drag and drop, editing, deleting, and adding nodes in tree view.
1429
+ - Support to get custom data from tree view.
1430
+ - Support to maintain expanded nodes of tree view on page reloads.
1431
+ - Provided an option to get all the checked nodes if the tree node is expanded or collapsed.
1432
+ - Provided 'none' option in 'expandOn' property to prevent expand or collapse of tree node
1433
+ - Provided an option to prevent the parent node from expanding, while adding a node to the tree view control.
1434
+
1435
+ ## 16.2.49 (2018-08-21)
1436
+
1437
+ ### Tab
1438
+
1439
+ #### Bug Fixes
1440
+
1441
+ - The issue with updating model on enable/disable tab has fixed in `enableTab` method.
1442
+
1443
+ ### TreeView
1444
+
1445
+ #### Bug Fixes
1446
+
1447
+ - Issue with drag and drop of nodes from one tree view to another empty tree view has been fixed.
1448
+
1449
+ ## 16.2.48 (2018-08-14)
1450
+
1451
+ ### Tab
1452
+
1453
+ #### Breaking Changes
1454
+
1455
+ - Issue with triggering select events at initial load has been resolved
1456
+
1457
+ ### Toolbar
1458
+
1459
+ #### Bug Fixes
1460
+
1461
+ - Resolved the tooltip issue on display special character in toolbar items.
1462
+
1463
+ ## 16.2.47 (2018-08-07)
1464
+
1465
+ ### Tab
1466
+
1467
+ #### Bug Fixes
1468
+
1469
+ - The issue with updating model on removing tab has fixed in `removeTab` method.
1470
+ - Resolve the issue which occurs on updating item value with `hideTab` method.
1471
+
1472
+ ### Sidebar
1473
+
1474
+ #### Bug Fixes
1475
+
1476
+ - Issue with Sidebar destroyed in Angular routing is fixed.
1477
+
1478
+ ### TreeView
1479
+
1480
+ #### Bug Fixes
1481
+
1482
+ - Tree view checkbox not working properly in Firefox browser issue has been resolved.
1483
+
1484
+ ## 16.2.46 (2018-07-30)
1485
+
1486
+ ### Accordion
1487
+
1488
+ #### Bug Fixes
1489
+
1490
+ - Issue with Space and Enter key, which is not working in RTE while rendering inside the Accordion is fixed
1491
+
1492
+ ### TreeView
1493
+
1494
+ #### New Features
1495
+
1496
+ - In tree view, provided an option to prevent dropping an element in the sibling position.
1497
+
1498
+ ## 16.2.45 (2018-07-17)
1499
+
1500
+ ### Tab
1501
+
1502
+ #### Bug Fixes
1503
+
1504
+ - Issue with content animation, when switching to other tabs before previous animation complete is fixed
1505
+
1506
+ ## 16.2.44 (2018-07-10)
1507
+
1508
+ ### Sidebar
1509
+
1510
+ #### Bug Fixes
1511
+
1512
+ - `target` property is not working on lower version of Firefox browser (below 48), issue has been fixed.
1513
+
1514
+ ## 16.2.41 (2018-06-25)
1515
+
1516
+ ### Sidebar
1517
+
1518
+ #### New Features
1519
+
1520
+ - Support for setting the open/close state of the Sidebar has been provided with `isOpen` property.
1521
+
1522
+ #### Breaking Changes
1523
+
1524
+ - Target property supports both the id and class selectors to locate the target element.
1525
+ - `isOpen()` method is now removed and know about the Sidebar is whether open or close state by using `isOpen` property.
1526
+
1527
+ ### Tab
1528
+
1529
+ #### Bug Fixes
1530
+
1531
+ - Content initiated twice when using ng-template in Tab item has been fixed.
1532
+ - Solved issues on `removeItem` public method.
1533
+
1534
+ ### Toolbar
1535
+
1536
+ #### New Features
1537
+
1538
+ - Provided support for `MultiRow` options on toolbar items.
1539
+ - Inline alignment of toolbar items support is provided.
1540
+
1541
+ ## 16.1.42 (2018-05-08)
1542
+
1543
+ ### Accordion
1544
+
1545
+ #### Bug Fixes
1546
+
1547
+ - Issue with space key in text area, when placed inside Accordion is fixed.
1548
+
1549
+ ### Tab
1550
+
1551
+ #### Breaking Changes
1552
+
1553
+ - Breaking issue with dynamic loading tab content template ID is fixed.
1554
+
1555
+ ## 16.1.40 (2018-05-08)
1556
+
1557
+ ### Tab
1558
+
1559
+ #### Bug Fixes
1560
+
1561
+ - Issue with event unbinding in tab content is fixed.
1562
+
1563
+ ## 16.1.38 (2018-05-02)
1564
+
1565
+ ### TreeView
1566
+
1567
+ #### Bug Fixes
1568
+
1569
+ - TreeView is not rendering properly when you return entire data (including child nodes) on initial request issue is fixed.
1570
+
1571
+ ### Tab
1572
+
1573
+ #### Bug Fixes
1574
+
1575
+ - Issue with loading dynamic content using template ID is fixed.
1576
+
1577
+ ## 16.1.37 (2018-04-24)
1578
+
1579
+ ### TreeView
1580
+
1581
+ #### Bug Fixes
1582
+
1583
+ - Issue in triggering `nodeExpanded` event while expanding all the nodes is fixed.
1584
+
1585
+ ## 16.1.35 (2018-04-17)
1586
+
1587
+ ### TreeView
1588
+
1589
+ #### Bug Fixes
1590
+
1591
+ - Provided option to prevent expand/collapse node while double clicking the tree node.
1592
+
1593
+ ## 16.1.34 (2018-04-10)
1594
+
1595
+ ### TreeView
1596
+
1597
+ #### Bug Fixes
1598
+
1599
+ - Issue in TreeView while ‘cancel' the `nodeDragDrop` event is fixed.
1600
+ - Issue in TreeView drag and drop function, while adding ‘e-droppable’ class in the target element is fixed.
1601
+
1602
+ ## 16.1.32 (2018-03-29)
1603
+
1604
+ ### TreeView
1605
+
1606
+ #### Bug Fixes
1607
+
1608
+ - Prevented the checkbox interactions while the corresponding node was in disabled state.
1609
+
1610
+ ## 16.1.28 (2018-03-09)
1611
+
1612
+ ### Toolbar
1613
+
1614
+ #### Bug Fixes
1615
+
1616
+ - Toolbar border hidden issue with grid in IE11 browser is fixed.
1617
+
1618
+ ## 16.1.24 (2018-02-22)
1619
+
1620
+ ### Common
1621
+
1622
+ #### Breaking Changes
1623
+
1624
+ - Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-tab`.
1625
+
1626
+ #### New Features
1627
+
1628
+ - High contrast theme support.
1629
+
1630
+ ### Sidebar
1631
+
1632
+ The Sidebar is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
1633
+
1634
+
1635
+ - **Target** - The Sidebar can be initialized in any HTML element other than the body element.
1636
+ - **Types** – Supports Push, Over, Slide and Auto to expand or collapse the Sidebar.
1637
+ - **Position** – Allows to position the Sidebar in Left or Right direction.
1638
+ - **Auto close** - Allows to set the sidebar in an expanded or collapsed state only in certain resolutions.
1639
+ - **Dock** - By default, supports display of short notifications about the content on docked mode.
1640
+ - **Backdrop** – Specifies the whether to apply overlay options to main content when the Sidebar is in open state.
1641
+
1642
+ ### Tab
1643
+
1644
+ #### Breaking Changes
1645
+
1646
+ - Locale key changed from close to `closeButtonTitle`.
1647
+
1648
+ ### Toolbar
1649
+
1650
+ #### Breaking Changes
1651
+
1652
+ - Pascal casing change to `align` property values (`Left`, `Center`, `Right`).
1653
+
1654
+ ## 15.4.30-preview (2018-02-14)
1655
+
1656
+ ### TreeView
1657
+
1658
+ #### New Features
1659
+
1660
+ - Added “getNode” method in TreeView to get the node's data based on given node element or it's ID.
1661
+ - Added “beginEdit” method in TreeView, to initiate the editing mode of the TreeView node through code.
1662
+
1663
+ #### Breaking Changes
1664
+
1665
+ - In TreeView, “replaceText” method name has been modified as “updateNode”.
1666
+
1667
+ ## 15.4.27-preview (2018-01-30)
1668
+
1669
+ ### Tab
1670
+
1671
+ #### Bug Fixes
1672
+
1673
+ - Separate item change for active content issue with Tab fixed.
1674
+
1675
+ ## 15.4.26-preview (2018-01-23)
1676
+
1677
+ ### ContextMenu
1678
+
1679
+ #### Bug Fixes
1680
+
1681
+ - Lengthy text and caret icon wraps next line issue fixed.
1682
+
1683
+ ### Accordion
1684
+
1685
+ #### Bug Fixes
1686
+
1687
+ - Accordion content class styles overriding with the other component issue fixed.
1688
+
1689
+ ### Tab
1690
+
1691
+ #### Bug Fixes
1692
+
1693
+ - Issue with changing separate items property has been fixed.
1694
+
1695
+ ### Toolbar
1696
+
1697
+ #### New Features
1698
+
1699
+ - Provided support to display Toolbar items in popup always.
1700
+
1701
+ ## 15.4.25-preview (2018-01-09)
1702
+
1703
+ ## 15.4.23-preview (2017-12-27)
1704
+
1705
+ ### Common
1706
+
1707
+ #### New Features
1708
+
1709
+ - Added typing file for ES5 global scripts (dist/global/index.d.ts)
1710
+
1711
+ #### Breaking Changes
1712
+
1713
+ - Modified the module bundle file name for ES6 bundling
1714
+
1715
+ ### Toolbar
1716
+
1717
+ #### Bug Fixes
1718
+
1719
+ - Issue with changing separate items property has been fixed.
1720
+ - The Toolbar Popup and scrollable creation issue in non visible element is fixed.
1721
+ - Dynamic Items updating with toolbar alignment is fixed.
1722
+ - Removed unwanted space available in the Toolbar Popup mode initial time.
1723
+
1724
+ ## 15.4.22-preview (2017-12-14)
1725
+
1726
+ ### ContextMenu
1727
+
1728
+ #### Bug Fixes
1729
+
1730
+ - Destroy method issue in angular is fixed.
1731
+
1732
+ ## 15.4.21-preview (2017-12-08)
1733
+
1734
+ ### Tab
1735
+
1736
+ #### Bug Fixes
1737
+
1738
+ - Tab header overlapping issue with grid is fixed.
1739
+
1740
+ ## 15.4.20-preview (2017-12-01)
1741
+
1742
+ ### Common
1743
+
1744
+ #### New Features
1745
+
1746
+ - Upgraded TypeScript version to 2.6.2
1747
+
1748
+ ## 15.4.17-preview (2017-11-13)
1749
+
1750
+ ### Accordion
1751
+
1752
+ Accordion is a vertically collapsible content panel which is displaying panels, one or multiple at a time within the available space.
1753
+
1754
+
1755
+ - **Rendering** - Supports to render based on the items collection and HTML elements.
1756
+ - **Expand Mode** - Supports to define single or multiple expand mode for Accordion panels.
1757
+ - **Animation** - Supports animation effects for expanding/collapsing the panels.
1758
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Accordion component features through the keyboard, screen readers, or other assistive technology devices.
1759
+
1760
+ ### ContextMenu
1761
+
1762
+ ContextMenu is a graphical user interface that appears on the user right click/touch hold action.
1763
+
1764
+
1765
+ - **Separator** - Supports menu items grouping by using the Separator.
1766
+ - **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
1767
+ - **Template and Multilevel Nesting** - Supports template and multilevel nesting in ContextMenu.
1768
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.
1769
+
1770
+ ### Tab
1771
+
1772
+ Tab is a content panel to show multiple contents in specific space one at a time.
1773
+
1774
+
1775
+ - **Rendering** - Supports to render based on the items collection and HTML elements.
1776
+ - **Adaptive** - Supports responsive rendering with scrollable Tabs and popup menu.
1777
+ - **Animation** - Supports animation effects for moving previous/next contents of the Tab.
1778
+ - **Customization** - Provides customization support for header with icons and orientation.
1779
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Tab component features through the keyboard, screen readers, or other assistive technology devices.
1780
+
1781
+ ### Toolbar
1782
+
1783
+ Displays a group of command buttons arranged horizontally.
1784
+
1785
+
1786
+ - **Rendering** - Supports to render based on the items collection and HTML elements.
1787
+ - **Customization** - Supports to add buttons , separator & input components.
1788
+ - **Adaptive** - Supports responsive rendering with scrollable Toolbar and popup menu.
1789
+ - **Accessibility**- Provided with built-in accessibility support which helps to access all the Toolbar component features through the keyboard, screen readers, or other assistive technology devices.
1790
+
1791
+ ### TreeView
1792
+
1793
+ TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. TreeView can be populated from a data source such as an array of JavaScript objects or from DataManager. The following key features are available in TreeView component.
1794
+
1795
+
1796
+ - **Data Binding** - Binds the TreeView component with an array of JavaScript objects or DataManager.
1797
+ - **CheckBox** - Allows you to select more than one node in TreeView without affecting the UI appearance.
1798
+ - **Drag and Drop** - Allows you to drag and drop any node in TreeView.
1799
+ - **Multi Selection** - Allows you to select more than one node in TreeView.
1800
+ - **Node Editing** - Allows you to change the text of a node in TreeView.
1801
+ - **Sorting** - Allows display of the TreeView nodes in an ascending or a descending order.
1802
+ - **Template** - Allows you to customize the nodes in TreeView.
1803
+ - **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.
1804
+
1805
+