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