@syncfusion/ej2-angular-navigations 20.3.60 → 20.4.38-ngcc

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