@syncfusion/ej2-navigations 25.2.4 → 26.1.35-750253

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