@syncfusion/ej2-navigations 16.4.47 → 16.4.52-46585

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (910) hide show
  1. package/.eslintrc.json +259 -0
  2. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +63 -0
  3. package/.github/PULL_REQUEST_TEMPLATE/feature.md +39 -0
  4. package/CHANGELOG.md +1419 -0
  5. package/README.md +226 -112
  6. package/appbar.d.ts +4 -0
  7. package/appbar.js +4 -0
  8. package/breadcrumb.d.ts +4 -0
  9. package/breadcrumb.js +4 -0
  10. package/carousel.d.ts +4 -0
  11. package/carousel.js +4 -0
  12. package/dist/ej2-navigations.min.js +1 -0
  13. package/dist/ej2-navigations.umd.min.js +1 -10
  14. package/dist/ej2-navigations.umd.min.js.map +1 -1
  15. package/dist/es6/ej2-navigations.es2015.js +8469 -2261
  16. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  17. package/dist/es6/ej2-navigations.es5.js +8157 -1833
  18. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  19. package/dist/global/ej2-navigations.min.js +1 -10
  20. package/dist/global/ej2-navigations.min.js.map +1 -1
  21. package/dist/global/index.d.ts +0 -9
  22. package/helpers/e2e/accordionHelper.d.ts +56 -0
  23. package/helpers/e2e/accordionHelper.js +71 -0
  24. package/helpers/e2e/contextmenuHelper.d.ts +37 -0
  25. package/helpers/e2e/contextmenuHelper.js +53 -0
  26. package/helpers/e2e/index.d.ts +7 -0
  27. package/helpers/e2e/index.js +14 -0
  28. package/helpers/e2e/menuHelper.d.ts +37 -0
  29. package/helpers/e2e/menuHelper.js +53 -0
  30. package/helpers/e2e/sidebarHelper.d.ts +94 -0
  31. package/helpers/e2e/sidebarHelper.js +110 -0
  32. package/helpers/e2e/tabHelper.d.ts +60 -0
  33. package/helpers/e2e/tabHelper.js +74 -0
  34. package/helpers/e2e/toolbarHelper.d.ts +60 -0
  35. package/helpers/e2e/toolbarHelper.js +74 -0
  36. package/helpers/e2e/treeview.d.ts +50 -0
  37. package/helpers/e2e/treeview.js +80 -0
  38. package/package.json +105 -105
  39. package/src/accordion/accordion-model.d.ts +122 -45
  40. package/src/accordion/accordion.d.ts +169 -48
  41. package/src/accordion/accordion.js +530 -230
  42. package/src/appbar/appbar-model.d.ts +76 -0
  43. package/src/appbar/appbar.d.ts +115 -0
  44. package/src/appbar/appbar.js +220 -0
  45. package/src/appbar/index.d.ts +3 -0
  46. package/src/appbar/index.js +2 -0
  47. package/src/breadcrumb/breadcrumb-model.d.ts +161 -0
  48. package/src/breadcrumb/breadcrumb.d.ts +285 -0
  49. package/src/breadcrumb/breadcrumb.js +789 -0
  50. package/src/breadcrumb/index.d.ts +5 -0
  51. package/src/breadcrumb/index.js +4 -0
  52. package/src/carousel/carousel-model.d.ts +223 -0
  53. package/src/carousel/carousel.d.ts +344 -0
  54. package/src/carousel/carousel.js +1100 -0
  55. package/src/carousel/index.d.ts +3 -0
  56. package/src/carousel/index.js +2 -0
  57. package/src/common/h-scroll-model.d.ts +1 -0
  58. package/src/common/h-scroll.d.ts +21 -10
  59. package/src/common/h-scroll.js +58 -36
  60. package/src/common/index.d.ts +2 -0
  61. package/src/common/index.js +2 -0
  62. package/src/common/menu-base-model.d.ts +77 -22
  63. package/src/common/menu-base.d.ts +192 -41
  64. package/src/common/menu-base.js +1104 -366
  65. package/src/common/menu-scroll.d.ts +29 -0
  66. package/src/common/menu-scroll.js +103 -0
  67. package/src/common/v-scroll-model.d.ts +1 -0
  68. package/src/common/v-scroll.d.ts +20 -9
  69. package/src/common/v-scroll.js +47 -20
  70. package/src/context-menu/context-menu-model.d.ts +7 -3
  71. package/src/context-menu/context-menu.d.ts +25 -10
  72. package/src/context-menu/context-menu.js +27 -15
  73. package/src/index.d.ts +3 -0
  74. package/src/index.js +3 -0
  75. package/src/menu/menu-model.d.ts +34 -1
  76. package/src/menu/menu.d.ts +60 -6
  77. package/src/menu/menu.js +144 -18
  78. package/src/sidebar/sidebar-model.d.ts +54 -25
  79. package/src/sidebar/sidebar.d.ts +117 -22
  80. package/src/sidebar/sidebar.js +250 -120
  81. package/src/tab/tab-model.d.ts +156 -37
  82. package/src/tab/tab.d.ts +286 -61
  83. package/src/tab/tab.js +1136 -331
  84. package/src/toolbar/toolbar-model.d.ts +110 -29
  85. package/src/toolbar/toolbar.d.ts +185 -55
  86. package/src/toolbar/toolbar.js +595 -234
  87. package/src/treeview/treeview-model.d.ts +269 -83
  88. package/src/treeview/treeview.d.ts +497 -74
  89. package/src/treeview/treeview.js +2006 -409
  90. package/styles/accordion/_all.scss +0 -1
  91. package/styles/accordion/_bootstrap-dark-definition.scss +171 -67
  92. package/styles/accordion/_bootstrap-definition.scss +115 -11
  93. package/styles/accordion/_bootstrap4-definition.scss +182 -0
  94. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  95. package/styles/accordion/_bootstrap5-definition.scss +180 -0
  96. package/styles/accordion/_fabric-dark-definition.scss +171 -69
  97. package/styles/accordion/_fabric-definition.scss +119 -15
  98. package/styles/accordion/_fluent-dark-definition.scss +1 -0
  99. package/styles/accordion/_fluent-definition.scss +179 -0
  100. package/styles/accordion/_fusionnew-definition.scss +180 -0
  101. package/styles/accordion/_highcontrast-definition.scss +122 -23
  102. package/styles/accordion/_highcontrast-light-definition.scss +192 -95
  103. package/styles/accordion/_layout.scss +100 -162
  104. package/styles/accordion/_material-dark-definition.scss +173 -70
  105. package/styles/accordion/_material-definition.scss +115 -11
  106. package/styles/accordion/_tailwind-dark-definition.scss +1 -0
  107. package/styles/accordion/_tailwind-definition.scss +178 -0
  108. package/styles/accordion/_theme.scss +219 -224
  109. package/styles/accordion/bootstrap-dark.css +267 -181
  110. package/styles/accordion/bootstrap-dark.scss +1 -0
  111. package/styles/accordion/bootstrap.css +258 -172
  112. package/styles/accordion/bootstrap.scss +1 -0
  113. package/styles/accordion/bootstrap4.css +525 -0
  114. package/styles/accordion/bootstrap4.scss +4 -0
  115. package/styles/accordion/bootstrap5-dark.css +527 -0
  116. package/styles/accordion/bootstrap5-dark.scss +4 -0
  117. package/styles/accordion/bootstrap5.css +527 -0
  118. package/styles/accordion/bootstrap5.scss +4 -0
  119. package/styles/accordion/fabric-dark.css +266 -164
  120. package/styles/accordion/fabric-dark.scss +1 -0
  121. package/styles/accordion/fabric.css +266 -164
  122. package/styles/accordion/fabric.scss +1 -0
  123. package/styles/accordion/fluent-dark.css +526 -0
  124. package/styles/accordion/fluent-dark.scss +4 -0
  125. package/styles/accordion/fluent.css +526 -0
  126. package/styles/accordion/fluent.scss +4 -0
  127. package/styles/accordion/highcontrast-light.css +525 -0
  128. package/styles/accordion/highcontrast-light.scss +4 -0
  129. package/styles/accordion/highcontrast.css +243 -232
  130. package/styles/accordion/highcontrast.scss +1 -0
  131. package/styles/accordion/{_icons.scss → icons/_bootstrap-dark.scss} +3 -3
  132. package/styles/accordion/icons/_bootstrap.scss +17 -0
  133. package/styles/accordion/icons/_bootstrap4.scss +17 -0
  134. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  135. package/styles/accordion/icons/_bootstrap5.scss +17 -0
  136. package/styles/accordion/icons/_fabric-dark.scss +17 -0
  137. package/styles/accordion/icons/_fabric.scss +17 -0
  138. package/styles/accordion/icons/_fluent-dark.scss +1 -0
  139. package/styles/accordion/icons/_fluent.scss +17 -0
  140. package/styles/accordion/icons/_fusionnew.scss +17 -0
  141. package/styles/accordion/icons/_highcontrast-light.scss +17 -0
  142. package/styles/accordion/icons/_highcontrast.scss +17 -0
  143. package/styles/accordion/icons/_material-dark.scss +17 -0
  144. package/styles/accordion/icons/_material.scss +17 -0
  145. package/styles/accordion/icons/_material3.scss +17 -0
  146. package/styles/accordion/icons/_tailwind-dark.scss +1 -0
  147. package/styles/accordion/icons/_tailwind.scss +17 -0
  148. package/styles/accordion/material-dark.css +268 -173
  149. package/styles/accordion/material-dark.scss +1 -0
  150. package/styles/accordion/material.css +264 -169
  151. package/styles/accordion/material.scss +1 -0
  152. package/styles/accordion/tailwind-dark.css +527 -0
  153. package/styles/accordion/tailwind-dark.scss +4 -0
  154. package/styles/accordion/tailwind.css +527 -0
  155. package/styles/accordion/tailwind.scss +4 -0
  156. package/styles/appbar/_all.scss +2 -0
  157. package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
  158. package/styles/appbar/_bootstrap-definition.scss +8 -0
  159. package/styles/appbar/_bootstrap4-definition.scss +8 -0
  160. package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
  161. package/styles/appbar/_bootstrap5-definition.scss +8 -0
  162. package/styles/appbar/_fabric-dark-definition.scss +8 -0
  163. package/styles/appbar/_fabric-definition.scss +8 -0
  164. package/styles/appbar/_fluent-dark-definition.scss +1 -0
  165. package/styles/appbar/_fluent-definition.scss +8 -0
  166. package/styles/appbar/_fusionnew-definition.scss +8 -0
  167. package/styles/appbar/_highcontrast-definition.scss +8 -0
  168. package/styles/appbar/_highcontrast-light-definition.scss +8 -0
  169. package/styles/appbar/_layout.scss +84 -0
  170. package/styles/appbar/_material-dark-definition.scss +8 -0
  171. package/styles/appbar/_material-definition.scss +8 -0
  172. package/styles/appbar/_tailwind-dark-definition.scss +1 -0
  173. package/styles/appbar/_tailwind-definition.scss +8 -0
  174. package/styles/appbar/_theme.scss +208 -0
  175. package/styles/appbar/bootstrap-dark.css +247 -0
  176. package/styles/appbar/bootstrap-dark.scss +3 -0
  177. package/styles/appbar/bootstrap.css +247 -0
  178. package/styles/appbar/bootstrap.scss +3 -0
  179. package/styles/appbar/bootstrap4.css +247 -0
  180. package/styles/appbar/bootstrap4.scss +3 -0
  181. package/styles/appbar/bootstrap5-dark.css +247 -0
  182. package/styles/appbar/bootstrap5-dark.scss +3 -0
  183. package/styles/appbar/bootstrap5.css +247 -0
  184. package/styles/appbar/bootstrap5.scss +3 -0
  185. package/styles/appbar/fabric-dark.css +247 -0
  186. package/styles/appbar/fabric-dark.scss +3 -0
  187. package/styles/appbar/fabric.css +247 -0
  188. package/styles/appbar/fabric.scss +3 -0
  189. package/styles/appbar/fluent-dark.css +247 -0
  190. package/styles/appbar/fluent-dark.scss +3 -0
  191. package/styles/appbar/fluent.css +247 -0
  192. package/styles/appbar/fluent.scss +3 -0
  193. package/styles/appbar/highcontrast-light.css +247 -0
  194. package/styles/appbar/highcontrast-light.scss +3 -0
  195. package/styles/appbar/highcontrast.css +247 -0
  196. package/styles/appbar/highcontrast.scss +3 -0
  197. package/styles/appbar/material-dark.css +248 -0
  198. package/styles/appbar/material-dark.scss +3 -0
  199. package/styles/appbar/material.css +248 -0
  200. package/styles/appbar/material.scss +3 -0
  201. package/styles/appbar/tailwind-dark.css +248 -0
  202. package/styles/appbar/tailwind-dark.scss +3 -0
  203. package/styles/appbar/tailwind.css +248 -0
  204. package/styles/appbar/tailwind.scss +3 -0
  205. package/styles/bootstrap-dark.css +5500 -3485
  206. package/styles/bootstrap-dark.scss +4 -0
  207. package/styles/bootstrap.css +5417 -3557
  208. package/styles/bootstrap.scss +4 -0
  209. package/styles/bootstrap4.css +10166 -0
  210. package/styles/bootstrap4.scss +13 -0
  211. package/styles/bootstrap5-dark.css +10207 -0
  212. package/styles/bootstrap5-dark.scss +13 -0
  213. package/styles/bootstrap5.css +10207 -0
  214. package/styles/bootstrap5.scss +13 -0
  215. package/styles/breadcrumb/_all.scss +3 -0
  216. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
  217. package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
  218. package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
  219. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  220. package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
  221. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
  222. package/styles/breadcrumb/_fabric-definition.scss +59 -0
  223. package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
  224. package/styles/breadcrumb/_fluent-definition.scss +62 -0
  225. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  226. package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
  227. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
  228. package/styles/breadcrumb/_layout.scss +491 -0
  229. package/styles/breadcrumb/_material-dark-definition.scss +50 -0
  230. package/styles/breadcrumb/_material-definition.scss +50 -0
  231. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
  232. package/styles/breadcrumb/_tailwind-definition.scss +60 -0
  233. package/styles/breadcrumb/_theme.scss +176 -0
  234. package/styles/breadcrumb/bootstrap-dark.css +395 -0
  235. package/styles/breadcrumb/bootstrap-dark.scss +4 -0
  236. package/styles/breadcrumb/bootstrap.css +395 -0
  237. package/styles/breadcrumb/bootstrap.scss +4 -0
  238. package/styles/breadcrumb/bootstrap4.css +395 -0
  239. package/styles/breadcrumb/bootstrap4.scss +4 -0
  240. package/styles/breadcrumb/bootstrap5-dark.css +409 -0
  241. package/styles/breadcrumb/bootstrap5-dark.scss +4 -0
  242. package/styles/breadcrumb/bootstrap5.css +409 -0
  243. package/styles/breadcrumb/bootstrap5.scss +4 -0
  244. package/styles/breadcrumb/fabric-dark.css +395 -0
  245. package/styles/breadcrumb/fabric-dark.scss +4 -0
  246. package/styles/breadcrumb/fabric.css +395 -0
  247. package/styles/breadcrumb/fabric.scss +4 -0
  248. package/styles/breadcrumb/fluent-dark.css +371 -0
  249. package/styles/breadcrumb/fluent-dark.scss +4 -0
  250. package/styles/breadcrumb/fluent.css +371 -0
  251. package/styles/breadcrumb/fluent.scss +4 -0
  252. package/styles/breadcrumb/highcontrast-light.css +402 -0
  253. package/styles/breadcrumb/highcontrast-light.scss +4 -0
  254. package/styles/breadcrumb/highcontrast.css +402 -0
  255. package/styles/breadcrumb/highcontrast.scss +4 -0
  256. package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
  257. package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
  258. package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
  259. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  260. package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
  261. package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
  262. package/styles/breadcrumb/icons/_fabric.scss +14 -0
  263. package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
  264. package/styles/breadcrumb/icons/_fluent.scss +25 -0
  265. package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
  266. package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
  267. package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
  268. package/styles/breadcrumb/icons/_material-dark.scss +25 -0
  269. package/styles/breadcrumb/icons/_material.scss +25 -0
  270. package/styles/breadcrumb/icons/_material3.scss +25 -0
  271. package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
  272. package/styles/breadcrumb/icons/_tailwind.scss +25 -0
  273. package/styles/breadcrumb/material-dark.css +379 -0
  274. package/styles/breadcrumb/material-dark.scss +4 -0
  275. package/styles/breadcrumb/material.css +379 -0
  276. package/styles/breadcrumb/material.scss +4 -0
  277. package/styles/breadcrumb/tailwind-dark.css +402 -0
  278. package/styles/breadcrumb/tailwind-dark.scss +4 -0
  279. package/styles/breadcrumb/tailwind.css +402 -0
  280. package/styles/breadcrumb/tailwind.scss +4 -0
  281. package/styles/carousel/_all.scss +2 -0
  282. package/styles/carousel/_bootstrap-dark-definition.scss +22 -0
  283. package/styles/carousel/_bootstrap-definition.scss +22 -0
  284. package/styles/carousel/_bootstrap4-definition.scss +22 -0
  285. package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
  286. package/styles/carousel/_bootstrap5-definition.scss +22 -0
  287. package/styles/carousel/_fabric-dark-definition.scss +22 -0
  288. package/styles/carousel/_fabric-definition.scss +22 -0
  289. package/styles/carousel/_fluent-dark-definition.scss +1 -0
  290. package/styles/carousel/_fluent-definition.scss +22 -0
  291. package/styles/carousel/_fusionnew-definition.scss +22 -0
  292. package/styles/carousel/_highcontrast-definition.scss +22 -0
  293. package/styles/carousel/_highcontrast-light-definition.scss +22 -0
  294. package/styles/carousel/_layout.scss +225 -0
  295. package/styles/carousel/_material-dark-definition.scss +22 -0
  296. package/styles/carousel/_material-definition.scss +22 -0
  297. package/styles/carousel/_tailwind-dark-definition.scss +1 -0
  298. package/styles/carousel/_tailwind-definition.scss +22 -0
  299. package/styles/carousel/_theme.scss +56 -0
  300. package/styles/carousel/bootstrap-dark.css +264 -0
  301. package/styles/carousel/bootstrap-dark.scss +5 -0
  302. package/styles/carousel/bootstrap.css +264 -0
  303. package/styles/carousel/bootstrap.scss +5 -0
  304. package/styles/carousel/bootstrap4.css +264 -0
  305. package/styles/carousel/bootstrap4.scss +5 -0
  306. package/styles/carousel/bootstrap5-dark.css +264 -0
  307. package/styles/carousel/bootstrap5-dark.scss +5 -0
  308. package/styles/carousel/bootstrap5.css +264 -0
  309. package/styles/carousel/bootstrap5.scss +5 -0
  310. package/styles/carousel/fabric-dark.css +264 -0
  311. package/styles/carousel/fabric-dark.scss +5 -0
  312. package/styles/carousel/fabric.css +264 -0
  313. package/styles/carousel/fabric.scss +5 -0
  314. package/styles/carousel/fluent-dark.css +264 -0
  315. package/styles/carousel/fluent-dark.scss +5 -0
  316. package/styles/carousel/fluent.css +264 -0
  317. package/styles/carousel/fluent.scss +5 -0
  318. package/styles/carousel/highcontrast-light.css +264 -0
  319. package/styles/carousel/highcontrast-light.scss +5 -0
  320. package/styles/carousel/highcontrast.css +264 -0
  321. package/styles/carousel/highcontrast.scss +5 -0
  322. package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
  323. package/styles/carousel/icons/_bootstrap.scss +30 -0
  324. package/styles/carousel/icons/_bootstrap4.scss +30 -0
  325. package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
  326. package/styles/carousel/icons/_bootstrap5.scss +30 -0
  327. package/styles/carousel/icons/_fabric-dark.scss +30 -0
  328. package/styles/carousel/icons/_fabric.scss +30 -0
  329. package/styles/carousel/icons/_fluent-dark.scss +1 -0
  330. package/styles/carousel/icons/_fluent.scss +30 -0
  331. package/styles/carousel/icons/_fusionnew.scss +30 -0
  332. package/styles/carousel/icons/_highcontrast-light.scss +30 -0
  333. package/styles/carousel/icons/_highcontrast.scss +30 -0
  334. package/styles/carousel/icons/_material-dark.scss +30 -0
  335. package/styles/carousel/icons/_material.scss +30 -0
  336. package/styles/carousel/icons/_material3.scss +30 -0
  337. package/styles/carousel/icons/_tailwind-dark.scss +1 -0
  338. package/styles/carousel/icons/_tailwind.scss +30 -0
  339. package/styles/carousel/material-dark.css +265 -0
  340. package/styles/carousel/material-dark.scss +5 -0
  341. package/styles/carousel/material.css +265 -0
  342. package/styles/carousel/material.scss +5 -0
  343. package/styles/carousel/tailwind-dark.css +265 -0
  344. package/styles/carousel/tailwind-dark.scss +5 -0
  345. package/styles/carousel/tailwind.css +265 -0
  346. package/styles/carousel/tailwind.scss +5 -0
  347. package/styles/context-menu/_bootstrap-dark-definition.scss +49 -50
  348. package/styles/context-menu/_bootstrap-definition.scss +1 -3
  349. package/styles/context-menu/_bootstrap4-definition.scss +50 -0
  350. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  351. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  352. package/styles/context-menu/_fabric-dark-definition.scss +49 -50
  353. package/styles/context-menu/_fabric-definition.scss +0 -2
  354. package/styles/context-menu/_fluent-dark-definition.scss +1 -0
  355. package/styles/context-menu/_fluent-definition.scss +52 -0
  356. package/styles/context-menu/_fusionnew-definition.scss +52 -0
  357. package/styles/context-menu/_highcontrast-definition.scss +0 -2
  358. package/styles/context-menu/_highcontrast-light-definition.scss +2 -3
  359. package/styles/context-menu/_layout-mixin.scss +19 -14
  360. package/styles/context-menu/_layout.scss +88 -5
  361. package/styles/context-menu/_material-dark-definition.scss +49 -50
  362. package/styles/context-menu/_material-definition.scss +3 -5
  363. package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
  364. package/styles/context-menu/_tailwind-definition.scss +53 -0
  365. package/styles/context-menu/_theme-mixin.scss +16 -12
  366. package/styles/context-menu/_theme.scss +15 -1
  367. package/styles/context-menu/bootstrap-dark.css +203 -112
  368. package/styles/context-menu/bootstrap-dark.scss +3 -0
  369. package/styles/context-menu/bootstrap.css +203 -111
  370. package/styles/context-menu/bootstrap.scss +3 -0
  371. package/styles/context-menu/bootstrap4.css +367 -0
  372. package/styles/context-menu/bootstrap4.scss +7 -0
  373. package/styles/context-menu/bootstrap5-dark.css +355 -0
  374. package/styles/context-menu/bootstrap5-dark.scss +7 -0
  375. package/styles/context-menu/bootstrap5.css +355 -0
  376. package/styles/context-menu/bootstrap5.scss +7 -0
  377. package/styles/context-menu/fabric-dark.css +204 -113
  378. package/styles/context-menu/fabric-dark.scss +3 -0
  379. package/styles/context-menu/fabric.css +202 -110
  380. package/styles/context-menu/fabric.scss +3 -0
  381. package/styles/context-menu/fluent-dark.css +363 -0
  382. package/styles/context-menu/fluent-dark.scss +7 -0
  383. package/styles/context-menu/fluent.css +363 -0
  384. package/styles/context-menu/fluent.scss +7 -0
  385. package/styles/context-menu/highcontrast-light.css +366 -0
  386. package/styles/context-menu/highcontrast-light.scss +7 -0
  387. package/styles/context-menu/highcontrast.css +202 -110
  388. package/styles/context-menu/highcontrast.scss +3 -0
  389. package/styles/context-menu/icons/_bootstrap-dark.scss +5 -2
  390. package/styles/context-menu/icons/_bootstrap.scss +5 -2
  391. package/styles/context-menu/icons/_bootstrap4.scss +33 -0
  392. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  393. package/styles/context-menu/icons/_bootstrap5.scss +33 -0
  394. package/styles/context-menu/icons/_fabric-dark.scss +5 -2
  395. package/styles/context-menu/icons/_fabric.scss +5 -2
  396. package/styles/context-menu/icons/_fluent-dark.scss +1 -0
  397. package/styles/context-menu/icons/_fluent.scss +33 -0
  398. package/styles/context-menu/icons/_fusionnew.scss +33 -0
  399. package/styles/context-menu/icons/_highcontrast-light.scss +5 -2
  400. package/styles/context-menu/icons/_highcontrast.scss +5 -2
  401. package/styles/context-menu/icons/_material-dark.scss +5 -2
  402. package/styles/context-menu/icons/_material.scss +5 -2
  403. package/styles/context-menu/icons/_material3.scss +33 -0
  404. package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
  405. package/styles/context-menu/icons/_tailwind.scss +33 -0
  406. package/styles/context-menu/material-dark.css +221 -112
  407. package/styles/context-menu/material-dark.scss +3 -0
  408. package/styles/context-menu/material.css +225 -114
  409. package/styles/context-menu/material.scss +3 -0
  410. package/styles/context-menu/tailwind-dark.css +380 -0
  411. package/styles/context-menu/tailwind-dark.scss +7 -0
  412. package/styles/context-menu/tailwind.css +380 -0
  413. package/styles/context-menu/tailwind.scss +7 -0
  414. package/styles/fabric-dark.css +6281 -4215
  415. package/styles/fabric-dark.scss +4 -0
  416. package/styles/fabric.css +5956 -4045
  417. package/styles/fabric.scss +4 -0
  418. package/styles/fluent-dark.css +10172 -0
  419. package/styles/fluent-dark.scss +13 -0
  420. package/styles/fluent.css +10172 -0
  421. package/styles/fluent.scss +13 -0
  422. package/styles/h-scroll/_all.scss +1 -1
  423. package/styles/h-scroll/_bootstrap-dark-definition.scss +46 -40
  424. package/styles/h-scroll/_bootstrap-definition.scss +14 -7
  425. package/styles/h-scroll/_bootstrap4-definition.scss +56 -0
  426. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  427. package/styles/h-scroll/_bootstrap5-definition.scss +83 -0
  428. package/styles/h-scroll/_fabric-dark-definition.scss +48 -42
  429. package/styles/h-scroll/_fabric-definition.scss +17 -9
  430. package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
  431. package/styles/h-scroll/_fluent-definition.scss +83 -0
  432. package/styles/h-scroll/_fusionnew-definition.scss +83 -0
  433. package/styles/h-scroll/_highcontrast-definition.scss +15 -17
  434. package/styles/h-scroll/_highcontrast-light-definition.scss +49 -46
  435. package/styles/h-scroll/_layout.scss +15 -15
  436. package/styles/h-scroll/_material-dark-definition.scss +56 -51
  437. package/styles/h-scroll/_material-definition.scss +21 -15
  438. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
  439. package/styles/h-scroll/_tailwind-definition.scss +83 -0
  440. package/styles/h-scroll/_theme.scss +15 -29
  441. package/styles/h-scroll/bootstrap-dark.css +53 -66
  442. package/styles/h-scroll/bootstrap-dark.scss +1 -0
  443. package/styles/h-scroll/bootstrap.css +32 -80
  444. package/styles/h-scroll/bootstrap4.css +260 -0
  445. package/styles/h-scroll/bootstrap4.scss +4 -0
  446. package/styles/h-scroll/bootstrap5-dark.css +280 -0
  447. package/styles/h-scroll/bootstrap5-dark.scss +4 -0
  448. package/styles/h-scroll/bootstrap5.css +280 -0
  449. package/styles/h-scroll/bootstrap5.scss +4 -0
  450. package/styles/h-scroll/fabric-dark.css +54 -67
  451. package/styles/h-scroll/fabric-dark.scss +1 -0
  452. package/styles/h-scroll/fabric.css +32 -80
  453. package/styles/h-scroll/fluent-dark.css +280 -0
  454. package/styles/h-scroll/fluent-dark.scss +4 -0
  455. package/styles/h-scroll/fluent.css +280 -0
  456. package/styles/h-scroll/fluent.scss +4 -0
  457. package/styles/h-scroll/highcontrast-light.css +259 -0
  458. package/styles/h-scroll/highcontrast-light.scss +4 -0
  459. package/styles/h-scroll/highcontrast.css +26 -89
  460. package/styles/h-scroll/{_icons.scss → icons/_bootstrap-dark.scss} +13 -13
  461. package/styles/h-scroll/icons/_bootstrap.scss +3 -4
  462. package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
  463. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  464. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  465. package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
  466. package/styles/h-scroll/icons/_fabric.scss +5 -5
  467. package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
  468. package/styles/h-scroll/icons/_fluent.scss +49 -0
  469. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  470. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
  471. package/styles/h-scroll/icons/_highcontrast.scss +5 -5
  472. package/styles/h-scroll/icons/_material-dark.scss +49 -0
  473. package/styles/h-scroll/icons/_material.scss +3 -3
  474. package/styles/h-scroll/icons/_material3.scss +49 -0
  475. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
  476. package/styles/h-scroll/icons/_tailwind.scss +49 -0
  477. package/styles/h-scroll/material-dark.css +56 -70
  478. package/styles/h-scroll/material-dark.scss +1 -0
  479. package/styles/h-scroll/material.css +33 -82
  480. package/styles/h-scroll/tailwind-dark.css +281 -0
  481. package/styles/h-scroll/tailwind-dark.scss +4 -0
  482. package/styles/h-scroll/tailwind.css +281 -0
  483. package/styles/h-scroll/tailwind.scss +4 -0
  484. package/styles/highcontrast-light.css +10029 -0
  485. package/styles/highcontrast-light.scss +13 -0
  486. package/styles/highcontrast.css +6035 -4466
  487. package/styles/highcontrast.scss +4 -0
  488. package/styles/material-dark.css +7913 -5586
  489. package/styles/material-dark.scss +4 -0
  490. package/styles/material.css +5982 -3808
  491. package/styles/material.scss +4 -0
  492. package/styles/menu/_bootstrap-dark-definition.scss +29 -21
  493. package/styles/menu/_bootstrap-definition.scss +8 -1
  494. package/styles/menu/_bootstrap4-definition.scss +64 -0
  495. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  496. package/styles/menu/_bootstrap5-definition.scss +67 -0
  497. package/styles/menu/_fabric-dark-definition.scss +30 -22
  498. package/styles/menu/_fabric-definition.scss +8 -1
  499. package/styles/menu/_fluent-dark-definition.scss +1 -0
  500. package/styles/menu/_fluent-definition.scss +67 -0
  501. package/styles/menu/_fusionnew-definition.scss +67 -0
  502. package/styles/menu/_highcontrast-definition.scss +9 -2
  503. package/styles/menu/_highcontrast-light-definition.scss +8 -1
  504. package/styles/menu/_layout.scss +360 -39
  505. package/styles/menu/_material-dark-definition.scss +27 -19
  506. package/styles/menu/_material-definition.scss +7 -0
  507. package/styles/menu/_tailwind-dark-definition.scss +1 -0
  508. package/styles/menu/_tailwind-definition.scss +66 -0
  509. package/styles/menu/_theme.scss +199 -15
  510. package/styles/menu/bootstrap-dark.css +715 -320
  511. package/styles/menu/bootstrap.css +696 -302
  512. package/styles/menu/bootstrap.scss +1 -0
  513. package/styles/menu/bootstrap4.css +1126 -0
  514. package/styles/menu/bootstrap4.scss +8 -0
  515. package/styles/menu/bootstrap5-dark.css +1083 -0
  516. package/styles/menu/bootstrap5-dark.scss +8 -0
  517. package/styles/menu/bootstrap5.css +1083 -0
  518. package/styles/menu/bootstrap5.scss +8 -0
  519. package/styles/menu/fabric-dark.css +714 -319
  520. package/styles/menu/fabric.css +694 -299
  521. package/styles/menu/fabric.scss +1 -0
  522. package/styles/menu/fluent-dark.css +1106 -0
  523. package/styles/menu/fluent-dark.scss +8 -0
  524. package/styles/menu/fluent.css +1106 -0
  525. package/styles/menu/fluent.scss +8 -0
  526. package/styles/menu/highcontrast-light.css +1088 -0
  527. package/styles/menu/highcontrast-light.scss +8 -0
  528. package/styles/menu/highcontrast.css +696 -301
  529. package/styles/menu/highcontrast.scss +1 -0
  530. package/styles/menu/icons/_bootstrap-dark.scss +58 -3
  531. package/styles/menu/icons/_bootstrap.scss +58 -3
  532. package/styles/menu/icons/_bootstrap4.scss +134 -0
  533. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  534. package/styles/menu/icons/_bootstrap5.scss +134 -0
  535. package/styles/menu/icons/_fabric-dark.scss +62 -7
  536. package/styles/menu/icons/_fabric.scss +62 -7
  537. package/styles/menu/icons/_fluent-dark.scss +1 -0
  538. package/styles/menu/icons/_fluent.scss +134 -0
  539. package/styles/menu/icons/_fusionnew.scss +134 -0
  540. package/styles/menu/icons/_highcontrast-light.scss +58 -3
  541. package/styles/menu/icons/_highcontrast.scss +58 -3
  542. package/styles/menu/icons/_material-dark.scss +58 -3
  543. package/styles/menu/icons/_material.scss +58 -3
  544. package/styles/menu/icons/_material3.scss +134 -0
  545. package/styles/menu/icons/_tailwind-dark.scss +134 -0
  546. package/styles/menu/icons/_tailwind.scss +134 -0
  547. package/styles/menu/material-dark.css +713 -320
  548. package/styles/menu/material.css +697 -304
  549. package/styles/menu/material.scss +1 -0
  550. package/styles/menu/tailwind-dark.css +1102 -0
  551. package/styles/menu/tailwind-dark.scss +8 -0
  552. package/styles/menu/tailwind.css +1102 -0
  553. package/styles/menu/tailwind.scss +8 -0
  554. package/styles/pager/_all.scss +2 -0
  555. package/styles/pager/_bootstrap-dark-definition.scss +131 -0
  556. package/styles/pager/_bootstrap-definition.scss +131 -0
  557. package/styles/pager/_bootstrap4-definition.scss +131 -0
  558. package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
  559. package/styles/pager/_bootstrap5-definition.scss +146 -0
  560. package/styles/pager/_fabric-dark-definition.scss +131 -0
  561. package/styles/pager/_fabric-definition.scss +129 -0
  562. package/styles/pager/_fluent-dark-definition.scss +1 -0
  563. package/styles/pager/_fluent-definition.scss +133 -0
  564. package/styles/pager/_fusionnew-definition.scss +146 -0
  565. package/styles/pager/_highcontrast-definition.scss +129 -0
  566. package/styles/pager/_highcontrast-light-definition.scss +131 -0
  567. package/styles/pager/_layout.scss +896 -0
  568. package/styles/pager/_material-dark-definition.scss +132 -0
  569. package/styles/pager/_material-definition.scss +130 -0
  570. package/styles/pager/_tailwind-dark-definition.scss +1 -0
  571. package/styles/pager/_tailwind-definition.scss +132 -0
  572. package/styles/pager/_theme.scss +152 -0
  573. package/styles/pager/bootstrap-dark.css +688 -0
  574. package/styles/pager/bootstrap-dark.scss +4 -0
  575. package/styles/pager/bootstrap.css +688 -0
  576. package/styles/pager/bootstrap.scss +4 -0
  577. package/styles/pager/bootstrap4.css +688 -0
  578. package/styles/pager/bootstrap4.scss +4 -0
  579. package/styles/pager/bootstrap5-dark.css +723 -0
  580. package/styles/pager/bootstrap5-dark.scss +4 -0
  581. package/styles/pager/bootstrap5.css +723 -0
  582. package/styles/pager/bootstrap5.scss +4 -0
  583. package/styles/pager/fabric-dark.css +688 -0
  584. package/styles/pager/fabric-dark.scss +4 -0
  585. package/styles/pager/fabric.css +688 -0
  586. package/styles/pager/fabric.scss +4 -0
  587. package/styles/pager/fluent-dark.css +690 -0
  588. package/styles/pager/fluent-dark.scss +4 -0
  589. package/styles/pager/fluent.css +690 -0
  590. package/styles/pager/fluent.scss +4 -0
  591. package/styles/pager/highcontrast-light.css +688 -0
  592. package/styles/pager/highcontrast-light.scss +4 -0
  593. package/styles/pager/highcontrast.css +688 -0
  594. package/styles/pager/highcontrast.scss +4 -0
  595. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  596. package/styles/pager/icons/_bootstrap.scss +50 -0
  597. package/styles/pager/icons/_bootstrap4.scss +50 -0
  598. package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
  599. package/styles/pager/icons/_bootstrap5.scss +50 -0
  600. package/styles/pager/icons/_fabric-dark.scss +50 -0
  601. package/styles/pager/icons/_fabric.scss +50 -0
  602. package/styles/pager/icons/_fluent-dark.scss +1 -0
  603. package/styles/pager/icons/_fluent.scss +50 -0
  604. package/styles/pager/icons/_fusionnew.scss +50 -0
  605. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  606. package/styles/pager/icons/_highcontrast.scss +46 -0
  607. package/styles/pager/icons/_material-dark.scss +50 -0
  608. package/styles/pager/icons/_material.scss +46 -0
  609. package/styles/pager/icons/_material3.scss +50 -0
  610. package/styles/pager/icons/_tailwind-dark.scss +1 -0
  611. package/styles/pager/icons/_tailwind.scss +50 -0
  612. package/styles/pager/material-dark.css +689 -0
  613. package/styles/pager/material-dark.scss +4 -0
  614. package/styles/pager/material.css +689 -0
  615. package/styles/pager/material.scss +4 -0
  616. package/styles/pager/tailwind-dark.css +815 -0
  617. package/styles/pager/tailwind-dark.scss +4 -0
  618. package/styles/pager/tailwind.css +815 -0
  619. package/styles/pager/tailwind.scss +4 -0
  620. package/styles/sidebar/_bootstrap4-definition.scss +4 -0
  621. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  622. package/styles/sidebar/_bootstrap5-definition.scss +6 -0
  623. package/styles/sidebar/_fabric-definition.scss +0 -2
  624. package/styles/sidebar/_fluent-dark-definition.scss +1 -0
  625. package/styles/sidebar/_fluent-definition.scss +6 -0
  626. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  627. package/styles/sidebar/_highcontrast-definition.scss +1 -1
  628. package/styles/sidebar/_icons.scss +1 -1
  629. package/styles/sidebar/_layout.scss +1 -0
  630. package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
  631. package/styles/sidebar/_tailwind-definition.scss +6 -0
  632. package/styles/sidebar/_theme.scss +56 -34
  633. package/styles/sidebar/bootstrap-dark.css +29 -25
  634. package/styles/sidebar/bootstrap.css +29 -25
  635. package/styles/sidebar/bootstrap4.css +149 -0
  636. package/styles/sidebar/bootstrap4.scss +3 -0
  637. package/styles/sidebar/bootstrap5-dark.css +147 -0
  638. package/styles/sidebar/bootstrap5-dark.scss +3 -0
  639. package/styles/sidebar/bootstrap5.css +147 -0
  640. package/styles/sidebar/bootstrap5.scss +3 -0
  641. package/styles/sidebar/fabric-dark.css +29 -25
  642. package/styles/sidebar/fabric.css +29 -25
  643. package/styles/sidebar/fluent-dark.css +147 -0
  644. package/styles/sidebar/fluent-dark.scss +3 -0
  645. package/styles/sidebar/fluent.css +147 -0
  646. package/styles/sidebar/fluent.scss +3 -0
  647. package/styles/sidebar/highcontrast-light.css +149 -0
  648. package/styles/sidebar/highcontrast-light.scss +3 -0
  649. package/styles/sidebar/highcontrast.css +30 -26
  650. package/styles/sidebar/material-dark.css +29 -25
  651. package/styles/sidebar/material.css +29 -25
  652. package/styles/sidebar/tailwind-dark.css +148 -0
  653. package/styles/sidebar/tailwind-dark.scss +3 -0
  654. package/styles/sidebar/tailwind.css +148 -0
  655. package/styles/sidebar/tailwind.scss +3 -0
  656. package/styles/tab/_bootstrap-dark-definition.scss +632 -374
  657. package/styles/tab/_bootstrap-definition.scss +279 -13
  658. package/styles/tab/_bootstrap4-definition.scss +666 -0
  659. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  660. package/styles/tab/_bootstrap5-definition.scss +656 -0
  661. package/styles/tab/_fabric-dark-definition.scss +644 -385
  662. package/styles/tab/_fabric-definition.scss +281 -15
  663. package/styles/tab/_fluent-dark-definition.scss +1 -0
  664. package/styles/tab/_fluent-definition.scss +664 -0
  665. package/styles/tab/_fusionnew-definition.scss +656 -0
  666. package/styles/tab/_highcontrast-definition.scss +283 -17
  667. package/styles/tab/_highcontrast-light-definition.scss +667 -411
  668. package/styles/tab/_icons.scss +1 -0
  669. package/styles/tab/_layout.scss +697 -753
  670. package/styles/tab/_material-dark-definition.scss +627 -370
  671. package/styles/tab/_material-definition.scss +277 -11
  672. package/styles/tab/_tailwind-dark-definition.scss +1 -0
  673. package/styles/tab/_tailwind-definition.scss +685 -0
  674. package/styles/tab/_theme.scss +402 -537
  675. package/styles/tab/bootstrap-dark.css +1226 -1067
  676. package/styles/tab/bootstrap-dark.scss +1 -0
  677. package/styles/tab/bootstrap.css +1173 -1106
  678. package/styles/tab/bootstrap4.css +4031 -0
  679. package/styles/tab/bootstrap4.scss +5 -0
  680. package/styles/tab/bootstrap5-dark.css +4029 -0
  681. package/styles/tab/bootstrap5-dark.scss +5 -0
  682. package/styles/tab/bootstrap5.css +4029 -0
  683. package/styles/tab/bootstrap5.scss +5 -0
  684. package/styles/tab/fabric-dark.css +1212 -1096
  685. package/styles/tab/fabric-dark.scss +1 -0
  686. package/styles/tab/fabric.css +1173 -1148
  687. package/styles/tab/fluent-dark.css +4031 -0
  688. package/styles/tab/fluent-dark.scss +5 -0
  689. package/styles/tab/fluent.css +4031 -0
  690. package/styles/tab/fluent.scss +5 -0
  691. package/styles/tab/highcontrast-light.css +4022 -0
  692. package/styles/tab/highcontrast-light.scss +5 -0
  693. package/styles/tab/highcontrast.css +1086 -1215
  694. package/styles/tab/icons/_bootstrap-dark.scss +108 -0
  695. package/styles/tab/icons/_bootstrap.scss +11 -35
  696. package/styles/tab/icons/_bootstrap4.scss +115 -0
  697. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  698. package/styles/tab/icons/_bootstrap5.scss +104 -0
  699. package/styles/tab/icons/_fabric-dark.scss +108 -0
  700. package/styles/tab/icons/_fabric.scss +11 -35
  701. package/styles/tab/icons/_fluent-dark.scss +1 -0
  702. package/styles/tab/icons/_fluent.scss +108 -0
  703. package/styles/tab/icons/_fusionnew.scss +104 -0
  704. package/styles/tab/icons/_highcontrast-light.scss +104 -0
  705. package/styles/tab/icons/_highcontrast.scss +11 -28
  706. package/styles/tab/icons/_material-dark.scss +104 -0
  707. package/styles/tab/icons/_material.scss +9 -37
  708. package/styles/tab/icons/_material3.scss +104 -0
  709. package/styles/tab/icons/_tailwind-dark.scss +1 -0
  710. package/styles/tab/icons/_tailwind.scss +104 -0
  711. package/styles/tab/material-dark.css +1334 -955
  712. package/styles/tab/material-dark.scss +1 -0
  713. package/styles/tab/material.css +1280 -992
  714. package/styles/tab/tailwind-dark.css +4046 -0
  715. package/styles/tab/tailwind-dark.scss +5 -0
  716. package/styles/tab/tailwind.css +4046 -0
  717. package/styles/tab/tailwind.scss +5 -0
  718. package/styles/tailwind-dark.css +10351 -0
  719. package/styles/tailwind-dark.scss +13 -0
  720. package/styles/tailwind.css +10351 -0
  721. package/styles/tailwind.scss +13 -0
  722. package/styles/toolbar/_all.scss +1 -1
  723. package/styles/toolbar/_bootstrap-dark-definition.scss +193 -121
  724. package/styles/toolbar/_bootstrap-definition.scss +107 -34
  725. package/styles/toolbar/_bootstrap4-definition.scss +211 -0
  726. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  727. package/styles/toolbar/_bootstrap5-definition.scss +220 -0
  728. package/styles/toolbar/_fabric-dark-definition.scss +208 -140
  729. package/styles/toolbar/_fabric-definition.scss +97 -28
  730. package/styles/toolbar/_fluent-dark-definition.scss +1 -0
  731. package/styles/toolbar/_fluent-definition.scss +210 -0
  732. package/styles/toolbar/_fusionnew-definition.scss +220 -0
  733. package/styles/toolbar/_highcontrast-definition.scss +99 -30
  734. package/styles/toolbar/_highcontrast-light-definition.scss +219 -149
  735. package/styles/toolbar/_layout.scss +690 -1087
  736. package/styles/toolbar/_material-dark-definition.scss +216 -148
  737. package/styles/toolbar/_material-definition.scss +117 -46
  738. package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
  739. package/styles/toolbar/_tailwind-definition.scss +210 -0
  740. package/styles/toolbar/_theme.scss +246 -263
  741. package/styles/toolbar/bootstrap-dark.css +768 -1105
  742. package/styles/toolbar/bootstrap-dark.scss +1 -0
  743. package/styles/toolbar/bootstrap.css +761 -1111
  744. package/styles/toolbar/bootstrap.scss +1 -0
  745. package/styles/toolbar/bootstrap4.css +1071 -0
  746. package/styles/toolbar/bootstrap4.scss +8 -0
  747. package/styles/toolbar/bootstrap5-dark.css +1082 -0
  748. package/styles/toolbar/bootstrap5-dark.scss +8 -0
  749. package/styles/toolbar/bootstrap5.css +1082 -0
  750. package/styles/toolbar/bootstrap5.scss +8 -0
  751. package/styles/toolbar/fabric-dark.css +779 -1042
  752. package/styles/toolbar/fabric-dark.scss +1 -0
  753. package/styles/toolbar/fabric.css +767 -1041
  754. package/styles/toolbar/fabric.scss +1 -0
  755. package/styles/toolbar/fluent-dark.css +1081 -0
  756. package/styles/toolbar/fluent-dark.scss +8 -0
  757. package/styles/toolbar/fluent.css +1081 -0
  758. package/styles/toolbar/fluent.scss +8 -0
  759. package/styles/toolbar/highcontrast-light.css +1070 -0
  760. package/styles/toolbar/highcontrast-light.scss +8 -0
  761. package/styles/toolbar/highcontrast.css +744 -1089
  762. package/styles/toolbar/highcontrast.scss +1 -0
  763. package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
  764. package/styles/toolbar/icons/_bootstrap.scss +1 -1
  765. package/styles/toolbar/icons/_bootstrap4.scss +16 -0
  766. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  767. package/styles/toolbar/icons/_bootstrap5.scss +16 -0
  768. package/styles/toolbar/icons/_fabric-dark.scss +16 -0
  769. package/styles/toolbar/icons/_fabric.scss +1 -1
  770. package/styles/toolbar/icons/_fluent-dark.scss +1 -0
  771. package/styles/toolbar/icons/_fluent.scss +16 -0
  772. package/styles/toolbar/icons/_fusionnew.scss +16 -0
  773. package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
  774. package/styles/toolbar/icons/_highcontrast.scss +1 -1
  775. package/styles/toolbar/icons/_material-dark.scss +16 -0
  776. package/styles/toolbar/icons/_material.scss +1 -1
  777. package/styles/toolbar/icons/_material3.scss +16 -0
  778. package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
  779. package/styles/toolbar/icons/_tailwind.scss +16 -0
  780. package/styles/toolbar/material-dark.css +747 -1010
  781. package/styles/toolbar/material-dark.scss +1 -0
  782. package/styles/toolbar/material.css +753 -1027
  783. package/styles/toolbar/material.scss +1 -0
  784. package/styles/toolbar/tailwind-dark.css +1082 -0
  785. package/styles/toolbar/tailwind-dark.scss +8 -0
  786. package/styles/toolbar/tailwind.css +1082 -0
  787. package/styles/toolbar/tailwind.scss +8 -0
  788. package/styles/treeview/_all.scss +1 -1
  789. package/styles/treeview/_bootstrap-dark-definition.scss +104 -117
  790. package/styles/treeview/_bootstrap-definition.scss +24 -38
  791. package/styles/treeview/_bootstrap4-definition.scss +141 -0
  792. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  793. package/styles/treeview/_bootstrap5-definition.scss +120 -0
  794. package/styles/treeview/_fabric-dark-definition.scss +102 -116
  795. package/styles/treeview/_fabric-definition.scss +24 -38
  796. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  797. package/styles/treeview/_fluent-definition.scss +120 -0
  798. package/styles/treeview/_fusionnew-definition.scss +120 -0
  799. package/styles/treeview/_highcontrast-definition.scss +24 -38
  800. package/styles/treeview/_highcontrast-light-definition.scss +112 -126
  801. package/styles/treeview/_layout.scss +619 -28
  802. package/styles/treeview/_material-dark-definition.scss +104 -116
  803. package/styles/treeview/_material-definition.scss +25 -39
  804. package/styles/treeview/_tailwind-dark-definition.scss +1 -0
  805. package/styles/treeview/_tailwind-definition.scss +124 -0
  806. package/styles/treeview/_theme.scss +128 -27
  807. package/styles/treeview/bootstrap-dark.css +230 -172
  808. package/styles/treeview/bootstrap.css +230 -168
  809. package/styles/treeview/bootstrap4.css +829 -0
  810. package/styles/treeview/bootstrap4.scss +6 -0
  811. package/styles/treeview/bootstrap5-dark.css +847 -0
  812. package/styles/treeview/bootstrap5-dark.scss +6 -0
  813. package/styles/treeview/bootstrap5.css +847 -0
  814. package/styles/treeview/bootstrap5.scss +6 -0
  815. package/styles/treeview/fabric-dark.css +230 -168
  816. package/styles/treeview/fabric.css +230 -168
  817. package/styles/treeview/fluent-dark.css +852 -0
  818. package/styles/treeview/fluent-dark.scss +6 -0
  819. package/styles/treeview/fluent.css +852 -0
  820. package/styles/treeview/fluent.scss +6 -0
  821. package/styles/treeview/highcontrast-light.css +736 -0
  822. package/styles/treeview/highcontrast-light.scss +6 -0
  823. package/styles/treeview/highcontrast.css +230 -171
  824. package/styles/treeview/icons/_bootstrap-dark.scss +2 -2
  825. package/styles/treeview/icons/_bootstrap.scss +2 -2
  826. package/styles/treeview/icons/_bootstrap4.scss +39 -0
  827. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  828. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  829. package/styles/treeview/icons/_fabric-dark.scss +2 -2
  830. package/styles/treeview/icons/_fabric.scss +2 -2
  831. package/styles/treeview/icons/_fluent-dark.scss +1 -0
  832. package/styles/treeview/icons/_fluent.scss +43 -0
  833. package/styles/treeview/icons/_fusionnew.scss +43 -0
  834. package/styles/treeview/icons/_highcontrast-light.scss +2 -2
  835. package/styles/treeview/icons/_highcontrast.scss +2 -2
  836. package/styles/treeview/icons/_material-dark.scss +2 -2
  837. package/styles/treeview/icons/_material.scss +2 -2
  838. package/styles/treeview/icons/_material3.scss +43 -0
  839. package/styles/treeview/icons/_tailwind-dark.scss +43 -0
  840. package/styles/treeview/icons/_tailwind.scss +43 -0
  841. package/styles/treeview/material-dark.css +242 -172
  842. package/styles/treeview/material.css +238 -167
  843. package/styles/treeview/tailwind-dark.css +840 -0
  844. package/styles/treeview/tailwind-dark.scss +6 -0
  845. package/styles/treeview/tailwind.css +840 -0
  846. package/styles/treeview/tailwind.scss +6 -0
  847. package/styles/v-scroll/_all.scss +1 -1
  848. package/styles/v-scroll/_bootstrap-dark-definition.scss +39 -38
  849. package/styles/v-scroll/_bootstrap-definition.scss +8 -8
  850. package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
  851. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  852. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  853. package/styles/v-scroll/_fabric-dark-definition.scss +41 -40
  854. package/styles/v-scroll/_fabric-definition.scss +10 -10
  855. package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
  856. package/styles/v-scroll/_fluent-definition.scss +49 -0
  857. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  858. package/styles/v-scroll/_highcontrast-definition.scss +10 -11
  859. package/styles/v-scroll/_highcontrast-light-definition.scss +41 -41
  860. package/styles/v-scroll/_layout.scss +4 -4
  861. package/styles/v-scroll/_material-dark-definition.scss +46 -45
  862. package/styles/v-scroll/_material-definition.scss +10 -10
  863. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
  864. package/styles/v-scroll/_tailwind-definition.scss +49 -0
  865. package/styles/v-scroll/_theme.scss +2 -27
  866. package/styles/v-scroll/bootstrap-dark.css +25 -51
  867. package/styles/v-scroll/bootstrap-dark.scss +1 -0
  868. package/styles/v-scroll/bootstrap.css +13 -58
  869. package/styles/v-scroll/bootstrap4.css +202 -0
  870. package/styles/v-scroll/bootstrap4.scss +4 -0
  871. package/styles/v-scroll/bootstrap5-dark.css +202 -0
  872. package/styles/v-scroll/bootstrap5-dark.scss +4 -0
  873. package/styles/v-scroll/bootstrap5.css +202 -0
  874. package/styles/v-scroll/bootstrap5.scss +4 -0
  875. package/styles/v-scroll/fabric-dark.css +26 -52
  876. package/styles/v-scroll/fabric-dark.scss +1 -0
  877. package/styles/v-scroll/fabric.css +14 -59
  878. package/styles/v-scroll/fluent-dark.css +202 -0
  879. package/styles/v-scroll/fluent-dark.scss +4 -0
  880. package/styles/v-scroll/fluent.css +202 -0
  881. package/styles/v-scroll/fluent.scss +4 -0
  882. package/styles/v-scroll/highcontrast-light.css +201 -0
  883. package/styles/v-scroll/highcontrast-light.scss +4 -0
  884. package/styles/v-scroll/highcontrast.css +14 -74
  885. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
  886. package/styles/v-scroll/icons/_bootstrap.scss +1 -1
  887. package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
  888. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  889. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  890. package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
  891. package/styles/v-scroll/icons/_fabric.scss +3 -2
  892. package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
  893. package/styles/v-scroll/icons/_fluent.scss +27 -0
  894. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  895. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
  896. package/styles/v-scroll/icons/_highcontrast.scss +3 -2
  897. package/styles/v-scroll/{_icons.scss → icons/_material-dark.scss} +4 -3
  898. package/styles/v-scroll/icons/_material.scss +1 -0
  899. package/styles/v-scroll/icons/_material3.scss +27 -0
  900. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
  901. package/styles/v-scroll/icons/_tailwind.scss +27 -0
  902. package/styles/v-scroll/material-dark.css +23 -50
  903. package/styles/v-scroll/material-dark.scss +1 -0
  904. package/styles/v-scroll/material.css +12 -58
  905. package/styles/v-scroll/tailwind-dark.css +203 -0
  906. package/styles/v-scroll/tailwind-dark.scss +4 -0
  907. package/styles/v-scroll/tailwind.css +203 -0
  908. package/styles/v-scroll/tailwind.scss +4 -0
  909. package/tslint.json +111 -0
  910. package/styles/toolbar/_icons.scss +0 -35
