@syncfusion/ej2-angular-navigations 23.1.39-ngcc → 23.1.39

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 (795) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
  3. package/esm2020/src/accordion/accordion.component.mjs +77 -0
  4. package/esm2020/src/accordion/accordion.module.mjs +34 -0
  5. package/esm2020/src/accordion/items.directive.mjs +72 -0
  6. package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
  7. package/esm2020/src/appbar/appbar.component.mjs +59 -0
  8. package/esm2020/src/appbar/appbar.module.mjs +25 -0
  9. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
  10. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
  11. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
  12. package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
  13. package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
  14. package/esm2020/src/carousel/carousel.component.mjs +95 -0
  15. package/esm2020/src/carousel/carousel.module.mjs +34 -0
  16. package/esm2020/src/carousel/items.directive.mjs +66 -0
  17. package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
  18. package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
  19. package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
  20. package/esm2020/src/index.mjs +38 -0
  21. package/esm2020/src/menu/items.directive.mjs +46 -0
  22. package/esm2020/src/menu/menu-all.module.mjs +23 -0
  23. package/esm2020/src/menu/menu.component.mjs +71 -0
  24. package/esm2020/src/menu/menu.module.mjs +34 -0
  25. package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
  26. package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
  27. package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
  28. package/esm2020/src/tab/items.directive.mjs +78 -0
  29. package/esm2020/src/tab/tab-all.module.mjs +23 -0
  30. package/esm2020/src/tab/tab.component.mjs +64 -0
  31. package/esm2020/src/tab/tab.module.mjs +34 -0
  32. package/esm2020/src/toolbar/items.directive.mjs +66 -0
  33. package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
  34. package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
  35. package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
  36. package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
  37. package/esm2020/src/treeview/treeview.component.mjs +66 -0
  38. package/esm2020/src/treeview/treeview.module.mjs +25 -0
  39. package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
  40. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1445 -0
  41. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  42. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1445 -0
  43. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  44. package/package.json +26 -12
  45. package/src/accordion/accordion-all.module.d.ts +6 -0
  46. package/src/accordion/accordion.component.d.ts +3 -0
  47. package/src/accordion/accordion.module.d.ts +7 -0
  48. package/src/accordion/items.directive.d.ts +5 -0
  49. package/src/appbar/appbar-all.module.d.ts +6 -0
  50. package/src/appbar/appbar.component.d.ts +3 -0
  51. package/src/appbar/appbar.module.d.ts +6 -0
  52. package/src/breadcrumb/breadcrumb-all.module.d.ts +6 -0
  53. package/src/breadcrumb/breadcrumb.component.d.ts +3 -0
  54. package/src/breadcrumb/breadcrumb.module.d.ts +7 -0
  55. package/src/breadcrumb/items.directive.d.ts +5 -0
  56. package/src/carousel/carousel-all.module.d.ts +6 -0
  57. package/src/carousel/carousel.component.d.ts +3 -0
  58. package/src/carousel/carousel.module.d.ts +7 -0
  59. package/src/carousel/items.directive.d.ts +5 -0
  60. package/src/context-menu/contextmenu-all.module.d.ts +6 -0
  61. package/src/context-menu/contextmenu.component.d.ts +3 -0
  62. package/src/context-menu/contextmenu.module.d.ts +6 -0
  63. package/src/menu/items.directive.d.ts +5 -0
  64. package/src/menu/menu-all.module.d.ts +6 -0
  65. package/src/menu/menu.component.d.ts +3 -0
  66. package/src/menu/menu.module.d.ts +7 -0
  67. package/src/sidebar/sidebar-all.module.d.ts +6 -0
  68. package/src/sidebar/sidebar.component.d.ts +3 -0
  69. package/src/sidebar/sidebar.module.d.ts +6 -0
  70. package/src/tab/items.directive.d.ts +5 -0
  71. package/src/tab/tab-all.module.d.ts +6 -0
  72. package/src/tab/tab.component.d.ts +3 -0
  73. package/src/tab/tab.module.d.ts +7 -0
  74. package/src/toolbar/items.directive.d.ts +5 -0
  75. package/src/toolbar/toolbar-all.module.d.ts +6 -0
  76. package/src/toolbar/toolbar.component.d.ts +3 -0
  77. package/src/toolbar/toolbar.module.d.ts +7 -0
  78. package/src/treeview/treeview-all.module.d.ts +6 -0
  79. package/src/treeview/treeview.component.d.ts +3 -0
  80. package/src/treeview/treeview.module.d.ts +6 -0
  81. package/styles/accordion/_all.scss +2 -0
  82. package/styles/accordion/_bootstrap-dark-definition.scss +176 -0
  83. package/styles/accordion/_bootstrap-definition.scss +181 -0
  84. package/styles/accordion/_bootstrap4-definition.scss +184 -0
  85. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/accordion/_bootstrap5-definition.scss +182 -0
  87. package/styles/accordion/_fabric-dark-definition.scss +179 -0
  88. package/styles/accordion/_fabric-definition.scss +184 -0
  89. package/styles/accordion/_fluent-dark-definition.scss +1 -0
  90. package/styles/accordion/_fluent-definition.scss +181 -0
  91. package/styles/accordion/_fusionnew-definition.scss +182 -0
  92. package/styles/accordion/_highcontrast-definition.scss +206 -0
  93. package/styles/accordion/_highcontrast-light-definition.scss +204 -0
  94. package/styles/accordion/_layout.scss +358 -0
  95. package/styles/accordion/_material-dark-definition.scss +182 -0
  96. package/styles/accordion/_material-definition.scss +178 -0
  97. package/styles/accordion/_material3-dark-definition.scss +1 -0
  98. package/styles/accordion/_material3-definition.scss +182 -0
  99. package/styles/accordion/_tailwind-dark-definition.scss +1 -0
  100. package/styles/accordion/_tailwind-definition.scss +180 -0
  101. package/styles/accordion/_theme.scss +402 -0
  102. package/styles/accordion/bootstrap-dark.scss +4 -1
  103. package/styles/accordion/bootstrap.scss +4 -1
  104. package/styles/accordion/bootstrap4.scss +4 -1
  105. package/styles/accordion/bootstrap5-dark.scss +4 -1
  106. package/styles/accordion/bootstrap5.scss +4 -1
  107. package/styles/accordion/fabric-dark.scss +4 -1
  108. package/styles/accordion/fabric.scss +4 -1
  109. package/styles/accordion/fluent-dark.scss +4 -1
  110. package/styles/accordion/fluent.scss +4 -1
  111. package/styles/accordion/highcontrast-light.scss +4 -1
  112. package/styles/accordion/highcontrast.scss +4 -1
  113. package/styles/accordion/icons/_bootstrap-dark.scss +17 -0
  114. package/styles/accordion/icons/_bootstrap.scss +17 -0
  115. package/styles/accordion/icons/_bootstrap4.scss +17 -0
  116. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  117. package/styles/accordion/icons/_bootstrap5.scss +17 -0
  118. package/styles/accordion/icons/_fabric-dark.scss +17 -0
  119. package/styles/accordion/icons/_fabric.scss +17 -0
  120. package/styles/accordion/icons/_fluent-dark.scss +1 -0
  121. package/styles/accordion/icons/_fluent.scss +17 -0
  122. package/styles/accordion/icons/_fusionnew.scss +17 -0
  123. package/styles/accordion/icons/_highcontrast-light.scss +17 -0
  124. package/styles/accordion/icons/_highcontrast.scss +17 -0
  125. package/styles/accordion/icons/_material-dark.scss +17 -0
  126. package/styles/accordion/icons/_material.scss +17 -0
  127. package/styles/accordion/icons/_material3-dark.scss +1 -0
  128. package/styles/accordion/icons/_material3.scss +17 -0
  129. package/styles/accordion/icons/_tailwind-dark.scss +1 -0
  130. package/styles/accordion/icons/_tailwind.scss +17 -0
  131. package/styles/accordion/material-dark.scss +4 -1
  132. package/styles/accordion/material.scss +4 -1
  133. package/styles/accordion/material3-dark.scss +4 -1
  134. package/styles/accordion/material3.scss +4 -1
  135. package/styles/accordion/tailwind-dark.scss +4 -1
  136. package/styles/accordion/tailwind.scss +4 -1
  137. package/styles/appbar/_all.scss +2 -0
  138. package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
  139. package/styles/appbar/_bootstrap-definition.scss +8 -0
  140. package/styles/appbar/_bootstrap4-definition.scss +8 -0
  141. package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
  142. package/styles/appbar/_bootstrap5-definition.scss +8 -0
  143. package/styles/appbar/_fabric-dark-definition.scss +8 -0
  144. package/styles/appbar/_fabric-definition.scss +8 -0
  145. package/styles/appbar/_fluent-dark-definition.scss +1 -0
  146. package/styles/appbar/_fluent-definition.scss +8 -0
  147. package/styles/appbar/_fusionnew-definition.scss +8 -0
  148. package/styles/appbar/_highcontrast-definition.scss +8 -0
  149. package/styles/appbar/_highcontrast-light-definition.scss +8 -0
  150. package/styles/appbar/_layout.scss +89 -0
  151. package/styles/appbar/_material-dark-definition.scss +8 -0
  152. package/styles/appbar/_material-definition.scss +8 -0
  153. package/styles/appbar/_material3-dark-definition.scss +1 -0
  154. package/styles/appbar/_material3-definition.scss +8 -0
  155. package/styles/appbar/_tailwind-dark-definition.scss +1 -0
  156. package/styles/appbar/_tailwind-definition.scss +8 -0
  157. package/styles/appbar/_theme.scss +218 -0
  158. package/styles/appbar/bootstrap-dark.scss +3 -1
  159. package/styles/appbar/bootstrap.scss +3 -1
  160. package/styles/appbar/bootstrap4.scss +3 -1
  161. package/styles/appbar/bootstrap5-dark.scss +3 -1
  162. package/styles/appbar/bootstrap5.scss +3 -1
  163. package/styles/appbar/fabric-dark.scss +3 -1
  164. package/styles/appbar/fabric.scss +3 -1
  165. package/styles/appbar/fluent-dark.scss +3 -1
  166. package/styles/appbar/fluent.scss +3 -1
  167. package/styles/appbar/highcontrast-light.scss +3 -1
  168. package/styles/appbar/highcontrast.scss +3 -1
  169. package/styles/appbar/material-dark.scss +3 -1
  170. package/styles/appbar/material.scss +3 -1
  171. package/styles/appbar/material3-dark.scss +3 -1
  172. package/styles/appbar/material3.scss +3 -1
  173. package/styles/appbar/tailwind-dark.scss +3 -1
  174. package/styles/appbar/tailwind.scss +3 -1
  175. package/styles/breadcrumb/_all.scss +3 -0
  176. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
  177. package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
  178. package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
  179. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  180. package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
  181. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
  182. package/styles/breadcrumb/_fabric-definition.scss +59 -0
  183. package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
  184. package/styles/breadcrumb/_fluent-definition.scss +62 -0
  185. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  186. package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
  187. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
  188. package/styles/breadcrumb/_layout.scss +491 -0
  189. package/styles/breadcrumb/_material-dark-definition.scss +50 -0
  190. package/styles/breadcrumb/_material-definition.scss +50 -0
  191. package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
  192. package/styles/breadcrumb/_material3-definition.scss +60 -0
  193. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
  194. package/styles/breadcrumb/_tailwind-definition.scss +60 -0
  195. package/styles/breadcrumb/_theme.scss +178 -0
  196. package/styles/breadcrumb/bootstrap-dark.scss +4 -1
  197. package/styles/breadcrumb/bootstrap.scss +4 -1
  198. package/styles/breadcrumb/bootstrap4.scss +4 -1
  199. package/styles/breadcrumb/bootstrap5-dark.scss +4 -1
  200. package/styles/breadcrumb/bootstrap5.scss +4 -1
  201. package/styles/breadcrumb/fabric-dark.scss +4 -1
  202. package/styles/breadcrumb/fabric.scss +4 -1
  203. package/styles/breadcrumb/fluent-dark.scss +4 -1
  204. package/styles/breadcrumb/fluent.scss +4 -1
  205. package/styles/breadcrumb/highcontrast-light.scss +4 -1
  206. package/styles/breadcrumb/highcontrast.scss +4 -1
  207. package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
  208. package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
  209. package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
  210. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  211. package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
  212. package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
  213. package/styles/breadcrumb/icons/_fabric.scss +14 -0
  214. package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
  215. package/styles/breadcrumb/icons/_fluent.scss +25 -0
  216. package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
  217. package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
  218. package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
  219. package/styles/breadcrumb/icons/_material-dark.scss +25 -0
  220. package/styles/breadcrumb/icons/_material.scss +25 -0
  221. package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
  222. package/styles/breadcrumb/icons/_material3.scss +14 -0
  223. package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
  224. package/styles/breadcrumb/icons/_tailwind.scss +25 -0
  225. package/styles/breadcrumb/material-dark.scss +4 -1
  226. package/styles/breadcrumb/material.scss +4 -1
  227. package/styles/breadcrumb/material3-dark.scss +4 -1
  228. package/styles/breadcrumb/material3.scss +4 -1
  229. package/styles/breadcrumb/tailwind-dark.scss +4 -1
  230. package/styles/breadcrumb/tailwind.scss +4 -1
  231. package/styles/carousel/_all.scss +2 -0
  232. package/styles/carousel/_bootstrap-dark-definition.scss +27 -0
  233. package/styles/carousel/_bootstrap-definition.scss +27 -0
  234. package/styles/carousel/_bootstrap4-definition.scss +27 -0
  235. package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
  236. package/styles/carousel/_bootstrap5-definition.scss +27 -0
  237. package/styles/carousel/_fabric-dark-definition.scss +27 -0
  238. package/styles/carousel/_fabric-definition.scss +27 -0
  239. package/styles/carousel/_fluent-dark-definition.scss +1 -0
  240. package/styles/carousel/_fluent-definition.scss +27 -0
  241. package/styles/carousel/_fusionnew-definition.scss +27 -0
  242. package/styles/carousel/_highcontrast-definition.scss +27 -0
  243. package/styles/carousel/_highcontrast-light-definition.scss +27 -0
  244. package/styles/carousel/_layout.scss +254 -0
  245. package/styles/carousel/_material-dark-definition.scss +27 -0
  246. package/styles/carousel/_material-definition.scss +27 -0
  247. package/styles/carousel/_material3-dark-definition.scss +1 -0
  248. package/styles/carousel/_material3-definition.scss +28 -0
  249. package/styles/carousel/_tailwind-dark-definition.scss +1 -0
  250. package/styles/carousel/_tailwind-definition.scss +27 -0
  251. package/styles/carousel/_theme.scss +85 -0
  252. package/styles/carousel/bootstrap-dark.scss +5 -1
  253. package/styles/carousel/bootstrap.scss +5 -1
  254. package/styles/carousel/bootstrap4.scss +5 -1
  255. package/styles/carousel/bootstrap5-dark.scss +5 -1
  256. package/styles/carousel/bootstrap5.scss +5 -1
  257. package/styles/carousel/fabric-dark.scss +5 -1
  258. package/styles/carousel/fabric.scss +5 -1
  259. package/styles/carousel/fluent-dark.scss +5 -1
  260. package/styles/carousel/fluent.scss +5 -1
  261. package/styles/carousel/highcontrast-light.scss +5 -1
  262. package/styles/carousel/highcontrast.scss +5 -1
  263. package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
  264. package/styles/carousel/icons/_bootstrap.scss +30 -0
  265. package/styles/carousel/icons/_bootstrap4.scss +30 -0
  266. package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
  267. package/styles/carousel/icons/_bootstrap5.scss +30 -0
  268. package/styles/carousel/icons/_fabric-dark.scss +30 -0
  269. package/styles/carousel/icons/_fabric.scss +30 -0
  270. package/styles/carousel/icons/_fluent-dark.scss +1 -0
  271. package/styles/carousel/icons/_fluent.scss +30 -0
  272. package/styles/carousel/icons/_fusionnew.scss +30 -0
  273. package/styles/carousel/icons/_highcontrast-light.scss +30 -0
  274. package/styles/carousel/icons/_highcontrast.scss +30 -0
  275. package/styles/carousel/icons/_material-dark.scss +30 -0
  276. package/styles/carousel/icons/_material.scss +30 -0
  277. package/styles/carousel/icons/_material3-dark.scss +1 -0
  278. package/styles/carousel/icons/_material3.scss +30 -0
  279. package/styles/carousel/icons/_tailwind-dark.scss +1 -0
  280. package/styles/carousel/icons/_tailwind.scss +30 -0
  281. package/styles/carousel/material-dark.scss +5 -1
  282. package/styles/carousel/material.scss +5 -1
  283. package/styles/carousel/material3-dark.scss +5 -1
  284. package/styles/carousel/material3.scss +5 -1
  285. package/styles/carousel/tailwind-dark.scss +5 -1
  286. package/styles/carousel/tailwind.scss +5 -1
  287. package/styles/context-menu/_all.scss +2 -0
  288. package/styles/context-menu/_bootstrap-dark-definition.scss +53 -0
  289. package/styles/context-menu/_bootstrap-definition.scss +50 -0
  290. package/styles/context-menu/_bootstrap4-definition.scss +50 -0
  291. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  292. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  293. package/styles/context-menu/_fabric-dark-definition.scss +53 -0
  294. package/styles/context-menu/_fabric-definition.scss +50 -0
  295. package/styles/context-menu/_fluent-dark-definition.scss +1 -0
  296. package/styles/context-menu/_fluent-definition.scss +52 -0
  297. package/styles/context-menu/_fusionnew-definition.scss +52 -0
  298. package/styles/context-menu/_highcontrast-definition.scss +50 -0
  299. package/styles/context-menu/_highcontrast-light-definition.scss +53 -0
  300. package/styles/context-menu/_layout-mixin.scss +170 -0
  301. package/styles/context-menu/_layout.scss +149 -0
  302. package/styles/context-menu/_material-dark-definition.scss +53 -0
  303. package/styles/context-menu/_material-definition.scss +50 -0
  304. package/styles/context-menu/_material3-dark-definition.scss +1 -0
  305. package/styles/context-menu/_material3-definition.scss +52 -0
  306. package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
  307. package/styles/context-menu/_tailwind-definition.scss +53 -0
  308. package/styles/context-menu/_theme-mixin.scss +63 -0
  309. package/styles/context-menu/_theme.scss +55 -0
  310. package/styles/context-menu/bootstrap-dark.scss +7 -1
  311. package/styles/context-menu/bootstrap.scss +7 -1
  312. package/styles/context-menu/bootstrap4.scss +7 -1
  313. package/styles/context-menu/bootstrap5-dark.scss +7 -1
  314. package/styles/context-menu/bootstrap5.scss +7 -1
  315. package/styles/context-menu/fabric-dark.scss +7 -1
  316. package/styles/context-menu/fabric.scss +7 -1
  317. package/styles/context-menu/fluent-dark.scss +7 -1
  318. package/styles/context-menu/fluent.scss +7 -1
  319. package/styles/context-menu/highcontrast-light.scss +7 -1
  320. package/styles/context-menu/highcontrast.scss +7 -1
  321. package/styles/context-menu/icons/_bootstrap-dark.scss +33 -0
  322. package/styles/context-menu/icons/_bootstrap.scss +33 -0
  323. package/styles/context-menu/icons/_bootstrap4.scss +33 -0
  324. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  325. package/styles/context-menu/icons/_bootstrap5.scss +33 -0
  326. package/styles/context-menu/icons/_fabric-dark.scss +33 -0
  327. package/styles/context-menu/icons/_fabric.scss +33 -0
  328. package/styles/context-menu/icons/_fluent-dark.scss +1 -0
  329. package/styles/context-menu/icons/_fluent.scss +33 -0
  330. package/styles/context-menu/icons/_fusionnew.scss +33 -0
  331. package/styles/context-menu/icons/_highcontrast-light.scss +33 -0
  332. package/styles/context-menu/icons/_highcontrast.scss +33 -0
  333. package/styles/context-menu/icons/_material-dark.scss +33 -0
  334. package/styles/context-menu/icons/_material.scss +33 -0
  335. package/styles/context-menu/icons/_material3-dark.scss +1 -0
  336. package/styles/context-menu/icons/_material3.scss +33 -0
  337. package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
  338. package/styles/context-menu/icons/_tailwind.scss +33 -0
  339. package/styles/context-menu/material-dark.scss +7 -1
  340. package/styles/context-menu/material.scss +7 -1
  341. package/styles/context-menu/material3-dark.scss +7 -1
  342. package/styles/context-menu/material3.scss +7 -1
  343. package/styles/context-menu/tailwind-dark.scss +7 -1
  344. package/styles/context-menu/tailwind.scss +7 -1
  345. package/styles/h-scroll/_all.scss +2 -0
  346. package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -0
  347. package/styles/h-scroll/_bootstrap-definition.scss +56 -0
  348. package/styles/h-scroll/_bootstrap4-definition.scss +56 -0
  349. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  350. package/styles/h-scroll/_bootstrap5-definition.scss +83 -0
  351. package/styles/h-scroll/_fabric-dark-definition.scss +58 -0
  352. package/styles/h-scroll/_fabric-definition.scss +55 -0
  353. package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
  354. package/styles/h-scroll/_fluent-definition.scss +83 -0
  355. package/styles/h-scroll/_fusionnew-definition.scss +83 -0
  356. package/styles/h-scroll/_highcontrast-definition.scss +56 -0
  357. package/styles/h-scroll/_highcontrast-light-definition.scss +59 -0
  358. package/styles/h-scroll/_layout.scss +198 -0
  359. package/styles/h-scroll/_material-dark-definition.scss +85 -0
  360. package/styles/h-scroll/_material-definition.scss +82 -0
  361. package/styles/h-scroll/_material3-dark-definition.scss +1 -0
  362. package/styles/h-scroll/_material3-definition.scss +83 -0
  363. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
  364. package/styles/h-scroll/_tailwind-definition.scss +83 -0
  365. package/styles/h-scroll/_theme.scss +131 -0
  366. package/styles/h-scroll/bootstrap-dark.scss +4 -1
  367. package/styles/h-scroll/bootstrap.scss +4 -1
  368. package/styles/h-scroll/bootstrap4.scss +4 -1
  369. package/styles/h-scroll/bootstrap5-dark.scss +4 -1
  370. package/styles/h-scroll/bootstrap5.scss +4 -1
  371. package/styles/h-scroll/fabric-dark.scss +4 -1
  372. package/styles/h-scroll/fabric.scss +4 -1
  373. package/styles/h-scroll/fluent-dark.scss +4 -1
  374. package/styles/h-scroll/fluent.scss +4 -1
  375. package/styles/h-scroll/highcontrast-light.scss +4 -1
  376. package/styles/h-scroll/highcontrast.scss +4 -1
  377. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -0
  378. package/styles/h-scroll/icons/_bootstrap.scss +49 -0
  379. package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
  380. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  381. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  382. package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
  383. package/styles/h-scroll/icons/_fabric.scss +49 -0
  384. package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
  385. package/styles/h-scroll/icons/_fluent.scss +49 -0
  386. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  387. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
  388. package/styles/h-scroll/icons/_highcontrast.scss +49 -0
  389. package/styles/h-scroll/icons/_material-dark.scss +49 -0
  390. package/styles/h-scroll/icons/_material.scss +49 -0
  391. package/styles/h-scroll/icons/_material3-dark.scss +1 -0
  392. package/styles/h-scroll/icons/_material3.scss +49 -0
  393. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
  394. package/styles/h-scroll/icons/_tailwind.scss +49 -0
  395. package/styles/h-scroll/material-dark.scss +4 -1
  396. package/styles/h-scroll/material.scss +4 -1
  397. package/styles/h-scroll/material3-dark.scss +4 -1
  398. package/styles/h-scroll/material3.scss +4 -1
  399. package/styles/h-scroll/tailwind-dark.scss +4 -1
  400. package/styles/h-scroll/tailwind.scss +4 -1
  401. package/styles/material3-dark.css +35 -695
  402. package/styles/material3-dark.scss +1 -0
  403. package/styles/material3.css +69 -1401
  404. package/styles/material3.scss +1 -0
  405. package/styles/menu/_all.scss +2 -0
  406. package/styles/menu/_bootstrap-dark-definition.scss +64 -0
  407. package/styles/menu/_bootstrap-definition.scss +65 -0
  408. package/styles/menu/_bootstrap4-definition.scss +64 -0
  409. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  410. package/styles/menu/_bootstrap5-definition.scss +67 -0
  411. package/styles/menu/_fabric-dark-definition.scss +64 -0
  412. package/styles/menu/_fabric-definition.scss +64 -0
  413. package/styles/menu/_fluent-dark-definition.scss +1 -0
  414. package/styles/menu/_fluent-definition.scss +67 -0
  415. package/styles/menu/_fusionnew-definition.scss +67 -0
  416. package/styles/menu/_highcontrast-definition.scss +65 -0
  417. package/styles/menu/_highcontrast-light-definition.scss +61 -0
  418. package/styles/menu/_layout.scss +717 -0
  419. package/styles/menu/_material-dark-definition.scss +64 -0
  420. package/styles/menu/_material-definition.scss +64 -0
  421. package/styles/menu/_material3-dark-definition.scss +1 -0
  422. package/styles/menu/_material3-definition.scss +67 -0
  423. package/styles/menu/_tailwind-dark-definition.scss +1 -0
  424. package/styles/menu/_tailwind-definition.scss +66 -0
  425. package/styles/menu/_theme.scss +306 -0
  426. package/styles/menu/bootstrap-dark.scss +8 -1
  427. package/styles/menu/bootstrap.scss +8 -1
  428. package/styles/menu/bootstrap4.scss +8 -1
  429. package/styles/menu/bootstrap5-dark.scss +8 -1
  430. package/styles/menu/bootstrap5.scss +8 -1
  431. package/styles/menu/fabric-dark.scss +8 -1
  432. package/styles/menu/fabric.scss +8 -1
  433. package/styles/menu/fluent-dark.scss +8 -1
  434. package/styles/menu/fluent.scss +8 -1
  435. package/styles/menu/highcontrast-light.scss +8 -1
  436. package/styles/menu/highcontrast.scss +8 -1
  437. package/styles/menu/icons/_bootstrap-dark.scss +134 -0
  438. package/styles/menu/icons/_bootstrap.scss +134 -0
  439. package/styles/menu/icons/_bootstrap4.scss +134 -0
  440. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  441. package/styles/menu/icons/_bootstrap5.scss +134 -0
  442. package/styles/menu/icons/_fabric-dark.scss +134 -0
  443. package/styles/menu/icons/_fabric.scss +134 -0
  444. package/styles/menu/icons/_fluent-dark.scss +1 -0
  445. package/styles/menu/icons/_fluent.scss +134 -0
  446. package/styles/menu/icons/_fusionnew.scss +134 -0
  447. package/styles/menu/icons/_highcontrast-light.scss +134 -0
  448. package/styles/menu/icons/_highcontrast.scss +134 -0
  449. package/styles/menu/icons/_material-dark.scss +134 -0
  450. package/styles/menu/icons/_material.scss +134 -0
  451. package/styles/menu/icons/_material3-dark.scss +1 -0
  452. package/styles/menu/icons/_material3.scss +134 -0
  453. package/styles/menu/icons/_tailwind-dark.scss +134 -0
  454. package/styles/menu/icons/_tailwind.scss +134 -0
  455. package/styles/menu/material-dark.scss +8 -1
  456. package/styles/menu/material.scss +8 -1
  457. package/styles/menu/material3-dark.scss +8 -1
  458. package/styles/menu/material3.scss +8 -1
  459. package/styles/menu/tailwind-dark.scss +8 -1
  460. package/styles/menu/tailwind.scss +8 -1
  461. package/styles/pager/_all.scss +2 -0
  462. package/styles/pager/_bootstrap-dark-definition.scss +135 -0
  463. package/styles/pager/_bootstrap-definition.scss +135 -0
  464. package/styles/pager/_bootstrap4-definition.scss +135 -0
  465. package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
  466. package/styles/pager/_bootstrap5-definition.scss +150 -0
  467. package/styles/pager/_fabric-dark-definition.scss +135 -0
  468. package/styles/pager/_fabric-definition.scss +133 -0
  469. package/styles/pager/_fluent-dark-definition.scss +1 -0
  470. package/styles/pager/_fluent-definition.scss +137 -0
  471. package/styles/pager/_fusionnew-definition.scss +150 -0
  472. package/styles/pager/_highcontrast-definition.scss +133 -0
  473. package/styles/pager/_highcontrast-light-definition.scss +135 -0
  474. package/styles/pager/_layout.scss +913 -0
  475. package/styles/pager/_material-dark-definition.scss +136 -0
  476. package/styles/pager/_material-definition.scss +134 -0
  477. package/styles/pager/_material3-dark-definition.scss +1 -0
  478. package/styles/pager/_material3-definition.scss +150 -0
  479. package/styles/pager/_tailwind-dark-definition.scss +1 -0
  480. package/styles/pager/_tailwind-definition.scss +136 -0
  481. package/styles/pager/_theme.scss +159 -0
  482. package/styles/pager/bootstrap-dark.scss +4 -1
  483. package/styles/pager/bootstrap.scss +4 -1
  484. package/styles/pager/bootstrap4.scss +4 -1
  485. package/styles/pager/bootstrap5-dark.scss +4 -1
  486. package/styles/pager/bootstrap5.scss +4 -1
  487. package/styles/pager/fabric-dark.scss +4 -1
  488. package/styles/pager/fabric.scss +4 -1
  489. package/styles/pager/fluent-dark.scss +4 -1
  490. package/styles/pager/fluent.scss +4 -1
  491. package/styles/pager/highcontrast-light.scss +4 -1
  492. package/styles/pager/highcontrast.scss +4 -1
  493. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  494. package/styles/pager/icons/_bootstrap.scss +50 -0
  495. package/styles/pager/icons/_bootstrap4.scss +50 -0
  496. package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
  497. package/styles/pager/icons/_bootstrap5.scss +50 -0
  498. package/styles/pager/icons/_fabric-dark.scss +50 -0
  499. package/styles/pager/icons/_fabric.scss +50 -0
  500. package/styles/pager/icons/_fluent-dark.scss +1 -0
  501. package/styles/pager/icons/_fluent.scss +50 -0
  502. package/styles/pager/icons/_fusionnew.scss +50 -0
  503. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  504. package/styles/pager/icons/_highcontrast.scss +46 -0
  505. package/styles/pager/icons/_material-dark.scss +50 -0
  506. package/styles/pager/icons/_material.scss +46 -0
  507. package/styles/pager/icons/_material3-dark.scss +1 -0
  508. package/styles/pager/icons/_material3.scss +50 -0
  509. package/styles/pager/icons/_tailwind-dark.scss +1 -0
  510. package/styles/pager/icons/_tailwind.scss +50 -0
  511. package/styles/pager/material-dark.scss +4 -1
  512. package/styles/pager/material.scss +4 -1
  513. package/styles/pager/material3-dark.scss +4 -1
  514. package/styles/pager/material3.scss +4 -1
  515. package/styles/pager/tailwind-dark.scss +4 -1
  516. package/styles/pager/tailwind.scss +4 -1
  517. package/styles/sidebar/_all.scss +3 -0
  518. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -0
  519. package/styles/sidebar/_bootstrap-definition.scss +4 -0
  520. package/styles/sidebar/_bootstrap4-definition.scss +4 -0
  521. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  522. package/styles/sidebar/_bootstrap5-definition.scss +6 -0
  523. package/styles/sidebar/_fabric-dark-definition.scss +4 -0
  524. package/styles/sidebar/_fabric-definition.scss +4 -0
  525. package/styles/sidebar/_fluent-dark-definition.scss +1 -0
  526. package/styles/sidebar/_fluent-definition.scss +6 -0
  527. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  528. package/styles/sidebar/_highcontrast-definition.scss +4 -0
  529. package/styles/sidebar/_highcontrast-light-definition.scss +4 -0
  530. package/styles/sidebar/_icons.scss +1 -0
  531. package/styles/sidebar/_layout.scss +1 -0
  532. package/styles/sidebar/_material-dark-definition.scss +4 -0
  533. package/styles/sidebar/_material-definition.scss +6 -0
  534. package/styles/sidebar/_material3-dark-definition.scss +1 -0
  535. package/styles/sidebar/_material3-definition.scss +7 -0
  536. package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
  537. package/styles/sidebar/_tailwind-definition.scss +6 -0
  538. package/styles/sidebar/_theme.scss +182 -0
  539. package/styles/sidebar/bootstrap-dark.scss +3 -1
  540. package/styles/sidebar/bootstrap.scss +3 -1
  541. package/styles/sidebar/bootstrap4.scss +3 -1
  542. package/styles/sidebar/bootstrap5-dark.scss +3 -1
  543. package/styles/sidebar/bootstrap5.scss +3 -1
  544. package/styles/sidebar/fabric-dark.scss +3 -1
  545. package/styles/sidebar/fabric.scss +3 -1
  546. package/styles/sidebar/fluent-dark.scss +3 -1
  547. package/styles/sidebar/fluent.scss +3 -1
  548. package/styles/sidebar/highcontrast-light.scss +3 -1
  549. package/styles/sidebar/highcontrast.scss +3 -1
  550. package/styles/sidebar/material-dark.scss +3 -1
  551. package/styles/sidebar/material.scss +3 -1
  552. package/styles/sidebar/material3-dark.scss +3 -1
  553. package/styles/sidebar/material3.scss +3 -1
  554. package/styles/sidebar/tailwind-dark.scss +3 -1
  555. package/styles/sidebar/tailwind.scss +3 -1
  556. package/styles/tab/_all.scss +2 -0
  557. package/styles/tab/_bootstrap-dark-definition.scss +656 -0
  558. package/styles/tab/_bootstrap-definition.scss +666 -0
  559. package/styles/tab/_bootstrap4-definition.scss +670 -0
  560. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  561. package/styles/tab/_bootstrap5-definition.scss +660 -0
  562. package/styles/tab/_fabric-dark-definition.scss +665 -0
  563. package/styles/tab/_fabric-definition.scss +680 -0
  564. package/styles/tab/_fluent-dark-definition.scss +1 -0
  565. package/styles/tab/_fluent-definition.scss +668 -0
  566. package/styles/tab/_fusionnew-definition.scss +660 -0
  567. package/styles/tab/_highcontrast-definition.scss +704 -0
  568. package/styles/tab/_highcontrast-light-definition.scss +692 -0
  569. package/styles/tab/_icons.scss +36 -0
  570. package/styles/tab/_layout.scss +3433 -0
  571. package/styles/tab/_material-dark-definition.scss +676 -0
  572. package/styles/tab/_material-definition.scss +686 -0
  573. package/styles/tab/_material3-dark-definition.scss +1 -0
  574. package/styles/tab/_material3-definition.scss +661 -0
  575. package/styles/tab/_tailwind-dark-definition.scss +1 -0
  576. package/styles/tab/_tailwind-definition.scss +689 -0
  577. package/styles/tab/_theme.scss +1528 -0
  578. package/styles/tab/bootstrap-dark.scss +5 -1
  579. package/styles/tab/bootstrap.scss +5 -1
  580. package/styles/tab/bootstrap4.scss +5 -1
  581. package/styles/tab/bootstrap5-dark.scss +5 -1
  582. package/styles/tab/bootstrap5.scss +5 -1
  583. package/styles/tab/fabric-dark.scss +5 -1
  584. package/styles/tab/fabric.scss +5 -1
  585. package/styles/tab/fluent-dark.scss +5 -1
  586. package/styles/tab/fluent.scss +5 -1
  587. package/styles/tab/highcontrast-light.scss +5 -1
  588. package/styles/tab/highcontrast.scss +5 -1
  589. package/styles/tab/icons/_bootstrap-dark.scss +100 -0
  590. package/styles/tab/icons/_bootstrap.scss +100 -0
  591. package/styles/tab/icons/_bootstrap4.scss +103 -0
  592. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  593. package/styles/tab/icons/_bootstrap5.scss +92 -0
  594. package/styles/tab/icons/_fabric-dark.scss +100 -0
  595. package/styles/tab/icons/_fabric.scss +100 -0
  596. package/styles/tab/icons/_fluent-dark.scss +1 -0
  597. package/styles/tab/icons/_fluent.scss +100 -0
  598. package/styles/tab/icons/_fusionnew.scss +92 -0
  599. package/styles/tab/icons/_highcontrast-light.scss +92 -0
  600. package/styles/tab/icons/_highcontrast.scss +103 -0
  601. package/styles/tab/icons/_material-dark.scss +92 -0
  602. package/styles/tab/icons/_material.scss +92 -0
  603. package/styles/tab/icons/_material3-dark.scss +1 -0
  604. package/styles/tab/icons/_material3.scss +92 -0
  605. package/styles/tab/icons/_tailwind-dark.scss +1 -0
  606. package/styles/tab/icons/_tailwind.scss +92 -0
  607. package/styles/tab/material-dark.scss +5 -1
  608. package/styles/tab/material.scss +5 -1
  609. package/styles/tab/material3-dark.scss +5 -1
  610. package/styles/tab/material3.scss +5 -1
  611. package/styles/tab/tailwind-dark.scss +5 -1
  612. package/styles/tab/tailwind.scss +5 -1
  613. package/styles/toolbar/_all.scss +2 -0
  614. package/styles/toolbar/_bootstrap-dark-definition.scss +208 -0
  615. package/styles/toolbar/_bootstrap-definition.scss +206 -0
  616. package/styles/toolbar/_bootstrap4-definition.scss +211 -0
  617. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  618. package/styles/toolbar/_bootstrap5-definition.scss +220 -0
  619. package/styles/toolbar/_fabric-dark-definition.scss +222 -0
  620. package/styles/toolbar/_fabric-definition.scss +208 -0
  621. package/styles/toolbar/_fluent-dark-definition.scss +1 -0
  622. package/styles/toolbar/_fluent-definition.scss +210 -0
  623. package/styles/toolbar/_fusionnew-definition.scss +220 -0
  624. package/styles/toolbar/_highcontrast-definition.scss +218 -0
  625. package/styles/toolbar/_highcontrast-light-definition.scss +233 -0
  626. package/styles/toolbar/_layout.scss +1030 -0
  627. package/styles/toolbar/_material-dark-definition.scss +247 -0
  628. package/styles/toolbar/_material-definition.scss +235 -0
  629. package/styles/toolbar/_material3-dark-definition.scss +1 -0
  630. package/styles/toolbar/_material3-definition.scss +220 -0
  631. package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
  632. package/styles/toolbar/_tailwind-definition.scss +210 -0
  633. package/styles/toolbar/_theme.scss +353 -0
  634. package/styles/toolbar/bootstrap-dark.scss +8 -1
  635. package/styles/toolbar/bootstrap.scss +8 -1
  636. package/styles/toolbar/bootstrap4.scss +8 -1
  637. package/styles/toolbar/bootstrap5-dark.scss +8 -1
  638. package/styles/toolbar/bootstrap5.scss +8 -1
  639. package/styles/toolbar/fabric-dark.scss +8 -1
  640. package/styles/toolbar/fabric.scss +8 -1
  641. package/styles/toolbar/fluent-dark.scss +8 -1
  642. package/styles/toolbar/fluent.scss +8 -1
  643. package/styles/toolbar/highcontrast-light.scss +8 -1
  644. package/styles/toolbar/highcontrast.scss +8 -1
  645. package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
  646. package/styles/toolbar/icons/_bootstrap.scss +16 -0
  647. package/styles/toolbar/icons/_bootstrap4.scss +16 -0
  648. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  649. package/styles/toolbar/icons/_bootstrap5.scss +16 -0
  650. package/styles/toolbar/icons/_fabric-dark.scss +16 -0
  651. package/styles/toolbar/icons/_fabric.scss +16 -0
  652. package/styles/toolbar/icons/_fluent-dark.scss +1 -0
  653. package/styles/toolbar/icons/_fluent.scss +16 -0
  654. package/styles/toolbar/icons/_fusionnew.scss +16 -0
  655. package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
  656. package/styles/toolbar/icons/_highcontrast.scss +16 -0
  657. package/styles/toolbar/icons/_material-dark.scss +16 -0
  658. package/styles/toolbar/icons/_material.scss +16 -0
  659. package/styles/toolbar/icons/_material3-dark.scss +1 -0
  660. package/styles/toolbar/icons/_material3.scss +16 -0
  661. package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
  662. package/styles/toolbar/icons/_tailwind.scss +16 -0
  663. package/styles/toolbar/material-dark.scss +8 -1
  664. package/styles/toolbar/material.scss +8 -1
  665. package/styles/toolbar/material3-dark.scss +8 -1
  666. package/styles/toolbar/material3.scss +8 -1
  667. package/styles/toolbar/tailwind-dark.scss +8 -1
  668. package/styles/toolbar/tailwind.scss +8 -1
  669. package/styles/treeview/_all.scss +2 -0
  670. package/styles/treeview/_bootstrap-dark-definition.scss +118 -0
  671. package/styles/treeview/_bootstrap-definition.scss +113 -0
  672. package/styles/treeview/_bootstrap4-definition.scss +141 -0
  673. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  674. package/styles/treeview/_bootstrap5-definition.scss +120 -0
  675. package/styles/treeview/_fabric-dark-definition.scss +116 -0
  676. package/styles/treeview/_fabric-definition.scss +112 -0
  677. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  678. package/styles/treeview/_fluent-definition.scss +120 -0
  679. package/styles/treeview/_fusionnew-definition.scss +120 -0
  680. package/styles/treeview/_highcontrast-definition.scss +118 -0
  681. package/styles/treeview/_highcontrast-light-definition.scss +123 -0
  682. package/styles/treeview/_layout.scss +1056 -0
  683. package/styles/treeview/_material-dark-definition.scss +114 -0
  684. package/styles/treeview/_material-definition.scss +112 -0
  685. package/styles/treeview/_material3-dark-definition.scss +1 -0
  686. package/styles/treeview/_material3-definition.scss +121 -0
  687. package/styles/treeview/_tailwind-dark-definition.scss +1 -0
  688. package/styles/treeview/_tailwind-definition.scss +124 -0
  689. package/styles/treeview/_theme.scss +387 -0
  690. package/styles/treeview/bootstrap-dark.scss +6 -1
  691. package/styles/treeview/bootstrap.scss +6 -1
  692. package/styles/treeview/bootstrap4.scss +6 -1
  693. package/styles/treeview/bootstrap5-dark.scss +6 -1
  694. package/styles/treeview/bootstrap5.scss +6 -1
  695. package/styles/treeview/fabric-dark.scss +6 -1
  696. package/styles/treeview/fabric.scss +6 -1
  697. package/styles/treeview/fluent-dark.scss +6 -1
  698. package/styles/treeview/fluent.scss +6 -1
  699. package/styles/treeview/highcontrast-light.scss +6 -1
  700. package/styles/treeview/highcontrast.scss +6 -1
  701. package/styles/treeview/icons/_bootstrap-dark.scss +39 -0
  702. package/styles/treeview/icons/_bootstrap.scss +39 -0
  703. package/styles/treeview/icons/_bootstrap4.scss +39 -0
  704. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  705. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  706. package/styles/treeview/icons/_fabric-dark.scss +43 -0
  707. package/styles/treeview/icons/_fabric.scss +43 -0
  708. package/styles/treeview/icons/_fluent-dark.scss +1 -0
  709. package/styles/treeview/icons/_fluent.scss +43 -0
  710. package/styles/treeview/icons/_fusionnew.scss +43 -0
  711. package/styles/treeview/icons/_highcontrast-light.scss +43 -0
  712. package/styles/treeview/icons/_highcontrast.scss +43 -0
  713. package/styles/treeview/icons/_material-dark.scss +43 -0
  714. package/styles/treeview/icons/_material.scss +43 -0
  715. package/styles/treeview/icons/_material3-dark.scss +1 -0
  716. package/styles/treeview/icons/_material3.scss +43 -0
  717. package/styles/treeview/icons/_tailwind-dark.scss +43 -0
  718. package/styles/treeview/icons/_tailwind.scss +43 -0
  719. package/styles/treeview/material-dark.scss +6 -1
  720. package/styles/treeview/material.scss +6 -1
  721. package/styles/treeview/material3-dark.css +1 -1
  722. package/styles/treeview/material3-dark.scss +6 -1
  723. package/styles/treeview/material3.css +1 -1
  724. package/styles/treeview/material3.scss +6 -1
  725. package/styles/treeview/tailwind-dark.scss +6 -1
  726. package/styles/treeview/tailwind.scss +6 -1
  727. package/styles/v-scroll/_all.scss +2 -0
  728. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -0
  729. package/styles/v-scroll/_bootstrap-definition.scss +49 -0
  730. package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
  731. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  732. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  733. package/styles/v-scroll/_fabric-dark-definition.scss +52 -0
  734. package/styles/v-scroll/_fabric-definition.scss +50 -0
  735. package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
  736. package/styles/v-scroll/_fluent-definition.scss +49 -0
  737. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  738. package/styles/v-scroll/_highcontrast-definition.scss +50 -0
  739. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -0
  740. package/styles/v-scroll/_layout.scss +162 -0
  741. package/styles/v-scroll/_material-dark-definition.scss +79 -0
  742. package/styles/v-scroll/_material-definition.scss +77 -0
  743. package/styles/v-scroll/_material3-dark-definition.scss +1 -0
  744. package/styles/v-scroll/_material3-definition.scss +49 -0
  745. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
  746. package/styles/v-scroll/_tailwind-definition.scss +49 -0
  747. package/styles/v-scroll/_theme.scss +108 -0
  748. package/styles/v-scroll/bootstrap-dark.scss +4 -1
  749. package/styles/v-scroll/bootstrap.scss +4 -1
  750. package/styles/v-scroll/bootstrap4.scss +4 -1
  751. package/styles/v-scroll/bootstrap5-dark.scss +4 -1
  752. package/styles/v-scroll/bootstrap5.scss +4 -1
  753. package/styles/v-scroll/fabric-dark.scss +4 -1
  754. package/styles/v-scroll/fabric.scss +4 -1
  755. package/styles/v-scroll/fluent-dark.scss +4 -1
  756. package/styles/v-scroll/fluent.scss +4 -1
  757. package/styles/v-scroll/highcontrast-light.scss +4 -1
  758. package/styles/v-scroll/highcontrast.scss +4 -1
  759. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
  760. package/styles/v-scroll/icons/_bootstrap.scss +27 -0
  761. package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
  762. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  763. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  764. package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
  765. package/styles/v-scroll/icons/_fabric.scss +27 -0
  766. package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
  767. package/styles/v-scroll/icons/_fluent.scss +27 -0
  768. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  769. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
  770. package/styles/v-scroll/icons/_highcontrast.scss +27 -0
  771. package/styles/v-scroll/icons/_material-dark.scss +27 -0
  772. package/styles/v-scroll/icons/_material.scss +27 -0
  773. package/styles/v-scroll/icons/_material3-dark.scss +1 -0
  774. package/styles/v-scroll/icons/_material3.scss +27 -0
  775. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
  776. package/styles/v-scroll/icons/_tailwind.scss +27 -0
  777. package/styles/v-scroll/material-dark.scss +4 -1
  778. package/styles/v-scroll/material.scss +4 -1
  779. package/styles/v-scroll/material3-dark.scss +4 -1
  780. package/styles/v-scroll/material3.scss +4 -1
  781. package/styles/v-scroll/tailwind-dark.scss +4 -1
  782. package/styles/v-scroll/tailwind.scss +4 -1
  783. package/syncfusion-ej2-angular-navigations.d.ts +5 -0
  784. package/@syncfusion/ej2-angular-navigations.es5.js +0 -2021
  785. package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
  786. package/@syncfusion/ej2-angular-navigations.js +0 -1859
  787. package/@syncfusion/ej2-angular-navigations.js.map +0 -1
  788. package/CHANGELOG.md +0 -2257
  789. package/dist/ej2-angular-navigations.umd.js +0 -2116
  790. package/dist/ej2-angular-navigations.umd.js.map +0 -1
  791. package/dist/ej2-angular-navigations.umd.min.js +0 -11
  792. package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
  793. package/ej2-angular-navigations.d.ts +0 -14
  794. package/ej2-angular-navigations.metadata.json +0 -1
  795. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1445 @@
