@syncfusion/ej2-angular-navigations 16.4.45 → 16.4.52-46585

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 (834) 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 +1508 -1
  6. package/README.md +226 -112
  7. package/dist/ej2-angular-navigations.umd.js +2106 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -10
  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 +133 -156
  14. package/postinstall/tagchange.js +18 -0
  15. package/{index.d.ts → public_api.d.ts} +0 -3
  16. package/schematics/collection.json +107 -7
  17. package/schematics/generators/accordion-default/index.d.ts +3 -0
  18. package/schematics/generators/accordion-default/index.js +8 -0
  19. package/schematics/generators/accordion-default/index.ts +8 -0
  20. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  21. package/schematics/generators/accordion-default/sample-details.js +7 -0
  22. package/schematics/generators/accordion-default/sample-details.ts +5 -0
  23. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  24. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  25. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  26. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  27. package/schematics/generators/accordion-default/schema.js +2 -0
  28. package/schematics/generators/accordion-default/schema.json +125 -0
  29. package/schematics/generators/accordion-default/schema.ts +3 -0
  30. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  31. package/schematics/generators/accordion-html-template/index.js +8 -0
  32. package/schematics/generators/accordion-html-template/index.ts +8 -0
  33. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  34. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  35. package/schematics/generators/accordion-html-template/sample-details.ts +5 -0
  36. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  37. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  38. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  39. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  40. package/schematics/generators/accordion-html-template/schema.js +2 -0
  41. package/schematics/generators/accordion-html-template/schema.json +125 -0
  42. package/schematics/generators/accordion-html-template/schema.ts +3 -0
  43. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  44. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  45. package/schematics/generators/accordion-multiple-expand/index.ts +8 -0
  46. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  47. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  48. package/schematics/generators/accordion-multiple-expand/sample-details.ts +5 -0
  49. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  50. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  51. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  52. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  53. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  54. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  55. package/schematics/generators/accordion-multiple-expand/schema.ts +3 -0
  56. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  57. package/schematics/generators/accordion-nested/index.js +8 -0
  58. package/schematics/generators/accordion-nested/index.ts +8 -0
  59. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  60. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  61. package/schematics/generators/accordion-nested/sample-details.ts +5 -0
  62. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  63. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  64. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  65. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  66. package/schematics/generators/accordion-nested/schema.js +2 -0
  67. package/schematics/generators/accordion-nested/schema.json +125 -0
  68. package/schematics/generators/accordion-nested/schema.ts +3 -0
  69. package/schematics/generators/contextmenu-default/index.ts +8 -0
  70. package/schematics/generators/contextmenu-default/sample-details.ts +5 -0
  71. package/schematics/generators/contextmenu-default/schema.json +3 -2
  72. package/schematics/generators/contextmenu-default/schema.ts +3 -0
  73. package/schematics/generators/menu-default/index.ts +8 -0
  74. package/schematics/generators/menu-default/sample-details.ts +5 -0
  75. package/schematics/generators/menu-default/schema.json +3 -2
  76. package/schematics/generators/menu-default/schema.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  78. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  79. package/schematics/generators/sidebar-backdrop/index.ts +8 -0
  80. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  81. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  82. package/schematics/generators/sidebar-backdrop/sample-details.ts +5 -0
  83. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  84. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  85. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +29 -0
  86. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  87. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  88. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  89. package/schematics/generators/sidebar-backdrop/schema.ts +3 -0
  90. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  91. package/schematics/generators/sidebar-dock/index.js +8 -0
  92. package/schematics/generators/sidebar-dock/index.ts +8 -0
  93. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  94. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  95. package/schematics/generators/sidebar-dock/sample-details.ts +5 -0
  96. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  97. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  98. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  99. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  100. package/schematics/generators/sidebar-dock/schema.js +2 -0
  101. package/schematics/generators/sidebar-dock/schema.json +125 -0
  102. package/schematics/generators/sidebar-dock/schema.ts +3 -0
  103. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  104. package/schematics/generators/sidebar-target/index.js +8 -0
  105. package/schematics/generators/sidebar-target/index.ts +8 -0
  106. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  107. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  108. package/schematics/generators/sidebar-target/sample-details.ts +5 -0
  109. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  110. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  111. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
  112. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  113. package/schematics/generators/sidebar-target/schema.js +2 -0
  114. package/schematics/generators/sidebar-target/schema.json +125 -0
  115. package/schematics/generators/sidebar-target/schema.ts +3 -0
  116. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  117. package/schematics/generators/sidebar-types/index.js +8 -0
  118. package/schematics/generators/sidebar-types/index.ts +8 -0
  119. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  120. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  121. package/schematics/generators/sidebar-types/sample-details.ts +5 -0
  122. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  123. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  124. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -0
  125. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  126. package/schematics/generators/sidebar-types/schema.js +2 -0
  127. package/schematics/generators/sidebar-types/schema.json +125 -0
  128. package/schematics/generators/sidebar-types/schema.ts +3 -0
  129. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  130. package/schematics/generators/tab-html-template/index.js +8 -0
  131. package/schematics/generators/tab-html-template/index.ts +8 -0
  132. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  133. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  134. package/schematics/generators/tab-html-template/sample-details.ts +5 -0
  135. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  136. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  137. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  138. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  139. package/schematics/generators/tab-html-template/schema.js +2 -0
  140. package/schematics/generators/tab-html-template/schema.json +125 -0
  141. package/schematics/generators/tab-html-template/schema.ts +3 -0
  142. package/schematics/generators/tab-icon/index.d.ts +3 -0
  143. package/schematics/generators/tab-icon/index.js +8 -0
  144. package/schematics/generators/tab-icon/index.ts +8 -0
  145. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  146. package/schematics/generators/tab-icon/sample-details.js +7 -0
  147. package/schematics/generators/tab-icon/sample-details.ts +5 -0
  148. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  149. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  150. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
  151. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  152. package/schematics/generators/tab-icon/schema.js +2 -0
  153. package/schematics/generators/tab-icon/schema.json +125 -0
  154. package/schematics/generators/tab-icon/schema.ts +3 -0
  155. package/schematics/generators/tab-nested/index.d.ts +3 -0
  156. package/schematics/generators/tab-nested/index.js +8 -0
  157. package/schematics/generators/tab-nested/index.ts +8 -0
  158. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  159. package/schematics/generators/tab-nested/sample-details.js +7 -0
  160. package/schematics/generators/tab-nested/sample-details.ts +5 -0
  161. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  162. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  163. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  164. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  165. package/schematics/generators/tab-nested/schema.js +2 -0
  166. package/schematics/generators/tab-nested/schema.json +125 -0
  167. package/schematics/generators/tab-nested/schema.ts +3 -0
  168. package/schematics/generators/tab-popup/index.d.ts +3 -0
  169. package/schematics/generators/tab-popup/index.js +8 -0
  170. package/schematics/generators/tab-popup/index.ts +8 -0
  171. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  172. package/schematics/generators/tab-popup/sample-details.js +7 -0
  173. package/schematics/generators/tab-popup/sample-details.ts +5 -0
  174. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  175. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  176. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  177. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  178. package/schematics/generators/tab-popup/schema.js +2 -0
  179. package/schematics/generators/tab-popup/schema.json +125 -0
  180. package/schematics/generators/tab-popup/schema.ts +3 -0
  181. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  182. package/schematics/generators/tab-scrollable/index.js +8 -0
  183. package/schematics/generators/tab-scrollable/index.ts +8 -0
  184. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  185. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  186. package/schematics/generators/tab-scrollable/sample-details.ts +5 -0
  187. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  188. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  189. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  190. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  191. package/schematics/generators/tab-scrollable/schema.js +2 -0
  192. package/schematics/generators/tab-scrollable/schema.json +125 -0
  193. package/schematics/generators/tab-scrollable/schema.ts +3 -0
  194. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  195. package/schematics/generators/tab-vertical/index.js +8 -0
  196. package/schematics/generators/tab-vertical/index.ts +8 -0
  197. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  198. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  199. package/schematics/generators/tab-vertical/sample-details.ts +5 -0
  200. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  201. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  202. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  203. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  204. package/schematics/generators/tab-vertical/schema.js +2 -0
  205. package/schematics/generators/tab-vertical/schema.json +125 -0
  206. package/schematics/generators/tab-vertical/schema.ts +3 -0
  207. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  208. package/schematics/generators/toolbar-alignment/index.js +8 -0
  209. package/schematics/generators/toolbar-alignment/index.ts +8 -0
  210. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  211. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  212. package/schematics/generators/toolbar-alignment/sample-details.ts +5 -0
  213. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  214. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  215. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  216. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  217. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  218. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  219. package/schematics/generators/toolbar-alignment/schema.ts +3 -0
  220. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  221. package/schematics/generators/toolbar-extended/index.js +8 -0
  222. package/schematics/generators/toolbar-extended/index.ts +8 -0
  223. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  224. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  225. package/schematics/generators/toolbar-extended/sample-details.ts +5 -0
  226. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  227. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  228. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  229. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  230. package/schematics/generators/toolbar-extended/schema.js +2 -0
  231. package/schematics/generators/toolbar-extended/schema.json +125 -0
  232. package/schematics/generators/toolbar-extended/schema.ts +3 -0
  233. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  234. package/schematics/generators/toolbar-html-template/index.js +8 -0
  235. package/schematics/generators/toolbar-html-template/index.ts +8 -0
  236. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  237. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  238. package/schematics/generators/toolbar-html-template/sample-details.ts +5 -0
  239. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  240. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  241. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  242. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  243. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  244. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  245. package/schematics/generators/toolbar-html-template/schema.ts +3 -0
  246. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  247. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  248. package/schematics/generators/toolbar-multi-row/index.ts +8 -0
  249. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  250. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  251. package/schematics/generators/toolbar-multi-row/sample-details.ts +5 -0
  252. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  253. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  254. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  255. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  256. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  257. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  258. package/schematics/generators/toolbar-multi-row/schema.ts +3 -0
  259. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  260. package/schematics/generators/toolbar-popup/index.js +8 -0
  261. package/schematics/generators/toolbar-popup/index.ts +8 -0
  262. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  263. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  264. package/schematics/generators/toolbar-popup/sample-details.ts +5 -0
  265. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  266. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  267. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  268. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  269. package/schematics/generators/toolbar-popup/schema.js +2 -0
  270. package/schematics/generators/toolbar-popup/schema.json +125 -0
  271. package/schematics/generators/toolbar-popup/schema.ts +3 -0
  272. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  273. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  274. package/schematics/generators/toolbar-scrollable/index.ts +8 -0
  275. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  276. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  277. package/schematics/generators/toolbar-scrollable/sample-details.ts +5 -0
  278. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  279. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  280. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
  281. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  282. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  283. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  284. package/schematics/generators/toolbar-scrollable/schema.ts +3 -0
  285. package/schematics/generators/treeview-checkbox/index.ts +8 -0
  286. package/schematics/generators/treeview-checkbox/sample-details.ts +5 -0
  287. package/schematics/generators/treeview-checkbox/schema.json +3 -2
  288. package/schematics/generators/treeview-checkbox/schema.ts +3 -0
  289. package/schematics/generators/treeview-default/index.ts +8 -0
  290. package/schematics/generators/treeview-default/sample-details.ts +5 -0
  291. package/schematics/generators/treeview-default/schema.json +3 -2
  292. package/schematics/generators/treeview-default/schema.ts +3 -0
  293. package/schematics/generators/treeview-draganddrop/index.ts +8 -0
  294. package/schematics/generators/treeview-draganddrop/sample-details.ts +5 -0
  295. package/schematics/generators/treeview-draganddrop/schema.json +3 -2
  296. package/schematics/generators/treeview-draganddrop/schema.ts +3 -0
  297. package/schematics/generators/treeview-multiselection/index.ts +8 -0
  298. package/schematics/generators/treeview-multiselection/sample-details.ts +5 -0
  299. package/schematics/generators/treeview-multiselection/schema.json +3 -2
  300. package/schematics/generators/treeview-multiselection/schema.ts +3 -0
  301. package/schematics/generators/treeview-nodeediting/index.ts +8 -0
  302. package/schematics/generators/treeview-nodeediting/sample-details.ts +5 -0
  303. package/schematics/generators/treeview-nodeediting/schema.json +3 -2
  304. package/schematics/generators/treeview-nodeediting/schema.ts +3 -0
  305. package/schematics/generators/treeview-remotedata/index.ts +8 -0
  306. package/schematics/generators/treeview-remotedata/sample-details.ts +5 -0
  307. package/schematics/generators/treeview-remotedata/schema.json +3 -2
  308. package/schematics/generators/treeview-remotedata/schema.ts +3 -0
  309. package/schematics/generators/treeview-treetemplate/index.ts +8 -0
  310. package/schematics/generators/treeview-treetemplate/sample-details.ts +5 -0
  311. package/schematics/generators/treeview-treetemplate/schema.json +3 -2
  312. package/schematics/generators/treeview-treetemplate/schema.ts +3 -0
  313. package/schematics/ng-add/index.ts +10 -0
  314. package/schematics/ng-add/schema.json +1 -1
  315. package/schematics/ng-add/schema.ts +30 -0
  316. package/schematics/tsconfig.json +25 -0
  317. package/schematics/utils/lib-details.d.ts +3 -3
  318. package/schematics/utils/lib-details.js +3 -3
  319. package/schematics/utils/lib-details.ts +4 -0
  320. package/src/accordion/accordion.component.d.ts +22 -3
  321. package/src/accordion/items.directive.d.ts +24 -7
  322. package/src/appbar/appbar-all.module.d.ts +5 -0
  323. package/src/appbar/appbar.component.d.ts +29 -0
  324. package/src/appbar/appbar.module.d.ts +5 -0
  325. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
  326. package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
  327. package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
  328. package/src/breadcrumb/items.directive.d.ts +46 -0
  329. package/src/carousel/carousel-all.module.d.ts +5 -0
  330. package/src/carousel/carousel.component.d.ts +58 -0
  331. package/src/carousel/carousel.module.d.ts +5 -0
  332. package/src/carousel/items.directive.d.ts +46 -0
  333. package/src/context-menu/contextmenu.component.d.ts +9 -0
  334. package/src/index.d.ts +12 -0
  335. package/src/menu/items.directive.d.ts +45 -0
  336. package/src/menu/menu.component.d.ts +13 -1
  337. package/src/sidebar/sidebar.component.d.ts +7 -0
  338. package/src/tab/items.directive.d.ts +25 -1
  339. package/src/tab/tab.component.d.ts +18 -4
  340. package/src/toolbar/items.directive.d.ts +39 -19
  341. package/src/toolbar/toolbar.component.d.ts +10 -3
  342. package/src/treeview/treeview.component.d.ts +26 -2
  343. package/styles/accordion/bootstrap-dark.css +267 -181
  344. package/styles/accordion/bootstrap.css +258 -172
  345. package/styles/accordion/bootstrap4.css +525 -0
  346. package/styles/accordion/bootstrap4.scss +1 -0
  347. package/styles/accordion/bootstrap5-dark.css +527 -0
  348. package/styles/accordion/bootstrap5-dark.scss +1 -0
  349. package/styles/accordion/bootstrap5.css +527 -0
  350. package/styles/accordion/bootstrap5.scss +1 -0
  351. package/styles/accordion/fabric-dark.css +266 -164
  352. package/styles/accordion/fabric.css +266 -164
  353. package/styles/accordion/fluent-dark.css +526 -0
  354. package/styles/accordion/fluent-dark.scss +1 -0
  355. package/styles/accordion/fluent.css +526 -0
  356. package/styles/accordion/fluent.scss +1 -0
  357. package/styles/accordion/highcontrast-light.css +525 -0
  358. package/styles/accordion/highcontrast-light.scss +1 -0
  359. package/styles/accordion/highcontrast.css +243 -232
  360. package/styles/accordion/material-dark.css +268 -173
  361. package/styles/accordion/material.css +264 -169
  362. package/styles/accordion/tailwind-dark.css +527 -0
  363. package/styles/accordion/tailwind-dark.scss +1 -0
  364. package/styles/accordion/tailwind.css +527 -0
  365. package/styles/accordion/tailwind.scss +1 -0
  366. package/styles/appbar/bootstrap-dark.css +247 -0
  367. package/styles/appbar/bootstrap-dark.scss +1 -0
  368. package/styles/appbar/bootstrap.css +247 -0
  369. package/styles/appbar/bootstrap.scss +1 -0
  370. package/styles/appbar/bootstrap4.css +247 -0
  371. package/styles/appbar/bootstrap4.scss +1 -0
  372. package/styles/appbar/bootstrap5-dark.css +247 -0
  373. package/styles/appbar/bootstrap5-dark.scss +1 -0
  374. package/styles/appbar/bootstrap5.css +247 -0
  375. package/styles/appbar/bootstrap5.scss +1 -0
  376. package/styles/appbar/fabric-dark.css +247 -0
  377. package/styles/appbar/fabric-dark.scss +1 -0
  378. package/styles/appbar/fabric.css +247 -0
  379. package/styles/appbar/fabric.scss +1 -0
  380. package/styles/appbar/fluent-dark.css +247 -0
  381. package/styles/appbar/fluent-dark.scss +1 -0
  382. package/styles/appbar/fluent.css +247 -0
  383. package/styles/appbar/fluent.scss +1 -0
  384. package/styles/appbar/highcontrast-light.css +247 -0
  385. package/styles/appbar/highcontrast-light.scss +1 -0
  386. package/styles/appbar/highcontrast.css +247 -0
  387. package/styles/appbar/highcontrast.scss +1 -0
  388. package/styles/appbar/material-dark.css +248 -0
  389. package/styles/appbar/material-dark.scss +1 -0
  390. package/styles/appbar/material.css +248 -0
  391. package/styles/appbar/material.scss +1 -0
  392. package/styles/appbar/tailwind-dark.css +248 -0
  393. package/styles/appbar/tailwind-dark.scss +1 -0
  394. package/styles/appbar/tailwind.css +248 -0
  395. package/styles/appbar/tailwind.scss +1 -0
  396. package/styles/bootstrap-dark.css +5503 -3478
  397. package/styles/bootstrap-dark.scss +4 -0
  398. package/styles/bootstrap.css +5420 -3550
  399. package/styles/bootstrap.scss +4 -0
  400. package/styles/bootstrap4.css +10166 -0
  401. package/styles/bootstrap4.scss +13 -0
  402. package/styles/bootstrap5-dark.css +10207 -0
  403. package/styles/bootstrap5-dark.scss +13 -0
  404. package/styles/bootstrap5.css +10207 -0
  405. package/styles/bootstrap5.scss +13 -0
  406. package/styles/breadcrumb/bootstrap-dark.css +395 -0
  407. package/styles/breadcrumb/bootstrap-dark.scss +1 -0
  408. package/styles/breadcrumb/bootstrap.css +395 -0
  409. package/styles/breadcrumb/bootstrap.scss +1 -0
  410. package/styles/breadcrumb/bootstrap4.css +395 -0
  411. package/styles/breadcrumb/bootstrap4.scss +1 -0
  412. package/styles/breadcrumb/bootstrap5-dark.css +409 -0
  413. package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
  414. package/styles/breadcrumb/bootstrap5.css +409 -0
  415. package/styles/breadcrumb/bootstrap5.scss +1 -0
  416. package/styles/breadcrumb/fabric-dark.css +395 -0
  417. package/styles/breadcrumb/fabric-dark.scss +1 -0
  418. package/styles/breadcrumb/fabric.css +395 -0
  419. package/styles/breadcrumb/fabric.scss +1 -0
  420. package/styles/breadcrumb/fluent-dark.css +371 -0
  421. package/styles/breadcrumb/fluent-dark.scss +1 -0
  422. package/styles/breadcrumb/fluent.css +371 -0
  423. package/styles/breadcrumb/fluent.scss +1 -0
  424. package/styles/breadcrumb/highcontrast-light.css +402 -0
  425. package/styles/breadcrumb/highcontrast-light.scss +1 -0
  426. package/styles/breadcrumb/highcontrast.css +402 -0
  427. package/styles/breadcrumb/highcontrast.scss +1 -0
  428. package/styles/breadcrumb/material-dark.css +379 -0
  429. package/styles/breadcrumb/material-dark.scss +1 -0
  430. package/styles/breadcrumb/material.css +379 -0
  431. package/styles/breadcrumb/material.scss +1 -0
  432. package/styles/breadcrumb/tailwind-dark.css +402 -0
  433. package/styles/breadcrumb/tailwind-dark.scss +1 -0
  434. package/styles/breadcrumb/tailwind.css +402 -0
  435. package/styles/breadcrumb/tailwind.scss +1 -0
  436. package/styles/carousel/bootstrap-dark.css +264 -0
  437. package/styles/carousel/bootstrap-dark.scss +1 -0
  438. package/styles/carousel/bootstrap.css +264 -0
  439. package/styles/carousel/bootstrap.scss +1 -0
  440. package/styles/carousel/bootstrap4.css +264 -0
  441. package/styles/carousel/bootstrap4.scss +1 -0
  442. package/styles/carousel/bootstrap5-dark.css +264 -0
  443. package/styles/carousel/bootstrap5-dark.scss +1 -0
  444. package/styles/carousel/bootstrap5.css +264 -0
  445. package/styles/carousel/bootstrap5.scss +1 -0
  446. package/styles/carousel/fabric-dark.css +264 -0
  447. package/styles/carousel/fabric-dark.scss +1 -0
  448. package/styles/carousel/fabric.css +264 -0
  449. package/styles/carousel/fabric.scss +1 -0
  450. package/styles/carousel/fluent-dark.css +264 -0
  451. package/styles/carousel/fluent-dark.scss +1 -0
  452. package/styles/carousel/fluent.css +264 -0
  453. package/styles/carousel/fluent.scss +1 -0
  454. package/styles/carousel/highcontrast-light.css +264 -0
  455. package/styles/carousel/highcontrast-light.scss +1 -0
  456. package/styles/carousel/highcontrast.css +264 -0
  457. package/styles/carousel/highcontrast.scss +1 -0
  458. package/styles/carousel/material-dark.css +265 -0
  459. package/styles/carousel/material-dark.scss +1 -0
  460. package/styles/carousel/material.css +265 -0
  461. package/styles/carousel/material.scss +1 -0
  462. package/styles/carousel/tailwind-dark.css +265 -0
  463. package/styles/carousel/tailwind-dark.scss +1 -0
  464. package/styles/carousel/tailwind.css +265 -0
  465. package/styles/carousel/tailwind.scss +1 -0
  466. package/styles/context-menu/bootstrap-dark.css +206 -108
  467. package/styles/context-menu/bootstrap.css +206 -107
  468. package/styles/context-menu/bootstrap4.css +367 -0
  469. package/styles/context-menu/bootstrap4.scss +1 -0
  470. package/styles/context-menu/bootstrap5-dark.css +355 -0
  471. package/styles/context-menu/bootstrap5-dark.scss +1 -0
  472. package/styles/context-menu/bootstrap5.css +355 -0
  473. package/styles/context-menu/bootstrap5.scss +1 -0
  474. package/styles/context-menu/fabric-dark.css +207 -109
  475. package/styles/context-menu/fabric.css +205 -106
  476. package/styles/context-menu/fluent-dark.css +363 -0
  477. package/styles/context-menu/fluent-dark.scss +1 -0
  478. package/styles/context-menu/fluent.css +363 -0
  479. package/styles/context-menu/fluent.scss +1 -0
  480. package/styles/context-menu/highcontrast-light.css +366 -0
  481. package/styles/context-menu/highcontrast-light.scss +1 -0
  482. package/styles/context-menu/highcontrast.css +205 -106
  483. package/styles/context-menu/material-dark.css +223 -107
  484. package/styles/context-menu/material.css +228 -110
  485. package/styles/context-menu/tailwind-dark.css +380 -0
  486. package/styles/context-menu/tailwind-dark.scss +1 -0
  487. package/styles/context-menu/tailwind.css +380 -0
  488. package/styles/context-menu/tailwind.scss +1 -0
  489. package/styles/fabric-dark.css +5766 -3690
  490. package/styles/fabric-dark.scss +4 -0
  491. package/styles/fabric.css +5959 -4038
  492. package/styles/fabric.scss +4 -0
  493. package/styles/fluent-dark.css +10172 -0
  494. package/styles/fluent-dark.scss +13 -0
  495. package/styles/fluent.css +10172 -0
  496. package/styles/fluent.scss +13 -0
  497. package/styles/h-scroll/bootstrap-dark.css +53 -66
  498. package/styles/h-scroll/bootstrap.css +32 -80
  499. package/styles/h-scroll/bootstrap4.css +260 -0
  500. package/styles/h-scroll/bootstrap4.scss +1 -0
  501. package/styles/h-scroll/bootstrap5-dark.css +280 -0
  502. package/styles/h-scroll/bootstrap5-dark.scss +1 -0
  503. package/styles/h-scroll/bootstrap5.css +280 -0
  504. package/styles/h-scroll/bootstrap5.scss +1 -0
  505. package/styles/h-scroll/fabric-dark.css +54 -67
  506. package/styles/h-scroll/fabric.css +32 -80
  507. package/styles/h-scroll/fluent-dark.css +280 -0
  508. package/styles/h-scroll/fluent-dark.scss +1 -0
  509. package/styles/h-scroll/fluent.css +280 -0
  510. package/styles/h-scroll/fluent.scss +1 -0
  511. package/styles/h-scroll/highcontrast-light.css +259 -0
  512. package/styles/h-scroll/highcontrast-light.scss +1 -0
  513. package/styles/h-scroll/highcontrast.css +26 -89
  514. package/styles/h-scroll/material-dark.css +56 -70
  515. package/styles/h-scroll/material.css +33 -82
  516. package/styles/h-scroll/tailwind-dark.css +281 -0
  517. package/styles/h-scroll/tailwind-dark.scss +1 -0
  518. package/styles/h-scroll/tailwind.css +281 -0
  519. package/styles/h-scroll/tailwind.scss +1 -0
  520. package/styles/highcontrast-light.css +10029 -0
  521. package/styles/highcontrast-light.scss +13 -0
  522. package/styles/highcontrast.css +6039 -4460
  523. package/styles/highcontrast.scss +4 -0
  524. package/styles/material-dark.css +6282 -3945
  525. package/styles/material-dark.scss +4 -0
  526. package/styles/material.css +6210 -4026
  527. package/styles/material.scss +4 -0
  528. package/styles/menu/bootstrap-dark.css +717 -319
  529. package/styles/menu/bootstrap.css +701 -304
  530. package/styles/menu/bootstrap4.css +1126 -0
  531. package/styles/menu/bootstrap4.scss +1 -0
  532. package/styles/menu/bootstrap5-dark.css +1083 -0
  533. package/styles/menu/bootstrap5-dark.scss +1 -0
  534. package/styles/menu/bootstrap5.css +1083 -0
  535. package/styles/menu/bootstrap5.scss +1 -0
  536. package/styles/menu/fabric-dark.css +716 -318
  537. package/styles/menu/fabric.css +696 -298
  538. package/styles/menu/fluent-dark.css +1106 -0
  539. package/styles/menu/fluent-dark.scss +1 -0
  540. package/styles/menu/fluent.css +1106 -0
  541. package/styles/menu/fluent.scss +1 -0
  542. package/styles/menu/highcontrast-light.css +1088 -0
  543. package/styles/menu/highcontrast-light.scss +1 -0
  544. package/styles/menu/highcontrast.css +698 -300
  545. package/styles/menu/material-dark.css +715 -319
  546. package/styles/menu/material.css +699 -303
  547. package/styles/menu/tailwind-dark.css +1102 -0
  548. package/styles/menu/tailwind-dark.scss +1 -0
  549. package/styles/menu/tailwind.css +1102 -0
  550. package/styles/menu/tailwind.scss +1 -0
  551. package/styles/pager/bootstrap-dark.css +688 -0
  552. package/styles/pager/bootstrap-dark.scss +1 -0
  553. package/styles/pager/bootstrap.css +688 -0
  554. package/styles/pager/bootstrap.scss +1 -0
  555. package/styles/pager/bootstrap4.css +688 -0
  556. package/styles/pager/bootstrap4.scss +1 -0
  557. package/styles/pager/bootstrap5-dark.css +723 -0
  558. package/styles/pager/bootstrap5-dark.scss +1 -0
  559. package/styles/pager/bootstrap5.css +723 -0
  560. package/styles/pager/bootstrap5.scss +1 -0
  561. package/styles/pager/fabric-dark.css +688 -0
  562. package/styles/pager/fabric-dark.scss +1 -0
  563. package/styles/pager/fabric.css +688 -0
  564. package/styles/pager/fabric.scss +1 -0
  565. package/styles/pager/fluent-dark.css +690 -0
  566. package/styles/pager/fluent-dark.scss +1 -0
  567. package/styles/pager/fluent.css +690 -0
  568. package/styles/pager/fluent.scss +1 -0
  569. package/styles/pager/highcontrast-light.css +688 -0
  570. package/styles/pager/highcontrast-light.scss +1 -0
  571. package/styles/pager/highcontrast.css +688 -0
  572. package/styles/pager/highcontrast.scss +1 -0
  573. package/styles/pager/material-dark.css +689 -0
  574. package/styles/pager/material-dark.scss +1 -0
  575. package/styles/pager/material.css +689 -0
  576. package/styles/pager/material.scss +1 -0
  577. package/styles/pager/tailwind-dark.css +815 -0
  578. package/styles/pager/tailwind-dark.scss +1 -0
  579. package/styles/pager/tailwind.css +815 -0
  580. package/styles/pager/tailwind.scss +1 -0
  581. package/styles/sidebar/bootstrap-dark.css +29 -25
  582. package/styles/sidebar/bootstrap.css +29 -25
  583. package/styles/sidebar/bootstrap4.css +149 -0
  584. package/styles/sidebar/bootstrap4.scss +1 -0
  585. package/styles/sidebar/bootstrap5-dark.css +147 -0
  586. package/styles/sidebar/bootstrap5-dark.scss +1 -0
  587. package/styles/sidebar/bootstrap5.css +147 -0
  588. package/styles/sidebar/bootstrap5.scss +1 -0
  589. package/styles/sidebar/fabric-dark.css +29 -25
  590. package/styles/sidebar/fabric.css +29 -25
  591. package/styles/sidebar/fluent-dark.css +147 -0
  592. package/styles/sidebar/fluent-dark.scss +1 -0
  593. package/styles/sidebar/fluent.css +147 -0
  594. package/styles/sidebar/fluent.scss +1 -0
  595. package/styles/sidebar/highcontrast-light.css +149 -0
  596. package/styles/sidebar/highcontrast-light.scss +1 -0
  597. package/styles/sidebar/highcontrast.css +30 -26
  598. package/styles/sidebar/material-dark.css +29 -25
  599. package/styles/sidebar/material.css +29 -25
  600. package/styles/sidebar/tailwind-dark.css +148 -0
  601. package/styles/sidebar/tailwind-dark.scss +1 -0
  602. package/styles/sidebar/tailwind.css +148 -0
  603. package/styles/sidebar/tailwind.scss +1 -0
  604. package/styles/tab/bootstrap-dark.css +1226 -1067
  605. package/styles/tab/bootstrap.css +1173 -1106
  606. package/styles/tab/bootstrap4.css +4031 -0
  607. package/styles/tab/bootstrap4.scss +1 -0
  608. package/styles/tab/bootstrap5-dark.css +4029 -0
  609. package/styles/tab/bootstrap5-dark.scss +1 -0
  610. package/styles/tab/bootstrap5.css +4029 -0
  611. package/styles/tab/bootstrap5.scss +1 -0
  612. package/styles/tab/fabric-dark.css +1212 -1096
  613. package/styles/tab/fabric.css +1173 -1148
  614. package/styles/tab/fluent-dark.css +4031 -0
  615. package/styles/tab/fluent-dark.scss +1 -0
  616. package/styles/tab/fluent.css +4031 -0
  617. package/styles/tab/fluent.scss +1 -0
  618. package/styles/tab/highcontrast-light.css +4022 -0
  619. package/styles/tab/highcontrast-light.scss +1 -0
  620. package/styles/tab/highcontrast.css +1086 -1215
  621. package/styles/tab/material-dark.css +1334 -955
  622. package/styles/tab/material.css +1280 -992
  623. package/styles/tab/tailwind-dark.css +4046 -0
  624. package/styles/tab/tailwind-dark.scss +1 -0
  625. package/styles/tab/tailwind.css +4046 -0
  626. package/styles/tab/tailwind.scss +1 -0
  627. package/styles/tailwind-dark.css +10351 -0
  628. package/styles/tailwind-dark.scss +13 -0
  629. package/styles/tailwind.css +10351 -0
  630. package/styles/tailwind.scss +13 -0
  631. package/styles/toolbar/bootstrap-dark.css +768 -1105
  632. package/styles/toolbar/bootstrap.css +761 -1111
  633. package/styles/toolbar/bootstrap4.css +1071 -0
  634. package/styles/toolbar/bootstrap4.scss +1 -0
  635. package/styles/toolbar/bootstrap5-dark.css +1082 -0
  636. package/styles/toolbar/bootstrap5-dark.scss +1 -0
  637. package/styles/toolbar/bootstrap5.css +1082 -0
  638. package/styles/toolbar/bootstrap5.scss +1 -0
  639. package/styles/toolbar/fabric-dark.css +779 -1042
  640. package/styles/toolbar/fabric.css +767 -1041
  641. package/styles/toolbar/fluent-dark.css +1081 -0
  642. package/styles/toolbar/fluent-dark.scss +1 -0
  643. package/styles/toolbar/fluent.css +1081 -0
  644. package/styles/toolbar/fluent.scss +1 -0
  645. package/styles/toolbar/highcontrast-light.css +1070 -0
  646. package/styles/toolbar/highcontrast-light.scss +1 -0
  647. package/styles/toolbar/highcontrast.css +744 -1089
  648. package/styles/toolbar/material-dark.css +747 -1010
  649. package/styles/toolbar/material.css +753 -1027
  650. package/styles/toolbar/tailwind-dark.css +1082 -0
  651. package/styles/toolbar/tailwind-dark.scss +1 -0
  652. package/styles/toolbar/tailwind.css +1082 -0
  653. package/styles/toolbar/tailwind.scss +1 -0
  654. package/styles/treeview/bootstrap-dark.css +230 -172
  655. package/styles/treeview/bootstrap.css +230 -168
  656. package/styles/treeview/bootstrap4.css +829 -0
  657. package/styles/treeview/bootstrap4.scss +1 -0
  658. package/styles/treeview/bootstrap5-dark.css +847 -0
  659. package/styles/treeview/bootstrap5-dark.scss +1 -0
  660. package/styles/treeview/bootstrap5.css +847 -0
  661. package/styles/treeview/bootstrap5.scss +1 -0
  662. package/styles/treeview/fabric-dark.css +230 -168
  663. package/styles/treeview/fabric.css +230 -168
  664. package/styles/treeview/fluent-dark.css +852 -0
  665. package/styles/treeview/fluent-dark.scss +1 -0
  666. package/styles/treeview/fluent.css +852 -0
  667. package/styles/treeview/fluent.scss +1 -0
  668. package/styles/treeview/highcontrast-light.css +736 -0
  669. package/styles/treeview/highcontrast-light.scss +1 -0
  670. package/styles/treeview/highcontrast.css +230 -171
  671. package/styles/treeview/material-dark.css +242 -172
  672. package/styles/treeview/material.css +238 -167
  673. package/styles/treeview/tailwind-dark.css +840 -0
  674. package/styles/treeview/tailwind-dark.scss +1 -0
  675. package/styles/treeview/tailwind.css +840 -0
  676. package/styles/treeview/tailwind.scss +1 -0
  677. package/styles/v-scroll/bootstrap-dark.css +25 -51
  678. package/styles/v-scroll/bootstrap.css +13 -58
  679. package/styles/v-scroll/bootstrap4.css +202 -0
  680. package/styles/v-scroll/bootstrap4.scss +1 -0
  681. package/styles/v-scroll/bootstrap5-dark.css +202 -0
  682. package/styles/v-scroll/bootstrap5-dark.scss +1 -0
  683. package/styles/v-scroll/bootstrap5.css +202 -0
  684. package/styles/v-scroll/bootstrap5.scss +1 -0
  685. package/styles/v-scroll/fabric-dark.css +26 -52
  686. package/styles/v-scroll/fabric.css +14 -59
  687. package/styles/v-scroll/fluent-dark.css +202 -0
  688. package/styles/v-scroll/fluent-dark.scss +1 -0
  689. package/styles/v-scroll/fluent.css +202 -0
  690. package/styles/v-scroll/fluent.scss +1 -0
  691. package/styles/v-scroll/highcontrast-light.css +201 -0
  692. package/styles/v-scroll/highcontrast-light.scss +1 -0
  693. package/styles/v-scroll/highcontrast.css +14 -74
  694. package/styles/v-scroll/material-dark.css +23 -50
  695. package/styles/v-scroll/material.css +12 -58
  696. package/styles/v-scroll/tailwind-dark.css +203 -0
  697. package/styles/v-scroll/tailwind-dark.scss +1 -0
  698. package/styles/v-scroll/tailwind.css +203 -0
  699. package/styles/v-scroll/tailwind.scss +1 -0
  700. package/accordion.d.ts +0 -4
  701. package/accordion.js +0 -5
  702. package/accordion.js.map +0 -1
  703. package/accordion.metadata.json +0 -1
  704. package/context-menu.d.ts +0 -4
  705. package/context-menu.js +0 -5
  706. package/context-menu.js.map +0 -1
  707. package/context-menu.metadata.json +0 -1
  708. package/index.js +0 -5
  709. package/index.js.map +0 -1
  710. package/index.metadata.json +0 -1
  711. package/license +0 -10
  712. package/menu.d.ts +0 -4
  713. package/menu.js +0 -5
  714. package/menu.js.map +0 -1
  715. package/menu.metadata.json +0 -1
  716. package/sidebar.d.ts +0 -4
  717. package/sidebar.js +0 -5
  718. package/sidebar.js.map +0 -1
  719. package/sidebar.metadata.json +0 -1
  720. package/src/accordion/accordion-all.module.js +0 -24
  721. package/src/accordion/accordion-all.module.js.map +0 -1
  722. package/src/accordion/accordion-all.module.metadata.json +0 -1
  723. package/src/accordion/accordion.component.js +0 -83
  724. package/src/accordion/accordion.component.js.map +0 -1
  725. package/src/accordion/accordion.component.metadata.json +0 -1
  726. package/src/accordion/accordion.module.js +0 -31
  727. package/src/accordion/accordion.module.js.map +0 -1
  728. package/src/accordion/accordion.module.metadata.json +0 -1
  729. package/src/accordion/index.d.ts +0 -4
  730. package/src/accordion/index.js +0 -5
  731. package/src/accordion/index.js.map +0 -1
  732. package/src/accordion/index.metadata.json +0 -1
  733. package/src/accordion/items.directive.js +0 -94
  734. package/src/accordion/items.directive.js.map +0 -1
  735. package/src/accordion/items.directive.metadata.json +0 -1
  736. package/src/context-menu/contextmenu-all.module.js +0 -24
  737. package/src/context-menu/contextmenu-all.module.js.map +0 -1
  738. package/src/context-menu/contextmenu-all.module.metadata.json +0 -1
  739. package/src/context-menu/contextmenu.component.js +0 -80
  740. package/src/context-menu/contextmenu.component.js.map +0 -1
  741. package/src/context-menu/contextmenu.component.metadata.json +0 -1
  742. package/src/context-menu/contextmenu.module.js +0 -26
  743. package/src/context-menu/contextmenu.module.js.map +0 -1
  744. package/src/context-menu/contextmenu.module.metadata.json +0 -1
  745. package/src/context-menu/index.d.ts +0 -3
  746. package/src/context-menu/index.js +0 -4
  747. package/src/context-menu/index.js.map +0 -1
  748. package/src/context-menu/index.metadata.json +0 -1
  749. package/src/index.js +0 -26
  750. package/src/index.js.map +0 -1
  751. package/src/index.metadata.json +0 -1
  752. package/src/menu/index.d.ts +0 -3
  753. package/src/menu/index.js +0 -4
  754. package/src/menu/index.js.map +0 -1
  755. package/src/menu/index.metadata.json +0 -1
  756. package/src/menu/menu-all.module.js +0 -24
  757. package/src/menu/menu-all.module.js.map +0 -1
  758. package/src/menu/menu-all.module.metadata.json +0 -1
  759. package/src/menu/menu.component.js +0 -87
  760. package/src/menu/menu.component.js.map +0 -1
  761. package/src/menu/menu.component.metadata.json +0 -1
  762. package/src/menu/menu.module.js +0 -26
  763. package/src/menu/menu.module.js.map +0 -1
  764. package/src/menu/menu.module.metadata.json +0 -1
  765. package/src/sidebar/index.d.ts +0 -3
  766. package/src/sidebar/index.js +0 -4
  767. package/src/sidebar/index.js.map +0 -1
  768. package/src/sidebar/index.metadata.json +0 -1
  769. package/src/sidebar/sidebar-all.module.js +0 -24
  770. package/src/sidebar/sidebar-all.module.js.map +0 -1
  771. package/src/sidebar/sidebar-all.module.metadata.json +0 -1
  772. package/src/sidebar/sidebar.component.js +0 -79
  773. package/src/sidebar/sidebar.component.js.map +0 -1
  774. package/src/sidebar/sidebar.component.metadata.json +0 -1
  775. package/src/sidebar/sidebar.module.js +0 -26
  776. package/src/sidebar/sidebar.module.js.map +0 -1
  777. package/src/sidebar/sidebar.module.metadata.json +0 -1
  778. package/src/tab/index.d.ts +0 -4
  779. package/src/tab/index.js +0 -5
  780. package/src/tab/index.js.map +0 -1
  781. package/src/tab/index.metadata.json +0 -1
  782. package/src/tab/items.directive.js +0 -94
  783. package/src/tab/items.directive.js.map +0 -1
  784. package/src/tab/items.directive.metadata.json +0 -1
  785. package/src/tab/tab-all.module.js +0 -24
  786. package/src/tab/tab-all.module.js.map +0 -1
  787. package/src/tab/tab-all.module.metadata.json +0 -1
  788. package/src/tab/tab.component.js +0 -83
  789. package/src/tab/tab.component.js.map +0 -1
  790. package/src/tab/tab.component.metadata.json +0 -1
  791. package/src/tab/tab.module.js +0 -31
  792. package/src/tab/tab.module.js.map +0 -1
  793. package/src/tab/tab.module.metadata.json +0 -1
  794. package/src/toolbar/index.d.ts +0 -4
  795. package/src/toolbar/index.js +0 -5
  796. package/src/toolbar/index.js.map +0 -1
  797. package/src/toolbar/index.metadata.json +0 -1
  798. package/src/toolbar/items.directive.js +0 -89
  799. package/src/toolbar/items.directive.js.map +0 -1
  800. package/src/toolbar/items.directive.metadata.json +0 -1
  801. package/src/toolbar/toolbar-all.module.js +0 -24
  802. package/src/toolbar/toolbar-all.module.js.map +0 -1
  803. package/src/toolbar/toolbar-all.module.metadata.json +0 -1
  804. package/src/toolbar/toolbar.component.js +0 -83
  805. package/src/toolbar/toolbar.component.js.map +0 -1
  806. package/src/toolbar/toolbar.component.metadata.json +0 -1
  807. package/src/toolbar/toolbar.module.js +0 -31
  808. package/src/toolbar/toolbar.module.js.map +0 -1
  809. package/src/toolbar/toolbar.module.metadata.json +0 -1
  810. package/src/treeview/index.d.ts +0 -3
  811. package/src/treeview/index.js +0 -4
  812. package/src/treeview/index.js.map +0 -1
  813. package/src/treeview/index.metadata.json +0 -1
  814. package/src/treeview/treeview-all.module.js +0 -24
  815. package/src/treeview/treeview-all.module.js.map +0 -1
  816. package/src/treeview/treeview-all.module.metadata.json +0 -1
  817. package/src/treeview/treeview.component.js +0 -87
  818. package/src/treeview/treeview.component.js.map +0 -1
  819. package/src/treeview/treeview.component.metadata.json +0 -1
  820. package/src/treeview/treeview.module.js +0 -26
  821. package/src/treeview/treeview.module.js.map +0 -1
  822. package/src/treeview/treeview.module.metadata.json +0 -1
  823. package/tab.d.ts +0 -4
  824. package/tab.js +0 -5
  825. package/tab.js.map +0 -1
  826. package/tab.metadata.json +0 -1
  827. package/toolbar.d.ts +0 -4
  828. package/toolbar.js +0 -5
  829. package/toolbar.js.map +0 -1
  830. package/toolbar.metadata.json +0 -1
  831. package/treeview.d.ts +0 -4
  832. package/treeview.js +0 -5
  833. package/treeview.js.map +0 -1
  834. package/treeview.metadata.json +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,1513 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 21.1.37 (2023-03-29)