package/src/tab/tab.d.ts CHANGED
@@ -6,13 +6,35 @@ import { OverflowMode } from '../toolbar/toolbar';
6
6
  import { TabModel, TabItemModel, HeaderModel, TabActionSettingsModel, TabAnimationSettingsModel } from './tab-model';
7
7
  declare type HTEle = HTMLElement;
8
8
  /**
9
- * Options to set the orientation of Tab header.
9
+ * Specifies the orientation of the Tab header.
10
+ * ```props
11
+ * Top :- Places the Tab header on the top.
12
+ * Bottom :- Places the Tab header on the bottom.
13
+ * Left :- Places the Tab header on the left.
14
+ * Right :- Places the Tab header on the right.
15
+ * ```
10
16
  */
11
17
  export declare type HeaderPosition = 'Top' | 'Bottom' | 'Left' | 'Right';
12
18
  /**
13
19
  * Options to set the content element height adjust modes.
20
+ * ```props
21
+ * None :- Based on the given height property, the content panel height is set.
22
+ * Auto :- Tallest panel height of a given Tab content is set to all the other panels.
23
+ * Content :- Based on the corresponding content height, the content panel height is set.
24
+ * Fill :- Content element take height based on the parent height.
25
+ * ```
14
26
  */
15
27
  export declare type HeightStyles = 'None' | 'Auto' | 'Content' | 'Fill';
