@syncfusion/ej2-angular-navigations 20.4.53 → 21.1.35-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (863) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +2028 -0
  6. package/README.md +213 -143
  7. package/dist/ej2-angular-navigations.umd.js +2115 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/accordion/accordion-all.module.d.ts +0 -6
  19. package/src/accordion/accordion.component.d.ts +0 -3
  20. package/src/accordion/accordion.module.d.ts +0 -7
  21. package/src/accordion/items.directive.d.ts +0 -5
  22. package/src/appbar/appbar-all.module.d.ts +0 -6
  23. package/src/appbar/appbar.component.d.ts +0 -3
  24. package/src/appbar/appbar.module.d.ts +0 -6
  25. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  26. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  27. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  28. package/src/breadcrumb/items.directive.d.ts +0 -5
  29. package/src/carousel/carousel-all.module.d.ts +0 -6
  30. package/src/carousel/carousel.component.d.ts +0 -3
  31. package/src/carousel/carousel.module.d.ts +0 -7
  32. package/src/carousel/items.directive.d.ts +0 -5
  33. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  34. package/src/context-menu/contextmenu.component.d.ts +0 -3
  35. package/src/context-menu/contextmenu.module.d.ts +0 -6
  36. package/src/menu/items.directive.d.ts +0 -5
  37. package/src/menu/menu-all.module.d.ts +0 -6
  38. package/src/menu/menu.component.d.ts +0 -3
  39. package/src/menu/menu.module.d.ts +0 -7
  40. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  41. package/src/sidebar/sidebar.component.d.ts +0 -3
  42. package/src/sidebar/sidebar.module.d.ts +0 -6
  43. package/src/tab/items.directive.d.ts +0 -5
  44. package/src/tab/tab-all.module.d.ts +0 -6
  45. package/src/tab/tab.component.d.ts +0 -3
  46. package/src/tab/tab.module.d.ts +0 -7
  47. package/src/toolbar/items.directive.d.ts +15 -20
  48. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  49. package/src/toolbar/toolbar.component.d.ts +0 -3
  50. package/src/toolbar/toolbar.module.d.ts +0 -7
  51. package/src/treeview/treeview-all.module.d.ts +0 -6
  52. package/src/treeview/treeview.component.d.ts +0 -3
  53. package/src/treeview/treeview.module.d.ts +0 -6
  54. package/styles/accordion/bootstrap-dark.css +0 -1
  55. package/styles/accordion/bootstrap-dark.scss +1 -4
  56. package/styles/accordion/bootstrap.css +0 -1
  57. package/styles/accordion/bootstrap.scss +1 -4
  58. package/styles/accordion/bootstrap4.css +0 -1
  59. package/styles/accordion/bootstrap4.scss +1 -4
  60. package/styles/accordion/bootstrap5-dark.css +3 -4
  61. package/styles/accordion/bootstrap5-dark.scss +1 -4
  62. package/styles/accordion/bootstrap5.css +3 -4
  63. package/styles/accordion/bootstrap5.scss +1 -4
  64. package/styles/accordion/fabric-dark.css +0 -1
  65. package/styles/accordion/fabric-dark.scss +1 -4
  66. package/styles/accordion/fabric.css +0 -1
  67. package/styles/accordion/fabric.scss +1 -4
  68. package/styles/accordion/fluent-dark.css +3 -4
  69. package/styles/accordion/fluent-dark.scss +1 -4
  70. package/styles/accordion/fluent.css +3 -4
  71. package/styles/accordion/fluent.scss +1 -4
  72. package/styles/accordion/highcontrast-light.css +0 -1
  73. package/styles/accordion/highcontrast-light.scss +1 -4
  74. package/styles/accordion/highcontrast.css +0 -1
  75. package/styles/accordion/highcontrast.scss +1 -4
  76. package/styles/accordion/material-dark.css +0 -1
  77. package/styles/accordion/material-dark.scss +1 -4
  78. package/styles/accordion/material.css +0 -1
  79. package/styles/accordion/material.scss +1 -4
  80. package/styles/accordion/tailwind-dark.css +3 -4
  81. package/styles/accordion/tailwind-dark.scss +1 -4
  82. package/styles/accordion/tailwind.css +3 -4
  83. package/styles/accordion/tailwind.scss +1 -4
  84. package/styles/appbar/bootstrap-dark.css +3 -0
  85. package/styles/appbar/bootstrap-dark.scss +1 -3
  86. package/styles/appbar/bootstrap.css +3 -0
  87. package/styles/appbar/bootstrap.scss +1 -3
  88. package/styles/appbar/bootstrap4.css +3 -0
  89. package/styles/appbar/bootstrap4.scss +1 -3
  90. package/styles/appbar/bootstrap5-dark.css +3 -0
  91. package/styles/appbar/bootstrap5-dark.scss +1 -3
  92. package/styles/appbar/bootstrap5.css +3 -0
  93. package/styles/appbar/bootstrap5.scss +1 -3
  94. package/styles/appbar/fabric-dark.css +3 -0
  95. package/styles/appbar/fabric-dark.scss +1 -3
  96. package/styles/appbar/fabric.css +3 -0
  97. package/styles/appbar/fabric.scss +1 -3
  98. package/styles/appbar/fluent-dark.css +3 -0
  99. package/styles/appbar/fluent-dark.scss +1 -3
  100. package/styles/appbar/fluent.css +3 -0
  101. package/styles/appbar/fluent.scss +1 -3
  102. package/styles/appbar/highcontrast-light.css +3 -0
  103. package/styles/appbar/highcontrast-light.scss +1 -3
  104. package/styles/appbar/highcontrast.css +3 -0
  105. package/styles/appbar/highcontrast.scss +1 -3
  106. package/styles/appbar/material-dark.css +3 -0
  107. package/styles/appbar/material-dark.scss +1 -3
  108. package/styles/appbar/material.css +3 -0
  109. package/styles/appbar/material.scss +1 -3
  110. package/styles/appbar/tailwind-dark.css +3 -0
  111. package/styles/appbar/tailwind-dark.scss +1 -3
  112. package/styles/appbar/tailwind.css +3 -0
  113. package/styles/appbar/tailwind.scss +1 -3
  114. package/styles/bootstrap-dark.css +669 -938
  115. package/styles/bootstrap.css +658 -927
  116. package/styles/bootstrap4.css +724 -993
  117. package/styles/bootstrap5-dark.css +685 -954
  118. package/styles/bootstrap5.css +686 -955
  119. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  120. package/styles/breadcrumb/bootstrap.scss +1 -4
  121. package/styles/breadcrumb/bootstrap4.scss +1 -4
  122. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  123. package/styles/breadcrumb/bootstrap5.scss +1 -4
  124. package/styles/breadcrumb/fabric-dark.scss +1 -4
  125. package/styles/breadcrumb/fabric.scss +1 -4
  126. package/styles/breadcrumb/fluent-dark.scss +1 -4
  127. package/styles/breadcrumb/fluent.scss +1 -4
  128. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  129. package/styles/breadcrumb/highcontrast.scss +1 -4
  130. package/styles/breadcrumb/material-dark.scss +1 -4
  131. package/styles/breadcrumb/material.scss +1 -4
  132. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  133. package/styles/breadcrumb/tailwind.scss +1 -4
  134. package/styles/carousel/bootstrap-dark.css +4 -0
  135. package/styles/carousel/bootstrap-dark.scss +1 -5
  136. package/styles/carousel/bootstrap.css +4 -0
  137. package/styles/carousel/bootstrap.scss +1 -5
  138. package/styles/carousel/bootstrap4.css +4 -0
  139. package/styles/carousel/bootstrap4.scss +1 -5
  140. package/styles/carousel/bootstrap5-dark.css +4 -0
  141. package/styles/carousel/bootstrap5-dark.scss +1 -5
  142. package/styles/carousel/bootstrap5.css +4 -0
  143. package/styles/carousel/bootstrap5.scss +1 -5
  144. package/styles/carousel/fabric-dark.css +4 -0
  145. package/styles/carousel/fabric-dark.scss +1 -5
  146. package/styles/carousel/fabric.css +4 -0
  147. package/styles/carousel/fabric.scss +1 -5
  148. package/styles/carousel/fluent-dark.css +4 -0
  149. package/styles/carousel/fluent-dark.scss +1 -5
  150. package/styles/carousel/fluent.css +4 -0
  151. package/styles/carousel/fluent.scss +1 -5
  152. package/styles/carousel/highcontrast-light.css +4 -0
  153. package/styles/carousel/highcontrast-light.scss +1 -5
  154. package/styles/carousel/highcontrast.css +4 -0
  155. package/styles/carousel/highcontrast.scss +1 -5
  156. package/styles/carousel/material-dark.css +4 -0
  157. package/styles/carousel/material-dark.scss +1 -5
  158. package/styles/carousel/material.css +4 -0
  159. package/styles/carousel/material.scss +1 -5
  160. package/styles/carousel/tailwind-dark.css +4 -0
  161. package/styles/carousel/tailwind-dark.scss +1 -5
  162. package/styles/carousel/tailwind.css +4 -0
  163. package/styles/carousel/tailwind.scss +1 -5
  164. package/styles/context-menu/bootstrap-dark.scss +1 -7
  165. package/styles/context-menu/bootstrap.scss +1 -7
  166. package/styles/context-menu/bootstrap4.scss +1 -7
  167. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  168. package/styles/context-menu/bootstrap5.scss +1 -7
  169. package/styles/context-menu/fabric-dark.scss +1 -7
  170. package/styles/context-menu/fabric.scss +1 -7
  171. package/styles/context-menu/fluent-dark.scss +1 -7
  172. package/styles/context-menu/fluent.scss +1 -7
  173. package/styles/context-menu/highcontrast-light.scss +1 -7
  174. package/styles/context-menu/highcontrast.scss +1 -7
  175. package/styles/context-menu/material-dark.scss +1 -7
  176. package/styles/context-menu/material.scss +1 -7
  177. package/styles/context-menu/tailwind-dark.scss +1 -7
  178. package/styles/context-menu/tailwind.scss +1 -7
  179. package/styles/fabric-dark.css +669 -938
  180. package/styles/fabric.css +669 -938
  181. package/styles/fluent-dark.css +677 -946
  182. package/styles/fluent.css +677 -946
  183. package/styles/h-scroll/bootstrap-dark.css +1 -1
  184. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  185. package/styles/h-scroll/bootstrap.css +1 -1
  186. package/styles/h-scroll/bootstrap.scss +1 -4
  187. package/styles/h-scroll/bootstrap4.css +1 -1
  188. package/styles/h-scroll/bootstrap4.scss +1 -4
  189. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  190. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  191. package/styles/h-scroll/bootstrap5.css +1 -1
  192. package/styles/h-scroll/bootstrap5.scss +1 -4
  193. package/styles/h-scroll/fabric-dark.css +1 -1
  194. package/styles/h-scroll/fabric-dark.scss +1 -4
  195. package/styles/h-scroll/fabric.css +1 -1
  196. package/styles/h-scroll/fabric.scss +1 -4
  197. package/styles/h-scroll/fluent-dark.css +1 -1
  198. package/styles/h-scroll/fluent-dark.scss +1 -4
  199. package/styles/h-scroll/fluent.css +1 -1
  200. package/styles/h-scroll/fluent.scss +1 -4
  201. package/styles/h-scroll/highcontrast-light.css +1 -1
  202. package/styles/h-scroll/highcontrast-light.scss +1 -4
  203. package/styles/h-scroll/highcontrast.css +1 -1
  204. package/styles/h-scroll/highcontrast.scss +1 -4
  205. package/styles/h-scroll/material-dark.css +1 -1
  206. package/styles/h-scroll/material-dark.scss +1 -4
  207. package/styles/h-scroll/material.css +1 -1
  208. package/styles/h-scroll/material.scss +1 -4
  209. package/styles/h-scroll/tailwind-dark.css +1 -1
  210. package/styles/h-scroll/tailwind-dark.scss +1 -4
  211. package/styles/h-scroll/tailwind.css +1 -1
  212. package/styles/h-scroll/tailwind.scss +1 -4
  213. package/styles/highcontrast-light.css +668 -937
  214. package/styles/highcontrast.css +675 -944
  215. package/styles/material-dark.css +669 -938
  216. package/styles/material.css +661 -930
  217. package/styles/menu/bootstrap-dark.css +7 -7
  218. package/styles/menu/bootstrap-dark.scss +1 -8
  219. package/styles/menu/bootstrap.css +7 -7
  220. package/styles/menu/bootstrap.scss +1 -8
  221. package/styles/menu/bootstrap4.css +10 -10
  222. package/styles/menu/bootstrap4.scss +1 -8
  223. package/styles/menu/bootstrap5-dark.css +7 -7
  224. package/styles/menu/bootstrap5-dark.scss +1 -8
  225. package/styles/menu/bootstrap5.css +7 -7
  226. package/styles/menu/bootstrap5.scss +1 -8
  227. package/styles/menu/fabric-dark.css +7 -7
  228. package/styles/menu/fabric-dark.scss +1 -8
  229. package/styles/menu/fabric.css +7 -7
  230. package/styles/menu/fabric.scss +1 -8
  231. package/styles/menu/fluent-dark.css +7 -7
  232. package/styles/menu/fluent-dark.scss +1 -8
  233. package/styles/menu/fluent.css +7 -7
  234. package/styles/menu/fluent.scss +1 -8
  235. package/styles/menu/highcontrast-light.css +7 -7
  236. package/styles/menu/highcontrast-light.scss +1 -8
  237. package/styles/menu/highcontrast.css +7 -7
  238. package/styles/menu/highcontrast.scss +1 -8
  239. package/styles/menu/material-dark.css +7 -7
  240. package/styles/menu/material-dark.scss +1 -8
  241. package/styles/menu/material.css +7 -7
  242. package/styles/menu/material.scss +1 -8
  243. package/styles/menu/tailwind-dark.css +7 -7
  244. package/styles/menu/tailwind-dark.scss +1 -8
  245. package/styles/menu/tailwind.css +7 -7
  246. package/styles/menu/tailwind.scss +1 -8
  247. package/styles/pager/bootstrap-dark.scss +1 -4
  248. package/styles/pager/bootstrap.scss +1 -4
  249. package/styles/pager/bootstrap4.scss +1 -4
  250. package/styles/pager/bootstrap5-dark.scss +1 -4
  251. package/styles/pager/bootstrap5.scss +1 -4
  252. package/styles/pager/fabric-dark.scss +1 -4
  253. package/styles/pager/fabric.scss +1 -4
  254. package/styles/pager/fluent-dark.scss +1 -4
  255. package/styles/pager/fluent.scss +1 -4
  256. package/styles/pager/highcontrast-light.scss +1 -4
  257. package/styles/pager/highcontrast.scss +1 -4
  258. package/styles/pager/material-dark.scss +1 -4
  259. package/styles/pager/material.scss +1 -4
  260. package/styles/pager/tailwind-dark.scss +1 -4
  261. package/styles/pager/tailwind.scss +1 -4
  262. package/styles/sidebar/bootstrap-dark.scss +1 -3
  263. package/styles/sidebar/bootstrap.scss +1 -3
  264. package/styles/sidebar/bootstrap4.scss +1 -3
  265. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  266. package/styles/sidebar/bootstrap5.scss +1 -3
  267. package/styles/sidebar/fabric-dark.scss +1 -3
  268. package/styles/sidebar/fabric.scss +1 -3
  269. package/styles/sidebar/fluent-dark.scss +1 -3
  270. package/styles/sidebar/fluent.scss +1 -3
  271. package/styles/sidebar/highcontrast-light.scss +1 -3
  272. package/styles/sidebar/highcontrast.scss +1 -3
  273. package/styles/sidebar/material-dark.scss +1 -3
  274. package/styles/sidebar/material.scss +1 -3
  275. package/styles/sidebar/tailwind-dark.scss +1 -3
  276. package/styles/sidebar/tailwind.scss +1 -3
  277. package/styles/tab/bootstrap-dark.css +5 -2
  278. package/styles/tab/bootstrap-dark.scss +1 -5
  279. package/styles/tab/bootstrap.css +5 -2
  280. package/styles/tab/bootstrap.scss +1 -5
  281. package/styles/tab/bootstrap4.css +12 -9
  282. package/styles/tab/bootstrap4.scss +1 -5
  283. package/styles/tab/bootstrap5-dark.css +11 -8
  284. package/styles/tab/bootstrap5-dark.scss +1 -5
  285. package/styles/tab/bootstrap5.css +11 -8
  286. package/styles/tab/bootstrap5.scss +1 -5
  287. package/styles/tab/fabric-dark.css +7 -4
  288. package/styles/tab/fabric-dark.scss +1 -5
  289. package/styles/tab/fabric.css +7 -4
  290. package/styles/tab/fabric.scss +1 -5
  291. package/styles/tab/fluent-dark.css +8 -5
  292. package/styles/tab/fluent-dark.scss +1 -5
  293. package/styles/tab/fluent.css +8 -5
  294. package/styles/tab/fluent.scss +1 -5
  295. package/styles/tab/highcontrast-light.css +10 -7
  296. package/styles/tab/highcontrast-light.scss +1 -5
  297. package/styles/tab/highcontrast.css +10 -7
  298. package/styles/tab/highcontrast.scss +1 -5
  299. package/styles/tab/material-dark.css +4 -1
  300. package/styles/tab/material-dark.scss +1 -5
  301. package/styles/tab/material.css +4 -1
  302. package/styles/tab/material.scss +1 -5
  303. package/styles/tab/tailwind-dark.css +8 -5
  304. package/styles/tab/tailwind-dark.scss +1 -5
  305. package/styles/tab/tailwind.css +8 -5
  306. package/styles/tab/tailwind.scss +1 -5
  307. package/styles/tailwind-dark.css +668 -937
  308. package/styles/tailwind.css +668 -937
  309. package/styles/toolbar/bootstrap-dark.css +647 -925
  310. package/styles/toolbar/bootstrap-dark.scss +1 -8
  311. package/styles/toolbar/bootstrap.css +638 -916
  312. package/styles/toolbar/bootstrap.scss +1 -8
  313. package/styles/toolbar/bootstrap4.css +657 -935
  314. package/styles/toolbar/bootstrap4.scss +1 -8
  315. package/styles/toolbar/bootstrap5-dark.css +658 -936
  316. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  317. package/styles/toolbar/bootstrap5.css +658 -936
  318. package/styles/toolbar/bootstrap5.scss +1 -8
  319. package/styles/toolbar/fabric-dark.css +645 -923
  320. package/styles/toolbar/fabric-dark.scss +1 -8
  321. package/styles/toolbar/fabric.css +651 -929
  322. package/styles/toolbar/fabric.scss +1 -8
  323. package/styles/toolbar/fluent-dark.css +650 -928
  324. package/styles/toolbar/fluent-dark.scss +1 -8
  325. package/styles/toolbar/fluent.css +650 -928
  326. package/styles/toolbar/fluent.scss +1 -8
  327. package/styles/toolbar/highcontrast-light.css +642 -920
  328. package/styles/toolbar/highcontrast-light.scss +1 -8
  329. package/styles/toolbar/highcontrast.css +647 -925
  330. package/styles/toolbar/highcontrast.scss +1 -8
  331. package/styles/toolbar/material-dark.css +649 -927
  332. package/styles/toolbar/material-dark.scss +1 -8
  333. package/styles/toolbar/material.css +646 -924
  334. package/styles/toolbar/material.scss +1 -8
  335. package/styles/toolbar/tailwind-dark.css +647 -925
  336. package/styles/toolbar/tailwind-dark.scss +1 -8
  337. package/styles/toolbar/tailwind.css +645 -923
  338. package/styles/toolbar/tailwind.scss +1 -8
  339. package/styles/treeview/bootstrap-dark.scss +1 -6
  340. package/styles/treeview/bootstrap.scss +1 -6
  341. package/styles/treeview/bootstrap4.scss +1 -6
  342. package/styles/treeview/bootstrap5-dark.scss +1 -6
  343. package/styles/treeview/bootstrap5.scss +1 -6
  344. package/styles/treeview/fabric-dark.scss +1 -6
  345. package/styles/treeview/fabric.scss +1 -6
  346. package/styles/treeview/fluent-dark.scss +1 -6
  347. package/styles/treeview/fluent.scss +1 -6
  348. package/styles/treeview/highcontrast-light.scss +1 -6
  349. package/styles/treeview/highcontrast.scss +1 -6
  350. package/styles/treeview/material-dark.scss +1 -6
  351. package/styles/treeview/material.scss +1 -6
  352. package/styles/treeview/tailwind-dark.scss +1 -6
  353. package/styles/treeview/tailwind.scss +1 -6
  354. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  355. package/styles/v-scroll/bootstrap.scss +1 -4
  356. package/styles/v-scroll/bootstrap4.scss +1 -4
  357. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  358. package/styles/v-scroll/bootstrap5.scss +1 -4
  359. package/styles/v-scroll/fabric-dark.scss +1 -4
  360. package/styles/v-scroll/fabric.scss +1 -4
  361. package/styles/v-scroll/fluent-dark.scss +1 -4
  362. package/styles/v-scroll/fluent.scss +1 -4
  363. package/styles/v-scroll/highcontrast-light.scss +1 -4
  364. package/styles/v-scroll/highcontrast.scss +1 -4
  365. package/styles/v-scroll/material-dark.scss +1 -4
  366. package/styles/v-scroll/material.scss +1 -4
  367. package/styles/v-scroll/tailwind-dark.scss +1 -4
  368. package/styles/v-scroll/tailwind.scss +1 -4
  369. package/esm2020/public_api.mjs +0 -3
  370. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  371. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  372. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  373. package/esm2020/src/accordion/items.directive.mjs +0 -72
  374. package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
  375. package/esm2020/src/appbar/appbar.component.mjs +0 -59
  376. package/esm2020/src/appbar/appbar.module.mjs +0 -25
  377. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  378. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  379. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  380. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  381. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  382. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  383. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  384. package/esm2020/src/carousel/items.directive.mjs +0 -66
  385. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  386. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  387. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  388. package/esm2020/src/index.mjs +0 -38
  389. package/esm2020/src/menu/items.directive.mjs +0 -46
  390. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  391. package/esm2020/src/menu/menu.component.mjs +0 -71
  392. package/esm2020/src/menu/menu.module.mjs +0 -34
  393. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  394. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  395. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  396. package/esm2020/src/tab/items.directive.mjs +0 -78
  397. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  398. package/esm2020/src/tab/tab.component.mjs +0 -64
  399. package/esm2020/src/tab/tab.module.mjs +0 -34
  400. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  401. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  402. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  403. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  404. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  405. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  406. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  407. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  408. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1445
  409. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  410. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1445
  411. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  412. package/styles/accordion/_all.scss +0 -2
  413. package/styles/accordion/_bootstrap-dark-definition.scss +0 -175
  414. package/styles/accordion/_bootstrap-definition.scss +0 -180
  415. package/styles/accordion/_bootstrap4-definition.scss +0 -183
  416. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  417. package/styles/accordion/_bootstrap5-definition.scss +0 -181
  418. package/styles/accordion/_fabric-dark-definition.scss +0 -178
  419. package/styles/accordion/_fabric-definition.scss +0 -183
  420. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  421. package/styles/accordion/_fluent-definition.scss +0 -180
  422. package/styles/accordion/_fusionnew-definition.scss +0 -181
  423. package/styles/accordion/_highcontrast-definition.scss +0 -205
  424. package/styles/accordion/_highcontrast-light-definition.scss +0 -203
  425. package/styles/accordion/_layout.scss +0 -350
  426. package/styles/accordion/_material-dark-definition.scss +0 -181
  427. package/styles/accordion/_material-definition.scss +0 -177
  428. package/styles/accordion/_material3-definition.scss +0 -181
  429. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  430. package/styles/accordion/_tailwind-definition.scss +0 -179
  431. package/styles/accordion/_theme.scss +0 -388
  432. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  433. package/styles/accordion/icons/_bootstrap.scss +0 -17
  434. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  435. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  436. package/styles/accordion/icons/_bootstrap5.scss +0 -17
  437. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  438. package/styles/accordion/icons/_fabric.scss +0 -17
  439. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  440. package/styles/accordion/icons/_fluent.scss +0 -17
  441. package/styles/accordion/icons/_fusionnew.scss +0 -17
  442. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  443. package/styles/accordion/icons/_highcontrast.scss +0 -17
  444. package/styles/accordion/icons/_material-dark.scss +0 -17
  445. package/styles/accordion/icons/_material.scss +0 -17
  446. package/styles/accordion/icons/_material3.scss +0 -17
  447. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  448. package/styles/accordion/icons/_tailwind.scss +0 -17
  449. package/styles/appbar/_all.scss +0 -2
  450. package/styles/appbar/_bootstrap-dark-definition.scss +0 -8
  451. package/styles/appbar/_bootstrap-definition.scss +0 -8
  452. package/styles/appbar/_bootstrap4-definition.scss +0 -8
  453. package/styles/appbar/_bootstrap5-dark-definition.scss +0 -1
  454. package/styles/appbar/_bootstrap5-definition.scss +0 -8
  455. package/styles/appbar/_fabric-dark-definition.scss +0 -8
  456. package/styles/appbar/_fabric-definition.scss +0 -8
  457. package/styles/appbar/_fluent-dark-definition.scss +0 -1
  458. package/styles/appbar/_fluent-definition.scss +0 -8
  459. package/styles/appbar/_fusionnew-definition.scss +0 -8
  460. package/styles/appbar/_highcontrast-definition.scss +0 -8
  461. package/styles/appbar/_highcontrast-light-definition.scss +0 -8
  462. package/styles/appbar/_layout.scss +0 -81
  463. package/styles/appbar/_material-dark-definition.scss +0 -8
  464. package/styles/appbar/_material-definition.scss +0 -8
  465. package/styles/appbar/_material3-definition.scss +0 -8
  466. package/styles/appbar/_tailwind-dark-definition.scss +0 -1
  467. package/styles/appbar/_tailwind-definition.scss +0 -8
  468. package/styles/appbar/_theme.scss +0 -208
  469. package/styles/breadcrumb/_all.scss +0 -3
  470. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -54
  471. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  472. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  473. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  474. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  475. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  476. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  477. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  478. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  479. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  480. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  481. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  482. package/styles/breadcrumb/_layout.scss +0 -491
  483. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  484. package/styles/breadcrumb/_material-definition.scss +0 -50
  485. package/styles/breadcrumb/_material3-definition.scss +0 -59
  486. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  487. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  488. package/styles/breadcrumb/_theme.scss +0 -160
  489. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  490. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  491. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  492. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  493. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  494. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  495. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  496. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  497. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  498. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  499. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  500. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  501. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  502. package/styles/breadcrumb/icons/_material.scss +0 -25
  503. package/styles/breadcrumb/icons/_material3.scss +0 -25
  504. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  505. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  506. package/styles/carousel/_all.scss +0 -2
  507. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  508. package/styles/carousel/_bootstrap-definition.scss +0 -22
  509. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  510. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  511. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  512. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  513. package/styles/carousel/_fabric-definition.scss +0 -22
  514. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  515. package/styles/carousel/_fluent-definition.scss +0 -22
  516. package/styles/carousel/_fusionnew-definition.scss +0 -22
  517. package/styles/carousel/_highcontrast-definition.scss +0 -22
  518. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  519. package/styles/carousel/_layout.scss +0 -218
  520. package/styles/carousel/_material-dark-definition.scss +0 -22
  521. package/styles/carousel/_material-definition.scss +0 -22
  522. package/styles/carousel/_material3-definition.scss +0 -22
  523. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  524. package/styles/carousel/_tailwind-definition.scss +0 -22
  525. package/styles/carousel/_theme.scss +0 -56
  526. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  527. package/styles/carousel/icons/_bootstrap.scss +0 -30
  528. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  529. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  530. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  531. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  532. package/styles/carousel/icons/_fabric.scss +0 -30
  533. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  534. package/styles/carousel/icons/_fluent.scss +0 -30
  535. package/styles/carousel/icons/_fusionnew.scss +0 -30
  536. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  537. package/styles/carousel/icons/_highcontrast.scss +0 -30
  538. package/styles/carousel/icons/_material-dark.scss +0 -30
  539. package/styles/carousel/icons/_material.scss +0 -30
  540. package/styles/carousel/icons/_material3.scss +0 -30
  541. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  542. package/styles/carousel/icons/_tailwind.scss +0 -30
  543. package/styles/context-menu/_all.scss +0 -2
  544. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -53
  545. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  546. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  547. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  548. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  549. package/styles/context-menu/_fabric-dark-definition.scss +0 -53
  550. package/styles/context-menu/_fabric-definition.scss +0 -50
  551. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  552. package/styles/context-menu/_fluent-definition.scss +0 -52
  553. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  554. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  555. package/styles/context-menu/_highcontrast-light-definition.scss +0 -53
  556. package/styles/context-menu/_layout-mixin.scss +0 -170
  557. package/styles/context-menu/_layout.scss +0 -149
  558. package/styles/context-menu/_material-dark-definition.scss +0 -53
  559. package/styles/context-menu/_material-definition.scss +0 -50
  560. package/styles/context-menu/_material3-definition.scss +0 -52
  561. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  562. package/styles/context-menu/_tailwind-definition.scss +0 -53
  563. package/styles/context-menu/_theme-mixin.scss +0 -63
  564. package/styles/context-menu/_theme.scss +0 -50
  565. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -33
  566. package/styles/context-menu/icons/_bootstrap.scss +0 -33
  567. package/styles/context-menu/icons/_bootstrap4.scss +0 -33
  568. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  569. package/styles/context-menu/icons/_bootstrap5.scss +0 -33
  570. package/styles/context-menu/icons/_fabric-dark.scss +0 -33
  571. package/styles/context-menu/icons/_fabric.scss +0 -33
  572. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  573. package/styles/context-menu/icons/_fluent.scss +0 -33
  574. package/styles/context-menu/icons/_fusionnew.scss +0 -33
  575. package/styles/context-menu/icons/_highcontrast-light.scss +0 -33
  576. package/styles/context-menu/icons/_highcontrast.scss +0 -33
  577. package/styles/context-menu/icons/_material-dark.scss +0 -33
  578. package/styles/context-menu/icons/_material.scss +0 -33
  579. package/styles/context-menu/icons/_material3.scss +0 -33
  580. package/styles/context-menu/icons/_tailwind-dark.scss +0 -33
  581. package/styles/context-menu/icons/_tailwind.scss +0 -33
  582. package/styles/h-scroll/_all.scss +0 -2
  583. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -58
  584. package/styles/h-scroll/_bootstrap-definition.scss +0 -57
  585. package/styles/h-scroll/_bootstrap4-definition.scss +0 -57
  586. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  587. package/styles/h-scroll/_bootstrap5-definition.scss +0 -84
  588. package/styles/h-scroll/_fabric-dark-definition.scss +0 -59
  589. package/styles/h-scroll/_fabric-definition.scss +0 -56
  590. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  591. package/styles/h-scroll/_fluent-definition.scss +0 -84
  592. package/styles/h-scroll/_fusionnew-definition.scss +0 -84
  593. package/styles/h-scroll/_highcontrast-definition.scss +0 -57
  594. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -60
  595. package/styles/h-scroll/_layout.scss +0 -197
  596. package/styles/h-scroll/_material-dark-definition.scss +0 -86
  597. package/styles/h-scroll/_material-definition.scss +0 -83
  598. package/styles/h-scroll/_material3-definition.scss +0 -84
  599. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  600. package/styles/h-scroll/_tailwind-definition.scss +0 -84
  601. package/styles/h-scroll/_theme.scss +0 -132
  602. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -49
  603. package/styles/h-scroll/icons/_bootstrap.scss +0 -49
  604. package/styles/h-scroll/icons/_bootstrap4.scss +0 -49
  605. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  606. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  607. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  608. package/styles/h-scroll/icons/_fabric.scss +0 -49
  609. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  610. package/styles/h-scroll/icons/_fluent.scss +0 -49
  611. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  612. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  613. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  614. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  615. package/styles/h-scroll/icons/_material.scss +0 -49
  616. package/styles/h-scroll/icons/_material3.scss +0 -49
  617. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  618. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  619. package/styles/menu/_all.scss +0 -2
  620. package/styles/menu/_bootstrap-dark-definition.scss +0 -64
  621. package/styles/menu/_bootstrap-definition.scss +0 -65
  622. package/styles/menu/_bootstrap4-definition.scss +0 -64
  623. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  624. package/styles/menu/_bootstrap5-definition.scss +0 -67
  625. package/styles/menu/_fabric-dark-definition.scss +0 -64
  626. package/styles/menu/_fabric-definition.scss +0 -64
  627. package/styles/menu/_fluent-dark-definition.scss +0 -1
  628. package/styles/menu/_fluent-definition.scss +0 -67
  629. package/styles/menu/_fusionnew-definition.scss +0 -67
  630. package/styles/menu/_highcontrast-definition.scss +0 -65
  631. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  632. package/styles/menu/_layout.scss +0 -710
  633. package/styles/menu/_material-dark-definition.scss +0 -64
  634. package/styles/menu/_material-definition.scss +0 -64
  635. package/styles/menu/_material3-definition.scss +0 -67
  636. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  637. package/styles/menu/_tailwind-definition.scss +0 -66
  638. package/styles/menu/_theme.scss +0 -282
  639. package/styles/menu/icons/_bootstrap-dark.scss +0 -134
  640. package/styles/menu/icons/_bootstrap.scss +0 -134
  641. package/styles/menu/icons/_bootstrap4.scss +0 -134
  642. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  643. package/styles/menu/icons/_bootstrap5.scss +0 -134
  644. package/styles/menu/icons/_fabric-dark.scss +0 -134
  645. package/styles/menu/icons/_fabric.scss +0 -134
  646. package/styles/menu/icons/_fluent-dark.scss +0 -1
  647. package/styles/menu/icons/_fluent.scss +0 -134
  648. package/styles/menu/icons/_fusionnew.scss +0 -134
  649. package/styles/menu/icons/_highcontrast-light.scss +0 -134
  650. package/styles/menu/icons/_highcontrast.scss +0 -134
  651. package/styles/menu/icons/_material-dark.scss +0 -134
  652. package/styles/menu/icons/_material.scss +0 -134
  653. package/styles/menu/icons/_material3.scss +0 -134
  654. package/styles/menu/icons/_tailwind-dark.scss +0 -134
  655. package/styles/menu/icons/_tailwind.scss +0 -134
  656. package/styles/pager/_all.scss +0 -2
  657. package/styles/pager/_bootstrap-dark-definition.scss +0 -131
  658. package/styles/pager/_bootstrap-definition.scss +0 -131
  659. package/styles/pager/_bootstrap4-definition.scss +0 -131
  660. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  661. package/styles/pager/_bootstrap5-definition.scss +0 -146
  662. package/styles/pager/_fabric-dark-definition.scss +0 -131
  663. package/styles/pager/_fabric-definition.scss +0 -129
  664. package/styles/pager/_fluent-dark-definition.scss +0 -1
  665. package/styles/pager/_fluent-definition.scss +0 -133
  666. package/styles/pager/_fusionnew-definition.scss +0 -146
  667. package/styles/pager/_highcontrast-definition.scss +0 -129
  668. package/styles/pager/_highcontrast-light-definition.scss +0 -131
  669. package/styles/pager/_layout.scss +0 -896
  670. package/styles/pager/_material-dark-definition.scss +0 -132
  671. package/styles/pager/_material-definition.scss +0 -130
  672. package/styles/pager/_material3-definition.scss +0 -146
  673. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  674. package/styles/pager/_tailwind-definition.scss +0 -132
  675. package/styles/pager/_theme.scss +0 -152
  676. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  677. package/styles/pager/icons/_bootstrap.scss +0 -50
  678. package/styles/pager/icons/_bootstrap4.scss +0 -50
  679. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  680. package/styles/pager/icons/_bootstrap5.scss +0 -50
  681. package/styles/pager/icons/_fabric-dark.scss +0 -50
  682. package/styles/pager/icons/_fabric.scss +0 -50
  683. package/styles/pager/icons/_fluent-dark.scss +0 -1
  684. package/styles/pager/icons/_fluent.scss +0 -50
  685. package/styles/pager/icons/_fusionnew.scss +0 -50
  686. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  687. package/styles/pager/icons/_highcontrast.scss +0 -46
  688. package/styles/pager/icons/_material-dark.scss +0 -50
  689. package/styles/pager/icons/_material.scss +0 -46
  690. package/styles/pager/icons/_material3.scss +0 -50
  691. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  692. package/styles/pager/icons/_tailwind.scss +0 -50
  693. package/styles/sidebar/_all.scss +0 -3
  694. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  695. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  696. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  697. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  698. package/styles/sidebar/_bootstrap5-definition.scss +0 -6
  699. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  700. package/styles/sidebar/_fabric-definition.scss +0 -4
  701. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  702. package/styles/sidebar/_fluent-definition.scss +0 -6
  703. package/styles/sidebar/_fusionnew-definition.scss +0 -6
  704. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  705. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  706. package/styles/sidebar/_icons.scss +0 -1
  707. package/styles/sidebar/_layout.scss +0 -1
  708. package/styles/sidebar/_material-dark-definition.scss +0 -4
  709. package/styles/sidebar/_material-definition.scss +0 -6
  710. package/styles/sidebar/_material3-definition.scss +0 -6
  711. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  712. package/styles/sidebar/_tailwind-definition.scss +0 -6
  713. package/styles/sidebar/_theme.scss +0 -182
  714. package/styles/tab/_all.scss +0 -2
  715. package/styles/tab/_bootstrap-dark-definition.scss +0 -654
  716. package/styles/tab/_bootstrap-definition.scss +0 -664
  717. package/styles/tab/_bootstrap4-definition.scss +0 -668
  718. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  719. package/styles/tab/_bootstrap5-definition.scss +0 -658
  720. package/styles/tab/_fabric-dark-definition.scss +0 -663
  721. package/styles/tab/_fabric-definition.scss +0 -678
  722. package/styles/tab/_fluent-dark-definition.scss +0 -1
  723. package/styles/tab/_fluent-definition.scss +0 -666
  724. package/styles/tab/_fusionnew-definition.scss +0 -658
  725. package/styles/tab/_highcontrast-definition.scss +0 -702
  726. package/styles/tab/_highcontrast-light-definition.scss +0 -690
  727. package/styles/tab/_icons.scss +0 -44
  728. package/styles/tab/_layout.scss +0 -3407
  729. package/styles/tab/_material-dark-definition.scss +0 -674
  730. package/styles/tab/_material-definition.scss +0 -684
  731. package/styles/tab/_material3-definition.scss +0 -658
  732. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  733. package/styles/tab/_tailwind-definition.scss +0 -687
  734. package/styles/tab/_theme.scss +0 -1486
  735. package/styles/tab/icons/_bootstrap-dark.scss +0 -108
  736. package/styles/tab/icons/_bootstrap.scss +0 -108
  737. package/styles/tab/icons/_bootstrap4.scss +0 -115
  738. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  739. package/styles/tab/icons/_bootstrap5.scss +0 -104
  740. package/styles/tab/icons/_fabric-dark.scss +0 -108
  741. package/styles/tab/icons/_fabric.scss +0 -108
  742. package/styles/tab/icons/_fluent-dark.scss +0 -1
  743. package/styles/tab/icons/_fluent.scss +0 -108
  744. package/styles/tab/icons/_fusionnew.scss +0 -104
  745. package/styles/tab/icons/_highcontrast-light.scss +0 -104
  746. package/styles/tab/icons/_highcontrast.scss +0 -115
  747. package/styles/tab/icons/_material-dark.scss +0 -104
  748. package/styles/tab/icons/_material.scss +0 -104
  749. package/styles/tab/icons/_material3.scss +0 -104
  750. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  751. package/styles/tab/icons/_tailwind.scss +0 -104
  752. package/styles/toolbar/_all.scss +0 -2
  753. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -236
  754. package/styles/toolbar/_bootstrap-definition.scss +0 -234
  755. package/styles/toolbar/_bootstrap4-definition.scss +0 -239
  756. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  757. package/styles/toolbar/_bootstrap5-definition.scss +0 -248
  758. package/styles/toolbar/_fabric-dark-definition.scss +0 -251
  759. package/styles/toolbar/_fabric-definition.scss +0 -236
  760. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  761. package/styles/toolbar/_fluent-definition.scss +0 -238
  762. package/styles/toolbar/_fusionnew-definition.scss +0 -248
  763. package/styles/toolbar/_highcontrast-definition.scss +0 -246
  764. package/styles/toolbar/_highcontrast-light-definition.scss +0 -262
  765. package/styles/toolbar/_layout.scss +0 -1315
  766. package/styles/toolbar/_material-dark-definition.scss +0 -277
  767. package/styles/toolbar/_material-definition.scss +0 -263
  768. package/styles/toolbar/_material3-definition.scss +0 -248
  769. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  770. package/styles/toolbar/_tailwind-definition.scss +0 -238
  771. package/styles/toolbar/_theme.scss +0 -441
  772. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  773. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  774. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  775. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  776. package/styles/toolbar/icons/_bootstrap5.scss +0 -16
  777. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  778. package/styles/toolbar/icons/_fabric.scss +0 -16
  779. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  780. package/styles/toolbar/icons/_fluent.scss +0 -16
  781. package/styles/toolbar/icons/_fusionnew.scss +0 -16
  782. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  783. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  784. package/styles/toolbar/icons/_material-dark.scss +0 -16
  785. package/styles/toolbar/icons/_material.scss +0 -16
  786. package/styles/toolbar/icons/_material3.scss +0 -16
  787. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  788. package/styles/toolbar/icons/_tailwind.scss +0 -16
  789. package/styles/treeview/_all.scss +0 -2
  790. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  791. package/styles/treeview/_bootstrap-definition.scss +0 -113
  792. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  793. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  794. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  795. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  796. package/styles/treeview/_fabric-definition.scss +0 -112
  797. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  798. package/styles/treeview/_fluent-definition.scss +0 -120
  799. package/styles/treeview/_fusionnew-definition.scss +0 -120
  800. package/styles/treeview/_highcontrast-definition.scss +0 -118
  801. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  802. package/styles/treeview/_layout.scss +0 -1039
  803. package/styles/treeview/_material-dark-definition.scss +0 -114
  804. package/styles/treeview/_material-definition.scss +0 -112
  805. package/styles/treeview/_material3-definition.scss +0 -120
  806. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  807. package/styles/treeview/_tailwind-definition.scss +0 -124
  808. package/styles/treeview/_theme.scss +0 -374
  809. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  810. package/styles/treeview/icons/_bootstrap.scss +0 -39
  811. package/styles/treeview/icons/_bootstrap4.scss +0 -39
  812. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  813. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  814. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  815. package/styles/treeview/icons/_fabric.scss +0 -43
  816. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  817. package/styles/treeview/icons/_fluent.scss +0 -43
  818. package/styles/treeview/icons/_fusionnew.scss +0 -43
  819. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  820. package/styles/treeview/icons/_highcontrast.scss +0 -43
  821. package/styles/treeview/icons/_material-dark.scss +0 -43
  822. package/styles/treeview/icons/_material.scss +0 -43
  823. package/styles/treeview/icons/_material3.scss +0 -43
  824. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  825. package/styles/treeview/icons/_tailwind.scss +0 -43
  826. package/styles/v-scroll/_all.scss +0 -2
  827. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -51
  828. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  829. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  830. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  831. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  832. package/styles/v-scroll/_fabric-dark-definition.scss +0 -52
  833. package/styles/v-scroll/_fabric-definition.scss +0 -50
  834. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  835. package/styles/v-scroll/_fluent-definition.scss +0 -49
  836. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  837. package/styles/v-scroll/_highcontrast-definition.scss +0 -50
  838. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  839. package/styles/v-scroll/_layout.scss +0 -162
  840. package/styles/v-scroll/_material-dark-definition.scss +0 -79
  841. package/styles/v-scroll/_material-definition.scss +0 -77
  842. package/styles/v-scroll/_material3-definition.scss +0 -49
  843. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  844. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  845. package/styles/v-scroll/_theme.scss +0 -108
  846. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  847. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  848. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  849. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  850. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  851. package/styles/v-scroll/icons/_fabric-dark.scss +0 -27
  852. package/styles/v-scroll/icons/_fabric.scss +0 -27
  853. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  854. package/styles/v-scroll/icons/_fluent.scss +0 -27
  855. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  856. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -27
  857. package/styles/v-scroll/icons/_highcontrast.scss +0 -27
  858. package/styles/v-scroll/icons/_material-dark.scss +0 -27
  859. package/styles/v-scroll/icons/_material.scss +0 -27
  860. package/styles/v-scroll/icons/_material3.scss +0 -27
  861. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  862. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  863. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-navigations.es5.js","sources":["~/@syncfusion/ej2-angular-navigations/ej2-angular-navigations.ts","~/@syncfusion/ej2-angular-navigations/src/appbar/appbar-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/appbar/appbar.module.ts","~/@syncfusion/ej2-angular-navigations/src/appbar/appbar.component.ts","~/@syncfusion/ej2-angular-navigations/src/menu/menu-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/menu/menu.module.ts","~/@syncfusion/ej2-angular-navigations/src/menu/menu.component.ts","~/@syncfusion/ej2-angular-navigations/src/menu/items.directive.ts","~/@syncfusion/ej2-angular-navigations/src/sidebar/sidebar-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/sidebar/sidebar.module.ts","~/@syncfusion/ej2-angular-navigations/src/sidebar/sidebar.component.ts","~/@syncfusion/ej2-angular-navigations/src/treeview/treeview-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/treeview/treeview.module.ts","~/@syncfusion/ej2-angular-navigations/src/treeview/treeview.component.ts","~/@syncfusion/ej2-angular-navigations/src/tab/tab-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/tab/tab.module.ts","~/@syncfusion/ej2-angular-navigations/src/tab/tab.component.ts","~/@syncfusion/ej2-angular-navigations/src/tab/items.directive.ts","~/@syncfusion/ej2-angular-navigations/src/carousel/carousel-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/carousel/carousel.module.ts","~/@syncfusion/ej2-angular-navigations/src/carousel/carousel.component.ts","~/@syncfusion/ej2-angular-navigations/src/carousel/items.directive.ts","~/@syncfusion/ej2-angular-navigations/src/breadcrumb/breadcrumb-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/breadcrumb/breadcrumb.module.ts","~/@syncfusion/ej2-angular-navigations/src/breadcrumb/breadcrumb.component.ts","~/@syncfusion/ej2-angular-navigations/src/breadcrumb/items.directive.ts","~/@syncfusion/ej2-angular-navigations/src/context-menu/contextmenu-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/context-menu/contextmenu.module.ts","~/@syncfusion/ej2-angular-navigations/src/context-menu/contextmenu.component.ts","~/@syncfusion/ej2-angular-navigations/src/toolbar/toolbar-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/toolbar/toolbar.module.ts","~/@syncfusion/ej2-angular-navigations/src/toolbar/toolbar.component.ts","~/@syncfusion/ej2-angular-navigations/src/toolbar/items.directive.ts","~/@syncfusion/ej2-angular-navigations/src/accordion/accordion-all.module.ts","~/@syncfusion/ej2-angular-navigations/src/accordion/accordion.module.ts","~/@syncfusion/ej2-angular-navigations/src/accordion/accordion.component.ts","~/@syncfusion/ej2-angular-navigations/src/accordion/items.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {AccordionItemDirective,AccordionItemsDirective,AccordionComponent,AccordionModule,AccordionAllModule,ItemDirective,ItemsDirective,ToolbarComponent,ToolbarModule,ToolbarAllModule,ContextMenuComponent,ContextMenuModule,ContextMenuAllModule,BreadcrumbItemDirective,BreadcrumbItemsDirective,BreadcrumbComponent,BreadcrumbModule,BreadcrumbAllModule,CarouselItemDirective,CarouselItemsDirective,CarouselComponent,CarouselModule,CarouselAllModule,TabItemDirective,TabItemsDirective,TabComponent,TabModule,TabAllModule,TreeViewComponent,TreeViewModule,TreeViewAllModule,SidebarComponent,SidebarModule,SidebarAllModule,MenuItemDirective,MenuItemsDirective,MenuComponent,MenuModule,MenuAllModule,AppBarComponent,AppBarModule,AppBarAllModule,MenuEventArgs,OpenCloseMenuEventArgs,BeforeOpenCloseMenuEventArgs,MenuAnimationSettings,MenuEffect,MenuItem,FieldSettings,MenuItemModel,FieldSettingsModel,MenuAnimationSettingsModel,HScroll,VScroll,addScrolling,destroyScroll,ItemType,DisplayMode,OverflowOption,OverflowMode,ItemAlign,ClickEventArgs,BeforeCreateArgs,Item,Toolbar,ItemModel,ToolbarModel,ExpandMode,AccordionClickArgs,ExpandEventArgs,ExpandedEventArgs,AccordionActionSettings,AccordionAnimationSettings,AccordionItem,Accordion,AccordionActionSettingsModel,AccordionAnimationSettingsModel,AccordionItemModel,AccordionModel,ContextMenu,ContextMenuModel,Orientation,Menu,MenuModel,HeaderPosition,HeightStyles,ContentLoad,SelectEventArgs,SelectingEventArgs,RemoveEventArgs,AddEventArgs,DragEventArgs,TabActionSettings,TabAnimationSettings,Header,TabItem,Tab,TabActionSettingsModel,TabAnimationSettingsModel,HeaderModel,TabItemModel,TabModel,NodeExpandEventArgs,NodeSelectEventArgs,NodeCheckEventArgs,NodeEditEventArgs,DragAndDropEventArgs,DrawNodeEventArgs,NodeClickEventArgs,NodeKeyPressEventArgs,DataBoundEventArgs,DataSourceChangedEventArgs,NodeData,FailureEventArgs,FieldsSettings,ExpandOnSettings,SortOrder,ActionSettings,NodeAnimationSettings,TreeView,FieldsSettingsModel,ActionSettingsModel,NodeAnimationSettingsModel,TreeViewModel,SidebarType,SidebarPosition,Sidebar,ChangeEventArgs,TransitionEvent,EventArgs,SidebarModel,BreadcrumbOverflowMode,BreadcrumbItem,BreadcrumbClickEventArgs,BreadcrumbBeforeItemRenderEventArgs,Breadcrumb,BreadcrumbItemModel,BreadcrumbModel,CarouselSlideDirection,CarouselButtonVisibility,CarouselAnimationEffect,SlideChangingEventArgs,SlideChangedEventArgs,CarouselItem,Carousel,CarouselItemModel,CarouselModel,AppBarMode,AppBarPosition,AppBarColor,AppBar,AppBarModel} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/accordion/accordion.component';\nexport {inputs as ɵs,outputs as ɵt} from './src/appbar/appbar.component';\nexport {inputs as ɵg,outputs as ɵh} from './src/breadcrumb/breadcrumb.component';\nexport {inputs as ɵi,outputs as ɵj} from './src/carousel/carousel.component';\nexport {inputs as ɵe,outputs as ɵf} from './src/context-menu/contextmenu.component';\nexport {inputs as ɵq,outputs as ɵr} from './src/menu/menu.component';\nexport {inputs as ɵo,outputs as ɵp} from './src/sidebar/sidebar.component';\nexport {inputs as ɵk,outputs as ɵl} from './src/tab/tab.component';\nexport {inputs as ɵc,outputs as ɵd} from './src/toolbar/toolbar.component';\nexport {inputs as ɵm,outputs as ɵn} from './src/treeview/treeview.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AppBarComponent } from './appbar.component';\nimport { AppBarModule } from './appbar.module';\n/**\n * NgModule definition for the AppBar component with providers.\n */\nexport class AppBarAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, AppBarModule],\n exports: [\n AppBarModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AppBarAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAppBarAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAppBarAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AppBarComponent } from './appbar.component';\n/**\n * NgModule definition for the AppBar component.\n */\nexport class AppBarModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n AppBarComponent\n ],\n exports: [\n AppBarComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AppBarModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAppBarModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAppBarModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { AppBar } from '@syncfusion/ej2-navigations';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['colorMode','cssClass','enablePersistence','enableRtl','htmlAttributes','isSticky','locale','mode','position'];\nexport const /** @type {?} */ outputs: string[] = ['created','destroyed'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular AppBar Component.\n * ```html\n * <ejs-appbar></ejs-appbar>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class AppBarComponent extends AppBar implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tcreated: any;\npublic destroyed: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-appbar',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction AppBarComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nAppBarComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAppBarComponent.ctorParameters;\n/** @type {?} */\nAppBarComponent.prototype.containerContext;\n/** @type {?} */\nAppBarComponent.prototype.tagObjects;\n/** @type {?} */\nAppBarComponent.prototype.created;\n/** @type {?} */\nAppBarComponent.prototype.destroyed;\n/** @type {?} */\nAppBarComponent.prototype.registerEvents;\n/** @type {?} */\nAppBarComponent.prototype.addTwoWay;\n/** @type {?} */\nAppBarComponent.prototype.ngEle;\n/** @type {?} */\nAppBarComponent.prototype.srenderer;\n/** @type {?} */\nAppBarComponent.prototype.viewContainerRef;\n/** @type {?} */\nAppBarComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MenuItemDirective, MenuItemsDirective } from './items.directive';\nimport { MenuComponent } from './menu.component';\nimport { MenuModule } from './menu.module';\n/**\n * NgModule definition for the Menu component with providers.\n */\nexport class MenuAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MenuModule],\n exports: [\n MenuModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MenuAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMenuAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMenuAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MenuItemDirective, MenuItemsDirective } from './items.directive';\nimport { MenuComponent } from './menu.component';\n/**\n * NgModule definition for the Menu component.\n */\nexport class MenuModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MenuComponent,\n MenuItemDirective,\n MenuItemsDirective\n ],\n exports: [\n MenuComponent,\n MenuItemDirective,\n MenuItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MenuModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMenuModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMenuModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Menu } from '@syncfusion/ej2-navigations';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { MenuItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','cssClass','enableHtmlSanitizer','enablePersistence','enableRtl','enableScrolling','fields','filter','hamburgerMode','hoverDelay','items','locale','orientation','showItemOnClick','target','template','title'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','created','onClose','onOpen','select'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the EJ2 Angular Menu Component.\n * ```html\n * <ejs-menu [items]='menuItems'></ejs-menu>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class MenuComponent extends Menu implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tcreated: any;\n\tonClose: any;\n\tonOpen: any;\npublic select: any;\npublic childItems: QueryList<MenuItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * Specifies the template for Menu item.\n * \\@default null\n */\n@Template()\n public template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-menu',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(MenuItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction MenuComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMenuComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMenuComponent.ctorParameters;\n/** @type {?} */\nMenuComponent.propDecorators;\n/** @type {?} */\nMenuComponent.prototype.context;\n/** @type {?} */\nMenuComponent.prototype.tagObjects;\n/** @type {?} */\nMenuComponent.prototype.beforeClose;\n/** @type {?} */\nMenuComponent.prototype.beforeItemRender;\n/** @type {?} */\nMenuComponent.prototype.beforeOpen;\n/** @type {?} */\nMenuComponent.prototype.created;\n/** @type {?} */\nMenuComponent.prototype.onClose;\n/** @type {?} */\nMenuComponent.prototype.onOpen;\n/** @type {?} */\nMenuComponent.prototype.select;\n/** @type {?} */\nMenuComponent.prototype.childItems;\n/** @type {?} */\nMenuComponent.prototype.tags;\n/**\n * Specifies the template for Menu item.\n * \\@default null\n * @type {?}\n */\nMenuComponent.prototype.template;\n/** @type {?} */\nMenuComponent.prototype.registerEvents;\n/** @type {?} */\nMenuComponent.prototype.addTwoWay;\n/** @type {?} */\nMenuComponent.prototype.ngEle;\n/** @type {?} */\nMenuComponent.prototype.srenderer;\n/** @type {?} */\nMenuComponent.prototype.viewContainerRef;\n/** @type {?} */\nMenuComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class MenuItemDirective extends ComplexBase<MenuItemDirective> {\npublic directivePropList: any;\n/**\n * Defines class/multiple classes separated by a space for the menu Item that is used to include an icon. \n * Menu Item can include font icon and sprite image.\n * \\@default null\n */\npublic iconCss: any;\n/**\n * Specifies the id for menu item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the sub menu items that is the array of MenuItem model.\n * \\@default []\n */\npublic items: any;\n/**\n * Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for menu item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for menu item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-menu>e-menu-items>e-menu-item>',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction MenuItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMenuItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMenuItemDirective.ctorParameters;\n/** @type {?} */\nMenuItemDirective.prototype.directivePropList;\n/**\n * Defines class/multiple classes separated by a space for the menu Item that is used to include an icon. \n * Menu Item can include font icon and sprite image.\n * \\@default null\n * @type {?}\n */\nMenuItemDirective.prototype.iconCss;\n/**\n * Specifies the id for menu item.\n * \\@default ''\n * @type {?}\n */\nMenuItemDirective.prototype.id;\n/**\n * Specifies the sub menu items that is the array of MenuItem model.\n * \\@default []\n * @type {?}\n */\nMenuItemDirective.prototype.items;\n/**\n * Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.\n * \\@default false\n * @type {?}\n */\nMenuItemDirective.prototype.separator;\n/**\n * Specifies text for menu item.\n * \\@default ''\n * @type {?}\n */\nMenuItemDirective.prototype.text;\n/**\n * Specifies url for menu item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nMenuItemDirective.prototype.url;\n/** @type {?} */\nMenuItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * MenuItem Array Directive\n */\nexport class MenuItemsDirective extends ArrayBase<MenuItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-menu>e-menu-items',\n queries: {\n children: new ContentChildren(MenuItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MenuItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMenuItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMenuItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SidebarComponent } from './sidebar.component';\nimport { SidebarModule } from './sidebar.module';\n/**\n * NgModule definition for the Sidebar component with providers.\n */\nexport class SidebarAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SidebarModule],\n exports: [\n SidebarModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SidebarAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSidebarAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSidebarAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SidebarComponent } from './sidebar.component';\n/**\n * NgModule definition for the Sidebar component.\n */\nexport class SidebarModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SidebarComponent\n ],\n exports: [\n SidebarComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SidebarModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSidebarModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSidebarModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Sidebar } from '@syncfusion/ej2-navigations';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['animate','closeOnDocumentClick','dockSize','enableDock','enableGestures','enablePersistence','enableRtl','height','isOpen','locale','mediaQuery','position','showBackdrop','target','type','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['change','close','created','destroyed','open','isOpenChange'];\nexport const /** @type {?} */ twoWays: string[] = ['isOpen'];\n/**\n * Represents the Essential JS 2 Angular Sidebar Component.\n * ```html\n * <ejs-sidebar></ejs-sidebar>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SidebarComponent extends Sidebar implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\topen: any;\npublic isOpenChange: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-sidebar',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SidebarComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSidebarComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSidebarComponent.ctorParameters;\n/** @type {?} */\nSidebarComponent.prototype.containerContext;\n/** @type {?} */\nSidebarComponent.prototype.tagObjects;\n/** @type {?} */\nSidebarComponent.prototype.change;\n/** @type {?} */\nSidebarComponent.prototype.close;\n/** @type {?} */\nSidebarComponent.prototype.created;\n/** @type {?} */\nSidebarComponent.prototype.destroyed;\n/** @type {?} */\nSidebarComponent.prototype.open;\n/** @type {?} */\nSidebarComponent.prototype.isOpenChange;\n/** @type {?} */\nSidebarComponent.prototype.registerEvents;\n/** @type {?} */\nSidebarComponent.prototype.addTwoWay;\n/** @type {?} */\nSidebarComponent.prototype.ngEle;\n/** @type {?} */\nSidebarComponent.prototype.srenderer;\n/** @type {?} */\nSidebarComponent.prototype.viewContainerRef;\n/** @type {?} */\nSidebarComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TreeViewComponent } from './treeview.component';\nimport { TreeViewModule } from './treeview.module';\n/**\n * NgModule definition for the TreeView component with providers.\n */\nexport class TreeViewAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TreeViewModule],\n exports: [\n TreeViewModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeViewAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeViewAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeViewAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TreeViewComponent } from './treeview.component';\n/**\n * NgModule definition for the TreeView component.\n */\nexport class TreeViewModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TreeViewComponent\n ],\n exports: [\n TreeViewComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TreeViewModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeViewModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeViewModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { TreeView } from '@syncfusion/ej2-navigations';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowDragAndDrop','allowEditing','allowMultiSelection','allowTextWrap','animation','autoCheck','checkedNodes','cssClass','disabled','dragArea','enableHtmlSanitizer','enablePersistence','enableRtl','expandOn','expandedNodes','fields','fullRowNavigable','fullRowSelect','loadOnDemand','locale','nodeTemplate','selectedNodes','showCheckBox','sortOrder'];\nexport const /** @type {?} */ outputs: string[] = ['actionFailure','created','dataBound','dataSourceChanged','destroyed','drawNode','keyPress','nodeChecked','nodeChecking','nodeClicked','nodeCollapsed','nodeCollapsing','nodeDragStart','nodeDragStop','nodeDragging','nodeDropped','nodeEdited','nodeEditing','nodeExpanded','nodeExpanding','nodeSelected','nodeSelecting'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.\n * ```html\n * <ej-treeview allowDragAndDrop='true'></ej-treeview>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class TreeViewComponent extends TreeView implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionFailure: any;\n\tcreated: any;\n\tdataBound: any;\n\tdataSourceChanged: any;\n\tdestroyed: any;\n\tdrawNode: any;\n\tkeyPress: any;\n\tnodeChecked: any;\n\tnodeChecking: any;\n\tnodeClicked: any;\n\tnodeCollapsed: any;\n\tnodeCollapsing: any;\n\tnodeDragStart: any;\n\tnodeDragStop: any;\n\tnodeDragging: any;\n\tnodeDropped: any;\n\tnodeEdited: any;\n\tnodeEditing: any;\n\tnodeExpanded: any;\n\tnodeExpanding: any;\n\tnodeSelected: any;\npublic nodeSelecting: any;\n/**\n * Specifies a template to render customized content for all the nodes. If the `nodeTemplate` property \n * is set, the template content overrides the displayed node text. The property accepts template string \n * [template string](https://ej2.syncfusion.com/documentation/common/template-engine/) \n * or HTML element ID holding the content. For more information on template concept, refer to \n * [Template](../../treeview/template/).\n * \\@default null\n */\n@Template()\n public nodeTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-treeview',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate', ] },],\n};\n}\n\nfunction TreeViewComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTreeViewComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTreeViewComponent.ctorParameters;\n/** @type {?} */\nTreeViewComponent.propDecorators;\n/** @type {?} */\nTreeViewComponent.prototype.context;\n/** @type {?} */\nTreeViewComponent.prototype.tagObjects;\n/** @type {?} */\nTreeViewComponent.prototype.actionFailure;\n/** @type {?} */\nTreeViewComponent.prototype.created;\n/** @type {?} */\nTreeViewComponent.prototype.dataBound;\n/** @type {?} */\nTreeViewComponent.prototype.dataSourceChanged;\n/** @type {?} */\nTreeViewComponent.prototype.destroyed;\n/** @type {?} */\nTreeViewComponent.prototype.drawNode;\n/** @type {?} */\nTreeViewComponent.prototype.keyPress;\n/** @type {?} */\nTreeViewComponent.prototype.nodeChecked;\n/** @type {?} */\nTreeViewComponent.prototype.nodeChecking;\n/** @type {?} */\nTreeViewComponent.prototype.nodeClicked;\n/** @type {?} */\nTreeViewComponent.prototype.nodeCollapsed;\n/** @type {?} */\nTreeViewComponent.prototype.nodeCollapsing;\n/** @type {?} */\nTreeViewComponent.prototype.nodeDragStart;\n/** @type {?} */\nTreeViewComponent.prototype.nodeDragStop;\n/** @type {?} */\nTreeViewComponent.prototype.nodeDragging;\n/** @type {?} */\nTreeViewComponent.prototype.nodeDropped;\n/** @type {?} */\nTreeViewComponent.prototype.nodeEdited;\n/** @type {?} */\nTreeViewComponent.prototype.nodeEditing;\n/** @type {?} */\nTreeViewComponent.prototype.nodeExpanded;\n/** @type {?} */\nTreeViewComponent.prototype.nodeExpanding;\n/** @type {?} */\nTreeViewComponent.prototype.nodeSelected;\n/** @type {?} */\nTreeViewComponent.prototype.nodeSelecting;\n/**\n * Specifies a template to render customized content for all the nodes. If the `nodeTemplate` property \n * is set, the template content overrides the displayed node text. The property accepts template string \n * [template string](https://ej2.syncfusion.com/documentation/common/template-engine/) \n * or HTML element ID holding the content. For more information on template concept, refer to \n * [Template](../../treeview/template/).\n * \\@default null\n * @type {?}\n */\nTreeViewComponent.prototype.nodeTemplate;\n/** @type {?} */\nTreeViewComponent.prototype.registerEvents;\n/** @type {?} */\nTreeViewComponent.prototype.addTwoWay;\n/** @type {?} */\nTreeViewComponent.prototype.ngEle;\n/** @type {?} */\nTreeViewComponent.prototype.srenderer;\n/** @type {?} */\nTreeViewComponent.prototype.viewContainerRef;\n/** @type {?} */\nTreeViewComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TabItemDirective, TabItemsDirective } from './items.directive';\nimport { TabComponent } from './tab.component';\nimport { TabModule } from './tab.module';\n/**\n * NgModule definition for the Tab component with providers.\n */\nexport class TabAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TabModule],\n exports: [\n TabModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TabAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTabAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTabAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TabItemDirective, TabItemsDirective } from './items.directive';\nimport { TabComponent } from './tab.component';\n/**\n * NgModule definition for the Tab component.\n */\nexport class TabModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TabComponent,\n TabItemDirective,\n TabItemsDirective\n ],\n exports: [\n TabComponent,\n TabItemDirective,\n TabItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TabModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTabModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTabModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Tab } from '@syncfusion/ej2-navigations';\n\nimport { TabItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowDragAndDrop','animation','cssClass','dragArea','enableHtmlSanitizer','enablePersistence','enableRtl','headerPlacement','height','heightAdjustMode','items','loadOn','locale','overflowMode','reorderActiveTab','scrollStep','selectedItem','showCloseButton','width'];\nexport const /** @type {?} */ outputs: string[] = ['added','adding','created','destroyed','dragged','dragging','onDragStart','removed','removing','selected','selecting'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular Tab Component.\n * ```html\n * <ejs-tab></ejs-tab>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class TabComponent extends Tab implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tadded: any;\n\tadding: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdragged: any;\n\tdragging: any;\n\tonDragStart: any;\n\tremoved: any;\n\tremoving: any;\n\tselected: any;\npublic selecting: any;\npublic childItems: QueryList<TabItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-tab',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(TabItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction TabComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTabComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTabComponent.ctorParameters;\n/** @type {?} */\nTabComponent.prototype.containerContext;\n/** @type {?} */\nTabComponent.prototype.tagObjects;\n/** @type {?} */\nTabComponent.prototype.added;\n/** @type {?} */\nTabComponent.prototype.adding;\n/** @type {?} */\nTabComponent.prototype.created;\n/** @type {?} */\nTabComponent.prototype.destroyed;\n/** @type {?} */\nTabComponent.prototype.dragged;\n/** @type {?} */\nTabComponent.prototype.dragging;\n/** @type {?} */\nTabComponent.prototype.onDragStart;\n/** @type {?} */\nTabComponent.prototype.removed;\n/** @type {?} */\nTabComponent.prototype.removing;\n/** @type {?} */\nTabComponent.prototype.selected;\n/** @type {?} */\nTabComponent.prototype.selecting;\n/** @type {?} */\nTabComponent.prototype.childItems;\n/** @type {?} */\nTabComponent.prototype.tags;\n/** @type {?} */\nTabComponent.prototype.registerEvents;\n/** @type {?} */\nTabComponent.prototype.addTwoWay;\n/** @type {?} */\nTabComponent.prototype.ngEle;\n/** @type {?} */\nTabComponent.prototype.srenderer;\n/** @type {?} */\nTabComponent.prototype.viewContainerRef;\n/** @type {?} */\nTabComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'tabIndex', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-tabitem' directive represent a item of the Angular Tab.\n * It must be contained in a Tab component(`ejs-tab`). \n * ```html\n * <ejs-tab>\n * <e-tabitems>\n * <e-tabitem [header]='Header 1' [content]='Content 1'></e-tabitem>\n * <e-tabitem [header]='Header 2' [content]='Content 2'></e-tabitem>\n * <e-tabitems> \n * </ejs-tab>\n * ```\n */\nexport class TabItemDirective extends ComplexBase<TabItemDirective> {\npublic directivePropList: any;\n/**\n * Sets the CSS classes to the Tab item to customize its styles.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Sets true to disable user interactions of the Tab item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * The object used for configuring the Tab item header properties.\n * \\@default {}\n */\npublic header: any;\n/**\n * Sets unique ID to Tab item.\n * \\@default null\n */\npublic id: any;\n/**\n * 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. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tabs items, then tab switches based on element order.\n * \\@default -1\n */\npublic tabIndex: any;\n/**\n * Sets false to hide the Tab item.\n * \\@default true\n */\npublic visible: any;\n/**\n * Specifies the content of Tab item, that is displayed when concern item header is selected.\n * \\@default ''\n */\n@Template()\n public content: any;\n \n @Template()\npublic header_text: any;\n/**\n * Specifies the header text of Tab item.\n * \\@default null\n */\n@Template()\n public headerTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-tabitems>e-tabitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n'header_text': [{ type: ContentChild, args: ['headerText', ] },],\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n};\n}\n\nfunction TabItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nTabItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTabItemDirective.ctorParameters;\n/** @type {?} */\nTabItemDirective.propDecorators;\n/** @type {?} */\nTabItemDirective.prototype.directivePropList;\n/**\n * Sets the CSS classes to the Tab item to customize its styles.\n * \\@default ''\n * @type {?}\n */\nTabItemDirective.prototype.cssClass;\n/**\n * Sets true to disable user interactions of the Tab item.\n * \\@default false\n * @type {?}\n */\nTabItemDirective.prototype.disabled;\n/**\n * The object used for configuring the Tab item header properties.\n * \\@default {}\n * @type {?}\n */\nTabItemDirective.prototype.header;\n/**\n * Sets unique ID to Tab item.\n * \\@default null\n * @type {?}\n */\nTabItemDirective.prototype.id;\n/**\n * 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. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tabs items, then tab switches based on element order.\n * \\@default -1\n * @type {?}\n */\nTabItemDirective.prototype.tabIndex;\n/**\n * Sets false to hide the Tab item.\n * \\@default true\n * @type {?}\n */\nTabItemDirective.prototype.visible;\n/**\n * Specifies the content of Tab item, that is displayed when concern item header is selected.\n * \\@default ''\n * @type {?}\n */\nTabItemDirective.prototype.content;\n/** @type {?} */\nTabItemDirective.prototype.header_text;\n/**\n * Specifies the header text of Tab item.\n * \\@default null\n * @type {?}\n */\nTabItemDirective.prototype.headerTemplate;\n/** @type {?} */\nTabItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * TabItem Array Directive\n */\nexport class TabItemsDirective extends ArrayBase<TabItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-tab>e-tabitems',\n queries: {\n children: new ContentChildren(TabItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TabItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nTabItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTabItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CarouselItemDirective, CarouselItemsDirective } from './items.directive';\nimport { CarouselComponent } from './carousel.component';\nimport { CarouselModule } from './carousel.module';\n/**\n * NgModule definition for the Carousel component with providers.\n */\nexport class CarouselAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, CarouselModule],\n exports: [\n CarouselModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CarouselAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCarouselAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCarouselAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CarouselItemDirective, CarouselItemsDirective } from './items.directive';\nimport { CarouselComponent } from './carousel.component';\n/**\n * NgModule definition for the Carousel component.\n */\nexport class CarouselModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n CarouselComponent,\n CarouselItemDirective,\n CarouselItemsDirective\n ],\n exports: [\n CarouselComponent,\n CarouselItemDirective,\n CarouselItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CarouselModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCarouselModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCarouselModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Carousel } from '@syncfusion/ej2-navigations';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { CarouselItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animationEffect','autoPlay','buttonsVisibility','cssClass','dataSource','enablePersistence','enableRtl','enableTouchSwipe','height','htmlAttributes','indicatorsTemplate','interval','itemTemplate','items','locale','loop','nextButtonTemplate','partialVisible','pauseOnHover','playButtonTemplate','previousButtonTemplate','selectedIndex','showIndicators','showPlayButton','width'];\nexport const /** @type {?} */ outputs: string[] = ['slideChanged','slideChanging','selectedIndexChange'];\nexport const /** @type {?} */ twoWays: string[] = ['selectedIndex'];\n/**\n * Represents the EJ2 Angular Carousel Component.\n * ```html\n * <ejs-carousel [items]='carouselItems'></ejs-carousel>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class CarouselComponent extends Carousel implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tslideChanged: any;\n\tslideChanging: any;\npublic selectedIndexChange: any;\npublic childItems: QueryList<CarouselItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * Accepts the template for indicator buttons.\n * \\@default null\n */\n@Template()\n public indicatorsTemplate: any;\n/**\n * Accepts the template for next navigation button.\n * \\@default null\n */\n@Template()\n public nextButtonTemplate: any;\n/**\n * Accepts the template for previous navigation button.\n * \\@default null\n */\n@Template()\n public previousButtonTemplate: any;\n/**\n * Accepts the template for play/pause button.\n * \\@default null\n */\n@Template()\n public playButtonTemplate: any;\n/**\n * Specifies the template option for carousel items.\n * \\@default null\n */\n@Template()\n public itemTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-carousel',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(CarouselItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'indicatorsTemplate': [{ type: ContentChild, args: ['indicatorsTemplate', ] },],\n'nextButtonTemplate': [{ type: ContentChild, args: ['nextButtonTemplate', ] },],\n'previousButtonTemplate': [{ type: ContentChild, args: ['previousButtonTemplate', ] },],\n'playButtonTemplate': [{ type: ContentChild, args: ['playButtonTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction CarouselComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nCarouselComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCarouselComponent.ctorParameters;\n/** @type {?} */\nCarouselComponent.propDecorators;\n/** @type {?} */\nCarouselComponent.prototype.context;\n/** @type {?} */\nCarouselComponent.prototype.tagObjects;\n/** @type {?} */\nCarouselComponent.prototype.slideChanged;\n/** @type {?} */\nCarouselComponent.prototype.slideChanging;\n/** @type {?} */\nCarouselComponent.prototype.selectedIndexChange;\n/** @type {?} */\nCarouselComponent.prototype.childItems;\n/** @type {?} */\nCarouselComponent.prototype.tags;\n/**\n * Accepts the template for indicator buttons.\n * \\@default null\n * @type {?}\n */\nCarouselComponent.prototype.indicatorsTemplate;\n/**\n * Accepts the template for next navigation button.\n * \\@default null\n * @type {?}\n */\nCarouselComponent.prototype.nextButtonTemplate;\n/**\n * Accepts the template for previous navigation button.\n * \\@default null\n * @type {?}\n */\nCarouselComponent.prototype.previousButtonTemplate;\n/**\n * Accepts the template for play/pause button.\n * \\@default null\n * @type {?}\n */\nCarouselComponent.prototype.playButtonTemplate;\n/**\n * Specifies the template option for carousel items.\n * \\@default null\n * @type {?}\n */\nCarouselComponent.prototype.itemTemplate;\n/** @type {?} */\nCarouselComponent.prototype.registerEvents;\n/** @type {?} */\nCarouselComponent.prototype.addTwoWay;\n/** @type {?} */\nCarouselComponent.prototype.ngEle;\n/** @type {?} */\nCarouselComponent.prototype.srenderer;\n/** @type {?} */\nCarouselComponent.prototype.viewContainerRef;\n/** @type {?} */\nCarouselComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'htmlAttributes', 'interval', 'template'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-carousel-item` directive represent a item of the Angular Carousel.\n * It must be contained in a Carousel component(`ejs-carousel`).\n * ```html\n * <ejs-carousel>\n * <e-carousel-items>\n * <e-carousel-item template='#item1'></e-carousel-item>\n * <e-carousel-item template='#item2'></e-carousel-item>\n * </e-carousel-items>\n * </ejs-carousel>\n * ```\n */\nexport class CarouselItemDirective extends ComplexBase<CarouselItemDirective> {\npublic directivePropList: any;\n/**\n * Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.\n * \\@default null\n */\npublic cssClass: any;\n/**\n * Accepts HTML attributes/custom attributes to add in individual carousel item.\n * \\@default null\n */\npublic htmlAttributes: any;\n/**\n * Accepts the interval duration in milliseconds for individual carousel item transition.\n * \\@default null\n */\npublic interval: any;\n/**\n * Accepts the template for individual carousel item.\n * \\@default null\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-carousel>e-carousel-items>e-carousel-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction CarouselItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCarouselItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCarouselItemDirective.ctorParameters;\n/** @type {?} */\nCarouselItemDirective.propDecorators;\n/** @type {?} */\nCarouselItemDirective.prototype.directivePropList;\n/**\n * Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.\n * \\@default null\n * @type {?}\n */\nCarouselItemDirective.prototype.cssClass;\n/**\n * Accepts HTML attributes/custom attributes to add in individual carousel item.\n * \\@default null\n * @type {?}\n */\nCarouselItemDirective.prototype.htmlAttributes;\n/**\n * Accepts the interval duration in milliseconds for individual carousel item transition.\n * \\@default null\n * @type {?}\n */\nCarouselItemDirective.prototype.interval;\n/**\n * Accepts the template for individual carousel item.\n * \\@default null\n * @type {?}\n */\nCarouselItemDirective.prototype.template;\n/** @type {?} */\nCarouselItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * CarouselItem Array Directive\n */\nexport class CarouselItemsDirective extends ArrayBase<CarouselItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-carousel>e-carousel-items',\n queries: {\n children: new ContentChildren(CarouselItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CarouselItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCarouselItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCarouselItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BreadcrumbItemDirective, BreadcrumbItemsDirective } from './items.directive';\nimport { BreadcrumbComponent } from './breadcrumb.component';\nimport { BreadcrumbModule } from './breadcrumb.module';\n/**\n * NgModule definition for the Breadcrumb component with providers.\n */\nexport class BreadcrumbAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, BreadcrumbModule],\n exports: [\n BreadcrumbModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BreadcrumbAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBreadcrumbAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBreadcrumbAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BreadcrumbItemDirective, BreadcrumbItemsDirective } from './items.directive';\nimport { BreadcrumbComponent } from './breadcrumb.component';\n/**\n * NgModule definition for the Breadcrumb component.\n */\nexport class BreadcrumbModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n BreadcrumbComponent,\n BreadcrumbItemDirective,\n BreadcrumbItemsDirective\n ],\n exports: [\n BreadcrumbComponent,\n BreadcrumbItemDirective,\n BreadcrumbItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BreadcrumbModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBreadcrumbModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBreadcrumbModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Breadcrumb } from '@syncfusion/ej2-navigations';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { BreadcrumbItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['activeItem','cssClass','disabled','enableActiveItemNavigation','enableNavigation','enablePersistence','enableRtl','itemTemplate','items','locale','maxItems','overflowMode','separatorTemplate','url'];\nexport const /** @type {?} */ outputs: string[] = ['beforeItemRender','created','itemClick','activeItemChange'];\nexport const /** @type {?} */ twoWays: string[] = ['activeItem'];\n/**\n * Represents the EJ2 Angular Breadcrumb Component.\n * ```html\n * <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class BreadcrumbComponent extends Breadcrumb implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeItemRender: any;\n\tcreated: any;\n\titemClick: any;\npublic activeItemChange: any;\npublic childItems: QueryList<BreadcrumbItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * Specifies the separator template for Breadcrumb.\n * \\@default '/'\n */\n@Template()\n public separatorTemplate: any;\n/**\n * Specifies the template for Breadcrumb item.\n * \\@default null\n */\n@Template()\n public itemTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-breadcrumb',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(BreadcrumbItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'separatorTemplate': [{ type: ContentChild, args: ['separatorTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction BreadcrumbComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nBreadcrumbComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBreadcrumbComponent.ctorParameters;\n/** @type {?} */\nBreadcrumbComponent.propDecorators;\n/** @type {?} */\nBreadcrumbComponent.prototype.context;\n/** @type {?} */\nBreadcrumbComponent.prototype.tagObjects;\n/** @type {?} */\nBreadcrumbComponent.prototype.beforeItemRender;\n/** @type {?} */\nBreadcrumbComponent.prototype.created;\n/** @type {?} */\nBreadcrumbComponent.prototype.itemClick;\n/** @type {?} */\nBreadcrumbComponent.prototype.activeItemChange;\n/** @type {?} */\nBreadcrumbComponent.prototype.childItems;\n/** @type {?} */\nBreadcrumbComponent.prototype.tags;\n/**\n * Specifies the separator template for Breadcrumb.\n * \\@default '/'\n * @type {?}\n */\nBreadcrumbComponent.prototype.separatorTemplate;\n/**\n * Specifies the template for Breadcrumb item.\n * \\@default null\n * @type {?}\n */\nBreadcrumbComponent.prototype.itemTemplate;\n/** @type {?} */\nBreadcrumbComponent.prototype.registerEvents;\n/** @type {?} */\nBreadcrumbComponent.prototype.addTwoWay;\n/** @type {?} */\nBreadcrumbComponent.prototype.ngEle;\n/** @type {?} */\nBreadcrumbComponent.prototype.srenderer;\n/** @type {?} */\nBreadcrumbComponent.prototype.viewContainerRef;\n/** @type {?} */\nBreadcrumbComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.\n * It must be contained in a Breadcrumb component(`ejs-breadcrumb`).\n * ```html\n * <ejs-breadcrumb>\n * <e-breadcrumb-items>\n * <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>\n * <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>\n * </e-breadcrumb-items>\n * </ejs-breadcrumb>\n * ```\n */\nexport class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemDirective> {\npublic directivePropList: any;\n/**\n * Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines a class/multiple classes separated by a space for the item that is used to include an icon.\n * \\@default null\n */\npublic iconCss: any;\n/**\n * Specifies the text content of the Breadcrumb item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies the Url of the Breadcrumb item that will be activated when clicked.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction BreadcrumbItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBreadcrumbItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBreadcrumbItemDirective.ctorParameters;\n/** @type {?} */\nBreadcrumbItemDirective.prototype.directivePropList;\n/**\n * Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.\n * \\@default false\n * @type {?}\n */\nBreadcrumbItemDirective.prototype.disabled;\n/**\n * Defines a class/multiple classes separated by a space for the item that is used to include an icon.\n * \\@default null\n * @type {?}\n */\nBreadcrumbItemDirective.prototype.iconCss;\n/**\n * Specifies the text content of the Breadcrumb item.\n * \\@default ''\n * @type {?}\n */\nBreadcrumbItemDirective.prototype.text;\n/**\n * Specifies the Url of the Breadcrumb item that will be activated when clicked.\n * \\@default ''\n * @type {?}\n */\nBreadcrumbItemDirective.prototype.url;\n/** @type {?} */\nBreadcrumbItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * BreadcrumbItem Array Directive\n */\nexport class BreadcrumbItemsDirective extends ArrayBase<BreadcrumbItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-breadcrumb>e-breadcrumb-items',\n queries: {\n children: new ContentChildren(BreadcrumbItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BreadcrumbItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBreadcrumbItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBreadcrumbItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ContextMenuComponent } from './contextmenu.component';\nimport { ContextMenuModule } from './contextmenu.module';\n/**\n * NgModule definition for the ContextMenu component with providers.\n */\nexport class ContextMenuAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ContextMenuModule],\n exports: [\n ContextMenuModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ContextMenuAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nContextMenuAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nContextMenuAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ContextMenuComponent } from './contextmenu.component';\n/**\n * NgModule definition for the ContextMenu component.\n */\nexport class ContextMenuModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ContextMenuComponent\n ],\n exports: [\n ContextMenuComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ContextMenuModule_tsickle_Closure_declarations() {\n/** @type {?} */\nContextMenuModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nContextMenuModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { ContextMenu } from '@syncfusion/ej2-navigations';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','cssClass','enableHtmlSanitizer','enablePersistence','enableRtl','enableScrolling','fields','filter','hoverDelay','items','locale','showItemOnClick','target','template'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','created','onClose','onOpen','select'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the EJ2 Angular ContextMenu Component.\n * ```html\n * <div id='target'>Right click / Touch hold to open the ContextMenu</div>\n * <ejs-contextmenu target='#target' [items]='menuItems'></ejs-contextmenu>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ContextMenuComponent extends ContextMenu implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tcreated: any;\n\tonClose: any;\n\tonOpen: any;\npublic select: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-contextmenu',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction ContextMenuComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nContextMenuComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nContextMenuComponent.ctorParameters;\n/** @type {?} */\nContextMenuComponent.prototype.context;\n/** @type {?} */\nContextMenuComponent.prototype.tagObjects;\n/** @type {?} */\nContextMenuComponent.prototype.beforeClose;\n/** @type {?} */\nContextMenuComponent.prototype.beforeItemRender;\n/** @type {?} */\nContextMenuComponent.prototype.beforeOpen;\n/** @type {?} */\nContextMenuComponent.prototype.created;\n/** @type {?} */\nContextMenuComponent.prototype.onClose;\n/** @type {?} */\nContextMenuComponent.prototype.onOpen;\n/** @type {?} */\nContextMenuComponent.prototype.select;\n/** @type {?} */\nContextMenuComponent.prototype.registerEvents;\n/** @type {?} */\nContextMenuComponent.prototype.addTwoWay;\n/** @type {?} */\nContextMenuComponent.prototype.ngEle;\n/** @type {?} */\nContextMenuComponent.prototype.srenderer;\n/** @type {?} */\nContextMenuComponent.prototype.viewContainerRef;\n/** @type {?} */\nContextMenuComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemDirective, ItemsDirective } from './items.directive';\nimport { ToolbarComponent } from './toolbar.component';\nimport { ToolbarModule } from './toolbar.module';\n/**\n * NgModule definition for the Toolbar component with providers.\n */\nexport class ToolbarAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ToolbarModule],\n exports: [\n ToolbarModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ToolbarAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemDirective, ItemsDirective } from './items.directive';\nimport { ToolbarComponent } from './toolbar.component';\n/**\n * NgModule definition for the Toolbar component.\n */\nexport class ToolbarModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ToolbarComponent,\n ItemDirective,\n ItemsDirective\n ],\n exports: [\n ToolbarComponent,\n ItemDirective,\n ItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ToolbarModule_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Toolbar } from '@syncfusion/ej2-navigations';\n\nimport { ItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowKeyboard','cssClass','enableCollision','enableHtmlSanitizer','enablePersistence','enableRtl','height','items','locale','overflowMode','scrollStep','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeCreate','clicked','created','destroyed'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular Toolbar Component.\n * ```html\n * <ejs-toolbar></ejs-toolbar>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ToolbarComponent extends Toolbar implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeCreate: any;\n\tclicked: any;\n\tcreated: any;\npublic destroyed: any;\npublic childItems: QueryList<ItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-toolbar',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(ItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction ToolbarComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarComponent.ctorParameters;\n/** @type {?} */\nToolbarComponent.prototype.containerContext;\n/** @type {?} */\nToolbarComponent.prototype.tagObjects;\n/** @type {?} */\nToolbarComponent.prototype.beforeCreate;\n/** @type {?} */\nToolbarComponent.prototype.clicked;\n/** @type {?} */\nToolbarComponent.prototype.created;\n/** @type {?} */\nToolbarComponent.prototype.destroyed;\n/** @type {?} */\nToolbarComponent.prototype.childItems;\n/** @type {?} */\nToolbarComponent.prototype.tags;\n/** @type {?} */\nToolbarComponent.prototype.registerEvents;\n/** @type {?} */\nToolbarComponent.prototype.addTwoWay;\n/** @type {?} */\nToolbarComponent.prototype.ngEle;\n/** @type {?} */\nToolbarComponent.prototype.srenderer;\n/** @type {?} */\nToolbarComponent.prototype.viewContainerRef;\n/** @type {?} */\nToolbarComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = ['click'];\n/**\n * 'e-item' directive represent a item of the Angular Toolbar.\n * It must be contained in a Toolbar component(`ejs-toolbar`). \n * ```html\n * <ejs-toolbar> \n * <e-items>\n * <e-item text='Cut'></e-item>\n * <e-item text='Copy'></e-item>\n * </e-items>\n * </ejs-toolbar>\n * ```\n */\nexport class ItemDirective extends ComplexBase<ItemDirective> {\npublic directivePropList: any;\npublic click: any;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n */\npublic type: any;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar. \n * \n * \\@default \"Left\"\n */\npublic align: any;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n */\npublic cssClass: any;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n */\npublic htmlAttributes: any;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n */\npublic id: any;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n */\npublic overflow: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n */\npublic prefixIcon: any;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n */\npublic showAlwaysInPopup: any;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n */\npublic showTextOn: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n */\npublic suffixIcon: any;\n/**\n * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n */\npublic tabIndex: any;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n */\npublic text: any;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n */\npublic tooltipText: any;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n */\npublic visible: any;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n */\npublic width: any;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-items>e-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nItemDirective.ctorParameters;\n/** @type {?} */\nItemDirective.propDecorators;\n/** @type {?} */\nItemDirective.prototype.directivePropList;\n/** @type {?} */\nItemDirective.prototype.click;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * @type {?}\n */\nItemDirective.prototype.type;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar. \n * \n * \\@default \"Left\"\n * @type {?}\n */\nItemDirective.prototype.align;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.cssClass;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n * @type {?}\n */\nItemDirective.prototype.disabled;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n * @type {?}\n */\nItemDirective.prototype.htmlAttributes;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.id;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * @type {?}\n */\nItemDirective.prototype.overflow;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.prefixIcon;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n * @type {?}\n */\nItemDirective.prototype.showAlwaysInPopup;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * @type {?}\n */\nItemDirective.prototype.showTextOn;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.suffixIcon;\n/**\n * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n * @type {?}\n */\nItemDirective.prototype.tabIndex;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.text;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.tooltipText;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n * @type {?}\n */\nItemDirective.prototype.visible;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n * @type {?}\n */\nItemDirective.prototype.width;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * @type {?}\n */\nItemDirective.prototype.template;\n/** @type {?} */\nItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * Item Array Directive\n */\nexport class ItemsDirective extends ArrayBase<ItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-toolbar>e-items',\n queries: {\n children: new ContentChildren(ItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AccordionItemDirective, AccordionItemsDirective } from './items.directive';\nimport { AccordionComponent } from './accordion.component';\nimport { AccordionModule } from './accordion.module';\n/**\n * NgModule definition for the Accordion component with providers.\n */\nexport class AccordionAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, AccordionModule],\n exports: [\n AccordionModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccordionAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAccordionAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccordionAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AccordionItemDirective, AccordionItemsDirective } from './items.directive';\nimport { AccordionComponent } from './accordion.component';\n/**\n * NgModule definition for the Accordion component.\n */\nexport class AccordionModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n AccordionComponent,\n AccordionItemDirective,\n AccordionItemsDirective\n ],\n exports: [\n AccordionComponent,\n AccordionItemDirective,\n AccordionItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccordionModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAccordionModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccordionModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Accordion } from '@syncfusion/ej2-navigations';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { AccordionItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animation','dataSource','enableHtmlSanitizer','enablePersistence','enableRtl','expandMode','expandedIndices','headerTemplate','height','itemTemplate','items','locale','width'];\nexport const /** @type {?} */ outputs: string[] = ['clicked','created','destroyed','expanded','expanding','expandedIndicesChange'];\nexport const /** @type {?} */ twoWays: string[] = ['expandedIndices'];\n/**\n * Represents the Angular Accordion Component.\n * ```html\n * <ejs-accordion></ejs-accordion>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class AccordionComponent extends Accordion implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tclicked: any;\n\tcreated: any;\n\tdestroyed: any;\n\texpanded: any;\n\texpanding: any;\npublic expandedIndicesChange: any;\npublic childItems: QueryList<AccordionItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * Specifies the header title template option for accordion items.\n * \\@default null\n */\n@Template()\n public headerTemplate: any;\n/**\n * Specifies the template option for accordion items.\n * \\@default null\n */\n@Template()\n public itemTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-accordion',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(AccordionItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction AccordionComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nAccordionComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccordionComponent.ctorParameters;\n/** @type {?} */\nAccordionComponent.propDecorators;\n/** @type {?} */\nAccordionComponent.prototype.containerContext;\n/** @type {?} */\nAccordionComponent.prototype.tagObjects;\n/** @type {?} */\nAccordionComponent.prototype.clicked;\n/** @type {?} */\nAccordionComponent.prototype.created;\n/** @type {?} */\nAccordionComponent.prototype.destroyed;\n/** @type {?} */\nAccordionComponent.prototype.expanded;\n/** @type {?} */\nAccordionComponent.prototype.expanding;\n/** @type {?} */\nAccordionComponent.prototype.expandedIndicesChange;\n/** @type {?} */\nAccordionComponent.prototype.childItems;\n/** @type {?} */\nAccordionComponent.prototype.tags;\n/**\n * Specifies the header title template option for accordion items.\n * \\@default null\n * @type {?}\n */\nAccordionComponent.prototype.headerTemplate;\n/**\n * Specifies the template option for accordion items.\n * \\@default null\n * @type {?}\n */\nAccordionComponent.prototype.itemTemplate;\n/** @type {?} */\nAccordionComponent.prototype.registerEvents;\n/** @type {?} */\nAccordionComponent.prototype.addTwoWay;\n/** @type {?} */\nAccordionComponent.prototype.ngEle;\n/** @type {?} */\nAccordionComponent.prototype.srenderer;\n/** @type {?} */\nAccordionComponent.prototype.viewContainerRef;\n/** @type {?} */\nAccordionComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['content', 'cssClass', 'disabled', 'expanded', 'header', 'iconCss', 'id', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-accordionitem' directive represent a item of the Angular Accordion.\n * It must be contained in a Accordion component(`ejs-accordion`). \n * ```html\n * <ejs-accordion> \n * <e-accordionitems>\n * <e-accordionitem header='Header1'></e-accordionitem>\n * <e-accordionitem header='Header2' content='Content2'></e-accordionitem>\n * </e-accordionitems>\n * </ejs-accordion>\n * ```\n */\nexport class AccordionItemDirective extends ComplexBase<AccordionItemDirective> {\npublic directivePropList: any;\n/**\n * Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.\n * \\@default null\n */\npublic cssClass: any;\n/**\n * Sets true to disable an accordion item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.\n * \\@default false\n */\npublic expanded: any;\n/**\n * Defines an icon with the given custom CSS class that is to be rendered before the header text. \n * Add the css classes to the `iconCss` property and write the css styles to the defined class to set images/icons. \n * Adding icon is applicable only to the header. \n * \n * \\@default null\n */\npublic iconCss: any;\n/**\n * Sets unique ID to accordion item.\n * \\@default null\n */\npublic id: any;\n/**\n * Sets false to hide an accordion item.\n * \\@default true\n */\npublic visible: any;\n/**\n * Sets the header text to be displayed for the Accordion item. \n * You can set the title of the Accordion item using `header` property. \n * It also supports to include the title as `HTML element`, `string`, or `query selector`. \n * \n * \\@default null\n */\n@Template()\n public header: any;\n/**\n * Sets the text content to be displayed for the Accordion item. \n * You can set the content of the Accordion item using `content` property. \n * It also supports to include the title as `HTML element`, `string`, or `query selector`. \n * \n * \\@default null\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-accordionitems>e-accordionitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'header': [{ type: ContentChild, args: ['header', ] },],\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction AccordionItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAccordionItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccordionItemDirective.ctorParameters;\n/** @type {?} */\nAccordionItemDirective.propDecorators;\n/** @type {?} */\nAccordionItemDirective.prototype.directivePropList;\n/**\n * Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.\n * \\@default null\n * @type {?}\n */\nAccordionItemDirective.prototype.cssClass;\n/**\n * Sets true to disable an accordion item.\n * \\@default false\n * @type {?}\n */\nAccordionItemDirective.prototype.disabled;\n/**\n * Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.\n * \\@default false\n * @type {?}\n */\nAccordionItemDirective.prototype.expanded;\n/**\n * Defines an icon with the given custom CSS class that is to be rendered before the header text. \n * Add the css classes to the `iconCss` property and write the css styles to the defined class to set images/icons. \n * Adding icon is applicable only to the header. \n * \n * \\@default null\n * @type {?}\n */\nAccordionItemDirective.prototype.iconCss;\n/**\n * Sets unique ID to accordion item.\n * \\@default null\n * @type {?}\n */\nAccordionItemDirective.prototype.id;\n/**\n * Sets false to hide an accordion item.\n * \\@default true\n * @type {?}\n */\nAccordionItemDirective.prototype.visible;\n/**\n * Sets the header text to be displayed for the Accordion item. \n * You can set the title of the Accordion item using `header` property. \n * It also supports to include the title as `HTML element`, `string`, or `query selector`. \n * \n * \\@default null\n * @type {?}\n */\nAccordionItemDirective.prototype.header;\n/**\n * Sets the text content to be displayed for the Accordion item. \n * You can set the content of the Accordion item using `content` property. \n * It also supports to include the title as `HTML element`, `string`, or `query selector`. \n * \n * \\@default null\n * @type {?}\n */\nAccordionItemDirective.prototype.content;\n/** @type {?} */\nAccordionItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * AccordionItem Array Directive\n */\nexport class AccordionItemsDirective extends ArrayBase<AccordionItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-accordion>e-accordionitems',\n queries: {\n children: new ContentChildren(AccordionItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccordionItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAccordionItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccordionItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays","input"],"mappings":"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"}