6
+
7
+ ### TreeView
8
+
9
+ #### Bug fixes
10
+
11
+ - `#I449274` - Resolved the nodeSelected event not working properly issue on iPad.
12
+
13
+ ## 21.1.35 (2023-03-23)
14
+
15
+ ### Tab
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I441253` - An issue with the `aria-disabled` role accessibility has been fixed.
20
+
21
+ ### Toolbar
22
+
23
+ #### Breaking Changes
24
+
25
+ - We improved the Toolbar alignments with a flex design, which may cause slight changes to the alignment of Toolbar items.
26
+
27
+ ## 20.4.53 (2023-03-07)
28
+
29
+ ### Sidebar
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#F180770` - While dynamically setting value for showBackdrop property results in creating duplicate DOM elements in Sidebar is resolved.
34
+
35
+ ### ContextMenu
36
+
37
+ #### Bug Fixes
38
+
39
+ - `#I439558` - The issue with "When removing all context menu items that contain icons using removeItems method, it thrown null reference error" has been resolved.
40
+
41
+ ### Breadcrumb
42
+
43
+ #### Bug Fixes
44
+
45
+ - `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
46
+
47
+ ### TreeView
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I436646`, `#I435360` - Resolved issue, while drag and drop other elements over TreeView component, then "not-allowed" cursor appears.
52
+
53
+ ### Tab
54
+
55
+ #### Bug Fixes
56
+
57
+ - `#I430159` - An issue with `ngOnDestroy` not being called when tab is closed has been resolved.
58
+
59
+ ## 20.4.52 (2023-02-28)
60
+
61
+ ## 20.4.51 (2023-02-21)
62
+
63
+ ### TreeView
64
+
65
+ #### Bug Fixes
66
+
67
+ - `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
68
+ - `#I428002` - The accessibility related issues in the TreeView has been resolved.
69
+
70
+ ## 20.4.49 (2023-02-07)
71
+
72
+ ### Accordion
73
+
74
+ #### Bug Fixes
75
+
76
+ - `#I430833` - An issue with accordion active item styles override the grid pager has been fixed.
77
+
78
+ ### Menu
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I425152` - The issue with "Menu item not render properly when we use ItemTemplate with custom menu items" has been resolved.
83
+
84
+ ### Carousel
85
+
86
+ #### Bug Fixes
87
+
88
+ - `#I433179` - The issue with "changing the slides in carousel production environment" has been resolved.
89
+
90
+ ## 20.4.48 (2023-02-01)
91
+
92
+ ### Tab
93
+
94
+ #### Bug Fixes
95
+
96
+ - `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
97
+
98
+ ### Sidebar
99
+
100
+ #### Bug Fixes
101
+
102
+ - `#F179759` - Console error while using the showBackdrop property in the Sidebar component has been resolved.
103
+
104
+ ### TreeView
105
+
106
+ #### Bug Fixes
107
+
108
+ - `#I428488` - Included the "action" and "nodeData" values in the dataSourceChanged event.
109
+ - `#I428766` - Alignment issue in TreeView node without a sub-child has been resolved.
110
+
111
+ ## 20.4.44 (2023-01-18)
112
+
113
+ ### ContextMenu
114
+
115
+ #### Bug Fixes
116
+
117
+ - `#I425173` - The issue with "Context menu Submenus not opening properly with multiple levels " has been resolved.
118
+
119
+ ## 20.4.43 (2023-01-10)
120
+
121
+ ### ContextMenu
122
+
123
+ #### Bug Fixes
124
+
125
+ - `#I424794` - The issue with "Script error thrown in context menu when navigate using the keyboard" has been resolved.
126
+
127
+ ### TreeView
128
+
129
+ #### Bug Fixes
130
+
131
+ - `#I422672` - The expand icon not working properly in mobile mode issue has been fixed.
132
+
133
+ ## 20.4.42 (2023-01-04)
134
+
135
+ ### TreeView
136
+
137
+ #### Bug Fixes
138
+
139
+ - `#I424859` - The issue with the "TreeView isInteracted property returning false value with the NodeExpanded and NodeCollapsed event" has been fixed.
140
+
141
+ ## 20.4.40 (2022-12-28)
142
+
143
+ ### ContextMenu
144
+
145
+ #### Bug Fixes
146
+
147
+ - `#I425402` - Accessibility issue in context menu has been fixed.
148
+
149
+ ## 20.4.38 (2022-12-21)
150
+
151
+ ### Toolbar
152
+
153
+ #### New Features
154
+
155
+ - `#I348957` - Provided option to specify `tabindex` attribute to control the tab key order of the toolbar elements.
156
+
157
+ ### Tab
158
+
159
+ #### New Features
160
+
161
+ - `#I348957` - Provided option to specify `tabindex` attribute to control the tab key order of tab header elements.
162
+
163
+ #### Bug Fixes
164
+
165
+ - `#I422226` - An issue with while using underscore on tab id wrong content shown has been resolved.
166
+ - `#F179266` - Tab height does not change dynamically when `heightAdjustMode` has set as `Fill` mode has been resolved.
167
+
168
+ ### TreeView
169
+
170
+ #### Bug Fixes
171
+
172
+ - `#I415237` - The TreeView performance issue in Vue3 framework has been resolved.
173
+
174
+ ## 20.3.58 (2022-11-22)
175
+
176
+ ### Carousel
177
+
178
+ #### Bug Fixes
179
+
180
+ - `#I419341` - The Blank carousel item displayed on `autoplay` when a single item alone is rendered has been resolved.
181
+
182
+ ### TreeView
183
+
184
+ #### Bug Fixes
185
+
186
+ - `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
187
+
188
+ ## 20.3.57 (2022-11-15)
189
+
190
+ - `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
191
+
192
+ ## 20.3.50 (2022-10-18)
193
+
194
+ ### ContextMenu
195
+
196
+ #### Bug Fixes
197
+
198
+ - `#I413061` - The issue with "Keyboard navigation not working properly when we open context menu using open method" has been resolved.
199
+
200
+ ## 20.3.49 (2022-10-11)
201
+
202
+ ### Accordion
203
+
204
+ #### Bug Fixes
205
+
206
+ - `SF-397894` - An issue with incorrect aria attributes in accordion has been fixed.
207
+
208
+ ## 20.3.47 (2022-10-11)
209
+
210
+ ### Sidebar
211
+
212
+ #### Bug Fixes
213
+
214
+ - `#I397894` - The issue with "using tab index as `0`​ on the container of Sidebar component" has been resolved.
215
+
216
+ ### ContextMenu
217
+
218
+ #### Bug Fixes
219
+
220
+ - `#I408315` - Script error thrown in `insertBefore` method While items not available in menu items has been fixed.
221
+
222
+ ## 20.3.48 (2022-10-05)
223
+
224
+ ### TreeView
225
+
226
+ #### Bug Fixes
227
+
228
+ - `#I318072` - The issue with "Checkbox is not added to dropped node, when drop target TreeView has enabled with checkboxes in the TreeView component" has been resolved.
229
+
230
+ ### Accordion
231
+
232
+ #### Bug Fixes
233
+
234
+ - `#F177760` - An issue with adding/removing multiple CSS classes to tab items `cssClass` property has been fixed.
235
+
236
+ ## 20.3.47 (2022-09-29)
237
+
238
+ ### AppBar
239
+
240
+ The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
241
+
242
+
243
+ - **Modes** - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
244
+ - **Content arrangement** - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
245
+ - **Color** - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
246
+ - **Position** - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
247
+
248
+ ### Carousel
249
+
250
+ #### New Features
251
+
252
+ - Provided partial visible functionality to carousel which enables the active slide with partial previous/next slide.
253
+
254
+ ### Tab
255
+
256
+ #### New Features
257
+
258
+ - `#I237390` - Provided support to disable the animation while switching the tab item.
259
+
260
+ ## 20.2.49 (2022-09-13)
261
+
262
+ ### ContextMenu
263
+
264
+ #### Bug Fixes
265
+
266
+ - `#I400719` - Script error thrown when we provided remove item is not available in the menu items has been fixed.
267
+
268
+ ## 20.2.48 (2022-09-06)
269
+
270
+ ### Menu
271
+
272
+ #### Bug Fixes
273
+
274
+ - `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved.
275
+
276
+ ## 20.2.46 (2022-08-30)
277
+
278
+ ### Menu
279
+
280
+ #### Bug Fixes
281
+
282
+ - `#I387276` - The issue with "Enable Scrolling not working properly when we dynamically set scroll to menu bar" has been resolved.
283
+
284
+ ## 20.2.44 (2022-08-16)
285
+
286
+ ### TreeView
287
+
288
+ #### Bug Fixes
289
+
290
+ - `#F176651` - The issue with "Checkbox state is not maintained properly for multilevel nodes in the TreeView component" has been resolved.
291
+
292
+ ## 20.2.39 (2022-07-19)
293
+
294
+ ### Tab
295
+
296
+ #### Bug fixes
297
+
298
+ - `#I388161` - An issue with "Removing the selected tab item" has been fixed.
299
+ - `#I390262` - An issue with "Tab item dropped in wrong position" has been fixed.
300
+
301
+ ## 20.2.36 (2022-06-30)
302
+
303
+ ### Carousel
304
+
305
+ #### New Features
306
+
307
+ - Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
308
+
309
+ #### Breaking Changes
310
+
311
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
312
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
313
+
314
+ **Previous**
315
+
316
+
317
+ ```typescript
318
+
319
+ const carouselObj: Carousel = new Carousel({
320
+ animation: { customEffect: "parallax" }
321
+ });
322
+
323
+ ```
324
+
325
+ **Now**
326
+
327
+
328
+ ```typescript
329
+
330
+ const carouselObj: Carousel = new Carousel({
331
+ cssClass: 'parallax',
332
+ animationEffect: 'custom'
333
+ });
334
+
335
+ ```
336
+
337
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
338
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
339
+
340
+ **Previous**
341
+
342
+
343
+ ```typescript
344
+
345
+ @Component({
346
+ template: `<ejs-carousel [animation]="carouselAnimation"></ejs-carousel>`
347
+ })
348
+
349
+ export class AppComponent {
350
+ public carouselAnimation: CarouselAnimationSettingsModel = {
351
+ customEffect: "parallax",
352
+ };
353
+ }
354
+
355
+ ```
356
+
357
+ **Now**
358
+
359
+
360
+ ```typescript
361
+
362
+ @Component({
363
+ template: `<ejs-carousel [animationEffect]="custom" [cssClass]="parallax"></ejs-carousel>`
364
+ })
365
+
366
+ ```
367
+
368
+ ### TreeView
369
+
370
+ #### Bug Fixes
371
+
372
+ - `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
373
+
374
+ ## 20.1.61 (2022-06-21)
375
+
376
+ ### Tab
377
+
378
+ #### Bug Fixes
379
+
380
+ - `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
381
+
382
+ ## 20.1.60 (2022-06-14)
383
+
384
+ ### Sidebar
385
+
386
+ #### Bug Fixes
387
+
388
+ - `#F175215` - The issue with "Sidebar showBackdrop property is not working properly while setting the target property" has been resolved.
389
+
390
+ ## 20.1.58 (2022-05-31)
391
+
392
+ ### Tab
393
+
394
+ #### Bug Fixes
395
+
396
+ - `#I377292` - Accessibility issues in tab has been fixed.
397
+
398
+ ## 20.1.56 (2022-05-17)
399
+
400
+ ### Menu
401
+
402
+ #### Bug Fixes
403
+
404
+ - `#I373045` - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.
405
+
406
+ ### TreeView
407
+
408
+ #### Bug Fixes
409
+
410
+ - `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
411
+
412
+ ### Tab
413
+
414
+ #### Bug Fixes
415
+
416
+ - `#F174831` - An issue with drag not works when adding multiple tab items has been fixed.
417
+
418
+ ## 20.1.51 (2022-04-26)
419
+
420
+ ### TreeView
421
+
422
+ #### Bug Fixes
423
+
424
+ - `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
425
+
426
+ ### Tab
427
+
428
+ #### Bug Fixes
429
+
430
+ - `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
431
+
432
+ ## 20.1.48 (2022-04-12)
433
+
434
+ ### Menu
435
+
436
+ #### Bug Fixes
437
+
438
+ - `#I371293` - Resolved the "Context menu not closed properly when the two separate context menu binded in the DOM" in menu component.
439
+ - `#I369007` - An issue with "Script error throws when we remove items with hamburger mode in mobile view" has been resolved.
440
+
441
+ ### Toolbar
442
+
443
+ #### Bug Fixes
444
+
445
+ - `#I372768` - An issue with the toolbar scrollable buttons accessibility issue has been fixed.
446
+
447
+ ## 20.1.47 (2022-04-04)
448
+
449
+ ### Carousel
450
+
451
+ 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.
452
+
453
+
454
+ - **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
455
+ - **Animation** - Supports animation effects for moving previous/next item of Carousel.
456
+ - **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
457
+ - **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
458
+ - **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
459
+
460
+ ### Tab
461
+
462
+ #### Bug Fixes
463
+
464
+ - `SF-369202, #F173364` - An issue with another tab item content is rendered in newly added tab item content has been fixed.
465
+
466
+ ## 19.4.55 (2022-03-08)
467
+
468
+ ### Menu
469
+
470
+ #### Bug Fixes
471
+
472
+ - `#I368643` - Resolved theme related issue in menu component.
473
+
474
+ ### Tab
475
+
476
+ #### Bug Fixes
477
+
478
+ - `SF-369303` - An issue with hiding tab item dynamically with `visible` property not working has been fixed.
479
+
480
+ ## 19.4.53 (2022-02-22)
481
+
482
+ ### Sidebar
483
+
484
+ #### Bug Fixes
485
+
486
+ - `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
487
+
488
+ ## 19.4.52 (2022-02-15)
489
+
490
+ ### Toolbar
491
+
492
+ #### Bug Fixes
493
+
494
+ - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
495
+
496
+ ## 19.4.50 (2022-02-08)
497
+
498
+ ### Menu
499
+
500
+ #### Bug Fixes
501
+
502
+ - Issue with `setItem` method has been fixed.
503
+
504
+ ## 19.4.47 (2022-01-25)
505
+
506
+ ### Breadcrumb
507
+
508
+ #### Bug Fixes
509
+
510
+ - Issue with CSS validation has been fixed.
511
+
512
+ ### Tab
513
+
514
+ #### Bug Fixes
515
+
516
+ - `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
517
+
518
+ ## 19.4.41 (2022-01-04)
519
+
520
+ ### Menu
521
+
522
+ #### Bug Fixes
523
+
524
+ - Sub menu position alignment issue in menu has been resolved.
525
+
526
+ ### Tab
527
+
528
+ #### Bug Fixes
529
+
530
+ - `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
531
+
532
+ ## 19.4.40 (2021-12-28)
533
+
534
+ ### Context Menu
535
+
536
+ #### Bug Fixes
537
+
538
+ - `#I346314` - Issue with `stopPropagation` not works for context menu has been resolved.
539
+
540
+ ## 19.4.38 (2021-12-17)
541
+
542
+ ### Tab
543
+
544
+ #### New Features
545
+
546
+ - `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
547
+ - `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
548
+
549
+ ### TreeView
550
+
551
+ #### New Features
552
+
553
+ - `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
554
+
555
+ ### Breadcrumb
556
+
557
+ #### New Features
558
+
559
+ - Provided new types of overflow mode and as follows:
560
+
561
+ 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.
562
+ 2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
563
+ 3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
564
+ 4. **None**: Shows all the items on a single line.
565
+
566
+
567
+ 5. Provided `cancel` support in `beforeItemRender` event.
568
+
569
+ #### Breaking Changes
570
+
571
+ - Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
572
+ - Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
573
+
574
+ ## 19.3.57 (2021-12-07)
575
+
576
+ ### Sidebar
577
+
578
+ #### Bug Fixes
579
+
580
+ - `#I347551` - The issue with "The sidebar main content margin value changes when using Sidebar type as Over and dock support" has been fixed.
581
+
582
+ ## 19.3.56 (2021-12-02)
583
+
584
+ ### TreeView
585
+
586
+ #### Bug Fixes
587
+
588
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
589
+
590
+ ## 19.3.54 (2021-11-17)
591
+
592
+ ### Tab
593
+
594
+ #### Bug Fixes
595
+
596
+ - `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
597
+ - `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
598
+
599
+ ## 19.3.46 (2021-10-19)
600
+
601
+ ### Tab
602
+
603
+ #### Bug Fixes
604
+
605
+ - `#I344626` - An issue with the tab header and content items are not updated on state change has been fixed.
606
+
607
+ ## 19.3.45 (2021-10-12)
608
+
609
+ ### Breadcrumb
610
+
611
+ #### Bug Fixes
612
+
613
+ - Disabled item get tab focus when item's URL is specified issue has been resolved.
614
+
615
+ ## 19.3.43 (2021-09-30)
616
+
617
+ ### Tab
618
+
619
+ #### Bug Fixes
620
+
621
+ - `#I341589` - An issue with the tab content not updated properly on the initial load has been fixed.
622
+
623
+ ### Breadcrumb
624
+
625
+ 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.
626
+
627
+
628
+ - **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
629
+ - **Icons** - Icons can be specified in Breadcrumb items.
630
+ - **Template** - Supports template for item and separator.
631
+ - **Bind To Location** - Supports items to be rendered based on the URL or current location.
632
+ - **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.
633
+
634
+ ### Sidebar
635
+
636
+ #### Bug Fixes
637
+
638
+ - The issue with "The Sidebar background color is not correct in high-contrast theme" has been resolved.
639
+
640
+ ## 19.2.62 (2021-09-14)
641
+
642
+ ### Sidebar
643
+
644
+ #### Bug Fixes
645
+
646
+ - `#I341648` - The issue with "The resize event is not unwired after destroying the Sidebar component" has been resolved.
647
+
648
+ ## 19.2.59 (2021-08-31)
649
+
650
+ ### Tab
651
+
652
+ #### Bug Fixes
653
+
654
+ - `#I339402` - An issue with the tab `visible` property is not working on the initial load has been fixed.
655
+
656
+ ## 19.2.56 (2021-08-17)
657
+
658
+ ### Sidebar
659
+
660
+ #### Bug Fixes
661
+
662
+ - `#FB27112` - The issue with "The Sidebar flickering at initial loading" has been resolved.
663
+
664
+ ### Tab
665
+
666
+ #### Bug Fixes
667
+
668
+ - `#F167809` - Tab content item class white space issue is fixed.
669
+
670
+ ## 19.2.55 (2021-08-11)
671
+
672
+ ### TreeView
673
+
674
+ #### Bug Fixes
675
+
676
+ - `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
677
+
678
+ ### Tab
679
+
680
+ #### Bug Fixes
681
+
682
+ - `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
683
+
684
+ ## 19.2.51 (2021-08-03)
685
+
686
+ ### Tab
687
+
688
+ #### Bug Fixes
689
+
690
+ - `#F167176` - An issue with Tab item drag has been fixed.
691
+
692
+ ## 19.2.48 (2021-07-20)
693
+
694
+ ### Toolbar
695
+
696
+ #### Bug Fixes
697
+
698
+ - `#I335318` - An issue with Toolbar arrow icons when enabled RTL mode has been fixed.
699
+
700
+ ### Tab
701
+
702
+ #### Bug Fixes
703
+
704
+ - `#I333305` - An issue with script error thrown when rendering other components inside tab at initial load has been fixed.
705
+
706
+ ## 19.2.46 (2021-07-06)
707
+
708
+ ### Context Menu
709
+
710
+ #### Bug Fixes
711
+
712
+ - Role Attribute issue in context menu has been fixed.
713
+
714
+ ### Menu
715
+
716
+ - `#I330684` - Submenu not aligned properly while using templates issue has been fixed.
717
+
718
+ ### Tab
719
+
720
+ #### Bug Fixes
721
+
722
+ - `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
723
+
724
+ ## 19.1.69 (2021-06-15)
725
+
726
+ ### Tab
727
+
728
+ #### Bug Fixes
729
+
730
+ - `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
731
+
732
+ ## 19.1.67 (2021-06-08)
733
+
734
+ ### Toolbar
735
+
736
+ #### Bug Fixes
737
+
738
+ - `#F165830` - An issue with Toolbar template when state of component changed in functional based components has been fixed.
739
+
740
+ ## 19.1.66 (2021-06-01)
741
+
742
+ ### Menu
743
+
744
+ #### Bug Fixes
745
+
746
+ - `#I326704` - Provided an option to close the menu.
747
+ - `#I316367` - The issue with Menu Scroll bar using template in angular has been resolved.
748
+ - `#I328143` - The issue with Hamburger mode when changing items dynamically has been resolved.
749
+
750
+ ### TreeView
751
+
752
+ #### Bug Fixes
753
+
754
+ - `#I328435` - Added the `!default` flag to the dark theme definition files.
755
+ - `#I326667` - The issue with "The getNode method returns invalid hasChildren attribute value while disabling the loadOnDemand support" has been resolved.
756
+ - `#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.
757
+
758
+ ## 19.1.63 (2021-05-13)
759
+
760
+ ### Accordion
761
+
762
+ #### Bug Fixes
763
+
764
+ - `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
765
+
766
+ ### TreeView
767
+
768
+ #### Bug Fixes
769
+
770
+ - `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
771
+
772
+ ### Menu
773
+
774
+ #### New Features
775
+
776
+ - `#315809` - Delay support on hovering the menu.
777
+
778
+ ## 19.1.59 (2021-05-04)
779
+
780
+ ### Menu
781
+
782
+ #### Bug Fixes
783
+
784
+ - The issue with "Script error occurs while calling the refresh method in angular" has been resolved.
785
+
786
+ ## 19.1.58 (2021-04-27)
787
+
788
+ ### TreeView
789
+
790
+ #### Bug Fixes
791
+
792
+ - `#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.
793
+ - `#F158127` - The issue with "The TreeView `getAllCheckedNodes` method returns invalid data while setting invalid IDs to the `CheckedNodes` property" has been resolved.
794
+
795
+ ## 19.1.57 (2021-04-20)
796
+
797
+ ### Menu
798
+
799
+ #### Bug Fixes
800
+
801
+ - `#I316367` - Menu Scroll bar not working when window resized issue fixed.
802
+
803
+ ## 19.1.54 (2021-03-30)
804
+
805
+ ### Accordion
806
+
807
+ #### Breaking Changes
808
+
809
+ - The following properties type was changed.
810
+
811
+ | Property | Previous Type | Current Type |
812
+ |---|---|---|
813
+ | Disabled | `anonymous` | `boolean` |
814
+ | Expanded | `anonymous` | `boolean` |
815
+ | Visible | `anonymous` | `boolean` |
816
+
817
+ ## 18.4.47 (2021-03-09)
818
+
819
+ ### TreeView
820
+
821
+ #### Bug Fixes
822
+
823
+ - `#310875` - The issue with "The `isChecked` attribute is not working when using the `sortOrder` property in TreeView" has been resolved.
824
+ - `#282214` - Now the `isChecked` attribute value is updated properly in the `NodeChecked` event arguments in the TreeView component.
825
+
826
+ ## 18.4.44 (2021-02-23)
827
+
828
+ ### Tab
829
+
830
+ #### Bug Fixes
831
+
832
+ - `#311688` - An issue with getting console error in tab navigation has been fixed.
833
+
834
+ ## 18.4.42 (2021-02-09)
835
+
836
+ ### Sidebar
837
+
838
+ #### Bug Fixes
839
+
840
+ - `#309065` - The issue with "The Sidebar destroy method throws error when continuously called two times" has been resolved.
841
+
842
+ ### Tab
843
+
844
+ #### Bug Fixes
845
+
846
+ - `#299892` - An issue with the Tab destroy method throws error has been resolved.
847
+
848
+ ## 18.4.41 (2021-02-02)
849
+
850
+ ### Menu
851
+
852
+ #### Bug Fixes
853
+
854
+ - `291781` - The issue with caret icon alignment is fixed.
855
+
856
+ ## 18.4.39 (2021-01-28)
857
+
858
+ ### Toolbar
859
+
860
+ #### Bug Fixes
861
+
862
+ - `#303821` - An issue with toolbar content is not aligned properly in IOS devices has been fixed.
863
+
864
+ ### TreeView
865
+
866
+ #### Bug Fixes
867
+
868
+ - `#302025` - The issue with "The TreeView template node content disappears while calling the `refreshNode` method" has been resolved.
869
+ - `#300093` - Now, the TreeView template node custom events will be triggered after using the `refreshNode` method.
870
+
871
+ ## 18.4.35 (2021-01-19)
872
+
873
+ ### TreeView
874
+
875
+ #### Bug Fixes
876
+
877
+ - `#307712` - The issue in getting the invalid `isChecked` attribute value in the `getTreeData` method for the dynamically added nodes has been resolved.
878
+
879
+ ## 18.4.34 (2021-01-12)
880
+
881
+ ### Accordion
882
+
883
+ #### Bug Fixes
884
+
885
+ - `#309133` - Accordion item is automatically closed when the `onChange` is raised in input element has been fixed.
886
+
887
+ ### Tab
888
+
889
+ #### Bug Fixes
890
+
891
+ - `#301347` - An issue with `refreshActiveTab` public method has been fixed.
892
+
893
+ ## 18.4.33 (2021-01-05)
894
+
895
+ ### Context Menu
896
+
897
+ #### Bug Fixes
898
+
899
+ - `F160329` - The issue with template item focus in ContextMenu is fixed.
900
+
901
+ ### TreeView
902
+
903
+ #### Bug Fixes
904
+
905
+ - `#307778` - Now, the Expanded attribute value will be updated properly in the `nodeCollapsed` event.
906
+
907
+ ### Tab
908
+
909
+ #### Bug Fixes
910
+
911
+ - `#306302` - The original event parameter is exposed in tab selecting event.
912
+ - `#306228` - An issue with closing the tab item clear the content of all the tab items has been fixed.
913
+ - `F159991` - An issue with Contents of the tab content are displayed incorrectly has been fixed.
914
+
915
+ ## 18.4.31 (2020-12-22)
916
+
917
+ ### Menu
918
+
919
+ #### Bug Fixes
920
+
921
+ - An issue with menu closing has been fixed.
922
+
923
+ ## 18.3.50 (2020-11-17)
924
+
925
+ ### Tab
926
+
927
+ #### New Features
928
+
929
+ - `#298781, #159033, #301025, #299403, #301347` - Provided `refreshActiveTab` public method to refresh the active tab item.
930
+
931
+ ## 18.3.47 (2020-11-05)
932
+
933
+ ### TreeView
934
+
935
+ #### New Features
936
+
937
+ - `#295977` - Provided an option to identify the dragged node's dropping position which is relative to the dropped node.
938
+ - `#F158142` - Now, the TreeView template node interaction is enabled.
939
+
940
+ ## 18.3.42 (2020-10-20)
941
+
942
+ ### TreeView
943
+
944
+ #### Bug Fixes
945
+
946
+ - `#286629` - The issue with "when quickly clicking on the different nodes then it is interpreted as double click" has been resolved.
947
+
948
+ ## 18.3.40 (2020-10-13)
949
+
950
+ ### Tab
951
+
952
+ #### Bug Fixes
953
+
954
+ - `#I292579` - An issue with when we set the `heightAujustMode` as Fill it makes container height too high has been resolved.
955
+
956
+ ## 18.3.35 (2020-10-01)
957
+
958
+ ### TreeView
959
+
960
+ #### Bug Fixes
961
+
962
+ - Standardized the spacing between two TreeView nodes in the Bootstrap4 theme.
963
+
964
+ ## 18.2.54 (2020-08-18)
965
+
966
+ ### TreeView
967
+
968
+ #### Bug Fixes
969
+
970
+ - `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
971
+
972
+ ## 18.2.47 (2020-07-28)
973
+
974
+ ### Tab
975
+
976
+ #### Bug Fixes
977
+
978
+ - `#279134` - An issue with cross side scripting validation has been fixed.
979
+
980
+ ## 18.2.44 (2020-07-07)
981
+
982
+ ### Menu
983
+
984
+ #### Bug Fixes
985
+
986
+ - An issue with menu selection has been fixed.
987
+ - An issue with hamburger mode has been fixed.
988
+
989
+ ### Context Menu
990
+
991
+ #### Bug Fixes
992
+
993
+ - An issue with sub menu after preventing first sub menu has been fixed.
994
+
995
+ ### Accordion
996
+
997
+ #### Bug Fixes
998
+
999
+ - `#275090` - An issue with Ripple effect when destroy and rendered nested accordions has been fixed.
1000
+ - `#273054` - An issue with cross side scripting validation has been fixed.
1001
+ - `#275509` - An issue with `addItem` public method when passing multiple items has been fixed.
1002
+
1003
+ ### Tab
1004
+
1005
+ #### Bug Fixes
1006
+
1007
+ - `#273054` - An issue with cross side scripting validation has been fixed.
1008
+
1009
+ ### Toolbar
1010
+
1011
+ #### Bug Fixes
1012
+
1013
+ - `#275422` - An issue with toolbar scrolling is not working properly after perform window resize has been fixed.
1014
+
1015
+ ### TreeView
1016
+
1017
+ #### Bug Fixes
1018
+
1019
+ - `#276986` - Now, the previous state will be restored in the TreeView when the CRUD operation is failed at the server side.
1020
+
1021
+ ### Sidebar
1022
+
1023
+ #### Bug Fixes
1024
+
1025
+ - `#272991` - The issue with "Unable to use the same target for more than one Sidebar component" has been resolved.
1026
+
1027
+ ## 18.1.54 (2020-05-26)
1028
+
1029
+ ### Menu
1030
+
1031
+ #### Bug Fixes
1032
+
1033
+ - Provided 'getItemIndex' public method to get the index of the menu item.
1034
+
1035
+ ### TreeView
1036
+
1037
+ #### Bug Fixes
1038
+
1039
+ - `#269540` -The issue with `The getAllCheckedNodes method which is not returning the proper checkedNodes values in the TreeView component` has been fixed.
1040
+
1041
+ #### New Features
1042
+
1043
+ - `#274084` - Provided an option to set the drag area in TreeView component.
1044
+
1045
+ ## 18.1.45 (2020-04-21)
1046
+
1047
+ ### Menu
1048
+
1049
+ #### Bug Fixes
1050
+
1051
+ - Menu selection issue has been resolved.
1052
+
1053
+ ## 18.1.43 (2020-04-07)
1054
+
1055
+ ### ContextMenu
1056
+
1057
+ #### Bug Fixes
1058
+
1059
+ - `F152308` - Context menu popup position misaligned while using `beforeOpen` event has been resolved.
1060
+
1061
+ ### Menu
1062
+
1063
+ #### Bug Fixes
1064
+
1065
+ - Menu not working properly when collapsing the sub menu in hamburger mode has been resolved.
1066
+
1067
+ ## 18.1.36-beta (2020-03-19)
1068
+
1069
+ ### TreeView
1070
+
1071
+ #### New Features
1072
+
1073
+ - `#253508` - Now, the `actionFailure` event triggers when failure occurs while performing the CRUD operations in TreeView remote data.
1074
+ - `#227878` - Provided an option to disable the TreeView component.
1075
+ - `#255907, #F146305` - Provided an option to enable the entire TreeView node as navigable.
1076
+
1077
+ #### Breaking Changes
1078
+
1079
+ - 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.
1080
+ - `#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.
1081
+
1082
+ ### Tab
1083
+
1084
+ #### Bug Fixes
1085
+
1086
+ - `#266275` - An issue with tab navigation is not working after removed the first tab has been fixed.
1087
+
1088
+ ### Accordion
1089
+
1090
+ #### Bug Fixes
1091
+
1092
+ - `#263853` - An issue with height is not properly set to the accordion item when perform expand or collapse has been fixed.
1093
+
1094
+ - `#259370, #259573, #253809` - An issue with `datasource` not get changed while using ng-for in template property has been fixed.
1095
+ - `#257298` - An issue with the Accordion items was resolved when we dynamically change the ng-if in the template property.
1096
+
1097
+ ## 17.4.50 (2020-02-18)
1098
+
1099
+ ### TreeView
1100
+
1101
+ #### Breaking Changes
1102
+
1103
+ - `#263334` - Standardized the right-click interaction in TreeView component. Now, the TreeView node will not be selected when you right-click it.
1104
+
1105
+ ## 17.4.49 (2020-02-11)
1106
+
1107
+ ### TreeView
1108
+
1109
+ #### Bug Fixes
1110
+
1111
+ - `#262276` - Resolved the performance issue occurred when check or uncheck the parent node in TreeView component.
1112
+
1113
+ ### Menu
1114
+
1115
+ #### Bug Fixes
1116
+
1117
+ - An issue when setting id as number in menu Item is fixed.
1118
+
1119
+ ## 17.4.46 (2020-01-30)
1120
+
1121
+ ### Tab
1122
+
1123
+ #### Bug Fixes
1124
+
1125
+ - `#260479` - An issue with selected event is triggered unnecessarily after the refresh tab has been fixed.
1126
+
1127
+ ## 17.4.44 (2021-01-21)
1128
+
1129
+ ### Menu
1130
+
1131
+ #### Bug Fixes
1132
+
1133
+ - Issue with closing sub menu is fixed.
1134
+
1135
+ ## 17.4.43 (2020-01-14)
1136
+
1137
+ ### TreeView
1138
+
1139
+ #### Bug Fixes
1140
+
1141
+ - `#258993` - Now, expand and collapse is working properly after enabling the ripple effect.
1142
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
1143
+
1144
+ ## 17.4.39 (2019-12-17)
1145
+
1146
+ ### TreeView
1147
+
1148
+ #### New Features
1149
+
1150
+ - `#249238` - Provided the support for refreshing a specific node in tree view.
1151
+ - `#253508` - Now, the `actionFailure` event triggers while fetching data from the invalid path.
1152
+ - `#247333` - Support has been provided to get the disabled nodes in the tree view.
1153
+
1154
+ ### Tab
1155
+
1156
+ #### Breaking Changes
1157
+
1158
+ - An issue with duplicate Tab item id while rendering more than one Tab in same page has been fixed.
1159
+
1160
+ #### Bug Fixes
1161
+
1162
+ - An issue with bootstrap CSS file generation has been fixed.
1163
+
1164
+ ### Accordion
1165
+
1166
+ #### Bug Fixes
1167
+
1168
+ - An issue with bootstrap CSS file generation has been fixed.
1169
+
1170
+ ### Toolbar
1171
+
1172
+ #### Bug Fixes
1173
+
1174
+ - `#248406` - An issue with destroying sub control rendered inside toolbar is fixed.
1175
+
1176
+ ## 17.3.27 (2019-11-12)
1177
+
1178
+ ### Tab
1179
+
1180
+ #### Bug Fixes
1181
+
1182
+ - `#253216` - An issue with destroying Tab component in IE11 has been fixed.
1183
+
1184
+ ### TreeView
1185
+
1186
+ #### Bug Fixes
1187
+
1188
+ - #242926 - Now the drop indicator has been shown correctly while hovering the expand and collapse icon.
1189
+
1190
+ ## 17.3.17 (2019-10-15)
1191
+
1192
+ ### Tab
1193
+
1194
+ #### Bug Fixes
1195
+
1196
+ - `#250013` - An issue with nested tab rendering while `headerPlacement` is set as `Bottom` has been fixed.
1197
+
1198
+ ## 17.3.16 (2019-10-09)
1199
+
1200
+ ### Toolbar
1201
+
1202
+ #### Bug Fixes
1203
+
1204
+ - `#246126` - An issue with toolbar is not working properly in overflow as popup mode when we used input elements in it has been fixed.
1205
+
1206
+ ## 17.3.14 (2019-10-03)
1207
+
1208
+ ### Accordion
1209
+
1210
+ #### Bug Fixes
1211
+
1212
+ - #245474 - Improper rendering of other components inside the accordion content issue has been fixed.
1213
+ - Material dark theme issue has been resolved.
1214
+ - Accessing multiple cssClass property issue with accordion has been fixed.
1215
+
1216
+ ### Tab
1217
+
1218
+ #### New Features
1219
+
1220
+ - Provided scroll step customization support for tab header.
1221
+
1222
+ ### TreeView
1223
+
1224
+ #### Bug Fixes
1225
+
1226
+ - #246937 - The unchecking checkbox performance issue has been resolved.
1227
+
1228
+ ## 17.3.9-beta (2019-09-20)
1229
+
1230
+ ### Tab
1231
+
1232
+ #### New Features
1233
+
1234
+ - Provided template support for tab header.
1235
+
1236
+ ### Accordion
1237
+
1238
+ #### New Features
1239
+
1240
+ - Provided item template support for accorion.
1241
+
1242
+ ### TreeView
1243
+
1244
+ #### Bug Fixes
1245
+
1246
+ - #242926 - Now the drop indicator has been shown correctly while enabling the checkbox.
1247
+
1248
+ ## 17.2.49 (2019-09-04)
1249
+
1250
+ ### Menu
1251
+
1252
+ #### Bug Fixes
1253
+
1254
+ - Issue with modifying item in 'beforeOpen' event creates extra Item in Context Menu is fixed.
1255
+
1256
+ ## 17.2.48-beta (2019-08-28)
1257
+
1258
+ ### Toolbar
1259
+
1260
+ #### New Features
1261
+
1262
+ - `enableItems` public method will now support number type.
1263
+
1264
+ ### Accordion
1265
+
1266
+ #### Breaking Changes
1267
+
1268
+ - The `expanded` event type changed from `ExpandEventArgs` to `ExpandedEventArgs`.
1269
+
1270
+ ## 17.2.41 (2019-08-14)
1271
+
1272
+ ### TreeView
1273
+
1274
+ #### Bug Fixes
1275
+
1276
+ - Issue with custom icon size changed while double clicking the tree node has been fixed.
1277
+
1278
+ ## 17.2.40 (2019-08-06)
1279
+
1280
+ ### TreeView
1281
+
1282
+ #### Bug Fixes
1283
+
1284
+ - #242925 - Issue with checked and unchecked the checkbox using keyboard interaction even disable the checkbox has been fixed.
1285
+
1286
+ ## 17.2.39 (2019-07-30)
1287
+
1288
+ ### TreeView
1289
+
1290
+ #### Bug Fixes
1291
+
1292
+ - #242589 - Issue with getting checked nodes value using `checkedNodes` property has been fixed.
1293
+
1294
+ ## 17.2.34 (2019-07-11)
1295
+
1296
+ ### Accordion
1297
+
1298
+ #### Bug Fixes
1299
+
1300
+ - #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed
1301
+
1302
+ ## 17.2.28-beta (2019-06-27)
1303
+
1304
+ ### Menu
1305
+
1306
+ #### Bug Fixes
1307
+
1308
+ - #237136 - Issue with Parent Menu click in mobile mode.
1309
+ - #236458 - Issue with Menu Item hovering while a page contains multiple menus.
1310
+
1311
+ ### Sidebar
1312
+
1313
+ #### Breaking Changes
1314
+
1315
+ - Change event will trigger only after the expand or collapse transition of the Sidebar.
1316
+
1317
+ ## 17.1.49 (2019-05-29)
1318
+
1319
+ ### TreeView
1320
+
1321
+ #### Bug Fixes
1322
+
1323
+ - #234147 - Issue with getting checked nodes value using `getAllCheckedNodes` method has been fixed.
1324
+
1325
+ ## 17.1.48 (2019-05-21)
1326
+
1327
+ ### Sidebar
1328
+
1329
+ #### Bug Fixes
1330
+
1331
+ - #236219 - On initial rendering, right positioned sidebar opens and closes irrespective of type and isOpen properties has been fixed.
1332
+
1333
+ ### Tab
1334
+
1335
+ #### Bug Fixes
1336
+
1337
+ - #235397 - The cancel parameter is exposed in tab selecting event.
1338
+ - #235274 - Incorrect selected content had been getting in tab selected event issue has been fixed.
1339
+
1340
+ ## 17.1.47 (2019-05-14)
1341
+
1342
+ ### Menu
1343
+
1344
+ #### New Features
1345
+
1346
+ - #230456 - Provided hamburger menu support for adaptive view.
1347
+
1348
+ ### TreeView
1349
+
1350
+ #### New Features
1351
+
1352
+ - #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand
1353
+
1354
+ ## 17.1.43 (2019-04-30)
1355
+
1356
+ ### Toolbar
1357
+
1358
+ #### Bug Fixes
1359
+
1360
+ - #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.
1361
+
1362
+ ### TreeView
1363
+
1364
+ #### Bug Fixes
1365
+
1366
+ - #234147 - Issue with maintaining checked states while giving `id` and `parentID` value as string type in data source has been fixed.
1367
+
1368
+ ## 17.1.41 (2019-04-16)
1369
+
1370
+ ### Accordion
1371
+
1372
+ #### Bug Fixes
1373
+
1374
+ - Content value getting changed while updating header dynamically issue has been fixed.
1375
+
1376
+ ### TreeView
1377
+
1378
+ #### Bug Fixes
1379
+
1380
+ - #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.
1381
+
1382
+ ### Tab
1383
+
1384
+ #### Bug Fixes
1385
+
1386
+ - #231048 - An issue with tab content not rendering in IE11 when we use multiple refresh on dynamic content update is fixed.
1387
+
1388
+ ## 17.1.40 (2019-04-09)
1389
+
1390
+ ### TreeView
1391
+
1392
+ #### Bug Fixes
1393
+
1394
+ - Now the selected node background color is removed before collapsing the parent node.
1395
+
1396
+ ### Tab
1397
+
1398
+ #### Bug Fixes
1399
+
1400
+ - Support to restrict add and remove functionalities of Tab has been provided.
1401
+
1402
+ ## 17.1.38 (2019-03-29)
1403
+
1404
+ ### Menu
1405
+
1406
+ #### Bug Fixes
1407
+
1408
+ - Support provided for dynamically updating the self referential data.
1409
+
1410
+ ### Accordion
1411
+
1412
+ #### Bug Fixes
1413
+
1414
+ - An issue with the expand action of Accordion when set to single mode, with the items being rendered using content template is fixed now.
1415
+
1416
+ ## 17.1.32-beta (2019-03-13)
1417
+
1418
+ ### ContextMenu
1419
+
1420
+ #### Bug Fixes
1421
+
1422
+ - Submenu items styles are not proper in ContextMenu issue is fixed.
1423
+
1424
+ ### Sidebar
1425
+
1426
+ #### New Features
1427
+
1428
+ - `MediaQuery` property will now support both string and `MediaQueryList` object types.
1429
+
1430
+ #### Bug Fixes
1431
+
1432
+ - Multiple event bindings issue on calling show and hide methods when `closeOnDocumentClick` property is enabled has been fixed.
1433
+
1434
+ ### TreeView
1435
+
1436
+ #### New Features
1437
+
1438
+ - Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
1439
+ - 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.
1440
+
1441
+ ## 16.4.54 (2019-02-19)
1442
+
1443
+ ### Tab
1444
+
1445
+ #### Breaking Changes
1446
+
1447
+ - The initial focus set on active tab item is removed from the component on initial load.
1448
+
1449
+ #### Bug Fixes
1450
+
1451
+ - An issue with destroy method of Tab component getting called twice while using it with ng-template has been fixed.
1452
+
1453
+ ## 16.4.53 (2019-02-13)
1454
+
1455
+ ### Accordion
1456
+
1457
+ #### Bug Fixes
1458
+
1459
+ - Resolved the issue with accessing Accordion item object in clicked event arguments.
1460
+
1461
+ #### New Features
1462
+
1463
+ - Schematic samples are added by feature wise for `Accordion` component.
1464
+
1465
+ ### Tab
1466
+
1467
+ #### New Features
1468
+
1469
+ - Schematic samples are added by feature wise for `Tab` component.
1470
+
1471
+ ### TreeView
1472
+
1473
+ #### New Features
1474
+
1475
+ - Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
1476
+
1477
+ ### Toolbar
1478
+
1479
+ #### New Features
1480
+
1481
+ - Schematic samples are added by feature wise for `Toolbar` component.
1482
+
1483
+ ## 16.4.52 (2019-02-05)
1484
+
1485
+ ### Sidebar
1486
+
1487
+ #### Bug Fixes
1488
+
1489
+ - Tabindex support has been provided.
1490
+
1491
+ #### Breaking Changes
1492
+
1493
+ - Sidebar with type `Auto` will always expand on initial rendering, irrespective of `enableDock` and `isOpen` properties.
1494
+ - 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`.
1495
+
1496
+ ## 17.1.1-beta (2019-01-29)
1497
+
1498
+ ### Menu
1499
+
1500
+ #### Bug Fixes
1501
+
1502
+ - Popup not opened properly when two menu rendered side by side issue fixed.
1503
+
1504
+ ### TreeView
1505
+
1506
+ #### Bug Fixes
1507
+
1508
+ - The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.
1509
+
1510
+ ## 16.4.45 (2019-01-02)
1511
+
5
1512
  ### Toolbar
6
1513
 
7
1514
  #### Bug Fixes
@@ -62,7 +1569,7 @@
62
1569
  - Type changes done for the following property.
63
1570
 
64
1571
  | Property Name | Old Type | New Type |
65
- |: ---------:| ---------:| ---------:|
1572
+ |---|---|---|
66
1573
  | `animationSettings` | AnimationSettings | AnimationSettingsModel |
67
1574
  | `fields` | FieldSettings | FieldSettingsModel |
68
1575