28
+ /**
29
+ * Specifies the options of Tab content display mode.
30
+ * ```props
31
+ * Demand :- The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
32
+ * Dynamic :- The content of all the tabs are rendered on the initial load and maintained in the DOM.
33
+ * Init :- The content of all the tabs are rendered on the initial load and maintained in the DOM.
34
+ * ```
35
+ */
36
+ export declare type ContentLoad = 'Dynamic' | 'Init' | 'Demand';
37
+ /** An interface that holds options to control the selected item action. */
16
38
  export interface SelectEventArgs extends BaseEventArgs {
17
39
  /** Defines the previous Tab item element. */
18
40
  previousItem: HTMLElement;
@@ -28,7 +50,10 @@ export interface SelectEventArgs extends BaseEventArgs {
28
50
  cancel?: boolean;
29
51
  /** Defines the selected content. */
30
52
  selectedContent: HTMLElement;
53
+ /** Determines whether the event is triggered via user interaction or programmatic way. True, if the event is triggered by user interaction. */
54
+ isInteracted?: boolean;
31
55
  }
56
+ /** An interface that holds options to control the selecting item action. */
32
57
  export interface SelectingEventArgs extends SelectEventArgs {
33
58
  /** Defines the selecting Tab item element. */
34
59
  selectingItem: HTMLElement;
@@ -36,39 +61,79 @@ export interface SelectingEventArgs extends SelectEventArgs {
36
61
  selectingIndex: number;
37
62
  /** Defines the selecting Tab item content. */
38
63
  selectingContent: HTMLElement;
64
+ /** Defines the type of the event. */
65
+ event?: Event;
39
66
  }
67
+ /** An interface that holds options to control the removing and removed item action. */
40
68
  export interface RemoveEventArgs extends BaseEventArgs {
41
69
  /** Defines the removed Tab item element. */
42
70
  removedItem: HTMLElement;
43
71
  /** Defines the removed Tab item index. */
44
72
  removedIndex: number;
73
+ /** Defines the prevent action. */
74
+ cancel?: boolean;
45
75
  }
76
+ /** An interface that holds options to control the adding and added item action. */
77
+ export interface AddEventArgs extends BaseEventArgs {
78
+ /** Defines the added Tab item element */
79
+ addedItems: TabItemModel[];
80
+ /** Defines the prevent action. */
81
+ cancel?: boolean;
82
+ }
83
+ /** An interface that holds option to control the dragging and dragged item action. */
84
+ export interface DragEventArgs extends BaseEventArgs {
85
+ /** Defines the current dragged Tab item. */
86
+ draggedItem: HTMLElement;
87
+ /** Defines the dropped Tab item. */
88
+ droppedItem: HTMLElement;
89
+ /** defines the Dragged Tab item index. */
90
+ index: number;
91
+ /** Return the actual event. */
92
+ event: MouseEvent;
93
+ /** Return the target element */
94
+ target: HTMLElement;
95
+ /** Return the clone element */
96
+ clonedElement: HTMLElement;
97
+ /** Defines the prevent action. */
98
+ cancel?: boolean;
99
+ }
100
+ /**
101
+ * Objects used for configuring the Tab selecting item action properties.
102
+ */
46
103
  export declare class TabActionSettings extends ChildProperty<TabActionSettings> {
47
104
  /**
48
105
  * Specifies the animation effect for displaying Tab content.
49
- * @default : 'SlideLeftIn'
106
+ *
107
+ * @default 'SlideLeftIn'
50
108
  * @aspType string
51
109
  */
52
110
  effect: 'None' | Effect;
53
111
  /**
54
112
  * Specifies the time duration to transform content.
55
- * @default : 600
113
+ *
114
+ * @default 600
56
115
  */
57
116
  duration: number;
58
117
  /**
59
118
  * Specifies easing effect applied while transforming content.
60
- * @default : 'ease'
119
+ *
120
+ * @default 'ease'
61
121
  */
62
122
  easing: string;
63
123
  }
124
+ /**
125
+ * Objects used for configuring the Tab animation properties.
126
+ */
64
127
  export declare class TabAnimationSettings extends ChildProperty<TabAnimationSettings> {
65
128
  /**
66
129
  * Specifies the animation to appear while moving to previous Tab content.
130
+ *
67
131
  * @default { effect: 'SlideLeftIn', duration: 600, easing: 'ease' }
68
132
  */
69
133
  previous: TabActionSettingsModel;
70
134
  /**
71
135
  * Specifies the animation to appear while moving to next Tab content.
136
+ *
72
137
  * @default { effect: 'SlideRightIn', duration: 600, easing: 'ease' }
73
138
  */
74
139
  next: TabActionSettingsModel;
@@ -79,21 +144,24 @@ export declare class TabAnimationSettings extends ChildProperty<TabAnimationSett
79
144
  export declare class Header extends ChildProperty<Header> {
80
145
  /**
81
146
  * Specifies the display text of the Tab item header.
147
+ *
82
148
  * @default ''
83
149
  */
84
150
  text: string | HTMLElement;
85
151
  /**
86
152
  * Specifies the icon class that is used to render an icon in the Tab header.
153
+ *
87
154
  * @default ''
88
155
  */
89
156
  iconCss: string;
90
157
  /**
91
158
  * Options for positioning the icon in the Tab item header. This property depends on `iconCss` property.
92
- * The possible values are:
93
- * - Left: Places the icon to the `left` of the item.
94
- * - Top: Places the icon on the `top` of the item.
95
- * - Right: Places the icon to the `right` end of the item.
96
- * - Bottom: Places the icon at the `bottom` of the item.
159
+ * The possible values for this property as follows
160
+ * * `Left`: Places the icon to the left of the item.
161
+ * * `Top`: Places the icon on the top of the item.
162
+ * * `Right`: Places the icon to the right end of the item.
163
+ * * `Bottom`: Places the icon at the bottom of the item.
164
+ *
97
165
  * @default 'left'
98
166
  */
99
167
  iconPosition: string;
@@ -104,24 +172,54 @@ export declare class Header extends ChildProperty<Header> {
104
172
  export declare class TabItem extends ChildProperty<TabItem> {
105
173
  /**
106
174
  * The object used for configuring the Tab item header properties.
175
+ *
107
176
  * @default {}
108
177
  */
109
178
  header: HeaderModel;
179
+ /**
180
+ * Specifies the header text of Tab item.
181
+ *
182
+ * @default null
183
+ */
184
+ headerTemplate: string;
110
185
  /**
111
186
  * Specifies the content of Tab item, that is displayed when concern item header is selected.
187
+ *
112
188
  * @default ''
113
189
  */
114
190
  content: string | HTMLElement;
115
191
  /**
116
192
  * Sets the CSS classes to the Tab item to customize its styles.
193
+ *
117
194
  * @default ''
118
195
  */
119
196
  cssClass: string;
120
197
  /**
121
198
  * Sets true to disable user interactions of the Tab item.
199
+ *
122
200
  * @default false
123
201
  */
124
202
  disabled: boolean;
203
+ /**
204
+ * Sets false to hide the Tab item.
205
+ *
206
+ * @default true
207
+ */
208
+ visible: boolean;
209
+ /**
210
+ * Sets unique ID to Tab item.
211
+ *
212
+ * @default null
213
+ */
214
+ id: string;
215
+ /**
216
+ * Specifies the tab order of the Tabs items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys.
217
+ * By default, user can able to switch between items only via arrow keys.
218
+ * If the value is set to 0 for all tabs items, then tab switches based on element order.
219
+ *
220
+ * @default -1
221
+ */
222
+ tabIndex: number;
125
223
  }
126
224
  /**
127
225
  * Tab is a content panel to show multiple contents in a single space, one at a time.
@@ -138,6 +236,7 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
138
236
  private hdrEle;
139
237
  private cntEle;
140
238
  private tbObj;
239
+ tabId: string;
141
240
  private tbItems;
142
241
  private tbItem;
143
242
  private tbPop;
@@ -158,11 +257,10 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
158
257
  private keyModule;
159
258
  private tabKeyModule;
160
259
  private touchModule;
161
- private animateOptions;
162
- private animObj;
163
260
  private maxHeight;
164
261
  private title;
165
262
  private initRender;
263
+ private isInteracted;
166
264
  private prevActiveEle;
167
265
  private lastIndex;
168
266
  private isSwipeed;
@@ -175,6 +273,12 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
175
273
  private selectedID;
176
274
  private selectingID;
177
275
  private isIconAlone;
276
+ private dragItem;
277
+ private cloneElement;
278
+ private droppedIndex;
279
+ private draggingItems;
280
+ private draggableItems;
281
+ private tbId;
178
282
  private resizeContext;
179
283
  /**
180
284
  * Contains the keyboard configuration of the Tab.
@@ -191,22 +295,26 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
191
295
  * });
192
296
  * tabObj.appendTo('#tab');
193
297
  * ```
298
+ *
194
299
  * @default []
195
300
  */
196
301
  items: TabItemModel[];
197
302
  /**
198
303
  * Specifies the width of the Tab component. Default, Tab width sets based on the width of its parent.
304
+ *
199
305
  * @default '100%'
200
306
  */
201
307
  width: string | number;
202
308
  /**
203
309
  * Specifies the height of the Tab component. By default, Tab height is set based on the height of its parent.
204
310
  * To use height property, heightAdjustMode must be set to 'None'.
311
+ *
205
312
  * @default 'auto'
206
313
  */
207
314
  height: string | number;
208
315
  /**
209
316
  * Sets the CSS classes to root element of the Tab that helps to customize component styles.
317
+ *
210
318
  * @default ''
211
319
  */
212
320
  cssClass: string;
@@ -222,121 +330,198 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
222
330
  * });
223
331
  * tabObj.appendTo('#tab');
224
332
  * ```
333
+ *
225
334
  * @default 0
226
335
  */
227
336
  selectedItem: number;
228
337
  /**
229
338
  * Specifies the orientation of Tab header.
230
- * The possible values are:
231
- * - Top: Places the Tab header on the top.
232
- * - Bottom: Places the Tab header at the bottom.
233
- * - Left: Places the Tab header on the left.
234
- * - Right: Places the Tab header at the right.
339
+ * The possible values for this property as follows
340
+ * * `Top`: Places the Tab header on the top.
341
+ * * `Bottom`: Places the Tab header at the bottom.
342
+ * * `Left`: Places the Tab header on the left.
343
+ * * `Right`: Places the Tab header at the right.
344
+ *
235
345
  * @default 'Top'
236
346
  */
237
347
  headerPlacement: HeaderPosition;
238
348
  /**
239
349
  * Specifies the height style for Tab content.
240
- * The possible values are:
241
- * - None: Based on the given height property, the content panel height is set.
242
- * - Auto: Tallest panel height of a given Tab content is set to all the other panels.
243
- * - Content: Based on the corresponding content height, the content panel height is set.
244
- * - Fill: Based on the parent height, the content panel height is set.
350
+ * The possible values for this property as follows
351
+ * * `None`: Based on the given height property, the content panel height is set.
352
+ * * `Auto`: Tallest panel height of a given Tab content is set to all the other panels.
353
+ * * `Content`: Based on the corresponding content height, the content panel height is set.
354
+ * * `Fill`: Based on the parent height, the content panel height is set.
355
+ *
245
356
  * @default 'Content'
246
357
  */
247
358
  heightAdjustMode: HeightStyles;
248
359
  /**
249
360
  * Specifies the Tab display mode when Tab content exceeds the viewing area.
250
361
  * The possible modes are:
251
- * - Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
252
- * - Popup: Tab container holds the items that can be placed within the available space and rest of the items are moved to the popup.
362
+ * * `Scrollable`: All the elements are displayed in a single line with horizontal scrolling enabled.
363
+ * * `Popup`: Tab container holds the items that can be placed within the available space and rest of the items are moved to the popup.
253
364
  * If the popup content overflows the height of the page, the rest of the elements can be viewed by scrolling the popup.
365
+ *
254
366
  * @default 'Scrollable'
255
367
  */
256
368
  overflowMode: OverflowMode;
257
369
  /**
258
- * Specifies the direction of the Tab. For the culture like Arabic, direction can be switched as right-to-left.
259
- * @default false
370
+ * Specifies the modes for Tab content.
371
+ * The possible modes are:
372
+ * * `Demand` - The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
373
+ * * `Dynamic` - The content of all the tabs are rendered on the initial load and maintained in the DOM.
374
+ * * `Init` - The content of all the tabs are rendered on the initial load and maintained in the DOM.
375
+ *
376
+ * @default 'Dynamic'
260
377
  */
261
- enableRtl: boolean;
378
+ protected loadOn: ContentLoad;
262
379
  /**
263
380
  * Enable or disable persisting component's state between page reloads.
264
381
  * If enabled, following list of states will be persisted.
265
382
  * 1. selectedItem
266
- * @default false.
383
+ *
384
+ * @default false
267
385
  */
268
386
  enablePersistence: boolean;
387
+ /**
388
+ * Defines whether to allow the cross-scripting site or not.
389
+ *
390
+ * @default false
391
+ */
392
+ enableHtmlSanitizer: boolean;
269
393
  /**
270
394
  * Specifies whether to show the close button for header items to remove the item from the Tab.
395
+ *
271
396
  * @default false
272
397
  */
273
398
  showCloseButton: boolean;
399
+ /**
400
+ * Determines whether to re-order tab items to show active tab item in the header area or popup when OverflowMode is Popup.
401
+ * True, if active tab item should be visible in header area instead of pop-up. The default value is true.
402
+ *
403
+ * @default true
404
+ */
405
+ reorderActiveTab: boolean;
406
+ /**
407
+ * Specifies the scrolling distance in scroller.
408
+ *
409
+ * @default null
410
+ */
411
+ scrollStep: number;
412
+ /**
413
+ * Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted
414
+ * for the draggable element movement. By default, the draggable element movement occurs in the toolbar.
415
+ * @default null
416
+ */
417
+ dragArea: string;
418
+ /**
419
+ * Sets true to allow drag and drop the Tab items
420
+ * @default false
421
+ */
422
+ allowDragAndDrop: boolean;
274
423
  /**
275
424
  * Specifies the animation configuration settings while showing the content of the Tab.
425
+ *
276
426
  * @default
277
427
  * { previous: { effect: 'SlideLeftIn', duration: 600, easing: 'ease' },
278
- * next: { effect: 'SlideRightIn', duration: 600, easing: 'ease' } }
428
+ * next: { effect: 'SlideRightIn', duration: 600, easing: 'ease' } }
279
429
  */
280
430
  animation: TabAnimationSettingsModel;
281
431
  /**
282
432
  * The event will be fired once the component rendering is completed.
433
+ *
283
434
  * @event
284
435
  */
285
436
  created: EmitType<Event>;
286
437
  /**
287
- * The event will be fired before adding the item to the Tab.
438
+ * The event will be fired before adding the item to the Tab.
439
+ *
288
440
  * @event
289
441
  */
290
- adding: EmitType<Event>;
442
+ adding: EmitType<AddEventArgs>;
291
443
  /**
292
- * The event will be fired after adding the item to the Tab.
444
+ * The event will be fired after adding the item to the Tab.
445
+ *
293
446
  * @event
294
447
  */
295
- added: EmitType<Event>;
448
+ added: EmitType<AddEventArgs>;
296
449
  /**
297
- * The event will be fired before the item gets selected.
450
+ * The event will be fired before the item gets selected.
451
+ *
298
452
  * @event
299
453
  */
300
454
  selecting: EmitType<SelectingEventArgs>;
301
455
  /**
302
- * The event will be fired after the item gets selected.
456
+ * The event will be fired after the item gets selected.
457
+ *
303
458
  * @event
304
459
  */
305
460
  selected: EmitType<SelectEventArgs>;
306
461
  /**
307
- * The event will be fired before removing the item from the Tab.
462
+ * The event will be fired before removing the item from the Tab.
463
+ *
308
464
  * @event
309
465
  */
310
466
  removing: EmitType<RemoveEventArgs>;
311
467
  /**
312
- * The event will be fired after removing the item from the Tab.
468
+ * The event will be fired after removing the item from the Tab.
469
+ *
313
470
  * @event
314
471
  */
315
472
  removed: EmitType<RemoveEventArgs>;
473
+ /**
474
+ * The event will be fired before dragging the item from Tab
475
+ * @event
476
+ */
477
+ onDragStart: EmitType<DragEventArgs>;
478
+ /**
479
+ * The event will be fired while dragging the Tab item
480
+ * @event
481
+ */
482
+ dragging: EmitType<DragEventArgs>;
483
+ /**
484
+ * The event will be fired after dropping the Tab item
485
+ * @event
486
+ */
487
+ dragged: EmitType<DragEventArgs>;
316
488
  /**
317
489
  * The event will be fired when the component gets destroyed.
490
+ *
318
491
  * @event
319
492
  */
320
493
  destroyed: EmitType<Event>;
321
494
  /**
322
495
  * Removes the component from the DOM and detaches all its related event handlers, attributes and classes.
323
- * @returns void
496
+ *
497
+ * @returns {void}
324
498
  */
325
499
  destroy(): void;
500
+ /**
501
+ * Refresh the tab component
502
+ *
503
+ * @returns {void}
504
+ */
505
+ refresh(): void;
326
506
  /**
327
507
  * Initialize component
508
+ *
328
509
  * @private
510
+ * @returns {void}
329
511
  */
330
512
  protected preRender(): void;
331
513
  /**
332
514
  * Initializes a new instance of the Tab class.
333
- * @param options - Specifies Tab model properties as options.
334
- * @param element - Specifies the element that is rendered as a Tab.
515
+ *
516
+ * @param {TabModel} options - Specifies Tab model properties as options.
517
+ * @param {string | HTMLElement} element - Specifies the element that is rendered as a Tab.
335
518
  */
336
519
  constructor(options?: TabModel, element?: string | HTMLElement);
337
520
  /**
338
521
  * Initialize the component rendering
522
+ *
339
523
  * @private
524
+ * @returns {void}
340
525
  */
341
526
  protected render(): void;
342
527
  private renderContainer;
@@ -347,12 +532,12 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
347
532
  private removeActiveClass;
348
533
  private checkPopupOverflow;
349
534
  private popupHandler;
350
- private updateOrientationAttribute;
351
535
  private setCloseButton;
352
536
  private prevCtnAnimation;
353
537
  private triggerPrevAnimation;
354
538
  private triggerAnimation;
355
539
  private keyPressed;
540
+ private getTabHeader;
356
541
  private getEleIndex;
357
542
  private extIndex;
358
543
  private expTemplateContent;
@@ -366,6 +551,8 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
366
551
  private addVerticalClass;
367
552
  private updatePopAnimationConfig;
368
553
  private changeOrientation;
554
+ private focusItem;
555
+ private changeToolbarOrientation;
369
556
  private setOrientation;
370
557
  private setCssClass;
371
558
  private setContentHeight;
@@ -376,75 +563,113 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
376
563
  private setRTL;
377
564
  private refreshActiveBorder;
378
565
  private showPopup;
566
+ private bindDraggable;
379
567
  private wireEvents;
380
568
  private unWireEvents;
381
569
  private clickHandler;
382
570
  private swipeHandler;
383
571
  private spaceKeyDown;
384
572
  private keyHandler;
385
- private refreshActElePosition;
386
573
  private refreshItemVisibility;
574
+ private getIndexFromEle;
387
575
  private hoverHandler;
388
576
  private evalOnPropertyChangeItems;
577
+ private initializeDrag;
578
+ private helper;
579
+ private itemDragStart;
580
+ private dragAction;
581
+ private itemDragStop;
389
582
  /**
390
583
  * Enables or disables the specified Tab item. On passing value as `false`, the item will be disabled.
391
- * @param {number} index - Index value of target Tab item.
392
- * @param {boolean} value - Boolean value that determines whether the command should be enabled or disabled.
584
+ *
585
+ * @param {number} index - Index value of target Tab item.
586
+ * @param {boolean} value - Boolean value that determines whether the command should be enabled or disabled.
393
587
  * By default, isEnable is true.
394
- * @returns void.
588
+ * @returns {void}.
395
589
  */
396
590
  enableTab(index: number, value: boolean): void;
397
591
  /**
398
592
  * Adds new items to the Tab that accepts an array as Tab items.
399
- * @param {TabItemsModel[]} items - An array of item that is added to the Tab.
400
- * @param {number} index - Number value that determines where the items to be added. By default, index is 0.
401
- * @returns void.
593
+ *
594
+ * @param {TabItemModel[]} items - An array of item that is added to the Tab.
595
+ * @param {number} index - Number value that determines where the items to be added. By default, index is 0.
596
+ * @returns {void}.
402
597
  */
403
598
  addTab(items: TabItemModel[], index?: number): void;
599
+ private addingTabContent;
404
600
  /**
405
601
  * Removes the items in the Tab from the specified index.
406
- * @param {number} index - Index of target item that is going to be removed.
407
- * @returns void.
602
+ *
603
+ * @param {number} index - Index of target item that is going to be removed.
604
+ * @returns {void}.
408
605
  */
409
606
  removeTab(index: number): void;
410
607
  /**
411
608
  * Shows or hides the Tab that is in the specified index.
412
- * @param {number} index - Index value of target item.
413
- * @param {boolean} value - Based on this Boolean value, item will be hide (false) or show (true). By default, value is true.
414
- * @returns void.
609
+ *
610
+ * @param {number} index - Index value of target item.
611
+ * @param {boolean} value - Based on this Boolean value, item will be hide (false) or show (true). By default, value is true.
612
+ * @returns {void}.
415
613
  */
416
614
  hideTab(index: number, value?: boolean): void;
615
+ private selectTab;
417
616
  /**
418
617
  * Specifies the index or HTMLElement to select an item from the Tab.
419
- * @param {number | HTMLElement} args - Index or DOM element is used for selecting an item from the Tab.
420
- * @returns void.
618
+ *
619
+ * @param {number | HTMLElement} args - Index or DOM element is used for selecting an item from the Tab.
620
+ * @param {Event} event - An event which takes place in DOM.
621
+ * @returns {void}
622
+ */
623
+ select(args: number | HTEle, event?: Event): void;
624
+ private selectingContent;
625
+ /**
626
+ * Gets the item index from the Tab.
627
+ *
628
+ * @param {string} tabItemId - Item ID is used for getting index from the Tab.
629
+ * @returns {number} - It returns item index.
421
630
  */
422
- select(args: number | HTEle): void;
631
+ getItemIndex(tabItemId: string): number;
423
632
  /**
424
633
  * Specifies the value to disable/enable the Tab component.
425
634
  * When set to `true`, the component will be disabled.
635
+ *
426
636
  * @param {boolean} value - Based on this Boolean value, Tab will be enabled (false) or disabled (true).
427
- * @returns void.
637
+ * @returns {void}.
428
638
  */
429
639
  disable(value: boolean): void;
430
640
  /**
431
641
  * Get the properties to be maintained in the persisted state.
432
- * @returns string
642
+ *
643
+ * @returns {string} - It returns the persisted state.
433
644
  */
434
645
  protected getPersistData(): string;
435
646
  /**
436
647
  * Returns the current module name.
437
- * @returns string
648
+ *
649
+ * @returns {string} - It returns the current module name.
438
650
  * @private
439
651
  */
440
652
  protected getModuleName(): string;
441
653
  /**
442
654
  * Gets called when the model property changes.The data that describes the old and new values of the property that changed.
443
- * @param {TabModel} newProp
444
- * @param {TabModel} oldProp
445
- * @returns void
655
+ *
656
+ * @param {TabModel} newProp - It contains the new value of data.
657
+ * @param {TabModel} oldProp - It contains the old value of data.
658
+ * @returns {void}
446
659
  * @private
447
660
  */
448
661
  onPropertyChanged(newProp: TabModel, oldProp: TabModel): void;
662
+ /**
663
+ * To refresh the active tab contents.
664
+ *
665
+ * @returns {void}
666
+ */
667
+ refreshActiveTab(): void;
668
+ /**
669
+ * To refresh the active tab indicator.
670
+ *
671
+ * @returns {void}
672
+ */
673
+ refreshActiveTabBorder(): void;
449
674
  }
450
675
  export {};