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