1
+ import { __decorate } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
+ import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
5
+ import { Accordion, Toolbar, ContextMenu, Breadcrumb, Carousel, Tab, TreeView, Sidebar, Menu, AppBar } from '@syncfusion/ej2-navigations';
6
+ export * from '@syncfusion/ej2-navigations';
7
+ import { CommonModule } from '@angular/common';
8
+
9
+ let input$5 = ['content', 'cssClass', 'disabled', 'expanded', 'header', 'iconCss', 'id', 'visible'];
10
+ let outputs$f = [];
11
+ /**
12
+ * 'e-accordionitem' directive represent a item of the Angular Accordion.
13
+ * It must be contained in a Accordion component(`ejs-accordion`).
14
+ * ```html
15
+ * <ejs-accordion>
16
+ * <e-accordionitems>
17
+ * <e-accordionitem header='Header1'></e-accordionitem>
18
+ * <e-accordionitem header='Header2' content='Content2'></e-accordionitem>
19
+ * </e-accordionitems>
20
+ * </ejs-accordion>
21
+ * ```
22
+ */
23
+ class AccordionItemDirective extends ComplexBase {
24
+ constructor(viewContainerRef) {
25
+ super();
26
+ this.viewContainerRef = viewContainerRef;
27
+ setValue('currentInstance', this, this.viewContainerRef);
28
+ this.registerEvents(outputs$f);
29
+ this.directivePropList = input$5;
30
+ }
31
+ }
32
+ AccordionItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
33
+ AccordionItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AccordionItemDirective, selector: "e-accordionitems>e-accordionitem", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", expanded: "expanded", header: "header", iconCss: "iconCss", id: "id", visible: "visible" }, queries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
34
+ __decorate([
35
+ Template()
36
+ ], AccordionItemDirective.prototype, "header", void 0);
37
+ __decorate([
38
+ Template()
39
+ ], AccordionItemDirective.prototype, "content", void 0);
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionItemDirective, decorators: [{
41
+ type: Directive,
42
+ args: [{
43
+ selector: 'e-accordionitems>e-accordionitem',
44
+ inputs: input$5,
45
+ outputs: outputs$f,
46
+ queries: {}
47
+ }]
48
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { header: [{
49
+ type: ContentChild,
50
+ args: ['header']
51
+ }], content: [{
52
+ type: ContentChild,
53
+ args: ['content']
54
+ }] } });
55
+ /**
56
+ * AccordionItem Array Directive
57
+ * @private
58
+ */
59
+ class AccordionItemsDirective extends ArrayBase {
60
+ constructor() {
61
+ super('items');
62
+ }
63
+ }
64
+ AccordionItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
65
+ AccordionItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AccordionItemsDirective, selector: "ejs-accordion>e-accordionitems", queries: [{ propertyName: "children", predicate: AccordionItemDirective }], usesInheritance: true, ngImport: i0 });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionItemsDirective, decorators: [{
67
+ type: Directive,
68
+ args: [{
69
+ selector: 'ejs-accordion>e-accordionitems',
70
+ queries: {
71
+ children: new ContentChildren(AccordionItemDirective)
72
+ },
73
+ }]
74
+ }], ctorParameters: function () { return []; } });
75
+
76
+ const inputs$9 = ['animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width'];
77
+ const outputs$e = ['clicked', 'created', 'destroyed', 'expanded', 'expanding', 'expandedIndicesChange'];
78
+ const twoWays$9 = ['expandedIndices'];
79
+ /**
80
+ * Represents the Angular Accordion Component.
81
+ * ```html
82
+ * <ejs-accordion></ejs-accordion>
83
+ * ```
84
+ */
85
+ let AccordionComponent = class AccordionComponent extends Accordion {
86
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
87
+ super();
88
+ this.ngEle = ngEle;
89
+ this.srenderer = srenderer;
90
+ this.viewContainerRef = viewContainerRef;
91
+ this.injector = injector;
92
+ this.tags = ['items'];
93
+ this.element = this.ngEle.nativeElement;
94
+ this.injectedModules = this.injectedModules || [];
95
+ this.registerEvents(outputs$e);
96
+ this.addTwoWay.call(this, twoWays$9);
97
+ setValue('currentInstance', this, this.viewContainerRef);
98
+ this.containerContext = new ComponentBase();
99
+ }
100
+ ngOnInit() {
101
+ this.containerContext.ngOnInit(this);
102
+ }
103
+ ngAfterViewInit() {
104
+ this.containerContext.ngAfterViewInit(this);
105
+ }
106
+ ngOnDestroy() {
107
+ this.containerContext.ngOnDestroy(this);
108
+ }
109
+ ngAfterContentChecked() {
110
+ this.tagObjects[0].instance = this.childItems;
111
+ this.containerContext.ngAfterContentChecked(this);
112
+ }
113
+ };
114
+ AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
115
+ AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: AccordionComponent, selector: "ejs-accordion", inputs: { animation: "animation", dataSource: "dataSource", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", expandMode: "expandMode", expandedIndices: "expandedIndices", headerTemplate: "headerTemplate", height: "height", itemTemplate: "itemTemplate", items: "items", locale: "locale", width: "width" }, outputs: { clicked: "clicked", created: "created", destroyed: "destroyed", expanded: "expanded", expanding: "expanding", expandedIndicesChange: "expandedIndicesChange" }, queries: [{ propertyName: "headerTemplate", first: true, predicate: ["headerTemplate"], descendants: true }, { propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }, { propertyName: "childItems", first: true, predicate: AccordionItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
116
+ __decorate([
117
+ Template()
118
+ ], AccordionComponent.prototype, "headerTemplate", void 0);
119
+ __decorate([
120
+ Template()
121
+ ], AccordionComponent.prototype, "itemTemplate", void 0);
122
+ AccordionComponent = __decorate([
123
+ ComponentMixins([ComponentBase])
124
+ ], AccordionComponent);
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionComponent, decorators: [{
126
+ type: Component,
127
+ args: [{
128
+ selector: 'ejs-accordion',
129
+ inputs: inputs$9,
130
+ outputs: outputs$e,
131
+ template: `<ng-content select='div'></ng-content>`,
132
+ changeDetection: ChangeDetectionStrategy.OnPush,
133
+ queries: {
134
+ childItems: new ContentChild(AccordionItemsDirective)
135
+ }
136
+ }]
137
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { headerTemplate: [{
138
+ type: ContentChild,
139
+ args: ['headerTemplate']
140
+ }], itemTemplate: [{
141
+ type: ContentChild,
142
+ args: ['itemTemplate']
143
+ }] } });
144
+
145
+ /**
146
+ * NgModule definition for the Accordion component.
147
+ */
148
+ class AccordionModule {
149
+ }
150
+ AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
151
+ AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent,
152
+ AccordionItemDirective,
153
+ AccordionItemsDirective], imports: [CommonModule], exports: [AccordionComponent,
154
+ AccordionItemDirective,
155
+ AccordionItemsDirective] });
156
+ AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionModule, imports: [[CommonModule]] });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionModule, decorators: [{
158
+ type: NgModule,
159
+ args: [{
160
+ imports: [CommonModule],
161
+ declarations: [
162
+ AccordionComponent,
163
+ AccordionItemDirective,
164
+ AccordionItemsDirective
165
+ ],
166
+ exports: [
167
+ AccordionComponent,
168
+ AccordionItemDirective,
169
+ AccordionItemsDirective
170
+ ]
171
+ }]
172
+ }] });
173
+
174
+ /**
175
+ * NgModule definition for the Accordion component with providers.
176
+ */
177
+ class AccordionAllModule {
178
+ }
179
+ AccordionAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
180
+ AccordionAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionAllModule, imports: [CommonModule, AccordionModule], exports: [AccordionModule] });
181
+ AccordionAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionAllModule, providers: [], imports: [[CommonModule, AccordionModule], AccordionModule] });
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionAllModule, decorators: [{
183
+ type: NgModule,
184
+ args: [{
185
+ imports: [CommonModule, AccordionModule],
186
+ exports: [
187
+ AccordionModule
188
+ ],
189
+ providers: []
190
+ }]
191
+ }] });
192
+
193
+ let input$4 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
194
+ let outputs$d = ['click'];
195
+ /**
196
+ * 'e-item' directive represent a item of the Angular Toolbar.
197
+ * It must be contained in a Toolbar component(`ejs-toolbar`).
198
+ * ```html
199
+ * <ejs-toolbar>
200
+ * <e-items>
201
+ * <e-item text='Cut'></e-item>
202
+ * <e-item text='Copy'></e-item>
203
+ * </e-items>
204
+ * </ejs-toolbar>
205
+ * ```
206
+ */
207
+ class ItemDirective extends ComplexBase {
208
+ constructor(viewContainerRef) {
209
+ super();
210
+ this.viewContainerRef = viewContainerRef;
211
+ setValue('currentInstance', this, this.viewContainerRef);
212
+ this.registerEvents(outputs$d);
213
+ this.directivePropList = input$4;
214
+ }
215
+ }
216
+ ItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
217
+ ItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ItemDirective, selector: "e-items>e-item", inputs: { align: "align", cssClass: "cssClass", disabled: "disabled", htmlAttributes: "htmlAttributes", id: "id", overflow: "overflow", prefixIcon: "prefixIcon", showAlwaysInPopup: "showAlwaysInPopup", showTextOn: "showTextOn", suffixIcon: "suffixIcon", tabIndex: "tabIndex", template: "template", text: "text", tooltipText: "tooltipText", type: "type", visible: "visible", width: "width" }, outputs: { click: "click" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 });
218
+ __decorate([
219
+ Template()
220
+ ], ItemDirective.prototype, "template", void 0);
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ItemDirective, decorators: [{
222
+ type: Directive,
223
+ args: [{
224
+ selector: 'e-items>e-item',
225
+ inputs: input$4,
226
+ outputs: outputs$d,
227
+ queries: {}
228
+ }]
229
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
230
+ type: ContentChild,
231
+ args: ['template']
232
+ }] } });
233
+ /**
234
+ * Item Array Directive
235
+ * @private
236
+ */
237
+ class ItemsDirective extends ArrayBase {
238
+ constructor() {
239
+ super('items');
240
+ }
241
+ }
242
+ ItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
243
+ ItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ItemsDirective, selector: "ejs-toolbar>e-items", queries: [{ propertyName: "children", predicate: ItemDirective }], usesInheritance: true, ngImport: i0 });
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ItemsDirective, decorators: [{
245
+ type: Directive,
246
+ args: [{
247
+ selector: 'ejs-toolbar>e-items',
248
+ queries: {
249
+ children: new ContentChildren(ItemDirective)
250
+ },
251
+ }]
252
+ }], ctorParameters: function () { return []; } });
253
+
254
+ const inputs$8 = ['allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width'];
255
+ const outputs$c = ['beforeCreate', 'clicked', 'created', 'destroyed'];
256
+ const twoWays$8 = [''];
257
+ /**
258
+ * Represents the Angular Toolbar Component.
259
+ * ```html
260
+ * <ejs-toolbar></ejs-toolbar>
261
+ * ```
262
+ */
263
+ let ToolbarComponent = class ToolbarComponent extends Toolbar {
264
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
265
+ super();
266
+ this.ngEle = ngEle;
267
+ this.srenderer = srenderer;
268
+ this.viewContainerRef = viewContainerRef;
269
+ this.injector = injector;
270
+ this.tags = ['items'];
271
+ this.element = this.ngEle.nativeElement;
272
+ this.injectedModules = this.injectedModules || [];
273
+ this.registerEvents(outputs$c);
274
+ this.addTwoWay.call(this, twoWays$8);
275
+ setValue('currentInstance', this, this.viewContainerRef);
276
+ this.containerContext = new ComponentBase();
277
+ }
278
+ ngOnInit() {
279
+ this.containerContext.ngOnInit(this);
280
+ }
281
+ ngAfterViewInit() {
282
+ this.containerContext.ngAfterViewInit(this);
283
+ }
284
+ ngOnDestroy() {
285
+ this.containerContext.ngOnDestroy(this);
286
+ }
287
+ ngAfterContentChecked() {
288
+ this.tagObjects[0].instance = this.childItems;
289
+ this.containerContext.ngAfterContentChecked(this);
290
+ }
291
+ };
292
+ ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
293
+ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ToolbarComponent, selector: "ejs-toolbar", inputs: { allowKeyboard: "allowKeyboard", cssClass: "cssClass", enableCollision: "enableCollision", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", height: "height", items: "items", locale: "locale", overflowMode: "overflowMode", scrollStep: "scrollStep", width: "width" }, outputs: { beforeCreate: "beforeCreate", clicked: "clicked", created: "created", destroyed: "destroyed" }, queries: [{ propertyName: "childItems", first: true, predicate: ItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
294
+ ToolbarComponent = __decorate([
295
+ ComponentMixins([ComponentBase])
296
+ ], ToolbarComponent);
297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarComponent, decorators: [{
298
+ type: Component,
299
+ args: [{
300
+ selector: 'ejs-toolbar',
301
+ inputs: inputs$8,
302
+ outputs: outputs$c,
303
+ template: `<ng-content select='div'></ng-content>`,
304
+ changeDetection: ChangeDetectionStrategy.OnPush,
305
+ queries: {
306
+ childItems: new ContentChild(ItemsDirective)
307
+ }
308
+ }]
309
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
310
+
311
+ /**
312
+ * NgModule definition for the Toolbar component.
313
+ */
314
+ class ToolbarModule {
315
+ }
316
+ ToolbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
317
+ ToolbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarModule, declarations: [ToolbarComponent,
318
+ ItemDirective,
319
+ ItemsDirective], imports: [CommonModule], exports: [ToolbarComponent,
320
+ ItemDirective,
321
+ ItemsDirective] });
322
+ ToolbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarModule, imports: [[CommonModule]] });
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarModule, decorators: [{
324
+ type: NgModule,
325
+ args: [{
326
+ imports: [CommonModule],
327
+ declarations: [
328
+ ToolbarComponent,
329
+ ItemDirective,
330
+ ItemsDirective
331
+ ],
332
+ exports: [
333
+ ToolbarComponent,
334
+ ItemDirective,
335
+ ItemsDirective
336
+ ]
337
+ }]
338
+ }] });
339
+
340
+ /**
341
+ * NgModule definition for the Toolbar component with providers.
342
+ */
343
+ class ToolbarAllModule {
344
+ }
345
+ ToolbarAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
346
+ ToolbarAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarAllModule, imports: [CommonModule, ToolbarModule], exports: [ToolbarModule] });
347
+ ToolbarAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarAllModule, providers: [], imports: [[CommonModule, ToolbarModule], ToolbarModule] });
348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ToolbarAllModule, decorators: [{
349
+ type: NgModule,
350
+ args: [{
351
+ imports: [CommonModule, ToolbarModule],
352
+ exports: [
353
+ ToolbarModule
354
+ ],
355
+ providers: []
356
+ }]
357
+ }] });
358
+
359
+ const inputs$7 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template'];
360
+ const outputs$b = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
361
+ const twoWays$7 = [''];
362
+ /**
363
+ * Represents the EJ2 Angular ContextMenu Component.
364
+ * ```html
365
+ * <div id='target'>Right click / Touch hold to open the ContextMenu</div>
366
+ * <ejs-contextmenu target='#target' [items]='menuItems'></ejs-contextmenu>
367
+ * ```
368
+ */
369
+ let ContextMenuComponent = class ContextMenuComponent extends ContextMenu {
370
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
371
+ super();
372
+ this.ngEle = ngEle;
373
+ this.srenderer = srenderer;
374
+ this.viewContainerRef = viewContainerRef;
375
+ this.injector = injector;
376
+ this.element = this.ngEle.nativeElement;
377
+ this.injectedModules = this.injectedModules || [];
378
+ this.registerEvents(outputs$b);
379
+ this.addTwoWay.call(this, twoWays$7);
380
+ setValue('currentInstance', this, this.viewContainerRef);
381
+ this.context = new ComponentBase();
382
+ }
383
+ ngOnInit() {
384
+ this.context.ngOnInit(this);
385
+ }
386
+ ngAfterViewInit() {
387
+ this.context.ngAfterViewInit(this);
388
+ }
389
+ ngOnDestroy() {
390
+ this.context.ngOnDestroy(this);
391
+ }
392
+ ngAfterContentChecked() {
393
+ this.context.ngAfterContentChecked(this);
394
+ }
395
+ };
396
+ ContextMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
397
+ ContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ContextMenuComponent, selector: "ejs-contextmenu", inputs: { animationSettings: "animationSettings", cssClass: "cssClass", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enableScrolling: "enableScrolling", fields: "fields", filter: "filter", hoverDelay: "hoverDelay", items: "items", locale: "locale", showItemOnClick: "showItemOnClick", target: "target", template: "template" }, outputs: { beforeClose: "beforeClose", beforeItemRender: "beforeItemRender", beforeOpen: "beforeOpen", created: "created", onClose: "onClose", onOpen: "onOpen", select: "select" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
398
+ ContextMenuComponent = __decorate([
399
+ ComponentMixins([ComponentBase])
400
+ ], ContextMenuComponent);
401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuComponent, decorators: [{
402
+ type: Component,
403
+ args: [{
404
+ selector: 'ejs-contextmenu',
405
+ inputs: inputs$7,
406
+ outputs: outputs$b,
407
+ template: '',
408
+ changeDetection: ChangeDetectionStrategy.OnPush,
409
+ queries: {}
410
+ }]
411
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
412
+
413
+ /**
414
+ * NgModule definition for the ContextMenu component.
415
+ */
416
+ class ContextMenuModule {
417
+ }
418
+ ContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
419
+ ContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuModule, declarations: [ContextMenuComponent], imports: [CommonModule], exports: [ContextMenuComponent] });
420
+ ContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuModule, imports: [[CommonModule]] });
421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuModule, decorators: [{
422
+ type: NgModule,
423
+ args: [{
424
+ imports: [CommonModule],
425
+ declarations: [
426
+ ContextMenuComponent
427
+ ],
428
+ exports: [
429
+ ContextMenuComponent
430
+ ]
431
+ }]
432
+ }] });
433
+
434
+ /**
435
+ * NgModule definition for the ContextMenu component with providers.
436
+ */
437
+ class ContextMenuAllModule {
438
+ }
439
+ ContextMenuAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
440
+ ContextMenuAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuAllModule, imports: [CommonModule, ContextMenuModule], exports: [ContextMenuModule] });
441
+ ContextMenuAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuAllModule, providers: [], imports: [[CommonModule, ContextMenuModule], ContextMenuModule] });
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ContextMenuAllModule, decorators: [{
443
+ type: NgModule,
444
+ args: [{
445
+ imports: [CommonModule, ContextMenuModule],
446
+ exports: [
447
+ ContextMenuModule
448
+ ],
449
+ providers: []
450
+ }]
451
+ }] });
452
+
453
+ let input$3 = ['disabled', 'iconCss', 'text', 'url'];
454
+ let outputs$a = [];
455
+ /**
456
+ * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
457
+ * It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
458
+ * ```html
459
+ * <ejs-breadcrumb>
460
+ * <e-breadcrumb-items>
461
+ * <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
462
+ * <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
463
+ * </e-breadcrumb-items>
464
+ * </ejs-breadcrumb>
465
+ * ```
466
+ */
467
+ class BreadcrumbItemDirective extends ComplexBase {
468
+ constructor(viewContainerRef) {
469
+ super();
470
+ this.viewContainerRef = viewContainerRef;
471
+ setValue('currentInstance', this, this.viewContainerRef);
472
+ this.registerEvents(outputs$a);
473
+ this.directivePropList = input$3;
474
+ }
475
+ }
476
+ BreadcrumbItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
477
+ BreadcrumbItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: BreadcrumbItemDirective, selector: "ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item", inputs: { disabled: "disabled", iconCss: "iconCss", text: "text", url: "url" }, usesInheritance: true, ngImport: i0 });
478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbItemDirective, decorators: [{
479
+ type: Directive,
480
+ args: [{
481
+ selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
482
+ inputs: input$3,
483
+ outputs: outputs$a,
484
+ queries: {}
485
+ }]
486
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
487
+ /**
488
+ * BreadcrumbItem Array Directive
489
+ * @private
490
+ */
491
+ class BreadcrumbItemsDirective extends ArrayBase {
492
+ constructor() {
493
+ super('items');
494
+ }
495
+ }
496
+ BreadcrumbItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
497
+ BreadcrumbItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: BreadcrumbItemsDirective, selector: "ejs-breadcrumb>e-breadcrumb-items", queries: [{ propertyName: "children", predicate: BreadcrumbItemDirective }], usesInheritance: true, ngImport: i0 });
498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbItemsDirective, decorators: [{
499
+ type: Directive,
500
+ args: [{
501
+ selector: 'ejs-breadcrumb>e-breadcrumb-items',
502
+ queries: {
503
+ children: new ContentChildren(BreadcrumbItemDirective)
504
+ },
505
+ }]
506
+ }], ctorParameters: function () { return []; } });
507
+
508
+ const inputs$6 = ['activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url'];
509
+ const outputs$9 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
510
+ const twoWays$6 = ['activeItem'];
511
+ /**
512
+ * Represents the EJ2 Angular Breadcrumb Component.
513
+ * ```html
514
+ * <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
515
+ * ```
516
+ */
517
+ let BreadcrumbComponent = class BreadcrumbComponent extends Breadcrumb {
518
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
519
+ super();
520
+ this.ngEle = ngEle;
521
+ this.srenderer = srenderer;
522
+ this.viewContainerRef = viewContainerRef;
523
+ this.injector = injector;
524
+ this.tags = ['items'];
525
+ this.element = this.ngEle.nativeElement;
526
+ this.injectedModules = this.injectedModules || [];
527
+ this.registerEvents(outputs$9);
528
+ this.addTwoWay.call(this, twoWays$6);
529
+ setValue('currentInstance', this, this.viewContainerRef);
530
+ this.context = new ComponentBase();
531
+ }
532
+ ngOnInit() {
533
+ this.context.ngOnInit(this);
534
+ }
535
+ ngAfterViewInit() {
536
+ this.context.ngAfterViewInit(this);
537
+ }
538
+ ngOnDestroy() {
539
+ this.context.ngOnDestroy(this);
540
+ }
541
+ ngAfterContentChecked() {
542
+ this.tagObjects[0].instance = this.childItems;
543
+ this.context.ngAfterContentChecked(this);
544
+ }
545
+ };
546
+ BreadcrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
547
+ BreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: BreadcrumbComponent, selector: "ejs-breadcrumb", inputs: { activeItem: "activeItem", cssClass: "cssClass", disabled: "disabled", enableActiveItemNavigation: "enableActiveItemNavigation", enableNavigation: "enableNavigation", enablePersistence: "enablePersistence", enableRtl: "enableRtl", itemTemplate: "itemTemplate", items: "items", locale: "locale", maxItems: "maxItems", overflowMode: "overflowMode", separatorTemplate: "separatorTemplate", url: "url" }, outputs: { beforeItemRender: "beforeItemRender", created: "created", itemClick: "itemClick", activeItemChange: "activeItemChange" }, queries: [{ propertyName: "separatorTemplate", first: true, predicate: ["separatorTemplate"], descendants: true }, { propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }, { propertyName: "childItems", first: true, predicate: BreadcrumbItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
548
+ __decorate([
549
+ Template()
550
+ ], BreadcrumbComponent.prototype, "separatorTemplate", void 0);
551
+ __decorate([
552
+ Template()
553
+ ], BreadcrumbComponent.prototype, "itemTemplate", void 0);
554
+ BreadcrumbComponent = __decorate([
555
+ ComponentMixins([ComponentBase])
556
+ ], BreadcrumbComponent);
557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbComponent, decorators: [{
558
+ type: Component,
559
+ args: [{
560
+ selector: 'ejs-breadcrumb',
561
+ inputs: inputs$6,
562
+ outputs: outputs$9,
563
+ template: '',
564
+ changeDetection: ChangeDetectionStrategy.OnPush,
565
+ queries: {
566
+ childItems: new ContentChild(BreadcrumbItemsDirective)
567
+ }
568
+ }]
569
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { separatorTemplate: [{
570
+ type: ContentChild,
571
+ args: ['separatorTemplate']
572
+ }], itemTemplate: [{
573
+ type: ContentChild,
574
+ args: ['itemTemplate']
575
+ }] } });
576
+
577
+ /**
578
+ * NgModule definition for the Breadcrumb component.
579
+ */
580
+ class BreadcrumbModule {
581
+ }
582
+ BreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
583
+ BreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, declarations: [BreadcrumbComponent,
584
+ BreadcrumbItemDirective,
585
+ BreadcrumbItemsDirective], imports: [CommonModule], exports: [BreadcrumbComponent,
586
+ BreadcrumbItemDirective,
587
+ BreadcrumbItemsDirective] });
588
+ BreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, imports: [[CommonModule]] });
589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbModule, decorators: [{
590
+ type: NgModule,
591
+ args: [{
592
+ imports: [CommonModule],
593
+ declarations: [
594
+ BreadcrumbComponent,
595
+ BreadcrumbItemDirective,
596
+ BreadcrumbItemsDirective
597
+ ],
598
+ exports: [
599
+ BreadcrumbComponent,
600
+ BreadcrumbItemDirective,
601
+ BreadcrumbItemsDirective
602
+ ]
603
+ }]
604
+ }] });
605
+
606
+ /**
607
+ * NgModule definition for the Breadcrumb component with providers.
608
+ */
609
+ class BreadcrumbAllModule {
610
+ }
611
+ BreadcrumbAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
612
+ BreadcrumbAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbAllModule, imports: [CommonModule, BreadcrumbModule], exports: [BreadcrumbModule] });
613
+ BreadcrumbAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbAllModule, providers: [], imports: [[CommonModule, BreadcrumbModule], BreadcrumbModule] });
614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbAllModule, decorators: [{
615
+ type: NgModule,
616
+ args: [{
617
+ imports: [CommonModule, BreadcrumbModule],
618
+ exports: [
619
+ BreadcrumbModule
620
+ ],
621
+ providers: []
622
+ }]
623
+ }] });
624
+
625
+ let input$2 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
626
+ let outputs$8 = [];
627
+ /**
628
+ * `e-carousel-item` directive represent a item of the Angular Carousel.
629
+ * It must be contained in a Carousel component(`ejs-carousel`).
630
+ * ```html
631
+ * <ejs-carousel>
632
+ * <e-carousel-items>
633
+ * <e-carousel-item template='#item1'></e-carousel-item>
634
+ * <e-carousel-item template='#item2'></e-carousel-item>
635
+ * </e-carousel-items>
636
+ * </ejs-carousel>
637
+ * ```
638
+ */
639
+ class CarouselItemDirective extends ComplexBase {
640
+ constructor(viewContainerRef) {
641
+ super();
642
+ this.viewContainerRef = viewContainerRef;
643
+ setValue('currentInstance', this, this.viewContainerRef);
644
+ this.registerEvents(outputs$8);
645
+ this.directivePropList = input$2;
646
+ }
647
+ }
648
+ CarouselItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
649
+ CarouselItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CarouselItemDirective, selector: "ejs-carousel>e-carousel-items>e-carousel-item", inputs: { cssClass: "cssClass", htmlAttributes: "htmlAttributes", interval: "interval", template: "template" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0 });
650
+ __decorate([
651
+ Template()
652
+ ], CarouselItemDirective.prototype, "template", void 0);
653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselItemDirective, decorators: [{
654
+ type: Directive,
655
+ args: [{
656
+ selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
657
+ inputs: input$2,
658
+ outputs: outputs$8,
659
+ queries: {}
660
+ }]
661
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
662
+ type: ContentChild,
663
+ args: ['template']
664
+ }] } });
665
+ /**
666
+ * CarouselItem Array Directive
667
+ * @private
668
+ */
669
+ class CarouselItemsDirective extends ArrayBase {
670
+ constructor() {
671
+ super('items');
672
+ }
673
+ }
674
+ CarouselItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
675
+ CarouselItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: CarouselItemsDirective, selector: "ejs-carousel>e-carousel-items", queries: [{ propertyName: "children", predicate: CarouselItemDirective }], usesInheritance: true, ngImport: i0 });
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselItemsDirective, decorators: [{
677
+ type: Directive,
678
+ args: [{
679
+ selector: 'ejs-carousel>e-carousel-items',
680
+ queries: {
681
+ children: new ContentChildren(CarouselItemDirective)
682
+ },
683
+ }]
684
+ }], ctorParameters: function () { return []; } });
685
+
686
+ const inputs$5 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width'];
687
+ const outputs$7 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
688
+ const twoWays$5 = ['selectedIndex'];
689
+ /**
690
+ * Represents the EJ2 Angular Carousel Component.
691
+ * ```html
692
+ * <ejs-carousel [items]='carouselItems'></ejs-carousel>
693
+ * ```
694
+ */
695
+ let CarouselComponent = class CarouselComponent extends Carousel {
696
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
697
+ super();
698
+ this.ngEle = ngEle;
699
+ this.srenderer = srenderer;
700
+ this.viewContainerRef = viewContainerRef;
701
+ this.injector = injector;
702
+ this.tags = ['items'];
703
+ this.element = this.ngEle.nativeElement;
704
+ this.injectedModules = this.injectedModules || [];
705
+ this.registerEvents(outputs$7);
706
+ this.addTwoWay.call(this, twoWays$5);
707
+ setValue('currentInstance', this, this.viewContainerRef);
708
+ this.context = new ComponentBase();
709
+ }
710
+ ngOnInit() {
711
+ this.context.ngOnInit(this);
712
+ }
713
+ ngAfterViewInit() {
714
+ this.context.ngAfterViewInit(this);
715
+ }
716
+ ngOnDestroy() {
717
+ this.context.ngOnDestroy(this);
718
+ }
719
+ ngAfterContentChecked() {
720
+ this.tagObjects[0].instance = this.childItems;
721
+ this.context.ngAfterContentChecked(this);
722
+ }
723
+ };
724
+ CarouselComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
725
+ CarouselComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CarouselComponent, selector: "ejs-carousel", inputs: { animationEffect: "animationEffect", autoPlay: "autoPlay", buttonsVisibility: "buttonsVisibility", cssClass: "cssClass", dataSource: "dataSource", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enableTouchSwipe: "enableTouchSwipe", height: "height", htmlAttributes: "htmlAttributes", indicatorsTemplate: "indicatorsTemplate", indicatorsType: "indicatorsType", interval: "interval", itemTemplate: "itemTemplate", items: "items", locale: "locale", loop: "loop", nextButtonTemplate: "nextButtonTemplate", partialVisible: "partialVisible", pauseOnHover: "pauseOnHover", playButtonTemplate: "playButtonTemplate", previousButtonTemplate: "previousButtonTemplate", selectedIndex: "selectedIndex", showIndicators: "showIndicators", showPlayButton: "showPlayButton", swipeMode: "swipeMode", width: "width" }, outputs: { slideChanged: "slideChanged", slideChanging: "slideChanging", selectedIndexChange: "selectedIndexChange" }, queries: [{ propertyName: "indicatorsTemplate", first: true, predicate: ["indicatorsTemplate"], descendants: true }, { propertyName: "nextButtonTemplate", first: true, predicate: ["nextButtonTemplate"], descendants: true }, { propertyName: "previousButtonTemplate", first: true, predicate: ["previousButtonTemplate"], descendants: true }, { propertyName: "playButtonTemplate", first: true, predicate: ["playButtonTemplate"], descendants: true }, { propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }, { propertyName: "childItems", first: true, predicate: CarouselItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
726
+ __decorate([
727
+ Template()
728
+ ], CarouselComponent.prototype, "indicatorsTemplate", void 0);
729
+ __decorate([
730
+ Template()
731
+ ], CarouselComponent.prototype, "nextButtonTemplate", void 0);
732
+ __decorate([
733
+ Template()
734
+ ], CarouselComponent.prototype, "previousButtonTemplate", void 0);
735
+ __decorate([
736
+ Template()
737
+ ], CarouselComponent.prototype, "playButtonTemplate", void 0);
738
+ __decorate([
739
+ Template()
740
+ ], CarouselComponent.prototype, "itemTemplate", void 0);
741
+ CarouselComponent = __decorate([
742
+ ComponentMixins([ComponentBase])
743
+ ], CarouselComponent);
744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselComponent, decorators: [{
745
+ type: Component,
746
+ args: [{
747
+ selector: 'ejs-carousel',
748
+ inputs: inputs$5,
749
+ outputs: outputs$7,
750
+ template: '',
751
+ changeDetection: ChangeDetectionStrategy.OnPush,
752
+ queries: {
753
+ childItems: new ContentChild(CarouselItemsDirective)
754
+ }
755
+ }]
756
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { indicatorsTemplate: [{
757
+ type: ContentChild,
758
+ args: ['indicatorsTemplate']
759
+ }], nextButtonTemplate: [{
760
+ type: ContentChild,
761
+ args: ['nextButtonTemplate']
762
+ }], previousButtonTemplate: [{
763
+ type: ContentChild,
764
+ args: ['previousButtonTemplate']
765
+ }], playButtonTemplate: [{
766
+ type: ContentChild,
767
+ args: ['playButtonTemplate']
768
+ }], itemTemplate: [{
769
+ type: ContentChild,
770
+ args: ['itemTemplate']
771
+ }] } });
772
+
773
+ /**
774
+ * NgModule definition for the Carousel component.
775
+ */
776
+ class CarouselModule {
777
+ }
778
+ CarouselModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
779
+ CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, declarations: [CarouselComponent,
780
+ CarouselItemDirective,
781
+ CarouselItemsDirective], imports: [CommonModule], exports: [CarouselComponent,
782
+ CarouselItemDirective,
783
+ CarouselItemsDirective] });
784
+ CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, imports: [[CommonModule]] });
785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselModule, decorators: [{
786
+ type: NgModule,
787
+ args: [{
788
+ imports: [CommonModule],
789
+ declarations: [
790
+ CarouselComponent,
791
+ CarouselItemDirective,
792
+ CarouselItemsDirective
793
+ ],
794
+ exports: [
795
+ CarouselComponent,
796
+ CarouselItemDirective,
797
+ CarouselItemsDirective
798
+ ]
799
+ }]
800
+ }] });
801
+
802
+ /**
803
+ * NgModule definition for the Carousel component with providers.
804
+ */
805
+ class CarouselAllModule {
806
+ }
807
+ CarouselAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
808
+ CarouselAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselAllModule, imports: [CommonModule, CarouselModule], exports: [CarouselModule] });
809
+ CarouselAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselAllModule, providers: [], imports: [[CommonModule, CarouselModule], CarouselModule] });
810
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselAllModule, decorators: [{
811
+ type: NgModule,
812
+ args: [{
813
+ imports: [CommonModule, CarouselModule],
814
+ exports: [
815
+ CarouselModule
816
+ ],
817
+ providers: []
818
+ }]
819
+ }] });
820
+
821
+ let input$1 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'tabIndex', 'visible'];
822
+ let outputs$6 = [];
823
+ /**
824
+ * 'e-tabitem' directive represent a item of the Angular Tab.
825
+ * It must be contained in a Tab component(`ejs-tab`).
826
+ * ```html
827
+ * <ejs-tab>
828
+ * <e-tabitems>
829
+ * <e-tabitem [header]='Header 1' [content]='Content 1'></e-tabitem>
830
+ * <e-tabitem [header]='Header 2' [content]='Content 2'></e-tabitem>
831
+ * <e-tabitems>
832
+ * </ejs-tab>
833
+ * ```
834
+ */
835
+ class TabItemDirective extends ComplexBase {
836
+ constructor(viewContainerRef) {
837
+ super();
838
+ this.viewContainerRef = viewContainerRef;
839
+ setValue('currentInstance', this, this.viewContainerRef);
840
+ this.registerEvents(outputs$6);
841
+ this.directivePropList = input$1;
842
+ }
843
+ }
844
+ TabItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
845
+ TabItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: TabItemDirective, selector: "e-tabitems>e-tabitem", inputs: { content: "content", cssClass: "cssClass", disabled: "disabled", header: "header", headerTemplate: "headerTemplate", id: "id", tabIndex: "tabIndex", visible: "visible" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }, { propertyName: "header_text", first: true, predicate: ["headerText"], descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ["headerTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
846
+ __decorate([
847
+ Template()
848
+ ], TabItemDirective.prototype, "content", void 0);
849
+ __decorate([
850
+ Template()
851
+ ], TabItemDirective.prototype, "header_text", void 0);
852
+ __decorate([
853
+ Template()
854
+ ], TabItemDirective.prototype, "headerTemplate", void 0);
855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabItemDirective, decorators: [{
856
+ type: Directive,
857
+ args: [{
858
+ selector: 'e-tabitems>e-tabitem',
859
+ inputs: input$1,
860
+ outputs: outputs$6,
861
+ queries: {}
862
+ }]
863
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
864
+ type: ContentChild,
865
+ args: ['content']
866
+ }], header_text: [{
867
+ type: ContentChild,
868
+ args: ['headerText']
869
+ }], headerTemplate: [{
870
+ type: ContentChild,
871
+ args: ['headerTemplate']
872
+ }] } });
873
+ /**
874
+ * TabItem Array Directive
875
+ * @private
876
+ */
877
+ class TabItemsDirective extends ArrayBase {
878
+ constructor() {
879
+ super('items');
880
+ }
881
+ }
882
+ TabItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
883
+ TabItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: TabItemsDirective, selector: "ejs-tab>e-tabitems", queries: [{ propertyName: "children", predicate: TabItemDirective }], usesInheritance: true, ngImport: i0 });
884
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabItemsDirective, decorators: [{
885
+ type: Directive,
886
+ args: [{
887
+ selector: 'ejs-tab>e-tabitems',
888
+ queries: {
889
+ children: new ContentChildren(TabItemDirective)
890
+ },
891
+ }]
892
+ }], ctorParameters: function () { return []; } });
893
+
894
+ const inputs$4 = ['allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
895
+ const outputs$5 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
896
+ const twoWays$4 = [''];
897
+ /**
898
+ * Represents the Angular Tab Component.
899
+ * ```html
900
+ * <ejs-tab></ejs-tab>
901
+ * ```
902
+ */
903
+ let TabComponent = class TabComponent extends Tab {
904
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
905
+ super();
906
+ this.ngEle = ngEle;
907
+ this.srenderer = srenderer;
908
+ this.viewContainerRef = viewContainerRef;
909
+ this.injector = injector;
910
+ this.tags = ['items'];
911
+ this.element = this.ngEle.nativeElement;
912
+ this.injectedModules = this.injectedModules || [];
913
+ this.registerEvents(outputs$5);
914
+ this.addTwoWay.call(this, twoWays$4);
915
+ setValue('currentInstance', this, this.viewContainerRef);
916
+ this.containerContext = new ComponentBase();
917
+ }
918
+ ngOnInit() {
919
+ this.containerContext.ngOnInit(this);
920
+ }
921
+ ngAfterViewInit() {
922
+ this.containerContext.ngAfterViewInit(this);
923
+ }
924
+ ngOnDestroy() {
925
+ this.containerContext.ngOnDestroy(this);
926
+ }
927
+ ngAfterContentChecked() {
928
+ this.tagObjects[0].instance = this.childItems;
929
+ this.containerContext.ngAfterContentChecked(this);
930
+ }
931
+ };
932
+ TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
933
+ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: TabComponent, selector: "ejs-tab", inputs: { allowDragAndDrop: "allowDragAndDrop", animation: "animation", clearTemplates: "clearTemplates", cssClass: "cssClass", dragArea: "dragArea", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", headerPlacement: "headerPlacement", height: "height", heightAdjustMode: "heightAdjustMode", items: "items", loadOn: "loadOn", locale: "locale", overflowMode: "overflowMode", reorderActiveTab: "reorderActiveTab", scrollStep: "scrollStep", selectedItem: "selectedItem", showCloseButton: "showCloseButton", width: "width" }, outputs: { added: "added", adding: "adding", created: "created", destroyed: "destroyed", dragged: "dragged", dragging: "dragging", onDragStart: "onDragStart", removed: "removed", removing: "removing", selected: "selected", selecting: "selecting" }, queries: [{ propertyName: "childItems", first: true, predicate: TabItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
934
+ TabComponent = __decorate([
935
+ ComponentMixins([ComponentBase])
936
+ ], TabComponent);
937
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabComponent, decorators: [{
938
+ type: Component,
939
+ args: [{
940
+ selector: 'ejs-tab',
941
+ inputs: inputs$4,
942
+ outputs: outputs$5,
943
+ template: `<ng-content select='div'></ng-content>`,
944
+ changeDetection: ChangeDetectionStrategy.OnPush,
945
+ queries: {
946
+ childItems: new ContentChild(TabItemsDirective)
947
+ }
948
+ }]
949
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
950
+
951
+ /**
952
+ * NgModule definition for the Tab component.
953
+ */
954
+ class TabModule {
955
+ }
956
+ TabModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
957
+ TabModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabModule, declarations: [TabComponent,
958
+ TabItemDirective,
959
+ TabItemsDirective], imports: [CommonModule], exports: [TabComponent,
960
+ TabItemDirective,
961
+ TabItemsDirective] });
962
+ TabModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabModule, imports: [[CommonModule]] });
963
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabModule, decorators: [{
964
+ type: NgModule,
965
+ args: [{
966
+ imports: [CommonModule],
967
+ declarations: [
968
+ TabComponent,
969
+ TabItemDirective,
970
+ TabItemsDirective
971
+ ],
972
+ exports: [
973
+ TabComponent,
974
+ TabItemDirective,
975
+ TabItemsDirective
976
+ ]
977
+ }]
978
+ }] });
979
+
980
+ /**
981
+ * NgModule definition for the Tab component with providers.
982
+ */
983
+ class TabAllModule {
984
+ }
985
+ TabAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
986
+ TabAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabAllModule, imports: [CommonModule, TabModule], exports: [TabModule] });
987
+ TabAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabAllModule, providers: [], imports: [[CommonModule, TabModule], TabModule] });
988
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabAllModule, decorators: [{
989
+ type: NgModule,
990
+ args: [{
991
+ imports: [CommonModule, TabModule],
992
+ exports: [
993
+ TabModule
994
+ ],
995
+ providers: []
996
+ }]
997
+ }] });
998
+
999
+ const inputs$3 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
1000
+ const outputs$4 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
1001
+ const twoWays$3 = [''];
1002
+ /**
1003
+ * 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.
1004
+ * ```html
1005
+ * <ej-treeview allowDragAndDrop='true'></ej-treeview>
1006
+ * ```
1007
+ */
1008
+ let TreeViewComponent = class TreeViewComponent extends TreeView {
1009
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1010
+ super();
1011
+ this.ngEle = ngEle;
1012
+ this.srenderer = srenderer;
1013
+ this.viewContainerRef = viewContainerRef;
1014
+ this.injector = injector;
1015
+ this.element = this.ngEle.nativeElement;
1016
+ this.injectedModules = this.injectedModules || [];
1017
+ this.registerEvents(outputs$4);
1018
+ this.addTwoWay.call(this, twoWays$3);
1019
+ setValue('currentInstance', this, this.viewContainerRef);
1020
+ this.context = new ComponentBase();
1021
+ }
1022
+ ngOnInit() {
1023
+ this.context.ngOnInit(this);
1024
+ }
1025
+ ngAfterViewInit() {
1026
+ this.context.ngAfterViewInit(this);
1027
+ }
1028
+ ngOnDestroy() {
1029
+ this.context.ngOnDestroy(this);
1030
+ }
1031
+ ngAfterContentChecked() {
1032
+ this.context.ngAfterContentChecked(this);
1033
+ }
1034
+ };
1035
+ TreeViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1036
+ TreeViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: TreeViewComponent, selector: "ejs-treeview", inputs: { allowDragAndDrop: "allowDragAndDrop", allowEditing: "allowEditing", allowMultiSelection: "allowMultiSelection", allowTextWrap: "allowTextWrap", animation: "animation", autoCheck: "autoCheck", checkedNodes: "checkedNodes", cssClass: "cssClass", disabled: "disabled", dragArea: "dragArea", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", expandOn: "expandOn", expandedNodes: "expandedNodes", fields: "fields", fullRowNavigable: "fullRowNavigable", fullRowSelect: "fullRowSelect", loadOnDemand: "loadOnDemand", locale: "locale", nodeTemplate: "nodeTemplate", selectedNodes: "selectedNodes", showCheckBox: "showCheckBox", sortOrder: "sortOrder" }, outputs: { actionFailure: "actionFailure", created: "created", dataBound: "dataBound", dataSourceChanged: "dataSourceChanged", destroyed: "destroyed", drawNode: "drawNode", keyPress: "keyPress", nodeChecked: "nodeChecked", nodeChecking: "nodeChecking", nodeClicked: "nodeClicked", nodeCollapsed: "nodeCollapsed", nodeCollapsing: "nodeCollapsing", nodeDragStart: "nodeDragStart", nodeDragStop: "nodeDragStop", nodeDragging: "nodeDragging", nodeDropped: "nodeDropped", nodeEdited: "nodeEdited", nodeEditing: "nodeEditing", nodeExpanded: "nodeExpanded", nodeExpanding: "nodeExpanding", nodeSelected: "nodeSelected", nodeSelecting: "nodeSelecting" }, queries: [{ propertyName: "nodeTemplate", first: true, predicate: ["nodeTemplate"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1037
+ __decorate([
1038
+ Template()
1039
+ ], TreeViewComponent.prototype, "nodeTemplate", void 0);
1040
+ TreeViewComponent = __decorate([
1041
+ ComponentMixins([ComponentBase])
1042
+ ], TreeViewComponent);
1043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewComponent, decorators: [{
1044
+ type: Component,
1045
+ args: [{
1046
+ selector: 'ejs-treeview',
1047
+ inputs: inputs$3,
1048
+ outputs: outputs$4,
1049
+ template: '',
1050
+ changeDetection: ChangeDetectionStrategy.OnPush,
1051
+ queries: {}
1052
+ }]
1053
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { nodeTemplate: [{
1054
+ type: ContentChild,
1055
+ args: ['nodeTemplate']
1056
+ }] } });
1057
+
1058
+ /**
1059
+ * NgModule definition for the TreeView component.
1060
+ */
1061
+ class TreeViewModule {
1062
+ }
1063
+ TreeViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1064
+ TreeViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewModule, declarations: [TreeViewComponent], imports: [CommonModule], exports: [TreeViewComponent] });
1065
+ TreeViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewModule, imports: [[CommonModule]] });
1066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewModule, decorators: [{
1067
+ type: NgModule,
1068
+ args: [{
1069
+ imports: [CommonModule],
1070
+ declarations: [
1071
+ TreeViewComponent
1072
+ ],
1073
+ exports: [
1074
+ TreeViewComponent
1075
+ ]
1076
+ }]
1077
+ }] });
1078
+
1079
+ /**
1080
+ * NgModule definition for the TreeView component with providers.
1081
+ */
1082
+ class TreeViewAllModule {
1083
+ }
1084
+ TreeViewAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1085
+ TreeViewAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewAllModule, imports: [CommonModule, TreeViewModule], exports: [TreeViewModule] });
1086
+ TreeViewAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewAllModule, providers: [], imports: [[CommonModule, TreeViewModule], TreeViewModule] });
1087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TreeViewAllModule, decorators: [{
1088
+ type: NgModule,
1089
+ args: [{
1090
+ imports: [CommonModule, TreeViewModule],
1091
+ exports: [
1092
+ TreeViewModule
1093
+ ],
1094
+ providers: []
1095
+ }]
1096
+ }] });
1097
+
1098
+ const inputs$2 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
1099
+ const outputs$3 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
1100
+ const twoWays$2 = ['isOpen'];
1101
+ /**
1102
+ * Represents the Essential JS 2 Angular Sidebar Component.
1103
+ * ```html
1104
+ * <ejs-sidebar></ejs-sidebar>
1105
+ * ```
1106
+ */
1107
+ let SidebarComponent = class SidebarComponent extends Sidebar {
1108
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1109
+ super();
1110
+ this.ngEle = ngEle;
1111
+ this.srenderer = srenderer;
1112
+ this.viewContainerRef = viewContainerRef;
1113
+ this.injector = injector;
1114
+ this.element = this.ngEle.nativeElement;
1115
+ this.injectedModules = this.injectedModules || [];
1116
+ this.registerEvents(outputs$3);
1117
+ this.addTwoWay.call(this, twoWays$2);
1118
+ setValue('currentInstance', this, this.viewContainerRef);
1119
+ this.containerContext = new ComponentBase();
1120
+ }
1121
+ ngOnInit() {
1122
+ this.containerContext.ngOnInit(this);
1123
+ }
1124
+ ngAfterViewInit() {
1125
+ this.containerContext.ngAfterViewInit(this);
1126
+ }
1127
+ ngOnDestroy() {
1128
+ this.containerContext.ngOnDestroy(this);
1129
+ }
1130
+ ngAfterContentChecked() {
1131
+ this.containerContext.ngAfterContentChecked(this);
1132
+ }
1133
+ };
1134
+ SidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1135
+ SidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SidebarComponent, selector: "ejs-sidebar", inputs: { animate: "animate", closeOnDocumentClick: "closeOnDocumentClick", dockSize: "dockSize", enableDock: "enableDock", enableGestures: "enableGestures", enablePersistence: "enablePersistence", enableRtl: "enableRtl", height: "height", isOpen: "isOpen", locale: "locale", mediaQuery: "mediaQuery", position: "position", showBackdrop: "showBackdrop", target: "target", type: "type", width: "width", zIndex: "zIndex" }, outputs: { change: "change", close: "close", created: "created", destroyed: "destroyed", open: "open", isOpenChange: "isOpenChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1136
+ SidebarComponent = __decorate([
1137
+ ComponentMixins([ComponentBase])
1138
+ ], SidebarComponent);
1139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarComponent, decorators: [{
1140
+ type: Component,
1141
+ args: [{
1142
+ selector: 'ejs-sidebar',
1143
+ inputs: inputs$2,
1144
+ outputs: outputs$3,
1145
+ template: `<ng-content ></ng-content>`,
1146
+ changeDetection: ChangeDetectionStrategy.OnPush,
1147
+ queries: {}
1148
+ }]
1149
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
1150
+
1151
+ /**
1152
+ * NgModule definition for the Sidebar component.
1153
+ */
1154
+ class SidebarModule {
1155
+ }
1156
+ SidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1157
+ SidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarModule, declarations: [SidebarComponent], imports: [CommonModule], exports: [SidebarComponent] });
1158
+ SidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarModule, imports: [[CommonModule]] });
1159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarModule, decorators: [{
1160
+ type: NgModule,
1161
+ args: [{
1162
+ imports: [CommonModule],
1163
+ declarations: [
1164
+ SidebarComponent
1165
+ ],
1166
+ exports: [
1167
+ SidebarComponent
1168
+ ]
1169
+ }]
1170
+ }] });
1171
+
1172
+ /**
1173
+ * NgModule definition for the Sidebar component with providers.
1174
+ */
1175
+ class SidebarAllModule {
1176
+ }
1177
+ SidebarAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1178
+ SidebarAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarAllModule, imports: [CommonModule, SidebarModule], exports: [SidebarModule] });
1179
+ SidebarAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarAllModule, providers: [], imports: [[CommonModule, SidebarModule], SidebarModule] });
1180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SidebarAllModule, decorators: [{
1181
+ type: NgModule,
1182
+ args: [{
1183
+ imports: [CommonModule, SidebarModule],
1184
+ exports: [
1185
+ SidebarModule
1186
+ ],
1187
+ providers: []
1188
+ }]
1189
+ }] });
1190
+
1191
+ let input = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
1192
+ let outputs$2 = [];
1193
+ class MenuItemDirective extends ComplexBase {
1194
+ constructor(viewContainerRef) {
1195
+ super();
1196
+ this.viewContainerRef = viewContainerRef;
1197
+ setValue('currentInstance', this, this.viewContainerRef);
1198
+ this.registerEvents(outputs$2);
1199
+ this.directivePropList = input;
1200
+ }
1201
+ }
1202
+ MenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1203
+ MenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: MenuItemDirective, selector: "ejs-menu>e-menu-items>e-menu-item>", inputs: { iconCss: "iconCss", id: "id", items: "items", separator: "separator", text: "text", url: "url" }, usesInheritance: true, ngImport: i0 });
1204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuItemDirective, decorators: [{
1205
+ type: Directive,
1206
+ args: [{
1207
+ selector: 'ejs-menu>e-menu-items>e-menu-item>',
1208
+ inputs: input,
1209
+ outputs: outputs$2,
1210
+ queries: {}
1211
+ }]
1212
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
1213
+ /**
1214
+ * MenuItem Array Directive
1215
+ * @private
1216
+ */
1217
+ class MenuItemsDirective extends ArrayBase {
1218
+ constructor() {
1219
+ super('items');
1220
+ }
1221
+ }
1222
+ MenuItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1223
+ MenuItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: MenuItemsDirective, selector: "ejs-menu>e-menu-items", queries: [{ propertyName: "children", predicate: MenuItemDirective }], usesInheritance: true, ngImport: i0 });
1224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuItemsDirective, decorators: [{
1225
+ type: Directive,
1226
+ args: [{
1227
+ selector: 'ejs-menu>e-menu-items',
1228
+ queries: {
1229
+ children: new ContentChildren(MenuItemDirective)
1230
+ },
1231
+ }]
1232
+ }], ctorParameters: function () { return []; } });
1233
+
1234
+ const inputs$1 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
1235
+ const outputs$1 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
1236
+ const twoWays$1 = [''];
1237
+ /**
1238
+ * Represents the EJ2 Angular Menu Component.
1239
+ * ```html
1240
+ * <ejs-menu [items]='menuItems'></ejs-menu>
1241
+ * ```
1242
+ */
1243
+ let MenuComponent = class MenuComponent extends Menu {
1244
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1245
+ super();
1246
+ this.ngEle = ngEle;
1247
+ this.srenderer = srenderer;
1248
+ this.viewContainerRef = viewContainerRef;
1249
+ this.injector = injector;
1250
+ this.tags = ['items'];
1251
+ this.element = this.ngEle.nativeElement;
1252
+ this.injectedModules = this.injectedModules || [];
1253
+ this.registerEvents(outputs$1);
1254
+ this.addTwoWay.call(this, twoWays$1);
1255
+ setValue('currentInstance', this, this.viewContainerRef);
1256
+ this.context = new ComponentBase();
1257
+ }
1258
+ ngOnInit() {
1259
+ this.context.ngOnInit(this);
1260
+ }
1261
+ ngAfterViewInit() {
1262
+ this.context.ngAfterViewInit(this);
1263
+ }
1264
+ ngOnDestroy() {
1265
+ this.context.ngOnDestroy(this);
1266
+ }
1267
+ ngAfterContentChecked() {
1268
+ this.tagObjects[0].instance = this.childItems;
1269
+ this.context.ngAfterContentChecked(this);
1270
+ }
1271
+ };
1272
+ MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1273
+ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MenuComponent, selector: "ejs-menu", inputs: { animationSettings: "animationSettings", cssClass: "cssClass", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enableScrolling: "enableScrolling", fields: "fields", filter: "filter", hamburgerMode: "hamburgerMode", hoverDelay: "hoverDelay", items: "items", locale: "locale", orientation: "orientation", showItemOnClick: "showItemOnClick", target: "target", template: "template", title: "title" }, outputs: { beforeClose: "beforeClose", beforeItemRender: "beforeItemRender", beforeOpen: "beforeOpen", created: "created", onClose: "onClose", onOpen: "onOpen", select: "select" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }, { propertyName: "childItems", first: true, predicate: MenuItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1274
+ __decorate([
1275
+ Template()
1276
+ ], MenuComponent.prototype, "template", void 0);
1277
+ MenuComponent = __decorate([
1278
+ ComponentMixins([ComponentBase])
1279
+ ], MenuComponent);
1280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuComponent, decorators: [{
1281
+ type: Component,
1282
+ args: [{
1283
+ selector: 'ejs-menu',
1284
+ inputs: inputs$1,
1285
+ outputs: outputs$1,
1286
+ template: '',
1287
+ changeDetection: ChangeDetectionStrategy.OnPush,
1288
+ queries: {
1289
+ childItems: new ContentChild(MenuItemsDirective)
1290
+ }
1291
+ }]
1292
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { template: [{
1293
+ type: ContentChild,
1294
+ args: ['template']
1295
+ }] } });
1296
+
1297
+ /**
1298
+ * NgModule definition for the Menu component.
1299
+ */
1300
+ class MenuModule {
1301
+ }
1302
+ MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1303
+ MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuModule, declarations: [MenuComponent,
1304
+ MenuItemDirective,
1305
+ MenuItemsDirective], imports: [CommonModule], exports: [MenuComponent,
1306
+ MenuItemDirective,
1307
+ MenuItemsDirective] });
1308
+ MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuModule, imports: [[CommonModule]] });
1309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuModule, decorators: [{
1310
+ type: NgModule,
1311
+ args: [{
1312
+ imports: [CommonModule],
1313
+ declarations: [
1314
+ MenuComponent,
1315
+ MenuItemDirective,
1316
+ MenuItemsDirective
1317
+ ],
1318
+ exports: [
1319
+ MenuComponent,
1320
+ MenuItemDirective,
1321
+ MenuItemsDirective
1322
+ ]
1323
+ }]
1324
+ }] });
1325
+
1326
+ /**
1327
+ * NgModule definition for the Menu component with providers.
1328
+ */
1329
+ class MenuAllModule {
1330
+ }
1331
+ MenuAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1332
+ MenuAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuAllModule, imports: [CommonModule, MenuModule], exports: [MenuModule] });
1333
+ MenuAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuAllModule, providers: [], imports: [[CommonModule, MenuModule], MenuModule] });
1334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuAllModule, decorators: [{
1335
+ type: NgModule,
1336
+ args: [{
1337
+ imports: [CommonModule, MenuModule],
1338
+ exports: [
1339
+ MenuModule
1340
+ ],
1341
+ providers: []
1342
+ }]
1343
+ }] });
1344
+
1345
+ const inputs = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
1346
+ const outputs = ['created', 'destroyed'];
1347
+ const twoWays = [''];
1348
+ /**
1349
+ * Represents the Essential JS 2 Angular AppBar Component.
1350
+ * ```html
1351
+ * <ejs-appbar></ejs-appbar>
1352
+ * ```
1353
+ */
1354
+ let AppBarComponent = class AppBarComponent extends AppBar {
1355
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1356
+ super();
1357
+ this.ngEle = ngEle;
1358
+ this.srenderer = srenderer;
1359
+ this.viewContainerRef = viewContainerRef;
1360
+ this.injector = injector;
1361
+ this.element = this.ngEle.nativeElement;
1362
+ this.injectedModules = this.injectedModules || [];
1363
+ this.registerEvents(outputs);
1364
+ this.addTwoWay.call(this, twoWays);
1365
+ setValue('currentInstance', this, this.viewContainerRef);
1366
+ this.containerContext = new ComponentBase();
1367
+ }
1368
+ ngOnInit() {
1369
+ this.containerContext.ngOnInit(this);
1370
+ }
1371
+ ngAfterViewInit() {
1372
+ this.containerContext.ngAfterViewInit(this);
1373
+ }
1374
+ ngOnDestroy() {
1375
+ this.containerContext.ngOnDestroy(this);
1376
+ }
1377
+ ngAfterContentChecked() {
1378
+ this.containerContext.ngAfterContentChecked(this);
1379
+ }
1380
+ };
1381
+ AppBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1382
+ AppBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: AppBarComponent, selector: "ejs-appbar", inputs: { colorMode: "colorMode", cssClass: "cssClass", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", isSticky: "isSticky", locale: "locale", mode: "mode", position: "position" }, outputs: { created: "created", destroyed: "destroyed" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1383
+ AppBarComponent = __decorate([
1384
+ ComponentMixins([ComponentBase])
1385
+ ], AppBarComponent);
1386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarComponent, decorators: [{
1387
+ type: Component,
1388
+ args: [{
1389
+ selector: 'ejs-appbar',
1390
+ inputs: inputs,
1391
+ outputs: outputs,
1392
+ template: `<ng-content ></ng-content>`,
1393
+ changeDetection: ChangeDetectionStrategy.OnPush,
1394
+ queries: {}
1395
+ }]
1396
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
1397
+
1398
+ /**
1399
+ * NgModule definition for the AppBar component.
1400
+ */
1401
+ class AppBarModule {
1402
+ }
1403
+ AppBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1404
+ AppBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarModule, declarations: [AppBarComponent], imports: [CommonModule], exports: [AppBarComponent] });
1405
+ AppBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarModule, imports: [[CommonModule]] });
1406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarModule, decorators: [{
1407
+ type: NgModule,
1408
+ args: [{
1409
+ imports: [CommonModule],
1410
+ declarations: [
1411
+ AppBarComponent
1412
+ ],
1413
+ exports: [
1414
+ AppBarComponent
1415
+ ]
1416
+ }]
1417
+ }] });
1418
+
1419
+ /**
1420
+ * NgModule definition for the AppBar component with providers.
1421
+ */
1422
+ class AppBarAllModule {
1423
+ }
1424
+ AppBarAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1425
+ AppBarAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, imports: [CommonModule, AppBarModule], exports: [AppBarModule] });
1426
+ AppBarAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, providers: [], imports: [[CommonModule, AppBarModule], AppBarModule] });
1427
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AppBarAllModule, decorators: [{
1428
+ type: NgModule,
1429
+ args: [{
1430
+ imports: [CommonModule, AppBarModule],
1431
+ exports: [
1432
+ AppBarModule
1433
+ ],
1434
+ providers: []
1435
+ }]
1436
+ }] });
1437
+
1438
+ // Mapping root file for package generation
1439
+
1440
+ /**
1441
+ * Generated bundle index. Do not edit.
1442
+ */
1443
+
1444
+ export { AccordionAllModule, AccordionComponent, AccordionItemDirective, AccordionItemsDirective, AccordionModule, AppBarAllModule, AppBarComponent, AppBarModule, BreadcrumbAllModule, BreadcrumbComponent, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbModule, CarouselAllModule, CarouselComponent, CarouselItemDirective, CarouselItemsDirective, CarouselModule, ContextMenuAllModule, ContextMenuComponent, ContextMenuModule, ItemDirective, ItemsDirective, MenuAllModule, MenuComponent, MenuItemDirective, MenuItemsDirective, MenuModule, SidebarAllModule, SidebarComponent, SidebarModule, TabAllModule, TabComponent, TabItemDirective, TabItemsDirective, TabModule, ToolbarAllModule, ToolbarComponent, ToolbarModule, TreeViewAllModule, TreeViewComponent, TreeViewModule };
1445
+ //# sourceMappingURL=syncfusion-ej2-angular-navigations.mjs.map